/* ==========================================================
   MS CONSULTING
   CONTACT PAGE
========================================================== */


/* ==========================================================
   PAGE
========================================================== */

.contact-page {

    width: 100%;

    background: #ffffff;

    color: #24332f;

    overflow: hidden;

}


/* ==========================================================
   HERO
========================================================== */

.contact-hero {

    position: relative;

    padding: 105px 0 95px;

    background:
        linear-gradient(
            135deg,
            #f5faf8 0%,
            #ffffff 65%
        );

    border-bottom: 1px solid #e9efec;

}


.contact-hero::before {

    content: "";

    position: absolute;

    width: 420px;

    height: 420px;

    right: -180px;

    top: -180px;

    border-radius: 50%;

    background:
        rgba(11, 93, 74, 0.05);

}


.contact-hero-content {

    position: relative;

    z-index: 2;

    max-width: 850px;

    margin: 0 auto;

    text-align: center;

}


.contact-eyebrow {

    display: inline-block;

    margin-bottom: 18px;

    color: #c9952e;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 3px;

    text-transform: uppercase;

}


.contact-hero h1 {

    margin: 0 0 25px;

    color: #0b5d4a;

    font-size: 58px;

    font-weight: 800;

    line-height: 1.12;

    letter-spacing: -1.5px;

}


.contact-hero h1 span {

    display: block;

    color: #c9952e;

}


.contact-hero p {

    max-width: 760px;

    margin: 0 auto;

    color: #687784;

    font-size: 18px;

    line-height: 1.85;

}


/* ==========================================================
   CONTACT SECTION
========================================================== */

.contact-section {

    padding: 100px 0 110px;

    background: #ffffff;

}


.contact-grid {

    display: grid;

    grid-template-columns:
        minmax(0, 0.85fr)
        minmax(0, 1.15fr);

    gap: 80px;

    align-items: start;

}


/* ==========================================================
   CONTACT INFORMATION
========================================================== */

.contact-information {

    padding-top: 15px;

}


.contact-section-label {

    display: inline-block;

    margin-bottom: 18px;

    color: #c9952e;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 2.5px;

    text-transform: uppercase;

}


.contact-information h2 {

    margin: 0 0 22px;

    color: #0b5d4a;

    font-size: 42px;

    line-height: 1.2;

    font-weight: 800;

    letter-spacing: -0.8px;

}


.contact-information > p {

    max-width: 500px;

    margin: 0 0 40px;

    color: #687784;

    font-size: 16px;

    line-height: 1.85;

}


/* ==========================================================
   CONTACT ITEMS
========================================================== */

.contact-item {

    display: flex;

    align-items: center;

    gap: 18px;

    margin-bottom: 24px;

}


.contact-icon {

    width: 52px;

    height: 52px;

    flex: 0 0 52px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #0b5d4a;

    background: #f1f7f4;

    border: 1px solid #e1ebe6;

    border-radius: 15px;

    font-size: 19px;

}


.contact-item-label {

    display: block;

    margin-bottom: 5px;

    color: #89948f;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 1.3px;

    text-transform: uppercase;

}


.contact-item a,
.contact-item-value {

    display: block;

    color: #24332f;

    font-size: 15px;

    font-weight: 700;

    line-height: 1.5;

    text-decoration: none;

}


.contact-item a:hover {

    color: #0b5d4a;

}


/* ==========================================================
   FORM WRAPPER
========================================================== */

.contact-form-wrapper {

    padding: 45px;

    background: #ffffff;

    border: 1px solid #e4ebe8;

    border-radius: 28px;

    box-shadow:
        0 25px 70px rgba(11, 61, 50, 0.08);

}


.contact-form-header {

    margin-bottom: 30px;

}


.contact-form-header > span {

    display: block;

    margin-bottom: 9px;

    color: #c9952e;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 2px;

    text-transform: uppercase;

}


.contact-form-header h2 {

    margin: 0 0 10px;

    color: #0b5d4a;

    font-size: 30px;

    font-weight: 800;

}


.contact-form-header p {

    margin: 0;

    color: #74817d;

    font-size: 14px;

    line-height: 1.7;

}


/* ==========================================================
   FORM
========================================================== */

.contact-form {

    display: flex;

    flex-direction: column;

    gap: 20px;

}


.form-group {

    display: flex;

    flex-direction: column;

    gap: 8px;

}


.form-group label {

    color: #31403b;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: .3px;

}


.form-group input,
.form-group select,
.form-group textarea {

    width: 100%;

    box-sizing: border-box;

    padding: 14px 16px;

    color: #25332f;

    background: #f8faf9;

    border: 1px solid #dfe8e4;

    border-radius: 12px;

    outline: none;

    font-family: inherit;

    font-size: 14px;

    transition:
        border-color .25s ease,
        background .25s ease,
        box-shadow .25s ease;

}


.form-group input,
.form-group select {

    height: 50px;

}


.form-group textarea {

    min-height: 145px;

    resize: vertical;

    line-height: 1.6;

}


.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {

    background: #ffffff;

    border-color: #0b5d4a;

    box-shadow:
        0 0 0 4px rgba(11, 93, 74, 0.08);

}


.form-group input::placeholder,
.form-group textarea::placeholder {

    color: #a0aaa6;

}


/* ==========================================================
   SUBMIT BUTTON
========================================================== */

.contact-submit {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    width: 100%;

    min-height: 52px;

    margin-top: 5px;

    padding: 0 25px;

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #0b6752,
            #084b3c
        );

    border: 0;

    border-radius: 50px;

    font-family: inherit;

    font-size: 14px;

    font-weight: 800;

    cursor: pointer;

    box-shadow:
        0 12px 28px rgba(11, 93, 74, 0.16);

    transition:
        transform .25s ease,
        box-shadow .25s ease;

}


.contact-submit:hover {

    transform: translateY(-2px);

    box-shadow:
        0 17px 35px rgba(11, 93, 74, 0.23);

}


.contact-submit i {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 27px;

    height: 27px;

    border: 1px solid rgba(255,255,255,.55);

    border-radius: 50%;

}


/* ==========================================================
   BOTTOM CTA
========================================================== */

.contact-bottom {

    padding: 0 0 100px;

    background: #ffffff;

}


.contact-bottom-inner {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 40px;

    padding: 50px 60px;

    background:
        linear-gradient(
            135deg,
            #0b5d4a,
            #084b3c
        );

    border-radius: 28px;

    box-shadow:
        0 25px 65px rgba(11, 93, 74, 0.16);

}


.contact-bottom-inner span {

    display: block;

    margin-bottom: 10px;

    color: #ffd66b;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 2px;

}


.contact-bottom-inner h2 {

    margin: 0;

    color: #ffffff;

    font-size: 30px;

    line-height: 1.25;

    font-weight: 800;

}


.contact-bottom-button {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    flex-shrink: 0;

    min-height: 48px;

    padding: 0 24px;

    color: #0b5d4a;

    background: #ffd66b;

    border-radius: 50px;

    font-size: 13px;

    font-weight: 800;

    text-decoration: none;

    transition:
        transform .25s ease,
        background .25s ease;

}


.contact-bottom-button:hover {

    color: #0b5d4a;

    background: #ffffff;

    transform: translateY(-2px);

}


.contact-bottom-button i {

    font-size: 15px;

}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 900px) {

    .contact-hero {

        padding: 85px 0 75px;

    }


    .contact-hero h1 {

        font-size: 46px;

    }


    .contact-grid {

        grid-template-columns: 1fr;

        gap: 55px;

    }


    .contact-information {

        max-width: 700px;

        margin: 0 auto;

    }


    .contact-form-wrapper {

        max-width: 700px;

        width: 100%;

        margin: 0 auto;

        box-sizing: border-box;

    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 600px) {

    .contact-hero {

        padding: 70px 0 65px;

    }


    .contact-hero h1 {

        font-size: 35px;

        letter-spacing: -.7px;

    }


    .contact-hero p {

        font-size: 16px;

        line-height: 1.75;

    }


    .contact-section {

        padding: 70px 0 75px;

    }


    .contact-information h2 {

        font-size: 32px;

    }


    .contact-form-wrapper {

        padding: 28px 22px;

        border-radius: 22px;

    }


    .contact-form-header h2 {

        font-size: 26px;

    }


    .contact-bottom {

        padding-bottom: 70px;

    }


    .contact-bottom-inner {

        flex-direction: column;

        align-items: flex-start;

        padding: 35px 28px;

        border-radius: 22px;

    }


    .contact-bottom-inner h2 {

        font-size: 25px;

    }


    .contact-bottom-button {

        width: 100%;

    }

}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 420px) {

    .contact-hero h1 {

        font-size: 30px;

    }


    .contact-information h2 {

        font-size: 28px;

    }


    .contact-form-wrapper {

        padding: 24px 18px;

    }


    .contact-item {

        gap: 13px;

    }


    .contact-icon {

        width: 46px;

        height: 46px;

        flex-basis: 46px;

    }
    
    /* ==========================================================
   FORM STATUS MESSAGES
=========================================================== */

.form-message {

    display: flex;

    align-items: flex-start;

    gap: 14px;

    margin-bottom: 25px;

    padding: 18px 20px;

    border-radius: 14px;

    font-size: 14px;

    line-height: 1.5;

}


.form-message i {

    flex-shrink: 0;

    font-size: 22px;

    margin-top: 1px;

}


.form-message strong {

    display: block;

    margin-bottom: 4px;

    font-size: 15px;

}


.form-message p {

    margin: 0;

    font-size: 13px;

    line-height: 1.6;

}


/* ==========================================================
   SUCCESS
=========================================================== */

.form-success {

    color: #075c48;

    background: #edf8f3;

    border: 1px solid #c9e8dc;

}


.form-success i {

    color: #0b7a5d;

}


/* ==========================================================
   ERROR
=========================================================== */

.form-error {

    color: #8a3329;

    background: #fff4f2;

    border: 1px solid #f0d0ca;

}


.form-error i {

    color: #c94b3d;

}



}