body.page-template-get-in-touch-page .top-navigation{
    background: var(--Wordie-White, #F6F9F9);
    box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.15);
}
body.page-template-get-in-touch-page .top-navigation-right .menu a{
    color: var(--Wordie-Dark-Teal, #0A3542);

}
body.page-template-get-in-touch-page .top-navigation-right .menu a:hover{
    color:#f5634d;
}

body .breadcrumb-wrapper{
    background-color: #f6f9f9;
    padding:42px 0px;
    margin-bottom:0px!important;
}
/* Contact Us Section Styles */
.contact-us-section {
    padding: 32px 0px;
    background-color: #fff;
}

/* Breadcrumb Styles */
.breadcrumb-wrapper {
    margin-bottom: 2rem;
}
form .hsfc-Step__Content{
    padding:25px 0px 25px 0px!important;
}

form .hsfc-Row:first-child{
    display:none;
}

form .hsfc-Step__Content label span{
    color: var(--Wordie-Dark-Teal, #0A3542);

    /* B-Reg */
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}
form .hsfc-Step__Content input{
    border-radius: 16px!important;
    border: 1px solid var(--Wordie-Accent, #116E6E);
    background-color:transparent!important;
}

form .hsfc-Step__Content button{
    border-radius: 16px;
    border-radius: 16px !important;
    display: flex;
    padding: 6px 58px !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #116E6E !important;
}
form .hsfc-NavigationRow__Buttons{
    justify-content: left!important;
}


.breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumb-item {
    color: #6c757d;
}

.breadcrumb-item a {
    color: var(--wordie-black-70, #505C5F);

    /* B-Small */
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.breadcrumb-item a:hover {
    color: #0A3542;
}

.breadcrumb-item.active {
    color: var(--Wordie-Coral, #F5634D);

}

.breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    color: #6c757d;
    margin: 0 0.5rem;
}

/* Form Title Styles */
.form-title {
    color: var(--Wordie-Dark-Teal, #0A3542);

    /* H1 */
    font-family: Montserrat;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 50.4px */
}

.form-description {
    color: var(--Wordie-Black, #062028);
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
}

/* Contact Form Styles */
.contact-form-wrapper {
    padding-right: 2rem;
}

.contact-form .form-label {
    font-weight: 600;
    color: #0A3542;
    margin-bottom: 0.5rem;
}

.contact-form .form-control,
.contact-form .form-select {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 1rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
    border-color: #116E6E;
    box-shadow: 0 0 0 0.2rem rgba(17, 110, 110, 0.25);
    outline: none;
}

.contact-form .form-control::placeholder {
    color: #6c757d;
}

.contact-submit-btn {
    background-color: #116E6E;
    border: none;
    border-radius: 8px;
    padding: 14px 28px;
    font-size: 1.1rem;
    font-weight: 600;
    color: white;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.contact-submit-btn:hover {
    background-color: #0A3542;
    transform: translateY(-2px);
    color: white;
}

/* Contact Info Wrapper */
.contact-info-wrapper {
    border-radius: 16px;
    background: var(--word-dark-teal-20, #E8F1F1);
    padding: 32px;
    height: fit-content;
}

.contact-info-title {
    color: var(--Wordie-Dark-Teal, #0A3542);

    /* H3 */
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/* Contact Methods */
.contact-methods {
    margin-top:24px;
    margin-bottom: 32px;
}

.contact-method-item {
    border-radius: 16px;
    background: var(--Wordie-White, #F6F9F9);

    display: flex;
    align-items: center;
    
    
    padding: 16px;;
    margin-bottom: 16px;
    
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-method-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Clickable Contact Method Items */
.contact-method-link {
  
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    cursor: pointer;
}

.contact-method-link:hover {
    text-decoration: none;
    color: inherit;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.contact-method-link .contact-text {
    color: inherit;
}

.contact-method-link .contact-icon {
    pointer-events: none;
}

.contact-icon {
    margin-right: 1rem;
    display: flex;
    align-items: center;
}

.contact-icon-image {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.contact-text {
    color: var(--Wordie-Black, #062028);

    /* B-Reg */
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

/* Response Promise Section */
.response-promise {
    border-top: 1px solid #e9ecef;
    padding-top: 1.5rem;
}

.promise-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0A3542;
    margin-bottom: 0.75rem;
}

.promise-text {
    font-size: 0.95rem;
    color: #505C5F;
    line-height: 1.5;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .contact-form-wrapper {
        padding-right: 0;
        margin-bottom: 2rem;
    }
    

    
    .contact-info-wrapper {
        margin-top: 1rem;
    }
}

@media (max-width: 767.98px) {
    .contact-us-section {
        padding: 30px 0 60px;
    }
    .form-description{
        font-size:16px;
    }
    .form-title {
        font-size: 38px;
    }
    

    
    .breadcrumb-wrapper {
        margin-bottom: 1.5rem;
    }
    [data-hsfc-id=Renderer] .hsfc-NavigationRow__Buttons>*{
        width: 60%!important;
    }
}
@media (min-width:1024px){
    .contact-form-html{
        left: -40px;
        position: relative;
        top: -50px;
    }
}
/* Custom Form HTML Styling */
.contact-form-html {
    margin-top: 1rem;
}

.contact-form-html p{
    /* height:0px; */
}
.contact-form-html form {
    margin: 0;
}

.contact-form-html input,
.contact-form-html select,
.contact-form-html textarea {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 1rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.contact-form-html input:focus,
.contact-form-html select:focus,
.contact-form-html textarea:focus {
    border-color: #116E6E;
    box-shadow: 0 0 0 0.2rem rgba(17, 110, 110, 0.25);
    outline: none;
}
