* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


:root {

    /* font size */
    --fs-12: 12px;
    --fs-13: 13px;
    --fs-14: 14px;
    --fs-15: 15px;
    --fs-16: 16px;
    --fs-18: 18px;
    --fs-20: 20px;
    --fs-24: 24px;
    --fs-27: 27px;
    --fs-29: 29px;
    --fs-35: 35px;
    --fs-36: 36px;
    --fs-38: 38px;
    --fs-60: 60px;
    --fs-65: 65px;
    --fs-75: 75px;

    /* --fs-12: 12px;
    --fs-14: 14px;
    --fs-18: 18px;
    --fs-20: 20px;
    --fs-24: 24px;
    --fs-27: 27px;
    --fs-29: 29px;
    --fs-36: 36px;
    --fs-65: 65px;
    --fs-28: 28px;
    --fs-29: 29px;
    --fs-35: 35px;
    --fs-38: 38px;
    --fs-42: 42px;
    --fs-51: 51px;
    --fs-86: 86px;
    --fs-92: 92px;
    --fs-106: 106px; */

    /* line height */
    --lh-15: 15px;
    --lh-18: 18px;
    --lh-20: 20px;
    --lh-21: 21px;
    --lh-26: 26px;
    --lh-27: 27px;
    --lh-31: 31px;
    --lh-30: 30px;
    --lh-33: 33px;
    --lh-38: 38px;
    --lh-57: 57px;
    --lh-67: 67px;
    --lh-74: 74px;
    --lh-83: 83px;
    --lh-86: 86px;
    --lh-96: 96px;
    --lh-106: 106px;
    --lh-119: 119px;

    /* text color */
    --c-459867: #459867;
    --c-F2FFF2: #F2FFF2;
    --c-FFFFFF: #FFFFFF;
    --c-2C9764: #2C9764;
    --c-1F915A: #1F915A;
    --c-0C0C0C: #0C0C0C;
    --c-A4D0BB: #A4D0BB;
    --c-494949: #494949;
    --c-085530: #085530;
    --c-A2D6B7: #A2D6B7;
    --c-494949: #494949;
    --c-e6f4e8: #e6f4e8;

    /* font family */
    --fm-Poppins: "Poppins", serif;
}


body {
    font-family: var(--fm-Poppins);
}

section:not(.hero-video, .our-services-main, .financial-section, .present-cities-main, .vision-wealth-main-div) {
    padding: 60px 0;
}

input,
button,
textarea,
select {
    outline: none;
    border: none;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

img {
    width: 100%;
    display: block;
}

.container {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}

.annoucement-bar {
    background-color: var(--c-459867);
    padding-block: 5px;
}

.annoucement ul {
    display: flex;
    justify-content: right;
    column-gap: 16px;
    align-items: center;
}

.annoucement ul li a {
    font-size: var(--fs-12);
    color: var(--c-FFFFFF);
    font-family: var(--fm-Poppins);
    font-weight: 300;
}

.annoucement ul li:last-child a {
    color: var(--c-459867);
    background-color: var(--c-FFFFFF);
    padding: 5px 18px;
    display: inline-block;
    border-radius: 50px;
    box-shadow: 0 4px 4px 0 #00000025;
    font-weight: 500;
}

.logo img {
    width: 100%;
    max-width: 100px;
}

.main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    border-radius: 50px;
    padding-inline: 20px;
    margin-top: 15px;
    backdrop-filter: blur(35px);
    background: rgba(255, 255, 255, 0.50);
}

.header-menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 30px;
}

.header-menu ul li a {
    font-size: var(--fs-14);
    font-weight: 500;
    line-height: normal;
    font-family: var(--fm-Poppins);
    color: var(--c-459867);
    padding-block: 20px;
    display: inline-block;
    transition: 0.3s;
}

.header-menu ul li a:hover {
    color: var(--c-FFFFFF);
}

.header-menu ul li:last-child a {
    background-color: var(--c-459867);
    color: var(--c-FFFFFF);
    padding: 5px 18px;
    border-radius: 50px;
}

/* hero section css start */

.video-section video {
    width: 100%;
    display: block;
}

.video-section {
    position: relative;
}
.video-section:after {
    background: rgba(0, 0, 0, 0.20);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
}

.hero-video-title {
    position: absolute;
    top: 50%;
    left: 6%;
    width: 100%;
    max-width: 55%;
    margin: 0 auto;
    transform: translateY(-50%);
    z-index: 1;
}

.hero-video-title h1 {
    font-size: var(--fs-75);
    color: var(--c-FFFFFF);
    font-weight: 500;
    line-height: var(--lh-83);
    font-family: var(--fm-Poppins);
    margin-bottom: 15px;
    /* backdrop-filter: blur(4px); */
}

.hero-video-title p {
    font-size: var(--fs-20);
    color: var(--c-F2FFF2);
    line-height: 30px;
    font-weight: 300;
}

.hero-video-title span {
    font-weight: 500;
}

/* hero section css end */

/* employe counter css section start */

.employe-icon img {
    width: 100%;
    max-width: 50px;
}

.employe-counter-box ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 70px;
    overflow-x: auto;
}

.employe-box {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 14px;
}

.employe-title h4 {
    font-size: var(--fs-27);
    color: var(--c-2C9764);
    font-weight: 500;
    line-height: var(--lh-27);
    margin-bottom: 5px;
}

.employe-title p {
    font-size: var(--fs-12);
    color: var(--c-2C9764);
    font-weight: 300;
    line-height: var(--lh-15);
}

.employe-counter-box ul::-webkit-scrollbar {
    display: none;
}

.employe-counter-box ul li {
    min-width: 17%;
    padding-left: 30px;
}

section.employe-counter-main {
    border-bottom: 1px solid var(--c-A2D6B7);
}

/* employe counter css section end */

/* tailored wealth css section start */
.tailored-wealth-wraper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
}

.tailored-content-right h3 {
    color: var(--c-1F915A);
    font-size: var(--fs-60);
    font-style: normal;
    font-weight: 300;
    line-height: var(--lh-74);
    letter-spacing: -3.44px;
    margin-bottom: 25px;
}

.tailored-content-right {
    padding: 0 70px 0 50px;
}

.tailored-content-right p {
    color: var(--c-0C0C0C);
    font-size: var(--fs-14);
    font-style: normal;
    font-weight: 300;
    line-height: var(--lh-21);
    margin-bottom: 25px;
}

.tailored-content-right p:last-child {
    margin-bottom: 0;
}

.tailored-picture, .tailored-picture img {
    height: 100%;
    object-fit: cover;
}

/* tailored wealth css section end */

/* our services css section start */

.tailored-content-right.our-title {
    padding: 0;
}

.our-services-wraper {
    display: grid;
    grid-template-columns: 40% 60%;
    justify-content: center;
}

.tailored-content-right.our-title {
    text-align: right;
    /* padding-inline: 100px; */
}

.our-boxes-wraper ul {
    display: grid;
    grid-template-columns: 30% 70%;
    gap: 25px;
    max-width: 70%;
    margin: auto;
}

.our-title-para h5 {
    color: var(--c-A4D0BB);
    font-size: var(--fs-36);
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -2.04px;
    margin-bottom: 10px;
}

.our-title-para h6 {
    color: var(--c-1F915A);
    font-size: var(--fs-15);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.84px;
    margin-bottom: 15px;
}

.our-boxes-wraper ul li {
    height: 100%;
    background-color: var(--c-FFFFFF);
    padding: 25px;
    border-radius: 10px;
    box-shadow: rgba(136, 165, 191, 0.48) 10px 10px 25px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
    height: 100%;
}

.our-title-para p {
    color: var(--c-494949);
    font-size: var(--fs-14);
    font-style: normal;
    font-weight: 300;
    line-height: var(--lh-21);
}

.our-boxes-wraper ul li:nth-child(2) {
    background-color: var(--c-e6f4e8);
}


/* new css boxes start */

.grid-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    border-radius: 10px;
    max-width: 75%;
    margin: 0 auto;
}

.row {
    display: flex;
    gap: 25px;
    width: 100%;
}

.box {
    height: auto;     
    min-height: 200px;
    overflow: hidden;  
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; 
    color: black;
    transition: all 0.4s ease;
    background-color: #FFFFFF;
    padding: 25px;
    border-radius: 10px;
    box-shadow: rgba(136, 165, 191, 0.48) 10px 10px 25px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}
.our-title-para {
    width: 100%;
    word-wrap: break-word;
}

/* Default state - first box is larger */
.row:first-child .box:first-child {
    width: 70%;
}

.row:first-child .box:last-child {
    width: 30%;
    /* background-color: var(--c-e6f4e8); */
}

.row:last-child .box {
    width: 30%;
}

.row:last-child .box:last-child {
    width: 70%;
}





/* our services css section end */


/* our customer section css start */

.our-customer-wrap {
    align-items: center;
}

.get-btn a {
    border-radius: 50px;
    border: 1px solid var(--c-1F915A);
    padding: 10px 26px;
    display: inline-block;
    color: var(--c-1F915A);
    font-size: var(--fs-14);
    font-style: normal;
    font-weight: 300;
    line-height: var(--lh-18);
}

/* our customer section css end */

/* leadership team section css start */



.leadership-team-main .leadership-slick {
    margin: 0 3px;
    padding: 0 25px;
}

.leadership-team-main .leadership-item {
    margin: 0 6px;
}

.leadership-team-main .leadership-wrap h3 {
    margin-bottom: 0;
}

.leadership-team-main .leadership-wrap {
    padding: 0;
}

.leadership-team-main .leadership-wrap p {
    margin-bottom: 60px;
}

.leadership-name h4 a {
    color: var(--c-1F915A);
    font-size: var(--fs-24);
    font-style: normal;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: -1.4px;
}

.leadership-name h5 a {
    color: var(--c-1F915A);
    font-size: var(--fs-14);
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: -0.8px;
}

.leadership-name h5 {
    margin-bottom: 10px;
}

.leadership-name p {
    color: var(--c-0C0C0C);
    font-size: var(--fs-14);
    font-style: normal;
    font-weight: 300;
    line-height: var(--lh-20);
}

.leadership-name {
    padding-right: 10px;
    margin-top: 15px;
}

.leadership-slick .slick-next,
.leadership-slick .slick-prev {
    width: 32px;
    height: 32px;
}

.leadership-team:not(.leadership-team.team_active){
    display: none;
}

.tab-buttons button{
    border-radius: 50px;
    border: 1px solid var(--c-1F915A);
    padding: 10px 26px;
    display: inline-block;
    background: transparent;
    color: var(--c-1F915A);
    font-size: var(--fs-14);
    font-style: normal;
    cursor: pointer;
    font-weight: 300;
    line-height: var(--lh-18);
    transition: 0.3s;
    margin-right: 10px;
}
.tab-buttons button:last-child {
    margin-right: 0;
}
.tab-buttons {
    float: right;
    line-height: 74px;
}

section.leadership-team-main:has(.tab-buttons) .leadership-slick .slick-track{
    display: flex !important;
}

section.leadership-team-main:has(.tab-buttons) .leadership-item:not(.management_team .leadership-name){
    height: unset;
    display: flex !important;
    flex-direction: column;
}
section.leadership-team-main:has(.tab-buttons) .leadership-name:not(.management_team .leadership-name){
    display: grid;
    /* justify-content: space-between; */
    height: 100%;
    grid-template-rows:1fr 1fr;
}
section.leadership-team-main:has(.tab-buttons) .leadership-name:not(.management_team .leadership-name){
    
grid-template-rows: 1fr 1fr;
}
.get-btn:empty{
display:none;
}

@media screen and (min-width: 767px){
    .tab-buttons button:hover{
        background-color: var(--c-459867);
        color: var(--c-FFFFFF); 
    }
    .tab-buttons button.active:hover{
        background-color: transparent;
        color: var(--c-1F915A);
    }
}

.tab-buttons button.active{
    background-color: var(--c-459867);
    color: var(--c-FFFFFF);
}


/* leadership team section css end */

/* financial clarity section css start */

.financial-banner {
    position: relative;
}

.financial-content {
    position: absolute;
    bottom: 65px;
    padding: 0;
}

.financial-content {
    position: absolute;
    bottom: 65px;
    max-width: 30%;
    padding: 0;
    text-align: right;
    width: 100%;
    left: 6%;
}

.financial-content p {
    color: var(--c-1F915A);
    font-size: var(--fs-14);
    font-style: normal;
    font-weight: 300;
    line-height: var(--lh-21);
    margin-bottom: 25px;
}

/* financial clarity section css end */

/* visit our blog section css start */

section.visit-our-blog {
    padding: 0;
}

.blog-item-wraper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    column-gap: 15px;
}

.visit-our-blog .tailored-content-right {
    padding: 0;
}

.blog-item img {
    margin: 30px 0 20px 0;
}

.blog-item .blog-item-title h4 {
    margin-bottom: 10px;
}

/* visit our blog section css end */


/* member section start  */
.membership_sec .tailored-content-right{
    margin-bottom: 40px;
}
.membership_sec .draggable{
   padding: 0 !important;
}
.member_img img {
    max-width: 135px;
    aspect-ratio: 4/3;
    margin: auto;
    object-fit: contain;
}

/* member section end */

/* present cities section css start */

.present-cities-bg {
    position: relative;
}

.present-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    max-width: 800px;
    width: 100%;
    margin: auto;
}

.cities-heading h3 {
    color: var(--c-FFFFFF);
    margin-bottom: 45px;
}

.cities-heading {
    padding: 0;
}

.cities-header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: max-content;
    margin: 0 auto;
    border-radius: 50px;
    background: rgba(69, 152, 103, 0.30);
    backdrop-filter: blur(32px);
    margin-bottom: 30px;
    padding: 15px 35px;
}

.cities-menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 60px;
}

.cities-menu ul li a {
    font-size: var(--fs-18);
    display: inline-block;
    color: var(--c-FFFFFF);
    font-style: normal;
    font-weight: 400;
    letter-spacing: -1.04px;
}

.cities-btn a {
    border-radius: 50px;
    border: 2px solid var(--c-FFFFFF);
    padding: 10px 26px;
    display: inline-block;
    color: var(--c-FFFFFF);
    font-size: var(--fs-20);
    font-style: normal;
    font-weight: 300;
    line-height: var(--lh-18);
}

/* present cities section css end */

/* footer section css start */

.footer-wraper {
    display: grid;
    grid-template-columns: calc(70% - 75px) 30%;
    align-items: flex-end;
    column-gap: 75px;
}

.footer-heading h3 {
    color: var(--c-1F915A);
    font-size: var(--fs-65);
    font-style: normal;
    font-weight: 300;
    line-height: var(--lh-67);
    letter-spacing: -3.68px;
    margin-bottom: 38px;
}

.footer-menu ul {
    display: flex;
    align-items: flex-end;
}

.footer-menu ul li:not(:last-child) {
    padding-right: 25px;
}

.footer-menu ul li {
    position: relative;
}

.footer-menu ul li:not(:last-child):after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 12.5px;
    border: 1px solid var(--c-085530);
    height: 60%;
    top: 50%;
    transform: translateY(-50%);
}

.footer-menu ul li a {
    color: var(--c-085530);
    font-size: var(--fs-14);
    font-style: normal;
    font-weight: 300;
    line-height: var(--lh-20);
}

.get-touch ul li {
    text-align: right;
}

.get-touch ul li a {
    color: var(--c-1F915A);
    font-size: var(--fs-29);
    font-style: normal;
    font-weight: 400;
    line-height: var(--lh-67);
    letter-spacing: -1.68px;
    border: 2px solid var(--c-1F915A);
    border-radius: 50px;
    padding: 0px 35px;
    display: inline-block;
    margin-bottom: 38px;
}

.get-touch ul li p {
    color: var(--c-085530);
    font-size: var(--fs-14);
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

/* footer section css end */

/* all btn hover css start */

a[class*="btn"] {
    transition: 0.3s;
}

/* annoucement btn */
.header-wrap .bd-white-btn:hover {
    background-color: transparent;
    color: var(--c-FFFFFF);
    outline: 1px solid var(--c-FFFFFF);
}

/* header menu */

.header-wrap .bd-green-btn:hover {
    outline: 1px solid var(--c-459867);
    background: transparent;
    color: var(--c-459867);
}

/* all section btn */

.header-wrap .bg-white1-btn:hover {
    background-color: var(--c-459867);
    color: var(--c-FFFFFF);
}

/* footer top btn */

.header-wrap .bg-discover-btn:hover {
    background-color: var(--c-459867);
    color: var(--c-FFFFFF);
    border: 2px solid transparent;
}

/* footer btn */

.header-wrap .bg-white-btn:hover {
    background-color: var(--c-459867);
    color: var(--c-FFFFFF);
    border: 2px solid var(--c-459867);
}

/* all btn hover css end */

/* toggle css start */

.main-header button#menuToggle {
    display: none;
}

/* toggle css end */


.di-powers {
    margin-top: 20px;
  text-align: end;
}
.di-powers a{
    color: var(--c-085530);
    font-size: 9px;
}
@media screen and (max-width: 767px){
    /* header{
        position: sticky !important;
    } */

    div.di-powers{
        text-align: left;
        margin-top: 10px;
      }  

    .main-header{
        backdrop-filter: blur(10px);
    }

    div.leadership-slick .slick-arrow{
        top: 40%;
        transform: translateY(-40%);
    }

    div.our-services-wraper{
        row-gap: 30px;
    }
    div.tailored-content-right.our-title{
        order: unset;
    }
    .tab-buttons{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 20px;
        & button{
            width: 100%;
            display: block;
        }
    }
}





/* popup css start */

.popup-content-text h4 {
    color: var(--c-1F915A);
    font-size: var(--fs-24);
    font-style: normal;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: -1.4px;
    backdrop-filter: blur(2px);
    margin-bottom: 5px;
}
.popup-content-text h5 {
    color: var(--c-1F915A);
    font-size: var(--fs-14);
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: -0.8px;
    margin-bottom: 10px;
}
.popup-content-text p {
    color: var(--c-0C0C0C);
    font-size: var(--fs-14);
    font-style: normal;
    font-weight: 300;
    line-height: var(--lh-21);
    backdrop-filter: blur(2px);
    margin-bottom: 20px;
}
.popup-content-text {
    padding-block: 20px;
}

.director_popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 1000;
}


.popup-main{
    max-width: 65%;
    margin: auto;
    text-align: end;
}

.popup-container {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    background-color: white;
    padding: 20px;
    /* max-width: 65%;
    max-height: 90%; */
    width: 100%;
    text-align: left;
    display: grid;
    grid-template-columns: 1fr 2fr;
    column-gap: 30px;
    overflow: hidden;
}

.popup-image {
    max-width: 100%;
    height: auto;
}

.popupclose {
    /* position: absolute;
    top: 10px;
    right: 10px; */
    cursor: pointer;
    background: none;
}

/* popup css end */
@media screen and (min-width: 767px){
    .present-content{
        max-width: max-content;
    }
    .cities-header{
        display: block;      
        white-space: nowrap;
        max-width: 1000px;
    }
    .cities-menu ul{
        justify-content: flex-start;
        overflow-x: auto;
        scrollbar-width:none;
}
}