
    :root {
      --primary: #0F3D68;
      --secondary: #0E7C86;
      --accent: #D6A531;
      --red: #B83232;
      --cream: #FAF8F5;
      --light: #F4F6F8;
      --dark: #222222;
      --text: #5f6670;
    }

    body {
      font-family: 'Inter', sans-serif;
      color: var(--dark);
      overflow-x: hidden;
    }

    h1,
    h2,
    h3,
    h4,
    h5 {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-weight: 800;
    }

    p {
      color: var(--text);
      line-height: 1.8;
    }

    a {
      color: var(--secondary);
      font-weight: 700;
      text-decoration: none;
    }

    .section-padding {
      padding: 90px 0;
    }
/* ================================
   DESKTOP DROPDOWN
================================ */

@media (min-width: 992px) {

    .navbar .dropdown-menu {
        display: none;
        position: absolute;
        min-width: 220px;
        margin-top: 0;
        z-index: 1050;
    }

    .navbar .dropdown:hover > .dropdown-menu {
        display: block;
    }

    /* Level 2 submenu */
    .navbar .dropdown-submenu {
        position: relative;
    }

    .navbar .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: 0;
        display: none;
    }

    .navbar .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

}
.navbar-nav .nav-item{
        margin-right: 20px;
}
.salesian-community table{
        width:auto !important;
}
.salesian-community table img{
    width:100px !important;
}
/* ================================
   MOBILE / TABLET DROPDOWN
================================ */

@media (max-width: 991.98px) {

    .navbar-collapse {
        width: 100%;
    }

    .navbar-nav {
        width: 100%;
    }

    .navbar-nav .nav-item {
        width: 100%;
    }

    .navbar-nav .nav-link {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    /* Main dropdown */
    .navbar-nav .dropdown-menu {
        position: static !important;
        float: none;
        width: 100%;
        margin: 0;
        border: 0;
        box-shadow: none;
        padding-left: 15px;
        display: none;
    }

    /* Bootstrap opens this */
    .navbar-nav .dropdown.show > .dropdown-menu {
        display: block;
    }

    /* Submenu */
    .navbar-nav .dropdown-submenu > .dropdown-menu {
        position: static !important;
        width: 100%;
        margin: 0;
        padding-left: 15px;
        display: none;
    }

    .navbar-nav .dropdown-submenu.show > .dropdown-menu {
        display: block;
    }

    .navbar-nav .dropdown-item {
        white-space: normal;
        width: 100%;
        padding: 10px 15px;
    }

    /* Make dropdown arrows easier to see */
    .navbar-nav .dropdown-toggle::after {
        margin-left: auto;
    }

}



    .section-title {
      font-size: 42px;
      color: var(--primary);
      margin-bottom: 15px;
    }

    .section-subtitle {
      max-width: 720px;
      margin: auto;
      font-size: 18px;
    }

    .btn-main {
      background: var(--accent);
      color: #172033;
      border-radius: 50px;
      padding: 13px 30px;
      font-weight: 800;
      border: none;
      box-shadow: 0 12px 24px rgba(214, 165, 49, 0.26);
    }

    .btn-main:hover {
      background: #c49422;
      color: #172033;
    }

    .btn-outline-main {
      border: 2px solid #fff;
      color: #fff;
      border-radius: 50px;
      padding: 12px 30px;
      font-weight: 700;
    }

    .btn-outline-main:hover {
      background: #fff;
      color: var(--primary);
    }

    .topbar {
      background: #092c4d;
      color: #fff;
      font-size: 14px;
      padding: 9px 0;
    }

    .topbar a {
      color: #fff;
      text-decoration: none;
    }

    .topbar-link {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      opacity: 0.94;
    }

    .topbar-social a {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: rgba(255, 255, 255, 0.12);
      margin-left: 6px;
      transition: 0.25s;
    }

    .topbar-social a:hover {
      background: var(--accent);
      color: #172033;
    }

    .brand-banner {
      position: relative;
      overflow: hidden;
      /* background: linear-gradient(115deg, #fff3bf 0%, #f3d96d 45%, #0f3d68 100%); */
      border-bottom: 1px solid rgba(255, 255, 255, 0.16);
      padding: 26px 0;
    }

    .brand-banner::before {
      content: "";
      position: absolute;
      inset: 0;
      /* background: linear-gradient(90deg, rgba(5, 22, 39, 0.84) 0%, rgba(5, 22, 39, 0.56) 52%, rgba(5, 22, 39, 0.74) 100%); */
      pointer-events: none;
    }

    .brand-banner-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .brand-logo-title {
      color: var(--primary);
      display: flex;
      align-items: center;
      gap: 16px;
      line-height: 1.05;
    }

    .brand-mark {
      width: 74px;
      height: 74px;
      flex: 0 0 auto;
      border-radius: 8px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(145deg, var(--primary), var(--secondary));
      color: #fff;
      box-shadow: 0 12px 26px rgba(15, 61, 104, 0.22);
      font-size: 38px;
    }


    .brand-mark img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      display: block;
    }

    .brand-title {
      margin: 0;
      color: #fff;
      font-size: 32px;
      line-height: 1.12;
      letter-spacing: 0;
      text-shadow: 0 2px 16px rgba(0, 0, 0, 0.34);
    }

    .brand-subtitle {
      display: block;
      color: #ffe7a1;
      font-family: 'Inter', sans-serif;
      font-size: 15px;
      font-weight: 800;
      letter-spacing: 0.4px;
      text-transform: none;
      margin-top: 8px;
      text-shadow: 0 2px 14px rgba(0, 0, 0, 0.34);
    }

    .brand-banner-note {
      position: relative;
      z-index: 2;
      color: #fff;
      font-weight: 800;
      text-align: right;
      max-width: 290px;
      text-shadow: 0 2px 14px rgba(0, 0, 0, 0.36);
    }

    .brand-banner-note span {
      color: var(--secondary);
      display: block;
      font-size: 14px;
      margin-top: 4px;
    }

    .navbar {
      background: var(--primary);
      box-shadow: 0 12px 35px rgba(9, 44, 77, 0.16);
      padding: 0;
    }

    .navbar .container {
      position: relative;
    }

    .menu-brand-mobile {
      color: #fff;
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-weight: 800;
      padding: 13px 0;
    }

    .navbar-toggler {
      border-color: rgba(255, 255, 255, 0.45);
    }

    .navbar-toggler:focus {
      box-shadow: none;
    }

    .navbar-toggler-icon {
      filter: invert(1) grayscale(1) brightness(2);
    }

    .nav-link {
    font-weight: 500;
    color: #fff;
    margin: 0 1px;
    letter-spacing: 0.5px;
    border-radius: 0;
    padding: 10px 11px !important;
    transition: 0.25s;
    font-size: 15px;
    white-space: nowrap;
    }

    .nav-link:hover,
    .nav-link:focus,
    .nav-link.active,
    .nav-item.show>.nav-link {
      color: #172033;
      background: var(--accent);
    } 

    .dropdown-menu {
      border: 0;
      border-radius: 8px;
      box-shadow: 0 18px 40px rgba(9, 44, 77, 0.18);
      padding: 8px;
      min-width: 300px;
      margin-top: 0;
    }

    .dropdown-item {
      border-radius: 6px;
      color: #28384a;
      font-weight: 700;
      padding: 10px 13px;
      white-space: normal;
    }

    .dropdown-item:hover,
    .dropdown-item:focus {
      background: rgba(14, 124, 134, 0.1);
      color: var(--primary);
    }

    .dropdown-submenu {
      position: relative;
    }

    .dropdown-submenu>.dropdown-menu {
      top: 0;
      left: 100%;
      margin-left: 8px;
    }

    .dropdown-submenu>.dropdown-item::after {
      content: "\F285";
      font-family: "bootstrap-icons";
      float: right;
      font-size: 12px;
      margin-top: 4px;
    }

    @media (min-width: 992px) {

      .dropdown:hover>.dropdown-menu,
      .dropdown-submenu:hover>.dropdown-menu {
        display: block;
      }
    }

    .donate-menu-btn {
      background: var(--red);
      color: #fff !important;
      padding-left: 18px !important;
      padding-right: 18px !important;
    }

    .donate-menu-btn:hover,
    .donate-menu-btn:focus {
      background: #972929 !important;
      color: #fff !important;
    }

    .announcement {
      background: #fff7df;
      border-bottom: 1px solid rgba(214, 165, 49, 0.35);
      color: #4f3610;
      overflow: hidden;
    }

    .announcement-inner {
      display: flex;
      align-items: center;
      min-height: 34px;
      gap: 16px;
    }

    .announcement-label {
      flex: 0 0 auto;
      background: var(--red);
      color: #fff;
      font-weight: 800;
      font-size: 13px;
      padding: 7px 14px;
      border-radius: 999px;
      display: inline-flex;
      align-items: center;
      gap: 7px;
    }

    .marquee {
      min-width: 0;
      overflow: hidden;
      flex: 1;
    }

    .marquee-track {
      display: inline-flex;
      gap: 44px;
      white-space: nowrap;
      min-width: max-content;
      animation: marquee 1s linear infinite;
      font-weight: 700;
      will-change: transform;
    }

    .marquee:hover .marquee-track {
      animation-play-state: paused;
    }

    @keyframes marquee {
      from {
        transform: translateX(100%);
      }

      to {
        transform: translateX(-100%);
      }
    }

    .hero-slider {
      position: relative;
      background: #092c4d;
    }

    .hero-slide {
      min-height: 620px;
      display: flex;
      align-items: center;
      color: #fff;
      background-size: cover;
      background-position: center;
      position: relative;
    }

    .hero-slide::before {
      content: "";
      position: absolute;
      inset: 0;
      /*background: linear-gradient(90deg, rgba(5, 22, 39, 0.86) 0%, rgba(5, 22, 39, 0.7) 42%, rgba(5, 22, 39, 0.24) 72%, rgba(5, 22, 39, 0.08) 100%);*/
    }

    .hero-slide::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, rgba(0, 0, 0, 0.3), transparent 58%);
      pointer-events: none;
    }

    .hero-slide .container {
      position: relative;
      z-index: 2;
      padding-bottom: 110px;
    }

    .slide-one {
      background-image: url('images/slider1.png');
    }

    .slide-two {
      background-image: url('images/slider2.jpg');
    }

    .slide-three {
      background-image: url('images/slider3.png');
    }

    .hero-slider h1 {
      font-size: 62px;
      line-height: 1.1;
      max-width: 760px;
    }

    .hero-slider p {
      color: #f4f9ff;
      font-size: 19px;
      max-width: 650px;
    }

    .hero-badge {
      display: inline-block;
      background: rgba(255, 255, 255, 0.15);
      border: 1px solid rgba(255, 255, 255, 0.35);
      padding: 8px 18px;
      border-radius: 50px;
      margin-bottom: 12px;
      color: #fff;
      font-weight: 700;
    }

    .carousel-control-prev,
    .carousel-control-next {
      width: 58px;
      height: 58px;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(255, 255, 255, 0.16);
      border: 1px solid rgba(255, 255, 255, 0.35);
      border-radius: 50%;
      opacity: 1;
      margin: 0 22px;
      backdrop-filter: blur(8px);
    }

    .carousel-control-prev:hover,
    .carousel-control-next:hover {
      background: var(--accent);
    }

    .carousel-indicators {
      bottom: 118px;
      margin-bottom: 0;
    }

    .carousel-indicators [data-bs-target] {
      width: 10px;
      height: 10px;
      border-radius: 50%;
    }

    .program-strip {
      position: relative;
      z-index: 5;
      margin-top: -94px;
      padding-bottom: 34px;
    }

    .program-box {
      height: 100%;
      min-height: 124px;
      background: #fff;
      border-radius: 8px;
      border: 1px solid rgba(15, 61, 104, 0.08);
      box-shadow: 0 18px 38px rgba(9, 44, 77, 0.14);
      padding: 18px 14px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      transition: 0.25s;
    }

    .program-box:hover {
      transform: translateY(-6px);
      border-color: rgba(14, 124, 134, 0.28);
      box-shadow: 0 24px 48px rgba(9, 44, 77, 0.18);
    }

    .program-icon {
      width: 44px;
      height: 44px;
      border-radius: 12px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 12px;
      background: rgba(14, 124, 134, 0.1);
      color: var(--secondary);
      font-size: 22px;
    }

    .program-box h3 {
      color: var(--primary);
      font-size: 14px;
      line-height: 1.28;
      margin: 0;
      min-height: 36px;
      display: flex;
      align-items: flex-start;
      letter-spacing: 0;
      overflow-wrap: normal;
    }


    .welcome-section {
      position: relative;
      overflow: hidden;   
      padding: 88px 0 74px;
    }

    .welcome-section::before {
      content: "";
      position: absolute;
      width: 420px;
      height: 420px;
      left: -160px;
      top: 60px;
      background: radial-gradient(circle, rgba(214, 165, 49, 0.14), transparent 68%);
      pointer-events: none;
      animation: softFloat 9s ease-in-out infinite alternate;
    }

    .welcome-section::after {
      content: "";
      position: absolute;
      width: 360px;
      height: 360px;
      right: -120px;
      bottom: 30px;
      background: radial-gradient(circle, rgba(14, 124, 134, 0.11), transparent 70%);
      pointer-events: none;
      animation: softFloat 11s ease-in-out infinite alternate-reverse;
    }

    .welcome-image-frame {
      position: relative;
      border: 1px solid rgba(14, 124, 134, 0.32);
      border-radius: 8px;
      background: #fff;
      padding: 10px;
      box-shadow: 0 24px 54px rgba(9, 44, 77, 0.11);
      overflow: hidden;
    }

    .welcome-image-frame::after {
      content: "";
      position: absolute;
      inset: 10px;
      border-radius: 6px;
      background: linear-gradient(130deg, rgba(255, 255, 255, 0.0) 40%, rgba(255, 255, 255, 0.38) 50%, rgba(255, 255, 255, 0.0) 62%);
      transform: translateX(-120%);
      animation: imageSheen 5.5s ease-in-out infinite;
      pointer-events: none;
    }

    .welcome-image-frame img {
      width: 100%;
      height: 372px;
      object-fit: cover;
      border-radius: 5px;
      display: block;
    }

    .section-kicker {
      color: #b57a24;
      font-size: 13px;
      font-weight: 800;
      letter-spacing: 4px;
      text-transform: uppercase;
      margin-bottom: 14px;
    }

    .welcome-title {
      color: #b57a24;
      font-family: Georgia, 'Times New Roman', serif;
      font-size: 40px;
      line-height: 1.16;
      margin-bottom: 22px;
    }

    .welcome-lead p{
      color: #25365f;
      font-size: 18px;
      line-height: 1.75;
      margin-bottom: 12px;
    }

    .welcome-copy {
      color: #676f7a;
      line-height: 1.85;
      margin-bottom: 26px;
    }

    .welcome-info-card {
      height: 100%;
      background: #fff;
      border: 1px solid rgba(15, 61, 104, 0.12);
      border-radius: 8px;
      padding: 22px 20px;
      box-shadow: 0 16px 34px rgba(9, 44, 77, 0.07);
      transition: 0.28s;
    }

    .welcome-info-card:hover {
      transform: translateY(-5px);
      border-color: rgba(214, 165, 49, 0.5);
    }

    .welcome-info-card h3 {
      color: #b57a24;
      font-size: 14px;
      letter-spacing: 3px;
      text-transform: uppercase;
      margin-bottom: 13px;
    }

    .welcome-info-card p {
      color: #25365f;
      line-height: 1.7;
      margin: 0;
    }

    .director-section {
      position: relative;
      overflow: hidden;
      background: linear-gradient(135deg, #0f3d68 0%, #0e7c86 100%);
      color: #fff;
      padding: 76px 0;
    }

    .director-section::before {
      content: "";
      position: absolute;
      inset: -40%;
      background:
        radial-gradient(circle at 20% 30%, rgba(214, 165, 49, 0.28), transparent 26%),
        radial-gradient(circle at 75% 20%, rgba(255, 255, 255, 0.16), transparent 24%),
        radial-gradient(circle at 52% 80%, rgba(184, 50, 50, 0.18), transparent 28%);
      animation: directorBg 18s ease-in-out infinite alternate;
    }

    .director-section .container {
      position: relative;
      z-index: 2;
    }

    .director-card {
      background: rgba(255, 255, 255, 0.13);
      border: 1px solid rgba(255, 255, 255, 0.24);
      border-radius: 8px;
      padding: 34px;
      backdrop-filter: blur(10px);
      box-shadow: 0 24px 60px rgba(0, 0, 0, 0.16);
    }

    .director-label {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: #172033;
      background: var(--accent);
      border-radius: 999px;
      padding: 8px 15px;
      font-size: 13px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      margin-bottom: 12px;
    }

    .director-card h2 {
      color: #fff;
      font-size: 36px;
      margin-bottom: 12px;
    }

    .director-card p {
      color: #eef8ff;
      font-size: 17px;
      line-height: 1.85;
      margin-bottom: 12px;
    }

    .director-signature {
      color: #fff;
      font-weight: 800;
      margin-top: 24px;
    }
.director-signature a {
    color: #ffc63f !important;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.director-signature a .arrow {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    transition: transform 0.3s ease;
}

/* Arrow animation on hover */
.director-signature a:hover .arrow {
    transform: translateX(7px);
}

/* Text hover */
.director-signature a:hover {
    color: #ffffff !important;
}

    .director-signature span {
      display: block;
        color: rgb(255 198 63);
      font-size: 14px;
      font-weight: 600;
      margin-top: 5px;
    }

    .director-stat {
      background: rgba(255, 255, 255, 0.94);
      border-radius: 8px;
      padding: 24px;
      height: 100%;
      box-shadow: 0 18px 44px rgba(0, 0, 0, 0.14);
    }

    .director-stat i {
      color: var(--red);
      font-size: 34px;
      margin-bottom: 12px;
      display: inline-block;
    }

    .director-stat h3 {
      color: var(--primary);
      font-size: 22px;
      margin-bottom: 8px;
    }

    .director-stat p {
      color: var(--text);
      font-size: 15px;
      line-height: 1.65;
      margin: 0;
    }

    .reveal-up {
      opacity: 0;
      transform: translateY(28px);
      transition: opacity 0.8s ease, transform 0.8s ease;
    }

    .reveal-up.is-visible {
      opacity: 1;
      transform: translateY(0);
    }

    .delay-1 {
      transition-delay: 0.14s;
    }

    .delay-2 {
      transition-delay: 0.28s;
    }

    .delay-3 {
      transition-delay: 0.42s;
    }

    @keyframes imageSheen {

      0%,
      45% {
        transform: translateX(-120%);
      }

      70%,
      100% {
        transform: translateX(120%);
      }
    }

    @keyframes softFloat {
      to {
        transform: translate3d(28px, -22px, 0) scale(1.08);
      }
    }

    @keyframes directorBg {
      from {
        transform: translate3d(-2%, -1%, 0) rotate(0deg) scale(1);
      }

      to {
        transform: translate3d(2%, 1%, 0) rotate(6deg) scale(1.08);
      }
    }

    .impact-box {
      background: #fff;
      border-radius: 8px;
      padding: 35px 20px;
      text-align: center;
      box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
      height: 100%;
    }

    .impact-box h3 {
      font-size: 42px;
      color: var(--accent);
    }

    .about-img {
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
    }

    .about-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .mission-card {
      background: var(--cream);
      border-left: 5px solid var(--accent);
      padding: 22px;
      border-radius: 8px;
      margin-top: 22px;
    }

    .service-card {
      background: #fff;
      padding: 32px;
      border-radius: 8px;
      box-shadow: 0 12px 35px rgba(0, 0, 0, 0.07);
      height: 100%;
      min-height: 276px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      transition: 0.3s;
      border: 1px solid transparent;
    }

    .service-card:hover {
      transform: translateY(-8px);
      border-color: var(--secondary);
    }

    .service-icon {
      width: 62px;
      height: 62px;
      background: rgba(14, 124, 134, 0.1);
      color: var(--secondary);
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 8px;
      font-size: 30px;
      margin-bottom: 20px;
    }

    .timeline-item {
      position: relative;
      padding: 25px;
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 12px 35px rgba(0, 0, 0, 0.07);
      height: 100%;
    }

    .timeline-year {
      color: var(--accent);
      font-size: 26px;
      font-weight: 800;
    }

    .story-card {
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
      background: #fff;
      height: 100%;
    }

    .story-card img {
      width: 100%;
      height: 240px;
      object-fit: cover;
    }

    .story-card-body {
      padding: 28px;
    }

    .gallery-img {
      border-radius: 8px;
      width: 100%;
      height: 260px;
      object-fit: cover;
      transition: 0.3s;
    }

    .gallery-img:hover {
      transform: scale(1.04);
    }

    .donate-cta {
      background: linear-gradient(rgba(15, 61, 104, 0.9), rgba(15, 61, 104, 0.9)), url('images/gallery5.jpg') center/cover;
      border-radius: 8px;
      padding: 70px 40px;
      color: #fff;
    }

    .donate-cta p {
      color: #f4f9ff;
    }

    footer {
      background: #0c294c;
      color: #fff;
      padding-top: 70px;
    }

    footer p,
    footer a {
      color: #cbd7e6;
      text-decoration: none;
      font-size: 15px;
    }

    footer a:hover {
          color: #ffde91 !important;
    }

    .footer-title {
      color: #fff;
      margin-bottom: 20px;
      font-size: 15px;
      font-weight: 400;
    }

    .footer-bottom {
      border-top: 1px solid rgba(255, 255, 255, 0.12);
      padding: 18px 0;
      margin-top: 40px;
      text-align: center;
    }
  .footer-bottom a{
         color: #ffde91 !important; 
  }
    .footer-bottom a:hover{
         color: #fff !important; 
         text-decoration:underline;
  }

    /* Final header, marquee, slider, and feature-box refinements */
    .brand-logo-title {
      position: relative;
      z-index: 2;
      color: #fff;
    }

    .brand-banner-note span {
      color: #ffe7a1;
    }

    .announcement-inner {
      min-height: 34px;
    }

    .announcement-label {
      font-size: 12px;
      padding: 5px 12px;
    }

    .announcement-label i {
      animation: announcementPulse 1.9s ease-in-out infinite;
      transform-origin: center;
    }

    .marquee-track {
      animation-duration: 24s;
      font-size: 14px;
    }

    .hero-slide {
      background-color: rgba(255, 255, 255, 0.16);
      background-blend-mode: screen;
    }

    .hero-slide .container {
      z-index: 3;
    }

    .program-box {
      min-height: 124px;
      padding: 18px 14px;
      justify-content: flex-start;
    }

    .program-icon {
      margin-bottom: 12px;
    }

    .program-box h3 {
      font-size: 14px;
      line-height: 1.28;
      min-height: 36px;
      letter-spacing: 0;
      overflow-wrap: normal;
    }

    @keyframes announcementPulse {

      0%,
      100% {
        transform: scale(1);
        filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0));
      }

      50% {
        transform: scale(1.16);
        filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.75));
      }
    }

    @media (max-width: 991px) {

      .brand-banner {
        padding: 16px 0;
      }

      .brand-banner-inner {
        align-items: flex-start;
      }


      .brand-mark img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
      }

      .brand-title {
        font-size: 27px;
      }

      .brand-subtitle {
        font-size: 11px;
      }

      .brand-mark {
        width: 52px;
        height: 52px;
        font-size: 26px;
      }

      .announcement-label {
        display: none;
      }

      .announcement-inner {
        min-height: 38px;
      }

      .hero-slide {
        min-height: 520px;
        text-align: center;
      }

      .hero-slider h1 {
        font-size: 34px;
      }

      .hero-slider p {
        font-size: 16px;
      }

      .carousel-control-prev,
      .carousel-control-next {
        width: 44px;
        height: 44px;
        margin: 0 8px;
      }

      .carousel-indicators {
        bottom: 86px;
      }

      .program-strip {
        margin-top: -52px;
      }

      .btn-main,
      .btn-outline-main {
        width: 100%;
        margin-bottom: 10px;
      }


      .welcome-image-frame img {
        height: 230px;
      }

      .welcome-title {
        font-size: 28px;
      }

      .welcome-lead {
        font-size: 16px;
      }

      .director-section {
        padding: 54px 0;
      }

      .director-card h2 {
        font-size: 26px;
      }

      .section-title {
        font-size: 29px;
      }

      .donate-cta {
        padding: 45px 20px;
      }
    }

    @media (max-width: 991px) {
      .brand-subtitle {
        font-size: 14px;
        line-height: 1.25;
      }

      .program-box {
        min-height: 112px;
      }
    }

    @media (max-width: 576px) {
      .announcement-inner {
        min-height: 32px;
      }

      .marquee-track {
        font-size: 13px;
      }

      .program-box {
        min-height: 106px;
        padding: 15px 12px;
      }

      .program-icon {
        width: 38px;
        height: 38px;
        font-size: 19px;
        margin-bottom: 10px;
      }

      .program-box h3 {
        font-size: 13px;
        min-height: 34px;
      }
    }

    /* Requested section upgrades */
    .director-card {
      height: 100%;
    }

    .director-photo-wrap {
      position: relative;
      height: 100%;
      min-height: 420px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 24px 60px rgba(0, 0, 0, .18);
      border: 1px solid rgba(255, 255, 255, .26);
    }

    .director-photo-wrap img {
      width: 100%;
      height: 520px;
      object-fit: cover;
      display: block;
    }

    .director-photo-caption {
      position: absolute;
      left: 18px;
      right: 18px;
      bottom: 18px;
      background: rgba(5, 22, 39, .74);
      color: #fff;
      border-radius: 8px;
      padding: 16px 18px;
      backdrop-filter: blur(8px);
    }

    .director-photo-caption strong,
    .director-photo-caption span {
      display: block;
    }

    .director-photo-caption span {
      color: rgba(255, 255, 255, .78);
      font-size: 14px;
      margin-top: 4px;
    }

    .who-section {
      position: relative;
      overflow: hidden;
      background: linear-gradient(rgba(255, 253, 248, .94), rgba(255, 253, 248, .94)), url('images/gallery6.jpg') center/cover;
      padding: 88px 0;
    }

    .who-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 18% 20%, rgba(214, 165, 49, .16), transparent 28%), radial-gradient(circle at 86% 74%, rgba(14, 124, 134, .13), transparent 30%);
      pointer-events: none;
    }

    .who-section .container {
      position: relative;
      z-index: 2;
    }

    .section-actions,
    .services-head,
    .news-head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 22px;
      margin-bottom: 34px;
    }

    .section-actions .section-subtitle {
      margin: 0;
    }

    .services-head .text-center,
    .news-head .text-center {
      text-align: left !important;
      margin-bottom: 0 !important;
    }

    .btn-view-all {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: var(--primary);
      color: #fff;
      border-radius: 999px;
      padding: 12px 20px;
      font-weight: 800;
      white-space: nowrap;
    }

    .btn-view-all:hover {
      background: var(--secondary);
      color: #fff;
    }

    .who-card,
    .news-card {
      height: 100%;
      background: #fff;
      border: 1px solid rgba(15, 61, 104, .1);
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 18px 42px rgba(9, 44, 77, .1);
      transition: .28s;
    }

    .who-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 24px 54px rgba(9, 44, 77, .16);
    }

    .who-card img {
      width: 100%;
      height: 190px;
      object-fit: cover;
      display: block;
    }

    .who-card-body,
    .news-card-body {
      padding: 24px;
    }

    .who-card-body h3,
    .news-card h3 {
      color: var(--primary);
      font-size: 23px;
      margin-bottom: 12px;
    }

    .read-more-link {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      color: var(--red);
      font-weight: 800;
      margin-top: 8px;
    }

    .service-card .read-more-link {
      margin-top: auto;
    }

    .read-more-link i {
      transition: .2s;
    }

    .read-more-link:hover i {
      transform: translateX(4px);
    }

    .news-events-section {
      background: #fffdf8;
    }

    .news-card img {
      width: 100%;
      height: 230px;
      object-fit: cover;
      display: block;
    }

    .news-meta {
      color: #b57a24;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 0.4px;
      margin-bottom: 9px;
      display: inline-flex;
      align-items: center;
      gap: 7px;
    }

    .news-card h3 {
      font-size: 22px;
      margin-bottom: 10px;
    }

    .section-carousel-control {
      width: 46px;
      height: 46px;
      top: 50%;
      transform: translateY(-50%);
      background: var(--primary);
      border-radius: 50%;
      opacity: 1;
    }

    .section-carousel-control.carousel-control-prev {
      left: -18px;
    }

    .section-carousel-control.carousel-control-next {
      right: -18px;
    }

    .gallery-showcase {
      background: #f7f7f4;
    }

    .gallery-tile {
      position: relative;
      min-height: 236px;
      border-radius: 8px;
      overflow: hidden;
      display: block;
      color: #fff;
      box-shadow: 0 18px 42px rgba(9, 44, 77, .12);
    }

    .gallery-tile.large {
      min-height: 294px;
    }

    .gallery-tile img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      inset: 0;
      transition: transform .35s ease;
    }

    .gallery-tile::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, transparent 30%, rgba(5, 22, 39, .78) 100%);
    }

    .gallery-tile:hover img {
      transform: scale(1.06);
    }

    .gallery-caption {
      position: absolute;
      z-index: 2;
      left: 18px;
      right: 18px;
      bottom: 18px;
    }

    .gallery-caption span {
      display: block;
      font-size: 12px;
      font-weight: 900;
      letter-spacing: 2px;
      text-transform: uppercase;
      margin-bottom: 6px;
    }

    .gallery-caption h3 {
      color: #fff;
      font-size: 22px;
      margin: 0;
    }

    .contact-section {
      background: #fff;
    }

    .contact-info-panel {
      height: 100%;
      background: var(--primary);
      color: #fff;
      border-radius: 8px;
      padding: 32px;
      box-shadow: 0 18px 42px rgba(9, 44, 77, .12);
    }

    .contact-info-panel h2,
    .contact-info-panel h4 {
      color: #fff;
    }

    .contact-info-panel p {
      color: rgba(255, 255, 255, .82);
    }

    .contact-line {
      display: flex;
      gap: 14px;
      margin-top: 20px;
    }

    .contact-line i {
      width: 42px;
      height: 42px;
      flex: 0 0 auto;
      border-radius: 8px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: rgba(255, 255, 255, .12);
      color: var(--accent);
      font-size: 20px;
    }

    .map-frame {
      height: 100%;
      min-height: 420px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 18px 42px rgba(9, 44, 77, .12);
      border: 1px solid rgba(15, 61, 104, .1);
    }

    .map-frame iframe {
      width: 100%;
      height: 100%;
      border: 0;
      display: block;
    }

    .footer-social {
      display: flex;
      gap: 10px;
      margin-top: 18px;
    }

    .footer-social a {
      width: 38px;
      height: 38px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: rgba(255, 255, 255, .1);
      color: #fff;
      transition: .25s;
    }

    .footer-social a:hover {
      background: var(--accent);
      color: #172033;
    }

    .back-to-top {
      position: fixed;
      right: 18px;
      bottom: 18px;
      z-index: 99;
      width: 46px;
      height: 46px;
      border: 0;
      border-radius: 50%;
      background: var(--red);
      color: #fff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 14px 30px rgba(184, 50, 50, .28);
      opacity: 0;
      visibility: hidden;
      transform: translateY(12px);
      transition: .25s;
    }

    .back-to-top.is-visible {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }

    @media (max-width: 991px) {

      .section-actions,
      .services-head,
      .news-head {
        align-items: flex-start;
        flex-direction: column;
      }

      .director-photo-wrap,
      .map-frame {
        min-height: 340px;
      }

      .section-carousel-control.carousel-control-prev {
        left: 6px;
      }

      .section-carousel-control.carousel-control-next {
        right: 6px;
      }
    }

    @media (max-width: 576px) {
      .who-section {
        padding: 60px 0;
      }

      .director-photo-wrap,
      .map-frame {
        min-height: 300px;
      }

      .gallery-tile,
      .gallery-tile.large {
        min-height: 220px;
      }
    }

    /* Gallery layout fix */
    .gallery-showcase {
      padding-top: 86px;
      padding-bottom: 86px;
      background: #f7f7f4;
    }

    .gallery-showcase .row {
      --bs-gutter-x: 18px;
      --bs-gutter-y: 18px;
    }

    .gallery-tile,
    .gallery-tile.large {
      min-height: auto;
      aspect-ratio: 16 / 10.5;
      height: 100%;
      border-radius: 8px;
      background: #0f3d68;
    }

    .gallery-tile img {
      object-position: center center;
    }

    .gallery-tile::after {
      background: linear-gradient(180deg, rgba(5, 22, 39, 0.04) 20%, rgba(5, 22, 39, 0.38) 58%, rgba(5, 22, 39, 0.88) 100%);
    }

    .gallery-caption {
      left: 16px;
      right: 16px;
      bottom: 16px;
    }

    .gallery-caption h3 {
      font-size: 22px;
      line-height: 1.18;
    }

    @media (max-width: 576px) {
      .gallery-showcase {
        padding-top: 58px;
        padding-bottom: 58px;
      }

      .gallery-tile,
      .gallery-tile.large {
        aspect-ratio: 4 / 3;
      }
    }

    /* Dark News and Events section */
    .news-events-section {
      position: relative;
      overflow: hidden;
      background: linear-gradient(135deg, #071d34 0%, #0f3d68 54%, #08273d 100%);
      color: #fff;
    }

    .news-events-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 18% 20%, rgba(214, 165, 49, 0.16), transparent 28%), radial-gradient(circle at 88% 76%, rgba(14, 124, 134, 0.2), transparent 32%);
      pointer-events: none;
    }

    .news-events-section .container {
      position: relative;
      z-index: 2;
    }

    .news-events-section .section-title {
      color: #fff;
    }

    .news-events-section .section-subtitle {
      color: rgba(255, 255, 255, 0.78);
    }

    .news-events-section .btn-view-all {
      background: var(--accent);
      color: #172033;
    }

    .news-events-section .btn-view-all:hover {
      background: #fff;
      color: var(--primary);
    }

    .news-events-section .news-card {
      background: rgba(255, 255, 255, 0.96);
      border-color: rgba(255, 255, 255, 0.16);
      box-shadow: 0 22px 54px rgba(0, 0, 0, 0.22);
    }

    .news-events-section .section-carousel-control {
      background: var(--accent);
    }

    /* Header design refinement */
    .brand-banner {
      background-position: center center;
      padding: 24px 0 22px;
    }


    .brand-banner-inner {
      min-height: 104px;
    }

    .brand-logo-title {
      gap: 18px;
      color: var(--primary);
    }

    .brand-mark {
      width: 96px;
      height: 96px;
      border-radius: 0;
      background: transparent;
      box-shadow: none;
      padding: 0;
    }

    .brand-mark img {
      width: 96px;
      height: 96px;
      object-fit: contain;
     
    }

    .brand-title {
      color: #123b6d;
      font-size: 38px;
      line-height: 1.08;
      font-weight: 800;
      text-shadow: 0 2px 0 rgba(255, 255, 255, 0.54);
    }

    .brand-subtitle {
      color: #8b241f;
      font-size: 17px;
      font-weight: 800;
      margin-top: 8px;
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.55);
      text-align: center;
    }

    .brand-location {
      display: block;
      color: #173c4f;
      font-size: 14px;
      font-weight: 800;
      margin-top: 5px;
      letter-spacing: 0.2px;
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.55);
    }

    @media (max-width: 991px) {
      .brand-banner-inner {
        min-height: 88px;
      }

      .brand-mark,
      .brand-mark img {
        width: 78px;
        height: 78px;
      }

      .brand-title {
        font-size: 30px;
      }
    }

    @media (max-width: 576px) {
      .brand-logo-title {
        gap: 12px;
      }

      .brand-mark,
      .brand-mark img {
        width: 62px;
        height: 62px;
      }

      .brand-title {
        font-size: 22px;
      }

      .brand-subtitle {
        font-size: 13px;
        margin-top: 5px;
      }

      .brand-location {
        font-size: 12px;
      }
    }

    /* Header logo sizing and background view fix */
    .brand-banner {
      min-height: 152px;
      padding: 20px 0;
      background-size: auto 100%;
      background-position: right center;
      background-repeat: no-repeat;

    }



    .brand-banner-inner {
      min-height: 112px;
      align-items: center;
    }

    .brand-logo-title {
      gap: 18px;
      max-width: 820px;
    }

    .brand-mark,
    .brand-mark img {
    width: 184px;
    height: 120px;
    }

    .brand-mark {
      flex: 0 0 145px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }

    .brand-title {
      font-size: 40px;
      line-height: 1.02;
      max-width: 620px;
    }

    .brand-subtitle {
      margin-top: 8px;
    }

    .brand-location {
      margin-top: 4px;
    }

    @media (max-width: 991px) {
      .brand-banner {
        min-height: 132px;
        background-size: auto 100%;
        background-position: right center;
      }

      .brand-mark,
      .brand-mark img {
        width: 116px;
        height: 80px;
      }

      .brand-mark {
        flex-basis: 116px;
      }

      .brand-title {
        font-size: 30px;
      }
    }

    @media (max-width: 576px) {
      .brand-banner {
        min-height: 116px;
        background-size: auto 100%;
        background-position: 82% center;
      }

      .brand-logo-title {
        gap: 10px;
      }

      .brand-mark,
      .brand-mark img {
        width: 86px;
        height: 60px;
      }

      .brand-mark {
        flex-basis: 86px;
      }

      .brand-title {
        font-size: 21px;
      }
    }

    /* Compact single-line header title */
    .brand-banner {
      min-height: 118px;
      padding: 5px 0;
    }

    .brand-banner-inner {
      min-height: 94px;
    }

    .brand-logo-title {
      max-width: none;
      flex-wrap: nowrap;
    }

    .brand-logo-title>span:last-child {
      min-width: 0;
    }

    .brand-title {
      white-space: nowrap;
      max-width: none;
      font-size: 36px;
      line-height: 1;
    }

    .brand-subtitle {
      margin-top: 6px;
    }

    .brand-location {
      margin-top: 3px;
          text-align: center;
    }

    @media (max-width: 1199px) {
      .brand-title {
        font-size: 32px;
      }
    }

    @media (max-width: 991px) {
      .brand-banner {
        min-height: 112px;
        padding: 12px 0;
      }

      .brand-banner-inner {
        min-height: 88px;
      }

      .brand-title {
        white-space: normal;
        font-size: 27px;
        line-height: 1.08;
      }
    }

    @media (max-width: 576px) {
      .brand-banner {
        min-height: 98px;
      }

      .brand-banner-inner {
        min-height: 74px;
      }

      .brand-title {
        font-size: 20px;
      }
    }

    /* Requested final refinements */
    .brand-banner {
      /*background: linear-gradient(115deg, #fff4c4 0%, #f7f0da 48%, #f0ead5 100%) !important;*/
      /*background-image: linear-gradient(115deg, #fff4c4 0%, #f7f0da 48%, #f0ead5 100%) !important;*/
      background-size: cover !important;
      background-position: center !important;
      background-repeat: no-repeat !important;
    }



    .who-card,
    .news-card {
      display: flex;
      flex-direction: column;
    }

    .who-card-body,
    .news-card-body {
      flex: 1 1 auto;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }

    .who-card-body p,
    .news-card-body p,
    .service-card p {
      margin-bottom: 24px;
    }

    .who-card .read-more-link,
    .news-card .read-more-link,
    .service-card .read-more-link {
      margin-top: auto;
    }

    footer p {
      color: #dbe8f7;
      font-size: 15px;
      line-height: 1.75;
      margin-bottom: 14px;
    }

    footer a {
      color: #f1f7ff;
      font-size: 15px;
      font-weight: 800;
      line-height: 1.75;
      text-decoration: none;
    }

    footer .col-6 p {
      margin-bottom: 14px;
      line-height: 1.75;
    }

    footer .col-6 a {
      display: inline-block;
      color: #eef6ff;
    }

    /* Compact spacing and counter/footer refinements */
    .section-padding {
      padding: 74px 0px 70px 0px;
    }
    .newsdeatil{
       padding: 0px 0px 70px 0px;
    }

    .welcome-section,
    .director-section,
    .who-section {
      padding-top: 64px;
      padding-bottom: 64px;
    }

    .program-strip {
      padding-bottom: 24px;
    }

    footer {
      padding-top: 52px;
    }

    footer p,
    footer a,
    footer .col-6 p,
    footer .col-6 a {
      font-size: 14px;
      font-weight: 400;
      line-height: 1.45;
    }

    footer p,
    footer .col-6 p {
      margin-bottom: 10px;
    }

    .footer-title {
      margin-bottom: 16px;
    }

    @media (max-width: 991px) {

      .section-padding,
      .welcome-section,
      .director-section,
      .who-section {
        padding-top: 52px;
        padding-bottom: 52px;
      }
    }

    @media (max-width: 576px) {

      .section-padding,
      .welcome-section,
      .director-section,
      .who-section {
        padding-top: 44px;
        padding-bottom: 44px;
      }
    }

    footer .footer-contact-line {
      display: flex;
      align-items: flex-start;
      gap: 7px;
      margin-bottom: 10px;
      line-height: 1.45;
    }

    footer .footer-contact-line i {
      flex: 0 0 14px;
      width: 14px;
      margin-top: 3px;
      text-align: center;
      font-size: 13px;
      line-height: 1;
    }

    footer .footer-contact-line span {
      display: block;
      min-width: 0;
    }

    .donate-menu-btn {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      overflow: hidden;
    }

    .donate-menu-btn .donate-icon {
      display: inline-block;
      font-size: 17px;
      line-height: 1;
      transform-origin: center bottom;
      animation: donateIconPulse 1.7s ease-in-out infinite;
    }

    .donate-menu-btn:hover .donate-icon,
    .donate-menu-btn:focus .donate-icon {
      animation-duration: 0.9s;
    }

    @keyframes donateIconPulse {

      0%,
      100% {
        transform: translateY(0) scale(1) rotate(0deg);
        filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0));
      }

      35% {
        transform: translateY(-2px) scale(1.12) rotate(-5deg);
        filter: drop-shadow(0 4px 8px rgba(255, 255, 255, 0.35));
      }

      62% {
        transform: translateY(0) scale(1.04) rotate(4deg);
      }
    }
 /* ===== Page Header / Breadcrumb ===== */
  .page-header{
    position: relative;
    height: 110px;
    overflow: hidden;
    margin-bottom: 20px;
}

/* Background Image Full Width */

.page-header-bg{
    position:absolute;
    inset:0;
    background:url(images/slider3.png) center center/cover no-repeat;
    z-index:1;
}

/* Left Overlay */

.page-header-content{
    position:absolute;
    inset:0;
    z-index:2;

    display:flex;
    align-items:center;

    background:linear-gradient(
        100deg,
        rgba(10,52,96,.88) 0%,
        rgba(10,52,96,.88) 38%,
        rgba(10,52,96,0) 55%
    );
}
.sec-padding{
    padding-top:0px !important;
    padding-bottom:50px !important;
}
.header-box{
    max-width:100%;

}

.header-box h1{
    color:#fff;
    font-size:68px;
    font-weight:700;
    margin-bottom:18px;
}

.breadcrumb-trail{
    display:flex;
    align-items:center;
    gap:10px;
}

.breadcrumb-trail a{
    color:#fff;
    text-decoration:none;
    font-weight:600;
}

.breadcrumb-trail span{
    color:#f6b52b;
    font-weight:600;
}

.wave{
    position:absolute;
    left:0;
    bottom:-1px;
    width:100%;
    z-index:5;
}

.wave svg{
    width:100%;
    height:70px;
    display:block;
}

/* Content */

.page-header .container{
    position: relative;
    z-index: 2;
}

.page-header h1{
    color:#fff;
    font-size:25px;
    font-weight:700;
    margin-bottom:15px;
}

.breadcrumb-trail{
    display:flex;
    align-items:center;
    gap:10px;
}

.breadcrumb-trail a{
    color:#fff;
    text-decoration:none;
}

.breadcrumb-trail .current{
    color:#f7941d;
}

.wave{
    position:absolute;
    left:0;
    bottom:-50px;
    width:100%;
    line-height:0;
    z-index:2;
}

.wave svg{
    display:block;
    width:100%;
    height:90px;
}
/* Bottom Wave */

.page-header::after{
content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 0px;
    background: #fff;
    z-index: 2;
    clip-path: ellipse(75% 100% at 50% 100%);
}   
.breadcrumb-trail {
      display: flex; align-items: center; gap: 8px; margin-top: 15px;
      font-size: 14px; font-weight: 700; color: #bcd0e0;
    }
    .breadcrumb-trail a { color: #bcd0e0; }
    .breadcrumb-trail a:hover { color: var(--accent); }
    .breadcrumb-trail .current { color: var(--accent); }

    /* Sidebar */

.welcome-sidebar{
    background:#fff;
    border-radius:16px;
    padding:30px;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    position:sticky;
    top:120px;
}

.sidebar-title{
    font-size:22px;
    font-weight:700;
    margin-bottom:25px;
    color:#0d2f63;
    position:relative;
}

.sidebar-title::after{
    content:'';
    width:45px;
    height:3px;
    background:#f7941d;
    display:block;
    margin-top:10px;
}

.sidebar-menu{
    list-style:none;
    padding:0;
    margin:0;
}

.sidebar-menu li{
    margin-bottom:12px;
}

.sidebar-menu li:last-child{
    margin-bottom:0;
}
.subpage{
      padding-bottom: 60px;
}
.sidebar-menu a{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:10px 18px;
    text-decoration:none;
    background:#f8f9fa;
    color:#333;
    border-radius:10px;
    transition:.3s;
    font-weight:500;
}

.sidebar-menu a::after{
    content:"›";
    font-size:20px;
    color:#f7941d;
}

.sidebar-menu a:hover{
    background:#0d2f63;
    color:#fff;
    transform:translateX(5px);
}

.sidebar-menu a:hover::after{
    color:#fff;
}

.sidebar-box{
    margin-top:35px;
    background:#0d2f63;
    color:#fff;
    padding:25px;
    border-radius:15px;
}

.sidebar-box h5{
    margin-bottom:12px;
    font-weight:700;
}

.sidebar-box p{
    font-size:15px;
    line-height:1.7;
    margin-bottom:20px;
}

.sidebar-box .btn{
    border-radius:8px;
    background:#f7941d;
    border:none;
}

.sidebar-box .btn:hover{
    background:#e78100;
}
 
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    display: none;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>.dropdown-item::after {
    content: "›";
    float: right;
}
/* gallery */
.padding{
padding: 0px 0px 70px 0px;
}

.photo-gallery{
  padding: 0px 0px 70px 0px;
  background: #fff;
}

.reach-us .grid-layout-col{
    position:relative;
    background:#fff;
    border-radius:12px;
   height: 218px;
    overflow:hidden;
    z-index:1;
        padding: 15px;
}

.reach-us .grid-layout-col::before{
    content:"";
    position:absolute;
    width:220%;
    height:220%;
    top:-60%;
    left:-60%;
    background:conic-gradient(
        transparent,
        #005fb7,
        transparent,
        #2db7ff,
        transparent
    );
    animation:borderRotate 9s linear infinite;
    z-index:-2;
}

.reach-us .grid-layout-col::after{
    content:"";
    position:absolute;
    inset:2px;
    background:#fff;
    border-radius:10px;
    z-index:-1;
}
.reach-us .grid-layout{
   margin-top: 50px;
}

/* Mobile header/menu fixes */
@media (max-width: 991.98px) {
  .topbar {
    padding: 7px 0;
    font-size: 11px;
    line-height: 1.25;
  }

  .topbar .container {
    align-items: stretch !important;
    gap: 5px !important;
    text-align: center;
  }

  .topbar-contact,
  .topbar-message {
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 5px !important;
  }

  .topbar-link {
    justify-content: center;
    line-height: 1.2;
  }

  .topbar-message > span {
    flex: 1 1 auto;
    min-width: 0;
  }

  .topbar-social {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .topbar-social a {
    width: 22px;
    height: 22px;
    margin-left: 3px;
    font-size: 10px;
  }

  .brand-banner {
    min-height: auto;
    padding: 9px 0;
  }

  .brand-banner-inner {
    min-height: auto;
  }

  .brand-logo-title {
    width: 100%;
    gap: 9px;
  }

  .brand-mark,
  .brand-mark img {
    width: 72px;
    height: 52px;
  }

  .brand-mark {
    flex-basis: 72px;
    box-shadow: none;
  }

  .brand-title {
    color: var(--primary);
    font-size: 18px;
    line-height: 1.08;
    text-shadow: none;
  }

  .brand-subtitle {
    color: #9b2b24;
    font-size: 11px;
    line-height: 1.15;
    margin-top: 3px;
    text-shadow: none;
  }

  .brand-location {
    color: var(--primary);
    display: block;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.2;
  }

  .navbar .container {
    align-items: center;
  }

  .menu-brand-mobile {
    padding: 10px 0;
  }

  .navbar-collapse {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .navbar-nav {
    padding: 4px 0 8px;
  }

  .navbar-nav .nav-link,
  .navbar-nav .dropdown-item {
    min-height: 38px;
    padding: 10px 12px !important;
    white-space: normal;
  }

  .navbar-nav .dropdown-menu {
    position: static !important;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0 0 0 12px;
    border: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: none;
  }

  .navbar-nav .dropdown-menu.show,
  .navbar-nav .dropdown.show > .dropdown-menu,
  .navbar-nav .dropdown-submenu.show > .dropdown-menu {
    display: block !important;
  }

  .navbar-nav .dropdown-item {
    color: #fff;
    background: transparent;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .navbar-nav .dropdown-item:hover,
  .navbar-nav .dropdown-item:focus,
  .navbar-nav .dropdown-item.active {
    color: #172033;
    background: var(--accent);
  }

  .navbar-nav .dropdown-submenu > .dropdown-menu {
    left: auto;
    padding-left: 12px;
  }

  .navbar-nav .dropdown-submenu > .dropdown-item::after {
    content: "";
  }

  .donate-menu-btn {
    display: flex;
    width: fit-content;
    margin-top: 4px;
  }
}

@media (max-width: 380px) {
  .brand-title {
    font-size: 16px;
  }

  .brand-mark,
  .brand-mark img {
    width: 62px;
    height: 46px;
  }

  .brand-mark {
    flex-basis: 62px;
  }
}

.dropdown-submenu > .submenu-toggle::after {
  content: "\F285" !important;
  font-family: "bootstrap-icons" !important;
  border: 0 !important;
  float: right;
  font-size: 12px;
  line-height: 1;
  margin-top: 4px;
}

@media (max-width: 991.98px) {
  .navbar-nav .dropdown-submenu > .submenu-toggle::after {
    content: "\F285" !important;
  }
}
@keyframes borderRotate{
    from{
        transform:rotate(0deg);
    }
    to{
        transform:rotate(360deg);
    }
}

.who-we-are .grid-layout > .grid-layout-col:first-child{
    background:#fff;
    border-left:6px solid #005fb7;
    padding:20px;
    border-radius:10px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.who-we-are .grid-layout > .grid-layout-col:first-child h4{
    color:#005fb7;
    font-size:32px;
    margin-bottom:15px;
}

.who-we-are .grid-layout > .grid-layout-col:first-child p{
    font-size:20px;
    font-style:italic;
    color:#555;
}
