.section-title--half-word {
    text-decoration: underline 2px var(--dark-mint-green);
    text-underline-offset: 8px;
    color: var(--dark-mint-green);
}

.bg-green {
    background-color: var(--bg-wrapper);
}

.section-title,
.trip-subscription-info .card-title {
    color: var(--dark-slate-grey);
    font-size: var(--size-24);
    line-height: var(--size-40);
    font-family: 'Helvetica';
    font-weight: bold;
}

.trip-info-inner-wrapper>*,
.trip-subscription-info .card-data p {
    color: var(--dark-slate-grey) !important;
    font-size: var(--size-18) !important;
    /* line-height: var(--size-40) !important; */
    font-family: 'Helvetica' !important;
    font-weight: normal;
    margin-top: 12px;
}

.trip-subscribe-link {
    font-size: var(--size-20) !important;
    height: 45px !important;
    color: var(--white) !important;
    background-color: var(--book-btn-bg) !important;
    border: 1px solid var(--book-btn-bg) !important;
    min-width: 100% !important;
    border-radius: 1.3rem !important;
    transition-duration: 1s !important;
    transform: translate(9px, 0px) !important;
}

.trip-subscribe-link:hover,
.trip-subscribe-link:active {
    color: var(--book-btn-bg) !important;
    background-color: var(--white) !important;
    border: 1px solid var(--book-btn-bg) !important;

}

.section-trip-images img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}


.section-trip-images tr td {
    min-height: 15rem;
    padding-bottom: 1.5rem;
    overflow: hidden;
}

.some-practicalities tr td {
    min-height: 15rem;
    padding-bottom: 1.5rem;
    overflow: hidden;
}

.section-trip-images tr td img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
}

.section-trip-images tr td:not(:last-child),
.some-practicalities tr td:not(:last-child),
.about-the-trip tr td:not(:last-child) {
    padding-right: 1.5rem;
}

.trip-organisation-logo {
    max-width: 100%;
    width: 300px;
    height: auto;
}

.gallery-img-col {
    height: 18.5rem;
    overflow: hidden;
}

.gallery-img-col img {
    height: 90%;
    object-fit: cover;
    overflow: hidden;
    cursor: pointer;
}

.gallery-img-col img:hover {
    box-shadow: rgb(125 180 209) 0px 2px 4px 0px, rgb(141 191 213) 0px 2px 16px 0px;
    border: 1px solid var(--bg-wrapper);
}

@media screen and (min-width:0px) and (max-width:991px) {
    .trip-subscription-info .card-body {
        text-align: center !important;
    }

    .temphalla-footer {
        text-align: center;
    }

    .region-footer-logo .navbar-brand {
        justify-content: center;
    }

    tr {
        display: flex;
        flex-direction: column;
    }

    .section-trip-images table,
    .some-practicalities table,
    .about-the-trip table {
        margin: auto;
    }

    .section-trip-images tr td,
    .some-practicalities tr td,
    .about-the-trip tr td {
        width: 100%;
        padding-right: 0px !important;
    }

    .section-trip-images tr:last-child td:last-child,
    .some-practicalities tr:last-child td:last-child,
    .about-the-trip tr:last-child td:last-child {
        padding-bottom: 0px !important;
    }
}

.gallery-operations {
    min-width: 2rem !important;
}


.gallery-row:nth-child(odd) {
    flex-direction: row-reverse !important;
}

.h-49 {
    height: 49%;
}
.Left_side_containt{
    background-color: #F0FAFF;
    line-height: 2;
}
.Left_side_containt{
    position: sticky;
    top: 80px;
}
.Title_containt{
    font-size: 1rem;
    font-weight: 700;
    color: #C1C1C1;
}
.Title_containt:active{
    color: #11BF79 !important;
}
.trip-booking-btn{
    font-size: var(--size-20) !important;
    height: 45px !important;
    min-width: 50% !important;
    color: var(--white) !important;
    background-color: var(--book-btn-bg) !important;
    border: 1px solid var(--book-btn-bg) !important;
    border-radius: 1.3rem !important;
    transition-duration: 1s !important;
    
}

[style = add-another-button] .js-webform-multiple-add {
    display: flex !important;
    justify-content: end !important;
    padding-top: 20px;
    padding-bottom: 20px
}