/* ---------- Base / Variables ---------- */
:root{
  --primary: #dc222f;
  --muted: #6c757d;
  --soft-bg: #f7f8fa;
  --card-radius: 14px;
  --max-width: 1188px;
}

*{box-sizing:border-box}
body{font-family:Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; color:#222; margin:0; background:var(--soft-bg); -webkit-font-smoothing:antialiased}
a{color:var(--primary); text-decoration:none}

/* Container override */
.container{max-width:var(--max-width)}

/* ---------- HERO (Option A) ---------- */
.hero-section{position:relative; overflow:hidden}
.hero-swiper{height:520px}
@media (max-width:992px){ .hero-swiper{height:480px} }
@media (max-width:576px){ .hero-swiper{height:560px} }

.swiper-slide{background-size:cover;background-position:center center; position:relative; display:block;}

/* overlay to improve text contrast */
.hero-overlay{
  position:absolute; inset:0; background:linear-gradient(180deg, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0.45) 100%);
}

/* hero inner text (centered vertically) */
.hero-inner{position:relative; z-index:2; height:100%; display:flex; flex-direction:column; justify-content:center; align-items:center; padding:40px 12px; color:#fff; text-shadow:0 6px 18px rgba(0,0,0,0.45)}
.eyfs-tag{font-weight:600; opacity:0.95; letter-spacing:0.1px}
.hero-title{font-size:38px; font-weight:700; margin:10px 0}
.hero-sub{font-size:16px; max-width:920px}
.hero-ctas .btn{min-width:150px}
.hero-location{opacity:0.95; font-size:14px; margin-top:8px}

/* Swiper nav color */
.swiper-button-next, .swiper-button-prev{color:#fff}
.swiper-pagination-bullet{background:rgba(255,255,255,0.9)}

/* ---------- WHY SECTION (textual) ---------- */
.section-padding{padding:56px 0}
.why-section .section-heading{font-size:28px; font-weight:700}
.why-paragraph{max-width:880px; margin:12px auto 0; color:#444}

/* ---------- ADMISSION CATEGORY ---------- */
.admission-section .section-heading-sm{font-size:20px; font-weight:700}
.admit-box{background:#fff; border-radius:10px; padding:18px; box-shadow:0 10px 26px rgba(10,20,40,0.06)}
.admit-box h5{margin-bottom:6px}

/* ---------- GALLERY ---------- */
.gallery-grid .gallery-item{overflow:hidden; border-radius:12px; box-shadow:0 12px 36px rgba(0,0,0,0.06)}
.gallery-item img{width:100%; height:220px; object-fit:cover; transition: transform 0.8s cubic-bezier(.2,.8,.2,1)}
.gallery-item:hover img{transform: scale(1.08)}

/* ---------- REVIEWS (GBP-like) ---------- */
.reviews-section .review-card{background:#fff; border-radius:12px; box-shadow:0 10px 36px rgba(0,0,0,0.06)}
.review-stars{color:#f6b017; font-weight:700; margin-bottom:8px}

/* ---------- MAP + CONTACT ---------- */
.map-wrap{border-radius:10px; overflow:hidden; box-shadow:0 12px 34px rgba(0,0,0,0.06)}
.contact-info{background:#fff; border-radius:10px; padding:24px; box-shadow:0 12px 34px rgba(0,0,0,0.04)}

/* ---------- ENQUIRY FORM ---------- */
.enquiry-section .why-book{background:#fff; border-radius:12px; padding:20px; box-shadow:0 10px 34px rgba(0,0,0,0.05)}
.form-control{border-radius:8px}

/* ---------- FOOTER ---------- */
.site-footer{background:#0b1220; color:#fff}

/* ---------- Responsive ---------- */
@media (max-width:992px){
  .hero-title{font-size:30px}
  .hero-sub{font-size:15px}
}
@media (max-width:576px){
  .hero-title{font-size:22px}
  .hero-sub{font-size:14px}
  .gallery-item img{height:160px}
}

/* NAVBAR styles (matches docx visual) */
.site-nav{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  transition: background-color .28s ease, padding .28s ease, box-shadow .28s ease;
  padding: 8px 0;
}
.site-nav .nav-logo{height:42px}
.site-nav .nav-link{color:#000; margin-right:6px}
.site-nav .btn-outline-light{border-color:rgba(0, 0, 0, 0.08)}
.site-nav .btn-primary{box-shadow:0 6px 18px rgba(13,110,253,0.18)}

/* Sticky (scrolled) state */
.site-nav.sticky{
  position:fixed;
  background: #ffffff;
  color: #111;
  top: 0;
  left: 0;
  right: 0;
  padding: 6px 0;
  box-shadow:0 6px 20px rgba(6,10,20,0.06);
}
.site-nav.sticky .nav-link{color:#333}
.site-nav.sticky .btn-outline-light{border-color:rgba(0,0,0,0.08); color:#111}
.site-nav.sticky .navbar-brand img{filter:none}

/* Offcanvas (mobile) tweaks */
.offcanvas .nav-link{color:#212529}
.offcanvas .btn-primary{background:var(--primary)}

/* Ensure hero is under absolute navbar */
/* .hero-section{padding-top:18px} */
@media (max-width:576px){
  /* .site-nav{top:8px} */
  .site-nav .nav-logo{height:34px}
}

.red-color{
    background-color: #dc222f !important;
    border-color: #dc222f;
}
.red-color:hover{
    background-color: #f72c39 !important;
    border-color: #f72c39;
}

.green-color{
    background-color: #67a844 !important;
    border-color: #67a844 !important;
    color: #fff !important;
}
.green-color:hover{
    background-color: #85d758 !important;
    border-color: #85d758 !important;
}

.navbar-toggler{
  background: #dc222f;
}

/* ============================================
   WHY CHOOSE US SECTION - CSS
   ============================================ */

.why-choose-us-section {
  background: #fafafa;
  padding: 80px 0;
}

/* First Header Section */
.why-choose-us-section .section-header-main {
  text-align: center;
  margin-bottom: 60px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.why-choose-us-section .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 20px;
  line-height: 1.2;
}

.why-choose-us-section .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: #38A04A;
  margin-bottom: 20px;
  line-height: 1.3;
}

.why-choose-us-section .section-main-description {
  font-size: 1.1rem;
  color: #6b7280;
  line-height: 1.7;
  max-width: 750px;
  margin: 0 auto;
}

/* Second Header Section */
.why-choose-us-section .section-header {
  text-align: center;
  margin-bottom: 60px;
}

.why-choose-us-section .section-tag {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 600;
  color: #38A04A;
  margin-bottom: 16px;
}

.why-choose-us-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 16px;
  line-height: 1.2;
}

.why-choose-us-section .section-title span {
  color: #38A04A;
}

.why-choose-us-section .section-description {
  font-size: 1.1rem;
  color: #6b7280;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

.why-choose-us-section .features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin-top: 40px;
}

.why-choose-us-section .feature-card {
  background: white;
  border-radius: 16px;
  padding: 32px 28px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  border: 1px solid #e5e7eb;
}

.why-choose-us-section .feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.why-choose-us-section .icon-wrapper {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.why-choose-us-section .feature-card:hover .icon-wrapper {
  transform: scale(1.05);
}

.why-choose-us-section .icon-green {
  background: #d1fae5;
}

.why-choose-us-section .icon-pink {
  background: #fce7f3;
}

.why-choose-us-section .icon-purple {
  background: #e0e7ff;
}

.why-choose-us-section .icon-blue {
  background: #dbeafe;
}

.why-choose-us-section .icon-orange {
  background: #fed7aa;
}

.why-choose-us-section .icon-yellow {
  background: #fef3c7;
}

.why-choose-us-section .feature-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 12px;
}

.why-choose-us-section .feature-description {
  font-size: 0.95rem;
  color: #6b7280;
  line-height: 1.6;
}

/* Bottom Footer Section */
.why-choose-us-section .section-footer-content {
  text-align: center;
  margin-top: 60px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 30px;
  background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 100%);
  border-radius: 20px;
  border: 2px solid #d1fae5;
}

.why-choose-us-section .footer-subtitle {
  font-size: 1.5rem;
  font-weight: 700;
  color: #38A04A;
  margin-bottom: 16px;
  line-height: 1.3;
}

.why-choose-us-section .footer-description {
  font-size: 1.05rem;
  color: #6b7280;
  line-height: 1.7;
  margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .why-choose-us-section {
    padding: 60px 0;
  }

  .why-choose-us-section .section-main-title {
    font-size: 2rem;
  }

  .why-choose-us-section .section-subtitle {
    font-size: 1.25rem;
  }

  .why-choose-us-section .section-main-description {
    font-size: 1rem;
  }

  .why-choose-us-section .section-title {
    font-size: 2rem;
  }

  .why-choose-us-section .features-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .why-choose-us-section .feature-card {
    padding: 24px 20px;
  }

  .why-choose-us-section .section-footer-content {
    margin-top: 40px;
    padding: 30px 24px;
  }

  .why-choose-us-section .footer-subtitle {
    font-size: 1.25rem;
  }

  .why-choose-us-section .footer-description {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .why-choose-us-section {
    padding: 40px 0;
  }

  .why-choose-us-section .section-main-title {
    font-size: 1.75rem;
  }

  .why-choose-us-section .section-subtitle {
    font-size: 1.1rem;
  }

  .why-choose-us-section .section-main-description {
    font-size: 0.95rem;
  }

  .why-choose-us-section .section-title {
    font-size: 1.75rem;
  }

  .why-choose-us-section .section-description {
    font-size: 1rem;
  }

  .why-choose-us-section .icon-wrapper {
    width: 56px;
    height: 56px;
  }

  .why-choose-us-section .icon-wrapper svg {
    width: 28px;
    height: 28px;
  }

  .why-choose-us-section .feature-title {
    font-size: 1.1rem;
  }

  .why-choose-us-section .feature-description {
    font-size: 0.9rem;
  }

  .why-choose-us-section .section-footer-content {
    margin-top: 30px;
    padding: 24px 20px;
    border-radius: 16px;
  }

  .why-choose-us-section .footer-subtitle {
    font-size: 1.1rem;
  }

  .why-choose-us-section .footer-description {
    font-size: 0.95rem;
  }
}


/* ============================================
   TAILORED LEARNING SECTION - CSS
   ============================================ */

.tailored-learning-section {
  padding: 80px 0;
  background: #ffffff;
}

/* Left Column - Image */
.tailored-learning-section .learning-image-wrapper {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.tailored-learning-section .learning-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
}

.tailored-learning-section .experience-badge {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: linear-gradient(135deg, #84cc16 0%, #65a30d 100%);
  padding: 20px 30px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(132, 204, 22, 0.4);
}

.tailored-learning-section .badge-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: white;
  line-height: 1;
  margin-bottom: 4px;
}

.tailored-learning-section .badge-text {
  font-size: 0.85rem;
  font-weight: 500;
  color: white;
  opacity: 0.95;
}

/* Right Column - Content */
.tailored-learning-section .learning-content {
  padding-left: 40px;
}

.tailored-learning-section .content-tag {
  display: inline-block;
  background: #e0e7ff;
  color: #4f46e5;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 16px;
}

.tailored-learning-section .learning-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 20px;
  line-height: 1.2;
}

.tailored-learning-section .learning-title span {
  color: #38A04A;
}

.tailored-learning-section .learning-description {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.7;
  margin-bottom: 32px;
}

/* Age Groups List */
.tailored-learning-section .age-groups-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.tailored-learning-section .age-group-item {
  background: #f9fafb;
  border-radius: 12px;
  padding: 20px;
  border: 1px solid #e5e7eb;
  transition: all 0.3s ease;
}

.tailored-learning-section .age-group-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateX(4px);
}

.tailored-learning-section .age-group-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.tailored-learning-section .age-indicator {
  width: 4px;
  height: 50px;
  border-radius: 4px;
}

.tailored-learning-section .age-group-info {
  flex: 1;
}

.tailored-learning-section .age-group-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 4px;
}

.tailored-learning-section .age-range {
  font-size: 0.9rem;
  color: #6b7280;
}

.tailored-learning-section .age-group-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-left: 16px;
}

.tailored-learning-section .details-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tailored-learning-section .details-list li {
  font-size: 0.9rem;
  color: #6b7280;
  padding: 4px 0;
  position: relative;
  padding-left: 20px;
}

.tailored-learning-section .details-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #38A04A;
  font-weight: 700;
}

/* Admission Update Section */
.tailored-learning-section .admission-update-section {
  margin-top: 60px;
  background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 100%);
  padding: 40px;
  border-radius: 20px;
  border: 2px solid #d1fae5;
}

.tailored-learning-section .admission-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 12px;
}

.tailored-learning-section .admission-subtitle {
  font-size: 1rem;
  color: #6b7280;
  margin-bottom: 24px;
}

.tailored-learning-section .admission-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
}

.tailored-learning-section .category-item {
  background: white;
  padding: 16px 20px;
  border-radius: 12px;
  border: 2px solid #e5e7eb;
  font-size: 0.95rem;
  color: #6b7280;
  transition: all 0.3s ease;
}

.tailored-learning-section .category-item:hover {
  border-color: #38A04A;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(56, 160, 74, 0.15);
}

.tailored-learning-section .category-item strong {
  color: #38A04A;
  font-weight: 700;
  display: block;
  margin-bottom: 4px;
}

/* Responsive Design */
@media (max-width: 991px) {
  .tailored-learning-section .learning-content {
    padding-left: 0;
    margin-top: 40px;
  }

  .tailored-learning-section .learning-title {
    font-size: 2rem;
  }

  .tailored-learning-section .age-group-details {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media (max-width: 768px) {
  .tailored-learning-section {
    padding: 60px 0;
  }

  .tailored-learning-section .learning-title {
    font-size: 1.75rem;
  }

  .tailored-learning-section .badge-number {
    font-size: 2rem;
  }

  .tailored-learning-section .experience-badge {
    padding: 16px 24px;
  }

  .tailored-learning-section .admission-categories {
    grid-template-columns: 1fr;
  }

  .tailored-learning-section .admission-update-section {
    padding: 30px 24px;
  }
}

@media (max-width: 480px) {
  .tailored-learning-section {
    padding: 40px 0;
  }

  .tailored-learning-section .learning-title {
    font-size: 1.5rem;
  }

  .tailored-learning-section .learning-description {
    font-size: 0.95rem;
  }

  .tailored-learning-section .age-group-item {
    padding: 16px;
  }

  .tailored-learning-section .age-group-details {
    margin-left: 0;
  }

  .tailored-learning-section .experience-badge {
    bottom: 12px;
    right: 12px;
    padding: 12px 20px;
  }

  .tailored-learning-section .badge-number {
    font-size: 1.75rem;
  }

  .tailored-learning-section .badge-text {
    font-size: 0.75rem;
  }

  .tailored-learning-section .admission-update-section {
    padding: 24px 20px;
    margin-top: 40px;
  }

  .tailored-learning-section .admission-title {
    font-size: 1.25rem;
  }
}

/* ============================================
   GALLERY SECTION - CSS
   ============================================ */

.gallery-section {
  background: #ffffff;
}

.gallery-section .gallery-tag {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 600;
  color: #38A04A;
  margin-bottom: 16px;
}

.gallery-section .section-heading {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 16px;
}

.gallery-section .gallery-description {
  font-size: 1.1rem;
  color: #6b7280;
  max-width: 700px;
  margin: 0 auto 40px;
}

/* Gallery Items */
.gallery-section .gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
  aspect-ratio: 1;
  background: #f3f4f6;
}

.gallery-section .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-section .gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-section .gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(56, 160, 74, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-section .gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-section .gallery-overlay svg {
  animation: pulse-zoom 1.5s ease-in-out infinite;
}

@keyframes pulse-zoom {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }
}

/* Lightbox Modal */
.lightbox-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 10000;
  animation: fadeIn 0.3s ease;
}

.lightbox-modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.lightbox-content {
  position: relative;
  max-width: 90%;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: zoomIn 0.4s ease;
}

@keyframes zoomIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.lightbox-content img {
  max-width: 100%;
  max-height: 85vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

/* Lightbox Controls */
.lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.2);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10001;
}

.lightbox-close:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(90deg);
}

.lightbox-prev,
.lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.2);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10001;
}

.lightbox-prev {
  left: 20px;
}

.lightbox-next {
  right: 20px;
}

.lightbox-prev:hover,
.lightbox-next:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-50%) scale(1.1);
}

/* Lightbox Counter */
.lightbox-counter {
  margin-top: 20px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 10px 24px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Responsive Design */
@media (max-width: 768px) {
  .gallery-section .section-heading {
    font-size: 2rem;
  }

  .gallery-section .gallery-description {
    font-size: 1rem;
  }

  .lightbox-prev {
    left: 10px;
  }

  .lightbox-next {
    right: 10px;
  }

  .lightbox-close {
    top: 10px;
    right: 10px;
    width: 44px;
    height: 44px;
  }

  .lightbox-prev,
  .lightbox-next {
    width: 44px;
    height: 44px;
  }

  .lightbox-content img {
    max-height: 70vh;
  }
}

@media (max-width: 480px) {
  .gallery-section .section-heading {
    font-size: 1.75rem;
  }

  .lightbox-close,
  .lightbox-prev,
  .lightbox-next {
    width: 40px;
    height: 40px;
  }

  .lightbox-close svg,
  .lightbox-prev svg,
  .lightbox-next svg {
    width: 24px;
    height: 24px;
  }

  .lightbox-counter {
    font-size: 14px;
    padding: 8px 20px;
  }
}

/* ============================================
   TESTIMONIALS SECTION - CSS
   ============================================ */

.testimonials-section {
  background: linear-gradient(135deg, #4b5563 0%, #374151 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

/* Header */
.testimonials-section .testimonials-header {
  text-align: center;
  margin-bottom: 60px;
}

.testimonials-section .testimonials-tag {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 600;
  color: #84cc16;
  margin-bottom: 16px;
}

.testimonials-section .testimonials-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #f9fafb;
  margin-bottom: 16px;
  line-height: 1.2;
}

.testimonials-section .testimonials-title span {
  color: #84cc16;
}

.testimonials-section .testimonials-subtitle {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.8);
  max-width: 600px;
  margin: 0 auto;
}

/* Scrolling Container */
.testimonials-section .testimonials-scroll-wrapper {
  overflow: hidden;
  position: relative;
  padding: 20px 0;
}

.testimonials-section .testimonials-scroll-track {
  display: flex;
  gap: 24px;
  animation: scroll-left 40s linear infinite;
  width: fit-content;
}

/* Pause on hover */
.testimonials-section .testimonials-scroll-track:hover {
  animation-play-state: paused;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Testimonial Card */
.testimonials-section .testimonial-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  padding: 32px;
  min-width: 380px;
  max-width: 380px;
  flex-shrink: 0;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
}

.testimonials-section .testimonial-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}

/* Stars */
.testimonials-section .testimonial-stars {
  font-size: 18px;
  margin-bottom: 16px;
  color: #FFD700;
}

/* Quote Icon */
.testimonials-section .testimonial-quote-icon {
  position: absolute;
  top: 24px;
  right: 24px;
  opacity: 0.6;
}

/* Testimonial Text */
.testimonials-section .testimonial-text {
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 24px;
  flex-grow: 1;
  font-style: italic;
}

/* Author Section */
.testimonials-section .testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.testimonials-section .author-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 18px;
  flex-shrink: 0;
}

.testimonials-section .author-info {
  flex: 1;
}

.testimonials-section .author-name {
  font-size: 1rem;
  font-weight: 700;
  color: #f9fafb;
  margin-bottom: 4px;
}

.testimonials-section .author-meta {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .testimonials-section {
    padding: 60px 0;
  }

  .testimonials-section .testimonials-title {
    font-size: 2rem;
  }

  .testimonials-section .testimonial-card {
    min-width: 320px;
    max-width: 320px;
    padding: 24px;
  }

  .testimonials-section .testimonials-scroll-track {
    animation: scroll-left 30s linear infinite;
  }
}

@media (max-width: 480px) {
  .testimonials-section {
    padding: 40px 0;
  }

  .testimonials-section .testimonials-title {
    font-size: 1.75rem;
  }

  .testimonials-section .testimonials-subtitle {
    font-size: 1rem;
  }

  .testimonials-section .testimonial-card {
    min-width: 280px;
    max-width: 280px;
    padding: 20px;
  }

  .testimonials-section .testimonial-text {
    font-size: 0.9rem;
  }

  .testimonials-section .author-avatar {
    width: 42px;
    height: 42px;
    font-size: 16px;
  }

  .testimonials-section .testimonial-quote-icon svg {
    width: 32px;
    height: 32px;
  }
}


/* ============================================
   CONTACT & ENQUIRY SECTION - CSS
   ============================================ */

.contact-enquiry-section {
  background: linear-gradient(180deg, #f9fafb 0%, #ffffff 100%);
  padding: 80px 0;
}

/* Left Column - Contact Info */
.contact-enquiry-section .contact-info-box {
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.contact-enquiry-section .contact-tag {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 600;
  color: #38A04A;
  margin-bottom: 16px;
}

.contact-enquiry-section .contact-title {
  font-size: 2rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 16px;
  line-height: 1.2;
}

.contact-enquiry-section .contact-description {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 32px;
}

/* Contact Details */
.contact-enquiry-section .contact-details {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 32px;
}

.contact-enquiry-section .contact-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.contact-enquiry-section .contact-icon {
  width: 48px;
  height: 48px;
  background: #f0fdf4;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.contact-enquiry-section .contact-item:hover .contact-icon {
  background: #d1fae5;
  transform: scale(1.05);
}

.contact-enquiry-section .contact-text h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 4px;
}

.contact-enquiry-section .contact-text p {
  font-size: 0.95rem;
  color: #6b7280;
  margin: 0;
  line-height: 1.5;
}

.contact-enquiry-section .contact-text a {
  color: #38A04A;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-enquiry-section .contact-text a:hover {
  color: #2d8a3c;
  text-decoration: underline;
}

/* Map Container */
.contact-enquiry-section .map-container {
  margin-top: auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Right Column - Enquiry Form */
.contact-enquiry-section .enquiry-form-box {
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.contact-enquiry-section .form-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 8px;
}

.contact-enquiry-section .form-subtitle {
  font-size: 0.95rem;
  color: #6b7280;
  margin-bottom: 32px;
}

/* Form Styles */
.contact-enquiry-section .form-label {
  font-size: 0.9rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 8px;
  display: block;
}

.contact-enquiry-section .form-control {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e5e7eb;
  border-radius: 10px;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  background: #ffffff;
  color: #1f2937;
}

.contact-enquiry-section .form-control:focus {
  outline: none;
  border-color: #38A04A;
  box-shadow: 0 0 0 4px rgba(56, 160, 74, 0.1);
}

.contact-enquiry-section .form-control::placeholder {
  color: #9ca3af;
}

.contact-enquiry-section textarea.form-control {
  resize: none;
}

/* Submit Button */
.contact-enquiry-section .btn-submit {
  width: 100%;
  padding: 16px 24px;
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
}

.contact-enquiry-section .btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(239, 68, 68, 0.4);
}

.contact-enquiry-section .btn-submit:active {
  transform: translateY(0);
}

.contact-enquiry-section .btn-submit svg {
  transition: transform 0.3s ease;
}

.contact-enquiry-section .btn-submit:hover svg {
  transform: translateX(4px);
}

/* Responsive Design */
@media (max-width: 991px) {

  .contact-enquiry-section .contact-info-box,
  .contact-enquiry-section .enquiry-form-box {
    padding: 32px;
  }

  .contact-enquiry-section .contact-title {
    font-size: 1.75rem;
  }

  .contact-enquiry-section .form-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .contact-enquiry-section {
    padding: 60px 0;
  }

  .contact-enquiry-section .contact-info-box,
  .contact-enquiry-section .enquiry-form-box {
    padding: 28px;
  }

  .contact-enquiry-section .contact-title {
    font-size: 1.5rem;
  }

  .contact-enquiry-section .form-title {
    font-size: 1.35rem;
  }

  .contact-enquiry-section .contact-details {
    gap: 20px;
  }

  .contact-enquiry-section .contact-icon {
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 480px) {
  .contact-enquiry-section {
    padding: 40px 0;
  }

  .contact-enquiry-section .contact-info-box,
  .contact-enquiry-section .enquiry-form-box {
    padding: 24px;
  }

  .contact-enquiry-section .contact-title {
    font-size: 1.35rem;
  }

  .contact-enquiry-section .form-title {
    font-size: 1.25rem;
  }

  .contact-enquiry-section .contact-item {
    gap: 12px;
  }

  .contact-enquiry-section .contact-icon {
    width: 40px;
    height: 40px;
  }

  .contact-enquiry-section .contact-icon svg {
    width: 20px;
    height: 20px;
  }

  .contact-enquiry-section .form-control {
    padding: 10px 14px;
  }

  .contact-enquiry-section .btn-submit {
    padding: 14px 20px;
    font-size: 0.95rem;
  }
}


/* ============================================
   FAQ SECTION - CSS
   ============================================ */

.faq-section {
  background: linear-gradient(180deg, #ffffff 0%, #f9fafb 100%);
  padding: 80px 0;
}

/* Header */
.faq-section .faq-header {
  margin-bottom: 60px;
}

.faq-section .faq-tag {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 600;
  color: #38A04A;
  margin-bottom: 16px;
}

.faq-section .faq-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 16px;
}

.faq-section .faq-description {
  font-size: 1.05rem;
  color: #6b7280;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

/* FAQ Accordion */
.faq-section .faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* FAQ Item */
.faq-section .faq-item {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border: 1px solid #e5e7eb;
  transition: all 0.3s ease;
}

.faq-section .faq-item:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.faq-section .faq-item.active {
  box-shadow: 0 4px 16px rgba(56, 160, 74, 0.15);
  border-color: #38A04A;
}

/* FAQ Question */
.faq-section .faq-question {
  padding: 24px 28px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  transition: all 0.3s ease;
  user-select: none;
}

.faq-section .faq-question:hover {
  background: #f9fafb;
}

.faq-section .faq-item.active .faq-question {
  background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 100%);
}

.faq-section .faq-question-text {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 16px;
}

.faq-section .faq-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #38A04A 0%, #2d8a3c 100%);
  color: white;
  font-weight: 700;
  font-size: 0.9rem;
  border-radius: 10px;
  flex-shrink: 0;
}

.faq-section .faq-question h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1f2937;
  margin: 0;
  line-height: 1.4;
}

/* FAQ Icon */
.faq-section .faq-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f4f6;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.faq-section .faq-icon svg {
  transition: transform 0.3s ease;
  color: #6b7280;
}

.faq-section .faq-item.active .faq-icon {
  background: #38A04A;
}

.faq-section .faq-item.active .faq-icon svg {
  transform: rotate(180deg);
  color: white;
}

/* FAQ Answer */
.faq-section .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 28px;
}

.faq-section .faq-item.active .faq-answer {
  max-height: 2000px;
  padding: 0 28px 28px 28px;
}

.faq-section .faq-answer p {
  font-size: 0.95rem;
  color: #4b5563;
  line-height: 1.7;
  margin-bottom: 16px;
}

.faq-section .faq-answer p:last-child {
  margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .faq-section {
    padding: 60px 0;
  }

  .faq-section .faq-title {
    font-size: 2rem;
  }

  .faq-section .faq-description {
    font-size: 1rem;
  }

  .faq-section .faq-question {
    padding: 20px 20px;
  }

  .faq-section .faq-number {
    min-width: 44px;
    height: 44px;
    font-size: 0.85rem;
  }

  .faq-section .faq-question h4 {
    font-size: 1rem;
  }

  .faq-section .faq-item.active .faq-answer {
    padding: 0 20px 20px 20px;
  }
}

@media (max-width: 480px) {
  .faq-section {
    padding: 40px 0;
  }

  .faq-section .faq-title {
    font-size: 1.75rem;
  }

  .faq-section .faq-question {
    padding: 16px;
  }

  .faq-section .faq-question-text {
    gap: 12px;
  }

  .faq-section .faq-number {
    min-width: 40px;
    height: 40px;
    font-size: 0.8rem;
  }

  .faq-section .faq-question h4 {
    font-size: 0.95rem;
  }

  .faq-section .faq-icon {
    width: 28px;
    height: 28px;
  }

  .faq-section .faq-icon svg {
    width: 20px;
    height: 20px;
  }

  .faq-section .faq-item.active .faq-answer {
    padding: 0 16px 16px 16px;
  }

  .faq-section .faq-answer p {
    font-size: 0.9rem;
  }
}

/* Video Card - Square */
.video-card {
  position: relative;
  width: 100%;
  padding-top: 100%;
  /* 1:1 Aspect Ratio = Square */
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.video-card img,
.video-card video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Centered Play Button */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  border: none;
  font-size: 28px;
  color: #2f57ef;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: 0.3s;
}

.video-card:hover .play-btn {
  transform: translate(-50%, -50%) scale(1.1);
  background: #2f57ef;
  color: #fff;
}

/* Modal */
.video-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.video-modal video {
  max-width: 90%;
  max-height: 80%;
  border-radius: 12px;
  background: #000;
}

.close-modal {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.close-modal:hover {
  color: #ff4d4f;
}


.floating-image {
  position: fixed;
  bottom: 140px;
  right: 20px;
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1000;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.floating-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}








.time-slots {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 12px;
}

.time-slot {
  padding: 10px 12px;
  border: 1.5px solid #ddd;
  background: #fff;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.25s ease;
}

.time-slot:hover {
  border-color: #2e8c3e;
  color: #2e8c3e;
}

.time-slot.active {
  background: #e51e2a; /* red like screenshot */
  border-color: #e51e2a;
  color: #fff;
  box-shadow: 0 6px 15px rgba(229, 30, 42, 0.35);
}



















/* Phone Input Wrapper */
.phone-input-wrapper {
  display: flex;
  gap: 0;
  position: relative;
}

/* Country Code Selector */
.country-code-selector {
  position: relative;
  flex-shrink: 0;
}

.country-code-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0.575rem 0.75rem;
  background: #fff;
  border: 1px solid #ced4da;
  border-right: none;
  border-radius: 0.375rem 0 0 0.375rem;
  cursor: pointer;
  transition: all 0.2s;
  height: 100%;
  min-width: 100px;
}

.country-code-btn:hover {
  background: #f8f9fa;
  border-color: #86b7fe;
}

.country-code-btn:focus {
  outline: none;
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.flag-icon {
  font-size: 20px;
  line-height: 1;
}

.code {
  font-size: 14px;
  font-weight: 500;
  color: #495057;
}

.dropdown-arrow {
  margin-left: auto;
  color: #6c757d;
  transition: transform 0.2s;
}

.country-code-btn.active .dropdown-arrow {
  transform: rotate(180deg);
}

/* Phone Input Field */
.phone-input {
  border-radius: 0 0.375rem 0.375rem 0 !important;
  border-left: none !important;
  flex: 1;
}

.phone-input:focus {
  border-color: #ced4da !important;
  box-shadow: none !important;
}

.phone-input-wrapper:focus-within .country-code-btn {
  border-color: #86b7fe;
}

.phone-input-wrapper:focus-within .phone-input {
  border-color: #86b7fe !important;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
}

/* Country Dropdown */
.country-dropdown {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  background: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  width: 280px;
  max-height: 320px;
  display: none;
  flex-direction: column;
  z-index: 1000;
}

.country-dropdown.show {
  display: flex;
}

/* Country Search */
.country-search {
  padding: 8px;
  border-bottom: 1px solid #e9ecef;
}

.country-search input {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  font-size: 14px;
}

.country-search input:focus {
  outline: none;
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

/* Country List */
.country-list {
  overflow-y: auto;
  max-height: 260px;
}

.country-option {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  cursor: pointer;
  transition: background 0.15s;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
}

.country-option:hover {
  background: #f8f9fa;
}

.country-option.selected {
  background: #e7f1ff;
}

.country-option .flag-icon {
  font-size: 20px;
  flex-shrink: 0;
}

.country-info {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
}

.country-name {
  font-size: 14px;
  color: #212529;
  flex: 1;
}

.country-code-text {
  font-size: 13px;
  color: #6c757d;
  font-weight: 500;
}

/* Scrollbar Styling */
.country-list::-webkit-scrollbar {
  width: 6px;
}

.country-list::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.country-list::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}

.country-list::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

/* Responsive Design */
@media (max-width: 768px) {
  .country-code-btn {
    min-width: 85px;
    padding: 0.575rem 0.5rem;
  }
  
  .country-dropdown {
    width: 280px;
    max-width: calc(100vw - 32px);
  }
}

@media (max-width: 576px) {
  .country-code-btn {
    min-width: 80px;
    padding: 0.575rem 0.4rem;
    gap: 4px;
  }
  
  .flag-icon {
    font-size: 18px;
  }
  
  .code {
    font-size: 13px;
  }
  
  .dropdown-arrow {
    width: 10px;
    height: 10px;
  }
  
  .country-dropdown {
    width: 280px;
    max-width: calc(100vw - 32px);
  }
}