.elementor-kit-5{--e-global-color-primary:#3B2A21;--e-global-color-secondary:#6B4F3A;--e-global-color-text:#1F1F1F;--e-global-color-accent:#E67E22;--e-global-color-04c7c11:#F6F3EE;--e-global-color-a1b7acd:#D6CEC2;--e-global-color-634f057:#5C5C5C;--e-global-color-bbb2d18:#F3A35C;--e-global-color-834129c:#CFC2AF;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Playfair Display";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:24px;--e-global-typography-text-letter-spacing:0px;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:600;color:var( --e-global-color-primary );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:#E67E22;font-family:"Inter", Sans-serif;font-weight:600;color:#FFFFFF;border-radius:4px 4px 4px 4px;padding:12px 28px 12px 28px;}.elementor-kit-5 button:hover,.elementor-kit-5 button:focus,.elementor-kit-5 input[type="button"]:hover,.elementor-kit-5 input[type="button"]:focus,.elementor-kit-5 input[type="submit"]:hover,.elementor-kit-5 input[type="submit"]:focus,.elementor-kit-5 .elementor-button:hover,.elementor-kit-5 .elementor-button:focus{background-color:#F3A35C;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:var( --e-global-color-accent );}.elementor-kit-5 a:hover{color:var( --e-global-color-secondary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-5{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* --- 1. GLOBAL VARIABLES (Easy Changes) --- */
:root {
    --primary-orange: #E67E22;
    --walnut-brown: #3B2A21;
    --linen-white: #F6F3EE;
    --text-dark: #1F1F1F;
    --text-gray: #5C5C5C;
    --transition-smooth: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

/* --- 2. SECTION & SPACING CONSISTENCY --- */
.global-section {
    padding: 100px 5% !important; /* Desktop: Top/Bottom 100px, Sides 5% */
}

@media (max-width: 1024px) {
    .global-section { padding: 80px 4% !important; }
}

@media (max-width: 767px) {
    .global-section { 
        padding: 60px 20px !important; 
        text-align: center !important; 
    }
}

/* --- 3. TYPOGRAPHY HIERARCHY --- */
.global-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 48px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    color: var(--text-dark) !important;
    margin-bottom: 25px !important;
}

.global-body {
    font-family: 'Inter', sans-serif !important;
    font-size: 18px !important;
    line-height: 1.6 !important;
    color: var(--text-gray) !important;
}

@media (max-width: 767px) {
    .global-title { font-size: 32px !important; }
    .global-body { font-size: 16px !important; }
}

/* --- 4. IMAGE HOVER EFFECTS (The Premium Zoom) --- */
.smooth-hover-img {
    overflow: hidden !important;
    transition: var(--transition-smooth) !important;
}

.smooth-hover-img img {
    transition: var(--transition-smooth) !important;
}

.smooth-hover-img:hover img {
    transform: scale(1.1) !important;
    filter: brightness(1.05) !important;
}

/* --- 5. BUTTON TRANSITIONS --- */
.global-btn .elementor-button,
.global-btn a {
    transition: var(--transition-smooth) !important;
    overflow: hidden !important;
    position: relative !important;
}

.global-btn .elementor-button:hover {
    background-color: var(--primary-orange) !important; /* Brown se Orange transition */
    transform: translateY(-3px) !important; /* Halka sa lift up */
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}

/* --- 6. GLOBAL MARGINS (For Widgets) --- */
.m-bottom-sm { margin-bottom: 15px !important; }
.m-bottom-md { margin-bottom: 30px !important; }
.m-bottom-lg { margin-bottom: 50px !important; }/* End custom CSS */