.package-section h2 {
    color: #2f2f8f;
    font-family: 'El Messiri', sans-serif;
}



.inclusion-icons i {
    color: rgba(128, 128, 128, 0.742);
    font-size: 25px;
}

.inclusion-icons p {
    font-size: 14px;
    margin-top: 5px;
}

/* packages nav */

.packages-interest .nav-pills .nav-link {
    border: 1px solid #777;
    color: #333;
    border-radius: 50px;
    padding: 8px 22px;
    font-weight: 500;
    background: transparent;
    transition: all 0.3s ease;
}


.packages-interest .nav-pills .nav-link.active {
    background-color: #ff4d2d;
    border-color: #ff4d2d;
    color: #fff;
}


.packages-interest .nav-pills .nav-link:hover {
    border-color: #ff4d2d;
    color: #ff4d2d;
}


.packages-interest .nav-pills .nav-link.active:hover {
    color: #fff;
}

.gallery-container {
    padding: 50px 0;
}

.gallery-container img {
    height: 250px;
    object-fit: cover;
}

.card-text {
    color: #2f2f8f;
    font-family: "Poppins";
    font-weight: 600;
    font-size: 17px;

}

.card {
    transition: transform 0.3s;
}

.card:hover {
    transform: translateY(-5px);
}


.tour-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);

}

.tour-card img {
    height: 220px;
    width: 100%;
    object-fit: cover;
}

.tour-body {
    padding: 15px 0 20px;
}

.tour-body h6 {
    font-weight: 600;
    color: #2f2f8f;
    margin-bottom: 5px;
}

.tour-body p {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.get-btn {
    font-size: 12px;
    color: grey;
    background: #80808030;
}

.get-btn:hover {
    font-size: 12px;
    color: grey;
    background: #80808030;
}

.one-line-title {
    padding: 0px 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.more-content {
    display: none;
}

#toggleText:checked~.more-content {
    display: block;
}

#toggleText:checked~p .dots {
    display: none;
}

.read-btn::after {
    content: "Read More";
}

#toggleText:checked~.read-btn::after {
    content: "Read Less";
}

.itinerary-section h5 {
    font-size: 14px;
}



.itinerary-wrapper {
    position: relative;
    border: 1px solid rgba(128, 128, 128, 0.227);
    padding: 0px 20px;
}


.itinerary-item {
    display: flex;
    gap: 25px;
    padding-bottom: 40px;
}

.day-col {
    position: relative;
    width: 70px;
    text-align: right;
}

.day-label,
.days {
    font-size: 14px;
    font-weight: 600;
    color: #f58220;
    display: block;
    margin-bottom: 6px;
}

.day-dot {
    width: 10px;
    height: 10px;
    background: #f58220;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.day-line {
    position: absolute;
    top: 30px;
    right: 4px;
    width: 1px;
    height: 100%;
    background: #ddd;
}

.content-col {
    flex: 1;
}

.content-col h5 {
    font-weight: 600;
    margin-bottom: 6px;
}

.subtitle {
    color: #555;
    font-size: 14px;
    margin-bottom: 15px;
}

.content-col ul {
    padding-left: 18px;
    margin-bottom: 15px;
}

.content-col ul li {
    font-size: 14px;
    line-height: 1.6;
}

/* Sticky Form */
.sticky-form {
    position: sticky;
    top: 100px;
    border: 1px solid #ddd;
    padding: 25px;
    background: #fff;
}

.btn-submit {
    padding: 7px;
    background-color: #f58220;
    color: white;
}

.sticky-form input {
    font-size: 14px;
    padding: 15px;
}

.department {
    font-size: 12px;
}



.view-btn {
    font-size: 12px;
    border: 1px solid #2f2f8f;
    color: #2f2f8f;
}

.view-btn:hover {
    font-size: 12px;
    border: 1px solid #2f2f8f;
    color: #2f2f8f;
}

.cost-section {
    font-family: Georgia, serif;
}

.cost-section {
    font-family: Georgia, serif;
}

.package-table {
    border: 1px solid #b5b5b5;
}

.package-table thead th {
    background: #2f3192;
    color: #fff;
    text-align: center;
    font-weight: 600;
    border-right: 1px solid #fff;
}


/* Accordion Item Box */
.custom-accordion .accordion-item {
    border: 1px solid #cfcfcf;
    margin-bottom: 15px;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
}

/* Header Button */
.custom-accordion .accordion-button {
    background: #f7f7f7;
    font-weight: 500;
    color: #000;
    box-shadow: none;
}

/* Remove blue focus */
.custom-accordion .accordion-button:focus {
    box-shadow: none;
}

/* Arrow color */
.custom-accordion .accordion-button::after {
    filter: brightness(0);
}

/* Body */
.custom-accordion .accordion-body {
    background: #fff;
    font-size: 14px;
}

/* Bullet list like image */
.inclusion-list {
    padding-left: 18px;
}

.inclusion-list li {
    margin-bottom: 8px;
    line-height: 1.6;
}

/*  
*/
.cost-table,
.hotel-table {
    border: 1px solid #aaa;
}

.cost-table th,
.cost-table td,
.hotel-table th,
.hotel-table td {
    border: 1px solid #b5b5b5;
    padding: 15px 12px;
    font-size: 12px;
}

.cost-table thead th,
.hotel-table thead th {
    background-color: #2e3192;
    color: #fff;
    font-weight: 600;
}

.cost-table tbody td:first-child,
.hotel-table tbody td:first-child {
    font-weight: 600;
}

/*  */
.package-section {
    font-size: 15px;
    color: #000;
}

.arrow-list {
    list-style: none;
    padding-left: 0;
}

.arrow-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    line-height: 1.6;
}

.arrow-list li::before {
    content: "➤";
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
    font-weight: bold;
}

.section-heading {
    color: #2e3192;
    ;
    font-weight: 700;
    text-decoration: underline;
    margin-bottom: 15px;
}

.supplement-text {
    color: #2e3192;
    ;
    font-weight: 700;
    margin-bottom: 20px;
}

.contact-list a,
.contact-list a:visited {
    color: #0033cc;
    /* blue */
    text-decoration: underline;
    font-weight: 600;
}

.contact-list a:hover {
    color: #001f99;
    text-decoration: none;
}

@media (max-width: 768px) {
    .inclusion-icons p {
        font-size: 12px;
        margin-top: 5px;
    }
}