:root {
    --ink: #1a1714;
    --ink-soft: #4a4540;
    --ink-mute: #9a9490;
    --cream: #f8f5f0;
    --cream-dark: #ede9e2;
    --gold: #b8965a;
    --gold-light: #d4b47a;
    --gold-pale: #f5edda;
    --teal: #2d6b5e;
    --teal-light: #e3eeeb;
    --rose: #7d3b3b;
    --rose-light: #f0e5e5;
    --serif: 'Cormorant Garamond', Georgia, serif;
    --sans: 'DM Sans', sans-serif;
}

.innerpage-banner {
    width: 100%;
    height: 300px;
    /* adjust height as needed */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-title-div {
    position: relative;
    z-index: 1;
    background-color: #951419ba;
    padding: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    display: inline-block;
    width: 700px;
    margin: 144px auto 0px auto;
}

.banner-title-div .title {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    margin: 0;
}

/* ===== DATATABLE WRAPPER ===== */
.dataTables_wrapper {
    font-family: inherit;
    font-size: 13.5px;
    color: #333;
}

/* ===== TOP BAR (Length + Search) ===== */
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    margin-bottom: 14px;
}

.dataTables_wrapper .dataTables_length label,
.dataTables_wrapper .dataTables_filter label {
    font-size: 13px;
    color: #6c757d;
    display: flex;
    align-items: center;
    gap: 8px;
}

.dataTables_wrapper .dataTables_length select {
    padding: 6px 28px 6px 10px;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    background-color: #fff;
    color: #333;
    font-size: 13px;
    outline: none;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%236c757d'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.dataTables_wrapper .dataTables_filter input {
    padding: 7px 12px 7px 34px;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    background-color: #fff;
    color: #333;
    font-size: 13px;
    width: 200px;
    outline: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23adb5bd' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 10px center;
    transition: border-color 0.2s;
}

.dataTables_wrapper .dataTables_filter input:focus {
    border-color: #006341;
    box-shadow: 0 0 0 3px rgba(0, 99, 65, 0.1);
}

/* ===== TABLE ===== */
table.dataTable {
    width: 100% !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
}

/* Header */
table.dataTable thead th {
    padding: 10px 14px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #ffffff;
    background-color: #cf2129 !important;
    border-bottom: 2px solid #dee2e6 !important;
    border-top: none !important;
    cursor: pointer;
    white-space: nowrap;
    user-select: none;
}

table.dataTable thead th:hover {
    color: #006341;
    background-color: #f0f7f4;
}

/* Sort icons override */
table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::after {
    font-size: 11px;
    opacity: 0.5;
}

table.dataTable thead .sorting_asc::after {
    opacity: 1;
    color: #006341;
}

table.dataTable thead .sorting_desc::after {
    opacity: 1;
    color: #006341;
}

/* Body rows */
table.dataTable tbody tr {
    transition: background-color 0.15s ease;
}

table.dataTable tbody tr:hover {
    background-color: #f0f7f4 !important;
}

table.dataTable tbody td {
    padding: 12px 14px;
    border-bottom: 1px solid #f1f3f5 !important;
    border-top: none !important;
    vertical-align: middle;
    color: #333;
}

table.dataTable tbody tr:last-child td {
    border-bottom: none !important;
}

/* Striped rows */
table.dataTable.table-striped tbody tr:nth-child(even) {
    background-color: #fafafa;
}

/* ===== BADGE (Status) ===== */
.badge-active {
    background-color: #d4edda;
    color: #155724;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
}

.badge-inactive {
    background-color: #e9ecef;
    color: #495057;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
}

.badge-pending {
    background-color: #fff3cd;
    color: #856404;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
}

/* ===== BOTTOM BAR (Info + Pagination) ===== */
.dataTables_wrapper .dataTables_info {
    font-size: 12px;
    color: #adb5bd;
    padding-top: 6px;
}

/* Pagination */
.dataTables_wrapper .dataTables_paginate {
    padding-top: 4px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 32px;
    padding: 0 8px;
    margin: 0 2px;
    border: 1px solid #dee2e6 !important;
    border-radius: 6px !important;
    background: #fff !important;
    color: #495057 !important;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.15s ease;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #f0f7f4 !important;
    border-color: #006341 !important;
    color: #006341 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #006341 !important;
    border-color: #006341 !important;
    color: #fff !important;
    font-weight: 600;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
}


.dt-paging .pagination {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
}

/* Every button */
.dt-paging .pagination .dt-paging-button .page-link {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #dee2e6 !important;
    border-radius: 6px !important;
    background: #ffffff !important;
    color: #495057 !important;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none !important;
    transition: all 0.2s ease;
    box-shadow: none !important;
    line-height: 1;
}

/* Hover */
.dt-paging .pagination .dt-paging-button:not(.disabled) .page-link:hover {
    background: #f0f7f4 !important;
    border-color: #006341 !important;
    color: #006341 !important;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 99, 65, 0.12) !important;
}

/* Active / Current page */
.dt-paging .pagination .dt-paging-button.active .page-link {
    background: #006341 !important;
    border-color: #006341 !important;
    color: #ffffff !important;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0, 99, 65, 0.3) !important;
    pointer-events: none;
}

/* Disabled */
.dt-paging .pagination .dt-paging-button.disabled .page-link {
    background: #f8f9fa !important;
    border-color: #dee2e6 !important;
    color: #adb5bd !important;
    cursor: not-allowed !important;
    pointer-events: none;
    opacity: 0.6;
    transform: none !important;
    box-shadow: none !important;
}

/* First / Prev / Next / Last buttons */
.dt-paging .pagination .dt-paging-button .page-link.first,
.dt-paging .pagination .dt-paging-button .page-link.previous,
.dt-paging .pagination .dt-paging-button .page-link.next,
.dt-paging .pagination .dt-paging-button .page-link.last {
    font-size: 15px;
    padding: 0 12px;
}

/* Wrapper div */
.dt-search {
    position: relative;
    display: inline-flex;
    align-items: center;
}

/* Label hide */
.dt-search label {
    display: block;
}

/* Search input */
.dt-search input[type="search"],
.dataTables_filter input[type="search"],
.dataTables_filter input[type="text"] {
    width: 260px;
    height: 40px;
    padding: 0 16px 0 42px;
    border: 1.5px solid #e0e0e0;
    border-radius: 10px;
    background-color: #f8f9fa;
    color: #333333;
    font-size: 13.5px;
    outline: none;
    transition: all 0.25s ease;
    appearance: none;
    -webkit-appearance: none;

    /* Search icon via background */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23adb5bd' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 14px center;
    background-size: 16px 16px;
}

/* Placeholder */
.dt-search input[type="search"]::placeholder,
.dataTables_filter input::placeholder {
    color: #adb5bd;
    font-size: 13px;
}

/* Focus */
.dt-search input[type="search"]:focus,
.dataTables_filter input:focus {
    border-color: #006341;
    background-color: #ffffff;
    box-shadow: 0 0 0 4px rgba(0, 99, 65, 0.08);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23006341' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
}

/* Clear (x) button — browser default hide */
.dt-search input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: auto;
    appearance: auto;
    display: block;
}

.view-btn {
    position: relative;
    font-size: 1.5rem;
    padding: 8px 25px;
    border-radius: 6px;
    background-color: #ad1f26;
    color: #fff;
    border-color: #cb664d;
    z-index: 1;
    text-decoration: none !important;
}

.view-btn:hover,
.view-btn:focus {
    background-color: #cb664d;
    color: #fff;
    border-color: #ad1f26;
    text-decoration: none !important;
    box-shadow: 0 4px 12px rgba(173, 31, 38, 0.3);
}

.close-btn {
    width: auto;
    font-size: 24px;
    background-color: #ad1f26;
    color: #fff;
    border-color: #cb664d;
}

.custom-modal-lg {
    max-width: 950px;
}

/* ===== Branch Page ===== */
.btn-one {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding-left: 30px;
    padding-right: 30px;
    background-color: transparent;
    color: var(--thm-black);
    font-size: 18px;
    line-height: 60px;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 0px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-family: var(--thm-font-2);
    z-index: 2;
}

.btn-one:before {
    position: absolute;
    top: 110px;
    left: -50px;
    right: -50px;
    height: 170px;
    content: "";
    background: #ad1f26;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    border-radius: 50%;
    transition-duration: 800ms;
    z-index: 1;
}

.btn-one:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    border-radius: 0px;
    background-color: #ffffff;
    opacity: 1;
    transform: scaleX(1.0);
    transition-duration: 800ms;
    z-index: -1;
}

.btn-one:hover:before {
    top: 0%;
    left: -70px;
    right: -70px;
}

.btn-one:hover:after {
    transform: scaleX(0);
    transition-duration: 1500ms;
}

.btn-one:hover,
.btn-one:focus {
    color: #ffffff;
}

.all-locators .btns-box {
    margin: 0px 10px;
}

.all-locators .btn-one {
    text-align: center;
    width: 100% !important;
    border: 1px solid #ad1f26;
}

.btn-one .txt {
    position: relative;
    z-index: 1;
}



.searchcontinerbox {
    position: relative;
    padding: 10px 20px;
    border: 1px solid #ccc;
    margin-bottom: 40px;
}

.tg-sectionhead {
    position: relative;
    width: 100%;
    text-align: left;
    overflow: hidden;
}

.tg-sectiontitle h2 {
    font-size: 25px;
    color: #333;
    margin-bottom: 20px;
    position: relative;
}

.tg-sectiontitle h2::before {
    top: 50%;
    left: 22%;
    width: 400px;
    height: 1px;
    content: '';
    background: #0c8142;
    position: absolute;
}

.contact-style-two {
    position: relative;
    width: 100%;
}

.contact-style-two .default-form {
    position: relative;
    margin: 0px 5px;
}

.contact-style-two .default-form .form-group {
    position: relative;
    margin-bottom: 20px;
    padding: 0px 10px;
}

.contact-style-two .default-form .form-group input[type='text'],
.contact-style-two .default-form .form-group input[type='email'],
.contact-style-two .default-form .form-group textarea {
    position: relative;
    width: 100%;
    background: #fff;
    height: 40px;
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: all 500ms ease;
    font-size: 14px;
}

.contact-style-two .default-form .form-group select {
    position: relative;
    width: 100%;
    background: #fff;
    padding: 6px 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: all 500ms ease;
    color: #666;
    font-size: 14px;
}

.tg-btn {
    height: 38px;
    line-height: 38px;
    padding: 0 30px;
}

.tg-btn {
    width: auto;
    height: 38px;
    line-height: 38px;
    padding: 0 30px;
    background: #cf2129;
    color: #FFFFFF;
    border: 1px solid #cf2129;
}

.search-result-title {
    margin: 0px;
}

/* ===== Branch Page ===== */


/* ===== Vision, Mission & Goal ===== */
.section-vision {
    padding: 60px 0;
}

.section-body {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.section-tag {
    display: flex;
    align-items: center;
    gap: 14px;
}

.tag-number {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 12px;
    color: #b8965a;
    letter-spacing: 0.1em;
}

.tag-line {
    flex: 1;
    height: 0.5px;
    background: #b8965a;
    max-width: 40px;
}

.tag-label {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #b8965a;
}

.section-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 300;
    line-height: 1.2;
    color: #1a1714;
}

.section-title em {
    font-style: italic;
    color: #2d6b5e;
}

.section-text {
    font-size: 15px;
    color: #4a4540;
    line-height: 1.85;
    max-width: 42ch;
}

.section-accent {
    width: 32px;
    height: 2px;
    background: #856404;
    border-radius: 1px;
    margin-top: 0.5rem;
}

.vision-image-wrap {
    position: relative;
}

.vision-image-wrap::before {
    content: '';
    position: absolute;
    inset: -12px -12px 12px 12px;
    border: 0.5px solid #d4b47a;
    border-radius: 2px;
    z-index: 0;
}

.image-box {
    position: relative;
    z-index: 1;
    border-radius: 2px;
    overflow: hidden;
    aspect-ratio: 4/3;
    background: #ede9e2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    color: #9a9490;
}

.image-placeholder svg {
    opacity: 0.4;
}

.image-placeholder span {
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ── MISSION ── */
.section-mission {
    padding: 60px 0;
    background: var(--teal-light);
}

.section-mission .section-body {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-left: 20px;
}

.section-mission .mission-image-wrap {
    position: relative;
}

.section-mission .image-box::after {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--teal);
    opacity: 0.04;
}

.section-mission .mission-image-wrap::before {
    content: '';
    position: absolute;
    inset: -12px 12px 12px -12px;
    border: 0.5px solid #d4b47a;
    opacity: 0.4;
}

.section-mission .section-title em {
    color: var(--rose);
}


/* ===== Vision, Mission & Goal ===== */


/* ===== Chairman's Message ===== */

/* Hero Section */
.hero {
    background: linear-gradient(135deg, #1a3a52 0%, #0f2334 50%, #1a3a52 100%);
    color: white;
    padding: 4rem 2rem;
    position: relative;
    overflow: hidden;
    min-height: 70vh;
    display: flex;
    align-items: center;
}

.hero::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    top: -100px;
    right: -100px;
    z-index: 0;
}

.hero-content {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-text h1 {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    margin-bottom: 1.5rem;
    font-weight: 800;
    line-height: 1.2;
    animation: slideInLeft 0.8s ease-out;
    color: #fff;
}

.hero-text p {
    font-size: 18px;
    margin-bottom: 2rem;
    opacity: 0.95;
    animation: slideInLeft 0.8s ease-out 0.2s both;
    line-height: 1.8;
    color: #fff;
}

.accent-line {
    width: 60px;
    height: 4px;
    background: #d4af37;
    margin-bottom: 1.5rem;
    animation: slideInLeft 0.8s ease-out 0.1s both;
}

.chairman-image {
    position: relative;
    animation: slideInRight 0.8s ease-out;
}

.image-frame {
    width: 100%;
    max-width: 400px;
    aspect-ratio: 3/4;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.3), rgba(212, 175, 55, 0.1));
    border-radius: 10px;
    overflow: hidden;
    border: 3px solid #d4af37;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

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

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, #1a3a52, transparent);
    padding: 2rem;
    color: white;
    text-align: center;
}

.image-overlay h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    margin-bottom: 0.3rem;
    text-align: center;
    color: #fff;
}

.image-overlay p {
    font-size: 13px;
    opacity: 0.9;
    color: #fff;
}

/* Message Section */
.message-section {
    padding: 5rem 2rem;
    background: white;
    position: relative;
}

.message-container {
    max-width: 1000px;
    margin: 0 auto;
}

.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: #1a3a52;
    margin-bottom: 1rem;
    position: relative;
}

.section-header h2::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 4px;
    background: #d4af37;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.message-text {
    font-size: 1.05rem;
    line-height: 1.9;
    color: #2c3e50;
    margin: 3rem 0;
    text-align: justify;
}

.quote-highlight {
    background: #f0f2f5;
    border-left: 5px solid #d4af37;
    padding: 2rem;
    margin: 2rem 0;
    border-radius: 5px;
    font-style: italic;
    color: #1a3a52;
    font-size: 1.1rem;
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* Animations */
@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
/* ===== Chairman's Message ===== */

/* ===== Committee ===== */
.bod {
    padding: 60px 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

.bod::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: rgba(52, 152, 219, 0.05);
    border-radius: 50%;
    pointer-events: none;
}

.bod::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 300px;
    height: 300px;
    background: rgba(231, 76, 60, 0.04);
    border-radius: 50%;
    pointer-events: none;
}

.bod .card {
    width: 100%;
    height: 100%;
    background: #ffffff;
    border: none;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: flex;
    flex-direction: column;
    position: relative;
    transform: translateY(0);
}

/* Hover Effect */
.bod .card:hover {
    transform: translateY(-12px);
    box-shadow: 0 16px 40px rgba(52, 152, 219, 0.15);
}

.bod .card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3498db, #e74c3c);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
    z-index: 10;
}

.bod .card:hover::before {
    transform: scaleX(1);
}

/* Image Wrapper */
.bod-image-wrap {
    width: 100%;
    height: 430px;
    overflow: hidden;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    position: relative;
}

.bod-image-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    z-index: 1;
}

.bod-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.bod .card:hover .bod-image {
    transform: scale(1.08);
}

/* Content Section */
.bod-content {
    padding: 28px 24px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.bod-name {
    font-size: 20px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 8px 0;
    letter-spacing: -0.5px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.bod .card:hover .bod-name {
    color: #ad1f26;
}

.bod-designation {
    font-size: 13px;
    font-weight: 600;
    color: #7f8c8d;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Button Wrapper & Button */
.bod-btn-wrap {
    padding: 0 24px 28px 24px;
    display: flex;
    justify-content: center;
}

.bod-btn {
    display: inline-block;
    padding: 10px 28px;
    background: linear-gradient(135deg, #ad1f26, #cb664d);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(52, 152, 219, 0.3);
    border: none;
    cursor: pointer;
}

.bod-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.bod-btn:hover::before {
    width: 300px;
    height: 300px;
}

.bod-btn:hover {
    background: linear-gradient(135deg, #ad1f26, #cb664d);
    box-shadow: 0 6px 20px rgba(52, 152, 219, 0.4);
    transform: translateY(-2px);
    color: #fff;
}

.bod-btn:active {
    transform: translateY(0);
}

.modal-content{
    border-radius: 20px !important;
}

.bod-modal-header{
    background: #ad1f26;
    color: white;
    border: none;
    border-radius: 17px 17px 0 0;
}

.bod-modal-header .modal-title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.advantageleftborder{
    position: relative;
}

.advantageleftborder::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #ad1f26, #cb664d);
    border-radius: 2px;
}

.team-lower-info{
    padding: 10px;
    text-align: center;
}

.bod-modal-name{
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #333 !important;
    margin-bottom: 0 !important;
}



.bod-modal-content{
    padding: 20px;
    max-height: 450px;
    overflow-y: auto;
}

/* ===== Committee ===== */


/* ===== Gallery ===== */
.gallery {
    padding: 70px 0 80px;
    background: linear-gradient(160deg, #f7f2ee 0%, #fdf8f3 60%, #f0ebe4 100%);
    position: relative;
}

.gallery::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ad1f26, #c89b63, #ad1f26);
    background-size: 200% 100%;
    animation: shimmerBar 3s infinite linear;
}

@keyframes shimmerBar {
    0%   { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

/* ── Section Heading ── */
.gallery-section-title {
    text-align: center;
    margin-bottom: 48px;
}

.gallery-section-title h2 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 700;
    color: #1a1714;
    position: relative;
    display: inline-block;
    padding-bottom: 14px;
}

.gallery-section-title h2::after {
    content: '';
    position: absolute;
    bottom: 0; left: 50%;
    transform: translateX(-50%);
    width: 60px; height: 3px;
    background: linear-gradient(90deg, #ad1f26, #c89b63);
    border-radius: 2px;
}

/* ── Card Wrapper ── */
.gallery-col {
    margin-bottom: 28px;
}

/* Card Style — full image */
.gallery-item {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0,0,0,0.10);
    transition: transform 0.4s cubic-bezier(0.25,0.8,0.25,1),
                box-shadow 0.4s cubic-bezier(0.25,0.8,0.25,1);
    background: #1a1714;
    aspect-ratio: 4 / 3;
    display: block;
    text-decoration: none !important;
}

.gallery-item:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 24px 56px rgba(173,31,38,0.22),
                0 8px 20px rgba(0,0,0,0.12);
}

/* ── Image ── */
.gallery-item .icon {
    position: absolute;
    inset: 0;
    margin: 0;
}

.gallery-images {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s cubic-bezier(0.25,0.8,0.25,1),
                filter 0.4s ease;
    filter: brightness(0.92);
}

.gallery-item:hover .gallery-images {
    transform: scale(1.08);
    filter: brightness(0.75);
}

/* ── Dark gradient base ── */
.gallery-item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(26,23,20,0.85) 0%,
        rgba(26,23,20,0.35) 45%,
        transparent 75%
    );
    z-index: 1;
    transition: opacity 0.4s ease;
}

/* ── Hover red tint overlay ── */
.gallery-item::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(173,31,38,0.45) 0%,
        rgba(200,155,99,0.18) 100%
    );
    opacity: 0;
    z-index: 2;
    transition: opacity 0.4s ease;
}

.gallery-item:hover::after {
    opacity: 1;
}

/* ── Shimmer sweep on hover ── */
.gallery-item .gallery-shimmer {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        120deg,
        transparent 0%,
        rgba(255,255,255,0.12) 40%,
        rgba(255,255,255,0.22) 50%,
        rgba(255,255,255,0.12) 60%,
        transparent 100%
    );
    transform: translateX(-100%);
    z-index: 4;
    transition: transform 0.0s;
    pointer-events: none;
}

.gallery-item:hover .gallery-shimmer {
    animation: cardShimmer 0.6s ease forwards;
}

@keyframes cardShimmer {
    from { transform: translateX(-100%); }
    to   { transform: translateX(100%); }
}

/* ── Top badge ── */
.gallery-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    background: linear-gradient(135deg, #ad1f26, #8a1820);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 20px;
    z-index: 5;
    box-shadow: 0 2px 8px rgba(173,31,38,0.4);
}

/* ── Year/Title bar ── */
.gallery-year {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    z-index: 5;
    padding: 20px 20px 18px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    font-family: 'DM Sans', sans-serif;
    letter-spacing: 0.01em;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: padding 0.3s ease;
}

.gallery-item:hover .gallery-year {
    padding-bottom: 22px;
}

/* golden accent line left of title */
.gallery-year::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 20px;
    background: linear-gradient(180deg, #c89b63, #e8c07a);
    border-radius: 2px;
    flex-shrink: 0;
    transition: height 0.3s ease;
}

.gallery-item:hover .gallery-year::before {
    height: 26px;
}

/* arrow icon that appears on hover */
.gallery-year .gallery-arrow {
    margin-left: auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(200,155,99,0.25);
    border: 1px solid rgba(200,155,99,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateX(-6px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    flex-shrink: 0;
}

.gallery-item:hover .gallery-arrow {
    opacity: 1;
    transform: translateX(0);
}

.gallery-arrow svg {
    width: 14px;
    height: 14px;
    stroke: #e8c07a;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* ===== Gallery ===== */



.back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    font-size: 15px;
    font-weight: 500;
    color: #2c3e50;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.back-link i {
    transition: transform 0.25s ease;
}

/* Hover effect */
.back-link:hover {
    background: #951419;
    color: #ffffff;
    border-color: #951419;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}

.back-link:hover i {
    transform: translateX(-4px);
}

/* Active click effect */
.back-link:active {
    transform: translateY(0);
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}







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

    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter {
        text-align: left !important;
        float: none !important;
    }

    .dataTables_wrapper .dataTables_filter input {
        width: 100%;
    }

    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        text-align: center !important;
        float: none !important;
    }

    table.dataTable thead th,
    table.dataTable tbody td {
        padding: 9px 10px;
        font-size: 12px;
    }

    .custom-modal-lg {
        max-width: 100%;
    }

    .tg-sectiontitle h2::before {
        top: 50%;
        left: 30%;
        width: 400px;
        height: 1px;
        content: '';
        background: #0c8142;
        position: absolute;
    }

    .all-locator-name {
        flex-direction: column !important;
    }

    .btn-one {
        padding-left: 20px;
        padding-right: 20px;
    }

    .banner-title-div {
        margin: 165px auto 0px auto;
    }

    .hero-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .hero-text h1 {
        font-size: 2.5rem;
    }

    .message-text {
        text-align: left;
    }

    .image-frame {
        max-width: 100%;
    }

    .gallery-item:hover {
        transform: translateY(-5px) scale(1.01);
    }

    .gallery-year {
        font-size: 16px;
        padding: 16px 14px 14px;
    }

    .gallery-col {
        margin-bottom: 20px;
    }

    .font-13 {
        font-size: 13px !important;
    }

    .innerpage-banner {
        width: 100%;
        height: 300px;
        background-size: cover;
        background-position: left;
        background-repeat: no-repeat;
    }

    .banner-title-div .title {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        margin: 0;
    }
}
