* {
  scrollbar-width: auto;
  scrollbar-color: #011f5b #ebf5f0;
  -webkit-overflow-scrolling: auto;
}

@media (min-width: 1200px) {
  .navmenu .dropdown .dropdown:hover > ul {
    /* opacity: 1; */
    /* top: 0; */
    left: -75% !important;
    /* visibility: visible; */
  }
}

.nav-pill-custom .active {
  color: #fff !important;
  background-color: #3d4d6a !important;
  border-radius: 50px;
}
.nav-pill-custom a.active h6 {
  color: #fff !important;
}
/* <style> */
/* Custom styles to match original design more closely */
.hero {
  background-color: #f8f9fa;
}

.form-select,
.form-control {
  padding: 0.75rem 1rem;
}

.btn-check:checked + .btn-outline-primary {
  background-color: #0d6efd;
  color: white;
}

.duration-options .btn {
  padding: 0.5rem;
  min-width: 44px;
}

.validation {
  min-height: 20px;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .px-lg-5 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
/* </style> */

.columnblock_blue {
  padding: 0.5rem 1.5rem;
  border-radius: 23px;
  /* background: #e9f0fe; */
  background: #fff;
  border: solid 1px #011f5b;
  box-shadow: 0 5px 20px 5px rgba(38, 70, 148, 0.1);
}
.tc-content-p {
  font-size: 16px;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  margin: 10px;
}
.svg-position {
  position: relative;
  left: 30px;
  top: -30px;
}
.swiper-slide {
  /* max-width: 400px; */
  /* margin: auto; */
}

.use-case-item {
  min-height: 300px;
}
.card-img {
  margin-top: 1rem;
}
.owl-nav button {
  background-color: transparent; /* Remove default background */
  border: none;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 1000;
  cursor: pointer; /* Change cursor to pointer */
}
.owl-nav .owl-prev {
  left: -50px; /* Adjust as needed */
}
.owl-nav .owl-next {
  right: -50px; /* Adjust as needed */
}

/* Card styling */
.card {
  border: none;
  transition: all 0.3s ease;
}

.shadow-sm {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08) !important;
}

/* Car image animation */
.car-image-container {
  max-width: 200px;
  margin: 0 auto;
}

.animate {
  transition: transform 0.3s ease;
}

.animate:hover {
  transform: translateY(-5px);
}

/* Duration buttons styling */
.btn-group {
  width: 100%;
  gap: 10px;
}

.btn-group > .btn {
  flex: 1;
  border-radius: 8px !important;
  padding: 10px 20px;
}

.btn-outline-primary {
  border: 2px solid #36c;
  color: #36c;
}

.btn-outline-primary:hover,
.btn-check:checked + .btn-outline-primary {
  background-color: #36c;
  border-color: #36c;
  color: white;
}

/* Price styling */
.price {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
}

/* Quote button styling */
.btn-success {
  background-color: #95c11f;
  border: none;
  padding: 12px;
  font-weight: 600;
  border-radius: 6px;
}

.btn-success:hover {
  background-color: #86ad1c;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .btn-group {
    flex-direction: column;
  }

  .btn-group > .btn {
    width: 100%;
  }
}

/* Background and general styling */
.insurance-hero {
  background: linear-gradient(135deg, #f8f9ff 0%, #f1f3ff 100%);
}

/* Text colors */
.text-primary {
  color: #36c !important;
}

/* Card styling */
.card {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

/* Input group styling */
.input-group-text {
  background-color: #36c;
  border: none;
  padding: 0.5rem 1rem;
}

.form-control {
  border: 1px solid #dee2e6;
  padding: 0.5rem 1rem;
}

.form-control:focus {
  border-color: #36c;
  box-shadow: none;
}

/* Button styling */
.btn-outline-primary {
  border: 2px solid #36c;
  color: #36c;
}

.btn-outline-primary:hover,
.btn-check:checked + .btn-outline-primary {
  background-color: #36c;
  border-color: #36c;
  color: white;
}

.btn-outline-success {
  border: 2px solid #95c11f;
  color: #95c11f;
}

.btn-outline-success:hover {
  background-color: #95c11f;
  border-color: #95c11f;
}

.btn-secondary {
  background-color: #6c7ae0;
  border: none;
}

.btn-secondary:hover {
  background-color: #5c68d0;
}

/* Feature list styling */
.feature-list .check-icon {
  color: #95c11f;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .btn-group {
    flex-direction: column;
  }

  .btn-group > .btn {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
/* Background and Container */
.insurance-container {
  background-color: #f8f9ff;
  min-height: 100vh;
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 0.9)
    ),
    url("path-to-your-background-image.jpg");
  background-size: cover;
  background-position: center;
}

/* Typography */
.main-title {
  color: #36c;
  font-size: 2.5rem;
  font-weight: 700;
}

.sub-title {
  color: #36c;
  font-size: 1.5rem;
  font-weight: 400;
}

/* Form Card Styling */
.card {
  border-radius: 12px;
}

/* Input Group Styling */
.input-group-text {
  background-color: #36c;
  border: none;
  font-weight: 600;
}

.form-control {
  border: 1px solid #dee2e6;
  padding: 0.75rem;
}

.form-control:focus {
  box-shadow: none;
  border-color: #36c;
}

/* Duration Buttons */
.duration-group {
  gap: 10px;
}

.btn-outline-primary {
  border: 2px solid #36c;
  color: #36c;
  padding: 10px 20px;
  font-weight: 600;
}

.btn-outline-primary:hover,
.btn-check:checked + .btn-outline-primary {
  background-color: #36c;
  border-color: #36c;
  color: white;
}

/* Custom Duration Buttons */
.custom-duration {
  gap: 10px;
}

.btn-outline-success {
  border: 2px solid #95c11f;
  color: #95c11f;
  padding: 10px 20px;
  font-weight: 600;
}

.btn-outline-success:hover {
  background-color: #95c11f;
  border-color: #95c11f;
  color: white;
}

/* Continue Button */
.btn-secondary {
  background-color: #6c7ae0;
  border: none;
  padding: 15px;
  font-weight: 600;
}

.btn-secondary:hover {
  background-color: #5c69d0;
}

/* Benefits Card */
.card.bg-primary {
  background-color: #36c !important;
}

.benefit-item i {
  font-size: 1.5rem;
  color: #fff;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .col-lg-4 {
    margin-top: 2rem;
  }

  .duration-group,
  .custom-duration {
    flex-direction: column;
  }

  .btn-group > .btn {
    width: 100%;
  }
}

/* CSS for Hourly Car Insurance PaGE Main Section  */

.hero-section {
  /* background: linear-gradient(
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0.8)
    ),
    url("your-image-url.jpg"); */
  /* background-size: cover; */
  /* padding: 40px 0; */
}
.feature-box {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border: 1px solid #011f5b;
}
.number-box {
  background-color: #d0e1f9;
  color: #0044cc;
  font-weight: bold;
  border-radius: 5px;
  padding: 10px 20px;
  display: inline-block;
  margin-right: 10px;
}
.btn-quote {
  background-color: #febe10;
  color: #011f5b;
  font-weight: bold;
  transition: all 0.8s;
}
.btn-quote:hover {
  background-color: #011f5b;
  color: #febe10;
  transition: all 0.8s;
}
.btn-quote-with-alter-hover {
  background-color: #febe10;
  color: #011f5b;
  font-weight: bold;
}
.btn-quote-with-alter-hover:hover {
  background-color: #011f5b;
  color: #febe10;
  font-weight: bold;
}

.background-set-hero {
  background-image: url("https://www.tempcover.com/wp-content/uploads/2021/03/cheap-student-car-insurance-1024x683.jpg");
  opacity: 0.99;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  position: relative;
}
.background-set-hero:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(
    to bottom right,
    #f4f8ff,
    rgba(244, 248, 255, 0.9),
    rgba(38, 70, 148, 0.5)
  );
}
.background-set-hero .hero-section {
  z-index: 9999;
  position: relative;
}

.main-hero-h1 {
  font-size: 56px;
  font-weight: 700;
}

.main-hero-h2 {
  font-size: 36px;
  font-weight: 700;
}
.main-hero-lead-text {
  font-size: 22px;
  font-weight: 400;
}

.owl-item {
  margin-top: 20px;
  margin-bottom: 20px;
}
.owl-item .item .card {
  background-color: #fff;
  border: 1px solid #011f5b;
}

.custom-heading-h2 {
  font-size: 36px;
  font-weight: 500;
}

.four-column-responsive {
  width: 23%;
}

.three-column-responsive {
  width: 30%;
}
.two-column-responsive {
  width: 45%;
}

.custom-get-quote{
  padding: 1rem 2rem;
  background: #e7f0ff;
  border: solid 1px #011f5b;
  border-left: none;
  border-radius: 0 20px 20px 0 !important;
}
/* Mobile Responsive  */

@media (max-width: 600px) {
  .mobile-main-hero {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 20px;
  }
  .four-column-responsive {
    width: 95%;
    margin: 12px;
  }

  .three-column-responsive {
    width: 95%;
    margin: 12px;
  }
  .two-column-responsive {
    width: 95%;
    margin: 12px;
  }

  .custom-get-quote{
    margin-left: 1rem;
    margin-right: 1rem;
    border-top: none !important;
    border: solid 1px #011f5b;
    border-radius: 0px 0px 20px 20px !important;
  }
}

/* Container and Text Styling */
.custom-heading-h2 {
  color: #011f5b; /* Primary color */
  font-weight: 700;
  font-size: 2rem;
}
.custom-heading-h1 {
  color: #011f5b; /* Primary color */
  font-weight: 700;
  font-size: 3.5rem;
}

/* for contact us form  */
.opening-hours {
  /* display: grid;
    grid-template-columns: auto 1fr; /* Two columns, one for the day name and one for the time */
  /* gap: 10px; */
  padding: 10px;
  width: 100%;
}

.opening-hours .day p {
  margin: 0;
  display: flex;
  justify-content: space-between;
  padding: 5px;
}

.opening-hours .day p strong {
  font-weight: bold;
}

.accordion-button {
  background-color: #ebf5f0; /* Background color */
  color: #242124; /* Text color */
  font-weight: 600;
  font-size: 1.2rem;
  border: 2px solid #011f5b;
  border-radius: 8px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: #febe10; /* Accent color */
  color: #011f5b;
  font-weight: 700;
}

.accordion-button::after {
  font-size: 1rem;
  transform: scale(1.2);
  color: #febe10;
}

.accordion-body {
  background-color: #f2f0ef; /* Slightly different background for body */
  color: #242124;
  border-radius: 0 0 8px 8px;
  padding: 1.5rem;
  border: 2px solid #011f5b;
}

.accordion-header {
  margin-bottom: 8px;
}

.accordion-item {
  border: none;
  margin-bottom: 1.5rem;
  overflow: hidden;
  background-color: unset;
}

/* Divider styling */
hr.opacity-10 {
  opacity: 0.2;
  margin: 1rem 0;
}

/* Hover effects */
.accordion-button:hover {
  background-color: #011f5b;
  color: #febe10; /* Inverted accent color */
}

.accordion-button:hover:not(.collapsed) {
  /* color: #011F5B; */
}
@media (max-width: 600px) {
  section,
  .section {
    padding: 10px 0;
  }
}

/* ---------------------------------------------------------------------Styles for Start QUote ------------------- */

.smallsapninput {
  color: #fff;
  background-color: #011f5b;
}
.custom-btn-main-form {
  color: #fff;
  background-color: #011f5b;
}
.hidden {
  display: none;
}

.valid {
  border-color: green;
}

.invalid {
  border-color: red;
}

.validation-message {
  color: red;
  font-size: 14px;
}

.duration-options {
  margin: 20px 0;
}

.duration-unit {
  display: inline-block;
  padding: 5px 10px;
  margin: 2px;
  border: 1px solid #ccc;
  cursor: pointer;
  border: 2px solid #febe10;
  border-radius: 6px;
  font-size: 13px;
  padding-left: 2px;
}
.duration-unit.one-digit {
  padding: 5px 12px !important;
}

.duration-unit.active {
  background: #febe10;
  color: white;
}

.duration-section {
  margin: 20px 0;
}

.duration-type {
  margin-bottom: 20px;
}

.duration-divider {
  margin: 20px 0;
  text-align: center;
  position: relative;
}

.duration-divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 1px solid #ccc;
  z-index: 1;
}

.duration-divider span {
  background: white;
  padding: 0 10px;
  color: #666;
  position: relative;
  z-index: 2;
}

.common-duration {
  padding: 5px 40px;
  margin: 5px;
  border: 1px solid #ccc;
  color: #011f5b;
  display: inline-block;
  cursor: pointer;
  border-radius: 6px;
  border: 2px solid #011f5b;
}

.common-duration.active {
  background: #011f5b;
  color: white;
  border-color: #011f5b;
  padding-left: 2px;
  transition: all 0.3s;
}

.custom-duration-type {
  padding: 5px 40px;
  margin: 5px;
  color: #febe10;
  border: 1px solid #ccc;
  display: inline-block;
  cursor: pointer;
  border-radius: 6px;
  border: 2px solid #febe10;
}

.custom-duration-type.active {
  background: #febe10;
  color: white;
  border-color: #febe10;
  padding-left: 2px;
  transition: all 0.3s;
}
.check-icon {
  display: none;
  margin-left: 5px; /* Adjust spacing as needed */
}

.common-duration.active .check-icon {
  display: inline-block;
}

.custom-duration-type.active .check-icon {
  display: inline-block;
}
.custom-select:focus {
  border-color: #011f5b;
  outline: 0;
  box-shadow: 0 0 0 0 #011f5b;
}
.custom-select {
  border: 2px solid #011f5b;
  padding: 8px 14px;
  font-size: medium;
}
#registration {
  border-radius: 0 0.5rem 0.5rem 0;
}
 .custom-checked:checked{
  background-color: #011f5b;    border-color: #FEBE10;
 }
@media (max-width: 600px) {
  .on-mobile-d-none {
    display: none;
  }
  .common-duration {
    padding: 5px 12px;
  }
  .custom-duration-type {
    padding: 5px 12px;
  }
}
.img-80vh {
  height: 80vh;
 object-fit: contain;
}

.calculate-price .btn-check:checked + .btn-outline-primary{
    background-color: #011f5b !important;
    border-color: #011f5b  !important;
    color: white  !important;
}

.calculate-price .btn-check + .btn-outline-primary{
    /* background-color: #011f5b !important; */
    border-color: #011f5b  !important;
    color: #011f5b  !important;
}