/* header variant */

.contact-header .navbar {
    padding: 35px 0;
    position: static;
}

.contact-header .navbar .brand-section img {
    filter: invert(1);
}

.contact-header .navbar .nav-list a {
    color: black;
    font-weight: 500;
}

.contact-header .navbar .nav-list {
    margin-bottom: 0;
}

.contact-header .hamburger-menu span {
    background: #000;
}

.contact-header .btn-inquiry:hover {
    background-color: transparent;
    color: #000;
    border: 1px solid #C6D8DC;
}

/* header variant */

.contact-us-section {
    /*  background: url("../images/contact/contact-bg-image.png"), #F4F5F5;
    background-size: cover;
    background-position: center center;
    width: 100%;
    padding-top: 68px;
    height: 584px; */
    position: relative;
    /* margin-top: 80px; */
}

.contact-us-section .bg-image {
    position: absolute;
    width: 100%;
    height: 584px;
    background: #F4F5F5;
}

.contact-us-section .bg-image img {
    width: 100%;
    height: auto;
}

.contact-us-section .custom-container {
    max-width: 1650px;
    margin: 0 auto;
    position: relative;
    padding-top: 68px;
}

.contact-us-section .breadcrumb {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 38px;
}

.contact-us-section .breadcrumb .list-item {
    font-size: 18px;
    font-weight: 600;
    line-height: 44px;
    color: black;
}

.contact-us-section .breadcrumb li a.list-item {
    display: flex;
    gap: 10px;
    font-weight: 300;
}

.contact-us-section .box {
    background: #fff;
    box-shadow: 0px 24px 150px 0px #0000000D;
    border-radius: 20px;
    padding: 50px;
    height: 100%;
}

.contact-us-section .box h2 {
    font-size: 54px;
    font-weight: 600;
    line-height: 1.26;
    margin-bottom: 50px;
}

.contact-us-section .box .input {
    border: 1px solid #E4E4E4;
    padding: 18.5px 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.26;
    color: #000;
    background: #F4F5F5;
    border-radius: 8px;
    width: 100%;
}

.contact-us-section .box .input:focus {
    border: 1px solid #000;
    outline: none;

}

::placeholder {
    color: #B5B5B5;
    opacity: 1;
    font-size: 16px;
    font-weight: 500;

}

.contact-us-section .box .label {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.26;
    margin-bottom: 10px;
    display: block;
}

.contact-us-section .box .form-controls {
    margin-bottom: 30px;
}

.contact-us-section .box .input-grp {
    display: flex;
    gap: 15px;
}

.contact-us-section .box .input-grp input {
    width: calc(100% - 116px);
}

.contact-us-section .box .input-grp select {
    width: 116px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../images/home/arrow-down.svg"), #F4F5F5;
    background-repeat: no-repeat;
    background-position: 77% center;
}

.contact-us-section .box .btn-black {
    background: #000;
    border-radius: 50px;
    padding: 16px 40px;
    font-size: 15px;
    font-weight: 600;
    line-height: 20.16px;
    color: #fff;
    border: none;
}

.contact-us-section .box.get-in-touch span {
    font-size: 20px;
    line-height: 1.26;
    margin-bottom: 6px;
}

.contact-us-section .box.get-in-touch h2 {

    margin-bottom: 95px;
}

.contact-us-section .box.get-in-touch .contact-detail .address {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.contact-us-section .box.get-in-touch .contact-detail .address:last-child {
    border-bottom: 1px solid transparent;
    padding-bottom: 0;
    margin-bottom: 0;
}

.contact-us-section .box.get-in-touch .contact-detail .icon {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
}

.contact-us-section .box.get-in-touch .contact-detail p {
    font-family: 'Helvetica-Medium';
    font-size: 24px;
    font-weight: 500;
    line-height: 1.221;
    margin-bottom: 0;

}

.contact-us-section .box.get-in-touch .contact-detail .desc {
    font-family: 'Plus Jakarta Sans';
    font-size: 20px;
    line-height: 2;
    color: #000;
    max-width: 530px;
    font-weight: 400;
}


@media only screen and (min-width: 1200px) and (max-width: 1599px) {

    .contact-header .navbar {
        padding: 2.0833333333333335vw 0;
    }

    .contact-us-section .bg-image {
        height: 30.416666666666668vw;
    }


    .contact-us-section .custom-container {
        max-width: 90%;
        padding-top: 3.4722222222222223vw;
    }

    .contact-us-section .breadcrumb {
        margin-bottom: 2.4305555555555554vw;
    }

    .contact-us-section .breadcrumb .list-item {
        font-size: 1.25vw;
    }

    .contact-us-section .box {
        border-radius: 1.3888888888888888vw;
        padding: 2.7777777777777777vw;
    }

    .contact-us-section .box h2 {
        font-size: 3.172vw;
        margin-bottom: 2.7777777777777777vw;
    }

    .contact-us-section .box .input {
        padding: 1.1111111111111112vw 1.3888888888888888vw;
    }

    .contact-us-section .box .form-controls {
        margin-bottom: 1.683vw;
    }


    .contact-us-section .box .input-grp input {
        width: calc(100% - 8.055555555555555vw);
    }

    .contact-us-section .box textarea {
        height: 6.736111111111111vw;
    }

    .contact-us-section .box .input-grp select {
        width: 8.055555555555555vw;
        background-position: 77% center;
    }

    .contact-us-section .box .btn-black {
        padding: 1.0416666666666667vw 2.4305555555555554vw;
    }

    .contact-us-section .box.get-in-touch span {
        font-size: 1.25vw;
    }

    .contact-us-section .box.get-in-touch h2 {
        margin-bottom: 5.308vw;
    }

    .contact-us-section .box.get-in-touch .contact-detail .address {
        padding-bottom: 2.7777777777777777vw;
        margin-bottom: 2.7777777777777777vw;
    }

    .contact-us-section .box.get-in-touch .contact-detail .icon {
        margin-bottom: 1.3888888888888888vw;
    }

    .contact-us-section .box.get-in-touch .contact-detail p {
        font-size: 1.6666666666666667vw;

    }

    .contact-us-section .box.get-in-touch .contact-detail .desc {
        font-size: 1.25vw;
        line-height: 2;
    }


}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .contact-header .navbar {
        padding: 30px;
    }

    .contact-us-section .bg-image {
        height: 350px;
    }

    .contact-us-section .custom-container {
        max-width: 90%;
        padding-top: 50px;
    }

    .contact-us-section .breadcrumb {
        margin-bottom: 30px;
    }

    .contact-us-section .breadcrumb .list-item {
        font-size: 18px;
    }
    .contact-us-section .box {
        border-radius: 15px;
        padding: 30px;
        margin-bottom: 30px;
        height: auto;
    }

    .contact-us-section .box h2 {
        font-size: 38px;
        margin-bottom: 40px;
    }

    .contact-us-section .box .input {
        padding: 15px 20px;
    }

    .contact-us-section .box .form-controls {
        margin-bottom: 25px;
    }

    .contact-us-section .box .btn-black {
        padding: 15px 30px;
    }

    .contact-us-section .box.get-in-touch span {
        font-size: 20px;
    }

    .contact-us-section .box.get-in-touch h2 {
        margin-top: 10px;
        margin-bottom: 50px;
    }

    .contact-us-section .box.get-in-touch .contact-detail .address {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }


    .contact-us-section .box.get-in-touch .contact-detail .icon {
        margin-bottom: 15px;
    }

    .contact-us-section .box.get-in-touch .contact-detail p {
        font-size: 22px;

    }

    .contact-us-section .box.get-in-touch .contact-detail .desc {
        font-size: 18px;
        line-height: 1.8;
        max-width: 530px;
    }


}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .contact-header .navbar .nav-list .btn {
        color: white;
    }

    .contact-header .navbar {
        padding: 20px 0;
        max-width: 90%;
    }

    .contact-us-section .bg-image {
        height: 250px;
    }

    .contact-us-section .custom-container {
        max-width: 90%;
        padding-top: 30px;
    }

    .contact-us-section .breadcrumb {
        margin-bottom: 20px;
    }

    .contact-us-section .breadcrumb .list-item {
        font-size: 16px;
    }

    .contact-us-section .contact-container {
        margin-bottom: 110px;
    }

    .contact-us-section .box {
        border-radius: 15px;
        padding: 20px;
        margin-bottom: 20px;
        height: auto;
    }

    .contact-us-section .box h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .contact-us-section .box .input {
        padding: 12px 15px;
    }

    ::placeholder {
        font-size: 14px;
    }

    .contact-us-section .box .form-controls {
        margin-bottom: 20px;
    }

    .contact-us-section .box .btn-black {
        padding: 12px 20px;
    }

    .contact-us-section .box.get-in-touch span {
        font-size: 16px;
    }

    .contact-us-section .box.get-in-touch h2 {
        margin-top: 5px;
        margin-bottom: 20px;
    }

    .contact-us-section .box.get-in-touch .contact-detail .address {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }


    .contact-us-section .box.get-in-touch .contact-detail .icon {
        margin-bottom: 15px;
    }

    .contact-us-section .box.get-in-touch .contact-detail .icon img {
        width: 22px;
        height: auto;
    }

    .contact-us-section .box.get-in-touch .contact-detail p {
        font-size: 20px;

    }

    .contact-us-section .box.get-in-touch .contact-detail .desc {
        font-size: 16px;
        line-height: 1.8;
        max-width: 100%;
    }

}