/*preloader*/
body .opulence-preloader{
  display: block;
  background: #004d3b url(../images/preloader.gif) no-repeat center;
  position: fixed;
  inset: 0;
  z-index: 99999;
}
/******block section*******/
.section-block{
  padding: 100px 0;
}
.section-header{
  margin-bottom: 50px;
}
.section-subtitle{
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 5px;
}
.section-title{
  font-family: var(--font-playfair);
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  color: var(--section-title-color);
  margin-bottom: 15px;
}
@media (max-width: 1199.98px){
  .section-block{
    padding: 70px 0;
  }
  .section-header{
    margin-bottom: 30px;
  }
  .section-title{
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 991.98px){
  .section-block{
    padding: 50px 0;
  }
  .section-header{
    margin-bottom: 30px;
  }
  .section-title{
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 767.98px){
  html body{
    padding-top: 154.7px;
  }
  .section-title{
    font-size: 30px;
    line-height: 40px;
  }
}
/******block section ends*******/

/******card section*******/
.card-box{
  background: var(--white);
  padding: 25px;
  border-radius: 20px;
  border: 1px solid #e7e0d2;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.card-box:hover{
    transform: translateY(-10px);
    box-shadow: var(--shadow-md);
}
.card-box .title-wrapper{
  margin-bottom: 20px;
}
.card-img-icon{
  width: 56px;
  height: 56px;
  border-radius: 20px;
}
.card-title{
  font-family: var(--font-playfair);
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: var(--section-title-color);
  padding-left: 15px;
}
.card-desc{
  font-size: 14px;
  line-height: 22px;
}
.card-link{
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: var(--green);
  text-decoration: none;
}
.card-box:hover .card-link{
  color: var(--gold);
}
/******card section ends*******/

/******hero section*******/
.hero-section-wrapper{
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
  position: relative;
}
.hero-overlay{
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(0, 103, 79, 0.5);
}
.hero-section-wrapper > .container{
  position: relative;
  z-index: 3;
}
.hero-badge{
  font-size: 12px;
  line-height: 22px;
  font-weight: 600;
  color: var(--gold-light);
  background: rgba(201, 168, 76, 0.15);
  border: 1px solid rgba(201, 168, 76, 0.4);
  padding: 6px 16px;
  border-radius: 30px;
  display: inline-flex;
  text-transform: uppercase;
}
.hero-title{
  font-family: var(--font-playfair);
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
}
.hero-subtitle{
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: var(--gold-light); 
}
.hero-desc{
  color: var(--light-white);
}
/*stats counter*/
.homepage-hero-stats{
  flex-wrap: wrap;
}
.homepage-hero-stats > div{
  padding: 10px;
}
.homepage-hero-stats .stat-card{
  padding: 25px;
  border-radius: 15px;
  background: #ffffff26;
  border: 1px solid #ffffff40;
}
.stat-card .stat-value{
  font-family: var(--font-playfair);
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: var(--gold-soft);
}
.stat-card .stat-value::after{
  content: "+";
  display: inline-flex;
}
.homepage-hero-stats > div:nth-child(4) .stat-value::after{
  content: "%";
  display: inline-flex;
}
.stat-card .stat-title{
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: var(--light-white);
}
@media (max-width: 1199.98px){
  .hero-title{
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 990.98px){
  .hero-title{
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 767.98px){
  .hero-title{
    font-size: 35px;
    line-height: 45px;
  } 
  .homepage-hero-stats .stat-card{
    padding: 10px;
  }
  .stat-card .stat-value{
    font-size: 30px;
    line-height: 40px;   
  }
  .stat-card .stat-title{
    font-size: 12px;
    line-height: 22px;    
  }
}
/******hero section ends*******/

/******about section*******/
#about{
  background: var(--light-white);
}
#about .about-image img{
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.about-card > *{
  margin-bottom: 0;
}
.about-card .card-img-icon{
  background-color: #E1E9E2;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
}
.about-card .card-img-icon.strategic-investment-planning{
  background-image: url(../images/icons/about/investment-plan.svg); 
}
.about-card .card-img-icon.nri-financial-solutions{
  background-image: url(../images/icons/about/financial-solution.svg);
}
.about-card .card-img-icon.holistic-protection-planning{
  background-image: url(../images/icons/about/protection.svg); 
}
.about-card .content-wrapper{
  padding-left: 20px;
  width: calc(100% - 56px);
}
.about-card .card-title{
  margin-bottom: 5px;
  padding-left: 0;
}
.about-card .card-desc{
  margin-bottom: 0;
}
@media (max-width: 991.98px){
  .about-image{
    text-align: center;
    margin-bottom: 15px;
  }
}
/******about section ends*******/

/******vision section*******/
#vision{
  position: relative;
  background: url(../images/vision/our-mission.webp) no-repeat center;
  background-size: contain;
}
#vision::before{
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 103, 79, 0.8);
}
#vision .section-subtitle{
  color: var(--gold-soft);
}
#vision .section-title{
  color: var(--white);
}
.vision-body-wrapper{
  border: 1px solid rgba(232, 201, 122, 0.8);
  border-radius: 20px;
  padding: 25px;
  color: var(--light-white);
  background: rgba(0, 103, 79, 0.5);
}
.vision-body-wrapper .title-wrapper{
  margin-bottom: 15px;
}
.vision-body-wrapper .card-img-icon{
  background: rgba(200, 164, 93, 0.20);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 0;
}
.vision-body > *:nth-child(1) .card-img-icon{
  background-image: url(../images/icons/vision/vision-gold-light.svg);
}
.vision-body > *:nth-child(2) .card-img-icon{
  background-image: url(../images/icons/vision/mission.svg);
}
.vision-body-wrapper .title{
  font-family: var(--font-playfair);
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: var(--gold-light);
  padding-left: 15px;
}
.vision-body-wrapper .desc{
  color: var(--light-white);
  font-size: 14px;
  line-height: 24px;
}
.vision-body-wrapper p{
  margin: 0;
}
@media (max-width: 991.98px){
  #vision .vision-body > *{
    margin-bottom: 15px;
  }
}
/******vision section ends*******/

/******service section*******/
#services{
  background: var(--light-white);
}
.service-card-wrapper{
  border-radius: 20px;
  padding: 25px;
}
#services .services-grid{
  gap: 30px 0;
}
#services .services-grid > *{
  margin: 0 !important;
}
.service-card-wrapper .card-img-icon{
  background: var(--green);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
}
.service-card-wrapper .card-img-icon.investments{
  background-image: url(../images/icons/services/investment.svg);
}
.service-card-wrapper .card-img-icon.insurance{
  background-image: url(../images/icons/services/insurance.svg);
}
.service-card-wrapper .card-img-icon.loans{
  background-image: url(../images/icons/services/loan.svg);
}
.service-card-wrapper .card-img-icon.pan-services{
  background-image: url(../images/icons/services/pan.svg);
}
.service-card-wrapper .card-img-icon.income-tax-return{
  background-image: url(../images/icons/services/tax.svg);
}
.service-card-wrapper .card-img-icon.gst-services{
  background-image: url(../images/icons/services/gst.svg);
}
.service-card-wrapper .card-img-icon.nri-services{
  background-image: url(../images/icons/services/nri.svg);
}
.service-card-wrapper .card-link{
  background: url(../images/icons/services/arrow-right.svg) no-repeat center right 0;
  background-size: 30px;
  padding-right: 40px;
}
.service-card-wrapper:hover .card-link{
  background: url(../images/icons/services/arrow-right-hover.svg) no-repeat center right 0;
  background-size: 30px;
}
/******service section ends*******/

/******why choose section*******/
#why-us{
  background: var(--gold);
}
#why-us .section-title,
#why-us .section-subtitle{
  color: var(--white);
}
#why-us .choose-grid{
  gap: 30px 0;
}
#why-us .choose-grid .choose-card{
  margin: 0 !important;
}
#why-us .choose-grid .choose-card .card-box{
  background: var(--white);
}
.choose-card-wrapper .card-img-icon{
  background: var(--gold);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
}
.choose-card-wrapper .card-img-icon.sebi-registered-advisors{
  background-image: url(../images/icons/why-us/sebi.svg);
}
.choose-card-wrapper .card-img-icon.personalised-wealth-solutions{
  background-image: url(../images/icons/why-us/wealth-solutuion.svg);
}
.choose-card-wrapper .card-img-icon.transparent-financial-planning{
  background-image: url(../images/icons/why-us/financial-planning.svg);
}
.choose-card-wrapper .card-img-icon.dedicated-nri-support{
  background-image: url(../images/icons/why-us/nri-support.svg);
}
.choose-card-wrapper .card-img-icon.fast--reliable-service{
  background-image: url(../images/icons/why-us/fast-service.svg);
}
.choose-card-wrapper .card-img-icon.expert-tax-consultation{
  background-image: url(../images/icons/why-us/tax.svg);
}
.choose-card-wrapper .card-desc p{
  margin-bottom: 0;
}
/******why choose section ends*******/

/******contact section*******/
#contact{
  background: var(--light-white);
}
.contact-card-body .contact-item{
  margin-bottom: 20px;
}
.contact-card-body .card-img-icon{
  margin-bottom: 0;
  background-color: #E1E9E2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
}
.contact-card-body .address .card-img-icon{
  background-image: url(../images/icons/contact/address.svg);
}
.contact-card-body .phone .card-img-icon{
  background-image: url(../images/icons/contact/phone.svg);
}
.contact-card-body .whatsapp .card-img-icon{
  background-image: url(../images/icons/contact/whatsapp.svg);
}
.contact-card-body .email .card-img-icon{
  background-image: url(../images/icons/contact/email.svg);
}
.contact-card-body .support .card-img-icon{
  background-image: url(../images/icons/contact/email.svg);
}
.contact-card-body .working-hours .card-img-icon{
  background-image: url(../images/icons/contact/time.svg);
}

.contact-card-body .item-wrapper{
  padding-left: 20px;
}
.contact-card-body .lbl{
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.contact-card-body .item-wrapper a,
.contact-card-body .item-wrapper address,
.contact-card-body .item-wrapper p{
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
  color: var(--section-title-color);
}
.contact-card-body .item-wrapper a:hover{
  color: var(--green);
  color: var(--gold);
}
.contact-card-body .working-hours .item-wrapper p{
  margin-bottom: 5px;
}
.contact-card-body .working-hours .item-wrapper p:last-child{
  margin-bottom: 0;
}

.webform-submission-form{
  background: var(--white);
  padding: 25px 10px;
  border-radius: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  display: flex;
  flex-wrap: wrap;
}
.webform-submission-form > .form-item{
  width: 50%;
  padding: 0 15px;
  margin: 0 0 30px;
}
.webform-submission-form > .form-item.form-type-textarea{
  width: 100%;
}
.webform-submission-form label{
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--section-title-color)
}
.webform-submission-form textarea,
.webform-submission-form input{
  border-radius: 10px;
  background: var(--light-white);
  outline: 0 !important;
  box-shadow: none !important;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  color: var(--text-body-color);
  padding: 5px 15px;
  width: 100%;
}
.webform-submission-form input{
  min-height: 40px;
}
.webform-submission-form textarea::placeholder,
.webform-submission-form input::placeholder{
  font-size: 13px;
  line-height: 28px;
  color: var(--text-body-color);
}
.webform-submission-form > .form-actions{
  width: 100%;
  padding: 0 15px;
  margin: 0;
}
.webform-submission-form input[type="submit"]{
  width: 100%;
  background: var(--green);
  outline: 0;
  border: 0;
  box-shadow: none;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: var(--white);
  padding: 14px 24px;
}
.webform-submission-form input[type="submit"]:hover{
  width: 100%;
  background: var(--dark-green);
}

@media (max-width: 767.98px){
  .webform-submission-form > .form-item{
    width: 100%;
  }
}

#contact .map-wrap iframe{
  width: 100%;
  border-radius: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
/******contact section ends*******/