html {
    scroll-behavior: smooth
}

.contact-section {
    position: relative;
    background: #f4f1eb;
    color: #111;
    padding: 120px 5%;
    overflow: hidden
}

.contact-section::before {
    /* content: "07"; */
    position: absolute;
    right: -25px;
    top: 40px;
    font-family: "Manrope", sans-serif;
    font-size: clamp(180px, 28vw, 450px);
    font-weight: 600;
    line-height: .8;
    letter-spacing: -30px;
    color: rgba(0, 0, 0, .025);
    pointer-events: none
}

.contact-container {
    position: relative;
    z-index: 1;
    max-width: 1450px;
    margin: auto
}

.contact-top {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 75px
}

.contact-number {
    font-size: 11px;
    color: #777
}

.contact-label {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2.5px;
    font-weight: 600;
    white-space: nowrap
}

.contact-line {
    width: 100%;
    height: 1px;
    background: #cbc8c1
}

.contact-heading {
    position: relative;
    display: grid;
    grid-template-columns: 1.45fr .55fr;
    gap: 8%;
    align-items: end;
    margin-bottom: 90px
}

.contact-eyebrow {
    display: block;
    margin-bottom: 25px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #6c9f2d
}

.contact-heading h2 {
    max-width: 1000px;
    font-family: "Manrope", sans-serif;
    font-size: clamp(55px, 7vw, 105px);
    font-weight: 500;
    line-height: .93;
    letter-spacing: -7px
}

.contact-heading h2 span {
    font-family: Georgia, serif;
    font-weight: 400;
    color: #96928b
}

.contact-heading>p {
    max-width: 380px;
    font-size: 15px;
    line-height: 1.8;
    color: #77736d;
    padding-bottom: 10px
}

.contact-content {
    position: relative;
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    min-height: 760px;
    background: #111816
}

.contact-info {
    position: relative;
    padding: 65px 8% 65px 60px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: top;
    overflow: hidden
}

.contact-info::before {
    content: "";
    position: absolute;
    width: 480px;
    height: 480px;
    left: -280px;
    bottom: -280px;
    border: 1px solid rgba(184, 255, 90, .15);
    border-radius: 50%
}

.contact-info::after {
    content: "";
    position: absolute;
    width: 310px;
    height: 310px;
    left: -195px;
    bottom: -195px;
    border: 1px solid rgba(184, 255, 90, .1);
    border-radius: 50%
}

.contact-statement {
    position: relative;
    z-index: 1
}

.contact-statement>span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #b8ff5a
}

.contact-statement>span::before {
    content: "";
    width: 25px;
    height: 1px;
    background: #b8ff5a
}

.contact-statement h3 {
    max-width: 520px;
    font-family: "Manrope", sans-serif;
    font-size: clamp(35px, 4vw, 60px);
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -3.5px
}

.contact-statement>p {
    max-width: 470px;
    margin-top: 28px;
    font-size: 14px;
    line-height: 1.8;
    color: #838a85
}

.contact-details {
    position: relative;
    z-index: 1;
    margin-top: 70px
}

.contact-detail {
    position: relative;
    display: grid;
    grid-template-columns: 45px 1fr 45px;
    align-items: center;
    min-height: 90px;
    border-top: 1px solid rgba(255, 255, 255, .17);
    transition: .4s
}

.contact-detail:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, .17)
}

.contact-detail-number {
    font-size: 9px;
    color: #5f6661
}

.contact-detail small {
    display: block;
    margin-bottom: 5px;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #656c67
}

.contact-detail strong {
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 500
}

.contact-detail i {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    transition: .4s
}

a.contact-detail:hover {
    padding-left: 12px
}

a.contact-detail:hover i {
    background: #b8ff5a;
    border-color: #b8ff5a;
    color: #111;
    transform: rotate(45deg)
}

.contact-availability {
    position: relative;
    z-index: 1;
    margin-top: 50px;
    padding: 25px;
    background: #b8ff5a;
    color: #111;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px
}

.contact-status {
    display: flex;
    align-items: center;
    gap: 10px
}

.contact-status span {
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #111
}

.contact-status span::after {
    content: "";
    position: absolute;
    inset: -5px;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 50%;
    animation: contactPulse 2s infinite
}

.contact-status p {
    font-size: 11px;
    font-weight: 600
}

.contact-availability>p {
    text-align: right;
    font-size: 9px;
    line-height: 1.7;
    text-transform: uppercase;
    letter-spacing: 1px
}

.contact-form-wrap {
    position: relative;
    background: #fff;
    color: #111;
    margin: 45px 45px 45px 0;
    padding: 60px
}

.contact-form-wrap::before {
    content: "ENQUIRY";
    position: absolute;
    right: -5px;
    top: 5px;
    font-family: "Manrope", sans-serif;
    font-size: 75px;
    font-weight: 600;
    letter-spacing: -5px;
    color: rgba(0, 0, 0, .025);
    pointer-events: none
}

.contact-form-heading {
    position: relative;
    margin-bottom: 55px
}

.contact-form-heading>span {
    display: block;
    margin-bottom: 18px;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #6c9f2d
}

.contact-form-heading h3 {
    max-width: 600px;
    font-family: "Manrope", sans-serif;
    font-size: clamp(35px, 4vw, 55px);
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -3px
}

.contact-form-heading p {
    max-width: 480px;
    margin-top: 15px;
    font-size: 13px;
    line-height: 1.7;
    color: #77736d
}

.contact-form {
    position: relative
}

.contact-form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px
}

.contact-form-group {
    position: relative;
    margin-bottom: 32px
}

.contact-form-group label {
    display: block;
    margin-bottom: 10px;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #88847d
}

.contact-form-group input,
.contact-form-group select,
.contact-form-group textarea {
    width: 100%;
    padding: 14px 0;
    background: transparent;
    color: #111;
    border: 0;
    border-bottom: 1px solid #cbc8c1;
    border-radius: 0;
    outline: none;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    transition: .3s
}

.contact-form-group textarea {
    min-height: 100px;
    resize: none
}

.contact-form-group select {
    cursor: pointer
}

.contact-form-group select option {
    background: #fff;
    color: #111;
    width: auto;
}

.contact-form-group input::placeholder,
.contact-form-group textarea::placeholder {
    color: #aaa69f
}

.contact-form-group input:focus,
.contact-form-group select:focus,
.contact-form-group textarea:focus {
    border-color: #111
}

.contact-form-group::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #b8ff5a;
    transition: width .4s cubic-bezier(.16, 1, .3, 1)
}

.contact-form-group:focus-within::after {
    width: 100%
}

.contact-submit {
    position: relative;
    width: 100%;
    height: 70px;
    margin-top: 15px;
    padding: 0 25px;
    background: #111816;
    color: #fff;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-family: "DM Sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
    overflow: hidden
}

.contact-submit::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #b8ff5a;
    transition: height .45s cubic-bezier(.16, 1, .3, 1)
}

.contact-submit>* {
    position: relative;
    z-index: 1;
    transition: .4s
}

.contact-submit i {
    font-style: normal;
    font-size: 20px
}

.contact-submit:hover {
    color: #111
}

.contact-submit:hover::before {
    height: 100%
}

.contact-submit:hover i {
    transform: rotate(45deg)
}

.contact-submit:disabled {
    opacity: .6;
    cursor: not-allowed
}

.contact-form-status {
    margin-top: 18px;
    font-size: 12px;
    color: #6c9f2d
}

.contact-botcheck {
    display: none !important
}

@keyframes contactPulse {
    0% {
        transform: scale(.8);
        opacity: 1
    }

    100% {
        transform: scale(1.8);
        opacity: 0
    }
}

@media(max-width:1050px) {
    .contact-heading {
        grid-template-columns: 1fr;
        gap: 35px
    }

    .contact-heading h2 {
        letter-spacing: -5px
    }

    .contact-heading>p {
        max-width: 600px
    }

    .contact-content {
        grid-template-columns: 1fr
    }

    .contact-info {
        padding: 60px
    }

    .contact-form-wrap {
        margin: 0 40px 40px;
        padding: 60px
    }
}

@media(max-width:700px) {
    .contact-section {
        padding: 75px 6%
    }

    .contact-section::before {
        display: none
    }

    .contact-top {
        margin-bottom: 50px
    }

    .contact-heading {
        margin-bottom: 60px
    }

    .contact-heading h2 {
        font-size: 50px;
        letter-spacing: -3px
    }

    .contact-heading>p {
        font-size: 14px
    }

    .contact-info {
        padding: 45px 25px
    }

    .contact-statement h3 {
        font-size: 38px;
        letter-spacing: -2.5px
    }

    .contact-details {
        margin-top: 50px
    }

    .contact-availability {
        flex-direction: column;
        align-items: flex-start
    }

    .contact-availability>p {
        text-align: left
    }

    .contact-form-wrap {
        margin: 0;
        padding: 45px 25px
    }

    .contact-form-wrap::before {
        font-size: 50px
    }

    .contact-form-heading h3 {
        font-size: 38px;
        letter-spacing: -2px
    }

    .contact-form-row {
        grid-template-columns: 1fr;
        gap: 0
    }
}