.home-artical-image img,
.home-slider .item img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.header-top-slate a i,
.header-top-slate span i,
.home-article-short-content h2:hover {
    color: var(--primary-color);
}
.social-icons a i {
    font-size: 18px;
}
.header-navigation {
    height: 60px;
}
.home-slider,
.home-slider .item {
    height: calc(100vh - 80px);
}
.header-navigation li a {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase !important;
}
.header-logo a {
    font-size: 25px;
    font-weight: 700;
    color: var(--dark-color);
}
.header-action-buttons a {
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 5px 10px;
    font-size: 14px;
    text-transform: uppercase !important;
}
.home-slider .item {
    width: 100%;
}
.home-category-sectiion {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    gap: 20px;
    grid-auto-flow: dense;
}
.home-slider-overlay {
    background-color: rgba(0, 0, 0, 0.5);
}
.home-content-button,
.strip-container {
    background-color: var(--primary-color);
}
.home-slider-content {
    width: 50%;
}
.home-slider-content h1 {
    font-size: 35px !important;
    font-weight: 600;
}
.home-slider-content p {
    font-weight: 400;
    line-height: 1.5rem;
    letter-spacing: 0.1cap;
}
.home-content-button {
    color: var(--white-color);
    padding: 8px 15px;
}
.strip-content h2 {
    font-size: 25px !important;
}
.home-articals {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    grid-auto-flow: dense;
}
.home-artical-image {
    height: 200px;
    overflow: hidden;
}
.home-artical-image img {
    transition: 0.4s ease-in-out;
}
.home-artical-image:hover img {
    transform: scale(1.2);
    transition: 0.4s ease-in-out;
}
.home-article-short-content h2 {
    font-size: 22px !important;
    font-weight: 500;
}
.about-finance-section {
    min-height: 400px;
}

/* ----------------------------------PMS Section ---------------------------------- */

/* ========== HERO SECTION WITH BACKGROUND IMAGE ========== */
.pms-hero {
    /* padding: 14rem 0 10rem; */
    background: linear-gradient(
            to bottom,
            rgba(10, 26, 58, 0.88),
            rgba(10, 26, 58, 0.75)
        ),
        linear-gradient(135deg, rgba(212, 175, 55, 0.18), transparent 70%);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
    color: white;
    text-align: center;
    z-index: 0;
}

.pms-hero::before {
    content: "";
    position: absolute;
    top: -180px;
    right: -220px;
    width: 950px;
    height: 950px;
    background: radial-gradient(
        circle,
        rgba(212, 175, 55, 0.28),
        transparent 72%
    );
    filter: blur(2px);
    z-index: 0;
}

.pms-hero .container {
    position: relative;
    z-index: 2;
}

.pms-hero h1 {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: 4.2rem;
    line-height: 1.2;
    text-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
    letter-spacing: 0.5px;
}

.pms-title {
    /* font-family: 'Playfair Display', serif; */
    font-weight: 700;
    color: #0a1a3a;
    font-size: 2.5rem;
    position: relative;
    display: inline-block;
    letter-spacing: 0.5px;
}

.pms-title::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 110px;
    height: 5px;
    background: #d4af37;
    border-radius: 3px;
    box-shadow: 0 3px 8px rgba(212, 175, 55, 0.5);
}

.pms-btn-primary {
    background: linear-gradient(135deg, #0a1a3a, #1e2a46);
    color: white;
    border: none;
    padding: 1.1rem 3rem;
    border-radius: 16px;
    font-weight: 600;
    font-size: 1.15rem;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(10, 26, 58, 0.3);
}

.pms-btn-primary:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(10, 26, 58, 0.45);
    color: white;
}

.pms-btn-accent {
    background: transparent;
    color: #d4af37;
    border: 2px solid #d4af37;
    padding: 0.9rem 2.6rem;
    border-radius: 16px;
    font-weight: 600;
    transition: all 0.4s ease;
}

.pms-btn-accent:hover {
    background: #d4af37;
    color: white;
    box-shadow: 0 15px 35px rgba(212, 175, 55, 0.4);
}

.pms-card {
    background: white;
    padding: 2rem;
    border-radius: 20px;
    /* box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08); */
    border: 2px solid #c8cddd;
    transition: all 0.4s ease;
    height: 100%;
}

.pms-card:hover {
    transform: translateY(-15px);
    border-color: #d4af37;
    /* box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15); */
}

.pms-cta-split {
    /* width: 80%; */
    background: linear-gradient(120deg, #0a1a3a 55%, #102a5e);
    /* border-radius: 40px; */
    /* margin: 6rem auto; left-right auto spacing */

    box-shadow: 0 35px 80px rgba(10, 26, 58, 0.5);
}

.cta-box {
    background: rgba(255, 255, 255, 0.08);
    padding: 10px 0px;
    border-radius: 20px;
    transition: 0.3s;
    height: 100%;
}

.cta-box:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-6px);
}

@media (max-width: 992px) {
    .pms-hero {
        padding: 10rem 0 8rem;
        background-attachment: scroll;
    }

    .pms-hero h1 {
        font-size: 3.4rem;
    }
}

@media (max-width: 768px) {
    .pms-hero {
        padding: 8rem 0 6rem;
    }

    .pms-hero h1 {
        font-size: 2.8rem;
    }

    .pms-hero p {
        font-size: 1.2rem;
    }

    .pms-title {
        font-size: 2.4rem;
    }
}
/* ----------------------------------PMS End Section ---------------------------------- */

/* ----------------------------------AIF Section ---------------------------------- */

.aif-hero {
    /* padding: 14rem 0 10rem; */
    background: linear-gradient(
            to bottom,
            rgba(0, 60, 48, 0.95),
            rgba(0, 60, 48, 0.75)
        ),
        linear-gradient(135deg, rgba(0, 255, 150, 0.25), transparent 70%);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
    color: white;
    text-align: center;
    z-index: 0;
    height: 90vh;
}

.aif-hero h1 {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: 4.2rem;
    line-height: 1.2;
    text-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
    letter-spacing: 0.5px;
}

.aif-hero-title {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: 4.2rem;
    line-height: 1;
    /* text-shadow: 0 6px 20px rgba(0, 0, 0, 0.5); */
    letter-spacing: 0.5px;
}

.aif-btn-primary {
    background: linear-gradient(135deg, #0a1a3a, #1e2a46);
    color: white;
    border: none;
    padding: 1.1rem 3rem;
    border-radius: 16px;
    font-weight: 600;
    font-size: 1.15rem;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(10, 26, 58, 0.3);
}

.aif-btn-primary:hover {
    background-color: #2c5282;
    border-color: #2c5282;
    transform: translateY(-2px);
    color: #ffffff;
}

/* Section Styles */
.aif-section-padding {
    padding: 100px 0;
}

.aif-section-header {
    margin-bottom: 60px;
}

.aif-section-title {
    font-weight: 700;
    font-size: 2.5rem;
    position: relative;
    letter-spacing: 0.5px;
}

.aif-section-subtitle {
    font-size: 1.125rem;
    max-width: 700px;
    margin: 0 auto;
}

.aif-bg-light {
    background-color: #f7f5f2 !important;
}

.aif-bg-dark {
    background-color: #1a202c !important;
    color: #fff !important;
}

/* Content Box */
.aif-content-box {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #925e03;
}

.aif-content-box p {
    /* color: #64748B; */
    margin-bottom: 1.5rem;
}

.aif-content-subtitle {
    font-size: 1.5rem;
    /* color: #1a365d); */
    margin: 2rem 0 1rem;
}

/* Category Cards */
.aif-category-card {
    background-color: #ffffff;
    padding: 40px 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid transparent;
}

.aif-category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.aif-category-card.aif-featured {
    border-color: #925e03;
}

.aif-category-badge {
    display: inline-block;
    background-color: rgba(0, 60, 48, 0.95);
    color: #ffffff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 20px;
}

.aif-category-card.aif-featured .aif-category-badge {
    background-color: #925e03;
}

.aif-category-title {
    font-size: 1.5rem;
    /* color: #1a365d); */
    margin-bottom: 1rem;
}

.aif-category-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.aif-category-list li {
    padding: 4px 0 0px 17px;
    position: relative;
    color: #4a5568;
}

.aif-category-list li::before {
    content: "•";
    color: #925e03;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.aif-category-footer {
    color: #4a5568;
    font-style: italic;
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0;
}

/* Feature List */
.aif-feature-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.aif-feature-list li {
    padding: 7px 0 12px 26px;
    position: relative;
    color: #4a5568;
}

.aif-feature-list li::before {
    content: "✓";
    color: #925e03;
    font-weight: bold;
    position: absolute;
    left: 0;
    font-size: 1.25rem;
}

/* Highlight Box */
.aif-highlight-box {
    background: linear-gradient(135deg, #246ed6 0%, #e7d740 100%);
    color: #ffffff;
    padding: 24px;
    border-radius: 12px;
    margin: 2rem 0;
}

.aif-highlight-box p {
    margin: 0;
    font-size: 1.125rem;
}

/* Benefit Items */
.aif-benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
}

.aif-benefit-icon {
    font-family: "Playfair Display", serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #925e03;
    min-width: 40px;
}

.aif-benefit-item p {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
}

/* Checklist */
.aif-checklist {
    list-style: none;
    padding: 0;
    max-width: 600px;
    margin: 0 auto;
}

.aif-checklist li {
    padding: 16px 0 16px 40px;
    position: relative;
    color: #4a5568;
    border-bottom: 1px solid #e2e8f0;
}

.aif-checklist li:last-child {
    border-bottom: none;
}

.aif-checklist li::before {
    content: "✓";
    position: absolute;
    left: 0;
    width: 28px;
    height: 28px;
    background-color: #1a365d;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
}

/* Responsive */
@media (max-width: 991px) {
    .aif-hero-title {
        font-size: 2.5rem;
    }

    .aif-section-title {
        font-size: 2rem;
    }

    .aif-section-padding {
        padding: 60px 0;
    }

    .aif-hero {
        padding: 80px 0;
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .aif-hero {
        height: 70vh;
        background-attachment: scroll;
        padding: 5rem 1.5rem;
    }

    .aif-hero h1 {
        font-size: 2rem;
    }

    .aif-hero-title {
        font-size: 2rem;
    }

    .aif-hero-subtitle {
        font-size: 1rem;
    }

    .aif-content-box,
    .aif-category-card {
        padding: 24px;
    }
}
/* -------------------------------------AIF end Section ------------------------------------- */

/* -------------------------------------Mutual Fund login page Section ------------------------------------- */

.nse-bse-hero-section {
    padding: 50px 0;
    font-family: "Inter", sans-serif;
    color: #1e1e2e;
    background-color: #f8fafc;
}

.nse-bse-hero-title {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    line-height: 1.1;
}

.nse-bse-pulse-dot {
    width: 8px;
    height: 8px;
    background-color: #10b981;
    border-radius: 50%;
    position: relative;
}

.nse-bse-pulse-dot::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #10b981;
    border-radius: 50%;
    animation: nb-pulse 2s infinite;
    left: 0;
}

@keyframes nb-pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(3);
        opacity: 0;
    }
}

/* --- Market Cards --- */
.nse-bse-market-card {
    background: #ffffff;
    border: 1px solid #e6ebf0;
    border-radius: 15px;
    padding: 2.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease,
        border-color 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.nse-bse-market-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 35px rgba(55, 48, 163, 0.15);
    border-color: #864236;
}

.nse-bse-market-btn {
    background:#822D3E;
    color: #ffffff !important;
    padding: 1rem;
    border-radius: 12px;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: auto;
}

/* --- App & Contact Section --- */
.nse-bse-cta-container {
    background: #ffffff;
    border-radius: 32px;
    padding: 2rem;
    margin-top: 5rem;
    border: 1px solid #e2e8f0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
}

.nse-bse-feature-list i {
    color: #10b981;
    margin-right: 10px;
}

.nse-bse-app-btn-dark {
    background: #000000;
    color: #ffffff !important;
    padding: 12px 20px;
    border-radius: 12px;
    text-decoration: none;
    display: inline-flex !important;
    align-items: center;
    gap: 12px;
    font-size: 0.95rem;
    transition: 0.3s;
}

.nse-bse-app-btn-dark:hover {
    opacity: 0.8;
    transform: translateY(-2px);
}

.nse-bse-contact-box {
    background: #f8fafc;
    padding: 2rem;
    border-radius: 24px;
    text-align: center;
}

.nse-bse-contact-link {
    text-decoration: none;
    color: #1e1e2e;
    font-weight: 600;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 12px;
    transition: 0.2s;
}

.nse-bse-contact-link:hover {
    color: #3730a3;
}

.nse-bse-qr-wrapper img {
    width: 140px;
    height: 140px;
    padding: 5px;
    background: #ffffff;
    border-radius: 15px;
    border: 1px solid #eeeeee;
}

@media (max-width: 991px) {
    .nse-bse-cta-container {
        padding: 2rem;
        text-align: center;
    }

    .nse-bse-feature-list {
        text-align: left;
        display: inline-block;
    }
}
