/* ----------------------------------------------------------------
	Template: ZRA
	Version: 1.1
-----------------------------------------------------------------*/

/* Customized Colors */
:root {
	--cnvs-themecolor: #0080c1;
	--cnvs-themecolor-sec: #ede300;
	--cnvs-themecolor-rgb: 0, 128, 193;

	--cnvs-body-font: 'Roboto', sans-serif;
	--cnvs-secondary-font: var(--cnvs-body-font);

	--cnvs-color-grey:#f5f5f5;
  --cnvs-color-yellow: #ede300;
  --cnvs-color-blue: #0080c1;
	--cnvs-color-light: #F8F9FA;
	--cnvs-color-dark: #343A40;
	--cnvs-color-black: #2e2e2e;

	--team-primary-color: #2c3e50;
  --team-secondary-color: #3498db;
  --team-accent-color: #e74c3c;
  --team-light-bg: #f8f9fa;
  --team-card-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  --team-card-shadow-hover: 0 15px 30px rgba(0, 0, 0, 0.15);
}

#header {
	--cnvs-header-bg: var(--cnvs-themecolor);
	--cnvs-primary-menu-tt: uppercase;
	--cnvs-primary-menu-hover-color: var(--cnvs-themecolor-sec);
	--cnvs-primary-menu-color: #FFFFFF;
	--cnvs-primary-menu-submenu-hover-color: var(--cnvs-themecolor);
	--cnvs-primary-menu-font-size: 	0.85rem;
	--cnvs-primary-menu-font-weight: 600;
	--cnvs-top-search-placeholder: #e8e6b7;
	--cnvs-top-search-font-size: 1.6rem;
}
.is-expanded-menu .sticky-header #header-wrap {
  background-color: var(--cnvs-themecolor);
}

.is-expanded-menu .menu-link {
  --cnvs-primary-menu-padding-x: 12px;
 }

.is-expanded-menu .sub-menu-container .menu-item > .menu-link {
  padding: var(--cnvs-primary-menu-submenu-padding-y) var(--cnvs-primary-menu-submenu-padding-x);
  text-transform: var(--cnvs-topbar-font-transform);
  font-weight: 400;
  font-size: 16px;
  border: 0;
  transition: all 0.2s ease-in-out;
}
.is-expanded-menu .mega-menu .mega-menu-style-2 .mega-menu-column {
  padding: 1.0rem 0.8rem;
}

#header-wrap {
  background-color: var(--cnvs-themecolor);
  border-bottom: 1px solid var(--cnvs-themecolor-sec);
}

.title-sm {
	font-size: 0.9325rem;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.entry-title {--cnvs-post-title-font-size: 1.25rem;}
.entry-position {margin-top:5px;}
.entry-file-icon {font-size: 65px;}

.week-posts {list-style: none;}
.week-posts li .entry-image {	display: none;}
.week-posts > li {counter-increment: step-counter;}
.week-posts > li .grid-inner::before {
	content: "0" counter(step-counter)'.';
	position: absolute;
	left: 0;
	font-size: 26px;
	font-weight: 700;
	font-family: var(--cnvs-secondary-font);
	color: #DDD;
	line-height: 1;
}

.week-posts > li .grid-inner {padding-left: 48px;}
.dark .week-posts > li::before { color: rgba(255,255,255,0.3); }
.week-posts .color-underline {
	background-image: linear-gradient(rgba(var(--cnvs-themecolor-rgb, 243, 152, 135), 0.3), rgba(var(--cnvs-themecolor-rgb, 243, 152, 135), 0.3));
	background-repeat: no-repeat;
	background-size: 0 8px;
	background-position: 0 82%;
	padding: 0 2px 2px 0;
	transition: background .6s cubic-bezier(.19,1,.22,1);
}
.week-posts .color-underline:hover { background-size: 100% 8px; }
.week-posts .entry {border-bottom: 1px #eee solid; padding-bottom:10px; margin-bottom:10px;}

.bg-light-grey {
    background-image: url(images/row-bgimage-grey.jpg);
    background-color: #eff3f4;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.button.button-border.active,
.button.button-border.button-blue.active {
  background-color: #1265a8;
  color: #fff;
  border-color: #1265a8;
}

.fs-3rem {font-size: 3rem;}
.fs-1em {font-size: 1rem;}
.bups .entry,
[class*=entry-] {--cnvs-post-sm-image: 45px;}
.section.pd-md {padding:40px 0;}
.font-primary {font-family: 'Roboto Slab', serif !important;}
.border-blue {border-color: var(--cnvs-color-blue) !important; }
.bg-color-blue {background-color: var(--cnvs-color-blue) !important; }
.copyright-links {margin-top: 0rem !important;}
.grecaptcha-badge {visibility: hidden;}
.ticker-wrap .ticker .ticker-item {font-size: 1rem;}
.si-sticky {width: 32px; left: 0;}
.si-sticky .social-icon {margin: 0;border-radius: 0;}
.top-links-item > a {font-size: 14px;}
.dark-1 {filter: brightness(50%)}
.dark-2 {background-color: rgba(40, 40, 40, .65);}
.list-unstyled {padding-left: 0; list-style: none;}
.social-icon.si-small {--cnvs-socialicon-fontsize: 1.2rem;}


.title-transform {
  text-transform: lowercase;
}

.title-transform::first-line,
.title-transform::first-letter {
  text-transform: capitalize !important;
}

.pubs-widget {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.pubs-widget-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  background-color: #0088cc;
  padding: 0.8rem 1.5rem;
  border-bottom: none;
}
.pubs-widget h3{
  margin-bottom: 0 !important;
}
/* Help Widget Styles */
.help-widget-section {
  background-color: #f8f9fa;
}

.help-widget {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}

.help-widget-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  background-color: #0088cc;
  padding: 1rem 1.75rem;
  margin: 0;
  border-bottom: none;
}

.help-widget-list {
  padding: 0;
  margin: 0;
}

.help-widget-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1.75rem;
  color: #333;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid #e8e8e8;
  transition: background-color 0.2s ease, transform 0.3s ease;
  font-size: 1.05rem;
}

.help-widget-item:last-child {
  border-bottom: none;
}

.help-widget-item:hover {
  background-color: #f8f9fa;
  color: #0f62db;
  transform: translateX(8px);
}

.help-widget-item i {
  color: #666;
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

/* Notice Card */
.notice-card {
    margin: 0 auto;
    border-radius: 20px;
    overflow: visible;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    background: white;
    position: relative;
}

.notice-card .card-header-yellow {
    background-color: #d4d800;
    height: 80px;
    border-radius: 10px 10px 0 0;
    position: relative;
}

.notice-card .logo-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    background: white;
    padding: 15px 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.notice-card .logo-container img {
    max-width: 200px;
    height: auto;
}

.notice-card .card-body-content {
    padding: 80px 30px 0 30px;
    font-size: 1.1rem;
}

.notice-card .card-body-content strong {
    color: #1e88e5;
    font-weight: 600;
}

.notice-card .card-body-content a:hover {
    text-decoration: underline;
}

.notice-card .card-footer-blue {
    background-color: #1976d2;
    border-radius: 0 0 10px 10px;
    padding: 20px;
    text-align: center;
    border: none;
}

.notice-card .footer-text {
    color: #ffeb3b;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .notice-card .card-body-content {
        padding: 80px 20px 0 20px;
        font-size: 1rem;
    }
    .notice-card .footer-text {
        font-size: 1.2rem;
    }
}


/* Service Boxes Styles with hover effects */
.services-section {
  background-color: #fff;
}

.service-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: all 0.3s ease;
}

.service-card-link:hover,
.service-card-link:focus {
  text-decoration: none;
  color: inherit;
}

.service-box {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  padding: 1.1rem;
  background-color: #f5f5f5;
  border-radius: 4px;
  transition: all 0.3s ease;
  height: 100%;
  cursor: pointer;
  position: relative;
}

.service-card-link:hover .service-box {
  background-color: #0080c1;
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(220, 107, 107, 0.3);
}

.service-icon {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  background-color: #0088cc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.service-icon i {
  font-size: 2.5rem;
  color: #f6f300;
  transition: color 0.3s ease;
}

.service-card-link:hover .service-icon {
  background-color: #006da3; /* Slightly darker blue on hover */
}

.service-card-link:hover .service-icon i {
  color: #ede300;
}

.service-content {
  flex: 1;
}

.service-title {
  font-size: 1.16rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.14rem;
  transition: color 0.3s ease;
}

.service-card-link:hover .service-title {
  color: #fff;
}

.service-description {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 0;
  line-height: 1.6;
  transition: color 0.3s ease;
}

.service-card-link:hover .service-description {
  color: rgba(255, 255, 255, 0.9);
}

.widget_links li{
  padding: 0.1rem 0;
}

/* Main Header Styles */
.main-header {
  border-bottom: 1px solid #e0e0e0;
}

.logo-left {
  max-height: 90px;
  width: auto;
  max-width: 100%;
}

.logo-right {
  max-height: 80px;
  width: auto;
  max-width: 100%;
}

.header-title {
  font-size: 1.4rem;
  font-weight: 400;
  color: #333;
  line-height: 1.3;
}

.header-subtitle {
  font-size: 1.8rem;
  font-weight: 600;
  color: #333;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .header-title {
    font-size: 1rem;
    margin-top: 1rem;
  }

  .header-subtitle {
    font-size: 0.95rem;
  }

  .logo-left,
  .logo-right {
    max-height: 70px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-title {
    font-size: 1.35rem;
  }

  .header-subtitle {
    font-size: 1.2rem;
  }

  .logo-left,
  .logo-right {
    max-height: 90px;
  }
}

@media (max-width: 575px) {
  .header-title {
    font-size: 0.9rem;
  }

  .header-subtitle {
    font-size: 0.85rem;
  }

  .logo-left,
  .logo-right {
    max-height: 60px;
    margin-top: 10px;
  }

  .main-header {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}



/* Colors */
.color-home,
body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) .menu-container > .menu-item.menu-color-home:hover > .menu-link,
body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) .menu-container > .menu-item.menu-color-home.current > .menu-link,
.menu-item.menu-color-home .sub-menu-container .menu-item:hover > .menu-link,
.menu-item.menu-color-home .sub-menu-container .menu-item.current > .menu-link { color: var(--cnvs-themecolor) !important; }

.color-yellow,
body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) .menu-container > .menu-item.menu-color-yellow:hover > .menu-link,
body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) .menu-container > .menu-item.menu-color-yellow.current > .menu-link,
.menu-item.menu-color-yellow .sub-menu-container .menu-item:hover > .menu-link,
.menu-item.menu-color-yellow .sub-menu-container .menu-item.current > .menu-link { color: var(--cnvs-color-yellow) !important; }

.color-blue,
body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) .menu-container > .menu-item.menu-color-blue:hover > .menu-link,
body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) .menu-container > .menu-item.menu-color-blue.current > .menu-link,
.menu-item.menu-color-blue .sub-menu-container .menu-item:hover > .menu-link,
.menu-item.menu-color-blue .sub-menu-container .menu-item.current > .menu-link { color: var(--cnvs-color-blue) !important; }

.color-black,
body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) .menu-container > .menu-item.menu-color-black:hover > .menu-link,
body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) .menu-container > .menu-item.menu-color-black.current > .menu-link,
.menu-item.menu-color-black .sub-menu-container .menu-item:hover > .menu-link,
.menu-item.menu-color-black .sub-menu-container .menu-item.current > .menu-link { color: var(--cnvs-color-black) !important; }


.navbar-nav.nav-sm .nav-link:hover,
.navbar-nav.nav-sm .nav-link.active { color: #FFF; }

/* Background Colors */
.bg-home,
.bg-color-home.nav-link:hover,
.menu-color-home > a::before,
.bg-color-home.nav-link.active { background: var(--cnvs-themecolor) !important; }

.bg-top,
.bg-color-home.nav-link:hover,
.menu-color-home > a::before,
.bg-color-home.nav-link.active { background: var(--cnvs-color-grey) !important; }

#top-bar {
  --cnvs-topbar-height: 30px;
  --cnvs-topbar-font-size: 0.875rem;
  --cnvs-topbar-font-weight: 400;
  --cnvs-topbar-color: var(--cnvs-contrast-0);
}
.top-links-item > a {color: #2e2e2e; font-size: 14px; height:30px;}
.top-search-form input { color: #ffffff !important;}

.flag {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  object-fit: cover;
  transition: transform 0.2s;
}

.bg-blue,
.bg-color-blue.nav-link:hover,
.menu-color-blue > a::before,
.bg-color-blue.nav-link.active { background: var(--cnvs-color-blue) !important; }

.bg-yellow,
.bg-color-yellow.nav-link:hover,
.menu-color-yellow > a::before,
.bg-color-yellow.nav-link.active { background: var(--cnvs-color-yellow) !important; }

.bg-black,
.bg-color-black.nav-link:hover,
.menu-color-black > a::before,
.bg-color-black.nav-link.active { background: var(--cnvs-color-black) !important; }

@media (max-width: 575px) {
	#top-cart {
		display: block;
		right: 70px;
	}
}

.social-icon.si-mini {
	width: 30px;
	height: 30px;
	font-size: 12px;
	line-height: 29px !important;
}

.social-icon.si-mini:hover i:first-child { margin-top: -29px; }

.si-instagram:hover,
.si-colored.si-instagram {
	background: #C92BB7;
	background: linear-gradient(145deg, #3051F1 10%, #C92BB7 70%) no-repeat;
}

.hesperiden .tp-tab-date { margin-bottom: 2px; }

.hesperiden .tp-tab-date.tp-tab-para {
	margin-top: 3px;
	font-weight: 400;
	color: #888;
	font-family: var(--cnvs-body-font);
}

.tp-tab-title {
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.menu-container > .menu-item > .menu-link {
	-webkit-transition: color .4s ease;
	-o-transition: color .4s ease;
	transition: color .4s ease;
}

.entry-title h3 {
	font-weight: 600;
}
.entry-categories {
	position: absolute;
	bottom: 10px;
	left: 10px;
	text-transform: capitalize;
}

.bg-overlay .entry-categories {
	position: relative;
	left: auto;
	bottom: auto;
	margin-bottom: 12px;
	z-index: 2;
}

.entry-categories a {
	color: #FFF !important;
	padding: 3px 5px;
	font-size: 10px;
	border-radius: 2px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	font-family: var(--cnvs-body-font);
}

.entry-meta {
	margin-top: 5px;
	margin-bottom:0.7rem !important;
}

.entry-icons {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
}

.entry-icons li {
	position: relative;
	display: inline-block;
	margin: 0 5px;
}

.entry-icons a {
	font-weight: 600;
	color: #EEE;
}

.entry-icons span {
	opacity: 0;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	top: 0;
	font-size: 11px;
	font-weight: 600;
	font-family: var(--cnvs-body-font);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
}

.entry:hover .entry-icons span {
	opacity: 1;
	-webkit-transform: translate(-50%, -13px);
	transform: translate(-50%, -13px);
}

.nav-link { color: #333; }
.dark .nav-link { color: #EEE; }

.navbar-nav.nav-sm .nav-link {
	color: #444;
	font-size: 12px;
	font-weight: 400;
	padding: 2px 6px;
	line-height: 21px;
	margin: 4px 2px;
	border-radius: 2px;
	font-family: var(--cnvs-body-font);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.navbar-light .navbar-nav .dropdown-toggle::after { display: none; }

.line-xs {
	margin: 4px 0 20px;
	border-bottom: 3px solid #EEE;
}

.line-xs::after {
	top: 100%;
	left: 30px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(51,51,51,0);
	border-top-color: #EEE;
	border-width: 8px;
	margin-left: -8px;
	z-index: 1;
	background: none;
}

/* Line Colors */
.line-home { border-bottom-color:  var(--cnvs-themecolor) !important; }
.line-blue { border-bottom-color:  var(--cnvs-color-blue) !important; }
.line-yellow { border-bottom-color:  var(--cnvs-color-yellow) !important; }
.line-black { border-bottom-color:  var(--cnvs-color-black) !important; }
.line-light { border-bottom-color:  var(--cnvs-color-light, #F8F9FA) !important; }
.line-dark { border-bottom-color:  var(--cnvs-color-dark, #343A40) !important; }

.line-home::after { border-top-color:  var(--cnvs-themecolor) !important; }
.line-blue::after { border-top-color:  var(--cnvs-color-blue) !important; }
.line-black::after { border-top-color:  var(--cnvs-color-black) !important; }
.line-yellow::after { border-top-color:  var(--cnvs-color-yellow) !important; }
.line-light::after { border-top-color:  var(--cnvs-color-light, #F8F9FA) !important; }
.line-dark::after { border-top-color:  var(--cnvs-color-dark, #343A40) !important; }

.form-signin {
	width: 100%;
	padding: 15px;
	margin: 0 auto;
}

.form-label-group {
	position: relative;
	margin-bottom: 1rem;
}

.form-label-group > label {
	position: absolute;
	top: 50%;
	left: 10px;
	margin-bottom: 0; /* Override default `<label>` margin */
	color: #BBB;
	padding: 2px 4px;
	transform: translateY(-50%);
	transition: all 200ms ease;
	background-color: #FFF;
	cursor: text;
}

.form-label-group .form-control:focus + label,
.form-label-group .form-control:valid + label,
.form-label-group .form-control.focus-visible + label {
  font-size: 10px;
  top: 0;
  transform: translate3d(0, -50%, 0);
  opacity: 1;
}

.menu-link::before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 1px;
	-webkit-transform: scale3d(0, 0, 0);
	transform: scale3d(0, 0, 0);
	-webkit-transition: -webkit-transform 0.1s;
	transition: transform 0.1s;
	-webkit-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
	transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
}

.menu-item:hover > .menu-link::before,
.menu-item.current > .menu-link::before {
	-webkit-transform: scale3d(1, 3, 1);
	transform: scale3d(1, 3, 1);
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.slide .slider-caption-bg { opacity: 1; }

.owl-carousel.fixed-nav:hover .owl-nav [class*=owl-],
.owl-carousel.fixed-nav .owl-nav [class*=owl-] {
	top: auto;
	margin-top: 0;
	left: auto;
	bottom: 10px;
	right: 30px;
	font-size: 14px;
	width: 26px;
	height: 26px;
	border-radius: 3px;
	line-height: 25px;
	opacity: 1;
}

.owl-carousel.fixed-nav:hover .owl-nav .owl-next,
.owl-carousel.fixed-nav .owl-nav .owl-next {
	left: auto;
	right: 0;
}

.owl-carousel.fixed-nav .owl-nav .disabled {
	opacity: .4 !important;
	display: block !important;
	cursor: auto;
}

.owl-carousel.fixed-nav.top-nav:hover .owl-nav [class*=owl-],
.owl-carousel.fixed-nav.top-nav .owl-nav [class*=owl-] {
	top: -44px;
	bottom: auto;
}

.owl-carousel.fixed-nav .owl-nav [class*=owl-]:hover {
	background-color: inherit !important;
	color: inherit !important;
}

.device-xs #primary-menu-trigger {margin-left: 25px;}

.scroll-wrap {
	width: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

.scroll	{ width: calc(100% - 10px); }

.scroll-wrap::-webkit-scrollbar {
	background: rgba(0, 0, 0, 0.04);
	border-radius: 4px;
	height: 10px;
	width: 6px;
}

.scroll-wrap::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.4);
	border-radius: 4px;
}

.owl-carousel .owl-dots .owl-dot { background-color: #0E104B; }
.current_tax {color: #bdb613 !important;}
.entry-meta ul + ul li:first-child::before { content: none; }
.office-address p {margin-bottom:0 !important;}

.content-wrap .breadcrumb {
	position: relative !important;
	top: auto !important;
    right: auto !important;
    transform: none;
}

.si-sticky {
	width: 32px;
	left: 0;
}

.si-sticky .social-icon {
	margin: 0;
	border-radius: 0;
}
/* Members Card */
.members_filter .filter-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}

.members_filter .filter-btn {
  background-color: white;
  border: 1px solid #ddd;
  color: var(--team-primary-color);
  padding: 8px 20px;
  border-radius: 30px;
  transition: all 0.3s ease;
  font-weight: 500;
}

.members_filter .filter-btn:hover, .members_filter .filter-btn.active {
  background-color: var(--team-secondary-color);
  color: white;
  border-color: var(--team-secondary-color);
}

.members_section .team-card {
  background-color: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--team-card-shadow);
  transition: all 0.4s ease;
  height: 100%;
  position: relative;
}

.members_section .team-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--team-card-shadow-hover);
}

.members_section .member-image {
  height: 280px;
  background-color: #e9ecef;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.members_section .member-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.members_section .team-card:hover .member-image img {
  transform: scale(1.05);
}

.members_section .member-info {
  padding: 20px;
  text-align: center;
  position: relative;
  z-index: 2;
  background: white;
  transition: all 0.4s ease;
}

.members_section .team-card:hover .member-info {
  background: linear-gradient(to bottom, #f8f9fa, white);
  padding-bottom: 30px;
}

.members_section .member-name {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--team-primary-color);
  margin-bottom: 3px;
}
.members_section .member-position {
  color: var(--team-secondary-color);
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 1rem;
}

.members_section .view-profile {
  display: inline-block;
  color: var(--team-accent-color);
  font-weight: 600;
  text-decoration: none;
  padding: 10px 25px;
  border: 2px solid var(--team-accent-color);
  border-radius: 30px;
  transition: all 0.3s ease;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}

.members_section .view-profile:hover {
  background-color: var(--team-accent-color);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(231, 76, 60, 0.3);
}

.members_section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(44, 62, 80, 0.1), rgba(44, 62, 80, 0.8));
  display: flex;
  align-items: flex-end;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  padding-bottom: 30px;
}

.members_section .team-card:hover .overlay {
  opacity: 1;
}

.members_section .social-links {
  display: flex;
  gap: 15px;
  transform: translateY(20px);
  transition: transform 0.4s ease;
}

.members_section .team-card:hover .social-links {
  transform: translateY(0);
}

.members_section .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  color: var(--team-primary-color);
  transition: all 0.3s ease;
}

.members_section .social-links a:hover {
  background-color: var(--team-secondary-color);
  color: white;
  transform: translateY(-3px);
}

.members_section .department-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: var(--team-secondary-color);
  color: white;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  z-index: 3;
}

@media (max-width: 768px) {
  .members_section .filter-buttons {
    justify-content: flex-start;
  }
  .members_section .member-image {
    height: 220px;
  }
}

.members_section .team-member {
  transition: all 0.3s ease;
}

.members_section .team-member.hidden {
  display: none;
}

/* Contact Us Grid */
.grid-filter.flex-column {
	border: 1px solid rgba(0,0,0,0.07);
	border-radius: 4px;
}

.grid-filter.flex-column,
.grid-filter.flex-column li {
	width: 100%;
}

.grid-filter.flex-column li a {
	padding: 14px 20px;
	font-size: 0.9375rem;
	text-align: left;
	border-left: 0;
	border-radius: 0;
	border-bottom: 1px solid rgba(0,0,0,0.07);
}

.grid-filter.flex-column li:first-child a {
	border-radius: 4px 4px 0 0;
}

.grid-filter.flex-column li:last-child a {
	border-bottom: 0;
	border-radius: 0 0 4px 4px;
}
/* FAQ Bloqs */
	@media (max-width: 992px) {
	.blocks-faqs-3 .sticky-section { position: relative !important; }
}

.blocks-faqs-3 .faqs .toggle {
	background-color: var(--cnvs-contrast-0);
	border-radius: 3px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.085);
}

.blocks-faqs-3 .faqs .toggle-header {
	padding: 15px 20px;
	margin: 0;
}

.blocks-faqs-3 .faqs .toggle-content {
    border-top: 1px solid var(--cnvs-contrast-100);
    padding: 20px 25px;
}

/* Freeform */
label.required:after {
  content: "*";
  color: #d00;
  margin-left: 5px;
}

ul.errors.help-block {
  padding: 0 20px;
  margin: 0;
}

ul.errors.help-block > li {
  font-size: 14px;
  color: #d00;
}
.help-block {
	font-size: 0.8rem;
}

.submit-align-left {
  text-align: left;
}

.submit-align-right {
  text-align: right;
}

.submit-align-center {
  text-align: center;
}

.submit-align-left button:not(:first-of-type),
.submit-align-right button:not(:first-of-type),
.submit-align-center button:not(:first-of-type) {
  margin-left: 5px;
}

.submit-align-spread button:first-child {
  float: left;
}

.submit-align-spread button:last-child {
  float: right;
}


/* Enhanced Redirect Styles for ZRA Portals */
.zra-portal-link {
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.zra-portal-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 128, 193, 0.3);
}

.zra-portal-link::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.5s;
}
.zra-portal-link:hover::after {
  left: 100%;
}

/* Loading animation for redirect */
@keyframes zra-pulse {
  0% { opacity: 1; }
  50% { opacity: 0.7; }
  100% { opacity: 1; }
}
w.zra-loading {
  animation: zra-pulse 1.5s ease-in-out infinite;
}
@media (max-width: 769px) {
  .sub-menu-container .menu-item > .menu-link {color: #d9eeff;}
}

/* Alert positioning */
.zra-alert {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-left: 4px solid;
}

.zra-alert.alert-success { border-left-color: #198754; }
.zra-alert.alert-danger { border-left-color: #dc3545; }
.zra-alert.alert-warning { border-left-color: #ffc107; }
.zra-alert.alert-info { border-left-color: #0dcaf0; }

/* Revolution Home Slider */
.hesperiden .tp-tab { border-bottom: 0; }
.hesperiden .tp-tab:hover,
.hesperiden .tp-tab.selected { background-color: #E5E5E5; }

/* EE Styles */
.content-wrap .ee-body-content p {margin-bottom: 10px;}
.content-wrap .ee-body-content blockquote {font-size: 16px; font-family:Georgia, Times, serif;}
.ee-body-content ul li, .ee-body-content ol li {margin-left: 20px;}
.ee-body-content li { margin-bottom: 0.2rem;}
.ee-body-content th {border: 2px solid #69899F;padding:8px;}
.ee-body-content td {border: 1px dotted #c9c9c9;padding:8px;}
.ee-body-content tr:nth-child(even) {background-color: #f2f2f2;}
.ee-body-content img {max-width: 100%;}
.entry-content.ee-entry-content p {margin-bottom: 10px;}

.ee-side-img {margin:10px 0px 4px 20px; clear:left; float:right;} 
.ee-side-img img {float:right;}
.ee-side-img-txt {margin:5px; font-style:italic; font-family:Georgia, Times, serif; text-align:center; max-width:300px; color:#2e2e2e; float:left;}
.ee-caption-text {margin:5px; font-style:italic; font-family:Georgia, Times, serif; text-align:center; color:#2e2e2e; float:left;}

.ee-attachment li {list-style: none;}
.ee-attachment li img, .ee-post-gallery li img {width:auto;}
.ee-attachment, .ee-post-gallery {padding-left: 0; margin: 0; list-style-type: none;}

.ee-attached-files li {font-size:12px;}
.ee-attached-files li a {font-size:12px; color:#337ab7;}
.ee-attached-files li img {width:auto;}
.ee-attached-files {padding-left: 5px; margin-left: 0; list-style-type: none;}

.ee-empty {text-align: center; margin: 0% auto; font-size: 15px;}
.marker { background-color: #ff0; }

mark { background: orange; color: black;}

.ee-searchlist {width:100%; margin-left:20px;}
.ee-searchlist ol {}
.ee-searchlist ol li {}
.ee-searchlist ol li p {padding:8px; font-style:normal; color:#333333; border-left: 1px solid #999;}
.ee-searchlist ol li a {text-decoration:none; font-size:15px;}
.ee-searchlist ol li p em {display:block;}

ul.hj_social_bookmarks {margin-bottom:0;}
ul.hj_social_bookmarks li {display:inline; list-style: inline; font-size:18px; }
ul.hj_social_bookmarks li span { font-size: 16px; color:#fff !important; background-color: #333; padding:1px 5px; border-radius: 50%;}
ul.hj_social_bookmarks li .fa-facebook-f {background-color: #3b5998; padding-right:9px; padding-left:9px;}
ul.hj_social_bookmarks li .fa-linkedin {background-color: #1985bc;}
ul.hj_social_bookmarks li .fa-twitter {background-color: #1da1f2;}
ul.hj_social_bookmarks li .fa-whatsapp {background-color: #4FCE5D;}
ul.hj_social_bookmarks li .fa-pinterest {background-color: #bd081c;}
ul.hj_social_bookmarks li .fa-print {background-color: #027d02;}
ul.hj_social_bookmarks li .fa-envelope {background-color: #6F42C1;}

.mb-10 {margin-bottom:10px}
.mb-20 {margin-bottom:20px}
.mb-30 {margin-bottom:30px}
.mb-40 {margin-bottom:40px}
.mb-50 {margin-bottom:50px}
.mt-10 {margin-top:10px}
.mt-20 {margin-top:20px}
.mt-30 {margin-top:30px}
.mt-40 {margin-top:40px}
.mt-50 {margin-top:50px}

.gtranslate_wrapper select {
  background-color: transparent;
  border: 1px #0e104b solid;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
}

.gtranslate_wrapper select > option {
  background-color: #0e104b;
  border: none;
}
.widget.videos .owl-carousel .owl-nav {
    width: 15px;
    height: 100px;
    position: absolute;
    bottom: 5%;
    right: 10px;
    display: block !important;
    border:0px solid black;
}

.video-container iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9; /* Explicitly sets the width-to-height ratio */
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]  {width: 100% !important;}
.fb_iframe_widget_fluid span, iframe.fb_ltr { width: 100% !important; }


.yottie-widget-feed-section-search-form {display: none !important;}
.yottie-widget-nav-list-item a {font-family: var(--cnvs-body-font:); font-size: 16px !important;}

.gtranslate_wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 20px; /* Fixed height to prevent layout shift */
}

/* Target the GTranslate dropdown */
.gt_float_switcher {
    position: relative !important;
}

.gt_float_switcher .gt_selected {
    position: relative;
    z-index: 1001;
}

.gt_float_switcher .gt_options {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    margin-top: 5px !important;
    z-index: 1000 !important;
    background: white;
    border: none;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* Remove all borders */
.gt_container--hich1m .gt_switcher .gt_selected,
.gt_container--hich1m .gt_switcher .gt_selected a {
    border: none !important;
}

.gt_container--hich1m .gt_switcher .gt_selected {
	 background: none !important;
}

