/*
 * CSS khusus Contact Page - Enhanced Mobile Responsive
 * Semua style .contact-*, .form-*, .submit-btn, .office-*, dsb
 */

 header{
    background: #F8FAFC;
}

.hero-section {
    text-align: center;
    margin-bottom: 4rem;
}

.hero-contact {
    font-size: 3.5rem;
    font-weight: bold;
    color: #1a1a1a;
    margin-bottom: 1rem;
    background: #1a1a1a;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: "Montserrat", sans-serif;
}

.hero-subtitle {
    font-size: 1.2rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto 2rem;
}

.contact-grid {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    align-items: center;
}

/* Contact Info Grid - Desktop Layout */
.contact-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin: 60px 0;
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* Contact Map Styles */
.contact-map {
    position: relative;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    background: none;
    padding: 0;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    border: none;
    filter: grayscale(30%);
    transition: filter 0.3s ease;
}

.contact-map:hover iframe {
    filter: grayscale(0%);
}

/* Contact Details Styles */
.contact-details {
    background: rgba(255, 255, 255, 0.95);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: start;
    height: fit-content;
}

.contact-details-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 30px;
    color: #2c3e50;
    background: linear-gradient(45deg, #2563eb, #60a5fa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.contact-details-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.contact-details-list li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.contact-details-list li:hover {
    transform: translateX(5px);
    color: #667eea;
}

.contact-details-icon {
    margin-right: 15px;
    font-size: 2rem;
    color: #667eea;
    min-width: 30px;
    flex-shrink: 0;
}

.contact-details-list a {
    color: #2c3e50;
    text-decoration: none;
    transition: color 0.3s ease;
    word-break: break-word;
}

.contact-details-list a:hover {
    color: #667eea;
}

/* Form Styles */
.contact-form {
    background: #fff;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(37,99,235,0.10);
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    margin-bottom: 2rem;
}

.form-title {
    font-size: 2rem;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.contact-info-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #2563eb 60%, #60a5fa 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    color: #333;
    font-weight: 500;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 1rem;
    border: 1.5px solid #d1d5db;
    border-radius: 8px;
    font-size: 16px;
    font-family: inherit;
    transition: border-color 0.2s, box-shadow 0.2s;
    background: #fff;
    box-sizing: border-box;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 2px #2563eb22;
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.submit-btn {
    width: 100%;
    padding: 1rem 2rem;
    background: linear-gradient(90deg, #2563eb 60%, #1d4ed8 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    box-shadow: 0 2px 8px rgba(37,99,235,0.08);
}

.submit-btn:hover, 
.submit-btn:focus {
    background: linear-gradient(90deg, #1d4ed8 60%, #2563eb 100%);
    box-shadow: 0 4px 16px rgba(37,99,235,0.13);
    transform: translateY(-2px);
}

/* Office Locations */
.office-locations {
    margin-top: 4rem;
    text-align: center;
}

.office-title {
    font-size: 2.5rem;
    color: #1a1a1a;
    margin-bottom: 3rem;
}

.offices-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.office-card {
    background: #fff;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(37,99,235,0.10);
    text-align: center;
    transition: all 0.3s ease;
}

.office-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(37,99,235,0.15);
}

.office-card h3 {
    color: #2563eb;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.office-card p {
    color: #666;
    margin-bottom: 0.5rem;
}

/* ========================================
   ENHANCED RESPONSIVE DESIGN
   ======================================== */

/* Large Desktop (1200px and up) */
@media (min-width: 1200px) {
    .hero-contact {
        font-size: 3.5rem;
    }
    
    .contact-form {
        padding: 3.5rem;
    }
    
    .contact-info-grid {
        gap: 40px;
        margin: 80px auto;
    }
    
    .contact-map {
        height: 450px;
    }
}

/* Desktop (992px - 1199px) */
@media (max-width: 1199px) {
    .hero-contact {
        font-size: 3rem;
    }
    
    .contact-form {
        padding: 2.5rem;
    }
    
    .contact-info-grid {
        margin: 60px auto;
        padding: 0 2rem;
    }
}

/* Tablet (768px - 991px) */
@media (max-width: 991px) {
    .hero-contact {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
        max-width: 500px;
    }
    
    .contact-form {
        padding: 2rem;
    }
    
    .wpforms-container {
        padding: 2rem;
    }
    
    /* Mobile: Stack fields vertically */
    .wpforms-field-container .wpforms-field:nth-child(1),
    .wpforms-field-container .wpforms-field:nth-child(2),
    .wpforms-field-container .wpforms-field:nth-child(3),
    .wpforms-field-container .wpforms-field:nth-child(4) {
        width: 100%;
        margin-right: 0;
    }
    
    .form-title {
        font-size: 1.8rem;
    }
    
    .contact-info-icon {
        width: 45px;
        height: 45px;
        font-size: 1.3rem;
    }
    
    .office-title {
        font-size: 2rem;
    }
    
    .contact-details-title {
        font-size: 1.8rem;
    }
    
    .contact-details-list li {
        font-size: 1.1rem;
    }
    
    /* Make contact info grid single column for tablets */
    .contact-info-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        margin: 50px auto;
        padding: 0 2rem;
    }
    
    .contact-map {
        height: 300px;
        order: 2; /* Map goes second */
    }
    
    .contact-details {
        order: 1; /* Details go first */
        padding: 30px;
    }
}

/* Mobile Large (576px - 767px) */
@media (max-width: 767px) {
    .main-content {
        padding: 1rem;
    }
    
    .hero-section {
        margin-bottom: 3rem;
    }
    
    .hero-contact {
        font-size: 2rem;
        margin-bottom: 0.8rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
        margin-bottom: 1.5rem;
        padding: 0 1rem;
    }
    
    .contact-grid {
        gap: 2.5rem;
    }
    
    .contact-form {
        padding: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .wpforms-container {
        padding: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .form-title {
        font-size: 1.5rem;
        margin-bottom: 1.2rem;
        flex-direction: column;
        gap: 0.8rem;
        text-align: center;
    }
    
    .contact-info-icon {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
    
    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .form-group input,
    .form-group textarea,
    .form-group select {
        padding: 0.8rem;
        font-size: 15px;
    }
    
    .submit-btn {
        padding: 0.8rem 1.5rem;
        font-size: 1rem;
    }
    
    /* Mobile Contact Info Grid */
    .contact-info-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin: 40px 0;
        padding: 0 1rem;
    }
    
    .contact-map {
        height: 250px;
        order: 2;
        border-radius: 15px;
    }
    
    .contact-details {
        order: 1;
        padding: 25px 20px;
        border-radius: 15px;
    }
    
    .contact-details-title {
        font-size: 1.6rem;
        margin-bottom: 25px;
        text-align: center;
    }
    
    .contact-details-list li {
        font-size: 1rem;
        margin-bottom: 15px;
        padding: 12px 0;
        flex-wrap: wrap;
    }
    
    .contact-details-icon {
        font-size: 1.5rem;
        margin-right: 12px;
        min-width: 25px;
    }
    
    .office-locations {
        margin-top: 3rem;
        padding: 0 1rem;
    }
    
    .office-title {
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }
    
    .offices-grid {
        grid-template-columns: 1fr;
    }
    
    .office-card {
        padding: 1.5rem;
    }
    
    .office-card h3 {
        font-size: 1.3rem;
    }
}

/* Mobile Small (up to 575px) */
@media (max-width: 575px) {
    .main-content {
        padding: 0.5rem;
    }
    
    .hero-contact {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 16px;
        max-width: 100%;
        padding: 0 1rem;
    }
    
    .contact-form {
        padding: 1.2rem;
        margin: 0 0.5rem 1.5rem;
        border-radius: 15px;
    }
    
    .wpforms-container {
        padding: 1.2rem;
        margin: 0 0.5rem 1.5rem;
        border-radius: 15px;
    }
    
    .form-title {
        font-size: 1.3rem;
        margin-bottom: 1rem;
    }
    
    .contact-info-icon {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
    
    .form-group {
        margin-bottom: 1.2rem;
    }
    
    .form-group label {
        font-size: 0.9rem;
        margin-bottom: 0.4rem;
    }
    
    .form-group input,
    .form-group textarea,
    .form-group select {
        padding: 0.7rem;
        font-size: 14px;
        border-radius: 6px;
    }
    
    .form-group textarea {
        min-height: 100px;
    }
    
    .submit-btn {
        padding: 0.7rem 1.2rem;
        font-size: 0.9rem;
    }
    
    /* Mobile Contact Info Grid - Small Screens */
    .contact-info-grid {
        gap: 1.2rem;
        margin: 30px 0;
        padding: 0 0.5rem;
    }
    
    .contact-map {
        height: 220px;
        border-radius: 12px;
    }
    
    .contact-details {
        padding: 20px 15px;
        border-radius: 12px;
    }
    
    .contact-details-title {
        font-size: 1.4rem;
        margin-bottom: 20px;
    }
    
    .contact-details-list li {
        font-size: 0.9rem;
        margin-bottom: 12px;
        padding: 10px 0;
    }
    
    .contact-details-icon {
        font-size: 1.3rem;
        margin-right: 10px;
        min-width: 22px;
    }
    
    .office-locations {
        margin-top: 2.5rem;
        padding: 0 0.5rem;
    }
    
    .office-title {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .office-card {
        padding: 1.2rem;
        margin: 0 0.2rem;
    }
    
    .office-card h3 {
        font-size: 1.2rem;
    }
    
    .office-card p {
        font-size: 0.9rem;
    }
}

/* Extra Small Mobile (up to 375px) */
@media (max-width: 375px) {
    .hero-contact {
        font-size: 1.6rem;
    }
    
    .hero-subtitle {
        font-size: 0.85rem;
        padding: 0 0.8rem;
    }
    
    .contact-form {
        padding: 1rem;
        margin: 0 0.3rem 1.2rem;
    }
    
    .form-title {
        font-size: 1.2rem;
    }
    
    .contact-info-icon {
        width: 30px;
        height: 30px;
        font-size: 0.9rem;
    }
    
    .form-group input,
    .form-group textarea,
    .form-group select {
        padding: 0.6rem;
        font-size: 13px;
    }
    
    .submit-btn {
        padding: 0.6rem 1rem;
        font-size: 0.85rem;
    }
    
    /* Extra Small Mobile Contact Info */
    .contact-info-grid {
        margin: 25px 0;
        padding: 0 0.3rem;
        gap: 1rem;
    }
    
    .contact-map {
        height: 200px;
        border-radius: 10px;
    }
    
    .contact-details {
        padding: 18px 12px;
        border-radius: 10px;
    }
    
    .contact-details-title {
        font-size: 1.2rem;
        margin-bottom: 18px;
    }
    
    .contact-details-list li {
        font-size: 0.85rem;
        margin-bottom: 10px;
        padding: 8px 0;
    }
    
    .contact-details-icon {
        font-size: 1.1rem;
        margin-right: 8px;
        min-width: 20px;
    }
    
    .office-locations {
        padding: 0 0.3rem;
    }
    
    .office-title {
        font-size: 1.3rem;
    }
    
    .office-card {
        padding: 1rem;
        margin: 0 0.1rem;
    }
}


/* ========================================
   WPForms ID 62  
   ======================================== */
/*   */
#wpforms-62 {
    --wpforms-container-padding: 0 !important;
    --wpforms-container-border-style: none !important;
    --wpforms-container-border-width: 0 !important;
    --wpforms-container-border-radius: 20px !important;
    --wpforms-container-shadow-size-box-shadow: none !important;

    --wpforms-field-size-input-spacing: 16px !important;
    --wpforms-field-border-size: 1.5px !important;
    --wpforms-field-border-style: solid !important;
    --wpforms-field-border-radius: 8px !important;
    --wpforms-field-background-color: #ffffff !important;
    --wpforms-field-border-color: #d1d5db !important;
    --wpforms-field-text-color: #333333 !important;
    --wpforms-field-menu-color: #ffffff !important;

    --wpforms-label-size-font-size: 1rem !important;
    --wpforms-label-size-line-height: 1.5 !important;
    --wpforms-label-color: #333333 !important;
    --wpforms-label-sublabel-color: #7f7f7f !important;
    --wpforms-label-error-color: #dc2626 !important;
    --wpforms-label-size-sublabel-font-size: 0.875rem !important;

    --wpforms-field-size-input-height: 48px !important;
    --wpforms-field-size-padding-h: 16px !important;

    --wpforms-button-background-color: #2563eb !important;
    --wpforms-button-border-radius: 8px !important;
    --wpforms-button-border-size: 0 !important;
    --wpforms-button-border-style: none !important;
    --wpforms-button-text-color: #ffffff !important;
    --wpforms-button-size-height: 48px !important;
    --wpforms-button-size-padding-h: 24px !important;
    --wpforms-button-size-font-size: 1rem !important;
    --wpforms-button-size-margin-top: 24px !important;

    --wpforms-field-border-color-spare: #d1d5db !important;
    --wpforms-icon-choices-color: #2563eb !important;
}

/* Kill widths/float from WPForms utility sizing */
#wpforms-62 .wpforms-field {
    padding: 0 !important;
    float: none !important;
    margin-left: 0 !important;
}

#wpforms-62 .wpforms-field input.wpforms-field-small,
#wpforms-62 .wpforms-field input.wpforms-field-medium,
#wpforms-62 .wpforms-field input.wpforms-field-large,
#wpforms-62 .wpforms-field select.wpforms-field-small,
#wpforms-62 .wpforms-field select.wpforms-field-medium,
#wpforms-62 .wpforms-field select.wpforms-field-large,
#wpforms-62 .wpforms-field .wpforms-field-row.wpforms-field-small,
#wpforms-62 .wpforms-field .wpforms-field-row.wpforms-field-medium,
#wpforms-62 .wpforms-field .wpforms-field-row.wpforms-field-large {
    max-width: 100% !important;
}

#wpforms-62 .wpforms-one-half,
#wpforms-62 .wpforms-three-sixths,
#wpforms-62 .wpforms-two-fourths,
#wpforms-62 .wpforms-one-third,
#wpforms-62 .wpforms-two-sixths,
#wpforms-62 .wpforms-four-sixths,
#wpforms-62 .wpforms-two-thirds,
#wpforms-62 .wpforms-one-fourth,
#wpforms-62 .wpforms-three-fourths,
#wpforms-62 .wpforms-one-fifth,
#wpforms-62 .wpforms-two-fifths,
#wpforms-62 .wpforms-three-fifths,
#wpforms-62 .wpforms-four-fifths,
#wpforms-62 .wpforms-one-sixth,
#wpforms-62 .wpforms-five-sixths {
    width: 100% !important;
    margin-left: 0 !important;
    float: none !important;
}

/* Force row blocks to stack */
#wpforms-62 .wpforms-field .wpforms-field-row {
    display: block !important;
    margin-bottom: 0 !important;
}
#wpforms-62 .wpforms-field .wpforms-field-row .wpforms-field-row-block {
    width: 100% !important;
    padding: 0 !important;
}

/* ===== Form Card Title + Subtitle above shortcode ===== */
.form-card-title {
    font-size: 1.35rem;
    font-weight: 800;
    color:   #2563eb;
    margin: 0 0 0.75rem 0;
}
.form-card-subtitle {
    color: #6B7280;
    margin: 0 0 2rem 0;
    font-size: 0.95rem;
}

/* ===== Card look around WPForms container to match screenshot ===== */
.wpforms-container {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 12px 36px rgba(2,6,23,0.08), 0 2px 8px rgba(2,6,23,0.04);
    padding: 2rem 1.5rem 2rem;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

/* ===== Input with leading icon look (using background svg) ===== */
#wpforms-62 input[type="text"],
#wpforms-62 input[type="email"],
#wpforms-62 textarea {
    background-position: 14px center;
    background-repeat: no-repeat;
    padding-left: 42px;
}

/* Icons per field */
#wpforms-62 #wpforms-62-field_1 { /* name */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="%239AA2AE" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"/><circle cx="12" cy="7" r="4"/></svg>');
}
#wpforms-62 #wpforms-62-field_2 { /* email */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="%239AA2AE" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M4 4h16v16H4z"/><path d="m22 6-10 7L2 6"/></svg>');
}
#wpforms-62 #wpforms-62-field_3 { /* textarea icon via background */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="%239AA2AE" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 15a4 4 0 0 1-4 4H7l-4 4V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4z"/></svg>');
    background-position: 14px 16px;
}

/* Tweak placeholders lighter */
#wpforms-62 ::placeholder { color: #9DA3AE; }

/* Button subtle rounding + inner shadow feel */
#wpforms-62 .wpforms-submit {
    border-radius: 10px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.28), 0 10px 18px rgba(37,99,235,0.24);
}

/* Outer container spacing on large screens */
@media (min-width: 992px) {
    .wpforms-container { padding: 1.25rem 1.5rem 1.75rem; }
}

/* ========================================
   WPForms ID 62 – Themed styles
   ======================================== */
#wpforms-62 .wpforms-field-label {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

/* Add more spacing between WPForms fields */
#wpforms-62 .wpforms-field {
    margin-bottom: 2rem !important;
    padding-bottom: 0.5rem;
}

#wpforms-62 .wpforms-field-container {
    margin-bottom: 1rem;
}

#wpforms-62 .wpforms-field-label {
    margin-bottom: 0.75rem !important;
    display: block;
}

#wpforms-62 input[type="text"],
#wpforms-62 input[type="email"],
#wpforms-62 input[type="tel"],
#wpforms-62 input[type="url"],
#wpforms-62 select,
#wpforms-62 textarea {
    width: 100%;
    padding: 1rem;
    border: 1.5px solid #d1d5db;
    border-radius: 8px;
    font-size: 16px;
    background: #fff;
    color: #333;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    margin-top: 0.5rem;
}

#wpforms-62 input[type="text"]:focus,
#wpforms-62 input[type="email"]:focus,
#wpforms-62 input[type="tel"]:focus,
#wpforms-62 input[type="url"]:focus,
#wpforms-62 select:focus,
#wpforms-62 textarea:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37,99,235,0.12);
    transform: translateY(-1px);
}

#wpforms-62 input[type="text"]:hover,
#wpforms-62 input[type="email"]:hover,
#wpforms-62 input[type="tel"]:hover,
#wpforms-62 input[type="url"]:hover,
#wpforms-62 select:hover,
#wpforms-62 textarea:hover {
    border-color: #5da3ff;
}

#wpforms-62 textarea {
    min-height: 140px;
    line-height: 1.6;
    resize: vertical;
}

#wpforms-62 .wpforms-submit-container {
    margin-top: 2.5rem;
}

#wpforms-62 .wpforms-submit {
    width: 100%;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 50%, #1e40af 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.2px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    box-shadow: 0 4px 15px rgba(37,99,235,0.2);
}

/* Add spacing for field rows */
#wpforms-62 .wpforms-field-row {
    margin-bottom: 1.5rem;
}

#wpforms-62 .wpforms-field-row .wpforms-field-row-block {
    margin-bottom: 1rem;
}

/* Better spacing for required field indicators */
#wpforms-62 .wpforms-required-label {
    margin-left: 0.25rem;
    color: #dc2626;
    font-weight: 600;
}

#wpforms-62 .wpforms-submit:hover,
#wpforms-62 .wpforms-submit:focus {
    background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 50%, #1e3a8a 100%);
    box-shadow: 0 6px 22px rgba(37,99,235,0.28);
    transform: translateY(-2px);
}

#wpforms-62 .wpforms-submit:active {
    transform: translateY(0);
    box-shadow: 0 3px 14px rgba(37,99,235,0.22);
}

#wpforms-62 .wpforms-error-container {
    background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
    color: #991b1b;
    border: 1px solid #ef4444;
    padding: 1rem;
    border-radius: 12px;
    margin-bottom: 1rem;
    box-shadow: 0 4px 14px rgba(239,68,68,0.12);
}

#wpforms-62 .wpforms-confirmation-container-full {
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
    color: #065f46;
    border: 1px solid #10b981;
    padding: 1.25rem;
    border-radius: 12px;
    margin: 0 auto 1.25rem;
    box-shadow: 0 4px 14px rgba(16,185,129,0.12);
}

#wpforms-62 .wpforms-field input::placeholder,
#wpforms-62 .wpforms-field textarea::placeholder {
    color: #9ca3af;
    font-style: italic;
}

/* Remove input icons and restore padding */
#wpforms-62 input[type="text"],
#wpforms-62 input[type="email"],
#wpforms-62 input[type="tel"],
#wpforms-62 input[type="url"],
#wpforms-62 textarea {
    background-image: none !important;
    background-position: initial !important;
    background-repeat: initial !important;
    padding-left: 1rem !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    display: block;
}

#wpforms-62 .wpforms-recaptcha-container {
    padding-top: 12px;
}

/* Final width normalization to align all fields equally */
#wpforms-62 .wpforms-field,
#wpforms-62 .wpforms-field > * {
    width: 100% !important;
    max-width: 100% !important;
}

#wpforms-62 input.wpforms-field-small,
#wpforms-62 input.wpforms-field-medium,
#wpforms-62 input.wpforms-field-large,
#wpforms-62 select.wpforms-field-small,
#wpforms-62 select.wpforms-field-medium,
#wpforms-62 select.wpforms-field-large,
#wpforms-62 .wpforms-field-row.wpforms-field-small,
#wpforms-62 .wpforms-field-row.wpforms-field-medium,
#wpforms-62 .wpforms-field-row.wpforms-field-large {
    width: 100% !important;
    max-width: 100% !important;
}

