 /* Responsive Design - Mobile first */
 @media (max-width: 768px) {
    .hero {
        margin-top: 20px;
        padding-top: 40px;
    }

    .hero-container {
        flex-direction: column;
        text-align: left;
    }

    .hero-right,
    .hero-text {
        width: 100%;
        /* Ensure both columns take up full width on mobile */
    }

    .hero-right {
        margin-top: 0;
        /* Optional margin between the columns */
    }

    .cta-button {
        font-size: 14px;
    }

    .offer-texties {
        font-size: 14px;
    }

    .hero-text h1 {
        font-size: 34px;
    }

    .subheading {
        font-size: 16px;
    }
}
@media (min-width: 769px) and (max-width: 1024px) {
    .slider-container {
        max-width: 750px;
        margin: 0 auto;
    }
    
}
@media (min-width: 769px) {
    .cta-button {
        margin-top: 20px;
        width: 100%;
    }

    .hero-button-container {
        align-self: flex-start;
        width: 75%;
    }

    .hero-text {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        /* Align the items to the left */
        justify-content: flex-start;
        padding: 0px 3%;
    }
}
@media (max-width: 767px) {
    .desktop-img{
        display: none;
    }
    .success-story-m-img{
        display: block;
        margin-bottom: 20px;
    }
    .success-story{
        background-color: transparent;
        background-image: linear-gradient(342deg, #F5F5F5 71%, #FFFFFF 16%);
    }
    .comparison-table {
        max-width: 95%; /* Allow the table to shrink more on small screens */
    }

    .comparison-wrapper {
        margin-bottom: 0px;
        padding-bottom: 10px;
    }

    .crm-offer-image {
        max-width: 100%;
    }

    .comparison-table th, .comparison-table td {
        padding: 15px;
        text-align: center;
        border: none;
        font-size: 12px;
    }
    .story-text h2 {
        font-size: 2rem;
        margin-bottom: 40px; 
    }
    .section-title {
        font-size: 1.8rem; 
    }
    .counter-container-wrapper { 
        max-width: 95%; 
    }
    .counter h3 {
        font-size: 20px; 
        margin-bottom: 1rem;
    }
    .counter-container .counter {
        width: 100%;
        padding: 20px;
    }
    .counter-container .counter2{
        position: relative;
        padding: 35px 0;
    }
    .note{
        font-size: 13px;
        text-align: left;
    }
    .projects-section h2 {
        font-size: 26px;
        line-height: 1.1em;
        margin-bottom: 20px;
    }
    .story-section .story-image {
        flex: 1 1 220px; 
    }
    .endorsement{
        margin-bottom: 1rem;
    }
    .iframe-container { 
        margin-top: 0px;
        max-width: 95%; 
    }
    .crm-offer h2 {
        font-size: 1.6rem; 
    }
    .crm-offer p {
        font-size: 0.9rem;
        text-align: left;
    }
    .story-image .caption{
        font-size: 1rem;
    }
    .story-text p { 
        font-size: 0.9rem;
        line-height: 1.5;
    }
    .counter div{
        font-size: 30px !important;
    }
     
    .counter2::before{
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        width: 29px; 
        margin: 0 auto;
        height: 2px;
        background-color: #0f0f0f;
    }
    .counter2::after{
        content: "";
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        width: 29px; 
        margin: 0 auto;
        height: 2px;
        background-color: #0f0f0f;
    }
   .story-section .story-container{
        flex-direction: column-reverse;
    }
    .faq-answer p{
        font-size: 14px;
    }
    .swiper-slide img {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 10px;
    }
    .projects-section{
        padding: 20px 0px;
    }
    .slider-container{
        padding: 30px;
    }
    .swiper-button-next{
        right: 0px;
    }
    .swiper-button-prev{
        left: 0px;
    }
    .story-section .story-text p {
        margin-bottom: 15px;
        font-size: 14px;
    }
    .story-section .story-text {
        text-align: left;
        padding: 15px;
        display: none;
    }
    .story-section .main-text { 
        display: block;
    }
    .story-section { 
        padding: 20px 0 0; 
        width: 95%;
        margin: 0 auto;
        border-radius: 15px;
    }
    .story-section .story-image img { 
        border-radius: 0px 0px 15px 15px;
    }
    .story-section .story-container{
        gap: 0;
    }
    .faq-question::after { 
        font-size: 18px;
        left: 10px; 
        top: 0px;
    }
    .faq-answer {
        display: none; 
        padding-top: 40px;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .feature-box h3 { 
        font-size: 20px;
    }
    .feature-box {
        width: 370px; 
    }
    .story-section .story-image {
        flex: none;
        width: 100%;
        max-width: 500px; /* or whatever you want */
        height: auto;
        display: block;
    }
}