    /*sarafi Currency Template By ghadiri*/

    /*  ==========================================================================
    Table of Contets
    ==========================================================================
    
    1.0 Common Styles
    2.0 Header / Navigation
    3.0 Slider Section
    4.0 About Section
    5.0 Food Menu Section
    6.0 CTA Section
    7.0 Special Foods Section
    8.0 Food Gallery Section
    9.0 Testimonial Section
    10.0 Reservation Section
    11.0 Blog Section
    12.0 Sponsor Section
    13.0 Footer Widget Section
    14.0 Footer Section
    15.0 Page Style Section
    16.0 Single Blog Section
    17.0 Contact Section
    18.0 Scroll To Top
    
    ==========================================================================
    GHADIRI
    ========================================================================== */

    @font-face {
        font-family: 'Futura';
        src: url("../fonts/Futura.woff");
    }


    /*  ==========================================================================
    1.0 Common Styles
    ========================================================================== */
    * {
        padding: 0;
        margin: 0;
    }

    body {
        background-color: #fff;
        font-family: "IRANSans", Futura, sans-serif;
        font-size: 14px;
        line-height: 23px;
        color: #555;
        font-weight: 400;
        position: relative;
        overflow-x: hidden;
    }

    html,
    body {
        font-family: "IRANSans", Futura, sans-serif;
        direction: rtl;
    }

    h1 {
        font-family: "IRANSans", Futura, sans-serif;
        -webkit-font-smoothing: antialiased;
        color: #fff;
    }

    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: "IRANSans", Futura, sans-serif;
    }

    h1 {
        color: #FFDD00;
        font-size: 50px;
        line-height: 1.2;
        /* margin: 0 0 10px; */
        letter-spacing: -0.02em;
        font-weight: bold;
    }

    h2 {
        font-size: 28px;
        color: #13183E;
        margin: 0 0 8px;
        font-weight: 700;
        line-height: 1;
        letter-spacing: -0.04em;
        text-transform: uppercase;
    }

    :root {
        --main-color: #13183E;
        --main2-color: #281E5D;
        --gold-color: #FFDD00;
        --white-color: #fff;
        --bg-greay-color: #fafafa;
        --content-color: #303133;
        --bg-grey: #f5f7fb;

    }


    h3,
    h4 {
        margin: 0 0 10px;
        font-weight: 500;
        line-height: 1.4;
        color: #303133;
        letter-spacing: -0.01em;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 15px;
    }

    h5,
    h6 {
        font-size: 14px;
        margin: 0 0 10px;
    }

    img {
        border: none;
        outline: none;
    }

    ul {
        display: block;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    p,
    li,
    a,
    span {
        font-family: "IRANSans", Futura, sans-serif;
        ;
    }

    p {
        font-size: 16px;
        margin-bottom: 15px;
        line-height: 2.2;
    }

    a,
    a:hover {
        text-decoration: none;
    }

    .telegram-bg {
        background-color: #0088cc;
    }

    .whatsapp-bg {
        background-color: #25D366;
    }

    .instagram-bg {
        background-color: #E4405F;
    }

    .facebook-bg {
        background-color: #1877F2;
    }

    a:focus {
        outline: 0;
        text-decoration: none;
    }

    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: #888 !important;
    }

    input:-moz-placeholder,
    textarea:-moz-placeholder {
        /* Firefox 18- */
        color: #888 !important;
    }

    input::-moz-placeholder,
    textarea::-moz-placeholder {
        /* Firefox 19+ */
        color: #888 !important;
    }

    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        color: #888 !important;
    }

    button {
        border: none;
        background: none;
    }

    /* Helper Class */
    .padding {
        padding: 80px 0;
    }

    .no-padding {
        padding: 0;
    }

    .padding1 {
        padding: 40px;
    }

    .mb-10 {
        margin-bottom: 10px;
    }

    .mb-15 {
        margin-bottom: 15px;
    }

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

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

    .mb-30 {
        margin-bottom: 30px;
    }

    .mb-35 {
        margin-bottom: 35px;
    }

    .mb-40 {
        margin-bottom: 40px;
    }

    .mb-45 {
        margin-bottom: 45px;
    }

    .mb-50 {
        margin-bottom: 50px;
    }

    .mt-20 {
        margin-top: 20px;
    }

    .mt-30 {
        margin-top: 30px;
    }

    .mt-40 {
        margin-top: 40px;
    }

    .ml-5 {
        margin-left: 5px;
    }

    .ml-10 {
        margin-left: 10px;
    }

    .mt-15 {
        margin-left: 15px;
    }

    .fz-28 {
        font-size: 28px;
    }

    .fz-24 {
        font-size: 24px;
    }

    .fz-22 {
        font-size: 22px;
    }

    .fz-20 {
        font-size: 20px;
    }

    .fz-18 {
        font-size: 18px;
    }

    .fz-16 {
        font-size: 16px;
    }

    .display-block {
        display: block;
    }

    .text-black {
        color: #282828;
    }

    .text-white {
        color: #ffffff;
    }

    .align-left {
        text-align: left;
    }

    .align-right {
        text-align: right !important;
    }

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

    .fl-right {
        float: right;
    }

    .fl-left {
        float: left;
    }

    .display-table {
        width: 100%;
        height: 100%;
        display: table;
    }

    .table-cell {
        display: table-cell;
        vertical-align: middle;
    }

    .overlay {
        width: 100%;
        position: relative;
        z-index: 1;
    }

    .overlay:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }

    .bg-grey {
        background-color: #fafafa;
    }

    .bg-gray1 {
        background-color: #f5f7fb;
    }

    .bg-gray2 {
        background-color: #eef0f8;
    }

    .bg-gray3 {
        background-color: #e8ebf7;
    }

    .bg-blue {
        background-color: #0d1140;
    }

    .bg_gradyan {
        background: linear-gradient(to top right, #fdfbe9, #ffffff 40%);
    }

    .bg_gradyan1 {
        background: linear-gradient(to top right, #fce40b62, #fcffff 40%);
    }

    .bg_blue_g {
        background: linear-gradient(to left, #13183E, #3239d6);
    }

    .bg_blue_nave {
        background-color: #0d1140;
        color: #f9b707;
    }

    .bd-bottom {
        border-bottom: 1px solid #eaeaea;
    }

    .bd-bottom1 {
        border-bottom: 1px solid #FFDD00;
    }

    .bd-top {
        border-top: 1px solid #eaeaea;
    }

    .bg_dark {
        background-color: #232323;
    }

    .mt10 {
        margin-top: 20px;
    }

    .mt80 {
        margin-top: 80px;
    }

    .mt30 {
        margin-top: 30px;
    }

    /* Preloader Styles */
    #preloader {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        background: #fff;
        height: 100%;
        width: 100%;
        -webkit-transition: all .5s .5s ease;
        -moz-transition: all .5s .5s ease;
        transition: all .5s .2s ease;
    }

    .loader {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        width: 50px;
        height: 50px;
        display: block;
        margin: auto;
        margin-top: -30px;
    }

    body.loaded #preloader {
        opacity: 0;
        visibility: hidden;
    }

    /*Section Heading*/
    .section_heading span {
        color: #FFDD00;
    }


    .sec_head span {
        color: #13183E;

    }

    /* Button Style */

    .btn_group a {
        margin: 5px;
    }

    .button_1 {
        background-color: #FFDD00;
        color: #13183E;
        line-height: 45px;
        display: inline-block;
        padding: 0 25px;
        border-radius: 3px;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 12px;
    }

    .button_1:hover {
        background-color: #13183E;
        color: #FFDD00;
    }

    .button_2 {
        background-color: #25D366;
        color: #ffffff;
        line-height: 45px;
        display: inline-block;
        padding: 0 25px;
        border-radius: 10px;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 12px;
    }

    .button_2:hover {
        background-color: #03f75c;
        color: #fff;
    }

    /* Transition Effect */
    a,
    a:hover,
    .overlay,
    img,
    .form-control,
    .form-control:hover,
    button {
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }


    /* ================= TOP HEADER ================= */
    .bamika-top-header {
        background: #0F172A;
        color: #fff;
        font-size: 13px;
        box-shadow: 0 2px 12px rgba(15, 23, 42, .08);
    }

    .bamika-top-inner {
        max-width: 1200px;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;
    }

    .bamika-top-left {
        display: flex;
        gap: 14px;
    }

    .bamika-top-left a {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, .06);
        transition: .3s;
    }

    .bamika-top-left a:hover {
        background: rgba(255, 255, 255, .18);
        transform: translateY(-2px);
    }

    .bamika-top-left svg {
        width: 16px;
        height: 16px;
        stroke: #fff;
    }

    /* =====================================================
header section style
=======================================================
*/
    /* ================= MAIN HEADER ================= */
    .bamika-main-header {
        position: fixed;
        top: 0;
        width: 100%;
        background: rgba(255, 255, 255, 1);
        backdrop-filter: blur(18px) saturate(180%);
        -webkit-backdrop-filter: blur(18px) saturate(180%);
        border-bottom: 1px solid rgba(0, 0, 0, .05);
        box-shadow: 0 15px 40px rgba(0, 0, 0, .06);
        z-index: 1050;
        transition: .4s cubic-bezier(.23, 1, .32, 1);
    }

    .bamika-nav-container {
        max-width: 1200px;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 75px;
        padding: 0 20px;
    }

    .bamika-logo {
        font-weight: 700;
        font-size: 20px;
        color: var(--main-color);
    }

    /* Desktop Menu */
    .bamika-nav-menu {
        display: flex;
        gap: 48px;
        align-items: center;
        margin-top: 20px;
    }

    .bamika-nav-menu>li {
        position: relative;
        padding-bottom: 20px;
    }

    .bamika-nav-menu>li>a {
        color: var(--main-color);
        font-weight: 500;
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .bamika-arrow {
        width: 14px;
        height: 14px;
        stroke: var(--main-color);
        transition: .3s;
    }

    .bamika-has-sub.active>a .bamika-arrow {
        transform: rotate(180deg);
    }

    /* ================= MEGA MENU ================= */
    .bamika-mega-menu {
        position: absolute;
        top: 100%;
        right: 50%;
        transform: translateX(50%) translateY(15px);
        background: var(--white-color);
        border-radius: 10px;
        padding: 25px 35px;
        display: grid;
        grid-auto-flow: column;
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 25px;
        opacity: 0;
        visibility: hidden;
        transition: all .35s cubic-bezier(.23, 1, .32, 1);
        z-index: 10;
        min-width: 600px;
        max-width: 95vw;
    }

    /* وقتی منو فعال است */
    .bamika-has-sub.active .bamika-mega-menu {
        opacity: 1;
        visibility: visible;
        transform: translateX(50%) translateY(0);
    }

    /* فلش کوچک بالای لینک والد */
    .bamika-has-sub.active>a::after {
        content: "";
        position: absolute;
        top: 100%;
        right: 20px;
        /* کنار راست لینک والد */
        border-width: 8px;
        border-style: solid;
        border-color: var(--white-color) transparent transparent transparent;
        z-index: 11;
    }




    .bamika-has-sub.active .bamika-mega-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .bamika-mega-col {
        padding: 20px;
        border-radius: 16px;
        transition: .3s;
    }

    .bamika-mega-col:hover {
        background: #fafafa;
    }

    .bamika-mega-col h4 {
        font-size: 14px;
        margin-bottom: 14px;
        color: var(--main-color);
        border-bottom: 1px solid #eee;
        padding-bottom: 8px;
    }

    .bamika-mega-col a {
        display: block;
        padding: 7px 4px;
        font-size: 14px;
        color: var(--content-color);
        border-radius: 8px;
        transition: .25s;
    }

    .bamika-mega-col a:hover {
        background: #fffbea;
        color: var(--main-color);
    }

    /* CTA */
    .bamika-cta-btn {
        background: linear-gradient(135deg, var(--gold-color), #e6c800);
        color: var(--main-color);
        padding: 10px 26px;
        border-radius: 30px;
        font-size: 14px;
        font-weight: 600;
        transition: .35s;
        box-shadow: 0 8px 20px rgba(255, 221, 0, .25);
    }

    .bamika-cta-btn:hover {
        transform: translateY(-3px);
    }


    /* ===== HEADER (زرد) ===== */
    .bamika-service-main-header {
        position: fixed;
        top: 0;
        width: 100%;
        background: #FFDD00;
        /* فقط تغییر رنگ */
        border-bottom: 1px solid rgba(0, 0, 0, .05);
        box-shadow: 0 15px 40px rgba(0, 0, 0, .06);
        z-index: 1050;
    }



    /* ================= MOBILE ================= */
    .bamika-mobile-toggle {
        display: none;
        width: 28px;
        height: 20px;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;
    }

    .bamika-mobile-toggle span {
        height: 2px;
        background: var(--main-color);
        border-radius: 3px;
    }

    .bamika-mobile-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, .3);
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        z-index: 1040;
    }

    .bamika-mobile-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    .bamika-mobile-nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 85%;
        height: 100%;
        background: var(--white-color);
        padding: 90px 25px;
        transition: .4s;
        box-shadow: -20px 0 40px rgba(0, 0, 0, .08);
        overflow-y: auto;
        z-index: 1055;
    }

    .bamika-mobile-nav.active {
        right: 0;
    }

    .bamika-mobile-nav li {
        margin-bottom: 20px;
        border-bottom: 1px solid #eee;
        padding: 8px;
    }

    .bamika-mobile-link {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: 500;
        cursor: pointer;
    }

    .bamika-mobile-sub {
        max-height: 0;
        overflow: hidden;
        transition: max-height .4s ease;
        padding-right: 12px;
        border-right: 2px solid var(--gold-color);
        margin-top: 10px;
    }

    .bamika-mobile-sub a {
        display: block;
        padding: 8px 0;
        font-size: 14px;
        color: var(--content-color);
    }

    .bamika-mobile-arrow {
        width: 16px;
        height: 16px;
        stroke: var(--main-color);
        transition: .3s;
    }

    .bamika-mobile-has-sub.active .bamika-mobile-arrow {
        transform: rotate(180deg);
    }


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

        .bamika-nav-menu,
        .bamika-cta-btn {
            display: none;
        }

        .bamika-mobile-toggle {
            display: flex;
        }
    }

    /* ===== MEGA MENU (گرادینت تیره) ===== */
    .bamika-service-mega-menu {
        background: linear-gradient(to bottom, #2b2400, #0f0f0f);
        /* فقط تغییر رنگ */
    }

    /* متن داخل مگا منو سفید شود */
    .bamika-service-mega-menu .bamika-mega-col h4,
    .bamika-service-mega-menu .bamika-mega-col a {
        color: #fff;
    }

    /* هاور */
    .bamika-service-mega-menu .bamika-mega-col:hover {
        background: rgba(255, 255, 255, 0.08);
        
    }
    .bamika-service-mega-menu .bamika-mega-col a:hover {
        background: rgba(255, 255, 255, 0.08);
        color: #FFDD00;
    }

    /* ==========================================================================
   13.0 Widget Section
   ========================================================================== */
    .widget_section {
        /* background-image: url(../img/widget-background.jpg); */
        background-color: #13183E;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: center center;
        -webkit-background-size: cover;
        background-size: cover;
        padding: 100px 0;
    }

    .widget_wrapper h3 {
        color: #fff;
        text-transform: uppercase;
    }

    .widget_wrapper p {
        color: #bbb;
    }

    .widget_wrapper .footer_social {
        display: block;
    }

    .widget_wrapper .footer_social li {
        display: inline-block;
    }

    .widget_wrapper .footer_social li a {
        color: #ddd;
        font-size: 12px;
        margin-right: 20px;
    }

    .widget_wrapper .footer_social li a:hover {
        color: #f9b707;
    }

    .widget_wrapper .widget_links li a {
        font-size: 12px;
        color: #bbb;
        text-transform: uppercase;
        line-height: 30px;
    }

    .widget_wrapper .widget_links li a:hover {
        text-decoration: underline;
        color: #fff;
    }

    /* Subscribe Form Style */
    .subscribe_form {
        display: block;
        text-align: center;
        padding: 5px 0;
    }

    .subscribe_form p {
        color: #bbb;
    }

    .subscribe_form .form_input {
        display: block;
        background-color: rgba(255, 255, 255, 0.4);
        color: #fff;
        border: none;
        font-size: 12px;
        line-height: 50px;
        padding: 0 10px;
        float: left;
        width: 70%;
        transition: all 0.5s ease-in-out;
    }

    .subscribe_form .submit {
        background-color: #f9b707;
        color: #fff;
        font-family: "Roboto", sans-serif;
        font-size: 10px;
        font-weight: 600;
        line-height: 50px;
        display: inline-block;
        padding: 0 10px;
        float: left;
        width: 30%;
        transition: all 0.5s ease-in-out;
    }

    .subscribe_form .submit:hover {
        background-color: #1f293d;
        transition: all 0.5s ease-in-out;
    }

    #subscribe-result {
        display: none;
        margin-top: 15px;
        padding: 10px;
        border: 1px solid #DEAA6E;
    }

    #subscribe-result.subs-result {
        display: block;
    }

    .subscription-error {
        color: #B60000;
    }

    .subscription-success {
        color: #333;
    }

    .subscribe_form input::-webkit-input-placeholder {
        color: #ddd !important;
    }

    .subscribe_form input:-moz-placeholder {
        /* Firefox 18- */
        color: #ddd !important;
    }

    .subscribe_form input::-moz-placeholder {
        /* Firefox 19+ */
        color: #ddd !important;
    }

    .subscribe_form input:-ms-input-placeholder {
        color: #ddd !important;
    }


    /* ==========================================================================
 Footer Section
   ========================================================================== */
    .footer_section {
        display: block;
        background-color: #1f293d;
        padding: 30px 0;
    }

    .footer_section .copyright {
        font-size: 12px;
        color: #ddd;
        text-transform: uppercase;
        text-align: center;
    }


    /* ai assistant start==================== */
.ai-assistant {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 340px;
    max-height: 520px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px);
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 30px 60px rgba(0, 0, 0, .4);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    opacity: 0;
    transform: translateY(40px);
    transition: all .6s ease;
    z-index: 9999;
}

.ai-assistant.show {
    opacity: 1;
    transform: translateY(0);
}

.ai-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: #0a1439cf;
    text-align: right;
}

.ai-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #FFDD00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.ai-header small {
    display: block;
    font-size: 13px;
    color: #02fd0f;
}

.ai-header strong {
    display: block;
    font-size: 17px;
    color: var(--gold-color);
}

.ai-close {
    margin-right: auto;
    background: none;
    border: none;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}

.ai-body {
    padding: 16px;
    flex: 1;
    overflow-y: auto;
}

.ai-message {
    max-width: 85%;
    padding: 12px 14px;
    border-radius: 14px;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 12px;
}

.ai-message.bot {
    background: var(--mw-bg1);
    border-bottom-right-radius: 4px;
    text-align: right;
    color: #fff;
}

.ai-footer {
    display: flex;
    gap: 8px;
    padding: 14px;
    background: rgba(0, 0, 0, .25);
}

.ai-footer input {
    flex: 1;
    background: rgba(0, 0, 0, .4);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 14px;
    padding: 10px 14px;
    color: #fff;
    outline: none;
}

.ai-footer button {
    background: #FFDD00;
    border: none;
    color: #13183E;
    width: 42px;
    border-radius: 14px;
    font-size: 18px;
    cursor: pointer;
}

/* RESPONSIVE */
@media (max-width: 480px) {
    .ai-assistant {
        right: 10px;
        left: 10px;
        width: auto;
        bottom: 15px;
    }
}

/* TYPING INDICATOR */
.typing {
    display: flex;
    gap: 6px;
    align-items: center;
    background: rgba(255, 255, 255, .15);
    padding: 10px 14px;
    border-radius: 14px;
    width: fit-content;
    margin-bottom: 12px;
}

.typing span {
    width: 6px;
    height: 6px;
    background: var(--gold-color);
    border-radius: 50%;
    animation: blink 1.4s infinite both;
}

.typing span:nth-child(2) {
    animation-delay: .2s;
}

.typing span:nth-child(3) {
    animation-delay: .4s;
}

@keyframes blink {
    0% {
        opacity: .2;
    }

    20% {
        opacity: 1;
    }

    100% {
        opacity: .2;
    }
}