@charset "UTF-8";
/*!
 Theme Name:   GeneratePress Child for Bluacs Dec 2025
 Theme URI:    https://generatepress.com
 Description:  Based on the Default GeneratePress child theme
 Author:       WebSM
 Author URI:   https://websm.com.au
 Template:     generatepress
 Version:      0.2
*/
@media (min-width: 769px) {
  .copyright-bar {
    width: 100%;
  }
  .copyright-right-area {
    float: right;
    text-align: right;
  }
  .copyright-left-area {
    float: left;
  }
}
.main-navigation .main-nav ul ul li {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.banner-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
}
.banner-icons img {
  width: 80px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.banner-icons img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/* Desktop + Tablet: vertical, right aligned */
@media (min-width: 769px) {
  .banner-icons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/* Mobile: horizontal */
@media (max-width: 768px) {
  .banner-icons {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.wp-block-cover.full-width-banner {
  min-height: 500px;
}

@media (max-width: 768px) {
  .wp-block-cover.full-width-banner {
    min-height: 300px !important;
  }
}
.columns_margin_bottom_0 {
  margin-bottom: 0;
}

.banner_text_1,
h2,
.banner_text_1 {
  font-size: clamp(30px, 2.2vw, 50px);
  padding-top: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.banner_text_2 {
  padding-top: 30px;
  padding-left: 20px;
  font-size: clamp(26px, 2.2vw, 30px);
  max-width: 40ch;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .banner_text_1 {
    padding-top: 50px;
  }
  .banner_text_2 {
    padding-top: 60px;
    padding-left: 50px;
  }
}
.text-justify,
.text-justify p {
  text-align: justify !important;
}

p:empty {
  display: none;
}

h1 {
  margin-top: 60px;
}

a img {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

a img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.cover_row_middle {
  height: 30vw;
}

.div_our_team h3 {
  margin-bottom: 0;
  margin-top: 20px;
}

#audioBar {
  height: 40px;
  cursor: pointer;
  z-index: 10;
}

#audioBar:hover {
  background-color: #6a7690;
}

.bluacs_ces_button a img {
  opacity: 0.5;
}

.bluacs_ces_button a:hover img {
  opacity: 1;
}

.websm_vtabs .wp-block-easy-tabs-block-tab-button {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.websm_vtabs .etb-active-tab h2::after {
  content: " ";
  background-color: var(--contrast);
  width: calc(100% - 170px);
  height: 1px;
  margin: 15px 0 6px 10px;
  float: right;
}

.websm_vtabs .wp-block-easy-tabs-block-tab-button:hover h2 {
  color: black;
}

.addline::after {
  content: " ";
  background-color: var(--bar-color-1);
  width: calc(100% - 280px);
  height: 1px;
  margin: 15px 0 6px 10px;
  float: right;
}

.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=number],
textarea,
select {
  color: white;
  background-color: var(--bar-color-1);
  border-color: var(--bar-color-1);
  font-size: 20px !important;
}

.gform_wrapper.gravity-theme .gform_footer input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  color: var(--bar-color-1);
}

.gform_wrapper.gravity-theme .gform_footer input:hover {
  background-color: var(--bar-color-1);
  color: white;
}

.gform_confirmation_message {
  text-align: center;
  border: 1px solid #8cce8c;
  padding: 20px;
  background-color: rgba(140, 206, 140, 0.3764705882);
}

.wp-block-image figcaption {
  font-size: 20px;
}

.site-footer {
  font-size: 18px;
}
.site-footer .copyright-bar {
  opacity: 0.5;
}

@media (max-width: 767px) {
  .footer-widgets {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .inside-footer-widgets {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .inside-footer-widgets > div.footer-widget-1 {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
  .inside-footer-widgets > div.footer-widget-2 {
    padding-top: 25px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
  .inside-footer-widgets > div.footer-widget-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .footer_logo img {
    width: 200px;
  }
}
@media (min-width: 992px) {
  .inside-footer-widgets {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .inside-footer-widgets > div.footer-widget-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 200px;
            flex: 1 1 200px;
  }
  .inside-footer-widgets > div.footer-widget-2 {
    padding-top: 25px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 270px;
            flex: 1 1 270px;
  }
  .inside-footer-widgets > div.footer-widget-3 {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.widget .secondary-navigation .main-nav ul li a {
  font-size: 17px;
  font-weight: 300;
  padding-left: 1px;
  padding-right: 15px;
}
.widget .secondary-navigation .menu-item-has-children .dropdown-menu-toggle {
  padding-right: 10px;
  padding-left: 5px;
}
.widget .secondary-navigation ul li ul {
  margin-left: 0;
  margin-top: 0 !important;
  bottom: 100%;
}
.widget .secondary-navigation ul li ul li {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.widget .secondary-navigation .main-nav ul ul li a {
  font-size: 16px;
  padding-left: 16px;
}
.widget .secondary-navigation .menu-item-has-children .dropdown-menu-toggle .gp-icon svg {
  top: 0;
}

h2.footer_2_h2_line {
  padding-top: 3px;
}

#menu-main-menu-1 {
  margin-top: 8px;
}

.home-cover {
  position: relative;
}

/* Button inside cover */
.home-menu-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 10000;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.home-menu-toggle:hover,
.home-menu-toggle:focus {
  background: none;
}

/* Fade away when menu is open */
.home-menu-toggle.is-open {
  opacity: 0;
  pointer-events: none;
}

/* Bars */
.home-menu-toggle span {
  display: block;
  height: 5px;
  width: 80px;
  margin: 6px 0;
  background: #fff;
  border-radius: 2px;
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease, -webkit-transform 0.35s ease;
}

/* ===== Hover → LEFT ARROW (<) ===== */
.home-menu-toggle:hover span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-6px, 0);
          transform: rotate(-45deg) translate(-6px, 0);
  width: 40px;
}

.home-menu-toggle:hover span:nth-child(2) {
  opacity: 0;
}

.home-menu-toggle:hover span:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-6px, 0);
          transform: rotate(45deg) translate(-6px, 0);
  width: 40px;
}

/* Overlay */
.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}

.slide-menu {
  position: fixed;
  top: 100px;
  right: 0;
  height: 100vh;
  background: none;
  z-index: 9999;
  overflow-y: auto;
}

@media (min-width: 1024px) {
  .slide-menu {
    width: 300px;
    height: 30wv;
  }
}
/* slide menu styles */
/* Remove bullets from the menu */
.slide-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.slide-menu-list li ul {
  list-style: none;
}

/* Menu links style */
.slide-menu-list li a {
  display: block;
  color: #fff; /* white text */
  text-decoration: none; /* remove underline */
  padding: 7px 24px; /* spacing */
  font-size: 1.1rem; /* adjust as needed */
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

/* Hover / focus */
.slide-menu-list li a:hover,
.slide-menu-list li a:focus {
  color: #ccccff; /* blue on hover */
  border-bottom: solid #ccccff 1px;
}

/* Menu items stagger animation */
.slide-menu-list li {
  opacity: 0;
  -webkit-transform: translateX(24px);
          transform: translateX(24px);
  -webkit-animation: menuItemIn 0.45s ease forwards;
          animation: menuItemIn 0.45s ease forwards;
}

.slide-menu-list li:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.slide-menu-list li:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.slide-menu-list li:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.slide-menu-list li:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.slide-menu-list li:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes menuItemIn {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes menuItemIn {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}