.elementor-5 .elementor-element.elementor-element-13d5aa42{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5 .elementor-element.elementor-element-1ccea31{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5 .elementor-element.elementor-element-1ccea31:not(.elementor-motion-effects-element-type-background), .elementor-5 .elementor-element.elementor-element-1ccea31 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#12452B;}.elementor-5 .elementor-element.elementor-element-250156e{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-8px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-5 .elementor-element.elementor-element-250156e:not(.elementor-motion-effects-element-type-background), .elementor-5 .elementor-element.elementor-element-250156e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-5 .elementor-element.elementor-element-d1a3c72{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5 .elementor-element.elementor-element-d1a3c72:not(.elementor-motion-effects-element-type-background), .elementor-5 .elementor-element.elementor-element-d1a3c72 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9F6F0;}.elementor-5 .elementor-element.elementor-element-bb9a472{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-9px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-5 .elementor-element.elementor-element-bb9a472:not(.elementor-motion-effects-element-type-background), .elementor-5 .elementor-element.elementor-element-bb9a472 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#12452B;}.elementor-5 .elementor-element.elementor-element-59e33e4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5 .elementor-element.elementor-element-3b9f3d0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-90px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-5 .elementor-element.elementor-element-e1f20c4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5 .elementor-element.elementor-element-e1f20c4:not(.elementor-motion-effects-element-type-background), .elementor-5 .elementor-element.elementor-element-e1f20c4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1A1A1A;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-5 .elementor-element.elementor-element-1ccea31{--content-width:1600px;}.elementor-5 .elementor-element.elementor-element-250156e{--content-width:1600px;}.elementor-5 .elementor-element.elementor-element-d1a3c72{--content-width:1600px;}.elementor-5 .elementor-element.elementor-element-bb9a472{--content-width:1600px;}.elementor-5 .elementor-element.elementor-element-3b9f3d0{--content-width:1600px;}.elementor-5 .elementor-element.elementor-element-e1f20c4{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-734b54b1 *//* ============================================
   BASMALA — HEADER / NAVBAR
   header-style.css — Separate CSS File
   ============================================ */

/* ── CSS Variables ── */
:root {
  --green-dark:       #0d3b22;
  --green-nav:        #0f4226;
  --green-hover:      rgba(255, 255, 255, 0.08);
  --gold:             #c49a1a;
  --gold-hover:       #d4a820;
  --white:            #ffffff;
  --white-90:         rgba(255, 255, 255, 0.90);
  --white-60:         rgba(255, 255, 255, 0.60);
  --white-15:         rgba(255, 255, 255, 0.15);
  --white-08:         rgba(255, 255, 255, 0.08);
  --border-bottom:    rgba(255, 255, 255, 0.10);

  --navbar-height:    70px;
  --font-display:     'Playfair Display', Georgia, serif;
  --font-body:        'Lato', sans-serif;
}

/* ── Reset ── */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Remove default blue underline from ALL links */
a {
  text-decoration: none;
  color: inherit;
}

html { font-size: 16px; }

body {
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
}

/* ============================================
   NAVBAR
   ============================================ */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  height: var(--navbar-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  background-color: var(--green-dark);
  border-bottom: 1px solid var(--border-bottom);
  /* Subtle shadow for depth */
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.25);
}

/* ── LOGO ── */
.navbar__logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  flex-shrink: 0;
}

.navbar__logo-img {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar__logo-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.navbar__logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
  gap: 3px;
}

.navbar__brand {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.01em;
}

.navbar__tagline {
  font-family: var(--font-body);
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--white-60);
}

/* ── DESKTOP NAV LINKS ── */
.navbar__nav {
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.navbar__link {
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--white-90);
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 6px;
  letter-spacing: 0.01em;
  transition: color 0.2s ease, background 0.2s ease;
  white-space: nowrap;
}

.navbar__link:hover {
  color: var(--white);
  background-color: var(--green-hover);
}

/* Active link — add class="navbar__link navbar__link--active" to current page link */
.navbar__link--active {
  color: var(--white);
  background-color: var(--green-hover);
}

/* ── ENROLL BUTTON ── */
.navbar__enroll {
  display: inline-block;
  background-color: var(--gold);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 11px 22px;
  border-radius: 5px;
  flex-shrink: 0;
  transition: background 0.22s ease, transform 0.15s ease;
}

.navbar__enroll:hover {
  background-color: var(--gold-hover);
  transform: translateY(-1px);
}

/* ── HAMBURGER BUTTON (hidden on desktop) ── */
.navbar__hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 4px;
  border-radius: 6px;
  flex-shrink: 0;
  transition: background 0.2s ease;
}

.navbar__hamburger:hover {
  background: var(--white-08);
}

.navbar__hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background-color: var(--white);
  border-radius: 2px;
  transition: transform 0.28s ease, opacity 0.22s ease, width 0.22s ease;
  transform-origin: center;
}

/* Hamburger → X animation */
.navbar__hamburger--open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.navbar__hamburger--open span:nth-child(2) {
  opacity: 0;
  width: 0;
}
.navbar__hamburger--open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ============================================
   MOBILE MENU DROPDOWN
   ============================================ */
.mobile-menu {
  display: none;
  position: fixed;
  top: var(--navbar-height);
  left: 0;
  width: 100%;
  z-index: 998;
  background-color: var(--green-nav);
  border-bottom: 1px solid var(--border-bottom);
  flex-direction: column;
  padding: 12px 0 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);

  /* Slide-down animation */
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.mobile-menu--open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

.mobile-menu__link {
  display: block;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 400;
  color: var(--white-90);
  text-decoration: none;
  padding: 13px 32px;
  border-bottom: 1px solid var(--white-08);
  transition: color 0.2s ease, background 0.2s ease;
}

.mobile-menu__link:last-of-type {
  border-bottom: none;
}

.mobile-menu__link:hover {
  color: var(--white);
  background-color: var(--green-hover);
}

.mobile-menu__enroll {
  display: block;
  margin: 16px 32px 0;
  background-color: var(--gold);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 13px 24px;
  border-radius: 5px;
  transition: background 0.22s ease;
}

.mobile-menu__enroll:hover {
  background-color: var(--gold-hover);
}

/* ============================================
   RESPONSIVE
   ============================================ */

/* Hide desktop nav & enroll; show hamburger on mobile */
@media (max-width: 860px) {
  .navbar {
    padding: 0 24px;
  }

  .navbar__nav {
    display: none;
  }

  .navbar__enroll {
    display: none;
  }

  .navbar__hamburger {
    display: flex;
  }

  .mobile-menu {
    display: flex;
  }
}

/* Small mobile adjustments */
@media (max-width: 400px) {
  .navbar {
    padding: 0 16px;
  }

  .navbar__brand {
    font-size: 0.95rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-60af838 *//* ============================================
   BASMALA — ISLAMIC EDUCATION
   style.css — Separate CSS File
   ============================================ */

/* ── CSS Variables ── */
:root {
  --green-dark:    #0d3d25;
  --green-mid:     #145c37;
  --green-light:   #1a7a48;
  --gold:          #c9921a;
  --gold-light:    #e4a82a;
  --gold-bright:   #f0b429;
  --white:         #ffffff;
  --white-80:      rgba(255,255,255,0.80);
  --white-50:      rgba(255,255,255,0.50);
  --white-20:      rgba(255,255,255,0.20);
  --white-10:      rgba(255,255,255,0.10);
  --white-05:      rgba(255,255,255,0.05);

  --font-display: 'Playfair Display', Georgia, serif;
  --font-body:    'Lato', sans-serif;
}

/* ── Reset ── */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  background-color: var(--green-dark);
  color: var(--white);
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: inherit;
}

/* ============================================
   NAVBAR
   ============================================ */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  height: 68px;
  background: rgba(13, 61, 37, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--white-10);
}

/* Logo */
.navbar__logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.navbar__logo-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--green-light);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.navbar__logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.navbar__brand {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.02em;
}

.navbar__tagline {
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--white-50);
  text-transform: uppercase;
}

/* Nav links */
.navbar__nav {
  display: flex;
  align-items: center;
  gap: 36px;
}

.navbar__link {
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: var(--white-80);
  transition: color 0.2s ease;
  position: relative;
}

.navbar__link::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--gold-bright);
  transition: width 0.25s ease;
}

.navbar__link:hover,
.navbar__link.active {
  color: var(--white);
}

.navbar__link:hover::after,
.navbar__link.active::after {
  width: 100%;
}

/* CTA in navbar */
.navbar__cta {
  font-size: 0.72rem;
  padding: 8px 20px;
}

/* ============================================
   BUTTONS
   ============================================ */
.btn {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 14px 28px;
  cursor: pointer;
  transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease, transform 0.15s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

/* Gold filled */
.btn--gold {
  background: var(--gold);
  color: var(--white);
  border: 2px solid var(--gold);
}

.btn--gold:hover {
  background: var(--gold-bright);
  border-color: var(--gold-bright);
}

/* Outline gold (navbar) */
.btn--outline-gold {
  background: transparent;
  color: var(--gold-bright);
  border: 1.5px solid var(--gold-bright);
}

.btn--outline-gold:hover {
  background: var(--gold-bright);
  color: var(--green-dark);
}

/* Outline white (hero) */
.btn--outline-white {
  background: transparent;
  color: var(--white);
  border: 2px solid var(--white-50);
}

.btn--outline-white:hover {
  background: var(--white-10);
  border-color: var(--white);
}

/* ============================================
   HERO SECTION
   ============================================ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 100px 24px 60px;
  overflow: hidden;

  /* Radial green gradient background */
  background:
    radial-gradient(ellipse 80% 70% at 50% 40%, var(--green-mid) 0%, var(--green-dark) 100%);
}

/* Subtle grain texture overlay */
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E");
  opacity: 0.18;
  pointer-events: none;
}

/* Large Arabic watermark */
.hero__watermark {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Amiri', 'Traditional Arabic', serif;
  font-size: clamp(220px, 38vw, 520px);
  color: var(--white-05);
  pointer-events: none;
  user-select: none;
  line-height: 1;
  direction: rtl;
  overflow: hidden;
}

/* Hero inner content */
.hero__content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

/* Badge */
.hero__badge {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--white-20);
  border-radius: 40px;
  padding: 6px 18px;
  margin-bottom: 24px;
}

.hero__badge span {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--white-80);
}

/* Arabic text */
.hero__arabic {
  font-family: 'Amiri', 'Traditional Arabic', 'Scheherazade New', serif;
  font-size: clamp(1.3rem, 3vw, 1.75rem);
  color: var(--gold-bright);
  direction: rtl;
  margin-bottom: 20px;
  letter-spacing: 0.02em;
  line-height: 1.6;
}

/* Main headline */
.hero__headline {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 7vw, 5.2rem);
  font-weight: 800;
  line-height: 1.08;
  color: var(--white);
  letter-spacing: -0.01em;
  margin-bottom: 28px;
}

.hero__headline--accent {
  color: var(--gold-bright);
}

/* Subtext */
.hero__subtext {
  font-size: clamp(0.85rem, 1.5vw, 1rem);
  font-weight: 300;
  line-height: 1.75;
  color: var(--white-80);
  max-width: 520px;
  margin-bottom: 36px;
}

/* CTA buttons row */
.hero__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 36px;
}

/* Gold divider bar */
.hero__divider {
  width: 48px;
  height: 2px;
  background: var(--gold);
  margin: 0 auto 40px;
  border-radius: 2px;
}

/* Stats row */
.hero__stats {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  justify-content: center;
}

.hero__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 36px;
}

.hero__stat-number {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1;
  margin-bottom: 6px;
}

.hero__stat-label {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--white-50);
}

.hero__stat-sep {
  width: 1px;
  height: 40px;
  background: var(--white-20);
}

/* ============================================
   RESPONSIVE
   ============================================ */

/* Tablet */
@media (max-width: 900px) {
  .navbar {
    padding: 0 24px;
  }

  .navbar__nav {
    gap: 20px;
  }

  .hero__stat {
    padding: 0 20px;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .navbar__nav {
    display: none;
  }

  .navbar__cta {
    display: none;
  }

  .hero {
    padding: 88px 20px 60px;
  }

  .hero__stats {
    gap: 16px 0;
  }

  .hero__stat-sep {
    display: none;
  }

  .hero__stat {
    padding: 0 16px;
    min-width: 45%;
  }

  .btn {
    padding: 12px 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-48c9d1f */.elementor-5 .elementor-element.elementor-element-48c9d1f .custom-marquee {
  width: 100%;
  overflow: hidden;
  background: #000;
  padding: 8px 0;
  position: relative;
}

.elementor-5 .elementor-element.elementor-element-48c9d1f .custom-track {
  display: flex;
  width: max-content;
  animation: scroll-left 18s linear infinite;
}

.elementor-5 .elementor-element.elementor-element-48c9d1f .custom-track span {
  white-space: nowrap;
  color: #ffe600;
  font-size: 15px;
  font-weight: 500;
  padding-right: 60px;
}

/* animation */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7841cd2 *//* ============================================================
   WHY CHOOSE US – Islamic Education Section
   WordPress-compatible CSS (BEM-style, no conflicts)
   ============================================================ */

/* --- Google Fonts fallback import (remove if enqueuing in WP) --- */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;1,700&family=Lato:wght@400;600&display=swap');

/* --- CSS Variables --- */
:root {
  --why-bg:           #f9f6f0;
  --why-card-bg:      #f4f0e8;
  --why-card-border:  #ede8df;
  --why-icon-bg:      #1a5c48;
  --why-label-color:  #1a5c48;
  --why-title-color:  #1a1a2e;
  --why-sub-color:    #6b6b6b;
  --why-card-title:   #1a1a2e;
  --why-card-desc:    #6b6b6b;
  --why-font-serif:   'Playfair Display', Georgia, serif;
  --why-font-sans:    'Lato', 'Helvetica Neue', Arial, sans-serif;
  --why-radius-card:  16px;
  --why-radius-icon:  12px;
  --why-shadow:       0 2px 16px 0 rgba(26,92,72,0.07);
  --why-transition:   0.28s cubic-bezier(0.4,0,0.2,1);
}

/* --- Section Wrapper --- */
.why-section {
  background-color: var(--why-bg);
  padding: 80px 20px 100px;
  font-family: var(--why-font-sans);
  box-sizing: border-box;
}

/* --- Inner Container --- */
.why-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* --- Header Block --- */
.why-header {
  text-align: center;
  margin-bottom: 56px;
}

.why-label {
  display: inline-block;
  font-family: var(--why-font-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--why-label-color);
  margin-bottom: 14px;
}

.why-title {
  font-family: var(--why-font-serif);
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 700;
  color: var(--why-title-color);
  line-height: 1.2;
  margin: 0 0 18px;
  padding: 0;
}

.why-subtitle {
  font-family: var(--why-font-sans);
  font-size: 16px;
  color: var(--why-sub-color);
  line-height: 1.7;
  margin: 0 auto;
  max-width: 560px;
  padding: 0;
}

/* --- Cards Grid --- */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* --- Individual Card --- */
.why-card {
  background: var(--why-card-bg);
  border: 1px solid var(--why-card-border);
  border-radius: var(--why-radius-card);
  padding: 32px 28px 36px;
  box-shadow: var(--why-shadow);
  transition: transform var(--why-transition), box-shadow var(--why-transition);
  box-sizing: border-box;
}

.why-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px 0 rgba(26,92,72,0.13);
}

/* --- Icon Box --- */
.why-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: var(--why-icon-bg);
  border-radius: var(--why-radius-icon);
  margin-bottom: 22px;
  box-shadow: 0 4px 14px 0 rgba(26,92,72,0.18);
}

.why-icon svg {
  display: block;
  width: 26px;
  height: 26px;
}

/* --- Card Title --- */
.why-card-title {
  font-family: var(--why-font-serif);
  font-size: 20px;
  font-weight: 700;
  color: var(--why-card-title);
  margin: 0 0 12px;
  padding: 0;
  line-height: 1.3;
}

/* --- Card Description --- */
.why-card-desc {
  font-family: var(--why-font-sans);
  font-size: 14.5px;
  color: var(--why-card-desc);
  line-height: 1.7;
  margin: 0;
  padding: 0;
}

/* ============================================================
   RESPONSIVE BREAKPOINTS
   ============================================================ */

/* Tablet: 2 columns */
@media (max-width: 960px) {
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .why-section {
    padding: 60px 16px 80px;
  }
}

/* Mobile: 1 column */
@media (max-width: 600px) {
  .why-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .why-section {
    padding: 48px 14px 64px;
  }
  .why-title {
    font-size: 28px;
  }
  .why-subtitle {
    font-size: 15px;
  }
  .why-card {
    padding: 26px 22px 28px;
  }
}

/* ============================================================
   WORDPRESS THEME COMPATIBILITY RESETS
   (Scoped to .why-section to avoid conflicts)
   ============================================================ */
.why-section *,
.why-section *::before,
.why-section *::after {
  box-sizing: border-box;
}

.why-section h2,
.why-section h3,
.why-section p,
.why-section span {
  margin-top: 0;
  border: none;
  outline: none;
}

.why-section ul,
.why-section ol {
  list-style: none;
  margin: 0;
  padding: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8508d17 *//* ============================================================
   EXPLORE OUR COURSES – Islamic Education Section
   WordPress-compatible CSS (BEM-style, scoped, no conflicts)
   ============================================================ */

/* --- Google Fonts fallback import (remove if enqueuing in WP) --- */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Lato:wght@400;600&display=swap');

/* --- CSS Variables --- */
:root {
  --courses-bg:           #12452B;
  --courses-bg-pattern:   rgba(255, 255, 255, 0.03);
  --courses-card-bg:      rgba(255, 255, 255, 0.08);
  --courses-card-border:  rgba(255, 255, 255, 0.12);
  --courses-card-hover:   rgba(255, 255, 255, 0.13);
  --courses-label-color:  #d4a843;
  --courses-title-color:  #ffffff;
  --courses-sub-color:    rgba(255, 255, 255, 0.75);
  --courses-number-color: #d4a843;
  --courses-card-title:   #ffffff;
  --courses-card-desc:    rgba(255, 255, 255, 0.72);
  --courses-btn-bg:       #d4a843;
  --courses-btn-color:    #1a3a2a;
  --courses-btn-hover-bg: #c49835;
  --courses-font-serif:   'Playfair Display', Georgia, serif;
  --courses-font-sans:    'Lato', 'Helvetica Neue', Arial, sans-serif;
  --courses-radius-card:  14px;
  --courses-radius-btn:   50px;
  --courses-transition:   0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

/* --- Section Wrapper --- */
.courses-section {
  background-color: var(--courses-bg);
  /* Subtle dot pattern overlay */
  background-image:
    radial-gradient(circle, var(--courses-bg-pattern) 1px, transparent 1px);
  background-size: 28px 28px;
  padding: 80px 20px 100px;
  font-family: var(--courses-font-sans);
  box-sizing: border-box;
}

/* --- Inner Container --- */
.courses-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* --- Header Block --- */
.courses-header {
  text-align: center;
  margin-bottom: 52px;
}

.courses-label {
  display: inline-block;
  font-family: var(--courses-font-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--courses-label-color);
  margin-bottom: 14px;
}

.courses-title {
  font-family: var(--courses-font-serif);
  font-size: clamp(32px, 5vw, 54px);
  font-weight: 700;
  color: var(--courses-title-color);
  line-height: 1.15;
  margin: 0 0 18px;
  padding: 0;
}

.courses-subtitle {
  font-family: var(--courses-font-sans);
  font-size: 16px;
  color: var(--courses-sub-color);
  line-height: 1.75;
  margin: 0 auto;
  max-width: 540px;
  padding: 0;
}

/* --- Cards Grid --- */
.courses-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 52px;
}

/* --- Individual Card --- */
.courses-card {
  background: var(--courses-card-bg);
  border: 1px solid var(--courses-card-border);
  border-radius: var(--courses-radius-card);
  padding: 28px 24px 32px;
  transition:
    background var(--courses-transition),
    transform var(--courses-transition),
    box-shadow var(--courses-transition);
  box-sizing: border-box;
  cursor: default;
}

.courses-card:hover {
  background: var(--courses-card-hover);
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.18);
}

/* --- Card Number --- */
.courses-card-number {
  display: block;
  font-family: var(--courses-font-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--courses-number-color);
  margin-bottom: 12px;
}

/* --- Card Title --- */
.courses-card-title {
  font-family: var(--courses-font-sans);
  font-size: 17px;
  font-weight: 700;
  color: var(--courses-card-title);
  margin: 0 0 10px;
  padding: 0;
  line-height: 1.35;
}

/* --- Card Description --- */
.courses-card-desc {
  font-family: var(--courses-font-sans);
  font-size: 13.5px;
  color: var(--courses-card-desc);
  line-height: 1.65;
  margin: 0;
  padding: 0;
}

/* --- CTA Button Row --- */
.courses-cta {
  text-align: center;
}

.courses-btn {
  display: inline-block;
  background: var(--courses-btn-bg);
  color: var(--courses-btn-color);
  font-family: var(--courses-font-sans);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  padding: 16px 40px;
  border-radius: var(--courses-radius-btn);
  border: none;
  cursor: pointer;
  transition:
    background var(--courses-transition),
    transform var(--courses-transition),
    box-shadow var(--courses-transition);
  box-shadow: 0 4px 20px rgba(212, 168, 67, 0.35);
}

.courses-btn:hover {
  background: var(--courses-btn-hover-bg);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(212, 168, 67, 0.45);
  color: var(--courses-btn-color);
  text-decoration: none;
}

.courses-btn:active {
  transform: translateY(0);
}

/* ============================================================
   RESPONSIVE BREAKPOINTS
   ============================================================ */

/* Tablet: 2 columns */
@media (max-width: 960px) {
  .courses-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .courses-section {
    padding: 60px 16px 80px;
  }
}

/* Mobile: 1 column */
@media (max-width: 540px) {
  .courses-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .courses-section {
    padding: 48px 14px 64px;
  }
  .courses-title {
    font-size: 28px;
  }
  .courses-subtitle {
    font-size: 14.5px;
  }
  .courses-card {
    padding: 22px 20px 26px;
  }
  .courses-btn {
    font-size: 14px;
    padding: 14px 28px;
    width: 100%;
    max-width: 320px;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}

/* ============================================================
   WORDPRESS THEME COMPATIBILITY RESETS
   (Scoped to .courses-section to avoid conflicts)
   ============================================================ */
.courses-section *,
.courses-section *::before,
.courses-section *::after {
  box-sizing: border-box;
}

.courses-section h2,
.courses-section h3,
.courses-section p,
.courses-section span,
.courses-section a {
  margin-top: 0;
  border: none;
  outline: none;
}

.courses-section ul,
.courses-section ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* WordPress anchor reset inside section */
.courses-section a.courses-btn:focus {
  outline: 3px solid rgba(212, 168, 67, 0.6);
  outline-offset: 3px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a130b26 *//* ============================================================
   STUDENT STORIES + CTA – Islamic Education
   WordPress-compatible CSS (scoped, BEM-style, no conflicts)
   ============================================================ */

/* --- Google Fonts fallback import (remove if enqueuing in WP) --- */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Lato:wght@400;600&display=swap');

/* --- CSS Variables --- */
:root {
  --testi-bg:              #ffffff;
  --testi-card-bg:         #f9f7f2;
  --testi-card-border:     #e8e2d6;
  --testi-card-accent:     #12452B;
  --testi-label-color:     #6b6b6b;
  --testi-title-color:     #1a1a2e;
  --testi-stars-color:     #d4a843;
  --testi-quote-color:     #4a4a4a;
  --testi-name-color:      #1a1a2e;
  --testi-location-color:  #888888;
  --testi-avatar-bg:       #12452B;
  --testi-avatar-color:    #ffffff;
  --cta-bg:                #f4f0e8;
  --cta-border:            #e4ddd0;
  --cta-title-color:       #1a1a2e;
  --cta-sub-color:         #6b6b6b;
  --cta-btn-bg:            #c49835;
  --cta-btn-color:         #ffffff;
  --cta-btn-hover:         #b08828;
  --font-serif:            'Playfair Display', Georgia, serif;
  --font-sans:             'Lato', 'Helvetica Neue', Arial, sans-serif;
  --radius-card:           14px;
  --radius-btn:            6px;
  --radius-cta:            20px;
  --transition:            0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ============================================================
   TESTIMONIALS SECTION
   ============================================================ */

.testi-section {
  background-color: var(--testi-bg);
  padding: 80px 20px 70px;
  font-family: var(--font-sans);
  box-sizing: border-box;
}

.testi-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* --- Header --- */
.testi-header {
  text-align: center;
  margin-bottom: 50px;
}

.testi-label {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--testi-label-color);
  margin-bottom: 12px;
}

.testi-title {
  font-family: var(--font-serif);
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 700;
  color: var(--testi-title-color);
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

/* --- Cards Grid --- */
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* --- Individual Card --- */
.testi-card {
  background: var(--testi-card-bg);
  border: 1px solid var(--testi-card-border);
  border-left: 4px solid var(--testi-card-accent);
  border-radius: var(--radius-card);
  padding: 30px 28px 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  box-sizing: border-box;
  transition: transform var(--transition), box-shadow var(--transition);
}

.testi-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 32px rgba(18, 69, 43, 0.1);
}

/* --- Stars --- */
.testi-stars {
  font-size: 18px;
  color: var(--testi-stars-color);
  letter-spacing: 2px;
  line-height: 1;
}

/* --- Quote --- */
.testi-quote {
  font-family: var(--font-sans);
  font-size: 14.5px;
  font-style: italic;
  color: var(--testi-quote-color);
  line-height: 1.75;
  margin: 0;
  padding: 0;
  flex: 1;
}

/* --- Author Row --- */
.testi-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
}

/* --- Avatar Circle --- */
.testi-avatar {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 50%;
  background: var(--testi-avatar-bg);
  color: var(--testi-avatar-color);
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.05em;
}

/* --- Author Info --- */
.testi-author-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.testi-author-name {
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 700;
  color: var(--testi-name-color);
  line-height: 1.3;
}

.testi-author-location {
  font-family: var(--font-sans);
  font-size: 12.5px;
  color: var(--testi-location-color);
  line-height: 1.3;
}

/* ============================================================
   CTA SECTION
   ============================================================ */

.cta-section {
  background-color: var(--testi-bg);
  padding: 0 20px 80px;
  font-family: var(--font-sans);
  box-sizing: border-box;
}

.cta-container {
  max-width: 1200px;
  margin: 0 auto;
  background: var(--cta-bg);
  border: 1px solid var(--cta-border);
  border-radius: var(--radius-cta);
  padding: 64px 40px 72px;
  text-align: center;
  box-sizing: border-box;
}

.cta-title {
  font-family: var(--font-serif);
  font-size: clamp(26px, 3.5vw, 42px);
  font-weight: 700;
  color: var(--cta-title-color);
  margin: 0 0 16px;
  padding: 0;
  line-height: 1.25;
}

.cta-subtitle {
  font-family: var(--font-sans);
  font-size: 15.5px;
  color: var(--cta-sub-color);
  line-height: 1.6;
  margin: 0 auto 36px;
  max-width: 520px;
  padding: 0;
}

.cta-btn {
  display: inline-block;
  background: var(--cta-btn-bg);
  color: var(--cta-btn-color);
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 17px 42px;
  border-radius: var(--radius-btn);
  border: none;
  cursor: pointer;
  transition:
    background var(--transition),
    transform var(--transition),
    box-shadow var(--transition);
  box-shadow: 0 4px 18px rgba(196, 152, 53, 0.3);
}

.cta-btn:hover {
  background: var(--cta-btn-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 26px rgba(196, 152, 53, 0.4);
  color: var(--cta-btn-color);
  text-decoration: none;
}

.cta-btn:active {
  transform: translateY(0);
}

/* ============================================================
   RESPONSIVE BREAKPOINTS
   ============================================================ */

/* Tablet: 2 columns */
@media (max-width: 960px) {
  .testi-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .testi-section {
    padding: 60px 16px 56px;
  }
  .cta-section {
    padding: 0 16px 64px;
  }
  .cta-container {
    padding: 52px 28px 60px;
  }
}

/* Mobile: 1 column */
@media (max-width: 600px) {
  .testi-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .testi-section {
    padding: 48px 14px 44px;
  }
  .testi-card {
    padding: 24px 20px 22px;
  }
  .cta-section {
    padding: 0 14px 56px;
  }
  .cta-container {
    padding: 44px 22px 52px;
    border-radius: 14px;
  }
  .cta-btn {
    font-size: 12px;
    padding: 15px 24px;
    width: 100%;
    max-width: 320px;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}

/* ============================================================
   WORDPRESS THEME COMPATIBILITY RESETS
   (Scoped to section classes to avoid conflicts)
   ============================================================ */
.testi-section *,
.testi-section *::before,
.testi-section *::after,
.cta-section *,
.cta-section *::before,
.cta-section *::after {
  box-sizing: border-box;
}

.testi-section h2,
.testi-section p,
.testi-section span,
.cta-section h2,
.cta-section p,
.cta-section a {
  margin-top: 0;
  border: none;
  outline: none;
}

/* WordPress anchor reset */
.cta-section a.cta-btn:focus {
  outline: 3px solid rgba(196, 152, 53, 0.6);
  outline-offset: 3px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2680d1f *//* ============================================================
   INSTAGRAM CTA + FOOTER – Basmala Islamic Education
   WordPress-compatible CSS (scoped, BEM-style, no conflicts)
   ============================================================ */

/* --- Google Fonts fallback import (remove if enqueuing in WP) --- */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Lato:wght@400;600&display=swap');

/* --- CSS Variables --- */
:root {
  --footer-bg:              #2a2a2a;
  --footer-bottom-bg:       #222222;
  --footer-text:            #aaaaaa;
  --footer-link:            #bbbbbb;
  --footer-link-hover:      #ffffff;
  --footer-title:           #ffffff;
  --footer-col-label:       #888888;
  --footer-border:          #3a3a3a;
  --footer-logo-name:       #ffffff;
  --footer-logo-sub:        #888888;
  --footer-brand-desc:      #999999;
  --footer-copy:            #777777;
  --insta-bg:               #ffffff;
  --insta-btn-from:         #f77737;
  --insta-btn-to:           #c13584;
  --insta-btn-text:         #ffffff;
  --font-serif:             'Playfair Display', Georgia, serif;
  --font-sans:              'Lato', 'Helvetica Neue', Arial, sans-serif;
  --radius-btn:             50px;
  --transition:             0.26s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ============================================================
   INSTAGRAM CTA SECTION
   ============================================================ */

.insta-section {
  background-color: var(--insta-bg);
  padding: 32px 20px 52px;
  text-align: center;
  font-family: var(--font-sans);
  box-sizing: border-box;
}

.insta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(90deg, var(--insta-btn-from), var(--insta-btn-to));
  color: var(--insta-btn-text);
  font-family: var(--font-sans);
  font-size: 14.5px;
  font-weight: 600;
  text-decoration: none;
  padding: 14px 34px;
  border-radius: var(--radius-btn);
  border: none;
  cursor: pointer;
  letter-spacing: 0.01em;
  transition: opacity var(--transition), transform var(--transition), box-shadow var(--transition);
  box-shadow: 0 4px 20px rgba(193, 53, 132, 0.3);
}

.insta-btn:hover {
  opacity: 0.92;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(193, 53, 132, 0.4);
  color: var(--insta-btn-text);
  text-decoration: none;
}

.insta-btn:active {
  transform: translateY(0);
}

.insta-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: #ffffff;
}

/* ============================================================
   FOOTER
   ============================================================ */

.site-footer {
  background-color: var(--footer-bg);
  font-family: var(--font-sans);
  box-sizing: border-box;
}

/* --- Main Footer Grid --- */
.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 24px 52px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.6fr;
  gap: 40px;
  box-sizing: border-box;
}

/* ---- Brand Column ---- */
.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-logo-icon {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
}

.footer-logo-img {
  width: 46px;
  height: 46px;
  display: block;
  border-radius: 10px;
  object-fit: cover;
}

.footer-logo-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.footer-logo-name {
  font-family: var(--font-sans);
  font-size: 17px;
  font-weight: 700;
  color: var(--footer-logo-name);
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.footer-logo-sub {
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--footer-logo-sub);
  line-height: 1;
}

.footer-brand-desc {
  font-family: var(--font-sans);
  font-size: 13.5px;
  color: var(--footer-brand-desc);
  line-height: 1.7;
  margin: 0;
  padding: 0;
  max-width: 280px;
}

/* ---- Column Common ---- */
.footer-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-col-title {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--footer-col-label);
  margin: 0;
  padding: 0;
  line-height: 1;
}

/* ---- Nav Links ---- */
.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links li a {
  font-family: var(--font-sans);
  font-size: 13.5px;
  color: var(--footer-link);
  text-decoration: none;
  transition: color var(--transition);
  line-height: 1.4;
}

.footer-links li a:hover {
  color: var(--footer-link-hover);
  text-decoration: none;
}

/* ---- Contact List ---- */
.footer-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
}

.footer-contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-top: 1px;
  color: var(--footer-col-label);
}

.footer-contact-icon svg {
  width: 16px;
  height: 16px;
  display: block;
}

.footer-contact-list a {
  font-family: var(--font-sans);
  font-size: 13px;
  color: var(--footer-link);
  text-decoration: none;
  line-height: 1.5;
  transition: color var(--transition);
  word-break: break-all;
}

.footer-contact-list a:hover {
  color: var(--footer-link-hover);
  text-decoration: none;
}

/* ---- Bottom Bar ---- */
.footer-bottom {
  background-color: var(--footer-bottom-bg);
  border-top: 1px solid var(--footer-border);
  padding: 16px 24px;
  box-sizing: border-box;
}

.footer-bottom-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-copy,
.footer-credit {
  font-family: var(--font-sans);
  font-size: 12px;
  color: var(--footer-copy);
  line-height: 1.4;
}

/* ============================================================
   RESPONSIVE BREAKPOINTS
   ============================================================ */

/* Tablet */
@media (max-width: 960px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
    gap: 36px 32px;
    padding: 48px 20px 44px;
  }
  .footer-brand {
    grid-column: 1 / -1;
  }
  .footer-brand-desc {
    max-width: 100%;
  }
}

/* Mobile */
@media (max-width: 560px) {
  .footer-container {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 40px 18px 40px;
  }
  .footer-brand {
    grid-column: auto;
  }
  .footer-bottom-inner {
    flex-direction: column;
    text-align: center;
    gap: 4px;
  }
  .insta-btn {
    font-size: 13px;
    padding: 13px 24px;
  }
}

/* ============================================================
   WORDPRESS THEME COMPATIBILITY RESETS
   (Scoped to section/footer classes)
   ============================================================ */
.insta-section *,
.insta-section *::before,
.insta-section *::after,
.site-footer *,
.site-footer *::before,
.site-footer *::after {
  box-sizing: border-box;
}

.site-footer h4,
.site-footer p,
.site-footer span,
.site-footer a,
.site-footer ul,
.site-footer li {
  margin-top: 0;
  border: none;
  outline: none;
}

.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Focus accessibility for WordPress */
.insta-btn:focus,
.footer-links a:focus,
.footer-contact-list a:focus {
  outline: 2px solid rgba(247, 119, 55, 0.7);
  outline-offset: 3px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-52eff68 *//* ============================================
   BASMALA — FOOTER
   footer-style.css — Separate CSS File
   ============================================ */

/* ── CSS Variables ── */
:root {
  --footer-bg:       #1a1a1a;
  --footer-bottom:   #111111;
  --footer-border:   rgba(255, 255, 255, 0.08);
  --white:           #ffffff;
  --white-75:        rgba(255, 255, 255, 0.75);
  --white-45:        rgba(255, 255, 255, 0.45);
  --white-25:        rgba(255, 255, 255, 0.25);
  --white-10:        rgba(255, 255, 255, 0.10);
  --green-logo:      #2d7a55;

  --font-display: 'Playfair Display', Georgia, serif;
  --font-body:    'Lato', sans-serif;
}

/* ── Reset ── */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Remove all link underlines and default colours */
a {
  text-decoration: none;
  color: inherit;
}

ul { list-style: none; }

html { font-size: 16px; }

body {
  font-family: var(--font-body);
  background-color: var(--footer-bg);
  -webkit-font-smoothing: antialiased;
}

/* ============================================
   FOOTER
   ============================================ */
.footer {
  width: 100%;
  background-color: var(--footer-bg);
}

/* Main 4-column grid */
.footer__container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 60px 60px 52px;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.4fr;
  gap: 48px;
  align-items: start;
}

/* ── COL 1 — Brand ── */
.footer__brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Logo row */
.footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.footer__logo-img {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}

.footer__logo-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.footer__logo-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.footer__logo-brand {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.01em;
}

.footer__logo-tagline {
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--white-45);
}

/* Brand description */
.footer__tagline-text {
  font-size: 0.82rem;
  font-weight: 300;
  color: var(--white-45);
  line-height: 1.75;
  max-width: 280px;
}

/* ── COL TITLES ── */
.footer__col-title {
  font-family: var(--font-body);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--white-75);
  margin-bottom: 20px;
}

/* ── NAV & COURSE LINKS ── */
.footer__links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer__link {
  font-size: 0.83rem;
  font-weight: 300;
  color: var(--white-45);
  transition: color 0.2s ease;
  line-height: 1.4;
}

.footer__link:hover {
  color: var(--white-75);
}

/* ── CONTACT LIST ── */
.footer__contact-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer__contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.footer__contact-icon {
  font-size: 0.8rem;
  width: 16px;
  flex-shrink: 0;
  margin-top: 1px;
  opacity: 0.55;
}

/* Contact links inherit .footer__link styles */
.footer__contact-item .footer__link {
  font-size: 0.82rem;
  line-height: 1.5;
}

/* ============================================
   FOOTER BOTTOM BAR
   ============================================ */
.footer__bottom {
  border-top: 1px solid var(--footer-border);
  background-color: var(--footer-bottom);
}

.footer__bottom-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 18px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__copyright {
  font-size: 0.75rem;
  font-weight: 300;
  color: var(--white-25);
  letter-spacing: 0.01em;
}

.footer__location {
  font-size: 0.75rem;
  font-weight: 300;
  color: var(--white-25);
  letter-spacing: 0.01em;
}

/* ============================================
   RESPONSIVE
   ============================================ */

/* Tablet — 2 columns */
@media (max-width: 960px) {
  .footer__container {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 52px 40px 44px;
  }

  .footer__bottom-container {
    padding: 16px 40px;
  }
}

/* Mobile — single column */
@media (max-width: 580px) {
  .footer__container {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 44px 24px 40px;
  }

  .footer__tagline-text {
    max-width: 100%;
  }

  .footer__bottom-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 16px 24px;
  }
}/* End custom CSS */