 *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --teal:       #015A66;
    --teal-mid:   #028090;
    --teal-light: #EAF4F5;
    --teal-acc:   #00A896;
    --gold:       #C9972A;
    --gold-light: #FDF6E3;
    --dark:       #0D1B1E;
    --mid:        #4A5568;
    --light:      #F7FAFA;
    --white:      #FFFFFF;
    --border:     #D1E8EA;
  }
  /* new custom */
.hero {
	min-height:80vh;
    position: relative;
    display: flex; align-items: center;
    overflow: hidden;
    padding:60px;
	padding-top: 80px;
  }
  .hero::before {
    content: '';
    position: absolute; inset: 0;
    background:
      radial-gradient(ellipse 60% 80% at 80% 50%, rgba(0,168,150,0.15) 0%, transparent 60%),
      radial-gradient(ellipse 40% 60% at 10% 80%, rgba(201,151,42,0.08) 0%, transparent 50%);
  }
  .hero-inner {
    position: relative; z-index: 2; margin: 0 auto; width: 100%;
    display: grid; grid-template-columns: 1fr; gap: 60px; align-items: center;
  }
  
/* .hero h1 {
    font-family: Fraunces !important;
    font-size: clamp(38px, 5vw, 62px);
    line-height: 1.1;
    color: var(--white);
    margin-bottom: 24px;
    font-weight: 700;
} */
  .hero h1 em { font-style: normal; color: var(--gold); }

  .hero-sub {
    font-size: 18px; line-height: 1.7; color: rgba(255,255,255,0.75);
    margin-bottom: 40px; font-weight: 300; max-width: 520px;
  }

  /* SECTIONS */
  section { padding: 80px 40px; }
  .container { max-width: 1100px; margin: 0 auto; }
  .section-label { font-size: 11px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--teal-acc); margin-bottom: 12px; }
  .section-title { font-family: 'Fraunces', serif; font-size: clamp(28px, 3.5vw, 42px); color: var(--teal); line-height: 1.2; margin-bottom: 16px; font-weight:700}
  .section-title em { font-style: italic; color: var(--teal); }
  .section-sub { font-size: 17px; color: var(--mid); line-height: 1.7; max-width: 600px; }
/* WHO IS THIS FOR */
  .who { background: var(--light); }
  .who-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; margin-top: 60px; }
  .who-grid-about { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
  .who-card {
    background: var(--white); border: 1px solid var(--border);
    border-radius: 6px; padding: 32px 28px;
    transition: all 0.3s;
  }
  .who-card:hover { border-color: var(--teal-acc); transform: translateY(-3px); box-shadow: 0 12px 40px rgba(1,90,102,0.1); }
  .who-icon { font-size: 32px; margin-bottom: 16px; }
  .who-card h3 { font-size: 18px; font-weight: 600; color: var(--teal); margin-bottom: 10px; }
  .who-card p { font-size: 14px; color: var(--mid); line-height: 1.8; }
  img.about-img {
    border-radius: 4px;
    width: 100%;
    height: auto;
}
   /* ── CTA STRIP ── */
  .cta-strip {
    background: var(--teal);
    padding: 80px 80px;
    text-align: center;
  }
  .cta-strip h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(30px, 4vw, 48px);
    color: var(--white); margin-bottom: 16px;
  }
  .cta-strip h2 em { font-style: normal; color: var(--gold); }
  .cta-strip p { font-size: 17px; color: rgba(255,255,255,0.6); margin-bottom: 40px; }
  .cta-btn-strip {
    display: inline-block;
    background: var(--gold); color: var(--dark);
     font-weight: 500;
    font-size: 14px; padding: 10px 24px; border-radius: 4px;
    text-decoration: none; transition: all 0.2s; letter-spacing: 0.3px;
  }
  .cta-btn-strip:hover { background: #b8860b; color: var(--white); transform: translateY(-2px); box-shadow: 0 12px 32px rgba(201,151,42,0.3); }
.nav-cta-strip {
    background: var(--teal); color: var(--gold); font-weight: 600;
    padding: 10px 24px; border-radius: 4px; text-decoration: none;
    font-size: 14px; letter-spacing: 0.3px; transition: all 0.2s;
	border: 1px solid var(--gold);
  }
  .nav-cta-strip:hover { background: #b8860b; color: var(--white); }
  
  
    /* Floating WhatsApp */
.whatsapp-float {
    position: fixed;
    bottom: 24px;
    left: 24px;
    width: 60px;
    height: 60px;
    color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    z-index: 999;
    transition: all 0.3s ease;
    text-decoration: none;
}

.whatsapp-float:hover {
  transform: translateY(-4px);
}
  
  
/* SECTION WRAPPER */
.gl-accreditation-section {
    background: #e8edf7;
    padding: 60px 0;
}

.gl-accreditation-container {
    max-width: 1200px;
    margin: auto;
    text-align: center;
    padding: 0 20px;
}

.gl-accreditation-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 35px;
}

/* SLIDER */
.gl-accreditation-slider-wrapper {
    position: relative;
    overflow: hidden;
}

.gl-accreditation-slider {
    display: flex;
    flex:1;
    gap: 12px;
    transition: transform 0.4s ease;
	justify-content: space-between;
	margin-top:30px;
}

.gl-accreditation-item {
    background: #fff;
    padding: 20px 25px;
    border-radius: 12px;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.08);
}

.gl-accreditation-item img {
    width: 100%;
    object-fit: contain;
}
.top-bands-flex {
    display: flex;
}
.left-rating {
    width: 20%;
	text-align:center;
}
.right-cards{
	width: 80%;
}

/* ARROWS */
.gl-acc-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff70;
    border: none;
    font-size: 30px;
    padding: 5px 12px;
    cursor: pointer;
    border-radius: 50%;
    transition: 0.3s ease;
    z-index: 10;
}

.gl-acc-arrow:hover {
    background: #fff;
}

.gl-acc-prev {
    left: -10px;
}

.gl-acc-next {
    right: -10px;
}

/* DOTS */
.gl-accreditation-dots {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.gl-acc-dot {
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}

.gl-acc-dot.active {
    background: #0b63e5;
}

  
  

/* ===== ABOUT PAGE ISOLATION ===== */
.gl-abt-page {
    font-family: 'Poppins', sans-serif;
    color: #333;
    background: #ffffff;
}
.abt-btn {
    display: inline-block;
    background: #0a51c4;
    padding: 10px 24px;
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.abt-btn:hover {
    background: #063a94;
} 
	
/* ===== BANNER ===== */
.gl-abt-banner {
    background: #f6f7f9;
    padding:0px;
    text-align: center;
	display: flex;
    align-items: center;
}
button.abt-btn {
    background-color: #0d2a72;
    color: #fff;
    border: 1px solid #0d2a72;
    padding: 8px 12px;
    border-radius: 10px;
}
.gl-abt-banner-inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.gl-abt-title {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
}
.flex-box {
    display: flex;
	gap:20px;
}
img.abt-img {
    border-radius: 10px;
}
.section-box {
    background-color: #DDE1ED;
	padding:50px 30px;
}
.section-box-white {
	padding:50px 30px;
}
/* ===== CONTENT ===== */
.gl-abt-content {
    max-width: 100%;
    margin: 0 auto;
    padding:0px;
}
.abt-box {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 10px;
}
.gl-abt-heading {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 12px;
}

.gl-abt-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75;
    color: #444;
    margin-bottom: 0px;
}

/* ===== LIST ===== */
.gl-abt-list {
    margin-top: 10px;
    padding-left: 18px;
}

.gl-abt-list li {
    font-size: 15px;
    color: #444;
    margin-bottom: 8px;
    list-style-type: disc;
}
.mg-50{
	margin:50px 30px;
}
.mg-lt-50{
	margin:50px auto;
}
/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
	
	section {
    padding: 40px 20px;
}
.who-grid {
    margin-top: 30px;
}
.cta-strip {
    padding: 40px 80px;
}	
.gl-accreditation-section {
    padding: 30px 0;
}
.gl-accreditation-slider {
    flex-wrap:wrap;
}
.gl-accreditation-item {
    width: 31%;
}
.whatsapp-float {
    display:none;
}	
    .gl-abt-title {
        font-size: 26px;
    }

    .gl-abt-heading {
        font-size: 20px;
    }
	section.gl-abt-banner {
    height: 30vh !important;
}
.flex-box {
    flex-direction: column;
}
img.abt-img {
    width: 100%;
}
.section-box {
    padding: 20px 20px;
}
.mg-50{
	margin:30px 30px;
}
.mg-lt-50{
	margin:30px auto;
}
button.abt-btn {
    padding: 6px 10px;
    font-size: 14px;
}

}
@media (max-width: 575px) {
	.who-grid-about {
    grid-template-columns: repeat(1,1fr);
}
.who-grid {
    grid-template-columns: repeat(1,1fr);
}
.cta-strip {
    padding: 20px 20px;
}
.gl-accreditation-slider {
    flex-direction: column;
}
.hero {
    min-height: 60vh;
}
.gl-accreditation-item {
    width: 100%;
}
}
