

/* ── CSS VARIABLES ── */
:root {
  --primary:        #8B1A1A;
  --primary-dark:   #6B1212;
  --primary-light:  #c4392d;
  --secondary:      #C8973A;
  --secondary-light:#e8b96a;
  --accent:         #1A3A6B;
  --accent-light:   #2d5cb8;
  --bg-light:       #FAFAF8;
  --bg-section:     #F5F0EB;
  --bg-dark:        #1a1210;
  --text-dark:      #1C1C1C;
  --text-muted:     #6B6B6B;
  --text-light:     #F8F5F0;
  --border-color:   #E8E0D8;
  --radius-sm:      8px;
  --radius-md:      16px;
  --radius-lg:      24px;
  --radius-xl:      40px;
  --shadow-sm:      0 2px 12px rgba(139,26,26,.08);
  --shadow-md:      0 8px 32px rgba(139,26,26,.12);
  --shadow-lg:      0 20px 60px rgba(139,26,26,.18);
  --shadow-gold:    0 8px 32px rgba(200,151,58,.25);
  --font-body:      'Poppins', 'Noto Sans Gujarati', sans-serif;
  --font-display:   'Cinzel', 'Poppins', serif;
  --transition:     .35s cubic-bezier(.4,0,.2,1);
}

/* ── RESET & BASE ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font-body);
  color: var(--text-dark);
  background: var(--bg-light);
  line-height: 1.7;
  overflow-x: hidden;
}
img 
{ 
   
    object-fit: contain;
}
 
a { text-decoration: none; color: inherit; transition: var(--transition); }
ul { list-style: none; padding: 0; margin: 0; }

/* ── SCROLLBAR ── */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg-section); }
::-webkit-scrollbar-thumb { background: var(--primary); border-radius: 3px; }

/* ── SECTION PADDING ── */
.section-padding { padding: 100px 0; }

/* ── SECTION LABELS & TITLES ── */
.section-label {
  display: inline-block;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--secondary);
  background: rgba(200,151,58,.12);
  border: 1px solid rgba(200,151,58,.3);
  padding: .35rem 1rem;
  border-radius: 50px;
  margin-bottom: 1rem;
}
.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.25;
  margin-bottom: 1rem;
}
.section-subtitle {
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 620px;
  margin: 0 auto;
}
.text-gradient {
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── BUTTONS ── */
.btn-primary-custom {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: .75rem 2rem;
  font-weight: 600;
  font-size: .95rem;
  box-shadow: var(--shadow-md);
  transition: var(--transition);
}
.btn-primary-custom:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
  color: #fff;
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
}

/* Ripple Effect (CSS-only implementation) */
.ripple-btn { position: relative; overflow: hidden; }
.ripple-effect {
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,.4);
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%) scale(0);
  animation: rippleAnim 0.6s linear;
  pointer-events: none;
}
@keyframes rippleAnim {
  to {
    width: 300px;
    height: 300px;
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
}

/* Google top banner hide */
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}



/* Google translate toolbar hide */
.goog-te-gadget-icon {
    display: none !important;
}

.goog-te-gadget {
    font-size: 0 !important;
}

/* Optional */
#goog-gt-tt,
.goog-tooltip,
.goog-tooltip:hover {
    display: none !important;
}

.skiptranslate iframe {
    display: none !important;
}
/* ==========================
   Google Translate Premium Design
========================== */

.goog-te-gadget-simple {
    background: rgba(255,255,255,0.12) !important;
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.25) !important;
    border-radius: 50px !important;
    padding: 6px 12px !important;
    display: flex !important;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all .3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,.08);
}

.goog-te-gadget-simple:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(139,26,26,.15);
    border-color: var(--secondary) !important;
}

.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    font-family: var(--font-body);
}

.goog-te-gadget-simple img {
    display: none !important;
}

.goog-te-gadget-simple span {
    border: none !important;
}

/* Navbar Scroll After White Background */
.navbar.navbar-scrolled .goog-te-gadget-simple {
    background: #fff !important;
    border: 2px solid var(--secondary) !important;
}

.navbar.navbar-scrolled .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed {
    color: var(--text-dark) !important;
}

/* Language Arrow */
/* .goog-te-gadget-simple::after {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--secondary);
  
} */

/* Mobile */
@media (max-width:991px) {
    .goog-te-gadget-simple {
        width: 100%;
        justify-content: center;
        background: #fff !important;
    }

    .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed {
        color: var(--text-dark) !important;
    }
}

/* ============================================================
   NAVBAR
   ============================================================ */
.navbar {
  padding: 1rem 0;
  transition: all .4s ease;
  background: transparent;
  z-index: 1050;
}
.navbar.navbar-scrolled {
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(20px);
  box-shadow: var(--shadow-sm);
  padding: .6rem 0;
}
.navbar-logo {

  transition: var(--transition);
  object-fit: contain;
  width: 100%;
  height: 100px;
}
.footer-logo-text{
  transition: var(--transition);
  object-fit: contain;
  width: auto;
  height: 80px;
 
}

.navbar.navbar-scrolled .navbar-logo { filter: none; }
.brand-text { display: flex; flex-direction: column; line-height: 1.2; }
.brand-name {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  transition: var(--transition);
}
.navbar.navbar-scrolled .brand-name { color: var(--primary); }
.brand-sub {
  font-size: .65rem;
  color: rgba(255,255,255,.75);
  font-family: 'Noto Sans Gujarati', sans-serif;
  letter-spacing: .5px;
  transition: var(--transition);
}
.navbar.navbar-scrolled .brand-sub { color: var(--secondary); }

/* Nav Links */
.nav-link {
  font-weight: 600;
  font-size: .92rem;
  color: rgba(255,255,255,.9) !important;
  padding: .5rem .8rem !important;
  position: relative;
  transition: var(--transition);
}
.navbar.navbar-scrolled .nav-link { color: var(--text-dark) !important; }
/* .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0; left: .8rem; right: .8rem;
  height: 2px;
  background: var(--secondary);
  transform: scaleX(0);
  transition: var(--transition);
  border-radius: 2px;
} */

.nav-link:hover::after, .nav-link.active::after { transform: scaleX(1); }
.nav-link:hover { color: var(--secondary) !important; }
.navbar.navbar-scrolled .nav-link:hover { color: var(--primary) !important; }
.nav-link.active { color: var(--secondary) !important; }

/* Nav CTA Button */
.btn-nav-cta {
  background: linear-gradient(135deg, var(--secondary) 0%, var(--secondary-light) 100%);
  color: #fff !important;
  border: none;
  border-radius: 50px;
  padding: .5rem 1.5rem;
  font-weight: 700;
  font-size: .88rem;
  box-shadow: var(--shadow-gold);
  transition: var(--transition);
}
.btn-nav-cta:hover { transform: translateY(-2px); box-shadow: 0 12px 35px rgba(200,151,58,.4); }

/* Custom Hamburger */
.custom-toggler {
  border: none;
  padding: .4rem;
  display: flex; flex-direction: column; gap: 5px;
  background: transparent;
}
.toggler-icon {
  display: block;
  width: 25px; height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: var(--transition);
}
.navbar.navbar-scrolled .toggler-icon { background: var(--primary); }
.custom-toggler:focus { box-shadow: none; outline: 2px solid var(--secondary); }

/* Mobile menu */
@media(max-width:991px) {
  .navbar-collapse {
    background: rgba(255,255,255,.98);
    backdrop-filter: blur(20px);
    border-radius: var(--radius-md);
    padding: 1.5rem;
    margin-top: 1rem;
    box-shadow: var(--shadow-lg);
  }
  .nav-link { color: var(--text-dark) !important; }
  .brand-name { color: var(--primary); }
  .brand-sub { color: var(--secondary); }
  .toggler-icon { background: #fff; }
  .navbar.navbar-scrolled .toggler-icon { background: var(--primary); }
}

/* ============================================================
   HERO SECTION (Bootstrap Carousel)
   ============================================================ */
.hero-section {
  position: relative;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  

}
.hero-slider { width: 100%; height: 100%; position: relative; }

/* Bootstrap Carousel Customization */
.hero-slider .carousel-inner {
  height: 100%;
}
.hero-slider .carousel-item {
  height: 100%;
  transition: opacity 1s ease-in-out;
}
.hero-slider .carousel-item.active {
  display: block;
}

.hero-slide {
  height: 100%;
  background-size: cover;
  background-position: center;
  display: flex; 
  align-items: center; 
  justify-content: center;
  position: relative;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(26,10,10,.75) 0%, rgba(139,26,26,.45) 50%, rgba(0,0,0,.6) 100%);
   pointer-events: none;
}
.hero-content {
  position: relative; z-index: 3;
  text-align: center;
  color: #fff;
  padding: 2rem;
  max-width: 800px;
}
.hero-badge {
  display: inline-block;
  background: rgba(200,151,58,.25);
  border: 1px solid rgba(200,151,58,.5);
  backdrop-filter: blur(10px);
  color: var(--secondary-light);
  padding: .4rem 1.2rem;
  border-radius: 50px;
  font-size: .85rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
}
.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5.5vw, 4rem);
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 1.2rem;
  /* text-shadow: 0 2px 20px rgba(0,0,0,.4); */
}
.hero-highlight {
  /* background: linear-gradient(90deg, var(--secondary) 0%, var(--secondary-light) 100%); */
  background: var(--secondary-light);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-desc {
  font-size: clamp(.95rem, 2vw, 1.2rem);
  color: rgba(255,255,255,.85);
  max-width: 580px;
  margin: 0 auto 2rem;
  line-height: 1.8;
}
.hero-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.btn-hero-primary {
  background: linear-gradient(135deg, var(--secondary) 0%, var(--secondary-light) 100%);
  color: #fff;
  border: none;
  padding: .85rem 2.2rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1rem;
  box-shadow: var(--shadow-gold);
  transition: var(--transition);
}
.btn-hero-primary:hover { transform: translateY(-4px); box-shadow: 0 15px 40px rgba(200,151,58,.5); color: #fff; }
.btn-hero-outline {
  background: rgba(255,255,255,.12);
  color: #fff;
  border: 2px solid rgba(255,255,255,.5);
  padding: .83rem 2.2rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  backdrop-filter: blur(10px);
  transition: var(--transition);
}
.btn-hero-outline:hover { background: rgba(255,255,255,.25); border-color: #fff; transform: translateY(-4px); color: #fff; }

/* Carousel Controls */
.hero-slider .carousel-control-prev,
.hero-slider .carousel-control-next {
  width: 60px;
  height: 60px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.8;
  transition: opacity 0.3s, background 0.3s;
  background: rgba(255,255,255,.15);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255,255,255,.3);
  border-radius: 50%;
    z-index: 9999;
    pointer-events: auto;
}
.hero-slider .carousel-control-prev:hover,
.hero-slider .carousel-control-next:hover {
  opacity: 1;
  background: var(--secondary);
  border-color: var(--secondary);
}
.hero-slider .carousel-control-prev {
  left: 1.5rem;
}
.hero-slider .carousel-control-next {
  right: 1.5rem;
}
.hero-slider .carousel-control-prev-icon,
.hero-slider .carousel-control-next-icon {
  display: none;
}
.hero-slider .carousel-control-prev i,
.hero-slider .carousel-control-next i {
  font-size: 1.5rem;
  color: #fff;
}

/* Carousel Indicators */
.hero-slider .carousel-indicators {
  bottom: 2.5rem;
  margin-bottom: 0;
}
.hero-slider .carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 6px;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  opacity: 1;
  transition: var(--transition);
}
.hero-slider .carousel-indicators .active {
  background-color: var(--secondary);
  width: 32px;
  border-radius: 6px;
}
.custom-about{
    padding: 10px;
}
/* Scroll Indicator */
.scroll-indicator {
  position: absolute;
  bottom: 2.5rem; right: 2rem;
  z-index: 10;
  color: rgba(255,255,255,.7);
  display: flex; flex-direction: column; align-items: center; gap: .5rem;
  font-size: .75rem; font-weight: 500; letter-spacing: 1px;
}
.scroll-mouse {
  width: 24px; height: 40px;
  border: 2px solid rgba(255,255,255,.5);
  border-radius: 12px;
  display: flex; align-items: flex-start; justify-content: center;
  padding: 4px;
}
.scroll-wheel {
  width: 4px; height: 10px;
  background: rgba(255,255,255,.7);
  border-radius: 2px;
  animation: scrollWheel 2s infinite;
}
@keyframes scrollWheel {
  0% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(14px); opacity: 0; }
}
@media(max-width:768px) { 
  .scroll-indicator { display: none; } 
  .hero-slider .carousel-control-prev,
  .hero-slider .carousel-control-next { 
    width: 40px; 
    height: 40px; 
    top: 50.5%;
  }
  .hero-slider .carousel-control-prev i,
  .hero-slider .carousel-control-next i {
    font-size: 1rem;
  }
}

/* ============================================================
   STATS BAR
   ============================================================ */
.stats-bar {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  padding: 0;
  position: relative;
  z-index: 5;
}
.stats-bar::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.stat-item {
  text-align: center;
  padding: 2.2rem 1rem;
  border-right: 1px solid rgba(255,255,255,.1);
  position: relative;
}
.stat-item:last-child { border-right: none; }
.stat-num {
  font-family: var(--font-display);
  font-size: 2.8rem;
  font-weight: 900;
  color: var(--secondary);
  display: inline-block;
}
.stat-plus { font-size: 2rem; font-weight: 900; color: var(--secondary); vertical-align: top; margin-top: .5rem; }
.stat-label { display: block; color: rgba(255,255,255,.8); font-size: .9rem; font-weight: 500; margin-top: .25rem; }

/* ============================================================
   ABOUT SECTION
   ============================================================ */
.about-section { background: var(--bg-light); }
.about-img-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}
.about-main-img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  position: relative;
  z-index: 2;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/5;
  transition: var(--transition);
}
.about-main-img:hover { transform: scale(1.02); }
.about-img-deco {
  position: absolute;
  border-radius: var(--radius-lg);
  z-index: 1;
}
.deco-1 {
  width: 85%; height: 85%;
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  bottom: -20px; right: -20px;
  opacity: .15;
}
.deco-2 {
  width: 60%; height: 60%;
  border: 3px solid var(--secondary);
  top: -15px; left: -15px;
  opacity: .3;
}
.about-badge-float {
  position: absolute;
  bottom: 30px; left: -25px;
  background: #fff;
  border-radius: var(--radius-md);
  padding: 1rem 1.2rem;
  box-shadow: var(--shadow-lg);
  display: flex; align-items: center; gap: .8rem;
  z-index: 5;
  border-left: 4px solid var(--secondary);
}
.about-badge-float i { font-size: 2rem; color: var(--secondary); }
.about-badge-float strong { display: block; color: var(--primary); font-weight: 700; }
.about-badge-float span { font-size: .8rem; color: var(--text-muted); }

.about-lead { font-size: 1.1rem; color: var(--primary); font-weight: 600; margin-bottom: 1rem; }
.about-body { color: var(--text-muted); margin-bottom: .8rem; }
.about-highlights { display: flex; flex-direction: column; gap: .6rem; margin: 1.5rem 0; }
.highlight-item { display: flex; align-items: flex-start; gap: .7rem; font-size: .95rem; color: var(--text-dark); }
.highlight-item i { color: var(--primary); font-size: 1.1rem; margin-top: .1rem; flex-shrink: 0; }

/* ============================================================
   VISION MISSION GOAL
   ============================================================ */
.vmg-section {
  background: var(--bg-section);
  position: relative;
  overflow: hidden;
}
.vmg-bg-pattern {
  position: absolute; inset: 0;
  background-image: radial-gradient(circle at 20% 50%, rgba(139,26,26,.05) 0%, transparent 50%),
                    radial-gradient(circle at 80% 20%, rgba(200,151,58,.07) 0%, transparent 50%);
}
.vmg-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  height: 100%;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-color);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.vmg-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-lg);
}
.vmg-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
}
.vmg-vision::before { background: linear-gradient(90deg, var(--primary), var(--primary-light)); }
.vmg-mission::before { background: linear-gradient(90deg, var(--secondary), var(--secondary-light)); }
.vmg-goal::before { background: linear-gradient(90deg, var(--accent), var(--accent-light)); }

.vmg-icon-wrap {
  width: 70px; height: 70px;
  border-radius: var(--radius-md);
  display: flex; align-items: center; justify-content: center;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  transition: var(--transition);
}
.vmg-vision .vmg-icon-wrap { background: rgba(139,26,26,.1); color: var(--primary); }
.vmg-mission .vmg-icon-wrap { background: rgba(200,151,58,.15); color: var(--secondary); }
.vmg-goal .vmg-icon-wrap { background: rgba(26,58,107,.1); color: var(--accent); }
.vmg-card:hover .vmg-icon-wrap { transform: scale(1.1) rotate(-5deg); }

.vmg-accent-line {
  width: 40px; height: 3px;
  border-radius: 2px;
  margin-bottom: 1.2rem;
}
.vmg-vision .vmg-accent-line { background: var(--primary); }
.vmg-mission .vmg-accent-line { background: var(--secondary); }
.vmg-goal .vmg-accent-line { background: var(--accent); }

.vmg-title {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: .8rem;
  color: var(--text-dark);
}
.vmg-desc { color: var(--text-muted); line-height: 1.8; font-size: .95rem; margin-bottom: 1.5rem; }
.vmg-footer {
  border-top: 1px solid var(--border-color);
  padding-top: 1rem;
  font-size: .85rem;
  font-weight: 600;
  color: var(--text-muted);
}
.vmg-footer i { color: var(--secondary); margin-right: .4rem; }

/* ============================================================
   GALLERY SECTION
   ============================================================ */
.gallery-section { background: var(--bg-light); }
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-md);
  cursor: pointer;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}
.gallery-item:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.gallery-item img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: transform .5s ease;
}
.gallery-item:hover img { transform: scale(1.08); }
.gallery-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(139,26,26,.8) 0%, rgba(200,151,58,.6) 100%);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: .5rem;
  opacity: 0;
  transition: var(--transition);
  color: #fff;
  font-weight: 600;
  font-size: .95rem;
}
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay i { font-size: 2rem; }
.gallery-item:focus { outline: 3px solid var(--secondary); outline-offset: 2px; }

/* ── LIGHTBOX MODAL (Bootstrap Modal) ── */
#galleryModal .modal-content {
  background: transparent;
  border: none;
}
#galleryModal .modal-header {
  border: none;
  padding: 1rem;
}
#galleryModal .btn-close {
  background-color: rgba(255,255,255,.2);
  border-radius: 50%;
  padding: 1rem;
  opacity: 0.8;
  transition: var(--transition);
}
#galleryModal .btn-close:hover {
  opacity: 1;
  background-color: var(--primary);
}

.lightbox-container {
  position: relative;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lightbox-container img {
  max-height: 75vh;
  max-width: 100%;
  object-fit: contain;
  border-radius: var(--radius-md);
  box-shadow: 0 30px 80px rgba(0,0,0,.5);
}
.lightbox-caption {
  color: rgba(255,255,255,.9);
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 500;
  background: rgba(0,0,0,.7);
  padding: 0.8rem 1.5rem;
  border-radius: var(--radius-sm);
  backdrop-filter: blur(10px);
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,.15);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255,255,255,.3);
  color: #fff;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  font-size: 1.3rem;
  cursor: pointer;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.lightbox-nav:hover {
  background: var(--secondary);
  border-color: var(--secondary);
  transform: translateY(-50%) scale(1.1);
}
.lightbox-prev {
  left: 2rem;
}
.lightbox-next {
  right: 2rem;
}

@media(max-width:767px) {
  .lightbox-prev { left: 1rem; }
  .lightbox-next { right: 1rem; }
  .lightbox-nav {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
}
  /* --- Video Section --- */
        .video-wrapper {
            position: relative;
            padding-bottom: 56.25%;
            /* 16:9 Aspect Ratio */
            height: 0;
            overflow: hidden;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            margin-bottom: 24px;
        }

        .video-wrapper iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0;
        }
/* ============================================================
   VIDEOS SECTION
   ============================================================ */
.videos-section {
  background: var(--bg-section);
  position: relative;
}
.video-card {
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-color);
  transition: var(--transition);
  height: 100%;
  display: flex; flex-direction: column;
}
.video-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.video-thumb-wrap {
  position: relative;
  overflow: hidden;
}
.video-thumb {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  transition: transform .5s ease;
}
.video-card:hover .video-thumb { transform: scale(1.05); }
.video-play-btn {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: var(--transition);
}
.video-play-btn i {
  width: 64px; height: 64px;
  background: rgba(139,26,26,.85);
  color: #fff;
  border-radius: 50%;
  font-size: 1.8rem;
  display: flex; align-items: center; justify-content: center;
  transition: var(--transition);
  box-shadow: 0 8px 30px rgba(139,26,26,.4);
  padding-left: 5px;
}
.video-play-btn:hover i { transform: scale(1.15); background: var(--secondary); }
.video-duration {
  position: absolute;
  bottom: .75rem; right: .75rem;
  background: rgba(0,0,0,.75);
  color: #fff;
  font-size: .78rem;
  font-weight: 600;
  padding: .2rem .5rem;
  border-radius: 4px;
}
.video-info { padding: 1.5rem; flex: 1; display: flex; flex-direction: column; }
.video-category {
  display: inline-block;
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--primary);
  background: rgba(139,26,26,.08);
  padding: .2rem .7rem;
  border-radius: 50px;
  margin-bottom: .8rem;
}
.video-title { font-family: var(--font-display); font-size: 1.05rem; font-weight: 700; color: var(--text-dark); margin-bottom: .6rem; line-height: 1.4; }
.video-desc { color: var(--text-muted); font-size: .88rem; line-height: 1.6; margin-bottom: 1rem; flex: 1; }
.btn-video-watch {
  display: inline-flex; align-items: center;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
  color: #fff;
  border: none;
  padding: .6rem 1.4rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: .88rem;
  transition: var(--transition);
  align-self: flex-start;
}
.btn-video-watch:hover { transform: translateX(4px); color: #fff; box-shadow: var(--shadow-md); }

/* ============================================================
   CTA SECTION
   ============================================================ */
.cta-section {
  padding: 100px 0;
  position: relative;
  background: url('images/cta.jpg') center/cover fixed;
  overflow: hidden;
}
.cta-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(139,26,26,.92) 0%, rgba(26,10,10,.88) 100%);
}
.cta-badge {
  display: inline-block;
  background: rgba(200,151,58,.2);
  border: 1px solid rgba(200,151,58,.4);
  color: var(--secondary-light);
  padding: .4rem 1.2rem;
  border-radius: 50px;
  font-size: .85rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
}
.cta-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 900;
  color: #fff;
  margin-bottom: 1.2rem;
}
.cta-title span { color: var(--secondary); }
.cta-desc { color: rgba(255,255,255,.8); font-size: 1.1rem; max-width: 580px; margin: 0 auto 2.5rem; }
.cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.btn-cta-primary {
  background: linear-gradient(135deg, var(--secondary) 0%, var(--secondary-light) 100%);
  color: #fff;
  border: none;
  padding: .9rem 2.5rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1rem;
  box-shadow: var(--shadow-gold);
  transition: var(--transition);
}
.btn-cta-primary:hover { transform: translateY(-4px); color: #fff; box-shadow: 0 15px 45px rgba(200,151,58,.5); }
.btn-cta-outline {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,.5);
  padding: .88rem 2.5rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  transition: var(--transition);
}
.btn-cta-outline:hover { background: rgba(255,255,255,.15); border-color: #fff; color: #fff; transform: translateY(-4px); }

/* ============================================================
   CONTACT SECTION
   ============================================================ */
.contact-section { background: var(--bg-light); }
.contact-info-card {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  color: #fff;
  height: 100%;
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
}
.contact-info-card::before {
  content: '';
  position: absolute;
  top: -50%; right: -30%;
  width: 300px; height: 300px;
  border-radius: 50%;
  background: rgba(255,255,255,.05);
}
.contact-info-title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: .5rem;
  color: #fff;
}
.contact-info-sub { color: rgba(255,255,255,.7); margin-bottom: 2rem; font-size: .9rem; }
.contact-info-items { display: flex; flex-direction: column; gap: 1.3rem; margin-bottom: 2rem; }
.contact-info-item { display: flex; align-items: flex-start; gap: 1rem; }
.ci-icon {
  width: 44px; height: 44px;
  background: rgba(255,255,255,.15);
  border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
  color: var(--secondary-light);
}
.ci-content strong { display: block; font-weight: 600; color: var(--secondary-light); margin-bottom: .15rem; font-size: .9rem; }
.ci-content span, .ci-content a { color: rgba(255,255,255,.8); font-size: .9rem; }
.ci-content a:hover { color: var(--secondary-light); }
.contact-social { border-top: 1px solid rgba(255,255,255,.15); padding-top: 1.2rem; }
.contact-social span { color: rgba(255,255,255,.7); font-size: .85rem; font-weight: 600; margin-bottom: .8rem; display: block; }
.social-links-contact { display: flex; gap: .6rem; }
.soc-btn {
  width: 38px; height: 38px;
  border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem;
  color: #fff;
  transition: var(--transition);
}
.soc-fb { background: #1877F2; }
.soc-ig { background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.soc-yt { background: #FF0000; }
.soc-li { background: #0A66C2; }
.soc-btn:hover { transform: translateY(-3px) scale(1.1); color: #fff; }

/* Contact Form */
.contact-form-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-color);
}
.form-label { font-weight: 600; font-size: .88rem; color: var(--text-dark); margin-bottom: .4rem; }
.custom-input {
  border: 2px solid var(--border-color);
  border-radius: var(--radius-sm);
  padding: .75rem 1rem;
  font-size: .95rem;
  transition: var(--transition);
  font-family: var(--font-body);
  color: var(--text-dark);
  background: var(--bg-light);
}
.custom-input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(139,26,26,.1);
  outline: none;
  background: #fff;
}
textarea.custom-input { resize: vertical; min-height: 130px; }
.form-success-msg {
  background: #d4edda;
  border: 1px solid #c3e6cb;
  border-radius: var(--radius-md);
  padding: 1.2rem 1.5rem;
  color: #155724;
  display: flex; align-items: center; gap: .8rem;
  margin-top: 1rem;
  font-weight: 500;
}
.form-success-msg i { font-size: 1.5rem; color: #28a745; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--bg-dark); }
.footer-top { padding: 80px 0 50px; }
.footer-logo { border-radius: 50%; margin-bottom: .8rem; object-fit: contain; }
.footer-brand-name {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--secondary);
  margin-bottom: .5rem;
}
.footer-desc { color: rgba(255,255,255,.55); font-size: .88rem; line-height: 1.8; margin-bottom: 1.2rem; }
.footer-desc em { color: var(--secondary-light); font-style: normal; }
.footer-social { display: flex; gap: .6rem; }
.footer-social a {
  width: 36px; height: 36px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.7);
  font-size: .95rem;
  transition: var(--transition);
}
.footer-social a:hover { background: var(--primary); border-color: var(--primary); color: #fff; transform: translateY(-3px); }

.footer-heading {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.2rem;
  position: relative;
  padding-bottom: .7rem;
}
.footer-heading::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 35px; height: 2px;
  background: var(--secondary);
  border-radius: 2px;
}
.footer-links li { margin-bottom: .5rem; }
.footer-links a {
  color: rgba(255,255,255,.55);
  font-size: .9rem;
  transition: var(--transition);
  display: flex; align-items: center; gap: .4rem;
}
.footer-links a:hover { color: var(--secondary); padding-left: .5rem; }
.footer-links a i { font-size: .7rem; }

.footer-contact-list li {
  display: flex; align-items: flex-start; gap: .8rem;
  margin-bottom: .9rem;
  color: rgba(255,255,255,.55);
  font-size: .88rem;
  line-height: 1.6;
}
.footer-contact-list i { color: var(--secondary); font-size: 1rem; margin-top: .1rem; flex-shrink: 0; }
.footer-contact-list a { color: rgba(255,255,255,.55); }
.footer-contact-list a:hover { color: var(--secondary); }

.footer-newsletter-text { color: rgba(255,255,255,.55); font-size: .88rem; margin-bottom: 1rem; }
.newsletter-wrap { display: flex; }
.newsletter-wrap input {
  flex: 1;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: var(--radius-sm) 0 0 var(--radius-sm);
  color: #fff;
  padding: .6rem 1rem;
  font-size: .88rem;
  font-family: var(--font-body);
  outline: none;
  transition: var(--transition);
}
.newsletter-wrap input::placeholder { color: rgba(255,255,255,.4); }
.newsletter-wrap input:focus { border-color: var(--secondary); background: rgba(255,255,255,.12); }
.newsletter-wrap button {
  background: var(--secondary);
  border: none;
  color: #fff;
  padding: .6rem 1rem;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  cursor: pointer;
  transition: var(--transition);
}
.newsletter-wrap button:hover { background: var(--secondary-light); }
.footer-timings {
  display: flex; align-items: flex-start; gap: .7rem;
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.55);
  font-size: .85rem;
}
.footer-timings i { color: var(--secondary); margin-top: .1rem; }
.footer-timings strong { display: block; color: rgba(255,255,255,.8); }

.footer-bottom {
  background: rgba(0,0,0,.3);
  border-top: 1px solid rgba(255,255,255,.06);
  padding: 1.2rem 0;
}
.footer-copy 
{ color: rgba(255,255,255,.4); font-size: .85rem; margin: 0; }


.footer-copy-develop{ color: rgba(255,255,255,.4); font-size: .85rem; margin: 0; }
.footer-copy-develop-a { color: var(--secondary); font-size: .85rem; margin: 0; }
.footer-copy-develop-a:hover { 
  /* color: var(--secondary-light) !important;  */
  color: #d7c7a8;
  font-size: .85rem; 
  margin: 0; 
}
/* ============================================================
   BACK TO TOP
   ============================================================ */
.back-to-top {
  position: fixed;
  bottom: 2rem; right: 2rem;
  width: 48px; height: 48px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 1.1rem;
  cursor: pointer;
  box-shadow: var(--shadow-md);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: var(--transition);
  z-index: 1000;
  display: flex; align-items: center; justify-content: center;
}
.back-to-top.visible { 
  opacity: 1; 
  visibility: visible;
  transform: translateY(0); 
}
.back-to-top:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }

/* ============================================================
   AOS OVERRIDES & ACCESSIBILITY
   ============================================================ */
@media(prefers-reduced-motion: reduce) {
  *, *::before, *::after { 
    animation-duration: .01ms !important; 
    transition-duration: .01ms !important; 
  }
  [data-aos] { opacity: 1 !important; transform: none !important; }
}
:focus-visible { outline: 3px solid var(--secondary); outline-offset: 2px; }

/* ============================================================
   PERFORMANCE OPTIMIZATIONS
   ============================================================ */
* {
  will-change: auto;
}
.vmg-card:hover,
.video-card:hover,
.gallery-item:hover {
  will-change: transform;
}

/* ============================================================
   RESPONSIVE BREAKPOINTS
   ============================================================ */
@media(max-width:991px) {
  .about-badge-float { left: 0; }
  .section-padding { padding: 70px 0; }
}
@media(max-width:767px) {
  .section-padding { padding: 55px 0; }
  .hero-title { font-size: clamp(1.6rem, 7vw, 2.5rem); }
  .stat-num { font-size: 2.2rem; }
  .vmg-card { padding: 1.8rem; }
  .contact-form-card { padding: 1.5rem; }
  .contact-info-card { padding: 1.8rem; }
  .footer-top { padding: 50px 0 30px; }
  .cta-section { padding: 70px 0; }
}
@media(max-width:480px) {
  .hero-btns { flex-direction: column; align-items: center; }
  .btn-hero-primary, .btn-hero-outline { width: 100%; text-align: center; }
  .cta-btns { flex-direction: column; align-items: center; }
  .btn-cta-primary, .btn-cta-outline { width: 100%; text-align: center; }
  .lightbox-nav { width: 40px; height: 40px; font-size: 1rem; }
  .lightbox-prev { left: 0.5rem; }
  .lightbox-next { right: 0.5rem; }
}

/* Large screens */
@media(min-width:1400px) {
  .container { max-width: 1320px; }
  .section-title { font-size: 3rem; }
}







/* about page css  */
        /* Page-specific styles */
        .about-page-hero {
            min-height: 320px;
            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            padding-top: 120px;
            position: relative;
            overflow: hidden;
        }

        .about-page-hero::before {
            content: '';
            position: absolute;
            inset: 0;
            background: url('images/new-slide-image-2.png') center/cover;
            opacity: 0.15;
        }

        .about-page-hero .hero-content {
            position: relative;
            text-align: center;
            color: #fff;
        }

        .about-page-hero h1 {
            font-family: var(--font-display);
            font-size: clamp(2rem, 5vw, 3.5rem);
            font-weight: 700;
        }

        .about-page-hero p {
            opacity: 0.85;
            font-size: 1.1rem;
        }

        /* Timeline */
        .timeline {
            position: relative;
            padding: 2rem 0;
        }

        .timeline::before {
            content: '';
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            width: 3px;
            height: 100%;
            background: linear-gradient(to bottom, var(--primary), var(--secondary));
            border-radius: 3px;
        }

        .timeline-item {
            position: relative;
            margin-bottom: 3rem;
            width: 50%;
            padding: 0 2.5rem;
        }

        .timeline-item:nth-child(odd) {
            left: 0;
            text-align: right;
        }

        .timeline-item:nth-child(even) {
            left: 50%;
            text-align: left;
        }

        .timeline-dot {
            position: absolute;
            width: 20px;
            height: 20px;
            background: var(--secondary);
            border: 4px solid #fff;
            border-radius: 50%;
            top: 0;
            box-shadow: var(--shadow-md);
        }

        .timeline-item:nth-child(odd) .timeline-dot {
            right: -10px;
        }

        .timeline-item:nth-child(even) .timeline-dot {
            left: -10px;
        }

        .timeline-content {
            background: #fff;
            padding: 1.5rem;
            border-radius: var(--radius-md);
            box-shadow: var(--shadow-sm);
            border: 1px solid var(--border-color);
        }

        .timeline-year {
            display: inline-block;
            background: linear-gradient(135deg, var(--primary), var(--secondary));
            color: #fff;
            padding: 0.3rem 1rem;
            border-radius: 50px;
            font-weight: 700;
            font-size: 0.9rem;
            margin-bottom: 0.8rem;
        }

        .timeline-title {
            font-family: var(--font-display);
            font-size: 1.2rem;
            font-weight: 700;
            color: var(--text-dark);
            margin-bottom: 0.5rem;
        }

        .timeline-desc {
            color: var(--text-muted);
            font-size: 0.95rem;
            line-height: 1.6;
        }

        /* Values Grid */
        .value-card {
            background: #fff;
            padding: 2rem;
            border-radius: var(--radius-lg);
            box-shadow: var(--shadow-sm);
            border: 1px solid var(--border-color);
            text-align: center;
            transition: var(--transition);
            height: 100%;
        }

        .value-card:hover {
            transform: translateY(-8px);
            box-shadow: var(--shadow-lg);
        }

        .value-icon {
            width: 70px;
            height: 70px;
            background: linear-gradient(135deg, var(--primary), var(--secondary));
            color: #fff;
            border-radius: var(--radius-md);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2rem;
            margin: 0 auto 1.2rem;
        }

        .value-title {
            font-family: var(--font-display);
            font-size: 1.2rem;
            font-weight: 700;
            color: var(--text-dark);
            margin-bottom: 0.8rem;
        }

        .value-desc {
            color: var(--text-muted);
            font-size: 0.95rem;
            line-height: 1.7;
        }

        /* Team Section */
        .team-card {
            background: #fff;
            border-radius: var(--radius-lg);
            overflow: hidden;
            box-shadow: var(--shadow-sm);
            border: 1px solid var(--border-color);
            transition: var(--transition);
            text-align: center;
        }

        .team-card:hover {
            transform: translateY(-8px);
            box-shadow: var(--shadow-lg);
        }

        .team-img {
            width: 100%;
            aspect-ratio: 1;
            object-fit: cover;
        }

        .team-info {
            padding: 1.5rem;
        }

        .team-name {
            font-family: var(--font-display);
            font-size: 1.1rem;
            font-weight: 700;
            color: var(--text-dark);
            margin-bottom: 0.3rem;
        }

        .team-role {
            color: var(--secondary);
            font-size: 0.9rem;
            font-weight: 600;
            margin-bottom: 0.8rem;
        }

        .team-social {
            display: flex;
            gap: 0.5rem;
            justify-content: center;
        }

        .team-social a {
            width: 32px;
            height: 32px;
            background: rgba(139, 26, 26, 0.1);
            color: var(--primary);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: var(--transition);
        }

        .team-social a:hover {
            background: var(--primary);
            color: #fff;
        }

        @media (max-width: 768px) {
            .timeline::before {
                left: 30px;
            }

            .timeline-item {
                width: 100%;
                padding-left: 4rem;
                padding-right: 1rem;
                text-align: left !important;
            }

            .timeline-item:nth-child(even) {
                left: 0;
            }

            .timeline-item:nth-child(odd) .timeline-dot,
            .timeline-item:nth-child(even) .timeline-dot {
                left: 20px;
                right: auto;
            }
           
        }
   


 

/* contact pages css  */


        /*contact Page-specific styles */
        .contact-page-hero {
            min-height: 320px;
            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            padding-top: 120px;
            position: relative;
            overflow: hidden;
        }

        .contact-page-hero::before {
            content: '';
            position: absolute;
            inset: 0;
            background: url('images/meeting-img.png') center/cover;
            opacity: 0.15;
        }

        .contact-page-hero .hero-content {
            position: relative;
            text-align: center;
            color: #fff;
        }

        .contact-page-hero h1 {
            font-family: var(--font-display);
            font-size: clamp(2rem, 5vw, 3.5rem);
            font-weight: 700;
        }

        .contact-page-hero p {
            opacity: 0.85;
            font-size: 1.1rem;
        }

        /* Contact Info Cards */
        .contact-info-card {
            background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
            border-radius: var(--radius-lg);
            padding: 2.5rem;
            color: #fff;
            height: 100%;
            box-shadow: var(--shadow-lg);
            position: relative;
            overflow: hidden;
        }

        .contact-info-card::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -30%;
            width: 300px;
            height: 300px;
            border-radius: 50%;
            background: rgba(255, 255, 255, .05);
        }

        .contact-info-title {
            font-family: var(--font-display);
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: .5rem;
            color: #fff;
        }

        .contact-info-sub {
            color: rgba(255, 255, 255, .7);
            margin-bottom: 2rem;
            font-size: .9rem;
        }

        .contact-info-items {
            display: flex;
            flex-direction: column;
            gap: 1.3rem;
            margin-bottom: 2rem;
        }

        .contact-info-item {
            display: flex;
            align-items: flex-start;
            gap: 1rem;
        }

        .ci-icon {
            width: 44px;
            height: 44px;
            background: rgba(255, 255, 255, .15);
            border-radius: var(--radius-sm);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.1rem;
            flex-shrink: 0;
            color: var(--secondary-light);
        }

        .ci-content strong {
            display: block;
            font-weight: 600;
            color: var(--secondary-light);
            margin-bottom: .15rem;
            font-size: .9rem;
        }

        .ci-content span,
        .ci-content a {
            color: rgba(255, 255, 255, .8);
            font-size: .9rem;
        }

        .ci-content a:hover {
            color: var(--secondary-light);
        }

        .contact-social {
            border-top: 1px solid rgba(255, 255, 255, .15);
            padding-top: 1.2rem;
        }

        .contact-social span {
            color: rgba(255, 255, 255, .7);
            font-size: .85rem;
            font-weight: 600;
            margin-bottom: .8rem;
            display: block;
        }

        .social-links-contact {
            display: flex;
            gap: .6rem;
        }

        .soc-btn {
            width: 38px;
            height: 38px;
            border-radius: var(--radius-sm);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1rem;
            color: #fff;
            transition: var(--transition);
        }

        .soc-fb {
            background: #1877F2;
        }

        .soc-ig {
            background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
        }

        .soc-yt {
            background: #FF0000;
        }

        .soc-li {
            background: #0A66C2;
        }

        .soc-btn:hover {
            transform: translateY(-3px) scale(1.1);
            color: #fff;
        }

        /* Contact Form */
        .contact-form-card {
            background: #fff;
            border-radius: var(--radius-lg);
            padding: 2.5rem;
            box-shadow: var(--shadow-md);
            border: 1px solid var(--border-color);
        }

        .form-label {
            font-weight: 600;
            font-size: .88rem;
            color: var(--text-dark);
            margin-bottom: .4rem;
        }

        .custom-input {
            border: 2px solid var(--border-color);
            border-radius: var(--radius-sm);
            padding: .75rem 1rem;
            font-size: .95rem;
            transition: var(--transition);
            font-family: var(--font-body);
            color: var(--text-dark);
            background: var(--bg-light);
            width: 100%;
        }

        .custom-input:focus {
            border-color: var(--primary);
            box-shadow: 0 0 0 3px rgba(139, 26, 26, .1);
            outline: none;
            background: #fff;
        }

        textarea.custom-input {
            resize: vertical;
            min-height: 130px;
        }

        .form-success-msg {
            background: #d4edda;
            border: 1px solid #c3e6cb;
            border-radius: var(--radius-md);
            padding: 1.2rem 1.5rem;
            color: #155724;
            display: none;
            align-items: center;
            gap: .8rem;
            margin-top: 1rem;
            font-weight: 500;
        }

        .form-success-msg.show {
            display: flex;
        }

        .form-success-msg i {
            font-size: 1.5rem;
            color: #28a745;
        }

        /* Map Section */
        .map-container {
            border-radius: var(--radius-lg);
            overflow: hidden;
            box-shadow: var(--shadow-md);
            height: 400px;
        }

        .map-container iframe {
            width: 100%;
            height: 100%;
            border: none;
        }

        

/* gallery page css */

        /* Page-specific styles */
        .gallery-page-hero {
            min-height: 320px;
            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            padding-top: 120px;
            position: relative;
            overflow: hidden;
        }

        .gallery-page-hero::before {
            content: '';
            position: absolute;
            inset: 0;
            background: url('images/new-slide-one.png') center/cover;
            opacity: 0.15;
        }

        .gallery-page-hero .hero-content {
            position: relative;
            text-align: center;
            color: #fff;
        }

        .gallery-page-hero h1 {
            font-family: var(--font-display);
            font-size: clamp(2rem, 5vw, 3.5rem);
            font-weight: 700;
        }

        .gallery-page-hero p {
            opacity: 0.85;
            font-size: 1.1rem;
        }

        /* Filter buttons */
        .gallery-filter {
            display: flex;
            flex-wrap: wrap;
            gap: .5rem;
            justify-content: center;
            margin-bottom: 2.5rem;
        }

        .filter-btn {
            padding: .45rem 1.25rem;
            border-radius: 50px;
            border: 2px solid var(--primary);
            background: transparent;
            color: var(--primary);
            font-weight: 600;
            font-size: .9rem;
            cursor: pointer;
            transition: all .3s;
        }

        .filter-btn.active,
        .filter-btn:hover {
            background: var(--primary);
            color: #fff;
        }

        /* Masonry Grid */
        .masonry-grid {
            columns: 3 280px;
            column-gap: 1rem;
        }

        .masonry-item {
            break-inside: avoid;
            margin-bottom: 1rem;
            transition: opacity 0.3s ease;
        }

        .masonry-item[style*="display: none"] {
            display: none !important;
        }

        @media(max-width:576px) {
            .masonry-grid {
                columns: 1;
            }
        }
@media(max-width:768px){
   .cta-section{
      background-attachment: scroll;
   }
   
}
        @media(max-width:768px) and (min-width: 577px) {
            .masonry-grid {
                columns: 2;
            }
        }
   
@media(max-width:500px){

.navbar-logo{
      height: 85px !important;
}

}
