.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* =========================================================
   INDIGO ADVENTURES GLOBAL CSS
   Add in Elementor > Site Settings > Custom CSS
========================================================= */

:root {
  --ia-navy: #071d3a;
  --ia-navy-2: #0b234a;
  --ia-deep: #102a2d;
  --ia-gold: #d6a84f;
  --ia-gold-dark: #b8892e;
  --ia-cream: #f6f0e6;
  --ia-soft: #fbf7ef;
  --ia-white: #ffffff;
  --ia-text: #222222;
  --ia-muted: #6b7280;
  --ia-border: rgba(7, 29, 58, 0.14);
  --ia-shadow: 0 16px 35px rgba(7, 29, 58, 0.12);
  --ia-shadow-soft: 0 10px 24px rgba(7, 29, 58, 0.08);
  --ia-radius: 18px;
}

/* Base wrapper */
.ia-page {
  font-family: Inter, Arial, sans-serif;
  color: var(--ia-text);
}

.ia-page *,
.ia-page *::before,
.ia-page *::after {
  box-sizing: border-box;
}

/* Typography */
.ia-page h1,
.ia-page h2,
.ia-page h3,
.ia-page h4 {
  font-family: "Playfair Display", Georgia, serif;
  color: var(--ia-navy);
  line-height: 1.08;
  margin-top: 0;
}

.ia-page p {
  line-height: 1.65;
}

/* Layout */
.ia-container {
  width: min(1180px, 92%);
  margin-left: auto;
  margin-right: auto;
}

.ia-section {
  padding: 70px 0;
}

/* Small heading label */
.ia-kicker {
  color: var(--ia-gold);
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 10px;
}

/* Buttons */
.ia-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--ia-gold);
  color: var(--ia-navy) !important;
  padding: 14px 24px;
  border-radius: 6px;
  text-decoration: none !important;
  font-weight: 800;
  transition: 0.25s ease;
  border: 1px solid var(--ia-gold);
  cursor: pointer;
}

.ia-btn:hover {
  background: var(--ia-gold-dark);
  border-color: var(--ia-gold-dark);
  color: #ffffff !important;
  transform: translateY(-2px);
}

.ia-btn-outline {
  background: transparent;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.55);
}

.ia-btn-outline:hover {
  background: #ffffff;
  color: var(--ia-navy) !important;
}

/* Section heading row */
.ia-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 26px;
}

.ia-section-head h2 {
  font-size: clamp(30px, 4vw, 46px);
  margin: 0;
}

.ia-section-head a {
  color: var(--ia-navy);
  font-weight: 800;
  text-decoration: none;
}

.ia-section-head a:hover {
  color: var(--ia-gold-dark);
}

/* Cards */
.ia-card {
  background: #ffffff;
  border: 1px solid var(--ia-border);
  border-radius: var(--ia-radius);
  box-shadow: var(--ia-shadow-soft);
  overflow: hidden;
}

/* Header */
/* ================================
   INDIGO ADVENTURES HEADER FIX
================================ */

.ia-header {
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid rgba(7, 29, 58, 0.08);
  position: sticky;
  top: 0;
  z-index: 999;
}

.ia-header-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Logo */
.ia-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.ia-logo img {
  height: 52px;
  width: auto;
  display: block;
  object-fit: contain;
}

/* Navigation */
.ia-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 1;
  justify-content: center;
  white-space: nowrap;
}

.ia-nav a {
  color: var(--ia-navy);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
}

.ia-nav a:hover {
  color: var(--ia-gold-dark);
}

/* Header right side */
.ia-header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.ia-phone {
  font-size: 12px;
  color: var(--ia-navy);
  line-height: 1.25;
  white-space: nowrap;
}

.ia-phone strong {
  display: block;
  font-size: 14px;
  font-weight: 800;
}

/* Header button */
.ia-header-actions .ia-btn {
  padding: 13px 22px;
  min-height: 44px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

/* Mobile */
.ia-mobile-toggle {
  display: none;
  border: none;
  background: var(--ia-navy);
  color: #ffffff;
  padding: 10px 13px;
  border-radius: 6px;
  font-weight: 800;
}

@media (max-width: 1100px) {
  .ia-nav {
    gap: 16px;
  }

  .ia-nav a {
    font-size: 13px;
  }

  .ia-phone {
    display: none;
  }
}

@media (max-width: 920px) {
  .ia-header-inner {
    flex-wrap: wrap;
    padding: 12px 20px;
  }

  .ia-mobile-toggle {
    display: inline-flex;
  }

  .ia-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 18px 0;
    gap: 16px;
    white-space: normal;
  }

  .ia-header:hover .ia-nav {
    display: flex;
  }
}

@media (max-width: 640px) {
  .ia-logo img {
    height: 44px;
  }

  .ia-header-actions .ia-btn {
    display: none;
  }

/* Images */
.ia-img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ia-image-overlay {
  position: relative;
  overflow: hidden;
}

.ia-image-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 10%, rgba(7, 29, 58, 0.88) 100%);
}

/* Forms */
.ia-page input,
.ia-page select,
.ia-page textarea {
  font-family: Inter, Arial, sans-serif;
}

/* Responsive */
@media (max-width: 980px) {
  .ia-header-inner {
    flex-wrap: wrap;
    padding: 12px 0;
  }

  .ia-mobile-toggle {
    display: inline-flex;
  }

  .ia-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 0;
    gap: 15px;
  }

  .ia-header:hover .ia-nav {
    display: flex;
  }

  .ia-phone {
    display: none;
  }

  .ia-section-head {
    align-items: flex-start;
  }
}

@media (max-width: 760px) {
  .ia-section {
    padding: 50px 0;
  }

  .ia-section-head {
    display: block;
  }

  .ia-section-head a {
    display: inline-block;
    margin-top: 12px;
  }
}

@media (max-width: 640px) {
  .ia-logo img {
    height: 42px;
  }

  .ia-header-actions .ia-btn {
    display: none;
  }

  .ia-btn {
    width: 100%;
  }
}/* End custom CSS */