@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");

:root {
  --orange-color: #ee791b;
  --dark-red-color: #a5090b;
  --white-color: #fff;
  --black-color: #000;
  --light-orange-color: #ffe99f;
  --light-red-color: #ffebdb;
  --font-family: "Ubuntu", sans-serif;
}
.main_container {
  padding: 0 55px;
}
.mobmenu {
  background-color: var(--orange-color);
  color: #fff;
}
.mobmenu svg {
  width: 30px;
  height: 30px;
}
.commonBtn {
  border-radius: 40px;
  padding: 8px 20px;
}
.btn {
  display: flex;
  align-items: center;
  gap: 5px;
}
.commonBtn:hover {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  background: linear-gradient(
    90deg,
    var(--orange-color) 0%,
    var(--dark-red-color) 100%
  );
  color: var(--white-color);
}
.btn:hover {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  background: linear-gradient(
    90deg,
    var(--orange-color) 0%,
    var(--dark-red-color) 100%
  );
  color: var(--white-color);
}
.btn svg {width: 24px;height: 24px;}
.BgOrange {
  background-color: var(--orange-color);
  color: var(--white-color);
}
.BgOrange > svg {
  fill: #fff;
}
.dark_red_bg {
  background: var(--dark-red-color);
}
.orangeText {
  color: var(--orange-color);
}
.redText {
  color: var(--dark-red-color);
}
.btn {
    border-radius: 100px;
}
.light_orange_bg {
  background-color: var(--light-orange-color);
}
.light_red_bg {
  background-color: var(--light-red-color);
}
/* Frame 37 */
ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
ul li {
  list-style: none;
}
ul li img {
  width: 20px;
  margin-right: 15px;
}
ul li a {
  text-decoration: none;
  color: var(--black-color);
  font-weight: 500;
}
p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
a {
    color: #000;
    text-decoration: none;
}
.fs_25 {
  font-size: 25px;
}
.fs_20 {
  font-size: 20px;
}
.title {
  background: linear-gradient(
    90deg,
    var(--orange-color),
    var(--dark-red-color)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 25px;
  padding: 10px 3px;
}
.card_title {
  font-size: 17px;
  font-weight: 600;
}
.border_right {
  border-right: 1px solid var(--orange-color);
}
.border_right_white {
  border-right: 1px solid var(--white-color);
}
.text_white {
  color: var(--white-color) !important;
}

/* header style  */
#mainHeader {
  transition: all 0.3s ease;
}
#mainHeader.scrolled {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 999;
}
/* -----------hero sec-------- */
.hero_sec {
  background-image: url(..//images/hero_bg.avif);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 35px;
  border-radius: 20px;
  position: relative;
}
.hero_layer {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  top: 277px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(238, 121, 27, 0.2) 100%
  );
  filter: blur(25px);
}
.user-img > img {
    width: 40px;
    height: 40px;
    margin-left: -10px;
}

/* ------- */
.aboutCard {
  padding: 15px 22px;
  border-radius: 15px;
  height: 160px;
  margin-bottom: 20px;
}
.aboutBtn {
  background: var(--dark-red-color);
  font-size: 12px;
  color: var(--white-color);
  border-radius: 0;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  font-weight: bold;
}
/* --------- */
.treatmentSecItem {
  background-color: #ffffffa3;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 10px;
}
/* ---------- */
.treatmentStepsSec {
  background-image: url(../images/treatment_bg.avif);
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #e34601;
}
.treatmentStepsInnerSec {
  background: #fbe1cd63;
  padding-top: 80px;
  padding-bottom: 80px;
}
.facility_card {
  background: var(--light-orange-color);
  box-shadow: 2px 4px 5px 1px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  height: 235px;
  padding: 20px;
}
.facility_card img {
  width: 50px;
  height: 50px;
}
.table {
  width: 700px;
  margin: auto;
}
/* ----------- */
.testimonial_card svg {
  width: 20px;
  fill: #ffc107;
}
/* ----------- */
.footerSec svg {
  width: 25px;
  fill: var(--dark-red-color);
}
.footerlogo {
  width: 300px;
}
.footerCOntact {
  padding: 30px;
  width: 700px;
}

/* mobile menu */
.offcanvas.offcanvas-end {
  width: 300px !important;
}

/* /mobile menu fixed */
.mob-btn-wrapper {
  position: fixed;
  right: 0;
  bottom: 30%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  
}
.mob-btn-wrapper a {
  width: 45px;
  height: 45px;
  background-color: var(--orange-color);
  display: flex;
  align-items: center;
      justify-content: center;
    border-radius: 100px;
}
.mob-btn-wrapper a svg, .mob-btn-wrapper a img {
  width: 30px;
  height: 30px;
  fill: #fff;
}
@media (max-width: 500px) {
  .logo {
    width: 150px;
  }
  .main_container,
  section {
    padding: 0 25px;
  }
  .hero_sec {
    padding: 30px;
  }
  .title {
    font-size: 22px;
  }
  .treatmentStepsSec {
    background-image: none;
  }
  .facility_card {
    height: auto;
  }
  .table {
    width: 100%;
  }
  table td {
    font-size: 13px;
  }
  .fs_25{
    font-size: 18px;
  }
  .footerlogo {
    width: 200px;
  }
  .footerCOntact {
    width: 100%;
  }
}
