:root {
    --primary-color: #e0be5c;
    --secondary-color: #000;
    --text-light: #fff;
    --text-dark: #333;
    --background-gradient: linear-gradient(to right,   
                    #BF9347 7%, 
                    #FBF398 28%, 
                    #F0D571 54%, 
                    #F9F194 80%, 
                    #DEAB3D 100%);
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: var(--text-dark);
    overflow-x: hidden;
   
}
html, body {
  overflow-x: hidden;
}
.section {
    position: relative;
    background-color: var(--secondary-color); /* Fallback color */
    z-index: 1; /* Ensures content remains above */
}




/* Background image with low opacity */
.section::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%;
    /*background: url('img/background_img.png') no-repeat center center/contain;*/
    opacity: 0.08; /* Adjust transparency */
    transform: translate(-50%, -50%); /* Centering */
    z-index: -1;
}


/* Header/Navbar */
.navbar {
    background-color: var(--secondary-color);
    padding: 15px 0;
}

.navbar-brand img {
    height: 50px;
}

.nav-link {
    background: var(--background-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size:16px;
    font-weight: 500;
    margin: 0 10px;
    transition: all 0.3s ease;
    position: relative;


    color: inherit;
    text-decoration: none;

}

/* Hover effect */
.nav-link:hover {
    color: var(--primary-color) !important;
    transform: scale(1.1);
}

/* Underline effect (on hover and active) */
.nav-link::after,
.nav-link.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

/* Expand underline on hover or when active */
.nav-link:hover::after,
.nav-link.active::after {
    width: 100%;
}

/* Hover effect */
/* .nav-link:hover {
    color: var(--primary-color) !important;
    transform: scale(1.1);
} */

/* Underline effect on hover */
/* .nav-link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.nav-link:hover::after {
    width: 100%;
} */

/* Button hover effect */
/* .btn-refer {
    background: var(--primary-color);
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.btn-refer:hover {
    background: var(--secondary-color);
    color: #fff;
    transform: scale(1.05);
} */




.btn-refer {
    background: linear-gradient(to right, 
                #BF9347 7%, 
                #FBF398 28%, 
                #F0D571 54%, 
                #F9F194 80%, 
                #DEAB3D 100%);
    color: var(--secondary-color);
    font-weight: 600;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.btn-refer:hover {
    background-color: #c9aa4e;
    transform: translateY(-4px);
}

/* Hero Section */
.hero-section {
    background-color: var(--secondary-color);
    /* background: url('banner.mp4'); */
    background-repeat: no-repeat;
    background-size: cover;
    /* padding: 100px 0; */
    min-height: 400px;
    height: 150vh;
    width:100%;

/* background-position: center; */
    /* display: flex;
    align-items: center;
    justify-content: center; */
}
.hero-section2{
    background-color: var(--secondary-color);
    background-image: url('img/contact.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    /*padding: 100px 0;*/
    min-height: 400px;
    height: 46vh;
    /*background-size: 100% 70vh; */
background-position: center;
}
.hero-section3{
    background-color: var(--secondary-color);
    /*background-image: url('img/chit_scheme.jpeg');*/
    background-repevat: no-repeat;
    background-size: cover;
    /*padding: 100px 0;*/
    min-height: 400px;
    height: 46vh;
    /*background-size: 100% 70vh; */
background-position: center;
}
.hero-section4 {
    background-color: var(--secondary-color);
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('img/carrer_banner03.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    /*padding: 100px 0;*/
    min-height: 400px;
    height: 46vh;
    /*background-size: 100% 70vh;*/
background-position: center;
   
}
/*.hero-section5 {*/
/*    background-color: var(--secondary-color);*/
/*    background-image: url('img/about_banne02.jpg');*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    padding: 100px 0;*/
/*    min-height: 400px;*/
/*    height: 75vh;*/
    /*background-size: 100% 90vh; */
/*background-position: center;*/
    /* display: flex;
    align-items: center;
    justify-content: center; */
/*}*/

.hero-section5 {
  background-color: var(--secondary-color);
  background-image: url('img/about_img.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  min-height: 400px;
  height: 75vh;
}


@media (max-width: 768px) {
  .hero-section5 {
    background-size: contain;
    background-position: top center;
    height: 20vh;
    padding: 60px 0;
  }
}

@media (max-width: 480px) {
  .hero-section5 {
    background-size: 100% auto;
    background-position: center top;
    padding: 40px 0;
  }
}

.hero-section6 {
    background-color: var(--secondary-color);
    /*background-image: url('img/gallery.jpeg');*/
    background-repeat: no-repeat;
    background-size: cover;
    /*padding: 100px 0;*/
    min-height: 400px;
    height: 46vh;
    /*background-size: 100% 70vh; */
background-position: center;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}

/* Achievement Section */
.achievement-section {
    background-color: var(--secondary-color);
    color: var(--text-light);
    padding: 50px 0;
    position: relative;
}

.achievement-title {
    background: linear-gradient(to right, 
                #BF9347 7%, 
                #FBF398 28%, 
                #F0D571 54%, 
                #F9F194 80%, 
                #DEAB3D 100%);
    color: var(--secondary-color);
    display: inline-block;
    padding: 8px 20px;
    border-radius: 25px;
    font-weight: 600;
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 30px;
}
.Office-tour1 {
    background: var(--background-gradient);
    color: var(--secondary-color);
    border-radius: 25px;
     /*padding: 8px 8px; */
     justify-content:center;
    width: 350px;
    height:40px;
    
}


.achievement1-title {
    background: var(--background-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* color: var(--secondary-color); */
    font-size: 40px;

}


.video-container {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    /*border: 2px solid #DAA520;*/

}

.video-container:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--primary-color);
    font-size: 60px;
    opacity: 0.9;
    transition: all 0.3s ease;
}

.video-container:hover .play-button {
    color: #fff;
    opacity: 1;
}

.section-heading {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
        background: var(--background-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
}

.years-experience {
    background-color: rgba(0, 0, 0, 2);
    padding: 30px;
    border-radius: 10px;
}

.feature-list {
    list-style: none;
    padding-left: 0;
}

.feature-list li {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
}

.feature-list li::before {
    content: "•";
    color: var(--primary-color);
    font-weight: bold;
    font-size: 20px;
    margin-right: 10px;
}



.scheme-box {
    height: 400px;
    width: 350px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    color: white;
/* 
    background: var(--background-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */

}

.vision-box {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('img/vision.jpg') no-repeat center center;
    background-size: cover;
    /* opacity: ; */
}

.mission-box {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('img/mission.png') no-repeat center center;
    background-size: cover;
}

.values-box {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('img/core.jpg') no-repeat center center;
    background-size: cover;
}


/* Medium devices (tablets, 768px and down) */
@media (max-width: 768px) {
  .scheme-box {
    width: 90%;
    height: 300px;
    margin: 0 auto 30px;
    text-align: center;
  }
}

/* Small devices (phones, 576px and down) */
@media (max-width: 576px) {
  .scheme-box {
    width: 100%;
    height: auto;
    padding: 15px;
    font-size: 14px;
  }
}


.company-role1 {
    font-size: 2.2rem;
    background: var(--background-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;

}

.intro-text1 {
    font-size: 1.1rem;
    line-height: 1.8;
    color: white;
    margin-bottom: 25px;
    text-align: center;
    font-weight: bold;

}

.achievement-section1 {
    background-color:#1a1e21;
    padding: 40px 20px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin: 40px auto;
    max-width: 800px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.section-title1 {
    font-size: 2.2rem;
    color:#e0be5c;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
}

.chitba{
    color:#e0be5c;

}



.career-points1 {
    font-size: 1rem;
    color: white;
    line-height: 1.8;
}


/* Branch Section */
.branch-section {
    background-color: #000000;
    padding: 60px 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.branch-section h2,
.branch-section h3 {
    text-align: center;
    background: var(--background-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
    font-weight: bold;
}

.branch-section h3 {
    color: #d3dadf;
    font-size: 1.3rem;
    margin-bottom: 30px;
}

/* Branch Cards */
.branch-card {
    background-color: #131313;
    border-radius: 15px;
    border: 2px solid #DAA520;

    padding: 25px;
    margin: 15px 0;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.branch-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.branch-card h4 {
    font-size: 1.3rem;
    /*color: #f7c559;*/
        background: var(--background-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
    text-align: center;
}

/* Contact info inside card */
.branch-contact {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 15px;
    font-size: 1rem;
    color: white;

    
}

.branch-icon {
    font-size: 1.2rem;
    color: var(--primary-color, #1d3557);
    margin-top: 4px;
}

/* Responsive grid adjustment */
@media (max-width: 768px) {
    .branch-card {
        margin-bottom: 30px;
    }

    .branch-section h2,
    .branch-section h3 {
        font-size: 1.5rem;
    }
}




/* About Us Section */
/*.about-section {*/
/*    padding: 50px 0;*/
/*    background-color: var(--secondary-color);*/
/*    color: var(--text-light);*/
/*}*/

/*.about-title {*/
/*    background: linear-gradient(to right, */
/*                #BF9347 7%, */
/*                #FBF398 28%, */
/*                #F0D571 54%, */
/*                #F9F194 80%, */
/*                #DEAB3D 100%);*/
/*    color: var(--secondary-color);*/
/*    display: inline-block;*/
/*    padding: 1px 7px;*/
/*    border-radius: 25px;*/
/*    font-weight: 600;*/
/*    margin-bottom: 30px;*/
/*    font-size: 20px;*/
/*}*/

/* Schemes Section */
/*.schemes-section {*/
/*    padding: 50px 0;*/
/*    background-color: var(--secondary-color);*/
/*    color: var(--text-light);*/
/*}*/

/*.flexible-borrowing {*/
/*    text-align: center;*/
/*    padding: 30px 0;*/
/*}*/

/*.flexible-borrowing h2 {*/
/*    background: var(--background-gradient);*/
/*    -webkit-background-clip: text;*/
/*    -webkit-text-fill-color: transparent;*/
/*    font-size: 40px;*/
/*    margin-bottom: 20px;*/
/*}*/

/*.schemes-container {*/
/*    text-align: center;*/
/*    padding: 20px 0;*/
/*}*/

/*.schemes-container h2 {*/
/*    background: var(--background-gradient);*/
/*    -webkit-background-clip: text;*/
/*    -webkit-text-fill-color: transparent;*/
/*    font-size: 40px;*/
/*    margin-bottom: 20px;*/
/*}*/

/*.scheme-img {*/
/*    margin: 15px;*/
/*    transition: all 0.3s ease;*/
/*    max-width: 100%;*/
/*    height: auto;*/
/*    border-radius: 10px;*/
/*    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);*/
/*}*/

/*.scheme-img:hover {*/
/*    transform: scale(1.05);*/
/*    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);*/
/*}*/
/* About Us Section */
.about-section {
    padding: 50px 0;
    background-color: var(--secondary-color);
    color: var(--text-light);
}

.about-title {
    background: linear-gradient(to right, 
                #BF9347 7%, 
                #FBF398 28%, 
                #F0D571 54%, 
                #F9F194 80%, 
                #DEAB3D 100%);
    color: var(--secondary-color);
    display: inline-block;
    padding: 1px 7px;
    border-radius: 25px;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 20px;
}

/* Schemes Section */
.schemes-section {
    padding: 50px 0;
    background-color: var(--secondary-color);
    color: var(--text-light);
}

.flexible-borrowing {
    text-align: center;
    padding: 30px 0;
}

.flexible-borrowing h2 {
    background: var(--background-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    margin-bottom: 20px;
}

.schemes-container {
    text-align: center;
    padding: 20px 0;
}

.schemes-container h2 {
    background: var(--background-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    margin-bottom: 20px;
}

.scheme-img {
    margin: 15px;
    transition: all 0.3s ease;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.scheme-img:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

/* Media Queries */

/* Large Desktop (1200px and up) */
@media (min-width: 1200px) {
    .about-section {
        padding: 80px 0;
    }
    
    .schemes-section {
        padding: 80px 0;
    }
    
    .flexible-borrowing h2,
    .schemes-container h2 {
        font-size: 48px;
    }
    
    .about-title {
        font-size: 24px;
        padding: 3px 12px;
    }
    
    .scheme-img {
        margin: 20px;
        max-width: 300px;
    }
}

/* Desktop (992px to 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .about-section {
        padding: 70px 0;
    }
    
    .schemes-section {
        padding: 70px 0;
    }
    
    .flexible-borrowing h2,
    .schemes-container h2 {
        font-size: 42px;
    }
    
    .about-title {
        font-size: 22px;
        padding: 2px 10px;
    }
    
    .scheme-img {
        margin: 18px;
        max-width: 280px;
    }
}

/* Tablet (768px to 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .about-section {
        padding: 60px 0;
    }
    
    .schemes-section {
        padding: 60px 0;
    }
    
    .flexible-borrowing h2,
    .schemes-container h2 {
        font-size: 36px;
    }
    
    .about-title {
        font-size: 20px;
        padding: 2px 8px;
    }
    
    .flexible-borrowing {
        padding: 25px 0;
    }
    
    .schemes-container {
        padding: 15px 0;
    }
    
    .scheme-img {
        margin: 12px;
        max-width: 250px;
    }
}

/* Small Tablet / Large Phone (576px to 767px) */
@media (min-width: 576px) and (max-width: 767px) {
    .about-section {
        padding: 40px 0;
    }
    
    .schemes-section {
        padding: 40px 0;
    }
    
    .flexible-borrowing h2,
    .schemes-container h2 {
        font-size: 30px;
        line-height: 1.3;
    }
    
    .about-title {
        font-size: 18px;
        padding: 2px 8px;
        margin-bottom: 25px;
    }
    
    .flexible-borrowing {
        padding: 20px 0;
    }
    
    .schemes-container {
        padding: 15px 0;
    }
    
    .scheme-img {
        margin: 10px;
        max-width: 200px;
        border-radius: 8px;
    }
    
    .scheme-img:hover {
        transform: scale(1.03);
    }
}

/* Mobile (up to 575px) */
@media (max-width: 575px) {
    .about-section {
        padding: 30px 0;
    }
    
    .schemes-section {
        padding: 30px 0;
    }
    
    .flexible-borrowing h2,
    .schemes-container h2 {
        font-size: 24px;
        line-height: 1.4;
        margin-bottom: 15px;
    }
    
    .about-title {
        font-size: 16px;
        padding: 1px 6px;
        margin-bottom: 20px;
        border-radius: 20px;
    }
    
    .flexible-borrowing {
        padding: 15px 0;
    }
    
    .schemes-container {
        padding: 10px 0;
    }
    
    .scheme-img {
        margin: 8px;
        max-width: 180px;
        border-radius: 6px;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    }
    
    .scheme-img:hover {
        transform: scale(1.02);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
    }
}

/* Extra Small Mobile (up to 375px) */
@media (max-width: 375px) {
    .about-section {
        padding: 25px 0;
    }
    
    .schemes-section {
        padding: 25px 0;
    }
    
    .flexible-borrowing h2,
    .schemes-container h2 {
        font-size: 20px;
        margin-bottom: 12px;
    }
    
    .about-title {
        font-size: 14px;
        padding: 1px 5px;
        margin-bottom: 18px;
    }
    
    .flexible-borrowing {
        padding: 12px 0;
    }
    
    .schemes-container {
        padding: 8px 0;
    }
    
    .scheme-img {
        margin: 6px;
        max-width: 150px;
        border-radius: 5px;
    }
}

/* Landscape Mobile */
@media (max-width: 767px) and (orientation: landscape) {
    .about-section {
        padding: 20px 0;
    }
    
    .schemes-section {
        padding: 20px 0;
    }
    
    .flexible-borrowing h2,
    .schemes-container h2 {
        font-size: 28px;
    }
    
    .flexible-borrowing {
        padding: 10px 0;
    }
    
    .schemes-container {
        padding: 8px 0;
    }
}

/* High DPI / Retina Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .scheme-img {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
    .about-section,
    .schemes-section {
        background-color: var(--secondary-color, #0c0c0c);
        color: var(--text-light, #ffffff);
    }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
    .scheme-img {
        transition: none;
    }
    
    .scheme-img:hover {
        transform: none;
    }
}

/* Print Styles */
@media print {
    .about-section,
    .schemes-section {
        padding: 20px 0;
        background-color: white !important;
        color: black !important;
    }
    
    .about-title {
        background: none !important;
        color: black !important;
        border: 1px solid black;
    }
    
    .flexible-borrowing h2,
    .schemes-container h2 {
        color: black !important;
        background: none !important;
        -webkit-text-fill-color: black !important;
    }
    
    .scheme-img {
        box-shadow: none;
        border: 1px solid #ccc;
    }
}
/* Brands Section */
.brands-section {
    padding: 50px 0;
    background-color: var(--secondary-color);
    text-align: center;
}

.brands-section h2 {
    background: var(--background-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    margin-bottom: 30px;
}

.brand-logo {
    max-width: 200px;
    margin: 15px;
    transition: all 0.3s ease;
}

.brand-logo:hover {
    transform: scale(1.1);
}

/* Footer */
.footer {
    background-color: var(--secondary-color);
    color: var(--text-light);
    padding: 40px 0 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-logo {
    max-width: 150px;
    margin-bottom: 20px;
}

.footer-about {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.footer-heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    background: var(--background-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-links {
    list-style: none;
    padding-left: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: var(--text-light);
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: var(--primary-color);
    padding-left: 5px;
}

.contact-info {
    list-style: none;
    padding-left: 0;
}

.contact-info li {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
}

.contact-info i {
    color: var(--primary-color);
    margin-right: 10px;
    font-size: 16px;
    margin-top: 5px;
}

.copyright {
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
}

/* Animation classes */
.fade-in {
    opacity: 0;
    transition: opacity 1s ease;
}

.fade-in.active {
    opacity: 1;
}

.slide-up {
    transform: translateY(50px);
    opacity: 0;
    transition: all 0.8s ease;
}

.slide-up.active {
    transform: translateY(0);
    opacity: 1;
}

.zoom-in {
    transform: scale(0.9);
    opacity: 0;
    transition: all 0.8s ease;
}

.zoom-in.active {
    transform: scale(1);
    opacity: 1;
}
.dark-section {
    background-color: #111;
    /*background-image: */
    /*    radial-gradient(rgba(255, 193, 7, 0.1) 2px, transparent 2px),*/
    /*    radial-gradient(rgba(255, 193, 7, 0.05) 2px, transparent 2px);*/
    background-size: 30px 30px;
    background-position: 0 0, 15px 15px;
    color: var(--light-color);
    padding: 80px 0;
}
.stats-box {
    text-align: center;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin-bottom: 20px;
}
.stats-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 10px;
}
.stats-text {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
}
.light-section {
    background-color: var(--secondary-color);
    padding: 80px 0;
}
.btn-refer {
background-color: #ff5722;
color: rgb(0, 0, 0);
font-weight: bold;
padding: 10px 20px;
border-radius: 5px;
position: relative;
display: inline-block;
text-transform: uppercase;
font-size: 16px;
box-shadow: 0 0 10px rgba(255, 87, 34, 0.6);
transition: all 0.3s ease-in-out;
}

.contact-form {
    padding: 40px 0;
    background-color: var(--secondary-color);
    background-image: url('https://source.unsplash.com/random/1200x800/?pattern');
    background-blend-mode: overlay;
    background-size: cover;
}

.contact-form h2 {
    background: var(--background-gradient);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
    text-align: center;
    margin-bottom: 30px;
}

.form-control {
    background-color: rgba(0, 0, 0, 0.7);
    border: 1px solid var(--primary-color);
    color: var(--text-light);
    margin-bottom: 15px;
}

.form-control::placeholder {
    background: var(--background-gradient);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.form-control:focus {
    background-color: rgba(0, 0, 0, 0.8);
    border: 1px solid var(--primary-color);
    /* color: var(--text-light); */
    border-color: var(--primary-color);
    /* box-shadow: 0 0 5px var(--secondary-color); */
}

.enquiry-now-btn {
    background: var(--background-gradient);
    /* color: var(--primary-color); */
    border: none;
    padding: 10px 30px;
    border-radius: 30px;
    font-weight: bold;
    transition: all 0.3s;
    margin: 20px auto;
    display: block;
}

.enquiry-now-btn:hover {
    background-color: var(--text-light);
}

.send-message-btn {
    background: var(--background-gradient);
    /* color: var(--primary-color); */
    border: none;
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: bold;
    transition: all 0.3s;
    float: right;
}
.about{
    background: var(--background-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.about1{
    background: var(--background-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.send-message-btn:hover {
    background-color: var(--text-light);
}
.form-section {
    background-color: #000000;
    /*background-image: radial-gradient(#333333 0.5px, #000000 0.5px);*/
    background-size: 10px 10px;
    padding: 80px 0;
    position: relative;
}

.form-container {
    background-color: rgba(33, 37, 41, 0.8);
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 193, 7, 0.2);
}

.form-container h2 {
    color: var(--primary-color);
    margin-bottom: 30px;
    font-weight: 700;
    text-align: center;
}

.form-control {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--text-light);
    padding: 12px 20px;
    margin-bottom: 20px;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.form-control:focus {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.25);
    color: var(--text-light);
}

.form-control::placeholder {
    color: rgba(228, 26, 26, 0.7);
}

.form-select {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--text-light);
    padding: 12px 20px;
    margin-bottom: 20px;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.form-select:focus {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.25);
    color: var(--text-light);
}
.form-section {
    background-color: #000000;
    /*background-image: radial-gradient(#333333 0.5px, #000000 0.5px);*/
    background-size: 10px 10px;
    padding: 80px 0;
    position: relative;
}

.form-container {
    background-color: rgba(33, 37, 41, 0.8);
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 193, 7, 0.2);
}

.form-container h2 {
    color: var(--primary-color);
    margin-bottom: 30px;
    font-weight: 700;
    text-align: center;
}

.form-control {
    /* background-color: rgba(255, 255, 255, 0.1); */
    border: 1px solid rgba(255, 193, 7, 0.25);
    background: var(--background-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 12px 20px;
    margin-bottom: 20px;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.form-control:focus {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.25);
    color: var(--secondary-color);
}

.form-control::placeholder {
    color: rgba(187, 33, 33, 0.7);
}

.form-select {
    /* background-color: rgba(190, 30, 30, 0.1); */
    border: 1px solid rgba(255, 193, 7, 0.25);
    background: var(--background-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 12px 20px;
    margin-bottom: 20px;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.form-select:focus {
    /* background-color: rgba(255, 255, 255, 0.15); */
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.25);
    color: var(--secondary-color);
}

.custom-file {
    position: relative;
    margin-bottom: 20px;
}

.custom-file-input {
    position: absolute;
    height: 0;
    width: 0;
    opacity: 0;
}

.custom-file-label {
    /* background-color: rgba(255, 255, 255, 0.1); */
    background: var(--background-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 1px solid rgba(255, 193, 7, 0.25);
    /* color: var(--text-light); */
    padding: 12px 20px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-file-label:hover {
    background-color: rgba(255, 255, 255, 0.15);
}

.btn-submit {
    background: var(--background-gradient);
    border-color: var(--primary-color);
    color: var(--text-dark);
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 30px;
    transition: all 0.3s ease;
    width: 50%;
    margin-top: 10px;
}

.btn-submit:hover {
    background-color: var(--accent-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 193, 7, 0.3);
}

.animated-character {
    max-width: 100%;
    transform-origin: bottom center;
}

/* Pulsating Glow Effect */
@keyframes pulse {
0% {
box-shadow: 0 0 10px rgba(255, 87, 34, 0.6);
}
50% {
box-shadow: 0 0 20px rgba(255, 87, 34, 1);
}
100% {
box-shadow: 0 0 10px rgba(255, 87, 34, 0.6);
}
}

/* Bounce Effect */
@keyframes bounce {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-5px);
}
}

/* Apply Animations */
.animate-offer {
animation: pulse 1.5s infinite, bounce 2s infinite;
}

/* Hover Effect */
.btn-refer:hover {
background-color: #ff3d00;
transform: scale(1.1);
}

@media (max-width: 768px) {
    .section-heading {
        font-size: 24px;
    }
    .hero-section {
        padding: 50px 0;
        min-height: 300px;
    }
    .achievement-title {
        font-size: 14px;
    }
    .achievement1-title {
        font-size: 14px;
    }
    .video-container {
        margin-bottom: 30px;
        
    }
}

@media (max-width: 992px) {

    
    .animated-character {
        margin-top: 50px;
    }
}

@media (max-width: 768px) {

    
    .form-container {
        padding: 30px 20px;
    }
    
    .form-section {
        padding: 50px 0;
    }
    
    .document-icon {
        display: none;
    }
}

/* Default Styles */
.img-fluid1 {
    border-radius: 10px;
    width: 115%;
}

.ceo-container {
    margin-left: 30%;
    width: 50%;
    text-align: center;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .ceo-container {
        margin-left: 0;
        width: 90%;
    }

    .img-fluid1 {
        width: 100%;
    }

    .ceo-title {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .ceo-container {
        margin-left:5px;
        width: 90%;
    }

    .img-fluid1 {
        width: 100%;
    }

    .ceo-title {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
  .ceo-container {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }

  .ceo-image {
    width: 50%;
  }

  .ceo-title {
    margin-left: 0;
  }
}