.elementor-kit-13{--e-global-color-primary:#0B1F3A;--e-global-color-secondary:#102D52;--e-global-color-text:#7A7A7A;--e-global-color-accent:#F58220;--e-global-color-02d8190:#667085;--e-global-color-e3d3f1a:#F7F8FA;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */<style>
    :root {
      --navy: #0B1F3A;
      --navy-2: #102D52;
      --orange: #F58220;
      --orange-dark: #d96f18;
      --white: #ffffff;
      --soft: #F7F8FA;
      --text: #222222;
      --muted: #667085;
      --border: #E5E7EB;
      --shadow: 0 18px 55px rgba(11, 31, 58, 0.12);
      --radius: 22px;
      --max: 1200px;
    }

    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      font-family: Inter, Arial, Helvetica, sans-serif;
      color: var(--text);
      background: var(--white);
      line-height: 1.65;
    }

    a {
      text-decoration: none;
      color: inherit;
    }

    img {
      max-width: 100%;
      display: block;
    }

    .container {
      width: min(92%, var(--max));
      margin: 0 auto;
    }

    .section {
      padding: 90px 0;
    }

    .section-light {
      background: var(--soft);
    }

    .section-dark {
      background: var(--navy);
      color: var(--white);
    }

    .eyebrow {
      color: var(--orange);
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 0.12em;
      font-size: 0.78rem;
      margin-bottom: 14px;
      display: inline-block;
    }

    h1, h2, h3 {
      line-height: 1.12;
      color: var(--navy);
      letter-spacing: -0.03em;
    }

    .section-dark h1,
    .section-dark h2,
    .section-dark h3 {
      color: var(--white);
    }

    h1 {
      font-size: clamp(2.45rem, 5vw, 5.2rem);
      max-width: 960px;
    }

    h2 {
      font-size: clamp(2rem, 3vw, 3.3rem);
      margin-bottom: 20px;
    }

    h3 {
      font-size: 1.35rem;
      margin-bottom: 12px;
    }

    p {
      color: var(--muted);
      font-size: 1rem;
    }

    .section-dark p {
      color: rgba(255,255,255,0.78);
    }

    .lead {
      font-size: clamp(1.05rem, 2vw, 1.25rem);
      max-width: 860px;
    }

    .btn-row {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
      align-items: center;
      margin-top: 30px;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 50px;
      padding: 13px 22px;
      border-radius: 999px;
      font-weight: 800;
      transition: all 0.25s ease;
      border: 1px solid transparent;
      cursor: pointer;
      font-size: 0.96rem;
    }

    .btn-primary {
      background: var(--orange);
      color: var(--white);
      box-shadow: 0 12px 28px rgba(245,130,32,0.32);
    }

    .btn-primary:hover {
      background: var(--orange-dark);
      transform: translateY(-2px);
    }

    .btn-secondary {
      background: transparent;
      color: var(--white);
      border-color: rgba(255,255,255,0.55);
    }

    .btn-secondary:hover {
      background: rgba(255,255,255,0.12);
      transform: translateY(-2px);
    }

    .btn-outline {
      background: transparent;
      color: var(--navy);
      border-color: rgba(11,31,58,0.18);
    }

    .btn-outline:hover {
      border-color: var(--orange);
      color: var(--orange);
      transform: translateY(-2px);
    }

    .text-link {
      color: var(--orange);
      font-weight: 800;
      border-bottom: 1px solid currentColor;
    }

    /* Header */
    .site-header {
      position: sticky;
      top: 0;
      z-index: 100;
      background: rgba(255,255,255,0.92);
      backdrop-filter: blur(18px);
      border-bottom: 1px solid rgba(229,231,235,0.9);
    }

    .header-inner {
      min-height: 78px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .logo {
      display: flex;
      align-items: center;
      gap: 12px;
      font-weight: 900;
      color: var(--navy);
      letter-spacing: -0.04em;
      font-size: 1.02rem;
      white-space: nowrap;
    }

    .logo-mark {
      width: 42px;
      height: 42px;
      border-radius: 12px;
      background: linear-gradient(135deg, var(--orange), #ffba75);
      display: grid;
      place-items: center;
      color: var(--white);
      font-weight: 900;
    }

    .nav {
      display: flex;
      align-items: center;
      gap: 24px;
      color: var(--navy);
      font-size: 0.94rem;
      font-weight: 700;
    }

    .nav a {
      opacity: 0.78;
    }

    .nav a:hover {
      opacity: 1;
      color: var(--orange);
    }

    .mobile-menu-note {
      display: none;
      font-size: 0.86rem;
      color: var(--muted);
      font-weight: 700;
    }

    /* Hero */
    .hero {
      min-height: 760px;
      display: grid;
      align-items: center;
      color: var(--white);
      position: relative;
      overflow: hidden;
      background:
        linear-gradient(105deg, rgba(11,31,58,0.95) 0%, rgba(11,31,58,0.84) 42%, rgba(11,31,58,0.34) 100%),
        radial-gradient(circle at 85% 22%, rgba(245,130,32,0.45), transparent 28%),
        linear-gradient(135deg, #0B1F3A, #183c68);
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px);
      background-size: 48px 48px;
      mask-image: linear-gradient(90deg, black, transparent);
      opacity: 0.35;
    }

    .hero::after {
      content: "Replace this area with high-resolution venue photo or video loop";
      position: absolute;
      right: 6%;
      bottom: 8%;
      width: min(480px, 42vw);
      height: 360px;
      border-radius: 30px;
      border: 1px solid rgba(255,255,255,0.26);
      background:
        linear-gradient(145deg, rgba(255,255,255,0.18), rgba(255,255,255,0.05)),
        repeating-linear-gradient(45deg, rgba(255,255,255,0.16) 0 2px, transparent 2px 16px);
      box-shadow: 0 30px 80px rgba(0,0,0,0.35);
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 30px;
      color: rgba(255,255,255,0.8);
      font-weight: 800;
    }

    .hero-content {
      position: relative;
      z-index: 2;
      padding: 110px 0;
      max-width: 820px;
    }

    .hero h1 {
      color: var(--white);
      margin-bottom: 24px;
    }

    .hero .lead {
      color: rgba(255,255,255,0.82);
    }

    .trust-strip {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 14px;
      margin-top: 44px;
      max-width: 910px;
    }

    .trust-item {
      background: rgba(255,255,255,0.1);
      border: 1px solid rgba(255,255,255,0.16);
      border-radius: 18px;
      padding: 16px;
      backdrop-filter: blur(12px);
    }

    .trust-item strong {
      display: block;
      color: var(--white);
      font-size: 0.92rem;
      line-height: 1.3;
    }

    .trust-item span {
      color: rgba(255,255,255,0.66);
      font-size: 0.78rem;
    }

    /* About */
    .split {
      display: grid;
      grid-template-columns: 1.05fr 0.95fr;
      gap: 60px;
      align-items: center;
    }

    .visual-card {
      min-height: 460px;
      border-radius: var(--radius);
      background:
        linear-gradient(135deg, rgba(11,31,58,0.16), rgba(245,130,32,0.2)),
        repeating-linear-gradient(45deg, rgba(11,31,58,0.08) 0 3px, transparent 3px 20px),
        #edf1f5;
      position: relative;
      overflow: hidden;
      box-shadow: var(--shadow);
      border: 1px solid var(--border);
    }

    .visual-card::before {
      content: "Venue Image Placeholder";
      position: absolute;
      inset: 22px;
      border: 1px dashed rgba(11,31,58,0.25);
      border-radius: 18px;
      display: grid;
      place-items: center;
      color: rgba(11,31,58,0.6);
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      font-size: 0.8rem;
    }

    .floating-stat {
      position: absolute;
      left: 28px;
      bottom: 28px;
      background: var(--white);
      color: var(--navy);
      border-radius: 18px;
      padding: 20px;
      max-width: 260px;
      box-shadow: 0 20px 50px rgba(11,31,58,0.18);
    }

    .floating-stat strong {
      display: block;
      font-size: 1.6rem;
      line-height: 1;
      color: var(--orange);
      margin-bottom: 7px;
    }

    .floating-stat span {
      font-size: 0.88rem;
      color: var(--muted);
      font-weight: 700;
    }

    /* Cards */
    .section-head {
      max-width: 820px;
      margin-bottom: 42px;
    }

    .center {
      text-align: center;
      margin-left: auto;
      margin-right: auto;
    }

    .cards-2 {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 24px;
    }

    .card {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 34px;
      box-shadow: 0 12px 36px rgba(11,31,58,0.07);
    }

    .card.dark-border {
      background: rgba(255,255,255,0.06);
      border-color: rgba(255,255,255,0.14);
      box-shadow: none;
    }

    .capacity {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(245,130,32,0.1);
      color: var(--orange);
      border: 1px solid rgba(245,130,32,0.22);
      border-radius: 999px;
      padding: 8px 13px;
      margin: 12px 0 20px;
      font-weight: 900;
      font-size: 0.9rem;
    }

    .feature-list {
      list-style: none;
      display: grid;
      gap: 12px;
      margin-top: 20px;
    }

    .feature-list li {
      position: relative;
      padding-left: 28px;
      color: var(--muted);
      font-size: 0.97rem;
    }

    .feature-list li::before {
      content: "✓";
      position: absolute;
      left: 0;
      top: 0;
      width: 19px;
      height: 19px;
      border-radius: 50%;
      background: rgba(245,130,32,0.14);
      color: var(--orange);
      display: grid;
      place-items: center;
      font-size: 0.72rem;
      font-weight: 900;
    }

    .layout-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin: 18px 0 4px;
    }

    .tag {
      padding: 7px 11px;
      background: var(--soft);
      border-radius: 999px;
      color: var(--navy);
      font-weight: 800;
      font-size: 0.78rem;
    }

    /* Amenities */
    .grid-4 {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 18px;
    }

    .amenity {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 20px;
      padding: 24px;
      min-height: 196px;
      transition: all 0.25s ease;
    }

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

    .icon {
      width: 46px;
      height: 46px;
      border-radius: 16px;
      background: rgba(245,130,32,0.12);
      display: grid;
      place-items: center;
      color: var(--orange);
      font-weight: 900;
      margin-bottom: 18px;
      font-size: 1.05rem;
    }

    .amenity h3 {
      font-size: 1.05rem;
      margin-bottom: 8px;
    }

    .amenity p {
      font-size: 0.92rem;
    }

    /* Extra services */
    .service-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 18px;
      margin-top: 34px;
    }

    .service {
      border: 1px solid rgba(255,255,255,0.14);
      background: rgba(255,255,255,0.06);
      border-radius: 20px;
      padding: 26px;
    }

    .service h3 {
      font-size: 1.08rem;
    }

    /* Perfect For */
    .grid-3 {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 22px;
    }

    .use-card {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 22px;
      padding: 30px;
      min-height: 245px;
      transition: all 0.25s ease;
    }

    .use-card:hover {
      transform: translateY(-4px);
      box-shadow: var(--shadow);
    }

    .use-card .number {
      color: var(--orange);
      font-weight: 900;
      margin-bottom: 20px;
      display: block;
    }

    /* Gallery */
    .gallery-grid {
      display: grid;
      grid-template-columns: 1.25fr 0.75fr 0.75fr;
      grid-template-rows: 260px 260px;
      gap: 18px;
      margin-top: 36px;
    }

    .gallery-item {
      border-radius: 24px;
      background:
        linear-gradient(135deg, rgba(11,31,58,0.18), rgba(245,130,32,0.18)),
        repeating-linear-gradient(45deg, rgba(11,31,58,0.08) 0 2px, transparent 2px 14px),
        #edf1f5;
      border: 1px solid var(--border);
      display: grid;
      place-items: center;
      color: rgba(11,31,58,0.62);
      font-weight: 900;
      text-align: center;
      padding: 20px;
    }

    .gallery-item.large {
      grid-row: span 2;
    }

    /* CTA */
    .cta {
      border-radius: 36px;
      background:
        linear-gradient(135deg, rgba(11,31,58,0.96), rgba(16,45,82,0.95)),
        radial-gradient(circle at 85% 15%, rgba(245,130,32,0.5), transparent 30%);
      padding: 64px;
      color: var(--white);
      overflow: hidden;
      position: relative;
    }

    .cta h2 {
      color: var(--white);
      max-width: 780px;
    }

    .cta p {
      max-width: 700px;
    }

    /* Form */
    .form-wrap {
      display: grid;
      grid-template-columns: 0.82fr 1.18fr;
      gap: 36px;
      align-items: start;
    }

    .form-panel {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 34px;
      box-shadow: var(--shadow);
    }

    form {
      display: grid;
      gap: 18px;
    }

    .form-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 18px;
    }

    label {
      font-weight: 800;
      color: var(--navy);
      font-size: 0.9rem;
      display: block;
      margin-bottom: 7px;
    }

    input,
    select,
    textarea {
      width: 100%;
      border: 1px solid #D0D5DD;
      border-radius: 14px;
      padding: 13px 14px;
      font: inherit;
      color: var(--text);
      background: var(--white);
      outline: none;
      transition: 0.2s ease;
    }

    input:focus,
    select:focus,
    textarea:focus {
      border-color: var(--orange);
      box-shadow: 0 0 0 4px rgba(245,130,32,0.12);
    }

    textarea {
      min-height: 130px;
      resize: vertical;
    }

    .full {
      grid-column: 1 / -1;
    }

    .checkbox-row {
      display: flex;
      align-items: flex-start;
      gap: 11px;
      color: var(--muted);
      font-size: 0.92rem;
    }

    .checkbox-row input {
      width: auto;
      margin-top: 6px;
    }

    /* Terms */
    .accordion {
      display: grid;
      gap: 14px;
      margin-top: 34px;
    }

    .accordion-item {
      border: 1px solid var(--border);
      border-radius: 18px;
      overflow: hidden;
      background: var(--white);
    }

    .accordion-btn {
      width: 100%;
      border: 0;
      background: var(--white);
      padding: 21px 24px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 20px;
      cursor: pointer;
      font: inherit;
      font-weight: 900;
      color: var(--navy);
      text-align: left;
    }

    .accordion-btn span:last-child {
      color: var(--orange);
      font-size: 1.4rem;
      line-height: 1;
    }

    .accordion-content {
      display: none;
      padding: 0 24px 24px;
      color: var(--muted);
    }

    .accordion-content ul {
      margin-left: 22px;
      margin-top: 12px;
    }

    .accordion-content li {
      margin-bottom: 8px;
    }

    .accordion-item.active .accordion-content {
      display: block;
    }

    .accordion-item.active .accordion-btn span:last-child {
      transform: rotate(45deg);
    }

    /* Footer */
    .footer {
      background: #07172A;
      color: var(--white);
      padding: 70px 0 28px;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.4fr 0.8fr 0.9fr 0.9fr;
      gap: 34px;
      margin-bottom: 46px;
    }

    .footer h3 {
      color: var(--white);
      font-size: 1rem;
      margin-bottom: 14px;
    }

    .footer p,
    .footer a,
    .footer li {
      color: rgba(255,255,255,0.7);
      font-size: 0.94rem;
    }

    .footer ul {
      list-style: none;
      display: grid;
      gap: 8px;
    }

    .footer a:hover {
      color: var(--orange);
    }

    .footer-bottom {
      border-top: 1px solid rgba(255,255,255,0.12);
      padding-top: 22px;
      display: flex;
      justify-content: space-between;
      gap: 16px;
      flex-wrap: wrap;
    }

    /* Responsive */
    @media (max-width: 1024px) {
      .nav {
        display: none;
      }

      .mobile-menu-note {
        display: block;
      }

      .hero::after {
        display: none;
      }

      .hero-content {
        max-width: 100%;
      }

      .trust-strip,
      .grid-4,
      .service-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .split,
      .form-wrap {
        grid-template-columns: 1fr;
      }

      .grid-3 {
        grid-template-columns: repeat(2, 1fr);
      }

      .footer-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 760px) {
      .section {
        padding: 58px 0;
      }

      .hero {
        min-height: auto;
      }

      .hero-content {
        padding: 86px 0;
      }

      .btn-row {
        flex-direction: column;
        align-items: stretch;
      }

      .btn {
        width: 100%;
      }

      .trust-strip,
      .cards-2,
      .grid-4,
      .service-grid,
      .grid-3,
      .form-grid,
      .footer-grid {
        grid-template-columns: 1fr;
      }

      .gallery-grid {
        grid-template-columns: 1fr;
        grid-template-rows: none;
      }

      .gallery-item {
        min-height: 220px;
      }

      .gallery-item.large {
        grid-row: auto;
      }

      .card,
      .form-panel,
      .cta {
        padding: 26px;
      }

      .header-inner {
        min-height: 70px;
      }

      .logo span:last-child {
        display: none;
      }

      h1 {
        font-size: 2.5rem;
      }

      h2 {
        font-size: 2rem;
      }
    }
  </style>/* End custom CSS */