/* news */
.pagination {
  border-radius: 0;
  padding: 0;
  margin: 0;
}

.pagination ul {
  display: inline-block;
  display: inline;
  zoom: 1;
  margin: 0 auto;
  padding: 0;
}

.pagination li {
  display: inline;
}

.pagination a {
  float: left;
  padding: 0 18px;
  line-height: 40px;
  text-decoration: none;
  border: 1px solid #dbdbdb;
  border-left-width: 0;
  background: #fff;
}

.pagination a:hover {
  background-color: #1d184a;
  color: #fff;
}

.pagination .active a {
  background-color: #f7f7f7;
  color: #999;
  cursor: default;
}

.pagination .disabled span {
  color: #999;
  background-color: transparent;
  cursor: default;
}

.pagination .disabled a {
  color: #999;
  background-color: transparent;
  cursor: default;
}

.pagination .disabled a:hover {
  color: #999;
  background-color: transparent;
  cursor: default;
}

.pagination li:first-child a {
  border-left-width: 1px;
}

.news-personal-safety {
  background-color: black !important;
  height: 60vh;
  width: 100%;
}

/* news */
.dotted_line img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.course-input input {
  background-color: transparent;
  border-bottom: 1px solid #ccc;
}

.service-input input:focus {
  outline: none;
}

.custom-shape-divider-top .shape-fill-4 {
  fill: #ffffff;
}
/** About **/
.circle-number-1 {
  left: 10%;
  top: 10%;
}

.circle-number-2 {
  left: -60px;
  max-width: 240px;
  bottom: -10%;
}
.circle-number-3 {
  right: 0;
  max-width: 200px;
  top: -7%;
}

.circle-number-4 {
  left: -15%;
  top: 0%;
  max-width: 200px;
}

.circle-number-5 {
  top: 28%;
  right: 0;
}
.circle-number-6 {
  right: 0%;
  bottom: -7%;
  max-width: 154px;
}

/* Why Partner with us */

.swiper {
  width: 100%;
}

.swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.mySwiperTab {
  .swiper-slide {
    width: auto;
    height: auto;
    padding: 0px 5px;
    font-weight: 700;
    /* background-color: #fafafa; */
    /* border: 1px solid #ddd;   */
    /* border-radius: 10px; */
    /* border-bottom: 1px solid #ddd; */
    transition: 0.25s;
  }
  .swiper-slide-thumb-active {
    &.tabMotherBaby {
      color: var(--pink);
      border-color: var(--pink);
      border-bottom: 1px solid;
      /* background-color: rgba(var(--pink), 0.1); */
    }
  }
}

.mySwiperNested {
  .swiper-slide {
    width: 300px;
    padding: 15px 0;
    @media (max-width: 991px) {
      width: 250px;
    }
  }
  .coupon__wrap {
    display: flex;
    flex-flow: row;
    width: 100%;
    border-radius: 10px;
    .coupon__title {
      position: relative;
      display: flex;
      flex-flow: column;
      align-items: center;
      justify-content: center;
      flex: 0 0 auto;
      width: 35%;
      padding: 10px;
      @media (max-width: 991px) {
        width: 30%;
      }
      &:before {
        content: "";
        position: absolute;
        top: -10px;
        right: -10px;
        width: 15px;
        height: 15px;
        background-color: #fff;
        border-radius: 100%;
      }
      &:after {
        content: "";
        position: absolute;
        top: -11px;
        right: -10px;
        width: 20px;
        height: 10px;
        background-color: #ffffff;
      }
      .couple__category {
        margin-bottom: 5px;
        font-size: 12px;
        font-weight: 700;
      }
      .coupon__max {
        font-size: 11px;
      }
    }
    .coupon__detail {
      position: relative;
      display: flex;
      flex-flow: column;
      align-items: flex-start;
      flex: 0 0 auto;
      width: 65%;
      padding: 10px 10px 10px 15px;
      @media (max-width: 991px) {
        width: 70%;
      }
      &:before {
        content: "";
        position: absolute;
        bottom: -10px;
        left: -10px;
        width: 15px;
        height: 15px;
        background-color: #fff;
        border-radius: 100%;
      }
      &:after {
        content: "";
        position: absolute;
        bottom: -11px;
        left: -10px;
        width: 20px;
        height: 10px;
        background-color: #ffffff;
      }
      .coupon__price {
        margin-bottom: 5px;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0.5px;
        @media (max-width: 991px) {
          font-size: 14px;
        }
      }
      .coupon__info {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
        span {
          margin-bottom: 5px;
          font-size: 11px;
          text-align: left;
        }
      }
    }
    .coupon__footer {
      display: flex;
      flex-flow: row;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      .coupon__condition,
      .coupon__btn {
        a {
          display: inline-flex;
          padding: 5px 10px;
          text-decoration: none;
        }
      }
      .coupon__condition {
        a {
          border-radius: 15px;
          font-size: 11px;
          font-weight: 600;
        }
      }
      .coupon__btn {
        a {
          border-radius: 5px;
          font-size: 12px;
          color: #fff;
          font-weight: 600;
        }
      }
    }
    .coupon__border {
      position: absolute;
      top: 50%;
      left: 0;
      width: 2px;
      height: calc(100% - 30px);
      transform: translateY(-50%);
    }
  }
}

.swiperMotherBaby {
  .coupon__wrap {
    border: 1px solid var(--pink);
    /* background-color: rgba(var(--pinkRGB), 0.1); */
    .coupon__title,
    .coupon__detail {
      &:before {
        border: 1px solid var(--pink);
      }
    }
    .coupon__max,
    .couple__category {
      color: var(--pink);
    }
    .coupon__price {
      color: var(--pink);
    }
    .coupon__info span {
      color: var(--pink);
    }
    .coupon__condition a {
      color: var(--pink);
      /* background-color: rgba(var(--pinkRGB), 0.15); */
    }
    .coupon__btn a {
      background-color: var(--pink);
    }
    .coupon__border {
      border-left: 1px dashed var(--pink);
    }
  }
}

.content {
  margin-bottom: 30px;
  h1 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 10px;
  }
  p {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .circle-number-3 {
    padding-bottom: 0px;
    top: -20px;
    left: 60%;
    width: 30%;
  }
  .circle-number-1 {
    left: 15%;
  }
  .circle-number-2 {
    left: 14%;
    width: 35%;
    bottom: -11%;
  }
  .circle-number-4 {
    left: 0%;
    top: 7%;
  }
  .circle-number-6 {
    left: 65%;
  }
  .circle-number-5 {
    left: 73%;
  }
}

.custom-img {
  width: 70vw;
  /* height: 80vh; */
}

/* @media (max-width: 768px) {
  .custom-img {
    height: 60vh;
  }
}

@media (max-width: 576px) {
  .custom-img {
    height: 40vh;
  }
} */
.thank-you-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50vh;
  background-color: #f9f9f9;
  padding: 20px;
}

.thank-you-card {
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  text-align: center;
}

.thank-you-msg {
  color: #333333;
  font-weight: 600;
  margin-bottom: 20px;
}

.thank-you-btn {
  border: none;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}
