/* MAIN PANEL CSS START */
/* MAIN BACKGROUND CSS START */
.main-bg {
    max-width: 1500px !important;
}

/* .catalog-width {
    max-width: 1750px !important;
} */


/* MAIN BACKGROUND CSS START */

/* HERO BG */

.index-heading-color {
    color: #425563;
}
.index-icon-color {

    color: #425563;
}
.index-text-color {
    color: #667581;
}

.btn-index {

    position: relative;
    background-color: #fff;
    color: #3e4e5e;
    border: 1px solid #c0bfbf;
    border-radius: 0px;
    cursor: pointer;
    margin: 0px 0px 10px 0px;
    padding: 5px 10px;
    box-shadow: 0px 0px 2px #000;
}

.btn-index:hover {

    background-color: #c0bfbf;
    color: white;
}


.hero-bg {
  position: relative;
  height: calc(98vh - 80px);
  min-height: 500px; /* safety para di masyadong liit */
  overflow: hidden;
}

/* VIDEO */
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}

.hero-video.active {
  opacity: 1;
}

/* OVERLAY */
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.15), rgba(225,245,255,0.1)),
    radial-gradient(circle at 50% 40%, rgba(255,209,102,0.1), transparent 60%);
  z-index: 1;
}

/* CONTENT */
.hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;

  justify-content: flex-end; /* ilalagay sa baba */
  align-items: center;

  padding-bottom: 50px; /* 👈 FIXED na, hindi na percent */
}


/* CENTER BLOCK */
.hero-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

/* BUTTONS */
.hero-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

/* MAIN BUTTON */
.hero-btn-main {
  background-color: #ffffff;
  color: #3e4e5e;
  border: 1.5px solid #ffffff;
  text-decoration: none;
  padding: 12px 32px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.hero-btn-main:hover {
  background-color: #c0bfbf;
  color: white;
}

/* SECOND BUTTON */
.hero-btn-alt {
  color: #ffffff;
  border: 2px solid #ffffff;
  background: transparent;
  text-decoration: none;
  padding: 12px 32px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.hero-btn-alt:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #3e4e5e;
}


.hero-heading {
    font-size: 2rem;
    font-weight: 900;
    color: #425563;
    margin-bottom: 0.3rem;
}

.hero-subheading {
    font-size:1.5rem;
    line-height: 1.6;
}

.hero-description {
    font-size: 1rem;
    line-height: 1.6;
    color: #667581;
}


/* MOBILE */
@media (max-width: 768px) {
    .hero-bg {
        aspect-ratio: auto; /* remove aspect-ratio */
        min-height: 600px;  /* safe min height for all iPhones */
        height: auto;
    }

  .hero-content {
    padding-bottom: 50px; /* 👈 FIXED na, hindi na percent */
  }

    .hero-buttons {
      gap: 8px; /* mas dikit konti */
    }

    .hero-btn-main,
    .hero-btn-alt {
      padding: 8px 18px;   /* mas maliit */
      font-size: 0.75rem;  /* smaller text */
      letter-spacing: 1px; /* bawas spacing */
      border-radius: 6px;  /* slightly smaller */
    }

    .hero-heading {
    font-size: 1.7rem;
}
.hero-subheading {
    font-size:1.3rem;
}
.hero-description {
    font-size: 0.9rem;
}
}
/* MOBILE */
@media (max-width: 480px) {

    .hero-content {
        padding-bottom: 50px; /* 👈 FIXED na, hindi na percent */
    }

}

/* MAIN PANEL CSS END */
       
       

/* MAIN BACKGROUND CSS END */

/* Reiseziele CSS START */

/* introduction css */
.highlight-box-no-bg {
    padding: 1rem;
}

.highlight-box h1 span {
    color: #a10000;
    /* Darker red */
}

.highlight-image {
    border-radius: 1rem;
    max-height: 400px;
    object-fit: cover;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}


/* trours each country css */
.trip-box {
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 20px;
    height: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: white;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    display: block;
    text-decoration: none !important;
    /* Add these flex properties */
    display: flex;
    align-items: center;
    justify-content: center;
}

.trip-box:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.trip-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    transition: all 0.4s ease;
}

.trip-box:hover::before {
    background: rgba(0, 0, 0, 0.3);
}

.trip-content {
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
    /* Remove any positioning that might interfere */
    width: 100%;
    /* Ensure it takes full width for proper centering */
}

.region-name {
    font-size: 2.5rem;
    font-weight: 900;
    color: #eceeef;
    margin-bottom: 5px;
}

.trip-count {
    font-size: 3rem;
    font-weight: 900;
    color: #eceeef;
    margin-bottom: 5px;
}

.trip-label {
    font-size: 1.5rem;
    font-weight: 900;
    color: #eceeef;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Reiseziele CSS END */


/* BCT-Pluspunkte CSS START */

/* =============================
   SESAME SECTION
============================= */

.sesame-section {
    position: relative;
    padding: 50px 0;
    overflow: hidden;
}

/* Doors wrapper */
.sesame-doors {
    position: absolute;
    inset: 0;
    display: flex;
    z-index: 3;
}

/* Both doors */
.door {
    flex: 1;
    height: 100%;
    min-height: 500px;
    transition: none;
    background-size: cover;   /* change here */
    background-repeat: no-repeat;
    background-position: center;
}


/* Left Door */
.door-left {
    background-image: url('../site-images/left-japan-studienreise-mount-fuji-dreamstime-139728991-f11photo.jpg'); /
}

/* Right Door */
.door-right {
    background-image: url('../site-images/right-japan-studienreise-mount-fuji-dreamstime-139728991-f11photo.jpg'); 
}

/* Author credit for left door */
.door-left::after {
    content: "Foto: F11photo";
    position: absolute;
    top: 10px;
    right: 3px;
    color: #ffffffc4;
    padding: 3px 6px;
    font-size: 4px;

    /* Vertical text bottom-to-top */
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg); /* para bottom-to-top */
}

/* Author credit for right door */
.door-right::after {
    content: "Foto: F11photo";
    position: absolute;
    top: 10px;
    left: 3px;
    color: #ffffffc4;
    padding: 3px 6px;
    font-size: 4px;

    /* Vertical text bottom-to-top */
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg); /* para bottom-to-top */
}

/* CONTENT */
.sesame-content {
    position: relative;
    z-index: 2;
    opacity: 1;
    transition: opacity 1.5s ease; /* immediate fade when closing */

    width: 40%;
    margin: 0 auto;
}

/* Mobile */
@media (max-width: 991px) {
    .sesame-content {
        width: 80%;
    }
}



ul.travel-with-us {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.travel-with-us li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px;
    border-radius: 12px;
    background-color: #f9f9f9;
    margin-bottom: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    transition: background-color 0.3s ease;
}

ul.travel-with-us li:hover {
    background-color: #f0f0f0;
}

ul.travel-with-us i {
    font-size: 1.5rem;
    /* Bootstrap's text-danger color */
    min-width: 24px;
    margin-top: 2px;
}

ul.travel-with-us p {
    margin: 0;
    line-height: 1.5;
}

ul.travel-with-us .title {
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 4px;
}

/* BCT-Pluspunkte CSS END */

/* CATALOG CSS START */
.catalog-bg {
    background: #435562;
    display: flex;
    justify-content: center;
    align-items: center;
}

.catalog-stack {
    position: relative;
    width: 760px;
    height: 300px;
}

.catalog-card {
    position: absolute;
    border-radius: 10px;
    object-fit: cover;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.catalog-col {
    margin-top: 40px;
    margin-bottom: 50px;
}

/* tilted with balanced spacing */
.card-1 {
    transform: rotate(6deg) translate(70px, 50px);
    z-index: 1;
}

.card-2 {
    transform: rotate(0deg) translate(0, 0);
    z-index: 2;
}

.card-3 {
    transform: rotate(-6deg) translate(-70px, -50px);
    z-index: 3;
}


@media (max-width: 767.98px) {
    .catalog-col {
        margin: 0 auto 80px auto;
        text-align: center !important;
    }
}

@media (max-width: 575.98px) {
    .catalog-stack {
        width: 250px;
        height: 280px;
    }

    .catalog-col {
        margin: 0 auto 60px auto;
        /* smaller margin for very small screens */
    }
}

@media (max-width: 414.98px) {
    .catalog-stack {
        width: 220px;
    }

}

/* CATALOG CSS END */

/* REVIEW CSS START */


.testimonial-card {
    border: none;
    border-radius: 1rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
}

.testimonial-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.star-rating i {
    color: #425563;
}

.location {
    color: #6c757d;
    font-size: 0.9rem;
}

.testimonial-text {
    flex-grow: 1;
    margin-top: 1rem;
}

.swiper {
    padding: 30px 10px;
    /* enough horizontal padding */
    position: relative;
}

.swiper-slide {
    height: auto !important;
    display: flex;
}

.swiper-slide>.testimonial-card {
    flex-grow: 1;
}

.testimonial-swiper .swiper-pagination {
    bottom: 0;
}

/* REVIEW CSS END */


/* Travel the way you like it CSS START */

.strong-bg {

    background-color: rgba(59, 0, 0, 0.05);
}

.swiper2 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

/* Navigation Buttons with Circle Background */
.swiper-button-prev,
.swiper-button-next {
    color: #fff !important; /* arrow color */
    background: rgba(0, 0, 0, 0.5); /* semi-transparent dark circle */
    width: 40px;  /* size of circle */
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%; /* makes it circular */
    opacity: 0.8;
    transition: all 0.3s ease;
    z-index: 1000;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    opacity: 1;
    background: rgba(0, 0, 0, 0.8); /* darker on hover */
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 18px; /* smaller to fit circle */
    font-weight: 900;
}


.itinerary-swiper {
    padding: 20px 50px 50px 50px !important;
    position: relative;
}

/* Day Card */
.day-card {
    overflow: hidden;
    /* REMOVE height: 100%; */
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.day-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

/* Card Image as Full Background */
.card-image {
    width: 100%;
    height: 550px; /* portrait height */
    background-size: cover;
    background-position: center;
    position: relative;
}

/* Overlay content at bottom-left */
.card-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    padding: 15px 20px;
    border-radius: 12px;
    max-width: 90%;
}

.card-overlay h4 {
    margin: 0 0 8px 0;
    font-size: 1.2rem;
    font-weight: 700;
}

.card-overlay p {
    margin: 0 0 12px 0;
    font-size: 0.9rem;
    line-height: 1.4;
}

.card-overlay .btn {
    font-size: 0.85rem;
    padding: 6px 12px;
}

.mini-card-author {
    position: absolute;
    top: 10px;
    left: 5px;
    color: #ffffff;
    font-size: 4px;
    font-weight: bold;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    pointer-events: none;
    z-index: 2;
    color: #ffffffc4;
}

.card-author {
    position: absolute;
    top: 10px;
    left: 6px;
    color: #ffffff;
    /* background: rgba(0, 0, 0, 0.2); */
    font-size: 4px;
    font-weight: bold;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    pointer-events: none;
    z-index: 2;
}

.card-author-gray {
    position: absolute;
    top: 10px;
    left: 6px;
    color: gray;
    /* background: rgba(0, 0, 0, 0.2); */
    font-size: 4px;
    font-weight: bold;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    pointer-events: none;
    z-index: 2;
}

.card-author-black {
    position: absolute;
    top: 10px;
    left: 6px;
    color: black;
    /* background: rgba(0, 0, 0, 0.2); */
    font-size: 4px;
    font-weight: bold;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    pointer-events: none;
    z-index: 2;
}


.itinerary-swiper .swiper-pagination {
    bottom: 0;
}

/* Responsive Mobile Adjustments for Circular Buttons */
@media (max-width:768px) {
    .itinerary-swiper {
        padding: 15px 20px 40px 20px !important;
    }

    .swiper-button-prev,
    .swiper-button-next {
        width: 35px;   /* maliit na bilog sa mobile */
        height: 35px;
    }

    .swiper-button-prev {
        left: 5px;
    }

    .swiper-button-next {
        right: 5px;
    }

    .swiper-button-prev::after,
    .swiper-button-next::after {
        font-size: 16px !important; /* maliit na arrow para magkasya sa bilog */
    }

    .card-image {
        height: 400px;
    }

    .card-overlay {
        max-width: 90%;
        bottom: 15px;
        left: 15px;
        padding: 12px 15px;
    }

    .card-overlay h4 {
      font-size: 1.1rem;
  }

  .card-overlay p {
      font-size: 0.85rem;
  }
}



/* Travel the way you like it CSS END */