.catawp-tour {
font-family: Arial, sans-serif;
margin-bottom: 40px; }
.tour-header {
display: flex;
align-items: flex-start;
flex-wrap: wrap;
position: relative; }
.vibes-container {
width: 100%;
justify-content: flex-start; z-index: 2;
}
.vibes-badge-new {
background-color: #3b49df;
color: white;
padding: 3px 5px;
font-size: 12px;
border-radius: 0px;
font-weight: bold;
margin-top: -20px; margin-left: 0px; border-radius: 5px 5px 0px 0px;
}
.tour-image-container {
position: relative;
width: 100%;
}
.tour-img {
width: 100%;
height: 200px;
object-fit: cover;
}
.tour-info-container {
background: #fff;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); padding: 20px;
border-radius: 5px;
}
.tour-info {
width: 100%;
display: flex;
flex-wrap: wrap;
box-sizing: border-box;
}
.tour-info .description {
width: 100%;
margin-bottom: 10px;
}
.tour-info .info-icons {
display: flex;
align-items: center;
padding-right: 15px;
margin-bottom: 5px;
}
.tour-info .info-icons p {
margin: 0 10px 0 0;
display: flex;
align-items: center;
font-size: 14px; }
.tour-info .info-icons p i {
margin-right: 10px;
}
.tour-info .info-column {
flex: 1;
padding: 10px;
box-sizing: border-box;
}
.tour-info h2 {
margin-top: 0;
}
.tour-info p {
margin: 5px 0;
padding: 5px 0;
}
.tour-summary {
font-size: 0.7em;
font-weight: bold;
color: #333;
margin-bottom: 40px;
padding: 10px;
border-bottom: dashed 1px #333;
}
.icon {
width: 16px;
height: 16px;
vertical-align: middle;
margin-right: 5px;
}
.tour-rating {
display: flex;
align-items: center;
}
.star {
font-size: 16px;
margin-right: 1px;
}
.full-star::before {
content: "★";
color: gold;
}
.half-star::before {
content: "★";
color: lightgray;
}
.empty-star::before {
content: "☆";
color: lightgray;
}
.tour-providers {
margin-top: 20px;
}
.offers-title {
font-size: 1.1em;
font-weight: bold;
margin-top: 15px;
margin-bottom: 20px;
color: #333;
}
.providers-list {
list-style: none;
padding: 0;
} .providers-list .provider-item.hidden {
display: none;
} .providers-list.show-all .provider-item {
display: flex; }
.provider-item {
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px;
border: 1px solid #ddd;
border-radius: 5px;
margin-bottom: 10px;
background-color: #f9f9f9;
position: relative;
flex-wrap: wrap;
}
.provider-info {
display: flex;
align-items: center;
flex-wrap: wrap;
width: 70%;
}
.provider-rank {
font-weight: bold;
margin-right: 5px;
}
.provider-logo {
width: 70px;
height: auto;
margin-right: 5px;
}
.provider-name {
font-weight: bold;
margin-right: 10px;
display: none; }
.provider-rating {
margin-right: 10px;
}
.provider-rating-value { font-size: 12px;
color: grey;
}
.provider-price {
font-weight: bold;
color: #333;
margin-right: 10px;
}
.provider-btn {
background-color: #3b49df;
color: white;
padding: 5px 10px;
text-decoration: none;
border-radius: 3px;
margin-left: auto;
}
.provider-btn:hover {
background-color: #005bb5;
color: white;
}
.best-option {
border: 2px solid #28a745;
}
.best-option-btn {
background-color: #28a745; 
}
.best-option-btn:hover {
background-color: darkgreen;
color: white;
}
.best-option-label {
background-color: #28a745;
color: white;
padding: 3px 5px;
font-size: 12px;
border-radius: 3px;
position: absolute;
top: -15px;
left: 10px;
z-index: 1;
}
.show-more {
cursor: pointer;
color: #007bff;
text-decoration: underline;
margin-top: 10px;
}
.show-more-text {
margin-right: 10px;
font-weight: bold;
}
.show-more-icon {
width: 20px; height: auto;
}
.free-tour-btn {
background-color: orange;
}
.free-tour-btn:hover {
background-color: darkorange;
}
.catawp-tour .tour-header {
position: relative;
width: 100%;
height: 200px; overflow: hidden;
}
.catawp-tour .tour-header .tour-image-container {
position: relative;
width: 100%;
height: 100%;
}
.catawp-tour .tour-header .tour-image-container img.tour-img {
width: 100%;
height: 100%;
object-fit: cover;
}
.catawp-tour .tour-header .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.4);
}
.catawp-tour .tour-header .tour-title,
.catawp-tour .tour-header .tour-location,
.catawp-tour .tour-header .tour-rating-opinions {
position: absolute;
left: 20px;
color: #fff;
}
.catawp-tour .tour-header .tour-title {
bottom: 90px; font-size: 30px;
font-weight: bold;
}
.catawp-tour .tour-header .tour-location {
bottom: 60px; font-size: 16px;
margin-top: 5px; }
.catawp-tour .tour-header .tour-rating-opinions {
bottom: 8px; font-size: 16px;
margin-top: 5px; }
.catawp-tour .tour-info-container {
background: #fff;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); padding: 20px;
border-radius: 5px;
}
.info-icon {
display: inline-block;
margin-right: 5px;
position: relative;
cursor: pointer;
font-size: 12px;
margin-bottom: 20px;
}
.info-icon:hover .tooltip,
.info-icon:focus .tooltip {
display: block;
}
.tooltip {
display: none;
position: absolute;
bottom: 125%; left: 50%;
transform: translateX(-15%);
background-color: #333;
color: #fff;
padding: 5px;
border-radius: 5px;
white-space: nowrap;
font-size: 12px;
z-index: 1;
min-width: 500px; max-width: 90vw; overflow: hidden; white-space: normal; word-wrap: break-word; box-sizing: border-box; }
.tooltip::after {
content: '';
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #333 transparent transparent transparent;
} .search-container {
background: #fff;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); padding: 20px;
border-radius: 5px;
margin-bottom: 50px !important; max-width: 600px; margin: 0 auto; } .search-container input[type="text"], 
.search-container select {
width: 100%; padding: 10px;
margin-bottom: 10px;
border: 1px solid #ddd;
border-radius: 3px;
box-sizing: border-box; } .search-container .filters {
display: flex;
justify-content: space-between;
margin-bottom: 10px;
}
.search-container .filter {
display: flex;
align-items: center;
}
.search-container .filter label {
margin-right: 10px;
font-weight: bold;
font-size: 12px; }
.search-container .filter input[type="checkbox"] {
margin-right: 5px;
} .search-container .search-button {
width: 100%;
padding: 10px;
background-color: #28a745; color: white;
border: none;
border-radius: 3px;
cursor: pointer;
font-size: 16px;
}
.search-container .search-button:hover {
background-color: #218838; } .catawp-tour-post {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 20px 0;
display: flex;
flex-direction: column;
}
.catawp-tour-post .tour-header {
display: flex;
justify-content: space-between;
align-items: flex-start;
width: 100%;
} .h2_post_link_decor {
text-decoration: underline; text-decoration-color: #ffca91; text-decoration-thickness: 5px; text-underline-offset: 3px; display: inline-block; color: inherit; } .h2_post_link_decor h2 {
margin: 0; padding: 0; display: inline; } .h1_post_link_decor {
text-decoration: underline; text-decoration-color: #ffca91; text-decoration-thickness: 5px; text-underline-offset: 3px; display: inline-block; color: inherit; } .h1_post_link_decor h1 {
margin: 0; padding: 0; display: inline; }
.catawp-tour-post .tour-image-container {
width: 40%;
position: relative;
height: 250px;
}
.catawp-tour-post .tour-img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }
.catawp-tour-post .tour-location {
font-size: 16px;
display: flex;
align-items: center;
margin-bottom: 10px;
}
.catawp-tour-post .tour-location i {
margin-right: 5px;
color: #e74c3c; }
.catawp-tour-post .tour-info-container {
width: 55%;
padding-left: 20px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.catawp-tour-post .tour-rating-opinions {
display: flex;
align-items: center;
margin-bottom: 10px;
}
.catawp-tour-post .tour-rating {
display: flex;
align-items: center;
color: #f1c40f; font-size: 14px;
}
.catawp-tour-post .tour-rating i {
color: #f1c40f; }
.catawp-tour-post .tour-rating span {
margin-left: 5px;
font-size: 16px;
color: #555; }
.catawp-tour-post .tour-opinions {
display: flex;
align-items: center;
margin-left: 20px;
font-size: 14px;
color: #666;
}
.catawp-tour-post .tour-opinions i {
color: #666;
margin-right: 5px;
}
.catawp-tour-post .info-icons {
display: flex;
gap: 20px;
margin-top: 15px;
}
.catawp-tour-post .info-icons i {
margin-right: 5px;
color: #555;
}
.catawp-tour-post .info-icons .trending {
color: #f39c12;
font-weight: bold;
}
.catawp-tour-post p {
font-size: 15px;
line-height: 1.6;
margin-top: 10px;
} .catawp-tour-post .tour-providers {
margin-top: 30px;
}
.catawp-tour-post .offers-title {
font-size: 18px;
font-weight: bold;
margin-bottom: 15px;
}
.catawp-tour-post .providers-list {
list-style: none;
padding: 0;
margin: 0;
}
.catawp-tour-post .provider-item {
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px;
border: 1px solid #ddd;
border-radius: 5px;
margin-bottom: 10px;
background-color: #fff;
position: relative;
flex-wrap: wrap;
}
.catawp-tour-post .provider-item:first-child {
border-color: #28a745; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); background-color: #e9f9e1;
}
.catawp-tour-post .provider-info {
display: flex;
align-items: center;
flex-wrap: wrap;
width: 40%;
}
.catawp-tour-post .provider-logo {
width: 80px; height: auto;
margin-bottom: 5px;
margin-top: 5px;
}
.catawp-tour-post .provider-rating {
display: flex;
align-items: center;
gap: 5px;
font-size: 14px;
color: #555;
}
.catawp-tour-post .provider-rating i {
color: #f1c40f;
}
.catawp-tour-post .provider-rating span {
font-weight: bold; }
.catawp-tour-post .provider-price {
font-size: 18px;
font-weight: bold;
color: #fff;
margin-right: 50px;
}
.catawp-tour-post .provider-btn {
background-color: #007bff;
color: white;
padding: 10px 20px;
text-decoration: none;
border-radius: 4px;
display: inline-block;
transition: background-color 0.3s ease; margin-top: 10px;
}
.catawp-tour-post .provider-btn:hover {
background-color: #0056b3; }
.catawp-tour-post .provider-item:first-child .provider-btn {
background-color: #28a745; }
.catawp-tour-post .provider-item:first-child .provider-btn:hover {
background-color: #218838; }
.catawp-tour-post .provider-btn.free-tour-btn {
background-color: #f39c12;
}
.catawp-tour-post .provider-btn.free-tour-btn:hover {
background-color: #d68910;
} .catawp-tour-post .best-option {
position: absolute;
top: -15px;
left: 50%;
transform: translateX(-50%); background-color: white; 
color: #28a745;
padding: 5px 40px;
font-size: 12px;
border-radius: 5px;
font-weight: bold;
z-index: 1;
}
.catawp-tour-post .info-icon {
position: relative;
display: inline-block;
margin-bottom: 10px;
}
.catawp-tour-post .info-icon i {
color: #007bff;
cursor: pointer;
}
.catawp-tour-post .tooltip-content {
visibility: hidden;
width: 90%;
max-width: 300px; background-color: rgba(0, 0, 0, 0.8);
color: #fff;
text-align: center;
padding: 10px;
border-radius: 5px;
position: absolute;
z-index: 1;
bottom: 125%; left: 50%;
transform: translateX(-50%);
opacity: 0;
transition: opacity 0.3s, visibility 0.3s;
word-wrap: break-word;
box-sizing: border-box;
} .catawp-tour-post .info-icon:hover .tooltip-content {
visibility: visible;
opacity: 1;
}
.catawp-tour-links {
display: flex;
flex-wrap: wrap;
gap: 10px;
counter-reset: link-counter; }
.catawp-tour-links li {
list-style: none;
position: relative;
counter-increment: link-counter; }
.catawp-tour-links li::before {
content: counter(link-counter); background-color: #e64537; color: #ffffff; font-weight: bold;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
border-radius: 4px;
position: absolute;
top: 50%;
left: 5px;
transform: translateY(-50%);
}
.catawp-tour-links li a {
text-decoration: none;
color: #1c3654; background-color: #ffffff; border: 2px solid #e64537; padding: 10px 15px;
padding-left: 45px; border-radius: 4px;
font-family: 'Arial', sans-serif;
font-size: 14px;
display: block;
transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}
.catawp-tour-links li a:hover {
background-color: #f8f8f8; color: #1c3654; box-shadow: 0 4px 15px rgba(223, 84, 23, 0.7); }
.catawp-tour-links {
list-style-type: none;
padding-inline-start: 0;
}
.catawp-error-message {
padding: 15px;
background-color: #f8d7da;
color: #721c24;
border: 1px solid #f5c6cb;
border-radius: 4px;
margin-bottom: 20px;
font-family: Arial, sans-serif;
}
.catawp-tour-image img {
max-width: 100%;
height: auto;
display: block;
margin: 0 auto;
} @media (max-width: 768px) { .catawp-tour-post .tour-image-container {
height: 190px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); overflow: hidden; width: 100%; box-sizing: border-box; }
.catawp-tour-post .best-option {
padding: 5px 25px;
top: -25px;
}
.catawp-tour-post .tour-img {
width: 100%;
height: 100%; object-fit: cover; display: block;
}
.catawp-tour-post .tour-opinions {
margin-left: 0px;
margin-top: 15px;
} .catawp-tour-post .tour-info-container {
padding: 15px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); background-color: #fff; width: 100%; box-sizing: border-box; margin-top: 15px; } .catawp-tour-post .tour-info-container p {
padding: 0 10px; margin: 0; }
.catawp-tour-post .provider-rating {
font-size: 12px;
display: inline;
} .catawp-tour-post .provider-btn {
width: 100%; box-sizing: border-box; text-align: center; margin-top: 10px; } .catawp-tour-post .provider-logo {
width: 70px; height: auto;
} .catawp-tour-post .provider-info {
width: 100%; } .catawp-tour-post .tour-providers h2 {
font-size: 20px; margin-bottom: 10px; } .catawp-tour-post .tooltip-content {
width: 90%;
max-width: 250px;
bottom: 130%;
left: 50%;
transform: translateX(-50%);
} .catawp-tour-post .info-icons span {
font-size: 14px;
} .catawp-tour-post p {
font-size: 14px;
margin: 0; padding: 0 10px; }
.catawp-tour-post .info-icons {
display: flex;
gap: 20px;
margin-top: 15px;
margin-bottom: 15px;
}
.tour-info {
max-width: 100%;
margin-top: 10px;
}
.tour-img {
max-width: 100%;
margin-right: 0;
}
.tour-img-list {
max-width: 100%;
}
.star {
font-size: 15px;
margin-right: 1px;
}
.provider-info {
width: 100%;
}
.tour-info .description {
font-size: 14px;
width: 100%;
margin-bottom: 10px;
}
.tour-info .info-icons {
display: inline;
align-items: center;
padding-right: 15px;
margin-bottom: 2px;
}   
.provider-btn {
margin-top: 10px;
width: 100%; text-align: center;
}
.provider-name {
font-size: 11px;
display: inline;
}
.provider-price {
font-weight: bold;
color: #333;
margin-right: 5px;
}
.catawp-tour .tour-header .tour-title {
font-size: 26px; line-height: 35px;
}
.provider-rating {
font-size: 14px;
}
.provider-rating-value {
display: inline; } .search-container .filters {
display: inline;
justify-content: space-between;
margin-bottom: 10px;
} .search-container .search-button {
width: 100%;
padding: 10px;
background-color: #28a745; color: white;
border: none;
border-radius: 3px;
cursor: pointer;
font-size: 16px;
margin-top: 15px;
}
.tooltip {
display: none;
position: absolute;
left: 50%;
transform: translateX(-50%);
background-color: #333;
color: #fff;
padding: 5px;
border-radius: 5px;
white-space: nowrap;
font-size: 12px;
z-index: 1;
min-width: 250px; max-width: 80vw; overflow: hidden; white-space: normal; word-wrap: break-word; box-sizing: border-box; }
.tooltip::after {
content: '';
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #333 transparent transparent transparent;
}
.pagination-link, .pagination-prev, .pagination-next, .pagination-current {
padding: 6px 8px;
font-size: 12px;
}
.pagination-container {
gap: 3px;
}
} }
@media (max-width: 480px) {  .catawp-tour-post .tour-providers h2 {
font-size: 18px;
} .catawp-tour-post .provider-name {
font-size: 13px;
} .catawp-tour-post .provider-price {
font-size: 15px;
} .catawp-tour-post .provider-rating {
font-size: 13px;
} .catawp-tour-post .info-icons span {
font-size: 13px;
} .catawp-tour-post .tooltip-content {
max-width: 200px;
}
} .pagination-container {
display: flex;
justify-content: center;
align-items: center;
margin-top: 20px;
gap: 5px;
flex-wrap: wrap;
}
.pagination-link, .pagination-prev, .pagination-next {
display: inline-block;
padding: 8px 8px;
margin: 0 2px;
border: 1px solid #ddd;
background-color: #f8f8f8;
color: #333;
text-decoration: none;
border-radius: 4px;
transition: background-color 0.3s ease;
font-size: 14px;
}
.pagination-link:hover, .pagination-prev:hover, .pagination-next:hover {
background-color: #e0e0e0;
}
.pagination-current {
display: inline-block;
padding: 8px 10px;
margin: 0 2px;
border: 1px solid #333;
background-color: #333;
color: #fff;
border-radius: 4px;
font-size: 14px;
}
@media (max-width: 768px) {
.pagination-container {
gap: 3px;
}
.pagination-link, .pagination-prev, .pagination-next {
padding: 6px 6px;
font-size: 12px;
}
.pagination-current {
padding: 6px 8px;
font-size: 12px;
}
}
@media (max-width: 480px) {
.pagination-container {
justify-content: space-between;
padding: 0 10px;
}
.pagination-link, .pagination-prev, .pagination-next, .pagination-current {
padding: 5px 6px;
font-size: 11px;
}
}