body {
  --fz-24: 20px;
  --fz-35: 33px;
  --fz-50: 45px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-175 {
  margin-top: 175px;
}

.main {
  margin-top: 110px;
}

.line-button {
  color: var(--color-primary);
  display: flex; 
  align-items: center;
  height: 60px;
  line-height: 60px;
  justify-content: space-between;
  min-width: 269px;
  width: fit-content;
  padding: 0 16px;
  font-size: var(--fz-24);
  border: 1px solid var(--color-primary);
  position: relative;
  border-radius: 9px;
  overflow: hidden;
  z-index: 0;
}
.line-button::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: var(--color-primary);
  transition: width 0.4s ease;
  z-index: -1;
}

.line-button:hover::after {
  width: 102%;
}

.line-button:hover {
  color: #ffffff;
}

.line-button:not(:hover) .arrow-w {
  display: none;
}
.line-button:hover .arrow-g {
  display: none;
}

.sub-title {
  font-size: var(--fz-24);
  color: var(--color-primary);
  display: block;
  margin-bottom: 5px;
}

.main-title {
  font-size: var(--fz-50);
  color: #212121;
  line-height: 1.1;
  font-weight: 600;
}

.main-title span {
  color: var(--color-primary);
}

.block-title {
  max-width: 660px;
}

.block-title h2 {
  margin-bottom: 23px;
}

.block-title-full {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 30px;
  align-items: flex-start;
}

.block-title-left h2 {
  margin: 0;
}

.center-title {
  text-align: center;
}
.center-title img {
  margin-bottom: 55px;
}
.center-title h2 {
  margin-bottom: 20px;
}

.swiper-button-next,
.swiper-button-prev {
  position: unset;
  margin: unset;
  width: 60px;
  height: 60px;
  border: 1px solid var(--color-primary);
  border-radius: 50%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-button-next {
  background: url(../images/arrow-right.svg) no-repeat center;
}

.swiper-button-prev {
  background: url(../images/arrow-left.png) no-repeat center;
  background-size: 30px;
}

.news-slide-nav {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  margin-top: 60px;
}
.video-banner{
  position: sticky !important;
  top:0;
}
/* ---------------------------------------------------------- */

.patient-login-block .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.patient-login-content {
  text-align: center;
}
.patient-login-content p {
  font-size: 21px;
}

.patient-login-content h1 {
  font-size: var(--fz-50);
}

.patient-login-content p,
.patient-login-content h1 {
  color: #ffffff;
}

.patient-login-form {
  width: 100%;
  max-width: 440px;
  margin: 34px auto;
}
.patient-login-form button {
  width: 100%;
  color: #ffffff;
  background: #d00003;
  border: none;
  height: 56px;
  border-radius: 9px;
  transition: background 0.4s ease-in-out;
}
.patient-login-form .form-field {
  height: 56px;
  font-size: 21px;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 9px;
}

.patient-login-content img {
  margin: 0 auto 30px auto;
}

.patient-login-content p a {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  text-decoration-color: var(--color-secondary);
}

.patient-login-form button:hover {
  background: #a30003;
}

.patient-login-form .form-field::placeholder {
  color: #000000;
  opacity: 1;
}

.patient-login-form .form-field:-ms-input-placeholder,
.patient-login-form .form-field::-ms-input-placeholder {
  color: #000000;
}

/* ---------------------------------------------------------- */

.center-main-section {
  padding: 180px 0;
  background: #f5f5f7;
  margin-top: -120px;
  border-radius: 60px 60px 0 0;
  position: relative;
  z-index: 0;
}
.center-main-section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 230px;
  width: 820px;
  height: 1040px;
  background: url("../images/pattern.png") no-repeat;
  z-index: -1;
}

.center-main-section .center-space {
  margin: 274px 0 146px 0;
}

.chating {
  position: absolute;
  right: 200px;
  top: 0;
  transform: translateY(-50%);
}

/* ---------------------------------------------------------- */

.home-banner {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  background-size: cover;
}
.home-banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-banner .container {
  position: absolute;
  left: 0;
  right: 0;
  color: #ffffff;
  z-index: 1;
}
.home-banner h1,
.home-banner-title {
  font-size: 80px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 15px;
}
.home-banner p {
  max-width: 840px;
}

.home-banner p:not(.form-text, .pera) {
  color: #ffffff;
  margin: 30px 0;
}

.home-banner-content {
  display: flex;
  gap: 30px;
}
.home-banner-content p {
  color: #ffffff;
}

/* ---------------------------------------------------------- */

.map-block {
  padding: 60px 15px 80px 15px;
  background: #ffffff;
  position: relative;
}
.map-block .wrap {
  max-width: 1700px;
  margin: auto;
}
.map-block iframe {
  width: 100%;
  height: 600px;
  border-radius: 15px;
  border: none;
}

/* ---------------------------------------------------------- */

.our-location {
  padding: 50px 0;
  position: relative;
  background: #ffffff;
}
.our-location .container {
  --space: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}

.our-location-left .sub-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.our-location-left h2 {
  font-size: var(--fz-50);
  line-height: 1;
  margin-bottom: 20px;
}

.our-location-left h2 span {
  color: var(--color-primary);
}

.our-location-left {
  padding-right: var(--space);
}
.our-location-right {
  padding-left: var(--space);
  border-left: 1px solid #dddddd;
}

.our-location-right ul {
  padding-block: 16px;
}

.our-location-right li + li {
  margin-top: 12px;
}

.our-location-right li {
  position: relative;
  padding-left: 54px;
  min-height: 36px;
  display: block;
  align-content: center;
  font-size: var(--fz-24);
}

.our-location-right a:hover {
  color: var(--color-primary);
}

.our-location-right li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  background-color: var(--color-primary);
  border-radius: 50%;
}

.our-location-right li:nth-child(1):after,
.our-location-right li:nth-child(2):after,
.our-location-right li:nth-child(3):after {
  background-position: center;
  background-repeat: no-repeat;
}
.our-location-right li:nth-child(1):after {
  background-image: url("../images/pin.png");
}
.our-location-right li:nth-child(2):after {
  background-image: url("../images/call.png");
}
.our-location-right li:nth-child(3):after {
  background-image: url("../images/mail.png");
}

/* ---------------------------------------------------------- */

.say-healthy-wrap {
  position: relative;
  z-index: 0;
  background: #ffffff;
}
.say-healthy-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background: red;
  background: #f5f5f7;
  z-index: -1;
}

.say-healthy {
  width: 100%;
  height: 380px;
  background: url(../images/say-image.png) no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 20px;
}

.say-healthy-content {
  position: absolute;
  right: 0;
  padding-right: 67px;
  width: 694px;
}
.say-healthy-content h2 {
  font-size: 40px;
  color: var(--color-primary);
  margin-bottom: 20px;
  font-weight: 600;
}

.say-healthy-content .btn {
  margin-top: 30px;
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 15px;
  color: #fff;
  font-size: var(--fz-24);
  padding: 16px 33px;
  background: var(--color-primary);
  transition: background 0.5s ease-in-out;
  border-radius: 9px;
}
.say-healthy-content .btn:hover {
  background: var(--color-primary-hover);
}

/* ---------------------------------------------------------- */

.home-partners {
  padding: 100px 0;
  background: #f5f5f7;
  position: relative;
}

.partners-swiper {
  margin-top: 70px;
  padding-bottom: 50px;
}
.partners-swiper .swiper-pagination {
  bottom: 0;
}

.partners-swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ffffff;
  border: 1px solid #066426;
  opacity: 1;
}
.partners-swiper .swiper-pagination-bullet-active {
  background: #066426;
}

/* ---------------------------------------------------------- */

.news-swiper:not(.mt-60) {
  margin-top: 20px;
}

.news-image {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}
.news-content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 40px;
  z-index: 1;
}
.news-content span {
  font-size: 18px;
  margin-bottom: 5px;
  display: block;
  color: var(--color-secondary);
}

.news-content p {
  color: #fff;
}

.news-image img {
  transition: transform var(--time) ease-in-out;
}

.news-image:hover img {
  transform: scale(1.1);
}

/* ---------------------------------------------------------- */

.siding-grid {
  display: grid;
  grid-template-columns: 850px 1fr;
  gap: 110px;
  align-items: center;
}

.siding-content .main-title {
  margin-bottom: 35px;
}

.siding-content p {
  margin: 0;
}

.siding-content p + p {
  margin-top: 30px;
}

.siding-content .line-button {
  margin-top: 35px;
}

/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */

.mission-vision {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 30px;
}

.mission-vision-content h4 {
  font-size: var(--fz-50);
  color: #212121;
  line-height: 1;
  margin-bottom: 25px;
  font-weight: 500;
}

.mission-vision-content div:not(:first-child) {
  margin-top: 60px;
}

.mission-vision-title h2 {
  font-size: 104px;
}

/* ---------------------------------------------------------- */

.core-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-top: 32px;
}

.core-list-item {
  min-height: 260px;
  background-color: #ffffff;
  padding: 10px 10px 45px 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-radius: 15px;
}
.core-list-item img {
  display: block;
  margin: auto;
}
.core-list-item span {
  display: block;
  margin-top: 24px;
  color: #212121;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  position: relative;
}
.core-list-item span::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: auto;
  width: 63px;
  height: 3px;
  background: #d00003;
}

/* ---------------------------------------------------------- */

.team-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  margin-top: 90px;
}

.team-list-image {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
.team-list-image > img {
  transition: transform var(--time) ease-in-out;
}

.team-list-item:hover .team-list-image > img {
  transform: scale(1.1);
}

.team-list-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px;
  z-index: 1;
}
.team-list-content h4 {
  color: #ffffff;
  font-size: 28px;
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 1;
}
.team-list-content p {
  font-size: 18px;
  color: var(--color-secondary);
  line-height: var(--fz-24);
}
.team-list-link {
  display: block;
  color: #ffffff;
  transition: color 0.35s ease-in-out;
}
.team-list-link:hover {
  color: var(--color-secondary);
}

/* ---------------------------------------------------------- */

.contact-banner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 100px;
}

/* ---------------------------------------------------------- */

.contact-location {
  background: #f5f4f7;
  position: relative;
  border-radius: 60px 60px 0 0;
  margin-top: -60px;
  z-index: 999;
}

/* ---------------------------------------------------------- */

.full-video video {
  width: 100%;
  vertical-align: bottom;
}

/* ---------------------------------------------------------- */

.news-detail {
  --space: 30px;
}

.news-detail > span {
  font-size: 18px;
  color: var(--color-primary);
  display: block;
  margin-bottom: 15px;
}

.news-detail-date {
  color: #828282;
  display: block;
  font-size: 18px;
  margin: 10px 0 30px 0;
  font-weight: 400;
}

.news-detail p + p {
  margin-top: var(--space);
}
.news-detail img { 
  margin: var(--space) 0;
}

/* ---------------------------------------------------------- */

.more-sagelie {
  padding-top: 45px;
  background: #f5f5f7;
  border-radius: 60px 60px 0 0;
}
.more-sagelie h3 {
  font-size: var(--fz-35);
  color: var(--color-primary);
}

/* ---------------------------------------------------------- */
.map-block iframe {
  width: 100%;
  height: 750px;
  border-radius: 20px;
  background: #ffffff;
  position: relative;
}

/* ---------------------------------------------------------- */

.full-video {
  padding-bottom: 50px;
}

.full-video-content {
  padding-top: 40px;
}
.full-video-content > span {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
  color: var(--color-primary);
}
.full-video-content h2 {
  margin-bottom: 15px;
}

.more-videos {
  margin-top: 100px;
}
.more-videos h3 {
  font-size: var(--fz-35);
  color: var(--color-primary);
  margin-bottom: 20px;
}

/* ---------------------------------------------------------- */

.the-health {
  padding-top: 80px;
  background: #f5f5f7;
  border-radius: 60px 60px 0 0;
}
.the-health h2 {
  font-size: 100px;
  line-height: 1;
  margin-bottom: 10px;
}
.the-health p {
  font-size: var(--fz-35);
  font-weight: 600;
  line-height: 50px;
}

.the-health-title {
  margin-bottom: 60px;
  text-align: center;
}

/* ---------------------------------------------------------- */

.appointment-form ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 35px;
}

.appointment-form li:not(.w-100) {
  width: 48%;
}
.appointment-form input,
.appointment-form select,
.appointment-form textarea {
  font-size: 16px;
  border: 1px solid #000000;
  border-radius: 9px;
}
.appointment-form button {
  margin-top: 45px;
  width: 100%;
  color: #ffffff;
  padding: 12px;
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: 9px;
  transition: background 0.5s ease-in-out;
}
.appointment-form button:hover {
  background: var(--color-primary-hover);
}

/* ---------------------------------------------------------- */

.verticalSwiper {
  height: 200px;
  overflow: hidden;
}

/* ---------------------------------------------------------- */
.letter-filter {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding: 10px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.letter-filter span {
  font-size: 25px;
  cursor: pointer;
  font-weight: 400;
  padding: 3px 0;
  width: 34px;
  text-align: center;
  user-select: none;
  transition: background 0.5s ease-in-out;
  border-radius: 6px;
}

.letter-filter span:hover,
.letter-filter span.active,
.letter-filter span.disabled:hover {
  background: green;
  color: #fff;
  font-weight: 700;
  border-color: green;
  border-radius: 6px;
}
.letter-filter span.disabled {
  color: #ccc;
  cursor: not-allowed;
  border-color: #eee;
}

.letter-filter-data {
  list-style: disc;
  padding-left: 24px;
  font-size: 22px;
  text-transform: capitalize;
}
.letter-filter-data li + li {
  margin-top: 8px;
  text-transform: capitalize;
}

.letter-filter + .letter-filter-data {
  margin-top: 25px;
}
