@font-face {
    font-family: 'MyCustomFont'; /* Define the font name */
    src: url('StockAmba.comΓÇöAmbaΓÇöShiromeda-Regular.ttf') format('truetype'); /* Path to the .ttf file */
    font-weight: normal;
    font-style: normal;
}

/* Apply the custom font */
body {
    font-family: 'MyCustomFont', sans-serif; /* Use the custom font */
    background-color: #F8F9FA !important;

}

a {
    color: #4C5261 !important;
    text-decoration: none;
}

a:hover {
    color: #373b47 !important;
    text-decoration: none;
}

.hero {
    background-color: #eaeaea;
    padding: 50px 0;
}

.hero h1 {
    font-size: 3rem;
    font-weight: bold;
    color: #333;
}

.hero p {
    font-size: 1.2rem;
    color: #666;
}

.btn-green {
    background: #1CE300;
    color: #fff;
    padding: 7px 50px;
    font-weight: bold;
}
.btn-green:hover {
    background: #1ac104;
    color: #fff !important;
    padding: 7px 50px;
    font-weight: bold;
}

.car-btn {
    background: #1CE300;
    color: #fff !important;
    padding: 4px 10px 5px 10px;
    text-decoration: none;
    border-radius: 3px;
    font-weight: bold;
}

.car-btn:hover {
    background: #1ac104;
    color: #fff !important;
    padding: 4px 10px 5px 10px;
    text-decoration: none;
    border-radius: 3px;
    font-weight: bold;
}

.contact-btn {
    background: #1CE300;
    color: white;
}
.contact-btn:hover {
    background: #1ac104 !important;
    color: white !important;
}

.btn-blue {
    background: #008099;
    color: #fff;
    padding: 7px 50px;

    font-weight: bold;
}

.btn-green:hover,
.btn-blue:hover {
    opacity: 0.9;
}

.hero img {
    max-width: 100%;
    border-radius: 10px;
}

/* .services-section {
    background: linear-gradient(#6D6D6D 65%, transparent 65%) no-repeat;
    color: #fff;
    padding: 50px 0 100px 0;
} */

@media (max-width: 768px) {
    .hero h1 {
        font-size: 1.6rem;
        font-weight: bold;
        color: #333;
    }
    .carousel-buttons {
        bottom: 20px !important;
    }

    .feature-card {
        position: relative;
        text-align: center;
        border-radius: 2px 30px !important;
        color: white;
        font-size: 18px;
        font-weight: bold;
        height: 80px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .feature-icon {
        position: relative;
        top: -21px !important;
        left: 50%;
        transform: translateX(-50%);
        background: white;
        border-radius: 1px 14px;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px !important;
        height: 40px !important;
    }
    .feature-icon img {
        width: 25px !important;
        height: 25px !important;
    }
    .about-us-text{
        font-size: 15px !important;
    }
    /* .services-section {
        background: linear-gradient(#6D6D6D 62%, transparent 50%) no-repeat;
        color: #fff;
        padding: 50px 0 100px 0;
    } */

    .login {
        display: none;
    }

    .btn-green {
        background: #1CE300;
        color: #fff;
        padding: 7px 20px;
        font-weight: bold;
    }

    .btn-blue {
        background: #008099;
        color: #fff;
        padding: 7px 20px;

        font-weight: bold;
    }
}



.services-section .divider {
    width: 260px;
    height: 3px;
    background-color: #1CE300;
    margin: 0 auto 30px auto;
}

.news .divider {
    width: 60px;
    height: 3px;
    background-color: #1CE300;
    margin: 0 auto 30px auto;
}
.modal-body img:hover {
    transform: none !important;
}


.featured-cars .divider {
    width: 160px;
    height: 3px;
    background-color: #1CE300;
    margin: 0 auto 30px auto;
}

.about-us .divider {
    width: 60px;
    height: 3px;
    background-color: #1CE300;
    margin: 0 auto 30px auto;
}


.icon {
    font-size: 2.5rem;
    color: #1CE300;
    margin-bottom: 15px;
}

.card-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.testimonial1 {
    background-color: #f8f9fa;
    font-weight: 300;
}

.testimonial1 h1,
.testimonial1 h2,
.testimonial1 h3,
.testimonial1 h4,
.testimonial1 h5,
.testimonial1 h6 {
    color: #3e4555;
}

.testimonial1 .bg-light {
    background-color: #f4f8fa !important;
}

.testimonial1 .subtitle {
    color: #8d97ad;
    line-height: 24px;
}

.testimonial1 .testi1 .card-body {
    padding: 35px;
}

.testimonial1 .testi1 .thumb {
    padding: 10px 20px 10px;
    padding-left: 90px;
    margin-left: -35px;
}

.testimonial1 .testi1 .thumb .thumb-img {
    width: 60px;
    left: 20px;
    top: -10px;
}

.testimonial1 .testi1 h5 {
    line-height: 30px;
    font-size: 18px;
}
.bg-success{
    background-color:#4fa34f !important;
}

.btn-success{
    background-color:#1CE300 !important;
    border:none !important;
}
.testimonial1 .testi1 .devider {
    height: 1px;
    background: rgba(120, 130, 140, 0.13);
    width: 100px;
}

.testimonial1 .bg-success-gradiant {
    background: #2cdd9b;
    background: -webkit-linear-gradient(legacy-direction(to right), #2cdd9b 0%, #1CE300 100%);
    background: -webkit-gradient(linear, left top, right top, from(#2cdd9b), to(#1CE300));
    background: -webkit-linear-gradient(left, #2cdd9b 0%, #1CE300 100%);
    background: -o-linear-gradient(left, #2cdd9b 0%, #1CE300 100%);
    background: linear-gradient(to right, #2cdd9b 0%, #1CE300 100%);
}

.testimonial1 .card.card-shadow {
    -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.testimonial1 .owl-theme .owl-dots .owl-dot.active span,
.testimonial1 .owl-theme .owl-dots .owl-dot:hover span {
    background: #1CE300;
}

.contact-section {
    background-color: #f8f9fa;

    padding: 50px 0;
}

.contact-section h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 30px;
}

.contact-section .divider {
    width: 60px;
    height: 3px;
    background-color: #1CE300;
    margin: 0 auto 30px auto;
}

.contact-section img {
    border-radius: 10px;
    object-fit: cover;
}

.form-control {
    border-radius: 8px;
}

.btn-primary {
    background-color: #1CE300;
    border-color: #1CE300;
    border-radius: 8px;
}

.btn-primary:focus {
    background-color: #22cd0b !important;
    border-color: #1CE300;
    border-radius: 8px;
}

.btn-primary:hover {
    background-color: #22cd0b !important;
    border-color: #1CE300;
    border-radius: 8px;
}


.owl-theme .owl-dots .owl-dot.active span {
    color: #1CE300 !important;
}

.social-icon {
    font-size: 1.5rem;
    color: #1CE300;
    margin-bottom: 15px;
}

.text-primary {
    color: #1CE300 !important;
}

.company-name {
    color: #1CE300;
}

.comapny-text {
    color: #1CE300;
}



/* General Section Styling */
#featured-cars {
    background-color: #f8f9fa;
}



/* Card Styling */
.card {
    border: none;
    transition: transform 0.2s ease-in-out;
}

.cards:hover {
    transform: scale(1.05);
}

.card-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.card-text {
    font-size: 0.9rem;
    color: #6c757d;
}

.price {
    font-size: 1rem;
    font-weight: bold;
    margin: 1rem 0;
}



/* Image Styling */
.card-img-top {
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
}

/* Dot Pagination */
.dot {
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background-color: #ccc;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.dot.active {
    background-color: #28a745;
}

h2.text-center {
    text-align: center !important;
}
.navbar-brand {
    padding-left: 10px;
}
h2.text-center {
    margin: 0 auto;
    /* Ensure no unnecessary horizontal offset */
}

.navbar-toggler {
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: white !important;
    background-color: transparent;
    border: 0px !important;
    border-radius: 0 !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #1CE300 !important;
}


/* Bottom Navigation Bar - Hidden by Default */
.bottom-nav {
    display: none;
}

/* Show Bottom Navigation on Small Screens */
@media (max-width: 768px) {
    .bottom-nav {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60px;
        z-index: 1100;
        background-color: #4fa34f;
        color: wheat !important;
        display: flex;
        justify-content: space-around;
        align-items: center;
        box-shadow: 0 -1px 5px #4fa34f;
    }

    .nav-items {
        color: #032c04;
        text-align: center;
        text-decoration: none;
        font-size: 12px;
        flex-grow: 1;
    }
    .nav-items i {
        font-size: 20px;
    }
    .nav-items.active,
    .nav-items:hover {
        color: white !important;
    }

    .nav-items span {
        display: block;
        font-size: 10px;
        margin-top: 5px;
    }
}

.payment-container {
    max-width: 500px;
    margin: 80px auto;
    padding: 30px;
    background: #ffffff;
    border-radius: 12px;
    text-align: center;
}

.payment-header {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.payment-description {
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
}

.btn-custom {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px;
    border-radius: 4px;
    font-size: 16px !important;
    font-weight: 500;
    margin-bottom: 15px;
    transition: background-color 0.3s, transform 0.2s;
}

.btn-custom img {
    width: 28px;
    height: 28px;
    margin-right: 10px;
}

.btn-custom:hover {
    transform: scale(1.02);
}

.btn-upload {
    background-color: #6c757d;
    color: white;
}

.btn-upload:hover {
    background-color: #5a6268;
}

.btn-paypal {
    background-color: #9b1492;
    color: white;
}

.btn-paypal:hover {
    background-color: #86127e;
}

.btn-stripe {
    background-color: #7fd727;
    color: white;
}

.btn-stripe:hover {
    background-color: #74bb2e;
}


/* new css */

.footer {
    background-color: #4fa34f;
}


body {
    margin: 0;
    padding: 0;
    background-color: #F8F9FA;
}

.bg-success-light {
    background-color: #4fa34f !important;
}


.btn-container {
    position: absolute;
    bottom: 20%;
    width: 100%;
    text-align: left;
}

.btn-container .btn {
    margin: 5px;
    background-color: #4fa34f;
    color: white;
}

.sign-up-login {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 20;
}

/*
card css
*/

.bi-check-circle-fill{
color: #6AE11E !important;
}

.stat-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    color: #fff;
    border-radius: 10px;
    margin: 10px;
}

.header-cell {
    background-color: #4fa34f;
    /* Dark green */
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}

.sub-header {
    background-color: #4fa34f;
    /* Light green */
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}

.highlight {
    background-color: #d4edda;
    /* Light green highlight */
}

.content-cell {
    background-color: #ffffff;
    text-align: center;
    padding: 10px;
    border: 1px solid #ccd3d6;
    ;
}

.table-container {
    border: 3px solid #ffffff;
}

.card {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.card-header {
    background-color: #4fa34f;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    border-radius: 15px 15px 0 0;
}

.btn-join {
    background-color: #6AE11E;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    padding: 12px 0px;
}

.btn-join:hover {
    background-color: #5cd411;
    color: white;
}

.cycle-btn {
    border-radius: 20px;
    margin: 5px;
}

.content-section {
    margin-top: 30px;
}

h1 {
    margin-bottom: 30px;
    font-weight: bold;
}

.equal-height {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.equal-height .ratio {
    flex: 1;
}

.bottom-card {
    background: #4fa34f;
    padding: 10px;
    border-radius: 10px;
    border: none;
}

/* Custom Styling */
.news-section {
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.news-section img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.recent-post img {
    border-radius: 5px;
}

.recent-post {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

.recent-post h6 {
    font-size: 14px;
}

.recent-post .meta {
    font-size: 12px;
    color: gray;
}

.load-more {
    display: inline-block;
    margin-top: 10px;
    color: #4fa34f;
    text-decoration: none;
}

.load-more:hover {
    text-decoration: underline;
}


.app-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #4fa34f;
    color: white;
    padding: 50px;
}

.text-section {
    max-width: 50%;
}

.text-section h1 {
    font-size: 3rem;
    margin-bottom: 20px;
}

.text-section p {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.image-section {
    text-align: right;
}

.image-section .phone-image {
    width: 400px;
    height: auto;
    object-fit: cover;
}

.carousel img {
    height: 500px;
    object-fit: cover;
}

.partner-logo {
    max-height: 100px;
    /* Set the desired fixed height */
    width: auto;
    /* Maintain aspect ratio */
    margin: auto;
    /* Center the images */
    display: block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.logo-container {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    /* Ensure equal height for all logo containers */
    background-color: #ffffff;
    /* Optional: Add a background to highlight logos */
    border-radius: 4px;
    /* Optional: Add rounded corners */
}

.testimonial3 {
    font-family: "Montserrat", sans-serif;
    color: #8d97ad;
    font-weight: 300;
}

.testimonial3 h1,
.testimonial3 h2,
.testimonial3 h3,
.testimonial3 h4,
.testimonial3 h5,
.testimonial3 h6 {
    color: #3e4555;
}

.testimonial3 .font-weight-medium {
    font-weight: 500;
}

.testimonial3 .bg-light {
    background-color: #f4f8fa !important;
}

.testimonial3 .subtitle {
    color: #8d97ad;
    line-height: 24px;
}

.testimonial3 .testi3 .card-body {
    padding: 40px;
}

.testimonial3 .testi3 h6 {
    line-height: 26px;
}

.testimonial3 .testi3 .thumb-img img {
    width: 60px;
}

.testimonial3 .testi3 .customer {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.testimonial3 .card.card-shadow {
    -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.testimonial3 .font-10 {
    font-size: 10px;
}

.testimonial3 .text-success {
    color: #2cdd9b !important;
}
.text-success{
    color: #4fa34f !important;
}

.testimonial3 .text-muted {
    color: #8d97ad !important;
}

.testimonial3 .owl-theme .owl-dots .owl-dot.active span,
.testimonial3 .owl-theme .owl-dots .owl-dot:hover span {
    background: #4fa34f;
}
.owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    background-color: rgb(151 200 151) !important;
    color: #fff !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    cursor: pointer;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    background-color: #007bff;
}

.owl-nav .owl-prev {
    position: absolute;
    left: -25px !important; /* Adjust for your design */
}

.owl-nav .owl-next {
    position: absolute;
    right: -5px !important; /* Adjust for your design */
}

/* .btn-primary {
    background-color: #4fa34f;
    border-color: #4fa34f;
    border-radius: 8px;
}

.btn-primary:focus {
    background-color: #4fa34f !important;
    border-color: #4fa34f;
    border-radius: 8px;
}

.btn-primary:hover {
    background-color: #014931 !important;
    border-color: #4fa34f;
    border-radius: 8px;
} */

.car-btn {
    background: #4fa34f;
    color: #fff;
    padding: 4px 10px 5px 10px;
    text-decoration: none;
    border-radius: 3px;
    font-weight: bold;
}

.services-section {
    background: linear-gradient(#4fa34f 65%, transparent 65%) no-repeat;
    color: #fff;
    padding: 50px 0 100px 0;
}

.card {
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.card-header {
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 10px;
}

.purple-bg {
    background-color: #a020f0;
}

.green-bg {
    background-color: #008000;
}

.gold-bg {
    background-color: #daa520;
}

.teal-bg {
    background-color: #008080;
}

.btn-join {
    background-color: #32cd32;
    color: #fff;
    font-weight: bold;
    border: none;
}

.btn-join:hover {
    background-color: #2eb82e;
}
/* for faq*/
.accordion-button {
    position: relative;
    font-weight: bold;
    padding-right: 2rem; /* Space for the custom icon */
}

/* Remove default arrow icon */
.accordion-button::after {
    display: none;
}

/* Add custom + and - icons */
.accordion-button:not(.collapsed)::before {
    content: "-";
    position: absolute;
    right: 1rem;
    font-size: 1.2rem;
    font-weight: bold;
}

.accordion-button.collapsed::before {
    content: "+";
    position: absolute;
    right: 1rem;
    font-size: 1.2rem;
    font-weight: bold;
}

.accordion-body {
    font-size: 0.9rem;
}
.accordion-button:not(.collapsed) {
    color: white !important;
    background-color: #4fa34f !important;
}

/*for contact us */
.contact-section {
    background-color: #f8f9fa;

    padding: 50px 0;
  }
  .contact-section h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .contact-section .divider {
    width: 60px;
    height: 3px;
    background-color: #1CE300;
    margin: 0 auto 30px auto;
  }
  .contact-section img {
    border-radius: 10px;
    object-fit: cover;
  }
  .form-control {
    border-radius: 8px;
  }

  /*download app section*/
.download-section {
background-color: #f8f9fa;
padding: 50px 0;
 }

.store-buttons img {
    height: 50px;
    margin-right: 10px;
}

.app-preview {
    max-width: 100%;

}

.nav-link{
    font-size:17px!important;
}

/* Add hover effect with a different color */
.nav-link:hover {
    color: #ffffff; /* Replace with your desired hover color */
    text-decoration: none; /* Optional: Add underline effect */
}
.navbar-nav>li>a {
    padding-top: 2px !important;
    padding-bottom: 0;
}
.offcanvas{
    max-width:60%!important;
}
/* Set background color for active link */
.nav-link.active {
    color: rgb(255, 255, 255) !important;
    border-radius: 4px;
    background-color: #014931;
    padding: 5px;
    border: 1px solid #ffffff;
    /* margin-top:-5px; */
    padding-top: 3px !important;
}

/*for ev car*/
.card {
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  .card img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .btn-buy-now {
    background-color: #28a745;
    color: white;
    border-radius: 20px;
  }
  .btn-buy-now:hover {
    background-color: #218838;
  }
  .title {
    text-align: center;
    margin: 20px 0;
    font-family: 'Arial', sans-serif;
  }

  /* for video thumbnail */
  .thumbnail-video {
    height: 150px; /* Set a fixed height for thumbnails */
    }

    .thumbnail-video video {
        object-fit: cover; /* Ensures the video scales nicely within the container */
        height: 100%; /* Matches the height of the parent */
        width: 100%; /* Ensures full width for the video */
}


/* width */
::-webkit-scrollbar {
    width: 10px !important;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(252, 252, 252);
    border-radius: 10px;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #4FA34F !important;
    border-radius: 4px;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #4FA34F  !important;
  }
