/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body {
    font-family: 'Lato', sans-serif;
}

:root {
    --primary-color: #0062b5;
    --secondary-color: #32cd32;
}

/* Navbar Customization */
.navbar {
    background-color: #ffffff;
}

.logo-img {
    height: 60px;
    width: auto;
}

.navbar-nav .nav-link {
    font-size: 0.95rem;
    color: #444 !important;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: var(--primary-color) !important; /* Blue hover for links */
}

.claim-btn {
    background-color: var(--primary-color); /* Primary Blue */
    border-color: var(--primary-color);
    border-radius: 6px;
    font-size: 0.95rem;
    box-shadow: 0 4px 6px rgba(0, 123, 255, 0.2);
    transition: all 0.3s ease;
}

.claim-btn:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    transform: translateY(-1px);
    box-shadow: 0 6px 8px rgba(0, 123, 255, 0.3);
}

@media (max-width: 991px) {
    .navbar-collapse {
        padding-top: 1rem;
        background-color: #fff; /* Ensure dropdown background is white */
    }
    .claim-btn {
        width: 100%;
        margin-top: 0.5rem;
    }
}

/* ============================
   Hero Section 
   ============================ */

.hero-section {
    background: linear-gradient(135deg, #e3f2fd 0%, #ffffff 60%);
    padding-top: 80px;
    padding-bottom: 120px; /* Space for shape divider */
    min-height: 85vh; /* Ensure full fold height */
    position: relative;
    overflow-x: hidden;
}

.hero-title {
    font-size: 3rem;
    font-family: 'Poppins', sans-serif; /* fallback to poppins if lato not set, but generally inherits */
}

/* Hindi Font Adjustment */
.hero-title span:first-child {
    font-family: 'Poppins', sans-serif; /* Ensure bold weight works well */
}

.hero-img-placeholder {
    background: url('../images/hero-bg-placeholder.jpg') center/cover no-repeat, #ced4da; /* Fallback color */
    /* If you find a real image, replace url here */
}

/* Badge Styling */
.badge-trusted {
    border: 1px solid #e9ecef;
}

/* Shape Divider */
.custom-shape-divider-bottom-1703957827 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1703957827 svg {
    position: relative;
    display: block;
    width: calc(150% + 1.3px);
    height: 60px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1703957827 .shape-fill {
    fill: #FFFFFF;
}

@media (min-width: 992px) {
    .custom-shape-divider-bottom-1703957827 svg {
         height: 100px;
    }
}

/* ============================
   Why Choose Us Section
   ============================ */

#why-choose-us {
    background-color: #ffffff;
}

.bg-light-blue {
    background-color: #f8fbff;
    border: 1px solid #eef2f7;
}

.feature-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.08) !important;
}

.icon-box {
    width: 50px;
    height: 50px;
}

.icon-box.primary {
    background-color: var(--primary-color);
}

.icon-box.secondary {
    background-color: var(--secondary-color);
}

/* ============================
   Services Section
   ============================ */

.service-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid transparent;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.08) !important;
    border-color: #eef2f7;
}

/* Decorative curve on top right */
.service-card::after {
    content: '';
    position: absolute;
    top: -20px;
    right: -20px;
    width: 60px;
    height: 60px;
    background-color: var(--primary-color);
    opacity: 0.05;
    border-radius: 50%;
    z-index: 0;
}

.service-card:hover::after {
    transform: scale(1.2);
    transition: transform 0.3s ease;
}

/* Ensure content stays above decoration */
.service-card > * {
    position: relative;
    z-index: 1;
}

/* ============================
   About Section
   ============================ */

.about-feature-box {
    transition: transform 0.3s ease;
}

.about-feature-box:hover {
    transform: translateY(-3px);
}

.mission-box {
    border-left: 5px solid rgba(255, 255, 255, 0.3);
}

.opacity-90 {
    opacity: 0.9;
}

/* Ensure floats overlap correctly on mobile/desktop */
@media (max-width: 991px) {
    .about-image-composition {
        margin-top: 2rem;
        padding-left: 0 !important;
    }
    .floating-badge-top {
        right: 0 !important;
        margin-right: 0 !important;
    }
    .floating-stats-card {
        bottom: -20px;
    }
}

/* ============================
   Help/CTA Section
   ============================ */

.custom-shape-divider-top-1703957827 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1703957827 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 60px;
}

.custom-shape-divider-top-1703957827 .shape-fill {
    fill: #FFFFFF;
}

@media (min-width: 992px) {
    .custom-shape-divider-top-1703957827 svg {
         height: 150px;
    }
}

.bg-primary-dark-glass {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.cta-feature-card:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
    transition: all 0.3s ease;
}

.transition-all {
    transition: all 0.3s ease;
}

.cta-btn-white:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2) !important;
}

.cta-btn-green:hover {
    background-color: #157347 !important; /* darker green */
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2) !important;
}

.cta-btn-outline:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
    transform: translateY(-3px);
}

/* Admission Inquiry Section */
.admission-inquiry-section {
  background-color: #fcfbf9;
}

.inquiry-form-card,
.sidebar-info-card {
  background-color: #182637;
  border-radius: 12px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.inquiry-form-card label {
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 8px;
}

.inquiry-form-card .form-control,
.inquiry-form-card .form-select {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 12px 15px;
}

.inquiry-form-card .form-control:focus,
.inquiry-form-card .form-select:focus {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: #ffc107;
  box-shadow: none;
  color: #000;
}

.inquiry-form-card .form-control::placeholder {
  color: #6c757d;
}

.btn-submit-inquiry {
  background-color: #4caf50 !important; /* Darker Gold */
  color: #000;
  font-weight: 700;
  border: none;
  transition: all 0.3s ease !important;
}

.btn-submit-inquiry:hover {
  background-color: #ffc107 !important;
  transform: translateY(-2px);
}

.text-secondary-light {
  color: #a5a5a5;
  font-size: 0.95rem;
}

.text-purple {
  color: #a4508b;
}

.btn-book-session {
  background-color: #0d6efd !important;
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 4px !important;
  transition: all 0.3s ease !important;
}

.btn-book-session:hover {
  background-color: #0b5ed7 !important;
  color: #fff;
}

/* ============================
   Footer Section
   ============================ */

.footer-section {
    background-color: #002a4a; /* Deep Blue from image */
    color: #fff;
}

.footer-links li a {
    transition: all 0.3s ease;
}

.footer-links li a:hover {
    color: var(--secondary-color) !important;
    padding-left: 5px;
}

.social-links a {
    transition: all 0.3s ease;
}

.social-links a:hover {
    background-color: var(--secondary-color) !important;
    color: white !important;
    transform: translateY(-3px);
}

.hover-white:hover {
    color: #fff !important;
}

.emergency-banner::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(45deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);
    pointer-events: none;
}

.btn-white {
    background-color: #fff;
    color: var(--secondary-color);
}

.btn-white:hover {
    background-color: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2) !important;
}

/* ============================
   Floating Action Buttons
   ============================ */

.floating-btn-container {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fab-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 28px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
}

.fab-btn:hover {
    transform: scale(1.1);
    color: white;
}

.fab-btn.whatsapp {
    background-color: #25d366;
}

.fab-btn.phone {
    background-color: #007bff;
}

.fab-badge {
    position: absolute;
    top: -10px;
    right: -5px;
    background-color: #32cd32;
    color: white;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
  40% {transform: translateY(-5px);}
  60% {transform: translateY(-3px);}
}




