.sip-calculator.myfooter {
    padding-bottom: 0px !important;
}


/* SIP Calculator Styles */

.sip-calculator {
    padding: 80px 0;
    background-color: #021623;
    background-image: url('images/dark-section-bg-image.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    color: #fff;
}

.sip-calculator .section-title {
    color: #fff;
}

.sip-calculator .section-title span {
    color: #1944DF;
}

.calculator-card {
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 40px;
}

.form-range::-webkit-slider-thumb {
    background: #1944DF;
}

.form-range::-moz-range-thumb {
    background: #1944DF;
}

.calc-result {
    text-align: center;
    padding: 40px;
}

.calc-amount {
    font-size: 3rem;
    font-weight: 800;
    color: #1944DF;
    margin: 0;
}

.calc-label {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.95rem;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5);
}

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-range:focus {
    outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(25, 68, 223, 0.25);
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(25, 68, 223, 0.25);
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #1944DF;
    border: 0;
    border-radius: 1rem;
    -webkit-appearance: none;
    appearance: none;
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #1944DF;
    border: 0;
    border-radius: 1rem;
    -moz-appearance: none;
    appearance: none;
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.2);
    border-color: transparent;
    border-radius: 1rem;
}

.form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.2);
    border-color: transparent;
    border-radius: 1rem;
}

.text-secondary {
    color: #1944DF !important;
}


/* ============ AUTH PAGES ============ */

.auth-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 40px 0;
}

.auth-card {
    background: white;
    border-radius: 16px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
    overflow: hidden;
}

.auth-form {
    padding: 50px;
}

.auth-image {
    background: linear-gradient(135deg, #0f2440 0%, #1a3a5c 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
    color: white;
    min-height: 100%;
    text-align: center;
}

.auth-image h2 {
    color: white;
    font-weight: 800;
}

.auth-image p {
    color: rgba(255, 255, 255, 0.7);
}

.auth-divider {
    text-align: center;
    position: relative;
    margin: 25px 0;
}

.auth-divider::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #e9ecef;
}

.auth-divider span {
    background: white;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    color: #636e72;
}

.standalone-header header.main-header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    background: #021623;
}

.standalone-header header.main-header .header-sticky {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.standalone-header .main-menu .navbar-nav .nav-link {
    color: #fff;
}

.standalone-header .main-menu .navbar-nav .nav-link:hover {
    color: #ffffff;
}

a.navbar-brand img {
    max-height: 50px;
    width: auto;
}

:root {
    --secondary: #1944DF;
}


/* ============ NAV SERVICES SUBMENU ============ */

.pr-nav-serv {
    width: 480px !important;
    columns: 2;
    column-gap: 0;
    padding: 8px 0 !important;
}

.pr-nav-serv li {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
}


/* ============ SERVICES PAGE ============ */

.page-banner {
    background: #021623 url('images/dark-section-bg-image.png') no-repeat top center / cover;
    padding: 80px 0;
    text-align: center;
}

.page-banner h1 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 800;
    margin: 15px 0 10px;
}

.page-banner p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

.page-banner .breadcrumb {
    justify-content: center;
    background: none;
    margin: 0;
    padding: 0;
}

.page-banner .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
}

.page-banner .breadcrumb-item.active {
    color: #1944DF;
}

.page-banner .breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.4);
}

.services-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.service-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
}

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

.service-icon {
    width: 55px;
    height: 55px;
    background: #1944DF;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.service-icon i {
    font-size: 1.4rem;
    color: #fff;
}

.service-card h4 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #021623;
    margin-bottom: 10px;
}

.service-card p {
    font-size: 0.9rem;
    color: #6c757d;
    line-height: 1.6;
    flex-grow: 1;
}

.service-link {
    color: #1944DF;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
}

.service-link:hover {
    color: #021623;
}

.about-section {
    background: #021623 url('images/dark-section-bg-image.png') no-repeat top center / cover;
    padding: 80px 0;
    text-align: center;
}

.about-section .section-title {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 15px;
}

.about-section .section-title span {
    color: #1944DF;
}

.about-section .section-subtitle {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.05rem;
    max-width: 550px;
    margin: 0 auto 30px;
}


/* ============ PR SERVICES HUB ============ */

.pr-services-hub {
    padding: 80px 0;
    background: #f8f9fa;
}

.pr-hub-intro {
    text-align: center;
    margin-bottom: 40px;
}

.pr-hub-intro:first-of-type {
    margin-bottom: 50px;
}

.pr-hub-label {
    display: inline-block;
    background: #1944DF;
    color: #fff;
    padding: 6px 20px;
    border-radius: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.pr-hub-heading {
    color: #021623;
    font-weight: 700;
    margin: 0;
}

.pr-hub-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 60px;
}

.pr-hub-grid:last-child {
    margin-bottom: 0;
}

.pr-hub-card {
    background: #fff;
    border-radius: 16px;
    padding: 28px 24px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.pr-hub-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #1944DF;
    border-radius: 4px 0 0 4px;
}

.pr-hub-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
}

.pr-hub-card-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.pr-hub-num {
    width: 32px;
    height: 32px;
    background: #1944DF;
    color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    flex-shrink: 0;
}

.pr-hub-card-head h3 {
    color: #021623;
    font-weight: 600;
    margin: 0;
}

.pr-hub-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pr-hub-list li {
    color: #6c757d;
    padding-left: 20px;
    position: relative;
    line-height: 1.6;
}

.pr-hub-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 7px;
    height: 7px;
    background: #1944DF;
    border-radius: 50%;
}

@media (max-width: 991px) {
    .pr-hub-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .pr-hub-grid {
        grid-template-columns: 1fr;
    }
    .pr-services-hub {
        padding: 50px 0;
    }
}


/* ============ PR SERV ALL ============ */

.pr-serv-all {
    padding: 80px 0;
    background: #f8f9fa;
}

.pr-serv-intro {
    text-align: center;
    margin-bottom: 60px;
}

.pr-serv-badge {
    display: inline-block;
    background: #1944DF;
    color: #fff;
    padding: 5px 18px;
    border-radius: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.pr-serv-intro h2 {
    color: #021623;
    font-weight: 700;
    margin: 0 0 10px;
}

.pr-serv-intro p {
    color: #6c757d;
    max-width: 580px;
    margin: 0 auto;
}

.pr-serv-block {
    margin-bottom: 50px;
}

.pr-serv-block:last-child {
    margin-bottom: 0;
}

.pr-serv-block-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 2px solid rgba(25, 68, 223, 0.15);
}

.pr-serv-block-num {
    font-weight: 700;
    color: #1944DF;
    font-size: 0.85rem;
    letter-spacing: 1px;
}

.pr-serv-block-head h3 {
    color: #021623;
    font-weight: 700;
    margin: 0;
}

.pr-serv-cat-link {
    color: #021623;
    text-decoration: none;
    transition: color 0.2s ease;
}

.pr-serv-cat-link:hover {
    color: #1944DF;
}

.pr-serv-block-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.pr-serv-block-item {
    background: #fff;
    border-radius: 8px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: background 0.2s ease, transform 0.2s ease;
    cursor: default;
}

.pr-serv-block-item:hover {
    background: #eef2ff;
    transform: translateX(3px);
}

.pr-serv-item-num {
    width: 26px;
    height: 26px;
    background: #1944DF;
    color: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.75rem;
    flex-shrink: 0;
}

.pr-serv-block-item span:last-child {
    color: #2d3436;
    font-weight: 500;
    line-height: 1.3;
}

.pr-serv-cta {
    background: #021623 url('images/dark-section-bg-image.png') no-repeat top center / cover;
    padding: 80px 0;
    text-align: center;
}

.pr-serv-cta-inner h2 {
    color: #fff;
    font-weight: 700;
    margin: 0 0 12px;
}

.pr-serv-cta-inner h2 span {
    color: #1944DF;
}

.pr-serv-cta-inner p {
    color: rgba(255, 255, 255, 0.7);
    max-width: 500px;
    margin: 0 auto 28px;
}

.pr-serv-cta-btn {
    display: inline-block;
    background: #1944DF;
    color: #fff;
    padding: 14px 36px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.3s ease;
}

.pr-serv-cta-btn:hover {
    background: #1336b3;
    color: #fff;
}

@media (max-width: 991px) {
    .pr-serv-block-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .pr-serv-block-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .pr-serv-block-grid {
        grid-template-columns: 1fr;
    }
    .pr-serv-all {
        padding: 50px 0;
    }
}


/* ============ PR CAT DETAIL ============ */

.pr-cat-detail {
    padding: 80px 0;
    background: #f8f9fa;
}

.pr-cat-intro {
    text-align: center;
    margin-bottom: 50px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.pr-cat-intro .pr-cat-badge {
    display: inline-block;
    background: #1944DF;
    color: #fff;
    padding: 5px 18px;
    border-radius: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.pr-cat-intro h2 {
    color: #021623;
    font-weight: 700;
    margin: 0 0 12px;
}

.pr-cat-intro p {
    color: #6c757d;
    line-height: 1.7;
}

/* ---- Enhanced Cards ---- */

.pr-cat-list {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.pr-cat-item {
    background: #fff;
    border-radius: 20px;
    padding: 0;
    display: flex;
    gap: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    position: relative;
    overflow: hidden;
}

.pr-cat-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: #1944DF;
    border-radius: 0 4px 4px 0;
    z-index: 1;
}

.pr-cat-item:nth-child(even)::before {
    background: #021623;
}

.pr-cat-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
}

.pr-cat-item:hover::before {
    width: 8px;
    transition: width 0.3s ease;
}

.pr-cat-item-side {
    width: 90px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 28px 0;
    position: relative;
    flex-shrink: 0;
}

.pr-cat-item:nth-child(odd) .pr-cat-item-side {
    background: linear-gradient(180deg, rgba(25, 68, 223, 0.06), rgba(25, 68, 223, 0.02));
}

.pr-cat-item:nth-child(even) .pr-cat-item-side {
    background: linear-gradient(180deg, rgba(2, 22, 35, 0.06), rgba(2, 22, 35, 0.02));
}

.pr-cat-item-num {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #1944DF, #1336b3);
    color: #fff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.15rem;
    flex-shrink: 0;
    box-shadow: 0 6px 16px rgba(25, 68, 223, 0.3);
    position: relative;
    z-index: 1;
}

.pr-cat-item:nth-child(even) .pr-cat-item-num {
    background: linear-gradient(135deg, #021623, #1a3a5c);
    box-shadow: 0 6px 16px rgba(2, 22, 35, 0.35);
}

.pr-cat-side-line {
    width: 2px;
    height: 30px;
    background: rgba(25, 68, 223, 0.15);
    margin-top: 12px;
    border-radius: 1px;
}

.pr-cat-item:nth-child(even) .pr-cat-side-line {
    background: rgba(2, 22, 35, 0.15);
}

.pr-cat-item-body {
    flex: 1;
    padding: 28px 30px 28px 20px;
}

.pr-cat-item-body h3 {
    color: #021623;
    font-weight: 700;
    margin: 0 0 10px;
}

.pr-cat-item-body h3::after {
    content: '';
    display: block;
    width: 36px;
    height: 3px;
    background: #1944DF;
    border-radius: 2px;
    margin-top: 10px;
}

.pr-cat-item:nth-child(even) .pr-cat-item-body h3::after {
    background: #021623;
}

.pr-cat-item-body p {
    color: #6c757d;
    line-height: 1.75;
    margin: 0;
}

@media (max-width: 575px) {
    .pr-cat-item {
        flex-direction: column;
    }
    .pr-cat-item-side {
        width: 100%;
        flex-direction: row;
        padding: 16px 22px 0;
        justify-content: flex-start;
        gap: 14px;
        background: none !important;
    }
    .pr-cat-side-line {
        display: none;
    }
    .pr-cat-item-body {
        padding: 14px 22px 22px;
    }
    .pr-cat-item::before {
        width: 100%;
        height: 4px;
        border-radius: 0;
    }
    .pr-cat-detail {
        padding: 50px 0;
    }
}

/* ============ DEMAT PAGE ============ */

.demat-benefits-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 35px;
}

.demat-benefits-card .section-title {
    margin: 0 0 1.5rem;
    font-size: 1.4rem;
    flex-shrink: 0;
}

/* Steps */
.demat-steps {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
}

.step-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 18px;
    background: #f0f4ff;
    border-radius: 14px;
    transition: all 0.3s ease;
}

.step-item:hover {
    background: #1944DF;
    transform: translateX(6px);
    box-shadow: 0 4px 20px rgba(25, 68, 223, 0.2);
}

.step-item:hover .step-num {
    background: #fff;
    color: #1944DF;
}

.step-item:hover .step-content h5,
.step-item:hover .step-content p {
    color: #fff;
}

.step-num {
    width: 44px;
    height: 44px;
    min-width: 44px;
    background: linear-gradient(135deg, #1944DF 0%, #4A7BFF 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    transition: all 0.3s ease;
}

.step-content h5 {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 2px;
    color: #021623;
    transition: color 0.3s ease;
}

.step-content p {
    font-size: 0.82rem;
    margin: 0;
    color: #6c757d;
    transition: color 0.3s ease;
}

.step-connector {
    width: 2px;
    height: 14px;
    background: #d0d9f0;
    margin: 2px 0 2px 29px;
}

/* Stats */
.demat-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 14px;
    flex-shrink: 0;
}

.stat-item {
    text-align: center;
    padding: 16px 10px;
    background: #021623;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(2, 22, 35, 0.3);
}

.stat-item h3 {
    font-size: 1.3rem;
    font-weight: 800;
    color: #fff;
    margin: 0 0 4px;
}

.stat-item p {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.65);
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.benefit-content h5 {
    margin-bottom: 0.25rem;
    font-weight: 600;
    font-size: 0.95rem;
    color: #021623;
}

.benefit-content p {
    color: #6c757d;
    font-size: 0.82rem;
    margin: 0;
    line-height: 1.4;
}

.partner-brand {
    background: #f8f9fa;
    border-radius: 16px;
    padding: 30px;
    text-align: center;
}

.demat-form {
    background: #fff;
    border-radius: 16px;
    padding: 35px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

.demat-form h4 {
    font-weight: 700;
    color: #021623;
}

.demat-form .form-control,
.demat-form .form-select {
    padding: 12px 16px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.demat-form .form-control:focus,
.demat-form .form-select:focus {
    border-color: #1944DF;
    box-shadow: 0 0 0 3px rgba(25, 68, 223, 0.12);
}

.demat-form .btn-primary {
    background: #1944DF;
    border: none;
    padding: 14px 20px;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.demat-form .btn-primary:hover {
    background: #021623;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(2, 22, 35, 0.25);
}

@media (max-width: 991px) {
    .demat-benefits {
        margin-top: 40px;
    }
}