@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

body {
  font-family: 'DM Sans', sans-serif;
  color: #282828;
}

.header-bg {
    background-color: #f6f5f4;
}

.btn-primary, .btn-black, .btn-outline-primary {
    background-color: #EFAC2F !important;
    color: #000 !important;
    align-items: center;
    gap: 16px;
    border: none;
    border-radius: 8px !important;
    transition: color 0.3s;
    background-size: 200% 100%; 
    background-position: left; 
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

.btn-outline-dark {
     border-radius: 0 !important;
}


.btn-primary img, .btn-black img {
    height: 16px;
    margin-left: 10px;
}
.btn-primary .user-icon, .btn-black .user-icon {
    width: 24px;
    height: 24px;
    margin-right: 24px;
}

.btn-danger {
    font-size: 14px;
    line-height: 150%;
    border-radius: 0px;
}

.btn-primary:hover, .btn-black:hover, .btn:hover, .dropdown-item.active, .dropdown-item:active {
    color: #000 !important;
    background: #F4C774 !important;
}

.btn-primary:hover img, .btn-black:hover img {
    filter: brightness(0) saturate(100%) invert(36%) sepia(73%) saturate(583%) hue-rotate(1deg) brightness(102%) contrast(101%);
}

.gaps {
    gap: 16px;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

@media (max-width: 991px) {
    .gaps {
    gap: 0px;
}
.header-btn {
   align-items: start !important;
   gap: 16px
}


}

a {
    color: #000;
}

@keyframes gradientShift {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 0%;
    }
    100% {
        background-position: 0% 0%;
    }
}

.navbar {
    padding: 16px 0;
}


  .nav-link    {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

  .nav-link:hover    {
    color: #eaaf2d;
}

.orders-container {
    display: flex;               
    gap: 20px;
    overflow-x: auto;           
    padding-bottom: 10px;      
    scroll-behavior: smooth;    
}

.orders-container::-webkit-scrollbar {
    height: 6px;                 /* Thin scrollbar */
}
.orders-container::-webkit-scrollbar-thumb {
    background: goldenrod;       /* Scrollbar color */
    border-radius: 3px;
}
.orders-container::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.order-card {
    min-width: 300px;            /* Keep card width */
    flex: 0 0 auto;              /* Do not shrink or grow */
    border: 1px solid #ddd;
    padding: 20px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    transition: 0.3s;
}


/* Keep other styles as before */
.order-header { display: flex; align-items: center; justify-content: space-between; }
.order-header h3 { margin: 0; font-size: 18px; font-weight: 600; color: #111; }
.order-status { font-size: 14px; font-weight: 600; padding: 6px 12px; border-radius: 6px; display: inline-flex; align-items: center; gap: 6px; }
.status-pending { background: #fff3cd; color: #856404; }
.status-active { background: #d4edda; color: #155724; }
.status-expired { background: #f8d7da; color: #721c24; }
.status-review { background: #e2e3e5; color: #6c757d; }
.order-body { margin-top: 12px; font-size: 14px; color: #555; }
.order-actions { margin-top: 15px; display: flex; justify-content: space-between; gap: 10px; }
.btn-pay, .btn-view { padding: 8px 16px; border-radius: 6px; font-size: 14px; font-weight: 500; display: inline-flex; align-items: center; gap: 6px; text-decoration: none; cursor: pointer; transition: 0.2s; }
.btn-pay { background: black; color: white; }
.btn-pay:hover { background: goldenrod; color: #fff; }
.btn-view { background: #f0f0f0; color: #111; }
.btn-view:hover { background: #ddd; }

.form-control {
    border-radius: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #BCBCBC;
    border-right: 1px solid #BCBCBC !important;
}

.no-events-card {
    max-width: 550px;
    margin: auto;
}


.alert-info {
    --bs-alert-color: #000;
        --bs-alert-bg: #f4c7741a;
    --bs-alert-border-color: #EFAC2F;
    --bs-alert-link-color: var(--bs-info-text-emphasis);
}


.orders-section {
    padding: 2rem 0;
}

.orders-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 2rem;
    text-align: center;
}

.orders-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

@media (max-width: 768px) {
    .orders-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

.order-card {
    border: 1px solid #e9ecef;
    border-radius: 16px;
    padding: 1.75rem;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}



.order-card:hover {
    transform: translateY(-4px);
}

.order-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.order-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #212529;
    margin: 0 0 0.5rem 0;
    line-height: 1.3;
}

.order-date {
    font-size: 0.875rem;
    color: #6c757d;
    margin: 0;
}

.order-status {
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.375rem 0.75rem;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
}

.status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.status-active .status-dot { background: #24975D; }
.status-expired .status-dot { background: #B42318; }
.status-review .status-dot { background: #B54708; }

.order-divider {
    border: none;
    height: 1px;
    background: linear-gradient(90deg, transparent, #e9ecef, transparent);
    margin: 1.25rem 0;
}

.order-details p {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.detail-label {
    color: #74777C;
    font-weight: 500;
}

.order-actions {
    margin-top: auto;
    padding-top: 1.25rem;
    border-top: 1px solid #f8f9fa;
}

.btn-pay {
    color: #161616 !important;
    background: none !important;
    border: 1px solid #B6B9BE !important;
    padding: 0 !important;
    border-radius: 0px !important;
    font-weight: 500;
    font-size: 0.9rem;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-pay:hover {
    color: #161616 !important;
}

.btn-pay img {
    width: 14px;
    margin-left: 5px;
}

/* Alerts */
.alert-custom {
    border: none;
    border-radius: 12px;
    padding: 1rem 1.5rem;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 500;
}

.alert-success-custom {
    background: linear-gradient(135deg, #d4edda, #c3e6cb);
    color: #155724;
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.15);
}

.alert-danger-custom {
    background: linear-gradient(135deg, #f8d7da, #f5c6cb);
    color: #721c24;
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.15);
}

            .billed-period { color: #ff4500; font-weight: 600; }
            .btn { border-radius: 0px !important; }
            .badge-popular {
                position: absolute;
                top: -15px;
                right: 20px;
                background-color: #161616;
                color: #fff;
                font-weight: 500;
                padding: 10px 20px;
                border-radius: 0 !important;
            }
            .nav-tabs {
                background-color: #EAEAEA;
                border: 1px solid #BCBCBC;
                border-radius: 0px;
                padding: 6px;
                max-width: 200px;
                margin: auto;
            }
            .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
                color: #fff !important;
                background-color: #535353;
                border-color: #fff;
                border-radius: 0;
                border: none !important;
            }
            .nav-tabs .nav-link { color: #535353 !important; }
            .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
                isolation: isolate;
                border-color: transparent;
                border-radius: 0px;
            }
            .card { border-radius: 0px; }
            
            
            .event-card {
    border-radius: 0;
    background: #fff;
    border-radius: 16px;
    padding: 24px 14px;
    transition: 
        transform 0.35s ease,
        box-shadow 0.35s ease;
    will-change: transform;
}

.card-body {
    border: #EAEAEA 1px solid;
}

.card {
    border: none;
}

.event-type {
    background-color: #f9caca;
    padding: 3px 12px;
    border-radius: 5px;
    color: #000;
    font-weight: 600;
}

.event-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.event-card .card-title {
    font-weight: 600;
    font-size: 1.5rem;
}

.event-card p {
    font-size:16px;
    
    color: #454649 !important;
}

.details {
    font-size:16px;
    font-weight: 600 !important;
    color: #454649 !important;
}

.event-card a.btn {
    font-size: 0.85rem;
}



.no-events-card h4 {
    font-weight: 700;
    color: #333;
}

.no-events-card p {
    font-size: 1rem;
}

.no-events-card .btn {
    font-size: 1rem;
    padding: 12px 30px;
    border-radius: 30px;
}

.meeting-card {
    border-radius: 0;
    background: linear-gradient(135deg, #ffffff, #e6f7ff);
    transition: transform 0.3s, box-shadow 0.3s;
}

.meeting-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.meeting-card .card-title {
    font-weight: 600;
    font-size: 1.3rem;
}

.thestrategy {
    padding: 8px 16px;
    border: 1px solid #BCBCBC;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
}

.thestrategy:hover {
    background-color: #F4C774;
}

.event-card {
    border-radius: 16px;
    background: #fff;
    padding: 24px 14px;
    transition: 0.3s;
    border: 1px solid #EAEAEA;
}
.event-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0,0,0,.15); }
.card-body { border: 1px solid #EAEAEA; }
.card-title { font-size: 1.4rem; font-weight: 600; }
.event-details { border-top: 1px solid #B6B9BE; border-bottom: 1px solid #B6B9BE; padding: 8px 0; margin-bottom: 12px; }
.event-details p { margin-bottom: 6px; font-weight: 600; color: #454649; }
.event-details span { font-weight: 400; }
.event-btn { display: inline-block; margin-top: 8px; font-weight: 600; color: #161616; text-decoration: none; }
a { text-decoration: none; color: #161616; }
.event-btn:hover { text-decoration: none; }

.filter-form { background: #fff; padding: 20px; border: 1px solid #EAEAEA; border-radius: 16px; }
.alert-info { --bs-alert-color: #000; --bs-alert-bg: #f4c7741a; --bs-alert-border-color: #EFAC2F; --bs-alert-link-color: var(--bs-info-text-emphasis); }
.filter-form .form-label { color: #454649; font-size: 0.875rem; }
.filter-form .form-select, .filter-form .form-control { border: 1px solid #EAEAEA; border-radius: 8px; padding: 8px 12px; }
.filter-form .btn { border-radius: 8px; padding: 10px; font-size: 0.9rem; }

.event-card {
    border-radius: 16px;
    background: #fff;
    padding: 24px 14px;
    transition: .3s;
    border: 1px solid #EAEAEA;
}
.event-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,.15);
}
.card-body { border: 1px solid #EAEAEA; }
.card-title { font-size: 1.4rem; font-weight: 600; }

.event-details {
    border-top: 1px solid #B6B9BE;
    padding-top: 8px;
    margin-bottom: 12px;
}
.event-details p {
    margin-bottom: 6px;
    font-weight: 600;
    color: #454649;
}
.event-details span { font-weight: 400; }

.filter-form {
    background: #fff;
    padding: 20px;
    border: 1px solid #EAEAEA;
    border-radius: 16px;
}
.filter-form .form-label {
    color: #454649;
    font-size: .875rem;
}
.filter-form .form-select {
    border-radius: 8px;
    border: 1px solid #EAEAEA;
}
.alert-info {
    --bs-alert-bg: #f4c7741a;
    --bs-alert-border-color: #EFAC2F;
}

.border-primary {
    --bs-border-opacity: 1;
    border-color: #EAEAEA !important;
}


.d-flex.gap-16 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.event-card {
    border-radius: 16px;
    background: #fff;
    padding: 24px 14px;
    transition: 0.3s;
    border: 1px solid #EAEAEA;
}
.event-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0,0,0,.15); }
.card-body { border: 1px solid #EAEAEA; }
.card-title { font-size: 1.4rem; font-weight: 600; }
.event-details { border-top: 1px solid #B6B9BE; border-bottom: 1px solid #B6B9BE; padding: 8px 0; margin-bottom: 12px; }
.event-details p { margin-bottom: 6px; font-weight: 600; color: #454649; }
.event-details span { font-weight: 400; }
.event-btn { display: inline-block; margin-top: 8px; font-weight: 600; color: #161616; text-decoration: none; }
a { text-decoration: none; color: #161616; }
.event-btn:hover { text-decoration: none; }

.filter-form { background: #fff; padding: 20px; border: 1px solid #EAEAEA; border-radius: 16px; }
.alert-info { --bs-alert-color: #000; --bs-alert-bg: #f4c7741a; --bs-alert-border-color: #EFAC2F; --bs-alert-link-color: var(--bs-info-text-emphasis); }
.filter-form .form-label { color: #454649; font-size: 0.875rem; }
.filter-form .form-select, .filter-form .form-control { border: 1px solid #EAEAEA; border-radius: 8px; padding: 8px 12px; }
.filter-form .btn { border-radius: 8px; padding: 10px; font-size: 0.9rem; }

/* Reuse order-status style */
.status-pending { background: #EBFBF3; color: #24975D; padding: 2px 8px 2px 6px; border-radius: 16px; font-weight: 500; font-size: 12px; display:inline-flex; align-items:center; gap:6px; }
.status-active { background: #EBFBF3; color: #24975D; padding: 2px 8px 2px 6px; border-radius: 16px; font-weight: 500; font-size: 12px; display:inline-flex; align-items:center; gap:6px; }
.status-expired { background: #FEF1F0; color: #B42318; padding: 2px 8px 2px 6px; border-radius: 16px; font-weight: 500; font-size: 12px; display:inline-flex; align-items:center; gap:6px; }
.status-review { background: #FFF7E9; color: #B54708; padding: 2px 8px 2px 6px; border-radius: 16px; font-weight: 500; font-size: 12px; display:inline-flex; align-items:center; gap:6px; }

/* Event card */
.event-card { border-radius:16px; background:#fff; padding:24px 14px; transition:0.3s; border:1px solid #EAEAEA; }
.event-card:hover { transform:translateY(-5px); box-shadow:0 8px 20px rgba(0,0,0,.15); }
.card-body { border:1px solid #EAEAEA; }
.card-title { font-size:1.4rem; font-weight:600; }
.event-details { border-top:1px solid #B6B9BE; border-bottom:1px solid #B6B9BE; padding:8px 0; margin-bottom:12px; }
.event-details p { margin-bottom:6px; font-weight:600; color:#454649; }
.event-details span { font-weight:400; }
/* .event-btn { display:inline-block; margin-top:8px; font-weight:600; color:#161616; text-decoration:none; border:1px solid #EAEAEA; padding:8px 16px; border-radius:8px; transition:0.3s; }
 .event-btn:hover { background:#EFAC2F; color:white !important; text-decoration:none; transform:translateY(-2px); } */

.filter-tabs { display:flex; gap:8px; flex-wrap:wrap; }
.filter-tab { padding:8px 16px; border:1px solid #EAEAEA; border-radius:8px; text-decoration:none; font-weight:500; font-size:0.9rem; color:#454649; transition:0.3s; }
.filter-tab:hover { background:#F4C774; border-color:#EFAC2F; }
.filter-tab.active { background:#EFAC2F; color:white; border-color:#EFAC2F; }
.filter-tab.clear-search { background:#f8f9fa; border-color:#dc3545; color:#dc3545; }
.filter-tab.clear-search:hover { background:#dc3545; color:white; }
.d-flex.gap-16 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.event-card {
    border-radius: 16px;
    background: #fff;
    padding: 24px 14px;
    transition: 0.3s;
    border: 1px solid #EAEAEA;
}
.event-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0,0,0,.15); }
.card-body { border: 1px solid #EAEAEA; }
.card-title { font-size: 1.4rem; font-weight: 600; }
.event-details { border-top: 1px solid #B6B9BE; border-bottom: 1px solid #B6B9BE; padding: 8px 0; margin-bottom: 12px; }
.event-details p { margin-bottom: 6px; font-weight: 600; color: #454649; }
.event-details span { font-weight: 400; }
.event-btn { display: inline-block; margin-top: 8px; font-weight: 600; color: #161616; text-decoration: none; }
a { text-decoration: none; color: #161616; }
.event-btn:hover { text-decoration: none; }

.filter-form { background: #fff; padding: 20px; border: 1px solid #EAEAEA; border-radius: 16px; }
.alert-info { --bs-alert-color: #000; --bs-alert-bg: #f4c7741a; --bs-alert-border-color: #EFAC2F; --bs-alert-link-color: var(--bs-info-text-emphasis); }
.filter-form .form-label { color: #454649; font-size: 0.875rem; }
.filter-form .form-select, .filter-form .form-control { border: 1px solid #EAEAEA; border-radius: 8px; padding: 8px 12px; }
.filter-form .btn { border-radius: 8px; padding: 10px; font-size: 0.9rem; }

.event-card {
    border-radius: 16px;
    background: #fff;
    padding: 16px;
    transition: 0.3s;
    border: 1px solid #EAEAEA;
}
.event-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0,0,0,.15); }
.card-body { border: 1px solid #EAEAEA; padding:12px; }
.card-title { font-size: 1.2rem; font-weight: 600; margin-bottom:6px; }
.event-btn { display: inline-block; margin-top: 8px; font-weight: 600; color: #161616; text-decoration: none; }
a { text-decoration: none; color: #161616; }
.event-btn:hover { text-decoration: none; }
.filter-form { background: #fff; padding: 20px; border: 1px solid #EAEAEA; border-radius: 16px; }
.filter-form .form-label { color: #454649; font-size: 0.875rem; }
.filter-form .form-select { border: 1px solid #EAEAEA; border-radius: 8px; padding: 8px 12px; }
.alert-info { --bs-alert-color: #000; --bs-alert-bg: #f4c7741a; --bs-alert-border-color: #EFAC2F; --bs-alert-link-color: var(--bs-info-text-emphasis); }
