/*
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
*/
/* Font Awesome 4.x override (միևնույն family, ուղղակի ավելացնում ենք font-display) */
.custom_image_background {
    min-height: 400px !important;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-image: url('https://happyholidays.am/wp-content/uploads/2025/10/happyholidaysbanner-e1756278774869.webp');
    background-position: 20% 50%;
    background-size: cover;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.custom_image_background.visible {
    opacity: 1;
}
.background_image_custom {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    	min-height: 400px !important; /* or adjust to your needs */

}

.background_image_custom .vc_column-inner.wpb_wrapper {
    max-width: 100%;
}
.background_image_custom .st-heading.text-center, .sub-heading.text-center{
    color:white !important;
    font-size:20px !important
}
.st-header-1 .header .logo img, .st-header-2 .header .logo img, .st-header-3 .header .logo img{
    height: 124px;
}
p {
    font-size:16px !important;
}

.small_radius img{
    border-radius: 50px !important;
}

@media screen and (max-width:480px){
	.st-offer-new .item-title {
    margin-bottom: 50px !important;
	}
	.chaty-i-trigger .chaty-channel {
    bottom: 42px !important;
}

}
@media (max-width: 480px) {
    #header .header .header-left .logo img {
        height: 70px !important;
        
    }
}

#st-content-wrapper .form-book-wrapper .form-more-extra .extras{
    display:block !important;
}
.st-blog .content .article .post-inner .post-desciption {
    color: black !important;
}
.blog-content .post-content {
    color: black !important;
}
.post-header .hover-img img{
    width:700px !important;
}
.login{
    display:none !important;
}
.signup{
    display:none !important;
}

.tour-cards {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 2rem auto;
    max-width: 1100px;
    text-align: center;
}

.tour-cards .tour-card {
    width: 250px;             /* control card width */
    font-family: inherit;
    line-height: 1.35;
}

.tour-cards .tour-card a {
    display: block;           /* make whole card clickable */
    text-decoration: none;
    color: inherit;
}
.tour-cards .tour-card img {
    width: 100%;
    height: 180px;            /* Fixed height for uniform cards */
    object-fit: cover;        /* Crop images to fill the area */
    outline: 0 solid transparent;
    transition: transform .25s ease, box-shadow .25s ease, outline-color .25s ease;
}
.tour-cards .tour-card img {
    width: 100%;

    max-height: 200px;        /* adjust if you want a fixed visual height */
    object-fit: cover;
    outline: 0 solid transparent;
    transition: transform .25s ease, box-shadow .25s ease, outline-color .25s ease;
}
.sight_paraghrap{
    font-size:12px !important;
}
.tour-cards .tour-card h3 {
    margin: .75rem 0 .5rem;
    font-size: 20px;
    font-weight: 700;
}

.tour-cards .tour-card p {
    margin: 0;
    font-size: 11px;
    color: #000;
}

/* Hover effects */
.tour-cards .tour-card a:hover img {
    transform: scale(1.02);
    box-shadow: 0 0 0 4px #f1c40f;
}
.tour-cards .tour-card a:hover h3 {
    text-decoration: underline;
}

/* Always-highlighted variant (add .is-highlighted to the card wrapper) */
.tour-cards .tour-card.is-highlighted img {
    outline: 4px solid #f1c40f;
    outline-offset: 0;
}

/* Responsive: stack on small screens */
@media screen and (max-width: 600px) {
    .tour-cards {
        gap: 10px;
    }
    .tour-cards .tour-card {
        width: 100%;
        max-width: 250px;
    }
}

.faq-container {
    font-family: Arial, sans-serif;
}
.faq-title {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin: 40px 0 20px;
    font-family: Arial, sans-serif;
    color: #333;
}
.faq-item {
    border-bottom: 1px solid #ddd;
}

.faq-item h3 {
    margin: 0;
    padding: 15px 0;
    cursor: pointer;
    background: #fff;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    color: #333;
}

.faq-item h3::after {
    content: "+";
    position: absolute;
    right: 20px;
    font-size: 20px;
    transition: transform 0.3s;
}

.faq-item.active h3::after {
    content: "-";
}

.faq-item p {
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    margin: 0;
    background: #fff;
    line-height: 1.5;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active p {
    max-height: 200px; /* adjust for longer answers */
    padding: 15px;
}


@media screen and (max-width: 1199px) {
    .search-result-page.st-tours .style-list .item-service .item-content .service-excerpt {
        display: block !important;
    }
}
.st-offer-new .item-title{
    font-size: 18px !important;
}
.author-info , #comment-wrapper{
    display:none !important;
}

/*.post-content strong, a{*/
/*    margin: 4px;*/
/*}*/