.stars i {
    font-size: 1.5rem;
    color: #ddd;
    cursor: pointer;
    transition: color 0.3s ease-in-out;
}

.stars i.hovered,
.stars i.selected {
    color: #f39c12; /* Gold */
}
.review .fa-star {
    font-size: 1.2rem;
    color: #ddd;
}

.review .fa-star.selected {
    color: #f39c12;
}

.public-site {
    background: #fbfaf7;
    color: #667085;
}

.public-site .section-kicker {
    color: #b96828;
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.public-navbar {
    background: rgba(18, 31, 56, 0.96) !important;
}

.public-navbar .nav-link {
    font-weight: 700;
}

.public-brand {
    font-size: clamp(1.25rem, 2.1vw, 2rem);
    line-height: 1.1;
}

.public-heading {
    color: #18223a;
    font-weight: 800;
    line-height: 1.2;
}

.public-section {
    padding-bottom: 82px;
    padding-top: 82px;
}

.public-band {
    background: #f3f7f8;
}

.feature-tile,
.step-tile,
.pricing-panel,
.hms-faq .accordion-item {
    background: #ffffff;
    border: 1px solid #eadfce;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(74, 55, 33, 0.08);
}

.hms-site main {
    overflow: hidden;
}

.hms-site .floating-contact {
    bottom: 32px;
    display: flex !important;
    flex-direction: column;
    gap: 10px;
    left: auto !important;
    position: fixed !important;
    right: 22px !important;
    top: auto !important;
    width: auto !important;
    z-index: 1050;
}

.hms-floating-action {
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 12px 28px rgba(17, 24, 39, 0.18);
    color: #ffffff;
    display: inline-flex !important;
    font-size: 1.1rem;
    height: 52px !important;
    justify-content: center;
    line-height: 1;
    min-height: 52px !important;
    min-width: 52px !important;
    padding: 0 !important;
    text-decoration: none;
    width: 52px !important;
}

.hms-floating-action:hover {
    color: #ffffff;
    transform: translateY(-2px);
}

.hms-call-action {
    background: #d97731;
}

.hms-whatsapp-action {
    background: #1f9d55;
}

.hms-hero {
    background:
        linear-gradient(135deg, rgba(255, 248, 238, 0.94), rgba(246, 250, 252, 0.96)),
        url("../img/carousel-1.jpg") center/cover no-repeat;
    border-bottom: 1px solid #eadfce;
    padding: 145px 0 86px;
}

.hms-hero h1 {
    color: #18223a;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(2.45rem, 4.2vw, 4.2rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.08;
}

.hms-hero .lead {
    color: #667085;
    font-size: 1.08rem;
    line-height: 1.75;
    margin: 24px 0 30px;
    max-width: 650px;
}

.hms-hero .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hms-hero .btn {
    border-radius: 6px;
    font-weight: 700;
    padding: 0.85rem 1.35rem;
}

.hms-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 22px;
}

.hms-trust-row span {
    color: #667085;
    font-weight: 700;
}

.hms-trust-row i {
    color: #1f9d55;
    margin-right: 6px;
}

.hms-product-visual {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #eadfce;
    border-radius: 8px;
    box-shadow: 0 22px 54px rgba(74, 55, 33, 0.14);
    margin-left: auto;
    max-width: 560px;
    overflow: hidden;
    padding: 22px;
}

.hms-window-bar {
    background: #fff8ef;
    border-bottom: 1px solid #eadfce;
    display: flex;
    gap: 7px;
    margin: -22px -22px 22px;
    padding: 16px 20px;
}

.hms-window-bar span {
    background: #d8c8b4;
    border-radius: 50%;
    height: 10px;
    width: 10px;
}

.hms-visual-header,
.hms-schedule div,
.pricing-panel {
    align-items: center;
    display: flex;
}

.hms-visual-header {
    justify-content: space-between;
    margin-bottom: 18px;
}

.hms-visual-header small,
.hms-metric-grid small {
    color: #8a94a6;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
}

.hms-visual-header strong,
.hms-metric-grid strong {
    color: #18223a;
    font-size: 1.18rem;
}

.status-pill {
    background: rgba(31, 157, 85, 0.12);
    border-radius: 999px;
    color: #1f9d55;
    font-weight: 800;
    padding: 8px 14px;
}

.hms-metric-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 18px;
}

.hms-metric-grid > div {
    background: #fbfaf7;
    border: 1px solid #eadfce;
    border-radius: 8px;
    padding: 16px;
}

.hms-schedule div {
    border-top: 1px solid #eadfce;
    gap: 14px;
    justify-content: space-between;
    padding: 16px 0;
}

.hms-schedule span {
    color: #8a94a6;
    min-width: 120px;
}

.hms-schedule strong {
    color: #18223a;
    flex: 1;
}

.hms-schedule em {
    background: #fff3df;
    border-radius: 6px;
    color: #a45c1f;
    font-style: normal;
    font-weight: 800;
    padding: 6px 10px;
}

.feature-tile,
.step-tile {
    height: 100%;
    padding: 28px;
}

.feature-tile i {
    align-items: center;
    background: #fff3df;
    border-radius: 8px;
    color: #b96828;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.feature-tile h4,
.step-tile h5 {
    color: #18223a;
    font-weight: 800;
    margin-top: 18px;
}

.module-list {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.module-list div {
    align-items: center;
    background: #ffffff;
    border: 1px solid #eadfce;
    border-radius: 8px;
    display: flex;
    gap: 14px;
    padding: 18px;
}

.module-list i {
    color: #b96828;
    font-size: 1.2rem;
}

.module-list span {
    color: #18223a;
    font-weight: 700;
}

.step-tile strong {
    color: #b96828;
    display: block;
    font-size: 1.8rem;
    font-weight: 900;
}

.pricing-panel {
    gap: 28px;
    justify-content: space-between;
    padding: 34px;
}

.pricing-panel h2,
.hms-cta h2 {
    color: #18223a;
    font-weight: 900;
}

.pricing-panel ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pricing-panel li {
    color: #18223a;
    font-weight: 700;
    margin-bottom: 10px;
}

.pricing-panel li i {
    color: #1f9d55;
    margin-right: 8px;
}

.hms-faq .accordion-item {
    margin-bottom: 14px;
    overflow: hidden;
}

.hms-cta {
    background: #18223a;
    color: #ffffff;
    padding: 78px 0;
}

.hms-cta h2 {
    color: #ffffff;
}

.hms-cta p {
    color: rgba(255, 255, 255, 0.82);
}

.public-footer {
    margin-top: 0 !important;
}

.hall-site {
    background: #fbfaf7;
}

.hall-site main {
    overflow: hidden;
}

.hall-site .public-navbar {
    background: rgba(18, 31, 56, 0.94) !important;
    backdrop-filter: blur(10px);
}

.hall-site .public-navbar .nav-link {
    font-size: 0.92rem;
    letter-spacing: 0;
}

.public-hero .carousel-item {
    height: 92vh;
    min-height: 560px;
}

.public-hero .carousel-item > img {
    object-fit: cover;
}

.public-hero .carousel-item::after,
.public-hero-fallback::after {
    background: linear-gradient(90deg, rgba(18, 31, 56, 0.82), rgba(18, 31, 56, 0.34));
    content: "";
    inset: 0;
    position: absolute;
}

.public-hero .carousel-caption {
    z-index: 2;
}

.public-hero-content {
    max-width: 920px;
}

.public-hero-content h1 {
    font-size: clamp(2.8rem, 6vw, 5.8rem);
    line-height: 0.98;
}

.public-hero-content h3 {
    font-size: clamp(1rem, 1.8vw, 1.4rem);
    line-height: 1.5;
}

.public-hero-fallback {
    background:
        linear-gradient(rgba(18, 31, 56, 0.55), rgba(18, 31, 56, 0.68)),
        url("../img/carousel-1.jpg") center/cover no-repeat;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.hero-actions .btn {
    border-radius: 6px;
    font-weight: 700;
    padding: 0.85rem 1.35rem;
}

.hall-floating-contact {
    bottom: 32px;
    display: flex !important;
    flex-direction: column;
    gap: 10px;
    position: fixed !important;
    right: 22px !important;
    z-index: 1050;
}

.hall-floating-action {
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 12px 28px rgba(17, 24, 39, 0.18);
    color: #ffffff;
    display: inline-flex !important;
    font-size: 1rem;
    height: 54px !important;
    justify-content: center;
    line-height: 1;
    min-height: 54px !important;
    min-width: 54px !important;
    padding: 0 !important;
    text-decoration: none;
    width: 54px !important;
}

.hall-floating-action:hover {
    color: #ffffff;
    transform: translateY(-2px);
}

.hall-call-action {
    background: #d97731;
}

.hall-whatsapp-action {
    background: #1f9d55;
}

.public-panel,
.public-card {
    background: #ffffff;
    border: 1px solid #eadfce;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(74, 55, 33, 0.08);
}

.venue-proof-item {
    align-items: center;
    border-bottom: 1px solid #eadfce;
    display: flex;
    gap: 16px;
    padding: 17px 0;
}

.venue-proof-item:last-of-type {
    border-bottom: 0;
}

.venue-proof-item i,
.service-highlight i {
    align-items: center;
    background: #fff3df;
    border-radius: 8px;
    color: #b96828;
    display: inline-flex;
    height: 46px;
    justify-content: center;
    width: 46px;
}

.venue-proof-item strong,
.venue-proof-item span {
    display: block;
}

.venue-proof-item strong {
    color: #18223a;
    font-weight: 800;
}

.service-highlight {
    padding: 10px 24px;
}

.service-highlight h4 {
    color: #18223a;
    font-weight: 800;
    margin-top: 18px;
}

.service-highlight p {
    margin-bottom: 0;
}

.venue-card {
    height: calc(100% - 1.5rem);
    overflow: hidden;
}

.venue-card .card-img-top {
    aspect-ratio: 16 / 10;
    height: auto !important;
    object-fit: cover;
    transition: transform 0.3s ease;
    width: 100%;
}

.venue-card:hover .card-img-top {
    transform: scale(1.04);
}

.venue-card .card-body {
    padding: 22px;
}

.venue-card .card-title {
    color: #18223a;
    font-weight: 800;
}

.review-form-card .form-control {
    border-color: #eadfce;
    border-radius: 6px;
    margin-bottom: 12px;
}

.reviews-scroll {
    height: 350px;
    overflow-y: auto;
    padding-right: 4px;
    position: relative;
}

.review-chunk {
    margin-bottom: 20px;
}

.review.public-card {
    border-radius: 8px;
}

.hall-site .modal-content {
    border: 0;
    border-radius: 8px;
    overflow: hidden;
}

.hall-site .modal-header {
    background: #18223a;
    color: #ffffff;
}

.hall-site .modal-header .btn-close {
    filter: invert(1);
}

@media (max-width: 991.98px) {
    .public-hero .carousel-item {
        min-height: 620px;
    }

    .public-hero-content h1 {
        font-size: clamp(2.4rem, 11vw, 4rem);
    }

    .hall-floating-contact {
        bottom: 22px;
        right: 16px !important;
    }
}

@media (max-width: 991.98px) {
    .hms-hero {
        padding-top: 125px;
    }

    .hms-product-visual {
        margin-left: 0;
    }

    .hms-metric-grid,
    .module-list {
        grid-template-columns: 1fr;
    }

    .pricing-panel {
        align-items: flex-start;
        flex-direction: column;
    }
}
