#section-tour-details {
    padding: 60px 0;
}

.tour_details h2,
.tour_details h3,
.tour_details h4 {
    font-weight: 600;
    color: #111;
}

.tour_details p {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
}

#slider-carousel img {
    width: 100%;
    border-radius: 10px;
}

.ul-style-2 {
    padding-left: 0;
}

.ul-style-2 li {
    list-style: none;
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
}

.ul-style-2 li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #c79a2b;
}

.itinerary-item {
    background: #fff;
    border-left: 4px solid #c79a2b;
    padding: 18px;
    margin-bottom: 18px;
    border-radius: 6px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.itinerary-item h5 {
    font-size: 16px;
    font-weight: 600;
}

.de-price {
    background: #111;
    color: #fff;
    padding: 20px;
    border-radius: 8px;
}

.de-price h3 {
    color: #c79a2b;
    font-size: 28px;
}

.de-box {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-top: 25px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.btn-main {
    background: #c79a2b;
    color: #fff;
    padding: 12px;
    border-radius: 6px;
    display: block;
    text-align: center;
    font-weight: 600;
}

.btn-main:hover {
    background: #a67c1e;
}

.de-color-icons span {
    display: inline-block;
    margin: 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #f1f1f1;
    border-radius: 50%;
    text-align: center;
}

@media (min-width: 992px) {
    .col-lg-3 {
        position: sticky;
        top: 100px;
    }
}

@media (max-width: 767px) {
    #section-tour-details {
        padding: 40px 0;
    }
}
