@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
:root {
  --primary-color: #f200b2;
  --secondary-color: #1f3c88;
  --body-font: "Outfit", sans-serif;
  --heading-font: "Playfair Display", serif;
}

body {
  font-family: var(--body-font);
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.sub-menu,
.mobile-submenu {
  list-style: none;
  padding-left: 15px;
}

/* HEADER */

.rc-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 25px 0;
}

.navbar-brand img {
  max-width: 180px;
}

.navbar-nav {
  gap: 30px;
}

.navbar-nav .nav-link {
  color: #222;
  font-size: 15px;
  font-weight: 500;
}

.navbar-nav .nav-link.active {
  color: var(--primary-color);
}

.schedule-btn {
  padding: 15px 35px;
  border-radius: 60px;
  background: linear-gradient(to right, #000000 0%, #333333 46%, #1c1c1c 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  transition: 0.3s;
  width: max-content;
}

.schedule-btn:hover {
  background: var(--primary-color);
  color: #fff;
}

/* HERO */

.hero-section {
  padding-top: 130px;
  position: relative;
  background: url(../image/banner-hero.png) center / cover no-repeat;
}

.hero-content h1 {
  font-size: 56px;
  line-height: 1.3;
  font-weight: 700;
  color: #111;
}

.hero-content h1 span {
  color: var(--primary-color);
}

.hero-content p {
  max-width: 580px;
  margin: 30px 0;
  color: #555;
  font-size: 18px;
  line-height: 1.8;
}

.hero-buttons {
  display: flex;
  gap: 15px;
  margin-bottom: 35px;
}

.btn-pink {
  padding: 15px 35px;
  border-radius: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
}

.btn-pink {
  background: var(--primary-color);
  color: #fff;
}

.hero-rating {
  display: flex;
  align-items: center;
  gap: 20px;
}

.rating-users {
  display: flex;
  align-items: center;
}

.rating-users img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 3px solid #fff;
  object-fit: cover;
  margin-left: -18px;
}

.rating-users img:first-child {
  margin-left: 0;
}

.rating-arrow {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--primary-color);
  color: #fff;
  margin-left: -18px;
  rotate: 45deg;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-rating .rating-no {
  color: var(--primary-color);
  margin: 0;
  font-size: 18px;
}

.hero-rating p {
  margin: 0;
  color: #222;
  font-size: 14px;
}

/* HERO IMAGE */

.hero-image {
  position: relative;
  text-align: center;
}

.hero-image img {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 700px;
}

/* OFFCANVAS */

.offcanvas {
  width: 320px;
}

.mobile-menu {
  list-style: none;
  padding: 0;
}

.mobile-menu li {
  border-bottom: 1px solid #eee;
}

.mobile-menu li a {
  display: block;
  padding: 15px 0;
  color: #111;
}

.navbar-toggler {
  border: 0;
  font-size: 26px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.section {
  padding: 80px 0;
}

/* reusable tag */

.section-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 130px;
  height: 36px;

  padding: 0 18px;

  border: 1px solid #ff00aa;
  border-radius: 50px;

  color: #ff00aa;
  font-size: 16px;
  font-weight: 500;
  width: max-content;
  margin-bottom: 25px;
}

/* reusable title */

.section-title {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 700;
  font-family: var(--body-font);
  color: #111;

  margin: 0;

  position: relative;
}

.section-title span {
  -webkit-text-stroke: 2px #111;
  color: transparent;
  font-family: system-ui, sans-serif;
}
.title-arrow {
  -webkit-text-stroke: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ff00aa;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 0px;
  position: relative;
  top: -12px;
}

/* images */

.about-top-image img,
.about-bottom-image img {
  width: 100%;
  border-radius: 18px;
  display: block;
}

.about-content-box {
  background: linear-gradient(90deg, #000000 0%, #333333 46%, #1c1c1c 100%);

  padding: 35px;

  border-radius: 20px;

  height: 100%;
}

.about-content-box p {
  color: #fff;
  font-size: 18px;
  line-height: 1.9;

  margin: 0;
}

.about-content-box a {
  color: rgb(0, 128, 255);
}

.corporate-wellness {
  overflow: hidden;
  background: url(../image/corporate-welness-bg.png) center/cover no-repeat;
  position: relative;
}
.corporate-wellness .col-lg-5 {
  display: flex;
  align-items: end;
  justify-content: end;
  padding-right: 110px;
}
.corporate-content {
  max-width: 420px;
}

.corporate-content p {
  margin: 25px 0;
  line-height: 1.8;
}

.corporate-content p a {
  color: rgb(0, 128, 255);
}

.corporateSlider .swiper-slide {
  width: 420px;
}
.corporate-wellness .container {
  max-width: 1440px;
}
.service-card {
  position: relative;
  border-radius: 47px;
  overflow: hidden;
}
.service-card::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 1) 0%,
    rgba(102, 102, 102, 0) 54%
  );
}

.service-card img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}

.service-card__overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px;

  color: #fff;
  font-size: 24px;
  font-family: var(--heading-font);
  z-index: 2;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
}

.corporate-nav {
  display: flex;
  gap: 12px;
  margin-top: 25px;
}

.corporate-prev,
.corporate-next {
  width: 55px;
  height: 55px;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ff00aa;
  color: #ff00aa;
  cursor: pointer;
}

.corporate-prev:hover,
.corporate-next:hover {
  background: #ff00aa;
  color: #fff;
}

.boardroom-section {
  position: relative;
}

.boardroom-img {
  border-radius: 30px;
  overflow: hidden;
}

.boardroom-img img {
  width: 100%;
  display: block;
  border-radius: 47px;
}

.boardroom-content {
  max-width: 580px;
}

.boardroom-content .section-title {
  margin-bottom: 25px;
}

.boardroom-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 10px;
  max-width: 520px;
}

.read-more {
  color: rgb(0, 128, 255);
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 25px;
}

.boardroom-buttons {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.individual-image img {
  width: 100%;
  border-radius: 20px;
  display: block;
}

/* MARQUEE */

.therapy-marquee {
  background: linear-gradient(90deg, #ff9de5 6%, #ffddf6 58%, #ff9de5 100%);
  margin-top: 40px;
  overflow: hidden;
  padding: 14px 0;
}

.therapy-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: therapyMarquee 25s linear infinite;
}

.therapy-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-right: 50px;

  color: #222;
  font-size: 20px;
  font-weight: 400;

  white-space: nowrap;
}

.therapy-item img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  border: 1px solid var(--primary-color);
}

@keyframes therapyMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.therapy-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 50px;
}

.testimonial-box {
  background: url(../image/testimonial-bg.png) center/cover no-repeat;

  padding: 50px 70px;
  border-radius: 35px;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.quote-img {
  position: absolute;
  top: 40px;
  right: 50px;
  height: 120px;
  width: 160px;
}

.testimonial-thumbs {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.testimonial-thumb {
  height: 110px;
  overflow: hidden;

  border-radius: 20px;

  opacity: 0.25;

  cursor: pointer;

  transition: all 0.5s ease;
}

.testimonial-thumb img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  display: block;
}

.testimonial-thumb.active {
  height: 240px;

  opacity: 1;

  transform: scale(1.02);
}

.testimonial-box {
  transition: 0.4s ease;
}

#reviewText,
#reviewName {
  transition: 0.4s ease;
  font-size: 22px;
  margin-top: 20px;
  max-width: 620px;
}
#ratingStar {
  font-size: 32px;
}
.testimonial-rating {
  font-size: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 100px;
}
span.line {
  height: 1px;
  width: 70%;
  background: var(--primary-color);
  display: inline-block;
}

.bloomsberry-section {
  position: relative;
}
.bloomsberry-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to left, #ff98e4, transparent);
  /* background-size: 40px 40px; */
  z-index: 1;
}
.bloomsberry-wrapper {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  z-index: 3;
  padding: 20px 60px 0;
}

.bloomsberry-content {
  max-width: 450px;
}

.bloomsberry-content p {
  margin: 25px 0;

  font-size: 16px;
  line-height: 1.8;

  color: #555;
}

.bloomsberry-image {
  text-align: center;
}

.bloomsberry-image img {
  max-width: 100%;
  display: block;
  margin-left: auto;
}

.productsSlider {
  padding: 30px 0px;
}

.product-card {
  display: block;
  position: relative;
  background: #fff;
  text-decoration: none;
}

.product-card__img {
  height: 260px;
  border: 1px solid #ff98e4;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  padding: 30px;
  position: relative;
  z-index: 3;
  background: #fff;
}

.product-card__img img {
  max-width: 240px;

  transition: 0.4s;
}

.product-card__title {
  height: 80px;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  background: #f200b2;
  position: relative;
  z-index: 1;
  margin-top: -8px;
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 22px;
  font-weight: 600;
}

.product-card__arrow {
  width: 58px;
  height: 58px;
  rotate: 45deg;
  background: #f200b2;

  border-radius: 50%;

  color: #fff;

  position: absolute;

  top: -28px;
  right: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0;

  transform: translateY(-20px);

  transition: 0.4s;

  z-index: 4;
}

.product-card:hover .product-card__arrow {
  opacity: 1;

  transform: translateY(0);
}

.product-card:hover img {
  transform: scale(1.08);
}

.products-nav {
  display: flex;
  justify-content: center;
  gap: 15px;

  margin-top: 40px;
}

.products-prev,
.products-next {
  width: 55px;
  height: 55px;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f200b2;

  color: #f200b2;
  cursor: pointer;
}

.products-prev:hover,
.products-next:hover {
  background: #f200b2;

  color: #fff;
}
.faq-section {
  padding-bottom: 80px;
}
.faq-text {
  font-size: 20px;
  margin-top: 10px;
  font-weight: 300;
}
div#faqAccordion {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.custom-faq .accordion-item {
  margin-bottom: 28px;
  border: 1px solid var(--primary-color);
  border-radius: 30px !important;
  padding: 35px 25px;
  width: 95%;
}
.accordion-item.faq-open {
  border-left: 6px solid var(--primary-color) !important;
  border: 1px solid #e6e6e6;
  width: 100%;
}

.custom-faq .accordion-button {
  background: #fff;
  padding: 0 !important;
  font-family: var(--body-font);
  font-size: 20px;
  font-weight: 400;

  box-shadow: none;

  color: #111;

  transition: 0.4s;

  display: flex;
  align-items: center;
}

.custom-faq .accordion-button::after {
  display: none;
}

.custom-faq .accordion-button:not(.collapsed) {
  background: #fff;
}

/* BODY */

.custom-faq .accordion-body {
  font-size: 16px;
  line-height: 1.8;
  padding: 0 !important;
  background: #fff;
  margin-top: 12px;
}

.cta-banner {
  background: url(../image/banner-bg.png) center/cover no-repeat;
  padding: 120px 0;
}

.cta-banner__content {
  position: relative;
  z-index: 2;
}

.cta-banner__content h2 {
  font-size: 72px;
  line-height: 1.05;
  font-weight: 600;
  color: #111;
  margin-bottom: 35px;
}

.cta-banner__content h2 span {
  color: #f200b2;
}

.cta-banner__buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.cta-banner__image {
  position: relative;
  z-index: 2;

  text-align: right;
}

.cta-banner__image img {
  max-width: 100%;
  display: block;
  margin-left: auto;
}

.contact-cta {
  position: relative;
}

.contact-cta__wrapper {
  position: relative;

  overflow: hidden;

  border-radius: 30px;
  background: linear-gradient(
    90deg,
    #23140d 0%,
    #1a1310 35%,
    #6d144f 70%,
    #f200b2 100%
  );
}

/* Background People */

.contact-cta__wrapper::before {
  content: "";

  position: absolute;

  inset: 0;

  background: url("../image/cta-bg.png") center center / cover no-repeat;

  opacity: 0.18;

  mix-blend-mode: screen;
}

/* Divider */

.contact-cta__content {
  position: relative;

  padding: 70px 60px;

  z-index: 2;
}

.contact-cta__content::before {
  content: "";

  position: absolute;

  left: 30px;
  top: 50%;

  transform: translateY(-50%);

  width: 1px;
  height: 70%;

  background: rgba(255, 255, 255, 0.2);
}

.contact-cta__image {
  position: relative;

  z-index: 2;

  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}

.contact-cta__image img {
  width: 100%;
  max-width: 460px;

  display: block;
}

/* Title */

.contact-cta__title {
  color: #fff;
  font-family: var(--body-font);
  font-size: 46px;

  line-height: 1;

  font-weight: 700;

  margin-bottom: 40px;
}

.contact-cta__title span {
  display: block;

  color: transparent;

  -webkit-text-stroke: 1.5px #fff;
}

/* Form */

.contact-cta__form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.contact-cta__form input,
.contact-cta__form textarea,
.contact-cta__form .contact-field {
  width: 100%;

  height: 62px;

  background: transparent;

  border: 1px solid rgba(255, 255, 255, 0.6);

  border-radius: 50px;

  padding: 0 25px;

  color: #fff;

  outline: none;
}

.contact-cta__form textarea,
.contact-cta__form .wpcf7-form-control-wrap textarea.contact-field {
  padding-top: 20px;

  border-radius: 50px;

  resize: none;
}

.contact-cta__form input::placeholder,
.contact-cta__form textarea::placeholder,
.contact-cta__form .contact-field::placeholder {
  color: #fff;
}

.contact-cta__form button,
.contact-cta__form .contact-submit {
  height: 65px;

  border: none;

  border-radius: 50px;

  background: #fff;

  color: #111;

  font-size: 20px;

  margin-top: 5px;

  transition: 0.3s;
}

.contact-cta__form button:hover,
.contact-cta__form .contact-submit:hover {
  background: #f2f2f2;
}
.contact-cta__form .wpcf7-spinner {
  margin: 12px 0 0;
}


.rc-footer{

    background: linear-gradient(
    180deg,
    rgba(242,0,178,0.28) 0%,
    rgba(255,255,255,0.10) 48%,
    rgba(242,0,178,0.24) 99%
);

    padding:100px 0 30px;

    position:relative;
}

.footer-info h2,
.footer-newsletter h2{
    font-size:42px;
    line-height:1.05;
    font-weight:500;
    color:#111;
    margin-bottom:25px;
}

.footer-email{
    color:#f200b2;
    display:inline-block;
    margin-bottom:30px;
    font-size:16px;
}

.footer-social{
    display:flex;
    gap:12px;
}

.footer-social a{

    width:42px;
    height:42px;
    border-radius:50%;
    background:#f200b2;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.3s;
}

.footer-social a:hover{

    transform:translateY(-3px);
}

.footer-links h4{

    font-size:34px;

    margin-bottom:20px;
}

.footer-links ul{

    list-style:none;

    padding:0;
    margin:0;
}

.footer-links li{

    margin-bottom:10px;
}

.footer-links a{

    color:#333;

    transition:.3s;
}

.footer-links a:hover{

    color:#f200b2;
}

.footer-field{

    margin-bottom:25px;
}

.footer-field input,
.footer-field .footer-input{

    width:100%;

    border:none;

    border-bottom:2px solid #f200b2;

    background:transparent;

    padding:12px 0;

    outline:none;

    color:#222;
}

.footer-btn,
.footer-newsletter-form .footer-btn{

    width:100%;

    height:60px;

    border:none;

    border-radius:60px;

    color:#fff;

    font-size:18px;

    background:linear-gradient(
        90deg,
        #000000 0%,
        #333333 46%,
        #1C1C1C 100%
    );

    transition:.3s;
}

.footer-btn:hover,
.footer-newsletter-form .footer-btn:hover{

    transform:translateY(-2px);
}

.footer-newsletter-form p {
  margin-bottom: 0;
}

.footer-newsletter-form .wpcf7-spinner {
  margin: 14px 0 0;
}

/* Icegram form ID 1 styled to match the original footer form. */
.footer-newsletter .es_form_wrapper,
.footer-newsletter .ig-es-form-wrapper {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
}

.footer-newsletter form.es_subscription_form[data-form-id="1"] {
  background: transparent !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.footer-newsletter form.es_subscription_form[data-form-id="1"] .es-field-wrap {
  margin: 0 0 25px !important;
}

.footer-newsletter form.es_subscription_form[data-form-id="1"] .es-field-label {
  display: block !important;
  margin: 0 !important;
  color: transparent !important;
  font-size: 0 !important;
  font-weight: 400 !important;
}

.footer-newsletter form.es_subscription_form[data-form-id="1"] .es-field-label br {
  display: none !important;
}

.footer-newsletter form.es_subscription_form[data-form-id="1"] input.ig-es-form-input {
  width: 100% !important;
  max-width: 100% !important;
  padding: 12px 0 !important;
  border: 0 !important;
  border-bottom: 2px solid #f200b2 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #222 !important;
  font-family: var(--body-font) !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
}

.footer-newsletter form.es_subscription_form[data-form-id="1"] input.ig-es-form-input::placeholder {
  color: #333 !important;
  opacity: 1 !important;
}

.footer-newsletter form.es_subscription_form[data-form-id="1"] .es-submit-container {
  display: block !important;
  margin: 0 !important;
}

.footer-newsletter form.es_subscription_form[data-form-id="1"] input.es-subscribe-btn {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 60px !important;
  margin: 0 !important;
  padding: 0 24px !important;
  border: 0 !important;
  border-radius: 60px !important;
  background: linear-gradient(90deg, #000 0%, #333 46%, #1c1c1c 100%) !important;
  box-shadow: none !important;
  color: #fff !important;
  font-family: var(--body-font) !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
  transition: 0.3s !important;
}

.footer-newsletter form.es_subscription_form[data-form-id="1"] input.es-subscribe-btn:hover {
  transform: translateY(-2px);
  opacity: 1 !important;
}

.footer-newsletter .es_spinner_image {
  margin-top: 12px;
}

.footer-newsletter .es_subscription_message {
  display: block;
  margin-top: 14px;
}

.footer-bottom{

    margin-top:80px;

    border-top:1px solid rgba(0,0,0,.12);

    padding-top:25px;

    text-align:center;
}

.footer-bottom p{

    color:#f200b2;

    margin:0;
}

/* Corporate + Work With Me inner pages */

body.page-template-template-corporate-wellness .rc-header .navbar-nav .nav-link,
body.page-template-template-work-with-me .rc-header .navbar-nav .nav-link{
    color:#fff;
}

body.page-template-template-corporate-wellness .rc-header .navbar-nav .nav-link.active,
body.page-template-template-work-with-me .rc-header .navbar-nav .nav-link.active,
body.page-template-template-corporate-wellness .rc-header .navbar-nav .nav-link:hover,
body.page-template-template-work-with-me .rc-header .navbar-nav .nav-link:hover{
    color:var(--primary-color);
}

body.page-template-template-corporate-wellness .rc-header .navbar-toggler,
body.page-template-template-work-with-me .rc-header .navbar-toggler{
    color:#fff;
}

.rc-inner-page .hero{
    position:relative;
    min-height:650px;
    padding:170px 0 120px;
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    display:flex;
    align-items:center;
    color:#fff;
}

.rc-inner-page .hero-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to right, rgba(0,0,0,.52), rgba(0,0,0,.08));
}

.rc-inner-page .hero h1{
    color:#fff;
    font-size:58px;
    font-weight:700;
    line-height:1.15;
    margin-bottom:24px;
}

.rc-inner-page .hero p{
    color:#f2f2f2;
    font-size:18px;
    line-height:1.75;
    margin:0;
}

.rc-inner-page .hero-btns{
    margin-top:28px;
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

.rc-inner-page .pink-btn,
.rc-inner-page .blue-btn{
    border:0;
    border-radius:25px;
    padding:10px 20px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    transition:.3s ease;
}

.rc-inner-page .pink-btn{
    background:var(--primary-color);
    color:#fff;
}

.rc-inner-page .pink-btn:hover{
    background:#ff3fc9;
    color:#fff;
}

.rc-inner-page .blue-btn{
    background:var(--secondary-color);
    color:#fff;
}

.rc-inner-page .blue-btn:hover{
    background:#fff;
    color:var(--secondary-color);
    box-shadow:inset 0 0 0 1px var(--secondary-color);
}

.rc-inner-page .section-title{
    font-size:44px;
    line-height:1.2;
    font-weight:700;
    color:#111;
    margin-bottom:20px;
    text-transform:none;
}

.rc-inner-page .subtitle,
.rc-inner-page .sub-title{
    display:inline-block;
    margin-bottom:12px;
    color:var(--primary-color);
    font-size:15px;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.rc-inner-page .section-desc{
    color:#6e6e6e;
    font-size:18px;
    line-height:1.7;
}

.rc-inner-page .img-wrap img{
    width:100%;
    display:block;
    border-radius:32px;
}

.education-section{
    padding:90px 0;
    background:#fff;
}

.education-section p{
    color:#6e6e6e;
    font-size:16px;
    line-height:1.75;
}

.edu-box{
    display:flex;
    align-items:center;
    gap:12px;
    min-height:74px;
    padding:13px 16px;
    border:1px solid var(--primary-color);
    border-radius:12px;
    color:#000;
    font-size:16px;
    font-weight:500;
}

.edu-box img{
    width:38px;
    height:38px;
    object-fit:contain;
    flex:0 0 auto;
}

.boardroom-inner{
    background:#fff;
}

.boardroom-inner .container{
    background:var(--primary-color);
    padding:60px 40px;
    border-radius:39px;
}

.boardroom-inner .section-title,
.boardroom-inner p{
    color:#fff;
}

.boardroom-inner p{
    font-size:16px;
    line-height:1.75;
    margin-bottom:16px;
}

.breakdown-section{
    padding:90px 0;
    background:#f5f5f5;
}

.breakdown-section .section-desc{
    color:#6e6e6e;
    margin-bottom:10px;
    font-size:20px;
    font-weight:600;
}

.break-card{
    background:#fff;
    padding:45px 28px;
    border-radius:35px;
    text-align:center;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    min-height:285px;
    height:100%;
    box-shadow:0 10px 20px rgba(242,0,178,.16);
    transition:.3s;
}

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

.break-card img{
    width:64px;
    height:64px;
    object-fit:contain;
}

.break-card p{
    color:#000;
    font-size:18px;
    font-weight:500;
    line-height:1.45;
    margin:20px 0 0;
}

.wellness-section{
    padding:90px 0;
    background:#fff;
}

.wellness-heading{
    gap:24px;
}

.wellness-section .section-title{
    margin-bottom:0;
}

.wellness-card{
    height:100%;
    text-align:center;
}

.wellness-card img{
    width:100%;
    border-radius:28px;
}

.wellness-card h4{
    font-size:28px;
    margin:24px 0 10px;
}

.wellness-card p{
    color:#6e6e6e;
    max-width:520px;
    margin:10px auto;
    font-size:16px;
    line-height:1.7;
}

.experience-section{
    padding:90px 0;
    background:#f5f5f5;
}

.logo-box{
    background:#fff;
    border-radius:15px;
    padding:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    height:100px;
    transition:.3s;
}

.logo-box img{
    max-width:100%;
    max-height:50px;
    object-fit:contain;
}

.logo-box:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 20px rgba(242,0,178,.16);
}

.cta-section{
    padding:90px 0;
    background:#fff;
}

.cta-box-inner{
    min-height:360px;
    border-radius:39px;
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    position:relative;
}

.cta-box-inner::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.25);
}

.cta-box-inner .cta-content{
    position:relative;
    z-index:1;
}

.cta-box-inner .cta-content h2{
    color:#fff;
    font-size:48px;
    line-height:1.2;
    margin-bottom:22px;
}

.session-section{
    padding:90px 0 55px;
    background:#f5f5f5;
}

.session-card{
    position:relative;
    border:1px solid #ddd;
    border-radius:20px;
    padding:34px 30px 30px;
    margin-bottom:40px;
    background:#fff;
    cursor:pointer;
    transition:.3s;
}

.session-card.active{
    box-shadow:0 10px 25px rgba(242,0,178,.16);
}

.session-badge{
    position:absolute;
    top:-15px;
    left:20px;
    padding:6px 13px;
    border-radius:6px;
    font-size:15px;
    color:#fff;
}

.session-badge.pink{
    background:var(--primary-color);
}

.session-badge.blue{
    background:var(--secondary-color);
}

.session-header h3{
    margin:0;
    font-size:40px;
    font-weight:500;
}

.session-body{
    margin-top:20px;
    display:none;
    color:#6e6e6e;
}

.session-card.active .session-body{
    display:block;
}

.session-body p{
    color:#6e6e6e;
    font-size:16px;
    line-height:1.7;
}

.session-body ul{
    padding:0;
    margin:0 0 12px;
}

.session-body li{
    margin-bottom:8px;
    display:flex;
    list-style:none;
    align-items:center;
    gap:10px;
}

.session-body li i{
    color:var(--primary-color);
}

.session-body .small{
    font-size:16px;
}

.getting-section{
    padding:90px 0 0;
    background:#fff;
}

.getting-box{
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    border-radius:39px;
    padding:90px 60px;
    overflow:hidden;
}

.getting-content h2{
    font-size:36px;
    font-weight:600;
    margin-bottom:15px;
}

.getting-content p{
    color:#6e6e6e;
    font-size:16px;
    line-height:1.7;
    margin:20px 0;
}

.getting-content .pink-btn{
    border-radius:0;
}

.insurance-section{
    padding:90px 0 45px;
    background:#fff;
}

.plans-section{
    padding:0 0 90px;
    background:#fff;
}

.plans-title{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;
    margin-bottom:20px;
}

.plans-title::before,
.plans-title::after{
    content:"";
    flex:1;
    height:1px;
    background:#1c1c1c;
}

.plans-title span{
    font-size:30px;
    font-weight:500;
    color:#1c1c1c;
    font-family:var(--heading-font);
}

.plan-card{
    background:#fff;
    padding:60px 20px;
    border-radius:20px;
    text-align:center;
    height:100%;
    transition:.3s;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.plan-card img{
    max-height:40px;
    max-width:180px;
    margin:0 auto 15px;
    object-fit:contain;
}

.plan-card p{
    font-size:16px;
    color:#6e6e6e;
    margin:0;
}

.plan-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 20px rgba(242,0,178,.16);
}

.plans-buttons{
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
}

@media (max-width:1199px){
    .rc-inner-page .hero h1{
        font-size:48px;
    }

    .rc-inner-page .section-title{
        font-size:38px;
    }
}

@media (max-width:991px){
    .rc-inner-page .hero{
        min-height:auto;
        padding:140px 0 90px;
    }

    .rc-inner-page .hero h1{
        font-size:40px;
    }

    .education-section,
    .breakdown-section,
    .wellness-section,
    .experience-section,
    .cta-section,
    .session-section,
    .getting-section{
        padding:70px 0;
    }

    .boardroom-inner .container,
    .getting-box{
        padding:45px 28px;
    }

    .wellness-heading{
        align-items:flex-start !important;
        flex-direction:column;
    }
}

@media (max-width:767px){
    .rc-inner-page .hero{
        padding:125px 0 70px;
    }

    .rc-inner-page .hero h1{
        font-size:34px;
    }

    .rc-inner-page .hero p,
    .rc-inner-page .section-desc{
        font-size:16px;
    }

    .rc-inner-page .section-title{
        font-size:32px;
    }

    .session-header h3{
        font-size:28px;
    }

    .cta-box-inner{
        min-height:290px;
        padding:40px 20px;
    }

    .cta-box-inner .cta-content h2{
        font-size:34px;
    }

    .plans-title span{
        font-size:24px;
    }
}
