/* 
Theme Name: Tax Novator
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
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 */
.site-main {
	padding-top: 100px;
}
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #FFF3E0;
	transition: all 0.3s ease;
	height: 100px;
	z-index: 100;
}
.site-header.sticky {
	height: 80px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
#site-header .custom-logo-link {
	max-width: 70px;
	transition: all 0.3s ease;
}
#site-header.sticky .custom-logo-link {
	max-width: 50px;
}
.site-navigation ul.menu li a {
	font-weight: 600;
	color: #000;
	transition: all .3s ease;
	text-decoration: none;
}
.site-navigation ul.menu li.current-menu-item a{
	color: #EA6722;
}
.site-navigation-toggle-holder .site-navigation-toggle {
	background: none;
	border: none;
	outline: none;
	color: #EA6722;
}
.site-navigation-toggle-holder .site-navigation-toggle:hover,
.site-navigation-toggle-holder .site-navigation-toggle:focus {
	background: none;
	color: #EA6722;
}
.site-navigation-dropdown ul.menu li a {
	color: #EA6722;
	text-decoration: none;
	box-shadow: inset 0 -1px 0 rgba(234, 103, 34, 1);
	background: transparent;
}
.site-navigation-dropdown ul.menu li.current-menu-item a {
    color: #fff;
    background: #EA6722;
}
.site-navigation-dropdown ul.menu {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.site-navigation-dropdown ul.menu li {
	background: #FFF3E0;
}
.site-navigation ul.menu li a:hover {
	color: #EA6722;
}
.site-header .header-inner {
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1240px;
}
.prev-next-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}
.swiper-custom-button-prev {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
	background: #EA6722;
	border-radius: 50%;
	transition: all .3s ease;
}
.swiper-custom-button-next {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
	background: #EA6722;
	border-radius: 50%;
	transition: all .3s ease;
}
.slider-control {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
    margin-top: 20px;
}
.swiper-custom-pagination .swiper-pagination-bullet-active {
    background: #EA6722;
}
.why-section .fix-height .elementor-heading-title {
    min-height: 3rem;
}
.why-section .elementor-widget-image {
    position: relative;
}
.case_study-list-section .blog-thumb {
	display: block;
	text-decoration: none;
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 66%;
    overflow: hidden;
    border-radius: 16px;
}
.case_study-list-section .blog-thumb img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.testimonial-silder-section .name {
	color: #000;
    margin: 0 0 10px;
}
.testimonial-silder-section .position {
	color: #000;
	font-size: 14px;
}
.case_study-list-section .swiper-horizontal {
    margin-left: -15px;
    margin-right: -15px;
}
.case_study-list-section .case_study-list .swiper-slide {
    padding-left: 15px;
    padding-right: 15px;
}
.case_study-list-section .blog-title {
	color: #fff;
	font-size: 24px;
	line-height: 1.2;
	margin: 0 0 10px;
	font-weight: 600;
}
.case_study-list-section .blog-title a {
	color: #000;
	text-decoration: none;
}
.case_study-list-section .blog-desc {
	color: #fff;
}
.case_study-list-section .swiper-custom-button-next {
	background: #fff;
}
.case_study-list-section .swiper-custom-button-prev {
	background: #fff;
}
.case_study-list-section .swiper-custom-button-next:hover {
	background: #000;
}
.case_study-list-section .swiper-custom-button-prev:hover {
	background: #000;
}
.case_study-list-section .swiper-custom-button-next:hover svg path {
	fill: #fff;
}
.case_study-list-section .swiper-custom-button-prev:hover svg path {
	fill: #fff;
}
.case_study-list-section .swiper-custom-button-prev {
	background: #fff;
}
.case_study-list-section .prev-next-wrap svg path {
	fill: #000;
}
.case_study-list-section .swiper-custom-pagination .swiper-pagination-bullet {
	background: #fff;
	opacity: 0.5;
}
.case_study-list-section .swiper-custom-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}
.wpcf7 .submit {
	text-align: center;
	position: relative;
}
.wpcf7 .submit .wpcf7-spinner {
	position: absolute;
	top: 8px;
}
.wpcf7 .submit .wpcf7-submit {
	background-color: #fff;
    font-weight: 600;
    text-decoration: none;
	font-size: 16px;
	color: #000;
	padding: 12px 24px;
	transition: all .3s ease;
	line-height: 1;
	border-radius: 3px;
	display: inline-flex;
	border: none;
	outline: none;
	border-radius: 50px;
    min-width: 150px;
    text-align: center;
    justify-content: center;
}
.wpcf7 .submit .wpcf7-submit:hover,
.wpcf7 .submit .wpcf7-submit:focus {
	background: #000;
	color: #fff;
}
.wpcf7 {
	max-width: 600px;
	margin: 0 auto;
}
input[type=date], 
input[type=email], 
input[type=number], 
input[type=password], 
input[type=search], 
input[type=tel], 
input[type=text], 
input[type=url], 
select, 
textarea {
    width: 100%;
    border: none;
    border-radius: 3px;
    outline: none;
    transition: all .3s;
	
}
input[type=date], 
input[type=email], 
input[type=number], 
input[type=password], 
input[type=search], 
input[type=tel], 
input[type=text], 
input[type=url] {
	min-height: 50px;
}
.wpcf7 .form-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-left: -12px;
	margin-right: -12px;
}
.wpcf7 .form-row {
	padding: 0 12px;
	width: 100%;
}
.wpcf7 .form-row p {
	margin-bottom: 0;
}
.wpcf7 .form-row.w-50 {
	width: 50%;
}
.wpcf7 .form-row:not(:last-child) {
	margin-bottom: 15px;
}
.wpcf7 form .wpcf7-response-output {
	color: #B42318;
}
input::placeholder,
textarea::placeholder {
	color: #000;
}
.btn-group .elementor-button {
	min-width: 160px;
}
.testimonial-content {
	color: #000;
}
.testimonial-content p {
	position: relative;
}
.testimonial-content .top {
	position: relative;
	top: 6px;
	margin-right: 10px;
}
.testimonial-content .bottom {
	margin-left: 10px;
	position: absolute;
	bottom: -5px;
}
.site-navigation ul.menu li.menu-btn a,
.site-navigation-dropdown ul.menu li.menu-btn a {
	background-color: #EA6722;
    font-weight: 600;
    text-decoration: none;
	font-size: 16px;
	color: #fff;
	padding: 12px 24px;
	transition: all .3s ease;
	line-height: 1;
	border-radius: 3px;
	display: inline-flex;
	border: none;
	outline: none;
	border-radius: 50px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.site-navigation ul.menu li.menu-btn a:before {
	content: "";
    position: absolute;
    display: block;
    left: -100%;
    top: 0;
    width: 200%;
    height: 100%;
    background: linear-gradient(90deg, #F6BA0B 0%, transparent 50%, #F6BA0B 100%);
    transition: .6s left ease-in-out;
    z-index: -1;
}
.site-navigation ul.menu li.menu-btn a:hover:before  {
	left: 0;
}
.site-navigation ul.menu li.menu-btn {
	margin-left: 50px;
}
.site-navigation-dropdown ul.menu li.menu-btn {
	padding: 15px 20px;
}
.btn-custom a.elementor-button {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.btn-custom a.elementor-button:before {
	content: "";
    position: absolute;
    display: block;
    left: -100%;
    top: 0;
    width: 200%;
    height: 100%;
    background: linear-gradient(90deg, #F6BA0B 0%, transparent 50%, #F6BA0B 100%);
    transition: .6s left ease-in-out;
    z-index: -1;
}
.btn-custom a.elementor-button:hover:before  {
	left: 0;
}
.banner-title .elementor-heading-title span {
	background: linear-gradient(90deg, #EA6722 0%, #F6BA0B 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
}
.testimonial-silder-section .logo {
	margin-bottom: 10px;
}
.testimonial-silder-section .logo img {
	max-width: 100px;
}
.testimonial-silder-section .avatar {
	position: relative;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 15px;
}
.testimonial-silder-section .avatar img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.testimonial-silder-section .item-inner {
	padding: 30px;
	background: #ffd9a3;
	border-radius: 20px;
	text-align: center;
}
.testimonial-silder-section .item-inner * {

}
.testimonial-silder-section .swiper-slide {
	max-width: 350px;
}
.testimonial-silder-section .testimonial-silder {
	max-width: 730px;
}
.testimonial-silder-section .swiper-3d .swiper-slide-shadow-left,
.testimonial-silder-section .swiper-3d .swiper-slide-shadow-right {
	background: none;
}
.testimonial-silder-section .swiper-slide:not(.swiper-slide-active) .item-inner * {
	opacity: 0;
}
.testimonial-silder-section .swiper-slide:not(.swiper-slide-active) .item-inner {
	filter: blur(6px);
	opacity: 0.4;
}
.testimonial-silder-section .testimonial-info {
	margin-bottom: 32px;
}
.testimonial-silder-section {
	position: relative;
}
.testimonial-silder-section .slider-control {
	margin: 0;
}
.testimonial-silder-section .swiper-custom-button-prev {
	position: absolute;
	top: 50%;
	right: 50%;
	margin-right: 200px;
    transform: translateY(-50%);
	z-index: 9;
}
.testimonial-silder-section .swiper-custom-button-next {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: 200px;
	transform: translateY(-50%);
	z-index: 9;
}
@keyframes upDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.list-service .elementor-icon {
	animation: upDown 2s ease-in-out infinite;
}
@keyframes upDownText {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
.banner-title .elementor-heading-title span {
	display: inline-block;
	animation: upDownText 2s ease-in-out infinite;
}

/* Footer */
.top-footer ul {
	list-style: none;
	padding: 0;
}
.top-footer p:last-child {
	margin-bottom: 0;
}
.top-footer a,
.copyright a {
	color: #EA6722;
	transition: all .3s ease;
}
.top-footer a:hover,
.copyright a:hover {
	text-decoration: underline;
}
.copyright p:last-child {
	margin-bottom: 0;
}
@media (min-width: 768px){
	.swiper-custom-button-prev:hover,
	.swiper-custom-button-next:hover {
		background: #000;	
	}
	.btn-2-custom a.elementor-button .elementor-button-content-wrapper {
		position: relative;
		display: block;
		padding-right: 26px;
	}
	.btn-2-custom a.elementor-button .elementor-button-icon {
		position: absolute;
		right: 10px;
		transition: all .3s ease;
	}
	.btn-2-custom a.elementor-button:hover .elementor-button-icon {
		right: 0;
	}
}
@media (max-width: 767.98px){
    .site-header.sticky {
		height: 70px;
		padding: 10px 0;
	}
	.testimonial-silder-section .testimonial-content {
		margin-bottom: 40px;
	}
	.btn-group .elementor-button {
		min-width: 250px;
	}
}
@media (max-width: 479.98px){
	.testimonial-silder-section .swiper-custom-button-prev {
		right: auto;
		left: -15px;
		margin: 0;
	}
	.testimonial-silder-section .swiper-custom-button-next {
		left: auto;
		right: -15px;
		margin: 0;
	}
}