/* Tour Page */
.tourdetailstop-banner {
    margin-top: 0px;
}

.tourbetails-bannerbg {
    background-color: #FFE5B6;
    height: 200px;
}

.tourdetails-title {
    padding: 45px 0;
}

.tourdetails-title p {
    width: 80%;
}

/* Details Page */
.tripoverview-content {
    padding-top: 30px;
    padding-bottom: 30px;
}

.tripoverview-wrapper {
    text-align: center;
}

.trip-items {
    min-width: 25%;
    height: 25%;
    margin: auto;
}

.trip-items p {
    font-size: 18px;
    font-weight: bold;
}

.trip-items span {
    font-size: 16px;
    text-align: right;
    position: relative;
    bottom: 12px;
}

.trip-line {
    border-bottom: 1px solid #d4d0d0;
    position: relative;
    bottom: 24px;
}

/* Tabs */
.tourdetailstab-wrapper {
    margin: 0px;
    width: 100%;
    color: #646464;
}

.tourdetailstab-wrapper .tabs li {
    float: left;
    color: red;
    list-style-type: none;
    width: 32%;
}

.tourdetailstab-wrapper .tabs a {
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    padding: 20px 0;
    border-bottom: 2px solid #fff5e2;
    background: #fff5e2;
}

.tourdetailstab-wrapper .tabs a:hover,
.tourdetailstab-wrapper .tabs a.active {
    background: #F9B234;
    color: #000;
}

.tabgroup {
    position: relative;
    bottom: 30px;
    padding: 30px;
    box-shadow: 0px 2px 8px rgba(99, 99, 99, 0.2);
    border-radius: 4px;
}

.tabgroup p {
    text-align: justify;
}

/* Accordions */
.accordian {
    max-width: 600px;
    width: 100%;
    color: #b9b9b9;
    transition: all 0.2s ease-in-out;
    font-weight: 100;
    letter-spacing: 0.035em;
    font-size: 14px;
    margin: 0 auto;
}

.accordian ul {
    margin: 0;
    padding: 0;
}

.accordian ul > li {
    list-style: none;
    margin-bottom: 8px;
}

.accordian ul > li:first-child h5 {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.accordian h3 {
    cursor: pointer;
    background-color: #fff5e2;
    padding: 1.2rem;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    font-size: 18px;
    font-weight: 400;
    transition: all 0.2s ease-in-out;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
}

.accordian h3:hover,
.accordian h3.closed {
    color: #646464;
    background-color: #fff;
}

.accordian ul ul {
    display: none;
    height: 100%;
    margin-bottom: -7px;
}

.accordian ul ul li {
    background-color: #fff;
    padding: 1rem 1.8rem;
    color: #646464;
    border: 1px solid #dfdfdf;
}

.accordian ul ul li p {
    opacity: 0;
    transition: all 0.5s ease-in-out;
    transform: translateY(-20px);
}

.accordian ul ul.open p {
    opacity: 1;
    transform: translateY(0);
}

.accordian .arrow {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #646464;
    border-right: 2px solid #646464;
    transform: rotate(135deg);
    margin-right: 8px;
    transition: transform 0.6s ease-in-out;
}

.accordian .arrow.closed {
    transform: rotate(-45deg);
}

/* Included Items */
.included-items ol li {
    list-style: decimal;
    padding: 5px;
    font-size: 16px;
    color: #646464;
}

/* Inquiry Form */
.inquery-form .form-group {
    margin-top: 20px;
}

.inquery-form .form-group input::placeholder,
.inquery-form .form-group textarea::placeholder {
    color: #6464645f;
}

.btn-inquery {
    font-size: 18px;
    line-height: 26px;
    border-radius: 4px;
    color: #fff;
    background-color: #F9B234;
    margin-top: 30px;
}

.btn-inquery:hover {
    background-color: #e49f25;
}

.inquery-infowrapper p {
    color: #000;
    font-weight: 800;
}

.inquery-infowrapper a {
    text-decoration: none;
    color: #646464;
    position: relative;
    bottom: 12px;
}

/* Gallery */
.gallery-img {
    margin-top: 10px;
}

#gallery-imgid {
    min-height: 300px;
    object-fit: cover;
    border-radius: 4px;
}

/* Responsive Styles */
@media only screen and (max-width: 768px) {
    .tourdetails-title {
        padding: 35px 0;
    }

    .tourdetails-title p {
        width: 100%;
    }

    .trip-items span {
        text-align: center;
    }

    .tourdetailstab-wrapper .tabs li {
        width: 100%;
    }

    .inquery-fastcontactinfo {
        margin-top: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .inquery-fastcontactinfo {
        padding-right: 30px;
    }
}
