:root {
  --clr-dark-purple: #311e5a;
  --clr-deep-teal: #0c6b72;
  --clr-surface: #1a1438;
  --clr-bg: #0d102a;
  --clr-text: #f4f6f8;
  --clr-white: #ffffff;
}

body {
  font-family: "Inter", sans-serif;
  color: var(--clr-text);
  background: #070713;
}

/* NAVBAR */
.navbar {
  transition: 0.3s;
}

.navbar.scrolled {
  background: var(--clr-dark-purple) !important;
}

.navbar .nav-link,
.navbar-brand {
  color: var(--clr-white) !important;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
  color: var(--clr-white) !important;
  background: rgba(12, 107, 114, 0.25);
  border-radius: 0.375rem;
}

.navbar .nav-link.dropdown-toggle::after {
  display: none;
}

.nav-item.dropdown .dropdown-menu {
  background: rgba(27, 13, 45, 0.95);
  border: 1px solid rgba(12, 107, 114, 0.5);
}

.nav-item.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown-item {
  color: var(--clr-white);
}

.dropdown-item:hover,
.dropdown-item:focus {
  background: rgba(12, 107, 114, 0.46);
  color: var(--clr-white);
}

/* MOBILE NAVBAR IMPROVEMENTS */
@media (max-width: 991.98px) {
  .navbar,
  .navbar .navbar-collapse,
  .navbar .navbar-nav,
  .navbar .dropdown-menu {
    background: rgba(13, 16, 42, 0.97) !important;
  }

  .navbar .nav-link,
  .navbar .dropdown-item {
    color: var(--clr-white) !important;
  }

  .navbar .nav-link {
    padding: 0.75rem 1rem;
  }

  .navbar .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.7);
  }

  .navbar-collapse {
    backdrop-filter: blur(8px);
  }
}

/* HERO VIDEO */
.hero {
  position: relative;
  height: 100vh;
  color: white;
  overflow: hidden;
}

.hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.hero-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.hero-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

/* SECTION */
.section {
  padding: 100px 0;
}

/* CARDS */
.card-hover {
  transition: transform 0.3s ease, box-shadow 0.3s ease;

}

.card-hover:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.35);
}

#services .card-hover {
  background: rgba(35, 16, 72, 0.88);
  border: 1px solid rgba(12, 107, 114, 0.4);
  color: var(--clr-white);
  min-height: 295px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;

}

.testimonial-card {
  background: rgba(23, 17, 56, 0.92);
  border: 1px solid rgba(68, 134, 227, 0.35);
  border-radius: 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
}

.testimonial-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #e6e9f4;
}

.testimonial-meta h5 {
  margin-bottom: 0.2rem;
  font-weight: 700;
  color: #fff;
}

.testimonial-meta span {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.72);
}
   #services .padding-card {


    padding-bottom: 10px;
  }

@media (max-width: 1200px) {
  #services .card-hover {

    min-height: 435px;

  }
   #services .padding-card {


    padding-bottom: 10px;
  }
}

@media (max-width: 768px) {
  #services .card-hover {

    min-height: 225px;
    padding-top: 5px;
  }

  #services .padding-card {


    padding-bottom: 15px;
  }
}





#services .card-hover h5 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 700;
  color: var(--clr-deep-teal);
}

#services .card-hover p {
  color: rgba(244, 246, 248, 0.9);
  flex-grow: 1;
}

.service-icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

/* HIGHLIGHT */
.highlight {
  background: linear-gradient(135deg, var(--clr-dark-purple), var(--clr-deep-teal));
  color: var(--clr-white);
  text-align: center;
  padding: 80px 20px;
}

/* PARALLAX */
.parallax {
  background: url("../img/gabriellewithleadershipacademy.jpg") center/cover fixed;
  color: white;
  text-align: center;
  padding: 120px 0;
}

/* FOOTER */
.footer {
  background: var(--clr-deep-teal);
  color: var(--clr-white);
  padding: 40px 0;
}

.btn-primary {
  background: var(--clr-dark-purple);
  border-color: var(--clr-deep-teal);
  color: var(--clr-white);
}

.btn-primary:hover,
.btn-primary:focus {
  background: var(--clr-deep-teal);
  border-color: var(--clr-dark-purple);
}

.card-hover {
  background: rgba(46, 13, 92, 0.86);
  border: 1px solid rgba(12, 107, 114, 0.4);
  color: var(--clr-white);
}

.wow-section {
  border: 1px solid rgba(40, 200, 255, 0.3);
  padding: 2rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(21,25,60,0.85), rgba(12, 107, 114, 0.35));
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.text-gradient {
  background: linear-gradient(120deg, #83eaf1, #63a4ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero h1 {
  font-size: clamp(2.2rem, 5vw, 4rem);
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 5px 20px rgba(0,0,0,0.5);
}

.hero p,
.hero a.btn {
  color: var(--clr-white);
}

/* UNDER CONSTRUCTION */
.construction-hero {
  position: relative;
  min-height: 100vh;
  background: radial-gradient(circle at top, rgba(38, 208, 215, 0.28), rgba(22, 11, 65, 0.98));
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
}

.construction-overlay {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(135deg, rgba(59, 0, 132, .5) 0%, rgba(0, 27, 74, .75) 65%, rgba(0, 0, 0, .74) 100%);
  pointer-events: none;
  z-index: 1;
}

.construction-content {
  position: relative;
  z-index: 2;
  color: var(--clr-white);
  max-width: 900px;
  padding: 3rem 1rem;
  backdrop-filter: blur(1px);
}

.construction-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 2rem;
}

.construction-brand h1 {
  margin: 0;
  font-size: clamp(2.25rem, 5vw, 4rem);
  color: #e1e7f5;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.glow {
  text-shadow: 0 0 12px rgba(173, 188, 213, 0.8), 0 0 24px rgba(117, 142, 192, 0.4);
  animation: softPulse 2.5s ease-in-out infinite;
}

@keyframes softPulse {
  0%, 100% { text-shadow: 0 0 10px rgba(173, 188, 213, 0.7), 0 0 20px rgba(117, 142, 192, 0.35); transform: scale(1); }
  50% { text-shadow: 0 0 18px rgba(173, 188, 213, 0.9), 0 0 28px rgba(117, 142, 192, 0.55); transform: scale(1.01); }
}

.construction-subtitle {
  font-size: clamp(1rem, 1.7vw, 1.4rem);
  margin-top: 1.35rem;
  color: #e4e6f4;
}

.construction-countdown {
  margin-top: 2rem;
  padding: 1rem 1.6rem;
  font-size: clamp(1rem, 1.8vw, 1.7rem);
  border: 1px solid rgba(248, 225, 123, 0.6);
  border-radius: 14px;
  display: inline-block;
  background: rgba(8, 7, 19, 0.5);
  box-shadow: 0 0 40px 8px rgba(13, 246, 243, 0.15);
}

.gears {
  margin: 2.2rem auto 0;
  display: flex;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  max-width: 480px;
}

.gear {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  border: 3px solid rgba(220, 230, 244, 0.72);
  position: relative;
  background: radial-gradient(circle at 25% 20%, rgba(255, 255, 255, 0.7), rgba(80, 100, 140, 0.2));
  box-shadow: inset 0 0 10px rgba(12, 23, 45, 0.55), 0 0 12px rgba(100, 120, 160, 0.25);
}

.gear::before,
.gear::after {
  content: '';
  position: absolute;
  inset: 12px;
  border-radius: 50%;
  border: 3px solid rgba(220, 230, 244, 0.65);
}

.gear::after {
  inset: 20px;
  opacity: 0.45;
}

.gear-large { animation: spinGear 6s linear infinite; }
.gear-medium { width: 60px; height: 60px; animation: spinGear 4.2s linear reverse infinite; }
.gear-small { width: 44px; height: 44px; animation: spinGear 2.7s linear infinite; }

@keyframes spinGear {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.pulses {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.42;
}

.pulses span {
  position: absolute;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: rgba(160, 180, 210, 0.32);
  animation: pulseFloat 12s infinite ease-in-out;
}

.construction-social {
  margin: 1.4rem auto 0;
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  font-size: clamp(0.95rem, 1.2vw, 1.1rem);
  color: #d0e5f9;
}

/* MEET OUR TEAM */
.team-hero {
  padding: 140px 0 35px;
  background: linear-gradient(135deg, rgba(9, 24, 58, 0.90), rgba(18, 35, 78, 0.90));
  color: #ffffff;
  text-align: center;
}

.team-hero .lead {
  color: rgba(224, 236, 255, 0.85);
}

.team-grid {
  background: #050717;
}

.team-card {
  border: 1px solid rgba(37, 71, 132, 0.38);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(16, 27, 58, 0.95);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(4, 19, 50, 0.45);
}

.team-photo {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.team-card-body {
  padding: 1.25rem;
}

.team-card-body h3 {
  margin-bottom: 0.35rem;
  font-size: 1.45rem;
  color: #e4e8fb;
}

.team-title {
  margin-bottom: 0.95rem;
  color: #8aa4cb;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.90rem;
}

.team-card-body p {
  margin-bottom: 0;
  color: rgba(207, 219, 238, 0.9);
  line-height: 1.65;
}

.client-card {
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(31, 45, 89, 0.95), rgba(15, 24, 55, 0.95));
  border: 1px solid rgba(70, 158, 207, 0.35);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.client-card:hover {
  border-color: rgba(86, 186, 239, 0.62);
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(4, 19, 50, 0.45);
}

.client-card-header {
  padding: 1.25rem;
  border-bottom: 1px solid rgba(50, 103, 176, 0.35);
}

.client-card-header h3 {
  margin-bottom: 0.4rem;
  font-size: 1.4rem;
  color: #f2f7ff;
}

.client-card-header p {
  margin: 0;
  color: rgba(179, 209, 241, 0.9);
  font-size: 0.93rem;
}

.client-list {
  list-style: none;
  margin: 0;
  padding: 1rem 1.25rem 1.25rem;
}

.client-item {
  margin-bottom: 0.55rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: rgba(223, 236, 253, 0.95);
  font-size: 0.96rem;
  padding: 0.35rem 0;
}

.client-item:last-child {
  margin-bottom: 0;
}

.client-logo {
  width: 24px;
  height: 24px;
  object-fit: contain;
  filter: brightness(1.1) saturate(1.3);
}

.clients-portfolio h2 {
  font-size: clamp(1.625rem, 2vw, 2rem);
  margin-bottom: 0;
}

.client-portfolio-card {
  background: rgba(250, 252, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 20px rgba(0,0,0,0.20);
  border-radius: 14px;
  text-align: center;
  padding: 1rem;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.client-portfolio-card:hover {
  transform: translateY(-5px);
  border-color: rgba(92, 189, 255, 0.5);
  box-shadow: 0 14px 28px rgba(0,0,0,0.35);
}

.client-logo-wrapper {
  display: grid;
  place-items: center;
  min-height: 80px;
}

.client-portfolio-logo {
  width: 80px;
  height: 80px;
  object-fit: contain;
  filter: brightness(1.1) saturate(1.2);
  color: #050717;
}

.client-portfolio-meta {
  margin-top: 0.75rem;
}

.client-name {
  color: #EEF3FF;
  font-weight: 600;
  margin-bottom: 0.15rem;
}

.client-portfolio-meta small {
  color: rgba(207, 219, 238, 0.85);
}

#clientFilter {
  min-width: 230px;
}

#loadMoreBtn {
  border-color: rgba(203, 225, 252, 0.75);
  color: #f3f8ff;
}

#loadMoreBtn:hover {
  background: rgba(255,255,255,0.08);
}

.construction-social a {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.construction-social a:hover {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 0 10px rgba(79, 221, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
}

.construction-social img {
  width: 20px;
  height: 20px;
  filter: invert(100%);
}

.pulses span:nth-child(1) { top: 10%; left: 18%; animation-delay: 0s; }
.pulses span:nth-child(2) { top: 26%; left: 75%; animation-delay: 1.4s; }
.pulses span:nth-child(3) { top: 68%; left: 44%; animation-delay: 2.1s; }

@keyframes pulseFloat {
  0% { opacity: 0.45; transform: translate3d(0, 0, 0) scale(1); }
  25% { opacity: 0.8; transform: translate3d(6px, -18px, 0) scale(1.35); }
  50% { opacity: 0.2; transform: translate3d(-6px, -38px, 0) scale(0.75); }
  100% { opacity: 0; transform: translate3d(4px, -52px, 0) scale(1); }
}


  #testimonialCarousel {
    padding: 80px 0;
  
}

#testimonialCarousel .lead {
    font-size: 1.25rem;
    font-style: italic;
    color: var(--clr-deep-teal);
}

#testimonialCarousel img {
    object-fit: cover;
    border: 4px solid white;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
   

    padding: 15px;
}