        h1,
        h2,
        h3,
        h4,
        h5,
        h6,
        p {
            color: #48276e;
        }

        #main-header-1 .navbar-expand-lg .navbar-nav .nav-link {
            padding: 19.5px 17px 14px 17px;
            border-top: none;
        }

        #main-header-1 .navbar-expand-lg .navbar-nav .nav-link:hover {
            border-top: none !important;
        }


        #main-header-1 .submit-property-button {
            padding: 0px 0;
        }

        .main-footer .footer-info .main-title-4 h2 {
            color: #000;
            font-weight: 600;
            font-size: 22px;
        }

        .mobile {
            display: none;
        }

        @media only screen and (max-width: 768px) {

            .mobile {
                display: block;
            }

            .main-footer .footer-item {
                margin-bottom: 0px;
            }

            .main-footer .footer-item.fi2 {
                margin-right: 0;
                margin-bottom: 50px;
            }
        }

        .modal {
            display: none;
            position: fixed;
            z-index: 9999;
            /* Sit on top */
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            /* Full width */
            height: 100%;
            /* Full height */
            overflow: auto;
            /* Enable scroll if needed */
            background-color: rgba(0, 0, 0, 0.6);
            /* Dark background */
            justify-content: center;
            /* Align horizontally */
            align-items: center;
            /* Align vertically */
        }

        .modal-content {
            display: flex;
            background-color: #fefefe;
            margin: 8% auto;
            /* Center the modal vertically */
            padding: 20px;
            border: 1px solid #888;
            width: 90%;
            /* Adjust width for smaller screens */
            max-width: 600px;
            /* Maximum width for larger screens */
            border-radius: 8px;
            /* Rounded corners */
        }

        .field-wrap {
            position: relative;
            margin-bottom: 11px;
        }

        .top-row:after {
            content: "";
            display: table;
            clear: both;
        }

        .top-row>div {
            float: left;
            width: 48%;
            margin-right: 4%;
        }

        .top-row>div:last-child {
            margin: 0;
        }

        .closemodal {
            color: #aaa;
            float: right;
            font-size: 28px;
            font-weight: bold;
        }

        .closemodal:hover,
        .closemodal:focus {
            color: black;
            text-decoration: none;
            cursor: pointer;
        }

        /* Left Side Image */
        .modal-left {
            flex: 1;
            overflow: hidden;
        }

        .modal-left img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* Right Side Form */
        .modal-right {
            flex: 1;
            padding: 20px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
        }

        .modal-right h2 {
            margin-bottom: 20px;
        }

        @media (max-width: 600px) {
            .modal-content {
                padding: 15px;
                /* Reduce padding for smaller screens */
                width: 95%;
                /* Make it wider on very small screens */
                margin: 22% auto;
            }

            .closemodal {
                font-size: 24px;
                /* Smaller close button on mobile */
            }
        }

        .floatt {
            position: fixed;
            width: 50px;
            height: 50px;
            bottom: 90px;
            right: 20px;
            background-color: #25d366;
            color: #FFF;
            border-radius: 50px;
            text-align: center;
            font-size: 24px;
            box-shadow: 2px 2px 3px #999;
            z-index: 100;
        }

        .floattt {
            position: fixed;
            width: 50px;
            height: 50px;
            bottom: 150px;
            right: 20px;
            background-color: orangered;
            color: #FFF;
            border-radius: 50px;
            text-align: center;
            font-size: 24px;
            box-shadow: 2px 2px 3px #999;
            z-index: 100;
        }

        .my-floatt {
            margin-top: 16px;
        }

        .my-floattt {
            margin-top: 16px;

        }


        .closee {
            color: #aaa;
            font-size: 28px;
            font-weight: bold;
            position: absolute;
            top: 10px;
            right: 25px;
            cursor: pointer;
        }

        .closee:hover,
        .closee:focus {
            color: black;
            text-decoration: none;
            cursor: pointer;
        }

        .closeee {
            color: #aaa;
            font-size: 28px;
            font-weight: bold;
            position: absolute;
            top: 10px;
            right: 25px;
            cursor: pointer;
        }

        .closeee:hover,
        .closeee:focus {
            color: black;
            text-decoration: none;
            cursor: pointer;
        }

        .closeeee {
            color: #aaa;
            font-size: 28px;
            font-weight: bold;
            position: absolute;
            top: 10px;
            right: 25px;
            cursor: pointer;
        }

        .closeeee:hover,
        .closeeee:focus {
            color: black;
            text-decoration: none;
            cursor: pointer;
        }

        .buttons {
            display: flex;
            justify-content: space-around;
            margin-top: 20px;
        }

        .download-btn {
            background-color: #007bff;
            color: white;
            border: none;
            padding: 10px 20px;
            font-size: 16px;
            cursor: pointer;
            border-radius: 5px;
        }

        .download-btn:hover {
            background-color: #0056b3;
        }

        .main-header .logo {
            margin-right: 0px;
            float: left;
        }

      

        @media (min-width: 1200px) {

            .container,
            .container-lg,
            .container-md,
            .container-sm,
            .container-xl {
                max-width: 92%;
            }
        }

        /* Header Improvements */
        .navbar-nav .nav-link {
            font-weight: 500;
            padding: 10px 14px;
            color: #222 !important;
        }

        .navbar-nav .nav-link:hover {
            color: #ff6a00 !important;
        }

        /* Header buttons */
        .header-actions {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-left: 15px;
        }

        .btn-login {
            background: #48276e;
            color: #fff !important;
            padding: 9px 18px;
            border-radius: 8px;
            font-size: 14px;
            transition: all 0.3s ease;
        }

        .btn-login:hover {
            transform: translateY(-1px);
            box-shadow: 0 6px 14px rgba(255, 106, 0, 0.4);
        }

        /* Play Store Button */
        .btn-playstore {
            display: flex;
            align-items: center;
            gap: 8px;
            background: #000;
            color: #fff !important;
            padding: 8px 14px;
            border-radius: 8px;
            font-size: 12px;
            line-height: 1.2;
            transition: all 0.3s ease;
        }

        .btn-playstore i {
            font-size: 22px;
            color: #3ddc84;
        }

        .btn-playstore:hover {
            background: #111;
            transform: translateY(-1px);
        }

        /* Mobile Fix */
        @media (max-width: 768px) {
            .header-actions {
                flex-direction: column;
                margin-top: 10px;
            }
        }

        .main-footer {
            font-family: 'Poppins', sans-serif;
            color: #222;
        }

        .footer-info {
            padding-bottom: 30px;
        }

        .main-title-4 h2 {
            font-size: 18px;
            font-weight: 700;
            color: #0d3925;
            margin-bottom: 8px;
        }

        .main-title-4 hr {
            width: 45px;
            height: 3px;
            background: #c59d2f;
            border: none;
            margin: 6px 0 16px;
        }


        .footer-item p {
            font-size: 14px;
            line-height: 1.7;
            color: #444;
        }

        .top-social-media img {
            margin-right: 8px;
            transition: transform 0.3s ease;
        }

        .top-social-media img:hover {
            transform: scale(1.12);
        }

        .footer-item ul.links {
            padding-left: 0;
        }

        .footer-item ul.links li {
            list-style: none;
            margin-bottom: 8px;
        }

        .footer-item ul.links li a {
            font-size: 14px;
            color: #333;
            text-decoration: none;
            transition: 0.3s;
        }

        .footer-item ul.links li a:hover {
            color: #0d3925;
            padding-left: 5px;
        }

        .personal-info li {
            list-style: none;
            font-size: 14px;
            color: #333;
            margin-bottom: 10px;
        }

        .personal-info i {
            color: #0d3925;
            margin-right: 6px;
        }

        .personal-info a {
            color: #333;
            text-decoration: none;
        }

        .personal-info a:hover {
            color: #0d3925;
        }

        .buttonn.good {
            display: inline-block;
            padding: 10px 22px;
            border-radius: 30px;
            font-weight: 600;
            background: linear-gradient(135deg, #0d3925, #1f6b4a);
            border: none;
            color: #fff !important;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
            transition: 0.3s ease;
        }

        .buttonn.good:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
        }

        .copy-right {
            padding: 25px 0 15px;
            font-size: 13px;
        }

        .copy-right p {
            margin-bottom: 6px;
            color: #222;
        }

        @media (max-width: 767px) {
            .footer-item {
                margin-bottom: 30px;
            }

            .main-title-4 h2 {
                font-size: 17px;
            }
        }

        .pull-left {
            float: left;
            list-style-type: none;
        }

        .nav-link.active {
            color: #ff6347;
            font-weight: 600;
        }

        .Navbar_loginBtn__1GOfv {
            border: 1px solid #dfe0e3;
            border-radius: 4.25rem;
            padding: 6px 18px;
            display: inline-flex;
            align-items: center;
            gap: 8px;

            color: #51505d;
            font-family: Inter, sans-serif;
            font-size: 14px;
            font-weight: 500;
            background-color: #48276e !important;
            color: white !important;
            font-size: 16px;
            cursor: pointer;
            user-select: none;
            transition: background-color 0.2s ease;
        }

        .Navbar_loginBtn__1GOfv:hover {
            background-color: #48276e;
        }

        .Navbar_loginBtn__1GOfv:active,
        .Navbar_loginBtn__1GOfv:focus,
        .Navbar_loginBtn__1GOfv:focus-visible {
            background-color: transparent !important;
            color: #51505d !important;
            outline: none;
            box-shadow: none;
        }

        .Navbar_loginBtn__1GOfv.active {
            background-color: #48276e !important;
            color: #000 !important;
        }

        .login-overlay {
            position: fixed;
            inset: 0;
            background: rgba(0, 0, 0, .55);
            display: none;
            align-items: center;
            justify-content: center;
            z-index: 9999;
        }

        .login-popup {
            width: 360px;
            background: #fff;
            border-radius: 6px;
            padding: 25px;
            text-align: center;
            position: relative;
        }

        .close-btn {
            position: absolute;
            right: 15px;
            top: 10px;
            font-size: 22px;
            cursor: pointer;
            color: #aaa;
        }

        .login-logo {
            width: 42px;
            height: 42px;
            background: #ff5a5f;
            color: #fff;
            font-weight: 700;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 10px;
        }

        .login-popup h2 {
            font-size: 18px;
            margin-bottom: 20px;
        }

        /* Inputs */
        .login-popup label {
            display: flex;
            text-align: left;
            font-size: 13px;
            margin-bottom: 5px;
            color: #555;
        }

        .login-popup input {
            padding: 10px;
            border: 1px solid #ddd;
            border-radius: 4px;
            font-size: 14px;
            margin: 15px 0px;
            width: 100%;
        }

        /* Row */
        .login-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin: 12px 0 16px;
            font-size: 13px;
        }


        .login-row .remember1 {
            display: flex;
            align-items: center;
            gap: 6px;
            cursor: pointer;
            user-select: none;
        }

        .login-row .remember1 span {
            white-space: nowrap;
        }

        .login-row .remember1,
        .login-row .remember1 input {
            position: relative;
            z-index: 9999;
            pointer-events: auto;
        }


        .login-row a {
            color: #00bcd4;
            text-decoration: none;
            font-size: 13px;
            white-space: nowrap;
        }

        .login-row a:hover {
            text-decoration: underline;
        }


        /* Buttons */
        .primary-btn {
            width: 100%;
            padding: 10px;
            background: #48276e !important;
            border: none;
            color: #fff;
            font-weight: 600;
            border-radius: 4px;
            cursor: pointer;
        }

        .secondary-btn {
            width: 100%;
            padding: 10px;
            background: #48276e;
            border: none;
            color: #fff;
            border-radius: 4px;
            margin-top: 10px;
            cursor: pointer;
        }

        /* Divider */
        .divider {
            margin: 12px 0;
            font-size: 12px;
            color: #999;
        }

        /* Signup */
        .signup {
            font-size: 13px;
            margin-top: 15px;
        }

        .signup a {
            font-weight: 600;
        }

        .password-wrap {
            position: relative;
        }

        .password-wrap input {
            width: 100%;
            padding-right: 35px;
        }

        .toggle-eye {
            position: absolute;
            right: 12px;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;
            color: #666;
        }

        .alert {
            font-size: 13px;
            padding: 6px;
            margin-bottom: 10px;
        }

        /* Register css */
        .register-popup {
            position: fixed;
            inset: 0;
            background: rgba(0, 0, 0, 0.75);
            display: none;
            align-items: center;
            justify-content: center;
            z-index: 9999;
            padding: 16px;
        }

        .register-popup.active {
            display: flex;
        }

        /* ===== POPUP CARD ===== */
        .popup-card {
            background: #ffffff;
            width: 100%;
            max-width: 720px;
            /* 🔥 wider & balanced */
            max-height: 92vh;
            /* 🔥 mobile safe */
            border-radius: 18px;
            position: relative;
            box-shadow: 0 25px 70px rgba(0, 0, 0, 0.35);
            display: flex;
            flex-direction: column;
            animation: popupZoom 0.35s ease;
            overflow: hidden;
        }

        /* Animation */
        @keyframes popupZoom {
            from {
                transform: scale(0.95) translateY(30px);
                opacity: 0;
            }

            to {
                transform: scale(1) translateY(0);
                opacity: 1;
            }
        }

        /* ===== HEADER ===== */
        .popup-title {
            text-align: center;
            font-size: 22px;
            font-weight: 700;
            padding: 20px 16px;
            border-bottom: 1px solid #eee;
            color: #2b2b2b;
        }

        /* Close */
        .close-popup {
            position: absolute;
            right: 20px;
            top: 16px;
            font-size: 26px;
            cursor: pointer;
            color: #666;
        }

        .close-popup:hover {
            color: #ff6a00;
        }

        /* ===== FORM BODY SCROLL ===== */
        #registerForm {
            padding: 24px 22px;
            overflow-y: auto;
            /* 🔥 MAIN FIX */
            flex: 1;
        }

        /* ===== STEPS ===== */
        .form-step {
            display: none;
        }

        .form-step.active {
            display: block;
        }

        .step-title {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 16px;
            color: #333;
        }

        /* ===== INPUTS ===== */
        #registerForm input,
        #registerForm select,
        #registerForm textarea {
            width: 100%;
            height: 8% !important;
            padding: 11px 14px;
            border-radius: 10px;
            border: 1px solid #d1d5db;
            font-size: 14px;
            margin: 8px 0px;
            outline: none;
            background: #fff;
        }

        #registerForm input:focus,
        #registerForm select:focus,
        #registerForm textarea:focus {
            border-color: #ff6a00;
            box-shadow: 0 0 0 3px rgba(255, 106, 0, 0, 0.15);
        }

        #registerForm textarea {
            resize: none;
            min-height: 90px;
        }

        input#dob_day {
            padding: 25px;
        }

        input#dob_month {
            padding: 25px;
        }

        input#dob_year {
            padding: 25px;
        }

        /* ===== PROFILE / GENDER CARDS ===== */
        .profile-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 14px;
        }

        .profile-card {
            border: 2px solid #e5e7eb;
            padding: 16px 10px;
            border-radius: 14px;
            text-align: center;
            cursor: pointer;
            background: #fff;
            transition: 0.25s;
        }

        .profile-card input {
            display: none;
        }

        .profile-card span {
            font-weight: 600;
            color: #444;
            pointer-events: none;
        }

        .profile-card.active {
            border-color: #ff6a00;
            background: #fff4ea;
        }

        .profile-card.active span {
            color: #ff6a00;
        }

        .profile-card.active span::after {
            content: " ✓";
            font-size: 14px;
        }

        .profile-card:hover {
            border-color: #ff6a00;
            background: #fff7f0;
        }

        /* ===== DOB GRID ===== */
        .dob-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 12px;
        }

        .dob-grid input {
            text-align: center;
            font-weight: 600;
        }

        /* ===== TWO COLUMN FORM ===== */
        .form-flex {
            display: flex;
            gap: 22px;
        }

        .form-box {
            width: 50%;
            background: #fafafa;
            padding: 18px;
            border-radius: 12px;
        }

        /* ===== TEXTAREA ===== */
        textarea {
            resize: none;
            min-height: 90px;
        }

        /* ===== FOOTER BUTTONS ===== */
        .step-buttons {
            display: flex;
            justify-content: space-between;
            margin-top: 40px;
            gap: 12px;
        }

        .step-buttons button {
            padding: 12px 26px;
            border: none;
            border-radius: 10px;
            font-size: 15px;
            font-weight: 600;
            cursor: pointer;
            transition: 0.25s;
        }

        #nextBtn {
            background: #48276e;
            color: #fff;
        }

        #nextBtn:hover {
            background: #5c3490;
        }

        #prevBtn {
            background: #e5e7eb;
        }

        #prevBtn:hover {
            background: #d1d5db;
        }

        .otp-container {
            display: flex;
            gap: 12px;
            justify-content: center;
            margin-top: 8px;
        }

        .otp-input {
            width: 45px;
            height: 50px;
            text-align: center;
            font-size: 20px;
            font-weight: bold;
            border: 2px solid #d1d5db;
            border-radius: 10px;
            outline: none;
            transition: 0.2s;
        }

        .otp-input:focus {
            border-color: #ff6a00;
            box-shadow: 0 0 0 3px rgba(255, 106, 0, 0.2);
        }

        .otp-footer {
            text-align: center;
            margin-top: 14px;
        }

        #resendOtpBtn {
            background: #e5e7eb;
            color: #333;
            border: none;
            padding: 10px 18px;
            border-radius: 8px;
            cursor: not-allowed;
            font-weight: 600;
            transition: 0.25s;
        }

        #resendOtpBtn.enabled {
            background: #48276e;
            color: #fff;
            cursor: pointer;
        }

        .error-text {
            color: red;
            font-size: 13px;
            margin-top: 4px;
        }

        .error-popup {
            background: #ffe5e5;
            color: #c10000;
            border: 1px solid #ffb3b3;
            padding: 12px 15px;
            border-radius: 6px;
            margin-bottom: 15px;
            font-size: 14px;
            font-weight: 500;
        }


        .profile-card.error {
            border: 1px solid red;
        }


        /* ===== MOBILE FIXES ===== */
        @media (max-width: 768px) {
            .popup-card {
                max-width: 100%;
                max-height: 100vh;
                border-radius: 0;
            }

            .profile-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .form-flex {
                flex-direction: column;
            }

            .form-box {
                width: 100%;
                padding: 14px;
            }

            .popup-title {
                font-size: 20px;
            }
        }

        .gallery-privacy {
            margin-top: 18px;
            font-size: 13px;
            color: #555;
            background: #f9fafb;
            border: 1px solid #e5e7eb;
            padding: 12px 14px;
            border-radius: 12px;
            text-align: center;
        }




        .otp-overlay {
            position: fixed;
            inset: 0;
            background: rgba(0, 0, 0, 0.6);
            display: none;
            justify-content: center;
            align-items: center;
            z-index: 99999;
        }


        .otp-popup {
            background: #fff;
            width: 100%;
            max-width: 420px;
            padding: 25px;
            border-radius: 10px;
            position: relative;
            text-align: center;
        }

        .otp-popup h2 {
            margin-bottom: 15px;
        }

        .otp-popup input {
            width: 100%;
            padding: 10px;
            margin-bottom: 12px;
        }

        .close-btn {
            position: absolute;
            right: 15px;
            top: 10px;
            font-size: 22px;
            cursor: pointer;
        }



        /* Default: hide everywhere */
        #reg-drawer {
            display: none;
        }

        /* Mobile + iPad */
        @media (min-width: 576px) and (max-width: 1023px) {
            #reg-drawer {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                background-color: #48276e;
                color: white;
                font-size: 16px;
                margin-left: 47%;
            }
        }


        @media (max-width: 575.98px) {
            #reg-drawer {
                display: inline-flex;
                background-color: #48276e;
                color: white;
                font-size: 16px;
            }
        }

        .about-hero h1 {
            font-size: 42px;
            font-weight: 700;
        }

        .about-section {
            padding: 30px 0;
        }

        .about-img img {
            border-radius: 16px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, .15);
        }

        .about-card {
            background: #fff;
            border-radius: 16px;
            padding: 35px;
            box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
        }

        .about-card h3 {
            font-weight: 700;
            margin-bottom: 15px;
        }

        .stats-box {
            background: #fff;
            padding: 30px 15px;
            border-radius: 18px;
            box-shadow: 0 10px 25px rgba(#48276e);
        }

        .stats-box h2 {
            font-size: 36px;
            font-weight: 700;
            color: #48276e;
            margin-bottom: 5px;
        }

        .stats-box p {
            font-size: 15px;
            color: #ff0000;
            margin: 0;
        }


        .map-box iframe {
            border-radius: 16px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
        }

        .slider-container {
            position: relative;
            overflow: hidden;
            border-radius: 16px;
        }

        .slider-track {
            display: flex;
            transition: transform .5s ease;
        }

        .slider-track img {
            width: 100%;
            flex-shrink: 0;
        }

        .slider-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(0, 0, 0, .6);
            color: #fff;
            border: none;
            padding: 8px 14px;
            cursor: pointer;
        }

        .slider-btn.prev {
            left: 10px;
        }

        .slider-btn.next {
            right: 10px;
        }

        @media(max-width:768px) {
            .about-hero h1 {
                font-size: 30px;
            }
        }

        .title_sections .title {
            font-size: 38px;
            font-weight: 700;
            line-height: 1.3;
            margin-top: 30px;
            color: #48276e;
        }

        .section-title {
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .section-subtitle {
            font-size: 16px;
            color: #000;
            margin-bottom: 40px;
        }


        .subtitle {
            font-size: 16px;
            color: #000;
            margin-top: 10px;
        }

        .about-content-card {
            background: #ffffff;
            padding: 30px;
            border-radius: 18px;
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
            height: 100%;
            border-top: 4px solid #48276e;
        }

        .about-content-card h4 {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 12px;
        }

        .about-content-card p {
            font-size: 15px;
            color: #555;
            line-height: 1.8;
            margin-bottom: 0;
        }


        .about-highlight {
            margin-top: 40px;
            background: linear-gradient(135deg, #48276e, #f4e9ff);
            color: #fff;
            padding: 35px 25px;
            border-radius: 20px;
        }

        .about-highlight h4 {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 8px;
        }

        .about-highlight p {
            font-size: 14px;
            opacity: 0.9;
        }

        @media(max-width:768px) {
            .title_sections .title {
                font-size: 28px;
            }
        }

        .map-box {
            padding: 0;
        }

        .map-box iframe {
            border: 0;
            display: block;
        }

        /* Toast popup  */
        .toast {
            position: fixed;
            top: 20px;
            right: -400px;
            min-width: 280px;
            padding: 15px 20px;
            border-radius: 6px;
            color: #fff;
            font-size: 14px;
            z-index: 99999;
            transition: all 0.4s ease;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }

        .toast-success {
            background: #28a745;
        }

        .toast-error {
            background: #dc3545;
        }

        .toast.show {
            right: 20px;
        }

        @media (max-width: 992px) {
            .navbar-light .navbar-toggler {
                border: none !important;
                font-size: 18px;
                font-weight: 400;
                background: #48276e !important;
            }
        }

        .custom-toast {
            position: fixed;
            top: 20px;
            right: 20px;
            min-width: 260px;
            padding: 14px 18px;
            border-radius: 8px;
            color: #fff;
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 14px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
            z-index: 9999;
            animation: slideIn 0.4s ease, fadeOut 0.4s ease 4s forwards;
        }

        .success-toast {
            background: linear-gradient(135deg, #28a745, #1e7e34);
        }

        .error-toast {
            background: linear-gradient(135deg, #dc3545, #a71d2a);
        }

        .custom-toast i {
            font-size: 18px;
        }

        /* Animation */
        @keyframes slideIn {
            from {
                opacity: 0;
                transform: translateX(40px);
            }

            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes fadeOut {
            to {
                opacity: 0;
                transform: translateX(40px);
            }
        }

        /* footer design  */
        .premium-footer {
            background: linear-gradient(135deg, #0f0f0f, #1a1a1a);
            padding: 70px 0 0;
            color: #ccc;
            font-family: 'Poppins', sans-serif;
        }

        .footer-logo {
            width: 60%;
            margin-bottom: 15px;
        }

        .footer-desc {
            font-size: 14px;
            line-height: 24px;
            color: #bfbfbf;
        }

        .footer-box h4 {
            color: #fff;
            margin-bottom: 20px;
            font-size: 18px;
            position: relative;
        }

        .footer-box h4::after {
            content: "";
            width: 40px;
            height: 2px;
            background: #c59d5f;
            position: absolute;
            left: 0;
            bottom: -8px;
        }

        .footer-box ul {
            list-style: none;
            padding: 0;
        }

        .footer-box ul li {
            margin-bottom: 10px;
        }

        .footer-box ul li a {
            color: #bbb;
            text-decoration: none;
            font-size: 14px;
            transition: 0.3s;
        }

        .footer-box ul li a:hover {
            color: #c59d5f;
            padding-left: 6px;
        }

        .social-icons a {
            display: inline-block;
            width: 36px;
            height: 36px;
            line-height: 36px;
            text-align: center;
            border-radius: 50%;
            background: #222;
            color: #c59d5f;
            margin-right: 8px;
            transition: 0.3s;
        }

        .social-icons a:hover {
            background: #c59d5f;
            color: #000;
        }

        .footer-box p {
            font-size: 14px;
            margin-bottom: 12px;
        }

        .footer-btn {
            background: linear-gradient(45deg, #c59d5f, #f5d28e);
            border: none;
            color: #000;
            padding: 10px 22px;
            border-radius: 30px;
            font-weight: 600;
            margin-top: 10px;
            transition: 0.3s;
        }

        .footer-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(197, 157, 95, 0.4);
        }

        .playstore {
            width: 150px;
            margin-top: 15px;
        }

        .footer-bottom {
            margin-top: 60px;
            padding: 25px 15px;
            background: #0a0a0a;
            text-align: center;
        }

        .footer-bottom p {
            margin: 4px 0;
            font-size: 13px;
            color: #888;
        }

        /* Responsive */
        @media(max-width:768px) {
            .premium-footer {
                text-align: center;
            }

            .footer-box h4::after {
                left: 50%;
                transform: translateX(-50%);
            }
        }

        .footer-box p {
            font-size: 14px;
            color: #ccc;
        }

        .footer-box p strong {
            color: #fff;
        }

        .footer-box a {
            color: #c59d5f;
            text-decoration: none;
        }

        .footer-box a:hover {
            text-decoration: underline;
        }

        /* Modal Wrapper */
        .premium-modal {
            display: none;
            position: fixed;
            inset: 0;
            z-index: 9999;
        }

        /* Background overlay */
        .modal-overlay {
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, 0.6);
            backdrop-filter: blur(4px);
        }

        /* Modal Box */
        .modal-box {
            position: relative;
            max-width: 460px;
            margin: 6% auto;
            background: #fff;
            padding: 30px;
            border-radius: 18px;
            z-index: 10;
            box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
            animation: modalFade 0.4s ease;
        }

        /* Title */
        .modal-title {
            text-align: center;
            font-size: 26px;
            font-weight: 700;
            margin-bottom: 20px;
            color: #48276e;
        }

        /* Close Button */
        .modal-close {
            position: absolute;
            top: 14px;
            right: 18px;
            font-size: 26px;
            cursor: pointer;
            color: #999;
        }

        .modal-close:hover {
            color: #000;
        }

        /* Form */
        .form-group {
            margin-bottom: 15px;
        }

        .form-group input,
        .form-group textarea {
            width: 100%;
            padding: 12px 14px;
            border-radius: 10px;
            border: 1px solid #ddd;
            font-size: 15px;
            outline: none;
        }

        .form-group input:focus,
        .form-group textarea:focus {
            border-color: #48276e;
        }

        /* Submit Button */
        .submit-btn {
            width: 100%;
            padding: 12px;
            border-radius: 30px;
            background: linear-gradient(45deg, #48276e, #54317c);
            color: #fff;
            border: none;
            font-weight: 700;
            font-size: 16px;
            transition: 0.3s;
        }

        .submit-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(255, 99, 71, 0.4);
        }

        /* Animation */
        @keyframes modalFade {
            from {
                opacity: 0;
                transform: translateY(-20px) scale(0.95);
            }

            to {
                opacity: 1;
                transform: translateY(0) scale(1);
            }
        }

        /* Mobile */
        @media(max-width:576px) {
            .modal-box {
                margin: 15% 15px;
            }
        }

        .intl-tel-input,
        .iti {
            width: 100%;
            margin-top: 10px;
        }
        
         .why-section {
            background: linear-gradient(to right, #48276e, #f4e9ff);
            padding: 3rem 1rem;
            color: #fff;
            font-family: 'Segoe UI', sans-serif;
            padding: 80px 20px;
        }

        .why-container {
            display: flex;
            flex-wrap: wrap;
            margin: auto;
            align-items: center;
            gap: 2rem;
        }

        .why-image {
            display: flex;
            justify-content: center;
            align-items: center;
            flex: 1 1 600px;
        }

        .why-image img {
            max-width: 100%;
            border-radius: 20px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            border: 8px solid #fff;
            background: #fff;
        }

        .why-content {
            flex: 1 1 500px;
        }

        .why-content h2 {
            font-size: 2.5rem;
            margin-bottom: 1rem;
            font-weight: bold;
            color: #000;
        }

        .why-content p {
            font-size: 1.1rem;
            margin-bottom: 2rem;
            color: #000;
        }

        .why-features {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.5rem;
        }

        .feature-box {
            background: rgba(255, 255, 255, 0.15);
            border-radius: 15px;
            padding: 1rem;
            display: flex;
            gap: 1rem;
            align-items: flex-start;
            backdrop-filter: blur(6px);
            border: 1px solid rgba(255, 255, 255, 0.3);
        }

        .feature-box i {
            font-size: 1.8rem;
            background: rgba(255, 255, 255, 0.25);
            padding: 12px;
            border-radius: 50%;
            color: #000;
            flex-shrink: 0;
        }

        .feature-box h4 {
            margin: 0 0 0.5rem;
            font-size: 1.1rem;
            color: #000;
        }

        .feature-box p {
            margin: 0;
            font-size: 0.95rem;
            color: #000;
        }

        @media (max-width: 768px) {
            .why-container {
                flex-direction: column;
                text-align: center;
            }

            .why-content h2 {
                font-size: 2rem;
            }

            .why-features {
                grid-template-columns: 1fr;
            }

            .feature-box {
                justify-content: center;
                text-align: left;
            }
        }

        @media (max-width: 576px) {
            .why-image {
                margin-top: 15px;
                flex: 1 1 0px;
            }

            .why-image img {
                height: auto;
            }
        }

        /* 📲 Tablet view */
        @media (min-width: 577px) and (max-width: 992px) {
            .why-image {
                flex: 1 1 600px;
            }

            .why-image img {
                max-width: 90%;
                height: auto;
            }
        }

        
        .who-we-serve {
            background: linear-gradient(180deg, #faf7ff, #ffffff);
        }

        .section-title {
            font-weight: 700;
            color: #48276e;
            animation: fadeUp 0.8s ease forwards;
        }

        @keyframes fadeUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        #serveTabs .nav-link {
            color: #48276e;
            background: #f3ecff;
            border-radius: 30px;
            padding: 10px 22px;
            margin: 5px;
            font-weight: 500;
            transition: all 0.3s ease;
        }

        #serveTabs .nav-link.active {
            background: linear-gradient(135deg, #48276e, #6f42c1);
            color: #fff;
            box-shadow: 0 10px 25px rgba(72, 39, 110, 0.25);
        }

        #serveTabs .nav-link:hover {
            transform: translateY(-2px);
        }

        .tab-pane {
            animation: tabFade 0.5s ease;
        }

        @keyframes tabFade {
            from {
                opacity: 0;
                transform: translateY(15px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .accordion-item {
            border: none;
            border-radius: 16px;
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
            margin-bottom: 20px;
            overflow: hidden;
        }

        .accordion-button {
            background: #ffffff;
            font-weight: 600;
            color: #48276e;
            padding: 18px 22px;
            transition: all 0.3s ease;
        }

        .accordion-button:not(.collapsed) {
            background: linear-gradient(135deg, #f6f0ff, #ffffff);
            color: #48276e;
        }

        .accordion-body {
            animation: contentFade 0.4s ease;
            line-height: 1.8;
            color: #555;
        }

        @keyframes contentFade {
            from {
                opacity: 0;
                transform: translateY(10px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .accordion-item:hover {
            transform: translateY(-4px);
            transition: 0.3s ease;
        }

        @media (max-width: 768px) {
            #serveTabs {
                flex-wrap: nowrap;
                overflow-x: auto;
            }

            #serveTabs .nav-link {
                white-space: nowrap;
            }
        }

        .tab-pane .accordion-item:last-child,
        .tab-pane .accordion-body p:last-child {
            margin-bottom: 0 !important;
        }

        .tab-pane {
            display: none;
        }

        .tab-pane.active.show {
            display: block;
        }

        .how-it-works-premium {
            background: linear-gradient(180deg, #fff7f1, #ffffff);
        }


        .timeline {
            max-width: 900px;
            margin: 0 auto;
            position: relative;
        }

        .timeline-item {
            display: flex;
            gap: 25px;
            padding: 30px 0;
            position: relative;
        }

        .timeline-item:not(:last-child)::after {
            content: "";
            position: absolute;
            left: 18px;
            top: 80px;
            height: calc(100% - 60px);
            width: 2px;
            background: rgba(255, 122, 0, 0.25);
        }

        .step-number {
            min-width: 42px;
            height: 42px;
            background: linear-gradient(135deg, #ff7a00, #ff9f43);
            color: #fff;
            font-weight: 700;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.95rem;
            box-shadow: 0 8px 20px rgba(255, 122, 0, 0.35);
        }

        .timeline-content {
            background: #ffffff;
            border-radius: 14px;
            padding: 22px 26px;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .timeline-content h4 {
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 10px;
            color: #222;
        }

        .timeline-content p {
            margin-bottom: 0;
            color: #555;
            line-height: 1.7;
        }

        .timeline-content:hover {
            transform: translateY(-4px);
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
        }

        /* Mobile */
        @media (max-width: 768px) {
            .timeline-item {
                flex-direction: column;
                gap: 15px;
            }

            .timeline-item::after {
                display: none;
            }
        }

        .advanced-search-premium {
            background: #ffffff;
        }

        .section-title {
            font-size: 2.3rem;
            font-weight: 700;
            color: #2b2b2b;
        }

        .section-subtitle {
            max-width: 850px;
            color: #666;
            font-size: 1.05rem;
            line-height: 1.7;
        }

        .feature-card {
            background: #fff;
            border-radius: 16px;
            padding: 30px 28px;
            height: 100%;
            box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .feature-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
        }

        .feature-icon {
            width: 52px;
            height: 52px;
            border-radius: 14px;
            background: linear-gradient(135deg, #a463ef, #f4e9ff);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.4rem;
            margin-bottom: 18px;
            box-shadow: 0 10px 25px rgba(255, 122, 0, 0.35);
        }

        .feature-card h4 {
            font-size: 1.25rem;
            font-weight: 600;
            margin-bottom: 12px;
            color: #222;
        }

        .feature-card p {
            color: #555;
            line-height: 1.7;
            margin-bottom: 10px;
        }

        .feature-card p:last-child {
            margin-bottom: 0;
        }

        .halal-process-section {
            background: #f9fafb;
        }

        .halal-card {
            background: #ffffff;
            border-radius: 18px;
            padding: 32px 30px;
            height: 100%;
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
            transition: all 0.3s ease;
        }

        .halal-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 30px 65px rgba(0, 0, 0, 0.12);
        }

        .halal-icon {
            width: 56px;
            height: 56px;
            border-radius: 16px;
            background: linear-gradient(135deg, #2f855a, #38a169);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            margin-bottom: 18px;
            box-shadow: 0 12px 30px rgba(56, 161, 105, 0.35);
        }

        .halal-card h4 {
            font-size: 1.3rem;
            font-weight: 600;
            margin-bottom: 12px;
            color: #1f2933;
        }

        .halal-card p {
            font-size: 0.98rem;
            color: #4a5568;
            line-height: 1.7;
            margin-bottom: 10px;
        }

        .halal-card p:last-child {
            margin-bottom: 0;
        }

        .halal-card.highlight {
            border-left: 6px solid #38a169;
        }


        .success-stories-section {
            background: #ffffff;
        }

        .stat-box {
            background: #f9fafb;
            padding: 28px 20px;
            border-radius: 16px;
        }

        .stat-box h3 {
            font-size: 2.2rem;
            font-weight: 700;
            color: #2f855a;
            margin-bottom: 6px;
        }

        .stat-box p {
            color: #4a5568;
            font-size: 0.95rem;
        }

        .story-card {
            background: #f9fafb;
            padding: 32px 28px;
            border-radius: 20px;
            height: 100%;
            box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
            transition: all 0.3s ease;
        }

        .story-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 28px 65px rgba(0, 0, 0, 0.12);
        }

        .story-card h4 {
            font-size: 1.15rem;
            font-weight: 600;
            margin-bottom: 14px;
            color: #1f2933;
        }

        .story-card p {
            font-size: 0.95rem;
            color: #4a5568;
            line-height: 1.7;
            margin-bottom: 10px;
        }

        .story-tag {
            display: inline-block;
            margin-top: 12px;
            font-size: 0.85rem;
            padding: 6px 14px;
            border-radius: 20px;
            background: #e6f4ec;
            color: #2f855a;
            font-weight: 500;
        }

        .closing-text {
            max-width: 900px;
            margin: auto;
            font-size: 1rem;
            color: #4a5568;
            line-height: 1.7;
        }


        /* register button on nikah */
        .hero-overlay {
            position: absolute;
            inset: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 2;
            margin: 40vh 0vh 0vh 110vh !important;
        }

        .hero-overlay-inner {
            text-align: center;
        }

        .title-slash {
            font-weight: 700;
            color: #ff0000;
            margin-left: 5px;
        }

        @media (max-width: 768px) {
            .title {
                font-size: 24px;
                line-height: 1.3;
            }

            .title-slash {
                display: block;
                /* mobile me next line */
                margin-left: 0;
                margin-top: 6px;
                font-size: 18px;
            }
        }

        /* Tablet view: Portrait + Landscape */
        @media (min-width: 768px) and (max-width: 1023px) {
            .hero-overlay {
                position: absolute;
                inset: 0;
                display: flex;
                align-items: center;
                justify-content: center;
                z-index: 2;
                margin: 16vh 0 0 40vh !important;
            }

            hero-btn.btn-primary {
                border: none;
                background: #48276e;
                border-radius: 30px;
                width: 100%;
                font-size: 16px;
            }
        }

        @media (max-width: 767px) {
            .hero-overlay {
                margin: 12vh 0 0 0 !important;
            }
        }

        .cta-btn {
            display: inline-block;
            margin-top: 15px;
            background: #cb98ff;
            color: #48276e;
            padding: 12px 30px;
            border-radius: 30px;
            font-weight: 600;
        }

        .cta-btn:hover {
            background: #f1f1f1;
            color: #48276e;
        }

        /* ================= Scroll Box ================= */

        .area-scroll-box {
            max-height: 120px;
            /* ~2 lines */
            overflow-y: auto;
            padding-right: 6px;
            position: relative;
        }

        /* scrollbar */
        .area-scroll-box::-webkit-scrollbar {
            width: 4px;
        }

        .area-scroll-box::-webkit-scrollbar-thumb {
            background: #48276e;
            border-radius: 10px;
        }

        .area-scroll-box::-webkit-scrollbar-track {
            background: #eee;
        }

        /* fade bottom (premium look) */
        .area-scroll-box::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 30px;
            background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
            pointer-events: none;
        }

        .global-areas {
            background-color: #f8f9fa !important;
            padding: 1% 3%;
        }

        /* ================= India Section ================= */

        /* India section background */
        .india-areas {
            background: linear-gradient(180deg, #faf7ff, #ffffff);
            padding: 3% 3%;
        }

        /* India scroll box (override height only) */
        .india-scroll {
            max-height: 160px;
        }

        /* India cards */
        .india-card {
            background: linear-gradient(135deg, #ffffff, #f7f2ff);
            border: 1px solid rgba(72, 39, 110, 0.15);
            font-weight: 600;
            letter-spacing: 0.3px;
            padding-left: 18px;
            position: relative;
            overflow: hidden;
            transition: all 0.35s ease;
        }

        /* tricolor accent line */
        .india-card::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 4px;
            background: linear-gradient(to bottom, #ff9933, #ffffff, #138808);
        }

        /* hover premium effect */
        .india-card:hover {
            background: linear-gradient(135deg, #48276e, #6f42c1);
            color: #fff;
            box-shadow: 0 15px 35px rgba(72, 39, 110, 0.35);
            transform: translateY(-6px) scale(1.02);
        }

        /* hover accent glow */
        .india-card:hover::before {
            background: linear-gradient(to bottom, #ffd194, #ffffff, #8cffc1);
        }
       /* HERO SECTION */
        .nikah-hero {
            position: relative;
            min-height: 90vh;
            overflow: hidden;
        }

        /* Image */
        .nikah-hero .hero-img {
            width: 100%;
            height: 90vh;
            object-fit: cover;
        }

        /* Content Wrapper */
        .nikah-hero .nikah-reg-container {
            position: absolute;
            inset: 0;
            z-index: 2;
            display: flex;
            justify-content: flex-end;
            margin-top: 10%;
            align-items: center;
        }

        /* Content */
        .nikah-hero .hero-content {
            max-width: 650px;
            color: #fff;
            display: none;
        }

        .hero-content {
            position: absolute;
            top: 40px;
            right: 40px;
            z-index: 5;
        }


        .nikah-hero h1 {
            font-size: 48px;
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 20px;
        }

        .nikah-hero h1 span {
            color: #ff8c1a;
        }

        /* Paragraph */
        .nikah-hero p {
            font-size: 18px;
            opacity: 0.95;
            margin-bottom: 30px;
        }

        /* Buttons */
        .hero-buttons {
            display: flex;
            gap: 15px;
            flex-wrap: wrap;
        }

        .hero-btn {
            padding: 14px 28px;
            font-size: 16px;
            border-radius: 10px 0 10px 0;
            font-weight: 600;
        }

        .hero-btn.btn-primary {
            border: none;
            background: #48276e;
            border-radius: 30px;
            width: 100%;
            font-size: 20px;
        }

        .hero-btn.btn-primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
        }

        /* ================= MOBILE FIX ================= */
        @media (max-width: 768px) {

            .nikah-hero {
                min-height: auto;
            }

            .nikah-hero .hero-img {
                height: 100vh;
            }

            .nikah-hero .nikah-reg-container {
                position: relative;
                align-items: flex-start;
            }

            .nikah-hero .hero-content {
                max-width: 100%;
            }

            .nikah-hero h1 {
                font-size: 30px;
                line-height: 1.3;
            }

            .nikah-hero p {
                font-size: 15px;
                margin-bottom: 22px;
            }

            .hero-buttons {
                flex-direction: column;
                gap: 12px;
            }

            .hero-btn {
                width: 100%;
                text-align: center;
            }
        }

        /* SECTION */
        .luxury-matrimony {
            padding: 30px 0;
            background: linear-gradient(to bottom, #fffaf3, #ffffff);
        }

        /* HEADER */
        .section-head {
            text-align: center;
            max-width: 650px;
            margin: 0 auto 50px;
        }

        .section-head .subtitle {
            color: #ff7a00;
            font-weight: 600;
            letter-spacing: 1px;
            font-size: 14px;
        }

        .section-head h2 {
            font-size: 36px;
            font-weight: 800;
            margin: 10px 0;
            color: #48276e;
        }

        .section-head p {
            color: #48276e;
            font-size: 16px;
            font-weight: 500;
        }

        /* SLIDER */
        .luxury-slider {
            display: flex;
            gap: 30px;
            overflow-x: auto;
            padding-bottom: 10px;
            scroll-snap-type: x mandatory;
        }

        .luxury-slider::-webkit-scrollbar {
            display: none;
        }

        /* CARD */
        .luxury-card {
            min-width: 280px;
            background: #fff;
            border-radius: 18px;
            overflow: hidden;
            scroll-snap-align: start;
            transition: all 0.4s ease;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
        }

        .luxury-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 25px 60px rgba(0, 0, 0, 0.18);
        }

        /* IMAGE */
        .photo-box {
            position: relative;
            height: 300px;
        }

        .photo-box img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .photo-box .overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(to top, rgba(0, 0, 0, .5), transparent);
        }

        .verified {
            position: absolute;
            top: 14px;
            right: 14px;
            background: #0d3925;
            color: #fff;
            font-size: 12px;
            padding: 5px 12px;
            border-radius: 30px;
            font-weight: 600;
        }

        /* BODY */
        .card-body {
            padding: 20px;
            text-align: center;
        }

        .card-body h4 {
            font-size: 20px;
            font-weight: 700;
            color: #000;
            margin-bottom: 5px;
        }

        .age-city {
            font-size: 14px;
            color: #ff7a00;
        }

        .occupation {
            font-size: 14px;
            color: #555;
            margin: 8px 0;
        }

        /* STATUS */
        .status {
            display: inline-block;
            font-size: 13px;
            padding: 4px 14px;
            border-radius: 20px;
            background: #f4e9ff;
            color: #444;
            margin-bottom: 12px;
        }

        /* BUTTON */
        .view-btn {
            display: inline-block;
            margin-top: 10px;
            padding: 10px 22px;
            border-radius: 30px;
            background: #48276e;
            color: #fff;
            font-weight: 600;
            font-size: 14px;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .view-btn:hover {
            background: linear-gradient(135deg, #48276e, #f4e9ff);
            color: white;
        }

        /* MOBILE */
        @media (max-width: 768px) {
            .section-head h2 {
                font-size: 28px;
            }

            .luxury-card {
                min-width: 240px;
            }
        }

        .nikah-search-section {
            background: #f4e9ff;
            padding: 60px 0;
            color: #fff;
        }

        .nikah-search-heading {
            font-size: 32px;
            font-weight: 700;
            text-align: center;
        }

        .nikah-search-heading span {
            color: #f6c453;
        }

        .nikah-search-sub {
            text-align: center;
            margin-bottom: 30px;
            opacity: 0.9;
            color: #000 !important;
            font-weight: 600;
            font-size: 19px;
        }

        .nikah-search-box {
            background: #fff;
            border-radius: 14px;
            padding: 18px;
            display: grid;
            grid-template-columns: repeat(4, 1fr) auto;
            gap: 12px;
            align-items: center;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
        }

        .nikah-search-box select {
            width: 100%;
            padding: 12px 14px;
            border-radius: 8px;
            border: 1px solid #ddd;
            font-size: 14px;
            color: #333;
            background: #fafafa;
        }

        .nikah-search-box select:focus {
            outline: none;
            border-color: #0d3925;
            background: #fff;
        }

        .nikah-search-box button {
            background: #48276e !important;
            color: #fff;
            border: none;
            padding: 13px 26px;
            border-radius: 10px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            white-space: nowrap;
        }

        .nikah-search-box button:hover {
            background: #48276e;
            transform: translateY(-1px);
        }

        /* Mobile responsive */
        @media (max-width: 992px) {
            .nikah-search-box {
                grid-template-columns: 1fr;
            }

            .nikah-search-box button {
                width: 100%;
            }
        }

        /* BLOG SECTION */
        .blog {
            background: #faf9f5;
        }

        .main-title h2 {
            font-size: 32px;
            font-weight: 700;
            color: #0d3925;
            margin-bottom: 10px;
        }

        .main-title p {
            max-width: 750px;
            margin: auto;
            font-size: 15px;
            line-height: 1.7;
            color: #555;
        }

        .main-title a {
            color: #c59d2f;
            font-weight: 600;
            text-decoration: none;
        }

        .blog-scroll-wrapper {
            overflow-x: auto;
            padding-bottom: 10px;
        }

        .blog-scroll-container {
            display: flex;
            gap: 26px;
            padding: 10px 4px;
        }

        .blog-card {
            min-width: 320px;
            max-width: 320px;
            background: #fff;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08);
            transition: 0.35s ease;
        }

        .blog-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 22px 50px rgba(0, 0, 0, 0.12);
        }

        /* IMAGE */
        .blog-image img {
            height: 210px;
            object-fit: cover;
        }

        /* META */
        .blog-meta {
            padding: 12px 18px 6px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .blog-date {
            font-size: 13px;
            font-weight: 600;
            color: #0d3925;
        }

        .post-meta {
            display: flex;
            gap: 12px;
            font-size: 13px;
            color: #777;
        }

        .post-meta i {
            color: #c59d2f;
        }

        /* CONTENT */
        .blog-card .detail {
            padding: 0 18px 20px;
        }

        .blog-card h3 {
            font-size: 17px;
            font-weight: 700;
            line-height: 1.4;
            margin: 8px 0 10px;
        }

        .blog-card p {
            font-size: 14px;
            line-height: 1.7;
            color: #555;
            margin-bottom: 12px;
        }

        .blog-card a {
            font-size: 14px;
            font-weight: 600;
            color: #c59d2f;
            text-decoration: none;
        }

        .blog-card a:hover {
            color: #0d3925;
        }

        /* LIKE BTN */
        .like-btn {
            cursor: pointer;
        }

        .like-btn i {
            color: #c59d2f;
        }

        /* MOBILE */
        @media (max-width: 575px) {
            .blog-card {
                min-width: 280px;
            }
        }

        /* AREA WE SERVE SECTION */
        .agent-section {
            background: #faf9f5;
            padding: 60px 0;
        }

        .agent-section .main-title h2 {
            font-size: 32px;
            font-weight: 700;
            color: #0d3925;
            margin-bottom: 10px;
            text-align: center;
        }

        .agent-section p {
            font-size: 15px;
            color: #555;
            margin-bottom: 12px;
        }

        /* SUB HEADINGS */
        .agent-section>.container p:first-of-type,
        .agent-section p:contains("Across the Globe") {
            font-weight: 700;
            color: #0d3925;
            margin-top: 20px;
        }

        /* LINK WRAP */
        .agent-section p[style*="justify"] {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            line-height: 1.8;
        }

        /* LINKS AS TAGS */
        .agent-section p[style*="justify"] a {
            display: inline-block;
            padding: 6px 14px;
            border-radius: 20px;
            background: #fff;
            border: 1px solid #e5e5e5;
            font-size: 14px;
            font-weight: 600;
            color: #0d3925;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        /* HOVER */
        .agent-section p[style*="justify"] a:hover {
            background: #0d3925;
            color: #fff;
            border-color: #0d3925;
            transform: translateY(-2px);
            box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
        }

        /* REMOVE | VISUAL ISSUE */
        .agent-section p b {
            font-weight: normal;
        }

        /* MOBILE */
        @media (max-width: 575px) {
            .agent-section p[style*="justify"] a {
                font-size: 13px;
                padding: 5px 12px;
            }
        }

        h3.mb-2.fw-semibold {
            color: #48276e;
        }

        a.text-white.text-decoration-underline {
            color: #ff0000 !important;
            font-size: 19px;
            font-weight: 600;
        }

        .nikah-section {
            padding: 60px 20px;
            background: #f9fafb;
        }

        .nikah-container {
            max-width: 1200px;
            margin: auto;
            text-align: center;
        }

        .nikah-title {
            font-size: 28px;
            font-weight: 700;
            margin-bottom: 12px;
            color: #48276e;
        }

        .nikah-intro,
        .nikah-outro {
            max-width: 750px;
            margin: 0 auto 30px;
            color: #48276e;
            font-size: 15px;
            line-height: 1.7;
        }

        /* 🔥 Card Grid */
        .nikah-cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin: 40px 0;
        }

        /* 🔥 Card */
        .nikah-card {
            background: #ffffff;
            border-radius: 16px;
            padding: 26px 22px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
            transition: all 0.35s ease;
            position: relative;
            overflow: hidden;
        }

        /* Top gradient line */
        .nikah-card::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            height: 5px;
            width: 100%;
            background: linear-gradient(90deg, #48276e, #4f46e5);
        }

        .nikah-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
        }

        .nikah-card h3 {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 10px;
            color: #111827;
        }

        .nikah-card p {
            font-size: 14px;
            color: #48276e;
            line-height: 1.6;
        }

        .nikah-card a {
            color: #00bcd4;
            text-decoration: none;
            font-weight: 500;
        }

        .nikah-card a:hover {
            text-decoration: underline;
        }

        .feature-box i {
            color: black;
        }

        .nikahnamah-section {
            position: relative;
            padding: 80px 0;
            background: #f4e9ff !important;
            overflow: hidden;
        }

        /* Floating Hearts */
        .heart-animation-container {
            position: absolute;
            inset: 0;
            pointer-events: none;
        }

        .heart {
            position: absolute;
            bottom: -20px;
            font-size: 18px;
            opacity: 0.4;
            animation: floatUp linear infinite;
        }

        @keyframes floatUp {
            0% {
                transform: translateY(0);
                opacity: 0;
            }

            20% {
                opacity: 0.6;
            }

            100% {
                transform: translateY(-110vh);
                opacity: 0;
            }
        }

        /* Content */
        .nikahnamah-content {
            position: relative;
            z-index: 2;
        }

        .text-section h3 {
            color: #fff;
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .text-section p {
            color: #eaeaea;
            font-size: 16px;
            line-height: 1.7;
            margin-bottom: 15px;
        }

        .text-section a {
            color: #ffffff;
            text-decoration: none;
        }

        .text-section a:hover {
            color: #fff;
        }

        /* Button */
        .discover-btn {
            display: inline-block;
            margin-top: 20px;
            padding: 12px 28px;
            background: #48276e;
            color: #fff;
            border-radius: 30px;
            font-weight: 600;
            transition: 0.3s ease;
        }

        .discover-btn:hover {
            background: #48276e;
            transform: translateY(-2px);
        }

        /* Image Side */
        .image-contact-container {
            position: relative;
            text-align: center;
        }

        .about-image {
            width: 100%;
            border-radius: 18px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
        }

        /* Contact Box */
        .contact-icon {
            font-size: 22px;
        }

        .contact-text .label {
            font-size: 13px;
            color: #777;
        }

        .contact-text .number a {
            color: #1d976c;
            font-weight: 600;
            text-decoration: none;
        }

        /* Mobile */
        @media(max-width: 768px) {
            .nikahnamah-section {
                padding: 60px 0;
            }

            .text-section h3 {
                font-size: 26px;
            }

            .contact-box {
                position: static;
                transform: none;
                margin-top: 15px;
            }

            .nikah-section {
                padding: 0px 20px;
            }

            .row.gy-4.align-items-center {
                padding: 0px;
            }

            .row {
                --bs-gutter-x: 0rem;
                --bs-gutter-y: 0;
                display: flex;
                flex-wrap: wrap;
                margin-top: calc(var(--bs-gutter-y) * -1);
                margin-right: calc(var(--bs-gutter-x) * -.5);
                margin-left: calc(var(--bs-gutter-x) * -.5);
            }
        }

        @media (max-width: 992px) {
            #main-header-1 {
                top: !important;
            }
        }

        .trust-accordion-section {
            padding: 70px 0;
            background: #f8fafc;
        }

        .trust-accordion {
            max-width: 900px;
            margin: auto;
            background: #fff;
            border-radius: 18px;
            box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
            overflow: hidden;
            margin-bottom: 10px;
        }

        /* Header */
        .trust-accordion-header {
            width: 100%;
            padding: 6px 20px;
            font-size: 17px;
            font-weight: 700;
            background: linear-gradient(135deg, ##48276e, #6366f1);
            color: #fff;
            border: none;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .toggle-icon {
            font-size: 34px;
            transition: transform 0.3s ease;
        }

        /* Body */
        .trust-accordion-body {
            max-height: 0;
            overflow: hidden;
            padding: 0 30px;
            transition: max-height 0.5s ease, padding 0.3s ease;
        }

        .trust-accordion-body p {
            font-size: 16px;
            line-height: 1.8;
            margin-bottom: 16px;
            color: #374151;
        }

        .trust-list {
            padding-left: 20px;
            margin-bottom: 20px;
        }

        .trust-list li {
            margin-bottom: 12px;
            line-height: 1.7;
            color: #374151;
        }

        .trust-list strong {
            color: #4f46e5;
        }

        .trust-accordion-body a {
            color: #4f46e5;
            font-weight: 600;
            text-decoration: none;
        }

        .trust-accordion-body a:hover {
            text-decoration: underline;
        }

        .closing-text {
            font-weight: 500;
        }

        /* Active */
        .trust-accordion.active .trust-accordion-body {
            max-height: max-content !important;
            padding: 30px;
        }

        .trust-accordion.active .toggle-icon {
            transform: rotate(45deg);
        }

        /* Mobile */
        @media (max-width: 768px) {
            .trust-accordion-header {
                font-size: 16px;
                padding: 22px;
            }
        }

        /*initialcss*/

        .nikahnamah-container {
            padding: 30px 10% 30px 10%;
            position: relative;
            background: #F8FBFC;

            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            margin-top: -25px;
        }

        .nikahnamah-text-content {
            flex: 1 1 500px;
            min-width: 300px;
        }

        .nikahnamah-image-content {
            flex: 1 1 300px;
            min-width: 280px;
            text-align: center;
        }

        .nikahnamah-image-content img {
            max-width: 100%;
            height: auto;
            border-radius: 12px;
            max-height: 470px;
        }

        .nikahnamah-text-content h1 {
            color: #f16a00;
            text-transform: uppercase;
            font-size: 2.0rem;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            margin: 0;
        }

        .nikahnamah-text-content h1 span {
            color: #48276e;
        }

        .nikahnamah-text-content h2 {
            font-size: 1.2rem;
            color: #48276e;
            padding-left: 60px;
        }


        .nikahnamah-text-content p {
            font-size: 1.35rem;
            line-height: 1.2;
            color: #5a5a5a;
        }

        .nikahnamah-features {
            margin-top: 30px;
        }

        .nikahnamah-features p {
            margin-bottom: 16px;
        }

        .nikahnamah-buttons {
            margin-top: 30px;
        }

        .nikahnamah-buttons button,
        .nikahnamah-buttons a {
            padding: 12px 24px;
            border: none;
            border-radius: 30px;
            margin-right: 20px;
            font-size: 1rem;
            cursor: pointer;
            transition: 0.3s ease;
            text-decoration: none;
        }

        .nikahnamah-know-more {
            background: #fff;
            color: #f16a00;
            width: 83%;
            padding: 18px 11px;
            border: 2px solid #f16a00;
        }

        .nikahnamah-know-more:hover {
            background: #f16a00;
            color: #fff;
        }

        .nikahnamah-cta {
            background: #48276e;
            color: #fff;
        }

        .nikahnamah-cta:hover {
            background: #7f5ca7;
        }

        .nikahnamah-modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 1000;
            justify-content: center;
            align-items: center;
        }

        .nikahnamah-modal-content {
            background: #fff;
            padding: 40px;
            max-width: 800px;
            width: 90%;
            max-height: 90vh;
            overflow-y: auto;
            border-radius: 12px;
            position: relative;
        }

        .nikahnamah-modal-content h3 {
            margin-top: 0;
            color: #f16a00;
        }

        .nikahnamah-close-modal {
            position: absolute;
            top: 15px;
            right: 20px;
            font-size: 1.5rem;
            cursor: pointer;
            color: #aaa;
        }

        .nikahnamah-modal form {
            margin-top: 20px;
        }

        .nikahnamah-modal input,
        .nikahnamah-modal textarea {
            width: 100%;
            margin-bottom: 15px;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 8px;
            font-size: 1rem;
        }

        .nikahnamah-modal button {
            background: #f16a00;
            color: #fff;
            border: none;
            padding: 12px 24px;
            border-radius: 30px;
            cursor: pointer;
        }

        .nikahnamah-modal button:hover {
            background: #d75a00;
        }

        .rmicon {
            width: 30%;
        }

        @media (max-width: 768px) {

            .nikahnamah-buttons {
                text-align: center;
            }

            .nikahnamah-buttons button {
                margin-top: 15px;
            }

            .rmicon {
                width: 50%;
            }

            .nikahnamah-buttons {
                margin-top: 0px;
            }
        }


        .nikahnamah-card-row {
            display: flex;
            /*justify-content: center;*/
            /*gap: 20px;*/
            flex-wrap: wrap;
            margin-top: 20px;
        }

        .nikahnamah-card-row .nikahnamah-card {
            /*background: #fff;*/
            /*padding: 18px 11px;*/
            border-radius: 16px;

            text-align: center;
            flex: 1 1 200px;
            max-width: 280px;
            transition: transform 0.3s ease;
        }

        .nikahnamah-card-row .nikahnamah-card i {
            font-size: 1.6rem;
            color: #f16a00;
            margin-bottom: 10px;
            display: block;
        }

        .nikahnamah-card-row .nikahnamah-card span {
            font-weight: 800;
            color: #333;
            display: block;
            font-size: 1.2rem;
        }

        .nikahnamah-card-row .nikahnamah-card:hover {
            transform: translateY(-4px);
        }

        @media (min-width: 600px) {
            .nikahnamah-card-row .nikahnamah-card {
                flex: 1 1 calc(33.333% - 40px);
                max-width: calc(33.333% - 40px);
            }
        }

        /* Responsive Styling */
        @media (max-width: 768px) {
            .nikahnamah-container {
                flex-direction: column-reverse;
                /* Image comes above text */
                padding: 40px 5%;

            }

            .nikahnamah-text-content h1 {
                font-size: 1.2rem;
            }

            .nikahnamah-text-content h2 {
                font-size: 1.2rem;
                padding-left: 0px;
                margin: 0px 0 20px 40px;
            }

            .nikahnamah-buttons {
                text-align: center;
            }

            .nikahnamah-buttons button {
                margin-top: 15px;
            }

            .nikahnamah-image-content img {
                max-height: 300px;
                margin-bottom: 24px;
            }

            .nikahnamah-card-row .nikahnamah-card {
                background: #fbfbfb;
                /*padding: 3px 4px;*/
                border-radius: 0px;
                box-shadow: none;
                text-align: center;
                flex: 1 1 200px;
                max-width: 280px;
                transition: transform 0.3s ease;
            }

            .nikahnamah-card-row .nikahnamah-card span {
                font-weight: normal;

            }

            .nikahnamah-card-row {
                flex-wrap: nowrap;
            }
        }

        .why-section {
            background: linear-gradient(to right, #48276e, #f4e9ff);
            padding: 3rem 1rem;
            color: #fff;
            font-family: 'Segoe UI', sans-serif;

        }

        .why-container {
            display: flex;
            flex-wrap: wrap;
            margin: auto;
            align-items: center;
            gap: 2rem;
        }

        .why-image {
            display: flex;
            justify-content: center;
            align-items: center;
            flex: 1 1 600px;
        }

        .why-image img {
            max-width: 100%;
            border-radius: 20px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            border: 8px solid #fff;
            background: #fff;
        }

        .why-content {
            flex: 1 1 500px;
        }

        .why-content h2 {
            font-size: 2.5rem;
            margin-bottom: 1rem;
            font-weight: bold;
            color: #000;
        }

        .why-content p {
            font-size: 1.1rem;
            margin-bottom: 2rem;
            color: #000;
        }

        .why-features {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.5rem;
        }

        .feature-box {
            background: rgba(255, 255, 255, 0.15);
            border-radius: 15px;
            padding: 1rem;
            display: flex;
            gap: 1rem;
            align-items: flex-start;
            backdrop-filter: blur(6px);
            border: 1px solid rgba(255, 255, 255, 0.3);
        }

        .feature-box i {
            font-size: 1.8rem;
            background: rgba(255, 255, 255, 0.25);
            padding: 12px;
            border-radius: 50%;
            color: #000;
            flex-shrink: 0;
        }

        .feature-box h4 {
            margin: 0 0 0.5rem;
            font-size: 1.1rem;
            color: #000;
        }

        .feature-box p {
            margin: 0;
            font-size: 0.95rem;
            color: #000;
        }

        @media (max-width: 768px) {
            .why-container {
                flex-direction: column;
                text-align: center;
            }

            .why-content h2 {
                font-size: 2rem;
            }

            .why-features {
                grid-template-columns: 1fr;
            }

            .feature-box {
                justify-content: center;
                text-align: left;
            }
        }

        @media (max-width: 576px) {
            .why-image {
                margin-top: 15px;
                flex: 1 1 0px;
            }

            .why-image img {
                height: auto;
            }
        }

        /* 📲 Tablet view */
        @media (min-width: 577px) and (max-width: 992px) {
            .why-image {
                flex: 1 1 600px;
            }

            .why-image img {
                max-width: 90%;
                height: auto;
            }
        }

        .nikahnamah-section {
            position: relative;
            color: #fff;
            padding: 3rem 1rem;
            overflow: hidden;
            font-family: 'Segoe UI', sans-serif;
        }

        .heart-animation-container {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            overflow: hidden;
            z-index: 0;
        }

        .heart {
            position: absolute;
            bottom: -30px;
            font-size: 1.2rem;
            animation-name: floatUp;
            animation-timing-function: linear;
            animation-iteration-count: infinite;
            opacity: 0.7;
            transform: translateY(0);
        }

        @keyframes floatUp {
            0% {
                transform: translateY(0) scale(1);
                opacity: 0.8;
            }

            100% {
                transform: translateY(-100vh) scale(0.8);
                opacity: 0;
            }
        }

        .nikahnamah-content {
            position: relative;
            z-index: 1;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: flex-start;
            gap: 2rem;
            max-width: 1200px;
            margin: 0 auto;
        }

        .image-contact-container {
            position: relative;
            flex: 1 1 45%;
        }

        .about-image {
            width: 100%;
            border-radius: 12px;
            object-fit: cover;
            display: block;
        }

        .contact-box {
            position: absolute;
            bottom: -20px;
            background: #fff;
            color: #232931;
            border-radius: 12px;
            display: flex;
            align-items: center;
            padding: 1rem 1.25rem;
            max-width: 330px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        }

        .contact-icon {
            font-size: 1.8rem;
            margin-right: 0.75rem;
        }

        .contact-text .label {
            display: block;
            font-size: 0.95rem;
            margin-bottom: 0.2rem;
        }

        .contact-text .number {
            font-weight: bold;
            font-size: 1.1rem;
        }

        .text-section {
            flex: 1 1 45%;
        }

        .text-section h1 {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 1rem;
            color: #48276e;
        }

        .text-section h3 {
            color: #48276e;
        }

        .text-section p {
            font-size: 1.1rem;
            margin-bottom: 1.5rem;
            line-height: 1.6;
            color: #48276e;
        }

        .discover-btn {
            background: #232931;
            color: white;
            border: none;
            padding: 0.75rem 1.5rem;
            font-size: 1rem;
            border-radius: 8px;
            cursor: pointer;
        }


        /* Responsive */
        @media screen and (max-width: 768px) {
            .nikahnamah-content {
                flex-direction: column;
                align-items: center;
            }

            .text-section,
            .image-contact-container,
            .slider-section {
                flex: 1 1 70%;
                text-align: center;
            }

            .contact-box {
                position: static;
                margin: 1rem auto 0;
            }
        }


        @media (max-width: 992px) {

            .container,
            .container-lg,
            .container-md,
            .container-sm {
                max-width: 1020px;
            }
        }



        .blog-3 .date-box {
            color: #115A38;
        }

        .btn-defaults {
            background: #115A38;
            border: 2px solid #c55500;
        }


        /* Animations */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @media (min-width: 1700px) {
            .containeer {
                max-width: 1685px;
            }
        }

        @media (min-width: 1700px) {

            .animate-image {
                width: 235px;
                height: 272px;
            }

            .appdownload {
                width: 157px;
            }

            .nikahnamah-container {
                padding: 51px 20% 30px 20%;

            }
        }

        .stepsview {
            display: block;
        }

        .form {
            display: none;
        }

        @media only screen and (max-width: 768px) {
            .stepsview {
                display: none;

            }

            .form {
                display: block;
            }
        }

        .bg-service-color {
            background: linear-gradient(to right, #ff7f50, #ff6347);
        }

        .intl-tel-input,
        .iti {
            width: 100%;
        }

        .accordion-body a {
            text-decoration: none;
            color: #0000FF;
            transition: .5s ease;
        }

        a:hover {
            color: #ff6347;
        }

        .form {
            background: #ffffff;
            padding: 40px;
            max-width: 600px;
            margin: 40px auto;
            border-radius: 4px;
            box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
        }

        @media (max-width: 768px) {
            .main-title-4 {
                margin-bottom: 30px;
                margin-top: 19px;
            }
        }


        .nikah-more-content {
            text-align: left;
            display: none;
            margin-top: 30px;
            background: #f9f9f9;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
        }

        .nikah-more-content.visible {
            display: block;
        }

        .nikah-more-content h3 {
            color: black;
            margin-top: 20px;
        }

        .nikah-more-content a {
            color: blue;
            font-weight: 500;

        }

        .nikah-more-content p,
        .nikah-more-content li {
            font-size: 1rem;
            line-height: 1.6;
            margin-bottom: 10px;
        }

        .nikah-more-content ul {
            list-style-type: disc;
            margin-left: 20px;
        }

        .nikah-reg-section {
            position: relative;
            padding-top: 80px;
            padding-bottom: 40px;
            font-family: 'Segoe UI', sans-serif;
            overflow: hidden;
            box-sizing: border-box;
        }

        .nikah-reg-slider {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            overflow: hidden;
        }

        .nikah-reg-slider img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            position: absolute;
            opacity: 0;
            transition: opacity 1s ease-in-out;
        }

        .nikah-reg-slider img.active {
            opacity: 1;
        }

        .nikah-reg-container {
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
            height: 100%;
            padding: 80px 5%;
            z-index: 10;
            position: relative;
            box-sizing: border-box;
            flex-wrap: wrap;
        }

        .nikah-reg-intro {
            flex: 1 1 45%;
            color: white;
            max-width: 800px;
            background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
            padding: 20px;
            border-radius: 12px;
            text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);

        }

        .nikah-reg-intro h1 {
            font-size: 2.8rem;
            font-weight: 700;
            margin-bottom: 15px;
            line-height: 1.3;
            color: white;
        }

        .nikah-reg-intro p {
            font-size: 1rem;
            font-style: italic;
            color: #f0f0f0;
        }

        .nikah-reg-box {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 12px;
            padding: 25px;
            width: 100%;
            max-width: 360px;
            color: white;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
        }

        @media (min-width: 1700px) {
            .nikah-reg-box {
                max-width: 500px;
                /* wider on big screens */
                padding: 35px 40px;

            }

            .nikah-reg-section {

                height: 100vh;
            }

        }

        .nikah-reg-heading {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 20px;
            text-align: center;
            color: #0b0b0b;
        }

        .nikah-reg-btn {
            background-color: #FF6F4C;
            color: white;
            font-weight: bold;
            border-radius: 8px;
            padding: 10px 0;
        }

        .nikah-reg-btn:hover {
            background-color: #e05a3a;
        }

        .nikah-reg-terms {
            font-size: 12px;
            text-align: center;
            margin-top: 10px;
            color: #ccc;
        }

        @media (max-width: 768px) {
            .nikah-reg-section {
                padding-bottom: 0px;
            }

            .nikah-reg-container {
                flex-direction: column;
                justify-content: center;
                align-items: center;
                padding: 30px 20px;
            }

            .nikah-reg-intro {
                text-align: center;
                padding-right: 0;
                margin-bottom: 20px;
            }

            .nikah-reg-intro h1 {
                font-size: 1.8rem;
            }

            .nikah-reg-intro p {
                font-size: 1rem;
                display: none;
            }

            .nikah-reg-box {
                max-width: 100%;
            }

            .nikah-reg-slider {
                height: 500px;
                /* adjust as needed */
                position: relative;
            }

            .nikah-reg-slider img {
                height: 100%;
                object-fit: cover;
                width: 100%;
                display: block;
            }

            .nikah-reg-container {
                flex-direction: column;
                align-items: center;
                padding: 0 20px 30px 20px;
                margin-top: -100px;
                position: relative;
                z-index: 2;
            }

            .nikah-reg-box {
                max-width: 100%;
                background: white;
                color: #000;
                padding: 25px;
                border-radius: 16px;
                box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
            }

            .nikah-reg-intro {
                position: absolute;
                top: -346px;
                left: 0;
                right: 0;
                text-align: center;
                z-index: 3;
                padding: 10px 15px;
                background: rgba(0, 0, 0, 0.4);
                /* optional: for contrast */
                border-radius: 0 0 12px 12px;
            }

            .nikah-reg-intro h1 {
                font-size: 1.5rem;
                font-weight: 600;
                color: white;
                margin: 0;
            }

            .nikah-reg-intro p {
                display: none;
                /* hide paragraph */
            }
        }

        .nikah-reg-slider {
            z-index: 1;
        }

        .nikah-counter-section {
            position: relative;
            background: #f4e9ff;
            color: white;
            padding: 50px 20px;
            overflow: hidden;
            font-family: 'Segoe UI', sans-serif;
        }


        .mini-counter-box {
            background: rgb(20 17 17 / 15%);
            border: 1px solid rgba(255, 255, 255, 0.2);
            backdrop-filter: blur(6px);
            border-radius: 12px;
            padding: 15px 20px;
            text-align: center;
            color: #ff0000;
            height: 100%;
        }

        .mini-counter-box h4 {
            font-size: 1.4rem;
            font-weight: 600;
            transition: transform 0.3s ease;
        }

        .mini-counter-box small {
            font-size: 0.75rem;
            opacity: 0.85;
        }

        .mini-counter-box:hover h4 {
            transform: scale(1.05);
        }

        /* Responsive Fixes */
        @media (max-width: 576px) {

            .nikah-counter-section {
                padding: -30px 20px;
                /* margin-top: -65px; */
            }

            .text-section h3 {
                font-size: 1.3rem;
            }

            .text-section p {
                font-size: 0.9rem;
            }

            .mini-counter-box h4 {
                font-size: 1.2rem;
            }

            .mini-counter-box small {
                font-size: 0.7rem;
            }
        }

        /* testimonial css */

        .tn-testimonial {
            padding: 90px 15px;
            background: linear-gradient(135deg, #f9f7f2, #fff);
            text-align: center;
        }

        .tn-heading {
            font-size: 32px;
            font-weight: 800;
            margin-bottom: 55px;
            color: #3b1d5a;
        }

        .tn-heading span {
            color: #c0262d;
        }

        /* FRAME (STATIC) */
        .tn-slider-frame {
            overflow: hidden;
            width: 100%;
            max-width: 1100px;
            margin: 0 auto;
        }

        /* TRACK (MOVING PART) */
        .tn-slider-track {
            display: flex;
            transition: transform 0.6s ease;
            will-change: transform;
            cursor: grab;
        }

        .tn-slider-track:active {
            cursor: grabbing;
        }

        /* SLIDE */
        .tn-slide {
            flex: 0 0 100%;
            padding: 0 10px;
        }

        /* CARD */
        .tn-card {
            display: flex;
            width: 100%;
            background: #fff;
            border-radius: 18px;
            overflow: hidden;
            box-shadow: 0 18px 50px rgba(0, 0, 0, 0.1);
            transition: transform 0.35s ease, box-shadow 0.35s ease;
        }

        .tn-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 28px 65px rgba(0, 0, 0, 0.15);
        }

        /* IMAGE */
        .tn-image {
            flex: 0 0 40%;
        }

        .tn-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        /* TEXT */
        .tn-content {
            flex: 1;
            padding: 42px 40px;
            text-align: left;
        }

        .tn-content p {
            font-size: 16px;
            line-height: 1.8;
            color: #444;
            margin-bottom: 28px;
        }

        .tn-name {
            font-size: 18px;
            font-weight: 800;
            color: #3b1d5a;
        }

        .tn-source {
            font-size: 14px;
            color: #777;
        }

        /* TABLET */
        @media (max-width: 1024px) {
            .tn-slider-frame {
                max-width: 900px;
            }

            .tn-image {
                flex: 0 0 45%;
            }

            .tn-content {
                padding: 36px 32px;
            }
        }

        /* MOBILE */
        @media (max-width: 768px) {
            .tn-card {
                flex-direction: column;
            }

            .tn-image {
                width: 100%;
                height: 260px;
                flex: none;
            }

            .tn-content {
                padding: 28px 22px;
                text-align: center;
            }
        }

        .auto-container {
            margin: 1%;
        }

        h1.mb-2 .fw-semibold {
            font-size: 35px;
        }