.elementor-kit-8{--e-global-color-primary:#31A898;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#31A898;--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;}.elementor-kit-8 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 *//* 1. Form Container */
.elementor-kit-8 .elementor-form {
    background: #ffffff;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid #f0f0f0;
}

/* 2. All Input Fields (Name, Email, Phone, Country, Message) */
.elementor-kit-8 .elementor-field-group .elementor-field {
    background-color: #fcfcfc;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    padding: 14px 18px;
    font-size: 15px;
    color: #333;
    transition: all 0.3s ease-in-out;
}

/* 3. Focus State - Blue highlight on click */
.elementor-kit-8 .elementor-field-group .elementor-field:focus {
    background-color: #ffffff;
    border-color: #31A898; 
    box-shadow: 0 0 0 4px rgba(49, 168, 152, 0.1);
    outline: none;
}

/* 4. Labels Styling */
.elementor-kit-8 .elementor-field-group label {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 10px;
    font-size: 14px;
    display: block;
}

/* 5. Country Dropdown Styling */
.elementor-kit-8 select.elementor-field {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 40px;
    -webkit-appearance: none;
    appearance: none;
}

/* 6. Submit Button - Custom Color #31A898 */
.elementor-kit-8 .elementor-button {
    border-radius: 6px;
    padding: 16px 20px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.4s ease;
    border: none;
    margin-top: 10px;
    width: 100%;
    cursor: pointer;
}


/* 8. Spacing */
.elementor-kit-8 .elementor-field-group {
    margin-bottom: 20px;
}/* End custom CSS */