.carousel_content.img_caro {
    background-image: linear-gradient(180deg, #5d6868 1%, #a9adac 100%) !important;
}

.et_pb_button_17,
.et_pb_button_26,
.et_pb_button_27,
.et_pb_button_14
{
    background-image: linear-gradient(165deg, var(--color-gradient-start) 0%, var(--color-gradient-middle) 50%, var(--color-gradient-end) 100%)!important;
    border-color: var(--color-accent)!important;
}

.et_pb_row_3, .et_pb_row_13
{
    filter: sepia(100%) saturate(500%) hue-rotate(180deg) brightness(0.9) contrast(1.1);
}

div.et_pb_module.et_pb_text.et_pb_text_38.et_pb_text_align_left.et_pb_bg_layout_light > div > h2
{
    color: transparent;
}

.et_pb_text_14 h2, .et_pb_text_6 h2, .et_pb_text_22 h2, .et_pb_text_27 h2
{
    font-weight: 800;
    text-transform: uppercase;
    font-size: 32px;
    color: var(--color-gradient-middle)!important;
    text-align: center;
    text-shadow: 0em 0em 0.3em var(--color-accent)!important;
}

.responsive-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 1rem;
    margin-bottom: 0.5rem;
}

.footer-left,
.footer-right {
    color: var(--color-on-primary);
}

/* Stack items vertically on small screens */
@media (max-width: 768px) {
    .responsive-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-left,
    .footer-right {
        width: 100%;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0.95)
    }

    50% {
        transform: scale(1)
    }

    100% {
        transform: scale(0.95)
    }
}

.pulse {
    animation-name: pulse;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite
}

@keyframes pulse-max {
    0% {
        transform: scale(0.9)
    }

    50% {
        transform: scale(1.4)
    }

    100% {
        transform: scale(0.9)
    }
}

.pulse-max {
    animation-name: pulse;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite
}

.image-style1 {
    border-radius: 50% / 30%;
    overflow: hidden;
    border: 5px solid var(--color-gradient-start);
}

.image-style1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;          /* makes image fill oval without distortion */
    display: block;
    border: 5px solid #ffffff;
    border-radius: 50% / 30%;
}

.et_pb_module.et_pb_image.et_pb_image_1 span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wp-image-17 {
    width: 22rem !important;
    padding: 1rem;
    margin: 0 auto;
    right: 0.8rem;
}

.image-style1 img {
    padding: 0.7rem;
}

/*div.et_pb_section.et_pb_section_1 {*/
/*    background-size: 20rem auto;*/
/*    background-position: right 5rem top 5rem;*/
/*    background-image: url("./images/photo1.png?v=1.1") !important;*/
/*}*/

div.et_pb_section.et_pb_section_1 {
    position: relative;
    z-index: 1;
    /*background: transparent !important; !* clear existing background *!*/
}

div.et_pb_section.et_pb_section_1::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("./images/photo1.png?v=1.1");
    background-size: 20rem auto;
    background-position: right 5rem top 5rem;
    background-repeat: no-repeat;
    opacity: 0.5; /* 🔸 true 50% transparency */
    z-index: -1;
    pointer-events: none;
}

@media only screen and (max-width: 767px) {
    div.et_pb_section.et_pb_section_1,
    div.et_pb_section.et_pb_section_1::before {
        background-image: none !important;
    }

    .et_pb_image_2 {
        width: 100% !important;
        padding: 1rem;
    }

    .et_pb_button_2_wrapper {
        left: auto!important;
        right: auto!important;
        justify-content: center;
        display: flex;
        align-items: center;
    }
}
