/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/
Description: A child theme for Hello Elementor
Author URI: https://yourwebsite.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/



/* ---------- VARIABLES ---------- */
:root {
    /* primary */
    --primary-clr: var(--e-global-color-primary);
    --primary-opacity: rgba(4, 97, 110, .8);

    /* Secondary */
    --secondary-clr: var(--e-global-color-secondary);
    --secondary-opacity: rgba(8, 56, 63, .8);

    /* basics */
    --text-clr: var(--e-global-color-text);

    /* cta */
    --cta-clr: var(--e-global-color-accent);
    --cta-gradient-clr: rgba(12, 186, 152, .3);

    /* bg */
    --lightgrey-bg: var(--e-global-color-cca5e15);

    /* fonts */

    /* ... */
}

/* ---------- BASICS ---------- */
body {
    color: var(--text-clr);
    overflow-x: hidden;
}
a {
    text-decoration: none !important;
}
main > .page-content {
    padding: 0 8% !important;
}
.pre-headline p {
    margin-top: 0 !important;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0 !important;
}
.white-font,
.white-font h1,
.white-font h2,
.white-font h3,
.white-font h4,
.white-font h5,
.white-font h6,
.white-font p,
.white-font ul li,
.white-font a {
    color: #fff !important;
}
@media (max-width: 1024px) {
    main > .page-content {
        padding: 0 4% !important;
    }
}


/* main menu */
header .elementor-widget-nav-menu li.menu-item.btn a {
    background: var(--cta-clr);
    color: #fff !important;
    padding: 10px 15px !important;
    font-weight: 800 !important;
    border: 2px solid var(--primary-clr) !important;
    transition: all .2s ease-in-out;
}
header .elementor-widget-nav-menu li.menu-item.btn:hover a {
    background: transparent !important;
    color: var(--primary-clr) !important;
    font-weight: 800 !important;
}
header .elementor-widget-nav-menu li.menu-item.btn:hover a:after {
    display: none !important;
}
header .elementor-widget-nav-menu li.menu-item ul.sub-menu li {
    border-bottom: 1px solid #fff !important;
}
header .elementor-widget-nav-menu li.menu-item ul.sub-menu li a {
    padding: 13px 15px 13px 10px !important;
    margin-left: 0 !important;
}
header .elementor-widget-nav-menu li.menu-item ul.sub-menu li:last-child {
    border-bottom: none !important;
}

/* off canvas */
.e-off-canvas__content ul li a {
        transition: all .2s ease-in-out;
        display: flex;
        justify-content: space-between;
}
.e-off-canvas__content ul li a .sub-arrow svg {
    height: 1.5em !important;
    width: 1.5em !important;
}
.e-off-canvas__content ul li ul.sub-menu li ul.sub-menu li {
    border-bottom: none !important;
}
.e-off-canvas__content ul li ul.sub-menu li ul.sub-menu li a {
    padding: 10px 15px !important;
}

/* fullwidth */
.fullwidth {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw !important;
    max-width: 100vw !important;
}
.fullwidth .fullwidth-box {
    padding: 0 8% !important;
}
@media (max-width: 1024px) {
    .fullwidth .fullwidth-box {
        padding: 0 5% !important;
    }
}

/* border l */
.border-l {
    border-left: 5px solid var(--e-global-color-accent);
}

/* hero 2 col */
.hero-2col .fullwidth {
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    width: 100vw !important;
    max-width: 100vw !important;
}
@media (min-width: 1025px) {
    .hero-2col .fullwidth-r {
        margin-left: 0 !important;
        margin-right: calc(100% - 50vw) !important;
        max-width: 50vw !important;
        position: relative !important;
        width: 50vw !important;
    }
    .hero-2col .fullwidth-l {
        margin-right: 0 !important;
        margin-left: calc(100% - 50vw) !important;
        max-width: 50vw !important;
        position: relative !important;
        width: 50vw !important;
    }
}
@media (max-width: 1024px) {
    .hero-2col .fullwidth-r {
        grid-row: 1/2;
    }
}

/* hero 2 col contact person */
.hero-2col.contactperson .hero-img {
    min-height: 650px;
}
.hero-2col.contactperson .contact-box {
    max-width: 850px;
    padding-right: 1rem;
}
.hero-2col.contactperson .contact-box .contact-details {
    padding: 1rem 1.5rem;
}
.hero-2col.contactperson .contact-box .contact-details .name p {
    margin-top: .5rem !important;
    margin-bottom: 1rem !important;
    font-size: 22px !important;
}
.hero-2col.contactperson .contact-box .contact-details .phone {
    margin-bottom: .5rem;
}
.hero-2col.contactperson .contact-box .contact-details .phone a,
.hero-2col.contactperson .contact-box .contact-details .mail a {
    font-weight: var(--e-global-typography-text-font-weight) !important;
    color: var(--text-clr);
    transition: all .2s ease-in-out;
}
.hero-2col.contactperson .contact-box .contact-details .phone a:hover,
.hero-2col.contactperson .contact-box .contact-details .mail a:hover {
    color: var(--e-global-color-accent);
}
.hero-2col.contactperson .contact-box .contact-img {
    margin: 1.5rem 1rem;
    width: 296px;
    height: 200px;
}
@media (max-width: 768px) {
    .hero-2col.contactperson .contact-box .contact-img {
        width: 200px;
        height: 200px;
        margin-top: 0;
    }
}

/* text & bild */
@media (max-width: 1024px) {
    .tablet-bottom {
        grid-row: 2/3;
    }
    .bg-img {
        height: 500px;
        width: 100%;
    }
}
@media (max-width: 768px) {
    .mobile-bottom {
        grid-row: 2/3;
    }
    .bg-img {
        height: 300px;
        width: 100%;
    }
}


/* accordion */
.e-n-accordion .e-n-accordion-item {
    border-bottom: 1px solid rgb(47 72 88 / 10%);
    padding-bottom: .5rem;
}
.e-n-accordion .e-n-accordion-item summary {
    padding-left: 0;
    padding-right: 0;
}
.e-n-accordion .e-n-accordion-item > .elementor-element .e-con-inner > .elementor-element:first-child p {
    margin-top: 0 !important;
}

/* img object fit */
@media (min-width: 1025px) {
    .text-img  .img-box > .elementor-element {
        height: 100% !important;
        width: 100% !important;
    }
}
@media (min-width: 1025px) {
    .text-img  .img-box img {
        object-fit: cover !important;
        width: 100% !important;
        height: 100% !important;
    }
}

/* text image */
@media (max-width: 1024px) {
    .text-img .img-box {
        height: 400px;
        width: 100%;
    }
}

/* number counter */
.elementor-counter {
    padding-left: 1rem;
    border-left: 1px solid rgba(255, 255, 255, .5);
}
.elementor-counter-number-wrapper {
    margin-bottom: .5rem;
}
.elementor-counter-number-wrapper .elementor-counter-number {
    color: var(--cta-clr) !important;
    font-size: 80px !important;
}
.elementor-counter-number-suffix {
    font-size: 22px !important;
    display: flex;
    align-items: end;
    margin-left: 8px;
    padding-bottom: 5px;
}

/* benefits */
.benefits img {
    height: 150px;
    width: auto;
}

/* image accordion */
.horizontal-image-accordion .ha-ia-item {
    border-right: 3px solid #fff;
}
.horizontal-image-accordion .ha-ia-item:last-child {
    border-right: none;
}
.horizontal-image-accordion .ha-image-accordion-click .ha-ia-item.active {
    -webkit-box-flex: 12 !important;
    -webkit-flex: 12 !important;
    -ms-flex: 12 !important;
    flex: 12 !important;
}
.horizontal-image-accordion .ha-overlay {
    width: 100%;
    background: var(--secondary-opacity) !important;
}
.horizontal-image-accordion .ha-ia-item.active .ha-overlay {
    background: var(--primary-opacity) !important;
}
.horizontal-image-accordion .ha-ia-content-wrapper {
    width: 100%;
    height: 100%;
    justify-content: flex-start;
    padding: 2.5rem 2rem !important;
}
.horizontal-image-accordion .content-label-box {
    height: 100%;
    border-right: none;
    transition: all .2s ease-in-out;
    max-width: 86px;
    width: 100%;
}
.horizontal-image-accordion .ha-image-accordion-click .ha-ia-item.active .content-label-box {
    border-right: 1px solid #fff;
}
.horizontal-image-accordion .ha-ia-content-title {
    font-family: var(--e-global-typography-a36a882-font-family), Sans-serif;
    margin-bottom: 1rem;
}
.horizontal-image-accordion .ha-image-accordion-click .content-label-box .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
    height: 100%;
    flex-direction: column;
}
.horizontal-image-accordion .ha-ia-content-label {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    writing-mode: sideways-lr;
    text-orientation: mixed;
    display: flex;
}
.horizontal-image-accordion .accordion-number {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}
@media (max-width: 768px) {
    .horizontal-image-accordion .ha-overlay {
        flex-direction: column;
    }
    .horizontal-image-accordion .content-label-box {
        max-width: 100%;
        max-height: fit-content;
        height: 100%;
    }
    .horizontal-image-accordion .ha-image-accordion-click .content-label-box .box {
        border-right: none;
        border-bottom: none;
        flex-direction: row-reverse;
        padding: 1rem 1rem;
    }
    .horizontal-image-accordion .ha-image-accordion-click .ha-ia-item.active .content-label-box {
        border-bottom: 1px solid #fff;
        border-right: none;
    }
    .horizontal-image-accordion .ha-ia-content-label {
        writing-mode: horizontal-tb;
        font-size: 22px !important;
        padding-right: 15px;
    }
    .horizontal-image-accordion .ha-image-accordion-click .ha-ia-item.active {
        -webkit-box-flex: 5 !important;
        -webkit-flex: 5 !important;
        -ms-flex: 5 !important;
        flex: 5 !important;
    }
    .horizontal-image-accordion .ha-ia-item {
        border-right: 0;
        border-bottom: 3px solid #fff;
    }
    .horizontal-image-accordion .ha-ia-item:last-child {
        border-bottom: 0;
    }
    .elementor-6 .elementor-element.elementor-element-908e135 .ha-overlay {
        justify-content: center !important;
    }
}

/* review slider */
.reviews .ha-testimonial-carousel__wrap {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.reviews .nav-box {
    order: 2;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.reviews .ha-testimonial-carousel__wrap .button-box {
    display: flex;
    order: 2;
    gap: 10px;
}
.reviews .ha-testimonial-carousel__wrap .button-box .slick-prev {
    position: relative;
    left: 0;
    border-radius: 0;
    background: var(--lightgrey-bg);
    color: var(--text-clr);
}
.reviews .ha-testimonial-carousel__wrap .button-box .slick-next {
    position: relative;
    right: 0;
    border-radius: 0;
    background: var(--primary-clr);
    color: #fff;
}
.reviews .ha-testimonial-carousel__wrap .button-box button:hover {
    border: none !important;
    opacity: .9;
}
.reviews .ha-testimonial-carousel__wrap .slick-list {
    order: 1;
    flex-basis: 100%;
}
.reviews .ha-testimonial-carousel__wrap .slick-dots {
    position: relative;
    bottom: 0;
    width: fit-content;
    order: 1;
}
.reviews .ha-testimonial-carousel__wrap .slick-dots button:hover {
    border: none !important;
}
.reviews .ha-testimonial-carousel__wrap .slick-dots button:before {
    color: rgb(50 53 54 / 30%);

}
.reviews .ha-testimonial-carousel__wrap .slick-dots .slick-active button:before {
    color: var(--text-clr);
}
.reviews .ha-testimonial-carousel-slick-slide,
.reviews .ha-testimonial-carousel__item {
    padding: 0 !important;
}
.reviews:not(.single-slide) .ha-testimonial-carousel__content {
    font-family: var(--e-global-typography-a36a882-font-family), Sans-serif;
    font-weight: 700;
}
.reviews:not(.single-slide) .ha-testimonial-carousel__reviewer .ha-testimonial-carousel__reviewer-thumb {
    order: 2;
    margin-right: 0;
    margin-left: 1rem;
}
.reviews:not(.single-slide) .ha-testimonial-carousel__reviewer .ha-testimonial-carousel__reviewer-thumb img {
    border-radius: 0;
}
.reviews:not(.single-slide) .ha-testimonial-carousel__reviewer .ha-testimonial-carousel__reviewer-meta {
    padding-right: 1rem;
    border-right: 1px solid #191b1b4f;
    height: 100%;
}

/* review slider single */
.single-slide .ha-testimonial-carousel-slick-slide {
    background: var(--e-global-color-cca5e15);
}
.single-slide .ha-testimonial-carousel-slick-slide .ha-testimonial-carousel__item {
    padding: 2rem !important;
}

/* icon list 2col */
.icon-list-2col {
    width: 100%;
}
@media (min-width: 768px) {
    .icon-list-2col ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2em;
    }
    .icon-list-2col ul li {
        margin-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

/* horizontal tabs */
.tab-element .e-n-tabs {
    gap: 5rem !important;
}
.tab-element .e-n-tabs-heading .e-n-tab-title {
    background: transparent !important;
    border: none !important;
    border-bottom: 3px solid rgba(255, 255, 255, .6) !important;
    color: #fff !important;
    transition: all .2s ease-in-out;
}
.tab-element .e-n-tabs-heading .e-n-tab-title:hover,
.tab-element .e-n-tabs-heading .e-n-tab-title[aria-selected="true"] {
    border-bottom: 3px solid var(--e-global-color-accent) !important;
}
@media (max-width: 768px) {
    .tab-element .e-n-tabs {
        gap: 1rem !important;
    }
}

/* vertical tabs */
.vertical-tabs .ha-tab__content,
.vertical-tabs .ha-tab__content {
    border: none !important;
}
.vertical-tabs .ha-tab__content h2,
.vertical-tabs .ha-tab__content h3,
.vertical-tabs .ha-tab__content h4,
.vertical-tabs .ha-tab__content h5 {
    color: #fff !important;
}

/* text image slider */
.text-img-slider .elementor-widget-container {
    box-shadow: none !important;
}
.text-img-slider .ha-slick-slide {
    padding: 0 3rem;
    display: flex;
    justify-content: center;
}
.text-img-slider .ha-slick-slide .ha-slick-item {
    display: flex;
    flex-direction: row;
    gap: 4rem;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.text-img-slider .ha-slick-slide .ha-slick-item .ha-slick-content {
    position: relative !important;
    order: 1;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.text-img-slider .ha-slick-slide .ha-slick-item img {
    order: 2;
}
.text-img-slider .slick-dots button {
    transition: all .2s ease-in-out;
}
.text-img-slider .slick-dots button:hover,
.text-img-slider .slick-dots button:focus {
    border: none !important;
}
.text-img-slider .slick-dots li.slick-active button:before,
.text-img-slider .slick-dots li button:hover::before {
    transform: none !important;
}
.text-img-slider .slick-dots li.slick-active button:before {
    text-shadow: -1px 0 var(--e-global-color-primary), 0 1px var(--e-global-color-primary), 1px 0 var(--e-global-color-primary), 0 -1px var(--e-global-color-primary);
}

/* accordions faq */
.faq-accordion.ha-toggle .ha-toggle__item {
    border: none !important;
}
.faq-accordion.ha-toggle .ha-toggle__item .ha-toggle__item-title {
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-bottom: 1px solid rgb(25 27 27 / 15%);
    background: transparent !important;
}


/* service-tiles */
.service-tiles h3 {
    margin-bottom: 0 !important;
}

/* kacheln fullwidth */
.kacheln-fullwidth .col-l,
.kacheln-fullwidth .col-r {
    position: relative;
}
.kacheln-fullwidth .background-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.kacheln-fullwidth .col-l .background-img {
    margin-right: 0 !important;
    margin-left: calc(100% - 50vw) !important;
    max-width: 50vw !important;
    width: 50vw !important;
    height: 100%;
}
.kacheln-fullwidth .col-r .background-img {
    margin-left: 0 !important;
    margin-right: calc(100% - 50vw) !important;
    max-width: 50vw !important;
    width: 50vw !important;
}
@media (max-width: 1024px) {
    .kacheln-fullwidth .col-l .background-img,
    .kacheln-fullwidth .col-r .background-img {
        width: 100vw !important;
        max-width: 100vw !important;
        margin-left: calc(50% - 50vw) !important;
        margin-right: calc(50% - 50vw) !important;
    }
}

/* locations */
.location p {
    margin-top: 0 !important;
}
.location .phone a,
.location .mail a {
    font-weight: var(--e-global-typography-text-font-weight) !important;
    color: var(--text-clr);
    transition: all .2s ease-in-out;
}
.location .phone a:hover,
.location .mail a:hover {
    color: var(--e-global-color-accent);
}

/* team tiles */
.team-tile .text-box p {
    margin-top: 0 !important;
}

/* history slider */
.history-slider .swiper-pagination {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    margin-top: 3.5rem;
    bottom: 0 !important;
    position: relative;
}
.history-slider .swiper-pagination:before {
    position: absolute;
    content: "";
    height: 4px;
    left: 0;
    top: 10px;
    z-index: 0;
    right: 0;
    background: var(--lightgrey-bg);
}/*
.history-slider .swiper-pagination .bullet-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}*/
.history-slider .swiper-pagination .swiper-pagination-bullet {
    height: 25px;
    width: 25px;
    border: 5px solid #fff;
    background: var(--lightgrey-bg);
    opacity: 1 !important;
    position: relative !important; 
    overflow: visible;
    z-index: 1;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.history-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--text-clr);
}
.history-slider .swiper-pagination-bullet::after {
    content: attr(data-year);
    position: absolute;
    top: calc(100% + 8px);  
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-weight: 800;
    line-height: 1;
    font-size: 20px;       
    z-index: 1; 
    margin-top: .5rem;
    color: var(--lightgrey-bg);
    transition: all .2s ease-in-out;
}
.history-slider .swiper-pagination .swiper-pagination-bullet:hover::after,
.history-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    color: var(--primary-clr);
}
.history-slider .swiper-pagination-bullet.is-hidden {
    display: none !important;
}

/* blog posts: case studies */
.case-studies .elementor-posts-container .elementor-post {
    height: 100%;
}
.case-studies .elementor-posts-container .elementor-post:first-child {
    background: var(--e-global-color-secondary) !important;
}
.case-studies .elementor-posts-container .elementor-post:first-child .elementor-post__title a,
.case-studies .elementor-posts-container .elementor-post:first-child .elementor-post-date,
.case-studies .elementor-posts-container .elementor-post:first-child p {
    color: #fff !important;
}
.case-studies .elementor-posts-container .elementor-post__text .elementor-post-date {
    opacity: .7;
    font-size: 16px !important;
}
.case-studies .elementor-posts-container .elementor-post__text .elementor-post__title a {
    line-height: 1.4 !important;
    transition: all .2s ease-in-out;
}
.case-studies .elementor-posts-container .elementor-post__text .elementor-post__title a:hover {
    color: var(--e-global-color-accent);
}
.case-studies .elementor-posts-container .elementor-post a {
    margin-bottom: 0 !important;
}
@media (min-width: 1024px) {
    .case-studies .elementor-posts-container .elementor-post:first-child {
        grid-column: 1 / 2;
        grid-row: 1 / 3;
        height: 100%;
    }
    .case-studies .elementor-posts-container .elementor-post:nth-child(2) {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
    }
    .case-studies .elementor-posts-container .elementor-post:nth-child(3) {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
    }
    .case-studies .elementor-posts-container .elementor-post:nth-child(2),
    .case-studies .elementor-posts-container .elementor-post:nth-child(3) {
        display: grid;
        grid-template-columns: .5fr 1fr;
        height: 100%;
        margin-top: 0 !important;
    }
    .case-studies .elementor-posts-container .elementor-post:first-child a {
        max-height: 50% !important;
    }
    .case-studies .elementor-posts-container .elementor-post:first-child a .elementor-post__thumbnail,
    .case-studies .elementor-posts-container .elementor-post:first-child a img {
        height: 100% !important;
        object-fit: cover;
    }
    .case-studies .elementor-posts-container .elementor-post:nth-child(2) a .elementor-post__thumbnail,
    .case-studies .elementor-posts-container .elementor-post:nth-child(3) a .elementor-post__thumbnail,
    .case-studies .elementor-posts-container .elementor-post:nth-child(2) a img,
    .case-studies .elementor-posts-container .elementor-post:nth-child(3) a img {
        height: 100% !important;
        object-fit: cover;
    }
    .case-studies .elementor-posts-container .elementor-post__text {
        justify-content: center;
        display: flex !important;
        flex-direction: column;
    }
}
@media (max-width: 1023px) {
    .case-studies .elementor-posts-container .elementor-post:nth-child(3) {
        display: none;
    }
    .case-studies .elementor-posts-container .elementor-post a {
        height: 300px !important;
    }
    .case-studies .elementor-posts-container .elementor-post a .elementor-post__thumbnail,
    .case-studies .elementor-posts-container .elementor-post a img {
        height: 100% !important;
        object-fit: cover;
    }
}

/* blog posts: teaser classic */
.teaser-classic .elementor-post__card {
    border-radius: 0 !important;
}
.teaser-classic .elementor-post__card .elementor-post__text {
    padding: 2rem 0 !important;
}
.teaser-classic .elementor-post__card .elementor-post__text .elementor-post__title {
    margin-bottom: .5rem !important;
}
.teaser-classic .elementor-post__card .elementor-post__text .elementor-post__title a {
    line-height: 1.4 !important;
    transition: all .2s ease-in-out;
}
.teaser-classic .elementor-post__card .elementor-post__text .elementor-post__title a:hover {
    color: var(--e-global-color-accent);
}
.teaser-classic .elementor-post__card .elementor-post__meta-data {
    padding: 8px 0 !important;
    opacity: .7;
}
.teaser-classic .elementor-posts-container .elementor-post a {
    margin-bottom: 0 !important;
}
.teaser-classic .elementor-post__thumbnail {
    padding-bottom: 0 !important;
}
@media (max-width: 1023px) {
    .teaser-classic .elementor-posts-container .elementor-post:nth-child(3) {
        display: none;
    }
}

/* blog posts: highlight */
.post-highlight .elementor-post__thumbnail {
    padding-bottom: 0 !important;
}
.post-highlight .elementor-post__card a.elementor-post__thumbnail__link {
    margin-bottom: 0 !important;
}
.post-highlight .elementor-post__card .elementor-post__text {
    padding: 2rem 2rem 2rem 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}
.post-highlight .elementor-post__card .elementor-post__title a,
.post-highlight .elementor-post__card p {
    color: #fff !important;
}
.post-highlight .elementor-post__card .elementor-post__text .elementor-post__title a {
    line-height: 1.4 !important;
    transition: all .2s ease-in-out;
}
.post-highlight .elementor-post__card .elementor-post__read-more {
    margin-bottom: 0 !important;
}
@media (min-width: 1024px) {
    .post-highlight .elementor-post__card {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        grid-gap: 2rem;
    }
    .post-highlight .elementor-post__card .elementor-post__thumbnail,
    .post-highlight .elementor-post__card .elementor-post__thumbnail img {
        height: 100% !important;
        object-fit: cover;
    }
    .post-highlight.multi-badges .elementor-post__badges {
        width: 45% !important;
    }
}
@media (max-width: 1023px) {
    .post-highlight .elementor-post__card .elementor-post__text {
        padding: 2rem !important;
    }
    .post-highlight .elementor-post__card .elementor-post__thumbnail__link {
        height: 300px !important;
    }
    .post-highlight .elementor-post__card .elementor-post__thumbnail,
    .post-highlight .elementor-post__card .elementor-post__thumbnail img {
        height: 100% !important;
        padding: 0 !important;
        object-fit: cover;
    }
}

/* blog posts: post list */
.post-list .elementor-post__thumbnail {
    padding-bottom: 0 !important;
}
.post-list .elementor-post__title {
    margin-bottom: .5rem !important;
}
.post-list .elementor-post__title a {
    line-height: 1.4 !important;
    transition: all .2s ease-in-out;
}
.post-list .elementor-post__meta-data {
    padding: 8px 30px !important;
    opacity: .7;
}
.post-list .elementor-pagination {
    margin-top: 3rem;
}
.post-list .elementor-pagination .page-numbers {
    background-color: var(--e-global-color-cca5e15);
    padding: 10px 15px;
    font-weight: 700;
    color: var(--e-global-color-text) !important;
    transition: all .2s ease-in-out;
}
.post-list .elementor-pagination .page-numbers:hover,
.post-list .elementor-pagination .page-numbers.current {
    background: var(--e-global-color-primary);
    color: #fff !important;
}
.post-list .elementor-pagination .page-numbers.prev,
.post-list .elementor-pagination .page-numbers.next {
    opacity: .7;
    color: var(--e-global-color-text) !important;
    background-color: transparent;
}
.post-list .elementor-pagination .page-numbers.prev:hover,
.post-list .elementor-pagination .page-numbers.next:hover {
    opacity: 1;
    color: var(--e-global-color-text) !important;
}

/* multi badges */
.multi-badges .elementor-post__badges {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    margin: 15px;
    gap: 10px;
    flex-wrap: wrap;
}
.multi-badges .elementor-post__badges .elementor-post__badge {
    position: relative !important;
    background: var(--e-global-color-primary);
    width: fit-content;
    border-radius: 0 !important;
    margin: 0 !important;
    transition: all .2s ease-in-out;
}
.multi-badges .elementor-post__badges .elementor-post__badge:hover {
    background: var(--e-global-color-accent);
}
.multi-badges .elementor-post__badges .elementor-post__badge a {
    color: #fff !important;
    font-size: 15px;
    text-transform: capitalize !important;
}

/* blog posts: taxonomy list */
.taxonomy-list {
    margin-bottom: 2rem !important;
}
.taxonomy-list .ha-taxonomy-list {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 2rem;
}
.taxonomy-list .ha-taxonomy-list-item {
    margin: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.taxonomy-list .ha-taxonomy-list-item a {
    padding: 10px !important;
    border-right: 1px solid var(--e-global-color-text);
    transition: all .2s ease-in-out;
    font-weight: 300 !important;
}
.taxonomy-list .ha-taxonomy-list-item a:hover {
    background: var(--e-global-color-primary) !important;
    color: #fff !important;
}
.taxonomy-list .ha-taxonomy-list-item a:hover .ha-taxonomy-list-title {
    color: #fff !important;
}


/* contact form */
.form .elementor-field-type-checkbox .elementor-field-option label {
    font-weight: 300;
}
@media (min-width: 768px) {
    .form .elementor-field-type-checkbox .elementor-field-subgroup {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

/* blog posts: detail */
.blog-hero .categories .elementor-widget-container {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}
.blog-hero .categories a {
    color: #fff !important;
    background: var(--e-global-color-primary);
    padding: 6px 10px !important;
    font-size: 16px !important;
    transition: all .2s ease-in-out;
}
.blog-hero .categories a:hover {
    background: var(--e-global-color-accent);
}
.single-post .elementor-post-navigation .post-navigation__prev--label,
.single-post .elementor-post-navigation .post-navigation__next--label {
    text-transform: none !important;
}

/* footer */
footer {
    border-top: 10px solid #fff;
}
footer .copybox {
    border-top: 2px solid #fff;
}
footer a {
    transition: all .2s ease-in-out;
}
footer a:hover {
    opacity: .8;
}
@media (min-width: 1025px) {
    footer .copy .elementor-widget-nav-menu .elementor-nav-menu--main ul li:last-child a {
        padding-right: 0 !important;
    }
}
@media (max-width: 1024px) {
    footer .copy .elementor-widget-nav-menu .elementor-nav-menu--main ul li:first-child a {
        padding-left: 0 !important;
    }
}
@media (max-width: 768px) {
    footer .copy .elementor-widget-nav-menu .elementor-nav-menu--main ul {
        flex-direction: column !important;
    }
    footer .copy .elementor-widget-nav-menu .elementor-nav-menu--main ul li a {
        padding-left: 0 !important; 
    }
}