html {
    scroll-behavior: auto;
}
body{
  color: #333;
}
main{
	margin-bottom:50px;
}
.region.region-content
{
  padding: 30px 0px;
}
.bg-primary {
  background-color: #035888 !important;
}
.bg-secondary {
  background-color: #fdd000 !important;
}
.blue-bg{
  background-color: #035888;
  color: #fdd000;
}
.yellow-bg{
  background-color: #fdd000;
  color: #035888;
}
.align-center {
  display: flex;
  align-items: center;
}
.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}
.btn-outline-primary{
  border-color: #035888;
}
.btn:hover
{
  background-color: #035888;
  color: #fff !important;
}
/* Style for AdminMenu */
.bm-top_bar {
  background-color: #f5f5f5;
  color: #fff;
  padding: 10px 0;
}
.bm-admin_menu
{
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 501;
  position: relative;
}
#block-kcwtheme-adminmenu {
  padding: 10px;
  background-color: #f5f5f5;
  /* border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
}

#block-kcwtheme-adminmenu h3 {
  margin-bottom: 10px;
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}

#block-kcwtheme-adminmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#block-kcwtheme-adminmenu li {
  margin: 0;
  flex: 1;
  text-align: center;
  position: relative;
}

#block-kcwtheme-adminmenu a {
  display: block;
  padding: 5px 3px;
  text-decoration: none;
  color: #333;
  border-radius: 4px;
  transition: background-color 0.2s;
}

#block-kcwtheme-adminmenu a:hover {
  background-color: #035888;
  color: #fff;
}

/* Submenu items styling */
#block-kcwtheme-adminmenu ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #f5f5f5;
}
#block-kcwtheme-adminmenu ul ul li {
  display: block;
  float: none;
}
#block-kcwtheme-adminmenu ul ul li a {
  padding: 10px;
}
#block-kcwtheme-adminmenu li:hover > ul {
  display: block;
}







/* Style for the top-bar container */
.top-bar {
  background-color: #035888;
  color: #fff;
  padding: 5px 0;
}
.top-bar .nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex !important;
  flex-direction: row !important;
}
.top-bar .nav-item {
  margin-right: 10px;
}
.top-bar .nav-link {
  color: white;
  text-decoration: none;
  padding: 0px 5px;
}
.top-bar .nav-link.is-active {
  /* background-color: #555;
  border-radius: 4px; */
  color: #035888;
}
.top-bar .nav-link:hover {
  /* background-color: #555;
  border-radius: 4px; */
  color: #035888;
}


.top-social-icons {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .top-social-icons {
      margin-top: 0;
  }
}

.top-social-icons a {
  color: #fff !important;
  font-size: 18px;
  margin-right: 10px;
  transition: color 0.3s ease, transform 0.3s ease;
}

.top-social-icons a:last-child {
  margin-right: 0;
}

.top-social-icons a:hover {
  color: #087aaa;
  transform: translateY(-2px);
}





.header {
  background-color: #fff;
  padding: 10px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.logo img, .navbar-brand img {
  max-width: 100%;
  height: auto;
}

.region-header-banner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
}

.header .col-md-7.text-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;  /* This will align the buttons to the right */
}

@media (min-width: 768px) {
  .region-header-banner {
      justify-content: flex-end;
  }
}







/* Style for the nav primary */
/* .region-nav-primary .nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex !important;
  flex-direction: row !important;
}
.region-nav-primary .nav-item {
  margin-right: 20px;
}
.region-nav-primary .nav-link {
  color: white;
  text-decoration: none;
  padding: 5px 10px;
}
.region-nav-primary .nav-link.is-active {
  background-color: #555;
  border-radius: 4px;
}
.region-nav-primary .nav-link:hover {
  background-color: #555;
  border-radius: 4px;
}

.navbar-toggler-icon {
  background-color: #ffffff;
} */

/* Style for the nav primary */





/* Slider */
.home-slider .skin-default
{
  position: relative;
}
.views_slideshow_cycle_teaser_section,
.views_slideshow_cycle_main,
.views_slideshow_cycle_slide {
  width: 100% !important;
}
.views_slideshow_cycle_teaser_section {
  position: relative;
  height: 100%;
}
.slide {
  position: relative;
  width: 100%;
}

.slide img {
  width: 100%;
  height: auto;
}

.slide-caption {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px;
  text-align: center;
}
.views-slideshow-controls-top {
  top: 51%;
  position: relative;
}
.views_slideshow_controls_text {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}
.views_slideshow_cycle_teaser_section {
  position: relative;
  height: 100%;
}
.slide {
  position: relative;
  width: 100%;
}

.slide img {
  width: 100%;
  height: auto;
}

.slide-caption {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px;
  text-align: center;
}


.views-slideshow-controls-bottom {
  position: absolute;
right: 0;
bottom: 0;
left: 0;
z-index: 11;
display: flex;
justify-content: center;
padding: 0;
margin-right: 15%;
margin-bottom: 0.5rem;
margin-left: 15%;
list-style: none;
}

.views-slideshow-controls-bottom .views-slideshow-pager-bullets li {
  text-indent: -9999px;
  cursor: pointer;
  display: inline-block;
  padding: 0 6px;
  background: #222;
  margin: 0.4em;
  line-height: 5px;
  width: 40px;
}
@media (max-width: 768px) {
  .slide-caption {
    bottom: 20px;
    font-size: 14px;
    padding: 3px 5px;
  }
  .views-slideshow-controls-bottom
  {
    margin: 0;
  }
  .views-slideshow-controls-bottom .views-slideshow-pager-bullets
  {
    margin: 0;
  }
  .views-slideshow-controls-bottom .views-slideshow-pager-bullets li {
    padding: 0 3px;
    margin: 0.2em;
    line-height: 3px;
    width: 10px;
  }
}
.views-slideshow-controls-bottom .views-slideshow-pager-bullets li.active {
  background: #ffffff;
  cursor: default;
}

/* .views-slideshow-controls-top {
  top: 51%;
  position: relative;
}
.views_slideshow_controls_text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 9999;
}

.views_slideshow_controls_text_previous,
.views_slideshow_controls_text_next {
  border: 1px solid green;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  width: 15%;
  padding: 0;
  text-align: center;
  background: #000;
  border: 0;
  opacity: .5;

}
.views_slideshow_controls_text_previous {
  left: 10px;
}
.views_slideshow_controls_text_next {
  right: 10px;
}

.views_slideshow_controls_text_pause {
  display: none;
}
.views_slideshow_controls_text_previous a,
.views_slideshow_controls_text_next a {
  font-size: 0;
  color: #fff;
  text-decoration: none;
}
.views_slideshow_controls_text_previous a:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 24px;
}
.views_slideshow_controls_text_next a:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 24px;
}

.views_slideshow_controls_text_previous,
.views_slideshow_controls_text_next {
  border: 1px solid green;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  width: 15%;
  padding: 0;
  text-align: center;
  background: #000;
  border: 0;
  opacity: .5;

}
.views_slideshow_controls_text_previous {
  left: 10px;
}
.views_slideshow_controls_text_next {
  right: 10px;
}
/* Hide pause button */
.views_slideshow_controls_text_pause {
  display: none;
}
.views_slideshow_controls_text_previous a,
.views_slideshow_controls_text_next a {
  font-size: 0;
  color: #fff;
  text-decoration: none;
}
.views_slideshow_controls_text_previous a:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 24px;
}
.views_slideshow_controls_text_next a:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 24px;
}










/* News Ticker Latest Update */
.views-element-container.block-views-blockkcw-home-block-1 {
  background-color: #fdd000;
  padding: 12px 0px;
}
@media (max-width: 768px) {
  .views-element-container.block-views-blockkcw-home-block-1 {
    padding: 6px 0px;
  }
}
#manuverma{
  display: flex;
  align-items: center;
}
#manuverma h2 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #035888;
  flex-shrink: 0;
  margin: 0 10px 0 0;
}

@media (max-width: 768px) {
  #manuverma h2 {
    font-size: 1rem;
    font-weight: bold;
    margin: 0 7px 0 0;
  }
}
#manuverma a{
  text-decoration: none;
  color: #035888;
}
.skin-default {
  flex-grow: 1; /* Allows the scroller to take up remaining horizontal space */
  overflow: hidden;
}
.views_slideshow_cycle_teaser_section {
  display: flex;
  align-items: center;
}
.views_slideshow_cycle_slide {
  white-space: nowrap; /* Keeps text in a single line */
  overflow: hidden;
  text-overflow: ellipsis; /* Adds an ellipsis when the text overflows */
}

.news-alert-section {
  font-size: 1.2rem;
  color: #035888;
}




/* Home Blocks */
/* #block-kcwtheme-views-block-kcw-home-block-3 > div
{
  height: 100% !important;
} */
.home-blocks-01
{
  padding: 60px 0px 15px 0px;
}
@media (max-width: 768px) {
  .home-blocks-01
  {
    padding: 30px 0px 15px 0px;
  }
}
.home-blocks-01 .more-link a
{
  text-decoration: none;
  border: 0;
  padding: 0;
  margin: -5px 0px 0px 0px;
  color: #035888;
}
.home-blocks-01 .news-ann h2.news-title{
  background-color: #035888;
  font-size: 1.5rem;
  color: #fff;
  padding: 12px;
  text-align: center;
  margin-bottom: 0px;
}
.home-blocks-01 .news-ann .news-announcements{
  background: #fdd000;
  padding: 15px;
  color: #035888;
}
.home-blocks-01 .news-ann .news-announcements .item{
  margin-bottom: 1rem;
  border-bottom: 1px dotted #fff;
  /* display: flex; */
  overflow: hidden;
}
.home-blocks-01 .news-ann .news-announcements .item h4
{
  line-height: 20px;
}
.home-blocks-01 .news-ann .news-announcements .item h4 a{
  text-decoration: none;
  color: #035888;
  font-size: 16px;
}
.home-blocks-01 .news-ann .news-announcementsX .itemX a{
  text-decoration: none;
  color: #212529;
}
.home-blocks-01 .news-ann .news-announcements .view-content {
  max-height: 100%;
  overflow: hidden;
}
.home-blocks-01 .news-ann .news-announcements .item .datim {
  text-align: center;
  background: #F8F9FA;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  float: left;
  /* padding: 0px 5px; */
}
.home-blocks-01 .news-ann .news-announcements .item .cal {
  /* padding: 5px; */
  text-align: center;
  float: left;
  width: 100%;
}
.home-blocks-01 .news-ann .news-announcements .item .dat {
  /* background: #F8F9FA; */
  color: #035888;
  float: left;
  width: 100%;
  /* padding: 5px 10px; */
}
.home-blocks-01 .news-ann .news-announcements .item .mon {
  background: #035888;
  color: #F8F9FA;
  /* align-self: flex-end;
    margin-top: auto;*/
   padding: 0px 5px;
  float: left;
  width: 100%;
}



.home-blocks-02
{
  padding: 30px 0px 30px 0px;
}




/* Why Choose KCW? */
.why-kcw .py-5
{
  background-color: #f9f9f9;
}
.why-kcw .feature-box
{
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.why-kcw .feature-box i
{
  font-size: 40px;
  color: #fdd000;
  margin-bottom: 20px;
}




/* Additional Styling for Full-width Background */
.section-bg {
  background: linear-gradient(120deg, #fdd000 0%, #035888 100%);
  color: white;
}

.section-content {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 40px;
}

.counter-section {
  background-color: #fdd000;
  padding: 50px 0;
  color: #035888;
}

.counter-item {
  text-align: center;
  margin-bottom: 30px;
}

.counter-number {
  font-size: 3rem;
  font-weight: bold;
}

.counter-label {
  text-transform: uppercase;
  font-weight: bold;
}

.counter-section {
  position: relative;
  background-image: url('../images/counter-bg.jpg');
  background-size: cover;
  background-position: center;
  color: #fff;
  /* Set default text color to white for better visibility */
}

/* Overlay for the background to make text more readable */
.counter-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  /* Black with 60% opacity */
  z-index: 1;
}

.container,
.row,
.col-md-3 {
  position: relative;
  /* Ensures these elements are on top of the overlay */
  z-index: 2;
}

.counter-item .icon {
  font-size: 2rem;
  /* Adjust size as needed */
  margin-bottom: 15px;
  color: #fdd000;
}

.info-section {
  background-color: #035888;
  /* Primary Color (Blue) */
  position: relative;
  color: #fff;
  overflow: hidden;
}

.info-section h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}

.info-section p {
  font-size: 1.3rem;
  margin-bottom: 20px;
  line-height: 1.5;
}

/* @keyframes waveAnimation {
  0% { transform: translateX(0); }
  50% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}

.wave-bottom {
  position: absolute;
  bottom: -1px;
  width: 200%;
  fill: #fdd000;
  animation: waveAnimation 15s linear infinite;
} */
.divider {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.wave-bottom {
  display: block;
  width: 100%;
  height: auto;
}
.why-kcw {
  background-color: #f4f4f4; /* A subtle gray to differentiate from the primary color */
}




.pre-footer{
	background-color: #f4f4f4;
}
/* Latest Videos */
.latest-videos h2
{
  text-align: center;
}
.latest-videos #videosCarousel
{
  padding: 50px 0px;
}
.event-box .video-title-link
{
  text-decoration: none;
}
.event-box .video-title {
  margin-top: 10px;
  font-size: 18px;
  word-wrap: break-word;
  color: #333;
}

/* Latest Events */
.latest-events h2
{
  text-align: center;
}
.latest-events #eventsCarousel
{
  padding: 50px 0px;
}
.carousel-indicators {
  list-style-type: none;
}
.carousel-indicators li::marker {
  content: none;
}
.carousel-control-prev, .carousel-control-next {
  z-index: 2;
}
.carousel-indicators li {
  width: 10px;
  height: 10px;
  /* border-radius: 50%; */
  background-color: #333 !important;
}
.carousel-indicators .active {
  background-color: #ff0404;
}
.event-box {
  position: relative;
}
.event-box .event-image {
  position: relative;  /* Make this the reference point for absolutely positioned children */
  overflow: hidden;
}

.event-box img {
  width: 100%;
  display: block;
}

.event-image .event-date {
  position: absolute;
  bottom: 10px;  /* Adjust as needed for positioning from the bottom of the image */
  right: 20px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #035888, #0082b8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.event-image .event-date .day {
  color: #fff;
  font-size: 18px;
  margin: 0;
  font-weight: bold;
}
.event-image .event-date .month {
  color: #fdd000;
  font-size: 12px;
  margin: 0;
}
.event-image .event-date .year {
  color: #fff;
  font-size: 12px;
  margin: 0;
}
.event-box .event-title-link
{
  text-decoration: none;
}
.event-box .event-title {
  margin-top: 10px;
  font-size: 18px;
  word-wrap: break-word;
  color: #333;
}







.footer-dark {
  background: linear-gradient(120deg, #035888, #0082b8);
  padding: 50px 0;
  color: white;
}

.footer-dark a {
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-dark a:hover {
  color: #fdd000;
  text-decoration: none;
}

.footer-logo {
  max-width: 90%;
  margin-bottom: 25px;
  display: block;
}

.footer-dark h5 {
  margin-bottom: 20px;
  font-weight: bold;
  border-bottom: 2px solid #fdd000;
  display: inline-block;
  padding-bottom: 10px;
}

.footer-dark p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
}

.social-icons a {
  font-size: 1.5rem;
  margin-right: 15px;
  transition: transform 0.3s ease;
}

.social-icons a:hover {
  transform: translateY(-5px);
  color: #fdd000;
}

.contact-info p {
  display: flex;
  align-items: center;
  gap: 10px;
}

hr {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}






/* Footer */
.footer-dark{
  background: linear-gradient(120deg, #035888, #0082b8);
  padding: 50px 0;
  color: white;
}










/* Breadcrumb & Page Title */
.breadcrumb-container {
  background-image: url('http://new.kcwsidhwan.org/sites/default/files/2023-09/s1.jpg');
  background-size: cover;
  position: relative;
  padding: 80px;
}

.breadcrumb-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

/* .breadcrumb-container div {
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0px;
} */

.breadcrumb-container h2 {
  font-size: 2em;
  color: white;
}

.breadcrumb-container ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.breadcrumb-container ol li {
  display: inline;
  margin-right: 10px;
  color: white;
}
.breadcrumb-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;

}
.breadcrumb-wrapper,
.breadcrumb-wrapper a {
  color: #f4f4f4;
  text-decoration: none;
}
.breadcrumb-content {
  margin-right: 10px;
}
.current-page {
  margin-left: 10px;
}
#block-kcwtheme-page-title
{
  display: none;
}






/* Management Page Person Details */
.article {
  margin-bottom: 30px;
}
.paragraph--type--managment {
  width: 100%;
}
.field.field--name-field-person-image img {
  max-width: 150px;  /* Adjust as needed */
  height: auto;
  border-radius: 50%;
}
.field--name-field-person-name {
  font-weight: bold;
  margin-top: 10px;
}

.field--name-field-person-designation {
  font-style: italic;
  color: grey;
}
.field.field--name-field-person-name,
.field.field--name-field-person-designation {
  min-height: 40px;  /* Adjust as needed */
  display: flex;
  align-items: center;
  justify-content: center;
}
.field--name-field-managment.field__items {
  display: flex;
  flex-wrap: wrap;
}
.field--name-field-managment .field__item {
  flex: 1 0 calc(33.33% - 10px);
  box-sizing: border-box;
  padding: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.field--name-field-managment .field.field__item {
  width: 100%;
}
@media (min-width: 768px) {
  .field--name-field-managment .field__items {
    display: flex;
    flex-wrap: wrap;
  }
  .field--name-field-managment .field__item {
    width: 33.33%; /* 3 items in a row */
    padding: 15px;
  }
}







.view-kcw-events-pages .event .row {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
}

.view-kcw-events-pages .col-md-5,
.view-kcw-events-pages .col-md-1,
.view-kcw-events-pages .col-md-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
}

.view-kcw-events-pages .carousel.eventImagesX,
.view-kcw-events-pages .dateTimeX,
.view-kcw-events-pages .eventInfoX {
    width: 100%;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.view-kcw-events-pages .dateTime {
  background-color: #035888;
  width: 15%;
  display: flex;
  flex-flow: column;
  justify-content: center;
	text-align: center;
  color: #fff;
  padding: 1em .75em;
}
.view-kcw-events-pages .dateTime span {
  display: block;
  margin: 0;
  padding: 0;
  font-family: 'Gotham SSm A','Gotham SSm B',Verdana,sans-serif;
  font-weight: 400;
  font-style: normal;
}
.view-kcw-events-pages .dateTime span.day {
  font-weight: 600;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 1;
}
.view-kcw-events-pages .eventInfo
{
	background:#ECECEC;
	padding:10px;
}
.view-kcw-events-pages .eventInfo a
{
	text-decoration:none;
	color:#333;
}
.view-kcw-events-pages .eventInfo a:hover
{
	text-decoration:none;
	color:#000;
}

.kcw-event-detail .event-date {
  display: flex;
  align-items: center;
}
.kcw-event-detail .calendar-icon {
  margin-right: 10px;
}
.kcw-event-detail .row-margin {
  margin-bottom: 20px;
}








/* News Page */

.news-announcements-page .grid {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.news-announcements-page .col-12 {
    margin-bottom: 2rem;
}

.news-announcements-page .views-field-field-image {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.news-announcements-page .views-field-field-image img {
    transition: transform 0.3s ease-in-out;
}

.news-announcements-page .views-field-field-image:hover img {
    transform: scale(1.1);
}

.news-announcements-page .views-field-field-image .field-content {
    position: relative;
}

.news-announcements-page .views-field-created {
  position: relative;
  bottom: 50px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 5px 10px;
  border-radius: 3px;
  width: 45%;
  margin-left: 10px;
  text-align: center;
}

.news-announcements-page .views-field-created time {
    color: #fff;
    font-weight: bold;
}

.news-announcements-page .views-field-title {
    margin-top: -0.8rem;
}

.news-announcements-page .views-field-title a {
    color: #333;
    font-weight: 600;
    transition: color 0.3s ease;
	text-decoration: none;
}

.news-announcements-page .views-field-title a:hover {
    color: #007bff; /* This is the Bootstrap primary color. Adjust if needed. */
}

.news-announcements-page .views-field .field-content {
    transition: background 0.3s ease;
}

.news-announcements-page .views-field:hover .field-content {
    background-color: rgba(0, 0, 0, 0.05);
}









.field--name-field-downloads {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
}

.field--name-field-downloads .field__item {
    display: flex;
    flex-direction: column;
    padding: 0.75rem;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.field--name-field-downloads .paragraph--type--downloads {
    display: flex;
    flex-direction: column;
}

.field--name-field-downloads .field--name-field-download-title {
    font-weight: 600;
    font-size: 1rem;
    color: #495057;
    margin-bottom: 0.5rem;
	border:none;
	text-align:center;
}

.field--name-field-downloads .field--name-field-download-file,
.field--name-field-downloads .field--name-field-external-link
{
	border:none;
	text-align:center;
	box-shadow:none;
}

.field--name-field-downloads .field--name-field-download-file a {
    font-size: 0.95rem;
    color: #007bff;
    text-decoration: none;
}

.field--name-field-downloads .field--name-field-download-file a:hover {
    text-decoration: underline;
}

.field--name-field-downloads .file--mime-application-pdf {
    display: inline-flex;
    align-items: center;
    font-size: 0.9rem;
}

/* Responsive styling for three items in a row */
@media (min-width: 768px) {
    .field--name-field-downloads {
        flex-direction: row; /* Change to row to allow wrapping */
        flex-wrap: wrap;
        gap: 1rem;
    }

    .field--name-field-downloads .field__item {
        flex: 1 1 calc(33.333% - 1rem);
        margin: 0.5rem 0;
    }
}

