

.contact-page .tp-line-white:hover {
    background-size: 0% 1px, 100% 1px;
}


.contact-page .tp-section-subtitle {
    font-size: 18px;
    text-transform: uppercase;
    color: #000;

    margin-right: 15px;

}

 .tp-section-subtitle.pre::before {
    content: "";
    height: 8px;
    width: 8px;
    margin-right: 12px;
    border-radius: 4px;
    display: inline-block;
    transform: translateY(-2px);
    background-color:  var(--color-site-1);
}


.contact-page .bg-contact {

    background-size: cover;
    background-position: center;
}

.contact-page .tp-career-title {
    font-size: 50px;
    font-weight: 700;
    color: #000;

}


.contact-page .tp-career-shape-1 {
    position: absolute;
    top: 1%;
    right: 50%;

}

.tp-line-white {
    display: inline;
    transition: all 0.3s linear;
    background-repeat: no-repeat;
    background-size: 0 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
}
.contact-page .info-line{
    position: absolute;
    top: 20%;
    right: 100%;
    height: 1px;
    width: 80px;
    background-color: var(--color-site-1);
}

.contact-page .info-line::before {
    content: "";
    height: 15px;
    width: 15px;
    border-radius: 50%;
    display: inline-block;
    transform: translateY(-8px);
    background-color: var(--color-site-1);
}

.contact-page .bg-infoContact {
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    border-radius: var(--border-radius);
}

.contact-page .bg-infoContact h4 {
    font-size: 34px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
}



.contact-page .about-us:not(:last-of-type) {

    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}


.contact-page .about-icon  span {
    display: grid;
    height: 54px;
    width: 54px;
    border-radius: 50%;
    place-content: center;
    border: 1px solid rgba(255, 255, 255, 0.14);
    flex-shrink: 0;
}

.contact-page .about-content p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.7);

}

.contact-page .about-content a  ,
.contact-page .about-content span {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}







/* Form inputs */
.contact-page .tp-contact-form-input {
    margin-bottom: 20px;
}

.contact-page .tp-contact-form-input label {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    line-height: 1;
    margin-bottom: 10px;
    display: block;

}

.contact-page .tp-contact-form-input label span.req {
    color:    var(--orange-btn);
}


.contact-page .tp-contact-form-input input ,
.contact-page .tp-contact-form-input select,
.contact-page .tp-contact-form-input textarea  {
    outline: none;
    width: 100%;
    font-size: 15px;
    padding: 0 22px;
    border-radius: 8px;
    background: #F8F8FB;
    color: #000;
    border: 1px solid #F8F8FB;
box-shadow: none;
    transition: border-color 0.3s, background 0.3s;
}

.contact-page .tp-contact-form-input input[type="text"],
.contact-page .tp-contact-form-input input[type="email"],
.contact-page .tp-contact-form-input input[type="tel"],
.contact-page .tp-contact-form-input select {
    height: 60px;

}
#form_contact_new .tp-btn.btn-bg .tp-btn-black-text ,
#form_contact_new .tp-btn.btn-bg .tp-btn-black-circle {

    background-color: var(--color-site-1);
}


.contact-page .tp-contact-form-input textarea {
    padding: 16px ;

}

.contact-page .tp-contact-form-input input::placeholder,
.contact-page .tp-contact-form-input textarea::placeholder {
    color: #a0a0b0;
    font-size: 14px;
}


#form_contact_new  .tp-btn-black-text {
    font-size: 18px;

    padding: 10px 20px;

}

.contact-page .tp-contact-form-input input:focus,
.contact-page .tp-contact-form-input textarea:focus,
.contact-page .tp-contact-form-input select:focus {
    border-color:    var(--orange-btn);
    background: #fff;
    outline: none;
}

/* File input */
.contact-page .tp-contact-form-input input[type="file"] {
    height: auto;
    line-height: normal;
    padding: 12px 22px;
    cursor: pointer;
}

.contact-page .tp-contact-form-input .hidden {
    display: none;
}

/* Submit button */
.contact-page .tp-contact-form-btn {
    margin-top: 10px;
}

.contact-page .tp-contact-form-btn button {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    border-radius: 30px;
    padding: 20px 54px;
    letter-spacing: -0.18px;
    color: #fff;
    background-color:    var(--orange-btn);
    border: none;
    cursor: pointer;

    position: relative;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-page .tp-contact-form-btn button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(232, 80, 58, 0.35);
}

.contact-page .tp-contact-form-btn button span.btn-inner {
    position: relative;
    z-index: 1;
    line-height: 1;
    overflow: hidden;
    display: inline-block;
}

.contact-page .tp-contact-form-btn button span.text-1 {
    position: relative;
    display: block;
    transition: 0.3s;
}

.contact-page .tp-contact-form-btn button span.text-2 {
    position: absolute;
    top: 100%;
    display: block;
    transition: 0.3s;
}

.contact-page .tp-contact-form-btn button:hover span.text-1 {
    transform: translateY(-150%);
}

.contact-page .tp-contact-form-btn button:hover span.text-2 {
    top: 50%;
    transform: translateY(-50%);
}

/* Status */
.contact-page .status-message {
    margin-left: 12px;
    font-size: 14px;
    font-style: italic;
}

/* Right sidebar – contact details */
.contact-page .tp-contact-form-sidebar {
    padding-left: 40px;
}

@media (max-width: 991px) {
    .contact-page .tp-contact-form-sidebar {
        padding-left: 0;
        margin-top: 50px;
    }
}

.contact-page .contact-detail-item {
    display: flex;
    align-items: flex-start;
    padding: 30px 0;
    border-bottom: 1px solid #ebebf4;
}

.contact-page .contact-detail-item:first-child {
    padding-top: 0;
    border-top: none;
}

.contact-page .contact-detail-icon {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
    background: var(--text-color);
}

.contact-page .contact-detail-icon svg {
    width: 22px;
    height: 22px;
}

.contact-page .contact-detail-label {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #a0a0b8;
    margin-bottom: 5px;

    display: block;
}

.contact-page .contact-detail-value {
    font-size: 17px;
    font-weight: 600;
    color: #000;

}

.contact-page .contact-detail-value:hover {
    color:    var(--orange-btn);
}



@media (max-width: 767px) {
    .contact-page .tp-contact-map-wrapper {
        height: 380px;
    }
}



@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.contact-page .tp_fade_anim {
    animation: fadeUp 0.8s ease forwards;
}

.contact-page .tp_fade_anim[data-delay=".3"] {
    animation-delay: 0.3s;
    opacity: 0;
}

.contact-page .tp_fade_anim[data-delay=".5"] {
    animation-delay: 0.5s;
    opacity: 0;
}


.tp-contact-map-section {
    margin-top: -30vh;
}




@media (max-width: 991px) {
    .contact-page .tp-career-title {
        font-size: 40px;
        margin-top: 15px;
    }

    .contact-page .bg-infoContact h4 {
        font-size: 26px;
    }
    .contact-page .ar-about-funfact-item-content a, .contact-page .ar-about-funfact-item-content span {
        font-size: 14px;
    }

    .tp-contact-map-section {
        margin-top: 0;
    }

}

@media (max-width: 767px) {
    .tp-contact-map-section {
        margin-top: -20vh;
    }
}