/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.social-icons a {
  text-transform: none !important;
}

/* Top Bar */
.top-bar {
  background: #222;
  font-size: 14px;
}

.top-bar .social-icons a {
  color: #fff;
  margin-left: 10px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #333;
  border-radius: 50%;
  text-decoration: none;
}

.top-bar .social-icons a:hover {
  background: #ed342b;
  color: #fff;
}

/* Header Section */
.main-header .logo {
  width: 220px;
  /* height: 100px; */
}

/* Circular Icons */
.icon-circle {
  width: 25px;
  height: 25px;
  background: #ed342b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-circle i {
  color: #fff;
  font-size: 12px;
}

.icon-circle a {
  text-decoration: none !important;
}

/* Navbar */
.navbar {
  /* background-color: #004aad !important; */
  background: #ed342b;
}

.navbar .nav-link {
  color: #fff !important;
  padding: 15px 20px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  font-weight: 500;
  transition: 0.3s;
  font-size: 14px;
  position: relative;
  box-shadow: none !important;
  outline: none !important;
}

.navbar-toggler {
  box-shadow: none !important;
  outline: none !important;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  /* background: #003580; */
  background: #9d261f;
}

/* Active underline for Home */
/* .navbar .nav-link.active::after {
  background: #9d261f !important;
} */
.navbar .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 20%;
  width: 60%;
  height: 3px;
  background: #fedc30;
  border-radius: 5px;
}

/* Button */
.btn-orange2 {
  /* background-color: #ed342b; */
  background-color: white !important;
  padding: 10px 25px;
  border-radius: 10px;
  transition: 0.3s;
  margin: 2px;
  box-shadow: none !important;
  outline: none !important;
}

.btn-orange:hover {
  background-color: #fedc30;
}

.btn-orange2 :hover ::after {
  background-color: #fedc30;
}


/* ---------- Hero Slider ---------- */
#hero-slider .carousel-item {
  height: 75vh;
  /* adjust height as needed */
  min-height: 520px;
  background-size: cover;
  background-position: center center;
  position: relative;
  display: block;
}

/* dark overlay */
#hero-slider .overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 25, 40, 0.55);
  /* darken image */
  z-index: 1;
}

/* container for text */
#hero-slider .carousel-content {
  position: relative;
  z-index: 2;
  /* max-width: 800px; */
  padding-top: 100px;
  color: #fff;

}

/* heading */
#hero-slider .slide-heading {
  font-size: 64px;
  line-height: 1.02;
  font-weight: 800;
  margin-bottom: 18px;
  letter-spacing: -0.5px;
  opacity: 0;
  transform: translateY(20px);
}

/* subtitle */
#hero-slider .slide-sub {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 28px;
  opacity: 0;
  transform: translateY(12px);
}

/* buttons container */
#hero-slider .slide-btns {
  opacity: 0;
  transform: translateY(12px);
}

/* button styles */
.primary-btn {
  background: #ed342b;
  border: none;
  color: #fff;
  padding: 12px 28px;
  border-radius: 2px;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.primary-btn:hover {
  background: #ffffff;
  border: none;
  color: #ed342b;
  padding: 12px 28px;
  border-radius: 2px;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
  .primary-btn {
    margin-bottom: 20px;
  }

  .location {
    display: none !important;
  }

  .mail {
    margin-top: 20px;
    display: none !important;
  }

  .section-title::after {
    width: 100% !important;
  }

  .navbar-brand {
    margin-left: 20px;
    font-size: 34px;
  }

  .navbar .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 20%;
    width: 60%;
    height: 3px;
    background: none !important;
    border-radius: 3px;
  }

  .top-bar .container {
    display: flexbox;
    flex-direction: row !important;
    margin: 0 !important;
  }

  .top-bar div {
    font-size: 10px;
  }

  .top-bar .social-icons a {
    width: none;
    height: none;
    background: none;
    margin-left: 0;
  }

  .small {
    font-size: 10px;
    font-weight: 500;
    /* color: #333; */
  }

  .btn-orange2 {
    margin-bottom: 20px;
  }

  .intro-section {
    text-align: justify !important;
    align-items: start;
  }

  #why-choose-us {
    text-align: left;
    align-items: start;
  }


  .underline-small {
    margin: 10px 0px !important;
  }
}

.outline-btn {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.85);
  color: #fff;
  padding: 10px 26px;
  border-radius: 2px;
  font-weight: 600;
}

.outline-btn:hover {
  background: #ed342b;
  border: 2px solid #ed342b;
  color: #fff;
  padding: 10px 26px;
  border-radius: 2px;
  font-weight: 600;
}

/* control boxes (square white) */
.custom-control .control-box {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.95);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #222;
  border-radius: 2px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.custom-control {
  display: none;
}

/* indicators styling (small dots bottom-left like screenshot) */
#hero-slider .carousel-indicators {
  position: absolute;
  left: 30px;
  bottom: 18px;
  z-index: 5;
  display: flex;
  gap: 8px;
}

#hero-slider .carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  opacity: 1;
}

#hero-slider .carousel-indicators .active {
  background: #ed342b;
  transform: scale(1.2);
}

/* ---------- Animations (triggered only for .active item) ---------- */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* animate elements only when carousel item is active */
#hero-slider .carousel-item.active .slide-heading {
  animation: fadeInUp 0.9s cubic-bezier(.22, .9, .3, 1) forwards;
  animation-delay: 0.25s;
}

#hero-slider .carousel-item.active .slide-sub {
  animation: fadeInUp 0.9s cubic-bezier(.22, .9, .3, 1) forwards;
  animation-delay: 0.55s;
}

#hero-slider .carousel-item.active .slide-btns {
  animation: fadeIn 0.7s ease forwards;
  animation-delay: 0.9s;
}

/* hide default caption fade from Bootstrap (we use custom) */
#hero-slider .carousel-caption {
  display: none;
}

/* Responsive adjustments */
@media (max-width: 1199px) {
  #hero-slider .slide-heading {
    font-size: 48px;
  }

  #hero-slider .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  #hero-slider .carousel-content {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  #hero-slider .carousel-item {
    height: 40vh;
    min-height: 400px;
  }

  #hero-slider .slide-heading {
    font-size: 30px;
    margin-bottom: 12px;
  }

  #hero-slider .slide-sub {
    font-size: 14px;
    margin-bottom: 18px;
  }

  #hero-slider .carousel-content {
    padding-top: 50px;
    max-width: 100%;
  }

  .custom-control .control-box {
    width: 44px;
    height: 44px;
  }

  #hero-slider .carousel-indicators {
    left: 16px;
    bottom: 12px;
  }
}





/* Feature strip — IHA (append to css/style.css) */
:root {
  /* --iha-blue: #004aad;    
  --iha-blue-dark: #003f8a;
  --iha-blue-light: #0a63b3;
  --feature-bg-left: rgba(255,255,255,0.02); */

  --iha-blue: #ed342b;
  /* fallback primary blue */
  --iha-blue-dark: #ed4305;
  --iha-blue-light: #e04a1c;
  --feature-bg-left: rgba(255, 255, 255, 0.02);
}

/* Container background and subtle texture */
.feature-strip {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.03) 100%),
    linear-gradient(90deg, var(--iha-blue-light, #0a63b3), var(--iha-blue, #004aad));
  border-radius: 0px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12) inset;
  overflow: hidden;
}

/* Add a subtle top & bottom inner border for depth */
.feature-strip {
  border-top: 2px solid rgba(255, 255, 255, 0.03);
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
}

/* Feature item layout */
.feature-item {
  padding: 12px 6px;
}

.feature-body {
  min-width: 0;
}

/* allow ellipsis/resizing */

/* Big circular icon */
.feature-icon {
  width: 88px;
  height: 88px;
  min-width: 88px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0.06)),
    linear-gradient(180deg, var(--iha-blue-light, #0a63b3), var(--iha-blue-dark, #003f8a));
  color: #fff;
  font-size: 28px;
  box-shadow: 0 10px 28px rgba(2, 22, 76, 0.20);
  transition: transform .26s cubic-bezier(.2, .9, .3, 1), box-shadow .26s ease;
}

/* icon hover micro interaction (desktop) */
.feature-item:hover .feature-icon {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 18px 36px rgba(2, 22, 76, 0.28);
}

/* Title & subtitle */
.feature-title {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  letter-spacing: -0.2px;
}

.feature-sub {
  color: rgba(255, 255, 255, 0.9);
  opacity: 0.9;
}

/* Slightly muted subtitle tone on smaller screens for legibility */
@media (max-width: 767px) {
  .feature-sub {
    color: rgba(255, 255, 255, 0.95);
  }

  .feature-icon {
    width: 72px;
    height: 72px;
    min-width: 72px;
    font-size: 22px;
  }

  .feature-title {
    font-size: 16px;
  }
}

/* center-align items on very small screens */
@media (max-width: 575px) {

  /* .feature-item { justify-content: center; text-align: center; } */
  .feature-item .feature-body {
    margin-left: 0 !important;
    margin-top: 10px;
  }

  .feature-item .me-3 {
    margin-right: 0.75rem !important;
  }
}

/* Accessibility: focus-visible state */
.feature-icon:focus-visible,
.feature-item:focus-within {
  outline: 3px solid rgba(255, 255, 255, 0.08);
  outline-offset: 6px;
  border-radius: 50%;
}

/* Optional: subtle animated shine across strip (unobtrusive) */
.feature-strip::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.015) 45%, rgba(255, 255, 255, 0.00) 100%);
  pointer-events: none;
  mix-blend-mode: overlay;
}


/* ===================== IHA Introduction Section ===================== */
#intro-section {
  background: #fff;
  font-family: 'Poppins', sans-serif;
  position: relative;
}

/* ---------- Headline (Left Column) ---------- */
.intro-head {
  font-weight: 700;
  line-height: 1.05;
  color: #0f172a;
  font-size: clamp(32px, 5vw, 54px);
  letter-spacing: -0.6px;
  margin-bottom: 10px;
  position: relative;
}

.intro-head::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 80px;
  height: 4px;
  background: #ed342b;
  border-radius: 4px;
}

/* ---------- Right Side Text ---------- */
.intro-text .lead {
  font-size: 1.05rem;
  color: #334155;
  line-height: 1.75;
  margin-bottom: 0.75rem;
  text-align: justify;
}

.intro-text p {
  color: #4b5563;
  font-size: 0.97rem;
  line-height: 1.7;
}

.link-more {
  color: #004aad;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 6px;
  transition: all 0.2s ease;
}

.link-more:hover {
  color: #ed342b;
  text-decoration-color: #ed342b;
}

/* ---------- Card Section ---------- */
.intro-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(2, 22, 76, 0.08);
  transition: transform 0.3s cubic-bezier(.2, .9, .3, 1), box-shadow 0.3s ease;
  position: relative;
}

.intro-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(2, 22, 76, 0.12);
}

/* Card image */
.intro-card .card-media {
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.intro-card .card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s cubic-bezier(.2, .9, .3, 1);
}

.intro-card:hover .card-media img {
  transform: scale(1.05);
}

/* Card overlay (blue info bar) */
.intro-card .card-overlay {
  /* background: linear-gradient(90deg, #004aad, #003f8a); */
  /* background: linear-gradient(90deg, #6c6e6f, #606162); */
  background: #ed342b;
  padding: 16px 18px;
  color: #fff;
  position: relative;
  min-height: 60px;
}

.card-title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.3;
}

/* Card CTA Arrow (orange square) */
.card-cta {
  background: #fedc30;
  width: 44px;
  height: 44px;
  border-radius: 4px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
  flex-shrink: 0;
  transition: background .25s ease, transform .25s ease;
}

.card-cta:hover {
  background: #e65500;
  transform: scale(1.1);
}

/* ---------- Card Bottom Description ---------- */
.intro-card .p-3 {
  padding: 18px !important;
}

.intro-card p {
  color: #555;
  font-size: 0.92rem;
  line-height: 1.55;
  text-align: justify;
}

/* ---------- Responsive Design ---------- */
@media (max-width: 991px) {
  #intro-section {
    /* text-align: center; */
    text-align: justify;
  }


  .intro-head {
    font-size: 32px;
    line-height: 2.2rem;
    margin-bottom: 20px;
  }

  .intro-head::after {
    left: 15%;
    transform: translateX(-50%);
  }

  .intro-text {
    margin-bottom: 2rem;
  }

  .intro-card .card-media {
    height: 200px;
  }

  #courses-offered {
    text-align: justify !important;

  }

}

@media (max-width: 575px) {
  .intro-card .card-overlay {
    /* flex-direction: column; */
    align-items: flex-start;
    gap: 8px;
  }

  .card-cta {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .card-title {
    font-size: 15px;
  }
}

/* ---------- Hover Animation Accent ---------- */
.intro-card:hover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 80%);
  opacity: 0.15;
}




/* ---------- WHY CHOOSE US (IHA COLOR-TUNED) ---------- */
#why-choose-us {
  font-family: 'Poppins', sans-serif;
  color: #333;
  background: #fff;
}

/* ===== Left Section ===== */
#why-choose-us .left-side {
  background: url('../images/why-bg.jpg') center center / cover no-repeat;
  position: relative;
}

#why-choose-us .left-side::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: rgba(0, 29, 76, 0.8);  */
  background: #ed342b;
}

#why-choose-us .left-side .content {
  position: relative;
  z-index: 2;
  max-width: 650px;
}

#why-choose-us h2 {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.4px;
}

#why-choose-us h5 {
  font-weight: 500;
  color: #ffb366;
  /* softer orange for text balance */
}

/* Buttons */
#why-choose-us .btn-orange1 {
  background-color: #fedc30 !important;
  color: #000;
  border: none;
  border-radius: 6px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(255, 102, 0, 0.3);
  outline: none !important;
}

#why-choose-us .btn-orange1:hover {
  background-color: #f8f6f5 !important;
  transform: translateY(-2px);
  color: #004aad;
  box-shadow: 0 8px 28px rgba(82, 42, 1, 0.35);
}

/* ===== Right Section ===== */
#why-choose-us .right-side {
  background: #f9fafc;
  padding: 60px;
}

#why-choose-us .icon-box {
  background: #ffffff;
  border-radius: 12px;
  padding: 28px 22px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 74, 173, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

#why-choose-us .icon-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0, 74, 173, 0.15);
}

/* Circular Icons */
#why-choose-us .icon-circle {
  width: 80px;
  height: 80px;
  margin: 0 auto 15px;
  border-radius: 50%;
  /* background: linear-gradient(145deg, #004aad, #005ee0); */
  background-color: #ed342b;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(0, 74, 173, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#why-choose-us .icon-circle i {
  color: #fff;
  font-size: 30px;
}

#why-choose-us .icon-box:hover .icon-circle {
  transform: scale(1.1);
  box-shadow: 0 16px 40px rgba(0, 74, 173, 0.35);
}

/* Headings */
#why-choose-us .icon-box h5 {
  color: #004aad;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
}

/* Paragraphs */
#why-choose-us .icon-box p {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}

/* Decorative Accent Line on Hover */
#why-choose-us .icon-box::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 3px;
  background: #ed342b;
  border-radius: 4px;
  transition: width 0.3s ease;
  transform: translateX(-50%);
}

#why-choose-us .icon-box:hover::after {
  width: 60%;
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
  #why-choose-us .left-side {
    /* text-align: center; */
  }

  #why-choose-us .content {
    padding: 50px 30px;
    text-align: justify;
  }

  #why-choose-us .right-side {
    padding: 40px 25px;
  }
}

@media (max-width: 767px) {
  #why-choose-us h2 {
    font-size: 28px;
  }

  #why-choose-us .icon-circle {
    width: 70px;
    height: 70px;
  }

  #why-choose-us .icon-box {
    padding: 20px 15px;
  }

 .lead {
  text-align: justify !important;
  font-size: 18px;
  padding-right: 20px;
}
}





/* ===== About  styles ===== */

/* Page hero */
.page-hero {
  position: relative;
  background-size: cover;
  background-position: center center;
  min-height: 48vh;
  display: flex;
  align-items: center;
}

.page-hero .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 10, 30, 0.55);
  z-index: 1;
}

.page-hero .container {
  position: relative;
  z-index: 2;
}

/* text */
h1.display-5 {
  font-weight: 800;
  letter-spacing: -0.5px;
}

.lead {
  color: rgba(255, 255, 255, 0.92);
}

/* service card & icon circle */
.service-card {
  align-items: flex-start;
}

.icon-circle-lg {
  width: 72px;
  height: 72px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-blue {
  background: #ed342b;
}

/* left-side background for Why choose us (if reused) */
.left-side {
  background-size: cover;
  background-position: center;
}

/* About page specific */
.card-img-top {
  max-height: 220px;
  object-fit: cover;
}

/* responsive tweaks */
@media (max-width: 991px) {
  .page-hero {
    min-height: 38vh;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .display-5 {
    font-size: 26px;
  }

  .icon-circle-lg {
    width: 64px;
    height: 64px;
  }
}


/* ===================== Reworked Services CSS (replace existing block) ===================== */

/* Theme variables */
:root {
  --blue: #004aad;
  --orange: #ed342b;
  --wa: #25D366;
  --wa-dark: #1DA851;
  --card-shadow: 0 18px 40px rgba(2, 22, 76, 0.06);
  --accent-shadow: 0 28px 60px rgba(2, 22, 76, 0.10);
  --radius-lg: 12px;
  --radius-md: 8px;
  --transition-fast: 0.22s cubic-bezier(.2, .9, .3, 1);
}

/* ---------- Section title accent ---------- */
.section-title {
  font-size: 34px;
  line-height: 1.05;
  margin-bottom: 6px;
  position: relative;
}

.section-title::after {
  content: "";
  display: block;
  height: 4px;
  width: 72%;
  background: linear-gradient(90deg, var(--orange), rgba(255, 102, 0, 0.7));
  margin: 10px auto 0;
  border-radius: 4px;
  box-shadow: 0 6px 20px rgba(255, 102, 0, 0.08);
}

/* ---------- Overview cards ---------- */
.service-overview {
  border-radius: 10px;
  transition: transform var(--transition-fast), box-shadow .26s ease;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), #fff);
  display: flex;
  flex-direction: column;
  min-height: 200px;
  padding: 20px;
}

.service-overview:hover {
  transform: translateY(-8px);
  box-shadow: var(--accent-shadow);
}

/* icon circle (used in overview) */
.icon-circle-lg,
.service-icon-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 80px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(2, 22, 76, 0.06);
  border: 2px solid rgba(0, 74, 173, 0.06);
}

.icon-inner i,
.service-icon-circle i {
  /* color: var(--blue); */
  color: #ed342b;
  font-size: 26px;
}

/* badges */
.service-overview .badge {
  font-weight: 600;
  padding: 0.45rem 0.65rem;
  border-radius: 8px;
  font-size: 0.82rem;
}

/* ---------- Detailed service cards ---------- */
.service-card {
  background: linear-gradient(180deg, #ffffff, #fbfbff);
  border-radius: var(--radius-lg);
  box-shadow: var(--card-shadow);
  padding: 20px;
  transition: box-shadow .28s ease, transform var(--transition-fast);
}

.service-card-img {
  overflow: hidden;
  border-radius: calc(var(--radius-lg) - 4px);
}

.service-card-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s cubic-bezier(.2, .9, .3, 1);
}

.service-card-img:hover img {
  transform: scale(1.04);
}

/* icon circle (smaller inside detailed card) */
.service-icon-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(2, 22, 76, 0.06);
  border: 2px solid rgba(0, 74, 173, 0.06);
  flex: 0 0 64px;
}

.service-icon-circle i {
  /* color: var(--blue);  */
  color: #ed342b;
  font-size: 22px;
}

/* stats */
.stats {
  color: #222;
  display: flex;
  gap: 18px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 14px;
  color: #334;
}

.stat strong {
  font-size: 16px;
  /* color:var(--blue); */
  color: #ed4305;
}

.stat span {
  font-size: 12px;
  color: #666;
}

/* feature list */
.feature-list {
  padding-left: 0;
  list-style: none;
  margin: 0 0 12px 0;
}

.feature-list li {
  margin-bottom: 8px;
  color: #555;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.feature-list li i {
  color: var(--orange);
  margin-top: 3px;
}

/* ---------- Buttons (unified CTA) ---------- */
.btn-cta {
  min-width: 150px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 8px;
  padding: 0 14px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  transition: transform .12s ease, box-shadow .12s ease;
  box-shadow: none !important;
  outline: none !important;
}

/* orange CTA */
/* .btn-orange.btn-cta { background: var(--orange); color: #fff; } */
/* .btn-orange.btn-cta:hover { background: #e65500; transform: translateY(-2px); box-shadow: 0 12px 30px rgba(230,85,0,0.12); } */

/* whatsapp CTA (same size) */
.btn-whatsapp.btn-cta {
  background: linear-gradient(180deg, var(--wa), var(--wa-dark));
  color: #fff;
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.12);
}

.btn-whatsapp.btn-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(29, 168, 81, 0.18);
}

/* continuous pulse (single definition) */
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.12);
  }

  50% {
    transform: scale(1.06);
    box-shadow: 0 14px 30px rgba(37, 211, 102, 0.22);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.12);
  }
}

.pulse {
  animation: pulse 1.8s ease-in-out infinite;
}

/* small visual help for keyboard users */
.btn-cta:focus-visible,
.service-overview a:focus-visible,
.open-modal:focus-visible,
.whatsapp-link:focus-visible {
  outline: 3px solid rgba(0, 74, 173, 0.12);
  outline-offset: 3px;
  box-shadow: 0 6px 18px rgba(0, 74, 173, 0.06);
}

/* ---------- Spacing / layout helpers ---------- */
.service-block .service-card {
  padding: 20px;
}

.service-block+.service-block {
  margin-top: 18px;
}

/* ---------- Responsive tweaks ---------- */
@media (max-width: 991px) {
  .service-card-img {
    margin-bottom: 12px;
  }

  .icon-circle-lg,
  .service-icon-circle {
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
  }

  .section-title {
    font-size: 26px;
  }

  .btn-cta {
    min-width: 140px;
    height: 40px;
  }

  .stats {
    gap: 10px;
  }
}

/* ---------- Accessibility: reduce motion ---------- */
@media (prefers-reduced-motion: reduce) {

  .service-card-img,
  .service-card-img img,
  .pulse {
    transition: none !important;
    animation: none !important;
  }

  .service-overview:hover {
    transform: none;
    box-shadow: none;
  }
}






/* ===== Footer styles (IHA) — cleaned & fixed colors ===== */
:root {
  /* tweak these to change footer palette quickly */
  --footer-bg: #004aad;
  /* dark footer background (screenshot style) */
  --footer-muted: #f6f6f6;
  /* muted text color */
  --footer-border: rgba(255, 255, 255, 0.06);
  --orange: #ed342b;
  /* brand orange (if needed) */
}

/* main footer */
.site-footer {
  /* background: var(--footer-bg); */
  background: #ed342b;
  color: #fff;
  font-family: inherit;
}

.fa-chevron-right,
.fa-chevron-left {
  color: #000;
}

/* top area */
.site-footer .footer-top {
  padding-top: 48px;
  padding-bottom: 28px;
}

.footer-logo {
  font-size: 28px;
  letter-spacing: 0.6px;
  color: #fff;
}

.footer-top p {
  color: var(--footer-muted);
  max-width: 420px;
}

/* social icons (small white circles) */
.footer-social .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  /* background: rgba(255,255,255,0.04); */
  background: #9d261f;
  color: #fff;
  /* color: #000; */
  text-decoration: none;
  transition: transform .15s ease, background .15s ease;
  box-shadow: none !important;
  outline: none !important;
}

.footer-social .social-link i {
  font-size: 14px;
}

.footer-social .social-link:hover {
  transform: translateY(-4px);
  background: #ffffff;
  color: #9d261f;
}

/* footer headings and links */
.footer-heading {
  color: #fff;
  font-size: 18px;
}

.footer-links a {
  color: #f6f6f6 !important;
  display: inline-block;
  padding: 6px 0;
  text-decoration: none;
  transition: color .12s ease, transform .12s ease;
  box-shadow: none !important;
  outline: none !important;
}

.footer-links a:hover {
  color: #fff;
  transform: translateX(4px);
}

.footer-link a {
  color: #f6f6ff;
  text-decoration: none;
}

/* contact items */
.contact-item {
  color: var(--footer-muted);
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-item i {
  color: #fff;
}

/* bottom bar */
.footer-bottom {
  background: transparent;
  border-top: 1px solid var(--footer-border);
  padding-top: 14px;
}

.footer-bottom .copyright {
  color: var(--footer-muted);
}

.footer-bottom .copyright a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.footer-nav a {
  color: var(--footer-muted);
  text-decoration: none;
  transition: color .12s ease;
  box-shadow: none !important;
  outline: none !important;
}

.footer-nav a:hover {
  color: #fff;
  transform: translateY(-2px);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 10px;
}

.footer-links li {
  display: inline-block;
}

.logo1{
  size: 20px;
  width: 200px;
}

/* small screens */
@media (max-width: 767px) {
  .footer-top .footer-brand {
    text-align: left;
  }

  .footer-top p {
    margin-bottom: 14px;
    text-align: justify;
  }
  
  .footer-nav ul {
    gap: 12px;
  }

  .footer-bottom {
    text-align: left;
    padding-bottom: 18px;
  }
}

/* accessibility focus */
.site-footer a:focus-visible {
  outline: 3px solid rgba(0, 74, 173, 0.12);
  outline-offset: 3px;
}

/* reduce motion */
@media (prefers-reduced-motion: reduce) {

  .footer-social .social-link,
  .footer-links a,
  .footer-nav a {
    transition: none;
  }

}

/* ===== Courses / Programs Offered - IHA ===== */
#courses-offered {
  background: #fff;
}

/* section title underline */
.section-title {
  font-size: 34px;
  color: #072146;
  letter-spacing: -0.3px;
}

.underline-small {
  width: 60px;
  height: 5px;
  background: linear-gradient(90deg, #ed342b, rgba(255, 102, 0, 0.7));
  margin: 10px auto 0;
  border-radius: 3px;
}

/* course card */
.course-card {
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 40px rgba(2, 22, 76, 0.06);
  transition: transform .32s cubic-bezier(.2, .9, .3, 1), box-shadow .28s ease;
  display: flex;
  flex-direction: column;
}

.course-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 36px 60px rgba(2, 22, 76, 0.12);
}

/* media area */
.course-media {
  height: 240px;
  overflow: hidden;
  background: #eee;
}

.course-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s ease;
}

.course-card:hover .course-media img {
  transform: scale(1.06);
}

/* body */
.course-body {
  padding: 22px;
  display: flex;
  flex-direction: column;
}

.course-title {
  color: #072146;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 6px;
  justify-content: left !important;
}

.course-meta {
  color: #6b7280;
  font-size: 0.95rem;
}

.course-eligibility {
  color: #6b7280;
}

/* CTAs: consistent size */
.btn-cta {
  min-width: 150px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  border: 0;
  text-decoration: none;
}

/* .btn-orange.btn-cta { background:#ed342b; color:#fff; }
.btn-orange.btn-cta:hover { background:#e65500; transform:translateY(-3px); box-shadow:0 12px 30px rgba(230,85,0,0.12); } */

.btn-whatsapp.btn-cta {
  background: linear-gradient(180deg, #25D366, #1DA851);
  color: #fff;
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.12);
}

.btn-whatsapp.btn-cta:hover {
  transform: translateY(-3px);
}

/* pulse animation (attention) */
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.12);
  }

  50% {
    transform: scale(1.06);
    box-shadow: 0 14px 30px rgba(37, 211, 102, 0.22);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.12);
  }
}

.pulse {
  animation: pulse 1.8s ease-in-out infinite;
}

/* layout tweaks */
@media (max-width: 991px) {
  .course-media {
    height: 200px;
  }

  .btn-cta {
    min-width: 130px;
    height: 40px;
    font-size: 13px;
  }
}

@media (max-width: 575px) {
  .course-media {
    height: 160px;
  }
}



/* ===== Student Life section (IHA) ===== */
#student-life {
  background: #ffffff;
}

/* Section title: reuse existing .section-title if present, otherwise style */
#student-life .section-title {
  font-size: 32px;
  color: #072146;
  margin-bottom: 6px;
}

/* Student card */
.student-card {
  /* background:  #004aad; 
   */
  background: linear-gradient(180deg, #ff7a00, #ed342b);
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(2, 22, 76, 0.06);
  transition: transform .28s cubic-bezier(.2, .9, .3, 1), box-shadow .28s ease;
  min-height: 220px;
}

/* make sure inner text uses readable contrast */
.student-card h5 {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}

.student-card p {
  color: #f6f6f6 !important;
}

/* Icon circle */
.student-icon {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* background: #e65500; */
  background: #fff;
  color: #ed342b;
  font-size: 36px;
  box-shadow: 0 8px 20px rgba(2, 22, 76, 0.08);
  transition: transform .28s ease, box-shadow .28s ease;
}

/* hover lift */
.student-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 70px rgba(2, 22, 76, 0.12);
}

.student-card:hover .student-icon {
  transform: scale(1.06);
  box-shadow: 0 18px 40px rgba(2, 22, 76, 0.12);
}

/* Responsive: smaller icon and text sizes on narrow screens */
@media (max-width: 991px) {
  .student-card {
    min-height: 200px;
    padding: 20px;
  }

  .student-icon {
    width: 84px;
    height: 84px;
    font-size: 32px;
  }

  #student-life .section-title {
    font-size: 28px;
  }

  #student-life{
    text-align: justify;
  }
}

/* Mobile stacking tweaks */
@media (max-width: 575px) {
  .student-card {
    min-height: 180px;
    padding: 18px;
  }

  .student-card h5 {
    font-size: 16px;
  }

  .student-icon {
    width: 72px;
    height: 72px;
    font-size: 26px;
  }
}

/* Accessibility focus */
.student-card:focus-within,
.student-card:focus {
  outline: 3px solid rgba(0, 74, 173, 0.12);
  outline-offset: 6px;
}

/* Ensure small text readable */
#student-life .text-muted {
  color: #334155;
}





/* ===== Impact / Stats — improved sizes & colors ===== */
#impact-stats {
  position: relative;
  padding: 36px 0;
  font-family: 'Poppins', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

/* background panel */
#impact-stats .overlay-panel {
  background-image: url('../images/slide1.png');
  /* keep your image path */
  background-size: cover;
  background-position: center;
  padding: 48px 0;
  position: relative;
  overflow: hidden;
}

/* darker overlay for strong contrast */
#impact-stats .overlay-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 18, 35, 0.72), rgba(6, 18, 35, 0.72));
  z-index: 0;
}

/* stat container */
#impact-stats .stat {
  position: relative;
  z-index: 2;
  color: #ffffff;
  padding: 6px 12px;
  text-align: center;
}

/* big orange circular icons */
#impact-stats .stat-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #ff7a00, #ed342b);
  color: #fff;
  font-size: 21px;
  margin: 0 auto 16px auto;
  box-shadow: 0 20px 50px rgba(2, 22, 76, 0.45);
  transition: transform .28s ease, box-shadow .28s ease;
}

/* hover lift for icon (desktop) */
#impact-stats .stat:hover .stat-icon {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 28px 70px rgba(2, 22, 76, 0.5);
}

/* large numeric value */
#impact-stats .stat-value {
  font-weight: 800;
  color: #ffffff !important;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 8px;
  z-index: 5;
}

.stat-value span {
  color: #fff !important;
}

/* actual counter number size (responsive) */
#impact-stats .stat-value .counter {
  font-size: clamp(17px, 3.2vw, 34px);
  line-height: 1;
  letter-spacing: -0.6px;
}

/* plus sign */
#impact-stats .stat-value .plus {
  color: #ffd9c9;
  font-weight: 700;
  font-size: clamp(12px, 1.2vw, 18px);
  margin-left: 4px;
  display: inline-block;
}

/* label below number */
#impact-stats .stat-label {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
  font-size: 14px;
  margin-top: 4px;
}

/* layout tweaks for wide screens */
@media (min-width: 992px) {
  #impact-stats .stat {
    padding: 12px 18px;
  }

  #impact-stats .stat-icon {
    width: 66px;
    height: 66px;
    font-size: 24px;
  }

  #impact-stats .stat-value .counter {
    font-size: 44px;
  }
}

/* tighter mobile layout */
@media (max-width: 767px) {
  #impact-stats .overlay-panel {
    padding: 28px 0;
    border-radius: 0;
  }

  #impact-stats .stat-icon {
    width: 52px;
    height: 52px;
    font-size: 22px;
    margin-bottom: 12px;
  }

  #impact-stats .stat-value .counter {
    font-size: 28px;
  }

  #impact-stats .stat-label {
    font-size: 13px;
  }
}

/* accessibility focus */
#impact-stats .stat:focus-within,
#impact-stats .stat:focus {
  outline: 3px solid rgba(255, 255, 255, 0.08);
  outline-offset: 6px;
}

/* small utility: center content within each column */
#impact-stats .row.align-items-center {
  align-items: center;
}



/* ===== Testimonial + Request a Call Back ===== */
#testimonial-contact {
  background: transparent;
  text-align: justify;
}

/* Panels */
.testimonial-panel {
  /* background: linear-gradient(180deg, #123a6b 0%, #0d3a66 100%); */
  background: #ed342b;
}

.form-panel {
  background: #f6f7f9;
}

/* Testimonial inner */
.testimonial-inner {
  max-width: 100%;
  color: #fff;
  position: relative;
}

/* decorative quote mark */
.quote-mark {
  font-size: 72px;
  opacity: 0.10;
  line-height: 0.6;
  font-weight: 800;
  margin-bottom: 8px;
}

/* titles */
.testimonial-title {
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.6px;
  margin: 0 0 6px 0;
}

.testimonial-sub {
  color: #ffb366;
  font-weight: 600;
}

/* testimonial paragraph */
.testimonial-text {
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 18px;
}

/* photo */
.testi-photo {
  width: 64px;
  height: 64px;
  object-fit: cover;
}

/* controls */
.testimonial-controls .btn-testi {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #fedc30;
  color: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.04);
  transition: transform .18s ease, background .18s ease;
}

.testimonial-controls .btn-testi:hover {
  transform: translateY(-3px);
  /* background: rgba(246, 242, 242, 0.09); */
  background: #edc30f;
}

/* form inner */
.form-inner {
  max-width: 100%;
}

/* form heading */
.form-inner h3 {
  font-size: 34px;
  font-weight: 800;
  color: #072146;
  margin-bottom: 18px;
}

/* form controls */
.form-control,
.form-select,
textarea.form-control {
  border-radius: 4px;
  border: 1px solid #e6e7ea;
  background: #fff;
  padding: 12px 14px;
  box-shadow: none;
}

.form-control:focus,
.form-select:focus {
  outline: none;
  box-shadow: 0 6px 20px rgba(0, 74, 173, 0.08);
  border-color: #004aad;
}

/* about circle */
.icon-circle-lg {
  color: #ed342b;

}

/* buttons */
.btn-orange {
  /* background: linear-gradient(180deg,#ff7a00,#ed342b); */
  background: #ed342b;
  color: #fff;
  border: 0;
  border-radius: 6px;
  font-weight: 700;
  outline: none !important;
}

.btn-whatsapp {
  background: linear-gradient(180deg, #25D366, #16a34a);
  color: #fff;
  border: 0;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
}

.btn-whatsapp:hover {
  text-decoration: none;
}

/* responsive */
@media (max-width: 991px) {
  .testimonial-inner {
    padding: 36px 24px;
  }

  .form-inner {
    padding: 24px;
  }

  .testimonial-title,
  .form-inner h3 {
    font-size: 28px;
  }
}

@media (min-width: 992px) {
  .testimonial-inner {
    padding: 60px;
  }

  .form-inner {
    padding: 48px;
  }
}

/* accessibility focus */
.btn-testi:focus,
button:focus,
a:focus {
  outline: 3px solid rgba(0, 74, 173, 0.12);
  outline-offset: 3px;
  border-radius: 6px;
}

/* --- Responsive Adjustments --- */
@media (max-width: 991px) {
  .main-header .container {
    flex-direction: column;
    text-align: center;
  }

  .main-header .d-flex {
    justify-content: center;
  }

  .icon-circle {
    width: 32px;
    height: 32px;
    font-size: 0.8rem;
  }
}

@media (max-width: 575px) {
  .top-bar {
    text-align: center;
  }

  .top-bar .container {
    flex-direction: column;
    gap: 8px;
  }

  .social-icons {
    justify-content: center !important;
  }
}
.contact{
  text-align: justify;
}
@media (max-width: 575px) {
  .body .container .site-footer {
    overflow: hidden;
  }

  .contact {
    text-align: justify;
  }
}