/*

TemplateMo 575 Leadership Event

https://templatemo.com/tm-575-leadership-event

*/


/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color:                  #ffffff;
  --primary-color:                #0dcaf0;
  --secondary-color:              #0d6efd;
  --section-bg-color:             #f0f8ff;
  --dark-color:                   #000000;
  --navbar-bg-color:              #273053;
  --p-color:                      #717275;
  --highlight-icon-color:         #ff0100;

  --body-font-family:             'DM Sans', sans-serif;

  --h1-font-size:                 62px;
  --h2-font-size:                 48px;
  --h3-font-size:                 36px;
  --h4-font-size:                 32px;
  --h5-font-size:                 24px;
  --h6-font-size:                 22px;
  --p-font-size:                  18px;
  --menu-font-size:               16px;
  --copyright-text-font-size:     16px;

  --font-weight-normal:           400;
  --font-weight-medium:           500;
  --font-weight-bold:             700;
}

body {
    background: var(--white-color);
    font-family: var(--body-font-family); 
}


/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-bold);
  letter-spacing: -1px;
}

h1 {
  font-size: var(--h1-font-size);
  letter-spacing: -2px;
  text-transform: uppercase;
}

h2 {
  font-size: var(--h2-font-size);
  letter-spacing: -2px;
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
  line-height: normal;
}

h6 {
  font-size: var(--h6-font-size);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}

ul li {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  color: var(--p-color);
  text-decoration: none;
}

a:hover {
  color: var(--primary-color);
}

::selection {
  background: var(--primary-color);
  color: var(--white-color);
}

::-moz-selection {
  background: var(--primary-color);
  color: var(--white-color);
}

.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.custom-border-radius {
  border-radius: 20px;
}

b,
strong {
  font-weight: var(--font-weight-bold);
}

.small-title {
  text-transform: uppercase;
}

.avatar-image {
  border: 2px solid var(--white-color);
  border-radius: 100px;
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.avatar-image-left {
  position: relative;
  left: -10px;
}

.avatar-image-left + .avatar-image-left {
  left: -20px;
}

.avatar-image-left + .avatar-image-left + .avatar-image-left {
  left: -30px;
}

.avatar-image-left + .avatar-image-left + .avatar-image-left + .avatar-image-left {
  left: -40px;
}

.avatar-info {
  display: inline-block;
  vertical-align: top;
}


/*---------------------------------------
  CUSTOM ICON               
-----------------------------------------*/
.custom-icon {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border: 2px solid var(--white-color);
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  position: relative;
}

.custom-icon::before,
.custom-icon::after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
}

.custom-icon::before {
  border: 2px solid transparent;
}

.custom-icon::after {
  border: 0 solid transparent;
}

.custom-icon:hover {
  border-color: transparent;
}

.custom-icon:hover::before {
  border-top-color: var(--primary-color);
  border-right-color: var(--primary-color);
  border-bottom-color: var(--primary-color);
  transition: border-top-color .15s linear,border-right-color .15s linear .1s,border-bottom-color .15s linear .2s;
}

.custom-icon:hover::after {
  border-top: 2px solid var(--primary-color);
  border-left-width: 2px;
  border-right-width: 2px;
  transform: rotate(270deg);
  transition: transform .4s linear 0s,border-left-width 0s linear .35s;
}

/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.custom-btn,
.navbar-expand-lg .navbar-nav .nav-link.custom-btn,
.navbar-nav .nav-link.custom-btn {
  background: var(--navbar-bg-color);
  border-radius: 100px;
  color: var(--white-color);
  font-size: var(--copyright-text-font-size);
  font-weight: var(--font-weight-bold);
  padding: 10px 20px;
}

.navbar-expand-lg .navbar-nav .nav-link.custom-btn,
.navbar-nav .nav-link.custom-btn {
  background: var(--navbar-bg-color);
}

.navbar-expand-lg .navbar-nav .nav-link.custom-btn,
.navbar-nav .nav-link.custom-btn {
  margin-left: 20px;
}

.custom-border-btn {
  background: transparent;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
}

.custom-btn:hover,
.navbar-expand-lg .navbar-nav .nav-link.custom-btn:hover,
.navbar-nav .nav-link.custom-btn:hover {
  background: var(--primary-color);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
  color: var(--white-color);
}


/*---------------------------------------
  NAVIGATION              
-----------------------------------------*/
/* .sticky-wrapper {
  background: var(--navbar-bg-color);
} */

.navbar {
  background: rgba(39, 48, 83, 0.6);
  backdrop-filter: blur(10px);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  right: 0;
  left: 0;
  transition: all 0.3s;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-brand {
  font-size: 20px;
  line-height: 1.2rem;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
}

.navbar-logo {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

/*---------------------------------------
  BRAND TITLE               
-----------------------------------------*/
* Container */
.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

/* Main title (GO SPINE) */
.brand-main {
  display: flex;
  align-items: baseline;
  gap: 2px;
  font-family: 'Playfair Display', serif;
}

/* GO (light blue gradient feel) */
.brand-go {
  font-size: 30px;
  font-weight: 600;
  color: #4ec6df;
}

/* SPINE (dark blue) */
.brand-spine {
  font-size: 30px;
  font-weight: 600;
  color: #1f2f6b;
}

/* Tagline */
.brand-tagline {
  font-size: 6.5px;
  color: #d1d5db;  /* light grey like your logo */
  letter-spacing: 1px;
  font-family: 'Playfair Display', serif;
}

.brand-logo {
  font-size: 38px;
}

.brand-text {
  display: inline-block;
  vertical-align: top;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 20px;
  padding-left: 20px;
}

.navbar-nav .nav-link {
  color: var(--white-color);
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-medium);
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-nav .nav-link.active, 
.navbar-nav .nav-link:hover {
  color: var(--primary-color);
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: var(--white-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--white-color);
  width: 30px;
  height: 2px;
  content: '';
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}


/*---------------------------------------
  HIGHLIGHT              
-----------------------------------------*/
.highlight {
  background: var(--navbar-bg-color);
  padding-bottom: 16px;
}

.highlight-thumb {
  position: relative;
  overflow: hidden;
  margin-top: 24px;
  margin-bottom: 24px;
}

.highlight-thumb::after {
  content: "";
  background: rgba(0, 0, 0, 0.45);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.highlight-thumb:hover .highlight-title {
  opacity: 0;
  visibility: hidden;
}

.highlight-thumb:hover .highlight-icon {
  opacity: 1;
  visibility: visible;
}

.highlight-thumb:hover .highlight-image {
  transform: scale(1.2);
}

.highlight-info {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.highlight-image {
  display: block;
  width: 100%;
  transition: transform 2s;
}

.highlight-title {
  color: var(--white-color);
  transition: opacity 1s;
  margin-bottom: 0;
}

.highlight-icon {
  color: var(--highlight-icon-color);
  font-size: var(--h1-font-size);
  opacity: 0;
  transition: transform 1s;
  visibility: hidden;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.highlight-icon:hover {
  color: var(--white-color);
}


/*---------------------------------------
  HERO
-----------------------------------------*/
.hero{
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-text {
  position: absolute;
  top: 40%;
  left: 5%;
  transform: translateY(-50%);
  text-align: left;
  width: 90%;
  max-width: 700px;
  z-index: 2;  
}

.hero-text h1 {
  display: flex;
  flex-direction: column;

  line-height: 1.1;
}

.hero-text h1 small {
  display: block;

  margin-top: 20px;

  font-size: 0.4em;
  line-height: 1.8;

  max-width: 90%;

  font-weight: 400;
}

.hero .arrow-icon {
  position: relative;
  top: 50px;
  z-index: 2;
}

.video-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.video-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.date-text,
.location-text {
  border: 1px solid var(--white-color);
  color: var(--white-color);
  display: inline-block;
  padding: 10px 20px;
  position: relative;
  z-index: 2;
}

.date-text {
  border-right: 0;
}

/*---------------------------------------
  HEADING LINE
-----------------------------------------*/

.heading-line{ 
  display:block; 
  width:50px; 
  height:3px; 
  background:var(--primary-color); 
  border-radius:999px; 
  margin: 18px auto 28px;
}

/*---------------------------------------
  ABOUT US
-----------------------------------------*/

.about-section {
  background: linear-gradient(180deg, #ffffff 0%, #f4f8fb 100%);
  position: relative;
  overflow: hidden;
}

.about-section::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 300px;
  height: 300px;
  background: rgba(0, 150, 190, 0.08);
  border-radius: 50%;
}

.about-header {
  margin-bottom: 55px;
  position: relative;
  z-index: 2;
}

.section-tag {
  display: inline-block;
  color: #00a7c8;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.about-header h2 {
  color: #123b63;
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 0;
}

/* Row spacing */
.about-row {
  position: relative;
  z-index: 2;
  margin-bottom: 70px;
}

.about-row:last-child {
  margin-bottom: 0;
}

/* Image */
.about-image-wrap {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(18, 59, 99, 0.13);
}

.about-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 167, 200, 0.08),
    rgba(18, 59, 99, 0.08)
  );
  pointer-events: none;
}

.about-image {
  width: 100%;
  height: 430px;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.about-image-wrap:hover .about-image {
  transform: scale(1.05);
}

/* Text content */
.about-content {
  background: #ffffff;
  padding: 48px 46px;
  border-radius: 28px;
  box-shadow: 0 18px 45px rgba(18, 59, 99, 0.08);
  border: 1px solid rgba(0, 150, 190, 0.08);
  height: 100%;
}

.about-label {
  display: inline-block;
  color: #00a7c8;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.about-content h2,
.about-content h3 {
  color: #123b63;
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 14px;
}

.about-card-line {
  width: 52px;
  height: 4px;
  background: #00a7c8;
  border-radius: 999px;
  margin-bottom: 24px;
}

.about-content p {
  color: #4f5f6f;
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 0;
}

/* Mission different accent */
.mission-content .about-label {
  color: #123b63;
}

.mission-content .about-card-line {
  background: #123b63;
}

/* Tablet */
@media screen and (max-width: 991px) {
  .about-header h2 {
    font-size: 34px;
  }

  .about-row {
    margin-bottom: 55px;
  }

  .about-image {
    height: 360px;
  }

  .about-content {
    padding: 38px 32px;
  }

  .about-content h2,
  .about-content h3 {
    font-size: 30px;
  }
}

/* Mobile */
@media screen and (max-width: 575px) {
  .about-header {
    margin-bottom: 35px;
  }

  .about-header h2 {
    font-size: 30px;
  }

  .about-row {
    margin-bottom: 45px;
  }

  .about-image-wrap,
  .about-content {
    border-radius: 22px;
  }

  .about-image {
    height: 260px;
  }

  .about-content {
    padding: 30px 24px;
  }

  .about-content h2,
  .about-content h3 {
    font-size: 26px;
  }

  .about-content p {
    font-size: 15px;
    line-height: 1.8;
  }
}

/*---------------------------------------
  THERAPISTS
-----------------------------------------*/

.speakers {
    background: var(--section-bg-color);
}

.speakers-text-info {
    padding: 80px 15px 50px;
}

.speakers-text-info h2 {
    font-size: 48px;
    font-weight: 800;
}

.speakers-text-info p {
    max-width: 760px;
    margin: 0 auto;
    color: #667085;
    font-size: 18px;
    line-height: 1.8;
}

.therapist-info-card{
  background:#fff;
  margin:-30px 16px 0;
  padding:22px 18px;
  border-radius:20px;
  position:relative;
  z-index:2;

  box-shadow:
  0 15px 35px rgba(0,0,0,.10);

  transition:.3s;
}

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

.therapist-icon{
  color:var(--primary-color);
  font-size:22px;
  margin-bottom:8px;
}

.therapist-name{
  font-size:28px;
  font-weight:800;
  color:#1f2b52;
  line-height:1.2;
  margin-bottom:8px;
}

.therapist-position{
  color:var(--primary-color);
  font-size:15px;
  font-weight:600;
  margin-bottom:12px;
}

.therapist-line{
  display:block;
  width:50px;
  height:3px;
  background:var(--primary-color);
  border-radius:999px;
  margin:0 auto;
}

/* Modal */

.therapist-profile-modal .modal-dialog {
    max-width: 950px;
}

.therapist-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.therapist-tags span{
  background:#eef8fc;
  color:var(--secondary-color);
  padding:6px 12px;
  border-radius:999px;
  font-size:13px;
  font-weight:600;
}

.therapist-register-list{
  padding-left: 18px;
  margin-bottom: 0;
}

.therapist-register-list li{
  margin-bottom: 6px;
  color: #475467;
  font-size: 15px;
  line-height: 1.6;
}

.therapist-modal {
    position: relative;
    border: none;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0,0,0,0.25);
}

.therapist-close {
    position: absolute;
    top: 22px;
    right: 22px;
    z-index: 10;
    background-color: #ffffff;
    border-radius: 50%;
    padding: 14px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.therapist-modal-left {
    position: relative;
    min-height: 560px;
    background: linear-gradient(145deg, #eef9ff, #ffffff);
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.therapist-modal-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.therapist-badge {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 30px;
    background: var(--primary-color);
    color: #ffffff;
    border-radius: 18px;
    padding: 18px 20px;
    box-shadow: 0 15px 35px rgba(23,193,232,0.35);
}

.therapist-badge strong,
.therapist-badge span {
    display: block;
}

.therapist-badge span {
    font-size: 13px;
    opacity: 0.9;
    margin-top: 4px;
}

.therapist-modal-right {
    padding: 60px 55px 50px;
    background: #ffffff;
}

.therapist-modal-right h3 {
    font-size: 38px;
    font-weight: 800;
    color: #273053;
    margin-bottom: 8px;
}

.therapist-role {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 28px;
}

.therapist-info-box {
    background: #f7f9fc;
    border-radius: 18px;
    padding: 18px 20px;
    margin-bottom: 16px;
}

.therapist-info-box h6 {
    font-size: 15px;
    font-weight: 800;
    color: #273053;
    margin-bottom: 8px;
}

.therapist-info-box p {
    color: #475467;
    font-size: 15px;
    line-height: 1.6;
}

.therapist-info-box small {
    color: #667085;
}

.btn-book {
    display: inline-block;
    margin-top: 10px;
    background: var(--primary-color);
    border-radius: 50px;
    padding: 13px 30px;
    color: #ffffff;
    font-weight: 700;
    box-shadow: 0 12px 25px rgba(23,193,232,0.30);
}

.btn-book:hover {
    color: #ffffff;
    transform: translateY(-2px);
}

/*---------------------------------------
  TREAT              
-----------------------------------------*/

.problems-section {
  background: #f7f9fc;
  padding-top: 90px;
  padding-bottom: 90px;
}

.section-heading h2 {
  font-size: 48px;
  font-weight: 800;
}

.problems-intro {
  max-width: 900px;
  margin: 0 auto;
  color: #667085;
  font-size: 18px;
  line-height: 1.8;
}

.treat-img-wrap{
  width: 320px;
  height: 300px;
  margin: 0 auto 26px;

  display: flex;
  align-items: flex-end;
  justify-content: center;

  background: transparent;
  position: relative;
}

.treat-img-wrap::before{
  display: none; /* remove board */
}

.treat-img-wrap img{
  width: 135%;
  max-height: 320px;
  object-fit: contain;
  object-position: bottom center;

  filter: drop-shadow(0 18px 22px rgba(0,0,0,0.18));
}

.treat-item{
  text-align: center;
  padding: 0 18px 35px;
}

.treat-item h4{
  font-size: 1.85rem;
  font-weight: 800;
  color: #273053;
  margin-bottom: 12px;
}

.treat-item p{
  font-size: 1.05rem;
  line-height: 1.55;
  color: #666;
  max-width: 300px;
  margin: 0 auto;
}

/*---------------------------------------
  SCHEDULE              
-----------------------------------------*/
.nav-tabs {
  border-bottom: 0;
}

.nav-tabs .nav-link,
.nav-tabs .nav-link span {
  display: block;
  text-align: left;
}

.nav-tabs .nav-link span {
  display: block;
}

.nav-tabs .nav-link small {
  display: block;
  font-size: 18px;
  font-weight: normal;
  color: var(--p-color);
}

.nav-tabs .nav-link {
  background: var(--white-color);
  border-radius: 0;
  border: 0;
  border-left: 3px solid var(--section-bg-color);
  padding: 20px 30px;
  transition: all 0.3s;
  width: 25%;
}

.nav-tabs .nav-link:first-child {
  border-left-color: transparent;
}

.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus, 
.nav-tabs .nav-link:hover {
  border-left-color: var(--primary-color);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
}

.nav-tabs .nav-link.active h3,
.nav-tabs .nav-link:focus h3, 
.nav-tabs .nav-link:hover h3 {
  color: var(--primary-color);
}

.schedule-image {
  border-radius: 20px;
}

.service-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.service-card:hover {
  transform: translateY(-8px);
}

.service-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.service-content {
  padding: 24px;
}

.service-content h4 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #273053;
  margin-bottom: 12px;
}

.service-content p {
  color: #6c757d;
  line-height: 1.7;
  margin-bottom: 0;
}


/*---------------------------------------
  CALL TO ACTION              
-----------------------------------------*/
.call-to-action {
  background-image: url('../images/main-bg-services.jpg');
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.call-to-action::after {
  content: "";
  background: rgba(0, 0, 0, 0.45);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.call-to-action .row {
  position: relative;
  z-index: 2;
}

.call-to-action .custom-btn {
  background: var(--white-color);
  color: var(--dark-color);
}

.call-to-action .custom-btn:hover {
  background: var(--primary-color);
  color: var(--white-color);
}


/*---------------------------------------
  PRICING              
-----------------------------------------*/
.pricing-thumb {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.pricing-title-wrap,
.pricing-body {
  padding: 40px;
}

.pricing-title-wrap {
  background: var(--navbar-bg-color);
  padding: 20px 40px;
}

.pricing-title {
  color: var(--white-color);
}

/*---------------------------------------
  CENTRE SHOWCASE
-----------------------------------------*/
.centre-carousel {
  border-radius: 20px;
  overflow: hidden;
}

.centre-image {
  height: 650px;
  object-fit: cover;
}

.carousel-caption {
  background: rgba(0, 0, 0, 0.45);
  border-radius: 12px;
  padding: 15px 20px;
}

.carousel-caption h5,
.carousel-caption p {
  color: #fff;
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

@media screen and (max-width: 991px) {
  .centre-image {
    height: 450px;
  }
}

@media screen and (max-width: 576px) {
  .centre-image {
    height: 300px;
  }

  .carousel-caption {
    padding: 10px 12px;
  }

  .carousel-caption h5 {
    font-size: 16px;
  }

  .carousel-caption p {
    font-size: 13px;
  }
}

/*---------------------------------------
  VENUE               
-----------------------------------------*/
.venue {
  background: var(--section-bg-color);
}

.venue-thumb {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.venue-info-title,
.venue-info-body {
  padding: 40px;
}

.venue-info-title {
  background: var(--navbar-bg-color);
  padding: 20px 40px;
}

.google-map {
  border-radius: 20px;
}


/*---------------------------------------
  CONTACT              
-----------------------------------------*/
.contact {
  background-image: url('../images/main-bg-2.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.contact-form {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.contact-form h2 {
  background: var(--navbar-bg-color);
  color: var(--white-color);
  padding: 30px 50px;
}

.contact-form .row {
  padding: 50px;
}

.arrow-icon {
  background: var(--section-bg-color);
  border-radius: 100px;
  color: var(--dark-color);
  font-size: var(--h5-font-size);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  margin: auto;
}

.arrow-icon:hover {
  background: var(--primary-color);
  color: var(--white-color);
}


/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/
.custom-form .form-control {
  background: var(--section-bg-color);
  border: 0;
  margin-bottom: 24px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.custom-form button[type="submit"] {
  background: var(--primary-color);
  border-radius: 100px;
  color: var(--white-color);
  font-weight: var(--font-weight-bold);
  transition: all 0.3s;
  margin-bottom: 0;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
  background: var(--navbar-bg-color);
}

/*---------------------------------------
  WHATSAPP               
-----------------------------------------*/

.whatsapp-box {
  background: white;
  padding: 60px 40px;
  border-radius: 25px;
}

.whatsapp-icon {
  font-size: 70px;
  color: #25D366;
  margin-bottom: 20px;
}

.whatsapp-btn {
  background: #25D366;
  color: white;
  padding: 15px 35px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s ease;
}

.whatsapp-btn:hover {
  background: #1ebe5d;
  color: white;
  transform: translateY(-3px);
}

.floating-whatsapp {
  position: fixed;
  width: 65px;
  height: 65px;
  bottom: 25px;
  right: 25px;
  background: #25D366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  text-decoration: none;
  z-index: 999;

  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.35);

  animation: whatsappGlow 2s infinite;
  transition: 0.3s ease;
}

.floating-whatsapp:hover {
  color: white;
  transform: scale(1.08);
}

@keyframes whatsappGlow {

  0% {
      box-shadow:
          0 0 0 0 rgba(37, 211, 102, 0.45);
  }

  70% {
      box-shadow:
          0 0 0 16px rgba(37, 211, 102, 0);
  }

  100% {
      box-shadow:
          0 0 0 0 rgba(37, 211, 102, 0);
  }
}

/*---------------------------------------
  WELCOME POPUP              
-----------------------------------------*/

.welcome-popup {
  position: fixed;
  inset: 0;
  background: rgba(16, 24, 40, 0.65);
  backdrop-filter: blur(8px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.welcome-popup-content {
  position: relative;
  width: 100%;
  max-width: 430px;
  background: linear-gradient(180deg, #ffffff 0%, #f5f8ff 100%);
  border-radius: 28px;
  padding: 42px 32px 36px;
  text-align: center;
  box-shadow: 0 25px 70px rgba(39, 48, 83, 0.28);
  animation: popupFadeUp 0.45s ease;
}

.welcome-close {
  position: absolute;
  top: 16px;
  right: 18px;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: #eef2ff;
  color: #273053;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.25s ease;
}

.welcome-close:hover {
  background: #273053;
  color: #fff;
}

.welcome-logo-wrap {
  width: 92px;
  height: 92px;
  margin: 0 auto 16px;
  background: #ffffff;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 30px rgba(39, 48, 83, 0.15);
}

.welcome-logo {
  width: 68px;
  height: auto;
}

.welcome-brand {
  margin-bottom: 20px;
}

.welcome-popup-content h3 {
  color: #273053;
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 12px;
}

.welcome-popup-content p {
  color: #5f6b85;
  font-size: 15.5px;
  line-height: 1.7;
  margin-bottom: 28px;
}

.welcome-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: linear-gradient(135deg, #25D366, #1ebe5d);
  color: #fff;
  padding: 14px 34px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(37, 211, 102, 0.32);
  transition: all 0.3s ease;
}

.welcome-btn:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(37, 211, 102, 0.42);
}

@keyframes popupFadeUp {
  from {
      opacity: 0;
      transform: translateY(25px) scale(0.96);
  }
  to {
      opacity: 1;
      transform: translateY(0) scale(1);
  }
}

@media screen and (max-width: 480px) {
  .welcome-popup-content {
      padding: 38px 24px 32px;
      border-radius: 24px;
  }

  .welcome-popup-content h3 {
      font-size: 22px;
  }

  .welcome-btn {
      width: 100%;
  }
}

/*---------------------------------------
 KKM          
-----------------------------------------*/

.kkm-icons {
  gap: 12px;
  display: flex;
  align-items: center;
  height: 100%;
}

.kkm-icon {
  height: 55px;
  width: auto;
  object-fit: contain;
  display: block;
}

/*---------------------------------------
  REVEAL              
-----------------------------------------*/

.reveal {
  opacity: 0;
  transform: translateY(45px);
  transition: all 0.9s ease;
}

.reveal.show {
  opacity: 1;
  transform: translateY(0);
}

.reveal-left {
  transform: translateX(-60px);
}

.reveal-right {
  transform: translateX(60px);
}

.reveal-zoom {
  transform: scale(0.9);
}

.reveal.show.reveal-left,
.reveal.show.reveal-right,
.reveal.show.reveal-zoom {
  transform: translateX(0) scale(1);
}


/*---------------------------------------
  GOOGLE REVIEW           
-----------------------------------------*/

.google-review-box{
  background: #ffffff;
  border-radius: 28px;
  padding: 60px 40px;
}

.google-review-widget{
  width: 100%;
  overflow: hidden;
}

@media (max-width: 768px){

  .google-review-box{
      padding: 40px 20px;
  }

}

/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/
.site-footer {
  padding-top: 100px;
  padding-bottom: 100px;
}

.site-footer .navbar-brand {
  color: var(--primary-color);
}

.site-footer .social-icon-link {
  font-size: var(--h6-font-size);
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.site-footer .copyright-text {
  font-size: var(--copyright-text-font-size);
}

.footer-menu {
  margin: 0;
  padding: 0;
}

.footer-menu-item {
  list-style: none;
}

.footer-menu-link {
  font-size: var(--copyright-text-font-size);
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}


/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  background: var(--white-color);
  border-radius: 100px;
  font-size: var(--p-font-size);
  color: var(--dark-color);
  display: inline-block;
  vertical-align: top;
  margin: 2px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.social-icon-link:hover {
  background: var(--primary-color);
  color: var(--white-color);
}


/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (max-width: 1500px) {
   .speakers-text-info {
    padding: 50px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .section-padding,
  .site-footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .custom-btn {
    font-size: var(--copyright-text-font-size);
    padding: 8px 16px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0;
  }

  .navbar-nav .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero {
    height: 100vh;
    min-height: 100vh;
  }

  .nav-tabs .nav-link {
    width: 50%;
  }

  .copyright-text-wrap {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {

  .hero {
        height: 100vh;
        min-height: 100vh;
    }

  .video-wrap img {
      object-position: center top;
  }

  .speakers-text-info {
      padding: 50px 15px 30px;
  }

  .speakers-text-info h2 {
      font-size: 32px;
  }

  .speakers-text-info p {
      font-size: 15px;
      line-height: 1.6;
  }

 .therapist-img-wrap{
    width:100%;
    aspect-ratio: 3 / 4;
    overflow:hidden;
    border-radius:18px;
  }

  .therapist-image{
      width:100%;
      height:100%;
      object-fit:cover;
      object-position:center top;
      display:block;
      padding-top: 20px;
  }

  .therapist-name {
      font-size: 20px;
      margin-top: 22px;
  }

  .therapist-plus {
      width: 34px;
      height: 34px;
      line-height: 34px;
      font-size: 22px;
      bottom: -15px;
  }

  .therapist-profile-modal .modal-dialog {
      margin: 14px;
  }

  .therapist-modal {
      border-radius: 24px;
  }

  .therapist-modal-left {
      min-height: 300px;
  }

  .therapist-modal-photo {
      height: 300px;
  }

  .therapist-badge {
      left: 18px;
      right: 18px;
      bottom: 18px;
      padding: 14px 16px;
  }

  .therapist-modal-right {
      padding: 32px 24px 28px;
  }

  .therapist-modal-right h3 {
      font-size: 28px;
  }

  .therapist-role {
      font-size: 16px;
      margin-bottom: 20px;
  }

  .therapist-info-box {
      padding: 15px 16px;
  }

  .btn-book {
      width: 100%;
      text-align: center;
  }
}

@media (max-width: 575px) {

  .about-section {
      padding-top: 70px;
      padding-bottom: 70px;
  }

  .about-header {
      margin-bottom: 30px;
  }

  .about-header h2 {
      font-size: 28px;
  }

  .section-tag {
      font-size: 13px;
  }

  .about-card {
      padding: 30px 24px;
      border-radius: 22px;
  }

  .about-icon {
      width: 58px;
      height: 58px;
      font-size: 26px;
      border-radius: 17px;
      margin-bottom: 20px;
  }

  .about-card h3 {
      font-size: 23px;
  }

  .about-card p {
      font-size: 15px;
      line-height: 1.75;
  }

}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  .navbar-brand {
    font-size: 16px;
  }

  .custom-btn {
    font-size: 13px;
    padding: 6px 12px;
  }

  .nav-tabs .nav-link {
    margin-right: 0;
    margin-left: 0;
    padding: 15px;
  }

  .hero-text {
    width: 100%;
    padding: 0 20px;
  }

  .hero-text h1 {
    font-size: 42px;
    line-height: 1.15;
    letter-spacing: -1px;
  }

  .hero-text h1 small {
    display: block;

    font-size: 0.4em;
    line-height: 1.8;

    margin-top: 24px;

    max-width: 85%;

    font-weight: 400;
  }

  .site-footer .social-icon-link {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }

  .footer-menu-link {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-menu,
  .copyright-text-wrap {
    justify-content: center;
  }

  .floating-whatsapp {
    width: 58px;
    height: 58px;

    font-size: 30px;

    right: 18px;
    bottom: 18px;
  }
}

