.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 {
  padding: 100px 0 146px;
  overflow-x: clip;
}
.bbt-fa-news-sec .container-xxl {
    max-width: 80%;
}
.bbt-fa-news-sec .title-warpper-left {
  width: 60%;
}

.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 .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;
  width: 40%;
}

.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 auto 0 0;
  width: 85%;
}

.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, .bbt-fa-news-sec .blog-detail-content p span {
  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;
}
.bbt-fa-news-sec .blog-detail-img img {
  /* width: 100%;
  max-width: 1289px;
  max-height: 100%;
  margin: 0 auto; */
}
@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;
    width: 100%;
  }

  .bbt-fa-news-sec .social-icon {
    margin-bottom: 0;
    order: 2;
  }

  .bbt-fa-news-sec .meta-category {
    font-size: 12px;
    letter-spacing: 0.13px;
  }

  .bbt-fa-news-sec .news-meta {
    align-items: flex-start;
    gap: 10px;
  }

  .bbt-fa-news-sec .meta-location {
    color: rgba(0, 0, 0, 0.58);
    font-size: 12px;
    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;
    width: 100%;
  }

  .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: 106px;
}

.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;
  flex-grow: 1;
}

.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;
  aspect-ratio: 490 / 338;
}

.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 .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: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  transform: translateX(-50%);
  pointer-events: auto;
}

.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;
}

/* slider css start */
.gallery-slider {
  position: relative;
  --per-view: 3.3;
  width: 100vw;
  margin-top: 82px;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  padding-bottom: 92.65px;
}

.gallery-slider-viewport {
  overflow: hidden;
}

.gallery-slider-track {
  display: flex;
  gap: 45px;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.gallery-slide {
  /* flex: 0 0 calc((100% - (var(--per-view) - 1) * var(--gslider-gap)) / var(--per-view)); */
}

.gallery-slide img {
    height: 500px;
    display: block;
    width: auto;
    /* aspect-ratio: 4 / 3; */
    object-fit: cover;
    /* border-radius: 8px; */
}

.gallery-slider-controls {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 28px;
}

.gallery-slider-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  /* color: #0A3D9C; */
  cursor: pointer;
  padding: 0;
  transition: background-color 0.25s ease, color 0.25s ease, opacity 0.25s ease, transform 0.15s ease;
}

.gallery-slider-btn:hover:not(:disabled) {
  /* background: #0A3D9C; */
  color: #fff;
}

.gallery-slider-btn:active:not(:disabled) {
  transform: scale(0.93);
}

.gallery-slider-btn:disabled,
.gallery-slider-btn.is-disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.gallery-slider-btn svg {
  display: block;
  pointer-events: none;
}

@media (max-width: 991px) {
  .gallery-slider { --gslider-gap: 18px; --per-view: 2.2; }
}

@media (max-width: 767px) {
    .gallery-slider {
    margin-top: 48px;
    padding-bottom: 0;
    --gallery-mobile-offset: clamp(28px, 9.2vw, 48px);
  }

  .gallery-slider .swiper-slide {
    width: calc(100vw - var(--gallery-mobile-offset) - 70px);
    height: 240px;
  }
  
  .gallery-slider-controls {
    position: static;
    transform: none;
    margin-top: 20px;
    padding-bottom: 20px;
        gap: 20px;
  }
  .gallery-slider { --gslider-gap: 14px; --per-view: 1.15; }
  
  .gallery-slide img {
    height: 250px;
  }
  .gallery-slider-track{
      gap: 10px
  }
  .gallery-slider-btn svg{
          width: 10px;
  }
}
/* slider css end */

@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;
  }

  .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 */

/* Gallery lightbox start */
.gallery-slide img,
.gallery-slider .swiper-slide img {
  cursor: zoom-in;
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  /* Deliberately very high — guarantees this sits above any other
     positioned/z-indexed element on the page (sticky header, off-canvas
     menu, etc.) without needing to touch their z-index individually. */
  z-index: 999999;
  align-items: center;
  justify-content: center;
  padding: 40px;
  background: rgba(10, 10, 10, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-lightbox.is-open {
  opacity: 1;
}

.gallery-lightbox-img {
  max-width: 90vw;
  max-height: 85vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 6px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
  transform: scale(0.92);
  transition: transform 0.3s ease;
}

.gallery-lightbox.is-open .gallery-lightbox-img {
  transform: scale(1);
}

.gallery-lightbox-close {
  position: absolute;
  top: 24px;
  right: 32px;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
}

.gallery-lightbox-close:hover {
  background: rgba(255, 255, 255, 0.25);
}

body.gallery-lightbox-locked {
  overflow: hidden;
}

@media (max-width: 767px) {
  .gallery-lightbox {
    padding: 20px;
  }

  .gallery-lightbox-close {
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
    font-size: 24px;
  }
}
/* Gallery lightbox end */