/* Theme Name: Tripgo Child Theme
Theme URI: https://themeforest.net/user/ovatheme/portfolio
Description: This is child theme of tripgo
Author: Ovatheme
Author URI: https://themeforest.net/user/ovatheme
Template: tripgo
Version: 1.0.0
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain:  tripgo-child
*/
/* ****aks******** */
.ova-contact-page .ova-submit button {
    padding: 9px 31px!important;
}
a#whatsapp {
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 100000000;
}
.TravelExperiences .elementor-icon-box-wrapper {
    min-height: 260px;
}
/* ******animation************ */
#vert-move {
	-webkit-animation: mover 1.7s infinite alternate;
	animation: mover 1.7s infinite alternate
}
#vert-move2 {
	-webkit-animation: mover 1.9s infinite alternate;
	animation: mover 1.9s infinite alternate
}
#vert-move3 {
	-webkit-animation: mover 2.1s infinite alternate;
	animation: mover 2.1s infinite alternate
}
@-webkit-keyframes mover {
	0% {
	transform:translateY(0)
	}
	100% {
	transform:translateY(-10px)
	}
}
@keyframes mover {
	0% {
	transform:translateY(0)
	}
	100% {
	transform:translateY(-10px)
	}
}
/* *******end*********** */ 
img.attachment-full.size-full.wp-image-9552 {
    animation: 20s linear infinite spin;
}
.chooseushome .elementor-icon-box-wrapper {
    min-height: 224px;
}
.rating {
    display: none;
}
.content .item-destination .info .count-tour {
	display: none !important;}
.imageDestinations figcaption.widget-image-caption.wp-caption-text {
    position: absolute;
    top: 20px;
    z-index: 999;
    padding-left: 10px;
    padding-right: 8px;
/*     color: #ffffff;
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: 600;
    background-color: #81818161; */
    border-radius: 5px;
    text-align: center;
    opacity: 0.9px;
	background: linear-gradient(180deg, rgba(17, 27, 25, 0) 0%, rgba(0, 0, 0, 0.85) 100%); 
}
.wp-block-image figcaption, figure figcaption {
    text-align: left;
    font-style: italic;
	border-bottom: 2px solid #e6e6e63d!important;}
#image_home1 .wp-caption img[class*=wp-image-] {
    max-height: 260px;
}
.image_home2.wp-caption img[class*=wp-image-] {
    max-height: 260px;
}



.testmonal .author-image {
    display: none;
}

/* ****contant form popub******* */
div#popmake-10002 {
    text-align: center;
    padding: 15px 15px;
    border-radius: 5px;
}
.pum-theme-9999 .pum-content + .pum-close, .pum-theme-floating-bar .pum-content + .pum-close {margin-top: -208px;}
button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
    background-color: transparent;
    border-color: #036f99!important;
    color: #036f99!important;
}

button.wpcf7-form-control.has-spinner.wpcf7-submit11 {
    background-color: #036f99 !important;
}
button.wpcf7-form-control.has-spinner.wpcf7-submit11 {
    padding: 7px 25px !important;
	
}
button.wpcf7-form-control.has-spinner.wpcf7-submit11:hover {
    background-color: #fd4c5c !important;
    color: #ffffff !important;
}


div#popmake-10002 {
    /* background-color: red; */
/*     background-image: url(https://farengo.aksdigital.in/wp-content/uploads/2026/04/sky.png); */
    opacity: 0.6;
    background-position: top;
}


    .contact-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .contact-header img {
        width: 100px;
    }

    .contact-header h2 {
        color: #1e4fa1;
        margin: 0;
    }
.contact-header h2 {
    color: #1e4fa1;
    margin: 0;
    font-size: 20px!important;
    font-weight: 600!important;
}
.menu-canvas .container-menu {
    overflow: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    bottom: 0;
	background-color: #d1d3d3!important;}