/* @font-face {
  font-family: 'AvenirNext';
  src: url('../font/karu-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirNext';
  src: url('../font/karu-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirNext1';
  src: url('../font/karu-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirNext';
  src: url('../font/karu-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
} */


/*@font-face {
    font-family: 'AvenirNextCyr';
    src: url('/frontend/assets/font/AvenirNextCyr-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'AvenirNextCyr';
    src: url('/frontend/assets/font/AvenirNextCyr-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'AvenirNextCyr';
    src: url('/frontend/assets/font/AvenirNextCyr-Bold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'AvenirNextCyr';
    src: url('/frontend/assets/font/AvenirNextCyr-Demi.ttf') format('truetype');
    font-weight: 600;
}*/

body {
    font-family: 'AvenirNextCyr', sans-serif;
}


h1 {
    font-family: 'AvenirNextCyr', sans-serif;
    font-weight: 700; /* bold */
}

p {
    font-family: 'AvenirNextCyr', sans-serif;
    font-weight: 400; /* regular */
}

.avenir-medium {
    font-family: 'AvenirNextCyr', sans-serif;
    font-weight: 500;
    font-size:16px;
}


.avenir-demi {
    font-family: 'AvenirNextCyr', sans-serif;
    font-weight: 600;
}


.avenir-bold {
    font-family: 'AvenirNextCyr', sans-serif;
    font-weight: 700;
}

.price_det_head{
  line-height: 40px;
}

.avenir-regular{
    font-family: 'AvenirNextCyr', sans-serif;
    font-weight: 400;
    font-size:18px;
}




.price_det_check{
  line-height: 40px;
}


.icool_form {
  height:56px;
  border-radius:0px !important;
}
.form_checks{
  margin-bottom: 25px !important;
}

.form_cnt{
  height:56px !important;
  border-radius:0px !important;
}
/* .tab-content h6 {
     font-family: 'AvenirNext', sans-serif;
  font-weight: 500 !important; 
    font-size: 20px;
} */


/* body,h2,h3 {
  font-family: 'AvenirNext', sans-serif;
  font-weight: 500; 
} */

/* h1 {
  font-family: 'AvenirNext', sans-serif;
  font-weight: 700; 
}

p {
  font-family: 'AvenirNext', sans-serif;
  font-weight: 400; 
  
} */
.accordion-button{
  font-family: 'AvenirNext', sans-serif;
  font-weight: 400; /* Regular */
  font-size:18px;
}

.pro_detail_head{
  /* font-family: 'AvenirNext1'; */
  font-weight: 500; /* Regular */
}

.navbar-nav .nav-lin{
   font-family: 'AvenirNext', sans-serif;
  font-weight: 400; /* Regular */
}

.medium-text {
  font-weight: 500;
}

.light-text {
  font-weight: 300;
}

.bold-text {
  font-weight: 700;
}


 
 
 .shop-banner {
      background-color: #041371;
      color: white;
      padding: 10px 0;
      text-align: center;
      font-weight: bold;
    }
    .service-img {
      width: 100%;
      height: auto;
    }
    .custom-container {
      max-width: 1440px;
      margin: 0 auto;
    }
  
  .custom-container {
    max-width: 1440px;
    margin: 0 auto;
  }


   .hero-overlay {
    /* background-color: rgba(255, 255, 255, 0.8);  */
    /* white overlay with transparency */
    display: inline-block;
    padding: 30px;
    border-radius: 8px;
  }

  .hero h1 {
    font-size: 50px;
    /* font-weight: bold; */
    /* margin-bottom: 40px; */
     margin-bottom: 30px;
    text-align: left;
    color: #000;
  }

  .hero p {
    font-size: 30px;
    text-align: left;
    color: #000;
  }

  .custom-container {
    max-width: 1440px;
    margin: 0 auto;
  }



  .custom-container {
    max-width: 1440px;
    margin: 0 auto;
  }
  .object-fit-cover {
    object-fit: cover;
  }



  .custom-container {
    max-width: 1440px;
    margin: 0 auto;
  }
  .object-fit-cover {
    object-fit: cover;
  }
  .play-btn img {
    cursor: pointer;
    transition: transform 0.3s ease;
  }
  .play-btn img:hover {
    transform: scale(1.1);
  }
  .video-section .img_1 {
    height: 600px;
    object-fit: cover;
  }


    footer ul li {
    margin-bottom: 8px;
  }

  /* footer h6 {
    font-weight: bold;
  } */



.section-divider {
  height: 1px;
  background-color: #ccc; /* Light gray line */
  margin: 40px auto; /* Adds spacing above and below */
}





.inner-banner {
      background: url('your-banner-image.jpg') center/cover no-repeat;
      height: 200px;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
    }

    .inner-banner h1 {
      font-size: 2.5rem;
      font-weight: bold;
    }

    .product-card {
      border: 1px solid #eee;
      padding: 15px;
      text-align: center;
      transition: 0.3s;
    }

    .product-card:hover {
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    }

    .price-old {
      text-decoration: line-through;
      color: #646464;
      font-size:16px;
    }

    .price-new {
      color: #CD0000;
      /* font-weight: bold; */
      font-size:16px;
    }

    .filter-section {
      border-right: 1px solid #ddd;
    }

    .category-label {
      font-weight: 600;
      margin-top: 20px;
    }

    @media (max-width: 768px) {
      .inner-banner h1 {
        font-size: 1.8rem;
      }

      .filter-section {
        border-right: none;
        margin-bottom: 20px;
      }
    }



     .swiper-button-next:after{
    font-size:20px;
    color:#000;
  }
  .swiper-button-prev:after{
    font-size:20px;
    color:#000;

  }


  .swiper-button-next1:after{
    font-size:20px;
    color:#000;
  }
  .swiper-button-prev1:after{
    font-size:20px;
    color:#000;

  }




  .product-image-box {
  position: relative;
  display: inline-block;
  width: 100%;
}

.new-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 70px;
  height: 70px;
  z-index: 2;
}

.new-badge img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.product-description {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  color: #555;
}




.product-image-box {
  position: relative;
  display: inline-block;
}



.product-logo {
  position: absolute;
 bottom: 65px;
    left: 46%;
  transform: translateX(-50%);
  /* width: 100px; adjust as needed */
}

.product-logo img {
  width: 100%;
}

.product-caption {
  font-size: 14px;
  color: #555;
}




.product-image-wrapper {
  position: relative;
  overflow: hidden;
}

.cart-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #e7e6e6;
  padding: 14px;
  border-radius: 41px;
  color: #041371;
  display: none;
  z-index: 2;
}

.product-image-wrapper:hover .cart-icon {
  display: inline-block;
}



.accordion-body {
  padding-left: 1rem;
}

.accordion-body label,
.accordion-body input[type="checkbox"] {
  cursor: pointer;
  vertical-align: middle;
}

.accordion-body input[type="checkbox"] {
  margin-right: 8px;
  float: none !important;
}

.accordion-body br {
  display: none;
}

.accordion-body .form-check {
  margin-bottom: 6px;
}



 .product-image-wrapper {
  position: relative;
}

.price-badge {
  position: absolute;
  top: -3px;
  right: -3px;
  /* background-color: orange;
  color: white;
  font-size: 10px;
  font-weight: bold;
  padding: 6px 8px;
  border-radius: 50%;
  text-align: center;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
  text-transform: uppercase;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2); */
}


.product-image-wrapper {
  position: relative;
}

.price-badge {
  position: absolute;
  top: -3px;
  right: -3px;
  /* background-color: orange;
  color: white;
  font-size: 10px;
  font-weight: bold;
  padding: 6px 8px;
  border-radius: 50%;
  text-align: center;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
  text-transform: uppercase;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2); */
}
.price-badge_1{
   position: absolute;
 bottom: 1px;
    left: 1px;
}



.swiper-button-prev1,
.swiper-button-next1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  padding: 20px;
  opacity: 0.8;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

.swiper-button-prev1 {
  left: 0;
}

.swiper-button-next1 {
  right: 0;
}



.tab-content h6 {
    /* font-weight: 500; */
    margin-top: 1rem;
    font-size: 20px;
}


.tab-content p {
  /* font-weight: 400; */
    /* font-size: 18px; */
    color: #646464;
}


.nav-tabs .nav-link {
  border: none;
  color: #6c757d;
  font-weight: 500;
  padding: 10px 20px;
}

.nav-tabs .nav-link.active {
  color: #0077B6; /* Blue text */
  border-bottom: 2px solid #0077B6; /* Blue underline */
  background: transparent;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6; /* Thin gray border */
}

.tab-content h6 {
  /* font-weight: 600; */
  margin-top: 1rem;
}

.tab-content p {
  margin-bottom: 1rem;
}



@media (max-width: 768px) {
  .service-card {
    /* display: block !important; */
  }
}




.cta-box {
  /* border: 3px solid #9fc7df; light blue border like screenshot */
  /* background: linear-gradient(180deg, rgba(255,255,255,0.9), rgba(255,255,255,0.85)); */
  min-height: 160px; /* base height on desktop */
  display: flex;
  align-items: center;
}

/* Right panel background image */
.cta-image {
  min-height: 120px;
  /* background-image: url('images/service-cta-banner.jpg'); <-- Replace with your image path */
  background-size: cover;
  background-position: center;
  padding: 18px;
}

/* Button style like the screenshot */
.cta-image .btn {
  box-shadow: none;
  border-radius: 4px;
  padding: 10px 22px;
}

/* Responsive tweaks */
@media (max-width: 767.98px) {
  .cta-box { padding: 18px; }
  .cta-image { min-height: 140px; margin-top: 8px; }
  .cta-box h2 { font-size: 1.05rem; }
}

@media (min-width: 768px) {
  .cta-box { min-height: 180px; }
  .cta-image { min-height: 160px; }
}


.service-row {
      margin-bottom: 50px;
      align-items: center;
    }
    .service-text h5 {
      font-weight: 600;
      margin-bottom: 10px;
    }
    .service-text p {
      color: #555;
    }
    .btn-custom {
      background-color: #001f5e;
      color: #fff;
    }
    @media (max-width: 768px) {
      .service-row {
        flex-direction: column !important;
        text-align: center;
      }
    }


    @media (max-width: 768px) {
      .filter_sec{
        margin-top:-30px !important ;
      }
      .accord_section{
        width:100% !important;
      }
      .side_img{
        display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
      }
      .new-badge {
        top: 6px;
    left: 72px;

      }
      .price-badge {
        top: 0px !important;
    right: 0px !important;
      }
      .price-badge_1 {
        bottom: 0px !important;
    left: 0px !important;
      }
      .show_more{
         display: block !important;         /* Makes it take full width available */
    margin: 20px auto 0 !important;    /* Centers horizontally */
      }

      .free_sec{
        margin-top: 56px;
      }
      .head_express{
        margin-top: 30px;
      }
      .serv_img{
        width:100%;
      }

      .tab_overview{
        width: 100%;
        margin-top: 23px;
      }
    }


    .service-card {
  background: #fff;
  /* border-radius: 8px; */
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  /* padding: 15px; */
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top:20px;
}
.service-card img {
  /* max-width: 150px;
  border-radius: 6px; */
}
.head_service_list{
  margin-bottom: 25px;
}


.p-md-5 {
        padding: 1rem !important;
    }



    .swiper-button-next1:after {
    font-size: 20px;
    color: #000;
}


.swiper-button-next1:after {
    content: 'next';
}


.swiper-button-next1:after {
    font-family: swiper-icons;
    /* font-size: var(--swiper-navigation-size); */
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}


.swiper-button-prev1:after {
    font-size: 20px;
    color: #000;
}

.swiper-button-prev1:after {
    content: 'prev';
}

.swiper-button-prev1:after {
    font-family: swiper-icons;
    /* font-size: var(--swiper-navigation-size); */
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

@media (min-width: 1000px) {
.filter-section {
  position: sticky;
  top: 20px; /* distance from top of screen */
  align-self: flex-start; /* ensures correct height in Bootstrap columns */
  z-index: 100; /* stays above content */
}
}

@media (min-width: 768px) and (max-width: 1000px){
.col-md-3 {
        flex: 0 0 auto;
        width: 50% !important;
    }
  }



  @media (min-width: 768px) and (max-width: 1000px){
    .col-md-6 {
        flex: 0 0 auto;
        width: 100% !important;
    }
}




@media (min-width: 350px) and (max-width: 600px){
  .service-card {
    display: block !important;
  }

  .head_service_list{
    margin-top:35px;
  }
  .service-card{
    padding-bottom: 35px;
  }
}



  .footer-link {
  color: white;
  text-decoration: none;
  font-size: 18px;
  font-family: 'AvenirNext', sans-serif;
  font-weight: 400 
}
.footer-link:hover {
  text-decoration: underline;
}

/* Tablet: 768px–1000px */
@media (min-width: 768px) and (max-width: 1000px) {
  .footer .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* Mobile: below 768px */
@media (max-width: 767px) {
  .footer .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .footer .d-flex {
    justify-content: center;
  }
}

.social_link_foot{
  padding: 7px;
    border: 1px solid;
}



.underline-heading {
  position: relative;
  display: inline-block; /* Shrinks underline to text width */
  color: white;
}

.underline-heading::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  /* bottom: -8px;  */
  /* Distance from text */
  transform: translateX(-50%);
  width: 80px; /* Underline length */
  height: 2px; /* Underline thickness */
  background-color: white;
}


.underline-heading_1{
    position: relative;
  display: inline-block; /* Shrinks underline to text width */
  color: #000000;
}

.underline-heading_1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  /* bottom: -8px;  */
  /* Distance from text */
  transform: translateX(-50%);
  width: 80px; /* Underline length */
  height: 2px; /* Underline thickness */
  background-color: #000000;
}


.footer-heading {
  position: relative !important;
  display: inline-block !important; /* keeps underline short */
  color: white !important;
  /* font-size: 14px !important; */
  letter-spacing: 1px !important;
  margin-bottom: 50px;
}




 @media (max-width: 768px) {
  .footer-heading {
    margin-top:35px;
  }
  .foot_heading_2{
    margin-top:60px;
  }
  .foot_head_3{
    margin-top: 25px;
  }
.social_footer{
  margin-top:30px !important;
}
 }
.footer-heading::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  bottom: -20px !important; /* gap below text */
  width: 100% !important;
  height: 1px !important;
  background-color: rgba(255, 255, 255, 0.2) !important; /* matches faint style */
}


.footer-heading_1::after{
    content: "" !important;
  position: absolute !important;
  left: 0 !important;
  bottom: -20px !important; /* gap below text */
  width: 100% !important;
  height: 1px !important;
  background-color: rgba(255, 255, 255, 0.2) !important; /* matches faint style */
}


.nav-link{
  font-size:18px !important;
  margin-left: 20px !important;
}

.navbar-nav {
  margin-left: -27px !important;
}

.menu_bar {
  padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.top_bar{
  padding-top: 18px;
    padding-bottom: 18px;
}

 .position-relative {
  position: relative;
}

.extra-img {
  position: absolute;
  max-width: 80px; /* adjust size */
}

.extra-img-1 {
  top: 10%;   /* adjust for exact vertical position */
  right: 15%; /* adjust for exact horizontal position */
}

.extra-img-2 {
  bottom: 5%; /* adjust for exact vertical position */
  left: 10%;  /* adjust for exact horizontal position */
}
.text_area_form{
height:122px !important;width:75% !important;border-radius:0px !important;
}


@media (max-width: 992px){
  .free_column{
  display:none;
}

.cnt_icool{
  margin-left: 20px;
}
}



.service-block {
        background-color: #e9f5fc; /* Light blue background like in screenshot */
        padding: 2rem 1rem;
        margin-bottom: 2rem;
        border-radius: 8px;
    }
    .date-block {
        text-align: center;
        color: #0077B6;
    }
    .date-block h1 {
        font-size: 2.5rem;
        font-weight: bold;
        margin: 0;
    }
    .date-block small {
        display: block;
        font-size: 1rem;
        color: #555;
    }
    .service-title {
        font-weight: 500;
        margin-top: 1rem;
    }
    .service-img img {
        width: 100%;
        border-radius: 6px;
    }



    .problem-option {
      border: 1px solid #ddd;
      border-radius: 5px;
      padding: 10px 15px;
      margin: 5px;
      cursor: pointer;
      text-align: center;
      background: #f9f9f9;
    }
    .problem-option.active {
      background: #007BCE;
      color: #fff;
      border-color: #007BCE;
    }
    .top-buttons .btn {
      border-radius: 0;
      padding: 10px 20px;
      font-weight: bold;
    }
    .service-time .btn {
      background: #f1f7fc;
      border: none;
      margin: 5px;
    }
    .service-time .btn:hover {
      background: #e0eefb;
    }



      .problem-section {
  background-color: #eaf5fb;
  padding: 40px 20px;
  border-radius: 5px;
}

.custom-radio {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 15px;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  height: 56px;
  transition: all 0.2s ease;
  width:75%;
}

.custom-radio input {
  display: none;
}

.custom-radio .checkmark {
  flex-shrink: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 2px solid #0077b6;
  margin-right: 12px;
  position: relative;
}

.custom-radio input:checked + .checkmark {
  background-color: white;
}

.custom-radio input:checked + .checkmark:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  background: #0077b6;
  border-radius: 50%;
}

/* When checked, whole box turns blue */
.custom-radio input:checked ~ span,
.custom-radio input:checked ~ .label-text {
  background-color: #0077b6;
  color: #fff;
  border-color: #0077b6;
}

/* Service time buttons */
.service-time .btn {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 12px 20px;
  margin: 5px;
  font-size: 20px;
  width: 30%;
  height: 56px;
}



.form_service_req{
height:56px !important;width:75% !important;border-radius:0px !important;
}
.req_1{
margin-left: -84px;
}

.btn_req{
background-color: #0077B6 !important;height:56px !important;width:75% !important;border-radius:0px !important;border-color: #0077B6;
}

.custom_radio_request{
  margin-left: 160px;
}



  .coupon-box {
    border: none;
}

.price-details {
    background-color: #E6F1F8;
    border: none;
}

.proceed-btn {
    background-color: #0077B6;
    border-radius: 0;
    padding: 15px 0;
    font-size: 16px;
    font-weight: bold;
}



 .dropdown-menu[data-bs-popper] {
    left: 150px !important;
   }
   .dropee_down{
    width:80% !important;
    border-radius:0px !important;
   }
   .drop_sub{
    margin-left: 16px !important;
    margin-bottom: 15px !important;
   }

   

   .book_now{
    border-radius: 20px;
   
    padding-left: 35px;
    padding-right: 35px;
    
    padding-top: 10px;
    padding-bottom: 10px;
   }




   .payment-icons img {
    border: 1px solid #ddd; /* light gray border */
    border-radius: 8px;     /* rounded corners */
    /* padding: 5px;           space inside the border */
    background: #fff;       /* white background */
    margin-right: 5px;      /* spacing between icons */

    padding-left: 10px;
    padding-right: 10px;
}
.master{
  padding-top: 6px;
    padding-bottom: 10px;
}
.visa{
  padding-top: 3px;
    padding-bottom: 3px;
}


.prodct_para{
  margin-bottom: 5px;
}

.form-check-input{
  border-radius:0px !important;
}
.swiper_arrow{
  right: 101px !important;
}
.time_line_cap{
  margin-left: 75px;
}
.hr_bottom{
  margin-bottom: 30px;
}
.year_bottom{
  margin-bottom: 50px;
}

.white_img{
  padding-left: 100px;
    /* margin-top: 24px;
    margin-bottom: 24px; */
}

.swiper_arrow_2{
  

    left: 111px !important;
}
.swiper_arrow_1{
  left: 583px !important;
}
.date_text{
  margin-left: 30px !important;
}

.year_text{
  margin-bottom: 50px !important;
}


.custom-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    font-family: Arial, sans-serif;
}

.custom-pagination button {
    background: transparent;
    border: none;
    font-size: 18px;
    color: #bbb; /* Inactive color */
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 4px;
    min-width: 32px;
    text-align: center;
}

.custom-pagination button.active {
    background-color: #041371; /* Dark blue */
    color: white;
    /* font-weight: bold; */
    border-radius:0px;
    border: 1px solid #041371; /* Blue outline */
}

.custom-pagination .dots {
    color: #bbb;
    pointer-events: none;
}




/* .filter-list li {
    cursor: pointer;
    padding: 10px;
    font-size: 16px;
}
.filter-list li:hover {
    background-color: #f0f8ff;
}
@media (max-width: 768px) {
    .filter_sec {
        justify-content: flex-start !important;
    }
    .filter-list li {
        font-size: 14px;
    }
} */


/* .filter-list li {
    cursor: pointer;
    padding: 10px;
    font-size: 16px;
}
.filter-list li:hover {
    background-color: #f0f8ff;
} */



/* .dropdown-toggle::after {
    display: none; 
}
.dropdown-menu {
    min-width: 200px;
}
.dropdown-item.active {
    background-color: #007bff;
    color: #fff;
} */




 @media (max-width: 992px) {
.search_input{
  display:none !important;

}
 }
 @media (min-width: 992px) and (max-width: 3500px) {

.nav_mobile_menu{
  display:none !important;
}
}
.nav_mobile_menu{
    margin-left: 10px !important;
}




