/*

  Theme Name: Tourism HR
  Theme URI: #
  Author: Goodermarketing
  Author URI: #
  Description: Custom theme for Tourism HR
  Version: 1.0.0
  

  */
 
 

body {
  margin: 0;
  padding: 0;
}

.btn-block a.elementor-button-link {
  display: block;
}
.margin-top-auto {
  margin-top: auto;
}

body {
  background-image: url("https://newtourismhr.wpenginepowered.com/wp-content/uploads/2025/04/body-bg.svg");
  background-color: #fff;
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: top left;
}
table,td,th {
    border: 1px solid #333F48;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.5em;
    width: 100%
}

th {
    font-weight: 600
}

td,th {
    padding: .7em 1em;
    border-width: 0 1px 1px 0
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
.wpml-ls-legacy-dropdown{
/* 	position:absolute; */
}
.wpml-ls-legacy-dropdown a{
	border:0;
}
.wpml-ls-legacy-dropdown a span{
	font-weight:600;
	font-size:14px;
	font-family:"Montserrat", Sans-serif;
}
html[lang="fr-FR"] .eng-date{
	display:none;
}
html[lang="en-US"] .french-date{
	display:none;
}
html[lang="fr-FR"] .desktop-language-bar .wpml-ls-legacy-dropdown{
	margin-top:15px;
}

html[lang="en-US"] .desktop-language-bar  .wpml-ls-legacy-dropdown{
	margin-top:-10px;
}
label.wpforms-field-label[aria-hidden="true"][style*="counter-increment: none"]:empty {
		display:none;
		opacity:0;
		visibility:hidden;
}
	
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{
	content:'';
	border-style: solid;
    border-width:1.5px 1.5px 0 0;
	border-color:#333F48;
      display: inline-block;
    height: 10px;
    transform: rotate(135deg);
    vertical-align: top;
    width: 10px;
    top: calc(50% - 6px);
	
}
.filter-terms-wrapper {
  overflow: auto;
  height: 200px;
}
.two-col-list .elementor-icon-list-items {
  display: grid !important
        ;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.two-col-list.elementor-widget
  .elementor-icon-list-icon
  + .elementor-icon-list-text {
  align-self: start;
}
.hover-card {
  position: relative;
  bottom: -8px;
  z-index: 2;
}
.hover-card:hover .card-title .elementor-heading-title,
.hover-card:hover .card-content {
  color: #fff;
}
.hover-card-orange:hover
  .elementor-widget-icon.elementor-view-framed
  .elementor-icon {
  fill: none;
}
.hover-card-blue:hover .elementor-widget-icon .elementor-widget-container {
  background-color: #015f68;
}
.hover-card-orange:hover .elementor-widget-icon .elementor-widget-container {
  background-color: #ac3313;
}
.hover-card-grey:hover .elementor-widget-icon .elementor-widget-container {
  background-color: #596670;
}
.hover-card-blue:hover .elementor-widget-icon .elementor-widget-container svg *,
.hover-card-orange:hover
  .elementor-widget-icon
  .elementor-widget-container
  svg
  *,
.hover-card-grey:hover
  .elementor-widget-icon
  .elementor-widget-container
  svg
  * {
  fill: none !important;
  stroke: #fff;
}
.hover-card-grey:hover
  .elementor-widget-icon
  .elementor-widget-container
  svg
  tspan {
  fill: #fff !important;
}
.hover-card-grey:hover {
  background-color: #333f48;
}

.hover-card-wrap,
.w-m-right {
  /* 	margin:-5px 0; */
  max-width: calc(100% - 40px);
}
.hover-card-wrap:before {
  content: "";
  background: #fff;
  width: 100%;
  height: 96%;
  position: absolute;
  z-index: 1;
  top: 4%;
}
.h-100-image {
  height: 100%;
}

.btn-link:hover .elementor-button-link .elementor-button-text {
  text-decoration: underline;
}

.resource-hub-container {
  /* 	max-height:500px; */
}
.resource-hub:hover h2,
.resource-hub:hover .elementor-widget-container,
.resource-hub:hover .elementor-button-link,
.resource-hub:hover a {
  color: #fff !important;
}
.recent-posts-container .e-loop-item,
.featured-posts-container .e-loop-item {
  height: 100%;
}
.recent-posts-container .recent-post-card-meta-wrap,
.featured-posts-container .featured-post-meta-wrapper {
  margin-top: auto;
}
.recent-posts-container .recent-post-card,
.featured-posts-container .recent-post-card {
  border: 1px solid #e6e8eb;
  border-radius: 20px;
  padding: 0;
  height: 100%;
  overflow: hidden;
}
.recent-posts-container .e-con-inner,
.featured-posts-container .e-con-inner {
  padding: 0;
}

.recent-posts-container .elementor-loop-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /*     grid-template-rows: repeat(2, 1fr); */
  gap: 20px;
}
.featured-posts-container .elementor-loop-container {
  display: flex;
}

.recent-posts-container
  .recent-post-card
  .elementor-post-info__terms-list
  .elementor-post-info__terms-list-item,
.featured-posts-container
  .recent-post-card
  .elementor-post-info__terms-list
  .elementor-post-info__terms-list-item {
  border: 1px solid #f0f0f0;
  border-radius: 999px;
  padding: 6px 12px;
}
.recent-post-card img{
	    width: 100%;
    max-height: 400px;
    object-fit: cover;
}

.recent-posts-container .recent-post-content {
  height: 100%;
}
.featured-posts-container .featured-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  height: 32px;
  padding: 8px 12px 6px 12px;
  border-radius: 999px;
  background: #333f48;
  color: #fff;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 16.8px */
}
.elementor-post-info__terms-list
  .elementor-post-info__terms-list-item
  + .elementor-post-info__terms-list-item::before {
  content: "";
}
.home-news-button .elementor-widget-container{
	width:180px;
}
html[lang="fr-FR"] .home-news-button .elementor-widget-container, html[lang="fr-FR"] .home-news-button  {
	width:210px !important;
}
.subscribe-form {
  border: 1px solid #e8ebee;
  background: #fff;
  padding: 12px 12px 12px 24px;
}
.subscribe-form .wpforms-container {
  margin: 0 !important;
  padding: 0;
}
.subscribe-form form {
  display: grid;
  gap: 20px;
  grid-template-columns: 2fr 1fr;
}
.subscribe-form
  div.wpforms-container-full
  .wpforms-form
  .wpforms-submit-container {
  margin-top: 0;
}

.subscribe-form div.wpforms-container-full button[type="submit"] {
  width: 100%;
  background-color: #cf4520 !important;
  font-weight: 700;
  border-radius: 0;
  padding: 12px 30px;
  font-size: 18px;
}
.subscribe-form div.wpforms-container-full button[type="submit"]:hover,
.subscribe-form div.wpforms-container-full button[type="submit"]:focus {
  background-color: #333f48 !important;
  outline: none;
}
.subscribe-form div.wpforms-container-full input[type="email"] {
  border: 0;
  background-image: url("https://newtourismhr.wpenginepowered.com/wp-content/uploads/2025/04/Envelope.png");
  padding-left: 30px;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left center;
}
.subscribe-form .wpforms-container .wpforms-field {
  padding: 0;
}

.main-menu-navigation nav ul.sub-menu li.menu-item a:hover {
  font-weight: 700 !important;
  text-decoration: underline;
}
.main-menu-navigation li.menu-item-has-children > a .sub-arrow {
  display: none;
}
.main-menu-navigation li.menu-item-has-children > a .subarrow {
  align-items: center;
  display: flex;
  line-height: 1;
  margin-block-end: -10px;
  margin-block-start: -10px;
  padding: 10px;
  transition: all 0.3s ease-in-out;
  padding-inline-end: 0;
}
.main-menu-navigation li.menu-item-has-children > a .subarrow.rotated {
  transform: rotate(-90deg);
}

.language-navbar {
	display:none;
  color: #333f48;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 228.571% */
  text-transform: capitalize;
}
.language-selector {
  width: 46px;
  outline: none;
  border: 0;
  cursor: pointer;
}
.wpml-ls-legacy-dropdown .wpml-ls-flag+span{
	display:none;
}
/** Form **/
.contact-form input[type="text"]::placeholder,
.contact-form input[type="email"]::placeholder,
.contact-form textarea::placeholder {
  color: #333f48 !important;
  opacity: 1 !important;
  font-size: 18px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  border: 1px solid #858c91 !important;
  border-radius: 0 !important;
  color: #333f48;
  background-color: #fff;
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.contact-form .wpforms-submit-container {
  text-align: center;
}
.contact-form textarea {
  text-indent: 20px;
}
.contact-form .form-name input {
  background-image: url("https://newtourismhr.wpenginepowered.com/wp-content/uploads/2025/05/icons-person.svg");
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 36px !important;
  background-size: 20px;
}
.contact-form .form-name.contact-form-name .wpforms-field-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.contact-form
  .form-name.contact-form-name
  .wpforms-field-row
  .wpforms-one-half {
  width: calc(50% - 10px) !important;
}
.contact-form .form-business input {
  background-image: url("https://newtourismhr.wpenginepowered.com/wp-content/uploads/2025/06/id-card.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 36px !important;
  background-size: 20px;
}
.contact-form .form-email input {
  background-image: url("https://newtourismhr.wpenginepowered.com/wp-content/uploads/2025/05/icon-email.svg");
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 36px !important;
  background-size: 20px;
}
.contact-form .form-phone input {
  background-image: url("https://newtourismhr.wpenginepowered.com/wp-content/uploads/2025/05/icon-phone.svg");
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 36px !important;
  background-size: 20px;
}
.contact-form .form-submit {
  background-color: #cf4520 !important;
  border: 0;
  font-family: "Montserrat", sans-serif !important;
  font-size: 18px !important;
  line-height: 1.4;
  border-radius: 0 !important;
  color: #fff !important;
  padding: 12px 80px !important;
  height: auto;
  font-weight: 700 !important;
  height: auto !important;
}
.contact-form .form-submit:hover {
  background-color: #333f48 !important;
}
/** Download Form **/
.download-form-text {
  text-align: center;
  font-size: 18px !important;
  font-family: "Open Sans", sans-serif;
  line-height: 1.4;
}
.download-form input[type="text"]::placeholder,
.download-form input[type="email"]::placeholder,
.download-form textarea::placeholder {
  color: #333f48 !important;
  opacity: 1 !important;
  font-size: 18px;
}
.download-form input[type="text"],
.download-form input[type="email"],
.download-form textarea {
  border: 1px solid #858c91 !important;
  border-radius: 0 !important;
  color: #333f48;
  background-color: #fff;
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.download-form .wpforms-submit-container {
  text-align: center;
}
.download-form textarea {
  text-indent: 20px;
}
.download-form select {
  width: 100%;
  font-size: 18px !important;
  color: #333f48 !important;
  border: 1px solid #858c91 !important;
  background: #fff;
  border-radius: 0 !important;
}
.download-form .form-name input {
  background-image: url("https://newtourismhr.wpenginepowered.com/wp-content/uploads/2025/05/icons-person.svg");
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 36px !important;
  background-size: 20px;
}
.download-form .form-email input {
  background-image: url("https://newtourismhr.wpenginepowered.com/wp-content/uploads/2025/05/icon-email.svg");
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 36px !important;
  background-size: 20px;
}
.download-form .form-phone input {
  background-image: url("https://newtourismhr.wpenginepowered.com/wp-content/uploads/2025/05/icon-phone.svg");
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 36px !important;
  background-size: 20px;
}
.download-form .form-submit {
  background-color: #cf4520 !important;
  border: 0;
  font-family: "Montserrat", sans-serif !important;
  font-size: 18px !important;
  line-height: 1.4 !important;
  border-radius: 0 !important;
  color: #fff !important;
  padding: 12px 80px !important;
  height: auto !important;
  font-weight: 700 !important;
}
.download-form .form-submit:hover {
  background-color: #333f48 !important;
}
#download_report_title h2 {
  color: #fff;
  padding: 0;
  margin: 0;
  font-weight: 600;
  font-size: 48px;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
}
.wpforms-confirmation-container-full {
  background: none !important;
  border: 0 !important;
  margin-bottom: 60px !important;
}
.wpforms-confirmation-container-full a {
  color: #007681;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  text-decoration: underline;
}
.wpforms-confirmation-container-full a:hover {
  text-decoration: none;
  font-weight: bold;
}
/** White Colored Form **/
.white-colored-form .contact-form .form-submit {
  background-color: #fff !important;
  border: 0;
  font-family: "Montserrat", sans-serif !important;
  font-size: 18px !important;
  line-height: 1.4;
  border-radius: 0 !important;
  color: #323e48 !important;
  padding: 12px 80px !important;
  height: auto;
  font-weight: 700;
}
.white-colored-form .contact-form .form-submit:hover {
  background-color: #333f48 !important;
	color:#fff !important;
}
/** Search Site CSS **/
.top-search-site {
  display: none; /* Initially hide the search site */
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.top-search-site.show {
  display: block;
  opacity: 1;
}

.search-button {
  display: block;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
}

.search-button.hide {
  display: none;
  opacity: 0;
}
.e-search-input {
  background-image: url("https://newtourismhr.wpenginepowered.com/wp-content/uploads/2025/04/MagnifyingGlass.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 7px 8px;
}
.program-card-content-wrapper {
  height: 100%;
}
.program-card-content-wrapper .program-card-cta-wrapper {
  margin-top: auto;
}
.pattern-bg-double {
  position: relative;
}
.pattern-bg-double:before {
  content: "";
  background: url("https://newtourismhr.wpenginepowered.com/wp-content/uploads/2025/04/about-tourism-before-bg.svg")
    no-repeat left top;
  background-size: 100%;
  width: 500px;
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.pattern-bg-double:after {
  content: "";
  background: url("https://newtourismhr.wpenginepowered.com/wp-content/uploads/2025/04/about-tourism-after-bg.svg")
    no-repeat right bottom;
  background-size: 100%;
  width: 500px;

  opacity: 0.05;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 1;
}

.pattern-bg-about {
  position: relative;
}
.pattern-bg-about:before {
  content: "";
  background: url("https://newtourismhr.wpenginepowered.com/wp-content/uploads/2025/05/about-bg-svg.svg")
    no-repeat left top;
  background-size: 100%;
  width: 50%;
  opacity: 0.05;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.pattern-bg-blue {
  position: relative;
}
.pattern-bg-blue:after {
  content: "";
  background: url("https://newtourismhr.wpenginepowered.com/wp-content/uploads/2025/05/blue-bg-svg.svg")
    no-repeat left top;
  background-size: 100%;
  width: 50%;
  opacity: 0.05;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  bottom: 0;
  z-index: 1;
}
.icon-link-cta {
  border-bottom: 1px solid #e6e8eb;
  background: url("https://newtourismhr.wpenginepowered.com/wp-content/uploads/2025/05/ArrowUpRight.svg")
    no-repeat right 41px;
  background-size: 24px;
  padding-right: 30px;
  padding-bottom: 32px;
  margin-bottom: 48px;
}
.icon-link-cta .elementor-icon-box-title {
  padding: 0;
  margin: 0;
}
.icon-link-cta .elementor-icon-box-icon {
  border-radius: 20px;
  max-width: 76px;
  display: inline-flex !important
;
  justify-content: center;
  align-items: center;
  max-height: 76px;
  text-align: center;
  padding: 7px;
  background: #f7f8f9;
}

.icon-title-content {
  border-bottom: 1px solid #e6e8eb;
  background-size: 24px;
  padding-right: 30px;
  padding-bottom: 32px;
  margin-bottom: 48px;
}
.icon-title-content .elementor-icon-box-title {
}
.icon-title-content .elementor-icon-box-icon {
  border-radius: 50%;
  display: inline-flex !important
;
  padding: 30px;
  justify-content: center;
  align-items: center;

  text-align: center;
}
.icon-title-content h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.icon-title-content .elementor-icon-box-icon {
  background: #f7f8f9;
}
.icon-title-content:hover .elementor-icon-box-icon {
  background: #e6e8eb;
}
.icon-title-content .elementor-icon-box-description a {
  color: #333f48;
}
.icon-title-content .elementor-icon-box-description a:hover {
  font-weight: bold;
}
.events-card-image-container .elementor-widget-image {
  height: 100%;
}
.event-card {
  overflow: hidden;
}

.event-card-content {
  height: 100%;
}
.event-card-content .event-meta-wrapper {
  margin-top: auto;
}
.event-card-wrapper .e-loop-item,
.event-card-wrapper .e-loop-item .event-card {
  height: 100%;
}
.mobile-show-link {
  display: none !important;
}
.partner-slides img {
  max-width: 250px;
  height: auto;
}
.report-cards-wrapper .report-card {
  height: 100%;
  overflow: hidden;
}
.report-cards-wrapper .report-card .report-card-link {
  margin-top: auto;
}
.report-cards-wrapper .report-card-image-container {
  position: relative;
  height: 340px;
}
.report-cards-wrapper .report-card-image-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) -31.72%, #000 132.67%),
    #d3d3d300 50%;
}
.report-cards-wrapper .report-card-image-container .report-card-year {
  position: absolute;
  top: 24px;
  left: 24px;
  background-color: #333f48;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 16.8px */
  z-index: 2;
  color: #fff;
  padding: 6px 12px;
  border-radius: 22px;
}

.report-cards-wrapper .report-card-image-container .report-card-tags {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background-color: #333f48;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 16.8px */
  z-index: 2;
  color: #fff;
}

.report-cards-wrapper
  .report-card-image-container
  .report-card-tags
  ul
  li
  .elementor-post-info__terms-list {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  color: #fff;
}
.report-cards-wrapper
  .report-card-image-container
  .report-card-tags
  ul
  li
  .elementor-post-info__terms-list
  .elementor-post-info__terms-list-item {
  padding: 6px 12px;
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 22px;
}
.report-cards-wrapper
  .report-card-image-container
  .report-card-year
  li
  .elementor-icon-list-text {
  padding-left: 0;
  margin-left: 0;
  color: #fff;
}
.lmi-card .lmi-card-content {
  height: 100%;
}
.lmi-card-button {
  margin-top: auto;
}
.lmi-card-button  a span.elementor-button-text{
	text-align:right;
}
.lmi-card-button  a {
	padding-left:0;
	padding-right:0;
}
.link-styled a {
  text-decoration: underline;
	color:#333F48;
}
.link-styled a:hover {
  font-weight: 600;
}
.link-styled-post a{
	  text-decoration: underline;

	color:#007681;
}
.link-styled-post a:hover{font-weight: 600;}
/** Search Sidebar **/
.single .e-search .e-search-input{
	font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E3EAF8;
    border-radius: 0px 0px 0px 0px;
	    background-position: 7px 16px;
    text-indent: 20px;
}
.single .e-search  .e-search-submit  {
	display:none;
}
.accredited-logo img {
  height: 160px;
  width: auto;
  object-fit: contain;
}
.stars {
  min-height: 100px;
}
.stars .elementor-widget-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.program-services-cards-wrapper .elementor-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.program-services-cards-wrapper .page-numbers {
  display: inline-flex;
}
.program-services-cards-wrapper .program-card {
  height: 100%;
}
.program-services-cards-wrapper .page-numbers.current {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background: #333f48;
  color: #fff !important;
  width: 30px;
  height: 30px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
/** HR Card **/
.hr-card .hr-card-content {
  height: 100%;
}
.hr-card .hr-card-content .hr-card-btn {
  margin-top: auto;
}
/* Partner Carousel - Home */
.e-n-carousel.swiper .e-con-inner {
  justify-content: center;
}
/** Reports **/
.reports-container {
  padding: 2rem 0;
  min-height: 1000px;
  margin: 0 auto;
  position: relative;
}
.reports-container .filter-sidebar {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0px 40px 40px 0px;
  background: #fafafa;
  z-index: 10;
  max-width: 400px;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 40px;
  height: 70%;
  max-height: 1000px;
}
.reports-container .filter-sidebar .filter-wrapper {
  position: sticky;
  top: 0;
}
.reports-container .filter-sidebar.active {
  height: auto;
}
.reports-container .filter-sidebar .status {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.reports-container .filter-sidebar.active .status {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.filter-sidebar > *,
.filter-sidebar > #searchreport {
  margin-left: 100px;
}
.filter-sidebar .status {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.filter-sidebar .status .active-term {
  display: flex;
  padding: 6px 12px;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  border: 0.5px solid #333f48;
  color: #333f48;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 16.8px */
  cursor: pointer;
}
.filter-sidebar .status .active-term:hover {
  /* cursor: pointer; */
}
.filter-sidebar .status span[data-term="all-terms"] {
  display: none;
}
.filter-sidebar.active {
  width: 100%;
}
.reports-filters {
  margin-bottom: 2rem;
  display: flex;
  gap: 1rem;
}

.reports-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-bottom: 2rem;
}
#searchreport,
#searchpost,
#clearfilter {
  background-color: #cf4520;
  color: #fff;
  padding: 10px 20px;
  border-radius: 0;
  border: none;
  cursor: pointer;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  display: none;
}
#searchreport:hover,
#searchpost:hover,
#clearfilter:hover {
  background-color: #333f48;
}
#searchreport.show,
#searchpost.show {
  display: block;
}
.report-cards-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-bottom: 2rem;
}
.report-card {
  border-radius: 24px;
  border: 1px solid #e6e8eb;
  display: flex;
  flex-direction: column;

  background: #fff;
}
.report-card .report-card-content {
  padding: 24px;
}
.report-card .report-card-content .entry-summary p {
  color: #333f48;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}
.report-card .report-card-content .entry-summary p a {
  color: #333f48;
  text-decoration: underline;
}
.report-card .report-card-content .entry-summary p a:hover {
  text-decoration: none;
}
.report-card a.read-more-btn {
  background-color: #00000000;
  font-family: "Montserrat", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #333f48;
  text-decoration: none;
  margin-top: auto;
  margin-right: 24px;
  align-self: flex-end;
  display: flex;
  gap: 5px;
  margin-bottom: 24px;
	margin-left:24px;
}
.report-card a.read-more-btn:hover {
  text-decoration: underline;
}
.report-card .report-card-content header a {
  color: #333f48;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 28px */
  text-decoration: none;
}
.report-card .report-card-content header .entry-title {
  color: #333f48;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 28px */
  text-decoration: none;
}
.report-card-image {
  position: relative;
  height: 340px;
  overflow: hidden;
}
.report-card-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) -31.72%, #000 132.67%),
    #d3d3d300 50%;
}
.report-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.report-card-image .yeartag {
  position: absolute;
  top: 24px;
  left: 24px;
  background-color: #333f48;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  z-index: 2;
  color: #fff;
  padding: 6px 12px;
  border-radius: 22px;
}
.report-card-image .reporttags {
  position: absolute;
  bottom: 24px;
  left: 24px;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  z-index: 2;
  color: #fff;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.reporttags .report-tag {
  padding: 6px 12px;
  border: 1px solid #fff;
  background-color: rgb(0 0 0 / 69%);
  border-radius: 22px;
}
.filter-group {
  display: flex;
  gap: 14px;
  flex-direction: column;
}
.filter-group h4 {
  color: #333f48;
  font-family: "Montserrat", sans-serif;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: normal;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  padding: 0;
  margin: 30px 0 0;
}
.filter-group a {
  display: flex;
  gap: 12px;
  align-items: center;
  text-decoration: none;
  color: #333f48;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 177.778% */
}
.filter-group span .activecheck {
  display: none;
}
.filter-group span.active .activecheck {
  display: inline;
}
.filter-group span .defaultcheck {
  display: inline;
}
.filter-group span.active .defaultcheck {
  display: none;
}
.filter-header {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
.filter-header h2 {
  color: #333f48;
  font-family: "Montserrat", sans-serif;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 140%; /* 33.6px */
}
.nav-filter,
.nav-filter-news {
  max-width: 260px;
  display: none;
}
.nav-filter.show,
.nav-filter-news.show {
  display: block;
}
.filter-opener svg,
.filter-news-opener svg {
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.filter-opener.active svg,
.filter-news-opener.active svg {
  transform: rotate(180deg);
}
.nav-filter #search,
.nav-filter-news #searchnews {
  background-image: url(https://newtourismhr.wpenginepowered.com/wp-content/uploads/2025/04/MagnifyingGlass.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 8px 12px;
  background-color: #fff;
  border: 1px solid #e3eaf8;
  padding: 12px 24px 12px 35px;
  text-overflow: ellipsis;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 138.889% */
}

.content {
  max-width: 1140px;
  margin: 0 auto;
}
.single-post .single-post-container{
	 max-width: 1140px;
  margin: 0 auto;
	padding-bottom:60px;
}
.single-post .single-post-container h3{
	font-size:32px;
  font-family: 'Montserrat';
line-height:1.4;
	font-weight:600;
}
.single-post .single-post-container h2{
	font-size:48px;
  font-family: 'Montserrat';
line-height:1.4;
	font-weight:600;
}
.single-post .single-post-container h4{
	font-size:24px;
	font-weight:600;
	 font-family: 'Montserrat';
}
.content-wrapper .title {
  color: #333f48;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 33.6px */
  padding-bottom: 40px;
  padding-top: 0;
  margin-top: 0;
}
.content .pagination-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pagination-wrapper .paged {
  color: #333f48;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
.content .pagination {
  text-align: center;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  align-items: center;
}
.content .pagination li {
  list-style: none;
}
.content .pagination li .page-numbers {
  color: #333f48;
  text-align: center;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  padding: 5px;
  width: 30px;
  height: 30px;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}
.content .pagination li .next,
.content .pagination li .prev {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.content .pagination li .current {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #333f48;
  color: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 25.2px */
}

#breadcrumbs > span {
  font-size: 14px;
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}

.thr-accordion .e-n-accordion-item {
  border: 1px solid #e6e8eb;
  border-radius: 24px;
}
.thr-accordion .e-n-accordion-item:hover {
  background-color: #f7f8f9;
}
.thr-accordion .e-n-accordion-item .e-child {
  background: #fff;
  border-radius: 0 0 24px 24px;
}
.thr-accordion .e-n-accordion-item:hover .e-child {
  background: #fff;
}
.thr-accordion .e-n-accordion-item summary {
  border: 0;
  justify-content: space-between;
  min-height: 150px;
}
/**News Page Cards **/

.news-cards-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 2rem;
}
.news-filter-group {
  overflow: auto;
  height: 300px;
}
#container-news-async{
	  padding: 2rem 0;
  min-height: 1000px;
  margin: 0 auto;
  position: relative;
}
#container-news-async .filter-sidebar {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0px 40px 40px 0px;
  background: #fafafa;
  z-index: 10;
  max-width: 400px;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 40px;
  height: 70%;
  max-height: 1000px;
}
.news-cards-wrapper .post-card {
  border-radius: 24px;
  border: 1px solid #e6e8eb;
  display: flex;
  flex-direction: column;
  background: #fff;
  overflow: hidden;
}
.news-cards-wrapper .entry-summary {
  color: var(--Steel-Grey, #333f48);
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}
.post-card-content {
  display: flex;
  flex-direction: column;
  padding: 24px 32px;
  height: 100%;
  gap: 1rem;
}
.post-card-content .entry-title {
  color: #333f48;
  font-family: "Montserrat", Sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
  margin-top: 0;
  margin-bottom: 0;
}
.post-card-meta {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
html[lang="fr-FR"] .post-card-meta{
	gap:4px;
}
.entry-meta .post-date {
  color: #333f48;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 19.6px */
}
.post-card-meta .posttags {
  display: flex;
  gap: 10px;
  flex-basis: 70%;
  flex-wrap: wrap;
}
.post-card-meta .posttags .post-tag {
  padding: 6px 12px;
  border: 0.5px solid #333f48;

  background-color: transparent;
  border-radius: 22px;
  color: #333f48;
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 16.8px */
}
.post-card-meta .read-more-btn {
  display: flex;
  padding: 12px 0px;
  justify-content: center;
  align-items: center;
  gap: 3px;
	width:160px;
  color: #333f48;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
 }
html[lang="fr-FR"] .post-card-meta .read-more-btn { width:190px;}
.post-card-meta .read-more-btn:hover {
  text-decoration: underline;
}
.post-card-meta .read-more-btn svg{
	width:20px;
}
/** Program Accordion **/
.program-accordion .e-n-accordion {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.program-accordion .e-n-accordion-item {
  border: 1px solid #e6e8eb;
  border-radius: 24px;
  background-color: #fff;
  align-self: self-start;
}
.program-accordion .e-n-accordion-item:hover {
  background-color: #fff;
}
.program-accordion .e-n-accordion-item .e-child {
  background: #fff;
  border-radius: 0 0 24px 24px;
}
.program-accordion .e-n-accordion-item:hover .e-child {
  background: #fff;
}
.program-accordion .e-n-accordion-item summary {
  border: 0;
  justify-content: space-between;
  min-height: 150px;
}
/** Fullwidth Accordion **/
.fullwidth-accordion .e-n-accordion {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.fullwidth-accordion .e-n-accordion-item {
  border: 1px solid #e6e8eb;
  border-radius: 24px;
  background-color: #fff;
  align-self: self-start;
}
.fullwidth-accordion .e-n-accordion-item:hover {
  background-color: #fff;
}
.fullwidth-accordion .e-n-accordion-item .e-child {
  background: #fff;
  border-radius: 0 0 24px 24px;
}
.fullwidth-accordion.governance .e-n-accordion-item .e-child, .fullwidth-accordion.governance  .e-n-accordion-item:hover  .e-child{
	background:#D6D2C4;
}
.fullwidth-accordion .e-n-accordion-item:hover .e-child {
  background: #fff;
}
.fullwidth-accordion .e-n-accordion-item summary {
  border: 0;
  justify-content: space-between;
}

.full-width-list ul li {
  margin-bottom: 24px !important;
  width: 100%;
}
.full-width-list ul li:last-child {
  margin-bottom: 0 !important;
}
.full-width-list ul li a{
	color:#333F48;
	    display: inline-flex
 !important;
	width:auto !important;
	text-decoration:underline
}
.full-width-list ul li a:hover{ 
	color:#333F48;
font-weight:700;
}
.search-cards-wrapper .elementor-post__read-more {
  background: url(https://newtourismhr.wpenginepowered.com/wp-content/uploads/2025/04/ArrowRight.svg)
    no-repeat right 2px;
  padding-right: 28px;
  background-size: 21px;
}
.search-cards-wrapper .elementor-post__read-more:hover {
  text-decoration: underline;
}

.main-menu-navigation .elementor-nav-menu--main .elementor-nav-menu ul {
  margin-left: 20px !important;
}
.main-menu-navigation .elementor-nav-menu--main .elementor-nav-menu ul {
  min-width: 27.5rem !important;
}
.quick-links-wrap .elementor-widget-icon-box:hover .elementor-icon-box-title a {
  color: #cf4520;
}
.quick-links-wrap .elementor-widget-icon-box:hover .elementor-icon-box-icon {
  background: #e6e8eb;
}
.hide-field {
  display: none;
}
.program-card-wrap .btn-link {
  margin-top: auto;
}
.post-category-wrap .elementor-post-info__terms-list-item {    padding: 6px 12px;
    border: 0.5px solid #fff;
    background-color: transparent;
    border-radius: 22px;
    color: #fff;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;}
/** Post Navigation **/
.single .post-navigation__arrow-prev{
	background: url(https://newtourismhr.wpenginepowered.com/wp-content/uploads/2025/05/ArrowLeft.svg) no-repeat 0 50%;
    background-size: 26px;
    padding-left: 0;
    width: 40px;
    height: 30px;
}
.single .post-navigation__arrow-next{
	background: url(https://newtourismhr.wpenginepowered.com/wp-content/uploads/2025/05/ArrowRight.svg) no-repeat 100% 50%;
    background-size: 26px;
    padding-left: 0;
    width: 40px;
    height: 30px;
}
.single .elementor-post-navigation__link a:hover{
			color: #333F48;
	text-decoration:underline;
}
.recent-post-tag .elementor-post-info__terms-list{
	display: flex
 !important;
    flex-wrap: wrap;
    gap: 8px;
}
/** Testimonial Card **/
.testimonial-card .elementor-testimonial-name{
	margin-bottom:10px;
	
}
.single h4.wp-block-heading strong{
	font-weight:600;
	line-height:1.4;
}
.single h3.wp-block-heading strong, .single h3.wp-block-heading {font-weight:600;line-height:1.4}
.wp-block-button__link{
	color:#fff !important;
	background: #CF4520;
	text-decoration:none !important;
	font-weight:700;
	border-radius:0 !important;
}
.wp-block-button__link:hover{
		background: #333F48;
	font-weight:700 !important;
 }
/** Category Post **/
.category-post-container .elementor-pagination {
	font-family:'Montserrat', sans-serif;
	margin-top:40px;
}
.category-post-container .elementor-pagination .page-numbers{
	color:#333F48;
}
.category-post-container .elementor-pagination .page-numbers.current{
		display:inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    background: #333f48;
    color: #fff;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}
.category-post-container .elementor-pagination .page-numbers.prev {
	       background: url(https://newtourismhr.wpenginepowered.com/wp-content/uploads/2025/05/ArrowLeft.svg) no-repeat 0px -14%;
    background-size: 26px;
    padding-left: 30px;
    width: 100px;
    height: 30px;
    display: inline-block;
}
.category-post-container .elementor-pagination .page-numbers.next {
	       background: url(https://newtourismhr.wpenginepowered.com/wp-content/uploads/2025/05/ArrowRight.svg) no-repeat 100% -14%;
    background-size: 26px;
    padding-right: 25px;
    width: 80px;
    height: 30px;
    display: inline-block;
}
.otgs-development-site-front-end{
	display:none;opacity:0;visibility:hidden;
}
.archive.category .site-main{
	max-width:1280px;
	margin:0 auto;
}
.the-archivepage h2{
	font-size:30px;
	font-weight:500;
	margin-bottom:0;
}
.the-archivepage h2 a{
	color:#333F48;
	text-decoration:none;
}
.archive .site-main .navigation a{
	color:#333F48;
}
.archive .site-main .navigation{
	margin:30px 0 60px;
}
.archive .site-main .navigation .nav-links{
	display:flex;
	justify-content:space-between;
}
.the-archivepage p{
	margin-top:0;color:#333F48;
	padding-top:0
}
@media (max-width: 1024px) {
	.single-post .single-post-container{
		padding-left:20px;
		padding-right:20px;
	}
.single-post		.single-post-container h3{
		font-size:24px;
		line-height:1.4;
		
	}
.single-post		.single-post-container h4{
		font-size:18px;
		line-height:1.4;
		
	}
.single-post	.single-post-container h2{
		font-size:32px;
		line-height:1.4;
		
	}
  .program-accordion .e-n-accordion {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .mobile-show-link {
    display: block !important;
  }
  .two-col-list .elementor-icon-list-items {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .subscribe-form form {
    grid-template-columns: 1fr;
  }
  .report-cards-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .main-menu-navigation nav.elementor-nav-menu--dropdown {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto !important;
    position: fixed;
    height: 100%;
    background: #fff;
    width: 100%;
    left: 0;
    border-radius: 0;
  }
  .main-menu-navigation nav.elementor-nav-menu--dropdown.show {
    transform: scaleY(1) !important;
    max-height: 100svh !important;
    z-index: 15;
    padding: 0;
    border-radius: 0 !important;
    margin: 0;
  }
  .main-menu-navigation nav.elementor-nav-menu--dropdown > ul {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 990px;
    padding-bottom: 40px;
  }
  .main-menu-navigation .elementor-menu-toggle {
    display: none;
  }
  .main-menu-navigation
    nav.elementor-nav-menu--dropdown
    .elementor-nav-menu
    .sub-arrow,
  .main-menu-navigation
    nav.elementor-nav-menu--dropdown
    li.menu-item-has-children
    > a
    .subarrow {
    margin-block-start: 0;
    padding: 0;
    padding-inline-end: 0;

    margin-left: auto;
  }
  .main-menu-navigation
    nav.elementor-nav-menu--dropdown
    .elementor-nav-menu
    .sub-arrow
    svg {
    width: 20px !important;
    height: 20px !important;
  }
  .main-menu-navigation
    nav.elementor-nav-menu--dropdown
    .menu-item-has-children
    > a {
    display: flex;
    justify-content: space-between;
    padding: 20px 20px 20px !important;
  }

  .main-menu-navigation
    nav.elementor-nav-menu--dropdown
    .elementor-nav-menu
    li {
    position: unset;
    background-color: #fff;
    border-top: 1px solid #f7f8f9;
  }
  .main-menu-navigation
    nav.elementor-nav-menu--dropdown
    .menu-item-has-children
    .sub-menu {
    visibility: visible;
    opacity: 1;
    position: absolute;
    box-shadow: none;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    max-width: none;
    min-width: auto;
    display: none !important;
    transform: translateX(0%);
  }
  .main-menu-navigation
    nav.elementor-nav-menu--dropdown
    .menu-item-has-children
    .sub-menu
    a {
    padding: 20px 20px 20px 56px !important;
  }
  .main-menu-navigation
    nav.elementor-nav-menu--dropdown
    .menu-item-has-children
    .sub-menu.show {
    display: block !important;
    z-index: 10;
    animation: slideLeft 0.5s ease forwards;
  }
  .main-menu-navigation
    nav.elementor-nav-menu--dropdown
    .menu-item-has-children
    .sub-menu.show
    li
    a {
    border-top: 1px solid #f7f8f9;
  }
  .main-menu-navigation
    nav.elementor-nav-menu--dropdown
    .menu-item-has-children
    .sub-menu.show
    li
    a:focus {
    background-color: transparent;
  }
  .main-menu-navigation nav.elementor-nav-menu--dropdown .mobile-menu-head {
    display: flex;
    height: 50px;
    border-top: 1px solid #f7f8f9;
    font-weight: 600;
    border-bottom: 1px solid #f7f8f9;
    align-items: center;
    position: relative;
    z-index: 501;
    position: sticky;
    background-color: #ffffff;
    top: 0;
    gap: 20px;
    font-size: 18px;
    padding-left: 20px;
  }
  .main-menu-navigation
    nav.elementor-nav-menu--dropdown
    .menu-item-has-children
    > a:focus {
    background-color: transparent;
  }

  .top-search-site {
    display: block; /* Initially hide the search site */
    width: 100%;
    max-width: 320px;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
  }
  .top-cta-btn a {
    width: 100% !important;
  }
  .search-button {
    display: none;
  }
  .search-cta-bar {
    display: none !important;
  }
  .search-cta-bar.show {
    display: block !important;
  }
  .search-cta-bar.hide {
    display: none;
    height: 0;
  }
  .footer-navigation ul li {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .report-cards-wrapper {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 768px) {
	.elementor-widget-post-navigation .elementor-post-navigation{
		padding-top:20px !important;
		padding-bottom:20px !important;
	}
	.single h4.wp-block-heading strong{
font-size:20px;
}
.single h3.wp-block-heading strong, .single h3.wp-block-heading {font-size:32px;}
	.filter-sidebar > *,
.filter-sidebar > #searchreport {
  margin-left: 20px;
}
	.nav-filter, .nav-filter-news{
		width:100%;
		max-width:400px;
	}
  .thr-accordion .e-n-accordion-item summary {
    min-height: 100px;
  }
  #download_report_title h2 {
    font-size: 32px;
  }
  .lmi-card .lmi-card-content,
  .hr-card .hr-card-content {
    height: auto;
  }
  .two-col-list .elementor-icon-list-items {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .report-cards-wrapper,
  .news-cards-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
 
  .reports-container .filter-sidebar,
  #container-news-async .filter-sidebar {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 40px;
    margin-bottom: 40px;
  }
  .post-card-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .filter-opener svg {
    transform: rotate(90deg);
  }
  .filter-opener.active svg {
    transform: rotate(-90deg);
  }
  .report-card .report-card-image {
    position: -webkit-sticky;
    top: 0; /* required */
  }
  #container-async .content {
    padding: 0 20px;
  }

  .mobile-nav-trigger svg {
    cursor: pointer;
    width: 36px;
    height: 36px;
  }
  .recent-posts-container .elementor-loop-container {
    display: flex;
    flex-wrap: wrap;
  }
  .recent-posts-container .elementor-loop-container > :not(style):nth-child(2),
  .recent-posts-container .elementor-loop-container > :not(style):nth-child(3),
  .recent-posts-container .elementor-loop-container > :not(style):nth-child(4) {
    grid-row-start: unset;
  }
  .section-header h2 {
    font-weight: 600 !important;
  }
  .hover-card-wrap,
  .w-m-right {
    max-width: 100%;
  }
  .subscribe-form {
    border: 0;
    background: none;
    padding: 0;
  }
  .subscribe-form div.wpforms-container-full input[type="email"] {
    padding: 10px 10px 10px 32px;
    border: 1px solid #e8ebee;
    background-position: 8px 11px;
  }

  .footer-navigation ul li a {
    display: block;
    text-align: center;
    width: 100%;
  }

  .subscribe-form form {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .map-with-text {
    background-image: linear-gradient(
      360deg,
      var(--e-global-color-primary) 50%,
      #f7f8f9 50%
    ) !important;
  }

  .pattern-bg-double:before {
    width: 100%;
  }
  .event-card .event-card-content,
  .program-card,
  .report-cards-wrapper .report-card {
    height: auto !important;
  }
  .hover-card-wrap:before {
    top: 10px;
  }
}

