 
@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');

 
 /* ---------------------------------header css------------------------ */


 header{
    
    font-family: "Fira Sans", sans-serif;
    color: #FFFFFF;
    padding-block: 30px;
    position: relative;
    z-index: 3;
    background-color: transparent; 
    transition: background-color 0.3s; 
}
.flex{
    display: flex;
   justify-content: center;
   align-items: center;

}
.body-wrapper{
    max-width: 1300px;
    margin: auto;
    /* left: 50%; */
}

.inside-header .inside-ul{
    display: flex;
align-items: center;
    gap: 20px;
}

.inside-header{
    justify-content: space-between;
}
.inside-header ul a{
    text-decoration: none;
}
.inside-header .inside-ul a .li{
    color: #FFFFFF;
    font-size: 16px;
    letter-spacing: 0.32px;
    position: relative;
}
.li-footer {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0.32px;
    position: relative;
}
/* .li::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width:0;
    height: 3px;
    background-color: #0e8284;
    transition: width 0.3s ease;
}
.inside-header ul a .li:hover{
    color: #00A859;
}
.inside-header ul a .li:hover::after {
    width: 100%;
   } */
.schd-const-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: 4px;
    cursor: pointer;
    letter-spacing: 0.6px;
    
}
.consultation-btn{
    padding-block: 4px;
    display: flex;
    justify-content: center;
    margin-inline: 4px;
}
.schd-const-btn:hover .consultation-btn{
    background-color: white;
    background-image: none;
    color: green;
    display: block;
    border-radius: none;
    border-radius: 
    30px;

    height: 100%;
    transition: background .5s ease;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #011D27;
  }

  .our-solution-li{
    display: flex;
    align-items: center;
    gap: 6px;
    position: relative;
    padding-block: 5px;
   }
   .our-solution-li:hover .drop-down{
    display: block;
   }
   .pinnacle-trust-p:hover .dropdown-pinnacle-trust{
    display: block;
   }
   .drop-down{
    
    top: 27px;
   }
   .drop-down li a{
    padding-inline: 10px;
    color: #FFFFFF;
    text-decoration: none;
    padding-block: 5px;
    display: block;
   }
   .drop-down,.dropdown-pinnacle-trust{
    position: absolute;
   
    padding-block: 10px; background-color: #FFFFFF;

    font-size: 0.8rem;
    display: none;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    background-color: #011D27;
   }
   .dropdown-pinnacle-trust{
    left:100%;
top: 0;
   }
   .pinnacle-trust-p{
    display: flex;
    gap: 8px;
   padding-bottom: 3px;
    justify-content: space-between;
    position: relative;
   }
   .dropdown-pinnacle-trust li:nth-child(1),    .dropdown-pinnacle-trust li:nth-child(2){
    padding-bottom: 3px;
   }
  
   .pinnacle-trust-p img{
    rotate: -90deg;
    width: 12px;
   }

   /* mobile hamburger */
.side-menu-section{
    background-color: #011D27;
    position: absolute;
    top: 0;
    right: -450px;
    width: 320px;
    padding: 30px;
    padding-block: 14%;
    height: 100vh;
    transition: right 0.3s ease;
    overflow: hidden;
}

.side-menu-section .sidemenu-items{
    padding-top: 70px;
}
.side-menu-section ul li a{
    color: white;
}
.sidemenu-items{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.sidemenu-items li{
    position: relative;
    cursor: pointer;
}
.hamburgerIcon{
    display: none;
}
.md-li-1{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.drop-down-md{
    display: flex;
    gap: 10px;
    flex-direction: column;
    display: none;
    padding-left: 10px;
    padding-top: 16px;
    /* padding-block: 24px; */
    transition: opacity 0.8s ease;
}

.drop-down-md img, .sidemenu-items img{
    rotate: unset;
    position: absolute;
    right: 0;
    padding-top: 3px;
    width: 15px;
    top: 2px;
}
.top-sidemenu{
    display: flex;
    justify-content: space-between;
}
.close-icon{
    font-size: 2.5rem;
    position: absolute;
    right: 15px;
    top: 10px;
}
.pinnacle-trust-p-md{
   
    position: relative;
}
.logo-md{
    width: 270px;
}
.dropdown-pinnacle-trust-md{
   display: none;
   padding-left: 20px;
  
  padding-block: 15px;
   flex-direction: column;
   gap: 10px;
   transition: all  0.3s ease;
}

.show {
    display: flex !important; 
    /* Important to override display none */
}
.hamburgerIcon i{
    font-size: 30px;
}
.sidemenu-items li a, .sidemenu-items li {
    font-size: 25px;
}
/* .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 css---------------------------- */
footer{
    background-color: var(--footer-bg);
    font-family: 'Poppins', sans-serif;
    padding-block: 90px;
    position: relative;
}
footer h1{
    color: 
    #FFFFFF;
    font-size: 46px;
    font-weight: 700;
    line-height: 46px;
    text-align: center;
}
.telephone{
    color: #FFFFFF;
    text-align: left;
    padding-top: 25px;
    font-size: 24px;
   
}
.adress-p {
    color: #969696;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    text-decoration: none;
    max-width: 400px;
    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;
}
.page-dropdown{
    position: absolute;
    bottom: 40px;
    right: 20px;
    display: none;
}
.dropdown-icon, .dropdown-icon-next{
    display: block;
   

}
.drop-down-md, .dropdown-pinnacle-trust-md{
    transition: all 1s ease;
}
a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

/* .drop-down-md{

} */

div.transbox {
    background-color: black;
    width: 100%; /* Full width */
    z-index: 1; /* Sit on top */
    height: 100%;
    opacity: 0.6;
}