.sp-location {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 28px;
}
.sp-loc-info {
    display: flex;
    gap: 16px;
    align-items: center;
}
.sp-heading h1 {
    text-align: left;
}
.sp-loc-info-right {
    display: flex;
    align-items: center;
    gap: 8px;
}

.left-side-spn {
    display: flex;
    flex-direction: column;
    gap: 21px;
}
.spotlight-news {
    display: flex;
    gap:29px;
}
.spn-post {
    display: flex;
    gap: 20px;
}
.spn-post-info h2 {
    font-size: 16px;
    line-height: 24px;
}

.spn-post-info h2 a {
  color: #303430;
}

.middle-spn .spn-post {
    display: flex;
    flex-direction: column;
}
.middle-span-content h2 {
    font-size: var(--h3-size);
    color: var(--white-color);
    line-height: 40px;
}

.middle-span-content h2 a{
  color: #fff;
}

.middle-spn {
    position: relative;
}
.middle-span-content {
    position: absolute;
    background-color: #177E38B8;
    border-radius: 12px;
    padding: 20px;
    bottom: 5px;
}
.middle-spn img {
    width: 100%;
    object-fit: cover;
    height: 540px;
    border-radius: 12px;

}
.left-side-spn {
    width: 33.33%;
}
.middle-spn {
    width: 33.33%;
}
.right-side-spn {
    width: 33.33%;
}
.left-side-spn .spn-thumbnail img {
    width: 120px;
    height: 120px;
    border-radius: 24px;
}
.left-side-spn .spn-post {
    box-shadow: 0px 8px 40px 0px rgba(189, 189, 189, 0.28);
    border-radius: 12px;
    padding: 20px;
}
.right-side-spn .spn-post {
    box-shadow: 0px 8px 40px 0px rgba(189, 189, 189, 0.28);
    border-radius: 12px;
    padding: 20px;
    justify-content: space-between;
}
.right-side-spn img {
    border-radius: 12px;
}
.right-side-spn {
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.post-meta {
    display: flex;
    gap:8px;
}
span.post-date {
    font-size: 12px;
}
span.read-time {
    font-size: 12px;
    color: var(--text-color);
}
.left-side-spn .spn-post-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
   text-align: left;
}
.spn-post-info {
    text-align: left;
}
.middle-span-content {
    text-align: left;
}
.middle-span-content h2 {
    padding-bottom: 28px;
}
.right-side-spn h2 {
    padding-bottom: 12px;
}
.meta-with-read {
    padding-top: 20px;
}
.middle-span-content span.post-date, .middle-span-content span.read-time {
    color: white;
}

.middle-span-content span.post-date img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}
.middle-span-content img {
    width: 15px;
    height: 15px;
}
.middle-span-content .read-time {
    color: white;
}
.middle-spn a.read-more{
    color: white;
}
dv.middle-meta {
    display: flex;
    justify-content: space-between;
    margin-top: 28px;
}

.middle-meta {
    display: flex
;
    justify-content: space-between;
}
section.spotlight-regions {
    padding-bottom: 100px;
}

@media (max-width: 767px) {
    .spotlight-news {
        flex-direction: column;
    }
    .left-side-spn {
        width: 100%;
    }
    span.post-date {
        font-size: 10px;
    }
    span.read-time {
        font-size: 10px;
    }
    .left-side-spn .spn-thumbnail img{
    width: 100px;
    height: 100px;
    }
    .middle-spn {
        width: 100%;
    }
    .sp-heading h1 {
    text-align: left;
    font-size: 36px;
}
    .middle-span-content h2 {
        line-height: 36px;
    }
    .right-side-spn{
        width: 100%;
    }
    .right-side-spn .spn-thumbnail img {
        width: 120px;
        height: 120px;
    }
    .sp-location{
        gap:20px;
    }
    
    section.spotlight-regions{
        padding-bottom: 50px;
    }
    .sp-location {
        display: block !important;
    }
.sp-loc-info-right {
    margin-top: 15px !important;
}

}




/* Base Layout (Desktop) */
.grid-container {
    display: grid;
    grid-template-columns: 2fr 1fr; /* Left section 2fr, Right section 1fr */
    gap: 28px; /* Gap between left and right sections */
  }
  .top-right-heading h5 {
    text-align: left;
}
.top-right-paragraph p {
    text-align: left;
}
  .left {
    display: grid;
    /*grid-template-rows: 350px auto;  Top div: 350px, Bottom div: 170px */
    gap: 28px; /* Gap between top and bottom divs */
    /* background: #000; */
  }
  
  .top-div {
    display: flex;
    align-items: start;
    justify-content: space-between;
  }
  .top-left img {
    border-radius: 12px 0px 0px 12px;
}

  .top-div .top-left {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: end;
  }
  
  .top-div .top-left img {
    width: 100%;
    height: 367px;
    object-fit: cover;
  }
  
  .top-div .top-right {
    flex: 1;
    padding: 20px;
    height: 367px;
  }

  .top-right{
    box-shadow: 0px 8px 40px 0px #BDBDBD;
    border-radius: 0px 12px 12px 0px;
  }
span.time-image {
 
    position: relative;
    top: 2px;
}
  .top-right-tags{
    margin-bottom: 20px;
    text-align:left;
  }

  .top-right-tags .tag {
    background: #F7F7F7;
    padding: 3px 12px 5px 12px;
    border-radius: 28px;
    color: #6E706C;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    font-family: 'Mona Sans';
    margin-right: 6px;
}
span.readmore-image img {
    width: 20px;
    height: 20px;
}
.top-right-date span {
    display: flex
;
}
.top-right-heading h5 {
  color: #303430;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  font-family: 'Mona Sans';
  width: 322px;
  margin-bottom: 12px;
}

.top-right-heading h5 a {
  color: #303430;
}


.top-right-paragraph p {
  color: #8E908B;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: 'Mona Sans';
  width: 460px;
}


.top-right-date-time-readmore-outer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 118px;
}

.top-right-date-time,
.top-right-date,
.top-right-time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}


.date-text,
.time-text {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  font-family: 'Mona Sans';
  color: #8E908B;
}

.top-right-readmore {
  display: flex;
  align-items: flex-start;
}

.readmore-text {
  color: #177E38;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  font-family: 'Mona Sans';
}
  .bottom-div {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Two equal columns */
    gap: 28px; /* Gap between two divs */
    height: 100%; /* Full height of its row */
  }


  .left-half-heading-date-time-outer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    gap: 20px;
}

.left-half-image img {
  border-radius: 12px;
  width: 138px;
    height: 138px;
}

.left-half-heading h6 {
  color: #303430;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-family: 'Mona Sans';
  text-align: left;
  width: 222px;
}

.left-half-heading h6 a{
  color: #303430;
}

.left-half-date-time {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 50px;
}
  
  .left-half,
  .right-half {
    /* line-height: 178px; Center content vertically  */
    border-radius: 12px;
    height: 178px;
    box-shadow: 0px 8px 40px 0px #BDBDBD;
  }
  
  .right {
    display: block; /* Ensure it stretches to the container height */
    height: 576px; /* Match the height of the grid container */
  }

  .right-heading-date-time {
    background: #177E38B8;
    padding: 20px;
    border-radius: 12px;
    position: relative;
    bottom: 214px;
}
  
  .right img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensure the image fills the space */
    border-radius: 12px;
  }

  .right-heading h3 {
    color: #FFFFFF;
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
    font-family: 'Mona Sans';
    text-align:left;
}

.right-heading h3 a{
  color: #FFFFFF;
}

#right-side-div .top-right-date span,
#right-side-div .top-right-time span{
  color: #fff;
}

#right-side-div .date-image img,
#right-side-div .time-image img{
  filter: invert(1) brightness(10);
}

.top-right-half-date-time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 28px;
}

span.readmore-right-text {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  font-family: 'Mona Sans';
}

.top-right-date-time .top-time-text, .top-date-text{
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  font-family: 'Mona Sans';
}

  .right-half-date-time {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 50px;
}

.top-right-readmore-white {
  display: flex;
}

.top-right-readmore-white a{
  color: #fff;
}
  
  /* Responsive Layout (Tablet and Mobile) */
  @media (max-width: 767px) {
    .grid-container {
      grid-template-columns: 1fr; /* Stacks sections vertically */
      height: auto; /* Adjust height for content */
    }
.date-text, .time-text{
  font-size:10px;
}
.top-div {
    padding: 0px;
}
  .left-half-date-time, .right-half-date-time{
    margin-top: 30px;
}
    .left {
      grid-template-rows: auto; /* Let the content decide height */
    }
  
    .bottom-div {
      grid-template-columns: 1fr; /* Stack the two divs vertically */
      gap: 15px; /* Reduced gap for smaller screens */
    }
  
    .top-div,
    .left-half,
    .right-half {
      line-height: normal; /* Adjust line-height for mobile */
      padding: 15px; /* Add padding for better readability */
    }
  
    .right img {
      height: auto; /* Adjust image height for responsive view */
      max-height: 300px; /* Limit image height for smaller screens */
    }

    .top-div .top-left img{
      width: 100%;
      height: 300px;
      object-fit:cover;
      border-radius: 12px;
        margin-bottom: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .top-div,
    .top-div .top-left{
      display: block;
    }

    .top-right{
      
      border-radius: 12px;
border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }
    .top-right-paragraph p{
      width: 100%;
    }
    .top-right-date-time-readmore-outer {
      margin-top: 50px;
      display: block;
  }

  .top-right-readmore{
    display: block;
  }

  .top-right-date-time{
    justify-content: flex-start;
    margin-bottom: 15px;
  }

  .left-half-heading-date-time-outer{
    padding: 0px;
  }
  .top-right-heading h5{
    width: 100%;
  }

  .left-half-heading h6{
    width: 95%;
  }

  .right img {
    max-height: 100% !important;
}

.top-right-half-date-time{
  display: block;
}
.top-right-date-time img{
  width: auto;
}
.right-heading-date-time{
  bottom: 215px;
}
  }
  
  /* Responsive Layout (Mobile) */
  @media (max-width: 480px) {
    .grid-container {
      gap: 15px; /* Smaller gap for mobile */
      
    }
  
    
  
    .right img {
      max-height: 200px; /* Limit image height further for mobile */
    }
.right {
height: 500px;
}
.top-div {
    padding: 0px;
}
  }
  


  @media (min-width: 768px) and (max-width: 991px){

    .grid-container{
      grid-template-columns: 1fr;
      
    }

.top-div .top-left{
flex: none;
align-items: normal;
}

.top-div .top-left img,
.left-half, .right-half {
  height: auto;
}

.right-half {
  margin-top: 30px;
}

.bottom-div{
  display: block;
}
    
    .top-right-heading h5,
    .top-right-paragraph p{
      width: 100%;
    }

    .right-heading-date-time{
      bottom: 178px;
    }
    
    .top-div{
align-items: normal;
}
  }