/* bootsrp 5 icons */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");

/* common css strats here */

ul {
    list-style-type: none;
    padding: 0px !important;
    margin: 0px !important;
}

/* ul li {list-style-type:none; padding:0px;} */

/* a.customize{text-decoration:none;}/* for removing underline for anchor*/

a {
    text-decoration: none !important;
}

/* for removing underline for anchor*/

button:focus {
    outline: 0px !important;
}

a:hover {
    text-decoration: none;
}

textarea {
    resize: none;
}

.w-100 {
    width: 100%;
}

.error.help-block {
    color: #ff3737;
    font-family: 'Poppins-Regular', sans-serif;
    font-style: normal;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 20px;
    /*display: inline-block;*/

    display: block;
    text-align: left;
}

.error2 {
    color: #ff3737;
    font-family: 'Poppins-Regular', sans-serif;
    font-style: normal;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 20px;
}

.charCount {
    position: absolute;
    bottom: -20px;
    right: 0; /* Align to the right edge */
    font-size: 0.9em;
    color: gray;
}

.w-auto {
    width: auto !important;
}

.h-100 {
    height: 100%;
}

.h-50p {
    height: 50px;
}

/* for display */

.d-inline-flex {
    display: inline-flex;
}

/* for display inline */

.d-inline-block {
    display: inline-block;
}

.d-flex {
    display: flex;
}

/* for display inline */


/* for positions */

.pos-relative {
    position: relative;
}

.pos-absolute {
    position: absolute;
}

/* padding styles */

.p-0 {
    padding: 0px;
}

.p-5p {
    padding: 5px;
}

.p-10p {
    padding: 10px;
}

.p-15p {
    padding: 15px;
}

.p-20p {
    padding: 20px;
}

.p-30p {
    padding: 30px;
}

.p-40p {
    padding: 40px;
}

.pt-5p {
    padding-top: 5px;
}

.pt-10p {
    padding-top: 10px;
}

.pt-15p {
    padding-top: 15px;
}

.pt-20p {
    padding-top: 20px;
}

.pt-25p {
    padding-top: 25px;
}

.pt-30p {
    padding-top: 30px;
}

.pt-40p {
    padding-top: 40px;
}

.pt-50p {
    padding-top: 50px;
}

.ptb-5p {
    padding-top: 5px;
    padding-bottom: 5px;
}

.ptb-10p {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ptb-15p {
    padding-top: 15px;
    padding-bottom: 15px;
}

.ptb-20p {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ptb-25p {
    padding-top: 25px;
    padding-bottom: 25px;
}

.ptb-30p {
    padding-top: 30px;
    padding-bottom: 30px;
}

.ptb-40p {
    padding-top: 40px;
    padding-bottom: 40px;
}

.ptb-50p {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ptb-60p {
    padding-top: 60px;
    padding-bottom: 60px;
}

.ptb-70p {
    padding-top: 70px;
    padding-bottom: 70px;
}

.plr-10p {
    padding-left: 10px;
    padding-right: 10px;
}

.plr-20p {
    padding-left: 20px;
    padding-right: 20px;
}

.plr-30p {
    padding-left: 30px;
    padding-right: 30px;
}

.pb-10p {
    padding-bottom: 10px;
}

.pb-15p {
    padding-bottom: 15px;
}

.pb-20p {
    padding-bottom: 20px;
}

.pb-30p {
    padding-bottom: 30px;
}

.pb-40p {
    padding-bottom: 40px;
}

.pb-60p {
    padding-bottom: 60px;
}

.pb-80p {
    padding-bottom: 80px;
}

.ptb-4060p {
    padding-top: 40px;
    padding-bottom: 60px;
}

.pr-0p {
    padding-right: 0px;
}

.pl-0p {
    padding-left: 0px;
}

.pl-10p {
    padding-left: 10px;
}

.pl-15p {
    padding-left: 15px;
}

.pl-20p {
    padding-left: 20px;
}

.pl-25p {
    padding-left: 25px;
}

.pl-40p {
    padding-left: 40px;
}

.pl-50p {
    padding-left: 50px;
}

.pr-20p {
    padding-right: 20px;
}

.pr-25p {
    padding-right: 25px;
}

.pr-30p {
    padding-right: 30px;
}

.pr-40p {
    padding-right: 40px;
}

.pr-50p {
    padding-right: 50px;
}


/* margin styles */

.mlr-auto {
    margin-left: auto;
    margin-right: auto;
}

.ml-auto {
    margin-left: auto;
}

.m-0 {
    margin: 0px;
}

.m-15p {
    margin: 15px;
}

.m-lr-auto {
    margin: 0px auto;
}

.mt-5p {
    margin-top: 5px;
}

.mt-10p {
    margin-top: 10px;
}

.mt-15p {
    margin-top: 15px;
}

.mt-20p {
    margin-top: 20px;
}

.mt-25p {
    margin-top: 25px;
}

.mt-30p {
    margin-top: 30px;
}

.mt-35p {
    margin-top: 35px;
}

.mt-40p {
    margin-top: 40px;
}

.mt-45p {
    margin-top: 45px;
}

.mt-50p {
    margin-top: 50px;
}

.mt-60p {
    margin-top: 60px;
}

.mt-70p {
    margin-top: 70px;
}

.mt-80p {
    margin-top: 80px;
}

.mt-90p {
    margin-top: 90px;
}

.mt-100p {
    margin-top: 100px;
}

.mt-120p {
    margin-top: 120px;
}

.mt-130p {
    margin-top: 130px;
}

.mt-220p {
    margin-top: 220px;
}

.mb-0p {
    margin-bottom: 0px;
}

.mb-5p {
    margin-bottom: 5px;
}

.mb-10p {
    margin-bottom: 10px;
}

.mb-15p {
    margin-bottom: 15px;
}

.mb-20p {
    margin-bottom: 20px;
}

.mb-25p {
    margin-bottom: 25px;
}

.mb-30p {
    margin-bottom: 30px;
}

.mb-40p {
    margin-bottom: 40px;
}

.mb-60p {
    margin-bottom: 60px;
}

.mb-70p {
    margin-bottom: 70px;
}

.mb-80p {
    margin-bottom: 80px;
}

.mb-100p {
    margin-bottom: 100px;
}

.mtb-2040p {
    margin-top: 20px;
    margin-bottom: 40px;
}

.mtb-5p {
    margin-top: 5px;
    margin-bottom: 5px;
}

.mtb-10p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mtb-15p {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mtb-20p {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mtb-30p {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mtb-40p {
    margin-top: 40px;
    margin-bottom: 40px;
}

.mtb-50p {
    margin-top: 50px;
    margin-bottom: 50px;
}

.mtb-60p {
    margin-top: 60px;
    margin-bottom: 60px;
}

.mlr-10p {
    margin-left: 10px;
    margin-right: 10px;
}

.mlr-20p {
    margin-left: 20px;
    margin-right: 20px;
}

.ml-5p {
    margin-left: 5px;
}

.ml-10p {
    margin-left: 10px;
}

.ml-15p {
    margin-left: 15px;
}

.ml-20p {
    margin-left: 20px;
}

.ml-50p {
    margin-left: 50px;
}

.mr-5p {
    margin-right: 5px;
}

.mr-10p {
    margin-right: 10px;
}

.mr-15p {
    margin-right: 15px;
}

.mr-20p {
    margin-right: 20px;
}

.mr-30p {
    margin-right: 30px;
}

.mr-40p {
    margin-right: 40px;
}

.mr-50p {
    margin-right: 50px;
}

/* for box shadow */


/* for border radius  */

.brad-0 {
    border-radius: 0;
}

.brad-50 {
    border-radius: 50px;
}

/* for borders  */

.br-0p {
    border: 0;
}

.border-t {
    border-top: #d2d2d2 1px dashed;
}

/* for letter spacing  */

.ls-1p {
    letter-spacing: 1px;
}

.ls-2p {
    letter-spacing: 2px;
}

.ls-4p {
    letter-spacing: 4px;
}

/* for text-patterns*/

.txt-up {
    text-transform: uppercase;
}

.txt-cap {
    text-transform: capitalize;
}

.txt-undline {
    text-decoration: underline !important;
}

/* for backgorund colors */

.bg-white {
    background-color: white;
}

.bg-black {
    background-color: #000000;
}

.bg-trans {
    background: transparent;
}

.bg-gray {
    background-color: #f7f7f7;
}

.bg-cream {
    background-color: #fffff3;
}

.bg-cream2 {
    background-color: #f5f6e8;
}

.bg-yellow {
    background-color: #f2d460;
}

.bg-c1 {
    background-color: #ffe994;
}

/* for text-colors*/

.text-black {
    color: #000000;
}

.text-white {
    color: #ffffff;
}

.text-color {
    color: #161616;
}

.text-violet {
    color: #ebb5ff;
}


/* for text-alignment*/

.align-center {
    align-items: center;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.txt-end {
    text-align: end;
}

.text-justify {
    text-align: justify;
}

.text-initial {
    text-align: initial;
}

/* for text-alignment*/

.align-items {
    align-items: center;
}

.align-flex-end {
    align-items: flex-end;
}

.justify-space {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.justify-flex-end {
    justify-content: flex-end;
}

.wh-space {
    white-space: pre-line;
}

.obj-fit {
    object-fit: cover;
}

.z0 {
    z-index: 0;
}

/* float css */

.float-left {
    float: left;
}

.float-right {
    float: right;
}

/* for font-size */

.font10 {
    font-size: 10px;
}

.font11 {
    font-size: 11px;
}

.font12 {
    font-size: 12px;
}

.font13 {
    font-size: 13px;
}

.font14 {
    font-size: 14px;
}

.font15 {
    font-size: 15px;
}

.font16 {
    font-size: 16px;
}

.font17 {
    font-size: 17px;
}

.font18 {
    font-size: 18px;
}

.font19 {
    font-size: 19px;
}

.font20 {
    font-size: 20px;
}

.font21 {
    font-size: 21px;
}

.font22 {
    font-size: 22px;
}

.font23 {
    font-size: 23px;
}

.font24 {
    font-size: 24px;
}

.font26 {
    font-size: 26px;
}

.font28 {
    font-size: 28px;
}

.font30 {
    font-size: 30px;
}

.font34 {
    font-size: 34px;
}

.font36 {
    font-size: 36px;
}

.font44 {
    font-size: 44px;
}

.font40 {
    font-size: 40px;
}

.font50 {
    font-size: 50px;
}

.font52 {
    font-size: 52px;
}

/* for line-hieght */

.lh-15p {
    line-height: 15px;
}

.lh-16p {
    line-height: 16px;
}

.lh-17p {
    line-height: 17px;
}

.lh-18p {
    line-height: 18px;
}

.lh-20p {
    line-height: 20px;
}

.lh-22p {
    line-height: 22px;
}

.lh-23p {
    line-height: 23px;
}

.lh-24p {
    line-height: 24px;
}

.lh-25p {
    line-height: 25px;
}

.lh-26p {
    line-height: 26px;
}

.lh-27p {
    line-height: 27px;
}

.lh-28p {
    line-height: 28px;
}

.lh-29p {
    line-height: 29px;
}

.lh-32p {
    line-height: 32px;
}

.lh-33p {
    line-height: 33px;
}

.lh-42p {
    line-height: 42px;
}

.lh-44p {
    line-height: 44px;
}

/* for font-weight */

.fw-600 {
    font-weight: 600;
}

/* Muli */

.fnt-Muli-Light {
    font-family: 'Muli-Light';
}

.fnt-Muli-Regular {
    font-family: 'Muli-Regular';
}

.fnt-Muli-SemiBold {
    font-family: 'Muli-SemiBold';
}

.fnt-Muli-Bold {
    font-family: 'Muli-Bold';
}

/* Montserrat */

.fnt-Montserrat-Light {
    font-family: 'Montserrat-Light';
}

.fnt-Montserrat-Regular {
    font-family: 'Montserrat-Regular';
}

.fnt-Montserrat-Medium {
    font-family: 'Montserrat-Medium';
}

.fnt-Montserrat-SemiBold {
    font-family: 'Montserrat-SemiBold';
}

.fnt-Montserrat-Bold {
    font-family: 'Montserrat-Bold';
}


/* poppins */

.fnt-Poppins-Light {
    font-family: 'Poppins-Light';
}

.fnt-Poppins-Regular {
    font-family: 'Poppins-Regular';
}

.fnt-Poppins-Medium {
    font-family: 'Poppins-Medium';
}

.fnt-Poppins-SemiBold {
    font-family: 'Poppins-SemiBold';
}

.fnt-Poppins-Bold {
    font-family: 'Poppins-Bold';
}

/* roboto */

.fnt-Roboto-Light {
    font-family: 'Roboto-Light';
}

.fnt-Roboto-Regular {
    font-family: 'Roboto-Regular';
}

.fnt-Roboto-Medium {
    font-family: 'Roboto-Medium';
}

.fnt-Roboto-Bold {
    font-family: 'Roboto-Bold';
}

/* Oswald */

.fnt-Oswald-Light {
    font-family: 'Oswald-Light';
}

.fnt-Oswald-Regular {
    font-family: 'Oswald-Regular';
}

/* OpenSans */

.fnt-OpenSans-Regular {
    font-family: 'OpenSans-Regular';
}

/* SegoeScript */

.fnt-SegoeScript {
    font-family: 'SegoeScript';
}

/* vivaldi */

.fnt-vivaldi {
    font-family: 'vivaldi';
}


html {
    overflow-x: hidden;
}

body {
    font-size: 14px;
    line-height: 24px;
    color: #161616;
    font-family: 'Poppins-Light';
    /* overflow-x: hidden; */
    padding: 0 !important;
    margin: 0 !important;
}

.container {
    max-width: 1230px !important;
    padding-left: 0;
    padding-right: 0;
}

.container2 {
    max-width: 1170px !important;
}

/*----- navbar toggler  css -----*/

.navbar-toggler.x {
    border: none;
}

    .navbar-toggler.x:focus {
        outline: none;
    }

    .navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(1) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 10% 10%;
        -ms-transform-origin: 10% 10%;
        transform-origin: 10% 10%;
    }

    .navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(2) {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 10% 90%;
        -ms-transform-origin: 10% 90%;
        transform-origin: 10% 90%;
    }

    .navbar-toggler.x .icon-bar {
        width: 22px;
        display: block;
        height: 2px;
        background-color: #000;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

        .navbar-toggler.x .icon-bar + .icon-bar {
            margin-top: 4px;
        }

        .navbar-toggler.x .icon-bar:nth-of-type(1) {
            -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
            transform: rotate(0);
        }

        .navbar-toggler.x .icon-bar:nth-of-type(2) {
            opacity: 1;
            filter: alpha(opacity=100);
        }

        .navbar-toggler.x .icon-bar:nth-of-type(3) {
            -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
            transform: rotate(0);
        }

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1024px) {

    /* .navbar ul li.menu-item-has-children>a{display: inline-block !important;width: auto;}
  .navbar ul li.menu-item-has-children>span{display: inline-block;width: 10px;} */
    .navbar {
        padding: 0;
        width: 100%;
        /* justify-content:space-between; */
    }

        .navbar > ul {
            width: 100%;
        }

        .navbar ul {
            margin: 0;
            padding: 0;
            display: flex;
            list-style: none;
            align-items: center;
            justify-content: start;
            /* width: 100%; */
            flex-wrap: wrap;
            gap: 0px;
        }

    .log-blk {
        display: flex;
        margin-left: auto
    }

        .log-blk li {
            margin-left: 5px;
        }

    .navbar li {
        position: relative;
    }

    .navbar > ul > li {
        white-space: nowrap;
        /* padding: 8px 0 8px 30px; */
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-transform: uppercase;
        white-space: nowrap;
        transition: 0.3s;
        position: relative;
        font-size: 13px;
        text-transform: uppercase;
        color: #440803;
        transition: color 0.3s, background 0.3s;
        font-family: 'Poppins-Medium';
        padding: 5px 11px;
        border-radius: 50px;
    }

        .navbar a i,
        .navbar a:focus i {
            font-size: 12px;
            line-height: 0;
            margin-left: 5px;
            /* width: 20px;
    height: 20px; */
            position: relative;
            z-index: 20;
        }

        .navbar a:hover,
        .navbar li.active > a,
        .navbar li:hover a,
        .menu-active a {
            color: #fff;
            /* background-color:#f79108; */
            background-image: linear-gradient(#f81433, #b6002e);
        }



    .navbar .menu-item-has-children ul {
        display: block;
        position: absolute;
        left: 0px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
    }

        .navbar .menu-item-has-children ul li {
            min-width: 200px;
        }

        .navbar .menu-item-has-children ul a {
            padding: 10px 20px;
            font-size: 14px;
            text-transform: none;
            color: #3a0406;
            background: #fff;
        }

            .navbar .menu-item-has-children ul a i {
                font-size: 12px;
            }

            .navbar .menu-item-has-children ul a:hover,
            .navbar .menu-item-has-children ul .active:hover,
            .navbar .menu-item-has-children ul li:hover > a {
                color: #d4060e;
                background-image: linear-gradient(0deg, #f7db5f 0%, #f7c94d 100%);
            }

    .navbar .menu-item-has-children:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .menu-item-has-children .menu-item-has-children ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .menu-item-has-children .menu-item-has-children:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }
}

/* 
@media (min-width: 1024px) and (max-width: 1366px) {
  .navbar .menu-item-has-children .menu-item-has-children ul {
    left: -90%;
  }

  .navbar .menu-item-has-children .menu-item-has-children:hover > ul {
    left: -100%;
  }
} */

@media (min-width: 1024px) {

    .mobile-nav-show,
    .mobile-nav-hide {
        display: none;
    }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1024px) {

    /* .navbar ul li.menu-item-has-children>a{display: inline-block !important;width: 90%;}
  .navbar ul li.menu-item-has-children>span{display: inline-block;width: 10%;color: rgba(255, 255, 255, 0.7);} */
    .navbar ul li.menu-item-has-children > a i {
        position: absolute;
        right: 20px;
        width: 10%;
        height: 42px;
        text-align: center;
        top: 0px;
    }

        .navbar ul li.menu-item-has-children > a i::before {
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            position: absolute;
        }

    .navbar ul li.menu-item-has-children > a {
        position: relative;
    }

    .navbar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        max-width: 320px;
        bottom: 0;
        transition: 0.3s;
        z-index: 9997;
    }

        .navbar ul {
            position: absolute;
            inset: 0;
            padding: 40px 10px 10px 10px !important;
            margin: 0;
            background: #594106;
            overflow-y: auto;
            transition: 0.3s;
            z-index: 9998;
        }

        .navbar a,
        .navbar a:focus {
            display: flex;
            align-items: center;
            /* justify-content: space-between; */
            padding: 8px 20px;
            color: #fff;
            white-space: nowrap;
            text-transform: uppercase;
            transition: 0.3s;
            font-family: "Poppins-Light";
        }

            .navbar a i,
            .navbar a:focus i {
                font-size: 12px;
                line-height: 0;
                margin-left: 5px;
            }

            .navbar a:hover,
            .navbar .active,
            .navbar .active:focus,
            .navbar li:hover > a {
                color: #fff;
            }

        .navbar .menu-item-has-children ul,
        .navbar .menu-item-has-children .menu-item-has-children ul {
            position: static;
            display: none;
            padding: 5px 0px 5px 25px !important;
            margin: 10px 20px;
            transition: all 0.5s ease-in-out;
            /* border: 1px solid #ffd086; */
        }

    .dropdown-active a {
        font-size: 11px !important;
        padding: 6px 15px;
    }

    .navbar .menu-item-has-children > .dropdown-active,
    .navbar .menu-item-has-children .menu-item-has-children > .dropdown-active {
        display: block;
    }

    /* .navbar .dropdown>.dropdown-active, .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
} */
    /* .mobile-nav-show { */
    /* position: relative; */
    /* color: #000; */
    /* font-size: 28px; */
    /* cursor: pointer; */
    /* line-height: 0; */
    /* transition: 0.5s; */
    /* z-index: 9999; */
    /* padding-right: 10px; */
    /* } */
    .mobile-nav-show {
        /* color: #000;
    font-size: 25px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    padding-right: 0;
    position: fixed;
    top: 22px;
    right: 0;
    background:#ba9706;
    border-radius: 50px 0px 0px 50px;
    padding: 5px 2px 5px 7px; */
    }

    .mobile-nav-hide {
        color: #fff;
        font-size: 32px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        position: fixed;
        left: 275px;
        top: 15px;
        z-index: 9999;
    }

    .mobile-nav-active {
        overflow: hidden;
    }

        .mobile-nav-active .navbar {
            left: 0;
        }

            .mobile-nav-active .navbar:before {
                content: "";
                position: fixed;
                inset: 0;
                background: rgba(0, 0, 0, 0.6);
                z-index: 9996;
            }
}

/* ------------------------------------------------------------------------------------------------------------*/
/* HEADER CSS */
/* ------------------------------------------------------------------------------------------------------------*/

/* HEADER-TOP CSS  */


.header-top-section {
    /* background-image: url(../images/header-bg-flowers.png); */
    background-repeat: repeat;
    background-position: center;
    background-size: 160px;
    /* background-color: #591274; */
    position: relative;
    z-index: 1;
    /* height: 190px; */
}

.header {
    position: relative;
    z-index: 999;
}

    .header.fixed_menu {
        position: fixed;
        top: -50px;
        transform: translateY(50px);
        width: 100%;
        transition: all .4s linear;
    }

.h-br {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.container.ss .h-bg2.htext-part {
    position: relative;
    z-index: -1;
}

    .container.ss .h-bg2.htext-part::after {
        position: absolute;
        content: "";
        left: 50%;
        transform: translateX(-50%);
        /* width: 180px; */
        width: 300px;
        height: 100%;
        background-image: linear-gradient(#f41232 10%, #bc032e);
        border-radius: 50%;
        z-index: -3;
        top: -10px;
    }

/* logo css */
.center-logo {
    height: 104px;
    margin-bottom: -3px;
}

.left-logo-part,
.right-logo-part {
    position: absolute;
    top: 18px;
    height: 130px;
}

.left-logo-part {
    left: 0;
}

.right-logo-part {
    right: 0;
}

.left-logo,
.right-logo {
    height: 130px;
}

.hcal-btn {
    margin-top: 19px;
}

    .hcal-btn a {
        width: 195px;
        height: 42px;
        border-radius: 50px;
        /* background-color: #a77914; */
        font-size: 15px;
        text-transform: uppercase;
        color: #fff;
        font-family: 'BenguiatStd-Medium';
        padding: 10px 15px 10px 6px;
        background: #30230047;
        display: inline-flex;
        align-items: center;
        justify-content: space-around;
    }

        .hcal-btn a img {
            margin-right: 5px;
            transform: translateY(-1.5px);
            height: 24px;
        }


/* logo text css */

.h-bg1 {
    background-image: url(../images/header-top-bg.png);
}

.h-bg2 {
    background-image: url(../images/header-btm-bg.jpg);
}

.h-bg1,
.h-bg2 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


.htext-part {
    /* background-color: #92268a; */
    padding: 6px 0px;
    /* background-repeat: repeat-y; */
    /* background-position: center;	 */
    /* background-size:contain;   */
    /* position:relative; */
}


.h-title {
    font-size: 34px;
    letter-spacing: 3px;
    line-height: 32px;
    text-transform: uppercase;
    color: #fffcf2;
    font-family: 'BenguiatStd-Bold';
    filter: drop-shadow(0px 2px 1px #2f0041);
    margin-bottom: 3px;
}

.h-subtitle {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'BenguiatStd-Medium';
    margin-bottom: 0;
    line-height: 17px;
}

/* HEADER-BOTTOM CSS  */

.header-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    z-index: 997;
    background-image: linear-gradient(0deg, #fff3c2 0%, #fff 100%);
    border-radius: 50px;
    padding: 3px;
    /* background-image: linear-gradient(0deg, #f3d021 0%, #f5b400 100%); */
}

.logo {
    display: none;
}

/* ------------------------------------------------------------------- */
/* HOME PAGE COMMON CSS */
/* ------------------------------------------------------------------- */

.common-section {
    padding-top: 65px;
    padding-bottom: 65px;
}

.pt-gap {
    padding-top: 65px;
}

.pb-gap {
    padding-bottom: 65px;
}

.p-vw {
    padding: 0px 2vw;
}

.section-title {
    font-size: 24px;
    color: #181818;
    font-family: 'BenguiatStd-Book';
}

.section-title2 {
    font-size: 32px;
    color: #ca282d;
    font-family: 'BenguiatStd-Book';
}

.section-title-gap {
    margin-bottom: 15px;
}

.img-shadow:before {
    content: '';
    background-image: linear-gradient(to top, #070707 0%, rgba(6, 6, 6, 0.48) 52%, rgba(0, 0, 0, 0) 95%);
    /* height: 60%; */
    height: 90%;
    width: 100%;
    position: absolute;
    bottom: 0;
    overflow: hidden;
}

.flip-img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

/* button css */

.btn-size {
    font-size: 14px;
    font-family: 'Poppins-Light';
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-pd {
    padding: 10px 35px;
}

.btn-pd1 {
    padding: 6px 20px;
}

.btn-violet {
    background-color: #591274;
}

    .btn-violet:hover {
        opacity: 0.8;
    }

.btn-gold {
    background-color: #f2d460;
}

    .btn-gold:hover {
        opacity: 0.8;
    }

.btn-white {
    background-color: #fdf7df;
}

    .btn-white:hover {
        opacity: 0.8;
    }

/* MAIN CONTENT CSS */

.main-br:before {
    content: '';
    height: 3px;
    background-image: linear-gradient(90deg, #ffd48a 0%, #ffece3 25%, #fde7b3 50%, #ffede3 75%, #ffd389 100%);
    position: absolute;
    top: 0;
    width: 100%;
}

.main-bg {
    background-image: url(../images/banner-bg.png);
    background-repeat: repeat-y;
    background-position: center;
    background-size: cover;
    position: relative;
    /* background-image: linear-gradient(0deg, #ffffff 0%, #fff3df 100%); */
}

.main-bg-block {
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url(../images/banner-bg.png);
    background-repeat: repeat-y;
    background-position: center;
    background-size: 100% 100%;
}

.grid-section {
    display: grid;
    width: 100%;
    grid-template-columns: 225px 1fr 225px;
    align-items: center;
}

.gridbg-c {
    background-image: url(../images/g-bg2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 25px;
    padding-bottom: 0px;
    height: 100%;
    /* height: 376px; */
    width: 100%;
    max-width: 350px;
}

.left-ban-icon,
.right-ban-icon {
    height: 200px;
}

.grid-title {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase;
    color: #111;
    font-family: 'BenguiatStd-Book';
}

.login-btn a {
    background-color: rgba(242, 212, 96, 0);
    border: 1px solid #e1a730;
    border-radius: 50px;
    font-family: 'Poppins-Medium';
}

.cart-btn a {
    border-radius: 50px;
    background-color: #f2d460;
}

/* BANNER CSS */

.banner-br:before {
    content: '';
    border-image-source: url(../images/banner-br.png) !important;
    border: 1px solid gray;
    padding: 20px;
    border-image-repeat: stretch;
    border-image-slice: 35;
    border-image-width: 30px;
    border-image-outset: 0;
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    display: block;
    z-index: 2;
}

.main-bg.pb-3.pb-md-5 {
    padding-bottom: 40px !important;
}

.carousel-indicators {
    z-index: 5 !important;
    margin-bottom: 0;
}

    .carousel-indicators [data-bs-target] {
        width: 12px !important;
        height: 12px !important;
        border-radius: 50%;
        background-color: #f79108;
    }

/* carousel arrows css */

.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
    width: 4%;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 32px;
    height: 32px;
    background-color: #ffaf2f !important;
    background-size: 16px;
    padding: 15px !important;
    border-radius: 50px;
}

.circ-left,
.circ-right {
    position: absolute;
    bottom: 0;
    z-index: -1;
    transform: rotateZ(180deg);
}

.circ-left {
    left: 25px;
}

.circ-right {
    right: 25px;
}


/* LATEST UPDATES CSS  */

.latest-sec {
    width: 100%;
    padding-top: 9px;
}

.latest-hd {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 30px;
    text-transform: uppercase;
    color: #100d00;
    font-family: 'Poppins-SemiBold';
    min-width: 175px;
}

    .latest-hd img {
        margin-left: 5px;
    }

.update-content marquee {
    position: absolute;
    top: 0px;
}

.update-content ul {
    display: inline-flex;
}

    .update-content ul li {
        padding-right: 45px;
    }

.update-content li a {
    font-size: 14px;
    color: #000;
    line-height: 30px;
}

.update-content ul li:before {
    content: '';
    border-radius: 50%;
    height: 8px;
    width: 8px;
    margin-right: 10px;
    background-color: #af8c07;
    margin-left: -25px;
    display: inline-block;
}

/* LIVE DARSHAN CSS */

.darshan-sec {
    background-color: #f2d460;
    margin-top: -16px
}

.darshan-blk {
    padding: 25px 0px 30px 0px;
}

.darshan-title {
    font-size: 24px;
    text-transform: uppercase;
    color: #181818;
    font-family: 'BenguiatStd-Book';
}

.tm-card {
    /* width: 600px; */
    /* height: 141px; */
    border-radius: 150px;
    background-color: #ffe994;
    padding: 12px 15px;
}

    .tm-card p {
        line-height: 22px;
        color: #010101;
        font-family: 'Poppins-Regular';
    }

        .tm-card p span {
            color: #f54218;
        }

/* WELCOME CSS */

.welcome-sec {
    padding: 45px 0px 30px 0px;
}

.welcome-title {
    font-size: 38px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #f54218;
    font-family: 'BenguiatStd-Medium';
    margin-bottom: 45px;
}

    .welcome-title span {
        font-size: 22px;
        color: #9c7c00;
        font-family: 'BenguiatStd-Book';
    }

.welcome-subtitle {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 18px;
    text-transform: uppercase;
    /* color: #a82e9f; */
    color: #ca282d;
    font-family: 'Cristoforo';
    position: relative;
    padding-top: 15px;
    padding-bottom: 25px;
    margin-bottom: 0;
}

.w-dgn:before {
    content: '';
    width: 545px;
    height: 1px;
    background-color: #dd9319;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
}

.w-dgn:after {
    content: '';
    position: absolute;
    bottom: -20px;
    right: 0;
    left: 0;
    margin: auto;
    height: 53px;
    text-align: center;
    background-image: url(../images/flower-dgn.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.deepam-dgn {
    margin: 20px 0px 0px 0px;
    height: 55px;
}


/* DAILY EVENT CALENDER CSS */

.leaf-left,
.leaf-right {
    position: absolute;
    top: 0;
    z-index: -1;
}

.leaf-left {
    left: 0px;
}

.leaf-right {
    right: 0px;
}


/* .daily-block{padding:20px;filter: drop-shadow(0px 6px 10px rgba(0,0,0,0.08));background-color: #f2d460;} */
.daily-data {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.daily-hd {
    background: #ca282d;
    padding: 13px 18px;
    font-family: 'BenguiatStd-Book';
    font-size: 30px;
    text-transform: uppercase;
}

.table-hd-blk {
    background-color: #fff;
    padding: 15px 25px;
}

.header-text h4 {
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 1px;
    color: #f54218;
    font-family: 'BenguiatStd-Book';
}

.event-btns-blk button {
    font-size: 14px;
    color: #6f5779;
    border-radius: 2px;
    background-color: rgba(204, 66, 1, 0);
    border: 1px solid #d6bfdf;
    padding: 3px 15px;
    margin-right: 7px;
}

    .event-btns-blk .active,
    .event-btns-blk button:hover {
        color: #fff;
        background-color: #f54218;
        border: 1px solid #f54218;
    }

/* left right arrows css */
.prev-button,
.next-button {
    position: absolute;
    cursor: pointer;
    top: 0%;
}

.prev-button {
    left: 0%;
}

.next-button {
    right: 0%;
}

    .prev-button i,
    .next-button i {
        color: #f2d460;
        font-size: 26px;
    }

/* table css */
.daily-event-li table td,
.daily-event-li table th {
    border-top: 0;
    font-size: 15px;
    color: #020202;
    padding: 0px 20px;
    vertical-align: middle;
}

.daily-event-li tbody td:first-child {
    border-bottom: 0;
}

.table-hd-blk,
.daily-event-li tbody td {
    white-space: nowrap;
    /* background: url(../images/dot1.png) repeat-x bottom;  */
    border: 0;
    vertical-align: middle;
    border-bottom: 1px dotted #50545c;
}

    .daily-event-li tbody tr:last-child td,
    .daily-event-li tbody td:first-child {
        background: none;
    }

.daily-event-li table tbody tr:last-child td {
    border-bottom: 0 !important;
}

.eve-hd {
    font-size: 16px !important;
    line-height: 24px;
    color: #020202 !important;
    padding-left: 0 !important;
}

.mr-icon {
    color: #fff;
    background: #ff5722;
    width: 32px;
    height: 32px;
    position: relative;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

    .mr-icon i {
        font-size: 20px;
        line-height: 0;
    }

.d-ico {
    font-size: 11px;
    transform: translateY(1px);
    color: #f54218;
    /*display: inline-block;*/
}

.calend-icon {
    transform: translateY(0px);
    margin-right: 3px;
}

.mov-ico {
    font-size: 30px;
    color: #ffeeae;
}

/* .mov-ico.bi-arrow-right-circle-fill::before { */
/* background: #692982; */
/* border-radius:50px; */
/* } */
.eve-mainico {
    position: relative;
    z-index: 0;
    width: 5%;
}

.eve-ico img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #f54218;
    padding: 3px;
}

.pulse {
    position: relative;
    display: inline-block;
    padding: 7px;
}

    .pulse:before {
        content: '';
        height: 95px;
        width: 95px;
        border: 5px solid #f54218;
        border-radius: 50%;
        animation: pulse 1.5s ease-out infinite;
        /* opacity: 0; */
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: -1;
        display: none;
        animation-delay: 0;
    }

    .pulse:hover:before {
        display: block;
    }

    .pulse img {
        overflow: hidden;
    }

.daily-event-li table td.eve-hd span {
    font-size: 14px !important;
}

@keyframes pulse {
    0% {
        transform: scale(0.5, 0.5);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.1, 1.1);
        opacity: 0
    }
}


.main-bg2 {
    background-image: url(../images/bg2.jpg);
    background-repeat: repeat;
    /* background-position: center;	 */
    /* background-size:contain;   */
    position: relative;
    /* border-top: 1px solid #e1e1b8; */
}

/*POOJA SERVICES SECTION CSS */

.flower-left,
.flower-right {
    position: absolute;
    top: 0;
    z-index: -1;
    height: 200px;
}

.flower-left {
    left: 0px;
}

.flower-right {
    right: 0px;
}

.section-br {
    height: 15px;
}

.flower-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.scard-boxx {
    border: 1px dotted #50545c;
    padding: 20px 20px 30px 20px;
    height: 100%;
    background: #fff;
    z-index: 9;
}

.scard-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 20px;
}

.scard-title {
    font-size: 14px;
    color: #181818;
    font-family: 'TrajanPro-Bold';
}

    .scard-title span {
        font-size: 14px;
        color: #f54218;
    }

.scard-icon {
    height: 120px;
}

.view-btn a {
    font-size: 13px;
    color: #f54218;
    width: 149px;
    height: 37px;
    border: 1px solid #f54218;
    padding: 6px 20px;
}

    .view-btn a i {
        font-size: 21px;
        margin-left: 5px;
        transform: translateY(2px);
    }

    .view-btn a:hover {
        color: #fff;
        background: #f54218;
    }

/* REGULAR EVENTS TABEL CSS */

.revent-tble tr:first-child td {
    padding-top: 0;
}

.revent-tble td {
    font-size: 14px;
    color: #181818;
    padding: 13px 0px;
    border-bottom: 1px solid #efe9f2;
}

    .revent-tble td:first-child {
        color: #e24800;
        position: relative;
    }

        .revent-tble td:first-child:before {
            content: '';
            border-radius: 50%;
            height: 8px;
            width: 8px;
            margin-right: 16px;
            background-color: #a884ba;
            margin-left: 0px;
            display: inline-block;
        }

    .revent-tble td:last-child {
        padding-left: 15px;
    }

.revent-lis li {
    margin-top: 3px;
}

    .revent-lis li:first-child {
        margin-top: 0px;
    }

/* GALLERY CSS */

.gal-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 10px;
    column-gap: 10px;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000a1;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.g-box:hover .overlay {
    height: 100%;
}

.text {
    color: white;
    font-size: 25px;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.gallery__icon {
    width: 100%;
    height: 177px;
    object-fit: cover;
}

.ticker > ul > li:not(:last-child) > a > img,
.ticker2 > ul > li:not(:last-child) > a > img {
    margin-bottom: 10px;
    max-width: 100%;
}

.ticker > ul {
    width: 100% !important;
}


/* FOOTER PART CSS */

.f-br {
    margin-top: -10px;
    position: relative;
}

.footer-logo {
    height: 130px;
}

.footer-sec {
    background-image: linear-gradient(#dc0048, #ae0039);
}

.footer-block {
    padding: 15px 0px 35px 0px;
}

.footer-title {
    font-size: 22px;
    color: #ffffff;
    font-family: 'Poppins-Regular';
}

.ftrow {
    align-items: center;
}

/* .fbox2{margin-left: -45px;} */
.fbox3 {
    display: grid;
    justify-content: end;
}

.fcal-cd ul li {
    border-bottom: 1px dotted #e7a3b2;
    padding: 7px 0px;
}

    .fcal-cd ul li:last-child {
        border-bottom: 0;
    }

    .fcal-cd ul li a {
        color: #fff;
    }

/* .fcal-cd ul li.cal-fnt a img {filter: invert(1);} */
.loc-fnt a,
.cal-fnt img {
    height: 18px;
}

.mail-fnt img {
    height: 15px;
}

.fmap iframe {
    width: 333px;
    height: 140px;
    border-radius: 15px;
    margin-bottom: -7px;
}

.log-blk .login-btn:hover a {
    color: #fff;
    background-image: linear-gradient(#f81433, #b6002e) !important;
}

.log-blk .login-btn:hover {
    background-image: linear-gradient(#f81433, #b6002e) !important;
    border-radius: 20px;
}

.log-blk .cart-btn:hover a {
    background-image: linear-gradient(#ff9716 20%, #ffea01) !important;
    color: #440803;
}

/* news letter css */
.news-letter img {
    margin-right: 5px;
}

.news-letter h5 {
    font-size: 20px;
    color: #fff;
    font-family: 'TrajanPro-Regular';
}

    .news-letter h5 span {
        font-size: 12px;
        color: #fff;
        font-family: 'Roboto-Regular';
    }

.news-letter > div img {
    filter: invert(1);
}

/* subscribe css */

.subscribe-box img {
    margin-bottom: -26px;
}

.subscribe-box input {
    font-size: 13px;
    color: #9667ae;
    background-color: #be003e;
    border: 1px solid #ffe801;
    border-radius: 50px;
    /* background-color: rgba(124,47,162,0.0784313725490196); */
    height: 36px;
    width: 288px;
    padding: 0px 15px;
}

.subscribe-box button {
    font-size: 14px;
    letter-spacing: 3px;
    border: 0;
    height: 36px;
    border-radius: 50px;
    text-transform: uppercase;
    color: #c80041;
    background-image: linear-gradient(0deg, #ff9816 0%, #ffea01 100%);
    padding: 0px 20px;
    font-family: 'Oswald-Regular';
    position: absolute;
    right: 0;
}

.subscribe-box input:focus {
    color: #bd7708;
    background-color: transparent;
    border-color: 0;
    outline: 0;
    box-shadow: none;
}

.subscribe-box ::placeholder {
    color: #bd7708 !important;
}

/* social icons */
.fsocial-icons {
    margin-top: 20px;
}

.f-icon {
    position: relative;
    text-align: center;
    width: 0px;
    height: 0px;
    padding: 16px;
    color: #fff;
    filter: drop-shadow(0px 3px 3px rgba(149, 81, 0, 0.3));
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    margin: 0px 0px 0px 10px;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

    .f-icon i {
        font-size: 18px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.f-fb {
    color: #4b69b1;
}

.f-tw {
    color: #0e0e0e;
}

.f-insta {
    color: #974494;
}

.f-yt {
    color: #e83f3a;
}


/* copy right section css */

.copy-right-block {
    background-color: #d30045;
    padding: 20px 0px;
    font-size: 14px;
    color: #fffefe;
}

.aw-txt {
    color: #ffea00;
}

/* -------------------------------------------------------------------------- */
/* INNER PAGES COMMON CSS */
/* -------------------------------------------------------------------------- */


.inner-grid-section {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 30px;
}

.inner-gap {
    filter: drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.08));
    background-color: #ffffff;
}

/* .pad-gap{padding: 20px;} */

.inner-hd {
    padding: 0px 0px 5px 0px !important;
    background-color: transparent !important;
    border-bottom: 1px solid #f2d460;
}

.inner-title {
    font-size: 24px !important;
    color: #480561 !important;
    font-family: 'BenguiatStd-Medium' !important;
}

.inner-bx {
    padding: 20px 0px 20px 20px;
}

.inner-cnt {
    padding-block: 20px;
}

.side-grid {
    padding: 10px 10px 0px 0px;
}

    .side-grid .gridbg-c {
        height: auto;
    }


/* Sri over riding css */
.center-logo {
    /* height: 123px;
  margin-bottom: -3px; */
    /* height: 133px;
  margin-bottom: -43px; */
}

.center-logo {
    height: 100px;
    margin-bottom: 0;
}

.h-bg2 {
    background-image: linear-gradient(#f61332, #b5012e);
    border-radius: 50px;
}

.h-title {
    font-size: 38px;
    letter-spacing: 1px;
    background-image: linear-gradient(#ffea01 20%, #ff9716);
    color: transparent;
    background-clip: text;
}

.htext-part {
    padding: 8px 0px;
}

.hcal-btn a img {
    filter: brightness(100);
}

.hcal-btn {
    margin-top: 8px;
}

.cart-icon {
    height: 15px;
}

.header-nav {
    border: 1px solid #97002c;
}

.login-btn a {
    border: 1px solid #f71433;
    background-image: linear-gradient(#f61332, #b5012e);
    color: transparent;
    background-clip: text;
}

.body-x-dec {
    height: 440px;
}

.cart-btn a {
    background-image: linear-gradient(#ffea01 20%, #ff9716);
}

/* Sri over riding css close */
/* Sri css */
.body-x-dec {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

    .body-x-dec.right {
        left: auto;
        right: 0;
    }

.header-top-section.h-bg1 {
    position: relative;
}

    .header-top-section.h-bg1::before {
        position: absolute;
        content: "";
        background-image: url("../images/head-btm-2.png");
        background-repeat: repeat-x;
        background-position: center;
        background-size: contain;
        width: 100%;
        height: 16px;
        bottom: 0;
        left: 0;
    }

.inner-header {
    position: relative;
    z-index: 1;
}

.main-content-inner {
    border-radius: 150px;
    overflow: hidden;
}

.main_logo {
    height: 48px;
}

.latest-sec {
    padding-inline: 30px;
}

.color2 {
    color: #f54218;
}

.namalu-dgn {
    margin-top: 40px;
    /*  height: 47px 
   height: 105px; */
    mix-blend-mode: darken;
    margin-inline: auto;
    display: block;
}

.circ-left,
.circ-right {
    height: 100px;
}

.main-content-sec {
    background-image: linear-gradient(#fff, #fffff3);
    position: relative;
}

.daily-block {
    display: flex;
    width: 100%;
    align-items: start;
}

    .daily-block > div:first-child {
        width: 100%;
        height: 100%;
    }

    .daily-block > div:last-child {
        width: 100%;
        border-left: 4px solid #fff2c1;
    }

#vvv table tr td {
    background: transparent;
    border: 1px solid #c3a11c;
}

.table-pd-set {
    padding: 10px;
    padding-bottom: 40px;
}

.panchangam-inner {
    padding: 15px;
    padding-bottom: 0;
}

.contentscroll2 {
    max-height: 410px;
    overflow-y: auto;
    padding-right: 20px;
}

.head-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ca282d;
}

.calendar-header.pos-relative {
    /*width: 270px;*/
    right: 2%;
}

    .calendar-header.pos-relative h4 {
        color: #fff;
    }

.home-event-sec {
    padding-block: 50px;
    overflow: hidden;
    border-top: 1px solid #e1e1b8;
}

    .home-event-sec .circ-left,
    .home-event-sec .circ-right {
        transform: rotateZ(0deg);
        top: -105px;
    }

    .home-event-sec .circ-left {
        left: 0;
    }

    .home-event-sec .circ-right {
        right: 0;
    }

.srvc-ct {
    color: #fff;
}

.srvc-title span {
    color: #ffec1d;
}

.scard-boxx {
    border: none;
    background: #f2d460;
    position: relative;
    z-index: 1;
}

    .scard-boxx::before {
        content: "";
        position: absolute;
        width: 85%;
        height: 50px;
        border-radius: 50px;
        background: #f2d460;
        top: -25px;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }

    .scard-boxx::after {
        content: "";
        position: absolute;
        width: 65%;
        height: 300px;
        border-radius: 50%;
        background: #f2d460;
        top: -85px;
        left: 50%;
        transform: translateX(-50%);
        z-index: -2;
    }

.text-center.ss h2 {
    font-size: 28px;
}

.text-center.ss {
    position: absolute;
    top: -30px;
    width: 100%;
    left: 0;
}

.w-dgn::before {
    background-image: url("../images/well-design.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 13px;
    bottom: -25px;
    max-width: 775px;
    width: 100%;
}



.darshan-card.tm-card {
    position: relative;
}

    .darshan-card.tm-card::before {
        position: absolute;
        content: "";
        width: 2px;
        height: 100%;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        background: #f2d460;
    }

.color3 {
    color: #874600 !important;
}

.color4 {
    color: #fe7200 !important;
}

.color5 {
    color: #ca282d !important;
}

.scard-boxx .flower-bg {
    display: none;
}

.v-overlay .text {
    background: #ff00008c;
    padding: 13px;
    border-radius: 20px;
    transition: all .2s ease-in-out;
}

.loc-fnt img {
    height: 18px;
}

.gal-grid a:hover .v-overlay .text {
    transform: translate(-50%, -50%) scale(1.03);
    transition: all .2s ease-in-out;
}

.footer-content .fsocial-icons {
    display: flex;
    justify-content: end;
    align-items: center;
}

    .footer-content .fsocial-icons > span {
        text-transform: uppercase;
        color: #fff;
        letter-spacing: 2px;
        margin-top: -5px;
        font-family: 'Poppins-Regular';
    }

.navbar .menu-item-has-children ul.sub-menu {
    min-width: 200px;
}

#vvv table td p {
    line-height: 110%;
}

.subscribe-box input {
    color: #fff;
}

    .subscribe-box input::placeholder {
        color: #fff !important;
    }

    .subscribe-box input:focus {
        color: #fff;
    }

.navbar .menu-item-has-children ul a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* about us page css */
.inner-top-set {
    margin-top: -2px;
}

.inner-title2 {
    font-size: 18px;
    color: #f54218;
    font-family: 'BenguiatStd-Book';
}

.aws-right-sec .darshan-card.tm-card::before {
    height: 1px;
    width: 100%;
    left: 0;
    transform: translateX(0) translateY(-50%);
    top: 58%;
}

.aws-right-sec .darshan-card.tm-card {
    padding: 30px;
}

.aws-right-sec .darshan-title {
    font-size: 22px;
}

.right-side-timing-sec {
    background: #f2d460;
    padding: 10px;
    position: relative;
    z-index: 0;
}

.aws-inner-content {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.right-side-timing-sec::before {
    content: "";
    position: absolute;
    width: 85%;
    height: 40px;
    border-radius: 50px;
    background: #f2d460;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.right-side-timing-sec::after {
    content: "";
    position: absolute;
    width: 65%;
    height: 150px;
    border-radius: 50%;
    background: #f2d460;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -2;
}


.calendar-header.pos-relative {
    right: 4.5%;
}

.navbar .menu-item-has-children ul li a {
    border-radius: 0;
}

/* cart css */
.cart-canvas .offcanvas-header {
    background: #ca282d;
    color: #fff;
}

    .cart-canvas .offcanvas-header .btn-close {
        filter: invert(1);
        border: 2px solid #000;
        border-radius: 30px;
        padding: 12px !important;
        opacity: 1;
    }

.offcanvas.offcanvas-end.cart-canvas {
    width: 100%;
    max-width: 491px;
}

#offcanvasRightLabel {
    font-size: 23px;
    font-family: 'BenguiatStd-Book';
    text-transform: uppercase;
}

.offcanvas-body .eve-hd {
    font-size: 14px !important;
    line-height: 20px;
    color: #020202 !important;
}

.daily-event-li table td.eve-hd span.color4 {
    font-family: 'BenguiatStd-Book';
}

.cart-canvas .ls-1p a i.bi-x {
    background: #fcf2f7;
    font-size: 23px;
    padding: 2px 6.2px;
    border-radius: 40px;
    color: #ca282d;
}

.offcanvas.offcanvas-end.cart-canvas td.eve-mainico {
    padding-inline: 5px;
    padding-right: 15px;
}

.offcanvas.offcanvas-end.cart-canvas td {
    padding-inline: 10px;
}

    .offcanvas.offcanvas-end.cart-canvas td.eve-hd {
        padding-right: 0;
    }

.cart-canvas .table-hd-blk,
.cart-canvas .daily-event-li tbody td {
    padding-block: 20px;
}

.offcanvas.offcanvas-end.cart-canvas td {
    font-family: 'Poppins-Light';
}

.offcanvas.offcanvas-end.cart-canvas .daily-event-li tbody td:first-child {
    border-bottom: 1px dotted #50545c;
}

.offcanvas.offcanvas-end.cart-canvas .eve-ico img {
    width: 90px;
    height: 90px;
}

.offcanvas.offcanvas-end.cart-canvas .pulse::before {
    height: 105px;
    width: 105px;
}

.offcanvas.offcanvas-end.cart-canvas td h4 {
    font-size: 18px;
    font-family: 'BenguiatStd-Book';
}

.offcanvas.offcanvas-end.cart-canvas .offcanvas-footer {
    padding: 20px;
    padding-bottom: 40px;
    border-top: 1px dotted #50545c;
}

    .offcanvas.offcanvas-end.cart-canvas .offcanvas-footer .check-box label {
        color: #1e7e68;
        font-size: 16px;
        padding-left: 30px;
    }

    .offcanvas.offcanvas-end.cart-canvas .offcanvas-footer .check-box {
        display: flex;
        align-items: center;
    }

input[type="checkbox"]:checked + label:after {
    background: transparent !important;
}

.amount-sec {
    display: flex;
    justify-content: space-between;
    padding-block: 15px;
    margin-bottom: 10px;
}

    .amount-sec div {
        font-size: 22px;
        font-family: 'BenguiatStd-Book';
    }

.payment-final:hover {
    background-image: linear-gradient(#ff9816, #ffea01);
    transition: all .4s;
}

.payment-final {
    display: block;
    text-align: center;
    background-image: linear-gradient(#ffea01, #ff9816);
    padding: 10px 30px;
    border-radius: 40px;
    color: #111;
    font-family: 'Poppins-Medium';
    transition: all .4s;
    text-transform: uppercase;
    font-size: 15px;
}

.aws-app-menu {
    display: none;
}

.sub-menu.dropdown-active {
    display: block !important
}

.cart-donate {
    background-color: #ffe994;
    margin-top: 20px;
    padding: 20px;
    border-radius: 7px;
}

    .cart-donate form input,
    .cart-donate form select {
        border: none;
        border-radius: 5px;
        padding: 12px 10px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
        font-size: 14px;
    }

/* ul.buttonslis li button:hover {
      background-image: linear-gradient(0deg, #f20f2e 50%, #b0344c 100%);
      background-color: #ca282d;
      color: #fff;
    } */
ul.buttonslis li button {
    font-size: 14px;
    letter-spacing: 3px;
    border: 0;
    height: 36px;
    border-radius: 50px;
    text-transform: uppercase;
    color: #fff;
    /* background-image: linear-gradient(0deg, #b0344c 50%, #f20f2e 100%); */
    padding: 0px 20px;
    font-family: 'Oswald-Regular';
    margin-inline: auto;
    display: block;
    background-color: #ca282d;
}

.home_page .offcanvas.offcanvas-end.cart-canvas .offcanvas-footer .check-box label {
    padding-left: 10px;
}

.cart-canvas .pulse:hover::before {
    display: none;
}

.cart-canvas .table-hd-blk,
.cart-canvas .daily-event-li tbody td.eve-mainico {
    padding-block: 0;
}

.cart-canvas .table-hd-blk,
.cart-canvas .daily-event-li tbody td.eve-hd {
    padding-block: 13px;
}

.cart-canvas .table-hd-blk,
.cart-canvas .daily-event-li tbody td .pulse img {
    height: 75px;
}

.cart-canvas .offcanvas-body {
    padding-top: 5px;
}

.offcanvas.offcanvas-end.cart-canvas.home .offcanvas-footer .check-box label {
    padding-left: 12px;
    color: #111;
}

/* cart css close */

/* about us page css close */
.aws-inner-grid-two {
    min-height: 1200px;
}


/* photo gallery */
.main .img_container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
}

.main .card {
    color: #252a32;
    border-radius: 2px;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}

.main .card-image {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 70%;
    background: #ffffff;
}

    .main .card-image img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* photo gallery close */


/*  */


/*  */



/*  */


/* QUANTITY CSS */

.custom-dropdown select {
    background-image: url('../images/down-arrow.png');
    background-repeat: no-repeat;
    padding: 0px 0px 0px 15px;
    font-size: 14px;
    background-position: right 7px top 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    min-height: 38px;
    min-width: 50px;
    appearance: auto;
}

/* DATE CSS */


.calendar {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 300px;
    position: absolute;
    z-index: 1;
    display: none;
    padding: 0 !important;
    left: 50px !important;
    top: 105% !important;
}

.Weeklycalendar-header {
    background-color: #3498db;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#prevBtn,
#nextBtn {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 16px;
}

#monthYear {
    font-size: 18px;
    font-weight: bold;
}

.days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    padding: 10px;
}

.day {
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}

    .day.current {
        background-color: #3498db;
        color: white;
    }

    .day.selected {
        background-color: #2ecc71;
        color: white;
    }

#dateInput {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    height: 38px;
    /* background-image: url(../images/down-calen.png); */
    /* background-repeat: no-repeat; */
    /* background-position: right 7px top 11px; */
    /* background-size: 19px; */
}


/* TOTAL COUNT CSS */
.cartadded-total tr {
    border-top: 1px solid #ffffff3d;
    border-bottom: 1px solid #ffffff3d;
}

.cartadded-total td {
    padding: 18px 0px;
    font-size: 22px;
}

.pay-btn a {
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #c94d1a;
    border-radius: 0;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.15));
    background-color: #ffffff;
    padding: 11px 23px;
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    font-family: 'Poppins-Medium';
}

    .pay-btn a:hover {
        color: #fff;
        background-image: linear-gradient(0deg, #f88103 5%, #ffb400 45%);
    }

.pay-btn1 a {
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #c94d1a;
    border-radius: 0;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.15));
    background-image: linear-gradient(0deg, #f88103 5%, #ffb400 45%);
    padding: 11px 23px;
    width: 207px;
    display: flex;
    text-align: center;
    justify-content: center;
    font-family: 'Poppins-Medium';
    margin-left: auto;
    margin-right: auto;
}

    .pay-btn1 a:hover {
        color: #fff;
        background-image: linear-gradient(0deg, #f88103 5%, #ffb400 45%);
    }

/* CHECKBOX CSS */
input[type="checkbox"]:checked + label:after {
    font-size: 14px !important;
    text-align: center;
}


/* pandari  */

fieldset.cus-filedset {
    height: 80px;
}

fieldset.has-error {
    border-color: red !important;
}

.error.help-block {
    color: #ff3737;
    font-family: "Poppins-Regular", sans-serif;
    font-style: normal;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 20px;
    display: inline-block;
    display: block;
    text-align: left;
}

em.error {
    transform: translateY(-20px);
    position: absolute;
    /* top: 60px; */
}

fieldset {
    border: 1px solid #929797 !important;
    border-top-color: rgb(146, 151, 151);
    border-right-color: rgb(146, 151, 151);
    border-bottom-color: rgb(146, 151, 151);
    border-left-color: rgb(146, 151, 151);
    padding: 1rem 1rem 0 1rem;
    height: 56px;
    margin-bottom: 23px;
}

legend {
    font-size: 12px !important;
    font-family: "Poppins-Regular", sans-serif;
    display: block;
    padding-inline: 4px;
    width: auto !important;
    margin-bottom: 0px !important;
    font-size: 1.5rem;
    line-height: inherit;
    color: #2a2a2a;
    white-space: normal;
    z-index: 2;
    position: relative;
}

/* event detail css */
.aws-event-details.aws-editior img.fl_img {
    max-width: 650px;
    margin-inline: auto;
}




/* Sri css close */




.aws-event-box .event__box__title {
    color: #ff3f3e !important;
}

.profile__set {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

fieldset.cus-filedset {
    height: 80px;
}

fieldset.has-error {
    border-color: red !important;
}

.error.help-block {
    color: #ff3737;
    font-family: "Poppins-Regular", sans-serif;
    font-style: normal;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 20px;
    display: inline-block;
    display: block;
    text-align: left;
}

em.error {
    transform: translateY(-20px);
    position: absolute;
    /* top: 60px; */
}

fieldset {
    border: 1px solid #929797 !important;
    border-top-color: rgb(146, 151, 151);
    border-right-color: rgb(146, 151, 151);
    border-bottom-color: rgb(146, 151, 151);
    border-left-color: rgb(146, 151, 151);
    padding: 1rem 1rem 0 1rem;
    height: 56px;
    margin-bottom: 23px;
}

legend {
    font-size: 12px !important;
    font-family: "Poppins-Regular", sans-serif;
    display: block;
    padding-inline: 4px;
    width: auto !important;
    margin-bottom: 0px !important;
    font-size: 1.5rem;
    line-height: inherit;
    color: #2a2a2a;
    white-space: normal;
    z-index: 2;
    position: relative;
}

/* event detail css */
.aws-event-details.aws-editior img.fl_img {
    max-width: 650px;
    margin-inline: auto;
}

.main-top-sec.profile_set {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    background: #fff;
}

    .main-top-sec.profile_set .main-left-blk {
        filter: drop-shadow(0 0 7.5px rgba(0, 0, 0, 0.1));
        padding-bottom: 50px;
        background: #fff;
        margin-right: 35px;
    }

    .main-top-sec.profile_set .main-rgt-blk {
        overflow: hidden;
        background: white;
        position: relative;
        flex-grow: 1;
        width: 50%;
    }

.inner-hd {
    padding: 0px 0px 5px 0px !important;
    background-color: transparent !important;
    border-bottom: 1px solid #f2d460;
}

.inner-title {
    font-size: 24px !important;
    color: #181818 !important;
    font-family: 'BenguiatStd-Medium' !important;
}

.cus-sub-head {
    font-size: 18px;
    font-family: 'Poppins-Light', sans-serif;
    line-height: 25px;
    padding-bottom: 8px;
    font-weight: bold !important;
    color: #ef3b3b;
}


.spon-buttonsliss li {
    border-top: 1px solid #fd2a3024;
    padding: 10px;
    text-align: left;
}

    .spon-buttonsliss li a {
        color: #000 !important;
        /* font-family: 'Muli-SemiBold', sans-serif; */
        font-family: 'Poppins-Regular';
        font-size: 16px;
    }

.current_0 img {
    filter: brightness(0);
    width: 20px;
}

.spon-buttonsliss li:hover {
    background-color: #c62b24;
}

.event_btn {
    font-family: 'Poppins-Medium';
    font-weight: 600;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 3px;
    background-color: #fe1618;
    padding: 8px 20px !important;
    border: none;
}

legend {
    font-size: 14px !important;
    font-family: 'Roboto-Regular';
    display: block;
    padding-inline: 4px;
    width: auto !important;
    margin-bottom: 0px !important;
    font-size: 1.5rem;
    line-height: inherit;
    color: #2a2a2a;
    white-space: normal;
    z-index: 2;
    position: relative;
    font-weight: bold;
}

    legend.svs {
        top: -16px;
        background-color: #fff;
    }

fieldset .input-box {
    border: 0px;
    background-color: transparent;
    width: 100%;
    position: relative;
    height: 30px;
    top: -20px;
    color: #212020;
    font-family: 'Poppins-Light', sans-serif;
    font-size: 13px;
    /* font-weight: bold; */
}

fieldset.svs {
    height: 46px;
    margin-top: 10px;
}

fieldset {
    display: block;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding-block-start: 0.35em;
    padding-inline-start: 0.75em;
    padding-inline-end: 0.75em;
    padding-block-end: 0em;
    min-inline-size: auto;
    border-width: 1px;
    border-style: groove;
    border-color: #c3c3c3;
    border-image: initial;
    height: 56px;
}

.cmn-form-btn-succe {
    display: inline-block;
    background-image: linear-gradient(0deg, #4BB543 50%, #77cd70 100%);
    color: #fff;
    padding: 8px 50px;
    border: none;
    margin-top: 10px;
    font-weight: bold;
}

.product-head {
    font-size: 16px;
}

/* news */
.aws-inner-content1 {
    padding: 20px;
    border: 1px solid #f2d460;
    border-radius: 5px;
}

.new__page .new__img {
    max-width: 150px;
}

.section-title {
    font-size: 26px;
    letter-spacing: 1px;
    color: #d63303;
    font-family: 'Poppins-SemiBold';
}

.new__page .new__page__li {
    list-style-type: none;
    margin: 0px;
}

.new__page h5.mb-0 {
    color: #33c14b;
    font-size: 14px;
}

.new__page img {
    height: 150px;
    object-fit: contain;
}

/* news close */

/* news scrolling */
#scroll-container {
    height: 25px;
    overflow: hidden;
    position: relative;
}

#scroll-text {
    height: 100%;
    text-align: center;
    /* animation properties */
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -moz-animation: my-animation 15s linear infinite;
    -webkit-animation: my-animation 15s linear infinite;
    animation: my-animation 15s linear infinite;
}

.cmn-form-btn {
    display: inline-block;
    background-image: linear-gradient(0deg, #b0344c 50%, #f20f2e 100%);
    color: #fff;
    padding: 8px 50px;
    border: none;
    margin-top: 10px;
    font-weight: bold;
}

/* for Firefox */
@-moz-keyframes my-animation {
    from {
        -moz-transform: translateY(100%);
    }

    to {
        -moz-transform: translateY(-170%);
    }
}

/* for Chrome */
@-webkit-keyframes my-animation {
    from {
        -webkit-transform: translateY(100%);
    }

    to {
        -webkit-transform: translateY(-170%);
    }
}

@keyframes my-animation {
    from {
        -moz-transform: translateY(100%);
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        -moz-transform: translateY(-170%);
        -webkit-transform: translateY(-170%);
        transform: translateY(-170%);
    }
}

/* news scrolling close */

/*divya */
@media screen and (max-width:470px) {
    .cmn-form-btn {
        padding: 5px 25px !important;
        font-size: 12px;
    }

    fieldset .input-box {
        top: -19px;
    }

    .scard-box {
        padding: 0px;
    }
}

@media screen and (max-width:374px) {

    .aws-profile-btn-list a,
    .aws-profile-btn-list button {
        width: 87%;
    }
}

@media screen and (max-width:320px) {
    .p-3 {
        padding: 13px;
    }

    .p-3 {
        padding: 10px !important;
    }

    .clearfix.t-c.text-center {
        margin-bottom: 10px;
    }
}





/* -------------------------------------------------------------------------- */
/* ABOUT PAGE CSS */
/* -------------------------------------------------------------------------- */


.srvc-card {
    border-radius: 15px;
    background-color: #940300;
    padding: 1px;
    height: 100%;
}

.srvc-icon {
    border-radius: 17px;
}

.srvc-ct {
    padding: 20px;
}

.srvc-title {
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    font-family: 'BenguiatStd-Book';
}

.srvc-link a {
    position: relative;
    display: block;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

.srvc-link {
    position: absolute;
    /* top: 50%; */
    right: 20px;
    bottom: 10px;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
}

    .srvc-link i {
        color: #e0b737;
        font-size: 36px;
    }

.srvc-card:hover .srvc-link i {
    color: #fff;
}

.no-data {
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    min-height: 300px; /* Ensures visibility */
    font-weight: bold;
}
/* Show the checkmark when checked */
.label_container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.label_container .checkmark:after {
    left: 5px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid green;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ls-1p {
    position: absolute;
    /*left: 0;
transform: translateY(-50px) translateX(5px);*/
}

.daily-event-li {
    overflow-x: auto;
    overflow-y: auto;
    max-height: 450px;
    position: relative;
}


/* contact us */
.contact_de_set {
    display: flex;
    width: 105%;
    padding: 15px;
    border: 1px solid #e1e3e6;
    height: 100%;
}

.icon_set {
    font-size: 15px;
    background-color: #fd2e2c26;
    color: #de423b;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    width: 30px;
    height: 30px;
}

.icon_set {
    font-size: 15px;
    color: #de423b;
}

.adds_set {
    font-size: 16px;
    font-family: 'Poppins';
    line-height: 25px;
    padding-bottom: 5px;
    color: #111;
}

.contact_de_set a {
    color: #000;
}


/*pandari*/
@media screen and (max-width:992px) {
    .navbar ul li.menu-item-has-children > a {
        position: relative;
        color: #fff !important;
    }

    .mobile-nav-hide {
        top: 16%;
        right: 9% !important;
        top: 15px;
        z-index: 9999;
    }
}

@media screen and (max-width:678px) {
    .panchangam-data {
        justify-content: center;
    }

    .navbar ul li.menu-item-has-children > a {
        position: relative;
        color: #fff !important;
    }
}

@media screen and (max-width:500px) {
    .namalu-dgn {
        margin-top: 0px !important;
        object-fit: contain !important;
    }

    .mobile-nav-hide {
        top: 16%;
        right: 9% !important;
        top: 15px;
        z-index: 9999;
    }

    .mobile-nav-hide {
        left: 350px;
    }
}

@media screen and (max-width:376px) {
    .mobile-nav-hide {
        left: 307px;
    }
}

.table.mb-0 .bi.bi-calendar-event {
    color: #f65934 !important;
}

.table.table-bordered td .btn.btn-primary.btn-xs {
    border: 1px solid #ffd805;
    background-image: linear-gradient(#ffea01 20%, #ff9716);
    font-size: 13px;
    text-transform: uppercase;
    color: #440803;
    font-weight: bold;
}

#log_in tr td {
    background-color: #fff7d8;
}

.srvc-title.text-center.pnd {
    font-family: 'BenguiatStd-Book';
    font-size: 22px;
}

.name__text {
    font-size: 16px;
}

.name {
    font-size: 24px;
    text-transform: uppercase;
    color: #181818;
    font-family: 'BenguiatStd-Book' !important;
}

.pp a {
    color: #6c6c6c;
}

.table.ss_table a {
    color: #eb4545;
}

/* divya */
.inner-sub-title {
    font-size: 24px;
    color: #780001;
}

.inner_content a strong {
    color: #780001;
}

.srvc-ct.pos-relative strong {
    color: white;
}

.youtube-video {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

    .youtube-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.heritage-card.ds {
    /* position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-radius: 118px 118px 24px 24px / 58px 58px 24px 24px;
    background: url(../images/shape.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%; */
    width: 100%;
    margin: auto;
    max-width: 550px;
}

.list-li li {
    background: url(../images/list-li-img.png) no-repeat left 2px !important;
    margin-bottom: 9px;
    line-height: 24px;
    padding-left: 25px;
    vertical-align: middle;
}

.aws-editior li {
    margin-bottom: 10px !important;
}

img.inner-img {
    width: 100%;
    border-radius: 15px;
}

.aws-content-start.text-start {
    margin-top: 50px;
}


/* =====================================================
   STUDENT PORTAL SECTION
===================================================== */


.student-portal-grid {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    align-items: start;
}

/* =====================================================
   CARD
===================================================== */

.student-portal-card {
    background: #ffffff;
    border: 1px dashed #c9c9c9;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
}

    .student-portal-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 15px 35px rgba(87, 45, 0, 0.1);
    }

/* =====================================================
   CARD TITLE
===================================================== */

.student-portal-title {
    padding: 13px 20px;
    background: #940300;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    text-transform: capitalize;
}

/* =====================================================
   TABLE AREA
===================================================== */

.student-portal-table {
    width: 100%;
    padding: 14px;
}

/* Header and rows use the same grid structure */

.student-portal-head,
.student-portal-row {
    display: grid;
    grid-template-columns: 60px minmax(0, 1fr) 90px;
    align-items: center;
}

/* =====================================================
   TABLE HEADER
===================================================== */

.student-portal-head {
    min-height: 48px;
    margin-bottom: 4px;
    background: #fff2e7;
    border: 1px solid #ffd2b1;
    color: #c94f00;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

    .student-portal-head > div {
        padding: 12px 10px;
    }

        .student-portal-head > div:first-child {
            text-align: center;
        }

        .student-portal-head > div:last-child {
            text-align: center;
        }

/* =====================================================
   TABLE ROW
===================================================== */

.student-portal-row {
    min-height: 56px;
    border-bottom: 1px solid #eeeeee;
    transition: all 0.25s ease;
}

    .student-portal-row:last-child {
        border-bottom: 0;
    }

    .student-portal-row:hover {
        background: #fffaf3;
    }

    .student-portal-row > div {
        padding: 12px 10px;
        color: #555555;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.5;
    }

        /* Serial number */

        .student-portal-row > div:first-child {
            color: #ff7518;
            font-weight: 600;
            text-align: center;
        }

        /* Name */

        .student-portal-row > div:nth-child(2) {
            word-break: break-word;
        }

        /* Link column */

        .student-portal-row > div:last-child {
            text-align: center;
        }

    /* =====================================================
   LINK BUTTON
===================================================== */

    .student-portal-row a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        min-width: 68px;
        padding: 7px 12px;
        background: #940300;
        border: 1px solid #940300;
        border-radius: 2px;
        color: #ffffff;
        font-size: 12px;
        font-weight: 500;
        line-height: 1;
        text-decoration: none;
        transition: all 0.25s ease;
    }

        .student-portal-row a::after {
            content: "›";
            font-size: 17px;
            line-height: 1;
        }

        .student-portal-row a:hover {
            background: #ff8428;
            border-color: #ff8428;
            color: #ffffff;
            transform: translateX(2px);
        }

/* =====================================================
   TABLET RESPONSIVE
===================================================== */

@media screen and (max-width: 991px) {

    .student-portal-section {
        padding: 55px 18px;
    }

    .student-portal-grid {
        grid-template-columns: 1fr;
        max-width: 760px;
        gap: 24px;
    }
}

/* =====================================================
   MOBILE RESPONSIVE
===================================================== */

@media screen and (max-width: 575px) {

    .student-portal-section {
        padding: 40px 12px;
    }

    .student-portal-grid {
        gap: 20px;
    }

    .student-portal-title {
        padding: 12px 14px;
        font-size: 18px;
    }

    .student-portal-table {
        padding: 8px;
        overflow-x: auto;
    }

    .student-portal-head,
    .student-portal-row {
        grid-template-columns: 44px minmax(150px, 1fr) 70px;
    }

    .student-portal-head {
        min-height: 44px;
        font-size: 12px;
    }

        .student-portal-head > div {
            padding: 10px 6px;
        }

    .student-portal-row {
        min-height: 52px;
    }

        .student-portal-row > div {
            padding: 10px 6px;
            font-size: 12px;
        }

        .student-portal-row a {
            min-width: 56px;
            padding: 6px 8px;
            font-size: 11px;
        }
}

/* =====================================================
   VERY SMALL DEVICES
===================================================== */

@media screen and (max-width: 360px) {

    .student-portal-section {
        padding-left: 8px;
        padding-right: 8px;
    }

    .student-portal-head,
    .student-portal-row {
        grid-template-columns: 38px minmax(135px, 1fr) 62px;
    }

        .student-portal-row a {
            min-width: 50px;
            padding: 6px;
        }
}

.navbar .login-n a:focus {
    background: #940300;
    color: #fff;
    border-radius: 60px;
    padding-inline: 20px;
    padding-block: 10px;
    transition: all .4s linear;
}


td > img {
    width: 100%;
    max-width: 40px;
    text-align: center;
}
