body {
    font-family: 'Segoe UI', Arial, sans-serif;
    background-color: #f8f9fa;
    background-image: url('/assets/clients/azaa/images/heroBackground.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
}
.bg-pale-yellow {
    background-color: #fdd16d;
}
.hero-section {
    position: relative;
    color: #222;
}
.hero-section > .container {
    position: relative;
    z-index: 2;
}
.card {
    border-radius: 16px;
    border: none;
}
.custom-navbar {
    background: #111;
    border-radius: 10px;
    width: fit-content;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.custom-navbar .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    position: relative;
}
.custom-navbar .navbar-brand img {
    width: auto;
    height: auto;
    object-fit: contain;
    position: absolute;
    left: -65px;
}
.custom-navbar .navbar-nav .nav-link {
    color: #fff;
    padding: 0.5rem 1rem;
}
.custom-navbar .navbar-nav .nav-link.active,
.custom-navbar .navbar-nav .nav-link:focus,
.custom-navbar .navbar-nav .nav-link:hover {
    color: #ffc107 !important;
}
.sponsors-section {
    /* background: #fff; */
}
.sponsor-slider {
    /* max-width: 600px; */
    margin: 0 auto;
}

.sponsor-slider .slick-slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 80px;
}

.sponsor-slider .slick-slide > div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.sponsor-logo {
    max-height: 80px;
    max-width: 250px;
    width: auto;
    height: auto;
    object-fit: contain;
    margin: 0 24px;
    filter: grayscale(0.2);
    transition: filter 0.2s;
    display: block;
}
.sponsor-logo:hover {
    filter: grayscale(0) drop-shadow(0 2px 8px rgba(0,0,0,0.08));
}

/* Blog Section Styles */
.blog-section {
    background: transparent;
    position: relative;
}

.blog-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.15);
}

/* Override hover for about page mission box */
.about-section .blog-card:hover {
    transform: none;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

/* Override hover for event calendar page */
.event-calendar-section .blog-card:hover {
    transform: none;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

/* Override hover for region page */
.region-section .blog-card:hover {
    transform: none;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

/* Override hover for region page */
.profile-section .blog-card:hover {
    transform: none;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.blog-post-section .blog-card:hover {
    transform: none;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.blog-post-section .blog-card {
    height: auto;
}

.blog-image {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

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

.blog-category {
    position: absolute;
    top: 16px;
    left: 16px;
    background: rgba(253, 209, 109, 0.95);
    color: #222;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blog-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog-meta {
    display: flex;
    gap: 16px;
    font-size: 0.8rem;
    color: #6c757d;
}

.blog-date {
    font-weight: 500;
}

.blog-author {
    font-style: italic;
}

.blog-title {
    color: #222;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 12px;
}

.blog-excerpt {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 20px;
    flex: 1;
    min-height: 0;
}

.blog-link {
    color: #007bff;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.2s ease;
}

.blog-link:hover {
    color: #0056b3;
    text-decoration: none;
}

.blog-link i {
    font-size: 0.8rem;
    transition: transform 0.2s ease;
}

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

/* Button Styles */
.btn_yellow {
    border: 2px solid #FDD16D;
    background-color: #fdd16d;
    color: #000 !important;
    display: inline-flex;
    align-items: center;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn_yellow:hover {
    border: 2px solid #FDD16D;
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

.btn_yellow:focus {
    outline: 3px solid #ccc;
    outline-offset: 2px;
}

.custom-navbar .navbar-nav .btn_yellow {
    padding: calc(0.5rem - 2px)  calc(1rem - 2px);
}

.btn_signin {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

/* Dropdown hover styles */
.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
}

.navbar-nav .dropdown-menu {
    margin-top: 0;
}

/* Navbar container */
.navbar-container {
    max-width: 1100px;
    padding: 0px 5px;
}

/* Hero card */
.hero-card {
    min-width: 320px;
}

/* Footer logo */
.footer-logo {
    position: absolute;
    top: -90px;
    left: 50%;
    transform: translateX(-50%);
}

/* Board Member Cards */
.board-member-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.05);
    height: 100%;
}

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

.board-member-photo img {
    object-fit: cover;
    border: 3px solid #fdd16d;
}

.board-member-card h4 {
    color: #222;
    font-size: 1.1rem;
}

.board-member-card h5 {
    color: #333;
    font-size: 1rem;
}

.board-member-card a {
    text-decoration: none;
    font-weight: 500;
}

.board-member-card a:hover {
    text-decoration: underline;
}

/* Board Members List Layout */
.board-members-list {
    display: flex;
    flex-direction: column;
    /* gap: 20px; */
}

.board-member-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.board-member-item:last-child {
    border-bottom: none;
}

.board-member-item .board-member-photo {
    flex-shrink: 0;
}

.board-member-item .board-member-photo img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border: 2px solid #fdd16d;
    border-radius: 8px;
}

.board-member-item .board-member-info {
    flex: 1;
}

.board-member-item h4 {
    color: #222;
    font-size: 1rem;
    margin-bottom: 4px;
}

.board-member-item h5 {
    color: #333;
    font-size: 0.95rem;
    margin-bottom: 4px;
}

.board-member-item p {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 4px;
}

.board-member-item a {
    color: #007bff;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
}

.board-member-item a:hover {
    text-decoration: underline;
}

/* Event Calendar Styles */
.events-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.event-item {
    padding: 25px 0;
    border-bottom: 1px solid #eee;
}

.event-item:last-child {
    border-bottom: none;
}

.event-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.event-details {
    margin-bottom: 20px;
}

.event-detail {
    display: flex;
    align-items: center;
    color: #666;
    font-size: 0.95rem;
}

.event-detail i {
    color: #222;
    font-size: 1rem;
}

/* Organizations List Styles */
.organizations-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.organization-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.organization-item:last-child {
    border-bottom: none;
}

.organization-letter {
    width: 60px;
    height: 60px;
    background: #fdd16d;
    color: #222;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    flex-shrink: 0;
}

.organization-info {
    flex: 1;
}

.organization-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #222;
    margin: 0;
}

/* Organization Box Grid Styles */
.organization-box {
    padding: 15px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    min-height: 140px;
}

.org-logo-placeholder {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    overflow: hidden;
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    flex-shrink: 0;
}

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

.letter-placeholder {
    width: 100%;
    height: 100%;
    background: #fdd16d;
    color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 700;
    border-radius: 6px;
}

.org-name {
    font-size: 0.85rem;
    font-weight: 600;
    color: #222;
    line-height: 1.3;
    margin: 0;
    word-wrap: break-word;
    max-width: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.section-header {
    color: #222;
    font-weight: 700;
    font-size: 2rem;
}

/* Organization Link Styles */
.organization-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.organization-link:hover {
    text-decoration: none;
    color: inherit;
}

/* Organization Grid Row Styles */
.organizations-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.5rem;
}

.organizations-row > div {
    display: flex;
    flex-direction: column;
    padding: 0 0.5rem;
    margin-bottom: 1rem;
}

/* Profile Page Styles */
.profile-section {
    position: relative;
}

.profile-sidebar {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.05);
}

.profile-cover {
    position: relative;
    height: 150px;
    overflow: hidden;
}

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

.profile-image-container {
    position: relative;
    text-align: center;
    margin-top: -60px;
    margin-bottom: 20px;
}

.profile-image {
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    overflow: hidden;
    background: #f8f9fa;
    position: relative;
}

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

.profile-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 50%;
}

.profile-image:hover .profile-image-overlay {
    opacity: 1;
}

.profile-image-overlay i {
    color: white;
    font-size: 1.5rem;
}

.profile-info {
    padding: 0 20px 20px;
}

.profile-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 5px;
}

.profile-organization {
    font-size: 1rem;
    color: #6c757d;
    margin-bottom: 20px;
}

.contact-info {
    text-align: left;
}

.contact-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #222;
    border-bottom: 2px solid #fdd16d;
    padding-bottom: 8px;
    margin-bottom: 15px;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 0.9rem;
    color: #555;
}

.contact-item i {
    color: #fdd16d;
    font-size: 1rem;
    width: 20px;
    margin-right: 10px;
}

/* Profile Content Styles */
.profile-content {
    height: 100%;
}

.profile-content .nav-tabs {
    border-bottom: 2px solid #e9ecef;
    margin-bottom: 0;
}

.profile-content .nav-tabs .nav-link {
    border: none;
    color: #6c757d;
    font-weight: 500;
    padding: 12px 20px;
    margin-right: 5px;
    border-radius: 8px 8px 0 0;
}

.profile-content .nav-tabs .nav-link.active {
    color: #222;
    background-color: #fff;
    border-bottom: 3px solid #fdd16d;
    font-weight: 600;
}

.profile-content .tab-content {
    background: transparent;
}

.profile-content .tab-pane {
    padding: 0;
}

/* Form Styles */
.form-label {
    font-weight: 600;
    color: #222;
    margin-bottom: 8px;
}

.form-control {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 10px 15px;
}

.form-control:focus {
    border-color: #fdd16d;
    box-shadow: 0 0 0 0.2rem rgba(253, 209, 109, 0.25);
}

.input-group .btn {
    border-left: none;
    border-radius: 0 8px 8px 0;
}

.input-group .form-control {
    border-radius: 8px 0 0 8px;
}

/* Table Styles */
.table {
    margin-bottom: 0;
}

.table th {
    border-top: none;
    font-weight: 600;
    color: #222;
    background-color: #f8f9fa;
    padding: 12px 15px;
}

.table td {
    padding: 12px 15px;
    vertical-align: middle;
    border-top: 1px solid #e9ecef;
}



/* Badge Styles */
.badge {
    font-size: 0.75rem;
    padding: 6px 10px;
    border-radius: 6px;
}

/* Button Styles */
.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 500;
}



.btn-outline-primary {
    border-color: #007bff;
    color: #007bff;
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 0.875rem;
}



/* Responsive adjustments */
@media (max-width: 768px) {
    .profile-sidebar {
        margin-bottom: 30px;
    }

    .profile-content .nav-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .profile-content .nav-tabs .nav-link {
        white-space: nowrap;
        min-width: auto;
    }
}

/* Login Page Styles */
.login-section {
    min-height: 80vh;
}

.login-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    padding: 2rem;
    border: 1px solid rgba(0,0,0,0.05);
}

.login-card h4 {
    color: #222;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.login-card .form-label {
    font-weight: 600;
    color: #222;
    margin-bottom: 0.5rem;
}

.login-card .form-label i {
    color: #6c757d;
}

.login-card .form-control {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 1rem;
}

.login-card .form-control:focus {
    border-color: #fdd16d;
    box-shadow: 0 0 0 0.2rem rgba(253, 209, 109, 0.25);
}

.login-card .input-group .btn {
    border-left: none;
    border-radius: 0 8px 8px 0;
    border-color: #e9ecef;
}

.login-card .input-group .form-control {
    border-radius: 8px 0 0 8px;
}

.login-card .form-check-input:checked {
    background-color: #fdd16d;
    border-color: #fdd16d;
}

.login-card .form-check-label {
    color: #6c757d;
    font-weight: 500;
}

.login-card .text-primary {
    color: #007bff !important;
    font-weight: 500;
}

.login-card .btn_yellow {
    background-color: #fdd16d;
    border-color: #fdd16d;
    color: #222;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.login-card .btn_yellow:hover {
    background-color: #fcc844;
    border-color: #fcc844;
    color: #222;
    transform: translateY(-1px);
}

/* Error indicators for required fields */
.login-card .form-control.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.login-card .invalid-feedback {
    display: block;
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

/* Registration Page Styles */
.registration-section {
    min-height: 80vh;
}

.registration-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    padding: 2rem;
    border: 1px solid rgba(0,0,0,0.05);
}



.registration-step h4 {
    color: #222;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.info-box {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 1.5rem;
    height: fit-content;
}

.info-box h5 {
    color: #222;
    font-weight: 600;
    margin-bottom: 1rem;
}

.info-box p {
    color: #6c757d;
    line-height: 1.5;
    margin-bottom: 0;
}

/* Form Styles for Registration */
.registration-card .form-label {
    font-weight: 600;
    color: #222;
    margin-bottom: 0.5rem;
}

.registration-card .form-label i {
    color: #6c757d;
}

.registration-card .form-control,
.registration-card .form-select {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 1rem;
}

.registration-card .form-control:focus,
.registration-card .form-select:focus {
    border-color: #fdd16d;
    box-shadow: 0 0 0 0.2rem rgba(253, 209, 109, 0.25);
}

.registration-card .form-check-input {
    border: 2px solid #e9ecef;
    border-radius: 50%;
    width: 1.2rem;
    height: 1.2rem;
}

.registration-card .form-check-input:checked {
    background-color: #fdd16d;
    border-color: #fdd16d;
}

.registration-card .form-check-label {
    color: #222;
    font-weight: 500;
    margin-left: 0.5rem;
}

.registration-card .btn_yellow {
    background-color: #fdd16d;
    border-color: #fdd16d;
    color: #222;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.registration-card .btn_yellow:hover {
    background-color: #fcc844;
    border-color: #fcc844;
    color: #222;
    transform: translateY(-1px);
}

/* Required field indicators */
.registration-card .text-danger {
    color: #dc3545 !important;
}

/* Navigation links */
.registration-card .text-primary {
    color: #007bff !important;
    font-weight: 500;
}

.registration-card .text-primary:hover {
    color: #0056b3 !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .registration-card {
        padding: 1.5rem;
    }

    .info-box {
        margin-top: 1rem;
    }
}

/* Validation Error Styles */
.error-message {
    border: 1px solid #dc3545;
    background-color: #f8d7da;
    color: #721c24;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    margin-top: 1rem;
}

.error-message i {
    color: #dc3545;
}

.registration-card .form-control.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.registration-card .invalid-feedback {
    display: block;
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

/* Payment Method Page Styles */
.payment-section {
    min-height: 80vh;
}

.payment-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    padding: 2.5rem;
    border: 1px solid rgba(0,0,0,0.05);
}

.payment-card h1 {
    color: #222;
    font-weight: 600;
    font-size: 1.75rem;
}



.payment-card .form-label {
    font-weight: 600;
    color: #222;
    margin-bottom: 0.5rem;
}

.payment-card .form-control {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 1rem;
}

.payment-card .form-control:focus {
    border-color: #fdd16d;
    box-shadow: 0 0 0 0.2rem rgba(253, 209, 109, 0.25);
}

.payment-options {
    margin: 2rem 0;
}

.payment-option {
    border: 2px solid #6c757d;
    background: #fff;
    color: #6c757d;
    font-weight: 500;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    min-width: 120px;
}

.payment-option:hover {
    border-color: #fdd16d;
    color: #222;
    background: #f8f9fa;
}

.payment-option.btn-primary {
    background: #fdd16d;
    border-color: #fdd16d;
    color: #222;
}

.payment-card .btn_yellow {
    background-color: #fdd16d;
    border-color: #fdd16d;
    color: #222;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.payment-card .btn_yellow:hover {
    background-color: #fcc844;
    border-color: #fcc844;
    color: #222;
    transform: translateY(-1px);
}

/* Responsive adjustments for payment page */
@media (max-width: 768px) {
    .payment-card {
        padding: 1.5rem;
    }

    .payment-card h1 {
        font-size: 1.5rem;
    }

    .payment-options .row {
        flex-direction: column;
        gap: 1rem;
    }

    .payment-options .col-auto {
        width: 100%;
    }

    .payment-option {
        width: 100%;
    }
}
.region-card {
    background: #f5f3ed;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    transition: box-shadow 0.2s, transform 0.2s;
    cursor: pointer;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: unset;
    text-decoration: none;
}
.region-letter {
    font-size: 3.5rem;
    color: #222;
    line-height: 1;
    letter-spacing: 2px;
}
.footer-section {
    background-color: #201e1d;
    border-top: 5px solid #C8C8C8;
    padding: 40px 0;
    margin-top: 40px;
    color: #fff;
}

.mobile-footer-logo {
    display: none;
}
