*::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
*::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  border-radius: 6px;
}
*::-webkit-scrollbar-thumb:hover {
  background-color: rgba(18, 14, 71, 0.99);
}
*::-webkit-scrollbar-track {
  background-color: #f3fcff;
}

a {
  text-decoration: none;
}

.truncate1 {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.truncate2 {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.truncate3 {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.common-btn {
  border: unset;
  text-wrap: nowrap;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 13px 22px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  line-height: 14.4px;
  letter-spacing: 1.2px;
  text-align: left;
  color: #333333;
  background-color: #ade6ed;
  text-transform: uppercase;
  transition: all 0.25s ease;
}
.common-btn svg {
  margin-left: 6px;
  transition: transform 0.25s ease;
}
.common-btn:hover {
  color: #333333;
  text-decoration: underline;
}
.common-btn:hover .black-arrow-up-right {
  transform: rotate(45deg);
}
.common-btn:hover svg {
  transform: translateX(3px);
}

.beige-badge {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #cdda89;
  font-size: 12px;
  font-weight: 500;
  line-height: 12.46px;
  text-align: left;
  color: #00314d;
  border-radius: 40px;
  padding: 4px 9px;
}

.img-container {
  width: 100%;
  overflow: hidden;
}
.img-container img {
  transition: transform 0.35s ease;
  aspect-ratio: 16/10;
  -o-object-fit: contain;
     object-fit: contain;
}

.article-img-container img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-heading {
  font-size: 28px;
  font-weight: 500;
  line-height: 40.95px;
  text-align: left;
  color: #151515;
  border-left: 6px solid #ff5b23;
  word-spacing: 0.5px;
  padding: 1px 13px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .section-heading {
    font-size: 32px;
    font-weight: 500;
    line-height: 49.95px;
  }
}

.landing-section.landing-article-section {
  margin-bottom: 50px !important;
}
.landing-section .card-container {
  padding: 25px 0;
  overflow: hidden;
  padding-bottom: 40px;
}
.landing-section .card-container:hover .img-container img {
  transform: scale3d(1.05, 1.05, 1.05);
}
.landing-section .card-container:hover .interviews-head {
  color: #0056b3 !important;
}
.landing-section .other-expert-cards .card-container {
  padding: 25px 0;
  border-bottom: 1px solid rgba(74, 39, 113, 0.2509803922);
}
.landing-section .other-expert-cards .card-container:last-child {
  border-bottom: unset;
}
.landing-section .other-expert-cards .card-container .interviews-head {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #151515;
}
.landing-section .interviews-head {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #000000;
  transition: all 0.35s ease;
}
.landing-section .info-container {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #666666;
}
.landing-section .info-container.article {
  font-size: 14.88px;
  font-weight: 400;
  line-height: 17.86px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #505050;
}
.landing-section .expert-main-card .img-container {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .landing-section .card-container.article-card {
    padding: 0;
  }
  .landing-section.landing-article-section {
    margin-bottom: 80px !important;
  }
}

.category-card-section .card-container {
  overflow: hidden;
}
.category-card-section .card-container:hover .img-container img {
  transform: scale3d(1.05, 1.05, 1.05);
}
.category-card-section .card-container:hover .interviews-head {
  color: #0056b3 !important;
}
.category-card-section .interviews-head {
  font-size: 16px;
  font-weight: 500;
  line-height: 24.55px;
  text-align: left;
  color: #151515;
}
.category-card-section .img-container {
  width: 100%;
  overflow: hidden;
}
.category-card-section .info-container {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  color: #666666;
}
.category-card-section .info-container.article {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #505050;
}

.active-category-section .card-container {
  overflow: hidden;
}
.active-category-section .card-container:hover .img-container img {
  transform: scale3d(1.05, 1.05, 1.05);
}
.active-category-section .card-container:hover .interviews-head {
  color: #0056b3 !important;
}
.active-category-section .interviews-head {
  font-size: 16px;
  font-weight: 500;
  line-height: 24.55px;
  text-align: left;
  color: #151515;
}
.active-category-section .img-container {
  width: 100%;
  overflow: hidden;
}
.active-category-section .info-container {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
}
.active-category-section .info-container.article {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #505050;
}

@media screen and (min-width: 992px) {
  .landing-section .wrapper {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 0;
  }
  .landing-section .landing-container {
    grid-column: span 6;
    padding-right: 30px;
  }
  .landing-section .other-expert-cards-container {
    padding-left: 30px;
  }
  .landing-section .other-expert-cards .img-container {
    flex: 236px 0 0;
    height: -moz-fit-content;
    height: fit-content;
    overflow: hidden;
  }
  .landing-section .interviews-head {
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
  }
  .landing-section .info-container {
    font-size: 14.39px;
    font-weight: 400;
    line-height: 19.15px;
    text-align: left;
  }
  .landing-section .expert-main-card .img-container {
    overflow: hidden;
  }
  .category-card-section .interviews-head {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
  }
  .category-card-section .info-container {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.15px;
    text-align: left;
    color: #666666;
  }
  .category-card-section .info-container.article {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #505050;
  }
  .active-category-section .interviews-head {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #151515;
  }
  .active-category-section .info-container {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.15px;
    text-align: left;
    color: #666666;
  }
  .active-category-section .info-container.article {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #505050;
  }
}
