
		/* ---------- Reset & base ---------- */
* { box-sizing: border-box; margin: 0; padding: 0;  }
html,body { height: 100%; }
body {
  font-family: "Poppins", sans-serif !important;
  color: #222;
  background: #fff;
  -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale;
}

/* ---------- Container ---------- */
.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* ---------- Navbar ---------- */
.navbar {
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.04);
  padding: 14px 0;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
}

.navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.logo img {
  width: 250px;
  height: auto;
}

/* Buttons */
.navbar-btn {
  display: flex;
  gap: 15px;
}

.btn-primary {
  background: #260b6a;
  color: #fff;
  padding: 9px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: background 0.3s;
}

.btn-primary:hover {
  background: #3a1c80;
}

#btn-school {
  background-color: rgb(219, 13, 13);
}

#btn-Bookr { 
    background-color: rgb(255, 126, 5);
}


/* Hamburger Icon (Hidden on desktop) */
.menu-toggle {
  display: none;
  font-size: 22px;
  cursor: pointer;
  color: #260b6a;
}

/* --------- Mobile Responsive --------- */
@media (max-width: 768px) {
  .logo img {
    width: 140px;
  }


  .btn-primary {
    width: 100%;
    justify-content: center;
    padding: 10px 8px !important;
    font-size: 12px;
  }

  #btn-call { 
    display: none;
  }
  
  #btn-Bookr { 
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  @keyframes slideDown {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
  }
}

nav ul { list-style:none; display:flex; gap:22px; align-items:center; }
nav a { color:#444; text-decoration:none; font-weight:500; }
.btn-primary { background:#260b6a; color:#fff; padding:9px 16px; border-radius:6px; text-decoration:none; font-weight:600; }

/* ---------- HERO ---------- */
.hero {
  background: linear-gradient(135deg,#ff7b00 0%, #ff6600 100%);
  color: #fff;
  padding: 100px 0;
  min-height: 540px; /* keep vertical rhythm */
}
.hero .container { display:flex; align-items:center; justify-content:space-between; gap:40px; flex-wrap:wrap; height: 340px; }

/* TEXT COLUMN: vertically center contents inside the column */
.hero-text {
  flex: 1 1 520px;
  max-width: 560px;
  display: flex;
  flex-direction: column;
  justify-content: center; /* <--- vertical centering fix */
  text-align: left;
  padding: 12px;
}

.hero-text h1 {
  font-size: clamp(28px, 4.2vw, 44px);
  line-height: 1.12;
  font-weight:700;
  margin-bottom: 18px;
}
.hero-text p {
  color: rgba(255,255,255,0.95);
  margin-bottom: 22px;
  font-size: 1.3rem;
  line-height:1.6;
}

/* store badges */
.store-buttons { display:flex; gap:12px; align-items:center; margin-bottom:10px; }
.store-buttons img { width:150px; height:auto; object-fit:contain; }

/* IMAGE COLUMN */
.hero-image {
  flex: 0 0 420px;
  display:flex;
  align-items:center;
  justify-content:center; /* center the image in its column */
  padding: 12px;
}
.hero-image img {
  width: 100%;
  max-width: 420px;
  transform: rotate(-6deg);
  transition: transform .25s ease;
  display:block;
}
.hero-image img:hover { transform: rotate(-2deg); }

/* ---------- WEATHER DATA SECTION ---------- */
.weather-data {
  background: #fff;
  color: #222;
  padding: 60px 0;
  min-height: 420px;
}

.weather-content {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
  flex-wrap:wrap;
}
.weather-image {
  flex: 0 0 420px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:12px;
}
.weather-image img { width:100%; max-width:380px; display:block; filter: drop-shadow(0 10px 20px rgba(0,0,0,0.12)); }

.weather-text h2 { font-size: clamp(22px, 3.6vw, 30px); margin-bottom:18px; line-height:1.25; color:#260b6a; font-weight: 600; }
.weather-text ul { list-style:none; padding-left:0; }
.weather-text li { margin-bottom:14px; color:#666; padding-left:22px; position:relative; }
.weather-text li::before { content: "›"; position:absolute; left:0; color:#ff7b00; font-weight:700; }
#weather-text-child1 ul li::before { color:white !important; }

/* ---------- REALTIME SECTION ---------- */
.realtime-section {
  background:#fff;
  padding:60px 0;
  min-height:420px;
}
.realtime-content {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
  flex-wrap:wrap;
}
.realtime-text {
  flex: 1 1 520px;
  display:flex;
  flex-direction:column;
  justify-content:center; /* <--- vertical centering fix */
  text-align:left;
  padding:12px;
}
.realtime-text h2 { font-size: clamp(22px, 3.6vw, 34px); margin-bottom:18px; line-height:1.25; }
.realtime-text p { color:#666; line-height:1.6; margin-bottom:16px; }
.realtime-image {
  flex: 0 0 420px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:12px;
}
.realtime-image img { width:100%; max-width:380px; display:block; filter: drop-shadow(0 10px 20px rgba(0,0,0,0.12)); transition: transform .25s ease; }
.realtime-image img:hover { transform: scale(1.03); }

/* ---------- Helper: unify alignment of all left columns ---------- */
.hero-text, .weather-text, .realtime-text { /* ensure headings align at same left x */
  padding-left: 12px;
  padding-right: 12px;
}

#weather-data-child {
  background-color: #260b6a;
}

#weather-text-child-ul li{
  color: white; 

}
#weather-text-child h2{
  color: white; 
}

#weather-data-child1 {
  background: linear-gradient(135deg, #ff7b00 0%, #ff6600 100%);
}

#weather-text-child1-ul li{
  color: white; 

}
#weather-text-child1 h2{
  color: white; 
}
/* ---------- Responsive ---------- */
@media (max-width: 1200px) {
  .hero-image, .weather-image, .realtime-image { flex-basis: 360px; }
  .hero { min-height: 520px; }
}

@media (max-width: 992px) {
  /* Stack order: image above text for hero (or reverse?), keep consistent - here image first then text */
  .hero .container { flex-direction: column-reverse; text-align:center; gap:0px; height:auto;}
  .hero-text, .weather-text, .realtime-text { text-align:center; align-items:center; padding:18px 10px; }
  .hero-image, .weather-image, .realtime-image { justify-content:center; }
  .hero-image img, .weather-image img, .realtime-image img { max-width:320px; transform:none; }
  nav ul { display:none; } /* keep navbar simple on mobile */
  .hero { padding: 60px 0; min-height: auto; }
  .weather-data, .realtime-section { padding: 48px 0; }
}



@media (max-width: 480px) {
  .store-buttons img { width: 130px; }
  .hero-text h1 { font-size:28px; }
  .weather-text h2, .realtime-text h2 { font-size:20px; }
  .hero-image img, .weather-image img, .realtime-image img { max-width: 260px; }
  
   .weather-image {
   max-width: 260px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:12px;
}
.weather-image img { 
width:100%; 
max-width: 260px;
 display:block; 
 filter: drop-shadow(0 10px 20px rgba(0,0,0,0.12));
 margin-left: 45px;
}
}

@media (max-width: 480px) {
    .hero-text {
        margin-top: -80px;
        margin-bottom: -80px;
    }
  }

.weather-text {
  flex: 1 1 520px;
  display:flex;
  flex-direction:column;
  justify-content:center; /* <--- vertical centering fix */
  text-align:left;
  padding:12px;
}


.store-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 20px;
}

/* Primary button */
.btn-store {
  background-color: #260b6a;
  color: #fff;
  font-weight: 600;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  text-align: center;
  transition: background 0.3s ease, transform 0.2s ease;
  display: inline-block;
}

.btn-store:hover {
  background-color: #260b6a;
  transform: translateY(-2px);
}

/* Secondary button */
.btn-store.secondary {
  background-color: #f0f4ff;
  color: #260b6a;
}

.btn-store.secondary:hover {
  background-color: #e0e8ff;
}

/* Responsive layout */
@media (max-width: 600px) {
  .store-buttons {
    flex-direction: column;
    align-items: center;
  }

  .btn-store {
    width: 100%;
  }
}



.about-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
}

.about-image {
  flex: 0 0 450px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.about-image img {
  width: 100%;
  max-width: 450px;
  border-radius: 15px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
  transition: transform 0.3s ease;
  margin: 40px;
  height: 500px;
  
}

.about-image img:hover {
  transform: scale(1.03);
}

.about-text {
  flex: 1 1 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  padding: 50px;
}



.about-text h2 {
  font-size: clamp(22px, 3.6vw, 30px); 
  margin-bottom:18px; 
  line-height:1.25; 
  color:#260b6a; 
  font-weight: 550; 
}

.about-text p {
  font-size: 1rem;
  line-height: 1.7;
  color: #444;
  margin-bottom: 16px;
}

/* ---------- Responsive ---------- */
@media (max-width: 992px) {
  .about-content {
    flex-direction: column-reverse;
    text-align: center;
    gap: 30px;
  }

  .about-text {
    align-items: center;
    padding: 22px 10px;
  }
}

@media (max-width: 480px) {
  .about-image img {
        max-width: 320px;
        margin: 0;
        margin-top: 40px;
        width: auto;
        height: auto;
  }

  .about-text h2 {
    font-size: 24px;
  }

  .about-text p {
    font-size: 0.95rem;
  }
}

hr {
	width:75%;
	margin:auto;
	border: none;        /* remove default border */
	  height: 1px;         /* thickness of the line */
	  background-color: #f0f4ff; /* light gray */
}

/* ---------- Zone Section ---------- */
.zone {
  background: linear-gradient(135deg, #eae8e6 0%, #efeae7 100%);
  color: #fff;
  padding: 15px 0;
  min-height: 220px;
}

.zone-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

.zone-text {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center; /* vertically center */
  text-align: center;
  padding: 12px;
}

.zone-text h1 {
    font-size: clamp(22px, 3.6vw, 30px);
    margin-bottom: 18px;
    line-height: 1.25;
    color: #260b6a;
    font-weight: 600;
}

/* Optional: add a subheading or paragraph if needed */
.zone-text p {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 20px;
}

/* ---------- Responsive ---------- */
@media (max-width: 992px) {
  .zone-content {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .zone-text h1 {
    font-size: 21px;
  }
  
  .zone-text p {
	font-size: 0.95rem;
  }


}

/* ---------- Clickable Gradient Cards ---------- */
.zone-cards {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
  flex-wrap: wrap;
}

/* Zone Card */
.zone-card {
  display: inline-block;
  background: #260b6a;
  color: #fff;
  padding: 15px 25px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.3s ease;
}

/* Popup Overlay */
.popup-overlay {
  display: none; /* hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Popup Box */
.popup-box {
  background: #fff;
  color: #260b6a;
  border-radius: 12px;
  padding: 25px 30px;
  width: 90%;
  max-width: 350px;
  max-height: 500px;            /* ✅ limit height */
  overflow-y: auto;             /* ✅ enable scrolling when content exceeds height */
  position: relative;
  animation: fadeIn 0.3s ease;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

/* Scrollbar styling (optional, looks better) */
.popup-box::-webkit-scrollbar {
  width: 6px;
}
.popup-box::-webkit-scrollbar-thumb {
  background: #260b6a;
  border-radius: 6px;
}

/* Header */
.popup-box h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #260b6a;
  top: 0;
  background: #fff;
  padding-top: 10px;
}

.popup-box h2 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #cf2d2d;
  top: 0;
  background: #fff;
  padding-top: 10px;
}

/* List */
.popup-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.popup-box ul li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  font-weight: 400;
  color: #444;
}

.popup-box ul li:last-child {
  border-bottom: none;
}

/* Close Button */
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  background: none;
  border: none;
  color: #260b6a;
  cursor: pointer;
}

/* Animation */
@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.9); }
  to { opacity: 1; transform: scale(1); }
}

/* Show popup */
.popup-overlay.show {
  display: flex;
}


#metro-zone {
  background: linear-gradient(135deg, #cf2d2d, #ff4d4d) !important;
}

#non-metro-zone {
  background: linear-gradient(135deg, #0d4888, #6b59b8) !important;
}

#metro-zone:hover {
  background: linear-gradient(135deg, #920c0c, #f16262) !important;
}

#non-metro-zone:hover {
  background: linear-gradient(135deg, #0a325e, #5d4e9e) !important;
}


/* ---------- Responsive ---------- */
@media (max-width: 600px) {
  .zone-cards {
    flex-direction: column;
    align-items: center;
  }
  
.zone-card {
  width: 80%;
  background: linear-gradient(135deg, #ffa85c, #ff4d4d);
  color: #fff;
  padding: 10px 10px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 1.1rem;
  text-align: center;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}
}


/* -------------- Star Data ------------- */
.star-data {
  background: #fff;
  color: #222;
  padding: 60px 0;
  min-height: 420px;
}

.star-content {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
  flex-wrap:wrap;
}
.star-image {
  flex: 0 0 420px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:12px;
}
.star-image img {
    max-width: 575px;
    height: 250px;
    display: block;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.12));
}

@media (max-width: 468px) {
.star-image {
  flex: 1 1 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}
.star-image img { 
	width:125%; 
	height: 150px;
	max-width:400px; 
	display:block; 
	filter: drop-shadow(0 10px 20px rgba(0,0,0,0.12)); 
}
}

.star-text {
  flex: 1 1 520px;
  display:flex;
  flex-direction:column;
  justify-content:center; /* <--- vertical centering fix */
  text-align:left;
  padding:12px;
}
.star-text h2 { font-size: clamp(22px, 3.6vw, 34px); margin-bottom:18px; line-height:1.25; color:#260b6a; }
.star-text ul { list-style:none; padding-left:0; }
.star-text li { margin-bottom:14px; color:#666; padding-left:22px; position:relative; }
.star-text li::before { content: "›"; position:absolute; left:0; color:#ff7b00; font-weight:700; }

.star-info {
  background: #f9f9ff; /* subtle background */
  border-left: 5px solid #ff7b00; /* accent bar */
  padding: 16px 20px;
  border-radius: 10px;
  margin-top: 15px;
}

.star-info p {
  margin: 8px 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #444;
}

.star-info p strong {
  color: #260b6a; /* highlight important part */
  font-weight: 600;
}

/* ---------- Responsive ---------- */
@media (max-width: 992px) {
  .star-text {
    text-align: center;
    align-items: center;
  }
  .star-info {
    border-left: none;
    border-top: 3px solid #ff7b00;
    padding: 12px 16px;
  }
}

@media (max-width: 480px) {
  .star-info p {
    font-size: 0.95rem;
  }
}

.partners {
  background: linear-gradient(135deg, #eae8e6 0%, #efeae7 100%);
  padding: 40px 20px;
  text-align: center;
}

.partners-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #260b6a;
  letter-spacing: 1px;
}

/* Grid setup */
.partner-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 60px;
}

/* Partner Item */
.partner-item {
  flex: 1 1 200px;
  max-width: 220px;
  min-width: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  position: relative;
}

/* Logo */
.partner-item img {
  max-width: 140px;
  height: 100px; /* ✅ fixes uneven logo heights */
  object-fit: contain; /* keep proportions */
  margin-bottom: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.partner-item img:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Text always same height position */
.partner-item p {
  color: #260b6a;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  height: 24px; /* ✅ ensures uniform text baseline */
  margin-top: 10px;
}

/* Adjusted logos (optional fine tuning) */
.partner-logo-adjust img {
  margin-top: 10px;
}

/* Tablet */
@media (max-width: 768px) {
  .partner-grid {
    gap: 40px;
  }

  .partner-item img {
    max-width: 120px;
    height: 90px; /* consistent height for tablets */
  }

  .partner-item {
    flex: 1 1 50px; 
    max-width: 220px;
    min-width: 160px;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    position: relative;
    
}
}

/* Mobile */
@media (max-width: 480px) {
  .partners-title {
    font-size: 22px;
  }

  .partner-grid {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .partner-item {
    border-bottom: 1px solid black;
  }

  .partner-item img {
    height: 80px; /* same height on mobile too */
  }
}


.app-install {
  background: #f4a62a;
  padding: 10px 20px;
}

.app-install-content {
  display: flex;
  flex-direction: column; /* Mobile-first: text first, then image */
  align-items: center;
  justify-content: center;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}

/* Image */
.app-images {
  width: 100%;
  text-align: center;
}

.back-phone {
  width: 70%;
  max-width: 350px;
  border-radius: 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  transform: rotate(-4deg);
}

/* Text */
.app-text {
  text-align: center;
  color: #260b6a;
}

.app-text h2 {
  font-size: 25px;
  line-height: 1.12;
  font-weight: 600;
  margin-bottom: 18px;
}

.app-text p {
    margin-bottom: 22px;
    font-size: 1.2rem;
    line-height: 1.6;
}

.download-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #260b6a;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 14px 35px;
  border-radius: 5px;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease;
}

.download-btn:hover {
  background: #3a1c80;
  transform: translateY(-2px);
}

.download-btn i {
  font-size: 18px;
}



/* ---------- Image Popup ---------- */
.image-popup-overlay {
  display: none; 
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
  z-index: 99999;
  padding: 20px;
}

.image-popup-overlay.show {
  display: flex;
  animation: fadeInPopup 0.3s ease;
}


.popup-image {
  max-width: 90%;
  max-height: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
  animation: zoomIn 0.3s ease;
  background: white;
}


.close-popup {
  position: absolute;
  top: 25px;
  right: 35px;
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s ease;
  z-index: 100000;
}

.close-popup:hover {
  color: #ff7b00;
}


@keyframes fadeInPopup {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes zoomIn {
  from { transform: scale(0.85); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .popup-image {
    max-width: 95%;
    max-height: 75%;
  }
}

@media (max-width: 480px) {
  .popup-image {
    max-width: 100%;
    max-height: 70%;
  }

  .close-popup {
    font-size: 32px;
    top: 15px;
    right: 20px;
  }
}

/* ---------- Desktop View ---------- */
@media (min-width: 900px) {
  .app-install-content {
    flex-direction: row; /* Text left, image right */
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }

  .app-text {
    flex: 1 1 50%;
    padding-right: 40px;
  }

  .app-images {
    flex: 1 1 45%;
  }

  .back-phone {
    width: 100%;
    transform: rotate(-4deg);
    position: relative;
    top: 81px;
    left: 40px;
  }
}

.white-space {
  background: #fff;
  width: 100%;
  height: 120px;
}

@media (max-width: 768px) {
  .white-space {
    height: 60px;
  }
}


/* Base Section */
.contact-section {
  background-color: #f4f7f8;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-container {
  text-align: center;
  max-width: 800px;
  color: #1e2a2f;
  line-height: 1.8;
}

.contact-container h2 {
  margin-top: 3%;
}

.contact-container p {
    font-size: 1rem;
    font-size: bold;
  }

/* Call Button */
.call-button {
  display: inline-flex;
  margin-top: 3%;
  gap:10px;
  align-items: center;
  justify-content: center;
  background-color: rgb(219, 13, 13);
  color: white;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 12px 28px;
  border-radius: 50px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.call-button:hover {
  background-color: rgb(202, 24, 24);
  transform: scale(1.05);
}

/* Responsive Design */
@media (max-width: 768px) {
  .contact-container p {
    font-size: 1rem;
    font-size: bold;
  }

  .call-button {
    font-size: 1rem;
    padding: 10px 24px;
  }

  .contact-section {
    padding: 40px 15px;
  }
}

@media (max-width: 480px) {
  .contact-container {
    max-width: 95%;
  }

  .call-button {
    width: 100%;
    font-size: 1rem;
    padding: 12px;
  }
}

/* Footer Base */
.footer {
  background-color: #ffffff;
  padding: 9px 10px 18px;
  border-top: 1px solid #e6e6e6;
  color: #444;
}



.footer-column h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 12px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 8px;
}

.footer-column ul li a {
  text-decoration: none;
  color: #666;
  transition: color 0.3s ease;
}

.footer-column ul li a:hover {
  color: #f5a623;
}

/* Divider */
.footer hr {
	width:100% !important;
  border: none;
  border-top: 1px solid #ddd;
}

/* Bottom Row */
.footer-bottom {
margin-top:1%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.9rem;
  color: #777;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-social a {
  color: #777;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-social a:hover {
  color: #f5a623;
}

.footer-social span {
  color: #ccc;
}

.footer-bottom {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-copyright {
  text-align: center;
  width: 100%;
}

/* Responsive Design */
@media (max-width: 992px) {
  .footer-container {
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 600px) {
  .footer {
    padding: 13px 20px 20px;
  }

  .footer-links {
    flex-direction: column;
    gap: 20px;
  }

  .footer-column h3 {
    font-size: 1rem;
  }

  .footer-column ul li {
    margin-bottom: 6px;
  }
}

/* Bookr button hidden on desktop */
.bookr-mobile-only {
  display: none;
}

@media (max-width: 1024px) {
  .bookr-mobile-only {
    display: block;          /* show only on mobile/tablet */
    width: 100%;             /* full width */
    margin-bottom: 8px;
    text-align: center;
    padding: 12px;
    border-radius: 6px;
    background-color: rgb(219, 13, 13);
    color: #fff;
    text-decoration: none;
  }
}

/* Row container for a & b */
.buttons-row {
  display: flex;
  gap: 10px;
}


/* Fixed Buttons Wrapper */
.fixed-register-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column; /* stack Bookr above row */
  gap: 10px;
  z-index: 1000;
}


.view-btn{
  margin-bottom: 20px;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  background-color: rgb(219, 13, 13);
  cursor: pointer;

}
/* Button Styles */
.register-btn {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Individual Button Colors */
.school-btn {
  background-color: rgb(219, 13, 13);
}

.child-btn {
  background-color: #260b6a;
}

/* Hover Effects */
.register-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  opacity: 0.9;
}

@media (max-width: 768px) {
  .fixed-register-buttons {
    right: 10px;
    bottom: 10px;
    gap: 8px;
  }

  .register-btn {
    font-size: 0.9rem;
    padding: 10px 16px;
  }
}

@media (max-width: 480px) {
  .fixed-register-buttons {
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
    gap: 8px;
    justify-content: center;
    align-items: center;
  }

  .register-btn {
    white-space: nowrap;
    min-width: 150px;
    text-align: center;
    font-size: 14px;
    padding: 10px 18px;
  }
}


:root{
  --orange: #ff7a00;
  --dark-blue: #052c5b;
  --bg: rgba(5,44,91,0.96);
  --glass: rgba(255,255,255,0.06);
  --radius: 14px;
  --shadow: 0 6px 20px rgba(5,44,91,0.35);
  --mobile-gap: 16px;
}

/* Floating dialog styles */
.floating-dialog {
  position: fixed;
  left: 24px;
  bottom: 24px;
  display: flex;
  gap: 14px;
  align-items: center;
  background: #1D395D;
  color: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 14px 18px;
  min-width: 220px;
  max-width: 420px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: transform .22s ease, opacity .22s ease;
  z-index: 9999;
}
.floating-dialog.hidden { transform: translateY(12px); opacity: 0; pointer-events: none; }
.icon-wrap {
  width: 56px; height: 56px; flex: 0 0 56px; border-radius: 12px; display: grid; place-items: center;
  background: linear-gradient(180deg,var(--orange),#ff9b40); box-shadow: 0 6px 18px rgba(255,122,0,0.18);
}
.content { flex:1; min-width:0; display: flex; flex-direction: column; gap: 2px; }
.label { font-size:12px; text-transform: uppercase; letter-spacing:0.08em; color:rgba(255,255,255,0.9); font-weight:700; }
.value { font-size:20px; font-weight:800; line-height:1; color:#fff; display:flex; align-items:center; gap:10px; }
.value .count { background: rgba(255,255,255,0.06); padding:6px 10px; border-radius:8px; font-weight:800; }
.actions { display:flex; align-items:center; gap:8px; margin-left:8px; }
.close { background:transparent; border:0; color:rgba(255,255,255,0.7); font-size:18px; line-height:1; padding:6px; border-radius:8px; cursor:pointer;}
.pulse { animation: pulse 1s cubic-bezier(.2,.9,.3,1);}
@keyframes pulse { 0%{transform:scale(1)}50%{transform:scale(1.06)}100%{transform:scale(1)} }

/* Floating icon only styles */
.floating-icon {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 9999;
  cursor: pointer;
  transition: opacity .22s ease, transform .22s ease;
}
.floating-icon .icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, var(--orange), #ff9b40);
  box-shadow: 0 6px 18px rgba(255,122,0,0.18);
}
.floating-icon.hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
}
@media (max-width:520px){
  .floating-dialog { left:var(--mobile-gap); right:var(--mobile-gap); bottom:16px; padding:12px 14px; max-width:calc(100% - (var(--mobile-gap) * 2));margin-bottom: 47px; }
  .icon-wrap { width: 48px; height: 48px; }
  .value{font-size:18px}
  .floating-icon { left: var(--mobile-gap); bottom: 16px; }
  .floating-icon .icon-wrap { width: 48px; height: 48px; margin-bottom: 60px;}
  .contact-section { height: 290px; padding: 0px 40px 15px; }
}



:root {
  --orange: #ff7a00;
  --dark-blue: #0b3b66;
  --bg: #f7f8fb;
  --white: #ffffff;
  --radius: 14px;
  --max-width: 720px;
  --shadow: 0 8px 30px rgba(11, 59, 102, 0.12);
}

.register-card-wrapper{
  background: var(--bg);
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card {
  width: 100%;
  max-width: var(--max-width);
  background: linear-gradient(180deg, var(--white), #fbfdff);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  display: flex;
  gap: 24px;
  align-items: center;
  padding: 28px;
}

.brand-strip {
  width: 8px;
  height: 88px;
  background: linear-gradient(180deg, var(--orange), #ff9852);
  border-radius: 10px 0 0 10px;
  flex-shrink: 0;
}

.content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.eyebrow {
  font-size: 13px;
  color: var(--dark-blue);
  font-weight: 500;
  opacity: 0.9;
}

h1 {
  margin: 0;
  font-size: 20px;
  color: var(--dark-blue);
  line-height: 1.15;
}

p {
  margin: 0;
  color: #334e6b;
}

.actions {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 8px;
}

.btn {
  appearance: none;
  border: 0;
  padding: 12px 18px;
  border-radius: 10px;
  font-weight: 700;
  cursor: pointer;
  font-size: 15px;
  box-shadow: 0 6px 18px rgba(11, 59, 102, 0.08);
}

.btn-register {
  background: #3B2379;
  text-decoration: none;
  color: #fff;
}

.btn-register:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(11, 59, 102, 0.12);
}

.btn-secondary {
  background: transparent;
  border: 1px solid rgba(11, 59, 102, 0.08);
  color: var(--dark-blue);
  padding: 10px 14px;
}

.illustration {
  width: 120px;
  height: 120px;
  border-radius: 12px;
  background: linear-gradient(180deg, #e9f6ff, #ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid rgba(11, 59, 102, 0.04);
}

.illustration svg {
  width: 72px;
  height: 72px;
}

@media (max-width: 640px) {
  .card {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }

  .illustration {
    width: 100%;
    height: 80px;
    border-radius: 10px;
  }

  .brand-strip {
    display: none;
  }
}


/* FAQ popup styles */


.faq-modal {
  display: none; 
  position: fixed;
  z-index: 1000;
  left: 0; top: 0; width: 100%; height: 100%;
  background: rgba(0,0,0,0.4);
}


.faq-modal-content {
    background: #fff;
    margin: 6% auto;
    max-width: 1000px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    max-height: 84vh;
    overflow-y: auto;
    padding-bottom: 20px;
    /* padding-top: 20px; */
    position: relative;
}


.faq-modal-close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 2.2rem;
  color: #FF6600;
  font-weight: bold;
  cursor: pointer;
}


@media (max-width: 600px) {
  .faq-modal-content {
    width: 97vw;
  }
}


:root {
    --color-dark-blue: #003366;
    --color-orange: #FF6600;
    --color-text: #333;
    --color-bg: #f4f7f6;
    --color-white: #ffffff;
    --font-main: 'Roboto', sans-serif;
}

/* Basic reset and body styling */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: var(--font-main);
    background-color: var(--color-bg);
    color: var(--color-text);
    line-height: 1.6;
}

/* Header styling */
.faq-header {
    background-color: var(--color-dark-blue);
    color: var(--color-white);
    padding: 2rem 1.5rem;
    text-align: center;
    border-bottom: 5px solid var(--color-orange);
}

.faq-header h1 {
    font-weight: 700;
    font-size: 2.2rem;
}

/* Main FAQ container */
.faq-container {
    max-width: 800px;
    margin: 2rem auto;
    padding: 0 1rem;
}

/* Styling for each FAQ item using <details> and <summary> */
.faq-item {
    background-color: var(--color-white);
    border-radius: 8px;
    margin-bottom: 1rem;
    border: 1px solid #ddd;
    overflow: hidden; /* Ensures border-radius applies to content */
}

.faq-question {
    font-size: 1.1rem;
    font-weight: 600;
    padding: 1.2rem 3rem 1.2rem 1.5rem;
    cursor: pointer;
    position: relative;
    list-style: none; /* Remove default marker */
    color: var(--color-dark-blue);
    text-align: left;
}

/* Custom marker (plus/minus sign) */
.faq-question::after {
    content: '+';
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.8rem;
    font-weight: 400;
    color: var(--color-orange);
    transition: transform 0.2s ease-in-out;
}

/* Change marker to minus when open */
.faq-item[open] .faq-question::after {
    content: '−';
    transform: translateY(-50%) rotate(180deg);
}

/* Style for the answer content */
.faq-answer {
    padding: 0 1.5rem 1.5rem 1.5rem;
    border-top: 1px solid #eee;
}

.faq-answer p,
.faq-answer ul {
    margin-top: 1rem;
    color: var(--color-text);;
    font-size: 1rem;
    text-align: left;

}

.faq-answer ul {
    padding-left: 1.5rem;
}

.faq-answer li {
    margin-bottom: 0.5rem;
}


@media (max-width: 600px) {
    .faq-header h1 {
        font-size: 1.8rem;
    }

    .faq-question {
        font-size: 1rem;
        padding: 1rem 3rem 1rem 1rem;
    }

    .faq-question::after {
        right: 1rem;
    }

    .faq-answer {
        padding: 0 1rem 1rem 1rem;
    }
}

/* css for start loading popup */

.custom-popup-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(0,0,0,0.3);
  display: flex; 
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px; 
  z-index: 99999;
}

.custom-popup-box {
  background: #FF6600;
  color: #fff;
  border-radius: 14px;
  padding: 24px 28px 28px 28px;
  width: 95%;
  max-width: 500px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.18);
  text-align: center;
  font-family: 'Poppins', 'Roboto', sans-serif;
  position: relative;
}

.custom-popup-box p {

  color: white;
}

.custom-popup-bold {
  font-weight: 800;
  font-size: 1.3rem;
  color: white;
}
.dark-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6); 
  z-index: 99998; 
}
.custom-close-btn {
  position: absolute;
  top: 12px;
  right: 14px;
  background: transparent;
  border: none;
  font-size: 1.6rem;
  color: #ffffff;
  cursor: pointer;
  transition: color 0.25s;
}



.custom-close-btn:hover {
  color: #003366;
}

.custom-popup-box {
  padding: 32px 46px 32px 46px; 
  
}

.custom-popup-bold {
  font-size: 1.5rem;
    margin-bottom: 25px;
    margin-top: -10px;
}

.custom-popup-box p:not(.custom-popup-bold) {
  margin: 6px 0; 
  line-height: 1.2;
  
}

@media (max-width: 500px) {
  .custom-popup-box { padding: 40px 12px; }
  .custom-popup-bold {
    font-size: 1.1rem;
    margin-bottom: 25px;
    margin-top: 0px;
}
}



/* Important Announcement Section */

.important-announcement {
  background-color: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.important-announcement .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.important-announcement p {
  color: #DB0D0D;
  font-weight: normal;
  font-size: 1.1rem;
  margin: 0;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
}

.important-announcement p strong {
  font-weight: bold;
}


@media (max-width: 480px) {
  .important-announcement p {
    font-size: 1rem;
    white-space: normal;
  }
}


