#hero-no-image-section {
    background: linear-gradient(135deg, #052c20 0%, #0a4635 50%, #062f23 100%);
    position: relative;
    overflow: hidden;
    padding: 135px 0 115px 0;
}
@media (max-width: 991px) {
    #hero-no-image-section {
        padding: 85px 0 105px 0;
    }
}
#hero-no-image-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(rgba(252, 163, 17, 0.07) 1px, transparent 1px);
    background-size: 24px 24px;
    opacity: 0.8;
    z-index: 1;
}
.glow-blob-1 {
    position: absolute;
    width: 320px;
    height: 320px;
    background: rgba(252, 163, 17, 0.12);
    filter: blur(100px);
    border-radius: 50%;
    top: -50px;
    right: 15%;
    z-index: 1;
}
.glow-blob-2 {
    position: absolute;
    width: 280px;
    height: 280px;
    background: rgba(10, 92, 69, 0.35);
    filter: blur(90px);
    border-radius: 50%;
    bottom: -50px;
    left: 8%;
    z-index: 1;
}
.carousel-text-item {
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (max-width: 991px) {
    .carousel-text-item {
        min-height: auto;
        margin-bottom: 20px;
    }
}
.carousel-text-item h4 {
    color: var(--theme);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 13.5px;
    margin-bottom: 15px;
}
.carousel-text-item h1 {
    color: #ffffff;
    font-size: 44px;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .carousel-text-item h1 {
        font-size: 32px;
    }
}
.carousel-text-item p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 30px;
}
.carousel-text-item .hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 10px;
}
.theme-btn .left-icon {
    margin-left: 0;
    margin-right: 10px;
    transform: none !important;
    font-size: 15px;
}
.theme-btn:hover .left-icon {
    transform: none !important;
}
.slider-image-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 15px;
    position: relative;
    z-index: 10;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
    display: inline-block;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
}
.slider-image-card img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    object-position: center top;
    border-radius: 12px;
    margin-bottom: 12px;
}
@media (max-width: 575px) {
    .slider-image-card img {
        height: 280px;
    }
}
.slider-image-caption {
    text-align: left;
    padding: 0 8px 5px 8px;
}
.slider-image-caption h5 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 4px;
}
.slider-image-caption p {
    color: #94a3b8;
    font-size: 12.5px;
    margin-bottom: 0;
    line-height: 1.4;
}
#text-slider {
    z-index: 5;
    position: relative;
}
#text-slider.carousel-indicators {
    justify-content: start;
    margin-left: 0;
    margin-bottom: -50px;
}
@media (max-width: 991px) {
    #text-slider.carousel-indicators {
        justify-content: center;
        margin-bottom: -40px;
    }
}
#text-slider.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    border: none;
    margin-right: 8px;
}
#text-slider.carousel-indicators.active {
    background-color: var(--theme);
    transform: scale(1.2);
}
