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 {
    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);
}

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% */


}

.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% */
}

.btn-primary,
a.btn-primary {
    background: #7367F0;
    color: #fff;
    font-weight: 600;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
    padding: 12px 24px;
    border-radius: 6px;
}

.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: 100px;
    height: 32px;
    padding: 6px 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: var(--Primary-Primary, #7367F0);

    /* 1 */
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);

}

.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;
    background: transparent;
    padding: 12px 16px;
    border-radius: 4px;

}

.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;
}

.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;
    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;
    height: 32px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.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-right:hover,
a.footer-btn-right:hover,
.footer-btn-left:hover,
a.footer-btn-left: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: #000000ff;
    font-size: 12px;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s;
}

.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;
}

.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;

}

.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;
    /* prevent overflow on small screens */
}


.home-hero .container .hero-image {
    flex: 1;
    display: flex;
    justify-content: center;
}

.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;
}

.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;
}

.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 .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;
    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;
}

.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: 50px;
    align-self: stretch;
}

.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-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;
}

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

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

/* 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: center;
    align-self: stretch;
    padding: 60px 230px;
    background: var(--Neutral-white, #FFF);
    gap: 30px;
}

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

.solution-section .card .card-body {
    padding: 24px;
}

.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 --- */
.card-btn {
    padding: 6px 4px !important;
}

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


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

.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%;
    /* 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: 25px;
    top: 27px;
    width: 24px;
    height: 24px;
    background-color: #3b82f6;
    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 .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 .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);

    /* Web Font/p */
    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;
}

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

}

.booking-section .event .event-title .event-info .event-time {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2px;
    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: 2px;
    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: 1;
    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);

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

/* 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;
    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: 2;
    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);
}

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


/* concert-ticket-purchase1.blade.php */
.ticket-selection {
    background: white;
    padding: 30px;
    border-radius: 12px;
    max-width: 1200px;
    margin: auto;
    display: flex;
    gap: 20px;
}

.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;
    gap: 20px;
    border-radius: 18px;
    border: 1px solid var(--Neutral-grey---2, #D7DDE2);
    background: var(--Neutral-white, #FFF);

    /* 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 .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: 1;
}

.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;
}

.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);
}

.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 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;
}

.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);
}

.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 .promo-code {
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    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);
}

.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);
}

.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;
}

.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;
}

.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: center;
    margin-bottom: 20px;
}

.absolute-eventmake-section .event-title {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: flex-start;
}

.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;
    width: 40%;
    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;
}

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

/* === 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: center;
    gap: 10px;
    flex: 1 1 45%;

}

.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;
}

.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;
}

/* 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;
}

.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: 10px;
}

.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;
}

/* 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... */