:root{
  --bs-container-xl: 1200px;   /* default is 1140px */
  --bs-container-xxl: 1200px;  /* default is 1320px */
}

@font-face {
  font-family: "PFPhatFace";
  src: url("/fonts/PFPhatFace-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body { font-family: Arial, sans-serif; }


.site-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.brand-logo{
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: linear-gradient(135deg, #60a5fa, #1d4ed8);
  display: inline-block;
}

.navbar .nav-link{
  border-radius: 999px;
  padding: .5rem .9rem;
  font-weight: 500;
}

.navbar .nav-link.active{
  background: rgba(29,78,216,.10);
}

.dropdown-menu{
  border-radius: 14px;
}

/* Orange dropdown arrows */
.orange-caret::after{
  border-top-color: #f97316;
}

/* Sticky menu */
header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #fff;
}

/* Logo sizing */
.navbar-brand img{
  max-height: 70px;
  width: auto;
  display: block;
}

/* Bigger language switcher flags */
#langToggle{
  font-size: 1.25rem;   /* try 1.3rem or 1.4rem if you want bigger */
  padding: 0.4rem 0.7rem;
  line-height: 1;
}

/* ===== HERO WRAPPER ===== */
.bi-hero{
  position: relative;
  overflow: hidden;

  /* Vertical spacing scales responsively */
  padding: clamp(48px, 6vw, 96px) 16px;

  /* Soft ocean-style gradient background */
  background:
    radial-gradient(
      900px 450px at 50% 18%,
      rgba(255,255,255,.95) 0%,
      rgba(255,255,255,.70) 45%,
      rgba(255,255,255,0) 70%
    ),
    linear-gradient(
      180deg,
      #7ec9ee 0%,
      #f6fbff 55%,
      #ffffff 100%
    );
}


/* ===== INNER CONTAINER =====
   Keeps content centered and constrained */
.bi-hero__inner{
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}


/* ===== MAIN TITLE ===== */
.bi-hero__title{
  margin: 0;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.05;

  /* Primary brand blue */
  color: #0b5f92;

  /* Responsive typography */
  font-size: clamp(34px, 5vw, 66px);
}


/* ===== SUBTITLE / DESCRIPTION ===== */
.bi-hero__subtitle{
  margin: 18px auto 0;
  max-width: 720px;

  /* Slightly muted for visual hierarchy */
  color: rgba(20, 35, 50, 0.70);

  font-size: clamp(14px, 1.6vw, 18px);
  line-height: 1.55;
}


/* ===== CTA BUTTON CONTAINER ===== */
.bi-hero__actions{
  margin-top: 28px;
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap; /* allows stacking on smaller screens */
}


/* =========================================================
   BUTTON SYSTEM (Reusable)
   ---------------------------------------------------------
   .bi-btn              → Base button
   .bi-btn--primary     → Filled orange CTA
   .bi-btn--outline     → Outline secondary CTA
   ========================================================= */


/* ===== BASE BUTTON ===== */
.bi-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  height: 46px;
  padding: 0 22px;
  border-radius: 999px; /* pill shape */

  font-weight: 600;
  font-size: 15px;
  text-decoration: none;

  transition:
    transform .15s ease,
    box-shadow .15s ease,
    background-color .15s ease,
    color .15s ease,
    border-color .15s ease;

  will-change: transform;
}


/* Accessible focus state */
.bi-btn:focus{
  outline: none;
}

.bi-btn:focus-visible{
  box-shadow: 0 0 0 4px rgba(245, 141, 36, .25);
}


/* ===== PRIMARY BUTTON (Orange Filled) ===== */
.bi-btn--primary{
  background: #f58d24;
  color: #fff;
  border: 1px solid #f58d24;

  box-shadow: 0 10px 24px rgba(245, 141, 36, .25);
}

.bi-btn--primary:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(245, 141, 36, .30);
}


/* ===== OUTLINE BUTTON ===== */
.bi-btn--outline{
  background: rgba(255,255,255,.75);
  color: #3a3a3a;

  border: 1px solid rgba(245, 141, 36, .55);
  box-shadow: 0 8px 18px rgba(0,0,0,.06);
}

.bi-btn--outline:hover{
  transform: translateY(-1px);
  border-color: rgba(245, 141, 36, .75);
  box-shadow: 0 12px 24px rgba(0,0,0,.08);
}


/* ===== MOBILE ADJUSTMENTS =====
   Stacks buttons full width on small screens */
@media (max-width: 480px){
  .bi-btn{
    width: 100%;
    max-width: 320px;
  }
}

.about-section {
  /* padding: 100px 0; */
  text-align: center;
}

.about-section h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 30px;
}

.about-section p {
  font-size: 20px;
  color: #666;
  max-width: 750px;
  margin: 0 auto;
}

/* =======================================================
   NEWSLETTER SECTION
   ======================================================= */

/* Main turquoise background area */
.newsletter-section {
  background: #05BBE5; /* Main brand turquoise */
  padding: 100px 0 0 0; /* Top spacing, no bottom (wave handles separation) */
  position: relative;
  color: #ffffff; /* White text */
}

/* Limit newsletter form width and center it */
.newsletter-section .input-group {
  max-width: 600px;   /* Controls form width */
  margin: auto;       /* Centers horizontally */
  border-radius: 50px; /* Rounded pill shape */
  overflow: hidden;   /* Keeps rounded shape clean */
}

/* Style email input */
.newsletter-section input {
  border: none;           /* Remove default border */
  padding: 15px 20px;     /* Comfortable spacing */
  font-size: 16px;
}

/* Remove focus outline and shadow (optional) */
.newsletter-section input:focus {
  box-shadow: none;
  outline: none;
}

/* Style subscribe button */
.newsletter-section button {
  border-radius: 0;       /* Keeps input + button aligned */
  padding: 0 30px;        /* Horizontal spacing */
  font-weight: 600;
}

/* Hover effect for button */
.newsletter-section button:hover {
  background-color: #e2e6ea;
}


/* =======================================================
   WAVE DIVIDER
   ======================================================= */

/* Space above wave */
.wave {
  margin-top: 80px;
  line-height: 0; /* Removes small whitespace gap */
}

/* Make SVG full width */
.wave svg {
  display: block;
  width: 100%;
  height: 120px; /* Adjust height if needed */
}


/* =======================================================
   MAIN FOOTER AREA
   ======================================================= */

/* Light grey footer background */
footer.bg-light {
  background-color: #f8f9fa !important;
  padding-top: 60px;
  padding-bottom: 40px;
}

/* Footer headings (Προγράμματα, Υλικά, Contact) */
footer h6 {
  font-weight: 700;
  margin-bottom: 15px;
}

/* Footer links */
footer a {
  transition: color 0.3s ease;
}

/* Footer link hover */
footer a:hover {
  color: #16a6bf !important; /* Brand color hover */
}

/* Logo spacing */
footer img {
  max-width: 180px;
}

/* Tagline under logo */
footer .fst-italic {
  color: #6c757d;
}

/* Small copyright text */
footer .small {
  font-size: 14px;
}

.bi-mission{
  padding:100px 0;
}

.bi-mission__title{
  font-size:44px;
  font-weight:700;
  margin-bottom:25px;
}

.bi-mission__text{
  font-size:18px;
  line-height:1.7;
  color:#666;
  margin-bottom:20px;
}

.bi-mission__image img{
  width:100%;
  border-radius:18px;
  display:block;
}

/* =========================
   Blue Island Academy Stats
   Modern Version
   ========================= */

/* Outer section spacing */
.bi-stats{
  padding: 90px 0;
}

/* Main blue rounded container */
.bi-stats__box{
  background: linear-gradient(135deg, #1f6a97 0%, #155b86 100%);
  border-radius: 28px;
  padding: 55px 35px;
  color: #fff;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
  position: relative;
  overflow: hidden;
}

/* Each stat item */
.bi-stat{
  padding: 10px 12px;
  border-radius: 18px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

/* Modern hover effect */
.bi-stat:hover{
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

/* White circular icon background */
.bi-stat__icon{
  width: 76px;
  height: 76px;
  margin: 0 auto 18px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 29px;
  color: #1f6a97;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.10);
}

/* Stat number */
.bi-stat__number{
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}

/* Stat label */
.bi-stat__label{
  font-size: 1.05rem;
  line-height: 1.5;
  opacity: 0.95;
  margin: 0;
}

/* Tablet adjustments */
@media (max-width: 991.98px){
  .bi-stats{
    padding: 70px 0;
  }

  .bi-stats__box{
    padding: 45px 25px;
    border-radius: 24px;
  }

  .bi-stat__number{
    font-size: 1.75rem;
  }

  .bi-stat__label{
    font-size: 0.98rem;
  }
}

/* Mobile adjustments */
@media (max-width: 575.98px){
  .bi-stats{
    padding: 55px 0;
  }

  .bi-stats__box{
    padding: 35px 18px;
    border-radius: 20px;
  }

  .bi-stat{
    padding: 8px 6px;
  }

  .bi-stat__icon{
    width: 64px;
    height: 64px;
    font-size: 24px;
    margin-bottom: 14px;
  }

  .bi-stat__number{
    font-size: 1.5rem;
  }

  .bi-stat__label{
    font-size: 0.92rem;
  }
}


/* =========================================
   GLOBAL SECTION REVEAL UTILITIES
   Used for modern entrance animations
   ========================================= */

/* Hidden state before scroll reveal */
.bi-reveal{
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

/* Visible state after IntersectionObserver triggers */
.bi-reveal.is-visible{
  opacity: 1;
  transform: translateY(0);
}

/* Slight delay helpers for staggered animation */
.bi-delay-1{ transition-delay: .08s; }
.bi-delay-2{ transition-delay: .16s; }
.bi-delay-3{ transition-delay: .24s; }
.bi-delay-4{ transition-delay: .32s; }

/* Respect users who prefer reduced motion */
@media (prefers-reduced-motion: reduce){
  .bi-reveal,
  .bi-stat,
  .bi-btn,
  .bi-mission__image img,
  .about-section,
  .about-section::before,
  .bi-hero::before,
  .bi-hero::after{
    animation: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}

/* =========================================
   HERO SECTION - MODERN ENHANCEMENTS
   ========================================= */

/* Add more breathing room and a softer background texture */
.bi-hero{
  padding: clamp(72px, 8vw, 128px) 16px;
  isolation: isolate;
}

/* Floating decorative shapes for a premium feel */
.bi-hero::before,
.bi-hero::after{
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.bi-hero::before{
  width: clamp(180px, 22vw, 280px);
  height: clamp(180px, 22vw, 280px);
  top: -60px;
  right: clamp(10px, 5vw, 60px);
  background: radial-gradient(circle, rgba(255,255,255,.45) 0%, rgba(255,255,255,0) 72%);
  animation: biFloatY 8s ease-in-out infinite;
}

.bi-hero::after{
  width: clamp(220px, 26vw, 340px);
  height: clamp(220px, 26vw, 340px);
  bottom: -120px;
  left: -40px;
  background: radial-gradient(circle, rgba(5,187,229,.16) 0%, rgba(5,187,229,0) 70%);
  animation: biFloatY 10s ease-in-out infinite;
}

/* Keep content above decorative layers */
.bi-hero .container,
.bi-hero__inner,
.bi-hero__content{
  position: relative;
  z-index: 1;
}

/* Slightly taller hero for a stronger opening impression */
.bi-hero__inner{
  min-height: clamp(440px, 68vh, 700px);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Add text spacing refinement */
.bi-hero__title{
  margin-bottom: 18px;
  text-wrap: balance;
}

.bi-hero__subtitle{
  margin-top: 0;
  margin-bottom: 0;
  text-wrap: pretty;
}

/* Smoother button motion */
.bi-btn{
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    background-color .25s ease,
    color .25s ease,
    border-color .25s ease;
}

.bi-btn--primary:hover{
  transform: translateY(-3px);
}

.bi-btn--outline:hover{
  transform: translateY(-3px);
  background: rgba(255,255,255,.95);
}

/* =========================================
   ABOUT SECTION - MODERN ENHANCEMENTS
   ========================================= */

.about-section {
  position: relative;
  padding: clamp(72px, 8vw, 112px) 0;
  text-align: center;
  overflow: hidden;
  background:
    radial-gradient(circle at top center, rgba(5,187,229,.10) 0%, rgba(5,187,229,0) 48%),
    linear-gradient(180deg, #ffffff 0%, #f8fcff 100%);
}

/* Decorative background shape */
.about-section::before{
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  right: -120px;
  top: -90px;
  background: rgba(11,95,146,.05);
  filter: blur(8px);
}

.about-section .container{
  position: relative;
  z-index: 1;
}

.about-section h2 {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 800;
  margin-bottom: 22px;
  color: #0b5f92;
  letter-spacing: -0.02em;
}

.about-section p {
  font-size: clamp(17px, 2vw, 20px);
  color: #5f6f7c;
  line-height: 1.8;
  max-width: 760px;
  margin: 0 auto;
}

/* =========================================
   MISSION SECTION - MODERN ENHANCEMENTS
   ========================================= */

.bi-mission{
  padding: clamp(72px, 8vw, 112px) 0;
  background: #ffffff;
}

.bi-mission__title{
  font-size: clamp(32px, 5vw, 44px);
  font-weight: 800;
  margin-bottom: 22px;
  color: #0b5f92;
  letter-spacing: -0.02em;
}

.bi-mission__text{
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.8;
  color: #60707d;
  margin-bottom: 18px;
}

/* Modern image container with shadow and hover */
.bi-mission__image{
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 22px 55px rgba(15, 78, 115, 0.14);
}

.bi-mission__image::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0) 35%, rgba(11,95,146,.06) 100%);
  pointer-events: none;
}

.bi-mission__image img{
  width:100%;
  border-radius: 24px;
  display:block;
  transition: transform .5s ease;
}

.bi-mission__image:hover img{
  transform: scale(1.04);
}

/* =========================================
   STATS SECTION - EXTRA POLISH
   ========================================= */

.bi-stats__box::before{
  content: "";
  position: absolute;
  top: -90px;
  right: -90px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(255,255,255,.07);
  pointer-events: none;
}

.bi-stats__box::after{
  content: "";
  position: absolute;
  bottom: -80px;
  left: -80px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(255,255,255,.04);
  pointer-events: none;
}

.bi-stat{
  position: relative;
  z-index: 1;
}

/* Tablet adjustments */
@media (max-width: 991.98px){
  .bi-hero__inner{
    min-height: 520px;
  }

  .bi-mission__image{
    margin-bottom: 8px;
  }
}

/* Mobile adjustments */
@media (max-width: 575.98px){
  .about-section{
    padding: 60px 0;
  }

  .bi-mission{
    padding: 60px 0;
  }
}

/* Floating utility animation */
@keyframes biFloatY{
  0%, 100%{ transform: translateY(0); }
  50%{ transform: translateY(18px); }
}

/* =====================================
   Blue Island Academy - Programs Section
   Modern tabbed section
   ===================================== */

/* Main section wrapper */
.bi-programs{
  padding: 110px 0;
  background: #f6f6f6;
  position: relative;
  overflow: hidden;
}

/* Section heading wrapper */
.bi-programs__head{
  max-width: 900px;
  margin: 0 auto 40px;
  text-align: center;
}

/* Main section title */
.bi-programs__title{
  margin: 0 0 18px;
  font-size: clamp(2.2rem, 4vw, 3.7rem);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #111827;
}

/* Section subtitle */
.bi-programs__subtitle{
  max-width: 820px;
  margin: 0 auto;
  font-size: 1.15rem;
  line-height: 1.7;
  color: rgba(31, 41, 55, 0.68);
}

/* Tabs wrapper */
.bi-programs__tabs{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 55px;
}

/* Single tab button */
.bi-programs__tab{
  min-width: 140px;
  border: 1px solid rgba(15, 95, 146, 0.08);
  background: #ffffff;
  color: #0b5f92;
  padding: 14px 24px;
  border-radius: 999px;
  font-size: 1.05rem;
  font-weight: 500;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  transition:
    transform 0.3s ease,
    background-color 0.3s ease,
    color 0.3s ease,
    box-shadow 0.3s ease;
}

/* Hover state */
.bi-programs__tab:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.10);
}

/* Active tab */
.bi-programs__tab.is-active{
  background: linear-gradient(135deg, #1f6a97 0%, #155b86 100%);
  color: #ffffff;
  box-shadow: 0 16px 30px rgba(21, 91, 134, 0.28);
}

/* Panels wrapper */
.bi-programs__panels{
  position: relative;
}

/* Single tab panel */
.bi-program-panel{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  display: none;
}

/* Active panel */
.bi-program-panel.is-active{
  opacity: 1;
  transform: translateY(0);
  display: block;
}

/* Main content card */
.bi-program-card{
  padding-right: 15px;
}

/* Featured label */
.bi-program-card__featured{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  color: #f58d24;
  font-size: 1rem;
  font-weight: 500;
}

/* Intro layout */
.bi-program-card__intro{
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 28px;
}

/* Program icon block */
.bi-program-card__icon{
  flex: 0 0 86px;
  width: 86px;
  height: 86px;
  border-radius: 20px;
  background: linear-gradient(135deg, #1f6a97 0%, #155b86 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 2rem;
  box-shadow: 0 18px 35px rgba(21, 91, 134, 0.18);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Icon hover effect on card hover */
.bi-program-card:hover .bi-program-card__icon{
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 22px 38px rgba(21, 91, 134, 0.25);
}

/* Program title */
.bi-program-card__title{
  margin: 0 0 10px;
  font-size: clamp(2rem, 3vw, 2.6rem);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #172033;
}

/* Meta info */
.bi-program-card__meta{
  margin: 0 0 8px;
  font-size: 1.15rem;
  line-height: 1.5;
  color: rgba(23, 32, 51, 0.68);
}

/* Short description */
.bi-program-card__desc{
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.6;
  color: rgba(23, 32, 51, 0.74);
}

/* Feature grid */
.bi-program-card__features{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 32px;
}

/* Feature item */
.bi-program-feature{
  min-height: 86px;
  border: 2px dashed rgba(33, 150, 243, 0.85);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.55);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 16px;
  text-align: center;
  transition:
    transform 0.3s ease,
    background-color 0.3s ease,
    box-shadow 0.3s ease;
}

/* Hover effect for features */
.bi-program-feature:hover{
  transform: translateY(-4px);
  background: #ffffff;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
}

/* Feature icon */
.bi-program-feature i{
  font-size: 1.55rem;
  color: #0b5f92;
}

/* Feature text */
.bi-program-feature span{
  font-size: 1rem;
  line-height: 1.4;
  color: #1f2937;
}

/* Footer row */
.bi-program-card__footer{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

/* Participants text */
.bi-program-card__count{
  margin: 0;
  font-size: 1.08rem;
  color: rgba(31, 41, 55, 0.68);
}

/* Image wrapper */
.bi-program-visual{
  position: relative;
  padding: 35px 20px 25px 25px;
}

/* Orange decorative block */
.bi-program-visual__shape{
  position: absolute;
  inset: 32px 0 0 30px;
  background: #f58d24;
  border-radius: 22px;
  transform: rotate(2deg);
  z-index: 1;
}

/* Fun badge */
.bi-program-visual__badge{
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  min-width: 130px;
  min-height: 130px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff9a1f;
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  clip-path: polygon(
    50% 0%, 58% 13%, 68% 2%, 71% 17%, 83% 7%, 79% 23%,
    95% 18%, 85% 33%, 100% 35%, 86% 45%, 97% 56%, 80% 57%,
    89% 71%, 73% 65%, 76% 81%, 63% 71%, 58% 92%, 50% 77%,
    42% 92%, 37% 71%, 24% 81%, 27% 65%, 11% 71%, 20% 57%,
    3% 56%, 14% 45%, 0% 35%, 15% 33%, 5% 18%, 21% 23%,
    17% 7%, 29% 17%, 32% 2%, 42% 13%
  );
  box-shadow: 0 16px 34px rgba(245, 141, 36, 0.28);
}

/* Main image */
.bi-program-visual img{
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
  border-radius: 22px;
  box-shadow: 0 28px 55px rgba(0, 0, 0, 0.14);
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}

/* Image hover effect */
.bi-program-visual:hover img{
  transform: translateY(-6px) rotate(-1deg) scale(1.01);
  box-shadow: 0 34px 65px rgba(0, 0, 0, 0.16);
}

/* Tablet */
@media (max-width: 991.98px){
  .bi-programs{
    padding: 85px 0;
  }

  .bi-programs__tabs{
    margin-bottom: 40px;
  }

  .bi-program-card{
    padding-right: 0;
  }

  .bi-program-visual{
    max-width: 720px;
    margin: 0 auto;
  }
}

/* Mobile */
@media (max-width: 767.98px){
  .bi-programs{
    padding: 70px 0;
  }

  .bi-programs__subtitle{
    font-size: 1rem;
  }

  .bi-program-card__intro{
    flex-direction: column;
    gap: 18px;
  }

  .bi-program-card__features{
    grid-template-columns: 1fr;
  }

  .bi-program-card__footer{
    flex-direction: column;
    /* align-items: flex-start; */
  }

  .bi-programs__tab{
    width: 100%;
    max-width: 260px;
  }

  .bi-program-visual{
    padding: 26px 12px 18px 12px;
  }

  .bi-program-visual__shape{
    inset: 26px 0 0 18px;
  }

  .bi-program-visual__badge{
    min-width: 100px;
    min-height: 100px;
    font-size: 0.9rem;
  }
}

/* =====================================
   Blue Island Academy - Program Cards Slider
   Modern card section with hover effects
   ===================================== */

/* Main section wrapper */
.bi-program-cards{
  padding: 110px 0;
  background: linear-gradient(180deg, #f7f7f7 0%, #ffffff 100%);
  overflow: hidden;
}

/* Section heading */
.bi-program-cards__head{
  max-width: 850px;
  margin: 0 auto 45px;
  text-align: center;
}

/* Title */
.bi-program-cards__title{
  margin: 0 0 16px;
  font-size: clamp(2.1rem, 4vw, 3.5rem);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #172033;
}

/* Subtitle */
.bi-program-cards__subtitle{
  margin: 0 auto;
  max-width: 760px;
  font-size: 1.08rem;
  line-height: 1.75;
  color: rgba(23, 32, 51, 0.68);
}

/* Keep slider clean and prevent next card from showing on mobile */
.bi-program-cards__slider{
  overflow: hidden;
}

/* Single slide */
.bi-program-cards .swiper-slide{
  height: auto;
}

/* Main card */
.bi-program-card-item{
  height: 100%;
  border-radius: 26px;
  overflow: hidden;
  background: #eee6df;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

/* Card hover movement */
.bi-program-card-item:hover{
  transform: translateY(-10px);
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.12);
}

/* Image wrapper */
.bi-program-card-item__image{
  overflow: hidden;
}

/* Card image */
.bi-program-card-item__image img{
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 0.55s ease;
}

/* Image zoom on hover */
.bi-program-card-item:hover .bi-program-card-item__image img{
  transform: scale(1.06);
}

/* Card body */
.bi-program-card-item__body{
  padding: 26px 28px 30px;
}

/* Top row */
.bi-program-card-item__top{
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
}

/* Colored icon block */
.bi-program-card-item__icon{
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.4rem;
  transition: transform 0.3s ease;
}

/* Icon hover motion */
.bi-program-card-item:hover .bi-program-card-item__icon{
  transform: scale(1.08) rotate(-4deg);
}

/* Color modifiers */
.bi-program-card-item__icon--blue{ background: #146ca7; }
.bi-program-card-item__icon--cyan{ background: #18b8df; }
.bi-program-card-item__icon--orange{ background: #f58d24; }

/* Title */
.bi-program-card-item__title{
  margin: 0 0 4px;
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.15;
  font-weight: 800;
  color: #1e293b;
}

/* Age line */
.bi-program-card-item__age{
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.4;
}

.bi-program-card-item__age--blue{ color: #146ca7; }
.bi-program-card-item__age--cyan{ color: #18b8df; }
.bi-program-card-item__age--orange{ color: #f58d24; }

/* Body text */
.bi-program-card-item__text{
  min-height: 120px;
  margin: 0 0 24px;
  font-size: 1.08rem;
  line-height: 1.7;
  color: #4b5563;
}

/* Tags wrapper */
.bi-program-card-item__tags{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

/* Single tag */
.bi-program-card-item__tags span{
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #4b5563;
  font-size: 0.95rem;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
}

/* CTA button */
.bi-program-card-item__button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  border-radius: 999px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.05rem;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    filter 0.3s ease;
}

/* Button hover */
.bi-program-card-item__button:hover{
  transform: translateY(-3px);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.10);
  filter: brightness(1.03);
}

/* Button colors */
.bi-program-card-item__button--blue{ background: #146ca7; }
.bi-program-card-item__button--cyan{ background: #18b8df; }
.bi-program-card-item__button--orange{ background: #f58d24; }

/* Slider navigation row */
.bi-program-cards__nav{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 34px;
}

/* Arrow buttons */
.bi-program-cards__arrow{
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #ffffff;
  color: #146ca7;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Arrow hover */
.bi-program-cards__arrow:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.10);
}

/* Pagination container */
.bi-program-cards__pagination{
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Swiper bullets */
.bi-program-cards__pagination .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  background: rgba(20, 108, 167, 0.25);
  opacity: 1;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

/* Active bullet */
.bi-program-cards__pagination .swiper-pagination-bullet-active{
  background: #146ca7;
  transform: scale(1.2);
}

/* Tablet spacing */
@media (max-width: 991.98px){
  .bi-program-cards{
    padding: 85px 0;
  }

  .bi-program-card-item__body{
    padding: 24px;
  }
}

/* Mobile */
@media (max-width: 767.98px){
  .bi-program-cards{
    padding: 70px 0;
  }

  .bi-program-card-item__text{
    min-height: auto;
    font-size: 1rem;
  }

  .bi-program-cards__nav{
    margin-top: 26px;
  }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce){
  .bi-program-card-item,
  .bi-program-card-item__image img,
  .bi-program-card-item__icon,
  .bi-program-card-item__button,
  .bi-program-cards__arrow{
    transition: none !important;
    transform: none !important;
  }
}

/* =====================================
   Program Cards Slider - Mobile Fixes
   Cleans alignment and spacing on small screens
   ===================================== */

@media (max-width: 767.98px){

  /* Reduce side spacing so the single card sits cleanly */
  .bi-program-cards .swiper-slide{
    padding: 0 2px;
  }

  /* Make card body a bit tighter on mobile */
  .bi-program-card-item__body{
    padding: 22px 20px 24px;
  }

  /* Improve text spacing */
  .bi-program-card-item__top{
    gap: 14px;
    margin-bottom: 18px;
  }

  /* Slightly smaller title for better balance */
  .bi-program-card-item__title{
    font-size: 1.9rem;
  }

  /* Better tag spacing */
  .bi-program-card-item__tags{
    gap: 8px;
    margin-bottom: 24px;
  }

  /* Keep tags neat */
  .bi-program-card-item__tags span{
    min-height: 34px;
    padding: 0 12px;
    font-size: 0.9rem;
  }

  /* Slightly smaller button height for mobile */
  .bi-program-card-item__button{
    min-height: 52px;
    font-size: 1rem;
  }

  /* Cleaner navigation spacing below the card */
  .bi-program-cards__nav{
    margin-top: 22px;
    gap: 14px;
  }

  /* Smaller arrows on mobile */
  .bi-program-cards__arrow{
    width: 42px;
    height: 42px;
  }
}

/* =========================================
   Blue Island Academy - Educational Materials
   Corrected visual version
   ========================================= */

/* Main wrapper */
.bi-materials{
  position: relative;
  padding: 110px 0;
  background: #dff3fb;
  overflow: hidden;
}

/* Decorative top wave */
.bi-materials::before{
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 70px;
  background: #ffffff;
  clip-path: ellipse(75% 52% at 50% 0%);
}

/* Decorative bottom wave */
.bi-materials::after{
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 70px;
  background: #ffffff;
  clip-path: ellipse(75% 52% at 50% 100%);
}

/* Keep content above decorative shapes */
.bi-materials .container{
  position: relative;
  z-index: 2;
  overflow: visible;
}

/* Heading area */
.bi-materials__head{
  max-width: 760px;
  margin: 0 auto 36px;
  text-align: center;
}

/* Title */
.bi-materials__title{
  margin: 0 0 10px;
  font-size: clamp(2.1rem, 4vw, 3.5rem);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #111827;
}

/* Subtitle */
.bi-materials__subtitle{
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.7;
  color: rgba(31, 41, 55, 0.62);
}

/* Filters row */
.bi-materials__filters{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 44px;
}

/* =========================================
   Custom multi dropdown
   ========================================= */
.bi-multi-dropdown{
  position: relative;
  width: 100%;
  max-width: 320px;
}

/* Toggle button */
.bi-multi-dropdown__toggle{
  width: 100%;
  min-height: 60px;
  padding: 0 18px 0 22px;
  border-radius: 18px;
  border: 2px solid #44c6eb;
  background: #ffffff;
  box-shadow: 0 14px 26px rgba(15, 23, 42, 0.05);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #374151;
  font-size: 1.05rem;
  font-weight: 500;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

/* Hover / active */
.bi-multi-dropdown__toggle:hover,
.bi-multi-dropdown.is-open .bi-multi-dropdown__toggle{
  border-color: #18b8df;
  box-shadow: 0 18px 30px rgba(15, 23, 42, 0.08);
}

/* Chevron */
.bi-multi-dropdown__toggle i{
  color: #f58d24;
  font-size: 1.05rem;
  transition: transform 0.25s ease;
}

/* Rotate chevron when open */
.bi-multi-dropdown.is-open .bi-multi-dropdown__toggle i{
  transform: rotate(180deg);
}

/* Menu */
.bi-multi-dropdown__menu{
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 100%;
  padding: 14px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
  z-index: 20;
}

/* Option row */
.bi-multi-dropdown__option{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 8px;
  border-radius: 12px;
  cursor: pointer;
}

/* Hover */
.bi-multi-dropdown__option:hover{
  background: rgba(24, 184, 223, 0.08);
}

/* Checkbox accent */
.bi-multi-dropdown__option input{
  accent-color: #18b8df;
}

/* =========================================
   Category cards
   ========================================= */
.bi-materials__category-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 42px;
}

/* Single category card */
.bi-materials-category-card{
  width: 100%;
  min-height: 180px;
  padding: 28px 24px;
  border: 0;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

/* Hover */
.bi-materials-category-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 24px 46px rgba(15, 23, 42, 0.10);
}

/* Active state */
.bi-materials-category-card.is-active{
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  transform: none;
  border: 2px solid #18b8df;
}

/* Top icon */
.bi-materials-category-card__icon{
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.15rem;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
}

/* Icon colors */
.bi-materials-category-card__icon--orange{ background: #f58d24; }
.bi-materials-category-card__icon--cyan{ background: #18b8df; }
.bi-materials-category-card__icon--blue{ background: #146ca7; }

/* Content wrapper */
.bi-materials-category-card__content{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Card title */
.bi-materials-category-card__title{
  font-size: 1.7rem;
  line-height: 1.15;
  font-weight: 700;
  color: #111827;
}

/* Card text */
.bi-materials-category-card__text{
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(31, 41, 55, 0.65);
}

/* =========================================
   Items grid
   ========================================= */
.bi-materials__items{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

/* Material item */
.bi-material-item{
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

/* Hover */
.bi-material-item:hover{
  transform: translateY(-10px);
  box-shadow: 0 28px 56px rgba(15, 23, 42, 0.12);
}

/* Hide by filter */
.bi-material-item.is-hidden{
  display: none;
}

/* Image area */
.bi-material-item__image{
  overflow: hidden;
}

/* Image */
.bi-material-item__image img{
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

/* Image hover zoom */
.bi-material-item:hover .bi-material-item__image img{
  transform: scale(1.05);
}

/* Body */
.bi-material-item__body{
  display: flex;
  flex-direction: column;
  gap: 18px;
  flex: 1;
  padding: 24px 26px 22px;
}

/* Title */
.bi-material-item__title{
  margin: 0;
  font-size: 1.85rem;
  line-height: 1.18;
  font-weight: 800;
  color: #111827;
}

/* Text */
.bi-material-item__text{
  margin: 0;
  font-size: 1.06rem;
  line-height: 1.7;
  color: #5c6674;
}

/* Footer */
.bi-material-item__footer{
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

/* Download link */
.bi-material-item__link{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #f58d24;
  font-size: 1.06rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.25s ease, color 0.25s ease;
}

/* Hover */
.bi-material-item__link:hover{
  transform: translateX(4px);
  color: #d97706;
}

/* Corner badge */
.bi-material-item__badge{
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1rem;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
}

/* Badge colors */
.bi-material-item__badge--orange{ background: #f58d24; }
.bi-material-item__badge--cyan{ background: #18b8df; }
.bi-material-item__badge--blue{ background: #146ca7; }

/* Empty state */
.bi-materials__empty{
  margin-top: 22px;
  text-align: center;
  font-size: 1.05rem;
  color: rgba(31, 41, 55, 0.66);
}

/* Tablet */
@media (max-width: 991.98px){
  .bi-materials{
    padding: 90px 0;
  }

  .bi-materials__category-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bi-materials__items{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bi-material-item__title{
    font-size: 1.6rem;
  }
}

/* Mobile */
@media (max-width: 767.98px){
  .bi-materials{
    padding: 74px 0;
  }

  .bi-materials__filters{
    margin-bottom: 32px;
  }

  .bi-materials__category-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .bi-materials-category-card{
    min-height: auto;
    padding: 20px 18px;
  }

  .bi-materials-category-card__title{
    font-size: 1.4rem;
  }

  .bi-materials__items{
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .bi-material-item__body{
    padding: 20px 20px 18px;
  }

  .bi-material-item__title{
    font-size: 1.45rem;
  }

  .bi-material-item__text{
    font-size: 1rem;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  .bi-materials-category-card,
  .bi-material-item,
  .bi-material-item__image img,
  .bi-material-item__link{
    transition: none !important;
    transform: none !important;
  }
}

/* =========================================
   Materials Section - Extra Micro Interactions
   ========================================= */

/* Animate category icon on hover */
.bi-materials-category-card__icon{
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bi-materials-category-card:hover .bi-materials-category-card__icon{
  transform: translateY(-3px) rotate(-6deg) scale(1.08);
  box-shadow: 0 14px 24px rgba(15, 23, 42, 0.12);
}

.bi-materials-category-card.is-active .bi-materials-category-card__icon{
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
}

/* Animate bottom badge on material card hover */
.bi-material-item__badge{
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bi-material-item:hover .bi-material-item__badge{
  transform: translateY(-3px) rotate(-6deg) scale(1.06);
  box-shadow: 0 14px 24px rgba(15, 23, 42, 0.14);
}

/* Slight lift on title area feeling more alive */
.bi-material-item__title{
  transition: color 0.25s ease;
}

.bi-material-item:hover .bi-material-item__title{
  color: #0b5f92;
}

/* Optional soft floating background accents */
.bi-materials{
  isolation: isolate;
}

.bi-materials .container{
  position: relative;
}

.bi-materials .container::before,
.bi-materials .container::after{
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.bi-materials .container::before{
  width: 180px;
  height: 180px;
  top: 140px;
  left: -70px;
  background: radial-gradient(circle, rgba(255,255,255,.35) 0%, rgba(255,255,255,0) 72%);
  animation: biFloatY 9s ease-in-out infinite;
}

.bi-materials .container::after{
  width: 220px;
  height: 220px;
  right: -90px;
  bottom: 120px;
  background: radial-gradient(circle, rgba(24,184,223,.10) 0%, rgba(24,184,223,0) 72%);
  animation: biFloatY 11s ease-in-out infinite;
}

/* Keep real content above decorative accents */
.bi-materials__head,
.bi-materials__filters,
.bi-materials__category-grid,
.bi-materials__items,
.bi-materials__empty{
  position: relative;
  z-index: 1;
}

/* =========================================
   Materials dropdown layering fix
   ========================================= */

.bi-materials__filters{
  position: relative;
  z-index: 50;
  overflow: visible;
}

.bi-multi-dropdown{
  position: relative;
  z-index: 60;
}

.bi-multi-dropdown.is-open{
  z-index: 70;
}

.bi-multi-dropdown__menu{
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 100%;
  z-index: 80;
}

.bi-materials__category-grid{
  position: relative;
  z-index: 1;
}

/* Hide category cards when filtered out */
.bi-materials-category-card.is-hidden{
  display: none;
}

/* =========================================
   Category cards - fix stuck hover/focus look
   ========================================= */

/* Base transition */
.bi-materials-category-card{
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  outline: none;
}

/* Hover only when not active */
.bi-materials-category-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 24px 46px rgba(15, 23, 42, 0.10);
}

/* Remove default mouse-click focus look */
.bi-materials-category-card:focus{
  outline: none;
  box-shadow: none;
}

/* Keep accessible keyboard focus */
.bi-materials-category-card:focus-visible{
  outline: 3px solid rgba(24, 184, 223, 0.35);
  outline-offset: 3px;
}

/* Active selected state */
.bi-materials-category-card.is-active{
  background: #ffffff;
  box-shadow: 0 26px 48px rgba(15, 23, 42, 0.12);
  transform: translateY(-4px);
}

/* Prevent pressed state from looking stuck */
.bi-materials-category-card:active{
  transform: translateY(-2px);
}

/* =========================================
   Materials tools row
   Counter + reset button
   ========================================= */
.bi-materials__tools{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 26px;
}

/* Live results counter */
.bi-materials__results{
  font-size: 1rem;
  font-weight: 600;
  color: #0b5f92;
}

/* Reset button */
.bi-materials__reset{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 16px;
  border: 1.5px solid rgba(24, 184, 223, 0.35);
  border-radius: 999px;
  background: #ffffff;
  color: #0b5f92;
  font-size: 0.98rem;
  font-weight: 600;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.bi-materials__reset:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(15, 23, 42, 0.08);
  border-color: rgba(24, 184, 223, 0.6);
}

.bi-materials__reset i{
  font-size: 1rem;
}

/* =========================================
   Smooth materials grid animation
   ========================================= */
.bi-materials__items{
  transition: opacity 0.25s ease;
}

/* Material card base transition */
.bi-material-item{
  opacity: 1;
  transform: translateY(0) scale(1);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.35s ease;
}

/* Hidden state used before display:none kicks in */
.bi-material-item.is-hiding{
  opacity: 0;
  transform: translateY(14px) scale(0.98);
  pointer-events: none;
}

/* Hidden by filter */
.bi-material-item.is-hidden{
  display: none;
}

/* Optional slight reveal when item becomes visible again */
.bi-material-item.is-showing{
  animation: biMaterialFadeIn 0.35s ease;
}

@keyframes biMaterialFadeIn{
  from{
    opacity: 0;
    transform: translateY(12px) scale(0.985);
  }
  to{
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Mobile */
@media (max-width: 767.98px){
  .bi-materials__tools{
    align-items: stretch;
  }

  .bi-materials__reset{
    width: 100%;
    justify-content: center;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  .bi-material-item,
  .bi-materials__reset{
    transition: none !important;
    animation: none !important;
  }
}

/* =====================================
   Success variation of the existing program cards section
   Reuses bi-program-cards structure
   ===================================== */

/* Section background variation */
.bi-program-cards--success{
  background: #ffffff;
}

/* Success cards use white background */
.bi-program-cards--success .bi-program-card-item{
  background: #ffffff;
  box-shadow: none;
}

/* Hover remains modern and soft */
.bi-program-cards--success .bi-program-card-item:hover{
  transform: translateY(-10px);
  box-shadow: 0 26px 58px rgba(15, 23, 42, 0.10);
}

/* Success body style */
.bi-program-cards--success .bi-program-card-item__body{
  padding: 28px 28px 26px;
  border-top: 0;
  border-radius: 0 0 26px 26px;
  background: #ffffff;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}


/* Remove top meta spacing from original card layout if not used */
.bi-program-cards--success .bi-program-card-item__top,
.bi-program-cards--success .bi-program-card-item__tags,
.bi-program-cards--success .bi-program-card-item__button{
  display: none;
}

/* Success title */
.bi-program-cards--success .bi-program-card-item__title{
  margin: 0 0 16px;
  font-size: clamp(1.7rem, 2vw, 2.3rem);
  line-height: 1.18;
  font-weight: 800;
  color: #172033;
  transition: color 0.25s ease;
}

/* Title hover tint */
.bi-program-cards--success .bi-program-card-item:hover .bi-program-card-item__title{
  color: #0b5f92;
}

/* Success text */
.bi-program-cards--success .bi-program-card-item__text{
  min-height: auto;
  margin: 0 0 24px;
  font-size: 1.08rem;
  line-height: 1.7;
  color: #5d6877;
}

/* Success text link */
.bi-program-card-item__more-link{
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #f58d24;
  text-decoration: none;
  font-size: 1.06rem;
  font-weight: 600;
  transition: transform 0.25s ease, color 0.25s ease;
}

/* Text link hover */
.bi-program-card-item__more-link:hover{
  transform: translateX(4px);
  color: #d97706;
}

/* Arrow movement */
.bi-program-card-item__more-link i{
  transition: transform 0.25s ease;
}

.bi-program-card-item:hover .bi-program-card-item__more-link i{
  transform: translateX(3px);
}

/* Bottom section action */
.bi-program-cards__actions{
  display: flex;
  justify-content: center;
  margin-top: 8px;
}

/* Section button */
.bi-program-cards__section-button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 999px;
  background: #f58d24;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.08rem;
  font-weight: 600;
  box-shadow: 0 14px 28px rgba(245, 141, 36, 0.22);
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
}

/* Section button hover */
.bi-program-cards__section-button:hover{
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(245, 141, 36, 0.28);
  filter: brightness(1.02);
}

/* Tablet */
@media (max-width: 991.98px){
  .bi-program-cards--success .bi-program-card-item__body{
    min-height: 220px;
  }
}

/* Mobile */
@media (max-width: 767.98px){
  .bi-program-cards--success .bi-program-card-item__body{
    min-height: auto;
    padding: 22px 20px 20px;
  }

  .bi-program-cards--success .bi-program-card-item__title{
    font-size: 1.7rem;
  }

  .bi-program-cards--success .bi-program-card-item__text{
    font-size: 1rem;
  }

  .bi-program-cards__section-button{
    width: 100%;
    max-width: 320px;
  }
}

/* =========================================
   Blue Island Academy - Reviews Section
   ========================================= */

/* Main section */
.bi-reviews{
  padding: 110px 0;
  background: #ffffff;
  overflow: hidden;
}

/* Heading area */
.bi-reviews__head{
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}

/* Title */
.bi-reviews__title{
  margin: 0 0 14px;
  font-size: clamp(2.3rem, 4vw, 3.8rem);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #111827;
}

/* Subtitle */
.bi-reviews__subtitle{
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.7;
  color: rgba(31, 41, 55, 0.62);
}

/* Slider wrapper */
.bi-reviews__slider{
  margin-bottom: 42px;
}

/* Desktop grid style */
.bi-reviews__slider .swiper-wrapper{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

/* Slide */
.bi-reviews__slider .swiper-slide{
  height: auto;
}

/* Hide pagination on desktop */
.bi-reviews__pagination{
  display: none;
}

/* Review card */
.bi-review-card{
  background: #dff3fb;
  border-radius: 24px;
  padding: 28px 28px 22px;
  min-height: 290px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover */
.bi-review-card:hover{
  transform: translateY(-8px);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
}

/* Top row */
.bi-review-card__top{
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

/* Avatar */
.bi-review-card__avatar{
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 56px;
}

/* Avatar image */
.bi-review-card__avatar img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Name */
.bi-review-card__name{
  margin: 0 0 4px;
  font-size: 1.45rem;
  line-height: 1.15;
  font-weight: 700;
  color: #1f2937;
}

/* Role */
.bi-review-card__role{
  margin: 0;
  font-size: 1rem;
  color: #6b7280;
}

/* Review text */
.bi-review-card__text{
  margin: 0 0 26px;
  font-size: 1.08rem;
  line-height: 1.75;
  color: #4b5563;
}

/* Footer */
.bi-review-card__footer{
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

/* Source */
.bi-review-card__source{
  font-size: 1rem;
  color: #7b8794;
}

/* Stars */
.bi-review-card__stars{
  font-size: 1.15rem;
  letter-spacing: 2px;
  color: #6b7280;
}

/* Bottom actions */
.bi-reviews__actions{
  display: flex;
  justify-content: center;
}

/* CTA button */
.bi-reviews__button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 999px;
  background: #f58d24;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.08rem;
  font-weight: 600;
  box-shadow: 0 14px 28px rgba(245, 141, 36, 0.22);
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
}

/* Button hover */
.bi-reviews__button:hover{
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(245, 141, 36, 0.28);
  filter: brightness(1.02);
}

/* Tablet */
@media (max-width: 991.98px){
  .bi-reviews{
    padding: 90px 0;
  }

  .bi-reviews__slider .swiper-wrapper{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bi-review-card{
    min-height: 270px;
  }
}

/* Mobile */
@media (max-width: 767.98px){
  .bi-reviews{
    padding: 72px 0;
  }

  .bi-reviews__head{
    margin-bottom: 36px;
  }

  /* Swiper mode on mobile */
  .bi-reviews__slider{
    overflow: visible;
  }

  .bi-reviews__slider .swiper-wrapper{
    display: flex;
    gap: 0;
  }

  .bi-reviews__slider .swiper-slide{
    width: 100%;
  }

  .bi-reviews__pagination{
    display: flex;
    justify-content: center;
    margin-top: 18px;
  }

  .bi-reviews__pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: rgba(20, 108, 167, 0.25);
    opacity: 1;
    transition: transform 0.25s ease, background-color 0.25s ease;
  }

  .bi-reviews__pagination .swiper-pagination-bullet-active{
    background: #146ca7;
    transform: scale(1.2);
  }

  .bi-review-card{
    min-height: auto;
    padding: 22px 20px 18px;
  }

  .bi-review-card__name{
    font-size: 1.3rem;
  }

  .bi-review-card__text{
    font-size: 1rem;
  }

  .bi-review-card__footer{
    flex-wrap: wrap;
  }

  .bi-reviews__button{
    width: 100%;
    max-width: 320px;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  .bi-review-card,
  .bi-reviews__button{
    transition: none !important;
    transform: none !important;
  }
}

/* =====================================
   Blue Island Academy - About Intro Section
   ===================================== */

/* Main section wrapper */
.bi-about-intro{
  position: relative;
  padding: 120px 0 110px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 12%, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.72) 22%, rgba(255,255,255,0) 52%),
    linear-gradient(180deg, #8ed0f0 0%, #eef8fd 38%, #ffffff 100%);
}

/* Soft decorative glow on the left */
.bi-about-intro::before{
  content: "";
  position: absolute;
  top: 40px;
  left: -120px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(24,184,223,0.10) 0%, rgba(24,184,223,0) 72%);
  filter: blur(6px);
  animation: biFloatY 10s ease-in-out infinite;
  pointer-events: none;
}

/* Soft decorative glow on the right */
.bi-about-intro::after{
  content: "";
  position: absolute;
  top: 30px;
  right: -120px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(24,184,223,0.10) 0%, rgba(24,184,223,0) 72%);
  filter: blur(6px);
  animation: biFloatY 12s ease-in-out infinite;
  pointer-events: none;
}

/* Centered content */
.bi-about-intro__inner{
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

/* Main title */
.bi-about-intro__title{
  margin: 0 0 18px;
  font-size: clamp(2.8rem, 6vw, 5.6rem);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0b6ea8;
}

/* Decorative wave wrapper */
.bi-about-intro__wave{
  max-width:1320px;
  margin:0 auto 28px;
}

.bi-about-intro__wave svg{
  width:100%;
  height:auto;
  display:block;
}

/* Supporting paragraph */
.bi-about-intro__text{
  max-width: 760px;
  margin: 0 auto;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  line-height: 1.7;
  color: rgba(55, 65, 81, 0.72);
  text-wrap: balance;
}

/* Tablet */
@media (max-width: 991.98px){
  .bi-about-intro{
    padding: 96px 0 88px;
  }

  .bi-about-intro__wave{
    max-width: 680px;
    margin-bottom: 22px;
  }
}

/* Mobile */
@media (max-width: 767.98px){
  .bi-about-intro{
    padding: 78px 0 70px;
  }

  .bi-about-intro__title{
    margin-bottom: 14px;
  }

  .bi-about-intro__wave{
    max-width: 100%;
    margin-bottom: 18px;
  }

  .bi-about-intro__text{
    max-width: 92%;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  .bi-about-intro::before,
  .bi-about-intro::after{
    animation: none !important;
  }
}

/* =====================================
   About Page - Educational Actions Section
   ===================================== */

/* Main section wrapper */
.bi-about-actions{
  padding: 110px 0;
  background: #ffffff;
}

/* Section heading */
.bi-about-actions__head{
  max-width: 860px;
  margin: 0 auto 52px;
  text-align: center;
}

/* Main title */
.bi-about-actions__title{
  margin: 0 0 14px;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #111827;
}

/* Subtitle */
.bi-about-actions__subtitle{
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.7;
  color: rgba(31, 41, 55, 0.62);
}

/* Cards grid */
.bi-about-actions__grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px;
}

/* Single card */
.bi-about-actions-card{
  background: #f3ece6;
  border-radius: 28px;
  padding: 48px 46px 38px;
  min-height: 340px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.05);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

/* Hover lift */
.bi-about-actions-card:hover{
  transform: translateY(-10px);
  box-shadow: 0 26px 55px rgba(15, 23, 42, 0.10);
}

/* Top row */
.bi-about-actions-card__top{
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 34px;
}

/* Icon box */
.bi-about-actions-card__icon{
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 2rem;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.10);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Icon colors */
.bi-about-actions-card__icon--blue{
  background: #146ca7;
}

.bi-about-actions-card__icon--cyan{
  background: #18b8df;
}

.bi-about-actions-card__icon--orange{
  background: #f58d24;
}

/* Icon hover animation */
.bi-about-actions-card:hover .bi-about-actions-card__icon{
  transform: translateY(-4px) rotate(-6deg) scale(1.06);
  box-shadow: 0 16px 28px rgba(15, 23, 42, 0.14);
}

/* Title */
.bi-about-actions-card__title{
  margin: 0;
  font-size: clamp(1.25rem, 1.5vw, 2rem);
  line-height: 1.15;
  font-weight: 800;
  color: #172033;
}

/* Text */
.bi-about-actions-card__text{
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.8;
  color: #4f5b68;
}

/* Tablet */
@media (max-width: 991.98px){
  .bi-about-actions{
    padding: 90px 0;
  }

  .bi-about-actions__grid{
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .bi-about-actions-card{
    min-height: auto;
    padding: 34px 30px 30px;
  }
}

/* Mobile */
@media (max-width: 767.98px){
  .bi-about-actions{
    padding: 72px 0;
  }

  .bi-about-actions__head{
    margin-bottom: 36px;
  }

  .bi-about-actions-card{
    padding: 28px 22px 24px;
    border-radius: 22px;
  }

  .bi-about-actions-card__top{
    gap: 16px;
    margin-bottom: 22px;
  }

  .bi-about-actions-card__icon{
    width: 60px;
    height: 60px;
    flex-basis: 60px;
    border-radius: 16px;
    font-size: 1.6rem;
  }

  .bi-about-actions-card__title{
    font-size: 1.5rem;
  }

  .bi-about-actions-card__text{
    font-size: 1rem;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  .bi-about-actions-card,
  .bi-about-actions-card__icon{
    transition: none !important;
    transform: none !important;
  }
}

/* =====================================
   Overview Section
   ===================================== */

.bi-overview-section{
  background: #E7DED5;
  padding: 100px 20px;
}

/* container */
.bi-overview-container{
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  align-items: center;
}

/* LEFT SIDE */

.bi-overview-title{
  margin: 0 0 24px;

  font-family: "Century Gothic", Arial, sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.2;
  color: #000;
}

.bi-overview-left p{
  margin-bottom: 18px;

  font-family: "Century Gothic", Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #333;
}

/* RIGHT CARD */

.bi-overview-card{
  background: #F3F3F3;
  padding: 40px;
  border-radius: 24px;
}

/* card title */
.bi-overview-card-title{
  margin-bottom: 20px;

  font-family: "Century Gothic", Arial, sans-serif;
  font-weight: 700;
  font-size: 28px;
}

/* list */
.bi-overview-card ul{
  padding-left: 18px;
  margin: 0;
}

.bi-overview-card li{
  margin-bottom: 14px;

  font-family: "Century Gothic", Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

/* =====================================
   Responsive
   ===================================== */

@media (max-width: 991.98px){
  .bi-overview-container{
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .bi-overview-card{
    padding: 28px;
  }
}

@media (max-width: 767.98px){
  .bi-overview-section{
    padding: 60px 16px;
  }

  .bi-overview-title{
    font-size: 32px;
  }

  .bi-overview-card-title{
    font-size: 22px;
  }

  .bi-overview-left p,
  .bi-overview-card li{
    font-size: 15px;
    line-height: 20px;
  }
}

.bi-overview-section{
  position: relative;
  background: #E7DED5;
  padding: 120px 20px;
  overflow: hidden;
}

/* Waves */
.bi-wave-top,
.bi-wave-bottom{
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
}

.bi-wave-top{
  top: 0;
}

.bi-wave-bottom{
  bottom: 0;
}

/* SVG styling */
.bi-wave-top svg,
.bi-wave-bottom svg{
  display: block;
  width: 100%;
  height: 80px;
}

/* =====================================
   Workshops Cards Section
   ===================================== */

.bi-workshops-section{
  padding: 120px 0;
  background: #E6F8FC;
}

/* Section heading */
.bi-workshops-section__head{
  text-align: center;
  margin-bottom: 46px;
}

/* Title */
.bi-workshops-section__title{
  margin: 0;
  font-family: "Century Gothic", Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  line-height: 1.05;
  color: #000000;
}

/* Cards grid */
.bi-workshops-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
}

/* Single card */
.bi-workshop-card{
  background: #ffffff;
  border-radius: 28px;
  padding: 34px 34px 30px;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* Hover */
.bi-workshop-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.08);
}

/* Icon */
.bi-workshop-card__icon{
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.45rem;
  margin-bottom: 20px;
}

.bi-workshop-card__icon--blue{
  background: #0f67a8;
}

.bi-workshop-card__icon--cyan{
  background: #1fb2e4;
}

.bi-workshop-card__icon--orange{
  background: #f5821f;
}

/* Card title */
.bi-workshop-card__title{
  margin: 0 0 18px;
  font-family: "Century Gothic", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  line-height: 1.4;
  color: #1b2230;
}

/* Card text */
.bi-workshop-card__text{
  margin: 0 0 28px;
  font-family: "Century Gothic", Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.7;
  color: #475467;
}

/* Push button to bottom */
.bi-workshop-card__button{
  margin-top: auto;
  min-height: 54px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: "Century Gothic", Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #ffffff;
  transition: transform 0.25s ease, filter 0.25s ease;
}

.bi-workshop-card__button:hover{
  transform: translateY(-2px);
  filter: brightness(1.04);
  color: #ffffff;
}

.bi-workshop-card__button--blue{
  background: #0f67a8;
}

.bi-workshop-card__button--cyan{
  background: #1fb2e4;
}

.bi-workshop-card__button--orange{
  background: #f5821f;
}

/* Responsive */
@media (max-width: 991.98px){
  .bi-workshops-grid{
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .bi-workshop-card{
    min-height: auto;
  }
}

@media (max-width: 767.98px){
  .bi-workshops-section{
    padding: 64px 0;
  }

  .bi-workshops-section__head{
    margin-bottom: 30px;
  }

  .bi-workshop-card{
    padding: 24px 22px;
    border-radius: 22px;
  }
}

/* =====================================
   Alternating Section
   ===================================== */

.bi-alt-section{
  padding: 100px 20px;
  background: #ffffff;
}

.bi-alt-container{
  max-width: 1300px;
  margin: 0 auto;
}

/* ROW */
.bi-alt-row{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  margin-bottom: 80px;
}

/* Reverse layout (desktop only) */
.bi-alt-row--reverse{
  direction: rtl;
}

.bi-alt-row--reverse > *{
  direction: ltr;
}

/* IMAGE */
.bi-alt-image img{
  width: 100%;
  height: auto;
  border-radius: 24px;
  display: block;
}

/* CONTENT */
.bi-alt-content{
  position: relative;
  max-width: 520px;
}

.bi-alt-title{
  margin: 0 0 20px;
  font-family: "Century Gothic", Arial, sans-serif;
  font-weight: 700;
  font-size: 42px;
  color: #000;
}

.bi-alt-content p{
  margin-bottom: 16px;
  font-family: "Century Gothic", Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #333;
}

/* LIST */
.bi-alt-list{
  padding-left: 18px;
}

.bi-alt-list li{
  margin-bottom: 10px;
  font-family: "Century Gothic", Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

/* Decorative line */
.bi-alt-line{
  position: absolute;
  right: -60px;
  bottom: -30px;
  width: 220px;
  opacity: 0.7;
}

/* =====================================
   Responsive
   ===================================== */

@media (max-width: 991.98px){
  .bi-alt-row{
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 60px;
  }

  /* IMPORTANT: reset reverse */
  .bi-alt-row--reverse{
    direction: ltr;
  }

  .bi-alt-content{
    max-width: 100%;
  }

  .bi-alt-title{
    font-size: 34px;
  }

  .bi-alt-line{
    display: none;
  }
}

@media (max-width: 767.98px){
  .bi-alt-section{
    padding: 60px 16px;
  }

  .bi-alt-title{
    font-size: 28px;
  }

  .bi-alt-content p,
  .bi-alt-list li{
    font-size: 15px;
    line-height: 20px;
  }
}

/* =====================================
   Blue Goals Section
   ===================================== */

.bi-blue-goals-section{
  position: relative;
  overflow: hidden;
  padding: 90px 0 110px;
  background: #13b8df;
}

/* Decorative large background word */
.bi-blue-goals-section__bg-word{
  position: absolute;
  left: 10px;
  bottom: -40px;
  font-family: "PFPhatFace", sans-serif;
  font-size: clamp(10rem, 24vw, 20rem);
  line-height: 1;
  color: rgba(255, 255, 255, 0.10);
  pointer-events: none;
  user-select: none;
  z-index: 1;
}

/* Decorative icon */
.bi-blue-goals-section__bg-icon{
  position: absolute;
  left: 60px;
  top: 170px;
  font-size: 24rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.08);
  transform: rotate(-42deg);
  pointer-events: none;
  z-index: 1;
}

/* Content above background decoration */
.bi-blue-goals-section .container{
  position: relative;
  z-index: 2;
}

/* Heading */
.bi-blue-goals-section__head{
  text-align: center;
  margin-bottom: 54px;
}

.bi-blue-goals-section__title{
  margin: 0;
  font-family: "Century Gothic", Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(2.2rem, 4.8vw, 3.9rem);
  line-height: 1.05;
  color: #ffffff;
}

/* Grid */
.bi-blue-goals-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 72px 88px;
}

/* Goal item */
.bi-blue-goal-item{
  color: #ffffff;
}

/* Top row */
.bi-blue-goal-item__top{
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
}

/* Dot */
.bi-blue-goal-item__dot{
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 50%;
  border: 4px solid #f4dfd3;
  position: relative;
}

.bi-blue-goal-item__dot::after{
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  background: transparent;
}

/* Title */
.bi-blue-goal-item__title{
  margin: 0;
  font-family: "Century Gothic", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.3;
  color: #f8f3ed;
}

/* Text */
.bi-blue-goal-item__text{
  margin: 0;
  max-width: 360px;
  font-family: "Century Gothic", Arial, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.65;
  color: #f8f3ed;
}

/* Tablet */
@media (max-width: 991.98px){
  .bi-blue-goals-section{
    padding: 70px 0 90px;
  }

  .bi-blue-goals-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 44px 42px;
  }

  .bi-blue-goals-section__bg-icon{
    left: 20px;
    top: 220px;
    font-size: 18rem;
  }
}

/* Mobile */
@media (max-width: 767.98px){
  .bi-blue-goals-section{
    padding: 56px 0 72px;
  }

  .bi-blue-goals-section__head{
    margin-bottom: 34px;
  }

  .bi-blue-goals-grid{
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .bi-blue-goal-item__top{
    margin-bottom: 14px;
  }

  .bi-blue-goal-item__dot{
    width: 24px;
    height: 24px;
    flex-basis: 24px;
    border-width: 3px;
  }

  .bi-blue-goal-item__title{
    font-size: 1rem;
  }

  .bi-blue-goal-item__text{
    max-width: 100%;
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .bi-blue-goals-section__bg-icon{
    left: -30px;
    top: 220px;
    font-size: 12rem;
  }

  .bi-blue-goals-section__bg-word{
    left: 0;
    bottom: -10px;
  }
}

