.card.card-hike {
    display: block;
    height: 104%;
}


.card-hike .card-footer {
    border-top: 2px dotted #d2d2d2;
    padding: 16px 32px;
}

.card-hike .card-footer a {
    font-weight: 600;
    color: #032719;
}

.card-container {
    margin-top: 2.5rem;
}


.custom-pagination .page-link {
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50% !important;
    text-align: center;
    line-height: 38px;
    font-weight: 500;
    margin: 0 6px;
    border: 1px solid #002f1e;
    /* dark green border */
    background-color: #fff;
    /* soft background color */
    color: #002f1e;
    /* dark green text */
    transition: all 0.3s ease;
}

.custom-pagination .page-item.active .page-link {
    background-color: #002f1e;
    color: #fff;
}

.custom-pagination .page-item.disabled .page-link {
    background-color: #fff;
    color: #999;
    border-color: #ccc;
}

.hire-details .custom-accordion .accordion-button::after {
    content: "";
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    border: 2px solid #032719;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1rem 1rem;
    vertical-align: middle;
    box-sizing: border-box;
    transform-origin: center;
    transition: all 0.3s ease;
    margin-left: auto;
    padding: 1rem;
}

/* Show PLUS icon when collapsed */
.hire-details .custom-accordion .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg fill='none' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 5v14m-7-7h14' stroke='%23ffffff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    border-radius: 0px;
    padding: 2rem;
    background-color: #032719;
}

/* Show MINUS icon when expanded */
.hire-details .custom-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg fill='none' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12h14' stroke='%23ffffff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    border-radius: 0px;
    padding: 2rem;
    background-color: #566E65;
    margin-top: -3px;
    margin-right: -2px;
}

.hire-details .custom-accordion .accordion-item.show {
    padding: 0px;
}

.hire-details .custom-accordion .accordion-button {
    padding: 0px;
}

.hire-details-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 42px;
    font-family: 'Parkinsans';
}

/* FASQ Page */

/* Accordion Container */
.custom-accordion .accordion-item {
    margin-bottom: 15px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border: none;
    background-color: transparent;
}

/* Opened Accordion Border */
.custom-accordion .accordion-item.show {
    border: 2px solid #032719;
    background-color: #FCFCE9;
    padding: 1rem;
}

.show button {
    border: none !important;
}

/* Accordion Button */
.custom-accordion .accordion-button {
    background-color: #FCFCE9;
    padding: 2rem;
    font-weight: bold;
    color: #133d2e;
    border-radius: 12px !important;
    border: 2px solid #9A9898;
    box-shadow: none;
    transition: background-color 0.3s, color 0.3s;
}

/* Hover Effect */
.custom-accordion .accordion-button:hover {
    background-color: #f3f3d9;
}

/* Open State Styling */
.custom-accordion .accordion-button:not(.collapsed) {
    background-color: #FCFCE9;
    color: #133d2e;
    box-shadow: none;
}

.custom-accordion .accordion-button::after {
    content: "";
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    border: 2px solid #032719;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg fill='none' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 5.5l6.5 6.5 6.5-6.5' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1rem 1rem;
    transform: rotate(180deg);
    vertical-align: middle;
    box-sizing: border-box;
    transform-origin: center;
    padding: 1rem;
}

.custom-accordion .accordion-button:not(.collapsed)::after {
    background-color: #032719;
    border-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg fill='none' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 5.5l6.5 6.5 6.5-6.5' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");
}

.custom-accordion .accordion-button.collapsed::after {
    transform: rotate(0deg);
}

/* Accordion Body */
.custom-accordion .accordion-body {
    background-color: #FCFCE9;
    color: #333;
    font-size: 0.95rem;
    line-height: 1.6;
    padding: 1rem 1.25rem;
    border-top: none;
}

/*====================  Blog  detail page  ================================*/

.caveat-italic {
    font-size: 24px;
    font-family: 'Caveat';
    font-style: italic;
    font-weight: 700;
}

.caveat-heading {
    font-size: 60px !important;
    font-family: Parkinsans;
    color: #0F0D0D;
}

img.w-100.img-fluid.rounded {
    border-radius: 30px !important;
}

/* Custom styles for specific buttons */
.select-date-btn {
    min-width: 200px;
    border: 1px solid #9A9898 !important;
    font-weight: bolder !important;
}

/* Style for the Hike Location box */
.location-box {
    display: flex;
    padding: 10px 15px;
    border-radius: 8px;
    background-color: #E6E9E8;
    /* Light gray background */
    cursor: default;
}

/* Style for the Book Now button */
.book-now-btn {
    min-width: 200px;
    background: #032719 !important;
    border-radius: 50px !important;
    color: #fff !important;
}

.location-box img {
    margin-right: 10px;
}

.blog-title {
    font-family: 'Parkinsans';
    font-weight: 400;
    font-size: 36px;
    color: #0F0D0D;
    line-height: 50.4px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.blog-description {
    font-size: 18px;
    font-family: 'Outfit';
    font-weight: 400;
    line-height: 28px;
}

.blog-thumbnail {
    margin-right: 10px;
}

.article-header ul li {
    list-style: none;
}

.article-header ul li i {
    font-size: 24px;
    margin-right: 10px;
}


ul {
    list-style: none;
}

.list-group-item {
    background-color: #FCFCE9 !important;
    border: none !important;
    padding: 8px !important;
    display: flex !important;
    gap: 15px !important;
}

.list-group {
    border: 2px dotted #032719;
    border-radius: 10px;
}

.wp-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    vertical-align: middle;
    color: #fff;
    margin-right: 5px;
}

.fa-facebook-f {
    background: #032719;
}

.fa-linkedin {
    background: #032719;
}

.fa-instagram {
    background: #032719;
}

.fa-youtube {
    background: #032719;
}

.main_body {
    background-color: #FCFCE9;
}

.inclusions-wrapper .inclusions .list-group-item {
    background-color: #E6E9E8 !important;
}

.inclusions-wrapper .list-group {
    border: none !important;
    padding: 0.5rem !important;
    background-color: #E6E9E8;
    margin-top: 20px;
}

.inclusions-wrapper .list-group-item {
    padding: 0.7rem !important;
}

.note {
    color: #dc3545;
    font-family: 'Outfit';
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 15px;
    font-weight: 400;
}

.note a {
    color: #dc3545;
    text-decoration: none;
}

.list-group-item .p-1 {
    width: 30px;
}

.row.gy-4.gy-md-0.gx-xxl-5X.hike-section-responsive-mobile {
    display: none;
}

@media (max-width: 767px) {

   

    .caveat-heading {
        font-size: 30px !important;
    }


    .hike-section-responsive .d-flex {
        gap: 1rem !important;
    }

    .hike-section-responsive .select-date-btn {
        width: 168%;
        justify-content: center;
    }

    .hike-section-responsive .dropdown-menu {
        width: 100%;
    }

    .hike-section-responsive .location-box {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        background-color: #f8f9fa;
        border-radius: 6px;
        width: 100%;
    }

    .hike-section-responsive .location-box img {
        width: 32px;
        height: 32px;
        object-fit: contain;
    }

    .hike-section-responsive .location-box div {
        flex: 1;
    }

    .hire-details-title {
        font-size: 25px;
        margin-top: 25px;
        text-align: center;
    }

    .note {
        line-height: 26px !important;
        text-align: center;
    }

    #bookNowBtn {
        min-width: 50% !important;
    }
    .book-now-btn {
        min-width: 100%
    }

    .blog-title {
        font-size: 20px;
    }

    .blog-description {
        font-size: 16px;
    }

    #mobileMenu,
    .offcanvas-body {
        background-color: #133d2e;
    }

    .navbar-nav .nav-link.active {
        color: #DFE121 !important;
    }

    .things-to-carry.col-lg-3.col-md-4.col-12 {
        margin-bottom: 30px;
    }

    .article-header .w-100.img-fluid.rounded {
        margin-top: 70px;
    }

    .blog-title {
        line-height: 30px;
    }

    .article-header .list-group-item {
        padding: 0px !important;
    }
}

/* schedule */

.shedule-text {
    font-family: 'Outfit';
    font-weight: 600;
    font-size: 20px;
    color: #032719;
}

.shedule-text-pargraph {
    font-family: 'outfit';
    font-size: 18px;
    font-weight: 400;
    color: #0F0D0D;
}

.shedule-text-pargraph-last {
    font-family: 'outfit';
    font-size: 18px;
    font-weight: 400;
    color: #4F4C4D;
}


.map-container iframe {
    width: 100%;
    height: 300px;
    border: none;
}

.train-card {
    border: 1px dashed #aaa;
    border-radius: 12px;
    background-color: #FEFBE9;
    padding: 20px;
}

.train-schedule {
    position: relative;
}

.train-item {
    font-family: 'Outfit';
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding-left: 30px;
    margin-bottom: 45px;
}

.train-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 4px solid #003f2d;
    background-color: white;
}

.btn-dark-green {
    background-color: #003f2d;
    color: white;
    border: none;
    padding: 10px 30px;
    border-radius: 25px;
    font-family: 'Outfit' !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    min-width: 200px;
    background: #032719 !important;
    border-radius: 50px !important;
    color: #fff !important;
}

.btn-yellow {
    font-family: 'Outfit';
    font-size: 18px !important;
    background-color: #f5e63b !important;
    color: #003f2d !important;
    border: none;
    padding: 10px 30px !important;
    border-radius: 25px !important;
    font-weight: 600 !important;
}

.btn-yellow:hover,
.btn-dark-green:hover {
    opacity: 0.9;
}

.train-schedule {
    border: 1px dashed #aaa;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 10px;
    border-radius: 20px;
    position: relative;
    width: 250px;
    height: 79%;
}

.train-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    border: 2px solid #003f2d;
    border-radius: 50%;
    background: radial-gradient(circle, #003f2d 35%, transparent 36%);
}

/* Dotted line below the circle */
.train-item::after {
    content: '';
    position: absolute;
    left: 9px;
    top: 24px;
    width: 2px;
    height: 20px;
    background-image: repeating-linear-gradient(to bottom, #003f2d 0, #003f2d 2px, transparent 2px, transparent 6px);
    margin-top: 5px;
}

.train-item:last-child::after {
    display: none;
}

@media (max-width: 767px) {
    .map-container {
        margin-bottom: 20px;
    }
    .shedule-text, .shedule-text-pargraph, .shedule-text-pargraph-last {
        font-size: 16px;
    }
    .train-schedule {
        width: auto;
        height: auto;
    }
    .btn-dark-green {
        min-width: 50px;
        font-size: 16px !important;
        font-weight: 600 !important;
    }
}

@media only screen and (max-width: 768px) {
  .col-lg-3 .train-schedule-title {
    margin-top: 50px;
    margin-bottom: 10px !important;
    display: none;
  }
  .train-schedule {
    display: none;
  }

}

@media screen and (max-width: 768px) {
    .desktop-only #bookNowBtn {
        display: none;
    }

    .hike-section-responsive-mobile #selectDateDropdown {
        display: block !important;
    }

    .hike-section-responsive-mobile {
        display: block !important;
    }

    #selectDateDropdown {
        display: none !important;
    }

    .mobile-book-btn {
        width: 35%;
    }

    .mobile-book-btn #bookNowBtn {
        min-width: 100% !important;
    }

    .hire-details .custom-accordion .accordion-button.collapsed::after {
        padding: 43px;
    }
}
