  <style>
  body
  {
    font-family: 'Work Sans', sans-serif;
  }
    .map-dot {
    position: absolute;
    transform: translate(-50%, -50%);
      background: #ba3e4a;
    color: #0e3862;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 12px;
    white-space: nowrap;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  }
  .map-dot:hover {
    background: #0d6efd; /* blue on hover */
  }
.map-sec
{
  background: #e4f6ff;
}

   .chart-container {
      max-width: 500px;
      margin: auto;
    }

     .impact-section {
      max-width: 900px;
      margin: auto;
    }
    .impact-card {
      background: #fff;
      border-left: 5px solid #00b4f1;
      padding: 1.5rem;
      margin-bottom: 1rem;
      border-radius: 0.5rem;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
    }
    .impact-title {
          font-size: 15px;
      font-weight: bold;
    }
    .impact-subtitle {
      font-size: 14px;
      font-weight: 500;
      color: #00b4f1;
    }
    .impact-stat {
          font-size: 12px;
      font-weight: 600;
    }
    .map-sec h2
    {
         font-size: 22px;
    color: #0e3862;
    line-height: 38px;
    position: relative;
    margin-bottom: 13px;
    width: 100%;
    }
    .about-section h2 
    {
font-size: 25px;
    color: gainsboro;
    }

        .about-section {
      background-color: #0e3862;
      color: white;
    }
    .highlight-title {
      color: #00b4f1;
      font-weight: 600;
    }
    .about-list-title {
      color: #00b4f1;
      font-weight: 600;
    }
    .about-img {
      object-fit: cover;
     height:400px;
      width: 100%;
    }
    .pad-zero 
    {
      padding: 0px;
    }
       .about-section 
       {
        font-size: 13px;
       }
.flip-card-vertical {
  perspective: 1000px;
  height: 200px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card-vertical:hover .flip-card-inner {
  transform: rotateX(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
      height: 152px;
  backface-visibility: hidden;
  background-color: #0e3b66;
  color: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.flip-card-vertical h5 
{
    font-size: 14px;
}
  .video-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
  }
  .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 64px;
  color: #23a9e1;
  
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  animation: pulse 1.8s infinite;
}
@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 0 0 rgba(35, 169, 225, 0.7);
  }
  70% {
    transform: translate(-50%, -50%) scale(1.05);
    box-shadow: 0 0 0 15px rgba(35, 169, 225, 0);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 0 0 rgba(35, 169, 225, 0);
  }
}
  .video-thumb img {
    display: block;
    width: 100%;
    height: 227px;
    border-radius: 12px;
    object-fit: cover;
  }
  .text-primary {
    --bs-text-opacity: 1;
    color: rgb(13 202 240) !important;
}
footer 
{
  font-size: 13px;
}
a {
    color: rgb(0 174 239);
    text-decoration: underline;
}
footer h6 
{
  font-size: 15px;
}
  .news-sectn img 
  {
        height: 200px;
    object-fit: cover;
  }
  .news-sectn .card-body h5 
  {
        color: #ffffff;
  }
  .news-sectn h2 
  {
        font-size: 27px;
    color: #ffffff;
    line-height: 38px;
    position: relative;
    margin-bottom: 13px;
    width: 100%;
  }
  .vid-sec
  {
    background: #daedff;
  }
    .vid-sec h2 
    {
          font-size: 27px;
    color: #0e3862;
    line-height: 38px;
    position: relative;
    margin-bottom: 13px;
    width: 100%;
    }
  .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 41px;
    color: #23a9e1;
    background-color: rgb(255 255 255 / 78%);
    border-radius: 50%;
        padding: 9px 21px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    height: 82px;
    width: 82px;
    margin: 0 auto;
    display: flex
;
  }

  .play-button i {
    cursor: pointer;
  }
.prg-sec  h2 {
font-size: 27px;
    color: #0e3862;
    line-height: 38px;
    position: relative;
    margin-bottom: 13px;
    width: 100%;
}
.flip-card-back p 
{
font-size: 12px;
}

.flip-card-front {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dropdown-menu {
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}
    .top-image {
      position: relative;
      width: 100%;
    }
    .top-image img {
      width: 100%;
      height: auto;
      display: block;
    }
    .blue-bar {
      background-color: #00adef;
      color: white;
      padding: 10px 20px;
    }
    .blue-bar .title {
      font-size: 1.25rem;
      font-weight: 600;
    }
    .breadcrumb {
      margin-bottom: 0;
      background: transparent;
      padding: 0;
    }
    .breadcrumb a {
      color: white;
      text-decoration: none;
    }
    .breadcrumb .active {
      color: white;
      opacity: 0.85;
    }
.dropdown-item {
    padding: 4px 15px;
    font-size: 12px;
}

.dropdown-item:hover {
  background-color: rgba(0, 123, 255, 0.1);
}

.flip-card-back {
  transform: rotateX(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1b4b80;
}


    /* Header styles */
    .top-header {
      background-color: #fff;
      padding: 10px 0;
      border-bottom: 1px solid #eee;
    }
    .top-header img.logo {
      height: 50px;
    }
    .nav-link {
color: #009de0 !important;
    font-weight: 500;
    font-size: 14px;
    }
    .nav-link:hover {
      text-decoration: underline;
    }
    .donate-btn {
      background-color: #00b0f0;
      color: #fff;
      font-weight: bold;
      border-radius: 30px;
       padding: 4px 17px !important;
    }

    /* Banner section */
    .banner-section {
      background: linear-gradient(to bottom, #e6f6ff, #4cc7f1);
      color: #0b2545;
      padding: 60px 0;
      position: relative;
    }

    .banner-img {
    max-width: 100%;
    height: 550px;
    object-fit: cover;
    }

    .banner-content h1 {
      font-size: 3rem;
      font-weight: bold;
    }

    .banner-content h4 {
      font-size: 2rem;
      margin-bottom: 15px;
    }

    .hashtag {
      font-size: 1.5rem;
      color: #0b2545;
    }

    .carousel-indicators {
      position: absolute;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
    }

    .carousel-indicators [data-bs-target] {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #fff;
      border: 1px solid #e91e63;
      margin: 0 5px;
    }

    .carousel-indicators .active {
      background-color: #e91e63;
    }
    .top-header
    {
          padding: 10px 0px;
    }
.donatebt {
    background: #00aeef;
    padding: 7px 41px !important;
   border-radius: 9px;
    color: #fff !important;
    display: inline-block;
    transition: 0.3s;
/*    background: url(../images/dnt-Button.png) no-repeat top 0px left 0px;*/
    padding-left: 35px !important;
    background-size: 100%;
       width: auto;


  }
  .btn:hover
  {
        background-color: black;
  }
  .pd-zero
  {
    padding:0px;
  }

    .carousel-caption {
    bottom: 20%;
    left: 10%;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
  }

  .carousel-caption h1,
  .carousel-caption h4,
  .carousel-caption p {
    color: #fff;
  }
  .carousel-caption h1
  {
        font-size: 3.5rem;
  }
  .bnr-sec-to h5
  {
        text-align: center;
    font-size: 23px;
  }

  @media (max-width: 767px) {
    .carousel-caption {
      bottom: 10%;
      left: 5%;
      right: 5%;
      text-align: center;
    }
  }
    @media (max-width: 767px) {
      .banner-content {
        text-align: center;
      }
    }

      .nav-link {
    color: #333;
    transition: color 0.3s, border-bottom 0.3s;
    position: relative;
    font-weight: 500;
  }

  .nav-link:hover {
    color: #007bff;
  }

  .nav-link.active {
    color: #007bff;
    border-bottom: 2px solid #007bff;
  }

  .wher-sec h2 
  {
    font-size: 27px;
    color: #0e3862;
    line-height: 38px;
    position: relative;
    margin-bottom: 13px;
    width: 100%;
  }
  .card-body h5 
  {
        font-size: 16px;
    color: #0e3862;
  }
    .card-body p 
    {
          font-size: 13px;
    }

      .map-dot {
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: #007bff;
    border-radius: 50%;
    border: 2px solid white;
    transform: translate(-50%, -50%);
  }

  .legend-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: inline-block;
  }

  .impact-circle {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    background: #e7f1ff;
    color: #003366;
    font-weight: 700;
    font-size: 24px;
    margin: 0 auto;
  }

    .about-header {
      background: url('https://images.unsplash.com/photo-1588072432836-e10032774350?auto=format&fit=crop&w=1400&q=80') center/cover no-repeat;
      color: white;
      padding: 100px 20px;
      text-align: center;
      position: relative;
    }
    .about-header::after {
      content: "";
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0,0,0,0.55);
    }
    .about-header h1, .about-header p {
      position: relative;
      z-index: 2;
    }
    .mission-section {
      padding: 80px 20px;
      background: #eaf4f7;
    }
    .mission-box {
      background: white;
      padding: 30px;
      border-radius: 15px;
      text-align: center;
      box-shadow: 0px 5px 20px rgba(0,0,0,0.08);
      transition: 0.3s ease-in-out;
    }
    .mission-box:hover {
      transform: translateY(-8px);
      box-shadow: 0px 10px 25px rgba(0,0,0,0.15);
    }
    .mission-box i {
font-size: 32px;
    color: #00adef;
    margin-bottom: 15px;
    }
    .stats {
      background: linear-gradient(135deg, #f07c00, #fbb040);
      color: white;
      padding: 60px 20px;
      text-align: center;
    }
    .stats h2 {
      font-size: 50px;
      font-weight: bold;
    }
    .stats p {
      margin: 0;
      font-size: 18px;
    }
    .heds
    {
          font-size: 27px;
    }
    .mission-box h5 
    {
          font-size: 18px;
    }

        .mission-box p 
        {
          font-size: 14px;
        } 

        .about-rakbone{
   
  }
  .about-chip{
    display: inline-block;
    border: 1px solid #e9ecef;
    background: #c8e6f1;
    padding: .4rem .75rem;
    border-radius: 999px;
    font-size: 12px;
    color: #000000;
  }
  .about-point svg{ margin-top:2px; }
  .about-image{
    position: relative;
    height: 420px;
  }
  .about-image img{
    height: 100%;
    width: 100%;
  }
  .about-stats{
    position: absolute;
    bottom: 16px;
    left: 16px;
    background: rgba(255,255,255,.85);
    backdrop-filter: blur(6px);
    border-radius: 16px;
    padding: .85rem 1rem;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.08);
  }
  .about-accent{
    position:absolute; filter: blur(60px); opacity:.25; pointer-events:none;
  }
  /*.about-accent-1{ width:180px; height:180px; background:#ffd2b4; top:-30px; left:-30px; border-radius:50%; }
  .about-accent-2{ width:220px; height:220px; background:#c8f4df; bottom:-40px; right:-40px; border-radius:50%; }*/
  @media (max-width: 991.98px){
    .about-image{ height: 320px; }
  }
  .lead
  {
    font-size: 14px;
  }
  .fs-3
  {
font-size: 15px !important;
  }

  .hero-education {
  background: url('images/education-bg.jpg') no-repeat center center/cover;
  min-height: 70vh;
  position: relative;
}
.hero-education::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.5);
}
.hero-education .container {
  position: relative;
  z-index: 1;
}
.feature-box {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.feature-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}
.cta-education {
  background: linear-gradient(to right, #0077b6, #00b4d8);
}
.ed-img
{
      height: 250px;
    width: 100%;
    object-fit: cover;
}
.education-programs {
  background: #f9fbfd;
}
.program-card {
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.program-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.12);
}
.text-pink {
  color: #e83e8c;
}
.education-programs h5 
{
      font-size: 16px;
}
.education-programs p 
{
      font-size: 14px;
}
.cta-education h2 
{
      font-size: 25px;
}
.cta-education a 
{
  font-size: 14px;
}

/* Hunger Relief with Image Left */
.hunger-relief-left {
  padding: 60px 20px;
  background: #fff;
}

.hunger-relief-left .container {
  max-width: 1100px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap; /* responsive */
}

.hunger-relief-left .col {
  flex: 1;
}

.hunger-relief-left .image-box img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0px 4px 15px rgba(0,0,0,0.1);
  object-fit: cover;
  height: 250px;
}

.hunger-relief-left .content-box {
  text-align: left;
}

.hunger-relief-left .section-title {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 700;
  color: #222;
}

.hunger-relief-left p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 15px;
  color: #444;
}

.hunger-relief-left .highlight {
  color:#00adef;
  font-weight: 600;
}
/* Hunger Relief Initiatives Section */
.initiatives {
  padding: 70px 20px;
  background: #f0fbff;
}

.initiatives .container {
  max-width: 90%;
  margin: auto;
  text-align: center;
}

.initiatives .section-title {
  font-size: 2.2rem;
  margin-bottom: 40px;
  font-weight: 700;
  color: #222;
}

.initiatives-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.initiative-card {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  text-align: left;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.initiative-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

.initiative-card h3 {
  font-size: 1.3rem;
  margin-bottom: 12px;
  color: #00adef;
}

.initiative-card p {
  font-size: 1rem;
  line-height: 1.7;
  color: #555;
}
/* Initiative Icons */
.initiative-icon {
    font-size: 2rem;
    color: #040f78;
    margin-bottom: 15px;
}
.mb2 
{
  margin-bottom: 30px;
}

    .gallery-header {
      text-align: center;
      margin: 50px 0 30px;
    }
    .gallery-header h1 {
      font-size: 2.5rem;
      font-weight: 700;
      color: #333;
    }
    .gallery-header p {
      color: #666;
    }
    .gallery-item {
      position: relative;
      overflow: hidden;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      transition: transform 0.3s ease-in-out;
      cursor: pointer;
      background: #fff;
    }
    .gallery-item img {
      width: 100%;
      height: 250px;
      object-fit: cover;
      transition: transform 0.5s ease;
      border-top-left-radius: 12px;
      border-top-right-radius: 12px;
    }
    .gallery-item:hover img {
      transform: scale(1.08);
    }
    .gallery-item .overlay {
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0,0,0,0.5);
      display: flex;
      justify-content: center;
      align-items: center;
      opacity: 0;
      transition: opacity 0.3s ease;
    }
    .gallery-item:hover .overlay {
      opacity: 1;
    }
    .overlay h5 {
      color: #fff;
      font-weight: 600;
      text-transform: uppercase;
    }
    .gallery-caption {
      padding: 12px;
      text-align: center;
    }
    .gallery-caption h6 {
      font-size: 1rem;
      font-weight: 600;
      margin: 0;
      color: #333;
    }
    footer 

    {
          background: #e8f9ffba !important;
    }

        .gallery img {
      border-radius: 19px;
      cursor: pointer;
      transition: transform 0.3s;
      height: 100%;
      width: 100%;
      object-fit: cover;
          border: 6px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #00adef, #7e5bad) border-box;
    }
    .gallery img:hover {
      transform: scale(1.05);
    }

        .video-gallery img {
      border-radius: 12px;
      cursor: pointer;
      transition: transform 0.3s;
    }
    .video-gallery img:hover {
      transform: scale(1.05);
    }
    .play-btn {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 3rem;
      color: white;
      opacity: 0.8;
    }
    .video-item {
      position: relative;
    }
    .hero
    {
      padding: 50px 0px;
    }

     /* Layout */
  .news-section {
    background: linear-gradient(180deg, rgba(0,174,239,0.04) 0%, rgba(0,174,239,0.02) 100%);
    padding: 48px 16px;
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  }
  .news-section .container {
       max-width: 90%;
    margin: 0 auto;
  }

  .news-header {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
    flex-wrap: wrap;
  }
  .news-header h2 {
    color: #06202b;
    font-size: 28px;
    margin: 0 0 6px 0;
  }
  .news-header .lead {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
  }

  .news-controls {
    display:flex;
    gap: 10px;
    align-items:center;
  }
  .news-controls input[type="search"],
  .news-controls select {
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid #e6eef6;
    min-width: 160px;
    outline: none;
    font-size: 14px;
    background: #fff;
  }
  .news-controls input[type="search"]:focus,
  .news-controls select:focus {
    box-shadow: 0 0 0 4px rgba(0,174,239,0.12);
    border-color: var(--accent);
  }

  /* Grid */
  .news-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: var(--gap);
  }
  @media (min-width: 700px) {
    .news-grid { grid-template-columns: repeat(2, 1fr); }
  }
  @media (min-width: 1100px) {
    .news-grid { grid-template-columns: repeat(3, 1fr); }
  }

  /* Card */
  .news-card {
    background: var(--bg);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--card-shadow);
    display: flex;
    flex-direction: column;
    transition: transform .22s ease, box-shadow .22s ease;
    min-height: 100%;
        margin: 16px;
  }
  .news-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 36px rgba(0,0,0,0.08);
  }

  .news-card .thumb {
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(0,174,239,0.08), rgba(0,174,239,0.03));
  }
  .news-card .thumb img {
    width:100%;
    height:100%;
    object-fit: cover;
    display:block;
  }

  .card-body {
    padding: 16px;
    display:flex;
    flex-direction:column;
    gap:10px;
    flex:1;
  }

  .meta {
    display:flex;
    gap:10px;
    align-items:center;
    font-size:13px;
    color:var(--muted);
  }
  .meta time { font-weight:600; color:#0b3a47; }
  .tag {
    margin-left:auto;
    background: rgba(0,174,239,0.12);
    color: var(--accent);
    padding:6px 10px;
    border-radius:999px;
    font-weight:600;
    font-size:12px;
  }

  .title {
    margin:0;
    font-size:18px;
    color:#06202b;
    line-height:1.25;
  }
  .excerpt {
    margin:0;
    color: #374151;
    font-size:14px;
    flex: 1;
  }

  .read-more {
    align-self:flex-start;
    margin-top:6px;
    font-weight:600;
    color:var(--accent);
    text-decoration:none;
    transition: transform .12s ease;
  }
  .read-more:hover { transform: translateX(6px); }

  /* Empty state */
  .news-empty {
    text-align:center;
    padding:40px;
    color:var(--muted);
    font-size:16px;
  }
:root {
  --accent: #00aeef;
  --dark: #06202b;
  --muted: #6b7280;
  --radius: 14px;
  --max-width: 1100px;
}

/* Hero Section */
.news-hero {
  position: relative;
  height: 350px;
  overflow: hidden;
  border-radius: 0 0 var(--radius) var(--radius);
}
.news-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-hero .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.4), rgba(0,0,0,0.65));
}
.news-hero .hero-text {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  max-width: 800px;
  padding: 0 20px;
}
.news-hero .category {
  background: var(--accent);
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
}
.news-hero h1 {
  font-size: 32px;
  margin: 0 0 10px 0;
}
.news-hero .date {
  font-size: 14px;
  color: #ddd;
}

/* Body Layout */
.news-body {
  display: grid;
  grid-template-columns: 2.2fr 1fr;
  gap: 32px;
  max-width: var(--max-width);
  margin: 40px auto;
  padding: 0 16px;
}
@media(max-width: 900px) {
  .news-body { grid-template-columns: 1fr; }
}

/* Main Content */
.content {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}
.content h2 {
  font-size: 22px;
  color: var(--dark);
  margin: 24px 0 12px 0;
}
.content ul {
  margin: 0 0 20px 20px;
  padding: 0;
}
.content ul li {
  margin-bottom: 8px;
  list-style: disc;
}

/* Sidebar */
.sidebar h3 {
  font-size: 18px;
  margin-bottom: 16px;
  color: var(--dark);
  border-left: 4px solid var(--accent);
  padding-left: 10px;
}
.sidebar .related {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sidebar .related a {
  display: flex;
  gap: 12px;
  text-decoration: none;
  color: inherit;
  border-radius: var(--radius);
  padding: 8px;
  transition: background 0.2s;
}
.sidebar .related a:hover {
  background: rgba(0,174,239,0.08);
}
.sidebar .related img {
  width: 100px;
  height: 70px;
  object-fit: cover;
  border-radius: 8px;
}
.sidebar .related .title {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 6px 0;
}
.sidebar .related .date {
  font-size: 13px;
  color: var(--muted);
}


.banner-img {
  object-fit: cover;
  height: 70vh; /* adjusts for desktop */
}

@media (max-width: 768px) {
  .banner-img {
           height: auto; /* smaller height on mobile */
            background-position: left;
    
  }
  .carousel-caption {
    bottom: 15%;
    padding: 0 10px;
  }
  .carousel-caption h1 {
    font-size: 1.5rem;
  }
  .carousel-caption h4 {
    font-size: 1rem;
  }
  .carousel-caption p {
    font-size: 0.9rem;
  }
}



