/*
Theme Name: AgentMira
Theme URI: https://amwp.thinkbar.tech/
Author: Shree
Author URI: http://example.com
Description: A custom WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mytheme
*/


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

:root{
  --Clashreg:'ClashDisplay-Regular';
  --Georeg:'Geologica-Regular';
  --Interreg:'Inter-Regular';
  --blueBg:#031E59;
  --LightblueBg:#053398;
  --white: #fff;
  --Lightgreen:#33F1C4;
  --fontmed:500;
  --cards: 4;
/*   --cardHeight: 87vh; */
 --cardHeight: 90vh;
--cardTopPadding: 1.5em;
--cardMargin: 4vw;
}



body{
  height: 100%;
  width: 100%;
  background-color: #F3F3F3;
}
.box{
  height: 720px;
  background: url('./assets/Group\ 1.png');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

nav .navbar-nav a{
  font-size: 15px;
  line-height: 20px;
  font-family: var(--Georeg);
  font-weight: var(--fontmed);
  color: #000000;
}

nav .navbar-nav a:hover{
cursor:pointer
}

/* nav .navbar-nav .nav-item:last-child{
  background-color: var(--Lightgreen);
  
} */

/* nav .navbar-nav .nav-item:last-child a{
  color: #0F3E92;
  font-family: var(--Clashreg);
  font-weight:var(--fontmed);
  font-size: 16px;
} */

ul.navbar-nav {
  background-color: #fff;
}

section.banner .left-box{
  background-color: #F3F3F3;
  max-width: 785px;
  border-top-right-radius: 52px;
  border-bottom-right-radius: 52px;
  padding: 22px;
}

section.banner .left-box p:nth-child(1){
  font-size: 68px;
  font-family: var(--Clashreg);
  font-weight: var(--fontmed);
  color: #0032A1;
}

section.banner .left-box p:nth-child(2){
  font-size: 68px;
  font-family: 'ClashDisplay-Bold';
  font-weight: 700;
  color: #0032A1;
}


section.banner .left-bottom-box {
  background: url('./assets/Subtract.png');
  padding: 25px 25px;
  padding-right: 50px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  max-width: 580px;
  margin-top: -2px;
}
.stacked-link{
    width: 100%;
  display: flex
;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  font-size: 20px;
  color: black;
 margin-bottom: 50px;
}


section.banner .left-bottom-box p{
  font-family: var(--Georeg);
  font-size: 22px;
  font-weight: 200;
  margin-bottom: 0;
}

section.banner .arrow-btn button {
text-transform:uppercase;
}


section.banner .box .wrapper{
  position: absolute;
  top: 36%;
}

.arrow-btn{
  display: flex;
  justify-content: center;
  align-items: center;
}

.arrow-btn button{
  background-color: var(--Lightgreen);
  border: none;
  outline: none;
  
  font-size: 20px;
  font-family: 'ClashDisplay-Medium';
  font-weight: 700;
  padding: 15px 40px;
  color: #0B3379;
}
.arrow-btn i{
 color: #0B3379;
  padding: 20px;
  font-size: 20px;
  background-color: var(--Lightgreen);
}
.arrow-btn i:hover{
  transform: translateX(10px);
  cursor: pointer;
  transition: 0.3s ease-in;
}


section.banner .arrow-btn{
  position: absolute;
  left: 38%;
  top: 90.5%;
}

section.video-section .back-box h1{
  font-family: 'ClashDisplay-Medium';
/*     font-size: 48px; */
 font-size: 35px;
  color: #0B3379;
  max-width: 507px;
text-align: center;
}

section.video-section{
  position: relative;
  padding: 80px 0 40px;
  height: 800px;
  display: flex;
  justify-content: center;
}

section.video-section .back-box{
  width: 578px;
  height: 400px;
  background-color: #D5E3ED;
  border-radius: 24px;
  padding: 40px;
  margin-left: 6%;
  position: absolute;
  /* left: 35%; */
}

section.video-section .front-box {
  max-width: 497px;
  background-color: #D5E3ED;
  border-radius: 24px;
  padding: 5px 20px;
  left: 6%;
  z-index: 10;
  top: 30%;
  position: absolute;
}

/* section.video-section .front-box::before {
  content: '';
  background-image: url('./assets/videoUnion.png');
  background-repeat: no-repeat;
  width: 1200px; 
  height: 1200px; 
  display: block; 
  position: absolute;
  top: 0; 
  left: 0;
} */


section.video-section .front-box p{
  font-family: var(--Georeg);
  font-size: 20px;
  color: #0B3379;
}

section.video-section .front-box li{
font-family: var(--Georeg);
font-size: 16px;
color: #0B3379;
}

section.video-section .front-box span{
  font-weight: 700;
  font-family: var(--Georeg);
  font-size: 20px;
  color: #0B3379;
}

section.video-section .iframe{
  position: absolute;
  left: 44%;
  top: 37%;
}

section.video-section .iframe img{
  width: 114%;
}

section.video-section .arrow-btn{
position: absolute;
top: 69%;
left: 9%;
flex-direction: column;
}
section.video-section .arrow-btn p{
font-size: 16px;
line-height: 24px;
font-family: var(--Georeg);
font-weight: 200;
color: #0F3E92;
padding-top: 16px;
}
section.video-section .arrow-btn button{
  font-family: var(--Clashreg);
  font-size: 21px;
  width: 482px;
}

section.cards-section-home{
  padding: 80px 0;
  margin-bottom: -195px;
}

section.cards-section-home h1 , section.cards-section-home .h1{
  font-family: 'ClashDisplay-Medium';
  font-size: 40px;
  color: #0B3379;
  text-align: center;
  padding-bottom: 80px;
}

section.cards-section-home .cards-container-home{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
grid-gap: 20px;
padding: 0 20px;
}

section.cards-section-home .cards-container-home .card-body{
  font-family: 'ClashDisplay-Medium';
  font-size: 40px;
  padding: 40px;
  color: #0B3379;
  text-align: center;
}
section.cards-section-home .cards-container-home .cardD:hover{
transform: rotateY(180deg);
}

section.cards-section-home .cards-container-home .cardD{
  background-color: #D5E3ED;
  border: none;
  flex: 0 0 28%;
  border-radius: 20px;
  transition: transform 0.8s;
  perspective: 1000px;
}

section.fairer{
background-color: #0B3379;
height: 100%;
padding: 250px 0 40px;
text-align: center;
border-radius: 20px;
}

section.fairer h1 , section.fairer .h1{
  color: #fff;
  font-family: var(--Clashreg);
  font-size: 58px;
  text-align: center;
}

section.fairer p{
  color: #fff;
  font-family: var(--Clashreg);
  font-size: 42px;
  text-align: center;
  margin-bottom: 40px;
}


section.fairer .arrow-btn{
  padding: 80px 0 150px;
 
}
section.fairer .arrow-btn button{
  font-family: 'ClashDisplay-Medium';
}

section.data-driven{
  padding: 80px 0 0;
}

section.data-driven h1 , section.data-driven .h1{
  font-size: 68px;
  font-family: var(--Clashreg);
  color: #0B3379;
  margin: auto;
  text-align: center;
  max-width: 1200px;
  padding-bottom: 80px;
}

/* stackCard animation */
/* 
section.data-driven .container {
  margin: 0 auto;
}

section.data-driven #cards {
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(var(--cards), var(--cardHeight));
  gap: var(--cardMargin);
  margin-bottom: 0;
}

section.data-driven #card1 {
  --index: 1;
}
section.data-driven #card2 {
  --index: 2;
}
section.data-driven  #card3 {
  --index: 3;
}
section.data-driven  #card4 {
  --index: 4;
}

section.data-driven  .card {
  position: sticky;
  border: none;
  top:0;
}
section.data-driven .container-fluid{
  padding: 0;
}


section.data-driven #card2 .card-body {
  z-index: 2;
  background-color: #fff;
}
section.data-driven #card3 .card-body {
  z-index: 3;
  background-color: #fff;
}
section.data-driven #card4 .card-body {
  z-index: 4;
  background-color: #fff;
}
section.data-driven #card5 .card-body {
  z-index: 5;
  background-color: #fff;
} 

section.data-driven .card-body {
  box-sizing: border-box;
  padding: 30px;
  border-radius: 24px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  height: var(--cardHeight);
  transition: all 0.5s;
} */

section.data-driven .card-body header h2 {
  font-size: 18px;
  color: #0B3379;
  font-family: 'ClashDisplay-Medium';
      display: flex;
  align-items: center;

}

section.data-driven .card-body header h2 span{
display: block;
  width: 67px;
  background-color: #0B3379;
  height: 2px;
  margin-right: 12px;
}
section.data-driven .card{
border:none;
border-top-left-radius:24px;
border-top-right-radius:24px;
}

section.data-driven .card-body header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

 section.data-driven .left{
  padding: 50px 14px;
 }
 section.data-driven .left h2{
  font-size: 24px;
  font-family: var(--Georeg);
color: #0B3379;
 } 
 section.data-driven .left p{
  font-family: 'Geologica-Light';
  font-size: 16px;
  color: #0B3379;
  margin-top: 20px;
  /* font-weight: 700; */
 }


section.data-driven ul.discUl li{
  list-style: disc !important;
    color: #0B3379 !important;
 }

 section.data-driven .left ul li{
  font-family: 'Geologica-Light';
  font-size: 16px;
  color: #0B3379;
   padding: 5px 0px;
  list-style: none;
 }
 





 section.data-driven .left ul{
  padding: 0;
 }

 section.data-driven .left ul li::marker {
  color: #0B3379;
}
section.data-driven .left .arrow-btn{
margin-top: 40px;
justify-content: start;
}

section.data-driven .left .arrow-btn button{
font-size: 20px;
}


section.data-driven .owl-nav span{
font-size: 50px;
}

section.data-driven .owl-nav .owl-prev{
top: 40%;
left: -3%;
position: absolute;
}
section.data-driven .owl-nav .owl-next{
top: 40%;
right: -3%;
position: absolute;
}
section.data-driven .owl-dots {
text-align: center;
margin-top: 10px;
}

section.data-driven  .owl-carousel button.owl-dot{
display: inline-block;
width: 10px;
height: 10px;
margin: 5px;
border: 1px solid #0B3379;
border-radius: 50%;
}

section.data-driven .owl-carousel button.owl-dot.active {
background: #0B3379;
}


section.meetBuyers .card-cnt{
display: flex;
gap: 24px;
margin-top: 40px;
}

section.meetBuyers .card-cnt .cardMb img{
width: 50px;
height: 50px;

}

section.meetBuyers .card-cnt .cardMb .desc h4{
font-size: 20px;
font-family: var(--Interreg);
margin: 0;
}
section.meetBuyers .card-cnt .cardMb .desc p{
font-family: var(--Interreg);
font-size: 15px;
color: #999999;
margin-bottom: 0;
}
section.meetBuyers .card-cnt .cardMb{
padding: 20px 20px 60px;
background-color: #fff;
border-radius: 6px;
flex: 0 0 33%;
}
section.meetBuyers .card-cnt .cardMb .card-body{
padding: 0;
}
section.meetBuyers .card-cnt .cardMb .card-body p{
font-family: var(--Interreg);
font-size: 15px;
line-height: 24px;
margin-top: 16px;
color: #999999;
}

section.meetBuyers .arrow-btn{
margin-top: 40px;
/* padding-bottom: 150px; */
}

section.meetBuyers>h2 {
font-size: 48px;
font-weight: var(--fontmed);
font-family: 'ClashDisplay-Medium';
line-height: 32px;
text-align: center;
color: #fff;
}

section.meetBuyers{
padding-top: 80px;
background-color: #0B3379;
border-top-left-radius: 24px;
border-top-right-radius: 24px;
}


section.transparency{
text-align: center;
background-color: #0B3379;
padding: 80px 0;
position: relative;
}

section.transparency .hidden-fees{
top: 28%;
  max-width: 461px;
  text-align: left;
  font-family: var(--Georeg);
  font-weight: 500;
  color: #fff;
  position: absolute;
  font-size: 24px;
  left: 14%;
}

section.transparency .simple-transparent{
font-size: 48px;
font-family: 'ClashDisplay-Medium';
color: #fff;
max-width: 550px;
position: absolute;
top: 10%;
left: 50%;
}

section.transparency .box1{
padding: 20px;
  color: #fff;
  width: 316px;
  /* position: absolute;
  top: 40%;
  left: 10%; */
}
section.transparency .box1 ul{
list-style: none;
padding: 0;
}

section.transparency .box1 p{
font-size: 28px;
font-family: 'ClashDisplay-Medium';
}

section.transparency .box1 ul li{
font-size: 16px;
font-family: var(--Georeg);
margin-bottom: 12px;
}

section.transparency .box2{
padding: 20px;
  color: #fff;
  width: 479px;
  border-radius: 30px;
  background-color: #2E6AD3;
  margin-right: 10px;
}

section.transparency .box2 p{
font-size: 28px;
font-family: 'ClashDisplay-Medium';
}

section.transparency .box2 ul{
list-style: none;
padding: 0;
}

section.transparency .box2 ul li{
font-size: 16px;
margin-bottom: 12px;
font-family: var(--Georeg);
}

section.transparency .box3{
padding: 20px;
  color: #fff;
  width: 356px;
  border-radius: 30px;
  background-color: #295DB8;
  /* position: absolute;
  top: 40%;
  left: 10%; */
}
section.transparency .box3 p{
font-size: 28px;
font-family: 'ClashDisplay-Medium';
}

section.transparency .box3 ul{
list-style: none;
padding: 0;
}

section.transparency .box3 ul li{
font-size: 16px;
margin-bottom: 12px;
font-family: var(--Georeg);
}

section.transparency .flex-container{
display: flex;
justify-content: center;
position: absolute;
  top: 38%;
  left: 4%;
}

section.transparency .arrow-btn.upper{
position: absolute;
  top: 23%;
  left: 55%;
}
section.transparency .arrow-btn.upper button{
font-family: 'ClashDisplay-Medium';
font-size: 20px;
font-weight: 500;
width: 421px;
}
section.transparency .bottom-ver{
color: #fff;
font-family: 'Geologica-Light';
font-size: 14px;
max-width: 880px;
margin: auto;
padding-top: 20px;
filter: opacity(0.5);
}
section.transparency h4{
font-family: 'ClashDisplay-Medium';
font-size: 48px;
color: #fff;
margin-top: 40px;
}
section.transparency .arrow-btn.bottom{
margin-top: 40px;
}
section.transparency .arrow-btn.bottom button{
font-weight: 500;
}

section.faq-cnt {
background-color: #0B3379;
text-align: center;
}
section.faq-cnt>h2{
font-family: 'ClashDisplay-Medium';
font-size: 48px;
color: #fff;
margin-bottom: 40px;
}
section.faq-cnt .faq{
border-bottom: 1px solid #fff;
}

section.faq-cnt .faq:not(:last-child) {
margin-bottom: 20px;
}

section.faq-cnt .faq .faq-question:not(:last-child){
margin-bottom: 25px;
}


section.faq-cnt .container{
padding: 20px 0 40px;
}

section.faq-cnt .faq-question{
display: flex;
justify-content: space-between;
font-family: 'ClashDisplay-Medium';
color: #fff;
font-size: 28px;
}
section.faq-cnt .faq .ans {
display: none;
margin-top: 10px;
}
section.faq-cnt .faq.active .ans {
display: block;
transition: transform 1s ease;
text-align: left;
color: #fff;
}

section.faq-cnt .faq-question i{
transition: 1s ease-in;
}


section.limitOpening{
padding: 96px 0;
background-color: #0B3379;
}

section.limitOpening h2{
font-size: 48px;
text-align: center;
font-family: 'ClashDisplay-Medium';
color: #fff;
margin-bottom: 40px;
}


footer{
background-color:#0B3379;
padding: 0 20px;
}  
.footer-inner{
background: rgba(255, 255, 255, 0.089);
border-top-right-radius: 50px;
border-top-left-radius: 50px;
padding: 80px 0;
}

.footer-inner .start>h4{
color: #fff;
font-size: 28px;
font-family: 'Outfit-Regular';
}

.footer-inner .icons{
margin-top: 120px;
display: flex;
gap: 10px;
}
.footer-inner .icons a img{
opacity:0.5;
}

.footer-inner .icons i{
font-size: 24px;
color: rgba(255, 255, 255, 0.404);
}

.footer-inner .end h5{
font-size: 15px;
font-family:var(--Georeg);
line-height: 20px;
font-weight:500;
color: rgba(255, 255, 255, 0.521);
}

.footer-inner .end a{
text-decoration: none;
}

.footer-inner .end p{
color: rgba(255, 255, 255, 0.452);
font-size: 15px;
font-weight: 300;
}

ul.navbar-nav{
border-radius: 50px;
}
section.video-section.desktopView{
display: flex;
}

section.video-section.mobileView{
display: none;
}

.mobileView{
display: none;
}
.desktopView{
display: block;
}

@media(max-width:768px){
.footer-inner .icons{
  margin-top: 0px;
  align-items: center;
  /* flex-direction: column; */
}
.footer-inner .start>h4{
  text-align: center;
}
.footer-inner{
  padding: 40px 0;
}
section.cards-container{
  padding: 40px 0;
}
section.banner .left-box{
display: none;
}
section.banner .left-bottom-box{
display: none;
}
.navbar-toggler i{
color: #fff;
}
.navbar-toggler{
border: 2px solid #fff;
}
.navbar-toggler:focus{
box-shadow: none;
}
ul.navbar-nav{
border-radius: 12px;
padding: 20px;
z-index: 12;
position: relative;
}
section.banner .box{
background:none;
}
.arrow-btn button{
font-size: 16px;
padding: 8px 12px;
}
.arrow-btn i{
font-size: 16px;
padding: 12px;
}
section.banner .arrow-btn {
left: 23%;
top: 100%;
z-index:10;
}
.mobileView{
display: block;
}
.desktopView{
display: none;
}
section.video-section.desktopView{
display: none;
}

section.video-section.mobileView{
display: block;
}

section.video-section.mobileView{
text-align: center;
height: auto;
}
section.video-section.mobileView img{
width: 95%;
}
section.cards-section-home{
padding: 40px 0;
margin-bottom: -70px;
}
section.cards-section-home h1 , section.cards-section-home .h1{
font-size: 24px;
padding-bottom: 40px;
}
section.cards-section-home .cards-container-home .card-body{
font-size: 14px;
  padding: 10px;
}
section.fairer{
padding: 250px 0 40px;
}
section.fairer h1 , section.fairer .h1{
font-size: 32px;
}
section.fairer p{
font-size: 16px;
}
section.fairer img{
width: 100%;
}
section.fairer .arrow-btn {
padding: 40px 0 0px;
}
section.data-driven {
padding: 20px 0 0px;
}
section.data-driven h1 , section.data-driven .h1{
font-size: 32px;
padding-bottom: 20px;
}
section.data-driven .card-body header h2{
font-size: 12px;
}
section.data-driven .left{
padding: 0;
}
section.data-driven .left .arrow-btn button{
font-size: 16px;
}
section.data-driven .left .arrow-btn{
justify-content: center;
margin-top: 20px;
}

section.data-driven .owl-nav .owl-next{
right: -7%;
}
section.data-driven .owl-nav .owl-prev{
left: -7%;
}
section.meetBuyers>h2{
font-size: 32px;
}
section.meetBuyers .card-cnt{
flex-direction: column;
}
section.transparency img{
width: 90%;
}
section.transparency .arrow-btn.upper button{
display: none;
}
section.transparency{
padding: 40px 0;
}
section.transparency .bottom-ver{
font-size: 12px;
}
section.transparency h4{
font-size: 32px;
}
section.faq-cnt>h2{
font-size: 32px;
}
section.faq-cnt .container{
padding: 20px 20px;
}
section.faq-cnt .faq-question{
font-size: 18px;
}
section.limitOpening{
padding: 40px 0;
}
section.limitOpening h2{
font-size: 32px;
}
footer .footer-inner .start {
display: flex;
justify-content: space-between;
align-items: start;
margin-bottom: 25px;
gap: 20px;
flex-direction: column;
}
}

/* for 1366px */

@media (min-width:1299px) and (max-width:1399px){
section.banner .arrow-btn {
  left: 40%;
}
section.video-section .arrow-btn {
      top: 72%;
      left: 5%;
  }
section.video-section .front-box{
top:35%;
}
section.transparency .arrow-btn.upper {
left: 53%;
}
:root{
--cardHeight:110vh;
}
}

/* for 1280px  */

@media (min-width:1100px) and (max-width:1295px){
section.banner .arrow-btn {
  left: 43%;
  top: 81%;
}
.box{
background-size: contain;
}
section.banner .box .wrapper{
top: 26.5%;
}
section.video-section img{
width: 95%;
}
section.video-section .arrow-btn {
position: absolute;
top: 69%;
left: 4%;
}
section.video-section .iframe img {
width: 108%;
margin-top: 30px;
margin-left: -9px;
}
section.fairer>img{
width: 100%;
}
:root{
--cardHeight:100vh;
}
}

@media (min-width: 1100px) and (max-width: 1199px) {
section.video-section .arrow-btn button{
width:450px;
}
section.video-section .arrow-btn {
  left: 4%;
}
section.transparency img{
width:90%;
margin:auto;
}
section.banner .arrow-btn {
      left: 48%;
  top:71%;
  }
    section.video-section .iframe img {
      width: 95%;
    margin-top: 75px;
  position:relative;
    z-index:20;
}
section.data-driven .left .arrow-btn button{
  font-size:18px;
}
section.banner .left-box p:nth-child(1){
  font-size:40px;
}
section.banner .left-box p:nth-child(2){
  font-size:32px;
}
.box{
background-size:contain;
}
section.video-section.desktopView{
  padding-top:0;
}
section.data-driven .left{
  padding: 50px 50px;
}
section.video-section .front-box{
  top: 27%;
}
}


/* for ipad */
@media (min-width: 1000px) and (max-width: 1099px){
section.video-section img{
  width:90%;
}
section.fairer img{
  width:100%;
}
section.transparency img{
  width:90%;
}
section.data-driven .left {
  padding: 50px 20px;
}
section.cards-section-home .cards-container-home .card-body{
  font-size:25px;
}
section.video-section .iframe img {
  width: 90%;
}
section.video-section .front-box {
  max-width: 433px;
  background-color: #D5E3ED;
  border-radius: 24px;
  padding: 16px;
  left: 5%;
  z-index: 10;
  top: 33%;
  position: absolute;
}
section.video-section .iframe {
  top: 53%;
}
section.video-section .arrow-btn button {
  width: 350px;
}
section.video-section .arrow-btn {
  left: 9%;
}
section.video-section.desktopView{
  padding-top:0;
}
.box{
background-size: contain;
  height:600px;
}
section.banner .left-box p:nth-child(1){
  font-size:40px;
}
section.banner .left-box p:nth-child(2) {
  font-size: 30px;
}
section.banner .left-box {
  background-color: #F3F3F3;
  max-width: 652px;
}
section.banner .box .wrapper {
  position: absolute;
  top: 33%;
}
section.banner .arrow-btn {
  top: 74%;
  left:54%;
}
}





.new-cards-container-home {
display: flex;
gap: 20px;
}

.new-cardD {
perspective: 1000px;
width: 408px;
height: 376px;

}

.new-card-inner {
position: relative;
width: 100%;
height: 100%;
/*   transition: transform 0.6s; */
transform-style: preserve-3d;
}

.new-cardD:hover .new-card-inner {
transform: rotateY(180deg);
}

.new-card-front, .new-card-back {
position: absolute;
width: 100%;
height: 100%;
backface-visibility: hidden;
background-color: #f8f9fa;
border-radius: 20px;
}

.new-card-back {
transform: rotateY(180deg);
border:5px solid #33F1C2;
}

.new-card-body {
height: 100%;
display: flex;
align-items: center;
background-color: #D5E3ED;
justify-content: center;
padding: 10px;
border-radius: 20px;
}

.new-card-text {
margin: 0;
text-align: center;
color: #0B3379;
font-family: var(--Clashreg);
font-weight: 700;
padding:0 34px;
font-size: 32px;
}



.dream-cardD {
perspective: 1000px;
width: 300px;
height: 200px;
position: absolute;
/*   transform-style: preserve-3d; */
}

.dream-card-inner {
position: relative;
width: 100%;
height: 100%;
/*   transition: transform 0.6s; */
transform-style: preserve-3d;
will-change: transform;
  transform-style: preserve-3d;

}

.dream-cardD:hover .dream-card-inner {
transform: rotateY(180deg);
}

.dream-cardD:hover .dream-card-front{
visibility:hidden;
}
.dream-card-front, .dream-card-back {
position: absolute;
width: 100%;
height: 100%;
backface-visibility: hidden;
background-color: transparent;
border-radius: 20px;
}
.dream-card-front {
z-index: 2;
transform: rotateY(0deg);
}

.dream-card-back {
transform: rotateY(180deg);
}

.dream-card-back {
transform: rotateY(180deg);
}

.dream-card-body {
height: 200px;
align-items: center;
display: flex;
flex-direction: column;
background-color: transparent;
justify-content: center;
padding: 10px;
border-radius: 20px;
}

section.fairer .dream-card-text {
margin: 0;
text-align: center;
color: #33F1C2;
font-family: var(--Clashreg);
font-weight: 500;
font-size: 26px;
}

div.fairer_box{
position: relative;
}
div.fairer_box>img{
width: 100%;
}

/* dream card arrangment */
.dream-cardD.one {
top: 0%;
left: 21%;
}
.dream-cardD.two{
left: 4%;
top: 33%;
}
.dream-cardD.three{
top: 62%;
left: 23%;
}
.dream-cardD.four{
top: 31%;
left: 43%;
}
.dream-cardD.five{
top: 1%;
left: 59%;
}
.dream-cardD.six{
left: 75%;
top: 31%;

}


section.fairer .dream-card-back .dream-card-text{
font-family: 'Geologica-light';
font-size: 14px;
color: #fff;
}
section.fairer .dream-card-back h4{
font-family: 'Geologica-bold';
font-size: 14px;
color: #fff;
}


/* only for 1280px */
@media (min-width:1250px) and (max-width:1299px){
section.fairer .dream-card-back .dream-card-text{
  font-size: 12px;
}
section.fairer .dream-card-text{
  font-size: 20px;
}
.dream-cardD.one {
  top: 0%;
  left: 19%;
}
.dream-cardD.two {
left: 3%;
top: 30%;
}
.dream-cardD.four {
top: 30%;
left: 41%;
}
.dream-cardD.five {
  top: 3%;
  left: 58%;
}
section.video-section{
padding-top: 20px;
}
section.fairer img {
width: auto;
}
div.fairer_box>img {
width: 100%;
}
}

/* only for 1366px */
@media (min-width:1440px) and (max-width:1499px){
section.fairer .dream-card-text {
  font-size: 24px;
}
}


/* for 1920px */

@media (min-width:1880px){
section.banner .arrow-btn {
  position: absolute;
  left: 29%;
  top: 90%;
}
section.data-driven .owl-nav .owl-next{
right: -2%;
}
:root{

--cardHeight: 140vh;
}

.dream-cardD.one {
top: 6%;
left: 23%;
}
.dream-cardD.two {
left: 6%;
top: 36%;
}
.dream-cardD.three {
top: 68%;
left: 26%;
}
.dream-cardD.four {
top: 36%;
left: 45%;
}
.dream-cardD.five {
top: 7%;
left: 61%;
}
.dream-cardD.six {
left: 77%;
top: 35%;
}

section.video-section{
padding: 20px 0 40px;
}
}

section.data-driven #card1 .left p{
font-weight: 700;
} 
@media(min-width:1200px) and (max-width:1299px){
section.data-driven .owl-carousel .owl-item img{
max-height:500px;
}
}

section.transparency .arrow-btn.upper p {
  font-family: var(--Georeg);
  font-size: 20px;
  font-style: italic;
  color: #fff;
  text-align: start;
  max-width: 402px;
}

.popup-overlay,.popup-overlay-email {
position: fixed;
top: 0%;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
display: flex;
align-items: center;
justify-content: center;
z-index: 9999;
}
.popup-overlay{
overflow:scroll;
}
.popup-overlay::-webkit-scrollbar {
display: none; }
.popup-content {
background: #fff;
border-radius: 20px;
position: relative;
max-width: 720px;
width: 100%;
margin-top: 25px;
padding: 20px 60px 20px 60px;
background-color: #0B3379;
}

.close-popup {
position: absolute;
top: 10px;
right: 15px;
background: none;
border: none;
font-size: 24px;
cursor: pointer;
}

/* Join the Movement PopUp */
#wpcf7-f187-o1 .multistep-form h3 ,
#wpcf7-f187-o2 .multistep-form h3 {
  font-family: var(--Clashreg);
  font-weight: 400;
/*     font-size: 58px; */
font-size: 50px;
  color:#fff;
  text-align: center;
}
#wpcf7-f187-o1 .wpcf7-form p.heading ,
#wpcf7-f187-o2 .wpcf7-form p.heading{
font-family:var(--Clashreg);
color:#fff;
margin-top:10px;
margin-bottom:10px;
padding-bottom:8px;
font-size:24px;
border-bottom:1px solid #fff;
}

#wpcf7-f187-o1 .wpcf7-form label ,
#wpcf7-f187-o2 .wpcf7-form label{
color:#fff;
font-size:16px;
font-family:var(--Georeg);
font-weight:500;
margin-bottom:12px;
}
#wpcf7-f187-o1 .wpcf7-form .wpcf7-radio .wpcf7-list-item label input ,
#wpcf7-f187-o2 .wpcf7-form .wpcf7-radio .wpcf7-list-item label input{
min-width:30px;
min-height:30px;
}
#wpcf7-f187-o1 .wpcf7-form label:not(:first-child) ,
#wpcf7-f187-o2 .wpcf7-form label:not(:first-child){
padding-top:10px;
}
#wpcf7-f187-o1 .wpcf7-form label span ,
#wpcf7-f187-o2 .wpcf7-form label span{
color:#33F1C2;
}

#wpcf7-f187-o1 .wpcf7-form input ,
#wpcf7-f187-o2 .wpcf7-form input ,
#wpcf7-f187-o1 .wpcf7-form select , 
#wpcf7-f187-o2 .wpcf7-form select{
width:100%;
font-family:var(--Georeg);
font-size:14px;
color:black;
padding:12px 16px;
outline:none;
border:none;
border-radius:50px;
}
#wpcf7-f187-o1 .wpcf7-form select , 
#wpcf7-f187-o2 .wpcf7-form select{
color:black;
}
.popup-overlay .close-popup,.popup-overlay-email .close-popup{
background-color:#33F1C2;
padding: 2px 12px;
border-radius:50%;
color:#0B3379;
font-size: 25px;
border:2px solid #0B3379;
top: -1%;
right: -1%;
font-weight:600;
}

#wpcf7-f187-o1 .wpcf7-form button.next-step ,
#wpcf7-f187-o2 .wpcf7-form button.next-step{
font-family: var(--Clashreg);
  color: #0B3379;
  margin-top: 8px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50px;
  padding: 16px 24px;
  line-height: 24px;
  outline: none;
  min-width: 210px;
  border: none;
  background-color: #33F1C2;
}
#wpcf7-f187-o1 .wpcf7-form button.prev-step ,
#wpcf7-f187-o2 .wpcf7-form button.prev-step {
  font-family: var(--Clashreg);
  color: #FFF;
  margin-top: 8px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50px;
  padding: 16px 24px;
  line-height: 24px;
  outline: none;
  min-width: 210px;
  border: none;
  background-color: #1958C8;
}
#wpcf7-f187-o1 .wpcf7-form .buttons-wrapper input[type="submit"] ,
#wpcf7-f187-o2 .wpcf7-form .buttons-wrapper input[type="submit"] {
  font-family: var(--Clashreg);
  color: #0B3379;
  margin-top: 8px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50px;
  padding: 16px 24px;
  line-height: 24px;
  outline: none;
  max-width: 210px;
  border: none;
  background-color: #33F1C2;
}
#wpcf7-f187-o1 .wpcf7-form .step-5 .buttons-wrapper .wpcf7-spinner ,
#wpcf7-f187-o2 .wpcf7-form .step-5 .buttons-wrapper .wpcf7-spinner ,
#wpcf7-f187-o1 .wpcf7-form .step-6 .buttons-wrapper .wpcf7-spinner ,
#wpcf7-f187-o2 .wpcf7-form .step-6 .buttons-wrapper .wpcf7-spinner{
width:100%;
}

#wpcf7-f187-o1 .wpcf7-form .buttons-wrapper>p , 
#wpcf7-f187-o2 .wpcf7-form .buttons-wrapper>p{
display:flex;
justify-content:space-between;
flex-wrap:wrap;
align-items:center;
}
#wpcf7-f187-o1 .wpcf7-form .wpcf7-radio .wpcf7-list-item , 
#wpcf7-f187-o2 .wpcf7-form .wpcf7-radio .wpcf7-list-item{
display: flex;
  padding: 10px 16px;
  border-radius: 50px;
margin:0;
  background-color: #B8D4FF;
}
#wpcf7-f187-o1 .wpcf7-form .wpcf7-radio .wpcf7-list-item:not(:first-child),
#wpcf7-f187-o1 .wpcf7-form .wpcf7-radio .wpcf7-list-item:not(:last-child) ,
#wpcf7-f187-o2 .wpcf7-form .wpcf7-radio .wpcf7-list-item:not(:first-child),
#wpcf7-f187-o2 .wpcf7-form .wpcf7-radio .wpcf7-list-item:not(:last-child){
margin-top:20px;
}
#wpcf7-f187-o1 .wpcf7-form  .step-4 .wpcf7-radio ,
#wpcf7-f187-o2 .wpcf7-form  .step-4 .wpcf7-radio{
display:flex;
flex-wrap:wrap;
gap:20px;
}
#wpcf7-f187-o1 .wpcf7-form  .step-4 .wpcf7-radio .wpcf7-list-item ,
#wpcf7-f187-o2 .wpcf7-form  .step-4 .wpcf7-radio .wpcf7-list-item{
flex: 0 0 calc(50% - 20px);
}
#wpcf7-f187-o1 .wpcf7-form .wpcf7-radio .wpcf7-list-item:has(input:checked) ,
#wpcf7-f187-o2 .wpcf7-form .wpcf7-radio .wpcf7-list-item:has(input:checked) {
background-color: #33F1C2; 
}
#wpcf7-f187-o1 .wpcf7-form .wpcf7-radio .wpcf7-list-item label ,
#wpcf7-f187-o2 .wpcf7-form .wpcf7-radio .wpcf7-list-item label{
display: flex;
gap:15px;
  margin: 0;
}
#wpcf7-f187-o1 .wpcf7-form .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label ,
#wpcf7-f187-o2 .wpcf7-form .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label{
color:#0B3379;
font-family: var(--Georeg);
  font-weight: 500;
  font-size: 18px;
  min-width: 100%;
}
#wpcf7-f187-o1 .wpcf7-form .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label .label-main ,
#wpcf7-f187-o2 .wpcf7-form .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label .label-main{
color:#0B3379;
}

#wpcf7-f187-o1 .wpcf7-form .step-5 .wpcf7-radio .wpcf7-list-item ,
#wpcf7-f187-o2 .wpcf7-form .step-5 .wpcf7-radio .wpcf7-list-item ,
#wpcf7-f187-o1 .wpcf7-form .step-6 .wpcf7-radio .wpcf7-list-item ,
#wpcf7-f187-o2 .wpcf7-form .step-6 .wpcf7-radio .wpcf7-list-item{
position:relative;
}
#wpcf7-f187-o1 .wpcf7-form .step-5 .wpcf7-radio .wpcf7-list-item:not(:first-child),
#wpcf7-f187-o1 .wpcf7-form .wpcf7-radio .wpcf7-list-item:not(:last-child) ,
#wpcf7-f187-o2 .wpcf7-form .step-5 .wpcf7-radio .wpcf7-list-item:not(:first-child),
#wpcf7-f187-o2 .wpcf7-form .wpcf7-radio .wpcf7-list-item:not(:last-child) , 
#wpcf7-f187-o1 .wpcf7-form .step-6 .wpcf7-radio .wpcf7-list-item:not(:first-child),
#wpcf7-f187-o2 .wpcf7-form .step-6 .wpcf7-radio .wpcf7-list-item:not(:first-child){
margin-top:30px
}
#wpcf7-f187-o1 .wpcf7-form .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label .label-sub ,
#wpcf7-f187-o2 .wpcf7-form .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label .label-sub{
position:absolute;
bottom: -45%;
right: 5%;
color: #fff;
}


#wpcf7-f187-o1 .wpcf7-form .step-1 button.next-step ,
#wpcf7-f187-o2 .wpcf7-form .step-1 button.next-step{
width:100%;
}


/* Email  form */
.popup-overlay-email .mail-form>h3{
 font-family: var(--Clashreg);
  font-weight: 400;
  font-size: 46px;
color:#fff;
  line-height: normal;
  text-align: center;
}

.popup-overlay-email .popup-content{
width:619px;
padding:30px;
}


.popup-overlay-email .mail-form p.heading{
font-family:var(--Clashreg);
color:#fff;
margin-top:20px;
margin-bottom:20px;
  text-align:center;
max-width:412px;
margin:auto;
font-size:12px;
font-family:"Geologica-Light";
}

.popup-overlay-email .mail-form p.btnheading{
color:#fff;
text-align:center;
font-size:32px;
font-family:var(--Clashreg);
margin-top:20px;
}
.popup-overlay-email .mail-form p.btnheading a{
background-color:#33F1C2;
font-family:'ClashDisplay-Medium';
color:#0B3379;
padding:8px 24px;
border-radius:50px;
font-weight:500;
}

footer .open-mailpopup:hover{
cursor:pointer;
}
#wpcf7-f187-o1 form.sent .wpcf7-response-output ,
#wpcf7-f187-o2 form.sent .wpcf7-response-output
{
margin:0;border:none;color:#46b450;text-align:center;
}
#wpcf7-f187-o1 form.invalid .wpcf7-response-output ,
#wpcf7-f187-o2 form.invalid .wpcf7-response-output{
color:#dc3232;
}


@media (max-width:768px){
section.cards-section-home .cards-container-home{
flex-direction:column;
}
#wpcf7-f187-o1 .wpcf7-form input[type="submit"] , #wpcf7-f187-o2 .wpcf7-form input[type="submit"]{
font-size:14px;
}
.new-cardD{
  width:80%;
  height:300px;
}
.new-cardD:not(:first-child){
  padding-top:20px
}
.new-card-text{
  font-size:20px
}
section.cards-section-home{
  margin-bottom:0
}
section.transparency .arrow-btn.upper p{font-size: 8px;}
section.transparency .arrow-btn.upper {
  position: absolute;
  top: 16%;
  left: 55%;
}
.popup-content{
  width:90%;
  padding:20px;
}
#wpcf7-f187-o1 .wpcf7-form>h3 , 
#wpcf7-f187-o2 .wpcf7-form>h3{
  font-size:24px;
}
#wpcf7-f187-o1 .wpcf7-form input[type="submit"] ,
#wpcf7-f187-o2 .wpcf7-form input[type="submit"]{
font-size:14px;
}
.popup-overlay-email .mail-form>h3{
  font-size:24px;
}
.popup-overlay-email .mail-form p.btnheading{
  font-size:24px;
}
.popup-overlay-email .popup-content{
  width:80%;
}
}

@media(max-width:400px){
    section.banner .box{
    height: 200px;
  }
}

.new-card-back ul{
/* padding:0; */
/* 	    list-style-type: none; */
}
.new-card-back li{
font-family:var(--Georeg);
font-size:28px;
color:#0B3379;
}
section.limitOpening .arrow-btn button{
text-transform:uppercase;
}


section.data-driven .owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled {
  display:block; }


.multistep-form .step {
display: none;
}
.multistep-form .step.active {
display: block;
}
.wpcf7-list-item-label {
display: flex;
flex-direction: column;
}

.label-main {
font-weight: 600;
font-size: 16px;
}

.label-sub {
font-size: 13px;
color: #666;
}
.col-12.col-md-8.end a {
  cursor: pointer;
}
#wpcf7-f187-o1 .wpcf7-form .step-4 .wpcf7-radio .wpcf7-list-item ,
#wpcf7-f187-o2 .wpcf7-form .step-4 .wpcf7-radio .wpcf7-list-item {
  margin-top: 5px;
}
.new-card-back .new-card-body {
  flex-direction: column;
}
section.cards-section-home .cards-container-home .new-cardD:nth-child(3) .new-card-back p.new-card-text {
  text-align: left;
font-size:28px;
}
.multistep-form .step.step-3 label.headingl {
  margin-bottom: 0px !important;
}
.multistep-form .step.step-3 span.wpcf7-list-item {
  margin-top: 10px !important;
}
.multistep-form .step.step-5 span.wpcf7-list-item , .multistep-form .step.step-6 span.wpcf7-list-item {
  margin-top: 22px !important;
}
.multistep-form .step.step-5 .buttons-wrapper p , .multistep-form .step.step-6 .buttons-wrapper p {
  margin-bottom: 0px;
}
@media(max-width:1440px){
section.data-driven .card .owl-carousel .owl-item img {
  height:350px !important;
  object-fit: contain;
  width: 80%;
margin:auto;
}
}
@media(max-width:768px){
.label-main{
  font-size:14px;
}
#wpcf7-f187-o1 .multistep-form h3 ,
#wpcf7-f187-o2 .multistep-form h3{
  font-size:32px;
}
#wpcf7-f187-o1 .wpcf7-form button.next-step,
#wpcf7-f187-o1 .wpcf7-form button.prev-step ,
#wpcf7-f187-o2 .wpcf7-form button.next-step,
#wpcf7-f187-o2 .wpcf7-form button.prev-step{
font-size: 14px;
  padding: 10px 12px;
  margin-top:10px;
  min-width:120px;
}
#wpcf7-f187-o1 .wpcf7-form p.heading ,
#wpcf7-f187-o2 .wpcf7-form p.heading{
  font-size:18px;
}
#wpcf7-f187-o1 .wpcf7-form .wpcf7-radio .wpcf7-list-item ,
#wpcf7-f187-o2 .wpcf7-form .wpcf7-radio .wpcf7-list-item{
      padding: 8px;
}
#wpcf7-f187-o1 .wpcf7-form .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label ,
#wpcf7-f187-o2 .wpcf7-form .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label{
  min-width:auto;
  font-size:14px;
}
#wpcf7-f187-o1 .wpcf7-form .wpcf7-radio .wpcf7-list-item label input ,
#wpcf7-f187-o2 .wpcf7-form .wpcf7-radio .wpcf7-list-item label input{
  max-width:25px;
}
#wpcf7-f187-o1 .wpcf7-form .wpcf7-radio .wpcf7-list-item label ,
#wpcf7-f187-o2 .wpcf7-form .wpcf7-radio .wpcf7-list-item label{
  align-items:center;
}
#wpcf7-f187-o1 .wpcf7-form .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label .label-sub ,
#wpcf7-f187-o2 .wpcf7-form .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label .label-sub{
  top: 105%;
}
#wpcf7-f187-o1 .wpcf7-form .buttons-wrapper input[type="submit"] ,
#wpcf7-f187-o2 .wpcf7-form .buttons-wrapper input[type="submit"]
{padding: 10px 12px;margin-top:10px;width: 120px;}
#wpcf7-f187-o1 .wpcf7-form .step-5 .buttons-wrapper ,
#wpcf7-f187-o2 .wpcf7-form .step-5 .buttons-wrapper ,
#wpcf7-f187-o1 .wpcf7-form .step-6 .buttons-wrapper ,
#wpcf7-f187-o2 .wpcf7-form .step-6 .buttons-wrapper{
  margin-top:40px
} 
.new-card-back li {
  font-size: 20px;
}
section.data-driven .card .owl-carousel .owl-item img {
  height: 172px !important;
  object-fit: contain;
  width: 100%;
}
section.data-driven .card-body{
  padding:20px;
}
section.data-driven .card-body header {
  margin-bottom: 12px;
}
section.data-driven .left ul li{
  padding: 0px 0px 5px;
}
section.data-driven .left p{
  margin-top:8px;
      margin-bottom: 8px;
}
section.data-driven .owl-dots {
  margin-top: 0px;
}

}


footer .end>.row{
justify-content:space-evenly;
}


/*  */
/* General Styling for Single Post */
.single-post .single-post-header {
  padding: 20px;
margin-top: 30px;
  margin-bottom: 0px;
}
.single-post .single-post-header-top p.topheading{
color:#0B3379;
font-size:20px;
font-weight:600;
margin-bottom:0px;
font-family: 'Geologica-Regular';
}
.single-post .single-post-header-top , .single-post .single-post-header-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.single-post .back-button, .single-post .share-button {
  background-color: #0B3379;
  color: white;
  border: none;
  padding: 10px 34px;
  font-size: 18px;
  cursor: pointer;
  border-radius: 30px;
  transition: background-color 0.3s ease;
font-family: 'ClashDisplay-Regular';
  font-weight: 500;
}

.single-post .back-button:hover, .single-post .share-button:hover {
  background-color: #005bb5;
}

.single-post .post-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
margin:30px 0px;	
}

.single-post .category {
  color: #0B3379;
  font-size: 15px;
font-weight:600;
text-transform:uppercase;
    font-family: 'Geologica-Regular';
display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.single-post .post-title {
  font-size: 42px;
  margin: 15px 0px;
  color: #0F3E91;
font-family: 'ClashDisplay-Regular';
  font-weight: 700;
}

.single-post .post-excerpt {
  font-size: 20px;
  color: #868686;
  margin-top: 10px;
 font-family: 'Geologica-Regular';
font-weight:300;
}

.single-post .post-meta {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  font-size: 18px;
  color: #515151;
}

.single-post .post-meta .author {
color:#0B3379;
font-size: 20px;
 font-family: 'Geologica-Regular';
font-weight:500;
}

.single-post .social-links a {
  color: #51515180;
  text-decoration: none;
}

.single-post .social-links a:hover {
  text-decoration: underline;
}

.single-post .video-read-time, .single-post .updated-date {
  color: #333;
}

.single-post .single-post-content {
  padding: 20px;
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  margin-top: 20px;
}

.single-post .single-post-content h2, .single-post .single-post-content h3 ,  .single-post .single-post-footer{
  margin-top: 20px;
}

.single-post .tablecontent{
background-color:#D5E3ED;
padding:20px;
border-radius:30px;
}
.single-post .tablecontent p.heading{
color:#0F3E91;
font-family: 'Geologica-Regular';
font-weight:500;
}

.single-post .post-sidebar {
position: sticky;
top: 120px;
}
.single-post p span.highlight ,
.single-post .single-post-content.single-post-wrapper h5{
color:#0F3E91;
background-color:#D5E3ED;
font-weight:400;
font-style: italic;
font-size:28px;
padding: 3px 10px;
border-radius:10px;
 font-family: 'Geologica-Regular';
  line-height: normal;
display:inline;
}
.single-post p span.lineinfo , 
.single-post .single-post-content.single-post-wrapper h6{
border-left: 2px solid #0F3E91;
  font-style: italic;
  color: #0F3E91;
  padding-left: 20px;
 font-family: 'Geologica-Regular';
font-weight:300;
display:block;
    font-size: 18px;
  line-height: 1.6;
}
.single-post .single-post-content.single-post-wrapper h5.text-withBg{
  display: block;
  background-color: transparent;
  background-image: url(/wp-content/uploads/2025/05/Union.png);
  background-size: 90% 104%;
  background-repeat: no-repeat;
  background-position: left;
}

.single-post h2 , .single-post h3{
color:#0F3E91 ;
}
.single-post .tablecontent ul {
list-style: none;
padding-left: 0;
}

.single-post .tablecontent ul li {
margin-bottom: 10px;
}

.single-post .tablecontent ul li a {
  text-decoration: none;
  color: #3B3B3B;
  font-weight: 300;
  font-size: 14px;
 font-family: 'Geologica-Regular';
}

.single-post .tablecontent ul li a:hover {
text-decoration: underline;
}
.single-post button {
background-color:#33F1C2;
color:#0B3379;
padding:12px 34px;
border:none;
    border-radius: 20px;
  cursor: pointer;
font-family: 'ClashDisplay-Regular';
font-weight:500;
}

.single-post .single-post-content-button , .single-post .single-post-footer{
margin-bottom: 20px;
}
.belowpost-content{
    background-color:#0B3379;
    border-top-left-radius:20px;
    border-top-right-radius:20px;
  }
.belowpost-content .newsletter { 
    text-align: center;
    padding: 80px 20px;
  width: 65%;
    margin: 0px auto;
  }
.belowpost-content .newsletter h2 ,  .belowpost-content .cta-section h2 {
      font-size: 42px;
  font-weight:500;
      margin-bottom: 20px;
  color:white;
 font-family: 'ClashDisplay-Regular';
  }
.belowpost-content .newsletter p {
      font-size: 20px;
  color: white;
  margin-bottom: 25px;
  font-family: 'Geologica-Regular';
 font-weight:300;
  }
.belowpost-content .newsletter input[type="email"] ,  .belowpost-content .newsletter .emailfield  {
    padding: 10px;
    width: 400px;
    border-radius: 30px;
    border: none;
    margin-right: 10px;
  }
.belowpost-content input.wpcf7-form-control.wpcf7-submit{
background-color:#33F1C2;
color:#0B3379;
padding:8px 34px;
border:none;
    border-radius: 30px;
  cursor: pointer;
 font-family: 'ClashDisplay-Regular';
 font-weight:500;
}
.wpcf7 form .wpcf7-response-output{
color:white;
}
.belowpost-content .newsletter button ,   .belowpost-content .cta-section button {
      padding: 10px 40px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  }
.belowpost-content .cta-section button{
    font-weight:bold;
 background-color:#33F1C2;
color:#0B3379;
padding:8px 34px;
border:none;
    border-radius: 30px;
  cursor: pointer;
 font-family: 'ClashDisplay-Regular';
 font-weight:600;
  }
.belowpost-content .cta-section {
    text-align: center;
    padding:40px 20px;
    background: #0B3379;
  }
.single-post .article-card {
background: #F6FBFF;
border-radius: 30px;
padding: 16px;
box-shadow: 0 0 10px rgba(0,0,0,0.08);
margin: 10px;
}
.single-post .articles-section {    
    color: #000;
    padding: 40px 20px 80px;
}
.single-post .articles-section h3{
font-size:36px;
color:white;
margin-bottom:20px;
font-family: 'ClashDisplay-Regular';
font-weight:500;
padding-left:2%;
}
.single-post  .article-content {
margin-top: 12px;
}
.single-post .article-card img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.single-post .article-card .badge {
  font-size: 13px;
  color: #0B3379;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 20px;
left: 18px;
  background: #F6FBFF;
  padding: 15px;
  border-radius: 0px;
  border-bottom-right-radius: 15px;
 font-family: 'Geologica-Regular';
font-weight:500;
}
.single-post .article-card .title{
  margin-bottom:10px;
 font-family: 'Geologica-Regular';
font-weight:700;
}
.single-post .article-card .title a {
font-size: 20px;
font-weight: bold;
color: #0B3379;
text-decoration: none;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
 font-family: 'Geologica-Regular';
font-weight:700;
}
.single-post .article-card .excerpt {
font-size: 16px;
color: #0B3379;
margin-top: 6px;
 font-family: 'Geologica-Regular';
font-weight:300;
}
.single-post .article-card .meta {
font-size: 13px;
color: #585858;
display: flex;
justify-content: space-between;
margin-top: 8px;
}

.single-post  .view-all-wrapper {
text-align: center;
margin-top: 20px;
}

.single-post .view-all-btn {
background-color:#33F1C2;
color:#0B3379;
padding:12px 34px;
border-radius: 20px;
font-weight: 500;
text-decoration: none;
display: inline-block;
font-family: 'ClashDisplay-Regular';
}
.single-post .share-container {
position: relative;
display: inline-block;
}

.single-post .share-button {
cursor: pointer;
}

.single-post .share-button img {
vertical-align: middle;
margin-left: 5px;
}

.single-post .share-dropdown {
display: none;
position: absolute;
background-color: #fff;
min-width: 160px;
z-index: 1;
border: 1px solid #ddd;
box-shadow: 0px 2px 8px rgba(0,0,0,0.15);
margin-top: 5px;
border-radius: 4px;
}

.single-post .share-dropdown a {
color: #333;
padding: 10px 15px;
text-decoration: none;
display: block;
font-size: 14px;
}

.single-post .share-dropdown a:hover {
background-color: #f5f5f5;
}
.mejs-controls {
  display: none !important;
}
div#post-content p{
 font-family: 'Geologica-Regular';
font-weight:400;
}
div#post-content h2 , div#post-content h3{
 font-family: 'Geologica-Regular';
font-weight:700;
font-size:21px;
}
div#post-grid {
  background-color: #D5E3ED;
  padding: 50px 30px;
margin-bottom: -4px;
/*     border-radius: 30px; */
}
div#post-grid .card img {
  height: 300px;
  width: 100%;
  object-fit: cover;
border-radius:16px;
}
.single-post nav a.nav-link.rounded-pill ,
nav.newmenu a.nav-link.rounded-pill{
background-color :#33F1C4 !important;
color:#0F3E92 !important;
}

/* blog listing */
 body.page-template-template-posts .learn-section {
     padding: 40px 40px;
 }
 body.page-template-template-posts .learn-section .row ,
 body.page-template-template-posts .videosec .row {
   margin:0px auto;
   align-items: center;
 }
   body.page-template-template-posts .learn-left {
    background: url('/wp-content/uploads/2025/04/Union-1.png') no-repeat left top;
    background-size: contain;
    border-radius: 20px;
  }

   body.page-template-template-posts .learn-left h1 {
    font-size: 96px;
    color: #0F3E91;
  font-family: 'ClashDisplay-Regular';
    font-weight:500; 
       padding-left: 20px;
  }

   body.page-template-template-posts .learn-left p {
    color: #0a2a66;
    padding: 20px;
    border-radius: 15px;
    font-size: 24px;
    line-height: 1.6;
    max-width: 600px;
  font-family: 'Geologica-Regular';
  font-weight:300;
   float:right;
  }

   body.page-template-template-posts .learn-right {
    background-color: #002a5c;
    color: white;
    border-radius: 15px;
    padding: 20px;
  }

body.page-template-template-posts h4.smallheading {
color: #0B3379;
font-family: 'ClashDisplay-Regular';
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 47px;
  }

   body.page-template-template-posts .learn-right h2 {
    font-size: 32px;
    margin: 0 0 15px;
  font-family: 'ClashDisplay-Regular';
  font-weight:500; 
  }

   body.page-template-template-posts .learn-right p {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 15px;
  font-family: 'Geologica-Regular';
  font-weight:300;
       float: right;
  }

   body.page-template-template-posts .learn-right a {
    color: white;
    font-weight: 500;
    text-decoration: underline;
  font-family: 'ClashDisplay-Regular';
    font-size:18px;
  }
  body.page-template-template-posts  .filter-icon {
background: none;
border: none;
font-size: 18px;
cursor: pointer;
margin-left: 10px;
}

body.page-template-template-posts .blog-filters {
margin-top: 10px;
}
body.page-template-template-posts .filter-btn {
  background-color: #33F1C2;
  color: #0F3E91;
  border: none;
  border-radius: 30px;
  padding: 6px 30px;
  font-size: 18px;
  font-family: 'ClashDisplay-Regular';
  font-weight: 600;
}
 
body.page-template-template-posts .filter-btn.active {
background-color: #D5E3ED;
    color: #0F3E91;
  border-radius: 0;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
body.page-template-template-posts .blog-post .card , body.page-template-template-posts .videosec .card {
  padding: 20px;
  border-radius: 30px;
background-color: #fff;
}
body.page-template-template-posts .blog-post .card span.badge ,
 body.page-template-template-posts .videosec .card span.badge {
font-size: 13px;
  color: #0B3379;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 18px;
  left: 18px;
  background-color:  #F6FBFF !important;
      padding: 5px 13px 9px;
  border-radius: 0px;
  font-family: 'Geologica-Regular';
  font-weight: 500;
}
 body.page-template-template-posts .blog-post .card .card-body , 
 body.page-template-template-posts .videosec .card .card-body {
  padding: 20px 0px;
   box-shadow:none;
}
 body.page-template-template-posts .blog-post .card .card-body h5.card-title ,
 body.page-template-template-posts .videosec .card  .card-body h5.card-title {
   font-family: 'Geologica-Regular';
   font-weight:700;
   font-size:21px;
   color:#0B3379;
       overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
 }
body.page-template-template-posts div#post-grid .card img.icon , 
 body.page-template-template-posts .videosec .card img.icon  {
   width:35px;
   height:35px;
 }
 body.page-template-template-posts .blog-post .card .card-body p.card-text ,
 body.page-template-template-posts .videosec .card .card-body p.card-text {
   font-family: 'Geologica-Regular';
   font-weight:300;
   font-size:16px;
 }
 body.page-template-template-posts .blog-post .card .card-footer ,
  body.page-template-template-posts .videosec .card .card-footer   {
  border: none;
  background: transparent;
  padding: 0;
}
 body.page-template-template-posts .blog-post .card .card-footer span ,
   body.page-template-template-posts .videosec .card .card-footer span {
  color: #585858;
   font-size:13px;
   font-weight:400;
 }
 
 body.page-template-template-posts .mainheader{
   margin-bottom:20px;
 }
 body.page-template-template-posts .mainheader h3{
       font-family: 'ClashDisplay-Regular';
    font-weight: 700;
    color: #0B3379;
 }
 body.page-template-template-posts .roundbutton{
   background-color: #33F1C2 !important;
   color: #0032A1 !important;
   border-radius:30px;
   border:none;
   padding: 10px 20px;
 }	 
 body.page-template-template-posts .videosecbg{
   background-color: #0B3379;
 }
  body.page-template-template-posts .videosec{
       background-color: #D5E3ED;
  padding: 50px 30px;
    border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
 }
 
body.page-template-template-posts .belowpost-content {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
 body.page-template-template-posts .videosec .card ,
 body.page-template-template-posts .videosec .card span.badge{
   background-color: #0F3E91 !important;
 }
 body.page-template-template-posts .videosec .card span.badge ,
 body.page-template-template-posts .videosec .card .card-body h5.card-title ,
 body.page-template-template-posts .videosec .card .card-body p.card-text{
   color:white;
 }
 body.page-template-template-posts .videosec .card .card-footer span {
  color: #ffffff9e;
}
body.page-template-template-faq .faq-container {
  background-color: #0F3E92;
  padding:80px 80px;
}
body.page-template-template-faq .faq-container h1{
  font-family: 'ClashDisplay-Regular';
    font-weight: 700;
color:white;
margin-bottom:30px;
font-size:36px;
}
body.page-template-template-faq .faq-container .faq-filters {
margin-bottom:30px;
display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
body.page-template-template-faq .faq-container .faq-filters label
{
  font-family: 'ClashDisplay-Regular';
    font-weight: 500;
color:white;
font-size:18px;
 cursor: pointer;
  margin-right: 15px;
}
body.page-template-template-faq .faq-container .faq-filters label input{
margin-right:10px;
width:20px;
height:20px;
}
body.page-template-template-faq .faq-container .faq-filters label input:checked{

}

body.page-template-template-faq .faq-container .faq-item {
padding: 30px 20px;
border-bottom:1px solid white;
}
body.page-template-template-faq .faq-container .faq-item h4 {
cursor: pointer;
margin: 0;
   font-family: 'ClashDisplay-Regular';
    font-weight: 500;
color:white;
font-size:24px;
    display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
}
body.page-template-template-faq .faq-container .faq-answer {
margin-top: 8px;
font-family: 'Geologica-Regular';
   font-weight:300;
   font-size:18px;
color:white;
    padding: 40px 60px;
}
body.page-template-template-faq .faq-container .faq-item.active{
background-color:#1346A0;
}
body.page-template-template-faq .formsec{
padding:80px 20px 100px;
background-color: #0F3E92;
}
body.page-template-template-faq .formsec h2{
 font-family: 'ClashDisplay-Regular';
    font-weight: 500;
color:white;
font-size:42px;
text-align:center;
margin-bottom:20px;
}
body.page-template-template-faq .formsec p{
 font-family: 'Geologica-Regular';
   font-weight:300;
   font-size:18px;
color:white;
  text-align:center;
margin:0px auto;
margin-bottom:20px;
}
body.page-template-template-faq .formsec>p{
max-width:400px;
}
body.page-template-template-faq .formsec .form {
  width: 50%;
  margin: 0px auto;
  padding: 20px 0px;
}
body.page-template-template-faq .formsec .form p{
width:100%;
}
body.page-template-template-faq .formsec .form input {
  padding: 12px;
  border-radius: 8px;
  border: none;
  width: 100%;
font-family: "Geologica-light";
font-size:15px;
}
body.page-template-template-faq textarea.wpcf7-form-control.wpcf7-textarea.questionhere {
  width: 100%;
  border-radius: 8px;
  height: 150px;
  padding: 12px 20px;
}
body.page-template-template-faq .formsec .form .row{
margin-bottom:10px;
}
body.page-template-template-faq .formsec .form input.wpcf7-submit {
  width: auto !important;
  float: left;
  background-color: #33F1C4;
  color: #0F3E92;
  border-radius: 20px;
font-weight:500;
  padding: 10px 30px;
}
/*  */
@media screen and (max-width:1024px){
body.page-template-template-posts .filter-btn{
      padding: 6px 12px;
}
body.page-template-template-posts .learn-left h1 {
  font-size: 75px;
}
body.page-template-template-posts .learn-left p{
      max-width: 475px;
}
}
@media screen and (max-width:768px){
body.page-template-template-posts .learn-left h1 {
  font-size: 57px;
}
body.page-template-template-posts .learn-right h2 {
  font-size: 32px;
}
body.page-template-template-posts .learn-left p {
  max-width: 345px;
  font-size: 17px;
  padding-top: 10px;
}
body.page-template-template-posts .filter-btn {
          padding: 6px 10px;
      font-size: 14px;
}
div#post-grid .card img {
  height: 250px;
}
body.page-template-template-posts .blog-post .card .card-body p.card-text, body.page-template-template-posts .videosec .card .card-body p.card-text {
  font-size: 16px;
}
}
@media screen and (max-width:767px){
body.page-template-template-posts .learn-left{
  padding:0px;
}
.single-post .single-post-content .row {
  flex-direction: column-reverse;
  gap: 20px;
}
.single-post .newsletter{
  width:100%;
}
.single-post .newsletter input[type="email"] {
  width: auto;
}
.single-post .newsletter {
  padding: 60px 20px;
}
.single-post .back-button, .single-post .share-button{
  padding: 5px 18px;
}
.single-post .post-title , .single-post .newsletter h2, .single-post .cta-section h2 {
    font-size: 25px;
}
.single-post .single-post-header-top p.topheading , .single-post .back-button, .single-post .share-button , .single-post .category , .single-post .post-meta{
  font-size:14px;
}
.single-post .post-excerpt , .single-post .post-meta .author{
  font-size:16px;
}
.single-post p span.highlight , .single-post .articles-section h3 ,
.single-post .single-post-content.single-post-wrapper h5{
  font-size:18px;
}
body.page-template-template-posts .learn-left h1 {
  font-size: 45px;
  padding: 0;
}
body.page-template-template-posts .learn-left p {
  max-width: 272px;
  font-size: 13px;
  padding-top: 10px;
}
body.page-template-template-posts .filter-btn {
  padding: 6px 8px;
  font-size: 13px;
}
body.page-template-template-posts .videosec {
  padding: 50px 20px;
}
.belowpost-content .newsletter h2, .belowpost-content .cta-section h2 {
  font-size: 35px;
}
.belowpost-content .newsletter {
  padding: 80px 0px;
  width: 90%;
}
.belowpost-content .newsletter input[type="email"], .belowpost-content .newsletter .emailfield {
  width: 100%;
  margin: 0px auto;
  margin-bottom: 20px;
}
.wpcf7-spinner {
  display: block;
}
.belowpost-content .newsletter form.wpcf7-form.init p {
  margin: 0;
}
body.page-template-template-faq .faq-container .faq-item h4{
      gap: 20px;
}
body.page-template-template-faq .faq-container .faq-answer{
      padding: 40px 6px;
}
body.page-template-template-faq .formsec p{
      width: 90%;
}
body.page-template-template-faq .formsec .form {
  width: 90%;
}
}

/* 14 may 2025 */
body.home ul.navbar-nav{
position:unset;
}
body.home .navbar.navbar-expand-lg{
position: fixed;
  width: 100%;
  z-index: 999;
}
body.single-post ul.navbar-nav{
position:fixed;
z-index:2;
}
.single-post .single-post-header-top>a{
text-decoration:none;
}
body.page-template-template-faq .headingBox h1 span{
font-weight:bold;
}
@media(max-width:768px){
body.home ul.navbar-nav{
position:relative;
z-index:999;
}
body.single-post ul.navbar-nav{
position:relative;
z-index:999;
}
}

.intl-tel-input.allow-dropdown {
  display: block;
}
#wpcf7-f187-o1 input.wpcf7-form-control.wpcf7-intl_tel.wpcf7-validates-as-required.wpcf7-intl-tel {
  padding-right: 6px;
  padding-left: 52px;
}
/* .wpcf7-not-valid-tip{
    color: yellow;
} */
.cf7-invalid {
border: 1px solid red !important;
}
.single-post .post-meta span.social-links .post-categories {
  margin: 0;
}
.single-post .post-sidebar .souces p.heading {
  margin-bottom: 0px;
}
.single-post .post-sidebar .souces a {
  color: #2D4877;
  text-decoration: unset;
  font-weight: 400;
  font-size: 16px;
}

/* stackCard animation */
 
/* section.data-driven .card {
display: flex;
flex-direction: column;
background-color: rgb(253, 250, 255);
}


section.data-driven .card-body {
display: flex;
flex-direction: column;
border-top-left-radius:24px;
border-top-right-radius:24px;
  box-shadow:0px -2px 20px 0 rgb(0 0 0 / 6%);
}


section.data-driven .card-heading {
cursor: pointer;
padding: 10px;
order: 2; 
}


section.data-driven .card.expanded .card-heading {
order: 1; 
}


section.data-driven .card-body .row {
overflow: hidden;
max-height: 0;
opacity: 0;
transform: translateY(50px); 
transition: 
  max-height 0.5s ease,
  opacity 0.5s ease,
  transform 0.5s ease;
display: flex;
flex-wrap: wrap;
transform-origin: bottom;
order: 1; 
}


section.data-driven .card-body .row.expanded {
max-height: 60vh; 
opacity: 1;
margin-top: 20px;
transform: translateY(0); 
order: 2; 
}

section.data-driven .card-body .row .owl-carousel {
width: 100%;
}
section.data-driven .container-fluid {
  padding: 0;
}
section.data-driven #cards {
  padding-left: 0;
margin-bottom:0;
}

body.page-template-template-posts .blog-post .card .card-body a:has(h5.card-title
){
text-decoration:none;
}   */
/* stack card animation */


/*  */
body.single-post button.open-popup{
text-transform: uppercase;
}

body.page-template-template-posts .radio-menu {
background-color: #003a80;
padding: 20px;
border-radius: 15px;
width: 240px;
color: white;
font-family: Arial, sans-serif;
}

body.page-template-template-posts .radio-menu label {
display: flex;
align-items: center;
margin-bottom: 12px;
cursor: pointer;
font-size: 15px;
text-align:left;
}

body.page-template-template-posts  .radio-menu input[type="radio"] {
accent-color: white;
margin-right: 10px;
width: 16px;
height: 16px;
}


@media(max-width:767px){
nav.navbar.navbar-expand-lg.navbar-light.bg-transparent img , body.single-post .navbar-brand img{
          width: 200px;
      height: auto;
      max-width: 200px;
}
.navbar-toggler {
  border: none !important;
}
button.navbar-toggler {
  background: unset;
}
body.single-post .post-meta.auth {
  position: unset !important;
  display: block;
}
body.single-post .post-meta .social-links {
  position: unset !important;
  display: flex;
  margin: 15px 0px;
}

body.page-template-template-posts .category-btn>div {
  display: inline-block !important;
  text-align: center;
}
body.page-template-template-posts .filter-btn[data-filter="all"] {
  min-width: 100px;
  width: 100%;
  margin-bottom: 15px;
}
body.page-template-template-posts  button.btn.btn-outline-primary.me-2.filter-btn:last-child {
/*     margin-left: 11px; */
}
body.page-template-template-posts  button.btn.btn-outline-primary.me-2.filter-btn{
          margin: 5px 5px 8px;
}
body.page-template-template-posts .filter-btn {
  font-size: 16px;
  width: 48%;
  margin-right: 0 !important;
}
.single-post .single-post-content.single-post-wrapper h5.text-withBg{
  background-size: 100% 100%;
}

}
/* ++++++++++++++++++++++++ */

:root {
--card-height: 40vw;
--card-margin: 4vw;
--card-top-offset: 3.2em;
--numcards: 5;
--outline-width: 0px;
}


@media(max-width:768px){
:root {
 --card-height: 100vh;
}
}

section.data-driven {
width: 100%;
margin: 0 auto;
}

section.data-driven .container-fluid {
padding: 0;
}

#cards {
list-style: none;
/*   padding-bottom: calc(var(--numcards) * var(--card-top-offset));  */
/*   margin-bottom: var(--card-margin);  */
padding-left: 0;
display: grid;
grid-template-columns: 1fr;
grid-template-rows: repeat(var(--numcards), var(--card-height));
gap: var(--card-margin);
outline: calc(var(--outline-width) * 10) solid blue;
}

#card1 { --index: 1; }
#card2 { --index: 2; }
#card3 { --index: 3; }
#card4 { --index: 4; }
#card5 { --index: 5; }
#card6 { --index: 6; }

.card {
position: sticky;
top: calc(var(--index) * var(--card-top-offset)); /* Stacking offset for cards */
background-color: rgb(253, 250, 255);
outline: var(--outline-width) solid hotpink;
}

/* #card5 {
top: 0; 
}
*/
#card6 {
top: 0; 
visibility: hidden; 
}

#card6 .card-body {
min-height: 40vh; 
}

.card-body {
display: flex;
flex-direction: column;
border-top-left-radius: 24px;
border-top-right-radius: 24px;
box-shadow: 0px -2px 20px 0 rgb(0 0 0 / 6%);
background: rgb(255, 255, 255);
color: rgb(10, 5, 7);
border-radius: 1em;
overflow: hidden;
}

.card-heading {
cursor: pointer;
padding: 10px;
order: 2;
}

.card.expanded .card-heading {
order: 1;
}

.card-body .row {
transform: translateY(50px);
transition:
  max-height 0.5s ease,
  opacity 0.5s ease,
  transform 0.5s ease;
display: flex;
flex-wrap: wrap;
transform-origin: bottom;
max-height: 60vh;
  opacity: 1;
  margin-top: 20px;
  transform: translateY(0);
  order: 2;
}

.card-body .row.expanded {
max-height: 60vh;
opacity: 1;
margin-top: 20px;
transform: translateY(0);
order: 2;
}

.card-body .row .col-12.col-md-4.left {
display: flex;
flex-direction: column;
gap: 1em;
padding: 20px;
}

.card-body .row .col-12.col-md-8.right {
padding: 0 20px;
}

.card-body .row .owl-carousel {
width: 100%;
}

.card-body .row .owl-carousel .item img {
width: 100%;
height: 100%;
object-fit: cover;
}

body.page-template-template-posts .blog-post .card .card-body a:has(h5.card-title) {
text-decoration: none;
}

@supports (animation-timeline: scroll) {
@scroll-timeline cards-element-scrolls-in-body {
  source: selector(body);
  scroll-offsets:
    selector(#cards) start 1,
    selector(#cards) start 0;
  start: selector(#cards) start 1;
  end: selector(#cards) start 0;
  time-range: 4s;
}

.card {
  --index0: calc(var(--index) - 1);
  --reverse-index: calc(var(--numcards) - var(--index0));
  --reverse-index0: calc(var(--reverse-index) - 1);
}

.card-body {
  transform-origin: 50% 0%;
  will-change: transform;
  --duration: calc(var(--reverse-index0) * 1s);
  --delay: calc(var(--index0) * 1s);
  animation: var(--duration) linear scale var(--delay) forwards;
  animation-timeline: cards-element-scrolls-in-body;
}

@keyframes scale {
  to {
    transform: scale(calc(1.1 - calc(0.1 * var(--reverse-index))));
  }
}
}

/* section.data-driven .card.active{
max-height: 60vh;
  opacity: 1;
  margin-top: 20px;
  transform: translateY(0);
  order: 2;
}
*/

/* Debug */
#debug {
position: fixed;
top: 1em;
left: 1em;
}

#debug::after {
content: " Show Debug";
margin-left: 1.5em;
color: white;
white-space: nowrap;
}

#debug:checked ~ main {
--outline-width: 1px;
}




/* ++++++++++++++++About Page++++++++++++++++++++++ */
main.about-page .bannerPic{
min-height: 700px;
  padding-top: 121px;
}
main.about-page nav ul.navbar-nav{
position:unset;
}

main.about-page .navbar-expand-lg{
position:fixed;
z-index:999;
width:100%;
}
main.about-page .bannerPic>img{
width:100%;
position:absolute;
object-fit:cover;
top: 0;
  z-index: -1;
}
main.about-page .bannerPic .cnt-txt{
min-height: 503px;
  position: relative;
}
.about-page .cnt-txt .left-cnt{
position: absolute;
  left: 0;
  top: 10%;
}
.about-page .cnt-txt .right-cnt{
position: absolute;
 right: -4%;
  bottom: -3%;
  padding: 0 22px;
}
.about-page .cnt-txt .left-cnt p , .about-page .cnt-txt .left-cnt h1{
font-size:72px;
font-family:'ClashDisplay-Medium';
line-height:96px;
font-weight:400;
color:#FAF7F7;
}
.about-page .cnt-txt .left-cnt p span , .about-page .cnt-txt .left-cnt h1 span{
font-weight:700;
 font-family: "ClashDisplay-Semibold";
}
.about-page .cnt-txt .right-cnt p{
font-family:var(--Georeg);
font-weight:400;
font-size:20px;
color:#FAF7F7;
line-height:38px;
}
.about-page .cnt-txt .right-cnt p span{
font-weight:700;
}
.about-page .cnt-txt .img-cnt{
position:absolute;
}
.about-page .content-below .cnt-1 .col-md-6 p{
font-family:'Geologica-Light';
font-weight:400;
font-size:18px;
line-height:44px;
}
.about-page .content-below .cnt-1,.about-page .content-below .cnt-2{
padding:60px 0;
}
.about-page .content-below .cnt-1 .col-md-6 h1 , .about-page .content-below .cnt-1 .col-md-6 .h1{
font-weight:bold;
font-size:64px;
font-family:'ClashDisplay-Regular';
line-height:56px;
color:#0F3E91;
margin-bottom:24px;
}
.about-page .content-below .cnt-1 .col-md-6 p span{
font-weight:bold;
}
.about-page .content-below .cnt-1 .col-md-6:nth-child(2){
padding-right:20px;
}
.about-page .content-below .cnt-2 p{
font-family:'Geologica-Light';
font-weight:400;
font-size:18px;
line-height:44px;
}
.about-page .content-below .cnt-2 p span{
font-weight:bold;
}
.about-page .content-below .cnt-2 .col-md-6 h1 , .about-page .content-below .cnt-2 .col-md-6 .h1 , .about-page .content-below .cnt-2 .col-md-6 h2{
font-weight:700;
font-size:32px;
font-family:'ClashDisplay-Regular';
line-height:56px;
color:#0F3E91;
padding-right:20px;
margin-bottom:24px;
}
.about-page .content-below .cnt-2 .col-md-6 h1 span , .about-page .content-below .cnt-2 .col-md-6 .h1 span , .about-page .content-below .cnt-2 .col-md-6 h2 span{
 font-family: "ClashDisplay-Medium";
}
.about-page .content-below .cnt-2 .col-md-6:nt-child(2){
text-align:right;
}
.about-page .content-below .cnt-2 .col-md-6:nth-child(1){
padding-left:20px;
}
.about-page .content-below .cnt-3 p{
font-family:'ClashDisplay-Regular';
font-size:36px;
color:#383838;
line-height:57px;
text-align:center;
padding:0 60px;
margin-bottom:44px;
}
.about-page .content-below .cnt-3 p span{
 font-family: "ClashDisplay-Medium";
}
.about-page .meetFounders{
background-color:#0F3E91;
padding-bottom:80px;
}
.about-page .meetFounders .head{
font-family:'ClashDisplay-Regular';
font-size:64px;
line-height:57px;
color:#fff;
padding-top:80px;
margin-bottom:40px;
text-align:center;
}
.about-page .meetFounders .founder-sec.odd{
background:url('/wp-content/uploads/2025/05/Union-4.png');
background-repeat:no-repeat;
background-size:contain;
background-position:center;
min-height:450px;
position:relative;
}
.about-page .meetFounders .founder-sec.odd .img-sec{
    position: absolute;
  left: 6.5%;
  top: 1%;
}
.about-page .meetFounders .founder-sec.odd .cnt-sec{
max-width: 400px;
position:absolute;
  left: 43%;
  top: 8%;
}
.about-page .meetFounders .founder-sec.odd .cnt-sec .name{
font-family:'ClashDisplay-Medium';
font-size:64px;
line-height:57px;
color:#0F3E91;
}
.about-page .meetFounders .founder-sec.odd .cnt-sec .designation{
font-family:var(--Georeg);
font-size:16px;
line-height:33px;
color:#0F3E91;
}
.about-page .meetFounders .founder-sec.odd .cnt-sec .line{
border:1px solid #0F3E91;
width:80%;
}

.about-page .meetFounders .founder-sec.odd .cnt-sec .desc{
font-family:var(--Georeg);
font-size:16px;
line-height:33px;
width:113%;
color:#0F3E91;
}
.about-page .meetFounders .founder-sec.odd button{
position: absolute;
  right: 8.5%;
  bottom: 37%;
font-family:var(--Georeg);
font-weight:400;
font-size:14px;
background:transparent;
border:none;
text-transform:uppercase;
color:#0F3E91;
letter-spacing:1px;
line-height:57px;
}

.about-page .meetFounders .founder-sec.odd .social-icon{
position: absolute;
  display: flex;
  bottom: 1%;
  gap: 15px;
  align-items: center;
  left: 8%;
}
.about-page .meetFounders .founder-sec.odd .social-icon a:hover{
cursor:pointer;
}


.about-page .meetFounders .founder-sec.even{
background:url('/wp-content/uploads/2025/05/Union-5.png');
background-repeat:no-repeat;
background-size:contain;
background-position:center;
min-height:450px;
position:relative;
}
.about-page .meetFounders .founder-sec.even .img-sec{
    position: absolute;
  right: 6.5%;
  top: 1%;
}
.about-page .meetFounders .founder-sec.even .cnt-sec{
max-width: 400px;
position:absolute;
  right: 43%;
  top: 8%;
}
.about-page .meetFounders .founder-sec.even .cnt-sec .name{
font-family:'ClashDisplay-Medium';
font-size:64px;
line-height:57px;
color:#0F3E91;
}
.about-page .meetFounders .founder-sec.even .cnt-sec .designation{
font-family:var(--Georeg);
font-size:16px;
line-height:33px;
color:#0F3E91;
}
.about-page .meetFounders .founder-sec.even .cnt-sec .line{
border:1px solid #0F3E91;
width:80%;
}

.about-page .meetFounders .founder-sec.even .cnt-sec .desc{
font-family: var(--Georeg);
  font-size: 16px;
  line-height: 33px;
  width: 148%;
  position: absolute;
  left: -42%;
  color: #0F3E91;
}
.about-page .meetFounders .founder-sec.even button{
position: absolute;
 left: 8%;
  bottom: 32%;
font-family:var(--Georeg);
font-weight:400;
font-size:14px;
background:transparent;
border:none;
text-transform:uppercase;
color:#0F3E91;
letter-spacing:1px;
line-height:57px;
}

.about-page .meetFounders .founder-sec.even .social-icon{
position: absolute;
  display: flex;
  bottom: 1%;
  gap: 15px;
  align-items: center;
  right: 8%;
}
.about-page .meetFounders .founder-sec.even .social-icon a:hover{
cursor:pointer;
}
.about-page .meetFounders .founder-sec:not(:last-child){
margin-bottom:55px;
}
.about-page .meetFounders .founder-sec.odd.gladys{
background:url('/wp-content/uploads/2025/05/Union-6.png');
background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.about-page .meetFounders .founder-sec.odd.gladys .cnt-sec{
left: 40%;
  top: 7%;
max-width:550px;
}
.about-page .meetFounders .founder-sec.odd.gladys .img-sec {
  position: absolute;
  left: 4.5%;
  top: 3%;
}
.about-page .meetFounders .founder-sec.odd.gladys .social-icon{
left:6%;
}
.about-page .meetFounders .founder-sec.odd.gladys button{
right: 6.5%;
  bottom: 17%;
}
.about-page .meetFounders .founder-sec.odd.gladys .cnt-sec .desc{
width:100%;
}
.about-page .cta-section{
padding:40px;
background-color:#0F3E91;
position:relative;
}

.about-page .cta-section .img-sec{
position:absolute;
right:0%;
bottom:0%;
}
.about-page .cta-section h2{
color:#fff;
font-size:48px;
font-family:'ClashDisplay-Medium';
line-height:68px;
text-align:center;
max-width:760px;
margin:auto;
}
.about-page .cta-section h2 span{
font-family:'ClashDisplay-Semibold';
}

.about-page .cta-section button{
background-color: var(--Lightgreen);
  border: none;
  outline: none;
  font-size: 20px;
  font-family: 'ClashDisplay-Semibold';
  font-weight: 700;
  padding: 15px 40px;
  color: #0B3379;
}

section.meetBuyers .card-cnt .cardMb .card-body {
  padding: 0;
  background: unset;
  box-shadow: unset !important;
  border: none !important;
}
section.meetBuyers .card-cnt .cardMb .card-body p{
margin-bottom:10px;
}
section.meetBuyers .card-cnt .cardMb {
  padding: 30px 20px 30px;
}

@media(min-width:1250px) and (max-width:1299px){
.about-page .cnt-txt .left-cnt p , .about-page .cnt-txt .left-cnt h1{
  padding:0 60px;
}
.about-page .cnt-txt .left-cnt {
  position: absolute;
  left: -5%;
  top: 8%;
}
.about-page .content-below .cnt-1 .col-md-6:nth-child(2) {
  padding-right: 10px;
}
.about-page .content-below .cnt-2 .col-md-6 h1 , .about-page .content-below .cnt-2 .col-md-6 .h1 , .about-page .content-below .cnt-2 .col-md-6 h2{
  padding-right:60px;
}
main.about-page .bannerPic {
  min-height: 671px;
}
}
.about-page .content-below .cnt-2 .col-md-6:nth-child(2){
text-align:end;
}
.about-page .founder-popup[data-index="3"] .container{
min-height:550px;
}


@media(min-width:1350px) and (max-width:1399px){
.about-page .cnt-txt .right-cnt {
  position: absolute;
  right: -5%;
  bottom: -10%;
}
.about-page .cnt-txt .left-cnt {
  position: absolute;
  left: -2%;
  top: 14%;
}
main.about-page .bannerPic{
  min-height:750px;
}
}

@media(min-width:1400px) and (max-width:1450px){
main.about-page .bannerPic{
  min-height:750px;
}
.about-page .cnt-txt .left-cnt{
  position: absolute;
  left: 0%;
  top: 21%;
  padding: 0px 50px ;
}
.about-page .cnt-txt .right-cnt {
  position: absolute;
  right: -3%;
  bottom: -16%;
  padding: 0 60px;
}
.about-page .content-below .cnt-2 .col-md-6:nth-child(2){
text-align:end;
}
.about-page .meetFounders .founder-sec.odd .img-sec{
  left:12.5%;
}
.about-page .meetFounders .founder-sec.odd .social-icon{
  left:14%;
}
.about-page .meetFounders .founder-sec.odd button{
     right: 13.5%;
}
.about-page .meetFounders .founder-sec.odd .cnt-sec{
  left:44%;
}
.about-page .meetFounders .founder-sec.even .cnt-sec{
  right: 38%;
}
.about-page .meetFounders .founder-sec.even button{
    left:14%;
}
.about-page .meetFounders .founder-sec.even .social-icon{
  right: 13%;
}
.about-page .meetFounders .founder-sec.even .img-sec{
  right:12%;
}
.about-page .meetFounders .founder-sec.even .cnt-sec{
  right:44%;
}
.about-page .meetFounders .founder-sec.odd.gladys .img-sec{
  left:11%;
}
.about-page .meetFounders .founder-sec.odd.gladys .cnt-sec{
        left:42%;
}
.about-page .meetFounders .founder-sec.odd.gladys .social-icon {
  left: 12%;
}
.about-page .meetFounders .founder-sec.odd.gladys button {
  right: 12.5%;
}
}


@media(max-width:1920px){
main.about-page section#about {
  margin-top: 50px;
}
}

@media(min-width:1880px){
  main.about-page .bannerPic{
        min-height:1000px;
}
.about-page .meetFounders .founder-sec.odd .img-sec{
  left:12.5%;
}
.about-page .meetFounders .founder-sec.odd .social-icon{
  left:14%;
}
.about-page .meetFounders .founder-sec.odd button{
     right: 13.5%;
}
.about-page .meetFounders .founder-sec.odd .cnt-sec{
  left:44%;
}
.about-page .meetFounders .founder-sec.even .cnt-sec{
  right: 38%;
}
.about-page .meetFounders .founder-sec.even button{
    left:14%;
}
.about-page .meetFounders .founder-sec.even .social-icon{
  right: 13%;
}
.about-page .meetFounders .founder-sec.even .img-sec{
  right:12%;
}
.about-page .meetFounders .founder-sec.even .cnt-sec{
  right:44%;
}
.about-page .meetFounders .founder-sec.odd.gladys .img-sec{
  left:11%;
}
.about-page .meetFounders .founder-sec.odd.gladys .cnt-sec{
        left:42%;
}
.about-page .meetFounders .founder-sec.odd.gladys .social-icon {
  left: 12%;
}
.about-page .meetFounders .founder-sec.odd.gladys button {
  right: 12.5%;
}
.about-page .cnt-txt .left-cnt {
  position: absolute;
  left: -16%;
  top: 45%;
  padding: 0px 50px;
}
.about-page .cnt-txt .right-cnt {
  position: absolute;
  right: -13%;
  bottom: -58%;
}
}

@media(max-width: 1700px){

main.about-page .bannerPic>img {
  top: -67px;
}
main.about-page .cnt-txt .left-cnt {
  left: -85px;
  top: 22%;
}
main.about-page .cnt-txt .right-cnt {
  right: -9%;
  bottom: -29%;
}
main.about-page section#about {
  margin-top: 160px;
}
.about-page .meetFounders .founder-sec.odd button {
  right: 14.5%;
}
.about-page .meetFounders .founder-sec.even button {
  left: 14%;
}
.about-page .meetFounders .founder-sec.odd.gladys button {
  right: 12.5%;
}
}
@media(max-width: 1540px){
main.about-page .cnt-txt .left-cnt {
  left: -20px;
  top: 13%;
}
main.about-page .cnt-txt .left-cnt p , main.about-page .cnt-txt .left-cnt h1 {
  max-width: 980px;
}
main.about-page .cnt-txt .right-cnt {
  right: -5%;
  bottom: -13%;
}
}
@media(max-width: 1440px){
main.about-page .cnt-txt .right-cnt {
  right: -2%;
  bottom: -7%;
}
main.about-page .cnt-txt .left-cnt {
  top: 9%;
}
main.about-page section#about {
  margin-top: 0px;
}
}
@media(max-width: 1390px){
main.about-page .cnt-txt .left-cnt {
  top: 5%;
}
main.about-page .cnt-txt .right-cnt {
  right: -6%;
  bottom: 0%;
}
.about-page .meetFounders .founder-sec.odd button {
  right: 8.5%;
}
.about-page .meetFounders .founder-sec.even button {
  left: 7%;
}
.about-page .meetFounders .founder-sec.odd.gladys button {
  right: 6.5%;
}
}
@media(max-width: 1200px) and (min-width:1000px){
main.about-page .cnt-txt .left-cnt {
  top: 8%;
left: 10px;
}
main.about-page .cnt-txt .left-cnt p , main.about-page .cnt-txt .left-cnt h1 {
  font-size: 53px;
  max-width: 730px;
  line-height: 65px;
}
main.about-page .bannerPic>img {
  top: -4px;
}
main.about-page .cnt-txt .right-cnt {
         right: -3%;
      bottom: 20%;
}
.about-page .cnt-txt .right-cnt p {
  font-size: 18px;
  line-height: 31px;
}
}

@media(max-width: 767px){
main.about-page .cnt-txt .right-cnt {
  right: 0%;
  bottom: 0%;
}
main.about-page .cnt-txt .left-cnt {
      left: 0px;
}
main.about-page .cnt-txt .left-cnt p , main.about-page .cnt-txt .left-cnt h1{
  max-width:unset;
}
}

/* founder popUp */
.about-page .founder-popup .container{
  height:525px;
  border-radius:30px;
  background-color:#D5E3ED;
padding:40px;
position:relative;
}
.about-page .founder-popup .container .wrapper h2{
font-family:'ClashDisplay-Medium';
font-size:36px;
line-height:40px;
color:#0F3E91;
}
.about-page .founder-popup .container .col-md-4{
text-align:center;
}
.about-page .founder-popup .container .wrapper{
margin-top:20px;
text-align:left;
max-width:326px;
}
.about-page .founder-popup .container .wrapper p{
font-family:var(--Georeg);
font-size:18px;
line-height:33px;
color:#0F3E91;
}

.about-page .founder-popup .container .col-md-8 p{
font-family:var(--Georeg);
font-size:16px;
line-height:30px;
color:#0F3E91;
}
.about-page .founder-popup .container .col-md-8{
max-height:450px;
padding-left:25px;
overflow-y:scroll;
} 
.about-page .founder-popup .container .col-md-8::-webkit-scrollbar {
width: 5px; /* or any width you prefer */
}

.about-page .founder-popup .container .col-md-8::-webkit-scrollbar-track {
background-color: transparent;
}

.about-page .founder-popup .container .col-md-8::-webkit-scrollbar-thumb {
background-color: #a7bce2;
border-radius: 50px; 
}
.about-page .founder-popup .container .col-md-8 .closeMark{
position:absolute;
background-color:#0F3E91;
width:44px;
height:44px;
border:3px solid #D5E3ED;
border-radius:50px;
right: 0;
  top: -2%;
}
.about-page .founder-popup .container .col-md-8 .closeMark:hover{
cursor:pointer;
}

.about-page .founder-popup .container .col-md-8 .closeMark i{
position: absolute;
  right: 33%;
  top: 25%;
  font-size: 20px;
  color: #D5E3ED;
}

.ShowfounderPopup{
position: fixed;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
/* About us Mobile */

@media(max-width:768px){
.about-page .cnt-txt .right-cnt{
  padding:0px 16px;
}
main.about-page .navbar-expand-lg{
position:unset;
}
main.about-page .bannerPic>img{
  position:unset;
}
main.about-page .bannerPic{
  padding: 16px;
}
main.about-page .bannerPic .cnt-txt{
  position:unset;
  min-height:100%;
}
main.about-page .bannerPic{
  position:relative;
}
.about-page .cnt-txt .left-cnt p , .about-page .cnt-txt .left-cnt h1{
  font-size:42px;
  line-height:116%;
  text-align:center;
}
.about-page .cnt-txt .left-cnt p span , .about-page .cnt-txt .left-cnt h1 span{
      font-weight: 400;
  font-family: "ClashDisplay-Regular";
}
.about-page .cnt-txt .left-cnt{
  top:5%;
}
.about-page .cnt-txt .right-cnt{
right: 0;
  top: 32%;
  text-align: center;
}
.about-page .cnt-txt .right-cnt p{
font-size:20px
}
.about-page .cnt-txt .right-cnt p span{
   font-weight: 400;
}
.about-page .content-below .cnt-1{
  flex-direction:column-reverse;
  padding:34px 0;
}
.about-page .content-below .cnt-2{
  padding:34px 0
}
.about-page .content-below .cnt-1{
  padding-top:40px;
  padding-bottom:0;
}
.about-page .content-below .cnt-1 .col-md-6 h1 , .about-page .content-below .cnt-1 .col-md-6 .h1{
  font-size:34px;
  margin-bottom:0;
}
.about-page .content-below .cnt-1 .col-12 img,.about-page .content-below .cnt-2 .col-12 img{
  width:100%;
}
.about-page .content-below .cnt-2 .col-md-6 h1 , .about-page .content-below .cnt-2 .col-md-6 .h1 , .about-page .content-below .cnt-2 .col-md-6 h2{
  font-size:36px;
  padding-left:0;
  padding-right:0;
}
.about-page .content-below .cnt-3 p{
  font-size: 24px;
  padding: 0 40px;
}
.about-page .meetFounders .head{
font-size:36px;
}
.about-page .cta-section h2{
font-size:32px;
}
.about-page .cta-section button{
  font-size:16px;
}

.about-page .meetFounders .founder-sec{
background-color: #D5E3ED;
  padding: 12px;
  border-radius: 30px;}

}
.about-page .meetFounders .founder-sec>img{
width:100%;
}
.about-page .meetFounders .founder-sec .name{
font-family: 'ClashDisplay-Medium';
  font-size: 36px;
  line-height: 120%;
  color: #0F3E91;
}

.about-page .meetFounders .founder-sec .designation{
font-family: var(--Georeg);
  font-size: 16px;
  line-height: 33px;
  color: #0F3E91;
}
.about-page .meetFounders .founder-sec .desc{
font-family: var(--Georeg);
  font-size: 16px;
  line-height: 32px;
  color: #0F3E91;
}
.about-page .meetFounders .founder-sec .founder-btn-mobile{
font-family: var(--Georeg);
  font-weight: 400;
  font-size: 14px;
  background: transparent;
  border: none;
  text-transform: uppercase;
  color: #0F3E91;
  letter-spacing: 1px;
  line-height: 57px;	
width:auto;
}
.about-page .meetFounders .founder-sec .line {
  border: 1px solid #0F3E91;
  width: 80%;
}
.about-page .meetFounders .founder-sec .social-icon{
width:auto;
}
.about-page .meetFounders .founder-sec .row{
justify-content:space-between;
align-items:center;
margin-top:12px;
}
.about-page .meetFounders .founder-sec .para {
  font-family: var(--Georeg);
  font-size: 16px;
  line-height: 32px;
  color: #0F3E91;
}
.about-page .meetFounders .founder-sec .show-less{
font-family: var(--Georeg);
  font-weight: 400;
  font-size: 14px;
  background: transparent;
  border: none;
  text-transform: uppercase;
  color: #0F3E91;
  letter-spacing: 1px;
  line-height: 57px;	
width:100%;
}

.about-page .desktop-logo{
display:block;
}


@media(max-width:768px){
main.about-page .cta-section .wrapper{
background-color:#0B3379;
  padding:40px;
border-top-left-radius:50px;
border-top-right-radius:50px;
}
.about-page .cta-section{
  padding:0;
}
.about-page .desktop-logo{
display:none;
}
.about-page .navbar-toggler i{
  color:#0F3E91;
}
}


/* Product Landing Page  */
main.product-page{
background:linear-gradient(180deg, rgba(3, 30, 89, 1) -30%, rgba(5, 51, 152, 1) 94%);
}


main.product-page section.banner{
  padding: 120px 40px 0;
}

main.product-page section.banner h1 {
  text-align: center;
}

main.product-page section.banner h1{
  font-size: 81px;
  font-family: 'ClashDisplay-Medium';
  text-align: center;
  color: #fff;
  font-weight: var(--fontmed);
}


main.product-page section.banner h2{
 text-align: center;
 max-width: 1100px;
  margin: auto;
  font-weight: 400;
}
main.product-page section.banner h2{
  font-size: 42px;
  font-family: 'ClashDisplay-Medium';
  text-align: center;
  color: #fff;
}
main.product-page section.banner p{
font-size:24px;
line-height:43px;
color:#fff;
opacity:0.6;
font-family: 'Geologica-Light';
max-width:950px;
margin:10px auto 0;
text-align:center;
}
main.product-page  section.picture-section .img-box{
  height: 500px;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 40px;
text-align:center;
}

main.product-page  .arrow-btn{
  display: flex;
  justify-content: center;
  align-items: center;
position:unset;
margin-top:35px
}

main.product-page .arrow-btn button{
  background-color: var(--Lightgreen);
  border: none;
  outline: none;
  min-width:438px;
  font-size: 20px;
  font-family: 'ClashDisplay-Medium';
  font-weight: 700;
  padding: 16px 40px;
text-transform:capitalize;
  color: #0B3379;
}
main.product-page .arrow-btn i{
 color: #0B3379;
  padding: 20px;
  font-size: 20px;
  background-color: var(--Lightgreen);
}
main.product-page .arrow-btn i:hover{
  transform: translateX(10px);
  cursor: pointer;
  transition: 0.3s ease-in;
}

main.product-page section.cards-container{
  padding-top: 200px;
  text-align: center;
}


main.product-page section.cards-container>p{
  font-size: 32px;
  font-family: var(--Clashreg);
  color: #ffff;
  font-weight: 400;
  max-width: 800px;
  margin: auto;
  padding-bottom: 120px;
  text-align: center;
}
main.product-page section.cards-container>p span{
  font-weight: 500;
}
main.product-page section.cards-container h1{
  margin-bottom: 60px;
  font-size: 48px;
  font-family: var(--Clashreg);
  font-weight: var(--fontmed);
  color: #fff;
}

main.product-page section.cards-container .cards{
  margin-bottom: -8%;
}
main.product-page section.cards-container .card{
  background: #144395;
  padding: 20px 20px;
align-items: center;
  flex: 0 0 22%;
  transition: transform 0.8s;
  perspective: 1000px; 
}
/* main.product-page section.cards-container .card:hover{
 transform: rotateY(180deg)
} */

main.product-page section.cards-container .card img{
  max-width:64px;
  padding: 20px 0;
}

main.product-page section.cards-container .card h5{
  font-size: 36px;
  font-family: var(--Clashreg);
  font-weight: 500;
  color: #fff;
}
main.product-page section.cards-container .card .card-body{
  padding-bottom: 0;
box-shadow:none;
  background: transparent;
border-radius:0;
}
main.product-page section.compare-container{
  background-color: #031E59;
padding: 200px 0 80px;
  border-top-left-radius: 50px;
border-top-right-radius: 50px;
text-align:center;
}
main.product-page section.compare-container h1{
font-size: 48px;
  font-weight: var(--fontmed);
  font-family: var(--Clashreg);
  line-height: 32px;
margin-bottom:44px;
  text-align: center;
  color: #fff;
}

main.product-page section.works-container{
 background-color: #031E59;
padding: 80px 0 80px;
border-bottom-left-radius:50px;
border-bottom-right-radius:50px;
text-align:center;
}

main.product-page section.works-container h1{
font-size: 48px;
  font-weight: var(--fontmed);
  font-family: var(--Clashreg);
  line-height: 32px;
margin-bottom:44px;
  text-align: center;
  color: #fff;
}

main.product-page section.works-container img{
width:100%;
}
main.product-page section.testimonial{
 padding: 80px 0 0;
}

main.product-page section.testimonial .container>h4{
 font-size: 48px;
 font-weight: var(--fontmed);
 font-family: var(--Clashreg);
 line-height: 32px;
 text-align: center;
 color: #fff;
}

main.product-page section.testimonial .card-cnt{
 display: flex;
 gap: 24px;
 margin-top: 40px;
}

main.product-page section.testimonial .card-cnt .card img{
 width: 50px;
 height: 50px;
}

main.product-page section.testimonial .card-cnt .card .desc h4{
 font-size: 20px;
 font-family: var(--Interreg);
 margin: 0;
}
main.product-page section.testimonial .card-cnt .card .desc p{
 font-family: var(--Interreg);
 font-size: 15px;
 color: #999999;
 margin-bottom: 0;
}
main.product-page section.testimonial .card-cnt .card{
 padding: 20px 20px 60px;
flex:0 0 33%;
}
main.product-page section.testimonial .card-cnt .card .card-body{
 padding: 0;
box-shadow:none;
background:transparent;
border-radius:0;
}
main.product-page section.testimonial .card-cnt .card .card-body p{
 font-family: var(--Interreg);
 font-size: 20px;
 line-height: 24px;
 margin-top: 16px;
 color: #999999;
}
main.product-page section.data-winning div>h2{
 font-size: 48px;
 text-align: center;
 font-family: var(--Clashreg);
 font-weight: var(--fontmed);
 color: #fff;
}
main.product-page section.data-winning div>p{
 font-family: var(--Georeg);
 font-size: 20px;
 font-weight: normal;
 text-align: center;
 color: #fff;
 max-width: 860px;
 line-height: 36px;
 margin: auto;
 padding-bottom: 30px;
}
main.product-page section.data-winning>div{
 padding: 96px 0;
}
main.product-page section.data-winning .arrow-btn button{
font-family: 'ClashDisplay-Semibold';
}
main.product-page nav ul.navbar-nav {
  position: unset;
}
main.product-page .navbar-expand-lg {
  position: fixed;
  z-index: 999;
  width: 100%;
}

/* Product Page Mobile */
@media(max-width:768px){
main.product-page .navbar-expand-lg{
  position:unset;
}
main.product-page section.banner{
  padding:50px 0 
}
main.product-page section.banner h1{
  font-size:48px;
}
main.product-page section.banner {
  padding: 60px 20px 0;
}
main.product-page section.banner h2{
  font-size:19px;
  font-family:'ClashDisplay-Regular';
  margin-top:12px;
}
main.product-page section.banner .img-box{
  margin:20px 0;
}
main.product-page section.banner p{
font-size:20px;
  line-height:30px;
}
main.product-page .arrow-btn button{
  min-width:80%;
  padding: 14px 40px;
  font-size:16px;
}
main.product-page section.cards-container{
  padding-top:60px;
}
main.product-page section.cards-container h1{
  font-size:32px;
  max-width:236px;
  margin:auto;
  margin-bottom:33px;
}
main.product-page section.cards-container .card{
  width:236px;
  border-radius:10px;
  padding:0;
}
main.product-page section.cards-container .cards{
  gap:24px;
  align-items:center;
  margin-bottom:-25%;
  
}
main.product-page section.cards-container .card h5{
font-size:24px;
}
main.product-page section.cards-container .card .card-body{
  padding:0;
}
main.product-page section.compare-container{
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding-bottom:0;
}
main.product-page section.compare-container h1{
  font-size:32px;
}
main.product-page section.works-container h1{
  font-size:32px;
}
main.product-page .arrow-btn i{
  padding:16px;
}
 main.product-page section.works-container .arrow-btn button{
  max-width:280px;
    min-width:auto;
}
 main.product-page section.works-container .arrow-btn i{
  display:none;
}
main.product-page section.works-container{
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
main.product-page section.testimonial .container>h4{
  font-size:32px;
  max-width:400px;
  line-height:normal;
}
main.product-page section.data-winning div>h2{
  font-size:32px;
}
main.product-page section.data-winning div>p{
  font-size:16px;
  line-height:normal;
}
main.product-page section.data-winning .arrow-btn button{
  max-width:280px;
    min-width:auto;
}
main.product-page section.data-winning  .arrow-btn i{
  display:none;
}
main.product-page section.compare-container .owl-nav,main.product-page section.compare-container h1 .owl-dots{
  display:none;
}
main.product-page section.testimonial .owl-nav{
  display:none;
}
main.product-page section.testimonial .card-cnt{
position:relative;
}
main.product-page section.testimonial .owl-dots{
  position:absolute;
  bottom: -20%;
  right: 40%;
  display:flex;
  gap:8px;
}
main.product-page section.testimonial .owl-dots button.owl-dot{
background: white;
  height: 10px;
  width: 10px;
  border-radius: 50px;
  opacity:0.5;
}
main.product-page section.testimonial .owl-dots button.owl-dot.active{
opacity:1;
}
.desktop-dash{
  display:none;
}
.about-page .meetFounders .founder-sec .name{
  margin-top:20px;
}
.about-page .meetFounders .founder-sec .line{
  width:100%;
}
}
.mobile-dash{
display:none;
}

.slide2 .traditional-card {
        background:#052D86;
        border-radius: 30px;
        color: white;
        padding: 30px 40px;
        margin: 0 auto;
      }
      
      .slide2 .card-title {
          font-size: 22px;
          font-weight: bold;
          font-family: var(--Clashreg);
          margin-bottom: 3rem;
      }
      
      .slide2  .bullet-point {
          display: flex;
          align-items: flex-start;
          gap: 1rem;
          margin-bottom: 2rem;
      }
      
      .slide2 .bullet-dot {
          width: 8px;
          height: 8px;
          background-color: white;
          border-radius: 50%;
          margin-top: 0.75rem;
          flex-shrink: 0;
      }
      
      .slide2 .bullet-text {
          font-size: 1.125rem;
          line-height: 1.6;
          margin: 0;
          font-size: 16px;
          font-family: var(--Georeg);
          font-weight: 300;
          text-align: left;
      }
      
      .slide2 .divider {
          border-top: 1px solid rgba(59, 130, 246, 0.3);
          margin: 2rem 0;
      }
      
      .slide2 .highlight {
          font-weight: 600;
      }

      .slide1 .offer-card {
          margin: 0 auto;
          background-color:#052D86;
          border-radius: 30px;
          padding: 40px 15px;
          color: white;
          position: relative;
          overflow: hidden;
      }

      .slide1 .offer-card::before {
          content: '';
          position: absolute;
          top: -2px;
          left: -2px;
          right: -2px;
          bottom: -2px;
          background: linear-gradient(135deg, #10b981, #06b6d4, #3b82f6);
          border-radius: 26px;
          z-index: -1;
      }

      .slide1 .card-title {
          font-size: 2rem;
          font-weight: 700;
          margin-bottom: 3rem;
          text-align: left;
          font-family: 'ClashDisplay-Medium' !important;
          line-height: 1.2;
      }

      .slide1 .feature-item {
          display: flex;
          align-items: flex-start;
          gap: 15px;
      }

      .slide1 .feature-item:last-child {
          margin-bottom: 0;
      }

      .slide1 .check-icon {
          width: 24px;
          height: 24px;
          background-color: #10b981;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-shrink: 0;
          margin-top: 2px;
      }

      .slide1 .check-icon::after {
          content: 'âœ"';
          color: white;
          font-weight: bold;
          font-size: 14px;
      }

      .slide1 .feature-text {
                         font-size: 16px;
      font-family:var(--Georeg);
    line-height:normal;
    text-align:left;
      }

      .slide1 .feature-text strong {
          font-weight: 500;
      }

      .slide1 .divider {
          height: 4px;
          background: rgba(255, 255, 255, 0.2);
          margin: 2rem 0;
          border: none;
      }

      @media (max-width: 576px) {
          .slide1  .offer-card {
              padding: 30px 15px;
          }
          
          .slide1  .card-title {
              font-size: 1.75rem;
              margin-bottom: 2.5rem;
          }
          
          .slide1  .feature-text {
              font-size: 16px;
              font-family: var(--Georeg);
              font-weight: 300;
          }
      }


.slide1 .feature-item img{
width:16px;
height:16px;
}

.slick-slide img{
width: 100%;
}

.compare-carousel .slide1{
margin-right:20px;
}

.footer-inner .icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-inner i {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.404);
}
@media (max-width: 767px) {
.footer-inner .icon {
  justify-content: flex-start;
  gap: 10px;
}
}




@media(max-width:768px){
.HomebannerPic{
width: 100%;
  position: relative;
  padding: 16px;
  min-height: 700px;
}
.HomebannerPic>img{
width: 100%;
  margin-top: -70px;
  height: 800px;
  object-fit: cover;
  border-radius: 24px;

}
header.HomebannerPic.mobile img.desktop-logo {
  width: 250px;
}
.HomebannerPic .cnt-txt .left-cnt{
left: 0px;
top: 12%;
    position: absolute;
}

.HomebannerPic .cnt-txt .right-cnt {
  right: 0%;
top: 37%;
padding: 0px 16px;
  bottom: 0%;
position:absolute;
}
.HomebannerPic .cnt-txt .left-cnt p {
         font-size: 40px;
  line-height: 114%;
font-family: 'ClashDisplay-Regular';
  font-weight: 400;
      text-align: center;
font-weight: 400;
  color: #FAF7F7;
  }
.HomebannerPic .cnt-txt .left-cnt p span{
font-weight:700;
}
.HomebannerPic .cnt-txt .right-cnt p {
  font-family: var(--Georeg);
  font-weight: 400;
  font-size: 20px;
  text-align:center;
  color: #FAF7F7;
  line-height: 31px;
}
.HomebannerPic .cnt-txt .btn-cnt{
position: absolute;
  bottom: 1%;
  right: 2%;
  background-color: #F3F3F3;
  padding: 15px;
  max-width: fit-content;
  border-top-left-radius: 58px;
  border-bottom-left-radius: 58px;
}
.HomebannerPic .cnt-txt .btn-cnt button{
background-color: #33F1C2;
  border: none;
  outline: none;
 padding: 20px 25px;
  border-radius: 59px;
}
.HomebannerPic .cnt-txt .btn-cnt button i{
color:#0032A1;
font-size:32px;
}
.belowBtn{
font-size:20px;
text-decoration:none;
text-align:center;
color:#0032A1;
 font-family: 'ClashDisplay-Semibold';
margin-bottom:50px;
}



section.cards-section-home .h1{
/* 	display:none; */
}
.new-card-text{
font-size:32px;
}
    section.video-section.mobileView {
      text-align: center;
      height: auto;
      background-color: #D5E3ED;
    border-radius:10px;
      padding: 50px 0 40px;
  }
section.video-section.mobileView>h2{
font-family: 'ClashDisplay-Medium';
  font-size:34px;
  color:#0B3379;
  text-align:left;
  padding-left:20px;
}
section.video-section.mobileView ul{
  list-style:none;
  padding-left:20px;
}
section.video-section.mobileView li{
  font-size:20px;
   font-family: var(--Georeg);
  font-weight: 400;
  text-align:left;
  color:#0B3379;
}
section.video-section.mobileView li:last-child{
  margin-bottom:20px;
  font-weight: 700;
}
section.video-section.mobileView li:not(last-child){
  margin-bottom:12px;
}
section.video-section.mobileView a{
  background-color: var(--Lightgreen);
  border: none;
  outline: none;
  display:block;
  font-size: 20px;
  font-family: 'ClashDisplay-Medium';
  font-weight: 500;
  padding: 15px 40px;
  color: #0B3379;
  margin:29px auto 10px;
  max-width:366px;
  border-radius:53px;
  text-decoration:none;
  font-size:21px;
}
section.video-section.mobileView p{
 font-family: var(--Georeg);
  font-weight: 400;
  font-size:16px;
  color:#0B3379;
}
section.fairer h1{
  font-size:42px;
  max-width:344px;
  margin:auto;
}
section.fairer p{
font-size:28px;}
    section.fairer img {
      width: 90%;
      margin: auto;
  }

    section.fairer a {
      background-color: var(--Lightgreen);
      border: none;
    text-decoration:none;
      outline: none;
      display: block;
      font-family: 'ClashDisplay-Medium';
      font-weight: 500;
      padding: 15px;
      color: #0B3379 !important;
      margin: 29px auto 10px;
      max-width: 366px;
      border-radius: 53px;
      font-size: 20px;
  }
section.cards-section-home{
margin-bottom:-200px;
}
section.data-driven .h1 {
  font-size:34px;
  max-width:380px;
  margin:95px auto 95px;
}
section.data-driven{
padding:0 30px 60px;
}
section.data-driven .card{
  padding:20px;
  padding-bottom:40px;
  border-radius:20px;
}
section.data-driven .card>h4{
   font-family: 'ClashDisplay-Medium';
      font-weight: 500;
  text-align:center;
  color:#0B3379;
  margin-bottom:20px;
}
section.data-driven .card>img{
max-width:270px;
  margin:auto;
}
  section.data-driven .card-heading{
  order:inherit;
    color:#0B3379;
    font-family: var(--Georeg);
    font-size:18px;
    font-weight:500;
    line-height:36px;
    padding:0;
    text-align:center;
    margin:21px 0 17px;
}
section.data-driven .card-description p{
  color:#0B3379;
    font-family: var(--Georeg);
    font-size:16px;
    font-weight:300;
    line-height:36px;
  padding: 0 25px;
    text-align:left;
    margin:0px 0 17px;
}
section.data-driven .card-description li{
color:#0B3379;
    font-family: var(--Georeg);
    font-size:16px;
    font-weight:400;
    line-height:36px;
    text-align:left;
}
section.data-driven .card-description li span{
  font-weight:900;
}
section.data-driven .card-description a{
  background-color: var(--Lightgreen);
      border: none;
      outline: none;
      font-family: 'ClashDisplay-Medium';
      font-weight: 500;
     padding: 7px 36px;
      color: #0B3379 !important;
      margin: 0;
      max-width: 366px;
      border-radius: 53px;
      font-size: 20px;
  margin-left:20px;
  display:block;
  width:fit-content;
  text-decoration:none;
}
section.data-driven .ActionBtn{
  margin-top:17px;
}
section.data-driven .owl-nav span{
   color: #0B3379
}
section.data-driven .owl-carousel button.owl-dot{
width:100%;
  border-radius:0;
  margin:0;
  height:2px;
}
section.data-driven .owl-carousel button.owl-dot.active{
  height:5px;
}
section.data-driven .owl-dots{
display:flex;
  gap:0;
  align-items:center;
  margin-top:22px;
}
section.meetBuyers>h2{
  font-size:34px;
  opacity:0.5;
  line-height:52px;
}
section.meetBuyers .owl-nav{
  display:none;
}
section.meetBuyers .owl-dots{
  
}
section.meetBuyers .owl-dots{
  position:absolute;
  bottom: 5%;
  right: 40%;
  display:flex;
  gap:8px;
}
section.meetBuyers .owl-dots button.owl-dot{
background: transparent;
  border:1px solid #fff;
  height: 10px;
  width: 10px;
  border-radius: 50px;
}
section.meetBuyers .card-cnt {
  padding-bottom:80px;
}
section.meetBuyers .owl-dots button.owl-dot.active{
background:#fff;
}
section.meetBuyers>a.mobile{
  background-color: var(--Lightgreen);
      border: none;
      outline: none;
      font-family: 'ClashDisplay-Medium';
      font-weight: 500;
      padding: 15px 36px;
      color: #0B3379 !important;
      margin: 0;
      max-width: 366px;
      border-radius: 53px;
      font-size: 20px;
      margin:auto;
      display: block;
      width: fit-content;
      text-decoration: none;
}
    .caraousel-transparency img {
      width: 100% !important;
              height: auto;
      object-fit: fill;
  }
/*  	.caraousel-transparency .slick-slide:nth-child(1) img {
      min-width: 200px;
}  */
section.transparency .caraousel-transparency .slick-slide{
  margin-right:10px;
}
section.transparency>h1{
text-align: center;
  font-family: 'ClashDisplay-Medium';
  color: #fff;
  max-width: 350px;
      margin: auto;
font-size:32px}
section.transparency>p{
  font-family: var(--Georeg);
  font-size:18px;
  color:#fff;
  max-width:350px;
  margin:auto;
  padding:20px 0;
}
section.transparency .description{
  font-family: var(--Georeg);
      font-size: 14px;
      font-weight: 300;
      line-height: 29px;
      text-align: left;
      opacity: 0.5;
      max-width: 100%;
      color: #fff;
      padding: 20px 12px;
}
section.limitOpening h2{
  font-size:34px;
  max-width:350px;
  margin:auto;
}
section.limitOpening .arrow-btn button{
  font-size:20px;
  padding:15px 30px;
  margin-top:24px;
}
section.prefer>h4{
  text-align: center;
  font-family: 'ClashDisplay-Medium';
  color: #fff;
  font-size: 34px;
  padding-bottom:24px;
      max-width: 350px;
      margin: auto;
}
section.prefer.mobileView{
background-color:#0B3379 !important;
  padding-bottom:150px;
  padding-top:60px;
}
section.prefer>a.mobile {
      background-color: var(--Lightgreen);
      border: none;
      outline: none;
  padding-top:24px;
      font-family: 'ClashDisplay-Medium';
      font-weight: 500;
      padding: 15px 10px;
      color: #0B3379 !important;
      margin: 0;
      max-width: 366px;
      border-radius: 53px;
      font-size: 18px;
      margin: auto;
      display: block;
      width: fit-content;
      text-decoration: none;
  }
.scroll-container {
width: 100%;
overflow: hidden;
white-space: nowrap;
box-sizing: border-box;
background-color:#07204D;
padding: 10px;
position: relative;
/*   max-width:400px; */
}

.scroll-container .scrolling-text {
display: inline-block;
padding-left: 100%;
font-family: 'ClashDisplay-Medium';
color:#2E6AD3;
line-height:30px;
font-size:24px;
animation: scroll-left 20s linear infinite;
}

@keyframes scroll-left {
0% {
  transform: translateX(0%);
}

100% {
  transform: translateX(-100%);
}
}

section.meetBuyers .card-cnt .cardMb{
  min-height:500px;
}

}


@media(min-width:1500px) and (max-width:1600px){
section.video-section .front-box{
  left: 9%;
  z-index: 10;
  top: 35%;
}
/* dream card arrangment */
.dream-cardD.one {
top: 4%;
left: 22%;
}
.dream-cardD.two{
left: 5%;
top: 33%;
}
.dream-cardD.three{
top: 65%;
left: 25%;
}
.dream-cardD.four{
top: 34%;
left: 44%;
}
.dream-cardD.five{
top: 5%;
left: 60%;
}
.dream-cardD.six{
left: 76%;
top: 33%;
}
    main.about-page .cnt-txt .right-cnt {
      right: -4%;
      bottom: -4%;
  }
.about-page .meetFounders .founder-sec.odd .img-sec {
  position: absolute;
  left: 12.5%;
  top: 1%;
}
.about-page .meetFounders .founder-sec.odd .social-icon{
left: 14%;
}
.about-page .founder-popup .container .col-md-4 {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.about-page .meetFounders .founder-sec.even .img-sec {
  position: absolute;
  right: 12.5%;
}
.about-page .meetFounders .founder-sec.even .social-icon{
      right: 13%;
}
.about-page .meetFounders .founder-sec.odd.gladys .img-sec {
  left: 11%;
}
.about-page .meetFounders .founder-sec.odd.gladys .cnt-sec {
left: 42%;
}
.about-page .meetFounders .founder-sec.odd.gladys .social-icon {
  left: 12%;
}
.card-body .row .owl-carousel .item img {
  width: 80%;
  margin: auto;
  height: 100%;
  object-fit: unset;
}	
}


@media(max-width:768px){

.new-cardD:hover .new-card-inner{
transform:none;
}
body.single-post .post-title{
font-weight:400;
}
.single-post .share-dropdown{
right:0;
}
footer{
background-color:none;
padding: 0 0px;
}  
}



@media(max-width:400px){
  header.HomebannerPic.mobile img.desktop-logo {
      width: 180px;
  }
}

@media(min-width:1650px) and (max-width:1799px){
.dream-cardD.one {
top: 6%;
left: 23%;
}
.dream-cardD.two{
left: 5%;
top: 35%;
}
.dream-cardD.three{
top: 66%;
left: 26%;
}
.dream-cardD.four{
top: 36%;
left: 45%;
}
.dream-cardD.five{
top: 7%;
left: 61%;
}
.dream-cardD.six{
left: 77%;
top: 35%;
}
section.video-section .front-box{
  left: 12%;
  top: 35%;
}
.about-page .founder-popup .container .col-md-4 {
      text-align: center;
      display: flex;
      flex-direction: column;
  }
.about-page .meetFounders .founder-sec.even .social-icon{
  right: 13%;
}
.about-page .meetFounders .founder-sec.even .img-sec {
  position: absolute;
  right: 12%;
}

.about-page .meetFounders .founder-sec.odd .social-icon{
left: 14%;
}
.about-page .meetFounders .founder-sec.odd .img-sec {
  left: 12.5%;
}

.about-page .meetFounders .founder-sec.odd.gladys .social-icon {
  left: 12%;
}
.about-page .meetFounders .founder-sec.odd.gladys .img-sec {
  left: 11%;
}

.about-page .meetFounders .founder-sec.odd.gladys .cnt-sec {
left: 42%;
}
section.banner .arrow-btn {
  position: absolute;
left: 33%;
}
section.video-section .arrow-btn {
  position: absolute;
  top: 69%;
  left: 15%;
}
}

@media(max-width:374px){
.about-page .cnt-txt .left-cnt p, .about-page .cnt-txt .left-cnt h1 {
  font-size: 32px;
  padding: 0px 10px;
}
.about-page .cnt-txt .right-cnt p {
  font-size: 18px;
  line-height: 28px;
}
.about-page .cnt-txt .right-cnt {
  top: 26%;
}
}

/*  */
span.wpcf7-form-control.wpcf7-checkbox.receive_updates_from span.wpcf7-list-item {
  margin: 0px;
}
span.wpcf7-form-control.wpcf7-checkbox.receive_updates_from span.wpcf7-list-item label{
display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup-content .cf7-form span.wpcf7-not-valid-tip {
  display: none;
}
span.wpcf7-form-control.wpcf7-checkbox.receive_updates_from span.wpcf7-list-item label span.wpcf7-list-item-label {
  width: 100%;
}
/*  */
span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.receive_updates_from span.wpcf7-list-item {
  display: flex;
  padding: 10px 16px;
  border-radius: 50px;
  margin: 0;
  background-color: #B8D4FF;
}
span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.receive_updates_from span.wpcf7-list-item label {
  display: flex;
  gap: 15px;
  margin: 0;
}
span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.receive_updates_from span.wpcf7-list-item label input {
  min-width: 30px;
  min-height: 30px;
margin: 5px;
width: auto !important; 
}
span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.receive_updates_from span.wpcf7-list-item label  span.label-bottom {
  position: absolute;
  bottom: -45%;
  right: 5%;
  color: #fff !important;
font-size: 13px;
}
span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.receive_updates_from span.wpcf7-list-item label  span.label-main {
  position: absolute;
     top: -25px;
  left: 20px;
  color: #fff !important;
}
span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.receive_updates_from span.wpcf7-list-item{
position:relative;
margin-top: 50px !important;
margin-bottom:20px !important;
}
span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.receive_updates_from span.wpcf7-list-item label {
  margin-bottom: 0px !important;
}
span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.receive_updates_from span.wpcf7-list-item label span.label-sub {
color: #0B3379 !important;
font-weight: 600;
  font-size: 16px;
}

span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.receive_updates_from span.wpcf7-list-item label input[type="checkbox"] {
appearance: none;
-webkit-appearance: none;
    background-color: white;
border: none;
padding: 10px;
border-radius: 999px;
  width: 30px;
  height: 30px;
position: relative;
cursor: pointer;
display: inline-block;
margin: 5px;
}

/* Inner circle for checkmark background */
span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.receive_updates_from span.wpcf7-list-item label input[type="checkbox"]:checked::before {
content: "";
position: absolute;
top: 6px;
  left: 6px;
  width: 20px;
  height: 20px;
border-radius: 50%;
background-color: #2EEBC1; /* greenish circle */
display: flex;
align-items: center;
justify-content: center;
transition: background-color 0.3s;
}

/* Checked state */
/* Show checkmark when checked */
span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.receive_updates_from span.wpcf7-list-item label input[type="checkbox"]:checked::before {
background-color: #2EEBC1;
}

span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.receive_updates_from span.wpcf7-list-item label input[type="checkbox"]:checked::after {
content: "✔";
  position: absolute;
  top: 7px;
  left: 12px;
  color: #003366;
  font-size: 12px;
  font-weight: bold;
}


@media screen and (max-width:767px){
span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.receive_updates_from span.wpcf7-list-item label span.label-sub {
  font-size: 14px;
}
span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.receive_updates_from span.wpcf7-list-item label  span.label-bottom {
  bottom: -30%;
  right: 0%;
  font-size: 10px;
  text-align: right;
}
span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.receive_updates_from span.wpcf7-list-item label input {
  min-width: 20px;
  min-height: 20px;
}
span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.receive_updates_from span.wpcf7-list-item{
  padding:8px;
}
}
@media screen and (max-width:375px){
span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.receive_updates_from span.wpcf7-list-item label  span.label-bottom {
  font-size: 9px;
}
}
@media screen and (max-width:374px){
span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.receive_updates_from span.wpcf7-list-item label  span.label-bottom {
  bottom: -62%;
}
}
/*  */
body.home section.video-section.mobileView h2 br {
  display: none;
}
section.cards-section-home .cards-container-home .new-cardD:nth-child(2) .new-card-back p.new-card-text  ,
section.cards-section-home .cards-container-home .new-cardD:nth-child(4) .new-card-back p.new-card-text ,
section.cards-section-home .cards-container-home .new-cardD:nth-child(4) .new-card-back ul li{
  text-align: left;
  font-size: 28px;
}

/* === Market Report Landing Page Styles === */
/* Header */
.header { background: white; padding: 16px 0; box-shadow: 0 1px 3px rgba(0,0,0,0.1); }
.header-content { display: flex; justify-content: space-between; align-items: center; }
.logo { font-size: 20px; font-weight: 700; color: #06b6d4; display: flex; align-items: center; gap: 8px; }
.logo::before { content: "\1F3E0"; font-size: 18px; }
.nav-minimal { display: none; }

/* Hero Section */
.hero { background: var(--white); color: var(--blueBg); padding: 32px 20px 12px 20px; text-align: center; }
.hero-content {}
.hero-text {}
.report-badge { display: inline-block; background: var(--LightblueBg); color: var(--white); padding: 8px 16px; border-radius: 24px; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 16px; }
.hero h1 { font-size: 28px; font-weight: 700; color: var(--blueBg); margin-bottom: 12px; line-height: 1.2; }
.hero-subtitle { font-size: 16px; color: #444; margin-bottom: 32px; }

/* Buyer Power Score */
.power-score { background: linear-gradient(135deg, var(--blueBg), var(--LightblueBg)); border-radius: 20px; padding: 32px 24px; margin: 32px 0; text-align: center; color: var(--white); box-shadow: 0 10px 25px rgba(6, 182, 212, 0.3); }
.score-label { font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; opacity: 0.9; margin-bottom: 8px; }
.score-number { font-size: 56px; font-weight: 800; line-height: 1; margin-bottom: 8px; }
.score-description { font-size: 16px; font-weight: 500; opacity: 0.95; }

/* Key Insights */
.insights-section { padding-top: 12px; padding-bottom: 24px; background: var(--white); }
.section-title { font-size: 22px; font-weight: 700; text-align: center; margin-bottom: 32px; color: #1a1a1a; }
.insight-cards { display: grid; gap: 20px; margin-bottom: 40px; }
.insight-card { background: var(--white); border-radius: 16px; padding: 24px; box-shadow: 0 4px 12px rgba(0,0,0,0.08); border-left: 4px solid var(--LightblueBg); transition: transform 0.2s, box-shadow 0.2s; }
.insight-card:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.12); }
.insight-stat { font-size: 32px; font-weight: 800; color: var(--LightblueBg); line-height: 1; margin-bottom: 8px; }
.insight-title { font-size: 16px; font-weight: 600; color: #1a1a1a; margin-bottom: 8px; }
.insight-description { font-size: 14px; color: #6b7280; line-height: 1.4; }

/* Report Contents */
.report-contents { background: white; border-radius: 12px; padding: 32px 24px; margin-bottom: 40px; }
.contents-title { font-size: 18px; font-weight: 600; margin-bottom: 20px; color: #1a1a1a; }
.contents-list { list-style: none; }
.contents-list li { padding: 12px 0; border-bottom: 1px solid #f3f4f6; display: flex; align-items: center; }
.contents-list li:last-child { border-bottom: none; }
.checkmark { width: 20px; height: 20px; background: var(--Lightgreen); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 12px; flex-shrink: 0; }
.checkmark::after { content: "\2713"; color: white; font-size: 12px; font-weight: bold; }

/* CTA Section */
.cta-section { padding: 40px 20px 60px; text-align: center; background: var(--white); }
.cta-button {
  background: var(--Lightgreen);
  color: var(--blueBg);
  border: 2px solid var(--Lightgreen);
  transition: background 0.2s, border 0.2s;
  margin-bottom: 8px;
  margin-top: -16px;
  box-shadow: 0 4px 12px rgba(30, 64, 175, 0.1);
  border-radius: 999px;
}
.cta-button:hover {
  background: #22c7a9;
  border: 2px solid var(--blueBg);
  color: var(--blueBg);
}
.data-note { font-size: 12px; color: #6b7280; margin-top: 20px; }

/* Footer */
.footer { background: var(--blueBg); color: var(--white); padding: 32px 20px; text-align: center; }
.footer-logo { font-size: 18px; font-weight: 700; color: var(--Lightgreen); margin-bottom: 16px; }
.footer-text { font-size: 14px; color: #e0e0e0; }

@media (min-width: 768px) {
.container { max-width: 1200px; }
.hero { padding: 60px 40px; }
.hero h1 { font-size: 42px; max-width: 800px; margin: 0 auto 16px; }
.hero-subtitle { font-size: 20px; max-width: 600px; margin: 0 auto 40px; }
.power-score { max-width: 400px; margin: 40px auto; padding: 48px 32px; }
.score-number { font-size: 72px; }
.insights-section { padding: 60px 40px; }
.section-title { font-size: 28px; margin-bottom: 48px; }
.insight-cards { grid-template-columns: repeat(3, 1fr); gap: 32px; margin-bottom: 60px; }
.insight-card { padding: 32px; text-align: center; }
.insight-stat { font-size: 48px; margin-bottom: 12px; }
.insight-title { font-size: 18px; margin-bottom: 12px; }
.insight-description { font-size: 15px; }
.report-contents { padding: 48px 40px; max-width: 800px; margin: 0 auto 60px; }
.contents-title { font-size: 22px; text-align: center; margin-bottom: 32px; }
.contents-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px 32px; }
.contents-list li { border-bottom: none; padding: 16px 0; }
.nav-minimal { display: block; font-size: 14px; color: #6b7280; }
.cta-section { padding: 60px 40px 80px; }
.cta-button { width: auto; min-width: 400px; font-size: 20px; padding: 20px 48px; }
.data-note { font-size: 14px; max-width: 600px; margin: 24px auto 0; }
.footer { padding: 48px 40px; }
}
@media (min-width: 1024px) {
.hero { padding: 80px 40px; }
.hero-content { display: grid; grid-template-columns: 2fr 1fr; gap: 60px; align-items: center; max-width: 1000px; margin: 0 auto; text-align: left; }
.hero-text { order: 1; }
.power-score { order: 2; margin: 0; max-width: none; }
.insights-section { padding: 80px 40px; }
.insight-cards { gap: 40px; }
.insight-card { padding: 40px; transition: transform 0.3s, box-shadow 0.3s; }
.insight-card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(6, 182, 212, 0.2); }
}

/* --- Reduce vertical spacing for Market Report template --- */
.hero {
  padding-top: 24px;
  padding-bottom: 24px;
}
.insights-section {
  padding-top: 24px;
  padding-bottom: 24px;
}
.section-title {
  margin-bottom: 20px;
}
.insight-cards {
  gap: 14px;
  margin-bottom: 24px;
}
.insight-card {
  padding-top: 16px;
  padding-bottom: 16px;
}
.report-contents {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 24px;
  border: 2px solid var(--LightblueBg);
  border-radius: 18px;
  box-shadow: 0 2px 12px rgba(3, 30, 89, 0.07);
  background: var(--white);
}
.contents-title {
  margin-bottom: 12px;
}
.cta-section {
  padding-top: 24px;
  padding-bottom: 32px;
}
.cta-button {
  margin-bottom: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.data-note {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .hero {
      padding-top: 32px;
      padding-bottom: 32px;
  }
  .insights-section {
      padding-top: 32px;
      padding-bottom: 32px;
  }
  .section-title {
      margin-bottom: 28px;
  }
  .insight-cards {
      gap: 20px;
      margin-bottom: 32px;
  }
  .report-contents {
      padding-top: 28px;
      padding-bottom: 28px;
      margin-bottom: 32px;
  }
  .cta-section {
      padding-top: 32px;
      padding-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .hero {
      padding-top: 40px;
      padding-bottom: 40px;
  }
  .insights-section {
      padding-top: 40px;
      padding-bottom: 40px;
  }
}

/*for pdf gae button*/
.pdf-gate-link-button {
  display: inline-block;
  background-color: #33F1C2; /* Light Green */
  color: #0B3379; /* Dark Blue */
  padding: 4px 16px;
  border-radius: 20px;
  text-decoration: none;
  font-family: 'ClashDisplay-Regular', sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
  transition: background-color 0.3s ease, color 0.3s ease;
  vertical-align: middle;
}

.pdf-gate-link-button:hover {
  background-color: #0B3379; /* Dark Blue */
  color: #fff;
}

/*for cards flip mobile*/
@media (max-width: 1024px) {
.new-cardD .new-card-inner.flipped {
  transform: rotateY(180deg);
}

}

@media (max-width: 1024px) {
section.cards-section-home .cards-container-home .new-cardD:nth-child(2) .new-card-back p.new-card-text,
section.cards-section-home .cards-container-home .new-cardD:nth-child(4) .new-card-back p.new-card-text,
section.cards-section-home .cards-container-home .new-cardD:nth-child(4) .new-card-back ul li {
  font-size: 20px;
}
}

.fixed-logo-on-top {
position: fixed;
top: 20px;
left: 30px;
z-index: 2000;
transition: opacity 0.3s;
display: block;
}
.fixed-logo-on-top.hide {
opacity: 0;
pointer-events: none;
}
@media (max-width: 991px) {
.fixed-logo-on-top {
  display: none;
}
} 

@media (max-width: 991px) {
.mobile-menu-new {
  display: block !important;
}
.navbar.navbar-expand-lg.newmenu {
  display: none !important;
}
}

/* --- Responsive Navbar and Logo Fix --- */
.am-logo-fixed {
  display: block;
}

@media (min-width: 992px) {
  .am-navbar-menu {
    display: block !important;
  }
  .mobile-menu-new {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .am-navbar-menu {
    display: none !important;
  }
  .mobile-menu-new {
    display: flex !important;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .am-logo-fixed {
    display: block;
  }
}

@media (max-width: 991px) {
  .mobile-menu-new {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .navbar-brand {
    margin-right: auto;
  }
  .navbar-toggler {
    margin-left: auto;
  }
}

@media (max-width: 991px) {
  .fixed-logo-on-top {
    display: none;
  }
}
@media (min-width: 992px) {
  .fixed-logo-on-top {
    display: block;
    position: fixed;
    top: 20px;
    left: 30px;
    z-index: 2000;
    transition: opacity 0.3s;
  }
}