/* ===================================
   CSS Variables & Reset
   =================================== */
:root {
    --primary-color: #8B2E2E;
    --dark-bg: #0a0a0a;
    --dark-gray: #1a1a1a;
    --medium-gray: #2a2a2a;
    --light-gray: #cccccc;
    --text-light: #ffffff;
    --text-muted: #999999;
    --overlay-dark: rgba(0, 0, 0, 0.7);
    --overlay-darker: rgba(0, 0, 0, 0.85);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    background-color: var(--dark-bg);
    color: var(--text-light);
    overflow-x: hidden;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6,a {
    font-family: "Oswald", sans-serif;
    /* letter-spacing: 2px; */
}

/* Paragraphs & Text */
p {
    font-family: "Asap Condensed", sans-serif;
}

/* H2 Styling */
h2 {
    font-size: 48px;
    font-weight: 700;
}

/* H4 Styling */
h3 {
    font-size: 25px;
    font-weight: 700;
}

/* Anchor Tag Styling */
a {
    font-size: 14px;
    font-weight: 700;
}

p{
    font-size: 16px;
    line-height: 26px;
}
a {
    text-decoration: none;
    transition: all 0.3s ease;
}

img {
    max-width: 100%;
    height: auto;
}

/* ===================================
   Header & Navigation
   =================================== */
.header-section {
    position: relative;
    z-index: 1000;
}

.fixed-top {
    position: absolute !important;
}

.navbar {
    background-color: transparent;
    padding: 1rem 0;
    transition: background-color 0.3s ease;
}

.navbar.scrolled {
    background-color: rgba(0, 0, 0, 0.95);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.logo-img {width: 270px;}

.navbar-nav .nav-link {
    color: var(--text-light);
    font-size: 14px;
    font-weight: 500;
    margin: 0 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: var(--primary-color);
}

.btn-contact {
    background-color: var(--primary-color);
    color: var(--text-light);
    padding: 10px 25px;
    border-radius: 0;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1.5px;
    border: 2px solid var(--primary-color);
    margin-left: 20px;
    transition: all 0.3s ease;
}

.btn-contact:hover {
    background-color: transparent;
    color: var(--primary-color);
}

section.about-banner {
    padding: 420px 0px !important;
}
.left-side {
 background: url(../images/fabout-section1.webp) center/cover;
 height: 100%;
}
/* Inner Banner */

section.about-banner ul li.bannerlist {
    display: -webkit-inline-box;
    margin-right: 20px;
}

section.about-banner ul {
    padding: 0px;
}

section.about-banner li.bannerlist span.elementor-icon-list-text {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

/* Inner Banner */


/* ===================================
   Hero Section
   =================================== */
.hero-section {
    position: relative;
    /* height: 100vh; */
    /* min-height: 650px; */
    background-image: url('../images/hero-bg.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 0 20px;
}

.hero-title {
    font-size: 80px;
    font-weight: 400;
    letter-spacing: 8px;
    color: var(--text-light);
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    font-style: italic;
}

/* ===================================
   About Section
   =================================== */
/* .about-section {
    background-color: var(--dark-gray);
    padding: 100px 0;
}

.section-title {
    font-size: 42px;
    font-weight: 400;
    letter-spacing: 4px;
    margin-bottom: 30px;
    color: var(--text-light);
}

.about-text {
}

.about-images .main-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.about-images .row img {
    width: 100%;
    height: 200px;
    object-fit: cover;
} */



.about-section {
    padding: 80px 0;
    background-color: #1a1a1a;
}


.about-section .col-left {
    flex: 1;
    padding-right: 40px;
    display: flex;
}

.about-section .col-right {
    flex: 1;
}

.section-title {
}

.about-text {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 25px;
    color: #e0e0e0;
}

.more-btn {
    display: inline-block;
    background-color: #8B2E2E;
    color: white;
    padding: 16px 40px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 20px;
    transition: background-color 0.3s;
}

.more-btn:hover {
    background-color: #6B1E1E;
}

/* Right Side - Images */
.about-images {
    position: relative;
}

.main-image-wrapper {
    position: relative;
    margin-bottom: 20px;
}

.main-about-img {
    width: 100%;
    height: auto;
    display: block;
}

/* Experience Badge */
.experience-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #8B2E2E;
    padding: 35px 30px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.badge-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 10px;
}

.badge-icon svg {
    width: 100%;
    height: 100%;
    fill: white;
}

.badge-number {
    font-size: 48px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 5px;
}

.badge-text {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
}

/* Carousel */
.carousel-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-track {
    display: flex;
    gap: 15px;
    animation: scroll 15s linear infinite;
}

.carousel-slide {
    min-width: calc(50% - 7.5px);
    flex-shrink: 0;
}

.carousel-slide img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    display: block;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.carousel-track:hover {
    animation-play-state: paused;
}

/* Responsive */
@media (max-width: 968px) {
    .row {
        flex-direction: column;
        gap: 40px;
    }

    .col-left {
        padding-right: 0;
    }

    .section-title {
        font-size: 48px;
    }

    .carousel-slide {
        min-width: 100%;
    }
}


/* ===================================
   Services Section
   =================================== */
.services-section {
    background-color: var(--dark-bg);
    padding: 100px 0;
}

.service-subtitle {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 700;
}

.section-title-main {
    margin-bottom: 25px;
    color: var(--text-light);
}

.service-description {
    color: #fff;
    max-width: 900px;
    margin: 0 auto;
    font-style: italic;
}

.service-card {
    background-color: var(--dark-gray);
    padding: 40px;
    border-radius: 0;
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-card-title {
    margin-bottom: 20px;
    color: var(--text-light);
}

.service-card-text {
    font-size: 16px;
    line-height: 26px;
    font-style: italic;
}

.service-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 0;
}

.btn-see-more {
    background-color: transparent;
    color: var(--text-light);
    padding: 12px 30px;
    border: 2px solid var(--text-light);
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.btn-see-more:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--text-light);
}

/* ===================================
   Features Section
   =================================== */
.features-section {
    background-color: var(--dark-gray);
    padding: 80px 0;
}

.feature-box {
    background-color: var(--dark-bg);
    padding: 50px 40px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    border-radius: 10px;
}

.feature-box:hover {
    border-color: var(--primary-color);
    transform: translateY(-5px);
}

.feature-title {
    font-size: 25px;
    margin-bottom: 20px;
    color: var(--text-light);
}

.feature-text {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin: 0;
    font-style: italic;
}

/* ===================================
   Testimonials Section
   =================================== */
.testimonials-section {
    background-color: #1a1a1a;
    padding: 100px 0;
}
.testimonial-card p {
    color: #909090;
}

.star-rating.mb-3 i {
    color: #8b2e2e;
}

.testimonial-subtitle {
    color: var(--text-light);
    margin-bottom: 20px;
}

.testimonial-text {
    font-size: 16px;
    line-height: 26px;
}

.testimonial-header {
    display: flex;
    flex-direction: column;
    /* align-items: flex-end; */
    justify-content: center;
    height: 100%;
}

.testimonial-title {
    color: var(--text-light);
    margin: 0;
}

/* ===================================
   CTA Section
   =================================== */
.cta-section {
    position: relative;
    padding: 150px 0;
    background-image: url('../images/cta-bg.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--overlay-darker);
    z-index: 1;
}

.cta-section .container {
    position: relative;
    z-index: 2;
}

.cta-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 30px;
    color: var(--text-light);
}

.cta-text {
    font-size: 16px;
    line-height: 1.8;
    color: var(--light-gray);
    max-width: 800px;
    margin: 0 auto 40px;
}

.btn-cta {
    background-color: var(--primary-color);
    color: var(--text-light);
    padding: 15px 40px;
    border-radius: 0;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 2px;
    border: 2px solid var(--primary-color);
    transition: all 0.3s ease;
}

.btn-cta:hover {
    background-color: transparent;
    color: var(--text-light);
}

/* ===================================
   Final Section
   =================================== */
.final-section {
    z-index: 99999;
    background: url(../images/gobal.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}/* ===================================
   Footer
   =================================== */
footer.footer-section {
    padding: 70px 0 30px;
    background: #2b2b2b url(../images/footerbg.jpg) center/cover;
    position: relative;
}

footer.footer-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

footer.footer-section .container {
    position: relative;
    z-index: 2;
}

.footer-logo {
    width: 55%;
    margin-bottom: 0px !important;
}

.footer-description {
    color: #fff;
    max-width: 350px;
}

.social-icons {
    display: flex;
    gap: 12px;
    margin-top: 25px;
}

.social-icon {
    width: 45px;
    height: 45px;
    background-color: #8b2332;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background-color: #a62d3f;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(139, 35, 50, 0.4);
}

.footer-heading {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #fff;
    text-transform: uppercase;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    padding-left: 15px;
}

.footer-links a::before {
    content: "\f068";
    position: absolute;
    left: -10px;
    color: #8b2332;
    font-weight: bold;
    font-family: 'FontAwesome';
}

.footer-links a:hover {
    color: #fff;
    padding-left: 20px;
}

.footer-contact-item {
    margin-bottom: 25px;
}

.footer-contact-item .footer-heading {
    margin-bottom: 10px;
}

.footer-contact {
    font-size: 14px;
    color: #fff;
    margin: 0;
    line-height: 1.6;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 50px;
    padding-top: 25px;
}

.copyright {
    font-size: 13px;
    color: #fff;
    margin: 0;
    letter-spacing: 0.5px;
}
.footer-contact-item.mb-4 i {color: #8b2e2e;font-size: 26px;padding-right: 15px;}

.contact-section {
            max-width: 400px;
            margin: 0 auto;
        }

        .contact-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 15px;
        }

        .contact-icon {
            flex-shrink: 0;
            width: 50px;
            height: 50px;
            margin-right: 5px;
        }

        .contact-icon svg {
            width: 80%;
            height: 100%;
            stroke: #d32f2f;
            stroke-width: 2;
            fill: none;
        }

        .contact-content {
            flex: 1;
        }

        .contact-heading {
        }

        .contact-text {
        }

        .contact-text a {
            color: #ffffff;
            text-decoration: none;
            transition: color 0.3s;
        }

        .contact-text a:hover {
            color: #d32f2f;
        }

        @media (max-width: 768px) {
            .contact-heading {
                font-size: 18px;
            }

            .contact-text {
                font-size: 14px;
            }

            .contact-icon {
                width: 40px;
                height: 40px;
                margin-right: 15px;
            }
        }

/* Responsive */

/* ===================================
   Responsive Design
   =================================== */

/* Tablet */
@media (max-width: 991px) {
    .hero-title {
        font-size: 60px;
        letter-spacing: 5px;
    }
    
    .section-title {
        font-size: 36px;
    }
    
    .section-title-main {
        font-size: 38px;
    }
    
    .service-card {
        padding: 30px;
    }
    
    .service-card-title {
        font-size: 28px;
    }
    
    .testimonial-title {
        font-size: 42px;
    }
    
    .cta-title {
        font-size: 38px;
    }
    
    .final-title {
        font-size: 32px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .hero-title {
        font-size: 40px;
        letter-spacing: 3px;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .section-title-main {
        font-size: 30px;
    }
    
    .service-card {
        padding: 20px;
    }
    
    .service-card-title {
        font-size: 24px;
        margin-bottom: 15px;
    }
    
    .service-card img {
        height: 250px;
        margin-top: 20px;
    }
    
    .feature-box {
        padding: 30px 20px;
        margin-bottom: 20px;
    }
    
    .testimonial-title {
        font-size: 32px;
        text-align: center;
    }
    
    .testimonial-header {
        align-items: center;
        margin-top: 30px;
    }
    
    .cta-title {
        font-size: 28px;
    }
    
    .final-title {
        font-size: 24px;
    }
    
    .about-images .row img {
        height: 150px;
    }
    
    .navbar-nav .nav-link {
        margin: 10px 0;
    }
    
    .btn-contact {
        margin-left: 0;
        margin-top: 15px;
    }
}

/* Small Mobile */
@media (max-width: 575px) {
    .hero-title {
        font-size: 32px;
    }
    
    .section-title {
        font-size: 24px;
    }
    
    .section-title-main {
        font-size: 24px;
    }
    
    .service-card-title {
        font-size: 20px;
    }
    
    .testimonial-title {
        font-size: 28px;
    }
    
    .cta-title {
        font-size: 24px;
    }
    
    .final-title {
        font-size: 20px;
    }
}
@media (max-width: 768px) {
    .footer-section {
        padding: 50px 0 20px;
    }
    
    .footer-description {
        max-width: 100%;
    }
    
    .footer-heading {
        margin-top: 30px;
    }
}
/* ===================================
   Animations
   =================================== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.8s ease-out;
}

/* Smooth Scroll */
html {
    scroll-behavior: smooth;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: var(--dark-bg);
}

::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #a33838;
}
footer.footer-section:before {
    position: absolute;
    content: "";
    background: #000000b5;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
}
.hero-slide {
    padding: 345px 0px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.carousel {
    position: relative;
    width: 100%;
}
.testimonial-card {
    background: #000;
    padding: 50px;
}
.final-section:before {
    position: absolute;
    content: "";
    background: #0000006b;
    width: 100%;
    height: 100%;
    background-size: cover;
    top: 0;
    z-index: -1;
}

/*  */
.cta-section{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: white;
}

/* Video */
.bg-video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

/* Overlay */
.cta-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.55);
    z-index: -1;
}

/* Title */
.cta-title{
}

/* Paragraph */
.cta-text{
    margin-bottom: 35px;
    color: #fff;
    font-style: italic;
}

/* Button */
.btn-cta{
    background: #8b1e1e;
    color: white;
    padding: 15px 40px;
    font-weight: 700;
    letter-spacing: 2px;
    border-radius: 0;
}

.btn-cta:hover{
    background: #b62525;
    color: white;
}

/* Responsive */
@media(max-width:768px){

    .cta-title{
        font-size: 42px;
    }

    .cta-text{
        font-size: 16px;
    }

    .cta-section{
        height: 80vh;
    }
}


/* ===================================
   Parallax Final Section
   =================================== */
.parallax-final-section {
    position: relative;
    height: 550px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.parallax-bg {
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: calc(100% + 100px);
    background: url('../images/gobal.png') center center;
    background-size: cover;
    background-attachment: fixed;
    z-index: 1;
    will-change: transform;
}

.parallax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6));
    z-index: 2;
}

.parallax-content {
    position: relative;
    z-index: 3;
    text-align: center;
    width: 100%;
    padding: 0 20px;
}

.parallax-final-title {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.7);
    max-width: 1100px;
    margin: 0 auto;
    animation: fadeInUp 1.2s ease-out;
}

.second .parallax-bg {
   background: url('../images/mini-banner.avif') center center;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: top;
}


@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 992px) {
    .parallax-final-section {
        height: 450px;
    }
    
    .parallax-final-title {
        font-size: 38px;
        letter-spacing: 2.5px;
    }
}

@media (max-width: 768px) {
    .parallax-final-section {
        height: 400px;
    }
    
    .parallax-bg {
        background-attachment: scroll;
    }
    
    .parallax-final-title {
        font-size: 30px;
        letter-spacing: 2px;
        line-height: 1.3;
    }
}

@media (max-width: 576px) {
    .parallax-final-section {
        height: 350px;
    }
    
    .parallax-final-title {
        font-size: 24px;
        letter-spacing: 1.5px;
    }
}

@media (max-width: 480px) {
    .parallax-final-section {
        height: 300px;
    }
    
    .parallax-final-title {
        font-size: 20px;
        letter-spacing: 1px;
    }
}


/* ===================================
   About Section
   =================================== */
/* ===================================
   About Section - Updated
   =================================== */
.about-section {
    padding: 80px 0;
    background-color: #1a1a1a;
}

.about-content {
    padding-right: 30px;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}

.section-title {
    color: #fff;
    text-transform: uppercase;
}

.about-text {
    color: #fff;
    margin-bottom: 20px;
}

/* Main Image */
.main-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.main-about-img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
}

/* Carousel Container */
.about-carousel-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    user-select: none;
}

.about-carousel-container:active {
    cursor: grabbing;
}

.about-carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
}

.about-carousel-slide {
    min-width: 100%;
    flex-shrink: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.about-carousel-slide.active {
    opacity: 1;
}

.about-carousel-slide img {
    width: 20%;
    height: auto;
    display: block;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}

/* Responsive */
@media (max-width: 991px) {
    .about-content {
        padding-right: 0;
        margin-bottom: 40px;
    }
    
    .section-title {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .about-section {
        padding: 60px 0;
    }
    
    .section-title {
        font-size: 32px;
        letter-spacing: 2px;
    }
    
    .about-text {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .section-title {
        font-size: 28px;
    }
}


/* about */
.vision-mission-section {
            padding: 80px 20px;
            background-color: #2a2a2a;
        }



        .cards-wrapper {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            margin-bottom: 80px;
        }

        .card {
            padding: 50px 40px;
            border-radius: 8px;
        }

        .vision-card {
            background-color: #000;
        }

        .mission-card {
            background-color: #7a2e2e;
        }

        .card-title {
        color: #fff;
        }

        .card-text {
            font-size: 15px;
            line-height: 1.8;
            margin-bottom: 20px;
            color: #f0f0f0;
        }

        /* Why Choose Us Section */
        .why-choose-section {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 0;
            align-items: center;
        }

        .left-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .right-content {
            background-color: #1a1a1a;
            padding: 80px 60px;
        }

        .section-title {
            font-size: 48px;
            font-weight: 900;
            margin-bottom: 30px;
            letter-spacing: 2px;
        }

        .section-description {
            font-size: 15px;
            line-height: 1.8;
            margin-bottom: 50px;
            color: #d0d0d0;
        }

        /* Progress Bars */
        .progress-item {
            margin-bottom: 35px;
        }

        .progress-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 12px;
        }

        .progress-label {
            font-size: 16px;
            font-weight: 700;
            letter-spacing: 0.5px;
        }

        .progress-percentage {
            font-size: 16px;
            font-weight: 700;
        }

        .progress-bar-container {
            width: 100%;
            height: 6px;
            background-color: #3a3a3a;
            border-radius: 3px;
            overflow: hidden;
        }

        .progress-bar-fill {
            height: 100%;
            background-color: #c92a2a;
            transition: width 2s ease-out;
            border-radius: 3px;
        }

        /* Animation on scroll */
        .progress-bar-fill {
            width: 0;
        }

        .progress-bar-fill.animate {
            animation: fillBar 2s ease-out forwards;
        }

        @keyframes fillBar {
            from {
                width: 0;
            }
        }

        /* Responsive */
        @media (max-width: 1024px) {
            .cards-wrapper {
                grid-template-columns: 1fr;
                gap: 30px;
            }

            .why-choose-section {
                grid-template-columns: 1fr;
            }

            .left-image {
                height: 400px;
            }

            .right-content {
                padding: 60px 40px;
            }

            .section-title {
                font-size: 38px;
            }

            .card-title {
                font-size: 32px;
            }
        }

        @media (max-width: 768px) {
            .vision-mission-section {
                padding: 60px 20px;
            }

            .card {
                padding: 40px 30px;
            }

            .right-content {
                padding: 40px 25px;
            }

            .section-title {
                font-size: 32px;
            }

            .card-title {
                font-size: 28px;
            }
        }


