@import url('home-animation.css');
.contact-us-page .list-infor {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    column-gap: 40px;
    row-gap: 40px;
}

.contact-top-title {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.contact-top-title .graphic--animation {
    position: absolute;
    bottom: -18.8%;
    right: 16.6%;
    z-index: -1;
    pointer-events: none;
}

.contact-us-page .list-infor .item {
    display: block;
    width: calc(100% / 4 - 30px);
}

.contact-us-page .list-infor .item p {
    margin-bottom: 0;
}

.contact-us-page .list-infor .item strong {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.page-template-contact .breadcrumbs {
    padding: 40px 0 40px;
}

.contact-us-page .contact-map-transport {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-top: 49px;
    column-gap: 60px;
    row-gap: 60px;
    padding-bottom: 160px;
}

.contact-us-page h2.contact-title {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0;
    text-transform: capitalize;
}

.contact-us-page h2.contact-title span.split--items {
    display: flex;
    column-gap: 10px;
}

.contact-us-page h2.map-title{
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0;
    text-transform: capitalize;
}

.contact-form h2.title-form{
    margin-top: 0;
    margin-bottom: 60px;
    padding: 0;
    text-transform: capitalize;
    text-align: center;
}

.contact-form h2.title-form .ani-fade-line .split-line {
    transition-delay: 1s;
}

.dining .contact-form h2.title-form {
    margin-bottom: 38px;
}

.contact-us-page h1.title-hidden{
    display: none;
}

.contact-us-page .contact-top{
    position: relative;
    margin-bottom: 60px;
}

.contact-us-page .contact-top .graphic--animation {
    position: absolute;
    right: 65px;
    top: -21px;
    z-index: -1;
    pointer-events: none;
}

.contact-us-page .contact-top .graphic--animation.mobile{
    display: none;
}

.contact-us-page  .contact-description p {
    font-family: 'Hind';
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
    margin-top: 0;
}

.contact-us-page .contact-information {
    padding-bottom: 80px;
    position: relative;
}

.page-template-contact .site-main{
    overflow: inherit;
}

.contact-us-page .contact-information::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: repeating-linear-gradient(to right, #282828, #282828 8px, transparent 8px, transparent 16px);
    position: absolute;
    bottom: 1px;
    top: inherit;
    left: 0;
}

.contact-us-page .contact-map-transport .transport-details {
    display: none;
}

.contact-us-page .contact-map-transport .contact-map {
    display: block;
    width: 50%;
    padding-top: 31px;
}

.contact-us-page .contact-map-transport .transport-section {
    display: block;
    width: 50%;
}

.contact-us-page .contact-map-transport .transport-item .title-tab{
    padding: 32px 0 27px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-us-page .contact-map-transport span.name-address {
    display: block;
    width: 100%;
    background: #F0EDE1;
    padding: 20px 40px 20px 40px;
    font-family: 'Hind';
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #282828;
}

.contact-form {
    padding-top: 157px;
    position: relative;
    z-index: 1;
    padding-bottom: 80px;
    overflow: hidden;
}

.contact-form .background-contact {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    overflow: hidden;
}

.contact-form .background-contact .background-contact-content {
    display: block;
    background: #1BBCE5;
    clip-path: ellipse(50% 84% at 50% 88%);
    transform: translateY(50vh);
    width: 100%;
    height: 100%;
    transition: clip-path 1s ease-in-out, transform 1s ease-in-out;
}

.contact-form.bg-animation .background-contact .background-contact-content {
    clip-path: ellipse(85% 84% at 50% 88%);
    transform: translate3d(0px, 0px, 0px);
}

.dining .contact-form.bg-animation .background-contact .background-contact-content {
    clip-path: ellipse(127% 84% at 50% 88%);
}

.contact-form .image-right.graphic--animation {
    position: absolute;
    right: -15px;
    top: 88px;
    z-index: -1;
    pointer-events: none;
    transform: translateY(50vh);
    transition: clip-path 1.2s ease-in-out, transform 1.2s ease-in-out;
}

.contact-form .image-right.graphic--animation svg {
    width: 130px;
    height: 130px;
}

.contact-form.bg-animation .image-right.graphic--animation{
    clip-path: ellipse(81% 84% at 50% 88%);
    transform: translate3d(0px, 0px, 0px);
}

.contact-form .image-left.graphic--animation {
    position: absolute;
    left: -18px;
    bottom: 40px;
    z-index: -1;
    pointer-events: none;
    transform: translateY(50vh);
    transition: clip-path 1.2s ease-in-out, transform 1.2s ease-in-out;
}

.dining .contact-form .image-left.graphic--animation {
    left: -18px;
    top: 311px;
    bottom: inherit;
}

.contact-form .image-left.graphic--animation svg{
    height: 168px;
    width: 159px;
}

.contact-form.bg-animation .image-left.graphic--animation{
    clip-path: ellipse(81% 84% at 50% 88%);
    transform: translate3d(0px, 0px, 0px);
}

.contact-form.bg-animation .content_loaded .graphic--visit>svg,
.contact-form.bg-animation .content_loaded>svg {
    -webkit-animation: scrolltopBounce 2s cubic-bezier(0.34, 1.56, 0.64, 1);
            animation: scrolltopBounce 2s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.contact-form-content{
    max-width: 846px;
    margin: 0 auto;
}

.contact-form .container{
    position: relative;
}

.dining .contact-form .container::after {
    top: 283px;
    bottom: inherit
}

.contact-us-page .contact-map-transport ul.address-detail {
    list-style: none;
    margin: 0;
}

.contact-us-page .contact-map-transport ul.address-detail li strong {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #282828;
    margin-bottom: 10px;
    display: block;
}

.contact-us-page .contact-map-transport ul.address-detail li span {
    font-family: 'Hind';
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #282828;
}

.contact-us-page .contact-map-transport ul.address-detail li {
    border-bottom: 1px solid #F0EDE1;
    padding: 30px 40px;
}

.contact-us-page .contact-map-transport .map-image {
    padding-bottom: 40px;
}

.contact-us-page .contact-map-transport .map-image img{
    display: block;
    width: 100%;
}

.contact-us-page .contact-map-transport ul.address-detail li p{
    margin: 0;
}

.contact-us-page .contact-map-transport ul.address-detail li:last-child {
    border: 0;
}

.contact-form .wpcf7-form ul.dropdown {
    display: none;
    list-style: none;
    margin: 0;
    padding: 20px;
    position: absolute;
    width: 100%;
    z-index: 1;
    background: #fff;
}

.contact-form .wpcf7-form ul.dropdown li{
    cursor: pointer;;
}

.contact-form form.wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    column-gap: 20px;
}

.contact-form form.wpcf7-form .field {
    width: calc(100% / 2 - 10px);
    display: block;
    margin-bottom: 20px;
}

.contact-form form.wpcf7-form .field.full {
    width: 100%;
}

.contact-form form.wpcf7-form .field.full.enquiry{
    position: relative;
}

.contact-form form.wpcf7-form input {
    width: 100%;
    border-radius: 5px;
    border: 0;
    outline: none;
    padding: 12px 20px;
    height: 50px;
    font-family: 'Hind';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    cursor: pointer;
}

.contact-form form.wpcf7-form textarea {
    width: 100%;
    border-radius: 5px;
    border: 0;
    outline: none;
    padding: 12px 20px;
    height: 100px;
    resize: none;
    font-family: 'Hind';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
}

.contact-form form.wpcf7-form p {
    margin: 0;
}

.contact-us-page .title-and-image {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.contact-us-page .contact-map-transport .button-toggle {
    border: 1.5px solid #00ACD8;
    border-radius: 50%;
    padding: 8px;
}

.contact-us-page .contact-map-transport svg path {
    transform-origin: 50%;
    transition: transform .4s cubic-bezier(0.33, 1, 0.68, 1), opacity .2s cubic-bezier(0.33, 1, 0.68, 1);
}

.contact-us-page .transport-item:hover svg {
    transform: rotate(180deg);
}

.contact-us-page .transport-item svg {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform .4s cubic-bezier(0.33, 1, 0.68, 1), opacity .2s cubic-bezier(0.33, 1, 0.68, 1);
}

.contact-us-page .transport-item.active .title-tab svg path:last-child{
    display: none;
}

.contact-us-page .contact-map-transport .transport-item:hover .button-toggle{
    background: #00ACD8;
}

.contact-us-page .contact-map-transport .transport-item.active .button-toggle{
    background: #00ACD8;
}

.contact-us-page .contact-map-transport .transport-item.active .button-toggle svg path,
.contact-us-page .contact-map-transport .transport-item:hover .button-toggle svg path {
   stroke: #fff;
}

.contact-us-page .contact-map-transport .transport-item.active .title-and-image strong{
    color: #00ACD8;
}

.contact-us-page .contact-map-transport .transport-item .title-and-image strong {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #282828;
}

.contact-us-page .contact-map-transport .contact-map .map-description {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #282828;
    margin-bottom: 40px;
}

.contact-us-page .contact-map-transport a.button.primary {
    padding: 7px 19px 5px;
}

.contact-us-page .contact-map-transport .transport-item .title-tab{
    border-bottom: 1px solid #282828;
    cursor: pointer;
}

.contact-us-page .contact-map-transport .transport-item .button-toggle{
    transition: all .3s;
}

.contact-form .button-btn-submit {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.contact-form .button-btn-submit p{
    position: relative;
}

.contact-form .button-btn-submit .wpcf7-spinner {
    position: absolute;
    top: 9px;
}

.contact-form form.wpcf7-form input.wpcf7-submit {
    max-width: 92px;
    border: 1.5px solid #fff;
    border-radius: 50px;
    background: transparent;
    color: #fff;
    cursor: pointer;
    outline: none;
    transition: all .5s;
    padding: 7px 10px;
    height: 41px;
}

.contact-form form.wpcf7-form input.wpcf7-submit:hover {
    background: #fff;
    color: #1BBCE5;
    border: 1px solid #1BBCE5;
}

.contact-form .wpcf7-form input::placeholder {
    color: #959595;
}

.contact-form .wpcf7-form textarea::placeholder {
    color: #959595;
}

.contact-form .gform_wrapper.gform-theme--foundation .gfield input.gform-datepicker::placeholder,
.contact-form .gform_wrapper form .gform-body.gform_body .gfield .ginput_complex input::placeholder{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    
}

.contact-form .wpcf7-form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: #282828 !important;
}

.contact-form .gform_wrapper.gform-theme--foundation .gfield input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: #282828 !important;
}

.contact-form form.wpcf7-form .field.full.enquiry .wpcf7-form-control-wrap:before {
    position: absolute;
    content: '';
    display: block;
    background: url(../images/select-down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 19px;
    height: 8px;
    top: 10px;
    right: 20px;
    transition: all .5s;
    pointer-events: none;
    z-index: 1;
}

.contact-form form.wpcf7-form .field.full.enquiry .wpcf7-form-control-wrap.active:before {
    transform: rotate(180deg);
    top: 9px;
}

.contact-form .wpcf7 form .wpcf7-response-output {
    width: 100%;
    text-align: center;
    margin: 20px 0;
}

.contact-form .wpcf7 form.failed .wpcf7-response-output, 
.contact-form .wpcf7 form.aborted .wpcf7-response-output {
    color: #dc3232;
}

.contact-form h2.gform_title {
    display: none;
}

.contact-form-content .gform_wrapper form .gform-body.gform_body .gfield .ginput_container_telephone .iti__flag{
    display: none;
}

.contact-form-content .gform_wrapper form .gform-body.gform_body .gfield .ginput_container_telephone .iti__flag-box .iti__flag{
    display: block;
}

.contact-form .gfield ul li:before {
    display: none;
}

.contact-form .gform_wrapper form {
    background: transparent;
    padding: 0;
    margin-bottom: 0px;
}

.contact-form .gform_wrapper form .gform-body.gform_body {
    padding: 0;
}

.contact-form  .gform_wrapper.gform-theme--foundation .gfield select{
    background: url(../images/icon-down.svg) no-repeat center right 25px, #fff;
}

.contact-form .iti--separate-dial-code .iti__selected-flag::before{
    position: absolute;
    content: '';
    display: block;
    background: url(../images/select-down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 19px;
    height: 8px;
    top: 19px;
    right: 0;
    transition: all .5s;
    pointer-events: none;
}

.contact-form .iti--separate-dial-code .iti__selected-dial-code {
    padding-right: 29px;
    margin-left: 10px !important;
}

.contact-form .gform_wrapper.gform-theme--foundation .gfield .ginput_password, 
.contact-form .gform_wrapper.gform-theme--foundation .gfield input, 
.contact-form .gform_wrapper.gform-theme--foundation .gfield select {
    border-color: transparent !important;
    padding: 12px 20px;
}

.contact-form .gform_wrapper.gform-theme--foundation .gfield.gfield_error .ginput_password, 
.contact-form .gform_wrapper.gform-theme--foundation .gfield.gfield_error input, 
.contact-form .gform_wrapper.gform-theme--foundation .gfield.gfield_error select,
.contact-form .gform_wrapper.gform-theme--foundation .gfield.gfield_error textarea {
    border-color: #E40000 !important;
}

.contact-form .gform-theme--framework .gform_validation_errors{
    display: none;
}

.contact-form .gform_wrapper.gform-theme--foundation .gfield input.gf-telephone  {
    padding: 12px 20px 12px 98px!important;
}

.contact-form .gform-theme--foundation .gfield {
    margin-bottom: 20px;
}

.contact-form .gform-theme--foundation .gfield.gfield--type-html > a:hover {
    color: #fff;
}

.contact-form .gform_wrapper.gform-theme--foundation .gfield .ginput_password.large, 
.contact-form .gform_wrapper.gform-theme--foundation .gfield input.large, 
.contact-form .gform_wrapper.gform-theme--foundation .gfield select.large {
    border-color: transparent;
    outline: none;
}

.contact-form .gform_wrapper.gform-theme--foundation .gfield input::placeholder{
    color: #959595;
}

.contact-form-content .gform_wrapper form .gform-body.gform_body .gfield .ginput_container_telephone .iti__selected-flag {
    background: transparent !important;
    border: 0;
    padding: 0;
    min-width: inherit;
    justify-content: inherit;
}

.contact-form .gform-theme--foundation .gform_footer, 
.contact-form .gform-theme--foundation .gform_page_footer {
    justify-content: center;
    margin-top: 20px;
}

.contact-form input.gform_button.button{
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 26px !important;
    text-align: center !important;
    padding: 8px 20px 5px !important;
    text-transform: capitalize !important;
    display: inline-block !important;
    border-radius: 50px !important;
    color: #fff !important;
    border: 1.5px solid #fff !important;
    background-color: transparent !important;
    transition: all .5s !important;
    cursor: pointer !important;
    outline: none !important;
}

.contact-form input.gform_button.button:hover,
.contact-form input.gform_button.button:focus,
.contact-form input.gform_button.button:active{
    background: #fff !important;
    color: #1BBCE5 !important;
    border: 1px solid #fff !important;
}

.contact-form .gform_wrapper.gform-theme--foundation .gfield textarea {
    border-color: transparent !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    height: 100px;
    padding: 11px 20px;
    outline: none;
}

.dining .contact-form .gform_wrapper.gform-theme--foundation .gfield textarea{
    min-block-size: 80px;
    height: 80px;
}

.contact-form .gform_wrapper.gform-theme--foundation .gfield textarea::placeholder{
    color: #959595;
}

.image-pro .contact-form .container::after {
    bottom: -57px;
}

.contact-form .gform-theme--foundation .ginput_complex .gfield_time_minute.ginput_container_time{
    display: none;
}

.contact-form .gform-theme--foundation .ginput_complex .ginput_container_time {
    width: 100%;
    padding: 0;
}

.contact-form .gform_wrapper.gform-theme--foundation .gfield input.gform-datepicker{
    width: 100%;
}

.contact-form .gform_wrapper.gform-theme--foundation .gfield input{
    outline: none;
}

.contact-form .gform-theme--foundation .gform-grid-row {
    margin-inline: 0;
}

.contact-form h3.gsection_title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    margin-top: 21px;
}

.contact-form .gform-theme--framework:where(:not(.gform_editor)) .gfield--type-section {
    border-block-end: 0;
}

.dining .contact-form {
    background: #F0EDE1;
    padding-top: 192px;
    min-height: 500px;
}

.contact-form .gform_wrapper form .gform-body.gform_body .gfield input[type="checkbox"] {
    padding: 0;
}

.dining .contact-form::before {
    clip-path: ellipse(120% 84% at 50% 88%);
}

.contact-form .gform-theme--foundation .gfield--width-full .gfield_description.validation_message.gfield_validation_message{
    margin-block-start: 6px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #E40000;
}

.contact-form .gform_wrapper form .gform-body.gform_body .gfield.gfield--type-checkbox {
    margin-bottom: 40px;
    margin-top: 19px;
}

.contact-form .gform_wrapper form .gform-body.gform_body .gfield.gfield--type-checkbox label {
    margin-left: 16px;
}

.contact-form .gform_wrapper form .gform-body.gform_body .gfield.gfield--type-checkbox label > a:hover {
    color: #fff;
}

.contact-form .gform_confirmation_message{
    text-align: center;
}

.contact-form .gfield_description.instruction {
    display: none;
}

.contact-form .gform-theme--framework .field_description_below .gfield_description:where(:not(.gfield_creditcard_warning_message):not(.field_validation_above .gfield_validation_message):not(.ginput_counter_tinymce):not(.gfield_choice_limit_message)) {
    margin-block-start: 6px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #E40000;
}

.image-pro .contact-form .image-left.graphic--animation {
    bottom: -27px;
}

@media screen and (min-width:1441px) {
    .contact-form .image-left.graphic--animation {
        left: 20px;
    }

    .contact-form .image-right.graphic--animation {
        right: 20px;
    }
}

@media screen and (max-width:1439px) {
    .contact-form .image-left.graphic--animation {
        left: 20px;
    }

    .contact-form .image-right.graphic--animation {
        right: 20px;
    }
}

@media screen and (max-width:1366px) {
    .contact-us-page .contact-map-transport {
        padding-bottom: 100px;
    }

    .contact-us-page .contact-top::before {
        right: 0;
        width: 190px;
    }

    .contact-us-page .contact-top .graphic--animation {
        right: 0;
    }
}

@media screen and (max-width:991px) {
    .contact-us-page .contact-map-transport {
        flex-wrap: wrap;
    }

    .contact-us-page .contact-map-transport .contact-map {
        width: 100%;
    }

    .contact-us-page .contact-map-transport .transport-section {
        width: 100%;
    }

    .dining .contact-form::before {
        clip-path: ellipse(145% 84% at 50% 88%);
    }

    .dining .contact-form {
        padding-top: 157px;
    }
}

@media screen and (max-width:767px) {
    .contact-form .image-left.graphic--animation {
        display: none;
    }

    .dining .contact-form.bg-animation .background-contact .background-contact-content {
        clip-path: ellipse(282% 84% at 50% 88%);
    }

    .contact-us-page h2.contact-title span.split--items {
        column-gap: 7px;
    }

    .contact-us-page .contact-top .graphic--animation.mobile{
        display: block;
    }

    .contact-us-page .contact-top .graphic--animation{
        display: none;
    }

    .contact-us-page .contact-top .graphic--animation {
        right: -6px;
        top: -94px;
    }

    .contact-form .image-right.graphic--animation {
        display: none;
    }

    .contact-form .gform-theme--foundation .gfield--width-third {
        grid-column: 1 / -1;
    }

    .contact-form .gform-theme--foundation .gfield--width-half {
        grid-column: 1 / -1;
    }

    .contact-us-page .list-infor .item {
        display: block;
        width: 100%;
        padding-right: 35px;
    }

    .contact-form .container::before{
       display: none;
    }
    
    .contact-form .container::after{
        display: none;
    }

    .contact-us-page .contact-top::before {
        top: -91px;
        right: -9px;
        width: 152px;
        background: url(../images/bg-plant-mb.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

    .contact-us-page .contact-top {
        padding-top: 22px;
    }

    .contact-us-page .contact-top {
        margin-bottom: 30px;
    }

    .contact-us-page .list-infor {
        row-gap: 30px;
    }

    .contact-us-page .contact-information {
        padding-bottom: 60px;
    }

    .contact-us-page .contact-map-transport .contact-map {
        padding-top: 0;
    }

    .contact-us-page .contact-map-transport {
        padding-top: 59px;
        row-gap: 28px;
        padding-bottom: 68px;
    }

    .contact-form.bg-animation .background-contact .background-contact-content {
        clip-path: ellipse(169% 84% at 50% 88%);
    }

    .contact-form form.wpcf7-form .field {
        width: 100%;
    }

    .contact-us-page h2.title-form {
        font-size: 36px;
        line-height: 46px;
        letter-spacing: 0;
    }

    .contact-form h2.title-form {
        font-size: 36px;
        line-height: 46px;
        letter-spacing: 0;
    }

    .contact-form {
        padding-top: 94px;
    }

    .image-pro .contact-form {
        padding-top: 88px;
    }
}