.elementor-kit-17529{--e-global-typography-primary-font-family:"Ubuntu";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-17529 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);}.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-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 *//* === TYPOGRAPHY === */
body {
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #4d4d4d;
    background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Ubuntu', sans-serif;
    text-transform: none;
    color: #000000;
}

/* Target all h2 elements globally */
h2 {
    font-size: clamp(22px, 4vw, 36px);
}

/* Optional: also refine h1, h3, etc. for mobile balance */
h1 {
    font-size: clamp(28px, 5vw, 48px);
}
h3 {
    font-size: clamp(20px, 3.5vw, 28px);
}

.post-title,
.elementor-post__title {
    text-transform: none;
}

@media (orientation: landscape) {
    .elementor-heading-title {
        font-size: clamp(32px, 5vw, 56px);
    }
}
@media (orientation: portrait) {
    .elementor-heading-title {
        font-size: clamp(32px, 5vw, 56px);
    }
}

/* === GLOBAL LINK STYLING === */
a,
a:visited {
    color: #ff6600 !important;
    text-decoration: none;
}
a:hover {
    color: #2dcaff !important;
    text-decoration: underline;
}

/* === BUTTONS (ORANGE WITH CYAN HOVER) === */
.elementor-button,
button,
input[type="submit"],
.btn,
.wpcf7-form-control.wpcf7-submit {
    background-color: #ff6600 !important;
    color: #ffffff !important;
    border: none;
    border-radius: 50px;
    padding: 12px 28px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.elementor-button:hover,
button:hover,
input[type="submit"]:hover,
.btn:hover {
    background-color: #2dcaff !important;
    color: #ffffff !important;
    transform: translateY(-1px);
}

/* === SECTION SPACING === */
.elementor-section {
    padding: 60px 0;
}

/* === FORM STYLING (MAILCHIMP OR CF7) === */
#mailchimp input {
    border: none;
    color: #808080;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    padding: 8px 10px;
    width: 200px;
    height: 30px;
    border-radius: 2px;
}
#mailchimp input[type="submit"] {
    background: #777;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    font-size: 13px;
    width: 25%;
    padding: 8px 0;
    border-radius: 50px;
    cursor: pointer;
}
#mailchimp input[type="submit"]:hover {
    color: #F2C94C;
}

/* === CAPTIONS & EXPANDABLE ELEMENTS === */
.es-caption {
    text-align: center;
    font-size: 15px;
    font-style: italic;
    font-weight: 300;
    color: #707070;
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
    padding-bottom: 16px;
}
.es-collapse-title {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Ubuntu', sans-serif;
    color: #707070;
}

/* === OPTIONAL: HIDE RECAPTCHA BADGE === */
.grecaptcha-badge {
    display: none;
}

.single-post header,
.single-post .site-header {
    display: none;
}/* End custom CSS */