:root {
  --fb-orange: #f34105;
  --fb-dark: #0b0f14;
  --fb-gray: #1a212a;
  --fb-text: #ffffff;
}

body {
  /* background: radial-gradient(1200px 600px at 70% -10%, rgba(255, 106, 0, .08), transparent 60%), #060607; */
  background-color: #060607;
  color: var(--fb-text);
}

a,
.nav-link {
  color: #cfe3ff
}

a:hover,
.nav-link:hover {
  color: white
}

/* ====== LAYOUT SWAP ====== */
/* Default: nav first, then banner */
.stack {
  display: flex;
  flex-direction: column
}

.stack>* {
  order: 0
}

/* When .banner-first is on the body, swap their order */
body.banner-first .stack>header {
  order: 2
}

body.banner-first .stack>section.hero {
  order: 1
}

.lead {
  font-size: 18px;
}

h2 {
  font-size: 50px;
}

/* ====== HERO ====== */
/* .hero {
    position: relative;
    min-height: 70vh;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(0, 0, 0, .45), rgba(11, 15, 20, .9)), url('../images/hero.jpg') center/cover no-repeat;
} */

.hero .title {
  text-shadow: 0 10px 30px rgba(0, 0, 0, .7);
}

img {
  max-width: 100%;
}

.hero .badge-tag {
  background: rgba(255, 106, 0, .15);
  border: 1px solid rgba(255, 106, 0, .35)
}

.mt-n1 {
  margin-top: -100px;
}

.searchbar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.searchbar {
  position: relative;
  width: 300px;
}

.search-input {
  width: 100%;
  padding: 10px 40px 10px 20px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  outline: none;
  font-size: 16px;
  transition: all 0.3s ease;
}

.search-input::placeholder {
  color: #ccc;
}

.search-input:focus {
  border-color: #ff4c00;
  box-shadow: 0 0 10px rgba(255, 76, 0, 0.5);
}

.search-btn {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.search-input:focus+.search-btn {
  color: #ff4c00;
}

.navbar {
  transition: all 0.4s ease;
  backdrop-filter: none;
}

.navbar-dark-bg {
  /* background-color: #060607; */
  background: rgba(5, 5, 6, 0.7) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.navbar-brand img {
  width: 175px;
  transition: all 0.3s ease;
}

.navbar-dark-bg .navbar-brand img {
  width: 140px;
  transition: all 0.3s ease;

}

/* .nav-link {
    color: white !important;
    transition: color 0.3s ease;
  }

  .nav-link:hover {
    color: #ff4c00 !important;
  } */

.navbar-nav .nav-item {
  padding: 0 10px;
}

.navbar-nav .nav-item a {
  position: relative;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  padding: 8px 18px;
  border-radius: 25px;
  transition: all 0.3s ease;
}

.navbar-nav .nav-item a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 25px;
  backdrop-filter: blur(8px);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: scale(0.95);
  z-index: -1;
}

.navbar-nav .nav-item a:hover::before,
.navbar-nav .nav-item a.active::before {
  opacity: 1;
  transform: scale(1);
}

.navbar-nav .nav-item a.active {
  color: #ffffff;
}

/* ====== SECTIONS ====== */
section {
  padding: 64px 0
}

.section-dark {
  background: linear-gradient(180deg, var(--fb-dark), var(--fb-gray))
}

.section-grid .card {
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .08)
}

.section-grid .card:hover {
  transform: translateY(-6px);
  transition: .25s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .35)
}

/* ====== MEDIA THUMB ====== */
.media-thumb {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer
}

.media-thumb:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .45));
}

.media-thumb .play {
  position: absolute;
  inset: auto auto 12px 12px;
  font-size: 1.6rem;
  color: #fff;
}

.text-justify {
  text-align: justify;
}

/* ====== REVEAL ANIMS ====== */
/* .reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: .6s ease
}

.reveal.show {
    opacity: 1;
    transform: none
} */

/* ====== ORANGE ACCENTS ====== */
.text-accent {
  color: var(--fb-orange)
}

.btn-accent {
  background: var(--fb-orange);
  border: none
}

.btn-accent:hover {
  filter: brightness(1.05)
}

.about-section {
  background-image: url(../images/about/about-bg.jpg);
  background-size: cover;
}

.fb-way-section {
  background-image: url(../images/firebird-way/bg.jpg);
  background-size: cover;
}

.fb-capability {
  background-image: url(../images/fb-capability/bg.jpg);
  background-size: cover;
}

.fb-edge {
  background-image: url(../images/fb-edge/bg.jpg);
  background-size: cover;
}

.firebird {
  background-image: url(../images/gallery/bg.jpg);
  background-size: cover;
}

/* slick slider */
.slider-container {
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
}

.slider-container .slick-slide img {
  border: #f34105 2px solid;
}

.slick-slide {
  opacity: 0.5;
  transform: scale(0.8);
  transition: all 0.5s ease;
  padding: 0 10px;
}

.slick-center {
  opacity: 1 !important;
  transform: scale(1.1);
}

.slick-slide img {
  width: 100%;
  border-radius: 20px;
}

.slick-list {
  overflow: visible;
  /* allows partial visibility of side slides */
}

.slick-prev:before,
.slick-next:before {
  color: white;
  font-size: 30px;
}

/* Video */
.video-thumbnail {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border: 3px solid #ff3b00;
  border-radius: 16px;
  /* width: 606px; */
  /* height: 273px; */
  background-color: #000;
  cursor: pointer;
}

.video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
  transition: 0.3s ease;
}

.video-thumbnail:hover img {
  opacity: 1;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ff3b00;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.play-btn:hover {
  transform: translate(-50%, -50%) scale(1.15);
  box-shadow: 0 0 20px rgba(255, 59, 0, 0.6);
}

.play-btn::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 15px solid white;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  margin-left: 4px;
}

/* Make modal video responsive */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content-box {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 15px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  height: 100%;
  margin: 0 30px;
}

.content-box:hover {
  transform: translateY(-5px);
  background: rgba(0, 0, 0, 0.75);
}

.highlight {
  color: #ff4c00;
  font-weight: 700;
}

.read-more {
  color: #ff4c00;
  font-weight: 500;
  text-decoration: none;
}

.read-more:hover {
  text-decoration: underline;
}

.divider-line {
  position: absolute;
  top: 10%;
  bottom: 0%;
  left: 50%;
  width: 2px;
  background: linear-gradient(to bottom, transparent, #fff, transparent);
  transform: translateX(-50%);
}

.diamond {
  position: absolute;
  left: 50%;
  width: 12px;
  height: 12px;
  background: #ff4c00;
  transform: translateX(-50%) rotate(45deg);
}

.diamond.top {
  top: 50%;
}

.diamond.bottom {
  top: 70%;
}

/* image card section */

.firebird .img-card {
  border: 3px solid #ff4c00;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.firebird .img-card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(255, 76, 0, 0.4);
}

.firebird img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.navbar-toggler {
  color: #ff4c00;
}

.read-more-box {
  /* height: 100px; */
  transition: 0.3s;
}


.read-more-box:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.vertical-swiper {
  height: 300px;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

#serviceModal .modal-content {
  background-color:#000000 !important;
  color: #ffffff;
  border: 1px solid #ffffff4d;
}

#serviceModal .btn-close {
  background-image: url(../images/close.svg);
  opacity: 1;
}

#serviceModal .modal-header {
  border-bottom: 1px solid #ffffff4d;
}

.modal-designation {
  font-size: 12px;
    opacity: 0.8;
    margin-top: 8px;
    font-style: italic;
}

@media (max-width: 991px) {

  .divider-line,
  .diamond {
    display: none;
  }

  .navbar {
    background: rgba(5, 5, 6, 0.7) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  }

  .hero {
    padding-top: 100px !important;
  }

  .navbar-brand img {
    width: 120px;
  }

  /* .navbar-dark-bg {
    padding-top: 25px !important;
  } */

  .navbar-dark-bg .navbar-brand img {
    width: 100px;
  }

  .mt-n1 {
    margin-top: -10px;
  }

  .lead {
    font-size: 16px;
  }

  h2 {
    font-size: 28px;
  }

  .text-justify {
    text-align: center;
  }

  .firebird img {
    height: 220px;
    object-fit: cover;
  }

  section {
    padding: 40px 0;
  }

  .navbar-nav .nav-item a {
    font-size: 16px;
  }

  .vertical-swiper {
    height: auto;
  }

  .swiper-pagination {
    display: block !important;
    /* This would hide pagination */
  }

  .content-box {
    margin: 0 20px;
    padding: 20px 15px;
  }

}





.swiper-pagination {
  display: none;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ffffff;
  /* Adjust color as needed */
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #ff4c00;
  /* Adjust active bullet color */
}