
html, body {
    overflow-x: clip;
  font-family: "DM Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
     font-family: "Inter Tight", sans-serif;
     letter-spacing: 0.3px;
}

:root {
  --primary-color: #3220cb;
  --secondary-color: #ff5a00;
}



p {
    color: #282525;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
}

img {
    height: auto;
    max-width: 100% !important;
}

.main-header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    padding: 5px 0;
}

@keyframes sliddown{
    0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}

.main-header.sticky .second-header-logo{
    display:block;
}
.wealth-header {
   position:relative;
}

.sticky .top-bar {
    background:#fff;
}

.main-header.sticky .main-menu {
justify-content: center;
    gap: 18px;
}
.terms-cond-sec{
    padding:4rem 0;
}

.sticky.main-header {
    transform: translateY(0%);
    visibility: visible;
    animation: sliddown 1s;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: 0.3s ease;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.top-bar {
    padding: 7px 0;
}

.top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

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

.top-contact {
    display: flex;
    align-items: center;
    gap: 25px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-contact li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.top-contact li img {
   width: 45px;
    height: 45px;
    object-fit: contain;
}

.top-contact li span {
    font-size: 14px;
    color: #4a4a4a;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.side-head {
    display: flex;
    align-items: center;
}

.main-side {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-side li {
    font-size: 14px;
    color: #1f2d3d;
    font-weight: 500;
   
    display: flex;
   justify-content: center;
    align-items: center;
    gap: 10px;
}

.main-side li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 14px;
    border: 1.5px solid var(--primary-color);
    border-radius: 30px;
    color: var(--primary-color);
    background: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-transform: lowercase;
    line-height: 1;
    white-space: nowrap;
}

.main-side li + li {
    margin-top: 2px;
}

.main-header {
    background: #fff;
    border-top: 1px solid #d9dde3;
    border-bottom: 1px solid #d9dde3;
    padding: 5px 0;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.main-menu .dropdown {
    padding: 20px 0;
}

.main-nav {
    flex: 1;
}

.dropdown i {
    display: inline-block;
    position: relative;
    top: 2px;
    transition: 0.3s ease;
    font-size: 14px;
    padding-top: 0px;
    /*padding-right: 4px;*/
    height: 12px;
}
.main-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.main-header .row{
    align-items:center;
}

.main-menu li a {
    text-decoration: none;
    color: #41444b;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    transition: 0.3s ease;
    display: inline-block;
}

.main-menu li a:hover,
.main-menu li a.active {
    color: var(--primary-color);
}

.wealth-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 46px;
    padding: 0 16px;
    background: var(--secondary-color);
    border-radius: 12px;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(30, 128, 240, 0.22);
    transition: all 0.3s ease;
    overflow: hidden;
    z-index: 1;
    border: 0;
}

.wealth-btn img,
.wealth-btn span {
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.wealth-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0;
    z-index: 1;
}

.wealth-btn:hover::before {
    transform: translate(-50%, -50%) scale(12);
    opacity: 1;
}

.wealth-btn:hover span {
    color: var(--secondary-color);
    transform: translateX(4px);
}

.wealth-btn:hover img {
    transform: translateX(4px);
   filter: invert(49%) sepia(87%) saturate(4408%) hue-rotate(1deg) brightness(102%) contrast(105%);
}
.wealth-btn img {
    width: 24px;
    height: 24px;
    padding-bottom: 2px;
    filter: brightness(0) invert(1);
    object-fit: contain;
}
.wealth-btn span {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}

.spec-card {
   
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    transition: 0.3s ease;
    height:100%;
    
}

.founder-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.founder-list li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.7;
    color: #282525;
}

.founder-list li::before {
    content: "\f148";
    font-family: "flaticon_normal-icon" !important;
    position: absolute;
    left: 0;
    top: 7px;
    font-size: 18px;
    color: #ff6a00;
    line-height: 1;
}

.spc-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 18px;
    border-radius: 12px;
    background: #f8fbfe;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spc-icon img {
    /*width: 26px;*/
    /*height: 26px;*/
    object-fit: contain;
   filter: invert(54%) sepia(54%) saturate(6824%) hue-rotate(0deg) brightness(102%) contrast(106%);
}

.spc-content h4 {
    font-size: 20px;
    font-weight: 600;
    color: #1f1f1f;
    margin-bottom: 12px;
    line-height: 1.3;
}


.benefits-cards {
   padding: 2.5rem 0;
}

.content-money .main-card {
    padding: 0;
    margin: 0;
    list-style: none;
}

.content-money .main-card li {
    list-style: none;
    margin-bottom: 23px;
}

.content-money .inside-list {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 16px;
    height: 100%;
    padding: 18px 22px 18px 52px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    max-width: 100%;
}

.content-money .inside-list::before {
    content: "";
    position: absolute;
    left: 13px;
    top: 30%;
    /* transform: translateY(-50%); */
    width: 30px;
    height: 30px;
    background: url(../images/svg/question-mark-circle.svg) no-repeat center;
    filter: invert(20%) sepia(75%) saturate(3343%) hue-rotate(234deg) brightness(90%) contrast(88%);
    background-size: contain;
}

.content-money .inside-list p {
    margin: 0;
    font-weight: 600;
   
    color: #3a3a3a;
}

.content-money {
   display: flex;
    gap: 20px;
}

.feeliing-confuse-sec .section-title {
    text-align:center;
    margin-bottom:40px;
}

.sec-big-title {
    font-size:33px;
    font-weight:600;
}


.side-main-img {
    position: relative;
    width: 520px;
    height: 520px;
    margin: 0 auto;
    border-radius: 50%;
    background: #eef8f6;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.side-main-img img {
    width: 80%;
    height: auto;
    border-radius: 50%;
    display: block;
    object-fit: contain;
}

.why-choose-finanical {
    background: var(--primary-color);
    padding: 5rem 0;
     position: relative;
    overflow: hidden;
    z-index: 1;
   
}


.financial-planner .sec-big-title {
    font-size: 37px;
   
    font-weight: 600;
    color: #fff;
    margin-bottom: 17px;
}
   

.financial-planner .section-title p {
color:#fff;
}

.financial-planner .wealth-btn {
    color:#fff;
    background:var(--secondary-color);
}



.financial-main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    max-width: 600px;
    margin-left: auto;
}

.financial-cards {
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 28px 24px;
    min-height: 185px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: 0.3s ease;
}

.financial-cards:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.12);
}

.financial-icon {
    width: 100%;
    height:auto;
    margin-bottom: 26px;
  
   
}

.financial-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.financial-cards h4 {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
}

.financial-cards p {
    margin: 0;
    color: #fff;
}

.feeliing-confuse-sec {
    padding:2.5rem 0;
}

.financial-planner h4 {
    color:#fff;
}

.extr-content {
    background: var(--primary-color);
    padding: 10px 20px;
    max-width: 298px;
    border-radius: 20px;
    left: 38%;
    bottom: 7%;
    position: relative;
}
.extr-content p {
    color: #fff;
    margin: 0;
}


.wealth-services {
  padding: 5rem 0;
 
}

.wealthSwiper {
  padding-bottom: 60px;
}

.wealthSwiper .swiper-slide {
  height: auto;
}

.wealth-card {
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  border-radius: 8px;
  padding: 38px 38px 45px;
  min-height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.3s ease;
}


.wealth-services .swiper-wrapper {
    margin-top:30px;
    margin-left:10px;
}

.wealth-services .services-main-swipe{
    width: 93%;
    margin-left: auto;

}

.wealth-img {
  position: relative;
  width: 98px;
  height: 98px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* common */
.wealth-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.4s ease;
}

/* default icon/image */
.wealth-img .default-icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
  z-index: 1;
  border-radius: 50%;
}

/* hover icon */
.wealth-img .spl-wealth {
  width: 42px;
  height: 42px;
  object-fit: contain;
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(106%) contrast(106%);
}

/* glass circle background for hover */
.wealth-img::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: 2;
}

/* on full card hover */
.wealth-card:hover .wealth-img .default-icon {
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%) scale(0.9);
}

.wealth-card:hover .wealth-img::after {
  opacity: 1;
  visibility: visible;
}

.wealth-card:hover .wealth-img .spl-wealth {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}


.wealth-card-content h4 {
    font-size: 22px;
  
    font-weight: 600;
   
    margin-bottom: 20px;
}

.wealth-card-content p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  margin: 0;
}

.wealth-pagination {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  z-index: 10;
  width: max-content;
}

.wealth-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 !important;
  background: #b8c1bc;
  opacity: 1;
  border-radius: 50px;
  transition: all 0.35s ease;
}

.wealth-pagination .swiper-pagination-bullet-active {
  width: 32px;
  height: 10px;
  background: var(--secondary-color);
  border-radius: 50px;
}
.wealth-slider-wrap {
  position: relative;
  padding-bottom: 70px;
}

.wealthSwiper {
  overflow: hidden;
}
.wealth-card {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* hidden by default */
.main-wealth-img {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.main-wealth-img img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    padding-left: 2px;
}

/* overlay */
.main-wealth-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(9, 27, 36, 0.55);
}

/* show on hover */
.wealth-card:hover .main-wealth-img {
  opacity: 1;
  visibility: visible;
}

.wealth-card:hover .wealth-card-content h4 ,.wealth-card:hover .wealth-card-content p {
    color:#fff;
}
/* ACTIVE = SAME AS HOVER */
.swiper-slide-active .wealth-img .default-icon {
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%) scale(0.9);
}

.swiper-slide-active .wealth-img::after {
  opacity: 1;
  visibility: visible;
}

.swiper-slide-active .wealth-img .spl-wealth {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

/* Background image */
.swiper-slide-active .main-wealth-img {
  opacity: 1;
  visibility: visible;
}

/* Text color */
.swiper-slide-active .wealth-card-content h4,
.swiper-slide-active .wealth-card-content p {
  color: #fff;
}

.keynumber-sec {
  padding: 2.5rem 0;
}

.wealth-keys {
  background: #F5F7F7;
  border-radius: 24px;
  padding: 35px 20px;
  position: relative;
  overflow: hidden;
}

.key-box {
  text-align: center;
  padding: 10px 35px 5px;
  position: relative;
  height: 100%;
}

.key-number-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
  margin-bottom: 18px;
  line-height: 1;
}

.key-number-wrap .number {
font-size: 55px;
  font-weight: 700;
   color: var(--primary-color);
}

.key-number-wrap .number:last-child {
  color: #ff5a00;
}

.key-box h4 {
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 10px;
    text-transform: uppercase;
    text-align: center;
}


/* vertical divider */
.key-box::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 150px;
  background: #d5dbd8;
  transform: translateY(-50%);
}

.wealth-keys .row > div:last-child .key-box::after {
  display: none;
}
/* center box special circle */
.key-box-center {
  position: relative;
}

.key-box-center::before {
  content: "";
  position: absolute;
  left: -19px;
  bottom: 8px;
  width: 38px;
  height: 38px;
  border: 1px solid #ff8a4c;
  border-radius: 50%;
  background: radial-gradient(circle, #ff5a00 0 3px, transparent 4px);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}

.certified-financial-plan {
    padding:5rem 0;
   
}

.advisor-finance {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
    padding: 30px 0 0 30px;
}

.advisor-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 190px;
    height: 320px;
   background: linear-gradient(180deg, #ff6a00, #ff8c42, #ff8c4217);
    border-radius: 30px;
    z-index: 1;
}

.advisor-img {
    position: relative;
    z-index: 2;
    border-radius: 24px;
    overflow: hidden;
    max-width: 430px;
}

.advisor-img img {
    width: 100%;
    display: block;
    border-radius: 24px;
    object-fit: cover;
}

.sales-card {
    position: absolute;
    bottom: 15px;
  left: -20px;
    background: #fff;
    border-radius: 18px;
    padding: 20px 16px 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    z-index: 3;
}
.sales-card h4 {
   
    font-size: 17px;
    font-weight: 700;
    color: #0d3b3b;
}


.financial-planner p{
    color:#fff;
    margin-bottom: 30px;
}


.advisor-content .wealth-btn{
    color:#fff;
    margin-top:20px;
    font-weight: 600;
}


.advisor-content p {
    margin-bottom: 10px;
}

.advisor-content h4{
    font-size:18px;
    font-weight:600;
    margin-top: 23px;
}



.main-pro-content {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 28px;
    overflow: hidden;
    min-height: 230px;
    margin-bottom: 30px;
}

.main-pro-img {
    width: 42%;
    flex-shrink: 0;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.main-pro-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    /*padding-left:3px;*/
}

.pro-content {
    width: 58%;
    padding: 30px 35px;
}

.pro-content p{
    color:#000;
    margin: 0;
}

.pro-content h4 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 15px;
    
}

.pro-content span{
   font-weight: 700;
    font-size: 17px;
    font-style: italic;
    display: block;
    margin-bottom: 10px;
}

.matter-life-sec {
    position:relative;
    padding: 4rem 0;
    background:#F5F7F7;
}

.matter-life-sec .left-main-sec {
    position:sticky;
    top:22%;
}

.wealth-process-sec .col5 {
    flex: 0 0 auto;
    width: 20%;
}

.process-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-align: center;
    padding: 20px 15px;
}

.process-steps img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(106%) contrast(106%);
}

.process-steps h4 {
    font-size: 17px;
   text-align:left;
    margin: 0;
    color:#fff;
}

.wealth-process-sec {
    background: url('../images/bg/financial-planning.webp') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    min-height: 550px;
    overflow: hidden;
}

.wealth-process-sec::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(7, 42, 57, 0.68);
    z-index: 0;
}


.wealth-process-inner {
    width: 100%;
     position: relative;
    z-index: 1;
  
   
}

.wealth-process-top {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 75px 20px;
}

.wealth-process-top h3 {
   font-size: 63px;
    line-height: 1.05;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.call-icons {
    display: none;
}

.wealth-process-bottom {
    width: 100%;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.wealth-process-sec .section-title {
    margin-bottom: 50px;
}

.wealth-process-sec .sec-big-title {
    font-size: 42px;
    font-weight: 700;
    color: #0a3b3b;
    margin: 0;
}

.testimonial-sec {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

.testimonial-sec::before,
.testimonial-sec::after {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    background-image: radial-gradient(rgba(255,255,255,0.65) 2px, transparent 2px);
    background-size: 16px 16px;
    opacity: 0.5;
    z-index: 0;
}







.testimonial-slider {
    position: relative;
    padding: 20px 100px 70px;
}

.testimonial-box {
    text-align: center;
    max-width: 950px;
    margin: 0 auto;
}

.quote-icon {
    font-size: 90px;
    line-height: 1;
    color: #f26522;
    margin-bottom: 15px;
    font-weight: 700;
}

.testimonial-box p {
    font-size: 18px;
    line-height: 1.25;
    color: #073838;
    font-weight: 400;
    max-width: 1180px;
    margin: 0 auto 28px;
}

.testimonial-box h4 {
    font-size: 22px;
    line-height: 1.1;
    font-weight: 700;
   
  
    margin: 8px 0 8px;
}
.testimonial-box .sub-title {
    display: block;
    font-size: 18px;
    color: #0a3b3b;
}

.testimonial-slider .swiper-wrapper{
    margin-bottom:30px;
}

.quote-icon::before {
    content: "\f1b2";
    font-family: "flaticon_normal-icon" !important;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    line-height: 1;
    color: var(--primary-color);
    font-size: 70px;
}
.testimonial-slider .swiper-button-prev,
.testimonial-slider .swiper-button-next {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    top: 52%;
    transform: translateY(-50%);
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-slider .swiper-button-prev {
    left: 0;
    background: var(--secondary-color);;
}

.testimonial-slider .swiper-button-next {
    right: 0;
    background: var(--secondary-color);
}

.testimonial-slider .swiper-button-prev::after,
.testimonial-slider .swiper-button-next::after {
    font-family: "flaticon_normal-icon" !important;
    font-size: 22px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.testimonial-slider .swiper-button-prev::after {
  content: "\f1c0";
   color: #fff;
    transform: rotate(180deg);
    display: inline-block;
}


.testimonial-slider .swiper-button-next::after {
    content: "\f1c0";
     color: #fff
}

.client-img {
    width:110px;
     height:110px;
     border-radius:50%;
}


.financer-footer {
    position: relative;
   background: linear-gradient(90deg, #050316 0%, #1a1270 50%, #050316 100%);
    overflow: hidden;
    color: #fff;
}


.footer-main {
    padding: 5rem 0;
}


.footer-logo {
    display: inline-block;
    margin-bottom: 25px;
}

.footer-logo img {
    max-width: 100px !important;
    height: auto;
    display: block;
   
}

.footer-about p {
   
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.82);
    margin: 0 0 32px;
}

.footer-links h4,
.footer-newsletter h4 {
    font-size: 21px;
    line-height: 1.3;
  
    color: #fff;
    margin: 0 0 25px;
}

.footer-links ul,
.footer-social {
    margin: 0;
    padding: 0;
    list-style: none;
}

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

.footer-links ul li:last-child {
    margin-bottom: 0;
}

.footer-links ul li a ,.add-content a,
.add-content p {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-size: 16px;
    line-height: 1.4;
    transition: all 0.3s ease;
}

.footer-links ul li a:hover ,.add-content a:hover {
    color: #ed2d23;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
}

.footer-social li a {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;
    display: flex;
    align-items: center;
    padding-top: 6px;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-social li a:hover {
    background: #ED2D24;
    border-color: #ED2D24;
    color: #fff;
}

.footer-newsletter {
    padding-left: 20px;
}


.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    background: rgba(0, 0, 0, 0.18);
    text-align: center;
    padding: 20px 0;
}

.footer-bottom p {
    margin: 0;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.85);
}

.footer-bottom p span {
    color: #d86bff;
}

.footer-bottom a {
  color: #fff;
    text-decoration: none;
    font-size: 14px;
}


.addr-foot {
    margin: 0;
    padding: 0;
    list-style: none;
}

.addr-foot li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 22px;
}

.addr-foot li:last-child {
    margin-bottom: 0;
}

.add-icon {
    min-width: 22px;
    width: 22px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    padding-top: 4px;
}

.wealth-services .section-title {
    text-align:center;
    margin-bottom:30px;
}


.why-choose-finanical::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../images/bg/why-bg.webp') no-repeat center center;
    background-size: cover;
    z-index: -1;
}
 
 

/*banner*/
.banner-sec-em {
  padding: 3rem 0;
  background: #f8f8f8;
  position: relative;
  z-index: 1;
}

.banner-sec-em::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 78%, #ffffff 100%),
        url("../images/bg/h10_hero_bg-min.webp") no-repeat top center;
    background-size: cover;
    z-index: -1;
}

.main-banner-spc {
  position: relative;
}

.banner-left p{
    font-size:19px;
    color:#000;
    text-align:center;
    margin: 15px auto 0;
    line-height: 1.6;
    font-weight: 400;
}


.banner-tag {
  display: inline-block;
  font-size: 14px;
  color: #111;
  margin-bottom: 10px;
  font-weight: 500;
}

.banner-left .banner-sec-title {
  font-size: 42px;
  line-height: 1.4;
  font-weight: 600;
  text-align:center;
  color: #0a0a0a;
  margin-bottom: 14px;
}


.banner-left h1 span {
  color:var(--secondary-color);
  
  font-weight: 500;
}

.banner-image img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 24px;
  clip-path: shape(
    from 1.79% 0%,
    hline to 69.53%,
    arc to 71.77% 4.81% of 2.24% 4.81% cw small rotate 0deg,
    vline to 20.19%,
    arc to 74.01% 25% of 2.24% 4.81% ccw small rotate 0deg,
    hline to 97.76%,
    arc to 100% 29.81% of 2.24% 4.81% cw small rotate 0deg,
    vline to 96.15%,
    arc to 98.21% 100% of 1.79% 3.85% cw small rotate 0deg,
    hline to 1.79%,
    arc to 0% 96.15% of 1.79% 3.85% cw small rotate 0deg,
    vline to 3.85%,
    arc to 1.79% 0% of 1.79% 3.85% cw small rotate 0deg,
    close
  );
  display: block;
}



.client-card {
    position: absolute;
       top: 44%;
    right: 27px;
   
    border-radius: 24px;
    padding: 22px 24px;
  
    display: flex;
    align-items: center;
    gap: 14px;
   
}

.client-avatars {
  display: flex;
  align-items: center;
}

.client-avatars img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
    margin-left: -22px;
}

.client-avatars img:first-child {
  margin-left: 0;
}

.client-text h4 {
    margin: 0 0 5px;
    font-size: 32px;
    font-weight: 700;
    color: #111;
}
.client-text p {
    margin: 0;
    font-weight: 600;
}

.banner-left {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0px 20px 20px;
    position: relative;
    /* z-index: 2; */
}

.banner-tag {
    display: inline-block;
    padding: 10px 18px;
    margin-bottom: 22px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(0, 0, 0, 0.06);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #3220cb;
    text-transform: uppercase;
}

.banner-main-title {
    margin: 0;
    font-size: 45px;
    line-height: 1.08;
    font-weight: 700;
    color: #111111;
  
}

.banner-main-title span {
    display: block;
}



.banner-highlight-box {
    max-width: 880px;
    margin: 20px auto 0;
    padding: 28px 25px;
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 28px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
}

.banner-sub-title {
    margin: 0;
    font-size: 38px;
    line-height: 1.12;
    font-weight: 700;
    color: #111111;
  
}

.whatsappicon {
    position: fixed;
    right: 10px;
    top: 50%;
    z-index: 9999;
}


.process-list {
    align-items: center;
    margin: 0;
    display: flex;
   justify-content: space-between;
    gap: 48px;
  padding: 25px;
    list-style: none;
}

.process-list li {
    position: relative;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    /* padding: 18px 13px 18px 18px; */
    padding-left: 36px;
    color: #fff;
    gap: 4px;
    min-height: 45px;
    /* overflow: hidden; */
    z-index: 1;
}

.process-list li span,
.process-list li h4 {
    position: relative;
    z-index: 2;
    color: #fff;
    margin: 0;
}

.process-list li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -5px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(305deg) brightness(103%) contrast(103%);
    z-index: 1;
    pointer-events: none;
}

.process-list li:first-child::before {
    background-image: url("../images/svg/one.svg");
}

.process-list li:nth-child(2)::before {
    background-image: url("../images/svg/two.svg");
}

.process-list li:nth-child(3)::before {
    background-image: url("../images/svg/three.svg");
}

.process-list li:nth-child(4)::before {
    background-image: url("../images/svg/four.svg");
}

.process-list li:last-child::before {
    background-image: url("../images/svg/five.svg");
}


.wealth-faq-sec {
    padding: 0rem 0 3rem;
}

.wealth-faq-sec .sec-big-title {
    margin-bottom: 30px;
}

.wealth-faq-sec .accordion {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.wealth-faq-sec .accordion-item {
    border: 1px solid #e9e9e9;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    transition: all 0.3s ease;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
}

.wealth-faq-sec .accordion-button {
    position: relative;
    padding: 22px 72px 22px 24px;
    font-size: 18px;
    font-weight: 600;
    color: #1f1f1f;
    background: #fff;
    border: 0;
   border-radius: 16px 0 0 !important;
    box-shadow: none;
    transition: all 0.3s ease;
}

.wealth-faq-sec .accordion-button:hover {
    background: #fafafa;
}

.wealth-faq-sec .accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, #ff6a00 0%, #ff7f2a 100%);
    color: #fff;
    box-shadow: none;
}

.wealth-faq-sec .accordion-button:focus {
    box-shadow: none;
    border: 0;
}

.wealth-faq-sec .accordion-button::after {
    display: none;
}

.wealth-faq-sec .accordion-button::before {
    content: "+";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--primary-color);
    color: #fff;
    font-size: 23px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: all 0.3s ease;
}

.wealth-faq-sec .accordion-button:not(.collapsed)::before {
    content: "−";
    background: #fff;
    color: var(--primary-color);
}

.wealth-faq-sec .accordion-collapse {
    border: 0;
}



.wealth-faq-sec .accordion-body {
    padding:24px 24px;
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.92);
    background: linear-gradient(135deg, #ff6a00 0%, #ff7f2a 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.wealth-faq-sec .accordion-button.collapsed {
    background: #fff;
    color: #2a2a2a;
}

.wealth-faq-sec .accordion-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
}

 .hambuuefer, .close-button{
     display:none;
 }
 
 .nav-menu {
  list-style: none;
  display: flex;
  gap: 20px;
}

.nav-menu li {
  position: relative;
}

.nav-menu a {
  text-decoration: none;
  color: #000;
  padding: 10px 15px;
  display: block;
}

/* Dropdown hidden by default */
.dropdown-menu {
  position: absolute;
  top: 57px;
  left: 0;
  background: #1e1b6a; /* your dark blue */
  min-width: 250px;
  display: none;
  flex-direction: column;
  border-radius: 6px;
  overflow: hidden;
}

/* Dropdown items */
.dropdown-menu li a {
  color: #fff;
  padding: 12px 16px;
  transition: 0.3s;
  font-weight: 500;
}
.keynumber-sec {
    padding: 0.5rem 0;
}



/* Show dropdown on hover */
.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown .dropdown-menu li a:hover,
.dropdown .dropdown-menu li a.active {
    color: var(--secondary-color);
}

.wealth-banner {
    position: relative;
    height: 82vh;
    overflow: hidden;
}

.bannerSwiper,
.swiper-slide {
    height: 100%;
}

/*.banner-bg {*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    z-index: 1;*/
/*}*/

/* Overlay using pseudo-element */
/*.banner-bg::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    inset: 0;*/
/*   background: rgb(0 0 0 / 18%);*/
/*    z-index: 1;*/
/*}*/

/* Make sure content stays above */
.banner-content {
    position: relative;
    z-index: 2;
}
/* Content Wrapper (instead of styling container) */
.banner-inner {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    align-items: center;
}

/* Content */
.banner-content {
    max-width: 700px;
    color: #fff;
       
}

.banner-content .banner-title {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
}

.banner-content .banner-title span {
    color: var(--secondary-color);
}

.banner-content p {
    margin: 20px 0;
    color: #ddd;
}



/* Button */
.banner-btn {
    display: inline-block;
    padding: 14px 28px;
    background: var(--secondary-color);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

/* ===============================
   COMMON NAVIGATION (BOTTOM)
================================ */

/* Wrapper for both buttons */
.banner-nav-global {
    position: absolute;
    bottom: 60px;
    left: 120px;
    top: 71%;
    display: flex;
    gap: 15px;
    z-index: 20;
}

/* Reset swiper default */
.wealth-banner .swiper-button-prev,
.wealth-banner .swiper-button-next {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;

    width: 40px;
    height: 40px;

    background: rgba(255,255,255,0.95);
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    transition: 0.3s ease;
}

/* Remove default arrows */
.wealth-banner .swiper-button-prev::after,
.wealth-banner .swiper-button-next::after {
    display: none;
}

/* Icons */
.wealth-banner .swiper-button-prev::before,
.wealth-banner .swiper-button-next::before {
    font-family: flaticon_normal-icon !important;
    font-size: 18px;
    color: #000;
}

/* LEFT */
.wealth-banner .swiper-button-prev::before {
    content: "\f1a2";
    transform: rotate(180deg);
}

/* RIGHT */
.wealth-banner .swiper-button-next::before {
    content: "\f1a2";
}

/* Hover */
.wealth-banner .swiper-button-prev:hover,
.wealth-banner .swiper-button-next:hover {
    background: var(--secondary-color);
}

.wealth-banner .swiper-button-prev:hover::before,
.wealth-banner .swiper-button-next:hover::before {
    color: #fff;
}
/* Base */
.banner-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 1;

    animation: zoomInOut 12s ease-in-out infinite alternate;
}

/* Keyframes */
@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.15);
    }
}


/* Curve moved here */
.wealth-banner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 67px;

    width:700px;
    height: 100%;

    background: url('../images/home/banner-shape.webp') no-repeat center right;
    background-size:contain ;

    z-index: 2; /* keep below content */
    pointer-events: none;

  
    animation: service_hexagon_2 15s linear infinite;
}


@keyframes service_hexagon_2 {
     0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}

/* Default hidden */
.banner-content h1,
.banner-content p,
.banner-content .banner-btn {
    opacity: 0;
    transform: translateY(40px);
}

/* Animate ONLY active slide */
.swiper-slide-active .banner-content h1 {
    animation: fadeUp 0.8s ease forwards;
    animation-delay: 0.4s;
}

.swiper-slide-active .banner-content p {
    animation: fadeUp 0.8s ease forwards;
    animation-delay: 0.7s;
}

.swiper-slide-active .banner-content .banner-btn {
    animation: fadeUp 0.8s ease forwards;
    animation-delay: 1s;
}

/* Animation */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.banner-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* SAME as background-size: cover */
    position: absolute;
    inset: 0;
}

/* Keep overlay working */
.banner-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 18%);
    z-index: 1;
}

/* Ensure image stays below overlay */
.banner-bg img {
    z-index: 0;
}

/*.wealth-breadcrumb {*/
/*    position: relative;*/
/*    background: url('../images/bg/financial-planning-wealth.webp') no-repeat center/cover;*/
/*    padding: 120px 0;*/
/*    color: #fff;*/
/*    overflow: hidden;*/
/*}*/

/* Dark Overlay */
/*.wealth-breadcrumb::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    inset: 0;*/
/*     background: linear-gradient(90deg, rgb(10 8 29 / 90%), rgba(50, 32, 203, 0.5));*/
/*    z-index: 1;*/
/*}*/

/* Content */
/*.breadcrumb-content {*/
/*    position: relative;*/
/*    z-index: 2;*/
/*    max-width: 72%;*/
/*}*/

/* Breadcrumb List */
/*.breadcrumb-list {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 25px;*/
/*    list-style: none;*/
/*    padding: 0;*/
/*    position: relative;*/
/*    margin-bottom: 15px;*/
/*    font-size: 16px;*/
/*}*/

/*.breadcrumb-list li {*/
/*    color: #cbd5d1;*/
/*    display: inline-block;*/
/*    text-align: center;*/
    
/*    font-weight: 500;*/
/*    position: relative;*/
/*}*/

/*.breadcrumb-list li a {*/
/*    color: var(--secondary-color);*/
/*    text-decoration: none;*/
/*    font-weight: 500;*/
/*    margin-right: 3px;*/
/*}*/

/*.breadcrumb-list li::after {*/
/*  position: absolute;*/
/*    content: "\f108";*/
/*  font-family: flaticon_normal-icon !important;*/
/*    font-size: 16px;*/
/*    color: #cbd5d1;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    margin: auto 0;*/
/*}*/

/*.breadcrumb-list li:last-child::after {*/
/*    display: none;*/
/*    content: "";*/
/*}*/

/* Title */
/*.breadcrumb-content h1 {*/
/*    font-size: 36px;*/
/*    letter-spacing: 1.4px;*/
/*    font-weight: 600;*/
/*    margin: 0;*/
/*}*/


.main-det-bread {
    background: linear-gradient(
        180deg,
        #f5f6f7 0%,
        #f8f9fa 40%,
        #ffffff 100%
    );
    padding: 12px 40px 35px;
    position: relative;
}

/* TITLE */
.bread-title {
    font-size: 50px;
    font-weight: 500;
    color: #000;
    line-height: 1.3;
    margin-bottom: 20px;
    margin-top: 10px;
}

.bread-title span {
    font-weight: 700;
  color: #1c2b2d;
  font-style: italic;
}

/* BREADCRUMB */
.breadcrumb {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumb li {
    font-size: 14px;
    color: #7a8a8d;
}

.breadcrumb li a {
    text-decoration: none;
    color: #7a8a8d;
    transition: 0.3s;
}

.breadcrumb li a:hover {
    color: #352ACF;
}

.breadcrumb li::after {
    content: "›";
    margin-left: 10px;
    color: #bbb;
}

.breadcrumb li:last-child::after {
    display: none;
}

.breadcrumb .active {
    color: var(--secondary-color);
    font-weight: 500;
}

/* CARD */
.bread-card {
    background: #fff;
    padding: 55px 20px 30px;
    border-radius: 14px;
    top: 61px;
    right: 80px;
    max-width: 400px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    position: absolute;
  
    z-index: 2;
}
.rating {
    font-size: 13px;
    color: #6b7c80;
}

.bread-card h4 {
   font-size: 20px;
    margin: 10px 0 20px;
    font-weight:700;
    color: #1c2b2d;
    line-height: 1.6;
    max-width: 83%;
}

.bread-card {
    position: relative;
    overflow: hidden;
}

.bread-card::before {
    content: '';
    position: absolute;
    top: 11px;
    right: 12px;
    width: 80px;
    height: 80px;
    background: url(../images/bg/offwhite-brand.webp) no-repeat center;
    background-size: contain;
    opacity: 0.8;
    pointer-events: none;
    animation: spin 9s linear infinite;
}

/* Rotation animation */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.bread-card p {
    font-size:18px;
}

.bread-card p span {
   background: linear-gradient(90deg, #1e3c72, #ff7a00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    font-size:30px;

}

/* BUTTON */
.btn-primary {
    display: inline-block;
    padding: 10px 20px;
    background: #0a6b5f;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.btn-primary:hover {
    background: #084c43;
}

/* IMAGE */
.bread-image {
    position: relative;
    z-index: 1;
  margin-top: 6px;
}

.bread-image img {
    width: 100%;
    border-radius: 14px;
    display: block;
}

/* OPTIONAL DARK OVERLAY (like screenshot) */
.bread-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
    border-radius: 14px;
}

.bread-left {
    position: relative;
    z-index: 1;
    max-width: 75%;
    margin-left: 60px;
}

.bread-left::before {
    content: '';
    position: absolute;
    /* top: 0; */
    bottom: 115px;
    left: -170px;
    width: 200px;
    height: 200px;
    background: url(../images/bg/white-brand-2.svg) no-repeat center;
    background-size: contain;
    /* opacity: 0.08; */
    z-index: -1;
    pointer-events: none;
}

.detail-keynumbers {
    position: relative;
    margin-top: -60px; /* pulls section into banner */
    z-index: 2;
}

.key-stats {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;

    background: #ffffff;
    padding: 25px 20px;
    border-radius: 16px;

    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    text-align: center;
}

.key-stats li {
    list-style: none;
    position: relative;
}

.key-stats li h4 {
    font-size: 28px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 5px;
}

.key-stats li p {
    font-size: 14px;
    color: #6c757d;
    margin: 0;
}

/* Optional divider lines */
.key-stats li:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
    background: #e5e7eb;
}

.investment-img-wrapper {
    position: relative;
    display: inline-block;
}

/* Background shape */
.investment-img-wrapper::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 50%;
   background: linear-gradient(
    180deg,
    rgba(255, 140, 66, 0.08) 0%,
    #ff8c42 90%,
    #ff6a00 100%
);
    border-radius: 40px;
    bottom: -30px;
    left: -30px;
    z-index: 0;
}

/* Image */
.investment-img-wrapper img {
    width: 100%;
    border-radius: 25px;
    display: block;
    position: relative;
    z-index: 1;
}

.detail-intro-sec {
    padding:5rem 0 2.5rem;
    overflow: hidden;
}
.highlights {
    background: linear-gradient(90deg, rgba(255,140,66,0.15), rgba(255,106,0,0.15));
    padding: 4px 10px;
    border-radius: 6px;
    font-weight: 600;
    margin:13px 0;
}

.content-financial .section-title ,.content-financial .sec-big-title{
    margin-bottom:20px;
}

.investment-plan {
    padding: 2.5rem 0 3rem;
  
}

.goal-process {
    margin: auto;
}


/* Paragraph */
.goal-process p {
   
    line-height: 1.7;
  
    margin-bottom: 18px;
}

.goal-process .founder-list li::before{
    top:5px;
}

.challen-det-sec {
    position:relative;
    padding:4rem 0;
    background:#F5F7F7;
}

.invest-card {
    background: #fff;
    padding: 30px 25px;
    border-radius: 12px;
    position: relative;
    transition: 0.3s ease;
    height: 100%;
    overflow: hidden;
}

/* subtle background pattern effect */
.invest-card::after {
    content: "";
    position: absolute;
    bottom: -45px;
    right: -50px;
    width: 93px;
    height: 93px;
    background: rgba(255, 106, 0, 0.08);
    border-radius: 50%;
}
.invest-card:before {
    content: "";
    position: absolute;
    border: solid;
    border-width: 7px;
    border-color: rgba(255, 106, 0, 0.08);
    right: -48px;
    bottom: -46px;
    border-radius: 50%;
    width: 110px;
    height: 110px;
       transition: 0.3s ease;
}

.invest-card:hover {
    background: var(--secondary-color);
    
}

.invest-card:hover p , .invest-card:hover h4 {
    color:#fff;
}


.invest-card:hover::after {
    background: rgba(255, 255, 255, 0.15);
}

/* change border circle */
.invest-card:hover::before {
    border-color: rgba(255, 255, 255, 0.3);
}
/* icon */
.invest-card .icon {
    margin-bottom: 15px;
}

.invest-card .icon img {
    width: 35px;
    filter: brightness(0) saturate(100%) invert(42%) sepia(93%) saturate(600%) hue-rotate(350deg);
}

/* title */
.invest-card h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #222;
}


.invest-card p{
    margin:0;
    font-size: 15px;
}
.challen-det-sec .row {
    row-gap:25px;
}

.challen-det-sec .section-title{
    margin-bottom:30px;
}

.approach-det-sec {
    padding:5rem 0;
    position:relative;
}

/* LEFT NUMBER STYLE */
.invest-num {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.invest-num button {
    width: 45px;
    height: 45px;
    border: none;
    background: #e9ecef;
    border-radius: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: 0.3s;
}

.invest-num button.active {
    background: var(--secondary-color);
    color: #fff;
}


/* CONTENT */
.invest-main-content {
    background: #fff;
    padding: 40px;
    border-radius: 12px;
   box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
    border: 1px solid rgba(0, 0, 0, 0.09);
    height: 100%;
}

.invest-main-content .tag {
    background: #eaf3dc;
    color: #6a9c2f;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
}

.invest-main-content h4 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #222;
}

.invest-main-content p {
    color: #666;
    margin-bottom: 20px;
}



/* IMAGE */
.invest-sec-img {
    position: relative;
}

.invest-sec-img img {
    width: 100%;
    border-radius: 12px;
    margin-left: -85px;
    z-index: -1;
    object-fit: cover;
    position: relative;
}

.contentSwiper {
    width: 100%;
}

.contentSwiper .swiper-slide {
    opacity: 0;
    transition: 0.3s;
}

.contentSwiper .swiper-slide-active {
    opacity: 1;
}

.invest-sec-img {
    position: relative;
}

.invest-sec-img::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 45%;
    left: 7%;
    top: 33%;
    background: url('../images/services/wealth-crafts-graph.svg') no-repeat right bottom;
    background-size: contain;
    pointer-events: none;
    z-index: 0;

    /* smooth animation */
    animation: floatShape 4s ease-in-out infinite;
}

/* correct loop animation */
@keyframes floatShape {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(15px);
    }
    100% {
        transform: translateY(0);
    }
}

.approach-det-sec .section-title {
    margin-bottom:40px;
}

.icon-slide {
    margin:20px 0;
}

.wealth-crafts-client {
  background: #f5f5f5;
}
.wealth-crafts-client .row{
    align-items:center;
}

.crafts-client-img img {
  width: 100%;
  /*height: 704px;*/
  object-fit: cover;
}


/* Remove default Bootstrap styles */
.custom-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #ddd;
  background: transparent;
 
  padding: 20px 20px;
}

/* Button */
.custom-accordion .accordion-button {
  background: transparent;
  font-weight: 600;
  font-size: 18px;
  color: #000;
  box-shadow: none;
  padding:0;
}

/* Remove blue active bg */
.custom-accordion .accordion-button:not(.collapsed) {
  background: transparent;
  color: #0b2c1f;
  box-shadow: none;
  padding: 10px 0 18px;
}

/* Remove default Bootstrap arrow */
.custom-accordion .accordion-button::after {
  background-image: none !important;
  content: "\f1bf";
  font-family: "flaticon_normal-icon" !important;
  font-size: 16px;
  font-weight:600;
  transform: rotate(0deg);
  
}

/* Rotate when active (opened) */
.custom-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(90deg);
}

.crafts-client-content .section-title  {
    margin-bottom:30px;
}


/*  FULL CARD ACTIVE STYLE (Heading + Content) */
.custom-accordion .accordion-item:has(.accordion-collapse.show) {
  background: #fff;
  border-radius: 12px;
  padding: 20px 20px;
  border: none;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.06);
}

/* Remove extra spacing inside */
.custom-accordion .accordion-body {
  padding:0;
  font-size: 15px;
  padding-bottom: 15px;
}


/* Content width */
.crafts-client-content {
  max-width: 90%;
  margin: 52px 0;
}

.investment-plan-sec {
  padding: 5rem 0;
  position:relative;
}

.service-card p {
    margin:0;
}

.btn-main {
  display: inline-block;
  padding: 12px 22px;
  background: #7fa89c;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
}

/* GRID */
.service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* CARD */
.service-card {
    background: #fff;
    border-radius: 12px;
    padding: 26px 22px;
    display: flex;
    border: 1px solid #e5e5e5;
    flex-wrap: wrap;
}

/* IMAGE CARD */
.image-card {
  padding: 0;
  overflow: hidden;
}

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



/* TEXT */
.service-card h4 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
}


.investment-plan-sec .row{
    padding: 0 25px;
}

.investment-plan-sec .sec-big-title .main{
    font-size:40px;
    font-style: italic;
    font-weight: 700;
}

.investment-plan-sec .section-title .sec-big-title {
    margin-bottom:30px;
}

.why-yt {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 ratio */
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* iframe fit inside */
.why-yt iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.fee-only-sec .section-title {
    margin-bottom:10px;
}


/*table*/
/* WRAPPER */
.fee-table-col {
  margin-top: 50px;
}

/* TABLE BASE */
.custom-fee-table.wc-style {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
  font-family: 'Inter', sans-serif;
}

/* HEADER */
.custom-fee-table.wc-style thead {
  background: linear-gradient(135deg, #1f3c88, #3220cb);
}

.custom-fee-table.wc-style th {
  padding: 20px 22px;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  text-align: left;
  letter-spacing: 0.3px;
}

.custom-fee-table.wc-style th span {
  display: block;
  font-size: 12px;
  opacity: 0.75;
  font-weight: 400;
  margin-top: 4px;
}

/* BODY ROWS */
.custom-fee-table.wc-style tbody tr {
  transition: all 0.25s ease;
}

/* STRIPED ROWS (SOFTER) */
.custom-fee-table.wc-style tbody tr:nth-child(even) {
  background: #f8faff;
}

/* HOVER EFFECT */
.custom-fee-table.wc-style tbody tr:hover {
  background: #eef4ff;
  transform: scale(1.002);
}

/* CELLS */
.custom-fee-table.wc-style td {
  padding: 20px 22px;
  font-size: 14.5px;
  color: #2d3b38;
  border-bottom: 1px solid #edf1f7;
  vertical-align: middle;
}

/* LEFT COLUMN */
.custom-fee-table.wc-style td:first-child {
  font-weight: 500;
  color: #1c2b28;
}

/* HIGHLIGHT COLUMN (MAIN USP COLUMN) */
.custom-fee-table.wc-style td:nth-child(2),
.custom-fee-table.wc-style th.highlight {
  background: rgba(47, 111, 237, 0.10);
  position: relative;
}

/* ADD SUBTLE LEFT BORDER HIGHLIGHT */
.custom-fee-table.wc-style td:nth-child(2)::before,
.custom-fee-table.wc-style th.highlight::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: #3220cb;
  border-radius: 4px;
}

/* GOOD TEXT */
.good {
  color: #1f3c88;
  font-weight: 600;
}

/* BAD TEXT */
.bad {
  color: #f26522;
  font-weight: 600;
}

/* RADIUS FIXES */
.custom-fee-table.wc-style thead th:first-child {
  border-top-left-radius: 16px;
}
.custom-fee-table.wc-style thead th:last-child {
  border-top-right-radius: 16px;
}

.custom-fee-table.wc-style tbody tr:last-child td:first-child {
  border-bottom-left-radius: 16px;
}
.custom-fee-table.wc-style tbody tr:last-child td:last-child {
  border-bottom-right-radius: 16px;
}



.fee-only-sec {
    padding:0 0 2.5rem;
}


/* SECTION */
.cta-finanace-plan {
  position: relative;
  padding: 80px 0;
  overflow: hidden;

  /* BACKGROUND IMAGE */
  background: url('../images/bg/consult-finance-plan.webp') center/cover no-repeat;
}

/* OVERLAY (BLUE GRADIENT LIKE YOUR BRAND) */
.cta-finanace-plan::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    100deg,
    rgba(10, 25, 80, 1) 0%,        /* strong dark blue */
    rgba(10, 25, 80, 0.98) 25%,    /* keep strong */
    rgba(15, 35, 100, 0.90) 45%,   /* mid transition */
    rgba(10, 20, 40, 0.75) 65%,    /* fade */
    rgba(0, 0, 0, 0.85) 100%,       /* near black */
    rgba(0, 0, 0, 0.95) 100%       /* full black */
  );
}
/* CONTENT */
.cta-content {
  position: relative;
  max-width: 750px;
}

/* TAG */
.cta-tag {
  display: inline-block;
 border: 1px solid;
  color: #fff;
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 13px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

/* TITLE */
.cta-finanace-plan .sec-big-title {
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #fff;
}

/* DESCRIPTION */
.cta-content p {

  color: #e6ecff;
  margin-bottom: 30px;
}


/* ICON */
.cta-finanace-plan .wealth-btn.call span::after {
    content: "\f102";
    font-family: "flaticon_normal-icon" !important;
    font-size: 14px;
    transition: 0.3s;
    position: relative;
    top: 2px;
    padding-left: 7px;
}

.cta-finanace-plan .wealth-btn.call:before{
    width: 23px;
}

.wealth-btn.white-btn {
    background:#fff;
    color:var(--secondary-color);
    border:0;
}

.wealth-btn.white-btn span{
       color:var(--secondary-color);
}

.wealth-btn.white-btn span:before{
    content:"\f116";
    font-family: flaticon_normal-icon !important;
    padding-right: 8px;
    top: 1.5px;
    position: relative;
}

.wealth-btn.white-btn::before {
    background: var(--secondary-color);
}

.wealth-btn.white-btn:hover span {
    color: #fff;
}

.detail-faq-sec {
    padding-top:4rem;
}

.investment-plan-sec .section-title {
   text-align:center;
}
.investment-plan-sec .service-card .icon img{
  filter: brightness(0) saturate(100%) invert(48%) sepia(96%) saturate(3200%) hue-rotate(2deg) brightness(101%) contrast(102%);
}


.sebi-section {
  background: linear-gradient(135deg, #f5f7fb, #eef1f7);
  padding: 30px 0;
}

.sebi-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.sebi-content h4 {
  font-size: 32px;
  font-weight: 700;
  color: #2d2dbb;
  max-width: 70%;
  line-height: 1.3;
  margin: 0;
}


/* CENTER ALIGN + WIDTH CONTROL */
.yt-video {
  /* 🔥 prevents ugly full stretch */
  margin: 0 auto;     /* center */
  border-radius: 20px;
  overflow: hidden;
box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
  position: relative;
  margin-top: 60px;
}

/* RESPONSIVE VIDEO RATIO */
.yt-video iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;  /* 🔥 modern clean ratio */
  border: none;
  display: block;
}

/* SUBTLE GLOW (optional but premium) */
.yt-video::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: linear-gradient(45deg, rgba(255,106,0,0.15), transparent);
  pointer-events: none;
}

.faq-list {
    list-style: none;
    padding-left: 0;
}

.faq-list li {
    position: relative;
    padding-left: 28px; /* space for icon */
    margin-bottom: 10px;
}

.faq-list li::before {
    content: "\f14a";
    font-family: "flaticon_normal-icon" !important;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 16px;
    color: #fff; /* change color if needed */
}

.onlu-adviss-secc{
    padding:4rem 0;
}

.secondary-newsletter {
    /* margin-top: 25px; */
    padding: 0px 20px;
    margin-bottom: 25px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}

.newsletter-title {
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 20px;
}

.newsletter-desc {
  color: #cfcfff;
  font-size: 13px;
  margin-bottom: 15px;
}

.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.input-group {
  position: relative;
}

.input-group input {
  width: 100%;
  padding: 12px 15px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.08);
  color: #fff;
  font-size: 14px;
  transition: 0.3s;
}

/* placeholder color */
.input-group input::placeholder {
  color: #bbb;
}

/* focus effect */
.input-group input:focus {
  border-color: var(--secondary-color);
  background: rgba(255,255,255,0.12);
}

/* BUTTON */
.subscribe-btn {
  margin-top: 5px;
  padding: 12px;
  border-radius: 10px;
  border: none;
 background: var(--secondary-color);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}


.wealth-prev,
.wealth-next {
  position: absolute;
  top: 45%;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.2);
  cursor: pointer;
  z-index: 10;
  transition: 0.3s ease;
}

/* position */
/*.wealth-prev {*/
/*  left: -20px;*/
/*}*/

/* parent alignment */
.wealth-slider-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  position: relative;
}

/* NAV container */
.wealth-nav {
  display: flex;
  gap: 10px;
}

/* BUTTON STYLE */
.wealth-prev,
.wealth-next {
  position: relative; /* REMOVE absolute */
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #1e1e5a;
  border: 1px solid rgba(255,255,255,0.15);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

/* ICON FIX (IMPORTANT) */
.wealth-prev::after,
.wealth-next::after {
  font-family: flaticon_normal-icon !important;
  font-size: 14px;
  color: #fff;
}

/* LEFT / RIGHT icons */
.wealth-prev::after {
  content: "\f1bf";
  font-family: flaticon_normal-icon !important;
 
  transform: rotate(180deg); /* 🔥 makes it face left */
}

.wealth-next::after {
  content: "\f1bf"; /* correct right arrow */
}

/* HOVER */
.wealth-prev:hover,
.wealth-next:hover {
  background: var(--secondary-color);
  transform: translateY(-2px);
}

.financial-section {
  padding: 0 0 3rem;

}

/* CARD */
.finance-card {
  background: #fff;
  padding: 30px 25px;
  border-radius: 16px;
  height: 100%;
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  transition: 0.3s ease;
  position: relative;
  overflow: hidden;
}

/* Hover Effect */
.finance-card:hover {
  transform: translateY(-8px);
 
}

/* Title */
.finance-card h3 {
  font-size: 26px;
  font-weight: 700;
  color: #2d2dbb;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

/* Subtitle */
.finance-card .subtitle {
  display: block;
  font-size: 14px;
  color: #ff6b00;
  margin-bottom: 15px;
}

/* Text */
.finance-card p {
  font-size: 14px;
  color: #282525;
  margin-bottom: 15px;
}

/* List */
.finance-card ul {
  padding-left: 0px;
  margin: 0;
}

.finance-card ul li {
  font-size: 14px;
  color: #282525;
  margin-bottom: 10px;
  line-height: 1.6;
}

/* Optional Accent Border */
.finance-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #2d2dbb, #ff6b00);
}

.financial-section .section-title{
    margin-bottom:30px;
}

.pricing-main-sec {
    padding:4rem 0;
}

.main-pricing-list {
    display: flex;
    justify-content: center;
}

.listing-prices {
    max-width:900px;
    margin: 0 auto;
}

.pricing-card {
    background: #f4f6f8;
    padding: 11px;
    border-radius: 25px;
   

    transition: all 0.35s ease; /* smooth animation */
}

/* Hover Effect */
.pricing-card:hover {
    background-color: var(--primary-color);
   
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.pricing-card:hover .features li {
   color:#fff; 
}

/* Inner Top Box */
.pricing-inner {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    position: relative;
      overflow: hidden;
}

.plan-intro {
    margin:0;
}
.pricing-inner h6 {
    color: #2b6ef2;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
}


.price-box {
    margin-bottom:24px;
}



.price-box h4{
     font-size: 40px;
    margin: 0;
    font-weight: 700;
}

/* Description */
.desc {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

/* Features */
.features {
    list-style: none;
    padding: 9px 16px;
    margin: 20px 0;
    margin: 20px 0 0;
}

.features li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-size: 15px;
    color: #000;
}

/* Icon */
.features li::before {
    content: "\f14b"; /* make sure this exists in your font */
    font-family: "flaticon_normal-icon";
    position: absolute;
    left: 0;
   top: -1px;
    font-size: 16px;
    color: var(--primary-color);
}


/* Button */
.pricing-btn {
    display: block;
    text-align: center;
    background: #1e66f5;
    color: #fff;
    padding: 14px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.pricing-btn:hover {
    background: #1552c4;
}

.pricing-inner .value {
    color: var(--primary-color);
    font-size: 17px;
    font-weight: 700;
}
  /* Ribbon */
.ribbon {
    position: absolute;
    top: 20px;
    right: -29px;
    background: #2ecc71;
    color: #fff;
    padding: 3px 31px;
    font-size: 14px;
    transform: rotate(45deg);
}

.pricing-card .wealth-btn {
    width: 100%;
}

.pricing-card .wealth-btn::before {
    width: 40px;
}

.pricing-card .wealth-btn span {
    font-size:15px;
}

.pricing-card:hover .features li::before {
    color:#fff;
}

.pricing-main-sec .section-title {
    text-align:center;
    margin-bottom: 23px;
}

.link-inter {
    font-weight:600;
    color:#fff;
}
.main-sec {
    list-style: none;
    padding-left: 0;
}

.main-sec li {
    position: relative;
    padding-left: 25px; /* space for icon */
}

.main-sec li::before {
    content: "\f14a";
    font-family: "flaticon_normal-icon";
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 14px;
    color: #28a745; /* optional */
}

.error-pp-sec {
    padding:4rem 0;
}