* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "HelveticaNeueRoman";
}
p {
  margin-bottom: 0 !important;
  font-size: 17px;
  text-decoration: none !important;
}

button {
  cursor: pointer !important;
}

a {
  text-decoration: none !important;
  color: inherit !important;
  cursor: pointer;
}

.box {
  padding: 0px 60px;
}
/* --------headings---------- */
.whatsapp_floating{
  width: 40px;
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 999999;
}
.heading_main {
  font-family: "HelveticaNeuelight";
  background: linear-gradient(90deg, #056c6f 0%, #00acb1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 4rem;
  width: 75%;
}
.heading_main span {
  background: linear-gradient(90deg, #056c6f 0%, #00acb1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-family: "HelveticaNeueBold";
  font-size: 4rem;
}
.heading_second {
  font-family: "HelveticaNeuelight";
  color: white;
  font-size: 4rem;
  width: 75%;
}
.heading_second span {
  color: white;
  font-family: "HelveticaNeueBold";
  font-size: 4rem;
}
.heading_subs {
  color: #00acb1;
  font-family: "HelveticaNeuelight";
  font-size: 3rem;
}
.heading_subs span {
  font-family: "HelveticaNeueBold";
  font-size: 3rem;
}
/* ----------buttons--------------- */
.button1 {
  background-color: #00acb1;
  border-radius: 50px;
  border: solid 1px transparent;
  color: white;
  font-family: "HelveticaNeueItalic";
  padding: 15px 30px;
  font-weight: 600;
}
/* .button1:hover {
  background-color: #ffffff;
  border: solid 1px #00acb1;
  color: #00acb1;
} */
.button2 {
  background-color: #ffffff;
  border-radius: 50px;
  border: solid 1px #00acb1;
  color: #00acb1;
  font-family: "HelveticaNeueItalic";
  padding: 15px 30px;
  font-weight: 600;
}
/* .button2:hover {
  background-color: #00acb1;
  border: solid 1px transparent;
  color: white;
} */
.contact_button {
  background-color: #00acb1;
  border-radius: 50px;
  border: none;
  color: white;
  padding: 10px 20px;
}
/*----------------- navbar--------------- */
/* phone-nav */
.menuSec {
  width: 100%;
  height: 100vh;
  background-color: white;
  z-index: 1000;
  position: fixed;
  top: 0px;
  right: 0px;
  /* display: none; */
  padding: 20px;
  transform: translateX(100%);
  transition: transform 0.4s ease-in-out;
}
.menuSec.open {
  transform: translateX(0);
}

.menuNavBar li {
  padding: 21px 15px;
  padding-bottom: 0px;
  cursor: pointer;
  transition: all 0.8s ease;
  font-size: 18px;
}

.active {
  color: #00acb1 !important;
}

.menuNavBar ul {
  padding-left: 0 !important;
}

.menuNavBar {
  list-style: none;
  margin: 0px;
  text-align: left;
}
.menuSec {
  z-index: 99999;
}

.menusec .nav-icon1 span {
  background: black;
}

.mobile_logo {
  width: 40px;
}
.nav-icon1 {
  float: right;
  width: 25px;
  height: 25px;
  position: relative;
  /* margin: 20px; */
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 100;
}

.nav-icon1 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: rgb(1, 1, 1);
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.menusec .nav-icon1 span {
  background: black;
}

.nav-icon1 span:nth-child(1) {
  top: 0px;
}

.nav-icon1 span:nth-child(2) {
  top: 12px;
}

.nav-icon1 span:nth-child(3) {
  top: 24px;
}

.nav-icon1.open span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.nav-icon1.open span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.navbar {
  width: 91% !important;
  color: black;
  background-color: white;
  position: fixed !important;
  border-radius: 50px;
  z-index: 9999;
  box-shadow:
    0 2px 6px rgba(0, 0, 0, 0.06),
    0 10px 20px rgba(0, 0, 0, 0.14);
  padding-right: 10px !important;
  padding-left: 30px !important;
}
.nav_links {
  list-style: none;
  margin-bottom: 0;
}
.navbar_logo {
  width: 10%;
}

/* ------footer-------- */
.footer {
  background-image: url("../images/footer_bg.png");
  color: #d6dcdc;
  background-position: top;
  background-size: cover;

  background-repeat: no-repeat;
  width: 100%;
  padding: 140px 0px 0px;
}
.footer_logo {
  width: 100%;
}

.footer-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

/* icons */
.icon {
  width: 18px;
  height: 18px;
}

/* social */
.footer-social {
  text-align: center;
  margin: 40px 0 30px;
}

.footer-social p {
  margin-bottom: 14px;
  font-size: 14px;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.social-icons a {
  width: 48px;
  height: 48px;
  padding: 10px;
  border: solid 1px #ffffff1a;
  background: #253235;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
}

.social-icons a:hover {
  background: #00b3b8;
}

/* divider */
.footer-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 30px auto 20px;
  max-width: 900px;
}

/* copyright */
.footer-copy {
  text-align: center;
  font-size: 12px;
  color: #9aa5a8;
}
/* --------------------------------------------- */
/* -------------HOME---------------------------- */
/* --------------------------------------------- */

/* home_first_section */
#home_first_section {
  background-image: url("../images/home_banner.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: max-content;
  padding: 140px 0 60px 0;
}
.home_first_section_sub {
  padding: 7px 13px;
  border-radius: 20px;
  width: fit-content;
  background: linear-gradient(
    90deg,
    rgba(0, 172, 177, 0.1) 0%,
    rgba(255, 255, 255, 0.1) 100%
  );
}
.home_first_section_sub p {
  color: #00acb1;
  font-family: "HelveticaNeueBold";
}
.home_first_section_card {
  background-color: #ffffff1a;
  padding: 15px 30px;
  color: #00acb1;
  background: rgba(255, 255, 255, 0);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);

  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.35);

  box-shadow:
    0 8px 32px rgba(0, 172, 177, 0.25),
    inset 0 0 30px rgba(255, 255, 255, 0.35);
}
.home_first_section_card p {
  font-family: "HelveticaNeueMediumItalic";
}
.arrow {
  width: 15px;
}
.tick {
  width: 50%;
}
/* home_second_section */
.home_second_section_img {
  width:100%;
}
.home_second_section_col1 {
  background-image: url("../images/home_second_section_img.png");
  background-position: center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
/* home_third_section */
.trustus_section_card {
  max-width: 95%;
  padding: 22px 26px;
  border-radius: 14px;

  /* background inside */
  background: #fff;

  /* gradient border */
  position: relative;

  /* shadow */
}
.trustus_section_card {
  box-shadow: 8px 10px 22px rgba(0, 172, 177, 0.15);
}
.trustus_section_card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.5px; /* border thickness */
  border-radius: inherit;

  background: linear-gradient(120deg, #00acb1, #a2f4f7, #ffffff);

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none;
}
.trustus_section_card h6 {
  color: #00acb1;
  font-family: "HelveticaNeueBoldItalic";
}
.bed_img {
  position: absolute;
  width: 75%;
  bottom: -10%;
  left: -25%;
}
/* home_fourth_section */
.head_treatments {
  width: 30%;
}
.treatment_card {
  background-color: #00acb1;
  color: white;
  padding: 40px;
  border-radius: 20px;
}
.treatment_inverted_card {
  background-color: #dcf3f4;

  color: #00acb1;
}
.treatment_card h6 {
  font-family: "HelveticaNeueBold";
  font-size: 1.5rem;
}
/* home_fifth_section */
.home_fifth_section {
  background-image: url("../images/home_fifth_section_bg.png");
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
}
.head_expirenced {
  width: 70%;
}
.expirenced_sub {
  color: #00acb1;
  font-family: "HelveticaNeueBoldItalic";
}
.home_fifth_img {
  width: 65%;
}
/* home-sixth_section */
.healing_section {
  position: relative;
  background-image: url("../images/home_healing_bg.png");
  background-position: 25% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

/* overlay */
/* .healing_section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.162); /* adjust for readability */
/* z-index: 1; */
/* } */

/* keep text/content above overlay */
.healing_section > * {
  position: relative;
  z-index: 2;
}
.heading_healing {
  width: 68%;
}
.icons {
  width: 50px;
}
.icon_container h6 {
  font-family: "HelveticaNeueBold";
}
.icon_container p {
  color: #00acb1;
  font-family: "HelveticaNeueBold";
}
/* home_seventh_section */
.umail {
  font-family: "HelveticaNeueItalic";
}
.testimonial-section {
  background: #fff;
  padding: 0px 20px;
  text-align: center;
  font-family: "Helvetica Neue", sans-serif;
}

.testimonial-container {
  max-width: 900px;
  margin: auto;
  position: relative;
}

.heading_testimonial {
  width: 75%;
}

.quote-mark {
  position: absolute;
  right: 60px;
  top: 0px;
  color: rgba(0, 172, 177, 0.15);
  line-height: 1;
  width: 25%;
}

.testimonial-author h4 {
  color: #00a6aa;
  margin: 0;
  font-size: 16px;
  font-family: "HelveticaNeueBoldItalic";
}

.testimonial-author span {
  color: #777;
}

/* Avatar carousel */
.avatar-carousel {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 14px;
  margin-top: 40px;
}

.avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  cursor: pointer;
  filter: grayscale(100%);
  transition: 0.3s;
  border: 3px solid transparent;
}

.avatar.active {
  filter: grayscale(0);
  border-color: #00a6aa;
  transform: scale(1.1);
}
/* --------------------------------------------- */
/* -------------About Us---------------------------- */
/* --------------------------------------------- */

/* about_first_section */
#about_first_section {
  background-image: url("../images/about_banner.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 170px;
  height: 85vh;
}
.about_first_section_sub {
  border-radius: 20px;
  width: fit-content;
}
.about_first_section_sub p {
  color: #05777b;
  font-family: "HelveticaNeueBold";
}
.about_second_section_img {
  width: 70%;
}
.fullcircle {
  width: 20%;
  bottom: -5%;
  left: 5%;
  z-index: -99;
}
.halfcircle {
  top: 0;
  right: 0;
  width: 10%;
  z-index: -99;
}

/* about-third */
.section_about_second {
  margin-top: 150px !important;
}
.mission {
  background-image: url("../images/mission_container.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 30vh;
  border-radius: 15px;
}
.mission h2,
.mission p {
  color: white;
  width: 50%;
}
.vision {
  background-image: url("../images/vision_container.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
  height: 30vh;
}
.vision h2,
.vision p {
  width: 50%;
}
.mission,
.vision {
  height: 30vh;
}
.about_third_section {
  width: 20%;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
}
/* services */
/* --------------------------------------------- */
/* -------------services---------------------------- */
/* --------------------------------------------- */

/* services_first_section */
#services_first_section {
  background-image: url("../images/services_banner.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
}
.services_head {
  left: 50%;
  transform: translateX(-50%);
  bottom: 20%;
}
/* ----contact fourth---- */
#contact_first_section {
  background-image: url("../images/contactus_banner.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: max-content;
  height: 80vh;
}
.contact_head {
  left: 50%;
  transform: translateX(-50%);
  bottom: 40%;
}
.contact_card {
  background-color: #dcf3f4;
  height: 130px;
  border-radius: 15px;
}
/* contact-form */
.custom-form {
  max-width: 1100px;
  margin: 40px auto;
  font-family: "Helvetica Neue", sans-serif;
}

/* labels */
.custom-form .form-label {
  font-size: 13px;
  color: #111;
  margin-bottom: 8px;
}

/* inputs */
.custom-input {
  height: 50px;
  border-radius: 10px;
  border: 1.5px solid #00acb1 !important;
  font-size: 13px;
  padding: 0 16px;
}

/* textarea */
.custom-textarea {
  height: 120px;
  border-radius: 10px;
  border: 1.5px solid #00acb1 !important;
  font-size: 13px;
  padding: 14px 16px;
  resize: none;
}

/* placeholder */
.custom-input::placeholder,
.custom-textarea::placeholder {
  color: #acacac !important;
}

/* focus */
.custom-input:focus,
.custom-textarea:focus {
  border-color: #00acb1 !important;
  box-shadow: none;
}

/* submit button */
.submit-btn {
  background: #00acb1 !important;
  color: #fff;
  border-radius: 30px;
  padding: 10px 26px;
  font-size: 14px;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.submit-btn:hover {
  background: #00acb1;
}

.submit-btn span {
  font-size: 18px;
  line-height: 1;
}

/* appointment modal */
.appointment-modal {
  background-image: url("../images/modal_bg.png");
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  overflow: hidden;
  border: none;
  margin-top: 70px;
}

.custom-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5;
}

.title {
  color: #0a6f73;
  font-weight: 400;
}

.title span {
  font-weight: 700;
  color: #00aeb3;
}

.appointment-form label {
  font-size: 14px;
  margin-bottom: 6px;
}

.appointment-form .form-control,
.appointment-form .form-select {
  border-radius: 10px;
  border: 1px solid #6fd6d9;
  padding: 12px;
}

.appointment-form .form-control::placeholder {
  color: #bbb;
}

.submit-btn {
  background: #00aeb3;
  color: #fff;
  border-radius: 30px;
  padding: 10px 28px;
  border: none;
}

.submit-btn span {
  margin-left: 8px;
}

.appointment-image {
  background: linear-gradient(135deg, #d9f4f5, #ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
}

.appointment-image img {
  max-width: 100%;
  height: auto;
}
