:root {
  --font-family: "Inter, sans-serif";
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
}
.section-layout {
  background-color: #f6faff;
}
.layout-container {
  margin: 0 auto;
}

.tab-headers {
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}
.gallery-thumbs .swiper-wrapper {
  justify-content: center;
  align-items: end;
}
.gallery-thumbs .swiper-slide {
  margin: 0 !important;
  min-width: 11% !important;
  max-width: 11% !important;
  border-bottom: 4px solid #e9eef1;
  padding: 10px 0;
}
.gallery-thumbs .swiper-slide:hover {
  background-color: #fff;
  border-radius: 5px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #222830;
}

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-bottom: 4px solid #222830;
  background-color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #222830;
}

.tab-header {
  color: #1a0b0b;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}

.tab-header h2 {
  margin: 0;
  font-size: 13px;
  font-family: "Inter";
  font-weight: 400;
  line-height: 17px;
}

.tab-content-container {
  width: 90%;
  margin: 0 auto;
}

.content__description {
  display: flex;
  gap: 50px;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  margin: 0 auto;
}

.content-left {
  flex: 0 0 50%;
}
.content-right {
  flex: 0 0 40%;
}

.content-right img {
  width: 100%;
  height: auto !important;
  box-shadow: 0 2px 5px #0003 !important;
  border-radius: 10px !important;
}

.content-left h2 {
  color: #222830;
  font-size: 40px;
  line-height: 43px;
  margin-bottom: 10px;
  font-family: Inter;
  font-weight: 600;
}
.content-left p,
.content-left ul li {
  font-size: 16px;
  font-family: "Inter";
  color: #353e44;
  line-height: 24px;
}
.content-left h4 {
  font-size: 28px;
  font-family: "Inter";
  color: #222830;
  line-height: 32px;
  margin-bottom: 12px;
  margin-top: 26px;
}

.tab-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #222830;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.tab-button:hover {
  color: #ffffff;
  background: #222830;
  border-color: #222830;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(34, 40, 48, 0.2);
}

.tab-button:active {
  transform: translateY(0);
}

.gallery-main .swiper-wrapper .swiper-slide {
  opacity: 0 !important;
}

.gallery-main .swiper-wrapper .swiper-slide.swiper-slide-active {
  transition:
    all,
    opacity 3000ms !important;
  opacity: 1 !important;
}
a.tab-btn {
  text-decoration: none;
  font-family: "Inter";
  font-size: 14px;
  background-color: #5fffec;
  font-weight: 500;
  padding: 10px 24px;
  border: 2px solid #5fffec;
  border-radius: 4px;
  color: #000;
  margin-top: 30px;
  display: inline-block;
}
a.tab-btn:hover {
  opacity: 0.75;
}
ul.bullet-list.w-list-unstyled {
  padding-left: 20px;
}

/* Responsive */
@media screen and (min-width: 1920px) {
  .tab-headers {
    width: 85%;
  }
}
@media screen and (max-width: 991px) {
  .gallery-thumbs .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .gallery-thumbs .swiper-slide {
    min-width: 20% !important;
    max-width: 20% !important;
  }
  .content__description {
    display: block;
  }
  .content-right {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .gallery-thumbs .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .gallery-thumbs .swiper-slide {
    min-width: 20% !important;
    max-width: 20% !important;
  }
}
@media screen and (max-width: 479px) {
  .gallery-thumbs .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .gallery-thumbs .swiper-slide {
    min-width: 33% !important;
    max-width: 33% !important;
  }
  .content-left h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
