/* Change the color of Swiper navigation arrows */
.swiper-button-next,
.swiper-button-prev {
  color: #b69974; /* Default color */
  transition: color 0.3s ease-in-out; /* Smooth transition for color change */
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #000000; /* Hover color */
  transition-delay: 0.1s; /* Add a slight delay for the hover effect */
}

.hero__area_1 {
  padding: 0px;
}

.hero__big_button {
  background-color: #b69974 !important;
  color: #ffffff !important;
  font-size: 25px !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
}

.footer-offer-area{
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  background-image: url(/imgs/logo/plain-logo.png);
  width: 250px;
  height: 250px;
  background-size: contain;
  vertical-align: middle;
  margin-top: auto;
}

.footer-offer-content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.footer-offer-content h2, h4, a{
  font-weight: 700;
}

.breadcrumb__area{
  padding-top: 120px !important;
  padding-bottom: 50px !important;
}


.offer-banner-1{
  background-image: url('/imgs/patients/patient-banner-1.jpeg');
  background-size: cover;
  background-position: center;
}

.offer-banner-2{
  background-image: url('/imgs/patients/patient-banner-2.jpg');
  background-size: cover;
  background-position: center;
}

.offer-content h1{
  font-size: 70px;
  font-weight: 800;
}

.offer-content a{
  font-size: 25px;
  padding: 10px 30px;
  margin-bottom: 10px;
}

.offer-content{
  position: relative;
}

.offer-content .price-circle{
  background-color: #000000;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  position: absolute;
  top: 10%;
  left: 40%;
}

.price-circle p{
  color: #ffffff;
  font-size: 55px;
  font-weight: 700;
  text-align: center;
  width: 140px;
  height: 140px;
}

.service__title{
  font-size: 30px;
  font-weight: 500;
}

.service__content{
  min-height: 650px !important;
}

.service__item li{
  padding-bottom: 4px !important;
}
.service__item li a{
  font-size: 25px;
  font-weight: 400 !important;
}
.service__item li a:hover{
  color: #000000 !important;
}

.hero_1_content{
  padding: 120px 100px 100px !important;
}


.services-menu{
  width: 850px !important;
  padding: 25px !important;
}

.services-menu .heading{
  color: #d3b184;
  font-weight: 600;
  padding-left: 0px;
  text-align: left;
  padding: 0;
  font-size: 25px;
}

.services-menu h1, .services-menu h2{
  text-align: center !important;
}

.services-menu ul li a{
  font-size: 16px !important;
}

.services-menu ul li{
  padding: 0px !important;
}

.services-menu .offer{
  background-color: #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  color: #000000;
  padding-top: 25px;
  margin: auto;
}

.services-menu .offer-section{
  background-color: #d3b184;
}

@media (max-width: 575px) {
  .hero__area_1 {
      padding: 257px 15px 66px !important;
      margin-bottom: 60px;
  }

  .hero__area_1 .hero_1_content h1 {
    margin-bottom: 15px;
    margin-top: -90px !important;
  }

  .hero__big_button {
      font-size: 20px !important;
  }

  .footer-offer-area{
    bottom: 20px;
    right: 20px;
    width: 180px;
    height: 180px;
  }

  .footer-offer-content h2, a{
    font-size: 25px;
  }

  .footer-offer-content h4, a{
    font-size: 18px;
  }

  .footer-offer-content button{
    padding: 5px 10px;
  }

  .offer-banner-1{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
                    url('/imgs/patients/patient-banner-1.jpeg');
  }

  .offer-banner-2{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
                    url('/imgs/patients/patient-banner-2.jpeg');
  }

  .offer-content{
    color: #f4f4f4;
  }

  .offer-content .price-circle{
    background-color: #f4f4f4;
    position: relative !important;
    left: 0 !important;
  }

  .price-circle p{
    color: #B69974;
  }

  .offer-content li{
    color: #f4f4f4 !important;
  }

  .offer-content li:before{
    border: 2px solid #f4f4f4 !important;
  }
  
  .hero_1_content{
    padding: 0px !important;
  }
}
@media (max-width: 1200px) {
  .hero__area_1 {
      padding: 190px 45px 100px !important;
  }

  .hero__area_1 .hero_1_content h1 {
    margin-bottom: 15px;
    margin-top: -90px !important;
  }

  .hero__big_button {
    font-size: 20px !important;
  }
  
  .hero_1_content{
    padding: 0px !important;
  }
}
