 * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    body {
        font-family: Arial, sans-serif;
    }

    header {
        background-color: #ffffff;
        max-width: 100%;
        margin: 0 auto;
    }

    .navbar {
        background-color: #ffffff;
        position: fixed;
        /* Make navbar fixed */
        top: 0;
        /* Align at the top of the page */
        width: 100%;
        /* Full width */
        z-index: 1000;
        /* Ensure it's above other elements */
    }

    .logo {
        position: relative;
        left: 30px;
    }

    .navbar-1 {
        display: flex;
        padding: 3px;
        font-family: Arial, sans-serif;
    }

    .nav-item {
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        font-size: 1.2rem;
        position: relative;
        margin-right: 2px;
    }

    .main-link {
        color: rgba(22, 22, 22, 0.616);
        text-decoration: none;
        padding: 10px;
    }

    .exp-adv {
        transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
        border-radius: 50%;
        font-weight: 700;
        /* Animation properties */
        animation: zoomAndColorChange 3s infinite alternate;
    }

    @keyframes zoomAndColorChange {
        0% {
            transform: scale(1);
            /* original size */
            color: #000000;
            /* original color (black) */
        }

        50% {
            transform: scale(1.1);
            /* zoomed in */
            color: rgb(255, 0, 0);
            text-shadow: 10px 1px 13px red;
        }

        100% {
            transform: scale(1);
            /* back to original size */
            color: #000000;
            /* steelblue color at the end */
        }
    }

    .dropdown {
        display: none;
        /* Hide dropdown by default */
        position: absolute;
        top: 100%;
        left: 0;
        background-color: white;
        border-radius: 5px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        z-index: 1;
        min-width: 150px;
        /* Set width for dropdown */
    }

    .dropdown a {
        display: block;
        color: #333;
        text-decoration: none;
        padding: 5px;
    }

    .dropdown a:hover {
        background-color: #f0f0f0;
        /* Highlight on hover */
    }

    .nav-item:hover .dropdown {
        display: block;
        /* Show dropdown on hover */
    }

    /* Mobile Styles */
    .navbar-toggle {
        display: none;
        /* Hidden by default */
        color: white;
        font-size: 24px;
        cursor: pointer;
    }



    #register-btn {
        position: relative;
        top: 55px;
    }

    .login-button {
        background: linear-gradient(to right, #165eca, #1c89e2);
        text-decoration: none;
        border-radius: 15px;
        color: rgb(0, 0, 0);
        border: none;
        position: relative;
        right: 50px;
        padding: 10px 15px;
        cursor: pointer;
        transition: background-color 0.3s;
    }

    .login-button:hover {
        background: linear-gradient(to right, #0d3064, #4f9bda);
        transition: 0.6s;
        color: rgb(231, 230, 230);
        border-radius: 20px;
    }

    .eye-icon {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
    }




    .inqury-form-off-canvas {
        text-align: center;
        height: 95vh;
        width: 65%;
        margin: 20px auto;
        border-radius: 15px;
    }

    .canvas-hdr {
        text-align: center !important;
    }

    .offcanvas-header {
        justify-content: center !important;
    }

    .form-start {
        width: 70%;
        margin: 30px auto;
    }

    .expert-form-btn {
        padding: 8px 60px !important;
        background-color: rgb(194, 194, 194);
    }

    .form-img-flexer {
        display: flex;
        align-items: center;
        justify-content: space-between;

    }

    .qr-code h2 {
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        color: #0543a0b0;
    }

    .instructions-list {
        list-style-type: none;
        text-align: left;
    }

    .instructions-list li {
        margin: 8px 0px;
        font-size: 1.1rem;
        color: rgba(15, 15, 15, 0.685);
    }


    .rotating-div {
        position: absolute;
        width: 200px;
        height: 100px;
        background-color: rgba(0, 255, 157, 0.253);
        border-radius: 50%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        animation: rotate 10s linear infinite;
    }

    @keyframes rotate {
        0% {
            transform: translate(-50%, -50%) rotate(0deg) translate(100px) rotate(0deg);
        }

        100% {
            transform: translate(-50%, -50%) rotate(360deg) translate(100px) rotate(-360deg);
        }
    }










    .row {
        width: 80%;
        margin: 100px auto;
    }


    .animator-container {
        width: 100%;
        padding: 0;
        margin: 0px auto;
    }

    .container-Reg-animator {
        width: 400px;
        height: 400px;
        position: relative;
        transition: transform 0.5s ease;
        margin: 50px auto;
        /* Centering the container */
    }

    .container-Reg-animator:hover {
        transform: scale(1.1);

    }

    .rotating-circle {
        width: 110px;
        height: 115px;
        background-color: #ffffff44;
        border-radius: 50%;
        position: absolute;
    }

    .rotating-circle:nth-child(1) {
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .rotating-circle:nth-child(2) {
        top: 50%;
        left: 100%;
        transform: translate(-100%, -50%);
    }

    .rotating-circle:nth-child(3) {
        bottom: 27%;
        left: 50%;
        transform: translate(-50%, 100%);
    }

    .rotating-circle:nth-child(4) {
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
    }

    .rotating-circle:nth-child(5) {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }



    .form-check {
        padding-left: 1.7rem !important;

    }






    .login-header {
        color: rgba(0, 0, 0, 0.61);
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        text-align: center;
        padding: 30px 0px;
        margin-top: 50px;
        font-weight: 500px;
        font-size: 2rem;
    }

    .header-p {
        color: rgba(0, 0, 0, 0.61);
        text-align: center;
        margin: 0;
        font-size: large;
    }

    .image-container {
        width: 1000px;
        /* Fixed width for the container */
        height: 459px;
        border-radius: 10px;
        /* Optional rounded corners */
        text-align: center;
        /* Center text under the image */
        margin: 20px 40px;
        /* Center container horizontally with margin */
        padding: 10px;
        /* Padding around the content */
        /* background-color: #0a1d5c88;  */
        /* White background for the container */
    }

    @media (min-width: 350px) {



        .image-container {
            width: 1000px;
            /* Fixed width for the container */
            height: 459px;
            border-radius: 10px;
            /* Optional rounded corners */
            text-align: center;
            /* Center text under the image */
            margin: 20px 40px;
            /* Center container horizontally with margin */
            padding: 10px;
            /* Padding around the content */
            /* background-color: #0a1d5c88;  */
            /* White background for the container */
        }

        .image-container {
            width: 950px;
            /* Fixed width for the container */
            height: 790px;
            border-radius: 10px;
            /* Optional rounded corners */
            text-align: center;
            /* Center text under the image */
            margin: 0px 0px;
            /* Center container horizontally with margin */
            padding: 0px;
            /* Padding around the content */
            /* background-color: #0a1d5c88;  */
            /* White background for the container */
        }
    }

    /* Login Page Style start */
    * {
        margin: 0px;
        padding: 0px;
        font-family: Arial, Helvetica, sans-serif;
        box-sizing: border-box;
    }

    .login-container {
        background: url(form-container-bg-image/form-container-bg-img.jpg);
        color: white;
        width: 100%;

        background-position: center;
        background-size: cover;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .form-box {
        width: 100%;
        max-width: 500px;
        height: 500px;
        min-width: 600px;
        padding: 0;
        text-align: center;
        border-radius: 10px;

    }

    .form-box h1 {
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        color: green;
        font-size: 30px;
    }

    .col-8 {
        width: 100%;
    }

    .underline {
        background-color: green;
        width: 260px;
        height: 3px;
        border-radius: 10px;
        margin: 8px auto;
        transition: transform 0.5s;
    }

    .input-field {
        background-color: rgba(228, 243, 255, 0.13);
        margin: 10px 0px;
        border-radius: 10px;
        display: flex;
        align-items: center;


        max-height: 60px;
        transition: max-Height 0.5s;
        overflow: hidden;
    }

    .input-field input {
        width: 100%;
        background-color: transparent;
        border: 0;
        outline: 0;
        padding: 18px 20px;
    }

    .input-field i {
        margin-left: 15px;
        color: #d8d7d7b9;
    }

    form p {
        text-align: left;
    }

    form p a {
        text-decoration: none;
        color: green;
    }

    .btn-field {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 20px 0px;
    }

    .btn-field button {
        flex-basis: 48%;
        background-color: green;
        color: white;
        height: 40px;
        border-radius: 25px;
        border: 0;
        outline: 0;
        cursor: pointer;
        transition: background 1s;
    }

    .input-group {
        height: 24s0px;
    }

    button.disable {
        background-color: #eaeaea63;
        color: #555;
    }


    .col-4 {
        width: 85% !important;
    }





    footer {
        margin: 0 px 0px;
        background: linear-gradient(to right, #030824e0, #093050de);
        color: #fff;
        padding: 20px;
    }

    .footer-container {
        width: 85%;
        padding: 30px 0px;
        margin: 0px auto;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .footer-logo img {
        max-width: 130px;
        /* Adjust size as needed */
        background-color: #a2e5ff5d;
        padding: 10px 20px;
        border-radius: 20px;
    }

    .footer-links {
        display: flex;
        justify-content: space-between;
        flex-grow: 1;
        margin-left: 20px;
    }

    .link-column {
        flex: 1;
        margin: 0 10px;
    }

    .link-column h4 {
        margin-bottom: 10px;
    }

    .link-column ul {
        list-style-type: none;
        padding: 0;
    }

    .link-column li {
        margin-bottom: 8px;
    }

    .link-column a {
        color: #fff;
        text-decoration: none;
    }

    .link-column a:hover {
        text-decoration: underline;
    }

    .social-links {
        width: 85%;
        margin: 20px auto;
        margin-top: 20px;
        display: flex;
        gap: 10px;
    }

    .social-links i {
        width: 24px;
        /* Adjust size as needed */
        height: 24px;
        margin: 0px 10px;
        color: white;
        border-radius: 10px;
    }

    .w-100 {
        height: 550px !important;
    }

    .facebook:hover {
        color: #1c89e2de;
        transition: 0.5s;
        font-size: 35px;
    }

    .twitter:hover {
        color: #1c5be2de;
        transition: 0.5s;
        font-size: 35px;
    }

    .insta:hover {
        color: rgb(255, 94, 0);
        transition: 0.5s;
        font-size: 35px;
    }

    .yt:hover {
        color: rgb(255, 0, 0);
        transition: 0.5s;
        font-size: 35px;
    }

    .linkdin:hover {
        color: rgb(0, 4, 255);
        transition: 0.5s;
        font-size: 35px;
    }

    .footer-logo p {
        width: 200px;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        line-height: 1.7rem;
        box-sizing: border-box;
        margin: 15px 0px;
    }

    .is-valid {
        padding: 10px 4px !important;
        width: 100% !important;
        border-radius: 10px !important;
    }

    @media (max-width: 768px) {
        .navbar-1 {
            box-shadow: 2px 6px 19px 6px #888888;
            ;
            border-radius: 20px;
            display: none;
            /* Hide navbar initially */
            flex-direction: column;
            /* Stack items vertically */
            width: 90%;
            /* Full width for mobile */
            background-color: rgb(255, 255, 255);
            /* Background for the modal */
            position: absolute;
            /* Positioning for dropdown effect */
            top: 60px;
            /* Adjust based on your navbar height */
            left: 0;
            z-index: 999;
            /* Above other elements */
        }

        .navbar.active .navbar-1 {
            display: flex;
            /* Show navbar when active */
        }

        .nav-item {
            margin: 0;
            /* Remove margin for mobile */
        }

        .navbar-toggle {
            display: block;
            /* Show toggle button */
        }

        .footer-container {
            flex-direction: column;
            /* Stack items on smaller screens */
            align-items: center;
            /* Center align items */
        }

        .footer-links {
            margin-left: 0;
            /* Remove left margin */
            justify-content: center;
            /* Center align link columns */
        }

        .link-column {
            margin: 10px 0;
            /* Space between link columns */
            width: 100%;
            /* Full width for smaller screens */
            text-align: center;
            /* Center text */
        }

        .footer-logo p {
            width: 100%;
            /* Make footer logo text responsive */
        }

        .form-box {
            display: none;
        }

        .resp-marg {
            margin: 40px auto !important;
            width: 100% !important;
        }

        .reg-form-cont {
            padding: 30px 0px;
        }

        .resp-marg input {
            width: 100% !important;


        }

        .reg-form-cont {
            background-color: rgba(175, 11, 109, 0.05);
            width: 100%;
        }

        .form-control {
            width: 100%;
            background-color: rgba(255, 255, 255, 0);
            padding: 2px 0px !important;
            border-radius: 4px;
        }

        .review {
            display: block;
        }

        .info-registration {
            display: flex;
            align-items: center;
            justify-content: between;
        }

        .prof {
            display: flex;
            justify-content: center;
        }

        .prof h1 {
            display: none;
        }

        .proof img {
            width: 65px;
            height: 60px;
        }

        .quotes img {
            width: 65px;
            height: 60px;
        }

        .disc h2 {
            font-size: 1.1rem;
        }

        .disc p {
            font-size: 0.8rem;
        }
    }

    #MARRIAGE {
        margin-top: 60px;
    }

    #MISCELLANEOUS {
        margin-top: 60px;
    }

    #Benefits {
        position: relative;
        bottom: 33px;
    }

    .form-control {
        border-radius: 10px;
        background-color: rgba(255, 255, 255, 0.74);
        padding: 10px 0px;
    }

    .reg-form-cont {
        background-color: rgba(31, 31, 31, 0.822);
        padding: 30px 20px;
        border-radius: 20px;
    }

    .form-select {
        background-color: rgba(255, 255, 255, 0.74);
        border-radius: 10px;
        padding: 10px 0px;
    }

    .form-check-text {
        margin: 30px 0px;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
    }

    .form-submit-btn:hover {
        background-color: rgba(0, 128, 0, 0.753);
        transition: 0.3s;
    }

    .client-header {
        color: rgb(36, 35, 35);
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-size: 20px;
    }

    #logo {
        position: relative;
        top: 20px;
    }

    .inqury-form-off-canvas {
        text-align: center;
        height: 95vh;
        width: 65%;
        margin: 20px auto;
        border-radius: 15px;
    }

    .canvas-hdr {
        text-align: center !important;
    }

    .offcanvas-header {
        justify-content: center !important;
    }

    .form-start {
        width: 70%;
        margin: 30px auto;
    }

    .expert-form-btn {
        padding: 8px 60px !important;
        background-color: rgb(194, 194, 194);
    }

    .form-img-flexer {
        display: flex;
        align-items: center;
        justify-content: space-between;

    }

    .qr-code h2 {
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        color: #0543a0b0;
    }

    .instructions-list {
        list-style-type: none;
        text-align: left;
    }

    .instructions-list li {
        margin: 8px 0px;
        font-size: 1.1rem;
        color: rgba(15, 15, 15, 0.685);
    }


    .rotating-div {
        position: absolute;
        width: 200px;
        height: 100px;
        background-color: rgba(0, 255, 157, 0.253);
        border-radius: 50%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        animation: rotate 10s linear infinite;
    }

    @keyframes rotate {
        0% {
            transform: translate(-50%, -50%) rotate(0deg) translate(100px) rotate(0deg);
        }

        100% {
            transform: translate(-50%, -50%) rotate(360deg) translate(100px) rotate(-360deg);
        }
    }





    .partner-benifits {
        padding: 40px 0px;
        width: 100% !important;
        background-color: rgb(250, 250, 248);
    }

    #partner {
        border-radius: 5%;
        text-align: center;
    }

    .bg-light {
        background-color: rgba(173, 247, 219, 0.822);
    }

    .partner {
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-size: 1.5rem;
    }

    #partner:hover {
        box-shadow: 7px 7px 13px rgba(44, 3, 158, 0.473),
            -6px -6px 9px rgba(41, 5, 124, 0.5);
        transition: 0.7s;
    }

    .partnet-benifit-header {
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-size: 3.6rem;
        width: 70%;
        margin: 0px auto;
        color: rgba(0, 0, 0, 0.692);
    }

    .benifits {
        margin: 0px auto !important;
    }

    #new-car-loan-type-2 {
        margin-top: 20px;
        width: 100%;

    }

    .feature-list {
        padding: 70px 0px !important;
    }

    .boredr-cont {
        border-top: 3px solid rgba(135, 207, 235, 0.685);
        border-bottom: 3px solid rgba(135, 207, 235, 0.705);
    }

    #tbl-hdr {
        margin-bottom: 25px;
    }

    .feature-ul {
        list-style-type: none;
        margin: 10px 0px;
        color: rgba(12, 12, 12, 0.658);
    }

    .feature-ul li {
        padding: 8px 0px;
    }

    .feature-ul li span i {
        color: rgb(86, 10, 172);
        font-size: 20px;
        margin-right: 15px;
    }

    .custom-footer {
        background-image: url(costum-footer-bg-img/custom-footer-bg-image.jpg);
        background-position: center;
        background-size: cover;
        color: white;
        /* Text color */
        padding: 20px 0;
        /* Padding for footer */
    }

    .custom-footer h5 {
        margin-bottom: 15px;
        /* Space between headings and content */
    }

    .contact-footer {
        margin: 0px auto;
        background-color: rgba(31, 8, 8, 0.548);
        padding: 20px 20px;
        border-radius: 20px;
    }

    .text-side {
        color: rgba(31, 30, 30, 0.767);
        border-radius: 20px;
        margin: 130px 0px;
        font-size: 20px;
    }

    .text-side:hover {
        box-shadow: 2px 6px 19px 6px #cc1b1b79;
        transition: 0.6s;
    }

    .costum-footer-cont {
        padding: 20px 20px;
        border-radius: 30px;
        background-color: rgba(63, 62, 62, 0.158);
    }

    .custom-footer-logo {
        text-decoration: none;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-size: 15px;
        color: rgba(43, 42, 42, 0.651);
        text-align: center;
    }

    .custom-footer-logo:hover {
        color: rgb(51, 50, 50);
        transition: 0.5s;
    }

    .mail-id {
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        text-decoration: none;
    }

    .contact-num {
        display: flex;
        flex-direction: row;
    }

    .contact-li {
        list-style-type: none;
        padding: 5px 3px;
        width: 60%;
        border-radius: 25px;
    }

    .contact-li:hover {
        box-shadow: 2px 6px 19px 6px #7c080823;
        background-color: rgba(241, 28, 92, 0.164);
        transition: 0.8s;
        color: rgb(6, 46, 27);
    }

    .contact-li a:hover {
        color: rgb(6, 46, 27);
    }

    .contact-li li {
        padding: 10px 20px;
        color: rgba(24, 23, 23, 0.61);
    }

    .contact-li a {
        text-decoration: none;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        color: rgba(31, 30, 30, 0.644);

    }

    .mail-id {
        color: rgb(36, 36, 36);
    }

    .mail-id:hover {
        color: rgba(24, 23, 23, 0.671);
    }

    .location-map {
        text-decoration: none;
        font-size: 1.2rem;
        text-align: center;
        color: rgba(37, 37, 37, 0.774);
    }

    .location-map:hover {
        color: rgb(37, 37, 37);
    }

    #review-box {
        border-radius: 15px;
        width: 100%;
        padding: 30px 0px;
        margin: 20px 0px;
        font-family: Georgia, 'Times New Roman', Times, serif;
    }

    .prof h1 {
        position: relative;
        left: 30px;
        font-size: 6rem;
        color: orangered;
    }

    .review {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .disc {
        color: rgba(0, 0, 0, 0.671);
    }

    .thanku-para {
        color: black;
    }

    .modal-dialog {
        max-width: 355px !important;
        height: 200px !important;
        border-radius: 20px !important;
    }

    .thanku-para {
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        color: green;
    }

    .modal-content {
        border-radius: 2.3rem;
    }

    .form-select-sm {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }