
/* Navbar Background & Border Radius */
.navbar-collapse {
    background: #ffffff;
    border-radius: 15px;
    padding: 10px 20px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

/* Menu Items */
.custom-menu li a {
    color: #000;
    font-weight: 600;
    padding: 12px 18px;
    transition: 0.3s;
}

/* Hover Effect */
.custom-menu li a:hover,
.custom-menu li.active a {
    background: #f5f5f5;
    border-radius: 8px;
    color: #e72425;
}


/* Only menu section background */
/* #bs-example-navbar-collapse-1 {
    background: #daa128;
    border-radius: 40px;
    padding: 15px 20px;
    margin-top: 120px;


} */

/* Menu link style */
/* .custom-menu li a {
    color: #000 !important;
    font-weight: 600;
    padding: 12px 18px;
    transition: 0.3s;
}

/* Hover effect */
.custom-menu li a:hover,
.custom-menu li.active a {
    background: #e72425;
    color: #fff !important;
    border-radius: 8px;
} */



ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 0 !important;
    unicode-bidi: isolate;
}



.media-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    padding: 40px 0px;
    flex-wrap: wrap;
    /* background: #f8f8f8; */
}

.media-box {
    width: 30%;
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: 0.4s ease;
    border: 2px solid goldenrod;
}

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

.media-box img,
.media-box video {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}

/* Mobile Responsive */
@media(max-width: 992px) {

    .media-box {
        width: 45%;
    }

}

@media(max-width: 768px) {

    .media-section {
        flex-direction: column;
    }

    .media-box {
        width: 100%;
        background-position: top center;
    }

    .media-box img,
    .media-box video {
        height: auto;

    }

}

#about {
    background-image: url('../images/mybg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}



.table-wrapper {
    width: 100%;
    max-width: 60%;
    margin: 40px auto;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.modern-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    /* border-radius: 12px; */
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    font-size: 18px;
    border: 5px solid #af9d75;
}

.modern-table tr {
    border-bottom: 1px dotted black;
}

.modern-table .label {
    padding: 14px 18px;
    font-weight: 600;
    color: #333;
    width: 40%;
    font-size: 18px;
    justify-content: center;
}

.modern-table td {
    vertical-align: middle;
}

.modern-table .value {
    padding: 14px 18px;
    font-weight: 500;
    color: #111;
}

.modern-table tr:hover {
    background: #f1f7ff;
    transition: 0.3s;
}

.note-box {
    margin-top: 15px;
    padding: 15px;
    background: linear-gradient(135deg, #fdd38e, #f5b24d);
    color: black;
    font-weight: 500;
    border-left: 5px solid #670101;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    font-size: 15px;
    font-weight: 600px;
}

.modal-backdrop.in {
    opacity: 0.8;
    background-color: #000;
}

.modal-dialog.modal-top-popup {
    margin-top: -20px;
    max-width: 800px;
}

.custom-modal .modal-content {
    border-radius: 12px;
    border: none;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.custom-modal .modal-header {
    border-bottom: none;
    padding: 10px;
}

.custom-modal .close {
    font-size: 40px;
    font-weight: bold;
    color: black;
    /* background: #ff3b3b; */
    width: 45px;
    height: 45px;
    border-radius: 50%;
    opacity: 1;
    text-shadow: none;
    position: absolute;
    right: -5px;
    top: -5px;
    line-height: 40px;
    text-align: center;
    transition: 0.3s ease;
}

.popup-img {
    width: 500px;
    border-radius: 0 0 12px 12px;
    margin-top: 10px;
}



/* 📱 MOBILE RESPONSIVE */
@media (max-width: 768px) {
    .modal-dialog.modal-top-popup {
        margin-top: -150px;
        max-width: 800px;
    }

    .table-wrapper {
    width: 70%;
    max-width: 60%;
    margin: 40px auto;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
}

.committee-section {
    position: relative;
    background: url("../images/bg2.jpg") center center;
    padding: 30px 0;
    overflow: hidden;

}

/* Titles */
.main-title {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #911010;
    font-family: Georgia, 'Times New Roman', Times, serif;

}

.subtitle {
    font-size: 20px;
    /* opacity: 0.9; */
    color: black;
}

/* Leader Card */
.leader-card {
    background: rgb(245, 244, 244);
    border-radius: 15px;
    color: #000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    padding: 16px;
    margin-bottom: 40px;
    border: 2px solid goldenrod;
    transition: 0.3s;
}

.leader-card:hover {
    transform: translateY(-5px);

}

.leader-img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #670101;
}

/* Member Cards */
.member-card {
    background: wheat;
    color: #000;
    padding: 10px;
    border-radius: 15px;
    transition: 0.3s;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 40px;
    border: 1px solid #670101;
}

.member-card:hover {
    transform: translateY(-5px);
}

.member-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 10px;
    object-fit: cover;
    border: 3px solid #ff7a00;
    padding: 0px;
}

.member-card.highlight {
    background: #ffe0b3;
}

.member-card h6 {
    font-size: 15px;
    font-weight: 600;
}

.member-card span {
    font-size: 12px;
    color: #555;
}

@media (max-width: 576px) {
    .main-title {
        font-size: 22px;
    }

    .leader-img {
        width: 90px;
        height: 90px;
    }

    .member-img {
        /* width: 100%; */
        /* height: 70px; */
    }

}

.members-section {
    padding: 30px 0;
    background: url(../images/marun-bg.jpg);
}

.section-title {
    color: #fff;
    font-size: 42px;
    font-weight: 800;
    letter-spacing: 3px;
    margin-bottom: 10px;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.title-border {
    width: 120px;
    height: 4px;
    background: #daa128;
    margin: 0 auto 40px;
    border-radius: 10px;
}

.members-table {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 15px;
    overflow: hidden;
    backdrop-filter: blur(5px);
    border: 2px solid rgba(255, 255, 255, 0.15);
}

.members-table td {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    transition: 0.3s;
}

.members-table td:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: scale(1.02);
}

@media(max-width:768px) {

    .section-title {
        font-size: 30px;
    }

    .members-table td {
        font-size: 14px;
        padding: 12px 8px;
    }
}

.logo-img img {
    max-width: 100%;
    height: auto;
}

#member {
    width: 80%;
    border-collapse: collapse;
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.12);
    font-family: 'Poppins', sans-serif;
    margin-top: 30px !important;
}

/* Heading */
h2 {
    font-size: 38px;
    font-weight: 800;
    color: #911010;
    /* margin-bottom: 25px; */
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

#member tr:first-child {
    background: #ecb744;
    color: black !important;
}

#member tr:first-child:hover {
    background: #ecb744;

}

#member tr:first-child td {
    font-size: 16px;
    font-weight: 700;
    padding: 18px 15px;
    border: none;
    text-align: center;
    letter-spacing: 0.5px;
    color: black;
}

/* Table Cells */
#member td {
    padding: 14px 15px;
    font-size: 15px;
    color: #444;
    border-bottom: 1px solid #ececec;
    transition: 0.3s ease;
}

/* Alternate Row Colors */
#member tr:nth-child(even) {
    background: #f8f9fc;
}

/* Hover Effect */
#member tr:hover {
    background: #fff3e0;
    transform: scale(1.002);
}

/* Serial Number Column */
#member td:first-child {
    text-align: center;
    font-weight: 700;
    color: #ff5722;
    width: 70px;
}

/* Membership No */
#member td:nth-child(2) {
    font-weight: 600;
    color: #333;
    text-align: center;
}

/* Name Styling */
#member td:nth-child(4) {
    font-weight: 600;
    color: #111;
}

/* Address Styling */
#member td:last-child {
    color: #666;
    line-height: 1.6;
}

/* Rounded Corners */
#member tr:first-child td:first-child {
    border-top-left-radius: 18px;
}

#member tr:first-child td:last-child {
    border-top-right-radius: 18px;
}

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

    h2 {
        font-size: 24px;
        line-height: 1.4;
        padding: 0 10px;
    }

    #member {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        border-radius: 12px;
    }

    #member td {
        font-size: 13px;
        padding: 12px 10px;
    }

    #member tr:first-child td {
        font-size: 14px;
        padding: 14px 10px;
    }
    #bs-example-navbar-collapse-1 {
  
    margin-top: 0px !important;
}
}


#fb {
    border: 1px solid maroon;
}

#google {
    border: 1px solid maroon;
}

#yt {
    border: 1px solid maroon;
}







.bank-panel {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  margin-top:10px;
  color:black;
}

.bank-title {
  font-size: 22px;
  font-weight: bold;
  background: rgb(255, 209, 93) !important;
  border-bottom: 3px solid goldenrod;
}

.modern-table td {
  padding: 12px !important;
  font-size: 15px;
}

.label-cell {
  font-weight: bold;
  width: 35%;
  background: #f9f9f9;
}

.note-box {
  padding: 15px;
  background: #fff8e1;
  font-size: 14px;
  border-top: 1px solid #eee;
}

/* MOBILE CARD STYLE */
.mobile-bank {
  padding: 15px;
}

.bank-card {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 6px;
  /* box-shadow: 0 2px 8px rgba(0,0,0,0.08); */
}

.bank-card p {
  margin-bottom: 8px;
  font-size: 14px;
}


@media (max-width: 767px) {
    .acharya {
        padding: 50px 20px !important;
        text-align: center;
    }
}


.table-section{
    background: url(../images/bg1.jpg) center center no-repeat;
    /* background: rgb(244, 254, 255); */
    background-size: cover;
    /* background-attachment: fixed; */
    padding: 10px 0;
    width: 100%;
}