/* GLOBAL DECLARATIONS */
* {
  /* border: 1px solid red; */
  font-family: "Poppins", sans-serif;
  /* border: 1px solid red; */
}

.body {
  margin: 0;
}


/* the color pallette*/
:root {
  --primary_purple: #950051;
  /* purple */
  --primary_white: #ffff;
  /* white */
  --primary_black: #000000;
  /* black */
  --primary_baby_pink_dark: #F1DCE7;
  /* /dark baby pink/ */
  --primary_baby_pink_light: #eee0e7;
  /* /light baby pink/ */
  --secondary_dark_purple: #2D2D2D;
  /* dark purple */
  --secondary_lighter_gray: #CBCBCB;
  /* /very light gray/ */
  --secondary_light_gray: #787878;
  /* gray */
  --secondary_light-gray-color: #EFEFEF;
  /* light Gray */
  --secondary_dark_gray: #232323;
  /* dark Gray */
  --default_font: #0000;
  /* font black */
  --default_font_a: #ffff;
  /*font white */



  --dark_purple_right: linear-gradient(to right, #2D2D2D, #950051);
  /* dark to purple */
  --dark_purple_left: linear-gradient(to left, #2D2D2D, #950051);
  /* dark to purple */
  --dark_purple_bottom: linear-gradient(to bottom, #2D2D2D, #950051);
  /* dark to purple */
  --dark_purple_top: linear-gradient(to top, #2D2D2D, #950051);
  /* dark to purple */
}



.default_bold {
  font-weight: bold;
}
























.hero {
  position: relative;
  width: 100%;
  height: auto;
  /* Adjust height as needed */
  overflow: hidden;
}

.slideshow {
  display: flex;
  width: 100%;
  /* 100% * number of images */
  animation: slide 18s infinite;
  /* total duration = 2s per image * 3 images */
}

.slide {
  width: 100%;
  flex-shrink: 0;
  transition: transform 6s ease;
}

@keyframes slide {

  0%,
  100% {
    transform: translateX(0);
  }

  33.33% {
    transform: translateX(-100%);
  }

  66.66% {
    transform: translateX(-200%);
  }
}

.slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}






























.home-slideshow-image {
  width: 100%;
  height: auto;
}


.home-slideshow-container {
  position: relative;
  width: 100%;
  margin: auto;
}

.home-slideshow-image {
  display: none;
}

.home-slideshow-image img {
  width: 100%;
  height: auto;
}

/* .home-slideshow-left{
    width: 30%;
    height: 60px;
    color: #db050500;
  } */

.home-slideshow-left {
  position: absolute;
  margin-left: 8%;
  top: 10%;
  left: 20px;
  background-color: var(--primary_white);
  padding: 10px;
  border-top-right-radius: 250px;
  width: 58%;
}

.home-slideshow-left-content {
  height: auto;
  width: 100%;
  /* color: var(--primary_purple); */
}

.home-slideshow-left-content h2 {
  font-size: 50px;
  font-weight: 600;
  padding-top: 6%;
}

.home-slideshow-left-box-left {
  height: auto;

  /* background-color: var(--secondary_light_gray); */
  padding: 2%;
}


.home-slideshow-left-box-left img {
  width: 18rem;
}

.home-slideshow-left-box-right {
  height: auto;
  /* background-color: var(--primary_purple); */

  padding: 2%;
}

.home-slideshow-left-box-rightside {
  border-radius: 1rem;
  background-image: var(--dark_purple_top);
  padding: 9%;
  color: var(--default_font_a);

}

.home-slideshow-left-box-rightside-content {
  display: flex;
  padding-bottom: 4%;
}

.home-slideshow-left-box-rightside-content h5 {
  font-size: 20px;
}

.home-slideshow-left-box-rightside-content i {
  padding-right: 3%;
}

/* .home-slideshow-left-description{
width: 50%;
} */

.home-slideshow-left-description h4 {
  font-size: 17px;
  line-height: 29px;
  text-align: justify;
  word-spacing: 3px;
}

.home-book-appointment {
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
  text-align: center;
  position: relative;
  bottom: 7rem;
  left: 0;
  width: 100%;
  margin-bottom: 10px;
  align-items: center;
  justify-content: center;
}

.home-book-appointment-content {
  background-color: var(--secondary_dark_purple);
  height: auto;
  border-radius: 0rem;
  padding-top: 3%;
}

.home-book-appointment-content h3 {
  color: var(--default_font_a);
  font-size: 35px;
  font-weight: 700;
}

.home-book-appointment-content-sec {
  padding-left: 2%;
  border-radius: 10%;
}

.home-book-appointment-details {
  padding: 4%;
  /* border-radius: 5%; */

}

.home-book-appointment-details input {
  padding: 7%;
  width: 100%;
  border: 0;
  border-radius: 1rem;
  font-size: 22px;
}

.home-book-appointment-details-btn {
  padding: 4%;
}

.home-book-appointment-details-btn button {
  padding: 7%;
  width: 100%;
  border-radius: 1rem;
  font-size: 22px;
  font-weight: 700;
  color: var(--default_font_a);
  background-color: var(--primary_purple);
}

.home-book-appointment-details-btn button:hover {
  background-color: var(--default_font_a);
  color: var(--primary_purple);
}

.home-book-appointment-details-btn {
  padding: 4%;
}

.home-book-appointment-details-btn button {
  padding: 7%;
  width: 100%;
  border-radius: 1rem;
  font-size: 22px;
  font-weight: 700;
  color: var(--default_font_a);
  background-color: var(--primary_purple);
}

.home-book-appointment-details-btn button:hover {
  background-color: var(--default_font_a);
  color: var(--primary_purple);
}

/* .home-all-services {
  display: flex;
  flex-direction: column;
  padding-left: 8%;
  padding-right: 8%;


} */
.home-about-sec1 {
  padding-bottom: 5%;
}


.home-about-left {
  padding: 0;
}

.home-about-head {
  display: flex;
  justify-content: center;

}


.home-about-head h3 {
  background-color: var(--secondary_dark_purple);
  color: var(--default_font_a);
  padding: 0.6rem 1.8rem;
  border-radius: 1.5rem;
  font-size: 1.6rem;
  font-weight: 300;
  margin: 0;
  line-height: 1;

}


.home-about-wrapper1 {
  width: 100%;
  height: auto;

}

.home-about-wrapper2 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.home-about-right {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.home-about-right-container h2 {
  font-weight: 600;
  margin-top: 3%;
  font-size: 4rem;
  color: var(--primary_black);
  text-align: center;
}

.home-about-right-container h6 {
  font-size: 0.8rem;
  line-height: 1.7rem;
  margin-top: 10%;
  width: 80%;
  text-align: justify;
}

.home-about-img-container {
  padding-left: 25%;
  padding-top: 18%;
  width: 100%;
  height: auto;
}

.home-about-img-container img {
  width: 90%;
  height: auto;
}

@media only screen and (max-width: 768px) {

  .home-about-left {
    display: none;
  }

  .home-about-wrapper1 {
    background-image: url(../img/home-aboutus.png);
    background-repeat: no-repeat;
  }

  .home-about-wrapper2 {
    background-color: #ffffffa6;
  }
}









.home-desc-sec {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 100px 20px;
  background-image: url(../img/home-desc-img.png);
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
  padding-left: 8%;
  padding-right: 8%;
  padding-top: 6%;
  padding-bottom: 6%;
}

.home-desc-text {
  position: relative;
  z-index: 1;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.home-desc-text h4 {
  font-size: 200%;
  font-weight: 400;
  padding-top: 4%;
}

.home-desc-text h2 {
  font-weight: 600;
  font-size: 370%;
  color: var(--dark_purple_left);
  width: 70%;
}

@media screen and (min-width: 768px) {
  .home-desc-text {
    text-align: left;
    padding-left: 20px;
    max-width: 50%;
  }

  .home-desc-text h4 {
    font-size: 150%;
  }

  .home-desc-text h2 {
    font-size: 330%;
  }
}

@media screen and (min-width: 1024px) {
  .home-desc-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .home-desc-text {
    max-width: 50%;
  }

  .home-desc-img {
    width: 70%;
    height: auto;
    opacity: 0;
    z-index: unset;
  }

  .home-desc-text h4 {
    font-size: 150%;
  }

  .home-desc-text h2 {
    font-size: 330%;
  }
}

@media screen and (max-width: 767px) {
  .home-desc-sec {
    background-image: url(../img/home-desc-img.png), none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-left: 5%;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-desc-img {
    opacity: 2;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -1;
  }

  .home-desc-text {
    position: relative;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.438);

  }

  .home-desc-text h4,
  .home-desc-text h2 {
    color: var(--dark_purple_left);
  }

  .home-desc-text h4 {
    font-size: 100%;
  }

  .home-desc-text h2 {
    font-size: 190%;
  }
}












/* counter */
.home-counter {
  width: 100%;
  position: relative;
  padding-left: 8%;
  padding-right: 8%;
  padding-top: 10%;
  padding-bottom: 10%;
}

.home-counter-sec {
  width: 100%;

}

.home-counter-img {
  display: flex;
  align-items: center;
}

.home-counter-img img {
  width: 15%;
  height: auto;
}

.home-counter-img h2 {
  font-size: 380%;
  font-weight: 600;
}

.home-counter-img h6 {
  padding-top: 9%;
}

.home-counter-img i {
  font-size: 90%;
  font-weight: 700;
  padding-top: 5%;
}

.home-counter-content h4 {
  font-size: 100%;
  width: 80%;
  padding-left: 17%;
}








/* home sequence */

.home-sequence {
  width: 100%;
  padding-left: 8%;
  padding-right: 8%;
  padding-top: 7%;

  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: column;
  border-top-right-radius: 8rem;
  background: linear-gradient(to bottom, var(--primary_baby_pink_light) 83%, var(--primary_white) 83%);
}

.home-sequence h4 {
  background-color: var(--secondary_dark_purple);
  color: var(--default_font_a);
  width: fit-content;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 1.5rem;
  font-size: 100%;
  text-align: center;
}

.home-sequence h5 {
  font-size: 300%;
  font-weight: 600;
  padding-bottom: 5%;
  color: var(--primary_black);
}



.home-sequence-sec img {
  width: 45%;
  padding-bottom: 10%;
}

.home-sequence-container {
  display: flex;
  text-align: left;
  align-items: center;
  flex-direction: column;
}

.home-sequence-head {
  display: flex;

  align-items: center;
  flex-direction: column;
}


.home-sequence-head h3 {
  font-size: 150%;
  font-weight: 600;
}

.home-sequence-head h6 {
  font-size: 75%;
  font-weight: 400;
  width: 65%;
  line-height: 130%;
  height: auto;
  padding-bottom: 15%;
}

.home-sequence-wrapper1,
.home-sequence-wrapper3,
.home-sequence-wrapper5 {
  width: 100%;
  height: auto;

}

.home-sequence-wrapper2,
.home-sequence-wrapper4,
.home-sequence-wrapper6 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.home-sequence-img {
  width: 100%;
  position: relative;
  bottom: 0;
  left: 0;
}

.home-sequence-img img {
  width: 85%;
  bottom: 4rem;
}


@media only screen and (max-width: 768px) {

  .home-sequence {
    background: linear-gradient(to bottom, var(--primary_baby_pink_light) 100%, var(--primary_white) 100%);

  }

  .home-sequence-sec img {
    display: none;
  }

  .home-sequence-wrapper1 {
    background-image: url(../img/home-sequence-img1.png);
    background-repeat: no-repeat;
  }

  .home-sequence-wrapper3 {
    background-image: url(../img/home-sequence-img2.png);
    background-repeat: no-repeat;
  }

  .home-sequence-wrapper5 {
    background-image: url(../img/home-sequence-img3.png);
    background-repeat: no-repeat;
  }

  .home-sequence-wrapper2 {
    background-color: #ffffffb0;
    padding: 4%;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }

  .home-sequence-wrapper4 {
    background-color: #ffffffb0;
    padding: 4%;
  }

  .home-sequence-wrapper6 {
    background-color: #ffffffb0;
    padding: 4%;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }

  .home-sequence-wrapper6 {
    margin-bottom: 5%;
  }

  .home-sequence-img img {
    display: none;
  }
}




/* home-appointment*/
.home-appointment {
  position: relative;
  padding-left: 8%;
  padding-right: 8%;
  padding-bottom: 6%;
}

.home-appointment-sec {
  width: 100%;

}

.home-appointment-img img {
  width: 110%;
}

.home-appointment-form {
  padding-top: 6%;

}

.home-appointment-head h4 {
  background-color: var(--secondary_dark_purple);
  color: var(--default_font_a);
  width: fit-content;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  border-radius: 1.5rem;
  font-size: 90%;
}

.home-appointment-head h3 {
  font-size: 230%;
  font-weight: 600;
}

.home-appointment-head h5 {
  font-size: 75%;
  padding-top: 5%;
}

.home-appointment-form-sec input {
  padding: 2%;
  font-size: 100%;
  width: 100%;
  border: 0;
  margin-top: 5%;
  color: var(--primary_black);
  background-color: var(--secondary_light-gray-color);
}

.home-appointment-form-sec ::placeholder {
  color: var(--primary_black);
}

.home-appointment-input button {
  margin-top: 6%;
  width: 97%;
  padding: 2%;
  font-size: 130%;
  color: var(--primary_white);
  background-color: var(--primary_black);
  font-weight: bold;
  border: 0;
}

.home-appointment-input button:hover {
  background-color: var(--primary_purple);
}









@media only screen and (max-width: 400px) {
  
  .home-book-appointment-details-btn button {
    font-size: 90%;
}
}

@media only screen and (max-width: 768px) {


  .home-book-appointment-content h3 {
    font-size: 25px;
  }

  .home-book-appointment-details input {
    padding: 3%;
    width: 100%;
    border: 0;
    border-radius: 1rem;
    font-size: 12px;
  }

  .home-book-appointment-details-btn button {
    padding: 2%;
  }

  .home-slideshow-image img {
    width: 100%;
    height: 40vh;
  }

  .home-slideshow-left {
    padding-top: 0;
    width: 84%;
    border-radius: 0;
    left: 0%;
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid var(--secondary_dark_gray);
  }

  .home-slideshow-left-content h2 {
    font-size: 16px;
    padding-top: 0.5rem;

  }

  .home-slideshow-left-box-left img {
    display: none;
  }

  /* .home-slideshow-left-box-right{
padding-top: 0;
  } */

  .home-slideshow-left-box-rightside {
    border-radius: 1rem;
    background-image: var(--dark_purple_top);
    /* padding: 10%; */
    color: var(--default_font_a);
    padding: 3%;

  }

  .home-slideshow-left-box-rightside-content {
    display: flex;
    padding-bottom: 1%;
  }

  .home-slideshow-left-box-left {
    display: none;
  }

  .home-slideshow-left-box-right h5 {
    font-size: 11px;
    padding-bottom: 0;
  }

  .home-slideshow-left-description h4 {
    display: none;
  }

  .home-book-appointment {
    padding-left: 8%;
    padding-right: 8%;
    display: flex;
    text-align: center;
    position: relative;
    bottom: 0rem;
    left: 0;
    width: 100%;
    margin-bottom: 10px;
  }




}


@media only screen and (min-width: 768px) and (max-width:991px) {
  .home-book-appointment-content h3 {
    font-size: 25px;
  }

  .home-book-appointment-details input {
    padding: 6%;
    width: 100%;
    border: 0;
    border-radius: 1rem;
    font-size: 20px;
  }

  .home-book-appointment-details-btn button {
    padding: 2%;
  }

  .home-slideshow-image img {
    width: 100%;
    height: 40vh;
  }

  .home-slideshow-left {
    padding-top: 0;
    width: 84%;
    border-radius: 0;
    left: 0%;
    background-color: rgba(255, 255, 255, 0.7);
  }

  .home-slideshow-left-content h2 {
    font-size: 16px;
    padding-top: 1rem;

  }

  .home-slideshow-left-box-left img {
    display: none;
  }

  /* .home-slideshow-left-box-right{
padding-top: 0;
  } */

  .home-slideshow-left-box-rightside {
    border-radius: 1rem;
    background-image: var(--dark_purple_top);
    /* padding: 10%; */
    color: var(--default_font_a);
    padding: 3%;

  }

  .home-slideshow-left-box-rightside-content {
    display: flex;
    padding-bottom: 1%;
  }

  .home-slideshow-left-box-left {
    display: none;
  }

  .home-slideshow-left-box-right h5 {
    font-size: 11px;
    padding-bottom: 0;
  }

  .home-slideshow-left-description h4 {
    display: none;
  }

  .home-book-appointment {
    padding-left: 8%;
    padding-right: 8%;
    display: flex;
    text-align: center;
    position: relative;
    bottom: 0rem;
    left: 0;
    width: 100%;
    margin-bottom: 10px;
  }


  .home-about-left {
    display: none;
  }

  .home-about-wrapper1 {
    background-image: url(../img/home-aboutus.png);
    background-repeat: no-repeat;
  }

  .home-about-wrapper2 {
    background-color: #ffffffa6;
  }
}



@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-book-appointment-content h3 {
    font-size: 25px;
  }

  .home-book-appointment-details input {
    padding: 6%;
    width: 100%;
    border: 0;
    border-radius: 1rem;
    font-size: 22px;
  }

  .home-book-appointment-details-btn button {
    padding: 2%;
  }

  .home-slideshow-image img {
    width: 100%;
    height: 40vh;
  }

  .home-slideshow-left {
    padding-top: 0;
    width: 84%;
    border-radius: 0;
    left: 0%;
    background-color: rgba(255, 255, 255, 0.7);
  }

  .home-slideshow-left-content h2 {
    font-size: 16px;
    padding-top: 1rem;
  }

  .home-slideshow-left-box-left img {
    display: none;
  }

  /* .home-slideshow-left-box-right{
padding-top: 0;
  } */

  .home-slideshow-left-box-rightside {
    border-radius: 1rem;
    background-image: var(--dark_purple_top);
    /* padding: 10%; */
    color: var(--default_font_a);
    padding: 3%;

  }

  .home-slideshow-left-box-rightside-content {
    display: flex;
    padding-bottom: 1%;
  }

  .home-slideshow-left-box-left {
    display: none;
  }

  .home-slideshow-left-box-right h5 {
    font-size: 11px;
    padding-bottom: 0;
  }

  .home-slideshow-left-description h4 {
    display: none;
  }

  .home-book-appointment {
    padding-left: 8%;
    padding-right: 8%;
    display: flex;
    text-align: center;
    position: relative;
    bottom: 0rem;
    left: 0;
    width: 100%;
    margin-bottom: 10px;
  }



  .home-about-left {
    display: none;
  }

  .home-about-wrapper1 {
    background-image: url(../img/home-aboutus.png);
    background-repeat: no-repeat;
  }

  .home-about-wrapper2 {
    background-color: #ffffffa6;
  }
}

/* @media only screen and (min-device-width: 1200px){
  .home-book-appointment {
    padding-left: 8%;
    padding-right: 8%;
    display: flex;
    text-align: center;
    position: relative;
    bottom: 3rem;
    left: 0;
    width: 100%;
    margin-bottom: 10px; 
  }
} */








/* counter */
.home-counter {
  width: 100%;
  position: relative;
  padding-left: 8%;
  padding-right: 8%;
  padding-top: 10%;
  padding-bottom: 10%;
}

.home-counter-sec {
  width: 100%;

}

.home-counter-img {
  display: flex;
  align-items: center;
}

.home-counter-img img {
  width: 15%;
  height: auto;
}

.home-counter-img h2 {
  font-size: 380%;
  font-weight: 600;
}

.home-counter-img h6 {
  padding-top: 9%;
}

.home-counter-img i {
  font-size: 90%;
  font-weight: 700;
  padding-top: 5%;
}

.home-counter-content h4 {
  font-size: 100%;
  width: 80%;
  padding-left: 17%;
}












































.home_faq {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 2rem;
}

.home_faq h2 {
  font-weight: bold;
  margin-top: 2rem;
}

.home_faq_container {
  width: 85%;
  height: auto;
  margin-top: 4rem;
}

.home_faq_question_container {
  border: 1px solid var(--secondary_dark_gray);
  border-radius: 1rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
  cursor: pointer;
  /* Add cursor pointer to indicate it's clickable */
}

.home_faq_question_container h5 {
  font-weight: 600;
}

.home_faq_question_container i {
  font-size: 200%;
  color: var(--primary_purple);
}

.answer {
  display: none;
  /* Initially hide the answer */
  margin-top: 1rem;
}

.active {
  display: block;
  background-color: white;
  /* Show the answer when active */
}





.home_service_cards {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.home_service_cards h2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-weight: 600;
}

.home_services_cards_container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 4rem;
}

.home_services_cards_column {
  display: flex;
  align-items: center;
  justify-content: center;
}




/* flipper cards */
.three-d-card {
  position: relative;
  width: 20rem;
  height: 20rem;
  perspective: 1000px;
  margin-top: 1rem;
}

.card-wrapper {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.5s;
}

.three-d-card:hover .card-wrapper {
  transform: rotateY(180deg);
}

.card-face {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 2rem;
  backface-visibility: hidden;
  display: flex;
  justify-content: left;
  border: 1px solid var(--secondary_dark_purple);
  border-radius: 15px;
  background-color: #fff;
}

.card-face.front {
  transform: rotateY(0deg);
}

.card-face.back {
  transform: rotateY(180deg);
  background-color: var(--primary_purple);
  color: var(--primary_white);
  border: 0;
}

.card-description_checklist {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-bottom: 0.5rem;
  cursor: pointer;
  /* Add cursor pointer to indicate it's clickable */
}

.card-description_checklist i {
  font-size: 130%;
}

.card-content img {
  width: 30%;
  height: auto;
  margin-bottom: 4rem;
}

.card-content button {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 4%;
  margin-bottom: 4%;
  border: 0;
  color: var(--primary_white);
  background-color: var(--primary_black);
  border-radius: 2rem;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-left: 4%;
  padding-right: 4%;
}

.card-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.card-title h5 {
  padding-top: 0rem;
  font-weight: 700;
}


.card-description {
  font-size: 16px;
}

@media only screen and (max-width: 1024px) {
  .card-face {
    padding: 1rem;
  }
}

@media only screen and (max-width: 1200px) {
  .card-description_checklist {
    margin-bottom: 0rem;
    font-size: 80%;
  }
}

@media only screen and (max-width: 768px) {
  .card-description_checklist {
    margin-bottom: 0.5rem;
    font-size: 100%;
  }
}

/* flipper cards */






























/* contact page css*/
.contact_banner {
  width: 100%;
  height: auto;
  position: relative;
}

.contact_banner img {
  width: 100%;
  height: auto;
  display: block;
}

.contact_banner_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: var(--default_font_a);
}

.contact_banner_text h2 {
  font-weight: bold;
}


.contact_sec1 {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url('../img/Vector\ 3.png');
  background-position: left bottom;
  background-repeat: no-repeat;
}


.row {
  width: 100%;
}

.contact_sec1_col1 {
  padding: 0;
}

.contact_sec1_col1_container h2 {
  font-weight: bold;
  margin-top: 5%;
}

.contact_sec1_col1_container h6 {
  font-size: 80%;
  line-height: 150%;
  margin-top: 10%;

}


.contact_sec1_col1_el1 {
  background-color: var(--secondary_dark_purple);
  color: var(--default_font_a);
  width: fit-content;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 1.5rem;
}

.contact_sec1_col1_container {
  padding: 14%;
}

.contact_sec1_col1 i {
  color: var(--primary_purple);
  font-size: 2rem;
}

.contact_sec1_col1 h5 {
  margin-right: 2%;
}

.contact_sec1_col1_elements {
  display: flex;
  margin-top: 10%;
}

.contact_sec1_col1_elements_text {
  width: 100%;
}

.contact_sec1_col1_elements_text h4 {
  font-weight: bold;
}

.contact_sec1_col1_elements_text h5 {
  font-size: 80%;
  line-height: 150%;
  width: 55%;
}

.contact_sec1_col2 {
  padding: 0;
}

.contact_sec1_col2_container {
  padding: 14%;
}

.contact_form_container {
  background-color: var(--secondary_dark_purple);
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 20%;
  padding-bottom: 20%;
  padding-left: 10%;
  padding-right: 10%;
}

.contact_form_container h3 {
  color: var(--default_font_a);
}

.contact_form_container input {
  width: 100%;
  margin-top: 10%;
  height: 4rem;
  border-radius: 1rem;
  padding-left: 4%;
}

.contact_form_container select {
  width: 100%;
  margin-top: 10%;
  height: 4rem;
  border-radius: 1rem;
}

.contact_form_container button {
  border: 0;
  font-weight: bold;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 10%;
  width: 100%;
  border-radius: 1rem;
  color: var(--primary_black);
  background-color: var(--primary_white);
}

.contact_form_container button:hover {
  border: 1px solid var(--primary_white);
  font-weight: bold;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 10%;
  width: 100%;
  border-radius: 1rem;
  color: var(--primary_white);
  background-color: var(--primary_black);

}

.contact_map {
  width: 100;
  height: auto;

}

/* media queries for contact page */
@media only screen and (max-width: 1500px) {
  .contact_sec1 {
    background-image: none;
  }
}

@media only screen and (max-width: 768px) {
  .contact_banner_text h4 {
    font-size: 80%;
  }

  .contact_sec1_col2_container {
    padding: 5%;
  }

  .contact_sec1_col1_elements_text h5 {
    width: 90%;
  }
}















/* css for about page */
.about_banner {
  width: 100%;
  height: auto;
  position: relative;
}

.about_banner img {
  width: 100%;
  height: auto;
  display: block;
}

.about_banner_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: var(--default_font_a);
}

.about_banner_text h2 {
  font-weight: bold;
}

.about_sec1 {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about_wrapper1 {
  width: 100%;
  height: auto;
}

.about_wrapper2 {
  width: 100%;
  height: auto;
}

.about_sec1_progressBar_container {
  width: 100%;
  height: auto;
  margin-top: 15rem;
}

.about_sec1_progressBar_textLine1 h6 {
  margin: 0;
  text-align: left;
}

.about_sec1_progressBar_textLine2 h6 {
  margin: 0;
  text-align: right;
}

.about_progressBar1 {
  width: 100%;
  height: 10px;
  border-radius: 2rem;
  margin-top: 1%;
  margin-bottom: 2rem;
  background: linear-gradient(to right, var(--primary_purple) 92%, var(--secondary_lighter_gray) 92%);
}

.about_progressBar2 {
  width: 100%;
  height: 10px;
  border-radius: 2rem;
  margin-top: 1%;
  margin-bottom: 2rem;
  background: linear-gradient(to right, var(--primary_purple) 100%, var(--secondary_lighter_gray) 100%);
}

.about_progressBar3 {
  width: 100%;
  height: 10px;
  border-radius: 2rem;
  margin-top: 1%;
  margin-bottom: 2rem;
  background: linear-gradient(to right, var(--primary_purple) 89%, var(--secondary_lighter_gray) 89%);
}

.about_sec1_col2_img_container {
  width: 100%;
  height: auto;
  padding: 2rem;
}

.about_sec1_col2_img_container img {
  width: 90%;
  height: auto;
}

.about_sec2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  padding-top: 4rem;
  border-top-left-radius: 10rem;
  background-color: var(--primary_baby_pink_light);
}

.about_sec2 h2 {
  font-weight: 600;
  padding-top: 2rem;
  padding-bottom: 2rem;

}

.about_sec2_cards_container {
  width: 100%;
  height: auto;
}

.about_sec2_cards_flexholder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 6%;
  padding-right: 6%;
}

.about_sec2_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 1rem;
  padding: 1rem;
  margin-left: 2%;
  margin-right: 2%;
}

.about_sec2_card svg {
  stroke: #950051;
  width: 30%;
  height: auto;
}

.about_sec2_card h5 {
  font-weight: 700;
}

.about_advantages_display {
  width: 100%;
  height: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.about_advantages_display_holder {
  background-color: var(--primary_white);
  margin-left: 7%;
  margin-right: 7%;
  border-radius: 2rem;
  padding: 5%;
}

.about_sec2col1_holder {}

.about_sec2col1_holder h6 {
  margin-top: 5%;
  font-size: 90%;
  font-weight: 500;
}

.about_sec2col1_heading {
  width: 100%;
  height: auto;
  display: flex;
}

.about_sec2col1_heading h3 {
  margin-left: 2%;
  font-weight: 700;
}

.about_sec2col1_heading_liner {
  width: 2px;
  height: auto;
  background-color: var(--primary_purple);
}

.about_sec2col1_button_holder {
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  margin-top: 8%;

}

.about_sec2col1_request {
  color: var(--primary_white);
  background-color: var(--primary_black);
  padding: 2%;
  border-radius: 1rem;
  border: 0;
}

.about_sec2col1_request:hover {
  color: var(--primary_black);
  background-color: var(--primary_white);
  padding: 2%;
  border-radius: 1rem;
  border: 1px var(--primary_black) solid;
  font-weight: bold;
}

.about_sec2col1_whatsapp {
  padding: 2%;
  border-radius: 1rem;
  border: 0;
  background-color: var(--primary_white);
  font-weight: bold;
  font-size: 110%
}

.about_sec2col1_whatsapp:hover {
  padding: 2%;
  border-radius: 1rem;
  border: 1px var(--primary_black) solid;
  background-color: var(--primary_white);
}

.about_sec2col1_display_cards {
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  margin-top: 8%;
}

.about_sec2col1_display_card {
  display: flex;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  background-color: var(--primary_baby_pink_dark);
}

.about_sec2col1_display_card_text {
  width: fit-content;
  margin: 10px;
}

.about_sec2col1_display_card_liner {
  background-color: var(--primary_black);
  width: 2px;
  height: auto;
}

.about_sec2_img img {
  width: 95%;
  padding-left: 2rem;
}

.about_wrapper3 {
  width: 100%;
  height: auto;
  background-image: none;
}

.about_sec3 {
  width: 100%;
  height: auto;
}

.about_sec3_head {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6rem;
}

.about_sec3_head h2 {
  font-weight: 600;
  padding-top: 4rem;
  padding-bottom: 2rem;

}

.about_sec3_head h6 {
  font-weight: 400;
  width: 50%;
}

.about_sec3_col1_container {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 17%;
}

.about_sec3_col1_name {
  width: 100%;
  height: auto;
  display: flex
}

.about_sec3_col1_nameBox {
  margin-left: 5%;
}

.about_sec3_col1_nameBox h3 {
  font-weight: bold;
}

.about_sec3_col1_nameBox h5 {
  font-weight: 700;
  color: var(--primary_purple);
}

.about_sec3_col1_appointment button {
  color: var(--primary_white);
  background-color: var(--primary_black);
  padding: 2%;
  border-radius: 1rem;
  border: 0;
  margin-left: 0%;
  margin-top: 25%;
}

.about_sec3_col1_appointment button:hover {
  color: var(--primary_black);
  background-color: var(--primary_white);
  font-weight: bold;
  border: 1px solid var(--primary_black);
}

.about_sec3_col2_img_co0ntainer {
  width: 100%;
  height: auto;
  padding-top: 0%;
  padding-bottom: 0%;
  padding-left: 10%;
  padding-right: 10%;
}

.about_sec3_col2_img_co0ntainer img {
  width: 100%;
  height: auto;
}

#doctorName,
#doctorDesignation {
  transition: opacity 0.5s ease-in-out;
}




@media only screen and (max-width: 768px) {
  .about_banner_text h4 {
    font-size: 80%;
  }

  .about_sec1_progressBar_container {
    width: 100%;
    height: auto;
    margin-top: 2rem;
  }

  .about_wrapper1 {
    width: 100%;
    height: auto;
    background-image: url(../img/about\ sec1\ vector.png);
  }

  .about_wrapper2 {
    width: 100%;
    height: auto;
    background-color: rgba(253, 251, 251, 0.836);
  }


  .about_sec1_col2_img_container {
    display: none;
  }

  .about_sec2_cards_container {
    display: none;
  }
  .about_advantages_display {
    width: 100%;
    height: auto;
    margin-top: 0rem;
    margin-bottom: 2rem;
  }

  .about_advantages_display_holder {
    border-radius: 1rem;
    background-color: #ffffffb2;
  }

  .about_sec2 {
    border-top-left-radius: 4rem;
    border-top-right-radius: 4rem;
  }

  .about_sec2_img {
    display: none;
  }

  .about_wrapper3 {
    width: 100%;
    height: auto;
    background-image: url(../img/about\ sec2\ col2_1.png);
  }

  .about_sec2col1_request {
    color: var(--primary_white);
    background-color: var(--primary_black);
    padding: 0.5rem;
    border-radius: 0.5rem;
    border: 0;
    font-size: 75%;
  }

  .about_sec3_head {
    padding: 3rem;
  }

  .about_sec3_head h2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .about_sec3_head h6 {
    width: 100%;
  }
}



















.home_reviews {
  width: 100%;
  height: auto;
  background-color: var(--primary_baby_pink_light);
  border-top-left-radius: 10rem;
  padding-top: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url(../img/home\ review\ vector.png);
  background-repeat: no-repeat;
  background-position: right top;
  padding: 4rem;
}

.home_reviews h2 {
  padding: 2rem;
  font-weight: bold;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: var(--primary_purple);
  font-weight: bold;
  font-size: 30px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: rgba(0, 0, 0, 0);
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
  background-color: rgba(0, 0, 0, 0);
}

/* On hover, add a black background color with a little bit see-through */


/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: var(--primary_purple);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #ffffff;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 4000s;
}

@keyframes fade {
  from {
    opacity: 1
  }

  to {
    opacity: 1
  }
}


.home_review_container {
  width: 100%;
  height: auto;
  background-color: var(--primary_white);
  border-radius: 1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 5%;
  display: flex;
}

.home_review_star_rating {
  font-size: 200%;
  color: var(--primary_purple);
}

.home_review_textbox {
  margin-left: 3%;
}

.home_review_textbox h6 {
  font-weight: 400;
}



@media only screen and (max-width: 768px) {
  .home_review_container img {
    width: 20%;
    height: 20%;
  }

  .home_reviews {

    border-top-left-radius: 5rem;

  }
}








/* css for thankyou page */

.thankyou_page{
  width: 100%;
  height: auto;
  background-color: var(--primary_baby_pink_dark);
  display: flex;
  align-items: center;
  justify-content: center;
}

.thankyou_container{
  width: 90%;
  height: auto;
  background-color: var(--primary_white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 3%;
  margin-bottom: 3%;
  padding: 2%;
  border-radius: 2rem;
}

.thankyou_container h2{
  font-weight: bold;
  padding-top: 4%;
}
.thankyou_container h3{
text-align: center;
padding: 2%;
}














/* whatsapp */


.floating_btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #1dc96a;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}


.text_icon {
  margin-top: 8px;
  color: #707070;
  font-size: 13px;
}