.elementor-kit-525{--e-global-color-primary:#00979D;--e-global-color-secondary:#051922;--e-global-color-text:#354B57;--e-global-color-accent:#CEA47E;--e-global-color-ba0a8ec:#354B57;--e-global-color-3568101:#051922;--e-global-color-b5ee4da:#00979D;--e-global-color-46cefda:#CEA47E;--e-global-color-2e361f0:#F1EFEA;--e-global-typography-primary-font-family:"Roboto";--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;--e-global-typography-7b30a62-font-family:"Inter";--e-global-typography-7b30a62-font-size:32px;--e-global-typography-7b30a62-font-weight:600;--e-global-typography-7b30a62-letter-spacing:-0.3px;--e-global-typography-e03fe10-font-family:"Plus Jakarta Sans";--e-global-typography-e03fe10-font-size:15px;--e-global-typography-e03fe10-font-weight:400;--e-global-typography-4a2d68a-font-family:"Inter";--e-global-typography-4a2d68a-font-size:18px;--e-global-typography-4a2d68a-font-weight:600;--e-global-typography-2d2d5ee-font-family:"Plus Jakarta Sans";--e-global-typography-2d2d5ee-font-size:24px;--e-global-typography-2d2d5ee-font-weight:700;--e-global-typography-2d2d5ee-font-style:normal;--e-global-typography-2d2d5ee-text-decoration:none;--e-global-typography-2d2d5ee-line-height:1.1em;--e-global-typography-2d2d5ee-letter-spacing:0px;--e-global-typography-3af9c44-font-family:"Plus Jakarta Sans";--e-global-typography-3af9c44-font-size:48px;--e-global-typography-3af9c44-font-weight:500;--e-global-typography-3af9c44-text-transform:none;--e-global-typography-3af9c44-font-style:normal;--e-global-typography-3af9c44-text-decoration:none;--e-global-typography-3af9c44-line-height:1.1em;--e-global-typography-3af9c44-letter-spacing:0px;--e-global-typography-3af9c44-word-spacing:0em;--e-global-typography-5954b4d-font-family:"Plus Jakarta Sans";--e-global-typography-5954b4d-font-size:24px;--e-global-typography-5954b4d-font-weight:600;--e-global-typography-5954b4d-font-style:normal;--e-global-typography-5954b4d-text-decoration:none;--e-global-typography-5954b4d-line-height:1.1em;--e-global-typography-5954b4d-letter-spacing:0px;--e-global-typography-743d635-font-family:"Plus Jakarta Sans";--e-global-typography-743d635-font-size:16px;--e-global-typography-743d635-font-weight:400;--e-global-typography-743d635-text-transform:none;--e-global-typography-743d635-font-style:normal;--e-global-typography-743d635-text-decoration:none;--e-global-typography-743d635-line-height:1.7em;--e-global-typography-743d635-letter-spacing:0.1px;--e-global-typography-743d635-word-spacing:0em;--e-global-typography-8b694f5-font-family:"Plus Jakarta Sans";--e-global-typography-8b694f5-font-size:18px;--e-global-typography-8b694f5-font-weight:500;--e-global-typography-8b694f5-letter-spacing:0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-525 e-page-transition{background-color:#FFBC7D;}.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-525{--e-global-typography-2d2d5ee-font-size:20px;--e-global-typography-3af9c44-font-size:50px;--e-global-typography-5954b4d-font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-525{--e-global-typography-3af9c44-font-size:30px;--e-global-typography-3af9c44-line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ========== INPUT, TEXTAREA, SELECT STYLING ========== */
input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea,
select,
.woocommerce .variations select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    width: 100%;
    display: flex;
    align-items: center;
    padding: var(--spacing-md, 8px) var(--spacing-lg, 12px);
    gap: var(--spacing-md, 8px);
    align-self: stretch;

    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    color: #333;

    border-radius: var(--radius-2xl, 16px);
    border: 1px solid var(--Colors-Border-border-primary, #A8B1AF);
    background: var(--Colors-Background-bg-primary, #FFF);
    box-shadow: 0px 1px 2px 0px var(--Colors-Effects-Shadows-shadow-xs, rgba(10, 13, 18, 0.05));

    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

/* ========== DROPDOWN ARROW ICON FOR SELECTS ========== */
select,
.woocommerce .variations select {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22292%22%20height%3D%22192%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M287%2069.4L166.5%20190.3c-7.5%207.5-19.8%207.5-27.3%200L5%2069.4C-4.3%2060-1.3%2044.6%2010.6%2044.6h270.9c11.9%200%2014.9%2015.4%205.5%2024.8z%22%20fill%3D%22%23999%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px;
}

/* ========== FOCUS STATE ========== */
input:focus,
textarea:focus,
select:focus {
    border-color: #D4AF37; /* classic gold */
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.3);
    outline: none;
}

/* ========== PLACEHOLDER TEXT ========== */
input::placeholder,
textarea::placeholder {
    color: #999;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

/* ========== LABEL STYLING & SPACING ========== */
label {
    display: block !important;
    margin-bottom: 8px !important;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #333;
}

/* ========== FORCE STACKING IN ELEMENTOR + WOOCOMMERCE ========== */
.woocommerce form .form-row,
.elementor-form .elementor-field-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* ========== SPACING BETWEEN FIELDS ========== */
input,
textarea,
select {
    margin-bottom: 16px;
}/* End custom CSS */