body{
    font-family: "Poppins", sans-serif;
  font-style: normal;

}
*{
    margin: 0;
    padding: 0;
}
   .serviceBanner {
      position: relative;
      width: 100%;
      height: 100vh;
      overflow: hidden;
    }

    .serviceBanner img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
     .serviceBannerContent {
      position: absolute;
      top: 40%;
      left: 5%;
      color: white;
      z-index: 1;
      width: 60%;
    }
    .serviceBannerContent div {
        margin-bottom: 10px;
    }
.serviceBannerContent>:first-child{
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 600;
}
.serviceBannerContent>:nth-child(2){
    font-size: 40px;
    font-weight: 600;
    color: #FFFFFF;
}
.serviceBannerContent>:last-child{
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
}
.serviceContainer{
    margin: 80px 0px;
}
.exploreContainer{
    margin: 80px 0px;
}
.exploreTitle{
    color: #000D28;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}
.exploreSubtitle{
    color: #868686;
    font-size: 16px;
    font-weight: 500;
      margin-bottom: 15px;
}
.exploreGrid{
    display: grid;
    grid-template-columns: repeat(3,4fr);
    gap: 20px;
    margin-bottom: 20px;
}
.exploreCard{
    width: 100%;
    display: grid;
    grid-template-columns: 2fr 10fr;
    align-items: center;
 
}
.exploreCard>:first-child{
  
    width: 100%;
    padding: 15px 0px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
     
}
.exploreCard>:last-child{
    width: 100%;
        padding: 15px 0px;
        text-align: center;
           font-size: 18px;
    font-weight: 500;
     
}
.exploreCard>:last-child a{
    color: black;
    text-decoration: none;
}
.whyContainer{
      background-image: linear-gradient(#000B22,#000D28);
      padding: 50px 0px;
}
.chooseGrid{
    display: grid;
    grid-template-columns: 6fr 6fr;
    gap: 20px;
    margin-top: 35px;
}
.chooseGrid img{
     width: 70%;
    height: 100%;
    object-fit: contain;
    border-radius:20px
}
.whyTitle{
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}
.whySubtitle{
    color: #F3F3F3;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}
.accordion-button{
       background-image: linear-gradient(#000D28,#000511,#000D28);
       color: white;
}
.accordion-body{
     background-image: linear-gradient(#000D28,#000511,#000D28);
       color: white;
}
.accordion-body ul li{
    list-style: none;
}
.accordion-button::after{
    background-color: #DA700A;
    border-radius: 50%;
    padding: 2px;
}
.accordion-button:not(.collapsed) {
    color: white;
}
.accordion-button:focus {
   
    box-shadow:none;
}
.partnerContainer{
    /* margin: 80px 0px; */
    background-image: linear-gradient(#000D28,#000511,#000D28);
    padding: 20px;
 
}
.partinerTitle{
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}
.partnerImgContainer{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}
.partImg img{
    width: 100px;
    height: 100px;
    object-fit: contain;
}
@media screen and (max-width:992px){
      .serviceBannerContent {
      position: absolute;
      top: 35%;
      left: 5%;
      z-index: 1;
      width: 60%;
    }
    .serviceBannerContent>:first-child{
    font-size: 20px;
    font-weight: 600;
}
.serviceBannerContent>:nth-child(2){
    font-size: 30px;
    font-weight: 600;
}
.serviceBannerContent>:last-child{
    font-size: 18px;
    font-weight: 500;
}
.exploreGrid{
    display: grid;
    grid-template-columns: 12fr;
}
.chooseGrid{
    display:grid;
    grid-template-columns: 12fr;
    text-align: center;
}
.partnerImgContainer{
    display: grid;
    grid-template-columns: 4fr 4fr 4fr;
}
}
@media screen and (max-width:776px){
   .serviceBannerContent  {
      position: absolute;
      top: 20%;
      left: 5%;
      z-index: 1;
      width: 80%;
    }
  .serviceBannerContent>:first-child{
    font-size: 20px;
    font-weight: 600;
}
.serviceBannerContent>:nth-child(2){
    font-size: 28px;
    font-weight: 600;
}
.serviceBannerContent>:last-child{
    font-size: 18px;
    font-weight: 500;
}
.partnerImgContainer{
    display: grid;
    grid-template-columns: 6fr 6fr;
}

}
@media screen and (max-width:556px){
        .serviceBanner {
      position: relative;
      width: 100%;
      height: 70vh;
      overflow: hidden;
    }
    .serviceBannerContent  {
      position: absolute;
      top: 30%;
      left: 5%;
      z-index: 1;
      width: 90%;
    }
    .serviceBannerContent>:first-child{
    font-size: 18px;
    font-weight: 600;
}
.serviceBannerContent>:nth-child(2){
    font-size: 25px;
    font-weight: 600;
}
.serviceBannerContent>:last-child{
    font-size: 16px;
    font-weight: 500;
}
.serviceContainer{
    margin: 0px 0px;
}
.exploreContainer{
    margin:40px 0px;
}
.exploreCard>:first-child{
    font-size: 16px;
}
.exploreCard>:last-child{
    font-size: 16px;
}
.accordion-button{
    font-size: 14px;
}
.accordion-body ul li{
    list-style: none;
    font-size: 14px;
   
}
ul{
 padding-left: 0px !important;
}
}
@media screen and (max-width:456px){
      .serviceBannerContent {
      position: absolute;
      top: 20%;
      left: 5%;
      z-index: 1;
      width: 90%;
    }
   .serviceBannerContent>:first-child{
    font-size: 16px;
    font-weight: 600;
}
.serviceBannerContent>:nth-child(2){
    font-size: 20px;
    font-weight: 600;
}
.serviceBannerContent>:last-child{
    font-size: 14px;
    font-weight: 500;
}
.exploreTitle {
    font-size: 20px;
}
.exploreSubtitle {
    font-size: 14px;
}
.exploreCard>:first-child{
    font-size: 14px;
}
.exploreCard>:last-child{
    font-size: 14px;
}
.whyTitle{
    font-size: 20px;
}
.whySubtitle {
    font-size: 14px;
}
 .partinerTitle {
    font-size: 20px;
 }
}
