.blog-detail-page header {
  position: unset;
}

.blog-detail-page header .main-menu ul li a {
  color: #000;
}

.blog-detail-page header .white-logo {
  display: none;
}

/* blog detail css Start */
.bbt-fa-news-sec .title-warpper-left {
  width: 40%;
}

.bbt-fa-news-sec h2.title-text {
  color: #0a3d9c;
  font-family: Satoshi;
  font-size: 2.2em;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  display: inline-block;
}

.bbt-fa-news-sec {
  padding: 100px 0 146px;
  overflow-x: clip;
}

.bbt-fa-news-sec .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 29.99px;
}

.bbt-fa-news-sec .title-warpper-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.bbt-fa-news-sec .social-icon {
  margin-bottom: 17px;
}

.bbt-fa-news-sec .news-meta {
  display: flex;
  align-items: center;
  gap: 15px;
}

.bbt-fa-news-sec .meta-category {
  color: #fc8b5f;
  text-align: right;
  font-family: Poppins;
  font-size: 1em;
  font-style: normal;
  font-weight: 600;
  line-height: 127%;
  letter-spacing: 0.2px;
}

.bbt-fa-news-sec .meta-location {
  color: rgba(0, 0, 0, 0.5);
  text-align: right;
  font-family: Poppins;
  font-size: 0.95em;
  font-style: normal;
  font-weight: 400;
  line-height: 127%;
  letter-spacing: 0.19px;
}

.bbt-fa-news-sec .blog-detail-content {
  margin: 62.51px 133.98px 0 0;
}

.bbt-fa-news-sec .blog-quote {
  color: #0a3d9c;
  font-family: Poppins;
  font-size: 1.4em;
  font-style: normal;
  font-weight: 600;
  line-height: 176%;
}

.bbt-fa-news-sec .blog-detail-content p {
  color: #2a2a2a;
  font-family: Poppins;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 176%;
}

.bbt-fa-news-sec .blog-paragraph {
  margin-top: 30px;
}

.bbt-fa-news-sec .paragraph {
  margin-top: 90.37px;
}

@media(max-width: 1728px) {
  .bbt-fa-news-sec {
    padding: 90px 0 136px;
  }

  .bbt-fa-news-sec .blog-detail-content {
    margin: 52.51px 123.98px 0 0;
  }

  .bbt-fa-news-sec .paragraph {
    margin-top: 80.37px;
  }

  .gallery-slider {
    margin-top: 72px;
    padding-bottom: 82.65px;
  }

  .news-btn-wrapper {
    margin-top: 102px;
  }
}

@media(max-width: 1023px) {
  .bbt-fa-news-sec {
    padding: 80px 0 116px;
  }

  .bbt-fa-news-sec .title-warpper-left {
    width: 49%;
  }

  .news-btn-wrapper {
    margin-top: 92px;
  }
}

@media (max-width: 991px) {
  .bbt-fa-news-sec .title-warpper-left {
    width: 61%;
  }
}

@media(max-width: 767px) {
  .bbt-fa-news-sec {
    padding: 48px 0 73px;
  }

  .bbt-fa-news-sec .title-wrapper {
    flex-direction: column;
    align-items: flex-start;
    justify-content: normal;
    gap: 12px;
  }

  .bbt-fa-news-sec .title-warpper-left {
    width: 100%;
  }

  .bbt-fa-news-sec h2.title-text {
    font-size: 28px;
    line-height: 118%;
  }

  .bbt-fa-news-sec .title-warpper-right {
    align-items: flex-start;
    gap: 30.55px;
  }

  .bbt-fa-news-sec .social-icon {
    margin-bottom: 0;
    order: 2;
  }

  .bbt-fa-news-sec .meta-category {
    font-size: 13px;
    letter-spacing: 0.13px;
  }

  .bbt-fa-news-sec .news-meta {
    align-items: flex-start;
    gap: 17px;
  }

  .bbt-fa-news-sec .meta-location {
    color: rgba(0, 0, 0, 0.58);
    font-size: 13px;
    letter-spacing: 0.13px;
  }

  .bbt-fa-news-sec .blog-detail-img {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    height: 324px;
  }

  .bbt-fa-news-sec .blog-detail-img img {
    object-fit: cover;
  }

  .bbt-fa-news-sec .blog-detail-content {
    margin: 60px 0px 0 0;
  }

  .bbt-fa-news-sec .blog-quote {
    width: 74%;
    font-size: 20px;
    line-height: 176%;
  }

  .bbt-fa-news-sec .blog-paragraph {
    margin-top: 25px;
    color: #2A2A2A;
    font-family: Poppins;
    font-size: 14.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 176%;
  }

  .bbt-fa-news-sec .paragraph {
    margin-top: 50.37px;
  }

  .bbt-fa-news-sec .paragraph .blog-quote {
    width: 100%;
  }
}

/* news section css end */

/* More stories css start */
.bbt-fa-More-stories-sec {
  background: #f4f2f2;
  padding: 103px 0 119px;
}

.bbt-fa-More-stories-sec .news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 73px;
}

.bbt-fa-More-stories-sec h2.more-text {
  color: #0a3d9c;
  font-family: Satoshi;
  font-size: 2.3em;
  font-style: normal;
  font-weight: 700;
  line-height: 112%;
  padding-bottom: 90px;
}

.bbt-fa-More-stories-sec .card {
  display: flex;
  flex-direction: column;
  border: none;
  background: transparent;
}

.bbt-fa-More-stories-sec .card h3 {
  color: #000;
  font-family: Poppins;
  font-size: 1.25em;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  padding-bottom: 26px;
}

.bbt-fa-More-stories-sec .card-image {
  width: 100%;
  overflow: hidden;
  margin-bottom: 14px;
}

.bbt-fa-More-stories-sec .card-image img {
  object-fit: cover;
}

.bbt-fa-More-stories-sec .card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.bbt-fa-More-stories-sec .card-meta {
  color: rgba(0, 0, 0, 0.5);
  text-align: right;
  font-family: Poppins;
  font-size: 0.85em;
  font-style: normal;
  font-weight: 400;
  line-height: 127%;
  letter-spacing: 0.17px;
}

.bbt-fa-More-stories-sec .tag {
  color: #fc8b5f;
  font-family: Poppins;
  font-size: 0.85em;
  font-style: normal;
  font-weight: 600;
  line-height: 127%;
  letter-spacing: 0.17px;
  text-transform: uppercase;
}

.gallery-slider {
  width: 100vw;
  margin-top: 82px;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  padding-bottom: 92.65px;
}

.gallery-slider .swiper-wrapper {
  align-items: stretch;
}

.gallery-slider .swiper-slide {
  width: calc((100vw - 72px) / 3);
  height: clamp(210px, 16vw, 290px);
  overflow: hidden;
}

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

.gallery-slider-controls {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  transform: translateX(-50%);
}

.gallery-slider .swiper-button-prev,
.gallery-slider .swiper-button-next {
  position: static;
  width: 18px;
  height: 26px;
  margin: 0;
  color: #0a3d9c;
}

.gallery-slider .swiper-button-prev::after,
.gallery-slider .swiper-button-next::after {
  font-size: 17px;
  font-weight: 900;
}

.news-btn-wrapper {
  margin-top: 112px;
}

.news-btn-wrapper a {
  color: #0A3D9C;
  font-family: Poppins;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 600;
  line-height: 154%;
  transition: 0.5s all;
}

.news-btn-wrapper a:hover {
  text-decoration: underline;
}

@media(max-width: 1728px) {
  .bbt-fa-More-stories-sec {
    padding: 93px 0 109px;
  }

  .bbt-fa-More-stories-sec h2.more-text {
    padding-bottom: 80px;
  }

  .bbt-fa-More-stories-sec .news-grid {
    gap: 45px;
  }
}

@media (max-width: 1440px) {
  .bbt-fa-More-stories-sec .news-grid {
    gap: 73px;
  }
}

@media (max-width: 1366.9px) {
  .bbt-fa-More-stories-sec .news-grid {
    gap: 46px;
  }
}

@media (max-width: 1280.9px) {
  .bbt-fa-More-stories-sec .news-grid {
    gap: 36px;
  }
}

@media(max-width: 1023px) {
  .bbt-fa-More-stories-sec .news-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 36px;
  }
}

@media (max-width: 767.9px) {
  .bbt-fa-More-stories-sec {
    padding: 54px 0 84px;
  }

  .gallery-slider {
    margin-top: 48px;
    padding-bottom: 0;
    --gallery-mobile-offset: clamp(28px, 9.2vw, 48px);
  }

  .gallery-slider-controls {
    display: none;
  }

  .gallery-slider .swiper-slide {
    width: calc(100vw - var(--gallery-mobile-offset) - 70px);
    height: 240px;
  }

  .news-btn-wrapper {
    margin-top: 72px;
  }

  .news-btn-wrapper a {
    font-size: 15px;
    line-height: normal;
  }

  .bbt-fa-More-stories-sec h2.more-text {
    font-size: 26px;
    line-height: 115%;
  }

  .bbt-fa-More-stories-sec .news-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 63px;
  }

  .bbt-fa-More-stories-sec .card h3 {
    font-size: 18px;
    line-height: 135%;
    padding-bottom: 12px;
  }

  .bbt-fa-More-stories-sec .card-image {
    margin-bottom: 10px;
  }

  .bbt-fa-More-stories-sec .card-meta {
    align-items: flex-start;
    gap: 5px;
    flex-direction: column;
    justify-content: normal;
  }

  .bbt-fa-More-stories-sec .tag {
    font-size: 13px;
    letter-spacing: 0.13px;
  }

  .bbt-fa-More-stories-sec .card-meta {
    color: rgba(0, 0, 0, 0.50);
    font-size: 13px;
    letter-spacing: 0.13px;
  }
}

@media (min-width: 768px) and (max-width: 991.9px) {
  .gallery-slider .swiper-slide {
    width: calc((100vw - 54px) / 3);
  }
}

/* More stories css end */