/* ========================================================== */
/* ===== THEME COLOR #002153 - MINIMAL CHANGES ===== */
/* ========================================================== */

:root {
  --primary: #002153;
  --primary-dark: #001536;
  --primary-light: #1A3B6B;
  --primary-bg: #F0F3F8;
  --accent: #4AA8C7;
  --border: #DCE0E8;
}

html,
body {
    background: #002153;
    color: #fff;
}

.container-fluid{
  width: 1400px !important;
}


/* ========================================================== */
/* ===== ALL BUTTONS ===== */
/* ========================================================== */

.btn-primary,
.btn-buy,
.btn-submit,
.rw-btn,
.btn-detail:hover,
.gallery-btn:hover,
.social-icon:hover {
  background: #002153 !important;
  border-color: #002153 !important;
  color: #ffffff !important;
}

.btn-primary:hover,
.btn-buy:hover,
.btn-submit:hover,
.rw-btn:hover {
  background: #001536 !important;
}

.btn-outline,
.btn-detail {
  color: #002153 !important;
  border-color: #002153 !important;
}

.btn-outline:hover {
  background: #002153 !important;
  color: #ffffff !important;
}

/* ========================================================== */
/* ===== LINKS & ICONS ===== */
/* ========================================================== */

a,
.section-label,
.trusted-badge,
.step-icon,
.course-tag,
.course-price,
.course-level,
.rw-stat-number,
.feature-icon,
.teacher-role,
.gallery-link,
.quote-icon,
.contact-icon {
  color: #002153;
}

a:hover {
  color: #001536 ;
}

/* ========================================================== */
/* ===== BORDERS ===== */
/* ========================================================== */

.logo-item,
.contact-info-card:hover,
.gallery-card:hover,
.testimonial-card:hover,
.course-card:hover,
.step-card:hover,
.feature-card:hover,
.teacher-card:hover,
.accordion-item:hover {
  border-color: #002153 !important;
}

.logo-item {
  border: 2px dashed #002153 !important;
}

/* ========================================================== */
/* ===== BACKGROUNDS ===== */
/* ========================================================== */

.section-label,
.trusted-badge,
.course-tag,
.course-level,
.feature-tag {
  background: rgba(0, 33, 83, 0.08) !important;
}

.btn-submit,
.btn-buy,
.rw-btn {
  background: #002153 !important;
}

/* ========================================================== */
/* ===== HIGHLIGHTS ===== */
/* ========================================================== */

.section-title .highlight,
.trusted-marquee-section h2 .highlight,
.stat-number {
  background: linear-gradient(135deg, #002153, #4AA8C7) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

.rw-highlight {
  color: #002153 !important;
}

.rw-bullet {
  background: #002153 !important;
  box-shadow: 0 0 0 4px rgba(0, 33, 83, 0.12) !important;
}

/* ========================================================== */
/* ===== SHADOWS ===== */
/* ========================================================== */

.btn-primary,
.btn-buy,
.btn-submit,
.rw-btn {
  box-shadow: 0 4px 20px rgba(0, 33, 83, 0.25) !important;
}

.btn-primary:hover,
.btn-buy:hover,
.btn-submit:hover,
.rw-btn:hover {
  box-shadow: 0 8px 30px rgba(0, 33, 83, 0.35) !important;
}

/* ========================================================== */
/* ===== SECTION BACKGROUNDS ===== */
/* ========================================================== */

.trusted-marquee-section,
.how-it-works,
.features-section,
.teachers-section,
.gallery-section,
.faq-section,
.contact-inquiry-section {
  background: #002153 !important;
}

.courses-section,
.rw-section,
.why-choose-us,
.testimonials-section {
  background: #002153 !important;
}


/* ========================================================== */
/* ===== HERO SECTION - FULL PAGE ONLY BANNERS ===== */
/* ========================================================== */

.hero-full-banner {
  padding: 0;
  margin: 0;
  background: #ffffff;
  width: 100%;
  overflow: hidden;
}

.hero-banner-wrapper {
  width: 100%;
  height: 100vh;
  min-height: 500px;
  max-height: 650px;
  overflow: hidden;
  position: relative;
}

.hero-full-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-full-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.hero-full-placeholder {
  width: 100%;
  height: 100%;
  min-height: 500px;
  background: linear-gradient(135deg, #f1f3f5, #e9ecef);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #6c757d;
  text-align: center;
  padding: 20px;
}

.hero-full-placeholder i {
  font-size: 4rem;
  color: #ced4da;
  margin-bottom: 15px;
}

.hero-full-placeholder h4 {
  font-size: 1.5rem;
  color: #343a40;
  margin-bottom: 5px;
}

.hero-full-placeholder p {
  font-size: 1rem;
  color: #6c757d;
  margin: 0;
}

/* ========================================================== */
/* ===== TRUSTED BY MARQUEE ===== */
/* ========================================================== */

.trusted-marquee-section {
  padding: 60px 0 50px;
  background: transparent;
  border: none;
  text-align: center;
}

.trusted-badge {
  display: inline-block;
  background: rgba(74, 144, 217, 0.10);
  color: var(--blue);
  padding: 6px 22px;
  border-radius: 40px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid rgba(74, 144, 217, 0.20);
  margin-bottom: 12px;
}

.trusted-marquee-section h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 8px;
}

.trusted-marquee-section h2 .highlight {
  background: linear-gradient(90deg, var(--blue), var(--aqua));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.trusted-marquee-section p {
  color: #6c757d;
  font-size: 1rem;
  max-width: 550px;
  margin: 0 auto 30px;
}

.logo-marquee-wrapper {
  overflow: hidden;
  padding: 10px 0;
  background: transparent;
  border: none;
  position: relative;
  width: 100%;
}

.logo-marquee-track {
  display: flex;
  gap: 60px;
  animation: scrollMarquee 25s linear infinite;
  width: max-content;
  align-items: center;
  will-change: transform;
}

.logo-item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.logo-item img {
  height: 50px;
  width: auto;
  object-fit: contain;
  transition: all 0.3s ease;
  filter: grayscale(0.4);
  opacity: 0.7;
}

.logo-item:hover img {
  filter: grayscale(0);
  transform: scale(1.05);
  opacity: 1;
}

@keyframes scrollMarquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ========================================================== */
/* ===== HOW IT WORKS ===== */
/* ========================================================== */

.how-it-works {
  padding: clamp(3rem, 8vh, 5rem) 5%;
  background: var(--blue-bg);
}

.section-header {
  text-align: center;
  margin-bottom: clamp(2rem, 4vh, 3.5rem);
}

.section-label {
  font-size: clamp(0.7rem, 0.9vw, 0.78rem);
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--blue);
  display: inline-block;
  margin-bottom: 0.8rem;
}

.section-header h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  margin-bottom: 1rem;
  color: #ffffff;
  font-weight: 800;
}

.section-header h2 .highlight {
  background: linear-gradient(135deg, var(--blue), var(--aqua));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section-desc {
  color: #6c757d;
  font-size: clamp(0.95rem, 1.1vw, 1.05rem);
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.7;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  margin-top: 2rem;
}

.step-card {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 20px;
  padding: clamp(1.8rem, 3vw, 2.5rem);
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.step-card:hover {
  transform: translateY(-6px);
  border-color: var(--blue);
  box-shadow: 0 12px 40px rgba(74, 144, 217, 0.10);
}

.step-card-highlight {
  border-color: rgba(74, 144, 217, 0.25);
}

.step-number {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: rgba(74, 144, 217, 0.10);
  color: var(--blue);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.9rem;
  border: 1px solid rgba(74, 144, 217, 0.20);
}

.step-number-teal {
  background: rgba(91, 192, 222, 0.12);
  color: var(--aqua);
  border-color: rgba(91, 192, 222, 0.25);
}

.step-number-red {
  background: rgba(220, 53, 69, 0.10);
  color: #dc3545;
  border-color: rgba(220, 53, 69, 0.20);
}

.step-icon {
  font-size: clamp(3rem, 4vw, 3.8rem);
  margin-bottom: 1.2rem;
  display: block;
  color: var(--blue);
}

.step-title {
  font-size: clamp(1.1rem, 1.3vw, 1.3rem);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.6rem;
}

.step-desc {
  color: #6c757d;
  font-size: clamp(0.85rem, 0.95vw, 0.95rem);
  line-height: 1.7;
  margin-bottom: 0;
}

.steps-cta {
  text-align: center;
  margin-top: clamp(2.5rem, 5vh, 4rem);
}

.btn-primary {
  background: var(--blue) !important;
  color: #fff;
  border: none;
  padding: clamp(0.7rem, 1vw, 0.8rem) clamp(1.8rem, 3vw, 2.5rem);
  border-radius: 10px;
  font-size: clamp(0.9rem, 1vw, 1rem);
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(74, 144, 217, 0.25);
}

.btn-primary:hover {
  background: var(--cyan);
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(91, 192, 222, 0.35);
  color: #fff;
}

.btn-outline {
  background: transparent;
  color: var(--blue);
  border: 2px solid var(--blue);
  padding: clamp(0.6rem, 0.9vw, 0.7rem) clamp(1.5rem, 2.5vw, 2rem);
  border-radius: 10px;
  font-size: clamp(0.85rem, 0.95vw, 0.95rem);
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.btn-outline:hover {
  background: var(--blue);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(74, 144, 217, 0.3);
}

/* ========================================================== */
/* ===== COURSES SECTION ===== */
/* ========================================================== */

.courses-section {
  background: #ffffff;
  padding: 60px 0;
}

.courses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.5rem;
}

.course-card {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 14px;
  padding: 1.2rem 1.5rem;
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  min-height: 200px;
  height: auto;
  overflow: visible;
}

.course-card:hover {
  border-color: var(--blue);
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(74, 144, 217, 0.10);
}

.course-tag {
  font-size: clamp(0.6rem, 0.7vw, 0.7rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 0.3rem;
}

.course-title {
  font-weight: 700;
  font-size: clamp(0.9rem, 1.1vw, 1rem);
  margin-bottom: 0.4rem;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.course-desc {
  font-size: clamp(0.8rem, 0.9vw, 0.9rem);
  color: #6c757d;
  line-height: 1.5;
  margin-bottom: 0.8rem;
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
}

.course-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(0.7rem, 0.75vw, 0.75rem);
  color: #6c757d;
  margin-top: auto;
}

.course-level {
  background: rgba(74, 144, 217, 0.10);
  color: var(--blue);
  padding: 0.15rem 0.5rem;
  border-radius: 100px;
  font-size: clamp(0.6rem, 0.65vw, 0.7rem);
  font-weight: 600;
}

.course-buttons {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
  padding-top: 0.8rem;
  border-top: 1px solid #e9ecef;
}

.btn-detail {
  flex: 1;
  text-align: center;
  background: var(--blue);
  border: none;
  color: #fff;
  font-weight: 600;
  padding: 0.5rem 0.8rem;
  border-radius: 8px;
  text-decoration: none;
  font-size: 0.8rem;
  transition: all 0.3s ease;
}

.btn-detail:hover {
  background: var(--blue-dark);
  color: #fff;
}

.btn-buy {
  background: var(--cyan);
  border: none;
  color: #fff;
  font-weight: 600;
  padding: 0.5rem 0.8rem;
  border-radius: 8px;
  text-decoration: none;
  font-size: 0.8rem;
  transition: all 0.3s ease;
}

.btn-buy:hover {
  background: #4AA8C7;
  color: #fff;
}

/* ========================================================== */
/* ===== ABOUT / RW SECTION ===== */
/* ========================================================== */

.rw-section {
  padding: 70px 0;
  background: var(--blue-bg);
}

.rw-image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}

.rw-image-bg {
  position: absolute;
  width: 80%;
  height: 80%;
  background: rgba(74, 144, 217, 0.08);
  border-radius: 50%;
  top: 10%;
  left: 10%;
  z-index: 0;
}

.rw-main-img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 480px;
  height: auto;
  border-radius: 28px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.rw-float-stats {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.rw-stat-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 14px 22px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.04);
  text-align: center;
  min-width: 120px;
  pointer-events: auto;
  animation: rwFloat 3s ease-in-out infinite alternate;
}

.rw-stat-1 {
  position: absolute;
  top: 5%;
  left: -3%;
  animation-delay: 0s;
}

.rw-stat-2 {
  position: absolute;
  bottom: 10%;
  right: -3%;
  animation-delay: 1.5s;
}

.rw-stat-number {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--blue);
  line-height: 1.2;
}

.rw-stat-label {
  font-size: 0.8rem;
  color: #666;
  font-weight: 500;
  letter-spacing: 0.3px;
}

@keyframes rwFloat {
  0%   { transform: translateY(0px); }
  100% { transform: translateY(-10px); }
}

.rw-content {
  padding-left: 20px;
}

.rw-content h2 {
  font-size: 2.8rem;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.2;
  margin-bottom: 24px;
}

.rw-highlight {
  color: var(--blue);
  position: relative;
  display: inline-block;
}

.rw-highlight::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: var(--blue);
  border-radius: 4px;
  opacity: 0.25;
}

.rw-points {
  margin-bottom: 28px;
}

.rw-point {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid #f0f0f0;
}

.rw-point:last-child {
  border-bottom: none;
}

.rw-bullet {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  background: var(--blue);
  border-radius: 50%;
  margin-top: 5px;
  box-shadow: 0 0 0 4px rgba(74, 144, 217, 0.12);
}

.rw-point p {
  margin: 0;
  font-size: 0.95rem;
  color: #444;
  line-height: 1.6;
}

.rw-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  background: var(--blue);
  color: white;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(74, 144, 217, 0.3);
  margin-bottom: 30px;
  border: none;
  cursor: pointer;
}

.rw-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(74, 144, 217, 0.4);
  background: var(--blue-dark);
  color: #fff;
}

.rw-btn:hover i {
  transform: translateX(4px);
}

.rw-btn i {
  transition: 0.3s;
}

.rw-affiliation {
  margin-top: 10px;
}

.rw-aff-badge {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #888;
  margin-bottom: 12px;
  border-left: 3px solid var(--blue);
  padding-left: 12px;
}

.rw-aff-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 28px;
}

.rw-aff-logos img {
  height: 40px;
  width: auto;
  object-fit: contain;
  filter: grayscale(1) brightness(0.5);
  opacity: 0.6;
  transition: all 0.3s ease;
}

.rw-aff-logos img:hover {
  filter: grayscale(0) brightness(1);
  opacity: 1;
  transform: scale(1.06);
}

/* ========================================================== */
/* ===== FEATURES SECTION ===== */
/* ========================================================== */

.features-section {
  padding: 60px 5%;
  background: #ffffff;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.feature-card {
  background: var(--blue-bg);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1.8rem;
  text-align: center;
  transition: all 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-6px);
  border-color: var(--blue);
  box-shadow: 0 12px 40px rgba(74, 144, 217, 0.10);
}

.feature-icon {
  font-size: 2.5rem;
  color: var(--blue);
  margin-bottom: 1rem;
}

.feature-title {
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
  color: #ffffff;
}

.feature-desc {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.6;
}

/* ========================================================== */
/* ===== TEACHERS SECTION ===== */
/* ========================================================== */

.teachers-section {
  padding: 60px 0;
  background: var(--blue-bg);
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.teachers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.8rem;
}

.teacher-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.teacher-card-link:hover {
  color: inherit;
  text-decoration: none;
}

.teacher-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 2rem 1.5rem 1.8rem;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
  border: 1px solid #f0f2f5;
  cursor: pointer;
}

.teacher-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(74, 144, 217, 0.12);
  border-color: var(--blue);
}

.teacher-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 1.2rem;
  overflow: hidden;
  border: 3px solid rgba(74, 144, 217, 0.20);
  transition: 0.3s;
}

.teacher-card:hover .teacher-avatar {
  border-color: var(--blue);
  transform: scale(1.05);
}

.teacher-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.avatar-initial {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--blue), var(--aqua));
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
}

.teacher-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 0.2rem;
}

.teacher-role {
  font-size: 0.9rem;
  color: var(--blue);
  font-weight: 500;
  margin-bottom: 0.3rem;
}

.teacher-company {
  font-size: 0.8rem;
  color: #8892a4;
  margin-bottom: 1rem;
}

.teacher-stats {
  display: flex;
  justify-content: space-around;
  padding-top: 1.2rem;
  border-top: 1px solid #eef2f7;
}

.t-stat-num {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1a1a2e;
}

.t-stat-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  color: #8892a4;
  letter-spacing: 0.04em;
}

/* ========================================================== */
/* ===== WHY CHOOSE US ===== */
/* ========================================================== */

.why-choose-us {
  padding: clamp(3rem, 8vh, 5rem) 5%;
  /* background: #ffffff; */
  /* border-top: 1px solid #e9ecef; */
  /* border-bottom: 1px solid #e9ecef; */
}

.features-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1.5rem, 2vw, 2rem);
  padding-top: clamp(2rem, 3vh, 3rem);
  border-top: 1px solid #e9ecef;
  margin-top: 2rem;
}

.stat-item {
  text-align: center;
}

.stat-number {
  display: block;
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 800;
  background: linear-gradient(135deg, var(--blue), var(--aqua));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 0.2rem;
}

.stat-label {
  color: #6c757d;
  font-size: clamp(0.75rem, 0.85vw, 0.85rem);
  font-weight: 500;
}

.feature-card-highlight {
  border-color: rgba(74, 144, 217, 0.20);
}

.feature-tag {
  display: inline-block;
  background: rgba(74, 144, 217, 0.10);
  border: 1px solid rgba(74, 144, 217, 0.20);
  color: var(--blue);
  padding: 0.25rem 0.8rem;
  border-radius: 100px;
  font-size: clamp(0.65rem, 0.75vw, 0.72rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.feature-card:hover .feature-tag {
  background: var(--blue);
  color: #fff;
  border-color: var(--blue);
}

/* ========================================================== */
/* ===== GALLERY SECTION ===== */
/* ========================================================== */

.gallery-section {
  background: var(--blue-bg);
  padding: 60px 0;
}

.gallery-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e9edf4;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
  height: 100%;
}

.gallery-card:hover {
  transform: translateY(-8px);
  border-color: var(--blue);
  box-shadow: 0 16px 48px rgba(74, 144, 217, 0.08);
}

.gallery-img-wrapper {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
}

.gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gallery-card:hover .gallery-img {
  transform: scale(1.05);
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(74, 144, 217, 0.15);
  backdrop-filter: blur(2px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.gallery-card:hover .gallery-overlay {
  opacity: 1;
}

.gallery-link {
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  font-size: 1.2rem;
  transition: all 0.4s ease;
  transform: scale(0.8);
  text-decoration: none;
}

.gallery-card:hover .gallery-link {
  transform: scale(1);
}

.gallery-link:hover {
  background: linear-gradient(135deg, var(--blue), var(--aqua));
  color: #fff;
  transform: scale(1.1);
  box-shadow: 0 8px 24px rgba(74, 144, 217, 0.2);
}

.gallery-content {
  padding: 1.2rem 1.5rem 1.5rem;
}

.gallery-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 0.3rem;
}

.gallery-desc {
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 0;
  line-height: 1.5;
}

.gallery-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.7rem 2rem;
  background: transparent;
  color: var(--blue);
  border: 2px solid var(--blue);
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.95rem;
}

.gallery-btn:hover {
  background: linear-gradient(135deg, var(--blue), var(--aqua));
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(74, 144, 217, 0.2);
  border-color: transparent;
}

/* ========================================================== */
/* ===== TESTIMONIALS SECTION ===== */
/* ========================================================== */

.testimonials {
  padding: 80px 5%;
  background: #ffffff;
}

.testimonial-card {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 20px;
  padding: 30px 28px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.testimonial-card:hover {
  border-color: var(--blue);
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(74, 144, 217, 0.10);
}

.testimonial-card.featured {
  border-color: rgba(74, 144, 217, 0.20);
  background: rgba(74, 144, 217, 0.03);
}

.card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
}

.quote {
  font-family: 'Georgia', serif;
  font-size: 42px;
  line-height: 1;
  color: var(--blue);
  opacity: 0.2;
}

.stars {
  color: #FFB800;
  font-size: 16px;
  letter-spacing: 2px;
}

.review {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.student {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 18px;
  border-top: 1px solid #e9ecef;
}

.student img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #e9ecef;
  transition: border-color 0.3s ease;
}

.testimonial-card:hover .student img {
  border-color: var(--blue);
}

.student-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--blue);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
}

.student-info h4 {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 3px;
}

.student-info span {
  font-size: 13px;
  color: #6c757d;
}

/* ========================================================== */
/* ===== FAQ SECTION ===== */
/* ========================================================== */

.faq-section {
  background: var(--blue-bg);
  padding: 60px 0;
}

.accordion-item {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 20px !important;
  overflow: hidden;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.accordion-item:hover {
  border-color: var(--blue);
}

.accordion-button {
  background: #ffffff;
  color: #ffffff;
  font-weight: 600;
  padding: 22px 25px;
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  background: rgba(74, 144, 217, 0.05);
  color: var(--blue);
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body {
  background: #ffffff;
  color: #6c757d;
  line-height: 1.8;
  padding: 0 25px 25px;
}

/* ========================================================== */
/* ===== CONTACT / INQUIRY SECTION ===== */
/* ========================================================== */

.contact-inquiry-section {
  padding: 80px 0 60px;
  background: #ffffff;
}

.inquiry-details {
  padding-right: 20px;
}

.contact-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 30px;
}

.contact-info-card {
  background: var(--blue-bg);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  transition: all 0.3s ease;
}

.contact-info-card:hover {
  transform: translateY(-4px);
  border-color: var(--blue);
  box-shadow: 0 8px 24px rgba(74, 144, 217, 0.08);
}

.contact-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  background: rgba(74, 144, 217, 0.10);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  font-size: 1.2rem;
}

.contact-text h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 4px;
}

.contact-text p {
  font-size: 0.85rem;
  color: #6c757d;
  margin: 0;
  line-height: 1.6;
}

.contact-text a {
  color: var(--blue);
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-text a:hover {
  color: var(--blue-dark);
}

.social-links h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}

.social-icons {
  display: flex;
  gap: 12px;
}

.social-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--blue-bg);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  font-size: 1rem;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-icon:hover {
  background: var(--blue);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(74, 144, 217, 0.3);
  border-color: var(--blue);
}

/* ===== FORM ===== */

.inquiry-form-wrapper {
  background: var(--blue-bg);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 35px;
}

.inquiry-form-wrapper h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 6px;
}

.inquiry-form-wrapper p {
  color: #6c757d;
  font-size: 0.95rem;
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 0;
}

.form-group label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 4px;
  display: block;
}

.form-group .required {
  color: #dc3545;
}

.form-control {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #dce0e8;
  border-radius: 10px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  background: #ffffff;
  color: #ffffff;
}

.form-control:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(74, 144, 217, 0.15);
  outline: none;
}

.form-control::placeholder {
  color: #adb5bd;
}

select.form-control {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236c757d' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
}

.btn-submit {
  width: 100%;
  padding: 12px;
  background: var(--blue);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn-submit:hover {
  background: var(--blue-dark);
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(74, 144, 217, 0.3);
}

/* ========================================================== */
/* ===== CTA SECTION ===== */
/* ========================================================== */

.cta-section {
  margin-top: 60px !important;
  background: #357abf;
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: clamp(2rem, 5vw, 4rem) clamp(1.5rem, 4vw, 3rem);
  text-align: center;
  margin: 0 5% 5rem;
}

.cta-section h2 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  margin-bottom: 1rem;
  color: #ffffff;
}

.cta-section p {
  color: var(--muted);
  max-width: 480px;
  margin: 0 auto 2rem;
  line-height: 1.7;
  font-size: clamp(0.9rem, 1vw, 1rem);
}

/* ========================================================== */
/* ===== RESPONSIVE ===== */
/* ========================================================== */

@media (max-width: 992px) {
  .hero-banner-wrapper {
      height: 70vh;
      min-height: 400px;
      max-height: 600px;
  }
  
  .steps-grid {
      grid-template-columns: repeat(2, 1fr);
  }
  
  .teachers-grid {
      grid-template-columns: repeat(3, 1fr);
  }
  
  .features-grid {
      grid-template-columns: repeat(2, 1fr);
  }
  
  .features-stats {
      grid-template-columns: repeat(2, 1fr);
  }
  
  .contact-info-grid {
      grid-template-columns: 1fr 1fr;
  }
  
  .rw-content {
      padding-left: 0;
      margin-top: 30px;
  }
  
  .rw-content h2 {
      font-size: 2.2rem;
  }
  
  .rw-stat-1 {
      top: 3%;
      left: 2%;
  }
  
  .rw-stat-2 {
      bottom: 8%;
      right: 2%;
  }
}

@media (max-width: 768px) {
  .hero-banner-wrapper {
      height: 50vh;
      min-height: 300px;
      max-height: 450px;
  }
  
  .steps-grid {
      grid-template-columns: 1fr;
      gap: 1.2rem;
  }
  
  .step-card {
      max-width: 400px;
      margin: 0 auto;
  }
  
  .teachers-grid {
      grid-template-columns: repeat(2, 1fr);
  }
  
  .features-grid {
      grid-template-columns: 1fr;
      max-width: 400px;
      margin: 0 auto;
  }
  
  .features-stats {
      grid-template-columns: 1fr 1fr;
      gap: 1.5rem;
  }
  
  .courses-grid {
      grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }
  
  .contact-info-grid {
      grid-template-columns: 1fr;
  }
  
  .inquiry-form-wrapper {
      padding: 25px;
  }
  
  .rw-content h2 {
      font-size: 1.8rem;
      text-align: center;
  }
  
  .rw-content {
      text-align: center;
  }
  
  .rw-point {
      text-align: left;
  }
  
  .rw-aff-logos {
      justify-content: center;
  }
  
  .rw-stat-card {
      padding: 10px 16px;
      min-width: 80px;
  }
  
  .rw-stat-number {
      font-size: 1.3rem;
  }
  
  .rw-stat-1 {
      top: 2%;
      left: 0;
  }
  
  .rw-stat-2 {
      bottom: 5%;
      right: 0;
  }
}

@media (max-width: 480px) {
  .hero-banner-wrapper {
      height: 40vh;
      min-height: 250px;
      max-height: 350px;
  }
  
  .teachers-grid {
      grid-template-columns: 1fr;
      max-width: 360px;
      margin: 0 auto;
  }
  
  .features-stats {
      grid-template-columns: 1fr 1fr;
      gap: 1rem;
  }
  
  .courses-grid {
      grid-template-columns: 1fr;
  }
  
  .inquiry-form-wrapper {
      padding: 20px;
  }
  
  .rw-content h2 {
      font-size: 1.5rem;
  }
  
  .rw-stat-card {
      padding: 8px 12px;
      min-width: 65px;
      border-radius: 12px;
  }
  
  .rw-stat-number {
      font-size: 1.1rem;
  }
  
  .rw-stat-label {
      font-size: 0.6rem;
  }
  
  .rw-stat-1 {
      top: 1%;
      left: 0;
  }
  
  .rw-stat-2 {
      bottom: 3%;
      right: 0;
  }
  
  .rw-aff-logos img {
      height: 24px;
  }
}

@media (max-width: 360px) {
  .hero-banner-wrapper {
      height: 35vh;
      min-height: 200px;
      max-height: 280px;
  }
  
  .hero-full-placeholder i {
      font-size: 2.5rem;
  }
}