@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i');

/* ============================================================
   ACCESSIBILITY & SCREEN READER STYLES
   ============================================================ */

/* Visually hidden but accessible to screen readers */
.visually-hidden,
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* When focusable elements get focus, make them visible */
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus,
.sr-only.focusable:active,
.sr-only.focusable:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: inherit !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

/* Skip link styling */
.skip-link {
  background: #000;
  color: #fff;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  z-index: 100000;
  left: 50%;
  transform: translateX(-50%);
}

.skip-link:focus {
  display: block;
  top: 0;
  outline: 3px solid #f0c000;
  outline-offset: 2px;
}

/* Global focus indicator — WCAG 2.4.7 Focus Visible */
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
[tabindex]:focus {
  outline: 3px solid #0d6efd;
  outline-offset: 2px;
}

/* Focus-visible for keyboard-only focus (progressive enhancement) */
a:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
  outline: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #0d6efd;
  outline-offset: 2px;
}

/* Breadcrumb separator hidden from screen readers (via aria-hidden in template) */
.breadcrumb__separator {
  display: inline-block;
  margin: 0 4px;
  color: #666;
}

/* High contrast mode support */
@media (forced-colors: active) {
  a:focus,
  button:focus,
  input:focus,
  select:focus,
  textarea:focus {
    outline: 3px solid ButtonText;
  }

  .skip-link:focus {
    outline: 3px solid Highlight;
  }
}

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ============================================================
   END ACCESSIBILITY STYLES
   ============================================================ */

/*Header*/

body{
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 170%;
  color: #333;
  overflow-x: hidden;
}

p{ margin: 0 0 10px 0; }

.h1, .h2, .h3, h1, h2, h3 {
  font-weight: 500;
  margin: 10px 0;
}

h1, .h1{ font-size: 1.8em; color: #000; }

h2, .h2{ font-size: 1.6em; color: #000; }

h3, .h3{ font-size: 1.4em; color: #000; }

h4, .h4{ font-size: 1.2em; color: #000; }

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

a{
  color: #000;
}

a:hover{
  color: #02551e;
}

ul.links.inline{
  padding: 0;
}

ul.links.inline li{
  list-style: none;
}

 .block{
  margin-bottom: 0px;
} 

.main-header{
  background: url(../images/bg-1.png);  
  color: #fff;
 /*  padding: 10px 0;
  margin-bottom: 20px; */
  background-size: cover;
  position: relative;
}
.header-right {
    float: right;
}
.right-content {
    float: right;
}
/* .main-header:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
} */

.main-header nav{
  background: none;
  border: 0;
  margin: 0;
  position: relative;
  z-index: 2;
}

.main-header .region{
  position: relative;
  z-index: 2;
}

/*region header*/

.site-branding{
  margin: 0;
}

.brand.logo{
  margin-right: 5px;
}

.region-header .brand{
  display: inline-block;
  vertical-align: middle;
  line-height: 100%;
}

.site-name a{
  font-size: 25px;
    color: #000;
    font-weight: 700;
}

/*Banner*/

.welcome-banner-text{
  text-align: center;
  line-height: 160%;
  max-width: 600px;
  padding: 90px 0;
}

.welcome-banner-text h2{
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

/*top widget*/

.topwidget{
  text-align: center;
  padding: 50px 0;
}

.topwidget .fa{
  font-size: 60px;
  background: #4D4F4A;
  width: 120px;
  height: 120px;
  padding: 32px;
  border-radius: 50%;
  color: #fff;
  margin-bottom: 20px;
}

.topwidget .fa span{
  display: none;
}

/*footerwidget*/

.footerwidget {
     background: url(/sites/default/files/section-bg.jpg);
    color: #fff;
    background-size: cover;
    background-attachment: fixed;
    background-position: left;
    background-repeat: no-repeat;
}

.footerwidget img.left{
  float: left;
  margin: 10px 10px 0 0;
}

.copyright{
  background-image: url("../images/footer-bottom-bg.png");
    background-repeat: repeat;
    background-color: #333;
    padding: 0px 0px;
    color: #fff;
    position: relative;
}
.copyright:after {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    height: 4px;
    width: 100%;
    background: url(../images/after-bottom-bg.png) repeat;
    z-index: 10;
}
.copyright:before {
    position: absolute;
    content: '';
    bottom: 0px;
    left: 0px;
    height: 4px;
    width: 100%;
    background: url(../images/after-bottom-bg.png) repeat;
    z-index: 10;
}
/* .footer-top-wrapper:before {
    position: absolute;
    content: '';
    bottom: 0px;
    left: 0px;
    height: 4px;
    width: 100%;
    background: url(../images/after-bottom-bg.png) repeat;
    z-index: 10;
} */
.copyright p{
  margin: 13px 0;
}

.footerwidget h2,
.footerwidget .h2{
  color: #FFF;
}

/*bottom-widgets*/

.bottom-widgets{
  text-align: center;
  background: #FBFBFB;
  padding: 10px 0;
}

.bottom-widgets .region{
  background: #f1f1f1;
}

/*Footer menu*/

.footer-menu{
  margin: 0;
  border: 0;
  background: #eee;
  color: #fff;
}

.footer-menu ul{
  margin: 10px 0;
  padding: 0;
}

.footer-menu nav li {
    display: inline-block;
    background: url("../images/nav-divider.png");
    background-repeat: no-repeat;
    background-position: right;
    padding-left: 14px;
    padding-right: 23px;
}
.footer-menu nav li:last-child
{
    background: none;
}
.footer-menu nav li a{
  display: block;
  
}
span.sub-arrow {
    float: right;
	padding-left: 10px;
}
.google_map p,
.google_map .block{
  margin: 0;
}

.google_map iframe{
  display: block;
}

/*Credit link*/

.credit-link{
  text-align: left;
}

/*SOCIAL MEDIA*/

.social-media{
  margin: 10px 0;
  overflow: hidden;
  /* float: left; */
}

.social-media a {
  width: 30px;
  height: 30px;
  color: #fff;
  float: left;
  margin: 0 10px 0 0;
  text-align: center;
  background: #3262b9;
  font-size: 14px;
  line-height: 220%;
}

.social-media a.google-plus{
  background: #de2020;
}

.social-media a.twitter{
  background: #29C5F6;
}

.social-media a.linkedin{
  background: #069;
}

.social-media a.pinterest{
  background: #C61118;
}

.social-media a.rss{
  background: #FF6D00;
}

.social-media a:hover{
  opacity: .6;
}

/*FORM*/

input, button, select, textarea{
  padding: 9px;
  border: 1px solid #C7C7C7;
}

.contact-message-form label{
  display: block;
}

.btn, 
input[type="submit"]{
  background: #19c2c8;
  color: #fff;
  border: 0;
  padding: 13px;
  line-height: 100%;
  height: 42px;
}

.btn:hover, 
input[type="submit"]:hover{
  background: #13ADB3;
}

/*FRONT PAGE*/

.path-frontpage .content_layout {
  text-align: center;
}

.path-frontpage .feed-icon{
  display: none;
}

/*MENU*/

.navbar-default .navbar-toggle{
  background: #fff;
  margin-right: 0;
}

/* nav h2{
  display: none;
} */

.menu-base-theme,
.menu-base-theme a, 
.menu-base-theme a:hover, 
.menu-base-theme a:focus, 
.menu-base-theme a:active, 
.menu-base-theme a.highlighted{
  background: none;
}



.main-menu {
  position: relative;
  z-index: 9999;
}

.region-primary-menu{
  display: none;
  background: #fff;
  border-radius: 3px;
  width: 100%;
  margin-top: 20px;
}

.menu-base-theme a{
  border-bottom: 1px solid #EEF0F7;
}

/* .menu-base-theme a span.sub-arrow{
  color: #999;
  font-size: 22px;
  padding: 5px;
  border-radius: 2px;
  border: 1px solid #DCDCDC;
  background: #EFEFEF;
}  */

.navbar-toggle{
  z-index: 999;
}

/*breadcrumb*/

.breadcrumb{
  background: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #eee;
}

.breadcrumb ul{
  padding: 0;
}

.breadcrumb ul li{
  display: inline-block;
}

/*search form*/

#search-block-form{
  display: table;
  width: 100%;
}

#search-block-form .form-item,
#search-block-form .form-actions{
  display: table-cell;
  vertical-align: top;
}

#search-block-form input{
  width: 100%;
}

/*Demo typography*/

.bd-example {
  position: relative;
  padding: 20px;
  border: 2px solid #f7f7f9;
}

.highlight{
  padding: 20px;
  background-color: #f7f7f9;
}

.highlight pre{
  border: 0;
  background: none;
}

.bd-example-type .table tr:first-child td {
  border-top: 0;
}

.bd-example-type h1, 
.bd-example-type h2, 
.bd-example-type h3, 
.bd-example-type h4, 
.bd-example-type h5, 
.bd-example-type h6 {
  margin: 0;
}

.bd-example-type .table td {
  padding: 15px 0;
  border-color: #eee;
}

/*Contact form*/

.contact-message-feedback-form{
  max-width: 650px;
  margin: 0 auto;
  border: 1px solid #D8D8D8;
  padding: 10px 30px;
  background: #F5F5F4;
}

.contact-message-feedback-form .form-text,
.contact-message-feedback-form .form-email,
.contact-message-feedback-form .form-textarea{
  width: 100%;
}

/*user-login-form*/

.user-login-form,
.user-form,
.user-pass{
  max-width: 650px;
  margin: 40px auto;
  border: 1px solid #ddd;
  padding: 10px 30px;
  background: #FBFBFB;
}

.user-login-form .form-text,
.user-login-form .form-email,
.user-form .form-text,
.user-form .form-email,
.user-pass .form-text{
  width: 100%;
}

.form-composite > .fieldset-wrapper > .description, 
.form-item .description {
  font-size: 11px;
  color: #999;
  font-style: italic;
}

/*Maintainance*/

.maintenance-page{
  background: url(../images/maintenance-bg.png) #66CBFF center no-repeat;
  color: #fff;
  text-align: center;
  padding-top: 220px;
  padding-bottom: 100px;
  font-size: 18px;
  color: #000;
}

.maintenance-msg {
  margin: 20px 0;
  background: rgba(242, 244, 207, 0.88);
  padding: 20px 30px;
  display: inline-block;
  color: #404040;
  border: 1px solid #fff;
  box-shadow: 5px 5px 0px #FFFFFF;
  font-size: 14px;
}

.maintenance-msg h1{
  text-transform: uppercase;
  font-weight: bold;
}

.maintenance-page .brand,
.maintenance-page .name-and-slogan{
  display: inline-block;
  vertical-align: middle;
}

.maintenance-page .site-name a{
  color: #404040;
}

.maintenance-page .site-slogan,
.maintenance-page .name-and-slogan{
  display: none;
}


/*Comment*/

.comment-wrap{
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F5F5F5;
}

.comment-wrap .author-details{
  float: left;
  width: 20%;
}

.comment-wrap .author-comments{
  padding-left: 5px;
  float: left;
  width: 80%;
}

.comment-submitted{
  padding: 5px 10px;
  border: 1px solid #eee;
  font-size: 12px;
  margin-bottom: 5px;
  display: block;
}

.comment-wrap .author-comments h3{
  margin-top: 10px;
}

.comment-wrap .author-comments p{
  margin-bottom: 10px;
}

/*links inline*/

ul.links.inline li{
  display: inline-block;
  padding-right: 10px;
}

/*profile*/

.profile > div{
  padding-right: 5px;
  display: inline-block;
  vertical-align: top;
}

.profile h4.label{
  color: #333;
  display: block;
  text-align: left;
  margin-bottom: 5px;
}
.topheader{
	background:url("../images/carousel-bg.png");
	padding-top: 3px;
}
.common-right ul li {
    float: left;
    position: relative;
    text-align: center;
    border-left: 1px solid #e2e0e0;
	font-size: 100%!important;
}
.common-right ul > li > a {
    padding: 6px;
}
.flexslider{
  z-index: 1;
}

.flexslider .slides > li{
  position: relative;
}

.slider-caption{
  display: none;
  position: absolute;
    z-index: 99;
    width: 95%;
    background: #0009;
    bottom: 0px;
    padding: 7.6px;
    left: 93px;
    text-align: center;
}
.slider-caption p{
	margin:0px;
	
}

.slider-caption a{
    color: #fff;
}
.slider-caption .slider-title{
  color: #fff;
  margin-top: 0;
}

.flex-direction-nav a{
  padding: 10px;
  color: #000;
}

.flex-direction-nav a:before{
  color: #000;
}

.flex-control-paging li a.flex-active{
  background: #fff;
}
.site-branding__slogan {
    color: #000;
    margin-top: 7px;
    font-size: 100%;
    font-weight: 700;
}
/* ol.flex-control-nav.flex-control-paging {
    display: none;
} */
.navbar .flexslider ol.flex-control-nav.flex-control-paging {
    width: auto;
    position: absolute;
    bottom: 0px;
    text-align: left;
    background: #02551e;
    padding: 0.52em;
    line-height: 0;
    left: 0px;
    padding-left: 45px;
    right: auto;
}
.navbar .flexslider ol.flex-control-nav.flex-control-paging:after {
    content: " ";
    width: 0;
    height: 0;
    border-bottom: 40px solid #02551e;
    border-right: 15px solid transparent;
    top: -0.5px;
    right: -13px;
    position: absolute;
}
.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.flex-control-paging li a.flex-active {
    background: #fff;
}
.navbar .flexslider .flex-pauseplay {
    position: absolute;
    top: auto;
    bottom: 2px;
    left: 5px;
    z-index: 1000;
    display: block;
    width: 35px;
    height: 35px;
    margin-top: 0;
    margin-left: 0;
    background: #02551e;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-pauseplay a{
	color:#fff;
}
.navbar .flexslider .flex-pauseplay {
  height: 28px;
    margin-left: -17px;
    margin-top: -12px;
    position: absolute;
    top: auto;
    width: 35px;
    z-index: 1000;
    left: 1%;
    bottom: 1.5%;
  }
.navbar .flexslider .flex-control-nav li {
    margin: 0px 0px;
    display: inline-block;
    zoom: 1;
    padding: 7px 5px;
}
.flexslider {
    margin: 0 0 0px;
}

.region-highlighted h2 {
    width: 10%;
    float: left;
    padding: 6px;
    margin: 0px;
    background: #ff6f05;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
}
.region-highlighted p{
    margin: 0px !important;
    padding: 4px;
    color: #fff;
}
.region-highlighted{
    height: 32px;
    background: #02551e;
}
.row.layout{
    background-image: url("../images/s-background.png");
}
.path-node.page-node-type-page .row.layout{
	background-image:none;
	text-align:justify;
}

.row.layout .sidebar {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    margin-left: -15px;
    margin-right: -15px;
}

.row.layout .sidebar .col-md-4 {
    background: #fff;
    flex: 1 1 0;
    min-width: 0;
    width: auto;
    margin: 0;
    height: auto;
    float: none;
}
/* .all-sector {
float: left;
    text-align: center;
    font-weight: 700;
    width: 12.5%;

}
.all-sector:nth-of-type(1) .field-content{
  background:#ff2242;
  color:#fff;
}

.all-sector:nth-of-type(2) .field-content{
  background:#007bff;
  color:#fff;
}

.all-sector:nth-of-type(3) .field-content{
  background:#28a745;
  color:#fff;
}

.all-sector:nth-of-type(4) .field-content{
  background:#0f5aad;
  color:#fff;
}

.all-sector:nth-of-type(5) .field-content{
  background:#6f42c1;
  color:#fff;
}

.all-sector:nth-of-type(6) .field-content{
  background:#17a2b8;
  color:#fff;
}

.all-sector:nth-of-type(7) .field-content{
  background:#fd7e14;
  color:#fff;
}

.all-sector:nth-of-type(8) .field-content{
  background:#343a40;
  color:#fff;
}
.all-sector .field-content {
    transition: 0.3s ease;
    padding: 8px;
    text-align: center;
    font-size: 100%;
    min-height: 66px;
    line-height: 18px;
}
.all-sector .field-content a {
    padding: 9px 0px 0px 0px;
    margin: 0px;
	color: #fff;
}
.all-sector:hover a{
	text-decoration:none;
}
.align-left {
    margin-right: 13px;
}
.all-sector:hover .field-content{
  transform: translateY(-3px);
}

.all-sector:nth-of-type(1):hover .field-content{ background:#cc1b35; }
.all-sector:nth-of-type(2):hover .field-content{ background:#0056b3; }
.all-sector:nth-of-type(3):hover .field-content{ background:#1e7e34; }
.all-sector:nth-of-type(4):hover .field-content{ background:#0c4a91; }
.all-sector:nth-of-type(5):hover .field-content{ background:#59359c; }
.all-sector:nth-of-type(6):hover .field-content{ background:#117a8b; }
.all-sector:nth-of-type(7):hover .field-content{ background:#d65f00; }
.all-sector:nth-of-type(8):hover .field-content{ background:#1d2124; }
 */
 .region-content-bottom .js-view-dom-id-c012654986c8228ff2329c522afbd0763923c19433e163b8f8dbe4564c9b6df0 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 0;
}

/* Clearfix: ensure floated .all-sector tiles are contained */
.region-content-bottom::after {
  content: "";
  display: table;
  clear: both;
}

/* Clearfix: contain floated sidebar columns */
.sidebar::after {
  content: "";
  display: table;
  clear: both;
}

/* Fix bullet overlap for .slides lists (not just .arrow_list) */
.scroll-left ul.slides > li,
.scroll-text-1 ul.slides > li,
.scroll-text-2 ul.slides > li,
.scroll-text-3 ul.slides > li {
    position: relative;
    padding-left: 22px;
    padding-top: 9px;
    padding-bottom: 9px;
    border-bottom: 1px solid #eef0f3;
    margin-bottom: 0;
    list-style: none;
}

/* Prevent margin collapse through #wrapper */
#wrapper {
  overflow: hidden;
}

/* Each tile */
.all-sector {
  text-align: center;
    padding: 10px 10px;
    color: #fff;
    transition: all 0.3s ease;
    cursor: pointer;
    width: 16.6667%;
    float: left;
    height: 145px;
}

/* Icon */
.all-sector img {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  filter: brightness(0) invert(1); /* makes icon white */
}

/* Title */
.all-sector a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}

/* Hover effect */
.all-sector:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

/* Different background colors (like your screenshot) */

.all-sector:nth-child(1) {background-color: #ff1f3d;background-image: url("../images/login_bg.png");background-size: cover;}
.all-sector:nth-child(2) { background: #1e88e5; background-image: url("../images/login_bg.png");background-size: cover; }
.all-sector:nth-child(3) { background: #2ecc71; background-image: url("../images/login_bg.png");background-size: cover;}
.all-sector:nth-child(4) { background: #1565c0; background-image: url("../images/login_bg.png");background-size: cover; }
.all-sector:nth-child(5) { background: #7e57c2; background-image: url("../images/login_bg.png");background-size: cover;}
.all-sector:nth-child(6) { background: #26a69a; background-image: url("../images/login_bg.png");background-size: cover;}
.all-sector:nth-child(7) { background: #ff7f0e; background-image: url("../images/login_bg.png");background-size: cover;}
.all-sector:nth-child(8) { background: #37474f; background-image: url("../images/login_bg.png");background-size: cover;}


/* Tablet */
@media (max-width: 1024px) {
  .region-content-bottom .js-view-dom-id-c012654986c8228ff2329c522afbd0763923c19433e163b8f8dbe4564c9b6df0 {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Mobile */
@media (max-width: 768px) {
  .row.layout .sidebar {
      flex-wrap: wrap;
      gap: 0;
  }
  .row.layout .sidebar .col-md-4 {
      flex: 0 0 100%;
      margin-bottom: 15px;
  }
  .region-content-bottom .js-view-dom-id-c012654986c8228ff2329c522afbd0763923c19433e163b8f8dbe4564c9b6df0 {
    grid-template-columns: repeat(2, 1fr);
  }
  .region-page-title {
    position: relative;
    bottom: 32%;
    left: 2%;
}
.region-page-title h1 {
    text-shadow: none;
    color: #000;
    letter-spacing: 4px;
    font-size: 128%;
    font-weight: 700;
}
  .row.layout .sidebar {
      flex-wrap: wrap;
  }
  .row.layout .sidebar .col-md-4 {
      flex: 0 0 100%;
      height: auto;
  }
  .all-sector {
    padding: 20px 10px;
        width: 50%;
  }

  .all-sector a {
    font-size: 14px;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  .region-content-bottom .js-view-dom-id-c012654986c8228ff2329c522afbd0763923c19433e163b8f8dbe4564c9b6df0 {
    grid-template-columns: 1fr;
  }
}

.middlewidget .container .row .col-md-4,
.middlewidget .container .row .col-md-6 {
    background: #FFF;
    margin: 0;
	height: auto;
}
.middlewidget{
background:url(../images/yellow_rectangle_desktop.png);
background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.scroll-left,
.scroll-text-1,
.scroll-text {
	overflow: hidden;
	position: relative;
	height: 375px;
}

.scroll-left ul {
	position: absolute;
	/* Starting position */
	-moz-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	/* Apply animation to this element */
	-moz-animation: scroll-left 10s linear infinite;
	-webkit-animation: scroll-left 10s linear infinite;
	animation: scroll-left 10s linear infinite;
}


/* Move it (define the animation) */

@-moz-keyframes scroll-left {
	0% {
		-moz-transform: translateY(100%);
	}
	100% {
		-moz-transform: translateY(-100%);
	}
}

@-webkit-keyframes scroll-left {
	0% {
		-webkit-transform: translateY(100%);
	}
	100% {
		-webkit-transform: translateY(-100%);
	}
}

@keyframes scroll-left {
	0% {
		-moz-transform: translateY(100%);
		/* Browser bug fix */
		-webkit-transform: translateY(100%);
		/* Browser bug fix */
		transform: translateY(100%);
	}
	100% {
		-moz-transform: translateY(-100%);
		/* Browser bug fix */
		-webkit-transform: translateY(-100%);
		/* Browser bug fix */
		transform: translateY(-100%);
	}
}


.scroll-pause {
	cursor: pointer;
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
	-webkit-transition: 3s;
	-moz-transition: 3s;
	-ms-transition: 3s;
	-o-transition: 3s;
	transition: 3s;
}
.scroll-text-1.scroll-left ul.arrow_list li {
    background-size: 0px;
    padding-left: 22px;
    border-bottom: 1px solid #eef0f3;
    margin-bottom: 0;
    padding-bottom: 9px;
    padding-top: 9px;
}
/* About Us heading */
.region-sidebar-first h2 {
    position: relative;
    margin-left: 0;
    padding-left: 42px;
    min-height: 40px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.region-sidebar-first h2::before {
    content: "";
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 40px;
    background-image: url("../images/new.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}	
/* Information To Applicants heading */
.region-sidebar-second h2 {
    position: relative;
    margin-left: 0;
    padding-left: 48px;
    min-height: 40px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.region-sidebar-second h2::before {
    content: "";
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-image: url("../images/tenders.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.marquee ul.arrow_list li {
    display: inline-block;
    margin-top: 5px;
}
.scroll-text-2.scroll-left ul.arrow_list li {
    background-size: 0px;
    padding-left: 22px;
    border-bottom: 1px solid #eef0f3;
    margin-bottom: 0;
    padding-bottom: 9px;
    padding-top: 9px;
}
.marquee ul.arrow_list {
    margin-bottom: 0px;
}

.marquee ul.arrow_list li a, .marquee ul.arrow_list li span {
    color: #fff;
}
.scroll-text-3.scroll-left ul.arrow_list li {
    background-size: 0px;
    padding-left: 22px;
    border-bottom: 1px solid #eef0f3;
    margin-bottom: 0;
    padding-bottom: 9px;
    padding-top: 9px;
}
.scroll-left:hover ul {
	animation-play-state: paused;
}
.scroll-left ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--mw-bullet);
    display: block;
    float: none;
    margin: 0;
}
.region.region-sidebar-first{
	text-align:justify;
}
.sidebar .col-md-4:last-child {
	background-image: url(../images/bg_green.png)!important;
    background-size: cover;
}

.minister-image h3 {
    color: #fff;
    font-size: 119%;
    text-align: center;
    margin: 0px;
    margin-bottom: 3px;
}
.minister-image h4 {
    font-size: 89%;
    color: #fff;
    margin: 0px;
	margin-bottom: 6px;
}
.minister-image h3 {
    margin: 0px;
}
.minister-image {
    text-align: center;
}
.marquee ul.arrow_list{
    margin-bottom: 0px;
}
.marquee{
	overflow:hidden;
}
.bottom-widgets .col-md-3 {
    max-height: 455px;
 }
.iframe-container {
  width: 100%;
}

.iframe-container iframe {
  width: 100% !important;
  height: 463px;
  border: none;
  
}
span.steel-text {
    font-size: 78%;
    font-weight: 600;
}
li.ico-skip.cf a {
    font-size: 82%;
    font-weight: 600;
    color: #000;
}


.minister-image img {
   border: 1px solid #d8d8d8;
}
.min-info {
    display: block;
    font-size: 98%;
    z-index: 1111;
    background: #85cea854;
    padding-bottom: 6px;
    padding-top: 5px;
}

.view-footer span:after, a.views-display-link:after  {
    content: "\2192";
    color: #fff;
    padding-left: 5px;
    font-size: 22px;
}
.view-footer a, a.views-display-link {
    padding: 7px 6px;
    font-size: 88%;
    text-decoration: none;
    border: none;
    background: #ff6f05;
    color: #fff !important;
    border-radius: 8px;
    font-weight: 600;

}
.carousel-wrapper {
    background: url(../images/carousel-bg.png) repeat;
}
.carousel-wrapper-img {
    /* position: absolute; */
    content: '';
    /* top: 0px;
    left: 0px; */
    height: 5px;
    width: 100%;
    background: url(../images/after-bg.png) repeat;
    z-index: 10;
}
.carousel-wrapper .row {
    padding: 2% 0px;
}
.side-link .col-md-12.nopadding {
    padding: 13.3px 13.28px;
    background-color: var(--mw-primary);
    margin: 0px 0px 10px 0px;
    font-size: 110%;
    background-image: url(../images/logo-graphics.png);
    background-size: 100%;
	list-style: none;
}
.side-link .col-md-12.nopadding a{
color:#fff;
text-decoration:none;	
}
.side-link .col-md-12.nopadding a:hover{
color:#fff;
text-decoration:none;	
}
.side-link  .col-md-12.nopadding:hover {
    background-color: #ff6f05 !important;
}
.region-page-title{
    position: absolute;
    bottom: 32%;
    left: 2%;
}
.region-page-title h1{
    text-shadow: 3px 2px 3px black;
    color: #fff;
    letter-spacing: 4px;
    font-size: 200%;
}
.main-header nav > ul > li:first-child {
    background: #ff6f05;
}

@media (max-width: 768px) {
  
  .region-page-title {
    position: relative;
    bottom: 32%;
    left: 2%;
}
.region-page-title h1 {
    text-shadow: none;
    color: #000;
    letter-spacing: 4px;
    font-size: 128%;
    font-weight: 700;
}
  
}

/* .main-header nav > ul > li {
    background: #02551e;
}
.main-header nav > ul li a:hover {
    background: #02551e;
} */
.main-header nav ul li:hover, .main-header nav ul li ul li:hover, .main-header nav ul li ul li ul li:hover {
    background: #ff6f05;
}
.region.region-sidebar-third .col-md-6 {
    margin-bottom: 15px;
}
.main-header nav ul li ul li, .main-header nav ul li ul li ul li
{
    background: #02551e;
}
.main-header nav ul li ul li a, .main-header nav ul li ul li ul li a
{
    color:#fff;
}
.region.region-sidebar-third {
   padding-top: 7px;
}

/* Container */
.statistics.abs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  padding: 20px;
}
.menu-base-theme a:hover, .menu-base-theme a:focus, .menu-base-theme a:active, .menu-base-theme a.highlighted {
        background: #ff6f05;
    }

/* Common card style */
.statistics.abs .views-field {
  color: #fff;
  padding: 12px 20px;
  border-radius: 10px;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}

/* Hover effect */
.statistics.abs .views-field:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 12px 25px rgba(0,0,0,0.2);
}

/* Label text */
.statistics.abs .views-label {
  display: block;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  opacity: 0.9;
}

/* Number */
.statistics.abs .field-content {
  font-size: 32px;
  font-weight: bold;
}

/* Individual Colors */
.views-field-field-total-applications {
  background-color: #ff4b2b;
  background-image:url("../images/logo-graphics.png");
  background-size: 100%;
    background-repeat: no-repeat;
}

.views-field-field-model-agreement-signed {
  background-color: #ff0059;
  background-image:url("../images/logo-graphics.png");
 background-size: 100%;
    background-repeat: no-repeat; 
}

.views-field-field-model-agreement {
  background-color: #17a900;
  background-image:url("../images/logo-graphics.png");
   background-size: 100%;
    background-repeat: no-repeat; 
}
.views-field-field-total-applications-closed{
	background-color: #7175ff;
  background-image:url("../images/logo-graphics.png");
   background-size: 100%;
    background-repeat: no-repeat; 
}
.views-field-field-cor-issued{
	background-color: #ff0094;
  background-image:url("../images/logo-graphics.png");
   background-size: 100%;
    background-repeat: no-repeat;
}
.views-field-field-under-process {
  background-color: #2948ff;
  background-image:url("../images/logo-graphics.png");
   background-size: 100%;
    background-repeat: no-repeat; 
}

.views-field-field-total-agreements {
  background-color: #9c9640;
  background-image:url("../images/logo-graphics.png");
   background-size: 100%;
    background-repeat: no-repeat; 
}
.views-field-field-bhs-count {
  background-color: #ffb800;
  background-image:url("../images/logo-graphics.png");
   background-size: 100%;
    background-repeat: no-repeat; 
}

.views-field-field-bms{
  background-color: #ff00f7;
  background-image:url("../images/logo-graphics.png");
   background-size: 100%;
    background-repeat: no-repeat; 
}

.views-field-field-pbr-count {
  background-color: #c91100;
  background-image:url("../images/logo-graphics.png");
   background-size: 100%;
    background-repeat: no-repeat; 
}


/* Optional decorative pattern */
.statistics.abs .views-field::after {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  top: -50%;
  left: -50%;
  background: radial-gradient(circle, rgba(255,255,255,0.15) 10%, transparent 10%);
  background-size: 20px 20px;
  opacity: 0.2;
}

/* Responsive tweak */
@media (max-width: 768px) {
  .statistics.abs .field-content {
    font-size: 24px;
  }
}
#frontcounter{
	background: url("../images/keysector-bg.png");
    background-attachment: fixed;
    background-size: cover;
    background-position: bottom;
}
.row.layout-inner {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: justify;
    padding-left: 14px;
    padding-right: 14px;
}
.sitemap-item ul li ul {
    padding-left: 20px;
}
.footer-top-wrapper {
    text-align: center;
    background: url("../images/footer-top-bg.jpg") repeat #333;
}
.footer-menu nav li a {
    color: #fff;
}
.credit-link a {
    color: #fff;
}
/* .region-footer-menu ul li a:after {
    content: '|';
} */
.text-slide.pause:after, .text-slide01.pause:after, .text-slide1.pause::after, .text-slide2.pause::after, .text-slide3.pause::after {
    content: " || ";
    font-size: 16px;
}
.text-slide:after, .text-slide01:after, .text-slide1:After, .text-slide2:After, .text-slide3:After {
    content: " > ";
    font-size: 22px;
}
p.text-slide3,p.text-slide2, p.text-slide, p.text-slide1 {
    position: absolute;
    right: 7px;
    top: 10px;
    font-weight: 700;
}

/* Override default text-slide icons inside middlewidget (premium styling applied separately) */
.middlewidget .text-slide.pause::after,
.middlewidget .text-slide1.pause::after,
.middlewidget .text-slide2.pause::after,
.middlewidget .text-slide3.pause::after {
    content: none;
}
.middlewidget .text-slide::after,
.middlewidget .text-slide1::after,
.middlewidget .text-slide2::after,
.middlewidget .text-slide3::after {
    content: none;
}
.minister-image:hover {
    border: 2px solid #ff6f05;
}
.minister-image {
    border: 2px solid #fff;
}
tr:nth-of-type(odd) {
    background: #f8f8f8;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 22px;
}

th {
    background: #333;
    color: white;
    font-weight: bold;
    white-space: nowrap;
}
td,
th {
    padding: 10px;
    border: 1px solid #e4e4e4;
    text-align: left;
    line-height: 145%;
}
table caption {
    padding: 10px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 10%, #f3873e 40%, #f3873e 60%, rgba(255, 255, 255, 0) 90%);
    color: #fff;
    text-align: center;
    font-size: 120%;
    text-shadow: 3px 4px 4px rgba(0, 0, 0, .5);
    font-weight: 900 !important;
	    text-transform: capitalize;
}
td ul {
    padding-left: 16px;
}
.region.region-innerpagebanner img {
    width: 100%;
}
/*** cpommaon Selector ***/
ul.social-icons li ul {
    position: absolute;
}
ul.social-icons li ul li {
    list-style: none;
    z-index: 9999999;
    float: none;
}
.views-field.views-field-field-other-images-of-album-1 ul li, .photo-gallery ul li{
    list-style: none;
    float: left;
    min-height: 300px;
    margin-right: 7px;
    box-shadow: 3px 0px 2px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease-in-out;
    text-align: center;
    width: 32%;
    border: 3px solid #02551e;
    white-space: normal;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
}
.views-field.views-field-field-other-images-of-album-1 ul li img, .photo-gallery ul li img{
	width:100%;
}
.views-field.views-field-field-other-images-of-album-1 ul li h4, .photo-gallery ul li a{
    font-weight: 600;
    text-decoration: none !important;
    width: 70%;
    outline: none;
    line-height: 22px;
    color: #242424;
    text-align: center;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s linear;
    margin: 0 auto;
}	
@media (max-width: 768px) {
.views-field.views-field-field-other-images-of-album-1 ul li, .photo-gallery ul li{
  float: unset;
        width: 100%;
}
}
.policies-schemes li a {
    text-align: left;
    font-weight: 700;
    font-size: 14px;
    box-shadow: 0 19px 38px 0 rgba(104, 108, 133, .16);
    border-radius: 8px;
    padding: 12px 34px;
    margin: 0 15px 15px 0;
    display: grid;
    color: #2b2b2b;
    position: relative;
    overflow: hidden;
    background: #fff;
    width: 100%;
    cursor: pointer;
    justify-content: space-between;
}
.policies_schemes ul
{
    margin: 20px auto;
}
.policies-schemes ul li{
	
 list-style: none;
    margin: 0px 8px;
    padding: 0;
    float: left;
    display: block;
    width: 23%;

}
.reportsection img {
    width: 100%;
    height: 302px;
}
.policies_schemes ul li a small, .policies_schemes1 ul li a small {
    display: inline-grid;
    margin-bottom: 0;
    color: #ef4563;
    text-transform: uppercase;
}
   @keyframes zoom-in-zoom-out {
  0%,
  to {
    transform:scale(1,1)
  }
  50% {
    transform:scale(1.5,1.5)
  }
}
@keyframes zoom {
  0%,
  to {
    background-size:100%
  }
  50% {
    background-size:105%
  }
}
@-webkit-keyframes mover {
  0% {
    transform:translateY(0)
  }
  to {
    transform:translateY(-15px)
  }
}
@keyframes mover {
  0% {
    transform:translateY(0)
  }
  to {
    transform:translateY(-15px)
  }
}
@-webkit-keyframes background {
  0% {
    background-position:0 0
  }
  to {
    background-position:10000%0
  }
}
@keyframes background {
  0% {
    background-position:0 0
  }
  to {
    background-position:10000%0
  }
}
@-webkit-keyframes fillLeft {
  to {
    right:100%
  }
}
@keyframes fillLeft {
  to {
    right:100%
  }
}
@-webkit-keyframes fillTop {
  to {
    top:100%
  }
}
@keyframes fillTop {
  to {
    top:100%
  }
}
@-webkit-keyframes fillLeftOdd {
  to {
    left:100%
  }
}
@keyframes fillLeftOdd {
  to {
    left:100%
  }
}
@keyframes flickerAnimation {
  0%,
  to {
    opacity:1
  }
  50% {
    opacity:0
  }
}
@-o-keyframes flickerAnimation {
  0%,
  to {
    opacity:1
  }
  50% {
    opacity:0
  }
}
@-moz-keyframes flickerAnimation {
  0%,
  to {
    opacity:1
  }
  50% {
    opacity:0
  }
}
@-webkit-keyframes flickerAnimation {
  0%,
  to {
    opacity:1
  }
  50% {
    opacity:0
  }
}
@keyframes fade {
  0% {
    opacity:0;
    transform:scale(0);
    visibility:hidden
  }
  to {
    opacity:1;
    transform:scale(1);
    visibility:visible
  }
}
@keyframes fade-top-active {
  0% {
    opacity:0;
    transform:translateY(-100%)
  }
  to {
    opacity:1;
    transform:translateY(0)
  }
}
@keyframes fade-right-active {
  0% {
    opacity:0;
    transform:translateX(100%)
  }
  to {
    opacity:1;
    transform:translateX(0)
  }
}
@keyframes fade-bottom-active {
  0% {
    opacity:0;
    transform:translateY(100%)
  }
  to {
    opacity:1;
    transform:translateY(0)
  }
}
@keyframes fade-left-active {
  0% {
    opacity:0;
    transform:translateX(-100%)
  }
  to {
    opacity:1;
    transform:translateX(0)
  }
}
@keyframes progress {
  0% {
    stroke-dasharray:0 100
  }
}
@keyframes bounce {
  0%,
  to {
    transform:translateY(0)
  }
  50% {
    transform:translateY(-20px)
  }
}

li.publication a:before
{
    content: "\f0a4";
    font-family: FontAwesome;
    position: absolute;
    left: 0%;
    top: 20%;
    font-size: xx-large;
    font-weight: 100;
    align-self: flex-end;
    animation-iteration-count: infinite;
    transform-origin: bottom;
    color: #ef4563;
    animation-name: bounce;
    animation-timing-function: ease;
    animation-duration: 2s;
}


.policies_schemes li:nth-child(2):hover {
  color:#fff;
  background:#8b40b5;
  border-color:#8b40b5
}
.policies_schemes li:nth-child(3):hover {
  color:#fff;
  background:#f15749;
  border-color:#f15749
}

.row.layout .sidebar .col-md-4:last-child {
    height: auto;
}
/* Wrapper Grid */
.wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

/* Card */
.person-card {
  display: flex;
  gap: 20px;
  border: 2px dashed #999;
  padding: 20px;
  background: #f9f9f9;
  align-items: flex-start;
}

/* Image */
.person-image img {
  width: 180px;
  height: auto;
  border-radius: 6px;
}

/* Content */
.person-details {
  flex: 1;
}

.person-name {
  font-weight: 700;
  margin-bottom: 5px;
}

.person-post {
  font-weight: 600;
  margin-bottom: 10px;
}

.person-address,
.person-phone,
.person-email {
  margin-bottom: 6px;
  line-height: 1.5;
}

/* Button */
.view-profile-btn {
  display: inline-block;
  margin-top: 10px;
  background: #f26c3b;
  color: #fff;
  padding: 8px 15px;
  text-decoration: none;
  border-radius: 4px;
}

/* ========================= */
/* 📱 MOBILE (0–767px) */
/* ========================= */
@media (max-width: 767px) {

  .wrapper {
    grid-template-columns: 1fr;
  }

  .person-card {
    flex-direction: column;
    text-align: center;
  }

  .person-image img {
    width: 120px;
    margin: 0 auto;
  }

  .person-details {
    text-align: center;
  }

}

/* ========================= */
/* 📲 TABLET (768–1024px) */
/* ========================= */
@media (min-width: 768px) and (max-width: 1024px) {

  .wrapper {
    grid-template-columns: 1fr;
  }

  .person-card {
    flex-direction: row;
  }

  .person-image img {
    width: 150px;
  }

}

/* ========================= */
/* 💻 LARGE SCREENS */
/* ========================= */
@media (min-width: 1200px) {

  .wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .person-image img {
    width: 180px;
  }

}
/* Wrapper */
.contact-wrapper {
  width: 100%;
  margin-top:20px;
}

/* Section spacing */
.contact-section {
  margin-bottom: 20px;
  border-radius: 4px;
  overflow: hidden;
}

/* ✅ Green Gradient Heading */
.contact-heading {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #40c16c 0%, #87aa5a 54%, rgba(255, 255, 255, 0) 99%);
  color: #fff;
  font-weight: 600;
  padding: 12px 18px;
  line-height: 1.4;
}

/* ✅ Content Box */


/* Text Styling */
.contact-name {
  margin-bottom: 6px;
}

.contact-name strong {
  font-weight: 700;
}

.contact-phone,
.contact-email {
  margin-bottom: 6px;
  color: #333;
}

/* Email link */
.contact-email a {
  color: #000;
  text-decoration: none;
}

.contact-email a:hover {
  text-decoration: underline;
}

/* ========================= */
/* 📱 MOBILE (0–767px) */
/* ========================= */
@media (max-width: 767px) {

  .contact-heading {
    padding: 10px 12px;
  }

  .contact-body {
    padding: 12px;
  }


}

/* ========================= */
/* 📲 TABLET (768–1024px) */
/* ========================= */
@media (min-width: 768px) and (max-width: 1024px) {


  .contact-body {
    padding: 14px 16px;
  }

}

/* ========================= */
/* 💻 LARGE SCREENS */
/* ========================= */
/* ========================= */
/* Wrapper */
/* ========================= */
.contact-usfooter-wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

/* ========================= */
/* Green Bar */
/* ========================= */
.contact-usfooter-box {
  background: linear-gradient(to right, #7ea35a, #c7d0bf);
  color: #fff;
  text-align: center;
  font-weight: 500;
  margin-bottom: 12px;
  line-height: 1.6;
  border-radius: 3px;
  word-break: break-word;
}

/* Links */
.contact-usfooter-box a {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.contact-usfooter-box a:hover {
  text-decoration: underline;
}

/* ========================= */
/* 📱 Mobile */
/* ========================= */
@media (max-width: 576px) {

  .contact-usfooter-box {
    line-height: 1.5;
  }

}

/* ========================= */
/* 📲 Tablet */
/* ========================= */


.common-right li:hover>ul,
.common-right li.hover>ul,
.common-right a:focus+ul{
    visibility: visible !important;
}
#lang-switcher{
height: 22px;
    margin-top: 2px;
    background: transparent;
    font-size: 100%;
    padding: 0px;
    border: none;
}
.common-right ul > li > ul > li > a {
    text-align: center;
    margin: 0px;
    padding: 2px 10px 2px 10px;
}
.clear {
    clear: both;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #02551e;
    background: #02551e;
}

.node--type-grant-in-aids-page > .node__content > div:last-child div,
.node--type-pdf-viewer-page > .node__content > div:last-child div{
    border: 1px solid;
    padding: 8px;
    margin-top: 3px;
    background-color: #02551e;
    color: #fff;
}
.node--type-grant-in-aids-page > .node__content > div:last-child div a,
.node--type-pdf-viewer-page > .node__content > div:last-child div a{
color:#fff;
    
}

/* Main Card */
.bhsrow {
    margin: 10px auto;
    padding: 18px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border: 1px solid #e5e7eb;
    overflow: hidden;
    position: relative;

    /* Animation */
    animation: fadeSlideUp 1s ease;
    transition: all 0.4s ease;
}

.bhsrow:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.14);
}

/* Animated top border */
.bhsrow::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #2e7d32, #66bb6a, #2e7d32);
    animation: slideBorder 4s linear infinite;
}

/* Each Field */
.bhsrow .views-field {
    margin-bottom: 8px;
    padding: 10px 10px;
    background: #f9fafb;
    border-left: 5px solid #2e7d32;
    border-radius: 12px;

    /* Animation */
    opacity: 0;
    transform: translateY(20px);
    animation: fieldFade 0.8s ease forwards;
}

/* Stagger animation */
.bhsrow .views-field:nth-child(1) { animation-delay: 0.2s; }
.bhsrow .views-field:nth-child(2) { animation-delay: 0.4s; }
.bhsrow .views-field:nth-child(3) { animation-delay: 0.6s; }
.bhsrow .views-field:nth-child(4) { animation-delay: 0.8s; }
.bhsrow .views-field:nth-child(5) { animation-delay: 1s; }

.bhsrow .views-field:hover {
    transform: translateX(6px);
    background: #f1f8f3;
    transition: 0.3s ease;
}

/* Labels */
.bhsrow .views-label {
    font-weight: 700;
    color: #1b5e20;
    margin-bottom: 8px;
    font-size: 15px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

/* Content */
.bhsrow .field-content {
    color: #374151;
    font-size: 15px;
    line-height: 1.8;
}

/* Paragraph spacing */
.bhsrow .field-content p {
    margin: 0 0 12px;
}

/* PDF Link Styling */
.bhsrow .file a {
    display: inline-block;
    padding: 11px 18px;
    background: linear-gradient(135deg, #2e7d32, #43a047);
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* Button shine effect */
.bhsrow .file a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.25);
    transform: skewX(-25deg);
}

.bhsrow .file a:hover::before {
    animation: shine 0.8s ease;
}

.bhsrow .file a:hover {
    transform: scale(1.05);
    background: linear-gradient(135deg, #1b5e20, #2e7d32);
}

/* File Size */
.bhsrow .file + span {
    margin-left: 10px;
    color: #6b7280;
    font-size: 14px;
}

/* Animations */
@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fieldFade {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideBorder {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

@keyframes shine {
    100% {
        left: 130%;
    }
}
.main-header nav > ul > li:first-child

 {
    background: #ff6f05!important
}
.menu-base-theme {
    background: #02551e !important;
}

/* =========================================================
   FOOTER WIDGET – ENHANCED OVERRIDES
   ========================================================= */

/* --- Base layout & background --- */
.footerwidget {
    padding: 48px 0 32px;
    background-color: #1a1a1a;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    color: #d9d9d9;
    font-size: 14px;
    line-height: 1.75;
}

/* --- Column layout (respect Bootstrap grid wrapping) --- */
.footerwidget .container > .row {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.footerwidget .container > .row > [class*="col-"] {
    float: none;
    flex: 1 1 25%;
    width: 25%;
    max-width: 25%;
    min-width: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* --- Headings --- */
.footerwidget h2,
.footerwidget .h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin: 0 0 16px;
    padding-bottom: 10px;
    border-bottom: 3px solid #ff6f05;
    display: inline-block;
}

.footerwidget h3 {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin: 14px 0 10px;
}

/* --- Body text --- */
.footerwidget p {
    color: #c5c5c5;
    margin-bottom: 6px;
    font-size: 12.5px;
    line-height: 1.65;
}

.footerwidget strong {
    color: #fff;
}

/* --- Links --- */
.footerwidget a {
    color: #d9d9d9;
    text-decoration: none;
    transition: color 0.25s ease, padding-left 0.25s ease;
}

.footerwidget a:hover,
.footerwidget a:focus {
    color: #ff6f05;
    text-decoration: none;
}

/* --- List links (Website Links column) --- */
.footerwidget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footerwidget ul li {
    padding: 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    font-size: 12.5px;
}

.footerwidget ul li:last-child {
    border-bottom: 0;
}

.footerwidget ul li a {
    position: relative;
    padding-left: 14px;
}

.footerwidget ul li a::before {
    content: "\203A";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    color: #ff6f05;
    font-weight: 700;
    transition: transform 0.2s ease;
}

.footerwidget ul li a:hover::before {
    transform: translateX(3px);
}

.footerwidget ul li a:hover {
    padding-left: 18px;
    color: #ff6f05;
}

/* --- Social media icons (override existing) --- */
.footerwidget .social-media {
    margin: 18px 0 10px;
    overflow: hidden;
}

.footerwidget .social-media a {
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin: 0 6px 8px 0;
    float: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.footerwidget .social-media a:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.35);
    opacity: 1;
}

.footerwidget .social-media a.facebook  { background: #3b5998; }
.footerwidget .social-media a.twitter   { background: #1da1f2; }
.footerwidget .social-media a.linkedin  { background: #0077b5; }
.footerwidget .social-media a.google-plus { background: #db4437; }
.footerwidget .social-media a.pinterest { background: #bd081c; }
.footerwidget .social-media a.rss       { background: #ff6d00; }

/* --- QR / G-Map image frame --- */
.footerwidget .google_map img {
    border: 4px solid #fff;
    border-radius: 6px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
    max-width: 180px;
    height: auto;
    display: block;
    margin-top: 6px;
}

/* =========================================================
   COPYRIGHT BAR – ENHANCED
   ========================================================= */
.copyright {
    background-color: #111;
    background-image: url("../images/footer-bottom-bg.png");
    background-repeat: repeat;
    padding: 0;
    color: #aaa;
    position: relative;
    font-size: 13px;
}

.copyright p {
    margin: 14px 0;
    font-size: 13px;
    color: #aaa;
}

.copyright a {
    color: #ff6f05;
    text-decoration: none;
}

.copyright a:hover {
    color: #fff;
    text-decoration: underline;
}

/* =========================================================
   FOOTER MENU – ENHANCED
   ========================================================= */
.footer-menu {
    background: #222;
    border: 0;
    margin: 0;
}

.footer-menu nav li a {
    color: #ccc;
    font-size: 13px;
    transition: color 0.2s ease;
}

.footer-menu nav li a:hover,
.footer-menu nav li a:focus {
    color: #ff6f05;
}

/* =========================================================
   TABLET
   ========================================================= */
@media (max-width: 1024px) and (min-width: 768px) {
    .footerwidget {
        padding: 36px 0 24px;
    }

    .footerwidget .container > .row {
        flex-wrap: wrap !important;
    }

    .footerwidget .container > .row > [class*="col-"] {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        width: 50% !important;
        margin-bottom: 24px;
    }
}

/* =========================================================
   MOBILE
   ========================================================= */
@media (max-width: 767px) {
    .footerwidget {
        padding: 30px 0 15px;
        background-attachment: scroll;
    }

    .footerwidget .container > .row {
        flex-wrap: wrap !important;
    }

    .footerwidget .container > .row > [class*="col-"] {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 28px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
        padding-bottom: 24px;
    }

    .footerwidget .container > .row > [class*="col-"]:last-child {
        border-bottom: 0;
        margin-bottom: 0;
    }

    .footerwidget h2,
    .footerwidget .h2 {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .footerwidget p,
    .footerwidget ul li {
        font-size: 11.5px;
    }

    .footerwidget .google_map img {
        max-width: 155px;
    }

    .copyright {
        padding: 13px 10px;
    }

    .copyright p {
        font-size: 12px;
    }
}

/* =========================================================
   ACCESSIBILITY
   ========================================================= */
.footerwidget a:focus-visible,
.footer-menu a:focus-visible {
    outline: 3px solid #ffb066;
    outline-offset: 3px;
}

/* =========================================================
   FINAL FIX – FOOTER CONTENT CUT + WHITE GAP REMOVAL
   ========================================================= */

/* --- Force footer columns to stretch to full content height --- */
.footerwidget {
    overflow: visible !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
}

.footerwidget .container,
.footerwidget .container > .row {
    overflow: visible !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
}

.footerwidget .container > .row {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
}

.footerwidget .container > .row > [class*="col-"] {
    overflow: visible !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    flex: 1 1 25% !important;
    width: 25% !important;
    max-width: 25% !important;
    min-width: 0 !important;
    flex-shrink: 0;
}

/* --- Remove white gap: hide empty footer-menu --- */
.footer-menu {
    display: none !important;
}

/* --- Ensure copyright bar sits flush below footer --- */
.copyright {
    margin: 0 !important;
    padding: 0 !important;
}

.copyright p {
    margin: 14px 0;
    padding: 0 15px;
}

/* =========================================================
   FINAL FIX – DESKTOP
   ========================================================= */
@media (min-width: 1025px) {
    .footerwidget {
        padding-top: 40px !important;
        padding-bottom: 32px !important;
    }

    .footerwidget .container > .row > [class*="col-"] {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}

/* =========================================================
   FINAL FIX – TABLET
   ========================================================= */
@media (max-width: 1024px) and (min-width: 768px) {
    .footerwidget {
        padding: 35px 0 25px !important;
    }

    .footerwidget .container > .row > [class*="col-"] {
        height: auto !important;
        max-height: none !important;
    }
}

/* =========================================================
   FINAL FIX – MOBILE
   ========================================================= */
@media (max-width: 767px) {
    .footerwidget {
        padding: 30px 0 20px !important;
    }

    .footerwidget .container > .row {
        display: block !important;
    }

    .footerwidget .container > .row > [class*="col-"] {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        overflow: visible !important;
        margin-bottom: 25px !important;
        padding-bottom: 22px !important;
    }

    .footerwidget .container > .row > [class*="col-"]:last-child {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .copyright {
        margin: 0 !important;
    }
}

/* =========================================================
   GET IN TOUCH – PREMIUM STYLING
   ========================================================= */

/* --- Block reset & base --- */
#block-drupal8-zymphonies-theme-getintouch {
    box-sizing: border-box;
    line-height: 1.6;
}

#block-drupal8-zymphonies-theme-getintouch *,
#block-drupal8-zymphonies-theme-getintouch *::before,
#block-drupal8-zymphonies-theme-getintouch *::after {
    box-sizing: border-box;
}

/* --- Organization name (first h3) --- */
#block-drupal8-zymphonies-theme-getintouch h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px;
    padding: 0;
    letter-spacing: 0.3px;
    line-height: 1.4;
}

/* --- Helpdesk Number heading (second h3) --- */
#block-drupal8-zymphonies-theme-getintouch h3 ~ h3 {
    font-size: 19px;
    font-weight: 600;
    margin: 16px 0 10px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* --- Address list (first ul, not .helpdesk-info) --- */
#block-drupal8-zymphonies-theme-getintouch > div > ul:not(.helpdesk-info) {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 6px !important;
}

#block-drupal8-zymphonies-theme-getintouch > div > ul:not(.helpdesk-info) li {
    color: #c5c5c5;
    font-size: 14px;
    line-height: 1.65;
    padding: 3px 0 !important;
    margin: 0 !important;
    margin-left: 0 !important;
    border-bottom: none !important;
    position: relative;
    padding-left: 0 !important;
}

/* --- Helpdesk info list --- */
#block-drupal8-zymphonies-theme-getintouch .helpdesk-info {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* --- Shared card style for all helpdesk rows --- */
#block-drupal8-zymphonies-theme-getintouch .helpdesk-info li {
    background: linear-gradient(135deg, rgba(15, 40, 85, 0.85), rgba(25, 55, 110, 0.75));
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 3px solid #ff6f05;
    border-radius: 10px;
    padding: 10px 14px !important;
    margin: 0 !important;
    margin-left: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    display: flex;
    align-items: center;
    min-height: 46px;
    color: #e0e0e0;
    font-size: 14px;
    line-height: 1.5;
    min-width: 0;
    transition: background 0.3s ease, border-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* Subtle shine overlay on hover */
#block-drupal8-zymphonies-theme-getintouch .helpdesk-info li::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.06), transparent);
    transition: left 0.5s ease;
    pointer-events: none;
}

#block-drupal8-zymphonies-theme-getintouch .helpdesk-info li:hover::after {
    left: 100%;
}

/* --- Card hover --- */
#block-drupal8-zymphonies-theme-getintouch .helpdesk-info li:hover {
    background: linear-gradient(135deg, rgba(20, 50, 100, 0.9), rgba(30, 65, 130, 0.85));
    border-left-color: #ffb066;
    border-color: rgba(255, 255, 255, 0.2);
    border-left-color: #ffb066;
    transform: translateX(3px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}

/* --- Phone card --- */
#block-drupal8-zymphonies-theme-getintouch .helpdesk-phone {
    gap: 10px;
}

#block-drupal8-zymphonies-theme-getintouch .helpdesk-phone .helpdesk-icon {
    flex-shrink: 0;
    font-size: 20px;
    line-height: 1;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}

#block-drupal8-zymphonies-theme-getintouch .helpdesk-phone span:last-child {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.8px;
}

/* --- Schedule card --- */
#block-drupal8-zymphonies-theme-getintouch .helpdesk-schedule {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 6px;
    white-space: normal;
    font-size: 13.5px;
    position: relative;
    z-index: 1;
}

#block-drupal8-zymphonies-theme-getintouch .helpdesk-schedule span {
    flex-shrink: 0;
    white-space: nowrap;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}

#block-drupal8-zymphonies-theme-getintouch .helpdesk-schedule .schedule-divider {
    color: rgba(255, 255, 255, 0.25);
    font-weight: 300;
    padding: 0 4px;
    font-size: 16px;
    filter: none;
}

/* --- Email card --- */
#block-drupal8-zymphonies-theme-getintouch .helpdesk-email {
    gap: 10px;
}

#block-drupal8-zymphonies-theme-getintouch .helpdesk-email span {
    flex-shrink: 0;
    font-size: 18px;
    line-height: 1;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}

#block-drupal8-zymphonies-theme-getintouch .helpdesk-email a {
    color: #e8e8e8 !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
    transition: color 0.25s ease;
    padding-left: 0 !important;
    position: relative;
    z-index: 1;
}

#block-drupal8-zymphonies-theme-getintouch .helpdesk-email a::before {
    display: none !important;
}

#block-drupal8-zymphonies-theme-getintouch .helpdesk-email a:hover,
#block-drupal8-zymphonies-theme-getintouch .helpdesk-email a:focus {
    color: #ffb066 !important;
}

/* =========================================================
   GET IN TOUCH – TABLET
   ========================================================= */
@media (max-width: 1024px) and (min-width: 768px) {
    #block-drupal8-zymphonies-theme-getintouch .helpdesk-schedule {
        font-size: 13px;
    }

    #block-drupal8-zymphonies-theme-getintouch .helpdesk-info li {
        padding: 9px 12px !important;
        min-height: 42px;
    }
}

/* =========================================================
   GET IN TOUCH – MOBILE
   ========================================================= */
@media (max-width: 767px) {
    #block-drupal8-zymphonies-theme-getintouch h3 {
        font-size: 18px;
    }

    #block-drupal8-zymphonies-theme-getintouch h3 ~ h3 {
        font-size: 17px;
        margin-top: 14px;
        padding-top: 10px;
    }

    #block-drupal8-zymphonies-theme-getintouch .helpdesk-schedule {
        gap: 3px 6px;
        font-size: 13px;
    }

    #block-drupal8-zymphonies-theme-getintouch .helpdesk-schedule .schedule-divider {
        display: none;
    }

    #block-drupal8-zymphonies-theme-getintouch .helpdesk-info li {
        padding: 9px 12px !important;
        min-height: 40px;
        border-radius: 8px;
    }

    #block-drupal8-zymphonies-theme-getintouch .helpdesk-info li:hover {
        transform: none;
    }

    #block-drupal8-zymphonies-theme-getintouch .helpdesk-info {
        gap: 6px;
    }
}

/* =========================================================
   WHAT'S NEW & EVENTS – THEME VARIABLES
   ========================================================= */
:root {
  --mw-primary: #238544;
  --mw-primary-dark: #1a6b35;
  --mw-accent: #ff6f05;
  --mw-accent-hover: #e55f00;
  --mw-bullet: #238544;
  --mw-link: #1a4d2e;
}

/* =========================================================
   WHAT'S NEW & EVENTS – PREMIUM CARD STYLING
   ========================================================= */

/* --- Card container --- */
.middlewidget .container > .row {
  display: flex;
  flex-wrap: nowrap;
  gap: 14px;
  align-items: stretch;
}

.middlewidget .container .row .col-md-4,
.middlewidget .container .row .col-md-6 {
  background: #fff;
  border: 1px solid #e2e4e8;
  border-radius: 10px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.07);
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  min-width: 0;
  width: auto !important;
  height: auto;
  min-height: 470px;
  overflow: hidden;
  position: relative;
  float: none;
}

/* Hide empty columns that have no rendered blocks */
.middlewidget .container .row .col-md-4:empty,
.middlewidget .container .row .col-md-6:empty {
  display: none;
}

/* --- Play/Pause toggle control --- */
.middlewidget p.text-slide,
.middlewidget p.text-slide1,
.middlewidget p.text-slide2,
.middlewidget p.text-slide3 {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 20;
  font-weight: 700;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  transition: background 0.2s ease, box-shadow 0.2s ease;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.middlewidget p.text-slide:hover,
.middlewidget p.text-slide1:hover,
.middlewidget p.text-slide2:hover,
.middlewidget p.text-slide3:hover {
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.18);
}

.middlewidget p.text-slide.pause::after,
.middlewidget p.text-slide1.pause::after,
.middlewidget p.text-slide2.pause::after,
.middlewidget p.text-slide3.pause::after {
  content: "\275A\275A";
  font-size: 10px;
  letter-spacing: -1px;
  color: #333;
}

.middlewidget p.text-slide::after,
.middlewidget p.text-slide1::after,
.middlewidget p.text-slide2::after,
.middlewidget p.text-slide3::after {
  content: "\25B6";
  font-size: 11px;
  color: var(--mw-primary);
  padding-left: 2px;
}

/* --- Block heading inside card --- */
.middlewidget .block > h2 {
  margin: 0;
  padding: 12px 16px 10px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, var(--mw-primary) 0%, var(--mw-primary-dark) 100%);
  letter-spacing: 0.4px;
  text-transform: uppercase;
  border-bottom: 3px solid var(--mw-accent);
  line-height: 1.4;
  position: relative;
}

.middlewidget .block > h2::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 60px;
  height: 3px;
  background: var(--mw-accent);
}

/* --- Block content layout (view wrapper) --- */
.middlewidget .block > .view,
.middlewidget .block > div > .view {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

.middlewidget .view > .view-content {
  flex: 1;
  min-height: 0;
}

/* --- Scroll container --- */
.middlewidget .scroll-left,
.middlewidget .scroll-text-1,
.middlewidget .scroll-text-2,
.middlewidget .scroll-text-3,
.middlewidget .scroll-text {
  overflow: hidden;
  position: relative;
  height: 375px;
  padding: 0 20px;
}

/* --- Arrow list reset & flexbox layout --- */
.middlewidget ul.arrow_list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.middlewidget .scroll-left ul.arrow_list {
  position: absolute;
  width: calc(100% - 40px);
}

/* --- Individual list items --- */
.middlewidget ul.arrow_list > li,
.middlewidget .scroll-left ul.arrow_list li,
.middlewidget .scroll-text-1 ul.arrow_list li,
.middlewidget .scroll-text-2 ul.arrow_list li,
.middlewidget .scroll-text-3 ul.arrow_list li,
.middlewidget .scroll-left ul li,
.middlewidget .scroll-text-1 ul li,
.middlewidget .scroll-text-2 ul li,
.middlewidget .scroll-text-3 ul li {
  position: relative;
  padding: 9px 0 9px 22px;
  border-bottom: 1px solid #eef0f3;
  margin: 0;
  margin-bottom: 0;
  min-width: 0;
  line-height: 1.5;
  font-size: 12.5px;
  color: #333;
  overflow-wrap: anywhere;
  word-break: normal;
  background-size: 0;
}

.middlewidget ul.arrow_list > li:last-child {
  border-bottom: none;
}

/* --- Custom bullet (absolutely positioned) --- */
.middlewidget .scroll-left ul.arrow_list li::before,
.middlewidget .scroll-text-1 ul.arrow_list li::before,
.middlewidget .scroll-text-2 ul.arrow_list li::before,
.middlewidget .scroll-text-3 ul.arrow_list li::before,
.middlewidget .scroll-left ul li::before,
.middlewidget .scroll-text-1 ul li::before,
.middlewidget .scroll-text-2 ul li::before,
.middlewidget .scroll-text-3 ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--mw-bullet);
  display: block;
  float: none;
  margin: 0;
}

/* --- Content inside each list item --- */
.middlewidget ul.arrow_list li a,
.middlewidget .scroll-left ul li a,
.middlewidget .scroll-text-1 ul li a,
.middlewidget .scroll-text-2 ul li a,
.middlewidget .scroll-text-3 ul li a {
  color: var(--mw-link);
  text-decoration: none;
  transition: color 0.2s ease;
  line-height: 1.5;
  font-size: 12.5px;
}

.middlewidget ul.arrow_list li a:hover {
  color: var(--mw-accent);
  text-decoration: underline;
}

/* Views field wrappers - inline flow for natural text stacking */
.middlewidget ul.arrow_list li > .views-field {
  display: inline;
}

/* Read More / action link field - force onto its own line */
.middlewidget ul.arrow_list li > .views-field-view-node {
  display: block;
  margin-top: 5px;
}

/* Read More button styling inside event list items */
.middlewidget ul.arrow_list li .views-field-view-node a,
.middlewidget .scroll-left ul li .views-field-view-node a,
.middlewidget .scroll-text-1 ul li .views-field-view-node a,
.middlewidget .scroll-text-2 ul li .views-field-view-node a,
.middlewidget .scroll-text-3 ul li .views-field-view-node a {
  display: inline-block;
  background: var(--mw-accent);
  color: #fff !important;
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 10.5px;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.5;
  transition: background 0.2s ease;
}

.middlewidget ul.arrow_list li .views-field-view-node a:hover,
.middlewidget .scroll-left ul li .views-field-view-node a:hover {
  background: var(--mw-accent-hover);
  color: #fff !important;
  text-decoration: none;
}

/* Download file field - display on its own line */
.middlewidget ul.arrow_list li > .views-field-field-download,
.middlewidget ul.arrow_list li > .views-field-field-file,
.middlewidget ul.arrow_list li > .views-field-nothing {
  display: block;
  margin-top: 3px;
  font-size: 12.5px;
  color: #555;
}

/* --- "NEW" badge refinement --- */
.middlewidget .newblink::before {
  content: "NEW";
  background-color: #e60023;
  color: #fff;
  font-size: 8px;
  font-family: Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  padding: 2px 5px;
  border-radius: 3px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  animation: newlink 1.2s infinite;
  position: relative;
  top: -1px;
}

/* --- File / PDF download styling --- */
.middlewidget ul.arrow_list li .file,
.middlewidget ul.arrow_list li a[href$=".pdf"],
.middlewidget ul.arrow_list li a[type*="application/pdf"] {
  display: inline;
  font-size: 12.5px;
  color: var(--mw-primary-dark);
  text-decoration: none;
}

.middlewidget ul.arrow_list li .file a::before {
  content: "\f1c1";
  font-family: FontAwesome;
  margin-right: 4px;
  font-size: 13px;
  color: #c0392b;
}

.middlewidget ul.arrow_list li .file + span,
.middlewidget ul.arrow_list li small {
  font-size: 11px;
  color: #888;
  white-space: nowrap;
}

/* "Download File" inline styling */
.middlewidget ul.arrow_list li span[class*="file"] {
  display: inline;
  white-space: nowrap;
}

/* --- Event status badges --- */
.middlewidget ul.arrow_list li span[style*="color:red"],
.middlewidget ul.arrow_list li span[style*="color: red"],
.middlewidget ul.arrow_list li .event-status-done {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 2px 7px;
  border-radius: 3px;
  background: #fef2f2;
  color: #b91c1c;
  border: 1px solid #fecaca;
  line-height: 1.4;
  vertical-align: middle;
  white-space: nowrap;
  flex-shrink: 0;
}

.middlewidget ul.arrow_list li span[style*="color:green"],
.middlewidget ul.arrow_list li span[style*="color: green"],
.middlewidget ul.arrow_list li .event-status-upcoming {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 2px 7px;
  border-radius: 3px;
  background: #f0fdf4;
  color: #15803d;
  border: 1px solid #bbf7d0;
  line-height: 1.4;
  vertical-align: middle;
  white-space: nowrap;
  flex-shrink: 0;
}

/* --- Event date/time metadata --- */
.middlewidget ul.arrow_list li .date-display-single,
.middlewidget ul.arrow_list li .views-field-field-event-date,
.middlewidget ul.arrow_list li time {
  font-size: 11.5px;
  color: #777;
  display: inline-block;
  white-space: nowrap;
}

.middlewidget ul.arrow_list li .views-field-field-event-date .fa,
.middlewidget ul.arrow_list li .event-date .fa {
  font-size: 11px;
  color: var(--mw-accent);
  margin-right: 3px;
}

/* --- View Footer (View All / Read More buttons) --- */
.middlewidget .view-footer {
  padding: 12px 20px 16px;
  text-align: left;
  border-top: 1px solid #eef0f3;
  background: #fafbfc;
  margin-top: auto;
}

.middlewidget .view-footer a {
  display: inline-block;
  padding: 5px 12px;
  font-size: 11.5px;
  font-weight: 600;
  color: #fff;
  background: var(--mw-accent);
  border-radius: 5px;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.15s ease;
  line-height: 1.4;
  border: none;
}

.middlewidget .view-footer a:hover {
  background: var(--mw-accent-hover);
  transform: translateY(-1px);
}

/* Let existing global .view-footer arrow rules apply; avoid duplicates */

/* --- Paused state: clean static list --- */
.middlewidget .scroll-text-2:not(.scroll-left) ul.arrow_list,
.middlewidget .scroll-text-3:not(.scroll-left) ul.arrow_list,
.middlewidget .scroll-text-1:not(.scroll-left) ul.arrow_list,
.middlewidget .scroll-text:not(.scroll-left) ul.arrow_list {
  position: static;
  transform: none;
  animation: none;
}

.middlewidget .scroll-text-2:not(.scroll-left),
.middlewidget .scroll-text-3:not(.scroll-left),
.middlewidget .scroll-text-1:not(.scroll-left),
.middlewidget .scroll-text:not(.scroll-left) {
  overflow-y: auto;
  overflow-x: hidden;
}

/* Custom scrollbar for paused state */
.middlewidget .scroll-text-2:not(.scroll-left)::-webkit-scrollbar,
.middlewidget .scroll-text-3:not(.scroll-left)::-webkit-scrollbar {
  width: 4px;
}

.middlewidget .scroll-text-2:not(.scroll-left)::-webkit-scrollbar-thumb,
.middlewidget .scroll-text-3:not(.scroll-left)::-webkit-scrollbar-thumb {
  background: #c5c5c5;
  border-radius: 4px;
}

.middlewidget .scroll-text-2:not(.scroll-left)::-webkit-scrollbar-track,
.middlewidget .scroll-text-3:not(.scroll-left)::-webkit-scrollbar-track {
  background: transparent;
}

/* =========================================================
   WHAT'S NEW & EVENTS – RESPONSIVE
   ========================================================= */

/* --- Tablet --- */
@media (max-width: 1024px) and (min-width: 768px) {
  .middlewidget .container > .row {
    flex-wrap: wrap;
  }

  .middlewidget .container .row .col-md-4,
  .middlewidget .container .row .col-md-6 {
    flex: 0 0 calc(50% - 7px);
    min-height: 400px;
  }

  .middlewidget .scroll-left,
  .middlewidget .scroll-text-2,
  .middlewidget .scroll-text-3 {
    height: 340px;
  }

  .middlewidget .block > h2 {
    font-size: 14px;
    padding: 10px 14px 8px;
  }

  .middlewidget ul.arrow_list li a,
  .middlewidget ul.arrow_list li > span,
  .middlewidget .scroll-left ul li a {
    font-size: 12px;
  }
}

/* --- Mobile --- */
@media (max-width: 767px) {
  .middlewidget .container > .row {
    flex-wrap: wrap;
  }

  .middlewidget .container .row .col-md-4,
  .middlewidget .container .row .col-md-6 {
    flex: 0 0 100%;
    min-height: 360px;
    margin: 0;
  }

  .middlewidget .scroll-left,
  .middlewidget .scroll-text-2,
  .middlewidget .scroll-text-3 {
    height: 320px;
    padding: 0 14px;
  }

  .middlewidget .scroll-left ul.arrow_list,
  .middlewidget .scroll-left ul {
    width: calc(100% - 28px);
  }

  .middlewidget .block > h2 {
    font-size: 13px;
    padding: 10px 12px 8px;
  }

  .middlewidget ul.arrow_list > li,
  .middlewidget .scroll-left ul li {
    padding: 7px 0 7px 20px;
  }

  .middlewidget ul.arrow_list li a,
  .middlewidget ul.arrow_list li > span,
  .middlewidget .scroll-left ul li a {
    font-size: 11.5px;
  }

  .middlewidget .view-footer {
    padding: 8px 12px 12px;
  }

  .middlewidget .view-footer a {
    font-size: 11px;
    padding: 6px 14px;
  }

  .middlewidget p.text-slide,
  .middlewidget p.text-slide1,
  .middlewidget p.text-slide2,
  .middlewidget p.text-slide3 {
    right: 8px;
    top: 8px;
    width: 26px;
    height: 26px;
  }
}
/* =========================================================
   FOOTER – COMPACT PROFESSIONAL SYSTEM  (final layer)
   One type scale, one heading style, tight vertical rhythm.
   Loaded last so it normalises every earlier footer rule.
   ========================================================= */

.footerwidget {
    --fw-text: 12.5px;          /* single body size (matches Website Links) */
    --fw-lh: 1.65;
    --fw-ink: #c3c9d2;          /* body copy */
    --fw-ink-strong: #ffffff;   /* labels / emphasis */
    --fw-accent: #ff6f05;
    --fw-rule: rgba(255, 255, 255, 0.08);
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: var(--fw-text);
    line-height: var(--fw-lh);
    color: var(--fw-ink);
    padding: 32px 0 22px !important;
}

/* --- Columns: equal top edge, tight padding --- */
.footerwidget .container > .row > [class*="col-"] {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.footerwidget .block {
    margin: 0;
    padding: 0;
}

/* ---------------------------------------------------------
   1. THE FOUR COLUMN HEADINGS – identical in every respect
   --------------------------------------------------------- */
.footerwidget h2,
.footerwidget .h2,
.footerwidget .footer-widget-title,
.footerwidget .block > h2 {
    display: block;                       /* same box model in all 4 columns */
    width: 100%;
    margin: 0 0 14px !important;
    padding: 0 0 8px !important;
    border: 0;
    border-bottom: 2px solid var(--fw-accent);
    background: none;
    font-family: inherit;
    font-size: 14px !important;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--fw-ink-strong);
    text-align: left;
}

.footerwidget h2::after,
.footerwidget .footer-widget-title::after,
.footerwidget .block > h2::after {
    content: none;
}

/* ---------------------------------------------------------
   2. EVERY NON-HEADING TEXT NODE – one size, one colour
   --------------------------------------------------------- */
.footerwidget p,
.footerwidget li,
.footerwidget a,
.footerwidget span,
.footerwidget td,
.footerwidget div:not(.social-media) {
    font-family: inherit;
    font-size: var(--fw-text);
    line-height: var(--fw-lh);
}

.footerwidget p {
    color: var(--fw-ink);
    margin: 0 0 6px;
}

.footerwidget p:last-child {
    margin-bottom: 0;
}

.footerwidget a {
    color: var(--fw-ink);
}

.footerwidget a:hover,
.footerwidget a:focus {
    color: var(--fw-accent);
}

/* --- Sub-labels (org name, "Helpdesk Number") = body size, bold --- */
.footerwidget h3,
.footerwidget h4,
.footerwidget h5,
.footerwidget strong,
.footerwidget b {
    font-family: inherit;
    font-size: var(--fw-text) !important;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.3px;
    color: var(--fw-ink-strong);
    text-transform: none;
    margin: 0 0 6px;
    padding: 0;
    border: 0;
}

/* ---------------------------------------------------------
   3. LINK LIST (Website Links) – the reference rhythm
   --------------------------------------------------------- */
.footerwidget ul li {
    padding: 4px 0;
    font-size: var(--fw-text);
    border-bottom: 1px solid var(--fw-rule);
}

.footerwidget ul li a {
    padding-left: 13px;
}

.footerwidget ul li a::before {
    font-size: 13px;
    top: 0;
}

.footerwidget ul li a:hover {
    padding-left: 16px;
}

/* ---------------------------------------------------------
   4. GET IN TOUCH COLUMN
   --------------------------------------------------------- */
#block-drupal8-zymphonies-theme-getintouch h3 {
    font-size: var(--fw-text) !important;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.3px;
    color: var(--fw-ink-strong);
    margin: 0 0 8px !important;
    padding: 0 !important;
    border: 0 !important;
}

/* "Helpdesk Number" – same size, separated by a hairline rule */
#block-drupal8-zymphonies-theme-getintouch h3 ~ h3 {
    margin: 12px 0 8px !important;
    padding-top: 10px !important;
    border-top: 1px solid var(--fw-rule) !important;
}

/* Address lines */
#block-drupal8-zymphonies-theme-getintouch > div > ul:not(.helpdesk-info) {
    margin: 0 0 4px !important;
}

#block-drupal8-zymphonies-theme-getintouch > div > ul:not(.helpdesk-info) li {
    font-size: var(--fw-text);
    line-height: var(--fw-lh);
    padding: 1px 0 !important;
    color: var(--fw-ink);
}

/* Helpdesk cards – compact */
#block-drupal8-zymphonies-theme-getintouch .helpdesk-info {
    gap: 6px;
}

#block-drupal8-zymphonies-theme-getintouch .helpdesk-info li {
    padding: 8px 11px !important;
    min-height: 0;
    border-radius: 7px;
    border-left-width: 3px;
    font-size: var(--fw-text);
    line-height: 1.45;
}

#block-drupal8-zymphonies-theme-getintouch .helpdesk-phone,
#block-drupal8-zymphonies-theme-getintouch .helpdesk-email {
    gap: 8px;
}

#block-drupal8-zymphonies-theme-getintouch .helpdesk-phone .helpdesk-icon,
#block-drupal8-zymphonies-theme-getintouch .helpdesk-email span {
    font-size: 14px;
}

#block-drupal8-zymphonies-theme-getintouch .helpdesk-phone span:last-child {
    font-size: var(--fw-text);
    font-weight: 700;
    letter-spacing: 0.5px;
}

#block-drupal8-zymphonies-theme-getintouch .helpdesk-schedule {
    font-size: var(--fw-text);
    gap: 2px 6px;
}

#block-drupal8-zymphonies-theme-getintouch .helpdesk-schedule .schedule-divider {
    font-size: var(--fw-text);
    padding: 0 2px;
}

#block-drupal8-zymphonies-theme-getintouch .helpdesk-email a {
    font-size: var(--fw-text) !important;
    font-weight: 500;
}

/* ---------------------------------------------------------
   5. CONNECT WITH US COLUMN
   --------------------------------------------------------- */
.footerwidget .social-media {
    margin: 0;
    padding: 2px 0 0;
}

.footerwidget .social-media a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    margin: 0 6px 6px 0;
}

/* ---------------------------------------------------------
   6. FIND US ON G-MAP COLUMN
   --------------------------------------------------------- */
.footerwidget .google_map img {
    max-width: 132px;
    border-width: 3px;
    border-radius: 4px;
    margin: 0 0 8px;
}

/* ---------------------------------------------------------
   7. COPYRIGHT BAR
   --------------------------------------------------------- */
.copyright p {
    margin: 10px 0 !important;
    font-size: 12px;
}

/* ---------------------------------------------------------
   8. RESPONSIVE
   --------------------------------------------------------- */
@media (max-width: 1024px) and (min-width: 768px) {
    .footerwidget {
        padding: 28px 0 18px !important;
    }

    .footerwidget .container > .row > [class*="col-"] {
        margin-bottom: 22px;
    }
}

@media (max-width: 767px) {
    .footerwidget {
        --fw-text: 12px;
        padding: 24px 0 16px !important;
    }

    .footerwidget h2,
    .footerwidget .h2,
    .footerwidget .footer-widget-title,
    .footerwidget .block > h2 {
        font-size: 13px !important;
        margin-bottom: 12px !important;
    }

    .footerwidget .container > .row > [class*="col-"] {
        margin-bottom: 20px !important;
        padding-bottom: 18px !important;
    }

    .footerwidget .google_map img {
        max-width: 120px;
    }
}

/* ---------------------------------------------------------
   9. "CONNECT WITH US" – safety net
   This heading sits as a DIRECT child of the footer column
   (every other footer h3 lives inside .block > div), so it can
   be matched structurally even while an old cached template
   still renders it as an <h3> instead of an <h2>.
   --------------------------------------------------------- */
.footerwidget > .container > .row > [class*="col-"] > h3,
.footerwidget > .container > .row > [class*="col-"] > h4 {
    display: block !important;
    width: 100% !important;
    margin: 0 0 14px !important;
    padding: 0 0 8px !important;
    border: 0 !important;
    border-bottom: 2px solid var(--fw-accent) !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    color: var(--fw-ink-strong) !important;
    text-align: left !important;
}

@media (max-width: 767px) {
    .footerwidget > .container > .row > [class*="col-"] > h3,
    .footerwidget > .container > .row > [class*="col-"] > h4 {
        font-size: 13px !important;
        margin-bottom: 12px !important;
    }
}
