.elementor-kit-10{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#354A3C;--e-global-color-text:#000000;--e-global-color-accent:#999269;--e-global-typography-primary-font-family:"Playfair Host";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Playfair Host";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* 1. Reset dasar untuk body dan html */
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* Mencegah scroll horizontal */
    width: 100%;
}

/* 2. Container global dengan padding dan margin yang konsisten */
.global-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* 3. Gaya untuk judul normal h1 hingga h6 */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    margin: 0 0 15px 0;
    line-height: 1.3;
    font-weight: 700;
    color: #333;
}

h1 { font-size: 64px; }
h2 { font-size: 36px; }
h3 { font-size: 30px; }
h4 { font-size: 24px; }
h5 { font-size: 20px; }
h6 { font-size: 18px; }

/* 4. Judul dengan gradien teks */
.gradient-text {
    background: linear-gradient(90deg, #999269 0%, #354A3C 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

/* 5. Gaya untuk paragraf */
p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 20px 0;
    color: #555;
}

/* Tambahan: Gaya dasar untuk seluruh website */
* {
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #333;
    line-height: 1.6;
}

/* Responsivitas untuk container */
@media (max-width: 768px) {
    .global-container {
        padding: 0 15px;
    }
    
    h1 { font-size: 32px; }
    h2 { font-size: 28px; }
    h3 { font-size: 24px; }
    h4 { font-size: 20px; }
    h5 { font-size: 18px; }
    h6 { font-size: 16px; }
    
    p {
        font-size: 14px;
    }
}

/* Untuk memastikan gambar responsive */
img {
    max-width: 100%;
    height: auto;
}

/* Menghilangkan padding/margin default Elementor jika perlu */
.elementor-section.elementor-section-boxed > .elementor-container {
    padding: 0;
}

/* Style untuk link dasar */
a {
    color: #354A3C;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #999269;
}

.spanteks{
    color: #FFF;
text-shadow: 0 12px 64px rgba(0, 0, 0, 0.80);
font-family: "Playfair Display";
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.buttonvar{
    border-radius: 120px;
background: var(--Linar-02, linear-gradient(90deg, #999269 0%, #354A3C 100%));
}/* End custom CSS */