section[data-cattype="83003"] .content-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 80px 0px;
  }

section[data-cattype="83003"] .background-container {
  background-color: #F5F6F8 !important;
}

section[data-cattype="83003"] .title {
 color: #1c1c1c;
text-align: left;
font-size: 45px;
}
section[data-cattype="83003"] .title2 {
 color: #1c1c1c;
text-align: left;
margin-bottom: 35px;
}

section[data-cattype="83003"] .content3 {
    max-width: 1200px; /* Adjust this value to set the fixed content width */
    padding: 0px;
    margin-bottom: -48px;
    border-radius: 30px;
    height: 632px;
  }
  section[data-cattype="83003"] .content4 {
    max-width: 1200px; /* Adjust this value to set the fixed content width */
    background-color: #ffffff; /* White background for columns */
    padding: 0px;
    margin-bottom: -48px;
    border-radius: 30px;
    height: 632px;
  }
  section[data-cattype="83003"] img {
    border-radius: 30px;
  }

section[data-cattype="83003"] .service-card {
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

section[data-cattype="83003"] .service-image img {
  width: 100%;
  height: auto;
  display: block;
}

section[data-cattype="83003"] .col-sm {
  padding: 0px 20px;
}

section[data-cattype="83003"] .service-content {
  background-color: #7D2E2EED;
  color: white;
  padding: 20px;
  text-align: center;
  margin-top: -170px;
  z-index: 2;
  position: relative;
  height: 165px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

section[data-cattype="83003"] .service-content h3 {
  margin-top: 0;
  font-size: 1.5em;
  font-weight: bold;
  color: #fff;
  padding: 10px;
}

section[data-cattype="83003"] .service-content p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.5;
}

  @media (max-width: 1400px) {
    section[data-cattype="83003"] .title {
      font-size: 38px !important;
    }
    section[data-cattype="83003"] h3 {
      font-size: 20px;
    }
    section[data-cattype="83003"] p {
      font-size: 14px;
      padding: 5px 24px 50px 24px;
    }
    section[data-cattype="83003"] #buttonrow {
      margin-bottom: 20px;
    }
    section[data-cattype="83003"] .content3 {
      height: 570px;
    }
    section[data-cattype="83003"] .content4 {
      height: 570px;
    }
}

  @media (max-width: 576px) {
  section[data-cattype="83003"] .title {
    font-size: 28px !important;
    text-align: center;
  }
section[data-cattype="83003"] .title2 {
  text-align: center;
margin-bottom: 0px;
}
  section[data-cattype="83003"] p {
    padding: 5px 20px 0px 20px;
  }

section[data-cattype="83003"] .service-content h3 {
  font-size: 20px;
}

section[data-cattype="83003"] .content {
  max-width: 1200px;
  background-color: #ffffff;
  padding: 0px;
  margin-bottom: -23px;
  border-radius: 30px;
  height: 570px;
}
  section[data-cattype="83003"] .content-container {
    margin-top: 0px;
    margin-bottom: 50px;
padding: 20px 0px;
  }
  section[data-cattype="83003"] h3 {
    font-size: 18px;
  }
  section[data-cattype="83003"] p {
    font-size: 14px;
  }

section[data-cattype="83003"] .service-image img {
  height: 340px;
}

  section[data-cattype="83003"] #custom-button{
    background-color: #F7B719;
    padding: 15px 60px;
    border-radius: 40px;
    border: none;
    color: white;
    cursor: pointer;
    transition: color 0.6s ease, background-color 0.6s ease;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Roboto';
    margin-left: 120px;
    margin-top: 1px;
    width: 70%;
  }
  section[data-cattype="83003"] #custom-button:hover {
    color: #004A58;
    border: 2px solid #F7B719;
    background-color: #fff;
    width: 64%;
    margin-left: 129px;
  }
  section[data-cattype="83003"] .col-sm {
    margin-top: 20px;
	padding: 0px 40px;
  }
  section[data-cattype="83003"] .content3 {
    height: 543px;
  }
  section[data-cattype="83003"] .content4 {
    height: 539px;
    margin-top: 8px;
    margin-bottom: 5px;
  }
  section[data-cattype="83003"] #custom-button2 {
    background-color: #F7B719;
    padding: 15px 60px;
    border-radius: 40px;
    border: none;
    color: white;
    cursor: pointer;
    transition: color 0.6s ease, background-color 0.6s ease;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Roboto';
    margin-left: 150px;
    margin-top: -43px;
    width: 57%;
  }
  section[data-cattype="83003"] #custom-button2:hover {
    color: #004A58;
    border: 2px solid #F7B719;
    background-color: #fff;
    margin-left: 150px;
    width: 64%;
    margin-left: 129px;
  }
  section[data-cattype="83003"] .background-container {
    overflow: hidden;
    margin-bottom: -36px;
  }
}

