html {
  scroll-behavior: smooth;
}
.contact-section {
     padding: 40px 0;
}

.section-title {
    font-size: 32px;
    margin-bottom: 40px;
}

.top-content {
    margin-bottom: 40px;
}


.img-fluid{
    width:96%;
}

.plan-title {
    margin: 40px 0 30px;
    position: relative;
    font-weight: 500;
}

.plan-title span {
    background: #fff;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

.plan-title::before {
    content: "";
    height: 1px;
    background: #ddd;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
}


.trip-card {
    text-align: left;
}

.trip-card img {
    width: 100%;
    border-radius: 6px;
    margin-bottom: 15px;
}

.trip-card h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.trip-card p {
    font-size: 15px;
        height: 140px !important;
        margin-bottom: 10px;
}

.trip-card a {
    color: green;
    font-weight: 500;
    text-decoration: none;
}

.trip-card a:hover {
    text-decoration: underline;
}

.attractions-details {
    max-width: 900px;
    margin: auto;
}

.section-block {
    margin-bottom: 30px;
}

.item-list {
    padding-left: 10px;
}

.item {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    line-height: 1.6;
}


.item::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
    font-size: 18px;
}

.item_subpoints {
    position: relative;
    padding-left: 36px;
    margin-bottom: 10px;
    line-height: 1.6;
}


.item_subpoints::before {
    content: "•";
    position: absolute;
    left: 18px;
    top: 0;
    color: #000;
    font-size: 18px;
}

@media (max-width: 767px) {
    p.mobile-mt {
        margin-top: 15px;
    }
    .plan-title {
        margin: 15px 0 15px;
    }
}

