
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  background: #f6f7f9;
  font-family: 'DM Sans', sans-serif;
  color: #1a1a2e;
  overflow-x: hidden;
  padding-top: 60px;
}

/* ============================================================
   NAVBAR
   ============================================================ */
#mainNav {
  border-bottom: 1px solid #e5e7eb;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff; /* important */
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}
.navbar-icons {
  color: rgba(0,0,0,0.55);
  font-size: 13px;
  letter-spacing: 0.5px;
  transition: color 0.2s ease;
  cursor: pointer;
}
.navbar-icons:hover { color: #000; }
.navbar-nav .nav-link { padding: 8px 12px !important; }
.enquire-btn { font-size: 13px; padding: 6px 16px; border-radius: 6px; white-space: nowrap; }
.active-nav .navbar-icons {
  color: #000;
  border-bottom: 2px solid #170553;
  padding-bottom: 2px;
}
@media (max-width: 991px) {
  .navbar-collapse {
    background: #fff;
    padding: 12px 4px;
    border-top: 1px solid #e5e7eb;
    margin-top: 8px;
  }
  .navbar-nav .nav-link { padding: 10px 4px !important; }
  .enquire-btn { margin-top: 8px; width: fit-content; }
}

/* HERO */

.aboutpage-hero {
    background: #1f355e;
    color: white;
    padding: 40px 20px;
    text-align: center;
}

.aboutpage-hero-title{
    font-family: 'Playfair Display', serif;
}

.aboutpage-hero-content {
    max-width: 800px;
    margin: auto;
}

.aboutpage-hero h1 {
    font-size: 52px;
    margin-bottom: 20px;
}

.aboutpage-hero p {
    font-size: 18px;
    color: #d1d5db;
    line-height: 1.7;
}

@media(max-width:500px) {

    .aboutpage-hero h1 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .aboutpage-hero p {
        font-size: 16px;
    }
}

/* ============================================================
   STORY SECTION
   ============================================================ */
.about-story {
  padding: 100px 20px;
  background: #fff;
}
.about-story-container {
  max-width: 1200px;
  margin: auto;
}
.about-story-label {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 40px;
  padding-left: 16px;
  border-left: 3px solid #170553;
}
.about-story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.about-story-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
}
.about-story-right p {
  color: #64748b;
  line-height: 1.8;
  margin-bottom: 18px;
  font-size: 16px;
}
.about-story-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.about-story-tags span {
  background: #f1f0ff;
  color: #170553;
  padding: 7px 16px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid #ddd6fe;
}
@media (max-width: 900px) {
  .about-story-grid { grid-template-columns: 1fr; gap: 30px; }
}

/* ============================================================
   CEO SECTION
   ============================================================ */
.ceo-section {
  padding: 100px 20px;
  background: #f6f7f9;
}
.ceo-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 80px;
  align-items: center;
}
.ceo-image-col { display: flex; justify-content: center; }
.ceo-image-wrapper {
  position: relative;
  width: 340px;
}
.ceo-img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  object-position: top;
  border-radius: 20px;
  display: block;
  filter: drop-shadow(0 30px 60px rgba(23,5,83,0.35));
  box-shadow:
    0 20px 60px rgba(23,5,83,0.25),
    0 8px 20px rgba(0,0,0,0.15),
    inset 0 0 0 1px rgba(255,255,255,0.1);
}
.ceo-badge-card {
  position: absolute;
  bottom: -20px;
  right: -24px;
  background: #fff;
  border-radius: 14px;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  border: 1px solid #e5e7eb;
}
.ceo-badge-icon { font-size: 28px; }
.ceo-badge-card strong { display: block; font-size: 15px; color: #0f172a; }
.ceo-badge-card p { margin: 0; font-size: 12px; color: #6b7280; }

.ceo-label {
  display: inline-block;
  background: #dcb6e8;
  color: #000;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 13px;
  margin-bottom: 16px;
}
.ceo-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 6px;
}
.ceo-name {
  font-size: 22px;
  font-weight: 700;
  color: #170553;
  margin-bottom: 4px;
}
.ceo-role {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 24px;
  letter-spacing: 0.5px;
}
.ceo-bio {
  color: #64748b;
  line-height: 1.8;
  margin-bottom: 16px;
  font-size: 15px;
}
.ceo-quote {
  border-left: 4px solid #170553;
  padding: 14px 20px;
  background: #f1f0ff;
  border-radius: 0 10px 10px 0;
  color: #170553;
  font-style: italic;
  font-size: 15px;
  margin: 24px 0 28px;
  line-height: 1.7;
}
.ceo-socials {
  display: flex;
  gap: 14px;
}
.ceo-socials a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #170553;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  text-decoration: none;
  transition: transform 0.25s, background 0.25s;
}
.ceo-socials a:hover {
  transform: translateY(-3px);
  background: #25D366;
}

@media (max-width: 900px) {
  .ceo-container { grid-template-columns: 1fr; gap: 50px; }
  .ceo-image-wrapper { width: 280px; margin: auto; }
  .ceo-img { height: 360px; }
  .ceo-badge-card { right: -10px; }
}

/* ============================================================
   VALUES SECTION
   ============================================================ */
.values-section {
  padding: 100px 20px;
  background: #fff;
}
.values-container { max-width: 1200px; margin: auto; }
.values-header {
  text-align: center;
  margin-bottom: 60px;
}
.values-badge {
  display: inline-block;
  background: #dcb6e8;
  color: #000;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 14px;
  margin-bottom: 16px;
}
.values-header h2 {
  /* font-family: 'Playfair Display', serif; */
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 800;
  color: #0f172a;
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.value-card {
  padding: 36px 28px;
  border-radius: 18px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.value-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}
.value-icon { font-size: 34px; margin-bottom: 18px; }
.value-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 10px; }
.value-card p { font-size: 14px; line-height: 1.7; }
.value-card-dark {
  background: #170553;
  color: white;
}
.value-card-dark p { color: #c4b5fd; }
.value-card-light {
  background: #f6f7f9;
  border: 1px solid #e5e7eb;
  color: #0f172a;
}
.value-card-light p { color: #6b7280; }
.value-card-accent {
  background: #23365d;
  color: white;
}
.value-card-accent p { color: #93c5fd; }

@media (max-width: 900px) {
  .values-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 500px) {
  .values-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   VIDEO SECTION
   ============================================================ */
.video-section {
  padding: 100px 20px;
  background: #0f172a;
  color: white;
}
.video-container { max-width: 1000px; margin: auto; }
.video-header {
  text-align: center;
  margin-bottom: 50px;
}
.video-badge {
  display: inline-block;
  background: rgba(167,139,250,0.2);
  border: 1px solid #a78bfa;
  color: #a78bfa;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 13px;
  margin-bottom: 16px;
}
.video-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(26px, 4vw, 46px);
  font-weight: 800;
  color: #fff;
  margin-bottom: 14px;
}
.video-header p {
  color: #94a3b8;
  max-width: 600px;
  margin: auto;
  line-height: 1.7;
}
.video-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,0.5);
}
.about-video {
  width: 100%;
  display: block;
  border-radius: 20px;
  max-height: 520px;
  object-fit: cover;
}
.video-play-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10,15,40,0.55);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  transition: opacity 0.4s ease;
  cursor: pointer;
}
.video-play-overlay p {
  color: rgba(255,255,255,0.85);
  font-size: 15px;
  letter-spacing: 1px;
}
.play-btn {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: rgba(255,255,255,0.95);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #170553;
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 0 0 12px rgba(255,255,255,0.15);
}
.play-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 0 0 18px rgba(255,255,255,0.1);
}

/* ============================================================
   TIMELINE
   ============================================================ */
.timeline-section {
  padding: 100px 20px;
  background: #f6f7f9;
}
.timeline-container { max-width: 900px; margin: auto; }
.timeline-header {
  text-align: center;
  margin-bottom: 70px;
}
.timeline-badge {
  display: inline-block;
  background: #dcb6e8;
  color: #000;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 14px;
  margin-bottom: 14px;
}
.timeline-header h2 {
  /* font-family: 'Playfair Display', serif; */
  font-size: clamp(26px, 4vw, 44px);
  font-weight: 800;
  color: #0f172a;
}
.timeline {
  position: relative;
  padding: 0 20px;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #170553, #dcb6e8);
  transform: translateX(-50%);
}
.timeline-item {
  display: flex;
  justify-content: flex-end;
  padding-right: calc(50% + 40px);
  margin-bottom: 50px;
  position: relative;
}
.timeline-item.tl-right {
  justify-content: flex-start;
  padding-right: 0;
  padding-left: calc(50% + 40px);
}
.timeline-dot {
  position: absolute;
  left: 50%;
  top: 18px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #170553;
  border: 3px solid #fff;
  box-shadow: 0 0 0 3px #170553;
  transform: translateX(-50%);
  z-index: 1;
}
.timeline-card {
  background: #fff;
  padding: 22px 26px;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  max-width: 320px;
  transition: transform 0.3s;
}
.timeline-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.tl-year {
  display: inline-block;
  background: #170553;
  color: white;
  padding: 3px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.timeline-card h4 {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 8px;
}
.timeline-card p {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 700px) {
  .timeline::before { left: 16px; }
  .timeline-item,
  .timeline-item.tl-right {
    justify-content: flex-start;
    padding-left: 48px;
    padding-right: 0;
  }
  .timeline-dot { left: 16px; }
  .timeline-card { max-width: 100%; }
}

/* ============================================================
   FOOTER
   ============================================================ */
.contact-footer { background: #1b2c4a; color: white; padding: 70px 20px 30px; }
.contact-footer-container { max-width: 1200px; margin: auto; }
.contact-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 50px; margin-bottom: 40px; }
.contact-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.contact-logo span { background: #fff; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 8px; font-weight: bold; }
.contact-footer-description { color: #cbd5e1; line-height: 1.6; margin-bottom: 20px; }
.contact-socials { display: flex; gap: 12px; }
.contact-socials span { width: 36px; height: 36px; border-radius: 50%; background: #2b3e63; display: flex; align-items: center; justify-content: center; font-size: 12px; }
.contact-footer-links h4 { margin-bottom: 18px; }
.contact-footer-links ul { list-style: none; padding: 0; }
.contact-footer-links li { margin-bottom: 10px; color: #cbd5e1; font-size: 14px; }
.contact-footer-links a { text-decoration: none; color: #cbd5e1; }
.contact-footer-links a:hover { color: white; }
.contact-footer-bottom { border-top: 1px solid #334155; padding-top: 20px; display: flex; justify-content: space-between; flex-wrap: wrap; font-size: 14px; color: #cbd5e1; }

@media (max-width: 900px) {
  .contact-footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .contact-cta-title { font-size: 32px; }
}
@media (max-width: 500px) {
  .contact-footer-grid { grid-template-columns: 1fr; }
  .contact-footer-bottom { flex-direction: column; gap: 10px; text-align: center; }
}

/* ============================================================
   FLOATING BUTTONS
   ============================================================ */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  background: #25D366;
  color: white;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.4s ease;
  animation: pulse 2s infinite;
  opacity: 0;
  pointer-events: none;
}
.whatsapp-float.whatsapp-visible { opacity: 1; pointer-events: all; box-shadow: 0 4px 20px rgba(37,211,102,0.5); }
.whatsapp-float:hover { transform: scale(1.12); box-shadow: 0 6px 28px rgba(37,211,102,0.7); color: white; }

@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 rgba(37,211,102,0.5); }
  70%  { box-shadow: 0 0 0 14px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}

.call-float {
  position: fixed;
  bottom: 96px;
  right: 24px;
  z-index: 9999;
  background: #dadeff;
  color: rgb(217,0,0);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.4s ease;
  animation: callPulse 2s infinite;
  opacity: 0;
  pointer-events: none;
}
.call-float.call-visible { opacity: 1; pointer-events: all; box-shadow: 0 4px 20px rgba(37,99,235,0.5); }
.call-float:hover { transform: scale(1.12); box-shadow: 0 6px 28px rgba(37,99,235,0.7); color: rgb(38,6,223); }

@keyframes callPulse {
  0%   { box-shadow: 0 0 0 0 rgba(37,99,235,0.5); }
  70%  { box-shadow: 0 0 0 14px rgba(37,99,235,0); }
  100% { box-shadow: 0 0 0 0 rgba(37,99,235,0); }
}
         