@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

a {
    text-decoration: none;
    color: black;
}

/* Global Phoenix Styles*/
.phoenix-section-heading {
    text-align: center;
    font-size: 54px;
    color: rgb(0, 0, 0);
    padding-bottom: 100px;
}

/* Orange Line */
#orange-line {
    border-bottom: 1px solid #e1e1e1;
    font-size: 13px;
    color: white;
    font-weight: 700;
    height: 30px;
    background-color: #EC5800;
}

.orange-line-container {
    height: 30px;
    padding-left: 155px;
    padding-right: 155px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.social-icons {
    display: flex;
    gap: 15px;
    /* space between icons */
}

.social-icons a {
    color: white;
    transition: color 0.3s;
    text-decoration: none;
}

.social-icons a:hover {
    color: black;
}

.orange-line-left {
    display: flex;
    flex-direction: row;
}

/* Orange Line Ends */

/* Navbar Start*/
#phoenix-nav {
    /* background-color: lightblue; */
    position: sticky;
    top: 0;
    background-color: white;

    z-index: 50;
}

.navbar {

    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;

    height: 80px;

}

.logo img {
    height: 65px;
}

.nav-links {
    list-style: none;
    display: flex;
}

.nav-links li {
    margin: 0 15px;
}

.nav-links a {
    text-decoration: none;
    color: black;
    font-weight: 600;
    font-size: 20px;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    text-decoration: underline;
    /* Change to your preferred hover color */
}

.request-quote button {
    padding: 10px 24px;
    background-color: #EC5800;
    /* Change to your preferred button color */
    color: white;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;

}

.request-quote button:hover {
    background-color: #0085B2;
    /* Change to your preferred hover color */

}

.menu-icon {
    display: none;
}

/* Navbar End*/

/* Hero Start */

#phoenix-hero-section {
    /* background-color: #0085B2; */
    display: flex;
    height: 550px;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding-left: 255px;
    padding-right: 255px;
}

.hero-image {
    border-radius: 0 20px 0 20px;

}

.hero-text {
    font-size: 38px;
}

@media (max-width: 768px) {
    #phoenix-hero-section {
        flex-direction: column;
        padding: 20px;
        text-align: center;
    }

    .hero-image,
    .hero-text {
        width: 100%;
    }

    .hero-text {
        font-size: 1.5rem;
    }
}


/* Hero End */

body {
    background-color: white;
    /* background-color: aquamarine; */
    font-family: "Roboto", serif !important;
}

.container.av-logo-container {
    /* height: 90px !important; */
    display: flex;
}

.socket_color {
    background-color: #EC5800 !important;
    border-color: #eee;
    color: #fff !important;
}

.container_wrap_meta {
    background-color: #EC5800 !important;
}

.header_color div,
.phone-info a,
.header_color .social_bookmarks a {
    color: white !important;
}

.pagefooter .widgettitle,
.main_color a,
.main_color span {
    color: #fff !important;
}

#top #wrap_all .avia-button.av-ckps7k1-169d49588344e2a7c6cb0a68738d0d8c {
    background-color: #EC5800 !important;
    border-color: #EC5800 !important;
}

.pagefooter li {
    border-color: #fff;
}

avia_textblock av_inherit_color>h2 {
    color: black !important;
}

#top .av_inherit_color * {
    color: black !important;
}

#top .avia-testimonial-wrapper.av-3u1lke9-78d357828c57d0fd37f6b80dd60c275b .avia-testimonial-name {
    color: black !important;
}

.avia-testimonial-wrapper.av-3u1lke9-78d357828c57d0fd37f6b80dd60c275b .avia-testimonial-subtitle {
    color: black !important;
}

.header_color .avia-menu-fx {
    background-color: #EC5800;
}

.html_header_top .header_color .main_menu ul:first-child>li>ul,
.html_header_top #top .header_color .avia_mega_div>.sub-menu {
    border-top-color: #EC5800 !important;
}

.main_color .image-overlay .image-overlay-inside:before {
    background-color: #EC5800 !important;
}

#top #wrap_all .av-social-link-linkedin:hover a,
#top #wrap_all .av-social-link-linkedin a:focus {
    color: #fff;
    background-color: black !important;
}

.header_color div,
.phone-info a,
.header_color .social_bookmarks a {
    color: white !important;
    font-size: 13px;
}

.container.av-logo-container {
    /* justify-content: center !important; */
}

/* Phoenix Custom Card Section Start */

.phoenix-cards-section {
    background-color: aqua;
    margin-top: 40px;
    padding-top: 100px;
}

.card-row {
    display: flex;
    justify-content: space-between;
}

.phoenix-card img {
    width: 568px;
}

.phoenix-container {
    max-width: 1200px;
    margin: 0 auto;
    background-color: purple;
}

@media (max-width: 768px) {
    .card-row {
        flex-direction: column;
    }
}

/* Phoenix Custom Card Section End */

/* New Our Services Start */
.new-our-services {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    padding-top: 100px;
    text-align: center;
}

.new-our-services h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.new-our-services .intro {
    font-size: 1rem;
    margin-bottom: 2rem;
    color: #555;
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
}

.card:hover {
    transform: translateY(-5px);
}

.card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.card h3 {
    margin: 1rem;
    font-size: 1.2rem;
}

.card p {
    margin: 0 1rem 1.5rem;
    font-size: 0.95rem;
    color: #666;
}

/* New Our Services End */

/* New Testimonial Section Start */
.phoenix-new-testimonials {
    background-color: white;
    text-align: center;
    padding: 30px;
    padding-bottom: 100px;
    padding-top: 100px;
}

.phoenix-new-testimonials h2 {
    padding-bottom: 40px;
}

.phoenix-new-testimonials img {
    height: 100px;
}

.slider-container {
    display: flex;
    gap: 20px;
    align-items: baseline;

}

.testimonial-slide {
    display: none;
    transition: opacity 0.5s ease-in-out;
    padding-left: 100px;
    padding-right: 100px;
}

.testimonial-slide.active {
    display: block;
}

.arrow {
    font-size: 30px;
    background: none;
    color: #333;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
    transition: background 0.3s;
}

.testimonial-slide p {
    padding-top: 50px;
    font-size: 20px;
    font-style: italic;
    line-height: 30px;
}

.testimonial-slide .name {
    padding-top: 50px;
    font-size: 19.2px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .phoenix-new-testimonials p {
        font-size: 14px;
        line-height: normal;
    }

    .testimonial-slide {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* New Testimonial Section End */

/* Footer Style */
footer {
    height: 600px;
    background-color: #fff;
    /* border-top-left-radius: 72px;
  border-top-right-radius: 72px; */
}

footer {
    padding: 48px 0;
    padding-top: 100px;
    text-align: left;
}

.footer-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-column {
    flex: 1;
    min-width: 160px;
    margin: 10px 20px;
}

.footer-logo {
    width: 150px;
    margin-bottom: 10px;
}

.intro-text {
    font-size: 14px;
    color: #333;
}

.footer-column h3 {
    font-size: 18px;
    color: #EC5800;
    margin-bottom: 10px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    padding-top: 12px;
}

.footer-column ul li {
    margin-bottom: 5px;
    padding-top: 4px;
}

.footer-column ul li a {
    text-decoration: none;
    color: black;
}

.footer-column ul li a:hover {
    text-decoration: underline;
}

/* Footer Style End */

/* ---------------- Responsive Styles ---------------- */

/* Tablets */
@media (max-width: 992px) {
    .orange-line-container {
        padding-left: 40px;
        padding-right: 40px;
    }

    .nav-links li a {
        font-size: 18px;
    }

    .hero-text {
        font-size: 28px;
    }
}

/* Mobiles */
@media (max-width: 768px) {

    /* Orange line stacks */
    .orange-line-container {
        flex-direction: column;
        height: auto;
        text-align: center;
        gap: 6px;
        padding: 8px 20px;
    }

    /* Navbar */
    .navbar {
        flex-wrap: wrap;
        height: auto;
        padding: 15px 20px;
        position: relative;
    }

    .menu-icon {
        display: block;
        font-size: 30px;
        cursor: pointer;
    }

    .nav-links {
        position: absolute;
        top: 80px;
        /* adjust depending on logo */
        right: 0;
        width: 220px;
        background: #fff;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        gap: 15px;
        display: none;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        z-index: 999;
    }

    .nav-links.active {
        display: flex;
    }

    .nav-links li {
        margin: 0;
    }

    .request-quote {
        margin-left: auto;
        margin-top: 10px;
    }

    /* Hero Section */
    #phoenix-hero-section {
        flex-direction: column;
        padding: 20px;
        text-align: center;
        height: auto;
    }

    .hero-text {
        font-size: 22px;
        padding: 10px;
    }

    /* Cards */
    .card-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    /* Testimonials */
    .testimonial-slide p {
        font-size: 16px;
        line-height: 1.4;
    }

    /* Footer */
    footer {
        height: auto;
        padding: 50px 20px;
    }

    .footer-container {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .footer-column {
        margin: 20px 0;
    }

    .footer-logo {
        margin: 0 auto 15px;
    }
}

/* Small mobiles */
@media (max-width: 480px) {
    .hero-text {
        font-size: 18px;
    }

    .request-quote button {
        padding: 8px 16px;
        font-size: 14px;
    }

    .phoenix-section-heading {
        font-size: 32px;
        padding-bottom: 50px;
    }

    .testimonial-slide p {
        font-size: 14px;
    }
}

/* Mobile logo resize */
@media (max-width: 768px) {
    .navbar img {
        max-height: 40px;
        /* adjust to taste */
        width: auto;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .navbar img {
        /* max-height: 32px; */
    }
}

/* Removing quote button in mobile view */
@media (max-width: 768px) {
    .request-quote {
        display: none;
    }

    #orange-line {
        height: 70px;
    }

    .orange-line-left {
        flex-direction: column;
    }

    .orange-line-span {
        display: none;
    }

    .hero-text-heading{
        font-size: 35px;
    }
}