﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}


body {
    margin-bottom: 60px;
    font-family: 'Poppins', sans-serif;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Italic.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: italic;
}




.small-slide-img {
    max-width: 70%; /* reduce width to 70% of container */
    height: auto; /* keep aspect ratio */
    margin: 0 auto; /* center horizontally */
    display: block; /* ensure centering works */
    border-radius: 10px; /* optional: rounded corners */
}

.main-button {
    color: white;
    border-radius: 4px !important;
    font-family: Poppins;
    padding: 0.75rem;
    width: 100%;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    border: none;
    margin-top: 40px;
    font-weight: 400;
}
/* Call Waiter Button Styles - Global */
.btn-waiter {
    border-radius: 4px;
    padding: 0.75rem;
    width: 100%;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    border: none;
    font-weight: 400;
    font-family: Poppins !important;
}

    /*.btn-waiter:hover {
        background-color: #b91c1c;*/ /* red-700 */
        /*color: white;
    }*/

    .btn-waiter:active {
        transform: scale(0.95);
    }

    .btn-waiter:focus {
        outline: none;
        box-shadow: 0 0 0 0.2rem rgba(220, 38, 38, 0.5);
    }

.page-title {
    font-family: Poppins;
    font-size: 16px !important;
    text-transform: capitalize;
}

.search-icon2 img,
.toggle-btn img {
    height: 14px;
}

.outer-body {
    padding: 10px;
    height: 100%;
    background: #f3f3f3;
    height: calc(100vh - 40px);
    overflow: auto;
}



.color-primary {
    color: #f8ac1f;
}

h1, h2, h3, h4, h5, h6, p {
    font-family: Poppins !important;
}

.sidebar-card {
    border-radius: 0px !important;
}

.call-waited {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 20px;
}

.sidebar-card .offcanvas-header {
    border-bottom: 1.5px solid #e5e3e3;
}

    .sidebar-card .offcanvas-header .offcanvas-title {
        width: 100%;
        display: flex;
        justify-content: center;
        align-content: center;
    }

        .sidebar-card .offcanvas-header .offcanvas-title a {
            width: fit-content;
        }

#sidebar-items-container .icon {
    height: 26px;
    width: 26px;
    background: #f9edd6;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

    #sidebar-items-container .icon svg path {
        fill: #f8ac1f;
    }

#sidebar-items-container span {
    font-family: Poppins;
}

.lang-changer {
    padding: 0px 20px;
    font-family: Poppins;
    margin-top: 20px;
}

    .lang-changer form {
        width: fit-content;
        font-family: Poppins;
        padding: 5px 8px;
        border-radius: 5px;
    }

        .lang-changer form button {
            font-size: 14px;
            border-radius: 4px;
            padding: 6px 12px;
        }

        .lang-changer form .active {
            background: #f8ac1f;
            color: #fff;
        }

.home-page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 30px;
}

    .home-page h2 {
        font-size: 16px;
        font-weight: 400;
        font-family: Poppins !important;
    }

.main-logo {
    width: 100%;
    display: flex;
    justify-content: center;
}

    .main-logo img {
        width: 80%;
    }

.font-weight-400 {
    font-weight: 400 !important;
}



/* ================= Partners page ================= */
.partner-details__logo {
    width: 140px;
    height: auto;
    display: block;
}

/* ================= INFO STRIP ================= */
.partner-details__strip .partner-details__pill {
    background: #fff;
    border-radius: 16px;
    padding: 18px;
    display: flex;
    gap: 12px;
    align-items: center;
    box-shadow: 0 8px 24px rgba(0,0,0,.05);
}

.partner-details__pill i {
    font-size: 18px;
}

.partner-details__pill .label {
    font-size: 12px;
    color: #777;
}

.partner-details__pill .value {
    font-weight: 700;
    color: #222;
}

/* ================= CARDS ================= */
.partner-details__card {
    background: #ffffff;
    border-radius: 18px;
    padding: 26px;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08), 0 2px 8px rgba(15, 23, 42, 0.04);
    border: 1px solid #eef2f7;
}

/* ================= BUTTON ================= */
.partner-details__btn {
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 12px;
    padding: 16px 18px;
    text-decoration: none;
    font-weight: 700;
    background: var(--primary-color, #0d6efd);
    color: #fff;
    transition: all .2s ease;
}

    .partner-details__btn:hover {
        filter: brightness(.92);
        transform: translateY(-1px);
    }

    .partner-details__btn:focus-visible,
    .partner-details__contact a:focus-visible {
        outline: 2px solid var(--primary-color, #0d6efd);
        outline-offset: 3px;
    }

/* ================= STEPS ================= */
.partner-details__steps li {
    margin-bottom: 10px;
}

/* ================= BULLETS ================= */
.partner-details__bullets {
    list-style: none;
    padding-inline-start: 0;
}

    .partner-details__bullets li {
        margin-bottom: 12px;
        padding-inline-start: 22px;
        position: relative;
    }

        .partner-details__bullets li:before {
            content: "✓";
            position: absolute;
            inset-inline-start: 0;
            top: 0;
            font-weight: 700;
        }

/* ================= PRICING ================= */
.partner-details__pricing {
    list-style: none;
    padding-inline-start: 0;
    margin: 0;
}

    .partner-details__pricing li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 14px 0;
        border-bottom: 1px dashed #e5e7eb;
    }

        .partner-details__pricing li:last-child {
            border-bottom: none;
        }

    .partner-details__pricing span {
        color: #6b7280;
    }

    .partner-details__pricing strong {
        font-weight: 700;
        color: #111827;
    }

/* ================= CONTACT ================= */
.partner-details__contact {
    list-style: none;
    padding-inline-start: 0;
    margin: 0;
}

    .partner-details__contact li {
        display: grid;
        grid-template-columns: 20px 1fr auto;
        align-items: center;
        gap: 12px;
        padding: 14px 0;
        border-bottom: 1px dashed #e5e7eb;
    }

        .partner-details__contact li:last-child {
            border-bottom: none;
        }

    .partner-details__contact i {
        font-size: 18px;
        color: var(--primary-color);
    }

    .partner-details__contact a {
        margin-inline-start: auto;
        font-weight: 700;
        text-decoration: none;
    }

/* ================= CTA ================= */
.partner-cta {
    background: linear-gradient(135deg, #0f172a, #020617);
    padding: 100px 0;
    color: #fff;
}

    .partner-cta h2 {
        color: #fff;
        font-weight: 700;
    }

    .partner-cta p {
        color: rgba(255,255,255,.85);
        font-size: 18px;
        max-width: 720px;
        margin: 0 auto;
    }

.partner-cta__btn {
    display: inline-block;
    background: var(--primary-color, #0d6efd);
    color: #fff;
    padding: 16px 34px;
    border-radius: 14px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 24px;
    transition: all .2s ease;
    box-shadow: 0 10px 20px rgba(13, 110, 253, 0.25);
}

    .partner-cta__btn:hover {
        filter: brightness(.95);
        transform: translateY(-1px);
        color: #fff;
    }

/* ================= PARTNER LIST ================= */

/* ================= PARTNERS SIDEBAR ================= */
.partners-sidebar {
    background: #fff;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08), 0 2px 8px rgba(15, 23, 42, 0.04);
    border: 1px solid #eef2f7;
}

/* Title */
.partners-sidebar__title {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 18px;
}

/* ================= CATEGORY LIST ================= */
.partners__categories {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
}

    .partners__categories li {
        margin-bottom: 8px;
    }

        .partners__categories li a {
            display: block;
            padding: 10px 14px;
            border-radius: 10px;
            color: #374151;
            text-decoration: none;
            font-weight: 500;
            transition: all .2s ease;
        }

            /* Hover */
            .partners__categories li a:hover {
                background: #f1f5f9;
            }

        /* Active state */
        .partners__categories li.active a {
            background: rgba(13,110,253,.1);
            color: var(--primary-color, #0d6efd);
            font-weight: 700;
        }

/* ================= CTA ================= */
.partners-sidebar__cta {
    margin-top: 12px;
}
.partner__card {
    display: flex;
    gap: 24px;
    padding: 28px;
    background: #fff;
    border-radius: 18px;
    margin-bottom: 24px;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08), 0 2px 8px rgba(15, 23, 42, 0.04);
    transition: all .25s ease;
}

    .partner__card:hover {
        transform: translateY(-2px);
        box-shadow: 0 24px 50px rgba(15, 23, 42, 0.12), 0 4px 12px rgba(15, 23, 42, 0.06);
    }

.partner__logo img {
    max-width: 90px;
}

.partner__category {
    font-size: 13px;
    color: #888;
    text-transform: uppercase;
    margin-bottom: 6px;
    display: inline-block;
}


/* ================= FILTER STATE ================= */
/* THIS IS REQUIRED FOR JS FILTER TO WORK */
.partner__card {
    transition: opacity .25s ease, transform .25s ease;
}

    .partner__card.is-hidden {
        opacity: 0;
        transform: scale(0.98);
        pointer-events: none;
    }

        .partner__card.is-hidden[data-hidden="true"] {
            display: none;
        }


/* ================= SIDEBAR BUTTON ================= */
.partner-btn {
    display: block;
    width: 100%;
    background-color: var(--primary-color, #0d6efd);
    color: #fff;
    padding: 16px 20px;
    border-radius: 12px;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
    transition: background-color .2s ease;
}

    .partner-btn:hover {
        background-color: #0b5ed7;
        color: #fff;
    }

/* ================= ACCESSIBILITY ================= */
@media (prefers-reduced-motion: reduce) {
    * {
        transition: none !important;
        transform: none !important;
    }
}
