/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 12 2026 | 09:50:05 */
.header .container {
    display: flex;
    align-items: center;
}

/* 2 → 1 */
.logo-box {
    order: 1;
}

/* 3 → 2 */
.contact-info-box {
    order: 2;
}

/* 1 → 3 */
.lang_sel {
    order: 3;
}

/* 4 maradjon 4 */
.nav-box {
    order: 4;
}

.header_style_5 .header-box .container .logo-box {
    justify-content: left;
}
.header_style_5 .header-box .container .lang_sel {
    justify-content: right;
}
.header_style_5 .header-box .container .contact-info-box .contact-info {
	width: 100%;
    justify-content: center;
}
.header_style_5 .header-box .container .contact-info-box .contact-info {
    width: auto;
}
.header_style_5 .header-box .container .contact-info-box {
    display: flex;
    justify-content: center;
}

.header_style_5 .header-box .container .contact-info-box .contact-info {
    margin: 10px auto !important;
    justify-content: center;
    align-items: center;
}

.stm_pricing_plan_unit.style_3 .stm_pricing_plan.has_status {
    background-color: rgb(243 244 251);
    border-color: transparent;
}
.header_style_5 .stm_pricing_plan .content ul li strong:before {
    display: none!important;
}

.header_style_5 .stm_pricing_plan .content ul li strong {
    padding-left: 0;
    font-weight: bold;
}
.painpoints .stm_pricing_plan_unit.style_3 .stm_label span {
    background-color: red;
    color: #fff;
}

.painpoints .stm_pricing_plan_unit.style_3 .stm_pricing_plan .content ul li:before {
    content: '\26A0'; /* ⚠ */
    color: red;
}

.contact-row {
    display: flex;
    align-items: center;
    gap: 50px;
}

.contact-row .contact-info {
    display: flex;
    align-items: center;
    gap: 0px;
}

.elementor-default .elementor-widget-text-editor ul:not(.elementor-editor-element-settings) li {
    line-height: 24px;
}
.fixed ul.tme-price-table-features {
    min-height: 60px!important;
}

/* ===== TABLE RESET ===== */

#tmea-table-1119ce8_wrapper table{
    width:100% !important;
    table-layout:fixed !important;
    border-collapse:separate !important;
    border-spacing:0;
}

/* ===== COLUMN WIDTH ===== */

#tmea-table-1119ce8_wrapper th:nth-child(1),
#tmea-table-1119ce8_wrapper td:nth-child(1){
    width:33.33% !important;
}

#tmea-table-1119ce8_wrapper th:nth-child(2),
#tmea-table-1119ce8_wrapper td:nth-child(2){
    width:33.33% !important;
}

#tmea-table-1119ce8_wrapper th:nth-child(3),
#tmea-table-1119ce8_wrapper td:nth-child(3){
    width:33.33% !important;
}

/* ===== HEADER ===== */

#tmea-table-1119ce8_wrapper thead th,
#tmea-table-1119ce8_wrapper .dataTables_scrollHead th{
    padding:22px !important;
    font-size:20px;
    font-weight:700;
    text-align:center;
    border:none !important;
}


#tmea-table-1119ce8_wrapper thead th:nth-child(2){
    background:#1b2433;);
    color:white;
}

/* STANDARD */

#tmea-table-1119ce8_wrapper thead th:nth-child(3){
    background:#cfd5dc;
    color:#1a2230;
}

/* ===== BODY ===== */

#tmea-table-1119ce8_wrapper tbody td{

    padding:15px!important;
    text-align:center;
    border-top:1px solid #d9dde2 !important;
}

/* LABEL COLUMN */

#tmea-table-1119ce8_wrapper tbody td:first-child{

    font-weight:700;
    color:#1b2433;
    background:#f3f4f6!important;
    text-align:left;
}

/* alternating rows */

#tmea-table-1119ce8_wrapper tbody tr:nth-child(even) td{
    background:#fafafa;
}




/* ===== MOBILE ===== */

@media (max-width:768px){

#tmea-table-1119ce8_wrapper table{
    min-width:700px;
}

#tmea-table-1119ce8_wrapper tbody td{
    font-size:15px;
    padding:18px !important;
}

}

#tmea-table-1119ce8_wrapper thead tr:has(.dataTables_sizing){
    display: none;
}



#tmea-table-1119ce8_wrapper thead th:nth-child(2){
    border-top-left-radius: 16px;
}

#tmea-table-1119ce8_wrapper thead th:nth-child(3){
    border-top-right-radius: 16px;
}

/* táblázat sarkok */

#tmea-table-1119ce8_wrapper .dataTables_scrollBody table{
    border-radius:16px;
    border-top-right-radius:0;
    overflow:hidden;
}