* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Epilogue", sans-serif;
    color: #000;
}



html {
    scroll-behavior: smooth;
}




a {
    text-decoration: none;
}

.list-sltyle-none li {
    list-style: none;
}


.text-12 {
    font-size: 12px !important;
}

.text-14 {
    font-size: 14px !important;
}

.text-18 {
    font-size: 18px !important;
}

.text-20 {
    font-size: 20px !important;
}

.text-24 {
    font-size: 24px !important;
}

.text-30 {
    font-size: 30px !important;
}

.text-32 {
    font-size: 32px !important;
}

.section-heading {
    font-size: 34px;
}

.weight-300 {
    font-weight: 300 !important;
}

.weight-500 {
    font-weight: 500 !important;
}

.weight-600 {
    font-weight: 600 !important;
}

.weight-700 {
    font-weight: 700 !important;
}

.weight-800 {
    font-weight: 800 !important;
}

.weight-900 {
    font-weight: 900 !important;
}

.container {
    position: relative;
    z-index: 1;
}

.panel-space {
    padding: 80px 0;
}

.text-black {
    color: #000 !important;
}



.header {
    display: flex;
    align-items: center;
    padding: 18px 0;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    border: 1px solid #00000033
}

.fixed-header {
    background-color: #fff;
}

.menu-icon {
    font-size: 30px;
    cursor: pointer;
    border: none;
    background: none;
}

.nav-logo img {
    width: 128px;
}

.nav-logo .white-logo {
    display: none;
}

.offcanvas-header img {
    width: 87px;
}

.offcanvas-header {
    border-bottom: 1px solid #ddd;
}

.menu-icon span {
    font-size: 18px;
    vertical-align: middle;
}

.hero-banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 700px;
    padding-bottom: 40px;
}

.hero-banner:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.19) 82.21%, rgba(0, 0, 0, 0.6) 100%);
}


.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.owl-prev,
.owl-next {
    position: absolute;
    width: 45px !important;
    height: 45px !important;
    background: rgba(0, 0, 0, 0.32);

    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    font-weight: 300 !important;
}

.owl-prev {
    left: 15px;
}

.owl-next {
    right: 15px;
}

.owl-prev:hover,
.owl-next:hover {
    background: rgba(255, 255, 255, 0.185);
}

.owl-prev::before {
    content: "\f053";
    font-size: 18px;
}

.owl-next::before {
    content: "\f054";
    font-size: 18px;
}

.category-card {
    cursor: pointer;
    overflow: hidden;
    text-align: center;
}

.image-wrapper {
    overflow: hidden;
    height: 460px;
    border: 1px solid #ddd;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px !important;
}

.image-wrapper img {
    width: 100%;
    display: block;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    height: 100%;
    /* object-fit: cover; */
    object-fit: contain;
}

.category-title {
    padding: 15px 0 0;
}

.category-title p {
    color: #000;
    margin: 0;
    transition: transform 0.4s ease;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
    max-width: 200px;
}

.category-card:hover .image-wrapper img {
    transform: scale(1.08);
}

.category-card:hover .category-title p {
    transform: translateY(-3px);
}

.single-product .section-heading {
    position: absolute;
    top: 50px;
    /* color: #fff; */
    left: 30px;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 10%;
}



.request-link {
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
}

.request-link svg {
    transition: transform 0.3s ease;
}

.request-link svg {
    transform: translate(2px, -2px);
}


.btn-custom {
    position: relative;
    padding: 12px 35px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 50px;
    cursor: pointer;
    overflow: hidden;
    transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
    z-index: 1;
    min-width: 260px;
}

.btn-custom span {
    position: relative;
    z-index: 2;
}

.btn-custom::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

.btn-custom:hover {
    color: #fff;
}

.btn-custom:hover::before {
    transform: translateY(0);
}

.btn-custom:active {
    transform: scale(0.97);
    transition: transform 0.1s;
}


.testimonials {
    background-color: #F9F5F0;
    position: relative;
}

.testimonial-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #0000001A;
    box-shadow: 0px 8px 24px 0px #7D7D7D40;
}

.stars {
    color: #000;
    font-size: 22px;
    letter-spacing: 2px;
}

.testimonial-text {
    font-weight: 600;
    margin-bottom: 0;
}

.user-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
}

.user-name {
    font-weight: 500;
}

.user-location {
    text-transform: uppercase;
    letter-spacing: 0.5px;
}


.testimonials .owl-nav {
    position: relative;
    top: auto;
    width: 100%;
    transform: none;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 30px;
}

.testimonials .owl-prev {
    left: 0;
}

.testimonials .owl-next {
    right: 0;
}

.testimonials .owl-prev,
.testimonials .owl-next {
    position: relative;
}

.testimonials .owl-stage {
    margin-bottom: 50px;
}

.testimonials .owl-prev:hover,
.testimonials .owl-next:hover {
    background: rgb(0 0 0 / 54%);
}

.testimonials:after {
    content: '';
    background: linear-gradient(270deg, #F9F5F0 18.75%, rgba(249, 245, 240, 0) 100%);
    position: absolute;
    right: 0;
    width: 400px;
    top: 0;
    z-index: 9;
    height: 100%;
}

.testimonials:before {
    content: '';
    position: absolute;
    left: 0;
    width: 280px;
    top: 0;
    z-index: 9;
    height: 100%;
    background: linear-gradient(270deg, #F9F5F0 18.75%, rgba(249, 245, 240, 0) 100%);
    transform: rotateY(180deg);
}

/* footer section css */
.footer {
    border-top: 1px solid #0000001A;
    padding: 50px 0;
}

.footer-heading {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 25px;
    color: #000;
}

.footer ul li {
    margin-bottom: 12px;
}

.footer ul li a {
    color: #000;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.footer ul li a:hover {
    color: #000;
}

.footer-address {
    font-style: normal;
    color: #000;
    font-size: 0.95rem;
    line-height: 1.6;
}

.copyright,
.legal-link {
    font-size: 0.85rem;
    color: #000;
}

.legal-link {
    text-decoration: none;
}

.legal-link:hover {
    color: #000;
}

.footer-logo {
    font-weight: 300;
    color: #000;
    margin: 0;
}



.footer-logo img {
    width: 110px;
}

.list-unstyled li {
    margin-bottom: 12px;
}

.list-unstyled li a {
    position: relative;
    padding-bottom: 2px;
    transition: color 0.3s ease;
    display: inline-block !important;
    padding: 0 0;
    color: #000;
}

.list-unstyled li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #000;
    transition: width 0.3s ease;
}

.list-unstyled li a:hover {
    color: #000;
}

.list-unstyled li a:hover::after {
    width: 100%;
}

.cms-page .nav-logo a img {
    width: 100px;
}

.cms-page .menu-icon {
    color: #000;
}

.cms-banner-title,
.cms-sub-heading {
    font-size: 169px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 5%;
    line-height: normal;
}

.cms-banner {
    margin-top: 120px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid #000;
    border-radius: 50px !important;
    color: #000;
    padding: 14px 44px 13px;
    font-weight: 600;
    line-height: normal;
}

.accordion-item {
    border: 0 !important;
}




.product-view img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.product-view {
    width: 100%;
    /* height: 400px; */
}


.product-dtl .nav-tabs .nav-link {
    margin-bottom: 0;
    background: 0 0;
    border: 0;
    border-radius: 50px !important;
    color: #000;
    padding: 14px 44px 13px;
    font-weight: 600;
    line-height: normal;
}


.btn-black-cta {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    transition: all 0.3s ease;
    padding: 15px 20px;
}

.btn-black-cta:hover {
    background-color: #333;
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.btn-black-cta:active {
    transform: translateY(1px);
}

.product-tabs {
    border-bottom: 1px solid #00000033 !important;
}

.product-tabs .nav-link {
    border: none;
    color: #00000099 !important;
    font-size: 1.1rem;
    padding-bottom: 12px;
    background: transparent !important;
    position: relative;
    transition: color 0.3s ease;
    font-weight: 400 !important;
}

.product-tabs .nav-link::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #000;
    transition: width 0.3s ease;
}

.product-tabs .nav-link.active {
    color: #000 !important;
    font-weight: 500;
}

.product-tabs .nav-link.active::after {
    width: 100%;
}

.product-tabs .nav-link:not(.active):hover {
    color: #000;
}

.product-tabs .nav-link:not(.active):hover::after {
    background-color: #ccc;
}

#size-tab {
    margin-left: auto;
}

.read-more-link {
    font-size: 1.05rem;
    cursor: pointer;
}

.read-more-link .arrow-icon {
    font-size: 0.85rem;
    margin-bottom: -1px;
    transition: transform 0.3s ease;
}

.read-more-link[aria-expanded="true"] .arrow-icon {
    transform: rotate(90deg);
}

.collapse.show p {
    margin-bottom: 0 !important;
}

.product-dtl {
    position: sticky;
    top: 100px;
}

#inquiryModal .modal-body {
    padding: 35px !important;
}

#inquiryModal .btn-close {
    width: 2em;
    height: 2em;
    opacity: 1;
    background-color: #fff !important;
    position: absolute;
    padding: 6px;
    top: -20px;
    z-index: 999;
    border-radius: 50%;
    right: -20px;
    box-shadow: -4px 4px 9.6px 0px #81818130;
}


.home .menu-icon {
    color: #fff;
}

.home .nav-logo img {
    display: none;
}

.home .nav-logo .white-logo {
    display: block;
}

.home .header {
    border: 0;
}

.home .header .text-black {
    color: #fff !important;
}

.home .fixed-header {
    background-color: #000000a3;
}

.inquiry-form-container p {
    margin: 0;
    width: 100%;
}

.form-control,
.form-select {
    background-color: #ECECEC !important;
    border: 1px solid #F9F9F9 !important;
    border-radius: 5px !important;
    padding: 10px 14px !important;
}

.contact-textare {
    height: 100px;
}




/* about us page css   */

.about-heading {
    font-size: 70px;
    margin-bottom: 30px;
}

.about-gib-img {
    margin-top: -200px;
}

.left-panel {
    position: sticky;
    top: 90px;
}



.gallery-container {
    display: flex;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.gallery-card {
    position: relative;
    flex: 1;
    background-size: cover;
    background-position: center;
    transition: flex 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 68%);
    transition: background 0.3s;
}

.gallery-card:hover {
    flex: 3;
}

.gallery-card:hover .overlay {
    background: rgba(0, 0, 0, 0);
}

.vertical-text {
    position: relative;
    color: white;
    z-index: 2;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 0.5rem;
    font-size: 40px;
    text-transform: uppercase;
    pointer-events: none;
}

@media (max-width: 768px) {
    .gallery-container {
        flex-direction: column;
    }

    .vertical-text {
        writing-mode: horizontal-tb;
        letter-spacing: 0.2rem;
    }

    .gallery-card:hover {
        flex: 2;
    }
}

/* contact us page css */
.contact-panel {
    border: 1px solid #00000033;
    padding: 40px;
    border-radius: 10px;
}




.title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 25px;
}

.contact-info {
    margin-bottom: 30px;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    color: #555;
    font-size: 16px;
}

.icon {
    font-size: 18px;
    width: 20px;
    text-align: center;
}



.map-placeholder {
    width: 100%;
    height: 100%;
    background-image: url('map-texture.png');
    /* Add your map image here */
    background-size: cover;
    background-position: center;
}

.location-card {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.location-card h3 {
    margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: 600;
}

.address {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.4;
}

.address p {
    margin: 0;
}

.directions-btn {
    background: white;
    border: 1px solid #333;
    padding: 10px 24px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.directions-btn:hover {
    background: #f5f5f5;
}

@media (max-width: 480px) {
    .location-card {
        padding: 15px;
        bottom: 10px;
        left: 10px;
        right: 10px;
    }
}

iframe {
    width: 100% !important;
    border: none;
}

.menu-socials {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 25px;
    margin-top: auto;
    border-top: 1px solid #ddd;
    justify-content: space-between;
}

.social-link {
    text-decoration: none;
    color: #333;
    font-size: 20px;
    transition: all 0.3s ease;
    display: inline-block;
}

.social-link:hover {
    color: #000;
    transform: translateY(-5px);
}


.social-link-text {
    font-size: 14px;
    color: #555;
    transition: color 0.2s;
}

.social-link-text:hover {
    color: #000;
    text-decoration: underline;
}

.featured-image {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.crafted-panel img {
    width: 100%;
}

.contact-panel p {
    margin-bottom: 0;
    width: 100%;
}

.category-slider .image-wrapper {
    height: 350px;
}


/* choose us section css */


.norfy-section {
    padding: 80px 0;
    background-image: url('https://www.transparenttextures.com/patterns/paper-fibers.png');
}

.display-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: 600;
}

.description-text {
    font-size: 1.1rem;
    line-height: 1.6;
    color: var(--text-muted);
    max-width: 90%;
}

.feature-item {
    padding: 10px;
}

.icon-box {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: #444;
}

.feature-item h3 {
    font-size: 1.15rem;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.3;
}

.feature-item p {
    font-size: 0.85rem;
    color: var(--text-muted);
    line-height: 1.4;
}

@media (min-width: 768px) {
    .border-start-md {
        border-left: 1px solid #ddd !important;
    }
}

@media (max-width: 767px) {
    .display-title {
        font-size: 2rem;
    }

    .description-text {
        max-width: 100%;
    }

    .norfy-section {
        padding: 34px 0;
    }

    .description-text {
        font-size: 16px;
    }

    .feature-item p {
        font-size: 0.85rem;
        margin-bottom: 0;
    }

    .feature-item h3 {
        font-size: 15px;
        font-weight: 600;
        line-height: 1.3;
    }
}


.gtranslate_wrapper {
    position: relative;
    display: inline-block;
}

.gt_selector {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px 40px 10px 15px;
    font-size: 14px;
    border-radius: 8px;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease;

    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5 7l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.gt_selector:hover {
    border-color: #000;
}

.gt_selector:focus {
    border-color: #8A0303;
    box-shadow: 0 0 0 2px rgba(138, 3, 3, 0.2);
}

.gt_selector option {
    padding: 10px;
}

.home .text-end.flex-1 .text-decoration-none.text-black {
    display: none;
}

.bag-panel .image-wrapper img {
    height: 100%;
    object-fit: contain;
}





.product-view img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    object-fit: cover;
}

.product-view {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}


