/* Full footer background */

@media (min-width: 1200px) {
    .container {
        width: 1140px !important;
    }
}

.navbar-light .navbar-toggler-icon {
    background-image: none;
}


/* .footer-new {
    padding: 70px 0;
    color: white;
    font-family: 'Montserrat', sans-serif !important;
    background-color: #02245C;
}

.footer-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
}

.footer-col {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-logo-col {
    width: 30%;
}

.footer-logo {
 max-width: 120px;
    object-fit: contain;
}

.footer-small-text {
    margin-top: 13.5px;
    font-size: 14px;
    line-height: 1.6;
}

.footer-title {
    font-size: 12px;
    font-weight: 700 !important;
    letter-spacing: 2px;
    margin-bottom: 10px;
    color: white;
    font-family: 'Montserrat', sans-serif !important;
}

.footer-col a {
    color: #ffffff;
    font-size: 13.5px !important;
    text-decoration: none;
    line-height: 1.7 !important;
    font-family: 'Montserrat', sans-serif !important;
        font-weight: 500 !important;

}

.footer-col a:hover {
    opacity: 1;
}

.footer-text {
    font-size: 12px;
    margin: 0;
    font-weight: 600 !important;
    color: #fff;
}

.footer-socials a {
    color: white;
    font-size: 20px;
    margin-right: 15px;
    opacity: 0.9;
}

.footer-socials a:hover {
    opacity: 1;
} */

.footer-new {
    padding: 95px 0;
    color: white;
    font-family: 'Montserrat', sans-serif !important;
    background-color: #02245C;
}

/* Main row */
.footer-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

/* Left side */
.footer-left {
    width: 60%;
}

/* Right side container */
.footer-right {
    width: 40%;
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

/* Columns */
.footer-col {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-small-text {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}


.footer-text {
    font-size: 12px;
    margin: 0;
    font-weight: 600 !important;
    color: #fff;
}

.footer-logo {
    object-fit: contain;
    margin-bottom: 25px;
}

.footer-title {
    font-size: 12px;
    font-weight: 700 !important;
    letter-spacing: 2px;
    margin-bottom: 10px;
    color: white;
    font-family: 'Montserrat', sans-serif !important;
}

.footer-col a {
    color: #ffffff;
    font-size: 13.5px !important;
    text-decoration: none;
    line-height: 1.7 !important;
    font-family: 'Montserrat', sans-serif !important;
        font-weight: 500 !important;

}

.footer-col a:hover {
    opacity: 1;
}

.footer-socials {
        display: flex;
        justify-content: center;
        gap: 18px;
    }

/* Responsive */
@media (max-width: 991px) {

    .footer-row {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 35px;
    }

    .footer-left,
    .footer-right {
        width: 100%;
    }

    /* Stack columns */
    .footer-right {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .footer-col {
        width: 100%;
        align-items: center;
        text-align: center;
    }

    .footer-socials {
        justify-content: center;
    }

    .footer-small-text {
        text-align: center;
    }
}



/* @media (max-width: 767px) {
    .footer-new {
        padding: 40px 0;
        text-align: center;
        background: #02245C;
    }

    .footer-row {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 36px;
    }

    .footer-col,
    .footer-logo-col {
        width: 100%;
        align-items: center;
        text-align: center;
    }

    .footer-col:nth-child(2) {
        order: 1;
    }

    .footer-col:nth-child(3) {
        order: 2;
    }

    .footer-col:nth-child(4) {
        order: 3;
    }

    .footer-logo-col {
        order: 4;
    }

    .footer-title {
        font-size: 12px;
        letter-spacing: 2px;
        margin-bottom: 10px;
    }

    .footer-col a,
    .footer-text {
        display: block;
        text-align: center;
        font-size: 14px;
        line-height: 1.9;
    }

    .footer-socials {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 18px;
    }

    .footer-socials a {
        font-size: 18px;
        margin: 0;
    }

    .footer-logo {
        display: block;
        margin: 0 auto 10px;
        max-width: 140px;
    }

    .footer-small-text {
        text-align: center;
        font-size: 13px;
        opacity: 0.85;
    }
} */

/* faq page */

/* FAQ PAGE MAIN WRAPPER */
.faq-wrapper {
    padding: 60px 0;
}

.faq-container {
    background: #ffffff;
    border-radius: 12px;
    padding: 80px 155px;
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

.faq-left h2 {
    font-size: 40px;
    line-height: 1.2;
    color: #0b2a57;
    font-weight: 700;
}

.faq-right {
    width: 60%;
}

.faq-item {
    border-bottom: 3px solid #d9d9d9;
    padding: 18px 0;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    justify-content: space-between;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
}

.faq-icon {
    font-size: 20px;
    font-weight: bold;
    margin-right: 10px;
}

.faq-answer {
    display: none;
    font-size: 14px;
    margin-top: 10px;
    color: #0b2a57;
    line-height: 1.5;
}

.faq-item.open .faq-question span:first-child {
    font-weight: 700;
}

.faq-question {
    color: #0b2a57;
}

@media (max-width: 768px) {

    .faq-wrapper {
        padding: 30px 0;
        background: #0b2a57;
    }

    .faq-container {
        width: 90%;
        padding: 30px 20px;
        flex-direction: column;
        gap: 25px;
        border-radius: 12px;
    }

    .faq-left {
        text-align: left;
    }

    .faq-left h2 {
        font-size: 32px;
        line-height: 1.2;
    }

    .faq-right {
        width: 100%;
    }

    .faq-item {
        padding: 15px 0;
        border-bottom: 1px solid #012868;
    }

    .faq-question {
        display: flex;
        align-items: flex-start;
        font-size: 16px;
        line-height: 1.4;
    }

    .faq-question span:last-child {
        flex: 1;
    }

    .faq-icon {
        width: 24px;
        min-width: 24px;
        text-align: center;
        font-size: 20px;
        margin-right: 12px;
        line-height: 1;
    }

    .faq-answer {
        font-size: 14px;
        margin-top: 10px;
        line-height: 1.6;
        padding: 0px 47px;
    }
}

/* 
   ABOUT HERO 
 */

.about-hero {
    position: relative;
    min-height: 520px;
    background: linear-gradient(90deg, #083b73 0%, #0a4f9c 100%);
    overflow: hidden;
    display: flex;
    align-items: center;
}

.about-hero-overlay {
    position: absolute;
    inset: 0;
    background-image: url('../img/Fair-Solar-About-Who-We-Are-bg.webp');
    background-size: cover;
    background-position: center;
    opacity: 0.2;
    z-index: 1;
    pointer-events: none;
}

.about-hero-inner {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: stretch;
    width: 100%;
    min-height: 520px;
}

.about-hero-text {
    width: 45%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-hero-text h1 {
    color: #fff;
    font-size: 40px !important;
}

.about-hero-video {
    width: 100%;
    display: flex;
    align-items: stretch;
}

.about-hero-video .video-wrapper {
    position: relative;
    width: 822px;
    min-height: 100%;
    overflow: hidden;
    left: 395px;
    max-width: 1050px;
    border-radius: 0px !important;
}

.video-thumb,
.video-wrapper iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media (max-width: 768px) {

    .about-hero-video .video-wrapper {
        position: relative;
        width: 100%;
        min-height: 100%;
        overflow: hidden;
        max-width: 1050px;
        border-radius: 0px !important;
        left: 0;
    }

    .about-hero {
        padding: 80px 0 0 0;
        min-height: auto !important;
    }

    .about-hero-text h1 {
        color: #fff;
        font-size: 30px !important;
    }

    .about-hero-text p {
        color: #fff;
        margin-bottom: 35px;

    }

    .about-hero-inner {
        flex-direction: column;
        min-height: auto !important;

    }

    .about-hero-text,
    .about-hero-video {
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 30px;
    }

    /* .about-hero-video .video-wrapper {
        height: 220px;
    } */
}



/* .about-section {
    position: relative;
    background: url('../img/Frame 34.png') no-repeat left top;
    background-size: cover;
    overflow: hidden;
    background-color: #002052;
}

.about-overlay {
    width: 118%;
    display: flex;
    align-items: center;

} */

.channel-overlay {
    /* width: 118%; */
    display: flex;
    /* align-items: center; */
    gap: 40px;
}

.about-left {
    width: 45%;
}


.about-left h1 {
    font-size: 48px;
    line-height: 1.2;
}

.about-left p {
    font-size: 16px;
    margin-top: 15px;
    color: #fff;
    max-width: 387px;
}

.about-video {
    position: relative;
    width: 100%;
    max-width: 520px;
}

.about-video::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.about-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video-wrapper {
    position: relative;
    width: 100%;
    max-width: 750px;
    height: auto;
    aspect-ratio: 16/9;
    cursor: pointer;
    overflow: hidden;
    /* left: 303px; */
}

.video-wrapper img.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    transform: translate(-50%, -50%);
    cursor: pointer;
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
}

/* .video-wrapper::before {
    content: "";
    display: block;
    padding-top: 56.25%; 
} */

.video-wrapper img.video-thumb,
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.benefits-section {
    padding: 80px 0;
}

.benefits-container {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.benefit-left {
    flex: 1 1 26%;
    /* padding: 50px; */

}

.benefit-left h2 {
    color: #ea6d38;
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 40px;
    line-height: 1.5em;
}

.benefit-left p {
    font-size: 14px;
    color: #012868;
    font-weight: 500;
    line-height: 22px;
}

.benefit-left .btn {
    margin-top: 20px;
}

.benefit-right {
    flex: 1 1 55%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.benefit-card {
    background: #fff;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.benefit-card img {
    margin-bottom: 15px;
}

.benefit-card h4 {
    font-size: 14px;
    margin: 8px 0 16px;
    color: #012765;
}

.benefit-card p {
    font-size: 14px;
    color: #012868;
    font-weight: 500;
    line-height: 22px;
}

img.certified-bottom {
    margin-bottom: 55px;
}

.solar-card {
    background: #fff;
    /* padding: 50px; */
        height: 1120px;
    max-width: 373px;
    padding: 50px;
    border-radius: 10px;
}

.solar-card img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.btn-custom-touch-solar {
    padding: 8px 26px;
    background: linear-gradient(135deg, #EA6E38, #EE9452);
    color: #ffffff;
    font-size: 12px !important;
    white-space: nowrap;
    letter-spacing: 0.1em;
}

.btn-custom-touch-solar:hover {
    padding: 8px 26px;
    background: linear-gradient(135deg, #EA6E38, #EE9452);
    color: #fffdfd5c !important;
    font-size: 12px !important;
    white-space: nowrap;
    letter-spacing: 0.1em;
}
.life_img{
    width: 225px;
    margin-bottom: 25px;
}

.btn-custom-touch {
    margin-left: 24px;
    padding: 8px 26px;
    background: linear-gradient(135deg, #EA6E38, #EE9452);
    color: #ffffff;
    font-size: 12px !important;
    white-space: nowrap;
    letter-spacing: 0.1em;
}

.btn-custom-touch:hover {
    margin-left: 24px;
    padding: 8px 26px;
    background: linear-gradient(135deg, #EA6E38, #EE9452);
    color: #fffdfd5c !important;
    font-size: 12px !important;
    white-space: nowrap;
    letter-spacing: 0.1em;
}

.about-selector-card {
    border-radius: 6px;
    padding: 150px 15px 70px 80px;
    width: 620px;
    margin-left: -16px;
    position: relative;
    z-index: 2;
    height: 573px;
}

.about-second-section {
    position: relative;
    overflow: hidden;
}

.about-second-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../img/selector-bg.png') no-repeat left top;
    z-index: 1;
}

.about-second-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    position: relative;
    z-index: 5;
}

/* VIDEO THUMBNAIL STYLE (DESKTOP + MOBILE SAME UI) */

.video-wrapper {
    position: relative;
    width: 100%;
    /* max-width: 520px; */
    max-width: 684px;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    margin: 0 auto;
}

.video-thumb {
    width: 100%;
    display: block;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    transition: 0.3s ease;
}

.video-wrapper:hover .play-btn {
    transform: translate(-50%, -50%) scale(1.1);
}

/* iframe style after click */
.video-wrapper iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    border: none;
}


@media (max-width: 768px) {

    .about-section {
        padding: 80px 0 0px;
        background-position: center;
    }

    .about-overlay {
        width: 100%;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .about-left {
        width: 100%;
        padding: 0 16px;
    }

    .about-left h1 {
        font-size: 32px;
        line-height: 1.2;
    }

    .about-left p {
        font-size: 15px;
        line-height: 24PX;
        /* margin-bottom: 65px; */
        padding: 25px
    }

    .about-first {
        margin-bottom: 65px;
    }

    .video-wrapper {
        position: relative;
        left: auto;
        max-width: 300px;
        margin: 0 auto;
    }

    .video-wrapper img.play-btn {
        width: 54px;
    }

    .about-second-section {
        padding: 80px 0 70px;
    }

    .about-second-section::before {
        background-size: cover;
        background-position: center;
    }

    .about-second-wrap {
        flex-direction: column;
        gap: 35px;
        text-align: center;
    }

    .selector-left {
        width: 100%;
        margin-top: 0;
        padding: 0 16px;
    }

    .selector-text {
        font-size: 32px !important;
        line-height: 1.2;
    }

    .selector-desc {
        font-size: 15px;
        line-height: 1.6;
        margin: 0 auto;
    }

    .about-selector-card {
        width: 100%;
        max-width: 300px;
        padding: 0;
        margin: 0 auto;
        background: transparent;
        box-shadow: none;
        height: auto;
    }

    .about-selector-building {
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
        display: block;
    }

    .about-second-section::before {
        content: "";
        position: absolute;
        inset: 0;
        background-size: 160% auto;
        z-index: 1;
        background: linear-gradient(135deg, #EA6E38, #EE9452);
    }

    .benefits-section {
        padding: 60px 0;
    }

    .benefits-container {
        flex-direction: column;
        gap: 30px;
        padding: 20px;
    }

    .benefit-left {
        flex: 1 1 100%;
        padding: 0;
    }

    .solar-card {
        padding: 36px 26px;
        text-align: center;
        height: auto !important;
    }

    .solar-card h2 {
        font-size: 24px;
        line-height: 1.5;
        text-align: left;
    }

    .solar-card p {
        font-size: 14px;
        line-height: 1.6;
        text-align: left;
    }

    .solar-card .btn {
        margin-top: 24px;
    }

    .benefit-right {
        display: block !important;
        width: 100%;
    }


    .benefit-card {
        max-width: 280px;
        margin: 0 auto;
        padding: 28px 22px;
        border-radius: 14px;
        text-align: center;
        margin-bottom: 15px;
    }

    .owl-stage {
        display: flex;
    }

    .owl-item {
        display: flex;
        justify-content: center;
    }

    .owl-dots {
        display: flex !important;
        justify-content: center;
        gap: 8px;
        margin-top: 16px;
    }

    .owl-dot span {
        width: 6px;
        height: 6px;
        background: #d1d1d1;
        border-radius: 50%;
    }

    .owl-dot.active span {
        background: #012765;
    }

    .location-section {
        padding: 70px 0;
        background-position: center;
    }

    .location-wrap {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    .location-left {
        width: 100% !important;
        margin-top: 0;
        padding: 0 16px;
    }

    .location-text {
        font-size: 32px;
        line-height: 1.2;
    }

    .location-desc {
        font-size: 15px;
        line-height: 1.6;
    }

    .location-card {
        padding: 0;
    }

    .location-building {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        display: block;
    }

    .channel-section {
        padding: 45px 0 !important;
    }

    .channel-overlay {
        display: flex;
        flex-direction: column;
        gap: 30px;
        text-align: center;
        width: 100%;
    }

    .channel-overlay .about-left {
        width: 100%;
        padding: 0 16px;
    }

    .channel-overlay h1 {
        font-size: 32px;
        line-height: 1.2;
    }

    .channel-overlay p {
        font-size: 15px;
        line-height: 1.6;
    }

    .about-video {
        width: 100%;
        max-width: 100%;
    }

    .about-video iframe {
        width: 100%;
        height: 200px;
        padding: 15px;
    }

    .remote-section {
        padding: 80px 0 0;
    }

    .remote-container {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    .remote-container .selector-left {
        order: 1;
        padding: 0 16px;
    }

    .remote-container .selector-left h1 {
        font-size: 32px;
        line-height: 1.2;
    }

    .remote-container .selector-left p {
        font-size: 15px;
        line-height: 1.6;
    }

    .remote-container .selector-left .btn {
        margin-top: 24px;
    }

    .remote-container > div:last-child {
        order: 2;
    }

    .remote-image {
        width: 100% !important;
        max-width: 320px;
        height: auto !important;
        margin: 30px auto 0 !important;
        position: static !important;
    }

    .finance-section {
        padding: 80px 0;
        text-align: center;
        overflow: hidden;
    }

    .finance-section .row {
        flex-direction: column;
    }

    .finance-section .col-lg-4 {
        order: 2;
        padding: 0 16px;
    }

    .finance-section .col-lg-4 img {
        order: 1;
        max-width: 320px;
        margin: 0 auto 20px;
        display: block;
    }

    .finance-text {
        font-size: 30px !important;
        line-height: 1.2;
    }

    .finance-text-p {
        font-size: 15px;
        line-height: 1.6;
    }

    .finance-section .col-lg-8 {
        order: 3;
    }

    .finance-image {
        margin-left: 0 !important;
    }

    .finance-image .row {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .finance-image .col-6 {
        width: 100%;
    }

    .finance-image img {
        margin: 0 auto;
        display: block;
    }
}

/* ===== BENEFIT CARD SLIDER (MOBILE) ===== */
@media (max-width: 767px) {

    .benefit-slider.owl-carousel {
        display: block !important;
    }

    .benefit-slider .benefit-card {
        max-width: 280px;
        margin: 0 auto;
        text-align: center;
        border-radius: 14px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    }

    .benefit-slider .owl-dots {
        display: flex !important;
        justify-content: center;
        gap: 8px;
        margin-top: 18px;
    }

    .benefit-slider .owl-dot span {
        width: 7px;
        height: 7px;
        background: #bbb;
        border-radius: 50px;
        transition: 0.3s ease;
        display: block;
    }

    .benefit-slider .owl-dot.active span {
        width: 26px;
        background: #fff;
        border-radius: 20px;
    }

    .owl-carousel .owl-item img {
        display: block;
        width: auto;
    }

    .benefit-card h4 {
        font-size: 14px;
        margin-bottom: 10px;
        color: #012765;
        text-align: left;
    }

    .benefit-card p {
        font-size: 14px;
        color: #012868;
        font-weight: 500;
        line-height: 22px;
        text-align: left;
    }

}



.location-section {
    position: relative;
    background: url('../img/location.png') no-repeat left top;
    background-size: cover;
    overflow: hidden;
    background-color: white;
}

.location-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    position: relative;
    z-index: 5;
}

.location-left {
    width: 50%;
    color: #012765;
    margin-top: -40px;
}

.location-text {
    font-size: 40px !important;
    font-family: Unbounded, sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    color: #012765;
    line-height: 1.3 !important;

}

.location-desc {
    font-size: 16px;
    line-height: 1.6;
}

.location-card {
    padding: 35px;
    border-radius: 16px;
}

.location-building {
    width: 130%;
}

.channel-section {
    padding: 95px 0;
    background-size: cover;
    overflow: hidden;
}

.remote-section {
    position: relative;
    padding: 60px 0;
    background: url('../img/Colourful abstract BG.jpg') no-repeat center top;
    background-size: cover !important;
}

.remote-container {
    width: 100%;
    max-width: 1340px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    padding: 0 20px;
}

.remote-image {
    height: 565px;
    width: 594px !important;
    position: relative !important;
    margin-bottom: -119px !important;
}

/* Residential section in services */
.residential-nav {
    display: flex;
    gap: 12px;
    margin-top: 30px;
}

.residential-section {
    position: relative;
    padding: 130px 0;
    background: url('../img/Fair-Solar-Services-consult-bg.webp') no-repeat left top;
    background-size: cover;
    overflow: hidden;
    background-color: #011b48;
}

.residential-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 5;
}

.residential-left {
    width: 40%;
    color: #fff;
}

.support-image {
    width: 745px;
    border-radius: 12px;
    height: 327px;
}

.install-img img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    border-radius: 14px;
}

.residential-right {
    width: 85%;
    margin-left: 273px;
}

.residential-btn {
    background: #FF8A47;
    padding: 8px 22px;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.1em;
    font-size: 12px !important;
}

/* commercial */
.commercial-nav {
    display: flex;
    gap: 12px;
    margin-top: 30px;
}

.commercial-section {
    position: relative;
    padding: 130px 0;
    background: url('../img/commercial.png') no-repeat left top;
    background-size: cover;
    overflow: hidden;
    background-color: #dd4400;
}

.commercial-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 5;
}

.commercial-left {
    width: 40%;
    color: #fff;
}

.commercial-right {
    width: 85%;
    margin-left: 273px;
}

.commercial-btn {
    background-image: linear-gradient(301deg, #012868 0%, #020A18 100%);
    padding: 8px 22px;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.1em;
    font-size: 12px !important;
}

.commercial-btn:hover {
    background: white !important;
    padding: 8px 22px;
    border-radius: 8px;
    color: #012868 !important;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.1em;
    font-size: 12px !important;
}

.finance-section {
    padding: 90px 0;
    background-color: #fff;
}

.finance-text {
    font-size: 40px !important;
    font-family: Unbounded, sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    color: #012868;
    margin-top: 20px;
}

.finance-text-p {
    font-size: 16px;
    font-weight: 400;
    color: #012868;
}

/* .finance-image {
    margin-left: 150px;
} */

.residential-carousel-wrap {
    position: relative;
    max-width: 585px;
    margin-left: auto;
}

.residential-img {
    width: 585px;
    height: 331px;
    overflow: hidden;
    border-radius: 10px;
}

.residential-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.residential-arrow {
    font-size: 25px;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    cursor: pointer;
}

.residential-prev {
    left: 15px;
    color: #fff;
}

.residential-next {
    right: 15px;
    color: #fff;
}

.residential-carousel .owl-dots {
    display: block !important;
    text-align: center !important;
    margin-top: 30px !important;
}

.residential-carousel .owl-dot {
    display: inline-block !important;
}

.residential-carousel .owl-dot span {
    width: 6px !important;
    height: 6px !important;
    margin: 5px !important;
    background: #ccc !important;
    display: block !important;
    border-radius: 50% !important;
}

.residential-carousel .owl-dot.active span {
    background: #fff !important;
}

.commercial-carousel-wrap {
    position: relative;
    max-width: 585px;
    margin-left: auto;
}

.commercial-img {
    width: 585px;
    height: 331px;
    overflow: hidden;
    border-radius: 10px;
}

.commercial-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.commercial-arrow {
    font-size: 25px;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    cursor: pointer;
}

.commercial-prev {
    left: 15px;
    color: #fff;
}

.commercial-next {
    right: 15px;
    color: #fff;
}

.commercial-carousel .owl-dots {
    display: block !important;
    text-align: center !important;
    margin-top: 30px !important;
}

.commercial-carousel .owl-dot {
    display: inline-block !important;
}

.commercial-carousel .owl-dot span {
    width: 6px !important;
    height: 6px !important;
    margin: 5px !important;
    background: #ccc !important;
    display: block !important;
    border-radius: 50% !important;
}

.commercial-carousel .owl-dot.active span {
    background: #000 !important;
}

.compare-section {
    background: url('../img/Fair-Solar-Home-partners-bg.webp') no-repeat top;
    position: relative;
    padding: 50px 0;
    background-size: cover;
    overflow: hidden;
    background-color: #fff;
}

.compare-text {
    font-size: 40px !important;
    font-family: Unbounded, sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    color: #012868;
    margin-top: 20px;
}

.compare-text-p {
    font-size: 16px;
    font-weight: 400;
    color: #012868;
}

/* .compare-image {
    margin-left: 150px;
} */

.compare-btn {
    background: linear-gradient(135deg, #ea6d38, #ee9452);
    padding: 6px 22px;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.1em;
    font-size: 12px !important;
    margin-bottom: 45px;
}


@media (max-width: 768px) {

    .residential-carousel-wrap,
    .commercial-carousel-wrap {
        max-width: 100%;
    }

    .residential-img,
    .commercial-img {
        width: 100%;
        height: 220px;
    }

    .residential-carousel .owl-stage,
    .commercial-carousel .owl-stage {
        display: flex;
    }

    .compare-section {
        text-align: center;
        padding: 40px 15px;
        background-position: center;
    }

    .compare-text {
        font-size: 26px !important;
        margin-top: 0;
    }

    .compare-text-p {
        font-size: 14px;
        padding: 0 10px;
    }

    .compare-btn {
        display: inline-block;
        margin-bottom: 25px;
    }

    .compare-image {
        margin-left: 0 !important;
        margin-top: 15px;
    }

    .compare-image img {
        width: 100%;
        max-width: 340px;
        height: auto;
    }

}


/* services page */

.services-hero {
    background: linear-gradient(135deg, #012868, #081b3b) !important;
    padding: 0px 0 0px;
    position: relative;
}

/* WHITE FLOATING CARD */
.hero-card {
    max-width: 1600px;
    margin: auto;
    background: #fff;
    border-radius: 18px;
    padding: 45px 130px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.18);
    position: relative;
    z-index: 2;
}

/* TEXT */
.hero-text h1 {
    font-size: 40px !important;
    font-weight: 700;
    line-height: 1.3 !important;
    color: #012868;
}

.hero-text p {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.7;
    color: #012868;
}

/* HOUSE IMAGE OVERLAP */
.hero-image img {
    width: 100%;
    position: relative;
    top: 80px;
    /* overlap effect */
}

.services-product {
    background: #fff;
    margin-top: -347px;
    padding: 140px 0 100px;
    position: relative;
    z-index: 1;
}

.product-box {
    max-width: 1160px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-top: 315px;
}

.product-left {
    width: 40%;
}

.product-left h1 {
    font-size: 40px;
    font-weight: 700;
    color: #012868;
}

.product-left p {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.7;
    color: #012868;
}

/* .product-right {
    width: 60%;
    position: relative;
} */

.product-nav-btn {
    background: #fff;
    border: none;
    height: 40px;
    width: 40px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 20px;
    box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.20);
}

.product-nav-btn:hover {
    background: #01235b;
    color: #fff;
}

/* SLIDER CARD */

.product-carousel-wrap {
    width: 60%;
    position: relative;
    overflow: visible;
}

.product-carousel .owl-stage {
    display: flex;
    align-items: center;
}

/* CARD STYLE */
.product-service-img {
    height: 381px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* CENTER BIG IMAGE */
.product-right .owl-item.center .product-service-img {
    transform: scale(1);
}

/* IMAGE SIZE */
.range-image {
    width: 189px;
    height: 381px;
    object-fit: contain;
}

/* DOTS CENTER */
.product-carousel .owl-dots {
    display: block !important;
    text-align: center !important;
    margin-top: 30px !important;
}

.product-carousel .owl-dot {
    display: inline-block !important;
}

.product-carousel .owl-dot span {
    width: 6px !important;
    height: 6px !important;
    margin: 5px !important;
    background: #ccc !important;
    display: block !important;
    border-radius: 50% !important;
}

.product-carousel .owl-dot.active span {
    background: #000 !important;
}


/* .product-carousel .owl-nav button {
    background: transparent !important;
    border: none !important;
} */


/* ARROWS */

.product-arrow {
    font-size: 27px;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    cursor: pointer;
}

.product-prev {
    left: -25px;
    color: #ea6d38;
}

.product-next {
    right: -50px;
    color: #ea6d38;
}


.consultation-section {
    position: relative;
    padding: 110px 0;
    background: url('../img/Background Image - Solar Consultation.png') no-repeat center;
    background-size: cover;
    overflow: hidden;
    background-color: #012868 !important;

}

/* WRAPPER */
.consultation-content {
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* LEFT SIDE */
.consult-left {
    width: 45%;
    color: #ffffff;
    margin-left: 150px;
}

.consult-title {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
    color: white;
}

.consult-text {
    font-size: 18px;
    margin-bottom: 35px;
    opacity: 0.85;
}

.consult-btn {
    background: #FF8A47;
    padding: 14px 28px;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

/* RIGHT SIDE */
.consult-right {
    width: 45%;
    position: relative;
}

/* Orange card */
.orange-card {
    background: #EA6D38;
    padding: 18px 20px;
    color: white;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    width: 70%;
    margin: auto;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

/* Round arrow circle */
.arrow-circle {
    /* width: 55px;
    height: 55px; */
    border-radius: 50%;
    margin: -55px auto 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    position: relative;
}

.arrow-circle img {
    width: 60px;
}

/* GRID 4 BOXES */
.consult-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    width: 70%;
    margin: auto;
}

.consult-box {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    padding: 25px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.brand-text {
    text-align: center;
}

.batteries-section {
    padding: 90px 0;
    background-color: #012868;
}

.batteries-text {
    font-size: 40px !important;
    font-family: Unbounded, sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    color: white;
    margin-top: 20px;
}

.batteries-text-p {
    font-size: 16px;
    font-weight: 400;
    color: white;
}

.batteries-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.batteries-left {
    width: 50%;
    max-width: 441px;
}

.batteries-right {
    width: 50%;
    text-align: right;
}

.batteries-img {
    width: 100%;
    max-width: 520px;
    border-radius: 12px;
}

.batteries-heading {
    display: flex;
    align-items: center;
    gap: 20px;
}

.redx-logo {
    width: 140px;
    height: auto;
    margin-top: 70px;
    margin-left: 70px;
}

.desktop-logo {
    display: block;
}

.mobile-logo {
    display: none;
}

.heatpump-section {
    padding: 90px 0;
    background-color: white;
}

.heatpump-text {
    font-size: 40px !important;
    font-family: Unbounded, sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    color: #012868;
    margin-top: 20px;
}

.heatpump-text-p {
    font-size: 16px;
    font-weight: 400;
    color: #012868;
}

.heatpump-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.heatpump-left {
    width: 50%;
    max-width: 460px;
}

.heatpump-right {
    width: 50%;
    text-align: right;
}

.heatpump-img {
    width: 100%;
    max-width: 520px;
    border-radius: 12px;
}

/* blog page */

/* HERO */
.blog-hero {
    position: relative;
    /* height: 350px; */
    width: 100%;
    overflow: hidden;
    margin-bottom: -100px;
    z-index: 10;
}

.blog-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    padding: 45px;
}

.blog-hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 5;
}

.blog-hero-text h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.blog-hero-text p {
    font-size: 16px;
    line-height: 1.4;
}

/* MAIN WHITE CONTAINER */
.blog-wrapper {
    background: #fff;
    padding: 206px 148px;
}

/* HEADER AREA */
.blog-header {
    display: flex;
    align-items: center;
    margin-bottom: 140px;
    gap: 25px;
}

/* SEARCH */
.blog-search {
    display: flex;
    align-items: center;
}

.search-box {
    position: relative;
    width: 260px;
}

.search-box input {
    width: 100%;
    padding: 12px 40px 12px 15px;
    /* space for icon */
    border: 2px solid #012868;
    border-radius: 4px;
    font-size: 14px;
    color: #012868;
}

.search-box input::placeholder {
    color: #012868;
    opacity: 0.7;
}

.search-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.search-btn img {
    width: 16px;
    height: 16px;
}

.blog-header h2 {
    font-size: 28px;
    font-weight: 700;
    color: #012868;
}

.clear-btn {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 18px;
    color: #012868;
    cursor: pointer;
    padding: 0;
    display: none;
}

/* GRID */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 43px;
    margin-bottom: 50px;
}

.blog-card {
    display: block;
}

.blog-img {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 15px;
}

.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-date {
    font-size: 12px;
    font-weight: 600;
    color: #012868;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.blog-title {
    font-size: 20px;
    font-weight: 800;
    color: #012868;
    margin-bottom: 10px;
    line-height: 26px;
}

.blog-excerpt {
    color: #012868;
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
}

/* PAGINATION */
.blog-pagination {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 5px;
    flex-wrap: wrap;
}

.blog-pagination a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 2px solid #012868;
    border-radius: 4px;
    text-align: center;
    color: #012868;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.blog-pagination a:hover {
    background: #f0f0f0;
}

.blog-pagination a.active {
    background: #012868;
    color: #fff;
}

.blog-pagination a.prev,
.blog-pagination a.next {
    width: 40px;
    font-size: 18px;
}

@media (max-width: 768px) {

    .blog-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 20px;
    }

    .blog-search {
        width: 100%;
    }

    .search-box {
        width: 100%;
    }

    .search-box input {
        width: 100%;
    }

    .blog-wrapper {
        background: #fff;
        padding: 70px 27px;
    }

    .blog-grid {
        display: block;
        gap: 0px 43px;
        margin-bottom: 50px;
    }

    .blog-hero-text h1 {
        font-size: 24px !important;
        font-weight: 700;
        margin-bottom: 30px;
        color: #fff;
        line-height: 1.2 !important;
    }

    /* 
    .search-box {
        position: relative;
        width: auto;
    }

    .blog-header {
        display: flex;
        align-items: center;
        margin-bottom: 40px;
        gap: 25px;
        margin-top: 16px;
    } */

    .blog-hero img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        padding: 61px 7px;
    }

    .blog-hero-text p {
        font-size: 12px;
        line-height: 1.2;
    }

    /* .blog-hero-text {
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: #fff;
        z-index: 5;
    } */
}

/* contact page */
.contact-section {
    position: relative;
    width: 100%;
    padding: 80px 0;
    background-image: url('../img/contact_bg.png');
    background-size: cover;
    background-position: center;
}

.contact-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    margin: auto;
    color: white;
    padding: 50px 0px;
}

.contact-left {
    width: 48%;
}

.contact-left h2 {
    font-size: 40px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 700;
}

.first-row {
    font-size: 16px;
    margin-bottom: 30px;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    width: 100%;
    background: transparent;
    border: 1px solid #fffefd;
    color: #fff;
    padding: 12px;
    margin-bottom: 18px;
    outline: none;
    border-top: none;
    border-left: none;
    border-right: none;
}

.contact-form textarea {
    height: 100px;
}

.contact-form select {
    background-color: transparent;
    color: #fff;
}

/* Dropdown options styling */
.contact-form select option {
    background-color: #0d1b2a;
    color: #fff;
}

.contact-form button {
    background: linear-gradient(135deg, #EA6E38, #EE9452);
    border: none;
    color: #fff;
    padding: 12px 30px;
    cursor: pointer;
    font-size: 15px;
    border-radius: 4px;
    margin-top: 10px;
}

.right-office {
    width: 42%;
    color: #fff;
}

.office-title {
    font-size: 18px;
    margin-bottom: 8px;
    text-align: center;
}

.office-address {
    font-size: 15px;
    margin-bottom: 75px;
    text-align: center;
}

.office-img {
    width: 100%;
    height: 260px;
    border-radius: 12px;
    overflow: hidden;
}

.success-box {
    background: #ff7f4a;
    padding: 12px;
    color: #fff;
    text-align: center;
}

/* SLIDER WRAPPER */
.office-slider {
    position: relative;
    width: 100%;
    height: 260px;
    margin-top: 20px;
}

/* LAYERED IMAGE STYLE */
.office-slider .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    opacity: 0;
    transform: translateY(20px) scale(0.95);
    transition: opacity .5s ease, transform .5s ease;
}

/* ACTIVE IMAGE ON TOP */
.office-slider .slide.active {
    opacity: 1;
    transform: translateY(0) scale(1);
    z-index: 3;
    object-fit: cover;
    
}

/* .office-slider .slide:nth-child(2) {
    z-index: 2;
    opacity: .6;
    transform: translateY(-25px) scale(0.97);
}

.office-slider .slide:nth-child(3) {
    z-index: 1;
    opacity: .3;
    transform: translateY(-50px) scale(0.94);
} */

/* DOTS */
.slider-dots {
    margin-top: 15px;
    font-size: 15px;
    text-align: center;
}

.slider-dots .dot {
    margin: 0 8px;
    cursor: pointer;
    opacity: .6;
}

.slider-dots .dot.active {
    font-weight: 700;
    opacity: 1;
}

span.contact-txt1 {
    font-size: 14px;
    font-weight: 300;
}

p.contact-txt2 {
    font-size: 18px;
    font-weight: 600;
}

/* TABLET + MOBILE FIX */
@media (max-width: 1024px) {
    .contact-wrapper {
        padding: 40px 60px;
        gap: 40px;
        flex-direction: column;
        align-items: center;
        text-align: left;
    }

    .contact-left,
    .right-office {
        width: 100%;
    }

    .office-title,
    .office-address {
        text-align: left;
    }

    .office-slider {
        height: 220px;
    }
}

/* MOBILE FIX */
@media (max-width: 600px) {

    .contact-section {
        padding: 40px 0;
        margin-top: 15px;
    }

    .contact-wrapper {
        padding: 30px 20px;
        gap: 30px;
        flex-direction: column;
    }

    .contact-left h2 {
        font-size: 32px;
    }

    .first-row {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .contact-left,
    .right-office {
        width: 100%;
    }

    /* form fields */
    .contact-form input,
    .contact-form textarea,
    .contact-form select {
        font-size: 14px;
        padding: 10px 0;
        border-width: 1px;
        border-top: none;
        border-left: none;
        border-right: none;
    }

    .contact-form button {
        width: 100%;
        padding: 14px;
        font-size: 14px;
    }

    /* Office details */
    .office-title {
        font-size: 16px;
        text-align: center;
        margin-top: 20px;
    }

    .office-address {
        font-size: 14px;
        text-align: center;
        margin-bottom: 73px;
    }

    .office-slider {
        height: 180px;
    }

    /* Dots */
    .slider-dots {
        margin-top: 10px;
    }

    .slider-dots .dot {
        font-size: 12px;
    }
}

/* Deye webpage */
/* SECTION 1 — Hero White Card */
.deye-wrapper {
    padding-top: 80px;
    display: flex;
    justify-content: center;
}

.deye-container {
    width: 85%;
    background: #ffffff;
    border-radius: 16px;
    padding: 80px 172px;
    display: flex;
    align-items: center;
    gap: 260px;
    position: relative;
    margin-bottom: -120px;
}

.deye-txt {
    color: #012868;
    font-size: 40px !important;
}

/* SECTION 2 — Full Image */
.deye-section img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

/* SECTION 3 */
.trust-section {
    background: linear-gradient(135deg, #01245D, #02122B);
    padding: 100px 0;
}

.trust-container {
    width: 90%;
    /* margin: 0 auto; */
    display: flex;
    align-items: center;
    gap: 180px;
    padding: 10px 290px;
}

.trust-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.trust-img {
    width: 458px;
    border-radius: 10px;
}

.trust-right h2 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 40px;
}

.trust-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.trust-grid h3 {
    font-size: 28px;
    color: #FFFEFD;
    margin: 0;
    font-weight: 400 !important;
}

.trust-grid p {
    color: #FFFEFD;
    margin-top: 5px;
}

/* SECTION 4 – BATTERY */
.battery-section {
    background: url("../img/deye_container.jpg") no-repeat center/cover;
    padding: 130px 0;
}

.battery-container {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

/* LEFT & RIGHT COLUMN */
.battery-left,
.battery-right {
    display: flex;
    flex-direction: column;
    gap: 70px;
    /* equal spacing */
}

.battery-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.battery-right .battery-item {
    align-items: flex-start;
    /* right column text aligns left */
}

.battery-item span {
    margin-bottom: 8px;
}

.battery-line {
    width: 310px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.battery-item-r {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

@media (max-width: 900px) {
    .battery-container {
        flex-direction: column;
        gap: 40px;
    }

    .battery-left,
    .battery-right {
        gap: 30px;
    }

    .battery-line {
        width: 120px;
    }
}

/* SECTION 5 – BENEFITS */
.benefit-section {
    background: url("../img/Deye_bg.png") no-repeat center/cover;
    padding: 120px 0;
    text-align: center;
    color: #fff;
}

.benefit-container {
    width: 90%;
    margin: auto;
}

.benefit-section h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.benefit-desc {
    max-width: 750px;
    margin: 0 auto 70px;
    font-size: 16px;
    color: #dce2ee;
}

.deye-cards {
    display: flex;
    justify-content: center;
    gap: 35px;
    padding: 0px 150px;
}

.deye-card {
    background: #fff;
    color: #000;
    padding: 30px;
    width: 30%;
    border-radius: 12px;
    text-align: center;
}

.deye-card img {
    margin-bottom: 20px;
}

.deye-card h4 {
    margin-bottom: 10px;
}

@media (max-width: 900px) {

    .trust-container,
    .battery-container,
    .deye-cards {
        flex-direction: column;
        text-align: center;
    }

    .deye-card {
        width: 90%;
    }
}

.deye-contact-banner {
    background: #EA6D38;
    padding: 80px 0;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
}


/* ---------- SECTION 1: HERO CARD ---------- */
@media (max-width: 1200px) {
    .deye-container {
        padding: 50px 60px;
        gap: 80px;
    }
}

@media (max-width: 768px) {
    .deye-container {
        flex-direction: column;
        text-align: center;
        padding: 40px 30px;
        gap: 30px;
        margin-bottom: -50px;
    }

    .deye-container img {
        width: 120px;
    }

    .deye-txt {
        font-size: 28px !important;
        line-height: 36px !important;
    }
}


/* ---------- SECTION 3: A BRAND YOU CAN TRUST ---------- */
@media (max-width: 1200px) {
    .trust-container {
        padding: 40px 80px;
        gap: 80px;
    }
}

@media (max-width: 900px) {
    .trust-container {
        flex-direction: column;
        text-align: center;
        padding: 20px;
        gap: 40px;
    }

    .trust-img {
        width: 80%;
        max-width: 380px;
        margin: 0 auto;
    }

    .trust-right h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .trust-grid {
        grid-template-columns: 1fr 1fr;
        gap: 25px;
    }

    .trust-grid h3 {
        font-size: 22px;
    }
}

@media (max-width: 600px) {
    .trust-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}


/* ---------- SECTION 5: WHAT YOU GET ---------- */
@media (max-width: 1200px) {
    .deye-cards {
        padding: 0 50px;
        gap: 20px;
    }
}

@media (max-width: 900px) {
    .deye-section h2 {
        font-size: 30px;
    }

    .deye-desc {
        padding: 0 20px;
    }

    .deye-cards {
        flex-direction: column;
        padding: 0 20px;
    }

    .deye-card {
        width: 100%;
        padding: 25px;
    }
}


@media (max-width: 1200px) {
    .selector-wrap {
        display: flex !important;
        flex-direction: column !important;
        gap: 40px !important;
        text-align: center !important;
    }

    .selector-text {
        font-size: 36px !important;
        line-height: 44px !important;
    }
}

@media (max-width: 768px) {
    .selector-section {
        padding: 40px 0 40px 0;
    }

    .selector-text {
        font-size: 30px !important;
        line-height: 44px !important;
        color: #fff;
    }

    .selector-desc {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 10px;
        color: #fff;
    }

    .selector-building {
        width: 85% !important;
        margin: 0 auto !important;
        transform: translateY(0);
    }
}

/* ---------- BATTERY SECTION small fix ---------- */
@media (max-width: 768px) {
    .battery-section {
        padding: 60px 0;
    }

    .battery-container {
        flex-direction: column;
        text-align: center;
    }

    .battery-item,
    .battery-item-r {
        align-items: center !important;
    }

    .battery-line {
        width: 160px;
        margin: 0 auto;
    }

    .battery-img {
        width: 60%;
    }
}

.btn-learn-more {
    margin-left: 24px;
    padding: 7px 25px;
    background: linear-gradient(135deg, #ea6d38, #ee9452);
    color: #ffffff;
    font-size: 12px !important;
    white-space: nowrap;
    letter-spacing: 0.1em;
    font-weight: 700;
}

.btn-quote-header {
    margin-left: 24px;
    padding: 8px 25px;
    background: linear-gradient(135deg, #ea6d38, #ee9452);
    color: #ffffff;
    font-size: 12px !important;
    white-space: nowrap;
    letter-spacing: 0.2em;
    font-weight: 700;
}

.btn-quote-header:hover {
    margin-left: 24px;
    padding: 8px 25px;
    background: #ffffff;
    color: #ee9452;
    font-size: 12px !important;
    white-space: nowrap;
    letter-spacing: 0.2em;
    font-weight: 700;
}

a:hover {
    color: #ee9250 !important;
}

.remote-para {
    font-size: 17px !important;
}

/*
   SERVICES PAGE MOBILE FIX
 */

@media (max-width: 768px) {

    /* HERO SERVICE SECTION */

    .hero-card {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 16px !important;
        padding: 22px 18px !important;
    }

    .hero-text h1 {
        font-size: 24px !important;
        /* smaller like figma */
        line-height: 1.5 !important;
        margin-bottom: 10px;
    }

    .hero-text p {
        font-size: 14px !important;
        line-height: 1.6 !important;
        margin-bottom: 12px;
    }

    /* order fix: text first, image last */
    .hero-text {
        order: 1;
    }

    .hero-image {
        order: 2;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .hero-image img {
        width: 320px !important;
        max-width: 100%;
        top: 36px !important;
        /* remove overlap */
        margin-top: 6px;
    }

    /* remove desktop flex spacing effect */
    .services-hero {
        padding: 14px 14px 10px !important;
    }


    .product-box {
        margin-top: 270px !important;
        flex-direction: column !important;
        gap: 20px !important;
    }

    .product-left {
        width: 100% !important;
        margin-left: 0 !important;
        text-align: center !important;
    }

    .product-left h1 {
        font-size: 30px !important;
        line-height: 1.1;
    }

    .product-left p {
        font-size: 14px !important;
        line-height: 1.6;
    }

    .selector-nav {
        justify-content: center !important;
        margin-top: 12px;
        display: flex;
        gap: 10px;
    }

    .product-right {
        width: 100% !important;
        margin-top: 10px !important;
        overflow: visible !important;
    }


    .product-right .owl-stage {
        display: flex;
        align-items: center;
    }

    /* side cards smaller */
    .product-right .owl-item .product-service-img {
        transform: scale(0.85);
        transition: 0.35s ease;
    }

    /* center card bigger */
    .product-carousel .owl-item.center .product-service-img {
        transform: scale(1);
    }

    .product-service-img {
        transform: scale(.85);
    }

    .range-image {
        max-width: 200px !important;
    }

    .residential-wrap,
    .commercial-wrap {
        flex-direction: column;
        gap: 30px;
        padding: 0 16px;
        text-align: center;
    }

    .residential-left,
    .commercial-left,
    .residential-right,
    .commercial-right {
        width: 100%;
        margin-left: 0;
    }

    .residential-left h1,
    .commercial-left h1 {
        font-size: 32px;
    }

    .selector-info {
        font-size: 15px;
        line-height: 1.5;
    }

    .residential-btn,
    .commercial-btn {
        margin-top: 20px;
    }

    .install-img img {
        width: 100%;
        border-radius: 12px;
    }

    /* BRANDS SECTION */
    .finance-section {
        padding: 60px 0;
    }

    .brand-text h1 {
        font-size: 30px !important;
    }

    .brand-text p {
        font-size: 15px;
        line-height: 1.6;
    }

    .finance-image .col-4 {
        width: 50%;
    }

    .finance-image img {
        width: 100%;
        max-width: 140px;
        margin: auto;
        display: block;
    }

    /* BATTERIES SECTION */
    .batteries-wrap {
        flex-direction: column;
        gap: 30px;
        text-align: center;
        padding: 0 16px;
    }

    .batteries-left,
    .batteries-right {
        width: 100%;
        text-align: center;
    }

    .batteries-text {
        font-size: 32px !important;
        line-height: 1.2 !important;
    }

    .batteries-text-p {
        font-size: 15px;
        line-height: 1.6;
    }

    .batteries-img {
        max-width: 320px;
        margin: auto;
        display: block;
    }

    .batteries-heading {
        justify-content: center;
    }

    .redx-logo {
        width: 100px;
        margin: 0;
    }

    .desktop-logo {
        display: none;
    }

    .mobile-logo {
        display: block;
        width: 100px;
        margin: 12px auto 0;
    }

    /* HEATPUMP SECTION */
    .heatpump-wrap {
        flex-direction: column;
        gap: 30px;
        text-align: center;
        padding: 0 16px;
    }

    .heatpump-left,
    .heatpump-right {
        width: 100%;
        text-align: center;
    }

    .heatpump-text {
        font-size: 32px !important;
    }

    .heatpump-text-p {
        font-size: 15px;
        line-height: 1.6;
    }

    .heatpump-img {
        max-width: 320px;
        margin: auto;
        display: block;
    }
}

/* redx page */

.redx-section {
    padding: 130px 0;
    background-size: cover;
    overflow: hidden;
}

.redx-overlay {
    display: flex;
    align-items: center;
    gap: 80px;
}

.redx-overlay .about-left {
    width: 100%;
    padding: 0 16px;
}

.redx-logo-second {
    width: 120px;

}

.a-link-color {
    color: #fff;
    font-size: 18px !important;
}

.btn-custom-redx {
    padding: 8px 26px;
    background: linear-gradient(135deg, #EA6E38, #EE9452);
    color: #ffffff;
    font-size: 12px !important;
    white-space: nowrap;
    letter-spacing: 0.1em;
}

.btn-custom-redx:hover {
    padding: 8px 26px;
    background: linear-gradient(135deg, #EA6E38, #EE9452);
    color: #fffdfd5c !important;
    font-size: 12px !important;
    white-space: nowrap;
    letter-spacing: 0.1em;
}


@media (max-width: 768px) {

    .redx-section {
        padding: 80px 0;
    }

    .redx-overlay {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .redx-overlay .about-left {
        width: 100%;
        padding: 0;
        order: 1;
    }

    .redx-logo-second {
        width: 110px;
        margin: 0 auto 15px;
        display: block;
    }

    .about-left p {
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 20px;
    }

    .btn-custom-redx {
        display: inline-block;
        margin-bottom: 10px;
    }

    .about-video {
        width: 100%;
        order: 2;
        border-radius: 14px;
        overflow: hidden;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
    }

    .about-video iframe {
        width: 100%;
        aspect-ratio: 16 / 9;
        border: none;
    }
}



/* PRIVACY POLICY PAGE */

.privacy-section {
    padding: 100px 0;
    background: #f8f9fc;
}

.privacy-title {
    font-size: 40px !important;
    font-weight: 700;
    color: #ea6d38;
    margin-bottom: 20px;
}

.privacy-intro {
    font-size: 16px;
    line-height: 1.8;
    color: #012868;
    margin-bottom: 40px;
    margin-top: 30px;
}

.privacy-content h2 {
    font-size: 25px;
    margin-top: 30px;
    margin-bottom: 12px;
    color: #ea6d38;
    text-transform: uppercase;
}

.privacy-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #012868;
    margin-bottom: 12px;
}

.privacy-content ul {
    margin: 10px 0 20px 20px;
}

.privacy-content ul li {
    font-size: 16px;
    color: #012868;
    line-height: 1.7;
    margin-bottom: 6px;
}

.resources-txt-link {
    color: #02245c;
    font-weight: bold;
}

.privacy-hero {
    position: relative;
    /* height: 350px; */
    width: 100%;
    overflow: hidden;
    margin-bottom: -100px;
    z-index: 10;
}

.privacy-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin-bottom: 40px;
}

.privacy-hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 5;
}

.privacy-hero-text h1 {
    font-size: 40px !important;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

/* Responsive */
@media (max-width: 768px) {

    .privacy-hero img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        padding: 27px 17px;
    }

    .privacy-section {
        padding: 60px 0;
    }

    .privacy-title {
        font-size: 30px;
    }

    .privacy-content {
        padding: 25px;
    }

    .privacy-intro {
        font-size: 16px;
        line-height: 1.8;
        color: #012868;
        padding: 25px;
        margin-top: 0px;

    }

    .privacy-hero-text h1 {
        font-size: 30px !important;
        font-weight: 700;
        margin-bottom: 10px;
        color: #fff;
        line-height: 1.2 !important;
    }

    .privacy-content h2 {
        margin-top: 30px;
        margin-bottom: 12px;
        color: #ea6d38;
        font-size: 16px !important;
    }
}


/* Feedback Page */

.feedback-title {
    margin: 0 auto 25px;
    background: #fff;
    padding: 6% 20%;
    border-radius: 8px;
    text-align: center;
    font-size: 40px !important;
    font-weight: 500 !important;
    color: #02245c;
    text-align: left;
    margin-bottom: 85px;
    margin-top: 30px;
}

.bookinstall-title {
    color: #ea6d38;
    font-size: 40px !important;
}

.svapp-title {
    color: #ea6d38;
    font-size: 40px !important;
}

/* commercial page */

.certified {
    padding: 80px 0;
    background: #fff;
}

.certified-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
    margin-top: 55px;
}

.certified-logos img {
    height: 70px;
    width: auto;
    object-fit: contain;
    opacity: 0.8;
    transition: 0.3s;
}

.certified-logos img:hover {
    opacity: 1;
    transform: scale(1.05);
}

.case-carousel-wrap {
    position: relative;
    width: 100%;
    max-width: 539px;
    margin-top: 25px;
}

.case-carousel .owl-dots {
    display: block !important;
    text-align: center !important;
    margin-top: 30px !important;
}

.case-carousel .owl-dot {
    display: inline-block !important;
}

.case-carousel .owl-dot span {
    width: 6px !important;
    height: 6px !important;
    margin: 5px !important;
    background: #ccc !important;
    display: block !important;
    border-radius: 50% !important;
}

.case-carousel .owl-dot.active span {
    background: #fff !important;
}


.case-img {
    overflow: hidden;
    border-radius: 10px;
    width: 539px;
    height: 280px;
}

.case-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case-arrow {
    font-size: 28px;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    cursor: pointer;
}

.case-prev {
    left: 15px;
}

.case-next {
    right: 15px;
}

.case-studies {
    background: #021a44;
    background: url('../img/graphic_elements.svg') center/cover no-repeat;
    padding: 60px 0 10px 0;
    color: white;
    /* background: linear-gradient(229deg, #02245C 0%, #020A18 100%); */
}

.case-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.studies-title {
    color: #fff;
    font-size: 16px !important;
    margin-bottom: 20px;
    font-weight: 200 !important;
    font-style: italic;
    line-height: 1.3em;
    letter-spacing: 1px;
}

.system-title {
    color: #fff;
    font-size: 18px !important;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 1.3em;
    letter-spacing: 1px;
}

p.optus-small-text {
    color: #fff;
    max-width: 497px;
}

img.motion-img {
    width: 270px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.install-text-first {
    color: #fff;
    font-size: 40px !important;
}

.commercial-hero-section {
    position: relative;
    height: 80vh;
    background: url('../img/Dusk-panels-scaled.webp') center/cover no-repeat;
    display: flex;
    align-items: center;
}

.commercial-overlay {
    position: absolute;
    inset: 0;
}

.commercial-content {
    position: relative;
    z-index: 2;
    max-width: 600px;
    margin-left: 290px;
    text-align: left;
}

.commercial-install-title {
    color: #fff;
    font-size: 60px;
    margin-bottom: 15px;
}

.commercial-install-text {
    color: #fff;
    margin-bottom: 25px;
    line-height: 1.6;
}

.commercial-trusted-section {
    background: #021a44 url('../img/location.png') no-repeat center;
    background-size: cover;
    padding: 110px 0;
    color: #fff;
}

.commercial-hero-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.commercial-bottom-left p {
    margin-bottom: 15px;
    max-width: 413px;

}

.trusted-title {
    color: #fff;
    font-size: 30px;
    margin-bottom: 50px;
    text-align: center;
}

.trusted-logos-wrapper {
    display: flex;
    gap: 40px;
    align-items: center;
}

.trusted-logos-wrapper img {
    height: 70px;
    width: 245px;
}


.commercial-install-title {
    color: #fff;
    font-size: 40px !important;
    letter-spacing: 1px;

}

.why-solar-commercial {
    /* background: #021a44; */
    background: url('../img/service_bg.webp') no-repeat center;
    background-size: cover;
    padding: 110px 0;
    color: #fff;
    background-color: #fff;
}

.why-title {
    color: #02245C;
    font-size: 40px;
    margin-bottom: 50px;
    text-align: center;
}

.why-solar-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    text-align: center;
}

.why-card {
    max-width: 318px;
}

.why-card img {
    height: 150px;
    margin-bottom: 15px;
    width: 150px;
}

.why-card h3 {
    margin-bottom: 10px;
    margin-bottom: 10px;
    font-size: 16px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    color: #02245C;
}

.why-card p {
    font-size: 14px;
    color: #02245C;
    line-height: 1.5;
}

.btn-commercial-install {
    padding: 6px 22px;
    background: #fff;
    color: #02245C;
    font-size: 12px !important;
    white-space: nowrap;
    letter-spacing: 0.1em;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.btn-commercial-install:hover {
    padding: 6px 22px;
    background: #02245C;
    color: #fff !important;
    font-size: 12px !important;
    white-space: nowrap;
    letter-spacing: 0.1em;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}



.btn-commercial-touch {
    padding: 7px 30px;
    background: #fff;
    color: #02245C;
    font-size: 12px !important;
    white-space: nowrap;
    letter-spacing: 0.1em;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    display: block;
    width: fit-content;
    margin: 20px auto 0 auto;
}

.btn-commercial-touch:hover {
    padding: 7px 30px;
    background: #02245C;
    color: #fff !important;
    font-size: 12px !important;
    white-space: nowrap;
    letter-spacing: 0.1em;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.neergabby-space {
    margin-top: 45px;
    margin-bottom: 80px;
}

.solar-ready-section {
    background: url('../img/commercial.png') no-repeat center;
    background-size: cover;
    padding: 60px 0;
    background-color: #eb5918;
}

.touch-text {
    color: #fff;
    font-size: 40px !important;
    text-align: center;
}

.touch-text a {
    color: #fff !important;
    text-decoration: none;
    font-size: 40px !important;
    text-align: center;

}

.touch-text a:hover {
    color: #fff;
    text-decoration: none;
    font-size: 40px !important;
}

p.optus-second-text {
    color: #fff;
    text-align: center;
}

.motion-carousel .owl-dots {
    display: block !important;
    text-align: center !important;
    margin-top: 30px !important;
}

.motion-carousel .owl-dot {
    display: inline-block !important;
}

.motion-carousel .owl-dot span {
    width: 6px !important;
    height: 6px !important;
    margin: 5px !important;
    background: #ccc !important;
    display: block !important;
    border-radius: 50% !important;
}

.motion-carousel .owl-dot.active span {
    background: #fff !important;
}

.neergabby-carousel .owl-dots {
    display: block !important;
    text-align: center !important;
    margin-top: 30px !important;
}

.neergabby-carousel .owl-dot {
    display: inline-block !important;
}

.neergabby-carousel .owl-dot span {
    width: 6px !important;
    height: 6px !important;
    margin: 5px !important;
    background: #ccc !important;
    display: block !important;
    border-radius: 50% !important;
}

.neergabby-carousel .owl-dot.active span {
    background: #fff !important;
}


@media (max-width:1024px) {

    .commercial-content {
        margin-left: 80px;
        max-width: 500px;
    }

    .commercial-install-title {
        font-size: 42px !important;
    }

    .case-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .case-carousel-wrap {
        max-width: 100%;
    }

    .case-img {
        width: 100%;
        height: 260px;
    }

    .why-solar-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    .trusted-logos-wrapper {
        justify-content: center;
        flex-wrap: wrap;
    }

    .commercial-hero-bottom {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .commercial-bottom-left p {
        max-width: 100%;
    }

}

@media (max-width:768px) {

    .commercial-hero-section {
        height: auto;
        padding: 80px 0;
    }

    .commercial-content {
        margin-left: 0;
        text-align: center;
        padding: 0 20px;
    }

    .commercial-install-title {
        font-size: 30px !important;
        line-height: 1.2 !important;
    }

    .commercial-install-text {
        font-size: 14px;
    }

    .btn-commercial-install {
        margin: auto;
        font-size: 14px !important;
        padding: 7px 23px;
    }

    .trusted-title {
        font-size: 24px;
    }

    .why-title {
        font-size: 28px;
    }

    .why-solar-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .why-card {
        max-width: 100%;
    }

    /* .certified-logos {
        gap: 30px;
    }

    .certified-logos img {
        height: 50px;
    } */


    .motion-img {
        width: 180px;
    }

    .install-text-first {
        font-size: 28px !important;
    }

    .touch-text,
    .touch-text a {
        font-size: 26px !important;
    }

    .neergabby-space {
        margin-top: 70px;
        margin-bottom: 50px;
    }

    .case-studies {
        padding: 60px 10px;
    }

    .solar-ready-section {
        padding: 60px 10px;
    }

    .certified {
        padding: 80px 10px;
    }

    .commercial-trusted-section {
        padding: 80px 10px;
    }

    .why-solar-commercial {
        padding: 80px 10px;
    }

    .studies-title {
        font-size: 30px !important;
        text-align: center;
    }

    .case-text {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        text-align: center;
    }

    .case-text p,
    .case-text h4 {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .case-img {
        width: 340px !important;
        height: 205px !important;
        margin: 0 auto;
    }

    .case-carousel-wrap {
        display: flex;
        justify-content: center;
        width: 340px !important;

    }

    .certified-logos {
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }

    .certified-logos img {
        width: auto;
        height: 60px;
    }

}
.featured-section {
    background: url('../img/worked_with.webp') center/cover no-repeat;
    padding: 45px 10px;
    color: #fff;
}

.featured-row {
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap; 
}

.featured-title {
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-right: 25px; /* space after FEATURED IN */
    vertical-align: middle;
       font-family: Unbounded, sans-serif;
}

.featured-logo {
    vertical-align: middle;
    margin: 0 50px; /* space between logos */
}


.featured-logo img {
    max-height: 35px;
    width: auto;
    opacity: 0.85;
    transition: all 0.3s ease;
}


.featured-logo:hover img {
    opacity: 1;
    transform: scale(1.08);
}
img.hearlad-img {
    width: 116px;
}


@media(max-width:768px){

    .featured-row{
        display:flex;
        flex-direction:column;
        align-items:center;
        gap:50px;
        text-align:center;
    }

    .featured-title{
        width:100%;
        margin-right:0;
        margin-bottom:10px;
        font-size:20px;
    }

    .featured-logo{
        margin:0;
        width:100%;
        display:flex;
        justify-content:center;
    }

    .featured-logo img{
        max-height:32px;
        width:auto;
    }

    .feedback-title {
        font-size: 30px !important;
        margin-top: 20px;
    }

}


label.guide-label {
    color: #012868;
    font-size: 14px;
    font-family: 'Unbounded';
}

.about-left-first {
    color: white;
    max-width: 405px;
    align-items: center;
    margin-top: 80px;
}