  .contact-form-wrapper {
    position: relative;
    min-height: 337px; 
}
#contact-success-message {
    display: none;
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    text-align: center;
    background: rgba(255,255,255,0.95);
}
#reviews ol.commentlist {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}
#reviews ol.commentlist li {
    position: relative;
    margin-bottom: 20px;
    padding: 0;
}
#reviews ol.commentlist li img.avatar {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border: 1px solid #e4e1e3;
    background: #f5f5f5;
}
#reviews ol.commentlist li .comment-text {
    margin-left: 60px; 
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 1em;
    background-color: #f9f9f9;
}
#reviews ol.commentlist li .comment-text p.meta {
    font-size: 0.83em;
    color: #777;
    margin-bottom: 5px;
}
#reviews ol.commentlist li .comment-text p {
    margin: 0 0 1em;
}
#reviews ol.commentlist li .star-rating {
    margin-bottom: 5px;
}
.two-column-respon .about-card .wpb_column {
    padding-top: 16px;
    padding-bottom: 16px;
}

.item_border.item-product {
    border: 1px solid transparent;
    transition: all 0.3s ease;
    background: #fff;
}

.item_border.item-product:hover {
    border: 1px solid #2c7be5; 
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}
.item_border.item-product {
    border: 1px solid #e5e5e5;
}

.item_border.item-product:hover {
    border-color: #2c7be5;
}

.item_border.item-product {
    background: #ffffff;
    /* border-radius: 14px; */
    border-radius : 20px 0px 20px 0px;
    border: 1px solid #e6e6e6;
    overflow: hidden; 
    transition: all 0.35s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.item_border.item-product:hover {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
    transform: translateY(-6px);
    border-color: #2c7be5; }

.item_border.item-product img {
    border-top-left-radius: 14px;
    /* border-top-right-radius: 14px; */
    transition: transform 0.35s ease;
}
.item_border.item-product:hover img {
    transform: scale(1.06);
}
.item_border.item-product .read_more {
    border-top: 1px solid #f1f1f1;
}

.wrapper-tours-slider .item-tour .item_border {
    background: #ffffff;
    border-radius : 20px 0px 20px 0px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
    overflow: hidden;
    transition: all 0.35s ease;
}
.wrapper-tours-slider .item-tour .item_border:hover {
    transform: translateY(-6px);
    border-color: #f2e9e9;
}
.wrapper-tours-slider .item-tour img {
    border-top-left-radius: 14px;
    transition: transform 0.35s ease;
}
.wrapper-tours-slider .item-tour .item_border:hover img {
    transform: scale(1.06);
}
.wrapper-tours-slider .item-tour .read_more {
    border-top: 1px solid #f1f1f1;
}
/* Team */
.section-background .item_border {
    border-radius: 14px;
    background: #ffffff;
    overflow: hidden; 
    border: none;
    border-bottom: 2px solid #2c7be5;
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.12);
    transition: box-shadow 0.3s ease, border-bottom-color 0.3s ease;
}
.section-background .item_border {
    border-bottom: 3px solid --primary; 
}
.post_images {
    min-height: 125px;
    position: relative;
    margin: 0px;
}
.section-background .post_images {
    position: relative;
    overflow: hidden;
}
.section-background .post_images::after {
    content: "";
    position: absolute;
    bottom: -100%;
    left: -100%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        45deg,
        transparent 40%,
        rgba(255, 255, 255, 0.45) 50%,
        transparent 60%
    );
    transform: translate(0, 0);
    opacity: 0;
}
.section-background .post_images:hover::after {
    animation: flash-diagonal 1.8s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@keyframes flash-diagonal {
    from {
        transform: translate(-50%, 50%);
        opacity: 0;
    }
    to {
        transform: translate(50%, -50%);
        opacity: 1;
    }
}
/* .about-card .col-sm-6 > img {
    display: block;
    width: 100%;
} */
.about-card .col-sm-6 {
    position: relative;
    overflow: hidden;
}
.about-card .col-sm-6::after {
    content: "";
    position: absolute;
    bottom: -100%;
    left: -100%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        45deg,
        transparent 40%,
        rgba(255, 255, 255, 0.35),
        transparent 60%
    );
    opacity: 0;
    pointer-events: none;
}
.about-card .col-sm-6:hover::after {
    animation: flash-diagonal 1.8s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.post_list_content_unit {
    border: 1px solid #e5e5e5;
    padding: 15px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    background: #fff;
    border-radius: 10px; 
}
.post_list_content_unit:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}
.blog_images {
    overflow: hidden;
    border-radius: 8px; 
}
.post_list_content_unit .blog_images img {
    transition: transform 0.4s ease;
    border-radius: 8px;
}
.post_list_content_unit:hover .blog_images img {
    transform: scale(1.1);
}
.post_list_title a {
    transition: color 0.3s ease;
}
.shortcode-tour-reviews {
    padding: 17px 15px;
    border-radius: 10px;
}
.tour-img-height {
    height: 250px;      
    object-fit: fill;  
}











@media (max-width: 767px) {

    
    .padding-top-6x {
        padding-top: 25px;
    }
   
}

@media (max-width: 767px) {

    .side-nav .menu-item-has-children {
        position: relative;
    }

    /* Arrow icon */
    .side-nav .menu-item-has-children::after {
        content: "\f107";
        font-family: "FontAwesome";
        position: absolute;
        right: 15px;
        top: 12px;
        font-size: 16px;
        color: #ffffff;
        cursor: pointer;
        z-index: 2;
    }

    /* Hide submenu by default */
    .side-nav .menu-item-has-children > .sub-menu {
        display: none;
    }

    /* Show submenu when active */
    .side-nav .menu-item-has-children.active > .sub-menu {
        display: block;
    }

    /* Rotate arrow when open */
    .side-nav .menu-item-has-children.active::after {
        transform: rotate(180deg);
    }
}



