/* ===========================================
   IMPORTS & FONTS
   =========================================== */
   @import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Onest:wght@100..900&display=swap');

   /* ===========================================
      BOOTSTRAP VARIABLE OVERRIDES
      =========================================== */
   :root {
     --bs-primary-rgb: 238, 58, 35;
     --bs-link-color-rgb: 238, 58, 35;
   }

   /* ===========================================
      BASE STYLES & TYPOGRAPHY
      =========================================== */
   body {
     font-family: "Onest", sans-serif;
     font-optical-sizing: auto;
     font-weight: 400;
     font-style: normal;
   }
   .btn-close-round{
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    cursor: pointer;
    outline: none;
   }
   
   .padding-y-80 {
     padding-top: 80px;
     padding-bottom: 80px;
   }
   
   .heading-title-two {
     font-size: 3.5rem;
     line-height: 1.3;
     font-weight: 500;
     letter-spacing: -1.5px;
     margin: 0 0 1rem 0;
     -ms-word-wrap: break-word;
     word-wrap: break-word;
   }
   
   .sub-title {
     font-family: Onest, sans-serif;
     font-size: 18px;
     font-style: normal;
     color: #6b7280;
   }
   .bg-dark{
     background-color: #030712 !important;
   } 
   
   .btn-outline-light {
     font-size: 16px;
     font-weight: 600;
     padding: 10px 15px 8px 15px;
   }
   
    .btn-outline-dark {
     font-size: 16px;
     font-weight: 600;
     padding: 10px 15px 8px 15px;
   }
   
   /* ===========================================
      LAYOUT & CONTAINER
      =========================================== */
   .container {
     max-width: 1380px;
   }
   
   /* ===========================================
      NAVIGATION & HEADER
      =========================================== */
   .navbar {
     transition: all 0.3s ease;
   }
   
   .navbar.fixed-top {
     background: white !important;
     box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
     backdrop-filter: blur(10px);
   }
   
   .navbar.navbar-scrolled .navbar-brand img {
     filter: brightness(0);
   }
   
   .navbar.navbar-scrolled .nav-link {
     color: #333 !important;
   }
   
   .navbar.navbar-scrolled .nav-link:hover,
   .navbar.navbar-scrolled .nav-link.active {
     color: #EE3A23 !important;
   }
   
   .navbar.navbar-scrolled .btn-link {
     color: #333 !important;
   }
   
   .navbar.navbar-scrolled .btn-link:hover {
     color: #EE3A23 !important;
   }
   
   .navbar.navbar-scrolled .navbar-toggler {
     border-color: #333;
   }
   
    .navbar.navbar-scrolled .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    
    /* Navbar scroll behavior styles */
    .navbar {
      transition: all 0.3s ease;
    }
    
    .navbar.fixed-top {
      position: fixed !important;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1030;
    }
    
    .navbar.navbar-scrolled {
      background: rgba(255, 255, 255, 0.95) !important;
      backdrop-filter: blur(10px);
      box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    }
    
    /* Body padding when navbar is fixed */
    body.navbar-fixed {
      padding-top: 80px;
    }
    .navbar .lucide {
      width: 24px;
      height: 24px;
      stroke-width: 1.50;
    }
    
    /* Dropdown Menu Styles */
    .navbar-nav .dropdown-menu {
      background: white;
      border: 1px solid rgba(0, 0, 0, 0.15);
      border-radius: 8px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      margin-top: 0.5rem;
      display: none;
      position: absolute;
      z-index: 1000;
      min-width: 200px;
    }
    
    .navbar-nav .dropdown-menu.show {
      display: block;
    }
    
    .navbar-nav .dropdown:hover .dropdown-menu {
      display: block;
    }
    
    /* Allow parent links to be clickable */
    .navbar-nav .dropdown-toggle {
      pointer-events: auto;
    }
    
    .navbar-nav .dropdown-toggle:not(.dropdown-toggle-only) {
      cursor: pointer;
    }
    
    .navbar-nav .dropdown-item {
      padding: 0.5rem 1rem;
      color: #333;
      transition: background-color 0.3s ease;
    }
    
    .navbar-nav .dropdown-item:hover {
      background-color: #f8f9fa;
      color: #EE3A23;
    }
    
    .navbar-nav .dropdown-item.active {
      background-color: #EE3A23;
      color: white;
    }
    
    .navbar-nav .dropdown-divider {
      margin: 0.5rem 0;
      border-top: 1px solid #dee2e6;
    }
   
   .navbar-nav .nav-link.active,
   .navbar-nav .show>.nav-link {
     color: #fbca2a;
   }
   
   .btn-link {
     color: #fff;
   }
   
   .btn-link:hover {
     color: #fbca2a;
   }
   
   .nav-link {
     color: #fff;
   }
   
   .donate-now-btn {
     font-size: .875rem;
     font-weight: 700;
     letter-spacing: -.32px;
     color: var(--gt-button-color);
     -webkit-transition: 0.3s;
     transition: 0.3s;
   }
   
   .x-btn .lucide {
     width: 18px;
     height: 18px;
     stroke-width: 1.50;
     color: black;
   }
   
   .alert-warning {
     background-color: #faca2a;
     color: #000;
     font-size: .813rem;
     text-size-adjust: 100%;
     letter-spacing: -0.2px;
   }
   
   /* ===========================================
      HERO SECTION
      =========================================== */
   .hero {
     color: #fff;
     padding-top: 141px;
     margin-top: -139px;
     height: 100vh;
     background-color: #000;
     background-position: center center;
     background-size: cover;
     background-repeat: no-repeat;
     background-image: url('assets/images/hero-bg.jpg');
   }
   
   .hero h1 {
     font-weight: 600;
     font-family: "Bricolage Grotesque", Sans-serif;
     margin-bottom: 2rem;
   }
   
   .hero p {
     font-size: 1.2rem;
     font-weight: 200;
     line-height: 1.5;
     text-align: left;
     max-width: 580px;
   }
   
   /* ===========================================
      DONATION FORM
      =========================================== */
   .donate-now {
     max-width: 558px;
   }
   
   .donate-now p {
     font-size: 1rem;
     font-weight: 400;
     line-height: 1.5;
     text-align: left;
     max-width: 580px;
   }
   
   /* Grid: 3 columns, 2 rows (items auto-flow row-wise) */
   .donate-now .fui-input-wrapper .fui-layout-wrap {
     display: grid;
     grid-template-columns: repeat(3, minmax(0, 1fr));
     gap: 5px 12px;
   }
   
   /* Each radio item container */
   .donate-now .fui-input-wrapper .fui-layout-wrap .fui-radio {
     position: relative;
   }
   
   /* Hide the native radio but keep it accessible */
   .donate-now .fui-input-wrapper .fui-radio-input {
     position: absolute;
     opacity: 0;
     pointer-events: none;
   }
   
   /* Make the label look like a button/tile */
   .donate-now .fui-input-wrapper .fui-radio-label {
     display: flex;
     align-items: center;
     justify-content: center;
     min-height: 48px;
     padding: 0.90rem 1rem;
     border: 1px solid #dee2e6;
     border-radius: 10px;
     background: #fff;
     color: #212529;
     font-weight: 600;
     font-size: 1.125rem;
     text-align: center;
     cursor: pointer;
     user-select: none;
     transition: background .2s, border-color .2s, color .2s, box-shadow .2s;
   }
   
   /* Hover state */
   .donate-now .fui-input-wrapper .fui-radio-label:hover {
     border-color: #EE3A23;
   }
   
   /* Selected state (when the radio is checked) */
   .donate-now .fui-input-wrapper .fui-radio-input:checked+.fui-radio-label {
     background: #EE3A23;
     border-color: #EE3A23;
     color: #fff;
   }
   
   /* Keyboard focus (accessibility) */
   .donate-now .fui-input-wrapper .fui-radio-input:focus-visible+.fui-radio-label {
     outline: 2px solid #EE3A23;
     outline-offset: 2px;
   }
   
   .donate-now .fui-input-wrapper .fui-checkbox label::before,
   .donate-now .fui-input-wrapper .fui-radio label::before {
     display: none !important;
     content: none !important;
   }
   
   .donate-now .fui-btn-wrapper .fui-btn {
     width: 100%;
     margin: 0 !important;
   }
   
   .donate-now .fui-btn-wrapper {
     margin: 0 !important;
   }
   
   .donate-now .fui-progress {
     border-radius: 0 !important;
     height: .5rem !important;
   }
   
   .donate-now .fui-progress-bar {
     background-color: #EE3A23 !important;
   }
   
   .donate-now .fui-input {
     height: 58px !important;
   }
   
   .donate-now .fui-input::placeholder {
     color: #6c757d;
     font-weight: 500;
     text-align: center;
     opacity: 1;
     transition: color 0.3s;
     font-size: 16px;
   }
   
   .donate-now .fui-submit {
     font-size: .875rem;
     background-color: #EE3A23;
     border-color: #EE3A23;
     letter-spacing: -.32px;
     font-weight: 600;
     font-size: 1rem;
     padding: 12px 0;
   }
   
   .donate-now .fui-submit:hover {
     background-color: #cc311c;
     border-color: #EE3A23;
   }
   
   .donate-now .lucide {
     width: 15px;
     height: 15px;
   }
   
   .donate-now-tabs {
     margin-top: -66px;
     margin-bottom: 30px;
     border-bottom: none;
   }
   
   .donate-now-tabs .nav-link {
     color: #fff;
   }
   
   .donate-now-tabs .nav-link:hover {
     border: 1px solid #ee3b2300;
     color: #EE3A23;
   }
   
   .donate-now-tabs .nav-link.active {
     background-color: #EE3A23;
     color: #fff;
     border-color: #EE3A23;
   }
   
   /* ===========================================
      ABOUT US SECTION
      =========================================== */
   .about-us {
     padding-bottom: 80px;
   }
   
   .about-us .btn {
     font-size: 16px;
     font-weight: 600;
     padding: 10px 15px 8px 15px;
   }
   
   /* ===========================================
      ABOUT GRID LAYOUT
      =========================================== */
   .about-grid {
     margin-top: 3rem;
   }
   
   .about-grid-layout {
     display: grid;
     grid-template-columns: 1fr 2fr 1fr;
     grid-template-rows: 1fr;
     gap: 3rem;
     margin: 0 auto;
     position: relative;
     min-height: 500px;
   }
   
   .about-text-left {
     grid-column: 1;
     grid-row: 1;
     padding: 2rem 1rem;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
   }
   
   .about-image-bottom-left {
     margin-top: 2rem;
   }
   
   .about-image-bottom-left img {
     width: 100%;
     height: 200px;
     object-fit: cover;
     border-radius: 8px;
   }
   
   .about-main-image {
     grid-column: 2;
     grid-row: 1;
     position: relative;
     display: flex;
     align-items: center;
   }
   
   .about-main-image img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     border-radius: 8px;
   }
   
   .about-right-content {
     grid-column: 3;
     grid-row: 1;
     display: flex;
     flex-direction: column;
     gap: 1.5rem;
     position: relative;
   }
   
   .about-image-top-right {
     position: relative;
   }
   
   .about-image-top-right img {
     width: 100%;
     height: 200px;
     object-fit: cover;
     border-radius: 8px;
   }
   
   .about-text-right {
     padding: 1rem 0;
     display: flex;
     flex-direction: column;
     justify-content: center;
   }
   
   .about-card {
     position: absolute;
     z-index: 10;
     bottom: 60px;
     left: -150px;
   }
   
   .about-card .card-content {
     background: white;
     padding: 1.5rem;
     border-radius: 12px;
     box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
     margin-top: -2rem;
     margin-left: -1rem;
     max-width: 350px;
   }
   
   .card-icon {
     margin-bottom: 1rem;
   }
   
   .card-icon i {
     width: 24px;
     height: 24px;
     color: #EE3A23;
   }
   
   .card-title {
     font-size: 1.1rem;
     font-weight: 600;
     margin-bottom: 0.5rem;
     color: #333;
   }
   
   .card-description {
     font-size: 0.9rem;
     color: #666;
     margin: 0;
   }
   
   .about-title {
     font-size: 1.6rem;
     font-weight: 500;
     color: #333;
   }
   
   .about-description {
     font-size: 1rem;
     line-height: 1.6;
     color: #666;
     margin-bottom: 1rem;
   }
   
   /* ===========================================
      LOGO SLIDER
      =========================================== */
   .logo-slider {}
   
   .logo-slider .logo-img {
     max-width: 200px;
   }
   
   .logos {
     overflow-x: auto;
     scrollbar-width: none;
     -ms-overflow-style: none;
   }
   
   .logos::-webkit-scrollbar {
     display: none;
   }
   
   .logo-img {
     height: 60px;
     width: auto;
     object-fit: contain;
     flex-shrink: 0;
     transition: transform 0.3s ease;
   }
   
   .logo-img:hover {
     transform: scale(1.05);
   }
   
   /* ===========================================
      DONATION TILES
      =========================================== */
   .donation-tiles {
     padding: 80px 0;
     background-color: #f8f9fa;
   }
   
   .donation-card {
     background: white;
     border-radius: 12px;
     box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
     overflow: hidden;
     transition: transform 0.3s ease, box-shadow 0.3s ease;
     height: 100%;
     display: flex;
     flex-direction: column;
   }
   
   .donation-card:hover {
     transform: translateY(-5px);
     box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
   }
   
   .card-image {
     position: relative;
     height: 250px;
     overflow: hidden;
   }
   
   .card-image img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     transition: transform 0.3s ease;
   }
   
   .donation-card:hover .card-image img {
     transform: scale(1.05);
   }
   
   .category-tag {
     position: absolute;
     top: 15px;
     left: 15px;
     background: rgba(0, 0, 0, 0.8);
     color: white;
     padding: 6px 12px;
     border-radius: 20px;
     font-size: 12px;
     font-weight: 600;
     text-transform: uppercase;
     letter-spacing: 0.5px;
   }
   
   .donation-card .card-content {
     padding: 24px;
     flex: 1;
     display: flex;
     flex-direction: column;
   }
   
   .card-title {
     font-size: 1.25rem;
     font-weight: 700;
     color: #333;
     margin-bottom: 12px;
     line-height: 1.3;
   }
   
   .card-description {
     font-size: 0.95rem;
     color: #666;
     line-height: 1.5;
     margin-bottom: 20px;
     flex: 1;
   }
   
   .progress-section {
     display: flex;
     align-items: center;
     gap: 12px;
     margin-bottom: 16px;
   }
   
   .progress-bar {
     flex: 1;
     height: 6px;
     background-color: #e5e7eb;
     border-radius: 3px;
     overflow: hidden;
   }
   
   .progress-fill {
     height: 100%;
     background-color: #EE3A23;
     border-radius: 3px;
     transition: width 0.3s ease;
   }
   
   .progress-percentage {
     font-size: 0.9rem;
     font-weight: 600;
     color: #333;
     min-width: 35px;
   }
   
   .funding-info {
     display: flex;
     justify-content: space-between;
     margin-bottom: 20px;
     padding: 12px 0;
     border-top: 1px solid #f0f0f0;
   }
   
   .goal-info,
   .raised-info {
     display: flex;
     flex-direction: column;
     gap: 4px;
   }
   
   .label {
     font-size: 0.8rem;
     color: #666;
     font-weight: 500;
   }
   
   .amount {
     font-size: 1rem;
     font-weight: 700;
     color: #333;
   }
   
   .donate-btn {
     width: 100%;
     padding: 12px 24px;
     background: white;
     border: 2px solid #333;
     color: #333;
     font-weight: 600;
     font-size: 0.95rem;
     border-radius: 6px;
     transition: all 0.3s ease;
     cursor: pointer;
   }
   
   .donate-btn:hover {
     background: #333;
     color: white;
     transform: translateY(-1px);
   }
   
   /* ===========================================
      HIGHLIGHT SECTION
      =========================================== */
   .highlight-section {
     padding: 80px 0;
     position: relative;
     background-image: url(assets/images/highlight-section-bg.jpg);
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     background-attachment: fixed;
     min-height: 580px;
     display: flex;
     align-items: center;
   }
   
   
   
   .highlight-section::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.5);
     z-index: 1;
   }
   
   .highlight-section .container {
     position: relative;
     z-index: 2;
   }
   
   .highlight-section .row {
     min-height: 420px;
     display: flex;
     align-items: center;
   }
   
   .highlight-section .col-6 {
     display: flex;
     flex-direction: column;
     justify-content: center;
   }
   
   .highlight-section .heading-title-two {
     color: #fff;
     margin-bottom: 1.5rem;
   }
   
   .highlight-section .sub-title {
     color: #fff;
     opacity: 0.9;
   }
   
   /* ===========================================
      FOOTER
      =========================================== */
   .footer-top-section {
     border-bottom: 1px solid rgba(255, 255, 255, 0.1);
     padding-bottom: 3rem;
     margin-bottom: 3rem;
   }
   
   .footer-top-section h2 {
     font-size: 2.5rem;
     font-weight: 700;
     margin-bottom: 1rem;
   }
   
   .footer-top-section p {
     font-size: 1.1rem;
     max-width: 600px;
     margin: 0 auto;
   }
   
   .footer-grid {
     display: grid;
     grid-template-columns: 1fr 1fr 1fr 1fr;
     gap: 3rem;
     margin-bottom: 3rem;
   }
   .footer-brand .social-links {
     display: flex;
     align-items: center;
   }
   
   .social-link {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     width: 40px;
     height: 40px;
     background: rgba(255, 255, 255, 0.1);
     border-radius: 50%;
     transition: all 0.3s ease;
   }
   
   .social-link:hover {
     background: rgba(255, 255, 255, 0.2);
     transform: translateY(-2px);
   }
   
   .social-link i {
     width: 20px;
     height: 20px;
   }
   
   .footer-links ul li a {
     transition: color 0.3s ease;
     font-weight: 300;
   }
   .contact-info, .footer-brand{
     font-weight: 300;
   }
   
   .footer-links ul li a:hover {
     color: #fff !important;
   }
   
   .contact-info div {
     display: flex;
     align-items: flex-start;
     gap: 8px;
   }
   
   .contact-info i {
     flex-shrink: 0;
     margin-top: 2px;
   }

   /* ===========================================
      Sidebar
      =========================================== */
#widget-area .wp-block-image img{
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}
#widget-area .wp-block-heading {

}
#widget-area .wp-block-latest-posts.wp-block-latest-posts__list li{
  clear: both;
    overflow-wrap: break-word;
    height: auto;
    position: relative;
    display: inline-block;
    margin-bottom: 1.5rem;
    line-height: 1.45;
    font-size: .938rem;
}
#widget-area .wp-block-latest-posts.wp-block-latest-posts__list li:last-child{
  margin-bottom: 0px;
}
#widget-area .wp-block-latest-posts li .wp-block-latest-posts__featured-image{

}
#widget-area .wp-block-latest-posts__featured-image{
  -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 0px;
    margin-top: 0px;
}
#widget-area .ff-default .ff_btn_style{
  padding: 10px 15px 7px 15px;
  font-size: 14px;
}
#widget-area .ff-default .ff-el-form-control{
  font-size: 0.8rem;
}
#widget-area .wp-block-latest-posts__featured-image img{
  border-radius: 10px;
}

#widget-area .wp-block-latest-posts__post-title{
  font-size: .938rem;
  font-weight: 500;
  line-height: normal;
  color: #111111;
}

/* ===============================================
     Donation Form Styles
     =============================================== */
#fluentform_1 label{
  font-size: 13.008px;
}
#fluentform_1 input{
  /* height: 50px; */
  border-radius: 10px;
  padding: 18px 15px;
}
#fluentform_1 input, textarea[placeholder]{
  font-size: 13.008px;
}
#fluentform_1 input[type="checkbox"]{
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
#fluentform_1 textarea{
  padding: 18px 15px;
  border-radius: 10px;
  height: 115px;
}
#fluentform_1 button[type="submit"]{
  font-size: .938rem;
  font-weight: 500;
  padding: 12px 25px 10px 25px;
}
#fluentform_1 .lucide{
  width: 20px;
  margin-left: 10px;
}
/* ===============================================
     Social Media Widget Styles
     =============================================== */
  
     .gt-social-links ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    
    .gt-social-links li {
      margin-bottom: 0.75rem;
    }
    
    .gt-social-links a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0.75rem 1rem;
      background: #eee;
      border-radius: 0rem;
      text-decoration: none;
      transition: all 0.3s ease;
      color: #333;
    }
    
    .gt-social-links a:hover {
      transform: translateX(5px);
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
    
    .gt-social-links .gt-item {
      display: flex;
      align-items: center;
      gap: 0.75rem;
    }
    
    .gt-social-links .gt-item i {
      font-size: 1.25rem;
      width: 24px;
      height: 24px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    .gt-social-links .gt-item span {
      font-weight: 600;
      font-size: 0.7rem;
      text-transform: uppercase;
    }
    
    .gt-social-links .gt-follow {
      font-weight: 600;
      font-size: 0.7rem;
      opacity: 0.7;
      text-transform: uppercase;
    }
    
    /* Individual social platform colors */
    .gt-social-links .gt-instagram:hover {
      background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
      color: white;
    }
    
    .gt-social-links .gt-x-twitter:hover {
      background: #000000;
      color: white;
    }
    
    .gt-social-links .gt-youtube:hover {
      background: #FF0000;
      color: white;
    }
    
    .gt-social-links .gt-facebook:hover {
      background: #1877F2;
      color: white;
    }
    
    .gt-social-links a:hover .gt-follow {
      opacity: 1;
    }
    
    /* Size variations */
    .gt-social-links.gt-size-s a {
      padding: 0.6rem 0.85rem;
      font-size: 1rem;
    }
    
    .gt-social-links.gt-size-s .gt-item i {
      font-size: 1.1rem;
    }
    
    /* Alignment variations */
    .gt-social-links.gt-align-left {
      text-align: left;
    }
    
    .gt-social-links.gt-align-center ul {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    
    .gt-social-links.gt-align-center li {
      width: 100%;
      max-width: 300px;
    }
    .gt-item .lucide {
      width: 18px;
      height: 18px;
    }


   /* ===========================================
      RESPONSIVE DESIGN
      =========================================== */
   
   /* About Grid Responsive */
   @media (max-width: 1200px) {
     .about-card {
       bottom: -20px;
       left: -100px;
     }
     
     .card-content {
       
     }
   }
   
   @media (max-width: 992px) {
     .about-grid-layout {
       grid-template-columns: 1fr;
       grid-template-rows: auto auto auto;
       gap: 2rem;
     }
     
     .about-text-left {
       grid-column: 1;
       grid-row: 1;
     }
     
     .about-main-image {
       grid-column: 1;
       grid-row: 2;
     }
     
     .about-right-content {
       grid-column: 1;
       grid-row: 3;
       gap: 1rem;
     }
     
     .about-card {
       position: static;
       bottom: auto;
       left: auto;
     }
     
     .about-card .card-content {
       margin-top: 0;
       margin-left: 0;
       max-width: 100%;
     }
   }
   
   @media (max-width: 768px) {
     .about-title {
       font-size: 2rem;
     }
     
     .about-description {
       font-size: 0.9rem;
     }
     
     .about-card .card-content {
       padding: 1rem;
       max-width: 100%;
     }
     
     .about-card {
       position: static;
       bottom: auto;
       left: auto;
     }
     
     .highlight-section {
       padding: 60px 0;
       min-height: 500px;
     }
     
     .highlight-section .row {
       min-height: 360px;
     }
     
     .highlight-section .heading-title-two {
       font-size: 2.5rem;
       line-height: 1.2;
     }
     
     .highlight-section .sub-title {
       font-size: 16px;
     }
     
     .donation-tiles {
       padding: 60px 0;
     }
     
     .card-image {
       height: 200px;
     }
     
     .donation-card .card-content {
       width: 100%;
       padding: 20px;
     }
     
     .card-title {
       font-size: 1.1rem;
     }
     
     .card-description {
       font-size: 0.9rem;
     }
   }
   
   @media (max-width: 576px) {
     .about-grid-layout {
       gap: 1.5rem;
     }
     
     .about-text-left {
       padding: 1rem 0.5rem;
     }
     
     .about-image-bottom-left {
       margin-top: 1rem;
     }
     
     .about-image-bottom-left img {
       height: 150px;
     }
     
     .about-image-top-right img {
       height: 150px;
     }
     
     .about-card .card-content {
       padding: 0.75rem;
     }
     
     .highlight-section {
       padding: 40px 0;
       min-height: 400px;
     }
     
     .highlight-section .row {
       min-height: 300px;
     }
     
     .highlight-section .heading-title-two {
       font-size: 2rem;
       line-height: 1.1;
     }
     
     .highlight-section .sub-title {
       font-size: 14px;
     }
     
     .donation-tiles {
       padding: 40px 0;
     }
     
     .card-image {
       height: 180px;
     }
     
     .donation-card .card-content {
       padding: 16px;
     }
     
     .card-title {
       font-size: 1rem;
     }
     
     .card-description {
       font-size: 0.85rem;
     }
     
     .donate-btn {
       padding: 10px 20px;
       font-size: 0.9rem;
     }
     
     .logos {
       padding: 1rem 0.5rem !important;
     }
     
     .logo-img {
       height: 40px;
       padding: 0 0.75rem !important;
     }
   }
   
   @media (max-width: 380px) {
     .logo-img {
       height: 35px;
       padding: 0 0.5rem !important;
     }
   }
   
   /* Large screens */
   @media (min-width: 1200px) {
     .logo-img {
       height: 70px;
     }
   }
   
   /* Tablet and medium screens */
   @media (max-width: 768px) {
     .logo-img {
       height: 50px;
       padding: 0 1rem !important;
     }
   }
   
   /* Donation form responsive */
   @media (max-width: 576px) {
     .donate-now .fui-input-wrapper .fui-layout-wrap {
       grid-template-columns: repeat(2, minmax(0, 1fr));
     }
   }
   
   @media (max-width: 380px) {
     .donate-now .fui-input-wrapper .fui-layout-wrap {
       grid-template-columns: 1fr;
     }
   }
   
   /* Navbar Responsive */
   @media (max-width: 768px) {
     .navbar.fixed-top {
       padding: 0.5rem 0;
     }
   }
   
   /* Footer Responsive */
   @media (max-width: 992px) {
     .footer-grid {
       grid-template-columns: 1fr 1fr;
       gap: 2rem;
     }
   }
   
   @media (max-width: 768px) {
     .footer-grid {
       grid-template-columns: 1fr;
       gap: 2rem;
     }
     
     .footer-brand {
       text-align: center;
     }
     
     .footer-links,
     .footer-contact {
       text-align: center;
     }
     
     .social-links {
       justify-content: center;
     }
     
     .contact-info div {
       justify-content: center;
     }
   }
   
  @media (max-width: 576px) {
    .footer-grid {
      gap: 1.5rem;
    }
    
    .social-link {
      width: 35px;
      height: 35px;
    }
    
    .social-link i {
      width: 18px;
      height: 18px;
    }
  }

  /* ===============================================
     COMMENTS SECTION STYLES
     =============================================== */
  
  .comments-section {
    max-width: 900px;
    margin: 0 0 0 auto;
  }
  
  /* Comments Title */
  .comments-title {
    font-family: "Bricolage Grotesque", Sans-serif;
    font-size: medium;
    font-weight: 600;
    color: #030712;
    margin-bottom: 2rem;
    letter-spacing: -0.5px;
  }
  
  .comments-title.nocomments {
    color: #6b7280;
    font-weight: 500;
  }
  
  /* Comment List */
  .commentlist {
    margin: 0;
    padding: 0;
  }
  .commentlist{
    width: 100% !important;
  }
  .commentlist > li {
    margin-bottom: 2rem;
  }
  
  /* Individual Comment */
  .comment {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    transition: all 0.3s ease;
    position: relative;
  }
  
  .comment:hover {
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); */
    border-color: #d1d5db;
  }
  
  /* Nested Comments */
  .commentlist .children {
    margin-left: 3rem;
    margin-top: 1.5rem;
    padding-left: 1.5rem;
    border-left: 2px solid #e5e7eb;
    list-style: none;
  }
  
  .commentlist .children .comment {
    background: #f9fafb;
    border-color: #e5e7eb;
  }
  
  /* Comment Meta (Author Info) */
  .comment-meta {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f3f4f6;
  }
  
  .comment-author.vcard {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 1;
  }
  
  .comment-author img {
    border-radius: 50%;
    width: 56px;
    height: 56px;
    object-fit: cover;
    border: 2px solid #e5e7eb;
    transition: border-color 0.3s ease;
  }
  
  .comment:hover .comment-author img {
    border-color: #EE3A23;
  }
  
  .comment-author .fn {
    font-weight: 600;
    font-size: 1rem;
    color: #030712;
    text-decoration: none;
    display: block;
    margin-bottom: 0.25rem;
  }
  
  .comment-author .fn a {
    color: #030712;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .comment-author .fn a:hover {
    color: #EE3A23;
  }
  
  .comment-author time {
    font-size: 0.875rem;
    color: #6b7280;
    display: block;
  }
  
  .comment-author time a {
    color: #6b7280;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .comment-author time a:hover {
    color: #EE3A23;
  }
  
  .edit-link {
    margin-left: auto;
  }
  
  .edit-link a {
    font-size: 0.75rem;
    color: #6b7280;
    text-decoration: none;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    transition: all 0.3s ease;
  }
  
  .edit-link a:hover {
    color: #EE3A23;
    background: #fef2f2;
  }
  
  /* Comment Awaiting Moderation */
  .comment-awaiting-moderation {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: #fef3c7;
    color: #92400e;
    font-size: 0.875rem;
    border-radius: 6px;
    margin-top: 0.5rem;
    font-style: normal;
  }
  
  /* Comment Content */
  .comment-content {
    color: #374151;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1rem;
  }
  
  .comment-content p {
    margin-bottom: 0.75rem;
  }
  
  .comment-content p:last-child {
    margin-bottom: 0;
  }
  
  /* Reply Link */
  .reply {
    margin-top: 1rem;
  }
  
  .comment-reply-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.675rem;
    font-weight: 600;
    color: #EE3A23;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    transition: all 0.3s ease;
    background: transparent;
    border: 1px solid #EE3A23;
  }
  
  .comment-reply-link:hover {
    background: #EE3A23;
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(238, 58, 35, 0.2);
  }
  
  .comment-reply-link span {
    font-size: 0.75rem;
  }
  
  /* Comment Navigation */
  .comment-navigation {
    padding: 1rem 0;
  }
  
  .comment-navigation .nav-previous,
  .comment-navigation .nav-next {
    margin: 0;
  }
  
  .comment-navigation a {
    color: #EE3A23;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    display: inline-block;
    border: 1px solid transparent;
  }
  
  .comment-navigation a:hover {
    background: #fef2f2;
    border-color: #EE3A23;
    transform: translateY(-1px);
  }
  
  /* Comment Form Wrapper */
  .comment-form-wrapper {
    background: #f9fafb;
    border-radius: 12px;
    padding: 2rem;
    border: 1px solid #e5e7eb;
  }
  
  #commentform {
    margin-top: 1.5rem;
  }
  
  /* Comment Form Fields */
  #commentform .form-floating {
    margin-bottom: 1rem;
  }
  
  #commentform .form-floating > .form-control {
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: white;
  }
  
  #commentform .form-floating > textarea.form-control {
    min-height: 150px;
    resize: vertical;
  }
  
  #commentform .form-control:focus {
    border-color: #EE3A23;
    box-shadow: 0 0 0 3px rgba(238, 58, 35, 0.1);
    outline: none;
  }
  
  /* Hide placeholder text when using floating labels to prevent overlap */
  #commentform .form-floating > .form-control::placeholder {
    color: transparent;
  }
  
  #commentform .form-floating > .form-control::-webkit-input-placeholder {
    color: transparent;
  }
  
  #commentform .form-floating > .form-control::-moz-placeholder {
    color: transparent;
    opacity: 1;
  }
  
  #commentform .form-floating > .form-control:-ms-input-placeholder {
    color: transparent;
  }
  
  #commentform label {
    color: #6b7280;
    font-weight: 500;
  }
  
  /* Cancel Reply Link */
  #cancel-comment-reply-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f3f4f6;
    color: #6b7280;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-left: 0.5rem;
  }
  
  #cancel-comment-reply-link:hover {
    background: #EE3A23;
    color: white;
    transform: scale(1.1);
  }
  
  #cancel-comment-reply-link i {
    width: 18px;
    height: 18px;
  }
  
  /* Comment Notes */
  .comment-notes {
    color: #6b7280;
    font-size: 0.875rem;
    margin-bottom: 1rem;
    padding: 0.75rem;
    background: #fef2f2;
    border-radius: 8px;
    border-left: 3px solid #EE3A23;
  }
  
  /* Logged in message */
  .logged-in-as {
    background: #eff6ff;
    color: #212529;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    font-size: 0.875rem;
  }
  
  .logged-in-as a {
    color: #EE3A23;
    font-weight: 600;
    text-decoration: none;
  }
  
  .logged-in-as a:hover {
    text-decoration: underline;
  }
  
  /* Cookie Consent Checkbox */
  .comment-form-cookies-consent {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1rem;
  }
  
  .comment-form-cookies-consent input[type="checkbox"] {
    margin-top: 0.25rem;
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #EE3A23;
  }
  
  .comment-form-cookies-consent label {
    font-size: 0.875rem;
    color: #6b7280;
    line-height: 1.5;
    cursor: pointer;
    margin: 0;
  }
  
  /* Submit Button */
  .form-submit {
    margin-top: 1.5rem;
  }
  
  #commentform .btn-primary {
    background: #EE3A23;
    border: none;
    color: white;
    font-weight: 600;
    padding: 0.875rem 2rem;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
    text-transform: none;
  }
  
  #commentform .btn-primary:hover {
    background: #d6281a;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(238, 58, 35, 0.3);
  }
  
  #commentform .btn-primary:active {
    transform: translateY(0);
  }
  
  /* Pingbacks and Trackbacks */
  .pingback,
  .trackback {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1rem;
  }
  
  .pingback p,
  .trackback p {
    margin: 0;
    color: #6b7280;
    font-size: 0.875rem;
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .comments-title {
      font-size: 1.5rem;
    }
    
    .comment {
      padding: 1rem;
    }
    
    .comment-meta {
      flex-direction: column;
      gap: 0.75rem;
    }
    
    .comment-author img {
      width: 48px;
      height: 48px;
    }
    
    .commentlist .children {
      margin-left: 1rem;
      padding-left: 1rem;
    }
    
    .comment-form-wrapper {
      padding: 1.5rem;
    }
    
    #commentform .btn-primary {
      width: 100%;
    }
  }

  /* ===============================================
     POST NAVIGATION STYLES
     =============================================== */
  
  .post-navigation {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-top: 3rem;
  }
  
  .previous-post,
  .next-post {
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    text-decoration: none;
    color: #030712;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
  }
  
  .previous-post:hover,
  .next-post:hover {
    border-color: #EE3A23;
    box-shadow: 0 4px 12px rgba(238, 58, 35, 0.15);
    transform: translateY(-2px);
    text-decoration: none;
    color: #030712;
  }
  
  /* Previous Post - Left Aligned */
  .previous-post {
    align-items: flex-start;
    text-align: left;
  }
  
  /* Next Post - Right Aligned */
  .next-post {
    align-items: flex-end;
    text-align: right;
  }
  
  .nav-direction {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #EE3A23;
    margin-bottom: 0.5rem;
    display: block;
  }
  
  .nav-arrow {
    font-size: 1.25rem;
    color: #EE3A23;
    margin: 0.5rem 0;
    display: block;
    transition: transform 0.3s ease;
  }
  
  .previous-post:hover .nav-arrow {
    transform: translateX(-4px);
  }
  
  .next-post:hover .nav-arrow {
    transform: translateX(4px);
  }
  
  .nav-title {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
    color: #030712;
    display: block;
    margin-top: 0.25rem;
  }
  
  /* Add subtle background accent on hover */
  .previous-post::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #EE3A23;
    transform: scaleY(0);
    transition: transform 0.3s ease;
    transform-origin: bottom;
  }
  
  .previous-post:hover::before {
    transform: scaleY(1);
    transform-origin: top;
  }
  
  .next-post::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background: #EE3A23;
    transform: scaleY(0);
    transition: transform 0.3s ease;
    transform-origin: bottom;
  }
  
  .next-post:hover::before {
    transform: scaleY(1);
    transform-origin: top;
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .post-navigation {
      grid-template-columns: 1fr;
      gap: 1rem;
    }
    
    .previous-post,
    .next-post {
      padding: 1.25rem;
    }
    
    .next-post {
      align-items: flex-start;
      text-align: left;
    }
    
    .nav-title {
      font-size: 0.938rem;
    }
  }

  /* ===============================================
     RELATED POSTS STYLES
     =============================================== */
  
  .related-posts-section {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  
  .related-posts-title {
    font-family: "Bricolage Grotesque", Sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #030712;
    margin-bottom: 1.5rem;
    letter-spacing: -0.5px;
  }
  
  .related-posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
  
  .related-post-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
  }
  
  .related-post-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-color: #d1d5db;
    transform: translateY(-2px);
  }
  
  .related-post-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #f3f4f6;
  }
  
  .related-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }
  
  .related-post-card:hover .related-post-image img {
    transform: scale(1.05);
  }
  
  .related-post-image a {
    display: block;
    width: 100%;
    height: 100%;
  }
  
  .related-post-content {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  
  .related-post-meta {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    margin-bottom: 0.75rem;
    font-size: 0.875rem;
    color: #6b7280;
  }
  
  .related-post-date {
    color: #6b7280;
  }
  
  .related-post-category {
    color: #EE3A23;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
  }
  
  .related-post-title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 0.75rem 0;
    color: #030712;
  }
  
  .related-post-title a {
    color: #030712;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .related-post-title a:hover {
    color: #EE3A23;
    text-decoration: none;
  }
  
  .related-post-excerpt {
    font-size: 0.938rem;
    line-height: 1.6;
    color: #939393;
    margin: 0;
    flex: 1;
  }
  
  /* Responsive */
  @media (max-width: 992px) {
    .related-posts-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media (max-width: 768px) {
    .related-posts-grid {
      grid-template-columns: 1fr;
    }
    
    .related-post-image {
      height: 180px;
    }
    
    .related-post-content {
      padding: 1.25rem;
    }
    
    .related-posts-title {
      font-size: 1.25rem;
    }
  }

  /* ===============================================
     AUTHOR BIO CARD STYLES
     =============================================== */
  
  .author-bio-card {
    background: #f9f9f980;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  
  .author-bio-content {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
  }
  
  .author-avatar {
    flex-shrink: 0;
  }
  
  .author-avatar a {
    display: block;
    text-decoration: none;
  }
  
  .author-img {
    width: 120px;
    height: 120px;
    border-radius: 12px;
    object-fit: cover;
    display: block;
    border: 2px solid #f3f4f6;
    transition: border-color 0.3s ease;
  }

  .author-avatar .avatar{
    width: 120px;
  }
  
  .author-avatar:hover .author-img {
    border-color: #EE3A23;
  }
  
  .author-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0rem;
  }
  
  .author-label {
    font-size: .875rem;
    color: #6b7280;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    display: block;
  }
  
  .author-name {
    font-size: 1.125rem;
    font-weight: 600;
    color: #030712;
    margin: 0;
    line-height: 1.3;
  }
  
  .author-name a {
    color: #030712;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .author-name a:hover {
    color: #EE3A23;
    text-decoration: none;
  }
  
  .author-description {
    font-size: .875rem;
    line-height: 1.4;
    color: #374151;
    margin: 0.5rem 0 0 0;
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .author-bio-card {
      padding: 1.5rem;
    }
    
    .author-bio-content {
      flex-direction: column;
      gap: 1rem;
    }
    
    .author-avatar {
      align-self: center;
    }
    
    .author-img {
      width: 100px;
      height: 100px;
    }
    
    .author-name {
      font-size: 1.25rem;
    }
    
    .author-description {
      font-size: 0.938rem;
    }
  }

  /* ===============================================
     BLOG PAGE STYLES
     =============================================== */
  
  /* Blog Header Section */
  .blog-header-section {
    padding: 3rem 0 2rem;
    text-align: center;
  }
  
  .blog-subtitle {
    font-size: 0.875rem;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
    font-weight: 500;
  }
  
  .blog-title {
    font-family: "Bricolage Grotesque", Sans-serif;
    font-size: 3rem;
    font-weight: 700;
    color: #030712;
    margin-bottom: 1rem;
    letter-spacing: -1px;
  }
  
  .blog-description {
    font-size: 1.125rem;
    color: #6b7280;
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto;
  }
  
  /* Blog Posts List */
  .blog-posts-list {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
  
  .blog-post-item {
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 3rem;
  }
  
  .blog-post-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  
  .blog-post-image {
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    background: #f3f4f6;
  }
  
  .blog-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }
  
  .blog-post-image:hover img {
    transform: scale(1.05);
  }
  
  .blog-post-image a {
    display: block;
    width: 100%;
    height: 100%;
  }
  
  .blog-post-content {
    padding: 0;
  }
  
  .blog-post-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #6b7280;
    margin-bottom: 1rem;
  }
  
  .meta-author a {
    color: #030712;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
  }
  
  .meta-author a:hover {
    color: #EE3A23;
  }
  
  .meta-separator {
    color: #d1d5db;
  }
  
  .meta-category {
    color: #EE3A23;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
  }
  
  .meta-comments,
  .meta-read-time {
    color: #6b7280;
  }
  
  .blog-post-title {
    font-family: "Bricolage Grotesque", Sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 1rem 0;
    color: #030712;
    letter-spacing: -0.5px;
  }
  
  .blog-post-title a {
    color: #030712;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .blog-post-title a:hover {
    color: #EE3A23;
    text-decoration: none;
  }
  
  .blog-post-excerpt {
    font-size: 1rem;
    line-height: 1.7;
    color: #374151;
    margin-bottom: 1.5rem;
  }
  
  .blog-post-footer {
    margin-top: 1.5rem;
  }
  
  .btn-read-more {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: #EE3A23;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.875rem;
    transition: all 0.3s ease;
  }
  
  .btn-read-more:hover {
    background: #d6281a;
    transform: translateX(5px);
    color: white;
    text-decoration: none;
  }
  
  .btn-read-more i {
    width: 16px;
    height: 16px;
  }
  
  /* Pagination */
  .blog-pagination {
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
  
  .blog-pagination .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .blog-pagination .page-numbers li {
    margin: 0;
  }
  
  .blog-pagination .page-numbers a,
  .blog-pagination .page-numbers span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 0.75rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    color: #6b7280;
    background: #f3f4f6;
    transition: all 0.3s ease;
  }
  
  .blog-pagination .page-numbers .current,
  .blog-pagination .page-numbers a:hover {
    background: #EE3A23;
    color: white;
  }
  
  .blog-pagination .page-numbers .prev,
  .blog-pagination .page-numbers .next {
    padding: 0 1rem;
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .blog-title {
      font-size: 2rem;
    }
    
    .blog-description {
      font-size: 1rem;
    }
    
    .blog-post-image {
      height: 250px;
    }
    
    .blog-post-title {
      font-size: 1.5rem;
    }
    
    .blog-post-meta {
      font-size: 0.75rem;
    }
    
    .blog-posts-list {
      gap: 2rem;
    }
    
    .blog-post-item {
      padding-bottom: 2rem;
    }
  }

  /* ===============================================
     SEARCH RESULTS PAGE STYLES
     =============================================== */
  
  .search-results-page {
    padding: 2rem 0;
  }
  
  .search-results-header {
    text-align: center;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 3rem;
  }
  
  .search-results-title {
    font-family: "Bricolage Grotesque", Sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #030712;
    margin: 0;
    letter-spacing: -0.5px;
  }
  
  .search-results-title .search-query {
    color: #EE3A23;
    font-style: italic;
  }

  /* ===============================================
     404 ERROR PAGE STYLES
     =============================================== */
  
  .error404-page {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 0;
  }
  
  .error404-content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
  }
  
  .error404-number {
    font-family: "Bricolage Grotesque", Sans-serif;
    font-size: 8rem;
    font-weight: 700;
    color: #030712;
    line-height: 1;
    margin: 0 0 1rem 0;
    letter-spacing: -2px;
  }
  
  /* Adjust size for "No Results" text on search page */
  .search-no-results .error404-number {
    font-size: 4rem;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  
  .error404-title {
    font-family: "Bricolage Grotesque", Sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #030712;
    line-height: 1.2;
    margin: 0 0 1.5rem 0;
    letter-spacing: -0.5px;
  }
  
  .error404-description {
    font-size: 1.125rem;
    line-height: 1.7;
    color: #6b7280;
    margin: 0 0 3rem 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .error404-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  
  .error404-search {
    width: 100%;
    max-width: 500px;
  }
  
  .error404-search .search-form {
    width: 100%;
  }
  
  .error404-search .input-group {
    display: flex;
    gap: 0rem;
    width: 100%;
  }
  
  .error404-search .form-control {
    flex: 1;
    padding: 0.875rem 1.25rem;
    border: 1px solid #d1d5db;
    border-radius: 50px;
    font-size: 1rem;
    transition: all 0.3s ease;
  }
  
  .error404-search .form-control:focus {
    border-color: #EE3A23;
    box-shadow: 0 0 0 3px rgba(238, 58, 35, 0.1);
    outline: none;
  }
  
  .error404-search .btn-secondary {
    padding: 0.875rem 2rem;
    background: #EE3A23;
    border: none;
    color: white;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    white-space: nowrap;
  }
  
  .error404-search .btn-secondary:hover {
    background: #d6281a;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(238, 58, 35, 0.3);
  }
  
  /* Search Modal Styling */
  .search-modal-content {
    border-radius: 12px;
    border: none;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  }
  
  .search-modal-content .modal-header {
    padding: 1.5rem 1.5rem 0.5rem;
  }
  
  .search-modal-content .modal-title {
    font-family: "Bricolage Grotesque", Sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #030712;
  }
  
  .search-modal-content .modal-body {
    padding: 0 1.5rem 1.5rem;
  }
  
  .search-modal-form {
    width: 100%;
  }
  
  .search-modal-form .input-group {
    display: flex;
    gap: 0;
    width: 100%;
  }
  
  .search-modal-form .form-control {
    flex: 1;
    padding: 0.875rem 1.25rem;
    border: 1px solid #d1d5db;
    border-radius: 50px 0 0 50px;
    font-size: 1rem;
    transition: all 0.3s ease;
  }
  
  .search-modal-form .form-control:focus {
    border-color: #EE3A23;
    box-shadow: 0 0 0 3px rgba(238, 58, 35, 0.1);
    outline: none;
    z-index: 1;
  }
  
  .search-modal-form .btn-secondary {
    padding: 0.875rem 2rem;
    background: #EE3A23;
    border: 1px solid #EE3A23;
    border-left: none;
    color: white;
    border-radius: 0 50px 50px 0;
    font-weight: 600;
    transition: all 0.3s ease;
    white-space: nowrap;
  }
  
  .search-modal-form .btn-secondary:hover {
    background: #d6281a;
    border-color: #d6281a;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(238, 58, 35, 0.3);
    color: white;
  }
  
  .search-modal-form .btn-secondary:focus {
    box-shadow: 0 0 0 3px rgba(238, 58, 35, 0.1);
  }
  
  /* User Modal Styling */
  .user-modal-content {
    border-radius: 12px;
    border: none;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  }
  
  .user-modal-content .modal-header {
    padding: 1.5rem 1.5rem 0.5rem;
  }
  
  .user-modal-content .modal-body {
    padding: 0 1.5rem 1.5rem;
  }
  
  .user-modal-tabs .nav-tabs {
    border-bottom: 2px solid #e5e7eb;
  }
  
  .user-modal-tabs .nav-tabs .nav-link {
    border: none;
    border-bottom: 2px solid transparent;
    color: #6b7280;
    padding: 0.75rem 1.5rem;
    font-weight: 500;
    transition: all 0.3s ease;
    margin-right: 1rem;
  }
  
  .user-modal-tabs .nav-tabs .nav-link:hover {
    color: #030712;
    border-bottom-color: #d1d5db;
  }
  
  .user-modal-tabs .nav-tabs .nav-link.active {
    color: #EE3A23;
    border-bottom-color: #EE3A23;
    background: transparent;
  }
  
  .user-modal-form {
    width: 100%;
  }
  
  .user-modal-form .form-label {
    font-weight: 500;
    color: #030712;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
  }
  
  .user-modal-form .form-control {
    padding: 0.875rem 1.25rem;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
  }
  
  .user-modal-form .form-control:focus {
    border-color: #EE3A23;
    box-shadow: 0 0 0 3px rgba(238, 58, 35, 0.1);
    outline: none;
  }
  
  .user-modal-form .form-check-label {
    font-size: 0.875rem;
    color: #6b7280;
  }
  
  .user-modal-form .btn-secondary {
    padding: 0.875rem 2rem;
    background: #EE3A23;
    border: 1px solid #EE3A23;
    color: white;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    width: 100%;
  }
  
  .user-modal-form .btn-secondary:hover {
    background: #d6281a;
    border-color: #d6281a;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(238, 58, 35, 0.3);
    color: white;
  }
  
  .user-modal-form .btn-secondary:focus {
    box-shadow: 0 0 0 3px rgba(238, 58, 35, 0.1);
  }
  
  .user-modal-form a {
    color: #EE3A23;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .user-modal-form a:hover {
    color: #d6281a;
    text-decoration: underline;
  }
  
  /* User Dropdown Menu Styling */
  #userDropdown {
    border: none;
    padding: 0.5rem;
  }
  
  #userDropdown .dropdown-toggle::after {
    display: none;
  }
  
  /* User Dropdown Menu - Keep open on hover */
  .dropdown-menu {
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    padding: 0.5rem 0;
    min-width: 200px;
    margin-top: 0;
    pointer-events: auto;
  }
  
  /* Reduce gap between button and dropdown */
  #userDropdown + .dropdown-menu,
  .dropdown-menu[aria-labelledby="userDropdown"] {
    margin-top: 0.5rem;
  }
  
  /* Ensure dropdown container keeps menu open and bridge gap */
  .dropdown:has(#userDropdown) {
    position: relative;
  }
  
  .dropdown:has(#userDropdown) .dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
    top: 100%;
  }
  
  /* Bridge gap between button and menu with invisible area */
  .dropdown:has(#userDropdown)::before {
    content: '';
    position: absolute;
    top: 100%;
    right: 0;
    width: 200px;
    height: 0.5rem;
    background: transparent;
    z-index: 1000;
  }
  
  /* Bridge gap for all navbar dropdowns */
  .navbar-nav .dropdown::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0.75rem;
    background: transparent;
    z-index: 1001;
    pointer-events: auto;
  }
  
  /* Ensure navbar dropdowns stay open on hover */
  .navbar-nav .dropdown-menu {
    margin-top: 0.5rem;
  }
  
  /* Ensure dropdown container is positioned correctly */
  .navbar-nav .dropdown {
    position: relative;
  }
  
  /* Keep dropdown open when hovering over container */
  .navbar-nav .dropdown:hover > .dropdown-menu,
  .dropdown:hover > .dropdown-menu {
    display: block !important;
    opacity: 1;
    visibility: visible;
  }
  
  /* User dropdown hover */
  .dropdown:has(#userDropdown):hover .dropdown-menu {
    display: block !important;
  }
  
  .dropdown-item {
    padding: 0.625rem 1rem;
    font-size: 0.875rem;
    transition: all 0.2s ease;
  }
  
  .dropdown-item:hover {
    background-color: #f3f4f6;
    color: #030712;
  }
  
  .dropdown-item-text {
    padding: 0.625rem 1rem;
    display: block;
    font-size: 0.875rem;
  }
  
  .dropdown-item-text strong {
    display: block;
    color: #030712;
    margin-bottom: 0.25rem;
  }
  
  .dropdown-item-text small {
    color: #6b7280;
    font-size: 0.75rem;
  }
  
  .dropdown-divider {
    margin: 0.5rem 0;
    border-color: #e5e7eb;
  }
  
  .dropdown-item.text-danger {
    color: #dc2626 !important;
  }
  
  .dropdown-item.text-danger:hover {
    background-color: #fee2e2;
    color: #991b1b !important;
  }
  
  .user-modal-error {
    margin-bottom: 1rem;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    font-size: 0.875rem;
    border: 1px solid #fca5a5;
    background-color: #fee2e2;
    color: #991b1b;
  }
  
  .user-modal-success {
    margin-bottom: 1rem;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    font-size: 0.875rem;
    border: 1px solid #86efac;
    background-color: #dcfce7;
    color: #166534;
  }
  
  /* Contact Us Page Template Styles */
  .contact-hero-section {
    padding: 5rem 0;
    background: #ffffff;
  }
  
  .contact-hero-title {
    font-family: "Bricolage Grotesque", Sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: #030712;
    margin-bottom: 1.5rem;
  }
  
  .contact-hero-description {
    font-family: "Bricolage Grotesque", Sans-serif;
    font-size: 1.125rem;
    line-height: 1.6;
    color: #030712;
    margin-bottom: 0;
  }
  
  .contact-hero-image {
    border-radius: 12px;
    overflow: hidden;
  }
  
  .contact-hero-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  
  /* Contact Form Container */
  .contact-form-container {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    padding: 2.5rem;
    margin-top: 2rem;
  }
  
  .contact-form-mission {
    font-family: "Bricolage Grotesque", Sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #030712;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
  }
  
  .contact-form-wrapper {
    width: 100%;
  }
  
  .contact-form-wrapper .fluent_form {
    margin: 0;
  }
  
  .contact-form-wrapper .fluent_form .ff-el-form-control {
    border-radius: 8px;
    border: 1px solid #d1d5db;
    padding: 0.875rem 1.25rem;
    font-size: 1rem;
    transition: all 0.3s ease;
  }
  
  .contact-form-wrapper .fluent_form .ff-el-form-control:focus {
    border-color: #EE3A23;
    box-shadow: 0 0 0 3px rgba(238, 58, 35, 0.1);
    outline: none;
  }
  
  .contact-form-wrapper .fluent_form .ff-btn-submit {
    background: #EE3A23;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 0.875rem 2rem;
    font-weight: 600;
    transition: all 0.3s ease;
    width: 100%;
  }
  
  .contact-form-wrapper .fluent_form .ff-btn-submit:hover {
    background: #d6281a;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(238, 58, 35, 0.3);
  }
  
  /* Impact Statement Section */
  .contact-impact-section {
    background: #ffffff;
    padding: 3rem 0;
  }
  
  .contact-impact-text {
    font-family: "Bricolage Grotesque", Sans-serif;
    font-size: 1.125rem;
    line-height: 1.6;
    color: #030712;
    max-width: 900px;
    margin: 0 auto;
  }
  
  /* Contact Details Section */
  .contact-details-section {
    background: #ffffff;
    padding: 3rem 0;
  }
  
  .contact-location-title {
    font-family: "Bricolage Grotesque", Sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #030712;
  }
  
  .contact-detail-item {
    margin-bottom: 1.5rem;
  }
  
  .contact-icon {
    width: 20px;
    height: 20px;
    color: #EE3A23;
    flex-shrink: 0;
    margin-top: 0.25rem;
  }
  
  .contact-detail-item p {
    font-family: "Bricolage Grotesque", Sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #030712;
    margin: 0;
  }
  
  .contact-detail-item a {
    color: #030712;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .contact-detail-item a:hover {
    color: #EE3A23;
  }
  
  /* Partner Logos Section */
  .partner-logos-section {
    background: #f9fafb;
    padding: 3rem 0;
  }
  
  .partner-logo {
    max-height: 50px;
    max-width: 150px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: opacity 0.3s ease;
  }
  
  .partner-logo:hover {
    opacity: 1;
    filter: grayscale(0%);
  }
  
  /* Contact CTA Section */
  .contact-cta-section {
    background: #030712;
    padding: 5rem 0;
    color: #ffffff;
  }
  
  .contact-cta-subtitle {
    font-family: "Bricolage Grotesque", Sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #ffffff;
    margin-bottom: 1rem;
    opacity: 0.8;
  }
  
  .contact-cta-title {
    font-family: "Bricolage Grotesque", Sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 1.5rem;
  }
  
  .contact-cta-description {
    font-family: "Bricolage Grotesque", Sans-serif;
    font-size: 1.125rem;
    line-height: 1.6;
    color: #ffffff;
    max-width: 700px;
    margin: 0 auto 2rem;
    opacity: 0.9;
  }
  
  .btn-contact-cta {
    padding: 1rem 2.5rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 50px;
    background: #ffffff;
    color: #030712;
    border: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
  }
  
  .btn-contact-cta:hover {
    background: #f3f4f6;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
    color: #030712;
  }
  
  .btn-contact-cta i {
    width: 18px;
    height: 18px;
  }
  
  /* Responsive Styles */
  @media (max-width: 991.98px) {
    .contact-hero-title {
      font-size: 2.5rem;
    }
    
    .contact-cta-title {
      font-size: 2.25rem;
    }
    
    .contact-form-container {
      margin-top: 3rem;
    }
  }
  
  @media (max-width: 767.98px) {
    .contact-hero-title {
      font-size: 2rem;
    }
    
    .contact-cta-title {
      font-size: 1.875rem;
    }
    
    .contact-form-container {
      padding: 2rem 1.5rem;
    }
  }
  
  .btn-back-homepage {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 2rem;
    background: #EE3A23;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
  }
  
  .btn-back-homepage:hover {
    background: #d6281a;
    transform: translateX(5px);
    color: white;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(238, 58, 35, 0.3);
  }
  
  .btn-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transition: all 0.3s ease;
  }
  
  .btn-back-homepage:hover .btn-arrow {
    background: rgba(255, 255, 255, 0.3);
    transform: translateX(3px);
  }
  
  .btn-arrow i {
    width: 16px;
    height: 16px;
    color: white;
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .error404-number {
      font-size: 6rem;
    }
    
    .error404-title {
      font-size: 1.75rem;
    }
    
    .error404-description {
      font-size: 1rem;
      padding: 0 1rem;
    }
    
    .error404-search {
      width: 100%;
      padding: 0 1rem;
    }
    
    .error404-search .input-group {
      flex-direction: column;
    }
    
    .error404-search .btn-secondary {
      width: 100%;
    }
    
    .btn-back-homepage {
      padding: 0.875rem 1.5rem;
      font-size: 0.938rem;
    }
  }
  
  
