:root {
    --bg-color: #212121;
    --theme-color: #151515;
    --theme-color2: #EBA800;
    --acent-color: #D8E28C;
}

.codegreen {
    color: #114A43 !important;
}

.codegold {
    color: var(--acent-color);
}

.codeyellow {
    color: var(--theme-color2) !important;
}

.codegreenbg {
    background-color: #114A43;
}

.caption span {
    font-size: 20px;
}

.section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.gilory {
    font-family: Gilroy !important;
}

.header-sa {
    min-height: 100vh;
    padding: 40px 0 40px;
    position: relative;
    overflow: hidden !important;
    z-index: 3;
}

.header-sa .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    background-image: url(.././Webimages/wealthservice/banner1.jpg);
    background-size: cover;
    background-position: center center;
    z-index: -1;
}

.header-sa .background:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    bottom: 0;
    /* background: url(.././Webimages/wealthservice/hero-bg-1.svg); */
    background: #212121;
    pointer-events: none;
    opacity: 0.5;
}

.header-sa .caption h1 {
    color: #fefefe;
    font-size: 65px;
    line-height: 1.2;
    letter-spacing: -2px;
    font-weight: 900;
}

.header-sa .caption .text {
    margin-top: 120px;
}

.header-sa .imgs {
    position: relative;
}

.header-sa .imgs .cube img {
    position: relative;
    width: 120%;
    right: -100px;
    bottom: -100px;
}

.header-sa .imgs .circle {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
}

.header-sa .imgs .circle:after {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: rgba(255, 255, 255, 0.01);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    z-index: -1;
}

.services-sa {
    background: #EDF2F7;
}

.services-sa .item {
    background: white;
    padding: 15px;
    border-radius: 20px;
    margin: 10px auto;
}

.services-sa .item .cont {
    padding: 15px;
}

.services-sa .item .cont .icon {
    /* background: red; */
    background: #114A43;
    width: 52px;
    height: 52px;
    line-height: 50px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.services-sa .item .cont .icon img {
    width: 25px;
}

.services-sa .item .cont .icon.invert img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.services-sa .item .cont .text {
    margin-top: 20px;
}

.marq-sa {
    overflow: hidden !important;
}

.marq-sa .item {
    padding: 0 80px !important;
    position: relative;
}

.marq-sa .item:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.marq-sa .item h2 {
    white-space: nowrap;
    font-size: 96px;
    line-height: 120px;
    letter-spacing: -4px;
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(transparent));
    background: -webkit-linear-gradient(left, #fff, transparent);
    background: -o-linear-gradient(left, #fff, transparent);
    background: linear-gradient(to right, #fff, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.item .cont h6 {
    color: black;
    font-size: 20px;
}

.text p {
    font-size: 16px;
    height: 80px;
    font-weight: 400;
    margin: 0;
    line-height: 25px;
    line-break: normal;
}

.img img {
    width: 100%;
    height: 250px;
    border-radius: 20px;
}

/* ========================== */
.awards-sa .item-title {
    padding: 0 15px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.awards-sa .item-title>div {
    padding: 0;
}

.awards-sa .item-title h6 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: .7;
}

.awards-sa .item-line {
    padding: 25px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 3;
}

.awards-sa .item-line>div {
    padding: 0;
}

.awards-sa .item-line:hover:after {
    width: 100%;
}

.awards-sa .item-line:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #114A43;
    opacity: 0.2;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: -1;
}

.awards-sa .item-line .honors h6 {
    font-size: 18px;
}

.awards-sa .item-line .project-title h6 {
    font-size: 18px;
}

.awards-sa .item-line .project-date span {
    font-size: 14px;
    opacity: .7;
}

/* service  */
.service-section {
    padding: 120px 0
}

.grid {
    position: relative;
}

.grid::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(.././Webimages/wealthservice/Grid.png);
    background-size: contain;
    background-repeat: repeat;
    z-index: 0;
    pointer-events: none;
    opacity: .15;
}

.pageheading {
    color: #fff;
    font-weight: 400;
    letter-spacing: .02em;
    position: relative;
    font-family: Gilroy;
    margin-bottom: 3.5rem;
    font-size: 3rem
}

.wedo-indicator {
    list-style: none;
    padding: 0;
    margin: 12px 0
}

.wedoindicatorli {
    color: #a6a7aa;
    font-size: 20px;
    display: flex;
    cursor: pointer;
    padding: .68rem 0 .68rem 3.3rem
}

.wedoindicatorli.active {
    color: #fff;
}

.sliderspan {
    display: block;
    width: 3px;
    height: 30px;
    margin-right: 20px;
    background-color: #a6a7aa
}

.sliderspan.active {
    background-color: var(--acent-color);
}

.slider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex
}

.slider-track {
    position: relative;
    width: 100%;
    height: 405px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    margin: 10px auto 60px;
    transition: transform .5s ease-in-out
}

.slide {
    min-width: 100%;
    box-sizing: border-box
}

.serviceslideimg {
    position: relative;
    width: 80%;
    height: 100%;
    margin: auto;
    background-size: cover
}

.slider-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    font-size: 50px;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%)
}

.serviceslideimginner {
    position: absolute;
    top: 55%;
    left: 12%;
    width: 70%;
    height: max-content;
    transform: translateY(-50%)
}

.serviceh3 {
    color: #fefefe;
    font-size: 37px;
    line-height: 30px;
    line-height: 40px;
    margin-bottom: 15px
}

.overlay {
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    z-index: 0;
}

.servicep {
    color: #fefefe;
    font-size: 19px;
    margin-bottom: 30px
}

.servicea {
    padding: 8px 15px;
    border: 1px solid #fff;
    font-size: 17px;
    text-decoration: none
}

.servicea:hover {
    border: none;
    background: #fff;
    color: #444
}

.slider-controls button {
    background-color: transparent;
    border: none;
    color: #a6a7aa;
    font-weight: 100 !important;
    cursor: pointer;
    transition: background-color .3s
}

.slider-controls button:hover {
    color: #fff
}

.slider-indicators {
    position: absolute;
    bottom: 0;
    left: 20%;
    transform: translateX(-50%);
    display: flex;
    gap: 5px
}

.indicatorsbutton {
    background-color: transparent;
    border: none;
    color: #fefefe;
    width: 25px;
    height: 25px;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    transition: background-color .3s
}

.indicatorsbutton.active {
    color: var(--acent-color);
}

.indicatorsbutton::after {
    content: "";
    width: 1px;
    height: 100%;
    background: #fefefe;
    position: absolute;
    top: 0;
    right: 0
}

@media (max-width: 767px) {
    .wedo-indicator {
        display: none;
    }

    .serviceslideimg {
        width: 100%;
    }

    .serviceslideimginner {
        left: 5%;
        width: 80%;
    }

    .slider-indicators {
        bottom: 10px;
        left: 50%;
    }

    .slider-controls {
        top: 95%;
        font-size: 35px;
    }
}

.whymatter {
    width: 80px;
    padding: 10px;
    height: auto;
    margin: 15px 0 15px 15px;
    border-radius: 10px;
    background-color: var(--acent-color);
}

.whymatter img {
    width: 100%;
    height: auto;
}

.whyhead {
    font-size: 25px;
    margin-bottom: 10px;
    margin-left: 15px;
}

.whyheadp {
    font-size: 16px;
    line-height: 25px;
    height: 80px;
    font-family: "montserrat", sans-serif;
    color: #212121;
    margin: 0;
}

.whymat {
    border: 1px solid rgba(0, 0, 0, 0.3);
    padding: 15px;
    border-radius: 15px;
    margin: 10px;
    height: 310px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.whymat::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #c4d6b0;
    transition: transform .3s cubic-bezier(.455, .03, .515, .955);
    transform-origin: right;
    transform: scaleX(0);
    border-radius: 15px;
}

.whymat:hover:before {
    transform: scaleX(1);
    transform-origin: left;
}

.whymatin {
    text-align: left;
    color: #151515;
    transition: transform .3s cubic-bezier(.455, .03, .515, .955);
}

.whymat:hover .whymatin {
    color: #114A43;
}

.whyheadul {
    list-style: circle;
    font-size: 17px;
}

.whyheadul li {
    padding: 3px 0;
    color: inherit;
}

@media (max-width:768px) {
    .whymat {
        height: 100%;
    }
}

@media screen and (max-width:1199px) {
    .whymat {
        height: 100%;
    }
}

@media screen and (max-width:1024px) {
    .whymat {
        height: 100%;
    }
}

.puzzleimage {
    padding: 0;
}

.puzzleimage img {
    height: 100%;
    width: 100%;
}


/* Aspirational class */
.hero.hero-image1 {
    position: relative;
    height: 100vh;
    background: url('../../Webimages/wealth/h1-bg.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.hero.hero-image2 {
    position: relative;
    height: 600px;
    background: url('../../Webimages/wealth/h1-bg.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    padding: 0;
}

.Aspirationalservice {
    border: 1px solid red;
    height: 600px;
    position: relative;
    top: 0;
    bottom: 0;
}

.box {
    width: 100px;
    height: 500px;
    background-color: #e0e9f5;
    ;
    margin-right: 10px;
    transition: width 0.5s ease-in-out;
    overflow: hidden;
    display: inline-block;
    color: black;
    text-align: center;
    line-height: 100px;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
}

.expanded {
    width: 275px !important;
}

.content {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    white-space: normal;
    width: 280px;
}

.expanded .content {
    visibility: visible;
    opacity: 1;
}

.pageheading2 {
    font-weight: 400;
    letter-spacing: .02em;
    margin: 15px 0 15px 15px;
    font-size: 30px;
    color: #ffffff;
    text-align: left;
}

.read {
    background: #114A43;
    padding: 25px;
    padding-top: 60px;
    color: #d6d6d6;
    text-align: center;
    position: relative;
    height: 350px;
}

.read p,
.read1 p {
    text-align: left;
    font-size: 20px;
    line-height: 25px;
    margin: 0 15px;
}

.read1 {
    background: #114A43;
    padding: 25px;
    padding-top: 60px;
    color: #d6d6d6;
    text-align: center;
    position: relative;
    height: 380px;
}

.read1::after {
    content: '';
    position: absolute;
    bottom: -6%;
    right: 45%;
    transform: rotate(180Deg);
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #114A43;
}

.readimg {
    height: 300px;
    padding: 0;
    background-color: #FEFEFE;
}

.readimg img {
    width: 100%;
    height: 350px;
}

.read:last-child::after {
    left: -8%;
    transform: rotate(-90deg);
}

.read::after {
    content: '';
    position: absolute;
    top: 45%;
    right: -8%;
    transform: rotate(90Deg);
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #114A43;
}

@media (max-width:786px) {
    .read::after {
        content: '';
        position: absolute;
        top: 100%;
        right: 45%;
        transform: rotate(180Deg);
    }

    .read:last-child::after {
        top: -25px;
        left: 43%;
        transform: rotate(360deg);
    }

    .readimg img {
        height: 100%;
    }
}

/* Affluent class */
.accordion {
    width: 100%;
    margin: 20px auto;
    border: none;
    overflow: hidden;
}

.accordion-item {
    border-radius: 0 !important;
    border: none !important;
}

.accordion-header {
    padding: 15px;
    cursor: pointer;
    display: flex;
    font-size: 18px;
    font-family: "montserrat", sans-serif;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    transition: background 0.3s;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 5px 15px !important;
    font-size: 18px;
    font-family: "montserrat", sans-serif;
    background: #fff;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.accordion-content p {
    margin: 0;
}

.accordion-content.open {
    max-height: 150px;
    padding: 10px 15px;
}

.accordion-header::after {
    content: "+";
    font-size: 25px;
    color: rgba(0, 0, 0, 0.7);
}

.accordion-header.active::after {
    content: "-";
    font-size: 25px;
    color: #EBA800;
}

.accordion-header.active {
    color: #0a2c4e;
}

.exculsivebenifit-container {
    position: relative;
    height: 100%;
    margin: 0;
    overflow: hidden;
}

.exculsivebenifit {
    width: 90%;
    height: 96%;
    object-fit: cover;
    margin-right: auto;
    float: right;
}

.exculsivebenifit-container::before {
    content: '';
    position: absolute;
    top: 4%;
    right: -42%;
    z-index: -1;
    width: 90%;
    height: 100%;
    background-color: #EBA800;
    transform: translateX(-50%);
}

.exculsivebenifit-container::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.exculsivebenifit-container:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.weworkul {
    list-style: circle;
}

.weworkul li {
    padding: 5px 10px;
}

.weworkul li p {
    margin: 0;
    font-size: 18px;
    color: #0a2c4e;
    font-weight: 500;
}

.classpadding {
    padding: 70px 15px 0;
}

.stypad {
    padding-top: 190px;
    padding-left: 90px;
}

@media (max-width:786px) {
    .exculsivebenifit {
        float: none;
    }

    .classpadding {
        padding: 30px 0 0 0;
    }

    .why p {
        font-size: 14px;
    }

    .stypad {
        padding-top: 0px;
        padding-left: 0px;
    }
}

.faqcontainer {
    border: 2px solid black;
    height: 160px;
    width: 100%;
    padding: 30px;
    overflow: hidden;
    background: #f8f8f8;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.faqcontainer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(120deg, #0a2c4e 0%, rgba(10, 44, 78, 0.6) 100%);
    transition: transform .3s cubic-bezier(.455, .03, .515, .955);
    transform-origin: right;
    transform: scaleX(0);
}

.faqcontainer:hover:before {
    transform: scaleX(1);
    transform-origin: left;
}

.faq-head {
    font-size: 25px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    color: #EBA800;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.faq-hover {
    height: 55px;
    text-align: left;
    font-size: 20px;
    margin-top: 10px;
    transition: transform .3s cubic-bezier(.455, .03, .515, .955);
}

.faqcontainer:hover .faq-hover {
    transform: translate(0);
    color: #eee;
}

.headinghow {
    background: url('.././Webimages/wealthservice/flexiblity.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: 350px;
    position: relative;

}

.headinghow::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #0a2c4e;
    opacity: 0.7;
}

@media (max-width:768px) {
    .faqcontainer {
        height: 100%;
    }
}

@media screen and (max-width:1199px) {
    .faqcontainer {
        height: 100%;
    }
}

@media screen and (max-width:1024px) {
    .faqcontainer {
        height: 100%;
    }
    .faq-hover {
        height: 100%;
    }
}
.why-matter {
    background: url('.././Webimages/wealthservice/why-bg.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.potion {
    width: 100%;
    height: 450px;
    border-radius: 20px;
    backdrop-filter: blur(14px) brightness(0.92);
    padding: 30px 45px;
}

.why {
    display: flex;
    height: 115px;
    width: 100%;
    margin: 10px auto;
}

.why img {
    width: 80px;
    height: 80px;
    margin: auto;
}

.why p {
    color: #FEFEFE;
    font-size: 18px;
    line-height: 25px;
    height: max-content;
    align-items: right;
    padding: 10px;
    margin: auto;
}
