/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://example.com
 Description:  Child theme for Hello Elementor
 Author:       Your Name
 Author URI:   https://example.com
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/
.elementor-counter-title {
    text-align: center;
}

/* Normal hdr_inner background when not sticky */
body .elementor-element.header .hdr_inner {
    background: rgba(52, 101, 171, 0.60) !important; /* your normal semi-transparent color */
    transition: background 0.3s ease, backdrop-filter 0.3s ease !important;
}

/* hdr_inner glass blur when sticky */
body .elementor-element.header.elementor-sticky--active .hdr_inner {
    background: rgba(52, 101, 171, 0.60) !important; /* same color as normal */
    backdrop-filter: blur(12px) !important;           /* frosted glass */
    -webkit-backdrop-filter: blur(12px) !important;   /* Safari support */
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important; */ /* Removed */
    box-shadow: 0 4px 30px rgba(0,0,0,0.1) !important; /* optional subtle depth */
    transition: background 0.3s ease, backdrop-filter 0.3s ease !important;
}

/* Mobile adjustments */
@media (max-width: 767px) {
    body .elementor-element.header.elementor-sticky--active .hdr_inner {
        backdrop-filter: blur(8px) !important;
        -webkit-backdrop-filter: blur(8px) !important;
    }
}


.header {
    width: 100% !important;
}
 
.lm-logo-item {
    display: flex;
    align-items: center;
}
 
.tbmgs {
    display: flex;
    flex: 1;
}
 
.fxbtn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 24px;
    width: 200px;
    margin: auto;
}
 
.frmsot select {
    font-size: 24px;
    color: #3d3d3d !important;
    border: 0 !important;
    padding: 0 !important;
    display: inline-block !important;
    width: auto !important;
    min-width: 170px;
}
 
.frmsot input, .frmsot textarea {
    border: 0 !important;
    border-bottom: 1px solid rgb(29 29 29 / 20%) !important;
    border-radius: 0 !important;
    font-family: 'Bicyclette Light' !important;
}
 
body .frmsot .ff-btn {
    background: linear-gradient(11deg, #1C2999 0%, #2F45FF 100%);
    border-radius: 25px;
    padding: 8px 30px;
	margin-top: 40px !important;
}
 
.frmsot .iti__selected-country-primary {
    border-right: 1px solid rgb(29 29 29 / 20%);
    padding-left: 0px !important;
    background: transparent !important;
}
 
button.iti__selected-country:hover {
	background: transparent !important;
}
 
.minfo {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 0;
    opacity: 0;
    transition: all 0.5s linear;
    height: 227px !important;
}
 
.mrow .e-loop-item.active .minfo {
/*     transition: all 0.5s linear;
    transform: scale(1); */
	width: 100%;
	opacity: 1;
}
 
 
.mrow .elementor-loop-container {
    display: flex !important;
}
 
.mrow .e-loop-item.active {
    flex: 1 1 115%;
}
 
.mrow .e-loop-item {
    width: 65%;
    height: 597px;
    overflow: hidden;
    transition: all 0.5s linear;
    transform-origin: left;
    flex: 1 1 65%;
	 position: relative;
}

.mcard:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000040;
    z-index: 5;
}

.mrow .e-loop-item.active .mcard:after {
    opacity: 0 !important;
}
 
.mcard img {
    width: 100% !important;
    height: 597px !important;
    object-fit: cover;
}
 
.e-n-tab-title[aria-selected="true"] .e-n-tab-title-text, .e-n-tab-title:hover .e-n-tab-title-text {
    color: #3d3d3d !important;
}
 
body .swiper-pagination-bullet {
    border-radius: 0;
    width: 27px !important;
    height: 1px !important;
    background: #83ddff !important;
	opacity:1 !important;
}
 
body .swiper-pagination-bullet[aria-current="true"] {
    height: 2px !important;
    background: #00f !important;
}
 
.hero .swiper-pagination {
    margin-left: -30px;
    margin-top: 10px;
}
 
.ff_submit_btn_wrapper {
    margin: 0 !important;
}
 
 
.fluentform .iti__selected-flag {
    background: transparent !important;
}
 
.elementor-button-icon svg {
    width: 100px !important;
}
 
.fas.fa-caret-down {
    color: #2575fc !important;
    margin-left: 5px;
}
 
.team-card:hover .fas.fa-caret-down {
    transform: rotate(180deg);
}
 
.rst_list ul {
    padding-left: 17px;
/*     max-height: 71px;
    overflow: hidden; */
}
 
.rst_card {
    max-height: 321px;
    overflow: hidden;
    transition: all 0.5s linear;
}
 
.rst_card:hover {
	background: #0A0B5C;
		min-height: auto;
    max-height: max-content;
	border-color: #0A0B5C !important;
}
 
.rst_area {
    max-height: 650px !important;
}
 
.rst_area i {
    color: #2575fc !important;
}
 
.rstm {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #086dff36;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px;
}
 
.rstm img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}
 
.rst_card:hover .rstm img {
	filter: brightness(0) invert(1) !important;
}
 
.rst_card:hover * {
	color: #fff !important;
}
 
.team_area {
    max-height: 656px !important;
}
 
 
@media (min-width: 1921px) {
	.mrow .e-loop-item {
    height: 650px;
}
 
.mcard img {
    height: 650px !important;
}
	
	.hero .swiper-pagination {
    margin-left: -50px;
    margin-top: 20px;
}
}


.show-more {
    display: none !important;
}
 

/* Target only the icon list inside Tabs widget affa869 */
.elementor-element.elementor-element-affa869 .elementor-icon-list-items {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}

.elementor-element.elementor-element-affa869 .elementor-icon-list-item {
  display: flex !important;
  align-items: center !important;
  gap: 0.4em !important;
}

.elementor-element.elementor-element-affa869 .elementor-icon-list-text {
  order: 0 !important; /* text first */
}

.elementor-element.elementor-element-affa869 .elementor-icon-list-icon {
  order: 1 !important; /* icon second */
}

@media (max-width: 767px) {
    .elementor-section {
        box-shadow: none !important;
    }
}