:root {
    --primary-color: #642004;
    --bg-seconadry: #ffe2b1;
    --gold: #e2952d;
    --secondary-color: #f6f1ee;
    --bg-color: #ffffff;
    --text-color: #4c5f69;
    --accent-color: #642004;
    --white-color: #ffffff;
    --divider-color: #1332441a;
    --dark-divider-color: #ffffff1a;
    --error-color: rgb(230, 87, 87);
    --default-font: "Poppins", sans-serif;
    --accent-font: "Cal Sans", sans-serif;
}
.preloader {
    background-color: var(--accent-color);
}
.dark-section {
    background-color: var(--accent-color);
}
.main-menu ul li a {
    transition: all 0.3s ease;
}
.main-menu ul li a:hover,
.main-menu ul li a:focus {
    color: var(--bg-color);
    font-size: 17px;
    font-weight: 700;
}
.footer-social-links ul li a {
    border: 1px solid #ffffff8b;
}
.footer-social-links ul li a:hover {
    background-color: var(--gold);
    color: var(--bg-color);
    border-color: var(--gold);
}
.footer-links ul li a:hover,
.footer-contact-item-content p a:hover {
    color: var(--gold);
}
.footer-copyright {
    justify-content: center;
}
.footer-copyright .footer-copyright-text a {
    color: var(--gold);
}
.floating-social {
    position: fixed;
    right: 20px;
    bottom: 60px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.social-item {
    width: 40px;
    height: 40px;
    display: block;
    transition: all 0.3s ease;
}
.social-item-sm {
    width: 35px;
    height: 35px;
    display: block;
    transition: all 0.3s ease;
}
.social-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}
.social-item:hover,
.social-item-sm:hover {
    transform: scale(1.1);
}
@media (max-width: 768px) {
    .floating-social {
        right: 15px;
        bottom: 40px;
        gap: 10px;
    }
    .social-item {
        width: 38px;
        height: 38px;
    }
    .social-item-sm {
        width: 33px;
        height: 33px;
    }
}
.hero::before,
.hero.hero-slider-layout .hero-image-slider .hero-slider-img figure::before {
    background: linear-gradient(180deg, rgba(139, 58, 18, 0) 0%, rgba(139, 58, 18, 0.4) 80.94%);
}
.btn-default.btn-white {
    color: var(--accent-color);
}
.btn-default.btn-secondary:hover {
    color: var(--accent-color);
}
.btn-default.btn-highlighted:hover:before {
    background-image: url(../images/arrow-brown.png);
}
.btn-default.btn-white::before {
    background-image: url(../images/arrow-brown.png);
}
@media only screen and (max-width: 1024px) {
    .hero::before,
    .hero.hero-slider-layout .hero-image-slider .hero-slider-img figure::before {
        opacity: 100%;
    }
}
.section-title h1 span,
.section-title h2 span {
    color: #e2952d;
}
.text-justify {
    text-align: justify;
}
.btn-default::after {
    background: var(--gold);
}
.happy-customer-rating i,
.testimonial-item-rating i {
    color: var(--gold);
}
.project-process-item {
    align-items: start;
}
.project-process-item-no::before {
    background: var(--gold);
    border-color: var(--gold);
}
.testimonial-image figure::before {
    background-color: var(--secondary-color);
}
.why-choose .testimonial-image figure::before, 
.testimonial-image figure .white::before{
    background-color: var(--bg-color);
}
.testimonial-author-image img {
    border: 1px solid #000;
}
.our-impact-box {
    background: none;
    border-radius: 20px;
    padding: 0px 0px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0px;
    margin-bottom: 0px;
}
@media only screen and (max-width: 991px) {
    .cta.impact-box-content {
        width: 100%;
    }
}
::-webkit-scrollbar-track {
    background: var(--accent-color);
}
::-webkit-scrollbar-thumb {
    background: var(--gold);
}
.service-icon img {
    object-fit: contain;
}
@media only screen and (max-width: 991px) {
    .service-item .icon-box img {
        max-width: 80px;
    }
}
.about-happy-customer-content p {
    color: var(--accent-color);
}
.page-header:before {
    opacity: 40%;
}
.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/");
}
.story-counter-item h2 {
    color: var(--accent-color);
}
.story-counter-item p {
    color: var(--accent-color);
    font-size: 18px;
}
@media only screen and (max-width: 767px) {
    .story-counter-item {
        width: 100%;
        text-align: left;
    }
}
.vision,
.mission {
    filter: invert(62%) sepia(90%) saturate(900%) hue-rotate(350deg) brightness(95%) contrast(90%);
}
.project-item-image figure img {
    aspect-ratio: 1;
}
.project-item-image figure::before {
    background: linear-gradient(180deg, rgba(139, 58, 18, 0) 0%, rgba(139, 58, 18, 0.4) 80.94%);
}
@media only screen and (max-width: 991px) {
    .satisfy-client-image img {
        max-width: 44px;
        object-fit: cover;
    }
}
@media only screen and (max-width: 1024px) {
    .production {
        height: auto;
        margin: 30px 0 0;
    }
}
.fabric {
    min-height: auto;
}
.garments {
    width: 24%;
    padding: 10px 10px 20px 10px;
}
@media only screen and (max-width: 1024px) {
    .garments {
        width: 45%;
    }
    .garments-list > div {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .garments {
        width: 100%;
    }
}
.garments-list {
    justify-content: space-evenly;
    gap: 10px;
}
.footer-logo img {
    width: 100%;
    max-width: 280px;
}
.home-textiles {
    width: 100% !important;
}
.home-textiles img {
    aspect-ratio: 1.5 / 1 !important;
}
.feature-list-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.about-us-body-list ul li:last-child {
    margin-bottom: 10px;
}
@media (max-width: 991px) {
    .section-title.bm {
        margin-bottom: 0 !important;
    }
}
@media (max-width: 767px) {
    .section-title.bm {
        margin-bottom: 0 !important;
    }
}
#living-room-linen,
#kitchen-linen,
#bathroom-linen,
#bed-linen {
    scroll-margin-top: 100px;
}
.contact-us-item-content h3 a:hover {
    color: var(--gold);
}
@media (min-width: 768px) and (max-width: 991px) {
    .contact-info-wrapper .project-process-items-list {
        display: flex;
        flex-wrap: nowrap;
        gap: 20px;
        justify-content: space-between;
    }
    .contact-info-wrapper .project-process-item {
        width: 33.333%;
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 0;
    }
    .contact-info-wrapper .project-process-item-no {
        flex-shrink: 0;
    }
    .contact-info-wrapper .project-process-item-no h3 {
        font-size: 24px;
        margin: 0;
        line-height: 1;
    }
    .contact-info-wrapper .contact-us-item-content {
        flex: 1;
        min-width: 0;
    }
    .contact-info-wrapper .contact-us-item-content p {
        margin-bottom: 5px;
        font-size: 14px;
    }
    .contact-info-wrapper .contact-us-item-content h3 {
        font-size: 15px;
        line-height: 1.5rem !important;
        margin: 0;
        word-break: break-word;
    }
    .contact-info-wrapper .contact-us-item-content a {
        white-space: nowrap;
    }
}
.feature-item.box-3 .feature-item-image figure img {
    aspect-ratio: 1;
}
.section-row {
    margin-bottom: 40px;
}
.yarn-section,
.global-presence-section,
.page-contact-us {
    padding: 100px 0;
}
@media only screen and (max-width: 991px) {
    .yarn-section,
    .global-presence-section,
    .page-contact-us {
        padding: 50px 0;
    }
}
.yarn-card {
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid #eee;
}
.yarn-table {
    font-size: 15px;
}
.table-title th {
    background: #642004;
    color: #fff;
    padding: 18px;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.table-head th {
    background: #f9ead5;
    color: #642004;
    font-weight: 600;
    padding: 15px;
    border-bottom: 2px solid #642004;
}
.yarn-table tbody td {
    padding: 16px;
    border-color: #eee;
    color: #444;
}
.yarn-table tbody tr:hover {
    background: #fcf7f3;
}
.yarn-table tbody td:first-child {
    font-weight: 600;
    color: #642004;
    text-align: left;
    padding-left: 25px;
}
.check {
    display: inline-flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    background: #642004;
    color: white;
    border-radius: 50%;
    font-size: 14px;
    font-weight: bold;
}
.navbar {
    padding: 12px 0px;
    align-items: center;
}
.country-flags {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
    flex-wrap: nowrap;
    margin-top: 40px;
}
.country-item {
    width: 120px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 6px;
    padding: 0px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
.country-item img {
    width: 100px;
    height: auto;
    object-fit: contain;
}
@media (max-width: 991px) {
    .country-item {
        width: 100px;
        height: 50px;
    }
    .country-item img {
        width: 80px;
    }
}
@media (max-width: 576px) {
    .country-flags {
        gap: 15px;
        flex-wrap: wrap;
    }
    .country-item {
        width: 85px;
        height: 60px;
    }
    .country-item img {
        width: 65px;
    }
}
.social-icon{
    width: 18px;
    height: 18px;
    filter: brightness(0) invert(1);
}
.hero-image-slider {
    width: 100%;
    height: 100%;
}
.hero-image-slider .swiper {
    width: 100%;
    height: 100%;
}
.hero-image-slider .swiper-wrapper {
    height: 100%;
}
.hero-image-slider .swiper-slide {
    height: 100%;
    overflow: hidden;
}
.hero-slider-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.hero-slider-img figure {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.hero-slider-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
    transform: scale(1) !important;
    transition: none !important;
    animation: none !important;
}
.swiper-slide-active .hero-slider-img img {
    transform: scale(1) !important;
    transition: none !important;
    animation: none !important;
}
.swiper-slide-prev .hero-slider-img img,
.swiper-slide-next .hero-slider-img img {
    transform: scale(1) !important;
    transition: none !important;
    animation: none !important;
}
.hero-slider-img figure img {
    transform: scale(1) !important;
    transition: none !important;
}
.hero.hero-slider-layout {
    position: relative;
    min-height: 750px;
    overflow: hidden;
}
@media (max-width: 991px) {
    .hero.hero-slider-layout {
        min-height: 650px;
    }
    .hero-slider-img img {
        object-position: center center;
        transform: scale(1) !important;
    }
}
@media (max-width: 575px) {
    .hero.hero-slider-layout {
        min-height: 600px;
    }
    .hero-slider-img img {
        transform: scale(1) !important;
        object-position: center center;
    }
}
.service-item.home {
    position: relative;
    overflow: hidden;
}
.service-item.home::before {
    content: '';
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transform: scale(1.08);
    transition:
        opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
        transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
    z-index: 0;
}
.col-xl-4:nth-child(1) .service-item::before {
    background-image:
        linear-gradient(
            rgba(0, 0, 0, 0.45),
            rgba(0, 0, 0, 0.45)
        ),
        url('../images/custom/yarn-bg.webp');
}
.col-xl-4:nth-child(2) .service-item::before {
    background-image:
        linear-gradient(
            rgba(0, 0, 0, 0.35),
            rgba(0, 0, 0, 0.35)
        ),
        url('../images/custom/fabric-bg.webp');
}
.col-xl-4:nth-child(3) .service-item::before {
    background-image:
        linear-gradient(
            rgba(0, 0, 0, 0.35),
            rgba(0, 0, 0, 0.35)
        ),
        url('../images/custom/garment-bg.webp');
}
.service-item.home:hover::before {
    opacity: 1;
    transform: scale(1);
}
.why-choose-image-box {
    position: relative;
    width: 100%;
    height: 650px;
}
.why-choose-image-box figure {
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 24px;
}
.why-choose-image-box img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transition:
        transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.why-choose-image-box figure:hover img {
    transform: scale(1.05);
}
.why-choose-image-box-1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 58%;
    height: 430px;
    z-index: 1;
}
.why-choose-image-1 {
    width: 100%;
    height: 100%;
}
.why-choose-image-box-2 {
    position: absolute;
    right: 0;
    top: 80px;
    width: 50%;
    height: 500px;
    z-index: 2;
}
.why-choose-image-2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 300px;
}
.why-choose-image-3 {
    position: absolute;
    left: -110px;
    bottom: -42px;
    width: 95%;
    height: 300px;
    z-index: 3;
}
.why-choose-image-box figure {
    border: 6px solid #ffffff;
    box-shadow:
        0 25px 60px rgba(0, 0, 0, 0.16);
}
.why-choose-image-1 {
    transform: rotate(-2deg);
}
.why-choose-image-2 {
    transform: rotate(2deg);
}
.why-choose-image-3 {
    transform: rotate(-1deg);
}
@media (max-width: 991px) {
    .why-choose-image-box {
        height: 570px;
    }
    .why-choose-image-box-1 {
        width: 58%;
        height: 370px;
    }
    .why-choose-image-box-2 {
        width: 50%;
        top: 70px;
    }
    .why-choose-image-2 {
        height: 270px;
    }
    .why-choose-image-3 {
        left: -138px;
        width: 90%;
        height: 330px;
        bottom: 0px;
    }
}
@media (max-width: 575px) {
    .why-choose-image-box {
        position: relative;
        width: 100%;
        height: 500px;
    }
    .why-choose-image-box-1 {
        left: 0;
        top: 30px;
        width: 65%;
        height: 300px;
        z-index: 1;
    }
    .why-choose-image-box-2 {
        right: 0;
        top: 60px;
        width: 52%;
        height: 420px;
        z-index: 2;
    }
    .why-choose-image-2 {
        right: 0;
        top: 25px;
        width: 100%;
        height: 220px;
    }
    .why-choose-image-3 {
        left: -35%;
        bottom: 35px;
        width: 100%;
        height: 200px;
        z-index: 4;
        transform: rotate(0deg);
    }
    .why-choose-image-3 figure {
        width: 100%;
        height: 100%;
        margin: 0;
        border-radius: 18px;
        border-width: 4px;
        overflow: hidden;
    }
    .why-choose-image-3 figure img {
        width: 100%;
        height: 100%;
        max-width: none;
        object-fit: cover;
        object-position: center;
        display: block;
    }
    .why-choose-image-1,
    .why-choose-image-2 {
        transform: rotate(0deg);
    }
    .why-choose-image-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .why-choose-image-box figure {
        border-radius: 18px;
        border-width: 4px;
    }
}
.why-choose-image-3 figure img{
    max-width: 100%;
}
.about-us-image-box.production.abt {
    position: relative;
    width: 100%;
    height: 500px;
}
.production-image-small {
    position: absolute;
    width: 55%;
    height: 340px;
}
.production-image-main{
    position: absolute;
    width: 60%;
    height: 360px;
}
.production-image-main figure,
.production-image-small figure {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: 22px;
    border: 5px solid #fff;
    box-shadow:
        0 20px 45px rgba(0, 0, 0, 0.15);
}
.production-image-main img,
.production-image-small img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transition:
        transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.production-image-main {
    left: 0;
    top: 0;
    z-index: 1;
}
.production-image-small {
    right: 0;
    bottom: -10%;
    z-index: 2;
}
.production-image-main:hover img,
.production-image-small:hover img {
    transform: scale(1.04);
}
@media (max-width: 991px) {
    .about-us-image-box.production.abt {
        position: relative;
        width: 100%;
        height: 500px;
    }
    .production-image-main {
        width: 60%;
        height: 320px;
        left: 0;
        top: 0;
    }
    .production-image-small {
        width: 55%;
        height: 300px;
        right: 0;
        bottom: 0;
    }
    .production-image-main figure,
    .production-image-small figure {
        border-radius: 20px;
        border-width: 4px;
    }
}
@media (max-width: 767px) {
    .about-us-image-box.production.abt{
        width: 100%;
        height: 470px;
    }
    .production-image-main {
        width: 65%;
        height: 290px;
        left: 0;
        top: 0;
    }
    .production-image-small {
        width: 58%;
        height: 270px;
        right: 0;
        bottom: 0;
    }
    .production-image-main figure,
    .production-image-small figure {
        border-radius: 18px;
        border-width: 4px;
    }
}
@media (max-width: 575px) {
    .about-us-image-box.production.abt {
        width: 100%;
        height: 430px;
    }
    .production-image-main {
        width: 68%;
        height: 250px;
        left: 0;
        top: 0;
    }
    .production-image-small {
        width: 60%;
        height: 230px;
        right: 0;
        bottom: 0;
    }
    .production-image-main figure,
    .production-image-small figure {
        border-radius: 16px;
        border-width: 3px;
    }
    .production-image-main img,
    .production-image-small img {
        object-position: center;
    }
}
@media (max-width: 400px) {
    .about-us-image-box.production.abt {
        height: 390px;
    }
    .production-image-main {
        width: 70%;
        height: 220px;
    }
    .production-image-small {
        width: 62%;
        height: 205px;
        right: 0;
        bottom: 0;
    }
    .production-image-main figure,
    .production-image-small figure {
        border-radius: 14px;
        border-width: 3px;
    }
}
.leadership-section {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}
.leadership-section .container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.leadership-card {
    position: relative;
    display: grid;
    grid-template-columns: 42% 58%;
    align-items: center;
    min-height: 430px;
    margin-bottom: 35px;
    padding: 45px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 28px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease;
}
.leadership-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.09);
}
.ceo-card {
    grid-template-columns: 58% 42%;
}
.leadership-image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
.image-circle {
    position: relative;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    padding: 9px;
    background: #ffffff;
    border: 2px solid rgba(226, 149, 45, 0.45);
    box-shadow:
        0 15px 40px rgba(0, 0, 0, 0.10);
    transition:
        transform 0.5s ease,
        border-color 0.5s ease;
}
.leadership-card:hover .image-circle {
    transform: scale(1.04);
    border-color: #e2952d;
}
.image-circle::before {
    content: "";
    position: absolute;
    inset: -12px;
    border: 1px dashed rgba(226, 149, 45, 0.35);
    border-radius: 50%;
    pointer-events: none;
}
.image-circle img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 50%;
}
.leadership-content {
    padding: 20px 35px;
}
.leader-name {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
    padding-left: 18px;
    border-left: 3px solid #642004;
}
.leader-name strong {
    color: #1b1b1b;
    font-size: 15px;
    font-weight: 700;
}
.leader-name span {
    margin-top: 4px;
    color: #888;
    font-size: 13px;
}
@media (max-width: 991px) {
    .leadership-section {
        padding: 80px 0;
    }
    .leadership-heading h2 {
        font-size: 38px;
    }
    .leadership-card,
    .ceo-card {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 40px 30px;
    }
    .ceo-card .leadership-content {
        order: 2;
    }
    .ceo-card .leadership-image {
        order: 1;
    }
    .leadership-image {
        margin-bottom: 30px;
    }
    .leadership-content {
        padding: 10px 20px;
    }
    .leadership-content p {
        margin-left: auto;
        margin-right: auto;
    }
    .leader-name {
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }
}
@media (max-width: 575px) {
    .leadership-section {
        padding: 65px 0;
    }
    .leadership-section .container {
        width: 92%;
    }
    .leadership-heading {
        margin-bottom: 40px;
    }
    .leadership-heading h2 {
        font-size: 30px;
    }
    .leadership-heading p {
        font-size: 14px;
    }
    .leadership-card,
    .ceo-card {
        padding: 30px 18px;
        border-radius: 22px;
    }
    .image-circle {
        width: 220px;
        height: 220px;
    }
    .leadership-content {
        padding: 5px 8px;
    }
    .leadership-content h3 {
        font-size: 25px;
    }
    .leadership-content p {
        font-size: 14px;
        line-height: 1.7;
    }
}
.process-item{
    background:var(--secondary-color);
}
.process-item{
    height: auto;
}
.process-item-image{
    margin-top: 20px;
}
.process-item-image figure {
    max-width: none;
    margin: 0;
}
.process-item-image img{
    aspect-ratio: 0;
}
.page-services .service-item{
    background: var(--bg-color);
}
.garments{
    background: var(--secondary-color);
}
.career-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 100px 0;
}
.career-form {
    padding: 40px;
    background: var(--secondary-color);
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    box-shadow:
        0 15px 50px rgba(0, 0, 0, 0.07);
}
.career-form label {
    display: block;
    margin-bottom: 8px;
    color: #222;
    font-size: 14px;
    font-weight: 600;
}
.career-form label span {
    color: var(--accent-color);
}
.career-form .form-control {
    min-height: 54px;
    padding: 13px 16px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    box-shadow: none;
    transition:
        border-color 0.3s ease,
        background 0.3s ease,
        box-shadow 0.3s ease;
}
.career-form textarea.form-control {
    min-height: 120px;
    resize: vertical;
}
.career-form .form-control::placeholder {
    color: #aaa;
}
.career-form .form-control:focus {
    background: #fff;
    border-color: var(--accent-color);
    box-shadow:
        0 0 0 3px rgba(226, 149, 45, 0.08);
    outline: none;
}
.career-resume-upload {
    position: relative;
    min-height: 100px;
    background: #fafafa;
    border: 1px dashed #d8d8d8;
    border-radius: 10px;
    transition:
        border-color 0.3s ease,
        background 0.3s ease;
}
.career-resume-upload:hover {
    background: rgba(226, 149, 45, 0.03);
    border-color: var(--accent-color);
}
.career-resume-upload input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}
.career-resume-content {
    min-height: 100px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 18px;
}
.career-resume-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(226, 149, 45, 0.1);
    border-radius: 10px;
    color: var(--accent-color);
    font-size: 20px;
}
.career-resume-content strong {
    display: block;
    margin-bottom: 4px;
    color: #333;
    font-size: 14px;
}
.career-resume-content span {
    display: block;
    color: #999;
    font-size: 12px;
}
.career-form .contact-form-btn {
    margin-top: 5px;
}
.career-form .btn-default {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}
.career-form .btn-default i {
    transition: transform 0.3s ease;
}
.career-form .btn-default:hover {
    transform: translateY(-2px);
    box-shadow:
        0 10px 25px rgba(226, 149, 45, 0.20);
}
.career-form .btn-default:hover i {
    transform: translateX(4px);
}
.career-error {
    margin-bottom: 25px;
    border-radius: 8px;
}
@media (max-width: 991px) {
    .career-form {
        padding: 30px;
    }
    .career-content .section-title {
        margin-bottom: 35px;
    }
}
@media (max-width: 575px) {
    .career-form {
        padding: 25px 18px;
        border-radius: 16px;
    }
    .career-content .section-title {
        margin-bottom: 30px;
    }
    .career-content .section-title h2 {
        font-size: 30px;
    }
    .career-content .section-title p {
        font-size: 14px;
        line-height: 1.7;
    }
    .career-form .form-control {
        min-height: 50px;
    }
    .career-resume-content {
        padding: 15px;
    }
    .career-resume-icon {
        width: 42px;
        height: 42px;
    }
    .career-form .contact-form-btn .btn-default {
        width: 100%;
        justify-content: center;
    }
}
