.destination-space .hero-text {
    max-width: 100% !important;
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 400;
    font-family: var(--body-font);
}

.destination-space .hero-title {
    font-size: 35px;
}

.destination-space {
    padding: 70px 0px;
}

i.fa-solid.fa-check-double {
    color: #505050 !important;
}

i.fa-solid.fa-check-double:hover {
    color: white !important;
}

/* package-card */
/* PACKAGE CARD */
.package-card {
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    width: 100%;
}

.package-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

/* IMAGE */
.package-img {
    height: 230px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* POPULAR TAG */
.popular-tag {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #fb960a;
    color: #fff;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 20px;
    text-transform: uppercase;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}


/* CONTENT */
.package-content {
    padding: 20px;
    background: white;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.package-title {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.4;
}

/* STARS & LOCATION */
.sp-star i {
    color: #fb960a;
    font-size: 14px;
}

.sp-location {
    font-size: 14px;
    color: #555;
}

.fa-location-dot {
    color: #044f82;
}

/* PARAGRAPH */
.para-pack {
    font-size: 14px;
    color: #444;
    margin-bottom: 10px;
}

.para-pack i {
    color: #666;
}

/* PRICE */
.price-row {
    font-size: 15px;
    margin-bottom: 15px;
}

.price-text {
    color: #fb960a;
    ;
    font-weight: 600;
}

/* BUTTONS */
.btn-row {
    display: flex;
    gap: 10px;
    margin-top: auto;
}

.vs-btn {
    flex: 1;
    background: #044f82;
    color: #fff;
    border: none;
    padding: 10px 10px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.vs-btn:hover {
    background: #044f82;
}

.vs-btn.outline {
    background: transparent;
    color: #044f82;
    border: 1px solid #044f82;
}

.vs-btn.outline:hover {
    color: #fff;
    border: none;
}

.vs-btn:before,
.vs-btn:after {
    background-color: #fb960a !important;
}

.tagcloud a:hover {
    background-color: #fb960a !important;
}

.widget_categories li:hover {
    color: var(--white-color);
    background-color: #fb960a;
}

.widget_categories li:hover i {
    color: white;
}

/* RESPONSIVE */
@media (max-width: 576px) {
    .package-img {
        height: 200px;
    }

    .package-title {
        font-size: 16px;
    }

    .btn-row {
        flex-direction: column;
    }
}

/* IMAGE */
#package-1 {
    background-image: url('./assets/images/himachal/shimla-manali.jpg');
}


/* side bar */
.destination-form .h5,
h5 {
    font-size: 20px;
}

/* ===== inner packages ===== */
h2.tab-title {
    font-size: 23px;
}

h4.tp-title {
    font-size: 18px;
}

.tab-content1 .tour-price {
    font-size: 20px !important;
}

i.fa-solid.fa-indian-rupee-sign {
    color: #f59a05;
    font-size: 17px;
}



/* tour plan */
.tp-text {
    display: none;
    margin-top: 10px;
}

.tour-plan.active .tp-text {
    display: block;
}

.accordion-header {
    cursor: pointer;
    position: relative;
}

.accordion-header::after {
    content: "+";
    position: absolute;
    right: 20px;
    font-size: 20px;
    color: #f59a05;
}

.tour-plan.active .accordion-header::after {
    content: "-";
}

.infolist tr td .sub-infolist tr td::before {
    content: "\f058";
    font-weight: 700;
    font-family: var(--icon-font);
    position: absolute;
    left: 20px;
    color: #f59a05;
}

.filter-menu1 .active {
    background-color: #f59a05 !important;
    color: white !important;
    border-right: 2px solid white;
}

.outer-wrap .info-image {
    margin-bottom: 2.5rem !important;
}

/* ==sidebar== */
.sidebar-area {
    margin-bottom: -10px;
    position: sticky;
    top: 200px;
}

.widget_categories li span {
    position: absolute;
    right: 20px;
}

.fa-solid {
    --fa-style: 900;
    color: #f59a05;
}

.widget_social_style a {
    background-color: transparent !important;
    color: black !important;
    margin: 5px 0px;
}

.widget_social_style a:hover {
    background-color: transparent !important;
}

.widget_social_style i {
    background-color: #f59a05;
    color: white;
    border-radius: 50%;
    padding: 10px 29px 10px 10px;
    margin: 3px 0px;
}

/* package details */
#package-section .img-destination {
    width: 100%;
    height: 350px !important;
    object-fit: cover;
}

.tab-button {
    padding: 3px 14px;
    color: #000;
    text-decoration: none;
    border-radius: 4px;
    margin-right: 10px;
    display: inline-block;
    border-radius: 20px;
}

.tab-button.active {
    background-color: #f59a05;
    color: #fff;
}

p#tour-duration {
    background: #f59a05;
    color: white;
    padding: 3px 10px;
    border-radius: 7px;
}

.package-details {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 15px;
}

.package-details .tour-plan .tour-card1 {
    width: 30px;
    height: 30px;
    font-size: 14px;
    font-weight: 700;
    color: var(--white-color);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fb960a;
    position: absolute;
    left: 0;
    top: 12px;
}

.tp-title {
    cursor: pointer;
    background-color: #f2f2f2;
    transition: background-color 0.3s ease;
}

/* Active Day */
.tour-plan.active .tp-title {
    background-color: #044f8230;
    border-radius: 15px 15px 0px 0px;
}

.package-details .tour-plan h4:active {
    background: #044f8230;
}

.package-details .detail-title {
    font-size: 21px;
    position: relative;
    padding-left: 18px;
    /* space for the line */
}

.package-details .detail-title::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 80%;
    background-color: #044f82;
    /* blue */
    border-radius: 2px;
}

.tour-itinerary {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 15px;
}

.tour-plan .tp-list {
    list-style: none;
    margin: 0;
    padding: 14px;
}

#pack-inclusions {
    background: #c4ddb74f;
}

#pack-exclusions {
    background: #f59a051a;
}

.inclusion-list li {
    padding-left: 10px;
    margin-bottom: 8px;
    list-style-image: url(./assets/images/icons/check.png);
}

.exclusion-list li {
    padding-left: 10px;
    margin-bottom: 8px;
    list-style-image: url(./assets/images/icons/cross.png);
}

/* end of trip */
.end-trip-section {
    text-align: center;
    position: relative;
}

.end-trip-section::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, transparent, #f59a05, transparent);
    z-index: 0;
}

.end-trip-section p {
    font-family: "Great Vibes", cursive;
    font-size: 48px;
    color: #f59a05;
    display: inline-block;
    background: #ffffff;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

/*package sidebars*/
.widget_title::before,
.widget_title::after {
    background-color: #f59a05 !important;
}

.slidebar-list p {
    display: block;
    position: relative;
    border-radius: 6px;
    padding: 12px 18px;
    border: 1px solid var(--border-color);
    transition: 0.5s ease;
    margin-bottom: 10px;
    font-size: 16px;
    color: var(--title-color);
    background-color: var(--white-color);
    width: 100%;
    text-align: center;
    line-height: 2.1;
}

.d-image {
    background: #f59a05;
    border-radius: 520%;
    height: 60px;
    width: 100%;
    max-width: 60px;
    text-align: center;
    align-content: center;
    position: relative;
    left: 19px;
    z-index: 1;
}

.d-image:hover {
    background: #044f82;
}

.d-image img {
    width: 100%;
    max-width: 40px;
    height: auto;
}

@media screen and (max-width: 767px) {
    .d-image {
        display: none;
    }
}

@media (max-width: 768px) {
    .package-details .tour-plan .tour-card1 {
        display: none !important;
    }
}