.section-img img {
  aspect-ratio: 16/8;
  object-fit: cover;
  margin-bottom: 20px;
  border: 4px solid #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgb(0 0 0 / 30%);
}

.section-content {
  padding: 30px 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  background-color: #f2f2f2;
  border-radius: 15px;

  h2 {
    font-size: 32px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 2px solid #3d4d4d;
  }

  h3 {
    font-size: 26px;
    margin-bottom: 15px;

    padding-bottom: 5px;
    border-bottom: 2px solid #3d4d4d;
  }

  p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  ul,
  ol {
    /* list-style-type: disc; */
    padding-left: 25px;
    margin-bottom: 10px;
  }

  ul li,
  ol li {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .section-content {
    padding: 20px 0;
    box-shadow: none;
    background-color: transparent;
    border-radius: 0;
    border-bottom: 4px solid #3d4d4d;


    h2 {
      font-size: 24px;
    }

    h3 {
      font-size: 22px;
    }

    p,
    ul li,
    ol li {
      font-size: 16px;
    }
  }
}

/* service sidebar  */

.service-img img {
  aspect-ratio: 16/8;
  border-radius: 6px;
  margin-bottom: 20px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.service-text {
  margin-bottom: 30px;
}

.service-text h3 {
  font-size: 26px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}

strong {
  font-weight: 600;
}

.service-text p {
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
}

.service-text {
  ul li,
  ol li {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
  }
}

.service-sidebar {
  background-color: #3d4d4d;
  padding: 20px 12px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.sidebar-profile {
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 10px;
  padding: 6px;
}

.sidebar-profile img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin-bottom: 10px;
  padding: 4px;
  border: 3px solid #3d4d4d;
  border-radius: 5%;
}

.doc-profile-dt {
  padding: 12px 10px;
  background-color: #3d4d4d;
  border-radius: 10px;
}

.doc-profile-dt h4 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.doc-profile-dt p {
  font-size: 15px;
  color: #fff;
  text-align: center;
  font-weight: 400;
}

.sidebar-links {
  margin-bottom: 20px;
  padding: 6px;
  background-color: #fff;
  border-radius: 8px;
}

.sidebar-links h4,
.contact-box2 h4 {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  padding: 10px 15px;
  border-bottom: 3px solid #3d4d4d;
  margin-bottom: 5px;
}

.contact-box2 h4 {
  margin-bottom: 10px;
}

.contact-box2 {
  margin-bottom: 20px;
  background: #fff;
  padding: 6px;
  border-radius: 8px;

  p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;

    a {
      color: #fff;
      text-decoration: none;
      display: block;
      border-radius: 8px;
      padding: 10px;
      background-color: #3d4d4d;
      margin-bottom: 3px;
      transition: all 0.3s ease;
      display: flex;
      align-items: center;
      border: 2px solid #3d4d4d;

      i {
        margin-right: 8px;
        margin-top: 3px;
      }

      &:hover {
        background: #fff;
        color: #3d4d4d;
      }
    }
  }
}

.sidebar-links {
  border: 1px solid #ebeffc;
}

.sidebar-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-links ul li {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

.sidebar-links ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  border-radius: 8px;
  padding: 10px;
  background-color: #3d4d4d;
  margin-bottom: 3px;
  transition: all 0.3s ease;
  border: 2px solid #3d4d4d;
}

.sidebar-links ul li a:hover {
  background: #fff;
  color: #3d4d4d;
}

@media (max-width: 600px) {
  .service-text h3 {
    font-size: 22px;
  }

  .service-text p {
    font-size: 16px;
  }

  .service-text {
    ul,
    ol {
      padding-left: 20px;

      li {
        font-size: 16px;
      }
    }
  }
}

.form-group input,
.form-group textarea {
  padding: 7px;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #000;
  font-size: 14px;
}

.form-group button {
  margin: 0;
  width: 135px;
  height: 35px;
  font-size: 14px;
}
