#backToTop {
    background-color: #0d9488 !important;
}

#app {
    background-color: #f7f9fb !important;
}

.bg-light {
    background-color: #f7f9fb !important;
}

.bg-white {
    background-color: #fff !important;
}

.custom-main-container {
    /* max-width: 1250px !important;
                margin: 0 auto !important; */
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.custom-container-fluid {
    max-width: 1250px !important;
    margin: 0 auto !important;
}

header a:not(#brand-logo, header-custom-button) {
    padding-top: 0px !important;
}

footer a {
    font-family: 'Inter', sans-serif !important;
    font-size: 16px;
}

.provider-sections-container .provider-card .card .card-body small {
    font-size: 12px !important;
}

@media (min-width: 768px) {
    .text-md-justify {
        text-align: justify !important;
    }
}

svg.svg-inline--fa.fa-search.fa-w-16 {
    font-size: 1.2rem;
    color: #9ca3af;
    margin-right: 12px;
}

.search-btn.btn.btn-primary svg.svg-inline--fa.fa-search.fa-w-16 {
    display: none;
}

.homepage-main-h2 {
    font-size: 20px;
    padding-left: 11px;
    font-family: 'Inter', sans-serif !important;
    font-weight: 600 !important;
}

.cities-btn {
    border-radius: 8px;
}

.city-li {
    margin-top: 8px !important;
}

section#testimonial-section h1.hero-title {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
}

.swiper-wrapper.img-wrapper .img-fixed-aspect-ratio.rounded,
.swiper-wrapper.img-wrapper img {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    aspect-ratio: 3 / 2;
    width: 100%;
    max-height: calc(100% * 2 / 3) !important;
    object-fit: cover !important;
}

@media screen and (max-width: 480px) {
    .homepage-main-h2 {
        font-size: 20px;
        padding-left: 15px;
    }

    .cities-btn {
        width: 70%;
    }

    .city-li {
        justify-content: space-around !important;
    }

    .provider-card .card .card-body {
        height: 70px;
    }
}

.provider-card-style-border {
    border: 1px solid #ececec;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px !important;
}

.provider-card .card .card-body {
    height: 80px;
}

.img-fixed-aspect-ratio.aspect-ratio-66.rounded img {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;

}

.fas.fa-star {
    color: #F7BA01 !important;
}

.far.fa-star {
    color: #000 !important;
}

#testimonial-section .section-testimonials {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.text-block {
    font-style: italic;
    margin-bottom: 1.5rem;
    color: #6c757d;
    font-size: 16px;
}

#testimonial-section .auth-text h4 {
    font-weight: 600;
    margin-bottom: 0.25rem;
    font-size: 16px;
}

#testimonial-section .auth-text p {
    color: #6c757d;
    font-size: 14px;
}

#testimonial-section .testimonial-card {
    background-color: #fff;
    border-radius: 0.5rem;
    padding: 1.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    transition: transform 0.3s;
}

#testimonial-section .section-testimonials h2 {
    font-size: 2.8rem;
    font-weight: 900;
    line-height: 1.1;
    color: #111827;
    text-align: center;
    letter-spacing: -0.5px;
    font-family: 'Inter', sans-serif !important;
}

#testimonial-section .section-testimonials p.text-secondary {
    color: #6c757d;
    font-size: 1.25rem;
}

#testimonial-section .star-group span {
    font-size: 22px;
    color: gold;
}

#searchProvidersContainer {
    background: linear-gradient(360deg, #f8fafc 0%, #f1f5f9 100%);
    background-color: white;
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
    min-height: min-content;
}

.hero-container {
    max-width: 1250px;
    margin: 0 auto;
    background: white;
    border-radius: 28px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    padding: 60px 70px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}

.hero-content {
    position: relative;
    z-index: 1;
}

.hero-title {
    font-size: 2.8rem;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 50px !important;
    margin-top: 30px !important;
    color: #111827;
    text-align: center;
    letter-spacing: -0.5px;
    font-family: 'Inter', sans-serif !important;
}

.hero-title span {
    color: #0d9488;
}

.App-title {
    font-size: 2.8rem;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 30px !important;
    margin-top: 60px !important;
    color: #111827;
    text-align: center;
    letter-spacing: -0.5px;
}

.search-section {
    margin-bottom: 25px;
}

.search-container {
    display: flex;
    background: white;
    border-radius: 16px;
    padding: 6px;
    box-shadow: 0 12px 35px rgba(13, 148, 136, 0.1);
    border: 2px solid #e5e7eb;
    max-width: 650px;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.search-container:focus-within {
    box-shadow: 0 15px 40px rgba(13, 148, 136, 0.15);
    transform: translateY(-2px);
    border-color: #0d9488;
}

.search-input-group {
    flex-grow: 1;
    display: flex;
    align-items: center;
    padding: 0 22px;
    position: relative;
}

.search-input {
    flex-grow: 1;
    padding: 20px 50px 20px 0;
    border: none;
    background: transparent;
    font-size: 1.05rem;
    outline: none;
    color: #111827;
    font-weight: 500;
}

.search-input:focus {
    box-shadow: none !important;
}

.search-input::placeholder {
    color: #9ca3af;
    font-weight: 400;
}

.search-input-group i.fas.fa-search {
    font-size: 1.2rem;
    color: #9ca3af;
    margin-right: 12px;
}

.search-input {
    padding-left: 10px;
}

.search-input.form-control.is-invalid,
.was-validated .search-input.form-control:invalid {
    background-image: none !important;
}

.location-icon {
    position: absolute;
    right: 22px;
    color: #0d9488;
    font-size: 1.2rem;
    cursor: pointer;
    background: rgba(13, 148, 136, 0.08);
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.location-icon:hover {
    background: rgba(13, 148, 136, 0.15);
    transform: scale(1.05);
}

.search-btn {
    background: linear-gradient(135deg, #0d9488 0%, #14b8a6 100%);
    color: white;
    border: none;
    padding: 0 35px;
    font-size: 1.05rem;
    font-weight: 700;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 8px 20px rgba(13, 148, 136, 0.2);
    letter-spacing: 0.3px;
    min-height: 60px;
}

.search-btn:focus,
.search-btn:active {
    box-shadow: none !important;
}

.search-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(13, 148, 136, 0.3);
}

.categories-section {
    margin-top: 35px;
}

.categories-scroll-container {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

.categories-scroll {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    margin-top: 30px;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
    cursor: grab;
}

.categories-scroll.active {
    cursor: grabbing;
}

.categories-scroll::-webkit-scrollbar {
    display: none;
}

.category-item {
    flex: 0 0 auto;
    padding: 5px 10px;
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    font-weight: 600;
    color: #374151;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-size: 0.95rem;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.category-item:hover {
    text-decoration: none;
    border-color: #0d9488;
    background: linear-gradient(135deg, #0d9488 0%, #14b8a6 100%);
    color: white;
    box-shadow: 0 8px 20px rgba(249, 115, 22, 0.1);
}

.category-item.active {
    background: linear-gradient(135deg, #0d9488 0%, #14b8a6 100%);
    color: white;
    border-color: #0d9488;
    box-shadow: 0 8px 20px rgba(13, 148, 136, 0.2);
}

.category-item i {
    margin-right: 5px;
}

.floating-elements {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 0;
}

.floating-element {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle,
            rgba(13, 148, 136, 0.05) 0%,
            rgba(13, 148, 136, 0) 70%);
}

.element-1 {
    width: 200px;
    height: 200px;
    top: -15px;
    right: -90px;
    background: radial-gradient(circle,
            rgba(249, 115, 22, 0.05) 0%,
            rgba(249, 115, 22, 0) 70%);
}

.element-2 {
    width: 150px;
    height: 150px;
    bottom: 50px;
    left: -75px;
}

.store-button {
    background-color: #333;
    color: white;
    padding: 12px 20px;
    border-radius: 10px;
    font-weight: 500;
    text-decoration: none;
}

.store-button i {
    margin-right: 10px;
    font-size: 20px;
}

.store-button:hover {
    color: #0d9488;
}

.providers-count {
    text-align: center;
    margin: 20px 0;
    font-size: 18px;
    color: #374151;
}

.providers-count strong {
    color: #0d9488;
}

@media (max-width: 992px) {
    .hero-container {
        padding: 50px 40px;
    }
}

@media (max-width: 768px) {
    .hero-container {
        padding: 40px 30px;
        border-radius: 24px;
    }

    .hero-title {
        font-size: 27px;
    }

    #testimonial-section .section-testimonials h2 {
        font-size: 27px;
    }

    .App-title {
        font-size: 27px;
        margin-bottom: 30px;
        margin-top: 60px;
    }

    .search-container {
        flex-direction: row;
        padding: 6px;
        gap: 0;
        border-radius: 16px;
    }

    .search-btn {
        padding: 0 15px;
        font-size: 0.9rem;
        font-weight: 600;
        width: auto;
        border-radius: 12px;
        min-height: 54px;
    }

    .search-input {
        padding: 15px 50px 15px 0;
    }

    .floating-element {
        display: none;
    }
}

@media (max-width: 480px) {
    #searchProvidersContainer {
        padding: 64px 10px;
    }

    .hero-container {
        padding: 35px 25px;
        border-radius: 20px;
    }

    #app-download-section {
        padding-top: 64px;
        padding-bottom: 0px;
    }
}

#business-section {
    padding-top: 64px;
    padding-bottom: 64px;
}

#business-section {
    margin: 0 15px !important;
    margin-top: 64px !important;
    margin-bottom: 64px !important;
}

#view-by-services-section,
#view-by-city-section {
    padding-top: 64px;
    padding-bottom: 64px;
}

.stat {
    min-width: auto !important;
    max-width: 40%;
}
}

#testimonial-section {
    padding-top: 0px;
    padding-bottom: 64px;
}

#provider-report-details {
    padding-top: 64px;
    padding-bottom: 64px;
}

/* Target all container-fluid sections except the hero */
.container-fluid.guest-portal.homepage:not(#searchProvidersContainer) {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

/* Override pt-0 classes to use our padding */
.container-fluid.guest-portal.homepage.pt-0 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
}

/* First content container */
.container-fluid.guest-portal.homepage.p-0.px-md-3 {
    padding-top: 64px;
    padding-bottom: 64px;
}

@media (min-width: 1250px) {
    header .container.header-wdw {
        padding: 0px !important;
    }
}

@media (min-width: 768px) {
    header .container.header-wdw {
        max-width: 1250px;
    }

    #testimonial-section .container {
        max-width: 1250px !important;
    }

    #testimonial-section {
        padding-top: 0px;
        padding-bottom: 80px;
    }

    #app-download-section {
        padding-top: 80px;
        padding-bottom: 0px;
    }

    #business-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    #business-section {
        margin: 0 auto !important;
        margin-top: 80px !important;
        margin-bottom: 80px !important;
    }

    #view-by-services-section,
    #view-by-city-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    #provider-report-details {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .container-fluid.guest-portal.homepage:not(#searchProvidersContainer) {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 0px !important;
        padding-left: 0px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .container-fluid.guest-portal.homepage.pt-0 {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    .container-fluid.guest-portal.homepage.p-0.px-md-3 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

/* App Download & Business Section Styles */
.hero-heading {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    background: linear-gradient(135deg, #0d9488 0%, #14b8a6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.subtitle {
    font-size: 18px;
    color: #666;
    max-width: 500px;
}

.cta-button {
    display: inline-block;
    background: linear-gradient(135deg, #0d9488 0%, #14b8a6 100%);
    color: white;
    padding: 16px 32px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
    box-shadow: 0 10px 20px rgba(138, 99, 210, 0.2);
    border: none;
    cursor: pointer;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 25px rgba(138, 99, 210, 0.3);
    color: white;
    text-decoration: none;
}

.cta-button.secondary {
    background: linear-gradient(135deg, #0d9488 0%, #14b8a6 100%);
    color: white;
    box-shadow: 0 10px 20px rgba(45, 204, 182, 0.2);
}

.cta-button.secondary:hover {
    box-shadow: 0 15px 25px rgba(45, 204, 182, 0.3);
}

/* Mobile Mockup */
.mobile-mockup {
    width: 280px;
    height: 550px;
    background: #fff;
    border-radius: 40px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    border: 12px solid #111;
}

.mobile-notch {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 25px;
    background: #111;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    z-index: 10;
}

.screen {
    width: 100%;
    height: 100%;
    background: #f8f7fc;
    overflow: hidden;
    position: relative;
}

.screen-content {
    padding: 20px;
    height: 100%;
}

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

.app-logo {
    font-weight: 700;
    color: #8a63d2;
    font-size: 20px;
}

.app-time {
    font-weight: 600;
    font-size: 14px;
}

.app-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
    display: flex;
    align-items: center;
}

.app-title i {
    margin-right: 10px;
    color: #0d9488;
}

/* Map Container */
.map-container {
    background-color: #e9f0ff;
    border-radius: 16px;
    height: 320px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.map-background {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, #e9f0ff, #d5e2ff),
        repeating-linear-gradient(0deg,
            transparent,
            transparent 24px,
            rgba(200, 200, 255, 0.2) 24px,
            rgba(200, 200, 255, 0.2) 25px),
        repeating-linear-gradient(90deg,
            transparent,
            transparent 24px,
            rgba(200, 200, 255, 0.2) 24px,
            rgba(200, 200, 255, 0.2) 25px);
    position: relative;
}

/* Map Elements */
.road {
    position: absolute;
    background-color: #a0a9cc;
    border-radius: 4px;
}

.road.horizontal {
    width: 180px;
    height: 8px;
    top: 120px;
    left: 50px;
}

.road.vertical {
    width: 8px;
    height: 180px;
    top: 80px;
    left: 120px;
}

.road.horizontal-2 {
    width: 120px;
    height: 8px;
    top: 220px;
    left: 30px;
}

.road.vertical-2 {
    width: 8px;
    height: 120px;
    top: 180px;
    left: 180px;
}

/* Service Provider Markers */
.map-marker {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: transform 0.3s;
}

.map-marker:hover {
    transform: scale(1.1);
}

.marker-barber {
    background: linear-gradient(135deg, #0d9488 0%, #14b8a6 100%);
    top: 100px;
    left: 80px;
}

.marker-spa {
    background: linear-gradient(135deg, #2dccb6, #1fa597);
    top: 180px;
    left: 160px;
}

.marker-hair-salon {
    background: linear-gradient(135deg, #ff7c7c, #ff5252);
    top: 80px;
    left: 180px;
}

.marker-nail-salon {
    background: linear-gradient(135deg, #ffb74d, #ff9800);
    top: 240px;
    left: 60px;
}

.marker-masseuse {
    background: linear-gradient(135deg, #0d9488 0%, #14b8a6 100%);
    top: 140px;
    left: 40px;
}

.marker-aesthetician {
    background: linear-gradient(135deg, #4fc3f7, #039be5);
    top: 220px;
    left: 140px;
}

/* Map Legend */
.map-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
    padding: 0 5px;
}

.legend-item {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #555;
}

.legend-color {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 6px;
}

.tab-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: white;
    display: flex;
    justify-content: space-around;
    padding: 15px 0;
    border-top: 1px solid #eee;
}

.tab-item {
    text-align: center;
    color: #888;
    font-size: 12px;
}

.tab-item.active {
    color: #0d9488;
}

.tab-item i {
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
}

/* Business Section */
.business-section {
    background: linear-gradient(135deg, #1a1a2e, #16213e);
    color: white;
    border-radius: 24px;
    padding: 60px 50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.business-title {
    font-size: 36px;
    line-height: 1.3;
}

.business-description {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 500px;
}

.rating {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.stars {
    color: #ffd700;
    margin-right: 15px;
}

.rating-text {
    font-weight: 600;
}

.features {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
}

.feature {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.feature i {
    background-color: #454545d2;
    color: #0d9488;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.stats-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}

.stat {
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 16px;
    min-width: 140px;
    text-align: center;
    backdrop-filter: blur(10px);
}

.stat-number {
    font-size: 32px;
    font-weight: 800;
    color: #f1f4f4;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.store-app-button {
    display: inline-flex;
    align-items: center;
    background: #333;
    color: white;
    padding: 12px 20px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 500;
}

.store-app-button:hover {
    color: #0d9488;
    text-decoration: none;
    background: #444;
}

.store-app-button i {
    margin-right: 10px;
    font-size: 20px;
}

.city-li {
    font-family: 'Inter', sans-serif;
}

.city-li a span {
    font-family: 'Inter', sans-serif;
}

.hero-heading {
    font-family: 'Inter', sans-serif !important;
}

@media (max-width: 768px) {
    .hero-heading {
        font-size: 32px;
        text-align: center;
    }

    .subtitle {
        text-align: center;
        margin: 0 auto;
    }

    .business-title {
        font-size: 28px;
    }

    .mobile-mockup {
        width: 250px;
        height: 500px;
    }

    .map-container {
        height: 280px;
    }
}

@media (max-width: 576px) {
    .mobile-mockup {
        width: 220px;
        height: 450px;
    }

    .app-title {
        font-size: 16px;
    }

    .map-container {
        height: 250px;
    }

    .road.horizontal {
        width: 150px;
        left: 35px;
    }

    .road.vertical {
        left: 100px;
    }
}

@media (max-width: 768px) {
    footer .row.d-md-none.d-flex .text-center {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 10px 15px;
        text-align: center !important;
        width: 100%;
    }

    footer .row.d-md-none.d-flex .text-center a.d-block {
        display: block !important;
        margin-bottom: 0;
        text-align: center !important;
    }

    .bg-footer-color {
        padding-top: 20px;
    }
}

footer .row.d-md-none.d-flex .socialMediaIcons {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

footer .row.d-md-none.d-flex .socialMediaIcons .d-inline-flex {
    justify-content: center !important;
}

footer .row.d-md-none.d-flex .col-12.d-flex {
    justify-content: center !important;
    align-items: center !important;
}

/* Location Modal Styles */
.location-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.location-modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
}

.location-modal__content {
    position: relative;
    background: white;
    border-radius: 24px;
    padding: 50px 24px;
    max-width: 480px;
    width: 100%;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    animation: modalFadeIn 0.3s ease-out;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: scale(0.95) translateY(-10px);
    }

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

.location-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: transparent;
    border: none;
    font-size: 1.5rem;
    color: #9ca3af;
    cursor: pointer;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.location-modal__close:hover {
    background: #f3f4f6;
    color: #374151;
}

.location-modal__title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 12px;
    text-align: center;
    font-family: 'Inter', sans-serif;
}

.location-modal__subtitle {
    font-size: 0.95rem;
    color: #6b7280;
    text-align: center;
    margin-bottom: 24px;
    line-height: 1.5;
}

.location-modal__options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 24px;
}

.location-modal__option {
    background: #f9fafb;
    border: 2px solid #e5e7eb;
    border-radius: 16px;
    padding: 20px 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.location-modal__option:hover {
    border-color: #0d9488;
    background: rgba(13, 148, 136, 0.05);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(13, 148, 136, 0.15);
}

.location-modal__option:active {
    transform: translateY(0);
}

.location-modal__option-icon {
    font-size: 2rem;
    color: #0d9488;
}

.location-modal__option-text {
    font-size: 0.95rem;
    color: #374151;
}

.location-modal__option-text strong {
    font-weight: 600;
}

.location-modal__continue {
    width: 100%;
    background: linear-gradient(135deg, #0d9488 0%, #14b8a6 100%);
    color: white;
    border: none;
    padding: 14px 24px;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(13, 148, 136, 0.2);
}

.location-modal__continue:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(13, 148, 136, 0.3);
}

.location-modal__continue:active {
    transform: translateY(0);
}

.app-store-link img {
    min-width: 130px;
}

@media (min-width: 768px) {
    .app-store-link img {
        min-width: 150px;
    }
}

@media (max-width: 480px) {
    footer .socialMediaIcons {
        padding-top: 24px !important;
        padding-bottom: 24px !important;
        margin-top: 24px !important;
    }

    footer .download-icons {
        justify-content: center !important;
        text-align: center !important;
    }

    .location-modal__content {
        padding: 24px 20px;
        border-radius: 20px;
    }

    .location-modal__title {
        font-size: 1.25rem;
    }

    .location-modal__subtitle {
        font-size: 0.875rem;
    }

    .location-modal__options {
        gap: 10px;
    }

    .location-modal__option {
        padding: 16px 12px;
    }

    .location-modal__option-icon {
        font-size: 1.75rem;
    }

    .location-modal__option-text {
        font-size: 0.875rem;
    }
}

html,
body,
h1,
h2,
h3,
h4 {
    font-family: "Inter", sans-serif !important;
}

.gb-theme {
    background: #f6f7f8;
    color: #111418;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: background-color 200ms ease, color 200ms ease;
}

.gb-theme.gb-theme-dark {
    background: #101922;
    color: #ffffff;
}

.gb-container-1250 {
    width: 100%;
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
}

.gb-text-sub {
    color: #617589;
}

.gb-theme.gb-theme-dark .gb-text-sub {
    color: #9aa6b2;
}

.gb-text-primary {
    color: #137fec;
}

.gb-no-scrollbar::-webkit-scrollbar {
    display: none;
}

.gb-no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* Header */
.section-header-shell {
    position: sticky;
    top: 0;
    z-index: 50;
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #f0f2f4;
}

.gb-theme.gb-theme-dark .section-header-shell {
    background: rgba(26, 38, 50, 0.95);
    border-bottom: 1px solid #2b3642;
}

.section-header-inner {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 8px;
    padding-right: 8px;
}

@media (max-width: 576px) {
    .section-header-inner {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 8px;
        padding-right: 8px;
    }
}

.section-header-brandicon {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    color: #137fec;
}

.section-header-brandicon-symbol {
    font-size: 30px;
}

.section-header-brandtitle {
    letter-spacing: -0.02em;
    font-size: 1.25rem;
    margin: 0;
    font-weight: 700;
}

.section-header-navlink {
    font-size: 0.875rem;
    font-weight: 500;
    color: #111418;
    text-decoration: none;
    transition: color 160ms ease;
}

.gb-theme.gb-theme-dark .section-header-navlink {
    color: #cbd5e1;
}

.section-header-navlink:hover {
    color: #137fec;
}

.section-header-btnapp {
    height: 40px;
    padding: 0 24px;
    border-radius: 9999px;
    background: #137fec;
    color: #fff;
    font-weight: 700;
    font-size: 0.875rem;
    border: 0;
    box-shadow: 0 10px 25px rgba(19, 127, 236, 0.2);
    transition: transform 140ms ease, background-color 160ms ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.section-header-btnapp:hover {
    background: #0f6fd1;
    color: #fff !important;
    transform: translateY(-1px);
}

.section-header-authlink {
    font-weight: 500;
}
.section-header-authlink {
    margin-right: 0px !important;
    font-weight: 500 !important;
}
.section-header-authsep {
    margin: 0 4px;
    color: #617589;
    font-weight: 400;
}

.gb-theme.gb-theme-dark .section-header-authsep {
    color: #9aa6b2;
}

.section-header-burger {
    width: 50px;
    height: 50px;
    background: #fff;
    border: 0;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-sizing: border-box;
    display: none;
}

@media (max-width: 767.98px) {
    .section-header-burger {
        display: flex;
    }
}

.section-header-burgerlines {
    width: 24px;
    height: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

.section-header-burgerlines span {
    height: 3px;
    width: 100%;
    background: #111418;
    border-radius: 999px;
}

.section-header-mobilemenu {
    display: none;
    padding: 12px;
}

.section-header-mobilemenu.is-open {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.section-header-mobilelink {
    padding: 10px 12px;
}

.section-header-btnapp-mobile {
    width: 50%;
    justify-content: center;
}

.section-header-brandicon {
    width: 44px;
    height: 44px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.section-header-brandicon-img {
    width: 200px;
    height: 50px;
    padding-left: 50px;
    object-fit: contain;
}

/* Categories */
.section-category-shell {
    top: 7px;
    max-width: 1250px;
    margin: auto;
    padding: 80px 0px 0px 0px;
}

.gb-theme.gb-theme-dark .section-category-shell {
    border-bottom: 1px solid #2b3642;
    background: #1a2632;
}

.section-category-wrap {
    margin-top: 10px;
}

.section-category-scrollwrap {
    position: relative;
    margin: 0 auto;
}

.section-category-scroll {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
    cursor: grab;
    width: 100%;
    padding: 8px 8px 12px;
}

.section-category-scroll::-webkit-scrollbar {
    display: none;
}

.section-category-item {
    flex: 0 0 auto;
    padding: 0 24px;
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 9999px;
    font-weight: 600;
    color: #374151;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-size: 0.95rem;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-category-item:hover {
    border-color: #0d9488;
    background: linear-gradient(135deg, #0d9488 0%, #14b8a6 100%);
    color: white;
    box-shadow: 0 8px 20px rgba(249, 115, 22, 0.1);
}

.section-category-item.active {
    background: linear-gradient(135deg, #0d9488 0%, #14b8a6 100%);
    color: white;
    border-color: #0d9488;
    box-shadow: 0 8px 20px rgba(13, 148, 136, 0.2);
}

/* Hero */
.section-hero-shell {
    width: 100%;
    max-width: 1250px;
    background: white;
    border-radius: 28px;
    padding: 60px 70px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}

.section-hero-content {
    position: relative;
    z-index: 1;
}

.section-hero-title {
    font-size: 2.8rem;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 50px !important;
    margin-top: 30px !important;
    color: #111827;
    text-align: center;
    letter-spacing: -0.5px;
}

.section-hero-apptitle {
    font-size: 2.8rem;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 30px;
    margin-top: 60px;
    color: #111827;
    text-align: center;
    letter-spacing: -0.5px;
}

.section-hero-search {
    margin-bottom: 25px;
}

.section-hero-searchbox {
    display: flex;
    background: white;
    border-radius: 16px;
    padding: 6px;
    box-shadow: 0 12px 35px rgba(13, 148, 136, 0.1);
    border: 2px solid #e5e7eb;
    max-width: 650px;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.section-hero-searchbox:focus-within {
    box-shadow: 0 15px 40px rgba(13, 148, 136, 0.15);
    transform: translateY(-2px);
    border-color: #0d9488;
}

.section-hero-searchleft {
    flex-grow: 1;
    display: flex;
    align-items: center;
    padding: 0 22px;
    position: relative;
}

.section-hero-searchinput {
    flex-grow: 1;
    padding: 5px 20px 5px 10px;
    border: none;
    background: transparent;
    font-size: 1.05rem;
    outline: none;
    color: #111827;
    font-weight: 500;
}

.section-hero-searchinput:focus {
    box-shadow: none !important;
}

.section-hero-searchinput::placeholder {
    color: #707174 !important;
    font-weight: 400;
}

.section-hero-searchicon {
    font-size: 1.2rem;
    color: #9ca3af;
    margin-right: 12px;
}

.section-hero-locate {
    position: absolute;
    right: 22px;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-hero-btnlocate {
    position: absolute;
    right: 8px;
    width: 40px;
    height: 40px;
    border-radius: 9999px;
    border: 0;
    background: transparent;
    display: grid;
    place-items: center;
    color: #137fec;
    transition: background-color 160ms ease, color 160ms ease;
}

.section-hero-btnlocate:hover {
    background: rgba(19, 127, 236, 0.08);
    color: #0f6fd1;
}

.section-hero-searchbtn {
    background: #137fec;
    color: white;
    border: none;
    padding: 0 35px;
    font-size: 1.05rem;
    font-weight: 700;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 8px 20px rgba(13, 148, 136, 0.2);
    letter-spacing: 0.3px;
    min-height: 50px;
}

.section-hero-searchbtn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(13, 148, 136, 0.3);
}

.section-hero-storebtn {
    background-color: #333;
    color: white;
    padding: 12px 20px;
    border-radius: 10px;
    font-weight: 500;
    text-decoration: none;
}

.section-hero-storebtn i {
    margin-right: 10px;
    font-size: 20px;
}

.section-hero-storebtn:hover {
    color: #0d9488;
}

.section-hero-floats {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 0;
}

.section-hero-float {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle,
            rgba(13, 148, 136, 0.05) 0%,
            rgba(13, 148, 136, 0) 70%);
}

.section-hero-float-1 {
    width: 200px;
    height: 200px;
    top: -100px;
    right: -100px;
    background: radial-gradient(circle,
            rgba(249, 115, 22, 0.05) 0%,
            rgba(249, 115, 22, 0) 70%);
}

.section-hero-float-2 {
    width: 150px;
    height: 150px;
    bottom: 50px;
    left: -75px;
}

@media (max-width: 992px) {
    .section-hero-shell {
        padding: 50px 40px;
    }
}

@media (max-width: 768px) {
    .section-hero-shell {
        padding: 40px 30px;
        border-radius: 24px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .section-hero-searchinput {
        padding: 5px 20px 5px 0px;
    }

    .section-hero-locate {
        right: -2px;
    }

    .section-hero-searchbox {
        padding: 3px;
    }

    .section-hero-title {
        font-size: 27px;
        font-weight: 800;
        line-height: 1.3;
    }

    .section-hero-apptitle {
        font-size: 27px;
    }

    .section-hero-searchbtn {
        padding: 0 15px;
        font-size: 0.9rem;
        font-weight: 600;
        width: auto;
        border-radius: 12px;
        min-height: 45px;
    }

    .section-hero-float {
        display: none;
    }

    .section-category-scroll {
        width: 100%;
        padding: 1px 6px 0px;
    }
}

@media (max-width: 480px) {
    .section-hero-shell {
        padding: 35px 25px;
        border-radius: 20px;
    }
}

/* Titles */
.gb-sectiontitle {
    color: #111418;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 0;
}

.gb-theme.gb-theme-dark .gb-sectiontitle {
    color: #fff;
}

/* Horizontal scroll */
.gb-hscroll {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    padding-bottom: 24px;
    scroll-snap-type: x mandatory;
}

.gb-dragscroll {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
}

.gb-snap {
    scroll-snap-align: center;
}

/* Cards */
.section-bizcard-shell {
    min-width: 280px;
    cursor: pointer;
}

@media (min-width: 768px) {
    .section-bizcard-shell {
        min-width: 320px;
    }
}

.section-bizcard-media {
    position: relative;
    border-radius: 0.75rem;
    overflow: hidden;
    aspect-ratio: 16 / 10;
}

.section-bizcard-mediabg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1);
    transition: transform 500ms ease;
}

.section-bizcard-shell:hover .section-bizcard-mediabg {
    transform: scale(1.1);
}

.section-bizcard-badgeinstant {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0.5rem;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    backdrop-filter: blur(10px);
}

.gb-theme.gb-theme-dark .section-bizcard-badgeinstant {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
}

.section-bizcard-badgeinstant-icon {
    font-size: 14px;
}

.section-bizcard-badgepromoted {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #22c55e;
    color: #fff;
    border-radius: 0.5rem;
    padding: 4px 8px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.section-bizcard-badgenew {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0.5rem;
    padding: 4px 8px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    backdrop-filter: blur(10px);
}

.section-bizcard-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-top: 12px;
}

.section-bizcard-title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #111418;
    transition: color 160ms ease;
}

.gb-theme.gb-theme-dark .section-bizcard-title {
    color: #fff;
}

.section-bizcard-shell:hover .section-bizcard-title {
    color: #137fec;
}

.section-bizcard-address {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #617589;
}

.gb-theme.gb-theme-dark .section-bizcard-address {
    color: #9aa6b2;
}

.section-bizcard-address .material-symbols-outlined {
    font-size: 16px;
}

.section-bizcard-rating {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
}

.section-bizcard-star {
    color: #fb923c;
    font-size: 16px;
}

.section-bizcard-rating strong {
    font-size: 14px;
    font-weight: 700;
    color: #111418;
}

.gb-theme.gb-theme-dark .section-bizcard-rating strong {
    color: #fff;
}

.section-bizcard-reviews {
    font-size: 13px;
    color: #617589;
}

.gb-theme.gb-theme-dark .section-bizcard-reviews {
    color: #9aa6b2;
}

/* Testimonials */
.section-testimonials-shell {
    border-top: 1px solid #eef2f6;
    border-bottom: 1px solid #eef2f6;
    background: #ffffff;
    padding: 48px 0;
}

.gb-theme.gb-theme-dark .section-testimonials-shell {
    border-color: #2b3642;
    background: #1a2632;
}

.section-testimonials-heading {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #111418;
}

.gb-theme.gb-theme-dark .section-testimonials-heading {
    color: #fff;
}

.section-testimonials-card {
    background: #f6f7f8;
    border-radius: 2rem;
    padding: 24px;
    min-width: 300px;
}

.gb-theme.gb-theme-dark .section-testimonials-card {
    background: #101922;
}

@media (max-width: 768px) {
    .section-testimonials-card {
        min-width: 280px;
    }
}

.section-testimonials-stars {
    color: #fb923c;
    display: flex;
    gap: 2px;
    margin-bottom: 16px;
}

.section-testimonials-staricon {
    font-size: 14px;
}

.section-testimonials-quote {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.6;
    margin-bottom: 24px;
    color: #111418;
    height: 90px;
}

.gb-theme.gb-theme-dark .section-testimonials-quote {
    color: #cbd5e1;
}

.section-testimonials-initial {
    width: 40px;
    height: 40px;
    border-radius: 9999px;
    display: grid;
    place-items: center;
    font-weight: 700;
    font-size: 0.875rem;
}

.section-testimonials-initial-blue {
    background: #dbeafe;
    color: #2563eb;
}

.section-testimonials-initial-green {
    background: #dcfce7;
    color: #16a34a;
}

.section-testimonials-initial-purple {
    background: #ede9fe;
    color: #7c3aed;
}

.section-testimonials-initial-orange {
    background: #ffedd5;
    color: #ea580c;
}

.section-testimonials-person {
    font-size: 0.875rem;
    font-weight: 700;
}

.section-testimonials-city {
    font-size: 0.75rem;
}

/* Browse */
.section-browse-subtitle {
    font-family: Inter, sans-serif !important;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
}

.section-browse-viewall {
    color: #137fec;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
}

.section-browse-viewall:hover {
    text-decoration: underline;
}

.section-browse-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 9999px;
    font-weight: 700;
    font-size: 0.875rem;
    border: 1px solid transparent;
    white-space: nowrap;
    transition: background-color 160ms ease, border-color 160ms ease,
        color 160ms ease;
}

.section-browse-chip-small {
    padding: 8px 16px;
    font-weight: 500;
}

.section-browse-chip-idle {
    background: #fff;
    color: #111418;
    border-color: #e5e7eb;
    box-shadow: 0 2px 8px rgba(16, 24, 40, 0.06);
}

.gb-theme.gb-theme-dark .section-browse-chip-idle {
    background: #1a2632;
    color: #fff;
    border-color: #3b4a5a;
}

.section-browse-chip-idle:hover {
    background: #f9fafb;
    border-color: #d1d5db;
}

.gb-theme.gb-theme-dark .section-browse-chip-idle:hover {
    background: #223244;
}

/* Business section */
.section-business-shell {
    background: #101922;
    padding: 96px 0;
    position: relative;
    overflow: hidden;
}

.section-business-gradright {
    position: absolute;
    top: 0;
    right: 0;
    width: 75%;
    height: 100%;
    background: linear-gradient(270deg,
            rgba(19, 127, 236, 0.1),
            rgba(19, 127, 236, 0.05),
            transparent);
    pointer-events: none;
}

.section-business-blob {
    position: absolute;
    left: -96px;
    bottom: -96px;
    width: 384px;
    height: 384px;
    background: rgba(19, 127, 236, 0.1);
    filter: blur(64px);
    border-radius: 999px;
    pointer-events: none;
}

.section-business-kicker {
    color: #137fec;
    font-weight: 900;
    letter-spacing: -0.02em;
    font-size: 3rem;
    margin-bottom: 12px;
}

.section-business-maintitle {
    font-size: 2.25rem;
    line-height: 1.15;
    margin-bottom: 18px;
    color: #fff;
    font-weight: 700;
}

.section-business-paragraph {
    color: #fcfcfc;
    font-size: 1.125rem;
    line-height: 1.6;
    max-width: 34rem;
    margin: 0;
}

.section-business-featureiconbox {
    width: 56px;
    height: 56px;
    border-radius: 1rem;
    background: #1a2632;
    border: 1px solid #374151;
    display: grid;
    place-items: center;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
    flex: 0 0 auto;
}

.section-business-featureicon {
    font-size: 30px;
    color: #137fec;
}

.section-business-featuretitle {
    font-size: 1.25rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 4px;
}

.section-business-featuretext {
    color: #f1f1f1;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

.section-business-btnprimary {
    height: 56px;
    padding: 0 32px;
    border-radius: 9999px;
    background: #137fec;
    color: #fff;
    border: 0;
    font-weight: 700;
    font-size: 1.125rem;
    box-shadow: 0 16px 40px rgba(19, 127, 236, 0.25);
    transition: background-color 160ms ease, box-shadow 160ms ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.section-business-btnprimary:hover {
    background: #0f6fd1;
    box-shadow: 0 18px 44px rgba(19, 127, 236, 0.4);
}

.section-business-btnsecondary {
    height: 56px;
    padding: 0 32px;
    border-radius: 9999px;
    background: #1a2632;
    color: #fff;
    border: 1px solid #374151;
    font-weight: 700;
    font-size: 1.125rem;
    transition: background-color 160ms ease;
}

.section-business-btnsecondary:hover {
    background: #111827;
}

.section-business-benefits {
    color: #fdfdff;
    font-size: 0.875rem;
    font-weight: 500;
}

/* ✅ desktop left + text left (generic fix) */
@media (min-width: 768px) {
    .section-business-benefits {
        justify-content: flex-start !important;
        text-align: left !important;
    }
}

.section-business-benefiticon {
    color: #137fec;
    font-size: 18px;
}

/* Preview */
.section-business-previewglow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background: rgba(19, 127, 236, 0.2);
    filter: blur(100px);
    border-radius: 999px;
    opacity: 0.4;
    pointer-events: none;
}

.section-business-previewcard {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 2rem;
    overflow: hidden;
    position: relative;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
    max-height: 600px;
}

.section-business-previewtopbar {
    height: 56px;
    border-bottom: 1px solid #e5e7eb;
    padding-left: 24px;
    padding-right: 24px;
}

.section-business-previewmonth {
    color: #111827;
    font-size: 1.125rem;
    font-weight: 700;
}

.section-business-previewcaret {
    color: #6b7280;
    font-size: 16px;
}

.section-business-previewnavbtn {
    padding: 4px;
    border-radius: 0.25rem;
    cursor: pointer;
    color: #6b7280;
}

.section-business-previewnavicon {
    font-size: 22px;
}

.section-business-previewtodaypill {
    background: #137fec;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 0.25rem;
}

.section-business-previewbody {
    height: 520px;
    overflow: hidden;
}

.section-business-timecol {
    width: 64px;
    border-right: 1px solid #e5e7eb;
    background: #fff;
    color: #6b7280;
    font-size: 10px;
    font-weight: 500;
}

.section-business-timeslot {
    height: calc(100% / 6);
    border-bottom: 1px solid #f3f4f6;
}

.section-business-timeslotlast {
    height: calc(100% / 6);
    border-bottom: 0;
}

.section-business-stageroot {
    background: #fff;
    overflow: hidden;
}

.section-business-staffcol {
    border-right: 1px solid #f3f4f6;
}

.section-business-staffname {
    padding: 8px 0;
    font-size: 12px;
    font-weight: 700;
    color: #374151;
    border-bottom: 1px solid #e5e7eb;
}

.section-business-appt {
    position: absolute;
    left: 4px;
    right: 4px;
    border-radius: 0.5rem;
    padding: 8px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
    cursor: pointer;
}

.section-business-appt-blue {
    background: #eff6ff;
    border-left: 2px solid #3b82f6;
}

.section-business-appttitle-blue {
    color: #1e3a8a;
}

.section-business-apptsub-blue {
    color: #2563eb;
}

.section-business-appt-purple {
    background: #faf5ff;
    border-left: 2px solid #a855f7;
}

.section-business-appttitle-purple {
    color: #581c87;
}

.section-business-apptsub-purple {
    color: #7c3aed;
}

.section-business-appt-green {
    background: #f0fdf4;
    border-left: 2px solid #22c55e;
}

.section-business-appttitle-green {
    color: #14532d;
}

.section-business-apptsub-green {
    color: #16a34a;
}

.section-business-appt-orange {
    background: #fff7ed;
    border-left: 2px solid #f97316;
}

.section-business-appttitle-orange {
    color: #7c2d12;
}

.section-business-apptsub-orange {
    color: #ea580c;
}

.section-business-appt-pink {
    background: #fdf2f8;
    border-left: 2px solid #ec4899;
}

.section-business-appttitle-pink {
    color: #831843;
}

.section-business-apptsub-pink {
    color: #db2777;
}

.section-business-appttitle {
    font-size: 12px;
    font-weight: 700;
}

.section-business-apptsub {
    font-size: 10px;
}

.section-business-appt-1 {
    top: 10%;
    height: 25%;
}

.section-business-appt-2 {
    top: 45%;
    height: 15%;
}

.section-business-appt-3 {
    bottom: 5%;
    height: 10%;
}

.section-business-appt-4 {
    top: 5%;
    height: 15%;
}

.section-business-appt-5 {
    top: 30%;
    height: 25%;
}

.section-business-appt-6 {
    bottom: 2%;
    height: 15%;
}

.section-business-appt-7 {
    top: 20%;
    height: 15%;
}

.section-business-appt-8 {
    top: 40%;
    height: 20%;
}

.section-business-appt-9 {
    top: 65%;
    height: 20%;
}

.section-business-toast {
    position: absolute;
    right: -16px;
    top: 80px;
    background: #fff;
    border: 1px solid #e5e7eb;
    padding: 16px;
    border-radius: 0.75rem;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
    animation: section-business-bounce 3s infinite;
}

.section-business-toasticonbox {
    background: #dcfce7;
    color: #16a34a;
    padding: 8px;
    border-radius: 0.5rem;
}

.section-business-toasticon {
    font-size: 22px;
}

.section-business-toasttitle {
    color: #111827;
    font-size: 14px;
    font-weight: 700;
}

.section-business-toastsub {
    color: #6b7280;
    font-size: 12px;
}

@keyframes section-business-bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}

@media (max-width: 768px) {
    .section-business-kicker {
        font-size: 42px;
        font-weight: 700;
    }

    .section-business-maintitle {
        font-size: 32px;
    }
}

@media (max-width: 480px) {
    .section-category-shell {
        max-width: 400px;
    }
}

/* Footer */
.section-footer-shell {
    background: #fff;
    border-top: 1px solid #eef2f6;
    padding: 48px 0 32px;
}

.gb-theme.gb-theme-dark .section-footer-shell {
    background: #1a2632;
    border-top-color: #2b3642;
}

.section-footer-link {
    color: #617589;
    font-size: 0.875rem;
    text-decoration: none;
    transition: color 160ms ease;
}

.gb-theme.gb-theme-dark .section-footer-link {
    color: #9aa6b2;
}

.section-footer-link:hover {
    color: #137fec;
}

.section-footer-bottom {
    border-top: 1px solid #eef2f6;
}

.gb-theme.gb-theme-dark .section-footer-bottom {
    border-top-color: #2b3642;
}

.section-footer-copyright {
    font-size: 12px;
}

.section-footer-minilink {
    font-size: 12px;
}

/* Icons */
.material-symbols-outlined {
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    vertical-align: middle;
}

.gb-mi-20 {
    font-size: 20px;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    background-position: right calc(0.01em + 0.01em) center !important;
}