/*Banner Section Start*/
/* Taken from About-us Page */
/*Banner Section End */

/*Service Section Start*/
/*Taken From Home Page*/
/*Service Section End*/

/*Department Section Start*/
..dept-container {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.dept-wrapper {
  background: #dff9ff;
  border-radius: 36px;
  padding: 60px;
}

@keyframes glowPulse {
  0% {
    box-shadow:
      0 0 18px rgba(20, 198, 209, 0.4),
      0 10px 30px rgba(0, 0, 0, 0.08);
  }
  50% {
    box-shadow:
      0 0 36px rgba(20, 198, 209, 0.75),
      0 16px 40px rgba(20, 198, 209, 0.2);
  }
  100% {
    box-shadow:
      0 0 18px rgba(20, 198, 209, 0.4),
      0 10px 30px rgba(0, 0, 0, 0.08);
  }
}

.dept-card {
  background: #fff;
  border-radius: 26px;
  padding: 20px;
  text-align: left;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
  height: 100%;
  position: relative;
}

.dept-card:hover {
  transform: translateY(-6px);
  animation: glowPulse 1.6s ease-in-out infinite;
}

.dept-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 18px;
  margin-bottom: 20px;
  transition: transform 0.4s ease;
}

.dept-card:hover img {
  transform: scale(1.03);
}

.dept-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #0b1a45;
  margin-bottom: 10px;
  transition: color 0.3s;
}

.dept-card:hover h3 {
  color: #14c6d1;
}

.dept-card p {
  font-size: 13px;
  color: #6b7b8f;
  line-height: 1.7;
  margin-bottom: 20px;
}

.read-more {
  font-size: 13px;
  font-weight: 600;
  color: #0b1a45;
  text-decoration: none;
  transition: color 0.3s;
}

.read-more:hover {
  color: #14c6d1;
}
/*Department Section Start*/

/*Booking-step Section Start*/
.steps-sec {
  background: #07123a;
  padding: 80px 60px;
  border-radius: 28px;
  max-width: 1890px;
  margin: auto;
}

.step {
  color: #fff;
  text-align: center;
  max-width: 314px;
}

.step-img {
  position: relative;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  padding: 6px;
  background: linear-gradient(135deg, #00b4d8, #1fd2e1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-img::after {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  background: conic-gradient(
    #00b4d8 0deg 80deg,
    transparent 80deg 180deg,
    #1fd2e1 180deg 260deg,
    transparent 260deg 360deg
  );
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

@keyframes spin-ring {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.step:hover .step-img::after {
  opacity: 1;
  animation: spin-ring 1.2s linear infinite;
}

.step-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  background: #e0f7fa;
  display: block;
}

.step-no {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 32px;
  background: #00b4d8;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #07123a;
  transition: all 0.3s ease;
}

.step {
  transition: transform 0.3s ease;
  cursor: pointer;
}

.step:hover {
  transform: translateY(-6px);
}

.step:hover .step-no {
  background: #fff;
  color: #07123a;
  width: 42px;
  height: 42px;
  font-size: 14px;
  font-weight: 800;
  bottom: -14px;
  box-shadow:
    0 0 0 3px #00b4d8,
    0 0 18px rgba(0, 180, 216, 0.7);
  border-color: #07123a;
}

.step:hover .step-img {
  background: linear-gradient(135deg, #ffffff, #00b4d8);
  box-shadow: 0 0 24px rgba(0, 180, 216, 0.5);
  transition: all 0.3s ease;
}

.step-img {
  transition: all 0.3s ease;
}

.step h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.step p {
  font-size: 13px;
  line-height: 1.6;
  opacity: 0.75;
}

/*Booking-step Section End*/

/*Appointment Section Start*/

.appointment-sec {
  padding: 120px 0;
  background: #f5f7fa;
}

.appointment-box {
  max-width: 1320px;
  height: 475px;
  margin: auto;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  /* background:
    linear-gradient(
      90deg,
      #1475e2 0%,
      #2a6dbb 31%,
      rgba(42, 109, 187, 0.35) 70%
    ),url("../images/our-service-img/appointment-bg.png") center / cover no-repeat; */

  background: url("../images/our-service-img/appointment-bg.png") center/cover
    no-repeat;
  display: flex;
  align-items: center;
  padding-left: 70px;
}

.appointment-content {
  color: #fff;
  max-width: 520px;
}

.tag {
  font-size: 14px;
  opacity: 0.9;
}

.appointment-content h2 {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.25;
  margin-top: 12px;
}

.appointment-card {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  width: 430px;
  background: #ffffff;
  padding: 38px 40px;
  border-radius: 26px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

.appointment-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 14px;
  color: #0b1a45;
}

.appointment-card p {
  font-size: 14px;
  color: #6b7b8f;
  line-height: 1.6;
  margin-bottom: 24px;
}

.call {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 26px;
}

.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  flex-shrink: 0;
}

.call span {
  font-size: 13px;
  color: #6b7b8f;
  display: block;
}

.call strong {
  font-size: 16px;
  color: #0b1a45;
}

.req-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid #eee;
  font-size: 14px;
  font-weight: 600;
  color: #0b1a45;
  text-decoration: none;
}

.req-link:hover {
  color: #14c6d1;
}
/*Appointment Section End*/

/*Media Queries*/
@media (max-width: 1200px) {
  /*Booking-step Section*/
  .steps-sec {
    padding: 70px 40px;
    max-width: 100%;
  }
  .step-img {
    width: 120px;
    height: 120px;
  }
  /*Appointment Section*/
  .appointment-box {
    max-width: 960px;
    height: auto;
    padding: 50px 40px;
  }

  .appointment-card {
    position: static;
    transform: none;
    width: 100%;
    max-width: 400px;
    margin-top: 0;
  }

  .appointment-content h2 {
    font-size: 38px;
  }
}
@media (max-width: 992px) {
  /*Booking-step Section*/
  .steps-sec {
    padding: 60px 30px;
    border-radius: 20px;
  }
  .step h4 {
    font-size: 15px;
  }
  /*Appointment Section*/
  .appointment-sec {
    padding: 80px 0;
  }

  .appointment-box {
    max-width: 720px;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 30px;
    border-radius: 20px;
  }

  .appointment-content {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .appointment-content h2 {
    font-size: 32px;
  }

  .appointment-card {
    position: static;
    transform: none;
    width: 100%;
    max-width: 100%;
    padding: 30px;
  }
}
@media (max-width: 768px) {
  /*Booking-step Section*/
  .steps-sec {
    padding: 50px 24px;
    border-radius: 16px;
  }
  .step-img {
    width: 110px;
    height: 110px;
  }
  .step h4 {
    font-size: 14px;
  }
  .step p {
    font-size: 12px;
  }
  /*Appointment Section*/
  .appointment-sec {
    padding: 60px 0;
  }

  .appointment-box {
    max-width: 540px;
    padding: 35px 24px;
    border-radius: 16px;
    /* background:
          linear-gradient(
            180deg,
            #1475e2 0%,
            #2a6dbb 50%,
            rgba(42, 109, 187, 0.6) 100%
          ),
          url("../images/our-service-img/appointment-bg.png") center / cover no-repeat; */
  }

  .appointment-content h2 {
    font-size: 28px;
  }

  .appointment-card {
    padding: 26px 22px;
    border-radius: 16px;
  }

  .appointment-card h3 {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  /*Booking-step Section*/
  .steps-sec {
    padding: 40px 16px;
    border-radius: 14px;
  }
  .step-img {
    width: 100px;
    height: 100px;
  }
  /*Appointment Section*/
  .appointment-sec {
    padding: 40px 0;
  }

  .appointment-box {
    max-width: 100%;
    padding: 30px 16px;
    border-radius: 12px;
  }

  .appointment-content h2 {
    font-size: 24px;
  }

  .tag {
    font-size: 12px;
  }

  .appointment-card {
    padding: 22px 18px;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
  }

  .appointment-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .call {
    gap: 10px;
    margin-bottom: 20px;
  }

  .call strong {
    font-size: 14px;
  }

  .req-link {
    font-size: 13px;
  }
}
@media (max-width: 320px) {
  /*Booking-step Section*/
  .steps-sec {
    padding: 30px 12px;
    border-radius: 10px;
  }
  .step-img {
    width: 90px;
    height: 90px;
  }
  .step h4 {
    font-size: 13px;
  }
  .step p {
    font-size: 11px;
  }
  /*Appointment Section*/
  .appointment-sec {
    padding: 30px 0;
  }

  .appointment-box {
    padding: 22px 12px;
    border-radius: 10px;
  }

  .appointment-content h2 {
    font-size: 20px;
    line-height: 1.3;
  }

  .appointment-card {
    padding: 18px 14px;
    border-radius: 10px;
  }

  .appointment-card h3 {
    font-size: 16px;
  }

  .appointment-card p {
    font-size: 12px;
  }

  .call strong {
    font-size: 13px;
  }

  .icon svg {
    width: 30px;
    height: 30px;
  }

  .req-link {
    font-size: 12px;
  }

  .req-link svg {
    width: 18px;
    height: 18px;
  }
}
/*Media Queries End*/
