.main-container {
    align-items: stretch;
    width: 100%;
}

.home-hero-slider {
    --home-hero-height: calc(100vh - 72px - 52px);
    height: var(--home-hero-height, calc(100vh - 72px - 52px));
    min-height: 0 !important;
    position: relative;
    overflow: hidden;
    margin-top: 72px;
    width: 100%;
    align-self: stretch;
}

.main-container .logo-bar {
    margin-top: 0rem;
    width: 100%;
    align-self: stretch;
    position: relative;
    z-index: 2;
    padding: 6px 0;
    height: 52px;
    display: flex;
    align-items: center;
}

.main-container .logo-list {
    gap: 40px;
    padding: 0 24px;
    display: flex;
    align-items: center;
}

.main-container .logo-list img {
    height: 36px !important;
    width: auto !important;
    max-width: 100px;
    max-height: 36px;
    object-fit: contain;
}

.home-hero-track {
    display: flex;
    width: 100%;
    transition: transform 700ms ease;
    will-change: transform;
}

.home-hero-slide {
    position: relative;
    width: 100%;
    min-width: 100%;
    min-height: 0 !important;
    height: var(--home-hero-height, calc(100vh - 72px - 52px)) !important;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-repeat: no-repeat;
    padding: 0 87px 28px 45px;
}

.home-hero-slide:not(.home-hero-slide-temple) {
    background-size: cover;
    background-position: right center !important;
    background-repeat: no-repeat;
}

.home-hero-slide:not(.home-hero-slide-temple) .hero-content {
    width: min(781px, 100%);
    display: flex;
    flex-direction: column;
    margin-top: 0;
}

.home-hero-slide:not(.home-hero-slide-temple) .hero-title {
    font-weight: 800;
    font-size: clamp(38px, 4.5vw, 58px);
    line-height: 1.15;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -0.5px;
}

.home-hero-slide:not(.home-hero-slide-temple) .hero-title .highlight {
    color: #7250cc;
    font-weight: 800;
}

.home-hero-slide:not(.home-hero-slide-temple) .hero-subtitle {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 1.45;
    color: #000;
    font-weight: 400 !important;
    margin-top: 14px;
    margin-bottom: 0px;
}

.hero-left-star {
    width: 24px;
    height: 27px;
    display: block;
}

.star_postion {
    width: 22px;
    height: 25px;
    vertical-align: top;
    margin-top: -6px;
    margin-left: 6px;
    display: inline-block;
}

.home-hero-slide:not(.home-hero-slide-temple) .cta-button {
    width: fit-content;
    min-width: 215px;
    height: 48px;
    background: #000;
    border-radius: 62px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 28px;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
    transition: background 0.3s ease;
}

.home-hero-slide:not(.home-hero-slide-temple) .cta-button:hover {
    background: #222;
}

.home-hero-slide:not(.home-hero-slide-temple) .cta-link {
    color: #fff !important;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.home-hero-slide:not(.home-hero-slide-temple) .stats {
    display: flex;
    align-items: center;
    padding-top: 36px;
    flex-wrap: wrap;
}

.home-hero-slide:not(.home-hero-slide-temple) .stat-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.home-hero-slide:not(.home-hero-slide-temple) .stat-value {
    font-size: clamp(24px, 2.5vw, 30px);
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #000;
    line-height: 1.1;
}

.home-hero-slide:not(.home-hero-slide-temple) .stat-label {
    font-size: 12px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.4;
    letter-spacing: 0.3px;
    margin-top: 4px;
    white-space: nowrap;
}

.home-hero-slide:not(.home-hero-slide-temple) .divider {
    width: 1px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.2);
    margin: 0 24px;
}

.home-hero-slide-temple {
    background-size: 100% 100% !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    padding: 0 87px 28px 45px;
}

.home-hero-slide-temple .hero-content {
    width: min(900px, 100%);
    max-width: calc(100% - 40px);
    gap: 0;
    margin-top: 0;
}

.home-hero-slide-temple .hero-eyebrow {
    margin-bottom: 0px;
    color: #7352cc;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}

.home-hero-slide-temple .hero-title {
    font-size: clamp(58px, 3vw, 86px);
    font-weight: 800;
}

.home-hero-slide-temple .hero-subtitle {
    width: min(720px, 100%);
    margin: 18px 0 0;
    color: #4b5563;
    font-weight: 500 !important;
    line-height: 1.46;
}

.home-hero-slide-temple .hero-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 20px;
    width: min(550px, 100%);
    margin-top: 30px;
}

.home-hero-slide-temple .hero-feature-pill {
    display: flex;
    align-items: center;
    gap: 18px;
    border-radius: 10px;
    background: rgba(248, 246, 255, .94);
    box-shadow: 0 14px 24px rgba(35, 29, 55, .12);
    color: #202433;
    font-size: 13px;
    font-weight: 600;
    padding: 14px 20px;
    height: 3rem;
    text-decoration: none;
}

.home-hero-slide-temple .hero-feature-pill:hover {
    color: #202433;
    text-decoration: none;
}

.home-hero-slide-temple .hero-feature-icon {
    width: 33px;
    height: 33px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex: 0 0 auto;
}

.home-hero-slide-temple .hero-feature-icon svg {
    width: 35px;
    height: 35px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-hero-dots {
    position: absolute;
    left: 50%;
    bottom: 18px;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 8px;
    transform: translateX(-50%);
}

.home-hero-dot {
    width: 9px;
    height: 9px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.home-hero-dot.active {
    width: 28px;
    height: 8px;
    background: #7352cc;
    border-radius: 999px;
}

.home-hero-slide-temple .cta-button {
    margin-top: 16px;
}

.home-hero-slide-temple .cta-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 12px 22px;
    border-radius: 999px;
    background: #000;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 18px rgba(0, 0, 0, .16);
}

@media (max-width: 1024px) {

    .home-hero-slider {
        --home-hero-height: 620px;
    }

    .home-hero-slide-temple .hero-feature-icon {
        width: 30px;
        height: 30px;
    }

    .home-hero-slide-temple .hero-feature-icon svg {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 768px) {
    .home-hero-slider {
        margin-top: 0px;
        --home-hero-height: calc(100vh - 60px - 50px);
    }

    .home-hero-slide:not(.home-hero-slide-temple) {
        background-position: left center !important;
        padding: 40px 20px 28px;
    }

    .home-hero-slide-temple {
        padding: 40px 20px 72px;
        background-position: center center !important;
        background-size: 100% 100% !important;
        background-repeat: no-repeat !important;
    }

    .home-hero-slide-temple .hero-title {
        font-size: clamp(42px, 12vw, 58px);
    }

    .home-hero-slide-temple .hero-subtitle {
        font-size: 18px;
    }

    .home-hero-slide-temple .hero-feature-grid {
        grid-template-columns: 1fr;
        width: 100%;
        gap: 12px;
    }

    .home-hero-dots {
        bottom: 14px;
    }

    .main-container .logo-bar {
        padding: 8px 0;
    }

    .main-container .logo-list {
        gap: 26px;
    }

    .main-container .logo-list img {
        height: 24px !important;
        max-width: 80px;
    }
}

/* Short viewports: adjust temple slide padding if needed */
@media (min-width: 769px) and (max-height: 860px) {
    .home-hero-slide-temple {
        padding: 40px 52px 48px 44px;
    }

    .home-hero-slide-temple .hero-feature-grid {
        gap: 12px 16px;
        margin-top: 20px;
    }

    .home-hero-slide-temple .hero-feature-pill {
        height: 2.6rem;
        padding: 10px 10px;
    }
}

.home-hero-slide .hero-content,
.home-hero-slide .contact-button-right {
    position: relative;
    z-index: 1;
}
