 .whatsapp_float {
     position: fixed;
     bottom: 20px;
     right: 20px;
     z-index: 1000;
 }

 :root {
     --brand-blue: #0b66ff;
     --brand-red: #e11d2e;
     --text: #0f172a;
     --muted: #64748b;
     --line: #e9eef5;
     --shadow: 0 18px 38px rgba(15, 23, 42, .10);
 }

 /* PROFILE BUTTON */
 .profile-wrapper {
     position: relative;
 }

 .profile-btn {
     width: 44px;
     height: 44px;
     border-radius: 12px;
     border: none;
     background: #0b66ff;
     color: #fff;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .profile-btn i {
     width: 20px;
     height: 20px;
 }

 .profile-btn::after {
     display: none !important;
 }

 /* DROPDOWN */
 .profile-dropdown {
     width: 280px;
     padding: 18px;
     border-radius: 20px;
     border: none;
     box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
     margin-top: 12px !important;
 }

 /* TOP SECTION */
 .profile-top {
     display: flex;
     align-items: center;
     gap: 14px;
     margin-bottom: 15px;
 }

 .profile-avatar {
     width: 50px;
     height: 50px;
     border-radius: 14px;
     background: #d1fae5;
     color: #059669;
     font-weight: 700;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 18px;
 }

 .profile-top h6 {
     margin: 0;
     font-weight: 600;
 }

 .profile-top small {
     color: #6b7280;
 }

 /* ITEMS */
 .profile-dropdown .dropdown-item {
     display: flex;
     align-items: center;
     gap: 12px;
     padding: 10px;
     border-radius: 10px;
     font-weight: 500;
     transition: 0.3s;
 }

 .profile-dropdown .dropdown-item i {
     width: 18px;
     height: 18px;
 }

 .profile-dropdown .dropdown-item:hover {
     background: #f3f4f6;
 }

 .logout {
     color: #ef4444 !important;
 }

 .logout:hover {
     background: #fee2e2 !important;
 }

 body {
     font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
     color: var(--text);
 }

 /* =========================
      TOP BAR
    ========================== */

 .topbar {
     background: #fff;
     border-bottom: 1px solid var(--line);
     font-size: 13px;
 }

 .topbar .top-item {
     display: inline-flex;
     align-items: center;
     gap: .45rem;
     color: var(--text);
     text-decoration: none;
     white-space: nowrap;
     font-weight: 500;
 }

 .topbar .top-item .label {
     color: var(--muted);
     font-weight: 500;
 }

 .topbar .top-item .value {
     color: var(--brand-blue);
     font-weight: 600;
 }

 .topbar .divider {
     width: 1px;
     height: 18px;
     background: var(--line);
     display: inline-block;
     margin: 0 .75rem;
 }

 .top-social a {
     width: 30px;
     height: 30px;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     border-radius: 10px;
     color: #0f172a;
     text-decoration: none;
     transition: .2s;
 }

 .top-social a:hover {
     background: #f3f6fb;
     transform: translateY(-1px);
 }

 @media(max-width: 576px) {
     .topbar {
         display: none;
     }
 }

 @media (max-width: 768px) {

     /* Main wrapper column me convert */
     .topbar .d-flex.align-items-center.justify-content-between {
         display: none;
         flex-direction: column !important;
         justify-content: center !important;
         align-items: center !important;
         text-align: center;
         gap: 10px !important;
     }

     /* Inner left section bhi column */
     .topbar .d-flex.align-items-center.gap-2 {
         flex-direction: column !important;
         align-items: center !important;
         text-align: center;
         gap: 8px !important;
     }

     /* Divider hide */
     .topbar .divider {
         display: none !important;
     }

     /* Social center */
     .topbar .top-social {
         justify-content: center !important;
     }

     /* Anchor center */
     .topbar .top-item {
         justify-content: center !important;
     }

 }

 .store-btn {
     display: inline-flex;
     align-items: center;
     gap: .55rem;
     height: 34px;
     padding: 0 12px;
     border-radius: 10px;
     border: 1px solid #0f172a10;
     background: #0b1220;
     color: #fff;
     text-decoration: none;
     font-size: 12px;
     font-weight: 600;
     white-space: nowrap;
     box-shadow: 0 10px 18px rgba(2, 6, 23, .12);
     transition: .2s;
 }

 .store-btn:hover {
     transform: translateY(-1px);
     color: #fff;
 }

 .store-btn .mini {
     font-size: 10px;
     font-weight: 500;
     opacity: .85;
     display: block;
     line-height: 1.1;
 }

 .store-btn .big {
     font-size: 12px;
     font-weight: 700;
     line-height: 1.1;
 }

 /* =========================
      MAIN NAV
    ========================== */

 .main-nav {
     background: #fff;
     border-bottom: 3px solid #0ea5ff15;
 }

 .brand-wrap {
     display: flex;
     align-items: center;
     gap: .75rem;
     min-width: 210px;
 }

 .brand-logo {
     width: 64px;
     height: 44px;
     border-radius: 10px;
     background: linear-gradient(135deg, #ffedd5, #dbeafe);
     display: flex;
     align-items: center;
     justify-content: center;
     position: relative;
     overflow: hidden;
     border: 1px solid #0f172a10;
 }

 .brand-logo::after {
     content: "";
     position: absolute;
     inset: -30px;
     background: radial-gradient(circle at 30% 20%, #ffffffcc 0%, transparent 45%);
     transform: rotate(15deg);
 }

 .brand-text {
     line-height: 1.05;
 }

 .brand-text .small {
     font-size: 12px;
     letter-spacing: .18em;
     color: #f97316;
     font-weight: 700;
     text-transform: uppercase;
 }

 .brand-text .big {
     font-size: 26px;
     font-weight: 800;
     color: #1e40af;
 }

 .brand-text .dotin {
     font-size: 12px;
     font-weight: 800;
     color: #0ea5e9;
     margin-left: 2px;
     vertical-align: baseline;
 }

 .nav-links .nav-link {
     font-weight: 600;
     color: #0b1b3a;
     padding: 16px 14px !important;
     position: relative;
 }

 .nav-links .nav-link:hover {
     color: var(--brand-blue);
 }

 .nav-links .nav-link.active {
     color: #0b1b3a;
 }

 .nav-links .nav-link.active::after {
     content: "";
     position: absolute;
     left: 14px;
     right: 14px;
     bottom: 10px;
     height: 3px;
     border-radius: 999px;
     background: linear-gradient(90deg, #0b66ff, #22c55e);
     opacity: .9;
 }

 .job-btn {
     border: 0;
     background: #0b66ff;
     color: #fff;
     font-weight: 800;
     border-radius: 10px;
     padding: 12px 40px;
     box-shadow: 0 16px 30px rgba(4, 25, 217, 0.28);
     white-space: nowrap;
     transition: .2s;
     text-decoration: none;
 }

 .job-btn:hover {
     transform: translateY(-1px);
     color: #fff;
     box-shadow: 0 16px 30px rgba(4, 25, 217, 0.28);
 }

 .job-btn-1 {
     border: 0;
     background: #073c99;
     color: #fff;
     font-weight: 800;
     border-radius: 10px;
     padding: 12px 40px;
     box-shadow: 0 16px 30px rgba(4, 25, 217, 0.28);
     white-space: nowrap;
     transition: .2s;
     text-decoration: none;
 }

 .job-btn-1:hover {
     transform: translateY(-1px);
     color: #fff;
     box-shadow: 0 16px 30px rgba(4, 25, 217, 0.28);
 }

 .login-btn {
     border: 0;
     background: #22c55e;
     color: #fff;
     font-weight: 800;
     border-radius: 10px;
     padding: 12px 40px;
     box-shadow: 0 16px 30px rgba(4, 25, 217, 0.28);
     white-space: nowrap;
     transition: .2s;
     text-decoration: none;
 }

 .login-btn:hover {
     transform: translateY(-1px);
     color: #fff;
     box-shadow: 0 16px 30px rgba(4, 25, 217, 0.28);
 }

 @media(max-width: 768px) {
     .home-btn {
         display: none;
     }
 }

 /* Offcanvas menu links */

 .offcanvas .nav-link {
     padding: 12px 10px;
     font-weight: 700;
     color: #0b1b3a;
 }

 .offcanvas .nav-link:hover {
     color: var(--brand-blue);
 }

 /* Responsive tweaks */

 @media (max-width: 991.98px) {
     .topbar .divider {
         display: none;
     }

     .topbar .top-item {
         font-size: 12px;
     }

     .brand-wrap {
         min-width: 15px;
     }

     .nav-links {
         display: none;
     }

     /* desktop links hidden; offcanvas used */
 }

 @media (max-width: 575.98px) {
     .store-btn {
         height: 32px;
         padding: 0 10px;
     }

     .job-btn {
         padding: 11px 14px;
         font-size: 14px;
     }

     .brand-text .big {
         font-size: 22px;
     }

     .brand-logo {
         width: 56px;
         height: 40px;
     }
 }

 /* Mobile Offcanvas Buttons */
 @media (max-width: 768px) {

     .offcanvas .login-btn,
     .offcanvas .job-btn {
         width: 100%;
         padding: 12px;
         border-radius: 10px;
         text-align: center;
         font-weight: 700;
     }

     .offcanvas .login-btn {
         background: #22c55e;
         color: #fff;
     }

     .offcanvas .login-btn:hover {
         transform: translateY(-1px);
         box-shadow: 0 16px 30px rgba(4, 25, 217, 0.28);
     }

     .offcanvas {
         max-width: 80%;
     }

 }

 .btn-1 {
     text-decoration: none;
     color: #fff;
     font-weight: bold;
     border-radius: 7px;
     padding: 10px 15px;
     background-color: #0b66ff;
     transition: .2s;
     box-shadow: 0 16px 30px rgba(4, 25, 217, 0.28);
 }

 .btn-1:hover {
     transform: translateY(-1px);
 }

 /*================= Hero Section ==============*/

 .hero-section {
     width: 100%;
     overflow: hidden;
 }

 .heroSwiper {
     width: 100%;
 }

 .hero-slide {
     height: 90vh;
     background-size: cover;
     background-position: center;
     display: flex;
 }

 .hero-overlay {

     width: 100%;
     display: flex;
     align-items: center;
 }

 .swiper {
     width: 100%;
 }

 .swiper-wrapper {
     display: flex;
 }

 .swiper-slide {
     flex-shrink: 0;
     width: 100% !important;
 }

 @media (max-width:768px) {
     .hero-slide {
         height: 60vh;
     }

     .hero-overlay h1 {
         font-size: 26px;
     }
 }

 .services-sec {
     background: #fff;
     padding: 40px 0 70px;
     font-family: Poppins, sans-serif;
     text-align: center;
 }

 /* Title */

 .services-title {
     color: #0b66ff;
     font-size: 40px;
     font-weight: 800;
     margin-bottom: 30px;
 }

 /* wrapper */

 .hex-wrap {
     display: flex;
     flex-direction: column;
     align-items: center;
     gap: 20px;
 }

 /* rows */

 .hex-row {
     display: flex;
     justify-content: center;
     gap: 22px;
     flex-wrap: wrap;
 }

 /* honeycomb shift */

 .hex-row.offset {
     margin-left: 110px;
 }

 /* HEXAGON */

 .hex-card {
     width: 210px;
     height: 185px;
     background: #f6f8fc;
     clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0% 50%);
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     border: 1px solid #edf1f7;
     transition: .35s;
     box-shadow: 0 15px 35px rgba(0, 0, 0, .06);
 }

 /* hover */

 .hex-card:hover {
     transform: translateY(-8px);
     box-shadow: 0 28px 60px rgba(0, 0, 0, .12);
     background: #fff;
 }

 /* active card */

 .hex-card.active {
     background: #fff;
     border: 1px solid #dfe5ef;
     box-shadow: 0 25px 55px rgba(0, 0, 0, .14);
 }

 /* icon */

 .hex-card img {
     width: 60px;
     height: 60px;
     object-fit: contain;
     margin-bottom: 10px;
 }

 /* text */

 .hex-card p {
     margin: 0;
     font-weight: 700;
     font-size: 17px;
     color: #1b66b3;
 }

 /* Responsive */

 @media(max-width:1200px) {
     .hex-row.offset {
         margin-left: 0;
     }
 }

 @media(max-width:768px) {
     .hex-card {
         width: 170px;
         height: 150px;
     }

     .services-title {
         font-size: 30px;
     }
 }

 @media(max-width:480px) {
     .hex-card {
         width: 140px;
         height: 130px;
     }

     .hex-card img {
         width: 45px;
         height: 45px;
     }

     .hex-card p {
         font-size: 14px;
     }
 }

 /* ================= BLUE PATTERN FOOTER ================= */

 .footer-blue {
     background: linear-gradient(rgba(25, 60, 140, .95), rgba(35, 75, 170, .95)),
         url('https://www.transparenttextures.com/patterns/hexellence.png');
     background-size: cover;
     padding: 80px 0;
     color: #fff;
 }

 .footer-logo-box img {
     background: #fff;
     padding: 0px 42px;
     border-radius: 12px;
     box-shadow: 0 10px 25px rgba(0, 0, 0, .2);
 }

 .footer-title {
     font-weight: 800;
     margin-bottom: 25px;
     position: relative;
 }

 .footer-title::after {
     content: "";
     width: 40px;
     height: 4px;
     background: #22c55e;
     position: absolute;
     left: 0;
     bottom: -10px;
 }

 .footer-sub {
     font-weight: 700;
     margin-bottom: 10px;
 }

 .footer-text {
     font-size: 15px;
     line-height: 1.7;
     opacity: .9;
 }

 .footer-list {
     list-style: disc;
     padding-left: 18px;
 }

 .footer-list li {
     margin-bottom: 12px;
 }

 .footer-list a {
     color: #fff;
     text-decoration: none;
     font-weight: 700;
     transition: .3s;
 }

 .footer-list a:hover {
     color: #22c55e;
     padding-left: 5px;
 }

 .footer-contact {
     list-style: none;
     padding: 0;
 }

 .footer-contact li {
     display: flex;
     gap: 10px;
     margin-bottom: 14px;
     font-size: 14px;
     align-items: flex-start;
 }

 .footer-contact li a {
     color: #fff;
     text-decoration: none;
 }

 .footer-contact i {
     min-width: 18px;
 }

 .footer-social a {
     width: 40px;
     height: 40px;
     background: rgb(18 18 18 / 20%);
     display: inline-flex;
     align-items: center;
     justify-content: center;
     border-radius: 50%;
     margin-right: 8px;
     color: #fff;
     transition: .3s;
 }

 .footer-social a:hover {
     transform: translateY(-4px);
 }

 /* ===== COPYRIGHT BAR ===== */

 .copyright-bar {
     background: #1e2f66;
     /* dark blue */
     color: #ffffff;
     padding: 18px 10px;
     font-size: 15px;
     font-weight: 500;
 }

 .dev-text {
     color: #00e0ff;
     /* cyan highlight */
     font-weight: 700;
     margin-left: 6px;
 }

 /* contact us*/
 body {
     font-family: 'Poppins', sans-serif;
 }

 /* ================= BREADCRUMB ================= */

 .breadcrumb-bg {
     position: relative;
     padding: 120px 0;
     background: url('https://bookyourmaid.in/assets/img/maid_cleaning.webp') center/cover no-repeat;
 }

 .breadcrumb-bg::before {
     content: "";
     position: absolute;
     inset: 0;
     background: rgba(0, 0, 0, .55);
 }

 .breadcrumb-content {
     position: relative;
     z-index: 2;
 }

 .breadcrumb-content h1 {
     color: #fff;
     font-size: 48px;
     font-weight: 800;
 }

 .breadcrumb-links a {
     color: #fff;
     text-decoration: none;
     transition: 0.4s;
 }

 .breadcrumb-links a:hover {
     color: #22c55e;
 }

 .breadcrumb-links {
     color: #fff;
     font-size: 18px;
 }

 /* ================= GET IN TOUCH ================= */

 .get-touch-section {
     background: #f1f3f6;
     padding: 50px 0;
 }

 .touch-title {
     font-size: 35px;
     font-weight: bold;
     color: #0b66ff;
     margin-bottom: 60px;
 }

 /* IMAGE WRAPPER */

 .touch-img-wrapper {
     position: relative;
     max-width: 520px;
     margin-top: 50px;
 }

 .touch-img {
     width: 110%;
     border-radius: 12px;

 }

 /* back */
 .back-img {
     opacity: .3;
 }

 /* front */
 .front-img {
     position: absolute;
     top: -269px;
     left: 60px;
 }

 /* ================= FORM ================= */

 .touch-form-box {
     width: 90%;
     margin-top: -29px;
     background: #f5f5f5;
     padding: 45px;
     border-radius: 5px;
     box-shadow: 0 25px 60px rgba(0, 0, 0, .12);
 }

 .custom-input {
     height: 55px;
     border: none;
     border-radius: 8px;
     padding: 0 15px;
 }

 textarea.custom-input {
     height: auto;
     padding: 15px;
 }

 .custom-input:focus {
     box-shadow: none;
     border: 2px solid #0b66ff;
 }

 .send-btn {
     background: #0b66ff;
     box-shadow: 0 16px 30px rgba(4, 25, 217, 0.28);
     color: #fff;
     padding: 14px 30px;
     border: none;
     border-radius: 8px;
     font-weight: 600;
     transition: .3s;
 }

 .send-btn:hover {
     transform: translateY(-4px);
 }

 /* ================= RESPONSIVE ================= */

 @media(max-width:991px) {

     .front-img {
         position: relative;
         top: 0;
         left: 0;
         margin-top: 20px;
     }

     .touch-img-wrapper {
         margin-top: 0;
     }

     .touch-form-box {
         margin-top: 50px;
     }
 }

 @media(max-width:576px) {

     .touch-title {
         font-size: 30px;
     }

     .breadcrumb-content h1 {
         font-size: 30px;
     }

 }

 /* Custom Select Arrow */

 .custom-input {
     height: 55px;
     border-radius: 8px;
     border: none;
     padding: 0 15px;
 }

 /* Remove default arrow */
 .custom-input[type="select"],
 select.custom-input {
     appearance: none;
     -webkit-appearance: none;
     -moz-appearance: none;

     background-color: #fff;

     /* Custom Arrow */
     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' stroke='%23333' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");

     background-repeat: no-repeat;
     background-position: right 15px center;
     background-size: 18px;

     padding-right: 45px;
     /* space for icon */
 }

 /* ================= MOBILE FIX ONLY ================= */

 @media (max-width: 991px) {

     /* Image section fix */
     .touch-img-wrapper {
         max-width: 100%;
         margin-top: 0;
         text-align: center;
     }

     .touch-img {
         width: 100%;
     }

     .front-img {
         position: relative;
         top: 0;
         left: 0;
         margin-top: 20px;
     }

     /* Form width full */
     .touch-form-box {
         width: 100%;
         margin-top: 40px;
         padding: 30px;
     }

 }

 @media (max-width: 576px) {

     /* Breadcrumb height fix */
     .breadcrumb-bg {
         padding: 80px 0;
         background-position: center;
     }

     .breadcrumb-content h1 {
         font-size: 28px;
     }

     .breadcrumb-links {
         font-size: 14px;
     }

     /* Section spacing */
     .get-touch-section {
         padding: 60px 0;
     }

     .touch-title {
         font-size: 26px;
         margin-bottom: 35px;
     }

     /* Inputs full height */
     .custom-input {
         height: 50px;
     }

     textarea.custom-input {
         padding: 12px;
     }

     .send-btn {
         width: 100%;
         padding: 14px;
     }

 }

 .contact-info-strip {
     background: #eeefef;
     padding: 40px 0;
 }

 .info-box {
     display: flex;
     align-items: flex-start;
     gap: 18px;
 }

 .info-icon {
     width: 60px;
     height: 60px;
     background: #616f711b;
     color: #0b66ff;
     font-size: 40px;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     flex-shrink: 0;
 }

 .info-content h5 {
     font-weight: 700;
     color: #0d2c6c;
     margin-bottom: 8px;
 }

 .info-content p {
     margin: 0;
     font-size: 16px;
     color: #374151;
     line-height: 1.6;
 }

 /* Mobile */
 @media (max-width: 768px) {
     .info-box {
         flex-direction: column;
         align-items: center;
         text-align: center;
     }
 }

 .footer-social-sc a {
     width: 40px;
     height: 40px;
     background-color: #0b66ff !important;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     border-radius: 50%;
     margin-right: 8px;
     color: #fff;
     transition: .3s;
 }

 .footer-social-sc a:hover {
     transform: translateY(-4px);
 }

 /* ===============================
   PREMIUM OFFCANVAS CONTACT
================================ */

 .offcanvas-contact-premium {
     margin-top: 25px;
 }

 .contact-card {
     display: flex;
     gap: 15px;
     padding: 18px;
     border-radius: 14px;
     background: rgba(11, 102, 255, 0.05);
     backdrop-filter: blur(8px);
     margin-bottom: 15px;
     transition: .3s ease;
     border: 1px solid rgba(11, 102, 255, 0.1);
 }

 .contact-card:hover {
     transform: translateY(-4px);
     box-shadow: 0 15px 35px rgba(11, 102, 255, 0.18);
     background: rgba(11, 102, 255, 0.08);
 }

 .icon-circle {
     width: 45px;
     height: 45px;
     background: linear-gradient(135deg, #0b66ff, #22c55e);
     color: #fff;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     flex-shrink: 0;
 }

 .icon-circle i {
     width: 20px;
     height: 20px;
     color: #fff;
 }

 .contact-info h6 {
     font-size: 14px;
     font-weight: 700;
     margin-bottom: 4px;
     color: #0f172a;
 }

 .contact-info p {
     font-size: 13px;
     margin: 0;
     line-height: 1.5;
     color: #475569;
 }

 .contact-info a {
     font-size: 14px;
     font-weight: 600;
     text-decoration: none;
     color: #0f172a;
     transition: .3s;
 }

 .contact-info a:hover {
     color: #0b66ff;
 }

 /*=================About Us================*/

 body {
     font-family: 'Poppins', sans-serif;
     background: #f8fafc;
 }

 /* HERO */
 .about-hero {
     background: #0b66ff;
     padding: 100px 0;
     text-align: center;
 }

 .about-hero h1 {
     color: #fff;
     font-weight: 700;
     font-size: 40px;
 }

 .about-hero p {
     color: #cecece;
     margin-top: 15px;
     font-size: 16px;
     opacity: 0.9;
 }

 /* SECTION */
 .section-padding {
     padding: 31px 0;
 }

 .section-title {
     font-weight: 700;
     margin-bottom: 20px;
     color: #0b66ff;
 }

 .section-text {
     color: #475569;
     line-height: 1.8;
     font-size: 15px;
 }

 /* CARD */
 .info-card {
     background: #fff;
     padding: 30px;
     border-radius: 12px;
     border: 1px solid #e2e8f0;
     height: 100%;
     transition: .3s ease;
 }

 .info-card:hover {
     transform: translateY(-5px);
     box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
 }

 .info-card i {
     font-size: 28px;
     color: #0b66ff;
     margin-bottom: 15px;
 }

 /* TEAM */
 .team-card {
     background: #fff;
     padding: 25px;
     border-radius: 12px;
     border: 1px solid #e2e8f0;
     text-align: center;
 }

 .team-card img {
     width: 120px;
     height: 120px;
     object-fit: cover;
     border-radius: 50%;
     margin-bottom: 15px;
 }

 /* MOBILE */
 @media(max-width:991px) {

     .about-hero {
         padding: 70px 20px;
     }

     .about-hero h1 {
         font-size: 28px;
     }

     .section-padding {
         padding: 50px 20px;
     }

 }

 .stats-section {
     padding: 70px 0;
     background: #0b66ff;
     color: #fff;
 }

 .stat-box h2 {
     font-size: 36px;
     font-weight: 700;
 }

 .stat-box p {
     margin: 0;
     font-size: 14px;
     opacity: 0.9;
 }

 .cta-section {
     padding: 80px 0;
     background: linear-gradient(135deg, #1e40af, #0b66ff);
     color: #fff;
 }

 .cta-section h2 {
     font-weight: 700;
 }

 .cta-section p {
     opacity: 0.9;
 }

 /*=================services================*/

 body {
     font-family: 'Poppins', sans-serif;
     background: #f8fafc;
 }

 .services-hero {
     position: relative;
     background: #0b66ff;
     padding: 120px 0;
     text-align: center;
     color: #fff;
 }

 /* Dark Overlay */
 .services-hero::before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.55);
 }

 .services-hero .container {
     position: relative;
     z-index: 2;
 }

 .services-hero h1 {
     font-weight: 700;
     font-size: 42px;
 }

 .services-hero p {
     margin-top: 15px;
     font-size: 16px;
     opacity: 0.95;
 }

 /* Mobile Responsive */
 @media(max-width:991px) {

     .services-hero {
         padding: 80px 20px;
     }

     .services-hero h1 {
         font-size: 26px;
     }

 }

 /* SECTION */
 .section-padding {
     padding: 47px 0;
 }

 /* SERVICE CARD */
 .service-card {
     background: #fff;
     padding: 30px;
     border-radius: 14px;
     border: 1px solid #e2e8f0;
     transition: .3s ease;
     height: 100%;
 }

 .service-card:hover {
     transform: translateY(-6px);
     box-shadow: 0 20px 45px rgba(0, 0, 0, 0.06);
 }

 .service-card i {
     font-size: 30px;
     color: #0b66ff;
     margin-bottom: 15px;
 }

 .service-card h5 {
     font-weight: 600;
     margin-bottom: 10px;
 }

 .service-card p {
     font-size: 14px;
     color: #475569;
 }

 /* CTA */
 .cta-section {
     padding: 70px 0;
     background: #0b66ff;
     color: #fff;
     text-align: center;
 }

 .cta-section h2 {
     font-weight: 700;
 }

 .cta-section a {
     background: #fff;
     color: #0b66ff;
     padding: 10px 25px;
     border-radius: 8px;
     text-decoration: none;
     font-weight: 600;
     display: inline-block;
     margin-top: 15px;
 }

 /* MOBILE */
 @media(max-width:991px) {

     .services-hero {
         padding: 70px 20px;
     }

     .services-hero h1 {
         font-size: 26px;
     }

     .section-padding {
         padding: 50px 20px;
     }

 }

 /*=================== Get Started =================*/

 body {
     font-family: 'Poppins', sans-serif;
     background: #f5f7fb;
 }

 /* HERO */
 .request-hero {
     background: linear-gradient(135deg, #0b66ff, #1e3a8a);
     color: #fff;
     padding: 90px 0;
     text-align: center;
 }

 .request-hero h1 {
     font-weight: 700;
 }

 /* FORM SECTION */
 .form-section {
     padding: 70px 0;
 }

 .toggle-pass {
     position: absolute;
     right: 15px;
     top: 50%;
     transform: translateY(-50%);
     cursor: pointer;
     font-size: 18px;
 }

 .request-card {
     background: #fff;
     padding: 40px;
     border-radius: 14px;
     box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
 }

 .form-control,
 .form-select {
     height: 48px;
     border-radius: 8px;
 }

 textarea.form-control {
     height: auto;
 }

 .btn-submit {
     background: #0b66ff;
     color: #fff;
     border: none;
     padding: 12px 25px;
     border-radius: 8px;
     font-weight: 600;
 }

 .btn-submit:hover {
     background: #094ec2;
 }

 /* MOBILE */
 @media(max-width:991px) {
     .request-hero {
         padding: 60px 20px;
     }

     .form-section {
         padding: 40px 20px;
     }
 }

 /*================== Our Price==============*/

 .our-price h2 {
     color: #0b66ff;
 }

 .our-price p {
     color: #3a4268;
     font-size: 13px;
     margin-bottom: 0px;
 }

 .pricing-section {
     background: #f8f9fb;
 }

 .price-card {
     background: #fff;
     padding: 35px 20px;
     border-radius: 12px;
     box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
     transition: 0.3s ease;
 }

 .price-card h4 {
     font-weight: 700;
     margin-bottom: 15px;
 }

 .price-card h5 {
     font-size: 16px;
     font-weight: 600;
     margin-bottom: 10px;
     color: #474747;
 }

 .price-card p {
     font-size: 14px;
     color: #6c757d;
 }

 .price-card:hover {
     transform: translateY(-5px);
 }

 .price-card.active {
     background: #1536b6;
     color: #fff;
 }

 .price-card.active h5,
 .price-card.active p {
     color: #fff;
 }

 .note-section {
     background: #f8f9fb;
 }

 .note-title {
     font-weight: 800;
     color: #0b66ff;
 }

 .note-list {
     font-size: 18px;
     line-height: 1.9;
     color: #202020;
     padding-left: 20px;
 }

 .note-list li {
     font-size: 15px;
 }

 .privacy img {
     border-radius: 10px;
 }

 .require-card {
     display: flex;
     align-items: center;
     gap: 10px;
     padding: 14px 18px;
     border-radius: 12px;
     border: 1px solid #e2e8f0;
     background: #f8fafc;
     cursor: pointer;
     font-weight: 500;
     transition: all 0.3s ease;
 }

 .require-card i {
     font-size: 18px;
     color: #0b66ff;
 }

 .btn-check:checked+.require-card {
     background: #0b66ff;
     color: #fff;
     border-color: #0b66ff;
     box-shadow: 0 6px 20px rgba(11, 102, 255, 0.25);
 }

 .btn-check:checked+.require-card i {
     color: #fff;
 }

 .require-card:hover {
     transform: translateY(-2px);
 }


 /*=================== Why Chooose Us=============*/

 .why-hero {
     background: linear-gradient(135deg, #0b66ff, #1e40af);
     color: #fff;
     padding: 40px 0;
 }

 .hero-img {
     border-radius: 10px;
     box-shadow: 0 6px 20px rgba(72, 73, 75, 0.25);
 }

 .hero-title {
     font-size: 40px;
     font-weight: 800;
     margin-bottom: 15px;
 }

 .hero-sub {
     font-size: 16px;
     opacity: 0.9;
     max-width: 500px;
 }

 .hero-features {
     margin-top: 30px;
 }

 .feature-item {
     display: flex;
     align-items: center;
     gap: 18px;
     margin-bottom: 22px;
 }

 .icon-box {
     width: 55px;
     height: 55px;
     min-width: 55px;
     background: #ffffff;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .icon-box i {
     font-size: 20px;
     color: #0b66ff;
 }

 .feature-item p {
     margin: 0;
     font-size: 16px;
     font-weight: 500;
 }

 .hero-btn {
     background: #fff;
     color: #0b66ff;
     padding: 12px 28px;
     border-radius: 8px;
     font-weight: 600;
 }

 .hero-btn:hover {
     background: #f1f5ff;
     color: #0b66ff;
 }

 /* MOBILE RESPONSIVE FIX */
 @media (max-width: 991px) {

     .why-hero {
         padding: 30px 20px;
         text-align: center;
     }

     .hero-title {
         font-size: 28px;
     }

     .hero-sub {
         font-size: 14px;
         margin: 0 auto 20px;
     }

     .feature-item {
         justify-content: flex-start;
         /* left aligned */
         text-align: left;
     }

     .icon-box {
         width: 45px;
         height: 45px;
         min-width: 45px;
     }

     .feature-item p {
         font-size: 14px;
     }

     .hero-img {
         border-radius: 10px;
         margin-top: 30px;
         max-width: 350px;
     }

     .hero-btn {
         width: 100%;
         margin-top: 20px;
     }
 }

 .why-section {
     padding: 50px 0;
     background: #f8fafc;
 }

 .why-title {
     font-size: 32px;
     font-weight: 700;
     color: #0b66ff;
 }

 .why-subtitle {
     color: #64748b;
     font-size: 15px;
     margin-top: 10px;
 }

 .why-card {
     display: flex;
     flex-direction: column;
     height: 100%;
 }

 .why-card .read-btn {
     display: block;
     width: 100%;
     text-align: center;
     margin-top: auto;
     padding: 10px;
 }

 .why-card {
     background: #ffffff;
     padding: 25px;
     border-radius: 12px;
     border: 1px solid #e2e8f0;
     height: 100%;
     transition: 0.3s ease;
 }

 .why-card:hover {
     box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
     transform: translateY(-4px);
 }

 .why-card i {
     font-size: 24px;
     color: #0b66ff;
     margin-bottom: 10px;
 }

 .why-card h6 {
     font-weight: 600;
     margin-bottom: 8px;
 }

 .why-card p {
     font-size: 14px;
     color: #475569;
     margin-bottom: 0;
 }

 .why-img {
     max-width: 100%;
 }

 /* Mobile */
 @media (max-width: 991px) {

     .why-section {
         padding: 50px 20px;
     }

     .why-title {
         font-size: 24px;
     }

     .why-card {
         text-align: center;
     }

     .why-card i {
         display: block;
     }
 }

 /* ================= WHY CHOOSE SECTION ================= */

 .why-section {
     padding: 50px 0;
     background: #f8fafc;
 }

 .why-title {
     font-weight: 800;
     font-size: 38px;
     color: #0b66ff;
 }

 .why-subtitle {
     color: #64748b;
     font-size: 16px;
 }

 .why-card {
     background: #fff;
     padding: 35px;
     border-radius: 20px;
     text-align: center;
     box-shadow: 0 20px 50px rgba(0, 0, 0, .08);
     transition: .3s ease;
     height: 100%;
 }

 .why-card:hover {
     transform: translateY(-8px);
     box-shadow: 0 30px 70px rgba(11, 102, 255, .15);
 }

 .why-icon {
     width: 70px;
     height: 70px;
     background: linear-gradient(135deg, #0b66ff, #22c55e);
     color: #fff;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     margin: 0 auto 20px;
 }

 .why-icon i {
     width: 28px;
     height: 28px;
     color: #fff;
 }

 .why-card h5 {
     font-weight: 700;
     margin-bottom: 15px;
 }

 .why-card p {
     font-size: 15px;
     color: #475569;
     margin-bottom: 20px;
 }

 /* Read More Button */
 .read-btn {
     display: inline-block;
     padding: 8px 18px;
     background: #0b66ff;
     color: #fff;
     border-radius: 8px;
     font-size: 14px;
     font-weight: 600;
     text-decoration: none;
     transition: .3s;
 }

 .read-btn:hover {
     background: #1e40af;
     color: #fff;
 }

 /* Responsive */
 @media(max-width:768px) {
     .why-title {
         font-size: 26px;
     }
 }

 .why-card {
     display: flex;
     flex-direction: column;
     height: 100%;
     padding: 30px;
 }

 .why-card ul {
     flex-grow: 1;
 }

 .why-card {
     display: flex;
     flex-direction: column;
     height: 100%;
     padding: 30px;
 }

 .why-card ul {
     flex-grow: 1;
 }

 .why-card .read-btn {
     margin-top: auto;
     display: block;
     width: 100%;
     text-align: center;
 }

 /*================= Login ============*/

 /* SAME CSS AS YOURS — unchanged */
 body {
     font-family: 'Poppins', sans-serif;
     background: #f5f7fb;
 }

 .login-wrapper {
     min-height: 100vh;
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 40px 15px;
 }

 .login-box {
     width: 100%;
     max-width: 1100px;
     background: #fff;
     border-radius: 12px;
     overflow: hidden;
     box-shadow: 0 25px 70px rgba(0, 0, 0, 0.08);
     display: flex;
     flex-wrap: wrap;
 }

 .login-left {
     flex: 1;
     padding: 60px 55px;
 }

 .login-left h2 {
     font-weight: 700;
     margin-bottom: 10px;
     color: #0f172a;
 }

 .login-left p {
     color: #64748b;
     font-size: 14px;
     margin-bottom: 30px;
 }

 .form-control {
     height: 52px;
     font-size: 13px;
     border-radius: 10px;
     border: 1px solid #e2e8f0;
 }

 .form-control:focus {
     border-color: #0b66ff;
     box-shadow: 0 0 0 3px rgba(11, 102, 255, 0.08);
 }

 .btn-login {
     border: 0;
     background: #0b66ff;
     color: #fff;
     font-weight: 800;
     border-radius: 10px;
     padding: 12px 16px;
     box-shadow: 0 16px 30px rgba(4, 25, 217, 0.28);
     white-space: nowrap;
     transition: .2s;
     text-decoration: none;
 }

 .btn-login:hover {
     background-color: #0b66ff;
     transform: translateY(-1px);
     color: #fff;
     box-shadow: 0 16px 30px rgba(4, 25, 217, 0.28);
 }

 .login-right {
     flex: 1;
     background: linear-gradient(135deg, #0b66ff, #1e40af);
     color: #fff;
     padding: 60px 55px;
     display: flex;
     flex-direction: column;
     justify-content: center;
 }

 .login-right h2 {
     font-weight: 700;
     margin-bottom: 20px;
 }

 .login-right p {
     opacity: .9;
     font-size: 15px;
 }

 .testimonial {
     margin-top: 30px;
     font-size: 14px;
     opacity: .85;
 }

 .password-toggle {
     position: absolute;
     top: 50%;
     right: 15px;
     transform: translateY(-50%);
     cursor: pointer;
     font-size: 18px;
     color: #64748b;
 }

 @media(max-width:991px) {

     .login-left,
     .login-right {
         flex: 100%;
         padding: 40px 30px;
     }
 }

 /*==================== Sign Up ========================*/

 body {
     font-family: 'Poppins', sans-serif;
     background: #f5f7fb;
 }

 .auth-wrapper {
     min-height: 100vh;
     display: flex;
     align-items: center;
     /* vertical center */
     justify-content: center;
     /* horizontal center */
     padding: 15px;
 }

 .form-label {
     font-family: 'Poppins', sans-serif;
 }

 /* .auth-box {
            width: 100%;
            max-width: 1100px;
            background: #fff;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 25px 70px rgba(0, 0, 0, 0.08);
            display: flex;
            flex-wrap: wrap;
        }

        .auth-left {
            flex: 1;
            padding: 60px 55px;
        } */

 .card {
     width: 75%;
     max-width: 1000px;
     margin: auto;
     padding: 50px;
     box-shadow: 0 25px 70px rgba(0, 0, 0, 0.08);
 }

 .auth-left h2 {
     color: #202020;
     font-weight: 500;
     font-family: "Poppins", sans-serif !important;
     font-size: 18px;
     font-weight: 700;
     margin-bottom: 10px;
     color: #0f172a;
 }

 .auth-left p {
     color: #64748b;
     font-size: 14px;
     margin-bottom: 30px;
 }

 .form-control::placeholder {
     color: #8a94a6;
 }


 .form-control {
     height: 52px;
     font-size: 13px;
     border-radius: 10px;
     border: 1px solid #e2e8f0;
 }

 .form-control:focus {
     border-color: #0b66ff;
     box-shadow: 0 0 0 1px rgba(11, 102, 255, 0.08);
 }

 .btn {
     border: 0;
     background: #0b66ff;
     color: #fff;
     font-weight: 800;
     border-radius: 10px;
     padding: 12px 16px;
     box-shadow: 0 16px 30px rgba(4, 25, 217, 0.28);
     white-space: nowrap;
     transition: .2s;
     text-decoration: none;
 }

 .btn:hover {
     background-color: #0b66ff;
     transform: translateY(-1px);
     color: #fff;
     box-shadow: 0 16px 30px rgba(4, 25, 217, 0.28);
 }

 .auth-right {
     height: 800px;
     flex: 1;
     background: linear-gradient(135deg, #0b66ff, #1e40af);
     color: #fff;
     padding: 60px 55px;
     display: flex;
     flex-direction: column;
     justify-content: center;
 }

 .auth-right h2 {
     font-weight: 700;
     margin-bottom: 20px;
 }

 .auth-right p {
     opacity: .9;
     font-size: 15px;
 }

 .password-toggle {
     position: absolute;
     top: 50%;
     right: 15px;
     transform: translateY(-50%);
     cursor: pointer;
     font-size: 18px;
     color: #64748b;
 }

 @media(max-width:991px) {

     .auth-left,
     .auth-right {
         flex: 100%;
         padding: 40px 30px;
     }
 }

 .form-control,
 .form-select {
     color: #8a94a6;
     height: 48px;
     font-size: 13px;
     border-radius: 12px;
 }

 /* SAME BORDER FOR INPUT & SELECT */

 .form-control,
 .form-select {
     height: 52px;
     border-radius: 10px;
     border: 1px solid #e2e8f0 !important;
     background-color: #fff;
 }

 /* Same Focus Style */

 .form-control:focus,
 .form-select:focus {
     border: 1px solid #0b66ff !important;
     box-shadow: 0 0 0 1px rgba(11, 102, 255, 0.08);
 }

 textarea.form-control {
     height: auto;
 }

 /* ===== MOBILE RESPONSIVE FIX ===== */

 @media (max-width: 991px) {

     .auth-wrapper {
         padding: 20px 10px;
         align-items: flex-start;
         /* top se start karega mobile me */
     }

     .card {
         width: 100% !important;
         border-radius: 14px;
         padding: 20px;
     }

     .auth-left {
         padding: 10px !important;
     }

     .auth-left h2 {
         font-size: 20px;
     }

     .form-control,
     .form-select {
         height: 46px;
         font-size: 14px;
     }

     textarea.form-control {
         font-size: 14px;
     }


     .btn {
         width: 100% !important;
         /* button full width mobile pe */
     }

 }

 .custom-file-upload {
     display: flex;
     align-items: center;
     gap: 15px;
     background: #f1f5f9;
     padding: 10px 15px;
     border-radius: 10px;
     border: 1px solid #e2e8f0;
 }

 .upload-btn {
     background: #0b66ff;
     color: #fff;
     border: none;
     padding: 8px 18px;
     border-radius: 8px;
     font-size: 14px;
     cursor: pointer;
 }

 .upload-btn:hover {
     background: #094ecc;
 }

 .file-name {
     font-size: 14px;
     color: #475569;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
     max-width: 220px;
 }


 /*======================= Vision Mission ==========================*/

 body {
     font-family: 'Poppins', sans-serif;
     background: #f8fafc;
 }

 /* ===== Hero Section ===== */
 .vm-hero {
     background-color: #0b66ff;
     padding: 120px 0;
     text-align: center;
     color: #fff;
 }

 .vm-hero h1 {
     font-size: 48px;
     font-weight: 800;
 }

 .vm-hero p {
     font-family: 'Poppins', sans-serif;
     color: #e9e5e5;
     font-size: 14px;
     opacity: .9;
 }

 /* ===== Vision Mission Cards ===== */
 .vm-section {
     padding: 80px 0;
 }

 .vm-card {
     background: #fff;
     border-radius: 20px;
     padding: 40px;
     box-shadow: 0 20px 50px rgba(0, 0, 0, .08);
     transition: .3s;
     height: 100%;
 }

 .vm-card:hover {
     transform: translateY(-8px);
     box-shadow: 0 30px 70px rgba(11, 102, 255, .15);
 }

 .vm-icon {
     width: 70px;
     height: 70px;
     background: linear-gradient(135deg, #0b66ff, #22c55e);
     color: #fff;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-bottom: 20px;
 }

 .vm-icon i {
     color: #fff;
     width: 28px;
     height: 28px;
 }

 .vm-card h3 {
     font-weight: 800;
     margin-bottom: 15px;
     color: #0f172a;
 }

 .vm-card p {
     color: #475569;
     line-height: 1.7;
 }

 /* Responsive */
 @media(max-width:768px) {
     .vm-hero h1 {
         font-size: 30px;
     }
 }


 /*================== Privacy Policy ===================*/

 body {
     font-family: 'Poppins', sans-serif;
     background: #f8fafc;
     color: #1e293b;
 }

 /* Hero */
 .policy-hero {
     background: #0b66ff;

     padding: 110px 0;
     text-align: center;
     color: #fff;
 }

 .policy-hero h1 {
     font-size: 42px;
     font-weight: 800;
 }

 .policy-hero p {
     font-size: 16px;
     opacity: .9;
 }

 /* Content */
 .policy-section {
     padding: 80px 0;
 }

 .policy-card {
     background: #fff;
     border-radius: 18px;
     padding: 45px;
     box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
 }

 .policy-card h3 {
     font-weight: 700;
     margin-top: 30px;
     margin-bottom: 15px;
     color: #0b66ff;
 }

 .policy-card p {
     line-height: 1.8;
     color: #475569;
 }

 .policy-card ul {
     padding-left: 18px;
 }

 .policy-card ul li {
     margin-bottom: 10px;
 }

 /* Responsive */
 @media(max-width:768px) {
     .policy-hero h1 {
         font-size: 28px;
     }

     .policy-card {
         padding: 25px;
     }
 }


 /*=========================== Refund Policy ===========================*/

 body {
     font-family: 'Poppins', sans-serif;
     background: #f4f7fb;
     color: #1e293b;
 }

 /* Hero */
 .refund-hero {
     background-color: #0b66ff;
     padding: 110px 0;
     text-align: center;
     color: #fff;
 }

 .refund-hero h1 {
     font-size: 42px;
     font-weight: 800;
 }

 .refund-hero p {
     font-size: 16px;
     opacity: .9;
 }

 /* Content */
 .refund-section {
     padding: 80px 0;
 }

 .refund-card {
     background: #fff;
     border-radius: 20px;
     padding: 50px;
     box-shadow: 0 25px 70px rgba(0, 0, 0, .08);
 }

 .refund-card h3 {
     font-weight: 700;
     margin-top: 30px;
     margin-bottom: 15px;
     color: #0b66ff;
 }

 .refund-card p {
     line-height: 1.8;
     color: #475569;
 }

 .refund-card ul {
     padding-left: 18px;
 }

 .refund-card ul li {
     margin-bottom: 10px;
 }

 /* Highlight Box */
 .highlight-box {
     background: linear-gradient(135deg, #0b66ff, #22c55e);
     color: #fff;
     padding: 25px;
     border-radius: 15px;
     margin-top: 30px;
     font-weight: 500;
 }

 /* Responsive */
 @media(max-width:768px) {
     .refund-hero h1 {
         font-size: 28px;
     }

     .refund-card {
         padding: 25px;
     }
 }


 /*=================== Terms & Conditions =====================*/

 body {
     font-family: 'Poppins', sans-serif;
     background: #f6f9fc;
     color: #1e293b;
 }

 /* Hero */
 .terms-hero {
     background: linear-gradient(135deg, #0b66ff, #1e40af);
     padding: 100px 0;
     text-align: center;
     color: #fff;
 }

 .terms-hero h1 {
     font-size: 40px;
     font-weight: 800;
 }

 .terms-hero p {
     font-size: 16px;
     opacity: .9;
 }

 /* Content */
 .terms-section {
     padding: 80px 0;
 }

 .terms-wrapper {
     background: #fff;
     border-radius: 18px;
     padding: 45px;
     box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
 }

 .terms-wrapper h3 {
     font-weight: 700;
     margin-top: 35px;
     margin-bottom: 15px;
     color: #0b66ff;
 }

 .terms-wrapper p {
     line-height: 1.8;
     color: #475569;
 }

 .terms-wrapper ul {
     padding-left: 20px;
 }

 .terms-wrapper ul li {
     margin-bottom: 10px;
 }

 /* Divider */
 .section-divider {
     height: 1px;
     background: #e2e8f0;
     margin: 30px 0;
 }

 /* Responsive */
 @media(max-width:768px) {
     .terms-hero h1 {
         font-size: 28px;
     }

     .terms-wrapper {
         padding: 25px;
     }
 }

 /*===================== FAQ ==========================*/

 body {
     font-family: 'Poppins', sans-serif;
     background: #f4f7fb;
     color: #1e293b;
 }

 /* Hero */
 .faq-hero {
     background-color: #0b66ff;
     padding: 110px 0;
     text-align: center;
     color: #fff;
 }

 .faq-hero h1 {
     font-size: 42px;
     font-weight: 800;
 }

 .faq-hero p {
     font-size: 16px;
     opacity: .9;
 }

 /* FAQ Section */
 .faq-section {
     padding: 80px 0;
 }

 .faq-wrapper {
     background: #fff;
     border-radius: 20px;
     padding: 45px;
     box-shadow: 0 25px 60px rgba(0, 0, 0, .08);
 }

 .accordion-button {
     font-weight: 600;
     color: #0f172a;
     background: #f8fafc;
 }

 .accordion-button:not(.collapsed) {
     background: linear-gradient(135deg, #0b66ff, #22c55e);
     color: #fff;
 }

 .accordion-button:focus {
     box-shadow: none;
 }

 .accordion-body {
     background: #ffffff;
     color: #475569;
     line-height: 1.7;
 }

 /* Responsive */
 @media(max-width:768px) {
     .faq-hero h1 {
         font-size: 28px;
     }

     .faq-wrapper {
         padding: 25px;
     }
 }

 /* ================= HOW IT WORKS ================= */

 .how-section {
     padding: 10px 0;
     background: #f8fafc;
     text-align: center;
 }

 .how-title {
     font-size: 40px;
     font-weight: 800;
     color: #0b66ff;
 }

 .how-wrapper {
     display: flex;
     justify-content: space-between;
     align-items: flex-start;
     gap: 30px;
     position: relative;
 }

 /* Dotted connecting line */
 .how-wrapper::before {
     content: "";
     position: absolute;
     top: 70px;
     left: 10%;
     right: 10%;
     height: 2px;
     border-top: 2px dashed #cbd5e1;
     z-index: 0;
 }

 .how-step {
     flex: 1;
     position: relative;
     z-index: 1;
     padding: 20px;
 }

 .icon-box {
     width: 120px;
     height: 120px;
     margin: 0 auto 25px;
     background: #eef2ff;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     position: relative;
     box-shadow: 0 20px 40px rgba(0, 0, 0, .06);
 }

 .icon-box i {
     width: 40px;
     height: 40px;
     color: #2563eb;
 }

 .step-number {
     position: absolute;
     bottom: 10px;
     right: 10px;
     background: #0b66ff;
     color: #fff;
     font-weight: 700;
     font-size: 14px;
     width: 30px;
     height: 30px;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .how-step h4 {
     font-weight: 800;
     margin-bottom: 10px;
     color: #0f172a;
 }

 .how-step .line {
     width: 40px;
     height: 3px;
     background: #22c55e;
     margin: 10px auto 15px;
     border-radius: 5px;
 }

 .how-step p {
     color: #475569;
     font-size: 15px;
     line-height: 1.7;
 }

 /* Hover effect */
 .how-step:hover .icon-box {
     transform: translateY(-8px);
     transition: .3s ease;
     box-shadow: 0 25px 60px rgba(37, 99, 235, .2);
 }

 /* Responsive */
 @media(max-width:991px) {

     .how-wrapper {
         flex-direction: column;
     }

     .how-wrapper::before {
         display: none;
     }

     .how-title {
         font-size: 28px;
     }

 }

 /* ================= WHY USE SECTION ================= */

 .why-use-section {
     padding: 50px 0;
     background: #f5f7fa;
 }

 .why-use-title {
     font-size: 40px;
     font-weight: 800;
     color: #0b66ff;
 }

 .why-card-horizontal {
     display: flex;
     align-items: center;
     background: #fff;
     border-radius: 20px;
     overflow: hidden;
     box-shadow: 0 20px 50px rgba(0, 0, 0, .08);
     transition: .3s ease;
     height: 100%;
 }

 .why-card-horizontal:hover {
     transform: translateY(-6px);
     box-shadow: 0 30px 70px rgba(0, 0, 0, .15);
 }

 .why-img {
     width: 180px;
     height: 180px;
     overflow: hidden;
     border-radius: 0 100px 100px 0;
     flex-shrink: 0;
 }

 .why-img img {
     width: 100%;
     height: 100%;
     object-fit: cover;
 }

 .why-content {
     padding: 30px;
 }

 .why-content h4 {
     font-weight: 800;
     margin-bottom: 12px;
 }

 .why-content p {
     color: #475569;
     line-height: 1.7;
 }

 /* Responsive */

 @media(max-width:768px) {

     .why-card-horizontal {
         flex-direction: column;
         text-align: center;
     }

     .why-img {
         width: 100%;
         height: 200px;
         border-radius: 20px 20px 0 0;
     }

 }

 /*==================== Dashboard ===============*/

 /* ================= BODY ================= */
 body {
     background: #f0f5ff;
     font-family: 'Poppins', sans-serif;
 }

 .profile h6 {
     margin-bottom: 0px;
     font-weight: bold;

 }

 /* ================= WRAPPER ================= */
 .account-wrapper {
     padding: 40px 0;
 }

 /* ================= SIDEBAR ================= */
 .sidebar {
     background: #fff;
     border-radius: 20px;
     padding: 25px;
     box-shadow: 0 20px 60px rgba(0, 0, 0, .05);
 }

 .profile {
     display: flex;
     gap: 15px;
     margin-bottom: 30px;
     align-items: center;
     background-color: #f1f5f9;
     border-radius: 16px;
     padding: 7px 18px;
 }

 .profile-icon {
     width: 55px;
     height: 55px;
     background: #dcfce7;
     color: #16a34a;
     border: 1px solod rgb(7, 6, 6);
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 15px;
 }

 .menu {
     list-style: none;
     padding: 0;
     margin: 0;
 }

 .menu li {
     margin-bottom: 15px;
 }

 .menu li a {
     display: flex;
     gap: 14px;
     align-items: center;
     padding: 14px 18px;
     border-radius: 16px;
     background: #f1f5f9;
     text-decoration: none;
     color: #111;
     font-weight: 600;
     transition: .3s;
 }

 .menu li a:hover {
     background: #e2e8f0;
 }

 .menu li.active a {
     background: #22c55e;
     color: #fff;
 }

 .menu li.logout a {
     background: #0f172a;
     color: #fff;
 }

 /* ================= MAIN ================= */
 .main-card {
     background: #fff;
     border-radius: 20px;
     padding: 30px;
     box-shadow: 0 20px 60px rgba(0, 0, 0, .05);
 }

 .top-bar {
     display: flex;
     justify-content: space-between;
     align-items: center;
     margin-bottom: 30px;
 }

 @media(max-width: 576px) {
     .top-bar .badge-active {
         display: none;
     }
 }

 .badge-active {
     background: #e0f2fe;
     padding: 6px 14px;
     border-radius: 20px;
     display: flex;
     gap: 6px;
     align-items: center;
 }

 .stat-card {
     background: #f9fafb;
     padding: 20px;
     border-radius: 18px;
     display: flex;
     justify-content: space-between;
     align-items: center;
 }

 .icon {
     width: 45px;
     height: 45px;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 12px;
     color: #fff;
 }

 .icon.green {
     background: #22c55e;
 }

 .quick-card {
     background: #f9fafb;
     padding: 20px;
     border-radius: 18px;
     display: flex;
     justify-content: space-between;
     align-items: center;
     flex-wrap: wrap;
     gap: 15px;
 }

 .quick-btns {
     display: flex;
     gap: 10px;
     flex-wrap: wrap;
 }

 .btn-light {
     background: #e2e8f0;
     padding: 8px 15px;
     border-radius: 10px;
     text-decoration: none;
     color: #111;
 }

 .btn-green {
     background: #22c55e;
     color: #fff;
     padding: 8px 15px;
     border-radius: 10px;
     text-decoration: none;
 }


 .view-link {
     text-decoration: none;
     background-color: #0b66ff;
     padding: 3px 10px;
     color: #fff;
     border-radius: 6px;
     font-weight: 500;
     font-size: 14px;
     transition: 0.3s;
 }

 .view-link:hover {
     color: #fff;
 }

 @media (max-width: 768px) {

     .responsive-table thead {
         display: none;
     }

     .responsive-table,
     .responsive-table tbody,
     .responsive-table tr,
     .responsive-table td {
         display: block;
         width: 100%;
     }

     .responsive-table tr {
         background: #fff;
         padding: 15px;
         margin-bottom: 15px;
         border-radius: 12px;
         box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
     }

     .responsive-table td {
         text-align: right;
         padding: 6px 0;
         border: none;
         position: relative;
     }

     .responsive-table td::before {
         content: attr(data-label);
         position: absolute;
         left: 0;
         font-weight: 600;
         color: #555;
     }

 }

 /* ACCOUNT BOX */
 .account-box {
     background: #fff;
     padding: 20px;
     border-radius: 12px;
     box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
     text-align: center;
 }

 .account-box h6 {
     font-size: 14px;
     color: #666;
     margin-bottom: 5px;
 }

 .account-box h4 {
     font-weight: 700;
 }

 /* USER INFO CARD */
 .user-info-card {
     background: #fff;
     padding: 20px;
     border-radius: 12px;
     box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
 }

 /* MOBILE RESPONSIVE */
 @media(max-width:768px) {
     .account-box {
         padding: 15px;
     }
 }

 /* Remove shadow from all buttons */
 .btn,
 .view-link,
 button {
     box-shadow: none !important;
 }

 /* Remove focus shadow (important) */
 .btn:focus,
 .btn:active,
 .btn:focus-visible,
 button:focus,
 button:active {
     box-shadow: none !important;
     outline: none !important;
 }

 /* If any custom class */
 .view-link {
     box-shadow: none !important;
 }

 .account-form-wrapper {
     background: #fff;
     padding: 30px;
     border-radius: 20px;
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
 }

 .form-section {
     background: #f9fafc;
     padding: 25px;
     border-radius: 16px;
 }

 .section-title {
     font-weight: 600;
     border-left: 4px solid #0b66ff;
     padding-left: 10px;
 }

 .form-control,
 .form-select {
     border-radius: 10px;
     padding: 10px 12px;
 }

 .form-control:focus,
 .form-select:focus {
     box-shadow: none;
     border-color: #0b66ff;
 }

 @media (max-width:768px) {
     .account-form-wrapper {
         padding: 20px;
     }

     .btn {
         width: 100%;
     }
 }

 .custom-upload {
     display: flex;
     align-items: center;
     gap: 15px;
     background: #f9fafc;
     padding: 12px 15px;
     border-radius: 12px;
     border: 1px solid #e5e7eb;
 }

 .upload-btn {
     background: #0b66ff;
     color: #fff;
     border: none;
     padding: 8px 18px;
     border-radius: 8px;
     font-size: 14px;
     transition: 0.3s;
 }

 .upload-btn:hover {
     background: #084ec2;
 }

 .file-name {
     font-size: 14px;
     color: #555;
     word-break: break-all;
 }

 @media (max-width:768px) {
     .custom-upload {
         flex-direction: column;
         align-items: flex-start;
     }

     .upload-btn {
         width: 100%;
     }
 }

 .toggle-pass {
     position: absolute;
     right: 15px;
     top: 50%;
     transform: translateY(-50%);
     cursor: pointer;
     font-size: 14px;
     opacity: 0.6;
 }

 .toggle-pass:hover {
     opacity: 1;
 }

 .form-section {
     background: #f9fafc;
     padding: 25px;
     border-radius: 16px;
 }

 @media (max-width:768px) {
     .btn {
         width: 100%;
     }
 }


 /*================== Upload Card =================*/

 .upload_card {
     padding: 20px;
     border-radius: 25px;
     margin-bottom: 20px;
     background-color: #ffffff;
     box-shadow: 0 6px 20px rgba(72, 73, 75, 0.25);
 }

 .submit_btn a {
     color: #fff;
     font-weight: bold;
     padding: 10px 50px;
     border-radius: 10px;
     text-decoration: none;
     background-color: #16a34a;
 }

 .submit_btn a:hover {
     background-color: #0b7833;
     transition: 0.4s;
 }

 /* ================= KYC TABLE ================= */

 .kyc-table {
     background: #fff;
     border-radius: 16px;
     padding: 20px;
     box-shadow: 0 6px 20px rgba(72, 73, 75, 0.15);
 }

 .kyc-table table {
     width: 100%;
     border-collapse: collapse;
     font-family: 'Poppins', sans-serif;
 }

 .kyc-table th {
     background: #f1f5f9;
     padding: 12px;
     font-weight: 600;
     font-size: 14px;
     color: #0f172a;
 }

 .kyc-table td {
     padding: 12px;
     font-size: 14px;
     border-top: 1px solid #e5e7eb;
 }

 /* STATUS */

 .status {
     padding: 5px 12px;
     border-radius: 20px;
     font-size: 12px;
     font-weight: 600;
 }

 .status.pending {
     background: #fef3c7;
     color: #92400e;
 }

 .status.approved {
     background: #dcfce7;
     color: #166534;
 }

 .status.rejected {
     background: #fee2e2;
     color: #991b1b;
 }

 /* ================= Upload Photo ================= */
 .custom-file-upload {
     display: flex;
     align-items: center;
     gap: 15px;
     padding: 8px;
     border: 1px solid #e5e7eb;
     border-radius: 10px;
     background: #f9fafb;
 }

 .upload-btn {
     background: #2563eb;
     color: white;
     border: none;
     padding: 8px 16px;
     border-radius: 8px;
     font-size: 14px;
     cursor: pointer;
 }

 .upload-btn:hover {
     background: #1d4ed8;
 }

 .file-name {
     font-size: 14px;
     color: #6b7280;
 }

 .form-control {
     padding: 17px 16px;
 }

 /*=====================Pricing ======================*/
 .pricing-section {
     background: #f8f9fb;
 }

 .pricing-card {
     background: white;
     border-radius: 15px;
     padding: 30px;
     text-align: center;
     box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
     transition: 0.3s;
     height: 100%;
 }

 .pricing-card:hover {
     transform: translateY(-8px);
     box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
 }

 .pricing-icon {
     font-size: 40px;
     margin-bottom: 15px;
 }

 .pricing-card h5 {
     font-weight: 600;
     margin-bottom: 20px;
 }

 .salary span,
 .commission span {
     font-size: 14px;
     color: #777;
 }

 .salary p {
     font-size: 18px;
     font-weight: 600;
     margin-bottom: 10px;
 }

 .commission p {
     font-size: 18px;
     font-weight: 600;
     color: #0d6efd;
 }

 .replacement-box {
     background: #fff3cd;
     padding: 15px;
     border-radius: 10px;
     font-weight: 500;
 }

 .service-card {
     display: flex;
     flex-direction: column;
     height: 100%;
     padding: 25px;
 }

 .service-card .service-item {
     flex-grow: 0;
 }

 .service-card .fee-box {
     margin-top: auto;
 }

 body {
     font-family: 'Poppins', sans-serif;
     background: #f5f7fb;
 }

 .card_hedding h2 {
     color: #0b66ff;
 }

 .pricing-section {
     background: #f6f8fb;
 }

 .service-card {
     background: #fff;
     padding: 25px;
     border-radius: 12px;
     box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
     height: 100%;
 }

 .service-title {
     text-align: center;
     font-weight: 600;
     margin-bottom: 20px;
 }

 .service-item {
     border-bottom: 1px solid #eee;
     padding: 10px 0;
     display: flex;
     justify-content: space-between;
     align-items: center;
 }

 .service-item h6 {
     margin: 0;
     font-weight: 500;
 }

 .service-item span {
     font-weight: 600;
     color: #0d6efd;
 }

 .service-item p {
     font-size: 13px;
     margin: 0;
     color: #666;
 }

 .fee-box {
     background: #f7e7c6;
     padding: 12px;
     border-radius: 8px;
     text-align: center;
     margin-top: 15px;
     font-size: 14px;
 }

 .visit-section {
     background: #f7f9fc;
 }

 .visit-card {
     background: #fff;
     padding: 25px;
     text-align: center;
     border-radius: 12px;
     box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
     transition: 0.3s;
 }

 .visit-card:hover {
     transform: translateY(-6px);
     box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
 }

 .visit-card h5 {
     font-weight: 600;
     margin-bottom: 10px;
 }

 .price {
     font-size: 18px;
     font-weight: 600;
     color: #0d6efd;
 }

 .mehendi-section {
     background: #f8fafc;
 }

 .mehendi-card {
     background: #fff;
     padding: 25px;
     border-radius: 12px;
     text-align: center;
     box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
     transition: 0.3s;
 }

 .mehendi-card:hover {
     transform: translateY(-6px);
     box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
 }

 .mehendi-card h5 {
     font-weight: 600;
     margin-bottom: 5px;
 }

 .mehendi-card p {
     color: #777;
     font-size: 14px;
 }

 .price {
     font-size: 20px;
     font-weight: 700;
     color: #0d6efd;
     margin-top: 10px;
 }

 .package {
     background: #ffe8cc;
     padding: 6px 10px;
     border-radius: 6px;
     margin-top: 8px;
     font-size: 13px;
 }

 .highlight {
     border: 2px solid #0d6efd;
 }

 .salon-section {
     background: #f8fafc;
 }

 .salon-card {
     background: #fff;
     padding: 25px;
     border-radius: 12px;
     text-align: center;
     box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
     transition: 0.3s;
 }

 .salon-card:hover {
     transform: translateY(-6px);
     box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
 }

 .salon-card h5 {
     font-weight: 600;
     margin-bottom: 10px;
 }

 .price {
     font-size: 18px;
     font-weight: 700;
     color: #0d6efd;
 }

 .highlight {
     border: 2px solid #0d6efd;
 }

 .ladies-box {
     background: #fff3cd;
     padding: 20px;
     border-radius: 10px;
 }