.elementor-kit-8{--e-global-color-primary:#FDB813;--e-global-color-secondary:#0054A0;--e-global-color-text:#000000;--e-global-color-accent:#00E21F;--e-global-color-93f6f41:#FD1919;--e-global-typography-primary-font-family:"Inter Tight";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Inter Tight";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Inter Tight";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter Tight";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{border-radius:10px 10px 10px 10px;padding:8px 16px 8px 16px;}.elementor-kit-8 img{border-radius:5px 5px 5px 5px;}.elementor-kit-8 input:not([type="button"]):not([type="submit"]),.elementor-kit-8 textarea,.elementor-kit-8 .elementor-field-textual{border-radius:16px 16px 16px 16px;padding:16px 16px 16px 16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1250px;}.e-con{--container-max-width:1250px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.home_title h2 span:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15% !important;
    height: 4px;
    background: linear-gradient(90deg, rgba(243, 116, 40, 1) 0%, rgba(253, 183, 19, 1) 25%, rgba(0, 173, 239, 1) 75%, rgba(0, 84, 160, 1) 100%) !important;
}

.home_title h2 span {
    color: black;
}

.readmore a.elementor-button {
    border: 1px solid transparent;
    background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, rgba(243, 116, 40, 1) 0%, rgba(253, 183, 19, 1) 25%, rgba(0, 173, 239, 1) 75%, rgba(0, 84, 160, 1) 100%) !important;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border-radius: 16px;
}

    .home_title h2 {
        color: black !important;
        margin-top: 10px;
        line-height: 1.3;
        margin-bottom: 10px;
}

.title_duhoc h2 {
    color: black !important;
}

.tvmp input {
    padding: 8px !important;
    border: none;
}

.tvmp {
    display: flex;
    gap: 10px;
    flex-direction: row;
}

.submit_tvmp {
    background: #FD1919;
    color: white;
    border-radius: 99px !important;
}

.title_duhoc h2 {
    font-size: 28px;
    text-transform: uppercase;
}

.reveal {
    opacity: 0;
    will-change: transform, opacity;
    transition: opacity 2s cubic-bezier(0.22, 1, 0.36, 1), 
                transform 2s cubic-bezier(0.22, 1, 0.36, 1) !important;
}


.reveal-left   { transform: translate3d(-120px, 0, 0); }
.reveal-right  { transform: translate3d(120px, 0, 0); }
.reveal-top    { transform: translate3d(0, -120px, 0); }
.reveal-bottom { transform: translate3d(0, 120px, 0); }
.reveal.active {
    opacity: 1 !important;
    transform: translate3d(0, 0, 0) !important;
}

body.elementor-editor-active .reveal {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
}

.blog_ladi_duhoc {
    background: #ffffff;
    border-radius: 10px;
}


@media (max-width: 1024px) {
    
    .tvmp {
        flex-direction: column;
        align-items: center;
    }
    
    .title_duhoc h2 {
        font-size: 24px !important;
    }
}

@media (max-width: 767px) {
    .home_title h2 {
        font-size: 24px;
    }
    
    body, html {
        overflow-x: hidden !important;
        position: relative !important;
        width: 100% !important;
    }
    
    .elementor {
        overflow-x: hidden !important;
    }
    
}

.elementor-widget-theme-post-content table {
    width: 100% !important;
    
}

footer a {
    border: none !important;
}/* End custom CSS */