:root {
    --primary-green: #00B67A;
    --primary-blue: #1a237e;
}

.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;
    border-radius: 0px 0px 50px 50px;
}
.hero {
    background-image: url(../galleryImages/galleryBG.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 545px;
    border-radius:0px 0px 50px 50px;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.aboutCompany {
    padding: 30px 0px;
}

.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: 991.98px) {
    .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; 
    }
    .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;
    }
}

/* Extra small screens */
@media (max-width: 480px) {
    .featureMainTitle {
        font-size: 30px;
    }
    .hero {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        min-height: 245px;
        border-radius:0px 0px 50px 50px;
        color: #FFFFFF;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.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;
}
.featureMainTitle {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
}

.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: 30px 15px;
}



/* Small screens (mobile devices) */
@media (max-width: 768px) {
    .nav-bg{
        display: none;
    }
    .social-icons1 {
        display: block;
    }
    .logoBG {
        display: none;
    }
    .navbarHomeIcon {
        display: none;
    }
    .hero-background {
        background-size: cover;
    }
    .hero-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;
    }
    .marketplace-container {
        padding:10px;
    }
    .feature-card {
        padding: 10px;
        margin-bottom: 0px;
    }
    .hero-section {
        padding-bottom: 10px;
    }
    .featureMainTitle {
        font-size: 30px;
    }
}


.product-title {
    text-align: center;
    font-weight: 700;
    color: #000000;
    font-size: 60px; 
    margin-bottom: 20px;
}
.mission-title {
    font-weight: 700;
    font-size: 60px; 
    margin-bottom: 20px; 
    color: #FFFFFF;
}


/* Medium screens (tablets) */

@media (max-width: 992px) {
    .product-title {
        font-size: 50px;
    }
    .mission-title  {
        font-size: 50px;
    }

}

/* Small screens (phones) */
@media (max-width: 768px) {
    .product-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;
    }
    .mission-title  {
        font-size: 30px;
        margin-bottom: 0px;
    }
}

/* Slider */
.gallerySlider {
    background-image: url(https://ehostingguru.com/stage/EV/css/galleryImages/customerBG.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px 50px 0px ;
}
@media (max-width: 1200px) {
    .gallerySlider {
        padding: 0px 0px 50px 0px ;
    }

}
.slider-container1 {
    max-width: 1400px;
    margin: 0 auto;
    /* position: relative; */
    overflow: hidden;
    padding: 0 40px;
    /* margin-top: 60px; */
}

.slider1 {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 80px;
    /* 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;

}



.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) {
    .gallerySlider {
        padding: 10px 0px 10px 0px ;
    }
    .slider-container1 {
        padding: 0 20px;
        margin-top: 20px;
    }

    .slide1 {
        min-width: 100%;
        flex: 0 0 100%;
        padding: 0px;
        background-color: #f3f9eb;
    }

    .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;
    }
}

/* Contact */
.contact-wrapper {
    position: relative;
    margin: 40px auto;
    /* padding: 20px; */
}

.contact-form {
    background: white;
    padding: 30px 30px 50px 30px;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    width: 79%;
    margin-right: auto;
}
.contact-form form{
    width: 80%;
}
.text-muted {
    max-width: 80%;
}

.contact-info {
    background: #00A758;
    color: white;
    padding: 30px;
    border-radius: 60px;
    position: absolute;
    width: 35%;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.formTitle {
    font-size: 60px;
    font-weight: 700;
}
@media (max-width: 768px) {
    .formTitle {
        font-size: 40px;
        font-weight: 700;
    }
}

@media (max-width: 480px) {
    .formTitle {
        font-size: 30px;
        font-weight: 700;
    }
}

@media (max-width: 991px) {
    .contact-form {
        width: 100%;
        margin-bottom: 20px;
    }
    .contact-form form{
        width: 100%;
    }
    .text-muted {
        max-width: 100%;
        text-align: justify;
    }
    
    .contact-info {
        position: static;
        width: 100%;
        transform: none;
        margin-top: 20px;
        border-radius: 20px;
    }
    .contact-wrapper {
        padding: 0px;
    }
}

.contact-info a {
    color: white;
    text-decoration: none;
}

.contact-info .info-item {
    margin-bottom: 20px;
    padding: 15px;
    background: #057D44;
    border-radius: 5px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.social-icons {
    position: relative;
    z-index: 4;
}

.social-icons a {
    margin-right: 15px;
    font-size: 24px;
    color: #81D3AD;
}
.social-icons a:hover {
    color: #FFF;
}

.btn-submit {
    background-color: #00A758;
    color: white;
    padding: 10px 30px;
}

.btn-submit:hover {
    background-color: #057D44;
    color: white;
}

.error-message {
    color: red;
    font-size: 0.8em;
    margin-top: 5px;
    display: none;
}

/* 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;
    }
}











/* New CSS for header start */
.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;
}


/* 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;
    }
}
/* New CSS for header end*/