/* Why Choose Us Section Styles */
.why-choose-us {
    padding: 60px 0;
    background-color: #ffffff;
}

.why-choose-us .auto-container {
    max-width: 1400px; /* Wider content */
    margin: 0 auto;
    padding: 0 15px;
}

.why-choose-us .sec-title h3 {
    font-size: 2.2rem; /* Adjusted for h3 */
    font-weight: 700;
    color: #222222;
    margin-bottom: 10px;
}

.why-choose-us .sec-title h3 span {
    color: #e74c3c;
}

.why-choose-us .sec-title .text {
    font-size: 1.2rem;
    color: #555555;
    max-width: 700px;
    margin: 0 auto 30px;
    line-height: 1.6;
}

.why-choose-us .feature-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(240, 240, 240, 0.95) 100%);
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.why-choose-us .feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.why-choose-us .icon-box {
    margin-bottom: 20px;
}

.why-choose-us .icon-box svg {
    transition: transform 0.3s ease;
}

.why-choose-us .feature-card:hover .icon-box svg {
    transform: scale(1.15);
}

.why-choose-us .feature-card h4 {
    font-size: 1.4rem;
    color: #222222;
    margin-bottom: 12px;
    font-weight: 600;
}

.why-choose-us .feature-card .text {
    font-size: 1rem;
    color: #555555;
    line-height: 1.7;
}

/* Our Commitment Section Styles */
.our-commitment {
    padding: 60px 0;
    background-color: #1a1a1a;
}

.our-commitment .auto-container {
    max-width: 1400px; /* Wider content */
    margin: 0 auto;
    padding: 0 15px;
}

.our-commitment .sec-title.light h3 {
    font-size: 2.2rem; /* Adjusted for h3 */
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}

.our-commitment .sec-title.light h3 span {
    color: #e74c3c;
}

.our-commitment .sec-title.light .text {
    font-size: 1.2rem;
    color: #cccccc;
    max-width: 700px;
    margin: 0 auto 30px;
    line-height: 1.6;
}

.our-commitment .feature-card {
    background: linear-gradient(135deg, rgba(40, 40, 40, 0.95) 0%, rgba(30, 30, 30, 0.95) 100%);
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    height: 100%;
}

.our-commitment .feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.our-commitment .icon-box {
    margin-bottom: 20px;
}

.our-commitment .icon-box svg {
    transition: transform 0.3s ease;
}

.our-commitment .feature-card:hover .icon-box svg {
    transform: scale(1.15);
}

.our-commitment .feature-card h4 {
    font-size: 1.4rem;
    color: #ffffff;
    margin-bottom: 12px;
    font-weight: 600;
}

.our-commitment .feature-card .text {
    font-size: 1rem;
    color: #cccccc;
    line-height: 1.7;
}

/* Responsive Adjustments */
@media (min-width: 992px) {
    .why-choose-us .feature-block,
    .our-commitment .feature-block {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .why-choose-us,
    .our-commitment {
        padding: 40px 0;
    }

    .why-choose-us .sec-title h3,
    .our-commitment .sec-title.light h3 {
        font-size: 1.8rem;
    }

    .why-choose-us .sec-title .text,
    .our-commitment .sec-title.light .text {
        font-size: 1rem;
        max-width: 90%;
    }

    .why-choose-us .feature-card,
    .our-commitment .feature-card {
        padding: 20px;
        margin-bottom: 15px;
    }

    .why-choose-us .feature-card h4,
    .our-commitment .feature-card h4 {
        font-size: 1.2rem;
    }

    .why-choose-us .feature-card .text,
    .our-commitment .feature-card .text {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .why-choose-us,
    .our-commitment {
        padding: 30px 0;
    }

    .why-choose-us .sec-title h3,
    .our-commitment .sec-title.light h3 {
        font-size: 1.6rem;
    }

    .why-choose-us .sec-title .text,
    .our-commitment .sec-title.light .text {
        font-size: 0.9rem;
    }

    .why-choose-us .feature-card,
    .our-commitment .feature-card {
        padding: 15px;
        margin-bottom: 10px;
    }

    .why-choose-us .feature-card h4,
    .our-commitment .feature-card h4 {
        font-size: 1.1rem;
    }

    .why-choose-us .feature-card .text,
    .our-commitment .feature-card .text {
        font-size: 0.85rem;
    }

    .why-choose-us .icon-box svg,
    .our-commitment .icon-box svg {
        width: 40px;
        height: 40px;
    }
}
/* Testimonial Section Styles */
.testimonials-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.testimonials-section .auto-container {
    max-width: 1400px; /* Wider content for consistency with other sections */
    margin: 0 auto;
    padding: 0 15px;
}

.testimonials-section .sec-title h3 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #222222;
    margin-bottom: 10px;
}

.testimonials-section .sec-title h3 span {
    color: #e74c3c;
}

.testimonials-section .sec-title .text {
    font-size: 1.2rem;
    color: #555555;
    max-width: 700px;
    margin: 0 auto 30px;
    line-height: 1.6;
}

.testimonial-carousel {
    margin-top: 30px;
}

.testimonial-block {
    width: 100%;
    max-width: 500px; /* Increased width */
    margin: 0 auto;
}

.testimonial-block .inner-box {
    background: linear-gradient(135deg, rgba(245, 245, 245, 0.95) 0%, rgba(230, 230, 230, 0.95) 100%);
    border: 2px solid rgba(231, 76, 60, 0.2); /* Subtle red border */
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.testimonial-block .inner-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.testimonial-block .quote-icon {
    margin-bottom: 15px;
}

.testimonial-block .quote-icon svg {
    transition: transform 0.3s ease;
}

.testimonial-block .inner-box:hover .quote-icon svg {
    transform: scale(1.1);
}

.testimonial-block h4 {
    font-size: 1.4rem;
    color: #222222;
    margin-bottom: 12px;
    font-weight: 600;
}

.testimonial-block .text {
    font-size: 1rem;
    color: #555555;
    line-height: 1.7;
    margin-bottom: 15px;
}

.testimonial-block .info-box .name {
    font-size: 1.2rem;
    color: #222222;
    font-weight: 500;
    margin-bottom: 5px;
}

.testimonial-block .info-box .designation {
    font-size: 0.95rem;
    color: #555555;
}

/* Responsive Adjustments */
@media (min-width: 768px) and (max-width: 991px) {
    .testimonial-carousel {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }
    .testimonial-block {
        width: calc(50% - 10px); /* Two testimonials per row */
        max-width: 350px;
    }
}

@media (max-width: 767px) {
    .testimonials-section {
        padding: 40px 0;
    }

    .testimonials-section .sec-title h3 {
        font-size: 1.8rem;
    }

    .testimonials-section .sec-title .text {
        font-size: 1rem;
        max-width: 90%;
    }

    .testimonial-block {
        max-width: 400px; /* Slightly smaller for mobile */
    }

    .testimonial-block .inner-box {
        padding: 20px;
    }

    .testimonial-block h4 {
        font-size: 1.2rem;
    }

    .testimonial-block .text {
        font-size: 0.9rem;
    }

    .testimonial-block .info-box .name {
        font-size: 1.1rem;
    }

    .testimonial-block .info-box .designation {
        font-size: 0.85rem;
    }

    .testimonial-block .quote-icon svg {
        width: 25px;
        height: 25px;
    }
}

@media (max-width: 480px) {
    .testimonials-section {
        padding: 30px 0;
    }

    .testimonials-section .sec-title h3 {
        font-size: 1.6rem;
    }

    .testimonials-section .sec-title .text {
        font-size: 0.9rem;
    }

    .testimonial-block {
        max-width: 100%; /* Full width for very small screens */
    }

    .testimonial-block .inner-box {
        padding: 15px;
    }

    .testimonial-block h4 {
        font-size: 1.1rem;
    }

    .testimonial-block .text {
        font-size: 0.85rem;
    }

    .testimonial-block .info-box .name {
        font-size: 1rem;
    }

    .testimonial-block .info-box .designation {
        font-size: 0.8rem;
    }

    .testimonial-block .quote-icon svg {
        width: 20px;
        height: 20px;
    }
}