/*body{
font-family: 'Montserrat', sans-serif;
}

h1{
  font-weight:700;
  font-size: 45px;
}

p{
  font-family: 'Inter', sans-serif;
  font-size: 18px;  
}

.heading-main h1 {  
  padding-top: 4%;
  padding-bottom: 4%;
  font-size: 50px;
}

.key-features{
  list-style: none;
  margin-top: 2%;
  margin-bottom: 3%;
  font-size: 18px;
}

.key-features li{
  margin-top: 2%;
  margin-bottom: 2%;
  font-weight: 450;
}

.my-btn{
  border-radius: 200px;
  padding: 5%;
  padding-left: 15%;
  padding-right: 15%;
  font-weight: 450;
  font-size: 16px;
  background-color: #2B367B;

}

.tagline {  
  font-size: 75px;
  font-weight: bold;
  color: #2B367B;
  
}

.carousel img {
    height: 500px;
    object-fit: cover;
}

.flicker {
  animation: flicker 2s infinite;
}

.color-sotabablue{
  color:#2B367B;  
}

@keyframes flicker {
  0%   { opacity: 1; }
  10%  { opacity: 0.2; }
  20%  { opacity: 1; }
  30%  { opacity: 0.4; }
  40%  { opacity: 1; }
  60%  { opacity: 0.3; }
  80%  { opacity: 1; }
  100% { opacity: 0.9; }
}
/*
.fa-bolt {
  color: #ffd700;
  text-shadow: 0 0 10px yellow, 0 0 20px orange;
}*/

.tile {
background-color: #2B367B;
color: white;
font-weight: bold;
padding: 4%;
margin: 2%;
}

.fa-myblue{
  color:#2B367B;
}

.fa-mywhite{
  color:white;
}

.icon-outline {
  color: white;                 /* fill color */
  -webkit-text-stroke: 1px #2B367B;  /* outline */
}

.icon-wrap {
  position: relative;
  display: inline-block;
  margin-right:3%;
}

.overlay {
  position: absolute;
  font-size: 0.75em;   /* make bolt smaller */
  top: -1px;          /* move up */
  right: -6px;        /* move slightly right */  
  
}

.white-outline{
  -webkit-text-stroke: 1px white;  /* outline */
}

.white-outline-thin{
  -webkit-text-stroke: 0.5px white;  /* outline */
}


.fa-bar-chart{
  position: absolute;
  font-size: 0.5em;   /* make bolt smaller */
  top: 9px;          /* move up */
  left: 2.5px;        /* move slightly right */  
  
}

.nav-bg-light{
  /*background-color: #2B367B;*/
  background-color: #ffffff;  
}

.nav-bg-light a { 
  color: white;
}

.navbar img{

  width: 10%;

}


.navbar .nav-link.active {
  color: #9da5d4;
  font-weight:700 ;
  text-decoration: underline;
}
  
.navbar .nav-link:hover{
  color:#9da5d4;

}*/

/*CALUDE AI STYLE.CSS*/

/* ============================================================
   SOTABA HOUSE LTD — Main Stylesheet
   Brand colours: Navy #2B367B | Maroon #8E3B3B | White #FFFFFF
   ============================================================ */

/* ── RESET & BASE ─────────────────────────────────────────── */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #1a1a2e;
  background-color: #ffffff;
}

/* ── CSS VARIABLES ────────────────────────────────────────── */
:root {
  /* Brand */
  --navy:           #2B367B;
  --navy-dark:      #1e2460;
  --navy-deeper:    #1a1a5e;
  --maroon:         #8E3B3B;
  --maroon-dark:    #6b2b2b;
  --maroon-light:   #e08080;
  --purple-mid:     #5C2E5E;
  --white:          #ffffff;

  /* Gradients */
  --gradient-hero:     linear-gradient(160deg, #1e2460 0%, #2B367B 35%, #5C2E5E 65%, #8E3B3B 100%);
  --gradient-diagonal: linear-gradient(135deg, #8E3B3B, #6b2b2b);
  --gradient-footer:   linear-gradient(to right, #1a2260, #3d1f1f);
  --gradient-dot:      linear-gradient(135deg, #2B367B, #8E3B3B);

  /* Typography */
  --font-body:    'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  --font-mono:    'Courier New', Courier, monospace;

  /* Spacing */
  --section-padding:   52px 75px; /* top/bottom  left/right*/  /*52px 40px*/
  --card-padding:      32px; /*20px*/
  --nav-padding:       20px 32px; /*16px 32px*/

  /* Borders & Radius */
  --radius-sm:    4px;
  --radius-md:    8px;
  --radius-lg:    12px;
  --radius-xl:    16px;
  --radius-pill:  999px;

  /* Shadows */
  --shadow-btn-maroon: 0 2px 16px rgba(142, 59, 59, 0.45);
  --shadow-card:       0 1px 8px rgba(0, 0, 0, 0.06);

  /* Transitions */
  --transition-fast:   0.15s ease;
  --transition-mid:    0.25s ease;


  --accent: #1a56db;
      --accent-light: #eff4ff;
      --accent-dark: #1245b5;
      --text: #111827;
      --text-muted: #6b7280;
      --border: #e5e7eb;
      --border-focus: #a4bcfc;
      --bg: #f9fafb;
      --card: #ffffff;
      --radius: 10px;
      --radius-sm: 6px;
}

/* ── TYPOGRAPHY ───────────────────────────────────────────── */
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  line-height: 1.75; /*1.22*/
  color: #1a1a2e;
}

h1 { font-size: 100px; } /*30 px*/
h2 { font-size: 32px; } /*22 px*/
h3 { font-size: 25px; } /*15 px*/

p {
  font-size: 24px; /*14 px*/
  line-height: 1.8;
  color: #555;
}

a {
  color: var(--navy);
  text-decoration: none;
  transition: color var(--transition-fast);
}

a:hover {
  color: var(--maroon);
}

/* ── UTILITY CLASSES ──────────────────────────────────────── */
.text-white        { color: var(--white); }
.text-navy         { color: var(--navy); }
.text-maroon       { color: var(--maroon); }
.text-muted        { color: rgba(255, 255, 255, 0.6); }
.text-muted-dark   { color: #888; }

.bg-navy           { background-color: var(--navy); }
.bg-maroon         { background-color: var(--maroon); }
.bg-gradient-hero  { background: var(--gradient-hero); }
.bg-white          { background-color: var(--white); }
.bg-light          { background-color: #f7f8fc; }

.eyebrow {
  font-size: 14px; /*11px*/
  font-weight: 500;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--maroon);
  margin-bottom: 10px;
}

.section-title {
  font-size: 22px;
  font-weight: 500;
  color: #1a1a2e;
  margin-bottom: 8px;
}

.section-sub {
  font-size: 14px; /*14px*/
  color: #666;
  line-height: 1.75;
  max-width: 500px;
  margin-bottom: 36px;
}

.section-eyebrow{
  font-size: 14px;
}


/* ── BUTTONS ──────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 26px;
  border-radius: var(--radius-pill);
  font-size: 17px;
  font-weight: 500;
  font-family: var(--font-body);
  cursor: pointer;
  border: none;
  transition: opacity var(--transition-fast), transform var(--transition-fast);
}

.btn:hover {
  opacity: 0.8;
  transform: translateY(-1.5px);
}

.btn-primary {
  background: var(--gradient-diagonal);
  color: var(--white);
  box-shadow: var(--shadow-btn-maroon);
}

.btn-primary a{
  color:white;
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  border: 0.5px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(4px);
}

.btn-full {
  width: 100%;
}

/* ── NAVIGATION ───────────────────────────────────────────── */
.nav {
  background: rgba(27, 33, 90, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: var(--nav-padding);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 100;
}

.logo-area {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo-mark {
  width: 50px; /*38px*/
  height: 50px; /*38px*/
  background: rgba(255, 255, 255, 0.638); /*rgba(255, 255, 255, 0.08);*/
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.5px solid rgba(255, 255, 255, 0.15);
}

.logo-name {
  display: flex;
  flex-direction: column;
}

.logo-title {
  color: var(--white);
  font-size: 22px; /*14px*/
  font-weight: 500;
  letter-spacing: 0.8px;
}

.logo-sub {
  color: rgba(255, 255, 255, 0.4);
  font-size: 10px;/*10*/
  letter-spacing: 0.5px;
}

.nav-links {
  display: flex;
  gap: 20px; /*24px*/
  align-items: center;
}

.nav-link {
  color: rgba(255, 255, 255, 0.65);
  font-size: 15px; /*13px*/
  cursor: pointer;
  transition: color var(--transition-fast);
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  
}

.nav-link:hover {
  color: var(--white);
}

.nav-link a{
  color:var(--white);
}

.nav-cta {
  background: var(--gradient-diagonal);
  color: var(--white);
  font-size: 16px; /*13px*/
  padding: 8px 20px;
  border-radius: var(--radius-md);
  border: none;
  cursor: pointer;
  font-weight: 500;
  box-shadow: 0 2px 12px rgba(142, 59, 59, 0.4);
  transition: opacity var(--transition-fast);
  text-transform: uppercase;
}

.nav-cta a{
  color:var(--white);

}

.nav-link.active a{
  color:rgb(215, 238, 255);
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 3px;
  font-weight: 500;
}



.nav-cta:hover {
  opacity: 0.9;
}

/* ── HERO ─────────────────────────────────────────────────── */
.hero {
  background: var(--gradient-hero);
  padding: 72px 75px 0; /*72px 40px 0*/
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: end;
  position: relative;
  overflow: hidden;
}

/* Decorative radial glow */
.hero::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 320px;
  height: 320px;
  background: radial-gradient(ellipse, rgba(255, 255, 255, 0.04), transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

/* Bottom edge line */
.hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
}

.hero-left {
  padding-bottom: 56px;
}

.hero-eyebrow {
  font-size: 14px; /*11*/
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.hero h1 {
  color: var(--white);
  font-size: 50px; /*30px*/
  font-weight: 500;
  line-height: 1.22;
  margin-bottom: 20px;
}

.hero p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 17px; /*14px*/
  line-height: 1.8;
  margin-bottom: 28px;
}

.hero-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.form-group.booking .row{  
  margin-bottom: 12px;

}

/* ── CHECKLIST ────────────────────────────────────────────── */
.checklist {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 32px;
}

.check-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px; /*13px*/
}

.check-box {
  width: 18px;
  height: 18px;
  background: rgba(142, 59, 59, 0.35);
  border: 0.5px solid rgba(142, 59, 59, 0.7);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.check-box .tick {
  color: var(--maroon-light);
  font-size: 11px;
  font-weight: 700;
}

.demo-contact-line{  
  font-size: 11px;
  word-spacing: 1px;
  color:white;
  padding-top:5%;

}
/* ── TAGLINE BLOCK ────────────────────────────────────────── */
.hero-right {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}



.tagline-block {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: var(--radius-xl) var(--radius-xl) 0 0;
  padding: 40px 32px;
  border: 0.5px solid rgba(255, 255, 255, 0.12);
  border-bottom: none;
}

.tagline-big {
  font-size: 58px; /*28px*/
  font-weight: 500;
  line-height: 1.2; /*1.2*/
  color: var(--white);
}

.tagline-big span {
  color: var(--maroon-light);
}

.tagline-since {
  font-size: 14px; /*11px*/
  color: rgba(255, 255, 255, 0.3);
  margin-top: 16px;
  letter-spacing: 0.5px;
}

/* ── HERITAGE BAR ─────────────────────────────────────────── */
.heritage-bar {
  background: rgba(20, 26, 74, 0.95);
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.05);
}

.hstat {
  text-align: center;
}

.hstat-num {
  color: var(--white);
  font-size: 25px; /*20px*/
  font-weight: 500;
}

.hstat-label {
  color: rgba(255, 255, 255, 0.38);
  font-size: 14px; /*11px*/
  margin-top: 3px;
}

/* ── SECTIONS ─────────────────────────────────────────────── */
.section {
  padding: var(--section-padding);
  background: var(--white);
}

.section-alt {
  padding: var(--section-padding);
  background: #f7f8fc;
}

/* ── FEATURE CARDS ────────────────────────────────────────── */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
  gap: 14px;
}

.feat-card {
  background: var(--white);
  border: 0.5px solid #e0e4f0;
  border-radius: var(--radius-lg);
  padding: var(--card-padding);
  border-top: 2px solid var(--navy);
  box-shadow: var(--shadow-card);
  transition: box-shadow var(--transition-mid), transform var(--transition-mid);
}

.feat-card:hover {
  box-shadow: 0 4px 20px rgba(43, 54, 123, 0.12);
  transform: translateY(-2px);
}

.feat-card.maroon-top {
  border-top-color: var(--maroon);
}

.feat-icon {
  font-size: 20px;
  color: var(--navy);
  margin-bottom: 12px;
}

.feat-card.maroon-top .feat-icon {
  color: var(--maroon);
}

.feat-title {
  font-size: 15px; /*13px*/
  font-weight: 500;
  color: #1a1a2e;
  margin-bottom: 6px;
}

.feat-desc {
  font-size: 13px;/*12px;*/
  color: #777;
  line-height: 1.6;
}

/* ── DEMO SECTION ─────────────────────────────────────────── */
.demo-section {
  background: var(--gradient-hero);
  padding: var(--section-padding);
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 100px;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.demo-section::before {
  content: '';
  position: absolute;
  bottom: -80px;
  left: -80px;
  width: 280px;
  height: 280px;
  background: radial-gradient(ellipse, rgba(255, 255, 255, 0.04), transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.demo-left h2 {
  color: var(--white);
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 12px;
}

.demo-left p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 1.8;
}

.demo-right {
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: var(--radius-lg);
  padding: 28px;
  border: 0.5px solid rgba(255, 255, 255, 0.12);
}

.demo-right h3 {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  /*margin-bottom: 20px;*/
}

.demo-right input{
  width:90%;
}

.sub-heading-sm{
  color: #a6abcc;
  font-size: 15px;
  font-weight: 400;
}

.form-group{
  margin-bottom: 10px;
}

.form-group label{
  color: var(--white);
  font-size: 15px;
  margin-bottom: 2px;
}

.form-group input{
  border-radius: var(--radius-sm);
  border-color: var(--border);
}

/* ── FORM FIELDS ──────────────────────────────────────────── */
.field-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 16px;
}

.field {
  background: rgba(255, 255, 255, 0.08);
  border: 0.5px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-md);
  padding: 10px 14px;
  color: var(--white);
  font-size: 13px;
  font-family: var(--font-body);
  transition: border-color var(--transition-fast);
}

.field::placeholder {
  color: rgba(255, 255, 255, 0.32);
}

.field:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.12);
}

/* ── TIMELINE ─────────────────────────────────────────────── */
.timeline-section {
  padding: var(--section-padding);
  background: var(--white);
}

.timeline {
  display: flex;
  flex-direction: column;
}

.tline-item {
  display: flex;
  gap: 20px;
  padding-bottom: 28px;
}

.tline-item:last-child {
  padding-bottom: 0;
}

.tline-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20px;
  flex-shrink: 0;
}

.tline-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--gradient-dot);
  flex-shrink: 0;
  margin-top: 3px;
}

.tline-line {
  width: 1px;
  background: #e0e4f0;
  flex: 1;
  margin-top: 4px;
}

.tline-item:last-child .tline-line {
  display: none;
}

.tline-year {
  font-size: 11px;
  font-weight: 500;
  color: var(--navy);
  min-width: 44px;
  margin-top: 3px;
  flex-shrink: 0;
}

.tline-heading {
  font-size: 13px;
  font-weight: 500;
  color: #1a1a2e;
  margin-bottom: 4px;
}

.tline-text {
  font-size: 13px;
  color: #777;
  line-height: 1.65;
}

/* ── FOOTER ───────────────────────────────────────────────── */
.footer {
  background: var(--gradient-footer);
  padding: 24px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-text {
  color: rgba(255, 255, 255, 0.35);
  font-size: 12px;
}

.footer-links {
  display: flex;
  gap: 20px;
}

.footer-link {
  color: rgba(255, 255, 255, 0.35);
  font-size: 12px;
  cursor: pointer;
  transition: color var(--transition-fast);
}

.footer-link:hover {
  color: rgba(255, 255, 255, 0.7);
}

/* ── RESPONSIVE ───────────────────────────────────────────── */
@media (max-width: 768px) {
  .hero {
    grid-template-columns: 1fr;
    padding: 48px 24px 0;
  }

  .hero-right {
    display: none; /* hide tagline block on mobile, or move below */
  }

  .hero-left {
    padding-bottom: 40px;
  }

  .demo-section {
    grid-template-columns: 1fr;
    padding: 40px 24px;
  }

  .heritage-bar {
    padding: 16px 24px;
    justify-content: center;
    gap: 24px;
  }

  .section,
  .section-alt,
  .timeline-section {
    padding: 40px 24px;
  }

  .nav {
    padding: 14px 20px;
  }

  .nav-links {
    gap: 14px;
  }

  .footer {
    padding: 20px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  h1, .hero h1 {
    font-size: 24px;
  }

  .tagline-big {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .features-grid {
    grid-template-columns: 1fr;
  }

  .hero-btns {
    flex-direction: column;
  }

  .btn {
    width: 100%;
    justify-content: center;
  }

  .nav-links .nav-link {
    display: none; /* collapse nav links on very small screens */
  }

  /* Right form */
  
    .right-panel { flex: 1; padding: 2.5rem 2.5rem 2rem; overflow-y: auto; }

    .form-title { font-size: 18px; font-weight: 600; margin-bottom: 4px; }
    .form-subtitle { font-size: 13px; color: var(--text-muted); margin-bottom: 1.75rem; }

    .fields-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
    .field-full { grid-column: 1 / -1; }

    .field label {
      display: block; font-size: 12px; font-weight: 500;
      color: var(--text-muted); margin-bottom: 5px; letter-spacing: .01em;
    }
    .field input {
      width: 100%; padding: 9px 11px; font-size: 13px;
      font-family: 'DM Sans', sans-serif;
      border: 1px solid var(--border); border-radius: var(--radius-sm);
      background: #fff; color: var(--text); outline: none;
      transition: border-color .15s, box-shadow .15s;
    }
    .field input:focus {
      border-color: var(--border-focus);
      box-shadow: 0 0 0 3px rgba(164,188,252,0.25);
    }
    .field input::placeholder { color: #c4c9d4; }

    /* Divider */
    
    .divider {
      display: flex; align-items: center; gap: 10px;
      margin: 18px 0 14px;
    }
    .divider span { font-size: 12px; color: var(--text-muted); white-space: nowrap; }
    .divider::before, .divider::after { content: ''; flex: 1; height: 1px; background: var(--border); }

    /* Calendar */
    
    .cal-wrap { border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }

    .cal-header {
      display: flex; align-items: center; justify-content: space-between;
      padding: 10px 12px; background: var(--accent); color: #fff;
    }
    .cal-header .month-label { font-size: 13px; font-weight: 500; }
    .cal-nav { background: none; border: none; color: rgba(255,255,255,.7); cursor: pointer; font-size: 18px; padding: 0 4px; line-height: 1; }
    .cal-nav:hover { color: #fff; }

    .cal-body { padding: 8px; }
    .cal-dow-row { display: grid; grid-template-columns: repeat(7,1fr); margin-bottom: 2px; }
    .cal-dow { text-align: center; font-size: 10px; font-weight: 500; color: var(--text-muted); padding: 4px 0; }
    .cal-days { display: grid; grid-template-columns: repeat(7,1fr); gap: 2px; }

    .cal-day {
      aspect-ratio: 1; display: flex; align-items: center; justify-content: center;
      font-size: 12px; border-radius: 50%; cursor: pointer; color: var(--text);
      border: none; background: none; font-family: 'DM Sans', sans-serif;
      transition: background .12s, color .12s;
    }
    .cal-day:hover:not(.empty):not(.selected):not(.disabled) { background: var(--accent-light); color: var(--accent); }
    .cal-day.today:not(.selected) { color: var(--accent); font-weight: 600; }
    .cal-day.selected { background: var(--accent); color: #fff; }
    .cal-day.disabled { color: #d1d5db; cursor: not-allowed; }
    .cal-day.empty { cursor: default; }

    /* Time row */
    
    .time-section {
      display: flex; align-items: center; gap: 8px;
      border-top: 1px solid var(--border); padding: 10px 12px;
    }
    .time-label { font-size: 12px; color: var(--text-muted); width: 40px; flex-shrink: 0; }
    .time-inp {
      width: 46px; text-align: center; border: 1px solid var(--border);
      border-radius: var(--radius-sm); padding: 5px 6px; font-size: 13px;
      font-family: 'DM Sans', sans-serif; background: #fff; color: var(--text); outline: none;
    }
    .time-inp:focus { border-color: var(--border-focus); box-shadow: 0 0 0 3px rgba(164,188,252,0.25); }
    .time-colon { color: var(--text-muted); font-size: 14px; }
    .ampm { display: flex; gap: 4px; margin-left: auto; }
    .ampm-btn {
      font-size: 11px; padding: 4px 9px; border-radius: 5px;
      border: 1px solid var(--border); background: none; cursor: pointer;
      color: var(--text-muted); font-family: 'DM Sans', sans-serif;
      transition: all .12s;
    }
    .ampm-btn.active { background: var(--accent); color: #fff; border-color: var(--accent); }

    /* Selected summary */
    
    .dt-summary {
      margin-top: 10px; padding: 8px 11px; border-radius: var(--radius-sm);
      background: var(--accent-light); border: 1px solid #c7d7fd;
      font-size: 12px; color: var(--accent); display: none;
      align-items: center; gap: 6px;
    }
    .dt-summary.show { display: flex; }
    .dt-summary svg { width: 14px; height: 14px; stroke: var(--accent); fill: none; stroke-width: 2; flex-shrink: 0; }

    /* Submit */
    
    .submit-btn {
      width: 100%; margin-top: 20px; padding: 11px;
      border-radius: var(--radius-sm); border: none;
      background: var(--accent); color: #fff;
      font-size: 14px; font-weight: 500; font-family: 'DM Sans', sans-serif;
      cursor: pointer; letter-spacing: .01em;
      transition: background .15s, transform .1s;
    }
    .submit-btn:hover { background: var(--accent-dark); }
    .submit-btn:active { transform: scale(0.99); }

    .form-note { font-size: 11px; color: var(--text-muted); text-align: center; margin-top: 10px; }

    /* Success state */
    
    .success-msg {
      display: flex; flex-direction: column; align-items: center;
      justify-content: center; text-align: center; padding: 2rem;
      gap: 12px;
    }
    .success-msg.show { display: flex; }
    .success-icon {
      width: 52px; height: 52px; border-radius: 50%;
      background: #d1fae5; display: flex; align-items: center; justify-content: center;
    }
    .success-icon svg { width: 26px; height: 26px; stroke: #059669; fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
    .success-msg h2 { font-size: 18px; font-weight: 600; }
    .success-msg p { font-size: 13px; color: var(--text-muted); max-width: 280px; line-height: 1.6; }

    @media (max-width: 640px) {
      .page-wrap { flex-direction: column; }
      .left-panel { width: 100%; padding: 1.5rem; }
      .left-perks { flex-direction: row; flex-wrap: wrap; }
      .right-panel { padding: 1.5rem; }
      .fields-grid { grid-template-columns: 1fr; }
    }
}

#demo-calendar { 
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  overflow: hidden;
  font-family: system-ui,
  sans-serif; 
}

.dp-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  background: #2b367b3a;
  color: #fff;
}

.dp-header button {
  background: none;
  border: none;
  color: rgba(255,255,255,.8);
  font-size: 18px;
  cursor: pointer;
}

.dp-header span {
  font-size: 13px;
  font-weight: 500;
}

.dp-dow {
  display: grid;
  grid-template-columns: repeat(7,1fr); /*repeat(7,1fr);*/
  
  padding: 6px 8px 2px;
}

.dp-dow span {
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  color: #6b7280;
}

#dp-days {
  display: grid;
  grid-template-columns:  repeat(7,1fr);/*repeat(7,1fr);*/
  
  gap: 0px;
  padding: 0px 0px 0px; /*top right bottom left  4px 8px 8px */
  
}

.dp-day {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border-radius: 50%;
  border: none;
  background: none;
  cursor: pointer;
  color: #ffffff;
}

.dp-day:hover:not(.dp-disabled) { background: #eff4ff; color: #1a56db; }
.dp-day.dp-today { color: #6b93e9; font-weight: 600; }
.dp-day.dp-selected { background: #6b93e9; color: #fff; }
.dp-day.dp-disabled { color: #71829b; cursor: not-allowed; }

.dp-time { display: flex; align-items: center; gap: 6px; padding: 10px 12px; border-top: 1px solid #e5e7eb; font-size: 13px; color: #6b7280; }
.dp-time input { width: 46px; text-align: center; border: 1px solid #e5e7eb; border-radius: 6px; padding: 4px; font-size: 13px; }
.dp-time button { padding: 4px 10px; border-radius: 5px; border: 1px solid #e5e7eb; background: none; cursor: pointer; font-size: 11px; color: #6b7280; }
.dp-time button.active { background: #1a56db; color: #fff; border-color: #4169bf; }

.demo-form-side {
  border-right: 0.5px solid rgba(255, 255, 255, 0.1);
}

.demo-wrap{
  background:linear-gradient(160deg,#1e2460 0%,#2B367B 35%,#5C2E5E 65%,#8E3B3B 100%);
  padding:52px 40px;
  min-height:100vh;
  display: grid;/*flex;*/
  grid-template-columns: 1fr 2fr;
  gap:100px;
  align-items:center;
  justify-content:center;
}

.demo-card{
  background:rgba(255,255,255,0.07);
  backdrop-filter:blur(20px);
  border:0.5px solid rgba(255,255,255,0.12);
  border-radius:16px;
  padding:36px;
  width:100%;
  max-width:900px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0;

}

.success-style{
  background:rgba(255,255,255,0.07);
  backdrop-filter:blur(20px);
  border:0.5px solid rgba(255,255,255,0.12);
  border-radius:16px;
  padding:36px;
  width:100%;
  display:flex;
  flex-direction: column;
  gap:0;

}


.demo-heading h2{
  color: white;


  

}

.demo-right-side{
  display: grid;
align-items: left;
text-align: left;
align-content:space-around;
height: 100%;
}

.perks-row {
  
  /*gap: 0px; /*32px;*/
  justify-content: left;
  /*flex-wrap: wrap;*/
  
}

.perk {

  display: grid;
  grid-template-columns: 1fr 3fr;
  /*display: grid; /*flex;*/
  /*grid-template-columns: 1fr 2fr;
  /*flex-direction: column;*/
  align-items: left;
  text-align: left;
  /*max-width: 500px;*/
  gap: 0px;
}

.perk p{
font-size: 15px;
color: white;
}

.perk img{
  background-color: #c5c8da1d;
  border-radius: 100%;  /*var(--radius-pill);*/  

  /*
  width: 80;
  height: 80;
  size: 40%;*/
}

/* LEFT SIDE */
.demo-form-side{
  padding-right:32px;
  border-right:0.5px solid rgba(255,255,255,0.1);
}
.demo-heading{
  color:white;
  font-size:20px;
  font-weight:500;
  margin-bottom:4px;
}
.demo-sub{
  color:rgba(255,255,255,0.5);
  font-size:13px;
  margin-bottom:28px;
}
.form-grid{
  display: flex;
  flex-direction: column;
  gap: 0;  
  /*display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-bottom:14px;*/
}
.form-group{
  /*
  display:flex;
  flex-direction:column;
  gap:6px;*/
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}
.form-group.full{
  grid-column:1/-1;
}
.form-group label{
  /*
  font-size:11px;
  font-weight:500;
  color:rgba(255,255,255,0.55);
  letter-spacing:0.5px;
  text-transform:uppercase;*/

  width: 100px;        /* fixed width so all inputs line up */
  flex-shrink: 0;      /* stops label from squishing */
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: left;   /* right-align label text toward the input */
}
.form-group input{
  /*
  background:rgba(255,255,255,0.08);
  border:0.5px solid rgba(255,255,255,0.15);
  border-radius:8px;
  padding:10px 12px;
  color:white;
  font-size:13px;
  font-family:'Segoe UI',sans-serif;
  width:100%;
  transition:border-color 0.15s;*/
  flex: 1;             /* input takes remaining space */
  background: rgba(255, 255, 255, 0.08);
  border: 0.5px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 10px 12px;
  color: white;
  font-size: 13px;
  width: 100%;
  box-sizing: border-box;
}
.form-group input::placeholder{color:rgba(255,255,255,0.28)}
.form-group input:focus{
  outline:none;
  border-color:rgba(255,255,255,0.35);
  background:rgba(255,255,255,0.12);
}

.input-error{
  display: none;
  color:rgb(250, 87, 87);
  font-size: 10px;
  margin: 0 !important;
  margin-bottom: 5%;
  width: 100%;
  text-align: right;
  letter-spacing: 1px;  

}

.input-error.show{
  display:block;
}


.demo-info{
  margin-top:20px;
  padding-top:16px;
  border-top:0.5px solid rgba(255,255,255,0.08);
  display:flex;
  flex-direction:column;
  gap:8px;
}
.demo-info-item{
  display:flex;
  align-items:center;
  gap:8px;
  color:rgba(255,255,255,0.55);
  font-size:12px;
}
.demo-info-dot{
  width:6px;height:6px;border-radius:50%;
  background:linear-gradient(135deg,#2B367B,#8E3B3B);
  flex-shrink:0;
}
.btn-book{
  margin-top:20px;
  width:100%;
  background:linear-gradient(135deg,#8E3B3B,#6b2b2b);
  color:white;
  border:none;
  border-radius:8px;
  padding:12px;
  font-size:13px;
  font-weight:500;
  cursor:pointer;
  box-shadow:0 2px 16px rgba(142,59,59,0.45);
  transition:opacity 0.15s;
}
.btn-book:hover{opacity:0.9}

/* RIGHT SIDE — CALENDAR */
.demo-cal-side{
  padding-left:32px;
}
.cal-label{
  color:rgba(255,255,255,0.55);
  font-size:11px;
  font-weight:500;
  letter-spacing:0.5px;
  text-transform:uppercase;
  margin-bottom:12px;
}
.cal-box{
  background:rgba(255,255,255,0.06);
  border:0.5px solid rgba(255,255,255,0.1);
  border-radius:12px;
  overflow:hidden;
}
.cal-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:12px 16px;
  border-bottom:0.5px solid rgba(255,255,255,0.08);
}
.cal-header span{
  color:white;
  font-size:13px;
  font-weight:500;
}
.cal-arrow{
  background:none;border:none;
  color:rgba(255,255,255,0.5);
  cursor:pointer;font-size:14px;
  padding:2px 6px;
  border-radius:4px;
  transition:color 0.15s;
}
.cal-arrow:hover{color:white}
.cal-dow{
  display:grid;
  grid-template-columns:repeat(7,1fr);
  padding:8px 12px 4px;
}
.cal-dow span{
  text-align:center;
  font-size:10px;
  font-weight:500;
  color:rgba(255,255,255,0.35);
}
.cal-days{
  display:grid;
  grid-template-columns:repeat(7,1fr);
  gap:2px;
  padding:4px 12px 12px;
}
.cal-day{
  aspect-ratio:1;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  border-radius:50%;
  border:none;
  background:none;
  cursor:pointer;
  color:rgba(255,255,255,0.75);
  transition:background 0.15s,color 0.15s;
}
.cal-day:hover:not(.disabled){background:rgba(255,255,255,0.12);color:white}
.cal-day.today{color:white;font-weight:600;border:0.5px solid rgba(255,255,255,0.3)}
.cal-day.selected{background:linear-gradient(135deg,#8E3B3B,#6b2b2b);color:white}
.cal-day.disabled{color:rgba(255,255,255,0.18);cursor:not-allowed}
.cal-time{
  display:flex;align-items:center;gap:8px;
  padding:10px 16px;
  border-top:0.5px solid rgba(255,255,255,0.08);
  font-size:12px;color:rgba(255,255,255,0.5);
}
.cal-time input{
  width:40px;text-align:center;
  background:rgba(255,255,255,0.08);
  border:0.5px solid rgba(255,255,255,0.15);
  border-radius:6px;padding:4px;
  font-size:12px;color:white;
  font-family:'Segoe UI',sans-serif;
}
.cal-time input:focus{outline:none;border-color:rgba(255,255,255,0.3)}
.ampm{display:flex;gap:4px}
.ampm button{
  padding:3px 8px;border-radius:5px;
  border:0.5px solid rgba(255,255,255,0.15);
  background:none;cursor:pointer;
  font-size:11px;color:rgba(255,255,255,0.5);
  transition:all 0.15s;
}
.ampm button.active{
  background:linear-gradient(135deg,#8E3B3B,#6b2b2b);
  color:white;border-color:transparent;
}



.success-msg {
      display: flex; flex-direction: column; align-items: center;
      justify-content: center; text-align: center; padding: 2rem;
      gap: 12px;
}

.success-header{
  display:flex;
  align-items: center;
  justify-content: center; /* optional */
  gap: 12px;
  padding-bottom: 5%;
}

.success-msg.show { display: flex; }
.success-icon {
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--gradient-hero)/* #d1e5fa5d*/; display: flex; align-items: center; justify-content: center;
}
.success-icon svg { width: 26px; height: 26px; stroke: #ffffff; fill: none; stroke-width: 3.5; stroke-linecap: round; stroke-linejoin: round; }
.success-msg h2 { font-size: 22px; font-weight: 600; color: white;}
.success-msg p { font-size: 15px; color: rgb(175, 168, 168); max-width: 280px; line-height: 1.6; }


.footer-link a{
  color: rgba(255, 255, 255, 0.35);;
}


.success-display{
  display:none;
}