﻿:root {
    --maroon: #8B1D41;
    --yellow: #FFB300;
    --dark-maroon: #5E122C;
    --light-bg: #F8F9FA;
    --text-color: #333333;
}

body {
    font-family: 'Poppins', sans-serif;
    color: var(--text-color);
    line-height: 1.6;
}

.text-maroon {
    color: var(--maroon);
}

.bg-maroon {
    background-color: var(--maroon);
}

.bg-maroon-gradient {
    background: linear-gradient(135deg, var(--maroon), var(--dark-maroon));
}

.bg-yellow {
    background-color: var(--yellow) !important;
}

.bg-yellow-light {
    background-color: #FFFDE7;
}

.btn-outline-maroon {
    border: 2px solid var(--maroon);
    color: var(--maroon);
    font-weight: 600;
}

    .btn-outline-maroon:hover {
        background-color: var(--maroon);
        color: white;
    }

.top-banner {
    background-color: #fff;
    color: var(--text-color);
    border-bottom: 0;
}

.pms-title {
    color: #8B1D41;
    font-size: 3rem;
}

.pms-subtitle {
    font-size: 1.5rem;
    color: #555;
    font-weight: 400;
}

.hero-section {
    background-color: #fff;
    background-image: none;
}

.hero-main-title {
    font-size: 3rem;
    font-weight: 700;
    color: #333;
}

.hero-description p {
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
    font-weight: 500;
}

.btn-pms-expert {
    background: linear-gradient(to right, #5E122C, #D85D73);
    color: white;
    border: none;
    border-radius: 12px;
    padding: 12px 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

    .btn-pms-expert:hover {
        color: white;
        filter: brightness(1.1);
    }

.pms-illustration-container {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}

.pms-circle-bg {
    background-color: #8B1D41;
    border-radius: 70%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 10px;
}

/* Dotted border around the illustration */
.pms-illustration-container::after {
    content: '';
    position: absolute;
    top: -20px;
    bottom: -20px;
    left: -20px;
    right: -20px;
    border: 2px dashed #8B1D41;
    border-radius: 50%;
    z-index: 0;
}

.floating-label {
    position: absolute;
    background-color: #FFB300;
    color: #000;
    padding: 10px 15px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 1.2;
    z-index: 2;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-align: left;
}

    .floating-label::after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
    }

.label-personalized {
    top: 10%;
    left: -15%;
}

    .label-personalized::after {
        bottom: -10px;
        right: 15px;
        border-width: 10px 10px 0 0;
        border-color: #FFB300 transparent transparent transparent;
    }

.label-transparency {
    top: 5%;
    right: -10%;
}

    .label-transparency::after {
        bottom: -10px;
        left: 15px;
        border-width: 10px 0 0 10px;
        border-color: #FFB300 transparent transparent transparent;
    }

.label-expert {
    bottom: 5%;
    left: -10%;
}

    .label-expert::after {
        top: -10px;
        right: 15px;
        border-width: 0 10px 10px 0;
        border-color: transparent #FFB300 transparent transparent;
    }

.label-threshold {
    bottom: 5%;
    right: -5%;
}

    .label-threshold::after {
        top: -10px;
        left: 15px;
        border-width: 0 0 10px 10px;
        border-color: transparent transparent transparent #FFB300;
    }

.bg-maroon-gradient:hover {
    filter: brightness(1.1);
    transition: 0.3s;
}

.play-button-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 5rem;
    color: white;
    cursor: pointer;
    transition: transform 0.3s ease;
}

    .play-button-overlay:hover {
        transform: translate(-50%, -50%) scale(1.1);
    }



/* Why Choose PMS Section Styles */
.why-choose-pms {
    padding-top: 100px !important;
    background-image: url('pms_wavy_bg.png');
    background-repeat: repeat-x;
    background-position: center top;
}

.why-choose-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #444;
}

.pms-highlight {
    background-color: #5E122C;
    color: white;
    padding: 2px;
    border-radius: 0px 8px 8px 0px;
    font-weight: 600;
}

.pms-benefits-list li {
    font-size: 1.1rem;
    color: #333;
    line-height: 1.4;
}

.pms-icon-square {
    width: 24px;
    height: 24px;
    background-image: url('https://resources.pmsbazaar.com/web/pmsbazaar/pms-page/pms_bullet_icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    border-radius: 0;
    flex-shrink: 0;
    margin-top: 4px;
}

.laptop-illustration {
    max-width: 100%;
}

.pms-footer-text {
    font-size: 1.1rem;
    color: #000;
    line-height: 1.6;
}

/* Types of PMS Section Styles */
.pms-types-section {
    background-image: url('https://resources.pmsbazaar.com/web/pmsbazaar/pms-page/pms_types_bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0 0px 0;
    position: relative;
    overflow: hidden;
}

.types-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #444;
}

.types-subtitle {
    font-size: 1.5rem;
    color: #333;
}

.pms-type-card {
    background-color: #fff;
    border-radius: 25px;
    border: none;
    transition: transform 0.3s ease;
}

    .pms-type-card:hover {
        transform: translateY(-5px);
    }

.card-pms-header {
    border: 1px solid #8B1D41;
    border-radius: 10px;
    padding: 10px 15px;
    text-align: center;
    color: #8B1D41;
    box-shadow: 0 4px 10px rgba(139, 29, 65, 0.1);
}

.card-pms-body p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #333;
    font-weight: 500;
}

.grayscale {
    filter: grayscale(100%);
    opacity: 0.6;
    transition: 0.3s;
}

    .grayscale:hover {
        filter: grayscale(0%);
        opacity: 1;
    }

.custom-table {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

    .custom-table thead {
        background-color: var(--maroon);
        color: white;
    }

/* PMS Investment Approach Section Styles */
.pms-approach-section {
    background: linear-gradient(to bottom, #ffffff 0%, #f9f4f5 20%, #eadada 50%, #c5b5b8 100%);
    position: relative;
    overflow: hidden;
    padding: 60px 0 0 0;
}

.pms-blue-divider {
    height: 4px;
    background-color: #007bff;
    width: 100%;
    position: relative;
    z-index: 2;
}

.pms-orange-footer-bar {
    height: 6px;
    background-color: #ff9800;
    width: 40%;
    margin: 80px auto 0 auto;
    border-radius: 10px 10px 0 0;
}

.approach-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #444;
}

.approach-subtitle {
    font-size: 1.3rem;
    color: #000;
}

.approach-card {
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 20px;
    transition: background-color 0.3s ease, color 0.3s ease;
    text-align: left;
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .approach-card:hover {
        background-color: #8B1D41;
        color: white;
        border-color: #8B1D41;
    }


.dark-approach-card {
    background-color: #8B1D41;
    color: white;
    border: none;
}

.approach-icon-box {
    width: 45px;
    height: 45px;
    background-color: #8B1D41;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.white-icon-box {
    background-color: #fff;
    color: #8B1D41;
}

.approach-card h5 {
    font-size: 1.4rem;
    margin-bottom: 15px;
}

.approach-card p {
    font-size: 1rem;
    color: inherit;
    line-height: 1.4;
}

/* Decorative Circles */
.decor-circle {
    position: absolute;
    border-radius: 50%;
    z-index: 0;
}

.circle-1 {
    width: 250px;
    height: 250px;
    background: linear-gradient(135deg, #ff9800 0%, #ffc107 100%);
    top: -80px;
    left: -80px;
    opacity: 0.9;
}

.circle-2 {
    width: 60px;
    height: 60px;
    background: #ff9800;
    bottom: 10%;
    left: 2%;
    opacity: 0.8;
}

/* Adding more decorative circles from combined design */
.circle-3 {
    width: 150px;
    height: 150px;
    background: linear-gradient(135deg, #ff9800 0%, #ffc107 100%);
    bottom: -50px;
    right: -50px;
    opacity: 0.9;
}

.circle-outline {
    width: 40px;
    height: 40px;
    border: 2px solid #ff9800;
    background: transparent;
    top: 20%;
    right: 5%;
}

.custom-table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

.accordion-button:not(.collapsed) {
    background-color: var(--maroon);
    color: white;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: var(--maroon);
}

/* Mobile Responsive Adjustments */
@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2.5rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .custom-table {
        font-size: 0.9rem;
    }
}

/* Specific Mobile Layout Matching Image 0 */
@media (max-width: 576px) {
    .top-banner h6 {
        font-size: 0.8rem;
    }

    .pms-title {
        font-size: 2rem !important;
        margin-bottom: 5px;
    }

    .pms-subtitle {
        font-size: 1rem !important;
    }

    .hero-content {
        text-align: center;
        padding: 0 15px;
    }

    .hero-main-title {
        font-size: 1.8rem !important;
        line-height: 1.3;
    }

    .hero-description p {
        font-size: 0.9rem !important;
        text-align: center;
    }

    .btn-pms-expert {
        width: 70%;
        display: block;
    }

    /* Adjust illustration for mobile */
    .pms-illustration-container {
        transform: scale(0.85);
        margin-top: -20px;
    }

    .floating-label {
        font-size: 0.7rem;
        padding: 6px 10px;
        min-width: 80px;
    }

    /* Why Choose PMS Mobile */
    .why-choose-pms {
        padding-top: 50px !important;
        padding-bottom: 30px;
        background-size: 200%;
        /* Zoom in bg pattern slightly */
    }

    .why-choose-title {
        font-size: 1.8rem !important;
        text-align: center;
        margin-bottom: 30px !important;
    }

    .pms-benefits-list li {
        font-size: 0.9rem !important;
        margin-bottom: 15px !important;
    }

    .laptop-illustration {
        margin-top: 0;
        margin-bottom: 30px;
        max-width: 80%;
    }

    /* Reorder for mobile: Image then List */
    .why-choose-pms .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .pms-footer-text {
        font-size: 0.9rem;
        text-align: center;
        margin-top: 20px;
    }

    /* Types of PMS Mobile */
    .pms-types-section {
        padding-top: 50px;
    }

    .types-title {
        font-size: 1.8rem !important;
    }

    .types-subtitle {
        font-size: 1rem !important;
    }

    .pms-type-card {
        margin-bottom: 20px;
        padding: 20px !important;
    }

    /* Investment Approach Mobile */
    .pms-approach-section {
        padding-top: 40px;
    }

    .approach-title {
        font-size: 1.8rem !important;
    }

    .approach-subtitle {
        font-size: 1rem !important;
    }

    .approach-card {
        margin-bottom: 15px;
        min-height: auto;
    }

        .approach-card h5 {
            font-size: 1.2rem;
        }

        .approach-card p {
            font-size: 0.9rem;
        }

    .achieve-illustration-wrapper {
        display: none !important;
    }
}

/* What You Can Achieve Section Styles */
/* What You Can Achieve Section Styles */
.pms-achieve-section {
    background-color: #FFF8F3;
    /* Light cream/peach background */
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}



.achieve-title {
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 600;
    /* Regular weight for "What You Can" */
    color: #444;
}

.achieve-bold {
    color: #8B1D41;
    /* Black for "Achieve" */
    font-weight: 700;
}

.achieve-bar {
    width: 50px;
    height: 10px;
    background-color: #F89C0E;
    /* Deep Orange */
    border-radius: 0;
    /* Sharp edges */
    flex-shrink: 0;
    margin-top: 8px;
    /* Alignment */
}

.achieve-illustration-wrapper {
    height: 600px;
    /* Increased height for spacing */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.peach-blob {
    width: 600px;
    height: 600px;
    background-color: #FFE0C2;
    /* Darker peach blob */
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -300px;
    /* Pushed off screen */
    transform: translateY(-50%);
    z-index: 0;
}

.floating-icon-box {
    width: 130px;
    height: 130px;
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    /* Softer shadow */
}

    .floating-icon-box img {
        max-width: 60%;
        max-height: 60%;
        object-fit: contain;
    }

/* Positioning matching the image stagger */
.box-1 {
    top: 5%;
    right: 35%;
    /* Left-aligned of the group */
}

.box-2 {
    top: 38%;
    right: 15%;
    /* Pushed right */
    background-color: #7A303F;
    /* Maroon background */
}

.box-3 {
    bottom: 5%;
    right: 35%;
    /* Aligned with top box */
}





/* How PMS Works Section Styles */
.pms-process-section {
    background-color: #fff;
    padding: 100px 0 150px 0;
}

.process-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #444;
}

.process-steps-container {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 150px;
    padding: 0 50px;
}

    .process-steps-container::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 100px;
        right: 100px;
        height: 1px;
        background: #ddd;
        z-index: 0;
        transform: translateY(-50%);
    }

.process-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
    width: 25%;
}

.step-node-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .step-node-wrapper::before {
        content: '';
        position: absolute;
        width: 120px;
        height: 120px;
        border: 1px solid #eee;
        border-radius: 50%;
        z-index: -1;
    }

.step-node {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.step-arrow {
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #ddd;
}

.node-1 {
    background-color: #5D2B39;
}

.node-2 {
    background-color: #A04040;
}

.node-3 {
    background-color: #D19A8E;
}

.node-4 {
    background-color: #FF9800;
}

.arrow-1 {
    border-left-color: #5D2B39;
}

.arrow-2 {
    border-left-color: #A04040;
}

.arrow-3 {
    border-left-color: #D19A8E;
}

.step-content-top {
    position: absolute;
    bottom: 150px;
    width: 220px;
}

.step-content-bottom {
    position: absolute;
    top: 150px;
    width: 220px;
}

.step-icon-top {
    position: absolute;
    bottom: 150px;
    width: 60px;
}

.step-icon-bottom {
    position: absolute;
    top: 150px;
    width: 60px;
}

.process-img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.text-maroon-dark {
    color: #5D2B39;
}

.text-maroon-red {
    color: #A04040;
}

.text-peach-dark {
    color: #D19A8E;
}

.process-step p {
    font-size: 0.95rem;
    line-height: 1.4;
    color: #333;
    font-weight: 500;
}

.process-step h5 {
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

/* =========================================
   PMS Journey Section Styles (Pixel Perfect) 
   ========================================= */
.pms-journey-section {
    background-color: #fff;
    padding: 60px 0 80px 0;
}

.pms-journey-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #444;
    margin-bottom: 50px;
    text-align: center;
}

.journey-card {
    background-color: #fff;
    border-radius: 20px;
    padding: 50px 20px 30px 20px;
    /* Top padding clears the circle */
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    height: 100%;
    border: 1px solid #f0f0f0;
    text-align: center;
    transition: transform 0.3s ease;
}

    .journey-card:hover {
        transform: translateY(-5px);
    }

.journey-step-circle {
    width: 60px;
    height: 60px;
    background-color: #FFC107;
    /* Bootstrap Warning Yellow */
    color: #000;
    border-radius: 50%;
    position: absolute;
    top: -30px;
    /* Half height to overlap */
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.journey-card h5 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    line-height: 1.4;
    min-height: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.journey-card p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 0;
}

.journey-footer-text {
    font-size: 1rem;
    color: #333;
    font-weight: 500;
    margin-top: 40px;
}

/* =========================================
   How PMS Works Section (Timeline Design)
   ========================================= */
.pms-process-section {
    background-color: #fff;
    padding: 40px 0;
}

.process-header {
    margin-bottom: 80px;
}

.process-title {
    font-size: 2.5rem;
    font-weight: 400;
    color: #333;
    display: inline-block;
}

.pms-badge {
    background-color: #5E122C;
    color: #fff;
    padding: 0 8px;
    font-weight: 600;
    display: inline-block;
    margin: 0 5px;
}

/* Timeline Container */
.process-timeline-row {
    position: relative;
    padding: 40px 0;
}

    /* Central horizontal line connects the steps */
    .process-timeline-row::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 10%;
        right: 10%;
        height: 1px;
        background-color: #e0e0e0;
        z-index: 0;
        transform: translateY(-50%);
    }

.process-col {
    position: relative;
    z-index: 1;
}

.step-node {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 5px solid #fff;
    z-index: 2;
}

    /* Connector Arrow triangle */
    .step-node::after {
        content: '';
        position: absolute;
        right: -12px;
        top: 50%;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 8px solid;
    }

/* Vertical lines connecting content to node */
.vertical-line-top,
.vertical-line-bottom {
    width: 1px;
    height: 50px;
    background-color: #ddd;
    margin: 0 auto;
    position: relative;
}

    /* Small dots at ends */
    .vertical-line-top::after {
        content: '';
        position: absolute;
        top: 0;
        left: -2px;
        width: 5px;
        height: 5px;
        border-radius: 50%;
    }

    .vertical-line-bottom::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: -2px;
        width: 5px;
        height: 5px;
        border-radius: 50%;
    }

/* Colors for Steps */
.step-1-color {
    background-color: #5E122C;
}

.step-1-text {
    color: #5E122C;
}

.step-1-start-dot::after {
    background-color: #5E122C;
}

.step-2-color {
    background-color: #A04040;
}

.step-2-text {
    color: #A04040;
}

.step-2-start-dot::after {
    background-color: #A04040;
}

.step-3-color {
    background-color: #D19A8E;
}

.step-3-text {
    color: #D19A8E;
}

.step-3-start-dot::after {
    background-color: #D19A8E;
}

.step-4-color {
    background-color: #FF9800;
}

.step-4-text {
    color: #FF9800;
}

.step-4-start-dot::after {
    background-color: #FF9800;
}

/* Node arrow colors matching background */
.step-1-color.step-node::after {
    border-left-color: #5E122C;
}

.step-2-color.step-node::after {
    border-left-color: #A04040;
}

.step-3-color.step-node::after {
    border-left-color: #D19A8E;
}

.step-4-color.step-node::after {
    border-left-color: #FF9800;
}


/* Content blocks */
.step-content {
    text-align: center;
    padding: 10px;
    min-height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /* Align bottom for top content */
}

    .step-content.bottom-aligned {
        justify-content: flex-start;
        /* Align top for bottom content */
    }

.step-title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1rem;
    margin-bottom: 5px;
}

.step-desc {
    font-size: 0.85rem;
    color: #444;
    line-height: 1.3;
}

/* Icons Styles */
.step-icon-box {
    width: 60px;
    height: 60px;
    margin: 10px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-icon-img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* Fallback icons if image not used */
.step-icon-font {
    font-size: 2.5rem;
}

/* =========================================
   PMS vs Mutual Funds Section Styles
   ========================================= */
.pms-vs-mf-section {
    background-image: url('https://resources.pmsbazaar.com/web/pmsbazaar/pms-page/pms_vs_mf_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 0;
}

.pms-vs-mf-title {
    font-size: 2.5rem;
    color: #444;
    margin-bottom: 50px;
    font-weight: 600;
}

    .pms-vs-mf-title span {
        font-weight: 400;
        /* For 'vs' */
    }

.comparison-grid-container {
    max-width: 1000px;
    margin: 0 auto;
}

.comparison-row {
    margin-bottom: 15px;
}

.comparison-col {
    padding: 0 8px;
    /* Gap between columns */
}

/* Common Cell Styles */
.comp-cell {
    border-radius: 10px;
    padding: 15px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.4;
    width: 100%;
}

/* Header Cells */
.header-cell {
    background-color: #5E122C;
    /* Dark Maroon */
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    padding: 12px 15px;
}

/* Feature Cells (Left Column) */
.feature-cell {
    background-color: #F5A623;
    /* Orange/Gold from image */
    color: #000;
    /* Looks dark/black in image */
    font-weight: 500;
}

/* Data Cells (Middle and Right Columns) */
.data-cell {
    background-color: #E6E1E4;
    /* Light Greyish Pink from image */
    color: #000;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .pms-vs-mf-title {
        font-size: 1.8rem;
    }

    .comp-cell {
        font-size: 0.8rem;
        padding: 10px;
    }

    /* Close previous media query from line 1220 */
}

/* =========================================
   PMS Taxation Overview Section Styles
   ========================================= */
.pms-taxation-section {
    background-color: #fff;
    padding: 80px 0 100px 0;
}

.tax-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #444;
    text-align: center;
    margin-bottom: 50px;
}

    .tax-title span {
        font-weight: 400;
        /* Thin weight for 'Overview' */
    }

.tax-table-wrapper {
    max-width: 950px;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    /* Soft shadow for the card look */
    border: 1px solid #e0e0e0;
}

.tax-row {
    display: flex;
    border-bottom: 1px solid #e7e7e7;
    min-height: 60px;
    /* Base height */
}

    .tax-row:last-child {
        border-bottom: none;
    }

/* Header Cells */
.tax-header-left {
    width: 30%;
    background-color: #A04040;
    /* Matching the reddish tone */
    color: #fff;
    font-weight: 700;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    text-align: center;
}

.tax-header-right {
    width: 70%;
    background-color: #E68A00;
    /* Deep Orange */
    color: #fff;
    font-weight: 700;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* Left aligned */
    font-size: 1.05rem;
}

/* Body Cells */
.tax-cell-left {
    width: 30%;
    background-color: #F8F1F1;
    /* Light pinkish background */
    color: #000;
    font-weight: 700;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 0.95rem;
}

.tax-cell-right {
    width: 70%;
    background-color: #FBFBFB;
    /* Almost white/grey */
    color: #222;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    font-size: 0.95rem;
    line-height: 1.6;
    font-weight: 500;
}

    /* Specific text tweaks */
    .tax-cell-right p {
        margin-bottom: 0;
    }

/* Mobile Responsive */
@media (max-width: 768px) {
    .tax-title {
        font-size: 1.8rem;
    }

    .tax-row {
        flex-direction: column;
    }

    .tax-header-left,
    .tax-header-right,
    .tax-cell-left,
    .tax-cell-right {
        width: 100%;
        text-align: left;
        align-items: flex-start;
        padding: 15px;
        min-height: auto;
    }

    /* Close previous media query properly */
}

/* =========================================
   PMS FAQ Section Styles
   ========================================= */
.pms-faq-section {
    background-color: #fff;
    padding: 10px 0;
    padding-bottom: 40px;
}

.faq-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #444;
    text-align: center;
    margin-bottom: 50px;
}

    .faq-title span {
        font-weight: 700;
    }

.custom-accordion .accordion-item {
    border: none;
    background: transparent;
    margin-bottom: 15px;
}

.custom-accordion .accordion-button {
    font-weight: 700;
    font-size: 1rem;
    color: #8B1D41;
    background-color: #F2E6E6;
    border-radius: 10px !important;
    padding: 20px 25px;
    box-shadow: none !important;
}

    .custom-accordion .accordion-button:not(.collapsed) {
        background-color: #fff;
        color: #8B1D41;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05) !important;
    }

.custom-accordion .accordion-body {
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    padding: 20px 25px 30px 25px;
    color: #333;
    font-size: 0.95rem;
    line-height: 1.6;
}

.custom-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238B1D41'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.custom-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238B1D41'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

/* =========================================
   Wealth Expertise CTA Section Styles
   ========================================= */
.wealth-expertise-section {
    background-color: #FFFFF2;
    /* Very light yellowish/cream background */
    padding: 80px 0;
    text-align: center;
}

.wealth-title {
    font-size: 2.5rem;
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
}

.wealth-subtitle {
    font-size: 1.1rem;
    color: #333;
    max-width: 700px;
    margin: 0 auto 50px auto;
    font-weight: 500;
}

.wealth-btn-group {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.wealth-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 3px solid #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    color: #fff;
    min-width: 250px;
}

/* Gradient Button Style from Image */
.wealth-btn-gradient {
    background: linear-gradient(90deg, #5E2632 0%, #B04A5A 100%);
}

    .wealth-btn-gradient:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
        color: #fff;
    }

.wealth-btn-icon {
    margin-right: 12px;
    color: #F8B425;
    /* Gold/Yellow icon color matching image */
    font-size: 1.3rem;
}

@media (max-width: 768px) {
    .wealth-title {
        font-size: 2rem;
    }

    .wealth-btn-group {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .wealth-btn {
        width: 100%;
        max-width: 320px;
    }

    /* Close previous media query */
}

/* =========================================
   Hero Section Right Side (Illustration)
   ========================================= */
.pms-illustration-container {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
    padding: 30px;
    /* Space for labels */
}

.pms-circle-bg {
    background-color: #791c3a;
    /* Dark Maroon */
    border-radius: 50%;
    /* Circle */
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 20px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(139, 29, 65, 0.2);
}

.pms-main-img {
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
}

/* Dotted Ring */
.pms-illustration-container::after {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border: 2px dashed #D19A8E;
    /* Light pinkish dashed line */
    border-radius: 50%;
    z-index: 0;
}

/* Floating Labels Helper */
.floating-label {
    position: absolute;
    background-color: #FFB300;
    color: #000;
    padding: 8px 12px;
    border-radius: 8px;
    /* Slightly rounded */
    font-weight: 700;
    font-size: 0.85rem;
    line-height: 1.2;
    z-index: 10;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    min-width: 120px;
    /* Speech Bubble Arrow Base */
}

    .floating-label::after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
    }

/* 1. Personalized Strategy (Top Left) */
.label-personalized {
    top: 15%;
    left: -5%;
}

    .label-personalized::after {
        bottom: -8px;
        right: 30px;
        border-width: 10px 10px 0 0;
        /* Points Bottom-Rightish */
        border-color: #FFB300 transparent transparent transparent;
    }

/* 2. Transparency & Ownership (Top Right) */
.label-transparency {
    top: 5%;
    right: -5%;
}

    .label-transparency::after {
        bottom: -8px;
        left: 30px;
        border-width: 10px 0 0 10px;
        /* Points Bottom-Leftish */
        border-color: #FFB300 transparent transparent transparent;
    }

/* 3. Expert Management (Bottom Left) */
.label-expert {
    bottom: 10%;
    left: -5%;
}

    .label-expert::after {
        top: -8px;
        right: 30px;
        border-width: 0 10px 10px 0;
        /* Points Top-Rightish */
        border-color: transparent #FFB300 transparent transparent;
    }

/* 4. High Entry Threshold (Bottom Right) */
.label-threshold {
    bottom: 15%;
    right: -5%;
}

    .label-threshold::after {
        top: -8px;
        left: 30px;
        border-width: 0 0 10px 10px;
        /* Points Top-Leftish */
        border-color: transparent transparent transparent #FFB300;
    }




/* =========================================
   Video Section Styles (Final Refinement)
   ========================================= */
.video-feature-section {
    padding: 60px 0;
    position: relative;
    margin-top: 60px;
    /* background-color: #fcfcfc; */
    background-image: url('https://resources.pmsbazaar.com/web/pmsbazaar/pms-page/video-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.video-wrapper {
    width: 1188px;
    height: 415px;
    position: relative;
    border-radius: 20px;
    border: 10px solid #FFC107;
    /* Thick Yellow Border */
    overflow: hidden;
    /* Background Image */
    background-image: url('https://resources.pmsbazaar.com/web/pmsbazaar/pms-page/video-img.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

/* Gradient Overlay - Subtle on top of the image */
.video-overlay {
    position: absolute;
    inset: 0;
    /* User requested this specific gradient */
    background: linear-gradient(99.42deg, #642A38 10.19%, rgba(255, 255, 255, 0) 191.14%);
    opacity: 0.6;
    /* Reduced opacity so image shows through clearly */
    z-index: 1;
    pointer-events: none;
}

/* Play Button */
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    background: #ffffff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    cursor: pointer;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

    .play-button:hover {
        transform: translate(-50%, -50%) scale(1.1);
    }

    /* Play Icon */
    .play-button span {
        width: 0;
        height: 0;
        border-left: 20px solid #642A38;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        margin-left: 5px;
        /* Optical centering */
    }

/* Responsive */
@media (max-width: 1200px) {
    .video-wrapper {
        width: 100%;
        height: auto;
        aspect-ratio: 1188 / 415;
    }
}

@media (max-width: 768px) {
    .video-wrapper {
        border-width: 5px;
    }

    .play-button {
        width: 60px;
        height: 60px;
    }

        .play-button span {
            border-left-width: 16px;
            border-top-width: 10px;
            border-bottom-width: 10px;
        }
}

.approach-icon {
    width: 30px;
    height: 30px;
}
/* =========================================
   Mobile Fee & Returns Section Styles
   ========================================= */
.mobile-fee-returns-section .section-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #444;
}

.fee-number {
    width: 30px;
    height: 30px;
    background-color: #FFC107;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.returns-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    max-width: 400px;
    margin: 0 auto;
}

.return-card {
    border-radius: 20px 0 20px 0; /* Leaf-like shape */
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 150px;
    text-align: center;
}

.card-orange {
    background-color: #E67E22; /* Darker Orange */
}

.card-light-yellow {
    background-color: #FFF9C4; /* Very light yellow */
    border-radius: 0 20px 0 20px; /* Opposite shape */
}

.card-dark-yellow {
    background-color: #FBC02D; /* Medium Yellow */
    border-radius: 0 20px 0 20px; /* Opposite shape */
}

.card-dark-yellow-2 {
    background-color: #F57C00; /* Another Orange variant */
}

/* Specific text alignment for the cards */
.return-card h6 {
    font-size: 0.9rem;
    line-height: 1.3;
}

.return-card p {
    font-size: 0.75rem;
    opacity: 0.9;
    line-height: 1.4;
}
