@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&amp;family=Noto+Serif:ital,wght@0,100..900;1,100..900&amp;family=Nunito:ital,wght@0,200..1000;1,200..1000&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2:wght@400..800&amp;display=swap');

@import url("https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&amp;display=swap");

body {
  box-sizing: border-box;
  font-family: "Baloo Bhaijaan 2", sans-serif;
  margin: 0px;
  padding: 0px;
  color: black;
  font-display: swap;
}

.font-heading {
  font-family: "Hind Siliguri", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.b {
  border: 1px solid #ffde95;
}

body::-webkit-scrollbar {
  width: 0.5em;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #f2f2f2;
}

body::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  outline: 1px solid rgb(19, 19, 19);
}

html {
  scroll-behavior: smooth;
}

:root {
  --primary-color: #2d2d2d;
  --secondary-color: #5e5e5e;
  --white: #ffffff;
  --light-gray: #f6f6f6;
}

*,
*::after,
*::before,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

.text {
  font-size: 19px;
}

p {
  font-size: 17px;
}

ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

a,
button {
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  display: inline-block;
}

a:hover {
  text-decoration: none;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

button:focus,
input:focus,
textarea:focus,
select:focus,
a:hover {
  outline: none;
  box-shadow: none;
}

section {
  padding: 60px 0 60px;
  background: var(--white-color);
  color: var(--black-color);
}

.large_heading {
  font-size: 40px;
}

.heading {
  font-size: 35px;
}

.sub_heading {
  font-size: 30px;
}

.small_heading {
  font-size: 26px;
  line-height: 40px;
}

.title {
  font-size: 19px;
}

.text-secondary {
  color: var(--secondary-color) !important;
}

.text-primary {
  color: var(--primary-color) !important;
}

.fontWeight300 {
  font-weight: 300;
}

.fontWeight400 {
  font-weight: 400;
}

.fontWeight500 {
  font-weight: 500;
}

.fontWeight600 {
  font-weight: 600 !important;
}

.fontWeight700 {
  font-weight: 700;
}

.fontWeight800 {
  font-weight: 800;
}

.fontWeight900 {
  font-weight: 900;
}

.text_secondary {
  color: var(--secondary-color);
}

.leftLogo {
  margin-top: 20px;
  width: 190px;
}

.innerMenu {
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  justify-content: center;
  /* padding-right: 20px;
  margin-left: 20px; */
}

.stricky-fixed .innerMenu .link:hover {
  background: white;
  color: black !important;
}

.stricky-fixed .innerMenu .link {
  background: var(--primary-color);
  border-color: white;
  color: white !important;
}

.innerMenu .link,
.btn-outline,
.btn-outline2 {
  padding: 4px 10px;
  border-radius: 5px;
  font-size: 14px;
  background-color: white;
  transition: all 0.4s ease-in-out;
  color: black !important;

  margin-left: 20px;
}

.innerMenu .link:hover,
.btn-outline:hover {
  background: #000;
  color: white !important;
}

.btn-outline2:hover {
  /* padding: 10px ; */
  background: #000000 !important;
  color: rgb(255, 255, 255) !important;
}

.footerLogo {
  width: 300px;
  margin-left: -20px;
}

.stricky-fixed .leftLogo {
  display: block;
  padding-top: 4px !important;
  width: 160px;
  margin-top: 5px;
}

.header {
  width: 100%;
  padding: 0px 0;
  position: sticky;
  top: 0;
  left: 0;
  background: var(--primary-color);
  color: white;
  z-index: 99;
}

.header.stricky-fixed {
  position: fixed;
  z-index: 99;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  width: 100%;
  background: var(--primary-color);
  -webkit-animation-name: menu_sticky;
  color: white;
  animation-name: menu_sticky;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes menu_sticky {
  0% {
    margin-top: -150px;
  }

  50% {
    margin-top: -130px;
  }

  100% {
    margin-top: 0;
  }
}

@keyframes menu_sticky {
  0% {
    margin-top: -150px;
  }

  50% {
    margin-top: -130px;
  }
}

.stricky-fixed {
  height: 75px;
}

*/ .stricky-fixed .topHeader {
  background: #555;
}

.stricky-fixed .rightMenu {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.stricky-fixed .rightLogo {
  width: 70px;
  display: inline-block !important;
  padding: 8px 0;
  margin-right: 10px;
  margin-top: 0;
}

.stickyItem {
  position: sticky;
  position: -webkit-sticky;
  top: 100px;
}

.stricky-fixed .topHeader {
  display: none;
}

.stricky-fixed .mainMenu {
  background-color: var(--black-color) !important;
}

.stricky-fixed .mainMenu ul li a {
  padding: 0px;
  font-size: 15px;
}

.mainMenu ul li:hover a:after,
.mainMenu ul li a.active:after,
.mainMenu ul li a:focus:after {
  width: 100%;
}

.text-justify {
  text-align: justify;
}

.btnTheme,
.btnTheme2 {
  width: fit-content;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffff;
  border: none;
  border-radius: 5px;
  background: var(--primary-color);
  font-family: "Montserrat", sans-serif;
  font-display: swap;
  overflow: hidden;
  cursor: pointer;
}

.btnTheme2 {
  background: var(--muted-gold);
  color: var(--secondary-color);
}

.btnTheme:after,
.btnTheme2:after {
  content: " ";
  width: 0%;
  height: 100%;
  background: var(--light-gray);
  position: absolute;
  transition: all 0.4s ease-in-out;
  right: 0;
}

.btnTheme2:after {
  background-color: var(--primary-color);
}

.btnTheme:hover::after,
.btnTheme2:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}

.btnTheme span,
.btnTheme2 span {
  text-align: center;
  text-decoration: none;
  width: 100%;

  letter-spacing: 1px;
  z-index: 20;
  transition: all 0.3s ease-in-out;
}

.btnTheme:hover span,
.btnTheme2:hover span {
  color: #2f2f2f;
  animation: scaleUp 0.3s ease-in-out;
}

.btnTheme2:hover span {
  color: var(--white);
}

@keyframes scaleUp {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(1);
  }
}

.bg-light {
  background-color: #f2f2f2;
}

.bg-new {
  background-color: #4a778b;
  color: white;
}

header {
  height: 84px;
}

.headerMenu li a {
  font-weight: 700;
  font-size: 17px;
  margin-left: 30px;
  color: black;
}

video {
  width: 100%;
  height: 670px;
  object-fit: cover;
  z-index: -1;
}

.banner-video {
  position: relative;
}

.banner-video::before {
  content: "";
  width: 100%;
  height: 99%;
  background: rgb(77, 3, 3);
  background: linear-gradient(180deg,
      rgba(77, 3, 3, 0.4418942577030813) 55%,
      rgba(77, 3, 3, 0.2418942577030813) 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.social-links {
  position: absolute;
  right: 1.8%;
  top: 37%;
  display: flex;
  flex-direction: column;
  color: #000000;
  z-index: 10;
}

.banner-icons {
  width: 32px;
  height: 32px;
  background-color: var(--primary-color);
  backdrop-filter: blur(10px);
  display: flex;
  color: var(--light-gray);
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  margin: 10px 0;
}

.newContact-form-new {
  background-color: white;
  padding: 30px 35px;
}

.social-links::after,
.social-links::before {
  content: "";
  height: 130px;
  width: 1px;
  background: rgb(180, 0, 12);
  background: linear-gradient(114deg,
      rgba(180, 0, 12, 1) 60%,
      rgba(181, 60, 60, 0) 100%);
  position: absolute;
  left: 50%;
  top: 110%;
}

.social-links::before {
  bottom: 110%;
  right: 50%;
  left: unset;
  top: unset;
  transform: rotate(180deg);
}

.bg-primary {
  background-color: var(--primary-color) !important;
}

.stricky-fixed .navLinks ul li a {
  color: white;
}

.navLinks ul li a {
  color: white;
  font-weight: 600;
  font-size: 15px;
  padding: 8px 0;
  margin: 0px 14px;
}

.homeBanner {
  height: fit-content;
  width: 100%;

  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
}


.homeBanner img {
  width: 100%;
  height: 100%;
  /* margin-top: 10px; */
  object-fit: cover;
}


.offcanvasNew.show {
  width: 70% !important;
  height: 90% !important;
  top: 5% !important;
  left: 15% !important;
  border-radius: 10px;
}

.youtube-btn {
  border: none;
  padding: 4px;
  background: transparent;
  /* font-size: 85px; */

}

.youtube-btn img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.btn-outline {
  background-color: transparent;
  border: 1px solid #3c4244;
  color: white;
  line-height: 25px;
  text-transform: capitalize;
}

.serviceGrid {
  width: 100%;
  display: grid;
  grid-template-columns: 65% 35%;
}

.slider-item .card {
  background-color: white !important;
}

form {
  max-width: 600px;
  margin: 0 auto;
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  gap: 0;
  /**background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);**/
}

label {
  font-weight: bold;
  display: none;
}

input,
textarea,
select {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;

  /* padding-left: 10px; */
}

input[type="submit"] {
  background-color: #003073;
  color: white;
  cursor: pointer;
}

input[type="submit"]:hover {
  background-color: #353535;
}

.counterGrid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  /* Creates 5 equal columns */
  gap: 10px;
  padding: 36px 50px;
  border-radius: 20px;
  background-color: white;
}

.whyChoose .btn-outline {
  margin: 0;
  border-color: white;
  color: white !important;
}

.whyChooseData p,
.whyChooseData2 p {
  overflow: hidden;
  height: 0px;
  transition: all 0.4s ease-in-out;
}

.whyChooseData.activeData i,
.whyChooseData2:hover i {
  transform: rotate(180deg);
  transition: all 0.4s ease-in-out;
}

.whyChooseData.activeData p,
.whyChooseData2:hover p {
  height: 80px;
  margin-top: 20px;
}

.whyChooseData img,
.whyChooseData2 img {
  width: 40px;
  margin-right: 10px;
}

.galleryItem {
  overflow: hidden;
}

.galleryItem h4 {
  right: 0;
  top: 15px;
}

.galleryItem img {
  /* filter: grayscale(10); */
  transition: all 0.4s ease-in-out;
}

.galleryItem img:hover {
  filter: grayscale(0);
  transform: scale(1.1);
}

.featuresBox,
.activeFeature {
  transition: all 0.4s ease-in-out;
  transform: translateY(20px);
}

.featuresBox:hover,
.activeFeature {
  background-color: #4a778b;
  color: white !important;
  transform: translateY(0px);
}

.featuresBox:hover ul li,
.activeFeature ul li {
  color: white !important;
  border-color: rgba(255, 255, 255, 0.36) !important;
}

.featuresBox:hover a,
.activeFeature a {
  color: white !important;
  border-color: white;
}

.featuresBox:hover a:hover,
.activeFeature a:hover {
  color: black !important;
  background-color: white !important;
}

.featureList ul {
  padding: 0 20px;
}

.featureList ul li {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.195);
  margin-bottom: 20px;
  color: var(--secondary-color);
  display: flex;
  align-items: center;
  gap: 15px;
  /* padding: 0 30px; */
  word-wrap: break-word;
}

.footerLinks li a {
  transition: all 0.4s ease-in-out;
}

.footerLinks li a:hover {
  transform: translateX(2px);
  color: var(--secondary-color) !important;
}

.doctorsImg {
  height: 500px;
  border-radius: 10px;
  /* overflow: hidden */
  position: relative;
  z-index: 1;
}

.doctorsImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.doctorsImg::before {
  content: "";
  width: 200px;
  height: 200px;
  background: #60adef;
  position: absolute;
  top: -30px;
  left: -30px;
  z-index: -1;
}

.doctorsImg::after {
  content: "";
  width: 200px;
  height: 200px;
  background: #60adef;
  position: absolute;
  bottom: -30px;
  right: -30px;
  z-index: -1;
}

.newBackground {
  width: 100%;
  
  background:#4a778b;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}

.branchImg {
  height: 350px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.branchImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.branchName {
  margin: 0 auto;
  z-index: 1;
  position: absolute;
  right: -2%;
  bottom: -2%;
  color: white;
  background: rgb(0, 0, 0);
  /* padding: 15px 32px 26px 35px ; */
  width: 170px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 10px;
  transition: all 0.4s ease-in-out;
}

.branchImg:hover .branchName {
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  background: #000000d6;
}

.branchImg:hover .branchName p {
  font-size: 40px;
}

.branchImg .branchName a,
.branchImg .branchName h3 {
  display: none;
}

.branchImg:hover .branchName p {
  display: none;
}

.branchImg:hover .branchName h3 {
  display: block;
}

.branchImg:hover .branchName a {
  display: block;
  color: white !important;
  border-color: white !important;
  /* background-color: transparent !important; */
}

.testimonial-Img img {
  opacity: 0.9;
}

.testimonial-item .testimonialBox {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  height: 25%;
  color: white;
  background: rgba(81, 78, 78, 0.808);
  transition: all 0.4s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.testimonial-item .testimonialBox h3::before {
  content: "--";
  width: 100px;
  height: 1px;
  color: white;
}

.testimonial-item .testimonialBox p {
  display: none;
}

.testimonial-item:hover .testimonialBox {
  height: 100%;
}

.testimonial-item:hover .testimonialBox p {
  display: block;
}

.navDropbtn {
  position: relative;
}

.navDropbox {
  height: 0;
  overflow: hidden;
  position: absolute;
  left: 10%;
  top: 25px;
  width: 210px;
  transition: all 0.8s ease-in;
}

.navDropbtn:hover .navDropbox {
  padding-top: 20px;
  height: fit-content;
  top: 20px;
}

.stricky-fixed .navDropbox ul li a {
  color: black !important;
  border-color: #2f2f2f;
}

.stricky-fixed .navDropbox ul {
  background-color: white;
}

.navDropbox ul {
  width: 100%;
  padding: 10px;
  border-radius: 5px;

  background-color: var(--primary-color);
}

.navDropbox ul li {
  padding: 10px 0;
}

.navDropbox ul li a {
  /* padding-bottom: 15px; */
  border-bottom: 1px solid rgba(255, 255, 255, 0.537);

  padding: 0;

  /* text-decoration: underline; */
}



.contact_bar {
  height: 100%;
  width: 415px;
  background-color: var(--light-gray);
  margin-right: 50px;
  margin-left: 18px;
  padding: 0;
}

.contact-details {
  margin-top: 10px;
}

.contact-details ul li a {
  color: #000;
}

.contact-details ul li {
  padding: 15px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.274);
}

.contact-section {
  height: 556px;
}

.shortBanner {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
}

.shortBanner .large_heading {
  font-size: 55px;
  padding-left: 150px;
  color: white;
}

.shortBannerText {
  max-width: 700px;
}

.consultation-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* Input Fields */
input,
select,
textarea {
  width: 100%;
  padding: 8px 12px;
  font-size: 14px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  background-color: #f7f9fc;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #007bff;
  background-color: #fff;
}

/* Phone Group */
.phone-group {
  display: flex;
  gap: 10px;
}

.phone-group select {
  flex: 1;
}

.phone-group input {
  flex: 2;
}

/* Button */
.button {
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 6px;
  cursor: pointer;
}

.button:hover {
  background-color: #ffffff;
  color: rgb(0, 0, 0);
}

.mobileInput {
  width: 70%;
  display: grid;
  grid-template-columns: 15% 85%;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  background-color: #f7f9fc;
}


.mobileInput input:first-child {
  padding-right: 0;
}

.mobileInput input {
  border: none;
}

.aboutImg {
  height: fit-content;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
}

.doctorbg,
.benefitsBg {
  width: 100%;
  height: 700px;
  background: linear-gradient(60deg, #46bad133 2%, #46bad135),
    url("../../res.cloudinary.com/dha2ecdnn/image/upload/v1740393387/video-background_gkuate.gif");
}


.doctorbg {
  height: fit-content;
  padding: 70px 0;
}




.benefitsBg {
  height: fit-content;
}

.videoBox {
  width: 100%;
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.videoBox iframe {
  width: 100%;
  height: 550px;
}

.rightWhy {
  padding-left: 30px;
  margin-left: 20px;
  /* max-height: 680px; */
  overflow: auto;
  border-left: 1px solid var(--secondary-color);
}

.innerRight {
  /* margin-bottom: 10px; */
  display: flex;
  justify-content: start;
  flex-direction: column;
  padding: 10px 0;
}

.iconWhy {
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 50%;
  padding: 10px;
  border: 1px solid var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--secondary-color);
}

.product-card {
  background-color: #f4f4f4;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.product-card:hover img {
  transform: scale(1.1);
}

.product-card img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.galleryImg,
.galleryVideo {
  height: auto;;
  overflow: hidden;
  background: black;
  mix-blend-mode: multiply;
  background-blend-mode: multiply;
  transition: all 0.4s ease-in-out;
}

.galleryImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  transition: all 0.4s ease-in-out;
}

.galleryImg:hover {
  background: transparent;
}

.galleryImg:hover img {
  opacity: 1;
  transform: scale(1.1);
}

.clinicImg a {

  overflow: hidden;
  background: rgb(0, 0, 0);
  mix-blend-mode: multiply;
  background-blend-mode: multiply;
  transition: all 0.4s ease-in-out;
}

.clinicImg a img {

  opacity: 0.6;
  transition: all 0.4s ease-in-out;
}

.clinicImg a:hover {
  background: transparent;
}

.clinicImg a:hover img {
  opacity: 1;
  transform: scale(1.1);
}

.detailsNew {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 40px;

  list-style: none;
  padding: 0 15px;
}

.stylistList {
  padding: 0 15px;
  padding-left: 25px;
}

.stylistList li {
  position: relative;
  font-size: 16px;
}

.stylistList li::before {
  content: " ";
  width: 8px;
  height: 8px;
  background-color: var(--secondary-color);
  border-radius: 100%;
  position: absolute;
  left: -21px;
  top: 8px;
}

.stylistList li::after {
  content: " ";
  width: 17px;
  height: 17px;
  background-color: transparent;
  border: 1px solid var(--secondary-color);
  border-bottom: none;
  /* border-top: none; */
  border-left: none;
  border-radius: 100%;
  position: absolute;
  left: -26px;
  animation: rotater 1s infinite ease-in-out;
  top: 4px;
}

@keyframes rotater {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(90deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(270deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.benefitsImg {
  /* height: 500px; */
  object-fit: cover;
}

.benefitsBox {
  padding: 20px 15px;
  background-color: white;
  border-radius: 10px;
  text-align: start;
  margin: 15px 0;
  font-size: 15px;
}

.col-lg-12 .benefitsBox {

  margin: 10px 0;
}

.itemFaq {
  /* border: 1px solid #000; */
  padding: 15px;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 15px;
  /* box-shadow: 0px 3px 0px var(--secondary-color); */
}

.faqHeader {
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
}

.text-underline {
  text-decoration: underline;
}

.faqBody {
  margin-top: 10px;
  display: none;
  padding-top: 10px;
  border-top: 1px solid #e0e0e0;
  transition: all 0.4s ease-in-out;
}

.faqBody p {
  font-size: 14px;
}

.active .faqBody {
  display: block !important;
}

.active i {
  transform: rotate(180deg);
}

.processContainer h2,
.processContainer h3,
.processDetails h3 {
  text-decoration: underline;
}

.processContainer ul li {
  margin-top: 15px;
  font-size: 15px;
}

.processContainer2 {
  border-right: 1px solid var(--primary-color);
}

.processDetails2 {
  border-right: 1px solid white;
}

.processDetails .stylistList li::after {
  border-color: white;
}

.processDetails .stylistList li::before {
  background-color: white;
}

.faqImg {
  height: 400px;
  object-fit: cover;
}

.clinicImg {
  height: 300px;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
  padding: 15px;
}

.clinicVideo {
  padding: 15px;
  height: 600px;
  width: 100%;
}

.contact-form {
  background: rgb(77, 3, 3);
  background: linear-gradient(180deg, rgba(77, 3, 3, 0.7418942577030813) 55%, rgba(77, 3, 3, 0.4418942577030813) 100%), url(https://res.cloudinary.com/dha2ecdnn/image/upload/v1740393396/background_lvar2m.webp);
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
  background-blend-mode: multiply;
}

.branch-form {
  transform: scale(0.95);
}

.blogImg {
  width: 100%;
  height: 180px;
  overflow: hidden;
  border-radius: 5px;

}

.blogsGrid p {
  font-size: 14px;
}

.blogsGrid a {
  font-size: 12px;
  padding: 4px 18px !important;
  line-height: 18px;
  margin-left: 0;
  font-weight: 600;
}

.offcanvasNewer {
  width: 100% !important;
  height: 100% !important;
  background-color: rgb(255 255 255 / 36%) !important;
  backdrop-filter: blur(4px);
}


.newer-card {
  height: 620px;
}


.popupForm {

  max-width: 530px;
  background-color: rgba(255, 255, 255, 0.959);
  margin: 100px auto;
  padding: 40px 35px;
  border-radius: 15px;
  position: relative;
}

.popupForm .btn-close {
  position: absolute;
  right: 31px;
  top: 16px;
  font-weight: 700;
  font-weight: 900;

}


.btnMenu {
  background: none;
  border: none;
  color: #ffffff;
  font-size: 19px;
  margin-right: 10px;
}

.stricky-fixed .btnMenu {
  color: rgb(255, 255, 255);
}

.offcanvas-header .btn-close {
  background-color: white;
  font-size: 11px;
  padding: 10px !important;
  margin-right: 10px;
  border-radius: 100%;
}


.followUs {
  padding-bottom: 20px;
  /* margin-top: 30px; */
  border-top: 1px solid #e0e0e0;
  padding-top: 30px;
  padding-left: 15px;
}

.iconPhone {
  width: 50px;
  height: 50px;
  border-radius: 50%;

  box-shadow: 0px 0px 1px 1px #35b7ff;
  margin-right: 15px;
}

.iconPhone a {
  width: 100%;
  border-radius: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #35b7ff;
  font-size: 18px;
}

.iconWhatsapp a {
  font-size: 20px;
  margin-top: 20px;
}

.pulse {
  animation: pulse-animation 2s infinite;
}


@keyframes pulse-animation {

  0% {
    box-shadow: 0 0 0 0px #35b8ff88;
  }

  100% {
    box-shadow: 0 0 0 15px #35b8ff00;
  }

}

.contact-Bars {
  position: fixed;
  left: 94%;
  top: 80%;
  z-index: 99;
}


.iconPhone {
  position: relative;
}

.iconPhone-details p {
  font-size: 13px !important;
}

.iconPhone-details {
  position: absolute;
  left: -85px;
  top: 12px;
  padding: 5px 13px;
  width: fit-content;
  background: #35b7ff;
  /* color: rgb(255, 255, 255) !important; */
  border-radius: 5px;
  opacity: 0;
  font-weight: bold;
  transition: all 0.4s ease-in-out;
}

.iconPhone a:hover .iconPhone-details {

  opacity: 1;
  left: -90px;

}

.iconWhatsapp .iconPhone-details {


  left: -120px;

}

.iconWhatsapp a:hover .iconPhone-details {

  opacity: 1;
  left: -130px;

}


.popup-offerForm {

  width: 100dvw;
  height: 100%;
  background: #afafafcb;
  backdrop-filter: blur(4px);

  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;

  display: flex;
  align-items: center;
  justify-content: center;

  /* opacity: 0; */

  transition: all 0.4s ease-in-out;


}

.popup-offerForm .consultation-form {
  transform: scale(0.9);
  padding-right: 10px;
}

.popup-offerForm-box {
  background: white;
  width: 60%;
  height: fit-content;
  box-shadow: 0px 0px 50px rgb(88, 88, 88);
  position: relative;
}

.popup-offerForm-img {

  height: 100%;
  object-fit: cover;
}

.popup-offerForm-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.popup-closeBtn {
  position: absolute;
  right: 2%;
  top: 2%;
  font-size: 25px;
  cursor: pointer;

}

.courses-Banner {
  width: 100%;
  height: 580px;

  overflow: hidden;
  position: relative;

}

.imgBox {

  width: 100%;
  height: 100%;
  padding-top: 20px;
  display: flex;
  justify-content: center;
}

.imgBox img {
  width: 400px;
  height: 100%;
  object-fit: cover;
}



.serviceContainer {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  grid-template-rows: auto auto;
  gap: 3%;
  grid-row-gap: 30px;
  padding: 30px 0;
}

.serviceImg {
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.serviceLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgb(13, 9, 218);
}

.serviceLink span {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  background: white;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}

.innerServices {
  color: black;
}


.serviceBox {
  transition: all 0.4s ease-in-out;
}

.serviceBox:hover {

  background-color: rgb(167, 167, 167) !important;

}

.serviceBox:hover .serviceImg {
  overflow: hidden;
}

.serviceBox .serviceImg img {
  transition: all 0.4s ease-in-out;
}

.serviceBox:hover .serviceImg img {
  transform: scale(1.1);

}

.serviceBox:hover .innerServices {
  color: white;
}

.serviceBox:hover .serviceLink {
  color: white;
}

.serviceBox:hover .serviceLink span {
  color: #007bff !important;
}


.teacherImg {

  width: 240px;
  height: 270px;
  aspect-ratio: 4/4;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
  border: 4px solid white;

}

.teacherImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.teacherBox {
  border: 1px solid rgba(255, 255, 255, 0.253);
  border-radius: 10px;
  padding: 30px;
  background: white;
  height: 500px;
  margin-bottom: 30px;
}

.storyBox {
  width: 100%;
  height: 353px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.37);
}


.storyBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}






.iconBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  background: #0000008e;
  display: flex;
  align-items: center;
  justify-content: center;
}

.iconBox img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  cursor: pointer;
}






.careerTestimonialItem {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  padding: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.068);
}

/* .careeertestimonialBox{
  
  max-width: 700px;
} */

.careerdetails {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  text-align: left;
}

.avatarImg {
  float: left;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
}

.slick-next {
  right: -17px !important;
}

.slick-next,
.slick-prev {
  z-index: 33;
  padding: 10px;
  color: black !important;
  font-size: 26px !important;
  top: 47% !important;
}

.slick-next::before,
.slick-prev::before {
  display: none;
}

.branchSlider .slick-next {
  right: -14px !important;
}

.branchSlider .slick-next,
.branchSlider .slick-prev {
  color: white !important;
}


.upcomingBox {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 300px;
}

.upcomingImg img,
.upcomingImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
}

.course-bannerImg {
  position: absolute;
  right: 0;
  top: -20px;
  width: 630px;
  height: 700px;
  background: blue;


  aspect-ratio: 2/3;

  clip-path: ellipse(100% 85% at 100% 50%);
  background: white;
  padding: 20px;
  padding-right: 0;
}

.course-bannerImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  aspect-ratio: 2/3;

  clip-path: ellipse(100% 85% at 100% 50%);
}

.couse-content {
  margin-top: 20px;
  padding: 80px;

}

.couse-content .large_heading {
  font-size: 60px;
  line-height: 70px;
}

.newFooterLinks {
  /* margin-top: 20px; */
  border-right: 1px solid white;
  /* border-bottom: 1px solid white; */
}


footer li a {
  position: relative;
}

footer li a::after {
  content: '';
  width: 0%;
  height: 1px;
  background: white;
  position: absolute;
  left: 0;
  top: 100%;
  transition: all 0.4s ease-in-out;
}

footer li a:hover::after {
  width: 100%;
}

.newBorders ul {
  padding: 15px 26px;

}

.newBorders {
  /* margin-top: 20px; */
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 35px 0px;
}

.popup-offerForm {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, visibility 0.5s;
}

.popup-offerForm.show-popup {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}


.whyChooseData .jobDetails {
  display: none;
}


.activeData .jobDetails {
  display: block;
}

.newserviceBox {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
  border: 4px solid white;
}


.form-check-input:checked {
  background-color: #007BFF;
  border-color: #007BFF;
}


.jobForm {
  max-width: 1000px;
}

.jobForm label {
  display: block;
}

.jobForm ::placeholder {
  color: #000;
}

.hidden {
  display: none;
}

.form-check {
  display: flex;
  gap: 10px;
}

.jobDetails p {
  height: fit-content !important;
  margin-top: 10px !important;
}

.stepsDetailsBox {
  height: 380px;
  margin: 25px 0;
  background: #4a778b;
  opacity: 0.9;
  color: white;
}


.blogSlider .slick-next, .blogSlider .slick-prev{
  top: 43% !important;
  font-size: 30px;
}
.blogSlider .slick-next{

    right: 3px !important;
}
.blogSlider .slick-prev{

    left: 3px !important;
}

.stepsimg {
  width: 60px;
  height: 60px;
  margin: 10px auto;
  border-radius: 100%;
  /* background-color: var(--primary-color); */
}

.blogBox
{
  border: 1px solid rgba(0, 0, 0, 0.187);
}
.blogImage img{
  max-height: 250px;
  object-fit: cover;
}

.timeline {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 0;
}

.timeline::before {
  content: '';
  position: absolute;
  width: 4px;
  background: linear-gradient(to bottom, var(--primary-color), rgba(74, 107, 255, 0.3));
  top: 0;
  bottom: 0;
  left: 50px;
  border-radius: 10px;
}

.timeline-item {
  padding: 20px 0;
  position: relative;
  transition: all 0.3s ease;
}

.timeline-item:hover {
  transform: translateX(5px);
}

.timeline-period {
  position: absolute;
  width: 100px;
  text-align: right;
  left: -110px;
  font-weight: bold;
  color: var(--primary-color);
  background-color: white;
  padding: 8px 12px;
  border-radius: 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
}

.timeline-period i {
  margin-right: 8px;
  font-size: 1.1rem;
}

.timeline-content {
  margin-left: 70px;
  padding: 20px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border-left: 4px solid var(--primary-color);
  transition: all 0.3s ease;
}

.timeline-item:hover .timeline-content {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  border-left-width: 6px;
}

.timeline-content h3 {
  color: var(--primary-color);
  margin-bottom: 15px;
  font-weight: 600;
}

.highlight {
  font-weight: bold;
  color: var(--accent-color);
  background-color: rgba(255, 107, 107, 0.1);
  padding: 2px 6px;
  border-radius: 4px;
}

.progress-indicator {
  height: 5px;
  background-color: #e9ecef;
  border-radius: 10px;
  margin: 15px 0;
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  background: linear-gradient(to right, var(--primary-color), #6c5ce7);
  border-radius: 10px;
}

.note-box {
  background-color: #f8f9fa;
  border-left: 4px solid var(--accent-color);
  padding: 15px;
  border-radius: 5px;
  margin: 15px 0;
  font-size: 0.9rem;
}

.footer {
  text-align: center;
  margin-top: 50px;
  padding: 20px;
  color: var(--light-text);
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .timeline::before {
    left: 30px;
  }

  .timeline-period {
    left: -90px;
    width: 80px;
    font-size: 0.9rem;
  }

  .timeline-content {
    margin-left: 50px;
  }
}


.floating-help {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: linear-gradient(45deg, #25d366, #20b954);
  color: white;
  border: none;
  border-radius: 50px;
  padding: 15px 25px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1000;
  box-shadow: 0 5px 20px rgba(37, 211, 102, 0.4);
  animation: pulse 2s infinite;
}
.floating-help i {
 font-size: 20px;  
 margin-right: 5px;
}


@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}



.timeline-grid{
  width: 100%;
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
}


.timeline-card{
  border-right: 1px solid rgba(0, 0, 0, 0.17);
  height: 550px;
}


.progressBackground h2{
  font-size: 200px;
  position: absolute;
  opacity: 0.4;
  z-index: 0;
  top: 30%;
  right: 10%;
  color: pink;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.164);
}


.progressBar{
  width: 100px;
  height: 100px;
  margin: 0 auto;
  object-fit: cover;
  
}
.progressBar img{
  object-fit: cover;
}
.btn-number {
  font-family: "basic-sans";
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
}
.banne-text-container .btns-container1 {
  margin-bottom: 50px !important;
}
.btns-container1 {
  display: flex;
  max-width: 530px;
  gap: 0.5rem;
  margin: 3rem 0;
 margin: 0 !important;
}
.btn-outer-container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.btn-flex {
  display: flex;
  gap: 5px;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.call-icon {
  line-height: 1;
  display: flex;
  width: 12px;
}
.containerbook
{
    margin-top: 24px;
  margin-bottom: 24px;
}
.bookBackground 
{
  background: linear-gradient(90deg, rgb(227, 245, 255) 0%, rgb(255, 247, 226) 25%, transparent 50%), url("https://goyalskinandhairclinic.com/design/img/Hair-Transplant--banner.jpg") center center / cover no-repeat;
margin-bottom: 50px;
margin-top: 50px;
}
.containerform
{
  color: #fff;
  background: #01273F !important;
  border-radius: 20px;
  padding: 50px 0px !important;
  align-self: start;
  width: 100%;
  border-radius: 50px;
}