/* =========================================
   Professional Styling Enhancement
   ========================================= */

/* ----- Google Fonts ----- */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Inter:wght@300;400;500;600;700&display=swap');

/* ----- Root Variables Override ----- */
:root {
  --theme-color: #0ea5c8;
  --secondary-color: #d4a853;
  --text-dark: #1a2332;
  --text-muted: #6b7a8d;
  --bg-light: #f8fafc;
  --white: #ffffff;
  --shadow-sm: 0 2px 12px rgba(0,0,0,0.07);
  --shadow-md: 0 6px 28px rgba(0,0,0,0.11);
  --shadow-lg: 0 16px 48px rgba(0,0,0,0.14);
  --radius: 10px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ----- Global Typography ----- */
body {
  font-family: 'Inter', sans-serif;
  font-size: 15.5px;
  line-height: 1.75;
  color: #3d4a5c;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  color: var(--text-dark);
  letter-spacing: -0.02em;
}

p {
  color: var(--text-muted);
  line-height: 1.8;
}

/* ----- Preloader ----- */
#preloader {
  background: var(--white);
  z-index: 99999;
}

.preloader-inner {
  background: rgba(248, 250, 252, 0.95);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-md);
}

/* ----- Topbar ----- */
.topbar.thm-bg {
  background: linear-gradient(135deg, #0c3549 0%, #0ea5c8 100%) !important;
  padding: 8px 0;
  border-bottom: none;
}

.topbar .top-links > li > a {
  font-size: 12.5px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  opacity: 0.9;
  transition: var(--transition);
}

.topbar .top-links > li > a:hover {
  opacity: 1;
}

.topbar .social-links > span {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  opacity: 0.7;
}

.topbar .social-links > a {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  transition: var(--transition);
  margin: 0 2px;
}

.topbar .social-links > a:hover {
  background: rgba(255,255,255,0.25);
  transform: translateY(-1px);
}

/* ----- Header Logo Area ----- */
.logo-contact-menu-wrap {
  background: #ffffff;
  box-shadow: 0 2px 20px rgba(0,0,0,0.07);
}

.header-contact-info > li {
  font-family: 'Inter', sans-serif;
  font-size: 13.5px;
}

.header-contact-info > li strong {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-dark);
}

/* ----- Navigation ----- */
header.style1 nav.thm-bg {
  background: linear-gradient(135deg, #0c3549 0%, #0d7ea0 100%) !important;
  border-radius: 0 !important;
  padding: 0 30px;
  box-shadow: 0 4px 20px rgba(14, 125, 160, 0.25);
}

header.style1 nav ul li > a {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 20px 16px;
  transition: var(--transition);
}

header.style1 nav ul li > a:hover,
header.style1 nav ul li.active > a {
  color: var(--secondary-color) !important;
  background: transparent !important;
}

nav .header-right .thm-btn {
  font-family: 'Inter', sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 11px 24px;
  border-radius: 6px;
  transition: var(--transition);
}

/* Dropdown */
header.style1 nav ul li ul {
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0,0,0,0.06);
  overflow: hidden;
  top: 100%;
}

header.style1 nav ul li ul li a {
  font-size: 13px;
  font-weight: 500;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(0,0,0,0.04);
}

/* ----- Hero / Featured Carousel ----- */
.feat-caro .feat-item {
  position: relative;
}

.feat-img {
  min-height: 620px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.feat-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(10, 30, 60, 0.80) 0%,
    rgba(14, 125, 160, 0.45) 60%,
    rgba(0,0,0,0.1) 100%
  );
}

.feat-cap-wrap {
  bottom: 0;
  top: 0;
  align-items: center;
  z-index: 2;
}

.feat-cap {
  padding: 0 0 60px 80px;
  max-width: 640px;
}

.feat-cap > span {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--secondary-color) !important;
  display: block;
  margin-bottom: 16px;
  opacity: 0.95;
}

.feat-cap > h2 {
  font-family: 'Playfair Display', serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.15;
  color: #ffffff !important;
  margin-bottom: 20px;
  text-shadow: 0 2px 20px rgba(0,0,0,0.3);
}

.feat-cap > p {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: rgba(255,255,255,0.85) !important;
  line-height: 1.7;
  max-width: 480px;
}

.feat-cap > i.flaticon-psychology,
.feat-cap > i.flaticon-mental-health-1,
.feat-cap > i.flaticon-thinking {
  font-size: 52px;
  margin-bottom: 20px;
  display: inline-block;
  color: var(--secondary-color) !important;
  opacity: 0.9;
}

/* ----- Find Therapist Section ----- */
.find-therapist-form-wrap {
  background: linear-gradient(135deg, #0c3549 0%, #0ea5c8 100%) !important;
  border-radius: 14px !important;
  box-shadow: var(--shadow-lg);
  padding: 40px 36px !important;
}

.find-therapist-form-wrap .title-wrap h2 {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  color: #fff;
  margin-top: 8px;
}

.find-therapist-form-wrap .title-wrap > span {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--secondary-color) !important;
}

.find-therapist-form-wrap form input {
  border: 1.5px solid rgba(255,255,255,0.2) !important;
  background: rgba(255,255,255,0.1) !important;
  color: #fff !important;
  border-radius: 8px !important;
  padding: 13px 18px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  transition: var(--transition);
}

.find-therapist-form-wrap form input::placeholder {
  color: rgba(255,255,255,0.55);
}

.find-therapist-form-wrap form input:focus {
  border-color: var(--secondary-color) !important;
  background: rgba(255,255,255,0.15) !important;
  outline: none;
}

.find-therapist-form-wrap form button {
  background: var(--secondary-color) !important;
  color: #fff;
  border: none;
  border-radius: 8px !important;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 14px 30px;
  transition: var(--transition);
}

.find-therapist-form-wrap form button:hover {
  background: #c49440 !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(212, 168, 83, 0.4);
}

/* ----- Section Titles ----- */
.sec-title2 .sec-title2-inner > span {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--theme-color) !important;
}

.sec-title2 .sec-title2-inner > h2 {
  font-size: 38px;
  color: var(--text-dark);
  margin: 12px 0 20px;
  line-height: 1.25;
}

.sec-title .sec-title-inner > h3,
.sec-title.v2 .sec-title-inner > h2 {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  color: var(--text-dark);
}

.sec-title .sec-title-inner > span {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2em;
}

/* ----- Service Boxes ----- */
.serv-box {
  background: #fff;
  border-radius: var(--radius);
  padding: 28px 24px;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  border: 1px solid rgba(0,0,0,0.05);
}

.serv-box:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
  border-color: rgba(14, 165, 200, 0.15);
}

.serv-box > i {
  font-size: 40px;
  margin-right: 18px;
  transition: var(--transition);
}

.serv-box-inner > h4 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: var(--text-dark);
  margin-bottom: 6px;
}

.serv-box-inner > p {
  font-size: 13.5px;
  color: var(--text-muted);
  margin: 0;
}

/* ----- Service Cards (Popular Services) ----- */
.serv-box2 {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.serv-box2:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-5px);
}

.serv-img2 {
  border-radius: 12px !important;
  overflow: hidden;
}

.serv-img2 img {
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.serv-box2:hover .serv-img2 img {
  transform: scale(1.05);
}

.serv-info2 > h3 {
  font-family: 'Playfair Display', serif;
  font-size: 19px;
}

.serv-info2 > h3 a {
  color: #fff;
}

/* ----- Stats / Facts ----- */
.fact-box {
  background: rgba(255,255,255,0.05);
  border-radius: var(--radius);
  padding: 24px;
  margin-bottom: 16px;
  border: 1px solid rgba(255,255,255,0.1);
  transition: var(--transition);
}

.fact-box:hover {
  background: rgba(255,255,255,0.1);
}

.fact-box-inner > span {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 6px;
}

.fact-box-inner > h4 {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}

.fact-box-inner > p {
  font-size: 12.5px;
  color: rgba(255,255,255,0.6);
}

/* ----- Request Consultation Section ----- */
.request-consult-wrap {
  padding: 10px 0;
}

.request-consult-title > h3 {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  color: #fff;
  line-height: 1.3;
}

.request-consult-form > p {
  font-size: 14px;
  color: rgba(255,255,255,0.75);
  margin-bottom: 16px;
}

.request-consult-form .field-box input {
  border: 1.5px solid rgba(255,255,255,0.25) !important;
  background: rgba(255,255,255,0.1) !important;
  color: #fff !important;
  border-radius: 8px !important;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  transition: var(--transition);
}

.request-consult-form .field-box input::placeholder {
  color: rgba(255,255,255,0.5);
}

.request-consult-form .field-box input:focus {
  border-color: #fff !important;
  background: rgba(255,255,255,0.18) !important;
}

/* ----- Team Section ----- */
.team-box {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  background: #fff;
}

.team-box:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-5px);
}

.team-img {
  border-radius: 12px 12px 0 0 !important;
  overflow: hidden;
}

.team-img img {
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.team-box:hover .team-img img {
  transform: scale(1.06);
}

.team-info {
  padding: 18px 20px 22px;
  background: #fff !important;
  border-radius: 0 0 12px 12px;
  border-top: 2px solid rgba(14, 165, 200, 0.12);
}

.team-info > h3 {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  margin-bottom: 5px;
}

.team-info > h3 a {
  color: var(--text-dark);
  transition: var(--transition);
}

.team-info > h3 a:hover {
  color: var(--theme-color);
}

.team-info > span {
  font-family: 'Inter', sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* ----- Work Schedule + Methods ----- */
.get-time-box {
  border-radius: 12px !important;
  padding: 24px;
  border: 1px solid rgba(14, 165, 200, 0.12) !important;
}

.get-time-box > span {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  color: var(--text-dark);
}

.get-time-box > span:last-child {
  border-bottom: none;
}

.get-time-box > span > i {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: var(--theme-color);
}

.method-box {
  background: rgba(255,255,255,0.05);
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 12px;
  border: 1px solid rgba(255,255,255,0.08);
  transition: var(--transition);
}

.method-box:hover {
  background: rgba(255,255,255,0.1);
}

.method-box > i.flaticon-check-mark {
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  margin-right: 14px;
  flex-shrink: 0;
}

.method-box-inner > h4 {
  font-family: 'Inter', sans-serif;
  font-size: 14.5px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}

.method-box-inner > p {
  font-size: 12.5px;
  color: rgba(255,255,255,0.55);
  margin: 0;
}

/* ----- Products ----- */
.prod-box {
  border-radius: 12px;
  overflow: visible;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  background: #fff;
}

.prod-box:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-5px);
}

.prod-img {
  border-radius: 12px !important;
  overflow: hidden;
}

.prod-img img {
  transition: transform 0.5s ease;
}

.prod-box:hover .prod-img img {
  transform: scale(1.04);
}

.prod-info {
  padding: 52px 18px 22px;
}

.prod-info > h3 {
  font-family: 'Playfair Display', serif;
  font-size: 17px;
  margin-bottom: 4px;
}

.prod-info > .price {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding: 6px 14px;
  box-shadow: 0 4px 14px rgba(227, 202, 148, 0.5);
}

/* ----- Testimonials ----- */
.testi-item-box {
  background: #fff;
  border-radius: 16px !important;
  box-shadow: var(--shadow-sm);
  padding: 32px 28px 24px;
  border: 1px solid rgba(0,0,0,0.05);
  transition: var(--transition);
}

.testi-item-box:hover {
  box-shadow: var(--shadow-md);
}

.testi-item-info > h4 {
  font-family: 'Playfair Display', serif;
  font-size: 17px;
  color: var(--text-dark);
}

.testi-item-info > span {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.testi-item-box > p {
  font-size: 14.5px;
  color: var(--text-muted);
  line-height: 1.75;
  font-style: italic;
}

/* ----- News / Blog Cards ----- */
.news-box-inner {
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  border: 1px solid rgba(0,0,0,0.05);
  overflow: hidden;
}

.news-box-inner:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.news-box-inner > h3 {
  font-family: 'Playfair Display', serif;
  font-size: 17px;
  line-height: 1.4;
}

.news-box-inner > h3 a {
  color: var(--text-dark);
  transition: var(--transition);
}

.news-box-inner > h3 a:hover {
  color: var(--theme-color);
}

.news-box-inner > p {
  font-size: 13.5px;
  color: var(--text-muted);
  line-height: 1.7;
}

.meta > li {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 500;
}

/* ----- CTA Buttons ----- */
.thm-btn {
  font-family: 'Inter', sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  padding: 13px 30px !important;
  border-radius: 8px !important;
  transition: var(--transition) !important;
}

.thm-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.2) !important;
}

/* ----- Quote Box ----- */
.quote-box-inner {
  border-radius: 12px !important;
  padding: 28px !important;
}

.quote-box-inner > p {
  font-family: 'Playfair Display', serif;
  font-size: 17px;
  font-style: italic;
  color: rgba(255,255,255,0.92);
  line-height: 1.7;
}

.quote-box-info {
  border-radius: 0 0 12px 12px !important;
  padding: 16px 28px !important;
}

.quote-box-info > h3 {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  color: #fff;
  margin-bottom: 4px;
}

.quote-box-info > span {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: rgba(255,255,255,0.65);
  font-weight: 500;
  letter-spacing: 0.04em;
}

/* ----- Online Portal Section ----- */
.online-portal-desc > h2 {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  color: #fff;
  line-height: 1.25;
}

.online-portal-desc > p {
  font-size: 15px;
  color: rgba(255,255,255,0.75);
}

/* ----- Footer ----- */
footer .widget-title {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #fff;
}

footer .widget-box ul > li > a {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: var(--transition);
}

footer .widget-box ul > li {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.7;
}

footer .newsletter-widget > h3 {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
}

footer .newsletter-form {
  border-radius: 8px !important;
  overflow: hidden;
  border: 1.5px solid rgba(255,255,255,0.12) !important;
}

footer .newsletter-form input {
  font-family: 'Inter', sans-serif;
  font-size: 13.5px;
  background: rgba(255,255,255,0.05);
  color: rgba(255,255,255,0.8);
  padding: 14px 18px;
}

footer .newsletter-form input::placeholder {
  color: rgba(255,255,255,0.4);
}

/* ----- Bottom Bar ----- */
.bottom-bar {
  background: #0a1828 !important;
  padding: 18px 0;
}

.bottom-bar .copyright-links > p {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
}

.bottom-bar .copyright-links > p a {
  color: rgba(255,255,255,0.7);
  font-weight: 600;
  transition: var(--transition);
}

.bottom-bar .copyright-links > p a:hover {
  color: var(--secondary-color);
}

.bottom-links > li > a {
  font-family: 'Inter', sans-serif;
  font-size: 12.5px;
  font-weight: 500;
  color: rgba(255,255,255,0.5);
  transition: var(--transition);
}

.bottom-links > li > a:hover {
  color: var(--secondary-color);
}

/* ----- Responsive Enhancements ----- */
@media (max-width: 991px) {
  .feat-cap > h2 {
    font-size: 36px;
  }

  .feat-cap {
    padding: 0 24px 40px;
  }

  .feat-img {
    min-height: 480px;
  }
}

@media (max-width: 767px) {
  .feat-cap > h2 {
    font-size: 28px;
  }

  .feat-img {
    min-height: 380px;
  }

  .sec-title2 .sec-title2-inner > h2,
  .sec-title .sec-title-inner > h3 {
    font-size: 28px;
  }
}

/* ----- Subtle Scroll Transitions ----- */
.serv-box,
.serv-box2,
.team-box,
.prod-box,
.news-box-inner,
.testi-item-box {
  will-change: transform;
}

/* ----- Section Backgrounds ----- */
.w-100.grad-bg1 {
  background: linear-gradient(180deg, #f0f8fb 0%, #e8f4f8 100%) !important;
}

/* ----- Sticky Menu Enhancement ----- */
.sticky-menu {
  box-shadow: 0 4px 20px rgba(0,0,0,0.12);
  background: #fff !important;
}

.sticky-menu nav ul li > a {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-dark);
  transition: var(--transition);
}

/* ----- Sponsors Strip ----- */
.spnsr-box {
  padding: 16px 24px;
  transition: var(--transition);
}

.spnsr-box img {
  filter: grayscale(60%) opacity(0.65);
  transition: var(--transition);
}

.spnsr-box:hover img {
  filter: grayscale(0%) opacity(1);
}
