/* ===================================
    Crafto - Restaurant
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Schibsted+Grotesk:wght@400;500;600;700;800;900&display=swap');
/* variable */
:root {     
    --base-color: #d39121;
    --medium-gray: #8d8987;
    --black: #282725;
    --dark-gray: #383632;
    --red: #703d1b;
    --green: #46b57e;
    --very-light-gray: #f9f6f3;
    --yellow: #ECBA23;
    --alt-font: 'Bebas Neue', cursive;
    --primary-font: 'Schibsted Grotesk', sans-serif;
} 
body {
    font-size: 17px;
    line-height: 30px;
}
/* header */
header .navbar-brand img {
    max-height: 70px;
}
.navbar .navbar-nav .nav-link {
    font-size: 20px;
}
header .btn.btn-switch-text.btn-small > span {
    padding: 11px 25px 9px;
}
.sticky .header-transparent .header-button .btn { 
    background-color: var(--dark-gray);
    border-color: rgba(23, 23, 23, 0.20);
    color: var(--white);
}
.sticky .header-transparent .header-button .btn:hover {
    background-color: var(--dark-gray);
    color: var(--white);
    border-color:  var(--dark-gray);
}
/* heading */
h1, .h1 {
    line-height: 4rem;
}
h2 {
    line-height: 3.2rem;
}
/* btn */
[class*="btn-transparent"], [class*=" btn-transparent"] {
    font-weight: 500;
}
.btn i {
    top: 0px;
}
.btn.btn-switch-text.btn-extra-large > span {
    font-size: 18px;
    padding: 19px 32px 16px;
}
.btn.btn-switch-text.btn-large > span {
    font-size: 17px;
    padding: 17px 28px 14px; 
}
.btn.btn-switch-text.btn-medium > span {
    font-size: 16px;
    padding: 15px 24px 12px;
}
.btn.btn-switch-text.btn-small > span {
    font-size: 14px;
    padding: 13px 20px 11px;
}
.btn.btn-switch-text.btn-very-small > span {
    font-size: 13px;
    padding: 10px 18px 7px;
}
.btn.btn-link {
    padding: 0 0 2px;
}
.btn.btn-hover-animation-switch .btn-icon i {
    font-size: 24px;
    line-height: 0;
    top: -2px;
}
.btn.btn-hover-animation-switch .btn-icon {
    margin-left: 5px;
}
/* page title */
.page-title-extra-large h1 {
    font-size: 5rem;
    line-height: 5rem;
}
.page-title-extra-large h2 {
    font-size: 15px;
    line-height: 26px;
}
/* border color */
.border-color-extra-medium-gray {
    border-color: #c7c2bf !important;
}
/* bg color transparent */
.bg-base-color-transparent {
    background: rgba(211,145,33,0.9);
}
.text-outline-base-color-background {
    -webkit-text-fill-color: var(--base-color);
}
.subscribe-popup .newsletter-style-05 .submit {
    font-size: 17px;
}
/* portfolio */
.portfolio-filter li {
    padding: 0 35px;
}
/* top right bottom left */
.top-minus-35px {
    top: -35px;
}
/* review */
.review-star-icon i {
    letter-spacing: 1px;
}
/* categories */
.categories-btn {
    line-height: 21px;
    letter-spacing: 0;
    padding: 3px 14px 4px;
}
/* blog comment */
.blog-comment li .btn-reply {
    padding: 6px 20px 7px;
}
/* footer */
footer .footer-logo img {
    max-height: 49px;
}
footer .elements-social li {
    margin: 0 22px 0 0;
}
footer .social-icon-style-08 ul li a:hover {
    opacity: 1;
}
footer .facebook{
    color:#3b5998;
}
footer .twitter {
    color: #00aced;
}
footer .elements-social ul li:last-child {
    margin-right: 0;
}
/* team style */
.team-style-05:hover img {
    filter: grayscale(100%);
}
/* margin */
.mt-minus-2px {
    margin-top: -2px;
}
/* popular dishes slider */
.popular-dishes-slider .services-box-style-01 .box-image {
    display: flex;
    justify-content: center;
    align-items: center;
}
.popular-dishes-slider .services-box-style-01 .box-image img {
    width: 60% !important;
}
.popular-dishes-slider .services-box-style-01 .pt-30px {
    padding-top: 15px !important;
}
/* location map */
.location-map iframe {
    min-height: 450px;
}
.contact-page-map {
    height: 600px;
}
.contact-page-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
}
.contact-action-modal .modal-dialog {
    max-width: 420px;
    padding: 16px;
}
.contact-action-modal .modal-content {
    border-radius: 18px;
    box-shadow: 0 24px 60px rgba(40, 39, 37, 0.2);
}
.contact-action-popup {
    position: relative;
    padding: 36px 28px 28px;
    background: linear-gradient(180deg, #fff 0%, #fbf7f3 100%);
}
.contact-action-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    color: var(--dark-gray);
    background-color: rgba(56, 54, 50, 0.08);
    transition: background-color 0.3s ease, transform 0.3s ease;
}
.contact-action-close:hover {
    background-color: rgba(56, 54, 50, 0.14);
    transform: rotate(90deg);
}
.contact-action-eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--red);
}
.contact-action-title {
    margin-bottom: 10px;
    font-family: var(--alt-font);
    font-size: 2.3rem;
    line-height: 2.3rem;
    color: var(--dark-gray);
}
.contact-action-text {
    font-size: 15px;
    line-height: 24px;
    color: var(--medium-gray);
}
.contact-action-buttons {
    display: grid;
    gap: 14px;
    margin-top: 26px;
}
.contact-action-buttons .btn {
    margin: 0;
}
.contact-action-buttons .btn > span {
    justify-content: center;
    width: 100%;
}
.contact-action-buttons .btn i {
    margin-right: 8px;
}
header:not(.sticky-active) .navbar.header-transparent.bg-transparent {
    background: transparent !important;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}
header:not(.sticky-active) .navbar-brand img {
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.5));
}
/* hero top shade — single seamless fade (no hard cut under header) */
.hero-header-shade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 220px;
    z-index: 1;
    pointer-events: none;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background: linear-gradient(
        180deg,
        rgba(14, 11, 9, 0.88) 0%,
        rgba(14, 11, 9, 0.62) 30%,
        rgba(14, 11, 9, 0.32) 55%,
        rgba(14, 11, 9, 0.1) 78%,
        transparent 100%
    );
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 45%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 0%, #000 45%, transparent 100%);
}
/* map */
.infowindow .mb-3 {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0;
}
.infowindow p {
    font-size: 17px;
    letter-spacing: 0;
}
.google-maps-link a {
    font-size: 13px;
    letter-spacing: 1px;
}
/* restaurant menu — sahajanand style */
.restaurant-menu .wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 40px 0 60px;
}
.restaurant-menu .list {
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 6px;
    padding: 28px 30px 22px;
    box-shadow: 0 8px 30px rgba(40, 39, 37, 0.08);
    border: 1px solid rgba(56, 54, 50, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.restaurant-menu .list:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 40px rgba(40, 39, 37, 0.12);
}
.restaurant-menu .list-title {
    font-family: var(--alt-font);
    font-size: 1.75rem;
    line-height: 2rem;
    color: var(--dark-gray);
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid var(--red);
    padding-bottom: 12px;
    margin: 0 0 18px;
}
.restaurant-menu .list-title i {
    font-size: 1.2rem;
    color: var(--red);
    margin-left: 6px;
}
.restaurant-menu .list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.restaurant-menu .item {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px dotted rgba(56, 54, 50, 0.2);
}
.restaurant-menu .item:last-child {
    border-bottom: none;
}
.restaurant-menu .name {
    font-size: 16px;
    line-height: 26px;
    color: var(--dark-gray);
    font-weight: 500;
}
@media (max-width: 1199px) {
    .restaurant-menu .wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767px) {
    .restaurant-menu .wrapper {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 30px 0 40px;
    }
    .restaurant-menu .list {
        padding: 22px 24px 18px;
    }
    .restaurant-menu .list-title {
        font-size: 1.5rem;
        line-height: 1.7rem;
    }
    .restaurant-menu .name {
        font-size: 15px;
        line-height: 24px;
    }
}

/* media query responsive */
@media (max-width: 1199px) {
    header .btn.btn-switch-text.btn-small > span {
        padding: 10px 15px 8px;
    }
}
@media (max-width: 991px) {
    header .btn.btn-transparent-white-light {
        background-color: var(--dark-gray);
        border-color: rgba(23, 23, 23, 0.20);
        color: var(--white);
    }
    header .btn.btn-transparent-white-light:hover {
        background-color: var(--dark-gray);
        color: var(--white);
    }
}
@media (max-width: 767px) {
    .portfolio-filter li {
        padding: 0;
        margin-bottom: 5px;
    }
    .sm-text-outline-width-1px {
        -webkit-text-stroke-width: 1px;
    }
}
@media (max-width: 575px) {
    .contact-action-modal .modal-dialog {
        max-width: none;
        margin: 0.75rem;
        padding: 0;
    }
    .contact-action-popup {
        padding: 32px 20px 22px;
    }
    .contact-action-title {
        font-size: 2rem;
        line-height: 2rem;
    }
    .contact-action-buttons .btn > span {
        padding-left: 18px;
        padding-right: 18px;
    }
    .video-icon-large .video-icon {
        width: 75px;
        height: 75px;
    }
    .video-icon .video-icon-sonar .video-icon-sonar-bfr {
        top: -30px;
        left: -30px;
    }
    .xs-w-320px {
        width: 320px !important
    }
    .xs-h-320px {
        height: 320px !important;
    }
    .btn.btn-switch-text.btn-extra-large > span {
        font-size: 17px;
        padding: 14px 22px 11px;
    }
}