/* Inner Banner Styling */
.inner-banner {
    height: 300px;
    z-index: 1;
    display: flex;
    align-items: center;
    padding-top: 135px; /* space for fixed navbar */
}
.display-4{
    font-size: 2.75rem;
}
.breadcrumb-box {
    box-shadow: 0 -5px 20px rgba(0,0,0,0.15);
    z-index: 2;
    min-width: 200px;
    text-align: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

/* Responsive positioning for unified breadcrumb */
.breadcrumb-responsive {
    position: absolute;
    bottom: 0;
}

@media (max-width: 767.98px) {
    .breadcrumb-responsive {
        left: 15px;
        right: 15px;
        width: auto;
        transform: none;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .breadcrumb-responsive .breadcrumb {
        justify-content: center;
    }
}

@media (min-width: 768px) {
    .breadcrumb-responsive {
        right: 0;
        margin-right: 15px;
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .breadcrumb-responsive .breadcrumb {
        justify-content: flex-start;
    }
}

.breadcrumb-box .breadcrumb {
    justify-content: center;
    font-size: 15px;
}

/* Utilities */
.hover-gold:hover {
    color: var(--accent-gold) !important;
}

.breadcrumb-box .breadcrumb-item a {
    color: #333;
    transition: color 0.3s ease;
}

.breadcrumb-box .breadcrumb-item a:hover {
    color: var(--accent-gold);
}

/* Gallery List Styles */
.album-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.album-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}
.album-card .card-img-top {
    transition: transform 0.5s ease;
}
.album-card:hover .card-img-top {
    transform: scale(1.03);
}
.album-card .p-2 {
    overflow: hidden;
}

/* Masonry Gallery Styles */
.masonry-gallery {
    column-count: 3;
    column-gap: 1.5rem;
}
.masonry-item {
    break-inside: avoid;
    margin-bottom: 1.5rem;
}
.masonry-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}
.masonry-item:hover img {
    transform: scale(1.02);
}
.masonry-item a {
    display: block;
    overflow: hidden;
    border-radius: 0.375rem;
}

@media (max-width: 991px) {
    .masonry-gallery {
        column-count: 2;
    }
}
@media (max-width: 575px) {
    .masonry-gallery {
        column-count: 1;
    }
}

.breadcrumb-box .breadcrumb-item.active {
    color: var(--accent-gold); /* Gold/Accent color for active */
}

/* ======= Extracted from about-us.php ======= */
.inner-banner-bg {
    background: linear-gradient(rgba(7, 16, 34, 0.75), rgba(7, 16, 34, 0.75)), url('../images/banner-1.jpg') center/cover no-repeat;
    z-index: -1;
}
.about-subtitle-spacing {
    letter-spacing: 2px;
}
.about-lead-text {
    line-height: 1.8;
}
.about-decorative-circle {
    width: 300px;
    height: 300px;
    top: -30px;
    right: 0;
    z-index: 0;
}
.about-main-img {
    z-index: 1;
    border: 10px solid #fff;
}
.about-experience-badge {
    z-index: 2;
    border-left: 4px solid var(--accent-gold);
}
.about-icon-box {
    width: 50px;
    height: 50px;
    font-size: 20px;
}
.about-divider {
    width: 80px;
    height: 4px;
}
.about-card-icon {
    width: 80px;
    height: 80px;
    font-size: 32px;
    transition: all 0.3s ease;
}
.about-card-icon-center {
    width: 80px;
    height: 80px;
    font-size: 32px;
    margin: 0 auto;
    transition: all 0.3s ease;
}
.about-card-border {
    height: 4px;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

/* Inner Pages Styling */

/* Feature Cards Creative Styling */
.feature-card {
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgba(0,0,0,0.05);
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08) !important;
}

.feature-card:hover .card-border-bottom {
    transform: scaleX(1) !important;
}

.feature-card:hover .card-icon {
    background-color: var(--primary-dark) !important;
    color: var(--accent-gold) !important;
    transform: scale(1.1) rotate(5deg);
}

.about-image-wrapper img {
    transition: all 0.5s ease;
}

.about-image-wrapper:hover img {
    transform: scale(1.02);
}

.mission-list {
    list-style: none;
    padding-left: 0;
}

.mission-list li {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 12px;
    position: relative;
    padding-left: 28px;
}

.mission-list li::before {
    content: "\f058"; /* FontAwesome check-circle */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 3px;
    color: var(--accent-gold);
    font-size: 16px;
}

.mission-list {
    list-style: none;
    padding-left: 0;
}

.mission-list li {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.mission-list li::before {
    content: "\f058"; /* FontAwesome check-circle */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--primary-dark);
    font-size: 18px;
}

/* Contact Page Styling */
.bg-text-watermark {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 15vw;
    font-weight: 800;
    color: rgba(0,0,0,0.03);
    z-index: 0;
    pointer-events: none;
    line-height: 1;
    text-transform: lowercase;
}

.custom-input {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    padding: 15px 20px;
    border-radius: 4px;
    font-size: 15px;
    transition: all 0.3s ease;
}

.custom-input:focus {
    background-color: #ffffff;
    border-color: #eab308;
    box-shadow: 0 0 0 0.25rem rgba(234, 179, 8, 0.25);
}

.contact-info-box {
    background: linear-gradient(135deg, #071022 0%, #111a31 100%);
}

.contact-info-box .icon {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.venue-box {
    background: var(--primary-dark);
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(1, 18, 42, 0.6);
}

.venue-box::after {
    content: '';
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid var(--primary-dark);
}

.venue-box h4, .venue-box p{
    color: #ffffff;
}

.venue-box a{
  text-decoration: none;
  color: #ffffff;
  display: flex;
  padding: 0.5rem 0;
}

/* Hide arrow on mobile to prevent overflow since layout stacks */
@media (max-width: 991px) {
    .venue-box::after {
        display: none;
    }
}

.bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    border-radius: 50%;
}

/* Yellow Color Utilities */
.text-yellow { color: #eab308 !important; }
.btn-yellow {
    background-color: #eab308;
    color: #fff;
    border: 1px solid #eab308;
}
.btn-yellow:hover {
    background-color: #ca8a04;
    border-color: #ca8a04;
    color: #fff;
}

/* Upcoming Events Custom Styles */
.title-divider-lotus {
    display: flex;
    align-items: center;
    max-width: 250px;
}
.title-divider-lotus .line {
    flex-grow: 1;
    height: 1px;
    background-color: var(--accent-gold);
}
.title-divider-lotus i {
    margin: 0 15px;
    font-size: 1.2rem;
}
.bg-gold-light {
    background-color: rgba(229, 165, 55, 0.15);
}
.text-gold {
    color: var(--accent-gold) !important;
}
.events-timeline .event-row {
    transition: transform 0.3s ease;
}
.events-timeline .event-row:hover {
    transform: translateY(-5px);
}
.events-timeline .event-image-wrapper img {
    transition: transform 0.5s ease;
}
.events-timeline .event-row:hover .event-image-wrapper img {
    transform: scale(1.03);
}
.btn-dark-custom {
    background-color: var(--primary-dark);
    color: white;
    border: 1px solid var(--primary-dark);
}
.btn-dark-custom:hover {
    background-color: var(--accent-gold);
    color: var(--primary-dark);
    border-color: var(--accent-gold);
}

/* Governors Org Chart Styles */
.org-chart-section {
    background-color: #fcfcfc;
}
.gov-card {
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
    background: #fff;
    border: 1px solid rgba(0,0,0,0.04);
    position: relative;
}
.gov-card-top {
    background-color: var(--primary-dark);
    border-radius: 12px 12px 0 0;
    height: 100px;
    padding: 15px;
    position: relative;
}
.gov-card-img-wrapper {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 25px;
    z-index: 2;
}
.gov-card-img-wrapper img {
    width: 100px;
    height: 100px;
    border: 3px solid #fff;
    background: #fff;
}
.gov-card-badge {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--accent-gold);
    color: var(--primary-dark);
    font-size: 0.7rem;
    padding: 2px 10px;
    border-radius: 15px;
    font-weight: 700;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.badge-lifetime {
    background-color: var(--accent-gold);
    color: var(--primary-dark);
    font-size: 0.65rem;
    border-radius: 4px;
    padding: 3px 6px;
    font-weight: 700;
}
.gov-card-bottom {
    padding: 30px 15px 15px;
}
.gov-table {
    font-size: 0.75rem;
    border-top: 1px solid #f0f0f0;
    padding-top: 12px;
    margin-top: 12px;
}
.org-divider {
    height: 30px;
    border-top: 1px solid var(--accent-gold);
    margin: 30px auto;
    position: relative;
}
.org-divider::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    width: 1px;
    height: 30px;
    background-color: var(--accent-gold);
}
.org-divider::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 30px;
    background-color: var(--accent-gold);
}
.org-divider .icon-center {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fcfcfc;
    padding: 0 8px;
    color: var(--accent-gold);
    font-size: 1.1rem;
}
.width-50 { width: 50%; }
.width-75 { width: 75%; }
.width-90 { width: 90%; }
@media (max-width: 991px) {
    .org-divider { width: 0 !important; border-top: none; }
    .org-divider::before { top: -30px; height: 30px; }
    .org-divider::after { top: 0; height: 30px; }
}
/* Horizontal Card Variant for Level 4 Desktop */
.gov-card-hz {
    display: flex;
    text-align: left;
    height: 100%;
}
.gov-card-hz .gov-card-top {
    width: 100px;
    height: auto;
    border-radius: 12px 0 0 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
}
.gov-card-hz .gov-card-img-wrapper {
    position: static;
    transform: none;
    margin-top: 15px;
}
.gov-card-hz .gov-card-img-wrapper img {
    width: 50px;
    height: 50px;
}
.gov-card-hz .gov-card-badge {
    position: static;
    transform: none;
    margin-top: -8px;
    font-size: 0.6rem;
}
.gov-card-hz .badge-lifetime {
    display: none; /* Hide on small hz card */
}
.gov-card-hz .gov-card-bottom {
    padding: 15px;
    width: calc(100% - 100px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.gov-card-hz .gov-table {
    margin-top: 8px;
    padding-top: 8px;
}

/*DONATE NOW CSS*/

.donate-section {
  background-color: var(--primary-dark);
  min-height: 100vh;
  padding-top: 130px;
  padding-bottom: 30px;
  color: #fff;
}
.border-gold {
  border-color: var(--accent-gold) !important;
}
.text-gold {
  color: var(--accent-gold) !important;
}
.bg-gold {
  background-color: var(--accent-gold) !important;
}
.donate-card {
  border: 1px solid var(--accent-gold);
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.donate-card-header {
  background-color: var(--primary-dark);
  border-bottom: 1px solid var(--accent-gold);
  padding: 15px 20px;
  color: var(--accent-gold);
  display: flex;
  align-items: center;
  gap: 15px;
}
.donate-card-header .icon-circle {
  width: 40px;
  height: 40px;
  border: 1px solid var(--accent-gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.donate-card-body {
  background-color: #fcf8f2;
  color: var(--primary-dark);
  padding: 25px;
  flex-grow: 1;
}
.btn-outline-gold {
  color: var(--accent-gold);
  border-color: var(--accent-gold);
}
.btn-outline-gold:hover {
  background-color: var(--accent-gold);
  color: var(--primary-dark);
}
.qr-box {
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ddd;
  display: inline-block;
  margin-bottom: 15px;
}
.qr-box img {
  width: 100%;
  height: 350px;
}
.upi-logos {
  font-weight: 700;
  font-size: 0.8rem;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 15px;
}
.upi-logos span {
  padding: 3px 8px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ddd;
}
.whatsapp-btn {
  background-color: #25D366;
  color: #fff;
  border: none;
  transition: all 0.3s;
}
.whatsapp-btn:hover {
  background-color: #128C7E;
  color: #fff;
}

/* Join Now Page Styles */
.join-hero {
    background: linear-gradient(rgba(1, 18, 42, 0.85), rgba(1, 18, 42, 0.85)), url("../images/banner-1.jpg") center/cover no-repeat;
    padding: 160px 0 120px;
    position: relative;
    z-index: 1;
}
.join-form-container {
    position: relative;
    z-index: 2;
    padding-bottom: 0px;
    background-color: #fcfcfc;
}
.join-form-card {
    background-color: var(--primary-dark);
    border: 1px solid var(--accent-gold);
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    max-width: 650px;
    margin: 0px auto 0;
    position: relative;
    z-index: 3;
    top: -110px;
}
.join-form-card label {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 8px;
    display: block;
    text-align: left;
}
.join-input-group {
    position: relative;
    margin-bottom: 20px;
}
.join-input-group i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
}
.join-input-group .form-control {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    padding-left: 45px;
    height: 48px;
    border-radius: 6px;
}
.join-input-group .form-control:focus {
    background-color: rgba(255, 255, 255, 0.08);
    border-color: var(--accent-gold);
    box-shadow: 0 0 0 0.2rem rgba(229, 165, 55, 0.25);
    color: #fff;
}
.join-input-group .form-control::placeholder {
    color: #888;
    font-size: 0.9rem;
}
.upload-box {
    border: 1px dashed var(--accent-gold);
    border-radius: 6px;
    padding: 25px;
    text-align: center;
    background-color: rgba(229, 165, 55, 0.03);
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 25px;
}
.upload-box:hover {
    background-color: rgba(229, 165, 55, 0.08);
}
.upload-box i {
    font-size: 32px;
    color: var(--accent-gold);
    margin-bottom: 10px;
}
.join-submit-btn {
    background: linear-gradient(135deg, #f3c669, #ca8a04);
    color: var(--primary-dark);
    font-weight: 700;
    border: none;
    height: 50px;
    border-radius: 6px;
    transition: transform 0.3s ease;
    width: 100%;
}
.join-submit-btn:hover {
    transform: translateY(-2px);
    color: var(--primary-dark);
}
.form-icon-circle {
    width: 60px;
    height: 60px;
    border: 1px solid var(--accent-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--accent-gold);
    margin: 0 auto 15px;
}
@media (max-width: 767px) {
    .join-form-card { padding: 25px 20px; margin-top: 0px; }
}

/* District Leaders Directory Styles */
.search-wrapper {
    position: relative;
}
.search-wrapper i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
}
.search-wrapper input {
    padding-left: 42px;
    border-radius: 30px;
    border: 1px solid #ebebeb;
    height: 45px;
    transition: all 0.3s ease;
}
.search-wrapper input:focus {
    border-color: var(--accent-gold);
    box-shadow: 0 0 10px rgba(229, 165, 55, 0.1);
}
.sort-wrapper select {
    border-radius: 30px;
    border: 1px solid #ebebeb;
    height: 45px;
    padding-left: 18px;
    padding-right: 40px;
    cursor: pointer;
}
.sort-wrapper select:focus {
    border-color: var(--accent-gold);
    box-shadow: none;
}
.loading-more {
    color: #666;
    font-size: 0.95rem;
    font-weight: 500;
}


/* About Us Page - New Design */
.about-who-section {
    font-family: "Inter", sans-serif;
}
.about-who-title {
    /*font-family: 'Inter', sans-serif;*/
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: var(--primary-dark);
    text-transform: uppercase;
    letter-spacing: 1px;
}
.collage-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 15px;
    height: 350px;
}
.collage-item-1 {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
}
.collage-item-2 {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}
.collage-item-3 {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}
.collage-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.about-vision-card {
    background-color: var(--primary-dark);
    color: #fff;
    border-radius: 12px;
    padding: 50px 40px;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.about-vision-card h3 {
    color: var(--accent-gold);
    font-family: 'Inter', sans-serif;
    font-weight: 700;
}
.about-mission-card {
    background-color: #fff;
    color: var(--primary-dark);
    border-radius: 12px;
    padding: 50px 40px;
    height: 100%;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}
.about-mission-card h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: var(--primary-dark);
}
.mission-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mission-check-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    font-size: 0.95rem;
    color: #555;
}
.mission-check-list li i {
    color: var(--accent-gold);
    margin-right: 12px;
    margin-top: 4px;
}
.leader-profile-card {
    text-align: center;
    margin-bottom: 30px;
    font-family: "Inter", sans-serif;
}
.leader-img-wrapper {
    width: 100%;
    aspect-ratio: 1 / 1.1;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 15px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.leader-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.leader-name {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 5px;
}
.leader-role {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--accent-gold);
    text-transform: uppercase;
}
.section-subtitle-gold {
    color: var(--accent-gold);
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.btn-dark-blue {
    background-color: var(--primary-dark);
    color: #fff;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 4px;
    transition: all 0.3s ease;
}
.btn-dark-blue:hover {
    background-color: var(--accent-gold);
    color: var(--primary-dark);
}

.event-details-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.05);
    padding: 20px;
}
.event-details-img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 300px;
}
.event-badge {
    background-color: var(--accent-gold);
    color: var(--primary-dark);
    font-size: 0.75rem;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px;
}
.event-details-title {
    font-family: 'Inter', sans-serif;
    color: var(--primary-dark);
    font-weight: 700;
    margin-bottom: 20px;
}
.event-meta-item {
    font-size: 0.95rem;
    color: #555;
    display: flex;
    align-items: center;
    gap: 8px;
}
.event-meta-item i {
    color: var(--accent-gold);
}
.gallery-img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 6px;
    transition: transform 0.3s;
    cursor: pointer;
}
.gallery-img-wrapper {
    overflow: hidden;
    border-radius: 6px;
}
.gallery-img:hover {
    transform: scale(1.05);
}
.section-heading-sm {
    font-family: 'Inter', sans-serif;
    color: var(--primary-dark);
    font-weight: 700;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.section-heading-sm i {
    color: var(--accent-gold);
}
.event-grid-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0,0,0,0.03);
}
.event-grid-img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}
.event-grid-body {
    padding: 15px;
    display: flex;
    gap: 15px;
    flex-grow: 1;
}
.event-grid-date {
    text-align: center;
    min-width: 45px;
}
.event-grid-date .day {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-dark);
    line-height: 1;
    margin-bottom: 2px;
}
.event-grid-date .month {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--accent-gold);
    text-transform: uppercase;
}
.event-grid-date .year {
    font-size: 0.7rem;
    color: #777;
    margin-top: -2px;
}
.event-grid-content h6 {
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 8px;
    font-size: 0.95rem;
    line-height: 1.3;
}
.event-grid-content p {
    font-size: 0.75rem;
    color: #666;
    margin-bottom: 0;
}
.event-grid-content i {
    color: var(--accent-gold);
}


/* District Leaders Additional Styles */
.district-leaders-section { background-color: #fcfcfc !important; }
.district-leaders-title { color: var(--primary-dark); font-family: 'Inter', sans-serif; }
.district-search-wrapper { min-width: 280px; }
.district-sort-select { color: var(--primary-dark); }
.district-gov-card { max-width: 300px; }
.district-gov-card-top-content { z-index: 2; }
.district-gov-card-name { font-size: 1.15rem; }
.district-gov-table-col { font-size: 0.8rem; }
.badge-lifetime-gold { background-color: var(--accent-gold); color: #000; }
.gov-card-badge-black { color: #000; }
.btn-load-more { cursor: pointer; }

/* Restored Team Cards Style with Hover Animation */
.leader-profile-card-new {
    background: #fff;
    border-radius: 12px;
    padding: 12px;
    padding-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Inter', sans-serif;
    border: 1px solid rgba(0,0,0,0.03);
    transition: all 0.3s ease;
}
.leader-profile-card-new:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}
.leader-img-wrapper-new {
    width: 100%;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 15px;
}
.leader-img-wrapper-new img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    object-position: top center;
}
.leader-profile-card-new:hover .leader-img-wrapper-new img {
    transform: scale(1.05);
}

/* Who We Are Page Custom Styles */
.whoweare-subtitle {
    font-size: 1.1rem;
    color: var(--accent-gold);
    font-weight: 600;
    letter-spacing: 1px;
}

.whoweare-intro-text {
    line-height: 1.85;
    font-size: 1.05rem;
}

.custom-pillar {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    padding: 0 15px;
    margin-bottom: 30px;
}

/* Header (Arch) Area */
.custom-pillar-header {
    height: 80px;
    position: relative;
    width: 100%;
    margin-bottom: -1px;
}

.custom-pillar-arch {
    position: absolute;
    bottom: 0;
    left: 12px;
    right: 12px;
    height: 80px;
    border: 3.5px solid #ca8a04;
    border-bottom: none;
    border-radius: 80px 80px 0 0;
}

.custom-pillar-capital {
    position: absolute;
    bottom: 0;
    width: 16px;
    height: 8px;
    background: linear-gradient(135deg, #f3c669, #ca8a04);
    border-radius: 2px 2px 0 0;
    z-index: 4;
}

.custom-pillar-capital.left {
    left: 4px;
}

.custom-pillar-capital.right {
    right: 4px;
}

.custom-pillar-badge {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -29px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 1.35rem;
    box-shadow: 0 4px 10px rgba(0,0,0,0.12);
    border: 3.5px solid #fff;
    z-index: 5;
    transition: transform 0.3s ease;
}

.custom-pillar:hover .custom-pillar-badge {
    transform: translateX(-50%) scale(1.08);
}

/* Content Area */
.custom-pillar-content {
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.custom-pillar-shaft {
    position: absolute;
    top: 0;
    bottom: 8px;
    width: 8px;
    background: linear-gradient(90deg, #ca8a04 0%, #f3c669 50%, #9a6b00 100%);
    z-index: 3;
}

.custom-pillar-shaft.left {
    left: 8px;
}

.custom-pillar-shaft.right {
    right: 8px;
}

.custom-pillar-body {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.06);
    border-top: none;
    border-radius: 0 0 8px 8px;
    padding: 45px 20px 25px;
    margin: 0 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.04);
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    z-index: 1;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-pillar:hover .custom-pillar-body {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(1, 18, 42, 0.08);
}

.custom-pillar-base {
    position: absolute;
    bottom: 0;
    width: 16px;
    height: 8px;
    background: linear-gradient(135deg, #f3c669, #ca8a04);
    border-radius: 0 0 2px 2px;
    z-index: 4;
}

.custom-pillar-base.left {
    left: 4px;
}

.custom-pillar-base.right {
    right: 4px;
}

.custom-pillar-body h3 {
    color: var(--primary-dark);
    font-weight: 700;
    font-size: 1.15rem;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.custom-pillar-body p {
    font-size: 0.92rem;
    line-height: 1.65;
    color: #555;
    margin-bottom: 0;
}

.badge-purple { background-color: #862495 !important; }
.badge-green { background-color: #1b7b51 !important; }
.badge-orange { background-color: #d35400 !important; }

.purpose-wrapper {
    border-left: 4px solid var(--accent-gold);
    padding-left: 25px;
}

.purpose-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: var(--primary-dark);
    letter-spacing: 1px;
}

.rise-timeline-container {
    position: relative;
    z-index: 1;
}

.rise-timeline-line {
    position: absolute;
    top: 61px;
    left: 10%;
    right: 10%;
    height: 2px;
    border-top: 2.5px dotted #ca8a04;
    z-index: -1;
}

.rise-timeline-item {
    position: relative;
    flex: 1;
}

.rise-timeline-item:not(:last-child)::after {
    content: "\f0da";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 50px;
    right: -6%;
    color: #ca8a04;
    font-size: 1.25rem;
    z-index: 2;
}

.rise-step-num {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--primary-dark);
    margin-bottom: 6px;
}

.rise-circle {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.6rem;
    margin: 0 auto 15px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    transition: transform 0.3s ease;
}

.rise-circle:hover {
    transform: scale(1.1);
}

.rise-text {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--primary-dark);
    line-height: 1.45;
}

.bg-purple { background-color: #862495 !important; }
.bg-green { background-color: #1b7b51 !important; }
.bg-orange { background-color: #d35400 !important; }
.bg-blue { background-color: #0284c7 !important; }

/* Mobile list styling */
.rise-mobile-list {
    position: relative;
    max-width: 320px;
    margin: 0 auto;
    padding-left: 45px;
}

.rise-mobile-list::before {
    content: "";
    position: absolute;
    top: 25px;
    bottom: 25px;
    left: 25px;
    width: 2px;
    border-left: 2.5px dotted #ca8a04;
    z-index: 1;
}

.rise-mobile-item {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    z-index: 2;
}

.rise-mobile-item:last-child {
    margin-bottom: 0;
}

.rise-mobile-item .rise-circle {
    width: 50px;
    height: 50px;
    font-size: 1.3rem;
    margin: 0 20px 0 0;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.rise-mobile-num {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--primary-dark);
    margin-right: 8px;
}

.rise-mobile-text {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--primary-dark);
}

/* Mission Page Custom Styles */
.mission-accent-title {
    color: var(--primary-dark);
    font-weight: 700;
    font-size: 1.9rem;
    font-family: 'Inter', sans-serif;
}

.mission-quote {
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--primary-dark);
    border-left: 4px solid var(--accent-gold);
    padding-left: 18px;
    margin-top: 25px;
    font-style: italic;
    line-height: 1.65;
}

.mission-icon-circle {
    width: 55px;
    height: 55px;
    background-color: #fcf4e4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.45rem;
    color: var(--accent-gold);
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(229, 165, 55, 0.08);
}

.mission-subtitle {
    color: var(--accent-gold);
    font-weight: 700;
    font-size: 1.3rem;
    letter-spacing: 0.5px;
}

.mission-desc-text {
    font-size: 1rem;
    line-height: 1.75;
    color: #555;
}

.mission-styled-list {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
}

.mission-styled-list li {
    font-size: 0.98rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
}

.mission-styled-list li i {
    color: var(--accent-gold);
    font-size: 1.15rem;
    margin-top: 2px;
    margin-right: 12px;
    flex-shrink: 0;
}

/* Creative Image Collage Styles */
.creative-collage-wrap {
    background-color: #fff;
    padding: 15px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.creative-collage-wrap:hover {
    transform: translateY(-5px);
}

.collage-grid-custom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    grid-template-rows: 150px 150px;
}

@media (max-width: 767.98px) {
    .collage-grid-custom {
        grid-template-rows: 120px 120px;
    }
}

.collage-img-item {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.collage-img-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.collage-img-item:hover img {
    transform: scale(1.08);
}

/* Parallel Slanted Clip Paths matching the reference image layout */
.collage-img-item.top-left {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}

.collage-img-item.top-right {
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
    margin-left: -8px;
}

.collage-img-item.bottom-left {
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
}

.collage-img-item.bottom-right {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
    margin-left: -8px;
}

@media (min-width: 992px) {
    .creative-collage-column {
        margin-left: -15px;
        z-index: 2;
    }
}

/* Vision Page Custom Styles */
.ultimate-vision-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
    margin-top: 15px;
}

@media (max-width: 1200px) {
    .ultimate-vision-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .ultimate-vision-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .ultimate-vision-grid {
        grid-template-columns: 1fr;
    }
}

.ultimate-vision-card {
    background: #fff;
    border: 1px solid rgba(1, 18, 42, 0.06);
    border-radius: 14px;
    padding: 35px 20px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.02);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
}

.ultimate-vision-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(229, 165, 55, 0.12);
    border-color: var(--accent-gold);
}

.ultimate-vision-card .icon-wrap {
    width: 65px;
    height: 65px;
    background-color: #fdf7eb;
    color: var(--accent-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(229, 165, 55, 0.05);
}

.ultimate-vision-card:hover .icon-wrap {
    background-color: var(--primary-dark);
    color: var(--accent-gold);
    transform: scale(1.05);
}

.ultimate-vision-card h4 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--primary-dark);
    line-height: 1.4;
    margin-bottom: 0;
}

/* Accordion Layout for District Leaders (FAQ style) */
.district-accordion-item {
    border: 1px solid rgba(1, 18, 42, 0.08) !important;
    border-radius: 12px !important;
    margin-bottom: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
}

.district-accordion-item:hover {
    box-shadow: 0 10px 25px rgba(1, 18, 42, 0.06);
}

.district-accordion-item .accordion-button {
    background-color: #fff;
    color: var(--primary-dark);
    font-weight: 700;
    font-size: 1.15rem;
    padding: 20px 25px;
    border: none;
    box-shadow: none;
    transition: all 0.3s ease;
}

.district-accordion-item .accordion-button:not(.collapsed) {
    background-color: var(--primary-dark);
    color: #fff;
}

.district-accordion-item .accordion-button:not(.collapsed) i {
    color: var(--accent-gold) !important;
}

.district-accordion-item .accordion-button::after {
    background-size: 1rem;
    transition: transform 0.3s ease;
}

.district-accordion-item .accordion-button:not(.collapsed)::after {
    filter: invert(1); /* Inverts caret arrow to white on expanded state */
}

.district-accordion-item .accordion-body {
    padding: 30px 25px;
    background-color: #fcfcfc;
}





