@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body, html {
    overflow-x: hidden;
}

.header-for-navbar{
    margin-bottom: 130px;

}

btn:hover{
    padding: 15px 30px; 
    font-size: large;
}

.max-w-md.mx-auto.bg-white.p-6.rounded.shadow-md.login {
    text-align: center;
    margin-top: 5rem;
}
.w-full.max-w-md.bg-white.p-6.rounded-lg.shadow-lg.register {
    text-align: center;
    margin-top: 5rem;
}

/* Hero container style */
.hero-container {
  position: relative;
  width: 100%;
  height: 100vh; /* Full viewport height */
  overflow: hidden; /* Hide excess content if needed */
}

/* YouTube Player styling */
#ytPlayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;  /* Full width */
  height: 100vh; /* Full height */
  z-index: -1;
  object-fit: cover;
}
#ytPlayer iframe {
  width: 100vw !important;
  height: 100vh !important;
  object-fit: cover;
}

/* Volume toggle button styling */
.volume-button {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  padding: 10px;
  border-radius: 50%;
  color: white;
  font-size: 20px;
  cursor: pointer;
}

/* Adjusting for tablets and mobile devices */
@media (max-width: 768px) {
  /* For tablets: Maintain a 16:9 aspect ratio for the video */
  .hero-container {
    height: 56.25vw;  /* Height based on the width, maintaining 16:9 aspect ratio */
  }

  #ytPlayer {
    height: 100%;  /* Ensures the YouTube player fills the hero container */
  }

  /* Volume button position for mobile */
  .volume-button {
    bottom: 15px;
    right: 15px;
  }
}

@media (max-width: 480px) {
  /* For smaller mobile screens like iPhone 6s Plus: Further optimize the video player */
  .hero-container {
    height: 60vh;  /* Slightly reduced height on small mobile devices */
  }

  #ytPlayer {
    height: 100%; /* Ensures the player takes the entire height */
  }

  /* Volume button for very small screens */
  .volume-button {
    bottom: 10px;
    right: 10px;
    font-size: 18px; /* Adjust the font size for small screens */
  }
}

/* Specifically for iPhone 6s Plus */
@media (max-width: 414px) and (max-height: 736px) {
  .hero-container {
    height: 60vh;  /* Adjusted height for the iPhone 6s Plus */
  }

  #ytPlayer {
    height: 100%; /* Ensures the player takes up the full container height */
  }

  .volume-button {
    bottom: 10px;
    right: 10px;
    font-size: 18px;  /* Smaller font size for the button */
  }
}

/* General responsive logo */
img[src*="logo.webp"] {
  width: 100%; /* Ensures the logo will scale within its container */
  max-width: 420px; /* Limit max size for large screens */
  height: auto; /* Maintain aspect ratio */
}

/* Adjust logo size on tablet devices */
@media (max-width: 768px) {
  img[src*="logo.webp"] {
    max-width: 200px; /* Slightly smaller for tablets */
  }
}

/* Adjust logo size on mobile devices */
@media (max-width: 480px) {
  img[src*="logo.webp"] {
    max-width: 150px; /* Further reduce size for mobile screens */
  }
}


.hero-logo-only {
  position: absolute;
  top: 20vh;
  left: 10vw;
  background: rgba(146, 145, 145, 0.1);
  padding: 2rem;
  border-radius: 1rem;
  max-width: 80vw;
  box-sizing: border-box;
  font-size: 1rem;
}

/* Tablet adjustments */
@media (max-width: 768px) {
  .hero-logo-only {
    top: 15vh;
    left: 5vw;
    padding: 1.5rem;
    font-size: 0.95rem;
    max-width: 90vw;
  }
}

/* Smartphone adjustments */
@media (max-width: 480px) {
  .hero-logo-only {
    top: 10vh;
    left: 2vw;
    padding: 1rem;
    font-size: 0.85rem;
    max-width: 96vw;
  }
}

.hero-text {
  text-align: left;
}



/* Heading */
.hero-text h1 {
    font-size: 5rem;
    font-weight: bold;
}

/* Subtitle */
.hero-text p {
    font-size: 1.5rem;
    margin-top: -1rem;
}

p.sub-text {
    font-size: 0.8rem;
}
.volume-button {
    position: absolute;
    bottom: 3rem;
    left: 20px;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: white;
    font-size: 20px;
}

.volume-button:hover {
    background: rgba(0, 0, 0, 0.7);
}
/*.slider-text {
    position: absolute;
    bottom: 10%;
    left: 10%;
    color: white;
    text-align: left;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px; 
    max-width: 80%;
}*/

.slider-text h3 {
    font-size: 3rem;
    font-weight: bold;
}
.slider-heading {
    text-align: center;
    font-family: "Roboto", sans-serif;
  /*  background-image: url(../img/deco-minsa-01.svg);
    background-position: center top;
    background-repeat: no-repeat;
    padding: 40px 0 0 0;*/
    font-size: 45px;
  /*  margin: 0 0 20px 0;*/
}

.roboto-slider {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
  }
  .full-width-slider {
    width: 98vw; /* Viewport width for true full width */
    height: 100vh; /* Full screen height */
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

/* Ensure Bootstrap does NOT limit width */
.full-width-slider .carousel,
.full-width-slider .carousel-inner,
.full-width-slider .carousel-item {
    width: 100vw;
    height: 100vh;
}

/* Ensure images fully cover the screen */
.full-width-slider .carousel-item img {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

.carousel-caption {
    position: absolute;
    bottom: 20%;
    background: rgba(0, 0, 0, 0.5); /* Transparent background for better text visibility */
    padding: 15px;
    border-radius: 5px;
    text-align: center;
}

.left-side-carousel {
    width: 45vw;
    height: 63vh;
    position: relative;
    z-index: 10;
    overflow: hidden;
    border-radius: 9px;
    background-color: #000;
}
.left-side-carousel .carousel-item {
    height: 100vh;
}

.left-side-carousel img {
    height: 100%;
    object-fit: cover;
}

.slider-text {
    position: absolute;
    bottom: 28rem;
    left: 3rem;
    z-index: 20;
    color: white;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}
/* Prevents Bootstrap containers from limiting the slider width */
/*.container, .row {
    max-width: 100%;
    padding: 0;
    margin: 0;
}*/
.slick-track {
  padding-top: 53px;
  padding-bottom: 53px;
}

.slick-slide {
  text-align: center;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  opacity: 0.6; /* Default opacity for inactive slides */
  transform: scale(1); /* Ensure that all slides are at the same scale */
}

.slick-slide img {
  width: 13rem; /* Or whatever max width you want */
  height: 20rem; /* Fixed height */
  object-fit: cover; /* Prevent image distortion */
  margin: 0 auto;
  border-radius: 0.5rem;
  image-rendering: auto; /* Prevent pixelation */
}

.slick-current {
  transform: scale(1.5); /* Slight zoom on active slide */
  opacity: 1 !important;
  filter: none !important;
  z-index: 2; /* Ensures the active slide is on top */
  will-change: transform; /* Hint to optimize transformation */
}

.slick-slide:not(.slick-current) {
  /*filter: brightness(0.5); /* Dim non-active slides */
 opacity: 0.5;
}

.slick-center {
  transform: scale(1.5); /* Zoom the center slide */
  opacity: 1; /* Full opacity */
  filter: none !important;
  z-index: 3; /* Ensure the center slide is on top */
}

.slick-center .slide-img {
  transform: scale(1.3); /* Slightly zoom the center image */
  border-radius: 1rem !important; /* Rounded corners for the center image */
}

.slick-prev:before,
.slick-next:before {
  color: red !important; /* Set color for navigation arrows */
  font-size: 30px; /* Optional: Increase arrow size */
}

.slick-prev,
.slick-next {
  z-index: 10; /* Ensure arrows are on top of the slides */
}
.carousel {
    width: 100%;
    overflow: hidden;
}

.carousel-cell {
    width: 20vw;
    margin: 0 0.5vw;
    box-sizing: border-box;
}

.carousel-cell img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    display: block;
}


#flickity-wrapper {
    width: 99vw;
    max-width: 100vw;
    padding: 0;
    margin: 0 auto;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

/* Optional zoom on hover */
/*.carousel-cell img:hover {
  transform: scale(1.2);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}*/

/* Responsive layout */
@media (max-width: 768px) {
    .carousel-cell {
        width: 50%; /* Show 2 images on small screens */
    }
}

@media (max-width: 480px) {
    .carousel-cell {
        width: 100%; /* Show 1 image on very small screens */
    }
}

@media (min-width: 640px) {
  .carousel-cell {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .carousel-cell {
    width: 17%;
  }
}
/* Make Flickity prev/next buttons red */
.flickity-button {
    background: red !important; /* Background color */
    color: white !important;    /* Icon (arrow) color */
    border: none;
    border-radius: 50%;
    transition: background 0.3s ease;
}

.flickity-button:hover {
    background: darkred !important;
}


.section-break {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.break-line {
    width: 30%;
    height: 2px;
    background: gray;
    border: none;
}

.break-icon {
    font-size: 30px;
    color: gray;
    margin: 0 10px;
}
.section-break {
    width: 60px; /* Adjust width as needed */
    height: 4px; /* Adjust thickness */
    background-color: #dc3545; /* Adjust color */
    border-radius: 10px; /* Makes the edges rounded */
    margin: 20px auto; /* Centers the line */
}

/* Container for the parallax effect */
.tour-hero-container {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

/* Video background */
.tour-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;          /* full width */
    height: 100%;         /* full height */
    object-fit: cover;    /* cover container */
    z-index: 1;
    will-change: transform;
}


/* Overlay background image */
.video-overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Slightly larger so movement doesn't expose gaps */
    background: url('/image/image_2.jpg') no-repeat center center;
    background-size: cover;
    opacity: 0.5;
    z-index: 2;
    will-change: transform;
    pointer-events: none;
}

/* Dark overlay */
.tour-hero-container::after {
    content: '';
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    z-index: 3;
}

/* Text content */
.tour-text {
    position: relative;
    z-index: 5;
    color: white;
    padding: 1rem 2rem;
    text-shadow: 0 1px 3px rgba(0,0,0,0.7);
}



/* The rest of your CSS for h2, p, and media queries can remain unchanged. */
.tour-grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.tour-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.tour-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.tour-item.large {
    height: 350px;
}

.tour-item.medium {
    height: 250px;
}

.tour-item img:hover {
    transform: scale(1.1);
}

.tour-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 10px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
}
.image-container {
    position: relative;
    display: inline-block;
    width: 100%;
}
.image-item {
    position: relative;
    width: 100%;
}
.image-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.image-container img {
    width: 100%;
    height: auto;
    display: block;
}

.image-text {
    position: absolute;
    bottom: 10px;  /* Adjust as needed */
    left: 50%;
    transform: translateX(-50%);
   /* background: rgba(0, 0, 0, 0.6); /* Dark semi-transparent background */
    color: #fff; /* White text */
    padding: 8px 15px;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    width: 80%;
}
.image-container.stacked {
    display: flex;
    flex-direction: column;
    gap: 10px; /* Space between images */
}

/* Default dark mode styles */
.dark-mode {
    background-color: #121212;
    color: #ffffff;
   
}

.dark-mode a {
    color: #bb86fc;
}

.dark-mode .btn {
    background-color: #333;
    color: #fff;
    border: 1px solid #444;
}

.dark-mode .container, 
.dark-mode .row, 
.dark-mode .col-md-6 {
    background-color: #1e1e1e;
}

.dark-mode img {
    opacity: 0.9;
 
}

.col-md-4.background {
/*    background: #0d2857;*/
    background: #e9f5f5;
    padding: 20px;
    border-radius: 10px;
    color: white;
}
u.underline {
    color: aquamarine;
}
/* Ensure no margin/padding from base HTML elements */
/* Reset */

/* Full-width responsive map */
#map-wrapper {
    position: relative;
    width: 100vw;
    height: 77vh;
    margin-left: calc(-50vw + 50%);
    z-index: 0;
    
}
.leaflet-layer .green-tint-layer {
  filter: hue-rotate(75deg) brightness(1.1) saturate(0.85);
}
/* Leaflet map */
#map {
 /*filter: hue-rotate(120deg) brightness(1.3) saturate(0.8);*/
  width: 100%;
  height: 100%;
  display: block;
}
.leaflet-marker-icon {
  filter: none !important;
}

/* Overlay image */
#image-overlay {
  position: absolute;
  top: 20vh;          /* responsive top */
  left: 14vw;         /* responsive left */
  z-index: 9999;
  display: inline-block;
  background: none;
  max-width: 90vw;
}

/* Responsive image */
#image-overlay img {
  width: 100%;
  height: auto;
  max-width: 28rem;
  object-fit: cover;
  display: block;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
  border: none;
}

/* Caption below image */
#overlay-caption {
  width: 100%;
  max-width: 28rem;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 8px 12px;
  font-size: 1rem;
  line-height: 1.4;
  box-sizing: border-box;
  margin-top: 4px;
}

/* Marker label */
.label-only-marker {
  background: rgba(0, 0, 0, 0.75);
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: bold;
  white-space: nowrap;
  pointer-events: none;
  max-width: 120px;
  overflow-wrap: break-word;
}

/* Caption box (if used) */
#caption-box {
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 10px;
  font-size: 14px;
  border-radius: 8px;
  margin-top: 10px;
}

/* Toggle language button */
.toggle-language {
  background-color: #007bff;
  color: white;
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

.toggle-language:hover {
  background-color: #0056b3;
}

/* Optional: Responsive tweaks */
@media (max-width: 768px) {
  #image-overlay {
    top: 4vh;
    left: 2vw;
  }

  #overlay-caption {
    font-size: 0.95rem;
  }

  .toggle-language {
    font-size: 13px;
    padding: 6px 12px;
  }
}


  .mod-navigation-horizontal {
    padding: 20px 0;
    background-color: #f9f9f9;
    text-align: center;
  }
  
  .mod-navigation-horizontal .mod-navigation-items {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap; /* Disable wrapping */
  justify-content: flex-start; /* Align to the left or use center/right as needed */
  gap: 10px;
  overflow-x: auto; /* Optional: allow horizontal scroll if it overflows */
  max-width: 100%;  /* Allow full width */
}
.mod-navigation-items::-webkit-scrollbar {
  display: none;
}
.mod-navigation.mod-navigation-horizontal.bg-color {
    background-color: lemonchiffon;
}
  
 /* .mod-navigation-horizontal .mod-navigation-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }*/
  /*.mod-navigation-horizontal .mod-navigation-item {
    flex: 0 0 235px;
    text-align: center;
  }*/
  .mod-navigation-horizontal.mod-navigation-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100px; /* or auto/fit-content */
    text-align: center;
  }
  
  .mod-icon-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start; /* Start from top */
    padding: 15px;
    width: 200px; /* FIXED width based on SVG size + margin */
    height: 248px; /* FIXED height for all boxes */
  /*  border: 6px solid #388489;
    border-radius: 8px;*/
    text-decoration: none;
    color: #333;
    transition: border-color 0.3s ease, color 0.3s ease;
    overflow: hidden; /* Prevent box overflow */
  }
  
  .mod-icon {
    width: 120px;
    height: auto;
    transition: fill 0.3s ease, transform 0.3s ease;
  }
  
  .mod-icon path {
    fill: #388489;
    /*fill: #080808;*/
    transition: fill 0.3s ease;
  }
  
  /*.mod-icon-title {
    margin-top: 10px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    text-align: center;
    padding: 0 8px; 
    word-break: break-word; 
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
  }*/
  .mod-icon-title {
    display: block;
    white-space: normal; /* ensures text wraps */
    overflow: visible;
    text-overflow: unset;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0 8px; 
  }
  
  .mod-icon-wrapper:hover {
    border-color: #EC6800;
    color: #EC6800;
  }
  
  .mod-icon-wrapper:hover .mod-icon path {
    fill: #EC6800;
  }
  
  .mod-icon-wrapper:hover .mod-icon-title {
    color: #EC6800;
  }
  
  .mod-icon-wrapper:hover .mod-icon {
    transform: scale(1.05);
  }
  
  .inline-svg path {
    fill: #388489;
    transition: fill 0.3s ease;
  }
  .mod-icon-wrapper:hover .inline-svg path {
    fill: #EC6800;
  }
  
  @media (max-width: 768px) {
    .mod-navigation-horizontal .mod-navigation-items {
      max-width: 100%;
    }
    .mod-navigation-horizontal .mod-navigation-item {
      flex: 1 1 45%; /* 2 cards per row on tablet/phone */
    }
  }
   /* Main container for the whole page */
    .login-page {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
        background-color: #f3f4f6; /* bg-gray-100 */
    }

    /* Left decorative panel */
    .login-hero {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 2.5rem; /* p-10 */
        background-color: #2563eb; /* bg-blue-600 */
        color: white;
    }

    /* Right form panel */
    .login-form-container {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 2rem 3rem; /* p-8 md:p-12 */
    }

    /* The white card containing the form */
    .login-form-card {
        width: 100%;
        max-width: 48rem;
        padding: 2rem; /* p-8 */
        background-color: white;
        border-radius: 0.75rem; /* rounded-xl */
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); /* shadow-2xl */
    }

    /* Media query for medium screens and up */
    @media (min-width: 768px) {
        .login-page {
            flex-direction: row;
        }

        .login-hero {
            width: 50%; /* md:w-1/2 */
        }
        
        .login-form-container {
            width: 50%; /* md:w-1/2 */
        }
    }
  .lens-container {
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  perspective: 1000px;   /* enables 3D effect */
}

.lens-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.2s ease-out;
  transform-style: preserve-3d;
  will-change: transform;
}
