.m-menu {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 230px;
    box-shadow: 0px 7px 12px -4px rgba(0, 0, 0, 0.45);
    background: #fff !important;
    z-index: 99;
    margin-top: -7px;
    padding: 5px 10px;
}





.ed-top {
    background: #FF7722 !important;
}

.ed-com-t1-left ul li a {
    color: #000000 !important;
    padding: 5px 14px;
    line-height: 30px;
    border-right: 1px solid #000000 !important;
    font-size: 12px;
}

.ed-com-t1-social ul li a i {
    width: 30px;
    height: 30px;
    /* background: #013673; */
    color: #000000 !important;
    padding: 12px 4px;
    text-align: center;
    border-right: 1px solid #002147;
}

.wed-rights {
    background: #9f3e01 !important;
}

/* navbar */
.ed-mm-inn ul li a {
    display: block;
    border-bottom: 1px solid #ececec;
    padding: 6px 0px 6px 3px !important;
    font-size: 14px;
    line-height: 44px;
}

.ed-mm-inn ul li a:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 14px;
    color: black;
    margin-left: -25px;
    display: none !important;
}


/* contact page  */
.com-sp {
    padding: 26px 0px;
}



/* footer section */
.wed-foot-link ul li a {
    color: #ffffff;
    font-size: 16px;
}

.wed-hom-footer {
     margin-top: 60px; 
    padding: 80px 0px 65px 0px;
    background: #FF7722 !important;
}


.de-left-tit {
    background: #FF7722 !important;
    padding: 10px;
    border-radius: 2px;
}

.wed-hom-footer p {
    font-size: 13px;
    color: #ffffff !important;
}


/* blog details page  */

.pg-blog-desc {
    margin-left: 0px;
    padding-top: 0px;
}

.con-title {
    text-align: center;
    margin-bottom: 0px;
}


.wed-hom-footer {
    margin-top: 60px;
    padding: 80px 0px 20px 0px;
    background: #FF7722 !important;
}
.wed-rights p {
    text-align: center;
    margin-bottom: 0px;
    padding: 8px;
    color: white;
    font-size: 15px;
}
.wed-hom-footer h4 {
    font-weight: 500;
    color: white;
    font-size: 20px;
    padding-bottom: 25px;
    text-transform: uppercase;
}


/* about page  */
.border-orange {
    border-color: #FF7722 !important;
}



/* gallery page  */

:root {
    --gx-bg: #fff;
    --gx-border: #eef2f7;
    --gx-soft: #f8fafc;
    --gx-shadow: 0 10px 28px rgba(15, 23, 42, .08);
    --gx-shadow2: 0 16px 44px rgba(15, 23, 42, .14);
    --gx-grad: linear-gradient(135deg, #7c3aed, #0ea5e9);
}

/* === Kesariya Accent Theme === */
.kesariya {
    --gx-kesa-grad: linear-gradient(135deg, #FF7A00, #FFA800);
    /* saffron sweep */
    --gx-kesa-soft: rgba(255, 138, 0, .18);
    --gx-kesa-glow: rgba(255, 138, 0, .28);
}

/* Heading accent */
.kesariya .galleryx-title span {
    background: var(--gx-kesa-grad);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* Card base border tint */
.kesariya .galleryx-card {
    border-color: var(--gx-kesa-soft);
    box-shadow: 0 8px 24px rgba(15, 23, 42, .06), 0 0 0 1px var(--gx-kesa-soft) inset;
}

/* Gradient ring border (visible + stronger on hover) */
.kesariya .galleryx-card::after {
    background: var(--gx-kesa-grad);
    opacity: .35;
    /* always-on kesariya ring */
}

.kesariya .galleryx-item:hover .galleryx-card::after {
    opacity: .85;
    /* brighter on hover */
}

.kesariya .galleryx-item:hover .galleryx-card {
    box-shadow: 0 16px 44px var(--gx-kesa-glow), 0 1px 0 rgba(255, 255, 255, .6) inset;
}

/* Lightbox saffron touch */
.kesariya .galleryx-lightbox .gx-img {
    border: 2px solid #FF8A00;
    box-shadow: 0 20px 60px rgba(255, 138, 0, .25), 0 0 0 1px rgba(255, 138, 0, .35);
}

.kesariya .galleryx-lightbox .gx-prev,
.kesariya .galleryx-lightbox .gx-next,
.kesariya .galleryx-lightbox .gx-close {
    background: rgba(255, 138, 0, .18);
    border: 1px solid rgba(255, 138, 0, .35);
}

.kesariya .galleryx-lightbox .gx-prev:hover,
.kesariya .galleryx-lightbox .gx-next:hover,
.kesariya .galleryx-lightbox .gx-close:hover {
    background: rgba(255, 138, 0, .28);
}

.galleryx-section {
    padding: 28px 0 10px;
}

.galleryx-head {
    text-align: center;
    margin-bottom: 16px;
}

.galleryx-title {
    font-weight: 800;
    margin: 0 0 6px;
}

.galleryx-title span {
    background: var(--gx-grad);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.galleryx-sub {
    color: #64748b;
    margin: 0;
}

/* Grid */
.galleryx-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 14px;
}

/* Card */
.galleryx-card {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    background: var(--gx-soft);
    border: 1px solid var(--gx-border);
    box-shadow: var(--gx-shadow);
}

.galleryx-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transform: scale(1);
    transition: transform .35s ease;
}

.galleryx-card::after {
    /* thin neon stroke on hover */
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 14px;
    padding: 1px;
    background: var(--gx-grad);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity .25s ease;
}

.galleryx-cap {
    position: absolute;
    inset: auto 0 0 0;
    height: 54%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 45%, rgba(0, 0, 0, .85) 100%);
    color: #fff;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 8px;
    padding: 14px;
    letter-spacing: .2px;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity .25s ease, transform .25s ease;
    font-weight: 600;
}

.galleryx-cap i {
    font-size: 18px;
    line-height: 1;
}

.galleryx-item:hover .galleryx-card img {
    transform: scale(1.06);
}

.galleryx-item:hover .galleryx-card::after {
    opacity: 1;
}

.galleryx-item:hover .galleryx-cap {
    opacity: 1;
    transform: translateY(0);
}

/* Lightbox */
.galleryx-lightbox[hidden] {
    display: none;
}

.galleryx-lightbox {
    position: fixed;
    inset: 0;
    z-index: 1080;
    background: rgba(15, 23, 42, .9);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 20px;
}

.gx-img {
    max-width: min(92vw, 1200px);
    max-height: 80vh;
    border-radius: 12px;
    box-shadow: var(--gx-shadow2);
    border: 1px solid rgba(255, 255, 255, .12);
}

.gx-cap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #e5e7eb;
    text-align: center;
    padding: 10px 14px;
    font-size: 14px;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .55));
}

.gx-close,
.gx-prev,
.gx-next {
    position: absolute;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    border: 0;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    cursor: pointer;
    display: grid;
    place-items: center;
    font-size: 22px;
    backdrop-filter: blur(4px);
}

.gx-close {
    top: 20px;
    right: 20px;
}

.gx-prev {
    left: 20px;
}

.gx-next {
    right: 20px;
}

.gx-close:hover,
.gx-prev:hover,
.gx-next:hover {
    background: rgba(255, 255, 255, .22);
}

/* Responsive tweaks */
@media (max-width:576px) {
    .galleryx-card img {
        height: 190px;
    }
}
/* vedio Page  */

:root {
    --ytx-border: #eef2f7;
    --ytx-soft: #f8fafc;
    --ytx-shadow: 0 10px 28px rgba(15, 23, 42, .08);
    --ytx-shadow2: 0 18px 48px rgba(15, 23, 42, .14);
    --ytx-kesa: linear-gradient(135deg, #FF7A00, #FFA800);
}

.ytx-section {
    padding: 28px 0 14px;
}

.ytx-head {
    text-align: center;
    margin-bottom: 14px;
}

.ytx-title {
    margin: 0 0 6px;
    font-weight: 800;
}

.ytx-title span {
    background: var(--ytx-kesa);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.ytx-sub {
    margin: 0;
    color: #64748b;
}

/* Grid items (no carousel) */
.ytx-item {
    cursor: pointer;
}

/* Card + embed area (kept kesariya border + hover) */
.ytx-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background: var(--ytx-soft);
    border: 1px solid rgba(255, 138, 0, .18);
    box-shadow: var(--ytx-shadow);
}

.ytx-embed {
    aspect-ratio: 16/9;
    width: 100%;
    background: #000;
}

.ytx-embed img,
.ytx-embed iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border: 0;
}

.ytx-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 1px;
    background: var(--ytx-kesa);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: .45;
    transition: opacity .25s ease;
}

.ytx-cap {
    position: absolute;
    inset: auto 0 0 0;
    height: 52%;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .6) 45%, rgba(0, 0, 0, .85) 100%);
    color: #fff;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 8px;
    padding: 14px;
    font-weight: 600;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity .25s ease, transform .25s ease;
}

.ytx-play {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .32);
    backdrop-filter: blur(4px);
}

.ytx-item:hover .ytx-card::after {
    opacity: .85;
}

.ytx-item:hover .ytx-cap {
    opacity: 1;
    transform: translateY(0);
}

/* Title */
.ytx-item-title {
    margin: 10px 6px 0;
    font-size: 14.5px;
    color: #0f172a;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* When playing, hide caption overlay */
.ytx-item.playing .ytx-cap {
    display: none;
}