/* ============================================
   Salaried Loan Hero Section Styles
   ============================================ */

   .salaried-loan-hero {
    /* background: url('https://pocketly-public-bucket.s3.ap-south-1.amazonaws.com/5c563752-6674-4447-9412-254bc2f65059.png') center center / cover no-repeat; */
    background-image: url('https://pocketly-public-bucket.s3.ap-south-1.amazonaws.com/SloansHero') ;
    /* background: url('/SLoansBg.png') center center / cover no-repeat; */
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 40px 0;
    position: relative;
    overflow: visible;
    min-height: 800px;
    display: flex;
    align-items: flex-end;
}

.salaried-loan-hero-container {
    max-width: 1400px;
    width: 100%;
    margin: 0px auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 2;
}

/* Hero fade-in animation */
@keyframes salaried-hero-fade-in-up {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.salaried-loan-hero-content,
.salaried-loan-hero-image {
    opacity: 0;
    
    animation: salaried-hero-fade-in-up 0.8s ease-out forwards;
}

.salaried-loan-hero-image {
    animation-delay: 0.12s; /* slight stagger after content */
}

/* Left Content */
.salaried-loan-hero-content {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding-left: 40px;
    padding-bottom: 40px;
}

/* Badge */
.salaried-loan-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: transparent;
    border: 1px solid #E1E1E1;
    border-radius: 50px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #E1E1E1;
    width: fit-content;
    backdrop-filter: blur(10px);
}

.badge-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

/* Headline */
.salaried-loan-headline {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 72px;
    font-weight: 800;
    line-height: 1.1;
    color: #615CFF;
    margin: -6px 0 0 0;
    white-space: nowrap;
}

/* Description */
.salaried-loan-description {
    font-family: 'Geist', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 48px 0;
    max-width: 500px;
}

/* Download Buttons */
.salaried-loan-download-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.download-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0px 8px 0px 0px;
    background: #ffffff;
    border: 1px solid transparent;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.download-btn:hover {
    background: rgba(255, 255, 255, 0.95);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.download-icon {
    width: 56px;
    height: 64px;
    object-fit: contain;
}

.download-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0px;
    padding-right: 4px;
}

.download-label {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 1.2;
}

.download-store {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    line-height: 1.2;
}

/* Trust Indicator */
.salaried-loan-trust {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: -4px;
}

.trust-avatars {
    display: flex;
    margin-right: -8px;
}

.trust-avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    margin-left: -8px;
    object-fit: cover;
}

.trust-avatar:first-child {
    margin-left: 0;
}

.trust-text {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

/* Right Side - Image */
.salaried-loan-hero-image {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    z-index: 2;
    height: 100%;
    align-self: flex-end;
    margin-right: 0;
    margin-left: 0;
}

.hero-main-image {
    width: 950px;
    height: 750px;
    object-fit: cover;
    object-position: bottom;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.3));
    margin-bottom: 0;
    display: block;
}

/* Responsive Design */
@media (max-width: 1440px) {
    .salaried-loan-hero-image {
        justify-content: center;
        margin-right: 0;
        margin-left: 0;
    }
    
    .hero-main-image {
        width: 850px;
        height: 700px;
    }
}

@media (max-width: 1400px) {
    .salaried-loan-headline {
        font-size: 64px;
        white-space: nowrap;
    }
    
    .salaried-loan-description {
        font-size: 19px;
    }
    
    .loan-features-title,
    .loan-features-title-line2 {
        font-size: 44px;
    }
    
    .loan-features-description {
        font-size: 17px;
    }
    
    .personal-loan-how-it-works-title {
        font-size: 58px;
    }
    
    .documents-needed-title,
    .documents-needed-title-line2 {
        font-size: 44px;
    }
    
    .our-impact-title {
        font-size: 44px;
    }
    
    .dreams-funded-title {
        font-size: 44px;
    }
}

@media (max-width: 1200px) {
    .salaried-loan-hero {
        padding: 140px 30px 0;
        min-height: 750px;
    }
    
    .salaried-loan-hero-container {
        gap: 60px;
        margin-top: 0;
    }
    
    .salaried-loan-hero-content {
        padding-left: 30px;
        padding-bottom: 30px;
    }
    
    .hero-main-image {
        width: 650px;
        height: 650px;
    }
    
    .salaried-loan-headline {
        font-size: 60px;
    }
    
    .salaried-loan-description {
        font-size: 18px;
    }
    
    .loan-features-title,
    .loan-features-title-line2 {
        font-size: 40px;
    }
    
    .loan-features-description {
        font-size: 17px;
    }
    
    .personal-loan-how-it-works-title {
        font-size: 52px;
    }
    
    .documents-needed-title,
    .documents-needed-title-line2 {
        font-size: 40px;
    }
    
    .our-impact-title {
        font-size: 40px;
    }
    
    .dreams-funded-title {
        font-size: 40px;
    }
}

@media (max-width: 1024px) {
    .salaried-loan-badge {
        padding: 6px 14px;
        font-size: 11px;
        gap: 6px;
    }
    
    .badge-icon {
        width: 14px;
        height: 14px;
    }
    
    .salaried-loan-hero {
        padding: 120px 20px 0;
        min-height: auto;
        align-items: flex-end;
    }
    
    .salaried-loan-hero-container {
        grid-template-columns: 1fr;
        gap: 40px;
        flex-direction: column;
        display: flex;
        width: 100%;
        max-width: 100%;
    }
    
    .salaried-loan-hero-content {
        padding-left: 0;
        padding-bottom: 0;
        align-items: center;
        text-align: center;
        order: 1;
    }
    
    .salaried-loan-hero-image {
        order: 2;
        align-items: center;
        justify-content: center;
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px);
        padding: 0;
        overflow: visible;
    }
    
    .hero-main-image {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin-left: 0;
        object-fit: cover;
        object-position: 90% bottom;
    }
    
    .salaried-loan-headline {
        font-size: 56px;
        white-space: normal;
    }
    
    .salaried-loan-description {
        font-size: 17px;
        max-width: 100%;
        margin: 0 0 32px 0;
    }
    
    .salaried-loan-download-buttons {
        justify-content: center;
    }
    
    .salaried-loan-trust {
        justify-content: center;
    }
    
    .loan-features-title,
    .loan-features-title-line2 {
        font-size: 38px;
    }
    
    .loan-features-description {
        font-size: 16px;
    }
    
    .personal-loan-how-it-works-title {
        font-size: 46px;
    }
    
    .documents-needed-title,
    .documents-needed-title-line2 {
        font-size: 38px;
    }
    
    .our-impact-title {
        font-size: 38px;
    }
    
    .dreams-funded-title {
        font-size: 38px;
    }
}

@media (max-width: 900px) {
    .salaried-loan-headline {
        font-size: 52px;
    }
    
    .salaried-loan-description {
        font-size: 16.5px;
    }
    
    .loan-features-title,
    .loan-features-title-line2 {
        font-size: 36px;
    }
    
    .loan-features-description {
        font-size: 15.5px;
    }
    
    .personal-loan-how-it-works-title {
        font-size: 42px;
    }
    
    .documents-needed-title,
    .documents-needed-title-line2 {
        font-size: 36px;
    }
    
    .our-impact-title {
        font-size: 36px;
    }
    
    .dreams-funded-title {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .salaried-loan-badge {
        padding: 5px 12px;
        font-size: 10px;
        gap: 5px;
    }
    
    .badge-icon {
        width: 12px;
        height: 12px;
    }
    
    .salaried-loan-hero {
        padding: 100px 20px 0;
    }
    
    .salaried-loan-hero-container {
        gap: 32px;
        flex-direction: column;
        display: flex;
    }
    
    .salaried-loan-hero-content {
        order: 1;
    }
    
    .salaried-loan-hero-image {
        order: 2;
        justify-content: center;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        padding: 0;
        overflow: visible;
    }
    
    .salaried-loan-headline {
        font-size: 48px;
        line-height: 1.2;
    }
    
    .salaried-loan-description {
        font-size: 16px;
        margin-bottom: 24px;
    }
    
    .hero-main-image {
        max-width: 300px;
        width: 100%;
        height: 350px;
        margin-left: 0;
        margin-right: 0;
        object-fit: cover;
        object-position: 90% bottom;
    }
    
    .salaried-loan-download-buttons {
        flex-direction: row;
        gap: 24px;
        justify-content: center;
    }
    
    .download-btn {
        /* Increase tap area / height of download buttons on mobile with even padding */
        padding: 4px 6px;
    }
    
    .download-icon {
        /* Larger store badge icons on mobile tablets */
        width: 44px;
        height: 52px;
    }
    
    .download-text {
        padding-right: 2px;
        gap: 6px;
    }
    
    .download-label {
        /* Slightly larger text inside download button on tablets / small screens */
        font-size: 11px;
    }
    
    .download-store {
        font-size: 15px;
    }
    
    .trust-avatar {
        width: 18px;
        height: 18px;
    }
    
    .trust-text {
        font-size: 11px;
    }
}

@media (max-width: 600px) {
    .salaried-loan-headline {
        font-size: 44px;
    }
    
    .salaried-loan-description {
        font-size: 15.5px;
    }
    
    .loan-features-title,
    .loan-features-title-line2 {
        font-size: 30px;
    }
    
    .loan-features-description {
        font-size: 15px;
    }
    
    .personal-loan-how-it-works-title {
        font-size: 30px;
    }
    
    .documents-needed-title,
    .documents-needed-title-line2 {
        font-size: 30px;
    }
    
    .our-impact-title {
        font-size: 30px;
    }
    
    .dreams-funded-title {
        font-size: 30px;
    }
}

@media (max-width: 480px) {
    .salaried-loan-hero {
        padding: 104px 16px 0;
    }
    
    .salaried-loan-hero-container {
        gap: 24px;
        flex-direction: column;
        display: flex;
    }
    
    .salaried-loan-hero-content {
        order: 1;
    }
    
    .salaried-loan-hero-image {
        order: 2;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        justify-content: center;
        padding: 0;
        overflow: visible;
    }
    
    .salaried-loan-badge {
        padding: 4px 10px;
        font-size: 9px;
        gap: 4px;
    }
    
    .badge-icon {
        width: 10px;
        height: 10px;
    }
    
    .salaried-loan-headline {
        font-size: 40px;
        line-height: 1.1;
    }
    
    .salaried-loan-description {
        font-size: 15px;
        margin-bottom: 20px;
    }
    
    .hero-main-image {
        max-width: 310px;
        width: 100%;
        height: 350px;
        margin-left: 0;
        margin-right: 0;
        object-fit: cover;
        object-position: 20% bottom;
    }
    
    .salaried-loan-download-buttons {
        flex-direction: row;
        width: 100%;
        gap: 18px;
        justify-content: center;
    }
    
    .download-btn {
        flex: 1;
        max-width: 160px;
        justify-content: center;
        /* Increase height for better touch target on small phones with even padding */
        padding: 4px 6px;
    }
    
    .download-icon {
        /* Increase icon size inside the button on small phones */
        width: 40px;
        height: 48px;
    }
    
    .download-text {
        padding-right: 2px;
    }
    
    .download-label {
        /* Increase content size inside the download button on small phones */
        font-size: 10px;
    }
    
    .download-store {
        font-size: 14px;
    }
    
    .trust-avatar {
        width: 18px;
        height: 18px;
    }
    
    .trust-text {
        font-size: 10px;
    }
}

/* ============================================
   Loan Features Section Styles
   ============================================ */

.loan-features-section {
    padding: 100px 0;
    background: #ffffff;
}

.loan-features-container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 90px;
}

.loan-features-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
    margin-bottom: 60px;
}

.loan-features-title {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: #1a1a1a;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.loan-features-title-line1 {
    color: #A7BFE9;
    display: block;
    white-space: nowrap;
}

.loan-features-title-line2 {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 800;
    font-size: 48px;
    letter-spacing: 0;
    background: linear-gradient(180deg, #0256DB 0%, #0256DB 35%, #031450 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
    display: block;
}

.loan-features-title .highlight-blue {
    color: #065FEC;
}

.loan-features-description {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #787878;
    margin: 0;
}

.loan-features-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-bottom: 80px;
}

.loan-feature-card {
    background: #F8F7F7;
    border-radius: 16px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-height: 500px;
}

/* Disable hover effects to match personal loan cards */
.loan-feature-card:hover {
    transform: none;
    box-shadow: none;
}

/* Image container with fixed height to ensure consistent text positioning */
.loan-feature-card .feature-card-image {
    width: 100%;
    height: 320px;
    object-fit: contain;
    border-radius: 8px;
    display: block;
    flex-shrink: 0;
    margin-bottom: 24px;
}

/* Text container - always positioned at the same place */
.loan-feature-card .feature-card-title {
    margin-top: auto;
    margin-bottom: 8px;
}

.loan-feature-card .feature-card-description {
    margin-top: 0;
    margin-bottom: 0;
}

/* Third card - image touches side walls */
.loan-feature-card.loan-feature-card-third {
    padding: 0 !important;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    justify-content: flex-start;
}

.loan-feature-card-third .feature-card-image-no-padding,
.loan-feature-card-third .feature-card-image {
    width: 205% !important;
    height: auto;
    max-height: 280px;
    margin: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    position: relative;
    left: 50%;
    transform: translate(-50%, -28px) scale(1.6);
    transform-origin: top center;
    display: block;
    flex-shrink: 0;
}

/* Text content wrapper with proper padding */
.loan-feature-card-third-content {
    padding: 56px 24px 0 24px;
}

.loan-feature-card-third .feature-card-title {
    margin-bottom: 8px;
}

.loan-feature-card-third .feature-card-description {
    margin: 0;
}


.feature-card-title {
    font-family: 'Geist', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
}

.feature-card-description {
    font-family: 'Geist', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #787878;
    margin: 0;
}

.additional-features-section {
    text-align: center;
    padding-top: 60px;
}

.additional-features-title {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 48px;
    font-weight: 400;
    color: #999999;
    margin: 0 0 40px 0;
}

.additional-features-title .highlight-blue {
    color: #065FEC;
}

.additional-features-icon {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-left: 2px;
}

.additional-features-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    max-width: 1000px;
    margin: 0 auto;
    justify-content: center;
}

.additional-feature-item {
    background: #F1F7FF;
    border: none;
    border-radius: 12px;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    gap: 16px;
    font-family: 'Geist', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #1a1a1a;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.additional-feature-item:hover {
    background: #E8F2FF;
}

.feature-icon-wrapper {
    background: #D4DFFC;
    border: 4px solid #ffffff;
    border-radius: 8px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.additional-feature-item i {
    font-size: 32px;
    color: #065FEC;
    line-height: 1;
}

.feature-icon-image {
    width: 22px;
    height: 22px;
    object-fit: contain;
    display: block;
}

.additional-feature-item span {
    white-space: nowrap;
}


/* Large Screen Styles for Loan Feature Cards */
@media (min-width: 1400px) {
    .loan-feature-card {
        width: 373px;
        height: 428px;
        border-radius: 20px;
        min-height: 428px;
        padding: 24px;
        display: flex;
        flex-direction: column;
    }
    
    .loan-feature-card .feature-card-image {
        height: 240px;
        margin-bottom: 16px;
        flex-shrink: 0;
    }
    
    .loan-feature-card .feature-card-title {
        margin-top: auto;
        margin-bottom: 8px;
        font-size: 24px;
        line-height: 1.2;
    }
    
    .loan-feature-card .feature-card-description {
        font-size: 14px;
        line-height: 1.5;
        margin: 0;
    }
    
    .loan-feature-card-third {
        width: 373px;
        height: 428px;
        border-radius: 20px;
        min-height: 428px;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        justify-content: flex-start;
    }
    
    .loan-feature-card-third .feature-card-image-no-padding,
    .loan-feature-card-third .feature-card-image {
        width: 160% !important;
        height: auto;
        max-height: 260px;
        margin: 0 !important;
        padding: 0 !important;
        border-radius: 0 !important;
        position: relative;
        left: 50%;
        /* Match personal loan large-screen Lottie layout */
        transform: translate(-50%, -28px) scale(1.5);
        transform-origin: top center;
        flex-shrink: 0;
    }
    
    .loan-feature-card-third-content {
        /* Match personal loan vertical spacing on large screens */
        padding: 60px 24px 0 24px;
    }
    
    .loan-feature-card-third .feature-card-title {
        margin-bottom: 8px;
        font-size: 24px;
        line-height: 1.2;
    }
    
    .loan-feature-card-third .feature-card-description {
        font-size: 14px;
        line-height: 1.5;
        margin: 0;
    }
}

/* Responsive Design for Loan Features Section */
@media (max-width: 1024px) {
    .loan-features-section {
        padding: 80px 40px;
    }
    
    .loan-features-container {
        padding: 0 40px;
    }
    
    .loan-features-header {
        grid-template-columns: 1fr;
        gap: 32px;
        margin-bottom: 50px;
    }
    
    .loan-features-title {
        font-size: 42px;
    }
    
    .loan-features-title-line2 {
        font-size: 42px;
    }
    
    .loan-features-cards {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-bottom: 60px;
    }
    
    .loan-feature-card {
        min-height: auto;
    }
    
    .additional-features-grid {
        justify-content: center;
    }
}

/* Tablet layout: 2 columns, slightly smaller cards/images for 769px–1024px */
@media (min-width: 769px) and (max-width: 1024px) {
    /* Same size as personal loan hero image on 1024px screens */
    .hero-main-image {
        max-width: 620px !important;
    }

    .loan-features-section {
        padding: 64px 32px;
    }

    .loan-features-container {
        padding: 0 32px;
        max-width: 1000px;
    }

    .loan-features-header {
        grid-template-columns: 1.1fr 0.9fr;
        gap: 24px;
        margin-bottom: 40px;
    }

    .loan-features-title {
        font-size: 32px;
    }

    .loan-features-title-line2 {
        font-size: 34px;
    }

    .loan-features-cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
        margin-bottom: 48px;
    }

    .loan-feature-card {
        padding: 24px 20px;
        min-height: 340px;
    }

    .loan-feature-card .feature-card-image {
        height: 190px;
        max-height: 190px;
    }
}

@media (max-width: 768px) {
    .loan-features-section {
        padding: 50px 20px;
    }
    
    .loan-features-container {
        padding: 0 20px;
    }
    
    .loan-features-header {
        gap: 24px;
        margin-bottom: 40px;
    }
    
    .loan-features-title {
        font-size: 32px;
    }
    
    .loan-features-title-line2 {
        font-size: 36px;
    }
    
    .loan-features-description {
        font-size: 16px;
        line-height: 1.5;
    }
    
    .loan-features-cards {
        gap: 20px;
        margin-bottom: 50px;
    }
    
    .loan-feature-card {
        padding: 28px 20px;
        min-height: auto;
        height: auto;
        display: flex;
        flex-direction: column;
    }
    
    .loan-feature-card-third {
        padding: 0 !important;
        min-height: auto !important;
        height: auto !important;
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }
    
    .loan-feature-card-third-content {
        padding: 28px 20px 0 20px !important;
        padding-bottom: 12px !important;
        display: flex;
        flex-direction: column;
    }
    
    .loan-feature-card-third .feature-card-image-no-padding {
        width: 140%;
        height: 100px;
        max-height: 100px;
        margin: 0 !important;
        padding: 0 !important;
        border-radius: 0;
        position: relative;
        left: 50%;
        /* Pull shield Lottie higher inside the card on mobile */
        transform: translate(-50%, -20px) scale(1.4);
        transform-origin: top center;
        flex-shrink: 0;
    }
    
    .loan-feature-card-third .feature-card-title {
        margin: 0 !important;
        margin-bottom: 8px !important;
        padding: 0 !important;
    }
    
    .loan-feature-card-third .feature-card-description {
        margin: 0 !important;
        margin-bottom: 0 !important;
        padding: 0 !important;
        padding-bottom: 0 !important;
        line-height: 1.4 !important;
    }
    
    .loan-feature-card .feature-card-image {
        height: 200px;
        max-height: 200px;
        margin-bottom: 20px;
        flex-shrink: 0;
    }
    
    .feature-card-title {
        font-size: 20px;
        margin-bottom: 8px;
    }
    
    .feature-card-description {
        font-size: 14px;
    }
    
    .additional-features-section {
        padding-top: 40px;
    }
    
    .additional-features-title {
        font-size: 28px;
        margin-bottom: 32px;
    }
    
    .additional-features-icon {
        width: 20px;
        height: 20px;
        position: relative;
        top: -20px;
        margin-left: -8px;
    }
    
    .additional-features-grid {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }
    
    .additional-feature-item {
        padding: 12px 16px;
        font-size: 16px;
        white-space: normal;
        justify-content: flex-start;
    }
    
    .feature-icon-wrapper {
        width: 40px;
        height: 40px;
    }
    
    .feature-icon-image {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 480px) {
    .loan-features-section {
        padding: 40px 16px;
    }
    
    .loan-features-container {
        padding: 0 16px;
    }
    
    .loan-features-header {
        gap: 20px;
        margin-bottom: 32px;
    }
    
    .loan-features-title {
        font-size: 26px;
    }
    
    .loan-features-title-line2 {
        font-size: 30px;
    }
    
    .loan-features-description {
        font-size: 14px;
    }
    
    .loan-features-cards {
        gap: 16px;
        margin-bottom: 40px;
    }
    
    .loan-feature-card {
        padding: 24px 16px;
        min-height: auto;
        height: auto;
        display: flex;
        flex-direction: column;
    }
    
    .loan-feature-card-third {
        padding: 0 !important;
        min-height: auto !important;
        height: auto !important;
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }
    
    .loan-feature-card-third-content {
        padding: 24px 16px 0 16px !important;
        padding-bottom: 12px !important;
        display: flex;
        flex-direction: column;
    }
    
    .loan-feature-card-third .feature-card-image-no-padding {
        width: 135%;
        height: 80px;
        max-height: 80px;
        margin: 0 !important;
        padding: 0 !important;
        position: relative;
        left: 50%;
        /* Pull shield Lottie higher on small phones */
        transform: translate(-50%, -20px) scale(1.35);
        transform-origin: top center;
        flex-shrink: 0;
    }
    
    .loan-feature-card-third .feature-card-title {
        margin: 0 !important;
        margin-bottom: 8px !important;
        padding: 0 !important;
    }
    
    .loan-feature-card-third .feature-card-description {
        margin: 0 !important;
        margin-bottom: 0 !important;
        padding: 0 !important;
        padding-bottom: 0 !important;
        line-height: 1.4 !important;
    }
    
    .loan-feature-card .feature-card-image {
        height: 160px;
        max-height: 160px;
        margin-bottom: 16px;
        flex-shrink: 0;
    }
    
    .feature-card-title {
        font-size: 18px;
    }
    
    .feature-card-description {
        font-size: 13px;
    }
    
    .additional-features-section {
        padding-top: 32px;
    }
    
    .additional-features-title {
        font-size: 22px;
        margin-bottom: 24px;
    }
    
    .additional-features-icon {
        width: 18px;
        height: 18px;
        position: relative;
        top: -20px;
        margin-left: -8px;
    }
    
    .additional-feature-item {
        padding: 10px 12px;
        font-size: 14px;
        gap: 12px;
    }
    
    .feature-icon-wrapper {
        width: 36px;
        height: 36px;
        border-width: 3px;
    }
    
    .feature-icon-image {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 360px) {
    .additional-features-title {
        font-size: 20px;
        margin-bottom: 20px;
        position: relative;
        display: inline-block;
        padding-right: 16px;
    }

    .additional-features-icon {
        width: 14px;
        height: 14px;
        position: absolute;
        top: -6px;
        right: 0;
        margin-left: 0;
    }

    .additional-feature-item {
        font-size: 12px;
        padding: 8px 10px;
        gap: 10px;
    }
}

/* ============================================
   Personal Loan How It Works Section Styles
   ============================================ */

.personal-loan-how-it-works-section {
    background: #0A0E27 url('https://pocketly-public-bucket.s3.ap-south-1.amazonaws.com/81955ddd-de48-406a-a4aa-e9e734788eb4.png') center center / cover no-repeat;
    padding: 80px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    border-radius: 40px 40px 0 0;
    margin-top: -40px;
}

.personal-loan-how-it-works-container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.personal-loan-how-it-works-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    background: #065FEC;
    border-radius: 50px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    gap: 8px;
    transition: all 0.3s ease;
}

.personal-loan-how-it-works-title {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 64.11px;
    font-weight: 500;
    font-style: normal;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.personal-loan-how-it-works-title .title-line1 {
    color: #ffffff;
}

.personal-loan-how-it-works-title .title-line2 {
    color: #065FEC;
}

.personal-loan-how-it-works-content {
    display: grid;
    grid-template-columns: 1.3fr 1.3fr;
    gap: 60px;
    width: 100%;
    align-items: stretch;
}

.personal-loan-steps-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Smooth entrance animation for steps */
.personal-loan-step-item {
    opacity: 1;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.personal-loan-step-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 32px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    border: 3px solid #172437;
    border-bottom: 4px solid #172437;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    min-width: 420px;
    cursor: pointer;
    user-select: none;
}

.step-content-wrapper {
    margin: 0;
}

.personal-loan-step-item:hover {
    background: rgba(255, 255, 255, 0.08);
    border: 3px solid rgba(255, 255, 255, 0.2);
    border-bottom: 4px solid rgba(255, 255, 255, 0.2);
}

.personal-loan-step-item.active {
    background: #ffffff;
    border: 3px solid #E8F2FF;
    position: relative;
    box-shadow: 0 8px 24px rgba(6, 95, 236, 0.2);
    overflow: visible;
    border-bottom: 4px solid #E8F2FF;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Animated progress bar at the bottom that fills from left to right */
.personal-loan-step-item.active::before {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    height: 4px;
    width: 0%;
    background: linear-gradient(90deg, #065FEC 0%, #0A7FFF 50%, #065FEC 100%);
    background-size: 200% 100%;
    border-radius: 0 0 0 8px;
    /* Match self-employed page: even, linear fill across the full duration */
    animation: progressBarGrow 3s linear forwards, progressBarShimmer 3s linear infinite;
    pointer-events: none;
    z-index: 4;
    box-shadow: 0 0 12px rgba(6, 95, 236, 0.6), 0 0 20px rgba(6, 95, 236, 0.3);
}

@keyframes progressBarGrow {
    0% {
        width: 0%;
        opacity: 1;
    }
    100% {
        width: 100%;
        border-radius: 0 0 8px 8px;
        opacity: 1;
    }
}

@keyframes progressBarShimmer {
    0% {
        background-position: 200% center;
    }
    100% {
        background-position: -200% center;
    }
}

.personal-loan-step-item.active .step-text {
    color: #333333;
    position: relative;
    z-index: 3;
}

.personal-loan-step-item.active .step-number-circle {
    background: #065FEC;
    border: 2px solid #065FEC;
    position: relative;
    z-index: 3;
    box-shadow: 0 4px 12px rgba(6, 95, 236, 0.4);
}

.personal-loan-step-item.active .step-content-wrapper {
    position: relative;
    z-index: 3;
}

.step-number-circle {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #32445E;
    border: 2px solid #32445E;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    margin: 0;
    align-self: flex-end;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.step-content-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
    padding: 0;
    margin: 0;
}

.step-text {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #536073;
    text-align: left;
    margin: 0;
    padding: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.personal-loan-step-item.active .step-text {
    color: #333333;
}

.step-number-circle {
    background: #32445E;
}

.step-progress-bar {
    display: none;
}

.personal-loan-apply-now-btn {
    margin-top: 20px;
    padding: 16px 48px;
    background: #065FEC;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 12px;
    text-align: center;
    border: none;
    cursor: pointer;
    display: block;
    width: 100%;
}

/* No hover/focus/active color change for Apply Now in How It Works */
.personal-loan-how-it-works-section .personal-loan-apply-now-btn:hover,
.personal-loan-how-it-works-section .personal-loan-apply-now-btn:focus,
.personal-loan-how-it-works-section .personal-loan-apply-now-btn:active {
    background: #ffffff !important;
    color: #065FEC !important;
    opacity: 1 !important;
}

.personal-loan-phone-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 24px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    width: 561px;
    height: 714px;
    overflow: hidden;
}

.personal-loan-phone-image {
    width: 120%;
    height: 120%;
    object-fit: cover;
    object-position: center;
    filter: drop-shadow(0 20px 100px rgba(6, 95, 236, 0.7));
    transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Responsive Design for Personal Loan How It Works Section */
@media (max-width: 1024px) {
    .personal-loan-how-it-works-section {
        padding: 60px 40px;
        margin-top: -20px;
    }
    
    .personal-loan-how-it-works-container {
        padding: 0 40px;
    }
    
    .personal-loan-how-it-works-content {
        /* Stack content so phone comes first and steps below on small laptop / tablet */
        grid-template-columns: 1fr;
        gap: 40px;
        width: 100%;
    }
    
    .personal-loan-how-it-works-title {
        font-size: 48px;
    }
    
    .personal-loan-step-item {
        min-width: auto;
        width: 100%;
    }
    
    .personal-loan-phone-container {
        /* Center phone above steps for ≤1024px */
        order: -1;
        width: 100%;
        max-width: 420px;
        height: auto;
        margin: 0 auto 12px auto;
        padding: 24px;
    }
    
    .personal-loan-phone-image {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 768px) {
    .personal-loan-how-it-works-section {
        padding: 40px 20px;
        border-radius: 24px 24px 0 0;
        margin-top: -20px;
    }
    
    .personal-loan-how-it-works-container {
        padding: 0;
        gap: 24px;
    }
    
    .personal-loan-how-it-works-content {
        grid-template-columns: 1fr;
        gap: 24px;
        width: 100%;
    }
    
    .personal-loan-how-it-works-title {
        font-size: 32px;
        line-height: 1.2;
        padding: 0 20px;
    }
    
    .personal-loan-how-it-works-badge {
        font-size: 13px;
        padding: 6px 16px;
    }
    
    .personal-loan-phone-container {
        order: -1;
        padding: 20px;
        height: auto;
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }
    
    .personal-loan-phone-image {
        height: auto;
        max-width: 100%;
        width: 100%;
        filter: drop-shadow(0 10px 40px rgba(6, 95, 236, 0.5));
    }
    
    .personal-loan-steps-list {
        width: 100%;
        gap: 16px;
    }
    
    .personal-loan-step-item {
        padding: 12px 16px;
        gap: 12px;
        min-width: auto;
        width: 100%;
        border-radius: 10px;
    }
    
    .step-number-circle {
        width: 32px;
        height: 32px;
        font-size: 14px;
        flex-shrink: 0;
    }
    
    .step-text {
        font-size: 15px;
        line-height: 1.4;
    }
    
    .personal-loan-apply-now-btn {
        padding: 12px 24px;
        font-size: 15px;
        margin-top: 16px;
    }
}

@media (max-width: 480px) {
    .personal-loan-how-it-works-section {
        padding: 32px 20px;
        border-radius: 20px 20px 0 0;
    }
    
    .personal-loan-how-it-works-container {
        padding: 0;
        gap: 20px;
    }
    
    .personal-loan-how-it-works-badge {
        padding: 6px 16px;
        font-size: 12px;
    }
    
    .personal-loan-how-it-works-title {
        font-size: 28px;
        gap: 4px;
    }
    
    .personal-loan-how-it-works-title .title-line1,
    .personal-loan-how-it-works-title .title-line2 {
        display: block;
    }
    
    .personal-loan-how-it-works-section {
        padding: 32px 20px;
    }
    
    .personal-loan-how-it-works-container {
        padding: 0;
        gap: 20px;
    }
    
    .personal-loan-how-it-works-content {
        gap: 20px;
    }
    
    .personal-loan-how-it-works-title {
        font-size: 24px;
        line-height: 1.3;
        padding: 0 10px;
    }
    
    .personal-loan-phone-container {
        padding: 12px;
        max-width: 320px;
        width: 100%;
    }
    
    .personal-loan-phone-image {
        max-width: 100%;
        width: 100%;
        height: auto;
        filter: drop-shadow(0 8px 30px rgba(6, 95, 236, 0.4));
    }
    
    .personal-loan-steps-list {
        gap: 12px;
        width: 100%;
    }
    
    .personal-loan-step-item {
        padding: 10px 14px;
        gap: 10px;
        min-width: auto;
        width: 100%;
        border-radius: 8px;
    }
    
    .step-text {
        font-size: 14px;
        line-height: 1.4;
    }
    
    .step-number-circle {
        width: 28px;
        height: 28px;
        font-size: 13px;
        flex-shrink: 0;
    }
    
    .personal-loan-apply-now-btn {
        padding: 12px 20px;
        font-size: 14px;
        margin-top: 12px;
    }
    
    .personal-loan-apply-now-btn {
        padding: 12px 24px;
        font-size: 15px;
        width: 100%;
    }
}

/* ============================================
   Documents Needed Section Styles
   ============================================ */

.documents-needed-section {
    background: #ffffff;
    padding: 90px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.documents-needed-container {
    max-width: 1200px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.documents-needed-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.documents-needed-title {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.documents-needed-title-line1 {
    color: #A7BFE9;
    display: block;
    white-space: nowrap;
}

.documents-needed-title-line2 {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 800;
    font-size: 48px;
    letter-spacing: 0;
    background: linear-gradient(180deg, #0256DB 0%, #0256DB 35%, #031450 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
    display: block;
}

.documents-needed-title .highlight-blue {
    color: #065FEC;
}

.documents-needed-subtitle {
    max-width: 500px;
    font-family: 'Geist', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #666666;
    margin: 0;
}

.documents-requirements-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 8px;
}

.requirement-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #787878;
    padding: 10px 16px;
    background: #ffffff;
    border-radius: 8px;
}

.requirement-check-icon {
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0;
}

.check-icon-image {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.age-limit-item {
    background: #FBF1C1;
    border: none;
    padding: 8px 16px;
    border-radius: 8px;
    width: fit-content;
}

.age-limit-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.age-limit-item i {
    color: #434314;
    font-size:14px;
}

.documents-needed-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.documents-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-width: 100%;
}

/* ============================================
   Our Impact Section Styles
   ============================================ */

.our-impact-section {
    padding: 80px 0;
    background-color: #050B26; /* Fallback while impact background image loads */
    background-image: url('https://pocketly-public-bucket.s3.ap-south-1.amazonaws.com/6e86c41f-f9f7-49c1-a540-4e30628bcc9d.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    min-height: 400px;
    display: flex;
    align-items: center;
}

.our-impact-section::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(74, 144, 226, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    transform: translate(-50%, 50%);
}

.our-impact-section::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(74, 144, 226, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    transform: translate(50%, -50%);
}

.our-impact-container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 90px;
    display: flex;
    flex-direction: column;
    gap: 48px;
    position: relative;
    z-index: 1;
}

.our-impact-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.our-impact-title {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.our-impact-title-line1,
.our-impact-title-line2 {
    display: block;
}

.impact-light {
    color: #A7BFE9;
    
}

.impact-white {
    color: #ffffff;
    font-weight:800;
}

.our-impact-title-line2 {
    color: #A7BFE9;
}

.our-impact-title .highlight-blue {
    color: #4A90E2;
}

.our-impact-description {
    font-family: 'Geist', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #7288AD;
    line-height: 1.6;
    margin: 0;
}

.impact-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    width: 100%;
}

.impact-metric-card {
    background: #0F1B2E;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: all 0.3s ease;
}

/* .impact-metric-card:hover {
    background: rgba(26, 31, 58, 0.8);
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
} */

.metric-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.metric-icon-img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.metric-icon i,
.metric-icon i::before {
    font-size: 48px !important;
    color: #ffffff !important;
}

.metric-icon .fas,
.metric-icon .fas::before {
    font-size: 48px !important;
    color: #ffffff !important;
}

.metric-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.metric-value {
    font-family: 'Giest', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.2;
}

.metric-label {
    font-family: 'Geist', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #ECCD06;
    line-height: 1.4;
}

.impact-apply-button {
    background: #ffffff;
    color: #0A0E27;
    border-radius: 16px;
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    border: none;
    border-bottom: 5px solid #065FEC;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}


/* Responsive Design for Our Impact Section */
@media (max-width: 1024px) {
    .our-impact-section {
        padding: 60px 40px;
    }
    
    .our-impact-container {
        padding: 0 40px;
        gap: 40px;
    }
    
    .our-impact-header {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .our-impact-title {
        font-size: 42px;
    }
    
    .impact-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .impact-apply-button {
        width: 100%;
        padding: 20px 32px;
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .our-impact-section {
        padding: 50px 20px;
        min-height: auto;
    }
    
    .our-impact-container {
        padding: 0 20px;
        gap: 16px;
    }
    
    .our-impact-header {
        gap: 20px;
    }
    
    .our-impact-title {
        font-size: 32px;
    }
    
    .our-impact-description {
        font-size: 12px;
        line-height: 1.5;
    }
    
    .impact-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        gap: 10px;
    }
    
    .impact-metric-card {
        padding: 14px;
        gap: 8px;
        width: 100%;
        border-radius: 10px;
    }
    
    .impact-metric-card:first-child,
    .impact-metric-card:nth-child(2) {
        grid-row: 1;
    }
    
    .impact-apply-button {
        grid-column: 1 / -1;
        grid-row: 2;
        padding: 14px 20px;
        font-size: 16px;
        width: 100%;
    }
    
    .metric-icon-img {
        width: 28px;
        height: 28px;
    }
    
    .metric-value {
        font-size: 16px;
    }
    
    .metric-label {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .our-impact-section {
        padding: 36px 14px;
    }
    
    .our-impact-container {
        padding: 0 14px;
        gap: 20px;
    }
    
    .our-impact-title {
        font-size: 28px;
    }
    
    .our-impact-description {
        font-size: 11px;
    }
    
    .impact-row {
        gap: 8px;
    }
    
    .impact-metric-card {
        padding: 10px;
        gap: 6px;
        border-radius: 8px;
    }
    
    .metric-icon-img {
        width: 24px;
        height: 24px;
    }
    
    .metric-value {
        font-size: 14px;
    }
    
    .metric-label {
        font-size: 12px;
    }
    
    .impact-apply-button {
        padding: 12px 16px;
        font-size: 14px;
    }
}

/* Responsive Design for Documents Needed Section */
@media (max-width: 1024px) {
    .documents-needed-section {
        padding: 70px 40px;
    }
    
    .documents-needed-container {
        /* Stack into a single column on small laptop / tablet */
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .documents-needed-image {
        /* Bring Lottie block above the text/steps on ≤1024px */
        order: -1;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .documents-image {
        max-width: 420px;
        width: 100%;
        height: auto;
    }
    
    .documents-needed-title {
        font-size: 40px;
    }
    
    .documents-needed-title-line2 {
        font-size: 48px;
    }
}

@media (max-width: 768px) {
    .documents-needed-section {
        padding: 50px 20px;
    }
    
    .documents-needed-container {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    
    .documents-needed-content {
        gap: 20px;
    }
    
    .documents-needed-title {
        font-size: 32px;
    }
    
    .documents-needed-title-line2 {
        font-size: 36px;
    }
    
    .documents-needed-subtitle {
        font-size: 16px;
        max-width: 100%;
    }
    
    .documents-needed-image {
        order: -1;
    }
    
    .requirement-item {
        font-size: 15px;
        padding: 10px 14px;
    }
}

@media (max-width: 480px) {
    .documents-needed-section {
        padding: 40px 16px;
    }
    
    .documents-needed-container {
        gap: 24px;
    }
    
    .documents-needed-content {
        gap: 16px;
    }
    
    .documents-needed-title {
        font-size: 24px;
    }
    
    .documents-needed-title-line2 {
        font-size: 28px;
    }
    
    .documents-needed-subtitle {
        font-size: 14px;
        line-height: 1.5;
    }
    
    .documents-requirements-list {
        gap: 6px;
    }
    
    .requirement-item {
        font-size: 13px;
        padding: 8px 12px;
        gap: 10px;
    }
    
    .check-icon-image {
        width: 20px;
        height: 20px;
    }
    
    .age-limit-icon {
        width: 18px;
        height: 18px;
    }
}

/* ============================================
   Dreams Funded Section Styles
   ============================================ */

.dreams-funded-section {
    background-color: #ffffff;
    padding: 100px 0;
    min-height: 1200px; /* Increased height */
    background-image: url('https://pocketly-public-bucket.s3.ap-south-1.amazonaws.com/b360dfca-8cf9-41e1-9cd9-3bb160d629e6.png');
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.dreams-funded-container {
    max-width: 2000px;
    width: 100%;
    margin: 0 auto;
    padding: 0 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.dreams-funded-title {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    margin: 0;
    margin-top: -40px; /* Move title up */
}

.dreams-text {
    color: #71540A;
}

.equals-sign {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
}

.funded-text {
    color: #000000;
}

.dreams-funded-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 170px; /* Increased gap to move cards away from phone */
    width: 100%;
    position: relative;
}

.dreams-left-images,
.dreams-right-images {
    display: flex;
    flex-direction: column;
    gap: 80px; /* Increased from 50px to add more space between cards in each column */
    align-items: center;
    margin-top: 110px; /* Bring cards down */
}

.dream-image-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    position: relative;
}

.dream-image-item-closer {
    margin-left: 0;
    margin-right: -100px; /* Bring Fitness card closer to phone (but proportionally less than other cards) */
}

.dreams-right-images .dream-image-item-closer {
    margin-left: -100px; /* Bring Upskilling card closer to phone (but proportionally less than other cards) */
    margin-right: 0;
}

.dream-image {
    width: 209px;
    height: 167px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.dream-label {
    font-family: 'Geist', sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 0 0 16px 16px;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
}

.household-label {
    background: rgba(81, 188, 24, 0.75); /* #51BC18 with more transparency */
}

.fitness-label {
    background: rgba(125, 17, 183, 0.75); /* #7D11B7 with more transparency */
}

.travel-label {
    background: rgba(15, 118, 182, 0.75); /* #0F76B6 with more transparency */
}

.gadgets-label {
    background: rgba(21, 180, 186, 0.75); /* #15B4BA with more transparency */
}

.upskilling-label {
    background: rgba(184, 114, 17, 0.75); /* #B87211 with more transparency */
}

.medical-label {
    background: rgba(187, 176, 23, 0.75); /* #BBB017 with more transparency */
}

.dreams-center-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    position: relative;
    background-image: url('https://pocketly-public-bucket.s3.ap-south-1.amazonaws.com/1e078e9a-c9af-4515-9fb4-c6d341ae3de4.png');
    background-size: 200px ;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px;
    margin-top: 100px; /* Move phone image down */
}

.phone-image {
    max-width: 450px;
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: none; /* Removed shadow */
    position: relative;
    z-index: 3;
}

/* Carousel - Hidden by default, shown on mobile */
.dreams-carousel-wrapper {
    display: none;
}

.dreams-funded-tagline {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 36px;
    text-align: center;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.tagline-line1 {
    display: block;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 400;
    font-size: 36px;
    color: #000000;
}

.tagline-line2 {
    display: block;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 400;
    font-size: 36px;
    color: #000000;
}

.trusted-text {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #71540A;
}

/* Responsive Design for Dreams Funded Section */
@media (max-width: 1024px) {
    .dreams-funded-section {
        padding: 80px 40px;
        min-height: auto;
    }
    
    .dreams-funded-container {
        padding: 0 40px;
        gap: 50px;
    }
    
    .dreams-funded-content {
        gap: 40px;
    }
    
    .dreams-left-images,
    .dreams-right-images {
        gap: 50px;
        margin-top: 60px;
    }
    
    .dream-image {
        width: 160px;
        height: 128px;
    }
    
    .phone-image {
        max-width: 300px;
    }
    
    .dream-image-item-closer {
        margin-left: 0;
        margin-right: 0;
    }
    
    .dreams-right-images .dream-image-item-closer {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .dreams-funded-section {
        padding: 60px 20px;
        background-size: 230% auto !important;
        background-position: center -20px !important;
    }
    
    .dreams-funded-container {
        padding: 0 20px;
        gap: 40px;
    }
    
    .dreams-funded-title {
        font-size: 36px;
        margin-top: 0;
    }
    
    .dreams-funded-content {
        flex-direction: column;
        gap: 32px;
    }
    
    .dreams-left-images {
        order: 1;
        flex-direction: row !important;
        gap: 12px;
        flex-wrap: wrap !important;
        justify-content: center;
        margin-top: 0;
        width: 100%;
        align-items: flex-start;
    }
    
    .dreams-left-images .dream-image-item {
        display: flex !important;
        flex-direction: column !important;
        margin-bottom: 0;
    }
    
    .dreams-left-images .dream-image-item:first-child {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        display: flex !important;
        align-items: center !important;
    }
    
    .dreams-left-images .dream-image-item:first-child .dream-image {
        width: calc(50% - 6px) !important;
        max-width: calc(50% - 6px) !important;
    }
    
    .dreams-left-images .dream-image-item:first-child .dream-label {
        width: calc(50% - 6px) !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        right: auto !important;
    }
    
    .dreams-left-images .dream-image-item:nth-child(2),
    .dreams-left-images .dream-image-item:nth-child(3) {
        flex: 0 0 calc(50% - 6px) !important;
        width: calc(50% - 6px) !important;
        max-width: calc(50% - 6px) !important;
    }
    
    .dreams-left-images .dream-image-item .dream-image {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        aspect-ratio: 209 / 167;
    }
    
    .dreams-center-phone {
        order: 2;
        margin-top: 0;
        padding: 20px;
    }
    
    .dreams-right-images {
        order: 3;
        flex-direction: row !important;
        gap: 12px;
        flex-wrap: wrap !important;
        justify-content: center;
        margin-top: 0;
        width: 100%;
        align-items: flex-start;
    }
    
    .dreams-right-images .dream-image-item {
        flex: 0 0 calc(50% - 6px) !important;
        width: calc(50% - 6px) !important;
        max-width: calc(50% - 6px) !important;
        margin-bottom: 0;
        display: flex !important;
        flex-direction: column !important;
    }
    
    .dreams-right-images .dream-image-item:first-child {
        order: 3;
    }
    
    .dreams-right-images .dream-image-item:nth-child(2) {
        order: 1;
    }
    
    .dreams-right-images .dream-image-item:nth-child(3) {
        order: 2;
    }
    
    .dreams-right-images .dream-image-item .dream-image {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        aspect-ratio: 209 / 167;
    }
    
    .dream-image-item-closer {
        margin-left: 0;
        margin-right: 0;
    }
    
    /* General dream-image rule - only applies if not overridden by more specific rules above */
    .dream-image {
        width: 100%;
        max-width: 120px;
        height: auto;
        aspect-ratio: 209 / 167;
    }
    
    .phone-image {
        max-width: 240px;
    }
    
    .dream-label {
        font-size: 14px;
        padding: 6px 12px;
        white-space: normal;
        line-height: 1.3;
    }
    
    .dreams-funded-tagline {
        font-size: 28px;
    }
    
    .tagline-line1,
    .tagline-line2 {
        font-size: 28px;
    }
    
    .trusted-text {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .dreams-funded-section {
        padding: 40px 16px;
        overflow: hidden;
        background-size: 230% auto !important;
        background-position: center -20px !important;
    }
    
    .dreams-funded-container {
        padding: 0;
        gap: 24px;
        display: flex;
        flex-direction: column;
    }
    
    .dreams-funded-title {
        font-size: 28px;
    }
    
    .dreams-funded-content {
        display: flex;
        flex-direction: column;
        gap: 24px;
        width: 100%;
        overflow: visible;
    }
    
    .dreams-carousel-wrapper {
        order: 2;
    }
    
    .dreams-center-phone {
        order: 1;
        padding: 20px 0;
        margin: 0;
        background: none;
    }
    
    .phone-image {
        max-width: 220px;
    }
    
    /* Hide desktop card layouts on mobile */
    .dreams-left-images,
    .dreams-right-images {
        display: none !important;
    }
    
    /* Show carousel on mobile */
    .dreams-carousel-wrapper {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 100%;
        position: relative;
        gap: 16px;
        padding: 0;
        margin: 0 auto;
        box-sizing: border-box;
    }
    
    .dreams-carousel-container {
        overflow: hidden;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
    }
    
    .dreams-carousel-track {
        display: flex;
        gap: 16px;
        transition: transform 0.4s ease-out;
        will-change: transform;
        padding-left: 0;
    }
    
    /* Carousel card styling - 170x152px cards */
    .dreams-carousel-track .dream-image-item {
        flex: 0 0 170px !important;
        min-width: 170px !important;
        max-width: 170px !important;
        width: 170px !important;
        display: flex !important;
        flex-direction: column !important;
        position: relative !important;
        height: auto !important;
    }
    
    .dreams-carousel-track .dream-image {
        width: 170px !important;
        height: 152px !important;
        max-width: 170px !important;
        max-height: 152px !important;
        min-width: 170px !important;
        min-height: 152px !important;
        border-radius: 16px !important;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1) !important;
        object-fit: cover !important;
    }
    
    .dreams-carousel-track .dream-label {
        font-family: 'Geist', sans-serif !important;
        font-size: 12px !important;
        font-weight: 500 !important;
        padding: 6px 12px !important;
        border-radius: 0 0 16px 16px !important;
        color: #ffffff !important;
        text-align: center !important;
        white-space: normal !important;
        line-height: 1.3 !important;
        position: absolute !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        z-index: 10 !important;
        transform: none !important;
        overflow: visible !important;
        text-overflow: clip !important;
    }
    
    /* Label colors for carousel */
    .dreams-carousel-track .household-label {
        background: rgba(81, 188, 24, 0.75);
    }
    
    .dreams-carousel-track .fitness-label {
        background: rgba(125, 17, 183, 0.75);
    }
    
    .dreams-carousel-track .travel-label {
        background: rgba(15, 118, 182, 0.75);
    }
    
    .dreams-carousel-track .gadgets-label {
        background: rgba(21, 180, 186, 0.75);
    }
    
    .dreams-carousel-track .upskilling-label {
        background: rgba(184, 114, 17, 0.75);
    }
    
    .dreams-carousel-track .medical-label {
        background: rgba(187, 176, 23, 0.75);
    }
    
    /* Navigation container - centered below carousel */
    .carousel-nav-container {
        display: flex;
        gap: 12px;
        justify-content: center;
        align-items: center;
        margin-top: 0;
    }
    
    /* Navigation buttons - NO EFFECTS */
    .carousel-nav {
        width: 40px;
        height: 40px;
        min-width: 40px;
        min-height: 40px;
        border: none;
        outline: none;
        background: #075DED;
        color: #ffffff;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        flex-shrink: 0;
        padding: 0;
        transition: none;
    }
    
    .carousel-nav:hover,
    .carousel-nav:active,
    .carousel-nav:focus {
        background: #075DED;
        color: #ffffff;
        border: none;
        outline: none;
        transform: none;
    }
    
    .carousel-nav[disabled] {
        background: #f1f5f9;
        color: #cbd5e1;
        cursor: not-allowed;
        opacity: 1;
    }
    
    .carousel-nav svg {
        width: 20px;
        height: 20px;
    }
    
    /* Make cards compact on small screens – hard cap at 100px */
    .dreams-left-images .dream-image-item .dream-image,
    .dreams-right-images .dream-image-item .dream-image,
    .dream-image {
        width: 100px !important;
        height: 100px !important;
        max-width: 100px !important;
        max-height: 100px !important;
        aspect-ratio: auto;
        position: relative !important;
        display: block !important;
    }

    /* Ensure each card container matches image width and centers content */
    .dreams-left-images .dream-image-item,
    .dreams-right-images .dream-image-item,
    .dream-image-item {
        width: 100px !important;
        max-width: 100px !important;
        min-width: 100px !important;
        flex: 0 0 100px !important;
        overflow: visible !important;
        position: relative !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    /* Keep labels centered and overlaid at the bottom of the image */
    .dreams-left-images .dream-image-item .dream-label,
    .dreams-right-images .dream-image-item .dream-label,
    .dream-label {
        width: 100px !important;
        max-width: 100px !important;
        min-width: 100px !important;
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%) !important;
        box-sizing: border-box !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        padding: 3px 2px !important;
        font-size: 9px !important;
        line-height: 1.2 !important;
        position: absolute !important;
        bottom: 0 !important;
        top: auto !important;
        margin: 0 !important;
        border: none !important;
        text-align: center !important;
    }

    /* Allow long labels to wrap to 2 lines */
    .household-label,
    .medical-label {
        white-space: normal !important;
        line-height: 1.2 !important;
        padding: 3px 2px !important;
        height: auto !important;
        min-height: 20px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        word-break: break-word !important;
        hyphens: none !important;
    }

    /* Hard override Household (first card) so it matches other cards */
    .dreams-left-images .dream-image-item:first-child .dream-image,
    .dreams-left-images .dream-image-item:first-child .dream-label {
        width: 100px !important;
        max-width: 100px !important;
        min-width: 100px !important;
    }

    /* Left side cards: 1 centered card in first row, 2 cards in second row */
    .dreams-left-images {
        justify-content: center !important;
        row-gap: 8px !important;
        column-gap: 120px !important;
        margin-top: 0 !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        align-items: flex-start !important;
        max-width: 470px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    /* Make right column cards: 2 in first row, 1 centered in second row */
    .dreams-right-images {
        justify-content: center !important;
        row-gap: 8px !important;
        column-gap: 120px !important;
        margin-top: 0 !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        align-items: flex-start !important;
        max-width: 470px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    /* Left side: First card centered, then 2 cards below */
    .dreams-left-images .dream-image-item:first-child {
        order: 1 !important;
        flex: 0 0 100% !important;
        display: flex !important;
        justify-content: center !important;
        margin-bottom: -20px !important;
    }

    .dreams-left-images .dream-image-item:nth-child(2),
    .dreams-left-images .dream-image-item:nth-child(3) {
        order: 2 !important;
        flex: 0 0 100px !important;
        width: 100px !important;
        max-width: 100px !important;
    }

    /* Right side: 2 cards in first row, 1 centered in second row */
    .dreams-right-images .dream-image-item {
        flex: 0 0 100px !important;
        width: 100px !important;
        max-width: 100px !important;
    }

    .dreams-right-images .dream-image-item:nth-child(1),
    .dreams-right-images .dream-image-item:nth-child(2) {
        order: 1 !important;
    }

    .dreams-right-images .dream-image-item:nth-child(3) {
        order: 2 !important;
        flex: 0 0 100% !important;
        display: flex !important;
        justify-content: center !important;
        margin-top: -20px !important;
    }
    
    .dreams-funded-tagline {
        font-size: 20px;
        gap: 4px;
        margin-top: 20px;
    }
    
    .tagline-line1,
    .tagline-line2 {
        font-size: 20px;
    }
    
    .trusted-text {
        font-size: 20px;
        font-weight: 700;
    }
}

/* Hide carousel on desktop */
@media (min-width: 481px) {
    .dreams-carousel-wrapper {
        display: none !important;
    }
}

/* ============================================
   Personal Loan Content Section Styles
   ============================================ */

.personal-loan-content-section {
    background: #ffffff;
    padding: 80px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 500px;
}

.personal-loan-content-container {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 0 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.personal-loan-content-headline {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    color: #333333;
    margin: 0;
    white-space: normal;
    max-width: 100%;
}

.personal-loan-content-headline .highlight-blue {
    color: #065FEC;
}

.personal-loan-content-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.personal-loan-paragraph {
    font-family: 'Geist', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: #6B6B7C;
    width: 100%;
    margin: 0;
    text-align: center;
}

.personal-loan-cta-container {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 0;
}

.personal-loan-apply-btn {
    display: flex;
    width:360px;
    height:111px;
    background: #065FEC;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 8px;
    text-align: center;
    border: none;
    cursor: pointer;
}

.personal-loan-apply-btn:hover {
    background: #0548c4;
    color: #ffffff;
}


/* Responsive Design for Content Section */
@media (max-width: 1440px) {
    .personal-loan-content-headline {
        font-size: 42px;
    }
}

@media (max-width: 1200px) {
    .personal-loan-content-headline {
        font-size: 38px;
    }
}

@media (max-width: 1024px) {
    .personal-loan-content-section {
        padding: 70px 40px;
    }
    
    .personal-loan-content-container {
        padding: 0 40px;
    }
    
    .personal-loan-content-headline {
        font-size: 34px;
    }
}

@media (max-width: 768px) {
    .personal-loan-content-section {
        padding: 50px 20px;
    }
    
    .personal-loan-content-container {
        padding: 0 20px;
        gap: 28px;
    }
    
    .personal-loan-content-headline {
        font-size: 32px;
        white-space: normal;
        line-height: 1.3;
    }
    
    .personal-loan-content-text {
        gap: 12px;
    }
    
    .personal-loan-paragraph {
        font-size: 16px;
        line-height: 1.5;
    }
    
    .personal-loan-apply-btn {
        width: 100%;
        max-width: 320px;
        height: auto;
        padding: 18px 32px;
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .personal-loan-content-section {
        padding: 40px 16px;
    }
    
    .personal-loan-content-container {
        padding: 0 16px;
        gap: 24px;
    }
    
    .personal-loan-content-headline {
        font-size: 24px;
        line-height: 1.2;
    }
    
    .personal-loan-content-text {
        gap: 10px;
    }
    
    .personal-loan-paragraph {
        font-size: 14px;
        line-height: 1.4;
    }
    
    .personal-loan-apply-btn {
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 16px 24px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    /* Hide desktop card layouts on mobile */
    .dreams-left-images,
    .dreams-right-images {
        display: none !important;
    }

    /* Show carousel on mobile */
    .dreams-carousel-wrapper {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 100%;
        position: relative;
        gap: 16px;
        padding: 0;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .dreams-carousel-container {
        overflow: hidden;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
    }

    .dreams-carousel-track {
        display: flex;
        gap: 16px;
        transition: transform 0.4s ease-out;
        will-change: transform;
        padding-left: 0;
    }

    /* Carousel card styling - 170x152px cards */
    .dreams-carousel-track .dream-image-item {
        flex: 0 0 170px !important;
        min-width: 170px !important;
        max-width: 170px !important;
        width: 170px !important;
        display: flex !important;
        flex-direction: column !important;
        position: relative !important;
        height: auto !important;
    }

    .dreams-carousel-track .dream-image {
        width: 170px !important;
        height: 152px !important;
        max-width: 170px !important;
        max-height: 152px !important;
        min-width: 170px !important;
        min-height: 152px !important;
        border-radius: 16px !important;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1) !important;
        object-fit: cover !important;
    }

    .dreams-carousel-track .dream-label {
        font-family: 'Geist', sans-serif !important;
        font-size: 12px !important;
        font-weight: 500 !important;
        padding: 6px 12px !important;
        border-radius: 0 0 16px 16px !important;
        color: #ffffff !important;
        text-align: center !important;
        white-space: normal !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        max-width: 170px !important;
        box-sizing: border-box !important;
        position: absolute !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        bottom: 0 !important;
    }

    /* Color coding for labels */
    .dreams-carousel-track .household-label {
        background: rgba(81, 188, 24, 0.75);
    }
    
    .dreams-carousel-track .fitness-label {
        background: rgba(125, 17, 183, 0.75);
    }
    
    .dreams-carousel-track .travel-label {
        background: rgba(15, 118, 182, 0.75);
    }
    
    .dreams-carousel-track .gadgets-label {
        background: rgba(21, 180, 186, 0.75);
    }
    
    .dreams-carousel-track .upskilling-label {
        background: rgba(184, 114, 17, 0.75);
    }
    
    .dreams-carousel-track .medical-label {
        background: rgba(187, 176, 23, 0.75);
    }

    /* Navigation container - centered below carousel */
    .carousel-nav-container {
        display: flex;
        gap: 12px;
        justify-content: center;
        align-items: center;
    }

    .carousel-nav {
        width: 36px;
        height: 36px;
        border-radius: 999px;
        border: 1px solid rgba(15, 23, 42, 0.12);
        background: rgba(255, 255, 255, 0.9);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.2s ease-out;
        color: #0F172A;
        box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
    }

    .carousel-nav:hover {
        background: #0F172A;
        color: #ffffff;
        transform: translateY(-1px);
        box-shadow: 0 6px 14px rgba(15, 23, 42, 0.15);
    }

    .carousel-nav svg {
        width: 18px;
        height: 18px;
    }
}
