.hero-section {
  height: 100vh;
  background-size: cover;
  position: relative;
  overflow: hidden;
  background-position: center;
  background: linear-gradient(
    to top,
    rgba(17, 17, 17, 0.6) 0%,
    rgba(17, 17, 17, 0.35) 50%,
    rgba(17, 17, 17, 0) 100%) !important;
  transition: background-image 0.8s ease-in-out;
}


.banner-img {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


/* PLAY BUTTON */
.hero-play {
  position: absolute;
  left: 130px;
  top: 91%;
  transform: translateY(-50%);
  z-index: 5;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.hero-play i {
  color: #000;
  font-size: 20px;
  margin-left: 2px;
  margin-top: 2px
}

/* RIGHT NAVIGATION */
.hero-nav {
  position: absolute;
  right: 170px;
  top: 90%;
  transform: translateY(-50%);
  z-index: 5;

  display: flex;
  align-items: center;
  gap: 154px;
}

.hero-nav i {
  color: #fff;
  cursor: pointer;
  font-size: 20px;
}

/* Positioning Owl Dots near hero-nav */
.banner .owl-dots {
  position: absolute;
  right: 200px;
  top: 87%;
  transform: translateY(-50%);
  display: flex;
  gap: 8px;
  z-index: 5;

  /* Cinematic Gradient */
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.65),
    rgba(0, 0, 0, 0),
  );
}

.banner .owl-dot span {
  height: 4px;
  width: 12px;
  background-color: rgba(255, 255, 255, 0.35);
  border-radius: 4px;
  display: block;
  transition: all 0.3s ease;
}

.banner .owl-dot.active span {
  width: 28px;
  background: #fff;
}

/* Hero Text */
.hero-content {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
}

.subtitle {
  font-family: "Ysabeau SC", sans-serif;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 30px;
  align-items: center;
  line-height: 100%;
}

.title {
  font-family: "Gallient";
  font-weight: 400;
  font-size: 132px;
  line-height: 100%;
  letter-spacing: 0%;
}

@font-face {
    font-family: "Gallient";
    src: url("../fonts/Gallient.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Social icons */
.social-icons {
  position: absolute;
  left: 130px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 14px;
  z-index: 2;
}

.social-icons a {
  color: white;
  font-size: 20px;
}




/* =====================
    Wildlife Categories  
======================== */

/* CATEGORY HERO (ISOLATED) */
.category-hero {
  position: relative;
  height: 120vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  isolation: isolate;
  overflow: hidden;

  transition: background-image 0.8s ease-in-out;
}

/* Soft dark overlay (cinematic) */
.category-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
      to top,
      rgba(17, 17, 17, 0.6) 0%,
      rgba(17, 17, 17, 0.35) 50%,
      rgba(17, 17, 17, 0) 100%) !important;
  z-index: 1;
}

/* ===============================
   TEXT OVERLAY
================================ */
.hero-overlay {
  position: absolute;
  left: 120px;
  bottom: 80px;
  z-index: 2;
  max-width: 1440px;
  max-height: 700px;
  color: #fff;
}

.hero-overlay h5 {
  font-size: 30px;
  font-weight: 500;
  font-family: "Ysabeau SC", sans-serif;
  letter-spacing: 0%;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 30px;
}

.hero-overlay h1 {
  font-family: "Gallient";
  font-size: 80px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0%;
  margin-bottom: 16px;
  color: #ffffff;
}

.hero-overlay p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #ffffff;
}

/* THUMB SLIDER */
.category-thumb-swiper {
  position: absolute;
  right: 0;
  bottom: 100px;
  width: 40%;
  z-index: 3;
}

.category-thumb-swiper .swiper-slide {
  position: relative;
  width: 180px;
  height: 290px;
  border-radius: 2px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.35s ease;
}

.swiper-slide {
  align-items: end;
}

.category-thumb-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Active thumbnail */
.category-thumb-swiper .swiper-slide-thumb-active {
  transform: scale(1.05);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.swiper-slide.swiper-slide-active {
  height: 350px;
}

/* Label on thumbnail */
.category-thumb-swiper .swiper-slide span {
  position: absolute;
  font-family: "Gallient";
  font-weight: 400;
  left: 70px;
  bottom: 10px;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0;
  color: #fff;
  z-index: 2;
}

/* Overlay on thumbnails */
.category-thumb-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
}

.category-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

/* Circle button */
.category-next,
.category-prev {
  width: 44px;
  height: 44px;
  /* border-radius: 50%; */
  background-color: transparent;

  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;
  transition: all 0.3s ease;
}

/* SVG size */
.category-next img,
.category-prev img {
  width: 39.45px;
  height: 39.45px;
}

/* Click feedback */
.category-next:active,
.category-prev:active {
  transform: scale(0.95);
}



/* ===============
    About Section
================== */


/* HERO SECTION */
.about-hero {
  position: relative;
  height: 98vh;
  width: 100%;
  background: url("../images/about.webp") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 8%;
}

/* Directional dark gradient overlay */
.about-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to left,
    rgba(17, 17, 17, 0.6) 30%,
    rgba(17, 17, 17, 0.35) 60%,
    rgba(17, 17, 17, 0) 100%
  );
}

/* CONTENT */
.about-content {
  position: relative;
  max-width: 700px;
  color: #ffffff;
  text-align: left;
  margin-top: 110px;
  z-index: 2;
}

/* HELLO TEXT */
.about-content h1 .small {
  display: block;
  font-family: "Ysabeau SC", sans-serif;
  font-size: 30px;
  letter-spacing: 0%;
  line-height: 100%;
  text-transform: uppercase;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 20px;
}

/* NAME */
.about-content h1 {
  font-family: "Gallient";
  font-size: 80px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

/* PARAGRAPH */
.about-content p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #FFFFFF;
  max-width: 100%;
}

.about-signature {
  width: 200px;
  height: 108px;
  top: 570px;
  left: 787px;
}


/* =============
      Blog
================*/

.blog-section {
  background: #0c0c0c;
  color: #fff;
  text-align: center;
  overflow: hidden;
  padding: 150px 0 100px;
  margin-top: -80px;
}

.blog-section,
.blog-slider-wrapper {
  overflow: visible;
}

.container {
  overflow: hidden;
}

.blog-header {
  text-align: center;
}

.blog-subtitle {
  display: block;
  font-size: 30px;
  font-family: "Ysabeau SC", sans-serif;
  font-weight: 500;
  letter-spacing: 0%;
  line-height: 100%;
  /* margin-top: -100px; */
  margin-bottom: 40px;
}

.blog-title {
  font-family: "Gallient";
  font-size: 80px;
  line-height: 1.1;
  letter-spacing: 0%;
  font-weight: 400;
  margin: 10px 0;
}

.blog-desc {
  max-width: 600px;
  margin: 0 auto 60px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0%;
  font-size: 16px;
}

/* Slider: Blog */

.centerSwiper {
  overflow: visible;
}

.centerSwiper .swiper-slide {

  width: 520px;
  height: 300px;
  overflow: hidden;
  margin-top: 30px;

  display: flex;
  align-items: center;
  justify-content: center;

  transform: scale(0.88);
  transition: transform 0.45s ease, opacity 0.45s ease;
}

/* Images behave like cards */
.centerSwiper .swiper-slide img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

/* Active (center) slide */
.centerSwiper .swiper-slide-active {
  transform: scale(1.35);
  z-index: 5;
}


/* Text overlay container */
.slide-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 26px 32px;

  /* gradient from left + bottom */
  background: linear-gradient(
    to top,
    rgba(17, 17, 17, 0.6) 0%,
    rgba(17, 17, 17, 0.35) 50%,
    rgba(17, 17, 17, 0) 100%) !important;
  color: #fff;

  text-align: left;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none;
}

/* Title */
.slide-content h3 {
  font-size: 15px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 100%;
  letter-spacing: 0%;
  max-width: 100%;
  /* keeps text on left */
}

/* Description */
.slide-content p {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  opacity: 0.85;
  margin: 0;
  max-width: 100%;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin-bottom: 10px;
}

/* Blog Nav */
.blog-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 80px;
}

/* Circle button */
/* SVG size */
.blog-next img,
.blog-prev img {
  width: 39.45px;
  height: 39.45px;
}

/* Click feedback */
.blog-next:active,
.blog-prev:active {
  transform: scale(0.95);
}

.swiper-slide-active .slide-content {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

