 .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);
 }

 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: 768px) {

     /* Main wrapper column me convert */
     .topbar .d-flex.align-items-center.justify-content-between {
         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);
 }

 .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);
 }

 /* 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: auto;
     }

     .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;
     }
 }

 .services-sec {
     background: #fff;
     padding: 40px 0 70px;
     font-family: Poppins, sans-serif;
     text-align: center;
 }

 /* Title */

 .services-title {
     color: #f47a21;
     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: #ffcc00;
     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: #ffcc00;
     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: #f97316;
 }

 .breadcrumb-links {
     color: #fff;
     font-size: 18px;
 }

 /* ================= GET IN TOUCH ================= */

 .get-touch-section {
     background: #f1f3f6;
     padding: 100px 0;
 }

 .touch-title {
     font-size: 35px;
     font-weight: bold;
     color: #f97316;
     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 #38bdf8;
 }

 .send-btn {
     background: #2ec5d3;
     color: #fff;
     padding: 14px 30px;
     border: none;
     border-radius: 8px;
     font-weight: 600;
     transition: .3s;
 }

 .send-btn:hover {
     background: #082680;
 }

 /* ================= 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: #e0f7fa;
     color: #00acc1;
     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: #0f172a;
 }

 .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;
 }

 .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: #082680;
 }

 .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: #0b3c8c;
 }

 .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: 80px 0;
     background: #f8fafc;
 }

 .why-title {
     font-size: 32px;
     font-weight: 700;
     color: #0f172a;
 }

 .why-subtitle {
     color: #64748b;
     font-size: 15px;
     margin-top: 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;
     }
 }

 /*================= 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;
        }