.in-equity-2 .in-feature-box a { text-align: center; }
.in-equity-2 .in-feature-box a .in-icon-wrap {
    width: 104px;   /* smaller, compact tile */
    height: 104px;
    display: flex;
    flex-direction: column; /* stack icon + label inside tile */
    align-items: center;
    justify-content: center;
    gap: 8px;
    line-height: 1;      /* override theme value that offsets vertically */
    margin: 0 auto;      /* center the tile in its column */
    background-color: transparent !important; /* transparent by default */
    box-shadow: none !important;              /* remove default shadow */
    border: 1px solid rgba(255, 255, 255, 0.25); /* subtle outline to keep shape */
    transition: background-color 200ms ease, border-color 200ms ease,
                box-shadow 250ms ease, transform 200ms ease;
    will-change: transform, box-shadow;
}

.in-equity-2 .in-feature-box a .in-icon-wrap i { font-size: 36px; }

/* Label inside the tile */
.in-equity-2 .in-feature-box a .in-icon-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #707070;
    line-height: 1.2;
    padding: 0 6px; /* prevent text touching edges */
}

/* On hover, bring back white tile with subtle elevation and brand ring */
.in-equity-2 .in-feature-box a:hover .in-icon-wrap {
    background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%) !important;
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08),
                0 0 0 6px rgba(252, 180, 45, 0.15) !important;
}
.in-equity-2 .in-feature-box a:hover .in-icon-wrap i { color: #570238 !important; }

.in-equity-2 .in-feature-box a:hover .in-icon-label { color: #0f1736; }
.view-more-btn {
  background-color: transparent; 
  color: #ffbf00;               
  border: 2px solid #ffbf00;    
  padding: 10px 24px;           
  font-size: 16px;             
  font-weight: bold;            
  border-radius: 5px;          
  cursor: pointer;              
  transition: all 0.3s ease;    
  text-transform: uppercase;  
  margin-left: 30px;  
}


.view-more-btn:hover {
  background-color: #FFD700;
  color: #ffffff;
}


.view-more-btn1 {
    /* Layout */
    display: inline-flex;
    align-items: center;      /* Vertical center */
    justify-content: center;   /* Horizontal center */
     margin-left: 30px;  
    /* Styling */
    background-color: #570238;
    color: #ffffff;
    padding: 12px 35px;
    font-weight: 600;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

/* Perfecting the SVG alignment */
.btn-svg {
    margin-left: 10px;
    display: block; /* Removes baseline spacing */
    transition: transform 0.3s ease;
}

/* Hover State */
.view-more-btn1:hover {
    background-color: #FCB42D;
    color: #570238;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(252, 180, 45, 0.4);
}

/* Icon Animation */
.view-more-btn1:hover .btn-svg {
    transform: translateX(5px);
}

/* Active State */
.view-more-btn1:active {
    transform: translateY(0);
}

/* Click effect */
.view-more-btn1:active {
    transform: translateY(0);
}

.arrow-circle-container {
  display: flex;
  justify-content: center;
  margin: 20px;
}

.animated-circle-arrow {
  cursor: pointer;
  transition: all 0.3s ease;
  animation: pulse-down 2s infinite ease-in-out;
}

/* Hover effect to fill the circle */
.animated-circle-arrow:hover {
  transform: scale(1.1);
}

.animated-circle-arrow:hover circle {
  fill:rgba(255, 255, 255, 0.1); /* Subtle white glow on hover */
}

/* Animation: Moves down and pulses size */
@keyframes pulse-down {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px); /* Moves down */
  }
  100% {
    transform: translateY(0);
  }
}

/*service card hover effect*/
/* Navigation Arrows Styling */
/* 1. Add Margin/Spacing to the Circle Arrows */
.slider-arrow {
    color: white;
    transition: all 0.3s ease;
    opacity: 0.8;
    /* This ensures they have space from the cards */
    margin: 0 0px; 
}

/* 2. Make Navigation Dots White */
.uk-dotnav > * > * {
    background-color: rgba(255, 255, 255, 0.4); /* Dim white for inactive dots */
    border: 1px solid white;
}

/* 3. Active Dot Styling */
.uk-dotnav > .uk-active > * {
    background-color: #ffffff; /* Solid white for active dot */
    transform: scale(1.2);    /* Slightly larger active dot */
}

/* 4. Hover state for dots */
.uk-dotnav > * :hover {
    background-color: rgba(255, 255, 255, 0.7);
}

/* Ensure arrows stay outside on larger screens */
@media (min-width: 1200px) {
    .uk-position-center-left-out { left: -60px; }
    .uk-position-center-right-out { right: -60px; }
}



.in-feature-box .in-icon-wrap {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    padding: 26px; /* increased to make the icon area bigger */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;   /* fixed square for consistent centering */
    height: 120px;
    margin: 0 auto; /* center the tile within its column */
    transition: all 0.3s ease;
}

.in-feature-box a:hover .in-icon-wrap {
    background: #FFD700; /* Turns your theme yellow on hover */
}

.in-feature-box a:hover i {
    color: #570238 !important; /* Icon turns navy on hover */
}

/* Make feature icons bigger */
.in-feature-box .in-icon-wrap i {
    font-size: 42px; /* was fa-lg (~1.33em) – now larger */
    line-height: 1;  /* avoid vertical offset */
    display: block;  /* removes baseline spacing */
}

/* Styling the checkmarks to look professional */
.in-list-check li::before {
    content: "\f058"; /* FontAwesome Circle Check */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #FFD700; /* Your yellow/warning color */
    margin-right: 10px;
}

.in-highlight {
    background: #FFD700;
    color: #570238;
    padding: 0 5px;
    border-radius: 4px;
}
/* Container Background */
.in-instant-horizontal {
    background-color: #ffffff;
    padding: 80px 0;
}

/* Step Card Styling */
.step-card {
    padding: 30px;
    position: relative;
    transition: all 0.3s ease;
}

/* Icon Wrapper */
.step-icon-wrap {
    width: 80px;
    height: 80px;
    background: #f0f2f5;
    color: #570238; /* Your Navy Color */
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 10px;
}

/* Step Number Badge */
.step-number {
    position: absolute;
    top: 0;
    right: -5px;
    background: #FFD700; /* Yellow */
    color: #000;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
}

/* Connecting Horizontal Line (Desktop only) */
@media (min-width: 960px) {
    .process-step:not(:last-child) .step-card::after {
        content: '';
        position: absolute;
        top: 70px; /* Aligns with the middle of the icon */
        right: -30%;
        width: 60%;
        height: 2px;
        border-top: 2px dashed #e5e5e5;
        z-index: 1;
    }
}

/* Active State */
.step-card.active .step-icon-wrap {
    background: #570238;
    color: #FFD700;
}

/* Button Styling */
.uk-button-primary1 {
    background-color: #570238;
    color: #fff;
    padding: 0 50px;
    font-weight: 600;
    /* This adds the smooth transition effect */
    transition: all 0.3s ease-in-out;
    border: none; /* Optional: ensures no default border interferes */
    cursor: pointer;
}

.uk-button-primary1:hover {
    background-color: #FFD700;
    color: #570238;
}

.uk-range::-webkit-slider-thumb {
    background: #570238;
}
.uk-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 5px rgba(0,0,51,0.1);
}
#emiChart {
    max-width: 180px;
    max-height: 180px;
}
.uk-card-primary .uk-text-meta {
    color: rgba(255, 255, 255, 0.6) !important;
}

/* EMI legend styling */
.emi-legend {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.emi-legend .legend-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.85);
}
.emi-legend .legend-dot {
    width: 12px;
    height: 12px;
    border-radius: 2px;
    display: inline-block;
}
.emi-legend .legend-dot.principal {
    background: #FFD700;
}
.emi-legend .legend-dot.interest {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

/* Light-background variant for forms/cards */
.emi-legend--light .legend-item {
    color: #333 !important;
}
.emi-legend--light .legend-dot.interest {
    background: rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.25);
}

/* Styling the Highlight text */
.in-highlight {
    background: #FFD700; /* Matching your yellow/gold theme */
    color: #570238;
    padding: 0 8px;
    border-radius: 4px;
    font-weight: bold;
}

/* Enhancing the blockquote look */
.in-testimonial-2 blockquote {
    border-left: none;
    padding-left: 0;
    margin-top: 20px;
    position: relative;
}

.in-testimonial-2 blockquote p {
    font-size: 1.1rem;
    font-style: italic;
    color: #444;
    line-height: 1.6;
}

/* Optional: Add a quote icon before the text */
.in-testimonial-2 blockquote::before {
    content: "\f10d"; /* FontAwesome Quote Left */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: rgba(0, 0, 51, 0.1);
    font-size: 3rem;
    position: absolute;
    top: -20px;
    left: -10px;
    z-index: -1;
}

/* Image styling for mobile */
@media (max-width: 640px) {
    .in-testimonial-2 .uk-flex {
        flex-direction: column;
        text-align: center;
    }
    .uk-margin-right {
        margin-right: 0 !important;
        margin-bottom: 10px;
    }
}
/* Styling for the App Badges */
.app-badge-container {
    position: relative;
    display: inline-block;
}

/* Grayscale and transparency for coming soon apps */
.app-disabled img {
    filter: grayscale(100%);
    opacity: 0.5;
    cursor: not-allowed;
}

/* Coming Soon Label */
.coming-soon-tag {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    background: #FFD700; /* Your brand yellow */
    color: #000;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 8px;
    border-radius: 10px;
    white-space: nowrap;
    text-transform: uppercase;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/* Responsive adjustment for mobile */
@media (max-width: 960px) {
    .button-app {
        flex-direction: column;
    }
    .button-app > div {
        margin: 10px 0 !important;
    }
    .coming-soon-tag {
        top: -12px;
    }
}

/* Button UI */
.btn-disburse {
    background-color: #570238 !important;
    color: #ffffff !important;
    border: 2px solid #FCB42D !important;
    transition: 0.3s ease-in-out;
}
.btn-disburse:hover {
    background-color: #FCB42D !important;
    color: #570238 !important;
}

/* Accordion Styling */
.faq-loan-card {
    border-left: 5px solid #570238;
    transition: 0.3s;
}
.faq-loan-card:hover {
    border-left-color: #FCB42D;
    background-color: #f9f9f9;
}

/* The animation keyframes */
@keyframes float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-15px); }
  100% { transform: translateY(0px); }
}


.icon-3d {
  animation: float 3s ease-in-out infinite;
  transition: transform 0.3s ease; 
}


.icon-3d:hover {
  transform: scale(1.1);
}

.icon-zoom-pulse {
    animation: zoomPulse 3s infinite ease-in-out;
    display: inline-block;
}

@keyframes zoomPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.15); } /* Zooms in 15% */
    100% { transform: scale(1); }
}

/* Services section card background icons (robust via <i> tags) */
.service-card { position: relative; overflow: hidden; background-color: #fff;}
.service-bg-icon {
    position: absolute;
    right: 12px;
    bottom: 8px;
    font-size: 84px;
    line-height: 1;
    color: #570238;
    pointer-events: none;
}

/* Aesthetic title for service cards */
.service-card h5 {
    font-size: 1.35rem; /* ~21-22px */
    font-weight: 700;
    letter-spacing: 0.2px;
    color: #570238; /* deep navy for better contrast */
}

@media (max-width: 640px) {
    .service-card h5 { font-size: 1.2rem; }
}
.loanSection {
    padding: 30px 10px;
}

.emiLegend {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    font-size: 14px;
}

.legendItem {
    display: flex;
    align-items: center;
    gap: 6px;
}

.legendDot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.legendDot.principal {
    background: #4CAF50;
}

.legendDot.interest {
    background: #570238;
}

.rangeSlider {
    width: 100%;
}

.resultCard {
    background: #570238;
    color: #fff;
}

.chartContainer {
    max-width: 220px;
    margin: auto;
}

@media (max-width: 768px) {
    .applyNowBtn {
        width: 100%;
        margin-top: 10px;
    }

    .resultHeader {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
}

/* Fixed Background Logic */
.fixed-bg-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: fixed; /* This keeps the image still while text moves */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(0.4); /* Darkens background to make white text pop */
    z-index: 0;
}

/* Orange Theme Buttons */
.view-more-btn1 {
    background: #ffbf00;
    color: white;
    border: none;
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.view-more-btn1:hover {
    background: #ffbf00;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(255, 140, 0, 0.3);
}

.uk-label-warning {
    background-color: #ffbf00 !important;
    border-radius: 4px;
    padding: 4px 12px;
}

/* Scroll Arrow Animation */
.animated-circle-arrow {
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-10px);}
    60% {transform: translateY(-5px);}
}

/* Dotnav Styling */
.uk-dotnav > * > * {
    background-color: rgba(255, 255, 255, 0.4);
    border: none;
}
.uk-dotnav > .uk-active > * {
    background-color: #ffbf00;
    transform: scale(1.3);
}





/* Solid Apply Loan Button (Orange) */
.btn-apply-loan {
    background-color: #ffbf00;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 140, 0, 0.3);
}

.btn-apply-loan:hover {
    background-color: #570238; /* Changes to Plum on hover */
    transform: translateY(-2px);
    color: #fff;
}

/* Outline Know More Button (Deep Plum) */
.btn-know-more {
    background-color: transparent;
    color: #fff;
    border: 2px solid #570238;
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-know-more:hover {
    background-color: #570238;
    border-color: #570238;
    color: #fff;
    transform: translateY(-2px);
}

/* Dots update */
.uk-dotnav > .uk-active > * {
    background-color: #ffbf00 !important;
}

/* Background darken for better text contrast */
.fixed-bg-container::after {
    content: '';
    position: absolute;
    top:0; left:0; width:100%; height:100%;
    background: rgba(0, 0, 0, 0.5); /* Overlay to make orange text pop */
}

.uk-dotnav > * > * {
        background-color: rgba(255, 255, 255, 0.4);
        border: 1px solid white;
        width: 12px;
        height: 12px;
    }
    .uk-dotnav > .uk-active > * {
        background-color: #570238 !important;
        border-color: #fff;
        transform: scale(1.2);
    }
    
    /* Animation for the arrow */
    .animated-circle-arrow {
        animation: bounce 2s infinite;
    }
    @keyframes bounce {
        0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
        40% {transform: translateY(-10px);}
        60% {transform: translateY(-5px);}
    }

    /* Column dots for the right side */
    .uk-dotnav.uk-flex-column > * {
        padding-bottom: 15px;
    }





/* === HERO BASE === */
.hero-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

/* FIXED BACKGROUND */
.fixed-bg-container {
    position: fixed;           
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;

    background-image: url('../img/bk.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    z-index: -1;              
}

/* Optional dark overlay for text clarity */
.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    /* background: rgba(0, 0, 0, 0.45); */
    z-index: 0;
}

/* Particles */
.particles-layer {
    position: absolute;
    inset: 0;
    z-index: 1;
}

/* Content container */
.hero-container {
    position: relative;
    z-index: 2;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Slides */
.hero-slides {
    height: 100vh;
}

.hero-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Content */
.hero-content {
    max-width: 720px;
    padding: 16px;
}

/* Label */
.hero-label {
    background-color: #570238;
    color: #fff !important;
    padding: 10px 30px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 10px;
}

/* Title */
.hero-title {
    font-size: 2.4rem;
    font-weight: 700;
    margin: 16px 0;
    line-height: 1.2;
}

.hero-title span {
    color: #ffbf00;
}

/* Text */
.hero-text {
    font-size: 1.1rem;
    margin-bottom: 24px;
}

/* Buttons */
.hero-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

/* === MOBILE FIX === */
@media (max-width: 640px) {

    /* Mobile browsers hate fixed backgrounds */
    .fixed-bg-container {
        position: absolute;
    }

    .hero-container,
    .hero-slides {
        height: 100svh;
    }

    .hero-title {
        font-size: 1.6rem;
    }

    .hero-text {
        font-size: 1rem;
    }

    .hero-buttons {
        flex-direction: column;
        width: 100%;
    }

    .hero-buttons button {
        width: 100%;
    }
}

/* === SCROLL DOWN ARROW === */
.scroll-down {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.scroll-down a {
    width: 28px;
    height: 48px;
    border: 2px solid #fff;
    border-radius: 50px;
    position: relative;
    display: block;
}

.scroll-down span {
    position: absolute;
    top: 10px;
    left: 50%;
    width: 6px;
    height: 6px;
    background: #ffbf00;
    border-radius: 50%;
    transform: translateX(-50%);
    animation: scrollDot 1.6s infinite;
}

/* Animation */
@keyframes scrollDot {
    0% {
        opacity: 0;
        transform: translate(-50%, 0);
    }
    30% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate(-50%, 20px);
    }
}

/* Mobile spacing fix */
@media (max-width: 640px) {
    .scroll-down {
        margin-top: 20px;
    }
}
/* === FORCE WHITE SERVICE CARDS === */
#section1 .uk-card.service-card {
    background-color: #ffffff !important;
    color: #333;
}

/* Headings */
#section1 .service-card h5 {
    color: #111;
}

/* Paragraph */
#section1 .service-card p {
    color: #555;
}

/* Explore link */
#section1 .service-card a {
    color: #570238;
    font-weight: 600;
}

#section1 .service-card a:hover {
    color: #ffbf00;
}

/* Background icon (watermark icon) */
#section1 .service-bg-icon {
    color: rgba(0, 0, 0, 0.08);
}
/* === WHITE BACKGROUND FOR EQUITY SECTION === */
.in-equity-2 {
    background-color: #fbf4ed;
}
.in-equity-2::before {
    content: "";
    position: absolute;
    inset: 0;
    /* background: rgba(255, 255, 255, 0.9); */
    z-index: 0;
}

.in-equity-2 > .uk-container {
    position: relative;
    z-index: 1;
}

/* === TRANSPARENT BACKGROUND (ALL DEVICES) === */
.transparent-section {
    background: #fbf4ed !important;
}

/* === GREY THEME TEXT === */
.transparent-section .content-grey h1 {
    color: #444;
    line-height: 1.3;
}

.transparent-section .content-grey h3 {
    color: #777 !important;
}

.transparent-section .content-grey li {
    color: #666;
    line-height: 1.6;
}

.transparent-section .content-grey strong {
    color: #555;
}

.transparent-section .in-highlight {
    color: #999;
    font-weight: 600;
}

.transparent-section hr {
    border-color: rgba(0, 0, 0, 0.12);
}

/* Check icon color (if present via ::before) */
.transparent-section .in-list-check li::before {
    color: #aaa;
}

/* === MOBILE OPTIMIZATION === */
@media (max-width: 640px) {

    .transparent-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .transparent-section .content-grey h1 {
        font-size: 1.5rem;
        text-align: center;
    }

    .transparent-section .content-grey h3 {
        font-size: 1rem;
        text-align: center;
    }

    .transparent-section hr {
        margin-left: auto;
        margin-right: auto;
        width: 60%;
    }

    .transparent-section .content-grey ul {
        margin-top: 20px;
    }

    .transparent-section .content-grey li {
        font-size: 0.95rem;
    }
}
/* === MODERN EQUITY SECTION === */
.modern-equity {
    background: linear-gradient(180deg, #fbf4ed 0%, #ffffff 100%);
    padding-top: 80px;
    padding-bottom: 80px;
}

/* Content */
.modern-content {
    max-width: 620px;
}

/* Badge */
.modern-badge {
    display: inline-block;
    background: rgba(87, 2, 56, 0.08);
    color: #570238;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 16px;
}

/* Title */
.modern-title {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
    color: #333;
}

.modern-title span {
    color: #570238;
}

/* Subtitle */
.modern-subtitle {
    font-size: 1.1rem;
    color: #666;
    margin-top: 12px;
    margin-bottom: 28px;
}

/* Feature list */
.modern-list {
    padding-left: 0;
}

.modern-list li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 16px;
    color: #555;
    font-size: 1rem;
}

.modern-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #ffbf00;
    font-weight: 700;
}

/* Image */
.modern-image img {
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* === MOBILE OPTIMIZATION === */
@media (max-width: 640px) {

    .modern-equity {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .modern-title {
        font-size: 1.6rem;
        text-align: center;
    }

    .modern-subtitle {
        text-align: center;
        font-size: 1rem;
    }

    .modern-badge {
        margin-left: auto;
        margin-right: auto;
        display: table;
    }

    .modern-content {
        text-align: left;
    }

    .modern-image img {
        max-width: 90%;
        margin-top: 32px;
    }
}
/* === FIXED APPLY LOAN BUTTON (SAFE VERSION) === */
.fixed-apply-btn {
    position: fixed;
    top: 50%;
    right: -60px;

    transform: translateY(-50%) rotate(-90deg);
    transform-origin: center;

    background: #570238;
    color: #fff;

    padding: 14px 28px;
    font-size: 0.95rem;
    font-weight: 600;

    text-decoration: none;
    border-radius: 6px 6px 0 0;

    z-index: 2147483647; 
    pointer-events: auto;

    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}
.in-icon-wrap {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f6ff;
}

.primary-color i {
    color: #1e87f0;
}

.icon-3d1 {
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.uk-card-hover:hover {
    transform: translateY(-5px);
    transition: 0.3s ease;
}
