


/* @media (max-width: 980px) {

    .carousel-container {
        position: relative;
        width: 100%;
        max-width: 99%;
        height: 508px;
        margin: auto;
        overflow: hidden;
        margin-top: 85px;
    }

    .team-member {
        width: 50%;
    }
} */




@media (max-width: 900px) {
    .content-container {
        flex-direction: column;
        text-align: center;
    }

    .left-content, .right-content {
        text-align: center;
    }
    
}




@media (max-width: 768px) {



.logo img{
    width: 160px;
 }
 .navbar {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #7d4196;
    padding: 15px 0px;
    position: fixed;
    z-index: 999;
    width: 100%;
}
    .nav-links {
        display: none;
        flex-direction: column;
        background: #b779cf;
        position: absolute;
        top: 89px;
        right: 0;
        width: 100%;
        text-align: center;

    }
    .nav-links li {
        margin: 15px 0;
    }
    .nav-links.show {
        display: flex;
    }

    .toggle-button {
        display: block;
    }
    

.carousel-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 508px;
    margin: auto;
    overflow: hidden;
    margin-top: 85px;
}

.text-overlay {
    position: absolute;
    top: 76%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgb(255, 255, 255);
    text-align: center;
    background: rgba(255, 255, 255, 0);
    padding: 0px;
    border-radius: 10px;
    width: 80%;
    opacity: 0;
    transition: opacity 0.5sease-in-out;
}

    .newsletter p {
        font-size: 1rem;
        margin-bottom: 20px;
        color: white;
        width: 279px;
    }

     
    .pricing-table {
        flex-direction: column;
        align-items: center;
    }
    .process-steps {
        flex-direction: column;
        align-items: center;
    }

    .newsletter input[type="email"] {
        width: 100%;
    }

    .team-section {
        flex-direction: column;
        align-items: center;
    }
    .team-member {
        width: 50%;
    }

    .whatsapp-button {
        font-size: 14px;
        padding: 10px 15px;
        bottom: 15px;
        right: 15px;
    }

    .whatsapp-button img {
        width: 20px;
        height: 20px;
    }
}



@media (max-width: 600px) {
    
    .carousel-container {
        position: relative;
        width: 100%;
        max-width: 100%;
        height: 282px;
        margin: auto;
        overflow: hidden;
        margin-top: 85px;
    }
}


@media (max-width: 425px) {
   
    .carousel-container {
        position: relative;
        width: 100%;
        max-width: 109%;
        height: 250px;
        margin: auto;
        overflow: hidden;
        margin-top: 85px;
    }
    .offer-badge {
        bottom: 52px;
        right: 8px;
        width: 75px;
        height: 75px;
    }

    .team-member {
        width: 80%;
    }
    .team-section {
        margin-top: 85px;
    }
    .team-member .social-icons {
        position: absolute;
        bottom: 184px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 10px;
        background: rgba(199, 118, 194, 0.8);
        padding: 8px 15px;
        border-radius: 5px;
        opacity: 0;
        transition: opacity 0.3sease-in-out;
    }

    
}



@media (max-width: 375px) {

    .carousel-container {
        position: relative;
        width: 100%;
        max-width: 109%;
        height: 205px;
        margin: auto;
        overflow: hidden;
        margin-top: 85px;
    }

}