﻿   .imageBanner {
            position: relative;
            width: 100%;
            height: 450px;
            overflow: hidden;
            display: flex;
            align-items: center;
            background-color: rgb(8, 31, 48);
        }


        .main-bg-img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: 1;
        }

        .banner-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 2;
        }

.banner-content {
    position: relative;
    z-index: 3;
    width: 100%;
    padding-left: 10%;


    color: #ffffff;
}

        .badge-text {
            border: 1px solid #4CAF50;
            padding: 5px 15px;
            font-size: 18px;
            letter-spacing: 2px;
            display: inline-block;
            margin-bottom: 20px;
        }

.product-short-description h1 span {
    font-family: "deca-serif", Sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    color: #FFFFFF;
}


.breadcrumb-nav {
    opacity: 0.9;
}

            .breadcrumb-nav span {
                font-size: 35px;
            }

        .careers-wrapper {
            padding: 0 8rem;
            background: #fff;
            font-family: 'Segoe UI', sans-serif;
        }

        .breadcrumb-nav h1 {
            margin-top: 0;
            margin-bottom: .5rem;
            font-weight: 500;
            line-height: 0;
        }

.gallery-wrapper {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    text-align: center;
    background-color: #ffffff;
    font-family: 'Segoe UI', Arial, sans-serif;
}

/* ---------- TABLET STYLES (768px to 1024px) ---------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .banner-content {
      padding-left:0 !important;
        text-align: center; /* Text motham center chestundi */
        width: 100%;
    }
   
        /* Button Wrapper Center */
        .btn-wrapper {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    /* Short Description (Span) Center */
    .product-short-description {
        display: flex !important;
        justify-content: center !important; /* Flexbox tho center */
        text-align: center;
        width: 500px;
        margin:0 auto;
    }
        .product-short-description h1{
            font-size:28px;
        }

        .product-short-description span {
            font-size: 32px !important;
            max-width: 80% !important; /* Screen ki touch avvakunda */
            margin: 0 auto !important; /* Horizontal center */
        }

    .text-wrapper {
        text-align: center;
    }
    .careers-wrapper {
        padding: 15px !important;
     
    }
}

/* ---------- MOBILE STYLES (767px and below) ---------- */
@media screen and (max-width: 767px) {
    .banner-content {
        padding-left: 0 !important;
        text-align: center;
    }

    .btn-wrapper {
        display: flex;
        justify-content: center;
    }

    .product-short-description {
        display: flex !important;
        justify-content: center !important;
        width: 100%;
        margin-top: 15px;
    }

        .product-short-description span {
            font-size: 22px !important;
            line-height: 1.3;
            margin: 0 auto !important;
        }

    .breadcrumb-nav span {
        font-size: 25px !important;
    }
    .careers-wrapper {
        padding: 15px !important;
        background: #fff;
        font-family: 'Segoe UI', sans-serif;
    }
}
@media(max-width:992px){
    .product-short-description span {
        
        margin-right: 0 !important;
        margin-left: 7rem;
    }
    .banner-content {
       padding-left:0rem !important;
    }

}
@media (max-width:1317px) and (min-width:1025px) {
    .d-flex.justify-content-between {
        flex-direction: column;
    }
    .feature-box p {
        margin-bottom: 10px;
    }
    }