/* fixing weird styles */
body {
    background-color: #fff !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    color: #141414;
    font-size: 16px;
    font-weight: 300;
}
body > div {
    font-size: 18px;
}

body main#genesis-content,
.inner-wrap {
    max-width: 1260px;
    padding: 0 20px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    --e-global-typography-secondary-weight: 600;
}
body main#genesis-content a {
    --e-global-typography-primary-font-size: 28px;
}

#wpadminbar {
    z-index: 999;
}

:root {
    --mb: 90px;
    --green: #0F5A3A;
    --orange: #FD6A1A;
}
@media all and (max-width: 1200px) {
    :root {
        --mb: 50px;
    }
}
@media all and (max-width: 768px) {
    :root {
        --mb: 30px;
    }
}
.elementor-section div h2 {
    font-weight: 600;
}
p, ul li, ol li {
    margin-bottom: 1em;
}
.mb-90 {
    margin-bottom:var(--mb);
}
#header #logo img {
    width: 100%;
}
#header #logo a {
    line-height: 1;
}
#header.elementor-sticky--active {
    background-color: transparent !important;
    z-index: 5 !important;
}

.has-banner #header:not(.elementor-sticky--active) .elementor-column-gap-default {
    background-color: transparent !important;
    color: #fff;
}

#header {
    position: relative;
    top: 20px;
    z-index: 5;
    margin-bottom: 80px;
}
#header .elementor-column-gap-default {
    max-width: 1280px;
    padding: 10px 20px;
    background-color: var(--green);
    color: #fff;
    border-radius: 10px;
}

#header .elementor-nav-menu__container li a {
    color: #fff;
    font-weight: 400 !important;
    font-size: 17px;
}
#header li.menu-item a {
    font-weight: normal;
}
#header .e--pointer-underline .elementor-item:after {
    display: none;
}

#header .menu-item-3570, #header .menu-item-6991 {
    background: transparent !important;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 25px;
}

.has-banner #header:not(.elementor-sticky--active) .menu-item-3570,
.has-banner #header:not(.elementor-sticky--active) .menu-item-6991 {
    border-color: rgba(163, 195, 88, 1);
    color: rgba(163, 195, 88, 1);
}

@media all and (max-width: 768px) {
    .header-3 {
        display: none !important;
    }
    #logo-column .elementor-widget-wrap {
        padding-top: 0 !important;
    }
    .elementor-menu-toggle {
        margin-right: 0 !important;
    }
    .logo-col {
        width: 140px !important;
        order: 1 !important;
    }
    .logo-col img {
        width: 100% !important;
    }
    .menu-col {
        width: calc(100% - 150px) !important;
        order: 2 !important;
    }
}

#page-banner {
    padding: 140px 0 100px;
    min-height: 560px;
    background-size: cover;
    margin-bottom: var(--mb);
}
#page-banner h1 {
    margin-bottom: 16px;
    font-size: 72px;
}
#page-banner p {
    max-width: 600px;
}
  
#page-banner.has-background {
  color: #fff;
  
}
#page-banner.has-background:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(20, 20, 20, 0.7);
    content: '';
}

@media all and (max-width: 1024px) {
    #page-banner h1 {
        font-size: 48px !important;
    }
    #page-banner {
        padding: 120px 0 40px;
        min-height: 500px;
    }
}
@media all and (max-width: 768px) {
    #page-banner h1 {
        font-size: 36px !important;
    }
    #page-banner {
        padding: 100px 0 40px;
        min-height: 80vh;
    }

}
.banner-testimonial img {
    float: left;
    margin-right: 10px;
}

.elementor-button,
.elementor-button.elementor-button-link {
    padding: 8px 8px 8px 18px;
    background: #FD6A1A !important;
    border-radius: 100px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    /* Rectangle 20 */
    color: #FDEDE7;
    line-height: 19px;
}
.elementor-button:hover,
.elementor-button.elementor-button-link:hover {
    background-color: rgba(253, 237, 231, 1) !important;
    color: #FD6A1A
}
.elementor-button .elementor-button-content-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.elementor-button .elementor-button-text {
    text-shadow: none !important;

}
.elementor-button .elementor-button-content-wrapper:after,
.elementor-button.elementor-button-link .elementor-button-content-wrapper:after {
    content: '';
    width: 24px;
    height: 24px;
    margin-left: 5px;
    background: transparent url(https://solcorefitndev.wpenginepowered.com/wp-content/uploads/2025/04/ArrowRight.svg) no-repeat center center;
    background-size: contain;
}
.elementor-button-info a.elementor-button {
    background-color: #fff !important;
    border: 1px solid #A3C358 !important;
    color: #A3C358;
    padding-right: 18px !important;
}
.elementor-button-info a.elementor-button:hover {
    background-color: #A3C358 !important;
    color: #023021;
    border-color: #023021 !important;
}
.elementor-button-info .elementor-button-content-wrapper:after {
    display: none;
}

/* header posts */


/* header home and feratured */
.page-has-featured-image #header,
.has-banner #header,
.home #header {
    position: absolute;
    top: 10px;
}

@media all and (max-width: 768px) {
    .page-has-featured-image #header,
    .has-banner #header,
    .home #header {
        top: 0;
    }
}


#banner-txt {
    max-width: 1250px;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
    position: relative;
    z-index: 2;
}


/* Typography */
html, body {
    line-height: 1.4;
}
h1, h2, h3, h4 {
    font-weight: 600;
    line-height: 1.2;
    margin-top: 0;
}
body h1 {
    font-weight: 600;
    font-size: 72px;
    margin-top: 0;
}
body h2 {
    font-weight: 600;
    font-size: 42px;
    margin-top: 0;
    color: #023021;
}

/* https://solcorefitndev.wpenginepowered.com/wp-content/uploads/2025/04/ArrowRight.svg */
main#genesis-content {
    max-width: 900px;
    margin: 0 auto 40px;
}
.elementor-container , 
.single-post {
    --e-global-typography-primary-font-size: 16px;
}
main#genesis-content .entry-content p a,
main#genesis-content .entry-footer p a,
main#genesis-content .entry-header p a ,
main#genesis-content .entry-content li > a {
    font-size: inherit;
}

.breadcrumb  span a,
.breadcrumb  span {
    font-size: 15px;
    font-weight: 300;
}


h1 {
    font-size: 68px !important;
    font-weight: 600 !important;
}

h2 {
    color: #023021;
    font-weight: 600;
    font-size: 42px;
}


/* testimonials */
.tag-name {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-transform: lowercase;
    padding: 3px 12px;
    border-radius: 50px;
    color: var(--orange);
    border: 1px solid var(--orange);
}

.testimonial-block  .elementor-testimonial__title {
    font-weight: 300 !important;
    font-style: normal !important;
    font-size: 14px !important;
    line-height: 1.1 !important;
}

.testimonial-header {
    display: flex;
}
.testimonial-block .elementor-testimonial__text {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 30px;
    color: #023021;
}
.testimonial-block  .elementor-testimonial {
    padding: 24px;
    background: #CBDDA1;
    border-radius: 10px;
}

.testimonial-block .elementor-testimonial__footer {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-direction: row !important;
}
.testimonial-block .elementor-testimonial__image,
.testimonial-block .elementor-testimonial cite {
    width: auto !important;
}
.testimonial-block .swiper-pagination {
    display: none !important;
}

.testimonial-block .elementor-main-swiper {
    width: 100% !important;
}
.testimonial-block .elementor-swiper,
.page-slider  .elementor-swiper {
    padding-bottom: 70px;
}
.testimonial-block .elementor-swiper-button,
.page-slider .elementor-swiper-button{
    top: auto !important;
    bottom: 0;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid #023021 !important;
    align-items: center;
    background-color: #fff;
    justify-content: center;
    transform: none !important;
    transition: 0.3se ease-in-out;
}
.testimonial-block .elementor-swiper-button:hover,
.page-slider .elementor-swiper-button:hover {
    background-color: #0033191A;
}
.testimonial-block .elementor-swiper-button-prev {
    left: calc(50% - 60px) !important;
}
.testimonial-block .elementor-swiper-button-next {
    right: calc(50% - 60px) !important;
}
.page-slider {
    margin-bottom: 10px;
}

.page-slider .elementor-swiper-button-prev {
    left: 20px !important;
    color: #023021 !important;
    background-color: #fff !important;
}

.page-slider .elementor-swiper-button-prev:hover,
.page-slider .elementor-swiper-button-next:hover {
    background-color: #e6e6e6 !important;
}

.page-slider .elementor-swiper-button-next {
    left: 85px !important;
    color: #023021 !important;
    background-color: #fff !important;
}
.page-slider .elementor-widget-theme-post-excerpt {
    font-size: 17px !important;
}
.page-slider .tag-name {
    margin-bottom: 0 !important;
}

@media all and (min-width: 769px) {
    .page-slider .elementor-swiper-button-prev,
    .page-slider .elementor-swiper-button-next {
        bottom: 120px !important;
    }
    .page-slider .elementor-container {
        gap: 40px;
    }
}
@media all and (max-width: 768px) {
    .page-slider {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
    .page-slider .elementor-heading-title {
        font-size: 24px !important;
    }
    
    .page-slider .elementor-swiper-button-prev {
        left: -20px !important;
    }
    .page-slider .elementor-swiper-button-next {
        right: -20px !important;
        left: auto !important;
    }
    .page-slider .elementor-swiper-button-prev,
    .page-slider .elementor-swiper-button-next {
       top: 20% !important;
       width: 34px;
        height: 34px;
    }
}
.big-green-cta {
    padding: 150px 0 150px;
}
.big-green-cta .elementor-widget-container h2 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 60px;
}

.big-green-cta .elementor-widget-wrap {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
}
@media all and (max-width: 1280px) {
    .big-green-cta {
        padding: 100px 0 100px;
    }
    .big-green-cta .elementor-widget-container h2 {
        font-size: 40px;
    }
}
@media all and (max-width: 780px) {
    .big-green-cta {
        padding: 60px 0 60px;
    }
    .big-green-cta .elementor-widget-container h2 {
        font-size: 30px;
    }
    .highlights  {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}
/* highlights */
.ligth-bg {
    background: rgba(246, 248, 237, 0.4);
    padding-bottom: var(--mb);
    padding-top: var(--mb);
    overflow: hidden;
}
.highlights .elementor-icon {
    padding: 20px 5px;
    background: #FE9956;
    border-radius: 50px;
    height: 100px;
    width: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.highlights .elementor-icon svg {
    width: auto !important;
    height: auto !important;
}

@keyframes pulseFade {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.9;
    }
    100% {
        transform: scale(0.9);
        opacity: 1;
    }
}

.highlights .elementor-icon svg {
    animation: pulseFade 1.5s ease-in-out infinite;
    transform-origin: center;
}
.highlights .elementor-container {
    gap: 22px;

}
.highlights .elementor-column {
    background-color: #F6F8ED;
    background-color: #fff;
    border-radius: 10px;
}
.highlights .elementor-column:nth-of-type(even) {
    position: relative;
    top: 30px;
}
.highlights .elementor-widget-wrap {
    padding: 24px !important;
}
.highlights h3 {
    font-size: 32px;
    font-weight: 500;
    text-transform: capitalize;
    color: #141414;
}
.highlights p {
    font-weight: 300;
    font-size: 16px;
}
.highlights p:last-of-type {
    margin-bottom: 0;
}
.section-intro {

}
.section-intro .elementor-element h2 {
    margin-top: 0;  
    font-weight: 600 !important;
    font-size: 42px;
}

.max-700 {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;

}

.list-block {
    background-color: #F6F8ED;
    border-radius: 12px;
    padding: 80px;
}

.list-block h2 {
    margin-top: 0;
    margin-bottom: 24px;
}
#page-banner ul,
.list-block ul {
    padding-left: 0;
}
#page-banner li,
.list-block li {
    position: relative;
    padding-left: 36px;
    list-style-type: none;
    font-weight: 300;
    margin-bottom: 20px;
}
#page-banner li:before,
.list-block li:before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    top: 1px;
    left: 0;
    background-size: contain;
    background: transparent url(https://solcorefitndev.wpenginepowered.com/wp-content/uploads/2025/04/Asterisk.svg) no-repeat center center;
}

#short-form form {
    background-color: #F6F8ED !important;
    border-radius: 12px !important;
    margin-bottom: var(--mb);
    margin: 0;
    width: 100%;
    max-width: 100%;
    padding: 32px;
    
}
#short-form form p,
#short-form form input,
#short-form form ._form-label,
#short-form form ._form-content ._form-fieldset ._row._checkbox-radio label {
    font-size: 16px !important;
    font-family: Inter, sans-serif !important
}
#short-form form input[type="text"],
#short-form form input[type="email"],
#short-form form input[type="number"],
#short-form form select {
    border: 1px solid transparent;
    border-radius: 40px;
    padding: 10px 20px;
    font-size: 16px;
    max-width: 100%;
    height: auto;
    transition: 0.2s ease-in-out;
}
#short-form form input[type="text"]:hover {
    border: 1px solid var(--green);
}
#short-form form ._form-title {
    font-size: 38px !important;
    font-weight: 600 !important;
    margin-bottom: 12px;
}

#short-form form button._submit  {
    background-color: var(--orange) !important;
    color: #fff;
    width: 100%;
    border-radius: 40px !important;
    padding: 9px 20px !important;
    font-size: 18px !important;
    color: #fff;
    transition: 0.2s ease-in-out;
}
#short-form form button._submit:hover {
    background-color: var(--green) !important;
}
#short-form form ._form_element {
    margin-bottom: 18px;
}


/* quick-form */
.quick-form .elementor-inner-section {
    padding: 28px 32px;
    border-radius: 12px;
    background: #F6F8ED;
}
.quick-form h2 {
    margin-bottom: 12px;
}
.quick-form  .wpforms-container {
    margin-top: 0;
    margin-bottom: 0;
}
.quick-form div.wpforms-container-full .wpforms-form  button[type="submit"] {
    width: 100%;
    border-radius: 40px;
    color: #fff;
    background-color: var(--orange) !important;
    border: 2px solid var(--orange) !important;
    transition: 0.25s ease-in-out;
    padding: 8px 12px;
    font-size: 18px !important;
    font-weight: 500;
}
.quick-form div.wpforms-container-full .wpforms-form  button[type="submit"]:hover {
    background-color: var(--green) !important;
}

.quick-form div.wpforms-container-full .wpforms-form p,
.quick-form div.wpforms-container-full .wpforms-form label {
    font-size: 16px !important;
    font-family: Inter, sans-serif !important
}
.quick-form div.wpforms-container-full .wpforms-form input[type="text"],
.quick-form div.wpforms-container-full .wpforms-form textarea,
.quick-form div.wpforms-container-full .wpforms-form input[type="email"],
.quick-form div.wpforms-container-full .wpforms-form input[type="number"] {
    margin-bottom: 0;
    border: 1px solid transparent;
    border-radius: 40px;
    padding: 11px 20px;
    font-size: 16px;
    transition: 0.2s ease-in-out;
    width: 100%;
    max-width: 100%;
}
.quick-form div.wpforms-container-full .wpforms-form textarea {
    height: auto;
    min-height: 200px;
    border-radius: 12px;
}
.quick-form div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-weight: 500;
    margin-left: 5px;
}
.quick-form div.wpforms-container-full .wpforms-form input[type="text"]:hover {
    border: 1px solid var(--green);
}



/* Contact box */
.contact-box .elementor-inner-section {
    padding: 28px 32px;
    border-radius: 12px;
    background-color: #023021;
    color: #fff;
    font-weight: 300;
}
.contact-box h2 {
    color: #fff;
    margin-bottom: 12px;
}
.contact-box h3 {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 6px;
    padding-top: 22px;
    color: #ACCD9A;
}
.contact-box p {
    margin-top: 4px;
    margin-bottom: 0.8em;
    line-height: 1.5;
}
.contact-box strong {
    font-weight: 600;
}
@media all and (max-width: 768px) {
    .quick-form .elementor-inner-section,
    .contact-box .elementor-inner-section {
        padding: 18px;
        font-size: 16px;
    }
    .quick-form .elementor-inner-section h2,
    .contact-box .elementor-inner-section h2 {
        font-size: 28px;
    }
}

footer {
    clear: both;
}
footer h2 {
    color: #fff;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.35 !important;
    max-width: 450px;
}
footer h3 {
    margin-bottom: 12px !important;
}
.footer-links {
    font-size: 14px;
    color: #fff;
    line-height: 1.4;
}
.footer-links h3 {
    font-size: 18px !important;
    font-weight: 500 !important;
    margin-bottom: 4px;
}
.footer-links h4 {
    font-size: 16px !important;
    font-weight: 500;
    color: #ACCD9A;
    margin-bottom: 0;
}
.footer-links p {
    font-size: 14px;
    margin-bottom: 1em !important;
    line-height: 1.6;
}
.footer-links a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    transition: 0.2s ease-in-out;
}
.footer-links p a {
    display: block;
    margin-bottom: 10px;
}
.footer-links a:hover {
    opacity: 0.8;
}
#loginform {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
#video-banner {
    min-height: 800px;
    padding-top: 100px;
}
#video-banner h1 {
    margin-bottom: 20px;
}
#video-banner p {
    color: #F6F8ED;
    font-size: 18px;
    font-weight: 300;
}
#video-banner .elementor-widget-wrap + .elementor-section {
    margin-bottom: 60px;

}
#video-banner .banner-testimonial p {
    font-size: 14px;
    font-weight: 500;
}
#video-banner {
    display: flex;
    align-items: end;
}


.banner-green-box h2 {
    color: #fff;
    margin-bottom: 16px;
    font-weight: 600;
}
.banner-green-box p {
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 20px;
}
.banner-green-box .elementor-widget-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.bg-default {
    position: relative;
    margin-bottom: 90px;
    padding-top: 50px;
    padding-bottom: 60px;
    overflow: hidden;
}
.bg-default:before {
    content: '';
    z-index: 0;
    position: absolute;
    left: -80px;
    top: 0;
    bottom: -50px;
    right: -80px;
    border-radius: 16px;
    background-color: #F6F8ED66;
    background-color: rgba(246, 248, 237, 1);
}
.bg-default .elementor-container {
    position: relative;
    z-index: 3;
}
.bg .elementor-container {
    position: relative;
    z-index: 0;
    padding-bottom: 50px;
    padding-top: 40px;
}
.bg .elementor-container:before {
    content: '';
    z-index: 0;
    position: absolute;
    left: -80px;
    top: 0;
    bottom: 0;
    right: -80px;
    border-radius: 16px;
    background-color: #F6F8ED66;
    background-color: rgba(246, 248, 237, 1);
}
@media all and (max-width: 1400px) {
    .bg-default,
    .bg .elementor-container {
        margin-bottom: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .bg-default:before,
    .bg .elementor-container:before {
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
    }
}

@media all and (min-width: 1200px) {
    .uael-post-grid__inner {
        display: block !important;
    }
    .uael-post-grid__inner .uael-post-wrapper {
        width: 50% !important;
        float: left;
        clear: none !important;
    }
    .uael-post-grid__inner .uael-post__bg-wrap {
        background-color: transparent !important;
    }
    .uael-post-grid__inner .uael-post-wrapper h3 {
        font-weight: 500;
        margin-bottom: 12px;
    }
    .uael-post-grid__inner .uael-post__excerpt {
        font-size: 16px;
    }
    .uael-post-grid__inner .uael-post-wrapper:nth-of-type(1) h3 {
        font-size: 28px;
        
    }
    .uael-post-grid__inner img {
        border-radius: 12px !important;
    }
    .uael-post-grid__inner .uael-post-wrapper:nth-of-type(2) h3,
    .uael-post-grid__inner .uael-post-wrapper:nth-of-type(3) h3,
    .uael-post-grid__inner .uael-post-wrapper:nth-of-type(4) h3,
    .uael-post-grid__inner .uael-post-wrapper:nth-of-type(5) h3 {
        font-size: 24px;
    }
    .uael-post-grid__inner .uael-post-wrapper:nth-of-type(2) .uael-post__inner-wrap,
    .uael-post-grid__inner .uael-post-wrapper:nth-of-type(3) .uael-post__inner-wrap,
    .uael-post-grid__inner .uael-post-wrapper:nth-of-type(4) .uael-post__inner-wrap,
    .uael-post-grid__inner .uael-post-wrapper:nth-of-type(5) .uael-post__inner-wrap {
       display: flex;
    }
    .uael-post-grid__inner .uael-post-wrapper:nth-of-type(2) .uael-post__inner-wrap > div,
    .uael-post-grid__inner .uael-post-wrapper:nth-of-type(3) .uael-post__inner-wrap > div,
    .uael-post-grid__inner .uael-post-wrapper:nth-of-type(4) .uael-post__inner-wrap > div,
    .uael-post-grid__inner .uael-post-wrapper:nth-of-type(5) .uael-post__inner-wrap > div {
        width: 60%;
    }
    .uael-post-grid__inner .uael-post-wrapper:nth-of-type(2) .uael-post__thumbnail,
    .uael-post-grid__inner .uael-post-wrapper:nth-of-type(3) .uael-post__thumbnail,
    .uael-post-grid__inner .uael-post-wrapper:nth-of-type(4) .uael-post__thumbnail,
    .uael-post-grid__inner .uael-post-wrapper:nth-of-type(5) .uael-post__thumbnail {
        width: 40% !important;
    }
    .uael-post-grid__inner .uael-post-wrapper:nth-of-type(2) .uael-post__content-wrap,
    .uael-post-grid__inner .uael-post-wrapper:nth-of-type(3) .uael-post__content-wrap,
    .uael-post-grid__inner .uael-post-wrapper:nth-of-type(4) .uael-post__content-wrap,
    .uael-post-grid__inner .uael-post-wrapper:nth-of-type(5) .uael-post__content-wrap {
        padding-top: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 0 !important;
    }
}
.latest-news {
    margin-bottom: 60px;
}
.latest-news .uael-post__comments {
    display: none;
}


.single-post #genesis-content {
    max-width: 800px;
}
.single-post #genesis-content a {
    font-size: inherit;
    color: #fd6a1a;
}
.single-post #genesis-content .wp-block-buttons {
    margin-bottom: 30px;
}
.single-post #genesis-content .wp-block-buttons a {
    font-size: 26px !important;
}
.page-id-2867 .entry-content {
    text-align: center;

}

@media all and (max-width: 1024px) {
    #video-banner h1 {
        font-size: 38px !important;
    }
    #video-banner .elementor-container {
        max-width: 100% !important;
    }
    .section-intro .elementor-element h2 {
        font-size: 30px;
    }
    .star-box h4 {
        font-size: 14px !important;
        position: relative;
        top: -2px;
    }
    .green-over {
        max-width: calc(100% - 20px);
        margin-left: auto;
        margin-right: auto;
    }
    .list-block {
        padding: 30px !important;
    }
    footer {
        padding: 25px 10px 5px 10px !important;
    }
    footer .elementor-social-icons-wrapper {
        display: flex;
        justify-content: center !important;
        gap: 10px !important;
    }
    .footer-bottom .elementor-column-gap-default {
        flex-direction: column-reverse;
        text-align: center !important;
    }
}
@media all and (max-width: 767px) {
    .quick-form,
    .contact-box {
        padding: 15px;
        padding-right: 15px;
    }
    .banner-green-box h2 {
        font-size: 28px !important;
    }
    .green-over {
        max-width: calc(100% - 30px);
    }
    .list-block {
        padding: 25px !important;
    }
    .list-block h2 {
        font-size: 28px !important;
    }
    .list-block p,
    .list-block ul {
        font-size: 18px !important;
    }
    .highlights h3 {
        font-size: 24px !important;
    }
    .highlights .elementor-icon {
        height: 62px;
        width: 40px;
        margin-bottom: 0;
    }
    .highlights .elementor-column:nth-of-type(even) {
        position: relative;
        top: 0;
    }
    .latest-news .elementor-widget-wrap {
        padding: 0 !important;
    }
    .latest-news .uael-post__excerpt,
    .latest-news .uael-post__excerpt p {
        font-size: 15px;
        word-wrap: break-word;
    }
    .latest-news .uael-post__content-wrap {
        padding: 5px 20px 0 !important;
    }
    .latest-news .uael-post__content-wrap .uael-post__title {
        font-size: 22px !important;
    }
    footer h2 {
        font-size: 30px !important;
    }
    footer .elementor-widget-container {
        padding-right: 0 !important;
    }
}
.two-half-block,
.video-block,
.scp {
    margin-bottom: var(--mb);
}
.scp ul,
.scp ol {
    margin-bottom: 16px;
}
.scp ul li { 
    list-style-type: disc; 
    list-style-position: inside; 
    line-height: 1.2;
    margin-bottom: 8px;
 }
 .scp ol li { 
    list-style-type: decimal; 
    list-style-position: inside; 
    line-height: 1.2;
    margin-bottom: 8px;
 }
 .scp ul ul,  .scp ol ul { 
    list-style-type: circle; 
    list-style-position: inside; 
    margin-left: 15px; 
 }
 .scp ol ol,  .scp  ul ol { 
    list-style-type: lower-latin; 
    list-style-position: inside; 
    margin-left: 15px; 
 }

body .scp a {
    font-size: inherit;
    font-family: inherit;
}
body .scp p a, 
body .scp li a {
    color: var(--orange);
    font-weight: 600;
}