﻿body 
{
   /* =========================================================
   PRASAD SECTION – SHRI OMKARESHWAR
   ========================================================= */

.prasad-custom {
    background: #fafafa;
}

.prasad_1l h1 {
    font-weight: 700;
}

.prasad_1l p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
}

.prasad_1r img {
    max-width: 90%;
}

/* BUTTON STYLE (reuse color theme) */
.btn_oran {
    background: #f26522;
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    font-size: 15px;
    text-decoration: none;
    display: inline-block;
}

.btn_oran:hover {
    background: #d9531e;
    color: #fff;
}

/* RESPONSIVE */
@media (max-width: 767px) {
    .prasad_1l {
        text-align: center;
        margin-bottom: 25px;
    }

    .prasad_1r img {
        max-width: 100%;
    }
}
 /* ==================================================
   FINAL MOBILE ALIGNMENT FIX
   ================================================== */
@media (max-width: 767px) {

    /* WATCH MAIN ROW */
    #watch.watch-custom .watch_1 {
        flex-direction: column;
    }

    /* REMOVE FLEX ON MOBILE */
    #watch.watch-custom .watch_1 > .col-md-6 {
        display: block;
        width: 100%;
        padding: 0 15px;
        text-align: center;
    }

    /* CENTER VIDEO */
    #watch.watch-custom .watch_1l {
        margin-bottom: 20px;
        text-align: center;
    }

    #watch.watch-custom iframe {
        width: 100% !important;
        height: auto !important;
        min-height: 220px;
    }

    /* CENTER TEXT SIDE */
    #watch.watch-custom .watch_1r {
        text-align: center;
        padding: 20px 15px;
    }

    /* PRASAD SECTION STACK */
    .prasad-custom .row {
        flex-direction: column;
        text-align: center;
    }

    .prasad_1l {
        margin-bottom: 25px;
        text-align: center;
    }

    .prasad_1r img {
        max-width: 90%;
        margin: auto;
        display: block;
    }

    /* BUTTONS CENTER */
    .prasad_1l table {
        margin: auto;
    }
}

}
