a.f-social {
    margin-bottom: 12px;
    display: block;
}
.first-child .menu-mobile-menu-container{
    padding: 10px 0px;
    margin-bottom: 32px;
    & a{
        color: var(--wp--preset--color--cream);
        font-family: var(--wp--preset--font-family--new-word);
        font-size: clamp(1.125rem, 0.625rem + 1.25vw, 1.75rem);
        font-style: normal;
        font-weight: 900;
        line-height: 100%; /* 28px */
        text-transform: uppercase;
    }
}
.first-child .menu-mobile-menu-container .menu-item.current-menu-item > a {
    color: var(--wp--preset--color--cream);
}
.site-footer .embla {
    background: #B2CFFF;
    position: relative;
    overflow: hidden;
    width: 100%; /* Full width of the parent */
}

.site-footer .embla__viewport {
    overflow: hidden; /* Prevent content overflow */
}

.site-footer .embla__container {
    display: flex; /* Enable flexbox layout */
}

.site-footer .embla__slide {
    background-color: transparent;
    flex: 0 0 auto; /* Prevent flex items from growing/shrinking */
    display: flex; /* Enable flexbox */
    justify-content: center; /* Center content horizontally */
    align-items: center; /* Center content vertically */
    padding: 36px 15px; /* Add padding if needed */
    white-space: nowrap; /* Prevent text wrapping */
    font-size: 24px; /* Font size */
    font-weight: bold; /* Font weight */
}

.site-footer .embla__slide__number {
    height: auto;
    box-shadow: none;
    background-color: transparent;
}

.site-footer .embla__slide__number h2 {
    color: var(--wp--preset--color--dynamic-purple);
    text-align: center;
    font-family: var(--wp--preset--font-family--area);
    font-size: clamp(1.6875rem, -0.5625rem + 5.625vw, 4.5rem);
    font-style: italic;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0;
}

.site-footer .embla__slide__number h2 span {
    color: var(--wp--preset--color--dynamic-purple);
    font-family: var(--wp--preset--font-family--third-rail);
    font-size: clamp(1.6875rem, -0.5625rem + 5.625vw, 4.5rem);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding-left: 5px;
}

.site-footer .container {
    background: #9A99FF;
}

.site-footer .footer-row {
    background: #9A99FF;
    padding: 43px 0px 36px 0;
}

 

.site-footer .footer-row .container .first-child {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 76px;
    @media screen and (max-width: 768px) {
        grid-template-columns: 1fr;
    }
}
.footer-contact{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    justify-content: space-between;
    border-top: 1px solid #fbf9f214;
    padding-top: 15px;
    & div:nth-child(1){
        /* border-right: 1px solid  var(--wp--preset--color--cream); */
    }
    & div:nth-child(2){
        align-items: flex-end;
    }
    & div{
        display: flex;
        flex-direction: column;
        & a{
            display: flex;
            padding-right: 10px;
            line-height: 100%;
            gap: 10px;
            color: var(--wp--preset--color--cream);
            font-family:var(--wp--preset--font-family--area);
            font-size: 15px;
            font-style: normal;
            font-weight: 400;            
            text-decoration: none;
            padding-bottom: 12px;     
            border-right: 1px solid  #fbf9f214;  
         }

    }
}

@media screen and (max-width: 640px) {
    .site-footer .footer-row .container .first-child {
        flex-direction: column;
        gap: 20px;
    }
}

  

.site-footer .footer-row .container .first-child .footer-logo {
    max-width: fit-content;
}
 
.site-footer .footer-row .container .second-child {
    display: flex;
    gap: 10px;
    position: relative;    
    justify-items: end;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 150px;
    @media screen and (max-width: 768px){
        display: grid;
        grid-template-columns: auto auto;
        justify-content: space-between;
        justify-items: unset;
        gap: 20px;
        margin-top: 32px;
    }
    & a{
        color: #FBF9F2;
        font-family: var(--wp--preset--font-family--area);
        font-size: 10px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%; /* 15px */
        text-transform: uppercase;
        text-decoration: none;
    }
}

.site-footer .footer-row .container .second-child .abs-logo {
    position: absolute;
    left: 0;
    top: -43px;
    pointer-events: none;
}

@media screen and (max-width: 640px) {
    .site-footer .footer-row .container .second-child .abs-logo {
        width: 100%;
    }
}

.site-footer .footer-row .container .second-child p {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 0;
}

.site-footer .footer-row .container .second-child p img {
    margin-top: -2px;
}

.site-footer .footer-row .container .second-child p.copyright {
    color: #FBF9F2;
    font-family: var(--wp--preset--font-family--area);
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.site-footer .footer-row .container .second-child p.website {
    color: #B2CFFF;
    font-family: var(--wp--preset--font-family--area);
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
