
:root {
    --primary: #2e56bf;       /* red accent provided */
    --primary-700: #2e56bf;
    --bg: #ffffff;
     --secondary: #2e56bf;
    --card: #ffffff;
      --white: #ffffff;
    --muted: #6b7280;
    --neutral: #f6f7f9;
    --dark-700: #07112a;     /* deep navy for housing section */
    --glass: rgba(255,255,255,0.72);
    --shadow-lg: 0 28px 70px rgba(4,10,25,0.10);
    --shadow-md: 0 12px 30px rgba(4,10,25,0.06);
    --radius: 14px;
    --text: #1e293b;
      --text-light: #475569;
      --border: #e2e8f0;
      --highlight: #eef2ff;
      --day-bg: #0f172a;
}

body {  
  font-weight: 700;
  font-style: normal;    color: #767677;
    background: #fff; overflow-y: scroll;
    overflow-x: hidden;
    padding: 80px 0 0;
    font: 400 14px / 22px "Nunito Sans", sans-serif;
}
.shadows{    background: #fff;
    box-shadow: 0 10px 40px rgb(0 0 0 / 24%);
}
h1,
h2,
h3,
h4,
h5,
h6{   
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-style: normal;h1 {
	font-size: 48px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

}
.pinfo p{font-size: 16px!important;}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
ol,
p {
  margin: 0px;
  padding: 0px;letter-spacing: normal;
    margin: 0 0 20px;
}

.about img {border: 8px solid var(--white);
  box-shadow: 0 0.5rem 10px rgba(0, 0, 0, 0.15) !important;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-60 {
  padding-top: 60px;
}

a:hover {
  text-decoration: none;
}

.top-header {
  background: var(--primary);
  padding: 15px 0;
}

.logo h2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 0px;
}

.logo h2 a {
     color: var(--primary);
    font-family: "Nunito Sans", sans-serif;
    -webkit-text-stroke-width: 2px;
    position: relative;
    top: 16px;
}

.logo h2 a span {
  color: var(--primary);
  font-weight: 500;
}

/*navigation start*/

  .hero-wrapper {

      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0rem 0rem;
      position: relative;
    }

    .border-container {
      position: relative;
      max-width: 1100px;
      width: 100%;
      padding: 1.5rem .5rem;
    }

    /* Corner decorative elements – now using your exact colors */
    .corner {
      position: absolute;
      width: 100px;
      height: 100px;
      background: linear-gradient(135deg, var(--secondary), var(--primary));
      opacity: 0.08;
      pointer-events: none;
      z-index: 1;
    }
    #txtchkin2, #txtchkout2{cursor: pointer;}
    .corner-tl { top: -4px; left: -4px; border-radius: 0 0 24px 0; }
    .corner-tr { top: -4px; right: -4px; border-radius: 0 0 0 24px; transform: scaleX(-1); }
    .corner-bl { bottom: -4px; left: -4px; border-radius: 0 24px 0 0; transform: scaleY(-1); }
    .corner-br { bottom: -4px; right: -4px; border-radius: 24px 0 0 0; transform: scale(-1); }

    /* Glowing border lines on hover */
    .border-line {
      position: absolute;
      background: linear-gradient(90deg, transparent, var(--border-glow), transparent);
      opacity: 0;
      transition: opacity 0.7s ease;
    }
    .border-container:hover .border-line { opacity: 1; }
    .border-top    { top: 0; left: 0; right: 0; height: 2px; }
    .border-bottom { bottom: 0; left: 0; right: 0; height: 2px; }
    .border-left   { left: 0; top: 0; bottom: 0; width: 2px; }
    .border-right  { right: 0; top: 0; bottom: 0; width: 2px; }

    /* Corner ticks – using secondary navy */


    .border-container:hover .corner-tick {
      opacity: 0.38;
      animation: tickPulse 3s infinite ease-in-out;
    }
    @keyframes tickPulse {
      0%, 100% { transform: scale(1); }
      50% { transform: scale(1.18); }
    }
    /* Meta with SVG Icons */
    .meta-item { display: flex; align-items: center; gap: 14px;  color: #fff; font-weight: 700;     padding-bottom: 15px;}
    .meta svg { width: 26px; height: 26px; flex-shrink: 0;     color: #fff;}
    .location {     max-width: 600px;   color: #ffffff;
    font-weight: 700; }
    .locited svg{    position: relative;
    top: -19px;
    left: 0px;    color: #ffffff;
}

    /* Content */
    .content { position: relative; z-index: 2; text-align: left; }

    .logoss { 
       font-size: clamp(3.8rem, 6vw, 3rem);
    font-weight: 900;
         color: #ffffff; 
      margin-bottom: 1rem; 
    }
    .logo span { color: var(--white); }

  .border-container  .subtitle { text-align: left;
      font-size: 20px; 
      letter-spacing: 6px; 
      text-transform: uppercase; 
      color: var(--white); 
      margin-bottom: 1.8rem; 
    }
.border-container .main-titless:before{display: none;}
   .border-container .main-titless { color: var(--white)!important;
      font-size: 35px; 
      font-weight: 900; 
      margin: 1.2rem 0 1.8rem; 
    }
    .highlight { 
      background: linear-gradient(110deg, var(--white), var(--white));
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      font-weight: 900;
    }

    .meta { 
      font-size: 1.42rem; 
      font-weight: 500; 
      color: var(--text-light); 
      line-height: 1.75; 
      margin: 1.2rem 0; 
    }

    .divider { 
      width: 150px; 
      height: 5px; 
      background: linear-gradient(90deg, var(--secondary), var(--primary)); 
      margin: 1.2rem auto; 
      border-radius: 3px; 
    }

   .countdown-compact {
      padding: 28px 20px;
      text-align: left;
    }

    .countdown-compact h5 {
      font-size: 1.1rem;
      font-weight: 800;
      color: #fff;
      margin-bottom: 15px;
      letter-spacing: 1px;
      text-transform: uppercase;
    }

    .countdown-compact p {
      font-size: 0.875rem;
      color: #fff;
      margin-bottom: 20px;
    }

    .timer-row {
      display: flex;
      justify-content: left;
      align-items: center;
      gap: 12px;
      flex-wrap: wrap;
    }

    .roulette-mini {
    width: 80px;
    height: 90px;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: inset 0 8px 20px rgba(0, 0, 0, 0.3);
    }

    .digits-mini {
      position: absolute;
      width: 100%;
      display: flex;
      flex-direction: column;
      transition: transform 0.95s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .digit-mini {
    height: 90px;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-weight: 900;
    color: #2e56bf;
    background: #ffffff;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    }

    .sep {
     font-size: 2rem;
    font-weight: 900;
    color: #ffffff;
    position: relative;
    top: -15px;
    }

    .label-mini {
      font-size: 0.65rem;
      font-weight: 700;
      color: #fff;
      margin-top: 6px;
      letter-spacing: 1.5px;
      text-transform: uppercase;    text-align: center;
    }

    /* Mobile */
    @media (max-width: 768px) {
      .hero-lux{padding: 0px!important;}
      .countdown-compact {
    padding: 20px 0px;}
            .timeline-item {
    display: flex
;
    gap: 0px!important;}
      .roulette-mini { width: 58px; height: 78px; }
      .digit-mini { font-size: 28px;} .nav-mains  .nav-link::after {display: none;}
    }

    .reg-btn {
      display: inline-block;
    color: white;
    font-size: 1.28rem;
    font-weight: 700;
    padding: 1.35rem 4.2rem;
    border-radius: 12px;
    text-decoration: none;
    letter-spacing: 1.8px;
    transition: all 0.45s 
ease;
    }
    .reg-btn:hover {
      background: var(--primary);
      color: white;
      transform: translateY(-6px);
      box-shadow: 0 28px 60px rgba(220, 53, 69, 0.32);
    }



/* Apple-Style Glassmorphic Navbar */


/* Apple-Style Glassmorphic Navbar */
  :root {
      --ash-blue: #2e56bf;
      --ash-gold: #b99c87;
    }
#navbarNav{position: relative;
    top: 10px;}

    /* Navbar */
    .nav-mains.navbar-custom {
      background: var(--ash-blue) !important;
      padding: 1rem 0;
      transition: all 0.4s ease;
      z-index: 1050;
    }
   .nav-mains .navbar-custom.scrolled {
      padding: 0.7rem 0;
      box-shadow: 0 10px 30px rgba(35,77,188,0.3);
    }

  .nav-mains  .navbar-brand {
      color: #2e56bf !important;
      font-weight: 800;
      font-size: 1.8rem;
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .adyboy{    display: flex;
    position: relative;
    top: 15px;}
    
     .adyboy    .logo-icon {margin-right: 15px;
    position: relative;
    top: -10px; width: 60px;
    height: 60px; background: #2e56bf; color: #fff;
      border-radius: 50%; display: flex; align-items: center; justify-content: center;
      font-weight: bold; font-size: 1.4rem;}
     .nav-mains  .logo-icon {
          width: 60px;
    height: 60px; background: #2e56bf; color: #fff;
      border-radius: 50%; display: flex; align-items: center; justify-content: center;
      font-weight: bold; font-size: 1.4rem;
    }

      .nav-mains .nav-link {
         color: #2e56bf !important;
      font-weight: 600;
      display: flex;
      align-items: center;
      gap: 10px;
      position: relative;
      padding: 0.5rem 1rem !important;
    }
     .nav-mains .nav-link i { font-size: 1.2rem; }
    .nav-mains  .nav-link::after {
      content: ''; position: absolute; bottom: 0; left: 50%; width: 0; height: 3px;
          background: #2e56bf; transition: all 0.4s; transform: translateX(-50%);
    }
    .nav-mains  .nav-link:hover::after,   .nav-mains .nav-link.active::after { width: 80%; }
    .nav-mains  .nav-link.active {    color: #2e56bf !important;}

    .nav-mains  .btn-register {
      background: white; color: var(--ash-blue) !important;    top: 10px;    border: none;
    text-decoration: none;
      font-weight: 700; border-radius: 50px;     padding: 8px 20px;
    }
     .nav-mains .btn-register:hover {
      background: #2e56bf; color: white !important;
      transform: translateY(-3px);
    }

    /* Hamburger to X */
     .nav-mains .hamburger {
      width: 30px; height: 24px; position: relative; cursor: pointer;
    }
    .nav-mains  .hamburger span {
      display: block; position: absolute; height: 3px; width: 100%;
          background: #2e56bf; border-radius: 3px; transition: all 0.3s ease;
    }
    .nav-mains  .hamburger span:nth-child(1) { top: 0; }
    .nav-mains  .hamburger span:nth-child(2) { top: 10px; }
    .nav-mains  .hamburger span:nth-child(3) { top: 20px; }

    /* Transform to X when menu open */
    .nav-mains  .offcanvas.show .hamburger span:nth-child(1) {
      transform: rotate(45deg) translate(7px, 7px);
    }
    .nav-mains  .offcanvas.show .hamburger span:nth-child(2) { opacity: 0; }
    .nav-mains  .offcanvas.show .hamburger span:nth-child(3) {
      transform: rotate(-45deg) translate(7px, -7px);
    }

    /* Mobile Menu */
    .nav-mains  .offcanvas {
      background: var(--ash-blue);
      width: 320px !important;
    }
    .nav-mains  .offcanvas-header {
      border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    .nav-mains  .offcanvas-title { color: white; font-weight: 800; }
    .nav-mains  .offcanvas-body .nav-link {
   color: white !important;
    padding: 20px 20px;
    border-radius: 12px;
    margin: 5px 15px;
    font-size: 15px;
    display: flex
;
    align-items: center;
    gap: 15px;
    }
     .nav-mains .offcanvas-body .nav-link:hover,
     .nav-mains .offcanvas-body .nav-link.active {
      background: rgba(255,255,255,0.15);
    }

  .apple-navbar {
      position: fixed;   /* Changed from sticky to fixed */
      top: 0;
      left: 0;
      right: 0;
      z-index: 1000;
      background:#fff;
      backdrop-filter: saturate(180%) blur(20px);
      -webkit-backdrop-filter: saturate(180%) blur(20px);
      border-bottom: 1px solid var(--border);
      box-shadow: var(--shadow-initial);
      transition: var(--transition);
      height: 80px;
    }

    /* Smooth change when scrolled */
    .apple-navbar.scrolled {
      background: var(--bg-scrolled);
      box-shadow: var(--shadow-scrolled);
      border-bottom-color: rgba(0,0,0,0.12);
    }

    .nav-container {
      max-width: 1400px;
      margin: 0 auto;
      padding: 0 32px;
      height: 100%;
    }

    .nav-content {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 100%;
    }

    /* Logo */
    .nav-logo {
      font-size: 40px;
      font-weight: 800;
      color: var(--primary);
      text-decoration: none;
      letter-spacing: -0.6px;
    }

    /* Desktop Menu with Icons */
    .desktop-menu {
      display: none;
      gap: 40px;
      align-items: center;
    }
.card-modern .card-title::after {
      content: '';
    position: absolute;
    top: 42px;
    left: 0;
    width: 50px;
    height: 4px;
    background: var(--primary);
    border-radius: 2px;}
    @media (min-width: 992px) {
      .desktop-menu { display: flex; }
    }

    .desktop-menu a {
      display: flex;
      align-items: center;
      gap: 10px;
      color: var(--text-secondary);
      font-weight: 600;
      font-size: 16px;
      text-decoration: none;
      padding: 8px 0;
      position: relative;
      transition: var(--transition);
    }

    .desktop-menu a svg {
      width: 20px;
      height: 20px;
      fill: currentColor;
      opacity: 0.7;
      transition: var(--transition);
    }

    .desktop-menu a::after {
      content: '';
      position: absolute;
      bottom: -4px;
      left: 0;
      width: 0;
      height: 2px;
      background: var(--primary);
      transition: width 0.4s ease;
    }

    .desktop-menu a:hover,
    .desktop-menu a.active {
      color: var(--text);
    }

    .desktop-menu a:hover svg,
    .desktop-menu a.active svg {
      opacity: 1;
      fill: var(--primary);
    }

    .desktop-menu a:hover::after,
    .desktop-menu a.active::after {
      width: 100%;
    }

    .desktop-menu a.active {
      font-weight: 700;
    }

    /* Group Registration Button */
    .group-btn {
      display: flex;
      align-items: center;
      gap: 10px;
      background: var(--primary);
      color: white;
      padding: 10px 22px;
      border-radius: 12px;
      font-size: 15px;
      font-weight: 600;
      border: none;
      transition: var(--transition);
    }

    .group-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 25px rgba(220,53,69,0.3);
    }

    .group-btn svg {
      width: 20px;
      height: 20px;
      fill: white;
    }

    /* Mobile Toggle */
    .mobile-toggle {
      display: flex;
      padding: 8px;
      background: none;
      border: none;
      cursor: pointer;
      color: var(--text);
    }

    @media (min-width: 992px) {
      .mobile-toggle { display: none; }
    }

    /* Mobile Menu */
    .mobile-menu {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background: rgba(255, 255, 255, 0.95);
      backdrop-filter: blur(20px);
      border-radius: 0 0 20px 20px;
      box-shadow: var(--shadow);
      overflow: hidden;
      max-height: 0;
      opacity: 0;
      transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .mobile-menu.open {
      max-height: 600px;
      opacity: 1;
      padding: 24px 0;
    }

    .mobile-menu a,
    .mobile-menu .group-btn {
      display: flex;
      align-items: center;
      gap: 16px;
      padding: 16px 40px;
      color: var(--text-secondary);
      font-weight: 600;
      font-size: 17px;
      text-decoration: none;
      transition: all 0.3s ease;
    }

    .mobile-menu a svg,
    .mobile-menu .group-btn svg {
      width: 22px;
      height: 22px;
      fill: currentColor;
    }

    .mobile-menu a:hover,
    .mobile-menu a.active {
      color: var(--primary);
      background: rgba(220,53,69,0.08);
    }

    .mobile-menu .group-btn {
      margin: 20px 40px 10px;
      justify-content: center;
      border-radius: 14px;
    }

    /* Demo content to test scroll */
    .demo-content {
      height: 200vh;
      padding: 100px 40px;
      text-align: center;
      font-size: 24px;
      color: #555;
    }

/*----------------------------------------------
  🎨 Navbar
----------------------------------------------*/


@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hoverEffect {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1.05) rotate(2deg);
  }
}


.desktop-menu-item {
  position: relative;
  transition: color 0.3s ease;
  display: flex; font-size: 17px;
  padding: 6px 0px 0px 0px;
}

.desktop-menu-item img {   
  position: relative;
  width: 20px;
  margin: 0px 6px 7px 0px;
}

.desktop-menu-item img:hover::before  {
  filter: brightness(31.5);
}

.desktop-menu-item::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: var(--primary);
  transition: width 0.3s ease;
}

.desktop-menu-item:hover::after {
  width: 100%;
}

.desktop-menu-item:hover {
  color: var(--primary);
}

.active {
  font-weight: bold;
  color: var(--primary);
}

.desktop-menu-item.active::after {
  width: 100%;
}

.mobile-menu {
  transition: all 0.3s ease-in-out;
}

.mobile-menu-open {
  animation: slideIn 0.3s ease-in-out forwards;
}

.menu-item {
  animation: fadeIn 0.3s ease-in-out forwards;
}

.menu-item:nth-child(1) { animation-delay: 0.1s; }
.menu-item:nth-child(2) { animation-delay: 0.2s; }
.menu-item:nth-child(3) { animation-delay: 0.3s; }
.menu-item:nth-child(4) { animation-delay: 0.4s; }

.btn-close.white {
    position: absolute;
    z-index: 9;
    opacity: 1;
    top: 15px;
    right: 20px;
    border: 2px solid #2e56bf;    padding: 11px;
}

.info-item img  {
  width: 35px;
  margin-right: 25px;
}

.btn.deskcss{    
  position: absolute;
  right: 0px;
  top: 16px;
}

.fasicon .fas{    
  position: relative;
  top: 3px;
}
.contform-section   {padding: 40px 30px 40px 30px;
    border-radius: 10px;}
 .contform-section    .form-control.with-icon{
    padding-left: 25px!important;}
/*navigation end*/
.main-title:before  {
    background: #2e56bf;
}
.main-title:before  {
left: 50%;
    content: '';
    height: 4px;
    width: 100px;
    position: absolute;
    margin: 0 0 0 -50px;
    /* top: 4px; */
    margin-top: 55px;
}

/* form section */

        /* Subtle dark overlay for text readability */
        .hero-banner::before {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0; bottom: 0;
            backdrop-filter: blur(2px);
        }

        /* Pure Transparent Glass Card */
        .glass-card {
              position: relative;

    text-align: center;
    /* box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3); */
    animation: float 6s 
ease-in-out infinite;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-15px); }
        }

        .ash-title {
            font-size: 70px;
            font-weight: 900;
            letter-spacing: 18px;
            color: var(--white);
            text-shadow: 0 10px 30px rgba(0,0,0,0.5);
            margin-bottom: 10px;
        }

        .event-meta {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 16px;
            font-size: 20px;
            font-weight: 500;
            color: var(--white);
            margin: 25px 0;
        }
        .event-meta img {
            width: 36px;
            filter: brightness(0) invert(1);
            opacity: 0.9;
        }



        .location-text {
            font-size: 20px;
            line-height: 1.8;
            color: var(--white);
            max-width: 800px;
   margin: 25px 0;
        }

        .cta-buttons {
            display: flex;
            gap: 30px;
            justify-content: center;
            flex-wrap: wrap;
            margin: 60px 0;
        }

        .btn-primary, .btn-secondary {
            padding: 20px 50px;
            border-radius: 50px;
            font-size: 20px;
            font-weight: 700;
            display: flex;
            align-items: center;
            gap: 16px;
            transition: all 0.4s ease;
            min-width: 250px;
            justify-content: center;
        }


        /* Clean Line-Style Countdown */
        .countdown-clean {
            display: flex;
            justify-content: center;
            gap: 60px;
            flex-wrap: wrap;
            margin-top: 40px;
        }

        .count-item {
            text-align: center;
        }

        .count-number {
            font-size: 72px;
            font-weight: 800;
            color: var(--primary);
            text-shadow: 0 0 30px rgba(220,53,69,0.5);
            position: relative;
        }

        .count-number::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: var(--primary);
            border-radius: 2px;
            opacity: 0.6;
        }

        .count-label {
            font-size: 18px;
            font-weight: 600;
            color: var(--white);
            margin-top: 20px;
            letter-spacing: 4px;
            text-transform: uppercase;
        }

        @media (max-width: 992px) {
            .glass-card { padding: 60px 50px; margin: 20px; }
            .ash-title { font-size: 100px; letter-spacing: 10px; }
            .main-title { font-size: 50px; }
            .countdown-clean { gap: 40px; }
            .count-number { font-size: 60px; }
            .hero-wrapper {
    padding: 1rem 0rem;}
    .border-container {
    padding: 0.5rem 0.5rem;
        }
        
      }
        @media (max-width: 768px) {
              .program-full {
    padding: 30px 0px 30px 0px!important;
}
          .content {
    padding-top: 35px;
}


          .schedule-section {
    padding: 40px 0;
    background: #f9f9f9;
}
            .ash-title { font-size: 80px; }
            .event-meta { font-size: 24px; flex-direction: column; gap: 15px; }
            .cta-buttons { flex-direction: column; align-items: center; }
            .countdown-clean { gap: 30px; }
            .count-number { font-size: 50px; }
        }
        


/* Tab Buttons */
.pro-tab {
width: 100%;
    border: none;
    background: transparent !important;
        padding: 7px 20px !important;
    display: flex !important;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: #50545c !important;
    transition: all 0.35s 
ease;
    overflow: hidden;
}

.cta-button22 .open-btn:hover {
    background: #2e56bf;
    color: white !important;
    transform: translateY(-3px);
}
.cta-button22 .open-btn  {
    background: white;
    color: var(--ash-blue) !important;
    top: 10px;
    border: none;
    text-decoration: none;
    font-weight: 700;
    border-radius: 50px;
    padding: 8px 20px;
}


/* Icon container */
.pro-tab .icon {
    width: 27px;
    height: 30px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s ease;
}

.pro-tab img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  transition: all 0.35s ease;
}

/* Text label */
.pro-label {
  margin: 0;
  font-size: 15px;
  letter-spacing: -0.2px;
}

/* Hover animation */
.pro-tab:hover {
  transform: translateY(-5px);
  color: #0f172a !important;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.pro-tab:hover .icon {
  background: rgba(0, 0, 0, 0.06);
  transform: translateY(-2px) scale(1.06);
}

/* Active State */
.pro-tab.active {
 box-shadow: 0 14px 40px rgb(46 86 191) !important;
}

.pro-tab.active .icon {
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-2px) scale(1.08);
}

.pro-tab.active img {
  filter: brightness(0) invert(1); /* white icons */
}

/* Indicator Bar */
.pro-indicator {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 0;
  height: 3px;
  border-radius: 50px;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.4s ease;
}

.pro-tab.active .pro-indicator {
  width: 60%;
  opacity: 1;
}

/* Mobile Adaptations */
@media (max-width: 576px) {
  .pro-tabs {
    padding: 10px !important;
  }
  .pro-tab {
    padding: 14px 12px !important;
  }
  .pro-tab .icon {
    width: 32px;
    height: 32px;
  }
  .pro-tab img {
    width: 20px;
    height: 20px;
  }
}

/* Remove Bootstrap focus ring and add custom */
.pro-tab:focus {
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(11, 105, 255, 0.15);
}

.form-control-icon {
      width: 42px;
    height: 42px;
  padding: 10px;
  font-size: 13px;
}

.form-section input,
.form-section select {
  padding-left: 50px;
  font-size: 0.8125rem;
  border-radius: 37px;
  height: 45px;
}

.form-section input:focus,
.form-section select:focus,
.form-section textarea:focus {
  box-shadow: none !important;
  border-color: var(--primary) !important;
}

.country-option img {
  width: 20px;
  height: 14px;
  margin-right: 8px;
}
 textarea.with-icon {
    height: 55px!important;}
.form-control.with-icon,
.form-select.with-icon,
textarea.with-icon {
  padding-left: 2.5rem;
  padding-left: 50px;
  font-size: 0.8125rem;
  border-radius: 10px;
  height: 45px;  
}

.addy .form-control-icon {
  left: 21px!important;
  top: 27px!important;
  padding: 8px!important;
}
img.homicon{    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    position: relative;
    top: -2px;}
.delic .form-control-icon {
  padding: 9px 8px!important;
}
img.groupphot   {
    display: inline-block;
    top: 3px;
    left: -4px;}
.slider-button a{    display: flex;
    padding: 14px;
    justify-content: center;}
    .slider-button a img{    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.form-control-icon {
  position: absolute;
  left: 20px;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
  top: 23px;        color: #2e56bf;
}

textarea.with-icon {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.input-wrapper {
  width: 100%;    
  margin-bottom: 15px;
}

.invalid-feedback {
  display: none;
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-select:invalid ~ .invalid-feedback,
.was-validated textarea:invalid ~ .invalid-feedback {
  display: block;
}

.calicon .form-control-icon {
  top: 23px;
  left: 15px;
}

.calicon textarea {
  height: 70px;
  padding-left: 50px;
  font-size: 0.8125rem;
}

/* form section end */

/* about us home */
/* ANIMATED BACKGROUND */
    /* Background Floating Icons */
    .bg-icons span {
      position: absolute;
      font-size: 70px;
      color: rgba(33, 111, 255, 0.153);
      animation: float 12s infinite linear;
    }

    /* .bg-icons span:nth-child(1) { top: 10%; left: 5%; animation-duration: 14s; }
    .bg-icons span:nth-child(2) { top: 40%; left: 15%; animation-duration: 18s; }
    .bg-icons span:nth-child(3) { top: 70%; left: 8%; animation-duration: 20s; }
    .bg-icons span:nth-child(4) { top: 20%; left: 40%; animation-duration: 16s; }
    .bg-icons span:nth-child(5) { top: 60%; left: 45%; animation-duration: 22s; } */

    @keyframes float {
      0% { transform: translateY(0); }
      50% { transform: translateY(-30px); }
      100% { transform: translateY(0); }
    }

    /* Main Section */
    .aad-section {
      position: relative;
          padding: 80px 0px 30px;
      z-index: 2;
    }

    .badge-title {
      color: #2563eb;
      font-weight: 600;
      letter-spacing: 2px;
      font-size: 14px;
      margin-bottom: 12px; padding-left: 15px;
    }

    .aad-section h1 {
      font-weight: 700;
      font-size: 30px;
      color: #0f172a;
      margin-bottom: 30px;padding-left: 15px;
    }

    .info-block {
      display: flex;
      gap: 15px;    padding: 5px 15px;
      margin-bottom: 30px;
    }

    .info-icon {
      font-size: 22px;
      color: #2563eb;
      background: #eaf1ff;
      border-radius: 10px;
      padding: 12px;
      height: fit-content;
    }

    .info-block h5 {
      font-weight: 600;
      margin-bottom: 8px;
      color: #0f172a;
    }

    .info-block p {
      color: #475569;
      font-size: 15px;
      line-height: 1.7;
      margin: 0;
    }

    /* Image Card */
    .image-card {
      position: relative;
      border-radius: 30px;
      overflow: hidden;
      box-shadow: 0 30px 80px rgba(0,0,0,0.15);
    }

    .image-card img {
      width: 100%;
          height: 600px;
    object-fit: cover;
    }

    .image-label {
      position: absolute;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      background: #2563eb;
      color: #fff;
      padding: 12px 30px;
      border-radius: 50px;
      font-weight: 600;
      font-size: 15px;
      box-shadow: 0 10px 30px rgba(37,99,235,0.4);
    }

    @media(max-width: 991px) {
      .aad-section h1 {
        font-size: 25px;padding-left: 15px;
      }
    }

/* CTA row */
.cta-row{
  margin-top:18px;
  display:flex;
  gap:12px;
  align-items:center;
}
.btn-primary-ghost{
  background:linear-gradient(90deg,var(--primary),var(--primary-700));
  color:#fff;
  border:0;
  padding:10px 16px;
  border-radius:12px;
  font-weight:600;
  box-shadow:0 12px 36px rgba(220,53,69,0.12);
}
.link-muted{ color:var(--muted); font-weight:600; cursor:pointer; }

/* ---------------- animations (Modern / SaaS) ---------------- */
/* base states */
.fade-up { opacity:0; transform: translateY(18px) scale(.99); transition: transform 520ms cubic-bezier(.2,.9,.2,1), opacity 420ms ease; }
.zoom-in { opacity:0; transform: scale(.94); transition: transform 680ms cubic-bezier(.2,.9,.2,1), opacity 420ms ease; }

/* reveal states */
.show-up { opacity:1; transform: translateY(0) scale(1); }
.show-zoom { opacity:1; transform: scale(1); }

/* image micro-bounce on reveal */
@keyframes bounceIn {
  0% { transform: scale(0.96) translateY(18px); }
  60% { transform: scale(1.02) translateY(-6px); }
  100% { transform: scale(1) translateY(0); }
}

/* responsive */
@media (max-width: 992px){
      .event-tag {
                position: relative;
        margin: 30px auto 0;
        max-width: 300px;
        top: -107px;
        left: 40px;
    }

  .about-title{ font-size:28px; }
  .kicker{ margin:0 auto 12px auto; }
  .img-badge{ left:12px; bottom:12px; }
}

/*slider start*/

.slider-button .link {
      display: flex;
    padding: 15px 5px;
    width: 100%;
    height: 60px;
    margin: 10px;
    border-radius: 5%;
    box-shadow: 9px 9px 18px #bebebe, -9px -9px 18px #fff;
    position: relative;
    overflow: hidden;
       font-size: 20px;
    transition: 0.8s;
    text-align: center;
}
.slider-button .fb {
  color: #2e56bf;
}
.slider-button .fb:hover {
  color: #f1f1f1;
}
.slider-button .link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  z-index: -1;
  transition: 0.8s;
  border-radius: 0 0 50% 50%;
}
.slider-button .fb::before {
    background: #2e56bf75;
}
.slider-button .fb:hover::before{
  height: 180%;
}
.slider-button a    {display: flex;
    padding: 15px 5px;}

.slider-button {
    gap: 1rem;
    padding: 15px 1rem;    box-shadow: 28px 2.5rem 162px 43px rgba(0, 0, 0, 0.15) !important;
    background-color: var(--background-color);
    min-width: 124px;
    overflow: auto;
    justify-content: center;
    display: flex;
    box-shadow: 10px 1.5rem 20px rgba(0, 0, 0, 0.15) !important;
}
.fb:hover img{
    filter: brightness(-40.3rem);
}

.vector_image .vector1 {
     right: -90px;
       width: 150px;
    height: 100px;
    position: absolute;
       top: -50px;
    animation: float 1.5s ease-in-out infinite;
}
.vector_image .vector2 {
width: 130px;
    height: 120px;
    position: absolute;
    bottom: -55px;
       right: -300px;
    animation: float 1.5s ease-in-out infinite;
}
.imagevector img.vector2 {
    position: absolute;
    right: 75px !important;
    width: 235px !important;
    animation: float 1.5s ease-in-out infinite;
    height: 250px !important;
       margin-top: -70px;
    object-fit: contain !important;
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.floating {
  animation: float 2s ease-in-out infinite;
}
.slider-bg {
  background: url(../images/slider.jpg);
background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0;
    background-size: cover;
    background-blend-mode: multiply;
    align-items: center;    
    background-attachment: fixed;    background-color: #a8a3a3;
}
.addy img{width: 36px!important;
height:36px!important}
.slider-content h1 {
  font-size: 51px;
  color: var(--primary);
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 10px;
  -webkit-text-stroke-width: 2px;
}

.slider-content h3 {
  font-size: 30px;
  color: var(--primary);
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 40px;
  -webkit-text-stroke-width: 2px;
}

.slider-content h5 {
  font-size: 23px;
  color: var(--primary);
    margin-bottom: 20px;
    margin-top: 30px;
    -webkit-text-stroke-width: 1px;

}

.slider-bg .row {
  display: flex;
  align-items: center;
}

.slider-button {
  margin-top: 35px;
}

.sl-btn {
  background: var(--white);
  color: var(--primary);
  padding: 12px 30px;
  font-size: 17px;
  border-radius: 30px;
  border-bottom: 4px solid var(--primary);
  transition: 1s;
  margin-right: 10px;
font-family: "Nunito Sans", sans-serif;
}

.sl-btn:hover {
  background: var(--primary);
  color: var(--white);
}

/*slider end*/

/*Inner Page Start*/

.inner-bg {
      background-image: url(../images/mainbanner.jpg);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 50px 0;
    background-size: cover;
    background-color: #898787f0;
    background-blend-mode: multiply;
    align-items: top;     
}

.inner-bg h2 {
  color: var(--white);
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 0px;
    font-family: "Nunito Sans", sans-serif;
    -webkit-text-stroke-width: 0.5px;
}
/* .tick-icon {
  visibility: hidden;
}
body.loaded .tick-icon {
  visibility: visible;
} */
.inner-bg .breadcrumb {
  background: none;
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 6px;
}

.inner-bg .breadcrumb a {
  color: var(--white); text-decoration: none;
 font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
}

.inner-bg .breadcrumb-item.active {
  color: var(--primary);
}

.inner-bg .breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: var(--primary);
  content: "/";
}

/*Inner page end*/
#groupform .button:hover span, #groupform .button:focus span   {
    left: 170px;
}
.abt-bg .button:hover span, .abt-bg .button:focus span {
    left: 170px;}
/*Contact page start*/

.cont-bg {
  padding-top: 60px;
  padding-bottom: 60px;
  box-shadow: var(--gray-shadow) 0px 2px 31px;
}

.con-address-bg {
  background: var(--gray-light);
  height: 100%;
  padding: 45px 25px;
}

.con-address-bg img {
    width: 100%;
    height: 530px;    object-fit: cover;
    border: 10px solid var(--white);
    box-shadow: 0 0.5rem 10px rgba(0, 0, 0, 0.15) !important;
}

.address {
  position: relative;
  margin-bottom: 30px;
}

.address h4 {
  font-size: 20px;
 font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--primary);
}

.address p {
  font-size: 15px !important;
  font-family: "Nunito Sans", sans-serif;
  line-height: 22px;
  color: var(--gray-text) !important;
}

.address::after {
  background: var(--gray-text);
  width: 90px;
  height: 1px;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0px;
}

.form-inner {
  padding: 45px 25px;
  position: relative;
}

.form-inner h3 {
  text-align: center;
  font-size: 25px;
font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  color: var(--primary);
  text-transform: uppercase;
  margin-bottom: 25px;
}

.form-inner h4 {
  color: var(--white);
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  position: absolute;
  top: -12px;
  left: -15px;
  background: var(--primary);
  padding: 10px 15px;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
  margin-top: -38px;
}

/*Contact page end*/

/*Form styling start*/

/* .form-control {
  border-radius: 0px;
  height: 45px;
} */

.form-control:focus {
  color: #495057;
  background-color: var(--white);
  border-color: #ced4da;
  outline: 0;
  box-shadow: none;
}

label {
  display: block;
  margin-bottom: 0;
}

.cal-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  color: var(--icon-gray);
  cursor: pointer;
}

.reg-btn {
    border: 4px solid var(--primary);
    margin-top: 5px;
    padding: 8px 15px;
    font-size: 15px;
}

.form-content {
  background: var(--white);
  padding: 10px;
  border-radius: 10px;    padding-bottom: 30px;
}

.form-content h4 , #groupform h2{
  text-align: center;
  font-size: 25px;
  color: var(--primary);
  margin-bottom: 20px;
  margin-top: 5px;
  font-weight: 600;
  -webkit-text-stroke-width: 1px;
}

.form-content .nav-link   {
  color: var(--primary);    justify-content: center;
    background: none;
    display: flex;
    padding: 10px 5px 0px 9px;
    position: relative;
    top: 4px;
}
.tabiconss img    {width: 35px;
    height: 35px;
    padding: 5px;
    margin-right: 5px;    position: relative;
    top: -5px;}
    
.form-content  .nav-pills .nav-link.active  {    
      border-bottom: 4px solid #2e56bf;
}

.tab-content {
  background: var(--white);
    padding: 0px 10px 0px 10px;
}

/* Form Wrapper */
.form-container {
  background: #1e1e1e;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  width: 100%;
  max-width: 400px;
}



/* Button */
.button svg    {
    position: relative;
    right: 0px;
    top: 6px;
    color: var(--white);
}

.button {  margin-top: 10px;
    font-weight: 800;
    -webkit-text-stroke-width: 0.5px;
    font-size: 20px;
  width: 100%;
  border-radius: 999px;
  background: #efefef;
  color: #121212;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease;
}
.button .overlay {
  position: absolute;
  top: 0;
  right: 0;
    width: 54px;
    background: var(--primary);
    border-radius: inherit;
    transition: width 0.3s ease;
    height: 54px;
    padding: 4px;

}

.button:hover,
.button:focus {
  color: var(--white);
 height: 54px;
  position: relative;
  top: 3px;
}

.button:hover span,
.button:focus span {
  z-index: 99;
  position: absolute;
     left: 120px;
    font-weight: 800;
    -webkit-text-stroke-width: 0.5px;
    font-size: 20px;
    top: 11px;
}

.button:hover .overlay,
.button:focus .overlay {
  width: 100%;
}

/* Accessibility */
.button:focus-visible {
  outline: 2px solid #4cafef;
  outline-offset: 3px;
}

/* Responsive */
@media (max-width: 480px) {
  .form-container {
    padding: 1.5rem;
  }
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  font-family: "Nunito Sans", sans-serif;
  color: var(--white);
  background-color: var(--primary);
  border-color: var(--primary) var(--primary) var(--primary);
}

.nav-tabs .nav-link {
  border-radius: 0;
  background: var(--secondary);
  color: var(--primary);
  font-family: "Nunito Sans", sans-serif;
}

/*Form styling end*/

        /*----------------------------------------------
  🎨 Preloader & Go to Top Button
----------------------------------------------*/
  /* INSTITUTIONAL SCROLL TO TOP – Mayo Clinic / Harvard Med Style */
    #proTop {
      position: fixed;
      bottom: 40px;
      right: 40px;
      width: 68px;
      height: 68px;
      background: var(--glass);
      border: 1px solid var(--primary);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      backdrop-filter: blur(20px);
      box-shadow: var(--shadow);
      opacity: 0;
      visibility: hidden;
      transform: translateY(30px);
      transition: 
        opacity 0.6s ease,
        transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.5s ease,
        border-color 0.4s ease;
      z-index: 9999;
    }

    #proTop.visible {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }

    /* Subtle hover lift */
   /* BACK TO TOP BUTTON – Ultra Premium 2026 Style */
  .back-to-top{
    position:fixed;
    right:30px;
    bottom:30px;
    width:62px;
    height:62px;
    background:linear-gradient(135deg,#2e56bf,#2e56bf);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    box-shadow:
      0 15px 35px #2e56bf,
      0 5px 15px rgba(0,0,0,0.1);
    opacity:0;
    visibility:hidden;
    transform:translateY(20px);
    transition:all .5s cubic-bezier(0.4,0,0.2,1);
    z-index:9999;
  }

  /* Show button when scrolled */
  .back-to-top.visible{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
  }

  /* Hover Animation */
  .back-to-top:hover{
    transform:translateY(-8px) scale(1.08);
    box-shadow:
      0 25px 50px #2e56bf,
      0 10px 25px rgba(139,92,246,0.3);
  }

  /* Icon */
  .back-to-top svg{
    width:28px;
    height:28px;
    color:white;
    transition:transform .4s;
  }
  .back-to-top:hover svg{
    transform:translateY(-4px);
  }

  /* Optional: Add a subtle pulse */
  .back-to-top::before{
    content:'';
    position:absolute;
    inset:0;
    background:inherit;
    border-radius:50%;
    opacity:0;
    animation:pulse 3s infinite;
  }
  @keyframes pulse{
    0%{transform:scale(1);opacity:0.4}
    70%{transform:scale(1.4);opacity:0}
    100%{transform:scale(1.4);opacity:0}
  }

    /* Show button when scrolling */
    .show-btn {
        display: block !important;
    }

    /* Responsive */
    @media (max-width: 768px) {
   .cta-button22 .open-btn    {width: 100%;
    height: 55px;
    font-size: 18px;
}

      .calendy  .meta-item svg{position: relative;
    top: 0px;
            left: 5px;
}
      ul.navbar-nav li{margin-bottom: 0px;}
        .subtitle {
    font-size: 16px!important;
    margin: 0 auto 2rem!important;
}
.about-wrap {
    margin: 40px 0px 15px 0px;
}
      .about-section {
    padding: 15px}
        #scrollTopBtn {
            bottom: 20px;
            right: 20px;
        }
        #scrollTopBtn svg {
            width: 50px;
            height: 50px;
        }
    }
  .neumorphic-button {
        padding: 10px 20px;
      background: #e0e5ec; /* Light background to match body */
      border-radius: 12px;
      font-size: 18px;
      font-weight: bold;
      /* Soft text color */
      border: none;
      cursor: pointer;
      transition: all 0.3s ease;
      box-shadow: 8px 8px 15px #a1b0c7, -8px -8px 15px #ffffff; /* Inner and outer shadows */
    }

    .neumorphic-button:hover {
      box-shadow: 4px 4px 8px #a1b0c7, -4px -4px 8px #ffffff; /* Softer shadows on hover */
      transform: translateY(-3px); /* Slight lift effect */
    }

    .neumorphic-button:active {
      box-shadow: inset 4px 4px 8px #a1b0c7, inset -4px -4px 8px #ffffff; /* Inner shadows when active */
      transform: translateY(2px); /* Button presses down when clicked */
    }
.neumorphic-button.desktop-menu-item::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color:none;
    transition: width 0.3s ease;
}

    .navbar {
    background: rgb(255 255 255);
      backdrop-filter: blur(10px);
      transition: all 0.3s;    height: 80px;
    }

    .navbar.scrolled {
     background: rgb(255 255 255);
      box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    }

    .hero {
      background: rgb(191 58 85);
      color: white;
      min-height: 100vh;
      display: flex;
      align-items: center;
    }

    .countdown-timer {
      background: rgba(0,0,0,0.4);
      border-radius: 15px;
      padding: 2rem;
      backdrop-filter: blur(5px);
    }

    .stat-card {
      background: rgba(255,255,255,0.15);
      border-radius: 12px;
      padding: 1.5rem;
      text-align: center;
      transition: transform 0.3s;
    }

    .stat-card:hover {
      transform: translateY(-10px);
    }

   /* Main Title */
   .about-title{     color: var(--primary);background: linear-gradient(135deg, #0f172a 0%, var(--primary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}
    .main-title {
      text-align: center;
      font-size: 44px;
      font-weight: 800;
      color: var(--primary);background: linear-gradient(135deg, #0f172a 0%, var(--primary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
      margin-bottom: 20px;
      letter-spacing: -0.5px;
    }
    .main-subtitle {
      text-align: center;
      font-size: 20px;
      color: var(--text-light);
      font-weight: 500;
      margin-bottom: 60px;
    }

    /* Schedule Table */

    
    /* Animated Icon Background */
.schedule-bg span{
  position:absolute;
  font-size:80px;
  color:rgba(37,99,235,0.08);
  animation: float 15s infinite ease-in-out;
}
.schedule-bg span:nth-child(1){top:10%;left:5%;}
.schedule-bg span:nth-child(2){top:60%;left:8%;animation-delay:2s;}
.schedule-bg span:nth-child(3){top:20%;right:6%;animation-delay:4s;}
.schedule-bg span:nth-child(4){bottom:10%;right:10%;animation-delay:6s;}

@keyframes float{
  0%{transform:translateY(0)}
  50%{transform:translateY(-25px)}
  100%{transform:translateY(0)}
}

/* Section */
.schedule-section{
  position:relative;
    padding: 40px 0;
  overflow:hidden;
}

/* Heading */
.schedule-title{
  font-size:42px;
  font-weight:700;
  color:#0f172a;
}
.schedule-sub{
  color:#475569;
  margin-top:10px;
}
.schedule-section .line {
    width: 70px;
    height: 4px;
    background: #2563eb;
    margin: 14px auto;
    border-radius: 10px;
}
 .schedule-section h2{ font-size: 35px;  color: #2e56bf;}
/* Day Header */
.day-header{
  background:linear-gradient(135deg,#2563eb,#1e40af);
  color:#fff;
  padding:20px 30px;
  border-radius:18px;
  font-weight:600;
  margin:50px 0 30px;
  box-shadow:0 20px 50px rgba(37,99,235,.35);
}

/* Timeline */
.timeline{
  position:relative;
  margin-left:20px;
}
.timeline::before{
  content:'';
  position:absolute;
  left:28px;
  top:0;
  bottom:0;
  width:3px;
  background:linear-gradient(to bottom,#2563eb,#93c5fd);
  border-radius:10px;
}

/* Item */
.timeline-item{
  display:flex;
  gap:25px;
  margin-bottom:20px;
  position:relative;
}
.timeline-dot{
  width:60px;
  height:60px;
  background:#eaf1ff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#2563eb;
  font-size:22px;
  z-index:2;
  box-shadow:0 10px 30px rgba(37,99,235,.25);
}
.timeline-card{
  background:rgba(255,255,255,0.9);
  backdrop-filter:blur(12px);
  border-radius:20px;
    padding: 13px 20px 6px;
  width:100%; display: flex;
  box-shadow:0 25px 60px rgba(0,0,0,0.08);
  transition:.4s ease;
}
.timeline-card:hover{
  transform:translateY(-6px);
  box-shadow:0 35px 80px rgba(37,99,235,.25);
}
.time-badge{
  display:inline-block;
  background:#eaf1ff;
  color:#2563eb;
  padding:6px 14px;
  border-radius:30px;
  font-size:13px;
  font-weight:600;
  margin-bottom:8px;
}
.timeline-card h5{
  font-weight:600; position: relative; top: 5px;
  margin:0; margin-left: 40px;    font-size: 16px;
}

/* Responsive */
@media(max-width:768px){
  .schedule-title{font-size: 25px;}
}

/* ================= SECTION ================= */
.housing-elite{
  position:relative;
    padding: 40px 0px 60px 0px;
  overflow:hidden;
}

/* Background icons */
.housing-bg span{
  position:absolute;
  font-size:120px;
  color:rgba(37,99,235,.06);
  animation:float 20s infinite ease-in-out;
}
.housing-bg span:nth-child(1){top:12%;left:6%}
.housing-bg span:nth-child(2){bottom:18%;left:10%;animation-delay:4s}
.housing-bg span:nth-child(3){top:20%;right:8%;animation-delay:8s}
.housing-bg span:nth-child(4){bottom:12%;right:12%;animation-delay:12s}

@keyframes float{
  0%{transform:translateY(0)}
  50%{transform:translateY(-35px)}
  100%{transform:translateY(0)}
}

/* ================= HEADER ================= */
.housing-head{
  max-width:860px;
  margin:0 auto 70px;
  text-align:center;
}
.housing-head h2{
    font-size: 35px;
    font-weight: 800;
    color: #2e56bf;
}
.housing-head .line{
  width:80px;
  height:4px;
  background:#2563eb;
  margin:16px auto;
  border-radius:10px;
}
.housing-head p{
  color:#475569;
  font-size:15.8px;
}

/* ================= CARD ================= */
.hotel-elite{
  position:relative;
  background:#fff;
  border-radius:30px;
  padding:42px 34px 36px;
  height:100%;
  box-shadow:0 30px 70px rgba(0,0,0,.12);
  transition:.5s ease;
  overflow:hidden;
}
.hotel-elite:hover{
  transform:translateY(-10px);
  box-shadow:0 50px 110px rgba(37,99,235,.28);
}

/* Gradient accent */
.hotel-elite::before{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,rgba(37,99,235,.12),transparent);
  opacity:0;
  transition:.5s;
}
.hotel-elite:hover::before{
  opacity:1;
}

/* Ribbon */
.ribbon{
  position:absolute;
  top:24px;
  right:-50px;
  background:linear-gradient(135deg,#2563eb,#1e40af);
  color:#fff;
  padding:7px 70px;
  font-size:13px;
  font-weight:700;
  transform:rotate(12deg);
  box-shadow:0 12px 30px rgba(37,99,235,.45);
}

/* Stars */
.stars{
  color:#f59e0b;
  font-size:15px;
  margin-bottom:12px;
}

/* Hotel name */
.hotel-name{
  font-size:23px;
  font-weight:700;
  color:#0f172a;
  margin-bottom:18px;
}

/* Price slab */
.price-slab{
  display:flex;
  align-items:center;
  gap:14px;
  background:#f0f5ff;
  padding:14px 18px;
  border-radius:20px;
  margin-bottom:20px;
}
.old-price{
  text-decoration:line-through;
  color:#94a3b8;
  font-size:18px;
}
.new-price{
  font-size:36px;
  font-weight:800;
  color:#2563eb;
}
.per-night{
  font-size:14px;
  color:#475569;
}

/* Description */
.hotel-elite p{
  font-size:14.8px;
  line-height:1.7;
  color:#475569;
  margin:0;
}

/* ================= RESPONSIVE ================= */
@media(max-width:991px){
  .housing-head h2{font-size:25px}
}

    /* dates and number */
    /* Floating glass card */
   .keydatenumber .card {
      backdrop-filter: blur(20px);
      -webkit-backdrop-filter: blur(20px);
      border: 1px solid var(--border);
      border-radius: 40px;
      overflow: hidden;
      box-shadow: 0 40px 100px rgba(0,0,0,0.4);
      position: relative;background: linear-gradient(135deg, #0a1e42 0%, #1a0b2e 100%);
    }

   .keydatenumber   .gradient-top {
      height: 12px;
      background: linear-gradient(90deg, var(--blue), var(--primary));
    }

   .keydatenumber   .herosecond {
      padding: 110px 70px;
      text-align: center;
    }

    /* Stats – Asymmetric luxury layout */
    .stats-elite h2{    font-size: 35px;
    font-weight: 800;
    color: #2e56bf;}
    .stats-elite .line {
    width: 70px;
    height: 4px;
    background: #2563eb;
    margin: 14px auto;
    border-radius: 10px;
}
   .stats-elite {     padding: 50px 0;
position: relative; }

    .stats-header { text-align: center; margin-bottom: 40px;}
    .stats-container {
         display: grid
;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
    max-width: 1400px;
    margin: 0 auto;
    /* padding: 0 40px; */
    margin-bottom: 100px;
    margin-top: -30px;
    }

    .stats-elite  .stats-section {
      background: white;
      border-radius: 28px;
      padding: 70px 40px;
      box-shadow: 
        0 20px 60px rgba(0,0,0,0.07),
        0 8px 25px rgba(0,0,0,0.04);
      margin: center;
    }

    .stats-elite  .section-title {
      text-align: center;
      font-size: 2.4rem;
      font-weight: 800;
      color: #1e293b;
      margin-bottom: 4rem;
    }

    .stats-elite  .stats-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 2.5rem;
    }

    .stats-elite  .stat-card {
      text-align: center;
      border-radius: 24px;
      background: linear-gradient(145deg, #ffffff, #f8fbff);
      border: 1.5px solid #e0e7ff;
      transition: all 0.4s ease;
      position: relative;
      overflow: hidden;
    }

     .stats-elite .stat-card::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0; height: 4px;
      background: linear-gradient(90deg, #3b82f6, #8b5cf6);
      opacity: 0;
      transition: opacity 0.4s;
    }

     .stats-elite .stat-card:hover {
      transform: translateY(-12px);
      box-shadow: 0 20px 40px rgba(59, 130, 246, 0.18);
    }

     .stats-elite .stat-card:hover::before {
      opacity: 1;
    }

     .stats-elite .icon-circle {
      width: 90px;
      height: 90px;
      color: #3b82f6;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 1.8rem;
      font-size: 2.2rem;
      transition: all 0.4s;
    }

     .stats-elite .stat-card:hover .icon-circle {
      transform: scale(1.12);
    }

     .stats-elite .number {
         font-size: 30px;
      font-weight: 800;
      color: #1e293b;
      margin: 0;
      line-height: 1;
    }

     .stats-elite .number span {
      font-size: 2rem;
      color: #3b82f6;
    }

     .stats-elite .label {
      font-size: 0.95rem;
      font-weight: 600;
      color: #64748b;
      text-transform: uppercase;
      letter-spacing: 1.8px;
      margin-top: 0.8rem;
    }

    @media (max-width: 768px) {
       .stats-elite h2{font-size: 25px;}
       .stats-elite .stats-grid { gap: 2rem; }
       .stats-elite .stat-card { padding: 2rem 1rem; }
       .stats-elite .icon-circle { width: 75px; height: 75px; font-size: 1.8rem; }
       .stats-elite .number { font-size: 2.6rem; }
       .faq-elite {
    position: relative;
    padding: 0px 0px 30px 0px!important;}
    }

    /* Title & CTA */
    .section-title {
          font-size: 2.5rem;
      font-weight: 700;
      text-align: center;
      color: #0f172a;
      margin: 0px 0 0px;
    }

    .cta-button {
      display: block;
      width: fit-content;
      margin: 40px auto 0;
      background: linear-gradient(135deg, #2e56bf, #2e56bf);
      color: white;    cursor: pointer;
        /* padding: 14px 40px; */
    font-size: 16px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 2px;
      border-radius: 50px;
      border: none;
      box-shadow: 0 15px 35px rgba(59, 130, 246, 0.4);
      transition: all 0.4s ease;
      text-decoration: none;
    }

    .cta-button:hover {
      transform: translateY(-8px);
      box-shadow: 0 25px 50px rgba(59, 130, 246, 0.5);
      background: linear-gradient(135deg, #2e56bf, #2e56bf);
      color: white;
    }
        .cta-button2:hover {
      transform: translateY(-8px);
      box-shadow: 0 25px 50px rgba(59, 130, 246, 0.5);
      background: linear-gradient(135deg, #2e56bf, #2e56bf);
      color: white;
    }
.cta-button2 {
    border: 2px solid #fff;
    display: block;
    width: fit-content;
    margin: 20px auto 0;
    color: white;
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 50px;
    /* border: none; */
    box-shadow: 0 15px 35px rgba(59, 130, 246, 0.4);
    transition: all 0.4s 
ease;}
    @media (max-width: 992px) {
      .stat-number { font-size: 2.5rem; }
      .section-title {         font-size: 30px;
        line-height: 50px; }
      .stat-card:hover { transform: translateY(-8px); }
      .housing-elite {
    position: relative;
    padding: 15px 0px 30px 0px;}
    }

    @media (max-width: 576px) {
      .section-title {         font-size: 30px;
        line-height: 50px; }
      .stat-icon { width: 70px; height: 70px; font-size: 2rem; }
    }


    /* timeline */

  /* ================= SECTION ================= */
.support-ultimate{
  position:relative;
  padding:40px 0px 80px 0px;
  overflow:hidden;
}

/* Background floating icons */
.bg-icons span{
  position:absolute;
  font-size:110px;
  color:rgba(37,99,235,.07);
  animation:float 20s infinite ease-in-out;
}
.bg-icons span:nth-child(1){top:12%;left:6%}
.bg-icons span:nth-child(2){bottom:15%;left:10%;animation-delay:4s}
.bg-icons span:nth-child(3){top:18%;right:8%;animation-delay:8s}
.bg-icons span:nth-child(4){bottom:12%;right:12%;animation-delay:12s}

@keyframes float{
  0%{transform:translateY(0)}
  50%{transform:translateY(-35px)}
  100%{transform:translateY(0)}
}

/* ================= HEADER ================= */
.ultimate-head{
  text-align:center;
     max-width: 850px;
  margin:0 auto 60px;
}
.ultimate-head h2{
    font-size: 35px;
    font-weight: 800;
    color: #2e56bf;
}
.ultimate-head .line{
  width:70px;
  height:4px;
  background:#2563eb;
  margin:14px auto;
  border-radius:10px;
}
.ultimate-head p{
  color:#475569;
  font-size:15.5px;
}

/* ================= CARD ================= */
.ultimate-card{
  position:relative;
  background:#fff;
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 25px 60px rgba(0,0,0,.1);
  transition:.45s ease;
  height:100%;
}
.ultimate-card:hover{
  transform:translateY(-8px);
  box-shadow:0 40px 90px rgba(37,99,235,.25);
}

/* Image */
.ultimate-image{
  position:relative;
  overflow:hidden;
}
.ultimate-image img{
  width:100%;
  height:210px;
  object-fit:cover;
  transition:transform .6s ease;
}
.ultimate-card:hover .ultimate-image img{
  transform:scale(1.12);
}

/* Image overlay */
.ultimate-image::after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(15,23,42,.55),transparent);
}

/* Floating icon */
.ultimate-icon{
  position:absolute;
  bottom:-22px;
  left:26px;
  width:54px;
  height:54px;
  background:#2563eb;
  color:#fff;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  box-shadow:0 15px 40px rgba(37,99,235,.45);
  transition:.4s ease;
}
.ultimate-card:hover .ultimate-icon{
  transform:rotate(-8deg) scale(1.1);
}

/* Content */
.ultimate-content{
  padding:40px 28px 30px;
}
.ultimate-content h4{
  font-weight:700;
  color:#0f172a;
  margin-bottom:10px;
}
.ultimate-content p{
  color:#475569;
  font-size:14.8px;
  line-height:1.65;
  margin:0;
}

/* ================= RESPONSIVE ================= */
@media(max-width:991px){
  .ultimate-head h2{font-size:25px}
  .ultimate-image img{height:190px}
}

    .btn-elegant {
      background: linear-gradient(135deg, var(--primary), #2e56bf);
      color: white;
      border: none;
      border-radius: 50px;
      padding: 14px 38px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 0.9rem;
      transition: all 0.4s ease;
      box-shadow: 0 10px 25px rgba(30, 64, 175, 0.3);
    }

    .btn-elegant:hover {
      transform: translateY(-5px);
      box-shadow: 0 20px 40px rgba(30, 64, 175, 0.4);
      background: linear-gradient(135deg, #2e56bf, #2e56bf);
    }

    @media (max-width: 768px) {
     .offcanvas-header  i.bi-x-lg    {position: relative;
    left: 93px;}
      .main-title {         font-size: 18px; line-height: 30px; }
.main-title:before {
    left: 50%;
    content: '';
    margin-top: 55px;
}
      .section-padding { padding: 40px 0; }
      .card-img { height: 250px; }.card-body {
    padding: 1.5rem;
    height: 100%;}
    .venue-elite .venue-head h2 {
    font-size: 25px!important;}
    .venue-elite {
    position: relative;
    padding: 30px 0px 50px 0px!important;}
    .support-ultimate {
    position: relative;
    padding: 50px 0px 60px;}
    .schedule-section {
    position: relative;
    padding: 40px 0;}
    .aad-section {
    position: relative;
    padding: 49px 0;
    z-index: 2;}
    }
.btn-morph {
      background: #2e56bf;
      color: white;
      border-radius: 50px;
      transition: all 0.4s;
    }
    .btn-morph:hover {
      border-radius: 10px;
      padding: 14px 40px;
      letter-spacing: 3px;
    }
    /* contact us */

  /* ================= SECTION ================= */
.venue-elite{
  position:relative;
padding: 0px 0px 60px 0px;
  overflow:hidden;
}

/* Background icons */
.venue-elite .venue-bg span{
  position:absolute;
  font-size:120px;
  color:rgba(37,99,235,.06);
  animation:float 20s infinite ease-in-out;
}
.venue-elite .venue-bg span:nth-child(1){top:12%;left:6%}
.venue-elite .venue-bg span:nth-child(2){bottom:18%;left:12%;animation-delay:5s}
.venue-elite .venue-bg span:nth-child(3){top:18%;right:8%;animation-delay:10s}

@keyframes float{
  0%{transform:translateY(0)}
  50%{transform:translateY(-35px)}
  100%{transform:translateY(0)}
}

/* ================= HEADER ================= */
.venue-elite .venue-head{
  text-align:center;
  max-width:820px;
  margin:0 auto 60px;
}
.venue-elite .venue-head h2{
     font-size: 35px;
    font-weight: 800;
    color: #2e56bf;
}
.venue-elite .venue-head .line{
  width:70px;
  height:4px;
  background:#2563eb;
  margin:14px auto;
  border-radius:10px;
}
.venue-elite .venue-head p{
  color:#475569;
  font-size:15.5px;
}

/* ================= LAYOUT ================= */
.venue-elite .venue-card{
  background:#fff;
  border-radius:30px;
  box-shadow:0 30px 80px rgba(0,0,0,.12);
  overflow:hidden;
}

/* ================= MAP ================= */
.venue-elite .map-box{
  position:relative;
  height:100%;
}
.venue-elite .map-box iframe{
  width:100%;
  height:100%;
  min-height:420px;
  border:0;
  filter:grayscale(.2) contrast(1.05);
}
.venue-elite .map-overlay{
  position:absolute;
  bottom:24px;
  left:24px;
  background:#2563eb;
  color:#fff;
  padding:14px 22px;
  border-radius:18px;
  box-shadow:0 15px 40px rgba(37,99,235,.45);
  font-weight:600;
}

/* ================= FORM ================= */
/* ================= SECTION ================= */
.contact-elite{
  position:relative;
  padding:90px 0;
  overflow:hidden;
}

/* Background icons */
.contact-bg span{
  position:absolute;
  font-size:120px;
  color:rgba(37,99,235,.06);
  animation:float 18s infinite ease-in-out;
}
.contact-bg span:nth-child(1){top:15%;left:6%}
.contact-bg span:nth-child(2){bottom:18%;left:12%;animation-delay:4s}
.contact-bg span:nth-child(3){top:20%;right:10%;animation-delay:8s}

@keyframes float{
  0%{transform:translateY(0)}
  50%{transform:translateY(-35px)}
  100%{transform:translateY(0)}
}

/* ================= CARD ================= */
.contact-card{
  background:#fff;
  border-radius:30px;
  padding:55px 50px;
  box-shadow:0 40px 100px rgba(0,0,0,.12);
}

/* ================= HEADER ================= */
.contact-title{
  font-size:36px;
  font-weight:800;
  color:#0f172a;
}
.contact-sub{
  color:#475569;
  font-size:15.5px;
  margin-bottom:35px;
}

/* ================= INPUTS ================= */
.venue-card .input-wrapper{
  position:relative;
}

.venue-card .input-icon{
  position:absolute;
  top:50%;
  left:18px;
  width:22px;
  height:22px;
  color:#2563eb;
  transform:translateY(-50%);
  transition:.3s;
}

.venue-card .form-control{
  padding:16px 18px 16px 54px;
  border-radius:16px;
  border:1px solid #e2e8f0;
  background:#f9fbff;
  font-size:14.5px;
  transition:.35s ease;
}

.venue-card .form-control:focus{
  background:#fff;
  border-color:#2563eb;
  box-shadow:0 0 0 4px rgba(37,99,235,.15);
}

.venue-card .form-label{
  position:absolute;
  left:54px;
  top:50%;
  transform:translateY(-50%);
  font-size:14px;
  color:#94a3b8;
  pointer-events:none;
  transition:.3s;
  background:#fff;
  padding:0 6px;
}

/* Floating label */
.venue-card .form-control:not(:placeholder-shown) + .form-label,
.venue-card .form-control:focus + .form-label,
.venue-card textarea.form-control:focus + .form-label{
  top:-7px;
  font-size:12px;
  color:#2563eb;
}

/* Textarea */
.venue-card textarea.form-control{
     height: 80px;
  resize:none;
}

/* Icon animation */
.venue-card .input-wrapper:focus-within .input-icon{
  transform:translateY(-50%) scale(1.15);
}

/* ================= BUTTON ================= */
.btn-66{
  background:#2563eb;
  color:#fff;
  border:none;
  padding:14px 36px;
  border-radius:40px;
  font-weight:600;
  display:inline-flex;
  align-items:center;
  gap:10px;
  box-shadow:0 20px 50px rgba(37,99,235,.45);
  transition:.4s ease;
}
.btn-66 svg{
  width:18px;
}
.btn-66:hover{
  transform:translateY(-4px);
  background:#1e40af;
}

/* Center button */
.justcent{
  display:flex;
  justify-content:center;
}

/* ================= RESPONSIVE ================= */
@media(max-width:768px){
 .venue-card .contact-card{padding:40px 28px}
.venue-card  .contact-title{font-size:30px}
}

        /* faq */

  /* ================= SECTION ================= */
.faq-elite{
  position:relative;
  padding:100px 0;
  overflow:hidden;
}

/* Background icons */
.faq-bg span{
  position:absolute;
  font-size:110px;
  color:rgba(37,99,235,.06);
  animation:float 20s infinite ease-in-out;
}
.faq-bg span:nth-child(1){top:10%;left:6%}
.faq-bg span:nth-child(2){top:60%;right:10%;animation-delay:4s}
.faq-bg span:nth-child(3){top:20%;right:8%;animation-delay:8s}
.faq-bg span:nth-child(4){bottom:12%;right:12%;animation-delay:12s}

@keyframes float{
  0%{transform:translateY(0)}
  50%{transform:translateY(-35px)}
  100%{transform:translateY(0)}
}

/* ================= HEADER ================= */
.faq-head{
  max-width:760px;
  margin:0 auto 55px;
}
.faq-head small{
  color:#2563eb;
  font-weight:600;
  letter-spacing:.5px;
}
.faq-head h2{
  font-size:40px;
  font-weight:800;
  color:#0f172a;
  margin:10px 0 14px;
}
.faq-head p{
  color:#475569;
  font-size:15.5px;
}

/* ================= FAQ ITEM ================= */
.faq-item{
  background:#fff;
  border-radius:22px;
  padding:22px 26px;
  margin-bottom:18px;
  box-shadow:0 20px 50px rgba(0,0,0,.08);
  cursor:pointer;
  transition:.4s ease;
  position:relative;
  overflow:hidden;
}
.faq-item:hover{
  transform:translateY(-4px);
  box-shadow:0 30px 70px rgba(37,99,235,.2);
}

/* Gradient hover accent */

/* Question row */
.faq-question{
  display:flex;
  align-items:center;
  gap:18px;
  position:relative;
  z-index:2;
}

/* Icon */
.faq-icon{
  width:48px;
  height:48px;
  background:#eaf1ff;
  color:#2563eb;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  flex-shrink:0;
}

/* Text */
.faq-question h5{
  font-size:16.5px;
  font-weight:600;
  color:#0f172a;
  margin:0;
}

/* Arrow */
.faq-arrow{
  margin-left:auto;
  width:34px;
  height:34px;
  background:#2563eb;
  color:#fff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:.4s;
}

/* Answer */
.faq-answer{
  max-height:0;
  overflow:hidden;
  transition:max-height .5s ease;
  padding-left:66px;
}
.faq-answer p{
  margin:14px 0 0;
  color:#475569;
  font-size:14.8px;
  line-height:1.65;
}

/* Active state */
.faq-item.active .faq-answer{
  max-height:300px;
}
.faq-item.active .faq-arrow{
  transform:rotate(180deg);
  background:#1e40af;
}

/* ================= RESPONSIVE ================= */
@media(max-width:768px){
  .faq-head h2{font-size:30px}
  .faq-answer{padding-left:0}
      .reg-card {
      background: white;
      border-radius: 28px;    position: relative;
    top: 0px!Important;}
}

    /* Registration Form */
    .reg-card {
      background: white;
      border-radius: 28px;    position: relative;
    top: 50px;
      padding: 3.5rem;
      box-shadow: 0 25px 70px rgba(35,77,188,0.18);
      height: 100%;
    }
    .reg-title {
       margin: 0;
    /* color: #fff; */
    font-size: 35px;
    font-weight: 500;
    line-height: 45px;
    text-transform: none;
      background: linear-gradient(135deg, #0f172a 0%, var(--primary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
    }
    .reg-subtitle {
      font-size: 1.35rem;
      color: #2e56bf;
      margin-bottom: 2.5rem;
    }


    .btn-register-now {
      background: var(--ash-orange);
      color: #2e56bf;
      font-weight: 700;
      font-size: 1.25rem;
      padding: 1.1rem 3.5rem;
      border-radius: 50px;
      border: none;
      width: 100%;
      transition: all 0.4s ease;
    }
    .btn-register-now:hover {
      transform: translateY(-6px);
      box-shadow: 0 20px 40px rgba(255,87,34,0.4);
    }

    @media (max-width: 991px) {
      .faq-registration {
        background: white;
        padding: 40px 0;
      }
      .faq-subtitle {
    margin-bottom: 1rem;text-align: center;
}
.reg-card {
    padding: 1.5rem;       }
    .btn-book {
    padding: 18px 30px}
      .faq-title {         font-size: 25px;
        text-align: center;
        line-height: 40px;}
      .reg-title { font-size: 25px; }
    }

    /* modal */

    .modal-header {
      background: var(--primary);
      color: white;
      border-radius: 20px 20px 0 0;
      padding: 1.5rem 2rem;
      border-bottom: none;
    }
    .modal-header .btn-close {
      filter: invert(1);
      opacity: 0.9;
    }
    .modal-title {
      font-weight: 700;
    }

.mdifonl .modal-content{    justify-content: center;
    display: grid
;
    background: none;
    border: none;}
  .mdifonl  .modal-body{    width: 500px;}
   .mdifonl .btn-close    {      position: absolute;
    z-index: 9;
    opacity: 1;
    top: 15px;
    right: 20px;
    border: 2px solid #2e56bf;
    padding: 11px;}
    .cta-button .open-btn{border: none;
    background: none;
    color: #fff;}

     .mdifonl h2     {color: #2e56bf;
    font-size: 25px;    text-align: center;
    font-weight: 800;}


    /* houing hotel */
      :root {
      --blue: #2e56bf;
      --blue-dark: #1a3899;
      --text: #0f172a;
      --bg: #f8faff;
      --glass: rgba(255,255,255,0.96);
      --border: rgba(35,77,188,0.18);
    }

    /* Hero */
    .hero-elite{
  position:relative;
  min-height:100vh;
  display:flex;
  align-items:center;
  background:
    linear-gradient(90deg, rgba(15,23,42,.92) 0%, rgba(15,23,42,.75) 45%, rgba(15,23,42,.3) 100%),;
  color:#fff;
  overflow:hidden;
}

/* Soft animated gradient */
.hero-elite::before{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(120deg, rgba(37,99,235,.35), transparent 60%);
  animation:gradientMove 8s ease-in-out infinite alternate;
}
@keyframes gradientMove{
  from{opacity:.4}
  to{opacity:.7}
}

/* ================= CONTENT ================= */
/* ================= HERO ================= */
.hero-lux{
  position:relative;
  min-height:100vh;
  display:flex;
  align-items:center;
  color:#fff;
  overflow:hidden;    padding: 40px;
    border-radius: 10px;
}

/* Background image */

/* Dark overlay */
.hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(
    90deg,
    rgba(8,12,22,.92) 0%,
    rgba(8,12,22,.78) 45%,
    rgba(8,12,22,.35) 100%
  );
}

/* Animated gradient light */
.hero-glow{
  position:absolute;
  width:600px;
  height:600px;
  background:radial-gradient(circle, rgba(37,99,235,.45), transparent 65%);
  top:10%;
  left:-10%;
  filter:blur(40px);
  animation:glowMove 14s infinite alternate ease-in-out;
}
@keyframes glowMove{
  from{transform:translateY(0)}
  to{transform:translateY(120px)}
}

/* Floating particles */
.particles span{
  position:absolute;
  width:6px;
  height:6px;
  background:rgba(255,255,255,.25);
  border-radius:50%;
  animation:floatParticle 18s linear infinite;
}
.particles span:nth-child(1){left:10%;top:80%}
.particles span:nth-child(2){left:20%;top:60%;animation-delay:4s}
.particles span:nth-child(3){left:35%;top:90%;animation-delay:7s}
.particles span:nth-child(4){left:55%;top:70%;animation-delay:2s}
.particles span:nth-child(5){left:75%;top:85%;animation-delay:6s}

@keyframes floatParticle{
  from{transform:translateY(0);opacity:.2}
  to{transform:translateY(-800px);opacity:.8}
}

/* ================= CONTENT ================= */
.hero-content{
  position:relative;
  max-width:700px;
  z-index:3;
}

.hero-tag{
  display:inline-block;
  padding:8px 20px;
  border-radius:30px;
  background:rgba(255,255,255,.12);
  letter-spacing:3px;
  font-size:12px;
  margin-bottom:22px;
}

.hero-title{
  font-size:54px;
  font-weight:900;
  line-height:1.1;
}
.hero-title span{
  color:#93c5fd;
}

.hero-desc{
  margin:22px 0 34px;
  font-size:17px;
  color:#e5e7eb;
  max-width:560px;
}

/* Meta */
.hero-meta{
  display:flex;
  gap:30px;
  margin-bottom:40px;
}
.hero-meta div{
  display:flex;
  gap:12px;
  font-size:15px;
}
.hero-meta i{
  color:#93c5fd;
  font-size:20px;
}

/* CTA */
.hero-cta{
  display:flex;
  align-items:center;
  gap:22px;
  margin-bottom:44px;
}
.btn-lux{
  background:linear-gradient(135deg,#2563eb,#1e40af);
  color:#fff;
  padding:15px 38px;
  border-radius:40px;
  font-weight:700; text-decoration: none;
  letter-spacing:.5px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  box-shadow:0 25px 70px rgba(37,99,235,.6);
  transition:.4s;
}
.btn-lux:hover{
  transform:translateY(-5px);
}

/* ================= COUNTDOWN ================= */
.countdown{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
}
.time-box{
  background:rgba(255,255,255,.12);
  backdrop-filter:blur(10px);
  border-radius:18px;
  padding:16px 18px;
  min-width:92px;
  text-align:center;
}
.time-box h2{
  margin:0;
  font-size:30px;
  font-weight:800;
}
.time-box span{
  font-size:12px;
  letter-spacing:1px;
  color:#dbeafe;
}

/* ================= RESPONSIVE ================= */
@media(max-width:768px){
  .hero-content h1{font-size:36px}
  .hero-elite{background-position:right}
}

    /*hotel */
    

/* Hotel Cards */
    .hotel-card {
      background: white;
      border-radius: 28px;
      overflow: hidden;
      box-shadow: var(--shadow);
      transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
      border: 1px solid var(--border);
      position: relative;
      height: 100%; padding: 20px;
    }

    .hotel-card:hover {
      transform: translateY(-20px);
      box-shadow: 0 30px 80px rgba(0,0,0,0.14);
    }

    .hotel-header {
      padding: 32px 32px 0;
      text-align: center;
      position: relative;
    }

    .hotel-stars {
         color: goldenrod;
      font-size: 1.5rem;
      letter-spacing: 4px;
      margin-bottom: 12px;
    }

    .hotel-name {
      font-size: 1.65rem;
      font-weight: 700;
      color: var(--text);
      margin-bottom: 8px;
    }

    .price-wrapper {
      margin: 20px 0;
    }

    .price-old {
      font-size: 1.4rem;
      color: #94a3b8;
      text-decoration: line-through;
      margin-right: 12px;
    }

    .price-new {
      font-size: 2.4rem;
      font-weight: 800;
      color: var(--primary);
    }

    .price-per {
      font-size: 1rem;
      color: var(--text-light);
      font-weight: 500;
    }

    .hotel-desc {
          font-size: 15px;
    text-align: left;
      line-height: 1.7;
      margin-bottom: 0;
    }

    /* Most Popular Ribbon */
    .ribbon {
      position: absolute;
      top: 20px;
      right: -12px;
      background: var(--primary);
      color: white;
      padding: 8px 32px;
      font-size: 0.9rem;
      font-weight: 700;
      letter-spacing: 1px;
      transform: rotate(8deg);
      box-shadow: 0 4px 15px rgba(165,28,48,0.4);
      z-index: 10;
    }

    .ribbon::after {
      content: '';
      position: absolute;
      bottom: -10px;
      right: 0;
      border: 10px solid transparent;
       border-top-color: #2e56bf;
    border-right-color: #2e56bf;
    }

    /* Responsive */
    @media (max-width: 992px) {
      .section-title { font-size: 2.6rem; }
      .hotel-card:hover { transform: translateY(-12px); }
    }

    @media (max-width: 768px) {
      .hotels-section { padding: 100px 0; }
      .section-title { font-size: 2.3rem; }
      .hotel-name { font-size: 1.5rem; }
      .price-new { font-size: 2.1rem; }
      .ribbon { font-size: 0.85rem; padding: 6px 28px; top: 16px; }
    }
    .cta-button .open-btn {padding: 14px 40px;}
    @media (max-width:768px) {
        .mdifonl  .modal-body{    width: 100%!important;}
      .hero-title{font-size:48px;}
      .hotel-glass{flex:0 0 92%; margin-bottom: 20px;}
      .price-big{font-size: 35px;}
      .appointment-section {
    margin: 20px auto;}
    }

    /* footer */

   /* ================= ULTRA SECTION ================= */
.ultra-footer{
  position:relative;
    padding: 70px 0 25px;
  background:radial-gradient(circle at top left,#0b1e4a,#050b1c 70%);
  color:#fff;
  overflow:hidden;
}
 .ultra-footer .divider   {width: 100%;}
/* ===== Animated Aurora Layers ===== */
.aurora{
  position:absolute;
  inset:-30%;
  background:
    radial-gradient(circle at 20% 30%, rgba(37,99,235,.45), transparent 40%),
    radial-gradient(circle at 80% 40%, rgba(99,102,241,.35), transparent 45%),
    radial-gradient(circle at 50% 80%, rgba(56,189,248,.25), transparent 50%);
  filter:blur(80px);
  animation:auroraMove 18s ease-in-out infinite alternate;
}
@keyframes auroraMove{
  from{transform:translateY(-80px)}
  to{transform:translateY(120px)}
}


@keyframes orbFloat{
  from{transform:translateY(0)}
  to{transform:translateY(-140px)}
}

/* ================= CONTENT ================= */
.ultra-content{
  position:relative;
  z-index:2;
}

/* Left brand */
.brand-wrap{
  display:flex;
  gap:26px;
  align-items:center;
}
.brand-emblem{
  width:90px;
  height:90px;
  border-radius:50%;
  background:
    linear-gradient(135deg,var(--blue),var(--violet));
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  font-size:30px;
  box-shadow:
    0 0 40px rgba(37,99,235,.6),
    0 0 80px rgba(99,102,241,.4);
}
.brand-title{
  font-size:42px;
  font-weight:900;
  letter-spacing:.3px;    margin-bottom: 20px;
}
.brand-sub{
  color:#c7d2fe;
  font-size:16px;
  margin-top:6px;
}

/* Info panels */
.info-panel{
  position:relative;
  height:100%;
  background:linear-gradient(
    180deg,
    rgba(255,255,255,.16),
    rgba(255,255,255,.06)
  );
  border-radius:26px;
  padding:30px;
  backdrop-filter:blur(14px);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.15),
    0 40px 90px rgba(0,0,0,.6);
  transition:.5s cubic-bezier(.4,0,.2,1);
}
.info-panel:hover{
  transform:translateY(-10px) scale(1.02);
  box-shadow:
    0 0 50px rgba(56,189,248,.35),
    0 60px 120px rgba(0,0,0,.7);
}

.info-head{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:14px;
}
.info-icon{
  width:48px;
  height:48px;
  background:linear-gradient(135deg,var(--cyan),var(--blue));
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  box-shadow:0 0 30px rgba(56,189,248,.6);
}
.info-panel h6{
  margin:0;
  font-size:13px;
  letter-spacing:2px;
  color:#93c5fd;
}
.info-panel p{
  margin:6px 0 0;
  font-size:15.5px;
  line-height:1.6;
}

/* Animated divider */
.divider{
  margin:80px 0 30px;
  height:1px;
  background:
    linear-gradient(90deg,
      transparent,
      rgba(147,197,253,.6),
      transparent
    );
  position:relative;
}
.divider::after{
  content:'';
  position:absolute;
  width:120px;
  height:2px;
  left:50%;
  transform:translateX(-50%);
  background:linear-gradient(90deg,var(--cyan),var(--blue));
  box-shadow:0 0 20px var(--cyan);
}

/* Footer note */
.footer-note{
  text-align:center;
  font-size:14px;
  color:#a5b4fc;
  letter-spacing:.4px;
}

/* ================= RESPONSIVE ================= */
@media(max-width:768px){
  .brand-title{font-size:32px}
}

    /* button */
.nowregis{    width: 290px;
    padding:18px 30px;
    font-size:1.15rem;
    color:white;
    background:linear-gradient(135deg,#3b5bff,#8b5cf6);
    box-shadow:0 12px 30px rgba(59,91,255,0.4);
  }
  .nowregis:hover{transform:translateY(-6px) scale(1.03);}
  .nowregis::before{content:'';position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:.7s;}
  .nowregis:hover::before{left:120%;}
  .nowregis .arrow{transition:.4s;}
  .nowregis:hover .arrow{transform:translateX(8px);}


    .justcent{display: flex; justify-content: center;}
    .btn {
       padding: 16px 30px;
    font-size: 16px;
      font-weight: 800;
      border: none;
      border-radius: 18px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 16px;
      text-transform: uppercase;
      letter-spacing: 1.8px;
      position: relative;
      overflow: hidden;
      color: white;
      background: #2e56bf;
      transition: all 0.6s ease;
    }
 .btn:hover{ background-color: #fff; color: #2e56bf;box-shadow: var(--bs-box-shadow) !important;}
    .btn svg {
      width: 28px;
      height: 28px;
      transition: all 0.5s ease;
    }

    .registrat1:hover svg {
      animation: fly 1.2s ease-out forwards;
    }
    @keyframes fly {
      0% { transform: translate(0,0) rotate(0); opacity: 1; }
      100% { transform: translate(120px, -80px) rotate(45deg); opacity: 0; }
    }

    .registrat2:hover svg {
      animation: pulseShoot 1.5s infinite;
    }
    @keyframes pulseShoot {
      0% { transform: scale(1); }
      50% { transform: scale(1.4); }
      100% { transform: translateX(80px) scale(1); opacity: 0; }
    }

    .Hotelies {
      perspective: 1000px;
    }
    .Hotelies:hover svg {
      animation: flipSend 1s forwards;
    }
    @keyframes flipSend {
      0% { transform: rotateY(0); }
      100% { transform: rotateY(180deg) translateX(100px); opacity: 0; }
    }

    .msgus:hover svg {
      animation: wave 1.5s infinite;
    }
    @keyframes wave {
      0% { transform: translateY(0); }
      50% { transform: translateY(-12px); }
      100% { transform: translateY(0); }
    }