/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

.header_wrap .elementor-sub-item{
    padding-left: 10px !important;
}

.market_agility p {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 500px; /* Adjust as needed */
}


/* Portfolio Container */
.portfolio-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns */
    gap: 10px; /* Space between items */
    padding: 0px;
}

/* Portfolio Item */
.portfolio-item {
    position: relative;
    overflow: hidden;
/*    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;*/
}

.portfolio-item:hover {
/*
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
*/
}

/* Portfolio Image */
.portfolio-image {
    position: relative;
    overflow: hidden;
}

.portfolio-image img {
    width: 100%;
    height: 245px;
    display: block;
    object-fit: cover;
}
.portfolio-item h3{
    font-family: 'Inter', sans-serif;
    font-weight: 600; /* Semi-bold */
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.3px;
    text-align: center;
    color: #083C2F;
    text-transform: uppercase;
}


/* Portfolio Overlay */
.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}

/* Overlay Content */
.overlay-content p {
    margin: 0 0 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.3px;
    text-align: center;
}

/* Learn More Button */
.learn-more-button {
    padding: 14px 14px;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 25.5px;
    letter-spacing: 0px;
    text-align: right;
    text-transform: lowercase;
    border:1px solid #fff;
}

.learn-more-button:hover {
    background: #72C72C;
    color:#fff;
}

/* Right Arrow */
.learn-more-button::after {
    content: '→'; /* Unicode arrow */
    font-size: 12px;
    transition: transform 0.3s ease;
    padding: 3px;
}

/* Portfolio Title */
.portfolio-title {
    text-align: center;
    margin: 10px 0 0;
    font-size: 1.2em;
    color: #083C2F;
}
.portfolio-single-content{
	padding: 100px 15px !important;
}
.portfolio-title a{
     color: #083C2F !important;
}
.portfolio-single-header{
	font-family: 'Inter', sans-serif;
    font-weight: 700;
	font-size: 48px;
	line-height: 56.7px;
	color: #083C2F !important;
	text-transform: uppercase;
}

.industry-subtitle{
	color: #083C2F !important;
	font-family: 'Inter', sans-serif;
    font-weight: 700;
	font-size: 28px;
}
.iso-link{
	color: #7a7a7a !important;
	text-decoration: none;
}
.iso-link:hover{
	opacity: 0.5;
}
.advisor-list{
	font-family: 'Inter', sans-serif !important;
	position: relative;
	padding-bottom: 20px;
	padding-left:35px;
/* 	font-size: 20px;
	line-height: 25px;  */
}

.advisor-list::before{
	content: "";
	background-image: url("/wp-content/uploads/2025/10/list-icon.png") !important;
	position: absolute;
	top: -4px;
	left: 0px;
	width: 32px;
	height: 32px;
	background-size: cover;
	background-repeat: no-repeat;
}


@media only screen and (max-width: 1024px){
	.portfolio-single-content{
		padding: 60px 15px !important;
	}
	.contactMob-btn{
		padding-top: 10px !important;
	}
	.header-btns .contactMob-btn{
        display: flex;
        justify-content: center !important;
        align-items: center !important;
        margin-left: 0px !important;
    }
}
@media (min-width: 769px) and (max-width: 1024px) {
    .overlay-content p {
        font-size: 9px;
        line-height: 11px;
    }
    .learn-more-button {
        padding: 10px 14px;
        font-size: 12px;
        line-height: 22.5px;
    }
}
@media (max-width: 768px) {
    .portfolio-container {
        grid-template-columns: 1fr; /* Full width below 768px */
    }
    .portfolio_sec .e-con.e-flex {
        display: flow-root !important;
    }
	 .about-trusted-video {
        width: 100% !important;
        height: auto !important;
    }
	
}
@media (min-width: 768px) and (max-width: 1023px) {
/* 	sr7-txt{
		font-size: 28px!important;
		line-height: 40px!important;
		
	} */
	.advisor-list{
		font-size: 16px;
		line-height: 20px;
		padding-bottom: 10px;
		padding-left:25px;
	}
	.advisor-list::before{
		width: 20px;
		height: 20px;
		top:0px;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
/* 	sr7-txt{
		font-size: 26px!important;
		line-height: 30px!important;	
	} */
	.advisor-list{
		font-size: 15px;
		line-height: 17px;
		padding-left:25px;
	}
	.advisor-list::before{
		width: 20px;
		height: 20px;
		top:0px;
	}
}
@media (min-width: 320px) and (max-width: 479px) {
/* 	sr7-txt{
		font-size: 20px!important;
		line-height: 18px!important;	
	} */
	.advisor-list{
		font-size: 14px;
		line-height: 16px;
		padding-left:25px;
	}
	.advisor-list::before{
		width: 20px;
		height: 20px;
		top:0px;
	}
}
/* Responsive Design */
@media (max-width: 768px) {
    .portfolio-container {
        grid-template-columns: 1fr; /* Full width below 768px */
    }
	.portfolio-single-content{
		padding: 30px 15px !important;
	}
	.portfolio-banner{
		height: 300px !important;
		background-size: cover !important;
	}
	.portfolio-single-header {
		font-size: 30px;
		line-height: 40px;
	}
}

@media (min-width: 1025px) and (max-width: 1227px) {
	.elementor-12 .elementor-element.elementor-element-d5ad68d .elementor-button ,
	.elementor-12 .elementor-element.elementor-element-e365df1 .elementor-button{
		font-size: 11px !important;
		padding: 8px 12px 8px 12px;
	}
	.elementor-12 .elementor-element.elementor-element-d9becce .elementor-nav-menu .elementor-item {
		font-size: 12px !important;
	}
}

@media only screen and (max-width: 767px) {
	.portfolio-banner {
		height: 120px !important;
		background-position-x: center !important;
		background-repeat: no-repeat !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.portfolio-banner {
		height: 200px !important;
		background-position-x: center !important;
		background-repeat: no-repeat !important;
	}
}

@media only screen and (min-width: 1025px) {
	.portfolio-banner {
		background-position-x: 100% !important;
		height: 545px !important;
		background-repeat: no-repeat !important;
	}
}

/* .image-footer-above{
	
}
@media only screen and (min-width: 2001px){
.image-footer-above-text{
	max-height:635px!important;
}
} */
@media (min-width: 2701px) and (max-width: 3500px) {
	.footer-above-section .e-con-inner{
		padding-top:250px!important;
		padding-bottom:250px!important;
	}
	.about-footer-section{
		min-height:600px;
	}
}
@media (min-width: 2501px) and (max-width: 2700px) {
	.footer-above-section .e-con-inner{
		padding-top:200px!important;
		padding-bottom:200px!important;
	}
	.about-footer-section{
		min-height:600px;
	}
}
@media (min-width: 2000px) and (max-width: 2500px) {
	.footer-above-section .e-con-inner{
		padding-top:160px!important;
		padding-bottom:160px!important;
	}
	.about-footer-section{
		min-height:500px;
	}
}
@media (min-width: 1600px) and (max-width: 1999px) {
	.footer-above-section .e-con-inner{
		padding-top:100px!important;
		padding-bottom:100px!important;
	}
/* 	.service-banner{
		min-height:700px!important;
		max-height:701px!important;
	} */
	.about-footer-section{
		min-height:420px;
	}
}
@media (min-width: 1200px) and (max-width: 1599px) {
	.footer-above-section .e-con-inner{
		padding-top:55px!important;
		padding-bottom:55px!important;
	}
/* 	.service-banner{
		min-height:535px!important;
		max-height:600px!important;
	} */
	.about-footer-section{
		min-height:300px;
	}
}
@media (min-width: 1100px) and (max-width: 1199px) {
	.footer-above-section .e-con-inner{
		padding-top:40px!important;
		padding-bottom:40px!important;
	}
/* 	.service-banner{
		min-height:535px!important;
		max-height:600px!important;
	} */
}
@media (min-width: 1025px) and (max-width: 1099px) {
	.footer-above-section .e-con-inner{
		padding-top:30px!important;
		padding-bottom:30px!important;
	}
/* 	.service-banner{
		min-height:535px!important;
		max-height:600px!important;
	} */
}
@media (min-width: 471px) and (max-width: 560px) {
	.about-footer-section{
		min-height:125px;
	}
}
@media (min-width: 421px) and (max-width: 470px) {
	.about-footer-section{
		min-height:110px;
	}
}
@media (min-width: 361px) and (max-width: 420px) {
	.about-footer-section{
		min-height:95px;
	}
}
@media (min-width: 320px) and (max-width: 360px) {
	.about-footer-section{
		min-height:85px;
	}
}