/* 
Theme Name: Hello Elementor Child
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 */

.elementor-nav-menu--dropdown .elementor-item.highlighted path,
.elementor-nav-menu--dropdown .elementor-item:hover path,
.elementor-nav-menu--dropdown .elementor-item:focus path,
.elementor-nav-menu--dropdown .elementor-item-active path,
.elementor-nav-menu--dropdown .elementor-item-active:hover path,
.elementor-nav-menu--dropdown .elementor-item-active:focus path,
.elementor-nav-menu--dropdown .elementor-sub-item.highlighted path,
.elementor-nav-menu--dropdown .elementor-sub-item:hover path,
.elementor-nav-menu--dropdown .elementor-sub-item:focus path {
	fill: #fff !important;
}
.orange-color {
	color: var( --e-global-color-primary );
}

.custom-nav ul li a {
    text-align: center !important;
    position: relative;
}
.custom-nav ul li a:after {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    transition: all 0.2s linear;
    background: var( --e-global-color-primary ) !important;
    left: 0;
    right: 0;
    bottom: -21px;
}
.custom-nav ul li a:hover:after {
    width: 100%;
}
.sub-menu li a:after {
	display: none;
}


/* Buttons CSS */
.elementor-button {
    position: relative;
    overflow: hidden;
    padding: 20px 60px;
    z-index: 1;
}

.elementor-button::before {
    content: "";
    position: absolute;
    top: 6px;
    right: 6px;
    width: 15px;   
    height: 13px; 
    background: #fff;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    transition: all 0.5s ease;
	z-index: -1;
}

.elementor-button:hover::before {
    top: 6px;
    right: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    clip-path: inset(0);
}

.elementor-button:hover .elementor-button-text {
    color: var(--e-global-color-primary);
    transition: color 0.5s ease;
}
/* Buttons CSS  End*/

/* Review Slider CSS */

.home-review .wpproslider_t4_P_5 {
	font-family: Satoshi, sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.02em;
    color: #4A4A4A !important;
    display: block;
	margin-bottom: 6px;
	text-align: left;
}
.home-review .wpproslider_t4_H3_3 {
	font-size: 20px;
    font-style: normal;
    font-weight: 500;
    color: #4A4A4A !important;
	text-align: left;
}
.home-review  .indrevdiv.wpproslider_t4_DIV_1a {
	display: flex;
    flex-direction: column-reverse;
	justify-content: flex-end;
	text-align: left;
	padding: 30px 40px 20px;
}
.slickwprev-dots [type=button]:focus, .slickwprev-dots [type=button]:hover, .slickwprev-dots [type=submit]:focus, .slickwprev-dots [type=submit]:hover, .slickwprev-dots button:focus, button:hover {
	background-color: #EB6608 !important;
}

/* =============================================
   Blog Grid Pagination - blog-grid-sec
   ============================================= */

.blog-grid-sec .elementor-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-top: 40px;
    padding: 10px 20px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0px;
    background: transparent;
}

.blog-grid-sec .elementor-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 14px;
    color: var( --e-global-color-accent );
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 3px;
    transition: background-color 0.25s ease, color 0.25s ease;
    background: transparent;
    line-height: 1;
	width: 40px;
    height: 40px;
}
.blog-grid-sec .elementor-pagination .page-numbers.next, .blog-grid-sec .elementor-pagination .page-numbers.prev{
	width: unset;
	height: unset;
} 

.blog-grid-sec .elementor-pagination .elementor-screen-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.blog-grid-sec .elementor-pagination .page-numbers.current {
    background-color: var(--e-global-color-primary);
    color: #fff;
    font-weight: 700;
    border-radius: 3px;
	width: 40px;
    height: 40px;
}

.blog-grid-sec .elementor-pagination a.page-numbers:hover {
    background-color: var(--e-global-color-primary);
    color: #ffffff;
}

.blog-grid-sec .elementor-pagination .page-numbers.prev,
.blog-grid-sec .elementor-pagination .page-numbers.next {
    color: var( --e-global-color-accent );
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
}

.blog-grid-sec .elementor-pagination .page-numbers.prev:hover,
.blog-grid-sec .elementor-pagination .page-numbers.next:hover {
    color: var(--e-global-color-primary) !important;
    background: transparent;
}

.blog-grid-sec .elementor-pagination span.page-numbers.prev {
    cursor: default;
    opacity: 0.5;
    pointer-events: none;
}

.single-post-cont h2 {
	font-size: 45px;
}

@media (max-width: 1310px) and (min-width: 1025px) {
	.custom-header .elementor-nav-menu .elementor-item {font-size: 10px !important; margin: 15px !important;}
	.custom-header .elementor-icon-list-item > a {font-size: 15px !important;}
	.elementor-71 .elementor-element.elementor-element-fafa018 .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-nav-menu--dropdown {margin-top: 25px !important;}
	
}

@media (max-width: 1024px) {
	.custom-nav ul li a {text-align: left !important;}
	.custom-nav ul li a br {display: none !important;}
	.custom-nav ul li a:after {display: none !important;}
	.single-post-cont h2 {font-size: 35px;}
}
@media (max-width: 767px) {
	.blog-grid-sec .elementor-pagination {margin-top: 0px; padding: 5px;}
	.blog-grid-sec .elementor-pagination .page-numbers {font-size:12px; padding: 5px; width: 30px; height: 30px; margin: 0 !important;}
	.blog-grid-sec .elementor-pagination .page-numbers.current {width: 30px; height: 30px;}
	.blog-grid-sec .elementor-pagination .page-numbers.prev, .blog-grid-sec .elementor-pagination .page-numbers.next {font-size:12px;}
	.single-post-cont h2 {font-size: 30px;}
}