body {
    background-repeat: no-repeat;
    background-color: #fff;
    width: 100%;
    font-family: "Inter", sans-serif;
}

button,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter", sans-serif;
}

body {
    margin: 0;
    padding: 0;
    /* word-spacing: 2px; */
    /* letter-spacing: .6px; */

    font-size: 16px;
    font-family: "Inter", sans-serif;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
}

.container {
    margin: 0 auto;
    max-width: 1200px;
}

h1 {
    color: var(--Typography-Color-Primary-text, #0F172A);
    text-align: center;

    /* Web Font/h1 */
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 48px;
    /* 100% */
    letter-spacing: -0.576px;
}

h2 {
    color: var(--Typography-Color-Primary-text, #0F172A);

    /* Web Font/h2 */
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    /* 116.667% */
    letter-spacing: -0.36px;
}

h3 {
    color: var(--Typography-Color-Primary-text, #0F172A);

    /* Web Font/h3 */
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    /* 120% */
    letter-spacing: -0.225px;
}

h4 {
    color: var(--Typography-Color-Primary-text, #0F172A);

    /* Web Font/h4 */
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    /* 133.333% */
    letter-spacing: -0.144px;
}

h5 {
    color: var(--Typography-Color-Primary-text, #0F172A);

    /* Web Font/h5 */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 140% */
    letter-spacing: -0.1px;
}

.solution-section .card .card-body .card-title h6,
.filter-group h6,
.checkout-right h6,
h6 {
    color: var(--Typography-Color-Primary-text, #0F172A);

    /* Web Font/Table head */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
}

@media (max-width: 599px) {
    body {
        font-size: 14px;
    }

    h1 {
        font-size: 2rem;
        line-height: 1.2;
    }

    /* 32px */
    h2 {
        font-size: 1.75rem;
        line-height: 1.25;
    }

    /* 28px */
    h3 {
        font-size: 1.5rem;
    }

    h4 {
        font-size: 1.25rem;
    }

    h5 {
        font-size: 1.1rem;
    }

    h6 {
        font-size: 0.95rem;
    }
}

/* Medium devices (tablets, 600px–991px) */
@media (min-width: 600px) and (max-width: 991px) {
    h1 {
        font-size: 2.25rem;
    }

    h2 {
        font-size: 1.9rem;
    }

    h3 {
        font-size: 1.6rem;
    }

    h4 {
        font-size: 1.3rem;
    }

    h5 {
        font-size: 1.15rem;
    }
}

/* Large devices (desktop, ≥ 992px) */
@media (min-width: 992px) {
    h1 {
        font-size: 3rem;
    }

    /* 48px */
    h2 {
        font-size: 2.25rem;
    }

    /* 36px */
    h3 {
        font-size: 1.875rem;
    }

    /* 30px */
    h4 {
        font-size: 1.5rem;
    }

    /* 24px */
    h5 {
        font-size: 1.25rem;
    }

    /* 20px */
    h6 {
        font-size: 1rem;
    }

    /* 16px */
}

a.logo img {
    max-width: 250px;


}

p {
    color: var(--Typography-Color-Primary-text, #0F172A);

    /* Web Font/p */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
}

blockquote {
    color: var(--Typography-Color-Subtle-text, #64748B);

    /* Web Font/blockquote */
    font-family: Inter;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

th {
    color: var(--Typography-Color-Primary-text, #0F172A);

    /* Web Font/Table head */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
}

td {
    color: var(--Typography-Color-Primary-text, #0F172A);

    /* Web Font/Table item */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

ul {
    color: var(--Typography-Color-Primary-text, #0F172A);

    /* Web Font/list */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */

}

li {
    color: var(--Typography-Color-Subtle-text, #64748B);

    /* Web Font/list */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    list-style-type: disc;
}

lead {
    color: var(--Typography-Color-Primary-text, #0F172A);

    /* Web Font/lead */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 140% */
}

large {
    color: var(--Typography-Color-Secondary-text, #000);

    /* Web Font/large */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 155.556% */
}

small {
    color: var(--Typography-Color-Secondary-text, #000);

    /* Web Font/small */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    /* 100% */
}

subtle {
    color: var(--Typography-Color-Subtle-text, #64748B);

    /* Web Font/subtle */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}

xs {
    color: var(--Typography-Color-Secondary-text, #000);

    /* Web Font/extra small */
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    /* 116.667% */
}

.xxs {
    color: var(--Typography-Color-Secondary-text, #000);

    /* Web Font/extra extra small */
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    /* 120% */
}

/* =========================
   Global Button & Link Styles for All Blade Files
   ========================= */

/* General Button Styles */
.btn,
input[type="submit"],
input[type="button"],

a.button,
a.btn,
a.custom-btn-3,
a.upcoming-btn,
a.event-btn,
.view-ticket-btn {
    display: flex;
    width: 155px;
    height: 32px;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    cursor: pointer;
    outline: none;
    border: none;
    padding: 6px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: var(--Primary-Primary, #7367F0);
    color: #fff;
    /* 1 */
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
}

a.event-btn:hover {
    background: #5b52d0;
    color: #fff;
    text-decoration: none;
}

button.card-btn,
a.card-btn,
.account-setting .card-body .btn-wrapper .reset-btn {

    display: flex;
    width: 100px;
    height: 32px;
    padding: 6px 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: transparent;
    border: 1px solid var(--Primary-Primary, #7367F0);
    color: var(--Primary-Primary, #7367F0);
    text-align: center;
    /* Web Font/small */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    /* 100% */


}

.account-setting .card-body .btn-wrapper .reset-btn:hover {
    background: var(--Primary-Primary, #7367F0);
    color: var(--Neutral-white, #FFF) !important;
    text-decoration: none;
}

.card-btn:hover,
a.card-btn:hover {
    background: var(--Primary-Primary, #7367F0);
    color: var(--Neutral-white, #FFF) !important;
    text-decoration: none;
}

.btn-back {
    display: flex;
    padding: 6px 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background-color: transparent;
    color: var(--Primary-Primary, #7367F0);
    text-align: center;
    border: none;

    /* Web Font/small */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    /* 100% */
}

.upload-btn {
    display: flex;
    width: 100px;
    height: 32px;
    padding: 6px 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    border: none;
    background: var(--Primary-Primary, #7367F0);
    color: #fff;

    /* 1 */
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    /* 100% */
}

.upload-btn:hover,
.save-btn:hover {
    background:#5b52d0;
    color: #fff;
}

.btn-primary,
a.btn-primary {
    background: #7367F0;
    color: #fff;
    max-width: 250px;
    width: 100%;
    height: 48px;
    font-weight: 500;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
    padding: 12px 24px;
    border-radius: 6px;
    text-align: center;
    flex: 1;
}

.tab-btn {
    /* flex: 1;
    padding: 8px 14px; */
    border: none;
    background: #F7F7F7;
    cursor: pointer;
    /* border-radius: 6px;
    transition: all 0.2s ease; */
    display: flex;
    padding: 8px 14px;
    height: 33px;
    width: 150px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    flex: 1 0 0;
    align-self: stretch;
    /* border-radius: 8px; */
}

.tab-btn.active {
    border-radius: 8px;
    border: 1px solid var(--Neutral-grey---2, #D7DDE2);
    background: var(--Neutral-white, #FFF);
}

.btn-primary:hover,
a.btn-primary:hover {
    background: #5b52d0;
    text-decoration: none;
}

.buy-btn {
    display: flex;
    width: 130px;
    height: 32px;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: var(--Primary-Primary, #7367F0);
    color: var(--Neutral-white, #FFF);
    /* 1 */
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
}

.buy-btn:hover {
    background: #5b52d0;
    color: var(--Neutral-white, #FFF);
}

.reset-filter-btn {
    display: flex;
    width: 100px;
    height: 32px;
    padding: 6px 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: var(--Secondary-Secondary, #6366F1);

    /* 1 */
    border: none;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
    color: var(--Typography-Color-Secondary-text, #fff);
    text-align: center;

    /* Web Font/small */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    /* 100% */
}

.cancel-order-btn {


    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    width: 200px !important;
    height: 40px;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    border: solid 1px #C21D1A !important;
    color: #C21D1A;
}

.cancel-order-btn:hover {
    background-color: #C21D1A;
    color: white;
}

.save-btn {
    display: flex;
    width: 200px;
    height: 40px;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: none;
    border-radius: 4px;
    background: var(--Primary-Primary, #7367F0);
    color: #fff;
    cursor: pointer;
    /* 1 */
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
}

.btn-link,
a.btn-link {
    color: #fff;
    font-weight: 500;
    width: 250px;
    height: 48px;
    background: transparent;
    padding: 12px 16px;
    border-radius: 4px;
    text-align: center;
    flex: 1;
}

.btn-link:hover,
a.btn-link:hover {
    opacity: 0.8;
    text-decoration: none;
}

.google-btn,
.facebook-btn {
    display: flex;
    width: 290px;
    height: 48px;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    border: 1px solid var(--Neutral-black, #000);
    background-color: transparent;
    color: #000;
}

.footer-buttons {
    gap: 20px;
}

@media (max-width: 768px) {
    .footer-buttons {
            flex-direction: column;
            align-items: stretch;
            gap: 8px;
        }

        .footer-buttons a {
            width: 100%;
            text-align: center;
        }
}

.role-switch {
    /* display: flex;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 15px;
    align-self: stretch; */

    display: flex;
    padding: 4px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: var(--Neutral-grey---1, #F7F7F7);
}

.role-switch button {
    flex: 1;
    padding: 8px 14px;
    border: none;
    background: #f3f4f6;
    font-weight: 500;
    cursor: pointer;
}

.role-switch button.active {
    background: #fff;
}

.picture {
    position: absolute;
    bottom: -20px;
    left: -100px;

    /* adjust image size */

}

.advertisement {
    display: flex;
    width: auto;
    /* height: auto; */
    height: 200px;
    padding: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--Neutral-grey---2, #D7DDE2);
    background: var(--Neutral-grey---1, #F7F7F7);
}

.ticket-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    align-self: stretch;
}

.ticket-name {
    display: flex;
    height: 47px;
    padding: 4px 5px 4px 12px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 7px;
    border: 1px solid var(--Neutral-grey---2, #D7DDE2);
}

.ticket-type {
    display: flex;
    padding: 0 10px;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

/* .register-right input {
    display: flex;
    height: 37px;
    padding: 0 8px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 7px;
    border: 1px solid var(--Neutral-grey---2, #D7DDE2);
} */

.sidebar-menu .login-link {
    display: block;
    text-align: center;
    color: #fff;
    background: #7367F0;
    border-radius: 8px;
    padding: 10px 0;
    margin-top: 12px;
    font-weight: 600;
}

.sidebar-menu .login-link:hover {
    background: #5e55d5;
}

.picture img {
    width: 100%;
    /* height: 500px; */

    object-fit: contain;
    /* fits image fully without cutting */
    display: block;
}

.btn-submit {
    display: flex;
    width: 150px;
    background: linear-gradient(to right, #6366f1, #a855f7);
    border: none;
    border-radius: 6px;
    padding: 12px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    align-items: center;
    justify-content: center;
}

/* Centered button under FAQ */
.btn-view-more {
    display: flex;                   /* Keep content centered inside the button */
    justify-content: center;
    align-items: center;
    gap: 10px;                       /* Space between icons/text if any */
    width: fit-content;              /* Button width adjusts to content */
    margin: 20px auto;               /* Center horizontally with spacing above/below */
    height: 48px;                    
    padding: 12px 20px;              
    border-radius: 4px;              
    border: 1px solid #7367F0;      /* Primary color border */
    color: #7367F0;                  /* Primary color text */
    text-align: center;              
    font-size: 14px;                 
    font-weight: 500;                
    line-height: 14px;               
    text-decoration: none;           
    background-color: transparent;   /* Transparent initially */
    cursor: pointer;                 /* Pointer on hover */
    transition: all 0.3s ease;       /* Smooth hover transition */
}

/* Hover effect */
.btn-view-more:hover {
    background-color: #7367F0;       /* Primary color background */
    color: #fff;                     /* White text on hover */
    text-decoration: none;           
}


.footer-btn-left {
    display: flex;
    height: 48px;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: var(--Primary-Primary, #7367F0);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
    color: var(--Neutral-white, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    /* 100% */
}

.footer-btn-right {
    display: flex;
    height: 48px;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    border: 1px solid var(--Primary-Primary, #7367F0);
    color: var(--Primary-Primary, #7367F0);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
}

.footer-btn-left:hover,
a.footer-btn-left:hover {
    background: #5b52d0;
    color: var(--Neutral-white, #FFF);
    text-decoration: none;
}

.footer-btn-right:hover,
a.footer-btn-right:hover{
    background: var(--Primary-Primary, #7367F0);
    color: var(--Neutral-white, #FFF);
    text-decoration: none;
}

/* header-swiftic.blade.php - Create Your Event Button */
.custom-btn-3,
a.custom-btn-3 {
    /* background: linear-gradient(90deg, #7b2ff2 0%, #f357a8 100%); */
    color: var(--Neutral-white, #FFF);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 10px;
    box-shadow: 0 2px 8px rgba(123, 47, 242, 0.08);
    transition:
        background 0.4s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease,
        color 0.2s ease;
    cursor: pointer;
}

/* 🔥 Hover effect */
.custom-btn-3:hover,
a.custom-btn-3:hover {
    /* background: linear-gradient(90deg, #f357a8 0%, #7b2ff2 100%); */
    color: #fff;
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 6px 15px rgba(123, 47, 242, 0.3);
}

/* ✨ Optional: Add focus/active for accessibility */
.custom-btn-3:active,
a.custom-btn-3:active {
    transform: scale(0.97);
    box-shadow: 0 2px 6px rgba(123, 47, 242, 0.2);
}

/* header-swiftic.blade.php - User Profile Button */
.user-login ul li>a {
    display: block;
    line-height: 40px;
    border-radius: 100%;
    color: #ffffff;
    background-color: #000;
    padding: 0;
    transition: background 0.2s, color 0.2s;
}

.user-login ul li:hover>a {
    color: #ffffff;
    background-color: #ffbe30;
}

/* components/search-bar1.blade.php - Search Button */
.search-btn,
a.search-btn,
.custom-btn {
    display: flex;
    width: 100px;
    height: 32px;
    padding: 6px 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: var(--Secondary-Secondary, #FD9B28);

    /* 1 */
    border: none;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
    color: var(--Typography-Color-Secondary-text, #000);
    text-align: center;

    /* Web Font/small */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    /* 100% */
}

.filter-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    font-weight: 500;
    white-space: nowrap;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
}

.filter-btn:hover {
    background: #f3f4f6;
}


/* components/upcoming.blade.php - Upcoming Event Button */
.upcoming-btn,
a.upcoming-btn {
    background: #f357a8;
    color: #fff;
    font-weight: 600;
}

.upcoming-btn:hover,
a.upcoming-btn:hover {
    background: #7b2ff2;
}

/* All anchor tags - for consistent appearance */
a {
    color: #7367F0;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.expand-all {
    display: flex;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: 0;
    padding: 10px 16px;
    background: #fff;
    color: #7367F0;
    font-size: 12px;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.expand-all:hover {
    background: #e5e7eb;
}

.collapsible {
    background-color: #fff;
    color: #111827;
    cursor: pointer;
    padding: 15px 20px;
    width: 100%;
    border: none;
    outline: none;
    box-shadow: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.collapsible:after {
    /* content: '\25BC'; */
    /* arrow sign */
    font-weight: bold;
    float: right;
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.collapsible.active:after {
    transform: rotate(180deg);
    /* content: '\25B2'; minus sign */
}

.collapsible:hover {
    background-color: #e5e7eb;
    align-self: stretch;
}

.collapsible:focus {
    outline: none;
    box-shadow: none;
}

.counter {
    display: flex;
    height: auto;
    padding: 6px 10px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    color: black;
    border: 1px solid var(--Neutral-grey---2, #D7DDE2);
    background: var(--Neutral-white, #FFF);
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    list-style: none;
    padding: 20px 0;
}

.pagination li {
    display: inline-block;
}

.pagination li a,
.pagination li span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    /* neutral text */
    text-decoration: none;
    border: 1px solid #E5E7EB;
    background: var(--Neutral-grey---1, #F7F7F7);
    transition: all 0.2s ease;
}

.pagination li a:hover {
    background: #7b2ff2;
    /* gradient start color */
    color: #fff;
    border-color: #7b2ff2;
}

.pagination li.active span {
    background: var(--Secondary-Secondary-300, #FED19D) !important;
    color: #fff;
    border-color: transparent !important;
}

.pagination li.disabled span {
    opacity: 0.5;
    cursor: not-allowed;
}

/* 
.tab-btn {
    flex: 1;
    padding: 12px;
    border: none;
    background: #F7F7F7;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.tab-btn.active {
    background: #fff;
    color: #000;
    font-weight: 600;

} */

.default-footer-section .footer-item-title {
    color: #ffffff;
}

.background-event {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    padding: 60px 87px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    border-radius: 20px;
}

/* =========================
   Blade Css each file styles
   ========================= */

/* Example: home.blade.php - Inline style for hero section */
.home-hero {
    background-image: url('{{ asset(' swiftic-assets/images/Background-image-1.png') }}');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    /* min-height: 100vh; */
    /* full viewport height */
    display: flex;
    align-items: center;
    /* center content vertically */
    color: #fff;
    position: relative;
    z-index: 0;
    padding: 40px 20px;
    /* breathing room on small screens */
}

.home-hero .container {
    display: flex;
    flex-direction: row;
    align-self: stretch;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    width: 100%;
    max-width: 1400px;
    /* keeps text readable */
    margin: 0 auto;
}

.home-hero .container .hero-text {
    flex: 1;
    color: #fff;
    text-align: start;

}

.home-hero .container .hero-text h1 {
    color: #fff;
    text-align: left;
}

.home-hero .container .hero-text .subtitle {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #fff;
}

.home-hero .container .hero-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
    flex-wrap: wrap;
    justify-content: start;
    /* prevent overflow on small screens */
}


.home-hero .container .hero-image {
    flex: 1;
    display: flex;
    justify-content: center;
    margin-right: -35px;
    margin-bottom: -40px;
}

.home-hero .container .hero-image img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.organiser-section {
    width: 100%;
    gap: 50px;
    opacity: 1;
    padding-top: 60px;
    padding-bottom: 80px;

}

.organiser-section .container img {
    max-height: 100%;
    max-width: 1000px;
}

.home-features {
    width: 100%;
    gap: 120px;
    opacity: 1;
    padding-top: 60px;
    padding-right: 149px;
    padding-bottom: 60px;
    padding-left: 149px;
    background: #fff;
}

.home-features .container {
    max-width: 1100px;
    margin: 0 auto;
}

/* Heading */
.home-features .heading {
    text-align: center;
    margin-bottom: 50px;
}

.home-features .heading .highlight {
    background: var(--Gradient-Text-Gradient, linear-gradient(90deg, #594CFC 0%, #EA3A52 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    /* Web Font/h1 */
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 48px;
    letter-spacing: -0.576px;

}

/* Features Grid */
.home-features .feature-grid {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.home-features .feature-item {
    display: flex;
    align-items: center;
    gap: 30px;
}

.home-features .feature-item1 {
    display: flex;
    flex-direction: row-reverse;
}

.home-features .feature-text {
    flex: 1;
}

.home-features .feature-img {
    flex: 1;
}

.home-features .feature-img img {
    width: 100%;
    border-radius: 10px;
}

.demo {
    text-align: center;
    padding: 120px 149px 60px 149px;

}

.demo-box {
    margin-top: 20px;
    max-width: 800px;
    margin-inline: auto;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.home-event-section {
    width: 100%;
    height: auto;
    gap: 50px;
    opacity: 1;
    padding-top: 60px;
    padding-right: 87px;
    padding-bottom: 60px;
    padding-left: 87px;

}

.home-event-section .container {
    display: flex;
    padding: 60px 87px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.home-event-section .container .event {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    align-items: stretch;
    justify-items: center;
    padding: 10px;
}

.home-event-section .container .card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    border-radius: 15px;
}

.home-event-section .container .card .card-body {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    justify-content: space-between;
    gap: 10px;
}

.home-event-section .container .card .card-end {
    align-self: flex-end;

}

.create-event-section .background-event .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

/* end home.blade.php */



/* features.blade.php*/
.hero .container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.hero-text {
    text-align: center;
    max-width: 900px;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 16px;
    justify-content: center;
    width: 100%;
}

.features-section {
    max-width: 1200px;
    margin: 50px auto;
    padding: 20px;
}

.features-section .features-title {
    text-align: center;
    margin-bottom: 50px;
    color: #0f172a;
}

.features-section .features-category {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 60px;
}

.features-section .features-grid {
    flex: 3;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.features-section .features-grid .feature-card {
    border-radius: 18px;
    background: var(--Neutral-grey---1, #F7F7F7);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: 0.3s;
}

.features-section .features-grid .feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

.features-section .features-grid .feature-card h4 {
    align-self: stretch;
    color: var(--Typography-Color-Primary-text, #0F172A);

    /* Web Font/Table head */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
}

.how-it-works {
    background: #f7f7f9;
    padding: 60px 20px;
    font-family: Inter, sans-serif;
}

.how-it-works .container {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    gap: 40px;
}

.how-it-works .left {
    flex: 1;
}

.how-it-works .right {
    flex: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    border-radius: 18px;
}

.how-it-works .right .step {
    display: flex;
    max-width: 686px;
    padding: 12px 16px 30px 16px;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    border-bottom: 1px solid var(--Neutral-grey---2, #D7DDE2);
    background: var(--Neutral-white, #FFF);
}

.how-it-works .right .step:last-child {
    border-bottom: none;
}

.how-it-works .right .step .step-content {
    display: flex;
    padding-top: 18px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    flex: 1 0 0;
}

.how-it-works .right .step .step-content .tag {
    display: flex;
    padding: 2px 14px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 2px;
    background: var(--Primary-Primary-100, #C7C2F9);
    color: var(--Primary-Primary, #7367F0);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;

}

.how-it-works .right .step .step-content h3 {
    flex: 1 0 0;
    color: var(--Typography-Color-Primary-text, #0F172A);

    /* Web Font/Table head */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
}

.how-it-works .right .step .step-content subtle {
    align-self: stretch;
    color: var(--Typography-Color-Secondary-text, #000)
}

/* end features.blade.php */



/* pricing.blade.php */
.pricing-section .container h2 {
    margin-bottom: 50px;
}

.pricing-section .card {
    display: flex;
    padding: 30px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    flex: 1 0 0;
    position: relative;
    overflow: visible;
}

.pricing-section .card .card-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background-color: #fff;
}

.pricing-section .card .plan-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
}

.pricing-section .card .features {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    background: #fff;
}

.pricing-section .card .features li {
    color: var(--Neutral-grey---4, #333);

    /* Web Font/subtle */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    list-style-type: none;
}

.compare-section {
    display: flex;
    padding: 20px 87px;
    justify-content: center;
    align-items: center;
    gap: 30px;
    align-self: stretch;
    background: var(--Neutral-grey---1, #F7F7F7);
}

.compare-section .help-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.compare-section a.card-btn {
    display: flex;
    width: 250px;
    height: 48px;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    border: 1px solid var(--Primary-Primary, #7367F0);
    color: var(--Primary-Primary, #7367F0);
    text-align: center;
}

.faq {
    background: var(--Neutral-white, #FFF);
    padding: 60px 20px;
}

.faq .container {
    display: flex;
    align-items: flex-start;
    /* optional */
    height: auto;
    /* let content grow */
    overflow: visible;
}

.faq .left {
    flex: 1;
}

.faq .right {
    flex: 2;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.faq .right .step {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.faq .right .step:last-child {
    border-bottom: none;
}

.faq .right .step .faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    /* border-radius: 0 0 8px 8px; */
    /* box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); */
    /* margin-top: 5px; */

    /* keep small side padding */
    color: #374151;
    line-height: 1.6;
}

.faq-content ui

.collapsible {
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 0;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: color 0.3s ease;
}

/* Icon styling */
.collapsible .icon {
    transition: transform 0.3s ease;
    font-size: 16px;
    color: #333;
}

/* Rotate icon when active */
.collapsible.active .icon {
    transform: rotate(180deg);
}

/* Panel */
.collapsible-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0;
}

/* Active panel */
.collapsible.active+.collapsible-content {
    max-height: 300px;
    /* adjust as needed */
    padding: 10px 0;
}

/* end pricing.blade.php */


/* package-comparison.blade.php */
.pricing-comparison .comparison-container {
    display: flex;
    padding: 60px 87px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

.comparison-card {
    width: 100%;
    overflow: visible;
    overflow-x: auto;      
    overflow-y: visible;
    background: #fff;
    border-radius: 18px;
    border: 1px solid #D7DDE2;
    padding: 20px;
    margin-bottom: 30px;
}

.pricing-comparison .comparison-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 18px;
    /* border: 1px solid var(--Neutral-grey---2, #D7DDE2); */
    /* overflow: hidden; */
    margin-bottom: 30px;
}

.comparison-scroll {
    overflow: visible;
}

.comparison-table th,
.comparison-table td {
    padding: 14px 18px;
    text-align: center;
    border-bottom: 1px solid var(--Neutral-grey---2, #D7DDE2);
    background: var(--Neutral-white, #FFF);

}

.comparison-table th:first-child,
.comparison-table td:first-child {
    text-align: left;
    font-weight: bold;
    width: 350px;    
    min-width: 350px;
    max-width: 350px;
}

.check {
    color: #2ecc71;
    font-size: 18px;
}

.cross {
    color: #ccc;
    font-size: 18px;
}

.new-column {
    position: relative;
    /* overflow: visible; */
}

.custom-tooltip i {
    font-size: 16px;
    color: #888;
    cursor: pointer;
}

.custom-tooltiptext {
    position: absolute;
    /* bottom: 100%;
    left: 50%;
    transform: translateX(-50%); */

    top: 50%;
    left: 100%;                    
    transform: translateY(-50%);
    margin-bottom: 6px;

    /* tooltip width control */
    max-width: 180px;        /* ↓ smaller width so text wraps sooner */
    width: max-content;

    /* smaller visuals */
    font-size: 11px;         /* ↓ smaller text */
    line-height: 1.25;       /* tighter lines */
    padding: 4px 6px;        /* ↓ smaller padding */

    visibility: hidden;
    opacity: 0;
    transition: 0.25s ease;

    background: #888;
    color: #fff;
    border-radius: 6px;
    z-index: 9999999;

    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
}

.custom-tooltip:hover .custom-tooltiptext {
    visibility: visible;
    opacity: 1;
}

/* end package-comparison.blade.php */


/*solution.blade.php*/
.solution-section {
    padding: 60px 0;
}

.solution-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: 700;
    color: #333;
}

.solution-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    /* align-self: stretch; */
    padding: 60px 128px;
    background: var(--Neutral-white, #FFF);
    gap: 30px;
}

/* Card styling */
.solution-section .card {
    display: flex;
    padding: 12px 16px 30px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    border-bottom: 1px solid var(--Neutral-grey---2, #D7DDE2);
    /* background: var(--Neutral-grey---1, #F7F7F7); */
    background: rgba(255, 255, 255, 1);
    text-align: start;
}

.solution-section .card .card-body {
    padding: 0px 24px;
    width: 100%;
}

.solution-section .card .card-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    padding-top: 18px;
}

.solution-section .card .card-title subtle {
    color: #000;
}

.solution-section .card .card-body ul {
    list-style-type: square;
    padding-left: 20px;
    margin-top: 12px;

}

.solution-section .card .card-body ul li {
    text-align: start;
    color: #000;
}

/*end solution.blade.php*/



/* community-blog.blade.php */
.blog-section {
    display: flex;
    padding: 60px 87px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    align-self: stretch;

}

.blog-section .tab-content {
    text-transform: none;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.blog-section .container .tab-content .blog .blog-card {
    opacity: 1;
    border-radius: 18px;
    border: 1px solid #D7DDE2;
    box-shadow: 0px 1px 2px 0px #5908AA33;
    background: #fff;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 10px;
}

.blog-section .container .tab-content .blog .blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

.card-img-top {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
}

.blog-card-body {
    display: flex;
    padding: 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

/* --- Title --- */
.blog-card-title {
    text-align: left;
    align-self: stretch;
    color: var(--Typography-Color-Secondary-text, #000);

    /* Web Font/Table head */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
}

/* --- Button --- */
button:focus {
    outline: none;
}

input:focus {
    outline: none;
}

select:focus {
    outline: none;
}

.card-btn {
    padding: 6px 4px !important;
}

.col-lg-4,
.col-md-4,
.col-sm-12 {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 40px;
    box-sizing: border-box;
}


/* --- Footer --- */
.blog-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 12px;
    background: #fff;
}

.blog-card-footer small {
    color: var(--Typography-Color-Subtle-text, #64748B);
}

/*end community-blog.blade.php*/


/* partners.blade.php */
.partner-hero .container {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    height: 100%;
    gap: 10px;
    /* full hero height */
    align-items: center;
    padding: 60px 87px;

}

.partner-hero .hero-text {
    display: flex;
    max-width: 600px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    text-align: left;
    color: #fff;
}

.partner {

    gap: 50px;
    opacity: 1;
    padding-top: 60px;
    padding-right: 87px;
    padding-bottom: 60px;
    padding-left: 87px;
    background: #F7F7F7;

}

.partner .container {
    max-width: 1266;
    gap: 50px;

}

.partner .container .title h2 {
    text-align: center;
}

.partner .container .subtitle p {
    text-align: center;
}

.partner .container .content {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 50px;
}

.partner .container .content .card {
    /* border: solid 1px #000000; */
    display: flex;
    flex-direction: row;
    flex-basis: 350px;
    gap: 10px;
    justify-content: center;
    align-items: center;
    background: white;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding-left: 65px;
    font-size: 14px;
}

.partner .container .content .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.partner .container .content .card::before {
    content: "";    
    position: absolute;
    left: 5%;
    top: 20px;
    width: 40px;
    height: 40px;
    /* background-color: #3b82f6; */
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cmask%20id%3D%22mask0_34375_14602%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2216%22%20height%3D%2216%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23D9D9D9%22/%3E%3C/mask%3E%3Cg%20mask%3D%22url(%23mask0_34375_14602)%22%3E%3Cpath%20d%3D%22M8.00065%2014.6668C7.07843%2014.6668%206.21176%2014.4918%205.40065%2014.1418C4.58954%2013.7918%203.88398%2013.3168%203.28398%2012.7168C2.68398%2012.1168%202.20898%2011.4113%201.85898%2010.6002C1.50898%209.78905%201.33398%208.92239%201.33398%208.00016C1.33398%207.07794%201.50898%206.21127%201.85898%205.40016C2.20898%204.58905%202.68398%203.8835%203.28398%203.2835C3.88398%202.6835%204.58954%202.2085%205.40065%201.8585C6.21176%201.5085%207.07843%201.3335%208.00065%201.3335C8.72287%201.3335%209.40621%201.43905%2010.0507%201.65016C10.6951%201.86127%2011.2895%202.15572%2011.834%202.5335L10.8673%203.51683C10.4451%203.25016%209.9951%203.04183%209.51732%202.89183C9.03954%202.74183%208.53398%202.66683%208.00065%202.66683C6.52287%202.66683%205.26454%203.18627%204.22565%204.22516C3.18676%205.26405%202.66732%206.52239%202.66732%208.00016C2.66732%209.47794%203.18676%2010.7363%204.22565%2011.7752C5.26454%2012.8141%206.52287%2013.3335%208.00065%2013.3335C9.47843%2013.3335%2010.7368%2012.8141%2011.7757%2011.7752C12.8145%2010.7363%2013.334%209.47794%2013.334%208.00016C13.334%207.80016%2013.3229%207.60016%2013.3007%207.40016C13.2784%207.20016%2013.2451%207.00572%2013.2007%206.81683L14.284%205.7335C14.4062%206.08905%2014.5007%206.45572%2014.5673%206.8335C14.634%207.21127%2014.6673%207.60016%2014.6673%208.00016C14.6673%208.92239%2014.4923%209.78905%2014.1423%2010.6002C13.7923%2011.4113%2013.3173%2012.1168%2012.7173%2012.7168C12.1173%2013.3168%2011.4118%2013.7918%2010.6007%2014.1418C9.78954%2014.4918%208.92287%2014.6668%208.00065%2014.6668ZM7.06732%2011.0668L4.23398%208.2335L5.16732%207.30016L7.06732%209.20016L13.734%202.51683L14.6673%203.45016L7.06732%2011.0668Z%22%20fill%3D%22url(%23paint0_linear_34375_14602)%22/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_34375_14602%22%20x1%3D%221.33398%22%20y1%3D%228.00016%22%20x2%3D%2214.6673%22%20y2%3D%228.00016%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23E92BC3%22/%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23FF7614%22/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
    border-radius: 50%;
}

/* .partner .container .content .card::after {
    content: "✓";
    position: absolute;
    left: 30px;
    top: 27px;
    color: white;
    font-size: 12px;
    font-weight: bold;
} */

/* .partner .container .content .card:nth-child(1)::before {
    background-color: #3b82f6;
}

.partner .container .content .card:nth-child(2)::before {
    background-color: #6366f1;
}

.partner .container .content .card:nth-child(3)::before {
    background-color: #8b5cf6;
}

.partner .container .content .card:nth-child(4)::before {
    background-color: #ec4899;
}

.partner .container .content .card:nth-child(5)::before {
    background-color: #f59e0b;
} */

.who-we-work-with {

    gap: 50px;
    opacity: 1;
    padding-top: 60px;
    padding-right: 87px;
    padding-bottom: 60px;
    padding-left: 87px;
    background: #fff;

}

.who-we-work-with .container {
    max-width: 1266;
    gap: 50px;

}

.who-we-work-with .container .title h1 {
    text-align: center;
    font-weight: bold;
    font-size: 36px;
}

.who-we-work-with .container .subtitle p {
    text-align: center;
    font-weight: semibold;
    font-size: 16px;
    color: #000000;
}

.who-we-work-with .container .content {
    display: flex;
    /* gap: 30px; */
    /* grid-template-columns: auto auto auto; */
    /* grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); */
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 50px;
}

.who-we-work-with .container .content .card {
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding-left: 10px;
    border: solid 1px #D7DDE2;
    border-radius: 18px;
    padding: 25px;
    justify-content: center;
    align-items: center;

    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-size: 12px;
    color: #000000;

}

.who-we-work-with .container .content .card .icon {
    padding-top: 0;

}

.who-we-work-with .container .content .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.commitment {
    background: #F7F7F7;
    gap: 50px;
    opacity: 1;
    padding-top: 60px;
    padding-right: 87px;
    padding-bottom: 60px;
    padding-left: 87px;

}

.commitment .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.commitment .container .left {
    justify-content: flex-start;
    flex: 1;
}

.commitment-list {
    list-style: none;
    padding-left: 0;
}

.commitment-list li {
    margin: 8px 0;
    padding-left: 48px;
    position: relative;
    list-style: none;
}

.commitment-list li::before {
    content: "";    
    position: absolute;
    left: 0;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    width: 40px;
    height: 40px;
    /* background-color: #3b82f6; */
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cmask%20id%3D%22mask0_34375_14602%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2216%22%20height%3D%2216%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23D9D9D9%22/%3E%3C/mask%3E%3Cg%20mask%3D%22url(%23mask0_34375_14602)%22%3E%3Cpath%20d%3D%22M8.00065%2014.6668C7.07843%2014.6668%206.21176%2014.4918%205.40065%2014.1418C4.58954%2013.7918%203.88398%2013.3168%203.28398%2012.7168C2.68398%2012.1168%202.20898%2011.4113%201.85898%2010.6002C1.50898%209.78905%201.33398%208.92239%201.33398%208.00016C1.33398%207.07794%201.50898%206.21127%201.85898%205.40016C2.20898%204.58905%202.68398%203.8835%203.28398%203.2835C3.88398%202.6835%204.58954%202.2085%205.40065%201.8585C6.21176%201.5085%207.07843%201.3335%208.00065%201.3335C8.72287%201.3335%209.40621%201.43905%2010.0507%201.65016C10.6951%201.86127%2011.2895%202.15572%2011.834%202.5335L10.8673%203.51683C10.4451%203.25016%209.9951%203.04183%209.51732%202.89183C9.03954%202.74183%208.53398%202.66683%208.00065%202.66683C6.52287%202.66683%205.26454%203.18627%204.22565%204.22516C3.18676%205.26405%202.66732%206.52239%202.66732%208.00016C2.66732%209.47794%203.18676%2010.7363%204.22565%2011.7752C5.26454%2012.8141%206.52287%2013.3335%208.00065%2013.3335C9.47843%2013.3335%2010.7368%2012.8141%2011.7757%2011.7752C12.8145%2010.7363%2013.334%209.47794%2013.334%208.00016C13.334%207.80016%2013.3229%207.60016%2013.3007%207.40016C13.2784%207.20016%2013.2451%207.00572%2013.2007%206.81683L14.284%205.7335C14.4062%206.08905%2014.5007%206.45572%2014.5673%206.8335C14.634%207.21127%2014.6673%207.60016%2014.6673%208.00016C14.6673%208.92239%2014.4923%209.78905%2014.1423%2010.6002C13.7923%2011.4113%2013.3173%2012.1168%2012.7173%2012.7168C12.1173%2013.3168%2011.4118%2013.7918%2010.6007%2014.1418C9.78954%2014.4918%208.92287%2014.6668%208.00065%2014.6668ZM7.06732%2011.0668L4.23398%208.2335L5.16732%207.30016L7.06732%209.20016L13.734%202.51683L14.6673%203.45016L7.06732%2011.0668Z%22%20fill%3D%22url(%23paint0_linear_34375_14602)%22/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_34375_14602%22%20x1%3D%221.33398%22%20y1%3D%228.00016%22%20x2%3D%2214.6673%22%20y2%3D%228.00016%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23E92BC3%22/%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23FF7614%22/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
    border-radius: 50%;
}

.commitment .container .right {
    border: solid 1px #D7DDE2;
    border-radius: 18px;
    box-shadow: 0px 1px 10px 2px #5908AA33;
    background: #FFFFFF;
    gap: 20px;
    padding: 25px;
    flex: 2;

}

.commitment .container .right .form label {
    display: block;
    font-weight: 500;
    margin-bottom: 8px;
    color: #000000ff;
}

.commitment .container .right .form label::after {
    content: " *";
    color: #ef4444;
    display: none;
}

.commitment .container .right .form label.required::after {
    display: inline;

}

.commitment .container .right .form input,
select,
textarea {
    width: 100%;
    padding: 14px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.commitment .container .right .form input:focus,
select:focus,
textarea:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.commitment .container .right .form input::placeholder,
textarea::placeholder {
    color: #94a3b8;
}

.commitment .container .right .form textarea {
    min-height: 120px;
    resize: vertical;
}

/*end partners.blade.php*/


/*search1.blade.php*/


/* end for search1.blade.php */


/* event-information1.blade.php */

.booking-section {
    display: flex; 
    padding: 60px 87px; 
    flex-direction: column; 
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
}

.booking-section .page-title {
    display: flex;
    align-items: center;
    gap: 20px;
    align-self: stretch;
}

.booking-section .page-title .event-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
}

/* .booking-section .page-title .breadcrumbs a {
    color: var(--Primary-Primary, #7367F0);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
} */

.booking-section .event .event-title .event-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.booking-section .event .event-title .event-info .event-name {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    text-align: center;
    color: black;

}

.booking-section .event .event-title .event-info .event-time {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    text-align: center;
    color: black;
    font-size: 14px;
}

.booking-section .event .event-title .event-info .event-venue {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    text-align: center;
    color: black;
    font-size: 14px;
}

.booking-section .event-details-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 30px;
    align-self: stretch;
}

.booking-section .event-details-container .ticket-card {
    display: flex;
    flex: 2;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    align-self: stretch;
}

.booking-section .event-details-container .ticket-card .ticket-left-card {
    display: flex;
    align-self: stretch;
    padding: 25px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-radius: 18px;
    border: 1px solid var(--Neutral-grey---2, #D7DDE2);
    background: var(--Neutral-white, #FFF);
}

/* Accordion button */
.booking-section .event-details-container .ticket-card .ticket-info .collapsible {
    background: none;
    border-radius: 7px;
    border: 1px solid var(--Neutral-grey---2, #D7DDE2);
    outline: none;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    height: 47px;
    /* padding: 4px 5px 4px 12px; */
    padding: 4px 12px;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: color 0.3s ease;
}

/* Icon styling */
.booking-section .event-details-container .ticket-card .ticket-info .collapsible .icon {
    transition: transform 0.3s ease;
    font-size: 16px;
    color: #333;
}

/* Rotate icon when active */
.booking-section .event-details-container .ticket-card .ticket-info .collapsible.active .icon {
    transform: rotate(180deg);
}

/* Panel */
.booking-section .event-details-container .ticket-card .ticket-info .collapsible-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0;
}

/* Active panel */
.booking-section .event-details-container .ticket-card .ticket-info .collapsible.active+.collapsible-content {
    max-height: 300px;
    /* adjust as needed */
    padding: 10px 0;
}

.booking-section .event-details-container .ticket-card .ticket-info .panel {
    display: none;
    align-self: stretch;
}

.booking-section .event-details-container .right-section {
    display: flex;
    /* padding: 25px; */
    flex: 3;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    border-radius: 8px;
    /* border: 1px solid var(--Neutral-grey---2, #D7DDE2); */
    background: var(--Neutral-white, #FFF);
    overflow: hidden;
}

/* end event-information1.blade.php */


/* concert-ticket-purchase1.blade.php */
.eventTypeTabs {
    display: flex;
    justify-content:space-evenly; 
    gap: 10px; 
    padding: 4px; 
    margin-bottom: 15px; 
    border: 1px solid #F7F7F7; 
    background: var(--Neutral-grey---3, #F5F5F5); 
    border-radius: 6px; 
    font-weight: 500;
}

.ticket-selection {
    background: white;
    /* padding: 30px; */
    border-radius: 12px;
    /* max-width: 1200px; */
    /* margin: auto; */
    display: flex;
    /* align-items: flex-start; */
    gap: 20px;
    align-self: stretch;
}

.ticket-selection input {
    display: flex;
    height: 32px;
    padding: 6px 5px 6px 12px;
    align-items: center;
    gap: 4px;
    flex: 1 0 0;
    border-radius: 5px;
    border: 1px solid var(--Neutral-grey---2, #D7DDE2);
    background: var(--Neutral-white, #FFF);

}

.ticket-selection .tab-content {
    display: none;
}

.ticket-selection .tab-content.active {
    display: block;
}

.ticket-selection .ticket-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.ticket-selection .tag {
    display: flex;
    padding: 3px 11px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    border: 1px solid var(--Neutral-grey---2, #D7DDE2);
    background: var(--Neutral-grey---1, #F7F7F7);
}

.ticket-selection .ticket-selection-right-section {
    display: flex;
    padding: 25px;
    flex-direction: column;
    /* align-items: flex-end; */
    align-items: flex-start;
    gap: 20px;
    border-radius: 18px;
    border: 1px solid var(--Neutral-grey---2, #D7DDE2);
    background: var(--Neutral-white, #FFF);
    flex: 1;

    /* Drop100 */
    box-shadow: 0 1px 10px 2px rgba(89, 8, 170, 0.20);
}

.ticket-selection-right-section .checkout-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.ticket-selection-right-section .checkout-right-detail {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.ticket-selection-right-section .checkout-right-detail .total-ticket {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.ticket-selection-right-section .checkout-right-detail .processing {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.ticket-selection-right-section .checkout-right-detail .processing-fee {
    font-size: 14px;
    /* margin-bottom: 10px; */
    display: flex;
    justify-content: space-between;
    align-self: stretch;
    gap: 10px;
}

.ticket-selection-right-section .checkout-right-detail .total-price {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-self: stretch;
    gap: 10px;
}

/* end concert-ticket-purchase1.blade.php */


/*concert-order-multiple1.blade.php*/
.banner {
    display: flex;
    padding: 60px 87px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
}

.banner .header {
    display: flex;
    align-items: center;
    gap: 20px;
    align-self: stretch;
}

.banner .header .header-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
}

.banner h2 {
    color: var(--Typography-Color-Primary-text, #0F172A);

    /* Web Font/h2 */
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    /* 116.667% */
    letter-spacing: -0.36px;
}

.banner p {
    color: var(--Typography-Color-Secondary-text, #000);

    /* Web Font/p */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
}

.banner span {
    color: var(--Primary-Primary, #7367F0);

    /* Web Font/p */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.banner .check-out-container {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    align-self: stretch;
}

.banner .left-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex: 2;
}

.banner .left-container .event-info {
    display: flex;
    width: auto;
    padding: 25px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--Neutral-grey---2, #D7DDE2);
    background: var(--Neutral-grey---1, #F7F7F7);
}

.banner .left-container .event-info h4 {
    align-self: stretch;
    color: var(--Typography-Color-Secondary-text, #000);

    /* Web Font/h4 */
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    /* 133.333% */

}

.banner small {
    color: var(--Typography-Color-Secondary-text, #000);

    /* Web Font/small */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    /* 100% */
}

.banner .left-container .event-info .event-info-detail {
    display: flex;
    width: auto;
    align-items: flex-start;
    align-self: stretch;
    gap: 8px;
    margin-top: 10px;
}

.banner .purchaser-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 25px;
    align-items: flex-start;
    gap: 26px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--Neutral-grey---2, #D7DDE2);
    background: var(--Neutral-white, #FFF);
}

.banner .purchaser-info-header {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.banner h5 {
    color: black;
    font-size: 20px;
    font-family: Inter;
    font-weight: 600;
    line-height: 28px;
    word-wrap: break-word
}

.banner .purchaser-info-field {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 100%;
}

.banner .purchaser-info-field > div {
    flex: 1;
    width: 100%;
}

.banner .purchaser-info-field .contact-field {
    display: flex;
    flex-direction: column;
}

.banner .purchaser-info-field input {
    display: flex;
    padding: 6px 5px 6px 12px;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    border-radius: 5px;
    border: 1px solid var(--Neutral-grey---2, #D7DDE2);
    flex: 1;
    width: 100%;
}

.banner .participant-details {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 25px;
    align-items: flex-start;
    gap: 26px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--Neutral-grey---2, #D7DDE2);
    background: var(--Neutral-white, #FFF);
}

.banner .participant-details-header {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.banner .participant-details-header h5 {
    color: var(--Typography-Color-Secondary-text, #000);

    /* Web Font/h5 */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 140% */
    letter-spacing: -0.1px;
}

.banner .participant-details-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.banner .participant-details-body .card-body {
    display: flex;
    padding: 25px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--Neutral-grey---2, #D7DDE2);
    background: var(--Neutral-grey---1, #F7F7F7);

}

.banner .participant-details-body .card-body .ticket-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* align-items: center; */
    align-self: stretch;
}

.banner .participant-details-body .card-body .ticket-info .use-purchaser {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.banner .participant-details-body p {
    color: var(--Typography-Color-Secondary-text, #000);

    /* Web Font/p */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.banner .ticket-field {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex: 1;
    width: 100%;
}

.banner .ticket-field input {
    display: flex;
    padding: 6px 5px 6px 12px;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    border-radius: 5px;
    border: 1px solid var(--Neutral-grey---2, #D7DDE2);
    width: 100%;
}

.banner .ticket-field label {
    color: var(--Typography-Color-Secondary-text, #000);
    text-align: center;

    /* Web Font/small */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    /* 100% */
}

.banner .ticket-field .contact-field {
    display: flex;
    flex-direction: column;
}

.banner .ticket-field .contact-field label {
    text-align: start;
}

.banner .promo-code {
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--Neutral-grey---2, #D7DDE2);
    background: var(--Neutral-white, #FFF);
}

.banner .promo-code .container {
    display: flex;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

.banner .promo-code input {
    display: flex;
    padding: 6px 5px 6px 12px;
    align-items: center;
    gap: 4px;
    flex: 1 0 0;
    border-radius: 5px;
    border: 1px solid var(--Neutral-grey---2, #D7DDE2);
    background: var(--Neutral-white, #FFF);
}

.banner .promo-code button {
    display: flex;
    width: 100px;
    height: 32px;
    padding: 6px 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: var(--Secondary-Secondary, #FD9B28);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
    border: none;
}

.banner .right-container {
    display: flex;
    padding: 25px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    border-radius: 18px;
    border: 1px solid var(--Neutral-grey---2, #D7DDE2);
    background: var(--Neutral-white, #FFF);
    box-shadow: 0 1px 10px 2px rgba(89, 8, 170, 0.20);
    flex: 1;
}

.banner .right-container .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

/* end concert-order-multiple1.blade.php */


/* login-attendee.blade.php */
.login-container {
    display: flex;
    flex-wrap: wrap;
    height: 100vh;
    flex-direction: row;
    /* adjust to your footer height */
}


/* Left gradient section */
.login-left {
    flex: 1;
    background: linear-gradient(135deg, #f54ea2, #ff7676, #845ec2);
    display: flex;
    /* move content to bottom */
    align-items: flex-start;
    /* move content to right */
    overflow: hidden;
    border-radius: 0 30px 30px 0;
    position: relative;
    /* for positioning child elements later if needed */
    padding: 20px;
}

.login-left .logo {
    max-width: 200px;
}

.login-left .logo img {
    max-width: 200px;
}

.navbar .menu .attendee {
    color: var(--Typography-Color-Subtle-text, #64748B);
}

.picture {
    position: absolute;
    bottom: 0;

}

/* Right form section */
.login-right {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
}

.login-box {
    width: 100%;
    max-width: 400px;
}

.login-box h2 {
    font-weight: 700;
    margin-bottom: 10px;
}

.login-box p {
    color: #6b7280;
    margin-bottom: 25px;
}

.role-switch {
    display: flex;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 15px;
}

.role-switch button {
    flex: 1;
    padding: 10px;
    border: none;
    background: #f3f4f6;
    font-weight: 500;
    cursor: pointer;
}

.role-switch button.active {
    background: #e5e7eb;
}

.form-control {
    width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 10px 14px;
    margin-bottom: 15px;
    font-size: 14px;
}

.form-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.form-footer a {
    font-size: 14px;
    color: #6366f1;
    text-decoration: none;
}

.btn-submit {

    width: 100%;
    background: linear-gradient(to right, #6366f1, #a855f7);
    cursor: pointer;

}

.bottom-text {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}

.bottom-text a {
    color: #6366f1;
    text-decoration: none;
    font-weight: 500;
}

.divider {
    text-align: center;
    margin: 30px 0;
    font-size: 14px;
    color: #070707ff;
    position: relative;
}

.divider::before,
.divider::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 30%;
    height: 1px;
    background: #bdbbbbff;
}

.divider::before {
    left: 0;
}

.divider::after {
    right: 0;
}

/* Social Buttons */
.social-login {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 10px;

}

.social-btn {
    display: flex;
    height: 40px;
    padding: 12px 14px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    flex: 1 0 0;
    border-radius: 4px;
    border: 1px solid var(--Neutral-black, #000);
    color: #000;
}

.social-btn.apple {
    background-color: #fff;
}

/* Register */
.register {
    font-size: 13px;
    text-align: center;
    color: #9ca3af;
}

.register a {
    color: #6366f1;
    text-decoration: none;
    font-weight: 500;
}

/* end login-attendee.blade.php */


/* login-swiftic.blade.php */
.login-container {
    display: flex;
    flex-direction: row;
    gap: 10px;
    height: 100vh;
    /* adjust to your footer height */
}


/* Left gradient section */
.login-left {
    flex: 1;
    background: linear-gradient(135deg, #f54ea2, #ff7676, #845ec2);
    display: flex;
    /* move content to bottom */
    align-items: flex-start;
    /* move content to right */
    overflow: hidden;
    border-radius: 0 30px 30px 0;
    position: relative;
    /* for positioning child elements later if needed */
    padding: 20px;

}

.login-left .logo {
    max-width: 200px;
}

.login-left .logo img {
    max-width: 200px;
}

/* Right form section */
.login-right {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
}

.login-box {
    width: 100%;
    max-width: 400px;
}

.login-box h2 {
    font-weight: 700;
    margin-bottom: 10px;
}

.login-box p {
    color: #6b7280;
    margin-bottom: 25px;
}

.role-switch {
    display: flex;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 15px;
}

.role-switch button {
    flex: 1;
    padding: 10px;
    border: none;
    background: #f3f4f6;
    font-weight: 500;
    cursor: pointer;
}

.role-switch button.active {
    background: #e5e7eb;
}

.form-control {
    width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 10px 14px;
    margin-bottom: 15px;
    font-size: 14px;
}

.form-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.form-footer a {
    font-size: 14px;
    color: #6366f1;
    text-decoration: none;
}

.btn-submit {
    width: 100%;
    background: linear-gradient(to right, #6366f1, #a855f7);
    border: none;
    border-radius: 6px;
    padding: 12px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.bottom-text {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}

.bottom-text a {
    color: #6366f1;
    text-decoration: none;
    font-weight: 500;
}

/* end login-swiftic.blade.php */



/* ticket.blade.php - Ticket styles */
.absolute-eventmake-section .eventmaking-wrapper {
    position: initial;
    -webkit-transform: none;
    margin-bottom: 10%;
    border-radius: 4px 4px 54px 4px;
    box-shadow: none;
}

.absolute-eventmake-section .eventmaking-wrapper .tab-content {
    position: initial;
    -webkit-transform: none;
    margin-bottom: 10%;
    border-radius: 4px 4px 54px 4px;
    box-shadow: none;
}

.absolute-eventmake-section .header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 14px;
    color: #555;
    align-items: center;
}

.absolute-eventmake-section .left .role-switch{
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
}

.absolute-eventmake-section .left .role-switch button{
    background: #F7F7F7;
}

.absolute-eventmake-section .left .role-switch button.active{
    background: #FFFFFF;
}

.absolute-eventmake-section .right {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.absolute-eventmake-section .right .search-input-container {
    display: flex;
    flex-direction: row;
    border-radius: 8px;
    border: 1px solid var(--Neutral-grey---2, #D7DDE2);
    background: var(--Neutral-white, #FFF);
    /* position: relative; */
    width: 100%;
}

.absolute-eventmake-section .event-ticket {
    width: 100%;
    margin-left: 0.1px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border-radius: 18px;
    padding: 20px 20px;
    margin-bottom: 25px;
}

.absolute-eventmake-section .event-column {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    align-self: stretch;
    margin-bottom: 20px;
}

.absolute-eventmake-section .event-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex: 1 0 0;

}

.absolute-eventmake-section .direction,
.absolute-eventmake-section .details {
    text-align: center;
    display: flex;
    flex-direction: row;
    gap: 10px;
    /* margin-bottom: 50px; */
    /* margin-top: 30px; */
}

.absolute-eventmake-section .status {
    display: flex;
    padding: 3px 11px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 30px;
}

.absolute-eventmake-section .status.paid {
    background: var(--Typography-Color-success, #1D8C1D);
}

.absolute-eventmake-section .status.pending {
    background: var(--Neutral-grey---1, #F7F7F7);
}

.absolute-eventmake-section .status.cancel {
    background: var(--Typography-Color-error, #C21D1A);
}

.absolute-eventmake-section .custom-link {
    color: black;
    text-decoration: underline;
    font-size: 12px;
}

.order-btn {
    padding-top: 8px;
    padding-right: 30px;
    padding-bottom: 8px;
    padding-left: 30px;
    gap: 10px;
    gap: 10px;
    opacity: 1;
    border-radius: 4px;
    box-shadow: 0px 1px 4px 0px #0000001F;
    background: #7367F0 !important;
    color: #fff;
}

.absolute-eventmake-section .event-head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    text-align: center;
    margin-bottom: 20px;
}

.absolute-eventmake-section .event-title {
    display: flex;
    /* flex-direction: row; */
    flex-direction: column;
    /* gap: 5px; */
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    justify-items: center;
}

.absolute-eventmake-section .event-title h5 {
    width: 100%;
    text-align: left;
    margin-bottom: 0px;
}

.event-head .event-title .tag{
    display: flex;
    padding: 3px 11px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    border: 1px solid var(--Neutral-grey---2, #D7DDE2);
    background: var(--Neutral-grey---1, #F7F7F7);
}

.absolute-eventmake-section .participant-event-head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    text-align: center;
    margin-bottom: 20px;
}

.absolute-eventmake-section .participant-event-head .participant-event-title{
    display: flex;
    flex-direction: row;
    gap: 10px;
    height: 100%;
    align-items: center;
    text-align: center;
    flex: 1;
}

.absolute-eventmake-section .participant-event-title h5 {
    text-align: left;
    margin-bottom: 0px;
}

.participant-event-head .participant-event-title .tag{
    display: flex;
    padding: 3px 11px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    border: 1px solid var(--Neutral-grey---2, #D7DDE2);
    background: var(--Neutral-grey---1, #F7F7F7);
}

.separator {
    border-top: 1px solid #D7DDE2;
    margin-top: 20px;
    margin-bottom: 20px;
}

.absolute-eventmake-section .event-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.absolute-eventmake-section .event-ticket {
    transition: all 0.3s ease;
}

.absolute-eventmake-section .qr-modal {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    inset: 0;
    z-index: 9999;
    padding: 20px;
}

/* === Modal Box === */
.absolute-eventmake-section .qr-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    padding: 20px;
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
}

/* === Close Button === */
.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}

/* === Header === */
.absolute-eventmake-section .qr-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.absolute-eventmake-section .qr-img-box {
    display: flex;
    justify-content: center;
    padding: 12px;
    border: 1px solid #D7DDE2;
    background: #F7F7F7;
    border-radius: 18px;
    width: 204px;
    height: 204px;
}

.absolute-eventmake-section .qr-img-box img {
    width: 100%;
    height: 100%;
}

/* === Details Section === */
.absolute-eventmake-section .qr-details {
    background: #F7F7F7;
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
}

.absolute-eventmake-section .detail-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.absolute-eventmake-section .detail-item {
    display: flex;
    align-items: start;
    gap: 10px;
    flex: 1 1 45%;
}

.absolute-eventmake-section .detail-item .detail-info {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.absolute-eventmake-section .detail-item .icon {
    width: 18px;
    height: 18px;
    aspect-ratio: 1/1;
}

.absolute-eventmake-section .detail-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    align-items: start;
}

.absolute-eventmake-section .detail-item small {
    font-size: 14px;
    color: #000;
}

.absolute-eventmake-section subtle {
    display: block;
    font-size: 12px;
    color: #777;
    margin-top: 2px;
    align-self: flex-start;
}

/* end ticket.blade.php */

/*my-profile.blade.php - My Profile styles */

.account-setting {
    padding: 60px 87px;
    gap: 40px;
    align-self: stretch;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.account-setting .card {
    border: 1px solid #D7DDE2;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);

}

.account-setting .hide {
    display: none;
}

.account-setting .iti {
    width: 100%;
}

.account-setting .selection {
    width: 100%;
}

.account-setting .card-title {
    text-align: left !important;
    margin-bottom: 0;
}

.account-setting .subtitle {
    text-align: left !important;
}

.account-setting .profile-img {
    display: flex;
    margin: 15px auto;
    justify-content: center;
    align-items: center;
}

.account-setting .profile-img img {
    border-radius: 50%;
    object-fit: cover;
}

.account-setting .form-label {
    overflow: hidden;
    color: var(--Typography-Color-Secondary-text, #000);
    text-overflow: ellipsis;

    /* Web Font/small */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    /* 100% */
}

.account-setting .card-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.account-setting input,
.account-setting select,
.account-setting textarea {
    display: flex;
    height: 38px;
    padding: 9px 16px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 7px;
    border: 1px solid var(--Neutral-grey---2, #D7DDE2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.account-setting .custom-input {
    height: 38px;
    padding: 9px 16px;
    border-radius: 7px;
    border: 1px solid var(--Neutral-grey---2, #D7DDE2);
}

.account-setting .btn-wrapper {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}
/* end my-profile.blade.php */


/* need-assistance.blade.php - Need Assistance styles */

/* home.blade.php - Custom hero animation */
@keyframes heroFadeIn {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-animated {
    animation: heroFadeIn 1s ease;
}

/* header-swiftic.blade.php - Navigation bar styles */
.header-navbar {
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    padding: 0 32px;
    display: flex;
    align-items: center;
    height: 64px;
}

.header-navbar .nav-link {
    color: #7367F0;
    font-weight: 500;
    margin: 0 12px;
    transition: color 0.2s;
}

.header-navbar .nav-link:hover {
    color: #f357a8;
}


/* footer.blade.php - Footer section styles */
.default-footer-section {
    background: #7367F0;
    padding: 40px 0;
}

.default-footer-section .footer-links {
    display: flex;
    gap: 24px;
    justify-content: center;
    margin-top: 16px;
}

/* search-bar1.blade.php - Search bar wrapper */
.search-bar-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 24px 0;
}

/* dashboard.blade.php - Dashboard layout */
.dashboard-layout {
    display: flex;
    gap: 32px;
    margin: 40px 0;
}

.dashboard-sidebar {
    width: 240px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
    padding: 24px;
}

.dashboard-content {
    flex: 1;
    background: #f8fafc;
    border-radius: 8px;
    padding: 32px;
}

/* profile.blade.php - Profile info styles */
.profile-info {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 32px;
}

.profile-details {
    flex: 1;
}

/* ticket.blade.php - Ticket list styles */
.ticket-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ticket-list li {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(123, 47, 242, 0.06);
    margin-bottom: 16px;
    padding: 18px 24px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.event-name {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2px;
    text-align: center;
    color: black;

}

.event-time {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2px;
    text-align: center;
    color: black;
    font-size: 14px;
}

.event-venue {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2px;
    text-align: center;
    color: black;
    font-size: 14px;
}

.menu li,
.menu-item-has-children li,
.menu-item-has-children ul {
    color: var(--Typography-Color-Secondary-text, #000);

    /* Web Font/list */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    list-style-type: none;
}

/* modal.blade.php - Modal styles */
/* =========================
   More Inline Styles from Blade Files
   ========================= */

/* settings.blade.php - Inline style for settings panel */

/* calendar.blade.php - Inline style for calendar cell */

/* stats.blade.php - Inline style for stats box */

/* =========================
   More Block CSS from Blade Files
   ========================= */

/* settings.blade.php - Settings form styles */

/* =========================
   CSS from resources/views/web Blade Files
   ========================= */

/* web/home.blade.php - Featured section styles */
.web-featured-section {
    background: #f3f4f6;
    padding: 48px 0;
    border-radius: 12px;
    margin-bottom: 32px;
}

.web-featured-title {
    font-size: 32px;
    font-weight: 700;
    color: #7367F0;
    margin-bottom: 18px;
}

.web-featured-list {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
}

/* web/about.blade.php - About section styles */
.web-about-section {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
    padding: 40px 32px;
    margin-bottom: 40px;
}

.web-about-title {
    font-size: 28px;
    font-weight: 600;
    color: #0F172A;
    margin-bottom: 16px;
}

.web-about-text {
    font-size: 18px;
    color: #64748B;
    line-height: 1.7;
}

/* web/contact.blade.php - Contact form styles */
.web-contact-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: #f8fafc;
    border-radius: 8px;
    padding: 32px 24px;
    box-shadow: 0 1px 4px rgba(123, 47, 242, 0.06);
}

.web-contact-form label {
    font-weight: 500;
    color: #0F172A;
}

.web-contact-form input,
.web-contact-form textarea {
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    padding: 10px 14px;
    font-size: 16px;
}

.web-contact-form button {
    margin-top: 12px;
}

/* web/faq.blade.php - FAQ styles */
.web-faq-section {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(123, 47, 242, 0.08);
    padding: 36px 28px;
    margin-bottom: 32px;
}

.web-faq-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.web-faq-list li {
    margin-bottom: 18px;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 14px;
}

.web-faq-question {
    font-weight: 600;
    color: #7367F0;
}

.web-faq-answer {
    color: #64748B;
    margin-top: 6px;
}


/* web/services.blade.php - Services grid styles */


/* =========================
   More Inline Styles from resources/views/web Blade Files
   ========================= */

/* web/blog.blade.php - Inline style for blog image */

/* =========================
   Additional CSS from resources/views/web Blade Files (not already included)
   ========================= */

/* web/support.blade.php - Support section styles */

/* web/features.blade.php - Features grid styles */
.web-features-section {
    background: #fff;
    border-radius: 12px;
    padding: 40px 32px;
    margin-bottom: 40px;
}

.web-features-title {
    font-size: 28px;
    font-weight: 700;
    color: #7367F0;
    margin-bottom: 20px;
}

.web-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 32px;
}

.web-feature-card {
    background: #f8fafc;
    border-radius: 8px;
    padding: 18px 24px;
    box-shadow: 0 1px 4px rgba(123, 47, 242, 0.06);
    text-align: center;
}

.password-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

/* web/roadmap.blade.php - Roadmap timeline styles */

/* =========================
   Additional Inline Styles from resources/views/web Blade Files (not already included)
   ========================= */

/* web/support.blade.php - Inline style for support badge */

/* ...existing code... */

.custom-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px; /* optional spacing between items and > */
    font-size: 14px;
}

.custom-breadcrumb a.breadcrumb-link {
    color: #64748B; /* gray color for clickable items */
    text-decoration: none;
}

.custom-breadcrumb a.breadcrumb-link:hover {
    text-decoration: underline;
}

.custom-breadcrumb .breadcrumb-separator {
    color: #64748B; /* same as links */
}

.custom-breadcrumb .breadcrumb-active {
    color: #7367F0; /* blue for active item */
    font-weight: 500;
}
