body {
  background: #f2f7fd;
}

ul li a:hover {
  color: #BA3131 !important;
}

.gradient-hero {
  background: linear-gradient(105deg, #075985 0, #10b3c3 98%);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.section-divider {
  width: 84px;
  height: 6px;
  background: linear-gradient(90deg, #2196f3, #0ea5a4 80%);
  margin: 2.2rem auto 3rem auto;
  border-radius: 18px;
  opacity: .12;
}

.feature-icon {
  font-size: 2.45rem;
  color: #10b3c3;
  background: #f2f7fd;
  border-radius: .6em;
  padding: .3em .6em;
}

.glass-card {
  background: rgba(255, 255, 255, .85);
  backdrop-filter: blur(12px);
  border-radius: 2.2rem;
  box-shadow: 0 10px 40px rgba(17, 178, 204, .09);
}

.product-img,
.partner-logo {
  background: #e2e8f0;
  border-radius: 1rem;
}

.product-badge {
  background: #fbbf24;
  color: #004060;
}

.testimonial-card {
  background: #f8fafc;
  border-radius: 1.3rem;
  box-shadow: 0 4px 16px rgba(17, 178, 204, .1);
}

.newsletter-input {
  border-radius: 2.3rem;
}

.footer-bg {
  background: linear-gradient(90deg, #153659 60%, #00515c 100%);
  color: #fff;
}

.footer-bg a {
  color: #fff;
}

.glass-footer-card {
  background: rgba(255, 255, 255, .06);
  border-radius: 1.1rem;
}

.service-card:hover {
  box-shadow: 0 10px 28px rgba(8, 70, 128, .09);
}

.service-card {
  transition: box-shadow .25s;
}

.product-icon {
  font-size: 2.1rem;
}

@media (max-width:991px) {
  .section-divider {
    margin: 1rem auto;
  }
}

/* Dropdown Animation */
.dropdown-menu {
  display: block;
  opacity: 0;
  transform: translateY(10px);
  visibility: hidden;
  transition: all 0.25s ease;
}

.dropdown-menu.show {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

/* Optional: Reduce delay for snappy feel */
.animate-slide {
  transition: all 0.25s ease-in-out;
}

/* Tweak Navbar */
.navbar-nav .nav-link {
  font-weight: 500;
  color: #212529;
}

.navbar-nav .nav-link:hover {
  color: #007bff;
}


/* Card Hover & Animation */
.outlet-link {
  background-color: #b51212 !important;
  transition: transform 0.4s ease, box-shadow 0.4s ease, background-color 0.3s;
}

.outlet-link:hover {
  transform: translateY(-8px);
  background-color: #a01010 !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Animation on Scroll */
.outlet-item {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease-in-out;
}

.outlet-item.show {
  opacity: 1;
  transform: translateY(0);
}


#bhojpe-main-features {
  background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
}

.feature-card {
  border-radius: 20px;
  background: #fff;
  transition: all 0.3s ease-in-out;
  border: 1px solid #f0f0f0;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  background: linear-gradient(135deg, #ffffff, #f9fbff);
}

.feature-icon i {
  font-size: 3rem !important;
  transition: transform 0.3s ease;
}

.feature-card:hover .feature-icon i {
  transform: scale(1.2);
}

.section-divider {
  width: 80px;
  height: 4px;
  background: #007bff;
  margin: 0 auto 20px;
  border-radius: 10px;
}


.hero-section {
  background: linear-gradient(135deg, #fff8e1 0%, #fff 100%);
  overflow: hidden;
}

.hero-section .badge {
  border-radius: 50px;
}

.hero-section h1 span {
  color: #fbbf24;
}

.main-hero-img {
  max-width: 90%;
  border-radius: 25px;
}

.floating-icon {
  position: absolute;
  width: 60px;
  animation: float 3s ease-in-out infinite;
}

.icon-1 {
  top: 10%;
  right: 20%;
  animation-delay: 0.5s;
}

.icon-2 {
  bottom: 10%;
  left: 15%;
  animation-delay: 1s;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@media (max-width: 991px) {
  .hero-section h1 {
    font-size: 2rem;
  }

  .main-hero-img {
    max-width: 100%;
  }
}



#bhojpe-faq {
  background: linear-gradient(180deg, #ffffff 0%, #fff8e1 100%);
}

#bhojpe-faq .accordion-item {
  transition: all 0.3s ease;
}

#bhojpe-faq .accordion-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

#bhojpe-faq .accordion-button {
  font-size: 1rem;
  color: #212529;
  background: #fff;
  border-radius: 12px;
  transition: all 0.3s ease;
}

#bhojpe-faq .accordion-button:not(.collapsed) {
  background-color: #fff9e6;
  color: #000;
  box-shadow: none;
}

#bhojpe-faq .accordion-body {
  border-top: 1px solid #f1f1f1;
  font-size: 0.95rem;
  line-height: 1.6;
}

.section-divider {
  width: 80px;
  height: 4px;
  background: #fbbf24;
  border-radius: 8px;
  display: block;
  margin: 0 auto 20px;
}



.stats-card {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(12px);
  transition: all 0.3s ease;
  padding: 2rem 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.stats-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
}

.stats-icon {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  background: linear-gradient(135deg, #0ea5a4, #2196f3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ===============================
   Bhojpe Partner Section Styles
   =============================== */

#bhojpe-partner {
  background: linear-gradient(135deg, #fff, #fff9f9);
}

#bhojpe-partner h2 {
  font-size: 2.5rem;
}

#bhojpe-partner .badge {
  background: #ffe8e8;
  color: #dc3545;
}

#bhojpe-partner ul li i {
  flex-shrink: 0;
}

/* Partner Form Section */
#partner-form form {
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

#partner-form form:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

#partner-form input,
#partner-form textarea {
  border-radius: 10px;
  border: 1px solid #dee2e6;
  transition: all 0.3s ease;
}

#partner-form input:focus,
#partner-form textarea:focus {
  border-color: #dc3545;
  box-shadow: 0 0 5px rgba(220, 53, 69, 0.25);
}

#partner-form button {
  transition: all 0.3s ease;
}

#partner-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(220, 53, 69, 0.4);
}

.pricing-table th,
.pricing-table td {
  vertical-align: middle;
}

.pricing-table td {
  padding: 0.9rem 1rem;
}

.table-section td {
  font-size: 0.95rem;
}

.pricing-table .btn {
  border-radius: 25px;
  transition: all 0.3s ease;
}

.pricing-table .btn:hover {
  transform: translateY(-3px);
}

.pricing-table {
  border-radius: 12px;
  overflow: hidden;
}

   .footer-bg {
      background: #f8f9fa;
    }
    .glass-footer-card {
      background: rgba(255, 255, 255, 0.8);
      backdrop-filter: blur(8px);
      border-radius: 1rem;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }
    .hover-opacity:hover {
      opacity: 0.7;
    }
    .hover-text:hover {
      color: var(--bs-primary);
    }

    /* blogs  */

   #blogs .card img {
  transition: transform 0.3s ease;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

#blogs .card:hover img {
  transform: scale(1.05);
}

#blogs .card {
  border-radius: 0.75rem;
  overflow: hidden;
}

#blogs h2 {
  color: #1b1b1b;
}

.demo-btn:hover {
    color: #fff !important;
}
    .demo-btn {
    transition: background-color 0.3s, color 0.3s;
}