/* ===========================
        HERO SECTION
=========================== */

.hero-section {
    /*background-image: url('https://travelican.com/wp-content/uploads/2025/12/17876623_5921440-scaled.jpg'); */
background-size:cover;}
.hero-swiper {width: 100%;height: 100vh;}
.hero-swiper .swiper-wrapper {height: 100%;}
.hero-swiper .swiper-slide {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.hero-swiper .swiper-slide-active {opacity: 1;}
.hero-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
/*.hero-slide::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  inset: 0;*/
/*  background: linear-gradient(*/
/*    to right,*/
/*    rgba(0,0,0,0.55),*/
/*    rgba(0,0,0,0.2)*/
/*  );*/
/*}*/
.hero-slide > * {position: relative;z-index: 2;}
.hero-card{
    padding-left: 80px;
    height: 100vh;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hero-card p {font-size: 17px;line-height: 1.5;font-weight: 500;}
.hero-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 35px;
    height: 33px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(15 177 234 / 24%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.35s ease;
}
.hero-prev {left: 30px;}
.hero-next {right: 30px;}
.hero-nav:hover {background: rgba(255, 255, 255, 0.35);transform: translateY(-50%) scale(1);}
.hero-nav::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 10px;
  background: linear-gradient(135deg, #36d1dc, #5b86e5);
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: -1;
}
.hero-nav:hover::after {opacity: 0.8;}

/*HERO DESTINATION SLIDE */

.destination-swiper{overflow: visible;}
.destination-swiper .desti-slide.brush-style{position: relative;}
.destination-swiper .desti-slide.brush-style img{width: 100%;height: 400px;object-fit: cover;
  -webkit-mask-image: url("https://travelican.com/wp-content/uploads/2026/01/ChatGPT-Image-Jan-21-2026-12_28_12-PM.png");
  mask-image: url("https://travelican.com/wp-content/uploads/2026/01/ChatGPT-Image-Jan-21-2026-12_28_12-PM.png");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  filter: contrast(105%) saturate(110%);
}
.destination-swiper .desti-slide.brush-style::after{
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://travelican.com/wp-content/uploads/2026/01/ChatGPT-Image-Jan-21-2026-12_28_12-PM.png") center / cover no-repeat;
  opacity: 0;
  filter: brightness(0%);
  pointer-events: none;
}
.destination-swiper .swiper-slide{
  opacity: .45;
  transform: scale(.92);
  transition: all .6s ease;
}
.destination-swiper .swiper-slide-active{
  opacity: 1;
  transform: scale(1);
}


/* ===========================
   WHY CHOOSE US / FEATURE
=========================== */

.feature-section{padding: 30px 0;}
.feature-card {
    position: relative;
    height: 100%;
    padding: 18px;
    border-radius: 15px;
    background: var(--white);
    transition: 0.5s ease-in-out;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.feature-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(120deg,rgba(255, 255, 255, 0.35),rgba(255, 255, 255, 0));
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}
.feature-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--soft-blue);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.25);
    flex-shrink: 0;
    transition: all 0.5s ease-in-out;
}
.feature-icon i {font-size: 28px;color: var(--white);}
.feature-card:hover .bold-title {text-shadow: 0 6px 18px rgba(255, 255, 255, 0.25);}
.feature-card:hover::before {opacity: 1;}
.feature-card:hover {box-shadow: 0 25px 60px rgb(0 0 0 / 27%);}
.feature-card:hover .feature-icon {background: var(--blue);}

/* =========================
      ABOUT SECTION 2026
========================= */

.about-section {position: relative;overflow: hidden;}
.shape-dot {
    position: absolute;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgb(0 85 115 / 18%), rgb(157 229 254 / 51%));
    border-radius: 50%;
    top: -40px;
    left: -40px;
    z-index: 1;
    animation: floatSlow 6s ease-in-out infinite;
}
.shape-ring {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 2px dashed rgb(0 85 115);
    bottom: -50px;
    right: -50px;
    z-index: 1;
    animation: rotateSlow 14s linear infinite;
}
.about-content {padding-left: 30px;}
.about-collage {position: relative;width: 100%;height: 420px;}
.about-collage img {
    position: absolute;
    border-radius: 16px;
    object-fit: cover;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    transition: transform .4s ease;
}
.about-collage img:hover {transform: scale(1.03);}
.about-collage .img-main {width: 70%;height: 100%;left: 0;top: 0;z-index: 2;}
.about-collage .img-top {width: 42%;height: 45%;right: 0;top: 0;z-index: 3;}
.about-collage .img-bottom {width: 42%;height: 45%;right: 0;bottom: 0;z-index: 1;}


/* ===========================
        DESTINATIONS
=========================== */

.destination-card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    height: 280px;
    cursor: pointer;
}
.destination-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}
.destination-overlay::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgb(41 41 41), rgb(0 0 0 / 0%))
}
.destination-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 18px;
    color: var(--white);
    z-index: 2;
}
.destination-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.destination-name {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    font-weight: 600;
    z-index: 9;
}
.destination-name i {color: var(--white);}
.destination-count {font-size: 14px;color: var(--white);z-index: 9;}
.destination-link {
    position: absolute;
    bottom: 18px;
    left: 18px;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 9;
}
.view-all {
    font-size: 12px;
    font-weight: 500;
    color: var(--white);
    letter-spacing: 0.3px;
    background-color: var(--blue);
    padding: 5px 10px;
    border-radius: 50px;
}
.destination-card:hover img {transform: scale(1.12);}
.destination-card:hover .destination-content {opacity: 0;transform: translateY(10px);}
.destination-card:hover .destination-link {opacity: 1;transform: translateY(0);}

/* ===============================
        CATEGORIES
=============================== */

.category-section {position: relative;
}
.category-card {padding: 10px;border-radius: 15px;text-align: center;transition: all 0.35s ease;}
.category-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease-in-out;
    background: linear-gradient(135deg, #36d1dc, #5b86e5);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}
.category-icon i {font-size: 24px;color: #fff;}
.category-card:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.45);
}
.category-card:hover .category-icon {transform: scale(1.1);}
.category-grid a {text-decoration: none;color: var(--blue);}


/* ===========================
         PACKAGES
=========================== */

.package-section{padding-top: 150px;}
.package-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 14px 30px rgba(0,0,0,0.08);
    transition: transform .3s ease;
}
.package-card:hover {transform: translateY(-4px);}
.package-image {position: relative;height: 200px;}
.package-image img {width: 100%;height: 100%;object-fit: cover;}
.package-badge {
    position: absolute;
    bottom: -15px;
    left: 14px;
    background: var(--blue);
    color: var(--white);
    font-size: 13px;
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: 600;
}
.package-location {
    position: absolute;
    top: 12px;
    right: 14px;
    background: rgba(0, 0, 0, 0.6);
    color: var(--white);
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 6px;
}
.package-content {padding: 16px;}
.duration {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: var(--text-grey);
    margin-bottom: 4px;
}
.duration i {color: #ff6a4d;}
.rating {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 14px;
}
.rating .stars {color: #ffa534;font-size: 14px;}
.rating .review-text {font-size: 13px;color: var(--text-grey);
}
.package-main-content {font-size: 18px;font-weight: 500;line-height: 1.5;}
.book-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--blue);
  color: var(--white);
  padding: 10px 12px;
  border-radius: 30px;
  overflow: hidden;
  transition: all .3s ease;
  width: 42px;
}
.book-btn span {
  white-space: nowrap;
  opacity: 0;
  transition: opacity .3s ease;
  font-size: 14px;
  font-weight: 500;
}
.package-content:hover .book-btn {width: 120px;}
.package-content:hover .book-btn span {opacity: 1;}
.book-btn i {font-size: 14px;}

/* =========================
        FILTER UI
========================= */

.package-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    margin-bottom: 30px;
}
.package-filter select {
    padding: 10px 15px;
    border-radius: 8px;
    border: 1px solid #ccc;
    min-width: 180px;
    cursor: pointer;
}
.package-filter .reset-btn {
    background: #ff6b6b;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
}
.package-wrapper {display: flex;flex-wrap: wrap;gap: 20px;}
.destination-thumbnail img{width: 100%;height: 100px;object-fit: cover;}
.package-main-content strong {
    display: inline-block;
    width: 100%;
    background-color: rgb(11 28 63 / 19%);
    padding: 8px 10px;
    border-radius: 5px;
    margin: 15px 0;
    font-size: 18px;
    font-weight: 600;
}
.package-meta-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 20px;
    padding: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 5px;
}
.package-meta-box i {font-size: 18px;color: var(--blue); margin-top: 3px;}
.meta-label {display: block;font-size: 15px;color: #8a8f98;line-height: 1.2;}


/* ==========================
         CTA SECTION
========================== */

.cta-section {
    position: relative;
    padding: 50px 0;
    background: linear-gradient(135deg, #36d1dc, #5b86e5);
    overflow: hidden;
}
.cta-bg-shape {
    position: absolute;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(255,255,255,0.25), transparent 70%);
    top: -120px;
    right: -120px;
    border-radius: 50%;
}
.cta-box {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 60px;
    border-radius: 28px;
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.45);
}
.cta-points {display: flex;flex-wrap: wrap;gap: 16px;}
.cta-points i {color: #c8f3ff;}


/* =========================
      GALLERY SECTION
========================= */

.gallery-section {}
.gallery-grid {display: grid;gap: 18px;grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));}
.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    cursor: zoom-in;
    border: 2px solid transparent;
    transition: border-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 6px 16px rgba(0,70,160,0.10);
}
.gallery-item img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.gallery-item:hover img {transform: scale(1.12);}
.gallery-item:hover {border-color: #8ab6ff;}
.gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(10, 40, 90, 0.45);
    opacity: 0;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    transition: 0.35s ease;
}
.gallery-item:hover .gallery-overlay {opacity: 1;}
.gallery-overlay span {
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0.5px;
    text-shadow: 0 0 8px rgba(0,0,0,0.5);
}


/* =============================
    INQUIRY / CONTACT SECTION
============================= */

.contact-section {position: relative;overflow: hidden;}
/*.contact-section:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 450px;*/
/*    height: 450px;*/
/*    background: radial-gradient(circle, rgba(0,255,150,0.25), transparent 70%);*/
/*    top: -120px;*/
/*    left: -100px;*/
/*    filter: blur(40px);*/
/*}*/
.contact-info-list {display: flex;flex-direction: column;gap: 25px;margin-bottom: 50px;}
.contact-info-item {display: flex;gap: 15px;align-items: center;}
.contact-info-item i {font-size: 30px;color: var(--blue);}
.contact-map {
    position: relative;
    margin-top: 20px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(0,255,150,0.3);
}
.contact-map iframe {width: 100%;height: 260px;border: 0;}
.map-overlay {position: absolute;inset: 0;background: rgba(0,20,10,0.2);pointer-events: none;}
.contact-form {
    background: var(--white);
    border: 1px solid rgba(0,255,150,0.25);
    padding: 40px;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.form-group {margin-bottom: 18px;}
.form-group.two {display: flex;gap: 12px;}
.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 12px 16px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(0,255,150,0.25);
    border-radius: 10px;
    color: var(--black);
    font-size: 14px;
    margin-bottom: 10px;
}
.contact-form option{color: var(--black);}
.contact-form textarea {height: 120px;resize: none;}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: var(--green);
    box-shadow: 0 0 10px rgba(0,255,150,0.3);
}


/* ===============================
   TESTIMONIAL SECTION 2026
=============================== */

.testimonial-card {
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(135deg,rgba(255,255,255,0.15),rgba(255,255,255,0.05));
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255,255,255,0.25);
    padding: 28px 26px;
    box-shadow: 0 30px 70px rgba(0,0,0,0.25);
    transition: all .35s ease;
    position: relative;
    overflow: hidden;
}
.testimonial-card::before {
    content: "";
    position: absolute;
    top: -40%;
    left: -40%;
    width: 180%;
    height: 180%;
    background: radial-gradient(circle,rgba(255,255,255,0.15),transparent 60%);
    opacity: .6;
}
.testimonial-card:hover {transform: translateY(-8px);box-shadow: 0 45px 90px rgba(0,0,0,0.35);}
.testimonial-content {position: relative;z-index: 2;}
.testimonial-rating {font-size: 16px;letter-spacing: 2px;color: #ffd700;}
.testimonial-content p{font-size: 16px;line-height: 1.5;font-weight: 400;}

/* ===============================
   TERMS SECTION
=============================== */

.terms-section .paragraph{
    line-height: 1.5;
    margin-bottom: 10px !important;
}

/* ===============================
       FAQ SECTION
=============================== */


.faq-item {border-bottom: 1px solid #e5e7eb;}
.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 22px 0;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-icon {
  font-size: 24px;
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-answer p {
  padding-bottom: 20px;
  margin: 0;
  color: #4b5563;
  line-height: 1.7;
}

/* ACTIVE STATE */
.faq-item.active .faq-answer {
  max-height: 350px; /* enough for content */
}

.faq-item.active .faq-icon {
  transform: rotate(45deg); /* + becomes × */
}


