
   
   /* Testimonials Section */
        .testimonials {
            padding: 60px 0 127px 0;
            text-align: center;
        }


        .testimonials-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
            margin-bottom: 30px;
        }

        .testimonial-card {
            background-color: white;
            border-radius: 10px;
            padding: 20px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            text-align: left;
        }

        .testimonial-header {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }

        .avatar {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            margin-right: 15px;
        }

        .testimonial-info h3 {
            font-size: 16px;
            margin-bottom: 5px;
        }

        .stars {
            color: #ffc107;
        }

        .testimonial-text {
            font-style: italic;
            color: #666;
        }

        .testimonials-note {
            font-size: 12px;
            color: #000;
            margin-bottom: 30px;
        }

  


        /* Responsive Styles */
        @media (max-width: 1200px) {
            .container {
                max-width: 960px;
                padding: 0 20px;
            }

            .hero-text h1 {
                font-size: 38px;
            }

            .hero-text p {
                font-size: 18px;
            }

            .benefits-text h2,
            .why-choose h2,
            .testimonials h2 {
                font-size: 28px;
            }

            .benefits-list-text {
                font-size: 18px;
            }

            .differentials-image img {
                margin-right: -1px;
            }
        }

        @media (max-width: 1024px) {
   

            .offdivbtn {
                display: block;
                margin: 0 auto;
                margin-bottom: 50px;
                display: block;
                background-color: #A12E6E;
                color: white;
                border: none;
                border-radius: 44px;
                font-weight: 600;
                cursor: pointer;
                font-size: 14px;
                transition: background-color 0.3s;
                text-decoration: none;
                max-width: 558px;
                width: 100%;
                display: flex;
                min-height: 59px;
                align-items: center;
                justify-content: center;
                text-transform: uppercase;
            }

            .container {
                max-width: 98%;
            }

            .hero-content {
                flex-direction: column;
                width: 100%;
            }

            .hero-content-main {
                width: 100%;
                display: flex;
                flex-direction: row;
                margin-bottom: 40px;
            }

            .form-container {
                width: 100%;
                max-width: 600px;
                margin: 0 auto;
            }

            .benefits-content {
                flex-direction: column;
                align-items: center;
            }

            .benefits-image {
                width: 80%;
                margin-bottom: 20px;
                text-align: center;
            }

            .benefits-text {
                width: 80%;
            }

            .differentials-content {
                padding: 30px 20px;
            }

            .differentials-image img {
                margin-right: 0;
            }

            .feature-item {
                min-height: 250px;
            }

            .differentials-image img {
                margin-right: -1px;
            }

            .container2 {
                width: 96%;
            }

            .differentials-text h2 {
                display: none;
            }

            .differentials-content a.btn-primaryDif {
                display: none;
            }
        }

        @media (max-width: 900px) {
            .hero-content-main {
                flex-direction: column;
            }

            .product-image {
                margin-bottom: 30px;
            }

            .benefits-content {
                flex-direction: column;
            }

            .benefits-image {
                order: 1;
                width: 100%;
                margin-bottom: 30px;
            }

            .benefits-text {
                order: 2;
                width: 100%;
            }

            .differentials-content {
                flex-direction: column-reverse;
            }

            .differentials-text,
            .differentials-image {
                width: 100%;
            }

            .differentials-image {
                margin-bottom: 30px;
            }

            .differentials-image img {
                margin-right: -1px;
            }
        }

        /* Existing mobile styles */
        @media (max-width: 768px) {
            div#differentials-list-txt-last {
                width: 40px;
            }

            .hero,
            .purple-bg {
                padding: 90px 0px;
            }

            .differentials-list-img {
                width: 80px;
            }

            /* General container adjustments */
            .container {
                padding: 0 15px;
                width: 100%;
            }

            .container2 {
                width: 90%;
            }

            .differentials-image img {
                margin: 0;
            }

            /* Header adjustments */
            .logo {
                max-width: 180px;
                margin: 0 auto;
                display: block;
            }

            /* Hero section adjustments */
            .hero-content-main {
                flex-direction: column;
                text-align: center;
                width: 100%;
            }

            .product-image {
                margin-bottom: 20px;
            }

            .device-image {
                max-width: 100%;
                height: auto;
            }

            .hero-text h1 {
                font-size: 28px;
                line-height: 1.3;
            }

            .hero-text p {
                font-size: 16px;
                line-height: 1.5;
            }

            /* Form adjustments */
            .form-container {
                padding: 20px 15px;
            }

            .form-container h2 {
                font-size: 20px;
            }

            .form-row {
                flex-direction: column;
            }

            .form-group {
                width: 100%;
                margin-bottom: 15px;
            }

            .checkbox-row {
                flex-direction: row;
            }

            /* Benefits section */
            .benefits-content {
                flex-direction: column;
            }

            .benefits-image {
                margin-bottom: 20px;
            }

            .benefits-text h2 {
                font-size: 22px;
                line-height: 1.3;
            }

            .benefits-list-main {
                margin-bottom: 15px;
            }

            /* Features grid */
            .features-grid {
                grid-template-columns: 1fr 1fr;
                gap: 15px;
            }

            .feature-item {
                padding: 15px;
            }

            .feature-item h3 {
                font-size: 18px;
            }

            /* Differentials section */
            .differentials-content {
                flex-direction: column-reverse;
                padding: 30px 15px 40px 15px;
            }

            .differentials-image {
                margin-bottom: 20px;
            }

            .differentials-text h2 {
                font-size: 22px;
            }

            .differentials-list-main {
                margin-bottom: 15px;
            }

            /* Buttons */
            .btn-primary,
            .btn-primaryDif {
                width: 95%;
                padding: 12px 15px;
                font-size: 16px;
                text-align: center;
            }

    

        }

        /* Additional adjustments for very small screens */
        @media (max-width: 480px) {
       

            .features-grid {
                grid-template-columns: 1fr;
            }

            .benefits-text h2,
            .differentials-text h2 {
                font-size: 20px;
            }
        }

        @media (max-width: 480px) {
            .hero-text h1 {
                font-size: 24px;
            }

            .features-grid {
                grid-template-columns: 1fr;
            }

            .benefits-text h2,
            .differentials-text h2 {
                font-size: 20px;
            }
        }

        /* Responsive Styles for 1600px to 1024px */
        @media (min-width: 1025px) and (max-width: 1600px) {
          

            .testimonials-grid svg {
                display: none!important;
            }
        }