body {
  font-family: "Poppins", sans-serif;
  padding: 0px;
  margin: 0px;
  /* background: rgb(252, 223, 228); */
}

/* Common Banner */

.margin-left-70 {
  margin-left: 70px !important;
}

.common-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.common-banner-left {
  margin-left: 70px;
}

.common-banner-right {
  margin-right: 139.38px;
}

.common-banner h1 {
  color: #000;
  text-align: left;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  margin: 0px;
}

.common-banner .text-span-1 {
  position: relative;
  color: #f84063;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
}

.common-banner .subheading {
  color: #000;
  font-size: 25px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}

/* Common Title and Description */

.margin-top-70 {
  margin-top: 70px;
}

.common-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.common-section h2 {
  color: #000;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 55px;
  margin: 0px;
  margin-top: 89px;
}

.common-section .text-span-2 {
  color: #f84063;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 55px;
  position: relative;
}

.common-section .underline-2 {
  position: absolute;
  right: 0px;
  width: 200px;
  height: 15px;
  background: url("../totalher/buttom-bar-3.svg");
  background-repeat: no-repeat;
}

.common-section .desc {
  max-width: 1046px;
  color: #626262;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
  margin-top: 31px;
  margin-bottom: 43px;
}

/* Common Footer Banner */

.common-footer-banner {
  height: 354px;
  border-radius: 30px;
  /* background: linear-gradient(93.76deg, #ff405e 3.48%, #b8509c 99.62%); */
  margin-left: 70px;
  margin-right: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 90px;
  margin-bottom: 90px;
}
.common-footer-banner .btn-text {
  color: rgba(248, 64, 99, 1) !important;
}
.common-footer-banner .btn {
  width: 217px;
  height: 46px;
  background: #fff;
}

.common-footer-banner h2 {
  color: #fff;
  text-align: center;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  margin: 0px;
}

.common-footer-banner .description {
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  margin: 0px;
  margin-top: 25.61px;
  margin-bottom: 26.73px;
}

/* Header */

.nav-bar {
  /* position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  background: rgb(252, 223, 228); */
  background: #fcdbe0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-left {
  width: 83.251px;
  height: 74.968px;
  margin-left: 70px;
  margin-right: 50px;
}

.nav-right {
  display: flex;
  align-items: center;
}

.nav-links {
  display: flex;
  gap: 20px;
}

.nav-links a {
  text-decoration: none;
}

.nav-links-item {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.nav-links-item.active {
  color: #f44166;
  position: relative;
}

.nav-links-item.active::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 22px;
  transform: translateX(-100%);
  width: 22px;
  height: 2px;
  background-color: #f44166;
  border-radius: 1px;
}

/* .lang {
  width: 115.308px;
  height: 46px;
  border-radius: 100px;
  background: linear-gradient(
    94deg,
    rgba(255, 64, 94, 0.15) 3.48%,
    rgba(184, 80, 156, 0.15) 99.62%
  );
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-left: 42px;
  margin-right: 20px;
}

.lang .flag {
  width: 31.958px;
  height: 31.958px;
}

.lang .country {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.lang .dropdown {
  width: 8.28px;
  height: 12.841px;
} */

.lang {
  position: relative;
  width: 115.308px;
  height: 46px;
  border-radius: 100px;
  background: linear-gradient(
    94deg,
    rgba(255, 64, 94, 0.15) 3.48%,
    rgba(184, 80, 156, 0.15) 99.62%
  );
  display: none;
  justify-content: space-evenly;
  align-items: center;
  margin-left: 42px;
  margin-right: 20px;
  cursor: pointer;
  user-select: none;
}

.lang-options {
  width: -webkit-fill-available;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 5px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  z-index: 100;
}

.lang-option {
  display: none;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  cursor: pointer;
}

.lang-option-mobile {
  display: none;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  cursor: pointer;
}

.lang-option:hover {
  background-color: #f2f2f2;
}

.lang .dropdown {
  width: 12px;
  height: 12px;
}

.nav-btn {
  width: 191.33px;
  height: 46px;
}

.btn {
  text-decoration: none;
  border-radius: 100px;
  background: var(
    --Linear,
    linear-gradient(94deg, #ff405e 3.48%, #b8509c 99.62%)
  );
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-text {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 18px;
}

.btn-logo {
  margin-right: 5.51px;
}

.influencer-button {
  width: 209px;
  height: 46px;
  text-decoration: none;
  border-radius: 100px;
  border: 1px solid #fd3f5e;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.influencer-button-text {
  color: #f84063;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-left: 15px;
}

.influencer-button-logo {
  margin-right: 5px;
}

.header-button-section {
  display: flex;
  gap: 14px;
  margin: 0px 70px 0px 30px;
}

.icon-button-section {
  display: none;
  gap: 10px;
  margin-left: auto;
}

.icon-button-1 {
  min-height: 46px;
  min-width: 46px;
  border-radius: 50%;
  background: var(
    --Linear,
    linear-gradient(94deg, #ff405e 3.48%, #b8509c 99.62%)
  );
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-button-2 {
  min-height: 46px;
  min-width: 46px;
  border-radius: 50%;
  border: 1px solid #fd3f5e;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Home Page */

.section-1 {
  background: url("../totalher/bg-1.png");
  background-size: cover;
}

.hero-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hero-btn {
  width: 216.817px;
  height: 46px;
}

.section-1 .container-left {
  text-align: left;
  width: 506.158px;
  height: 351.581px;
  margin-left: 70px;
}

.section-1 .container-right {
  width: 538.694px;
  height: 599.484px;
  margin-right: 70px;
  position: relative;
}

.highlight-circle {
  position: absolute;
  top: 215px;
  left: 25px;
  width: 133.263px;
  height: 71.601px;
  border: 2px dashed #f84063;
  border-radius: 50% 45%;
  transform: rotate(-14.427deg);
  pointer-events: none;
  z-index: -1;
}

h1 {
  color: #000;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px; /* 120% */
  margin: 0px;
}

.text-span-1 {
  color: #f84063;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
}

.underline {
  margin-top: -7.24px;
  width: 315.235px;
  height: 22px;
  background: url("../totalher/buttom-bar.svg");
  background-repeat: no-repeat;
}

.desc {
  color: #626262;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 26px;
  margin-bottom: 32px;
}

.scroll {
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 18px;
  height: 97.5px;
  display: flex;
}

.scroll-text {
  transform: rotate(90deg);
  color: #f84063;
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 6.66px;
  text-transform: uppercase;
  margin-left: -65px;
}

.circle-wrapper {
  position: relative;
}

.center-img {
  z-index: 1;
}

.outer-img {
  position: absolute;
  animation: smooth-blink 3s ease-in-out infinite;
}

.img1 {
  bottom: 45%;
  left: -15%;
  transform: translateY(50%);
}
.img2 {
  top: 10%;
  left: 10%;
  transform: translateX(-50%);
}
.img3 {
  top: 5%;
  right: 20%;
  transform: translateY(-50%);
}
.img4 {
  bottom: 50%;
  right: -25%;
  transform: translateX(-50%);
}
.img5 {
  bottom: 30%;
  right: -10%;
  transform: translateY(50%);
}

/* @keyframes smooth-blink {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.05);
  }
} */

/* @keyframes smooth-blink {
  0%, 100% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
} */
@keyframes smooth-blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

.section-2 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding-top: 70px;
}

/* .section-2 .container-left {
} */

.section-2 .container-right {
  max-width: 500px;
  margin-right: 70px;
}

.section-2-slash-bar {
  position: absolute;
  right: 105px;
  top: 50px;
}

.section-2-like {
  position: absolute;
  right: 115px;
  bottom: 0px;
}

.section-2 h2 {
  color: #000;
  text-align: left;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  margin: 0px;
  margin-right: 5px;
}

.section-2 .text-span-2 {
  color: #f84063;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  position: relative;
}

.section-2 .underline-2 {
  position: absolute;
  right: 0px;
  width: 215px;
  height: 14px;
  background: url("../totalher/buttom-bar-2.svg");
  background-repeat: no-repeat;
}

.section-2 .subheading {
  color: #000;
  font-size: 25px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}

.section-2 .desc {
  color: #626262;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.slash-bar {
  width: 21.833px;
  height: 134.969px;
  transform: rotate(35.082deg);
  border-radius: 100px;
  opacity: 0.5;
  background: linear-gradient(
    180deg,
    #fd3f5f -105.07%,
    rgba(253, 63, 95, 0) 53.04%
  );
}

.section-3 {
  background: url("../totalher/bg-2.png");
  background-size: cover;
  padding-bottom: 89px;
}

.section-3 h2 {
  color: #000;
  text-align: center;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  margin: 0px;
  padding-top: 89px;
}

.section-3 .text-span-2 {
  color: #f84063;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  position: relative;
}

.section-3 .underline-2 {
  position: absolute;
  right: 0px;
  width: 200px;
  height: 15px;
  background: url("../totalher/buttom-bar-3.svg");
  background-repeat: no-repeat;
}

.section-3 .desc {
  color: #626262;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.card-section {
  width: -webkit-fill-available;
  display: flex;
  justify-content: space-between;
  margin-left: 70px;
  margin-right: 70px;
}

.card {
  min-width: 359.409px;
  height: 354.51px;
  border-radius: 20px;
  border: 1px solid #f84063;
  background: #fff;
  box-shadow: 0px 30px 60px 0px rgba(253, 63, 95, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.card-circle {
  width: 127.645px;
  height: 127.645px;
  background: linear-gradient(
    180deg,
    #fd3f5f -117.37%,
    rgba(188, 78, 151, 0) 100%
  );
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.card-title {
  color: #000;
  text-align: center;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 0px;
  margin: 0px;
  margin-top: 42px;
  margin-bottom: 26px;
}

.card-desc {
  width: 309.609px;
  color: #626262;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 0px;
}

.section-3 .divider {
  margin-top: 71px;
}

.section-3 .card-btn {
  margin-left: auto;
  margin-right: auto;
  width: 158px;
  height: 46px;
  margin-top: -23px;
  z-index: 99;
}

.section-4 {
  padding-top: 83px;
  background: url("../totalher/bg-3.png");
  background-size: cover;
}

.section-4-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-4-1 .container-left {
  max-width: 500.83px;
  margin-left: 70px;
}

.section-4-1 h2 {
  color: #000;
  text-align: left;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  margin: 0px;
}

.section-4-1 .text-span-1 {
  color: #f84063;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
}

.section-4-1 .underline {
  margin-top: -7.24px;
  width: 390px;
  height: 22px;
  background: url("../totalher/buttom-bar-4.png");
  background-repeat: no-repeat;
}

.section-4-1 .subheading {
  color: #000;
  font-size: 25px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}

.section-4-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 93px;
}

.section-4-2 h2 {
  color: #000;
  text-align: center;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  margin: 0px;
  margin-top: 89px;
}

.section-4-2 .text-span-2 {
  color: #f84063;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  position: relative;
}

.section-4-2 .underline-2 {
  position: absolute;
  right: 0px;
  width: 215px;
  height: 14px;
  background: url("../totalher/buttom-bar-2.svg");
  background-repeat: no-repeat;
}

.section-4-2 .subheading {
  color: #000;
  font-size: 25px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}

.section-4-2 .desc {
  width: 762.487px;
  color: #626262;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
  margin-bottom: 40px;
}

.circle-box-row {
  display: flex;
  align-items: center;
}

.circle-box-row .line {
  height: 19px;
  width: 69px;
  margin-top: -55px;
}

.circle-box {
  width: 121.15px;
  height: 121.15px;
  background: rgba(255, 255, 255, 1);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 25px 55px 0px rgba(248, 64, 99, 0.1);
}

.box .circle-box-text {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  margin: 0px;
  margin-top: 24.49px;
}

.section-5 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 70px;
  background: url("../totalher/bg-5.png");
  background-size: cover;
}

/* .section-5 .container-left {
} */

.section-5 .container-right {
  max-width: 500px;
  margin-right: 70px;
}

.section-5 h2 {
  color: #000;
  text-align: left;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  margin: 0px;
  margin-right: 5px;
}

.section-5 .text-span-2 {
  color: #f84063;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  position: relative;
}

.section-5 .underline-2 {
  position: absolute;
  right: 0px;
  width: 270px;
  height: 20px;
  background: url("../totalher/buttom-bar-5.png");
  background-repeat: no-repeat;
}

.section-5 .subheading {
  color: #000;
  font-size: 25px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}

.section-5 .desc {
  color: #626262;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
}

.section-5 .list-below-button {
  text-transform: uppercase;
  height: 46px;
  width: 175.78px;
  margin-top: 40.98px;
}

.list-title {
  font-size: 25px;
  font-weight: 600;
  line-height: 55px;
  margin: 0px;
  margin-top: 6px;
  margin-bottom: 12px;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 14.72px;
}

.list-item {
  height: 66.84px;
  width: 500.83px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 1);
  display: flex;
  align-items: center;
}

.list-style {
  min-height: 45.07px;
  width: 45.07px;
  border-radius: 50%;
  background: linear-gradient(93.76deg, #ff405e 3.48%, #b8509c 99.62%);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  margin-right: 12px;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
}

.list-text {
  max-width: 380px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 0px;
}

.section-6 {
  background: url("../totalher/bg-6.png");
  background-size: cover;
}

.section-6-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-6-1 h2 {
  color: #000;
  text-align: center;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  margin: 0px;
  margin-top: 89px;
}

.section-6-1 .text-span-2 {
  color: #f84063;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  position: relative;
}

.section-6-1 .underline-2 {
  position: absolute;
  right: 0px;
  width: 129px;
  height: 12px;
  background: url("../totalher/buttom-bar-6.png");
  background-repeat: no-repeat;
}

.section-6-1 .subheading {
  color: #000;
  font-size: 25px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}

.home-blog-row {
  width: -webkit-fill-available;
  display: flex;
  justify-content: space-between;
  margin-left: 70px;
  margin-right: 70px;
}

.home-blog-item {
  height: 407.73px;
  width: 359.85px;
  background: rgba(255, 255, 255, 1);
  border-radius: 20px;
  box-shadow: 0px 20px 60px 0px rgba(128, 128, 128, 0.15);
  overflow: hidden;
}

.home-blog-img {
  width: 100%;
  height: 234px;
  display: block;
}

.home-blog-title {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-left: 25px;
  margin-right: 25px;
}

.home-blog-button {
  width: 135px;
  height: 34px;
  margin-left: 25px;
}

.home-blog-button .btn-text {
  text-transform: uppercase;
  font-size: 14px;
}

.home-blog-button .btn-logo {
  margin-right: 12px;
}

.blog-btn {
  width: 158px;
  height: 46px;
  margin-top: 42px;
}

.section-6-2 {
  height: 354px;
  border-radius: 30px;
  background: url("../totalher/bg-7.png");
  background-size: cover;
  margin-left: 70px;
  margin-right: 70px;
  display: flex;
  justify-content: space-between;
  margin-top: 115px;
  margin-bottom: 99px;
}

.section-6-2 .btn-text {
  color: rgba(248, 64, 99, 1) !important;
}

.section-6-2 .btn {
  width: 217px;
  height: 46px;
  background: #fff;
}

.footer-banner {
  margin-top: 79px;
  margin-bottom: 79px;
  margin-left: 62px;
  max-width: 547px;
}

.footer-banner h2 {
  color: #fff;
  text-align: left;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  margin: 0px;
}

.footer-banner .description {
  color: #fff;
  text-align: left;
  font-size: 25px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  margin: 0px;
  margin-top: 25.61px;
  margin-bottom: 26.73px;
}

.footer-banner-image {
  margin-top: -75px;
}

/* Footer */

footer {
  background: rgb(252, 223, 228);
  display: flex;
  flex-direction: column;
  position: relative;
}

.footer-content-mobile {
  display: none;
}

.footer-content {
  display: flex;
  justify-content: space-between;
}

.footer-logo {
  margin-left: 70px;
  margin-right: 65.42px;
  margin-top: 50.53px;
}

.social-group {
  display: flex;
  gap: 11px;
  margin-top: 14.51px;
}

.social {
  width: 29.729px;
  height: 29.729px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-slash-bar {
  margin-top: 81px;
}

.footer-columns-heading {
  color: #000;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 45px;
}

.bottom-bar {
  background: #f44166;
  width: 48.325px;
  height: 2.655px;
  margin-bottom: 23.39px;
}

.quick-links {
  margin-top: 75px;
}

.quick-links-menu {
  display: flex;
  flex-direction: column;
}

.quick-links-menu-item {
  display: flex;
  align-items: center;
  gap: 5.17px;
}

.quick-links-menu-item a {
  text-decoration: none;
}

.quick-links-menu-item img {
  width: 4.827px;
  height: 7.486px;
}

.quick-links-menu-item-text {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.contact {
  max-width: 257px;
  margin-left: 65px;
  margin-right: 64px;
  margin-top: 75px;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.contact-details-item {
  display: flex;
  align-items: start;
  gap: 16px;
}

.contact-details-item .img-margin-top {
  margin-top: 5px;
}

.contact-details-item-text {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.contact-details-item-text span {
  color: #f44166;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.newsletter {
  max-width: 402px;
  margin-right: 70px;
  margin-top: 75px;
}

.newsletter-text {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.email-input-box {
  width: 401.382px;
  height: 60px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background: #fff;
  margin-top: 25.52px;
  margin-bottom: 22.84px;
}

.email-input-box img {
  width: 27.736px;
  height: 20.773px;
  margin-right: 12px;
  margin-left: 18px;
}

.email-input-box input {
  border: none;
  outline: none;
  width: 100%;
}

.email-input-box input::placeholder {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.newsletter-btn {
  width: 157.318px;
  height: 46px;
  border: none;
  padding: 0px;
  cursor: pointer;
}

.footer-divider {
  width: -webkit-fill-available;
  margin-left: 70px;
  margin-right: 70px;
  height: 1px;
  opacity: 0.2;
  background: #fe3f5e;
  align-self: center;
}

.footer-copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 70px;
  margin-right: 70px;
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0%;
  color: rgba(0, 0, 0, 1);
}

.footer-copyright a {
  text-decoration: none;
  color: rgba(0, 0, 0, 1);
}

.ellipse {
  height: 67.35px;
  width: 67.35px;
  position: absolute;
  bottom: 100px;
  right: 0px;
}

/* Contact Us */

.contact-banner {
  background: url("../totalher/contact-banner.png");
  background-size: cover;
}

.contact-banner .underline {
  position: absolute;
  right: 0px;
  margin-top: -7.24px;
  width: 63px;
  height: 10px;
  background: url("../totalher/buttom-bar-7.png");
  background-repeat: no-repeat;
}

.contact-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-form h2 {
  color: #000;
  text-align: center;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  margin: 0px;
  margin-top: 89px;
}

.contact-form .text-span-2 {
  color: #f84063;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  position: relative;
}

.contact-form .underline-2 {
  position: absolute;
  right: 0px;
  width: 184px;
  height: 14px;
  background: url("../totalher/buttom-bar-8.png");
  background-repeat: no-repeat;
}

.contact-form .desc {
  color: #626262;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
  margin-top: 20px;
}

#contact_form {
  width: -webkit-fill-available;
  box-shadow: 0px 6px 60px 0px rgba(246, 65, 101, 0.1);
  border-radius: 14px;
  padding-left: 31.73px;
  padding-right: 31.73px;
  padding-top: 43.2px;
  padding-bottom: 43.2px;
  margin-top: 35.14px;
  margin-bottom: 76.33px;
  margin-left: 70px;
  margin-right: 70px;
}

#contact_form p {
  color: rgba(72, 72, 72, 1);
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  margin: 0px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}

.form-grid-1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.form-grid-3 {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.form-grid-4 {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

label {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(0, 0, 0, 1);
  margin-bottom: 15px;
}

.form-grid-1 input[type="text"],
.form-grid-1 input[type="email"],
.form-grid-1 input[type="tel"] {
  width: 227px;
  border-radius: 10px;
  background: rgba(236, 236, 236, 0.5);
  border: none;
  padding: 10px 15px;
  color: #626262;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.form-grid-1 select,
.form-grid-3 select {
  width: 257px;
  border-radius: 10px;
  background: rgba(236, 236, 236, 0.5);
  border: none;
  padding: 10px 15px;
  color: #626262;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.form-grid-3 input[type="text"],
.form-grid-3 input[type="tel"],
.form-grid-3 input[type="email"] {
  width: 227px;
  border-radius: 10px;
  background: rgba(236, 236, 236, 0.5);
  border: none;
  padding: 10px 15px;
  color: #626262;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.form-grid-4 input[type="text"],
.form-grid-4 input[type="tel"] {
  width: 364px;
  border-radius: 10px;
  background: rgba(236, 236, 236, 0.5);
  border: none;
  padding: 10px 15px;
  color: #626262;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.form-grid-4 select {
  width: 394px;
  border-radius: 10px;
  background: rgba(236, 236, 236, 0.5);
  border: none;
  padding: 10px 15px;
  color: #626262;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.form-grid-2 textarea {
  border-radius: 10px;
  background: rgba(236, 236, 236, 0.5);
  border: none;
  padding: 10px 15px;
  color: #626262;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.form-grid-1 input[type="text"]:focus,
.form-grid-1 input[type="email"]:focus,
.form-grid-1 input[type="tel"]:focus,
.form-grid-1 select:focus,
.form-grid-3 select:focus,
.form-grid-2 textarea:focus {
  outline: none;
  background: rgba(236, 236, 236, 0.5);
}

.form-grid-2 input[type="text"]:focus,
.form-grid-2 input[type="email"]:focus,
.form-grid-2 input[type="email"]:focus,
.form-grid-3 input[type="email"]:focus,
.form-grid-3 input[type="tel"]:focus,
.form-grid-3 input[type="text"]:focus,
.form-grid-4 input[type="text"]:focus,
.form-grid-4 input[type="tel"]:focus,
.form-grid-4 select:focus {
  outline: none;
  background: rgba(236, 236, 236, 0.5);
}

.form-grid-1 select,
.form-grid-3 select {
  cursor: pointer;
  appearance: none;
  background-image: url("../totalher/down-arrow.svg");
  background-position: right 14px center;
  background-repeat: no-repeat;
  background-size: 12px;
}

.form-grid-4 select {
  cursor: pointer;
  appearance: none;
  background-image: url("../totalher/down-arrow.svg");
  background-position: right 14px center;
  background-repeat: no-repeat;
  background-size: 12px;
}

textarea {
  min-height: 160px;
  font-family: inherit;
}

textarea::placeholder {
  color: #626262;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.checkbox-group {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 30px 0;
}

input[type="checkbox"] {
  appearance: none;
  width: 28.626px;
  height: 28.433px;
  flex-shrink: 0;
  border-radius: 6px;
  background: rgba(248, 65, 99, 0.1);
  cursor: pointer;
  position: relative;
  display: inline-block;
}

input[type="checkbox"]:checked::after {
  content: "✓";
  font-size: 20px;
  position: absolute;
  left: 7px;
}

.checkbox-label {
  color: #626262;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0px;
}

.submit-btn {
  width: 157.318px;
  height: 46px;
  border: none;
  padding: 0;
}

.contact-us {
  display: flex;
  justify-content: space-between;
  margin-bottom: 96px;
  margin-left: 70px;
  margin-right: 70px;
}

.contact-us .contact-card {
  width: 360px;
  height: 309.37px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0px 10px 40px 0px rgba(246, 65, 101, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}

.contact-us .card-title {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 0px;
  margin: 0px;
  margin-top: 22px;
  margin-bottom: 17px;
}

.contact-us .card-desc {
  width: 250.64px;
  color: #626262;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
  margin: 0px;
  margin-bottom: 20px;
}

.contact-us .address-text {
  width: 360px;
  height: 70.171px;
  border-radius: 0px 0px 14px 14px;
  background: rgba(248, 64, 99, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(248, 64, 99, 1);
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

/* Subscription */

.subscription-margin {
  margin-left: 70px;
  margin-right: 70px;
}

.subscription-banner {
  background: url("../totalher/subscription-banner.png");
  background-size: cover;
}

.pricing-toggle {
  display: flex;
  width: 286px;
  height: 46px;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0px 6px 40px 0px rgba(246, 65, 101, 0.2);
  margin-bottom: 54px;
}

.toggle-btn {
  padding: 12px 30px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 100px;
  width: 143px;
  height: 46px;
  color: #000;
  background: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.toggle-btn.active {
  background: var(
    --Linear,
    linear-gradient(94deg, #ff405e 3.48%, #b8509c 99.62%)
  );
  color: white;
}

.pricing-tab {
  display: none;
}

.pricing-tab.active {
  width: -webkit-fill-available;
  display: block;
}

.pricing-cards {
  width: -webkit-fill-available;
  display: flex;
  justify-content: space-between;
}

.pricing-card {
  position: relative;
  width: 311px;
  height: 462px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0px 10px 40px 0px rgba(246, 65, 101, 0.2);
  padding: 30px 20px 30px 27px;
}

.pricing-card:hover {
  transform: translateY(-5px);
}

.premium-card {
  background: var(
    --Linear,
    linear-gradient(94deg, #ff405e 3.48%, #b8509c 99.62%)
  );
  color: white;
}

.plan-header {
  margin-bottom: 18px;
}

.plan-title {
  color: #000;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin: 0px;
  margin-bottom: 10px;
}

.plan-description {
  color: #5e5e5e;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0px;
  margin-bottom: 18px;
}

.premium-card .plan-description {
  color: rgba(255, 255, 255, 1);
}

.premium-card .plan-title {
  color: rgba(255, 255, 255, 1);
}

.price {
  margin-bottom: 10px;
}

.price-divider {
  width: -webkit-fill-available;
  height: 0.5px;
  background: #ebebeb;
}

.price-amount {
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

.price-period {
  color: #f24268;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

.premium-card .price-period {
  color: #fff;
}

.features-section {
  margin-bottom: 26px;
}

.features-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin: 0px;
  margin-bottom: 12px;
}

.features-list {
  list-style: none;
}

.features-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.features-list li {
  display: flex;
  align-items: flex-start;
  color: #3a3a3a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.premium-card li {
  color: rgba(255, 255, 255, 1);
}

.features-list li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 9px;
  background-image: url("../totalher/li-before-tik.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 10px;
  margin-right: 8px;
  vertical-align: middle;
}

.premium-card .features-list li::before {
  background-image: url("../totalher/li-before-tik-white.svg");
  color: rgba(255, 255, 255, 0.9);
}

.price-bottom-divider {
  position: absolute;
  bottom: 115px;
  width: 310px;
  height: 1px;
  background: #ebebeb;
}

.premium-card .price-divider {
  opacity: 0.2;
  background: #ebebeb;
}

.premium-card .price-bottom-divider {
  opacity: 0.2;
  background: #ebebeb;
}

.get-started-btn {
  position: absolute;
  bottom: 30px;
  width: 310px;
  padding: 15px;
  border: none;
  border-radius: 100px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 30px;
}

.basic-btn {
  background: var(
    --Linear,
    linear-gradient(94deg, #ff405e 3.48%, #b8509c 99.62%)
  );
  color: #fff;
}

/* .basic-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 64, 129, 0.3);
} */

.premium-btn {
  background: white;
  color: #f24268;
}

/* .premium-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3);
} */

.most-popular {
  position: absolute;
  top: 15px;
  right: 14px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  width: 97.105px;
  padding: 11px 9px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.subscription-footer-banner {
  background: url("../totalher/subscription-footer-banner-image.png");
  background-size: cover;
}

/* Features */

.features-banner {
  background: url("../totalher/features-banner.png");
  background-size: cover;
}

.features-banner .underline {
  position: absolute;
  right: 0px;
  margin-top: -7.24px;
  width: 215px;
  height: 14px;
  background: url("../totalher/buttom-bar-2.svg");
  background-repeat: no-repeat;
}

.tab-container {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  margin: 82px 70px 0px 70px;
}

.tab-menu {
  width: 392px;
  /* height: 537px; */
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid rgba(244, 65, 102, 0.2);
  background: #fff;
}

.tab {
  padding: 15px 20px;
  cursor: pointer;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: background 0.3s;
}

.tab:not(:last-child) {
  border-bottom: 1px solid rgba(244, 65, 102, 0.2);
}

.tab:hover {
  background: #fdf0f4;
}

.tab.active {
  color: #f44166;
  box-shadow: 0px 12px 40px 0px rgba(248, 64, 99, 0.1);
}

.tab-content {
  width: 709px;
  /* height: 537px; */
  border-radius: 10px;
  border: 1px solid rgba(244, 65, 102, 0.2);
  background: #fff;
}

.content {
  display: none;
  padding: 18px 19px;
  /* display: flex; */
  /* gap: 22px; */
}

.content.active {
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 20px;
}

.tab-container .card {
  width: 611px;
  height: auto;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0px 6px 60px 0px rgba(246, 65, 101, 0.1);
  padding: 20px;
}

.tab-card-title-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 16px;
}

.tab-container .tab-card-image-box {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: linear-gradient(94deg, #ff405e 3.48%, #b8509c 99.62%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab-container .tab-card-image {
  width: 26px;
  height: 26px;
}

.tab-container .tab-card-title {
  margin: 0;
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  margin-left: 16px;
}

.tab-container .tab-card-desc {
  margin: 0;
  color: #626262;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

/* About */
.common-h2 {
  margin: 0px;
  color: #000;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 55px;
}

.text-span-3 {
  color: #f84063;
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
  z-index: 1;
}

.underline-svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  pointer-events: none;
  z-index: -1;
}

.about-section-2 {
  background: transparent;
}

.about-section-2 .subheading {
  color: #000;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: normal;
}

.mission-vision-section {
  padding: 90px 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url("../totalher/about-banner-2.png");
  background-size: cover;
}

.mission-vision-section .card {
  width: 440px;
  height: 172px;
  border-radius: 20px;
  border: 1px solid #f84063;
  background: #fff;
  box-shadow: 0px 30px 60px 0px rgba(253, 63, 95, 0.15);
  padding: 46px 73px 43px 43px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.mission-vision-section .card-title {
  margin: 0px;
  color: #000;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 25px;
}

.text-primary {
  color: #f84063;
}

.mission-vision-section .card-text {
  margin: 0px;
  color: #626262;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.about-us-card-1 {
  border-radius: 14px;
  background: #fff;
  box-shadow: 0px 10px 40px 0px rgba(246, 65, 101, 0.1);
  width: 458px;
  height: 90px;
  padding: 20px;
}

.about-us-card-1-title {
  margin: 0px;
  color: #f84063;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.how-it-started {
  background: url("../totalher/about-banner-3.png");
  background-size: cover;
  padding: 49px 0px 80px 0px;
}

.carousel-container-1 {
  text-align: center;
  margin: 0 70px;
}

.carousel-container-1 h2 {
  color: #000;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 55px;
  margin: 0px;
  margin-bottom: 30px;
}

.carousel {
  display: flex;
  justify-content: space-between;
  overflow-x: auto;
  gap: 65px;
  scroll-behavior: smooth;
  padding: 20px 0;
}

.carousel {
  scrollbar-width: none; /* Firefox */
}

.carousel::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.carousel-card {
  position: relative;
  min-width: 261.383px;
  height: 297.541px;
  border-radius: 16px;
  overflow: hidden;
}

.carousel-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.carousel-card .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 8.9%, #000 118.34%);
  pointer-events: none;
}

.carousel-card .label {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  z-index: 2;
}

.tagline {
  color: #000;
  text-align: center;
  font-size: 25px;
  font-style: italic;
  font-weight: 500;
  line-height: 35px;
}

.carousel-controls {
  margin-top: 20px;
}

.carousel-controls {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
}

.carousel-controls-button-left {
  background: url("../totalher/carousel-left.svg");
  background-repeat: no-repeat;
  min-height: 41px;
  min-width: 41px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

.carousel-controls-button-right {
  background: url("../totalher/carousel-right.svg");
  background-repeat: no-repeat;
  min-height: 41px;
  min-width: 41px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

.core-values {
  background: url("../totalher/about-banner-4.png");
  background-size: cover;
  padding: 80px 0px;
}

.carousel-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.carousel-container-2 {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  margin: 0px;
}

.carousel::-webkit-scrollbar {
  display: none;
}

.carousel-card-1 {
  box-shadow: none;
}

.carousel-container-2-btn-left {
  margin-left: 13px;
  margin-right: 12px;
}

.carousel-container-2-btn-right {
  margin-left: 12px;
  margin-right: 13px;
}

.leader-title {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
}

.leader-card {
  border-radius: 14px;
  background: #fff;
  box-shadow: 0px 10px 40px 0px rgba(246, 65, 101, 0.1);
  width: 458px;
  height: 185px;
  padding: 30px 20px;
  position: relative;
}

.leader-word {
  margin: 0px;
  color: #000;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}

.leader-card-image {
  width: 230.648px;
  height: 57.931px;
  position: absolute;
  left: 20px;
  bottom: 25px;
}

.quot-image {
  position: absolute;
  right: 30px;
  bottom: 25px;
}

.about-end-section {
  background: url("../totalher/about-banner-5.png");
  background-size: cover;
}

/* Join Waitlist */

.text-center {
  text-align: center;
}

.waitlist-carousel-section {
  margin: 90px 0px;
}

.waitlist-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.waitlist-carousel-card-section {
  width: -webkit-fill-available;
  display: flex;
  justify-content: space-between;
  gap: 22px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.waitlist-carousel-card {
  min-width: 268px;
  max-width: 268px;
  height: 322px;
  border-radius: 20px;
  border: 1px solid #f84063;
  background: #fff;
  box-shadow: 0px 20px 60px 0px rgba(128, 128, 128, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

.waitlist-carousel-card-circle {
  width: 103px;
  height: 103px;
  background: linear-gradient(
    180deg,
    #fd3f5f -117.37%,
    rgba(188, 78, 151, 0) 100%
  );
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.waitlist-carousel-card-title {
  width: 100%;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 0px;
  margin: 22.59px 27px 17px 28px;
}

.waitlist-carousel-card-desc {
  color: #626262;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 0px 27px 30px 28px;
}

.list-1 {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.list-item-1 {
  display: flex;
}

.list-text-1 {
  color: #626262;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
  margin: 0px;
  margin-left: 10px;
}

.list-title-1 {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 55px;
  margin: 0px;
  margin-top: 15px;
}

#join_waitlist {
  width: min-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0px;
  box-shadow: none;
  padding: 0px;
  margin: 0px;
  margin-top: 45px;
}

.faq-banner-1 {
  background: url("../totalher/join-waitlist-banner-1.png");
  background-size: cover;
}

.join-waitlist-end-section {
  background: url("../totalher/join-waitlist-banner-2.png");
  background-size: cover;
}

/* FAQs */

.faq-footer-banner-btn {
  width: 192px !important;
  height: 46px !important;
}

.faq-container {
  margin: 70px;
}

.faq-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  align-items: center;
}

.faq-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 100px;
  background: var(
    --Linear,
    linear-gradient(94deg, #ff405e 3.48%, #b8509c 99.62%)
  );
  width: 175px;
  height: 44px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  cursor: pointer;
}

.faq-tab:not(.active) {
  border-radius: 300px;
  border: 1px solid rgba(244, 65, 102, 0.2);
  background: #fff;
  box-shadow: 0px 10px 55px 0px rgba(248, 64, 99, 0.1);
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
}

.faq-search {
  margin-left: auto;
  border: none;
  outline: none;
  border-radius: 300px;
  background: #fff;
  box-shadow: 0px 25px 80px 0px rgba(248, 64, 99, 0.15);
  width: 325px;
  height: 44px;
  flex-shrink: 0;
}

.faq-divider {
  width: -webkit-fill-available;
  margin-top: 35px;
  height: 1px;
  opacity: 0.4;
  background: #d9d9d9;
  align-self: center;
}

.faq-heading {
  color: #000;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
}

.faq-item {
  border-radius: 10px;
  margin-bottom: 35px;
  overflow: hidden;
  transition: all 0.3s ease;
  border-radius: 10px;
  border: 1px solid rgba(244, 65, 102, 0.2);
  background: #fff;
}

.faq-item.expanded {
  box-shadow: 0px 20px 60px 0px rgba(248, 64, 99, 0.1);
}

.faq-question {
  background: white;
  padding: 20px;
  width: 100%;
  border: none;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
}

.faq-item.expanded .faq-question {
  color: #f44166;
}

.faq-icon {
  font-weight: bold;
  font-size: 20px;
}

.faq-answer {
  padding: 0 20px 20px;
  color: #626262;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: none;
}

.faq-item.expanded .faq-answer {
  display: block;
}

.faq-search-container {
  display: flex;
  align-items: center;
  border-radius: 300px;
  background: #fff;
  box-shadow: 0px 25px 80px 0px rgba(248, 64, 99, 0.15);
  width: 325px;
  height: 44px;
  margin-left: auto;
}

.faq-search-icon {
  width: 16.345px;
  height: 16.93px;
  margin: 0px 10px 0px 16px;
}

.faq-search-input {
  border: none;
  outline: none;
  font-size: 16px;
  flex: 1;
  color: #333;
  background: transparent;
}

.faq-content-section {
  display: none;
}

.faq-content-section.active {
  display: block;
}

/* Privacy */

.privacy-container {
  margin: 118px 70px 90px 70px;
}

.privacy-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.privacy-date,
.privacy-updated {
  display: flex;
  align-items: center;
  gap: 10px;
}

.privacy-date span,
.privacy-updated span {
  color: #f84063;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.privacy-heading {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  margin-top: 50px;
  margin-bottom: 25px;
}

.privacy-intro,
.privacy-text {
  color: #626262;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.privacy-list {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}

.privacy-list li {
  display: flex;
  align-items: start;
  gap: 4px;
  color: #626262;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}

.privacy-list li .li-round {
  margin-top: 15px;
  border-radius: 50%;
  min-width: 9px;
  min-height: 9px;
  background: var(
    --Linear,
    linear-gradient(94deg, #ff405e 3.48%, #b8509c 99.62%)
  );
}

.privacy-text-email {
  color: #f84063;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.privacy-text-email a {
  color: #f84063;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

/* Blogs */

.blogs-container {
  margin: 70px;
}

.blogs-container-h2 {
  color: #000;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 55px;
  margin: 0px;
}

.blogs-search-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}

.blogs-search-box {
  display: flex;
  align-items: center;
  border-radius: 300px;
  background: #fff;
  box-shadow: 0px 25px 80px 0px rgba(248, 64, 99, 0.15);
  width: 325px;
  height: 44px;
}

.blogs-search-box input {
  border: none;
  outline: none;
  background: transparent;
  margin-left: 8px;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.blogs-sort-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.blogs-sort-box label {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0px;
}

.blogs-sort-box select {
  width: 166px;
  height: 44px;
  border-radius: 300px;
  background: #fff;
  box-shadow: 0px 25px 80px 0px rgba(248, 64, 99, 0.15);
  border: none;
  padding: 8px 16px;
  outline: none;
  appearance: none;
  background-image: url("../totalher/dropdown.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px 7px;
  padding-right: 30px;
}

.blogs-h3 {
  color: #000;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 55px;
}

.blogs-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.blogs-section-item {
  height: 498px;
  width: 360px;
  background: rgba(255, 255, 255, 1);
  border-radius: 20px;
  box-shadow: 0px 20px 60px 0px rgba(128, 128, 128, 0.15);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}

.blog-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-left: 25px;
  margin-right: 25px;
}

.blog-post-date {
  margin: 0px;
  color: #f84063;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin: 4px 0px 10px 0px;
}

.blog-post-title {
  margin: 0px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.blog-post-desc {
  margin: 0px;
  color: #626262;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-top: 10px;
}

.blog-button {
  margin-top: auto;
  width: 135px;
  height: 34px;
  margin-bottom: 25px;
}

.blog-button .btn-logo {
  margin-right: 12px;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
  margin-top: 20px;
}

.pagination-number,
.pagination-arrow {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.002px;
  cursor: pointer;
  transition: 0.3s;
}

.pagination-number {
  text-decoration: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-number.active {
  color: white;
  background: linear-gradient(94deg, #ff405e 3.48%, #b8509c 99.62%);
}

/* Blog Details */

.blogs-details-container {
  margin: 70px;
}

.blog-details-section {
  margin-bottom: 80px;
}

.blog-date {
  color: #f84063;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin: 0px;
  margin-bottom: 17px;
}

.blog-paragraph {
  color: #626262;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
  margin-bottom: 20px;
}

.blog-image-text {
  display: flex;
  gap: 20px;
  margin: 40px 0;
  align-items: flex-start;
  flex-wrap: wrap;
}

.blog-img {
  width: 526px;
  height: 361px;
  border-radius: 20px;
  flex-shrink: 0;
}

.blog-paragraph-block {
  flex: 1;
  min-width: 250px;
  color: #626262;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
  margin-bottom: 20px;
}

.blog-subheading {
  color: #000;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin: 0px;
  margin-bottom: 30px;
}

/* Request HER */

.request-her-banner-btn {
  width: 380px !important;
  height: 46px !important;
  text-transform: uppercase;
}

.request-her-section-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 80px 70px;
}

.request-her-section-1-btn {
  width: 305px;
  height: 46px;
}

.request-her-section-6 {
  background: url("../totalher/about-banner-2.png");
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 80px 70px;
}

.carousel-card-2 {
  min-width: 358px;
  height: 420px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 8.9%, #000 118.34%);
  position: relative;
  overflow: hidden;
}

.carousel-card-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.carousel-card-2 .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 8.9%, #000 118.34%);
  pointer-events: none;
}

.carousel-card-2 .label-1 {
  width: 100%;
  position: absolute;
  bottom: 97px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  z-index: 2;
}

.carousel-card-2 .label-2 {
  width: 80%;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  z-index: 2;
}

.request-her-section-5 {
  background: url("../totalher/about-banner-3.png");
  background-size: cover;
  padding: 70px;
}

.request-her-section-5-1 {
  display: flex;
  justify-content: space-between;
}

.request-her-section-5-2 {
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
}

.request-her-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

.request-her-list-title {
  color: #626262;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.request-her-list-item {
  width: 452px;
  height: 51px;
  border-radius: 10px;
  border: 1px solid rgba(244, 65, 102, 0.2);
  padding: 15px 20px;
}

.request-her-list-item:hover {
  border-radius: 14px;
  background: #fff;
  box-shadow: 0px 10px 40px 0px rgba(246, 65, 101, 0.1);
  border: none;
}

.request-her-list-item-title {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0px;
}

.request-her-list-item-desc {
  color: #626262;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
  margin-top: 10px;
}

/* Hamburger button */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
  margin-right: 20px;
}

.hamburger-1,
.hamburger-2 {
  display: none;
  margin-right: 20px;
}

.hamburger span {
  height: 3px;
  width: 25px;
  background: #000;
  border-radius: 2px;
}

.header-button-section-mobile {
  display: none;
  gap: 14px;
  margin: 0px 70px 0px 30px;
}

/* Mobile menu */
.mobile-menu {
  display: none;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: absolute;
  top: 12%;
  left: 0;
  width: -webkit-fill-available;
  z-index: 999;
  padding: 20px;
  gap: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin: 10px;
}

.mobile-menu a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.feature-button {
  height: 46px;
  width: 175px;
  margin-top: 8px;
  gap: 5px;
}

/* Influencer */

.influencer-banner {
  background: url("../totalher/features-banner.png");
  background-size: cover;
}

.influencer-banner .underline {
  position: absolute;
  right: 0px;
  margin-top: -7.24px;
  width: 240px;
  height: 14px;
  background: url("../totalher/buttom-bar-9.svg");
  background-repeat: no-repeat;
}

.influencer-btn-text {
  margin-left: auto;
  margin-right: auto;
}

.influencer-card {
  position: relative;
  height: 281px;
}

.numbers {
  position: absolute;
  top: 33px;
  right: 81px;
  background: linear-gradient(93.76deg, #ff405e 3.48%, #b8509c 99.62%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 31px;
  height: 31px;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 0px;
}

/* Responsive CSS */

@media (max-width: 1199px) {
  .nav-links,
  .lang {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  .hamburger-2 {
    display: flex;
    margin-left: auto;
  }

  .header-button-section {
    display: none;
  }

  .header-button-section-mobile {
    display: flex;
    margin-left: auto;
    margin-right: 0px;
  }

  .mobile-menu.show {
    display: flex;
  }

  .nav-bar {
    justify-content: start;
    padding: 10px 20px;
  }

  .nav-left {
    margin-left: 0px;
  }

  .nav-right {
    justify-content: flex-end;
    margin-right: 20px;
  }
}

@media (max-width: 1199px) {
  .section-1 {
    padding-top: 70px;
  }

  .section-1 .container-right {
    margin-right: 0px;
  }

  .hero-section {
    flex-direction: column-reverse;
  }

  .section-1 .container-left {
    margin: 50px 20px;
  }

  .scroll {
    display: none;
  }

  .section-2 {
    flex-direction: column;
  }

  .section-2 .container-right {
    margin: 50px 20px;
  }

  .section-4-1 {
    flex-direction: column;
  }

  .circle-box-row {
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
  }

  .circle-box-row .line {
    display: none;
  }

  .section-3 .desc {
    width: unset;
  }

  .section-5 {
    flex-direction: column;
  }

  .section-5 .container-right {
    margin: 50px 20px;
  }

  .home-blog-row {
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }

  .footer-banner-image {
    display: none;
  }

  .footer-content {
    display: none;
  }

  .footer-logo {
    margin: 0px;
  }

  .newsletter,
  .contact,
  .quick-links {
    margin: 0px;
  }

  .footer-content-mobile {
    display: block;
  }

  .footer-content-mobile-1,
  .footer-content-mobile-2 {
    display: flex;
    justify-content: space-between;
    margin: 20px;
  }

  /* Privacy */

  .common-banner {
    flex-direction: column-reverse;
  }

  .common-banner-left {
    margin: 50px 20px;
  }

  .common-banner-right {
    margin-right: 0px;
  }

  /* About */

  .mission-vision-section {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    background-repeat: unset;
  }

  .mission-vision-section .card {
    width: 350px;
  }

  .about-us-card-1 {
    height: unset;
    width: unset;
  }

  .leader-card {
    width: unset;
  }

  /* Subscription */

  .pricing-cards {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }

  /* Contact */

  .form-grid-1 {
    flex-direction: column;
    margin-bottom: 0px;
  }

  .form-grid-1 input[type="text"],
  .form-grid-1 input[type="email"],
  .form-grid-1 input[type="tel"],
  .form-grid-1 select {
    width: auto;
    margin-bottom: 20px;
  }

  .contact-us {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  /* Features */

  .tab-container {
    flex-direction: column;
    /* margin: 40px 30px; */
  }

  .tab-menu {
    width: -webkit-fill-available;
  }

  .tab {
    width: -webkit-fill-available;
    font-size: 18px;
    text-align: left;
    border-bottom: 1px solid rgba(244, 65, 102, 0.2);
  }

  .tab-content {
    width: -webkit-fill-available;
    margin-top: 20px;
  }

  .tab-container .card {
    min-width: -webkit-fill-available;
    max-width: -webkit-fill-available;
  }

  /* Blogs */

  .blogs-section {
    gap: 20px;
    justify-content: center;
  }

  /* Waitlist */

  #join_influencer {
    width: -webkit-fill-available;
    margin: 20px 50px;
  }

  #join_waitlist {
    width: -webkit-fill-available;
    margin: 20px 50px;
  }

  .form-grid-3,
  .form-grid-4 {
    width: -webkit-fill-available;
    flex-direction: column;
  }

  .form-grid-3 input[type="text"],
  .form-grid-3 input[type="tel"],
  .form-grid-3 input[type="email"],
  .form-grid-3 select,
  .form-grid-4 input[type="tel"],
  .form-grid-4 input[type="text"],
  .form-grid-4 select {
    width: -webkit-fill-available;
  }

  /* Request Her */

  .request-her-section-5-1 {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .request-her-section-5-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .join-waitlist-end-section {
    background: none;
  }
}

@media (max-width: 768px) {
  .section-1 .container-right {
    height: unset;
    width: unset;
  }

  .section-1 .container-left {
    height: unset;
    width: unset;
  }

  .center-img {
    width: 450px;
  }

  .section-2 .container-left img {
    width: 450px;
  }

  .section-4 .section-4-2 .desc {
    width: unset;
  }

  .section-4 .section-4-1 .container-right img {
    width: 450px;
  }

  .section-5 .container-left img {
    width: 450px;
  }

  .footer-banner h2 {
    font-size: 30px;
    line-height: normal;
  }

  .footer-content-mobile-1 {
    flex-direction: column;
    gap: 20px;
  }

  .slash-bar {
    display: none;
  }

  /* Privacy */

  .common-banner-right img {
    width: 450px;
  }

  .privacy-container {
    margin: 20px;
  }

  /* About */

  .mission-vision-section .card {
    width: 350px;
    height: unset;
  }

  .section-4-1 .container-left {
    max-width: unset;
    margin: 50px 20px;
  }

  /* Subscription */

  .get-started-btn {
    width: -webkit-fill-available;
    margin-right: 27px;
  }

  /* Features */

  .tab {
    width: 100%;
    font-size: 16px;
  }

  .tab-container .tab-card-title {
    font-size: 20px;
    line-height: 28px;
  }

  .tab-container .tab-card-desc {
    font-size: 16px;
    line-height: 22px;
  }

  .tab-container .tab-card-image-box {
    width: 60px;
    height: 60px;
  }

  .tab-container .tab-card-image {
    width: 22px;
    height: 22px;
  }

  /* Blogs */

  .blogs-container {
    margin: 20px;
  }

  .blogs-search-filter {
    flex-direction: column;
    align-items: start;
    gap: 20px;
    margin-bottom: 0px;
  }

  .blogs-search-box {
    width: unset;
  }

  /* Blog Details */

  .blogs-details-container {
    margin: 20px;
  }

  .blog-img {
    width: 450px;
    height: auto;
  }

  /* Request Her */

  .request-her-section-5-1-right img {
    width: 450px;
  }

  .request-her-section-5-2-left img {
    width: 450px;
  }
}

@media (max-width: 640px) {
  .header-button-section-mobile {
    display: none;
  }
  .icon-button-section {
    display: flex;
  }
}

@media (max-width: 540px) {
  .center-img {
    width: 350px;
  }

  .outer-img {
    width: 50px;
  }

  .img1 {
    bottom: 60%;
    left: 2%;
  }
  .img2 {
    top: 10%;
    left: 8%;
  }
  .img3 {
    top: -1%;
    right: 40%;
  }
  .img4 {
    top: 80px;
    right: -8%;
  }
  .img5 {
    bottom: 60%;
    right: 3%;
  }

  .section-2 .container-left img {
    width: 360px;
  }

  .section-4 .section-4-1 .container-right img {
    width: 350px;
  }

  .section-5 .container-left img {
    width: 350px;
  }

  .section-4-1 .underline {
    display: none;
  }

  .list-item {
    width: unset;
  }

  .list-item .list-style {
    min-height: 45.07px;
    min-width: 45.07px;
  }

  .footer-copyright {
    flex-direction: column;
    gap: 10px;
    align-items: start;
    margin-left: 20px;
    margin-right: 20px;
    font-weight: 400;
    font-size: 14px;
  }

  .footer-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin: 0px;
  }

  .btn-text {
    font-size: 12px;
  }

  .section-6-2 .btn {
    width: 200px;
  }

  .hamburger-1 {
    display: none;
  }

  .hamburger-2 {
    margin-left: auto;
  }

  .email-input-box {
    width: 330px;
  }

  /* Privacy */

  .common-banner-right img {
    width: 350px;
  }

  /* Subscription */

  .pricing-card {
    height: auto;
  }

  .get-started-btn {
    position: unset;
  }

  .price-bottom-divider {
    display: none;
  }

  .most-popular {
    top: 5px;
    padding: 5px;
    line-height: normal;
  }

  .common-footer-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin: 50px 20px;
  }

  /* Contact */

  .contact-form h2,
  .contact-form .desc {
    padding: 20px;
  }

  #contact_form {
    margin: 20px;
  }

  .contact-us .contact-card {
    width: 330px;
  }

  .contact-us .address-text {
    width: 330px;
  }

  /* Features */

  .tab-container {
    margin: 20px 16px;
  }

  .tab {
    font-size: 15px;
    padding: 12px 16px;
  }

  .tab-container .tab-card-title {
    font-size: 18px;
  }

  .tab-container .tab-card-desc {
    font-size: 15px;
  }

  .tab-container .tab-card-image-box {
    width: 50px;
    height: 50px;
  }

  .tab-container .tab-card-image {
    width: 18px;
    height: 18px;
  }

  /* Blogs */

  .pagination {
    gap: 6px;
  }

  .pagination-number {
    width: 30px;
    height: 30px;
  }

  .pagination-number,
  .pagination-arrow {
    font-size: 14px;
    line-height: 16px;
  }

  /* Blog Details */

  .blog-img {
    width: 300px;
    height: auto;
  }

  /* Waitlist */

  #join_influencer {
    margin: 30px;
  }

  #join_waitlist {
    margin: 30px;
  }

  /* Request Her */

  .request-her-section-5-1-right img {
    width: 350px;
  }

  .request-her-section-5-2-left img {
    width: 350px;
  }

  .request-her-section-5 {
    padding: 20px;
  }

  .request-her-list-item {
    width: unset;
    height: unset;
  }

  .request-her-section-1-btn {
    width: 240px;
  }

  .request-her-banner-btn {
    width: 300px !important;
  }

  /* Text */

  h1,
  .text-span-1,
  .common-banner h1,
  .common-banner .text-span-1 {
    font-size: 32px;
    line-height: 40px;
  }

  .section-2 .text-span-2,
  .section-2 h2,
  .section-3 h2,
  .section-3 .text-span-2,
  .section-4-1 h2,
  .section-4-1 .text-span-1,
  .section-4-2 h2,
  .section-4-2 .text-span-2,
  .section-5 h2,
  .section-5 .text-span-2,
  .section-6-1 h2,
  .section-6-1 .text-span-2,
  .footer-banner h2,
  .carousel-container-1 h2,
  .common-h2,
  .common-footer-banner h2,
  .faq-heading,
  .blogs-container-h2,
  .blogs-h3,
  .contact-form h2,
  .contact-form .text-span-2 {
    font-size: 30px;
    line-height: 35px;
  }

  .footer-banner .description,
  .common-footer-banner .description {
    font-size: 20px;
  }

  .section-2-like {
    right: 0px;
    bottom: 0px;
  }

  .section-3 h2,
  .section-3 .desc {
    text-align: start;
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-4-2 h2,
  .section-4-2 .subheading,
  .section-4-2 .desc,
  .carousel-container-1,
  .tagline,
  .common-section .desc,
  .request-her-section-1 .desc,
  .request-her-section-1 .common-h2,
  .waitlist-carousel-section .common-h2,
  .waitlist-carousel-section .desc,
  .contact-form .desc,
  .contact-form h2 {
    text-align: start;
  }

  .section-6-2,
  .home-blog-row,
  .section-4-2,
  .carousel-container-1,
  .subscription-margin,
  .faq-container,
  .request-her-section-1,
  .waitlist-carousel-section .common-h2,
  .waitlist-carousel-section .desc {
    margin-left: 20px;
    margin-right: 20px;
  }

  .margin-left-70 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .mission-vision-section .card,
  .request-her-section-6 {
    padding: 20px;
  }

  .section-3 .underline-2,
  .section-4-2 .underline-2 {
    display: none;
  }

  .mission-vision-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mission-vision-section .card {
    max-width: -webkit-fill-available;
    min-width: -webkit-fill-available;
  }

  .request-her-section-1 h2 br {
    display: none;
  }
}

@media (min-width: 1200px) {
  .badge {
    background: #fff;
    padding: 0px 15%;
  }
}


/* Validation */

input.error,
select.error {
  border-color: red !important;
}

.error-msg {
  color: red;
  font-size: 0.9em;
  margin-top: 4px;
  display: block;
}

.form-message {
  margin: 15px 0;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 0.95em;
  display: none;
}

.form-message.success {
  background-color: #e6ffed;
  color: #1a7f37;
  border: 1px solid #1a7f37;
}

.form-message.error {
  background-color: #ffe6e6;
  color: #a33a3a;
  border: 1px solid #a33a3a;
}

.blog-paragraph p:has(img) {
  display: flex;
  justify-content: center;
}
