body {
  font-family: "Poppins", sans-serif;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
}
.subCategoryContainer{
     padding: 50px 0px; 
}
.subCategoryGrid {
  display: grid;
  grid-template-columns: 6fr 6fr;
  gap: 20px;

}
.subCard {
  width: 100%;
  display: grid;
  grid-template-columns: 2fr 10fr;
  gap: 10px;
  align-items: center;
}
.subCard > :first-child {
  width: 100%;
  padding: 15px 0px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
.subCard > :last-child {
  width: 100%;
  padding: 15px 0px;

  font-size: 18px;
  font-weight: 500;
}
.subContent > :first-child {
  color: #000d28;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.subContent > :last-child {
  color: #545d6f;
  font-size: 16px;
  font-weight: 500;
}
.navigateContainer{
    background-color: #FFC4C4;
    padding: 15px 0px;
}
.navigateContent{
    display: flex;
    gap: 20px;
    font-size: 16px;
    font-weight: 500;
   
}
.navigateContent a{
 color: black;
    text-decoration: none;
}
.navigateContent a:hover{
    border-bottom: 2px solid black;
}
.subServiceBanner {
      position: relative;
      width: 100%;
      height: 70vh;
      overflow: hidden;
    }

    .subServiceBanner img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
     .subBannerContent{
      position: absolute;
      top: 40%;
      left: 5%;
  

      color: white;
      z-index: 1;
      width: 60%;
    }
    .subBannerContent div {
        margin-bottom: 10px;
    }
.subBannerContent>:first-child{
    color: #FFFFFF;
    font-size: 36px;
    font-weight: 600;
}

.subBannerContent>:last-child{
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
}
.strategyContainer{
    background-color: #FFC4C4;
    padding: 50px 0px;
}
.strategyContainer{
   position: relative;
}
.triangleOne{
    position: absolute;
    top: 10px;
    left: 20px;
  
    z-index: 0;
}
.triangleOne img{
    height: 400px;
     width: 100%;
}
.triangleTwo{
    position: absolute;
    bottom: 10px;
    right: 20px;
    z-index: 0;
}
.triangleTwo img{
    height: 400px;
     width: 100%;
}
.strategyContent{
    z-index: 1;
}
.strategyTitle{
    color: #000D28;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}
.strategyGrid{
    display: grid;
    grid-template-columns: repeat(3,4fr);
    gap: 20px;
}
.strategyCard>:first-child{
    color: #000D28;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.strategyCard>:last-child{
    color: #333D53;
    font-size: 16px;
    font-weight: 500;
}
.detailsContainer{
       background-image: linear-gradient(#000D28,#000511,#000D28);
       padding: 50px 0px;
}
.detailsGrid{
    display: grid;
    grid-template-columns: 7fr 5fr;
    gap: 30px;
    align-items: center;
}
.detailsTitle{
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
}
.detailsSubcontainer{
    display: block;
    gap: 35px;
    align-items: center;
}
.detailsCount>:first-child{
    color:#FFC4C4;
    font-size: 40px;
    font-weight: 300;
    margin-right: 15px;
}
.detailsCount>:last-child{
    color:#F3F3F3;
    font-size: 16px;
    font-weight: 500;
}

.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){
    .subCategoryGrid {
        display: grid;
        grid-template-columns: 12fr
    }
      .subBannerContent {
      position: absolute;
      top: 35%;
      left: 5%;
      z-index: 1;
      width: 60%;
    }
    .subBannerContent>:first-child{
    font-size: 20px;
    font-weight: 600;
}
.subBannerContent>:nth-child(2){
    font-size: 30px;
    font-weight: 600;
}
.subBannerContent>:last-child{
    font-size: 18px;
    font-weight: 500;
}
.strategyGrid{
    display: grid;
    grid-template-columns: 12fr;
}
.detailsGrid {
    display: grid;
    grid-template-columns: 12fr;
    text-align: center;
}
.partnerImgContainer{
    display: grid;
    grid-template-columns: 4fr 4fr 4fr;
}
}
@media screen and (max-width:776px){
   .subBannerContent  {
      position: absolute;
      top: 20%;
      left: 5%;
      z-index: 1;
      width: 80%;
    }
  .subBannerContent>:first-child{
    font-size: 20px;
    font-weight: 600;
}
.subBannerContent>:nth-child(2){
    font-size: 28px;
    font-weight: 600;
}
.subBannerContent>:last-child{
    font-size: 18px;
    font-weight: 500;
}
.partnerImgContainer{
    display: grid;
    grid-template-columns: 6fr 6fr;
}
}
@media screen and (max-width:556px){
        .subServiceBanner {
      position: relative;
      width: 100%;
      height: 70vh;
      overflow: hidden;
    }
    .subBannerContent  {
      position: absolute;
      top: 30%;
      left: 5%;
      z-index: 1;
      width: 90%;
    }
    .subBannerContent>:first-child{
    font-size: 18px;
    font-weight: 600;
}
.subBannerContent>:nth-child(2){
    font-size: 25px;
    font-weight: 600;
}
.subBannerContent>:last-child{
    font-size: 16px;
    font-weight: 500;
}
.subCard > :first-child{
    font-size: 16px;
}
.subCard > :last-child {
    font-size: 16px;
}
.subContent > :first-child{
    font-size: 18px;
}
.navigateContent a {
    font-size: 16px;
}
 .strategyCard>:first-child {
    font-size: 18px;
 }
  .strategyCard>:last-child {
    font-size: 16px;
 }
 .detailsTitle{
    font-size: 18px;
 }
 .detailsCount>:first-child{
    font-size: 35px;
 }

}
@media screen and (max-width:456px){
      .subBannerContent{
      position: absolute;
      top: 20%;
      left: 5%;
      z-index: 1;
      width: 90%;
    }
   .subBannerContent>:first-child{
    font-size: 16px;
    font-weight: 600;
}
.subBannerContent>:nth-child(2){
    font-size: 20px;
    font-weight: 600;
}
.subBannerContent>:last-child{
    font-size: 14px;
    font-weight: 500;
}
.subCard > :first-child{
    font-size: 14px;
}
.subCard > :last-child {
    font-size: 14px;
}
.subContent > :first-child{
    font-size: 16px;
}
.subContent > :last-child{
    font-size: 14px;
}
.navigateContent a {
    font-size: 14px;
}
.strategyTitle{
    font-size: 20px;
}
 .strategyCard>:first-child {
    font-size: 16px;
 }
   .strategyCard>:last-child {
    font-size: 14px;
 }
  .detailsTitle{
    font-size: 16px;
 }
  .detailsCount>:first-child{
    font-size: 30px;
 }
 .detailsCount>:last-childP{
    font-size: 14px;
 }
 .partinerTitle {
    font-size: 20px;
 }
}