@font-face {
    font-family: 'Bellefair';
    src: url('/wp-content/themes/nws-advisors/fonts/Bellefair-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham Book';
    src: url('/wp-content/themes/nws-advisors/fonts/Gotham-book.woff2') format('woff2');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

.section-block {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    margin-top: 140px;
}

.prosperguard-section {
    padding: 153px 20px 7px 20px;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 8px solid #C59433;
}

.sticky-nav-fixed.open:has(.hamburger-toggle.open) {
    transform: translateX(0px);
}

.prosperguard-container {
    color: #fff;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

section#section-introduction h1.section-title {
    text-align: left;
}

.prosperguard-text {
    max-width: 588px;
    width: 100%;
    padding-bottom: 54px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-right: 49px;
}

.prosperguard-text h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: normal !important;
    letter-spacing: -0.02em;
    color: #EBE8E1;
    margin: 0px;
    text-transform: none;
    font-family: 'Gotham-bold', sans-serif;
}

.prosperguard-text h1 {
    font-size: 42px;
    font-family: 'Bellefair', serif;
    font-weight: 400;
    letter-spacing: -0.02em;
    margin: 0px;
    line-height: normal !important;
    text-transform: uppercase;
    color: #fff;
}

.prosperguard-text p,
#section-introduction p,
#section-planning-process .timeline p,
#section-financial-journey .description-wrapper p,
#section-financial-journey .financial-journey-boxes p,
#section-testimonial .testimonial-slide p,
#section-investment .description p,
#section-investment .investment-boxes p,
#section-interest .description p,
#section-booking .description-wrapper p,
#section-testimonial .description p,
#section-planning-process .blue-box p,
#section-clients .flip-card-back p {
    font-size: 18px;
    line-height: 24px;
    margin: 0px;
    font-family: 'Gotham Book';
    padding-bottom: 10px;
    letter-spacing: -0.02em;
}

#section-planning-process .blue-box p {
    font-family: 'Gotham-bold', sans-serif;
}

.prosperguard-image {
    max-width: 398px;
    width: 100%;
    text-align: center;
}

.prosperguard-image .hero-image-team {
    width: 398px;
    height: 548px;
}

.prosperguard-image img,
#section-financial-journey .financial-journey-image img,
#section-interest .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.section-with-sidebar .content-area {
    overflow-x: hidden;
}

.sticky-nav-wrapper {
    position: absolute;
    right: 0;
    top: 15vh;
    display: flex;
    flex-direction: row;
}

.hamburger-toggle {
    display: block;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10;
    height: fit-content;
}

.hamburger-toggle.open {
    transform: rotatey(180deg);
}

.sticky-nav-fixed nav {
    background-color: #F7F8FA;
    padding: 20px;
    border-radius: 8px 0px 0px 8px;
}

.hamburger-toggle.open svg {
    border-radius: 0px 20px 20px 0px;
}

.hamburger-toggle svg {
    border-radius: 20px 0px 0px 20px;
}

.sticky-nav-fixed {
    width: 260px;
    position: fixed;
    align-self: anchor-center;
    right: 0px;
    display: flex;
    align-items: center;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    transform: translateX(230px);
    transition: all 0.5s ease;
}

.sticky-nav-fixed ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sticky-nav-fixed ul li {
    margin: 4px 0px;
}

.sticky-nav-fixed ul li a {
    text-decoration: none;
    color: rgba(88, 117, 151, 0.5);
    font-size: 16px;
    padding: 5px 0px;
    display: block;
    line-height: 24px;
    border: 0;
    transition: all 0.3s ease;
    letter-spacing: -0.04em;
}


.sticky-nav-fixed ul li.active a,
.sticky-nav-fixed ul li a:hover {
    font-weight: bold;
    border-bottom: 1px solid #587597;
    color: #587597;
    font-family: 'Gotham-bold', sans-serif;
}

.section-subtitle {
    margin-bottom: 0px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 52px;
    text-align: center;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    font-family: 'Gotham-bold';
    color: #587597;

}

.section-title {
    font-family: 'Bellefair', serif;
    font-size: 42px;
    margin-bottom: 10px;
    line-height: 56px;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    color: #000;
}

.benefits-grid,
#section-planning-process .wrapper,
#section-financial-journey .row,
#section-investment .investment-boxes,
#section-interest .row {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    margin-top: 32px;
    justify-content: space-between;
}

.benefit-card {
    border: 1px solid transparent;
    padding: 32px;
    color: #1c1c1c;
    width: 100%;
    max-width: 584px;
    background: #ffffff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    transition: background 0.5s ease, color 0.5s ease;
}

.benefit-card:hover {
    background: rgba(239, 232, 191, 0.3);
    border: 1px solid #CACACA;
}

.benefit-card.highlighted {
    border: 1px solid #CACACA;
    padding: 32px;
    color: #1c1c1c;
    width: 100%;
    background: rgba(239, 232, 191, 0.3);
    border-radius: 8px;
}

.benefit-card.highlighted:hover {
    background: #ffffff;
    border: 1px solid transparent;
}

.benefit-card .icon {
    width: 88px;
    height: 88px;
}

.benefit-card .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.benefit-card h4 {
    font-family: 'Gotham-medium', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin: 0px;
    text-transform: capitalize;
    color: #000;
    padding-bottom: 0px !important;
}

#financial-planning h4,
#financial-planning h2 {
    text-align: left;
}

#financial-planning p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-align: left;
    font-weight: 400;
    color: #000;
    font-family: 'Gotham Book';
}

/*slider Section code */

#Testimonial {
    display: flex;
    gap: 40px;
    flex-direction: column;
}

#Testimonial .title-wrapper h5 p {
    font-size: 16px;
    font-family: 'Gotham Book';
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #000;
    font-weight: 400;
}

#Testimonial .testimonial-slider {
    overflow: hidden;
    position: relative;
}

.testimonial-section {
    padding: 60px 20px;
    background: #fff;
    text-align: center;
    font-family: 'Inter', sans-serif;
}


.section-description {
    max-width: 700px;
    margin: 15px auto 40px;
    font-size: 14px;
    color: #444;
}

.testimonial-slider,
#section-planning-process .row,
#section-planning-process .timeline,
#section-booking,
#section-hero-banner .max-width {
    position: relative;
}

.testimonial-slider .swiper-slide {
    width: 100% !important;
    flex-shrink: 0;
}

#Testimonial .swiper-wrapper {
    display: flex;

}

#Testimonial .swiper-wrapper:has(.modal.show) {
    transform: none !important;
}

/* #Testimonial .swiper-wrapper {
    max-width: 1200px;
} */

.testimonial-content {
    display: flex;
    align-items: stretch;
    gap: 20px;
    background-color: #fff;
    color: #fff;
    border-radius: 10px;
    gap: 8px;
}

.testimonial-text {
    flex: 1;
    text-align: left;
    background-color: #000000;
    padding: 32px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 853px;
    width: 100%;
}

.testimonial-text p {
    font-size: 16px;
    font-family: 'Gotham Book';
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.02em;
}

.testimonial-slider .client-name p,
#section-testimonial .testimonial-slide h3 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    font-family: 'Bellefair', serif;
}

.testimonial-text .stars {
    color: #CBB42F;
    font-size: 19px;
}

.testimonial-image {
    width: 338px;
    height: auto;
    position: relative;
}

#Testimonial video {
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 8px;
}

#Testimonial .play-icon {
    position: absolute;
    position-area: center;
    fill: #ffffff;
    background-color: #00000073;
    border-radius: 50%;
    cursor: pointer;
}

.testimonial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

#Testimonial .close {
    top: 5px;
    right: 5px;
    filter: grayscale(1);
}

#Testimonial .modal-content {
    width: 800px;
    height: 500px;
    top: 8vh;
}

.testimonial-controls {
    display: flex;
    justify-content: space-between;
    margin-top: 22px;
    padding: 10px 0px;
    align-items: center;
    max-width: 1200px;
}

.testimonial-button {
    display: flex;
    align-items: center;
    gap: 14px;
}

.testimonial-nav {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.swiper-button-prev,
.swiper-button-next {}

.arrow-icon-wrapper svg {
    background-color: #CBB42F;
    border-radius: 8px;
    cursor: pointer;
}

.testimonial-pagination {
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Gotham-bold';
    color: #000;
    line-height: 24px;
    letter-spacing: 0.02em;
}

.testimonial-controls button {
    border: 0px;
    background-color: transparent !important;
}

.swiper-button-disabled .arrow-icon-wrapper svg {
    background-color: #EBE8E1;
}

#financial-planning {
    margin-top: 140px;
}

/*tabs section with progress bar*/
.tab-section {
    display: flex;
    column-gap: 12px;
    row-gap: 20px;
    width: 100%;
    font-family: 'Segoe UI', sans-serif;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 64px;
}

.tabs-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    max-width: 498px;
    width: 100%;
}

.tab-item {
    background-color: #F4F3F2;
    border: none;
    padding: 36px 32px;
    border-radius: 8px;
    text-align: left;
    font-family: 'Gotham-medium';
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s;
    letter-spacing: -0.02em;
}

.tab-item:hover {
    background-color: #58759740;
}

.tab-item.active {
    background-color: #58759740;
    border-bottom: 3px solid #587597;
}

.content-column {
    background: #fff;
    max-width: 690px;
    width: 100%;
    border-radius: 12px;
    position: relative;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tab-contents {
    position: relative;
    height: 100%;
}

.tab-content {
    display: none;
    animation: fadeIn 0.3s ease-in-out;
    padding: 32px 48px;
    border-radius: 8px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}


.tab-content-wrapper {
    position: relative;
    z-index: 1;
    height: 100%;
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
}

.tab-content.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.tab-content h2 {
    font-size: 32px;
    line-height: 36px;
    color: #ffffff;
    letter-spacing: -0.02em;
    font-weight: 500;
    font-family: 'Gotham-medium';
}

.tab-content-wrapper .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tab-content-wrapper .tags span {
    background: transparent;
    padding: 10px 20px;
    border-radius: 80px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Gotham-medium';
    letter-spacing: -0.02em;
    line-height: 24px;
    color: #ffffff;
    border: 1px solid #ffffff;
    text-decoration: none;
    transition: background 0.5s ease, color 0.5s ease;
}

.tab-content-wrapper .learn-more {
    background-color: #CBB42F;
    color: #000;
    border: 1px solid transparent;
    padding: 16px 28px;
    font-family: 'Gotham-bold';
    font-size: 16px;
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    fill: #000;
    align-items: center;
    min-width: 207px;
    display: flex;
    justify-content: space-between;
    transition: background 0.5s ease, color 0.5s ease, fill 0.5s ease;
}

.tab-content-wrapper .learn-more svg {
    fill: #000;
}

.tab-content-wrapper .learn-more:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.tab-content-wrapper .learn-more:hover svg {
    fill: #fff;
}

.tab-content-wrapper .tags span:hover {
    background-color: #CBB42F;
    color: #000;
    border-color: transparent;
}

.tab-section .tab-content::after {
    content: '';
    background: linear-gradient(0deg, rgba(40, 53, 69, 0.8), rgba(40, 53, 69, 0.8));
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 8px;
}

.progress-bar.segmented {
    display: flex;
    justify-content: space-between;
    gap: 4px;
    max-width: 1200px;
    margin: 0px auto 0;
    background: #fff;
    width: 100%;
}

.segment {
    flex: 1;
    height: 6px;
    background-color: #EBE8E1;
    border-radius: 80px;
    transition: background-color 0.3s;
}

.segment.active {
    background-color: #587597;
    /* dark blue */
}

/*End of tabs section with progress bar*/

/* #ProsperGuard-process {
    position: relative;
    }*/
.fixed-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 609px;
    height: 843px;
    background: url(https://nwsadvisors.com/wp-content/uploads/2025/08/Journey-bg-overlay.png) no-repeat center/cover;
    z-index: -1;
    pointer-events: none;
    /* let clicks pass */
    opacity: 0;
    transition: opacity 0.2s ease;
}

#ProsperGuard-process .title-wrapper {
    justify-items: left;
}

#ProsperGuard-process .title-wrapper p {
    font-size: 16px;
    font-family: 'Gotham Book';
    line-height: 24px;
    letter-spacing: -0.02em;
    font-weight: 400;
}

#ProsperGuard-process .timeline-section {
    max-width: 500px;
    margin: 0 auto;
    padding: 100px 0;
    position: relative;
    /* overflow: hidden; */
}

#ProsperGuard-process .timeline-wrapper {
    /* overflow: hidden; */
}

#ProsperGuard-process .timeline-track {
    display: flex;
    position: relative;
    height: 100vh;
    max-height: 650px;
    width: max-content;
    padding: 10px 0px;
}

/* #ProsperGuard-process .timeline-item {
    position: relative;
    width: 331px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: 100%;
} */

#ProsperGuard-process .indicator_left_wraper {
    position: relative;
    width: 331px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: 100%;
}

#ProsperGuard-process .indicator_left_wraper.up {
    justify-content: flex-start;
}

#ProsperGuard-process .indicator_left_wraper.down {
    justify-content: flex-end;
}

#ProsperGuard-process .card {
    text-align: left;
    z-index: 2;
    height: 280px;
}

#ProsperGuard-process .timeline-img-wrapper {
    width: 254px;
    height: 166px;
    position: relative;
}

#ProsperGuard-process .timeline-img-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

#ProsperGuard-process .timeline-img-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(203, 180, 47, 0) 0%, rgba(203, 180, 47, 0.4) 100%);
    pointer-events: none;
    z-index: 1;
}

#ProsperGuard-process .card h3 {
    margin: 15px 0 10px;
    font-size: 18px;
    color: #000;
    font-family: 'Bellefair';
    text-transform: uppercase;
    font-weight: 400;
}
.benefit-card.highlighted p {
    font-family: 'Gotham Book';
}
#ProsperGuard-process .card p {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    font-family: 'Gotham';
    letter-spacing: -0.02em;
}

#ProsperGuard-process .timeline-content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-family: 'Gotham Book';
}

#ProsperGuard-process .dot {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 6px solid #587597;
    background: #ffffff;
    z-index: 1;
}

#ProsperGuard-process .timeline-track::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    height: 2px;
    background: #30567A;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
}

#consultation-section {
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 8px;
    padding: 56px;
    margin-top: 40px;
    background-size: cover;
    background-repeat: no-repeat;
}

#consultation-section .consultation-row {
    display: flex;
    align-items: center;
    gap: 48px;
    color: #fff;
}

.consultation-icon-wrapper {
    width: 111px;
    height: 132px;
}

.consultation-icon-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.cta-button {
    padding: 16px 28px;
    background-color: #CBB42F;
    color: #000000;
    border-radius: 8px;
    text-decoration: none;
    font-family: 'Gotham-bold';
    font-size: 16px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.02em;
    transition: background 0.5s ease, color 0.5s ease;
}

.cta-button:hover {
    background-color: #ffffff;
}

.cta-button svg {
    fill: #000;
    margin-left: 10px;
}

#consultation-section .consultation-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    width: fit-content;
}

#consultation-section p {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Gotham-medium';
    line-height: 28px;
    letter-spacing: -0.02em;
}

#ongoing-financial-planning {
    padding-top: 140px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

#ongoing-financial-planning .section-subtitle,
#section-investment .description p {
    text-align: center;
}

#ongoing-financial-planning .content-row {
    padding: 32px;
    background-color: #EBE8E1;
    border-radius: 8px;
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 48px;
}

#ongoing-financial-planning .content-row h4 {
    font-size: 24px;
    line-height: 38px;
    letter-spacing: -0.02em;
    font-weight: 400;
    font-family: 'Bellefair';
    color: #000;
    width: 50%;
    text-transform: uppercase;
}

.financial-planning-content,
#section-introduction .description,
#section-planning-process .planning-process-image,
#section-planning-process .description,
#section-financial-journey .description-wrapper,
#section-financial-journey .financial-journey-image,
#section-interest .description {
    width: 50%;
}

#ongoing-financial-planning .content-row strong {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Gotham-medium';
    color: #000;
}

#ongoing-financial-planning .content-row ul {
    margin-left: 25px;
    font-family: 'Gotham';
    font-size: 16px;
    font-weight: 400;
    color: #000;
    list-style: initial;
}

#ongoing-financial-planning .tabs-row {
    margin-top: 48px;
}

#ongoing-financial-planning h5 p {
    font-size: 16px;
    font-family: 'Gotham-bold';
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #000;
}

#ongoing-financial-planning .tab-wrapper {
    max-width: 100%;
    margin: 50px auto;
    font-family: Arial, sans-serif;
}

#ongoing-financial-planning .tabs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}

#ongoing-financial-planning .tab {
    flex: 1;
    text-align: center;
    padding: 32px 20px;
    cursor: pointer;
    font-weight: 400;
    font-size: 20px;
    font-family: 'Gotham';
    position: relative;
    letter-spacing: -0.04em;
}

#ongoing-financial-planning .tab.active {
    color: #000;
    font-weight: 500;
    font-family: 'Gotham-medium';
}

#ongoing-financial-planning .tab.active::after {
    content: "";
    height: 3px;
    background: #d2ae32;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 25%;
    border-radius: 2px;
    width: 100%;
}

#ongoing-financial-planning .tab-content {
    display: none;
    padding: 30px 0;
}

#ongoing-financial-planning .tab-content.active {
    display: block;
    background-color: transparent !important;
}

#ongoing-financial-planning .tab-inner {
    display: flex;
    align-items: center;
    gap: 32px;
}

#ongoing-financial-planning .tab-inner img,
#section-planning-process .planning-process-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
    border-radius: 8px;
}

#ongoing-financial-planning .text {
    max-width: 584px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

#ongoing-financial-planning .text h3 {
    font-family: 'Gotham-medium' !important;
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
    letter-spacing: -0.04em;
    color: #000000;
    text-transform: capitalize;
}

#ongoing-financial-planning .text p {
    line-height: 24px;
    color: #000000;
    font-size: 16px;
    font-family: 'Gotham Book';
    letter-spacing: -0.02em;
}

#ongoing-financial-planning .tab-image-left {
    width: 584px;
    height: 281px;
}

/*end of slider section code*/


/*FLIPBOX section Hussain*/

#wealth-faces {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 140px;
    background: white;
}

#wealth-faces .finance-journey {
    display: flex;
    flex-direction: row-reverse;
    height: 300px;
    gap: 45px;
}

#wealth-faces .finance-journey h4 {
    text-align: left;
}

#wealth-faces .finance-journey h2 {
    text-align: left;
    color: #000000;
}

#wealth-faces .finance-journey p {
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    font-family: 'Gotham Book';
}

#wealth-faces .finance-journey-description {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#wealth-faces .flow-diagram {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 90px;
    width: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

#wealth-faces .icon-list-2 {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-bottom: 50px;
}

#wealth-faces .icon-list-1 {
    margin-top: 55px;
    justify-items: center;
}

#wealth-faces .icon-list-3 {
    margin-top: 55px;
    justify-items: center;
}


#wealth-faces .section-cards {
    display: flex;
    gap: 10px;
    margin-top: 30px;
}

#wealth-faces .card {
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}


#wealth-faces .accumulation .label,
#wealth-faces .distribution .label,
#wealth-faces .card.preservation.label,
#section-clients .accumulation .label,
#section-clients .distribution .label,
#section-clients .card.preservation.label {
    height: 486px;
    width: 388px;

}

#wealth-faces .label,
#section-clients .label {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

#wealth-faces .label h2,
#section-clients .label h2 {
    font-size: 42px;
    font-weight: 400;
    padding: 1.4rem;
    line-height: 56px;
    font-family: 'Bellefair';
    color: #000000;
}


#wealth-faces .preservation {
    background: #f5f5f5;
    flex-direction: column;
}

#wealth-faces .preservation p {
    font-size: 16px;
    line-height: 1.6;
}

/* ICONS STYLING */

#wealth-faces .icon-1 {
    background-color: #EFE8BF;
    border-radius: 8px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.5s ease, color 0.5s ease;
}

#wealth-faces .icon-1 svg {
    fill: #1E2833;
}

#wealth-faces .icon-5 {
    width: 190px;
}

#wealth-faces .icon-6 {
    width: 190px;
}

#wealth-faces .icon-3 {
    background-color: #EFE8BF;
    border-radius: 8px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.5s ease, color 0.5s ease;
}

#wealth-faces .icon-3 svg {
    fill: #1E2833;
}

#wealth-faces .icon-1:hover {
    background-color: #587597;
}

#wealth-faces .icon-3:hover {
    background-color: #587597;
}

#wealth-faces .icon-3:hover svg {
    fill: #fff;
}

#wealth-faces .icon-4:hover {
    background-color: #587597;
}

#wealth-faces .icon-2:hover svg {
    fill: #fff;
}

#wealth-faces .icon-2:hover {
    background-color: #587597;
}

#wealth-faces .icon-4:hover svg {
    fill: #fff;
}

#wealth-faces .icon-1:hover svg {
    fill: #fff;
}

#wealth-faces .icon-2 {
    background-color: #EFE8BF;
    border-radius: 8px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.5s ease, color 0.5s ease;
}

#wealth-faces .icon-4 {
    background-color: #EFE8BF;
    border-radius: 8px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.5s ease, color 0.5s ease;
}

#wealth-faces .icon-5 svg {
    position: absolute;
    bottom: 20px;
    width: 180px;
    left: 90px;
}

#wealth-faces .icon-6 svg {
    position: absolute;
    bottom: 22px;
    right: 89px;
    width: 180px;
}


#wealth-faces .icon-6,
#wealth-faces .icon-5 {
    position: relative;
}


#wealth-faces .fill-icon-1 .fill-mask {
    animation: slideFill 3s linear infinite;
}

#wealth-faces .fill-icon-2 .fill-mask {
    animation: slideFill 3s linear infinite;
    animation-delay: 1.5s;
}

@keyframes slideFill {
    0% {
        x: -100%;
    }

    100% {
        x: 100%;
    }
}


#wealth-faces .section-cards,
#section-clients .section-cards {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

#wealth-faces .flip-card,
#section-clients .flip-card {
    background-color: transparent;
    width: 388px;
    height: 486px;
    perspective: 1000px;
}

#wealth-faces .flip-card-inner,
#section-clients .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

#wealth-faces .flip-card:hover .flip-card-inner,
#section-clients .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

#wealth-faces .flip-card-front,
#wealth-faces .flip-card-back,
#section-clients .flip-card-front,
#section-clients .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 8px;
    overflow: hidden;
}

#wealth-faces .flip-card-front,
#section-clients .flip-card-front {
    background-color: #fff;
}

#wealth-faces .flip-card-back,
#section-clients .flip-card-back {
    background-color: #F4F3F2;
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

#wealth-faces .card,
#section-clients .card {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

#wealth-faces .card-back-content,
#section-clients .card-back-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 0px 20px;
}

#wealth-faces .flip-card-back p,
#section-clients .flip-card-back p {
    padding-bottom: 20px;
    font-family: 'Gotham Book';
}
.financial-planning-content li,
.financial-planning-content p {
    font-family: 'Gotham Book';
}
#wealth-faces .flip-card-back h2,
#section-clients .flip-card-back h2 {
    padding-top: 20px;
    font-weight: 400;
    font-size: 42px;
    font-family: 'Bellefair', serif;
}

#wealth-faces .flip-card-back h4,
#section-clients .flip-card-back h4 {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    text-transform: capitalize;
}

#wealth-faces .card-back-content.preservation-description,
#section-clients .card-back-content.preservation-description {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 22px;
}

#wealth-faces .accumulation-description,
#section-financial-journey .journey-boxes,
#section-financial-journey .description-wrapper,
#section-clients .accumulation-description,
#section-clients .distribution-description,
#section-testimonial .testimonial-slide {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

#wealth-faces .distribution-description {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/*fee structure section*/

#fee-structure {
    max-width: 1200px;
    padding: 140px 0px;
    margin: 0 auto;
}

#fee-structure .fee-structure-row {
    display: flex;
    gap: 26px;
    align-items: flex-start;
    min-height: 635px;
}


#fee-structure .fees-column {
    max-width: 586px;
    margin: 0 auto;
    color: #000000;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px 0px;
}

#fee-structure .fee-box,
.financial-journey-boxes {
    background-color: #efe8bf50;
    border-radius: 8px;
    padding: 16px 32px;
    transition: opacity 1s ease, background 1s ease, max-height 1s ease, padding 0.5s ease;
    cursor: pointer;
    position: relative;
}

#fee-structure .fee-box:hover {
    background-color: #EFE8BF;
    padding: 32px;
    border-bottom: 3px solid #CBB42F;
}

#fee-structure .title-wrapper {
    max-width: 588px;
}

#fee-structure .icon-title,
#section-financial-journey .financial-journey-boxes .icon-title {
    display: flex;
    align-items: center;
    gap: 40px;
}

#fee-structure .icon,
#section-financial-journey .financial-journey-boxes .icon {
    border-radius: 8px;
    width: 88px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#fee-structure .description {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.5s ease, max-height 0.1s ease, padding 0.5s ease;
    line-height: 1.6;
    font-size: 15px;
}

/* Hover effect */
#fee-structure .fee-box.with-description:hover .description {
    opacity: 1;
    max-height: 400px;
    padding-top: 32px;
}

#fee-structure .fees-column h5 {
    font-family: 'Gotham-medium';
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.04em;
    color: #000;
}

#fee-structure .fee-box h3,
#section-financial-journey .financial-journey-boxes .icon-title h3 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Gotham-medium' !important;
    color: #000;
    text-transform: capitalize;
}

#fee-structure .title-wrapper h2,
#fee-structure .title-wrapper h4,
#section-interest .description h2,
#section-interest .description h4 {
    text-align: left;
}

/* #fee-structure .title-wrapper h5 {
    padding-top: 22px;
} */

.title-wrapper h5 p {
    text-transform: none;
}
#fee-structure .description p{
    font-family: 'Gotham Book';
}

#fee-structure .title-wrapper h5 p {
    padding-top: 22px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    font-family: 'Gotham Book';
    color: #000;
    font-weight: 400;
}

#additional-services .services-row {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    display: grid;
    row-gap: 37px;
    column-gap: 32px;
    grid-template-columns: repeat(3, 1fr);
}

#additional-services .service-card {
    width: 100%;
    height: 100%;
    color: #000;
    background-color: #F4F3F2;
    display: flex;
    flex-direction: column;
    gap: 46px;
    padding: 32px 20px;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: space-between;
}

#additional-services .service-card:nth-child(odd) {
    grid-row: span 2;
    min-height: 400px;
}

.service-card:nth-child(even) {
    grid-row: span 2;
    max-height: 340px;
}

#additional-services .service-card.card-color-white,
#section-interest .description h2,
#section-interest .description h4 {
    color: #ffffff;
    justify-content: flex-start;
}


#additional-services .service-card p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    font-family: 'Gotham Book';
}


#additional-services .service-icon {
    background-color: #fff;
    border-radius: 8px;
    min-height: 88px;
    width: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
    fill: #587597;
    transition: background 0.5s ease, color 0.5s ease;
}

#additional-services .service-card:hover .service-icon {
    background-color: #587597;
    fill: #ffffff;
}


#additional-services .tax-description {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

#additional-services h2 {
    font-size: 42px;
    font-family: 'Bellefair';
    font-weight: 400;
    line-height: 56px;
    letter-spacing: -0.02em;
    color: #fff;
}

#additional-services .card-description {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

#additional-services .card-description h3 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Gotham-medium' !important;
    letter-spacing: -0.04em;
    text-transform: none;
    color: #000;
}

#additional-services .tax-advising-card {
    height: 100%;
    width: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 35px;
    padding: 32px 20px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    transform: translateY(-63px);
}

#fee-structure .services-paragraph p {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Gotham-medium';
    line-height: 28px;
    letter-spacing: -0.04em;
    text-transform: none;
    color: #000000;
}


/* RESPONSIVE: TABLET */
/* RESPONSIVE: TABLET */
/* RESPONSIVE: TABLET */
/* RESPONSIVE: TABLET */
/* RESPONSIVE: TABLET */
/* RESPONSIVE: TABLET */

@media (max-width: 1024px) and (min-width: 768px) {

    #Testimonial .modal-content {
        width: 95%;
    }

    .prosperguard-text {
        max-width: 100%;
    }

    .prosperguard-image {
        max-width: 100%;
    }

    .prosperguard-image .hero-image-team {
        width: 100%;
        height: 750px;
        margin-bottom: 20px;
    }

    .benefits-grid {
        gap: 17px;
        justify-content: space-evenly;
    }

    .benefit-card h4 {
        line-height: 26px;
    }

    .benefit-card {
        max-width: 46%;
        gap: 25px;
    }

    #financial-planning {
        margin-top: 100px;
        padding: 0px 20px;
    }

    .tabs-column {
        max-width: 100%;
    }

    .content-column {
        max-width: 100%;
    }

    #Testimonial {
        margin-top: 100px;
        padding: 0px 20px;
    }

    .testimonial-content {
        height: 100%;
    }

    #ProsperGuard-process {
        margin-top: 100px;
        padding: 0px 20px;
    }

    #ProsperGuard-process .timeline-track {
        flex-direction: column;
        width: 100%;
        gap: 40px;
        height: 100%;
        max-height: fit-content;
    }

    #ProsperGuard-process .timeline-item {
        width: 100%;
    }

    #ProsperGuard-process .indicator_left_wraper {
        width: 100%;
    }

    #ProsperGuard-process .timeline-img-wrapper {
        width: 100%;
    }

    #ProsperGuard-process .card {
        height: auto;
    }

    #ProsperGuard-process .timeline-track::before {
        left: -40px;
        height: 100%;
        width: 2px;
    }

    #ProsperGuard-process .timeline-section {
        max-width: 85%;
    }

    #ProsperGuard-process .dot {
        top: 0;
        left: -39px;
    }

    #ProsperGuard-process .timeline-img-wrapper {
        width: 100%;
        height: auto;
        max-width: 600px;
    }

    .timeline-wrapper .card {
        transform: scale(0.9);
        opacity: 0.6;
        transform-origin: left;
        transition: all ease-in-out 0.3s;
        transform-origin: center;
    }

    #ProsperGuard-process .indicator_left_wraper:has(.card_active) .dot {
        opacity: 1;
    }

    #ProsperGuard-process .dot {
        opacity: 0.5;
        top: -5px;
        left: -39px;
    }

    #consultation-section {
        margin: 0px 20px;
    }

    #wealth-faces {
        padding: 0px 20px;
    }

    .timeline-wrapper .card {
        transform: scale(0.9);
        opacity: 0.6;
        transform-origin: left;
        transition: all ease-in-out 0.3s;
        transform-origin: center;
    }

    .timeline-wrapper .card_active {
        transform: scale(1);
        opacity: 1;
        transition: all ease-in-out 0.3s;
    }

    .hamburger-toggle {
        display: block;
        right: auto;
        left: -25px;
        top: 15vh;
        position: absolute;
        background-color: #F7F8FA;
    }

    .sticky-nav-fixed {
        display: flex;
        background: #fff;
        width: 100%;
        z-index: 9;
        padding: 0px;
        max-width: 295px;
        transform: translateX(295px);
    }

    .sticky-nav-fixed.open {
        display: flex;
    }

    #sticky-nav-list {
        display: flex;
        flex-direction: column;
        padding: 20px;
        gap: 8px;
        background-color: #F7F8FA;
        border-radius: 8px;
    }

    #wealth-faces .label h2 {
        font-size: 28px;
    }

    #wealth-faces .flip-card-back h2,
    #section-clients .flip-card-back h2 {
        font-size: 28px !important;
        text-align: left;
    }

    #wealth-faces .accumulation .label {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #wealth-faces .distribution .label {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #wealth-faces .finance-journey {
        gap: 30px;
        flex-direction: column-reverse;
        height: 100%;
    }

    #wealth-faces .finance-journey-description {
        width: 100%;
    }


    #wealth-faces .flow-diagram {
        gap: 40px;
        background-size: 100%;
        justify-content: space-between;
        margin: auto;
    }

    #wealth-faces .section-cards,
    #section-clients .section-cards {
        flex-direction: column;
        align-items: center;
    }

    #wealth-faces .icon-6 svg {
        right: 37px;
        width: 100%;
        bottom: 28px;
    }

    #wealth-faces .flip-card-back h4 {
        font-size: 16px;
    }

    #wealth-faces .icon-list-1 {
        justify-items: center;
    }

    #wealth-faces .icon-6 {
        width: 100px;
    }

    #wealth-faces .icon-3 {
        padding: 6.5px 12px;
    }

    #wealth-faces .icon-5 {
        width: 100px;
    }

    #wealth-faces .icon-list-2 {
        gap: 28px;
        margin-bottom: 50px;
    }

    #wealth-faces .finance-journey h2 {
        font-size: 28px;
    }

    #wealth-faces .icon-5 svg {
        bottom: 25px;
        width: 100%;
        left: 37px;
    }

    #wealth-faces .icon-list-1 {
        margin-top: 35px;
    }

    #wealth-faces .icon-list-3 {
        margin-top: 35px;
    }

    #wealth-faces .flow-diagram {
        gap: 50px;
    }

    #ongoing-financial-planning {
        padding: 100px 20px 0px 20px;
    }

    #fee-structure {
        padding: 50px 20px 0px 20px;
    }

    #fee-structure .fee-structure-row {
        flex-direction: column;
    }

    #fee-structure .fees-column {
        max-width: 100%;
    }

    #additional-services .services-row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px;
    }

    #additional-services .service-card:nth-child(odd) {
        min-height: 315px;
    }

    #additional-services .service-card {
        width: 48%;
        height: auto;
        max-height: 100%;
    }

    #additional-services .tax-advising-card {
        transform: translateY(0px);
    }

    .services-paragraph {
        margin: 50px 0px;
    }

    .page-id-226587 .section-title {
        font-size: 30px;
        line-height: normal !important;
    }

}

/* RESPONSIVE: MOBILE */
/* RESPONSIVE: MOBILE */
/* RESPONSIVE: MOBILE */
/* RESPONSIVE: MOBILE */
/* RESPONSIVE: MOBILE */
/* RESPONSIVE: MOBILE */

@media (max-width: 767px) and (min-width: 320px) {

    body {
        overflow-x: hidden;
    }

    #Testimonial .modal-content {
        width: 95%;
    }

    /*hero-section*/

    .prosperguard-section {
        padding: 147px 20px 60px 20px;
    }

    .prosperguard-image .hero-image-team {
        width: 100%;
        height: 360px;
    }

    .prosperguard-text h3 {
        font-size: 20px !important;
    }

    .prosperguard-text h1 {
        font-size: 32px;
    }

    .prosperguard-container {
        gap: 14px;
    }

    .prosperguard-text {
        padding: 0;
    }

    /*End of hero-section*/
    .section-block {
        padding: 20px 20px;
        margin: 0;
    }

    .section-subtitle {
        text-align: left;
        font-size: 12px;
        line-height: 24px;
    }

    .section-title {
        text-align: left;
        font-size: 32px;
        line-height: normal;
    }

    .benefits-grid {
        margin: 0px;
        gap: 20px;
    }

    .benefit-card {
        padding: 20px !important;
        gap: 20px;
    }

    .benefit-card .icon {
        margin-bottom: 12px;
    }

    .testimonial-slider .swiper-slide {
        width: 98% !important;
    }

    #Testimonial .swiper-wrapper {
        gap: 2.5%;
    }

    #financial-planning {
        margin: 0px;
    }

    .tabs-column {
        gap: 8px;
    }

    .tab-section {
        margin-top: 20px;
        gap: 10px;
    }

    .tab-content h2 {
        font-size: 24px;
    }

    .tab-content {
        padding: 20px;
        min-height: 372px;
        background-position-x: center;
    }

    .tab-content-wrapper .tags span {
        font-size: 12px;
        padding: 8px 12px;
    }

    .tab-content-wrapper {
        gap: 12px;
    }

    .tab-content-wrapper .learn-more {
        width: 100%;
        place-content: center;
        gap: 40px;
    }

    .tab-item {
        padding: 15px 25px;
        font-size: 12px;
    }

    .segment {
        height: 8px;
    }

    #Testimonial .title-wrapper h5 {
        text-align: left;
    }

    .testimonial-image {
        display: none;
    }

    #consultation-section .consultation-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    #consultation-section {
        padding: 28px 20px;
        margin: 20px;
    }

    #Testimonial .testimonial-slider {
        max-width: 100%;
    }

    .cta-button {
        line-height: 24px;
        padding: 11px 18px;
        display: flex;
        align-items: center;
        gap: 20px;
    }

    #ongoing-financial-planning {
        padding: 20px;
    }

    #ongoing-financial-planning .section-subtitle {
        text-align: left;
    }

    #ongoing-financial-planning .content-row {
        margin-top: 20px;
        flex-direction: column;
        gap: 10px;
    }

    #ongoing-financial-planning .content-row h4 {
        width: 100%;
        font-size: 20px;
        line-height: 32px;
    }

    #ongoing-financial-planning h5 {
        text-align: left;
    }

    #ongoing-financial-planning .tab {
        font-size: 16px;
        line-height: normal;
    }

    #ongoing-financial-planning .tab {
        padding: 20px 24px;
    }

    #ongoing-financial-planning .tab-inner {
        flex-direction: column;
    }

    #ongoing-financial-planning .tab-image-left {
        width: 100%;
        height: 146px;
    }

    #ongoing-financial-planning .tab-wrapper {
        margin: 0;
    }

    #ongoing-financial-planning .text {
        gap: 24px;
    }

    #ongoing-financial-planning .tab-content {
        padding: 0;
    }

    /* 
    .timeline-wrapper {
        position: relative;
        height: 100%;
        overflow: hidden;
    }

    .timeline-track {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }


    #ProsperGuard-process .card {
        max-width: 100%;
        height: 100%;
    }

    .timeline-item {
        width: 100% !important;
        opacity: 1;
        transition: opacity 0.5s ease, transform 0.5s ease;
    }

    #ProsperGuard-process .timeline-img-wrapper {
        width: 100%;
    }

    #ProsperGuard-process .timeline-img-wrapper img {
        height: 100%;
        object-fit: cover;
    }

    #ProsperGuard-process .timeline-track {
        flex-direction: column;
        width: 100%;
        height: 100%;
        max-height: 100%;
        gap: 20px;
    }

    #ProsperGuard-process .timeline-section {
        max-width: 100%;
        padding: 0;
    } */

    #ProsperGuard-process .timeline-track {
        flex-direction: column;
        margin: auto;
        max-height: max-content;
        height: auto;
    }

    #ProsperGuard-process .timeline-item {
        width: 100%;
    }

    .timeline-wrapper {
        display: flex;
        align-items: start;
    }

    #ProsperGuard-process .timeline-section {
        padding-bottom: 0;
    }

    #ProsperGuard-process .timeline-track::before {
        height: 100%;
        width: 2px;
        left: 14px;
    }

    #ProsperGuard-process .dot {
        opacity: 0.5;
        top: -19px;
        left: 15px;
    }

    #ProsperGuard-process .timeline-img-wrapper {
        width: 317px;
        height: 207px;
    }

    #ProsperGuard-process .indicator_left_wraper:has(.card_active) .dot {
        opacity: 1;
    }

    #ProsperGuard-process .card {
        height: auto;
        justify-items: center;
        text-align: center;
    }

    #ProsperGuard-process .indicator_left_wraper {
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        margin: 16px 0 0 0;
        padding: 0px 20px 0px 20px;
    }


    .right_wraper {
        width: 96%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .timeline-wrapper .card {
        transform: scale(0.9);
        opacity: 0.6;
        transform-origin: left;
        transition: all ease-in-out 0.3s;
        transform-origin: center;
    }

    .timeline-wrapper .card_active {
        transform: scale(1);
        opacity: 1;
        transition: all ease-in-out 0.3s;
    }

    #fee-structure .icon {
        width: 48px;
        height: 48px;
    }

    #fee-structure {
        padding: 20px;
    }

    #fee-structure .fee-structure-row {
        flex-direction: column;
        gap: 20px;
        min-height: 800px;
    }

    #fee-structure .title-wrapper h5 {
        padding-top: 0px;
    }

    #fee-structure .fees-column {
        padding: 0;
    }

    #fee-structure .fees-column {
        gap: 8px;
    }

    #fee-structure .fee-box {
        padding: 20px;
    }

    #fee-structure .fee-box:hover {
        padding: 20px;
    }

    #fee-structure .fee-box h3 {
        font-size: 18px;
        line-height: normal;
    }

    #fee-structure .icon-title {
        gap: 15px;
    }

    #fee-structure .fee-box.with-description:hover .description {
        padding-top: 20px;
    }

    #additional-services .services-row {
        grid-template-columns: repeat(1, 1fr);
        gap: 14px;
    }

    #additional-services .tax-advising-card {
        transform: translateY(0px);
    }

    /* #additional-services .service-card {
        max-height: 316px;
    } */

    #additional-services .service-card:nth-child(odd) {
        min-height: 316px;
    }

    #additional-services {
        padding-top: 56px;
    }

    #fee-structure .services-paragraph {
        font-size: 16px;
        line-height: 24px;
        margin-top: 20px;
        margin-bottom: 40px;
    }


    .financial-planning-content {
        width: 100%;
    }

    .hamburger-toggle {
        display: block;
        right: auto;
        left: 1px;
        top: 15vh;
        position: relative;
        height: fit-content;
        border-radius: 20px 0px 0px 20px;
    }

    .hamburger-toggle svg {
        border-radius: 20px 0px 0px 20px;
    }

    .sticky-nav-fixed {
        display: flex;
        left: auto;
        background: transparent;
        width: 100%;
        z-index: 3;
        padding: 0px;
        max-width: 296px;
        right: 0;
        transform: translateX(272px);
        transition: transform 0.7s ease;
    }

    .hamburger-toggle.open {
        transform: rotatey(180deg);
    }

    .hamburger-toggle.open svg {
        border-radius: 0px 20px 20px 0px;
    }

    .sticky-nav-fixed.open:has(.hamburger-toggle.open) {
        transform: translateX(0px);
    }

    #sticky-nav-list {
        display: flex;
        flex-direction: column;
        padding: 20px;
        gap: 8px;
        background-color: #F7F8FA;
        border-radius: 8px;
    }

    .sticky-nav-wrapper {
        position: absolute;
        right: 0;
        top: 15vh;
        display: flex;
        flex-direction: row;

    }

    #sticky-nav-list li {
        padding: 0px;
    }

    .sticky-nav-fixed ul li a {
        padding: 0px;
    }

    #wealth-faces .icon-list-1 {
        margin-top: 42px;
    }

    #wealth-faces .icon-list-3 {
        margin-top: 42px;
    }

    #wealth-faces .section-cards {
        flex-direction: column;
        margin-top: 20px;
        gap: 14px;
    }

    #wealth-faces .finance-journey,
    #section-financial-journey .row {
        flex-direction: column-reverse;
        height: 100%;
        gap: 20px;
    }

    #wealth-faces .flow-diagram {
        width: 100%;
        background-size: 100%;
        gap: 30px;
    }

    #wealth-faces .finance-journey-description {
        width: 100%;
    }

    #wealth-faces {
        margin: 0;
        padding: 20px;
    }

    #wealth-faces .label h2 {
        font-size: 28px;
    }

    #wealth-faces .icon-3 {
        padding: 5px 8px;
    }



    #wealth-faces .icon-1 {
        padding: 2px 7.5px;
    }

    #wealth-faces .icon-4 {
        padding: 2px 7px;
    }

    #wealth-faces .icon-6 svg {
        bottom: 18px;
        right: 44px;
        width: 100%;
    }

    #wealth-faces .icon-5 svg {
        bottom: 17px;
        width: 100%;
        left: 43px;
    }

    #wealth-faces .icon-list-2 {
        display: flex;
        flex-direction: column;
        gap: 33px;
        margin-bottom: 48px;
        margin-top: 10px;
    }

    #wealth-faces .flip-card {
        width: 100% !important;
        height: 316px !important;
    }

    #wealth-faces .accumulation .label,
    #wealth-faces .distribution .label,
    #wealth-faces .card.preservation.label {
        height: 316px;
        width: 388px;
    }

    #wealth-faces .flip-card-back h2 {
        font-size: 28px !important;
        text-align: left;
    }

    #wealth-faces .flip-card-back h4 {
        font-size: 16px !important;
        font-weight: 500 !important;
    }

    #wealth-faces .card-back-content.accumulation-description {
        gap: 27px;
    }

    #wealth-faces .distribution-description {
        gap: 22px;
    }


    #wealth-faces .finance-journey h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    #wealth-faces .icon-1 svg {
        width: 100%;
    }


    #wealth-faces .icon-3 svg {
        width: 100%;
        height: 20px;
    }


    #wealth-faces .icon-4 svg {
        width: 100%;
    }

    #wealth-faces .icon-6 {
        width: 100px;
    }

    #wealth-faces .icon-2 svg {
        width: 100%;
    }

    #wealth-faces .icon-5 {
        width: 100px;
    }

    #additional-services .service-card {
        transform: scale(0.9);
        opacity: 0.6;
        transition: all ease-in-out 0.3s;
        transform-origin: center;
    }

    #additional-services .service-card.card_active {
        transform: scale(1);
        opacity: 1;
        transition: all ease-in-out 0.3s;
    }

    #fee-structure .services-paragraph p {
        font-size: 16px;
        text-transform: none;
        line-height: 24px;
    }

    .testimonial-text p {
        font-size: 14px;
        line-height: 20px;
    }

    #ProsperGuard-process .card h3 {
        font-size: 24px;
        letter-spacing: -0.02em;
        text-align: left;
    }

    #ProsperGuard-process .timeline-content p {
        text-align: left;
    }

    #ProsperGuard-process .timeline-content {
        padding: 20px;
    }

    #consultation-section .consultation-content {
        gap: 20px;
    }
}

/* Modal styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.3s ease;
}

.modal.show {
    display: flex;
}

.modal-content {
    position: relative;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
    transform: scale(0.8);
    opacity: 0;
    animation: zoomIn 0.4s forwards;
}

.modal-content video {
    display: block;
    width: 100%;
    height: auto;
}

.close {
    position: absolute;
    top: -10px;
    right: -10px;
    color: white;
    background: red;
    font-size: 20px;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 10;
}

/* Animations */
@keyframes fadeIn {
    from {
        background-color: rgba(0, 0, 0, 0);
    }

    to {
        background-color: rgba(0, 0, 0, 0.8);
    }
}

@keyframes zoomIn {
    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* Modal styles */


/* Hussain CSS for new page */
/* Hussain CSS for new page */
/* Hussain CSS for new page */
/* Hussain CSS for new page */
/* Hussain CSS for new page */

body,
html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

* {
    margin: 0px;
}

.max-width {
    max-width: 1200px;
    width: auto;
    margin: 0 auto;
}

.padding-top {
    padding: 100px 0px 0px 0px;
}

/* CSS FOR: HERO BANNER */

#section-hero-banner .max-width {
    width: 100%;
}

#section-hero-banner {
    height: 506px;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 60px;
    display: flex;
    align-items: flex-end;
}

#section-testimonial .description p {
    text-align: center;
}

.description p{
    font-family: 'Gotham Book';
}

#section-hero-banner h1 {
    font-size: 56px;
    color: #fff;
    font-family: "bellefair";
    font-weight: 400;
    width: 780px;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: -0.02em;
    margin-bottom: 1.2rem;
    margin-top: 0;
}

#section-hero-banner p {
    font-size: 20px;
    color: #fff;
    font-family: 'Gotham Book';
}

.form {
    position: absolute;
    top: -35%;
    right: 0%;
    width: 39%;
}

/* CSS FOR INTRODUCTION SECTION */

#section-introduction {
    border-top: 6px solid #C59433;
}

#section-introduction h4,
#section-introduction h2,
#section-planning-process h4,
#section-planning-process h2,
#section-financial-journey .description-wrapper h2,
#section-financial-journey .description-wrapper h4,
#section-booking .description-wrapper h2 {
    text-align: left;
}

.benefits-grid,
#section-planning-process .wrapper,
#section-financial-journey .row,
#section-investment .investment-boxes,
#section-interest .row {
    flex-wrap: nowrap;
}

#section-planning-process {
    background-repeat: no-repeat;
    background-position: center left;
}

#section-planning-process .planning-paragraph-box {
    padding: 32px;
    font-weight: 600;
    background-color: #F7F3DF;
    border-radius: 8px;
    opacity: 0.9;
    position: absolute;
    right: 28%;
    top: 27%;
    width: 40%;
}

#section-planning-process .blue-box {
    border-radius: 8px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 100px;
    line-height: 24px;
    font-weight: 700;
    font-family: 'Bellefair';
    padding: 48px 110px;
    text-align: center;
    position: relative;
}

#section-planning-process .timeline {
    display: grid;
    gap: 140px;
    padding-top: 140px;
}

#section-planning-process .progress-bar,
#section-planning-process .progress-bar-inner {
    position: absolute;
    left: 49%;
    width: 3px;
    height: 0;
    background: #587597;
    z-index: 2;
}

#section-planning-process .progress-bar-inner {
    background-color: #C2C2C2;
    height: 100%;
    width: 1px;
    z-index: 1;
}

#section-planning-process .timeline-block {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
}

#section-planning-process .timeline-block .heading h2 {
    font-size: 24px;
    font-weight: bold;
    font-family: 'Gotham-bold', sans-serif !important;
    color: #000;
    text-transform: capitalize;
}

#section-planning-process .btn-wrapper {
    text-align-last: center;
    margin-top: 50px;
}

#section-planning-process .planning-paragraph-box p {
    font-family: 'Gotham-medium' !important;
    font-weight: 500;
}

/* CSS FOR: FINANCIAL JOURNEY */

#section-financial-journey .financial-journey-boxes .icon {
    background-color: #CBB42F;
    height: 56px;
    width: 56px;
}

#section-financial-journey .financial-journey-boxes p {
    padding-top: 20px;
}

#section-financial-journey .journey-boxes {
    gap: 20px;
}

#section-financial-journey .financial-journey-boxes {
    cursor: unset;
    padding: 32px;
    gap: 20px;
}

#section-financial-journey .financial-journey-boxes .icon-title {
    gap: 20px;
}

#section-financial-journey .financial-journey-boxes:hover .icon {
    background-color: #587597;
}

/* CSS FOR: TESTIMONIAL */

#section-testimonial .marquee,
#section-approach .marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 340px;
    display: flex;
    overflow-x: hidden;
    align-items: center;
}

#section-testimonial .track,
#section-approach .track {
    position: absolute;
    animation: marquee 45s linear infinite;
    display: flex;
    gap: 16px;
}

#section-testimonial .marquee:hover .track,
#section-approach .marquee:hover .track {
    animation-play-state: paused;
}

#section-testimonial .testimonial-slide,
#section-interest .row {
    padding: 32px;
    height: 336px;
    background-color: #1E2833;
    border-radius: 8px;
    width: 1000px;
    color: white;
    justify-content: center;
}

@keyframes marquee {
    from {
        transform: translateX(1%);
    }

    to {
        transform: translateX(-45%);
    }
}

/* CSS FOR: INTEREST */

#section-interest .row {
    margin: auto;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: flex-end;
    align-items: center;
}

#section-interest {
    position: sticky;
    top: 0;
}

#section-interest .image {
    position: absolute;
    left: -1%;
}

/* CSS FOR: READY TO BEGIN */

#section-booking {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 100px;
    transition: transform 0.6s ease;
}

#section-booking .row {
    height: 600px;
}

#section-booking .description-wrapper {
    width: 31%;
    height: 76%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 32px;
    backdrop-filter: blur(3rem);
    border-radius: 8px;
}

#section-booking .description-wrapper p {
    font-size: 18px;
    padding-bottom: 40px;
    font-family: 'Gotham-medium' !important;
}

#section-booking .description-wrapper a.cta-button {
    background-color: #fff;
}

#section-booking:hover {
    transform: scale(1.1);
}

/* CSS FOR: APPROACH */

#section-approach .track {
    gap: 80px;
}

#section-approach a.cta-button {
    display: flex;
    width: max-content;
}

#section-approach .marquee {
    height: 70px;
    background-color: #CBB42F;
}

#section-approach a.cta-button:hover {
    background-color: #CBB42F;
}

#section-approach a.cta-button .arrow {
    margin-left: 80px;
    background-color: #fff;
    padding: 2px 10px 0px 3px;
    border-radius: 4px;
    opacity: 0.9;
}

/* CSS FOR: CLIENTS SECTION */

#section-clients .label h2 {
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    line-height: 1.25;
}
section#section-testimonial .description {
    margin-bottom: 32px;
}
#section-clients .flip-card-back h2 {
    font-size: 32px;
    text-transform: uppercase;
    color: #000;
}

#section-planning-process .cta-button:hover,
#section-booking .description-wrapper a.cta-button:hover {
    border: 2px solid black;
    background-color: transparent;
}

button.ts-arrow.ts-right,
button.ts-arrow.ts-left {
    display: none !important;
}


/* CSS FOR: TABLET RESPONSIVE */
/* CSS FOR: TABLET RESPONSIVE */
/* CSS FOR: TABLET RESPONSIVE */
/* CSS FOR: TABLET RESPONSIVE */
/* CSS FOR: TABLET RESPONSIVE */


@media (max-width: 1025px) and (min-width: 768px) {

    #section-hero-banner,
    #section-introduction,
    #section-planning-process,
    #section-financial-journey,
    #section-clients,
    #section-booking,
    #section-investment {
        padding: 2rem;
    }

    #section-investment .investment-boxes {
        flex-wrap: wrap;
        justify-content: center;
    }

    #section-investment .benefit-card {
        max-width: 38%;
    }

    #section-hero-banner h1 {
        font-size: 42px;
    }

    .padding-top {
        padding: 70px 0px 0px 0px;
    }

    #section-introduction h2,
    #section-planning-process h2,
    #section-financial-journey h2,
    #section-clients h2,
    #section-testimonial h2,
    #section-investment h2,
    #section-interest h2,
    #section-booking h2 {
        font-size: 30px;
        line-height: normal;
    }

    #section-planning-process .planning-paragraph-box,
    #section-interest .image {
        position: static;
        width: auto;
    }

    #section-testimonial .testimonial-slide {
        width: 500px;
        height: 100%;
    }

    #section-interest .row {
        width: auto;
        border-radius: 0;
    }

    #section-testimonial .marquee {
        height: 440px;
    }

    #section-booking .description-wrapper {
        width: 55%;
    }

    #section-approach .marquee {
        height: 70px;
    }

    #section-planning-process .timeline-block {
        gap: 10%;
    }

    #section-planning-process .planning-process-image img {
        object-position: center;
    }

}

/* CSS FOR: mobile RESPONSIVE */
/* CSS FOR: mobile RESPONSIVE */
/* CSS FOR: mobile RESPONSIVE */
/* CSS FOR: mobile RESPONSIVE */
/* CSS FOR: mobile RESPONSIVE */

@media (max-width: 767px) and (min-width: 320px) {
    #section-planning-process .blue-box {
        padding: 28px 32px;
    }

    #section-planning-process .wrapper,
    #section-clients .section-cards,
    #section-investment .investment-boxes,
    #section-interest .row,
    #section-planning-process .timeline-block {
        flex-direction: column;
    }

    #section-financial-journey .description-wrapper,
    #section-financial-journey .financial-journey-image,
    #section-interest .description,
    #section-planning-process .planning-process-image,
    #section-planning-process .description,
    #section-introduction .description,
    #section-hero-banner h1 {
        width: 100%;
    }

    #section-interest .image {
        position: static;
    }

    #section-interest .row,
    #section-clients .flip-card,
    #section-investment .benefit-card.highlighted {
        width: auto;
    }

    #section-booking .description-wrapper {
        width: 100%;
        height: 67%;
    }

    #section-booking .description-wrapper p {
        padding-bottom: 25px;
    }

    #section-planning-process .timeline-block {
        gap: 20px;
        display: flex;
    }

    #section-planning-process .timeline {
        gap: 40px;
        padding-top: 40px;
        padding-left: 1.25rem;
    }

    #section-planning-process .description {
        padding-top: 40px;
    }

    #section-hero-banner {
        padding-right: 1.25rem;
        display: flex;
        padding-left: 1.25rem;
        align-items: center;
    }

    .padding-top,
    #section-testimonial,
    #section-interest .row {
        padding: 2.5rem 1.25rem 1.25rem 1.25rem;
    }

    #section-testimonial .padding-top {
        padding: 0;
    }

    #section-planning-process .progress-bar,
    #section-planning-process .progress-bar-inner {
        left: 1%;
        top: 6%;
    }

    #section-booking .row {
        min-height: 540px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #section-booking,
    #section-planning-process .blue-box {
        margin-top: 0;
    }

    #section-hero-banner h1 {
        font-size: 32px;
    }

    #section-hero-banner p,
    #section-financial-journey .financial-journey-boxes .icon-title h3,
    #section-planning-process .timeline-block .heading h2 {
        font-size: 18px;
    }

    #section-interest .row {
        height: auto;
    }

    #section-planning-process .planning-paragraph-box {
        padding: 18px 32px;
        right: 7.5%;
        top: 19%;
        width: 85%;
    }

    #section-planning-process .planning-process-image img {
        height: 360px;
        object-position: right;
    }

    #section-financial-journey .financial-journey-image img,
    #section-clients .flip-card,
    #section-clients .accumulation .label {
        height: 360px;
    }

    #section-planning-process .btn-wrapper {
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }

    #section-approach .track,
    #section-approach a.cta-button .arrow {
        gap: 40px;
    }

    #section-approach a.cta-button .arrow {
        margin-left: 40px;
        padding: 6px 10px 4px 0px;
    }

    #section-clients .label h2,
    #section-clients .flip-card-back h2 {
        font-size: 28px;
    }

    #section-investment .description p,
    #section-testimonial .description p,
    #section-planning-process .blue-box p {
        text-align: left;
    }

    #section-introduction h2,
    #section-planning-process h2,
    #section-financial-journey h2,
    #section-clients h2,
    #section-testimonial h2,
    #section-investment h2,
    #section-interest h2,
    #section-booking h2 {
        font-size: 22px;
    }

    #section-hero-banner p {
        padding-top: 20px;
    }

    #section-testimonial .testimonial-slide {
        height: auto;
        width: 90vw;
        background-color: #000;
    }

    #section-testimonial .marquee {
        min-height: 580px;
    }

    #section-testimonial .track {
        margin-bottom: 50px
    }

    button.ts-arrow.ts-right,
    button.ts-arrow.ts-left {
        display: block !important;
        padding: 15px 15px;
        position: absolute;
        border: none;
        border-radius: 8px;
    }

    button.ts-arrow.ts-right {
        background-color: #CBB42F;
        top: 92%;
        right: 40%;
    }

    button.ts-arrow.ts-left {
        top: 92%;
        right: 57%;
    }

    #section-booking .description {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    #section-introduction p,
    #section-planning-process .description p,
    #section-planning-process .timeline p,
    #section-financial-journey .description-wrapper p,
    #section-financial-journey .financial-journey-boxes p,
    #section-testimonial .testimonial-slide p,
    #section-investment .description p,
    #section-investment .investment-boxes p,
    #section-interest .description p,
    #section-booking .description-wrapper p,
    #section-testimonial .description p,
    #section-planning-process .blue-box p,
    #section-clients .flip-card-back p {
        font-size: 16px;
    }
}

/* styles from custom css & js plugin */
/* styles from custom css & js plugin */

.onboard-icon-box .elementor-image-box-description span {
    font-family: "Gotham", Sans-serif;
    font-weight: 500;
}

.onboard-icon-box .elementor-image-box-wrapper {
    background-color: #F4F3F2;
    border-radius: 8px;
    padding: 32px 20px;
    height: 100%;
}

.onboard-icon-box .elementor-image-box-wrapper:hover {
    filter: drop-shadow(2px 4px 6px #00000020);
    transition: all 0.2s ease;
}

.onboard-icon-box .elementor-image-box-wrapper:hover .elementor-image-box-img {
    filter: invert(1);
    transition: all 0.2s ease;

}

.onboard-image-box .elementor-image-box-wrapper {
    display: flex;
    flex-direction: column;
    transition: filter 0.3s ease-in-out;
}

.onboard-image-box .elementor-image-box-wrapper img {
    border-radius: 8px 8px 0px 0px !important;
}

.onboard-image-box .elementor-image-box-content {
    background-color: #F4F3F2;
    border-radius: 8px;
    padding: 32px 20px;
}

.onboard-image-box .elementor-image-box-wrapper:hover {
    filter: drop-shadow(2px 4px 6px #00000020);
    transition: all 0.2s ease;
}

/* .onboard-image-box .read-more-content {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    padding-bottom: 0.3em;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.onboard-image-box .read-more-content.expanded {
    -webkit-line-clamp: unset;
    overflow: visible;
} */

.onboard-image-box .read-more-content {
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.onboard-image-box .read-more-btn:hover {
    background: #ffffff;
    border-color: #000000;
}

.onboard-image-box .read-more-btn {
    margin-top: 15px;
    padding: 5px 28px;
    background-color: #CBB42F;
    color: #000000;
    border: 1px solid transparent;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    font-family: "Gotham", Sans-serif;
    line-height: 36px;
    letter-spacing: -0.02em;
    transition: background 0.5s ease, color 0.5s ease;
    cursor: pointer;
}

/* CSS FOR HEADER */

.main-header {
    background: transparent;
    transition: background 0.35s ease, height 0.35s ease;
	position: fixed;
}

.logo-wrap {
    position: relative;
    height: 70px;
    display: flex;
    align-items: center;
}

.logo-default,
.logo-scroll {
    transition: opacity 0.35s ease, transform 0.35s ease;
    position: absolute;
    left: 0;
    top: 0;
}

.logo-default {
    opacity: 1;
    transform: translateY(-5px);
}

.logo-scroll {
    opacity: 0;
    transform: translateY(10px);
}

.main-header.scrolled {
    background: rgba(10, 10, 10, 0.9);
    border-bottom: 2px solid #C59433;
	top: 0px;
}

.main-header.scrolled .logo-default {
    opacity: 0;
    transform: translateY(-10px);
}

.main-header.scrolled .logo-scroll {
    opacity: 1;
    transform: translateY(0px);
}

.main-header ul#menu-2-8fe8de0 li a {
    transition: background 0.3s ease;
}

.main-header.scrolled .elementor-element.elementor-element-ac82858.e-con-full.e-flex.e-con.e-child {
    transform: translateY(-15px);
}



.main-header .elementor-nav-menu__container {
    max-height: 100vh;
}

.main-header nav.elementor-nav-menu--dropdown {
    position: fixed;
    width: 350px !important;
    left: 40px !important;
    text-align: right !important;
    height: 103vh !important;
    top: -60px !important;
    padding-top: 40px;
}

/* CSS FOR OUR SERVICES PAGE */

.icon-list:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.icon-list:hover .icon-box {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.icon-list .icon-box {
    height: 74px;
}

/* CSS FOR SCROLLBAR */

.scroll-progress-wrapper {
    position: relative;
    width: 2px;
}

.scroll-progress {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    z-index: 1;
    transition: none;
}

.scroll-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 0%;
    background: #FFB343;
    transition: height 0.06s linear;
}

.scroll-logo {
    position: absolute;
    pointer-events: none;
    transition: top 0.04s linear;
}

/* single post css */

.post-content h1,
.post-content h2 {
    font-family: 'Bellefair';
    font-weight: 500;
}

.post-content ol {
    margin-left: 0;
    word-wrap: break-word;
}

.post-content a {
    color: #000;
    text-decoration: underline;
}

.post-content .wp-block-table.is-style-stripes table {
    width: max-content;
    min-width: 700px;
    white-space: nowrap;
}

.sticky-post a.elementor-post__read-more,
.blog-content a.elementor-post__read-more,
.blog-content .page-numbers {
    background-color: #CBB42F;
    color: #000;
    border-radius: 8px;
    transition: background 0.5s ease, color 0.5s ease;
    padding: 16px 28px;
}

.sticky-post a.elementor-post__read-more:hover,
.blog-content a.elementor-post__read-more:hover,
.blog-content .page-numbers:hover,
#wpforms-form-669 button:hover,
#wpforms-form-668 button:hover,
#wpforms-form-665 button:hover,
#wpforms-form-227179 button:hover,
.membership-account a#pmpro_actionlink-profile:hover,
.membership-account a#pmpro_actionlink-change-password:hover,
.membership-account a#pmpro_actionlink-logout:hover,
.membership-account a#pmpro_actionlink-cancel:hover,
.my-membership td.pmpro_table_cancel-action a:hover,
.my-membership span.pmpro_actions_nav-right a:hover,
.membership-order span.pmpro_actions_nav-right a:hover,
.your-profile button.pmpro_btn.pmpro_btn-submit-update-profile:hover,
.your-profile button.pmpro_btn.pmpro_btn-cancel:hover,
.membership-checkout input#pmpro_btn-submit:hover,
.membership-checkout #pmpro_account_loggedin a:hover,
.membership-levels a.pmpro_btn.pmpro_btn-outline:hover,
.login-page .pmpro_section #loginform .login-submit .button:hover,
#wpforms-form-227210 #wpforms-submit-227210:hover {
    background-color: #587597 !important;
    color: #fff !important;
}

.blog-content nav.elementor-pagination {
    margin-top: 50px;
}

.search-hero .e-search-input {
    color: #fff !important;
}

.blog-content .elementor-post__text {
    display: flex !important;
}

.blog-content a.elementor-post__read-more {
    margin-top: auto;
}

/* css for forms */

#wpforms-form-669,
#wpforms-form-668,
#wpforms-form-664,
#wpforms-form-665,
#wpforms-form-227179,
.membership-account #pmpro_account-membership,
.membership-account #pmpro_account-profile,
.my-membership .pmpro,
.membership-order .pmpro,
.your-profile .pmpro,
.membership-checkout .pmpro,
.membership-levels .pmpro,
.login-page .pmpro,
#wpforms-form-227210 {
    font-family: 'Gotham';
}

#wpforms-form-669 input,
#wpforms-form-668 input,
#wpforms-form-664 input,
#wpforms-form-664 select,
#wpforms-form-668 select,
#wpforms-form-665 input,
#wpforms-form-227179 input,
#wpforms-form-227210 input,
#wpforms-form-227210 select {
    height: 50px !important;
    border-color: #000;
    box-shadow: none;
}

#wpforms-form-669 textarea,
#wpforms-form-668 textarea,
#wpforms-form-665 textarea,
#wpforms-form-227210 textarea {
    border-color: #000;
    box-shadow: none;
}

#wpforms-form-669 button,
#wpforms-form-668 button,
#wpforms-form-664 button,
#wpforms-form-665 button,
#wpforms-form-227179 button,
.membership-account a#pmpro_actionlink-profile,
.membership-account a#pmpro_actionlink-change-password,
.membership-account a#pmpro_actionlink-logout,
.membership-account a#pmpro_actionlink-cancel,
.my-membership td.pmpro_table_cancel-action a,
.my-membership span.pmpro_actions_nav-right a,
.membership-order span.pmpro_actions_nav-right a,
.membership-checkout span.pmpro_actions_nav-right a,
.your-profile button.pmpro_btn.pmpro_btn-submit-update-profile,
.your-profile button.pmpro_btn.pmpro_btn-cancel,
.membership-checkout input#pmpro_btn-submit,
.membership-checkout #pmpro_account_loggedin a,
.membership-levels a.pmpro_btn.pmpro_btn-outline,
#wpforms-form-227210 #wpforms-submit-227210 {
    background-color: #CBB42F;
    color: #000;
    padding: 16px 28px;
    height: auto;
    border-radius: 8px;
    border: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

#wpforms-form-664 button:hover {
    background: #fff;
    color: #000;
}

button#wpforms-submit-669::after,
#wpforms-form-668 button::after,
#wpforms-form-664 button::after,
#wpforms-form-665 button::after,
#wpforms-form-227179 button::after,
.my-membership td.pmpro_table_cancel-action a::after,
.your-profile button.pmpro_btn.pmpro_btn-submit-update-profile::after,
.membership-checkout #pmpro_account_loggedin a::after,
.membership-levels a.pmpro_btn.pmpro_btn-outline::after,
#wpforms-form-227210 #wpforms-submit-227210::after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 15px;
    background-image: url(/wp-content/uploads/2025/11/button-right-arrow-1.svg);
    background-repeat: no-repeat !important;
    background-size: contain;
    background-position: 29px;
}

button#wpforms-submit-669:hover::after,
#wpforms-form-668 button:hover::after,
#wpforms-form-664 button:hover::after,
#wpforms-form-665 button:hover::after,
#wpforms-form-227179 button:hover::after,
.my-membership td.pmpro_table_cancel-action a:hover::after,
.your-profile button.pmpro_btn.pmpro_btn-submit-update-profile:hover::after,
.membership-checkout #pmpro_account_loggedin a:hover::after,
.membership-levels a.pmpro_btn.pmpro_btn-outline:hover::after,
#wpforms-form-227210 #wpforms-submit-227210:hover::after {
    filter: brightness(0) invert(1);
}

button#wpforms-submit-669:focus::after,
#wpforms-form-668 button:focus::after,
#wpforms-form-664 button:focus::after,
#wpforms-form-665 button:focus::after,
#wpforms-form-227179 button:focus::after,
.my-membership td.pmpro_table_cancel-action a:focus::after,
.your-profile button.pmpro_btn.pmpro_btn-submit-update-profile:focus::after,
.membership-checkout #pmpro_account_loggedin a:focus::after,
.membership-levels a.pmpro_btn.pmpro_btn-outline:focus::after,
#wpforms-form-227210 #wpforms-submit-227210:focus::after {
    position: relative;
    top: 0px;
    left: 0%;
    border: none;
}


.sticky-form-section .scrolled+.elementor-sticky__spacer {
    opacity: 0;
    height: 0px !important;
    width: 0px !important;
}

#wpforms-form-227179 span.wpforms-required-label {
    display: none;
}

#wpforms-form-227179 legend,
#wpforms-form-227179 label.wpforms-field-label-inline {
    color: #fff;
}

.login-page .pmpro_section #loginform .login-submit .button {
    background-color: #CBB42F !important;
    color: #000 !important;
    padding: 16px 28px !important;
    border: none !important;
    width: 100%;
}

/* css for wealth management form */
/* css for wealth management form */

#wpforms-form-227437 .wpforms-field-container {
    background: linear-gradient(335.19deg, #1E2833 47.69%, #3B4E63 122.47%) !important;
    color: #ffffff;
    font-family: 'gotham';
    border-radius: 8px !important;
}

#wpforms-227437{
    max-width: 470px;
}

#wpforms-form-227437 .full-name input, #wpforms-form-227437 .wrp-email input, #wpforms-form-227437 .wrp-phone input, #wpforms-form-227437  .wrp-role select {
    background-color: #58759730 !important;
    border: none;
    color: #ffffff;
	height: 54px;
	border-radius: 4px;
}

#wpforms-form-227437 .full-name input:hover, #wpforms-form-227437 .wrp-email input:hover, #wpforms-form-227437 .wrp-phone input:hover, #wpforms-form-227437  .wrp-role select:hover {
    background-color: #58759745 !important;
    border-bottom: 1px solid #CBB42F;
}

#wpforms-form-227437 label {
    font-family: 'Gotham-book', sans-serif;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 10px;
    color: #ffffff;
}

#wpforms-form-227437 option {
    background-color: #35475C !important;
	color: #ffffff;
}

.form #wpforms-confirmation-227437 {
    background-color: #1E2833;
    border: none;
}

#wpforms-227437 .btn-submit {
    width: 100%;
	height: auto;
    background-color: #CBB42F;
	border: 1px solid #CBB42F;
    border-radius: 8px;
    text-align: left;
    font-family: 'Gotham-bold';
    color: #000000;
    padding: 20px 40px;
    background-image: url(/wp-content/uploads/2026/03/button-right-arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 90% 50% !important;
}

#wpforms-form-227437 .full-name input:focus, #wpforms-form-227437 .wrp-email input:focus, #wpforms-form-227437 .wrp-phone input:focus, #wpforms-form-227437  .wrp-role select:focus {
    background-color: #ffffff !important;
    border-bottom: 1px solid #CBB42F;
	color: #000000 !important;

}

#wpforms-227437 .wpforms-required-label {
    display: none;
}

#wpforms-227437 .form-title p {
    color: #ffffff;
    text-align: center;
    font-family: 'Bellefair';
    text-transform: uppercase;
    font-size: 24px;
    margin: 0;
	width: auto;
}

#wpforms-227437 .form-title>div {
    max-width: 100%;
}

#wpforms-227437 .wrp-phone, #wpforms-227437 .wrp-email {
    padding: 20px 32px 0px 32px;
}

#wpforms-227437 .full-name {
    padding: 32px 32px 0px 32px;
}

#wpforms-227437 .wrp-role{
    padding: 20px 32px 32px 32px;
}

#wpforms-227437 .wpforms-field-content {
    background-color: #1E2833;
    padding: 32px 0px;
    border-radius: 8px 8px 0px 0px;
    border-bottom: 1px solid #ffffff;
}
#wpforms-227437 .btn-submit:hover {
    background-color: transparent !important;
    border: 1px solid #000000;
	transition: background 0.5s ease, color 0.5s ease;
}

#wpforms-227437 input::placeholder {
    color: #fff;
}

#wpforms-227437 input:focus::placeholder {
    color: #000;
}

/* css for wealth management form */
/* css for wealth management form */

/* CSS FOR MEMBER PAGES */

.membership-account .pmpro_card_actions,
.my-membership tbody {
    height: 70px;
    align-content: center;
}

.login-page .pmpro .pmpro_actions_nav a{
	color: #000;
    font-weight: 400;
} 

.wealth-blogs a.page-numbers{
    background-color: #F4F3F2 !important;
}

.login-page .pmpro_card_content {
    padding-top: 30% !important;
    padding-bottom: 10% !important;
    background: url(/wp-content/uploads/2026/02/login-logo.svg) no-repeat 50% 5% / 50%;
}

.login-page .pmpro .pmpro_card_actions{
    height: 100px;
}

.your-profile .pmpro_message.pmpro_error p {
    text-align: -webkit-center;
    font-family: 'Gotham';
    margin: 0;
}

.footer-contact {
    cursor: pointer;
}

.tribe-events button.tribe-events-c-top-bar__datepicker-button:focus {
    outline: none;
}

#wpforms-form-664 label {
    color: #fff;
}

#wpforms-form-664 input,
#wpforms-form-664 select {
    background-color: #fff9;
    border: none;
}

.login-page .pmpro .pmpro_login_wrap {
    background-color: transparent;
}

.login-page .pmpro .pmpro_card_content label {
    color: #000;
}

.login-page button#pmpro_btn-password-toggle-1 {
    color: #587597;
    box-shadow: none;
}

.login-page #pmpro_btn-password-toggle-1 svg {
    fill: #fff;
}

.login-page .pmpro .pmpro_card_content {
    background-color: #fff;
}

.login-page .pmpro_card_actions {
    background-color: #fff !important;
    border: none !important;
    justify-content: center;
    display: flex;
}

.login-page #pmpro_btn-password-toggle-1 svg {
    fill: #fff;
    stroke: #000 !important;
}

.login-page .pmpro .pmpro_card_content input#user_login,
.login-page .pmpro .pmpro_card_content input#user_pass {
    background-color: #F4F3F2;
    border: none;
}


.pmpro_section #loginform .input:focus {
        background-color: #F4F3F2 !important;
        border-bottom: 2px solid #CBB42F !important;
        box-shadow:none !important;
        outline: none;
        word-break: initial;
}

.pmpro_form_field-password-toggle-state {
    display: none;
}

.pmpro_icon.pmpro_icon-eye {
    margin-bottom: -85px;
    margin-right: 17px;
}


.login-page .pmpro_card_title a:visited {
    color: #587597;
}

.onboarding-process .scroll-progress-wrapper {
    left: -600px;
}

/* css for finance video gallery */

.pmpro-no-access .pmpro {
    max-width: 1200px;
    margin: auto;
}

.pmpro-no-access {
    height: 80vh;
    display: flex;
    padding: 5% 5% 2% 5%;
    flex-direction: column;
    justify-content: center;
    background: url('/wp-content/uploads/2025/11/hero.png') no-repeat center / cover;
}

/* CSS FOR MOBILE RESPONSIVE */

@media (max-width: 767px) and (min-width: 320px) {

    .main-header nav.elementor-nav-menu--dropdown {
        width: 101vw !important;
    }

    .main-header .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container {
        transform: translate(-96%, 12%) !important;
    }

	.login-page .pmpro .pmpro_card_actions {
    height: 70px;
	}

    .scroll-logo {
        left: -75px !important;
        top: 40px !important;
    }

    .scroll-progress {
        top: -400px !important;
        height: 1135px !important;
        left: -46px !important;
    }

    .membership-account #pmpro_actionlink-logout,
    .membership-account #pmpro_actionlink-change-password,
    .membership-account #pmpro_actionlink-profile,
    .membership-account #pmpro_actionlink-cancel {
        padding: 10px 15px !important;
    }

    .membership-account .pmpro_card_actions {
        display: flex;
        flex-direction: row;
        row-gap: 20px;
        column-gap: 15px;
        flex-wrap: wrap;
        padding: 30px;
        height: max-content;
    }

    .my-membership td.pmpro_table_cancel-action {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .membership-checkout #pmpro_account_loggedin a {
        display: flex;
        width: max-content;
        margin-top: 20px;
    }

    .onboarding-process .scroll-progress-wrapper {
        left: 0;
        top: -65px;
    }
	
	/* Css for Wealth management form */
	    #section-hero-banner .form {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s ease;
		width: 100%;
        opacity: 0;
    }
	
	    #section-hero-banner .form.open {
        max-height: max-content;
        opacity: 1;
		position: static;
    }
	
	    #section-hero-banner {
        padding-top: 10rem;
        height: auto;
    }
    #section-hero-banner .btn-wrapper a.cta-button {
        position: fixed !important;
        bottom: 5%;
        z-index: 3;
        margin: 0 auto;
        left: 0;
        right: 0;
        width: max-content;
    }
	
	a.cta-button:visited{
		color: #000;
	}
	
	#section-testimonial .testimonial-slide{
		display: block;
	}
}

/* CSS FOR TABLET */

@media (max-width: 1024px) and (min-width: 768px) {
    .main-header nav.elementor-nav-menu--dropdown {
        left: -260px !important;
    }

    .main-header .elementor-menu-toggle.elementor-active {
        transform: translateX(-325px);
        transition: transform 0.5s ease;
    }

    .membership-checkout #pmpro_account_loggedin a {
        display: flex;
        width: max-content;
        margin-top: 20px;
    }

    .membership-levels a.pmpro_btn.pmpro_btn-outline {
        padding: 18px 20px;
    }

    .onboarding-process .scroll-progress-wrapper {
        left: 0;
    }
}

/* styles from custom css & js plugin */
/* styles from custom css & js plugin */