.sip-calculator.myfooter,
.sip-calculator.newfooter {
    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;
}

@media (min-width: 992px) {
    .hero-content {
        text-align: left;
    }
    .hero-content .hero-btn {
        text-align: left;
    }
}

.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 {
    padding: 0 20px;
    position: relative;
    z-index: 1;
    color: #636e72;
}

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

header.main-header .header-sticky.active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #BDA772;
    z-index: 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: 70px;
    width: auto;
}

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


/* ============ LIVE CHART SECTION ============ */

.our-chart {
    padding: 80px 0;
}

.our-chart .section-title h2 span {
    color: #BDA772;
}

.chart-container {
    background: #0d1b2a;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

@media (max-width: 767px) {
    .our-chart {
        padding: 50px 0;
    }
    .chart-container iframe {
        height: 350px !important;
    }
}

@media (max-width: 575px) {
    .our-chart {
        padding: 40px 0;
    }
    .chart-container iframe {
        height: 280px !important;
    }
}


/* ============ 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-inner {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.pr-serv-block-img {
    flex-shrink: 0;
    width: 220px;
}

.pr-serv-block-img img {
    width: 100%;
    border-radius: 12px;
    display: block;
}

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

.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;
    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-inner {
        flex-direction: column;
    }
    .pr-serv-block-img {
        width: 100%;
        max-width: 300px;
    }
    .pr-serv-block-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .pr-serv-block-inner {
        flex-direction: column;
    }
    .pr-serv-block-img {
        width: 100%;
        max-width: 250px;
    }
    .pr-serv-block-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .pr-serv-block-inner {
        flex-direction: column;
    }
    .pr-serv-block-img {
        width: 100%;
        max-width: 100%;
    }
    .pr-serv-block-grid {
        grid-template-columns: 1fr;
    }
    .pr-serv-all {
        padding: 50px 0;
    }
}


/* ============ CATEGORY DETAIL PAGES ============ */

.pr-cat-page {
    padding: 60px 0 80px;
}

.new-section-bg {
    border-radius: 20px;
    margin: 0 auto;
    background: #0f1a2b;
    color: #fff;
}

.new-section-bg .section-title .section-sub-title {
    background: rgba(255, 255, 255, 0.1);
}

.new-section-bg .section-title .section-sub-title::before {
    color: #fff;
}


/* dark overlay for better text readability */

.pr-bg-overlay {
    position: relative;
}

.pr-bg-overlay::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: inherit;
    z-index: 0;
    pointer-events: none;
}

.pr-bg-overlay .container {
    position: relative;
    z-index: 1;
}


/* Back to Top Button */

#pr-back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 46px;
    height: 46px;
    border: none;
    border-radius: 50%;
    background: #1944DF;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

#pr-back-to-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#pr-back-to-top:hover {
    background: #1336b3;
    transform: translateY(-3px);
}

@media (max-width: 575px) {
    #pr-back-to-top {
        bottom: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
        font-size: 0.85rem;
    }
}


/* Call Floating Button */

#pr-call {
    position: fixed;
    left: 20px;
    bottom: 92px;
    width: 52px;
    height: 52px;
    background: #1944DF;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    text-decoration: none;
    z-index: 9998;
    box-shadow: 0 4px 15px rgba(25, 68, 223, 0.4);
    transition: all 0.3s ease;
    animation: pr-call-pulse 2s infinite;
}

#pr-call:hover {
    background: #1336b3;
    transform: scale(1.1);
    color: #fff;
}

@keyframes pr-call-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(25, 68, 223, 0.5);
    }
    70% {
        box-shadow: 0 0 0 14px rgba(25, 68, 223, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(25, 68, 223, 0);
    }
}


/* WhatsApp Floating Button */

#pr-whatsapp {
    position: fixed;
    left: 20px;
    bottom: 30px;
    width: 52px;
    height: 52px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    text-decoration: none;
    z-index: 9998;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
    animation: pr-whatsapp-pulse 2s infinite;
}

#pr-whatsapp:hover {
    background: #1da851;
    transform: scale(1.1);
    color: #fff;
}

@keyframes pr-whatsapp-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    70% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

@media (max-width: 575px) {
    #pr-call {
        left: 15px;
        bottom: 140px;
        width: 44px;
        height: 44px;
        font-size: 1.2rem;
    }
    #pr-whatsapp {
        left: 15px;
        bottom: 80px;
        width: 44px;
        height: 44px;
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {
    #pr-call {
        left: 15px;
        bottom: 135px;
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
    }
    #pr-whatsapp {
        left: 15px;
        bottom: 80px;
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
}

@media (max-width: 380px) {
    #pr-call {
        left: 15px;
        bottom: 125px;
        width: 38px;
        height: 38px;
        font-size: 1rem;
    }
    #pr-whatsapp {
        left: 15px;
        bottom: 75px;
        width: 38px;
        height: 38px;
        font-size: 1.1rem;
    }
}

.pr-cat-breadcrumb {
    font-size: 0.82rem;
    color: #8a9aa8;
    margin-bottom: 30px;
}

.pr-cat-breadcrumb a {
    color: #8a9aa8;
    text-decoration: none;
    transition: color 0.2s;
}

.pr-cat-breadcrumb a:hover {
    color: #BDA772;
}

.pr-cat-breadcrumb .sep {
    margin: 0 8px;
    color: #d0d5dd;
}

.pr-cat-breadcrumb .current {
    color: #021623;
    font-weight: 600;
}

.pr-cat-header {
    margin-bottom: 60px;
}

.pr-cat-header .pr-cat-badge {
    display: inline-block;
    background: #021623;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 4px 16px;
    border-radius: 3px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.pr-cat-header h1,
.pr-cat-header h2 {
    color: #021623;
    margin-bottom: 16px;
    line-height: 1.2;
}

.pr-cat-header p {
    color: #5a6a7a;
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0;
}

.pr-cat-header-img {
    width: 100%;
    border-radius: 16px;
    display: block;
}

.pr-cat-services {
    margin-bottom: 60px;
}

.pr-cat-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 14px;
    padding: 28px 24px;
    transition: all 0.3s ease;
    height: 100%;
}

.pr-cat-card:hover {
    border-color: #BDA772;
    box-shadow: 0 8px 28px rgba(189, 167, 114, 0.1);
    transform: translateY(-3px);
}

.pr-cat-card-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #f0f2f5;
    color: #021623;
    font-size: 0.8rem;
    font-weight: 700;
    border-radius: 10px;
    margin-bottom: 16px;
    transition: all 0.3s ease;
}

.pr-cat-card:hover .pr-cat-card-num {
    background: #021623;
    color: #fff;
}

.pr-cat-card h3 {
    color: #021623;
    margin-bottom: 8px;
}

.pr-cat-card p {
    color: #6c757d;
    line-height: 1.6;
    margin: 0;
}

.pr-cat-cta {
    text-align: center;
    background: #021623;
    border-radius: 16px;
    padding: 50px 40px;
}

.pr-cat-cta-inner {
    max-width: 600px;
    margin: 0 auto;
}

.pr-cat-cta h2 {
    color: #fff;
    margin-bottom: 12px;
}

.pr-cat-cta h2 span {
    color: #BDA772;
}

.pr-cat-cta p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    margin-bottom: 24px;
}

.pr-cat-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #BDA772;
    color: #021623;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 14px 32px;
    border-radius: 8px;
    text-decoration: none;
    border: 0;
    box-shadow: 0 10px 22px rgba(189, 167, 114, 0.18);
    position: relative;
    isolation: isolate;
    overflow: hidden;
    transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease, color 0.28s ease;
}

.pr-cat-cta-btn::before {
    content: '';
    position: absolute;
    inset: -40% auto -40% -70%;
    width: 55%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.45), transparent);
    transform: skewX(-18deg);
    transition: left 0.55s ease;
    pointer-events: none;
    z-index: 1;
}

.pr-cat-cta-btn i {
    transition: transform 0.28s ease;
}

.pr-cat-cta-btn:hover {
    background: #D4AF37;
    color: #021623;
    transform: translateY(-3px) !important;
    box-shadow: 0 16px 30px rgba(212, 175, 55, 0.28), 0 5px 14px rgba(2, 22, 35, 0.2);
}

.pr-cat-cta-btn:hover::before {
    left: 120%;
}

.pr-cat-cta-btn:hover i {
    transform: translateX(5px);
}

.pr-cat-cta-btn:active {
    transform: translateY(-1px) scale(0.99) !important;
}

.pr-cat-cta-btn:focus-visible {
    outline: none;
    box-shadow: 0 0 0 4px rgba(189, 167, 114, 0.26), 0 10px 22px rgba(189, 167, 114, 0.18);
}


/* ============ 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-img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    display: block;
}

.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;
    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);
}


/* ============ MANUAL FORM BUTTON HOVER ============ */

.auth-form .btn,
.demat-form .btn,
.consult-submit,
.dashboard-table form .btn {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border: 0;
    transition: transform 0.28s ease, box-shadow 0.28s ease, background-position 0.45s ease, color 0.28s ease;
}

.auth-form .btn-primary,
.demat-form .btn-primary,
.dashboard-table form .btn-primary,
.consult-submit {
    background: linear-gradient(135deg, #1944DF 0%, #1236B2 48%, #021623 100%);
    background-size: 180% 180%;
    color: #fff;
}

.auth-form .btn-outline-primary {
    border: 1px solid #1944DF;
    background: linear-gradient(135deg, rgba(25, 68, 223, 0) 0%, rgba(25, 68, 223, 0.08) 100%);
}

.auth-form .btn::before,
.demat-form .btn::before,
.consult-submit::before,
.dashboard-table form .btn::before {
    content: '';
    position: absolute;
    inset: -40% auto -40% -70%;
    width: 55%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
    transform: skewX(-18deg);
    transition: left 0.55s ease;
    z-index: 1;
    pointer-events: none;
}

.auth-form .btn::after,
.demat-form .btn::after,
.consult-submit::after,
.dashboard-table form .btn::after {
    content: '';
    position: absolute;
    inset: 2px;
    border-radius: inherit;
    border: 1px solid rgba(255, 255, 255, 0.18);
    opacity: 0;
    transition: opacity 0.28s ease;
    pointer-events: none;
    z-index: 2;
}

.auth-form .btn:hover,
.demat-form .btn:hover,
.consult-submit:hover,
.dashboard-table form .btn:hover {
    transform: translateY(-3px);
}

.auth-form .btn-primary:hover,
.demat-form .btn-primary:hover,
.dashboard-table form .btn-primary:hover,
.consult-submit:hover {
    background-position: 100% 50%;
    color: #fff;
}

.auth-form .btn-outline-primary:hover {
    background: #1944DF;
    color: #fff;
}

.auth-form .btn:hover::before,
.demat-form .btn:hover::before,
.consult-submit:hover::before,
.dashboard-table form .btn:hover::before {
    left: 120%;
}

.auth-form .btn:hover::after,
.demat-form .btn:hover::after,
.consult-submit:hover::after,
.dashboard-table form .btn:hover::after {
    opacity: 1;
}

.auth-form .btn i,
.demat-form .btn i,
.consult-submit i,
.dashboard-table form .btn i {
    transition: transform 0.28s ease;
}

.auth-form .btn:hover i,
.demat-form .btn:hover i,
.consult-submit:hover i,
.dashboard-table form .btn:hover i {
    transform: translateX(5px);
}

.auth-form .btn:active,
.demat-form .btn:active,
.consult-submit:active,
.dashboard-table form .btn:active {
    transform: translateY(-1px) scale(0.99);
}

.auth-form .btn:focus-visible,
.demat-form .btn:focus-visible,
.consult-submit:focus-visible,
.dashboard-table form .btn:focus-visible {
    outline: none;
    box-shadow: 0 0 0 4px rgba(25, 68, 223, 0.18), 0 12px 24px rgba(25, 68, 223, 0.22);
}

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


/* ============ DEMAT CONTENT SECTION ============ */

.demat-content-section {
    padding: 40px 0;
    text-align: center;
}

.demat-content-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1944DF;
    border-radius: 12px;
    margin: 0 auto 18px;
    font-size: 1.3rem;
    color: #fff;
}

.demat-content-heading {
    color: #021623;
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 12px;
    line-height: 1.35;
}

.demat-content-heading .text-gold {
    color: #BDA772;
}

.demat-content-desc {
    color: #5a6a7a;
    font-size: 0.92rem;
    line-height: 1.7;
    margin: 0 auto 20px;
    max-width: 640px;
}

.demat-content-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    justify-content: center;
}

.demat-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    font-weight: 500;
    color: #021623;
}

.demat-trust-item i {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(25, 68, 223, 0.1);
    color: #1944DF;
    border-radius: 50%;
    font-size: 0.75rem;
}

@media (max-width: 767px) {
    .demat-content-section {
        padding: 28px 24px;
        margin-bottom: 30px;
    }
    .demat-content-heading {
        font-size: 1.2rem;
    }
    .demat-content-desc {
        font-size: 0.85rem;
    }
    .demat-content-trust {
        gap: 8px 16px;
    }
    .demat-trust-item {
        font-size: 0.8rem;
    }
}

@media (max-width: 575px) {
    .demat-content-section {
        padding: 22px 18px;
        margin-bottom: 24px;
    }
    .demat-content-heading {
        font-size: 1.05rem;
    }
    .demat-content-desc {
        font-size: 0.8rem;
    }
    .demat-content-trust {
        flex-direction: column;
        gap: 6px;
    }
}


/* ============================================
   MOBILE RESPONSIVE — ALL CUSTOM SECTIONS
   ============================================ */


/* ---------- 1200px ---------- */

@media (max-width: 1199px) {
    .footer-links-box {
        gap: 30px;
    }
    .pr-serv-block-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}


/* ---------- 991px ---------- */

@media (max-width: 991px) {
    /* Header / Nav */
    .pr-nav-serv {
        width: 100% !important;
        column-count: 1 !important;
        columns: 1 !important;
        padding: 10px 0;
    }
    .pr-nav-serv li a {
        padding: 8px 20px;
        font-size: 0.9rem;
    }
    /* Footer */
    .footer-links-box {
        flex-wrap: wrap;
        gap: 40px;
    }
    .footer-links {
        width: calc(50% - 30px);
    }
    .newfooter .footer-info-box {
        flex-direction: column;
        gap: 30px;
    }
    .footer-contact-items-list {
        width: 100%;
    }
    .footer-newsletter-form-box {
        width: 100%;
    }
    /* Auth */
    .auth-form {
        padding: 35px;
    }
    .auth-image {
        padding: 40px;
        min-height: 200px;
    }
    /* Demat */
    .demat-benefits-card {
        padding: 25px;
    }
    .demat-form {
        padding: 25px;
    }
    .partner-brand {
        padding: 20px;
    }
    /* Category */
    .pr-cat-page {
        padding: 70px 0 50px;
    }
    .pr-cat-card {
        padding: 22px 20px;
    }
    /* Services */
    .pr-serv-block {
        padding: 30px;
    }
    .pr-serv-all {
        padding: 60px 0;
    }
    .services-section {
        padding: 60px 0;
    }
    /* General */
    .page-banner {
        padding: 60px 0;
    }
    .page-banner h1 {
        font-size: 2rem;
    }
    .page-header {
        padding: 140px 0 70px;
    }
    .page-header-box h1 {
        font-size: 2rem;
    }
    .services-section .section-title {
        font-size: 1.6rem;
    }
}


/* ---------- 767px ---------- */

@media (max-width: 767px) {
    /* Header / Nav */
    .main-header .navbar-brand img {
        max-height: 40px;
    }
    .pr-nav-serv {
        column-count: 1;
    }
    /* Footer */
    .footer-links {
        width: 100%;
    }
    .footer-links-box {
        flex-direction: column;
        gap: 30px;
    }
    .footer-contact-items-list {
        padding: 25px;
        flex-wrap: nowrap;
        flex-direction: column;
        gap: 15px;
    }
    .footer-contact-item {
        width: 100%;
    }
    .footer-contact-item::before {
        display: none;
    }
    .footer-newsletter-form-box h2 {
        font-size: 1.1rem;
    }
    .about-footer {
        text-align: center;
    }
    .footer-social-links ul {
        justify-content: center;
    }
    /* Auth */
    .auth-wrapper {
        padding: 20px 15px;
    }
    .auth-form {
        padding: 25px;
    }
    .auth-image {
        display: none;
    }
    .auth-card .row>div:first-child {
        order: 2;
    }
    .auth-card .row>div:last-child {
        order: 1;
    }
    .auth-card {
        border-radius: 16px;
    }
    .auth-form h3 {
        font-size: 1.3rem;
    }
    /* Demat */
    .demat-benefits-card {
        padding: 20px;
    }
    .demat-benefits-card .section-title {
        font-size: 1.15rem;
        padding: 20px 20px 0;
    }
    .demat-benefits {
        padding: 0 20px 20px;
    }
    .demat-form {
        padding: 20px;
    }
    .partner-brand {
        padding: 20px;
    }
    .step-item {
        padding: 10px 14px;
        gap: 12px;
    }
    .step-num {
        width: 36px;
        height: 36px;
        min-width: 36px;
        font-size: 0.9rem;
    }
    .step-content h5 {
        font-size: 0.85rem;
    }
    .step-content p {
        font-size: 0.75rem;
    }
    .step-connector {
        margin-left: 24px;
        height: 10px;
    }
    .stat-item {
        padding: 12px 8px;
    }
    .stat-item h3 {
        font-size: 1.1rem;
    }
    .stat-item p {
        font-size: 0.65rem;
    }
    .demat-form .form-control,
    .demat-form .form-select {
        padding: 10px 14px;
        font-size: 0.85rem;
    }
    .demat-form h4 {
        font-size: 1.1rem;
    }
    .benefit-item {
        padding: 12px;
        gap: 10px;
    }
    .benefit-icon {
        width: 44px;
        height: 44px;
        min-width: 44px;
        font-size: 1rem;
    }
    .benefit-content h5 {
        font-size: 0.85rem;
    }
    .benefit-content p {
        font-size: 0.75rem;
    }
    .partner-brand h3 {
        font-size: 1.1rem;
    }
    .partner-brand h5 {
        font-size: 0.85rem;
    }
    /* Services page */
    .pr-serv-block-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .pr-serv-block-item {
        padding: 18px;
    }
    .pr-serv-block-item i {
        font-size: 1.5rem;
    }
    .pr-serv-block-item h5 {
        font-size: 0.9rem;
    }
    .pr-serv-block {
        padding: 25px;
    }
    .pr-serv-block h3 {
        font-size: 1.15rem;
    }
    .pr-serv-all {
        padding: 40px 0;
    }
    /* Services Hub (about page) */
    .pr-hub-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .pr-hub-card {
        padding: 20px;
    }
    .pr-hub-card h4 {
        font-size: 0.95rem;
    }
    .pr-hub-card p {
        font-size: 0.8rem;
    }
    /* Category */
    .pr-cat-page {
        padding: 60px 0 40px;
    }
    .pr-cat-header h1,
    .pr-cat-header h2 {
        font-size: 1.7rem;
    }
    .pr-cat-card {
        padding: 20px 18px;
    }
    .pr-cat-cta {
        padding: 40px 30px;
    }
    .pr-cat-cta h2 {
        font-size: 1.3rem;
    }
    /* General */
    .page-banner {
        padding: 50px 0;
    }
    .page-banner h1 {
        font-size: 1.6rem;
    }
    .page-banner p {
        font-size: 0.9rem;
    }
    .services-section {
        padding: 40px 0;
    }
    .services-section .section-title {
        font-size: 1.3rem;
    }
    .btn-lg {
        padding: 12px 24px;
        font-size: 0.9rem;
    }
    /* Contact page */
    .partner-brand {
        padding: 20px;
    }
    /* Animation reduction */
    .pr-hero-sequence>* {
        transform: translateY(20px);
        animation-duration: 0.6s;
    }
}


/* ---------- 575px ---------- */

@media (max-width: 575px) {
    /* Auth */
    .auth-form {
        padding: 20px;
    }
    .auth-form h3 {
        font-size: 1.15rem;
    }
    .auth-form .btn {
        padding: 12px;
        font-size: 0.9rem;
    }
    .form-control,
    .form-select {
        padding: 10px 14px;
        font-size: 0.85rem;
    }
    /* Demat */
    .demat-stats {
        grid-template-columns: 1fr 1fr;
        gap: 6px;
    }
    .demat-steps {
        gap: 0;
    }
    .demat-benefits-card .section-title {
        font-size: 1rem;
    }
    .demat-form h4 {
        font-size: 1rem;
    }
    .partner-brand h3 {
        font-size: 1rem;
    }
    /* Services */
    .pr-serv-block-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .pr-serv-block-item {
        padding: 14px;
    }
    .pr-serv-block-item i {
        font-size: 1.3rem;
        margin-bottom: 8px;
    }
    .pr-serv-block-item h5 {
        font-size: 0.82rem;
    }
    /* Services Hub */
    .pr-hub-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .pr-hub-card {
        padding: 16px;
    }
    .pr-hub-card h4 {
        font-size: 0.85rem;
    }
    .pr-hub-card p {
        display: none;
    }
    /* Hero center */
    .hero-content {
        text-align: left;
    }
    .hero-content .hero-btn {
        text-align: left;
    }
    .hero-support-box {
        margin-left: 0;
        margin-right: auto;
    }
    /* Category */
    .pr-cat-page {
        padding: 50px 0 30px;
    }
    .pr-cat-header h1,
    .pr-cat-header h2 {
        font-size: 1.4rem;
    }
    .pr-cat-header p {
        font-size: 0.85rem;
    }
    .pr-cat-card {
        padding: 18px 16px;
    }
    .pr-cat-card h3 {
        font-size: 0.9rem;
    }
    .pr-cat-card p {
        font-size: 0.78rem;
    }
    .pr-cat-cta {
        padding: 30px 20px;
    }
    .pr-cat-cta h2 {
        font-size: 1.1rem;
    }
    /* Footer */
    .footer-newsletter-form-box {
        padding: 25px;
    }
    .footer-newsletter-form-box h2 {
        font-size: 1rem;
    }
    .footer-contact-items-list {
        padding: 20px;
    }
    .footer-contact-item-content h3 {
        font-size: 16px;
    }
    .footer-contact-item .icon-box {
        width: 40px;
        height: 40px;
    }
    .footer-contact-item .icon-box img {
        max-width: 18px;
    }
    /* General */
    .page-banner {
        padding: 40px 0;
    }
    .page-banner h1 {
        font-size: 1.35rem;
    }
    .page-banner p {
        font-size: 0.82rem;
        max-width: 100%;
    }
    .services-section {
        padding: 30px 0;
    }
    .services-section .section-title {
        font-size: 1.15rem;
    }
    .section-title {
        font-size: 1.4rem;
    }
    /* Homepage Hero - Finsta */
    .hero {
        min-height: auto;
        padding: 120px 0 50px;
    }
    .hero-content .section-title h1 {
        font-size: 1.8rem;
    }
    .hero-content .section-title p {
        font-size: 0.9rem;
    }
    .hero-support-box {
        margin: 20px 0 0;
        padding: 18px;
    }
    .hero-support-box-content h2 {
        font-size: 1.1rem;
    }
    .hero-support-box-content ul li {
        font-size: 0.9rem;
    }
    /* About Us section */
    .about-us-body {
        flex-direction: column;
    }
    .about-us-body-image {
        width: 100%;
    }
    .about-body-item {
        padding: 14px;
    }
    .about-body-item-title h3 {
        font-size: 1rem;
    }
    .about-body-item-header .icon-box {
        width: 36px;
        height: 36px;
    }
    .about-body-item-header .icon-box img {
        max-width: 16px;
    }
    /* Why Choose Us */
    .why-choose-image-box-1 {
        position: static;
        width: 100%;
        margin-bottom: 15px;
    }
    .why-choose-image-box-2 {
        display: none;
    }
    /* Expertise Tabs */
    .our-expertise-nav {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        gap: 8px;
    }
    .our-expertise-nav .nav-link {
        white-space: nowrap;
        font-size: 0.85rem;
        padding: 10px 14px;
    }
    .expertise-item-content {
        padding: 24px !important;
    }
    .our-expertise {
        margin-bottom: 0 !important;
    }
    /* Testimonials */
    .testimonial-item-author {
        flex-direction: column;
        text-align: center;
        align-items: center;
        gap: 10px;
    }
    /* Contact page */
    .contact-info-item {
        padding: 25px !important;
    }
    .contact-info-item-content h3 {
        font-size: 1rem;
        word-break: break-word;
        overflow-wrap: break-word;
    }
    .google-map-iframe {
        height: 300px !important;
    }
    /* CTA fix */
    .cta-content {
        min-height: auto !important;
    }
    /* Category pages */
    .pr-cat-header {
        gap: 2rem !important;
    }
    /* Hub grid */
    .pr-hub-grid {
        grid-template-columns: 1fr 1fr;
    }
    /* Footer */
    .footer-contact-item-content h3 {
        word-break: break-word;
        overflow-wrap: break-word;
    }
    /* About page sections */
    .approach-item {
        padding: 20px;
    }
    .benefit-item {
        padding: 20px;
    }
    .team-item {
        padding: 20px;
    }
    .approach-item-contant h3 {
        font-size: 1.1rem;
    }
    /* About us image overflow fix */
    .about-us-image-box {
        padding: 0 !important;
        margin-left: 0 !important;
    }
    .about-us-image.box-2 {
        position: static !important;
        max-width: 100% !important;
        margin-bottom: 15px;
    }
    .about-us-counter-box {
        position: static !important;
        min-height: auto !important;
        margin-top: 15px;
    }
    .contact-us-circle {
        display: none !important;
    }
    .why-choose-image-box-1 {
        margin-right: 0 !important;
        width: 100% !important;
    }
    .why-choose-image-box-2 {
        display: none !important;
    }
    .about-us-counter-body {
        min-height: auto !important;
    }
    /* Intro Video section */
    .intro-video {
        padding: 50px 0;
    }
    .intro-video-item {
        padding: 14px;
    }
    .intro-video-item-title {
        font-size: 0.85rem;
    }
    .intro-video-circle {
        width: 60px;
        height: 60px;
        min-width: 60px;
    }
    /* Projects section */
    .project-item-content {
        padding: 16px;
    }
    .project-item-content h3 {
        font-size: 1rem;
    }
    .project-item-content p {
        font-size: 0.82rem;
    }
    /* Expertise / Tabs */
    .our-expertise-nav .nav-link {
        padding: 10px 16px;
        font-size: 0.82rem;
    }
    .our-expertise-item {
        padding: 18px;
    }
    .expertise-item-content h3 {
        font-size: 0.95rem;
    }
    .expertise-item-content p {
        font-size: 0.8rem;
    }
    /* CTA section */
    .cta-box {
        padding: 50px 0;
    }
    .cta-content h2 {
        font-size: 1.3rem;
    }
    .cta-content p {
        font-size: 0.85rem;
    }
    /* FAQs */
    .faqs-content {
        padding: 20px;
    }
    .faq-accordion .accordion-button {
        font-size: 0.85rem;
        padding: 12px 14px;
    }
    .faq-accordion .accordion-body {
        font-size: 0.82rem;
        padding: 0 14px 14px;
    }
    /* SIP Calculator */
    .calculator-card {
        padding: 20px;
    }
    .calc-result {
        padding: 14px;
    }
    .calc-amount {
        font-size: 1.15rem;
    }
    /* Testimonials */
    .testimonial-item {
        padding: 18px;
    }
    .testimonial-item-content p {
        font-size: 0.85rem;
    }
    .testimonial-author-content h3 {
        font-size: 0.9rem;
    }
    /* Blog */
    .post-item-body {
        padding: 14px;
    }
    .post-item-content h2 {
        font-size: 1.1rem;
    }
    /* Section headings */
    .section-title h1 {
        font-size: 1.8rem;
    }
    .section-title h2 {
        font-size: 1.4rem;
    }
    /* General Finsta sections */
    .bg-section {
        padding: 50px 0;
    }
    /* Page Header */
    .page-header {
        padding: 120px 0 50px;
        min-height: auto;
    }
    .page-header-box h1 {
        font-size: 1.6rem;
    }
    .page-header-box ol {
        margin-top: 8px;
    }
    .page-header-box ol li {
        font-size: 0.82rem;
    }
    /* Breadcrumb fix - remove .html from URLs */
    .breadcrumb-item a {
        word-break: break-all;
    }
    /* Services page */
    .service-item {
        padding: 18px;
    }
    .service-item-title h2 {
        font-size: 1rem;
    }
    .service-item-content p {
        font-size: 0.82rem;
    }
    /* Rating / Google box */
    .google-rating-box {
        padding: 16px;
    }
    .google-rating-info-header h4 {
        font-size: 0.9rem;
    }
    .google-rating-info-content p {
        font-size: 0.8rem;
    }
    /* Buttons / Common */
    .btn-default {
        padding: 12px 45px 12px 18px;
        font-size: 0.85rem;
    }
    .btn-default::before {
        width: 32px;
        height: 32px;
        right: 5px;
        background-size: 16px auto;
    }
    .btn-highlighted {
        padding: 12px 45px 12px 18px;
        font-size: 0.85rem;
    }
    /* Contact form */
    .contact-us-form {
        padding: 25px;
    }
    .contact-form .form-control {
        padding: 10px 14px;
        font-size: 0.85rem;
    }
    /* Counter */
    .counter {
        font-size: 1.8rem;
    }
    /* Three images */
    .three-images-section {
        margin-top: 8px !important;
    }
    .three-images-section .img-box {
        padding: 20px 10px;
        border-width: 4px;
    }
    .three-images-section .img-box img {
        max-height: 80px;
    }
    /* Google map */
    .google-map-iframe {
        height: 280px !important;
    }
}


/* ---------- 480px ---------- */

@media (max-width: 480px) {
    .hero {
        padding: 90px 0 35px;
        display: flex;
        text-align: left;
    }
    .hero-content .section-title h1 {
        font-size: 1.3rem;
    }
    .hero-content .section-title p {
        font-size: 0.82rem;
    }
    .hero-content {
        text-align: left;
    }
    .hero-content .hero-btn {
        text-align: left;
    }
    .hero-support-box {
        padding: 14px;
        max-width: 100%;
        margin-left: 0;
        margin-right: auto;
    }
    .hero-support-box-content h2 {
        font-size: 1rem;
    }
    .hero-support-box-content ul li {
        font-size: 0.85rem;
    }
    .section-title h1 {
        font-size: 1.6rem;
    }
    .section-title h2 {
        font-size: 1.3rem;
    }
    .section-title p {
        font-size: 0.85rem;
    }
    .section-sub-title {
        font-size: 0.75rem;
        padding: 4px 14px;
    }
    .page-header {
        padding: 90px 0 35px;
    }
    .page-header-box h1 {
        font-size: 1.15rem;
    }
    .page-header-box ol li {
        font-size: 0.78rem;
    }
    .about-us-counter-box {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    .about-us-counter-body h3 {
        font-size: 1.3rem;
    }
    .why-choose-item-list {
        gap: 8px;
    }
    .why-choose-item {
        padding: 10px;
        gap: 8px;
    }
    .intro-video {
        padding: 40px 0;
    }
    .intro-video-items-list {
        gap: 8px;
    }
    .intro-video-item {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    .intro-video-circle {
        width: 50px;
        height: 50px;
        min-width: 50px;
    }
    .intro-video-circle img {
        max-width: 22px;
    }
    .our-expertise-box {
        gap: 10px;
    }
    .our-expertise-nav {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        gap: 6px;
    }
    .our-expertise-nav .nav-link {
        white-space: nowrap;
        font-size: 0.78rem;
        padding: 8px 12px;
    }
    .project-item img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    .cta-content h2 {
        font-size: 1.15rem;
    }
    .cta-rating-box {
        flex-direction: column;
        gap: 10px;
    }
    .faqs-content {
        padding: 15px;
    }
    .faq-accordion .accordion-button {
        font-size: 0.82rem;
        padding: 10px 12px;
    }
    .calculator-card {
        padding: 15px;
    }
    .calc-result {
        padding: 10px;
    }
    .calc-amount {
        font-size: 1rem;
    }
    .testimonial-item {
        padding: 14px;
    }
    .testimonial-item-author {
        flex-direction: column;
        text-align: center;
        align-items: center;
        gap: 8px;
    }
    .testimonial-item-content p {
        font-size: 0.82rem;
    }
    .post-featured-image img {
        width: 100%;
        height: 180px;
        object-fit: cover;
    }
    .post-item-body {
        padding: 12px;
    }
    .post-item-content h2 {
        font-size: 1rem;
    }
    .bg-section {
        padding: 35px 0;
    }
    .row.g-4>[class*="col-"] {
        padding: 0 6px;
    }
    .services-section {
        padding: 25px 0;
    }
    .btn-default,
    .btn-highlighted {
        padding: 10px 38px 10px 14px;
        font-size: 0.8rem;
    }
    .btn-default::before {
        width: 28px;
        height: 28px;
        right: 4px;
        background-size: 14px auto;
    }
    .contact-us-form {
        padding: 20px;
    }
    .footer-copyright-text p {
        font-size: 0.78rem;
    }
    /* === 480px Fixes === */
    .three-images-section {
        margin-top: -40px;
    }
    .three-images-section .img-box {
        padding: 15px 8px;
        border-width: 3px;
    }
    .three-images-section .img-box img {
        max-height: 70px;
    }
    .cta-content {
        min-height: auto !important;
    }
    .cta-content h2 {
        font-size: 1.15rem;
    }
    .cta-rating-box {
        flex-direction: column;
        gap: 10px;
    }
    .about-us-image-box {
        padding: 0 !important;
        margin-left: 0 !important;
    }
    .about-us-image.box-2 {
        position: static !important;
        max-width: 100% !important;
        margin-bottom: 15px;
    }
    .about-us-counter-box {
        position: static !important;
        min-height: auto !important;
        margin-top: 15px;
    }
    .contact-us-circle {
        display: none !important;
    }
    .why-choose-image-box-1 {
        margin-right: 0 !important;
        width: 100% !important;
        position: static !important;
    }
    .why-choose-image-box-2 {
        display: none !important;
    }
    .why-choose-item {
        width: 100% !important;
    }
    .our-expertise {
        margin-bottom: 0 !important;
    }
    .expertise-item-content {
        padding: 18px !important;
    }
    .service-item-title h2 {
        font-size: 1rem;
    }
    .about-us-counter-body {
        min-height: auto !important;
    }
    .pr-hub-grid {
        grid-template-columns: 1fr !important;
    }
    .contact-info-item {
        padding: 20px !important;
    }
    .contact-info-item-content h3 {
        font-size: 0.9rem;
        word-break: break-word;
        overflow-wrap: break-word;
    }
    .contact-social-list {
        gap: 8px;
    }
    .google-map-iframe {
        height: 220px !important;
    }
    .approach-item,
    .benefit-item,
    .team-item {
        padding: 15px;
    }
    .approach-item-contant h3,
    .benefit-item h3,
    .team-item h3 {
        font-size: 1rem;
    }
    .testimonial-item-author {
        flex-direction: column;
        text-align: center;
        align-items: center;
        gap: 8px;
    }
    .pr-cat-header {
        gap: 1.5rem !important;
    }
    .footer-contact-item-content h3 {
        word-break: break-word;
        overflow-wrap: break-word;
        font-size: 0.85rem;
    }
}

.three-images-section {
    margin-top: -70px;
    position: relative;
    z-index: 2;
}

.three-images-section .img-box {
    background: #021623;
    padding: 25px 10px;
    border: 5px solid #f5f5f5;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.three-images-section .img-box img {
    max-height: 120px;
    width: auto;
}


/* ---------- 380px ---------- */

@media (max-width: 380px) {
    .hero {
        padding: 70px 0 25px;
        margin: 8px 8px 0;
        border-radius: 12px;
        min-height: auto;
        text-align: left;
    }
    .hero .container {
        margin-top: 30px;
    }
    .hero-content .section-title h1 {
        font-size: 1.15rem;
    }
    .hero-content {
        text-align: left;
    }
    .hero-content .hero-btn {
        text-align: left;
    }
    .hero-support-box {
        padding: 12px;
        margin-left: 0;
        margin-right: auto;
    }
    .section-title h1 {
        font-size: 1.4rem;
    }
    .section-title h2 {
        font-size: 1.2rem;
    }
    .page-header {
        padding: 60px 0 60px;
        margin: 8px 8px 0;
        border-radius: 12px;
    }
    .page-header-box h1 {
        font-size: 1rem;
    }
    .bg-section {
        padding: 25px 0;
    }
    .intro-video {
        padding: 25px 0;
    }
    .footer-links h2 {
        font-size: 0.95rem;
    }
    .footer-links ul li a {
        font-size: 0.78rem;
    }
    .about-footer-content p {
        font-size: 0.8rem;
    }
    .about-us-counter-body h3 {
        font-size: 1.15rem;
    }
    .three-images-section {
        margin-top: -30px;
    }
    .three-images-section .img-box {
        padding: 10px 6px;
        border-width: 2px;
    }
    .three-images-section .img-box img {
        max-height: 50px;
    }
    .cta-content {
        min-height: auto !important;
    }
    .contact-info-item {
        padding: 15px !important;
    }
    .google-map-iframe {
        height: 200px !important;
    }
    .hero-support-box {
        max-width: 100%;
    }
    .btn-default,
    .btn-highlighted {
        padding: 8px 34px 8px 12px;
        font-size: 0.75rem;
    }
    .btn-default::before {
        width: 24px;
        height: 24px;
        right: 3px;
        background-size: 12px auto;
    }
}

@media (min-width: 1200px) {
    .hero.dark-section.parallaxie .col-xl-7 {
        flex: 0 0 auto;
        width: 52.333333%;
    }
    /* Mobile header logos */
    .pr-mobile-logos {
        display: none;
    }
}


/* Mobile header logos */

@media (max-width: 991px) {
    .pr-mobile-logos {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-left: 10px;
    }
    .pr-mobile-logos img {
        max-height: 35px;
        width: auto;
        object-fit: contain;
    }
}

@media (max-width: 480px) {
    .pr-mobile-logos img {
        max-height: 26px;
    }
    .pr-mobile-logos {
        gap: 5px;
    }
}

@media (max-width: 380px) {
    .pr-mobile-logos img {
        max-height: 22px;
    }
    .pr-mobile-logos {
        gap: 3px;
    }
}

@media screen and (max-width: 767px) {
    .three-images-section {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .tradingview-widget-container {
        height: 279px !important;
    }
    .page-header.parallaxie .container {
        margin-top: 50px;
    }
}

.consult-modal h3 {
    color: #fff;
}


/* ============ ABOUT BENEFITS SECTION ============ */

.pr-about-benefits {
    position: relative;
    overflow: hidden;
}

.pr-about-benefits .container {
    position: relative;
    z-index: 1;
}

.pr-about-benefits .section-title h2,
.pr-about-benefits .section-title-content p {
    color: #021623;
}

.pr-about-benefits .section-title-content p {
    color: #5a6a7a;
}

.pr-about-benefits .benefit-item {
    min-height: 330px;
    position: relative;
    overflow: hidden;
    background: var(--bg-color);
    border: 1px solid rgba(2, 22, 35, 0.08);
}

.pr-about-benefits .benefit-item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(25, 68, 223, 0.08), transparent 44%);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.pr-about-benefits .benefit-item::after {
    content: '';
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 0;
    height: 3px;
    background: linear-gradient(90deg, #1944DF, #BDA772);
    border-radius: 999px 999px 0 0;
    transform: scaleX(0.35);
    transform-origin: left;
    transition: transform 0.35s ease;
}

.pr-about-benefits .benefit-item:hover {
    border-color: rgba(189, 167, 114, 0.36);
    box-shadow: 0 22px 52px rgba(2, 22, 35, 0.12), 0 8px 22px rgba(25, 68, 223, 0.08);
}

.pr-about-benefits .benefit-item:hover::before {
    opacity: 1;
}

.pr-about-benefits .benefit-item:hover::after {
    transform: scaleX(1);
}

.pr-about-benefits .benefit-item-top,
.pr-about-benefits .benefit-item-content {
    position: relative;
    z-index: 1;
}

.pr-about-benefits .benefit-item-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 34px;
}

.pr-about-benefits .benefit-item-icon {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: rgba(189, 167, 114, 0.16);
    color: #D4AF37;
    font-size: 1.35rem;
    box-shadow: inset 0 0 0 1px rgba(189, 167, 114, 0.18);
    transition: transform 0.35s ease, background 0.35s ease, color 0.35s ease;
}

.pr-about-benefits .benefit-item:hover .benefit-item-icon {
    background: #BDA772;
    color: #021623;
    transform: translateY(-3px) rotate(-4deg);
}

.pr-about-benefits .benefit-item-number {
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    color: rgba(2, 22, 35, 0.22);
}

.pr-about-benefits .benefit-item-content h3 {
    color: #021623;
    line-height: 1.2;
    margin: 0;
}

.pr-about-benefits .benefit-item-content p {
    color: #5a6a7a;
    line-height: 1.7;
}

.pr-about-benefits .section-footer-text {
    margin-top: 18px;
}

.pr-about-benefits .section-footer-text p {
    color: #5a6a7a;
}

@media (max-width: 991px) {
    .pr-about-benefits .benefit-item {
        min-height: 290px;
    }
}

@media (max-width: 575px) {
    .pr-about-benefits .benefit-item {
        min-height: auto;
        padding: 24px;
    }
    .pr-about-benefits .benefit-item-top {
        margin-bottom: 22px;
    }
    .pr-about-benefits .benefit-item-icon {
        width: 50px;
        height: 50px;
        border-radius: 14px;
        font-size: 1.1rem;
    }
}

/* ============ DESKTOP SECTION SPACING TIGHTENING ============ */

@media (min-width: 992px) {
    .section-row {
        margin-bottom: 42px;
    }

    .page-header {
        padding-top: 190px;
        padding-bottom: 105px;
    }

    .page-banner {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .our-services,
    .why-choose-us,
    .intro-video,
    .our-projects,
    .our-approach,
    .our-pricing,
    .our-faqs,
    .our-testimonials,
    .our-benefits,
    .our-team,
    .about-us,
    .sip-calculator,
    .our-chart,
    .services-section:not([style*="padding:0"]),
    .about-section,
    .pr-services-hub,
    .pr-serv-all,
    .pr-serv-cta {
        padding-top: 64px !important;
        padding-bottom: 64px !important;
    }

    .pr-cat-page {
        padding-top: 48px;
        padding-bottom: 64px;
    }

    .our-approach {
        padding-top: 48px !important;
        padding-bottom: 48px !important;
    }

    .pr-hub-intro,
    .pr-serv-intro,
    .pr-cat-header,
    .pr-cat-services,
    .our-pricing-swich,
    .our-expertise-nav,
    .testimonial-footer-box,
    .our-core-feature-elite .section-footer-text,
    .our-testimonials-elite .section-footer-text {
        margin-bottom: 36px !important;
    }

    .pr-hub-grid,
    .pr-serv-block {
        margin-bottom: 38px;
    }

    .why-choose-us-content .section-footer-text,
    .our-testimonials .section-footer-text {
        margin-top: 32px;
        padding-top: 32px;
    }
}

/* ============ BLOG LOAD MORE ============ */

.blog-load-more {
    margin-top: 20px;
}

.blog-load-more-btn {
    min-width: 155px;
    cursor: pointer;
}

.blog-load-more-btn:disabled {
    opacity: 0.75;
    cursor: wait;
}
