@font-face {
    font-family: "Sorts Mill Goudy";
    src: url('https://www.ubudbeautycentre.com/wp-content/uploads/2025/01/SortsMillGoudy-Regular.ttf');
    font-display: swap;
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #424242;
}

a {
    text-decoration: none;
    color: inherit;
}

.bg-theme {
    background-color: #CDAE9C;
}

.bg-white-theme {
    background-color: #F8F8F8;
}

.bg-black-theme {
    background-color: #0D0D0D;
}

.fullview {
    height: 50vh;
}

@media(min-width: 768px) {
    .position-lg-absolute {
        position: absolute!important;
    }
}

@media(min-width: 768px) {
    .fullview-lg {
        height: 100vh;
    }
}
.object-cover {
    object-fit: cover;
}

.py-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.px-90 {
    padding-right: 90px;
    padding-left: 90px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-120 {
    padding-bottom: 120px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-120 {
    margin-top: 120px;
}
.mt-240 {
    margin-top: 240px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-120 {
    margin-bottom: 120px;
}

@media(min-width: 768px) {
    .py-lg-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    
    .py-lg-20 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .py-lg-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .px-lg-90 {
        padding-right: 90px;
        padding-left: 90px;
    }
    .pb-lg-120 {
        padding-bottom: 120px;
    }
    .mt-lg-60 {
        margin-top: 60px;
    }
    .mt-lg-120 {
        margin-top: 120px;
    }
    .mt-lg-240 {
        margin-top: 240px;
    }
    .mb-lg-20 {
        margin-bottom: 20px;
    }
    .mb-lg-30 {
        margin-bottom: 30px;
    }
    .mb-lg-60 {
        margin-bottom: 60px;
    }
    .mb-lg-100 {
        margin-bottom: 100px!important;
    }
    .mb-lg-120 {
        margin-bottom: 120px;
    }
    
    .mb-lg-110 {
        margin-bottom: 110px;
    }
    
    .mb-lg-120 {
        margin-bottom: 120px;
    }
}

.gx-30 {
    --bs-gutter-x: 30px!important;
}

.gx-section {
    --bs-gutter-x: 90px!important;
}
.gx-120 {
    --bs-gutter-x: 120px!important;
}
.gy-section {
    --bs-gutter-y: 90px!important;
}
.g-section {
    --bs-gutter-x: 90px!important;
    --bs-gutter-y: 90px!important;
}

@media(min-width: 768px) {
    .gx-lg-30 {
        --bs-gutter-x: 30px!important;
    }
    .gx-lg-120 {
        --bs-gutter-x: 120px!important;
    }
    .gx-lg-section {
        --bs-gutter-x: 90px!important;
    }
    .gy-lg-section {
        --bs-gutter-y: 90px!important;
    }
    .g-lg-section {
        --bs-gutter-x: 90px!important;
        --bs-gutter-y: 90px!important;
    }
}

.text-white-theme, .text-white {
    color: #F8F8F8!important;
}
.text-black, .text-black-theme {
    color: #424242!important;
}
.font-theme {
    font-family: "Sorts Mill Goudy";
}

.fw-300 {
    font-weight: 300!important;
}
.fw-400 {
    font-weight: 400!important;
}
.fw-500 {
    font-weight: 500!important;
}
.fw-600 {
    font-weight: 600!important;
}
.fw-700 {
    font-weight: 700!important;
}



.fs-h1 {
    font-size: 48px!important;
}
.lh-h1 {
    line-height: 68px!important;
}
.fs-h2 {
    font-size: 38px!important;
}
.lh-h2 {
    line-height: auto;
}
.fs-p1 {
    font-size: 24px!important;
}
.lh-p1 {
    line-height: 42px!important;
}
.fs-p2 {
    font-size: 18px!important;
}
.fs-p3 {
    font-size: 14px!important;
}
.lh-p2 {
    line-height: 32px!important;
}

@media(min-width: 768px) {
    .fs-lg-h1 {
        font-size: 48px!important;
    }
    .lh-lg-h1 {
        line-height: 68px!important;
    }
    .fs-lg-h2 {
        font-size: 38px!important;
    }
    .lh-lg-h2 {
        line-height: auto;
    }
    .fs-lg-p1 {
        font-size: 24px!important;
    }
    .lh-lg-p1 {
        line-height: 42px!important;
    }
    .fs-lg-p2 {
        font-size: 18px!important;
    }
    .fs-lg-p3 {
        font-size: 14px!important;
    }
    .lh-lg-p2 {
        line-height: 32px!important;
    }
}
@media(max-width: 767px) {
    .fs-lg-h1 {
        font-size: 35px!important;
    }
    .lh-lg-h1 {
        line-height: 55px!important;
    }
    .fs-lg-h2 {
        font-size: 28px!important;
    }
    .lh-lg-h2 {
        line-height: auto;
    }
    .fs-lg-p1 {
        font-size: 20px!important;
    }
    .lh-lg-p1 {
        line-height: 35px!important;
    }
    .fs-lg-p2 {
        font-size: 18px!important;
    }
    .fs-lg-p3 {
        font-size: 14px!important;
    }
    .lh-lg-p2 {
        line-height: 28px!important;
    }
}

#nav-mobile .outer-wrapper {
    transform: translateX(105%);
    transition: .45s all ease;
}

#nav-mobile.active .outer-wrapper {
    transform: translateX(0)!important;
}

#nav-mobile {
    transition: .45s all ease;
    background: rgba(0,0,0,0);
    pointer-events: none;
}

#nav-mobile.active {
    background: rgba(0,0,0,.5);
    pointer-events: unset!important;
}
@media(min-width: 768px) {
    #header {
        margin-bottom: 120px;
    }
}

.photo-dummy {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #D9D9D9;
}
@media(min-width: 768px) {
    .logo {
        position: relative;
        padding-bottom: 34px;
        margin-bottom: 24px;
    }
}
@media(max-width: 768px) {
    #header {
        padding-top: 60px;
    }
}
@media(min-width: 768px) {
    .logo::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        right: 50%;
        background-color: #424242;
        height: 0.5px;
        transition: .8s all ease;
    }
    .logo.image::before {
        background-color: #fff;
    }
    .logo.loaded::before {
        left: 0;
        right: 0;
    }
    /* .logo {
        border-bottom: .5px solid #FFF8ED;
    } */
}
.link-wrapper:not(:last-child) {
    margin-right: 62px;
}

@media(max-width: 768px) {
    .hamburger-wrapper {
        border-radius: 50%;
        padding: 8px;
        border: 1px solid #000;
    }
    .hamburger {
        width: 12px;
        height: 1px;
        background-color: #000;
    }
    .hamburger:not(:last-child) {
        margin-bottom: 4px;
    }
}
.archive-page {
    padding: 60px 20px;
    background: #faf9f7;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.archive-header {
    text-align: center;
    margin-bottom: 50px;
}

.archive-title {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 10px;
}

.archive-description {
    color: #777;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
}

.blog-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.blog-thumb img {
    width: 100%;
    height: auto;
    display: block;
}

.blog-content {
    padding: 25px;
}

.blog-title {
    font-size: 20px;
    margin-bottom: 10px;
}

.blog-title a {
    text-decoration: none;
    color: #222;
}

.blog-meta {
    font-size: 13px;
    color: #999;
    margin-bottom: 15px;
}

.blog-excerpt {
    color: #555;
    line-height: 1.6;
}

.read-more {
    display: inline-block;
    margin-top: 15px;
    font-weight: 600;
    color: #c8a96a;
    text-decoration: none;
}