.video-header {
    text-align: center;
    margin-top: 10px;
}

.paddblock {
    margin-bottom: 30px;
}

span.oprice {
    text-decoration: line-through;
    padding-right: 5px;
    font-size: 15px !important;
}

span.dprice {
    color: red !important;
}

div#HomeModal {
    background: #0000004a;
    top: 5pc;
}

    div#HomeModal .modal-dialog {
        max-width: 600px;
    }

button.closem.closepopup {
    border-radius: 5px;
    position: absolute;
    background: #212863;
    color: #fff;
    border: none;
    right: 5px;
}

.hero {
    position: relative;
    width: 100%;
    height: 100vh; /* adjust height */
    overflow: hidden;
    background: #000; /* fallback background */
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; /* keep it behind text but visible */
    overflow: hidden;
}

    .video-background video {
        width: 100%;
        height: 100%;
        object-fit: cover; /* behave like background-size: cover */
    }

button#muteBtn {
    position: absolute;
    right: 0;
    bottom: 0;
    background: none;
    color: #fff;
    border: none;
    font-size: 26px;
}

.hero-content {
    position: relative;
    z-index: 1; /* text above video */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
    color: #fff;
}
/* Overlay container */
.video-controls {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    pointer-events: none; /* so clicks pass through except icons */
}

    .video-controls button {
        background: rgba(0,0,0,0.5);
        color: #fff;
        font-size: 22px;
        padding: 8px 12px;
        border-radius: 6px;
        border: none;
        cursor: pointer;
        pointer-events: auto;
        transition: opacity 0.3s;
    }

@media(max-width:1200px) {
    .hero {
        height: 500px;
    }
}

@media(max-width:900px) {
    .hero {
        height: 400px;
    }

    .middleblock.videoblock {
        border: 4px double #212863;
        padding: 1pc 2pc;
        margin: 1pc auto;
        width: 90%;
    }
}


@media(max-width:767px) {
    .d-flex.flex-wrap.justify-content-between {
        justify-content: center !important;
    }

    .about .middleblock {
        padding: 0 30px;
    }

    section#testimonials .text-end {
        text-align: center !important;
    }

    .middleblock.videoblock {
        border: 4px double #212863;
        padding: 1pc 2pc;
        margin: 1pc auto;
        width: 90%;
    }
}

.hero {
    height: auto !important;
    background: transparent;
}

@media(min-width:1300px) {
    main.main {
        margin-top: 200px !important;
    }
}

@media (max-width: 767px) {
    main.main {
        margin-top: 200px !important;
    }
}

@media(max-width:600px) {
    .hero {
        height: 100%;
    }

    .section-title div {
        font-size: 29px;
    }
}

@media (max-width: 370px) {
    main.main {
        margin-top: 220px !important;
    }
}

button.noclass {
    border: 1px solid #eee;
    background: none;
}

    button.noclass:hover {
        border: 1px solid #ddd;
    }

.action-btns {
    display: none;
}

.product-list-2 .product-info {
    padding: 0 5px;
}

p.price-range span {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--heading-color);
}
