/* ============================================
   CONTACT PAGE STYLES
   ============================================ */

/* --- Contact Hero --- */
.contact-hero {
    margin-top: -5px;
    padding: 170px 30px 70px;
    background-image: url('../images/Services-10-scaled.webp');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-hero-inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 75%;
    padding: 10px;
    margin: 0;
    box-sizing: border-box;
}
.contact-hero-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 38px;
    font-weight: 700;
    color: #FCFCFC;
    margin: 0;
    line-height: 1.1;
    max-width: 89.386%;
    text-align: left;
}
.contact-hero-desc {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #FCFCFC;
    line-height: 23px;
    margin: 0;
    max-width: 76.74%;
    text-align: left;
}
.contact-hero-actions {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 10px;
    flex-wrap: wrap;
}
.btn-hero-outline {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    color: #F4A530;
    background-color: transparent;
    border: 1px solid #F4A530;
    border-radius: 5px;
    padding: 15px 35px;
    text-decoration: none;
    display: inline-block;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
}
.btn-hero-outline:hover {
    color: #F4A530;
    border-color: #FFFFFF;
}
.btn-hero-solid {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: #FFFFFF;
    background-color: #F4A530;
    border: none;
    border-radius: 5px;
    padding: 15px 35px 15px 30px;
    text-decoration: none;
    display: inline-block;
    transition: all .3s ease;
    align-self: center;
    position: relative;
    overflow: hidden;
}
.btn-hero-solid:hover {
    color: #F4A530;
    background-color: transparent;
    border-color: #F4A530;
}
.btn-hero-outline > span,
.btn-hero-solid > span {
    position: relative;
    z-index: 1;
}

/* --- Contact Form Section ---
   Reference: post-38.css 6629dbb / 8545895 / a5a846a / af0c89d / e49aee0 */
.contact-form-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
    padding: 0 0 60px;
    background: #FCFCFC;
    width: 100%;
    box-sizing: border-box;
}
.contact-form-inner {
    width: 94%;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px 50px;
    padding-top: 10px;
    box-sizing: border-box;
}
.contact-form-col {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 20px;
    column-gap: 20px;
    width: 50%;
    min-width: 0;
    box-sizing: border-box;
}
.contact-form-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2em;
    color: #212121;
    margin: 0;
    text-align: start;
}
.contact-form-subtitle {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
    color: rgba(60, 66, 75, 0.65);
    margin: 0;
    text-align: start;
}
.contact-form {
    width: 100%;
    margin-top: 20px;
    box-sizing: border-box;
}
.contact-form-fields {
    display: flex;
    flex-wrap: wrap;
    margin-left: -7.5px;
    margin-right: -7.5px;
    margin-bottom: -20px;
    box-sizing: border-box;
}
.form-group {
    box-sizing: border-box;
    padding: 0 7.5px;
    margin-bottom: 20px;
    min-width: 0;
    display: flex;
    align-items: center;
}
.form-col-100 {
    width: 100%;
}
.form-col-50 {
    width: 50%;
}
.form-input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    color: #C3C3C5;
    background: #FCFCFC;
    border: 1px solid #C3C3C5;
    border-radius: 8px;
    padding: 6px 16px;
    min-height: 47px;
    outline: none;
}
.form-input::placeholder {
    color: #C3C3C5;
    opacity: 1;
}
.form-textarea {
    resize: vertical;
    min-height: 47px;
}
.form-checkbox {
    width: 100%;
}
.checkbox-option {
    display: block;
}
.checkbox-option input[type="checkbox"] {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0;
    vertical-align: baseline;
}
.checkbox-option label {
    display: inline;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    color: #C3C3C5;
    vertical-align: middle;
}
.checkbox-option label a {
    color: #F4A530;
}
.btn-form-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    color: #FFFFFF;
    background: #F4A530;
    border: none;
    border-radius: 3px;
    padding: 0 24px;
    min-height: 40px;
    cursor: pointer;
    text-align: center;
    transition: background .3s ease;
}
.btn-form-submit:hover {
    background: #212121;
}
.contact-form-image-col {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-self: center;
    gap: 10px 10px;
    width: 50%;
    min-width: 0;
    box-sizing: border-box;
}
.contact-form-image-widget {
    width: 100%;
    max-width: 100%;
    text-align: center;
}
.contact-form-image-widget img {
    width: 90%;
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

/* --- FAQ Section ---
   Reuses home s11 markup/styles from style.css (identical structure).
   Contact page only difference: 60px bottom padding on .s11-inner. */
.s11-inner {
    padding-bottom: 60px;
}

/* ============================================
   RESPONSIVE - TABLET
   ============================================ */
@media (max-width: 1024px) {
    .contact-hero {
        background-position: bottom center;
    }
    .contact-hero-title {
        font-size: 30px;
        max-width: 405.214px;
    }
    .contact-hero-desc {
        font-size: 15px;
        max-width: 401.557px;
    }
    .contact-hero-actions {
        gap: 12px;
    }
    .btn-hero-outline {
        font-size: 15px;
        padding: 12px 15px;
    }
    .btn-hero-solid {
        font-size: 15px;
    }
    .contact-form-title {
        font-size: 30px;
    }
    .contact-form-subtitle {
        font-size: 15px;
    }
    .contact-form-image-widget img {
        width: 100%;
    }
}

/* ============================================
   RESPONSIVE - MOBILE
   ============================================ */
@media (max-width: 767px) {
    .contact-hero {
        min-height: 300px;
        padding: 140px 15px 80px;
        margin-top: -21px;
    }
    .contact-hero-inner {
        width: 100%;
        padding: 10px;
        align-items: center;
    }
    .contact-hero-title {
        font-size: 25px;
        text-align: center;
        max-width: 100%;
    }
    .contact-hero-desc {
        font-size: 14px;
        text-align: center;
        max-width: 100%;
    }
    .contact-hero-actions {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding-top: 0;
    }
    .btn-hero-outline,
    .btn-hero-solid {
        font-size: 14px;
        text-align: center;
    }

    .contact-form-section {
        margin: 0;
        padding: 20px 0;
    }
    .contact-form-inner {
        width: 92%;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 50px 50px;
    }
    .contact-form-col {
        width: 100%;
        order: 1;
    }
    .contact-form-title {
        font-size: 25px;
    }
    .contact-form {
        margin-top: 0;
    }
    .form-col-50 {
        width: 100%;
    }
    .contact-form-image-col {
        width: 100%;
        order: 0;
    }
    .contact-form-image-widget img {
        width: 100%;
    }
}

/* ============================================
   HERO BUTTON ANIMATED BORDERS (matches reference site)
   ============================================ */
#custom-btn1::before,
#custom-btn1::after,
#custom-btn1 span::before,
#custom-btn1 span::after,
#custom-btn::before,
#custom-btn::after,
#custom-btn span::before,
#custom-btn span::after {
    content: "";
    position: absolute;
    transition: all 0.3s ease;
    z-index: 0;
    pointer-events: none;
}

#custom-btn1::before {
    top: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: #f4a530;
}
#custom-btn1::after {
    top: 0;
    right: 0;
    width: 2px;
    height: 0%;
    background: #f4a530;
}
#custom-btn1 span::before {
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: rgba(251, 75, 2, 1);
}
#custom-btn1 span::after {
    top: 0;
    left: 0;
    width: 2px;
    height: 0%;
    background: rgba(251, 75, 2, 1);
}

#custom-btn::before {
    top: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: white;
}
#custom-btn::after {
    top: 0;
    right: 0;
    width: 2px;
    height: 0%;
    background: white;
}
#custom-btn span::before {
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: rgba(251, 75, 2, 1);
}
#custom-btn span::after {
    top: 0;
    left: 0;
    width: 2px;
    height: 0%;
    background: rgba(251, 75, 2, 1);
}

#custom-btn1:hover::before,
#custom-btn:hover::before {
    width: 100%;
}
#custom-btn1:hover::after,
#custom-btn:hover::after {
    height: 100%;
}
#custom-btn1:hover span::before,
#custom-btn:hover span::before {
    width: 100%;
}
#custom-btn1:hover span::after,
#custom-btn:hover span::after {
    height: 100%;
}
#custom-btn1:hover,
#custom-btn:hover {
    box-shadow: inset 0 0 10px rgba(251, 75, 2, 0.4);
}