.finance-hero {
    background-color: #ffffff;
}

/* Text */
.finance-title {
    font-size: 42px;
    font-weight: 500;
    color: #111;
}

.finance-desc {
    font-size: 16px;
    color: #555;
    max-width: 520px;
    line-height: 1.6;
}

/* Button */
.finance-btn {
    padding: 12px 30px;
    border-radius: 50px;
    background-color: #2b3cff;
    border: none;
}

.finance-btn:hover {
    background-color: #1f2ee8;
}

/* Image */
.finance-image img {
    border-radius: 20px;
}

/* Floating Trust Card */
.trust-card {
    position: absolute;
    bottom: -25px;
    left: 30px;
    background: #f5f3ef;
    padding: 18px 20px;
    border-radius: 12px;
    max-width: 300px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.trust-card h6 {
    font-weight: 600;
    margin-bottom: 6px;
}

.trust-card p {
    font-size: 13px;
    color: #666;
    margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .finance-title {
        font-size: 32px;
    }

    .trust-card {
        position: static;
        margin-top: 15px;
    }
}



/* finance-areas */
.finance-areas {
    background-color: #ffffff;
}

/* Title */
.section-title {
    font-size: 32px;
    font-weight: 600;
    color: #333;
}

.section-subtitle {
    font-size: 15px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

/* Card */
.finance-card {
    background: #fff;

    border-radius: 14px;
    padding: 30px 22px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
}

/* Hover Effect – NO stroke, only shadow */
.finance-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);

}

.finance-card img {
    width: 42px;
    margin-bottom: 18px;
}

.finance-card h6 {
    font-weight: 600;
    margin-bottom: 10px;
    color: #222;
}

.finance-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/* Hover Effect */
.finance-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    border-color: #2b3cff;
}

.finance-card:hover h6 {
    color: #2b3cff;
}

/* Responsive */
@media (max-width: 768px) {
    .section-title {
        font-size: 26px;
    }
}


/* financial-clarity */

.financial-clarity {
    background-color: #ffffff;
}

/* Image */
.image-box img {
    border-radius: 16px;
}

/* Floating Badge */
.experience-badge {
    position: absolute;
    bottom: -15px;
    left: 30px;
    background: #ffffff;
    padding: 10px 18px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #2b3cff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

/* Text */
.clarity-title {
    font-size: 32px;
    font-weight: 600;
    color: #333;
}

.clarity-text {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 16px;
}

/* Responsive */
@media (max-width: 991px) {
    .clarity-title {
        font-size: 26px;
    }

    .experience-badge {
        position: static;
        margin-top: 12px;
        display: inline-block;
    }
}


/* loan-decision */

.loan-decision {
    background-color: #ffffff;
}

/* Left Content */
.loan-title {
    font-size: 32px;
    font-weight: 600;
    color: #333;
}

.loan-text {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
}

/* Highlight Boxes */
.highlight-box {
    background: #f7f5f2;
    border-radius: 10px;
    padding: 18px;
}

.highlight-box h6 {
    font-weight: 600;
    margin-bottom: 6px;
}

.highlight-box p {
    font-size: 13px;
    color: #666;
    margin: 0;
}

/* Framework Card */
.framework-card {
    background: #ffffff;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 28px;
}

/* Steps */
.framework-title {
    font-weight: 600;
}

.framework-step {
    display: flex;
    gap: 16px;
    position: relative;
    padding-bottom: 26px;
}

.framework-step:not(.last)::after {
    content: "";
    position: absolute;
    left: 16px;
    top: 38px;
    width: 2px;
    height: 100%;
    background: #e6e6e6;
}

.step-circle {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-circle.blue {
    background: #1f3cff;
}

.step-circle.green {
    background: #4caf50;
}

.framework-step h6 {
    margin-bottom: 4px;
    font-weight: 600;
}

.framework-step p {
    font-size: 13px;
    color: #666;
    margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .loan-title {
        font-size: 26px;
    }
}

/* investment-section */

.investment-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.investment-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.investment-card:hover {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

/* Tags */
.tag-group {
    margin-top: 15px;
}

.tag {
    display: inline-block;
    background-color: #f1f8e9;
    color: #4f7c28;
    font-size: 13px;
    padding: 6px 14px;
    border-radius: 50px;
    margin-right: 8px;
    margin-bottom: 8px;
}

/* mentorship-section */

.mentorship-section {
    background-color: #123b6d;
}

/* Cards */
.mentorship-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 30px 20px;
    transition: all 0.3s ease;
}

.mentorship-card:hover {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}

/* Icon */
.icon-box {
    width: 48px;
    height: 48px;
    margin: 0 auto;
    background-color: #eef3ff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}



/* why-finmantra */

.why-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 22px;
    transition: all 0.3s ease;
    height: 100%;
}

.why-card:hover {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

/* LEFT icon */
.icon-box {
    min-width: 40px;
    height: 40px;
    background: #eef3ff;
    border-radius: 10px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 18px;
}

.icon-box img {
    width: 30px;
    height: 30px;
}

/* Text */
.why-card h6 {
    font-weight: 600;
    margin-bottom: 6px;
}

.why-card p {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 0;
}

/* cta-section */

.cta-box {
    background: #0f3b75;
    border-radius: 12px;
    padding: 60px 30px;
    color: #ffffff;
}

.cta-box h2 {
    font-weight: 600;
    margin-bottom: 16px;
}

.cta-box p {
    max-width: 620px;
    margin: 0 auto 30px;
    font-size: 15px;
    color: #dbe6ff;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

/* Button tweaks */
.btn-primary {
    background-color: #2f5bff;
    border: none;
    padding: 10px 26px;
    border-radius: 30px;
}

.btn-outline-light {
    padding: 10px 26px;
    border-radius: 30px;
}

/* Responsive text center already handled */
/* video */
.brand-video-section {
    background: #f8f9fa;
}

.video-container {
    position: relative;
    max-width: 900px;
    margin: auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Play Button Circle */
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95px;
    height: 95px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s ease;
}
.volume-btn {
  position: absolute;
  bottom: 20px;
  right: 80px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

/* Blue Triangle */
.play-btn span {
    width: 0;
    height: 0;
    border-left: 24px solid #2f5bff;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
}

/* Responsive */
@media (max-width: 768px) {
    .play-btn {
        width: 70px;
        height: 70px;
    }

    .play-btn span {
        border-left: 18px solid #2f5bff;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }
}



/* Make video taller */
.video-container video {
    width: 100%;
    height: 500px;
    /* 👈 Increase height */
    object-fit: cover;
    /* Prevent distortion */
}

/* Responsive height */
@media (max-width: 992px) {
    .video-container video {
        height: 380px;
    }
}

@media (max-width: 576px) {
    .video-container video {
        height: 260px;
    }
}

.video-caption {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 6px;
    white-space: nowrap;
    /* Force 1 line */
    overflow: hidden;
    text-overflow: ellipsis;
    /* Add ... if too long */
    max-width: 90%;
}

@media (max-width: 768px) {
    .video-caption {
        font-size: 13px;
        /* Smaller font */
        padding: 6px 12px;
        /* Less padding */
        bottom: 10px;
        /* Slightly closer */
    }
}


.video-container {
    position: relative;
    overflow: hidden;
}

.video-toggle {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s ease;
}

.video-toggle:hover {
    background: rgba(0, 0, 0, 0.9);
}

/*  e catgloue */
/* Section */
.catalog-section {
    padding: 80px 0;
}

/* Heading */
.catalog-title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}

.catalog-subtitle {
    text-align: center;
    margin-bottom: 30px;
}

/* Wrapper */
.flip-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

/* Flipbook */
#flipbook {
    margin: auto;
}

/* Page */
#flipbook .page {
    background: #fff;
    overflow: hidden;
}

/* Image */
#flipbook img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* IMPORTANT */
}

/* Shadow */
#flipbook .page {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Buttons */
.btn {
    margin: 5px;
}

/* COVER PAGE */
.cover-content {
    display: flex;
    height: 100%;
}

.cover-left {
    width: 50%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cover-left h2 {
    font-weight: 700;
    margin-bottom: 15px;
}

.cover-left p {
    font-size: 15px;
    line-height: 1.6;
}

.cover-right {
    width: 50%;
}

.cover-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* END PAGE */
.end-page {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.end-content h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.end-content p {
    margin-bottom: 20px;
}

/* MOBILE */
@media (max-width: 768px) {

    .cover-content {
        flex-direction: column;
    }

    .cover-left,
    .cover-right {
        width: 100%;
    }

    .cover-left {
        padding: 20px;
        text-align: center;
    }
}

/* Fix wide screen stretching issue */
.flip-wrapper {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

#flipbook {
    width: 100%;
}

/* Mobile optimization for end page */
@media (max-width: 480px) {

    .end-page h1 {
        font-size: 24px !important;
        line-height: 1.2;
    }

    .end-page p {
        font-size: 14px !important;
        margin-top: 8px;
    }

    .end-page .btn,
    .end-page button {
        font-size: 13px !important;
        padding: 8px 14px !important;
        border-radius: 6px;
    }

    .end-page {
        padding: 15px 10px !important;
        text-align: center;
    }
}