/* ===================================
    Crafto - Bisiness
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam:wght@100;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@8..144,100..1000&display=swap');


/* variable */
:root {     
    --base-color: #671e3c;
    --dark-gray: #262b35;
    --medium-gray:#868d98;
    --primary-font: 'Be Vietnam', sans-serif;
    --alt-font: "Google Sans Flex", sans-serif;
    --golden:#c29d56;
    --golden-bright:#dfbb76;
    --white: #ffffff;
}

.alt-font {
    font-family: "Google Sans Flex", sans-serif !important;
}

/* reset */
body { 
    font-size: 16px;
    line-height: 32px;   
}

h1.alt-font,
h2.alt-font,
h3.alt-font,
h4.alt-font,
h5.alt-font,
h6.alt-font {
    font-family: "Google Sans Flex", sans-serif !important;
}



/* header */
header .navbar-brand img {
    max-height: 75px;
}
.navbar .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 400;
}
.sticky .header-transparent .header-button .btn {
    color: var(--base-color);
    border-color: var(--golden-bright);
}
.sticky .header-transparent .header-button .btn:hover {
    border-color: var(--base-color);
    color: var(--white);
    background:  var(--base-color);
}
header.sticky.sticky-active [data-header-hover="light"] .widget-text i {
    color: var(--white);
}
/* accordion style 02 */
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    background-color: var(--base-color);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--white);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:hover a,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li.active a{
    opacity: .5;
}
/* bg color */
.bg-gradient-sherpa-blue-black {
    background-image: linear-gradient(to right top, #23248C, #22236D, #232348, #222226, #232323);
}
.bg-gradient-sherpa-black-blue {
    background-image: linear-gradient(to right top, #232323, #222226, #232348, #22236D, #23248C);
} 
/* bg transparent color */
.bg-base-color-transparent {
    background-color: rgba(87, 88, 214,.8);
}
/*  tabs style 05  */
.tab-style-05 .nav-tabs > li.nav-item {
    letter-spacing: -.5px;
}
/* accordion */
.accordion .accordion-item .accordion-header .accordion-title i {
    top: 52%;
}



.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {margin-bottom: 25px,}

/*  progress bar style 01  */
.progress-bar-style-01 .progress .progress-bar-title {
    bottom: 15px;
}
/* page title */
.page-title-extra-large h1 {
    font-size: 4.7rem;
    line-height: 4.7rem;
}
/* separator line */
.separator-line-9px {
    height: 9px;
}
/* tag */
.tag-cloud a { 
    padding-top: 5px;
    padding-bottom: 9px;
}
/* blog comment */ 
.blog-comment li .btn-reply {
    padding-top: 5px;
    padding-bottom: 7px;
}
/* number pagination style 01 */
.pagination-style-01 .page-item .page-link {
    line-height: 42px;
}
.pagination-style-01 .page-item.active .page-link {
    background: var(--dark-gray);
    color: var(--white);
}
/* top right bottom left */
.bottom-minus-45px {
    bottom: -45px;
}
.right-minus-45px {
    right: -45px;
}
/* footer */
footer .footer-logo img {
    max-height: 110px;
}
footer ul li {
    margin-bottom: 0;
}
.footer-dark a:hover {
    color: var(--golden);
}

.text-schoko {color: #671e3c}


/* model popup */
.mfp-bg {
    background: #000000;
    opacity: 0.7;
}
/* media query responsive */
@media (max-width: 1499px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 15px;
        padding-right: 15px;
    } 
}
@media (max-width: 1399px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 13px;
        padding-right: 13px;
    }
    .sticky-wrap.shadow-in {
        left: 35px;
    }
}
@media (max-width: 1300px) {
    .sticky-wrap.shadow-in {
        left: 10px;
    }
}
@media (max-width: 991px) {
    .header-transparent .header-button .btn {
        color: var(--dark-gray);
        border-color: var(--dark-gray);
    }
    .header-transparent .header-button .btn:hover {
        border-color: var(--dark-gray);
        color: var(--white);
        background:  var(--dark-gray);
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
        width: calc(100% + 30px) !important;
        margin-left: -15px;
        padding: 10px 45px;
        margin-bottom: 0;
        margin-right: -15px;
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:last-child a {
        padding-bottom: 17px;
    }
}
@media (max-width: 767px) {
    p {
        margin-bottom: 20px;
    }
    .page-title-extra-large h1 {
        font-size: 40px;
        line-height: 46px;
    }
}

.bg-regal-blue {
    background-color: #671e3c;
}

.bg-gradient-blue-whale-transparent {
    background: -webkit-linear-gradient(right, rgba(17, 27, 50, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(74, 9, 36, 1.0), rgba(255, 255, 255, 0.0));
}


.hover-box {
    background: #671e3c !important;
    position: relative;
    overflow: hidden;
}

.hover-box .feature-box-overlay {
    background: #671e3c !important;
    transition: all 0.4s ease;
    opacity: 1;
}

.hover-box:hover .feature-box-overlay {
    background: #dfbb76 !important;
}

/* Heading Color on Hover */
.hover-box:hover span {
    color: #671e3c !important;
}

/* Paragraph Color on Hover */
.hover-box:hover p {
    color: #000000 !important;
}

.store-section {
    padding: 80px 0;
    background: #f8f5f2;
}

.store-card {
    display: flex;
    align-items: center;
    gap: 40px;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 40px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.store-content {
    width: 40%;
    padding: 50px;
}

.store-map {
    width: 60%;
}

.store-map iframe {
    width: 100%;
    height: 450px;
    border: 0;
}

.store-tag {
    background: #dfbb76;
    color: #671e3c;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
}

.store-content h3 {
    margin-top: 25px;
    color: #671e3c;
}

.store-buttons {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}

.store-buttons a {
    background: #671e3c;
    color: #fff;
    padding: 4px 20px;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s;
}

.store-buttons a:hover {
    background: #dfbb76;
    color: #671e3c;
}

.store-buttons .btn-schoko {
    background: #671e3c;
    color: #ffffff;
    border: 1px solid #671e3c;
    transition: all 0.4s ease;
}

.store-buttons .btn-schoko:hover {
    background: #dfbb76;
    color: #671e3c;
    border-color: #dfbb76;
}

@media(max-width:991px){

    .store-card {
        flex-direction: column;
    }

    .store-content,
    .store-map {
        width: 100%;
    }

    .store-map iframe {
        height: 350px;
    }
}


/* Pickup button hover fix */
.order-toggle-btn:hover,
.order-toggle-btn:focus {
    color: #2b2b2b !important; /* dark text instead of white */
}

/* Active button */
.order-toggle-btn.active {
    background: #d4a44c;
    color: #fff !important;
    border-color: #d4a44c;
}


.copyright {
    border-top: 1px solid rgb(182 199 214 / 30%);
    margin-top: 70px;
    padding: 30px 0px 0px;
}

.copyright p, .copyright a {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 24px;
    color: #ffffff96;
}

.copyright p img {
    border-radius: 100%;
    width: 18px;
    height: 18px;
    margin: 0 0 8px 2px;
    align-items: baseline;
}

.portfolio-filter li a {
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.portfolio-filter li {
    position: relative;
}

.btn-schoko {
    position: relative;
    z-index: 99;
}

.page-title-extra-large h1 {
    font-family: "Google Sans Flex", sans-serif !important;
}

.page-title-big-typography h1,
.page-title-extra-large h1,
.page-title-big-typography h1.alt-font {
    font-family: "Google Sans Flex", sans-serif !important;
}

.contact-form-style-01,
.contact-form-style-01 form,
.contact-form-style-01 .form-group {
    position: relative;
    z-index: 99;
}

.contact-form-style-01 input,
.contact-form-style-01 textarea,
.contact-form-style-01 button {
    position: relative;
    z-index: 999;
    pointer-events: auto;
}