/* Importing Google fonts - Poppins*/
@import url('https://fonts.googleapis.com/css2?family=Miniver&family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');

/* ============== GLOBAL ============== */
* { margin: 0; padding: 0; box-sizing: border-box; font-family: Arial, sans-serif; }
body { color: #fff; line-height: 1.6; }

/* Make anchor jumps account for fixed navbar height */
section { scroll-margin-top: 80px; }



/* ============== NAVBAR ============== */
nav {
  position: fixed; top: 0; left: 0; width: 100%;
  background: transparent; transition: background 0.4s ease;
  padding: 22px 24px; display: flex; align-items: center; justify-content: space-between;
  z-index: 1000;
}
nav.scrolled { background: rgba(0,0,0,0.9); }
nav .logo { font-size: 1.4rem; font-weight: bold;background-color: #08070749;border-radius: 10px; }
nav ul { list-style: none; display: flex; gap: 18px; }
nav a { color: #fff; text-decoration: none; font-weight: 700; padding: 8px 10px; border-radius: 6px; transition: background .25s; }
nav a:hover, nav a.active { background: #ff9800; }

/* Hamburger */
.hamburger { display: none; background: transparent; border: 0; cursor: pointer; gap: 5px; flex-direction: column; }
.hamburger span { width: 26px; height: 3px; background: #fff; border-radius: 2px; display: block; }

@media (max-width: 768px) {
  nav ul {
    position: absolute; right: 16px; top: 64px; width: 220px;
    background: rgba(0,0,0,0.95); border-radius: 10px; padding: 12px 0;
    flex-direction: column; display: none; text-align: center;
  }
  nav ul.show { display: flex; }
  .hamburger { display: flex; }
}



/* ============== SECTIONS / PARALLAX ============== */
section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* padding: 10px 20px 10px; */
  position: relative;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  background-attachment: fixed;
}

 
/* section::before {
  content: ""; position: absolute; inset: 0; background: rgba(0,0,0,0.4); z-index: 0;
} */
.parallax-content { 
  position: relative;
  z-index: 2;
  transform: translateY(0);
  opacity: 1; 
  filter: blur(0);
  transition: transform .2s linear, opacity .3s ease, filter .3s ease;  
}
.parallax-content::after {
  content: "";
  position: absolute; inset: 0;
  /* background: linear-gradient(to bottom, rgba(11,16,32,.6), rgba(11,16,32,.3) 50%, rgba(11,16,32,.7)); */
  z-index: 0;
}
.parallax-content > * { position: relative; z-index: 1; }


/* Section backgrounds */
#hero         { background-image: url("images/Bkgrd7.jpg"); }
#aboutUs      { background-image: url("images/Bkgrd2.jpg"); }
#gallery      { background-image: linear-gradient(#faebd763,rgb(69, 67, 67));}
/* #gallery      { background-image: url(""); } */
#contact      { background-image: url("images/Bkgrd5.jpg"); }

@media (max-width: 768px) {
  #hero, 
  #aboutUs, 
  #gallery, 
  #contact {
    background-attachment: scroll; /* fallback for mobile */
  }
}
/* #hero         { background-image: url("https://picsum.photos/1920/1080?random=1"); }
#aboutUs      { background-image: url("https://picsum.photos/1920/1080?random=2"); }
#gallery      { background-image: url("https://picsum.photos/1920/1080?random=3"); }
#contact      { background-image: url("https://picsum.photos/1920/1080?random=4"); } */

/* Headings & text */
h1, h2 { font-size: 2.4rem; 
    margin-bottom: 18px; 
    font-family: "Source Serif 4","Roboto",sans serif;
    color: #f6f7f3;
}
p { max-width: 90vw; 
    font-size: 2rem; 
    margin: 0 auto;
    text-align: left;
    letter-spacing: 0.3rem;
    line-height: 1.5rem;
    font-family: "Source Serif 4","Roboto", sans serif;
    font-weight: 1px;
    
}
p::first-letter{
  font-size: 40px;
  font-weight: 400;
}

 .blur-bg {
  display: inline-block;             /* shrink background to text width */
  padding: 0.5rem 1rem;              /* some spacing */
  background: rgba(17, 3, 3, 0.657); /* semi-transparent grey */
  border-radius: 8px;                /* rounded corners (optional) */
  backdrop-filter: blur(10px);        /* frosted glass blur effect */
  -webkit-backdrop-filter: blur(6px);/* Safari support */
  color: white;                      /* white text for contrast */
}

.blur-bg1 {
  display: inline-block;             /* shrink background to text width */
  padding: 0.5rem 1rem;              /* some spacing */
  background: rgba(17, 3, 3, 0.657); /* semi-transparent grey */
  border-radius: 8px;                /* rounded corners (optional) */
  backdrop-filter: blur(10px);        /* frosted glass blur effect */
  -webkit-backdrop-filter: blur(6px);/* Safari support */
  color: white;                      /* white text for contrast */
  line-height: 2.5rem;
  font-size: 1.3rem;
}
/* ---Responsive style ----- */
@media (max-width: 768px) {
  p { max-width: 90vw; 
    font-size: 0.9rem; 
    margin: 0 auto;
    text-align: left;
    letter-spacing: 0.1rem;
    line-height: 1.rem;
    font-family: "Source Serif 4","Roboto", sans serif;
    font-weight: 1px;
    
}
h1, h2 { 
  font-size: 1.4rem; 
  margin-top: 30px;
  margin-bottom: 10px; 
  font-family: "Source Serif 4","Roboto", sans serif;
}
.blur-bg1 {
  display: inline-block;             /* shrink background to text width */
  padding: 0.5rem 1rem;              /* some spacing */
  background: rgba(17, 3, 3, 0.242); /* semi-transparent grey */
  border-radius: 8px;                /* rounded corners (optional) */
  backdrop-filter: blur(10px);        /* frosted glass blur effect */
  -webkit-backdrop-filter: blur(6px);/* Safari support */
  color: white;                      /* white text for contrast */
  line-height: 1.5rem;
  font-size: 1rem;
}

.blur-bg {
  display: inline-block;             /* shrink background to text width */
  padding: 0.5rem 1rem;              /* some spacing */
  background: rgba(17, 3, 3, 0.657); /* semi-transparent grey */
  border-radius: 8px;                /* rounded corners (optional) */
  backdrop-filter: blur(10px);        /* frosted glass blur effect */
  -webkit-backdrop-filter: blur(6px);/* Safari support */
  color: white;                      /* white text for contrast */
  font-size: 1 rem;
  text-align: center;
}
}
@media only screen and (max-device-width: 900px) and (orientation: landscape){
  p { max-width: 90vw; 
    font-size: 0.9rem; 
    margin: 0 auto;
    text-align: left;
    letter-spacing: 0.1rem;
    line-height: 1.rem;
    font-family: "Source Serif 4","Roboto", sans serif;
    font-weight: 1px;
    
}
h1, h2 { 
  font-size: 1.4rem; 
  margin-top: 30px;
  margin-bottom: 10px; 
  font-family: "Source Serif 4","Roboto", sans serif;
}
.blur-bg1 {
  display: inline-block;             /* shrink background to text width */
  padding: 0.5rem 1rem;              /* some spacing */
  background: rgba(17, 3, 3, 0.242); /* semi-transparent grey */
  border-radius: 8px;                /* rounded corners (optional) */
  backdrop-filter: blur(10px);        /* frosted glass blur effect */
  -webkit-backdrop-filter: blur(6px);/* Safari support */
  color: white;                      /* white text for contrast */
  line-height: 1.5rem;
  font-size: 1rem;
}

.blur-bg {
  display: inline-block;             /* shrink background to text width */
  padding: 0.5rem 1rem;              /* some spacing */
  background: rgba(17, 3, 3, 0.657); /* semi-transparent grey */
  border-radius: 8px;                /* rounded corners (optional) */
  backdrop-filter: blur(10px);        /* frosted glass blur effect */
  -webkit-backdrop-filter: blur(6px);/* Safari support */
  color: white;                      /* white text for contrast */
  font-size: 1 rem;
  text-align: center;

}


}


/* ============== GALLERY (SWIPER) ============== */
#gallery .parallax-content { width: 100%; min-height: 75%;  display: flex; flex-direction: column; gap: 24px; align-items: center; }
.swiper { width: 92%; max-width: 1200px; }
.swiper-slide { 
    display: flex; 
    align-items: center; 
    justify-content: center; }
.swiper-slide img {
  width: 100%; 
  height: auto; 
  border-radius: 12px;
  box-shadow: 0 6px 14px rgba(0,0,0,0.45); 
  transition: transform .3s ease;
}
.swiper-slide img:hover { transform: scale(1.03); }

/* .swiper-slide-video{
    width: 50vw;
    height: 50vh;
} */

/* ===== Hover Overlay Text ===== */
.swiper-slide {
  position: relative; /* required for overlay positioning */
  cursor: pointer;
}

.swiper-slide::after {
  content: "Click to Enlarge";
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 6px 12px;
  border-radius: 5px;
  font-size: 0.9rem;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none; /* don't block clicks */
}

.swiper-slide:hover::after {
  opacity: 1;
}
/* ============== LIGHTBOX ============== */
.lightbox {
  position: fixed;
  top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none; align-items: center; justify-content: center;
  z-index: 2000;
}
.lightbox img {
  width: 85vw;          /* 95% of viewport width */
  height: 85vh;         /* 95% of viewport height */
  object-fit: contain;  /* maintain aspect ratio */
  border-radius: 10px; 
  box-shadow: 0 6px 16px rgba(0,0,0,0.6);
  animation: zoomIn 0.3s ease;
}
.lightbox-close {
  position: absolute; top: 10px; right: 30px;
  font-size: 2rem; background: transparent; border: none; color: #fff;
  cursor: pointer; transition: transform 0.2s ease;
}
.lightbox-close:hover { transform: scale(1.2); }

@keyframes zoomIn {
  from { transform: scale(0.8); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

/* Lightbox navigation buttons */
.lightbox-prev,
.lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  background: rgba(0,0,0,0.5);
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 5px;
}

.lightbox-prev { left: 20px; }
.lightbox-next { right: 20px; }

.lightbox-prev:hover,
.lightbox-next:hover {
  background: rgba(0,0,0,0.8);
}

/* ============== CONTACT FORM ============== */
form {
  /* width: 320px;  */
  min-width: 45vw;
  background: rgba(0,0,0,0.6); padding: 18px; border-radius: 12px;
  display: flex; flex-direction: column; gap: 30px;
}
form input, form textarea {
  padding: 12px; border: none; border-radius: 8px; outline: none; font-size: 1rem;
}
form textarea { min-height: 120px; resize: vertical; }
form button {
  background: #ff9800; color: #fff; border: none; border-radius: 8px; padding: 12px;
  font-weight: 700; cursor: pointer; transition: background .25s;
}
form button:hover { background: #e68900; }

/* ============== ENTRANCE ANIMATIONS ============== */
.hidden { opacity: 0; transition: all .8s ease-out; }
.show { opacity: 1; transform: translate(0,0) scale(1); }
.fade-up    { transform: translateY(50px); }
.fade-left  { transform: translateX(-50px); }
.fade-right { transform: translateX(50px); }
.zoom-in    { transform: scale(.85); }
.fade-up.show, .fade-left.show, .fade-right.show, .zoom-in.show { transform: translate(0,0) scale(1); }


/* Video Section */
.video-section {
  position: relative;
  max-height: 100vh;
  /* background-image: linear-gradient(#faebd763,rgb(69, 67, 67)); */
  /* background-color: #faebd763; */
  /* background: url("") center/cover no-repeat fixed; */
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}

.video-section video {
  width: 100%;
  height: auto;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.video-section video:hover {
  transform: scale(1.05);
}

/* Video Lightbox */
.video-lightbox {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.9);
  justify-content: center;
  align-items: center;
  z-index: 2000;
}

.video-lightbox video {
  width: 90vw;      /* 95% of viewport width */
  height: 90vh;     /* 95% of viewport height */
  object-fit: contain; /* keeps aspect ratio */
  border-radius: 10px;
}

.video-lightbox .video-close {
  position: absolute;
  top: 20px; right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}
/* Responsive Adjustments */
@media (max-width: 1024px) {
  .video-section video{
    max-width: 90vw;
    max-height: 60vh;
  }
}
@media (max-width: 768px) {
  .video-section video{
    max-width: 90vw;
    max-height: 70vh;
  }
}
.video-lightbox video {
  width: 90vw;      /* 95% of viewport width */
  height:75vh;     /* 95% of viewport height */
  object-fit: contain; /* keeps aspect ratio */
  border-radius: 10px;
}
/* Responsive: keep button visible on small screens */
@media (max-width: 600px) {
  .video-lightbox .close-btn {
    top: 10px;
    right: 10px;
    font-size: 1.5rem;
    padding: 4px 8px;
  }
}
/* Responsive adjustments */
/* @media (max-width: 600px) {
 .swiper-button-next-video,
 .swiper-button-prev-video {
    font-size: 2.5rem;   
    padding: 6px;
    left: 10px;        
    right: 10px;
    z-index: 10;
  }
} */


/* ---------- Rotating Image (Hero Section) ---------- */
.hero-image-wrapper {
  position: absolute;
  top: 15%;
  right: 5%;
  width: 180px;
  height: 180px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;  /* so it won’t block hero clicks */
}

.hero-rotating-image {
  width: 80%;
  height: 80%;
  border-radius: 50%;          /* circular like a globe */
  object-fit: cover;           /* keeps aspect ratio */
  animation: rotate-axis 20s linear infinite;
  box-shadow: 0 8px 20px rgba(0,0,0,0.4);
  opacity: 0.5;
}

/* Pause rotation on hover */
.hero-rotating-image:hover {
  animation-play-state: paused;
}

/* Earth-like rotation */
@keyframes rotate-axis {
  from { transform: rotateY(0deg); }
  to   { transform: rotateY(360deg); }
}

/* Responsiveness */
@media (max-width: 1100px) {
  .hero-image-wrapper { width: 140px; height: 140px; }
}
@media (max-width: 768px) {
  .hero-image-wrapper { width: 110px; height: 110px; }
}
@media (max-width: 480px) {
  .hero-image-wrapper { display: none; } /* hide on very small screens */
}

/* About Us Section */
.about-section {
  position: relative;
  padding: 50px 20px 80px; /* bottom padding for marquee */
}

/* Horizontal marquee at bottom */
.country-marquee-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  background: transparent;
  padding: 10px 0;
}

.country-marquee {
  display: flex;
  gap: 40px;
  white-space: nowrap;
  font-weight: 600;
  font-size: 1.5rem;
  color: #fffdfd;
  will-change: transform; /* performance */
}

/* Pause on hover */
.country-marquee-wrapper:hover .country-marquee {
  animation-play-state: paused;
}

/* Responsive text */
@media (max-width: 768px) {
  .country-marquee {
    font-size: 0.9rem;
    gap: 20px;
  }
}
.hero-text-fade {
  position: absolute;
  top: 70px;       /* adjust distance from top */
  left: 20px;      /* adjust distance from left */
  font-size: 1rem; /* adjust size */
  font-weight: bold;
  color: #e05421;     /* adjust color */
  opacity: 0;
  animation: fadeInOut 3s ease-in-out infinite;
  z-index: 10;
  background-color: #f6f7f3 ;
  border-radius: 5px;
}

/* Fade-in fade-out animation */
@keyframes fadeInOut {
  0%   { opacity: 0; }
  25%  { opacity: 1; }
  75%  { opacity: 1; }
  100% { opacity: 0; }
}

/* Responsive */
@media (max-width: 768px) {
  .hero-text-fade {
    font-size: 0.9rem;
    top: 70px;
    left: 15px;
  }
}
@media (max-width: 480px) {
  .hero-text-fade {
    font-size: 0.7rem;
    top: 70px;
    left: 20px;
  }
}
.site-footer {
  text-align: center;
  padding: 15px 0;
  background-color: #111; /* or match your site's theme */
  color: #fff;
  font-size: 0.9rem;
  position: relative;
  bottom: 0;
  width: 100%;
  border-radius: 10px;
}

/* Responsive font size */
@media (max-width: 768px) {
  .site-footer {
    font-size: 0.8rem;
  }
}
.lightbox-caption {
  text-align: center;
  color: #fff;
  font-size: 1rem;
  margin-top: 10px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-style: italic;
}



/* ////// START OF THE SCRIPTS FOR VIDEO GALLERY CAROUSEL /////// */

.video-section {
  padding: 60px 10px;
  text-align: center;
  /* background-image: linear-gradient(#faebd763,rgb(69, 67, 67)); */
  color: #fff;
}

.video-container {
  position: relative;
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
}

.video-track {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease;
}

.video-slide {
  flex: 0 0 100%; /* Default: 1 video per screen (mobile) */
  border-radius: 10px;
  overflow: hidden;
}

.video-slide video {
  width: 100%;
  border-radius: 10px;
  cursor: pointer;
}

/* Responsive */
@media (min-width: 600px) {
  .video-slide { flex: 0 0 calc((100% - 20px) / 2); } /* 2 per tablet */
}
@media (min-width: 900px) {
  .video-slide { flex: 0 0 calc((100% - 40px) / 3); } /* 3 per desktop */
}

/* Navigation buttons */
.video-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.6);
  border: none;
  color: #fff;
  font-size: 2rem;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}

.video-btn.prev { left: 10px; }
.video-btn.next { right: 10px; }

/* Mobile-specific smaller buttons */
@media (max-width: 600px) {
  .video-btn {
    font-size: 1.4rem;
    padding: 6px;
  }
}

/* Lightbox */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.9);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.lightbox video {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
}

.lightbox-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.3);
  border: none;
  color: #fff;
  font-size: 2rem;
  padding: 8px;
  border-radius: 50%;
  cursor: pointer;
}

.lightbox-btn.prev { left: 5%; }
.lightbox-btn.next { right: 5%; }

.lightbox .close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
}
/* ////// END OF THE SCRIPTS FOR VIDEO GALLERY CAROUSEL /////// */


    .carousel-container {
      position: relative;
      width: 100vw;
      overflow: hidden;
    }

    .carousel {
      display: flex;
      transition: transform 0.5s ease;
      gap: 20px;
      padding: 10px;
    }

    .carousel-item {
      flex: 0 0 100%;
      border-radius: 10px;
      overflow: hidden;
      cursor: pointer;
    }

    .carousel-item img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 10px;
      transition: transform 0.3s ease;
    }

    .carousel-item img:hover {
      transform: scale(1.05);
    }

    /* Navigation buttons */
    .nav-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(0,0,0,0.6);
      color: #fff;
      border: none;
      font-size: 2rem;
      padding: 10px 15px;
      cursor: pointer;
      z-index: 10;
      border-radius: 50%;
    }

    .nav-btn.left { left: 10px; }
    .nav-btn.right { right: 10px; }

    /* Lightbox styles */
    .lightbox1 {
      display: none;
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.9);
      z-index: 1000;
      justify-content: center;
      align-items: center;
    }

    .lightbox1 iframe {
      width: 90%;
      height: 90%;
      border: none;
      border-radius: 10px;
      background: #000;
    }

    .lightbox1 .close {
      position: absolute;
      top: 20px;
      right: 30px;
      font-size: 2rem;
      color: #fff;
      cursor: pointer;
      z-index: 1001;
    }

    /* Responsive breakpoints */
    @media (min-width: 768px) {
      .carousel-item {
        flex: 0 0 calc(50% - 20px);
      }
    }

    @media (min-width: 1024px) {
      .carousel-item {
        flex: 0 0 calc(33.333% - 20px);
      }
    }
  