/* 
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 */

body{
	overflow-x: hidden !important;
}
.faq-sec .e-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title {
  border-radius: 12px 12px 0 0 !important;
}
.faq-sec .e-n-accordion-item-title-icon{
    background-color:var( --e-global-color-accent );
    padding:10px;
    border-radius:8px;
}

.noSpace, .noSpace p {
	margin: 0;
}
.elementor-nav-menu--dropdown .elementor-item.elementor-item-active svg,
.elementor-nav-menu--dropdown .elementor-item:hover svg,
.elementor-nav-menu--dropdown .elementor-item:focus svg {
	fill: #fff !important;
}
/* Header CSS */
header.elementor-sticky--effects {
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}


/* Button CSS */
/*.elementor-element .elementor-button svg {
    transform: rotate(0);
    transform-origin: center;
    transition: transform .3s ease-out;
}
.elementor-element .elementor-button:hover svg {
    transform: rotate(90deg);
}*/
/* Precess Section CSS */
.vertical_steps:after {
    content: "";
    width: 4px;
    height: 100%;
    background: var(--e-global-color-accent);
    position: absolute;
    left: 20px;
    bottom: -42px;
    z-index: 0;
}
figure.elementor-image-box-img {
    position: relative;
    z-index: 1;
}
.vertical_steps.last:after {content:none;}

/* Services Section CSS */
.cc-services h3 {
    transition: transform 0.4s ease;
}
.cc-services:hover h3 {
    transform: translateY(0px);
}
.cc-services .cc-services-para {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    margin: 0;
    transition: max-height 0.5s ease, opacity 0.4s ease;
}
.cc-services:hover .cc-services-para {
    max-height: 300px;
    opacity: 1;
    margin-top: 0px;
}


/* =============================================
   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: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 3px;
    transition: background-color 0.25s ease, color 0.25s ease;
    background: #000;
    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: #ffffff;
    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: #ffffff;
    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: #fff !important;
    background: var(--e-global-color-primary);
}

.blog-grid-sec .elementor-pagination span.page-numbers.prev {
    cursor: default;
    opacity: 0.5;
    pointer-events: none;
}
@media (min-width:1025px) {
.cc-header.elementor-sticky--effects .cc-header-btn a {
    padding: 40px 35px !important;
}
}
@media (max-width: 2080px) and (min-width: 1600px) {
	.cc-header-nav li a:before {top: -43px !important;}
}
	
@media (max-width: 1280px) and (min-width: 1025px) {
	.cc-header-nav .elementor-nav-menu .elementor-item {font-size: 14px !important; margin: 0px 10px !important;}
}
@media (max-width: 1024px) {
	.cc-header.elementor-sticky--effects .logo img {max-width: 100%;}
}
@media (max-width: 767px) {
	.vertical_steps:after {display: none;}
}