@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Forum:wght@400;600&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&amp;display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-style: "Poppins"; */
}

body {
  user-select: none;
}

ul li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #f1a8cf;
  z-index: 100000;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: transLoader 1s linear infinite forwards;
}

@keyframes transLoader {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.loader-overlay img {
  width: 200px;
}

.home-page-wrapper {
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, #793385, #4b2157);
}

header {
  /* overflow: hidden; */
  width: 100%;
  /* position: relative; */
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 14px;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 100;
}

header .left {
  width: 30%;
}

header .right {
  width: 60%;
}

header .right ul {
  width: 100%;
  /* border: 1px solid red; */
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #ffffffb8;
}

header .right ul li:hover {
  color: #fff;
  cursor: pointer;
  text-shadow: 1px 1px 10px #fff;
  transition: 0.5s all;
}

li.sub-menu-pricing {
  position: relative;
}

li.sub-menu-pricing:hover ul {
  display: flex;
}

li.sub-menu-pricing ul {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
  display: none;
  background-color: #fff;
  border-radius: 5px;
  transition: 0.5s all;

  width: fit-content;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  /* margin-top: 5px; */
}

li.sub-menu-pricing li {
  color: #4b2157;
  white-space: nowrap;
  padding: 15px 10px;
  /* margin-left:80px; */
  width: fit-content;
  font-family: "Poppins";
  font-weight: 400 !important;

  border-bottom: 2px solid transparent !important;
}

li.sub-menu-pricing li:hover {
  background-color: rgb(223, 219, 219);
  width: 100%;
}

li.sub-menu-pricing li:hover {
  color: #4b2157 !important;
  cursor: pointer;
  text-shadow: 1px 1px 10px #4b2157 !important;
  transition: 0.5s all;
}

.sub-menu-pricing-mobile li a {
  color: #c820ba;
  text-align: left;
  font-size: 12px;
  margin-left: 40px;
}

ul.sub-menu-pricing-mobile li {
  text-align: left;
}

.header-mob {
  display: none;
}


.first-c-carousel-dyn {
  box-sizing: border-box;
  /* border:5px solid red; */
  position: relative;
  /* width: 100vw; */
  overflow-x: hidden;
  height: 100%;
  overflow: hidden;
}

.first-c-slides-dyn {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.first-c-slide-dyn {
  min-width: 100%;
  /* width: 100vw;
  height: auto; */
}

.first-c-slide-dyn img {
  width: 100%;
  height: auto;

}

.first-c-slide-dyn .fir-c-left {
  position: absolute;
}

.first-c-dots-dyn {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 10px 0;
}

.first-c-dot-dyn {
  display: inline-block;
  width: 40px;
  height: 6px;
  margin: 0 5px;
  background-color: #bbb;
  /* border-radius: 50%; */
  cursor: pointer;
}

.first-c-dot-dyn.active {
  background-color: pink;
}


















/* [START] */
.first-container {
  width: 100%;
  height: 100vh;
  /* background:linear-gradient(to right,#793385,#562665); */
  /* background: linear-gradient(to bottom right, #793385, #fff); */
  background: transparent;
  /* background-color: #7E4798; */
  display: flex;
  overflow: visible;
  /* overflow-x: none; */
}

.fir-c-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
  padding-top: 70px;
  opacity: 0;
  transform: translate(-30%);
  /* opacity: 1; */
  transition: 1s all;
  top: 30%;
  /* transform: translateY(-50%); */
}

.fir-c-left.slide-in-common {
  opacity: 1;
  transform: translateX(0);
}

div.fir-c-heading {
  font-family: "Forum";
  font-weight: 100 !important;
  width: 100%;
  font-size: 40px;
  color: #fff;
  padding-bottom: 20px;
}

p.fir-c-desc {
  font-family: "Poppins", sans-serif;
  font-size: 13px !important;
  color: #fff;
  padding-bottom: 50px;
}

.first-container-btns {
  position: relative;
}

.first-container-btns .fir-c-btn {
  position: absolute;
  bottom: 15vw;
  left: 10vw;
  z-index: 10;
}

.first-container-btns .fir-c-btn button {
  padding: 0.6vw 2vw;
  font-size: 1.3vw;
  font-weight: 900;
}

.fir-c-btn {
  width: 100%;
}

.fir-c-btn button {
  cursor: pointer;
  border: none;
  padding: 5px 8px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  border-radius: 5px;
}

.fir-c-btn button.fir-c-btn-1 {
  color: #7e4798;
  background-color: #fff;
  margin-right: 20px;
  transition: 0.5s all;
}

.fir-c-btn button.fir-c-btn-1:hover {
  box-shadow: 0px 0px 10px #fff;
}

.fir-c-btn button.fir-c-btn-2 {
  color: #fff;
  background-color: transparent;
  /* background-color: #7E4798; */
  transition: 0.5s all;
  border: 1px solid #fff;
}

.fir-c-btn button.fir-c-btn-2:hover {
  box-shadow: 0px 0px 10px #fff;
}

.fir-c-right {
  width: 50%;
  transition: 2s all;
  opacity: 0;
  position: absolute;
  right: 0;
  /* transform: translateX(10%); */
  /* opacity: 1;
  transform: translateX(0); */
}

.fir-c-right.slide-in-common {
  opacity: 1;
  transform: translateX(0);
}

.fir-c-right img {
  width: 100%;
  height: auto;
  /* object-fit: fill; */
  /* padding-right: 50px; */
}

/* [END] */

/* .second-container [START] */
.second-container {
  z-index: 100;
  width: 100%;
  background-color: #fff;
  /* position: relative; */
  overflow-x: hidden;
  /* background:linear-gradient(to right,#793385,#562665); */
  background: transparent;
  /* background-color: #7E4798; */
  font-family: "Poppins", sans-serif;
  height: 300px;
  margin-top: 60px;
}

.second-container-main-wrapper {
  z-index: 30;
  position: absolute;
  transform: translateY(-7vw);
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  overflow-x: hidden;
  /* overflow: hidden; */
  border-top-left-radius: 70px;
  border-top-right-radius: 70px;
}

.second-container-main {
  width: 80%;
  /* border: 1px solid red; */
  display: flex;
  height: 300px;
}

.s-c-common {
  height: inherit;
  transition: transform 1s ease, opacity 1s ease;
  opacity: 0;
}

.s-c-left {
  width: 40%;
  display: flex;
  align-items: center;
  position: relative;
}

.s-c-heading-mob {
  display: none;
}

@keyframes moveUp {
  0% {
    bottom: 0;
    font-size: 10px;
    opacity: 0;
  }

  25% {
    bottom: 20%;
    font-size: 13px;
    opacity: 0.15;
  }

  100% {
    bottom: 20%;
    font-size: 13px;
    opacity: 0.25;
  }
}

@keyframes two {
  0% {
    bottom: 20%;
    font-size: 13px;
    opacity: 0.25;
  }

  25% {
    bottom: 40%;
    font-size: 15px;
    opacity: 0.35;
  }

  100% {
    bottom: 40%;
    font-size: 15px;
    opacity: 0.35;
  }
}

@keyframes three {
  0% {
    bottom: 40%;
    font-size: 15px;
    opacity: 0.35;
  }

  25% {
    bottom: 60%;
    font-size: 18px;
    opacity: 0.45;
  }

  100% {
    bottom: 60%;
    font-size: 18px;
    opacity: 0.45;
  }
}

@keyframes four {
  0% {
    bottom: 60%;
    font-size: 18px;
    opacity: 0.45;
  }

  25% {
    bottom: 80%;
    font-size: 20px;
    opacity: 0.6;
  }

  100% {
    bottom: 80%;
    font-size: 20px;
    opacity: 0.6;
  }
}

@keyframes five {
  0% {
    bottom: 80%;
    font-size: 20px;
    opacity: 1;
  }

  25% {
    bottom: 100%;
    font-size: 30px;
    opacity: 1;
  }

  100% {
    bottom: 100%;
    font-size: 30px;
    opacity: 1;
  }
}

.s-c-text-wrapper {
  position: relative;
  left: -20%;
  width: 100%;
  height: 60%;
  margin-top: 30px;
  /* border: 1px solid red; */
}

.text {
  position: absolute;
  bottom: 0;
  opacity: 0;
  width: 100%;
  text-align: center;
  /* font-size: 20px !important; */
  color: #7e4798;
  font-family: "Forum", sans-serif;
}

.class-1 {
  animation: moveUp 4s linear forwards;
}

.class-2 {
  animation: two 4s linear forwards;
}

.class-3 {
  animation: three 4s linear forwards;
}

.class-4 {
  animation: four 4s linear forwards;
}

.class-5 {
  animation: five 4s linear forwards;
}

/* .s-c-box{
    width: 300px;
    height: 200px;
    overflow: hidden;
    position: relative;
} */
.s-c-btn {
  position: absolute;
  bottom: 40px;
  /* left:110px; */
  left: 30%;
  transform: translateX(-50%);
}

.s-c-btn button {
  cursor: pointer;
  border: none;
  padding: 5px 8px;
  font-size: 12px;
  /* font-weight: 100; */
  color: white;
  background: #7e4798;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  border-radius: 5px;
  transition: 0.5s all;
}

.s-c-btn button:hover {
  box-shadow: 0px 0px 10px #301e39;
}

/* .s-c-box .animated-text {
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
    font-size: 11px;
    opacity: 0;
    color: #7E4798;
    font-family: "Forum", sans-serif;
    margin-top: 30px;
}
.s-c-box .at-1{
    animation: moveText 5.9s linear infinite, enlargeText 5.9s linear infinite;
}
.s-c-box .at-2{
    animation: moveText 5.9s linear 1.13s infinite, enlargeText 5.9s linear 1.13s infinite;
}
.s-c-box .at-3{
    animation: moveText 5.9s linear 2.275s infinite, enlargeText 5.9s linear 2.275s infinite;
}
.s-c-box .at-4{
    animation: moveText 5.9s linear 3.39s infinite, enlargeText 5.9s linear 3.39s infinite;
}
.s-c-box .at-5{
    animation: moveText 5.9s linear 4.7s infinite, enlargeText 5.9s linear 4.7s infinite;
}

@keyframes moveText {
    0% {
        bottom: 0px;
    }
    90%{
        bottom: 100%;
    }
    100% {
        bottom: 100%;
    }
}

@keyframes enlargeText {
    0% {
        font-size: 13px;
        opacity: 0.5;
    }
    30%{ opacity: 1;}
    80%{
        opacity: 1;
        font-size: 30px;
    }
    100% {
        font-size: 30px;
        opacity: 1;
    }
} */
.s-c-right {
  width: 60%;
  transform: translateX(30%);
  color: #7e4798;
  font-family: "Forum", sans-serif;
  display: flex;
  align-items: center;
}

.s-c-right-wrap {
  width: 100%;
}

.s-c-right-top {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.s-c-right-top h1 {
  font-family: "Forum", sans-serif;
  font-weight: 200;
  font-size: 40px;
}

.s-c-right-bottom {
  display: flex;
  justify-content: flex-end;
}

.s-c-right-bottom p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  text-align: end;
  width: 450px;
}

.slide-in-common {
  opacity: 1;
  transform: translateX(0);
}

/* [END] */

/* Third-container [START] */
.third-container {
  width: 100%;
  background: transparent;
  /* background:linear-gradient(to right,#793385,#562665); */
  /* background-color: #7E4798; */
  overflow: hidden;
  height: 400px;
}

.third-container-main-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.third-container-main {
  width: 100%;
  height: 100%;
  display: flex;
}

/* Style for each half */
.half {
  flex: 1;
  box-sizing: border-box;
}

/* Left half */
.left-half {
  /* border-right: 1px solid #000; */
  position: relative;
  overflow: hidden;
}

.image-container {
  transform: translateX(-30%);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  transition: 1s all;
}

.image-container.slide-in-common {
  opacity: 1;
  transform: translateX(0%);
}

/* Style for images */
.category-image {
  position: absolute;
  /* width: 100%; */
  height: auto;
  transition: transform 0.5s ease-in-out;
  transform: translateX(-100%);
  bottom: 0;
}

.category-image.active {
  transform: translateX(0);
}

img.third-c-women {
  height: 100%;
}

img.third-c-men {
  height: 100%;
  /* object-fit: fill; */
}

.right-half-wrapper {
  display: flex;
  align-items: center;
  /* padding-top: 50px; */
  width: 100%;
  /* height: 100%; */
  height: 400px;

  overflow: hidden;
}

/* Right half */
.right-half {
  transition: 1s all;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  width: 100%;
  transform: translateX(30%);
  opacity: 0;
  padding-right: 20%;
}

.right-half.slide-in-common {
  opacity: 1;
  transform: translateX(0px);
}

/* Style for the heading */
.right-half h2 {
  padding-right: 20px;
  font-family: "Forum";
  font-weight: 100 !important;
  font-size: 44px;
  color: #fff;
  margin-bottom: 40px;
  text-align: right;
}

/* Style for tabs */
.tabs {
  display: flex;
  /* border-bottom: 2px solid #ddd; */
  margin-bottom: 10px;
  justify-content: flex-end;
}

.tab {
  padding: 10px 20px;
  font-family: "Forum";
  font-weight: 100 !important;
  font-size: 25px;
  opacity: 0.5;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
}

.tab.active {
  opacity: 1;
  /* background-color: #007bff; */
  /* border-radius: 5px 5px 0 0; */
}

.tab:not(.active):hover {
  /* background-color: #f1f1f1; */
  text-shadow: 1px 1px 10px #fff;
  transition: 0.5s all;
  opacity: 1;
}

/* Style for subcategories */
.subcategories {
  display: none;
  justify-content: flex-end;
  /* margin-bottom: 20px; */
  color: #fff;
}

.subcategory {
  padding: 10px 20px;
  cursor: pointer;
  text-align: right;
  opacity: 0.5;
  font-family: "Poppins", sans-serif;
  font-weight: 100 !important;
  font-size: 15px;
}

.subcategory:not(.active):hover {
  text-shadow: 1px 1px 10px #fff;
  transition: 0.5s all;
  opacity: 1;
}

.subcategory.active {
  font-weight: bold;
  color: #fff;
  opacity: 1;
}

.subcategories.active {
  display: flex;
}

/* Style for subcategory content */
.content {
  text-align: right;
  height: 100px;
  /* overflow-y: auto; */
  /* border-top: 1px solid #ddd; */
  padding-top: 10px;
  padding-right: 20px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  display: none;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 200 !important;
}

.content.visible {
  display: block;
  opacity: 1;
}

.t-c-btn button {
  border: none;
  font-size: 12px;
  padding: 3px 6px;
  font-family: "Poppins", sans-serif;
  font-weight: 600 !important;
  color: #7e4798;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 10px;
  cursor: pointer;
  transition: 0.5s all;
}

.t-c-btn button:hover {
  box-shadow: 0px 0px 10px #fff;
}

/* [END] */

/* [START] */
.fourth-container {
  width: 100%;
  height: 500px;
  overflow: hidden;
  background-color: #fff9f4;
  position: relative;
}

.fo-c-img {
  width: 100%;
  height: 100%;
}

.fo-c-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  object-position: 60% center;

}

.fo-c-content {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
}

.fo-c-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 150px;
  opacity: 0;
  transform: translateX(-30%);
  transition: 1s all;
}

.fo-c-left.slide-in-common {
  opacity: 1;
  transform: translateX(0);
}

.fo-c-content div.fo-c-heading {
  font-family: "Forum";
  font-weight: 300 !important;
  width: 100%;
  font-size: 40px;
  color: #7e4798;
  padding-bottom: 30px;
}

.fo-c-content p.fo-c-desc {
  font-family: "Poppins", sans-serif;
  font-size: 13px !important;
  color: #7e4798;
  padding-bottom: 15px;
}

.fo-c-content .fo-c-btn {
  width: 100%;
}

.fo-c-content .fo-c-btn button {
  cursor: pointer;
  border: none;
  padding: 5px 8px;
  font-size: 15px;
  /* font-weight: 100; */
  color: white;
  background: #7e4798;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  border-radius: 5px;
  transition: 0.5s all;
}

.fo-c-content .fo-c-btn button:hover {
  box-shadow: 0px 0px 10px #301e39;
}

.fo-c-right {
  width: 40%;
  position: relative;
  opacity: 0;
  transform: translateX(30%);
  transition: 1s all;
}

.fo-c-right.slide-in-common {
  opacity: 1;
  transform: translateX(0);
}

.fo-c-right img {
  width: 100%;
  height: 95%;
  object-fit: fill;
  position: absolute;
  bottom: 0;
  left: 60px;
}

/* [END] */

/* [START] */
.fifth-container {
  width: 100%;
  height: 500px;
  overflow: hidden;
  background: transparent;
  /* background:linear-gradient(to right,#793385,#562665); */
  /* background-color: #7E4798; */
  padding: 50px 20px;
  position: relative;
}

.fi-c-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.fi-c-carousel {
  position: relative;
  width: 80%;
  /* max-width: 600px; */
  margin-left: 20px;
  border-radius: 20px;
  background-color: #fff;
  color: #7e4798;
  overflow: hidden;
}

.fi-c-header {
  color: #fff;
  font-family: "Cinzel", sans-serif;
  font-size: 30px !important;
  font-weight: 100 !important;
  width: 80%;
  margin-left: 100px;
  margin-bottom: 20px;
}

.fi-c-slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.fi-c-slide {
  min-width: 100%;
  /* box-sizing: border-box; */
  text-align: left;
  /* padding: 40px; */
  /* background: #ddd; */
  font-family: "Poppins";
  font-weight: 100 !important;
  font-size: 24px;
  padding: 20px 80px;
}

.fi-c-slide div {
  letter-spacing: 4px;
  font-size: 30px;
  margin-bottom: 10px;
}

.fi-c-slide p {
  font-size: 13px;
  width: 70%;
}

.fi-c-dots {
  text-align: center;
  padding: 10px 0;
}

.fi-c-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  cursor: pointer;
}

.fi-c-dot.active {
  background-color: #7e4798;
}

.fi-c-btn {
  width: 80%;
  display: flex;
  justify-content: center;
  padding: 0 20px;
}

.fi-c-btn button {
  border: none;
  font-size: 15px;
  padding: 4px 8px;
  font-family: "Poppins", sans-serif;
  font-weight: 600 !important;
  color: #7e4798;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 30px;
  margin-left: 40px;
  cursor: pointer;
  transition: 0.5s all;
}

.fi-c-btn button:hover {
  box-shadow: 0px 0px 10px #fff;
}

.f-c-image-wrapper {
  width: 400px;
  height: 95%;
  position: absolute;
  bottom: 0;
  right: 70px;
  opacity: 0;
  transform: translateX(30%);
  transition: 1s all;
}

.f-c-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.f-c-image-wrapper.slide-in-common {
  opacity: 1;
  transform: translateX(0px);
}

/* [END] */

/* [START] */
.sixth-container {
  width: 100%;
  height: 350px;
  background-color: #fff;
  overflow: hidden;
  display: flex;
}



.sixth-two-container {
  background-color: #fff;
  overflow: hidden;
  display: flex;
}







.si-c-left {
  width: 50%;
  transition: 1s all;
  opacity: 0;
  transform: translateX(-30%);
}

.si-c-left img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.si-c-left.slide-in-common {
  opacity: 1;
  transform: translateX(0);
}

.si-c-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  opacity: 0;
  transform: translateX(30%);
  transition: 1s all;
  padding-right: 50px;
}

.si-c-right.slide-in-common {
  opacity: 1;
  transform: translateX(0);
}

div.si-c-heading {
  font-family: "Forum";
  font-weight: 300 !important;
  width: 100%;
  text-align: right;
  font-size: 40px;
  color: #7e4798;
  padding-bottom: 15px;
}

div.si-c-subhead {
  font-family: "Poppins";
  font-weight: 100 !important;
  width: 100%;
  text-align: right;
  font-size: 16px;
  color: #7e4798;
  padding-bottom: 40px;
}

p.si-c-desc {
  font-family: "Poppins", sans-serif;
  text-align: right;
  font-size: 13px !important;
  color: #7e4798;
  padding-bottom: 15px;
}

.si-c-btn {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.si-c-btn button {
  cursor: pointer;
  border: none;
  padding: 5px 8px;
  font-size: 13px;
  /* font-weight: 100; */
  color: white;
  background: #7e4798;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  border-radius: 5px;
  transition: 0.5s all;
}

.si-c-btn button:hover {
  box-shadow: 0px 0px 10px #301e39;
}

/* [END] */

/* [START] */
.seventh-container {
  width: 100%;
  height: 600px;
  display: flex;

  flex-direction: column;
  overflow: hidden;
  background: transparent;
  /* background:linear-gradient(to right,#793385,#562665); */
  /* background-color: #7E4798; */
}

.sev-c-header {
  width: 100%;
  font-size: 40px;
  font-family: "Forum", sans-serif;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0;
}

.sev-c-timeline {
  width: 100%;
  height: 400px;
  position: relative;
  /* Required for absolute positioning of timeline elements */
  display: flex;
  align-items: center;
  /* Center vertically */
  justify-content: center;
}

.timeline {
  position: relative;
  width: 80%;
  height: 60px;
}

.timeline-line {
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #fff;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.timeline-dot {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 1;
  /* Ensure dots are above the line */
}

.timeline-dot:nth-child(2) {
  left: 0%;
  top: 50%;
}

.timeline-dot:nth-child(3) {
  left: 30%;
  top: 50%;
}

.timeline-dot:nth-child(4) {
  left: 45%;
  top: 50%;
}

.timeline-dot:nth-child(5) {
  left: 75%;
  top: 50%;
}

.timeline-dot:nth-child(6) {
  left: 100%;
  top: 50%;
}

@keyframes circleEnlarge {
  from {
    width: 0;
    height: 0;
  }

  to {
    width: 100px;
    height: 100px;
  }
}

.t-d-circle {
  width: 0px;
  height: 0px;
  transition: 1s all;
  background-color: white;
  border-radius: 50%;
  z-index: 2;
  transform: translate(0%, -50%);
  /* animation: circleEnlarge 0.5s linear 1.2s forwards; */
  overflow: hidden;
  /* object-fit: contain; */
}

.t-d-circle img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.t-d-circle-wrap {
  width: 100px;
  height: 100px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

.t-d-c-wrap-top {
  bottom: 60px;
  left: -40px;
}

.t-d-c-wrap-bottom {
  top: 50px;
  left: -35px;
  transform: rotate(180deg);
}

.slide-in-common.t-d-c-1 {
  animation: circleEnlarge 0.5s linear 1.2s forwards;
}

@keyframes expand {
  from {
    height: 0;
  }

  to {
    height: 100px;
  }
}

.dotted-line {
  border-left: 2px dotted #fff;
  height: 0px;
  position: relative;
  font-family: "Poppins";
}

.dotted-line p {
  position: absolute;
  overflow: hidden;
  font-size: 13px;
  color: #fff;
  width: 150px;
  /* border: 1px solid black; */
  height: 100%;
}

.d-l-top {
  left: 50%;
  top: -100px;
  transform: rotateX(-360deg);
}

.d-l-bottom {
  left: 50%;
  top: 0px;
}

.slide-in-common.d-l-1 {
  animation: expand 1s linear 0s forwards;
}

.d-l-p-1 {
  left: 50px;
  top: -10px;
  font-size: 11px !important;
}

.d-l-p-3 {
  left: 50px;
  top: -10px;
  font-size: 11px !important;
}

.d-l-p-5 {
  right: 70px;
  text-align: right;
  top: -10px;
  font-size: 11px !important;
}

.d-l-p-2 {
  right: 70px;
  top: 30px;
  text-align: right;
  font-size: 11px !important;
}

.d-l-p-4 {
  right: 70px;
  top: 30px;
  text-align: right;
  font-size: 11px !important;
}

/* [END] */

/* [START] */
.eighth-container {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}

.eighth-container-mobile {
  display: none;
}

.ei-c-top {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 34px;
  color: #7e4798;
  font-family: "Forum";
  padding: 30px;
}

.ei-c-bottom {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 30px;
}

.ei-c-bottom .ei-c-card {
  cursor: pointer;
  /* background: white; */
  background: linear-gradient(to bottom, #793385, #562665);
  color: #fff;
  border-radius: 20px;
  /* border-radius: 8px; */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 250px;
  height: 350px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transform: translateY(70%);
  opacity: 0;
  transition: 1s all;
}

.ei-c-card.slide-up-common {
  opacity: 1;
  transform: translateY(0);
}

.ei-c-card-top,
.ei-c-card-bottom {
  /* padding: 20px; */
  /* text-align: center; */
  flex: 1;
}

.ei-c-card-top {
  width: 100%;
  height: 175px;
}

.ei-c-card-top img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.ei-c-card-bottom {
  width: 100%;
  height: 175px;
  padding: 10px;
}

.ei-c-card-bottom div {
  font-family: "Poppins";
  font-size: 14px;
  margin-bottom: 10px;
}

.ei-c-card-bottom p {
  font-family: "Poppins";
  font-size: 10px;
}

/* [END] */

/* [START] */
footer {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  padding: 40px 40px;
  /* background-color: #fff; */
}

.footer-wrapper {
  width: 90%;
  display: flex;
  margin-left: 30px;
}

.foot {
  width: 25%;
  color: #fff;
  /* color: #7E4798; */
  font-family: "Open Sans";
  font-size: 12px;
}

.foot div {
  margin-bottom: 20px;
  font-weight: bold !important;
}

.foot-4 {
  padding-left: 20px;
}

/* [END] */

@media (max-width: 600px) {
  .first-c-dots-dyn {
    /* display: none; */
    top: calc(80% + 60px);
  }

  .loader-overlay img {
    width: 100px;
  }

  header {
    display: none;
  }

  .header-mob {
    display: block;
    position: absolute;
    z-index: 1000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    background-color: transparent;
    color: #fff;
    width: 100%;
  }

  .menu-container {
    position: relative;
    width: 100%;
    display: flex;
  }

  .menu-container div {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .menu-toggle {
    background: none;
    border: none;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    padding: 10px;
  }

  .side-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    color: #562665;
    transition: transform 0.3s ease;
    transform: translateX(-100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
    z-index: 1000;
  }

  .side-menu ul {
    list-style: none;
    padding: 0;
    text-align: center;
  }

  .side-menu li {
    margin: 20px 0;
  }

  .side-menu a {
    color: #562665;
    text-decoration: none;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
  }

  .close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    color: #562665;
    font-size: 36px;
    cursor: pointer;
  }

  .side-menu.menu-open {
    transform: translateX(100%);
  }

  .first-container {
    flex-direction: column;
    /* padding-top: 90px; */
    height: 100vh;
  }

  .fir-c-right {
    position: absolute;
    bottom: 50px;
    width: 100%;
    /* width: 300px; */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .fir-c-right img {
    /* height: 200px; */
    transform: translate(0px, 20px);
  }

  .fir-c-left {
    width: 100%;
    padding-left: 0px;
    padding-top: 0px;
    top: calc(50% - 100px);
  }

  .first-c-slide-dyn .fir-c-left {
    position: absolute;
    top: 20%;
  }

  div.fir-c-heading {
    font-size: 26px;
    text-align: center;
  }

  p.fir-c-desc {
    font-size: 12px !important;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 100 !important;
    padding: 0 15px;
  }

  .fir-c-btn {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    font-size: 13px !important;
  }

  .first-container-btns .fir-c-btn {
    position: absolute;
    /* top: 80%; */
    /* left:8vw; */
    bottom: auto;
    top: 75%;
    transform: translate(-50%, -50%);
    left: 50%;

    z-index: 10;
  }

  .first-container-btns .fir-c-btn button {
    padding: 1vw 3vw;
    font-size: 3vw;
    font-weight: 700;
  }

  .fir-c-btn button {
    font-size: 13px;
  }

  .first-c-slide-dyn img {
    height: 740px;
  }

  .first-c-slide-dyn:nth-child(1) img {
    height: auto;
  }

  .second-container-main {
    width: 100%;
    height: 400px;
  }

  .second-container-main-wrapper {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    transform: translateY(-80px);
    /* padding-top: 80px; */
  }

  .s-c-right {
    display: none;
  }

  .s-c-btn button {
    padding: 8px 11px;
  }

  .s-c-left {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .s-c-heading-mob {
    display: block;
    margin-bottom: 30px;
    font-family: "Forum", sans-serif;
    font-weight: 200;
    font-size: 30px;
    margin-top: 30px;
    color: #7e4798;
  }

  .s-c-text-wrapper {
    left: 0%;
  }

  .s-c-btn {
    left: 50%;
  }

  @keyframes moveUp {
    0% {
      bottom: 0;
      font-size: 10px;
      opacity: 0;
    }

    25% {
      bottom: 20%;
      font-size: 10px;
      opacity: 0.15;
    }

    100% {
      bottom: 20%;
      font-size: 10px;
      opacity: 0.25;
    }
  }

  @keyframes two {
    0% {
      bottom: 20%;
      font-size: 10px;
      opacity: 0.25;
    }

    25% {
      bottom: 40%;
      font-size: 13px;
      opacity: 0.35;
    }

    100% {
      bottom: 40%;
      font-size: 13px;
      opacity: 0.35;
    }
  }

  @keyframes three {
    0% {
      bottom: 40%;
      font-size: 13px;
      opacity: 0.35;
    }

    25% {
      bottom: 60%;
      font-size: 16px;
      opacity: 0.45;
    }

    100% {
      bottom: 60%;
      font-size: 16px;
      opacity: 0.45;
    }
  }

  @keyframes four {
    0% {
      bottom: 60%;
      font-size: 16px;
      opacity: 0.45;
    }

    25% {
      bottom: 80%;
      font-size: 19px;
      opacity: 0.6;
    }

    100% {
      bottom: 80%;
      font-size: 19px;
      opacity: 0.6;
    }
  }

  @keyframes five {
    0% {
      bottom: 80%;
      font-size: 19px;
      opacity: 1;
    }

    25% {
      bottom: 100%;
      font-size: 23px;
      opacity: 1;
    }

    100% {
      bottom: 100%;
      font-size: 23px;
      opacity: 1;
    }
  }

  .third-container {
    height: 100%;
    padding: 20px;
  }

  .left-half {
    flex: 0;
    width: 100%;
    overflow: visible;
  }

  .image-container {
    overflow: visible;
    z-index: 1;
  }

  img.third-c-men {
    height: auto;
    left: -60px;
    bottom: -20px;
  }

  img.third-c-women {
    height: auto;
    bottom: -20px;
    left: -20px;
    display: none;
  }

  .right-half-wrapper {
    align-items: flex-start;
    padding-top: 0px;
    height: 100%;
    z-index: 1;
  }

  .category-image {
    bottom: -40px;
    left: -50px;
  }

  .right-half {
    padding-right: 0;
  }

  .right-half h2 {
    padding-right: 0px;
    font-family: "Forum", sans-serif;
    font-size: 32px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    font-weight: 100 !important;
    margin-top: 30px;
  }

  .tabs {
    width: 100%;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 0px;
  }

  .subcategories {
    justify-content: center;
    width: 100%;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .subcategory {
    padding: 10px 0px;
  }

  .content {
    width: 200px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 12px;
    padding-right: 0px;
    height: 100%;
  }

  .t-c-btn {
    margin-top: 10px;
    border-radius: 8px;
  }

  .t-c-btn button {
    padding: 6px 9px;
  }

  .fourth-container {
    height: 100%;
  }

  .fo-c-img img {
    height: 500px;
  }

  .fo-c-content {
    flex-direction: column;
  }

  .fo-c-left {
    width: 100%;
    padding-left: 0px;
  }

  .fo-c-content div.fo-c-heading {
    padding-bottom: 10px;
    text-align: center;
    margin-top: 20px;
    font-size: 30px;
  }

  .fo-c-content p.fo-c-desc {
    width: 300px;
    text-align: center;
  }

  .fo-c-content .fo-c-btn {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }

  .fo-c-right {
    width: 100%;
    height: 400px;
  }

  .fo-c-right img {
    width: 100%;
    height: auto;
    object-fit: fill;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
  }

  .fifth-container {
    padding: 0;
    width: 100%;
    height: 100%;
  }

  .fi-c-header {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    font-size: 23px !important;
    font-family: "Forum", sans-serif;
    letter-spacing: 0.25rem;
    text-align: center;
    padding: 30px 0px;
  }

  .fi-c-carousel {
    margin-left: 0px;
    width: 100%;
    border-radius: 0px;
  }

  .fi-c-slide {
    padding: 15px 20px 0px 20px;
  }

  .fi-c-slide p {
    font-size: 12px;
    width: 60%;
  }

  .fi-c-slide div {
    font-size: 27px;
    font-family: "Forum";
    letter-spacing: 2px;
  }

  .fi-c-dots {
    width: 60%;
    padding: 3px 0;
  }

  .fi-c-dot {
    width: 5px;
    height: 5px;
  }

  .fi-c-btn {
    padding: 0;
    width: 60%;
  }

  .fi-c-btn button {
    margin-left: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 12px;
  }

  .f-c-image-wrapper {
    /* width: 100%;
        height: auto; */
    width: 60%;
    height: 70%;
    right: 0px;
    display: flex;
    justify-content: flex-end;
  }

  .f-c-image-wrapper img {
    /* width: auto;
        height: auto; */
    width: 100%;
    height: 100%;
  }

  .sixth-container {
    height: 100%;
    flex-direction: column-reverse;
  }

  .si-c-right {
    width: 100%;
    justify-content: center;
    padding-right: 0px;
  }

  div.si-c-heading {
    text-align: center;
    font-size: 26px;
    margin-top: 20px;
  }

  div.si-c-subhead {
    text-align: center;
    padding-bottom: 10px;
    font-weight: 600 !important;
    font-size: 17px;
  }

  p.si-c-desc {
    text-align: center;
    padding: 0px 10px;
  }

  .si-c-btn {
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .si-c-btn button {
    font-size: 11px;
  }





  .img-cont {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }


  .img-cont img {
    width: auto;
    height: auto;
  }







  .si-c-left {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  .si-c-left img {
    width: auto;
    height: auto;
  }

  .seventh-container {
    height: 100%;
    padding-bottom: 50px;
  }

  .sev-c-header {
    margin: 30px 0;
    font-size: 25px;
  }

  .sev-c-timeline {
    transform: rotate(90deg);
    height: 600px;
  }

  .timeline {
    width: 500px;
  }

  .timeline-line {
    left: -20%;
    width: 150%;
  }

  .timeline-dot:nth-child(2) {
    left: -20%;
  }

  .timeline-dot:nth-child(3) {
    left: 15%;
  }

  .timeline-dot:nth-child(4) {
    left: 50%;
  }

  .timeline-dot:nth-child(5) {
    left: 85%;
  }

  .timeline-dot:nth-child(6) {
    left: 130%;
  }

  .t-d-circle {
    transform: translate(0%, 0%) rotate(-90deg);
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .t-d-circle img {
    width: 100%;
    height: 100%;
    object-fit: fill;
  }

  .t-d-circle-wrap {
    width: auto;
    height: auto;
  }

  .t-d-c-wrap-top {
    bottom: 120px;
    left: -10px;
    z-index: 100;
  }

  .t-d-c-wrap-bottom {
    top: 100px;
    left: -50%;
    transform: rotate(0deg);
  }

  .d-l-top {
    z-index: 100;
  }

  .dotted-line p {
    /* rotate: -90deg; */
    transform: rotate(-90deg);
  }

  .d-l-p-1 {
    left: 10px;
    top: -30px;
    font-size: 10px !important;
  }

  .d-l-p-3 {
    left: 10px;
    top: -30px;
    font-size: 10px !important;
  }

  .d-l-p-5 {
    right: 20px;
    text-align: left;
    top: -30px;
    font-size: 10px !important;
  }

  .d-l-p-2 {
    right: auto;
    top: 50px;
    text-align: right;
    font-size: 10px !important;
  }

  .d-l-p-4 {
    right: auto;
    top: 50px;
    text-align: right;
    font-size: 10px !important;
  }

  @keyframes circleEnlarge {
    from {
      width: 0;
      height: 0;
    }

    to {
      width: 40px;
      height: 40px;
    }
  }

  @keyframes afterexpand {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  .slide-in-common.d-l-1 p {
    opacity: 0;
  }

  .slide-in-common.d-l-1 p {
    animation: afterexpand 1s linear 1s forwards;
  }

  .timeline-dot .t-d-c-wrap-bottom img {
    transform: rotate(180deg);
  }

  /* .ei-c-bottom{
        width: 300px;
        margin:auto;
        display: flex;
        align-items: center;
        position: relative;
        overflow: hidden;
        transition: transform 0.3s ease-in-out;
    }
    .ei-c-card{
        min-width: 100%;
    }
    .ei-c-arrow {
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        border: none;
        padding: 10px;
        cursor: pointer;
        z-index: 1;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .ei-c-left-arrow {
        left: 0;
    }

    .ei-c-right-arrow {
        right: 0;
    } */
  .eighth-container {
    display: none;
  }

  .eighth-container-mobile {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    display: block;
    position: relative;
  }

  .ei-c-m-top {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 34px;
    color: #7e4798;
    font-family: "Forum";
    padding: 20px;
    font-size: 26px;
  }

  .ei-c-m-bottom {
    width: 250px;
    /* margin: auto; */
    /* width: 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin: 20px auto;
    transform: translateY(30%);
    opacity: 0;
    transition: 1s all;
    /* opacity: 1;
        transform: translateY(0%); */
    /* padding-top: 10px;
        padding-bottom: 30px; */
  }

  .ei-c-m-bottom.slide-in-common {
    opacity: 1;
    transform: translateY(0%);
  }

  .ei-c-m-cards {
    display: flex;
    /* overflow: hidden; */
    transition: transform 0.3s ease-in-out;
    width: 100%;
  }

  .ei-c-m-bottom .ei-c-m-card {
    /* background: white; */
    background: linear-gradient(to bottom, #793385, #562665);
    color: #fff;
    border-radius: 20px;
    /* border-radius: 8px; */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* width: 250px; */
    min-width: 100%;
    height: 350px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    /* transform: translateY(70%); */
    /* opacity: 0; */
    /* transition: 1s all; */
  }

  .ei-c-m-card {
    opacity: 1;
    transform: translateY(0);
  }

  .ei-c-m-card-top,
  .ei-c-m-card-bottom {
    /* padding: 20px; */
    /* text-align: center; */
    flex: 1;
  }

  .ei-c-m-card-top {
    width: 100%;
    height: 175px;
  }

  .ei-c-m-card-top img {
    width: 100%;
    height: 100%;
    object-fit: fill;
  }

  .ei-c-m-card-bottom {
    width: 100%;
    height: 175px;
    padding: 10px;
  }

  .ei-c-m-card-bottom div {
    font-family: "Poppins";
    font-size: 14px;
  }

  .ei-c-m-card-bottom p {
    font-family: "Poppins";
    font-size: 10px;
  }

  .ei-c-m-arrow {
    font-size: 20px;
    background: rgba(0, 0, 0, 0);
    color: #4b2157;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .ei-c-m-left-arrow {
    /* left: 0; */
    left: calc(50% - 170px);
    transform: translateY(-50%);
  }

  .ei-c-m-right-arrow {
    /* right: 0; */
    right: calc(50% - 170px);
    transform: translateY(-50%);
  }

  .footer-wrapper {
    flex-wrap: wrap;
    margin: 0 30px;
  }

  .foot {
    width: 50%;
    margin-bottom: 30px;
  }
}

@media(max-width: 400px) {
  .content {
    width: 150px;
  }
}







@media only screen and (min-width: 2300px) {
  .second-container {
    height: 500px;
  }

  .second-container-main {
    height: 500px;
  }
}




















/*  */
/*  */
/*  */
/*  */
/*  */
.booking-section {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  margin: auto;
  padding: 50px;
  background-color: white;
}


.booking-image {
  display: flex;

  flex: 1 1 50%;
  min-height: 400px;
  background-color: #f0f0f0;
  overflow: hidden;
  justify-content: center;
  /* center horizontally */
  align-items: center;
}

.booking-image img {
  max-width: 100%;
  /* prevent image overflow */
  height: auto;
  position: relative;
  display: block;
  border-radius: 15px;
  object-fit: cover;

}

.booking-form {
  flex: 1 1 50%;
  /* padding: 30px; */
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(214, 84, 155, 0.1);

}

/* Responsive stacking */
@media (max-width: 768px) {
  .booking-section {
    flex-direction: column;
    padding: 2px;
  }

  .booking-image,
  .booking-form {
    flex: 1 1 100%;
    min-height: auto;
  }

  .booking-container {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .booking-image,
  .booking-form {
    max-width: 100%;
  }
}









/* LAst Service section */

.services-section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 40px 0;

  margin: auto;
}

.service-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.service-item img:hover {
  transform: scale(1.05);
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .services-section {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .services-section {
    grid-template-columns: 1fr;
  }
}


/* Sweet alert */
/* Optional: style inputs inside SweetAlert2 */
.swal2-popup .beauty-booking__input,
.swal2-popup .beauty-booking__textarea {
  width: 100%;
  margin-bottom: 10px;
}

.swal2-popup .beauty-booking__submit-btn {
  width: 100%;
  margin-top: 10px;
}

















/*  */
/* Base Styles */

/* Container Block */
.beauty-booking__container {
  max-width: 850px;
  background: #ffffff;
  padding: 40px;
  border-radius: 15px;
}

/* Header Block */
.beauty-booking__header {
  text-align: center;
  margin-bottom: 35px;
  position: relative;
}

.beauty-booking__title {
  color: #d6549b;
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.beauty-booking__subtitle {
  color: #888;
  font-weight: 400;
}

/* Form Grid Layout */
.beauty-booking__form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* Always 2 columns */
  gap: 25px;
}

/* Form Group */
.beauty-booking__form-group {
  margin-bottom: 20px;
}

/* Full Width Form Group */
.beauty-booking__form-group--full-width {
  grid-column: span 2;
}

/* Label Styling */
.beauty-booking__label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #5a5a5a;
}

.beauty-booking__label--required::after {
  content: " *";
  color: #ff4d7a;
}

/* Input Styling */
.beauty-booking__input {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #e0c8d4;
  border-radius: 8px;
  background-color: #fefafc;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.beauty-booking__input:focus {
  border-color: #d6549b;
  box-shadow: 0 0 0 3px rgba(214, 84, 155, 0.2);
  outline: none;
}

/* Error Message */
.error-message {
  color: red;
  font-size: 0.85rem;
  margin-top: 5px;
}

/* Services Block - Always 2 Columns */
.beauty-booking__services {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: 10px;
  width: 100%;
}

/* Service Option Block */
.beauty-booking__service-option {
  background: #fdf5f9;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #f0e0e8;
  transition: all 0.3s;
}

.beauty-booking__service-option:hover {
  border-color: #d6549b;
  background: #fef0f5;
}

/* Checkbox Input */
.beauty-booking__service-checkbox {
  margin-right: 10px;
  accent-color: #d6549b;
}

/* Button Block */
.beauty-booking__submit-btn {
  background-color: #d6549b;
  color: white;
  border: none;
  padding: 14px 25px;
  font-size: 1rem;
  border-radius: 8px;
  cursor: pointer;
  width: 100%;
  transition: all 0.3s;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.beauty-booking__submit-btn:hover {
  background-color: #c04a89;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(214, 84, 155, 0.3);
}

/* Form Message Styles */
.form-message {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}

.form-message.success {
  color: green;
}

.form-message.error {
  color: red;
}

/* Responsive Adjustments */
@media (max-width: 600px) {
  .beauty-booking__container {
    padding: 25px;
  }

  .beauty-booking__form {
    gap: 15px;
  }

  .beauty-booking__input {
    padding: 10px 12px;
    font-size: 0.95rem;
  }

  .beauty-booking__label {
    font-size: 0.95rem;
  }

  .beauty-booking__title {
    font-size: 1.8rem;
  }
}

@media (max-width: 400px) {
  .beauty-booking__form {
    grid-template-columns: repeat(2, 1fr);
    /* Still 2 columns */
  }

  .beauty-booking__services {
    grid-template-columns: repeat(2, 1fr);
    /* Still 2 columns */
  }
}

.booking-section,
.booking-container {
  max-width: 100vw;
  /* prevent exceeding viewport width */
  overflow-x: hidden;
  /* hide horizontal overflow */
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}



.swiper-button-next::after,
.swiper-button-prev::after {
  color: #fff;
  /* color: #7e4798; */
}

.banner-desktop {
  display: block;
}

.banner-mobile {
  display: none;
}

@media (max-width: 767px) {
  .banner-desktop {
    display: none;
  }

  .banner-mobile {
    display: block;
  }


  .swiper-slide img {
    height: 425px;
    object-fit: contain;
    object-position: top;
    width: 100% !important;
  }

}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
}

.swiper-slide img {
  /* display: block; */
  width: 100%;
}