.cta-button,
.logo,
.main-nav,
.nav-links {
    display: flex
}

.sowash-footer,
body {
    font-family: Arial, sans-serif
}

.footer-column ul li a,
.nav-links a {
    text-decoration: none;
    transition: color .3s
}

body {
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    color: #333333
}



.main-header {
    background: #FFFFFF;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 50px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1)
}

.navbar-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center
}

.cta-button {
    width: 20%;
    justify-content: end;
    align-items: center
}

.main-nav {
    width: 50%
}

.logo {
    width: 15%;
    overflow: hidden;
    justify-content: start;
    align-items: center
}

.logo img {
    width: 100%;
    margin: 0 auto;
    display: block
}

.tagline {
    margin-top: -20px;
    font-size: 10px;
    letter-spacing: 1px;
    color: #888
}

.main-nav {
    flex: 1;
    justify-content: center
}

.nav-links {
    list-style: none;
    gap: 70px
}

.nav-links a {
    font-weight: 700;
    color: #00AEef;
    position: relative;
    font-size: 15px;
    transition: color .5s
}

.nav-links a:hover {
    color: #005778;
    text-decoration: underline
}

.btn-quote {
    text-decoration: none;
    background-color: #00AEef;
    color: #fff;
    padding: 8px 16px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
    transition: background .5s
}

.btn-quote:hover {
    background-color: #005778
}

.hero-section {
    position: relative;
    height: 90vh;
    overflow: hidden
}

.slideshow-container {
    height: 100%;
    position: relative;

}

.slide {
    display: none;
    height: 100%
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, .6);
    padding: 20px 40px;
    border-radius: 10px
}

.cta-btn {
    background-color: #00AEef;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
    border-radius: 5px;
    transition: background .5s
}

.cta-btn:hover {
    background-color: #005778;
}

.services-section {
    padding: 50px;
    background-color: #FFFFFF;
    text-align: center
}

.services-grid {
    display: flex;
    justify-content: space-evenly;
    gap: 20px;
    margin-top: 20px
}


.service {
    background: #FFFFFF;
    padding: 15px;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    /* width: 27%; */
}

.service p{
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-top: 10px
}

.services-section h2 {
    color: #2d9cdb;
    font-size: 32px
}

.solar-efficiency-section {
    display: flex;
    padding: 60px 60px;

    background: #FFFFFF;
    justify-content: space-between
}

.solar-content {
    max-width: 50%
}

.solar-content h2 {
    font-size: 32px
}

.solar-image {
    width: 100%;
    background-image: url("images/solar3.gif");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.blue-text {
    color: #2d9cdb
}

.green-text {
    color: #2d9cdb
}

.why-choose-sowash {
    text-align: center;
    padding: 60px 50px;
    background-color: #FFFFFF
}

.customer-testimonials h2,
.why-choose-sowash h2 {
    font-size: 32px;
    color: #2d9cdb;
    margin-bottom: 40px;
    font-weight: 700
}

.features-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto
}

.feature-box {
    background-color: #f9f9f9;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .05);
    transition: transform .3s
}

.feature-box:hover {
    transform: translateY(-5px)
}

.feature-box img {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
    /* filter: brightness(0) saturate(100%) invert(43%) sepia(69%) saturate(515%) hue-rotate(165deg) brightness(91%) contrast(89%); */
}

.feature-box h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #222
}

.feature-box p,
.testimonial-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin: 0
}

/* -------------------------------------------- */

.benefits {
    margin-bottom: -30px;
}

.benefit-container {
    grid-template-columns: repeat(2, 1fr);

}

.benefit-box {
    box-shadow: none;
    padding: 15px;
    text-align: left;
    border: none;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.benefit-box div:nth-child(1) {
    margin-right: 20px;
}



/* ------------------------------------------------ */

.customer-testimonials {
    text-align: center;
    padding: 60px 60px;
    background-color: #FFFFFF
}

.testimonial-carousel {
    display: flex;
    overflow: hidden;
    position: relative;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    height: 300px
}

.testimonial-slide {
    display: none;
    width: 100%;
    max-width: 600px;
    box-sizing: border-box
}

.testimonial-slide.active {
    display: flex;
    justify-content: center;
    align-items: center
}

.testimonial-card {
    background-color: #d9ecff;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    position: relative;
    width: 100%
}

.carousel-nav button,
.quote-icon {
    background-color: #2d9cdb;
    color: #fff
}

.quote-icon {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    padding: 10px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 20px
}

.testimonial-card h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px
}

.carousel-nav {
    margin-top: 20px
}

.about-company .container,
.footer-container {
    /* max-width: 1200px; */
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.carousel-nav button {
    border: none;
    padding: 10px 15px;
    font-size: 24px;
    cursor: pointer;
    margin: 0 10px;
    border-radius: 50%;
    transition: background-color .3s
}

.carousel-nav button:hover {
    background-color: #1c7eb5
}

.sowash-footer {
    background-color: #111;
    color: #fff;
    padding: 40px 20px;
}

.footer-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 30px
}

.footer-column {
    /* flex: 1; */
    min-width: 250px
}

.footer-logo h2 {
    width: 100%;
    background-image: url("images/WashMAN.png");
    background-size: cover;
    background-position: center
}

.footer-logo p {
    font-size: 12px;
    color: #bbb;
    margin: 5px 0 15px;
    letter-spacing: 1px;
    margin-top: -15px;

}

.footer-column h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #fff;

}

.footer-column p {
    font-size: 14px;
    color: #bbb;
    line-height: 1.6
}

.footer-column ul {
    list-style: none;
    padding: 0
}

.footer-column ul li {
    font-size: 14px;
    margin-bottom: 8px;
    color: #bbb
}

.footer-column ul li a {
    color: #fff
}

.footer-column ul li a:hover {
    color: #FFD700
}

.social-icons a {
    display: inline-block;
    margin-right: 10px
}

.social-icons img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: transparent;
}

.footer-bottom {
    text-align: center;
    margin-top: 40px;
    border-top: 1px solid #444;
    padding-top: 20px
}

.footer-bottom h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff
}

.footer-bottom p {
    font-size: 14px;
    color: #bbb;
    margin: 5px 0
}

.footer-bottom hr {
    border: none;
    height: 1px;
    background-color: #2d9cdb;
    width: 50%;
    margin: 15px auto
}

.footer-bottom p span {
    font-weight: 700;
    color: #FFD700
}

.about-company {
    background-color: #fff;
    padding: 60px 60px;
    text-align: left
}

.about-company h2 {
    font-size: 32px;
    color: #2d9cdb;
    font-weight: 700;
    margin-bottom: 15px
}

.about-company p {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
}

@media (max-width:992px) {


    .main-nav {
        display: none
    }

    .navbar-container {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .logo {
        justify-content: start;
        width: 50%;
    }

    .logo img {
        margin: 0px;
        width: 60%
    }

    .cta-button {
        width: 50%
    }

    .hero-text {
        width: 60%;
    }


}

@media (max-width:768px) {

    .btn-quote {
        padding: 5px 14x;

    }

    .hero-section {
        height: 60vh
    }

    .hero-text {
        padding: 15px 25px
    }

    .hero-text h1 {
        font-size: 16px
    }

    .hero-text p {
        font-size: 11px
    }

    .cta-btn {
        padding: 8px 15px;
        font-size: 14px
    }

    .services-grid,
    .solar-efficiency-section {
        flex-direction: column;
        align-items: center;
        padding: 40px 40px;
    }

    .service {
        width: 90%
    }

    .features-container {
        grid-template-columns: repeat(2, 1fr)
    }

    .benefit-container {
        grid-template-columns: repeat(1, 1fr)
    }

    .solar-content,
    .solar-image {
        width: 100%;
        max-width: 100%
    }

    .solar-image {
        height: 200px;
        background-size: contain;
        background-repeat: no-repeat
    }

    .testimonial-carousel {
        /* flex-direction: column; */
        height: auto
    }

    .footer-column,
    .testimonial-slide {
        width: 100%
    }

    .testimonial-card {
        width: 90%;
        margin: 0 auto
    }

    .carousel-nav button {
        padding: 8px 12px;
        font-size: 16px
    }

    .footer-container {
        flex-direction: column;
        gap: 20px;
        text-align: center
    }

    .about-company {
        padding: 40px 40px;

    }

    .footer-logo p {
        letter-spacing: normal;
    }

    .logo {
        width: 70%;
    }

    .cta-button {
        width: 50%;
    }

    .btn-quote {
        padding: 4px 12x;
        font-size: 12px;

    }
}

@media (max-width:480px) {
    .features-container {
        grid-template-columns: 1fr
    }

    .hero-section {
        height: 45vh
    }

    .about-company,
    .solar-efficiency-section,
    .services-grid,
    .why-choose-sowash {
        padding: 40px 40px;

    }

    .customer-testimonials{
        padding: 40px 10px;
    }

}


.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 70px;
    height: 60px;
    z-index: 1000;
    /* background-color: black; */
}

.whatsapp-float img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin: auto auto;
    border-radius: 50%;
    /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3); */
    transition: transform 0.3s ease-in-out;
}

.whatsapp-float img:hover {
    transform: scale(1.1);
}