.about-img {
  object-fit: cover;
  transition: transform 0.2s;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.about-content {
  transition: box-shadow 0.2s, transform 0.2s;
}

.about-section .btn-primary {
  background-color: var(--primary-color);
  border: none;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.about-section .btn-primary:hover {
  background-color: var(--primary-color);
}

.about-content h3 {
  font-size: 2rem;
  font-weight: 600;
  color: var(--primary-color);
}

.about-content p {
  color: #000;
  font-weight: 400;
  line-height: 1.6;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 30px;
}

.about-content p.pro-text {
  color: #000;
  line-height: 1.6;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.about-content ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}

.about-content ul li {
  color: #000;
  font-weight: 400;
  /* line-height: 1.6; */
  font-size: 16px;
  margin-bottom: 10px;
  /* line-height: 30px; */
}

.theme-main-btn {
  background-color: var(--primary-color);
  color: #fff;
  padding: 10px 20px;
  border-radius: 100px;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
}

.theme-secondary-btn {
  background-color: transparent;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  padding: 10px 20px;
  border-radius: 100px;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
}

/* counter section */

.trust-section {
  background-color: #c5e2e84b;
  background: url(../images/counter-bg.webp);
  padding: 40px 0 20px;
}

.trust-section h2 {
  color: #229675;
  font-size: 2.5rem;
  font-weight: 600;
}

.trust-section p {
  color: #333;
  font-size: 1.1rem;
}

.trust-section ul li {
  color: #333;
  font-size: 1.1rem;
}

.info-block h3 {
  color: #229675;
  font-size: 2rem;
  margin-bottom: 0.3rem;
}

.info-block p {
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 2px solid #229675;
  display: inline-block;
}

.doctor-img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .trust-section h2 {
    font-size: 2rem;
  }
}

/* expertise section  */

.expertise-section {
  background: linear-gradient(to right, #fdfcf3 13%, #e8fdfd 87%);
}

.service-card {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border: none;
  border-radius: 15px;
  padding: 20px 10px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 123, 138, 0.2);
}

.icon-box {
  width: 80px;
  height: 80px;
  margin: 0 auto 15px;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}

.service-text {
  font-size: 18px;
  color: #000;
  font-weight: 500;
}

.service-desc {
  font-size: 16px;
  color: #333;
  margin-top: 10px;
}

@media (max-width: 576px) {
  .service-card {
    padding: 15px 5px;
  }

  .icon-box {
    width: 60px;
    height: 60px;
    font-size: 28px;
  }

  .service-text {
    font-size: 14px;
  }
  .service-desc {
    font-size: 12px;
  }
}

/* Position Owl Carousel nav to top right of the carousel */

.section-title {
  text-align: center;
  margin-bottom: 50px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #000;
}

.custom-card {
  background-color: #ffffff;
  border: none;

  text-align: center;
  color: #333;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.35s ease;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.custom-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 119, 204, 0.15);
}

.custom-card img {
  width: 100%;
  object-fit: cover;
  margin-bottom: 0;
  aspect-ratio: 5/4;
}

.card-tect {
  padding: 10px 20px 30px;
  background-color: var(--primary-color);
  transition: all 0.3s ease;
  height: 100%;
}

.card-tect h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

.card-tect p {
  font-size: 1rem;
  color: #fff;
}

.more-btn {
  display: inline-block;
  padding: 8px 25px;
  background-color: transparent;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  border: 1px solid #fff;
  border-radius: 100px;
  transition: background-color 0.3s ease;

  &:hover {
    background-color: #fff;
    color: var(--primary-color);
  }
}

@media (max-width: 576px) {
  .section-title {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
}

.service-carousel {
  position: relative;
}

.service-carousel .owl-nav {
  position: absolute;
  top: -100px;
  right: 10px;
  display: flex;
  gap: 10px;
  z-index: 2;
}

.service-carousel .owl-nav button {
  background: var(--primary-color, #2a8086) !important;
  color: #fff !important;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: background 0.2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.service-carousel .owl-nav button:hover {
  background: var(--secondary-color, #1e5c60) !important;
  color: #fff;
}

.service-carousel .owl-nav button span {
  line-height: 1;
}

@media (max-width: 576px) {
  .service-carousel .owl-nav {
    top: -50px;
    right: 5px;
  }

  .service-carousel .owl-nav button {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }
}

/* Owl Carousel dot button styles */
.service-carousel .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 25px;
  gap: 10px;
}

.service-carousel .owl-dot span {
  border-radius: 50%;
  width: 14px !important;
  height: 14px !important;
  background: var(--primary-color) !important;
  border: 2px solid var(--primary-color, #2a8086) !important;
  transition: background 0.3s, border-color 0.3s;
  margin: 0 3px;
  outline: none;
}

.service-carousel .owl-dot.active span,
.service-carousel .owl-dot:hover span {
  width: 14px !important;
  height: 14px !important;
  background: var(--primary-color, #2a8086) !important;
  border-color: var(--secondary-color, #1e5c60) !important;
}

@media (max-width: 576px) {
  .service-carousel .owl-dot {
    width: 10px;
    height: 10px;
  }
}

/* breadcrumb  */

.breadcrumb-section {
  background: linear-gradient(135deg, #33c89e 10%, #212d45 100%);
  color: white;
  padding: 50px 0;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  .breadcrumb-section {
    padding: 30px 0;
  }
}

.breadcrumb-section::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='50' cy='50' r='50' fill='%2333c89e' fill-opacity='0.05'/%3E%3C/svg%3E");
  background-repeat: repeat;
  z-index: 0;
}

.breadcrumb-content {
  position: relative;
  z-index: 1;
}

.breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
}

.breadcrumb-item {
  font-size: 16px;
  font-weight: 500;
}

.breadcrumb-item a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.breadcrumb-item a:hover {
  text-decoration: underline;
  color: #d4f6ec;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #ffffffcc;
  margin: 0 10px;
}

.breadcrumb-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

.breadcrumb-subtitle {
  font-size: 16px;
  color: #d9f4eb;
}

/* gallery */

.gallery-section {
  padding: 60px 15px;
}

.gallery-title {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 30px;
  position: relative;
}

.gallery-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  aspect-ratio: 5/4;
  object-fit: cover;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;

  &:hover {
    transform: scale(1.05);
  }
}

/* commitment section  */

.commit-section {
  background-image: url("../images/doc-bg.jpg");
  background-size: cover;
  background-position: top center;
  padding: 60px 0;
}

@media (max-width: 768px) {
  .commit-section {
    padding: 40px 0;
  }
}

/* form section  */

.contact-dt {
  font-size: 18px;
  line-height: 28px;

  a {
    color: var(--secondary);
  }
}

.contact-dt {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.contact-link {
  display: flex;
  align-items: baseline;
  gap: 6px;
  font-size: 18px;
  text-decoration: none;
  font-weight: 500;
  border-radius: 18px;
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1);
  backdrop-filter: blur(8px) saturate(120%);
  -webkit-backdrop-filter: blur(8px) saturate(120%);
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  transition: box-shadow 0.2s, border 0.2s, background 0.2s, color 0.2s;
  position: relative;
  overflow: hidden;
  line-height: 20px;
}

.contact-link span {
  font-size: 24px;
  border-radius: 50%;
  padding: 10px;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  transition: background 0.2s, color 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-link.phone {
  color: #198754;
  border-left: 5px solid #198754;
  background: linear-gradient(
    90deg,
    rgba(233, 247, 239, 0.7) 60%,
    rgba(25, 135, 84, 0.08)
  );
}

.contact-link.phone span {
  color: #198754;
  background: rgba(25, 135, 84, 0.1);
}

.contact-link.email {
  color: #0d6efd;
  border-left: 5px solid #0d6efd;
  background: linear-gradient(
    90deg,
    rgba(231, 240, 253, 0.7) 60%,
    rgba(13, 110, 253, 0.08)
  );
}

.contact-link.email span {
  color: #0d6efd;
  background: rgba(13, 110, 253, 0.1);
}

.contact-link.address {
  color: #dc3545;
  border-left: 5px solid #dc3545;
  background: linear-gradient(
    90deg,
    rgba(253, 234, 234, 0.7) 60%,
    rgba(220, 53, 69, 0.08)
  );
}

.contact-link.address span {
  color: #dc3545;
  background: rgba(220, 53, 69, 0.1);
}

.contact-link:hover,
.contact-link:focus {
  box-shadow: 0 4px 24px 0 rgba(31, 38, 135, 0.18);
  border: 1.5px solid #fff;
  background: rgba(255, 255, 255, 0.35);
  color: #212529;
  text-decoration: none;
}

.contact-link:hover span,
.contact-link:focus span {
  background: #fff;
  color: #212529;
}

@media (max-width: 575px) {
  .contact-link {
    font-size: 14px;
    padding: 10px 5px;
    border-radius: 12px;
  }

  .contact-link span {
    font-size: 16px;
    padding: 7px;
  }
}

.contact-form-ref {
  padding: 40px 0;
}

.contact-left {
  background: var(--primary-color);
  padding: 41px 36px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

@media (max-width: 600px) {
  .contact-left {
    padding: 30px 20px;
    /* margin: 40px 0 20px; */
  }
}

.form-group {
  margin-bottom: 15px;
}

@media (max-width: 600px) {
  .form-group:nth-last-child(1) {
    margin-bottom: 15px;
  }
}

.form-group:nth-last-child(2) {
  display: flex;
  justify-content: space-between;
  /* margin-bottom: 15px; */
}

.form-group label {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #fff;
  margin-top: 10px;
}

@media (max-width: 600px) {
  .form-group label {
    font-size: 12px;
  }
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 10px 10px;
  border: 1px solid #ccc;
  /* border-radius: 5px; */
  outline: none;
}

.form-group input,
.form-group textarea {
  /* height: 48px; */
  font-size: 17px;
  line-height: 26px;

  &::placeholder {
    color: #000;
  }
}

.form-group textarea {
  resize: vertical;
}

.form-group button {
  width: 200px;
  height: 48px;
  background: #fff;
  border-radius: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  border: 1px solid #fff;
  letter-spacing: -0.011em;
  color: var(--secondary);
  transition: background 0.5s;
  cursor: pointer;
}

.form-group button:hover {
  background: transparent;
  color: #fff;
}

.inline-group {
  display: flex;
  gap: 15px;
}

@media (max-width: 600px) {
  .inline-group {
    display: block;
  }
}

.inline-group .form-group {
  flex: 1;
}

.jt-1 input {
  width: 50%;
  margin-left: 15px;
}

/* footer  */

.glass-footer {
  background: #212d45;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  color: white;
  overflow: hidden;
}

.footer-link {
  color: #fff;
  text-decoration: none;
  display: block;
  font-size: 17px;
  margin-bottom: 6px;
  transition: 0.3s;
}

.footer-link:hover {
  color: #fff;
  text-decoration: underline;
}

.social-icon-f {
  color: white;
  font-size: 1.1rem;
  background-color: #ffffff1a;
  padding: 8px;
  border-radius: 50%;
  transition: 0.3s ease;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  &:hover {
    color: var(--primary-color);
    background-color: #fff;
  }
}

.social-icon:hover {
  background-color: #ffffff33;
}

.text-accent {
  color: #fff;
  font-size: 24px;
}

.footer-desc {
  font-size: 16px;
}

.footer-contact {
  i {
    font-size: 20px;
  }

  a {
    font-size: 18px;
    color: #fff;
    display: flex;
    margin-bottom: 6px;
    align-items: baseline;
  }
}

.wave-shape {
  top: -20px;
  left: 0;
  width: 100%;
  img {
    height: 60px;
  }
}

.copyright {
  font-size: 18px;
  color: #fff;
  margin: 0;
}
