.bli {
    font-family: sans-serif !important;
    color: red;
    font-weight: bold !important;
    animation: animate 5s linear infinite;
}

@keyframes animate {
    0% {
        opacity: 0;
        color: #911f27;
    }
    50% {
        opacity: 0.7;
        color: #ff2626;
    }
    100% {
        opacity: 0;
        color: #ff4848;
    }
}
#payto {
    min-width: 250px;
    top: 72%;
    left: 40%;
    margin-left: 20px;
    transform: translate(0, -50%);
    padding: 10px 20px;
    color: #444444;
    background-color: #eeeeee;
    font-weight: bold;
    font-size: 15px;
    border-radius: 8px;
    position: absolute;
    z-index: 1000;
    box-sizing: border-box;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
    display: none;
    text-align: left;
}
#payto1 {
    min-width: 400px;
    top: 72%;
    left: 65%;
    margin-left: 20px;
    transform: translate(0, -50%);
    padding: 10px 20px;
    color: #444444;
    background-color: #eeeeee;
    font-weight: normal;
    font-size: 13px;
    border-radius: 8px;
    position: absolute;
    z-index: 1000;
    box-sizing: border-box;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
    display: none;
    text-align: left;
}

.blink1 {
    animation-duration: 1000ms; /*blinking speed decreases and increase */
    animation-name: tgle;
    animation-iteration-count: infinite;
}

@keyframes tgle {
    0% {
        opacity: 0;
    }

    49.99% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }

    99.99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.blink2 {
    animation-duration: 1000ms; /*blinking speed decreases and increase */
    animation-name: tgle;
    animation-iteration-count: infinite;
}

@keyframes tgle {
    0% {
        opacity: 0;
    }

    49.99% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }

    99.99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.modal_table table tr td {
    border: none;
    border: 0.1px solid #eee;
}
#top1 {
    min-width: 800px;
    top: -45%;
    left: 25%;
    margin-left: 20px;
    transform: translate(0, -50%);
    padding: 10px 20px;
    color: #444444;
    background-color: #eeeeee;
    font-weight: normal;
    font-size: 13px;
    border-radius: 8px;
    position: absolute;
    z-index: 1;
    box-sizing: border-box;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
    display: none;
}
#top1 i {
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -12px;
    width: 12px;
    height: 24px;
    overflow: hidden;
}

#top1 i::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    left: 0;
    top: 50%;
    transform: translate(50%, -50%) rotate(-45deg);
    background-color: #eeeeee;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}
/* .hit-the-floor {
    color: #fff;
    font-size: 2.6em;
    letter-spacing: 4px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    text-shadow:
        0 6px 1px rgba(0, 0, 0, 0.1),
        0 0 5px rgba(0, 0, 0, 0.1),
        0 1px 3px rgba(0, 0, 0, 0.3),
        0 3px 5px rgba(0, 0, 0, 0.2),
        0 5px 10px rgba(0, 0, 0, 0.25),
        0 10px 10px rgba(0, 0, 0, 0.2),
        0 20px 20px rgba(0, 0, 0, 0.15);
}

.hit-the-floor {
    text-align: center;
} */
.logo-container {
    width: 100%;
    padding: 10px 30px;
    background: linear-gradient(135deg, #2f6f5e, #4fa88a);
    border-bottom: 4px solid #d4af37;

    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-decoration: none;
}

/* Logo */
.logo-img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}
/* Text */
.logo-text {
    text-align: center;
}
.logo-text h1 {
    margin: 0;
    font-size: 32px;
    color: #ffffff;
    font-weight: 800;
    font-family: "Georgia", "Times New Roman", serif;
    letter-spacing: 1.5px;
    text-shadow:
        0 2px 0 #1e4d40,
        0 4px 6px rgba(0, 0, 0, 0.3);
}
.logo-text h2 {
    margin: 5px 0;
    font-size: 26px;
    color: #f5f5f5;
    font-weight: 600;
    font-family: "Noto Serif", serif;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.logo-text p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #e8e8e8;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.logo-content:hover h1 {
    color: #ffd700;
    transition: 0.3s ease;
}
.logo-mobile {
    width: 100%;
    padding: 12px 10px;
    background: linear-gradient(135deg, #2f6f5e, #4fa88a);
    border-bottom: 3px solid #d4af37;
}
.mobile-logo-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
}

/* Logo */
.mobile-logo-img {
    width: 65px;
    height: 65px;
    margin-bottom: 6px;
}

/* English Title */
.mobile-logo-text h1 {
    margin: 0;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Georgia", serif;
    line-height: 1.3;
}

/* Hindi Title */
.mobile-logo-text h2 {
    margin: 2px 0;
    font-size: 15px;
    color: #f0f0f0;
    font-weight: 500;
    font-family: "Noto Serif", serif;
}

/* Subtitle */
.mobile-logo-text p {
    margin: 3px 0 0;
    font-size: 11px;
    color: #e0e0e0;
}
.token {
    -webkit-animation: anim 10s infinite linear;
    animation: anim 10s infinite linear;
}

@-webkit-keyframes anim {
    from {
        -webkit-transform: rotateY(0deg);
    }
    to {
        -webkit-transform: rotateY(360deg);
    }
}

@keyframes anim {
    0% {
        transform: rotateY(0deg);
    }
    25% {
        transform: rotateY(90deg);
    }
    50% {
        transform: rotateY(0deg);
    }
    75% {
        transform: rotateY(90deg);
    }
    100% {
        transform: rotateY(0deg);
    }
    /*from {
            transform: rotateY(0deg);
        }
        to {transform: rotateY(180deg);
        }*/
}

.logo1 img {
    /*background-color:#fff;*/
    /*border-radius:50%;*/
    margin-top: 7px;
}
#p {
    display: none;
}
#new_logo {
    border-radius: 50%;
}
@media (max-width: 600px) {
    .logo1 img {
        margin-left: 10px;
    }
    .logo-container {
        display: none;
    }
}
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500&display=swap");
.hit-the {
    color: #15a752;
    font-size: 1em;
    margin-left: 50px;
    font-family: "Montserrat", sans-serif !important;
    font-weight: bold;
    overflow: hidden;
    position: relative;
}

.hit-the {
    text-align: center;
}
#top2 {
    min-width: 300px;
    top: -19%;
    left: 0%;
    /*margin-left:20px;*/
    transform: translate(0, -50%);
    padding: 10px 20px;
    color: #444444;
    background-color: #eeeeee;
    font-weight: normal;
    font-size: 13px;
    border-radius: 8px;
    position: absolute;
    z-index: 1;
    box-sizing: border-box;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
    /*display:none;*/
}
.contact-opener1 {
    /*opener button*/
    max-width: 500px;

    border: 1px solid #ddd;
    position: fixed;
    z-index: 1200;
    right: 0px;
    /*transform: rotate(-90deg);*/
    top: 300px;
    padding: 10px 2px;
    /*color: #fff;*/
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.43);
    cursor: pointer;
    border-radius: 5px;
    background-color: #405254;
}
.contact-opener {
    /*opener button*/
    max-width: 500px;
    /*padding: 30px 30px 10px 30px;*/
    border: 1px solid #ddd;
    position: fixed;
    z-index: 1200;
    right: -70px;
    transform: rotate(-90deg); /* rotate button -90deg */
    top: 170px;
    padding: 9px;
    /*color: #fff;*/
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.43);
    cursor: pointer;
    border-radius: 5px 5px 0px 0px;
    background-color: #555;
}
.topbar {
    height: 50px !important;
}
.left-topbar-item {
    margin-top: -20px !important;
}
@media (max-width: 600px) {
    .topbar {
        height: auto !important;
    }
    .left-topbar-item {
        margin-top: 0px !important;
    }
}
header {
    background-color: #62c4a1;
}
.facebook {
    background-color: #3b5998;
    padding: 10px 16px;
    border-radius: 50%;
    color: white;
}
.twitter {
    background-color: white;
    padding: 9px 9px;
    border-radius: 50%;
    color: #1da1f2;
}

.main-menu .arrow > a::after {
    content: "";
}
#top3 {
    min-width: 500px;
    top: 15%;
    left: -2%;
    margin-left: 20px;
    transform: translate(0, -50%);
    padding: 10px 20px;
    color: #444444;
    background-color: #eeeeee;
    font-weight: normal;
    font-size: 13px;
    border-radius: 8px;
    position: absolute;
    z-index: 1;
    box-sizing: border-box;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
    display: none;
}
#top3 i {
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -12px;
    width: 12px;
    height: 24px;
    overflow: hidden;
}

#top3 i::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    left: 0;
    top: 50%;
    transform: translate(50%, -50%) rotate(-45deg);
    background-color: #eeeeee;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}
@keyframes glowing {
    0% {
        box-shadow: 0 0 -10px #abebc6;
    }
    40% {
        box-shadow: 0 0 20px #52be80;
    }
    60% {
        box-shadow: 0 0 20px #27ae60;
    }
    100% {
        box-shadow: 0 0 -10px #abebc6;
    }
}

.button-glow {
    animation: glowing 1000ms infinite;
}
.contact-opener {
    /*opener button*/
    /*max-width: 500px;*/

    border: 1px solid #ddd;
    position: fixed;
    z-index: 20000;
    right: -115px;
    transform: rotate(-90deg); /* rotate button -90deg */
    top: 350px;
    padding: 2px;
    /*color: #fff;*/
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.43);
    cursor: pointer;
    border-radius: 5px 5px 0px 0px;
}
.blink {
    background-color: #1c87c9;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    border: none;
    color: #eeeeee;
    cursor: pointer;
    display: inline-block;
    font-family: sans-serif;
    font-size: 20px;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
}
@keyframes glowing {
    0% {
        background-color: #2ba805;
        box-shadow: 0 0 5px #2ba805;
    }
    50% {
        background-color: #49e819;
        box-shadow: 0 0 20px #49e819;
    }
    100% {
        background-color: #2ba805;
        box-shadow: 0 0 5px #2ba805;
    }
}
.blink {
    animation: glowing 1300ms infinite;
}
.tab-boxes {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 15px;
}
.custom-btn-boxes {
    position: relative;
    padding: 12px 20px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    background: linear-gradient(135deg, #43e97b, #436d38);
    backdrop-filter: blur(10px);
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.custom-btn-boxes:hover {
    color: #fff;
    background: linear-gradient(135deg, #43e97b, #436d38);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
.custom-btn-boxes.active {
    color: #fff;
    background: linear-gradient(135deg, #436d38, #43e97b);
    box-shadow: 0 8px 20px rgba(78, 115, 223, 0.4);
}
.custom-btn-boxes:active {
    transform: scale(0.95);
}
.custom-btn-boxes::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 1.5px; /* border thickness */
    background: linear-gradient(135deg, #43e97b, #436d38, #62c4a1);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.custom-btn-boxes:hover::before {
    background: linear-gradient(135deg, #43e97b, #fad0c4, #436d38);
}
@media (max-width: 992px) {
    .custom-btn-boxes {
        flex: 1 1 calc(50% - 15px);
    }
}

@media (max-width: 576px) {
    .custom-btn-boxes {
        flex: 1 1 100%;
    }
}
/* Modal Background */
.custom-modal-tabs {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.modal-content-box-tabs {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    width: 90%;
    max-width: 400px;
    text-align: center;
    animation: zoomIn 0.3s ease;
}

@keyframes zoomIn {
    from {
        transform: scale(0.7);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
.close-btn-tabs {
    float: right;
    font-size: 22px;
    cursor: pointer;
}
/* Tabs */
.tabs-schem {
    margin-top: 15px;
}
.schem-tab-btn {
    padding: 8px 15px;
    margin: 10px;
    border-radius: 20px;
    border: none;
    background: #eee;
    cursor: pointer;
}
/* Tab Content */
/* .schem-tab-content {
    display: none;
    margin-top: 15px;
} */
.schem-tab-content.active {
    display: block;
}
/* Tab Link Box */
.schem-tab-link {
    display: block;
    padding: 14px;
    border-radius: 10px;
    background: linear-gradient(45deg, #5344e5, #b12db8);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    margin-top: 10px;
}
.schem-tab-link:hover {
    background: linear-gradient(45deg, #436d38, #62c4a1);
}
.hero-section-counter {
    position: relative;
    background: linear-gradient(135deg, #2f4f4f, #405254, #1f3d3f);
    color: #fff;
    padding: 20px 0;
    text-align: center;
    overflow: hidden;
}

.hero-section-counter::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.hero-section-counter::after {
    content: "";
    position: absolute;
    bottom: -120px;
    left: -120px;
    width: 350px;
    height: 350px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 50%;
}

.hero-section-counter .container {
    position: relative;
    z-index: 2;
}
.hero-section-counter h1 {
    font-size: 30px;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #ffffff;
}
.stats-box {
    margin-top: 20px;
}
.stat-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    padding: 10px 20px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    margin-bottom: 25px;
}
.stat-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}
.stat-number {
    font-size: 30px;
    font-weight: 800;
    color: #fbfb01;
    margin-bottom: 10px;
}
.stat-text {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #ffffff;
}
/* Tablet */
@media (max-width: 992px) {
    .hero-section-counter {
        padding: 60px 0;
    }
    .hero-section-counter h1 {
        font-size: 32px;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .stat-number {
        font-size: 40px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .hero-section-counter {
        padding: 50px 15px;
    }
    .hero-section-counter h1 {
        font-size: 26px;
        line-height: 1.5;
    }
    .stat-card {
        padding: 30px 15px;
    }
    .stat-number {
        font-size: 34px;
    }
    .stat-text {
        font-size: 13px;
        letter-spacing: 1px;
    }
}
/* @media (max-width: 768px) {
    .hero-section-counter .stat-number {
        font-size: 40px;
    }
    .hero-section-counter h1 {
        font-size: 26px;
    }
    .hero-section-counter .stat-item:not(:last-child)::after {
        display: none;
    }
} */
.submenu-other {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 9999;
}
/* Parent menu visible */
.main-menu,
.navbar,
.header,
.menu-area {
    overflow: visible !important;
}
/* Dropdown proper position */
.sub-menu {
    position: absolute;
    background: #fff;
    min-width: 300px;
}
.custom-tabs-wrapper-content {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}
/* Tab Button */
.custom-tabs-wrapper-content .custom-tab {
    border: none;
    padding: 7px 15px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    transition: 0.35s ease;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #34c759, #2f9e44);
    box-shadow:
        0 8px 20px rgba(52, 199, 89, 0.25),
        inset 0 2px 4px rgba(255, 255, 255, 0.25);
}
.custom-tabs-wrapper-content .custom-tab::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.18);
    transform: skewX(-30deg);
    transition: 0.7s;
}
.custom-tabs-wrapper-content .custom-tab:hover::before {
    left: 120%;
}
/* Hover */
.custom-tabs-wrapper-content .custom-tab:hover {
    transform: translateY(-4px);
    box-shadow:
        0 14px 28px rgba(52, 199, 89, 0.35),
        inset 0 2px 4px rgba(255, 255, 255, 0.25);
}
/* Active Tab */
.custom-tabs-wrapper-content .custom-tab.active-tab {
    background: linear-gradient(135deg, #22c55e, #15803d);
}
/* Responsive */
@media (max-width: 768px) {
    .custom-tabs-wrapper-content {
        flex-direction: column;
        align-items: stretch;
    }
    .custom-tabs-wrapper-content .custom-tab {
        width: 100%;
        text-align: center;
        font-size: 16px;
        padding: 10px 20px;
    }
}
