@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --bs-primary: #364798;
  --bs-secondary: #f6c04d;
  --bs-body-font-family: "Poppins", sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #000;
  --bs-body-bg: #fff;
}
body {
  overflow-x: hidden;
}
html {
  scroll-behavior: initial !important;
}
img {
  height: auto;
  max-width: 100%;
}
.section {
  padding: 50px 0;
}
.bg-primary {
  background-color: var(--bs-primary) !important;
}
.text-primary {
  color: var(--bs-primary) !important;
}
.sec_head {
  font-size: 2.5rem;
  margin-bottom: 16px;
  color: var(--bs-primary);
  font-weight: 600;
}
.navbar-nav .nav-link {
  color: #364153;
  font-weight: 500;
}

.navbar-nav .nav-link:hover {
  color: var(--bs-secondary);
}
.navbar-toggler {
  border: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.btn {
  font-size: 0.875rem;
  border-radius: 10px;
  padding: 10px 16px;
}
.btn-primary {
  background-color: var(--bs-primary);
  border-color: transparent;
}

.btn-primary:hover {
  background-color: var(--bs-primary);
  border-color: transparent;
}
.btn-secondary {
  background-color: var(--bs-secondary);
  color: #000000c7;
  border-color: transparent;
}
.btn-secondary:hover {
  background-color: var(--bs-secondary);
  color: #000;
  border-color: transparent;
}
.btn:hover {
  transform: scale(1.01);
  transition: all 0.3s ease-out;
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset,
    rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
.form-control:focus,
.form-select:focus {
  border: 1px solid var(--bs-primary);
  box-shadow: none;
}
.form-control.is-invalid:focus,
.form-select.is-invalid:focus {
  box-shadow: none;
}
::placeholder,
option {
  font-size: 14px;
}
.banner-img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, #fdfdfd7a, #fffafa);
  pointer-events: none;
}
.banner_content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.banner_head {
  color: #000;
  font-size: 3rem;
  font-weight: 700;
}
.banner_head span {
  font-size: 2.5rem;
  color: var(--bs-primary);
}
.loc_btn {
  background-color: var(--bs-primary);
  border: 1px solid transparent;
  border-radius: 16px;
  padding: 12px 8px;
  text-align: center;
}
.loc_btn.star {
  background-color: var(--bs-secondary);
}
.loc_head {
  color: #6a7282;
  font-weight: 500;
}
.loc_text {
  color: #000;
  font-weight: 500;
}
.banner-form-row {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 100%;
}
.banner_form {
  background: #fff;
  padding: 30px;
  max-width: 400px;
  margin-left: auto;
  border-radius: 1rem;
}
.form-group {
  margin-bottom: 12px;
}
.form-group label {
  margin-bottom: 6px;
}
.doc_block {
  border-radius: 22px;
  transition: all 0.5s ease-in-out;
}
.doc_block .card-img-top {
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  transition: all 0.3s ease-in-out;
}
.doc_block:hover {
  transform: translateY(-3px);
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 30px 60px -12px,
    rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}
.doc_block:hover .card-img-top {
  transform: scale(1.03);
}
.doc_block .doc_name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
}
.doc_block .doc_spec {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--bs-primary);
}
.doc_block .doc_exp,
.doc_block .doc_timing {
  font-size: 0.9rem;
  color: #364153;
}
.service-card {
  padding: 12px;
  border-radius: 22px;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}

.service_icon {
  border-radius: 14px;
  padding: 14px 10px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--bs-secondary);
  background-color: #f7f7f7;
}
.service_icon svg {
  width: 24px;
  color: var(--bs-primary);
}
.service_name {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--bs-primary);
}
.service_title {
  color: #364153;
  font-weight: 500;
}
.service-card li::marker {
  color: var(--bs-secondary);
  font-size: 22px;
}
.service-card li {
  line-height: 2;
}
.service-card:hover {
  transform: translateY(-3px);
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 30px 60px -12px,
    rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}
.swiper-slide {
  height: initial;
}
.swiper-sli-action .swipe-pagination {
  width: auto;
  margin: 0 6px;
}

.swiper-sli-action .swipe-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 1px solid var(--bs-secondary);
  opacity: 1;
}

.swiper-sli-action
  .swipe-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--bs-secondary);
}
.choose_card {
  background-color: #f7f7f7;
  border-radius: 12px;
  border: 2px solid transparent;
  padding: 12px;
  transition: all 0.5s ease-in-out;
}
.choose_img {
  border-radius: 14px;
  padding: 14px 10px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--bs-secondary);
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.choose_card:hover {
  background-color: #fff;
  border-color: var(--bs-secondary);
  transform: translateY(-3px);
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 30px 60px -12px,
    rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}
.choose_card:hover .choose_img {
  background-color: var(--bs-primary);
}
.choose_card:hover .choose_img svg {
  color: #fff;
}
.footer a,
.footer p {
  color: #ebece6;
  font-size: 0.9rem;
  line-height: 2;
}
.footer a:hover {
  color: var(--bs-secondary);
}
.footer svg {
  color: var(--bs-secondary);
}
.footer-emergency {
  background-color: #ffffff3d;
  padding: 12px 30px;
  border-radius: 12px;
  border: 1px solid #fff;
}
.emergency {
  color: var(--bs-secondary) !important;
  font-weight: 600;
}
.footer li::marker {
  color: transparent;
}
.footer li:hover::marker {
  color: var(--bs-secondary);
}
.bottom-action {
  position: fixed;
  bottom: 16px;
  padding: 4px;
  display: flex;
  z-index: 9;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0px 2px 4px #404040;
  border-radius: 30px;
  gap: 6px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
}
@media (max-width: 1299px) {
  .banner_head {
    font-size: 2.5rem;
  }
  .banner_head span {
    font-size: 3rem;
  }
}
@media (max-width: 1199px) {
  .banner_head,
  .banner_head span {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .section {
    padding: 30px 0;
  }
  .sec_head {
    font-size: 2rem;
    margin-bottom: 6px;
    line-height: 1.3;
  }
  .navbar-expand .navbar-nav {
    position: absolute;
    bottom: -40px;
    display: inline-flex;
    justify-content: space-around;
    width: 100%;
    left: 0;
    right: 0;
    white-space: nowrap;
    overflow: scroll;
    padding: 0 10px;
    background-color: var(--bs-primary);
    border-radius: 0 0 10px 10px;
    color: #fff;
  }
  .navbar-nav .nav-link {
    color: #fff;
  }
  .banner-form-row {
    position: static;
    transform: none;
    padding: 20px 0;
  }
  .banner-img img {
    min-height: 420px;
  }
  .banner_content {
    top: auto;
    bottom: 20px;
    transform: none;
  }
  .banner_form {
    max-width: none;
    margin: 0 auto;
    padding: 20px;
  }
  .banner_head,
  .banner_head span {
    font-size: 2rem;
  }
  .banner-box .card-body {
    padding: 0.5rem;
  }
  .service-card li {
    line-height: 1.5;
  }
  .choose_card {
    padding: 4px;
  }
}
@media (max-width: 576px) {
  p,
  * {
    font-size: 0.9rem;
  }
  .sec_head {
    font-size: 1.5rem;
  }
  .banner-box {
    width: 230px;
  }

  .banner_head,
  .banner_head span {
    font-size: 1.725rem;
  }
  .loc_btn {
    padding: 2px 10px;
    width: 50px;
    border-radius: 8px;
  }
  .loc_btn svg {
    width: 22px;
  }
  .loc_head,
  .loc_text {
    font-size: 0.875rem;
  }
  .btn-primary.call_btn {
    padding: 8px 12px;
  }
  .navbar-brand img {
    width: 80px;
  }
  .navbar-nav .nav-link {
    font-size: 0.875rem;
  }
  .service_name {
    font-size: 1.25rem;
  }
  .service_icon {
    width: 50px;
    height: 50px;
  }
  .service_icon {
    font-size: 1rem;
  }
  .service-card li::marker {
    font-size: 16px;
  }
  .flogo img {
    width: 160px;
  }
  .footer-emergency {
    padding: 6px 16px;
  }
}
