/* START HEADER */
.main-header .header-buttons {
    width: fit-content;
    min-width: fit-content;
}
.wpml-ls-statics-shortcode_actions a {
/*     background-color: #c62222;
    color: white;
    padding: 13px 16px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700; */
	padding: 0;
}
/* SIDEBAR */
.sidebar {height: 0;}
/* END HEADER */

/* START WHO WE ARE */
.who-gallery::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    border: 0;
    background: #c6222222;
    transform: translate(20px, -20px);
}
:dir(ltr) .who-gallery::before {
    transform: translate(-20px, -20px);
}
.who-gallery::after {
    content: '';
    position: absolute;
    height: 50px;
    width: 50px;
    background-color: #c6222250;
    border-radius: 50%;
    bottom: 20px;
    inset-inline-start: -60px;
}
.who-gallery .slides {
    max-height: 330px;
    transform: translate(40px, -40px);
}
:dir(ltr) .who-gallery .slides {
        transform: translate(-40px, -40px);
}
.who-gallery .slides .swiper-slide-bg {
    border-radius: 12px;
    overflow: hidden;
}
.who-gallery .slides .swiper-pagination {
    display: flex
;
    flex-direction: column;
    gap: 10px;
    width: fit-content;
    position: absolute;
    inset: 0;
    top: 42%;
    inset-inline-start: -25px;
}
/* END WHO WE ARE */

/* START SINGLE PAGE [SERVICES] */
.faq-item-container {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important; 
    background-color: #F8F9FA;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}
.custom-faq-container {
	width: 100%;
}

.faq-item-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 25px;
    box-sizing: border-box;
}

.faq-item-title {
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    font-family: inherit;
    margin: 0;
    transition: color 0.3s ease;
}

.faq-item-icon {
    font-size: 22px;
    color: #000;
    transition: transform 0.3s ease, color 0.3s ease;
}

.faq-item-body {
    width: 100%;
    max-height: 0; 
    overflow: hidden;
    background-color: #ffffff;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item-content {
    padding: 25px;
    font-size: 14px;
    line-height: 1.8;
    color: #555;
    font-family: inherit;
    border-top: 1px solid #eee;
}

.faq-item-container.is-active {
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.faq-item-container.is-active .faq-item-title {
    color: #E74C3C;
}

.faq-item-container.is-active .faq-item-icon {
    color: #E74C3C;
    transform: rotate(45deg);
}

.faq-item-container.is-active .faq-item-body {
    max-height: 1000px;
}
/* END SINGLE PAGE [SERVICES] */

/* START ACCOUNTS */
.accounts .t-container {
    max-width: 100%;
}
.accounts .t-wrapper {
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e0 #f7fafc;
}
.accounts .t-data {
    min-width: 730px;
    width: 100%;
}
.accounts .t-head--col,
.accounts .t-body--col {
    /*min-width: 160px;*/
}
.accounts .t-head--col.num,
.accounts .t-body--col.num {
    width: 30px;
    min-width: 30px;
    max-width: 30px;
}
.accounts .t-body--row:nth-child(odd) {
    background-color: #E6E6E6;
}
/* END ACCOUNTS */


/* ==== Burger Menu  ==== */

.uc_hamburger.is-active span {
	background-color: white !important;
}

.uc_hamburger.is-active span {
	background-color: white !important;
}

.hamburger_icon .uc_hamburger.is-active {
	display: none !important;
}

.inner_close_icon .ue-input-wrapper {
	transform: translatex(150px);
}

.ue_menu_wrapper .ue_menu .ue_inner_menu {
	position: relative;
    overflow: hidden;
}

.ue_menu_wrapper .ue_menu .ue_inner_menu::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5); 
    z-index: 1;
}

.ue_menu_wrapper .ue_menu .ue_inner_menu > * {
    position: relative;
    z-index: 2;
}



@media(max-width: 768px) {
	.inner_close_icon .ue-input-wrapper {
		transform: translatex(100px);
	}
}







