
    /* Curved Title Overlay Styling */
    .curved-title-overlay {
        position: absolute;
        top: 30px;
        left: 0;
        width: 100%;
        z-index: 100;
        display: flex;
        justify-content: center;
        pointer-events: none;
        padding: 0 20px;
    }
    
    .curved-text {
        font-family: 'Washrab', 'Noto Serif Ethiopic', 'Noto Sans Ethiopic', serif !important;
        font-size: 78px;
        font-weight: 800;
        color: #ffffff;
        text-transform: uppercase;
        letter-spacing: 10px;
        text-align: center;
        text-shadow: 0 6px 16px rgba(0, 0, 0, 0.45);
        margin: 0;
    }
    
    /* Theme overlay to blend slider with page gradient background */
    .slider-home-1 {
        position: relative;
    }
    
    .slider-home-1 .hero-section{
        position:relative;
        background-image: linear-gradient(180deg, rgba(242, 222, 26, 0.65) 0%, rgba(27, 127, 27, 0.65) 60%), url('/assets/img/color-bg.jpg');
        background-size: cover; background-position: center;
        padding: 50px 0;
        min-height: 520px;
        display: flex; align-items: center;
    }
    .slider-home-1 .hero-img-style{display:none}

    /* Align the two hero images and unify their sizing */
    .slider-home-1 .hero-img{ display:flex; align-items:center; justify-content:center; padding: 10px; }
    .slider-home-1 .hero-section .col-lg-6:first-child .hero-img {
        justify-content: flex-start;
        margin-left: -30px;
    }
    .slider-home-1 .hero-section .col-lg-6:last-child .hero-img {
        justify-content: flex-end;
        margin-right: -30px;
    }
    .slider-home-1 .hero-img img{ max-height: 300px; width: auto; height: auto; object-fit: contain; }
    /* Adjust kaba-1.png sizing */
    .slider-home-1 .hero-img img[src*="kaba-1.png"]{ max-height: 480px !important; }

    .slider-home-1 .hero-text h1{color:#fff}
    .slider-home-1 .hero-text p{color:#fef9c3}

    @media (max-width: 992px){
    .slider-home-1 .hero-section{ min-height: 400px; padding: 35px 0; }
    .slider-home-1 .hero-img img{ max-height: 220px; }
    .slider-home-1 .hero-img img[src*="kaba-1.png"]{ max-height: 320px !important; }
        
        /* Tablet curved text adjustments */
        .curved-text {
            font-size: 56px;
            letter-spacing: 8px;
        }
    }
    @media (max-width: 576px){
        .slider-home-1 .hero-section{ 
            min-height: auto; 
            padding: 5px 0 40px 0; 
            margin: 0;
            position: relative;
        }
        .slider-home-1 .hero-section .container {
            padding: 0 10px;
        }
        .slider-home-1 .hero-section .row{ 
            display: flex; 
            flex-direction: row; 
            align-items: center; 
            margin: 0;
        }
        .slider-home-1 .hero-section .col-lg-6{ 
            flex: 0 0 50%; 
            max-width: 50%; 
            padding: 0 5px;
        }
        .slider-home-1 .hero-img{ 
            padding: 0; 
            margin: 0;
        }
        .slider-home-1 .hero-section .col-lg-6:first-child .hero-img {
            margin-left: -10px;
        }
        .slider-home-1 .hero-section .col-lg-6:last-child .hero-img {
            margin-right: -10px;
        }
        .slider-home-1 .hero-img img{ 
            max-height: 120px; 
            margin: 0;
        }
        .slider-home-1 .hero-img img[src*="kaba-1.png"]{ 
            max-height: 170px !important; 
        }
        /* Ensure owl carousel indicators don't overlap */
        .slider-home-1 .owl-dots {
            position: absolute;
            bottom: 10px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 10;
        }
        
        /* Mobile curved text adjustments */
        .curved-title-overlay {
            top: 10px;
            padding: 0 10px;
        }
        .curved-text {
            font-size: 28px;
            letter-spacing: 3px;
        }
        
        /* Adjust slider padding to accommodate curved text */
        .slider-home-1 .hero-section {
            padding-top: 50px !important;
        }
    }
