/*
Theme Name:     Traveler Childtheme
Description:    Traveler Child Theme
Theme URI:      https://travelerwp.com/
Author:         the ShineTheme
Author URI:     http://shinetheme.com
Version:        1.0
Template:       traveler
*/

/******---------Header------******/
.header__left .logo img {
    max-width: 160px !important;
}


/***************** Cards *****************/

.item-tours { border-radius: 26px; overflow: hidden; background: #f5f5f5; box-shadow: 0 15px 40px rgba(0,0,0,0.08); transition: 0.4s ease; }
.item-tours:hover { transform: translateY(-6px); }
.featured-image { position: relative; }
.featured-image img { width: 100%; height: 260px; object-fit: cover; display: block; }
.featured-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgb(0 0 0 / 15%)); }
.featured-image .price-wrapper { position: absolute; top: 18px; right: 18px; background: #eef1f4; padding: 5px 10px; border-radius: 20px; font-size: 11px; font-weight: 500; z-index: 3; }
.featured-image .price-wrapper .price { color: #caa25a; font-weight: 600; font-size: 11px; margin-left: 5px; }
.featured-image .price-wrapper i { display: none; }
.service-avatar { display: none !important; }
.content-item { padding: 10px 25px 25px; padding-left: 25px !important; padding-right: 25px !important; background: #f5f5f5; }
h3.title { font-size: 21px !important; line-height: 1.4 !important; font-weight: 500 !important; margin-bottom: 18px !important; color: #1c1c1c; }
.item-tours .reviews { display: none !important; }
.footer-inner { display: block !important; }
.service-duration { font-size: 16px; color: #6d6d6d; margin-bottom: 25px; }
.content-item .price-wrapper { display: block; width: 100%; text-align: center; padding: 12px; border: 1px solid #caa25a; color: #caa25a; text-transform: uppercase; letter-spacing: 3px; font-size: 14px !important; background: transparent; }
.content-item .price-wrapper .price, .content-item .price-wrapper .fr_text, .content-item .price-wrapper i { display: none; }
.content-item .price-wrapper::after { content: "Enquire Now"; text-align: center; margin: auto; font-size: 12px; font-weight: 700; color: #caa25a; }
.content-item .price-wrapper:hover { background: #caa25a; color: #fff !important; }
.content-item .price-wrapper:hover:after { color: #fff !important; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } }
@keyframes cinematicZoom { from { opacity: 0; transform: scale(1.2); } to { opacity: 1; transform: scale(1); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes slideInLeft { from { opacity: 0; transform: translateX(-50px); } to { opacity: 1; transform: translateX(0); } }
@keyframes scaleUp { from { opacity: 0; transform: scale(0.95); } to { opacity: 1; transform: scale(1); } }
.reveal { opacity: 0; animation-fill-mode: forwards; animation-timing-function: cubic-bezier(0.22,1,0.36,1); }

/***************** Animations *****************/

.animate-hero-image { animation: cinematicZoom 2s forwards; }
.animate-fade-up .item-tour { animation: fadeUp 1.2s forwards; }
.animate-fade-in { animation: fadeIn 1s forwards; }
.animate-slide-left { animation: slideInLeft 3s forwards; }
.animate-scale-up { animation: scaleUp 0.8s forwards; }
.delay-100 { animation-delay: 0.1s; }
.delay-200 { animation-delay: 0.2s; }
.delay-300 { animation-delay: 0.3s; }
.delay-500 { animation-delay: 0.5s; }
.delay-2000 { animation-delay: 2s; }


/***************** Destinations *****************/

/* container */
.section-destinations .destination-item .image { position: relative; overflow: hidden; border-radius: 20px; }
.section-destinations .destination-item .image::before { content: ""; position: absolute; inset: 0; background: color-mix(in oklab, #0a1128 20%, transparent); z-index: 1; }
.section-destinations .destination-item .content { position: absolute; inset: 0; top: 0; left: 0; z-index: 2; color: #fff; transform: unset!important; }
/* title bottom-left */
.section-destinations .destination-item .title { position: absolute; bottom: 50px; left: 20px; margin: 0; font-size: 28px; margin-bottom: 0px!important; }
.section-destinations .destination-item .title a { color: #fff; font-size: 30px; }
.section-destinations .destination-item .desc { position: absolute; bottom: 20px; left: 33px; }
.section-destinations .destination-item .desc a { color: #f5c26b; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; }

/* add "AVAILABLE" */
.section-destinations .destination-item .desc a::after { content: " AVAILABLE"; }

/* hover zoom */
.section-destinations .destination-item:hover img { transform: scale(1.05); transition: 0.4s; }
.section-destinations .destination-item .title { position: absolute; bottom: 50px; left: 20px; margin: 0; font-size: 28px; display: flex; align-items: center; gap: 8px; }
.section-destinations .destination-item .title::before { content: ""; display: inline-block; width: 20px; height: 20px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f5c26b' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5S10.62 6.5 12 6.5s2.5 1.12 2.5 2.5S13.38 11.5 12 11.5z'/%3E%3C/svg%3E") no-repeat center; background-size: contain; }

/***************** Contact *****************/
.custom-form { max-width: 900px; margin: auto; font-family: sans-serif; }
.custom-form .row { display: flex; gap: 20px}
.custom-form .row.full { flex-direction: column; }
.custom-form .field {/* flex: 1; *//* display: flex; */flex-direction: column;}
.custom-form label { font-size: 12px; letter-spacing: 2px; color: #8c8c8c; margin-bottom: 8px; }
.custom-form input, .custom-form textarea {background: #ffffff;border: 1px solid rgb(10 17 40 / 10%);border-radius: 12px;padding: 18px;font-size: 18px;color: #666;width: 100%;outline: none;}
.custom-form textarea { height: 150px; resize: none; }
.custom-form input::placeholder, .custom-form textarea::placeholder { color: #9aa0a6; }
.custom-form input[type="submit"] { background: #c8a45d; color: white; font-size: 16px; letter-spacing: 2px; border-radius: 4px; padding: 18px; cursor: pointer; transition: 0.3s; }
.custom-form input[type="submit"]:hover { opacity: 0.9; }
@media (max-width: 768px) { .custom-form .row { flex-direction: column; } }

.custom-form .field { width: 48%; }
.custom-form .field.col-12 {width: 100%;}

@media (max-width: 768px) {
  .custom-form .field { width: 100%; }
}

/***************** Trip details *****************/
.st-review-score {display: none!important;}
.owl-carousel .owl-stage-outer{height:550px;}
.owl-carousel .owl-item{height:550px!important;}
.owl-carousel .owl-item img{height:100%!important;object-fit:cover;}
@media (max-width:991px){.owl-carousel .owl-stage-outer{height:400px;}.owl-carousel .owl-item{height:400px!important;}}
@media (max-width:576px){.owl-carousel .owl-stage-outer{height:250px;}.owl-carousel .owl-item{height:250px!important;}}