/*============================================
  start  main-category
==============================================*/
.excursions-header p,
 .jte-city-page__intro p{
    font-family: var(--font-family);
    font-weight: 400 !important;
    line-height: 24px !important;;
    color: #000 !important;
    font-size: 18px !important;
}

.main-category {
    position: relative;
    border-radius: 40px 40px 0 0;
    height: 75vh;
    z-index: 1;
    background: var(--light-background);
}

.main-category-img {
    height: 100%;
    width: 100%;
    position: relative;
    clip-path: ellipse(90% 65% at 50% 35%);
}

.main-category-img img {
    object-fit: cover;
    border-radius: 40px 40px 0 0;
    height: 100%;
    min-width: 100%;
    filter: brightness(0.7);
}

.main-category-content {
    color: var(--white-color);
    position: absolute;
    top: 50%;
    left: 70px;
    transform: translate(0, -50%);
}

.main-category-content h1 {
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
    max-width: 900px;
    text-transform: uppercase;
}

.main-category-content h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: normal;
    max-width: 830px;
}

.category-page-navbar {
    position: relative;
    z-index: 200;
    background: var(--white-color);
    min-width: 600px;
    border-radius: 999px;
    box-shadow: var(--box-shadow);
    padding: 1rem;
    margin: auto;
    margin-top: -20px;
    width: fit-content;
}

.category-page-navbar.is-fixed {
    position: sticky;
    top: 85px;
}

.tours-by-tabs .card-title {
    font-size: 18px;
    font-weight: 600 !important;
    color: var(--second-color);
    margin-bottom: 5px;
    line-height: 1.4;
    max-height: calc(1.4 * 2em);
    max-height: calc(1.4 * 2em);
    overflow: hidden;
}

.main-category-tabs-list {
    display: flex;
    align-items: center;
    border: 1px solid var(--border-color);
    border-radius: 999px;
    overflow: hidden;
}

.main-category-tabs-list li {
    padding: initial;
    flex: 1;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
}

.main-category-tabs-list li a {
    display: block;
    color: var(--third-color);
    height: 100%;
    width: 100%;
    padding: 0.75rem;
}

.main-category-tabs-list li.active {
    background-color: var(--main-color);
    border-radius: 999px;
}

.main-category-tabs-list li.active a {
    color: var(--white-color);
}

.top-experience-tours {
    background-color: var(--light-background);
}

.why_jte {
    padding-top: 30px;
}

.why_jte-card {
    background-color: var(--light-background);
    border-radius: 20px;
    padding: 40px;
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
    overflow: hidden;
}

.why_jte-card>* {
    flex: 1;
}

.why_jte-card .content {
    flex: 1;
    z-index: 1;
}

.why_jte-card .content .title {
    font-size: 28px;
    font-weight: bold;
    color: var(--second-color);
    margin-bottom: 20px;
    line-height: 1.2;
}

.why_jte-card .content p {
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--third-color);
    line-height: 1.6;
    margin-bottom: 0;
    text-transform: uppercase;
}

.image-container {
    flex-shrink: 0;
    z-index: 1;
}

.jte-image {
    object-fit: cover;
    border-radius: 15px;
    box-shadow: var(--sharp-box-shadow);
}

/* Responsive design */
@media (max-width: 991px) {
    .main-category {
        height: 30vh;
        border-radius: 24px 24px 0 0;
    }

    .main-category-img {
        clip-path: none;
    }

    .main-category-img img {
        border-radius: 24px 24px 0 0;
    }

    .main-category-content {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        padding: 0 20px;
        width: 100%;
    }

    .main-category-content h1 {
        font-size: 32px;
        max-width: 100%;
    }

    .main-category-content h2 {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .category-page-navbar {
        min-width: auto;
        width: 95%;
        padding: 0.5rem;
        margin-top: -30px;
    }

    .main-category-tabs-list {
        overflow-x: auto;
        white-space: nowrap;
    }

    .main-category-tabs-list li {
        flex: 0 0 auto;
        font-size: 14px;
    }

    .main-category-tabs-list li a {
        padding: 0.6rem 1rem;
    }
}

@media (max-width: 768px) {
    .why_jte-card {
        padding: 20px 16px;
        gap: 20px;
    }

    .why_jte-card .content .title {
        font-size: 22px;
    }

    .why_jte-card .content p {
        font-size: 14px;
        line-height: 1.5;
    }

    .jte-image {
        height: 220px;
        object-fit: cover;
    }
}

@media (max-width: 768px) {
    .jte-discover-banner {
        padding: 30px 20px;
    }

    .jte-discover-banner .banner-title {
        font-size: 22px;
    }

    .banner-links {
        gap: 16px;
    }

    .banner-links a {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .why_jte-card {
        flex-direction: column;
        padding: 20px;
        text-align: center;
    }

    .jte-image {
        width: 100%;
        height: 250px;
    }
}

.experience-card {
    background-color: var(--second-color);
    border-radius: 20px;
    padding: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 40px;
    color: var(--white-color);
    position: relative;
    overflow: hidden;
    box-shadow: var(--box-shadow);
    padding-bottom: 0;
    margin: 2rem auto;
}

.experience-card>* {
    flex: 1;
}

.experience-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg,
            var(--third-color) 0%,
            var(--second-color) 100%);
    border-radius: 20px;
    z-index: -1;
}

.experience-card {
    background-color: transparent;
}

.experience-card.second,
.experience-card.third {
    .title {
        color: var(--third-color);
    }

    .description {
        color: var(--third-color);
    }

    .subtitle {
        color: var(--third-color);
    }
}

.experience-card.second::before {
    background: radial-gradient(circle at 180% 150%, #3567f6 40%, transparent 60%),
        radial-gradient(circle at 110% 150%,
            rgba(112, 203, 244, 0.3) 50%,
            transparent 60%),
        radial-gradient(circle at 100% 130%,
            rgba(112, 203, 244, 0.8) 60%,
            transparent 70%),
        radial-gradient(circle at 110% 150%,
            rgba(112, 203, 244, 0.4) 70%,
            transparent 80%);
}

.experience-card.third::before {
    background: radial-gradient(circle at center, #a9e0f8, transparent 60%),
        radial-gradient(farthest-side at 0 90%, #e2f5fd, transparent 80%),
        radial-gradient(farthest-side at 108% 108%, #a9e0f8, transparent 110%),
        radial-gradient(#a9e0f8, #70cbf4, transparent 80%);
}

.left-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.experience-card .title {
    font-size: 32px;
    font-weight: bold;
    color: var(--white-color);
    margin-bottom: 30px;
    line-height: 1.1;
    z-index: 1;
    position: relative;
}

.illustration-container {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.illustration-container img {
    height: auto;
    max-width: 88%;
    padding-right: 13px;
    width: 600px;
}

.right-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.experience-card .subtitle {
    font-size: 20px;
    font-weight: bold;
    color: var(--white-color);
    margin: 0;
    line-height: 1.3;
}

.experience-card .description {
    font-size: 16px;
    color: var(--light-color);
    line-height: 1.6;
    margin: 0;
}

.experience-card .cta {
    font-size: 14px;
    color: var(--white-color);
    font-style: italic;
    align-self: flex-start;
    margin-top: 10px;
}

/* Responsive design */
@media (max-width: 768px) {
    .experience-card {
        flex-direction: column;
        padding: 30px 20px;
        text-align: center;
        gap: 30px;
    }

    .experience-card .left-section {
        flex-direction: row;
        justify-content: center;
        width: 100%;
    }

    .experience-card .title {
        font-size: 28px;
        margin-bottom: 20px;
        align-self: center;
    }

    .illustration-container {
        justify-content: center;
    }

    .experience-card .star {
        display: none;
    }
}

.section-title span {
    color: var(--main-color);
}

.guide-slider-section {
    margin: 2rem 0;
}

.guide-slide-container {
    display: flex;
    background: var(--second-color);
    min-height: 400px;
}

/* Left text */
.guide-text-box {
    width: 50%;
    padding: 60px 50px;
    color: var(--light-color);
    position: relative;
}

.guide-text {
    font-size: 20px;
    line-height: 1.7;
    max-width: 90%;
}

.next-btn {
    position: absolute;
    right: 50px;
    bottom: 40px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: var(--white-color);
    border: none;
    font-size: 22px;
    cursor: pointer;
    color: var(--second-color);
    z-index: 10;
}

/* Right image */
.guide-image-box {
    width: 50%;
    position: relative;
}

.guide-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 400px;
}

.guide-info {
    background: var(--main-color);
    color: var(--white-color);
    padding: 25px;
    width: 70%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.guide-link {
    color: var(--third-color);
    font-size: 22px;
    text-decoration: underline;
}

.guide-link:hover {
    color: var(--third-color);
}

.guide-info p {
    color: var(--third-color);
    font-size: 20px;
}

@media (max-width: 991px) {
    .guide-slide-container {
        flex-direction: column;
    }

    .guide-text-box,
    .guide-image-box {
        width: 100%;
    }

    .guide-info {
        width: 100%;
    }
}

.jte-discover-banner {
    background: var(--third-color);
    border-radius: 20px 20px 0 0;
    padding: 40px 50px;
    position: relative;
    overflow: hidden;
    margin-top: 40px;
    background: linear-gradient(180deg,
            var(--third-color) 40%,
            rgba(27, 17, 92, 0.7) 100%);
}

.jte-discover-banner .banner-title {
    color: var(--white-color);
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
}

.jte-discover-banner .banner-title span {
    color: var(--light-color);
}

.banner-links {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.banner-links a {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: opacity 0.3s;
}

.banner-links a:hover {
    opacity: 0.8;
}

.banner-links i {
    font-size: 14px;
}

/*============================================
  end  main-category
==============================================*/
/*============================================
  start sub-category
==============================================*/
.sub-category-hero {
    position: relative;
    height: 250px;
    background: linear-gradient(rgba(27, 17, 92, 0.4), rgba(16, 37, 96, 0.5));
    padding: 50px 70px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sub-category-hero img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.breadcrumb {
    color: var(--white-color);
    font-size: 14px;
    margin-bottom: 20px;
}

.breadcrumb a {
    color: var(--white-color);
    text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--white-color);
    padding-inline: 0.2rem;
}

.breadcrumb-item+.breadcrumb-item {
    padding: 0;
}

.breadcrumb-item.active {
    color: var(--white-color);
}

.sub-category-result {
    padding: 50px 60px 30px 60px;
    position: relative;
}

.hero-title {
    color: var(--white-color);
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.search-box {
    background: var(--white-color);
    border-radius: 15px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 7px;
    max-width: 500px;
    position: relative;
}

.search-box input {
    border: none;
    outline: none;
    flex: 1;
    font-size: 15px;
    color: var(--second-color);
    font-weight: 600;
    font-family: inherit;
    height: 30px;
}

.flatpickr-calendar {
    font-size: 16px;
    /* padding: 10px; */
    width: auto;
}

.flatpickr-months {
    padding: 10px 0;
}

.flatpickr-days {
    grid-gap: 6px;
}

.flatpickr-day {
    /* padding: 10px !important; */
    font-size: 14px;
    border-radius: 8px;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
    background: var(--main-color);
    color: #fff;
}

.flatpickr-day:hover {
    background: var(--light-color);
    color: #fff;
    border-radius: 8px;
}

.search-box input {
    padding-left: 45px;
    height: 40px;
    border-radius: 12px;
    border: 1px solid var(--border-color);
    font-size: 15px;
    width: 100%;
}

.search-box input:focus {
    border-color: var(--main-color);
    box-shadow: 0 4px 20px rgb(0 0 0 / 0.1);
}

.search-box span svg {
    position: static;
    /* left: 14px; */
    width: 24px;
    /* top: 50%; */
    height: 24px;
    transform: none;
    stroke: var(--main-color);
}

.sub-category-destinations {
    padding: 30px 50px;
    background-color: var(--background-color);
}

.destination-swiper .destination-item img {
    height: 200px;
}

.destination-swiper .swiper-slide {
    height: auto;
    max-width: 350px;
    margin: 0 10px;
}

.destination-swiper {
    position: relative;
}

.destination-navigation .swiper-button-next,
.destination-navigation .swiper-button-prev {
    color: #000;
}

.destination-navigation .swiper-button-next {
    right: 0;
    left: auto;
    top: 50%;
    transform: translateY(50%);
}

.destination-navigation .swiper-button-prev {
    left: 0;
    right: auto;
    top: 50%;
    transform: translateY(50%);
}

/* Sidebar */
.filter-sidebar {
    background: var(--white-color);
    border-radius: 12px;
    padding: 0 0.5rem;
    margin: 0 auto;
}

.filter-section {
    margin-bottom: 0;
}

.filter-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    color: var(--third-color);
    transition: color 0.3s;
}

.filter-header:hover {
    color: var(--main-color);
}

.chevron {
    width: 15px;
    height: 15px;
    transition: transform 0.3s ease;
    stroke: var(--para-color);
}

.chevron.open {
    transform: rotate(180deg);
}

.filter-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.filter-content.open {
    max-height: 500px;
    padding-top: 20px;
}

.divider {
    height: 1px;
    background-color: var(--border-color);
    margin: 20px 0;
}

/* Range Slider Styles */
.range-slider-container {
    position: relative;
    height: 40px;
    margin-bottom: 20px;
}

.range-track {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 4px;
    background-color: var(--border-color);
    border-radius: 2px;
    transform: translateY(-50%);
}

.range-active {
    position: absolute;
    top: 50%;
    height: 4px;
    background-color: var(--main-color);
    border-radius: 2px;
    transform: translateY(-50%);
    transition: left 0.1s, right 0.1s;
}

.range-input {
    position: absolute;
    width: 100%;
    height: 4px;
    background: transparent;
    pointer-events: none;
    appearance: none;
    -webkit-appearance: none;
    top: 50%;
    transform: translateY(-50%);
}

.range-input::-webkit-slider-thumb {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: var(--main-color);
    border: 3px solid var(--white-color);
    border-radius: 50%;
    cursor: pointer;
    pointer-events: all;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 4;
}

.range-input::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: var(--main-color);
    border: 3px solid var(--white-color);
    border-radius: 50%;
    cursor: pointer;
    pointer-events: all;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.range-input::-webkit-slider-thumb:hover {
    background: var(--second-color);
}

.range-input::-moz-range-thumb:hover {
    background: var(--second-color);
}

.range-input.min {
    z-index: 3;
}

.range-input.max {
    z-index: 4;
}

/* Input Fields */
.input-group {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: nowrap;
}

.input-wrapper {
    flex: 1;
}

.price-input-box {
    border: 2px solid var(--border-color);
    border-radius: 12px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: border-color 0.3s;
}

.price-input-box:focus-within {
    border-color: var(--main-color);
}

.price-input-box label {
    color: var(--para-color);
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}

.price-input-box input {
    border: none;
    outline: none;
    color: var(--second-color);
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    font-family: inherit;
}

.price-input-box input::-webkit-outer-spin-button,
.price-input-box input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.price-input-box input[type="number"] {
    -moz-appearance: textfield;
}

/* Dropdown Content */
.dropdown-content {
    padding: 15px 0;
}

.checkbox-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    cursor: pointer;
}

.checkbox-item input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: var(--main-color);
}

.checkbox-item label {
    color: var(--second-color);
    font-size: 14px;
    cursor: pointer;
    flex: 1;
}

/* .checkbox-count {
    color: var(--para-color);
    font-size: 13px;
} */

/* Where to go section */
.where-section {
    margin-bottom: 40px;
}

/* .section-title-para {
    max-height: 220px;
} */

.section-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--second-color);
    font-family: var(--font-text);
    margin-bottom: 20px;
}

.destination-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-bottom: 40px;
}

.destination-card {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    height: 150px;
}

.destination-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    width: 100px;
    border-radius: 12px;
}

.destination-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    padding: 15px;
    color: var(--white-color);
}

.destination-badge {
    background: var(--main-color);
    color: var(--white-color);
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 5px;
}

.destination-name {
    font-size: 14px;
    font-weight: 600;
}

.destination-count {
    font-size: 12px;
    opacity: 0.9;
}

/* Excursions Section */
.excursions-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.filter-tabs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--border-color);
}

.filter-tab {
    padding: 8px 16px;
    border: 1px solid var(--third-color);
    border-radius: 20px;
    background: var(--white-color);
    color: var(--third-color);
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: 600;
    white-space: nowrap;
}

.filter-tab:hover,
.filter-tab.active {
    background: var(--main-color);
    color: var(--white-color);
    border-color: var(--main-color);
}

.activity-card.active {
    display: block;
}

/* .activity-card {
  display: none;
} */

.sub-category-sort {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1rem auto;
}

.sort-dropdown {
    padding: 8px 16px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    background: transparent;
}

.price {
    font-size: 20px;
    font-weight: 700;
    color: var(--main-color);
}

.view-more-btn {
    display: block;
    margin: 40px auto;
    padding: 12px 40px;
    background: var(--white-color);
    border: 2px solid var(--main-color);
    color: var(--main-color);
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.view-more-btn:hover {
    background: var(--main-color);
    color: var(--white-color);
}

/* Info Section */
.info-section {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 2px solid var(--border-color);
}

.info-text {
    font-size: 15px;
    line-height: 1.8;
    color: var(--black-color);
    margin-bottom: 15px;
}

.read-more {
    color: var(--main-color);
    cursor: pointer;
    font-weight: 600;
}

/* Links Section */
.links-section {
    margin-top: 40px;
}

.links-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.links-column h3 {
    font-size: 16px;
    color: var(--second-color);
    margin-bottom: 15px;
}

.links-list {
    list-style: none;
}

.links-list li {
    margin-bottom: 8px;
}

.links-list a {
    color: var(--main-color);
    text-decoration: none;
    font-size: 14px;
}

.links-list a:hover {
    text-decoration: underline;
}

.excursions-section .col-lg-4 {
    margin-bottom: 20px;
}

/* Responsive */
@media (max-width: 1200px) {
    .activities-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 968px) {
    .sub-category-container {
        grid-template-columns: 1fr;
    }

    .sidebar {
        position: static;
    }

    .destination-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .sub-category-hero {
        padding: 20px;
        height: 280px !important;
    }

    .hero-title {
        font-size: 32px;
    }

    .filter-tabs {
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .links-grid {
        grid-template-columns: 1fr;
    }
}

/*============================================
  end sub-category
==============================================*/
.jte-faq-section {
    background: var(--light-background);
    padding: 40px 0;
}

.faq-wrapper {
    padding: 0 50px;
}

.faq-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
}

.faq-item {
    background: white;
    margin-bottom: 12px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #d4edff;
}

.faq-question {
    width: 100%;
    background: white;
    border: none;
    padding: 18px 20px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question:focus {
    outline: none;
}

.faq-icon {
    background: var(--main-color);
    color: white;
    font-size: 16px;
    display: inline-flex;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
    background: var(--main-color);
}

.faq-answer {
    display: none;
    padding: 0 20px 15px;
    line-height: 1.7;
    color: var(--second-color);
    font-size: 16px;
}

.faq-item.active .faq-answer {
    display: block;
}

.jte-city-page__intro {
    background: var(--white-color);
    padding: 30px 50px;
}

.jte-city-page__intro .section-title-para,
.excursions-section .section-title-para {
    max-height: calc(1.5 * 7em);
}

/*===================================
      start faq-blocks
  ==================================*/
.faq-blocks-section {
    background: #e8f6ff;
    padding: 50px 0;
}

.faq-big-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.faq-block {
    background: #ffffff;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #d9eefc;
}

.faq-block.full-width {
    grid-column: span 2;
}

.faq-block-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

.faq-block-text {
    font-size: 15px;
    margin-bottom: 12px;
    color: #444;
}

.faq-links a {
    color: #1678ff;
    text-decoration: none;
    font-size: 15px;
}

.faq-links a:hover {
    text-decoration: underline;
}

.view-all {
    display: inline-block;
    margin-top: 25px;
    font-size: 16px;
    font-weight: 600;
    color: #1678ff;
    text-decoration: none;
}

.view-all:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
    .faq-wrapper {
        padding: 0 20px;
    }

    .faq-question {
        text-align: left;
    }

    .faq-grid {
        grid-template-columns: 1fr;
    }

    .faq-block.full-width {
        grid-column: span 1;
    }
}

/*===================================
      end faq-blocks
  ==================================*/
/*===================================
   Start All Destinations
  ====================================*/

.all-destinations .destinations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.all-destinations .destination-card {
    background-color: var(--white-color);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 2px 10px 0 rgba(35, 35, 35, 0.1);
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    padding: 15px;
    height: auto;
    height: 100px;
    cursor: pointer;
    gap: 10px;
}

.all-destinations .destination-card a {
    display: block;
    height: 100%;
    width: 100%;
}

.all-destinations .destination-card:hover {
    transform: translateY(-2px);
}

.all-destinations .destination-image {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    object-fit: cover;
    margin-right: 15px;
}

.all-destinations .destination-name {
    font-weight: 600;
    font-size: 1rem;
    color: var(--second-color);
    margin-left: 10px;
}

.alphabet-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 20px 0;
}

.letter-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.8rem;
    cursor: pointer;
    transition: all 0.2s ease;
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    color: var(--second-color);
}

.letter-btn.active {
    background-color: var(--main-color);
    color: var(--white-color);
    border-color: var(--main-color);
}

.letter-btn:hover:not(.active) {
    background-color: var(--light-background);
    border-color: var(--light-color);
}

.destinations-list {
    margin-top: 20px;
}

.letter-section {
    margin-bottom: 30px;
    scroll-margin-top: 100px;
}

.letter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    background-color: var(--light-background);
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.letter-header:hover {
    background-color: var(--white-color);
}

.letter-header h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--second-color);
}

.letter-header .arrow {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
    color: var(--third-color);
}

.letter-header.expanded .arrow {
    transform: rotate(180deg);
}

.destination-list {
    list-style: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.letter-section.expanded .destination-list {
    max-height: 1000px;
    padding: 15px 0;
}

.allDestination-item {
    padding: 8px 15px;
    border-bottom: 1px solid var(--border-color);

    font-size: 0.9rem;
    transition: background-color 0.2s ease;
    display: block;
}

.allDestination-item a {
    color: var(--third-color);
}

.allDestination-item:last-child {
    border-bottom: none;
}

.allDestination-item:hover {
    background-color: var(--light-background);
}

@media (max-width: 768px) {
    .destinations-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }

    .search-bar {
        margin: 0 10px;
    }

    .nav-links {
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .destinations-grid {
        grid-template-columns: 1fr;
    }

    .destination-card {
        padding: 10px;
    }

    .destination-image {
        width: 50px;
        height: 50px;
    }

    .letter-btn {
        width: 28px;
        height: 28px;
        font-size: 0.7rem;
    }
}

/*======================================
  start category page
====================================== */
.category-destinations {
    padding: 60px 50px;
}

.category-destinations .destination-item {
    height: 200px;
    margin-bottom: 20px;
}

/*======================================
  End category page
====================================== */
/*======================================
  start  destination details page
====================================== */
.destinations-hero {
    height: 230px;
    background: linear-gradient(rgb(31 62 102 / 66%), rgb(31 62 102));
    border-radius: 40px 40px 0 0;
    margin-top: 20px;
}

.destinations-hero .search-box {
    max-width: 700px;
}

.destinations-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
}

.destinations-search,
.search-box {
    flex: 1;
}

.destinations-search {
    position: relative;
    border-radius: 15px;
    background-color: var(--white-color);
    overflow: hidden;
}

.destinations-search .search-btn {
    background: var(--main-color);
    padding: 10px 15px;
    color: var(--white-color);
    border-radius: 999px;
    min-width: 150px;
    text-align: center;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    border: none;
}

.destinations-search form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.destinations-search input {
    border-radius: 15px;
    height: 57px;
    border: none;
}

@media (max-width: 768px) {
    .destinations-filter {
        flex-direction: column;
    }
     .category-destinations {
    padding: 1rem;
    }
    .jte-city-page__intro {
        padding: 1rem;
    }
    .destinations-search,
    .search-box {
        width: 100%;
        max-width: 100%;
    }
}

/*======================================
  end  destination details page
====================================== */
/*======================================
  start top attractions  page
====================================== */
.attraction-swiper {
    position: relative;
    padding-inline: 2rem;
}

.location-section {
    padding: 0 60px 30px 60px;
}

.map-container {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 30px;
    align-items: start;
}

.map-wrapper {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--box-shadow);
    position: relative;

}

.location-info-card {
    background: var(--background-color);
    border-radius: 20px;
    padding: 30px;
    box-shadow: var(--box-shadow);
    display: flex;
    flex-direction: column;
    gap: 25px;
    text-align: center;
}

.location-header {
    display: flex;
    align-items: center;
    gap: 20px;
}

.location-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.location-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.location-details h2 {
    color: var(--second-color);
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 5px;
}

.location-details p {
    color: var(--para-color);
    font-size: 16px;
}

.btn-take-me-there {
    background: var(--main-color);
    color: var(--white-color);
    border: none;
    border-radius: 50px;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: var(--font-family);
    box-shadow: 0 4px 12px rgba(53, 103, 246, 0.3);
}

.btn-take-me-there:hover {
    background: var(--second-color);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(53, 103, 246, 0.4);
}

.btn-view-activities {
    background: var(--white-color);
    color: var(--main-color);
    border: 2px solid var(--main-color);
    border-radius: 50px;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: var(--font-family);
}

.btn-view-activities:hover {
    background: var(--main-color);
    color: var(--white-color);
}

.location-cta {
    background: var(--third-color);
    border-radius: 20px;
    padding: 1.5rem;
    width: 100%;
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}

@media (max-width: 1024px) {
    .map-container {
        grid-template-columns: 1fr;
    }

    .map-wrapper {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 24px;
    }

    .location-header {
        flex-direction: column;
        text-align: center;
    }

    .location-details h2 {
        font-size: 22px;
    }

    .map-wrapper {
        height: 350px;
    }
}

/*======================================
  End top attractions  page
====================================== */
