/* 
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;
}
.header-menu {
    width: 100%;
    transition: top 0.4s ease-in-out;
    z-index: 999;
}
h1 span {
	color: #E09E25;
}
.img-zoom img {
    transition: all 0.3s ease;
}
.img-zoom .elementor-widget-container:hover img {
    transform: scale(1.1);
}
.bg-overlay {
    position: relative;
}
.bg-overlay:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.61) 100%);
	z-index: 1;
}


/* Media Screen */

@media (max-width: 1600px) {
	.invest-left-space {
		margin-left: 150px !important;
	}
}

@media (max-width: 1440px) {
	.invest-left-space {
		margin-left: 70px !important;
	}
}

@media (max-width: 1400px) {
	.invest-left-space {
		margin-left: 40px !important;
	}
}

@media (max-width: 1300px) {
	.invest-left-space {
		margin-left: 20px !important;
	}
}

@media (max-width: 600px) {
	.footer-menu-list nav.hfe-nav-menu__layout-horizontal > ul.hfe-nav-menu {
		flex-direction: column;
	}
}

/*New*/

.empowering {
    background: linear-gradient(
        90deg,
        #DC2626 0%,     
        #304C9C 10%,
	    #DC2626 60%,
		#304C9C 72%,
        #304C9C 89%,
		#304C9C 90%,
		#DC2626 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.platforms h2 {
    background: linear-gradient(90deg, #386BB7 0%, #E24C4A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}

@media(max-width:479px){
.space-grid .elementor-widget-spacer {
    height: 160px !important;
}
}

@media(max-width:425px){
.space-grid .elementor-widget-spacer {
    height: 140px !important;
}
}

@media(max-width:375px){
.space-grid .elementor-widget-spacer {
    height: 140px !important;
}
}

/*For consultation form*/
.get-in-touch .form-control {
    background: none;
    border: none;
    border-radius: 0;
    color: #fff !important;
    border-bottom: 1px solid #fff;
	padding: 10px 0px 10px 0px;
}
.get-in-touch .custom-file-wrap input[type="file"] {
    margin-top: 20px !important;
}
.get-in-touch .custom-file-wrap {
    border: 1px dashed #9A9A9A;
    padding: 20px;
    justify-items: center;
}
/* .get-in-touch p {
    color: #fff;
} */
.contact_form p {
    margin-bottom: 2rem;
}
.custom-file-wrap p{
	text-align: center;
	color: #fff;
}
.custom-file-wrap label.file-label {
    text-align: center !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    margin-bottom: 15px;
}
.custom-file-upload {
    padding: 6px 15px 0px;
    cursor: pointer;
    border: 1px solid #fff;
    width: 150px;
    height: 40px;
}
#file-name {
    font-size: 13px;
    color: #555;
    margin-top: 5px;
}
.get-in-touch input.wpcf7-form-control.wpcf7-submit {
    background-color: #304C9C;
    border: 1px solid #304C9C;
    color: #fff;
    border-radius: 30px;
    padding: 10px 40px 10px 40px;
    margin-top: 30px;
}
.get-in-touch input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #f0f0f0;
    border: 1px solid #304C9C;
    color: #304C9C;
}
/* Standard placeholder styling */
.get-in-touch input::placeholder,
.get-in-touch textarea::placeholder {
    color: white !important;
    opacity: 1; /* Firefox needs this */
}
.form-control:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    outline: 0;
/*     box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25); */
	box-shadow: none !important;
}

/*For vertical slider section in home*/
.intelligence-section {
    position: relative;
    padding-top: 20px;
    padding-bottom: 10px;
}
.intelligence-section .intelligence-thumb-slider {
	position: sticky;
	top: 130px;
	background: #fff;
    box-shadow: 0px 3px 8px 0px #00000040;
    padding: 30px;
}

.intelligence-section {
    & .intelligence-thumb-slider {
        .left-tab-content {
            opacity: 0.4;
            padding-top: 20px;
            padding-bottom: 20px;
            display: block;
        }
    }
}

.intelligence-section {
    & .intelligence-thumb-slider {
        & .left-tab-content {
            &.active {
                opacity: 1;
            }
        }
    }
}

.intelligence-section {
    & .intelligence-thumb-slider {
        & .left-tab-content {
            h4 {
                font-family: Sora;
                font-weight: 700;
                font-size: 20px;
                line-height: 26px;
                color: #304C9C;
                margin-bottom: 10px;
            }
        }
    }
}
.intelligence-section {
    & .intelligence-thumb-slider {
        & .left-tab-content {
            p {
                font-family: Instrument Sans;
                font-weight: 400;
                font-size: 14px;
                line-height: 24px;
                color: #2E2E2E;
                margin-bottom: 0;
            }
        }
    }
}
.intelligence-section {
    .intelligence-main-slider {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
}
.intelligence-section {
    & .intelligence-main-slider {
        .card-item {
            box-shadow: 0px 3px 8px 0px #00000040;
            background: #FFF;
            padding: 30px;
            position: relative;
            display: flex;
            flex-direction: column;
            gap: 20px;
        }
    }
}
.intelligence-section {
    & .intelligence-main-slider {
        & .card-item {
            & .top-content {
                h3 {
                    font-family: Sora;
                    font-weight: 700;
                    font-size: 24px;
                    line-height: 38px;
                    margin-bottom: 10px;
                    color: #2E2E2E;
                }
            }
        }
    }
}
.intelligence-section {
    & .intelligence-main-slider {
        & .card-item {
            & .top-content {
                p {
                    font-family: Instrument Sans;
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 24px;
                    color: #2E2E2E;
                }
            }
        }
    }
}
.intelligence-section {
    & .intelligence-main-slider {
        & .card-item {
            .bottom-list {
                display: grid;
                gap: 0px;
                grid-template-columns: repeat(5, minmax(140px, 1fr));
            }
        }
    }
}
.intelligence-section {
    & .intelligence-main-slider {
        & .card-item {
            & .bottom-list {
                .icon-box {
                    display: flex;
                    flex-direction: column;
                    gap: 10px;
                    align-items: flex-start;
					border: 1px solid #EEF0F2;
					align-items: center;
					text-align: center;
					padding: 20px;
                }
            }
        }
    }
}
.intelligence-section {
    & .intelligence-main-slider {
        & .card-item {
            & .bottom-list {
                & .icon-box {
                    img {
                        width: auto;
                        max-width: 100%;
                        height: 48px;
                    }
                }
            }
        }
    }
}
.intelligence-section {
    & .intelligence-main-slider {
        & .card-item {
            & .bottom-list {
                & .icon-box {
                    h5 {
                        font-family: Instrument Sans;
                        font-weight: 500;
                        font-size: 12px;
                        line-height: 18px;
                        color: #2E2E2E;
                    }
                }
            }
        }
    }
}

/*For results slider*/

.ai-report-card {
    color: #fff;
    border-radius: 12px;
    max-width: 650px;
}

.ai-report-card .ai-title {
    margin-top: 0;
    font-size: 24px;
	font-family: Sora;
    font-weight: 600;
    line-height: 30px;
	padding-bottom: 20px;
	padding-right: 20px;
}

.ai-report-card .ai-text {
    font-size: 16px;
	font-family: Instrument Sans;
	font-weight: 400;
    line-height: 22px;
    margin-bottom: 15px;
}

.ai-stats-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.ai-stat {
    text-align: left;
    width: 43%;
}

.ai-stat h2 {
    margin: 0;
    font-size: 48px;
	font-family: Instrument Sans;
    font-weight: 600;
}

.ai-stat p {
    margin: 5px 0 0;
    font-size: 16px;
	font-family: Instrument Sans;
	font-weight: 400;
	line-height: 26px;
}

.ai-divider {
    width: 1px;
    height: 60px;
    background: rgba(255, 255, 255, 0.4);
}
@media(max-width:1024px){
.intelligence-section {
    & .intelligence-main-slider {
        & .card-item {
            .bottom-list {
                display: grid;
                gap: 0px;
                grid-template-columns: repeat(4, minmax(140px, 1fr));
            }
        }
    }
}
}
@media(max-width:768px){
.intelligence-thumb-slider {
    display: none;
}
}
@media(max-width:767px){
	.intelligence-section {
    & .intelligence-main-slider {
        & .card-item {
            .bottom-list {
                display: grid;
                gap: 0px;
                grid-template-columns: repeat(3, minmax(140px, 1fr));
            }
        }
    }
}
}
@media (max-width: 600px) {
    .ai-stats-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .ai-divider {
        display: none;
    }

    .ai-stat {
        width: 100%;
    }
}
@media(max-width:479px){
	.intelligence-section {
    & .intelligence-main-slider {
        & .card-item {
            .bottom-list {
                display: grid;
                gap: 0px;
                grid-template-columns: repeat(2, minmax(140px, 1fr));
            }
        }
    }
}
.intelligence-section {
    & .intelligence-main-slider {
        & .card-item {
            & .top-content {
                p {
                    font-family: Instrument Sans;
                    font-weight: 400;
                    font-size: 14px;
                    line-height: 24px;
                    color: #2E2E2E;
                }
            }
        }
    }
}
.ai-report-card .ai-text {
    font-size: 14px !important;
	font-family: Instrument Sans;
	font-weight: 400;
    line-height: 22px;
    margin-bottom: 15px;
}
.ai-stat p {
    margin: 5px 0 0;
    font-size: 14px;
	font-family: Instrument Sans;
	font-weight: 400;
	line-height: 26px;
}
.elementor-element.elementor-element-fee9ca7.e-con-full.contact_form.e-flex.e-con.e-child {
    padding-right: 30px !important;
    padding-left: 30px !important;
}
.get-in-touch input.wpcf7-form-control.wpcf7-submit {  
    padding: 10px 30px 10px 30px;
}
}
@media(max-width:375px){
.get-in-touch input.wpcf7-form-control.wpcf7-submit {  
    padding: 10px 20px 10px 20px;
}
}
@media(max-width:320px){
	.intelligence-section {
    & .intelligence-main-slider {
        & .card-item {
            .bottom-list {
                display: grid;
                gap: 0px;
                grid-template-columns: repeat(1, minmax(140px, 1fr));
            }
        }
    }
}
.get-in-touch input.wpcf7-form-control.wpcf7-submit {  
    padding: 10px 10px 10px 10px;
}
}
/* Main Slide Wrapper */
.icc-slide {
    display: flex;
    align-items: stretch;
    background: #3B82F6A6;
    border-radius: 24px;
    overflow: hidden;
}

/* Left Image Section */
.icc-left {
    width: 50%;
}

.icc-left img.icc-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Right Content Section */
.icc-right {
    width: 50%;
    padding: 30px 20px 30px 20px;
    color: #fff;
}

/* Heading inside content */
.icc-right h2,
.icc-right h3,
.icc-right h4 {
    color: #fff;
    margin-top: 0;
}

/* Bottom stats inside content (your custom design) */
.icc-right .stat-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.icc-right .stat {
    text-align: center;
    width: 45%;
}

.icc-right .divider {
    width: 1px;
    background: rgba(255,255,255,0.3);
    height: 60px;
}

/*** SWIPER OVERRIDES ***/

.swiper-pagination {
    bottom: 20px !important;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255,255,255,0.4);
    opacity: 1;
    margin: 0 6px !important;
}

.swiper-pagination-bullet-active {
    background: #fff;
}

.icc-carousel.owl-carousel button.owl-dot {
    background: #fff !important;
    color: inherit !important;
    padding: 5px !important;
    margin-right: 5px !important;
    border-radius: 20px !important;
}
.icc-carousel.owl-carousel button.owl-dot.active {
    background: #304C9C !important;
    color: inherit !important;
    padding: 5px !important;
    margin-right: 5px !important;
    border-radius: 20px !important;
}
.icc-carousel.owl-carousel .owl-dots {
    margin-top: 20px;
	text-align: center;
}
/* Responsive */
@media (max-width: 768px) {
    .icc-slide {
        flex-direction: column;
    }
    .icc-left,
    .icc-right {
        width: 100%;
    }
}

/*For slide animation*/

.four-tab1 .tab-container .tab-text {
    display: none;
}
.four-tab1:hover .tab-container .tab-text {
    display: block;
}
.four-tab1:hover .tab-container .tab-icon {
    display: none;
}


/*new new*/
.four-tab1:hover .tab-container .tab-title {
/*     display: none; */
}
.space-grid:hover .tab-container {
    top: 60px !important;
}
.four-tab1:hover .tab-container {
    top: 100px;
}
@media(max-width:1024px){
.four-tab1:hover .tab-container {
    top: 60px;
}
.space-grid:hover .tab-container {
    top: 20px !important;
}
}
@media(max-width:479px){
.four-tab1:hover .tab-container {
    top: 40px;
}
.space-grid:hover .tab-container {
    top: 10px !important;
}
.icc-right {
    width: 100%;
	height: 620px !important;
}
}
@media(max-width:375px){
.icc-right {
    width: 100%;
	height: 720px !important;
}
}
@media(max-width:320px){
.four-tab1:hover .tab-container {
    top: 40px;
}
.icc-right {
    width: 100%;
	height: 840px !important;
}
.space-grid:hover .tab-container {
    top: 0px;
}
}
.four-tab1:hover {
    background-color:#1F2937;
}
.four-tab1:hover .elementor-widget-spacer {
    height: 100px !important;
}
.four-tab:hover .tab-container {
    display: flex;
    position: absolute;
    content: "";
    left: 0;
    top: 80px !important;
}

/*For sticky and transparent header*/
.ehf-header #masthead{
    z-index: 99;
    background: transparent;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
/* After scrolling */
/* Scrolled State - White Background */
.scroll-header.scrolled {
    background: #ffffff !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.ehf-header.customize-support #masthead{
/*     top: 32px; */
}
.customize-support .scroll-header{
    top: 32px;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
	margin: 0 auto;
}
.hfe-nav-menu__layout-horizontal ul {
    padding-top: 15px !important;
}
nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown{
	top: 60px !important;
}
.hidden_contact {
    display: none;
}
.hfe-nav-menu li {
    border-bottom: 0px !important;
    padding-bottom: 10px;
}
@media(max-width:767px){
.hidden_contact {
    display: block !important;
}
.hidden_contact a.hfe-menu-item {
    background-color: #304C9C !important;
    border-radius: 20px;
    color: #fff !important;
    margin-left: 20px;
    margin-right: 20px;
}
.hidden_contact a.hfe-menu-item:hover {
    background-color: #f0f0 !important;
    border-radius: 20px;
    color: #304C9C !important;
	border: 1px solid #304C9C !important;
    margin-left: 10px;
    margin-right: 10px;
	justify-content: center !important;

}
.hidden_contact a {
	justify-content: center !important;

}
.desk_button {
    display: none !important;
}
}