@import url('https://fonts.googleapis.com/css2?family=Inria+Serif:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@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');

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Blinker:wght@100;200;300;400;600;700;800;900&display=swap');

.w25px {
  width: 25px;
}

html {
  scroll-behavior: smooth;
}

/* .inria {
  font-family: "Inria Serif", serif;
}

.inter {
  font-family: "Inter", sans-serif;
} */

.poppins {
  font-family: "Poppins", sans-serif;
}

.manrope {
  font-family: "Manrope", sans-serif;
}

.blinker {
  font-family: "Blinker", sans-serif;
}

.inputs-sh {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}

.btn-shadows {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.cl1 {
  color: #A0360D;
}


.shadows_info {
  font-family: "Shadows Into Light", cursive;
}



.quate-btns {
  border: 1px solid #eab308;
  transition: all 0.7s;
}

.quate-btns:hover {
  background-color: white !important;
  /* background-color: white !important; */
  border: 1px solid #eab308;
  color: black;
}

.quote-today-btns {
  border: 1px solid #A1370D;
  transition: all 0.7s;
}

.quote-today-btns:hover {
  background-color: white !important;
  /* background-color: white !important; */
  border: 1px solid black;
  color: black;
}

.fill-current {
  fill: white !important;
}

.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
  z-index: 9999;
}

.whatsapp-button:hover {
  transform: scale(1.1);
}

.whatsapp-button img {
  width: 33px !important;
  height: 33px !important;
}

.owl-nav {
  display: none;
}



@media (max-width:1200px) {
  .header-bg {
    background-size: cover;
    height: 100% !important;
  }
}

@media (max-width:768px) {
  .fitted-dress {
    transform: scale(1) !important;
    top: 10px;
  }
}

/* @media (max-width:575px) {
  .header-bg {
    background-position: unset !important;
    background-image: url('images/mobile-bg.png') !important;
  }
} */



/* Media query for mobile background image */
@media (max-width: 575px) {
  .header-bg {
    background-image: url('../images/mobile-bg.png') !important;
    background-position: top !important;
    background-size: unset !important;
    background-repeat: no-repeat !important;
    /* background-position: unset !important; */
  }
}

.shadow-custom-orange {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06), 0 0 0 3px #e97555;
  /* Added the custom color as a ring-like shadow */
}

@media (max-width:340px) {
  .patients-css {
    left: 10px !important;
  }
}

.hdrpoints li.flex.items-start {
  width: 25%;
}

@media (max-width:575px) {
  .hdrpoints li.flex.items-start {
    width: 72%;
  }
}