@font-face {
  font-family: 'mont-bold';
  src: url(https://suhi.sinaichicago.org/wp-content/uploads/2025/02/Mont-Bold.ttf);
}
@font-face {
    font-family: "Decagram";
    src: url(https://suhi.sinaichicago.org/wp-content/uploads/2025/06/18b49854659d05cc72b1b36aeab9a23c-1.ttf")
    
}
@font-face {
    font-family: "Decagram 500";
    src: url("https://suhi.sinaichicago.org/wp-content/uploads/2025/05/Decagram_TRIAL-Md-BF63ed89e1ccb0c.otf")
    
}

h1, h2, h3, h4, h5, h6{
	font-family: 'mont-bold';
}

*:not(h1, h2, h3, h4, h5, h6, i, li a, h1 a) {
	font-family: "Decagram" !important;
	
	letter-spacing: 0.2px;
}
p, .elementor-button-link * {
	
	
	font-weight: 300 !important;
}
 .elementor-button-content-wrapper * {
	 font-family: "Decagram 500" !important;
/* font-weight: 600 !important; */
}
.filteration-btns label input[type="checkbox"], .filteration-btns label input[type="radio"] {
    display: none;
}

.filteration-btns {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.filteration-btns label {
    border: 1px dashed #000 !important;
    border-radius: 35px !important;
    padding: 2.5px 10px 2.5px 10px !important;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 13px;
    margin-bottom: 0;
	font-weight: 600
}

/* Change label background when its radio button is checked */
.filteration-btns label:has(input[type="radio"]:checked), .filteration-btns label:has(input[type="checkbox"]:checked) {
    background-color: black;
    color: white; /* Optional: change text color for contrast */
}


.archive-page-main-grid {
	display: grid; grid-template-columns: 3fr 1fr; gap: 80px;
}




.publication-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; /* Space between cards */
height: fit-content !important;
}

@media (max-width: 992px){
	.archive-page-main-grid {
		display: flex;
		flex-direction: column-reverse
	}
	.publication-grid {
	
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px){
	.publication-grid {
	
		grid-template-columns: repeat(1, 1fr);
	}
}

.publication-card {
    border-right: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 25px;
    margin-bottom: 1.5rem;
    border-radius: 6px;
    background-color: #fff;
    padding-left: 5px;
}
@media (max-width: 767px) {
.publication-image img {
    width: 100% !important;
    max-width: 400px !important;
    height: 206px !important;
    object-fit: cover;
    display: block;
    margin: 0 auto;
  }
.publication-card {
	border-right: none !important;
	border-bottom: 1px solid #eee;
	padding: 0px !important
	}
	.elementor-element.elementor-element-49105f9.elementor-widget.elementor-widget-heading {
    padding: 0px 30px 0px 30px;
}
	.elementor-element.elementor-element-0589f2c.e-con-full.e-flex.e-con.e-child {
    padding: 10px 30px 10px 30px;
}
	.elementor-element.elementor-element-3b37e98.e-flex.e-con-boxed.e-con.e-child {
    padding: 10px 10px 10px 30px;
}
	.filteration-btns {
    padding: 0px 10px 0px 10px;
}

	h2.elementor-heading-title.elementor-size-default {
	padding: 0px;
}
	.filteration-btns {
    padding: 0px 0px 0px 0px;
}
	#publications_page{
    padding-right: 30px;
    padding-left: 30px;
	}
	#initiatives_page{
		padding: 0px 30px 0px 30px !important;
	}
}

.publication-date {
    /* Style for the date */
    margin:  0.5rem 0;
    font-size: 0.8rem;
    color: #555;
}

.publication-title {
    /* Style for the title */
    margin: 0 0 1rem 0;
    font-size: 1.25rem;
}

.publication-title a {
    text-decoration: none;
    color: #000;
}

.publication-terms {
    /* Container for the terms (pills) */
    margin-bottom: 1rem;
}

.publication-term-pill {
    /* Style each term as a pill */
    display: inline-block;
    padding: 0.5rem 1rem;
    margin: 0 0.5rem 0.5rem 0;
    background-color: #DAECFC; /* Light blue background, adjust as needed */
    color: #000;
    border-radius: 9999px; /* Creates a 'pill' shape */
    font-size: 0.85rem;
    font-weight: 600;
}

.publication-excerpt {
    /* Style for the excerpt */
    margin: 0;
    font-size: 0.95rem;
    color: #333;
}



/* search bar start */

.search-container {
    position: relative;
    width: 100%;
	padding-right: 20px;
	margin-bottom: 50px;
}

#search-publications, #search-initiatives  {
    width: 100%;
padding: 15px 40px 15px 45px; /* Padding to make space for the icon */
    font-size: 16px;
border: 1px solid #156CBC;
    border-radius: 4px;
    outline: none; /* Removes default focus outline */
}

#search-publications:focus {
    border-color: #ccc; /* Prevents border color change on focus */
    box-shadow: none;  /* Removes any shadow effects */
}

.search-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: gray;
    pointer-events: none; /* Makes the icon non-interactive */
}

#custom-search-input{
	 width: 100%;
    padding: 20px 40px 20px 50px; /* Padding to make space for the icon */
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none; /* Removes default focus outline */
}

#custom-search-input:focus {
    border-color: #ccc; /* Prevents border color change on focus */
    box-shadow: none;  /* Removes any shadow effects */
}


/* search bar end  */

.publication-read-more {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
	font-size: 12px;
}

.publication-read-more i {
    transition: transform 0.2s ease-in-out;
}

.publication-read-more:hover i {
    transform: translateX(3px);
}



/* slider css */




.elementor-widget.elementor-align-left .elementor-icon-list-item, .elementor-widget.elementor-align-left .elementor-icon-list-item a {
display: flex !important;
    flex-direction: row-reverse !important;
}

.elementor-widget.elementor-list-item-link-full_width a {
    display: flex !important;
    flex-direction: row-reverse !important;
    justify-content: flex-end !important;
}
.elementor-widget .elementor-icon-list-item, .elementor-widget .elementor-icon-list-item a {
    justify-content: space-between !important;
    gap: 8px !important;
}

.hfe-flyout-content.push {
position: fixed !important;
	top: 0px !important;
	right: 0px !important;
}

.elementor-12 .elementor-element.elementor-element-e1d7120 .menu-item a.hfe-menu-item.elementor-button {
    width: 47% !important;
}

a.hfe-menu-item.elementor-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.elementor-12 .elementor-element.elementor-element-e1d7120 .menu-item a.hfe-menu-item {
    padding-left: unset !important;
}

header .elementor-sticky--active{
	
    box-shadow: 0 -6px 16px 0px rgba(0, 0, 0, 0.5);
	transition: all .5s ease-in-out
}
.hfe-input-focus .hfe-search-form__input {
position: static !important;
margin-right: 10px;
}
.hfe-search-icon-toggle i.fa-search{
	 position: absolute;
    top: 4px;
}
   
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-5vw);
    opacity: 0;
  }
  98% {
    opacity: 0.3;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.banner_title,
.banner_text,
.banner_button {
  opacity: 0;
  transform: translateX(-5vw);
  transition: transform 1s ease-out, opacity 1s ease-out;
}

/* Apply animation with delay for each element */
.swiper-slide-active .banner_title {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.4s; /* Title appears first */
}

.swiper-slide-active .banner_text {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.6s; /* Desc appears after title */
}

.swiper-slide-active .banner_button {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.9s; /* Button appears after desc */
}

/*  unkown*/
.hfe-search-icon-toggle i.fa-search {
    position: absolute unset !important;
    padding: 0px !important;
}
input.hfe-search-form__input {
height: 35px !important;
}

.hfe-search-icon-toggle i:before {
vertical-align: -webkit-baseline-middle !important;
}


.elementor-form-fields-wrapper {
   
    flex-wrap: unset !important;
}


/* card img css */
.publication-image img {
    width: 100% !important;
    max-width: 400px !important;
    height: 206px !important;
    object-fit: cover;
    display: block;
    margin: 0px;
	margin-bottom: 15px !important;
  }


.filteration-btns {
    margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .elementor-element.elementor-element-0589f2c.e-con-full.e-flex.e-con.e-child {
    padding: 0px;
  }
}

a.publication-read-more {
    margin-top: 20px !important;
}
.crowd-pages-menu {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.crowd-pages-menu .menu-item {
    padding: 10px 25px;
    border: 1px solid #c2c5c4;
    text-decoration: none;
    color: black;
    font-weight: 500;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 17px;
}
.crowd-pages-menu .menu-item.active {
    border-color: #156CBC;
    color: #156CBC;
    outline: 1px solid #156CBC;
}

.crowd-pages-menu .menu-item:hover {
    background-color: #f0f0f0;
}

.crowd-pages-menu .menu-item.has-dropdown {
    position: relative;
    padding-right: 20px;
}

.crowd-pages-menu .menu-item .dropdown-arrow {
    margin-left: 5px;
    font-size: 12px;
}
.crowd-pages-menu {
    display: flex;
    gap: 10px;
}
/* 


.menu-item {
    padding: 10px 15px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: black;
    font-weight: bold;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

.menu-item.active {
    border-color: #156CBC;
    color: #156CBC;
    outline: 1px solid #156CBC;
}

.menu-item:hover {
    background-color: #f0f0f0;
}

.has-dropdown .dropdown-arrow {
    margin-left: 5px;
    font-size: 12px;
}
 */

.menu-item-container {
    position: relative;
    display: inline-block;
} 
.dropdown-menu {
    display: none;
    position: absolute;
    top: 90%;
    left: 0;
    background: white;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 5px 0;
    min-width: 150px;
    z-index: 1000;
}

.submenu-item {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: black;
    font-weight: normal;
    white-space: nowrap;
}

.submenu-item:hover {
    background: #f0f0f0;
}

.submenu-item.active {
    color: #156CBC;
    font-weight: bold;
}

.menu-item-container:hover .dropdown-menu {
    display: block;
}

.elementor-form-fields-wrapper {
   display: unset !important;
}


html, body {
  overflow-x: hidden !important;  /* hides horizontal scroll */
  overflow-y: auto !important;   /* allows vertical scroll */
}

.elementor-303 .elementor-element.elementor-element-cce648a .elementor-field-group {
    margin-bottom: 15px !important;
}
button.elementor-button.elementor-size-sm {
    padding: 19px;
    border-radius: 6px;
}


#rm-form-container .rmform-label:not(.rmform-radio-check) {
font-family: "mont-bold", Sans-serif;

} 
#rm-form-container input[type="text"],#rm-form-container select, #rm-form-container option, #rm-form-container .rmform-radio-check, #rm-form-container textarea {
    font-family: "mont-regular", Sans-serif;
    font-weight: 300;
	
}

#rm-form-container input[type="text"],#rm-form-container select , #rm-form-container textarea { 
	PADDING: 14px !important;
    height: auto !important;
}

.rmformui #rm_form_submit_button input[type='button'], .rmformui #rm_form_submit_button input[type='submit'] {
    background-color: #eee;
    background-color: #156CBC !important;
   
    border: unset !important;
    color: #fff;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    padding: 10px 25px !important;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.2s;
   
}


