/* =========================================================
   Gorkha Fitness — brand layer over the Fitwell template.
   Colours and fonts here are driven by Admin > Appearance.
   ========================================================= */
:root{
  --accent-color: var(--accent, #D7FB00);
  --accent-secondary-color: #171E2E;
}
/* Appearance panel overrides (theme_css_vars) feed --accent / --accent-2 */
body{ --gk-accent: var(--accent, #D7FB00); }

.btn-default{ font-family: var(--font-head, 'Rajdhani'), sans-serif; }
h1,h2,h3,h4,h5,h6,.section-title h2{ font-family: var(--font-head, 'Rajdhani'), sans-serif; }
body,p,li,input,select,textarea,button{ font-family: var(--font-body, 'Rubik'), sans-serif; }

/* ---- Header logo ---- */
.navbar-brand img{ height:56px; width:auto; max-width:min(320px,44vw); object-fit:contain; }
.header-sticky.fixed-top .navbar-brand img{ height:46px; }
.navbar-brand .brand-text{ font-family:var(--font-head,'Rajdhani'),sans-serif; font-size:30px; font-weight:700;
  text-transform:uppercase; color:#fff; letter-spacing:.02em; }
.navbar-brand .brand-text span{ color:var(--accent-color); }
.footer-logo img{ height:60px; width:auto; max-width:250px; object-fit:contain; }
@media(max-width:991px){ .navbar-brand img{ height:44px; max-width:52vw; } }

/* ---- Offers ---- */
.our-offers{ padding:100px 0; background:var(--accent-secondary-color); }
.offer-item{ background:var(--secondary-color); border:1px solid var(--divider-color); border-radius:20px;
  overflow:hidden; margin-bottom:30px; height:calc(100% - 30px); display:flex; flex-direction:column;
  transition:transform .4s ease, border-color .4s ease; }
.offer-item:hover{ transform:translateY(-6px); border-color:var(--accent-color); }
.offer-image{ position:relative; overflow:hidden; }
.offer-image img{ width:100%; height:210px; object-fit:cover; }
.offer-badge{ position:absolute; top:14px; right:14px; background:var(--accent-color); color:#0d0d0f;
  font-weight:700; font-size:12px; letter-spacing:.06em; text-transform:uppercase; padding:6px 12px; border-radius:30px; }
.offer-badge.static{ position:static; display:inline-block; margin-bottom:12px; }
.offer-body{ padding:24px; flex:1; display:flex; flex-direction:column; }
.offer-body h3{ font-size:22px; text-transform:capitalize; margin-bottom:10px; color:var(--primary-color); }
.offer-body p{ color:var(--text-color); font-size:15px; margin-bottom:14px; }
.offer-valid{ font-size:13px; color:var(--accent-color); margin-bottom:16px; }
.offer-body .readmore-btn{ margin-top:auto; }

/* ---- Programme price chip ---- */
.service-price{ display:inline-block; margin-top:8px; color:var(--accent-color);
  font-family:var(--font-head,'Rajdhani'),sans-serif; font-size:20px; font-weight:700; }
.page-services{ padding:100px 0; }
.page-services .service-item{ margin-bottom:30px; }

/* ---- Team ---- */
.page-team{ padding:100px 0; }
.team-bio{ color:var(--text-color); font-size:14px; margin-top:10px; }

/* ---- Pricing badge ---- */
.pricing-item{ position:relative; }
.pricing-badge{ position:absolute; top:-13px; left:50%; transform:translateX(-50%);
  background:var(--accent-color); color:#0d0d0f; font-size:11px; font-weight:700; letter-spacing:.08em;
  text-transform:uppercase; padding:5px 14px; border-radius:30px; white-space:nowrap; }

/* ---- Testimonials rating ---- */
.testimonial-rating{ margin-bottom:14px; color:var(--accent-color); font-size:15px; letter-spacing:2px; }

/* ---- Counters ---- */
.our-counter{ padding:80px 0; background:var(--accent-secondary-color); }
.counter-item{ text-align:center; }
.counter-item h2{ font-size:56px; color:var(--accent-color); line-height:1; margin-bottom:8px; }
.counter-item p{ color:var(--text-color); text-transform:uppercase; letter-spacing:.1em; font-size:13px; }

/* ---- Gallery ---- */
.page-gallery{ padding:100px 0; }
.gallery-tabs{ display:flex; gap:10px; justify-content:center; flex-wrap:wrap; margin-bottom:40px; }
.gtab{ background:transparent; border:1px solid var(--divider-color); color:var(--primary-color);
  padding:10px 24px; border-radius:30px; font-weight:600; text-transform:uppercase; font-size:13px;
  letter-spacing:.06em; cursor:pointer; transition:.3s; }
.gtab:hover,.gtab.active{ background:var(--accent-color); color:#0d0d0f; border-color:var(--accent-color); }
.gallery-item{ position:relative; margin-bottom:30px; border-radius:20px; overflow:hidden; }
.gallery-item img{ width:100%; height:300px; object-fit:cover; }
.gallery-item .play-badge{ position:absolute; inset:0; margin:auto; width:64px; height:64px; border-radius:50%;
  background:var(--accent-color); color:#0d0d0f; display:grid; place-items:center; font-size:20px; pointer-events:none; }
.gallery-caption{ position:absolute; left:0; right:0; bottom:0; padding:20px;
  background:linear-gradient(transparent,rgba(0,0,0,.85)); }
.gallery-caption h3{ color:#fff; font-size:18px; margin:0; }

/* ---- Franchise ---- */
.franchise-hero{ padding:100px 0; background:var(--accent-secondary-color); }
.franchise-stats{ margin-bottom:40px; }
.franchise-stat{ display:flex; align-items:center; gap:18px; padding:26px 22px; border-radius:20px;
  background:var(--secondary-color); border:1px solid var(--divider-color); margin-bottom:24px;
  transition:transform .4s ease, border-color .4s ease; }
.franchise-stat:hover{ transform:translateY(-5px); border-color:var(--accent-color); }
.franchise-stat .icon-box{ width:56px; height:56px; border-radius:50%; background:var(--accent-color);
  color:#0d0d0f; display:grid; place-items:center; font-size:22px; flex-shrink:0; }
.franchise-stat h2{ font-size:34px; color:var(--accent-color); line-height:1; margin-bottom:4px; }
.franchise-stat p{ color:var(--text-color); font-size:13px; text-transform:uppercase; letter-spacing:.08em; margin:0; }
.franchise-hero-btn{ display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }

.franchise-why,.franchise-invest{ padding:100px 0; }
.franchise-point{ padding:32px 26px; border-radius:20px; background:var(--accent-secondary-color);
  border:1px solid var(--divider-color); margin-bottom:30px; height:calc(100% - 30px);
  transition:transform .4s ease, border-color .4s ease; }
.franchise-point:hover{ transform:translateY(-6px); border-color:var(--accent-color); }
.fp-icon{ font-size:34px; display:block; margin-bottom:14px; }
.franchise-point h3{ font-size:21px; margin-bottom:10px; color:var(--primary-color); }
.franchise-point p{ color:var(--text-color); font-size:15px; margin:0; }

.franchise-support{ padding:100px 0; background:var(--accent-secondary-color); }
.support-item{ display:flex; gap:14px; align-items:flex-start; padding:16px 0;
  border-bottom:1px solid var(--divider-color); }
.support-item i{ color:var(--accent-color); font-size:18px; margin-top:3px; flex-shrink:0; }
.support-item span{ color:var(--text-color); font-size:15.5px; }

.invest-item{ text-align:center; padding:30px 18px; border-radius:20px;
  background:var(--accent-secondary-color); border:1px solid var(--divider-color); margin-bottom:30px; }
.invest-item h2{ font-size:40px; color:var(--accent-color); line-height:1; margin-bottom:6px; }
.invest-item p{ color:var(--text-color); font-size:13px; text-transform:uppercase; letter-spacing:.08em; margin:0; }
.invest-note{ text-align:center; color:var(--text-color); font-size:14.5px; margin-top:24px; opacity:.85; }

.franchise-process{ padding:100px 0; background:var(--accent-secondary-color); }
.process-item{ padding:32px 26px; border-radius:20px; background:var(--secondary-color);
  border:1px solid var(--divider-color); margin-bottom:30px; height:calc(100% - 30px); }
.process-num{ font-family:var(--font-head,'Rajdhani'),sans-serif; font-size:44px; font-weight:700;
  color:var(--accent-color); line-height:1; display:block; margin-bottom:10px; }
.process-item h3{ font-size:21px; margin-bottom:8px; color:var(--primary-color); }
.process-item p{ color:var(--text-color); font-size:15px; margin:0; }
.franchise-form{ padding:100px 0; }

/* ---- Forms ---- */
.page-contact{ padding:100px 0; }
.contact-form-box{ background:var(--accent-secondary-color); border:1px solid var(--divider-color);
  border-radius:20px; padding:36px; }
.contact-form .form-group{ margin-bottom:20px; }
.contact-form label{ display:block; margin-bottom:8px; color:var(--text-color); font-size:13px;
  text-transform:uppercase; letter-spacing:.08em; font-weight:600; }
.contact-form .form-control{ width:100%; background:var(--secondary-color); border:1px solid var(--divider-color);
  border-radius:10px; padding:14px 16px; color:var(--primary-color); font-size:15px; }
.contact-form .form-control:focus{ outline:none; border-color:var(--accent-color); box-shadow:none; }
.contact-form .form-control::placeholder{ color:#8b93a5; }
.form-alert{ padding:14px 18px; border-radius:10px; margin-bottom:22px; font-size:14.5px; }
.form-alert.ok{ background:rgba(46,204,113,.12); border:1px solid #2ecc71; color:#8ff0b5; }
.form-alert.bad{ background:rgba(230,87,87,.12); border:1px solid var(--error-color); color:#ffb3b3; }
.contact-info-item{ display:flex; gap:16px; margin-bottom:26px; }
.contact-info-item .icon-box{ width:48px; height:48px; border-radius:50%; background:var(--accent-color);
  color:#0d0d0f; display:grid; place-items:center; font-size:17px; flex-shrink:0; }
.contact-info-content h3{ font-size:16px; margin-bottom:4px; color:var(--primary-color); }
.contact-info-content p,.contact-info-content a{ color:var(--text-color); font-size:15px; margin:0; }
.contact-map{ margin-top:60px; border-radius:20px; overflow:hidden; height:420px; }
.contact-map iframe{ width:100%; height:100%; border:0; display:block; }

/* ---- Calculator ---- */
.page-calculator{ padding:100px 0; }
.calc-form-box{ background:var(--accent-secondary-color); border:1px solid var(--divider-color);
  border-radius:20px; padding:34px; }
.calc-form-box .form-group{ margin-bottom:20px; }
.calc-form-box label{ display:block; margin-bottom:8px; color:var(--text-color); font-size:13px;
  text-transform:uppercase; letter-spacing:.08em; font-weight:600; }
.calc-form-box .form-control{ width:100%; background:var(--secondary-color); border:1px solid var(--divider-color);
  border-radius:10px; padding:14px 16px; color:var(--primary-color); font-size:15px; }
.calc-form-box .form-control:focus{ outline:none; border-color:var(--accent-color); }
.seg{ display:flex; gap:8px; flex-wrap:wrap; }
.seg button{ flex:1; min-width:88px; background:var(--secondary-color); border:1px solid var(--divider-color);
  color:var(--text-color); padding:12px 10px; border-radius:10px; font-weight:600; font-size:14px; cursor:pointer; transition:.25s; }
.seg button:hover{ border-color:var(--accent-color); }
.seg button.on{ background:var(--accent-color); color:#0d0d0f; border-color:var(--accent-color); }
.calc-err{ display:none; color:#ffb3b3; background:rgba(230,87,87,.12); border:1px solid var(--error-color);
  padding:12px 15px; border-radius:10px; font-size:14px; margin-bottom:16px; }
.calc-err.show{ display:block; }
.calc-actions{ display:flex; gap:12px; flex-wrap:wrap; }
.calc-empty{ text-align:center; padding:70px 30px; border:1px dashed var(--divider-color); border-radius:20px; }
.calc-empty .icon-box{ width:74px; height:74px; margin:0 auto 20px; border-radius:50%;
  background:var(--accent-color); color:#0d0d0f; display:grid; place-items:center; font-size:28px; }
.calc-empty h3{ color:var(--primary-color); margin-bottom:10px; }
.calc-empty p{ color:var(--text-color); max-width:420px; margin:0 auto; }
.calc-result{ display:flex; flex-direction:column; gap:22px; }
.bmi-card,.macro-card,.kcal-box{ background:var(--accent-secondary-color); border:1px solid var(--divider-color);
  border-radius:20px; padding:26px; }
.bmi-top{ display:flex; justify-content:space-between; align-items:flex-start; margin-bottom:20px; }
.bmi-label{ display:block; color:var(--text-color); font-size:12px; text-transform:uppercase; letter-spacing:.1em; margin-bottom:4px; }
.bmi-num{ font-family:var(--font-head,'Rajdhani'),sans-serif; font-size:52px; font-weight:700; color:var(--accent-color); line-height:1; }
.bmi-cat{ padding:7px 16px; border-radius:30px; font-weight:700; font-size:13px; text-transform:uppercase; }
.bmi-cat.under{ background:rgba(90,170,255,.18); color:#7fbcff; }
.bmi-cat.normal{ background:rgba(46,204,113,.18); color:#4fe08b; }
.bmi-cat.over{ background:rgba(244,185,66,.18); color:#f4b942; }
.bmi-cat.obese{ background:rgba(230,87,87,.18); color:#ff8a8a; }
.bmi-scale{ position:relative; display:flex; height:10px; border-radius:6px; overflow:hidden; margin-bottom:8px; }
.bmi-scale i{ display:block; height:100%; }
.bmi-scale .s-under{ width:14%; background:#5aaaff; } .bmi-scale .s-normal{ width:26%; background:#2ecc71; }
.bmi-scale .s-over{ width:20%; background:#f4b942; }  .bmi-scale .s-obese{ width:40%; background:#e65757; }
.bmi-pin{ position:absolute; top:-5px; width:4px; height:20px; background:#fff; border-radius:2px; box-shadow:0 0 0 2px rgba(0,0,0,.4); }
.bmi-legend{ display:flex; justify-content:space-between; color:var(--text-color); font-size:11.5px; opacity:.7; margin-bottom:16px; }
.bmi-ideal{ color:var(--text-color); font-size:14.5px; margin:0; }
.bmi-ideal b{ color:var(--accent-color); }
.kcal-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(190px,1fr)); gap:16px; }
.kcal-box .k{ color:var(--text-color); font-size:11.5px; text-transform:uppercase; letter-spacing:.1em; margin-bottom:8px; }
.kcal-box .v{ font-family:var(--font-head,'Rajdhani'),sans-serif; font-size:32px; font-weight:700; color:var(--primary-color); line-height:1; }
.kcal-box .v small{ font-size:14px; color:var(--text-color); }
.kcal-box .n{ color:var(--text-color); font-size:12.5px; margin-top:10px; line-height:1.55; opacity:.85; }
.kcal-box.goal{ border-color:var(--accent-color); }
.kcal-box.goal .v{ color:var(--accent-color); }
.kcal-box .n.warn{ color:var(--accent-color); font-weight:600; opacity:1;
  border-top:1px solid var(--divider-color); margin-top:10px; padding-top:10px; }
.macro-card h4{ color:var(--primary-color); font-size:19px; margin-bottom:16px; }
.macro-bar{ display:flex; height:12px; border-radius:6px; overflow:hidden; margin-bottom:18px; }
.macro-bar i{ display:block; height:100%; transition:width .5s ease; }
.macro-bar .p{ background:var(--accent-color); } .macro-bar .c{ background:#5aaaff; } .macro-bar .f{ background:#f4b942; }
.macro-rows{ display:flex; flex-direction:column; gap:11px; }
.macro-row{ display:flex; align-items:center; gap:10px; }
.macro-row .dot{ width:11px; height:11px; border-radius:50%; flex-shrink:0; }
.macro-row .dot.p{ background:var(--accent-color); } .macro-row .dot.c{ background:#5aaaff; } .macro-row .dot.f{ background:#f4b942; }
.macro-row .nm{ flex:1; color:var(--text-color); font-size:14.5px; }
.macro-row .g{ color:var(--primary-color); font-weight:700; }
.calc-note,.calc-disclaimer{ color:var(--text-color); font-size:13px; line-height:1.65; opacity:.8; margin-top:16px; }
.calc-disclaimer{ margin-top:22px; padding:16px 18px; border-radius:12px; border:1px solid var(--divider-color); }
@media(max-width:991px){ .calc-empty,.calc-result{ margin-top:34px; } }

/* ---- Promo popup ---- */
.popup-overlay{ position:fixed; inset:0; background:rgba(0,0,0,.82); z-index:99998;
  display:none; align-items:center; justify-content:center; padding:20px; }
.popup-overlay.open{ display:flex; }
.popup-box{ position:relative; max-width:520px; width:100%; }
.popup-box img{ width:100%; height:auto; border-radius:16px; display:block; }
.popup-box .x{ position:absolute; top:-14px; right:-14px; width:38px; height:38px; border-radius:50%;
  background:var(--accent-color); color:#0d0d0f; border:none; font-size:24px; line-height:1; cursor:pointer; }

/* ---- WhatsApp float ---- */
.wa-float{ position:fixed; right:20px; bottom:20px; z-index:9990; width:56px; height:56px; border-radius:50%;
  background:#25D366; color:#fff; display:grid; place-items:center; font-size:26px;
  box-shadow:0 8px 24px rgba(0,0,0,.35); transition:transform .3s ease; }
.wa-float:hover{ transform:scale(1.08); color:#fff; }

/* ---- Footer socials ---- */
.footer-social-links ul{ display:flex; gap:10px; list-style:none; padding:0; margin:22px 0 0; }
.footer-social-links a{ width:40px; height:40px; border-radius:50%; border:1px solid var(--divider-color);
  display:grid; place-items:center; color:var(--primary-color); transition:.3s; }
.footer-social-links a:hover{ background:var(--accent-color); color:#0d0d0f; border-color:var(--accent-color); }

/* The template hard-codes "MOST POPULAR" on .highlighted-box.
   Let the admin's own badge text drive it instead. */
.pricing-item.highlighted-box[data-badge]::after{ content: attr(data-badge); }

/* =========================================================
   HERO SLIDER
   ========================================================= */
.hero-slider-wrap{ position:relative; padding:0; overflow:hidden; }
.hero-swiper{ width:100%; }
.hero-swiper .swiper-slide{ position:relative; display:flex; align-items:center;
  min-height:min(88vh,860px); padding:150px 0 130px; overflow:hidden; }
.hero-slide-bg{ position:absolute; inset:0; background-size:cover; background-position:center;
  transform:scale(1.08); transition:transform 9s ease-out; z-index:0; }
.swiper-slide-active .hero-slide-bg{ transform:scale(1); }
.hero-slide-veil{ position:absolute; inset:0; z-index:1;
  background:linear-gradient(100deg, rgba(23,30,46,.95) 0%, rgba(23,30,46,.82) 42%, rgba(23,30,46,.35) 100%); }
.hero-swiper .container{ position:relative; z-index:2; }
.hero-eyebrow{ color:var(--accent-color); letter-spacing:.18em; text-transform:uppercase;
  font-size:13px; font-weight:700; margin-bottom:16px; }
.hero-swiper h1{ font-size:clamp(38px,5.4vw,74px); line-height:1.02; text-transform:uppercase;
  color:#fff; margin-bottom:20px; }
.hero-swiper h1 span{ color:var(--accent-color); }
.hero-swiper .hero-content p{ color:#e2e6ee; font-size:17px; max-width:600px; margin-bottom:32px; }
.hero-swiper .hero-btn{ display:flex; gap:14px; flex-wrap:wrap; }

/* entrance animation per active slide */
.hero-swiper .hero-content > *{ opacity:0; transform:translateY(28px); }
.swiper-slide-active .hero-content .hero-eyebrow{ animation:hIn .7s .15s forwards; }
.swiper-slide-active .hero-content h1{ animation:hIn .8s .3s forwards; }
.swiper-slide-active .hero-content p{ animation:hIn .8s .5s forwards; }
.swiper-slide-active .hero-content .hero-btn{ animation:hIn .8s .68s forwards; }
.hero-swiper .section-title{ margin-bottom:0; }
.hero-swiper .section-title > *{ opacity:0; transform:translateY(28px); }
.swiper-slide-active .section-title .hero-eyebrow,
.swiper-slide-active .section-title h1,
.swiper-slide-active .section-title p{ opacity:1; }
@keyframes hIn{ to{ opacity:1; transform:translateY(0);} }

/* arrows + dots */
.hero-prev,.hero-next{ position:absolute; top:50%; z-index:5; width:52px; height:52px; border-radius:50%;
  display:grid; place-items:center; cursor:pointer; color:#fff; font-size:16px;
  background:rgba(255,255,255,.10); border:1px solid rgba(255,255,255,.24);
  backdrop-filter:blur(6px); transition:.3s; transform:translateY(-50%); }
.hero-prev{ left:26px; } .hero-next{ right:26px; }
.hero-prev:hover,.hero-next:hover{ background:var(--accent-color); color:#0d0d0f; border-color:var(--accent-color); }
.hero-pagination{ position:absolute; left:0; right:0; bottom:120px; z-index:5; text-align:center; }
.hero-pagination .swiper-pagination-bullet{ width:34px; height:4px; border-radius:2px; opacity:1;
  background:rgba(255,255,255,.34); margin:0 5px !important; transition:.3s; }
.hero-pagination .swiper-pagination-bullet-active{ background:var(--accent-color); width:52px; }

/* stats bar pinned under the slider */
.hero-stats-bar{ position:relative; z-index:6; margin-top:-72px; padding-bottom:0; }
.hero-stats-bar .hero-counter-box{ display:flex; gap:0; flex-wrap:wrap;
  background:var(--accent-secondary-color); border:1px solid var(--divider-color);
  border-radius:20px; overflow:hidden; box-shadow:0 24px 60px rgba(0,0,0,.45); }
.hero-stats-bar .hero-counter-item{ flex:1; min-width:150px; text-align:center; padding:30px 18px;
  border-right:1px solid var(--divider-color); transition:background .3s ease; }
.hero-stats-bar .hero-counter-item:last-child{ border-right:none; }
.hero-stats-bar .hero-counter-item:hover{ background:rgba(255,255,255,.04); }
.hero-stats-bar .hero-counter-item h3{ font-size:44px; color:var(--accent-color); line-height:1; margin-bottom:6px; }
.hero-stats-bar .hero-counter-item p{ color:var(--text-color); font-size:12.5px;
  text-transform:uppercase; letter-spacing:.12em; margin:0; }

/* floating gym equipment silhouettes */
.hero-equipment{ position:absolute; inset:0; z-index:3; pointer-events:none; overflow:hidden; }
.hero-equipment .eq{ position:absolute; display:block; opacity:.10; color:#fff;
  -webkit-mask-repeat:no-repeat; mask-repeat:no-repeat;
  -webkit-mask-size:contain;   mask-size:contain;
  background:currentColor; transition:opacity .5s ease; }
.eq-1{ width:250px; height:250px; right:4%;  top:12%;
  -webkit-mask-image:url('../img/eq-dumbbell.svg'); mask-image:url('../img/eq-dumbbell.svg');
  animation:eqFloat 13s ease-in-out infinite; }
.eq-2{ width:160px; height:160px; right:23%; bottom:18%;
  -webkit-mask-image:url('../img/eq-kettlebell.svg'); mask-image:url('../img/eq-kettlebell.svg');
  animation:eqFloat 17s ease-in-out infinite reverse; }
.eq-3{ width:120px; height:120px; right:43%; top:20%;
  -webkit-mask-image:url('../img/eq-plate.svg'); mask-image:url('../img/eq-plate.svg');
  animation:eqFloat 21s ease-in-out infinite; }
.hero-slider-wrap:hover .eq{ opacity:.2; color:var(--accent-color); }
@keyframes eqFloat{ 0%,100%{ transform:translateY(0) rotate(0deg);} 50%{ transform:translateY(-26px) rotate(7deg);} }

@media(max-width:991px){
  .hero-swiper .swiper-slide{ min-height:auto; padding:130px 0 110px; }
  .hero-slide-veil{ background:linear-gradient(180deg, rgba(23,30,46,.93), rgba(23,30,46,.86)); }
  .hero-prev,.hero-next{ display:none; }
  .hero-pagination{ bottom:26px; }
  .hero-stats-bar{ margin-top:0; padding:0 0 10px; }
  .hero-stats-bar .hero-counter-box{ border-radius:16px; }
  .hero-stats-bar .hero-counter-item{ min-width:50%; border-bottom:1px solid var(--divider-color); }
  .hero-equipment{ display:none; }
}


/* Equipment watermark behind content sections */
.our-offers,.our-services,.our-pricing,.our-team,.franchise-hero{ position:relative; overflow:hidden; }
.our-offers::before,.our-services::before,.our-pricing::before,.our-team::before,.franchise-hero::before{
  content:''; position:absolute; width:420px; height:420px; right:-110px; top:-90px; z-index:0;
  background:var(--primary-color); opacity:.022; pointer-events:none;
  -webkit-mask-repeat:no-repeat; mask-repeat:no-repeat;
  -webkit-mask-size:contain;   mask-size:contain;
  -webkit-mask-image:url('../img/eq-plate.svg'); mask-image:url('../img/eq-plate.svg');
  animation:eqFloat 26s ease-in-out infinite;
}
.our-services::before{ -webkit-mask-image:url('../img/eq-dumbbell.svg'); mask-image:url('../img/eq-dumbbell.svg'); left:-120px; right:auto; }
.our-team::before{ -webkit-mask-image:url('../img/eq-kettlebell.svg'); mask-image:url('../img/eq-kettlebell.svg'); }
.our-offers > .container,.our-services > .container,.our-pricing > .container,
.our-team > .container,.franchise-hero > .container{ position:relative; z-index:1; }

@media (prefers-reduced-motion: reduce){
  .eq,.our-offers::before,.our-services::before,.our-pricing::before,
  .our-team::before,.franchise-hero::before{ animation:none !important; }
  .hero-slide-bg{ transition:none; transform:none; }
}

/* =========================================================
   HERO CUT-OUT PNG
   ========================================================= */
.hero-cutout{ position:relative; display:flex; justify-content:center; align-items:flex-end; }
.hero-cutout img{ max-width:100%; max-height:72vh; width:auto; object-fit:contain;
  filter:drop-shadow(0 30px 60px rgba(0,0,0,.55)); animation:cutIn 1.1s .25s both; }
.hero-badge{ position:absolute; top:6%; right:2%; width:132px; height:132px; display:block; }
.hero-badge img{ width:100%; height:100%; filter:none; animation:spinSlow 18s linear infinite; }
@keyframes cutIn{ from{ opacity:0; transform:translateX(48px);} to{ opacity:1; transform:none;} }
@keyframes spinSlow{ to{ transform:rotate(360deg);} }

/* =========================================================
   WHY GORKHA
   ========================================================= */
.why-us{ padding:110px 0; position:relative; overflow:hidden; }
.why-content .section-title{ position:relative; }
.why-ghost{ position:absolute; top:-46px; left:-6px; font-family:var(--font-head,'Rajdhani'),sans-serif;
  font-size:96px; font-weight:700; text-transform:uppercase; line-height:1; letter-spacing:.02em;
  color:transparent; -webkit-text-stroke:1px var(--divider-color); opacity:.55; pointer-events:none; z-index:0; }
.why-content .section-title h3,
.why-content .section-title h2,
.why-content .section-title p{ position:relative; z-index:1; }

.why-steps{ margin-top:34px; display:flex; flex-direction:column; }
.why-step{ display:flex; gap:20px; padding-bottom:26px; position:relative; }
.why-step:not(:last-child)::before{ content:''; position:absolute; left:27px; top:56px; bottom:0;
  width:1px; background:var(--divider-color); }
.why-num{ flex-shrink:0; width:55px; height:55px; border-radius:50%; display:grid; place-items:center;
  border:1px solid var(--divider-color); color:var(--accent-color);
  font-family:var(--font-head,'Rajdhani'),sans-serif; font-size:18px; font-weight:700;
  background:var(--accent-secondary-color); transition:.35s; }
.why-step:hover .why-num{ background:var(--accent-color); color:#0d0d0f; border-color:var(--accent-color);
  transform:rotate(-8deg) scale(1.06); }
.why-step-body h3{ font-size:20px; margin-bottom:7px; color:var(--primary-color); }
.why-step-body p{ color:var(--text-color); font-size:15px; margin:0; }

.why-gallery{ position:relative; display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.why-col{ display:flex; flex-direction:column; gap:16px; }
.why-col.shift{ padding-top:46px; }
.why-img{ margin:0; border-radius:18px; overflow:hidden; }
.why-img img{ width:100%; height:230px; object-fit:cover; display:block;
  transition:transform .7s cubic-bezier(.2,.7,.3,1); }
.why-img.tall img{ height:310px; }
.why-img:hover img{ transform:scale(1.09); }
.why-badge{ position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);
  width:126px; height:126px; z-index:3; display:block; }
.why-badge img{ width:100%; height:100%; animation:spinSlow 16s linear infinite; }
.why-badge:hover img{ animation-play-state:paused; }

/* =========================================================
   CTA BOX — image was dominating the section
   ========================================================= */
.cta-box .cta-split{ display:flex; align-items:center; gap:44px; flex-wrap:wrap; }
.cta-box .cta-split .cta-box-image{ flex:0 0 300px; max-width:300px; margin:0; position:static; }
.cta-box .cta-split .cta-box-image img{ width:100%; height:auto; max-height:340px; object-fit:contain; display:block; }
.cta-box .cta-split .cta-box-text{ flex:1; min-width:280px; text-align:left; }
.cta-box .cta-split .cta-box-text .section-title{ margin-bottom:22px; }
.cta-box .cta-split .cta-box-text p{ margin-left:0; margin-right:0; }

/* =========================================================
   FAQ — images were escaping into the footer
   ========================================================= */
.our-faqs{ padding:110px 0; overflow:hidden; }
.our-faq-images{ position:relative; padding:0 0 70px 0; max-width:520px; }
.our-faq-images .faq-img-1{ margin:0; border-radius:20px; overflow:hidden; }
.our-faq-images .faq-img-1 img{ width:100%; height:470px; object-fit:cover; display:block;
  transition:transform .7s cubic-bezier(.2,.7,.3,1); }
.our-faq-images .faq-img-1:hover img{ transform:scale(1.06); }
.our-faq-images .faq-img-2{
  position:absolute; left:0; bottom:0; width:54%; margin:0;
  border-radius:16px; overflow:hidden; border:5px solid var(--secondary-color);
}
.our-faq-images .faq-img-2 img{ width:100%; height:190px; object-fit:cover; display:block; }
.our-faq-images figure{ margin:0; }

/* =========================================================
   FOOTER — quick links must be white, not browser blue
   ========================================================= */
.footer-main .footer-links ul li a,
.footer-main .footer-links ul li,
.footer-main .footer-contact-content a,
.footer-main .footer-contact-content p,
.footer-main .about-footer-content p{ color:#fff !important; text-decoration:none; }
.footer-main .footer-links ul li a{ transition:color .25s ease, padding-left .25s ease; display:inline-block; }
.footer-main .footer-links ul li a:hover,
.footer-main .footer-contact-content a:hover{ color:var(--accent-color) !important; padding-left:4px; }
.footer-main .footer-links h3{ color:#fff; }
.footer-main .footer-copyright-text p,
.footer-main .footer-copyright-text a{ color:#fff !important; }
.footer-main .footer-copyright-text a:hover{ color:var(--accent-color) !important; }
/* Nothing from an earlier section may bleed into the footer */
.footer-main{ position:relative; z-index:2; overflow:hidden; }

/* =========================================================
   PROMO POPUP — payment step
   ========================================================= */
.popup-box{ max-width:520px; }
.popup-overlay.paying .popup-box{ max-width:430px; }
.popup-img-btn{ display:block; width:100%; padding:0; border:0; background:none; cursor:pointer; position:relative; }
.popup-img-btn img{ width:100%; height:auto; border-radius:16px; display:block; }
.popup-cta{
  position:absolute; left:50%; bottom:16px; transform:translateX(-50%);
  background:var(--accent-color); color:#0d0d0f; font-weight:700; font-size:14px;
  padding:11px 24px; border-radius:30px; white-space:nowrap;
  box-shadow:0 8px 22px rgba(0,0,0,.4); animation:ctaPulse 2.2s ease-in-out infinite;
}
@keyframes ctaPulse{ 0%,100%{ transform:translateX(-50%) scale(1);} 50%{ transform:translateX(-50%) scale(1.06);} }

.pay-step{
  background:var(--accent-secondary-color); border:1px solid var(--divider-color);
  border-radius:18px; padding:28px 26px; text-align:center; position:relative;
}
.pay-back{
  position:absolute; left:16px; top:16px; background:none; border:0; cursor:pointer;
  color:var(--text-color); font-size:13px; font-weight:600;
}
.pay-back:hover{ color:var(--accent-color); }
.pay-step h3{ color:var(--primary-color); font-size:24px; margin:0 0 6px; text-transform:uppercase; }
.pay-amount{
  display:inline-block; background:var(--accent-color); color:#0d0d0f; font-weight:800;
  font-size:22px; padding:5px 18px; border-radius:30px; margin-bottom:16px;
  font-family:var(--font-head,'Rajdhani'),sans-serif;
}
.pay-qr{ background:#fff; border-radius:14px; padding:12px; display:inline-block; margin-bottom:16px; }
.pay-qr img{ display:block; width:210px; height:210px; object-fit:contain; }
.pay-upi{
  display:flex; align-items:center; justify-content:center; gap:9px; flex-wrap:wrap;
  background:var(--secondary-color); border:1px solid var(--divider-color);
  border-radius:10px; padding:11px 14px; margin-bottom:14px;
}
.pay-upi span{ color:var(--text-color); font-size:11.5px; text-transform:uppercase; letter-spacing:.1em; }
.pay-upi b{ color:var(--primary-color); font-size:15px; word-break:break-all; }
.pay-copy{
  background:var(--accent-color); color:#0d0d0f; border:0; border-radius:20px;
  padding:5px 14px; font-size:12px; font-weight:700; cursor:pointer;
}
.pay-note{ color:var(--text-color); font-size:13.5px; line-height:1.6; margin-bottom:18px; }
.pay-wa{
  display:flex; align-items:center; justify-content:center; gap:10px;
  background:#25D366; color:#fff; font-weight:700; font-size:15px;
  padding:14px 20px; border-radius:12px; text-decoration:none; transition:.25s;
}
.pay-wa:hover{ background:#1fb857; color:#fff; transform:translateY(-2px); }
.pay-small{ display:block; margin-top:12px; color:var(--text-color); font-size:12px; opacity:.8; }

@media(max-width:600px){
  .pay-qr img{ width:170px; height:170px; }
  .pay-step{ padding:24px 18px; }
  .why-gallery{ grid-template-columns:1fr 1fr; gap:11px; }
  .why-col.shift{ padding-top:26px; }
  .why-img img{ height:150px; } .why-img.tall img{ height:200px; }
  .why-badge{ width:88px; height:88px; }
  .why-ghost{ font-size:58px; top:-28px; }
  .our-faq-images{ padding-bottom:56px; margin-bottom:34px; }
  .our-faq-images .faq-img-1 img{ height:320px; }
  .our-faq-images .faq-img-2 img{ height:140px; }
  .cta-box .cta-split{ gap:22px; }
  .cta-box .cta-split .cta-box-image{ flex:0 0 190px; max-width:190px; margin:0 auto; }
  .hero-cutout{ display:none; }
}

/* =========================================================
   Recolour the template's baked-in lime SVGs so they follow
   whatever accent colour is chosen in Admin > Appearance.
   The files themselves hard-code #D7FB00, so they are drawn
   as CSS masks in the accent colour instead of as images.
   ========================================================= */
.section-title h3{
  background-image:none !important;
  padding-left:44px;
  position:relative;
}
.section-title h3::before{
  content:''; position:absolute; left:0; top:50%; transform:translateY(-50%);
  width:34px; height:20px; background:var(--accent-color);
  -webkit-mask:url('../fitwell/images/icon-sub-heading.svg') no-repeat left center / 34px auto;
          mask:url('../fitwell/images/icon-sub-heading.svg') no-repeat left center / 34px auto;
}
/* Rotating badges: mask them so the ring picks up the accent too */
.why-badge img,
.hero-badge img{ opacity:0; }
.why-badge,
.hero-badge{ background:var(--accent-color);
  -webkit-mask:url('../fitwell/images/contact-us-circle.svg') no-repeat center / contain;
          mask:url('../fitwell/images/contact-us-circle.svg') no-repeat center / contain;
  animation:spinSlow 16s linear infinite; border-radius:50%; }
.hero-badge{
  -webkit-mask-image:url('../fitwell/images/expertise-circle.svg');
          mask-image:url('../fitwell/images/expertise-circle.svg');
  animation-duration:18s;
}
.why-badge:hover,.hero-badge:hover{ animation-play-state:paused; }

/* =========================================================
   Hero fade: only the active slide may be visible.
   Without this the outgoing slide ghosts behind the new one.
   ========================================================= */
.hero-swiper .swiper-slide{ opacity:0 !important; transition:opacity .9s ease; }
.hero-swiper .swiper-slide-active{ opacity:1 !important; }
.hero-swiper .swiper-slide:not(.swiper-slide-active){ pointer-events:none; }

/* =========================================================
   CONTACT PAGE — the info column was collapsing
   ---------------------------------------------------------
   .contact-info-content had no flex, so it shrank to the width
   of its longest word and phone numbers stacked one digit-group
   per line. It now takes the remaining width properly.
   ========================================================= */
.contact-info-item{ display:flex; gap:16px; margin-bottom:24px; align-items:flex-start; }
.contact-info-item .icon-box{ flex:0 0 48px; }
.contact-info-content{ flex:1 1 auto; min-width:0; }
.contact-info-content p,
.contact-info-content a{ word-break:normal; overflow-wrap:anywhere; line-height:1.6; }
.contact-info-box{ padding-right:24px; }
.page-contact .section-title h2{ font-size:38px; line-height:1.1; }
.page-contact .section-title{ margin-bottom:26px; }
.page-contact .row{ align-items:flex-start; }
.contact-info-list{ margin-top:8px; }
@media(min-width:992px){
  .page-contact .col-lg-5{ flex:0 0 42%; max-width:42%; }
  .page-contact .col-lg-7{ flex:0 0 58%; max-width:58%; }
}
@media(max-width:991px){
  .contact-info-box{ padding-right:0; margin-bottom:38px; }
  .page-contact .section-title h2{ font-size:31px; }
}

/* =========================================================
   BUTTON CONTRAST
   ---------------------------------------------------------
   .btn-highlighted is an outline button. In light mode its text
   was white on a white background, so Reset / Explore More and
   similar buttons were invisible.
   ========================================================= */
.btn-default.btn-highlighted{
  background:transparent;
  border:2px solid var(--accent-color);
  color:var(--primary-color);
}
.btn-default.btn-highlighted:hover{ background:var(--accent-color); color:#fff; }
[data-theme="light"] .btn-default.btn-highlighted{ color:#14181f; }
[data-theme="light"] .btn-default.btn-highlighted:hover{ color:#fff; }
/* Outline buttons sitting on a dark hero always need light text */
[data-theme="light"] .hero .btn-default.btn-highlighted,
[data-theme="light"] .cta-box .btn-default.btn-highlighted,
[data-theme="light"] .dark-section .btn-default.btn-highlighted{ color:#fff; }
/* Calculator buttons specifically */
.calc-actions .btn-default{ min-width:132px; justify-content:center; }
#calcReset{ color:var(--primary-color); }
[data-theme="light"] #calcReset{ color:#14181f; }

/* Every solid button keeps white text — dark-on-red reads badly */
.btn-default{ color:#fff; }
.btn-default:hover{ color:#fff; }

/* =========================================================
   CALCULATOR — full width, was squeezed into the left half
   ========================================================= */
@media(min-width:992px){
  .page-calculator .col-lg-5{ flex:0 0 40%; max-width:40%; }
  .page-calculator .col-lg-7{ flex:0 0 60%; max-width:60%; }
}
.page-calculator .row{ align-items:flex-start; }
.calc-form-box .seg button{ min-width:0; }

/* =========================================================
   BRANCHES
   ========================================================= */
.our-branches{ padding:100px 0; }
.branch-card{ background:var(--accent-secondary-color); border:1px solid var(--divider-color);
  border-radius:20px; overflow:hidden; margin-bottom:30px; height:calc(100% - 30px);
  display:flex; flex-direction:column; transition:transform .4s ease, border-color .4s ease; }
.branch-card:hover{ transform:translateY(-5px); border-color:var(--accent-color); }
.branch-map{ height:260px; background:#0d0d0f; }
.branch-map iframe{ width:100%; height:100%; border:0; display:block; filter:grayscale(.25) contrast(1.05); }
.branch-body{ padding:26px; flex:1; display:flex; flex-direction:column; }
.branch-body h3{ font-size:22px; color:var(--primary-color); margin-bottom:14px;
  display:flex; align-items:center; gap:10px; flex-wrap:wrap; }
.branch-tag{ background:var(--accent-color); color:#fff; font-size:10.5px; font-weight:700;
  letter-spacing:.09em; text-transform:uppercase; padding:4px 10px; border-radius:20px; }
.branch-body p{ display:flex; gap:12px; align-items:flex-start; color:var(--text-color);
  font-size:15px; margin-bottom:11px; line-height:1.6; }
.branch-body p i{ color:var(--accent-color); font-size:15px; margin-top:4px; flex:0 0 16px; }
.branch-body p a{ color:var(--text-color); }
.branch-body p a:hover{ color:var(--accent-color); }
.branch-btns{ display:flex; gap:11px; flex-wrap:wrap; margin-top:auto; padding-top:18px; }

/* Google buttons */
.btn-google{ display:inline-flex; align-items:center; gap:10px; background:#fff; color:#1f1f1f;
  font-weight:700; font-size:14px; padding:12px 20px; border-radius:30px; text-decoration:none;
  border:1px solid #dadce0; transition:.25s; }
.btn-google:hover{ background:#f1f3f4; color:#1f1f1f; transform:translateY(-2px);
  box-shadow:0 8px 22px rgba(0,0,0,.28); }
.btn-google-lg{ font-size:15px; padding:15px 26px; }
.g-mark{ display:grid; place-items:center; width:24px; height:24px; border-radius:50%;
  background:conic-gradient(#ea4335 0 25%,#fbbc05 0 50%,#34a853 0 75%,#4285f4 0);
  color:#fff; font-weight:800; font-size:13px; font-family:Arial,sans-serif; flex-shrink:0; }

/* Review CTA under the testimonials */
.review-cta{ margin-top:44px; padding:28px 32px; border-radius:18px;
  background:var(--accent-secondary-color); border:1px solid var(--divider-color);
  display:flex; align-items:center; justify-content:space-between; gap:26px; flex-wrap:wrap; }
.rc-stars{ color:#fbbc05; font-size:17px; letter-spacing:3px; margin-bottom:7px; }
.review-cta-text p{ color:var(--text-color); font-size:16px; margin:0; }

/* =========================================================
   SOCIAL STRIP
   ========================================================= */
.our-social{ padding:100px 0; }
.social-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(285px,1fr)); gap:18px; }
.social-card{ display:flex; align-items:center; gap:16px; padding:22px 24px; border-radius:18px;
  background:var(--accent-secondary-color); border:1px solid var(--divider-color);
  text-decoration:none; transition:transform .35s ease, border-color .35s ease; position:relative; overflow:hidden; }
.social-card:hover{ transform:translateY(-5px); border-color:var(--accent-color); }
.social-card .s-icon{ width:54px; height:54px; border-radius:50%; display:grid; place-items:center;
  font-size:22px; color:#fff; flex-shrink:0; transition:transform .35s ease; }
.social-card:hover .s-icon{ transform:scale(1.08) rotate(-6deg); }
.s-instagram .s-icon{ background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); }
.s-facebook  .s-icon{ background:#1877f2; }
.s-youtube   .s-icon{ background:#ff0000; }
.s-whatsapp  .s-icon{ background:#25D366; }
.s-google    .s-icon{ background:#fff; }
.social-card .s-body{ display:flex; flex-direction:column; gap:3px; min-width:0; flex:1; }
.social-card .s-body b{ color:var(--primary-color); font-size:17px; }
.social-card .s-body small{ color:var(--text-color); font-size:13px; line-height:1.5; }
.social-card .s-go{ color:var(--accent-color); font-size:15px; transition:transform .3s ease; flex-shrink:0; }
.social-card:hover .s-go{ transform:translateX(5px); }

@media(max-width:640px){
  .branch-map{ height:210px; }
  .branch-body{ padding:20px; }
  .review-cta{ padding:22px; flex-direction:column; align-items:flex-start; }
  .our-branches,.our-social{ padding:70px 0; }
}

/* =========================================================
   CONTACT INFO BOX
   ---------------------------------------------------------
   The template styles .contact-info-box as a horizontal flex
   strip (its own contact page puts items side by side). In our
   layout it holds a heading plus a vertical list, so the flex
   row squeezed the heading into ~115px and collapsed each
   contact line to one word per row.
   ========================================================= */
.page-contact .contact-info-box{
  display:block;
  background:transparent;
  margin-top:0;
  padding:0 24px 0 0;
  gap:0;
  border-radius:0;
}
.page-contact .contact-info-list{ display:block; width:100%; margin-top:6px; }
.page-contact .contact-info-item{
  display:flex; width:100%; gap:16px; align-items:flex-start; margin-bottom:24px;
}
.page-contact .contact-info-item .icon-box{ flex:0 0 48px; width:48px; height:48px; }
.page-contact .contact-info-content{ flex:1 1 auto; min-width:0; width:auto; }
.page-contact .contact-info-content p,
.page-contact .contact-info-content a{ white-space:normal; word-break:normal; }
@media(max-width:991px){
  .page-contact .contact-info-box{ padding-right:0; margin-bottom:34px; }
}
