@import "https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css";
@import "https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick-theme.css";
body {
  font-family: "Inter", sans-serif !important;
  background: #000000 !important;
  color: #ffffff;
}
.ptb-100 {
  padding: 100px 0;
}
.video-banner {
  position: relative;
  height: 100vh;
  /* Full screen height */
  overflow: hidden;
}
.video-banner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Make sure video fills without distortion */
  object-position: bottom;
}
.four-zero-four-wrapper {
  background: #000000;
  text-align: center;
  color: #ffffff;
}
.four-zero-four-wrapper a {
  text-decoration: none;
  color: #ff5a5d;
  font-weight: 700;
}
.four-zero-four-text {
  color: #ffffff;
  text-align: center;
}
.featured-listview-style {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  margin-bottom: 80px;
}
.content {
  color: #ffffff;
}
.content p {
  color: #ffffff;
}
hr {
  color: #ffffff !important;
}
.featured-title a {
  font-size: 23px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 1.5rem;
  text-decoration: none;
}
.featured-title a:hover {
  color: #ff5a5d;
}
.featured-image-style {
  flex: 0 0 40%;
  max-width: 40%;
}
.featured-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured-content-style {
  flex: 1 0 60%;
}
.sidebar-menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100vh;
  background: rgba(0, 0, 0, 0.98);
  box-shadow: -2px 0 16px rgba(0, 0, 0, 0.12);
  z-index: 2000;
  transition: right 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
  display: flex;
  flex-direction: column;
  padding: 2rem 1.5rem 1.5rem 1.5rem;
}
.sidebar-menu.open {
  right: 0;
}
.sidebar-close {
  background: none;
  border: none;
  color: #fff;
  font-size: 2.2rem;
  position: absolute;
  top: 18px;
  right: 18px;
  cursor: pointer;
  z-index: 2010;
}
.sidebar-nav {
  list-style: none;
  padding: 0;
  margin: 60px 0 0 0;
}
.sidebar-nav li {
  margin-bottom: 1.5rem;
}
.sidebar-nav a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 2px;
  transition: color 0.2s;
  text-transform: uppercase;
}
.sidebar-nav a:hover {
  color: #ffffff;
}
.sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1999;
  display: none;
}
.menu-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.header.absolute-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  box-shadow: none;
  z-index: 1030;
}
.home-page {
  background-image: url("../images/BG-min.jpg");
  cursor: pointer;
  height: 61.25rem;
  height: 100vh;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  width: 100%;
}
.home-page::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/top.png") top center repeat-x;
  z-index: 3;
  pointer-events: none;
}
.home-page::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bottom.png") bottom center repeat-x;
  z-index: 3;
  pointer-events: none;
}
.home-page .layer1 {
  position: absolute;
  top: 26%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-page .layer2 {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
}
.home-page .layer2 img {
  width: 260px;
  height: auto;
}
.home-page .img-player {
  max-width: 200px;
  height: auto;
  display: block;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
.home-page .layer4 {
  position: absolute;
  bottom: 19%;
  left: 29%;
  z-index: 2;
}
.home-page .layer5 {
  position: absolute;
  bottom: 15%;
  left: 48%;
}
.home-page .layer6 {
  position: absolute;
  bottom: 0;
  left: 35%;
  z-index: 3;
}
.home-page .layer7 {
  position: absolute;
  bottom: 19.5%;
  left: 56%;
  z-index: 2;
}
.home-page .layer8 {
  position: absolute;
  bottom: 19%;
  left: 62.5%;
}
.home-page .layer9 {
  position: absolute;
  bottom: 18%;
  left: 22%;
}
.home-page .layer3 {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.page-title {
  color: #fff;
  text-transform: uppercase;
  opacity: 0.8;
  font-size: 70px;
  font-weight: 900;
  letter-spacing: 14px;
  width: 100%;
}
.footer-input-group {
  border: 1px solid #ff5a5d;
  max-width: 560px;
  margin: 0 auto;
}
.footer-input-group .footer-email {
  border: none;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  color: #fff !important;
}
.footer-input-group .footer-email::placeholder {
  color: #fff;
  opacity: 1;
}
#my-form-status {
  color: #4caf50;
  margin: 5px 0;
}
.mt-50 {
  margin-top: 50px;
}
.no-found {
  color: #fff;
}
.social-menu {
  position: absolute;
  bottom: 100px;
}
.social-menu h3 {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
}
.social-menu .footer-social {
  justify-content: start !important;
  gap: 5px !important;
}
.social-menu img {
  width: 24px !important;
  height: 20px !important;
}
.footer-follow {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3px;
}
.view-all-articles-link,
.signup-btn {
  display: inline-block;
  background: #ff5a5d;
  color: #fff;
  padding: 0.3em 0.8em;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s;
  font-size: 0.9rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.view-all-articles-link:hover,
.signup-btn:hover {
  background: #ff272b;
  color: #fff;
}
.view-all-articles-link .arrow,
.signup-btn .arrow {
  height: 1.5em;
  vertical-align: middle;
  margin-left: 0.2em;
  display: inline-block;
}
.title-wrapper {
  text-align: center;
  margin-bottom: 2.5rem;
}
.small-heading {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 600;
  color: #ff5a5d;
  letter-spacing: 2px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.circle {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ff5a5d;
  margin-right: 8px;
  vertical-align: middle;
}
.section-title {
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
}
.media-card {
  border: none !important;
  overflow: hidden;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  min-height: 380px;
  height: 100%;
  width: 100%;
}
.media-card .card-img-top {
  border-radius: 0;
  height: 220px;
  object-fit: cover;
  background: rgba(0, 0, 0, 0.08);
  width: 100%;
  display: block;
}
.media-card .card-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
.media-card .media-meta {
  font-weight: 600;
  letter-spacing: 1px;
  color: #ff5a5d;
}
.media-card .card-title {
  font-size: 18px;
  font-weight: 400;
}
.media-card .card-title .media-title {
  color: #000000;
  text-decoration: none;
}
.media-card .card-title .media-title:hover {
  color: #ff5a5d;
}
.media-card .media-link {
  display: inline-block;
  margin-top: 0.5rem;
  color: #ff5a5d;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  transition: color 0.2s;
}
.media-card .media-link:hover {
  color: #000000;
  text-decoration: underline;
}
.form-control:focus {
  box-shadow: none !important;
  border-color: #ff5a5d !important;
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .media-card {
    min-height: 320px;
  }
  .media-card .card-img-top {
    height: 200px;
  }
  .footer-arrow-icon,
  .footer-social img {
    width: 24px;
  }
  .footer-follow {
    font-size: 15px;
    letter-spacing: 2px;
  }
  .slick-custom-arrow {
    width: 34px !important;
    height: 34px !important;
    font-size: 1rem !important;
  }
  .news-wrapper {
    padding: 40px 0 !important;
  }
  .page-header {
    height: 260px;
  }
  .featured-listview-style {
    flex-direction: column !important;
  }
}
.slick-custom-arrow {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  background: #ff5a5d;
  border: 2px solid #000000;
  color: #ffffff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  border: none;
}
.slick-custom-arrow:hover {
  background: #000000;
  color: #fff;
  border-color: #ff5a5d;
}
.slick-custom-prev {
  left: 0px;
}
.slick-custom-next {
  right: 0px;
}
@media (max-width: 991px) {
  .tour-highlights-slider-wrapper {
    text-align: center;
  }
}
.tour-highlights-slider-wrapper {
  overflow-x: clip;
  overflow-y: visible;
  margin-right: -3vw;
  width: 100%;
  position: relative;
}
.tour-highlights-slider .slick-list {
  padding-right: 10vw !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.tour-highlights-slider .slick-slide {
  padding: 0 12px;
  transition: transform 0.3s;
}
.tour-highlights-slider .slick-slide:not(.slick-active) {
  opacity: 0.7;
}
.tour-highlights-slider .slick-arrow {
  background: #000000;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  z-index: 2;
}
.tour-highlights-slider .slick-arrow:before {
  color: #fff;
  font-size: 22px;
}
.tour-highlights-slider .slick-dots {
  bottom: -32px;
}
.tour-highlights-slider .slick-dots li button:before {
  color: #000000;
  font-size: 12px;
}
.news-wrapper {
  padding: 80px 0;
}
.quick-news-wrapper {
  padding: 80px 0 50px 0;
}
.news-details-page {
  padding: 150px 0 20px 0;
}
.news-details-page .title-wrapper {
  text-align: left;
}
.news-details-page .section-title {
  text-align: left;
  text-transform: initial;
  font-weight: 500;
  letter-spacing: normal;
}
.page-header {
  height: 300px;
  display: flex;
  align-items: end;
  justify-content: flex-start;
}
.page-header .title-wrapper {
  text-align: left;
}
.page-header .section-title {
  text-align: left;
}
.footer-copyright {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
.news-details-page .container {
  max-width: 900px;
}
@media (max-width: 991px) {
  .tour-highlights-slider-wrapper {
    margin-right: 0;
  }
  .tour-highlights-slider .slick-list {
    padding-right: 0 !important;
  }
}
.header {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  padding: 0.5rem 0;
}
.navbar {
  padding: 0;
}
.navbar .navbar-nav .nav-link {
  font-weight: 500;
  color: #000000;
}
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link:hover {
  color: #000000;
  border-bottom: 2px solid #ff5a5d;
  background: transparent;
}
.navbar-brand img {
  height: 48px;
}
.card {
  border-radius: 0 !important;
  overflow: hidden;
  border: none;
  transition: transform 0.2s;
}
.card .card-img-top {
  height: 220px;
  object-fit: cover;
  background: #eee;
}
.card .card-title {
  color: #000000;
  font-weight: 600;
}
.card .btn {
  margin-top: 0.5rem;
}
.footer {
  background: #000000;
  color: #fff;
  padding: 2rem 0 1rem 0;
  text-align: center;
  font-size: 0.95rem;
}
.footer a {
  color: #fff;
  opacity: 0.8;
}
.footer a:hover {
  opacity: 1;
  color: #ff5a5d;
}
.footer-social {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.footer-social img {
  height: 28px;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.gallery .img-thumbnail {
  max-width: 180px;
  border: 2px solid #000000;
  background: #fff;
}
@media (max-width: 991px) {
  .hero .container {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .desktop {
    display: none;
  }
  .navbar-brand img {
    height: 36px;
  }
  .featured-image-style {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .featured-title a {
    font-size: 20px;
  }
  .featured-description {
    display: none;
  }
  .header {
    padding: 5px 15px;
  }
  .card .card-img-top {
    height: 180px;
  }
  .view-all-articles-link,
  .signup-btn {
    padding: 0.3em 0.6em;
    font-size: 0.7rem;
    letter-spacing: 0px;
  }
  .section-title {
    font-size: 1.5rem;
  }
  .small-heading {
    font-size: 0.9rem;
    letter-spacing: 1px;
  }
  .circle {
    width: 10px;
    height: 10px;
    margin-right: 4px;
  }
  .quick-news-wrapper {
    padding: 50px 0;
  }
  .home-page::after {
    bottom: 0;
  }
  .home-page {
    height: 90vh;
    background-image: url("../images/MOBILE_BANNER.webp");
  }
  .home-page .layer1 {
    top: 30%;
  }
  .home-page .layer2 {
    bottom: 52px;
  }
  .home-page .layer2 img {
    width: 140px;
    height: auto;
  }
  .home-page .img-player {
    max-width: 140px;
    height: auto;
  }
  .home-page .layer4 {
    bottom: 19%;
    left: 8%;
  }
  .home-page .layer5 {
    bottom: 24%;
    left: 45%;
  }
  .home-page .layer6 {
    bottom: 16%;
    left: 20%;
  }
  .home-page .layer7 {
    bottom: 28%;
    left: 62%;
    z-index: 0;
  }
  .home-page .layer8 {
    bottom: 22%;
    left: 58%;
  }
  .home-page .layer9 {
    bottom: 32%;
    left: 4%;
  }
  .home-page .layer3 {
    bottom: 35px;
    left: auto;
    right: auto;
    transform: translateX(0%);
    width: 100%;
    color: #fff;
    font-size: 12px;
    padding: 0 15px;
  }
  .page-title {
    font-size: 36px;
    width: 100%;
    letter-spacing: 3px;
  }
  .social-menu h3 {
    font-size: 12px;
  }
  .video-banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .video-banner {
    height: 95vh;
    /* Adjusted for mobile */
  }
}
@media screen and (max-width: 576px) {
  .section-title {
    font-size: 1.2rem;
  }
  .small-heading {
    font-size: 0.8rem;
    letter-spacing: 1px;
  }
}
