@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
    font-family: "Polargo"; /* You can name the font anything you like */
    src: url("../font/polargo.otf") format("opentype"),
        url("../font/polargo.ttf") format("truetype"),
        url("../font/tahoma.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Tahoma"; /* You can name the font anything you like */
    src: url("../font/tahoma.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}
body {
}
/* Navbar Start */

.top_menu {
  position: relative;
  background-color: white; /* fallback if image not loaded */
  background-image: url('../img/bg_parallax.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* padding: 10px 0; */
  transition: background 0.4s ease;
}

/* overlay layer for readability */
.top_menu::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.1); /* light overlay (keeps it corporate clean) */
  z-index: 1;
}

.top_menu .container {
  position: relative;
  z-index: 2; /* bring text above overlay */
}

.top_menu .privacy_menu,
.top_menu .email_menu,
.top_menu .telephone_menu {
  color: black;
  font-family: 'Polargo', sans-serif;
  font-weight: 400 !important;
  gap: 1rem;
}

.top_container {
  gap: 1rem; /* More specific selector */
}

.navbar.navbar_bg {
  background-color: #1d2a3a !important;
}

.nav_menu .nav-link {
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: white;
  text-transform: uppercase;
  font-family: 'Polargo', sans-serif;
}
.nav_menu .nav-link.active {
  color: white !important;
  background-color: #daa600;
  border-radius: 20px;
}
.nav_menu .dropdown-item.active {
  background-color: #daa600;
}

.nav_menu .nav-link:hover {
    color: white;
  background-color: #daa600;
  border-radius: 20px;
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block; /* Show dropdown on hover */
}

.nav-item.dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #daa600;
    color: white; /
}
/* Navbar End */
/* Inner Banner Start */
.innerBanner_wrapper {
      background: 
    linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45)), 
    url('../img/inner_banner_bg.jpg') center/cover no-repeat;

    /* background-image: url("../img/inner_banner_bg.jpg"); */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 30vh;
    width: 100%;
    /* margin-bottom: 100px; */
}

.innerPage_title {
    min-height: 30vh;
    color: #FFC107;
}
.innerPage_title h1 {
    font-size: 4em;
    font-weight: 700 !important;
}
/* Inner Banner End */
/* About Us Start */

/* History */
.history_wrapper {
    background: linear-gradient(to left, #ffffff 40%, #fdf2cf);
    color: #333;
}

.history_title {
    font-family: 'Tahoma', sans-serif;
    font-weight: 700;
    color: #1D2A3A;
    border-left: 5px solid #1D2A3A;
    padding-left: 15px;
}

.history_subtitle {
    font-family: 'Polargo', sans-serif;
    color: #daa600;
    letter-spacing: 0.5px;
}

.history_content p {
    font-family: 'Tahoma', sans-serif;
    line-height: 1.7;
    margin-bottom: 1rem;
    text-align: justify;
    
}

.ourHistory_img img {
    max-width: 100%;
    height: auto;
    display: block; /* tanggalin extra spacing sa ilalim ng inline image */
    object-fit: contain;
    border-radius: 30px;
}
/* Mission */
.mission_wrapper {
    background: linear-gradient(to right, #ffffff 40%, #fdf2cf);
    color: #333;
    padding: 100px 0;
}


.mission_title {
    font-family: 'Tahoma', sans-serif;
    font-weight: 700;
    color: #1D2A3A;
    border-left: 5px solid #1D2A3A;
    padding-left: 15px;
}

.mission_subtitle {
    font-family: 'Polargo', sans-serif;
    color: #daa600;
    letter-spacing: 0.5px;
}

.mission_text ul {
    list-style: none; /* Removes default bullets */
    padding-left: 0;  /* Removes default left indent */
    margin-bottom: 1rem;
}

.mission_text li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
    display: flex;            /* Align check and text horizontally */
    align-items: flex-start;  /* Keeps text aligned properly with checkmark */
}
.mission_text li::before {
    content: "✔";
    color: #daa600;
    margin-right: 8px;
}


.mission_text p {
    text-align: justify;
    line-height: 1.7;
    font-family: 'Tahoma', sans-serif;
}

/* --- Portrait Image Style --- */
.mission_image {
    display: flex;
    align-items: stretch;
}

.mission_image img {
    height: 100%;
    max-height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
    aspect-ratio: 3 / 4; /* Portrait proportion */
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* NASBI Laws */
.bylaws_wrapper {
    background-color: #f8f9fb;
    color: #333;
}

.bylaws_card {
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid #e2e6ea;
    max-width: 900px;
    margin: 0 auto;
}

.bylaws_title {
    font-family: 'Tahoma', sans-serif;
    font-weight: 700;
    color: #1D2A3A;
    border-left: none;
}

.bylaws_subtitle {
    font-family: 'Polargo', sans-serif;
    color: #daa600;
    letter-spacing: 0.5px;
}

.bylaws_content p {
    text-align: justify !important;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.bylaws_content h5 {
    font-weight: 600;
    margin-top: 1rem;
    color: #1D2A3A;
}

.bylaws_image img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    border-radius: 8px;
}

.bylaws_card {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.bylaws_card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}
/* Committees */
.committees_wrapper {
    background-color: #ffffff;
    margin: 100px 0px;
}

.committees_title {
    font-size: 2.2rem;
    color: #1D2A3A; /* Deep navy tone */
    font-weight: 700;
    font-family: 'Tahoma', sans-serif;
}

.committees_subtitle {
    color: #daa600;
    font-weight: 500;
    margin-top: -5px;
    font-style: italic;
    font-family: 'Polargo', sans-serif;
}

.committee_card {
    background-color: #fdfdfd;
    border: 1px solid #e5e5e5;
    transition: all 0.3s ease-in-out;
    padding: 10px !important;
}

.committee_card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
    background: linear-gradient(135deg, #fff8e1, #ffe082);
    color: #1D2A3A;
}

.committee_title {
    font-weight: 700;
    color: #1D2A3A;
    font-size: 1.1rem;
}

.committee_content p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 0;
    text-align: justify;
}

.special_committee_card {
    border-left: 5px solid #1D2A3A;
}
/* Board Of Directors */
.board_wrapper {
    background-color: #ffffff;
    color: #333;
    margin: 100px 0px;
}

.board_title {
    font-family: 'Tahoma', sans-serif;
    font-weight: 700;
    color: #1D2A3A;
    padding-left: 15px;
}

.board_subtitle {
    font-family: 'Polargo', sans-serif;
    color: #daa600;
    letter-spacing: 0.5px;
}

.board_image_wrapper {
    margin-top: 2rem;
}

.board_image_wrapper img {
    max-width: 85%;
    border-radius: 10px;
    border: 5px solid #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.board_image_wrapper img:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.board_caption {
    margin-top: 10px;
    color: #555;
    font-size: 0.95rem;
    font-style: italic;
}
/* Previous Board of Directors */
.nav-tabs-wrapper {
    overflow-x: auto;
    scrollbar-width: none; /* Hide scrollbar for Firefox */
    -ms-overflow-style: none; /* Hide scrollbar for IE/Edge */
}

.prevBoard_title {
    font-family: 'Tahoma', sans-serif;
    font-weight: 800;
    color: #1a1a1a;
    /* text-transform: uppercase; */
}

.nav-tabs-wrapper::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Chrome/Safari */
}

.nav-tabs {
    border-bottom: 2px solid #dce3ec;
}

.nav-tabs .nav-link {
    font-weight: 600;
    color: #333;
    border: none;
    margin: 0 3px;
}

.nav-tabs .nav-link.active {
    background-color: #FFC107 !important;
    border-bottom: 3px solid #002147;
    color: #333;
}
.nav-tabs .nav-link:hover {
    background-color: #FFC107;
    color: #333;
}


/* About Us End */
/* Initiatives Start */

/* Best Practices */
.practices_wrapper {
        background-color: #f9fafb;
        padding: 100px 0px;
    }

    .practices_title {
        font-family: 'Tahoma', sans-serif;
        color: #1D2A3A;
        border-left: 5px solid #1D2A3A;
        padding-left: 10px;
        font-weight: bold;
    }

    .practices_subtitle {
        font-family: 'Polargo', sans-serif;
        color: #daa600;
        font-size: 1.2rem;
        letter-spacing: 0.5px;
    }

    .practices_content {
        font-family: 'Arial', sans-serif;
        color: #333;
        line-height: 1.7;
        font-size: 1rem;
        text-align: justify;
    }

    .practices_content p {
        margin-bottom: 1rem;
    }

    .practices_image {
        max-width: 100%;
        transition: transform 0.4s ease, box-shadow 0.4s ease;
    }

    .practices_image:hover {
        transform: scale(1.03);
        box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }

    /* Continuing Education */
 /* --- Hero Section --- */
    .continuing_hero {
        position: relative;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 45vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .continuing_hero .overlay {
        position: absolute;
        top: 0; left: 0;
        width: 100%; height: 100%;
        background: rgba(29, 42, 58, 0.7);
    }
    .continuing_hero h1 {
        font-family: 'Tahoma', sans-serif;
        font-size: 2.5rem;
        color: #fff;
        z-index: 2;
    }
    .continuing_hero p {
        font-family: 'Polargo', sans-serif;
        color: #daa600;
        z-index: 2;
    }

    /* --- Cards Section --- */
    .continuing_wrapper {
        background-color: #f5f7fa;
        padding: 100px 0px;
    }
    .continuing_text {
        font-family: 'Polargo', sans-serif;
    }
    .continuing_card {
        background: #ffffff;
        border-left: 4px solid #1D2A3A;
        transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    }
    .continuing_card:hover {
        transform: translateY(-8px);
        box-shadow: 0 14px 28px rgba(13, 30, 43, 0.08);
        border-left-color: #daa600;
    }
    .continuing_icon i {
        font-size: 1.6rem;
        color: #daa600;
        background: rgba(218,166,0,0.08);
        padding: 10px;
        border-radius: 10px;
    }
    .continuing_card_title {
        font-family: 'Tahoma', sans-serif;
        font-weight: 600;
        color: #1D2A3A;
        font-size: 1.02rem;
    }

    /* Market Socials */
    .marketSocials_wrapper {
    background: linear-gradient(to right, #ffffff 45%, #e6f2ff);
    color: #333;
}

.marketSocials_title {
    font-family: 'Tahoma', sans-serif;
    font-weight: 700;
    color: #1D2A3A;
    border-left: 5px solid #1D2A3A;
    padding-left: 15px;
}

.marketSocials_subtitle {
    font-family: 'Polargo', sans-serif;
    color: #daa600;
    letter-spacing: 0.5px;
}

.marketSocials_content p {
    font-family: 'Tahoma', sans-serif;
    line-height: 1.7;
    margin-bottom: 1rem;
    text-align: justify;
}

.marketSocials_image img {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    border-radius: 30px;
}


/* Initiatives End */
/* Members Portal Start */
    /* Become a Member */
    .membership_wrapper {
    background: linear-gradient(to left, #ffffff 45%, #fff8e5);
    color: #333;
    padding: 100px 0px;
}

.membership_title {
    font-family: 'Tahoma', sans-serif;
    font-weight: 700;
    color: #1D2A3A;
    border-left: 5px solid #1D2A3A;
    padding-left: 15px;
}

.membership_subtitle {
    font-family: 'Polargo', sans-serif;
    color: #daa600;
    letter-spacing: 0.5px;
}

.membership_content p {
    font-family: 'Tahoma', sans-serif;
    line-height: 1.7;
    margin-bottom: 1rem;
    text-align: justify;
}

.membership_image img {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    border-radius: 30px;
}

.membership_cta {
    background-color: #1D2A3A;
    color: #fff;
    border-left: 5px solid #daa600;
    margin-bottom: 50px;
}

.membership_cta h5 {
    font-family: 'Tahoma', sans-serif;
    font-weight: 600;
    color: #daa600;
}

.membership_cta p {
    font-family: 'Tahoma', sans-serif;
    margin: 0;
}
.membership_cta a {
    color: white;
}
.membership_cta a:hover {
    color: #FFC107;
}

/* NASBI MEMBERS Start */
.institutions_wrapper {
    padding: 100px 0px;
}
.page-title {
        font-family: 'Polargo', sans-serif;
        font-weight: 700;
        margin-bottom: 50px;
    }

    .institution-name {
        font-family: 'Tahoma', sans-serif;
        font-size: 1rem;
    }

    .institution-logo {
        max-height: 80px;
        object-fit: contain;
    }

    .institution-icon {
        width: 40px;
        height: 40px;
        color: #6c757d;
    }

    .institution-card {
        transition: transform 0.25s ease, box-shadow 0.25s ease;
    }

    .institution-card:hover {
        background-color: #FFC107 !important;
        transform: translateY(-5px);
        box-shadow: 0 8px 18px rgba(0,0,0,0.08);
    }

    /* ============================
   NASBI Members Show Page
============================ */
.nasbiMembersShow_wrapper {
    padding: 100px 0;
    background-color: #fff;
}

/* 🔙 Back Button */
.nasbiShow_btn {
    background-color: #FFC107 !important;
    color: #222 !important;
    border: none !important;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 6px;
    transition: all 0.2s ease;
}
.nasbiShow_btn:hover {
    background-color: #e6ad00 !important;
    color: #000 !important;
}

/* 🏦 Logo Styles */
.nasbiShow_logo {
    width: auto;
    max-width: auto;
    max-height: 150px;
    object-fit: contain;
    display: inline-block;
}

/* 🏦 Fallback Icon (if no logo) */
.bi-bank2 {
    font-size: 3rem;
    background-color: #f7f7f7;
    border-radius: 50%;
    padding: 20px;
    display: inline-block;
}

/* 🏛️ Titles */
.nasbiShow_title {
    font-family: 'Tahoma', sans-serif;
    font-weight: 700;
    color: #333;
    margin-top: 10px;
}

.nasbiShow_subtitle {
    font-family: 'Polargo', sans-serif;
    font-weight: 500;
    color: #daa600;
}

/* 📋 Members Table */
.table {
    border-radius: 8px;
    overflow: hidden;
    font-family: 'Tahoma', sans-serif;
}

.table th {
    background-color: #343a40 !important;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.table td {
    vertical-align: middle;
}

.table-hover tbody tr:hover {
    background-color: #fff3cd;
}

/* NASBI MEMBERS End */
/* Members Directory Start */
/* Directory Wrapper */
.nasbiDirectory_wrapper {
    padding: 100px 0;
    background: linear-gradient(to left, #ffffff 45%, #fff8e5);
}

/* Titles */
.nasbiDirectory_title {
    font-family: 'Polargo', sans-serif;
    font-weight: 700;
    color: #333;
}
.nasbiDirectory_subtitle {
    font-family: 'Tahoma', sans-serif;
    font-weight: 500;
    color: #daa600;
}

/* Logo Filter Container */
.nasbiDirectory_filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.2rem;
    margin-bottom: 3rem;
}

/* Filter Button Base */
.filter-btn {
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 12px;
    padding: 10px 15px;
    width: 130px;
    height: 130px;
    text-align: center;
    transition: all 0.25s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.filter-btn:hover {
    transform: translateY(-3px);
    border-color: #ffc107;
    cursor: pointer;
}
.filter-btn.active {
    border-color: #ffc107;
    background-color: #fff9e6;
}

/* Logo Image */
.nasbiDirectory_logo {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 8px;
}

/* Label */
.nasbiDirectory_logoLabel {
    font-family: 'Tahoma', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    color: #333;
    line-height: 1.2;
}

/* "All" Button Style */
/* "All" Button Style */
.filter-btn[data-filter="all"] {
    background-color: #fff;
    border: 2px solid #ddd;
    color: #000;
    font-weight: 600;
    min-width: 100px;
    height: 70px;
    border-radius: 10px;
    transition: all 0.25s ease;
}
.filter-btn[data-filter="all"]:hover {
    background-color: #fff9e6;
    border-color: #ffc107;
    transform: scale(1.05);
}
.filter-btn[data-filter="all"].active {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #000;
}

.nasbiDirectory_thead th {
    font-family: 'Tahoma', sans-serif;
    font-weight: 600; /* lighter than bold */
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    padding: 14px 12px;
    border-bottom: none !important;
}

/* Optional hover styling for table rows */
.table tbody tr:hover {
    background-color: #fff6d9;
    transition: background-color 0.2s ease;
}
/* .table-responsive-custom {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
} */

/* Optional: hide scrollbar aesthetics */
.table-responsive-custom::-webkit-scrollbar {
    height: 6px;
}
.table-responsive-custom::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

/* Table sizing */
.table {
    min-width: 900px;
    border-collapse: collapse;
}

/* Responsive grid for better alignment */
@media (min-width: 768px) {
    .nasbiDirectory_filters {
        gap: 1.5rem;
    }
}


/* Members Directory End */

/* Auction Schedule and Results */
.auction_wrapper {
    background: linear-gradient(to right, #ffffff 45%, #eef3f8);
    color: #333;
    padding: 100px 0px;
}

.auction_title {
    font-family: 'Tahoma', sans-serif;
    font-weight: 700;
    color: #1D2A3A;
    border-left: 5px solid #1D2A3A;
    padding-left: 15px;
}

.auction_subtitle {
    font-family: 'Polargo', sans-serif;
    color: #daa600;
    letter-spacing: 0.5px;
}

.auction_content p {
    font-family: 'Tahoma', sans-serif;
    line-height: 1.7;
    margin-bottom: 1rem;
    text-align: justify;
}

.auction_image img {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    border-radius: 30px;
}


/* Trading Announcements */
.trading_wrapper {
    background: linear-gradient(to left, #ffffff 45%, #f2f6fb);
    color: #333;
    padding: 100px 0px;
}

.trading_title {
    font-family: 'Tahoma', sans-serif;
    font-weight: 700;
    color: #1D2A3A;
    border-left: 5px solid #1D2A3A;
    padding-left: 15px;
}

.trading_subtitle {
    font-family: 'Polargo', sans-serif;
    color: #daa600;
    letter-spacing: 0.5px;
}

.trading_content p {
    font-family: 'Tahoma', sans-serif;
    line-height: 1.7;
    margin-bottom: 1rem;
    text-align: justify;
}

.trading_image img {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    border-radius: 30px;
}


/* Market References */
.marketReferences_wrapper {
    background: linear-gradient(to right, #ffffff 45%, #eef3f8);
    color: #333;
    padding: 100px 0px;
}

.marketReferences_title {
    font-family: 'Tahoma', sans-serif;
    font-weight: 700;
    color: #1D2A3A;
    border-left: 5px solid #1D2A3A;
    padding-left: 15px;
}

.marketReferences_subtitle {
    font-family: 'Polargo', sans-serif;
    color: #daa600;
    letter-spacing: 0.5px;
}

.marketReferences_content p {
    font-family: 'Tahoma', sans-serif;
    line-height: 1.7;
    margin-bottom: 1rem;
    text-align: justify;
}

.marketReferences_image img {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    border-radius: 30px;
}

/* The President's & The Treasurer's Report */
.reports_wrapper {
    background: linear-gradient(to bottom, #ffffff 10%, #fdf2cf);
    color: #333;
    padding: 100px 0px;
}

.reports_title {
    font-family: 'Tahoma', sans-serif;
    font-weight: 700;
    color: #1D2A3A;
    border-left: 5px solid #1D2A3A;
    display: inline-block;
    padding-left: 15px;
}

.reports_subtitle {
    font-family: 'Polargo', sans-serif;
    color: #daa600;
    letter-spacing: 0.5px;
}

.reports_card {
    background: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.reports_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

/* Career Opportunities */
.careers_wrapper {
    background: linear-gradient(to top, #fff, #fff8e6);
    padding: 100px 0px;
}

.careers_title {
    font-family: 'Tahoma', sans-serif;
    font-weight: 700;
    color: #1D2A3A;
    border-left: 5px solid #1D2A3A;
    display: inline-block;
    padding-left: 15px;
}

.careers_subtitle {
    font-family: 'Polargo', sans-serif;
    color: #daa600;
    letter-spacing: 0.5px;
}

.careers_card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.careers_card:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.career_logo {
    max-width: 150px;
    height: auto;
    object-fit: contain;
}




/* Members Portal End */
/* Conference and Events Start */
/* 🌐 CONFERENCE LIST STYLES */
.conference_wrapper {
    background: #f9fafb;
    padding: 100px 0px;
}

.conference_title {
    font-family: 'Tahoma', sans-serif;
    font-weight: 700;
    color: #1D2A3A;
    /* border-left: 5px solid #1D2A3A; */
    padding-left: 15px;
}

.conference_subtitle {
    font-family: 'Polargo', sans-serif;
    color: #daa600;
    letter-spacing: 0.5px;
}

.conference_card {
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
}

.conference_card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.08);
}

.conference_image_wrapper {
    height: 220px;
    overflow: hidden;
    border-radius: 1rem;
}

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

.conference_card:hover .conference_image {
    transform: scale(1.05);
}

.conference_card_title {
    color: #111827;
    font-size: 1.1rem;
    min-height: 60px;
}

/* Buttons */
.conference_card .btn {
    border: 1.5px solid #111827;
    color: #111827;
    font-weight: 500;
    transition: all 0.3s ease;
}

.conference_card .btn:hover {
    background: #111827;
    color: #fff;
    transform: scale(1.05);
}

/* 📰 CONFERENCE DETAIL PAGE */
.conference_detail_wrapper {
    background: #f9fafb;
    padding: 100px 0px;
}

.conference_detail_wrapper h2 {
    color: #1f2937;
    font-weight: 700;
}

.conference_detail_wrapper a {
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.conference_detail_wrapper a:hover {
    color: #111827;
}

.conference_detail_wrapper img {
    border-radius: 1rem;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.conference_content p {
    font-family: 'Tahoma', sans-serif;
    line-height: 1.75;
    color: #374151;
    margin-bottom: 1.2rem;
}

.conference_content strong {
    color: #111827;
}

.conference_content a {
    color: #0d6efd;
    text-decoration: underline;
}

.conference_content a:hover {
    color: #0a58ca;
}

/* Card Wrapper */
.conference_detail_wrapper .shadow-sm {
    border-radius: 1rem;
    border: 1px solid #e5e7eb;
}

/* Conference and Events End */
/* News Start */
/* 🌐 Announcements Page Styling */
/* ===== Announcements Section ===== */
.announcements_wrapper {
    background-color: #f9fafb;
    padding: 100px 0px;
}

.announcements_title {
    font-size: 2rem;
    color: #1f2937;
    font-family: 'Tahoma', sans-serif;
}
.announcements_subtitle {
    
    font-family: 'Polargo', sans-serif;
    color: #daa600;
    letter-spacing: 0.5px;
}

/* ===== Card ===== */
.announcement_card {
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

.announcement_card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
}

/* ===== Image ===== */
.announcement_image_wrapper {
    height: 200px;
    overflow: hidden;
    position: relative;
}

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

.announcement_card:hover .announcement_image {
    transform: scale(1.05);
}

/* Optional: add subtle dark overlay */
.announcement_image_wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.announcement_card:hover .announcement_image_wrapper::after {
    opacity: 1;
}

/* ===== Content ===== */
.announcement_content_wrap {
    background: #fff;
}

.announcement_excerpt {
    font-size: 0.95rem;
    line-height: 1.7;
}

/* ===== Buttons ===== */
.announcement_card .btn {
    border: 1.5px solid #111827;
    color: #111827;
    font-weight: 500;
    transition: all 0.3s ease;
}

.announcement_card .btn:hover {
    background: #111827;
    color: #fff;
    transform: scale(1.05);
}

/* ===== Pagination ===== */
.pagination {
    justify-content: center;
    gap: 0.4rem;
}

.pagination .page-link {
    color: #111827;
    border-radius: 50px;
    padding: 0.45rem 0.9rem;
    border: 1px solid #d1d5db;
    transition: all 0.3s ease;
}

.pagination .page-link:hover,
.pagination .active .page-link {
    background-color: #111827;
    color: #fff;
    border-color: #111827;
}

/* ===== Back Button ===== */
.back_btn {
    color: #374151;
    font-weight: 500;
    transition: all 0.3s ease;
}

.back_btn:hover {
    color: #111827;
    text-decoration: underline;
}

/* News Show */


/* News End */
/* Gallery Start */
/* ====== Gallery Page ====== */
.gallery-wrapper {
    padding: 100px 0px;
}
.gallery_title {
    color: #1D2A3A;
    font-weight: 700;
    font-family: 'Tahoma', sans-serif;
}
.gallery_subtitle {
    color: #daa600;
    font-weight: 500;
    font-family: 'Polargo', sans-serif;
}
.album-card {
        transition: all 0.3s ease;
        border-radius: 1rem;
        background-color: #fff;
    }
    .album-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    }
    .album-img-wrapper {
        position: relative;
        border-radius: 1rem 1rem 0 0;
    }
    .album-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.45);
        opacity: 0;
        transition: opacity 0.3s ease;
    }
    .album-img-wrapper:hover .album-overlay {
        opacity: 1;
    }
    .album-overlay .btn {
        background-color: #0a2240; /* Deep navy blue */
        border: none;
        color: #fff;
        padding: 0.6rem 1.2rem;
        border-radius: 50px;
        transition: all 0.3s ease;
    }
    .album-overlay .btn:hover {
        background-color: #FFC107; /* Slightly lighter blue on hover */
        transform: scale(1.05);
        color: #333;
    }

    /* Gallery-Show */
.gallery_show_wrapper {
    background-color: #f9f6ec;
    padding: 100px 0px;
}

.gallery_title {
    color: #1D2A3A;
    font-family: 'Tahoma', sans-serif;
}

/* ✅ Equal size, responsive images */
.gallery_image_container {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3; /* Consistent frame for all images */
    overflow: hidden;
    border-radius: 15px;
    background-color: #ddd;
}

.gallery_photo {
    width: 100%;
    height: 100%;
    object-fit: cover; /* ensures perfect crop */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery_image_container:hover .gallery_photo {
    transform: scale(1.05);
}

/* Button styling */
.btn-outline-dark {
    border-color: #1D2A3A;
    color: #1D2A3A;
    font-weight: 600;
}
.btn-outline-dark:hover {
    background-color: #FFC107 !important;
    color: #333 !important;
}

/* Gallery End */
/* Contact Us Start */
.contactUs_wrapper {
    background: linear-gradient(180deg, #fff 0%, #fdf2cf 100%);
    padding: 100px 0px;
}

.contactUs_info {
    background: #1e3240;
}

.contactUs_link {
    text-decoration: none;
    transition: color 0.2s ease;
}

.contactUs_link:hover {
    color: #f4c045;
}

.contactUs_icon i {
    width: 30px;
    text-align: center;
}

.contactUs_form input,
.contactUs_form textarea {
    border-radius: 10px;
    border: 1px solid #ddd;
    transition: border-color 0.3s ease;
}

.contactUs_form input:focus,
.contactUs_form textarea:focus {
    border-color: #f4c045;
    box-shadow: 0 0 5px rgba(244,192,69,0.4);
}

.contactInfo_submitBtn {
    background: #f4c045 !important;
    color: #fff !important;
    font-weight: 600;
    transition: 0.3s ease;
}

.contactInfo_submitBtn:hover {
    background: #d7a92f !important;
    color: #fff !important;
}

/* Contact Us End */
/* Privacy Policy Start */
/* General Layout */
.privacy-section {
    font-family: 'Lato', sans-serif;
    color: #333;
    padding: 100px 0px;
}

/* Section Title */
.privacy_title {
    font-family: 'Polargo', sans-serif;
    font-weight: 900;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.privacy_subtitle {
    font-family: 'Tahoma', sans-serif;
    color: #daa600;
}

/* Policy Item */
.policy-item {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    padding: 30px;
    border-left: 5px solid #daa600;
    transition: all 0.3s ease;
}

.policy-item:hover {
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}

/* Policy Title */
.policy-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    font-size: 1.25rem;
}

/* Policy Body */
.policy-body {
    font-size: 0.98rem;
    line-height: 1.8;
    color: #444;
}

.policy-body p {
    margin-bottom: 1rem;
}

.policy-body a {
    color: #0056b3;
    text-decoration: underline;
    transition: 0.3s ease;
}

.policy-body a:hover {
    color: #00264d;
}

/* Responsive */
@media (max-width: 768px) {
    .policy-item {
        padding: 20px;
    }

    .policy-title {
        font-size: 1.1rem;
    }

    .policy-body {
        font-size: 0.95rem;
    }
}
/* Privacy Policy End */
/* Footer Start */
.footer_wrapper {
    background: #fff;
    color: #000;
}
.footer_container {
    padding: 60px 0px;
}

.footer_title {
    color: #daa600;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-family: "Lato", sans-serif;
}

.footer_links a {
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 500;
    font-size: 1.1rem;
    font-family: 'Polargo', sans-serif;
}

.footer_links a:hover {
    color: #daa600;
}

.footer_logo {
    max-width: 280px !important;
}

.footer-item {
    margin-bottom: 0.6rem;
    font-size: 1.1rem;
    color: #000;
    font-family: 'Polargo', sans-serif;
}

.footer-icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
}


.footer_bottom {
    background-color: #15223b;
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.6;
}

.footer_privacy {
    color: #daa600;
    text-decoration: none;
}

.footer_privacy:hover {
    text-decoration: underline;
}

.text-gold {
    color: #daa600;
}

/* Footer End */

/* Scroll To Top CSS Start */
/* Style for the button */
#scrollToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #217bf4;
    color: white;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
}

/* Style for the button when hovering over it */
#scrollToTop:hover {
    background-color: #241e5f;
}

/* Members Login */
    .login-wrapper {
        min-height: 70vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .login-card {
        max-width: 400px;
        width: 100%;
        padding: 40px;
        border-radius: 15px;
        box-shadow: 0 0 20px rgba(0,0,0,0.1);
        background: #fff;
    }
    .login-card h2 {
        margin-bottom: 30px;
        font-weight: bold;
        text-align: center;
    }