 /* 🌍 UNIVERSAL FONT SETTINGS */
 body {
   font-family: 'Roboto', sans-serif;
   background: linear-gradient(145deg, #060c2b, #091043);
   color: #fff;
   margin: 0;
   padding: 0;
   overflow-x: hidden;
 }

 h1,
 h2,
 h3,
 h4,
 h5 {
   font-family: 'Poppins', sans-serif;
   font-weight: 700;
   color: #fff;
 }

 h2,
 h3 {
   color: #0dcaf0;
   /* light blue accent for subheadings */
   font-size: 26px;
 }

 p {
   font-family: 'Roboto', sans-serif;
   font-size: 16px;
   color: #cfcfcf;
   line-height: 1.7;
 }


 .navbar {
   background-color: #0a1245;
   box-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
   position: sticky;
   top: 0;
   z-index: 999;
   transition: all 0.4s ease;
 }

 .navbar-brand {
   font-weight: 700;
   color: #0dcaf0 !important;
   letter-spacing: 1px;
 }

 .navbar-nav .nav-link {
   color: #fff !important;
   font-weight: 500;
   margin: 0 10px;
   transition: color 0.3s ease, transform 0.3s ease;
 }

 .navbar-nav .nav-link:hover {
   color: #0dcaf0 !important;
   transform: scale(1.05);
 }

 .register-btn {
   background-color: #0dcaf0;
   color: #000;
   font-weight: 600;
   border: none;
   border-radius: 25px;
   padding: 8px 20px;
   transition: all 0.3s ease;
 }

 .register-btn:hover {
   background-color: #fff;
   transform: scale(1.05);
 }

 /* 🧭 HERO SECTION */
 .hero-section {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: space-between;
   padding: 100px 10%;
   background: radial-gradient(circle at 30% 30%, #0d1b6b, #060c2b);
 }

 .hero-text {
   max-width: 550px;
 }

 .hero-text h1 {
   font-size: 3rem;
   margin-bottom: 20px;
 }

 .hero-text p {
   font-size: 1rem;
   margin-bottom: 30px;
   color: #cfcfcf;
 }

 .hero-text .btn-start {
   background-color: #0dcaf0;
   border: none;
   padding: 12px 30px;
   border-radius: 30px;
   font-weight: 600;
   color: #000;
   transition: all 0.3s ease;
 }

 .hero-text .btn-start:hover {
   background-color: #fff;
   transform: translateY(-3px);
 }

 .hero-img img {
   width: 450px;
   max-width: 100%;
   border-radius: 20px;
   animation: float 4s ease-in-out infinite;
 }

 /* ✨ Floating Animation */
 @keyframes float {
   0% {
     transform: translateY(0px);
   }

   50% {
     transform: translateY(-10px);
   }

   100% {
     transform: translateY(0px);
   }
 }

 /* Section Title */
 .section-subtitle {
   color: #0dcaf0;
   font-weight: 500;
 }

 /* Service Card */
 .service-card {
   position: relative;
   background-color: #0C1148;
   color: #fff;
   padding: 20px;
   border-radius: 10px;
   margin-top: 20px;

   display: flex;
   flex-direction: column;
   height: 100%;
   transition: 0.4s ease;
 }

 /* Title */
 .service-card h2 {
   padding-left: 80px;
   margin-top: 5px;
 }

 /* Description */
 .service-card p {
   margin-top: 10px;
   flex-grow: 1;
 }

 /* Footer (Bottom aligned) */
 .service-footer {
   display: flex;
   align-items: center;
   margin-top: auto;
 }

 /* Link & Arrow */
 .service-card a,
 .service-card img {
   filter: brightness(0) saturate(100%) invert(54%) sepia(59%) saturate(613%) hue-rotate(130deg) brightness(90%) contrast(90%);
 }

 .service-card a {
   text-decoration: none;
   font-weight: 500;
 }

 .service-card img {
   width: 28px !important;
   height: 28px;
   margin-left: 10px;
 }

 /* Common Icon */
 .service-card::before {
   content: "";
   position: absolute;
   top: 20px;
   left: 20px;
   width: 50px;
   height: 50px;
   background-size: cover;
   background-position: center;
   filter: brightness(0) saturate(100%) invert(54%) sepia(59%) saturate(613%) hue-rotate(130deg) brightness(90%) contrast(90%);
 }

 /* Service-wise Icons */
 .recharge-card::before {
   background-image: url("../images/mobile.png");
 }

 .bbps-card::before {
   background-image: url("../images/receipt.png");
 }

 .pan-card::before {
   background-image: url("../images/id-card.png");
 }

.home-card::before {
    background-image: url("../images/homeloan.png");
}

.business-card::before {
    background-image: url("../images/businessloan.png");
}

.carfinance-card::before {
    background-image: url("../images/carfinance.png");
}

.usedcard-card::before {
    background-image: url("../images/usedcard.png");
}

.motorinsurance-card::before {
    background-image: url("../images/motorinsurance.png");
}

.homeinsurance-card::before {
    background-image: url("../images/homeinsurance.png");
}

.fireinsurance-card::before {
    background-image: url("../images/fireinsurance.png");
}

.travelinsurance-card::before {
    background-image: url("../images/travelinsurance.png");
}

.propertyinsurance-card::before {
    background-image: url("../images/propertyinsurance.png");
}

.health-card::before {
    background-image: url("../images/healthcare.png");
}

.liability-card::before {
    background-image: url("../images/liability.png");
}

 .verify-card::before {
   background-image: url("../images/verification.png");
 }

  .mobile-card::before {
   background-image: url("../images/mobile-contact.png");
 }

  .email-card::before {
   background-image: url("../images/email.png");
 }

  .address-card::before {
   background-image: url("../images/location.png");
 }

 /* Hover Effect */
 .service-card:hover {
   background-color: #00A9A4;
   cursor: pointer;
 }

 .service-card:hover h2,
 .service-card:hover p,
 .service-card:hover a {
   color: #fff;
 }

 .service-card:hover::before,
 .service-card:hover img,
 .service-card:hover a {
   filter: brightness(0) invert(1);
 }

 /* Owl Dots */
 .service-slider .owl-dots {
   text-align: center;
   margin-top: 25px;
 }

 .service-slider .owl-dot span {
   width: 12px;
   height: 12px;
   background: #0dcaf0 !important;
   border-radius: 50%;
   margin: 5px;
   display: block;
 }

 .service-slider .owl-dot.active span {
   background: #fff !important;
   transform: scale(1.2);
 }


 .about-section {
   padding: 80px 0;
 }

 .about-heading {
   position: relative;
 }

 .about-heading-img {
   position: absolute;
   left: -50px;
   top: -9%;
   animation: bounceUpDown 2s ease-in-out infinite;
   width: 45px;
   height: auto;
 }

 @keyframes bounceUpDown {
   0% {
     transform: translateY(-50%);
   }

   50% {
     transform: translateY(-60%);
   }

   100% {
     transform: translateY(-50%);
   }
 }

 /* Universal font & color */
 .about-list {
   list-style: none;
   padding: 0;
   margin-top: 20px;
   display: flex;
   flex-wrap: wrap;
   gap: 10px 0;
   font-size: 16px;
 }

 .about-list li {
   width: 50%;
   display: flex;
   align-items: center;
   font-weight: 500;
 }

 /* Optional icon bullet */
 .about-list li::before {
   content: "✔";
   color: #0dcaf0;
   font-size: 18px;
   margin-right: 10px;
 }

 .about-img-wrap {
   position: relative;
   z-index: 1;
 }

 .bounce {
   animation: float 1500ms infinite ease-in-out;
 }

 .about-img-wrap .about-shape-two {
   position: absolute;
   top: -20px;
   right: 82px;
   z-index: -1;
 }

 .about-img-wrap .about-shape-three {
   position: absolute;
   bottom: 0px;
   left: -15%;
   z-index: -1;
 }

 .simple-img-wrap {
   position: relative;
 }

 .simple-img-wrap .simple-shrap-three {
   position: absolute;
   bottom: 0px;
   right: 20px;
 }

 @media (max-width: 768px) {
   .hero-section {
     padding: 12px 12px;
   }

   .hero-text h1 {
     font-size: 25px;
   }

   .about-heading {
     font-size: 26px;
   }

   .about-heading-img {
     width: 45px;
   }

   .about-list li {
     width: 100%;
     /* full width on mobile */
   }
 }

 @media (min-width: 769px) and (max-width: 991px) {
   /* .hero-section{
    padding: 70px 0%;
  } */
 }

 .features {
   padding: 60px;
 }

 /* UL styling */
 .features-list {
   list-style: none;
   padding: 0;
   margin-top: 20px;
   display: flex;
   flex-wrap: wrap;
   gap: 15px 0;
 }

 /* Each LI takes 50% width → 2 per row */
 .features-list li {
   width: 50%;
   display: flex;
   align-items: center;
   font-weight: 500;
   font-size: 16px;
   color: #cfcfcf;
 }

 /* Icon size */
 .features-list li img {
   width: 28px;
   height: 28px;
   margin-right: 10px;
   filter: brightness(0) saturate(100%) invert(54%) sepia(59%) saturate(613%) hue-rotate(130deg) brightness(90%) contrast(90%);

 }

 /* Mobile: single column */
 @media (max-width: 768px) {
   .features {
     padding: 20px 0px;
   }

   .features-list li {
     width: 100%;
   }
 }

 @media (min-width: 769px) and (max-width: 991px) {
   .features-list li {
     width: 50%;
   }
 }

 .testimonial-card {
   background-color: #0C1148;
   border-radius: 12px;
   padding: 25px;
   text-align: center;
   color: #fff;
   margin: 10px;
   transition: 0.3s ease;
   border: 1px solid #0dcaf0;
 }

 .testimonial-card:hover {
   transform: translateY(-5px);
   background-color: #0a1b6b;
 }

 .client-img {
   width: 80px !important;
   height: 80px;
   border-radius: 50%;
   margin-bottom: 15px;
   border: 3px solid #0dcaf0;
   text-align: center;
   margin: 0 auto;
 }

 .testimonial-card p {
   font-size: 15px;
   color: #cfcfcf;
   margin-top: 10px;
 }

 /* ===========================
   ✅ MOBILE RESPONSIVE (0–767px)
   =========================== */
 @media (max-width: 767px) {

   .navbar {
     padding: 10px !important;
   }

   .navbar .container-fluid {
     padding: 0 15px !important;
   }

   .hero-section {
     flex-direction: column;
     text-align: center;
     padding: 20px;
   }

   .hero-text {
     width: 100%;
     margin-bottom: 20px;
   }

   .hero-img img {
     width: 90%;
   }

   .about-section .row,
   .features .row,
   .hero-section .row {
     flex-direction: column-reverse;
     text-align: center;
   }

   .about-img-wrap img {
     width: 80% !important;
     margin: auto;
   }

   .about-heading-img {
     position: static !important;
     width: 40px !important;
     margin-top: 10px;
   }

   .service-card,
   .testimonial-card {
     margin: 10px;
   }

   h1 {
     font-size: 26px !important;
   }

   p {
     font-size: 14px !important;
   }
 }


 /* ===========================
   ✅ TABLET RESPONSIVE (768–1024px)
   =========================== */
 @media (min-width: 768px) and (max-width: 1024px) {

   .navbar .container-fluid {
     padding: 0 30px !important;
   }

   .hero-section {
     padding: 40px 20px;
   }

   .hero-text h1 {
     font-size: 36px !important;
   }

   .hero-img img {
     width: 80%;
   }

   .about-section .col-md-6,
   .features .col-md-6 {
     width: 100%;
     text-align: center;
   }

   .about-img-wrap img,
   .features img {
     width: 70%;
     margin: auto;
   }

   .service-card {
     padding: 20px;
     text-align: center;
   }
 }

 /* Universal container */
 .container {
   width: 90%;
   margin: auto;
   max-width: 1400px;
 }

 /* Footer Styling */
 .footer {
   padding: 70px 0 20px;
   background: transparent;
 }

 .footer-container {
   display: flex;
   justify-content: space-between;
   gap: 40px;
   flex-wrap: wrap;
 }

 /* Left Column */
 .footer-about {
   flex: 1;
   min-width: 260px;
 }

 .footer-about p {
   max-width: 300px;
 }

 .footer-social a {
   background: rgba(255, 255, 255, 0.1);
   padding: 10px 12px;
   margin-right: 10px;
   font-size: 16px;
   color: #0dcaf0;
   border-radius: 5px;
   transition: 0.3s;
 }

 .footer-social a:hover {
   background: #0dcaf0;
   color: #fff;
 }

 /* Footer Boxes */
 .footer-box {
   flex: 1;
   min-width: 260px;
 }

 .footer-box h3 {
   font-size: 22px;
   color: #fff;
   margin-bottom: 15px;
   border-left: 3px solid #0dcaf0;
   padding-left: 10px;
 }

 .footer-box ul {
   list-style: none;
   padding: 0;
 }

 .footer-box ul li {
   margin-bottom: 10px;
 }

 .footer-box ul li a {
   color: #cfcfcf;
   font-size: 15px;
   text-decoration: none;
   transition: 0.3s;
 }

 .footer-box ul li a:hover {
   color: #0dcaf0;
 }

 /* Subscribe  */
 .footer-input {
   width: 100%;
   padding: 15px;
   background: #1c2340;
   border: none;
   border-radius: 6px;
   margin: 10px 0;
   color: #fff;
   font-size: 15px;
 }

 .footer-btn {
   width: 100%;
   padding: 14px;
   background: #0dcaf0;
   border: none;
   border-radius: 6px;
   font-size: 16px;
   color: #fff;
   cursor: pointer;
   transition: 0.3s;
 }

 .footer-btn:hover {
   background: #0aa8c7;
 }

 /* Bottom Bar */
 .footer-bottom {
   text-align: center;
   border-top: 1px solid rgba(255, 255, 255, 0.12);
   margin-top: 40px;
   padding-top: 15px;
 }

 .footer-bottom span {
   color: #0dcaf0;
 }

 /* ===================== RESPONSIVE ===================== */

 /* Tablets */
 @media (max-width: 992px) {

   .about-img-wrap img,
   .features img {
     width: 100%;
     margin: auto;
   }

   .about-heading-img {
     display: none;
   }

   .about-shape-three {
     display: none;
   }

   .about-shape-two {
     display: none;
   }

   .footer-container {
     flex-direction: column;
   }

   .footer-about p {
     max-width: 100%;
   }

   .footer-box h3 {
     text-align: center;
     border-left: none;
     border-bottom: 3px solid #0dcaf0;
     display: inline-block;
     padding-bottom: 5px;
   }
 }

 /* Mobile */
 @media (max-width: 768px) {
   .footer {
     padding: 50px 20px;
   }

   .footer-container {
     gap: 30px;
   }

   .footer-input,
   .footer-btn {
     font-size: 14px;
   }

   .register-btn {
     text-align: left;
     float: left;
   }

   .features-list li img {
     margin-left: 0;
   }
 }


 /* About Us */
 .top-container {
   padding: 100px 10%;
   background: radial-gradient(circle at 30% 30%, #0d1b6b, #060c2b);
 }