
/*GENERAL CODE START*/
{
    outline: 1px solid rgb(255, 0, 0) !important;
}

@font-face {
    font-family: 'CocoGoose';
    src: url('fonts/COCOGOOSELETTERPRESS\ TRIAL.ttf') format('truetype'); 
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Regular.ttf') format('truetype'); 
    font-weight:normal;
    font-style: normal;
}

@font-face {
    font-family: 'Fairplay Display'; 
    src: url('fonts/PlayfairDisplay-VariableFont_wght.ttf') format('truetype'); 
    font-weight: normal;
    font-style:normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular.ttf') format('truetype'); 
    font-weight:normal;
    font-style: normal;
}

/* Elements start hidden */
.reveal {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-out;
}

/* This class will be added by JavaScript */
.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

html {
  scroll-behavior: smooth;
  /* Adjust 70px to the actual height of your Bootstrap navbar */
  scroll-padding-top: 60px; 
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}
.body{ 
    scrollbar-width: thin; /* makes the scrollbar thinner */
    scrollbar-color: #9dcb3c;
    
}

body::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  
}


body::-webkit-scrollbar-track {
  background: #f8f9fa;
}

body::-webkit-scrollbar-thumb {
  background: #9dcb3c;
  border-radius: 50px;
}


.row {
    --bs-gutter-x: 1.5rem;
    margin-right: 0;
    margin-left: 0;
}

.mobile-scroll-row {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;            
    scrollbar-color: #9dcb3c #f1f1f1;
}


h1, h2, h3, h6{
    font-family: 'Fairplay Display', serif;
}

p {
    font-family: 'Roboto',serif;
}

/*GENERAL CODE END*/

/*NAVBAR START*/
.navbar {
    transition: all 0.4s ease-in-out;
    color: #f8f9fa;
    }

.navbar-brand img{
    height: clamp(60px, 15vh, 100px);
    transition: all 0.4s ease-in-out;
    }
.navbar.scrolled {
    background-color: #3b97a0 !important;
    box-shadow: 0 2px 10px #3b97a0;
    }

.navbar.scrolled img{
    height: 60px;
}


#active-nav{
    color: #ceff64;
}

#travel-btn{
    color: #f8f9fa;
    
}

#travel-btn:hover{
    color: #9dcb3c;
}


#dropdown-button{
    font-size: 16px;
    color: #f8f9fa;
    border: 1px solid #f8f9fa;
    background-color: rgba(0, 0, 0, 0);
}

.dropdown-item:active{
    background-color: #9dcb3c;
}
/*NAVBAR END*/

/* HOME START */
.hero-section {
    position: relative; /* Bases the video and overlay positions on this section */
    height: 100dvh;      /* Makes the hero full screen */
    width: 100%;
    overflow: hidden;
    background-color: #121212;
}
.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;        
}
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
}
.hero-content {
    position: relative; 
    z-index: 3;
}

.hero-title {
    margin-top: 5%;
    font-size: clamp(1.5rem, 7vw, 4rem);
    font-family: 'CocoGoose',serif;
}


.lead{
    margin-top: 10px;
    font-size: clamp(.9rem, 2vw, 1rem);
    font-family: 'Roboto', serif;
}

.nav-link{
    font-family: 'Fairplay Display', serif;
    font-size: 16px;
    font-weight: lighter;
}

.hero-btn button{
    font-family: 'Fairplay Display', serif;
    font-size: clamp(10px, 1rem, 16px);
    margin-bottom: 10%;
    width: 100%;
    height: 100%;
}

#stats h3{
    font-size: clamp(1rem, 4vw, 2rem);
}

#stats h6{
    text-align: center;
    font-size: clamp(.8rem, 2vw, 1.25rem);
}

.home-carousel{
    background-color: rgba(157, 203, 60, 0.2);

}


#services{
    color: #121212;
    background-color: #f8f9fa;
    

}

#services-col {
    width: 125px;
}

.icon-circle {
    width: 65px; 
    height: 65px;
    background-color: #f8f9fa;
    border-radius: 50%;
    flex-shrink: 0; 
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 5px;
}

.icon-circle img {
    max-width: 80%;
    height: auto;
}

.icon-label {
    font-size: 16px;
    margin-top: 8px;
    line-height: 1.2;
    word-wrap: break-word;
    color: #121212;
}

#card-packs{
    font-family: 'Fairplay Display', serif;
}

.btn-pack{
    background-color: #9dcb3c;
    color: #f8f9fa;
}
.btn-pack:hover{
    color: #9dcb3c;
    border: 2px solid #9dcb3c;
}

.custom-card {
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position:relative;
    overflow: hidden;
}

.card-title {
    font-size: 24px;
}

.card-text {
    font-size: .9rem;
}

.card-img-top {
    height: 200px;
    object-fit: cover;
}
.custom-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.15);
}

#contactus-btn{
    background-color: #9dcb3c;
    color: #f8f9fa;
}
#contact-btn{
    border: 1px solid #3b97a0 ;
    color: #f8f9fa;
    background-color: #3b97a0 ;
}

#see-btn{
    border: 1px solid #3b97a0 ;
    color: #f8f9fa;
    background-color: #3b97a0 ;
}

/* THE PLANE PART SECTION */
#airplane-section{
    background: url(images/middlePlane.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    color: #f8f9fa; 


    display: flex;
    align-items: center; 
    justify-content: center;
}

#invitation-contents{
    padding-top: 5%;
}

.invitation-box button{
    font-family: 'Fairplay Display', serif;
}

#mountain-section{
    background: url(images/fuji.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 60vh;
    color: #f8f9fa;

    display: flex;
    align-items: center; 
    justify-content: center;
    
}

/* HOME END */

/*ABOUT US START*/
#aboutus-hero{
    background-image: url(images/aboutJapan.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 75vh;
    color: #f8f9fa;
    box-shadow: 0 4px 10px #121212;
}

#aboutus-content{
    padding-top: 15vh;
}
#aboutus-content p{
    font-size: 14px;
}

#misandvis{
    padding: 5%;
    gap: 5%;
}

.image-container-masked{
    overflow: hidden;
}
.image-container-masked img {
    
    height: 50vh;
    width: 100%;
    object-fit: cover;
    object-position: top;
    
}

.section {
  display: flex;
  flex-direction: row;
  gap: 20px;           
  align-items: center;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 10%;
  margin-bottom: 10%;
}

.about-header{
    min-width: 350px;
}

#employee-section {
    font-family: 'Fairplay Display', serif;
    background-size: cover;
    height: auto;
    width: 100%;
}

#employee-section img{
    height: 100%;
    max-height: 300px 
}
.emp-deets{
    font-size: 1rem;
}

/* ABOUT US END*/

/* PACKAGES START */
.packages-section {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), 
                url('images/packages.jpg');
    background-size: cover;
    background-position: center;
    height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f8f9fa;
    box-shadow: 0 4px 10px #121212;
    }

.carousel-image{
        max-height: 70vh;
        width: 100%;
        object-fit: cover;

    }
.carousel-caption{
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5), 
               0 8px 16px rgba(0, 0, 0, 0.3);
    }   

.tour-card{
    height: 100%;
    min-height: 400px;
    border: 0;
    margin-bottom: 20%;
    
    }

.tour-img{ 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    border-radius: 5%;
    cursor: pointer;    
    object-fit: cover;
    transition: transform 0.2s ease;
    
}
.tour-img:hover{
    transform: scale(1.1);
    
}

.close {
  position: absolute;
  top: 3%;
  right: 2%;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}

.close:hover {
  color: #bbb;
}

#mode-of-payment img{
    width: 100%;
    max-width: 100px;
}

#video-container {
  position: relative;
  width: 100%;
  height: 75vh; /* Full viewport height */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.back-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* This is the "magic" line */
  z-index: -1; /* Puts it behind the content */
}

#content {
  text-align: center;
  color: white;
  z-index: 1; /* Ensures text is on top */
}

/* PACKAGES END */

/*VISA PROCESSING*/
#visa-hero{
    background-image: url(images/passport.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 75vh;
    color: #f8f9fa;
    box-shadow: 0 4px 10px #121212;
}

.visa-card{
    margin-bottom: 10%;
    border: 0;
}
.visa-card img{
    border-radius: 20px;
    box-shadow: 2px 3px 5px rgba(0,0,0,0.4);
}

.img-hover-wrap {
    position: relative;
    overflow: hidden;
}

.hover-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.main-img {
    transition: opacity 0.3s ease-in-out;
}

.custom-card:hover .hover-img {
    opacity: 1;
}

.custom-card:hover .main-img {
    opacity: 0;
}

/*VISA END*/

/*marquee*/
.marquee-container {
  overflow: hidden; /* Hide the horizontal scroll */
  width: 100%;
  background-color: #f8f9fa;
}

.marquee-content {
  display: flex;
  width: max-content;
  animation: marquee 10s linear infinite;
}

.marquee-content img {
  height: 100px;
  padding: 0 5px;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);    
  }
}
/*marquee end*/

/* CLIENTS CORNER START */

.client-hero{
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), 
                url('images/clientbig.jpg');
    background-size: cover;
    background-position: center;
    height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f8f9fa;
    box-shadow: 0 4px 10px #121212;
}

.client-text{
    text-align: justify;
}

.quote-img{
    object-position: center;
    height: 75px;
    position: absolute;
    z-index: 1;
    margin-left: 75%;
    bottom: 1px;
    right: 3%;
}

.inverted-quote-img{
    object-position: center;
    height: 75px;
    position: absolute;
    z-index: 1;
    transform: rotate(180deg);
    top: 1px;
    left: 3%;
}

.masonry-wrapper {
    column-count: 4;
    column-gap: 15px;
    width: 100%;
}

.masonry-item {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.masonry-item img {
    width: 100%;
    height: auto; 
    border-radius: 10px;
    display: block;
    transition: transform 0.3s ease;
}

.masonry-item img:hover {
    transform: scale(1.03);
}

/* CLIENTS CORNER END */

/*CONTACT US START*/
.contact-section{
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), 
                url('images/shore.jpg');
    background-size: cover;
    background-position: center;
    height: 100%;
    display: flex;
    color: #f8f9fa;
}

#contact-header{
    margin-top: 15%;
    border-top: 1px solid #f8f9fa;
}
#contact-header h1, #contact-header p{
    text-align: left;
}
#form{
    text-align: left;
}

.contact-icons{
    height: 60px;
}

/*CONTACT US END*/


/*FAQ START*/
/* The Gradient Background Wrapper */
        .gradient-bg {
            background: linear-gradient(145deg, #3b97a0, #9dcb3c);
            padding-bottom: 50px;
            justify-content: center;
            height: auto;
        }

        /* The Content Card */
        .faq-container {
            background-color: #f8f9fa;
            width: 100%;
            padding: 40px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.3);
            border-radius: 50px;
            display: block;
            margin: 0 auto;
        }

        .faq-header {
            font-family: 'CocoGoose', sans-serif;
            font-size: 3rem;
            text-transform: uppercase;
            margin-bottom: 5px;
            color: #121212;
        }
        /* Accordion Customization */
        .accordion-flush .accordion-item {
            border-bottom: 1.5px solid #121212 !important;
            background-color: transparent;
        }

        .accordion-button {
            font-family: 'Fairplay Display', sans-serif;
            font-size: 1.25rem;
            color: #121212;
            padding: 25px 0;
            background-color: transparent !important;
            box-shadow: none !important;
            border: none;
        }

        .accordion-button:not(.collapsed) {
            color: #121212;
        }

        /* Standard +/- Symbols */
        .accordion-button::after {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
            font-family: 'Inter', sans-serif;
            font-size: 2rem;
            font-weight: 300;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: transform 0.3s ease-in-out;
            transform-origin: center;
        }

        .accordion-button:not(.collapsed)::after {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
            transform: rotate(180);
        }

        .accordion-body {
            padding: 0 0 25px 0;
            font-family: 'Roboto', sans-serif;
            color: #444;
        }
/*FAQ END*/

/*MODAL START*/
.modal-content {
  margin: auto;
  display: block;
  height: 90vh;
  width: 90vw;
  max-width: 400px;
  object-fit: contain; 
  
  /* Optional: adds a nice "pop" effect */
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.5); 
}

.modal {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
}

#success-modal{
    border-radius: 5px;
}
.modal-footer a{
    position: relative;
    z-index: 1051;
    pointer-events: auto;
}
/*MODAL END*/

/* FOOTER SECTION START*/
.footer-section {
    background-color: #121212;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1rem;
}

.footer-links .active-link {
    color: #9dcb3c;
}

.contact-info h5 {
    font-weight: 500;
    margin-bottom: 15px;
}

.contact-info p {
    font-size: 0.95rem;
    line-height: 1.6;
}

.social-icons a {
    color: white;
    font-size: 1.5rem;
    transition: opacity 0.3s;
}

.social-icons a:hover {
    opacity: 0.7;
}

.footer-bottom {
    background-color: rgba(0, 0, 0, 0.05);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.85rem;
}

.footer-bottom a {
    color: white;
    text-decoration: none;
    opacity: 0.9;
}

.text-lime { color: #9dcb3c; font-weight: bold;}
/* FOOTER SECTION END */

/*PRIVACY POLICY START*/

.policy-container {
    max-width: 800px;
    margin: 60px auto;
    padding: 0 20px;
}
.policy-container span, .policy-container h2{
    font-weight: bold;
}

.policy-header {
    border-bottom: 2px solid #9dcb3c;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.policy-header h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.last-updated {
    font-size: 0.9rem;
    color: #777;
    font-style: italic;
}

.policy-summary {
    background-color: #f8f9fa;
    border-left: 5px solid #9dcb3c;
    padding: 20px;
    margin-bottom: 40px;
    border-radius: 4px;
}

.policy-summary h3 {
    margin-top: 0;
}

/*PRIVACY POLICY END*/

@media (max-width: 767.98px) {

    /*---------------------------------------------INDEX start-------------------------------------------------*/
    /* Targets the area that expands when you click the burger */
    .navbar-collapse {
        background-color: #3d3c3c;
        padding: 1rem;
        margin-top: 10px;
        border-radius: 4px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        color: #f8f9fa;

    }

    .navbar-collapse::-webkit-scrollbar{
        display: none;
    }

    .navbar-nav {
        text-align: center;
    }
    .nav-link {
        padding: 10px 0;
        border-right: 1px solid #121212;
    }
    .icon-circle {
        width: 60px;
        height: 60px;
    }
    .icon-label p{
        font-size: 16px;
    }
    .icon-image-small {
        height: 100%;
        width: 75px;
    }
    .invitation-box p, .invitation-box button{
        font-size: 12px;
    }
    #airplane-section{
        padding-top: 20%;
        
    }
    .mobile-scroll-row {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        /* Keeps the cards from shrinking to fit the screen */
        -webkit-overflow-scrolling: touch; 
        gap: 10px; /* Space between cards */
    }

    .mobile-scroll-row .col-10 {
        flex: 0 0 auto; /* Essential: prevents columns from collapsing */
        width: 85%; /* Shows 85% of the card so the next one is visible */
    }
    /* Hide scrollbar for a cleaner look */
    .mobile-scroll-row::-webkit-scrollbar {
        display: none;

    }
    .carousel-title{
        font-size: .8rem;
    }
    .carousel-place{
        font-size: .5rem;
    }
    /*-------------------------------------------INDEX end-------------------------------------*/

    /*-------------------------------------------about us start--------------------------------*/
        #misandvis p{
    font-size: 14px;
    }
    .section {
    flex-direction: column; /* Stacks the header on top of the text */
    }
    .about-header, 
    .about-text {
    width: 100%; /* Forces both to take the full horizontal width */
    }

    .about-text p   {
        font-size: 16px;
    }

    /*-------------------------------------------about us end-----------------------------------*/
    /*-------------------------------------------packages start--------------------------------*/
    .carousel-image{
        height: 300px;
    }
    .tour-card{
        min-height: 60vh;
    }


    /*-------------------------------------------packages end-----------------------------------*/
    /*-------------------------------------------clients corner start-----------------------------------*/
    .client-img{
        border-radius: 30px;
    }
    /*-------------------------------------------clients corner end-----------------------------------*/
    /*-------------------------------------------contact start----------------------------------*/
    #contact-header{
        margin-top: 35%;
        padding-top: 10%;
    }
    /*-------------------------------------------contact end-------------------------------------*/
   
}
@media (min-width: 768px) {
    .mobile-scroll-row {
        flex-wrap: wrap;
        justify-content: center;
    }
   
}
@media (max-width: 992px) {
    .masonry-wrapper {
        column-count: 2;
    }

}

@media (max-width: 576px) {
    .masonry-wrapper {
        column-count: 2;
    }
}