.circle {
    background: black;
    border-radius: 50%;
    width: 32px; /* Adjusted width to ensure the circle */
    height: 32px; /* Adjusted height to ensure the circle */
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 8px;
}
.nav-links-color a {
    color: black;
}

.shopping-cart p {
    padding: 0;
    margin: 0;
}
.price {
    color: #d51863;
}

.line {
    background-color: black;
    width: 44px;
    height: 2px;
    margin-bottom: 5px;
}

.feature-products p {
    padding: 0;
    margin: 0;
}
.info-section {
    margin-bottom: 10px;
}

.info-section h2 {
    font-size: 18px;
    color: #333;
    margin: 0 0 0 0;
}

.info-section {
    font-size: 16px;
    color: #666;
    margin: 0;
}

.top-navbar a:hover {
    color: #7D9A40;
    /* font-weight: bold; */
    /* transform: scale(1.1); */
}

.registeration_menu .user-top-menu-name:hover {
   background-color: rgba(19, 129, 76, 0.15);
}
.service-affects:hover .border {
    /* background-color: #f0f0f0; */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
     transform: scale(1.05);
    /* border-color: #007bff; */
    transition: all 0.3s ease;
}
.service-affects:hover h6,
.service-affects:hover p {
    color: #7D9A40;
    font-weight: bold;
}

.aiz-count-down-circle #time div {
    color:white !important;
    /* background-color: transparent; */
}

.aiz-count-down-circle {
    background-color: transparent;
    box-shadow: none;
}

.aiz-count-down-circle #time .circle {
    background-color: #7D9A40;
}
/* for order confirmation page- start */
.order-progress-container {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;

}

.hero-rider h2 {
    max-width: 90%; /* Use percentage for maximum width */
    font-size: 4vw; /* Use viewport width units for font size */
    margin: 0; /* Reset margin */
    box-sizing: border-box; /* Ensure padding is included in element's total width */
}

/* Adjustments for very small screens */
@media (max-width: 320px) {
    .hero-rider h2 {
        font-size: 5vw; /* Further adjust font size for very small screens */
    }
}

.form-section {
    background-color: #7D9A40;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Adjust height as needed */
}

.form-group {
    /* Adjust width as needed */
    /* max-width:480px; */
    margin: auto;
}

.form-control {
    width: 100%;
    /* padding: 15px;    */
    /* border: none; */
    border-radius: 20px;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); Optional for a subtle shadow effect */
    font-size: 1rem;
    box-sizing: border-box;
    /* margin-top:  20px; */
}

.form-label {
    display: block;
    margin: 10px 0 0 10px;
    color: white; /* Adjust text color as needed */
    font-size: 1.2rem;
}

.radio-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 10px 0 15px 10px;
    color: white;
}

.checkbox-container{
    margin: 0   0 15px 10px;
    /* color: white; */
}

.ride-button {
  border-radius: 10px;
  background-color: #7D9A40 ;
  color: white;
  font-size: 17px;
  width: 100%;
}

.ride-button:disabled {
    background-color: #A9A9A9; /* Example gray color for disabled state */
    cursor: not-allowed; /* Optional: change the cursor to indicate disabled state */
    opacity: 0.6; /* Optional: make the button look less prominent */
  }

.image-container {
    width: 100%; /* Adjust as needed */
    height: auto; /* Adjust as needed */
    /* max-width: 600px; /* Adjust as needed */
    /* max-height: 400px; Adjust as needed */
    /* overflow: hidden; */
}

.responsive-image {
    width: 100%;
    height: auto;
    object-fit: cover; /* or contain, depending on your requirement */
}

label {
    margin:0;
}

.radio-container span {
    font-size: 17px;
}

.table thead th {
    background-color: #7D9A40;
    color: white;
}
.highlight {
    background-color: #E9F5D0;
}

.highlight td {
    border-top: none !important; /* Remove top border */
}

/* .accordion-header {
    background-color: rgba(145, 137, 137, 0.2);
    color: black;
} */
.accordion-body {
    /* background-color: #918989; */
    background-color: #F2F5EC;
}

.card-header.active-header,
.card-body.active-body {
        background-color: #F2F5EC !important;
 }

/* for order confirmation page- start */
.order-progress-container {
    display: flex;
    justify-content: space-between;
    width: 50%;
 }
 .order-progress-item {
    flex: 1;
     margin-right: 5px;
  }
 .order-progress-item:last-child {
     margin-right: 0;
 }
 #timer{
     font-weight: bold;
     font-size: 14px;
 }
 .text-size{
     font-size: 15px;
 }
 .time{
     display: flex;
     font-size: 35px;
     font-weight: bold;
 }
 /* for order confirmation page- ends */

 .form-control {
    width: 100%;
    padding: 8px;
    font-size: 16px;
    box-sizing: border-box;
    margin-bottom: 15px;
    border-radius: 10px;
}

.error-message {
    color: red;
    font-size: 12px;
    display: none;
}

.text-center {
    text-align: center;
}

.text-white {
    color: #fff;
}


.card-header {
    padding:0 !important;
}
.card .card-body {
    padding: 9px 19px !important;
}



.counter-container {
    margin: 30px auto; /* Center the counters horizontally */
    text-align: center;
}
.counter {
font-size: 60px;
margin-top: 10px;
}

.clr{
    color: #7EA91B;
    }
    .bg-clr{
    background-color: #7EA91B !important;
    }
    .fs-34 {
    font-size:34px !important;
    }
    .text-white{
        color: #fff;
    }
    .border-cstm{
        border-radius: 16px;
    }

    .path {
        stroke-dasharray: 1000;
        stroke-dashoffset: 1000;
        animation: dash 5s linear forwards;
      }

      @keyframes dash {
        to {
          stroke-dashoffset: 0;
        }
      }
      @media (max-width: 600px) {
        .svg-container {
          width: 100%;
          max-width: 300px;
        }
      }

      .category-text {
        color: transparent;
        -webkit-text-stroke: 1px #8dc63f;
        margin: 0 20px;
        font-size: 70px;
        font-weight: 700;
        white-space: nowrap;
        font-family:sans-serif !important;
    }

    .btn-login {
        background-color: white !important;
        color: #7EA91B !important;
        border: 2px solid #7EA91B !important;
        border-radius: 8px;
        padding: 10px 20px;
        margin-right: 10px;
      }



.slider {
position: relative;
max-width: 100%;
margin: auto;
overflow: hidden;
}

.slides {
display: flex;
transition: transform 0.5s ease-in-out;
}

.slide {
min-width: 100%;
box-sizing: border-box;
}

.navigation {
text-align: center;
margin-top: 10px;
}

.dot {
height: 15px;
width: 15px;
margin: 0 5px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}

.dot.active {
background-color: #4CAF50;
}




.sponsor-section {
background-color: #F2F5EC;
}

.logos {
    overflow: hidden;
    position: relative;
}

.logos-slider {
    display: flex;
    flex-direction: column;
}

.logos-slide {
    display: flex;
    flex-shrink: 0;
}


/* Animation for sliding */
@keyframes slide-left {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

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

.slide-left {
    animation: slide-left 30s linear infinite;
}

.slide-right {
    animation: slide-right 30s linear infinite;
}

.logos-slider:hover .slide-left, .logos-slider:hover .slide-right {
    animation-play-state: paused;
}
.btn-start-selling {
    background-color: #7EA91B !important;
    color: white;
    border: 2px solid #7EA91B !important;
    border-radius: 8px;
    padding: 10px 20px;
  }