/*
Theme Name: Astra Child
Theme URI: http://example.com
Description: Child theme for Astra — BeeDivers Diving
Author: BeeDivers
Template: astra
Version: 1.1
*/

/* ============================================================
   BEE DESIGN SYSTEM — MAIN ENTRY POINT

   Architecture (load order matters):
   1. base/      — variables, reset, typography (no visuals)
   2. components/ — reusable across all sections (buttons, chips, etc.)
   3. sections/  — page-specific layouts (hero, services, about, etc.)

   Rule: components are global, sections are scoped.
   Never put section-specific styles in components/.
   Never put component definitions inside section files.
   ============================================================ */

/* ----- 1. BASE ----- */
@import url('assets/css/base/_variables.css');
@import url('assets/css/base/_reset.css');
@import url('assets/css/base/_typography.css');
@import url('assets/css/base/_utilities.css');

/* ----- 2. COMPONENTS ----- */
@import url('assets/css/components/_buttons.css');
@import url('assets/css/components/_chips.css');
@import url('assets/css/components/_badges.css');
@import url('assets/css/components/_page-hero.css');
@import url('assets/css/components/_widget.css');
@import url('assets/css/components/_faq.css');
@import url('assets/css/components/_contactform.css');
@import url('assets/css/components/_shortcode-cards.css');
@import url('assets/css/components/_animations.css');
@import url('assets/css/components/_course-tabs.css');
@import url('assets/css/components/_footer.css');

/* ----- 3. SECTIONS ----- */
@import url('assets/css/sections/_hero.css');
@import url('assets/css/sections/_stat-card.css');
@import url('assets/css/sections/_courses.css');
@import url('assets/css/sections/_career.css');
@import url('assets/css/sections/_assure-strip.css');
@import url('assets/css/sections/_trust.css');
@import url('assets/css/sections/_blog.css');
@import url('assets/css/sections/_packages.css');
@import url('assets/css/sections/_excursions.css');
@import url('assets/css/sections/_patterns.css');
@import url('assets/css/sections/_contact.css');























/*=========================
   older-sections- codehtml
========================= */


.main-navigation .menu-item>a {

   color: #fff !important;

}

.main-navigation .menu-item>a {
   font-weight: 600;
   font-size: 16px;
}

.main-navigation .menu-item>a:hover {

   color: var(--bee-gold) !important;

}

/* .ast-builder-grid-row {
   max-width: 1360px;
   width: 1360px;
} */

.main-navigation .menu-item.current-menu-item>a {
   color: #ffdb1b !important;
}



.main-header-menu .sub-menu {
   

   border-radius: 18px;

   background: rgba(10, 18, 28, 0.72);

   backdrop-filter: blur(20px);
   -webkit-backdrop-filter: blur(20px);

   border: 1px solid rgba(255, 255, 255, 0.08);

   box-shadow:
      0 20px 60px rgba(0, 0, 0, 0.35),
      inset 0 1px 0 rgba(255, 255, 255, 0.04);

   transition:
      opacity 0.35s ease,
      transform 0.35s ease,
      visibility 0.35s ease;

}

.main-header-menu .sub-menu .menu-link {
    padding: .7em 1.3em;
 
}



.ast-button-wrap .ast-mobile-menu-trigger-minimal {
   color: #fff !important;
}

.ast-button-wrap .ast-mobile-menu-trigger-minimal svg {
   fill: #ffffff !important;
}

.text-center {
   text-align: center;
}

.text-white {
   color: #fff;
}

@media(max-width:921px) {
   header .custom-logo-link img {
      max-width: 130px;
      width: 130px;
   }

   .ast-mobile-header-content.content-align-flex-start {
      background: transparent !important;
   }

   .ast-header-break-point .ast-builder-menu-mobile .main-navigation,
   site-navigation.ast-flex-grow-1.navigation-accessibility,
   .ast-hfb-header.ast-header-break-point .main-header-bar-navigation,
   .ast-header-break-point .ast-main-header-bar-alignment,
   .ast-header-break-point .ast-builder-menu {
      background: transparent !important;
   }

   .ast-header-break-point .ast-mobile-header-wrap .ast-flex.stack-on-mobile {
      flex-wrap: wrap;
      background: transparent !important;
   }

   .ast-builder-menu-mobile .main-navigation .main-header-menu,
   .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-link,
   .ast-builder-menu-mobile .main-navigation .main-header-menu .sub-menu {
      background: rgba(7, 20, 31, 0.82) !important;
      backdrop-filter: blur(22px);
      -webkit-backdrop-filter: blur(22px);
   }
}

/* .section-space {
   padding-top: 12rem !important;
   padding-bottom: 12rem !important;
} */

/* Keep content above */
/* .section-intro .bee-container {
   position: relative;
   z-index: 2;
} */





/* ============================================================
   BEE — REUSABLE UTILITY CLASSES
   Use these across all sections (why-us, packages, experiences,
   testimonials, etc.) to keep the design system consistent.
   ============================================================ */


/* ============================================================
   1. SECTION CONTAINERS
   ============================================================ */

/* Standard section padding (large screens get more space) */
/* .bee-section-light {
   background: #f3f6fa;
}

.bee-section-light .bee-section-title {
   color: #0f172a;
}

.bee-section-light .bee-section-desc {
   color: #475569;
}

.bee-section-light .bee-eyebrow {
   background: rgba(24, 95, 165, 0.08);
   border-color: rgba(24, 95, 165, 0.2);
}

.bee-section-light .bee-eyebrow-text {
   color: #185FA5;
} */

@media (max-width: 900px) {
   .bee-section {
      padding: 80px 0;
   }
}

/* Atmospheric blue glow for any section background */
.bee-bg-glow {
   position: absolute;
   top: 8%;
   left: 50%;
   transform: translateX(-50%);
   width: 800px;
   height: 500px;
   background: radial-gradient(ellipse, rgba(56, 138, 221, 0.1) 0%, transparent 60%);
   pointer-events: none;
   filter: blur(60px);
   z-index: 0;
}


/* ============================================================
   2. SECTION HEADER (eyebrow + title + desc)
   Used in every section — reuse this everywhere.
   ============================================================ */

/* .bee-section-header {
   text-align: center;
   max-width: 760px;
   margin: 0 auto 64px;
   position: relative;
   z-index: 2;
} */

/* Eyebrow pill */
/* .bee-eyebrow {
   display: inline-flex;
   align-items: center;
   gap: 8px;
   background: rgba(127, 212, 255, 0.08);
   border: 1px solid rgba(127, 212, 255, 0.2);
   padding: 7px 14px;
   border-radius: 999px;
   margin-bottom: 22px;
   backdrop-filter: blur(10px);
}

.bee-eyebrow-dot {
   width: 6px;
   height: 6px;
   background: #5DCAA5;
   border-radius: 50%;
   box-shadow: 0 0 10px #5DCAA5;
   animation: beeDotPulse 2s ease-in-out infinite;
}

@keyframes beeDotPulse {

   0%,
   100% {
      opacity: 1;
      transform: scale(1);
   }

   50% {
      opacity: 0.5;
      transform: scale(1.3);
   }
}

.bee-eyebrow-text {
   font-size: 10px;
   color: #7fd4ff;
   font-weight: 600;
   letter-spacing: 1.5px;
   text-transform: uppercase;
} */

/* Gradient text inside titles */
/* .bee-gradient-text {
   background: linear-gradient(135deg, #ffdb1b 0%, #d4a017 100%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   background-clip: text;
} */

/* Yellow gradient (brand variant) */
/* .bee-gradient-gold {
   background: linear-gradient(135deg, #FAC775 0%, #EF9F27 100%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   background-clip: text;
} */


/* ============================================================
   3. STAT/PROOF GRID
   Used in: why-us, hero trust strip, anywhere with 3-4 stats
   ============================================================ */

/* .bee-stat-grid {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap: 16px;
   position: relative;
   z-index: 2;
}

@media (max-width: 900px) {
   .bee-stat-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 12px;
   }
}

.bee-stat-item {
   text-align: center;
   padding: 26px 18px;
   background: rgba(255, 255, 255, 0.03);
   border: 1px solid rgba(255, 255, 255, 0.08);
   border-radius: 18px;
   backdrop-filter: blur(10px);
   transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
   position: relative;
   overflow: hidden;
} */

/* Top accent line that draws on hover */
/* .bee-stat-item::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   height: 2px;
   background: var(--accent, #7fd4ff);
   transform: scaleX(0);
   transform-origin: left;
   transition: transform 0.5s ease;
}

.bee-stat-item:hover {
   transform: translateY(-4px);
   border-color: rgba(255, 255, 255, 0.15);
   background: rgba(255, 255, 255, 0.04);
}

.bee-stat-item:hover::before {
   transform: scaleX(1);
} */

/* Tone modifiers — apply via class for predictable colors */
/* .bee-stat-item.tone-gold {
   --accent: #FAC775;
}

.bee-stat-item.tone-teal {
   --accent: #5DCAA5;
}

.bee-stat-item.tone-blue {
   --accent: #7fd4ff;
}

.bee-stat-item.tone-pink {
   --accent: #D4537E;
}



/* .bee-stat-icon {
   width: 56px;
   height: 56px;
   border-radius: 14px;
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 0 auto 16px;
   transition: transform 0.4s ease;
}

.bee-stat-item.tone-gold .bee-stat-icon {
   background: linear-gradient(135deg, rgba(250, 199, 117, 0.15), rgba(239, 159, 39, 0.05));
   border: 1px solid rgba(250, 199, 117, 0.3);
}

.bee-stat-item.tone-teal .bee-stat-icon {
   background: linear-gradient(135deg, rgba(93, 202, 165, 0.15), rgba(29, 158, 117, 0.05));
   border: 1px solid rgba(93, 202, 165, 0.3);
}

.bee-stat-item.tone-blue .bee-stat-icon {
   background: linear-gradient(135deg, rgba(127, 212, 255, 0.15), rgba(24, 95, 165, 0.05));
   border: 1px solid rgba(127, 212, 255, 0.3);
}

.bee-stat-item.tone-pink .bee-stat-icon {
   background: linear-gradient(135deg, rgba(212, 83, 126, 0.15), rgba(153, 53, 86, 0.05));
   border: 1px solid rgba(212, 83, 126, 0.3);
} */

/* PADI logo variant — white background, contained */
/* .bee-stat-icon.has-logo {
   padding: 8px;
   border: 1px solid rgba(255, 255, 255, 0.15) !important;
} */

/* .bee-stat-icon.has-logo img {
   width: 100%;
   height: 100%;
   object-fit: contain;
}

.bee-stat-item:hover .bee-stat-icon {
   transform: scale(1.08) rotate(-5deg);
}

.bee-stat-value {
   font-size: 22px;
   font-weight: 700;
   color: #fff;
   margin-bottom: 6px;
   letter-spacing: -0.5px;
   line-height: 1.1;
}

.bee-stat-label {
   font-size: 14px;
   color: #8fb3cc;
   line-height: 1.4;
} */

/* ============================================================
   WHY-SECTION HERO — OPTION A
   Asymmetric layout: image left (sticky-feeling), content right.
   Uses bee- utility classes for header/stats.
   ============================================================ */

/* .why-hero-grid {
   display: grid;
   grid-template-columns: 1fr 1.05fr;
   gap: 56px;
   align-items: center;
} */

/* ============================================================
   LEFT — HERO IMAGE
   ============================================================ */
/* .why-hero-image {
   position: relative;
   border-radius: 24px;
   overflow: hidden;
   box-shadow: 0 30px 70px rgba(0, 0, 0, 0.5);
   border: 1px solid rgba(255, 255, 255, 0.06);
   aspect-ratio: 4 / 5;
}

.why-hero-image img {
   width: 100%;
   height: 100% !important;
   object-fit: cover;
   transition: transform 1.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.why-hero-image:hover img {
   transform: scale(1.05);
} */

/* Subtle dark gradient at bottom for caption readability */
/* .why-hero-image::after {
   content: "";
   position: absolute;
   inset: 0;
   background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.75) 100%);
   pointer-events: none;
   z-index: 1;
} */

/* LIVE tag (top-left) */
/* .why-hero-live-tag {
   position: absolute;
   top: 18px;
   left: 18px;
   display: inline-flex;
   align-items: center;
   gap: 6px;
   background: rgba(0, 0, 0, 0.55);
   backdrop-filter: blur(12px);
   -webkit-backdrop-filter: blur(12px);
   padding: 6px 12px;
   border-radius: 999px;
   border: 1px solid rgba(255, 255, 255, 0.15);
   z-index: 2;
} */

/* .why-hero-live-tag span:not(.why-hero-live-dot) {
   font-size: 9px;
   color: #fff;
   font-weight: 600;
   letter-spacing: 1px;
}

.why-hero-live-dot {
   width: 6px;
   height: 6px;
   background: #ff5050;
   border-radius: 50%;
   box-shadow: 0 0 8px #ff5050;
   animation: liveRedPulse 2s ease-in-out infinite;
} */

/* @keyframes liveRedPulse {

   0%,
   100% {
      opacity: 1;
      transform: scale(1);
   }

   50% {
      opacity: 0.5;
      transform: scale(1.4);
   }
} */

/* Caption (bottom) */
/* .why-hero-caption {
   position: absolute;
   bottom: 20px;
   left: 20px;
   right: 20px;
   padding: 12px 16px;
   background: rgba(0, 0, 0, 0.5);
   backdrop-filter: blur(14px);
   -webkit-backdrop-filter: blur(14px);
   border-radius: 12px;
   border: 1px solid rgba(255, 255, 255, 0.1);
   z-index: 2;
}

.why-hero-caption-tag {
   font-size: 10px;
   color: #FAC775;
   font-weight: 700;
   letter-spacing: 1px;
   text-transform: uppercase;
   margin-bottom: 3px;
}

.why-hero-caption-title {
   font-size: 14px;
   color: #fff;
   font-weight: 600;
} */

/* ============================================================
   RIGHT — CONTENT
   ============================================================ */

/* Override bee-section-header text-align to LEFT for asymmetric layout */
/* .why-hero-content .bee-eyebrow {
   margin-bottom: 22px;
}

.why-hero-title {
   text-align: left;
   margin: 0 0 18px;
   font-size: clamp(32px, 3.6vw, 48px);
   line-height: 1.05;
}

.why-hero-desc {
   text-align: left;
   margin: 0 0 32px;
   max-width: 480px;
} */

/* ============================================================
   COMPACT 2x2 STATS GRID (different from full-width 4-col)
   ============================================================ */
/* .why-hero-stats {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 12px;
} */

/* Compact stat cards — slightly smaller padding for the 2x2 layout */
/* .why-hero-stats .bee-stat-item {
   padding: 20px 14px;
}

.why-hero-stats .bee-stat-icon {
   width: 84px;
   height: 50px;
   margin-bottom: 12px;
}

.why-hero-stats .bee-stat-value {
   font-size: 18px;
}

.why-hero-stats .bee-stat-label {
   font-size: 14px;
} */

/* ============================================================
   RESPONSIVE
   ============================================================ */
/* @media(min-width:1400px) {
   .why-hero-grid {
      max-width: 80%;
      margin-left: auto;
      margin-right: auto;
   }
}

@media (max-width: 1024px) {
   .why-hero-grid {
      gap: 40px;
   }
}

@media (max-width: 900px) {
   .why-hero-grid {
      grid-template-columns: 1fr;
      gap: 40px;
   }

   .why-hero-image {
      aspect-ratio: 16 / 11;
      max-height: 480px;
   }

   .why-hero-title {
      font-size: clamp(28px, 7vw, 40px);
   }
}

@media (max-width: 600px) {
   .why-hero-grid {
      gap: 32px;
   }

   .why-hero-image {
      aspect-ratio: 4 / 3;
   }

   .why-hero-stats {
      gap: 10px;
   }

   .why-hero-stats .bee-stat-item {
      padding: 16px 10px;
   }

   .why-hero-caption {
      bottom: 14px;
      left: 14px;
      right: 14px;
      padding: 10px 12px;
   }
} */


/* ============================================================
   BEE — UTILITY CLASSES (with .bee-section-light support)
   Add the LIGHT MODE block to your existing bee-utilities.css
   ============================================================ */


/* ============================================================
   LIGHT SECTION MODE
   Add `.bee-section-light` to any section to flip text colors,
   eyebrow tones, and background to brighten the page.

   Usage:
   <section class="bee-section bee-section-light">...</section>
   ============================================================ */

/* .bee-section-light {
   background: #f3f6fa;
   color: #0f172a;
} */

/* Optional: smooth top transition from dark section above */
/* .bee-section-light.has-fade-top {
   background:
      linear-gradient(180deg, #02101f 0%, transparent 8%, #f3f6fa 100%);
} */

/* Light bg glow uses warm yellow instead of blue */
/* .bee-section-light .bee-bg-glow {
   background: radial-gradient(ellipse, rgba(250, 199, 117, 0.18) 0%, transparent 60%);
} */

/* Section header — flip to dark text */
/* .bee-section-light .bee-section-title {
   color: #0f172a;
}

.bee-section-light .bee-section-desc {
   color: #475569;
} */

/* Eyebrow — switch to deeper blue */
/* .bee-section-light .bee-eyebrow {
   background: rgba(24, 95, 165, 0.06);
   border-color: rgba(24, 95, 165, 0.18);
}

.bee-section-light .bee-eyebrow-text {
   color: #185FA5;
}

.bee-section-light .bee-eyebrow-dot {
   background: #1D9E75;
   box-shadow: 0 0 10px rgba(29, 158, 117, 0.5);
} */

/* Gradient text variants stay the same on light bg — they still
   pop because they're using mid-saturation colors */

/* Stat cards on light bg */
/* .bee-section-light .bee-stat-item {
   background: #fff;
   border-color: rgba(15, 23, 42, 0.06);
   box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.bee-section-light .bee-stat-item:hover {
   border-color: rgba(15, 23, 42, 0.12);
   background: #fff;
   box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.bee-section-light .bee-stat-value {
   color: #0f172a;
}

.bee-section-light .bee-stat-label {
   color: #64748b;
} */