/* 
Theme Name: Web Tour Travel
Description: Theme for Web Tour Travel
Author: WPValet
Author URI: https://wpvalet.co/
Template: hello-elementor
Version: 1.0.0
Text Domain: webtourtravel
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Header */
.wtt-header {
	--transition: .45s cubic-bezier(.4, 0, .2, 1);
	transition: box-shadow var(--transition);
}

.wtt-header.sticky-active {
	box-shadow: 0 4px 32px 0 rgba(25, 30, 59, 0.12);
}

/* General */
.wtt-button-icon .elementor-button-content-wrapper {
	align-items: center;
}

.wtt-button-icon .elementor-button-icon {
	height: 40px !important;
}

.wtt-button-icon .elementor-button-icon svg {
	width: 40px !important;
}

p:last-child {
	margin-bottom: 0 !important;
}

@media (max-width: 767px) {
	.wtt-button-icon .elementor-button-icon {
		height: 30px !important;
	}

	.wtt-button-icon .elementor-button-icon svg {
		width: 30px !important;
	}
}

/* Features Accordion */
.wtt-feature-accordion .e-n-accordion-item-title {
	align-items: flex-start !important;
}

.wtt-feature-accordion .e-n-accordion-item-title-icon {
	top: 7px !important;
}

@media (max-width: 767px) {
	.wtt-feature-img {
		position: relative !important;
	}
}

/* FAQ Accordion */
.wtt-faq-accordion .e-n-accordion-item {
	border: solid 1px rgba(0, 0, 0, 0.1) !important;
	border-radius: 16px !important;
}