.elementor-7121 .elementor-element.elementor-element-630a135{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7121 .elementor-element.elementor-element-33e2268{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7121 .elementor-element.elementor-element-c1cb90d > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-c1cb90d */.tlm-header{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    z-index:9999;
    transition:all .35s ease;
}

.tlm-header.scrolled{
    position:fixed;
    background:#fff !important;
    box-shadow:0 4px 8px rgba(0,0,0,.25);
}

.tlm-header-container{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:20px 120px;
    max-width:1920px;
    margin:0 auto;
    background:linear-gradient(73deg, #53449E -13.5%, #AC459E 79.92%);
    transition:all 0.35s ease;
    position:relative;
}

.tlm-logo img{
    width:215px;
    height:auto;
    display:block;
}

.tlm-desktop-menu{
    display:flex;
    align-items:center;
    gap:42px;
}

.tlm-main-link{
    display:flex;
    align-items:center;
    gap:8px;
    color:#fff;
    text-decoration:none;
    font-family:Inter,sans-serif;
    font-size:16px;
    font-weight:500;
    line-height:100%;
    letter-spacing:-0.32px;
    transition:.3s;
}

.tlm-main-link:hover,
.has-mega-menu:hover .tlm-main-link{
    color:#FFD029;
}

.tlm-arrow-icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:11px;
    height:11px;
    min-width:11px;
    color:currentColor;
    transition:all .3s ease;
}

.tlm-arrow-icon svg{
    width:11px;
    height:11px;
    display:block;
    overflow:visible;
}

.tlm-main-link:hover .tlm-arrow-icon,
.tlm-mega-heading:hover .tlm-arrow-icon,
.tlm-mega-link:hover .tlm-arrow-icon,
.tlm-mobile-link:hover .tlm-arrow-icon,
.tlm-mobile-sub-content a:hover .tlm-arrow-icon{
    transform:translate(3px, -3px);
}

.tlm-dropdown-arrow{
    transform:rotate(135deg);
}

.has-mega-menu:hover .tlm-dropdown-arrow{
    transform:rotate(135deg) translate(3px, -3px);
}

.has-mega-menu{
    position:static;
}

.tlm-mega-menu{
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    background:rgba(255,255,255,.98);
    backdrop-filter:blur(12px);
    box-shadow:0 24px 60px rgba(0,0,0,.14);
    opacity:0;
    visibility:hidden;
    transform:translateY(18px);
    transition:all .3s ease;
    z-index:9998;
}

.has-mega-menu:hover .tlm-mega-menu{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

.tlm-mega-inner{
    max-width:1440px;
    margin:0 auto;
    padding:36px 90px;
    display:grid;
    grid-template-columns:1.25fr 1.25fr 1fr 1fr;
    gap:22px;
}

.tlm-mega-column{
    background:#fff;
    border:1px solid rgba(83,68,158,.12);
    border-radius:18px;
    padding:22px;
    min-height:100%;
    box-shadow:0 12px 30px rgba(36,24,71,.06);
    transition:.3s ease;
}

.tlm-mega-column:hover{
    transform:translateY(-4px);
    box-shadow:0 18px 42px rgba(36,24,71,.10);
    border-color:rgba(84,215,123,.45);
}

.tlm-mega-heading{
    color:#241847 !important;
    text-decoration:none;
    font-family:Inter,sans-serif;
    font-size:16px !important;
    font-weight:800 !important;
    line-height:1.35 !important;
    letter-spacing:0 !important;
    padding:0 0 15px;
    margin:0 0 12px;
    border-bottom:2px solid rgba(84,215,123,.45);
    display:flex !important;
    align-items:center;
    justify-content:space-between;
    gap:12px;
}

.tlm-mega-heading .tlm-arrow-icon{
    width:26px;
    height:26px;
    min-width:26px;
    border-radius:50%;
    background:linear-gradient(73deg, #53449E -13.5%, #AC459E 79.92%);
    color:#fff;
}

.tlm-mega-heading .tlm-arrow-icon svg{
    width:11px;
    height:11px;
}

.tlm-mega-heading:hover{
    color:#54D77B !important;
}

.tlm-mega-heading:hover .tlm-arrow-icon{
    background:#54D77B;
    color:#fff;
}

.tlm-mega-link{
    color:#241847 !important;
    text-decoration:none;
    font-family:Inter,sans-serif;
    font-size:14.5px !important;
    font-weight:600 !important;
    line-height:1.35 !important;
    letter-spacing:0 !important;
    padding:11px 12px;
    margin-bottom:6px;
    border-radius:10px;
    display:flex !important;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    transition:.25s ease;
    background:transparent;
}

.tlm-mega-link .tlm-arrow-icon{
    opacity:0;
    color:#54D77B;
    transform:translateX(-6px);
}

.tlm-mega-link:hover{
    color:#fff !important;
    background:linear-gradient(73deg, #53449E -13.5%, #AC459E 79.92%);
    transform:translateX(4px);
}

.tlm-mega-link:hover .tlm-arrow-icon{
    opacity:1;
    color:#fff;
    transform:translate(3px, -3px);
}

.tlm-phone-link{
    color:#fff;
    text-decoration:none;
    font-family:Inter,sans-serif;
    font-size:15px;
    font-weight:700;
    display:flex;
    align-items:center;
    gap:8px;
    transition:.3s;
    white-space:nowrap;
}

.tlm-phone-link:hover{
    color:#FFD029;
}

.tlm-mobile-toggle{
    display:none;
    background:none;
    border:none;
    cursor:pointer;
    padding:0;
}

.tlm-mobile-toggle span{
    display:block;
    width:26px;
    height:3px;
    background:#fff;
    margin:5px 0;
    border-radius:20px;
    transition:.3s;
}

.tlm-mobile-toggle.active span:nth-child(1){
    transform:translateY(8px) rotate(45deg);
}

.tlm-mobile-toggle.active span:nth-child(2){
    opacity:0;
}

.tlm-mobile-toggle.active span:nth-child(3){
    transform:translateY(-8px) rotate(-45deg);
}

.tlm-mobile-menu{
    display:none;
}

.tlm-mobile-menu.active{
    display:flex;
    flex-direction:column;
}

@media(max-width:1500px){

    .tlm-header-container{
        padding:20px 80px;
    }

    .tlm-mega-inner{
        padding:34px 70px;
    }

    .tlm-desktop-menu{
        gap:32px;
    }
}

@media(max-width:1366px){

    .tlm-header-container{
        padding:18px 60px;
    }

    .tlm-mega-inner{
        padding:32px 50px;
        gap:18px;
    }

    .tlm-desktop-menu{
        gap:28px;
    }

    .tlm-main-link{
        font-size:15px;
    }

    .tlm-logo img{
        width:190px;
    }

    .tlm-phone-link{
        font-size:14px;
    }

    .tlm-mega-column{
        padding:18px;
    }

    .tlm-mega-link{
        font-size:13.8px !important;
    }
}

@media(max-width:1180px){

    .tlm-phone-link{
        display:none;
    }

    .tlm-desktop-menu{
        gap:24px;
    }
}

@media(max-width:1024px){

    .tlm-header-container{
        padding:18px 50px;
    }

    .tlm-desktop-menu,
    .tlm-phone-link{
        display:none;
    }

    .tlm-mobile-toggle{
        display:block;
    }

    .tlm-mobile-menu{
        position:absolute;
        top:100%;
        left:0;
        width:100%;
        max-height:calc(100vh - 80px);
        overflow-y:auto;
        background:#fff;
        box-shadow:0 10px 25px rgba(0,0,0,.15);
        padding:20px 50px;
    }

    .tlm-mobile-link,
    .tlm-mobile-dropdown-btn,
    .tlm-mobile-sub-btn,
    .tlm-mobile-sub-content a{
        font-family:Inter,sans-serif;
    }

    .tlm-mobile-link{
        color:#241847;
        text-decoration:none;
        padding:15px 0;
        border-bottom:1px solid #eee;
        font-size:16px;
        font-weight:700;
        display:flex;
        align-items:center;
        justify-content:space-between;
        gap:15px;
    }

    .tlm-mobile-link .tlm-arrow-icon,
    .tlm-mobile-sub-content a .tlm-arrow-icon{
        color:#54D77B;
    }

    .tlm-mobile-dropdown{
        border-bottom:1px solid #eee;
    }

    .tlm-mobile-dropdown-btn,
    .tlm-mobile-sub-btn{
        width:100%;
        border:none;
        background:transparent;
        color:#241847;
        padding:15px 0;
        font-size:16px;
        font-weight:800;
        display:flex;
        align-items:center;
        justify-content:space-between;
        gap:15px;
        text-align:left;
        cursor:pointer;
    }

    .tlm-mobile-toggle-arrow{
        color:#54D77B;
        transform:rotate(135deg);
    }

    .tlm-mobile-dropdown-btn.active .tlm-mobile-toggle-arrow,
    .tlm-mobile-sub-btn.active .tlm-mobile-toggle-arrow{
        transform:rotate(315deg);
    }

    .tlm-mobile-dropdown-content,
    .tlm-mobile-sub-content{
        display:none;
    }

    .tlm-mobile-dropdown-content.active,
    .tlm-mobile-sub-content.active{
        display:block;
    }

    .tlm-mobile-group{
        border-top:1px solid #f1f1f1;
        padding-left:12px;
    }

    .tlm-mobile-sub-btn{
        color:#53449E;
        font-size:15px;
        padding:13px 0;
    }

    .tlm-mobile-sub-content{
        padding:0 0 8px 12px;
    }

    .tlm-mobile-sub-content a{
        display:flex;
        align-items:center;
        justify-content:space-between;
        gap:15px;
        color:#241847;
        text-decoration:none;
        font-size:15px;
        font-weight:600;
        padding:11px 0;
        border-bottom:1px solid #f2f2f2;
        line-height:1.4;
    }

    .tlm-mobile-sub-content a:hover,
    .tlm-mobile-link:hover{
        color:#54D77B;
    }

    .tlm-mobile-phone{
        color:#53449E;
        font-weight:800;
    }

    .tlm-logo img{
        width:180px;
    }
}

@media(max-width:767px){

    .tlm-header-container{
        padding:15px 25px;
    }

    .tlm-mobile-menu{
        padding:15px 25px;
    }

    .tlm-logo img{
        width:155px;
    }

    .tlm-mobile-link,
    .tlm-mobile-dropdown-btn{
        font-size:15px;
    }

    .tlm-mobile-sub-content a{
        font-size:14px;
    }
}/* End custom CSS */