@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* border: 1px solid red !important; */
}

:root {
    --primary: #ff9933;
    --secondary: #198754;
    --light: #f8fafc;
    --border: #e5e7eb;
    --dark: #111827;

    --primary-light: #fff7ed;
    --muted: #6b7280;
    --bg: #f8fafc;
}

html,
body {
    font-family: "Poppins", sans-serif;
}


h3 {
    color: #ff9933;
}

.text-vyf {
    color: #ff9933;
}

.bg-vyf {
    background-color: #ff9933cc;
}

.center {
    /* position: relative; */
    left: 0;
    right: 0;
    margin: auto;
}

textarea {
    resize: none;
}

/* boostrap model */

.modal {
    z-index: 11111000 !important;
}

.modal-backdrop {
    z-index: 1990 !important;
}

.custom-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;

    background: rgba(255, 255, 255, 0.15);
    /* transparent */
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: 0.3s ease;
}

.custom-navbar.scrolled {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.carousel-main {
    /* height: 610px; */
    height: 90vh;
    width: 100vw;
}

.carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: fill;
}

.blend-text {
    color: #efefef;
    /* mix-blend-mode: difference; */
}

.profile-box {
    /* background: #EFEFEF; */
    /* background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 153, 51, 0.99) 100%); */
    background: linear-gradient(135deg, #111827 0%, #1e293b 40%, #9e4f00 100%);
}

@media only screen and (max-width: 992px) {
    .carousel-main {
        height: 500px;
    }

}

@media only screen and (max-width: 768px) {
    .carousel-main {
        height: 350px;
    }

    #nav-title {
        font-size: 14px;
    }

}

@media only screen and (max-width: 768px) {
    .carousel-main {
        height: 300px;
    }

    #nav-title {
        font-size: 13px;
    }

}

@media only screen and (max-width: 480px) {
    #nav-title {
        display: none;
    }

    .carousel-main {
        height: 200px;
    }

}

.fa {
    padding: 14px;
    font-size: 18px;
    /* width: 22px; */
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;

}

.fa-facebook,
.fa-twitter,
.fa-google,
.fa-youtube,
.fa-instagram {

    background: #fff;
    color: #ff9933;
}

.fa-twitter:hover {
    background: #55ACEE;
    color: white;
}

.fa-facebook:hover {
    background: #3B5998;
    color: white;
}

.fa-google:hover {
    background: #dd4b39;
    color: white;
}

.fa-youtube:hover {
    background: #bb0000;
    color: white;
}

.fa-instagram:hover {
    background: #125688;
    color: white;
}

#about_us_pic,
#index_pic_1 {
    width: 400px;
    height: 300px;
    object-fit: contain;
}

#event_images {
    margin-top: 100px;
}

#member-card-pic {
    height: 180px;
    overflow: hidden;
}

.index-img-height {
    height: 160px;
}

.about-page-content p {
    font-size: 16px !important;
    color: #666;
    line-height: 30px;
}

@media only screen and (max-width: 1200px) {
    .found-member-heading {
        font-size: 22px;
    }
}

@media only screen and (max-width: 992px) {

    #about_us_pic,
    #index_pic_1 {
        width: 350px;
    }

    #event_images {
        margin-top: 80px;
    }

    #event_images img {
        object-fit: cover;
        width: 100%;
    }

    .found-member-heading {
        font-size: 16px;
    }

    .index-img-height {
        height: 200px;
    }

}

@media only screen and (max-width: 768px) {

    #about_us_pic,
    #index_pic_1 {
        width: 370px;
    }

    #event_images {
        margin-top: 170px;
    }

    #event_images img {
        object-fit: contain;
        width: 100%;
    }

    .found-member-heading {
        font-size: 28px;
        margin: 16px auto;
    }

    .index-img-height {
        height: 240px;
    }

    #index-mem-img {
        max-height: 380px;
    }

}

@media only screen and (max-width: 576px) {
    .index-img-height {
        height: 300px;
    }
}

@media only screen and (max-width: 480px) {

    #about_us_pic,
    #index_pic_1 {
        width: 290px;
    }

    #index_pic_1 {
        width: 315px;
    }

    #event_images {
        margin-top: 120px;
    }


    .index-img-height {
        height: 300px;
    }
}

@media only screen and (max-width: 350px) {

    #about_us_pic,
    #index_pic_1 {
        width: 200px;
    }

    #event_images {
        margin-top: 40px;
    }

    .index-img-height {
        height: 180px;
    }
}


.img-content {
    margin-top: 40px;
}

.img-content .title {
    margin-bottom: 20px;
}

.index-img {
    -moz-box-shadow: 3px 3px 5px 2px #ccc;
    -webkit-box-shadow: 3px 3px 5px 2px #ccc;
    box-shadow: 3px 3px 5px 2px #ccc;
    margin-bottom: 10px;
}

.gray img:hover {
    filter: gray;
    -webkit-filter: grayscale(1);
}

.tilt img:hover {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);

    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

#index-welcome {
    padding: 70px 70px;
}

#index-welcome h1,
#index-welcome h4,
#index-welcome p {
    padding-left: 0px;
    padding-right: 0px;
}

@media only screen and (max-width: 992px) {
    #index-welcome {
        padding: 60px 40px;
    }

    #index-welcome h4 {
        margin: 8px auto 24px;
    }
}

#logo {
    max-height: 40px;
}

#index-mem-img {
    object-fit: cover;
    max-height: 220px;
    width: 100%;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, .25)
}

.mt-200 {
    margin-top: 200px
}


/* Custom Multi Select */
.sd-multiSelect {
    position: relative;
}

.sd-multiSelect .placeholder {
    opacity: 1;
    background-color: transparent;
    cursor: pointer;
}

.sd-multiSelect .ms-offscreen {
    height: 1px;
    width: 1px;
    opacity: 0;
    overflow: hidden;
    display: none;
}

.sd-multiSelect .sd-CustomSelect {
    width: 100% !important;
}

.sd-multiSelect .ms-choice {
    position: relative;
    text-align: left !important;
    width: 100%;
    border: 1px solid #e3e3e3;
    background: #ffff;
    box-shadow: none;
    font-size: 15px;
    height: 44px;
    font-weight: 500;
    color: #212529;
    line-height: 1.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.sd-multiSelect .ms-choice:after {
    content: "\f107 ";
    font-family: "FontAwesome";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
}

.sd-multiSelect .ms-choice:focus {
    border-color: var(--theme-color);
}

.sd-multiSelect .ms-drop.bottom {
    display: none;
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 10px;
}

.sd-multiSelect .ms-drop li {
    list-style-type: decimal;
    position: relative;
    margin-bottom: 10px;
}

.sd-multiSelect .ms-drop li input[type="checkbox"] {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.sd-multiSelect .ms-drop li label {
    cursor: pointer;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.sd-multiSelect .ms-drop li label:before {
    content: "";
    background-color: transparent;
    border: 2px solid var(--theme-color);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.sd-multiSelect .ms-drop li input:checked+span:after {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 5px;
    width: 10px;
    height: 10px;
    background: var(--theme-color);
    border-width: 0 2px 2px 0;
}

/* patron */

.patron-container {
    cursor: pointer;

}

.patron-container p {
    font-size: 10px;
    color: #ff8c18;
}

/* blinking text */

.blink {
    animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

.color-change {
    background: linear-gradient(-45deg,
            #ffffff,
            #fff3e4,
            #fce3c8,
            #f6e5ba,
            #fffeb0,
            #ffe3a2,
            #8eb8ff,
            #91efff,
            #d5f9ff);
    background-size: 400% 400%;
    animation: gradient 9s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


/* email check in join us page */

#email-check,
#email-otp-dialog-btn,
#email-reset-btn,
#email_verified_msg {
    display: none;
}


/* animation background */

.bg-all {
    /* background: #08be88; */
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/*  join section design */

.join-section {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    width: 100%;
    background: linear-gradient(135deg, #0f172a, #1e293b, #111827);
}

.join-section {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    background:
        linear-gradient(rgba(15, 23, 42, 0.82), rgba(15, 23, 42, 0.9)),
        url('../images/static/swami-vivekananda.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* CONTENT ABOVE */
.join-card,
.container {
    position: relative;
    z-index: 5;
}

.join-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 30px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);
    position: relative;
    z-index: 5;
}

.join-btn {
    display: inline-block;
    padding: 15px 38px;
    background: linear-gradient(45deg, #ff9933, #ffb347);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    transition: 0.4s ease;
    box-shadow: 0 10px 25px rgba(255, 153, 51, 0.4);
}

.join-btn:hover {
    transform: translateY(-5px) scale(1.05);
    color: white;
    box-shadow: 0 15px 35px rgba(255, 153, 51, 0.6);
}

.shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.4;
    animation: float 12s infinite ease-in-out;
}

.shape1 {
    width: 300px;
    height: 300px;
    background: #ff9933;
    top: -100px;
    left: -100px;
}

.shape2 {
    width: 250px;
    height: 250px;
    background: #38bdf8;
    bottom: -80px;
    right: -50px;
    animation-delay: 2s;
}

.shape3 {
    width: 180px;
    height: 180px;
    background: #f472b6;
    top: 50%;
    left: 70%;
    animation-delay: 4s;
}

.shape4 {
    width: 200px;
    height: 200px;
    background: #22c55e;
    top: 20%;
    right: 15%;
    animation-delay: 6s;
}

@keyframes float {
    0% {
        transform: translateY(0px) scale(1);
    }

    50% {
        transform: translateY(-30px) scale(1.1);
    }

    100% {
        transform: translateY(0px) scale(1);
    }
}

.particle {
    position: absolute;
    width: 12px;
    height: 12px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    animation: particles 15s linear infinite;
}

.particle:nth-child(1) {
    top: 20%;
    left: 10%;
}

.particle:nth-child(2) {
    top: 70%;
    left: 20%;
    animation-delay: 3s;
}

.particle:nth-child(3) {
    top: 40%;
    left: 80%;
    animation-delay: 5s;
}

.particle:nth-child(4) {
    top: 85%;
    left: 70%;
    animation-delay: 7s;
}

.particle:nth-child(5) {
    top: 15%;
    left: 60%;
    animation-delay: 9s;
}

@keyframes particles {
    0% {
        transform: scale(0) rotate(0deg);
        opacity: 0;
    }

    30% {
        opacity: 0.5;
    }

    100% {
        transform: scale(18) rotate(360deg);
        opacity: 0;
    }
}

/* RESPONSIVE */
@media(max-width:768px) {

    .join-card {
        padding: 35px 25px !important;
    }

    .join-card h1 {
        font-size: 2.5rem;
    }

    .join-btn {
        padding: 12px 28px;
        font-size: 16px;
    }
}


.text-animation b {
    float: left;
    overflow: hidden;
    position: relative;
    height: 50px;
}

.text-animation span {
    display: inline-block;
    color: #e74c3c;
    position: relative;
    white-space: nowrap;
    top: 0;
    left: 0;
    -webkit-animation: move 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: 1s;
}

@keyframes move {
    0% {
        top: 0px;
    }

    20% {
        top: -50px;
    }

    40% {
        top: -100px;
    }

    60% {
        top: -150px;
    }

    80% {
        top: -200px;
    }
}

/* navbar design */

.custom-navbar {
    width: 100%;
    z-index: 9999;
    padding: 18px 0;
    transition: all 0.35s ease;
    /* background:#ffffff; */
}

.custom-navbar.scrolled {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 10px 0;
}

.logo-wrapper {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.12);
}

.logo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brand-title {
    font-size: 1.15rem;
    font-weight: 800;
    color: #111;
    transition: 0.3s ease;
    line-height: 1.3;
    max-width: 240px;
}

.navbar-nav .nav-link {
    position: relative;
    color: #222 !important;
    font-weight: 600;
    font-size: 15px;
    padding: 10px 14px !important;
    transition: 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #ff9800 !important;
}

.navbar-nav .nav-link.active {
    color: #ff9800 !important;
    font-weight: 700;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
    width: 50%;
}

.nav-btn-primary {
    background: linear-gradient(135deg, #ff9800, #ff5722);
    color: #fff;
    border: none;
    padding: 11px 22px;
    border-radius: 50px;
    font-weight: 600;
    transition: 0.3s ease;
    box-shadow: 0 8px 20px rgba(255, 87, 34, 0.25);
}

.nav-btn-primary:hover {
    transform: translateY(-3px);
    color: #fff;
    box-shadow: 0 12px 25px rgba(255, 87, 34, 0.35);
}

.nav-btn-outline {
    border: 2px solid #28a745;
    color: #28a745;
    padding: 10px 22px;
    border-radius: 50px;
    font-weight: 600;
    background: #fff;
    transition: 0.3s ease;
}

.nav-btn-outline:hover {
    background: #28a745;
    color: #fff;
    transform: translateY(-3px);
}

.navbar-toggler {
    padding: 0;
    border: none;
    box-shadow: none !important;
}

.custom-toggler {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.custom-toggler span {
    width: 20px;
    height: 3px;
    border-radius: 10px;
    background: #111;
    transition: 0.3s ease;
}

@media(max-width:991px) {

    .navbar-collapse {
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(12px);
        border-radius: 20px;
        padding: 20px;
        margin-top: 18px;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    }

    .navbar-nav {
        gap: 10px;
    }

    .navbar-nav .nav-link {
        color: #222 !important;
        padding: 12px 10px !important;
    }

    .brand-title {
        font-size: 1rem;
    }

    .logo-wrapper {
        width: 50px;
        height: 50px;
    }

    .nav-btn-primary,
    .nav-btn-outline {
        width: 100%;
        text-align: center;
    }
}

@media(max-width:576px) {

    .custom-navbar {
        padding: 14px 0;
    }

    .brand-title {
        display: block;
        font-size: 1rem;
        font-weight: 800;
        color: #111;
        line-height: 1.2;
        white-space: normal;
        word-break: keep-all;
        overflow-wrap: break-word;

        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .logo-wrapper {
        width: 45px;
        height: 45px;
    }

    .navbar-nav .nav-link {
        font-size: 14px;
    }
}

.nav-btn-primary {
    background: linear-gradient(135deg, #dd4b39, #ffc64b);
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 600;
    transition: 0.3s ease;
    box-shadow: 0 8px 20px rgba(167, 127, 40, 0.25);
}

.nav-btn-primary:hover {
    transform: translateY(-2px);
    color: #fff;
    box-shadow: 0 12px 25px rgba(167, 127, 40, 0.35);
}

.nav-btn-outline {
    border: 2px solid #e09900;
    color: #e09900;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 600;
    background: #fff;
    transition: 0.3s ease;
}

.nav-btn-outline:hover {
    background: linear-gradient(135deg, #ffc64b, #dd4b39);
    border: none;
    color: #fff;
    transform: translateY(-2px);
}

.navbar-nav .nav-item {
    margin-left: 8px;
}

@media(max-width:991px) {

    .navbar-nav .nav-item {
        margin-left: 0;
        width: 100%;
    }

    .nav-btn-primary,
    .nav-btn-outline {
        width: 100%;
        text-align: center;
    }
}

/* welcome section design */

.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: #f8f9fa;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    opacity: 0.18;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
            rgba(255, 255, 255, 0.92),
            rgba(255, 255, 255, 0.85));
    z-index: 1;
}

.hero-blur {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: 0.35;
    z-index: 1;
}

.hero-blur-1 {
    width: 300px;
    height: 300px;
    background: #ff9800;
    top: -100px;
    left: -100px;
}

.hero-badge {
    background: rgba(255, 152, 0, 0.12);
    color: #ff6f00;
    padding: 10px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    backdrop-filter: blur(10px);
}

.hero-title {
    font-size: clamp(2.5rem, 6vw, 3.8rem);
    font-weight: 800;
    line-height: 1.15;
    color: #111;
    margin-bottom: 24px;
}

.hero-title span {
    display: block;
    background: linear-gradient(135deg, #ff9800, #ff5722);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-text {
    color: #555;
    font-size: 1.08rem;
    line-height: 1.9;
    max-width: 650px;
}

.hero-btn-primary {
    background: linear-gradient(135deg, #ff9800, #ff5722);
    border: none;
    color: #fff;
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 600;
    transition: 0.3s ease;
    box-shadow: 0 10px 25px rgba(255, 87, 34, 0.25);
}

.hero-btn-primary:hover {
    transform: translateY(-3px);
    color: #fff;
    box-shadow: 0 15px 30px rgba(255, 87, 34, 0.35);
}

.hero-btn-outline {
    border: 2px solid #0d6efd;
    color: #0d6efd;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 600;
    transition: 0.3s ease;
    background: #fff;
}

.hero-btn-outline:hover {
    background: #0d6efd;
    color: #fff;
    transform: translateY(-3px);
}

.hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.stat-box {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 18px;
    padding: 20px 24px;
    min-width: 140px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.stat-box h3 {
    margin: 0;
    font-size: 28px;
    font-weight: 800;
    color: #ff5722;
}

.stat-box span {
    color: #666;
    font-size: 14px;
}

.hero-image-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
}

.circle-animation {
    position: absolute;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff9800, #ff5722);
    opacity: 0.12;
    animation: rotateCircle 14s linear infinite;
}

@keyframes rotateCircle {
    0% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(180deg) scale(1.05);
    }

    100% {
        transform: rotate(360deg) scale(1);
    }
}

.hero-logo {
    width: 320px;
    max-width: 90%;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 15px 35px rgba(0, 0, 0, 0.15));
    animation: floatLogo 4s ease-in-out infinite;
}

@keyframes floatLogo {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-12px);
    }
}

.floating-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    padding: 12px 18px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    font-weight: 600;
    color: #333;
    animation: floatCard 5s ease-in-out infinite;
}

.card-1 {
    top: 5%;
    left: 5%;
}

.card-2 {
    bottom: 18%;
    left: -15%;
    animation-delay: 1s;
}

.card-3 {
    top: 30%;
    right: -20%;
    animation-delay: 2s;
}

@keyframes floatCard {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

@media(max-width:991px) {

    .hero-section {
        text-align: center;
    }

    .hero-image-wrapper {
        min-height: 380px;
    }

    .circle-animation {
        width: 300px;
        height: 300px;
    }

    .hero-logo {
        width: 240px;
    }

    .hero-stats {
        justify-content: center;
    }

    .card-1 {
        top: 10%;
        left: 15%;
    }

    .card-2 {
        bottom: 18%;
        left: 15%;
        animation-delay: 1s;
    }

    .card-3 {
        top: 30%;
        right: 10%;
        animation-delay: 2s;
    }
}

@media(max-width:576px) {

    .hero-title {
        font-size: 2.3rem;
    }

    .hero-text {
        font-size: 0.98rem;
        line-height: 1.7;
    }

    .floating-card {
        font-size: 12px;
        padding: 8px 12px;
    }

    .stat-box {
        min-width: 120px;
        padding: 16px;
    }

    .stat-box h3 {
        font-size: 22px;
    }

    .hero-btn-primary,
    .hero-btn-outline {
        width: 100%;
    }

    .card-1 {
        top: 10%;
        left: 15%;
    }

    .card-2 {
        bottom: 18%;
        left: 8%;
        animation-delay: 1s;
    }

    .card-3 {
        top: 30%;
        right: 1%;
        animation-delay: 2s;
    }
}

/* event notices linear design */

.event-ticker-wrapper {
    display: flex;
    align-items: center;
    /* background: linear-gradient(135deg, #ffffff, #f8f9fa); */
    /* border-radius: 14px; */
    overflow: hidden;
    /* border: 1px solid #eee; */

    .event-label {
        min-width: 240px;
        background: linear-gradient(135deg, #ff9800, #ff5722);
        color: #fff;
        padding: 46px 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        box-shadow: 4px 0 15px rgba(0, 0, 0, 0.08);
        z-index: 2;
    }

    .pulse-dot {
        width: 12px;
        height: 12px;
        background: #fff;
        border-radius: 50%;
        position: relative;
    }

    .pulse-dot::after {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: 50%;
        background: #fff;
        animation: pulse 1.5s infinite;
    }

    .ticker-container {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .ticker-track {
        display: flex;
        width: max-content;
        animation: scrollTicker 20s linear infinite;
    }

    .ticker-container:hover .ticker-track {
        animation-play-state: paused;
    }

    .event-card-mini {
        display: flex;
        align-items: center;
        gap: 16px;
        background: #fff;
        margin: 14px;
        padding: 12px 18px;
        border-radius: 14px;
        min-width: 360px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
        transition: 0.3s ease;
    }

    .event-card-mini:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
    }

    .event-date {
        min-width: 60px;
        height: 60px;
        border-radius: 12px;
        background: linear-gradient(135deg, #ff9800, #ff5722);
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        line-height: 1;
        box-shadow: 0 4px 10px rgba(255, 87, 34, 0.25);
    }

    .date-day {
        font-size: 22px;
        font-weight: 700;
    }

    .date-month {
        font-size: 12px;
        text-transform: uppercase;
    }

    .event-info h6 {
        font-size: 15px;
        font-weight: 700;
        color: #222;
    }

    .event-info small {
        color: #777;
    }

    .event-btn {
        border-radius: 30px;
        padding: 7px 16px;
        font-size: 13px;
        font-weight: 600;
        white-space: nowrap;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }

    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}

@keyframes scrollTicker {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media(max-width:768px) {

    .event-ticker-wrapper {
        flex-direction: column;
        align-items: stretch;

        .event-label {
            width: 100%;
            min-width: 100%;
            justify-content: center;
            padding: 14px;
        }

        .event-card-mini {
            min-width: 300px;
            margin: 10px;
        }

        .event-info h6 {
            font-size: 14px;
        }

        .event-btn {
            padding: 6px 12px;
            font-size: 12px;
        }
    }
}


/* upcoming event container */

.upcoming-event-container h1 {
    font-size: 30px;
    padding: 20px;
    font-weight: 700;
    text-align: center;
}

.upcoming-event-container .carousel-caption h5 {
    font-size: 13px;
}

.upcoming-event-container .carousel-caption p {
    font-size: 20px;
}

.upcoming-event-container img {
    height: 240px;
    filter: blur(2px) brightness(95%);
}

@media (min-width: 576.5px) {
    .upcoming-event-container img {
        height: 400px;
    }

    .upcoming-event-container h1 {
        font-size: 50px;
        font-weight: 600;
    }
}

@media (min-width: 992.5px) {
    .upcoming-event-container img {
        height: 300px;
    }

    .upcoming-event-container h1 {
        font-size: 60px;
    }

    .upcoming-event-container .carousel-caption h5 {
        font-size: 24px;
    }

    .upcoming-event-container .carousel-caption p {
        font-size: 24px;
    }
}

@media (min-width: 1192.5px) {
    .upcoming-event-container img {
        height: 440px;
    }

    .upcoming-event-container .carousel-caption h5 {
        font-size: 30px;
    }

    .upcoming-event-container .carousel-caption p {
        font-size: 30px;
    }

    .upcoming-event-container .carousel-caption h5 {
        font-size: 24px;
    }

    .upcoming-event-container .carousel-caption p {
        font-size: 24px;
    }
}

@media (min-width: 1368.5px) {
    .upcoming-event-container img {
        height: 500px;
    }

    .upcoming-event-container h1 {
        font-size: 100px;
        padding: 20px;
        font-weight: 600;
    }
}

#lightbox {
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1050;
}

/* founders section style */

.founder-card {
    transition: 0.3s ease;
}

.founder-card:hover {
    transform: translateY(-8px);
}

.founder-img-wrapper {
    width: 110px;
    height: 110px;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
}

.founder-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.member-card {
    border-radius: 18px;
    overflow: hidden;
    transition: all 0.35s ease;
    background: #fff;
}

.member-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12) !important;
}

.member-image-wrapper {
    height: 420px;
    overflow: hidden;
}

.small-member-img {
    height: 280px;
}

.member-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.member-card:hover .member-image {
    transform: scale(1.05);
}

.featured-card {
    border: 2px solid #f5f5f5;
}

@media(max-width: 768px) {

    .founders-center-badge {
        width: 100px;
        height: 100px;
        font-size: 14px;
        margin: 20px auto;
    }

    .member-image-wrapper {
        height: 320px;
    }

    .small-member-img {
        height: 240px;
    }

    .founder-img-wrapper {
        width: 85px;
        height: 85px;
    }
}

/* committee head / district head and other members section & page card style */
.committee-section {
    background: linear-gradient(to bottom, #f8f9fa, #ffffff);
}

.committee-card {
    height: 360px;
    border-radius: 22px;
    overflow: hidden;
    position: relative;
    transition: 0.4s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.committee-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.18);
}

.committee-image {
    width: 100%;
    height: 100%;
}

.committee-image img {
    transition: transform 0.5s ease;
}

.committee-card:hover img {
    transform: scale(1.1);
}

.committee-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.85),
            rgba(0, 0, 0, 0.2),
            rgba(0, 0, 0, 0.1));
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 18px;
}

.committee-top span {
    background: rgba(255, 153, 51, 0.95);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 14px 4px;
    border-radius: 30px;
    display: inline-block;
    backdrop-filter: blur(5px);
}

.committee-bottom {
    text-align: center;
}

.committee-bottom h6 {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 576px) {
    .committee-card {
        height: 420px;
    }
}

/* upcoming events section style */
.upcoming-events-section {
    background: linear-gradient(135deg, #f8f9fa, #ffffff);
    overflow: hidden;
    position: relative;
}

.upcoming-badge {
    display: inline-block;
    background: rgba(255, 193, 7, 0.15);
    color: #d39e00;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.upcoming-main-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    color: #111;
}

.upcoming-main-title span {
    color: #ffc107;
}

.upcoming-description {
    color: #666;
    font-size: 17px;
    line-height: 1.8;
    margin: 20px 0 30px;
}

.upcoming-btn {
    transition: 0.3s ease;
    font-weight: 600;
}

.upcoming-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 193, 7, 0.35);
}

.upcoming-carousel-wrapper {
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

.upcoming-carousel-item {
    height: 500px;
    position: relative;
}

.upcoming-carousel-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.6s ease;
}

.upcoming-carousel-item:hover .upcoming-carousel-img {
    transform: scale(1.05);
}

.upcoming-carousel-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.82),
            rgba(0, 0, 0, 0.3),
            transparent);
    z-index: 1;
}

.upcoming-carousel-caption {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 35px;
    z-index: 2;
    text-align: left;
}

.upcoming-date-badge {
    display: inline-block;
    background: #ffc107;
    color: #111;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 15px;
}

.upcoming-event-title {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px;
    min-height: 84px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    overflow: hidden;
    text-overflow: ellipsis;
}

.upcoming-event-day {
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    margin: 0;
}

.upcoming-events-section .carousel-control-prev,
.upcoming-events-section .carousel-control-next {
    width: 60px;
    z-index: 5;
}

.upcoming-events-section .carousel-control-prev-icon,
.upcoming-events-section .carousel-control-next-icon {
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    padding: 10px;
    backdrop-filter: blur(8px);
}

@media (max-width: 992px) {

    .upcoming-main-title {
        font-size: 36px;
        text-align: center;
    }

    .upcoming-description {
        text-align: center;
    }

    .upcoming-carousel-item {
        height: 400px;
    }

    .upcoming-carousel-caption {
        left: 25px;
        right: 25px;
        bottom: 25px;
    }

    .upcoming-event-title {
        font-size: 24px;
        min-height: 64px;
    }
}

@media (max-width: 576px) {

    .upcoming-main-title {
        font-size: 30px;
    }

    .upcoming-carousel-item {
        height: 280px;
    }

    .upcoming-carousel-caption {
        left: 18px;
        right: 18px;
        bottom: 18px;
    }

    .upcoming-event-title {
        font-size: 18px;
        min-height: 48px;
    }

    .upcoming-event-day {
        font-size: 13px;
    }

    .upcoming-date-badge {
        font-size: 11px;
        padding: 6px 12px;
    }
}

/* recent events section style */

.recent-events {
    background: #f8f9fa;
}

.section-title {
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: "";
    width: 70px;
    height: 4px;
    background: #ffc107;
    display: block;
    margin: 10px auto 0;
    border-radius: 10px;
}

.event-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    transition: all 0.35s ease;
    position: relative;
}

.event-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.event-img-wrapper {
    position: relative;
    overflow: hidden;
}

.event-img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.event-card:hover .event-img {
    transform: scale(1.08);
}

.event-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.4s ease;
}

.event-card:hover .event-overlay {
    opacity: 1;
}

.event-content {
    text-align: center;
}

/* Equal Height Event Titles with Ellipsis */
.event-title {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin-bottom: 10px;
    min-height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

    line-height: 1.4;
}

.event-date {
    font-size: 14px;
    color: #777;
}

.btn-warning {
    transition: 0.3s ease;
}

.btn-warning:hover {
    background: #e0a800;
    transform: scale(1.05);
}

@media(max-width: 768px) {
    .event-img {
        height: 200px;
    }
}


/* QUOTE SECTION style*/

.quote-section {
    background: linear-gradient(135deg, #ff9933, #ff6a00);
}


.quote-wrapper {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
    min-height: 330px;
}

.quote-title {
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
}

.quote-text {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.8;
    max-width: 900px;
    margin: auto;
    padding: 20px;
    color: #fff;
    animation: fadeIn 0.6s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: none;
}

@media(max-width:768px) {

    .quote-title {
        font-size: 1.4rem;
    }

    .quote-text {
        font-size: 1.1rem;
        padding: 10px;
    }
}

/* footer style */

.footer-section {
    /* background: linear-gradient(135deg, #0f172a, #1e293b);*/
    background: linear-gradient(135deg, #111827 0%, #1e293b 40%, #9e4f00 100%);
}

.footer-section h3,
.footer-section h5 {
    color: #fff;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #cbd5e1;
    text-decoration: none;
    transition: 0.3s ease;
    font-size: 15px;
}

.footer-links a:hover {
    color: #38bdf8;
    padding-left: 5px;
}

.social-icons a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    color: #fff;
    transition: 0.3s ease;
    text-decoration: none;
}

.social-icons a:hover {
    background: #38bdf8;
    transform: translateY(-3px);
}

.footer-section hr {
    opacity: 0.2;
}

@media (max-width: 768px) {
    .footer-section {
        text-align: center;
    }

    .social-icons {
        justify-content: center;
    }

    .footer-links {
        padding-left: 0;
    }
}

/* contact page design*/

.contact-section {
    background: radial-gradient(circle at top, #fff, #f6f7fb);
}

.contact-title {
    font-size: 2.4rem;
    font-weight: 800;
    color: #111;
}

.info-card {
    background: linear-gradient(135deg, #ff9800, #ff5722);
    color: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(255, 87, 34, 0.25);
}

.info-item {
    margin-bottom: 12px;
    font-weight: 500;
}

.socials {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.socials a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    /* color:#ff5722; */
    border-radius: 50%;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
}

.socials a i {
    color: #fff;
    background-color: transparent;
}

.socials a:hover {
    transform: translateY(-3px);
}

.form-card {
    background: #fff;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
}

.modern-input {
    border-radius: 12px;
    padding: 12px 14px;
    border: 1px solid #e5e5e5;
    transition: 0.3s ease;
}

.modern-input:focus {
    border-color: #ff5722;
    box-shadow: 0 0 0 0.2rem rgba(255, 87, 34, 0.15);
}

.send-btn {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 50px;
    background: linear-gradient(135deg, #ff9800, #ff5722);
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    transition: 0.3s ease;
    box-shadow: 0 10px 25px rgba(255, 87, 34, 0.25);
}

.send-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(255, 87, 34, 0.35);
}

@media(max-width:768px) {

    .form-card,
    .info-card {
        padding: 20px;
    }

    .contact-title {
        font-size: 1.7rem;
    }
}

/* join us form */

.join-wrapper {
    padding: 40px 12px;
}

.join-form-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.join-header {
    background: linear-gradient(135deg, #ff9800, #ff5722);
    padding: 60px 20px;
    text-align: center;
    color: #fff;
}

.join-header h1 {
    font-weight: 700;
    margin-bottom: 10px;
}

.join-header p {
    opacity: .95;
}

.share-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 50px;
    background: #1ca04c;
    border: 2px solid #efefef;
    color: white;
    text-decoration: none;
    font-weight: 600;
    transition: .3s ease;
}

.share-btn:hover {
    transform: translateY(-2px);
    background: #1ebe5d;
    color: #fff;
}

.form-body {
    padding: 35px;
}

.join-section-title {
    background: linear-gradient(315deg, #ff9800, #ff5722);
    display: inline-block;
    min-width: 260px;
    color: white;
    padding: 0px 10px;
    border-radius: 5px 30px 30px 5px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 25px;

    i {
        animation: pulse 2s infinite;
    }
}

.form-label {
    font-weight: 500;
    margin-bottom: 8px;
    color: #666;
    position: relative;
    padding-left: 16px;
    display: inline-block;
}

.form-label::before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 3px;
    left: -8px;
    padding: 5px;
    border: 3px solid #fff;
    ;
    outline: 1px solid var(--primary);
    background-color: var(--primary);
    border-radius: 50%;
    box-sizing: border-box;
}

.required {
    color: red;
}

.form-control,
.form-select {
    border-radius: 12px;
    border: 1px solid #efefef;
    padding: 12px 14px;
    min-height: 50px;
    transition: .3s ease;
}

textarea.form-control {
    min-height: 120px;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 .20rem rgba(255, 153, 51, .18);
}

.multi-select {
    min-height: 120px !important;
}

.btn-submit {
    background: var(--secondary);
    border: none;
    /* padding: 12px 28px; */
    border-radius: 12px;
    color: white;
    font-weight: 600;
}

.btn-submit:hover {
    background: #157347;
}

.btn-reset {
    /* padding: 12px 28px; */
    border-radius: 12px;
    font-weight: 600;
}

.note-text {
    font-size: 14px;
    opacity: .95;
}

.card-soft {
    background: #fafafa;
    border-radius: 18px;
    padding: 20px;
    border: 1px solid #eee;
}

@media(max-width:768px) {

    .join-header {
        padding: 40px 20px;
    }

    .join-header h1 {
        font-size: 2rem;
    }

    .form-body {
        padding: 20px;
    }

    .join-section-title {
        font-size: 16px;
    }
}

@media(max-width:768px) {

    .form-body {
        padding: 20px 0px;
    }
}

/* event join model form style */
.event-modal .modal-content {
    border: none;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.event-modal .modal-header {
    background: linear-gradient(135deg, #ff9933, #ffb366);
    border: none;
    padding: 16px 24px;
}

.event-modal .modal-title {
    color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 20px;
}

.event-modal .btn-close {
    filter: brightness(0) invert(1);
    opacity: 1;
}

.event-modal .modal-body {
    background: #f8fafc;
    padding: 30px 25px;
}

.event-modal .sub-text {
    color: #6b7280;
    font-size: 15px;
}

.modern-input-group {
    position: relative;
    margin-bottom: 24px;
}

.modern-input-group i {
    position: absolute;
    top: 63%;
    left: 10px;
    transform: translateY(-50%);
    color: #9ca3af;
    font-size: 18px;
}

.modern-input {
    width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 14px 16px 14px 46px;
    font-size: 15px;
    background: #fff;
    transition: .3s ease;
}

.modern-input:focus {
    border-color: #ff9933;
    box-shadow: 0 0 0 .2rem rgba(255, 153, 51, .18);
    outline: none;
}

.modern-label {
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    color: #666;
}

.event-btn {
    border: none;
    border-radius: 12px;
    padding: 0px 14px;
    font-weight: 600;
    transition: .3s ease;
}

.btn-event-close {
    background: #e5e7eb;
    color: #111827;
}

.btn-event-close:hover {
    background: #d1d5db;
}

.btn-event-submit {
    background: linear-gradient(135deg, #198754, #28a745);
    color: white;
}

.btn-event-submit:hover {
    transform: translateY(-1px);
    background: linear-gradient(135deg, #157347, #1f9c42);
}

.event-form-card {
    background: white;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.04);
}

@media(max-width:576px) {

    .event-modal .modal-body {
        padding: 22px 18px;
    }

    .event-form-card {
        padding: 18px;
    }

    .event-modal .modal-title {
        font-size: 1.05rem;
    }
}

/* member profile details style */

.profile-tabs-wrapper {
    background: var(--bg);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}

/* Side Nav */
.profile-side-nav {
    background: #fff;
    border-right: 1px solid var(--border);
    height: 100%;
}

.profile-side-nav .nav-link {
    border: none;
    border-radius: 0;
    padding: 18px 20px;
    color: var(--muted);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
}

.profile-side-nav .nav-link:hover {
    background: var(--primary-light);
    color: var(--primary);
}

.profile-side-nav .nav-link.active {
    background: var(--primary-light);
    color: var(--primary);
    border-left-color: var(--primary);
    font-weight: 600;
}

.profile-tab-content {
    background: #fff;
    padding: 25px;
    min-height: 100%;
}

.section-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 25px;
    color: var(--dark);
}

.details-table {
    width: 100%;
}

.details-table tr {
    border-bottom: 1px solid #f1f5f9;
}

.details-table th {
    width: 35%;
    padding: 14px 10px;
    color: var(--muted);
    font-weight: 600;
    vertical-align: top;
}

.details-table td {
    padding: 14px 10px;
    color: var(--dark);
    font-weight: 500;
}

.badge-blood {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: #fff;
    padding: 7px 14px;
    border-radius: 50px;
    font-size: 0.85rem;
}

.pill {
    display: inline-block;
    background: #f3f4f6;
    padding: 6px 12px;
    border-radius: 30px;
    margin: 4px;
    font-size: 0.85rem;
}

@media(max-width:768px) {

    .profile-side-nav {
        border-right: none;
        border-bottom: 1px solid var(--border);
    }

    .profile-side-nav .nav {
        flex-direction: row !important;
        overflow-x: auto;
        white-space: nowrap;
    }

    .profile-side-nav .nav-link {
        border-left: none;
        border-bottom: 3px solid transparent;
        justify-content: center;
        min-width: 180px;
    }

    .profile-side-nav .nav-link.active {
        border-bottom-color: var(--primary);
    }

    .details-table th,
    .details-table td {
        display: block;
        width: 100%;
        padding: 6px 0;
    }

    .details-table tr {
        display: block;
        padding: 12px 0;
    }
}

@media(max-width:576px){

    .nav-pills .nav-link {
        display: block;
        width: 100%;
        text-align: left;
    }

    .profile-tab-content{
        padding:15px;
    }

    .details-table{
        width:100%;
        display:block;
    }

    .details-table tbody{
        width:100%;
        display:block;
    }

    .details-table tr{
        display:block;
        width:100%;
        background:#fff;
        border:1px solid #e5e7eb;
        border-radius:12px;
        padding:14px;
        margin-bottom:15px;
    }

    .details-table th{
        display:block;
        width:100% !important;
        padding:0 0 6px 0;
        font-size:0.85rem;
        color:#6b7280;
        font-weight:600;
    }

    .details-table td{
        display:block;
        width:100% !important;
        padding:0;
        font-size:0.95rem;
        color:#111827;
        word-break:break-word;
    }

}

.gallery-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    transition:0.3s ease;
}

.gallery-card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 45px rgba(0,0,0,0.12);
}

.gallery-image{
    position:relative;
    height:220px;
    overflow:hidden;
}

.gallery-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.4s ease;
}

.gallery-card:hover .gallery-image img{
    transform:scale(1.05);
}

.badge-box{
    position:absolute;
    top:12px;
    left:12px;
}

.badge{
    padding:6px 12px;
    border-radius:50px;
    font-size:12px;
    font-weight:600;
}

.upcoming{
    background:#ffb703;
    color:#000;
}

.recent{
    background:#219ebc;
    color:#fff;
}

.gallery-content{
    padding:15px;
}

.gallery-content h5{
    font-size:18px;
    margin-bottom:5px;
    font-weight:600;
}

.gallery-content p{
    font-size:13px;
    color:#666;
    margin-bottom:10px;
}

.dot{
    margin:0 5px;
}

.thumbs{
    display:flex;
    gap:5px;
    margin-bottom:12px;
}

.thumbs img{
    width:40px;
    height:40px;
    border-radius:8px;
    object-fit:cover;
    cursor:pointer;
    transition:0.2s;
}

.thumbs img:hover{
    transform:scale(1.1);
}

.view-btn{
    display:inline-block;
    text-decoration:none;
    font-size:14px;
    font-weight:500;
    color:#333;
    transition:0.2s;
}

.view-btn:hover{
    color:#000;
    letter-spacing:0.5px;
}