/*
Theme Name: Minimog Child
Theme URI: http://minimog.thememove.com/
Author: ThemeMove
Author URI: http://thememove.com/
Version: 1.0.0
Template: minimog
Text Domain:  minimog-child
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

html, body {
    scroll-behavior: smooth;
}

/* headings */
.custom-title-1 h1 {
    font-size: 34px;
    line-height: 1.3;
}
.custom-title-2 h2 {
    font-size: 28px;
    line-height: 1.3;
}
.custom-title-3 h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
}
@media (max-width: 767px) {
    .custom-title-1 h1 {
        font-size: 23px;
        line-height: 1.3;
    }

    .custom-title-2 h2 {
        font-size: 19px;
        line-height: 1.3;
    }

    .custom-title-3 h3 {
        font-size: 16px;
        line-height: 1.2;
    }
}

/* Hide "Filters" widget, as i can't find an option to disable this via dashboard */
#custom_html-2 {
    display: none;
}

/* Hide contact form 7 reader response and remove some strange empty p */
.screen-reader-response,
.wpcf7 p:empty {
    display: none
}

.wpcf7-response-output {
    color: black !important;
    margin-bottom: 10px !important;
}

/* Remove top border from cart totals as after removing Notes and Calculate
Shipping buttons it looks odd */
.cart-totals-row.cart-subtotal {
    border-top: none;
}

/* Payu */
ul.payu-list-banks {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

ul.payu-list-banks li.payu-bank {
    margin: 0 !important;
    padding: 0 !important;
}

.payment_method_payulistbanks > p {
    margin-bottom: 10px;
}

.pbl-container .payu-list-banks li label {
    width: auto;
    border-radius: 5px;
}

/* Plant a tree */
.form-container {
    margin: -170px 0 0;
    padding: 0;
}

/* Menu, move plant a tree menu item */
@media screen and (min-width: 1025px) {
    #page-navigation {
        flex: 1;
    }

    #page-navigation .menu--primary,
    #page-navigation .menu--primary #menu-primary {
        width: 100%;
    }

    #page-navigation .menu--primary #menu-primary {
        display: flex;
    }

    #page-navigation .menu--primary #menu-primary .plant-a-tree {
        margin-left: auto;
    }

    #page-navigation .menu--primary #menu-primary .plant-a-tree > a .menu-item-wrap > .menu-item-title::after {
        width: 100%;
    }

    #page-navigation .menu--primary #menu-primary .plant-a-tree > a {
        font-size: 19px;
    }
}

/* Lang */
.language-switcher {
    display: flex;
    gap: 10px;
}

.language-switcher a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 2px;
    border-radius: 50%;
}

.language-switcher a:hover,
.language-switcher a.current_language {
    box-shadow: 0px 0px 0px 2px #333;
}

.language-switcher a img {
    border-radius: 50%;
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, .1);
}

/* Logo */

.customer-logo_wrapper {
    display: flex;
    overflow-x: hidden;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.customer-logo {
    width: 800px !important;
    display: flex;
    flex-shrink: 0 !important;
    align-items: center;
    transform: translateX(0);
    animation-name: marquee;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 50s;
}

.customer-logo_wrapper:hover .customer-logo {
    animation-play-state: paused;
}

.customer-logo > .elementor-element {
    width: 200px;
    min-width: 200px;
}

@keyframes marquee {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

/* Fix the map marker */

.gmap-marker-icon img {
    transform: translate(-50%, -50%);
}

.quick-link {
    border-radius: 10px;
}

.quick-link .svg-icon {
    text-align: left;
}

.quick-link .svg-icon svg {
    width: 36px;
    height: 36px;
}

.quick-link.green .svg-icon svg path {
    fill: #323C2B;
}

.quick-link.brown .svg-icon svg path {
    fill: #64482A;
}

.quick-link.red .svg-icon svg path {
    fill: #600F05;
}

@keyframes kenburns {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}


@keyframes customfadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -10%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes customfadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-10%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes customfadeInRight {
    from {
        opacity: 0;
        transform: translate3d(10%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes customfadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 10%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: customfadeInDown !important
}

.fadeInLeft {
    animation-name: customfadeInLeft !important
}

.fadeInRight {
    animation-name: customfadeInRight !important
}

.fadeInUp {
    animation-name: customfadeInUp !important
}

.planting-events .post-thumbnail-wrapper {
    margin-bottom: 0;
}

.planting-events .post-caption {
    padding: 20px;
    background: white;
    flex: 1;
}

.planting-events .swiper-slide {
    border-radius: 20px;
    overflow: hidden;
}

.planting-events .post-wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.person .item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.person .item .minimog-image {
    flex: 0 0 220px;
}

.align-bottom {
    margin-top: auto;
}

.plant-as-icon .elementor-widget-html svg path {
    fill: white;
}

.plant-as-icon .elementor-widget-html {
    height: 40px;
    padding-right: 10px;
}

.planting-location {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #27994f;
    padding: 10px 20px;
    border-radius: 50px;
    color: white;
}

.custom-button .elementor-button {
    background: transparent;
    border-radius: 50px !important;
    border: 2px white solid;
    font-size: 16px !important;
}

@media screen and (max-width: 767px) {
    .custom-button .elementor-button {
        padding: 5px 15px !important;
    }
}

.custom-button:hover .elementor-button {
    background: rgba(0, 0, 0, .25);
}

.custom-button.green .elementor-button {
    background: rgb(39, 153, 79);
    border: 0 !important;
}

.custom-button.green:hover .elementor-button {
    background: rgb(25, 108, 54);
}

/* Homepage hero
Assumes that the class homepage-hero is added to the section
and hero-image, hero text to the columns */
@media screen and (max-width: 1025px) {
    .hero-image,
    .hero-text {
        min-height: 320px;
    }
}

@media screen and (min-width: 1025px) {
    .homepage-hero {
        max-height: 900px;
    }
}

.partners-hero img {
    width: 350px;
    margin: 75px auto;
    max-width: 75%;
}

/* New landing page */

.big-heading {
    font-size: 42px;
}

.big-text {
    font-size: 21px;
}

.bubble {
    font-size: 19px;
    width: 500px;
    max-width: 100%;
    background-image: url(../svg/bubble-3.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 60px 0;
    aspect-ratio: 500 / 500;
    text-align: center;
}

.vector-hero-right {
    background-image: url(../svg/vector-hero-right-3.svg);
    height: 30vw;
    position: absolute;
    background-size: cover;
    right: 0;
    width: auto;
    top: 10%;
    aspect-ratio: 157 / 644;
}

.vector-hero-left {
    background-image: url(../svg/vector-hero-left-3.svg);
    background-size: cover;
    height: 30vw;
    width: auto;
    position: absolute;
    left: 0;
    top: 50%;
    aspect-ratio: 162 / 644;
}

.vector-right {
    background-image: url(../svg/vector-right-3.svg);
    height: 30vw;
    position: absolute;
    background-size: cover;
    right: 0;
    width: auto;
    top: 10%;
    aspect-ratio: 271 / 945;
}

.vector-left {
    background-image: url(../svg/vector-left-3.svg);
    background-size: cover;
    height: 30vw;
    width: auto;
    position: absolute;
    left: 0;
    top: 50%;
    aspect-ratio: 259 / 950;
}

@media screen and (min-width: 1200px) and (max-width: 1366px) {
    .vector-hero-right,
    .vector-hero-left,
    .vector-left,
    .vector-right {
        height: 25vw;
    }
}

@media screen and (max-width: 1200px) {
    .vector-hero-right,
    .vector-hero-left,
    .vector-left,
    .vector-right {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .bubble {
        padding: 25px 25px 0;
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .with-border-right::after {
        content: "";
        width: 90%;
        height: 1px;
        background-image: url(../svg/border-line-horizontal-3.svg);
        background-repeat: no-repeat;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    .with-border-right::after {
        content: "";
        width: 1px;
        height: 100%;
        background-image: url(../svg/border-line-3.svg);
        background-repeat: no-repeat;
        position: absolute;
        right: 0;
    }
}

.bigger {
    font-weight: 500;
    font-size: 21px;
    color: #333;
}

@media screen and (min-width: 768px) {
    .bubble.centered {
        transform: translate(-50%, 0);
    }
}

@media screen and (max-width: 767px) {
    .bubble {
        padding: 20px 10px 0;
        font-size: 16px;
    }

    .bubble p {
        max-width: 90%;
        margin: 0 auto;
    }
}

.image-bubble svg {
    width: 100%;
    height: auto;
}

.custom-icon .elementor-icon {
    background: #FBF6EF;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 10px;
}

.cta-widget {
    background: #00A370;
    color: white;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
    width: 530px;
    max-width: 100%;
    font-size: 19px;
}

.cta-widget:hover {
    color: white;
    transform: scale(1.05);
}

.cta-widget .cta-icon {
    flex: 0 0 48px;
    max-height: 48px;
    object-fit: contain;
}

.cta-widget:not(.light) .cta-icon {
    filter: invert(1);
}

.cta-widget.light {
    background: #FBF5EF;
    color: #333;
}

.cta-widget.light:hover {
    color: #333;
}

.cta-widget .cta-text {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.cta-widget .cta-link-text {
    font-size: 1.66rem;
    margin: 12px 0;
    position: relative;
    padding-bottom: 6px;
}

.cta-widget .cta-link-text:after {
    content: "";
    width: 100%;
    height: 2px;
    background: white;
    bottom: 0;
    left: 0;
    position: absolute;
}

.cta-widget.light .cta-link-text:after {
    background: #333;
}

/* fix for CTA in two col,
make col equal height
 */
.elementor-shortcode:has(.cta-widget),
.cta-widget {
    height: 100%;
}

/* homepage, the bottom shape looks odd on 1920 and up */
@media screen and (min-width: 1920px) {
    .remove-waves-1920 .elementor-shape-bottom {
        display: none;
    }
}

/* warsztaty tiles */
.omt-tiles {
    display: grid;
    grid-template-columns: 220px 220px;
    justify-content: center;
    gap: 20px;
}

.omt-tile {
    background: white;
    width: 220px;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    box-shadow: 0 0 30px 8px rgba(0, 0, 0, .05) !important;
    border-radius: 15px;
    padding-top: 30px;
}

.omt-tile img {
    width: 75px;
}

.omt-tile h4 {
    font-size: 19px;
}

@media screen and (max-width: 860px) {
    .omt-tiles {
        grid-template-columns: 180px 180px;
    }

    .omt-tile {
        width: 180px;
        height: 180px;
    }
}

@media screen and (max-width: 480px) {
    .omt-tiles {
        grid-template-columns: 150px 150px;
        gap: 15px;
    }

    .omt-tile {
        width: 150px;
        height: 150px;
    }

    .omt-tile h4 {
        font-size: 17px;
    }
}

/* accordion */
.omt-accordion .e-n-accordion {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
}

.omt-accordion .e-n-accordion .e-n-accordion-item {
    background: white;
    box-shadow: 0 0 30px 8px rgba(0, 0, 0, .05);
    border-radius: 15px;
}

.omt-accordion .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title,
.omt-accordion .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title + div {
    border: none;
    padding: 30px;
}

.omt-accordion .e-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title {
    border-bottom: 1px #DCDCDC solid;
}

.omt-accordion .e-n-accordion-item-title-header {
    flex: 1;
}

.omt-accordion .e-n-accordion-item-title-text {
    display: flex;
    font-size: 21px;
}

.omt-accordion .e-n-accordion-item-title-text img {
    width: 48px;
    margin-right: 10px;
}

.omt-accordion .swiper-wrapper {
    height: 220px !important;
}

.omt-accordion .swiper-wrapper .swiper-slide img {
    width: 300px !important;
    height: 220px !important;
    object-fit: cover !important;
}

@media screen and (min-width: 768px) {
    .omt-accordion .e-n-accordion-item-title-text {
        white-space: nowrap;
    }
}

@media screen and (max-width: 767px) {
    .omt-accordion .e-n-accordion-item-title-text {
        font-size: 19px;
    }

    .omt-accordion .e-n-accordion-item-title-text img {
        width: 36px;
        height: 36px;
    }
}

/* New CSS for the planting trees for business */
.benefit-section {
    padding-left: 100px;
    scrollbar-width: none; /* mozilla */
    overflow-x: scroll;
    overflow-y: hidden;
}

@media screen and (max-width: 767px) {
    .benefit-section {
        padding-left: 20px;
    }
}

.benefit-section::-webkit-scrollbar {
    display: none; /* safari and chrome */
}

.benefit-box {
    min-width: 300px;
    border-radius: 15px;
    padding: 20px;
}

.benefit-box.yellow-box {
    background-color: #FBF6EF;
}

.benefit-box.green-box {
    background-color: #DCE0D9;
}

.benefits-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.benefits-nav .nav-left,
.benefits-nav .nav-right {
    border-radius: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    background: #000;
    border: none;
    color: white;
    z-index: 19;
}

.call-you-back {
    width: 1050px;
    max-width: calc(95% - 150px) !important;
    margin: 0 auto 75px;
    position: relative;
    padding-left: 120px;
}

.call-you-back::before {
    content: "";
    background: url(../jpg/max.jpg);
    width: 160px;
    height: 160px;
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
    background-size: cover;
    border-radius: 50%;
}

.call-you-back.bartosz::before {
    background: url(../jpg/bartosz-img.jpg);
    border: 10px white solid;
    background-size: cover;
}

.call-you-back .divider {
    width: 1px;
    align-self: stretch;
    background: #C3C3C3;
}

@media screen and (max-width: 767px) {
    .call-you-back {
        max-width: 95% !important;
        padding: 20px;
    }

    .call-you-back::before {
        width: 80px;
        height: 80px;
        left: 50%;
        transform: translateX(-50%);
        top: -40px;
    }

    .call-you-back .divider {
        min-width: 50% !important;
        height: 1px;
        margin: 35px 0;
    }
}

.call-you-back .wpcf7 {
    width: 300px;
    max-width: 90%;
    margin: 0 auto;
}

.call-you-back .wpcf7 .wpcf7-submit {
    background: #00a370;
    border: 0;
    width: 100%;
}

.call-you-back .wpcf7 p {
    position: relative;
}

.call-you-back .wpcf7 .wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
    .planting-container {
        overflow-y: scroll;
        max-height: 480px;
    }
}

.planting-item {
    padding: 25px;
    border-radius: 20px;
    background: #FBF5EF;
}

.ten-one-tree {
    position: absolute;
    bottom: -25px;
    display: flex;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 240px;
    border-radius: 10px;
}

/* Partners */

.partners-hero {
    margin: 20px auto 50px;
    box-shadow: 0 0 20px 8px rgba(0, 0, 0, .05);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

@media screen and (max-width: 480px) {
    .partners-hero {
        margin: 20px auto;
    }
    .description h1 {
        font-size: 32px;
    }
    body.single-partners h2 {
        font-size: 29px;
    }
}

*[data-tooltip] {
    position: relative;
    cursor: help;
}

.partner-status {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

@media screen and (max-width: 480px) {
    .partner-status {
        left: 50%;
        transform: translateX(-50%);
    }

    .partner-socials {
        left: 50%;
        transform: translateX(-50%);
        top: auto !important;
        height: 30px;
        bottom: 20px;
    }
}

[data-tooltip]:after {
    content: attr(data-tooltip);
    color: #fff;
    font-size: .8em;
    max-width: 150px;
    background: #333;
    text-align: center;
    border-radius: 3px;
    padding: .618em 1em;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    position: absolute;
    width: 150px;
    right: -20px;
    line-height: 1.5;
    top: calc(100% + 10px);
    opacity: 0;
    visibility: hidden;
}

[data-tooltip]::before {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #333333 transparent;
    transform: rotate(0deg);
    opacity: 0;
    visibility: hidden;
}

[data-tooltip]:hover::before,
[data-tooltip]:hover::after {
    opacity: 1;
    visibility: visible;
}

.partner-status:not(.active) svg path {
    fill: gray;
}

.partner-status svg {
    width: 32px;
}

.partner-socials {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.partner-socials svg {
    width: 24px;
    height: 24px;
    transition: transform .15s ease-in;
}

.partner-socials a:hover svg {
    transform: translateY(-5px);
}

.partner-introduction {
    display: flex;
    gap: 40px;
}

@media screen and (max-width: 767px) {
    .partner-introduction {
        flex-direction: column;
    }
}

.partner-introduction .description,
.partner-introduction .featured-image {
    flex: 0 0 calc(50% - 20px);
    border-radius: 30px;
    overflow: hidden;
}

.partner-introduction .description {
    background: #FBF5EF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
}

.partner-activities {
    margin: 75px auto;
}

.partner-activities .wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

@media screen and (max-width: 767px) {
    .partner-activities .wrapper {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
}

@media screen and (max-width: 480px) {
    .partner-activities .wrapper {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .partner-introduction .description {
        padding: 30px;
    }
}

.partner-activities .activity {
    border-radius: 20px;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 40px 40px 40px 30px;
    position: relative;
}

.partner-activities .activity .counter {
    font-size: 64px;
}

.partner-activities .activity .not-reached-info svg {
    fill: white;
    width: 36px;
    height: 36px;
}

.partner-activities .activity .not-reached-info {
    position: absolute;
    right: 30px;
    top: 30px;
}

.partner-activities .activity .title {
    font-size: 26px;
    display: block;
    margin-bottom: 40px;
}

.partner-activities .icon {
    display: flex;
    justify-content: end;
    margin-top: auto;
}

.activities-map .map-wrapper {
    display: flex;
    gap: 40px;
}

.activities-map .tm-google-map {
    overflow: hidden;
    border-radius: 30px;
    width: 66%;
    min-height: 500px;
    margin-bottom: 75px;
}

.activities-map .tm-google-map .map {
    width: 100%;
    height: 100%;
}

.activities-map .custom-heading {
    text-align: center;
}

.activities-map .map-wrapper .map iframe {
    width: 100%;
    height: 100%;
}

.activities-map .map-wrapper .locations {
    display: flex;
    width: calc(34% - 40px);
    flex-direction: column;
    gap: 20px;
    row-gap: 20px;
    column-gap: 20px;
    max-height: 500px;
    overflow-y: scroll;
}

.activities-map .map-wrapper .locations .item {
    border-radius: 15px;
    background: #FBF5EF;
    padding: 30px;
}

.activities-map .map-wrapper .locations .item .title {
    font-size: 1.5rem;
    color: black;
}

@media screen and (max-width: 767px) {
    .activities-map .map-wrapper {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .activities-map .tm-google-map {
        width: 100%;
        height: 50vh;
    }

    .activities-map .map-wrapper .locations {
        width: 100%;
        max-height: 25vh;
    }
}

.custom-heading span {
    position: relative;
    white-space: nowrap;
}

.custom-heading span::before {
    content: "";
    width: 0;
    bottom: 5px;
    background: rgba(0, 163, 112, 0.28);
    left: -5px;
    height: 30%;
    position: absolute;
    transition: width .4s ease-in .7s;
}

.custom-heading.animated span::before {
    width: calc(100% + 10px);
}

.un-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 2rem auto;
    gap: 2rem;
}

@media screen and (max-width: 767px) {
    .un-wrapper {
        display: flex;
        flex-direction: column;
        margin: 2rem auto;
        gap: 2rem;
    }
}

.un-wrapper .un-right {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.un-wrapper .un-right img {
    border-radius: 10px;
}

.un-wrapper .un-right img:nth-child(1) {
    align-self: stretch;
    object-fit: contain;
}

.un-left {
    background-image: url(../jpg/wood-shape-3.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
    border-radius: 30px;
    font-size: 1.33rem;
    line-height: 1.5;
}

@media screen and (max-width: 480px) {
    .un-left {
        padding: 30px;
    }
}

.partners-gallery .swiper-slide > a {
    border-radius: 10px;
    overflow: hidden;
    display: block;
    height: 100%;
}

.partners-gallery .swiper-slide > a img {
    transition: transform .2s ease-in;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.partners-gallery .swiper-slide > a:hover img {
    transform: scale(1.05);
}

.partners-gallery-wrapper {
    margin: 5rem auto;
}

.partners-gallery-wrapper .custom-heading {
    text-align: center;
}

.partners-gallery .swiper-slide {
    height: auto;
    align-self: stretch;
}

@media screen and (min-width: 481px) {
    .partners-gallery .arrow-right,
    .partners-gallery .arrow-left {
        width: 50px;
        height: 50px;
        color: black;
        background-color: white;
        background-image: url(../svg/arrow-3.svg);
        background-size: 25px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 50%;
        z-index: 100;
        cursor: pointer;
    }

    .partners-gallery .arrow-left {
        transform: translateY(-50%) rotate(180deg);
    }
}

@media screen and (max-width: 480px) {
    .partners-gallery-wrapper .custom-heading {
        padding-left: var(--bs-gutter-x,.9375rem);
        padding-right: var(--bs-gutter-x,.9375rem);
    }

    .partners-gallery-wrapper {
        padding: 0;
    }
}

/* fix bug with close button getting overlapped by other buttons */
.dialog-close-button {
    z-index: 10000 !important;
}

.partners-gallery .arrow-right {
    left: auto;
    right: 20px;
}

.partners-template-default .container {
    max-width: 1180px;
}

/* recapcha */
.recaptcha-info {
    padding: 5px 20px;
    font-size: 11px;
    text-align: center;
}
.grecaptcha-badge {
    display: none !important;
}

/*logo */
@keyframes slide {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

.omt-logo-carousel {
    overflow: hidden;
    padding: 60px 0;
    white-space: nowrap;
    position: relative;
    display: flex;
}

.omt-logo-carousel:before,
.omt-logo-carousel:after {
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    content: "";
    z-index: 2;
}

.omt-logo-carousel:before {
    left: 0;
    background: linear-gradient(to left, rgba(251, 245, 239, 0), #fbf5ef)
}

.omt-logo-carousel:after {
    right: 0;
    background: linear-gradient(to right, rgba(251, 245, 239, 0), #fbf5ef);
}

.omt-logo-carousel:hover .logo-track {
    animation-play-state: paused;
}

.omt-logo-carousel .logo-track {
    animation: 35s slide infinite linear;
}

.omt-logo-carousel .logo-track .logo-item {
    display: inline-block;
    width: 275px;
    height: 125px;
    border-radius: 30px;
    border: 1px #CDCDCD solid;
    background: white;
    padding: 40px;
    margin: 0 20px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
}

.omt-logo-carousel .logo-track .logo-item.bigger img {
   transform: scale(1.3);
}

.omt-logo-carousel .logo-track .logo-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media screen and (max-width: 767px) {
    .omt-logo-carousel .logo-track .logo-item.bigger img {
        transform: scale(1.1);
    }
    .omt-logo-carousel:before,
    .omt-logo-carousel:after {
        width: 100px;
    }
    .omt-logo-carousel .logo-track .logo-item {
        width: 200px;
        height: 100px;
        padding: 15px;
        margin: 0 10px;
    }
}

.benefit-cta {
    margin-top: auto;
}

.omt-circle-wrapper {
    position: relative;
}

.omt-circle-img {
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden;
}

.omt-circle-img img {
    width: 100% !important;
    height: 100% !important;
}

.omt-circle {
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    font-size: 18px;
    border: 10px white solid;
}

.omt-circle.green {
    right: 0;
    top: 0;
    width: 180px;
    height: 180px;
    background: #00A370;
    color: white;
}

.omt-circle.light {
    right: 0;
    bottom: 0;
    width: 160px;
    height: 160px;
    background: #DCE0D9;
    color: black;
}

.omt-circle.dark {
    left: 0;
    bottom: 0;
    width: 150px;
    height: 150px;
    background: #0D2E2E;
    color: white;
}

@media screen and (max-width: 767px) {
    .omt-circle {
        font-size: 14px;
    }
    .omt-circle span {
        font-size: 21px;
    }
    .omt-circle.green {
        width: 150px;
        height: 150px;
        transform: translate(10px, -30px);
    }

    .omt-circle.light {
        width: 130px;
        height: 130px;
        transform: translate(10px, 10px);
    }

    .omt-circle.dark {
        width: 120px;
        height: 120px;
        transform: translate(-10px, 10px);
    }

    .benefits-new .nav-left {
        display: none;
    }
}

.omt-circle span {
    font-size: 24px;
}

.omt-circle .e-con-inner {
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    text-align: center;
}

/* benefits */
.benefits-new {
    position: relative;
}

.elementor-widget:has(.benefits-nav) {
    position: unset;
}

.benefits-new .nav-left {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.benefits-new .nav-right {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

/* steps */
.omt-steps-layout {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 40px;
}

.omt-steps-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.omt-steps-nav .step {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    margin-bottom: 14px;
    border: 2px solid #e5e5e5;
    border-radius: 14px;
    cursor: pointer;
    font-weight: 600;
    color: #8a8a8a;
    transition: border-color 0.2s ease, color 0.2s ease;
    width: 220px;
}

.omt-steps-nav .step span {
    font-size: 18px;
}

.omt-steps-nav .step:hover {
    border-color: #00A370;
}

.omt-steps-nav .step.is-active {
    border-color: #00A370;
    color: #00A370;
}

.elementor-shortcode:has(.omt-steps-panels) {
    display: flex;
    justify-content: center;
    gap: 20px;
}

@media screen and (max-width: 767px) {
    .elementor-shortcode:has(.omt-steps-panels) {
        flex-direction: column;
    }
    .omt-steps-nav {
        padding: 0 20px;
    }
    .omt-steps-nav .step {
        width: 100%;
    }
    .big-text {
        font-size: 16px;
    }
    .mobile-hidden {
        display: none;
    }
}

.omt-steps-panels {
    position: relative;
}

.omt-steps-panels .steps-content {
    display: none;
    background: #fbf4ed;
    border-radius: 24px;
    padding: 48px;
    height: 100%;
}

.omt-steps-panels .steps-content.is-active {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.omt-steps-panels .steps-title {
    font-size: 26px;
    margin: 0 0 20px;
    font-weight: 500;
}

.omt-steps-panels .steps-text {
    font-size: 21px;
    line-height: 1.6;
    color: #5c5c5c;
}

.omt-cta {
    margin-top: 32px;
    padding: 14px 32px;
    border-radius: 999px;
    border: none;
    background: #00A370;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    line-height: 1;
    display: table;
}

.omt-cta:hover {
    transform: scale(1.1) !important;
    color: #ffffff !important;
}

/* custom popup */
.omt-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.omt-popup {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

.omt-popup img {
    display: block;
    max-width: 100%;
    max-height: 90vh;
    border-radius: 4px;
}

.omt-close {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 50px !important;
    height: 50px !important;
    border: none;
    background: #000;
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    border-radius: 50%;
    cursor: pointer;
    padding: 0;
}

/* contact info */
.contact-icon {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.contact-icon::before {
    content: "";
    width: 32px;
    height: 32px;
    border: 1px black solid;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.contact-icon.phone::before {
    background-image: url(../svg/phone-3.svg);
}

.contact-icon.mail::before {
    background-image: url(../svg/mail-3.svg);
}
