  body {
      font-family: 'Montserrat', sans-serif;
      font-size: 1.2rem;
    }

    .container {
      max-width: 1440px;
    }

    h1,
    .display-4 {
      font-size: 3rem;
    }

    h2 {
      font-size: 2.25rem;
    }

    h4 {
      font-size: 1.75rem;
    }

    h5 {
      font-size: 1.5rem;
    }

    p,
    li,
    a,
    .lead {
      font-size: 1.2rem;
    }
    
    
    #myHeader.sticky {
    position: fixed;
    top: 0;
    z-index: 111111;
    width: 100%;
    padding: 0;
}
    
    .hero {
      /*background: linear-gradient(to right, rgba(26, 12, 133, 0.7), rgba(36, 144, 234, 0.7)), url('https://bizprint.in/wp-content/uploads/2025/07/homebanner.png') center/cover no-repeat;*/
       /*background: url('/wp-content/uploads/2025/07/homebanner.png') center/cover no-repeat;*/
       
      color: white;
      /*padding: 150px 0 100px;*/
      padding: 0 !important;
      text-align: center;
      animation: fadeIn 1.5s ease-in-out;
      /*height: calc(100vh - 126px);*/
    }
    .hero-text-part{
            display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
    width: 100%;
    }





















  
    .search-bar {
      margin-top: 30px;
    }

    .search-wrapper {
      position: relative;
    }

    .search-wrapper .form-control {
      height: 40px;
      padding-left: 45px;
      padding-right: 45px;
      font-size: 1rem;
      border-radius: 12px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .search-wrapper .fa-search {
      position: absolute;
      left: 0px;
      top: 50%;
      transform: translateY(-50%);
      color: #888;
      font-size: 20px;
    }

    .search-wrapper .fa-microphone {
      position: absolute;
      right: 0px;
      top: 50%;
      transform: translateY(-50%);
      color: #888;
      cursor: pointer;
      font-size: 20px;
      transition: transform 0.2s ease-in-out;
    }

    .search-wrapper .fa-microphone.listening {
      transform: translateY(-50%) scale(1.3);
      color: red;
      animation: pulse 1s infinite;
    }

    .search-bar button {
      height: 40px;
      border-radius: 12px;
      font-weight: bold;
      background-color: #007bff;
      color: white;
      border: 1px solid transparent;
      transition: all 0.3s ease;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .search-bar button:hover {
      background-color: #fff;
      color: #007bff;
      border: 1px solid #007bff;
    }

    /* .why-box {
      background: #f9f9f9;
      border-radius: 12px;
      padding: 30px;
      height: 100%;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s;
    }

    .why-box:hover {
      transform: translateY(-5px);
    } */

    .why-choose-section {
  background: linear-gradient(to bottom right, #f1f4ff, #eae5f9);
  padding: 80px 20px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

.why-title {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 60px;
  color: #0a0a32;
}

.why-title span {
  color: #2a2a95;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  justify-items: center;
}

.why-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
  padding: 30px 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  max-width: 320px;
  opacity: 0;
  transform: translateY(30px);
}

.why-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 35px rgba(0, 0, 0, 0.1);
}

.why-card h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 20px 0 10px;
  color: #0a0a32;
}

.why-card p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #555;
}

.icon-bg {
  width: 60px;
  height: 60px;
  background: #e8f1ff;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-bg img {
  width: 28px;
  height: 28px;
  transition: transform 0.3s ease;
}

.why-card:hover .icon-bg img {
  transform: scale(1.2) rotate(8deg);
}

/* Fade-in Animation */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in {
  animation: fadeInUp 0.7s forwards;
}

.delay-1 {
  animation-delay: 0.2s;
}
.delay-2 {
  animation-delay: 0.4s;
}
.delay-3 {
  animation-delay: 0.6s;
}
.delay-4 {
  animation-delay: 0.8s;
}


/* 
    .explore-box {
      color: white;
      border-radius: 12px;
      overflow: hidden;
      background-size: cover;
      background-position: center;
      transition: transform 0.3s;
    }

    .explore-box:hover {
      transform: scale(1.02);
    }

    .explore-overlay {
      background: rgba(0, 0, 0, 0.4);
      padding: 30px;
      height: 100%;
    } */

.explore-section {
      padding: 60px 0;
    }

    .explore-card {
    display: flex;
    flex-direction: column;
    min-height: 400px;
    justify-content: end;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease;
    }

    .explore-card:hover {
      transform: translateY(-8px);
    }

    .overlay {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 1;
    }

    /* Refined gradient overlays */
    .bg-gradient-primary {
      background: linear-gradient(
        145deg,
        rgba(31, 42, 120, 0.7) 0%,
        rgba(19, 24, 94, 0.6) 30%,
        rgba(0, 0, 0, 0.4) 100%
      );
    }

    .bg-gradient-danger {
      background: linear-gradient(
        145deg,
        rgba(255, 70, 100, 0.7) 0%,
        rgba(200, 50, 100, 0.5) 30%,
        rgba(0, 0, 0, 0.4) 100%
      );
    }

    .card-content {
      position: relative;
      z-index: 2;
    }

    .card-content h2 {
      font-weight: 700;
      font-size: 2rem;
    }

    .card-content p {
      font-size: 1.1rem;
    }

    .btn-custom {
      background-color: #fff;
      color: #000;
      font-weight: 600;
      border-radius: 50px;
      padding: 10px 25px;
      transition: all 0.3s ease;
    }

    .btn-custom:hover {
      background-color: transparent;
      color: #fff;
      border: 2px solid #fff;
    }
    
    
    
    


        /* CTA Banner */
    .cta-banner {
      background: linear-gradient(90deg, #1e2f97 0%, #1ba2dd 100%);
      color: white;
      text-align: center;
      padding: 60px 20px;
    }

    .cta-banner h2 {
      font-size: 2rem;
      font-weight: 800;
      margin-bottom: 30px;
    }

    .cta-banner .btn {
      font-weight: 600;
      font-size: 1rem;
      padding: 12px 30px;
      border-radius: 10px;
    }

    /* Footer */
    footer {
      background-color: #24166d;
      color: white;
      padding: 60px 20px 30px;
    }

    footer h5 {
      color: #e53935;
      font-weight: 700;
      margin-bottom: 10px;
      font-size: 1.6rem;
    }

    footer h6 {
        font-size: 1.6rem;
      font-weight: 600;
      margin-bottom: 15px;
    }

    footer ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    footer ul li {
      margin-bottom: 8px;
    }

    footer ul li a {
      text-decoration: none;
      color: #dcdcdc;
      transition: color 0.3s ease;
    }

    footer ul li a:hover {
      color: #ffffff;
    }

    footer p {
      margin-top: 16px;
      font-size: 1.2rem;
      color: #aaa;
    }
    footer .quick-links{
        padding-left: 8%;
    }
    footer hr {
      border-color: rgba(255, 255, 255, 0.2);
    }


     @media (max-width: 992px) {
      .desktop-header {
        display: none !important;
      }
    
        .inner-page-top-sec{
            margin-top:102px;
        }
    h1{
        font-size: 2rem;
    }
    .why-title{
        font-size: 28px;
        margin-bottom: 20px;
    }
    .card-content h2,.cta-banner h2{
        font-size: 1.5rem;
    }
      .mobile-header {
        display: block;
        position: fixed;
        width: 100%;
        z-index: 9999;
        background-color: #fff;
        top: 0;
        left: 0;
      }
        
      .mobile-header .mobile-header-menu.show{
          padding: 0;
      }        
       .mobile-header .mobile-header-menu.show .menu-list{ 
           padding: 16px 20px;
       }
      .mobile-header .mobile-col {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 16px 20px;
        border-bottom: 1px solid #ddd;
      }

      .mobile-header .navbar-toggler {
        background: transparent;
        border: none;
        padding: 0;
      }

      .mobile-header .mobile-header-menu {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: #fff;
        transform: translateX(-100%);
        transition: transform 0.4s ease;
        display: flex;
        flex-direction: column;
        padding: 20px;
        z-index: 99999;
        overflow-y: auto;
      }

      .mobile-header .mobile-header-menu.show {
        transform: translateX(0);
      }

      .mobile-header .mobile-header-menu ul {
        list-style: none;
        padding-left: 0;
        margin-top: 20px;
      }

      .mobile-header .mobile-header-menu ul li {
        margin-bottom: 14px;
      }

      .mobile-header .mobile-header-menu ul li a {
        font-size: 18px;
        font-weight: 600;
        color: #333;
        text-decoration: none;
        display: block;
      }

      .mobile-header .mobile-fix-btn {
        margin-top: 30px;
        text-align: center;
      }

      .mobile-header .mobile-fix-btn .btn {
        font-size: 16px;
        padding: 12px 30px;
        border-radius: 4px;
      }
    }
    
    
    
        /* Social Icons */
    .social-icons {
      display: flex;
      gap: 15px;
      margin-top: 20px;
    }

    .social-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      background-color: rgba(255, 255, 255, 0.1);
      color: #ffffff;
      border-radius: 50%;
      text-decoration: none;
      transition: all 0.3s ease;
      font-size: 18px;
    }

    .social-icon:hover {
      background-color: #e53935;
      color: #ffffff;
      transform: translateY(-2px);
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .social-icon i {
      font-size: 18px;
    }

/* social icons */

    /* Hide mobile header on desktop */
    
    @media (max-width:1199.98px) and (min-width:992px){
        .why-card{
            max-width:450px;
        }
        .card-grid {
            grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
        }
    }
    
    @media (min-width: 993px) {
      .mobile-header {
        display: none !important;
      }
      .hero {
      height: 600px;
    }
    .search-bar{
        width:80%;
    }
    .hero.top-banner-class {
    margin-top: 126px !important;
    }
    }
    
    
    
    @media (min-width: 768px) {
      .cta-banner h2 {
        font-size: 2.5rem;
      }
   
    }
@media (max-width:768px){
     footer .quick-links{
        padding-left: 12px;
    }
}

@media (max-width:576px){
    .hero{
       padding: 150px 0 100px;
    }
    
}
    /* .footer {
      background: #1f0b57;
      color: white;
      padding: 60px 0 30px;
    } */

    @keyframes fadeIn {
      from {
        opacity: 0;
        transform: translateY(30px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @keyframes pulse {
      0% {
        transform: translateY(-50%) scale(1);
      }
      50% {
        transform: translateY(-50%) scale(1.3);
      }
      100% {
        transform: translateY(-50%) scale(1);
      }
    }
    
    
    
    
    
    
    
    
.hero {
      color: white;
      padding: 150px 0 100px;
      text-align: center;
      animation: fadeIn 1.5s ease-in-out;
      position: relative;
      overflow: hidden;
      /*height: calc(100vh - 126px);*/
    }
    
    .hero-slider {
      position: relative;
      width: 100%;
      height: 100%;
    }
    
    .hero-slide {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 600px;
    }
    
    /* Owl Carousel Navigation Arrows */
    .hero-slider .owl-nav {
      position: absolute;
      top: 50%;
      width: 100%;
      transform: translateY(-50%);
      z-index: 10;
    }
    
    .hero-slider .owl-nav button {
      position: absolute;
      background: rgba(255, 255, 255, 0.2) !important;
      color: white !important;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.3s ease;
      font-size: 18px;
      border: none;
      outline: none;
    }
    
    .hero-slider .owl-nav button:hover {
      background: rgba(255, 255, 255, 0.4) !important;
      transform: scale(1.1);
    }
    
    .hero-slider .owl-nav .owl-prev {
      left: 30px;
    }
    
    .hero-slider .owl-nav .owl-next {
      right: 30px;
    }
    
    /* Hide arrows on mobile */
    @media (max-width: 768px) {
      .hero-slider .owl-nav button {
        width: 40px;
        height: 40px;
        font-size: 14px;
      }
      
      .hero-slider .owl-nav .owl-prev {
        left: 15px;
      }
      
      .hero-slider .owl-nav .owl-next {
        right: 15px;
      }
    }
    
    /* Owl Carousel specific styles */
    .hero-slider.owl-carousel {
      position: relative;
    }
    
    .hero-slider .owl-stage-outer {
      overflow: hidden;
    }
    
    .hero-slider .owl-stage {
      display: flex;
    }
    
    .hero-slider .owl-item {
      position: relative;
      min-height: 600px;
    }
    
    /* Ensure proper height on desktop */
    @media (min-width: 993px) {
      .hero-slider .owl-item {
        height: 600px;
      }
    }
    
    
@media (max-width:992px){
     .hero{
        margin-top: 102px;
         height: 300px;
      
      }
     .hero-slider .owl-item, .hero-slide {
        height: 300px;
           min-height: 300px;
      }
}
    
    /* Additional Owl Carousel fixes */
    .hero-slider.owl-carousel .owl-stage {
      display: flex;
      align-items: stretch;
    }
    
    .hero-slider.owl-carousel .owl-item {
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    /* Ensure slides are visible */
    .hero-slider .hero-slide {
      opacity: 1;
      visibility: visible;
    }
    
    /* Fix for single slide */
    .hero-slider.owl-carousel.owl-loaded .owl-item {
      opacity: 1;
    }




