.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: #020257 !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: #020257;
    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: #020257;
    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: #000033 !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: #000033;
    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: #000033; /* 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: #000033;
    color: #FFD700;
}

/* Button Styling */
.uk-button-primary1 {
    background-color: #000033;
    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: #000033;
}

.uk-range::-webkit-slider-thumb {
    background: #000033;
}
.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: #000033;
    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: #020257 !important;
    color: #ffffff !important;
    border: 2px solid #FCB42D !important;
    transition: 0.3s ease-in-out;
}
.btn-disburse:hover {
    background-color: #FCB42D !important;
    color: #020257 !important;
}

/* Accordion Styling */
.faq-loan-card {
    border-left: 5px solid #020257;
    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; }
.service-bg-icon {
    position: absolute;
    right: 12px;
    bottom: 8px;
    font-size: 84px;
    line-height: 1;
    color: rgba(0, 0, 51, 0.10);
    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: #0f1736; /* deep navy for better contrast */
}

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