/* @import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800;900&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;400;500;600;700&display=swap");

.bg-f0faff {
    background: linear-gradient(to top, #fff, #afdfedcc, #c6f3ffce -6%);
}

body {
    background-image: url(../img/banner-bg-d.svg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto;
    font-family: "Manrope", sans-serif !important;
    color: #231e1f;
    font-size: 16px;
}

:root {
    --primary-blue: #005696;
    --light-bg: #f4f9ff;
    --dark-blue: #003366;
    --qunice-primary: #005696;
    --qunice-soft: #f0f5ff;
    --qunice-blue: #005696;
    --qunice-dark-blue: #003366;
    --primary-color: #0056b3;
    --secondary-color: #00d2ff;
    --card-bg: #ffffff;
    --text-dark: #1a1a1a;
    --text-muted: #6c757d;
    --primary-blue: #005696;
    --dark-navy: #0a1d37;
    --soft-bg: #f4f7ff;
}



.btn-main {
    background-color: var(--primary-blue);
    color: white;
    border-radius: 4px;
    padding: 10px 25px;
    border: none;
}



/* Section 1: Hero */
.hero {
    background-color: var(--light-bg);
}

/* Section 2: Consumption Loan */
.loan-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
}

/* Section 3: App Install */
.app-section {
    background-color: white;
}

.qr-code {
    width: 120px;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 5px;
}


/* Section 5: Support */
.support-icon {
    width: 50px;
    height: 50px;
    background: #eef7ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-blue);
    font-size: 20px;
}

/* Section 6: About Team */
.about-team {
    background-color: #eef7ff;
    border-radius: 15px;
}

/* Section 7: News & CSR */
.csr-box {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 20px;
    height: 100%;
}

/* Section 8: Footer */
.footer {
    border-top: 1px solid #eee;
    background: linear-gradient(to top, #fff 30%, #afdfedcc, #c6f3ffce 100%);
}

.footer h6 {
    font-weight: bold;
    margin-bottom: 15px;
}

.footer ul {
    list-style: none;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
}

.footer ul li {
    margin-bottom: 8px;
    cursor: pointer;

}

.footer ul li a {
    color: #212529;
    text-decoration: none;

}

.navbar-brand img {
    height: 65px;
    /* height: 45px; */

    width: auto;
    display: block;
}

/* //////////////////////////////////////////////////////////////////////////////////////// */


.hamburger-icon {
    width: 30px;
    height: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hamburger-icon span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: #005696;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}


.hamburger-icon span:nth-child(2) {
    width: 70%;
    margin-left: auto;
}


.dropdown-arrow {
    font-size: 12px;
    transition: transform 0.3s ease;
    color: #005696;
}

.dropdown:hover .dropdown-arrow {
    transform: rotate(180deg);
}

.dropdown-toggle::after {
    display: none;
}
/* Dropdown Menu Container */
.dropdown-menu {
    border-radius: 15px; /* Rounded corners for premium feel */
    padding: 10px;
    min-width: 240px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

/* Individual Dropdown Item */
.dropdown-item {
    padding: 12px 20px;
    border-radius: 10px; /* Item hover shape */
    font-weight: 500;
    color: #495057;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

/* Hover Effect */
.dropdown-item:hover {
    background-color: #f7f3f3; /* Apnar preferred off-white */
    color: #0d6efd; /* Primary blue focus */
    transform: translateX(5px); /* Subtle slide effect */
}

/* Active State */
.dropdown-item:active {
    background-color: #0d6efd;
    color: #ffffff;
}

/* Animation: slideIn (Jodi age theke na thake) */
.animate {
    animation-duration: 0.3s;
    animation-fill-mode: both;
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0rem);
        opacity: 1;
    }
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

.slideIn {
    animation-name: slideIn;
}

/* Mobile responsive optimization */
@media (max-width: 991px) {
    .dropdown-menu {
        border: none !important;
        box-shadow: none !important;
        background-color: #f7f3f3;
        padding-left: 20px;
    }
}

@media (max-width: 991px) {
    .offcanvas {
        width: 280px !important;

        background: #f8fbff;
    }

    .nav-link {
        padding: 12px 20px !important;
        border-bottom: 1px solid #edf2f7;
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .custom-dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    .dropdown-menu {
        border-radius: 12px;
        padding: 10px;
    }
}

.slideIn {
    animation: slideInUp 0.3s ease;
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* //////////////////////////////////////////////////////////////////////////////////////// */


/* Slider Container Reset */
.main-hero-slider {
    position: relative;
    display: block;
    width: 100%;
}

/* Dots Reset & Styling */
.slick-dots {
    display: flex !important;
    justify-content: center;
    list-style: none !important;
    /* Bullet point bad deoyar jonno */
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 20px;
    width: 100%;
    z-index: 5;
}

.slick-dots li {
    margin: 0 5px;
    width: 30px;
    /* Horizontal bar shape */
    height: 5px;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    /* Number gulo hide korar jonno */
    line-height: 0;
    display: block;
    width: 100%;
    height: 5px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #ccc;
    /* Inactive color */
    border-radius: 2px;
}

.slick-dots li.slick-active button {
    background: #0072bc;
    /* Active Blue color */
    width: 45px;
    /* Active hole ektu boro hobe */
}

.slide-text h1 {
    color: #231e1f;
    font-size: 2.5rem;
    line-height: 2.75rem;
    font-weight: 700;
}

.slide-text p {
    font-size: 18px;

    margin-bottom: 30px;
    max-width: 500px;
}

/* Data Stats Grid */
.info-stats,
.loan-info {
    display: flex;
    gap: 40px;
    margin-bottom: 30px;
}

.stat span,
.loan-item strong {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.btn-blue {
    background: #0072bc;
    color: #fff;
    padding: 12px 35px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
}



.slide-text {
    flex: 1;
}

.main-hero-slider {
    width: 100%;
    background: linear-gradient(to top, #fff 30%, #afdfedcc, #c6f3ffce 100%);
}

.slide-container {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    /* Layout ke majhkane rakhar jonno */
    margin: 0 auto;
}

.slide-img img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

/* --- Mobile & Tablet Responsive --- */
@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 32px;
        /* Tablet e heading ektu choto */
    }

    .slide-img img {
        max-width: 350px;
    }
}

@media (max-width: 768px) {

    .slide-container {
        flex-direction: column-reverse;
        /* Image upore, Text niche (Optional) */
        text-align: center;
    }

    .slide-text {
        width: 100%;
        margin-top: 30px;
    }

    .slide-text h1 {
        font-size: 28px;
        line-height: 1.2;
    }

    .slide-text p {
        font-size: 16px;
        margin: 0 auto 20px auto;
    }

    /* Stats/Loan Info Grid Fix for Mobile */
    .info-stats,
    .loan-info {
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
        /* Beshi data thakle niche niche asbe */
    }

    .stat,
    .loan-item {
        font-size: 14px;
    }

    .stat span,
    .loan-item strong {
        font-size: 18px;
    }

    /* Arrows Mobile e hide korai bhalo (Touch friendly) */
    .slick-arrow {
        display: none !important;
    }

    .slick-dots {
        bottom: 15px;
    }
}

/* Slide image-er placeholder jate responsive hoy */
.slide-img {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 768px) {
    .slide-img {
        justify-content: center;
        margin-bottom: 20px;
    }
}

/* ===== RELOAD FLICKER FIX ===== */


.main-hero-slider:not(.slick-initialized) .hero-slide {
    display: none;
}

.main-hero-slider:not(.slick-initialized) .hero-slide:first-child {
    display: block;
}




/* //////////////////////////////////////////////////////////////////////////////////////// */



.sub-title {
    color: #f39200;
    font-weight: 600;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}

.product-content h2 {
    font-size: 40px;
    font-weight: 700;
    color: #231e1f;
    margin-bottom: 15px;
}

.section-heading {
    color: #212529;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 40px;
}

.product-content p {
    font-size: 16px;
    margin-bottom: 25px;
}

.feature-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.feature-list li {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
}

.feature-list li::before {
    content: '✔';
    position: absolute;
    left: 0;
    color: #fff;
    background: #0072bc;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

.btn-group {
    display: flex;
    gap: 15px;
}

.btn-apply {
    background: #0072bc;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
}

.btn-know {
    background: transparent;
    color: #0072bc;
    border: 1px solid #0072bc;
    padding: 12px 30px;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
}

/* Navigation Styling (Circle arrows) */
.custom-nav-box {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: -30px;
    position: relative;
    z-index: 10;
    padding-left: 50%;
}

.prev-btn,
.next-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #0072bc;
    background: #fff;
    color: #0072bc;
    cursor: pointer;
    transition: 0.3s;
}

.prev-btn:hover,
.next-btn:hover {
    background: #0072bc;
    color: #fff;
}

.slide-counter {
    font-weight: 600;

}

/* Responsive */
@media (max-width: 768px) {
    .feature-list {
        grid-template-columns: 1fr;
    }

    .product-content h2 {
        font-size: 30px;
    }

    .custom-nav-box {
        justify-content: center;
        padding-left: 0;
        margin-top: 20px;
    }
}


/* //////////////////////////////////////////////////////////////////////////////////////// */

/* --- App Section Custom CSS --- */
.app-card-wrap {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    border: 1px solid #f0f0f0;
}

.app-main-title {
    font-size: 32px;
    color: #1a1a1a;
    letter-spacing: -0.5px;
}

/* Feature Styling */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    transition: 0.3s;
}

.icon-box {
    width: 45px;
    height: 45px;
    background: #eef7ff;
    color: #005696;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

/* Phone Image Styling */
.phone-frame {
    position: relative;
    padding: 10px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    display: inline-block;
    transition: 0.5s;
}

.phone-frame:hover {
    transform: translateY(-10px);
}

.app-img {
    max-height: 420px;
    border-radius: 20px;
}

/* QR Box Styling */
.qr-download-box {
    padding: 20px;
    background: #fcfcfc;
    border-radius: 20px;
    border: 1px dashed #ddd;
}

.qr-code-img {
    width: 130px;
    border-radius: 10px;
    border: 5px solid #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.play-store-btn {
    transition: 0.3s;
    display: inline-block;
}

.play-store-btn:hover {
    transform: scale(1.05);
}

/* Mobile view tweaks */
@media (max-width: 767px) {
    .app-main-title {
        font-size: 24px;
    }

    .feature-item {
        text-align: left;
    }
}

/* //////////////////////////////////////////////////////////////////////////////////////// */



/* Slider Background & Container */
.blue-hero-slider {
    background: linear-gradient(90deg, #0056a0 0%, #0072bc 100%);
    padding: 48px 0;
    color: #fff;
    overflow: hidden;
}


.blue-content p {
    font-size: 20px;
    margin-bottom: 35px;
    opacity: 0.9;
}

/* White Button like Image */
.btn-white {
    background: #fff;
    color: #0072bc;
    border: none;
    padding: 12px 40px;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.btn-white:hover {
    background: #f0f0f0;
}

.blue-img img {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.2));
}

/* Progress Bar Navigation (Image-er moto) */
.progress-nav-container {
    background: #0072bc;
    /* padding-bottom: 30px; */
}

.progress-controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    padding: 20px 0;
}

.step-link {
    color: rgba(255, 255, 255, 0.5);
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
}

.step-link.active {
    color: #fff;
    font-size: 22px;
    /* Active hole ektu boro dekhabe */
}

.progress-bar-line {
    width: 80px;
    height: 3px;
    background: rgba(255, 255, 255, 0.2);
    margin-left: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.progress-bar-line .fill {
    width: 33%;
    height: 100%;
    background: #fff;
    transition: all 0.5s ease;
}

.text-right {
    text-align: right;
}

/* Responsive Adjustments */
@media (max-width: 768px) {


    .blue-content p {
        text-align: center;
    }

    .blue-content {
        text-align: center;
        margin-bottom: 40px;
    }

    .progress-controls {
        justify-content: center;
    }
}

/* //////////////////////////////////////////////////////////////////////////////////////// */

/* --- Base Variables --- */
.bg-primary-soft {
    background-color: #eef7ff;
}

.btn-dmi-primary {
    background-color: #005696;
    color: white;
    border-radius: 4px;
    border: none;
    transition: 0.3s;
}

.btn-dmi-primary:hover {
    background-color: #003a66;
    transform: translateY(-3px);
    color: #fff;
}

/* --- 3D Card Styling --- */
.support-3d-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    height: 100%;
}


.support-3d-card:hover {
    transform: translateY(-15px) scale(1.03);
    box-shadow: 0 20px 40px rgba(0, 86, 150, 0.1);
    border-color: #005696;
}


.icon-wrap {
    width: 60px;
    height: 60px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: 0.3s;
}

.support-3d-card:hover .icon-wrap {
    transform: rotateY(180deg);

}

.bg-blue-light {
    background: #eef7ff;
    color: #005696;
}

.bg-green-light {
    background: #e8f5e9;
    color: #2e7d32;
}

.bg-orange-light {
    background: #fff3e0;
    color: #ef6c00;
}

.bg-purple-light {
    background: #f3e5f5;
    color: #7b1fa2;
}

.animate-text {
    animation: fadeIn 1s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}


@media (max-width: 767px) {
    .mt-md-5 {
        margin-top: 0 !important;
    }

    .support-3d-card {
        text-align: center;
    }

    .icon-wrap {
        margin: 0 auto;
    }
}

/* //////////////////////////////////////////////////////////////////////////////////////// */

/* --- Modern Typography & Spacing --- */
.dmi-tag {
    color: #005696;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    display: block;
}

/* --- Image Frame Style --- */
.about-image-frame {
    padding-right: 20px;
    padding-bottom: 20px;
}

.dmi-team-img {
    border-radius: 4px;

    box-shadow: 20px 20px 0px #eef7ff;

    transition: 0.5s;
}

.dmi-team-img:hover {
    transform: translate(5px, 5px);
    box-shadow: 10px 10px 0px #eef7ff;
}

/* --- Floating Badge --- */
.experience-badge {
    position: absolute;
    bottom: -10px;
    right: 0px;
    background: #005696;
    color: white;
    padding: 25px;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0, 86, 150, 0.3);
    text-align: center;
}

.experience-badge .number {
    display: block;
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
}

.experience-badge .text {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* --- Button Style --- */
.btn-dmi-outline {
    border: 2px solid #005696;
    color: #005696;
    border-radius: 4px;
    transition: 0.3s;
    text-decoration: none;
    display: inline-block;
}

.btn-dmi-outline:hover {
    background: #005696;
    color: white;
    transform: translateY(-3px);
}

/* Mobile view tweaks */
@media (max-width: 991px) {
    .about-dmi-section {
        text-align: center;
    }

    .about-image-frame {
        padding-right: 0;
        padding-bottom: 0;
        margin-bottom: 40px;
    }

    .experience-badge {
        display: none;
    }

    .ps-lg-5 {
        padding-left: 15px !important;
    }
}

/* //////////////////////////////////////////////////////////////////////////////////////// */

/* --- Layout & Color Settings --- */
.bg-light-blue {
    background-color: #f8fbff;
    border: 1px solid #edf2f7;
}

.w-fit {
    width: fit-content;
}

.dmi-section-title {
    color: #1a1a1a;
    position: relative;
    padding-bottom: 15px;
}

.dmi-section-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 4px;
    background: #005696;
    border-radius: 2px;
}

/* --- CSR Image Overlay --- */
.news-main-card {
    min-height: 400px;
    cursor: pointer;
}

.news-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 60%);
    transition: 0.4s;
}

.news-main-card:hover .news-overlay {
    background: linear-gradient(to top, rgba(0, 86, 150, 0.9) 0%, rgba(0, 0, 0, 0.1) 100%);
}

/* --- Side Cards --- */
.media-side-card {
    transition: 0.3s;
    cursor: pointer;
}

.media-side-card:hover {
    background-color: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 86, 150, 0.08);
    transform: translateY(-5px);
}

.icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
}

.object-fit-cover {
    object-fit: cover;
}

/* .sticky-top:before {
    content: "";
    top: -100%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #ffffff;
    transition: all 0.5s;
}
nav.sticky-top::before {
    top: 0; */
/* box-shadow: 3px 3px 20px -10px #01adee; */
/* } */
.navbar {
    transition: 0.4s;
}

.navbar.scrolled {
    background: white;
    box-shadow: 3px 3px 20px -10px #01adee;
}

/* home :end */
/* //////////////////////////////////////////////////////////////////////////////////////// */

.hero-section {
    background: linear-gradient(to top, #fff 30%, #afdfedcc, #c6f3ffce 100%);
}

.breadcrumb-item a {
    text-decoration: none;
    color: #231e1f;
    font-size: 16px;
    font-weight: 600;
}

.breadcrumb-item.active {
    color: #ff8c00;
}

.main-title {
    font-weight: 700;
    font-size: 40px;
    color: #212529;
}

.main-heading {
    font-weight: 700;
    font-size: 40px;
    color: #212529;
    margin-bottom: 20px;
}

/* .img-container-left {
    background:#fff2e0;
    border-radius:20px;
    padding-top:60px;  
    overflow:hidden;
    text-align:center;
} */


.img-container-left {
    background: #fff2e0;
    border-radius: 20px;
    height: 220px;
    position: relative;
}

.heroimg {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
}

.img-container-right {
    background-color: linear-gradient(to top, #fff 30%, #afdfedcc, #c6f3ffce 100%);
    border-radius: 20px;
    height: 220px;
    position: relative;
}

.hero-img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 260px;
}


@media (max-width: 768px) {
    .main-title {
        font-size: 2.2rem;
        margin: 30px 0;
    }
}


.who-we-are-section {
    padding: 48px 0;
    text-align: center;
}




.highlight-blue {
    color: #007bbd;
    /* Blue color from image */
    font-weight: 700;
}

.icon-img {
    height: 50px;
    vertical-align: middle;
    margin: 0 5px;
}

.description-text {
    font-size: 1.25rem;
    margin-top: 30px;
    font-weight: 700;
}

.footer-info {
    font-size: 1rem;
    margin-top: 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .main-heading {
        font-size: 2rem;
    }

    .icon-img {
        height: 35px;
    }
}


.vision-container {
    position: relative;
    max-width: 1100px;
    height: 450px;
    margin: 20px auto;
}


.v-card {
    position: absolute;
    padding: 20px;
    border-radius: 12px;
    font-weight: 600;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;

    animation: float 4s ease-in-out infinite;
}

.card-tech {
    top: 100px;
    left: 20px;
    width: 180px;
    height: 160px;
    background: #e1f5fe;
    color: #0288d1;
    font-size: 22px;
    animation-delay: 0s;
}

.card-innov {
    top: 50px;
    left: 230px;
    width: 180px;
    height: 160px;
    background: #f0f4ff;
    color: #3949ab;
    font-size: 22px;
    animation-delay: 1s;
}

.card-partner {
    top: 280px;
    left: 160px;
    width: 180px;
    height: 160px;
    background: #e0f2f1;
    color: #00897b;
    font-size: 20px;
    animation-delay: 2s;
}

.card-dmi {
    top: 180px;
    left: 520px;
    width: 200px;
    height: 100px;
    background: #fff;
    border: 1.5px solid #ddd;
    z-index: 10;
    animation: none;

}

.card-reinvent {
    top: 180px;
    right: 50px;
    width: 240px;
    height: 180px;
    background: #fffdf2;
    border: 2px solid #ffcc80;
    color: #fb8c00;
    font-size: 20px;
    animation-delay: 1.5s;
}

.v-card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    animation-play-state: paused;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

.lines-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.path-line {
    fill: none;
    stroke: #4dd0e1;
    stroke-width: 1.5;
    stroke-dasharray: 8, 8;
    animation: flow 3s linear infinite;
    opacity: 0.6;
}

@keyframes flow {
    from {
        stroke-dashoffset: 100;
    }

    to {
        stroke-dashoffset: 0;
    }
}



@media (max-width: 767px) {

    .vision-container {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        position: relative;
        padding: 20px 15px;
    }


    .v-card {
        position: static;
        width: 90% !important;
        height: auto !important;
        font-size: 18px !important;
        animation: none;
    }

    .card-dmi img {
        width: 120px !important;
    }

    .lines-svg {
        display: none;
    }

    .header-text h2 {
        font-size: 26px;
    }

    .header-text p {
        font-size: 14px;
        padding: 0 10px;
    }
}

.iconbox img {
    filter: drop-shadow(0 0 10px rgba(0, 123, 255, 0.2));
    transition: transform 0.3s ease;
}

#dynamic-logo {
    width: 60px;
}

.iconbox img:hover {
    transform: scale(1.1);
}


/* 2. Glassmorphism Card */
.glass-card {
    /* background: rgba(255, 255, 255, 0.7); */
    backdrop-filter: blur(15px);
    border-radius: 10px;
    box-shadow: 0 0 3px 0;
    transition: transform 0.4s ease;
}

/* 
.glass-card:hover {
    transform: translateY(-10px);
} */

/* 3. Image Effects */
.image-container {
    position: relative;
    padding: 20px;
}

.main-img {
    border-radius: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    animation: float 4s ease-in-out infinite;
}

.rbi-logo-float {
    position: absolute;
    top: 0;
    right: 10%;
    z-index: 5;
    background: white;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    width: 90px;
    height: 90px;
}

/* 4. Text & Year Glow */
.big-year-glow {
    font-size: 5rem;
    font-weight: 700;
    background: linear-gradient(to bottom, #ffc107, #ff8c00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.3;
    margin-bottom: -10px;
}

.milestone-title {
    font-weight: 700;

    margin-bottom: 15px;
}

.milestone-desc {

    font-size: 1.2rem;
    line-height: 1.6;
}

.accent-line {
    width: 60px;
    height: 5px;
    background: #ffc107;
    border-radius: 10px;
    margin-top: 20px;
}

/* 5. Modern Timeline Nav */
.modern-nav {
    position: relative;
    padding: 20px 0;
}

.nav-track {
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    height: 4px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 2px;
}

.nav-node {
    position: relative;
    z-index: 2;
    cursor: pointer;
    text-align: center;
    transition: 0.3s;
}

.dot {
    width: 15px;
    height: 15px;
    background: #ccc;
    border-radius: 50%;
    margin: 0 auto 10px;
    border: 3px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.nav-node.active .dot {
    background: #ffc107;
    transform: scale(1.5);
    box-shadow: 0 0 15px rgba(255, 193, 7, 0.5);
}

.nav-node.active .year-label {
    color: #000;
    font-weight: 800;
}

/* Animations */
@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

section.aboutsection {
    position: relative;
    z-index: 1;
}

.phone-img {
    width: 370px;
    margin-top: -120px;
}

.phoneimg {
    width: 370px;
}

section.aboutsection::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.15;
    background: radial-gradient(50% 50% at 50% 50%, #00aeef 0%, rgba(0, 174, 239, 0) 100%);
    filter: blur(63.5px);
    z-index: -1;
}

/* Mobile Fixes */
@media (max-width: 991px) {
    .phone-img {
        width: inherit;
        margin-top: 0px;

    }

    .phoneimg {
        width: 290px;
    }

    .big-year-glow {
        font-size: 5rem;
        margin-bottom: -15px;
    }

    .glass-card {
        border-radius: 20px;
    }

    .nav-items {
        overflow-x: auto;
        padding-bottom: 15px;
    }

    .nav-node {
        min-width: 80px;
    }
}

/* about end */
/* //////////////////////////////////////////////////////////////////////////////////////// */

.emi-result-card {
    background-color: #fffcf5;
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.bg-info-subtle {
    background-color: #e3f2fd !important;
}

.custom-range::-webkit-slider-thumb {
    background: #0d6efd;
}

.dott {
    height: 10px;
    width: 10px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 5px;
}

.donut-segment {
    transition: stroke-dasharray 0.3s ease;
}

.review-section {
    background-color: #f8fbff;
}

.review-card {
    background: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: 20px 0;
    z-index: 1;
}

.review-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(13, 110, 253, 0.12) !important;
}

.loan-badge {
    position: absolute;
    top: -12px;
    right: 25px;
    background: #0d6efd;
    color: white;
    padding: 4px 15px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0 4px 10px rgba(13, 110, 253, 0.3);
}

.review-text {
    font-size: 16px;
    line-height: 1.6;
    min-height: 80px;
}

/* Slider Dot Customization */
.slick-dots li button:before {
    color: #0d6efd !important;
    font-size: 10px;
}


/* Accordion Style */
.qunice-faq .accordion-item {
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0 !important;
}

.qunice-faq .accordion-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 82, 255, 0.08) !important;
    border-color: var(--qunice-primary) !important;
}

.qunice-faq .accordion-button {
    padding: 22px 30px;
    font-size: 18px;
    color: #1e293b;
    background-color: #ffffff;
    box-shadow: none !important;
}

.qunice-faq .accordion-button:not(.collapsed) {
    color: var(--qunice-primary);
    background-color: var(--qunice-soft);
}

/* Custom Icon */
.qunice-faq .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230052ff'%3e%3cpath fill-rule='evenodd' d='M8 1a.5.5 0 0 1 .5.5v6.293l2.146-2.147a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 1 1 .708-.708L7.5 7.793V1.5A.5.5 0 0 1 8 1z'/%3e%3c/svg%3e");
    transition: transform 0.3s ease;
}

.qunice-faq .accordion-body {
    padding: 0 30px 30px;
    line-height: 1.8;
}

/* loan :end */
/* //////////////////////////////////////////////////////////////////////////////////////// */


/* Left Card Styling */
.contact-info-card {
    background: linear-gradient(160deg, var(--qunice-blue) 0%, var(--qunice-dark-blue) 100%);
    border: none;
}

.icobox {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    transition: 0.3s ease;
}

.contact-info-card:hover .icobox {
    background: #fff;
    color: var(--qunice-blue);
    transform: rotate(-10deg);
}

.social-btn {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s;
}

.social-btn:hover {
    background: #fff;
    color: var(--qunice-blue);
    transform: translateY(-5px);
}

/* Floating Labels Form Styling */
.qunice-input {
    border: 1px solid #eef2f6 !important;
    background-color: #f8fbff !important;
    border-radius: 12px !important;
}

.qunice-input:focus {
    background-color: #fff !important;
    border-color: var(--qunice-blue) !important;
    box-shadow: 0 0 0 4px rgba(0, 82, 255, 0.1) !important;
}

.btn-primary {
    background: var(--qunice-blue);
    border: none;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: var(--qunice-dark-blue);
    transform: scale(1.02);
}

/* contact end  */
/* //////////////////////////////////////////////////////////////////////////////////////// */

.glass-calculator-box {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(0, 82, 255, 0.1) !important;
}

.input-display {
    background: #f0f5ff;
    color: #005696;
    padding: 8px 18px;
    border-radius: 12px;
    font-weight: 800;
    font-size: 1.1rem;
    box-shadow: inset 0 2px 5px rgba(0, 82, 255, 0.05);
}

/* Professional Range Slider */
.qunice-range {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 10px;
    background: #eef2ff;
    outline: none;
}

.qunice-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 28px;
    height: 28px;
    background: #005696;
    border: 5px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 82, 255, 0.4);
    transition: 0.3s;
}

.qunice-range::-webkit-slider-thumb:hover {
    transform: scale(1.2);
    box-shadow: 0 8px 20px rgba(0, 82, 255, 0.6);
}

/* Result Card Styling */
.premium-result-card {
    background: linear-gradient(135deg, #005696 0%, #001f66 100%);
    box-shadow: 0 20px 40px rgba(0, 82, 255, 0.3);
    transform: scale(1.05);
}

.emi-value {
    font-size: 3.5rem;
    letter-spacing: -2px;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.btn-wow {
    background: #fff;
    color: #005696;
    border: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease;
}

.btn-wow:hover {
    background: #005696;
    color: #fff;
    transform: translateY(-3px);
}


/* Banner Styling */
.promo-banner {
    background: linear-gradient(135deg, #184888 0%, #2664b5 100%);
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(24, 72, 136, 0.2);
    color: white;
    transition: transform 0.3s ease;
}

.promo-banner:hover {
    transform: translateY(-3px);
}




.content-text {
    font-size: 16px;

    margin-bottom: 15px;
}

/* Custom List Styling with FontAwesome */
.benefit-listt {
    list-style-type: none;
    padding-left: 0;
    margin: 30px 0;
}

.benefit-listt li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    font-size: 1.05rem;
    line-height: 1.6;

}

/* Styling the FontAwesome check icon */
.benefit-listt li i {
    position: absolute;
    left: 0;
    top: 4px;
    color: #184888;
    /* Blue color matching the previous banner */
    font-size: 1.3rem;
}

.benefit-listt li strong {
    color: #212529;
}


/* Formula Box Styling */
.formula-box {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-left: 5px solid #184888;
    border-radius: 8px;
    padding: 25px;
    margin: 30px 0;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.math-formula {
    font-size: 1.5rem;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    color: #212529;
    letter-spacing: 1px;
}

.var-list {
    list-style-type: none;
    padding-left: 0;
    margin-top: 20px;
}

.var-list li {
    margin-bottom: 10px;
    font-size: 1.05rem;
}

.var-list li span {
    font-weight: 700;
    color: #184888;
}

/* Example Section Styling */
.example-box {
    background-color: #f8faff;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 30px;
}

.highlight-result {
    background-color: #e8f0fe;
    color: #12376b;
    font-weight: bold;
    padding: 15px 20px;
    border-radius: 8px;
    display: inline-block;
    font-size: 1.2rem;
    border: 1px dashed #184888;
}

/* Second Banner Styling */
.promo-banner-2 {
    background: linear-gradient(90deg, #0f3d7a 0%, #206eca 100%);
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(15, 61, 122, 0.25);
    color: white;
    transition: transform 0.3s ease;
}

.promo-banner-2:hover {
    transform: translateY(-3px);
}

.icon-box-3d {
    font-size: 4rem;
    color: #fbd341;
    text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
}

.apply-btn {
    background-color: #ffffff;
    color: #184888;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 10px 30px;
    border-radius: 6px;
    border: none;
    transition: all 0.3s ease;
}

.apply-btn:hover {
    background-color: #f1f1f1;
    color: #12376b;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}


.note-text {
    font-size: 1rem;

    font-style: italic;
    margin-bottom: 25px;
}

/* Custom Table Styling */
.amortisation-table {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    /* For rounded corners to show */
    margin-bottom: 30px;
}

.amortisation-table th {
    background-color: #184888;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    padding: 15px;
    border-bottom: none;
}

.amortisation-table td {
    text-align: center;
    vertical-align: middle;
    padding: 12px 15px;

    border-color: #e9ecef;
}

.amortisation-table tbody tr:hover {
    background-color: #f1f5fa;
    transition: background-color 0.3s ease;
}

.highlight-col {
    font-weight: 600;
    color: #12376b;
}


/* Feature List Styling */
.feature-box {
    background-color: #ffffff;
    border: 1px solid #f0f2f5;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
    display: flex;
    align-items: flex-start;
}

.feature-box:hover {
    box-shadow: 0 8px 20px rgba(24, 72, 136, 0.08);
    transform: translateY(-2px);
    border-color: #dbe4f0;
}

.feature-icon {
    background-color: #e8f0fe;
    color: #184888;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    flex-shrink: 0;
    margin-right: 20px;
}

.feature-content h5 {
    font-weight: 600;
    color: #212529;
    margin-bottom: 8px;
    font-size: 1.1rem;
}

.feature-content p {
    margin-bottom: 0;
    font-size: 1rem;

    line-height: 1.6;
}


.info-card {
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-top: 4px solid #184888;
    border-radius: 10px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(24, 72, 136, 0.1);
}

.info-card h4 {
    font-weight: 700;
    color: #212529;
    margin-bottom: 20px;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
}

.info-card h4 i {
    color: #184888;
    margin-right: 10px;
    font-size: 1.5rem;
}

.custom-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.custom-list li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    font-size: 1.05rem;

}

.custom-list li i {
    position: absolute;
    left: 0;
    top: 4px;
    color: #184888;
    font-size: 1.1rem;
}

/* Step-by-Step Timeline Styling */
.steps-container {
    margin-top: 30px;
}

.step-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    background: #ffffff;
    padding: 15px 20px;
    border-radius: 8px;
    border-left: 3px solid #184888;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
}

.step-numberr {
    background-color: #184888;
    color: #ffffff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
    flex-shrink: 0;
    margin-right: 15px;
    margin-top: 2px;
}

.step-text {
    font-size: 1.05rem;

    line-height: 1.6;
    margin: 0;
}

.highlight-text {
    color: #184888;
    font-weight: 600;
    text-decoration: none;
}

.highlight-text:hover {
    text-decoration: underline;
}

.success-box {
    background-color: #e8f5e9;
    border: 1px dashed #2e7d32;
    color: #1b5e20;
    padding: 15px;
    border-radius: 8px;
    font-weight: 500;
    text-align: center;
    margin-top: 30px;
    font-size: 1.1rem;
}

.insurance-card {
    background: #ffffff;
    border: none;
    border-radius: 12px;
    box-shadow: 0 0 4px 0;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); */
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.slider-box {
    position: relative;
    width: 100%;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent, #fff 10%, #fff 90%, transparent);
    mask-image: linear-gradient(90deg, transparent, #fff 10%, #fff 90%, transparent);
}

.slider-track {
    display: flex;
    width: max-content;
    gap: 10px;
    will-change: transform;
}

.track-left {
    animation: scrollLeft 30s linear infinite;
}

.track-right {
    animation: scrollRight 30s linear infinite;
}

.slider-box:hover .slider-track {
    animation-play-state: paused;
}

.partner-card {
    width: 140px;
    flex-shrink: 0;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.partner-card img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes scrollRight {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

.biz-card {
    border: none;
    border-radius: 15px;
    padding: 30px;
    height: 100%;
    transition: transform 0.3s ease;
}

.biz-card:hover {
    transform: translateY(-5px);
}

.term-loan {
    background: linear-gradient(135deg, #fffafa 0%, #f0f7ff 100%);
    border: 1px solid #dce9f9;
}

.supply-chain {
    background: linear-gradient(135deg, #f0fffb 0%, #e6f9ff 100%);
    border: 1px solid #d4f2f0;
}

.biz-title {
    font-weight: 700;
    margin-bottom: 20px;
}

.term-title {
    color: #e67e22;
}

.supply-title {
    color: #16a085;
}

.biz-list {
    list-style: none;
    padding: 0;
}

.biz-list li {
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
}

.biz-list li i {
    color: #184888;
    margin-right: 12px;
    margin-top: 5px;
}

/* emi end  */
/* //////////////////////////////////////////////////////////////////////////////////////// */





/* 3. Image Wrapper with Gradient Overlay */
.img-wrapper {
    height: 210px;
    overflow: hidden;
    position: relative;
    margin: 10px;
    /* Card-er bhitore halka gap image-er jonno */
    border-radius: 18px;
}

.img-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
    opacity: 0;
    transition: 0.4s;
}

.blog-card:hover .img-wrapper::after {
    opacity: 1;
}

.img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.blog-card:hover .img-wrapper img {
    transform: scale(1.15);
}

/* 4. Tags - Gradient style */
.tag {
    font-size: 10px;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
    padding: 6px 16px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    box-shadow: 0 4px 10px rgba(0, 86, 179, 0.2);
}

/* 5. Typography */
.blog-title {
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1.4;
    margin: 20px 0 12px;
    min-height: 54px;
    color: var(--text-dark);
    transition: color 0.3s;
}

.blog-card:hover .blog-title {
    color: var(--primary-color);
}

.desc {
    font-size: 0.92rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 25px;
}

/* 6. Interactive Button - Animated Arrow */
.btn-read {
    font-weight: 700;
    color: var(--primary-color);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
    padding: 5px 0;
}

.btn-read::after {
    content: "→";
    transition: 0.3s;
}

.btn-read:hover {
    gap: 15px;
    color: var(--secondary-color);
}

/* emi end  */
/* //////////////////////////////////////////////////////////////////////////////////////// */

.section-center {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

/* Creative Card Wrapper */
.register-card {
    background: #ffffff;
    width: 900px;
    height: 550px;
    border-radius: 30px;
    display: flex;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.8);
}

/* Left Image Section */
.side-img {
    width: 45%;
    background: url('https://images.unsplash.com/photo-1563986768609-322da13575f3?auto=format&fit=crop&w=800&q=80');
    background-size: cover;
    background-position: center;
    position: relative;
}
.sideimg {
    width: 45%;
   background: url('https://images.unsplash.com/photo-1563986768494-4dee2763ff3f?auto=format&fit=crop&w=800&q=80');
    background-size: cover;
    background-position: center;
    position: relative;
}
.sideimg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #005696, rgba(10, 29, 55, 0.2));
}
.side-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #005696, rgba(10, 29, 55, 0.2));
}

.overlay-content {
    position: absolute;
    z-index: 2;
    padding: 40px;
    color: white;
    bottom: 20px;
}

/* Right Form Section */
.form-area {
    width: 55%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.brand-logo {
    font-weight: 800;
    color: var(--primary-blue);
    font-size: 1.5rem;
    margin-bottom: 30px;
}

.input-box {
    background: #f8fafd;
    border: 2px solid #edf2f7;
    border-radius: 16px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    transition: 0.3s;
}

.input-box:focus-within {
    border-color: var(--primary-blue);
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 97, 255, 0.08);
}

.input-box input {
    border: none;
    background: transparent;
    width: 100%;
    padding-left: 15px;
    font-weight: 600;
    color: var(--dark-navy);
}

.input-box input:focus {
    outline: none;
}

.input-box span {
    font-weight: 700;
    border-right: 2px solid #edf2f7;
    padding-right: 15px;
}

.btn-reg {
    background: var(--primary-blue);
    color: white;
    border: none;
    padding: 16px;
    border-radius: 16px;
    font-weight: 700;
    width: 100%;
    margin-top: 25px;
    transition: 0.4s;
    letter-spacing: 0.5px;
}

.btn-reg:hover {
    background: var(--dark-navy);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 97, 255, 0.25);
}

/* Animations */
.reveal {
    animation: fadeInUp 0.8s ease forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .side-img {
        display: none;
    }
    .sideimg {
        display: none;
    }

    .form-area {
        width: 100%;
        padding: 40px;
    }

    .register-card {
        width: 400px;
        height: auto;
    }
}

/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */