/*** 
==========================
   Contact Style1 Css
==========================
***/
.contact-style1 {
    padding: 120px 0px 80px;
}

.single-contact-style1 {
    position: relative;
    display: block;
    padding-top: 50px;
    margin-bottom: 40px;
}

.single-contact-style1 .icon-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e6d0bc 0%, #a27c5b 35%, #755338 75%, #3d2b1f 100%) ;
    margin: 0 auto;
    color: var(--thm-white);
    font-size: 45px;
    line-height: 0;
    z-index: 1;
}

.single-contact-style1 .content-box {
    position: relative;
    display: block;
    text-align: center;
    background-color: var(--thm-white);
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.07);
    padding: 75px 75px 43px;
}

.single-contact-style1 .content-box h3 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 9px;
}

.single-contact-style1 .content-box h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-contact-style1 .content-box h3 a:hover {
    color: #a27c5b;
}

.single-contact-style1 .content-box p {
    margin: 0;
}

.single-contact-style1 .content-box p a {
    color: var(--thm-body-font-color);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-contact-style1 .content-box p a:hover {
    color: #a27c5b;
}




/*** 
=============================================
    Main Contact Form Css
=============================================
***/
.main-contact-form {
    background-color: transparent;
    padding-bottom: 120px;
    z-index: 11;
}

.main-contact-form__inner {
    position: relative;
    display: block;
    border-top: 1px solid var(--thm-border-color);
    padding-top: 120px;
}

.contact-form {
    position: relative;
    display: block;
}

.contact-form form {
    position: relative;
    display: block;
}

.contact-form form .form-group {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.contact-form form .input-box {
    position: relative;
    display: block;
}


.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea {
    position: relative;
    display: block;
    border-radius: 0px;
    border: 1px solid var(--thm-border-color);
    background-color: var(--thm-white);
    width: 100%;
    height: 60px;
    color: #45474c;
    font-size: 17px;
    font-family: var(--thm-font);
    font-weight: 400;
    font-style: normal;
    padding-left: 25px;
    padding-right: 35px;
    transition: all 500ms ease;
}

.contact-form form textarea {
    height: 180px;
    padding-top: 14px;
    padding-left: 25px;
    padding-right: 35px;
    padding-bottom: 10px;
}

.contact-form form input[type="text"]:focus {
    border-image: linear-gradient(135deg, #e6d0bc 0%, #a27c5b 35%, #755338 75%, #3d2b1f 100%) 1 ;
}

.contact-form form input[type="email"]:focus {
    border-image: linear-gradient(135deg, #e6d0bc 0%, #a27c5b 35%, #755338 75%, #3d2b1f 100%) 1 ;
}

.contact-form form textarea:focus {
    border-image: linear-gradient(135deg, #e6d0bc 0%, #a27c5b 35%, #755338 75%, #3d2b1f 100%) 1 ;
}


.contact-form form input[type="text"]::-webkit-input-placeholder {
    color: #6A6A6A;
}

.contact-form form input[type="text"]:-moz-placeholder {
    color: #6A6A6A;
}

.contact-form form input[type="text"]::-moz-placeholder {
    color: #6A6A6A;
}

.contact-form form input[type="text"]:-ms-input-placeholder {
    color: #6A6A6A;
}



.contact-form form input[type="email"]::-webkit-input-placeholder {
    color: #6A6A6A;
}

.contact-form form input[type="email"]:-moz-placeholder {
    color: #6A6A6A;
}

.contact-form form input[type="email"]::-moz-placeholder {
    color: #6A6A6A;
}

.contact-form form input[type="email"]:-ms-input-placeholder {
    color: #6A6A6A;
}



.contact-form form textarea::-webkit-input-placeholder {
    color: #6A6A6A;
}

.contact-form form textarea:-moz-placeholder {
    color: #6A6A6A;
}

.contact-form form textarea::-moz-placeholder {
    color: #6A6A6A;
}

.contact-form form textarea:-ms-input-placeholder {
    color: #6A6A6A;
}

.contact-form form .btn-box {
    position: relative;
    display: block;
    line-height: 0;
    margin: 20px 0px 0px;
}

.contact-form form button.btn-one::before {
    background-color: #212325;
}






.google-map {
    position: relative;
    display: block;
    background-color: #646464;
    z-index: 1;
}

.contact-page__map-box {
    position: relative;
    display: block;
    width: 100%;
    height: 589px;
}


/*** 
=============================================
    Career Page Css
=============================================
***/
.contact-form form select {
    position: relative;
    display: block;
    border-radius: 0;
    border: 1px solid var(--thm-border-color);
    background-color: var(--thm-white);
    width: 100%;
    height: 60px;
    color: #45474c;
    font-size: 17px;
    font-family: var(--thm-font);
    font-weight: 400;
    padding-left: 25px;
    padding-right: 35px;
    appearance: none;
    -webkit-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #755338 50%), linear-gradient(135deg, #755338 50%, transparent 50%);
    background-position: calc(100% - 22px) calc(50% - 3px), calc(100% - 16px) calc(50% - 3px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    transition: all 500ms ease;
}

.contact-form form select:focus {
    border-image: linear-gradient(135deg, #e6d0bc 0%, #a27c5b 35%, #755338 75%, #3d2b1f 100%) 1;
}

.career-upload {
    position: relative;
    display: block;
}

.career-upload input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    overflow: hidden;
}

.career-upload__label {
    position: relative;
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 90px;
    padding: 18px 22px;
    border: 1px dashed var(--thm-border-color);
    background-color: var(--thm-white);
    cursor: pointer;
    transition: border-color 300ms ease, box-shadow 300ms ease;
}

.career-upload__label:hover,
.career-upload input[type="file"]:focus + .career-upload__label {
    border-color: #a27c5b;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

.career-upload__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    color: var(--thm-white);
    font-size: 22px;
    background: linear-gradient(135deg, #e6d0bc 0%, #a27c5b 35%, #755338 75%, #3d2b1f 100%);
}

.career-upload__text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
    min-width: 0;
}

.career-upload__text strong {
    color: var(--thm-black);
    font-size: 17px;
    font-weight: 600;
}

.career-upload__text small {
    color: #6a6a6a;
    font-size: 14px;
}

.career-upload__filename {
    display: block;
    max-width: 180px;
    color: #755338;
    font-size: 14px;
    font-weight: 500;
    text-align: right;
    word-break: break-word;
}

.career-consent {
    margin-top: 5px;
}

.career-consent__label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0;
    color: var(--thm-body-font-color);
    font-size: 15px;
    line-height: 1.55;
    cursor: pointer;
}

.career-consent__label input {
    margin-top: 4px;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    accent-color: #755338;
}

.career-consent__label a {
    color: #755338;
    text-decoration: underline;
}

.career-side {
    position: relative;
    display: block;
    height: 100%;
}

.career-side__inner {
    position: relative;
    display: block;
    height: 100%;
    min-height: 589px;
    padding: 40px 36px;
    background-color: var(--thm-white);
    border: 1px solid var(--thm-border-color);
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.07);
}

.career-side__inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #e6d0bc 0%, #a27c5b 35%, #755338 75%, #3d2b1f 100%);
}

.career-side__eyebrow {
    margin-bottom: 10px;
    color: #a27c5b;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.career-side__title {
    margin-bottom: 14px;
    color: var(--thm-black);
    font-size: 28px;
    line-height: 1.25;
}

.career-side__lead {
    margin-bottom: 28px;
    color: var(--thm-body-font-color);
}

.career-side__list {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

.career-side__list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    color: var(--thm-black);
    font-size: 16px;
    line-height: 1.45;
}

.career-side__list li i {
    margin-top: 3px;
    color: #a27c5b;
    font-size: 16px;
}

.career-side__note {
    padding-top: 24px;
    border-top: 1px solid var(--thm-border-color);
}

.career-side__note h4 {
    margin-bottom: 8px;
    color: var(--thm-black);
    font-size: 18px;
}

.career-side__note p {
    margin: 0;
    color: var(--thm-body-font-color);
}

#career-form input.error,
#career-form select.error,
#career-form textarea.error {
    border-color: red;
}

#career-form label.error {
    display: none !important;
}

#career-form .career-upload input.error + .career-upload__label {
    border-color: red;
}

/*** 
=============================================
    End Css
=============================================
***/