﻿   .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 span{
    font-size: 32px;
    font-weight:600;
    margin-bottom: 15px;
    max-width: 600px;
    line-height: 1.2;
}


.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; /* Left padding remove chestundi */
        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: 100%;
    }

        .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;
    }
}

/* ---------- 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: 18px;
    }
}