.top-header {
    background-color: #2b1f19;
    text-align: center;
    padding: 6px;
    position: relative;
    height: 40px;
    overflow: hidden;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-header p {
    position: absolute;
    opacity: 0;
    transition: opacity 0.8s ease;
    letter-spacing: 1px;
    margin: 0;
    font-size: 13px;
}

.top-header p.active {
    opacity: 1;
}

.logo-wrap {
    text-align: center;
}

.logo-wrap img {
    height: 70px;
    padding: 5px 0;
}

.logo-black {
    display: none;
}

.sticky-header.sticky .logo-white {
    display: none;
}

.sticky-header.sticky .logo-black {
    display: inline-block;
}

.single-product-wrap .product-details p {
    margin-bottom: 5px;
    font-size: 13px;
    text-transform: uppercase;
}

.single-product-wrap .product-details span {
    font-size: 13px;
}

.single-product-wrap .product-thumb:hover {

    /* border-bottom: 4px solid black; */
}

.restaurant-about-area {
    background-color: #f7f2e7;
    /* box-shadow: 0px -4px 20px 3px rgb(0 0 0 / 3%); */
}

.restaurant-about-content {
    text-align: center;
}

.restaurant-about-content span {
    color: black;
    font-size: 22px;
    font-weight: 300;
}

.discover img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: bottom;
}



.discover h2 a,
.discover h2 {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    color: #000;
    font-family: 'Cerebri', sans-serif;
}

.discover a {
    color: #000;
}

.discover span {
    font-size: 12px;
    color: #3c3c3c;
}

.discover i {
    margin-left: 10px;
}

.discover-content {
    padding-bottom: 10px;
}

.discover-card {
    position: relative;
    overflow: hidden;
    /* background: #fff; */
    opacity: 1;

    transition: transform 0.4s ease;
}

/* ENTIRE CARD MOVES UP */
.discover-card:hover {
    /* transform: translateY(-35px); */
}

/* IMAGE */
.discover-image {
    overflow: hidden;
    border-radius: 20px;
}

.discover-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;

    transition: transform 0.5s ease;
}

/* OPTIONAL IMAGE ZOOM */
.discover-card:hover img {
    transform: scale(1.05);
}

/* CONTENT */
.discover-content {
    /* padding: 25px; */
    text-align: left;

    opacity: 0;
    transform: translateY(20px);

    transition: 0.4s ease;
}

/* SHOW CONTENT */
.discover-card:hover .discover-content {
    opacity: 1;
    transform: translateY(0);
}

/* Woshe Testimonial */
.woshe-testimonial {
    background: #f7f2e7;
}

.woshe-subtitle {
    font-size: 14px;
    letter-spacing: 2px;
    color: #444;
    margin-top: 10px;
}

.woshe-title {
    font-size: 34px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #111;
}

.woshe-testimonial-item {
    padding: 0 12px;
}

.woshe-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}

.woshe-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

.woshe-content {
    padding: 18px;
}

.woshe-avatar {
    width: 40px !important;
    height: 40px;
    border-radius: 50%;
    background: #f4d9e4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    color: #222;
    object-fit: cover;
    border: 1px solid #f3f3f3;
}

.woshe-name {
    font-size: 14px;
    font-weight: 700;
    color: #111;
    line-height: 1.2;
}

.woshe-verified {
    font-size: 10px;
    margin-left: 4px;
}

.woshe-date {
    font-size: 12px;
    color: #666;
}

.woshe-review {
    font-size: 15px;
    color: #222;
    margin: 14px 0 18px;
}

.woshe-product {
    display: inline-block;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 12px;
    text-decoration: none;
    color: #555;
    font-size: 14px;
    background: #fafafa;
    transition: 0.3s;
}

.woshe-product:hover {
    background: #f1f1f1;
    color: #000;
}

/* Slick */
.woshe-testimonial-slider .slick-track {
    display: flex;
}

.woshe-testimonial-slider .slick-slide {
    height: inherit;
}

.woshe-testimonial-slider .slick-prev,
.woshe-testimonial-slider .slick-next {
    z-index: 10;
}

.woshe-testimonial-slider .slick-prev:before,
.woshe-testimonial-slider .slick-next:before {
    color: #111;
}

@media (max-width: 991px) {
    .woshe-title {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .woshe-image img {
        height: 220px;
    }
}

/* Remove default text */
.woshe-testimonial-slider .slick-prev:before,
.woshe-testimonial-slider .slick-next:before {
    content: '';
}

/* Arrow Buttons */
.woshe-testimonial-slider .slick-prev,
.woshe-testimonial-slider .slick-next {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #fff;
    /* border: 1px solid #ddd; */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    font-size: 0;
    transition: 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/* Left Arrow */
.woshe-testimonial-slider .slick-prev {
    left: -70px;
}

/* Right Arrow */
.woshe-testimonial-slider .slick-next {
    right: -70px;
}

/* Arrow Icons */
.woshe-testimonial-slider .slick-prev::after,
.woshe-testimonial-slider .slick-next::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 500;
    font-size: 16px;
    color: #111;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.woshe-testimonial-slider .slick-prev::after {
    content: "\f053";
}

.woshe-testimonial-slider .slick-next::after {
    content: "\f054";
}

/* Hover */
.woshe-testimonial-slider .slick-prev:hover,
.woshe-testimonial-slider .slick-next:hover {
    background: #111;
    border-color: #111;
}

.woshe-testimonial-slider .slick-prev:hover::after,
.woshe-testimonial-slider .slick-next:hover::after {
    color: #fff;
}

/* Mobile */
@media (max-width: 991px) {
    .woshe-testimonial-slider .slick-prev {
        left: -15px;
    }

    .woshe-testimonial-slider .slick-next {
        right: -15px;
    }
}

.btn.btn-sm {
    border: 2px solid #eed166;
    padding: 10px;
    font-size: 12px;
}

.feature-product-area .discover-card:hover {
    transform: none;
}

.feature-product-area .discover-content {
    opacity: 1;
    transform: none;
}

.feature-product-area .discover-image img {
    height: 300px;
}

.feature-product-area .discover-image {
    border-radius: 0;
}

.single-parallax-wrap .parallax-image-wrap {
    position: relative;
    background-size: cover !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    overflow: hidden;
}

/* Black overlay */
.single-parallax-wrap .parallax-image-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    /* background: rgba(0,0,0,0.35); */
    z-index: 1;
}

/* Content above overlay */
.single-parallax-wrap .container {
    position: relative;
    z-index: 2;
}

.banner-content-wrap {
    padding-top: 150px;
}

/* Optional white text */
.banner-content-wrap h4,
.banner-content-wrap p {
    color: #fff;
    font-weight: 300;
}

/* Shared */
.single-parallax-wrap .parallax-image-wrap {
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    min-height: 750px;
    display: flex;
    align-items: center;
}

/* Rosewater Section */
.rosewater-section {
    background-position: bottom center !important;
    text-align: center;
}

/* Store Section */
.store-section {
    background-position: top center !important;
}

/* Overlay only for store */
.store-section .overlay-dark,
.single-creative-shop-banner .overlay-dark {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
}

.single-creative-shop-banner .banner-content {
    z-index: 1;
}

/* Content */
.single-parallax-wrap .container {
    position: relative;
    z-index: 2;
}

/* Card */
.woshe-store-card {
    background: #fff;
    padding: 70px 60px;
    border-radius: 0;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.woshe-store-card .woshe-subtitle {
    display: inline-block;
    font-size: 22px;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 40px;
    /* font-family: 'Great Vibes'; */
    margin-top: 10px;
}
.woshe-store-card h5 {
    font-size: 23px;
    color: black;
    margin-bottom: 0;
}

.woshe-store-card h2 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 100;
    margin-bottom: 0px;
    color: #111;
    /* font-family: 'Great Vibes'; */
    margin-top: 30px;
    letter-spacing: 2px;
}

.woshe-store-card p {
    font-size: 20px;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 30px;
}

.woshe-btn {
    padding: 14px 34px;
    border-radius: 50px;
    font-size: 14px;
    letter-spacing: 1px;
}

/* Store text white because overlay exists */
.store-section h4,
.store-section p {
    color: #fff;
}

/* Mobile */
@media(max-width:991px) {

    .single-parallax-wrap .parallax-image-wrap {
        min-height: auto;
    }

    .woshe-store-card {
        padding: 35px;
    }

    .woshe-store-card h2 {
        font-size: 32px;
    }
}

.text-theme {
    color: #895a35;
}

.rosewater-section h2 {
    color: #000000;
}

/* Slider spacing */
.woshe-video-slider .slick-slide {
    padding: 0 5px;
}


/* Video Card */
.woshe-video-item {
    overflow: hidden;
    border-radius: 0px;
    position: relative;
}

.woshe-video-item video {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    aspect-ratio: 3 / 4;
}


/* Mobile */
@media(max-width:767px) {

    .woshe-video-item video {
        height: auto;
    }

}

.woshe-horizontal-scroll {
    position: relative;
    overflow: hidden;
}

.woshe-panels {
    display: flex;
    width: 300%;
    min-height: 100vh;
}

.woshe-panel {
    width: 100vw;
    min-height: calc(100vh - 100px);
    flex-shrink: 0;
    position: relative;
    margin-top: 100px;
    background: #f7f2e7;
}

.woshe-panel img {
    height: calc(100vh - 100px);
    width: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
}

.pin-spacer {
    overflow: hidden !important;
}

.next-section {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
}

/* Side Navigation */
/* Bottom Nav */
.woshe-scroll-nav {
    position: fixed;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    z-index: 100;
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 18px 40px;
    border-radius: 100px;
    /* background: rgba(255,255,255,0.75); */
    /* backdrop-filter: blur(12px); */
}

/* Numbers */
.woshe-scroll-nav .nav-dot {
    border: none;
    background: transparent;
    font-size: 14px;
    font-weight: 400;
    color: #222;
    transition: 0.3s ease;
    cursor: pointer;
}

/* Active */
.woshe-scroll-nav .nav-dot.active {
    transform: scale(1.25);
    font-weight: 600;
}

/* Arrows */
.woshe-scroll-nav .nav-arrow {
    border: none;
    background: transparent;

    font-size: 12px;
    color: #222;

    cursor: pointer;
    transition: 0.3s ease;
}

.woshe-scroll-nav .nav-arrow:hover,
.woshe-scroll-nav .nav-dot:hover {
    opacity: 0.6;
}

/* Mobile */
@media(max-width:767px) {

    .woshe-scroll-nav {
        gap: 22px;
        padding: 14px 22px;
        bottom: 20px;
    }

    .woshe-scroll-nav .nav-dot {
        font-size: 12px;
    }

    .woshe-scroll-nav .nav-arrow {
        font-size: 12px;
    }

}

.woshe-panel .overlay-dark {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
}

/* Overlay */
.woshe-panel .overlay-dark {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent, #000000a3);
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

/* Bottom Center Content */
.woshe-panel .overlay-dark .content {
    text-align: center;
    margin-bottom: 40px;
}

/* Heading */
.woshe-panel .overlay-dark h2 {
    color: #fff;
    font-size: 50px;
    margin-bottom: 10px;
    font-weight: 300;
}

/* Link */
.woshe-panel .overlay-dark a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.woshe-panel .overlay-dark a i {
    margin-left: 8px;
}

.woshe-script {
    font-family: 'Great Vibes', cursive;
    font-size: 28px;
    color: #000;
    display: block;
    margin-bottom: 15px;
    line-height: 39px;
    letter-spacing: 1px;
}

.woshe-info-card {
    padding: 30px;
    max-width: 100%;
}

.woshe-info-card h2 {
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 25px;
    font-weight: 100;
    letter-spacing: 1px;
}

.woshe-info-card h2 span {
    font-family: 'Great Vibes', cursive;
    font-size: 40px;
}

.woshe-info-card p {
    font-size: 13px;
    line-height: 1.5;
    color: #000;
}

.woshe-info-card a {
    color: #111;
    text-decoration: none;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.woshe-info-card .locket {
    height: 240px;
    width: 100%;
    object-fit: contain;
    padding-bottom: 30px;
}

.woshe-full-image,
.woshe-founder-image {
    height: 100%;
}

.woshe-full-image img,
.woshe-founder-image img {
    width: 100%;
    object-fit: cover;
}

.woshe-year {
    margin-top: 30px;
}

.woshe-year strong {
    font-size: 80px;
    display: block;
}

.woshe-grid-symbols {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 100%;
}

.symbol-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    padding: 40px;
}

.symbol-item img {
    width: 100px;
    margin-bottom: 20px;
}

.woshe-list {
    margin-top: 30px;
    padding-left: 20px;
}

.woshe-list li {
    margin-bottom: 12px;
    font-size: 17px;
}

.woshe-info-card h6 {
    font-family: 'Cerebri';
    padding-top: 30px;
}

.woshe-index-list li {
    font-size: 12px;
    /* font-family: 'Cinzel', serif; */
    text-transform: uppercase;
}

.woshe-panel .logo {
    width: 120px;
    height: 100%;
    padding-bottom: 60px;
}

.woshe-element-image img {
    height: 300px;
    width: 100%;
    object-fit: contain;
}

.nav-dots-wrap {
    display: flex;
    align-items: center;
    gap: 18px;
}

.nav-ellipsis {
    font-size: 26px;
    color: #555;
    line-height: 1;
}

.btn-add-wishlist {
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 24px;
    height: 24px;
    background: #00000021;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

.single-product-wrap .product-thumb:hover .btn-add-wishlist {
    opacity: 1;
}

.btn-add-wishlist.active {
    opacity: 1;
    color: #e01515;
    background-color: #fff1f1;
}

.btn-add-cart {
    font-size: 12px;
    color: #000;
    border-bottom: 1px solid #000;
    letter-spacing: 1px;
    padding-bottom: 2px;
    font-weight: 500;
    transition: border-color 0.4s ease, color 0.4s ease;
}

.btn-add-cart:hover {
    border-bottom-color: transparent;
    color: #000;
}

.port-details-page-wrap {
    margin-top: 110px;
}

.port-thumb-item img {
    height: calc(100vh - 110px);
    width: 100%;
    object-fit: cover;
}

.action-top {
    display: flex;
    justify-content: space-between;
}

.product-details-info-content-wrap {
    margin-right: 30px;
}

.buy-btn {
    display: flex;
    justify-content: space-between;
    gap: 2;
}

.buy-btn .btn {
    padding: 8px 40px;
    white-space: nowrap;
    width: 100%;
    background: black;
    color: white;
}

.buy-btn button:first-child {
    margin-right: 10px;
    margin-left: 10px;
}

.price-wrapper {
    display: flex;
    justify-content: space-between;
}

.price-wrapper .share-item a {
    color: #222222;
    margin-right: 15px;
}

/* ACCORDION */
.woshe-product-accordion {
    border-top: 1px solid #d9d9d9;
    margin-top: 30px;
}

/* ITEM */
.woshe-product-accordion .accordion-item {
    border: none;
    border-bottom: 1px solid #d9d9d9;
    background: transparent;
}

/* BUTTON */
.woshe-product-accordion .accordion-button {
    background: transparent;
    box-shadow: none;
    padding: 15px 0;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 0;
}

/* REMOVE BS ICON */
.woshe-product-accordion .accordion-button::after {
    background-image: none;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 16px;
    transform: rotate(0deg);
}

/* OPEN */
.woshe-product-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(90deg);
}

/* BODY */
.woshe-product-accordion .accordion-body {
    padding: 0 0 35px;
    text-align: left;
}

/* TEXT */
.woshe-product-accordion p,
.woshe-product-accordion li {
    font-size: 13px;
    line-height: 1.4;
    color: #7f7f7f;
}

/* SUBTITLE */
.woshe-product-accordion h5 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 16px;
}

/* IMAGE */
.woshe-product-accordion img {
    border-radius: 8px;
}

/* LIST */
.woshe-dimension-list {
    padding-left: 18px;
}

/* MOBILE */
@media(max-width:767px) {

    .woshe-product-accordion .accordion-button {
        font-size: 14px;
    }

    .woshe-product-accordion .accordion-button {
        padding: 12px 0;
    }

    .contact-creative-hero .col-md-7 {
        position: relative;
    }
}

.port.is-affixed .inner-wrapper-sticky {
    bottom: 20px !important;
}

/* .tp-bgimg{
        z-index: 20;
    background-blend-mode: overlay;
    background-color: rgb(0 0 0 / 36%);
    position: relative;
} */
.btn-line {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    padding-bottom: 0px;
    transition: color 0.3s ease;
}

.btn-line::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #c8a96b;
    transition: width 0.35s ease, background 0.35s ease;
}

.btn-line:hover {
    color: #c8a96b;
}

.btn-line:hover::after {
    display: none;
}

.btn-line:hover::after {
    width: 100%;
    background: #fff;
}

.affiliate {
    margin-top: 110px;
}

.affiliate-panel {
    height: calc(100vh - 110px);
    background-image: url(/static/website_static/brand_img/about/img220.jpg);
    background-position: center;
    background-size: cover;
    background-blend-mode: overlay;
    background-color: #0000009e;
    display: flex;
    justify-content: center;
    align-items: center;
}

.affiliate-panel .overlay-dark {
    position: absolute;
    inset: 0;
    background: #0000009e;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    padding-top: 140px;
}

.affiliate-panel h2 {
    text-align: center;
    color: #eaeaea;

    letter-spacing: 1px;
    font-weight: 100;
    padding-bottom: 50px;

}

.affiliate-panel h4 {
    color: #eaeaea;
    font-size: 20px;
    letter-spacing: 1px;
}

.affiliate-panel p {
    color: #eaeaea;
    font-size: 15px;
    padding: 30px 0;
}

.affiliate-enquiry .woshe-full-image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.affiliate-enquiry {
    height: calc(100vh - 110px);
    background: #f7f2e7;
}

.affiliate-enquiry .woshe-info-card {
    padding: 40px;
    max-width: 100%;
    text-align: center;
}

.affiliate-enquiry .woshe-info-card h2 {
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 70px;
    font-weight: 100;
    letter-spacing: 2px;
}

.affiliate-enquiry .woshe-info-card h6 {
    font-size: 18px;
    font-weight: 100;
    letter-spacing: 1px;
    margin-block: 50px;
    font-family: 'Cinzel';
}

.btn-submit {
    background-color: black;
    border-radius: 30px;
    color: white;
    padding: 8px 30px;
    font-size: 13px;
    text-transform: capitalize;
}

.contact-map-creative iframe {
    width: 100%;
    height: 100%;
    filter: grayscale(100%) contrast(110%) brightness(90%);
}

.office-location-card {
    padding: 130px 10px 20px 50px;
    height: 100%;
    text-align: center;
}

.office-location-title {
    font-size: 30px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 60px;
    color: #111;
    line-height: 1.1;
    text-align: left;
}

.office-location-heading,
.office-hours-title {
    font-size: 20px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    color: #111;
    text-align: left;
}

.office-location-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 15px;
}

.office-location-item i {
    font-size: 22px;
    color: #171717;
    position: relative;
    top: 4px;
    min-width: 24px;
}

.office-location-item p,
.office-location-item a {
    margin: 0;
    color: #222;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.5px;
}

.office-hours-block {
    margin-top: 40px;
}

.office-hours-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.office-hours-list li {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    /* color: #111; */
    font-size: 13px;
    letter-spacing: 1px;
}

.office-hours-list li span:first-child {
    min-width: 50px;
    font-weight: 500;
    text-align: left;
}

@media (max-width: 991px) {

    .office-location-card {
        padding: 50px 35px;
    }

    .office-location-title {
        font-size: 42px;
        margin-bottom: 30px;
    }

    .office-location-heading,
    .office-hours-title {
        font-size: 32px;
    }

    .office-location-item p,
    .office-hours-list li {
        font-size: 18px;
    }
}

@media (max-width: 767px) {

    .office-location-card {
        padding: 40px 25px;
    }

    .office-location-title {
        font-size: 20px;
    }

    .office-location-heading,
    .office-hours-title {
        font-size: 18px;
    }

    .office-location-item {
        gap: 10px;
        align-items: center;
    }

    .office-location-item img {
        width: 22px;
    }

    .office-location-item p,
    .office-hours-list li {
        font-size: 15px;
        line-height: 1.7;
        text-align: left;
    }
}

.office-location-item img {
    width: 25px;
}


.career-section-wrap {
    background: #fff;
    padding: 70px 0;
    margin-top: 110px;
}

.career-container-box {
    /* max-width:950px; */
    margin: auto;
}

.career-top-title {
    text-align: center;
    font-size: 30px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 45px;
    color: #1c1c1c;
    font-weight: 100;
}

.career-main-heading {
    text-align: center;
    font-size: 30px;
    line-height: 1.3;
    color: #1c1c1c;
    margin-bottom: 25px;
    font-weight: 100;
    letter-spacing: 1px;
}

.career-top-desc {
    max-width: 650px;
    margin: auto;
    text-align: center;
    color: #111;
    line-height: 1.5;
    font-size: 14px;
}

.career-divider-line {
    border-top: 1px solid #d7d7d7;
    margin: 50px 0;
}

.career-form-label {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
    color: #1d1d1d;
    display: block;
}

.career-input-field {
    width: 100%;
    height: 48px;
    border: 1px solid #a8a8a8;
    background: transparent;
    padding: 0 18px;
    font-size: 15px;
    color: #111;
    margin-bottom: 28px;
}

.career-input-field:focus {
    outline: none;
    box-shadow: none;
    border-color: #4b2d1e;
}

.career-upload-box {
    background: #6b0d07;
    padding: 55px 30px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.career-upload-box input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.career-upload-icon {
    font-size: 34px;
    margin-bottom: 12px;
}

.career-upload-title {
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.career-upload-subtitle {
    font-size: 13px;
    opacity: .9;
}

.career-submit-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}

.career-submit-note {
    max-width: 320px;
    color: #555;
    line-height: 1.8;
    font-size: 13px;
}

.career-submit-btn {
    min-width: 230px;
    height: 58px;
    border: 1px solid #8f8f8f;
    background: transparent;
    color: #111;
    font-size: 15px;
    letter-spacing: 1px;
    transition: .3s;
}

.career-submit-btn:hover {
    background: #111;
    color: #fff;
}

.career-open-role-title {
    font-size: 30px;
    margin-bottom: 30px;
    color: #1c1c1c;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.career-role-card {
    border: 1px solid #a8a8a8;
    padding: 28px 30px;
    margin-bottom: 24px;
    transition: .3s;
    background: transparent;
}

.career-role-card:hover {
    border-color: #6b0d07;
    transform: translateY(-2px);
}

.career-role-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.career-role-name {
    font-size: 21px;
    margin-bottom: 12px;
    color: #111;
}

.career-role-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.career-role-tag {
    padding: 8px 18px;
    background: #666;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    letter-spacing: 1px;
}

.career-role-tag.active {
    background: #6b0d07;
    border-radius: 30px;
}

.career-role-arrow {
    font-size: 36px;
    color: #111;
}

@media(max-width:767px) {
    .woshe-panel .row{
        flex-wrap: nowrap !important;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .woshe-panel .col-lg-4{
        flex: 0 0 100vw;
        max-width: 100vw;
    }
.woshe-panel {
    min-height: calc(100vh - 96px);
    margin-top: 96px;
    width: 100%;
}
.career-section-wrap {
    padding: 70px 0;
    margin-top: 96px;
}
.career-role-card {
    padding: 10px 15px;
}
.career-role-name {
    font-size: 20px;
    color: #111;
}
.career-role-tag {
    padding: 8px 12px;
}
    .career-top-title, .career-open-role-title {
        font-size: 24px;
    }

    .career-main-heading {
        font-size: 20px;
    }

    .career-submit-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .career-submit-btn {
        width: 100%;
    }

    .career-role-flex {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* =========================
   WOSHE CUSTOM FOOTER
========================= */

.woshe-footer-area {
    background: #fff;
    padding: 60px 0 14px;
    overflow: hidden;
    border-top: 1px solid #e8e8e8;
}

.woshe-footer-top {
    padding-bottom: 0px;
}

.woshe-footer-heading {
    font-size: 24px;
    line-height: 1.1;
    color: #111;
    font-weight: 100;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.woshe-footer-text {
    font-size: 14px;
    line-height: 1.8;
    color: #333;
    max-width: 520px;
    margin-bottom: 30px;
    padding-right: 30px;
}

.woshe-footer-newsletter-form {
    position: relative;
    max-width: 420px;
}

.woshe-footer-input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #222;
    background: transparent;
    height: 60px;
    padding-right: 70px;
    font-size: 16px;
    color: #111;
}

.woshe-footer-input:focus {
    outline: none;
    box-shadow: none;
}

.woshe-footer-submit-btn {
    position: absolute;
    right: 0;
    top: 12px;
    width: 34px;
    height: 34px;
    border: 1px solid #222;
    border-radius: 50%;
    background: transparent;
    transition: .3s;
}

.woshe-footer-submit-btn:hover {
    background: #111;
    color: #fff;
}

.woshe-footer-widget-title {
    font-size: 18px;
    color: #111;
    margin-bottom: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Cerebri';
}

.woshe-footer-links,
.woshe-footer-contact {
    padding: 0;
    margin: 0;
    list-style: none;
}

.woshe-footer-links li,
.woshe-footer-contact li {
    margin-bottom: 6px;
}

.woshe-footer-links li a {
    color: #222;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 1px;
    transition: .3s;
}

.woshe-footer-links li a:hover {
    color: #8d2d1d;
    padding-left: 5px;
}

.woshe-footer-contact li {
    color: #222;
    font-size: 13px;
    line-height: 2;
    text-transform: uppercase;
}

.woshe-footer-bottom {
    padding-top: 70px;
}

.woshe-footer-logo img {
    max-width: 100px;
    margin-bottom: 10px;
}

.woshe-footer-logo p {
    font-size: 14px;
    color: #222;
    line-height: 1.8;
    margin: 0;
}

.woshe-footer-social {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.woshe-footer-social a {
    text-decoration: none;
    color: #111;
    font-size: 12px;
    letter-spacing: 2px;
    transition: .3s;
}

.woshe-footer-social a:hover {
    color: #8d2d1d;
}

@media(max-width:991px) {

    .woshe-footer-area {
        padding: 40px 0 35px;
    }

    .woshe-footer-heading {
        font-size: 42px;
    }

    .woshe-footer-widget-title {
        font-size: 28px;
    }

    .woshe-footer-text {
        font-size: 14px;
        line-height: 1.5;
        color: #333;
        max-width: 100%;
        margin-bottom: 20px;
        padding-right: 0;
    }

    .woshe-footer-bottom {
        padding-top: 50px;
    }

    .woshe-footer-social {
        align-items: center;
    }
}


.feature-product-area {
    background-color: #f6f2e7;
}

.btn-line-yellow {
    position: relative;
    display: inline-block;
    color: #2a2a2a;
    font-size: 12px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    line-height: 1;
    padding-bottom: 6px;
    transition: all .35s ease;
}

.btn-line-yellow::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #000000;
    transition: all .35s ease;
}

.btn-line-yellow:hover {
    /* color: #b89d3d; */
}

.btn-line-yellow:hover::after {
    background-color: transparent;

}

.btn-line-yellow:hover::after {
    width: 100%;
}

.woshe-feature {
    text-align: center;
}

.woshe-feature img {
    height: 120px;
    width: 80px;
    object-fit: cover;
    margin-bottom: 10px;
}

.woshe-feature h6 {
    font-size: 16px;
}

.woshe-feature p {
    font-size: 14px;
}

.restaurant-about-content p {
    padding-top: 30px;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.discover-slider {
    overflow: visible;
}

/* .discover-slider .slick-list {
    overflow: visible;
} */

.discover-slider .slick-track {
    display: flex;
    align-items: center;
}

.discover-slider .slick-slide {
    padding: 0 5px;
    transform: scale(0.95);
    opacity: 1;
    transition: all 0.4s ease;
}

.discover-slider .slick-center {
    /* transform: scale(1.02) translateY(-35px); */
    opacity: 1;
    z-index: 10;
}

/* IMAGE */
.discover-image {
    overflow: visible;
    /* important */
}

.discover-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
    aspect-ratio: 1;
}

/* Center slide image hover */
.discover-slider .slick-center:hover img {
    /* transform: translateY(-10px) scale(1.05); */
}

/* Content hidden by default */
.discover-content {
    text-align: left;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
    display: none;
}

/* Show content only for center slide */
.discover-slider .slick-center .discover-content {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.discover-slider .slick-center:hover {
    /* transform: scale(1.02) translateY(-45px); */
}

.element-sticky {
    margin: 20px;
}

.accordion-header {
    margin-bottom: 0;
    font-family: 'Cerebri';
}

.woshe-full-image video {
    width: 100%;
    height: calc(100vh - 110px);
    object-fit: cover;
}

.product-cta h3 {
    letter-spacing: 1px;
    font-weight: 100;
    font-size: 26px;
}

.product-cta {
    background-color: #fff;
    box-shadow: 0px -4px 20px 3px rgb(0 0 0 / 3%);
}

.otp-login-offcanvas {
    width: 420px;
}

.login-badge {
    background: #f5f5f5;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 12px;
    letter-spacing: 2px;
}

.custom-input {
    border: 1px solid #e6e6e6;
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 20px;
}

.custom-input .input-group-text {
    background: #fff;
    border: none;
    font-weight: 600;
}

.custom-input .form-control {
    border: none;
    box-shadow: none;
    height: 56px;
}

.otp-btn {
    background: #111;
    color: #fff;
    height: 56px;
    border-radius: 0px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
    transition: transform 3s ease-in-out;
}

.otp-btn:hover {
    background-color: #fff;
    color: #000;
    border-color: black;
    border: 2px solid black;
    font-weight: 400;
    box-shadow: 1px 6px 11px 2px rgb(0 0 0 / 8%);
}

.terms-check {
    font-size: 14px;
    color: #777;
    display: flex;
}

.terms-check a {
    color: #111;
    text-decoration: none;
    font-weight: 600;
}

.terms-check label {
    font-size: 12px;
    line-height: 18px;
}

.otp-boxes {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.otp-boxes input {
    width: 46px;
    height: 46px;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.otp-boxes input:focus {
    border-color: #111;
    outline: none;
}

.resend-link {
    color: #111;
    font-weight: 600;
    text-decoration: none;
    text-decoration: underline;
}

.divider {
    border-top: 1px solid #eee;
    margin: 40px 0 20px;
}

.social-title {
    color: #888;
    font-size: 14px;
    text-align: center;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social-icons a {
    width: 45px;
    height: 45px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    font-size: 18px;
    transition: .3s;
}

.social-icons a:hover {
    background: #111;
    color: #fff;
}

.otp-login-offcanvas h2 {
    font-weight: 100;
    font-size: 24px;
    letter-spacing: 1px;
    margin-top: 20px;
}

.form-check-input {
    border-radius: 0;
}

.form-check-input:checked {
    background-color: #ffffff;
    border-color: #000000;
    background-blend-mode: exclusion;
    border-radius: 0;
}

.form-control {
    border-radius: 0px;
    padding: 10px 15px;
}

.office-location-card .office-location-block {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.office-location-card .office-location-block:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.contact-creative-hero .col-md-7 {
    position: sticky;
    top: 0px;
    bottom: 0;
}

.hero-section {
    padding-top: 40px;
}

.hero-slider {
    width: 100%;
}

.hero-slide {
    overflow: hidden;
    position: relative;
}

.hero-slide img {
    aspect-ratio: 16 / 9;

    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: none;
}

.hero-slide.slick-active img {
    animation: zoomInOut 10s ease-in-out forwards;
}

@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.06);
    }

    100% {
        transform: scale(1.08);
    }
}

/* ==========================================
   Hero Slider Arrows
========================================== */

.hero-slider {
    position: relative;
}

/* Base Arrow */
.hero-slider__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 64px;
    height: 64px;
    border: 0;
    background: rgba(255, 255, 255, 0.9);
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;

    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

/* Show only on slider hover */
.hero-slider:hover .hero-slider__arrow {
    opacity: 1;
    visibility: visible;
}

/* Hover Effect */
.hero-slider__arrow:hover {
    background: #fff;
}

/* Icon */
.hero-slider__arrow i {
    font-size: 30px;
    line-height: 1;
}

/* Left */
.hero-slider__arrow--prev {
    left: 25px;
}

/* Right */
.hero-slider__arrow--next {
    right: 25px;
}

/* Hide Slick default icon */
.hero-slider .slick-prev:before,
.hero-slider .slick-next:before {
    display: none;
}

.hero-slider__arrow--prev {
    left: 10px;
}

.hero-slider__arrow--next {
    right: 10px;
}

.hero-slider:hover .hero-slider__arrow--prev {
    left: 25px;
}

.hero-slider:hover .hero-slider__arrow--next {
    right: 25px;
}

.header-area-wrapper .row {
    justify-content: space-around;
}

.port-filter-menu li {
    cursor: pointer;
    white-space: nowrap;
}

/* Slick fixes */
#productTabs.slick-slider {
    display: block;
}

#productTabs .slick-track {
    display: flex;
    align-items: center;
}

#productTabs .slick-slide {
    width: auto !important;
}

#productTabs .slick-slide>div {
    display: flex;
    justify-content: center;
}

.hero-section .slick-slider .slick-dots {
    margin-top: -20px;
    z-index: 1000;
    position: relative;
}

.custom-arrow {
    width: 45px;
    height: 60px;
    background: rgba(255, 255, 255, 0.5);
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-prev {
    left: 0px;
}

.slick-next {
    right: 0px;
}

.custom-arrow span {
    width: 16px;
    height: 16px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    display: block;
}

.slick-prev span {
    transform: rotate(-135deg);
}

.slick-next span {
    transform: rotate(45deg);
}

.custom-arrow:hover {
    background: rgba(255, 255, 255, 0.8);
}

.portfolio-thumb-area {
    position: relative;
}

/* Desktop */
.portfolio-thumb-area .slick-dots {
    position: absolute;
    left: 15px;
    /* adjust as needed */
    top: 50%;
    transform: translateY(-50%);

    display: flex !important;
    flex-direction: column;
    justify-content: center;
    width: auto;
    margin: 0;
    padding: 0;
    z-index: 10;
}

.portfolio-thumb-area .slick-dots li {
    margin: 5px 0;
}

/* ===============================
   WOSHEISM About Section
================================ */

.ws-about-showcase{
    position:relative;
    height:calc(100vh - 110px);
    width:100%;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
}

/* Background Video */

.ws-about-video{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
    z-index:1;
}

/* Overlay */

.ws-about-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.45);
    background:linear-gradient(
        rgba(0,0,0,.35),
        rgba(0,0,0,.55)
    );
    z-index:2;
}

/* Content */

.ws-about-content{
    position:relative;
    z-index:3;
    color:#fff;
}
.ws-about-subtitle {
    display: block;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
    color: #ffffff;
}

.ws-about-title {
    font-size: 40px;
    font-weight: 100;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 10px;
    /* font-family: 'Cormorant Garamond', serif; */
    color: white;
}
.ws-about-line{
    width:300px;
    height:2px;
    background:#c89b52;
    margin:0 auto 30px;
}

.ws-about-text {
    max-width: 400px;
    margin: auto;
    font-size: 18px;
    line-height: 1.5;
    color: #f5f5f5;
    font-weight: 300;
}

.ws-about-btn{
    display:inline-block;
    margin-top:35px;
    color:#fff;
    text-decoration:none;
    letter-spacing:2px;
    text-transform:uppercase;
    transition:.3s;
}

.ws-about-btn:hover{
    color:#d8b16a;
}

/* Responsive */

@media (max-width:992px){

    .ws-about-title{
        font-size:48px;
    }

    .ws-about-text{
        font-size:18px;
    }

}

@media (max-width:768px){

    .ws-about-showcase{
        height:80vh;
    }

    .ws-about-title{
        font-size:38px;
    }

    .ws-about-text{
        font-size:16px;
        line-height:1.8;
        padding:0 15px;
    }

    .ws-about-subtitle{
        letter-spacing:3px;
    }

}

/* Mobile */
@media (max-width: 767px) {
    .action-top {
        display: block;
        justify-content: space-between;
    }

    .port-details-page-wrap {
        margin-top: 96px;
    }

    .portfolio-thumb-area .slick-dots {
        left: 50%;
        top: auto;
        bottom: 15px;
        transform: translateX(-50%);

        flex-direction: row;
    }

    .portfolio-thumb-area .slick-dots li {
        margin: 0 5px;
    }

    .port-thumb-item img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        aspect-ratio: 1;
    }
}

@media(max-width:767px) {
    .single-product-wrap .product-thumb {
        padding-bottom: 0px;
    }

    .single-product-wrap .product-details .price-group,
    .products-wrapper.grid-layout .single-product-wrap {
        padding-bottom: 10px;
    }

    .woshe-footer-heading {
        margin-bottom: 10px;
    }

    .woshe-footer-heading {
        font-size: 24px;
    }

    .woshe-footer-widget-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .woshe-footer-input {
        height: 58px;
        font-size: 16px;
    }

    .woshe-footer-links li a,
    .woshe-footer-contact li,
    .woshe-footer-logo p {
        font-size: 12px;
    }

    .header-area-wrapper .row {
        justify-content: space-between;
    }

    .d-xs-none {
        display: none;
    }

    .hero-slide img {
        aspect-ratio: 3 / 4;
    }

    .logo-wrap img {
        height: 56px;
        padding: 3px 0;
    }

    .off-canvas-area-wrap button,
    .off-canvas-area-wrap a {
        margin-right: 20px;
    }

    .single-product-wrap .product-thumb img {
        aspect-ratio: 1;
        height: auto;
    }

    .slick-slider.slick-row-10 .slick-list .slick-slide {
        margin: 0 0px;
    }

    .single-product-wrap .product-details .product-title {
        font-size: 15px;
    }

    .newsletter-area-wrapper img {
        height: 200px;
        object-fit: cover;
    }

    /* .discover-image img {
    height: 250px;
} */
    .discover-slider .slick-slide {
        transform: scale(0.95);
    }

    .order-xs-2 {
        order: 2;
    }

    .custom-arrow {
        width: 30px;
        height: 40px;
    }

    .custom-arrow span {
        width: 12px;
        height: 12px;
    }

    .portfolio-filter-menu ul li {
        margin: 0;
    }

    .woshe-feature h6 {
        font-size: 12px;
    }

    .woshe-feature p {
        font-size: 10px;
    }

    .product-details-info-content-wrap {
        margin-right: 0px;
    }

    .contact-creative-hero .col-md-7 {
        position: relative;
    }

    .affiliate {
        height: 100%;
        margin-top: 96px;
        position: relative;
    }

    .affiliate-panel {
        height: 100%;
        padding-top: 60px;
    }

    .affiliate-panel .overlay-dark {
        position: absolute;

        padding-top: 0px;
    }

    .affiliate-panel h2 {
        font-size: 24px;
    }

    .affiliate-panel h4 {
        font-size: 16px;

        text-align: center;
    }

    .affiliate-panel p {
        font-size: 14px;
        text-align: center;
    }
    .text-sm-center{
        text-align: center;
    }
}