﻿/* ==========================
   NGO SCHOOL THEME – PINK & WHITE
   ========================== */

/* 🎯 Root Variables */
:root {
  /* Primary Color Palette */
  --primary-color: #E91E63;       /* Vibrant Pink */
  --primary-light: #F8BBD0;       /* Soft Pink */
  --primary-dark: #C2185B;        /* Deep Pink accent */
  
  --secondary-color: #ffffff;     /* White background */
  --text-color: #333333;          /* Default text color */
  --text-light: #666666;          /* Lighter text */
  --border-color: #f3f3f3;        /* Subtle border color */
  --bg-light: #FFF5F8;            /* Very light pink background */

  /* Shadow & Transitions */
  --box-shadow: 0 4px 10px rgba(233, 30, 99, 0.1);
  --transition: all 0.3s ease-in-out;

  /* Font Families */
  --font-primary: "Poppins", sans-serif;
  --font-secondary: "Nunito", sans-serif;
}

/* ==========================
   GLOBAL STYLES
   ========================== */

body {
  font-family: var(--font-primary);
  color: var(--text-color);
  background-color: var(--secondary-color);
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

/* ==========================
   FONT CLASSES
   ========================== */

/* Headings */
.font-title {
  font-family: var(--font-primary);
  font-weight: 700;
  color: var(--primary-dark);
}

.font-subtitle {
  font-family: var(--font-secondary);
  font-weight: 600;
  color: var(--primary-color);
}

/* Body Text */
.font-body {
  font-family: var(--font-secondary);
  font-weight: 400;
  color: var(--text-color);
}

/* Highlight / Emphasis Text */
.font-highlight {
  color: var(--primary-color);
  font-weight: 600;
}

/* Light / Muted Text */
.font-light {
  color: var(--text-light);
}

.fa-brands,.fab{
    margin-top: 8px;
}

/* ==========================
   BACKGROUND UTILITIES
   ========================== */

.bg-primary {
  background-color: var(--primary-color);
  color: var(--secondary-color);
}

.bg-light {
  background-color: var(--bg-light);
}

.bg-white {
  background-color: var(--secondary-color);
}

/* ==========================
   BUTTONS
   ========================== */

.btn-primary {
  background-color: var(--primary-color);
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 10px 25px;
  transition: var(--transition);
}

.btn-primary:hover {
  background-color: var(--primary-dark);
  box-shadow: var(--box-shadow);
}

/* ==========================
   HEADINGS STYLE EXAMPLES
   ========================== */

h1, h2, h3, h4, h5 {
  font-family: var(--font-primary);
  color: var(--primary-dark);
  margin-bottom: 15px;
}

p {
  font-family: var(--font-secondary);
  color: var(--text-color);
}

/* ==========================
   SECTION SPACING
   ========================== */
.section {
  padding: 60px 0;
}

/* ==========================
   BOX / CARD DESIGN
   ========================== */
.card {
  background: #fff;
  border-radius: 15px;
  box-shadow: var(--box-shadow);
  padding: 25px;
  transition: var(--transition);
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(233, 30, 99, 0.15);
}
/* ==========================
   NGO SCHOOL THEME – PINK & WHITE
   ========================== */

/* 🎯 Root Variables */
:root {
  /* Primary Color Palette */
  --primary-color: #E91E63;       /* Vibrant Pink */
  --primary-light: #F8BBD0;       /* Soft Pink */
  --primary-dark: #C2185B;        /* Deep Pink accent */
  
  --secondary-color: #ffffff;     /* White background */
  --text-color: #333333;          /* Default text color */
  --text-light: #666666;          /* Lighter text */
  --border-color: #f3f3f3;        /* Subtle border color */
  --bg-light: #FFF5F8;            /* Very light pink background */

  /* Shadow & Transitions */
  --box-shadow: 0 4px 10px rgba(233, 30, 99, 0.1);
  --transition: all 0.3s ease-in-out;

  /* Font Families */
  --font-primary: "Poppins", sans-serif;
  --font-secondary: "Nunito", sans-serif;
}

/* ==========================
   GLOBAL STYLES
   ========================== */

body {
  font-family: var(--font-primary);
  color: var(--text-color);
  background-color: var(--secondary-color);
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

/* ==========================
   FONT CLASSES
   ========================== */

/* Headings */
.font-title {
  font-family: var(--font-primary);
  font-weight: 700;
  color: var(--primary-dark);
}

.font-subtitle {
  font-family: var(--font-secondary);
  font-weight: 600;
  color: var(--primary-color);
}

/* Body Text */
.font-body {
  font-family: var(--font-secondary);
  font-weight: 400;
  color: var(--text-color);
}

/* Highlight / Emphasis Text */
.font-highlight {
  color: var(--primary-color);
  font-weight: 600;
}

/* Light / Muted Text */
.font-light {
  color: var(--text-light);
}

/* ==========================
   BACKGROUND UTILITIES
   ========================== */

.bg-primary {
  background-color: var(--primary-color);
  color: var(--secondary-color);
}

.bg-light {
  background-color: var(--bg-light);
}

.bg-white {
  background-color: var(--secondary-color);
}

/* ==========================
   BUTTONS
   ========================== */

.btn-primary {
  background-color: var(--primary-color);
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 10px 25px;
  transition: var(--transition);
}

.btn-primary:hover {
  background-color: var(--primary-dark);
  box-shadow: var(--box-shadow);
}

/* ==========================
   HEADINGS STYLE EXAMPLES
   ========================== */

h1, h2, h3, h4, h5 {
  font-family: var(--font-primary);
  color: var(--primary-dark);
  margin-bottom: 15px;
}

p {
  font-family: var(--font-secondary);
  color: var(--text-color);
}

/* ==========================
   SECTION SPACING
   ========================== */
.section {
  padding: 60px 0;
}

/* ==========================
   BOX / CARD DESIGN
   ========================== */
.card {
  background: #fff;
  border-radius: 15px;
  box-shadow: var(--box-shadow);
  padding: 25px;
  transition: var(--transition);
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(233, 30, 99, 0.15);
}
/* ==========================
   NGO SCHOOL THEME – PINK & WHITE
   ========================== */

/* 🎯 Root Variables */
:root {
  /* Primary Color Palette */
  --primary-color: #E91E63;       /* Vibrant Pink */
  --primary-light: #F8BBD0;       /* Soft Pink */
  --primary-dark: #C2185B;        /* Deep Pink accent */
  
  --secondary-color: #ffffff;     /* White background */
  --text-color: #333333;          /* Default text color */
  --text-light: #666666;          /* Lighter text */
  --border-color: #f3f3f3;        /* Subtle border color */
  --bg-light: #FFF5F8;            /* Very light pink background */

  /* Shadow & Transitions */
  --box-shadow: 0 4px 10px rgba(233, 30, 99, 0.1);
  --transition: all 0.3s ease-in-out;

  /* Font Families */
  --font-primary: "Poppins", sans-serif;
  --font-secondary: "Nunito", sans-serif;
}

/* ==========================
   GLOBAL STYLES
   ========================== */

body {
  font-family: var(--font-primary);
  color: var(--text-color);
  background-color: var(--secondary-color);
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

/* ==========================
   FONT CLASSES
   ========================== */

/* Headings */
.font-title {
  font-family: var(--font-primary);
  font-weight: 700;
  color: var(--primary-dark);
}

.font-subtitle {
  font-family: var(--font-secondary);
  font-weight: 600;
  color: var(--primary-color);
}

/* Body Text */
.font-body {
  font-family: var(--font-secondary);
  font-weight: 400;
  color: var(--text-color);
}

/* Highlight / Emphasis Text */
.font-highlight {
  color: var(--primary-color);
  font-weight: 600;
}

/* Light / Muted Text */
.font-light {
  color: var(--text-light);
}

/* ==========================
   BACKGROUND UTILITIES
   ========================== */

.bg-primary {
  background-color: var(--primary-color);
  color: var(--secondary-color);
}

.bg-light {
  background-color: var(--bg-light);
}

.bg-white {
  background-color: var(--secondary-color);
}

/* ==========================
   BUTTONS
   ========================== */

.btn-primary {
  background-color: var(--primary-color);
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 10px 25px;
  transition: var(--transition);
}

.btn-primary:hover {
  background-color: var(--primary-dark);
  box-shadow: var(--box-shadow);
}

/* ==========================
   HEADINGS STYLE EXAMPLES
   ========================== */

h1, h2, h3, h4, h5 {
  font-family: var(--font-primary);
  color: var(--primary-dark);
  margin-bottom: 15px;
}

p {
  font-family: var(--font-secondary);
  color: var(--text-color);
}

/* ==========================
   SECTION SPACING
   ========================== */
.section {
  padding: 60px 0;
}

/* ==========================
   BOX / CARD DESIGN
   ========================== */
.card {
  background: #fff;
  border-radius: 15px;
  box-shadow: var(--box-shadow);
  padding: 25px;
  transition: var(--transition);
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(233, 30, 99, 0.15);
}

.scroll-top-btn {
  position: fixed;
  bottom: 25px;
  right: 25px;
  background-color: var(--primary-color);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
}

.scroll-top-btn:hover {
  background-color: var(--primary-dark);
}


/* ==========================
   TOP BAR STYLING
   ========================== */

.top-bar {
  position: relative;
  background: linear-gradient(90deg, #ff7eb3 0%, #ff758c 50%, #e91e63 100%);
  color: #fff;
  clip-path: polygon(-2% 0px, 102% 0, 98% 100%,2% 100%);
  box-shadow: 0 2px 8px rgba(233, 30, 99, 0.2);
  z-index: 10;
}

/* Inner elements */
.top-bar .contact-info span {
  font-size: 0.95rem;
  font-family: var(--font-secondary);
}

.top-bar .contact-info i {
  color: #fff;
  font-size: 0.9rem;
}

.top-bar .social-links a {
  color: #fff;
  font-size: 1rem;
  margin-left: 12px;
  transition: var(--transition);
}

.top-bar .social-links a:hover {
  color: #c2185b;
  transform: scale(1.2);
}

/* ==========================
   RESPONSIVE ADJUSTMENTS
   ========================== */
/* --- Tablet View (<= 992px) --- */
@media (max-width: 992px) {
  .top-bar {
    clip-path:clip-path: polygon(-2% 0px, 102% 0, 98% 100%,2% 100%);;
  }

}

/* --- Mobile View (<= 576px) --- */
@media (max-width: 576px) {
  .top-bar {
    clip-path: polygon(-2% 0px, 102% 0, 96% 100%,4% 100%);
  }

 
}

/* ==========================
   NAVBAR STYLING
   ========================== */

.custom-navbar {
  background-color: #fff;
  padding: 12px 0;
  transition: var(--transition);
}

.custom-navbar .navbar-brand {
  font-family: var(--font-primary);
  font-weight: 700;
  color: var(--primary-dark);
  font-size: 1.5rem;
}

.custom-navbar .navbar-nav .nav-link {
  color: var(--text-color);
  margin-left: 20px;
  font-weight: 500;
  font-size: 1rem;
  transition: var(--transition);
  position: relative;
}

.custom-navbar .navbar-nav .nav-link:hover,
.custom-navbar .navbar-nav .nav-link.active {
  color: var(--primary-color);
}

/* Underline animation on hover */
.custom-navbar .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: var(--primary-color);
  transition: width 0.3s ease-in-out;
}

.custom-navbar .navbar-nav .nav-link:hover::after {
  width: 100%;
}

/* Toggler icon styling */
.navbar-toggler {
  border: none;
  background: none;
  font-size: 1.5rem;
  color: var(--primary-color);
}

/* Shadow when scrolled */
.navbar.scrolled {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
}

/* ==========================
   RESPONSIVE NAVBAR
   ========================== */
/* ensure collapse is hidden by default on small screens */
@media (max-width: 992px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    width: 100%;
    padding: 15px 0;
    display: none;
    flex-direction: column;
    box-shadow: var(--box-shadow);
    z-index: 999;
  }

  /* when we add .show it becomes visible */
  .navbar-collapse.show {
    display: flex !important;
  }

  .navbar-nav {
    flex-direction: column;
    align-items: center;
  }

  .navbar-nav .nav-item {
    margin: 10px 0;
  }

  .navbar-nav .nav-link {
    font-size: 1.1rem;
  }
}

/* ensure desktop shows collapse normally */
@media (min-width: 993px) {
  .navbar-collapse {
    display: flex !important;
    position: static;
    box-shadow: none;
    background: transparent;
    padding: 0;
  }

  .navbar-nav {
    flex-direction: row;
  }
}

/* ==========================
   RESPONSIVE NAVBAR ALIGNMENT
========================== */

/* Mobile & Tablet View (<= 992px) */
@media (max-width: 992px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
    flex-direction: column;
    align-items: center;  /* Center nav items horizontally */
    justify-content: center; /* Center nav items vertically if tall */
    padding: 15px 0;
    box-shadow: var(--box-shadow);
    z-index: 999;
  }

  /* Show when toggle is clicked */
  .navbar-collapse.show {
    display: flex !important;
  }

  .navbar-nav {
    flex-direction: column;
    width: 100%; /* full width so links span nicely */
    text-align: center; /* center text */
  }

  .navbar-nav .nav-item {
    margin: 10px 0; /* space between items */
  }

  .navbar-nav .nav-link {
    font-size: 1.1rem;
    padding: 10px 20px; /* clickable area for mobile */
    display: block;
    width: 100%; /* full width for easier tap */
    border-radius: 8px; /* subtle rounding for touch targets */
    transition: background 0.3s, color 0.3s;
  }

  .navbar-nav .nav-link:hover {
    background-color: var(--primary-light); /* soft highlight on hover */
    color: var(--primary-dark);
  }

  .navbar-nav .nav-link.active {
    color: #fff;
  }

  /* Toggler alignment */
  .navbar-toggler {
    align-self: flex-end;
    margin-right: 10px;
    font-size: 1.5rem;
    color: var(--primary-color);
  }
}

/* Extra Small Devices (<= 576px) */
@media (max-width: 576px) {
  .navbar-nav .nav-link {
    font-size: 1rem;
    padding: 12px 25px;
  }

  .navbar-collapse {
    padding: 20px 0;
  }
}
/* ==========================
   MODERN SUBTLE DROPDOWN
========================== */

/* Dropdown container */
.nav-item.dropdown {
  position: relative;
}

/* Dropdown menu styling */
.nav-item.dropdown .dropdown-menu {
  display: none; /* hidden initially */
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  padding: 5px 0;
  min-width: 200px;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(-10px);
  z-index: 999;
}

/* Show dropdown on hover (desktop) */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

/* Dropdown items */
.dropdown-item {
  padding: 10px 20px;
  font-size: 0.95rem;
  color: #333;
  transition: background 0.3s, color 0.3s;
  border-radius: 5px;
  margin: 2px 10px;
}

.dropdown-item:hover {
  background: linear-gradient(90deg, #ff7eb3 0%, #ff758c 50%, #e91e63 100%);
  color: #fff;
}

/* Small arrow on parent nav-link */
.nav-item.dropdown > .nav-link::after {
  content: " ▾";
  font-size: 0.6rem;
  margin-left: 4px;
  transition: transform 0.3s ease;
}

.nav-item.dropdown:hover > .nav-link::after {
  transform: rotate(-180deg);
}

/* ==========================
   MOBILE / TABLET DROPDOWN
========================== */
@media (max-width: 992px) {
  .nav-item.dropdown .dropdown-menu {
    position: static;
    display: none;
    opacity: 1;
    transform: none;
    box-shadow: none;
    border-radius: 0;
    padding-left: 0;
  }

  /* Show when toggled */
  .nav-item.dropdown.show .dropdown-menu {
    display: flex;
    flex-direction: column;
  }

  .dropdown-item {
    padding-left: 35px;
    border-bottom: 1px solid #eee;
    margin: 0;
    border-radius: 0;
  }

  .nav-item.dropdown > .nav-link::after {
    content: " ▾";
    float: right;
  }
}

/* ==========================
   HERO SLIDER STYLES
========================== */
.hero-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.slider-container {
  position: relative;
  width: 100%;
  height: 80vh;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slide.active {
  opacity: 1;
  z-index: 1;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(80%);
}

.slide-caption {
  position: absolute;
  bottom: 20%;
  left: 10%;
  color: #fff;
  background: rgba(255, 180, 217, 0.3);
  padding: 20px 30px;
  border-radius: 12px;
  backdrop-filter: blur(4px);
  max-width: 600px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.slide-caption h2 {
  font-size: 2.2rem;
  margin-bottom: 10px;
  font-family: var(--font-title);
}

.slide-caption p {
  font-size: 1.1rem;
  line-height: 1.6;
  font-family: var(--font-body);
}

/* Navigation Arrows */
.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  background: rgba(233, 30, 99, 0.7);
  border: none;
  padding: 10px 16px;
  font-size: 1.8rem;
  cursor: pointer;
  border-radius: 50%;
  transition: background 0.3s;
  z-index: 2;
}

.prev:hover, .next:hover {
  background: rgba(255, 64, 129, 0.9);
}

.prev { left: 15px; }
.next { right: 15px; }

/* Dots */
.dots {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}

.dots span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: background 0.3s;
}

.dots span.active {
  background: #fff;
}

/* ==========================
   RESPONSIVE DESIGN
========================== */
@media (max-width: 992px) {
  .slider-container { height: 70vh; }
  .slide-caption h2 { font-size: 1.8rem; }
  .slide-caption p { font-size: 1rem; }
}

@media (max-width: 768px) {
  .slider-container { height: 60vh; }
  .slide-caption {
    bottom: 15%;
    left: 8%;
    padding: 15px 20px;
  }
  .slide-caption h2 { font-size: 1.6rem; }
  .slide-caption p { font-size: 0.95rem; }
}

@media (max-width: 576px) {
  .slider-container { height: 50vh; }
  .slide-caption {
    bottom: 10%;
    left: 5%;
    right: 5%;
    text-align: center;
    padding: 12px;
  }
  .slide-caption h2 { font-size: 1.3rem; }
  .slide-caption p { font-size: 0.9rem; }
  .prev, .next { font-size: 1.4rem; padding: 8px 12px; }
}


.about-section {
  background: linear-gradient(to bottom right, #fff, #ffe6f2);
  padding: 80px 0;
}

.about-header {
  text-align: center;
  margin-bottom: 50px;
}

.about-small-heading {
  font-family: 'Raleway', sans-serif;
  color: var(--primary-color);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
}

.about-heading {
  font-family: 'Poppins', sans-serif;
  font-size: 2.2rem;
  color: #222;
  margin: 10px 0;
}

.about-subheading {
  font-family: 'Dancing Script', cursive;
  font-size: 1.3rem;
  color: #cc2a64;
  margin-bottom: 30px;
}

.about-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

.about-image img {
  width: 100%;
  max-width: 700px;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.about-text {
  flex: 1;
  min-width: 320px;
}

.about-text p {
  font-family: 'Open Sans', sans-serif;
  color: #555;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

.about-points {
  list-style: none;
  padding: 0;
}

.about-points li {
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 10px;
  color: #444;
}

.about-cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 25px;
}

.about-card {
  flex: 1;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.05);
  text-align: center;
  padding: 25px 15px;
  transition: transform 0.3s ease;
}

.about-card:hover {
  transform: translateY(-5px);
}

.about-card h4 {
  font-family: 'Poppins', sans-serif;
  color: var(--primary-color);
  font-size: 1.6rem;
}

.about-card p {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.95rem;
  color: #666;
}

/* Responsive */
@media (max-width: 992px) {
  .about-content {
    flex-direction: column;
    text-align: center;
  }
  .about-image img {
    max-width: 90%;
  }
  .about-cards {
    justify-content: center;
  }
}
:root {
  --pink: #cc2a64;
}

.about-ngo {
  background: linear-gradient(135deg, #fff 60%, #ffe6f2 100%);
  position: relative;
  padding: 100px 0;
  overflow: visible;
}

.text-pink {
  color: var(--pink) !important;
}

.btn-pink {
  background-color: var(--pink);
  color: #fff;
  border-radius: 30px;
  padding: 12px 28px;
  transition: 0.3s;
}

.btn-pink:hover {
  background-color: #a81d50;
  transform: translateY(-2px);
  color: #fff;
}

.stat-card h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: var(--pink);
}

.stat-card p {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9rem;
  color: #555;
}

@media (max-width: 992px) {
  .stat-card {
    position: static !important;
    margin-top: 20px;
  }
}
.about-points {
    margin-top: 30px;
    gap: 20px;
}

.point-card {
    flex: 1 1 45%;
    background-color: #ffe6f2;
    padding: 20px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.point-card i {
    font-size: 1.5rem;
    color: #cc2a64;
    flex-shrink: 0;
}

.point-card p {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    color: #333;
}

.point-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* Responsive */
@media (max-width: 768px) {
    .point-card {
        flex: 1 1 100%;
        justify-content: center;
        text-align: center;
    }

    .point-card i {
        font-size: 2rem;
    }
}
.icon-style {
    font-size: 1.8rem;
    color: #cc2a64;                /* pink icon */
    background: #ffe6f2;           /* soft pink circle */
    padding: 12px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.icon-style:hover {
    transform: scale(1.2);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

@media (max-width: 768px) {
    .icon-style {
        font-size: 2rem;
        padding: 14px;
    }
}

:root {
  --pink: #cc2a64;
  --pink-light: #ffe6f2;
  --text-dark: #222;
}

/* Section styling */
.mission-vision {
  background: linear-gradient(135deg, #fff 60%, #ffe6f2 100%);
  padding: 80px 0;
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  color: var(--text-dark);
  margin-bottom: 50px;
  font-weight: 600;
}

/* Grid cards */
.mv-grid {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.mv-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px 25px 25px;
  text-align: center;
  position: relative;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect */
.mv-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.15);
}

/* Icon styling */
.mv-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #ffb6c1, #ffdee9);
  color: var(--pink);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  margin: 0 auto 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

/* Pulsing animation */
.mv-icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(204, 42, 100, 0.25);
  animation: pulse 2s infinite;
  z-index: 0;
}

.mv-icon i {
  position: relative;
  z-index: 1;
}

/* Text styling */
.mv-card h3 {
  font-family: 'Playfair Display', serif;
  color: var(--text-dark);
  margin-bottom: 12px;
  font-size: 1.5rem;
}

.mv-card p {
  font-family: 'Open Sans', sans-serif;
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
}

/* Pulse animation */
@keyframes pulse {
  0%, 100% { transform: scale(0.8); opacity: 0.7; }
  50% { transform: scale(1.2); opacity: 0.3; }
}

/* Responsive */
@media (max-width: 992px) {
  .mv-card {
    flex: 1 1 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .mv-icon {
    width: 70px;
    height: 70px;
    font-size: 1.8rem;
  }
}

@media (max-width: 576px) {
  .section-title {
    font-size: 2rem;
  }

  .mv-card {
    padding: 30px 20px 20px;
  }
}

.programs {
  background: linear-gradient(135deg, #fff 60%, #ffe6f2 100%);
  padding: 80px 0;
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  font-weight: 600;
  color: #cc2a64;
  margin-bottom: 50px;
}

/* Grid container */
.program-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 cards per row */
  gap: 30px; /* space between cards */
}

/* Card styling */
.program-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  padding-bottom: 20px;
}

.program-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.15);
}

/* Image container */
.program-img {
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.program-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.program-card:hover .program-img img {
  transform: scale(1.1);
}

.program-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  color: #cc2a64;
  margin: 15px 0 10px;
}

.program-card p {
  font-family: 'Open Sans', sans-serif;
  color: #555;
  font-size: 1rem;
  padding: 0 15px;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 992px) {
  .program-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 cards per row */
  }
}

@media (max-width: 576px) {
  .program-grid {
    grid-template-columns: 1fr; /* 1 card per row */
  }
}
:root {
  --pink: #cc2a64;
  --pink-light: #ffe6f2;
  --text-dark: #222;
}

/* Section styling */
.impact {
  background: linear-gradient(135deg, #ffe6f2 30%, #fff 100%);
  padding: 80px 0;
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--pink);
  margin-bottom: 50px;
}

/* Grid layout */
.impact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  justify-items: center;
}

/* Cards */
.impact-card {
  background: #fff;
  padding: 40px 20px 30px;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.impact-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.15);
}

/* Icon styling */
.impact-icon {
  font-size: 2.5rem;
  color: var(--pink);
  background: var(--pink-light);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 15px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.impact-icon:hover {
  transform: scale(1.2);
}

/* Counter numbers */
.counter {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  color: var(--text-dark);
  margin-bottom: 10px;
}

/* Card text */
.impact-card p {
  font-family: 'Open Sans', sans-serif;
  color: #555;
  font-size: 1rem;
}

/* Responsive */
@media (max-width: 992px) {
  .impact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .impact-grid {
    grid-template-columns: 1fr;
  }

  .impact-card {
    max-width: 300px;
    margin: 0 auto;
  }
}


.impact {
  background: linear-gradient(120deg, #ffdee9, #fff 80%);
  padding: 80px 0;
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  font-weight: 600;
  color: #cc2a64;
  margin-bottom: 60px;
}

.impact-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
}

/* Circle card */
.impact-circle {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.impact-circle:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

/* Circle Icon */
.circle-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #ffb6c1, #ffdee9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #cc2a64;
  margin-bottom: 15px;
  animation: pulse 2s infinite;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

/* Animated pulse */
@keyframes pulse {
  0%, 100% { transform: scale(0.9); opacity: 0.7; }
  50% { transform: scale(1.1); opacity: 1; }
}

.impact-circle h3 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  color: #222;
  margin: 5px 0;
}

.impact-circle p {
  font-family: 'Open Sans', sans-serif;
  color: #555;
  font-size: 1rem;
  text-align: center;
}

/* Responsive */
@media (max-width: 992px) {
  .impact-circle {
    width: 180px;
    height: 180px;
  }

  .circle-icon {
    width: 70px;
    height: 70px;
    font-size: 1.8rem;
  }
}

@media (max-width: 576px) {
  .impact-grid {
    flex-direction: column;
    gap: 30px;
  }
}

.testimonials {
  background: linear-gradient(135deg, #ffe6f2 30%, #fff 100%);
  padding: 100px 0;
  position: relative;
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  font-weight: 600;
  color: #cc2a64;
  margin-bottom: 60px;
}

/* Floating cards container */
.testi-floating {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  position: relative;
}

/* Floating testimonial cards */
.testi-card {
  background: #fff;
  width: 280px;
  padding: 25px 20px;
  border-radius: 50% 50% 50% 50% / 30% 30% 70% 70%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  text-align: center;
  position: relative;
  transform: translateY(0);
  animation: float 3s ease-in-out infinite;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testi-card:nth-child(2) { animation-delay: 0.5s; }
.testi-card:nth-child(3) { animation-delay: 1s; }

.testi-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

/* Float animation */
@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-15px); }
}

.testi-card p {
  font-family: 'Open Sans', sans-serif;
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 15px;
}

.testi-card h4 {
  font-family: 'Playfair Display', serif;
  color: #cc2a64;
  font-size: 1.1rem;
}

/* Responsive */
@media (max-width: 992px) {
  .testi-card {
    width: 250px;
  }
}

@media (max-width: 576px) {
  .testi-floating {
    flex-direction: column;
    gap: 25px;
    align-items: center;
  }

  .testi-card {
    width: 90%;
  }
}


.get-involved {
  position: relative;
  background: linear-gradient(135deg, #ffe6f2 20%, #fff 100%);
  padding: 100px 0;
  overflow: hidden;
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  font-weight: 600;
  color: #cc2a64;
}

.center-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  color: #555;
  max-width: 600px;
  margin: 0 auto;
}

.btn-group {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
  margin-top: 30px;
}

/* Buttons */
.btn-donate {
  background: linear-gradient(135deg, #cc2a64, #ff77a9);
  color: #fff;
  padding: 15px 35px;
  border-radius: 50px;
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  font-size: 1.1rem;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-donate:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(204, 42, 100, 0.4);
}

.btn-volunteer {
  background: #fff;
  border: 2px solid #cc2a64;
  color: #cc2a64;
  padding: 15px 35px;
  border-radius: 50px;
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  font-size: 1.1rem;
  text-decoration: none;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.btn-volunteer:hover {
  background: #cc2a64;
  color: #fff;
  transform: scale(1.05);
}

/* Decorative floating circles */
.circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.15;
}

.c1 {
  width: 150px;
  height: 150px;
  background: #ff77a9;
  top: 20%;
  left: -50px;
}

.c2 {
  width: 200px;
  height: 200px;
  background: #cc2a64;
  bottom: 10%;
  right: -80px;
}

/* Responsive */
@media (max-width: 992px) {
  .btn-group {
    gap: 15px;
  }

  .btn-donate, .btn-volunteer {
    padding: 12px 30px;
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .btn-group {
    flex-direction: column;
    gap: 15px;
  }

  .circle {
    display: none;
  }
}

.footer {
  background: linear-gradient(135deg, #cc2a64 20%, #99003f 100%); /* Darker pink-purple gradient */
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 60px 0 30px;
  font-family: 'Open Sans', sans-serif;
}

.footer h4 {
  font-family: 'Playfair Display', serif;
  color: #ffe6f2; /* Light pink for headings */
  margin-bottom: 15px;
  font-size: 1.4rem;
}

.footer p, .footer li {
  color: #f2e6f0; /* Soft white for readability */
  font-size: 0.95rem;
  line-height: 1.6;
}

.footer a {
  color: #ffb6c1; /* Bright pink for links */
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer a:hover {
  color: #fff; /* White on hover */
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
}

.footer-about {
  flex: 1 1 35%;
}

.footer-links {
  flex: 1 1 25%;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-contact {
  flex: 1 1 30%;
}

.footer-contact p i {
  margin-right: 8px;
  color: #ffb6c1; /* Icon color contrast */
}

/* Social Links */
.social-links a {
  display: inline-block;
  margin-right: 10px;
  background: #ff77a9; /* Lighter pink for icons */
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  transition: transform 0.3s ease, background 0.3s ease;
}

.social-links a:hover {
  background: #ffe6f2; /* Light pink hover */
  color: #cc2a64; /* Dark pink icon on hover */
  transform: scale(1.1);
}

/* Footer Bottom */
.footer-bottom {
  border-top: 1px solid #ffb6c1; /* Subtle pink border */
  padding-top: 20px;
  font-size: 0.9rem;
  color: #f2e6f0;
  text-align: center;
}

/* Responsive */
@media (max-width: 992px) {
  .footer-grid {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }

  .footer-about, .footer-links, .footer-contact {
    flex: 1 1 100%;
  }

  .social-links a {
    margin-right: 8px;
  }
}

@media (max-width: 576px) {
  .footer h4 {
    font-size: 1.2rem;
  }

  .footer p, .footer li {
    font-size: 0.9rem;
  }

  .social-links a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 6px;
  }
}

/* Responsive for mobile */
@media (max-width: 768px) {
    .impact-grid {
        flex-direction: column;
        align-items: center; /* Center align items */
    }

    .impact-circle {
        flex: 1 1 80%; /* Wider circles on mobile */
        max-width: 300px;
    }
}

/*About Us page css*/

.about-banner {
  position: relative;
  background: url('images/about-banner.jpg') no-repeat center center/cover; /* Replace with your banner image */
  height: 400px;
  display: flex;
  align-items: center;
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(204, 42, 100, 0.6); /* Warm pink overlay */
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-title {
  font-family: 'Playfair Display', serif;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.banner-subtitle {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto;
}

/* Responsive */
@media (max-width: 992px) {
  .banner-title {
    font-size: 2.4rem;
  }
  .banner-subtitle {
    font-size: 1.1rem;
  }
}

@media (max-width: 576px) {
  .about-banner {
    height: 300px;
  }
  .banner-title {
    font-size: 1.8rem;
  }
  .banner-subtitle {
    font-size: 1rem;
  }
}

/* Container for relative positioning */
.position-relative {
    position: relative;
}

/* Main Image */
.main-img {
    width: 100%;
    max-width: 400px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    transition: transform 0.6s ease, opacity 0.6s ease;
    opacity: 0;
    transform: translateY(20px);
}

/* Small Overlapping Image */
.small-img {
    width: 150px;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    position: absolute;
    bottom: 0;
    right: -20px;
    transition: transform 0.6s ease, opacity 0.6s ease;
    opacity: 0;
    transform: translateY(20px);
}

/* Animation Classes */
.animate-fade {
    animation: fadeInUp 1s forwards;
    animation-delay: 0.3s;
}

.animate-slide {
    animation: fadeInUp 1s forwards;
    animation-delay: 0.6s;
}

/* Keyframes */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .main-img {
        max-width: 350px;
    }
    .small-img {
        width: 120px;
        right: 0;
        bottom: -10px;
    }
}

@media (max-width: 576px) {
    .main-img {
        max-width: 100%;
        margin-bottom: 20px;
    }
    .small-img {
        position: relative;
        width: 100px;
        right: auto;
        bottom: auto;
        display: inline-block;
        margin-top: -60px;
    }
}


.mv-section {
    background: linear-gradient(135deg, #fff0f5 0%, #ffe6f0 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.mv-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.mv-box {
    flex: 1 1 300px;
    max-width: 400px;
    background: #fff;
    padding: 40px 30px;
    border-radius: 25px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.mv-box:hover {
    transform: translateY(-10px) rotate(-1deg);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.mv-icon-c {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff77a9, #cc2a64);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 2rem;
    color: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.mv-box:hover .mv-icon {
    transform: scale(1.1);
}

.mv-heading {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    color: #cc2a64;
    margin-bottom: 15px;
    text-align: center;
}

.mv-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
    text-align: center;
}

/* Optional Diagonal Effect */
.mv-mission {
    clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
}

.mv-vision {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
}

/* Responsive */
@media (max-width: 992px) {
    .mv-wrapper {
        flex-direction: column;
        align-items: center;
    }
    .mv-box {
        max-width: 90%;
    }
}

@media (max-width: 576px) {
    .mv-section {
        padding: 60px 0;
    }
    .mv-heading {
        font-size: 1.5rem;
    }
    .mv-text {
        font-size: 0.95rem;
    }
    .mv-icon-c {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
}

.values-section {
    background: linear-gradient(180deg, #fff, #ffe6ef);
    overflow: hidden;
}

.values-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: #d6336c;
    position: relative;
}

.values-subtitle {
    font-family: 'Open Sans', sans-serif;
    color: #555;
    max-width: 650px;
    margin: 0 auto;
    font-size: 1.05rem;
}

.values-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
}

.value-box {
    background: #fff;
    flex: 1 1 260px;
    max-width: 280px;
    border-radius: 20px;
    padding: 30px 20px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: relative;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    z-index: 1;
}

.value-box::before {
    content: "";
    position: absolute;
    top: -20px;
    right: -20px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ff85a2, #d6336c);
    border-radius: 50%;
    opacity: 0.2;
    z-index: -1;
}

.value-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.value-icon {
    font-size: 2rem;
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #ff94b3, #cc2a64);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: transform 0.4s ease;
}

.value-box:hover .value-icon {
    transform: rotate(15deg) scale(1.1);
}

.value-heading {
    font-family: 'Playfair Display', serif;
    color: #cc2a64;
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.value-text {
    font-family: 'Open Sans', sans-serif;
    color: #555;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 992px) {
    .value-box {
        max-width: 45%;
    }
}

@media (max-width: 576px) {
    .value-box {
        max-width: 100%;
    }
    .values-title {
        font-size: 2rem;
    }
    .values-subtitle {
        font-size: 0.95rem;
    }
}


.heritage-section {
  background: linear-gradient(135deg, #fff5f8, #f3e8ff);
  padding: 80px 20px;
  overflow-x: hidden;
}

.heritage-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.heritage-heading {
  font-size: 2.5rem;
  color: #3a0ca3;
  font-weight: 700;
  margin-bottom: 15px;
}

.heritage-subtext {
  color: #555;
  font-size: 1rem;
  margin-bottom: 60px;
}

.heritage-timeline {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
}

.heritage-timeline::-webkit-scrollbar {
  display: none;
}

.heritage-timeline::before {
  content: "";
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #ff66b3, #a066ff);
  z-index: 1;
}

.heritage-event {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  padding: 30px 20px;
  width: 250px;
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  flex-shrink: 0;
  margin: 0 15px;
}

.heritage-event:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.heritage-icon {
  font-size: 2rem;
  color: #ff4081;
  background: #fff0f5;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto 15px auto;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.heritage-year {
  font-size: 1.2rem;
  font-weight: 700;
  color: #6a0dad;
  margin-bottom: 8px;
}

.heritage-title {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 10px;
}

.heritage-desc {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
}

/* 🌐 Responsive Layout */
@media (max-width: 768px) {
  .heritage-timeline {
    flex-direction: column;
    align-items: center;
  }

  .heritage-timeline::before {
    display: none;
  }

  .heritage-event {
    width: 90%;
    margin: 20px 0;
  }
}

.journey-wrapper {
  background: linear-gradient(180deg, #fff6fb, #ffffff);
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
}

.journey-container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.journey-heading {
  font-size: 2.5rem;
  color: #c24082;
  font-weight: 700;
  margin-bottom: 15px;
}

.journey-subheading {
  color: #555;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto 60px;
  line-height: 1.7;
}

.journey-timeline {
  position: relative;
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
}

.journey-timeline::-webkit-scrollbar {
  display: none;
}

.journey-track {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  min-width: 800px;
  padding: 20px 0;
}

.journey-track::before {
  content: "";
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #ff7eb9, #ff4b91, #b044ff);
  border-radius: 10px;
  z-index: 1;
}

.journey-milestone {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  padding: 25px 20px;
  width: 250px;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}

.journey-milestone:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

.journey-icon {
  background: linear-gradient(135deg, #ff4b91, #b044ff);
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  margin: -55px auto 15px;
  position: relative;
}

.journey-icon::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background: #b044ff;
  border-radius: 50%;
  border: 3px solid #fff;
}

.journey-milestone h3 {
  color: #b044ff;
  font-size: 1.3rem;
  margin-bottom: 10px;
  font-weight: 600;
}

.journey-milestone p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
}

/* 🌐 Responsive Design */
/* ✅ Base Desktop Styles (Keep your original — no changes needed above 992px) */

/* ✅ Responsive Fixes */
@media (max-width: 992px) {
  .journey-track {
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-width: unset; /* remove min-width overflow */
  }

  .journey-track::before {
    width: 4px;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: linear-gradient(180deg, #ff7eb9, #b044ff);
  }

  .journey-milestone {
    width: 85%;
    margin-bottom: 50px;
    text-align: center;
  }

  .journey-icon::after {
    display: none;
  }
}

/* ✅ Tablet and Mobile Adjustments */
@media (max-width: 768px) {
  .journey-wrapper {
    padding: 40px 15px;
    overflow: hidden;
  }

  .journey-timeline {
    overflow: visible; /* prevent scroll clipping */
    width: 100%;
  }

  .journey-track {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: unset;
    gap: 25px;
  }

  .journey-milestone {
    width: 100%;
    max-width: 380px;
    padding: 20px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  }

  .journey-icon {
    width: 55px;
    height: 55px;
    margin: 0 auto 10px auto;
    font-size: 1.4rem;
    background: linear-gradient(135deg, #ff4b91, #b044ff);
    color: #fff;
  }

  .journey-milestone h3 {
    font-size: 1.2rem;
    margin-bottom: 6px;
  }

  .journey-milestone p {
    font-size: 0.95rem;
    line-height: 1.5;
  }
}

/* ✅ Extra Small Devices (Phones) */
@media (max-width: 480px) {
  .journey-milestone {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 30px auto;
  }

  .journey-track::before {
    left: 10px; /* shift timeline line to side for better spacing */
    transform: none;
  }

  .journey-milestone {
    position: relative;
    padding-left: 35px; /* spacing for side line */
  }

  .journey-icon {
    position: absolute;
    left: -5px;
    top: 15px;
  }
}


.crew-section {
  background: linear-gradient(180deg, #fff5fb, #ffffff);
  padding: 90px 20px;
}

.crew-container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.crew-title {
  font-size: 2.5rem;
  color: #c24082;
  font-weight: 700;
  margin-bottom: 15px;
}

.crew-subtitle {
  color: #555;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto 60px;
  line-height: 1.7;
}

.crew-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}

.crew-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
}

.crew-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

.crew-image {
  position: relative;
  overflow: hidden;
}

.crew-image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: all 0.5s ease;
}

.crew-card:hover .crew-image img {
  transform: scale(1.1);
  filter: brightness(0.8);
}

.crew-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(194, 64, 130, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  opacity: 0;
  transition: all 0.4s ease;
}

.crew-card:hover .crew-overlay {
  opacity: 1;
}

.crew-overlay a {
  color: #fff;
  font-size: 1.2rem;
  background: rgba(255, 255, 255, 0.2);
  padding: 10px 12px;
  border-radius: 50%;
  transition: background 0.3s ease;
}

.crew-overlay a:hover {
  background: #fff;
  color: #c24082;
}

.crew-card h3 {
  margin-top: 15px;
  font-size: 1.3rem;
  font-weight: 600;
  color: #333;
}

.crew-role {
  color: #777;
  font-size: 1rem;
  margin-bottom: 20px;
}

/* 🌐 Responsive Design */
@media (max-width: 768px) {
  .crew-title {
    font-size: 2rem;
  }

  .crew-subtitle {
    font-size: 1rem;
  }

  .crew-image img {
    height: 260px;
  }
}

.testi-row-section {
  background: linear-gradient(160deg, #ffe6f0, #fffafc);
  padding: 80px 20px;
}

.testi-row-container {
  max-width: 1200px;
  margin: auto;
}

.testi-row-title {
  text-align: center;
  font-size: 2.5rem;
  color: #c24082;
  font-weight: 700;
  margin-bottom: 10px;
}

.testi-row-subtitle {
  text-align: center;
  color: #555;
  font-size: 1rem;
  margin-bottom: 50px;
}

.testi-row-wrapper {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  padding-bottom: 10px;
  scrollbar-width: thin;
}

.testi-row-wrapper::-webkit-scrollbar {
  height: 8px;
}

.testi-row-wrapper::-webkit-scrollbar-thumb {
  background-color: #c24082;
  border-radius: 4px;
}

.testi-card {
  background: #fff;
  border-radius: 20px;
  padding: 25px 20px;
  min-width: 280px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  flex-shrink: 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testi-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(194,64,130,0.2);
}

.testi-card p {
  font-style: italic;
  color: #444;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 15px;
}

.testi-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testi-author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #c24082;
}

.testi-author h4 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
}

.testi-author span {
  font-size: 0.9rem;
  color: #777;
}

/* 🌐 Responsive */
@media (max-width: 768px) {
  .testi-row-title {
    font-size: 2rem;
  }

  .testi-row-subtitle {
    font-size: 0.95rem;
    margin-bottom: 30px;
  }

  .testi-card {
    min-width: 250px;
  }
}


.partners-section {
  background: linear-gradient(160deg, #fff0f5, #ffffff);
  padding: 80px 20px;
  text-align: center;
}

.partners-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #c24082;
  margin-bottom: 10px;
}

.partners-subtitle {
  color: #555;
  font-size: 1rem;
  margin-bottom: 50px;
}

.partners-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  align-items: center;
}

.partner-card {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-width: 150px;
  flex: 1 1 150px;
  max-width: 200px;
}

.partner-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: grayscale(20%);
  transition: transform 0.3s ease, filter 0.3s ease;
}

.partner-card:hover img {
  transform: scale(1.1);
  filter: grayscale(0%);
}

.partner-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(194, 64, 130, 0.2);
}

/* 🌐 Responsive */
@media (max-width: 768px) {
  .partners-title {
    font-size: 2rem;
  }

  .partners-subtitle {
    font-size: 0.95rem;
    margin-bottom: 30px;
  }

  .partner-card {
    min-width: 120px;
    max-width: 160px;
  }
}

/*Contact CSS*/

.contact-info-section {
    background: #fff0f6;
    padding: 60px 20px;
}

.contact-section-title {
    font-size: 2.5rem;
    color: #c24082;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-section-subtitle {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 40px;
}

.contact-info-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.contact-card {
    background: #fff;
    padding: 25px 20px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    text-align: center;
    width: 250px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.12);
}

.contact-icon {
    background: linear-gradient(135deg, #ff4b91, #b044ff);
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin: 0 auto 15px;
}

.contact-card h4 {
    color: #b044ff;
    margin-bottom: 8px;
    font-size: 1.2rem;
}

.contact-card p {
    color: #555;
    font-size: 0.95rem;
}

/* Responsive */
@media (max-width: 768px) {
    .contact-info-grid {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .contact-card {
        width: 90%;
    }
}

/* Fix for banner and contact info overlap */
.about-banner, 
.contact-banner {
    position: relative;
    z-index: 1; /* ensure banner is behind content below */
}

.banner-overlay {
    position: relative;
    z-index: 1; /* content stays above overlay */
}

.contact-info-section {
    position: relative;
    z-index: 2; /* ensure it appears above any previous elements */
    margin-top: 0; /* reset any negative margin if used */
    padding-top: 80px; /* increase spacing from banner */
}

/* Optional: adjust on smaller screens */
@media (max-width: 768px) {
    .contact-info-section {
        padding-top: 60px;
    }
}

.contact-form-section {
    background: #fff0f6;
    padding: 80px 20px;
}

.form-section-title {
    font-size: 2.5rem;
    color: #c24082;
    font-weight: 700;
    margin-bottom: 10px;
}

.form-section-subtitle {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 50px;
}

.form-wrapper {
    max-width: 700px;
    margin: 0 auto;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 15px 20px;
    border-radius: 10px;
    border: 1px solid #ffb3d1;
    font-size: 1rem;
    outline: none;
    transition: all 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #c24082;
    box-shadow: 0 0 10px rgba(194,64,130,0.2);
}

.contact-form textarea {
    resize: none;
}

.contact-form .form-btn {
    text-align: center;
}

.contact-form button {
    background: linear-gradient(135deg, #ff4b91, #b044ff);
    color: #fff;
    border: none;
    padding: 15px 35px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.contact-form button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(176,68,255,0.3);
}

/* Responsive */
@media (max-width: 768px) {
    .contact-form-section {
        padding: 60px 15px;
    }

    .form-section-title {
        font-size: 2rem;
    }

    .form-section-subtitle {
        font-size: 1rem;
        margin-bottom: 30px;
    }
}


.contact-form-section {
    background: linear-gradient(135deg, #fff0f6, #ffe6f0);
    padding: 80px 20px;
}

.form-section-title {
    font-size: 2.5rem;
    color: #c24082;
    font-weight: 700;
    margin-bottom: 10px;
}

.form-section-subtitle {
    font-size: 1.1rem;
    color: #555;
}

.contact-form-wrapper {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.12);
}

.contact-form .form-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.contact-form .form-group {
    flex: 1 1 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.contact-form input,
.contact-form textarea {
    padding: 12px 15px;
    border: 1px solid #e0cfe8;
    border-radius: 12px;
    font-size: 1rem;
    outline: none;
    transition: all 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #c24082;
    box-shadow: 0 0 8px rgba(194, 64, 130, 0.3);
}

.contact-form textarea {
    resize: none;
}

.btn-contact {
    background: linear-gradient(135deg, #ff4b91, #b044ff);
    color: #fff;
    padding: 12px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-contact:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(176, 68, 255, 0.4);
}

/* Contact Form Base */
.contact-form {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Two-column layout for rows */
.form-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

/* Common style for all inputs & textarea */
.form-input {
  flex: 1;
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 16px;
  transition: all 0.3s ease;
  margin: 5px 0px;
}

/* Focus effect */
.form-input:focus {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0,123,255,0.3);
  outline: none;
}

/* Message textarea */
.message-box {
  width: 100%;
  resize: none;
}

/* Submit button */
.btn-contact {
  background: #007bff;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  align-self: flex-start;
  transition: background 0.3s ease;
}

.btn-contact:hover {
  background: #0056b3;
}

/* ✅ Responsive for small screens */
@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
  }

  .contact-form {
    padding: 20px;
  }

  .form-input {
    font-size: 15px;
  }

  .btn-contact {
    width: 100%;
    text-align: center;
  }
}


/* Responsive */
@media (max-width: 768px) {
    .contact-form .form-row {
        flex-direction: column;
    }
}


/* Contact Form + Side Cards */
.contact-main-section {
    background: #fff6fb;
}

.contact-grid {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.contact-form-card {
    flex: 1 1 500px;
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.12);
}

.contact-form .form-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.contact-form input, .contact-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e0cfe8;
    border-radius: 12px;
    outline: none;
    transition: all 0.3s ease;
}

.contact-form textarea { resize: none; }

.contact-form input:focus, .contact-form textarea:focus {
    border-color: #c24082;
    box-shadow: 0 0 8px rgba(194, 64, 130, 0.3);
}

.btn-contact {
    background: linear-gradient(135deg, #ff4b91, #b044ff);
    color: #fff;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}

.btn-contact:hover { transform: translateY(-3px); }

/* Side Cards */
.contact-side-card {
    flex: 1 1 300px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

/* Multi-cards reused from previous design */
.multi-card {
    background: #fff;
    border-radius: 20px;
    padding: 25px 20px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.multi-card h3 { color: #b044ff; margin-bottom: 15px; }
.multi-card p, .multi-card li { color: #555; font-size: 0.95rem; margin-bottom: 10px; list-style: none; }
.multi-card ul { padding: 0; }
.multi-card a { text-decoration: none; color: #c24082; }
.multi-card a:hover { color: #ff4b91; }

.social-icons { display: flex; justify-content: center; gap: 12px; }
.social-icons a {
    width: 40px; height: 40px; border-radius: 50%;
    background: #b044ff; color: #fff; display: flex; align-items: center; justify-content: center;
    font-size: 1.1rem; transition: 0.3s;
}
.social-icons a:hover { background: #ff4b91; }

/* Map Section */
.map-section .map-grid {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}
.map-section iframe {
    flex: 1 1 300px;
    border-radius: 15px;
    border: 0;
}

/* FAQ Section */
.faq-grid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}
.faq-card {
    flex: 1 1 300px;
    background: #fff;
    border-radius: 15px;
    padding: 25px 20px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}
.faq-card h4 { color: #b044ff; margin-bottom: 10px; }

/* Responsive */
@media (max-width: 992px) {
    .contact-grid { flex-direction: column; gap: 30px; }
    .contact-form-card, .contact-side-card { width: 100%; }
    .contact-form .form-row { flex-direction: column; }
    .map-section .map-grid { flex-direction: column; }
    .faq-grid { flex-direction: column; }
}


.video-wrapper {
    display: inline-block;
    position: relative;
    cursor: pointer;
    max-width: 800px;
    width: 100%;
}

.video-thumb {
    width: 100%;
    display: block;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    color: #fff;
    background: rgba(0,0,0,0.6);
    border-radius: 50%;
    padding: 20px 25px;
    cursor: pointer;
    transition: all 0.3s;
}

.play-button:hover {
    background: rgba(0,0,0,0.8);
    transform: translate(-50%, -50%) scale(1.1);
}

/* Video Modal */
.video-modal {
    display: none;
    position: fixed;
    z-index: 1050;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
}

.video-content {
    position: relative;
    width: 80%;
    max-width: 900px;
}

.close-btn {
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
}
/* Responsive Design */

/* Large tablets */
@media (max-width: 991px) {
    .video-wrapper {
        max-width: 700px;
    }
    .play-button {
        font-size: 2.5rem;
        padding: 15px 20px;
    }
    .video-content {
        width: 90%;
    }
}

/* Tablets / Small laptops */
@media (max-width: 768px) {
    .video-wrapper {
        max-width: 600px;
    }
    .play-button {
        font-size: 2.2rem;
        padding: 12px 18px;
    }
    .video-content {
        width: 95%;
    }
}

/* Mobile devices */
@media (max-width: 575px) {
    .video-wrapper {
        max-width: 100%;
    }
    .play-button {
        font-size: 2rem;
        padding: 10px 14px;
    }
    .video-content {
        width: 100%;
    }
    .close-btn {
        font-size: 1.5rem;
        top: -10px;
        right: -10px;
    }
}
.video-content video {
    width: 100%;
    height: auto;
    max-height: 80vh; /* ensure it fits in the viewport on smaller screens */
}
