.hero-bottom-nav {
    background-color: var(--second-color);
    position: sticky;
    z-index: 200;
    text-transform: uppercase;
    top: 100%;
}

.about-content {
    padding-block: 50px;
}

.about-content:nth-child(odd) .row {
    flex-direction: row-reverse;
}

.breadcrumb-banner .section-title h2 {

    max-width: 100%;
}


.price-breakdown {
    background-color: var(--second-color);
}

.price-breakdown span:not(.section-title-span) {
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
}

.price-breakdown h2 {
    font-size: 40px;
    color: var(--main-color);
}
.section-title h2 {
    font-size: 40px;
}
.price-breakdown-wrapper {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    position: relative;
    gap: 10%;
}

.price-breakdown-item {
    flex: 1;
}


.price-breakdown-wrapper::before {
    height: 80%;
    position: absolute;
    content: "";
    right: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 2px;
    background-color: var(--main-color);
    z-index: 22;
    opacity: 0.5;
}

.price-breakdown-item ul li,
.book-trust-item ul li {
    font-size: 20px;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
    text-align: left;
}

.price-breakdown-item ul li::before,
.book-trust-item ul li::before {
    position: absolute;
    top: 10px;
    left: -10px;
    content: "";
    border: 1px solid var(--main-color);
    border-radius: 50%;
    height: 10px;
    width: 10px;
}

.book-trust h2,
.tour-leader h2 {
    color: var(--main-color);
    font-size: 60px;
    font-weight: 500;
}

.tour-leader-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}



.tour-leader-wrapper a img {
    border-radius: 50%;
    height: 130px;
    width: 130px;
}

.tour-leader-wrapper tour-leader-link {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.tour-leader-item {
    text-align: center;
    margin: 50px;
}

.tour-leader-item h3 {
    font-size: 60px;
    color: var(--main-color);
    text-transform: uppercase;
    margin: 15px auto;
}

.tour-leader-item p {
    font-size: 20px;
    color: var(--main-color);
}

.tour-leader-item img {
    border-radius: 50%;
}

.mobile-hero-nav {
    position: sticky;
    top: 100%;
}

.gallery-slider .swiper-button-next:after,
.gallery-slider .swiper-rtl .swiper-button-next:after {
    content: "\f061";
    font: var(--fa-font-solid);
    font-size: 25px;
    z-index: 20;
    position: absolute;
}

.gallery-slider .swiper-button-prev:after,
.gallery-slider .swiper-rtl .swiper-button-prev:after {
    content: "\f060";
    font: var(--fa-font-solid);
    font-size: 25px;
    z-index: 20;
    position: absolute;
}

.gallery-slider .swiper-button-prev:hover,
.gallery-slider .swiper-button-next:hover {
    background-color: var(--second-color);
    color: var(--main-color);
}

.gallery-slider .swiper-pagination {
    bottom: 3rem !important;
    text-align: center;
}

.gallery-slider .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    background: var(--white-color) !important;
    opacity: 1;
}

.gallery-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: transparent !important;
    border: 1px solid var(--white-color);
}

.gallery-slider .swiper-button-prev {
    left: 5rem;
}

.gallery-slider .swiper-button-next {
    right: 5rem;
}

.gallery-slider .swiper-button-next,
.gallery-slider .swiper-button-prev {
    color: var(--white-color);
    background-color: transparent;
    padding: 1.75rem;
    border: 1px solid var(--white-color);
    border-radius: 50%;
}

.contact-img img {
    height: 80vh;
    object-fit: cover;
}

.input-box {
    position: relative;
    margin-top: 10px;
}

.select-box {
    margin: 15px 0;
}

.input-box input[type="date"]:focus+label,
.input-box input[type="date"]:valid+label,
.input-box input[type="number"]:focus+label,
.input-box input[type="tel"]:focus+label,
.input-box input:not(:placeholder-shown)+label,
.input-box input[type="email"]:focus+label,
.input-box input[type="text"]:focus+label,
.input-box input[type="text"]:not(:placeholder-shown)+label,
.input-box textarea:focus+label,
.input-box textarea:not(:placeholder-shown)+label {
    left: 15px;
    top: -1.5rem;
    font-size: 14px;
    color: var(--white-color);
    padding: 3px 5px;
    background-color: var(--main-color);
    border-radius: 2px;
}

.input-box label {
    position: absolute;
    top: 1rem;
    z-index: 20;
    left: 20px;
    font-size: 13px
}

.input-box .phone-number label {
    margin-left: 130px !important;
}

.contact-call,
.contact-email {
    color: var(--main-color);
    font-size: 16px;
    font-weight: 600;
    margin: 10px;
}

.contact-call i,
.contact-email i {
    margin-right: 5px;
}

.contact-form {
    margin: 20px auto;
}

.contact-section input,
.contact-section .form-select {
    height: 50px !important;
}

.itineraries-map {
    background: var(--second-color);
    padding: 70px 0;
}

.nav.nav-tabs {
    border: none;
}

.nav-tabs .nav-link {
    background-color: transparent;
    color: var(--main-color);
    border: none !important;
    font-weight: 600;
    opacity: 0.5;
}

.nav-tabs .nav-link.active {
    background-color: transparent;
    color: var(--main-color);
    border: none !important;
    font-weight: 600;
    opacity: 1;
}

.map-container {
    height: 80vh;
    -webkit-transition: linear 0.2s;
    -o-transition: linear 0.2s;
    transition: linear 0.2s;
}

.map-container *,
.leaflet-container *,
button *,
.nav-tabs * {
    transition: none !important;
}

.itineraries-map .section-title h2 {
    font-size: 60px;
}

.itineraries-map .section-title {
    margin-inline: 50px;
}

.travel-photo {
    width: 100%;
    height: 300px;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: var(--main-color);
    color: #fff;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
    font-size: 14px;
    font-weight: 600;
}

.select-text {
    color: var(--main-color);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.left-btn,
.right-btn {
    border: 1px solid var(--main-color);
    background: transparent;
    padding: 0.5rem 0.75rem;
    border-radius: 50%;
    margin-right: 10px;
}

/*==================================
itinerary
===================================*/

.itinerary-main-container {
    padding: 70px 0;
    background: var(--main-grey);
    font-family: var(--font-normal);
}

.itinerary-container {
    max-width: 1400px;
    margin: 0 auto;
    background: var(--white-color);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 25px 80px rgba(46, 47, 49, 0.12);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(186, 141, 74, 0.1);
}

.itinerary-header {
    background: linear-gradient(135deg, var(--second-color) 0%, var(--rich-gold) 100%);
    padding: 3rem 2rem;
    color: var(--main-color);
    position: relative;
    overflow: hidden;
}

.itinerary-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 200%;
    background: linear-gradient(45deg, transparent 30%, rgba(186, 141, 74, 0.1) 50%, transparent 70%);
    transform: rotate(20deg);
    animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {

    0%,
    100% {
        transform: translateX(-100%) rotate(20deg);
    }

    50% {
        transform: translateX(100%) rotate(20deg);
    }
}

.header-content {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.main-title {
    font-family: var(--font-heading);
    font-size: clamp(1.8rem, 4vw, 2rem);
    font-weight: 400;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, var(--main-color) 0%, #1a1b1c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

}

.trip-details {
    display: flex;
    gap: 2rem;
    margin-top: 1rem;
    flex-wrap: wrap;
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.1);
    padding: 0.5rem 1rem;
    border-radius: 50px;
    backdrop-filter: blur(10px);
}

.expand-all-btn {
    background: linear-gradient(135deg, var(--faux-gold) 0%, var(--rich-gold) 100%);
    color: var(--white-color);
    border: none;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(186, 141, 74, 0.3);
    position: relative;
    overflow: hidden;
}

.expand-all-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s;
}

.expand-all-btn:hover::before {
    left: 100%;
}

.expand-all-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(186, 141, 74, 0.4);
}

.itinerary-timeline {
    padding: 2rem;
    position: relative;
}

.timeline-line {
    position: absolute;
    left: 4rem;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, var(--faux-gold) 0%, var(--soft-gold) 50%, var(--faux-gold) 100%);
    border-radius: 50px;
}

.timeline-item {
    position: relative;
    margin-bottom: 2rem;
    opacity: 0;
    transform: translateX(-30px);
    animation: slideInLeft 0.6s ease forwards;
}

.timeline-item:nth-child(2) {
    animation-delay: 0.1s;
}

.timeline-item:nth-child(3) {
    animation-delay: 0.2s;
}

.timeline-item:nth-child(4) {
    animation-delay: 0.3s;
}

.timeline-item:nth-child(5) {
    animation-delay: 0.4s;
}

.timeline-item:nth-child(6) {
    animation-delay: 0.5s;
}

@keyframes slideInLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.timeline-marker {
    top: 1.5rem;
    position: absolute;
    left: 3.25rem;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 8px 25px rgba(186, 141, 74, 0.3);
}

.start-marker,
.end-marker {
    background: linear-gradient(135deg, var(--faux-gold) 0%, var(--rich-gold) 100%);
    color: var(--white-color);
    font-size: 1.2rem;
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

.marker-dot {
    background: linear-gradient(135deg, var(--faux-gold) 0%, var(--rich-gold) 100%);
    color: var(--white-color);
    font-size: 1rem;
    position: relative;
}

.marker-dot::after {
    content: '';
    position: absolute;
    inset: -8px;
    border: 2px solid rgba(186, 141, 74, 0.2);
    border-radius: 50%;
    animation: ripple 2s ease-in-out infinite;
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.day-card {
    margin-left: 8rem;
    background: var(--white-color);
    border-radius: 20px;
    box-shadow: 0 15px 45px rgba(46, 47, 49, 0.08);
    overflow: hidden;
    border: 1px solid rgba(186, 141, 74, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.day-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 25px 60px rgba(46, 47, 49, 0.15);
    border-color: var(--faux-gold);
}

.day-header {
    padding: 2rem;
    background: linear-gradient(135deg, var(--main-grey) 0%, #ffffff 100%);
    border-bottom: 1px solid rgba(186, 141, 74, 0.1);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.day-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(186, 141, 74, 0.05), transparent);
    transition: left 0.6s ease;
}

.day-card:hover .day-header::before {
    left: 100%;
}

.day-number {
    display: inline-block;
    background: linear-gradient(135deg, var(--second-color) 0%, var(--rich-gold) 100%);
    color: var(--white-color);
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 1rem;
    box-shadow: 0 4px 15px rgba(186, 141, 74, 0.3);
}

.day-title {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    color: var(--main-color);
    margin-bottom: 0.5rem;
    font-weight: 400;
}

.day-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.day-content.expanded {
    max-height: 1000px;
}

.activities-grid {
    padding: 2rem;
    display: grid;
    gap: 1.5rem;
}

.activity-card {
    background: linear-gradient(135deg, #ffffff 0%, #fefefe 100%);
    padding: 1.5rem;
    border-radius: 16px;
    border-left: 4px solid var(--faux-gold);
    box-shadow: 0 8px 25px rgba(46, 47, 49, 0.04);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.activity-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -4px;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, var(--faux-gold) 0%, var(--rich-gold) 100%);
    transform: scaleY(0);
    transition: transform 0.3s ease;
    transform-origin: bottom;
}

.activity-card:hover::before {
    transform: scaleY(1);
    transform-origin: top;
}

.activity-card:hover {
    transform: translateX(8px);
    box-shadow: 0 12px 35px rgba(46, 47, 49, 0.08);
}

.activity-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--soft-gold) 0%, var(--faux-gold) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    margin-bottom: 1rem;
    box-shadow: 0 8px 20px rgba(186, 141, 74, 0.2);
}

.activity-title {
    font-weight: 600;
    color: var(--main-color);
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.activity-desc {
    color: var(--para-color);
    line-height: 1.6;
    font-size: 0.95rem;
}

.expand-icon {
    transition: transform 0.3s ease;
    color: var(--faux-gold);
    font-size: 1.2rem;
    flex-shrink: 0;
}

.day-card.expanded .expand-icon {
    transform: rotate(180deg);
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    body {
        padding: 1rem;
    }

    .itinerary-header {
        padding: 2rem 1rem;
    }

    .timeline-line {
        left: 2rem;
    }

    .timeline-marker {
        left: 1.25rem;
    }

    .day-card {
        margin-left: 4rem;
    }

    .trip-details {
        gap: 1rem;
    }

    .header-content {
        flex-direction: column;
        align-items: stretch;
    }

    .expand-all-btn {
        align-self: center;
    }
}


.include-exclude-section {
    background: var(--main-grey);
    font-family: var(--font-normal);
}

.include-exclude-section .card {
    background: var(--white-color);
    box-shadow: var(--boxShadow);
    border-radius: 12px;
}

.include-exclude-section .section-title {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    color: var(--main-color);
    position: relative;
}

.include-exclude-section .section-title .title-line {
    display: inline-block;
    width: 40px;
    height: 3px;
    background: var(--faux-gold);
    margin-right: 10px;
    vertical-align: middle;
}

.include-exclude-section ul li {
    font-size: 1rem;
    color: var(--para-color);
}

.include-exclude-section i {
    font-size: 1.2rem;
    background: var(--second-color);
    color: var(--main-color);
    border-radius: 50%;
    padding: 6px;
}

.include-exclude-section i.text-success {
    background: var(--soft-gold);
    color: var(--main-color);
}

.include-exclude-section i.text-danger {
    background: #f5e0e0;
    color: #c0392b;
}

.section-title-para {
    width: 100% !important;
}

.section-title-para {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.3s ease;
  font-family: var(--font-heading);
}

.section-title-para.expanded {
  -webkit-line-clamp: unset;
}

p{
     font-family: var(--font-heading);
}
