/*
Theme Name: GTHAU
Theme URI: https://www.plus91.pro
Description: Golden Triangle Holiday Theme
Author: Plus 91 Web Solutions Pvt Ltd
Template: BookYourTravel
Version: 1.0
*/

/* Your custom styles below */
.page-featured-image {
    height: 400px;
}
.keyvisual {
    position: relative;
}
.keyvisual:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(to top,rgba(0, 0, 0, 0.7) 0%,rgba(0, 0, 0, 0) 60%);
}
.has-featured-image .left-sidebar, .has-featured-image .right-sidebar, .has-featured-image .inner-nav, .has-featured-image .tab-content, .has-featured-image section:not(.tab-content) > .deals, .has-featured-image section:not(.tab-content) > .destinations, .has-featured-image .page-content, .has-featured-image .post-general-content, .has-featured-image .section-search-results .sort-by {
    margin-top: 400px;
}
.tour_durations {
    background: rgba(255,193,7,0.77);
    color: #ffffff;
    padding: 6px 10px;
    border-radius: 50px;
    display: inline-block;
    line-height: 26px;
    margin-bottom: 10px;
}
.tour_durations .material-icons {
    margin-right: 6px;
}
.tour_routes {
    background: rgba(0,0,0,0.77);
    color: #ffffff;
    padding: 6px 10px;
    border-radius: 50px;
    display: inline-block;
    line-height: 26px;
}
.tour_routes .material-icons {
    margin-right: 6px;
}
.tour_wrap {
    justify-content: flex-end;
    flex-direction: column;
    margin-bottom: 20px;
}

.highlights {
}

.highlights h4 {
    margin-bottom: 10px;
}

.highlights ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.highlights ul li {
    position: relative;
    padding: 7px 15px 7px 45px;
    margin-bottom: 2px;
    background: #f1f1f1;
    border-radius: 14px;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    list-style: none;
}

/* Check icon */
.highlights ul li::before {
    content: "check_circle";
    font-family: 'Material Icons';
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #bbb;
    transition: all 0.3s ease;
}

/* Hover effect */
.highlights ul li:hover {
    background: #dff0d8; /* light green */
    color: #2e7d32;
}

/* Icon turns green */
.highlights ul li:hover::before {
    color: #2e7d32;
}

.activities table {
    width: 100%;
    border-collapse: collapse;
    margin-left: 40px;
}

.activities table td,
.activities table th {
    border: none;
}

/* Hide header row */
.activities table tr:first-child {
    display: none;
}

/* Each row becomes timeline item */
.activities table tr {
    position: relative;
}

/* LEFT COLUMN (Day circles) */
.activities table td:first-child {
    width: 80px;
    position: relative;
    padding-left: 0px;
    white-space: nowrap;
}

/* Vertical line */
.activities table td:first-child::after {
    content: "";
    position: absolute;
    left: 31px;
    top: 31px;
    bottom: -20px;
    width: 2px;
    background: #1e8e5a;
}

/* Remove line for last row */
.activities table tr:last-child td:first-child::after {
    display: none;
}

/* Day number circles */
.activities table td:first-child strong {
    display: inline-block;
    background: #1e8e5a;
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
}

/* Place (City name) */
.activities table td:nth-child(2) {
    font-weight: 600;
    width: 100px;
}

/* Wrapper */
.itinerary.wte-trip-itinerary-v2 {
    position: relative;
    padding-left: 80px;
}

/* Vertical timeline line */
.itinerary.wte-trip-itinerary-v2::before {
    content: "";
    position: absolute;
    left: 26px;
    top: 0;
    bottom: 0;
    width: 1px;
    border: dashed 1px #dedede;
}

/* Each row */
.itinerary-row {
    position: relative;
    margin-bottom: 30px;
}

/* Day circle */
.wte-itinerary-head-wrap .title {
    position: absolute;
    left: -80px;
    top: 10px;
    background: #2d8cff;
    color: #fff;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 1.2;
}

/* Card box */
.itinerary-content {
    background: #fff;
    border-radius: 16px;
    padding: 20px 25px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

/* Heading */
.itinerary-title span {
    font-weight: 700;
    color: #111;
    display: block;
    margin-bottom: 10px;
}

/* Quick highlight badge */
.quickhighlights p {
    display: inline-block;
    border: 1px solid #28a745;
    color: #28a745;
    padding: 6px 12px;
    border-radius: 8px;
    margin-bottom: 12px;
}

/* Icon inside badge */
.quickhighlights i {
    margin-right: 6px;
}

/* Paragraph */
.itinerary-content p {
    line-height: 1.6;
    margin-bottom: 10px;
}

/* Highlights title */
.itinerary-content strong {
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
}

/* Highlights list */
.itinerary-content ul {
    padding-left: 18px;
    margin: 0;
}

.itinerary-content ul li {
    margin-bottom: 0px;
    padding: 0px 0px;
}

/* Remove unwanted empty <p> */
.itinerary-content p:empty {
    display: none;
}

/* Wrapper */
.activities-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    padding: 15px 25px;
    border-radius: 10px;
    flex-wrap: wrap;
    gap: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    margin-top: 400px;
}

/* LEFT SIDE */
.activities-bar {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

/* Activity item */
.activity-item {
    text-align: center;
    font-family: Arial, sans-serif;
}

.activity-item p {
    margin: 8px 0px;
}

/* Icon circle */
.icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    transition: 0.3s ease;
    margin: 0px auto;
}

/* Colors */
.icon.pink { background: #ff2d6f; }
.icon.orange { background: #ff7a45; }
.icon.purple { background: #7b61ff; }
.icon.yellow { background: #f4b400; }
.icon.violet { background: #c56cf0; }
.icon.brown { background: #c58b2f; }

/* Hover */
.activity-item:hover .icon {
    transform: scale(1.1);
}

/* RIGHT SIDE */
.activities-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

/* Social icons */
.social-icons {
    display: flex;
    gap: 10px;
}

.social-icons a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    text-decoration: none;
    border: 1px solid #ddd;
    transition: 0.3s ease;
}

.social-icons a:hover {
    background: #2d8cff;
    color: #fff;
    border-color: #2d8cff;
}

/* Call text */
.call-text {
    font-size: 16px;
    color: #444;
    font-family: Arial, sans-serif;
}

.call-text a {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}

.inner-nav.layout-above {
    margin-top: 20px;
}