/* =========================
   HERO BANNER
========================= */

/*.hero-slide{*/
/*    position: relative;*/
/*    width: 100%;*/
/*    height: 400px;*/

/*    overflow: hidden;*/

/*    border-radius: 20px;*/

/*    background: #f3f4f6;*/

/*    box-shadow: 0 8px 24px rgba(0,0,0,0.08);*/
/*}*/



/* IMAGE */
/*.hero-img{*/
/*    width: 100%;*/
/*    height: 100%;*/

/*    object-fit: cover;*/

/*    display: block;*/

/*    transition: transform 0.5s ease;*/
/*}*/

/* HERO SLIDER */
.hero-slide{
    width: 100%;
    height: 360px;

    position: relative;

    overflow: hidden;

    border-radius: 16px;

    background: #fff;
}

/* IMAGE */
.hero-img{
    width: 100%;
    height: 100%;

    object-fit: contain;

    display: block;
}
/* HERO SLIDE */
/*.hero-slide{*/
/*    width: 100%;*/
/*    position: relative;*/

/*    overflow: hidden;*/

/*    border-radius: 18px;*/

/*    background: #fff;*/
/*}*/

/* IMAGE */
/*.hero-img{*/
/*    width: 100%;*/
/*    height: auto;*/

/*    display: block;*/

/*    object-fit: contain;*/
/*}*/



/* ZOOM EFFECT */
.carousel-item.active .hero-img{
    transform: scale(1.03);
}

/* OVERLAY */
.hero-overlay{
    position: absolute;
    inset: 0;

    background: linear-gradient(
        to right,
        rgba(0,0,0,0.55),
        rgba(0,0,0,0.15)
    );

    z-index: 1;
}

/* CONTENT */
.hero-content{
    position: absolute;

    top: 50%;
    left: 6%;

    transform: translateY(-50%);

    z-index: 2;

    max-width: 500px;

    color: #fff;
}

/* SMALL HEADING */
.hero-content h2{
    font-size: 30px;
    font-weight: 500;

    margin-bottom: 10px;

    color: #facc15;
}

/* MAIN HEADING */
.hero-content h1{
    font-size: 56px;
    font-weight: 800;

    line-height: 1.1;

    margin-bottom: 14px;

    color: #ffffff;
}

/* PARAGRAPH */
.hero-content p{
    font-size: 17px;
    line-height: 1.7;

    margin-bottom: 20px;

    color: #f3f4f6;
}

/* BUTTON */
.hero-content .btn{
    background: linear-gradient(135deg, #22c55e, #4ade80);

    border: none;

    color: #052e16;

    font-weight: 700;

    padding: 12px 24px;

    border-radius: 10px;

    box-shadow: 0 6px 18px rgba(34,197,94,0.3);

    transition: 0.3s ease;
}

.hero-content .btn:hover{
    transform: translateY(-2px);

    background: linear-gradient(135deg, #16a34a, #22c55e);

    color: #fff;
}

/* =========================
   CAROUSEL ARROWS
========================= */

/*.carousel-control-prev,*/
/*.carousel-control-next{*/
/*    width: 6%;*/
/*    opacity: 1;*/
/*}*/

/*.carousel-control-prev-icon,*/
/*.carousel-control-next-icon{*/
    /*background-color: rgba(255,255,255,0.9);*/
    /*background-color: #facc15;   */

/*    border-radius: 50%;*/

/*    padding: 18px;*/

    /*background-size: 55%;*/

    /*box-shadow: 0 4px 12px rgba(0,0,0,0.15);*/

    /*filter: invert(1);*/
    
/*    background-size: 18px;*/

/*    box-shadow: 0 4px 12px rgba(0,0,0,0.18);*/

    /*filter: brightness(0);  */

/*}*/

.carousel-control-prev-icon,
.carousel-control-next-icon{

    width: 45px;
    height: 45px;

    border-radius: 50%;

    background-color: #facc15;

    background-size: 20px 20px;

    background-position: center;
    background-repeat: no-repeat;

    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

/* BLACK LEFT ARROW */
.carousel-control-prev-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 16 16'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

/* BLACK RIGHT ARROW */
.carousel-control-next-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 16 16'%3e%3cpath d='M4.646 1.646a.5.5 0 0 0 0 .708L10.293 8l-5.647 5.646a.5.5 0 0 0 .708.708l6-6a.5.5 0 0 0 0-.708l-6-6a.5.5 0 0 0-.708 0z'/%3e%3c/svg%3e");
}

/* =========================
   MOBILE RESPONSIVE
========================= */

/*@media(max-width:768px){*/

/*    .hero-slide{*/
/*        height: 220px;*/
/*        border-radius: 12px;*/
/*    }*/

/*    .hero-overlay{*/
/*        background: linear-gradient(*/
/*            to right,*/
/*            rgba(0,0,0,0.45),*/
/*            rgba(0,0,0,0.1)*/
/*        );*/
/*    }*/
/* MOBILE FIX */
/*@media(max-width:768px){*/

/*    .hero-slide{*/
/*        height: auto;*/
/*    }*/

/*    .hero-img{*/
/*        width: 100%;*/
/*        height: auto;*/

/*        object-fit: contain;*/
/*    }*/

/*}*/
@media(min-width:992px){

    .hero-slide{
        height: 420px;
    }

    .hero-img{
        height: 100%;
        object-fit: cover;
    }

}

@media(min-width:768px) and (max-width:991px){

    .hero-slide{
        height: 300px;
    }

    .hero-img{
        height: 100%;
        object-fit: contain;
    }

}


@media(max-width:767px){

    .hero-slide{
        height: auto;
        border-radius: 10px;
    }

    .hero-img{
        width: 100%;
        height: auto;

        object-fit: contain;
    }

}


















    .hero-content{
        left: 5%;
        max-width: 80%;
    }

    .hero-content h2{
        font-size: 16px;
        margin-bottom: 4px;
    }

    .hero-content h1{
        font-size: 24px;
        margin-bottom: 6px;
    }

    .hero-content p{
        font-size: 12px;
        line-height: 1.4;
        margin-bottom: 10px;
    }

    .hero-content .btn{
        padding: 8px 14px;
        font-size: 13px;
        border-radius: 8px;
    }

    .carousel-control-prev,
    .carousel-control-next{
        width: 12%;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon{
        padding: 12px;
    }
}