﻿/* ================================
   GLOBAL
================================ */
body {
    font-family: 'Poppins', sans-serif;
    color: #333;
    line-height: 1.7;
    margin: 0;
}

a {
    text-decoration: none;
}

.section-padding {
    padding: 80px 0;
}

/* =============================
   VARIABLES
============================= */
:root {
    --navbar-height: 90px;
}
/* =============================
   NAVBAR (BASE)
============================= */
.navbar-custom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 90px; /* IMPORTANT */
    padding: 16px 0;
    background: transparent !important;
    z-index: 1000;
    transition: all 0.4s ease;
}


/* =============================
   HOME PAGE – TRANSPARENT NAVBAR
============================= */
.home-page .navbar-custom {
    background: transparent !important;
}

    .home-page .navbar-custom .nav-link {
        color: #ffffff;
    }

/* =============================
   INNER PAGES – ALWAYS VISIBLE
============================= */
.inner-page .navbar-custom {
    background: #ffffff !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

    .inner-page .navbar-custom .nav-link {
        color: #333333;
    }

/* =============================
   NAVBAR ON SCROLL (HOME ONLY)
============================= */
.navbar-custom.sticky {
    background: #ffffff !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    padding: 10px 0;
}


    .home-page .navbar-custom.sticky .nav-link {
        color: #333333;
    }

/* Hover & Active */
.navbar-custom .nav-link:hover,
.navbar-custom .nav-link.active {
    color: #ff2f6e;
}



/* Push page content below fixed navbar */
.page-offset {
    padding-top: 140px; /* must be >= navbar height */
}

/* Fix anchor scroll under fixed navbar */
#about-membership {
    scroll-margin-top: 110px; /* adjust to navbar height */
}




/* =============================
   NAVBAR LOGO
============================= */

.navbar-logo {
    height: 100px;
    transition: all 0.4s ease;
}

/* Shrink logo on sticky navbar */
.navbar-custom.sticky .navbar-logo {
    height:50px;
}

/* Optional: spacing from left */
.navbar-brand {
    padding: 0;
}



/* =============================
   BRAND TEXT BESIDE LOGO
============================= */

.brand-text {
    font-size: 22px;
    font-weight: 700;
    margin-left: 10px;
    letter-spacing: 1px;
    color: #ffffff;
    transition: all 0.4s ease;
    font-family: "Poppins", "Segoe UI", sans-serif;
}

    /* Pink accent for C */
    .brand-text span {
        color: #ff2f6e;
    }

/* Change text color on sticky navbar */
.navbar-custom.sticky .brand-text {
    color: #222222;
}







/* =============================
   HERO SLIDER (CRITICAL FIX)
============================= */

.hero-area {
    position: relative;
    min-height: 100vh;
    margin-top: calc(-1 * var(--navbar-height));
    padding-top: var(--navbar-height);
    overflow: hidden;
}
.hero-slide,
.carousel-item {
    position: relative;
    min-height: 100vh;
    background-repeat: no-repeat;
    /* 🔑 Fix cropping */
    background-size: cover;
    background-position: center top; /* 👈 preserves top */
}


.hero-slide,
.carousel-item {
    position: relative;
    z-index: 1;
}




/* =============================
   HERO TOP DARK OVERLAY (CSS ONLY)
============================= */

.hero-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient( to bottom, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.45) 25%, rgba(0, 0, 0, 0.25) 45%, rgba(0, 0, 0, 0.10) 65%, rgba(0, 0, 0, 0.00) 85% );
    z-index: 2;
    pointer-events: none;
}







.slider-1 {
    background-image: url('/images/slider/slider9.jpg');
}

.slider-2 {
    background-image: url('/images/slider/slider7.jpg');
}

.slider-3 {
    background-image: url('/images/slider/Slider12.jpg');
}











/* =============================
   HERO TEXT OVERLAY
============================= */

.hero-overlay-content {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 5;
    color: #ffffff;
    padding: 20px;
    max-width: 90%;
}

/* Small heading */
.hero-tagline {
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0.9;
}

/* Main title */
.hero-title {
    font-size: 64px;
    font-weight: 800;
    margin: 10px 0;
    letter-spacing: 1px;
}

/* Date & venue */
.hero-meta {
    font-size: 18px;
    margin-bottom: 25px;
    opacity: 0.95;
}

/* Buttons */
.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-hero {
    padding: 12px 28px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
}

    /* Primary */
    .btn-hero.btn-primary {
        background: #ff2f6e;
        color: #fff;
    }

        .btn-hero.btn-primary:hover {
            background: #e6255f;
        }

    /* Outline */
    .btn-hero.btn-outline {
        border: 2px solid #ffffff;
        color: #ffffff;
    }

        .btn-hero.btn-outline:hover {
            background: #ffffff;
            color: #000;
        }






.hero-glass {
    background: rgba(0, 0, 0, 0.2);  darker = better contrast 
    backdrop-filter: blur(2px);  REDUCED blur 
    -webkit-backdrop-filter: blur(2px);
    border-radius: 16px;
    padding: 30px 40px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
}



.hero-title,
.hero-meta,
.hero-tagline {
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}


.hero-organized {
    margin: 20px 0 30px;
    font-size: 15px;
    opacity: 1.0;
    line-height: 1.6;
}



.hero-theme {
    font-size: 20px;
    font-weight: 500;
    margin: 15px 0 20px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.99;
    line-height: 1.4;
    text-shadow: 0 2px 6px rgba(0,0,0,0.6);
}







@media (max-width: 768px) {
    .hero-title {
        font-size: 40px;
    }

    .hero-meta {
        font-size: 15px;
    }

    .hero-overlay-content {
        top: 58%;
    }
}









/* =============================
   SMOOTH HERO SLIDER TRANSITION
============================= */

.carousel.carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity 1.6s ease-in-out;
  
}


    .carousel.carousel-fade .carousel-item.active {
        opacity: 1;
       
    }

.carousel.carousel-fade .carousel-item-start,
.carousel.carousel-fade .carousel-item-end {
    transform: none;
}
/* Gentle zoom animation (premium feel) */
.carousel-item.active.hero-slide {
    animation: zoomEffect 8s ease-in-out forwards;
}


@keyframes zoomEffect {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.05);
    }
}




.hero-area,
#heroCarousel,
.carousel-inner,
.carousel-item {
    background-color: #000; /* or your theme dark color */
}





.footer-area {
    background: #1c1c1c;
    color: #ccc;
    padding: 80px 0 0;
    position: relative;
}

.footer-widget h4,
.footer-widget h5 {
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
}

.footer-logo {
    color: #ff2d6f;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
}

.footer-widget p {
    font-size: 14px;
    line-height: 26px;
}

.footer-widget ul {
    list-style: none;
    padding: 0;
}

    .footer-widget ul li {
        margin-bottom: 10px;
    }

        .footer-widget ul li a {
            color: #ccc;
            text-decoration: none;
            transition: 0.3s;
        }

            .footer-widget ul li a:hover {
                color: #ff2d6f;
            }

/* Recent Posts */
.recent-post {
    display: flex;
    margin-bottom: 15px;
}

    .recent-post img {
        width: 60px;
        height: 60px;
        object-fit: cover;
        margin-right: 12px;
        border-radius: 4px;
    }

    .recent-post a {
        color: #fff;
        font-size: 14px;
        display: block;
    }

    .recent-post span {
        font-size: 12px;
        color: #999;
    }

/* Subscribe */
.subscribe-form {
    display: flex;
}

    .subscribe-form input {
        width: 100%;
        padding: 10px;
        border: none;
        outline: none;
    }

    .subscribe-form button {
        background: #ff2d6f;
        border: none;
        padding: 0 18px;
        color: #fff;
        cursor: pointer;
    }

/* Social Icons */
.footer-social a {
    display: inline-flex;
    width: 38px;
    height: 38px;
    background: #fff;
    color: #1c1c1c;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-right: 8px;
    transition: 0.3s;
}

    .footer-social a:hover {
        background: #ff2d6f;
        color: #fff;
    }

/* Bottom Bar */
.footer-bottom {
    background: #111;
    text-align: center;
    padding: 18px 10px;
    margin-top: 40px;
    font-size: 14px;
}


.footer-contact p {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.6;
}

.footer-contact a {
    color: #ff2d6f;
    text-decoration: none;
}

    .footer-contact a:hover {
        text-decoration: underline;
    }





/* Scroll to Top */
.scroll-top {
    position: absolute;
    right: 30px;
    bottom: 30px;
    background: #ff2d6f;
    width: 45px;
    height: 45px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.section-padding {
    padding: 100px 0;
}

/* Section Title */
.section-title h2 {
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.section-title p {
    color: #777;
    font-size: 15px;
}

.title-border {
    width: 50px;
    height: 3px;
    background: #ff2d6f;
    display: block;
    margin: 15px auto;
}

/* About Cards */
.about-card {
    background: #fff;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    transition: 0.3s;
}

    .about-card img {
        width: 100%;
        height: 230px;
        object-fit: cover;
    }

    .about-card:hover {
        transform: translateY(-8px);
    }

.about-conclave {
    margin-top: 80px; /* adjust: 60–120px as needed */
}


.about-content {
    padding: 25px;
}

    .about-content h4 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .about-content p {
        font-size: 14px;
        line-height: 24px;
        color: #666;
    }

/* Read More Button */
.btn-read {
    display: inline-block;
    margin-top: 12px;
    padding: 8px 18px;
    background: #ff2d6f;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    text-decoration: none;
    transition: 0.3s;
    border: none;
    outline: none;
    cursor: pointer;
}

    .btn-read:hover {
        background: #e82663;
        color: #fff;
    }




/* Overlay */
.modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 9999;
}

/* Fullscreen modal */
.modal-fullscreen {
    width: 100%;
    height: 100%;
    background: #ffffff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Inner wrapper */
.modal-content-wrapper {
    width: 90%;
    max-width: 1100px;
    height: 80%;
    display: flex;
    flex-direction: column;
}

    /* Title */
    .modal-content-wrapper h2 {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 15px;
        color: #222;
        border-bottom: 3px solid #ff2d6f;
        padding-bottom: 10px;
    }

/* Scrollable content */
.modal-scroll-content {
    overflow-y: auto;
    padding-right: 10px;
    font-size: 16px;
    line-height: 1.8;
    color: #444;
}

    /* Decorative bullet list */
    .modal-scroll-content ul {
        margin: 15px 0 15px 20px;
        padding-left: 20px;
    }

        .modal-scroll-content ul li {
            margin-bottom: 10px;
            list-style-type: disc;
        }

/* Close icon */
.modal-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 36px;
    cursor: pointer;
    color: #333;
}

    .modal-close:hover {
        color: #ff2d6f;
    }








/* =============================
   THEMES GRID
============================= */

.themes-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.theme-card-grid {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    text-decoration: none;
    color: inherit;
    transition: all 0.35s ease;
}

    .theme-card-grid:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(255,47,110,0.2);
    }

/* Image */
.theme-image {
    height: 180px;
    overflow: hidden;
}

    .theme-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.4s ease;
    }

.theme-card-grid:hover img {
    transform: scale(1.08);
}

/* Content */
.theme-content {
    padding: 22px 20px 26px;
}

    .theme-content h4 {
        font-size: 17px;
        font-weight: 600;
        margin-bottom: 10px;
        color: #222;
    }

    .theme-content p {
        font-size: 14px;
        color: #666;
        line-height: 1.6;
    }

/* =============================
   RESPONSIVE
============================= */

@media (max-width: 992px) {
    .themes-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .themes-grid {
        grid-template-columns: 1fr;
    }
}










.schedule-section {
    padding: 80px 0;
    background: #f9f9f9;
}

.schedule-wrapper {
    display: flex;
    gap: 40px;
}

/* LEFT PANEL */
.schedule-days {
    width: 30%;
}

/* LEFT PANEL */
.day-item {
    cursor: pointer;
    padding: 18px 22px;
    background: #fff;
    border-left: 4px solid transparent;
    margin-bottom: 14px;
    transition: all 0.35s ease;
    color: #444;
    border-radius: 6px;
}

    /* Hover – soft rose tint */
    .day-item:hover {
        background: #fff1f4;
    }

    /* Active – Grand theme inspired */
    .day-item.active {
        background: linear-gradient( 135deg, #ffe6ec, #fff5f8 );
        color: #b11b4b; /* deep rose/magenta */
        border-left-color: #e91e63;
        box-shadow: 0 10px 25px rgba(233, 30, 99, 0.15);
    }


/* RIGHT PANEL */
.schedule-content {
    width: 70%;
    position: relative;
    min-height: 600px;
}

.schedule-day-content {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: scale(0.97);
    transition: opacity 0.45s ease, transform 0.45s ease;
    pointer-events: none;
}

    .schedule-day-content.active {
        opacity: 1;
        transform: translateX(0);
        pointer-events: auto;
        position: relative;
    }

/* SESSION CARD */
.session-card {
    background: #fff;
    padding: 25px;
    border-radius: 6px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    margin-bottom: 20px;
}

.session-time {
    font-size: 13px;
    color: #ff2d6f;
    margin-bottom: 5px;
}

.session-card h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

.speaker {
    font-size: 14px;
    color: #777;
}

.description {
    margin-top: 10px;
    font-size: 14.5px;
    line-height: 1.7;
}

.location {
    margin-top: 10px;
    font-size: 13px;
    color: #555;
}




.table-responsive {
    overflow-x: auto;
    margin-top: 20px;
}

.fees-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14.5px;
}

    .fees-table th {
        background: #ff2d6f;
        color: #fff;
        padding: 12px;
        text-align: left;
        font-weight: 600;
    }

    .fees-table td {
        padding: 12px;
        border-bottom: 1px solid #eee;
    }

    .fees-table tr:nth-child(even) {
        background: #f9f9f9;
    }

    .fees-table tr:hover {
        background: #f1f1f1;
    }

    .fees-table .highlight {
        color: #2e7d32;
        font-weight: 600;
    }



.section-divider {
    margin: 35px 0;
    border: none;
    height: 1px;
    background: linear-gradient(to right, transparent, #ddd, transparent);
}

/* Committee styling */
.committee-section {
    margin-top: 20px;
}

    .committee-section h5 {
        font-size: 16px;
        margin-bottom: 10px;
        color: #ff2d6f;
        font-weight: 600;
    }

.single-name {
    font-size: 15px;
    font-weight: 500;
}

.committee-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 30px;
    padding-left: 18px;
}

    .committee-list li {
        font-size: 14.5px;
        list-style-type: disc;
        color: #444;
    }

/* Mobile */
@media (max-width: 768px) {
    .committee-list {
        grid-template-columns: 1fr;
    }
}


.registration-cta {
    text-align: center;
    margin: 30px 0 10px;
}

.btn-register {
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
}


.membership-section {
    text-align: center;
    margin-top: 25px;
}

.btn-membership {
    background: #2c3e50;
}

    .btn-membership:hover {
        background: #1f2d3a;
    }


.expo-highlights {
    margin-top: 15px;
    padding-left: 20px;
}

    .expo-highlights li {
        margin-bottom: 10px;
        font-size: 14.5px;
        line-height: 1.7;
        color: #444;
        position: relative;
    }

        /* Soft AYUSH-style bullet */
        .expo-highlights li::marker {
            color: #2e7d32;
            font-size: 16px;
        }






/* BLOCKS */
.committee-blocks {
    padding: 70px 0;
    background: #f9f9f9;
}

.blocks-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
}

.committee-card {
    background: #fff;
    padding: 35px 25px;
    text-align: center;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: 0.3s;
}

    .committee-card h4 {
        font-size: 18px;
        font-weight: 600;
    }

    .committee-card:hover {
        transform: translateY(-5px);
        background: #ff2d6f;
        color: #fff;
    }

/* POPUP */
.committee-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
}

.modal-content {
    background: #fff;
    max-width: 1100px;
    height: 80vh;
    margin: 5vh auto;
    border-radius: 8px;
    padding: 35px;
    overflow-y: auto;
    position: relative;
}

.modal-title {
    font-size: 22px;
    color: #ff2d6f;
    margin-bottom: 20px;
}

/* CLOSE */
.modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 26px;
    cursor: pointer;
}

/* LIST */
.committee-list-modal {
    columns: 2;
    column-gap: 40px;
}

    .committee-list-modal li {
        margin-bottom: 12px;
        font-size: 14.5px;
        line-height: 1.6;
    }

/* MOBILE */
@media (max-width: 768px) {
    .committee-list-modal {
        columns: 1;
    }

    .modal-content {
        height: 90vh;
    }
}



.sponsorship-section {
    padding: 80px 0;
    background: #0b0f14;
    color: #fff;
}

.section-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-subtitle {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 40px;
    color: #444444;
    font-size: 16px;
}

/* Table */
.sponsorship-table-wrapper {
    overflow-x: auto;
}

.sponsorship-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    color: #333;
    border-radius: 8px;
    overflow: hidden;
}

    .sponsorship-table th {
        background: #ff2d6f;
        color: #fff;
        padding: 15px;
        text-align: left;
    }

    .sponsorship-table td {
        padding: 16px;
        vertical-align: top;
        border-bottom: 1px solid #eee;
    }

.price {
    font-weight: 700;
    font-size: 16px;
    white-space: nowrap;
}

/* Tier colors */
.tier.platinum {
    color: #7b5cff;
    font-weight: 700;
}

.tier.gold {
    color: #d4af37;
    font-weight: 700;
}

.tier.silver {
    color: #6c757d;
    font-weight: 700;
}



/* Payment box */
.payment-box {
    margin-top: 40px;
    background: #ffffff;
    color: #333;
    padding: 30px;
    border-radius: 8px;
}

    .payment-box h3 {
        margin-bottom: 15px;
        color: #ff2d6f;
    }

.bank-details {
    list-style: none;
    padding: 0;
}

    .bank-details li {
        margin-bottom: 8px;
    }



@media (max-width: 768px) {
    .form-row {
        flex-direction: column;
    }
}







.registration-section {
    padding: 60px 0;
    background: #f8f9fb;
}

.section-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.registration-form {
    background: #fff;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.form-group {
    flex: 1;
}

    .form-group.full {
        flex: 100%;
    }

    .form-group label {
        font-weight: 600;
        margin-bottom: 6px;
        display: block;
    }

.form-control {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.alert {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.btn-submit {
    background: #ff2d6f;
    color: #fff;
    padding: 10px 25px;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    margin-top: 15px;
    cursor: pointer;
}

    .btn-submit:hover {
        background: #e82663;
    }




.participation-section {
    background: #fafafa;
    padding: 60px 0;
    margin-top: 120px;
}

/* Info bar */
.info-box {
    background: rgba(255, 45, 111, 0.08);
    color: #222;
    padding: 12px 16px;
    border-left: 4px solid #ff2d6f;
    margin-bottom: 25px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Table */
.fee-table-wrapper {
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    overflow-x: auto;
}

.fee-table {
    width: 100%;
    border-collapse: collapse;
}

    .fee-table thead {
        background: #ff2d6f;
        color: #fff;
    }

    .fee-table th,
    .fee-table td {
        padding: 14px;
        text-align: center;
        border-bottom: 1px solid #f2f2f2;
    }

    .fee-table tbody tr:hover {
        background: #fff5f9;
    }

.highlight {
    color: #ff2d6f;
    font-weight: 700;
}

/* Payment box */
.payment-box {
    margin-top: 35px;
    display: flex;
    gap: 30px;
    background: #ffffff;
    border-radius: 6px;
    padding: 25px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    flex-wrap: wrap;
    border-top: 4px solid #ff2d6f;
}

.payment-details {
    flex: 1;
}

    .payment-details h4 {
        color: #ff2d6f;
        margin-bottom: 15px;
        font-weight: 700;
    }

    .payment-details ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .payment-details li {
        margin-bottom: 8px;
        font-size: 15px;
        color: #333;
    }

/* QR box */
.qr-box {
    width: 200px;
    text-align: center;
    background: #fafafa;
    padding: 15px;
    border-radius: 6px;
    border: 1px solid #f2f2f2;
}

    .qr-box img {
        max-width: 100%;
    }

    .qr-box p {
        margin-top: 10px;
        font-size: 14px;
        color: #ff2d6f;
        font-weight: 600;
    }

/* Responsive */
@media (max-width: 768px) {
    .payment-box {
        flex-direction: column;
        align-items: center;
    }

    .qr-box {
        width: 100%;
        max-width: 260px;
    }
}





.admin-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
}

.admin-card {
    background: #ffffff;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

    .admin-card h3 {
        font-size: 42px;
        color: #ff2f6e;
    }

.admin-table th {
    background: #ff2f6e;
    color: #fff;
    text-align: center;
}

.admin-table td {
    vertical-align: middle;
}







.abstract-guidelines {
    background: #ffffff;
    border-left: 5px solid #ff2f6e; /* theme accent */
    padding: 25px 30px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    border-radius: 10px;
}

    .abstract-guidelines h3 {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 15px;
        color: #222;
    }

    .abstract-guidelines h4 {
        margin-top: 18px;
        font-size: 18px;
        font-weight: 600;
        color: #333;
    }

    .abstract-guidelines p {
        font-size: 15px;
        color: #555;
        line-height: 1.7;
    }

    .abstract-guidelines ul {
        padding-left: 20px;
        margin-top: 10px;
    }

        .abstract-guidelines ul li {
            margin-bottom: 8px;
            font-size: 15px;
            color: #444;
        }



/* =============================
   MEMBERSHIP SEPARATE SECTION
============================= */

.membership-wrapper {
    padding: 80px 0; /* space above & below */
    background: #f9fafc; /* subtle separation */
}

.membership-section {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

    .membership-section h4 {
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .membership-section .description {
        font-size: 16px;
        color: #555;
        margin-bottom: 25px;
        line-height: 1.6;
    }

/* Button (reuse or enhance existing) */
.btn-membership {
    padding: 12px 30px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 30px;
}





