
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Manrope:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Manrope:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');


*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
:root {
    --first-header-color:#FFFFFF;
--footer-bg:
#011D27
}

ul, li{
    list-style: none;
    
}
.banner-section{
    /* background-image: url("./img/div.slide-img.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 840px; */
    width: 100%;
  height: 100vh;
  overflow: hidden;
   }
   .banner-section h1{
       font-family: "Poppins", sans-serif;
       font-weight: 600;
       font-size: 55px;
       line-height: 67px;
       text-align: center;
       color: #FFFFFF;
       position: absolute;
       top: 50%;
       left: 50%;
       transform: translate(-50%, -50%);
       width: 100%;
     
   }
   .banner-section h1 span{
   
    font-family: "Poppins", sans-serif;
    font-weight: 600;
       font-size: 55px;
   }
   
   /* .drop-down p:nth-child(2), .drop-down p:nth-child(3){
    margin-top: 5px;
   } */
   
/* .pinnacle-trust-p:hover .dropdown-pinnacle-trust{
    display: block;
}

   .our-solution-li:hover .drop-down{
    display: block;
   } */
  

   /* .banner-section p{
    position: absolute;
    top: 50%;
   } */
.Learn-btn {
    width: 220.42px;
    height: 50px;
    background: linear-gradient(#00A859,#00AFEF);
    opacity: 1; /* Ensure background is opaque */
    border: none;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    position: absolute;
    color: #FFFFFF;
    left: 50%;
    top: 70%;
    transform: translate(-50%);
    gap: 10px;
    font-family: "Rubik", sans-serif;
    cursor: pointer;
    font-weight: 600;
    border-radius: 25px;
    z-index: 2; /* Sit on top */
}
   .box{
       border: solid 2px #FFFFFF;
       border-left: none;
       width: 71.41px;
     height: 55px;
     top: 13px;
     right: -8px;
     position: absolute;
   }
  /*Modal*/
#openModalBtn {
    padding: 10px 20px;
    font-size: 16px;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 3; /* Sit on top */
    left: 0;
    top: 5%;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    opacity: 1;
}

.modal-content {
    background-color: var(--footer-bg);
    color: white; /* Set the font color to white */
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    opacity: 1; /* Ensure background is opaque */
}
  /* Style for close button */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }

  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  .show, .show2 {
    display: block;
}
 /* ---------------------------------header css------------------------ */
/* 
header{
    
    font-family: "Fira Sans", sans-serif;
    color: #FFFFFF;
    padding-top: 30px;
   
}
.flex{
    display: flex;
   justify-content: center;
   align-items: center;

}
.body-wrapper{
    max-width: 1200px;
    margin: auto;
  

}
.inside-header ul{
    display: flex;
align-items: center;
    gap: 20px;
}
.inside-header{
    justify-content: space-between;
}
.inside-header ul a{
    text-decoration: none;
}
.inside-header ul a li{
    color: #FFFFFF;
    font-size: 16px;
}
.consultation-btn{
    background: linear-gradient(#00A859,#00AFEF);
    border-radius: 
    30px;
    border: none;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    width: 232px;
    color:#FFFFFF;
    padding-block: 8px;
    cursor: pointer;
}
.banner-section{
 background-image: url("./img/div.slide-img.webp");
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 width: 100%;
 height: 840px;
}
.banner-section h1{
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 55px;
    line-height: 67px;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
  
}
.Learn-btn{
    width: 220.42px;
  height: 59px;
  background: linear-gradient(#00A859,#00AFEF);
  border: none;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  position: absolute;
  color:#FFFFFF;
  left: 50%;
  top: 80%;
  transform: translate(-50%);
 gap: 10px;
 font-family: "Rubik", sans-serif;
 cursor: pointer;
  
}
.box{
    border: solid 2px #FFFFFF;
    border-left: none;
    width: 71.41px;
  height: 55px;
  top: 13px;
  right: -8px;
  position: absolute;
}


footer{
    background-color: var(--footer-bg);
    font-family: 'Poppins', sans-serif;
    padding-block: 90px;
}
footer h1{
    color: 
    #FFFFFF;
    font-size: 46px;
    font-weight: 700;
    line-height: 46px;
    text-align: center;
}
.telephone{
    color: #FFFFFF;
    text-align: center;
    padding-top: 25px;
    font-size: 24px;
    list-style: 36px;
}
.adress-p{
    color: #969696;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    padding-top: 70px;
    max-width: 280px;
    margin: auto;
}
.social-icons{
    
    gap: 40px;
    padding-top: 40px;
}
footer span{
    display: block;
    font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  color: #FFFFFF;
  padding-top: 40px;
}
 */



.trusted-source-section{
padding-block: 8%;
}
.trusted-grid{
    display: flex;
 gap: 70px;
 
}
.wrapper-section{
    max-width: 1250px;
    margin: auto;
}
.trusted-content-1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    flex: 1;
}
.know-more-btn{
    width: 220.42px;
    height: 59px;
    background: linear-gradient(#00A859,#00AFEF);
    border: none;
    border-radius: 25px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
 position: relative;
    color:#FFFFFF;
    font-family: "Rubik", sans-serif;
    cursor: pointer;
    gap: 20px;
}

.video-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    margin: 10px;
    padding: 5px 5px;
    color: #FFF;
    background-color: rgba(50, 50, 50, 0.3);
}
.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: transparent;
  }
.box2{
    border: solid 2px #FFFFFF;
    border-left: none;
    width: 71.41px;
  height: 55px;
  top: 13px;
  right: 6px;
  position: absolute;
  gap: 10px;
}

 .welcome{
    background: linear-gradient(#00A859,#00AFEF
    ); 
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
     font-weight: 500;
    font-size: 17px;
    line-height: 20.4px;
    font-family: "poppins";
    display: flex;
    gap: 6px;
    align-items: center;
  
}
 .welcome span{
    display: block;
   
    background:  linear-gradient(#00A859,#00AFEF
    );
}
 .welcome span:nth-child(1),.welcome span:nth-child(6){
    width: 6px;
    height: 1.5px;
}
 .welcome span:nth-child(2), .welcome span:nth-child(5){
    width: 6px;
    height: 1.5px;
}
 .welcome span:nth-child(3), .welcome span:nth-child(4){
    width: 50px;
    height: 1.5px;
}

 .pinnacle-p, .next-thing{
    color: #686868;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    font-family: "Rubik", sans-serif;
  }
  .pinnacle-p-2{
    color: 
    rgba(255, 255, 255, 0.6);
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    font-family: "Rubik", sans-serif
  }
 
  .next-color-2{
    color: #FFFFFF;
  }
.heading-big {
    font-family: "poppins";
    font-size: 44px;
    line-height: 52.8px;
    font-weight: 600;
    max-width: 1250px;
    margin: auto;
    padding-inline: 7%;
}
.heading-small {
    font-family: "poppins";
    font-size: 36px;
    line-height: 43.2px;
    font-weight: 600;
    max-width: 1250px;
    margin: auto;
    padding-inline: 7%;
}
.heading-p {
    max-width: 1250px;
    margin: auto;
    padding-top: 10px;
    font-family: "Rubik", sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    padding-inline: 7%;
}
.heading-big span, .heading-small span, .next-thing {
    max-width: 1250px;
    margin: auto;
    background: linear-gradient(#00A859,#00AFEF );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.next-thing{
/* color: black;  */
 font-family: "Rubik", sans-serif;
}
.trusted-content-2{
    flex: 1;
    /* max-width: 520px; */
}
.commitment-section{
    background-color: var(--footer-bg);
    padding-block: 8%;
}

.excellent-content{
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
    column-gap: 20px;
    padding-top: 30px;
}
.excellent-child-things{
    display: flex;
    gap: 15px;
}
.excellent-child-things div p{
    color: 
    rgba(255, 255, 255, 0.6);
    font-family: "poppins";
    font-size: 14px;
    line-height: 26px;
    padding-top: 15px;
}
.excellent-child-things div h1{
    color: #FFFFFF;
    font-family: "Rubik", sans-serif;
    font-size: 17px;
    line-height: 20.4px;
}

.corporate-section{
    padding-block: 90px 60px;
}
/* .fund-service-know-btn{
    width: 100px;
    height: 30px;
    border-radius: 25px;
    border: 2px solid; 
    border-image: linear-gradient(to right, #00A859, #00AFEF);
    border-image-slice: 1;
    border-radius: 25px;
    background: linear-gradient(#00A859,#00AFEF
    );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    cursor: pointer;

} */
.btn {
	background-image: linear-gradient(to right,#00A859,#00AFEF);
	border-radius: 40px;
  box-sizing: border-box;
	color: #00a84f;
	display: block;
	font: 12px "Rubik", sans-serif; /*18*/
	height: 30px;
	letter-spacing: 1px;
	margin: 0 auto;
	padding: 2.2px;
	position: relative;
  text-decoration: none;
	text-transform: uppercase;
	width: 120px;
	z-index: 2;
}

.btn:hover {
	color: #fff;
}

.btn span {
	align-items: center;
	background: #e7e8e9;
	border-radius: 25px;
	display: flex;
	justify-content: center;
	height: 100%;
	transition: background .5s ease;
	width: 100%;
}

.btn:hover span {
	background: transparent;
}
.corporate-service-headeing{
    display: flex;
    flex-direction: column;
    gap: 20px;
    
}
.point-section{
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.point-items{
    display: flex;
    gap: 14px;
}
.point-items p{
    font-size: 16px;
    font-family: "Rubik", sans-serif;
    line-height: 19.2px;
    font-weight: 400;
}
.service-common-heading{
    font-size: 44px;
    line-height: 52.8px;
    font-weight: 600;
    font-family: "poppins";
    color: 
    #232323;
    padding-bottom: 30px;
    padding-top: 20px;
}
.service-common-heading span{
    background: linear-gradient(#00A859,#00AFEF
    );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.text-center{
    text-align: center;
}
.service-flex{
    display: flex;
    gap: 20px;
}
.fund-ad-section{
    background:linear-gradient(#00A859,#00AFEF
    ); 
    padding-block: 50px;
}
.agency-section{
    padding-block: 50px;
}
.gagan-h1{
    font-family: "Fira Sans";
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: 
    #232323;
}
small{
    font-size: 15px;
    color: #686868;
    font-family: "Rubik", sans-serif;
}
.heading-small{
    font-size: 36px;
}
.small-underline{
    background: linear-gradient(#00A859, #00AFEF);
    width: 40px;
    height: 1.3px;
}
.team-section{
    padding-block: 50px;
    font-family: "poppins";
}
.team-cards{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
gap: 30px;
padding-top: 25px;
}
.card{
    position: relative;
}
.card .card-image{
    width: 100%;
}
.bg-card-item{
    background-color: 
    #011D27;
    padding-block: 25px;
    background-image: url("./img/team-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-card-item h2{
    color: #FFFFFF;
    font-family: 20px;
    line-height: 24px;
    font-weight: 600;
    
}
.bg-card-item p{
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    line-height: 19.2px;
    padding-top: 6px;
}
.team-social-icons{
    background-color: rgba(1, 29, 39, 1);
    border-radius: 30px;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    gap: 10px;
    padding-inline: 6px;
    padding-block: 3px;
   
    
}
.client-fdbk-section{
    padding-block: 100px;
}
.feedback-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding-top: 25px;
}
.feedback-itnm{
    display: flex;
   flex-direction: column;
  gap: 40px;
}
.fedbk-content{
    display: flex;
  flex-direction: column;
}
.fedbk-content h2{
    font-size: 22px;
    line-height: 26.4px;
    font-weight: 700;
    font-family: "poppins";
}
.fedbk-content p{
    font-size: 16px;
    line-height: 19.2px;
    font-weight: 400;
    font-family: "poppins";
    background: linear-gradient(#00A859,#00AFEF
    );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.fdbk-p{
   
    padding-left: 80px;
   
}
.feedback-grid{
    display: flex;
    justify-content: space-between;
   
}
.star-icons img{
    cursor: pointer;
}
.blog-content{
    background-color: #FFFFFF;
    position: relative;
    top: -30px;
    padding-inline: 30px;
    padding-block: 30px;
    margin-inline: 30px;
}
.blog-content h2{
    font-size: 19px;
    line-height: 24.7px;
    font-weight: 500;
    font-family: "poppins";
    padding-top: 20px;
}
.blog-content button{
    cursor: pointer;
    font-size: 16px;
    line-height: 26px;
    font-family: "Rubik";
    border: none;
    color: rgba(109, 109, 109, 1);
    padding-top: 20px;
}
.blog-container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    padding-top: 25px;
}
.blog-card img{
    width: 100%;
}
.companies-section{
    padding-block: 100px;
}
.comp-numbers{
    display: flex;
    justify-content: space-around;
    overflow-x: auto;
    width: 100%;
}
.comp-numbers img{
    flex: 0 0 auto;
}
.form-section{
    padding-block: 130px;
}
.project-form{
    display: flex;
    justify-content: space-between;
}

.form-item h2{
    font-family: "poppins";
    font-size: 32px;
    line-height: 38.4px;
}
.form-grid form{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 10px;
    padding-top: 50px;
}
.form-grid textarea{
    /*border: none; /* Remove default border */
    outline: none; /* Remove outline */
    padding: 20px;
}

.form-grid input,.form-grid select {
    border: none; /* Remove default border */
    outline: none; /* Remove outline */
    padding: 20px;
}
.form-grid select{
    grid-area: 3 / 1 /  3 / 3;
}
.form-grid textarea{
    grid-area: 4 / 1 / 4 / 3;
}
.form-grid input::placeholder, .form-grid select::placeholder{
    font-size: 15px;
    font-family: "Rubik";
    line-height: 17.78px;
}
.show-image, .show-pgh, .show-image-gagan{
    display: none;
}
.hidden-pgh h2{
    padding-top: 20px;
}
.container:after {

  content: "";
  display: table;
  clear: both;
}
.container.column {
     display: flex;
    gap: 20px;
    text-align:left;
    flex-direction: column;
  float: left;
  width: 50%;
}

.container.left, .container.right {
    display: flex;
    gap: 20px; 
    text-align:left;
    flex-direction: column;
  width: 300px;
  float: left;
  padding: 20px;
}

.container.middle {
    display: flex;
    gap: 20px;
    text-align: left;
    flex-direction: column;
    padding: 20px;
    width: 300px;
    ;
}
/* Clear floats after the columns */

/* container */
.three-columns-grid {
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

    /* columns */
    .three-columns-grid > * {
        padding: 1rem;
    }
