@import url('https://fonts.googleapis.com/css2?family=Anton&family=Kumbh+Sans:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Parkinsans:wght@300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');

p {
	margin: 0 0 24px;
}

.card {
	border: none;
}

.js-form-item.form-item {
	margin-bottom: 16px;
}

#views-bootstrap-slideshow-block-1 {
	margin-bottom: 24px;
}

#views-bootstrap-slideshow-attachment-1 .row {
	margin-bottom: 32px;
}

.carousel-caption h3 a {
    font-size: 1.17rem;
    font-weight: 600;
	font-family: sans-serif;
    color: white;
    padding: 5px 10px;
    text-decoration: none;
    position: relative;
    display: inline-block;
    background-color: var(--bgcolor);
    border-radius: 2px; 
   
}
.carousel-caption {
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 15px 45px 50px 45px;
    background: linear-gradient(
        to top, 
        rgba(0, 0, 0, 0.95) 0%,    /* Strong black at the bottom */
        rgba(0, 0, 0, 0.85) 20%,  /* Slightly lighter black */
        rgba(0, 0, 0, 0.6) 50%,   /* Soft black in the middle */
        rgba(0, 0, 0, 0.3) 75%,   /* Lighter as it moves up */
        rgba(0, 0, 0, 0) 100%     /* Fully transparent at the top */
    );
}

.carousel-caption{
	text-align: left;
}
.carousel-caption p{
	font-size: 20px;
	font-family: sans-serif;
	font-weight: 600;
}
.carousel-caption p a:hover{
	text-decoration: underline;
	color: white;
}


.carousel-control.left, .carousel-control.right {
    background: none;
}

.slideshow-news .attachment {
    margin-top: 16px;
}

/* Adjustments for Small Screens */
@media (max-width: 768px) {
    .carousel-caption {
        padding: 5px; 
    }
    .carousel-caption p {
		font-size: 1.12rem;
		font-weight: 500;
		padding: 20px; /* Reduce font size for better readability */
        line-height: 1.4; /* Increase line height for better spacing */
    }
	.carousel-caption h3 a{
		margin-left: 20px;
		font-size: 0.875rem;
	}
}

/* 
  Tuning  CSS 
  
*/

.caret::before {
	content: "\f107";
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
}

.caret {
  vertical-align: unset;
  border: none;
  margin-right: 4px;
}

img {
	max-width: 100%;
	height: auto;
}

.slideshow-fluid img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 500px;
}

.layout.row.layout-builder__layout .block {
    /* margin-bottom: 20px; */
	margin-top: 20px;
}

nav.tabs, #node-homepage-layout-builder-form {
	/* width: 1170px; */
	margin: 0 auto;
}

/* .content-latest-news-list a {
	font-weight: 500;
	font-size: 1.15rem;
} */

.content-latest-news-list .post-block {
	padding: 16px 0;
}

.content-category-list .views-row {
	/* border: solid 1px #ddd; */
	padding: 11px;
	margin-bottom: 16px;
	min-height: 90px;
}

.content-category-list img {
	float: left;
}

.content-category-list a {
	padding: 0px 8px 0 115px;
	display: block;
	margin-bottom: 8px;
}

.col-12 h3 {
	font-size: 14px;
}

a {
  transition: all 0.3s ease-in-out;
  color: var(--bs-body-color-rgb);
  text-decoration: none;
}

a, a:focus {
	background-color: transparent;
}

/* a:focus, a:hover {
	text-decoration: none;
	color: var(--bgcolor);
} */

/* Slider 1 */
.node--view-mode-slider-1.post-block {
	position: relative;
}

/* Image Number */

@media only screen and (min-width: 769px) {
  /* For NOT mobile phones: */
    .field-content.imgnum-1, .field-content.imgnum-4 {
	width: 843px; height: 100%;
    }
    
    .field-content.imgnum-2 img, .field-content.imgnum-5 img {
    	width: 376px; position: fixed; right:0; height: 244px;
    }
    
    .field-content.imgnum-3 img, .field-content.imgnum-6 img{
    	width: 376px; position: fixed; right:0; height: 244px; bottom:0;
    }
}

/* .views-field.views-field-field-image {
	margin-top: 20px;
	
} */


/* .content-slideshow-multi .views-field.views-field-field-image {
	margin-bottom: 0;
} */

.content-numbered .post-block {
	position: relative;
	min-height: 40px;
	margin-bottom: 22px;
}
.post-block {
	padding-bottom: 10px;
	/* padding-top: 10px;
	border-bottom: 1px solid var(--border); */
}

.content-numbered .post-block .number {
	font-size: 16px;
	color: #fff;
	font-family: sans-serif;
	text-align: center;
	width: 40px;
	height: 40px;
	position: absolute;
	background-color: var(--bgcolor);
	border-radius: 50%;
	top: 50%;
	left: 0;
	z-index: 11;
	margin-top: -35px;
	line-height: 40px;
	font-style: italic;
}

.content-numbered .post-block .post-title a {
	display: block;
	font-size: 14px;
	padding-left: 50px;
	font-weight: 400;
}

.content-category .attachment img {
	float: left;
	margin: 0 15px 15px 0;
}

.views-field.views-field-title {
	color: var(--heading);
	font-family: "Noto Sans", sans-serif;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
}

.views-field.views-field-title a:hover {
	color: var(--heading);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px; /* Adds space between the text and underline */
  }

.check-01 {
    clear: both;
}

.article-category {
    margin-top: 16px;
	display: inline-block;
}
.article-category .field__item, 
.views-field-field-category .field-content a {
    padding: 3px 8px;
	font-size: 12px;
	border-radius: 2px;
	font-family: "Noto Sans", sans-serif;
	font-weight: 500;
    background: var(--bgcolor);
    color: #fff;
    display: inline-block;
    margin: 15px 8px 5px 0;
    transition: all 0.3s ease; /* Smooth transition */
    text-decoration: none; /* Ensure no underline */
}

.article-category .field__item:hover, 
.views-field-field-category .field-content a:hover {
    opacity: 0.85; /* Slightly lighter background on hover */
    transform: scale(1.05); /* Scale up slightly */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add a subtle shadow */
}



.article-category a {
	color: #fff;
}


.field.field__name-field-tags .field__item {
	display: inline-block;
	padding: 4px 8px 8px 8px;
	background: #CCC;
	margin: 8px 8px 8px 0;
}

.image-with-title {
	font-style: italic;
}

.content-recommended img {
	width: 100%;
}

.content-recommended .post-title a {
	font-weight: 600;
	font-size: 1rem;
}

@media (max-width: 575px) {
    .content-recommended .post-content {
        margin-bottom: 16px;
    }
}

/* Categories and Tags */

.field--tags__item a {
	/* background: #CCC; */
	padding: 4px 8px;
	margin: 3px;
}


