@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

section[data-cattype="83002"] ul.listImage li,
section[data-cattype="83002"] ul.listImage li .wrapper_image{
    width: 150px;
    height: 112px;
    border: none;
}
section[data-cattype="83002"] ul.listImage li{  margin: 10px;}

section[data-cattype="83002"] .row {
    display: flex;
    align-items: center; /* Vertical center alignment */
  }

section[data-cattype="83002"] .title{
    font-size: 300px;
    font-family: 'Roboto';
    font-weight: bold;
    color:#f6f6f6;
    margin-right: -500px;
    margin-left: -500px;
    margin-bottom: -210px;
    margin-top: -20px;
}

section[data-cattype="83002"] #titleColumn{
    text-align: justify;
    margin-left: -50px;
    margin-right: 100px;
	margin-top: 65px;
}

section[data-cattype="83002"] .whoweare {
    font-size: 50px;
    font-family: 'Roboto';
    text-transform: capitalize;
    margin-top: -10px;
  }

  section[data-cattype="83002"] .custom-button {
    background-color: #F7B719;
    padding: 15px 35px;
    border-radius: 40px;
    border: none;
    color: white;
    cursor: pointer;
    transition: color 0.6s ease, background-color 0.6s ease; /* Smooth transition for color and background-color */
    font-size: 16px;
    font-weight: normal;
    font-family: 'Roboto';
    position: relative;
    z-index: 99;
    margin: 0px 50px
}

section[data-cattype="83002"] .custom-button:hover {
    color: #003877;
    border: 2px solid #F7B719;
    background-color: #fff;
}

section[data-cattype="83002"]  p {
    font-family: 'Montserrat';
  }

section[data-cattype="83002"]  img {
    border-radius: 30px;
  }

section[data-cattype="83002"]  #numbercounter {
    margin-top: 30px;
    padding: 0px 90px;
    margin-left: -330px;
  }

section[data-cattype="83002"] .counter {
    font-size: 68px;
    font-family: 'Roboto';
    font-weight: bold;
    color: #0D836D;
    margin-bottom: -12px;
  }

  @media (max-width: 1400px) {
    section[data-cattype="83002"] .title {
    font-size: 200px;
    margin-bottom: -147px;
    margin-top: -74px;
   }
    section[data-cattype="83002"] .whoweare {
    font-size: 38px;
    }
    section[data-cattype="83002"] p {
      font-size: 14px;
    }
    section[data-cattype="83002"] .custom-button {
      font-size: 14px;
    }
    section[data-cattype="83002"] .counter {
      font-size: 50px;
    }
    section[data-cattype="83002"] .description {
      font-size: 14px;
    }
  
  }

  @media (max-width: 576px) {
    section[data-cattype="83002"] .title {
      font-size: 200px; /* Adjust font size for mobile */
      margin-top: -81px;
    }
    section[data-cattype="83002"] img {
      margin-top: -315px;
      padding: 20px 20px;
    }
    section[data-cattype="83002"] .whoweare {
      font-size: 28px;
      margin-top: -38px;
      margin-left: 182px;
      text-align: center;
    }
    section[data-cattype="83002"] p {
      margin-left: 113px;
      margin-right: -73px;
      font-size: 14px;
    }
    section[data-cattype="83002"] ul {
      margin-left: 96px;
      margin-right: -73px;
      font-size: 14px;
    }
    section[data-cattype="83002"] .custom-button {
      margin-left: 198px;
      font-size: 14px;
      width: 55%;
    }
    section[data-cattype="83002"] #WhoWeAre {
      margin-top: -105px;
    }
    section[data-cattype="83002"] #numbercounter {
      padding: 0px 20px;
      margin-left: -117px;
    }
    section[data-cattype="83002"] .counter {
      font-size: 38px;
      font-family: 'Roboto';
    }
    section[data-cattype="83002"] .description {
      font-size: 12px;
    }
  }

