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




a{
	text-decoration:none !important;
}
/******* HOME PAGE*****/
/*Blog section arrow size increased on Home page*/
svg.e-font-icon-svg.e-fas-arrow-alt-circle-right {
    font-size: 45px;
}
 
svg.e-font-icon-svg.e-fas-arrow-alt-circle-left {
    font-size: 45px;
}





/********CONTACT PAGE******************/
.elementor-field-group .elementor-field-textual {
    
    border-left-color: #286cb2 !important;
   
}


/**********BLOG ARCHIVE PAGE*********/
/*Post category color*/
.post-category {
    color: #000000;
  
}
/*search bar hight control*/
	input#search-7732cdd {
    height: 15px !important;
}

button.e-search-submit {
    height: 56px !important;
}
/*search bar hight control*/
span.page-numbers.current {
    background-color: #266e9b;
    color: #ffffff;
    padding: 10px 15px;
}

/*Pagination style control*/
span.page-numbers.current {
    background-color: #317bbb;
    color: #ffffff;
    padding: 10px 15px;
	border: 1px solid #317bbb;
}

a.page-numbers {
    color: #000000;
    border: 1px solid #000000;
    padding: 10px 15px;
}


/****Blog category shortcode CSS****/
.custom-category-list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 400px;
}

.custom-category-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
}

.custom-category-list li:last-child {
    border-bottom: none;
}

.category-name {
    color: #333;
    font-weight: 500;
}

.post-count {
    color: #777;
    font-size: 14px;
}




/*Single post page er comment button er color adjustment*/
.pstcom .elementor-kit-7 button, .elementor-kit-7 input[type="button"], .elementor-kit-7 input[type="submit"], .elementor-kit-7 .elementor-button {
    color: #ffffff;
    border-color: var( --e-global-color-primary );
}


/*Moble hover of teem section of Home page*/
@media(max-width:480px){
	.elementor-element.elementor-element-d8d33e8.elementor-absolute.My_divider.elementor-widget-divider--view-line.elementor-widget.elementor-widget-divider {
    height: 450px !important;
}
	
	
	.elementor-element.elementor-element-3e31ddf.elementor-absolute.My_divider1.elementor-widget-divider--view-line.elementor-widget.elementor-widget-divider {
 height: 450px !important;
}
	
	.elementor-element.elementor-element-3e64a9d.elementor-absolute.My_divider2.elementor-widget-divider--view-line.elementor-widget.elementor-widget-divider {
 height: 450px !important;
}
}


/*_____________________________*/
/*****Team code start on customizer******/
/*Team page er pop er linkedin icon alignment with text*/
.team-member-details .linkedin-profile img{
	width: 30px;
    height: 30px;
    border-radius: 0;
    margin-right: 10px;
}

.team-member-details .linkedin-profile{
	display:flex;
}
.team-member-details .contact-info a{
	color:#fff;
}

.contact-tab .e-n-tabs .e-n-tabs-heading .e-n-tab-title{
	border-color:#f5f5f5 !important;
}

.my-nav ul li:hover ul.dropdown{
	    width: 245px;
}
.my-nav ul li ul.dropdown li a{
	max-width:100% !important;
}


/*.team-member-details .team-header p.email:before{
    content: url(http://localhost/lcapitalcustom/wp-content/uploads/2025/04/new_env.png);
    margin-right: 10px;
}
*/




.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.096) !important;
    display: flex; 
    justify-content: center; 
    align-items: center; 
    z-index: 1000;
    overflow-y: auto; /* Allows scrolling if content is long */
    padding: 20px; /* Adds spacing around the popup */
}

/* Popup Content */
.popup-content {
    background: #00264d;
    color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    width: 80%;
    max-width: 800px;
    position: relative;
    text-align: left;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    animation: fadeIn 0.3s ease-in-out; /* Adds a fade-in effect */
    border-radius: 10px;
}

/* Close Button */
.close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
}

.close-popup:hover {
    background: #00000065;
    color: #ffffff;
}
 
/* Fade-in Animation */
/* @keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9); =
    }
    to {
        opacity: 1;
        transform: scale(1); 
    }
} */

/* Team Header */
.team-member-details .team-header {
    align-items: center;
    margin-bottom: 20px;
}



.team-member-details .team-header h2 {
    font-size: 28px;
    margin: 0;
    color: #ffffff; /* Gold color */
}

.team-member-details .team-header h3 {
    font-size: 20px;
    margin: 5px 0;
    color: #f1f1f1;
}

.team-member-details .contact-info p {
    margin: 5px 0;
    font-size: 16px;
    color: #cce7ff;
}

.team-member-details .contact-info a {
    color: #ffcc00;
    text-decoration: none;
}

.team-member-details .contact-info a:hover {
    text-decoration: underline;
}

/* Team Bio */
.team-member-details .team-bio {
    margin-top: 20px;
    font-size: 16px;
    color: #ffffff;
}

.team-member-details .team-bio p {
    line-height: 1.6;
}


/*custom team popup code shuru ekhan theke*/

#team-member-popup{
      transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;

}
.fade-in {
    opacity: 1 !important;
}

.fade-out {
    opacity: 0 !important;
}
@media (max-width: 768px) {
  .popup-content{
    width: 100%;
  }
    #team-member-popup {
          width: 100%;
    max-width: 400px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
    border-radius: 10px;
    position: fixed;
    }

    .team-member-details {
        max-height: 80vh;
        overflow-y: auto;
    }

    .team-header h2, 
    .team-header h3 {
        font-size: 18px;
        text-align: center;
    }

    .contact-info {
        text-align: center;
    }

    .linkedin-profile img {
        width: 20px;
        height: 20px;
        vertical-align: middle;
    }

    .close-popup {
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 20px;
        cursor: pointer;
    }
    .team-member-details .linkedin-profile {
    display: block !important;
}
}
.team-filter {
    text-align: left;
    margin-bottom: 20px;
}

.filter-btn {
    padding: 10px 20px;
    margin: 5px;
    border: none;
    background-color: #d1d1d1;
    cursor: pointer;
    border-radius: 5px;
}

.filter-btn.active {
    background-color: #002b5c;
    color: white;
}

.team-member {
    text-align: center;
    display: inline-block;
    margin: 15px;
    cursor: pointer;
    padding-top: 25px;
    padding-bottom: 25px;
	border-radius:15px;
	box-shadow: -1px 1px 11px -1px rgba(0,0,0,0.75);
-webkit-box-shadow: -1px 1px 11px -1px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 1px 11px -1px rgba(0,0,0,0.75);
}

.team-img img {
   width: 80%;
    border-radius: 50%;
    object-fit: cover;
}
.team-member:hover img{
  opacity: 0.74;
}
.team-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    transform: translate(-50%, -50%);
    z-index: 999;
}

.popup-content {

	background: #2f7bbe !important;
    padding: 20px;
    width: 50%;
    max-width: 720px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    max-height: 100vh; /* Ensures the popup does not exceed 80% of the viewport height */
    overflow-y: auto; /* Enables scrolling if content is too long */
  
}
#popup-content {
    max-height: 100%;
    overflow-y: auto;
}

.close-popup {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}

div#team-members {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: var(--grid-column-gap, 30px);
}
.team-member p.cat{
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #000000;
}
h4.designation{
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: var(--e-global-color-primary);
    margin-bottom: 5px;
}
.team-member h3{
    margin-bottom: 0px;
}
.team-member h3.title{
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 8px;
}
.team-filter button{
    border-radius: 26px 26px 26px 26px;
    background: #dce0d9;
    border:0px !important;
    font-family: "Roboto", Sans-serif;
    color: #1a304b !important;
}
.team-filter button.active{
    color: #fff !important;
}
.team-member-details .team-bio {
    line-height: 1.6;
}
/*.team-member-details .team-header p.email:before{
    content: url(http://localhost/lcapitalcustom/wp-content/uploads/2025/04/new_env.png);
    margin-right: 10px;
}*/
.filter-btn .e-n-tab-icon i{
    font-size: 0;
}
.filter-btn.active .e-n-tab-icon i{
    font-size: 16px;
}
.team-bio ul{
    margin-bottom: 13px;
}
.team-filter .filter-btn:hover span.e-n-tab-icon{
    color: #fff;
}
.team-filter .filter-btn span.e-n-tab-icon{
    font-size: 16px;
}


.teamsocial{
	display:flex !important;
	align-items:center !important;
	margin-top:25px;
}



.team-btn {
  background-color: #317bbb;
  border: none;
  border-radius: 50px;
  color: white;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}



@media (max-width: 768px) {
    div#team-members{
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .popup-content{
        width: 90%;
    max-width: 100%;
    }
	
	.teamsocial{
	display:flex !important;
	align-items:center !important;
	justify-content:flex-start;
}
	
	
	.team-member-details .team-header p.email{
		text-align:left;
	}
	
	.team-member-details .team-header h3 {
    text-align: left;
}
	
	.team-header h2{
		text-align:left;
	}
}




