/*
Theme Name: Blocksy Child
Theme URI: https://creativethemes.com/blocksy/
Description: Child theme for Blocksy.
Author: Your Name
Author URI: https://yourwebsite.com/
Template: blocksy
Version: 1.0.0
Text Domain: blocksy-child
*/
a.custom-anchor-tag {
    color: var(--theme-palette-color-4);
}

.team-grid {
	display: flex;
	display: -webit-flex;
	display: -ms-flex;
    flex-wrap: wrap;
    gap: 20px;
}
.team-card{
	width: 100%;
    background-color: #fff;
    padding: 25px;
    border-radius: 25px;
	box-shadow: 0px 0px 30px -5px rgb(0,0,0,.20);
}

.team-grid > .team-card > img {
	max-width: 100%;
	width: 100%;
	border-radius: 25px;
	overflow: hidden;
}

.team-grid > .team-card > h3 {
	margin-bottom: 0px;
	margin-top: 15px;
	font-size:20px;
	font-weight: 600;
}
.team-grid > .team-card > p {
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
	margin-bottom:8px;
}

.member-bio {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
@media (min-width:767px){
.team-card {
	flex-basis: 48%; 
	}
}

@media (min-width:992px){
.team-card {
	flex-basis: 32%; 
	}
}

button.team_know_more {
    background-color: #fff200;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 18px;
    margin-top: 15px;
    border-radius: 6px;
    cursor: pointer;
}

.team-modal-box {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.team-modal-box:before {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

.team-modal-box-body {
    background-color: #fff;
    max-width: 992px;
    display: flex;
	position: relative;
	overflow: hidden;
	border-radius: 25px;
	box-shadow: 0px 6px 40px 0px rgb(0, 0, 0, 0.30);
}

.team-modal-box-body figure.featured-image {
    flex-basis: 32%;
}

.team-modal-box-body figure.featured-image img {
	width: 100%;
}

.team-modal-box-body .team-content-area {
    flex-basis: 68%;
    padding: 15px;
}

.team-modal-box-body .team-content-area .team-fullcontent p {
    margin-bottom: 9px;
    font-size: 14px;
}

.designation {
    font-weight: 600;
	margin-bottom:15px;
}

.team-content-area .modal-box-title {
    margin-bottom: 0;
}


.team-modal-box-body button.close-modal {
    background-color: #eb1b1b;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 25px;
    border-radius: 100%;
}

@media (max-width: 991px){
	.team-modal-box{
		padding-left: 15px;
		padding-right: 15px;
	}
	.team-modal-box-body{
		flex-wrap: wrap;
	}
	.team-modal-box-body figure.featured-image, .team-modal-box-body .team-content-area{
		flex-basis: 100%;
	}
}

@media (max-width: 552px){
	.team-modal-box-body figure.featured-image img
 {
    width: 100%;
    height: 280px;
    object-fit: cover;
}
}

@media (min-width: 991px){
	#tstimonials_slider .slingle-slider.slick-slide {
    padding-left: 20px;
}
}

/*Contact Form*/

.fluent_form_1 .custom-form-field {
        width: 50%;
    max-width: 50%;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 15px 0px;
    vertical-align: top;
}
.fluent_form_1 .custom-form-textarea {
	width: 100%;
	padding: 0 15px 22px;
	display: block;
}

.fluent_form_1 .custom-form-field input[type="text"], .fluent_form_1 .custom-form-textarea textarea {
    border: 1px solid #ddd;
    font-size: 14px;
    padding: 0 15px;
}
.fluent_form_1 .custom-form-textarea{padding: 15px;margin-bottom: 0;}

.fluent_form_1 .custom-form-field .ff-el-input--label label, .fluent_form_1 .custom-form-textarea .ff-el-input--label label {
    font-size: 14px;
    font-weight: 400;
}

.fluent_form_1 div[name="g-recaptcha-response"], .fluent_form_1 .ff_submit_btn_wrapper {
    padding: 0 15px;
}


/*Service Single*/
.single-service .hero-section {
	background: var(--theme-palette-color-6);
}

.single-service .ct-row {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	gap: 35px;
	padding-top: 80px;
	padding-bottom: 80px;
	flex-wrap: wrap;
}

.single-service .ct-row .content-area, .single-service .ct-row .service-sidebar{width: 100%;}

.single-service .ct-row .content-area .entry-featured-image {
	margin-bottom: 30px;
	border-radius: 25px;
	overflow: hidden;
}

@media (min-width: 992px){
	.single-service .ct-row {flex-wrap: nowrap;}
	.single-service .ct-row .content-area{width: 70%;}
	.single-service .ct-row .service-sidebar{width: 30%;}
}

.service-sidebar {
    border: 1px solid var(--theme-palette-color-6);
    padding: 25px;
    border-radius: 25px;
}
.service-sidebar h2.widget-title {
    font-size: 18px;
    font-weight: 600;
}

.service-sidebar nav.service-navigation ul.service-menu {
    padding: 0;
    list-style: none;
}

.service-sidebar nav.service-navigation ul.service-menu li a {
    display: flex;
	align-items: center;
	justify-content: space-between;
    position: relative;
    background-color: #fff200;
    margin-top: 14px;
    color: #000;
    padding: 15px 15px;
    font-size: 13px;
    line-height: 1.4;
    border-radius: 35px;
}

.service-sidebar nav.service-navigation ul.service-menu li.active-service a, .service-sidebar nav.service-navigation ul.service-menu li a:hover {
    background-color: #000;
    color: #fff;
}

/*Home 3 CSS*/

/*Mega Menu Items for Home 3*/
.mega-menu-content {
    position: fixed;
    top: 67px;
    left: 0;
    width: 100%;
    z-index: 9;
    height: auto;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.tahefobu-nav-menu li:hover .mega-menu-content{
    visibility: visible;
    opacity: 1;
    top:87px;
}

.submenu_mega_menu .elementor-widget-wp-widget-media_image img {
    border-radius: 15px;
}

.submenu_mega_menu .elementor-widget-icon-list .elementor-icon-list-item .elementor-icon-list-icon {
	order: 2;
    margin-left: 5px;
    margin-top: 2px;
}


body:not(.elementor-editor-active) .link_image {
    opacity: 0; 
    visibility: hidden;
    transition: opacity 0.4s ease-in-out, visibility 0.4s;
	position: absolute !important;
	width: 100%;
	height: auto;
	left: 0;
	top: 0;
} 

body:not(.elementor-editor-active) .link_image.is-active {
	opacity: 1;
	visibility: visible;
}

body:not(.elementor-editor-active) .menu-tab-image-container {
	display:none;
}

body:not(.elementor-editor-active) .mega-menu-content.mega-menu-show .menu-tab-image-container{display:block;}

.customIconBox .elementor-icon-box-wrapper .elementor-icon-box-icon {
    margin-top: 6px;
}

#brandSlider div.swiper-pagination{
	bottom: -1.5rem;
}

#brandSlider span.swiper-pagination-bullet{position:relative;}
#brandSlider span.swiper-pagination-bullet:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width: 25px;
    height: 25px;
    border-radius:50%;
    border: 1px solid #00b2ea;
    inset: 0;
    opacity: 0;
    transform: translate(-8px, -8px) scale(0);
    transition: all 0.3s ease;
}
#brandSlider span.swiper-pagination-bullet.swiper-pagination-bullet-active:before{
    opacity: 1;
    transform: translate(-8px, -8px) scale(1);
}


.ta-sticky-active .customHT_Header.elementor-element + .elementor-element {
	display: none;
	transition: 0.3s ease-in-out;
}