/* =================================
   PREMIUM PAGE BANNER
================================= */

.interior-page-banner {
    position: relative;
    min-height: 260px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #171717;
}

/* Background Image */

.interior-page-banner-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}


/* Dark Premium Overlay */

.interior-page-banner-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(90deg,
            rgba(12, 12, 12, 0.92) 0%,
            rgba(12, 12, 12, 0.72) 45%,
            rgba(12, 12, 12, 0.48) 100%);

    z-index: 1;
}


/* Content */

.interior-page-banner .container {
    position: relative;
    z-index: 2;
}

.interior-page-banner-content {
    max-width: 720px;
    padding: 40px 0 40px;
}


/* Eyebrow */

.interior-page-banner-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    color: #c99a4a;

    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2.5px;

    margin-bottom: 18px;
}

.interior-page-banner-eyebrow i {
    font-size: 11px;
}


/* Heading */

.interior-page-banner h1 {
    margin: 0;

    color: #ffffff;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 40px;
    font-weight: 500;

    line-height: 1.05;
    letter-spacing: -1px;
}

.interior-page-banner h1 span {
    color: #c99a4a;
    font-style: italic;
}


/* Description */

.interior-page-banner-content>p {
    max-width: 570px;

    margin: 10px 0 10px;

    color: rgba(255, 255, 255, 0.78);

    font-size: 15px;
    line-height: 1.8;
}


/* Breadcrumb */

.interior-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 13px;

    margin-top: 8px;

    font-size: 13px;
    letter-spacing: 0.4px;
}

.interior-breadcrumb a {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    color: #ffffff;

    text-decoration: none;

    transition: all 0.3s ease;
}

.interior-breadcrumb a:hover {
    color: #c99a4a;
}

.interior-breadcrumb>span {
    color: #c99a4a;
    font-size: 10px;
}

.interior-breadcrumb strong {
    color: #c99a4a;
    font-weight: 500;
}


/* Gold Bottom Line */

.interior-page-banner::after {
    content: "";

    position: absolute;
    left: 0;
    bottom: 0;

    width: 100%;
    height: 3px;

    background:
        linear-gradient(90deg,
            transparent 0%,
            #c99a4a 25%,
            #e2bd78 50%,
            #c99a4a 75%,
            transparent 100%);

    z-index: 3;
}


/* =================================
   RESPONSIVE
================================= */

@media (max-width: 991px) {

    .interior-page-banner {
        min-height: 330px;
    }

    .interior-page-banner-content {
        padding: 65px 0 55px;
    }

    .interior-page-banner h1 {
        font-size: 52px;
    }

}


@media (max-width: 767px) {

    .interior-page-banner {
        min-height: 310px;
    }

    .interior-page-banner-content {
        padding: 60px 0 50px;
    }

    .interior-page-banner h1 {
        font-size: 44px;
    }

    .interior-page-banner-content>p {
        font-size: 14px;
        line-height: 1.7;
    }

}


@media (max-width: 575px) {

    .interior-page-banner {
        min-height: 290px;
    }

    .interior-page-banner-content {
        padding: 55px 0 45px;
    }

    .interior-page-banner-eyebrow {
        font-size: 10px;
        letter-spacing: 2px;
    }

    .interior-page-banner h1 {
        font-size: 38px;
    }

    .interior-page-banner-content>p {
        margin-top: 15px;
        margin-bottom: 22px;
        font-size: 13px;
    }

    .interior-breadcrumb {
        font-size: 12px;
    }

}


















/* ==================================================
CONTACT SECTION
================================================== */

.interior-contact-section {
    background: #faf9f6;
}

/* ==================================================
CONTACT HEADING
================================================== */

.contact-heading {
    max-width: 720px;
    margin: 0 auto 50px;
    text-align: center;
}

.contact-heading .interior-section-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 14px;
}

.contact-heading .interior-section-title {
    margin: 0 0 16px;
    text-align: center;
}

.contact-heading .interior-section-title span {
    display: inline;
}

.contact-heading .interior-section-text {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
}

/* ==================================================
CONTACT INFO
================================================== */

.interior-contact-info {
    height: 100%;
    padding: 30px 38px;
    background: #1c1c1c;
    color: #fff;
    box-shadow: 0 25px 60px rgba(20, 20, 20, .12);
}

.interior-contact-info-head {
    margin-bottom: 15px;
}

.interior-contact-info-head>span {
    display: block;
    margin-bottom: 10px;
    color: #c6a36b;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
}

.interior-contact-info-head h3 {
    max-width: 360px;
    margin: 0 0 9px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
}

.interior-contact-info-head p {
    margin: 0;
    color: #c2c2c2;
    font-size: 13px;
    line-height: 1.75;
}

/* ==================================================
CONTACT ITEM
================================================== */

.interior-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 13px 0;
    border-top: 1px solid rgba(255, 255, 255, .11);
    color: inherit;
    text-decoration: none;
    transition: transform .3s ease;
}

.interior-contact-item:last-of-type {
    border-bottom: 1px solid rgba(255, 255, 255, .11);
}

.interior-contact-item:hover {
    color: inherit;
    transform: translateX(5px);
}

.interior-contact-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(185, 150, 90, .13);
    color: #c9a56b;
    font-size: 13px;
}

.interior-contact-text {
    min-width: 0;
}

.interior-contact-text small {
    display: block;
    margin-bottom: 4px;
    color: #b8b8b8;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.3px;
}

.interior-contact-text strong {
    display: block;
    margin-bottom: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

.interior-contact-text em {
    display: block;
    max-width: 330px;
    color: #bdbdbd;
    font-size: 12px;
    font-style: normal;
    line-height: 1.65;
}

/* ==================================================
EXPERIENCE
================================================== */

.interior-contact-experience {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .09);
}

.interior-contact-experience strong {
    color: #c19b5f;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 34px;
    font-weight: 400;
}

.interior-contact-experience span {
    max-width: 180px;
    color: #b4b4b4;
    font-size: 11px;
    line-height: 1.6;
}

/* ==================================================
CONTACT SOCIAL
================================================== */

.interior-contact-social {
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, .09);
}

.interior-contact-social>span {
    display: block;
    margin-bottom: 12px;
    color: #b8b8b8;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.8px;
}

.interior-social-links {
    display: flex;
    align-items: center;
    gap: 9px;
}

.interior-social-links a {
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .04);
    color: #d0ad73;
    text-decoration: none;
    font-size: 13px;
    transition: background .3s ease, color .3s ease, border-color .3s ease, transform .3s ease, box-shadow .3s ease;
}

.interior-social-links a:hover {
    background: #b9965a;
    color: #fff;
    border-color: #b9965a;
    transform: translateY(-4px);
    box-shadow: 0 10px 22px rgba(185, 150, 90, .20);
}

/* ==================================================
CONTACT FORM
================================================== */

.interior-contact-form {
    height: 100%;
    padding: 30px 40px;
    background: #fff;
    border: 1px solid #e8e1d7;
    box-shadow: 0 25px 60px rgba(45, 35, 20, .07);
}

.interior-contact-form-head {
    margin-bottom: 25px;
}

.interior-contact-form-head>span {
    display: block;
    margin-bottom: 8px;
    color: #b9965a;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
}

.interior-contact-form-head h3 {
    margin: 0 0 8px;
    color: #202020;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 29px;
    font-weight: 400;
}

.interior-contact-form-head p {
    margin: 0;
    color: #888;
    font-size: 12px;
    line-height: 1.7;
}

/* ==================================================
FLOATING FIELD
================================================== */

.interior-contact-floating {
    position: relative;
    width: 100%;
}

.interior-contact-floating input,
.interior-contact-floating select,
.interior-contact-floating textarea {
    width: 100%;
    height: 48px;
    padding: 8px 15px 10px 45px;
    border: 1px solid #ddd7cd;
    border-radius: 2px;
    outline: none;
    background: #faf9f6;
    color: #292929;
    font-family: inherit;
    font-size: 13px;
    transition: border-color .3s ease, background .3s ease, box-shadow .3s ease;
}

.interior-contact-floating textarea {
    height: 100px;
    padding-top: 15px;
    resize: none;
    line-height: 1.6;
}

.interior-contact-floating input::placeholder,
.interior-contact-floating textarea::placeholder {
    color: transparent;
}

/* ==================================================
FIELD ICON
================================================== */

.interior-contact-floating>i:first-child {
    position: absolute;
    top: 50%;
    left: 16px;
    z-index: 2;
    transform: translateY(-50%);
    color: #a3875b;
    font-size: 13px;
    pointer-events: none;
    transition: color .3s ease;
}

.interior-contact-textarea>i:first-child {
    top: 25px;
    transform: none;
}

/* ==================================================
FLOATING LABEL
================================================== */

.interior-contact-floating label {
    position: absolute;
    top: 50%;
    left: 40px;
    z-index: 3;
    padding: 0 5px;
    transform: translateY(-50%);
    background: #faf9f6;
    color: #999;
    font-size: 12px;
    line-height: 1;
    pointer-events: none;
    transition: all .25s ease;
}

.interior-contact-textarea label {
    top: 27px;
    transform: none;
}

/* ==================================================
FOCUS
================================================== */

.interior-contact-floating input:focus,
.interior-contact-floating select:focus,
.interior-contact-floating textarea:focus {
    border-color: #b9965a;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(185, 150, 90, .08);
}

/* ==================================================
FLOAT LABEL
================================================== */

.interior-contact-floating input:focus+label,
.interior-contact-floating textarea:focus+label,
.interior-contact-floating input:not(:placeholder-shown)+label,
.interior-contact-floating textarea:not(:placeholder-shown)+label,
.interior-contact-floating select:valid+label {
    top: 0;
    left: 12px;
    transform: translateY(-50%);
    background: #fff;
    color: #80663f;
    font-size: 9px;
    font-weight: 600;
}

/* ==================================================
SELECT
================================================== */

.interior-contact-floating select {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.interior-contact-select-arrow {
    position: absolute !important;
    top: 50% !important;
    right: 15px !important;
    left: auto !important;
    z-index: 4 !important;
    transform: translateY(-50%) !important;
    color: #999 !important;
    font-size: 9px !important;
    pointer-events: none !important;
}

/* ==================================================
SUBMIT
================================================== */

.interior-contact-submit {
    width: 100%;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 4px;
    padding: 13px 20px;
    border: 1px solid #1b1b1b;
    background: #1b1b1b;
    color: #fff;
    font-family: inherit;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .4px;
    cursor: pointer;
    transition: all .3s ease;
}

.interior-contact-submit i {
    color: #c6a36b;
    transition: transform .3s ease, color .3s ease;
}

.interior-contact-submit:hover {
    border-color: #b9965a;
    background: #b9965a;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(185, 150, 90, .18);
}

.interior-contact-submit:hover i {
    color: #fff;
    transform: translateX(4px);
}

/* ==================================================
MAP
================================================== */

.interior-contact-map {
    padding: 0 0 50px;
    background: #faf9f6;
}

.interior-map-heading {
    margin-bottom: 30px;
}

.interior-map-heading span {
    display: block;
    margin-bottom: 8px;
    color: #b9965a;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
}

.interior-map-heading h2 {
    margin: 0;
    color: #222;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 32px;
    font-weight: 400;
}

.interior-map-heading h2 strong {
    color: #b9965a;
    font-weight: 400;
}

.interior-map-wrap {
    position: relative;
    overflow: hidden;
    border: 1px solid #e2dcd2;
    box-shadow: 0 20px 50px rgba(30, 25, 15, .08);
}

.interior-map-wrap iframe {
    display: block;
    width: 100%;
    min-height: 350px;
    border: 0;
    filter: grayscale(.15);
}

/* ==================================================
TABLET
================================================== */

@media (max-width: 991px) {

    .interior-contact-info,
    .interior-contact-form {
        padding: 35px 30px;
    }

    .contact-heading {
        margin-bottom: 45px;
    }

    .contact-heading .interior-section-title {
        font-size: 36px;
    }

    .interior-contact-map {
        padding-bottom: 75px;
    }
}

/* ==================================================
MOBILE
================================================== */

@media (max-width: 767px) {
    .contact-heading {
        margin-bottom: 35px;
        padding: 0 10px;
        text-align: left;
    }

    .contact-heading .interior-section-title {
        font-size: 31px;
        line-height: 1.25;
        text-align: left;
    }

    .contact-heading .interior-section-text {
        font-size: 13px;
        line-height: 1.8;
        text-align: left;
    }

    .interior-contact-info {
        padding: 30px 24px;
    }

    .interior-contact-info-head h3 {
        font-size: 25px;
    }

    .interior-contact-text em {
        font-size: 12px;
    }

    .interior-contact-form {
        padding: 30px 22px;
    }

    .interior-contact-form-head h3 {
        font-size: 25px;
    }

    .interior-contact-map {
        padding-bottom: 60px;
    }

    .interior-map-heading h2 {
        font-size: 28px;
    }

    .interior-map-wrap iframe {
        min-height: 350px;
    }
}

/* ==================================================
SMALL MOBILE
================================================== */

@media (max-width: 400px) {
    .interior-contact-info {
        padding: 26px 20px;
    }

    .interior-contact-form {
        padding: 26px 18px;
    }

    .contact-heading .interior-section-title {
        font-size: 28px;
    }

    .interior-contact-floating input,
    .interior-contact-floating select {
        height: 52px;
    }

    .interior-contact-floating textarea {
        height: 105px;
    }

    .interior-social-links a {
        width: 35px;
        height: 35px;
        font-size: 12px;
    }
}













/* ==================================================
MISSION & VISION INTRO
================================================== */

.interior-mv-intro {
    background: #faf9f6;
}

.interior-mv-intro-content {
    max-width: 760px;
    margin: auto;
    text-align: center;
}

.interior-mv-intro-content .interior-section-title {
    margin-bottom: 18px;
}

.interior-mv-intro-content .interior-section-text {
    max-width: 650px;
    margin: auto;
}


/* ==================================================
MISSION & VISION
================================================== */

.interior-mission-vision {
    background: #f4f1eb;
}

.interior-mv-card {
    position: relative;
    height: 100%;
    min-height: 460px;
    padding: 25px 40px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e4ddd2;
    box-shadow: 0 20px 50px rgba(30, 25, 15, .06);
    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;
}

.interior-mv-card:hover {
    transform: translateY(-7px);
    border-color: #c4a16a;
    box-shadow: 0 30px 65px rgba(30, 25, 15, .10);
}

.interior-mv-card-dark {
    background: #1c1c1c;
    border-color: #1c1c1c;
    color: #fff;
}

.interior-mv-card-dark:hover {
    border-color: #b9965a;
}


/* ==================================================
CARD TOP
================================================== */

.interior-mv-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.interior-mv-number {
    color: #b9965a;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
}

.interior-mv-icon {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f0e7;
    color: #a78652;
    font-size: 17px;
}

.interior-mv-card-dark .interior-mv-icon {
    background: rgba(185, 150, 90, .12);
    color: #c6a36b;
}


/* ==================================================
LABEL
================================================== */

.interior-mv-label {
    display: block;
    margin-bottom: 12px;
    color: #b9965a;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2.2px;
}


/* ==================================================
TITLE
================================================== */

.interior-mv-card h3 {
    max-width: 430px;
    margin: 0 0 17px;
    color: #202020;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.25;
}

.interior-mv-card h3 span {
    display: block;
    color: #b9965a;
}

.interior-mv-card-dark h3 {
    color: #fff;
}


/* ==================================================
DESCRIPTION
================================================== */

.interior-mv-card>p {
    max-width: 500px;
    margin: 0 0 25px;
    color: #777;
    font-size: 13px;
    line-height: 1.8;
}

.interior-mv-card-dark>p {
    color: #aaa;
}


/* ==================================================
POINTS
================================================== */

.interior-mv-points {
    display: flex;
    flex-direction: column;
    gap: 11px;
    padding-top: 20px;
    border-top: 1px solid #e7e0d5;
}

.interior-mv-card-dark .interior-mv-points {
    border-color: rgba(255, 255, 255, .10);
}

.interior-mv-points div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.interior-mv-points i {
    color: #b9965a;
    font-size: 10px;
}

.interior-mv-points span {
    color: #555;
    font-size: 11px;
}

.interior-mv-card-dark .interior-mv-points span {
    color: #aaa;
}


/* ==================================================
DIRECTION
================================================== */

.interior-mv-direction {
    background: #faf9f6;
}

.interior-mv-direction-heading {
    max-width: 650px;
    margin: 0 auto 45px;
    text-align: center;
}

.interior-mv-direction-heading .interior-section-title {
    margin: 0;
}


/* ==================================================
DIRECTION ITEMS
================================================== */

.interior-mv-direction-item {
    position: relative;
    height: 100%;
    padding: 30px;
    background: #fff;
    border: 1px solid #e5ded3;
    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;
}

.interior-mv-direction-item:hover {
    transform: translateY(-6px);
    border-color: #c3a06a;
    box-shadow: 0 20px 45px rgba(35, 30, 20, .08);
}

.interior-mv-direction-item>span {
    position: absolute;
    top: 22px;
    right: 25px;
    color: #d2c5b2;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 15px;
}

.interior-mv-direction-item>i {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    background: #f5f0e7;
    color: #a78652;
    font-size: 15px;
}

.interior-mv-direction-item h3 {
    margin: 0 0 10px;
    color: #222;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 21px;
    font-weight: 400;
}

.interior-mv-direction-item p {
    margin: 0;
    color: #777;
    font-size: 12px;
    line-height: 1.75;
}


/* ==================================================
CTA
================================================== */

.interior-mv-cta {
    padding: 70px 0;
    background: #f4f1eb;
}

.interior-mv-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 38px 45px;
    background: #1c1c1c;
}

.interior-mv-cta-inner>div>span {
    display: block;
    margin-bottom: 9px;
    color: #c6a36b;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2px;
}

.interior-mv-cta-inner h2 {
    margin: 0;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 27px;
    font-weight: 400;
}

.interior-mv-cta-inner h2 strong {
    color: #c6a36b;
    font-weight: 400;
}


/* ==================================================
TABLET
================================================== */

@media (max-width: 991px) {

    .interior-mv-card {
        min-height: 430px;
        padding: 32px;
    }

    .interior-mv-card h3 {
        font-size: 27px;
    }

    .interior-mv-cta-inner {
        padding: 32px;
    }

}


/* ==================================================
MOBILE
================================================== */

@media (max-width: 767px) {

    .interior-mv-intro-content .interior-section-title {
        font-size: 31px;
    }

    .interior-mv-card {
        min-height: auto;
        padding: 28px 23px;
    }

    .interior-mv-card-top {
        margin-bottom: 28px;
    }

    .interior-mv-card h3 {
        font-size: 25px;
    }

    .interior-mv-direction-heading {
        margin-bottom: 32px;
    }

    .interior-mv-direction-item {
        padding: 25px 22px;
    }

    .interior-mv-cta {
        padding: 55px 0;
    }

    .interior-mv-cta-inner {
        align-items: flex-start;
        flex-direction: column;
        padding: 28px 22px;
    }

    .interior-mv-cta-inner h2 {
        font-size: 23px;
    }

}


/* ==================================================
SMALL MOBILE
================================================== */

@media (max-width: 400px) {

    .interior-mv-intro-content .interior-section-title {
        font-size: 28px;
    }

    .interior-mv-card h3 {
        font-size: 23px;
    }

    .interior-mv-card>p {
        font-size: 12px;
    }

    .interior-mv-cta-inner h2 {
        font-size: 21px;
    }

}










/* ==================================================
OUR TEAM
================================================== */

.interior-team {
    background: #faf9f6;
}


/* ==================================================
TEAM HEADING
================================================== */

.team-heading {
    max-width: 720px;
    margin: 0 auto 25px;
}

.team-heading .interior-section-badge {
    margin-bottom: 14px;
}

.team-heading .interior-section-title {
    margin-bottom: 15px;
}

.team-heading .interior-section-text {
    max-width: 650px;
    margin: 0 auto;
}


/* ==================================================
TEAM CARD
================================================== */

.team-card {
    height: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e7e0d5;
    box-shadow: 0 15px 45px rgba(35, 28, 18, .06);
    transition:
        transform .4s ease,
        box-shadow .4s ease,
        border-color .4s ease;
}

.team-card:hover {
    transform: translateY(-8px);
    border-color: #d4bd98;
    box-shadow: 0 25px 60px rgba(35, 28, 18, .12);
}


/* ==================================================
TEAM IMAGE
================================================== */

.team-image {
    position: relative;
    width: 100%;
    height: 320px;
    overflow: hidden;
    background: #eee;
}

.team-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s ease;
}

.team-card:hover .team-image img {
    transform: scale(1.05);
}


/* ==================================================
OVERLAY
================================================== */

.team-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 25px;
    background: linear-gradient(to top,
            rgba(20, 20, 20, .65),
            rgba(20, 20, 20, 0));
    opacity: 0;
    transition: opacity .4s ease;
}

.team-card:hover .team-overlay {
    opacity: 1;
}


/* ==================================================
SOCIAL
================================================== */

.team-social {
    display: flex;
    align-items: center;
    gap: 8px;
}

.team-social a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .5);
    background: rgba(20, 20, 20, .45);
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    transition:
        background .3s ease,
        border-color .3s ease,
        transform .3s ease;
}

.team-social a:hover {
    background: #b9965a;
    border-color: #b9965a;
    transform: translateY(-3px);
}


/* ==================================================
TEAM CONTENT
================================================== */

.team-content {
    padding: 15px 25px 17px;
}

.team-content>span {
    display: block;
    margin-bottom: 8px;
    color: #b9965a;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2px;
}

.team-content h3 {
    margin: 0 0 7px;
    color: #202020;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
}

.team-content p {
    margin: 0;
    color: #888;
    font-size: 12px;
    line-height: 1.6;
}


/* ==================================================
TABLET
================================================== */

@media (max-width: 991px) {

    .team-heading {
        margin-bottom: 40px;
    }

    .team-image {
        height: 350px;
    }

}


/* ==================================================
MOBILE
================================================== */

@media (max-width: 767px) {

    .team-heading {
        margin-bottom: 35px;
        padding: 0 10px;
    }

    .team-heading .interior-section-title {
        font-size: 31px;
    }

    .team-heading .interior-section-text {
        font-size: 13px;
        line-height: 1.8;
    }

    .team-image {
        height: 360px;
    }

    .team-content {
        padding: 22px 20px 24px;
    }

}


/* ==================================================
SMALL MOBILE
================================================== */

@media (max-width: 400px) {

    .team-image {
        height: 320px;
    }

    .team-content h3 {
        font-size: 20px;
    }

}










/* ==================================================
   CORE VALUES
================================================== */

.interior-core-values {
    background: #faf9f6;
}


/* ==================================================
   HEADING
================================================== */

.core-values-heading {
    max-width: 760px;
    margin: 0 auto 25px;
}

.core-values-heading .interior-section-badge {
    margin-bottom: 14px;
}

.core-values-heading .interior-section-title {
    margin-bottom: 16px;
}

.core-values-heading .interior-section-text {
    max-width: 650px;
    margin: 0 auto;
}


/* ==================================================
   VALUE CARD
================================================== */

.core-value-card {
    position: relative;
    height: 100%;
    min-height: 255px;
    padding: 28px 28px 25px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e6dfd4;
    box-shadow: 0 12px 35px rgba(35, 28, 18, .045);
    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;
}

.core-value-card:hover {
    transform: translateY(-7px);
    border-color: #cdb486;
    box-shadow: 0 22px 50px rgba(35, 28, 18, .10);
}


/* ==================================================
   TOP
================================================== */

.core-value-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.core-value-number {
    color: #c9c0b3;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 14px;
    letter-spacing: 1px;
}


/* ==================================================
   ICON
================================================== */

.core-value-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e1d3bd;
    background: #faf7f1;
    color: #b9965a;
    font-size: 15px;
    transition:
        background .35s ease,
        color .35s ease,
        transform .35s ease;
}

.core-value-card:hover .core-value-icon {
    background: #b9965a;
    color: #fff;
    transform: rotate(5deg);
}


/* ==================================================
   CONTENT
================================================== */

.core-value-content h3 {
    margin: 0 0 10px;
    color: #202020;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    font-weight: 400;
}

.core-value-content p {
    max-width: 330px;
    margin: 0;
    color: #777;
    font-size: 13px;
    line-height: 1.75;
}


/* ==================================================
   BOTTOM LINE
================================================== */

.core-value-line {
    position: absolute;
    left: 28px;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #b9965a;
    transition: width .4s ease;
}

.core-value-card:hover .core-value-line {
    width: calc(100% - 56px);
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 991px) {

    .core-values-heading {
        margin-bottom: 40px;
    }

    .core-value-card {
        min-height: 245px;
    }

}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 767px) {

    .core-values-heading {
        margin-bottom: 35px;
        padding: 0 10px;
    }

    .core-values-heading .interior-section-title {
        font-size: 31px;
    }

    .core-values-heading .interior-section-text {
        font-size: 13px;
        line-height: 1.8;
    }

    .core-value-card {
        min-height: auto;
        padding: 25px 22px 23px;
    }

    .core-value-top {
        margin-bottom: 24px;
    }

}


/* ==================================================
   SMALL MOBILE
================================================== */

@media (max-width: 400px) {

    .core-value-content h3 {
        font-size: 20px;
    }

    .core-value-content p {
        font-size: 12px;
    }

}







/* ==================================================
   WHAT WE STAND FOR
================================================== */

.interior-stand-for {
    background: #fff;
}


/* ==================================================
   VISUAL
================================================== */

.stand-for-visual {
    position: relative;
    padding: 0 25px 25px 0;
}


/* ==================================================
   IMAGE
================================================== */

.stand-for-image {
    position: relative;
    height: 540px;
    overflow: hidden;
    z-index: 2;
}

.stand-for-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s ease;
}

.stand-for-visual:hover .stand-for-image img {
    transform: scale(1.035);
}


/* ==================================================
   OUTLINE
================================================== */

.stand-for-outline {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 78%;
    height: 82%;
    border: 1px solid #cdb486;
    z-index: 1;
}


/* ==================================================
   EXPERIENCE
================================================== */

.stand-for-experience {
    position: absolute;
    left: -10px;
    bottom: 45px;
    z-index: 4;

    display: flex;
    align-items: center;
    gap: 15px;

    min-width: 190px;
    padding: 17px 22px;

    background: #1c1c1c;
    color: #fff;

    box-shadow: 0 18px 40px rgba(20, 20, 20, .18);
}

.stand-for-experience strong {
    color: #c6a36b;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 38px;
    font-weight: 400;
    line-height: 1;
}

.stand-for-experience span {
    display: block;
    margin-bottom: 3px;
    color: #999;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 1.8px;
}

.stand-for-experience small {
    display: block;
    color: #fff;
    font-size: 11px;
}


/* ==================================================
   CONTENT
================================================== */

.stand-for-content {
    padding-left: 15px;
}

.stand-for-content .interior-section-title {
    max-width: 500px;
    margin-bottom: 18px;
}

.stand-for-content>.interior-section-text {
    max-width: 550px;
    margin-bottom: 28px;
}


/* ==================================================
   PRINCIPLE ITEM
================================================== */

.stand-for-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 17px 0;

    border-top: 1px solid #e8e1d7;

    transition: transform .3s ease;
}

.stand-for-item:last-child {
    border-bottom: 1px solid #e8e1d7;
}

.stand-for-item:hover {
    transform: translateX(5px);
}


/* ==================================================
   ICON
================================================== */

.stand-for-icon {
    width: 43px;
    height: 43px;
    min-width: 43px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #dfd2bd;
    background: #faf7f1;
    color: #b9965a;

    font-size: 13px;

    transition:
        background .3s ease,
        color .3s ease,
        transform .3s ease;
}

.stand-for-item:hover .stand-for-icon {
    background: #b9965a;
    color: #fff;
    transform: translateY(-2px);
}


/* ==================================================
   ITEM CONTENT
================================================== */

.stand-for-item h3 {
    margin: 0 0 5px;

    color: #202020;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    font-weight: 400;
}

.stand-for-item p {
    max-width: 470px;
    margin: 0;

    color: #777;

    font-size: 12px;
    line-height: 1.7;
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 991px) {

    .stand-for-visual {
        max-width: 650px;
        margin: 0 auto;
    }

    .stand-for-image {
        height: 500px;
    }

    .stand-for-content {
        padding-left: 0;
    }

}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 767px) {

    .stand-for-visual {
        padding: 0 15px 18px 0;
    }

    .stand-for-image {
        height: 400px;
    }

    .stand-for-outline {
        width: 75%;
        height: 80%;
    }

    .stand-for-experience {
        left: 0;
        bottom: 30px;
        min-width: 175px;
        padding: 14px 17px;
    }

    .stand-for-experience strong {
        font-size: 32px;
    }

    .stand-for-content {
        margin-top: 10px;
    }

    .stand-for-content .interior-section-title {
        font-size: 31px;
    }

    .stand-for-item {
        gap: 12px;
        padding: 15px 0;
    }

}


/* ==================================================
   SMALL MOBILE
================================================== */

@media (max-width: 400px) {

    .stand-for-image {
        height: 340px;
    }

    .stand-for-experience {
        min-width: 160px;
        padding: 12px 15px;
    }

    .stand-for-experience strong {
        font-size: 29px;
    }

    .stand-for-item h3 {
        font-size: 17px;
    }

    .stand-for-item p {
        font-size: 11px;
    }

}





/* ==================================================
   OUR OBJECTIVES
================================================== */

.interior-objectives {
    background: #faf9f6;
}


/* ==================================================
   HEADING
================================================== */

.objectives-heading {
    max-width: 720px;
    margin: 0 auto 25px;
    text-align: center;
}

.objectives-heading .interior-section-title {
    margin-bottom: 18px;
}

.objectives-heading .interior-section-text {
    max-width: 650px;
    margin: 0 auto;
}


/* ==================================================
   OBJECTIVES LIST
================================================== */

.objectives-list {
    border-top: 1px solid #ded7cc;
}


/* ==================================================
   OBJECTIVE ITEM
================================================== */

.objective-item {
    position: relative;

    display: flex;
    align-items: center;
    gap: 28px;

    min-height: 90px;
    padding: 20px 10px;

    border-bottom: 1px solid #ded7cc;

    transition:
        background .35s ease,
        padding .35s ease;
}

.objective-item:hover {
    padding-left: 20px;
    padding-right: 20px;
    background: #fff;
}


/* ==================================================
   NUMBER
================================================== */

.objective-number {
    width: 55px;
    min-width: 55px;

    color: #b9965a;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 13px;
    letter-spacing: 1px;
}


/* ==================================================
   ICON
================================================== */

.objective-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #d9cbb5;
    background: #f7f2e9;

    color: #a9824d;
    font-size: 14px;

    transition:
        background .3s ease,
        color .3s ease,
        transform .3s ease,
        border-color .3s ease;
}

.objective-item:hover .objective-icon {
    background: #b9965a;
    border-color: #b9965a;
    color: #fff;
    transform: translateY(-2px);
}


/* ==================================================
   CONTENT
================================================== */

.objective-content {
    flex: 1;
}

.objective-content h3 {
    margin: 0 0 7px;

    color: #202020;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 400;
}

.objective-content p {
    max-width: 650px;
    margin: 0;

    color: #777;

    font-size: 12px;
    line-height: 1.75;
}





/* ==================================================
   TABLET
================================================== */

@media (max-width: 991px) {

    .objectives-heading {
        margin-bottom: 45px;
    }

    .objective-item {
        gap: 20px;
    }

    .objective-content p {
        max-width: 520px;
    }

}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 767px) {

    .objectives-heading {
        margin-bottom: 35px;
        text-align: left;
    }

    .objectives-heading .interior-section-text {
        margin: 0;
    }

    .objective-item {
        align-items: flex-start;
        gap: 14px;
        padding: 22px 5px;
    }

    .objective-item:hover {
        padding-left: 10px;
        padding-right: 10px;
    }

    .objective-number {
        width: 30px;
        min-width: 30px;
        font-size: 11px;
    }

    .objective-icon {
        width: 43px;
        height: 43px;
        min-width: 43px;
        font-size: 12px;
    }

    .objective-content h3 {
        margin-bottom: 6px;
        font-size: 17px;
    }

    .objective-content p {
        font-size: 11px;
        line-height: 1.7;
    }

    .objective-arrow {
        display: none;
    }

}


/* ==================================================
   SMALL MOBILE
================================================== */

@media (max-width: 400px) {

    .objective-item {
        gap: 11px;
    }

    .objective-number {
        width: 24px;
        min-width: 24px;
    }

    .objective-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }

    .objective-content h3 {
        font-size: 16px;
    }

    .objective-content p {
        font-size: 10.5px;
    }

}





















.objective-arrow {
    width: 40px;
    height: 40px;
    min-width: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #e0d9cf;
    border-radius: 50%;

    color: #a9824d;
    font-size: 11px;

    opacity: .7;

    transition:
        background .3s ease,
        color .3s ease,
        border-color .3s ease,
        transform .3s ease,
        opacity .3s ease;
}

.objective-item:hover .objective-arrow {
    background: #1c1c1c;
    border-color: #1c1c1c;
    color: #c6a36b;
    opacity: 1;
    transform: translateX(4px);
}




























/* ==================================================
BLOG PAGE
================================================== */

.interior-blog-section {
    background: #faf9f6;
}


/* ==================================================
MAIN HEADING
================================================== */

.blog-main-heading {
    max-width: 720px;
    margin-bottom: 15px;
}

.blog-main-heading .interior-section-badge {
    margin-bottom: 12px;
}

.blog-main-heading .interior-section-title {
    margin-bottom: 5px;
}

.blog-main-heading .interior-section-text {
    max-width: 680px;
}


/* ==================================================
SEARCH
================================================== */

.blog-search-box {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 46px;
    margin-bottom: 18px;
    border: 1px solid #ddd5c9;
    background: #fff;
    box-shadow: 0 10px 30px rgba(40, 30, 15, .05);
}

.blog-search-box>i {
    margin-left: 19px;
    color: #b9965a;
    font-size: 14px;
}

.blog-search-box input {
    width: 100%;
    height: 100%;
    padding: 0 50px 0 14px;
    border: 0;
    outline: none;
    background: transparent;
    color: #222;
    font-size: 13px;
}

.blog-search-box input::placeholder {
    color: #999;
}

.blog-search-box button {
    position: absolute;
    right: 15px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: #999;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: .25s ease;
}

.blog-search-box.has-value button {
    opacity: 1;
    visibility: visible;
}

.blog-search-box button:hover {
    color: #b9965a;
}


/* CATEGORY*/

.blog-category-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 22px;
}

.blog-category {
    padding: 9px 10px;
    border: 1px solid #ddd5c9;
    background: #fff;
    color: #666;
    font-size: 11px;
    cursor: pointer;
    transition: .3s ease;
}

.blog-category:hover,
.blog-category.active {
    border-color: #b9965a;
    background: #b9965a;
    color: #fff;
}


/*  RESULT*/

.blog-result-info {
    margin-bottom: 18px;
    color: #888;
    font-size: 11px;
}


/* BLOG CARD */

.blog-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid #e5ded4;
    background: #fff;
    box-shadow: 0 15px 40px rgba(40, 30, 15, .05);
    transition: transform .35s ease, box-shadow .35s ease;
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 55px rgba(40, 30, 15, .10);
}


/* ==================================================
IMAGE
================================================== */

.blog-card-image {
    position: relative;
    height: 235px;
    overflow: hidden;
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .6s ease;
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.06);
}

.blog-card-category {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 7px 11px;
    background: #171717;
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}


/* ==================================================
CARD CONTENT
================================================== */

.blog-card-content {
    padding: 22px 22px 24px;
}

.blog-card-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 12px;
    color: #555353;
    font-size: 11px;
}

.blog-card-meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.blog-card-meta i {
    color: #b9965a;
}

.blog-card h3 {
    min-height: 48px;
    margin: 0 0 10px;
    color: #222;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
}

.blog-card p {
    min-height: 45px;
    margin: 0 0 2px;
    color: #484747;
    font-size: 12px;
    line-height: 1.7;
}

.blog-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #80663f;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
    transition: .3s ease;
}

.blog-read-more i {
    transition: transform .3s ease;
}

.blog-read-more:hover {
    color: #b9965a;
}

.blog-read-more:hover i {
    transform: translateX(4px);
}


/* ==================================================
NO RESULT
================================================== */

.blog-no-result {
    display: none;
    padding: 70px 20px;
    text-align: center;
    border: 1px solid #e5ded4;
    background: #fff;
}

.blog-no-result.show {
    display: block;
}

.blog-no-result i {
    margin-bottom: 15px;
    color: #b9965a;
    font-size: 32px;
}

.blog-no-result h3 {
    margin: 0 0 7px;
    color: #222;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    font-weight: 400;
}

.blog-no-result p {
    margin: 0;
    color: #888;
    font-size: 12px;
}


/* ==================================================
SIDEBAR
================================================== */

.blog-sidebar {
    position: sticky;
    top: 100px;
}


/* ==================================================
SIDEBAR BOX
================================================== */

.blog-sidebar-box {
    overflow: hidden;
    border: 1px solid #e3dcd2;
    background: #fff;
    box-shadow: 0 15px 40px rgba(40, 30, 15, .05);
}

.blog-sidebar-heading {
    padding: 10px 10px;
    border-bottom: 1px solid #eee8df;
}

.blog-sidebar-heading span {
    display: block;
    margin-bottom: 7px;
    color: #b9965a;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2px;
}

.blog-sidebar-heading h3 {
    margin: 0;
    color: #222;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 400;
}


/* ==================================================
SIDEBAR LIST
================================================== */

.blog-sidebar-list {
    height: 390px;
    overflow-y: auto;
    padding: 5px 20px 15px;
}

.blog-sidebar-list::-webkit-scrollbar {
    width: 4px;
}

.blog-sidebar-list::-webkit-scrollbar-track {
    background: #f5f1eb;
}

.blog-sidebar-list::-webkit-scrollbar-thumb {
    background: #b9965a;
}


/* ==================================================
SIDEBAR POST
================================================== */

.blog-sidebar-post {
    display: flex;
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid #eee8df;
    color: inherit;
    text-decoration: none;
}

.blog-sidebar-post:last-child {
    border-bottom: 0;
}

.blog-sidebar-thumb {
    width: 75px;
    min-width: 75px;
    height: 65px;
    overflow: hidden;
}

.blog-sidebar-thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .4s ease;
}

.blog-sidebar-post:hover .blog-sidebar-thumb img {
    transform: scale(1.07);
}

.blog-sidebar-post span {
    display: block;
    margin-bottom: 5px;
    color: #b9965a;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.blog-sidebar-post strong {
    display: block;
    color: #333;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35;
    transition: .3s ease;
}

.blog-sidebar-post:hover strong {
    color: #b9965a;
}


/* ==================================================
BLOG SIDEBAR CTA
================================================== */

.blog-sidebar-cta {
    padding: 28px 25px;
    background: #1c1c1c;
    border: 1px solid #292929;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .12);
}

.blog-sidebar-cta>span {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 12px;
    color: #c6a36b;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.8px;
}

.blog-sidebar-cta>span i {
    font-size: 9px;
}

.blog-sidebar-cta h3 {
    margin: 0 0 20px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.25;
}

.blog-sidebar-cta h3 span {
    display: block;
    color: #c6a36b;
}

.blog-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 12px 16px;
    background: #b9965a;
    border: 1px solid #b9965a;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .4px;
    text-decoration: none;
    transition: all .3s ease;
}

.blog-cta-btn i {
    font-size: 10px;
    transition: transform .3s ease;
}

.blog-cta-btn:hover {
    background: transparent;
    color: #c6a36b;
}

.blog-cta-btn:hover i {
    transform: translateX(4px);
}


/* ==================================================
TABLET
================================================== */

@media (max-width: 991px) {

    .blog-sidebar {
        position: static;
        margin-top: 20px;
    }

    .blog-sidebar-list {
        height: 360px;
    }

}


/* ==================================================
MOBILE
================================================== */

@media (max-width: 767px) {

    .interior-blog-section {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .blog-main-heading {
        margin-bottom: 25px;
    }

    .blog-main-heading .interior-section-title {
        font-size: 30px;
    }

    .blog-category-wrap {
        gap: 6px;
    }

    .blog-category {
        padding: 8px 11px;
        font-size: 10px;
    }

    .blog-card-image {
        height: 220px;
    }

    .blog-card h3 {
        min-height: auto;
        font-size: 19px;
    }

    .blog-card p {
        min-height: auto;
    }

    .blog-sidebar-list {
        height: 350px;
    }

}


/* ==================================================
SMALL MOBILE
================================================== */

@media (max-width: 400px) {

    .blog-search-box {
        height: 52px;
    }

    .blog-card-image {
        height: 200px;
    }

    .blog-card-content {
        padding: 18px;
    }

    .blog-sidebar-cta {
        padding: 28px 22px;
    }

}










/* ==================================================
BLOG DETAILS SECTION
================================================== */

.interior-blog-details {
    background: #faf9f6;
}


/* ==================================================
MAIN CONTENT
================================================== */

.blog-details-content {
    padding: 42px;
    background: #fff;
    border: 1px solid #e9e2d8;
}


/* ==================================================
META
================================================== */

.blog-details-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
    margin-bottom: 22px;
}

.blog-details-meta span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #888;
    font-size: 11px;
}

.blog-details-meta i {
    color: #b9965a;
}


/* ==================================================
TITLE
================================================== */

.blog-details-title {
    max-width: 800px;
    margin: 0 0 20px;
    color: #202020;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 43px;
    font-weight: 400;
    line-height: 1.18;
}

.blog-details-title span {
    color: #b9965a;
}


/* ==================================================
INTRO
================================================== */

.blog-details-intro {
    max-width: 760px;
    margin-bottom: 32px;
    color: #777;
    font-size: 15px;
    line-height: 1.85;
}


/* ==================================================
FEATURED IMAGE
================================================== */

.blog-details-featured {
    width: 100%;
    height: 470px;
    margin-bottom: 35px;
    overflow: hidden;
}

.blog-details-featured img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}


/* ==================================================
BODY
================================================== */

.blog-details-body {
    color: #626262;
    font-size: 14px;
    line-height: 1.9;
}

.blog-details-body p {
    margin-bottom: 24px;
}

.blog-details-body h2 {
    margin: 38px 0 14px;
    color: #252525;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 27px;
    font-weight: 400;
    line-height: 1.3;
}

.blog-details-body h2:first-child {
    margin-top: 0;
}


/* ==================================================
HIGHLIGHT
================================================== */

.blog-details-highlight {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 32px 0;
    padding: 25px;
    border-left: 3px solid #b9965a;
    background: #faf7f1;
}

.blog-details-highlight span {
    width: 42px;
    height: 42px;
    min-width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #b9965a;
}

.blog-details-highlight p {
    margin: 0;
    color: #555;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
    line-height: 1.6;
}


/* ==================================================
BOTTOM
================================================== */

.blog-details-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 42px;
    padding-top: 25px;
    border-top: 1px solid #e5dfd5;
}


/* ==================================================
SHARE
================================================== */

.blog-details-share {
    display: flex;
    align-items: center;
    gap: 15px;
}

.blog-details-share>span {
    color: #777;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.blog-details-share>div {
    display: flex;
    gap: 7px;
}

.blog-details-share a {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ded7cc;
    color: #777;
    text-decoration: none;
    font-size: 12px;
    transition: all .3s ease;
}

.blog-details-share a:hover {
    border-color: #b9965a;
    background: #b9965a;
    color: #fff;
    transform: translateY(-3px);
}


/* ==================================================
BACK BUTTON
================================================== */

.blog-details-back {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #292929;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .5px;
    text-decoration: none;
    transition: all .3s ease;
}

.blog-details-back i {
    color: #b9965a;
}

.blog-details-back:hover {
    color: #b9965a;
}


/* ==================================================
SIDEBAR
================================================== */

.blog-details-sidebar {
    position: sticky;
    top: 100px;
}


/* ==================================================
SIDEBAR BOX
================================================== */

.blog-sidebar-box {
    margin-bottom: 25px;
    padding: 25px;
    background: #fff;
    border: 1px solid #e8e1d7;
}


/* ==================================================
SIDEBAR LABEL
================================================== */

.blog-sidebar-label {
    display: block;
    margin-bottom: 12px;
    color: #b9965a;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
}


/* ==================================================
SEARCH
================================================== */

.blog-details-search {
    position: relative;
}

.blog-details-search input {
    width: 100%;
    height: 48px;
    padding: 0 50px 0 15px;
    border: 1px solid #ddd7cd;
    outline: none;
    background: #faf9f6;
    color: #333;
    font-size: 12px;
}

.blog-details-search input:focus {
    border-color: #b9965a;
}

.blog-details-search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    border: 0;
    background: #1c1c1c;
    color: #fff;
    cursor: pointer;
    transition: all .3s ease;
}

.blog-details-search button:hover {
    background: #b9965a;
}


/* ==================================================
SIDEBAR HEADING
================================================== */

.blog-sidebar-heading {
    margin-bottom: 20px;
}

.blog-sidebar-heading span {
    display: block;
    margin-bottom: 7px;
    color: #b9965a;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2px;
}

.blog-sidebar-heading h3 {
    margin: 0;
    color: #222;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    font-weight: 400;
}


/* ==================================================
BLOG LIST
FIXED HEIGHT + SCROLL
================================================== */

.blog-details-list {
    height: 430px;
    overflow-y: auto;
    padding-right: 7px;
}


/* SCROLLBAR */

.blog-details-list::-webkit-scrollbar {
    width: 4px;
}

.blog-details-list::-webkit-scrollbar-track {
    background: #f1eee8;
}

.blog-details-list::-webkit-scrollbar-thumb {
    background: #b9965a;
}


/* ==================================================
BLOG LIST ITEM
================================================== */

.blog-details-list-item {
    display: flex;
    gap: 13px;
    padding: 14px 0;
    border-bottom: 1px solid #ece6dd;
    color: inherit;
    text-decoration: none;
    transition: all .3s ease;
}

.blog-details-list-item:first-child {
    padding-top: 0;
}

.blog-details-list-item:hover {
    transform: translateX(4px);
}


/* ==================================================
LIST IMAGE
================================================== */

.blog-list-image {
    width: 82px;
    height: 72px;
    min-width: 82px;
    overflow: hidden;
}

.blog-list-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .4s ease;
}

.blog-details-list-item:hover .blog-list-image img {
    transform: scale(1.07);
}


/* ==================================================
LIST CONTENT
================================================== */

.blog-list-content {
    min-width: 0;
}

.blog-list-content small {
    display: block;
    margin-bottom: 4px;
    color: #b9965a;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.blog-list-content h4 {
    display: -webkit-box;
    overflow: hidden;
    margin: 0 0 5px;
    color: #303030;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-list-content span {
    color: #999;
    font-size: 9px;
}


/* ==================================================
CATEGORIES
================================================== */

.blog-sidebar-categories {
    display: flex;
    flex-direction: column;
}

.blog-sidebar-categories a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #ece6dd;
    color: #555;
    font-size: 12px;
    text-decoration: none;
    transition: all .3s ease;
}

.blog-sidebar-categories a:last-child {
    border-bottom: 0;
}

.blog-sidebar-categories a i {
    color: #b9965a;
    font-size: 10px;
    transition: transform .3s ease;
}

.blog-sidebar-categories a:hover {
    padding-left: 5px;
    color: #b9965a;
}

.blog-sidebar-categories a:hover i {
    transform: translateX(4px);
}


/* ==================================================
TABLET
================================================== */

@media (max-width: 991px) {

    .blog-details-sidebar {
        position: static;
        margin-top: 10px;
    }

    .blog-details-content {
        padding: 32px;
    }

    .blog-details-title {
        font-size: 38px;
    }

    .blog-details-featured {
        height: 420px;
    }

    .blog-details-list {
        height: 360px;
    }

}


/* ==================================================
MOBILE
================================================== */

@media (max-width: 767px) {

    .interior-blog-details {
        padding: 45px 0 !important;
    }

    .blog-details-content {
        padding: 22px;
    }

    .blog-details-meta {
        gap: 12px;
    }

    .blog-details-title {
        font-size: 30px;
    }

    .blog-details-intro {
        font-size: 14px;
    }

    .blog-details-featured {
        height: 280px;
        margin-bottom: 28px;
    }

    .blog-details-body {
        font-size: 13px;
    }

    .blog-details-body h2 {
        font-size: 23px;
        margin-top: 30px;
    }

    .blog-details-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .blog-sidebar-box {
        padding: 22px;
    }

    .blog-details-list {
        height: 350px;
    }

}


/* ==================================================
SMALL MOBILE
================================================== */

@media (max-width: 400px) {

    .blog-details-content {
        padding: 18px;
    }

    .blog-details-title {
        font-size: 27px;
    }

    .blog-details-featured {
        height: 230px;
    }

    .blog-details-share {
        align-items: flex-start;
        flex-direction: column;
    }

}









/* ==================================================
PORTFOLIO INTRO
================================================== */

.interior-portfolio-intro {
    background: #faf9f6;
}

.portfolio-intro-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: end;
    padding: 25px 0 45px;
}


/* LEFT */

.portfolio-intro-content {
    max-width: 580px;
}

.portfolio-intro-content .interior-section-badge {
    margin-bottom: 16px;
}

.portfolio-intro-content .interior-section-title {
    margin: 0;
}


/* RIGHT */

.portfolio-intro-text {
    max-width: 570px;
    margin-left: auto;
}

.portfolio-intro-text .interior-section-text {
    margin: 0 0 30px;
}


/* META */

.portfolio-intro-meta {
    display: flex;
    align-items: center;
    gap: 35px;
    padding-top: 22px;
    border-top: 1px solid #ddd7cd;
}

.portfolio-intro-meta div {
    display: flex;
    flex-direction: column;
}

.portfolio-intro-meta strong {
    color: #b9965a;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 7px;
}

.portfolio-intro-meta span {
    color: #777;
    font-size: 10px;
    letter-spacing: .6px;
    line-height: 1.4;
}


/* ==================================================
TABLET
================================================== */

@media (max-width: 991px) {

    .portfolio-intro-wrap {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 15px 0 35px;
    }

    .portfolio-intro-text {
        margin-left: 0;
    }

}


/* ==================================================
MOBILE
================================================== */

@media (max-width: 575px) {

    .portfolio-intro-wrap {
        gap: 25px;
    }

    .portfolio-intro-meta {
        gap: 20px;
        flex-wrap: wrap;
    }

    .portfolio-intro-meta strong {
        font-size: 22px;
    }

    .portfolio-intro-meta span {
        font-size: 9px;
    }

}











/* =========================================
   PORTFOLIO SECTION
========================================= */

.interior-portfolio-section {
    background: #faf9f6;
}


/* =========================================
   HEADING
========================================= */

.portfolio-heading {
    max-width: 850px;
    margin: 0 auto 25px;
    text-align: center;
}

.portfolio-heading-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.portfolio-heading .interior-section-title {
    margin-bottom: 8px;
}

.portfolio-heading .interior-section-text {
    max-width: 680px;
    margin: 0 auto;
}


/* =========================================
   FILTER
========================================= */

.portfolio-filter {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 25px;
}

.portfolio-filter-btn {
    padding: 10px 20px;
    border: 1px solid #ded7cc;
    background: #fff;
    color: #555;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .5px;
    cursor: pointer;
    transition: all .3s ease;
}

.portfolio-filter-btn:hover,
.portfolio-filter-btn.active {
    border-color: #b9965a;
    background: #b9965a;
    color: #fff;
}


/* =========================================
   PORTFOLIO CARD
========================================= */

.portfolio-card {
    height: 100%;
    background: #fff;
    overflow: hidden;
    border: 1px solid #e8e1d7;
    transition:
        transform .4s ease,
        box-shadow .4s ease;
}

.portfolio-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 22px 55px rgba(35, 28, 18, .12);
}


/* =========================================
   IMAGE
========================================= */

.portfolio-image {
    position: relative;
    height: 360px;
    overflow: hidden;
}

.portfolio-card-large .portfolio-image {
    height: 460px;
}

.portfolio-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .7s ease;
}

.portfolio-card:hover .portfolio-image img {
    transform: scale(1.06);
}


/* =========================================
   OVERLAY
========================================= */

.portfolio-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 22px;
    background:
        linear-gradient(to top,
            rgba(15, 15, 15, .72),
            rgba(15, 15, 15, 0) 55%);
    opacity: 0;
    transition: opacity .35s ease;
}

.portfolio-card:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-overlay span {
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.portfolio-overlay a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #80663f;
    text-decoration: none;
    transition: all .3s ease;
}

.portfolio-overlay a:hover {
    background: #b9965a;
    color: #fff;
    transform: rotate(45deg);
}


/* =========================================
   CONTENT
========================================= */

.portfolio-content {
    min-height: 105px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 25px;
}

.portfolio-content small {
    display: block;
    margin-bottom: 7px;
    color: #b9965a;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.7px;
}

.portfolio-content h3 {
    max-width: 400px;
    margin: 0;
    color: #242424;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.25;
}

.portfolio-number {
    color: #cfc6b8;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
}


/* =========================================
   BOTTOM
========================================= */

.portfolio-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin-top: 45px;
    padding-top: 25px;
    border-top: 1px solid #ded7cc;
}

.portfolio-bottom>span {
    color: #777;
    font-size: 11px;
    letter-spacing: .8px;
}

.portfolio-bottom>span strong {
    margin-right: 7px;
    color: #b9965a;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    font-weight: 400;
}


/* =========================================
   FILTER ANIMATION
========================================= */

.portfolio-item {
    transition:
        opacity .3s ease,
        transform .3s ease;
}

.portfolio-item.portfolio-hidden {
    display: none;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .interior-portfolio-section {
        padding: 75px 0 !important;
    }

    .portfolio-image,
    .portfolio-card-large .portfolio-image {
        height: 350px;
    }

    .portfolio-content h3 {
        font-size: 21px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .interior-portfolio-section {
        padding: 60px 0 !important;
    }

    .portfolio-heading {
        margin-bottom: 35px;
        text-align: center;
    }

    .portfolio-filter {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 8px;
        margin-bottom: 30px;
        scrollbar-width: none;
    }

    .portfolio-filter::-webkit-scrollbar {
        display: none;
    }

    .portfolio-filter-btn {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .portfolio-image,
    .portfolio-card-large .portfolio-image {
        height: 320px;
    }

    .portfolio-overlay {
        opacity: 1;
    }

    .portfolio-content {
        min-height: 95px;
        padding: 18px 20px;
    }

    .portfolio-content h3 {
        font-size: 20px;
    }

    .portfolio-number {
        font-size: 23px;
    }

    .portfolio-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .portfolio-image,
    .portfolio-card-large .portfolio-image {
        height: 280px;
    }

    .portfolio-content h3 {
        font-size: 18px;
    }

    .portfolio-content {
        padding: 16px;
    }

}













/* ==================================================
CAREERS SECTION
================================================== */

.interior-careers-section {
    padding: 90px 0;
    background: #faf9f6;
}


/* ==================================================
SECTION HEAD
================================================== */

.careers-section-head {
    max-width: 650px;
    margin-bottom: 38px;
}

.careers-section-head .interior-section-title {
    margin-bottom: 16px;
}

.careers-section-head .interior-section-text {
    max-width: 600px;
}


/* ==================================================
JOB CARD
================================================== */

.career-job-card {
    position: relative;
    margin-bottom: 18px;
    padding: 26px 28px;
    background: #fff;
    border: 1px solid #e8e1d7;
    transition: all .35s ease;
}

.career-job-card:hover {
    border-color: #c19b5f;
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(40, 30, 15, .08);
}


/* ==================================================
JOB TOP
================================================== */

.career-job-top {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.career-job-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f1e7;
    color: #b9965a;
    font-size: 16px;
}

.career-job-title {
    flex: 1;
}

.career-job-title>span {
    display: block;
    margin-bottom: 5px;
    color: #b9965a;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.career-job-title h3 {
    margin: 0 0 4px;
    color: #222;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;
    font-weight: 400;
}

.career-job-title p {
    margin: 0;
    color: #888;
    font-size: 12px;
}

.career-job-arrow {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e3dbcf;
    color: #80663f;
    font-size: 11px;
    transition: all .3s ease;
}

.career-job-card:hover .career-job-arrow {
    background: #b9965a;
    border-color: #b9965a;
    color: #fff;
}


/* ==================================================
JOB META
================================================== */

.career-job-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin: 20px 0 14px;
    padding-top: 15px;
    border-top: 1px solid #eee9e1;
}

.career-job-meta span {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #777;
    font-size: 11px;
}

.career-job-meta i {
    color: #b9965a;
}


/* ==================================================
JOB DESCRIPTION
================================================== */

.career-job-description {
    margin: 0 0 17px;
    color: #666;
    font-size: 13px;
    line-height: 1.75;
}


/* ==================================================
JOB TAGS
================================================== */

.career-job-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.career-job-tags span {
    padding: 6px 10px;
    background: #faf8f4;
    color: #80663f;
    border: 1px solid #eee5d7;
    font-size: 10px;
}


/* ==================================================
STICKY FORM
================================================== */

.career-application-sticky {
    position: sticky;
    top: 95px;
}


/* ==================================================
APPLICATION CARD
================================================== */

.career-application-card {
    padding: 32px;
    background: #1c1c1c;
    color: #fff;
    box-shadow: 0 25px 60px rgba(20, 20, 20, .14);
}


/* ==================================================
FORM HEAD
================================================== */

.career-form-head {
    margin-bottom: 25px;
}

.career-form-head>span {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 10px;
    color: #c6a36b;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2px;
}

.career-form-head h2 {
    margin: 0 0 10px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 29px;
    font-weight: 400;
    line-height: 1.2;
}

.career-form-head h2 strong {
    display: block;
    color: #c6a36b;
    font-weight: 400;
}

.career-form-head p {
    margin: 0;
    color: #aaa;
    font-size: 12px;
    line-height: 1.7;
}


/* ==================================================
FIELDS
================================================== */

/* ==================================================
CAREER FLOATING FIELD
================================================== */

.career-floating-field {
    position: relative;
    width: 100%;
}

.career-floating-field input,
.career-floating-field select,
.career-floating-field textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 0;
    outline: none;
    background: #faf9f6;
    color: #fff;
    font-family: inherit;
    font-size: 13px;
    transition:
        border-color .3s ease,
        background .3s ease,
        box-shadow .3s ease;
}


/* INPUT & SELECT */

.career-floating-field input,
.career-floating-field select {
    height: 45px;
    padding: 10px 42px 9px 43px;
}


/* TEXTAREA */

.career-floating-field textarea {
    min-height: 70px;
    padding: 20px 15px 10px 43px;
    resize: vertical;
    line-height: 1.6;
}


/* ICON */

.career-floating-field>i:first-child {
    position: absolute;
    top: 50%;
    left: 16px;
    z-index: 3;
    transform: translateY(-50%);
    color: #a98a5b;
    font-size: 12px;
    pointer-events: none;
    transition: color .3s ease;
}


/* TEXTAREA ICON */

.career-textarea-field>i:first-child {
    top: 20px;
    transform: none;
}


/* ==================================================
FLOATING LABEL
================================================== */

.career-floating-field label {
    position: absolute;
    top: 50%;
    left: 38px;
    z-index: 2;
    padding: 0 5px;
    transform: translateY(-50%);
    background: #faf9f6;
    color: #888;
    font-size: 11px;
    line-height: 1;
    pointer-events: none;
    transition: all .25s ease;
}


/* TEXTAREA LABEL */

.career-textarea-field label {
    top: 23px;
    transform: none;
}


/* ==================================================
FOCUS
================================================== */

.career-floating-field input:focus,
.career-floating-field select:focus,
.career-floating-field textarea:focus {
    border-color: #b9965a;
    background: #292929;
    box-shadow: 0 0 0 3px rgba(185, 150, 90, .08);
}


/* ==================================================
FLOAT LABEL ON FOCUS / VALUE
================================================== */

.career-floating-field input:focus+label,
.career-floating-field input:not(:placeholder-shown)+label,

.career-floating-field textarea:focus+label,
.career-floating-field textarea:not(:placeholder-shown)+label,

.career-floating-field select:valid+label {
    top: 0;
    left: 12px;
    transform: translateY(-50%);
    background: #252525;
    color: #c6a36b;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .2px;
}


/* ==================================================
SELECT
================================================== */

.career-floating-field select {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    color: #999;
}

.career-floating-field select:valid {
    color: #fff;
}


/* SELECT OPTION */

.career-floating-field select option {
    background: #252525;
    color: #fff;
}


/* ==================================================
SELECT ARROW
================================================== */

.career-select-arrow {
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 4;
    transform: translateY(-50%);
    color: #888;
    font-size: 9px;
    pointer-events: none;
}

.career-select-field:focus-within .career-select-arrow {
    color: #c6a36b;
}


/* ==================================================
FILE
================================================== */

.career-file {
    position: relative;
    display: flex;
    align-items: center;
    gap: 13px;
    min-height: 50px;
    padding: 10px 12px;
    border: 1px dashed rgba(255, 255, 255, .18);
    background: #252525;
    cursor: pointer;
    transition: all .3s ease;
}

.career-file:hover {
    border-color: #b9965a;
}

.career-file>i {
    color: #c6a36b;
    font-size: 18px;
}

.career-file span {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.career-file strong {
    color: #ddd;
    font-size: 11px;
    font-weight: 600;
}

.career-file small {
    color: #9f9e9e;
    font-size: 9px;
}

.career-file input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}


/* ==================================================
MOBILE
================================================== */

@media (max-width: 575px) {

    .career-floating-field input,
    .career-floating-field select {
        height: 52px;
    }

    .career-floating-field textarea {
        min-height: 115px;
    }

}


/* ==================================================
SUBMIT
================================================== */

.career-submit {
    width: 100%;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid #b9965a;
    background: #b9965a;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .4px;
    cursor: pointer;
    transition: all .3s ease;
}

.career-submit i {
    transition: transform .3s ease;
}

.career-submit:hover {
    background: #fff;
    border-color: #fff;
    color: #1c1c1c;
}

.career-submit:hover i {
    transform: translateX(4px);
}


/* ==================================================
FORM FOOTER
================================================== */

.career-form-footer {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 18px;
    color: #777;
    font-size: 9px;
}

.career-form-footer i {
    color: #b9965a;
}


/* ==================================================
TABLET
================================================== */

@media (max-width: 991px) {

    .interior-careers-section {
        padding: 70px 0;
    }

    .career-application-sticky {
        position: static;
    }

    .career-application-card {
        padding: 30px;
    }

}


/* ==================================================
MOBILE
================================================== */

@media (max-width: 767px) {

    .interior-careers-section {
        padding: 55px 0;
    }

    .career-job-card {
        padding: 22px 20px;
    }

    .career-job-title h3 {
        font-size: 20px;
    }

    .career-job-arrow {
        width: 32px;
        height: 32px;
    }

    .career-application-card {
        padding: 25px 20px;
    }

    .career-form-head h2 {
        font-size: 26px;
    }

}























/* product page */
/* ==================================================
PRODUCT SECTION
================================================== */

.interior-products-section {
    background: #faf9f6;
}

.products-heading {
    max-width: 760px;
    margin: 0 auto 35px;
    text-align: center;
}

.products-heading .interior-section-title {
    margin: 0 0 16px;
}

.products-heading .interior-section-text {
    max-width: 650px;
    margin: auto;
}


/* ==================================================
SIDEBAR
================================================== */

.product-sidebar {
    position: sticky;
    top: 100px;
}

.product-search-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.product-search-box>i {
    position: absolute;
    left: 18px;
    color: #a4875b;
    font-size: 13px;
    pointer-events: none;
}

.product-search-box input {
    width: 100%;
    height: 44px;
    padding: 0 48px 0 46px;
    border: 1px solid #ddd5c8;
    outline: none;
    background: #fff;
    color: #252525;
    font-size: 13px;
    transition: .3s ease;
}

.product-search-box input:focus {
    border-color: #b9965a;
    box-shadow: 0 0 0 3px rgba(185, 150, 90, .08);
}

.product-search-box input::placeholder {
    color: #999;
}

#productSearchClear {
    position: absolute;
    right: 14px;
    width: 30px;
    height: 30px;
    display: none;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: #999;
    cursor: pointer;
}

.product-search-box.has-value #productSearchClear {
    display: flex;
}


/* ==================================================
FILTER BOX
================================================== */

.product-filter-box {
    padding: 25px;
    border: 1px solid #e4ddd2;
    background: #fff;
    box-shadow: 0 18px 45px rgba(40, 30, 20, .06);
}

.product-filter-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 18px;
    margin-bottom: 8px;
    border-bottom: 1px solid #eee8df;
}

.product-filter-heading span {
    color: #80663f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.8px;
}

.product-filter-heading i {
    color: #b9965a;
    font-size: 13px;
}


/* ==================================================
CATEGORY
================================================== */

.product-category,
.product-subcategories button {
    width: 100%;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
}

.product-category {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 5px;
    color: #444;
    font-size: 14px;
    transition: .3s ease;
}

.product-category>span {
    display: flex;
    align-items: center;
    gap: 12px;
}

.product-category>span i {
    width: 20px;
    color: #b9965a;
    text-align: center;
}

.product-category>strong {
    color: #aaa;
    font-size: 12px;
    font-weight: 500;
}

.product-category:hover,
.product-category.active {
    color: #9a7945;
}

.category-arrow {
    color: #aaa;
    font-size: 11px;
    transition: transform .3s ease;
}

.product-category-group.open .category-arrow {
    transform: rotate(180deg);
}

.product-category-group.open>.product-category {
    color: #9a7945;
}


/* ==================================================
SUB CATEGORY
================================================== */

.product-subcategories {
    display: none;
    padding: 3px 0 8px 32px;
}

.product-category-group.open .product-subcategories {
    display: block;
}

.product-subcategories button {
    position: relative;
    padding: 7px 0 7px 16px;
    color: #3b3737;
    font-size: 13px;
    transition: .3s ease;
}

.product-subcategories button::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #d3c2a7;
    transform: translateY(-50%);
}

.product-subcategories button:hover,
.product-subcategories button.active {
    color: #a17d49;
    padding-left: 20px;
}


/* ==================================================
PRODUCT MAIN
================================================== */

.products-main {
    min-width: 0;
}

.products-topbar {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 22px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e3ddd4;
}

.products-result-label {
    display: block;
    margin-bottom: 1px;
    color: #b9965a;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
}

.products-topbar h3 {
    margin: 0;
    color: #242424;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 27px;
    font-weight: 400;
}

.products-result-count {
    color: #888;
    font-size: 13px;
}


/* ==================================================
PRODUCT CARD
================================================== */

.product-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid #e5ded4;
    background: #fff;
    transition:
        transform .35s ease,
        box-shadow .35s ease;
}

.product-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 25px 55px rgba(35, 25, 15, .11);
}


/* ==================================================
PRODUCT IMAGE
================================================== */

.product-image {
    position: relative;
    height: 260px;
    overflow: hidden;
    background: #eee;
}

.product-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .6s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.06);
}

.product-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 7px 11px;
    background: rgba(28, 28, 28, .88);
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.product-view {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: #fff;
    color: #80663f;
    cursor: pointer;
    opacity: 0;
    transform: translateY(8px);
    transition: .35s ease;
}

.product-card:hover .product-view {
    opacity: 1;
    transform: translateY(0);
}


/* ==================================================
PRODUCT CONTENT
================================================== */

.product-content {
    padding: 15px 24px;
}

.product-category-name {
    display: block;
    margin-bottom: 4px;
    color: #b9965a;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.product-content h3 {
    min-height: 20px;
    margin: 0 0 6px;
    color: #222;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
}

.product-content p {
    min-height: 35px;
    margin: 0 0 5px;
    color: #333030;
    font-size: 13px;
    line-height: 1.5;
}

.product-details-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #292929;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .8px;
    text-decoration: none;
    text-transform: uppercase;
    transition: .3s ease;
}

.product-details-btn i {
    color: #b9965a;
    transition: transform .3s ease;
}

.product-details-btn:hover {
    color: #b9965a;
}

.product-details-btn:hover i {
    transform: translateX(5px);
}


/* ==================================================
NO RESULT
================================================== */

.product-no-result {
    display: none;
    padding: 70px 20px;
    border: 1px solid #e5ded4;
    background: #fff;
    text-align: center;
}

.product-no-result.show {
    display: block;
}

.product-no-result i {
    margin-bottom: 15px;
    color: #b9965a;
    font-size: 35px;
}

.product-no-result h3 {
    margin: 0 0 7px;
    color: #292929;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    font-weight: 400;
}

.product-no-result p {
    margin: 0;
    color: #888;
    font-size: 12px;
}


/* ==================================================
TABLET
================================================== */

@media (max-width: 991px) {

    .interior-products-section {
        padding: 70px 0;
    }

    .product-sidebar {
        position: static;
    }

    .product-filter-box {
        padding: 22px;
    }

    .product-image {
        height: 240px;
    }

}


/* ==================================================
MOBILE
================================================== */

@media (max-width: 767px) {

    .interior-products-section {
        padding: 60px 0;
    }

    .products-heading {
        margin-bottom: 40px;
        text-align: left;
    }

    .products-topbar {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .products-topbar h3 {
        font-size: 24px;
    }

    .product-filter-box {
        padding: 18px;
    }

    .product-image {
        height: 230px;
    }

}


/* ==================================================
SMALL MOBILE
================================================== */

@media (max-width: 400px) {

    .product-content {
        padding: 20px;
    }

    .product-content h3 {
        font-size: 19px;
    }

    .product-image {
        height: 210px;
    }

}



/* Remove browser default search clear button */
.product-search-box input[type="search"]::-webkit-search-cancel-button,
.product-search-box input[type="search"]::-webkit-search-decoration,
.product-search-box input[type="search"]::-webkit-search-results-button,
.product-search-box input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    appearance: none;
    display: none;
}







/*  SERVICE DETAILS */

.service-details-section {
    background: #faf9f6;
    padding-top: 80px;
}

.service-main-content {
    min-width: 0;
}


/*  GALLERY */

.service-gallery {
    width: 100%;
}

.service-main-image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 440px;
    background: #e9e5de;
}

.service-main-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity .35s ease, transform .6s ease;
}

.service-main-image:hover img {
    transform: scale(1.02);
}


/* GALLERY BUTTON */

.service-gallery-btn {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .45);
    background: rgba(20, 20, 20, .65);
    color: #fff;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all .3s ease;
}

.service-gallery-btn:hover {
    background: #b9965a;
    border-color: #b9965a;
}

.service-gallery-prev {
    left: 20px;
}

.service-gallery-next {
    right: 20px;
}


/* IMAGE COUNTER */

.service-image-counter {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 3;
    padding: 8px 13px;
    background: rgba(20, 20, 20, .72);
    color: #fff;
    font-size: 10px;
    letter-spacing: 1px;
}

.service-image-counter span:first-child {
    color: #d1af73;
}


/* THUMBNAILS*/

.service-thumbnails {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 8px;
    margin-top: 10px;
}

.service-thumb {
    position: relative;
    overflow: hidden;
    height: 72px;
    padding: 0;
    border: 1px solid transparent;
    background: transparent;
    cursor: pointer;
}

.service-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .62;
    transition: all .3s ease;
}

.service-thumb:hover img,
.service-thumb.active img {
    opacity: 1;
}

.service-thumb.active {
    border-color: #b9965a;
}

.service-thumb.active::after {
    position: absolute;
    inset: 0;
    border: 2px solid #b9965a;
    content: "";
    pointer-events: none;
}


/* CONTENT*/

.service-content-page {
    padding: 55px 5px 0;
}


.service-content .interior-section-title {
    max-width: 700px;
    margin-bottom: 20px;
}

.service-content .interior-section-text {
    max-width: 760px;
    margin-bottom: 17px;
}


/* HIGHLIGHTS*/

.service-highlights {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 35px 0 50px;
}

.service-highlight {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 20px;
    border: 1px solid #e5ded2;
    background: #fff;
    transition: all .3s ease;
}

.service-highlight:hover {
    border-color: #c7a56d;
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(40, 30, 15, .07);
}

.service-highlight>span {
    width: 42px;
    height: 42px;
    min-width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4eee5;
    color: #b9965a;
    font-size: 14px;
}

.service-highlight strong {
    display: block;
    margin-bottom: 5px;
    color: #222;
    font-size: 13px;
}

.service-highlight small {
    display: block;
    color: #777;
    font-size: 11px;
    line-height: 1.6;
}


/* CONTENT BLOCK*/

.service-content-block {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid #e3ddd3;
}

.service-content-label {
    display: block;
    margin-bottom: 10px;
    color: #b9965a;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
}

.service-content-block h3 {
    max-width: 600px;
    margin: 0 0 14px;
    color: #222;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.3;
}

.service-content-block p {
    max-width: 720px;
    margin: 0;
    color: #777;
    font-size: 13px;
    line-height: 1.9;
}


/* SERVICE TAGS */

.service-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 25px;
}

.service-tag-list span {
    padding: 9px 14px;
    border: 1px solid #ddd5c9;
    background: #fff;
    color: #666;
    font-size: 11px;
    transition: all .3s ease;
}

.service-tag-list span:hover {
    border-color: #b9965a;
    color: #9b773e;
}


/* INLINE CTA*/

.service-inline-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin-top: 55px;
    padding: 30px;
    background: #1c1c1c;
}

.service-inline-cta>div span {
    display: block;
    margin-bottom: 8px;
    color: #c19b5f;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.8px;
}

.service-inline-cta h3 {
    margin: 0;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    font-weight: 400;
}


/*  SIDEBAR*/

.service-sidebar {
    position: sticky;
    top: 100px;
}

.service-sidebar-box {
    overflow: hidden;
    border: 1px solid #e2dbd0;
    background: #fff;
    box-shadow: 0 20px 55px rgba(35, 28, 18, .08);
}


/* SIDEBAR HEAD*/

.service-sidebar-head {
    padding: 27px 25px 22px;
    border-bottom: 1px solid #e7e0d6;
}

.service-sidebar-head span {
    display: block;
    margin-bottom: 8px;
    color: #b9965a;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2px;
}

.service-sidebar-head h3 {
    margin: 0;
    color: #222;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.25;
}

.service-sidebar-head h3 span {
    color: #b9965a;
}


/* SERVICE LIST*/
.service-list {
    max-height: 410px;
    overflow-y: auto;
    padding: 8px 12px;
}

.service-list::-webkit-scrollbar {
    width: 4px;
}

.service-list::-webkit-scrollbar-track {
    background: #f5f2ed;
}

.service-list::-webkit-scrollbar-thumb {
    background: #c2a36e;
}


/* SERVICE ITEM */

.service-list-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 11px;
    border-bottom: 1px solid #eee8df;
    color: #333;
    text-decoration: none;
    transition: all .3s ease;
}

.service-list-item:last-child {
    border-bottom: 0;
}

.service-list-item:hover {
    padding-left: 16px;
    background: #faf7f1;
    color: #222;
}

.service-list-item.active {
    background: #f7f1e7;
}

.service-list-item.active::before {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0;
    width: 3px;
    background: #b9965a;
    content: "";
}


/* SERVICE ICON*/

.service-list-icon {
    width: 39px;
    height: 39px;
    min-width: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4eee5;
    color: #a27f48;
    font-size: 12px;
}

.service-list-item.active .service-list-icon {
    background: #b9965a;
    color: #fff;
}


/* SERVICE TEXT*/

.service-list-content {
    min-width: 0;
    flex: 1;
}

.service-list-content strong {
    display: block;
    margin-bottom: 3px;
    color: #333;
    font-size: 12px;
    font-weight: 600;
}

.service-list-content small {
    display: block;
    overflow: hidden;
    color: #999;
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.service-list-arrow {
    color: #aaa;
    font-size: 9px;
    transition: all .3s ease;
}

.service-list-item:hover .service-list-arrow {
    color: #b9965a;
    transform: translate(2px, -2px);
}


/*  SIDEBAR CTA */

.service-sidebar-cta {
    margin: 15px;
    padding: 22px;
    background: #1c1c1c;
}

.service-sidebar-cta span {
    display: block;
    margin-bottom: 8px;
    color: #c19b5f;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 1.7px;
}

.service-sidebar-cta h4 {
    margin: 0 0 17px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.35;
}

.service-sidebar-cta a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    text-decoration: none;
}

.service-sidebar-cta a i {
    color: #c19b5f;
    transition: transform .3s ease;
}

.service-sidebar-cta a:hover i {
    transform: translateX(4px);
}


/* TABLET*/

@media (max-width: 991px) {
    .service-details-section {
        padding: 70px 0;
    }
    .service-main-image {
        height: 480px;
    }
    .service-thumbnails {
        grid-template-columns: repeat(5, 1fr);
    }
    .service-sidebar {
        position: static;
    }
    .service-list {
        max-height: 360px;
    }
}

/*  MOBILE */

@media (max-width: 767px) {
    .service-details-section {
        padding: 55px 0;
    }
    .service-main-image {
        height: 350px;
    }
    .service-gallery-btn {
        width: 38px;
        height: 38px;
    }
    .service-thumbnails {
        grid-template-columns: repeat(5, 1fr);
        gap: 6px;
    }
    .service-thumb {
        height: 58px;
    }
    /* .service-content {
        padding-top: 45px;
    } */
    .service-highlights {
        grid-template-columns: 1fr;
        margin-bottom: 40px;
    }
    .service-content-block h3 {
        font-size: 25px;
    }
    .service-inline-cta {
        align-items: flex-start;
        flex-direction: column;
        padding: 25px;
    }
    .service-sidebar {
        margin-top: 15px;
    }
    .service-list {
        max-height: 330px;
    }
}

/*    SMALL MOBILE */

@media (max-width: 400px) {

    .service-main-image {
        height: 285px;
    }

    .service-thumbnails {
        grid-template-columns: repeat(4, 1fr);
    }

    .service-thumb {
        height: 60px;
    }

    .service-image-counter {
        right: 12px;
        bottom: 12px;
    }

}












/* =========================================================
   PRIVACY POLICY
========================================================= */

.privacy-policy-content {
    background: #fff;
    padding: 45px 50px;
    border: 1px solid #eee;
    border-radius: 14px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05);
}

.privacy-policy-content h2 {
    font-size: 32px;
    font-weight: 600;
    color: #222;
    margin-bottom: 20px;
}

.privacy-policy-content h3 {
    position: relative;
    font-size: 21px;
    font-weight: 600;
    color: #222;
    margin-top: 35px;
    margin-bottom: 14px;
    padding-left: 14px;
}

.privacy-policy-content h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 3px;
    height: 22px;
    background: #b08d57;
    border-radius: 5px;
}

.privacy-policy-content p {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 16px;
}

.privacy-policy-content ul {
    margin: 10px 0 20px;
    padding-left: 20px;
}

.privacy-policy-content li {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 7px;
}

.privacy-policy-content li::marker {
    color: #b08d57;
}

.privacy-policy-content strong {
    color: #333;
}


/* =========================================================
   CONTACT BOX
========================================================= */

.privacy-contact-box {
    margin-top: 25px;
    padding: 22px 25px;
    background: #faf9f7;
    border: 1px solid #eee5d9;
    border-left: 3px solid #b08d57;
    border-radius: 10px;
}

.privacy-contact-box p {
    margin-bottom: 10px;
}

.privacy-contact-box p:last-child {
    margin-bottom: 0;
}

.privacy-contact-box i {
    width: 22px;
    color: #b08d57;
}

.privacy-contact-box a {
    color: #555;
    text-decoration: none;
    transition: color 0.25s ease;
}

.privacy-contact-box a:hover {
    color: #b08d57;
}


/* =========================================================
   LAST UPDATED
========================================================= */

.privacy-updated {
    margin-top: 30px;
    padding-top: 18px;
    border-top: 1px solid #eee;
}

.privacy-updated small {
    color: #999;
    font-size: 13px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 767px) {

    .privacy-policy-content {
        padding: 30px 22px;
        border-radius: 10px;
    }

    .privacy-policy-content h2 {
        font-size: 26px;
    }

    .privacy-policy-content h3 {
        font-size: 19px;
        margin-top: 28px;
    }

    .privacy-policy-content p,
    .privacy-policy-content li {
        font-size: 14px;
        line-height: 1.75;
    }

    .privacy-contact-box {
        padding: 18px;
    }

}






/* ==================================================
   PRODUCT PAGINATION
================================================== */

.product-pagination {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 8px;

    margin-top: 45px;
    padding-top: 5px;

    flex-wrap: wrap;
}


/* ==================================================
   PAGINATION BUTTON
================================================== */

.product-page-btn {
    min-width: 42px;
    height: 42px;

    padding: 0 13px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 7px;

    border: 1px solid #e5dfd5;
    border-radius: 8px;

    background: #fff;

    color: #333;

    font-family: inherit;
    font-size: 13px;
    font-weight: 600;

    cursor: pointer;

    transition:
        all .25s ease;
}


/* ==================================================
   HOVER
================================================== */

.product-page-btn:hover:not(:disabled) {

    background: #b08d57;

    border-color: #b08d57;

    color: #fff;

    transform: translateY(-2px);

    box-shadow:
        0 7px 18px rgba(176, 141, 87, .20);
}


/* ==================================================
   ACTIVE PAGE
================================================== */

.product-page-btn.active {

    background: #b08d57;

    border-color: #b08d57;

    color: #fff;

    box-shadow:
        0 7px 18px rgba(176, 141, 87, .20);
}


/* ==================================================
   DISABLED
================================================== */

.product-page-btn:disabled {

    background: #f7f6f4;

    border-color: #e8e5df;

    color: #aaa;

    cursor: not-allowed;

    opacity: .65;

    transform: none;

    box-shadow: none;
}


/* ==================================================
   PREVIOUS / NEXT
================================================== */

.product-page-prev,
.product-page-next {

    padding-left: 15px;
    padding-right: 15px;
}


/* ==================================================
   ICON
================================================== */

.product-page-btn i {

    font-size: 11px;

    transition: transform .25s ease;
}


/* Previous hover icon */

.product-page-prev:hover:not(:disabled) i {

    transform: translateX(-2px);
}


/* Next hover icon */

.product-page-next:hover:not(:disabled) i {

    transform: translateX(2px);
}


/* ==================================================
   DOTS
================================================== */

.product-page-dots {

    min-width: 30px;
    height: 42px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    color: #888;

    font-size: 14px;
    font-weight: 600;
}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 575px) {

    .product-pagination {

        gap: 6px;

        margin-top: 35px;
    }


    .product-page-btn {

        min-width: 38px;
        height: 38px;

        padding: 0 10px;

        font-size: 12px;
    }


    .product-page-prev,
    .product-page-next {

        padding-left: 11px;
        padding-right: 11px;
    }


    .product-page-dots {

        min-width: 24px;
        height: 38px;

        font-size: 13px;
    }


    .product-page-btn i {

        font-size: 10px;
    }

}


/* ==================================================
   VERY SMALL DEVICES
================================================== */

@media (max-width: 380px) {

    .product-pagination {

        gap: 4px;
    }


    .product-page-prev span,
    .product-page-next span {

        display: none;
    }


    .product-page-prev,
    .product-page-next {

        min-width: 38px;

        padding: 0;
    }

}









/* ==================================================
   PRODUCT CARD ACTIONS
================================================== */

.product-card-actions {

    display: flex;

    align-items: center;

    gap: 10px;

    margin-top: 18px;

}


/* ==================================================
   VIEW PRODUCT BUTTON
================================================== */

.product-card-actions .product-details-btn {

    flex: 1;

    margin-top: 0;

}


/* ==================================================
   SHARE BUTTON
================================================== */

.product-share-btn {

    width: 46px;

    height: 46px;

    flex: 0 0 46px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    border: 1px solid #e5e0d8;

    border-radius: 8px;

    background: #fff;

    color: #8b6b3f;

    font-size: 16px;

    cursor: pointer;

    transition: all .25s ease;

}


.product-share-btn:hover {

    background: #b08d57;

    border-color: #b08d57;

    color: #fff;

    transform: translateY(-2px);

}


.product-share-btn:active {

    transform: translateY(0);

}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 575px) {

    .product-card-actions {

        gap: 8px;

    }


    .product-share-btn {

        width: 44px;

        height: 44px;

        flex-basis: 44px;

    }

}