body {
  background: linear-gradient(
      62.14deg,
      rgba(255, 255, 255, 0.64) 28.04%,
      #fff9f4 66.05%,
      #e9f6ef 86.91%
    ),
    linear-gradient(
      161.65deg,
      rgba(253, 231, 211, 0) 23.28%,
      rgba(245, 236, 229, 0.391342) 52.05%,
      rgba(240, 221, 205, 0.983359) 89.59%
    );
    font-family: 'Poppins', sans-serif;
}


.speaker-header {
  
  padding:0  20px;
  margin-bottom: 60px;

}

.speaker-header h1 {
  margin: 0;
  color: rgba(178, 113, 61, 1);
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
}

.row .col-md-9 .row .img-column .card{
  padding: 0;
  border-radius: 20px;
}
.row .col-md-9 .row .img-column .card img{
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none; 
}
.row .col-md-9 .row .col-md-8 .card{
  border: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 16.4px;
}
.row .col-md-9 .row .col-md-8 .card .card-body .btn-link{
  text-decoration: none;
  color: rgba(178, 113, 61, 1);
  padding-top: 0;
}
.row .col-md-9 .row .col-md-8 .card .card-body .card-subtitle{
  padding-bottom: 10px;
}
.row .col-md-9 .row .col-md-8 .card .card-body address{
  line-height: 18.4px;
}
 
.row .col-md-9 .swiper-row {
  height: auto;
  box-sizing: border-box;
  margin-top: 50px;
  padding: 30px;
}
.row .col-md-9 .swiper-row header h5{
  color: rgba(178, 113, 61, 1);
  padding-bottom: 20px;
}
/* Swiper Container Styling */
.swiper {
  width: 100%;
  padding: 20px 0; 
}


.swiper-slide .col-md-2{
   width: 100%;
}
.swiper-slide .card {
  width: 100%; 
  border-radius: 20px; 
  overflow: hidden; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
  border: none;
}

/* Image Styling */
.swiper-slide .card img {
  width: 100%; 
  height: 150px; 
  object-fit: cover;
  border-radius: 20px;
  display: block;
}
   .swiper-pagination{
  bottom: 10% !important;
  position: relative !important;
} 

.row .text-column {
  border-radius: 20px;
  
}
.row .text-column .card{
  border: 1px solid rgba(178, 113, 61, 1);
  border-radius: 21px;
}
.row .text-column .card .card-body{
  padding: 0 ;
}
.row .text-column .card .card-title{
  color: rgba(255, 255, 255, 1);
  background: rgba(178, 113, 61, 1);
  border-radius: 20px 20px 0 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 22.56px;
  text-align: center;
  padding: 15px;
}

.row .text-column .card .card-text{
  font-weight: 400;
  font-size: 15px;
  line-height: 17.33px;
  color: rgba(0, 0, 0, 1);
  padding: 20px;
  /* border-bottom: 1.4px solid rgba(178, 113, 61, 1); */
}
/* 
.row .text-column .card .card-text::after {
  content: '';
  display: flex;
  width: 50%; 
  height: 1px; 
  align-items: center;
  justify-content: center;
  background-color: #000; 
  position: absolute;
  bottom: -10px; 
  left: 50%;
  transform: translateX(-50%); 
} */
/* Responsive Adjustments */



.press-release-list {
    max-height: 500px;
    overflow-y: auto;
    padding: 10px;
}

.press-item {
    transition: all 0.3s ease;
    cursor: pointer;
}

.press-item-link:hover .press-item {
    background-color: rgba(178, 113, 61, 0.05);
    padding-left: 5px;
}

.press-item-link:hover .press-title {
    color: rgba(178, 113, 61, 1) !important;
}

.press-date {
    color: #6c757d;
}

/* Custom Scrollbar */
.press-release-list::-webkit-scrollbar {
    width: 4px;
}

.press-release-list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.press-release-list::-webkit-scrollbar-thumb {
    background: rgba(178, 113, 61, 0.5);
    border-radius: 10px;
}

.press-release-list::-webkit-scrollbar-thumb:hover {
    background: rgba(178, 113, 61, 0.8);
}

/* View More Button Styling */
.btn-view-more {
    display: inline-flex;
    align-items: center;
    padding: 10px 25px;
    background: transparent;
    color: rgba(178, 113, 61, 1);
    border: 2px solid rgba(178, 113, 61, 1);
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.btn-view-more:hover {
    background: rgba(178, 113, 61, 1);
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(178, 113, 61, 0.2);
}

.btn-view-more i {
    transition: transform 0.3s ease;
}

.btn-view-more:hover i {
    transform: translateX(4px);
}
