/* =========================================================
   Corporate Yoga Summit 2026 — Brand Palette Overrides
   Primary:   #0B2545 (Deep Navy)
   Secondary: #C99A3E (Rich Gold)
   Accent:    #E8C77A (Light Gold)
   Gradient:  #C99A3E -> #E8C77A
   Text:      #0B2545
   Neutral:   #FFFFFF / #F7F6F4
   ========================================================= */
:root {
  --cys-navy: #0B2545;
  --cys-gold: #C99A3E;
  --cys-light-gold: #E8C77A;
  --cys-ink: #0B2545;
  --cys-warm: #F7F6F4;
  --cys-gradient: linear-gradient(135deg, #C99A3E 0%, #E8C77A 100%);
}

body { color: #0B2545; overflow-x: hidden; }

/* ---------- Header logo size ------------- */
.site-header{background:#fff;padding:8px 0;position:relative;z-index:99;box-shadow:0 2px 14px rgba(11,37,69,.07)}
.site-header .logo{display:flex;align-items:center}
.site-header .logo img{height:74px;width:auto;display:block;max-width:none}
@media(min-width:992px){
  header .navbar-brand.logo{max-width:none}
  .site-header .logo img{height:80px}
}
@media(max-width:991px){
  .site-header .logo img{height:52px}
}
@media(max-width:575px){
  .site-header .logo img{height:44px}
}
h1, h2, h3, h4, h5, .ts-title, .column-title { color: #0B2545; }

a { color: #C99A3E; }
a:hover { color: #E8C77A; }

/* ---------- Buttons ---------- */
.btn-primary,
.ticket-btn.btn,
.etn-btn {
  background: var(--cys-gradient);
  border-color: #C99A3E;
  color: #0B2545;
  font-weight: 700;
}
.btn-primary:hover, .btn-primary:focus,
.ticket-btn.btn:hover, .ticket-btn.btn:focus,
.etn-btn:hover {
  background: #E8C77A;
  border-color: #E8C77A;
  color: #0B2545;
}
.elementor-button.elementor-size-md {
  background: var(--cys-gradient);
  border-radius: 50px;
  padding: 15px 38px;
  font-weight: 700;
  letter-spacing: .5px;
  color: #0B2545;
}
.elementor-button.elementor-size-md:hover {
  background: #E8C77A;
  color: #0B2545;
}
.pricing-btn { background: var(--cys-gradient) !important; color: #0B2545 !important; }
.pricing-btn:hover { background: #E8C77A !important; color: #0B2545 !important; }

/* ---------- Section headings ---------- */
.sub-title { color: #C99A3E; }
.section-title { color: #0B2545; }
.title-shape svg path { fill: #C99A3E; }

/* ---------- Theme accent remaps ---------- */
.single-intro-text .count-number { background: #C99A3E; }
.schedule-listing .schedule-slot-time,
.schedule-tabs-item .schedule-listing-item .schedule-slot-time { background: #C99A3E; }
.schedule-tab-wrapper .etn-nav li a.etn-active,
.schedule-tab-wrapper .attr-nav li.attr-active { border-bottom-color: #E8C77A; }
.ts-progress-inner { background: var(--cys-gradient) !important; }
.navbar-toggler { background: #C99A3E; }
.pagination li.active a, .pagination li:hover a { background: #C99A3E; }
.BackTo { background: #C99A3E; }
.sidebar .widget .widget-title:before { background: #C99A3E; }
.tag-lists a:hover, .tagcloud a:hover { background: #C99A3E; }

/* ---------- Hero Carousel ---------- */
.cys-hero { position: relative; overflow: hidden; }
.cys-hero-carousel { height: 85vh; min-height: 580px; }
.cys-hero .carousel-item {
  height: 85vh;
  min-height: 580px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cys-hero-overlay {
  position: absolute;
  inset: 0;
  /* Heavy on left for readability, transparent on right to keep subject/face clear */
  background: linear-gradient(to right, rgba(11,37,69,.88) 0%, rgba(11,37,69,.72) 38%, rgba(11,37,69,.30) 62%, rgba(11,37,69,.06) 78%);
  z-index: 1;
}
.cys-hero .container { position: relative; z-index: 2; }
.cys-hero-caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 60px 0;
  /* Keep text in the left safe area so it never covers the subject's face */
  max-width: 58%;
  margin-right: auto;
  text-align: left;
}
.cys-hero-tagline {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #E8C77A;
  margin-bottom: 18px;
}
.cys-hero-title {
  font-family: 'Raleway', sans-serif;
  font-size: 54px;
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.cys-hero-title span { color: #E8C77A; }
.cys-hero-sub {
  font-size: 17px;
  color: rgba(255,255,255,.88);
  max-width: 640px;
  line-height: 1.75;
  margin-bottom: 0;
}
.cys-hero-actions { margin-top: 32px; }
.cys-btn-main {
  display: inline-block;
  background: var(--cys-gradient);
  color: #0B2545;
  padding: 15px 42px;
  border-radius: 50px;
  font-weight: 700;
  letter-spacing: .5px;
  box-shadow: 0 10px 25px rgba(201,154,62,.35);
  transition: opacity .3s, transform .3s;
}
.cys-btn-main:hover { color: #0B2545; opacity: .92; text-decoration: none; transform: translateY(-2px); }
.cys-btn-ghost {
  display: inline-block;
  border: 2px solid rgba(255,255,255,.85);
  color: #fff;
  padding: 13px 36px;
  border-radius: 50px;
  font-weight: 600;
  margin-left: 14px;
  transition: background .3s, color .3s;
}
.cys-btn-ghost:hover { background: #fff; color: #0B2545; border-color: #fff; text-decoration: none; }
.cys-hero-indicators { bottom: 30px; margin: 0; }
.cys-hero-indicators li {
  width: 36px;
  height: 5px;
  border-radius: 3px;
  background: rgba(255,255,255,.45);
  border: none;
}
.cys-hero-indicators li.active { background: #fff; }
.cys-hero-control {
  width: 54px;
  height: 54px;
  top: 50%;
  transform: translateY(-50%);
  opacity: .7;
  transition: opacity .3s;
}
.cys-hero-control:hover { opacity: 1; }
.cys-hero-control span {
  width: 54px;
  height: 54px;
  line-height: 54px;
  border-radius: 50%;
  background: rgba(255,255,255,.18);
  border: 2px solid rgba(255,255,255,.5);
  font-size: 22px;
  color: #fff;
  transition: background .3s;
}
.cys-hero-control:hover span { background: rgba(255,255,255,.32); }
@media (max-width: 991px) {
  .cys-hero-carousel { height: auto; min-height: 0; }
  .cys-hero .carousel-item { height: auto; min-height: 420px; padding: 80px 0; }
  .cys-hero-caption { max-width: 100%; }
  .cys-hero-title { font-size: 36px; }
  .cys-hero-sub { font-size: 15px; max-width: 100%; }
  .cys-btn-main { padding: 13px 30px; }
  .cys-btn-ghost { margin-left: 0; margin-top: 12px; }
  .cys-hero-caption { padding: 40px 0; }
}
@media (max-width: 575px) {
  .cys-hero .carousel-item { min-height: 360px; }
  .cys-hero-title { font-size: 28px; }
  .footer-area { padding: 48px 0 0 !important; }
}
