/* =========================
   HOME HERO SLIDER
========================= */
.home-hero {
    padding: 0;
    margin: 0;
}

#homeBannerSlider {
    position: relative;
}

.hero-slide-img {
    height: 670px;
    object-fit: cover;
    width: 100%;
    display: block;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.08);
    z-index: 1;
}

.hero-caption {
    z-index: 2;
    bottom: 38%;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    text-align: center;
    color: #cf2b12;
    text-shadow: none;
}

.hero-caption h1 {
    color: #cf2b12;
    font-size: 4rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 1.8rem;
    line-height: 1.1;
}

.hero-caption p {
    color: #cf2b12;
    font-size: 1.35rem;
    line-height: 1.25;
    margin: 0 auto;
    max-width: 1500px;
}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.carousel-control-prev,
.carousel-control-next {
    width: 6%;
}
/* =========================
   WELCOME MESSAGE SECTION (COMPACT)
========================= */
.welcome-section {
    background: #efefef;
    padding: 50px 0 60px;
}

.welcome-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

/* MAIN TITLE */
.welcome-main-title {
    color: #0d446d;
    font-size: 2.2rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}

/* SUB TITLE */
.welcome-sub-title {
    color: #ff2500;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 30px;
}

/* CONTENT */
.welcome-content {
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
    color: #000;
    font-size: 0.95rem;
    line-height: 1.6;
}

.welcome-content p {
    margin-bottom: 18px;
}

/* SIGN */
.welcome-sign {
    font-weight: 500;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1400px) {
    .hero-caption h1 {
        font-size: 3.2rem;
    }

    .hero-caption p {
        font-size: 1.15rem;
    }

    .welcome-main-title {
        font-size: 2.4rem;
    }
}

@media (max-width: 992px) {
    .hero-slide-img {
        height: 520px;
    }

    .hero-caption {
        bottom: 28%;
        width: 90%;
    }

    .hero-caption h1 {
        font-size: 2.4rem;
        margin-bottom: 1rem;
    }

    .hero-caption p {
        font-size: 1rem;
    }

    .welcome-main-title {
        font-size: 2rem;
    }

    .welcome-sub-title {
        font-size: 1.5rem;
        margin-bottom: 32px;
    }

    .welcome-content {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .hero-slide-img {
        height: 400px;
    }

    .hero-caption {
        bottom: 22%;
        width: 92%;
    }

    .hero-caption h1 {
        font-size: 1.6rem;
    }

    .hero-caption p {
        font-size: 0.9rem;
        line-height: 1.3;
    }

    .welcome-section {
        padding: 50px 0 60px;
    }

    .welcome-main-title {
        font-size: 1.45rem;
        line-height: 1.3;
    }

    .welcome-sub-title {
        font-size: 1.15rem;
    }

    .welcome-content {
        font-size: 0.95rem;
    }
}

@media (max-width: 768px) {
    .welcome-main-title {
        font-size: 1.4rem;
    }

    .welcome-sub-title {
        font-size: 1.1rem;
    }

    .welcome-content {
        font-size: 0.9rem;
    }
}