/* ===================================
    Crafto - Fashion store
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;500;600;700;800&display=swap');

/* variable */
:root {
    --base-color: #D4AF37;
    --alt-font: 'Outfit', sans-serif;
    --primary-font: 'Figtree', sans-serif;
    --medium-gray: #828282;
}

/* reset */
body {
    font-size: 17px;
    line-height: 32px;
}

a:hover {
    color: var(--dark-gray);
}

.input-small,
.textarea-small,
.select-small {
    font-size: 14px;
}

.input-small {
    padding: 9px 15px;
}

/* header */
header .navbar-brand img {
    max-height: 34px;
}

header .navbar-brand {
    padding: 22px 0;
}

.navbar.center-logo .navbar-nav .nav-link {
    padding: 29px 20px;
    font-size: 19px;
}

/* ================= NAVBAR COLOR FIX (FINAL) ================= */

/* Default (inactive) → Gray */
header .navbar-nav .nav-link {
    color: #888 !important;
    opacity: 1 !important;
    /* prevent faded look */
    transition: color 0.3s ease;
}

/* Hover → Black */
header .navbar-nav .nav-link:hover {
    color: #000 !important;
    opacity: 1 !important;
}

/* Active → Strong Black */
header .navbar-nav .nav-link.active,
header .navbar-nav .nav-item.active>.nav-link,
header .navbar-nav .nav-item.current>.nav-link,
header .navbar-nav .nav-link[aria-current="page"] {
    color: #000 !important;
    font-weight: 700 !important;
    /* makes it clearly visible */
    opacity: 1 !important;
    text-shadow: none !important;
    /* remove any dull effect */
    filter: none !important;
}

.header-icon .icon>a {
    padding-left: 20px;
}

.header-icon .icon .header-language>a,
.header-icon .icon .header-cart>a {
    padding-left: 18px;
}

.header-cart-icon .cart-count {
    color: var(--dark-gray);
}

header .widget {
    font-size: 17px;
    display: inline-block;
}

.navbar .navbar-nav .submenu-content ul .sub-title {
    font-size: 17px;
    margin-bottom: 3px;
}

.navbar .navbar-nav .dropdown .dropdown-menu a {
    font-size: 16px;
    padding-bottom: 3px;
    font-weight: 300;
    border-color: transparent;
}

.header-cart-icon .header-cart .cart-item-list {
    border-radius: 0;
}

.header-cart-icon .header-cart .cart-item-list .cart-item .product-detail a {
    font-size: 16px;
    line-height: 28px;
}

.header-cart-icon .cart-count {
    background-color: var(--dark-gray);
}

.navbar.center-logo .navbar-left,
.navbar.center-logo .navbar-right {
    width: 35%
}

/* bg color */
.bg-nero-grey,
.bg-nero-grey:focus {
    background-color: #1B1B1B;
}

/* min-width */
.min-w-150px {
    min-width: 150px;
}

/* btn */
.btn.btn-large {
    padding: 15px 30px;
}

.btn {
    text-transform: inherit;
}

.btn.btn-dark-gray {
    font-weight: 400;
}

.btn.btn-extra-large {
    font-size: 19px;
    padding: 20px 38px;
}

.btn.btn-large {
    font-size: 18px;
    padding: 15px 30px;
}

.btn.btn-medium {
    font-size: 16px;
    padding: 13px 26px;
}

.btn.btn-small {
    font-size: 16px;
    padding: 10px 20px;
}

.btn.btn-very-small {
    font-size: 14px;
    padding: 9px 20px;
}

.btn.btn-link {
    padding: 0 0 2px;
}

/* page title */
.page-title-extra-large h1 {
    font-size: 4.5rem;
    line-height: 4.5rem;
}

/* top bottom left right class */
.left-15 {
    left: 15%;
}

/* interactive banner */
.interactive-banner-style-09 .image-content:hover .content-arrow {
    opacity: 1;
}

/* tab style 04 */
.tab-style-04 .nav-tabs .nav-item .nav-link {
    line-height: 50px;
}

/* progress bar 02 */
.progress-bar-style-02 .progress {
    height: 10px;
}

/* Show buttons on hover */
.shop-box .shop-image:hover .shop-buttons-wrap,
.shop-box .shop-image:hover .shop-hover {
    opacity: 1 !important;
    pointer-events: all !important;
}

/* footer */
.footer-dark,
.footer-dark p,
.footer-dark a {
    color: var(--medium-gray);
}

footer .footer-logo img {
    max-height: 120px;
}

footer .nav-link {
    color: var(--white);
    padding: 0 20px;
}

footer ul li {
    margin-bottom: 0;
}

footer .elements-social.social-icon-style-02 li {
    margin: 0 14px 0 0;
}

/* ── Footer link underline removal ── */
footer a,
footer a:hover,
footer a:focus,
footer a:active,
footer .nav-link,
footer .nav-link:hover,
footer .nav-link:focus,
footer .nav-link:active,
.footer-dark a,
.footer-dark a:hover,
.footer-dark a:focus,
.footer-dark a:active,
footer ul li a,
footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active {
    text-decoration: none !important;
}

/* Remove border-bottom underlines from bottom bar links */
footer a.text-decoration-line-bottom,
footer a.text-decoration-line-bottom:hover,
footer a.text-decoration-line-bottom:focus,
footer a.text-decoration-line-bottom:active {
    text-decoration: none !important;
    border-bottom: none !important;
    background-image: none !important;
}

/* ── Footer link hover effect (excludes navbar) ── */
footer ul:not(.footer-navbar) li a,
.footer-dark ul:not(.footer-navbar) li a {
    transition: color 0.3s ease, padding-left 0.3s ease;
}

footer ul:not(.footer-navbar) li a:hover,
.footer-dark ul:not(.footer-navbar) li a:hover {
    color: #fff !important;
    padding-left: 3px;
}

/* ── Footer navbar base (stable layout) ── */
footer .footer-navbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
}

footer .footer-navbar .nav-item {
    display: inline-block;
    margin-bottom: 0;
    flex-shrink: 0;
}

footer .footer-navbar .nav-link {
    display: inline-block;
    padding: 0 20px;
    box-sizing: border-box;
    color: var(--white) !important;
    transition: color 0.3s ease;
    white-space: nowrap;
    text-decoration: none !important;
    border-bottom: none !important;
    background-image: none !important;
}

/* Kill ANY pseudo-element on footer-navbar links */
footer .footer-navbar .nav-link::after,
footer .footer-navbar .nav-link::before {
    content: none !important;
    display: none !important;
}

/* Hover: ONLY #c9a84c text color — no underline, no dot */
footer .footer-navbar .nav-link:hover {
    color: #c9a84c !important;
}

/* Active: ONLY #c9a84c text color — static, no animation */
footer .footer-navbar .nav-link.footer-nav-active {
    color: #c9a84c !important;
}

/* Neutralize Bootstrap .active on footer-navbar (prevents wrong styling before JS runs) */
footer .footer-navbar .nav-link.active:not(.footer-nav-active) {
    color: var(--white) !important;
}

/* tab style 07 */
.tab-style-07 .nav-tabs .nav-item .nav-link {
    padding: 20px 30px;
}

.tab-style-07 .nav-tabs .nav-item .nav-link.active span,
.tab-style-07 .nav-tabs .nav-item .nav-link:hover span {
    color: var(--dark-gray);
}

/* tooltip */
.tooltip.show {
    opacity: 1;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: var(--dark-gray);
    top: -2px;
}

.tooltip .tooltip-inner {
    background-color: var(--dark-gray);
    border-radius: 3px;
    font-size: 10px;
    text-transform: uppercase;
    padding: 5px 10px;
    font-weight: 500;
}

/* media query responsive */
@media (max-width: 1399px) {
    .sticky-wrap.shadow-in {
        left: 25px;
    }

    .center-logo .navbar-nav .nav-link,
    header.sticky .center-logo .navbar-nav .nav-link {
        padding-left: 13px;
        padding-right: 13px;
    }
}

@media (max-width: 1250px) {
    .sticky-wrap.shadow-in {
        left: 10px;
    }
}

@media (max-width: 991px) {
    .tab-style-07 .nav-tabs .nav-item .nav-link {
        padding: 20px;
    }

    .navbar.center-logo .navbar-left,
    .navbar.center-logo .navbar-right {
        width: 100%;
    }

    .navbar .navbar-nav .dropdown .dropdown-menu a,
    .navbar .navbar-nav .dropdown .dropdown-menu li.sub-title,
    .navbar-modern-inner .navbar-nav .dropdown .dropdown-menu li.sub-title,
    .navbar-full-screen-menu-inner .navbar-nav .dropdown .dropdown-menu li.sub-title {
        line-height: normal;
    }

    .header-icon .icon>a,
    .header-icon .icon .header-language>a,
    .header-icon .icon .header-cart>a {
        padding-left: 12px;
    }

    footer .nav-link {
        padding: 0 12px;
    }

    .tab-style-04 .nav-tabs .nav-item {
        padding: 0 16px;
    }

    footer .footer-logo img {
        max-height: 50px;
    }
}

@media (max-width: 767px) {
    .tab-style-04 .nav-tabs .nav-item .nav-link {
        line-height: 35px;
    }

    .swiper-number-pagination-progress-vertical .swiper-pagination-wrapper {
        right: 15px;
    }

    .btn.btn-large {
        font-size: 17px;
        padding: 13px 25px;
    }

    /* ── Footer navbar: hide menu items on mobile ── */
    footer .footer-navbar {
        display: none !important;
    }
}

/* ── Enhanced Footer Section Styles (all pages) ── */
.footer-dark .footer-top-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

/* Restore logo original size while keeping it aligned with nav items */
.footer-dark .footer-top-bar .footer-logo img {
    max-height: 120px;
}

/* Remove extra bottom margin from the logo column */
.footer-dark .footer-top-bar .footer-logo {
    display: inline-flex;
    align-items: center;
}

.footer-dark .footer-section-title {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
    letter-spacing: 0.3px;
}

.footer-dark .footer-links li {
    margin-bottom: 8px;
}

.footer-dark .footer-links li a {
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
    transition: color 0.25s ease, padding-left 0.25s ease;
}

.footer-dark .footer-links li a:hover {
    color: #ffffff;
    padding-left: 4px;
}

.footer-dark .footer-contact-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 1.7;
}

.footer-dark .footer-contact-text a {
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.25s ease;
}

.footer-dark .footer-contact-text a:hover {
    color: #ffffff;
}

.footer-dark .footer-newsletter-input {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    color: #ffffff;
    font-size: 14px;
    padding: 12px 50px 12px 16px;
    width: 100%;
    transition: border-color 0.25s ease, background 0.25s ease;
}

.footer-dark .footer-newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.footer-dark .footer-newsletter-input:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
}

.footer-dark .footer-bottom-bar {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-dark .footer-bottom-bar p,
.footer-dark .footer-bottom-bar span {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
}

.footer-dark .footer-bottom-bar a {
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.25s ease;
}

.footer-dark .footer-bottom-bar a:hover {
    color: #ffffff;
}

/* Social icons in footer */
.footer-dark .elements-social.social-icon-style-02 ul li a {
    color: rgba(255, 255, 255, 0.6);
    transition: color 0.25s ease, transform 0.25s ease;
}

.footer-dark .elements-social.social-icon-style-02 ul li a:hover {
    color: #ffffff;
    transform: translateY(-2px);
}

/* ── Footer Mobile Responsive (all pages) ── */
@media (max-width: 768px) {
    .footer-dark .footer-top-bar {
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-dark .footer-top-bar .row>div {
        text-align: left !important;
    }



    .footer-dark .footer-main-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    /* 1. Information & Quick Links side-by-side (50% each) */
    .footer-dark .footer-main-content .row {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .footer-dark .footer-main-content .row>[class*="col"] {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 30px;
        padding-left: 0;
    }

    .footer-dark .footer-main-content .row>[class*="col"]:nth-child(1),
    .footer-dark .footer-main-content .row>[class*="col"]:nth-child(2) {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
        margin-bottom: 10px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .footer-dark .footer-main-content .row>[class*="col"]:last-child {
        margin-bottom: 0;
    }

    .footer-dark .footer-section-title {
        margin-bottom: 12px;
    }

    .footer-dark .footer-newsletter-input {
        padding: 14px 50px 14px 16px;
    }

    /* 2. Reduce bottom gap below newsletter/email section */
    .footer-dark .footer-main-content .row.pb-50px {
        padding-bottom: 15px !important;
    }

    .footer-dark .footer-main-content .row>[class*="col"]:last-child .newsletter-style-04 {
        margin-bottom: 0 !important;
    }

    .footer-dark .footer-bottom-bar {
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-dark .footer-bottom-bar .row>div {
        text-align: left !important;
    }
}

@media (max-width: 575px) {
    .footer-dark .elements-social ul {
        padding: 0 !important;
    }
}

@media (min-width: 1301px) and (max-width: 1399px) {

    .navbar.center-logo .navbar-nav .nav-link,
    header.sticky .center-logo .navbar-nav .nav-link {
        padding-left: 13px;
        padding-right: 13px;
        font-size: 18px;
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {

    .navbar.center-logo .navbar-nav .nav-link,
    header.sticky .center-logo .navbar-nav .nav-link {
        padding-left: 11px;
        padding-right: 11px;
        font-size: 17px;
    }

    .header-icon .icon>a {
        font-size: 16px;
        padding-left: 13px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-icon .icon>a {
        font-size: 16px;
        padding-left: 10px;
    }

    .header-icon .icon .header-language>a,
    .header-icon .icon .header-cart>a {
        padding-left: 10px;
        font-size: 16px;
    }

    .navbar.center-logo .navbar-nav .nav-link,
    header.sticky .center-logo .navbar-nav .nav-link {
        padding-left: 14px;
        padding-right: 14px;
        font-size: 17px;
    }

    .btn.btn-switch-text.btn-large>span {
        padding: 16px 28px;
    }
}

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

    footer .footer-navbar .nav-link {
        display: none;
    }

    .footer-navbar {
        display: none !important;
    }

    .footer-top-bar {
        justify-content: center !important;
    }

    .footer-top-bar .col {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        text-align: center !important;
    }

    .footer-top-bar {
        padding-top: 15px !important;
        padding-bottom: 5px !important;
    }

    footer .footer-logo img {
        max-height: 120px;
    }

    .mb-20px {
        margin-bottom: 5px !important;
    }

}

/* About page - rotating logo responsive fix */
@media (max-width: 767px) {
    .absolute-middle-left {
        width: 100px !important;
        height: 100px !important;
        left: 8px !important;
        top: 50% !important;
        bottom: auto !important;
        transform: translateY(-50%) !important;
    }

    .absolute-middle-left .animation-rotation {
        width: 100px !important;
        height: 100px !important;
    }

    .absolute-middle-left img:last-child {
        width: 60px !important;
        height: 60px !important;
    }
}

/*this line is added for only avoid everyhting up to date*/