:root {
  --saffron: #FF9933;
  --saffron-light: rgba(255, 153, 51, 0.1);
  --saffron-hover: #e68a2e;
  --white: #FFFFFF;
  --green: #138808;
  --green-light: rgba(19, 136, 8, 0.1);
  --green-hover: #107507;
  --dark: #212529;
  --light: #f8f9fa;
  --primary: #0d6efd;
  --primary-light: rgba(13, 110, 253, 0.1);
  --danger: #dc3545;
  --danger-light: rgba(220, 53, 69, 0.1);
}

body {
  font-family: 'Poppins', sans-serif;
  color: #4a4a4a;
  overflow-x: hidden;
  background-color: var(--light);
}

.top-30 {
  top: 100px!important;
}

.hindi-text {
  font-family: 'Noto Sans Devanagari', sans-serif;
}

/* Utilities */
.text-saffron {
  color: var(--saffron) !important;
}

.bg-saffron {
  background-color: var(--saffron) !important;
  color: white !important;
}

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

.btn-saffron {
  background-color: var(--saffron);
  color: white;
  border: none;
}

.btn-saffron:hover {
  background-color: var(--saffron-hover);
  color: white;
}

.hover-saffron:hover {
  color: var(--saffron) !important;
  transition: 0.3s ease;
}

.hover-white:hover {
  color: white !important;
  transition: 0.3s ease;
}

.hover-saffron-bg:hover {
  background-color: var(--saffron) !important;
  color: white !important;
  border-color: var(--saffron) !important;
}

.hover-success:hover {
  color: var(--green) !important;
  transition: 0.3s ease;
}

.btn-outline-saffron {
  color: var(--saffron);
  border-color: var(--saffron);
}

.btn-outline-saffron:hover {
  background-color: var(--saffron);
  color: white;
}

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

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

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

.tracking-wide {
  letter-spacing: 2px;
}

.max-w-500 {
  max-width: 500px;
}

.max-w-700 {
  max-width: 700px;
}

.transition-base {
  transition: all 0.3s ease-in-out;
}

.min-h-150 {
  min-height: 150px;
}

.w-20 {
  width: 20px;
  text-align: center;
}

/* Focus rings */
.focus-ring-saffron:focus {
  border-color: var(--saffron);
  box-shadow: 0 0 0 .25rem var(--saffron-light);
}

/* Cursor */
.cursor-pointer {
  cursor: pointer;
}

/* Navbar */
.navbar {
  transition: all 0.3s ease;
}

.navbar.scrolled {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08) !important;
}

.nav-link {
  position: relative;
  color: var(--dark) !important;
  font-weight: 500;
  font-size: 1.05rem;
}

.nav-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background: var(--saffron);
  bottom: 0;
  left: 0;
  transition: 0.3s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}

/* Hero Section */
.hero-section {
  background: linear-gradient(135deg, #ffffff 0%, #f1f5f9 100%);
}

.hero-bg-brush {
  background:
    linear-gradient(to right, rgba(255, 153, 51, 0.04) 0%, transparent 40%),
    linear-gradient(to left, rgba(19, 136, 8, 0.04) 0%, transparent 40%);
}

.ashoka-chakra-bg {
  width: 500px;
  height: 500px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="45" fill="none" stroke="%23000080" stroke-width="2"/><g stroke="%23000080" stroke-width="1"><line x1="50" y1="50" x2="50" y2="5"/><line x1="50" y1="50" x2="95" y2="50"/><line x1="50" y1="50" x2="50" y2="95"/><line x1="50" y1="50" x2="5" y2="50"/><line x1="50" y1="50" x2="81.8" y2="18.2"/><line x1="50" y1="50" x2="81.8" y2="81.8"/><line x1="50" y1="50" x2="18.2" y2="81.8"/><line x1="50" y1="50" x2="18.2" y2="18.2"/><line x1="50" y1="50" x2="67.3" y2="8.4"/><line x1="50" y1="50" x2="91.6" y2="32.7"/><line x1="50" y1="50" x2="91.6" y2="67.3"/><line x1="50" y1="50" x2="67.3" y2="91.6"/><line x1="50" y1="50" x2="32.7" y2="91.6"/><line x1="50" y1="50" x2="8.4" y2="67.3"/><line x1="50" y1="50" x2="8.4" y2="32.7"/><line x1="50" y1="50" x2="32.7" y2="8.4"/><line x1="50" y1="50" x2="72.5" y2="11.2"/><line x1="50" y1="50" x2="88.8" y2="27.5"/><line x1="50" y1="50" x2="88.8" y2="72.5"/><line x1="50" y1="50" x2="72.5" y2="88.8"/><line x1="50" y1="50" x2="27.5" y2="88.8"/><line x1="50" y1="50" x2="11.2" y2="72.5"/><line x1="50" y1="50" x2="11.2" y2="27.5"/><line x1="50" y1="50" x2="27.5" y2="11.2"/></g><circle cx="50" cy="50" r="5" fill="%23000080"/></svg>') no-repeat center center;
  background-size: contain;
}

.icon-play:hover {
  background-color: var(--saffron) !important;
  color: white !important;
}

/* Features */
.feature-cards-container {
  margin-top: -60px;
}

.feature-card {
  transition: 0.3s ease;
  top: 0;
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
}

.feature-card:hover .icon-wrapper {
  transform: scale(1.1);
  color: white !important;
}

.feature-card:hover .icon-wrapper.text-saffron {
  background-color: var(--saffron) !important;
}

.feature-card:hover .icon-wrapper.text-success {
  background-color: var(--green) !important;
}

.feature-card:hover .icon-wrapper.text-primary {
  background-color: var(--primary) !important;
}

.feature-card:hover .icon-wrapper.text-danger {
  background-color: var(--danger) !important;
}

/* Custom Divider */
.divider-custom {
  width: 60px;
  height: 3px;
  background-color: var(--saffron);
  border-radius: 3px;
}

/* Hover Lift */
.hover-lift {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-lift:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
}

.hover-scale {
  transition: transform 0.5s ease;
}

.hover-scale:hover {
  transform: scale(1.03);
}

/* News Card */
.news-card img {
  transition: 0.5s ease;
}

.news-card:hover img {
  transform: scale(1.05);
}

.read-more {
  transition: 0.3s ease;
}

.read-more:hover {
  color: var(--saffron) !important;
}

.news-card:hover .read-more i {
  transform: translateX(5px);
}

/* Event Card */
.event-card {
  transition: 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.event-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08) !important;
}

/* Gallery */
.gallery-item:hover .gallery-overlay {
  opacity: 1 !important;
}

.gallery-item img {
  transition: 0.5s ease;
}

.gallery-item:hover img {
  transform: scale(1.08);
}

/* CTA Section */
.cta-section {
  background: url('https://images.unsplash.com/photo-1541872526845-81206132da97?q=80&w=1920&auto=format&fit=crop') no-repeat center center/cover;
  background-attachment: fixed;
}

/* Contact Form Input */
.form-control:focus {
  box-shadow: none;
  border-color: var(--saffron) !important;
  background-color: white !important;
}

/* Drop shadow for image */
.drop-shadow-lg {
  filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.15));
}

/* Contact Info Cards */
.contact-info-card {
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  transition: all 0.3s ease;
}

.contact-info-card .icon-box {
  transition: all 0.3s ease;
}

.contact-info-card:hover {
  background-color: white !important;
  border-color: var(--saffron) !important;
}

.contact-info-card:hover .icon-box {
  transform: scale(1.1) rotate(10deg);
}

.contact-info-card:hover .icon-box.bg-saffron-light {
  background-color: var(--saffron) !important;
  color: white !important;
}

.contact-info-card:hover .icon-box.bg-green-light {
  background-color: var(--green) !important;
  color: white !important;
}

.contact-info-card:hover .icon-box.bg-primary-light {
  background-color: var(--primary) !important;
  color: white !important;
}

@media (max-width: 991.98px) {
  .feature-cards-container {
    margin-top: 0;
  }

  .ashoka-chakra-bg {
    width: 300px;
    height: 300px;
  }

  .navbar-collapse {
    background-color: white;
    padding: 1rem;
    border-radius: 0.5rem;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 75vh;
    overflow-y: auto;
  }
}