html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #e4e4e4;
  overflow-x: hidden;
  width: 100%;
}

.service-info {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 110px 40px 0 40px;
  padding: 40px;
  display: flex;
  background-color: #f8f8f8;
}
.service-info h2 {
  margin-bottom: 20px;
  color: #616161;
  font-weight: 300;
}
.service-info p {
  text-align: center;
  margin: 0 0 40px 0;
  line-height: 1.6;
  color: #616161;
  font-size: 1.1rem;
}

.services-buttons {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  margin: 0px 40px;
}
.services-buttons button {
  padding: 10px 50px;
  margin-top: 20px;
  cursor: pointer;
  border: none;
  font-size: 18px;
  font-weight: light;
  border: 1px solid #aea8a8;
  background-color: #ffffff;
}
.services-buttons button.active {
  background-color: #001725;
  color: #fff;
}

.services-container {
  display: flex;
  background-color: #ffffff;
  justify-content: center;
  margin: 0 40px 40px 40px;
  padding: 0px;
}
.services-container a {
  text-decoration: none;
  list-style-type: none;
}
.services-container .s1 {
  display: flex;
  flex-direction: column;
  color: #000000;
  width: 340px;
  padding: 20px;
  cursor: pointer;
}
.services-container .s1:hover {
  transform: scale(1.05);
}
.services-container .s1 p {
  width: 300px;
}
.services-container .s1 h3 {
  font-size: 18px;
  margin: 10px 0;
}
.services-container .s1 img {
  width: 100%;
  object-fit: cover;
}

.services-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 10px;
  gap: 0px;
  padding: 40px 0;
}
.services-section .service {
  margin-bottom: 15px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 0px 10px;
  background-color: #f8f8f8;
  width: 100%;
  max-width: 300px;
  height: 200px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: flex-start;
  cursor: pointer;
  color: #000000;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.services-section .service i {
  font-size: 24px;
  margin-bottom: 20px;
}
.services-section .service:nth-last-child(1), .services-section .service:nth-child(4), .services-section .service:nth-child(5) {
  margin-top: 20px;
}
.services-section .service:hover {
  transform: scale(1.05);
}

.stat {
  display: flex;
  justify-content: space-around;
  width: 100%;
  height: 60vh;
  padding: 40px;
}
.stat span {
  color: #C68264;
}
.stat h1 {
  margin-left: 20px;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 100;
}
.stat .stats-info {
  display: flex;
  flex-direction: column;
  margin-right: 100px;
}
.stat .stats-info p {
  width: 550px;
  margin-bottom: 15px;
  line-height: 1.6;
  font-size: 1.2rem;
  font-weight: 100;
}
.stat .stats-info button {
  padding: 10px;
  width: 130px;
  border: 1px solid #C68264;
  background-color: #e4e4e4;
  border-radius: 50px;
  cursor: pointer;
  font-size: 1rem;
  margin-bottom: 15px;
}
.stat .stats-info button:hover {
  background-color: #C68264;
}
.stat .stats-info button i {
  font-size: 14px;
}

.services-container {
  display: flex;
  background-color: #ffffff;
  justify-content: center;
  margin: 0 40px 40px 40px;
  padding: 0px;
}
.services-container a {
  text-decoration: none;
  list-style-type: none;
}
.services-container .s1 {
  display: flex;
  flex-direction: column;
  color: #000000;
  width: 340px;
  padding: 20px;
  cursor: pointer;
}
.services-container .s1:hover {
  transform: scale(1.05);
}
.services-container .s1 p {
  width: 300px;
}
.services-container .s1 h3 {
  font-size: 18px;
  margin: 10px 0;
}
.services-container .s1 img {
  width: 100%;
  object-fit: cover;
}

.services-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 10px;
  gap: 0px;
  padding: 40px 0;
}
.services-section .service {
  margin-bottom: 15px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 0px 10px;
  background-color: #f8f8f8;
  width: 100%;
  max-width: 300px;
  height: 200px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: flex-start;
  cursor: pointer;
  color: #000000;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.services-section .service i {
  font-size: 24px;
  margin-bottom: 20px;
}
.services-section .service:nth-last-child(1), .services-section .service:nth-child(4), .services-section .service:nth-child(5) {
  margin-top: 20px;
}
.services-section .service:hover {
  transform: scale(1.05);
}

.stat {
  display: flex;
  justify-content: space-around;
  width: 100%;
  height: 60vh;
  padding: 40px;
}
.stat span {
  color: #C68264;
}
.stat h1 {
  margin-left: 20px;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 100;
}
.stat .stats-info {
  gap: 0;
  display: flex;
  flex-direction: column;
  margin-right: 100px;
}
.stat .stats-info p {
  width: 550px;
  margin-bottom: 15px;
  line-height: 1.6;
  font-size: 1.2rem;
  font-weight: 100;
}
.stat .stats-info button {
  padding: 10px;
  width: 130px;
  border: 1px solid #C68264;
  background-color: #e4e4e4;
  border-radius: 50px;
  cursor: pointer;
  font-size: 1rem;
  margin-bottom: 15px;
}
.stat .stats-info button:hover {
  background-color: #C68264;
}
.stat .stats-info button i {
  font-size: 14px;
}

@media (max-width: 390px) {
  .service-info {
    margin: 110px 10px 0 10px;
  }
  .services-buttons {
    margin: 0 10px 0 10px;
  }
  .services-container {
    display: flex;
    justify-content: center;
    margin: 0 10px 10px 10px;
    padding: 0px;
  }
  .services-section {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .stat {
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: auto;
    gap: 0;
  }
  .stat h1 {
    font-size: 2rem !important;
    margin-left: 0;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .stat .stats-info {
    margin-right: 0;
    align-items: center;
  }
  .stat .stats-info p {
    width: 50%;
    margin-top: 0;
    padding: 0;
    max-width: 400px;
    font-size: 1rem;
  }
}
@media (max-width: 440px) {
  .service-info {
    margin: 110px 10px 0 10px;
  }
  .services-buttons {
    margin: 0 10px 0 10px;
  }
  .services-container {
    display: flex;
    justify-content: center;
    margin: 0 10px 10px 10px;
    padding: 0px;
  }
  .services-section {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .stat {
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: auto;
    gap: 0;
  }
  .stat h1 {
    font-size: 2rem !important;
    margin-left: 0;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .stat .stats-info {
    margin-right: 0;
    align-items: center;
  }
  .stat .stats-info p {
    width: 50%;
    margin-top: 0;
    padding: 0;
    max-width: 400px;
    font-size: 1rem;
  }
}
@media (max-width: 500px) {
  .services-section {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .stat {
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: auto;
    gap: 0;
  }
  .stat h1 {
    font-size: 2rem !important;
    margin-left: 0;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .stat .stats-info {
    margin-right: 0;
    align-items: center;
  }
  .stat .stats-info p {
    width: 50%;
    margin-top: 0;
    padding: 0;
    max-width: 400px;
    font-size: 1rem;
  }
}
@media (min-width: 500px) and (max-width: 600px) {
  .services-section {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .stat {
    gap: 0;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
  }
  .stat h1 {
    font-size: 2.5rem !important;
    margin-left: 0;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .stat .stats-info {
    margin-right: 0;
    align-items: center;
  }
  .stat .stats-info p {
    margin-top: 0;
    padding: 0;
    max-width: 450px;
    font-size: 1.2rem;
  }
}
@media (min-width: 601px) and (max-width: 786px) {
  .service-info {
    margin: 110px 20px 0 20px;
  }
  .services-buttons {
    margin: 0 20px 0 20px;
  }
  .services-container {
    margin: 0 20px 20px 20px;
  }
  .services-section {
    margin: 0 20px 20px 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .stat {
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: auto;
    padding: 20px;
    height: 100%;
    gap: 0;
  }
  .stat h1 {
    font-size: 2.5rem !important;
    margin-left: 0;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .stat .stats-info {
    margin-right: 0;
    align-items: center;
  }
  .stat .stats-info p {
    margin-top: 0;
    padding: 0;
    max-width: 450px;
    font-size: 1.2rem;
  }
}
@media (max-width: 787px) {
  .services-section {
    grid-template-columns: 2fr;
  }
  .s1 {
    width: 100%;
    max-width: 290px;
  }
  .s1 p {
    max-width: 260px;
  }
  .s1 h3 {
    font-size: 16px;
  }
  .stat {
    padding: 20px;
  }
  .stat h1 {
    font-size: 3rem;
    white-space: nowrap;
    padding: 0;
    margin: 0;
  }
  .stat .stats-info p {
    width: 480px;
    padding: 20px;
  }
}
/*375

@media (max-width: 775px) {

  .service-info {
    margin: 110px 0px 10px 00px;
    width: 100%;


  }
  .services-buttons {
    margin: 0px;
  }
  .services-container {
    margin: 0;
    padding: 0;
    width: 100%;

    .s1 {
      width: 350px;

      h3 {
        font-size: 16px;
color: red;
      }
    }
  }




}*/
@media (min-width: 787px) and (max-width: 900px) {
  .service-info {
    margin: 110px 20px 0 20px;
  }
  .services-buttons {
    margin: 0 20px;
  }
  .services-container {
    margin: 0 20px 20px 20px;
  }
  .services-section {
    grid-template-columns: repeat(2, 1fr);
  }
  .stat {
    height: 100%;
    margin-bottom: 0px;
    padding: 10px;
  }
  .stat .stats-info {
    display: flex;
    margin: 0;
    padding: 0;
  }
  .stat h1 {
    margin: 0;
    font-size: 1.5rem !important;
    line-height: 1.8;
  }
  .stat p {
    padding: 0;
    margin: 0;
    font-size: 18px !important;
  }
  .footer-logo {
    flex-direction: row;
  }
  .test-links {
    margin-top: 100px;
    flex-direction: row;
  }
  .footer-2 {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 787px) and (max-width: 900px) and (min-width: 787px) and (max-width: 836px) {
  .stat {
    height: 100%;
    margin-bottom: 0px;
    padding: 0px;
    flex-direction: row;
    gap: 0;
  }
  .stat .stats-info {
    display: flex;
    margin: 0;
    padding: 0;
  }
  .stat h1 {
    margin: 0;
    font-size: 1.5rem !important;
    line-height: 1.8;
  }
  .stat p {
    padding: 0;
    margin: 0;
    max-width: 400px;
    font-size: 18px !important;
  }
}
@media (min-width: 901px) and (max-width: 1210px) {
  .service-info {
    margin: 110px 10px 0px 10px;
  }
  .services-buttons {
    margin: 0 10px 0px 10px;
  }
  .services-container {
    gap: 0;
    margin: 0 10px 10px 10px;
  }
  .services-container .s1 {
    width: 290px;
  }
  .services-container .s1 h3 {
    font-size: 16px;
  }
  .services-container .s1 p {
    font-size: 1rem;
    width: 250px;
  }
  .services-section {
    grid-template-columns: repeat(3, 1fr);
  }
  .stat {
    gap: 0;
    padding: 0;
    height: 100%;
  }
  .stat button {
    margin: 0 20px;
  }
  .stat .stats-info {
    margin: 0;
    padding: 0;
  }
  .stat h1 {
    margin: 0;
    font-size: 2.2rem;
  }
  .stat p {
    max-width: auto;
  }
}

/*# sourceMappingURL=services.css.map */
