.elementor-6441 .elementor-element.elementor-element-d49c65b{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-68bd735 *//* =========================
   RESET
========================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #f3f3f3;
}


/* =========================
   FOOTER OUTER SECTION
========================= */

.yn-footer-section {
    width: 100%;
    background: #f3f3f3;

    padding:
        16px
        30px
        28px;
}


/* =========================
   BLACK FOOTER
========================= */

.yn-footer {
    width: 100%;

    min-height: 561px;

    background: #000000;

    border-radius: 22px;

    position: relative;

    overflow: hidden;
}


/* =========================
   INNER CONTAINER
========================= */

.yn-footer-inner {
    width: calc(100% - 80px);

    max-width: 1350px;

    margin: 0 auto;

    padding-top: 112px;
}


/* =========================
   HEADING
========================= */

.yn-footer-heading-row {
    display: flex;

    align-items: center;

    position: relative;
}


.yn-footer-heading {
    margin: 0;

    color: #ffffff;

    font-size: 56px;

    line-height: 1.08;

    letter-spacing: -2.8px;

    font-weight: 400;
}


.yn-footer-heading span {
    color: #686868;
}


/* =========================
   AVATAR / EMOJI
========================= */

.yn-footer-avatar {
    font-size: 54px;

    line-height: 1;

    margin-left: 10px;

    margin-top: 7px;

    white-space: nowrap;
}


/* =========================
   MAIN GRID
========================= */

.yn-footer-main {
    display: grid;

    grid-template-columns:
        260px
        230px
        minmax(400px, 1fr);

    column-gap: 92px;

    align-items: start;

    margin-top: 58px;
}


/* =========================
   LOCATION / CONTACT
========================= */

.yn-footer-column h4 {
    color: #ffffff;

    font-size: 22px;

    line-height: 1;

    font-weight: 500;

    letter-spacing: -0.7px;

    margin-bottom: 27px;
}


.yn-footer-column p {
    color: #909090;

    font-size: 16px;

    line-height: 1.5;

    margin-bottom: 6px;

    font-weight: 400;
}


.yn-footer-column a {
    color: #909090;

    text-decoration: none;

    transition: color 0.25s ease;
}


.yn-footer-column a:hover {
    color: #ffffff;
}


/* =========================
   RIGHT AREA
========================= */

.yn-footer-newsletter {
    width: 100%;

    margin-top: -95px;
}


/* =========================
   SOCIAL ICONS
========================= */

.yn-social-icons {
    display: flex;

    align-items: center;

    justify-content: flex-end;

    gap: 18px;

    margin-bottom: 57px;
}


.yn-social-icons a {
    width: 42px;

    height: 42px;

    border-radius: 50%;

    border: 1px solid #292929;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #ffffff;

    font-size: 14px;

    text-decoration: none;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        border 0.3s ease,
        transform 0.3s ease;
}


.yn-social-icons a:hover {
    background: #ffffff;

    border-color: #ffffff;

    color: #000000;

    transform: translateY(-2px);
}


/* =========================
   EMAIL FORM
========================= */

.yn-email-form {
    width: 100%;

    height: 42px;

    border-bottom: 1px solid #303030;

    display: flex;

    align-items: center;
}


.yn-email-form input {
    flex: 1;

    width: 100%;

    background: transparent;

    border: none;

    outline: none;

    color: #ffffff;

    font-family: inherit;

    font-size: 14px;

    padding: 0 10px 12px 0;
}


.yn-email-form input::placeholder {
    color: #9b9b9b;

    opacity: 1;
}


.yn-email-form button {
    width: 40px;

    height: 40px;

    display: flex;

    justify-content: flex-end;

    align-items: center;

    padding-bottom: 10px;

    border: none;

    outline: none;

    background: transparent;

    color: #ffffff;

    font-size: 17px;

    cursor: pointer;

    transition: transform 0.3s ease;
}


.yn-email-form button:hover {
    transform: translateX(4px);
}


/* =========================
   FOOTER BOTTOM
========================= */

.yn-footer-bottom {
    width: 100%;

    border-top: 1px solid #2e2e2e;

    margin-top: 74px;

    padding-top: 35px;

    display: flex;

    align-items: center;

    justify-content: space-between;
}


.yn-footer-copyright {
    color: #c9c9c9;

    font-size: 15px;
}


.yn-footer-copyright strong {
    color: #ffffff;

    font-weight: 600;
}


.yn-scroll-text {
    color: #ffffff;

    font-size: 14px;

    text-decoration: none;

    transition: opacity 0.3s ease;
}


.yn-scroll-text:hover {
    opacity: 0.65;
}


/* =========================
   ROUND SCROLL BUTTON
========================= */

.yn-scroll-button {
    position: absolute;

    right: 20px;

    bottom: 19px;

    width: 45px;

    height: 45px;

    border-radius: 50%;

    background: #ffffff;

    color: #000000;

    display: flex;

    justify-content: center;

    align-items: center;

    text-decoration: none;

    font-size: 13px;

    z-index: 10;

    transition:
        transform 0.3s ease,
        background 0.3s ease;
}


.yn-scroll-button:hover {
    transform: translateY(-4px);

    background: #e9e9e9;
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 1200px) {

    .yn-footer-inner {
        width: calc(100% - 100px);
    }

    .yn-footer-heading {
        font-size: 48px;
    }

    .yn-footer-main {
        grid-template-columns:
            190px
            190px
            minmax(300px, 1fr);

        column-gap: 45px;
    }

}


/* ==================================================
   TABLET / SMALL LAPTOP
================================================== */

@media (max-width: 991px) {

    .yn-footer-section {
        padding: 15px;
    }

    .yn-footer {
        min-height: auto;
    }

    .yn-footer-inner {
        width: calc(100% - 70px);

        padding:
            75px
            0
            80px;
    }

    .yn-footer-heading {
        font-size: 44px;
    }

    .yn-footer-avatar {
        font-size: 44px;
    }

    .yn-footer-main {
        grid-template-columns: 1fr 1fr;

        gap: 55px 40px;
    }

    .yn-footer-newsletter {
        grid-column: 1 / -1;

        margin-top: 0;
    }

    .yn-social-icons {
        justify-content: flex-start;

        margin-bottom: 35px;
    }

    .yn-footer-bottom {
        margin-top: 60px;
    }

}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 767px) {

    .yn-footer-section {
        padding: 10px;
    }

    .yn-footer {
        border-radius: 18px;
    }

    .yn-footer-inner {
        width: calc(100% - 40px);

        padding:
            55px
            0
            75px;
    }


    /* HEADING */

    .yn-footer-heading-row {
        display: block;
    }

    .yn-footer-heading {
        font-size: clamp(36px, 10vw, 48px);

        line-height: 1.05;

        letter-spacing: -2px;
    }

    .yn-footer-heading br {
        display: none;
    }


    .yn-footer-avatar {
        display: inline-block;

        margin:
            20px
            0
            0;

        font-size: 46px;
    }


    /* CONTENT */

    .yn-footer-main {
        display: grid;

        grid-template-columns: 1fr;

        gap: 42px;

        margin-top: 55px;
    }


    .yn-footer-column h4 {
        margin-bottom: 18px;
    }


    .yn-footer-newsletter {
        grid-column: auto;

        margin-top: 5px;
    }


    /* SOCIAL */

    .yn-social-icons {
        justify-content: flex-start;

        gap: 12px;

        margin-bottom: 32px;
    }


    /* BOTTOM */

    .yn-footer-bottom {
        flex-direction: column;

        align-items: flex-start;

        gap: 20px;

        margin-top: 55px;

        padding-top: 28px;
    }


    .yn-scroll-text {
        display: none;
    }


    .yn-scroll-button {
        right: 15px;

        bottom: 15px;

        width: 42px;

        height: 42px;
    }

}


/* ==================================================
   EXTRA SMALL MOBILE
================================================== */

@media (max-width: 420px) {

    .yn-footer-inner {
        width: calc(100% - 30px);
    }

    .yn-footer-heading {
        font-size: 37px;
    }

    .yn-footer-column p {
        font-size: 15px;
    }

}
.yn-footer-avatar {
    margin-left: 18px;
    margin-top: 5px;
    display: flex;
    align-items: center;
}

.yn-footer-avatar img {
    width: 85px;
    height: 85px;
    object-fit: contain;
    display: block;
}/* End custom CSS */