/*!
Theme Name: PWR CIVILIAN
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pwr-civilian
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

PWR CIVILIAN is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #B3B3B3;
}

html,
body {
    height: 100%;
    width: 100%;
    /* overflow-x: hidden; */
}

.top_area {
    background: url(./images/top-bg.webp)center top no-repeat;
    object-fit: cover;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.btn_default {
    background: #4A7D4B;
    padding: 14px 20px;
    border-radius: 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "DM Sans", sans-serif;
    color: #fff;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn_default:hover,
.btn_default:checked,
.btn_default:active,
.btn_default:focus-visible,
.btn_default:visited {
    background: #3a643b !important;
    color: #fff !important;
}

.btn_default::after {
    content: "";
    display: inline-block;
    width: 36px;
    height: 20px;
    margin-left: 0px;
    background: url('images/right-arrow.webp') no-repeat center;
    background-size: contain;
}

button.language {
    background: #192031;
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "DM Sans", sans-serif;
    color: #fff;
    border: 1px solid #FFFFFF1A;
}

button.language:hover,
button.language:checked {
    background: #131827;
    border: 1px solid #FFFFFF;
}

.btn_default_two {
    background: #14192B;
    padding: 14px 20px;
    border-radius: 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "DM Sans", sans-serif;
    color: #fff;
    border: 1px solid #FFFFFF1A;
}

.btn_default_two:hover,
.btn_default_two:checked {
    background: #0e1222;
    border: 1px solid #FFFFFF;
}

.header .my_btn {
    padding: 12px 20px;
}

.header .nav-pills .nav-item .nav-link {
    padding: 15px 20px;
    font-size: 16px;
    color: #B3B3B3;
    ;
}

.header .nav-pills .nav-item .nav-link.active {
    color: #E19D4B;
    background: none;
}

.header .nav-pills .nav-item .nav-link:hover {
    color: #E19D4B;
}


.banner h5 {
    font-weight: 400;
    font-style: Medium;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 10%;
    text-transform: uppercase;
    color: #E19D4B;
    position: relative;
    padding-left: 35px;
}

.banner h5::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 2px;
    background-color: #E19D4B;
}


h6.post_date {
    font-weight: 400;
    font-size: 21px;
    line-height: 27px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #E29D4A;
}
h6.post_date i {
    color: #fff;
    margin-right: 5px;
}


.banner h1 {
    font-family: "Playfair Display", serif;
    font-weight: 600;
    font-size: 4vw;
    line-height: 66px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #fff;
}

.banner h1 span {
    font-family: "Playfair Display", serif;
    font-weight: 600;
    font-style: Italic;
    font-size: 4vw;
    line-height: 66px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #E29D4A;

}

.banner hr {
    color: #fff;
    opacity: .2;
}

.industry_certification {
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 10%;
    text-transform: uppercase;
    color: #BABABA;
}

.industry_certification .col:nth-child(1) {
    border-right: 1px solid hsla(0, 0%, 100%, 0.2);
}




.who-we-help {
    padding: 100px 0;
}

.section-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 10%;
    text-transform: uppercase;
    color: #E19D4B;
    position: relative;
    padding-left: 35px;
    display: inline-block;
}

.section-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 2px;
    background-color: #E19D4B;
}

.main-heading {
    font-family: "Playfair Display", serif;
    font-weight: 600;
    font-size: 4.5vw;
    line-height: 86px;
    letter-spacing: 0%;
    color: #000000;
    margin-bottom: 30px;
}

.main-heading span {
    font-family: "Playfair Display", serif;
    font-weight: 600;
    font-style: Italic;
    font-size: 72px;
    line-height: 86px;
    letter-spacing: 0%;
    color: #E29D4A;
}

.main-heading i {
    color: #000;
    margin-left: 15px;
}


.custom-tabs {
    border-bottom: 1px solid #aaa;
    gap: 30px;
}

.custom-tabs .nav-link {
    color: #939393;
    background: transparent;
    border: none;

    font-weight: 300;
    font-style: Medium;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0%;
    text-transform: capitalize;
}

.custom-tabs .nav-link.active {
    color: #020202;
    background: transparent;
}

.tab-underline {
    position: absolute;
    bottom: -1px;
    height: 3px;
    width: 0;
    background: #d4a24c;
    transition: all 0.3s ease;
    border-radius: 5px;
}

.tab-content-box h2 {
    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 0%;
    color: #000;
    text-transform: capitalize;
}

.tab-content-box h2 span {
    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #d4a24c;
    font-style: italic;
}

.tab-content-box p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #888888;
}

.tab-content-box ul {
    list-style: none;
    padding: 0;
}

.tab-content-box ul li {
    margin-bottom: 10px;
    color: #424242;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0%;
    text-transform: capitalize;
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
}

.tab-content-box ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 24px;
    height: 24px;
    border-radius: 50px;
    background: url("images/list-style.webp") no-repeat center;
    background-size: cont
}

.btn-custom {
    background: #4A7D4B;
    color: #fff;
    padding: 12px 25px;
    border-radius: 5px;
}




.reasons {
    background: #F7FBFD;
    width: 100%;
    /* height: 100vh; */
    padding: 100px 0;
}

.reasons ul {
    list-style: none;
    position: relative;
}

.reasons ul::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 25px;
    width: 2px;
    height: 93%;
    background: #d4a24c;
}

.reasons ul li {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #8A8A8A;
}

.reasons ul li::before {
    content: "";
    position: absolute;
    left: -34px;
    top: 23px;
    width: 12px;
    height: 12px;
    background: #d4a24c;
    border-radius: 50%;
}

.reasons ul li label {
    font-weight: 400;
    font-size: 24px;
    line-height: 60px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #000;
}

.reasons strong {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #E29D4A;
    margin: 15px 0;
    display: block;
}

.reasons .downloadurl img {
    max-width: 200px;
}






.services {
    width: 100%;
    padding: 100px 0;
    min-height: 100vh;
}

.all_servoces_url,
.all_event_url,
.all_blogs_url {
    font-weight: 500;
    font-size: 18.91px;
    line-height: 100%;
    letter-spacing: 10%;
    text-transform: uppercase;
    text-decoration: none;
    color: #E29D4A;
}

.retirement-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    overflow: hidden;
    transform: 0.4s ease;
}

.retirement-card img {
    width: 100%;
    display: block;
}

.retirement-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(168, 92, 0, 0.202) 6.05%, #422400 100%);
    /* background: linear-gradient(180deg, rgba(168, 92, 0, 0) 6.05%, #422400 100%); */
    opacity: 1;
}

.retirement-card:hover::after {
    opacity: 0.95;
    background: linear-gradient(180deg, rgba(32, 21, 8, 0.883) 6.05%, #422400 100%);
}

.retirement-card .content {
    position: absolute;
    bottom: 5px;
    left: 6px;
    right: 12px;
    z-index: 2;
}

.retirement-card h3 {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    padding-right: 40px;
    padding-left: 12px;
}

.retirement-card p {
    color: #BFBFBF;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-transform: capitalize;
    margin-bottom: 5px;
    padding-right: 40px;
    padding-left: 12px;
}

.retirement-card:hover p {
    color: #dad3d3
}

.vdetails {
    background: url("images/service-details.webp") center center no-repeat;
    width: 35px;
    height: 35px;
    text-indent: -100px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}



.info_promo {
    width: 100%;
    padding: 5px 0;
}

.info_promo .info_inner {
    border-top: 1px solid #0000001A;
    border-bottom: 1px solid #0000001A;
}

.info_promo .info_inner .item:not(:last-child) {
    border-right: 1px solid #0000001A;
}

.info_promo .info_inner h2 {
    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-size: 64px;
    line-height: 80px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #E29D4A;
}

.info_promo .info_inner span {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-transform: capitalize;
}






.financial_freedom {
    padding: 100px 0;
}


.financial_freedom_heading,
.financial_planing_head,
.stock_market_heading,
.retirement-planing .retirement-planing-heading,
.right_strategies_heading,
.info_promo_heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.financial_freedom_heading .main-heading,
.financial_planing_head .main-heading,
.stock_market_heading .main-heading,
.retirement-planing-heading .main-heading,
.info_promo_heading .main-heading {
    text-align: center;
}


.financial_freedom .row {
    position: relative;
}

.financial_freedom .row:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 1px;
    background: #E29D4A;
    background: linear-gradient(90deg, rgba(226, 157, 74, 0.14) 24%, rgba(226, 157, 74, 0.46) 50%, rgba(226, 157, 74, 0.14) 86%);
}

.financial_freedom .counter {
    width: 100px;
    height: 100px;
    display: block;
    background: #fff;
    border-radius: 50px;
    border: 1px solid #E29D4A66;
    font-family: "Playfair Display", serif;
    font-weight: 600;
    font-size: 49px;
    line-height: 80px;
    letter-spacing: 0%;
    text-transform: capitalize;
    text-align: center;
    margin: 0 auto;
    color: #E29D4A;
    margin-bottom: 15px;
}

.financial_freedom .freedom_head {
    font-family: "Playfair Display", serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 34px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
}

.financial_freedom .freedom_desc {
    font-family: DM Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #939393;
}



.caption {
    background: #F7FBFD;
    padding: 100px 0;
    text-align: center;
}

.caption .row .main-heading {
    font-style: italic;
    text-transform: none;
    font-size: 56px;
}

.caption .row .main-heading span {
    font-style: normal;
    font-size: 56px;
}

.section-label_two {
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #646464;
}


.custom-tabs-new {
    margin-top: 50px;
}

.custom-tabs-new .nav-item {
    margin: 0 15px 15px;
}

.custom-tabs-new .nav-item:nth-child(1) {
    margin-left: 0;
}

.custom-tabs-new .nav-item .nav-link {
    border-radius: 50px;
    background: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    color: #929292;
    text-transform: capitalize;
    border: 1px solid #929292;
    padding: 15px 30px;

    position: relative;
    overflow: hidden;
    z-index: 1;
}

.custom-tabs-new .nav-item .nav-link::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #E29D4A;
    /* hover color */
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
    z-index: -1;
}

.custom-tabs-new .nav-item .nav-link:hover::before,
.custom-tabs-new .nav-link.active::before {
    transform: scaleX(1);
}

.custom-tabs-new .nav-item .nav-link:hover,
.custom-tabs-new .nav-link.active {
    color: #000;
    border: 1px solid #E29D4A;
}



.financial_planing {
    padding: 100px 0;
    background: #F7FBFD;
}

.financial_planing .financial_planing_item {
    border: 1px solid #497F4A33;
    border-radius: 30px;
    padding: 30px;
}

.financial_planing .financial_planing_item .count {
    font-family: "Playfair Display", serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 35px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #E29D4A;
}

.financial_planing .financial_planing_item h3 {
    font-family: "Playfair Display", serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0%;
    text-align: left;
    text-transform: capitalize;
    color: #000;
    padding: 20px 0;
}

.financial_planing .financial_planing_item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #7E7E7E;
    margin-bottom: 0;
}







.hero-box {
    background: url("images/hero_bg.webp") center center no-repeat;
    background-size: cover;
    border-radius: 20px;
    padding: 40px 60px;
    position: relative;
    overflow: hidden;
    min-height: 300px;
}

/* .hero-box::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    background-size: 40px 40px;
    opacity: 0.2;
} */

.hero-box h2 {
    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-size: 50px;
    line-height: 68px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #fff;
}

.hero-box h2 span {
    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-size: 50px;
    line-height: 68px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #d4a24c;
    font-style: italic;
}

.hero-box p {
    color: #bbb;
    font-size: 16px;
    margin-bottom: 25px;
}


.hero-img {
    max-height: 320px;
    position: absolute;
    right: 0;
    bottom: 0;
}


/* .carousel-indicators {
    bottom: -30px;
} */

.carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #888;
    border: none;
}

.carousel-indicators .active {
    background: #d4a24c;
}








.free_education {
    padding: 100px 0;
    min-height: 100vh;
}


.blog-item {
    border-radius: 20px;
    overflow: hidden;
    /* max-width: 400px; */
    width: 100%;
    border: 1px solid #497F4A33
}

.blog-img {
    position: relative;
}

.blog-img img {
    width: 100%;
    display: block;
}

.date-box {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: #f1f1f1;
    border-radius: 10px;
    padding: 8px 12px;
    text-align: center;
}

.date-box span {
    display: block;
    font-size: 12px;
    color: #999;
    letter-spacing: 1px;
}

.date-box strong {
    font-size: 20px;
    line-height: 20px;
    color: #d4a24c;
}

.event-content {
    padding: 15px;
}

.event-content h3 {
    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 10%;
    text-transform: capitalize;
    color: #000;

}

.meta {
    color: #aaa;
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #0000001A;
}

.meta span {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #929292;

}

.cta {
    color: #d4a24c;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    transition: 0.3s;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 5%;

}

.cta:hover {
    letter-spacing: 1px;
}

.event_location {
    background: url(./images/location.webp) left center no-repeat;
    padding-left: 15px;
}

.event_time {
    background: url(./images/evevnt-time.webp) left center no-repeat;
    padding-left: 15px;
}




/* .realtime_market {
    padding: 100px 0;
} */
.realtime_market img {
    scale: 1.45;
}



.blog {
    padding: 100px 0;
    min-height: 100vh;
}

.blog-card {
    /* max-width: 400px; */
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid #00000033;
    padding: 10px;
    transition: 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
}

.blog-img img {
    width: 100%;
    display: block;
    border-radius: 20px;
    transition: 0.5s ease;
}

.blog-card:hover .blog-img img {
    transform: scale(1.05) translateY(-5px);
}


.blog-content {
    padding: 20px 10px 5px;
}

.blog-content h3 {
    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 10%;
    text-transform: capitalize;
    color: #000;
    border-bottom: 1px dashed #0000001A;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.blog-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.date {
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #AAAAAA;
}

.arrow-btn {
    width: 40px;
    height: 40px;
    border: 1px solid #d4a24c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d4a24c;
    text-decoration: none;
    transition: 0.3s;
}

.arrow-btn i {
    color: #d4a24c;
    transition: transform 0.3s;
}

.arrow-btn:hover {
    background: #d4a24c;
    color: #000;
}

.arrow-btn:hover i {
    color: #fff;
}

.blog-card:hover .arrow-btn i {
    transform: translate(3px, -3px);
}






.retirement-cta {
    background: linear-gradient(135deg, #0b1220, #1f2a44);
}

.cta-box {
    position: relative;
    padding: 60px 0;
    overflow: hidden;
}


.cta-box h5 {
    color: #d4a24c;
}

.cta-box h2 {
    color: #fff;
    font-size: 56px;
    line-height: 60px;
}

.cta-box h2 span {
    font-size: 56px;
}


.subtext {
    color: #aaa;
    font-size: 16px;
}

.cta-box .btn {
    min-width: 245px;
    margin-bottom: 10px;
    text-align: center;
}









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

.custom-accordion .accordion-item {
    background: transparent;
    border: none;
    border-bottom: 1px solid #0000001A
}

.custom-accordion .accordion-button {
    background: transparent;
    box-shadow: none;

    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #252525;
    padding-left: 5px;
}

.custom-accordion .accordion-button::after {
    display: none;
}

.custom-accordion .accordion-button::before {
    content: "+";
    position: absolute;
    right: 0;
    font-size: 22px;
    color: #d4a24c;
    transition: 0.3s;
}


.custom-accordion .accordion-button:not(.collapsed)::before {
    content: "–";
}

.custom-accordion .accordion-button:not(.collapsed) {
    color: #000000;
    font-weight: 600;
}

.accordion-body {
    color: #595959;
    padding: 0 0 20px 5px;
}

















.footer-section {
    background: linear-gradient(135deg, #0b1220, #1f2a44);
    background: url("images/footer-bg.webp") center center no-repeat;
    background-size: cover;
    color: #bbb;
    padding: 80px 0 0;
    position: relative;
}

.social-icons i {
    margin-right: 10px;
    font-size: 18px;
    background: #fff;
    color: #000;
    padding: 9px 14px;
    border-radius: 50%;
}

.newsletter {
    display: flex;
    border: 1px solid #ffffff;
    border-radius: 30px;
    overflow: hidden;
}

.newsletter input {
    background: transparent;
    border: none;
    padding: 10px;
    color: #fff;
    flex: 1;
}

.newsletter input:focus,
.newsletter input:focus-visible {
    box-shadow: none;
    outline: none;
}

.newsletter button {
    background: #4A7D4B;
    border: none;
    padding: 10px 20px;
    color: #fff;
    border-radius: 30px;
    margin: 2px;
}

.whatsapp-box {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 15px;
    background: #141A2B;
}

.whatsapp-box strong {
    font-weight: 500;
    font-size: 19px;
    line-height: 26px;
    letter-spacing: 0%;
    text-transform: capitalize;
}

.whatsapp-box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    text-transform: capitalize;
}


.whatsapp_footer {
    margin-right: 15px;
}

.btn-whatsapp {
    background: #4A7D4B;
    border: none;
    padding: 10px 20px;
    color: #fff;
    border-radius: 25px;
}


.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links li a {
    font-weight: 400;
    font-style: Medium;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    text-transform: capitalize;
    text-decoration: none;
    color: #A3A3A3;
    transition: color 0.3s ease, transform 0.3s ease;
}

.footer-links li a:hover {
    color: #fff;
    transform: translateX(5px);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 40px;
    padding: 15px 0;
    font-size: 14px;
    background: #0A1021;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #CDCDCD;
}

.footer-bottom a {
    color: #CDCDCD;
    margin-left: 16px;
    text-decoration: none;
}

.small_heading {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0%;
    text-transform: capitalize;
}

.footer_right {
    border-left: 1px solid #fff;
}


.footer-section .phone-img {
    /* max-width: 100px; */
}

.footer-section .qr {
    width: 154px;
}

.footer-section .store-btn {
    width: 154px;
}

.footer-section h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0%;
    text-transform: capitalize;
    margin-bottom: 15px;
    color: #fff;
}

.footer-section a {
    font-weight: 400;
    font-style: Medium;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    text-transform: capitalize;
    text-decoration: none;
    color: #A3A3A3;
}

.footer-section p i {
    color: #fff;
    margin-right: 10px;
}

.wh-right {
    text-align: right;
}

.wh-right img {
    max-width: 92px;
}

.wh-right p {
    font-weight: 400;
    font-size: 11px;
    line-height: 22px;
    letter-spacing: 0%;
    text-transform: capitalize;
    margin-top: 6px;
}


.wh-right {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.wh-right:before {
    content: "or";
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translate(-35px, -50%);
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 14px;
    background: #061a41;
}

.wh-right:after {
    content: "";
    width: 1px;
    height: 127px;
    border-right: 1px dashed #fff;
    position: absolute;
    left: 0%;
    top: 0%;
    transform: translate(-23px, 0%);
    z-index: -1;
}











/* service page css start */
.custom-card {
    border: 1px solid #0000001A;
    border-radius: 30px;
    padding: 40px 30px;
    max-width: 380px;
}

.custom-card .section-label {
    color: #d48a3a;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 10%;
    text-transform: uppercase;
    padding-left: 0;
}

.custom-card .section-label:before {
    content: none;
}


.custom-card .main-heading {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    text-transform: capitalize;
    margin: 15px 0;
}

.description {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #8E8E8E;
}

.big-number {
    font-family: 'Playfair Display', serif;
    color: #d48a3a;
    font-weight: 500;
    font-size: 100px;
    line-height: 90px;
    letter-spacing: 0%;
    text-transform: capitalize;
}

.sub-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #8E8E8E;
}

.divider {
    border-top: 1px dashed #0000001A;
    margin: 20px 0;
}

.custom-card .btn {
    width: 100%;
    padding: 15px 8px;
}

.caption.in_service {
    background: transparent;
}

.financial_freedom.in_service,
.who-we-help.service_details,
.price_table,
.governance_score,
.estate_section,
.right_strategies,
.estate_section-new,
.income-gap,
.mission-section,
.overlook,
.event_block,
.workshop,
.advisors_leading {
    background: #F7FBFD;
}

/* service page css end */





/* service details page  top section start*/

.service_top {
    padding: 100px 0;
}

.service_top .main-heading,
.service_top .main-heading span {
    font-size: 4.2vw;
}

.service_top strong {
    color: #333333;
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0%;
    text-transform: capitalize;
    display: block;
    margin-bottom: 15px;
}

.service_top p {
    color: #9C9C9C;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
    text-transform: capitalize;
}



.service_top .service_details_top_item {
    border: 1px solid #497F4A33;
    border-radius: 30px;
    padding: 20px;
}

.service_top .service_details_top_item .count {
    font-family: "Playfair Display", serif;
    font-weight: 600;
    font-size: 52px;
    line-height: 52px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #E29D4A;
}

.service_top .service_details_top_item h3 {
    font-family: "Playfair Display", serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #000;
}

.service_top .service_details_top_item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #7E7E7E;
    margin-bottom: 0;
}

.service_top .service_details_top_bottom_item {
    border: 1px solid #497F4A33;
    border-radius: 30px;
    padding: 30px;
    position: relative;
    height: 100%;
}

.service_top .service_details_top_bottom_item .count {
    font-family: "Playfair Display", serif;
    font-weight: 600;
    font-size: 64px;
    line-height: 24px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #E29D4A1F;
    position: absolute;
    right: 25px;
    top: 35px;
}

.service_top .service_details_top_bottom_item h3 {
    font-family: "Playfair Display", serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #000;
    padding: 20px 0 10px;
}

.service_top .service_details_top_bottom_item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #949494;
    margin-bottom: 15px;
}

.service_top .service_details_top_bottom_item ul {
    padding-left: 15px;
}

.service_top .service_details_top_bottom_item ul li {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #555555;

}

.service_top .service_details_top_bottom_item ul li::marker {
    color: #d48a3a;
}

/* service details page  top section end*/









/* service details page retirement calcualtor tool start*/

.retirement-planing {
    padding: 100px 0;
}

.retirement-wrapper {
    background: #F7FBFD;
    border-radius: 25px;
    overflow: hidden;
}


.retirement-wrapper .custom-tabs .nav-link {
    border: none;
    border-right: 1px solid #00000033;
    padding: 20px 30px 40px;
    background: transparent;
    text-align: left;
    height: 100%;
    border-radius: 0;
}

.retirement-wrapper .custom-tabs .nav-item:last-child .nav-link {
    border-right: none;

}

.retirement-wrapper .custom-tabs .nav-link {
    background: #F0F4F6;
}

.retirement-wrapper .custom-tabs .nav-link.active {
    background: #F7FBFD;
    border-top: 3px solid #d48a3a;
    border-radius: 0;
}

.retirement-wrapper .tab-number {
    font-family: 'Playfair Display', serif;
    color: #E29D4A4D;
    font-weight: 400;
    font-size: 42px;
    line-height: 62px;
    letter-spacing: 0%;
    text-transform: capitalize;
}

.retirement-wrapper .nav-link.active .tab-number {
    color: #d48a3a;
}


.retirement-wrapper .tab-title {
    font-family: 'Playfair Display', serif;
    margin: 5px 0;
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #575757;
}

.retirement-wrapper .nav-link.active .tab-title {
    color: #000000
}

.retirement-wrapper .tab-age {
    color: #d48a3a;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
    text-transform: capitalize;
}

.retirement-wrapper .tab-bottom {
    border-top: 2px solid #d48a3a;
    padding: 0px;
    background: #F7FBFD;
}

.retirement-wrapper .section-label {
    color: #d48a3a;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 20%;
    text-transform: uppercase;
    padding-left: 0;
}

.retirement-wrapper .section-label::before {
    content: none;
}

.retirement-wrapper .section-title {
    font-family: 'Playfair Display', serif;
    margin-bottom: 15px;
    color: #000;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0%;
    text-transform: capitalize;
}

.retirement-wrapper .tab-col {
    padding: 20px;
    border-right: 1px solid #d3d3d3;
}

.retirement-wrapper .tab-col:last-child {
    border-right: none;
}

.retirement-wrapper .tab-col ul {
    list-style: none;
    padding: 0;
}

.retirement-wrapper .tab-col ul li {
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #ADADAD;
}

.retirement-wrapper .tab-col ul li::before {
    content: "";
    width: 16px;
    height: 16px;
    margin-right: 8px;
    color: #bbb;
    background: url(images/check-icon.webp) center center no-repeat;
    float: left;
    display: block;
    margin-top: 6px;
}


.retirement_calculator {
    border: 1px solid #00000033;
    border-radius: 30px;
}

.retirement_calculator .calcualtor_section_head {
    padding: 30px;
    border-bottom: 1px solid #00000033;
}

.retirement_calculator .calcualtor_section_head p {
    margin-bottom: 0;
}

.result-card {
    background: #F7FBFD;
    border-radius: 0px;
    height: 100%;
}

.info-box {
    /* background: #fff; */
    border-radius: 15px;
    padding: 0px;
    border: 1px solid #0000001A;
    border-radius: 15px;
}

.info-row {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    padding: 25px 20px;
}

.info-row span {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
    color: #707070;
}

.info-row strong {
    font-family: "Playfair Display", serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
    color: #000
}

.info-row strong span {
    color: #E29D4A;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
    background: #E29D4A33;
    padding: 3px 8px;
    border-radius: 0;
}

.info-row:last-child {
    border-bottom: none;
}

.custom-range {
    width: 100%;
    height: 8px;
    background: #F2F2F2;
    border-radius: 10px;
    outline: none;
    appearance: none;
}

.custom-range::-webkit-slider-runnable-track {
    height: 6px;
    background: #F2F2F2;
    border-radius: 10px;
}

.custom-range::-webkit-slider-thumb {
    appearance: none;
    width: 18px;
    height: 18px;
    background: #d89b45;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -6px;
    box-shadow:
        0 0 0 4px rgb(255, 255, 255),
        0 0 5px rgba(0, 0, 0, 0);
}

.custom-range::-moz-range-thumb {
    width: 18px;
    height: 18px;
    background: #d89b45;
    border-radius: 50%;
    box-shadow:
        0 0 0 8px rgba(216, 155, 69, 0.2),
        0 0 20px rgba(216, 155, 69, 0.8);
}


.slider-box .bottom_label {
    margin-top: 10px;
}

.slider-box .top_label span.top_lable_right {
    color: #d89b45 !important;
    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
}

.slider-box .top_label span {
    font-weight: 500;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #000;
}

.slider-box .bottom_label span {
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    letter-spacing: 0%;
    text-align: center;
    color: #A1A1A1;
}



.progress {
    height: 6px;
    border-radius: 10px;
    background: #ddd;
}

.progress-bar {
    border-radius: 10px;
}

.result_card_right_top {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 10%;
    text-transform: uppercase;
    color: #000 !important;
}

.result_card_right_h2 {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: 66px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #E29D4A;
}

.result_card_right_p {
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 0%;
    color: #949494
}


.info_right_progress {
    background: #E29D4A;
    height: 10px;
}

.info_right_progress_lable_left {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
    margin-bottom: 10px;
}

.info_right_progress_value_right {
    color: #E29D4A;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
    margin-bottom: 10px;
}

.info_right_progress_button {
    width: 100%;
    text-align: center;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    padding: 18px 20px;
}

.retirement-tool {
    padding: 100px 0;
}

/* service details page retirement calcualtor tool end*/



.related_services {
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
}











/* price table section start */
.price_table {
    padding: 100px 0;
}

.compare-wrapper {
    margin-top: 40px;
}

.compare-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    transition: all 0.3s ease;
}

.fe_acti_inacti .compare-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}


.compare-card .header {
    padding: 15px;
    background: transparent;
    border-top: 4px solid #4A7D4B;

    font-weight: 400;
    font-size: 22px;
    line-height: 34px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #222222;

}

.compare-card .row-item {
    padding: 15px;
    border-top: 1px solid #CCCCCC;
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #727272;
}

.compare-left {
    text-align: left;
    background: #F4F5F9;
}

.compare-card.compare-left .row-item {
    color: #222;
}

.compare-left .header {
    border: none;
    background: #fff;
    border-top: 4px solid #ffffff00;
}

.compare-left .row-item {
    font-weight: 500;
}

.highlight {
    border: 2px solid #d89a4a;
    /* transform: scale(1.02); */
    box-shadow: 0px 0px 50px 0px #00000038;
}

.highlight .header {
    background: #d89a4a;
    color: #fff;
    border-top: none;
}

.compare-card .row-item.tick {
    color: #d89a4a;
    font-size: 26px;
}

.cross {
    color: #aaa;
    font-size: 18px;
}

.highlight-row {
    background: #e9e8f5;
    font-weight: 500;
}

/* price table section end */









/* governance_score section start */
.governance_score {
    padding: 100px 0;
}

.section-label {
    color: #d89a4a;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}

.main-heading span {
    color: #d89a4a;
    font-style: italic;
}

.scorecard-wrapper {
    border-radius: 20px;
    border: 1px solid #00000033;
    overflow: hidden;
}

.scorecard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 35px;
    background: #EAEAEA;
}

.scorecard-header h4 {
    margin: 0;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 5px;
}

.scorecard-header small {
    color: #939393;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
    text-transform: capitalize;

}

.scorecard-header-right strong {
    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-size: 50px;
    line-height: 25px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #E29D4A;
}

.scorecard-header-right span {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -2%;
    text-transform: capitalize;
    color: #000;
    margin-left: 15px;
}



.governance_score_inner_right {
    border-left: 1px solid #00000033
}

.governance_score .accordion-item {
    border: none;
    border-radius: 15px !important;
    margin-bottom: 20px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #00000033;
    border-top: 0;
}

.governance_score .accordion-button {
    background: #fff;
    border-top: 3px solid #d89a4a;
    border-bottom: 1px solid #0000001A;
    font-weight: 500;
    box-shadow: none;

    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #000
}

.governance_score .accordion-button i {
    color: #d89a4a;
    font-style: normal;
    margin-right: 15px;
}

.accordion-button:not(.collapsed) {
    background: #fff;
    color: #000;
}

.accordion-body {
    font-size: 14px;
    padding: 1rem;
}

.form-check {
    margin-bottom: 10px;
}

.form-check .form-check-input {
    border: 1px solid;
}

.form-check label {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #7C7C7C;
}

.governance_score .side-box {
    background: #fff;
    border-radius: 15px;
    padding: 25px 20px;
    margin-bottom: 25px;
}

.governance_score .side-box p {
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #919191;
}


.governance_score .grade {
    font-size: 50px;
    color: #E26D4A;
    font-weight: bold;

    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-size: 64px;
    line-height: 70px;
    letter-spacing: 0%;
    text-transform: capitalize;

}

.governance_score .grade_small {
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 10%;
    text-transform: uppercase;
    color: #E26D4A;
}

.governance_score .side-box p.progress_head {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #BABABA;
}

.progress {
    height: 10px;
    border-radius: 10px;
}

.my_progress {
    background: #E29D4A
}



.governance_score .side-box-bottom {
    padding: 0px 0px 25px;
    overflow: hidden;
}

.governance_score .side-box-bottom .side-box-heading {
    background: #EAEAEA;

}

.governance_score .side-box-bottom .side-box-heading h6 {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #E26D4A;
    padding: 20px;
}

.governance_score .side-box-bottom .category-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    padding: 20px;
}

.governance_score .side-box-bottom .category-item .progress {
    height: 4px;
    border-radius: 10px;
    flex: 0 0 100%;
}

.governance_score .side-box-bottom .category-item span:nth-child(1) {
    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
    color: #434343;
}

.governance_score .side-box-bottom .category-item span:nth-child(1) i {
    color: #d89a4a;
    font-style: normal;
    margin-right: 5px;
}

.governance_score .side-box-bottom .category-item span {
    font-weight: 400;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #939393;
}

.governance_score .governance_score_inner_right .btn_default {
    display: flex;
    justify-content: center;
    width: 100%;
}

/* governance_score section end */







/* estate_section start */

.estate-wrapper {
    border-radius: 30px;
    border: 1px solid #0000001A;
    border-top: none;
    overflow: hidden;
}

.estate_header_top {
    border-bottom: 1px solid #0000001A;
    background: #fff;
}

.estate_header_top label {
    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 15px;
}

.estate_header_top p {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #A4A4A4;
}

.estate_header_top a {
    font-weight: 700;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 10%;
    text-transform: uppercase;
    color: #E29D4A;
    text-decoration: none;
    text-align: right;
    position: relative;
    display: flex;
    align-items: center;
}

.estate_header_top a:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #E29D4A;
    display: inline-block;
    margin-right: 10px;
}


.estate_header_bottom {
    border-bottom: 1px solid #0000001A;
    background: #fff;
}

.estate_header_bottom .slider-box .top_label span {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #7B7B7B;

}

.estate_header_bottom .slider-box .top_label span.top_lable_right {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #E29D4A;
}


.btn-radio-group input[type="radio"] {
    display: none;
}

.btn-radio-group label {
    display: inline-block;
    padding: 14px 20px;
    border: 1px solid #0000001A;
    border-radius: 50px;
    cursor: pointer;
    margin-right: 10px;
    transition: 0.3s;
    font-weight: 500;


    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #BFBFBF;
}

.btn-radio-group label:hover {
    background: #E29D4A0D;
    color: #E29D4A;
    border-color: #E29D4A
}

.btn-radio-group input[type="radio"]:checked+label {
    background: #E29D4A0D;
    color: #E29D4A;
    border-color: #E29D4A
}


.redio_group strong {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 10%;
    text-transform: uppercase;
    color: #A7A7A7;
    margin-bottom: 10px;
    display: inline-block;

}



.plan-card-item {
    border-right: 1px solid #eee;
}

.plan-card-item:nth-last-child(1) {
    border: none;
}

.plan-card {
    padding: 20px;
}

.plan-card.highlight_two {
    border-top: 2px solid #d89a4a;
    background: #fff;
}

.plan-card .badge {
    padding: 5px 10px;
    border-radius: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    border: 1px solid;
}

.plan-card .badge.badge_one {
    border-color: #FF5353;
    background: #FF535314;
    color: #FF5353;
}

.plan-card .badge.badge_two {
    border-color: #E29D4A;
    background: #E29D4A14;
    color: #E29D4A;
}

.plan-card .badge.badge_three {
    border-color: #B2C894;
    background: #B2C89414;
    color: #B2C894;
}

.plan-card h5 {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #000;
    margin-top: 25px;
}

.plan-card h5:before {
    content: none;
}

.plan-card .sub_desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #7B7B7B;
}

.plan-card .list-group {
    border-radius: 15px;
}

.plan-card .list-group li {
    background: transparent;
    padding: 20px 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
}

.plan-card .list-group li span {
    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
}

.plan-card .list-group li:nth-last-child(1) span,
.plan-card .list-group li:nth-last-child(2) span {
    color: #E29D4A
}

.highlight_two.plan-card .list-group li:nth-last-child(1) span,
.highlight_two.plan-card .list-group li:nth-last-child(2) span {
    color: #B2C894
}

.plan-card .result-box {
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #FF5353;
    background: #FF535314;
    display: flex;
    justify-content: space-between;
    align-items: center;

    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 10%;
    text-transform: uppercase;
    color: #FF5353;
}

.plan-card .result-box.result-box-new {
    color: #555555;
}

.plan-card .result-box.result-box-new .result-box-right {
    margin-top: 15px;
}


.highlight_two.plan-card .result-box {
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #E29D4A;
    background: #E29D4A14;
    display: flex;
    justify-content: space-between;
    align-items: center;

    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 10%;
    text-transform: uppercase;
    color: #B2C894;
}

.highlight_two.plan-card .result-box.result-box-new {
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #FF5353;
    background: #FF535314;
    display: flex;
    justify-content: space-between;
    align-items: center;


    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 10%;
    text-transform: uppercase;
    color: #555;
}




.plan-card .result-box .result-box-right,
.highlight_two.plan-card .result-box .result-box-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.plan-card .result-box .result-box-right strong,
.highlight_two.plan-card .result-box .result-box-right strong {
    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 10%;
    text-transform: uppercase;
    color: #151515;
    margin-bottom: 10px;
}

.plan-card .result-box.result-box-new strong,
.highlight_two.plan-card .result-box.result-box-new .result-box-right strong {
    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-size: 42px;
    line-height: 100%;
    letter-spacing: 10%;
    text-transform: uppercase;
    color: #E29D4A;
    margin-bottom: 10px;
}

.plan-card .result-box.result-box-new strong sub,
.highlight_two.plan-card .result-box.result-box-new .result-box-right strong sub {
    color: #AEAEAE;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
}




.plan-card .result-box .result-box-right span {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #AAAAAA;

}

.highlight_two.plan-card .result-box .result-box-right span {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #B2C894;
}

.plan-card .result-box.result-box-new .result-box-right span {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #A9A9A9;
    margin-top: 10px;
}

.highlight_two.plan-card .result-box.result-box-new .result-box-right span {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #A9A9A9;
    margin-top: 10px;
}


.estate_footer {
    border-top: 1px solid #0000001A
}


.legend-item {
    margin-right: 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #979797;
}

.legend-color {
    width: 12px;
    height: 12px;
    border-radius: 3px;
    display: inline-block;
}

.legend-color.heirs {
    background: #E29D4A;
}

.legend-color.tax {
    background: #772C2E;
}

.legend-color.probate {
    background: #735722;
}

/* estate_section end */







/* right_strategie section start */

.section-title {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 5%;
    text-transform: uppercase;
    color: #7B7B7B;
}

.section-title:before {
    content: none;
}

.strategy-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 10px 0;
}

.strategy-item {
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.strategy-item .form-check-input {
    border-color: #00000046;
}

.strategy-item h6 {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #404040;
    margin-bottom: 0;
}

.strategy-item p {
    margin: 8px 0 0;
    font-size: 13px;
    color: #A1A1A1;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
}

.tag {
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid;

    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
}

.tag-orange {
    color: #f39c12;
    border-color: #E29D4A80;
    background: #E29D4A14;
}

.tag-green {
    color: #41A76C;
    border-color: #41A76C80;
    background: #41A76C14;
}

.tag-gray {
    color: #6B8283;
    border-color: #6B828380;
    background: #6B828314;
}

.tag-light {
    color: #8E8271;
    border-color: #8E827180;
    background: #8E827114;
}

.custom-card.big-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 20px 25px;
    margin-bottom: 15px;
    border: 1px solid #E29D4A33
}

.custom-card {
    background: #F7F7F7;
    border-radius: 20px;
    padding: 20px 25px;
    margin-bottom: 15px;
    border: 1px solid #0000000D
}

.big-card h6 {
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
}

.big-card h1 {
    color: #d08a3c;
    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-size: 48px;
    letter-spacing: 0%;
    text-transform: capitalize;
}

.big-card p {
    color: #A1A1A1;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;

}

.row-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}

.row-card span {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #6B6B6B;
}


.row-card .value-orange {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #E29D4A;
}

.row-card .value-green {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #6B8283;
}

.row-card .value-gray {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #AFAFAF;
}

.progress-wrapper {
    margin-top: 10px;
}

.progress-label {
    display: flex;
    justify-content: space-between;
    color: #aaa;
    font-size: 14px;
}

.progress {
    height: 8px;
    border-radius: 10px;
    background: #ddd;
}

.progress-bar {
    width: 0%;
    background: #d08a3c;
}

.strategy_block {
    border: 1px solid #0000001A;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}

.strategy-title {
    background: #ffffff;
    padding: 15px 20px;
    color: #d08a3c;

    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 10%;
    text-transform: uppercase;
    border-bottom: 1px solid #0000001A;
}

.strategy-body {
    text-align: center;
    color: #ADADAD;
    padding: 40px 20px;

    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0%;
}

/* right_strategie section end */




.plan-card-item_left {
    border-right: 1px solid #eee;
    background: #fff;
}

.plan-card-item_left h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #171717;
    margin: 20px 0;
}

.plan-card-item_left h5:before {
    content: none;
}

.plan-card-item_left .slider-box {
    margin-top: 25px;
}

.plan-card-item_left .slider-box label span {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #7B7B7B;
}

.plan-card-item_left .slider-box label span.value {
    font-family: "Playfair Display", serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #E29D4A;
}

.plan-card-item_left .slider-box label.bottom_label span {
    font-weight: 300;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #A4A4A4;
}

.list-group-block {
    border: 1px solid #0000001A;
    border-radius: 20px;
    padding: 15px;
    margin-top: 30px;
}

.list-group-block h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #171717;
    margin: 15px 0;
}

.list-group-block ul {
    border: none;
    padding-left: 0;
    margin: 0;
}

.list-group-block ul li {
    border: none;
    border-bottom: 1px solid #0000001A;
    padding: 15px 0;

    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #8F8F8F;
}

.list-group-block ul li span {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
}

.list-group-block ul li span.color_yellow {
    color: #E19D4B;
}

.list-group-block ul li span.color_gray {
    color: #737373;
}

.list-group-block ul li:nth-last-child(1) {
    border-bottom: none;
}






.plan-card-item_right .wrapper {
    display: flex;
    gap: 40px;
    justify-content: center;
    padding: 40px;
}

.plan-card-item_right .card {
    width: 360px;
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
}

.plan-card-item_right .card-top {
    padding: 40px;
    text-align: center;
    position: relative;
    background: #ffffff;
}

.plan-card-item_right .card-top h4 {
    color: #d28b36;
    margin: 0;

    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;

}

.plan-card-item_right .goal {
    position: absolute;
    right: 5px;
    bottom: 5px;
    background: #d28b36;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    font-weight: 300;
}

.plan-card-item_right .divider {
    height: 6px;
    background: #d28b36;
    margin: 0;
}

.plan-card-item_right .chart-box {
    background: #fff;
    /* padding:20px; */
    width: 100%;
    /* 🔥 increase this */
    height: 260px;
    margin: auto;
    position: relative;
}

.plan-card-item_right .label {
    text-align: center;
    color: #fff;
    margin-top: 10px;
}



.income_gap_card .income_gap_value {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #E29D4A;
}

.income_gap_card .income_gap_value sub {
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #949494;
}

.income_gap_card .income_gap_value p {
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #7d7d7d;
    margin-top: 15px;
}


.income_gap_card ul.income_gap_list {
    list-style: none;
    padding: 0;
}

.income_gap_card ul.income_gap_list li.income_gap_list-item {
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #ADADAD;
}

.income_gap_card ul.income_gap_list li.income_gap_list-item::before {
    content: "";
    width: 16px;
    height: 16px;
    margin-right: 8px;
    color: #bbb;
    background: url(images/check-icon_yellow.webp) center center no-repeat;
    float: left;
    display: block;
    margin-top: 6px;
}

.income_gap_card .badge_blue,
.income_gap_card .badge_yellow {
    border: none;
    background: transparent;
    padding: 0;

    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 10%;
    text-transform: uppercase;
}

.income_gap_card .badge_blue {
    color: #4A80C0
}

.income_gap_card .badge_yellow {
    color: #E29D4A;
}

.btn_default.btn_default_transparent {
    background: transparent;
    border: 1px solid #3a643b;
    color: #3a643b !important
}

.btn_default.btn_default_transparent:hover {
    color: #fff !important;
}

.btn_default.btn_default_transparent:after {
    content: none;
}

.legend-color.social_security {
    background: #436996;
}

.legend-color.pension {
    background: #3D715A;
}

.legend-color.annuity_income {
    background: #E29D4A;
}

.legend-color.income_gap {
    background: #141A2B;
}

.plan-card-item_right .wrapper .label {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
    margin-top: 15px;
}





/* about page start */

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

.info_promo.top p {
    font-weight: 500;
    font-size: 20px;
    line-height: 44px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #000;
}

.info_promo.top p strong {
    font-weight: 700;
    color: #000;
}










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

.mission-icon {
    width: 90px;
    height: 90px;
    object-fit: contain;
    margin-bottom: 20px;
}

.mission-icon.small {
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-bottom: 20px;
}

.mission-title {
    font-weight: 600;
    font-style: Bold;
    font-size: 24px;
    line-height: 44px;
    letter-spacing: 5%;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
}

.mission-line {
    width: 2px;
    height: 2px;
    border-radius: 5px;
    background: #d9a14a;
    margin: 20px auto;
    position: relative;
}

.mission-line::before,
.mission-line::after {
    content: "";
    position: absolute;
    top: 0;
    width: 40px;
    height: 1px;
    background: #d9a14a;
}

.mission-line::before {
    left: -50px;
}

.mission-line::after {
    right: -50px;
}

.mission-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #6C6C6C;
}


.mission_item {
    position: relative;
}

.mission_item:nth-last-child(1):before,
.mission_item:nth-last-child(1):after {
    content: none;
}

.mission_item:before {
    content: "";
    height: 150px;
    width: 1px;
    background: #00000033;
    position: absolute;
    right: 0;
    top: 0px;
}

.mission_item:after {
    content: "";
    height: 30px;
    width: 1px;
    background: #00000033;
    position: absolute;
    right: 0;
    top: 180px;
}












.team-card {
    border-radius: 28px;
    overflow: hidden;
    cursor: pointer;
    padding: 15px;
}

.team-img {
    overflow: hidden;
}

.team-img img {
    display: block;
    transition: transform 0.4s ease;
}

.team-info {
    padding: 20px 0;
    transition: all 0.3s ease;
}

.team-info .team-name {
    font-family: "Playfair Display", serif;
    font-weight: 600;
    font-size: 31px;
    line-height: 40px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #000;
}

.team-role {
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #797979;
}

.socials span {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #303030;
}

.socials a {
    width: 32px;
    height: 32px;
    background: #f4a742;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
}

.socials a i {
    color: #fff
}

/* ARROW BUTTON */
.arrow-btn {
    width: 48px;
    height: 48px;
    border: 2px solid #f4a742;
    border-radius: 50%;
    color: #f4a742;
    font-size: 16px;
    flex-shrink: 0;
    transition: 0.3s;
    transition: all 0.3s ease;
}

.arrow-btn i {
    transform: rotate(45deg);
    /* exact diagonal arrow */
}

.arrow-btn:hover {
    background: #f4a742;
    color: #000;
}

.team_exparts {
    padding: 100px 0;
}








.overlook {
    padding: 100px 0;
}

.overlook .custom-card {
    border-radius: 20px;
    padding: 25px;
    height: 100%;
    background: #fff;
    max-width: 100%;
}

.overlook .custom-card .card-title {
    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #000;
}

.overlook .custom-card .card-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #828282;
}

.overlook .custom-card .card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.overlook .custom-card .tag {
    background: #E29D4A14;
    border: 1px solid #E29D4A80;
    border-radius: 20px;
    color: #E29D4A;
    padding: 3px 15px;
    display: inline-block;

    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    text-transform: capitalize;



}



/* about page end */









/* event list start */

/* event top featured start */
.event-section-top {
    padding: 100px 0;
}

.top_featured_block {
    border: 1px solid #00000033;
    border-radius: 20px;
}

.label {
    color: #d9a441;
    letter-spacing: 2px;
    font-size: 14px;
    margin-bottom: 10px;
}

.title {
    font-family: "Playfair Display", serif;
    font-weight: 600;
    font-size: 37px;
    line-height: 40px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #333333;
}

.desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #818181;
    margin-top: 15px;
}

.info-item {
    display: flex;
    gap: 10px;
    align-items: center;

    color: #5D5D5D;
    font-weight: 500;
    font-size: 19.94px;
    line-height: 37.53px;
    letter-spacing: 0%;
    text-transform: capitalize;
}

.info-item i {
    color: #E29D4A;
    width: 25px;
}


.tag-wrap {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 25px;
}

.tag {
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    letter-spacing: 5%;
    text-transform: uppercase;
    color: #E29D4A;

    background: #E29D4A1A;
    border: 1.17px solid #E29D4A80;
    border-radius: 5.86px;
    border-width: 1.17px;
    padding: 13px 25px;


}


.right-wrap {
    position: relative;
}

.event-img {
    border-radius: 20px;
    overflow: hidden;
    max-height: 300px;
}

.event-img img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.event-section-top .info-card {
    background: url(images/info_card_bg.webp) center center no-repeat;
    border-radius: 30px;
    padding: 25px;
    position: relative;
    z-index: 2;
    background-size: cover;
    margin-top: 25px;
}

.mini-box {
    background: #fff;
    padding: 3px 15px;
    border-radius: 12px;
    margin-bottom: 15px;
}

.mini-title {
    color: #e0a34b;
    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 0%;
    text-transform: capitalize;
}

.mini-box small {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
    text-transform: capitalize;
}

.presenter {
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    margin-top: 10px;
    font-weight: 500;

    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #000000;
}

.presenter i {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    color: #fff;
    background: #000;
    text-align: center;
    line-height: 50px;
    font-size: 23px;
}


.reg-box {
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    margin-top: 15px;
    font-size: 14px;

    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #8C8C8C;
}

.reg-box strong {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 5%;
    text-transform: uppercase;
    color: #E29D4A;
    display: block;
    margin-bottom: 10px;
}

.reg-box span {
    display: block;
}

.reg-box a {
    color: #e0a34b;
    /* text-decoration: none; */

    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    display: inline-block;
    clear: both;
    margin-top: 10px;
}

@media(max-width:991px) {
    .title {
        font-size: 30px;
    }

    .info-card {
        margin-top: 20px;
    }
}

/* event top featured end */




.event_block {
    padding: 100px 0;
}

/* event filter start */
.event_block .filter-wrapper {
    background: #ffffff;
    border-radius: 20px;
    padding: 20px 25px;
}

.event_block .filter-label {
    color: #6c757d;
    margin-bottom: 5px;
    display: block;

    font-weight: 500;
    font-size: 16px;
    line-height: 37.53px;
    letter-spacing: 0%;
    text-transform: capitalize;
}

.event_block .custom-select,
.event_block .custom-input {
    border-radius: 10px;
    height: 45px;
    border: 1px solid #00000014;
    background: #F7FBFD;

    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #000
}

.event_block .custom-input::placeholder {
    color: #C4C4C4;
}



.event_block .search-box {
    position: relative;
}

.event_block .search-box input {
    padding-right: 40px;
}

.event_block .search-icon {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    font-size: 16px;
    color: #888;
}

/* event filter end */


/* event item start */
.event-card {
    border: 1px solid #00000033;
    border-radius: 20px;
    padding: 20px;
}

.event-card .date-box {
    background: #ffffff;
    border-radius: 16px;
    text-align: center;
    padding: 25px 10px;
    width: 120px;
    position: static;
}

.event-card .date-day {
    color: #c47a2c;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 64px;
    line-height: 64px;
    letter-spacing: 0%;
    text-transform: capitalize;
}

.event-card .date-month {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 10%;
    text-transform: capitalize;
    color: #000
}

.event-card .date-year {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 10%;
    text-transform: capitalize;
    color: #6D6D6D;
}

.event-card .event-title {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #222222;
}

.event-card .event-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #8C8C8C;
}

.event-card .event-meta {
    display: flex;
    gap: 15px;
    align-items: center;
}

.event-card .event-meta span {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #000;
}

.event-card .event-meta span i {
    color: #E29D4A;
    margin-right: 10px;
}


.event-card .qr-box {
    border: 1px solid #0000001A;
    border-radius: 12px;
    height: 140px;
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;
    font-weight: 500;
    font-size: 26px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #000;
}

/* event item end */







/* why section start */
.why-section {
    padding: 60px 0 120px;
}

.border_row {
    border: 1px solid #00000033;
    border-radius: 20px;
}

.why-main-parent {
    position: relative;
}

.why-main {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    position: relative;
    box-shadow: 0px 4px 50px 0px #00000014;
    position: absolute;
    top: 0;
    margin: 0 15px 0 0;
}

.why-main .main-heading {
    margin-bottom: 0;
    line-height: 65px;
    font-size: 64px;
}

.why-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #7E7E7E;
    margin-bottom: 0;
}

.why-card {
    background: #F6F6F6;
    border-radius: 20px;
    padding: 15px;
    height: 100%;
}

.icon-box {
    width: 70px;
    height: 70px;
    background: #efe6dc;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 24px;
    color: #d08a3c;
}

.why-card h5 {
    margin-bottom: 15px;
    font-family: "Playfair Display", serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 10%;
    text-transform: capitalize;
    color: #222222;
}

.why-card h5:before{
    content: none;
}


.why-card p {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #868686;
}

@media(max-width: 991px) {
    .why-title {
        font-size: 40px;
    }
}

/* why section end */




/* workshop section start */
.workshop {
    padding: 100px 0;
}

.workshop_row {
    border: 1px solid #00000033;
    border-radius: 30px;
}

.left-section {
    /* color:#dcdcdc; */
    padding: 40px;
}

.left-section h3 {
    font-family: "Playfair Display", serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #000;
}

.left-section p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #797979;
}




.info-box {
    background: #ffffff;
    border-radius: 10px;
    padding: 15px 20px;
    margin-bottom: 15px;
}

.info-box h6 {
    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #222222;
}

.info-box p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #A3A3A3;
    margin-bottom: 0;
}


.right-card {
    background: #ffffff;
    padding: 40px;
    border-left: 1px solid #00000033;
}

.right-card h3 {
    font-family: "Playfair Display", serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #000000;
}


.step {
    display: flex;
    gap: 20px;
}

.step-number {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border: 1px solid #E29D4A80;
    background: #E29D4A1A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #E29D4A;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
    text-transform: capitalize;

}

.step h5 {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #505050;
}

.step h5:before{content: none;}


.step p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #797979;
    margin-bottom: 0;
}

.divider {
    border-top: 1px dashed #ccc;
    margin: 20px 0;
}

.bottom-box {
    margin-top: 30px;
    border: 1px solid #d6a36b;
    border: 1px solid #E29D4A80;
    background: #E29D4A12;
    border-radius: 10px;
    padding: 15px;
}

.bottom-box small {
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 10%;
    text-transform: uppercase;
    color: #E29D4A;
}

.bottom-box p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #666666;
}
/* workshop section end */















/* testimonial section start */

.left-box {
    background: url("images/testi_left_bg.webp") center center no-repeat;
    background-size: cover;
    border-radius: 50px;
    padding: 40px 0;
    border: 1px solid #e0e0e0;
}

.left-box h3 {
    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #000;
    padding-left: 40px;
    padding-right: 40px;
}

.left-box p {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 5%;
    color: #939393;
    padding-left: 40px;
    padding-right: 40px;
}



.client_item {
    overflow-x: scroll;
    min-height: 250px;
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}

.avatar {
    width: 200px;
    height: 220px;
    object-fit: cover;
    border-radius: 15px;
    cursor: pointer;
    transition: 0.3s;
    border: 3px solid transparent;
}

.avatar:hover,
.avatar.active {
    border-color: #d89b52;
    box-shadow: 0 0 15px rgba(0, 0, 0, .5);
    /* transform: scale(1.05); */
}





.testi_right {
    background: #fff;
    padding: 30px;
    border: 1px solid #00000033;
    border-radius: 50px;
    display: flex;
    align-items: center;
}

.testimonial-box {
    background: #F6F6F6;
    border-radius: 20px;
    padding: 30px;
}

.stars {
    color: #d89b52;
    font-size: 12px;
    letter-spacing: 5px;
}

.badge-custom {
    border: 1px solid #E29D4A4D;
    background: #E29D4A0D;
    color: #E29D4A;
    padding: 5px 12px;
    border-radius: 5px;
    margin-top: 10px;

    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 10%;
    text-transform: uppercase;

    display: inline-block;

}

.quote {
    margin: 20px 0;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-style: Italic;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #737373;
}

.clientimg {
    width: 42px;
    height: 42px;
    border-radius: 50px;
    object-fit: cover;
}

.name {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
    color: #000;
}

.role {
    color: #979797;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0%;
}
/* testimonial section end */

/* event list end */







/* event details start */


/* banner right section start */
.event-card-banner {
    background: url(images/banner-right-bg.webp) center center no-repeat;
    background-size: cover;
    border-radius: 30px;
    padding: 40px;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.05);
}

.event-card-banner .event-title {
    color: #E29D4A;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 10%;
    text-transform: uppercase;
}
.event-box {
    background: #111a2e;
    border-radius: 20px;
    padding: 25px;
    margin-bottom: 25px;
}
.event-item {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    font-weight: 500;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #BDBDBD;
}
.event-item:last-child {
    margin-bottom: 0;
}
.event-item i { color:#E29D4A; width: 20px; height: 20px; margin-right: 10px;}
.event-item i.bi-geo-alt{ color:#F76363}
.register-btn {
    background: #4f7c4a;
    border: none;
    width: 100%;
    padding: 14px;
    border-radius: 8px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: 0.3s;
}
.register-btn:hover {
    background: #5f8f5a;
}
.note {
    text-align: center;
    margin-top: 15px;
    color: #B1B1B1;
    font-weight: 500;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 0%;
    text-transform: capitalize;
}
/* banner right section start */



/* leave_knowing section start */

.leave_knowing {
    padding: 100px 0 20px;
}

.leave_knowing .section_hilight {
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #333333;
}

.leave_knowing .section_para{
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #9C9C9C;
}



.leave_knowing .section-label-small {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 10%;
    text-transform: uppercase;
    color: #E19D4B;
    margin-bottom: 15px;
}

.leave_knowing .learn-box {
    background: #F7FBFD;
    border-radius: 20px;
    padding: 0;
    overflow: hidden;
    border: 1px solid #0000001A;
}

.leave_knowing .learn-item {
    padding: 20px 25px;
    border-bottom: 1px solid #0000001A;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #6B6B6B;
    align-items: flex-start;
}

.leave_knowing .learn-item:last-child {
    border-bottom: none;
}

.leave_knowing .learn-item i{ color: #E29D4A; margin-right: 10px;}

.leave_knowing .info-card {
    background: #F7FBFD;
    border: 1px solid #0000001A;
    border-radius: 20px;
    padding: 20px;
    height: 100%;
}

.leave_knowing .info-icon {
    width: 60px;
    height: 60px;
    background: #E29D4A14;
    border: 1px solid #E29D4A33;
    border-radius: 50%;
    border: 1px solid #f5a742;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f5a742;
    margin-bottom: 15px;
    font-size: 20px;
}

.leave_knowing .info-title {
    font-weight: 600;
    font-size: 18px;
    color: #000;
    line-height: 30px;
    letter-spacing: 0%;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.leave_knowing .info-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #7C7C7C;
}
/* leave_knowing section end */




/* venue_section section start */
.venue_section .card-left {
    border-radius: 30px;
    padding: 20px;
    border: 1px solid #00000026
}


.venue_section .venue-title {
    margin-top: 15px;
    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 50px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #000;
}

.venue_section .venu_details p {
    font-weight: 500;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #9C9C9C;
    margin-bottom: 10px;
}
.venue_section .info-icon {
    width: 24px;
}

.venue_section .right-card {
    background: #FAFAFA;
    border: 1px solid #0000001A;
    border-radius: 20px;
    padding: 25px;
}

.venue_section .right-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 10%;
    text-transform: uppercase;
    color: #E29D4A;
}

.venue_section .list-item {
    padding: 12px 0;
    border-bottom: 1px solid #ddd; 
}
.venue_section .list-item span {
    font-weight: 500;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #575757;
}


.venue_section .list-item:last-child {
    border-bottom: none;
}

.venue_section .pill {
    border: 1px solid #0000001A;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    background: #fff;

    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #666666;

}

.venue_section .highlight-box {
    border: 1px solid #E29D4A80;
    background: #E29D4A14;
    border-radius: 12px;
    padding: 15px 20px;

    color: #939393;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-transform: capitalize;
}

.venue_section .highlight-box strong {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 10%;
    text-transform: uppercase;
    color: #E29D4A;
}
/* venue_section section end */








/* advisors_leading section start */
.advisors_leading{ padding: 100px 0;}
.advisors_leading .presenter-card {
    background: #fff;
    border: 1px solid #0000001A;
    border-radius: 25px;
    overflow: hidden;
    padding: 15px;
    padding-bottom: 25px;
}

.advisors_leading .presenter-img {
    background: #000;
    padding: 15px;
    border-radius: 25px;
    min-height: 200px;
}

.advisors_leading .presenter-img img {
    border-radius: 20px;
    height: 200px;
    object-fit: cover;
}

.advisors_leading .badge-presenter {
    position: absolute;
    bottom: 20px;
    left: 25px;
    background:#E29D4A1A;
    border: 1px solid #E29D4A80;
    color: #E29D4A;
    padding: 4px 14px;
    border-radius: 20px;

    font-weight: 400;
    font-size: 14px;
    letter-spacing: 10%;
    text-transform: uppercase;
}

.advisors_leading .presenter-content {
    padding: 20px 10px 0;
}

.advisors_leading .presenter-name {
    font-family: "Playfair Display", serif;
font-weight: 400;
font-size: 32px;
line-height: 40px;
letter-spacing: 0%;
text-transform: capitalize;
color: #000;

}

.advisors_leading .presenter-role {
    margin-bottom: 15px;
    color: #E29D4A;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 10%;
    text-transform: uppercase;
}

.advisors_leading .presenter-desc {
    color: #787878;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
    text-transform: capitalize;
}

.advisors_leading .tag {
    border: 1px solid #00000033;
    background: transparent;
    padding: 6px 12px;
    border-radius: 3px;

    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 5%;
    text-transform: uppercase;
    color: #A2A2A2;
}
/* advisors_leading section end */


.retirement-cta.new_one { background: none; padding: 100px 0;}
.retirement-cta.new_one .cta-box { background: linear-gradient(135deg, #0b1220, #1f2a44); padding: 30px; border-radius: 20px;}
.retirement-cta.new_one .cta-box .main-heading { margin-bottom: 10px; line-height: 56px;}
/* event details start */






.stay-informed {
    padding: 100px 0;
}

.stay-informed-container { 
    border: 1px solid #00000033;
    border-radius: 20px;
    
}

.stay-informed .left_conten { padding: 20px;}

.stay-informed .left_conten p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #818181;
    margin-bottom: 0;
}

.stay-informed .left_conten h2 { font-size: 56px; line-height: 56px; margin-bottom: 20px;}
.stay-informed .left_conten h2 span { font-size: 56px; line-height: 56px;}


.stay-informed .left_conten .icon_list div {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #9E9E9E;
}



.right_conten_inneer {
    background: #F8F8F8;
    border-radius: 20px;
    padding: 40px;
}

.right_conten_heading {
    font-family: "Playfair Display", serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #000000;
}

.right_conten_inneer .form-control {
    border-radius: 8px;
    padding: 18px;

    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0%;
    color: #000;
    flex: 1;
}

.right_conten_inneer .form-control::placeholder{
    color: #ADADAD;
}

.right_conten_inneer .btn-success{
    background: #4A7D4B;
    border-radius: 5px;
    
font-weight: 500;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
text-transform: uppercase;
}


.right_conten_inneer .topics_head {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0%;
    color: #727272;
}

.right_conten_inneer .form-check label {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0%;
    color: #000000;
}

.topics_bottom {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #727272;
}



/* ===== REAL-TIME MARKET TICKER ===== */
.realtime_market {
    background: #fff;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 0;
}

.stock_market_heading {
    padding: 32px 0 16px;
}

.ticker-wrapper {
    overflow: hidden;
    white-space: nowrap;
    border-top: 1px solid #f0f0f0;
    background: #fafafa;
    position: relative;
}

.ticker-wrapper::before,
.ticker-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60px;
    z-index: 2;
    pointer-events: none;
}
.ticker-wrapper::before {
    left: 0;
    background: linear-gradient(to right, #fafafa, transparent);
}
.ticker-wrapper::after {
    right: 0;
    background: linear-gradient(to left, #fafafa, transparent);
}

.ticker-track {
    display: inline-flex;
    align-items: center;
    gap: 0;
    padding: 10px 0;
    will-change: transform;
}

.ticker-track.ticker-animate {
    animation: tickerScroll 30s linear infinite;
}

.ticker-track:hover {
    animation-play-state: paused;
}

@keyframes tickerScroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.ticker-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 24px;
    border-right: 1px solid #e0e0e0;
    cursor: default;
    transition: background 0.15s ease;
}

.ticker-item:hover {
    background: rgba(0,0,0,0.03);
}

.ticker-name {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a2e;
    letter-spacing: -0.01em;
    white-space: nowrap;
}

.ticker-price {
    font-size: 13px;
    font-weight: 500;
    color: #333;
    white-space: nowrap;
}

.ticker-change {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
}

.ticker-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    flex-shrink: 0;
}

.ticker-change.up .ticker-arrow {
    border-left:   5px solid transparent;
    border-right:  5px solid transparent;
    border-bottom: 8px solid #22c55e;
}

.ticker-change.down .ticker-arrow {
    border-left:  5px solid transparent;
    border-right: 5px solid transparent;
    border-top:   8px solid #ef4444;
}

.ticker-change.neutral .ticker-arrow {
    width: 8px;
    height: 2px;
    background: #94a3b8;
    border: none;
    border-radius: 1px;
    margin-top: 1px;
}

.ticker-change.up      { color: #22c55e; }
.ticker-change.down    { color: #ef4444; }
.ticker-change.neutral { color: #94a3b8; }

/* Loading skeleton */
.ticker-skeleton {
    display: inline-flex;
    align-items: center;
    gap: 24px;
    padding: 10px 24px;
}
.skeleton-block {
    height: 14px;
    border-radius: 4px;
    background: linear-gradient(90deg, #e5e7eb 25%, #f3f4f6 50%, #e5e7eb 75%);
    background-size: 200% 100%;
    animation: shimmer 1.2s infinite;
}
@keyframes shimmer {
    0%   { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

.breadcrumb-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    border-radius: 50px;
    border: 1px solid rgba(226, 157, 74, 0.3);
    background: rgba(226, 157, 74, 0.1);
}

.breadcrumb-pill a {
    color: #fff;
    text-decoration: none;
}

.breadcrumb-pill .active {
    color: #E29D4A;
}