
:root{
  --teal: #0a5453;
  --accent: #ffa600;
  --light: #fef4e1;
  --card-bg: #e4a736;
  --white: #ffffff;
  --nav-height: 90px;
}

/* reset basics */
*{box-sizing:border-box}
body{margin:0;font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;color:#222;background:#fff}
a{color:inherit;text-decoration:none}

/* ===== NAVBAR (oval, floating, translucent) ===== */
:root {
  --nav-height: 90px;
}

.site-header {
  position: fixed;
  top: 12px;
  left: 0;
  right: 0;
  z-index: 1200;
  pointer-events: none;
}

.navbar-custom {
  display: flex;
  justify-content: space-between; /* distributes left, center, right */
  align-items: center;
  padding: 12px 24px;
  max-width: 1200px;
  margin: 0 auto;
  background: rgba(10, 84, 83, 0.92);
  border-radius: 80px;
  position: relative;
  height: var(--nav-height);
}

.nav-left, .nav-right {
  display: flex;
  align-items: center;
  gap: 18px;
}

.nav-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center; /* vertically center logo and text */
  gap: 10px; /* space between logo and text */
  flex-direction: row;
  align-items: center;
  justify-content: center;
}


.navbar-custom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between; /* Center the brand horizontally */
  margin: 0 auto;
  max-width: 1200px;
  background: rgba(10, 84, 83, 0.92);
  color: white;
  border-radius: 80px;
  height: var(--nav-height);
  padding: 12px 24px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  pointer-events: all;
}

/* ===== GROUPS (left, center, right) ===== */
.nav-left,
.nav-right {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center; /* independently vertically centered */
}

.nav-left {
  left: 32px; /* keep space from edge */
  gap: 18px;
}

.nav-right {
  right: 32px;
  gap: 14px;
}

/* ===== CENTER BRAND ===== */
.nav-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; /* ensures logo is perfectly centered vertically */
  text-align: center;
}

.logo {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}

.brand {
  font-weight: 600;
  color: #fff;
  font-size: 0.9rem;
  margin-top: 4px;
}

/* ===== NAV LINKS ===== */
.nav-left .nav-link {
  color: #fff;
  padding: 8px 12px;
  border-radius: 6px;
  position: relative;
  text-decoration: none;
  transition: color 0.25s;
}

.nav-left .nav-link::after {
  content: '';
  position: absolute;
  left: 12px;
  right: 12px;
  height: 3px;
  bottom: 4px;
  background: transparent;
  border-radius: 2px;
  transition: all 0.25s;
}

.nav-left .nav-link:hover::after {
  background: var(--accent);
}

/* ===== RIGHT ICONS & CONTACT BUTTON ===== */
.circle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  margin-right: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
  transition: transform 0.15s;
}
.circle-icon svg {
  display: block;
}
.circle-icon:hover {
  transform: translateY(-3px);
}

.btn-contact {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--teal);
  color: #fff;
  border: none;
  margin-left: 8px;
  font-weight: 600;
  transition: all 0.15s;
}
.btn-contact:hover {
  opacity: 0.95;
}


@media (max-width: 768px) {
  .navbar-custom {
    flex-direction: column;
    height: auto;
    padding: 14px 20px;
    border-radius: 28px;
    gap: 5px;
  }

  /* Reset positions */
  .nav-left,
  .nav-right,
  .nav-center {
    position: static;      /* stop absolute positioning */
    transform: none;       /* remove translations */
    width: 100%;
    margin: 0;
  }

  /* Top row: logo left, links right */
  .top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .nav-center {
    display: flex;
    justify-content: center; /* logo on left */
    align-items: center;
  }

  .nav-left {
    display: flex;
    justify-content: center;   /* links right */
    gap: 16px;
  }

  /* Bottom row: icons centered */
  .nav-right {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 8px;
  }

  /* Tap-friendly adjustments */
  .nav-left .nav-link {
    font-size: 1rem;
    padding: 10px 14px;
  }

  .circle-icon {
    width: 40px;
    height: 40px;
  }

  .logo {
    width: 80px;
    height: 80px;
    margin-bottom: 2px;
  }
}


/* ===== SPACE BELOW NAVBAR ===== */
.nav-spacer {
  height: calc(var(--nav-height) + 24px);
}

/* ===== General ===== */
body {
  font-family: Arial, sans-serif;
  
 
}
.section-title {
   margin-top: 1rem;
  margin-bottom: 5rem;
  color: #0a5453;
  text-align: center;
}


/* ===== Prices Tabs ============================================================= */
/* Prices Section */
.prices-section {
  position: relative;
  padding: 11rem 0;
  background: url('./images/p1.jpg') no-repeat center center; /* background image from storage */
  background-size: cover;
  display: flex;
  justify-content: center;
  color: #fff;
}

.prices-card {
  background-color: #630919; /* red card background */
  color: #ffa600; /* yellow text */
  padding: 2rem;
  border-radius: 1rem;
  max-width: 900px;
  width: 100%;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

/* Section title */
.prices-card .section-title {
  color: #ffa600;
  text-align: center;
  margin-bottom: 2rem;
}

/* Tabs */
.prices-card .nav-tabs {
  border-bottom: none;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.prices-card .nav-tabs .nav-link {
  color: #ffa600; /* yellow text */
  background-color: transparent;
  border: none;
  padding: 0.75rem 2rem;
  margin: 0 0.5rem;
  border-radius: 2rem;
  transition: all 0.3s;
}

.prices-card .nav-tabs .nav-link.active {
  background-color: #ffa600; /* yellow oval */
  color: #630919; /* red text */
  font-weight: bold;
}

/* Tables */
.prices-card table {
  background-color: transparent; /* fully transparent */
  color: #ffffff; /* white text */
  width: 100%;
  border-collapse: collapse; /* ensures borders are shared */
}

.prices-card table th,
.prices-card table td {
  padding: 1rem;
  text-align: center;
  border: 1px solid #ffffff; /* white divider lines */
}


/* Optional hover effect */
.prices-card table tr:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* ===== Countdown Section ========================================================= */
/* ===== Countdown Section ===== */
.countdown-section {
  padding: 10rem 0;
  background: linear-gradient(135deg, #630919, #410802, #00d5ff); /* shiny red-orange gradient */
  color: #ffa600; /* yellow text */
  text-align: center;
  font-family: Arial, sans-serif;
  background-size: 400% 400%;
  animation: gradientShift 10s ease infinite;
}

@keyframes gradientShift {
  0% {background-position: 0% 50%;}
  50% {background-position: 100% 50%;}
  100% {background-position: 0% 50%;}
}

.countdown-section h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
}

.countdown-section p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}

.countdown {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.countdown .time {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.5rem;
  min-width: 80px;
  background-color: rgba(0,0,0,0.2); /* subtle transparent card behind numbers */
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
}

.countdown .time span {
  font-size: 2rem;
  font-weight: bold;
  display: block;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}


.countdown .time::after {
  content: '';
  margin-top: 0.3rem;
}


/* ===== Diversity Banner ===== */
.diversity-banner {
  position: relative;
  padding: 3rem 0;
  overflow: hidden;
  background: #ffffff; /* only the ribbon behind images */
}
.diversity-banner .section-title {
  
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;      /* bold */
  font-size: 2.5rem;     /* adjust size */
  text-align: center;
  color: #0a5453;        /* teal or your preferred color */
  margin-bottom: 2rem;
}
.marquee-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.marquee {
  display: flex;
  gap: 2rem;
  animation: scroll 12s linear infinite; /* faster scroll */
}

.marquee img {
  height: 80px;
  object-fit: contain;
}

/* duplicate images seamlessly using pseudo element */
.marquee::after {
  content: '';
  display: flex;
  gap: 2rem;
}

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); } /* move half the total width to loop smoothly */
}

/* ===== FOOTER ===== */
.site-footer{background:#323131;color:#fff;padding:2.75rem 0}
.footer-grid{display:flex;gap:2rem;flex-wrap:wrap;justify-content:space-between;max-width:1200px;margin:0 auto}
.footer-info,.footer-hours,.footer-social{flex:1;min-width:200px}
.hours-table{color:#fff;border-collapse:collapse}
.hours-table td{padding:4px 8px}
/* ===== FOOTER SOCIAL ICONS ===== */
.footer-social-icons {
  display: flex;
  gap: 0.8rem; /* space between icons */
  margin-top: 0.8rem;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--accent); /* default accent (yellow) */
  color: #fff;
  font-size: 1.3rem;
  transition: all 0.25s ease;
  text-decoration: none;
}

/* Add unique colors for each platform */
.social-icon[aria-label="Facebook"] {
  background: #1877F2; /* Facebook blue */
}
.social-icon[aria-label="Instagram"] {
  background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af); /* Insta gradient */
}
.social-icon[aria-label="WhatsApp"] {
  background: #25D366; /* WhatsApp green */
}

/* Hover animation */
.social-icon:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
  opacity: 0.9;
}

/* small screens */
@media(max-width:600px){
  .footer-grid{flex-direction:column;align-items:flex-start}

}

