:root {
    --primary-green: #00B67A;
    --primary-blue: #1a237e;
}
.footer-section li {
    color: #909090;
}
.top-bar {
    background: #000619;
    padding: 13.5px 0;
}
.social-icons1 {
    position: relative;
    z-index: 4;
    left: 0;
}
.logoBG {
    position: absolute;
    right: 0;
    height: 70px;
    top: 0;
}

.social-icons1 a {
    display: inline-flex;  
    align-items: center;
    justify-content: center;
    color: white;
    margin-right: 5px;
    font-size: 18px;
    background-color: #273C66;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-decoration: none;
    transition: all 0.3s ease
}
.social-icons1 a:hover {
    box-shadow: 0 2px 5px rgba(0,0,0,0.6);
}
.icon-btn {
    background-color: transparent;
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 4;
}

.icon-btn:hover {
    background-color: #059669;
}
.icon-btn .iconify {
    font-size: 40px;
}

.cart-btn {
    position: relative;
}

.cart-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: red;
    color: white;
    font-size: 12px;
    border-radius: 50%;
    padding: 1px 6px;
    min-width: 18px;
    text-align: center;
}


.navbar {
    background: white;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.nav-bg {
    position: absolute;
    left: -70px;
    top: 0;
    z-index: 2;
    height: 140px;
}
.navbar-brand img {
    position: absolute;
    height: 65px;
    z-index: 4;
    top: 10px
}

.navbarHomeIcon {
    display: flex;
}

.navbar .drawerContainer .navbarHomeIcon a{
    text-decoration: none;
    color: #fff;
    position: relative;
    z-index: 2;
}
.drawerContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 7px;
}
.hero-section {
    /* background-image: url(../aboutImages/about-us-breadcrumb.gif); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 410px;
    border-radius:0px 0px 50px 50px;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
.hero-section h6{
    color: #2A3D8D;
}
.hero-section h6 span{
    text-decoration: underline;
    color: #00A758;
}

/* About Company start */
.aboutCompany {
    padding: 30px 0px;
}
.aboutCompany .about-title{
    font-size: 38px;
}

.aboutCompany .img-fluid{
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.aboutCompany {
    padding: 20px 0px;
}
.aboutCompany p{
    margin-bottom: 12px;
}
.aboutCompany h6{
    line-height: 1.5;
}
/* About Company end */




.mission-vision {
    background-image: url(../aboutImages/missonBG.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin: 80px 0; */
    padding: 120px 0;
}
.mission-vision .missionBG{
    gap: 30px;
    justify-content: center;
}

.ourMission {
    background-color: #2A3D8D;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.content-box {
    background-color:#2A3D8D; 
    color: white;
    border-radius: 20px;
    padding: 30px;
    border: 1px solid #FFFFFF;
    /* margin: 20px; */
    max-width: 500px;
    transition: box-shadow, background-color 0.1s ease-in-out;
    min-height: 310px;
}
.content-box:hover {
    background-color: #057D44; 
    max-width: 500px;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.412);
}
.nav-link:hover {
    text-decoration: underline;
    text-decoration-color: #04A652;
    text-underline-offset: 26px; 
    text-decoration-thickness: 2px; 
}
.nav-link.active {
    text-decoration: underline;
    text-decoration-color: #04A652;
    text-underline-offset: 26px; 
    text-decoration-thickness: 2px; 
}

@media (max-width:1199px){
    .hero-section{
        min-height: 340px;
    }
}

@media (max-width: 992px) {
    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 75%;
        height: 100%;
        background-color: white;
        z-index: 1000;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
      }
      
      .navbar-collapse.show {
        transform: translateX(0);
      }
      
      .navbar-nav {
        margin-top: 2rem;
      }
      .nav-link:hover {
        text-decoration: underline;
        text-decoration-color: #04A652;
        text-underline-offset: 10px; 
        text-decoration-thickness: 2px; 
    }
    .nav-link.active {
        text-decoration: underline;
        text-decoration-color: #04A652;
        text-underline-offset: 10px; 
    } 
      
    }
    @media (min-width: 900px) and (max-width: 1200px) {
        .navbar-nav .nav-link {
          font-size: 10px; /* Smaller font size in this specific range */
          padding-left: 0px;
          padding-right: 0px;
        }
      }












/* Small screens (mobile devices) */
@media (max-width: 768px) {
    .nav-bg{
        display: none;
    }
    .social-icons1 {
        display: block;
    }
    .logoBG {
        display: none;
    }
    .navbarHomeIcon {
        display: none;
    }
    .missionBG {
        background-size: cover;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        /* padding: 122px; */
        min-height: 680px;
        padding: 80px 10px;
        border-radius: 30px;
        flex-direction: column;
    }
}

/* Extra small screens */
@media (max-width: 480px) {
    .featureMainTitle {
        font-size: 30px;
    }
    .hero-section {
        min-height: 245px;
        border-radius:0px 0px 50px 50px;
        margin-bottom: 20px;
    }
}



.testimonial-slider {
    background: url('https://ehostingguru.com/stage/EV/css/aboutImages/teamMembersBG.svg');
    background-size: cover;
    background-position: center;
}
.container1 {
    position: relative; 
    max-width: 1200px;
    margin: 0 auto;
}
.slider-container {
    position: relative;
    overflow: hidden;
    padding: 15px 0 30px 0;
}
.slider-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 20px;
}
.testimonial-card {
    flex: 0 0 auto;
    width: 100%;
    /* border: 1px solid #C5AB2D; */
    border-radius: 10px;
    /* padding: 25px; */
    transition: box-shadow 0.2s ease-in-out;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}
.testimonial-slider .testimonial-card .image-wrap{
    max-width: 300px;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}
.testimonial-slider .testimonial-card .image-wrap .img-fluid{
    width: 100%;
    height: 100%;
    object-fit: cover;
}



@media (min-width: 769px) {
    .testimonial-card {
        width: calc((100% - 40px) / 3);
    }
}
.testimonial-card:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.star-rating img {
    width: 20px;
    height: 20px;
}
.testimonial-text {
    font-size: 14px;
    color: #747373;
    margin: 20px 0;
    line-height: 1.6;
}
.author-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}
.author-info {
    padding: 20px 10px;
}
.author-info h5 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #2A3D8D;
    margin-bottom: 5px;
}
.author-info p {
    margin: 0;
    font-size: 18px;
    color: #494949CC;
    font-weight: 500;
    text-align: center;
}
.nav-button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #04A652;
    background: #FFFFFF;
    color: #04A652;
    transition: all 0.3s ease;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}
.prev-button {
    left: -32px; 
}
.next-button {
    right: -32px; 
}
.nav-button:hover {
    background: #04A652;
    color: #FFFFFF;
}
.nav-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
@media (min-width: 786px) and (max-width: 1300px) {
    .prev-button {
        left: -16px; /* Adjusted for medium-sized screens */
    }
    .next-button {
        right: -16px; /* Adjusted for medium-sized screens */
    }
}

/* Add media query for smaller screens to ensure buttons are visible */
@media (max-width: 768px) {
    .prev-button {
        left: 5px;
    }
    .next-button {
        right: 5px;
    }
    .slider-track {
        gap: 0px;
    }
}

.vehicle-image {
    max-width: 100%;
    height: auto;
}

.feature-card {
    /* padding: 20px; */
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    display: flex;
    gap: 10px
    
}

.feature-card:hover {
    transform: translateY(-5px);
}

.feature-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}
.market-section {
    padding: 20px 0;
}
.market-section .featureMainTitle h2{
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}
.market-section .featureMainTitle p{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}
.feature-title {
    color: #2046b3;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}

.feature-description {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.5;
}

.marketplace-container {
    padding: 0 15px;
}

/* h1 {
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 2.2rem;
} */

.model-card {
    background: 
        url('https://ehostingguru.com/stage/EV/css/images/autoBG.svg'); 
    /* background-size: cover;  */
    background-position: center;
    border-radius: 20px;
    padding: 30px 20px 30px 20px;
    transition: transform 0.3s ease;
}

.model-card:hover {
    transform: translateY(-5px);
}
.model-name {
    color: #2A3D8D;
    font-weight: 700;
    font-size: 34px;
}

/* Medium screens (tablets) */
@media (max-width: 1400px) {
    .model-name {
        font-size: 30px;
    }
}

/* Small screens (mobile devices) */
@media (max-width: 768px) {
    .nav-bg{
        display: none;
    }
    .social-icons1 {
        display: block;
    }
    .logoBG {
        display: none;
    }
    .navbarHomeIcon {
        display: none;
    }
    .model-name {
        font-size: 28px;
        text-align: center;
    }
    .callback-form {
        z-index: 2;
        transform: none; 
        background-color: white;
        margin-left: 0px;
        margin-bottom: 10px;
    }
    .callback-form * {
        transform: none; 
    }


    .hero-section-background {
        background-size: cover;
    }
    .hero-section-background::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: none;
        pointer-events: none; 
        border-radius: 0px 0px 40px 40px;
    }
    .input-divider {
        display: none;
    }
    .featureMainTitle {
        font-size: 40px;
        text-align: center;
    }
}

/* Extra small screens */
@media (max-width: 480px) {
    .spec-label {
        font-size: 16px;
    }

    .spec-value {
        font-size: 12px;
    }
    .model-name {
        font-size: 26px;
    }
    .marketplace-container {
        padding:10px;
    }
    .feature-card {
        padding: 10px;
        margin-bottom: 0px;
    }
    .hero-section {
        padding-bottom: 10px;
    }
    .featureMainTitle {
        font-size: 30px;
    }
}

/* Slider */

.slider-container1 {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 50px;
}

.slider1 {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 30px;
    /* justify-content: flex-start; */
    padding-top: 10px;
}

.slide1 {
    /* min-width: calc((100% - 40px) / 3); */
    flex: 0 0 calc((100% - 40px) / 3);
    /* text-align: center; */
    border: 0.8px solid #C5AB2D;
    border-radius: 24.14px;
    padding: 29px;
    max-width: 378px;
    transition: box-shadow 0.2s ease-in-out;
    cursor: pointer;
}
.slide1:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}


.slide-content1 {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: space-between;
    height: 100%;

}

.starContainer img {
    height: 23.21px;
    width: 23.21px;

}

.studentDescription {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 27.71px;
    color: #747373;
    margin-bottom: 30px;
}

.studentAvtar {
    display: flex;
    gap: 18px;

}

/* .slide1 img {
    width: 100%;
    height: 488px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 12px;
} */

.studentAvtar h3 {
    margin: 0;
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-size: 17.7px;
    font-weight: 700;
}

.studentAvtar h6 {
    margin: 0;
    color: #747373;
    font-family: 'Lato', sans-serif;
    font-size: 12.88px;
    font-weight: 500;
}

.nav-button1 {
    /* position: absolute; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
    background: #FFFFFF;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #333;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s;
    z-index: 2;
    border: 1px solid #273D66;
    text-align: center;
    color: #273D66;
}

.nav-button1:hover {
    background-color: #273D66;
    color: #fff;
}

.nav-button1:disabled {
    background-color: rgba(255, 255, 255, 0.5);
    cursor: not-allowed;
    color: #999;
}


.servicesHeading1 {
    font-family: 'Lato', sans-serif;
    font-size: 60px;
    font-weight: 500;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .slider-container1 {
        padding: 0 20px;
        margin-top: 20px;
    }

    .slide1 {
        min-width: 100%;
        flex: 0 0 100%;
        padding: 10px;
    }

    .slider1 {
        gap: 5px;
        width: 90%;
    }

    .slide-content1 {
        padding: 20px;
    }

    .servicesHeading1 {
        font-family: 'Lato', sans-serif;
        font-size: 30px;
        font-weight: 500;
    }
    .studentDescription {
        line-height: 20px;
    }

    .nav-button1 {
        height: 40px;
        width: 40px;
    }

    .slide1 h3 {
        font-family: 'Lato', sans-serif;
        font-size: 16px;
    }

}

@media screen and (min-width: 769px) and (max-width: 1270px) {
    .slide-content1 {
        padding: 20px;
    }

    .servicesHeading1 {
        font-family: 'Lato', sans-serif;
        font-size: 50px;
        font-weight: 500;
    }

    .nav-button1 {
        height: 50px;
        width: 50px;
    }

    .slider-container1 {
        padding: 0px;
    }

    .slider1 {
        gap: 20px;
        padding: 20px;
    }

    .slide1 {
        min-width: calc((100% - 40px) / 3);
        padding: 20px;
    }
}


/* Partner */

.partnerContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.partners-section {
    padding: 0 0 20px 0;
    background-color: #ffffff;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 2.5rem;
}

.partner-logo {
    /* height: 80px; */
    object-fit: contain;
    transition: transform 0.3s ease;
    /* filter: grayscale(100%); */
    /* opacity: 0.7; */
    max-width: 200px;
}

.partner-logo:hover {
    transform: scale(1.05);
    /* filter: grayscale(0%); */
    opacity: 1;
}

.partner-item {
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 20px; */
    margin-bottom: 20px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }
    
    .partner-logo {
        height: 60px;
    }
    
    .partner-item {
        padding: 15px;
    }
    .testimonial-slider {
        padding: 10px;
    }
}

@media (max-width: 576px) {
    .section-title {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
    
    .partner-logo {
        height: 50px;
    }
    
    .partner-item {
        padding: 10px;
    }
    .partners-section {
        padding: 10px;
    }
}

.product-title {
    text-align: center;
    font-weight: 700;
    color: #000000;
    font-size: 60px; 
    margin-bottom: 20px;
}
.about-title {
    font-weight: 700;
    color: #232323;
    font-size: 50px; 
    margin-bottom: 20px;  
}
.mission-title {
    font-weight: 700;
    font-size: 60px; 
    margin-bottom: 20px; 
    text-align: center; 
}

/* Medium screens (tablets) */
@media (max-width: 992px) {
    .product-title {
        font-size: 50px;
    }
    .about-title {
        font-size: 50px;
    }
    .mission-title  {
        font-size: 50px;
    }
}

/* Small screens (phones) */
@media (max-width: 768px) {
    .product-title {
        font-size: 40px;
        margin-bottom: 10px;
    }
    .about-title {
        font-size: 40px;
        margin-bottom: 10px;
    }
    .mission-title  {
        font-size: 40px;
        margin-bottom: 10px;
    }
}

/* Extra small screens */
@media (max-width: 576px) {
    .product-title {
        font-size: 30px;
        margin-bottom: 0px;
    }
    .about-title {
        font-size: 30px;
        margin-bottom: 0px;
    }
    .mission-title  {
        font-size: 30px;
        margin-bottom: 0px;
    }
}

/* Footer */
.footer {
    background: url(../images/footerBG.svg); background-size: cover;background-position: center;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 50px;
}
.footer-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding-top: 20px;
   
}

.footer-section h3 {
    color: #ffd700;
    margin-bottom: 20px;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}

.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    color: #909090;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.footer-section ul p {
    width: 143px;
}

.footer-section ul p a {
    color: #909090;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.footer-section ul li a:hover {
    color: #ffffff;
}

.footer-section ul p a:hover {
    color: #ffffff;
}

.footer-section ul li a:hover::after {
    content: "→";
    position: absolute;
    left: -20px;
    transition: all 0.1s ease;
}

.footer-section ul p a:hover::after {
    content: "→";
    position: absolute;
    left: -20px;
    transition: all 0.1s ease;
}

.footer-section ul li a.active {
    color: #ffffff; 
}

.footer-section ul li a.active::after {
    content: "→";
    position: absolute;
    left: -20px;
    color: #ffffff;
}

.footer-bottom-text {
    padding-top: 20px;
    color: #909090;
    font-size: 16px;
    font-weight: 300;
    transition: all 0.3s ease;
}

.footer-bottom-text:hover {
    color: #FFF;
}
.footer-bottom-links {
   display: flex;
   gap: 10px; 
   flex-wrap: wrap;
}
.footer-bottom-links a{
    text-decoration: none;
    color: #909090;
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: 300;
}
.footer-bottom-links a:hover {
    color: #FFF;
}
.linkContainer{
    display: flex; justify-content: space-between; flex-wrap: wrap; width: 100%; flex-direction: row; align-items: center;
      border-top: 0.83px solid rgba(255, 255, 255, 0.1);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .footer-content {
        grid-template-columns: repeat(3, 1fr);
    }

    .footer-section ul p {
        width: auto;
    }
}

@media (max-width: 768px) {
    .footer-content {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-section ul li {
        margin-bottom: 5px;
    }

    .footer-section ul p {
        width: auto;
    }
}


@media (max-width: 480px) {
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-section {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-section ul {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-section ul li {
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }

    .footer-section ul li a {
        padding-left: 0;
        display: inline-block;
        width: auto;
    }

    .footer-section ul li a:hover {
        padding-left: 0;
    }

    .footer-section ul li a::before {
        position: static;
        margin-right: 8px;
    }

    .footer-section ul p {
        width: auto;
    }
    .footer-bottom-links {
        justify-content: center;
     }
     .footer-bottom-text p{
        text-align: center;
        width: 100%;
    }
    .linkContainer{
        display: block;
    }
}

.btn-submit {
    background-color: #00A758;
    color: white;
    padding: 10px 30px;
    border-radius: 0px;
    width: 20%;
    margin: 0 auto;
}

.btn-submit:hover {
    background-color: #057D44;
    color: white;
}















/* Chayanika New CSS for header start */
.navbar-collapse{
    position: relative;
    z-index: 3;
}

.navbar .collapse .navbar-nav .dropdown ul li a:hover{
    background-color: rgba(32, 70, 179, 0.2);
    transition: all 0.3s ease-in-out;
}

.navbar .collapse .navbar-nav .dropdown ul li a{
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}

.feature-section .marketplace-container p{
    font-size: 16px;
}


.navbar .drawerContainer .navbarHomeIcon a {
    text-decoration: none;
    color: #fff;
    position: relative;
    z-index: 2;
}







/* Multi-level dropdown support for Bootstrap 5 */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    display: none;
    min-width: 180px;

    border-radius: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
}

.dropdown-submenu:hover > .dropdown-menu,
.dropdown-submenu:focus-within > .dropdown-menu {
    display: block;
}

.dropdown-submenu > .dropdown-item::after {
    content: "";
    float: right;
    font-size: 0.9em;
    rotate: 270deg;
}


@media screen and (max-width: 992px) {
    .dropdown-submenu > .dropdown-menu {
        left: 0;
        top: 100%;
        margin-left: 0;
        margin-top: 0;
    }
}
/* Chayanika New CSS for header end*/
/* Updated */
/* Hero Section with Video Background */
.hero-section {
    position: relative;
    min-height: 410px;
    border-radius: 0px 0px 50px 50px;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.4); Dark overlay for better text contrast */
    z-index: 0;
}

.hero-content {
    position: relative;
    z-index: 1;
    text-align: left;
}

.hero-fallback {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

/* Responsive adjustments */
@media (max-width: 1199px) {
    .hero-section {
        min-height: 340px;
    }
}

@media (max-width: 768px) {
    .hero-section {
        min-height: 245px;
        border-radius: 0px 0px 50px 50px;
        margin-bottom: 20px;
    }
}