/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* 
.e-con > .e-con-inner {
  padding-left: 30px;
  padding-right: 30px;
}
.page-header .entry-title,
.site-footer .footer-inner,
.site-footer:not(.dynamic-footer),
.site-header .header-inner,
.site-header:not(.dynamic-header),
body:not([class*="elementor-page-"]) .site-main,
.e-con > .e-con-inner {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 1200px) {
  .page-header .entry-title,
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  body:not([class*="elementor-page-"]) .site-main,
  .e-con > .e-con-inner {
    max-width: 100%;
  }
  .e-con-boxed.e-flex {
    padding-left: 0px;
    padding-right: 0px;
  }
} */

.site-header .header-inner {
  padding-left: 0px;
  padding-right: 0px;
}

.page-content,
.swiper-slide-inner {
  max-width: 1200px;
  padding: 0 30px !important;
  margin: 0 auto;
}

.sticky-custom,
.ehf-header #masthead {
  position: sticky;
  top: 0;
  z-index: 9999;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.07);
  background-color: #fff;
}

.swiper-pagination {
  padding: 0 30px !important;
  max-width: 1200px;
  text-align: left;
  margin: 0 auto !important;
  position: relative;
  bottom: 50px !important;
}

.vdo-slide .swiper-pagination {
  text-align: center;
  bottom: -50px !important;
}

.vdo-slide .swiper {
  padding-bottom: 80px !important;
}

.elementor-button.elementor-slide-button.elementor-size-sm:after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  margin-left: 7px;
}

/* .shape-custom {
  clip-path: polygon(
    0 0,
    80% 0%,
    100% 20%,
    100% 80%,
    100% 100%,
    0 100%,
    0% 80%,
    0% 20%
  );
  border-radius: 25px;
  padding-bottom: 35px;
} */

.shape-custom:hover h3,
.shape-custom:hover p {
  color: #fff !important;
  transition: all 0.5s ease;
}
.shape-custom img {
  transition-duration: 0s !important;
}
.shape-custom:hover img {
  filter: brightness(100);
  transition-duration: 0s !important;
}

.grid-2 ul.elementor-icon-list-items.elementor-inline-items {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  row-gap: 10px;
}

.grid-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.grid-box h2 {
  font-family: var(--e-global-typography-89d4c50-font-family), Sans-serif;
  font-size: var(--e-global-typography-89d4c50-font-size);
  font-weight: var(--e-global-typography-89d4c50-font-weight);
  line-height: var(--e-global-typography-89d4c50-line-height);
  padding: 0 20px;
  color: rgba(2, 0, 61, 1);
}

form#sc-section input[type="text"] {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  border-radius: 20px;
  border-color: rgba(0, 84, 166, 1);
  color: rgba(2, 0, 61, 1);
}
form#sc-section input::placeholder {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  color: rgba(2, 0, 61, 1);
}
textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
  color: #9193aa;
}
.search-input-wrapper {
  position: relative;
  width: 50%;
  display: inline-block;
}

.search-input-wrapper svg {
  /* content: "\f002";
  font-family: FontAwesome; */
  position: absolute;
  top: 8px;
  right: 15px;
}

.news-filter-form {
  margin-bottom: 50px;
}

button.search-submit-btn,
input.wpcf7-form-control.wpcf7-submit.has-spinner,
#toggleButton {
  margin-left: 20px;
  background-color: #0054a6;
  font-family: var(--e-global-typography-89d4c50-font-family), Sans-serif;
  font-size: 16px;
  font-weight: var(--e-global-typography-89d4c50-font-weight);
  line-height: var(--e-global-typography-89d4c50-line-height);
  fill: #ffffff;
  color: #ffffff;
  border-color: #0054a6;
  box-shadow: 0px 4px 5px 0px
    rgba(0, 83.99999999999999, 165.99999999999994, 0.55);
  border-radius: 25px 25px 25px 25px;
  padding: 12px 40px;
}
button.search-submit-btn:hover,
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover,
#toggleButton:hover {
  background-color: #fff;
  color: #0054a6;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
  text-transform: uppercase;
}

a.reset-filter {
  margin-left: 15px;
  background-color: #fff;
  font-family: var(--e-global-typography-89d4c50-font-family), Sans-serif;
  font-size: 16px;
  font-weight: var(--e-global-typography-89d4c50-font-weight);
  line-height: var(--e-global-typography-89d4c50-line-height);
  fill: #0054a6;
  color: #0054a6;
  border: 1px solid #0054a6;
  box-shadow: 0px 4px 5px 0px
    rgba(0, 83.99999999999999, 165.99999999999994, 0.55);
  border-radius: 25px 25px 25px 25px;
  padding: 12px 40px;
}

a.reset-filter:hover {
  background-color: #0054a6;
  color: #fff;
  border-color: #0054a6;
}

.news-thumbnail {
  height: 350px;
  overflow: hidden;
  border-radius: 25px;
}

.news-item:hover img {
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out; /* Smooth scaling */
  z-index: 10; /* Ensures the image stays above other content */
}

.news-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease-in-out; /* Adds smoothness even when not hovered */
}

.pagination .page-numbers {
  border-radius: 100%;
  color: rgba(2, 0, 61, 1);
  border: 1px solid rgba(0, 84, 166, 1);
  width: 50px;
  font-weight: 400;
  text-align: center;
  height: 50px;
  align-items: center;
  display: flex;
  font-size: 18px;
  justify-content: center;
}
.pagination {
  justify-content: center;
  gap: 15px;
}

.pagination span.page-numbers.current,
.pagination .page-numbers:hover {
  color: #fff !important;
  background: rgba(0, 84, 166, 1);
  border-color: rgba(0, 84, 166, 1);
  font-weight: bold;
}

.page-numbers:hover .fas {
  color: #fff !important;
}

.pagination .fas {
  color: rgba(2, 0, 61, 1);
}

#btn-scgp:hover {
  background: #fff !important;
}

#btn-scgp {
  background: linear-gradient(
    90deg,
    #02003d -30%,
    #0054a6 18.11%,
    #58db9e 103.42%
  );
  box-shadow: 1px 4px 10px rgba(31, 100, 255, 0.25);
}
header .menu-item a {
  padding: 0 !important;
  margin: 0 15px;
}
.menu-item.current-menu-item a.hfe-menu-item {
  font-weight: 700 !important;
  border-bottom: 2px solid;
}
header .fa-search:before {
  background-image: url(/wp-content/uploads/2025/04/Icon-4.svg);
  width: 20px;
  height: 20px;
  font-size: 0 !important;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/* 
.img-shape .elementor-carousel-image:before {
  border-radius: 0;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-top: 80px solid white;
  border-left: 80px solid #806e6e00;
  width: 0;
} */
.img-shape .elementor-carousel-image {
  border-radius: 25px;
}
/* 
.img-shape > .elementor-widget-container:before {
  border-radius: 0;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-top: 80px solid white;
  border-left: 80px solid #806e6e00;
  width: 0;
} */

.swiper-slide.e-loop-item.reference_case {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}

/* .swiper-slide.e-loop-item.reference_case::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: #eef3f9; 
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  border-top-right-radius: 25px;
  z-index: 1;
} */

.contact-form h2 {
  color: #02003d;
  font-family: var(--e-global-typography-ad8aa19-font-family), Sans-serif;
  font-size: 28px;
  font-weight: var(--e-global-typography-ad8aa19-font-weight);
  margin-bottom: 30px;
}
.head-form {
  font-family: var(--e-global-typography-f027991-font-family), Sans-serif;
  font-size: var(--e-global-typography-f027991-font-size);
  font-weight: var(--e-global-typography-f027991-font-weight);
  line-height: var(--e-global-typography-f027991-line-height);
  color: #02003d;
}

.contact-form h3 {
  color: rgba(0, 84, 166, 1);
  font-family: var(--e-global-typography-ad8aa19-font-family), Sans-serif;
  font-size: var(--e-global-typography-ad8aa19-font-size);
  font-weight: var(--e-global-typography-ad8aa19-font-weight);
}

.contact-form input[type="radio"] {
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  margin-right: 7px;
  accent-color: rgba(0, 84, 166, 1);
}

.contact-form .row {
  margin-bottom: 50px;
}

span.wpcf7-list-item-label,
.contact-form h4 {
  font-family: var(--e-global-typography-35de2e6-font-family), Sans-serif;
  font-size: var(--e-global-typography-35de2e6-font-size);
  font-weight: var(--e-global-typography-35de2e6-font-weight);
  line-height: var(--e-global-typography-35de2e6-line-height);
  letter-spacing: var(--e-global-typography-35de2e6-letter-spacing);
  word-spacing: var(--e-global-typography-35de2e6-word-spacing);
  color: rgba(2, 0, 61, 1);
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
textarea.wpcf7-form-control.wpcf7-textarea {
  background: #fff;
  border: none;
  border-radius: 10px;
  margin-bottom: 15px !important;
  padding-top: 12px;
  padding-bottom: 12px;
  color: rgba(2, 0, 61, 1);
}

input::placeholder {
  color: rgba(2, 0, 61, 1);
  opacity: 0.5;
}

h2.form-h-icon {
  display: inline-block;
  position: relative;
}

[type="button"]:focus,
[type="submit"]:focus,
button:focus {
  background-color: rgba(0, 84, 166, 1) !important;
}

.mb-0 p {
  margin-bottom: 0 !important;
}
ul.sub-menu ul.sub-menu {
  margin-top: 0;
}

.readmore-post {
  margin-top: 10px;
  transition: all 0.3s ease;
  transition: margin-top 0.5s ease;
}

#toggleButton {
  transition: opacity 0.5s ease;
  cursor: pointer;
}

#toggleButton.fade-out {
  opacity: 0;
}

span.hfe-breadcrumbs-home-icon {
  display: none;
}

span.wpcf7-form-control.wpcf7-radio,
span.wpcf7-form-control.wpcf7-checkbox {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
}

/* .hfe-nav-menu .sub-menu li.menu-item.current-menu-item .sub-menu a {
  color: var(--e-global-color-primary) !important;
} */

span.screen-reader-text {
  display: none !important;
}

input.search-field {
  display: none;
}

input.search-submit {
  width: 20px;
  height: 20px;
  border: none;
  font-size: 0;
  padding: 0;
  background-size: contain;
  background-image: url(/wp-content/uploads/2025/04/Icon-4.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff !important;
}

input.search-submit:focus {
  background-color: transparent !important;
}

#full-screen-search form div input {
  font-family: var(--e-global-typography-89d4c50-font-family), Sans-serif !important;
}

.widget.widget_search {
  list-style: none;
}

#full-screen-search.open form div input {
  height: 100px;
}

#full-screen-search:not(.open) form div input,
#full-screen-search:not(.open) form div {
  height: 0px !important;
  padding: 0;
}

.show-mobile {
  display: none;
}

.hfe-nav-menu .sub-arrow,
.arrow-scgp {
  font-size: 0 !important;
  width: 15px;
  background-image: url(/wp-content/uploads/2025/04/Icon-7.svg);
  height: 7px;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 20px;
}

.breadcrumbs a.archive {
  pointer-events: none;
}

.img-shape img {
  border-radius: 25px;
}
.breadcrumbs span {
  font-size: var(--e-global-typography-35de2e6-font-size);
  font-weight: var(--e-global-typography-35de2e6-font-weight);
  line-height: var(--e-global-typography-35de2e6-line-height);
  color: var(--e-global-color-primary) !important;
  text-transform: uppercase;
}

.breadcrumbs a {
  color: var(--e-global-color-primary);
}

.breadcrumbs span .current-item {
  font-weight: bold;
}

.arrow-scgp {
  height: 20px;
  display: inline-flex;
  margin: 0 15px;
  top: 5px;
  position: relative;
}

.hfe-nav-menu ul.sub-menu li.menu-item-has-children .sub-arrow,
.arrow-scgp {
  transform: rotate(-90deg);
}
.show-mobile a {
  background: linear-gradient(
    90deg,
    #02003d -30%,
    #0054a6 18.11%,
    #58db9e 103.42%
  );
  box-shadow: 1px 4px 10px rgba(31, 100, 255, 0.25);
  color: #fff !important;
  padding: 12px !important;
  text-align: center;
  border-radius: 25px;
  margin-top: 15px;
  font-weight: bold;
}
#full-screen-search.open form div input {
  background: transparent;
  border-bottom: 2px solid #0054a6;
}
button#openSearch {
  background: transparent !important;
  padding: 0;
}

#full-screen-search button.close {
  color: #0054a6 !important;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
  flex-wrap: nowrap !important;
}
nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow {
  width: 100% !important;
}

.e-transform.elementor-widget-image {
  overflow: hidden;
}

.mob-menu-header-holder.mobmenu {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.07);
}

@media (min-width: 1201px) {
}

@media (max-width: 1200px) {
  .page-content,
  .swiper-pagination {
    padding-left: 30px;
    padding-right: 30px;
  }
  .site-header .header-inner {
    max-width: none !important;
  }
  .swiper-slide-inner {
    margin-left: 0 !important ;
    margin-right: 0 !important;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1025px) and (max-width: 1300px) {
  header .menu-item a {
    margin: 0 10px !important;
    font-size: 16px !important;
  }
  header span.elementor-button-text {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  .hfe-nav-menu .sub-arrow {
    font-size: 20px;
  }
  /* .hfe-nav-menu .sub-menu {
    margin-top: 10px;
  } */

  .hfe-nav-menu .sub-menu li.menu-item a {
    height: auto;
    font-size: 16px !important;
    color: var(--e-global-color-primary);
    padding: 10px 0 !important;
  }
  .hfe-nav-menu .sub-menu li.menu-item.current-menu-item a {
    color: #fff;
  }

  ul.sub-menu .menu-item-has-children:hover {
    background-color: #fff;
  }
  ul.sub-menu .menu-item-has-children:hover a,
  ul.sub-menu .menu-item-has-children.current_page_item a {
    color: rgba(88, 219, 158, 1) !important;
  }

  ul.sub-menu .current_page_item {
    background-color: rgba(0, 84, 166, 1) !important;
  }
  ul.sub-menu .current_page_item a,
  ul.sub-menu ul.sub-menu .current_page_item a {
    color: #fff !important;
  }

  ul.sub-menu ul.sub-menu li.menu-item:hover {
    background-color: rgba(0, 84, 166, 1) !important;
  }

  ul.sub-menu ul.sub-menu li.menu-item:hover a,
  ul.sub-menu ul.sub-menu li.menu-item.current_page_item a {
    color: #fff !important;
  }
  ul.sub-menu ul.sub-menu li.menu-item a {
    color: rgba(0, 84, 166, 1) !important;
  }
}

@media (max-width: 1024px) {
  .hover-show-text .elementor-widget-image-box > .elementor-widget-container {
    height: auto !important;
  }
  .mobmenu-content li.menu-item-has-children a {
    display: flex;
    justify-content: space-between;
  }
  .mobmenu-right-panel li,
  .rightmbottom,
  .rightmtop {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .mobmenu-right-panel {
    width: 90% !important;
  }
  .show-mobile {
    display: block !important;
  }
  #full-screen-search.open form div input {
    height: 50px;
    font-size: 20px;
  }
  a.reset-filter,
  button.search-submit-btn {
    padding: 12px 30px;
  }
  .page-content {
    padding-left: 25px;
    padding-right: 25px;
  }
  .grid-box {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 992px) {
}

@media (max-width: 767px) {
  .e-transform {
    transform: none;
    transition: none;
  }
  span.wpcf7-list-item label input {
    top: 4px !important;
  }
  .hover-show-text .elementor-widget-image-box > .elementor-widget-container {
    height: auto !important;
  }
  span.wpcf7-form-control.wpcf7-radio,
  span.wpcf7-form-control.wpcf7-checkbox {
    grid-template-columns: 1fr;
  }
  section.sc1 .grid-box {
    grid-template-columns: 1fr;
  }
  button.search-submit-btn {
    margin-left: 0;
  }
  .search-input-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact-form h2 {
    font-size: 20px;
    line-height: 1.2em;
    text-align: left;
    display: grid;
    grid-template-columns: auto 1fr;
  }
  .grid-box {
    grid-template-columns: 1fr 1fr;
  }
  .grid-2 ul.elementor-icon-list-items.elementor-inline-items {
    grid-template-columns: 1fr !important;
  }
  .page-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.elementor-widget .elementor-icon-list-icon + .elementor-icon-list-text {
  align-self: start !important;
}

.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, #0054a6, #58db9e);
  background-size: 400% 400%;
  animation: gradient 10s ease infinite;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.search-overlay.active {
  display: flex;
}
.search-overlay form {
  display: flex;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.search-overlay select,
.search-overlay input {
  border: none;
  padding: 20px;
  font-size: 16px;
  outline: none;
}
.search-overlay select {
  background: none;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  width: auto;
}
.search-overlay input {
  width: 500px;
}
.search-overlay button {
  background: #66bb6a;
  border: none;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-icon-btn {
  background: none !important;
  border: none;
  cursor: pointer;
}
.close-overlay {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 50px;
  color: white;
  cursor: pointer;
}

div#searchOverlay_mobile form {
  display: grid;
  row-gap: 5px;
  width: 90%;
}
div#searchOverlay_mobile .close-overlay {
  top: 27%;
  display: none;
}
div#searchOverlay_mobile select,
div#searchOverlay_mobile input,
div#searchOverlay_mobile button {
  width: 100%;
}
div#searchOverlay_mobile button {
  padding: 20px;
}
.rightmbottom .search-icon-btn {
  padding: 0 !important;
}

.mobmenu-content .widget {
  padding-left: 0 !important;
}
div#searchOverlay_mobile {
  background: #ffffffc7;
}
.search-overlay select {
  appearance: none; /* Remove default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url('data:image/svg+xml;utf8,<svg fill="black" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>')
    no-repeat right 10px center;
  background-size: 16px;
  padding-right: 40px;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

[type="button"]:focus:not(:focus-visible),
[type="submit"]:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
  color: #fff !important;
}

.align-center .elementor-icon-list-icon + .elementor-icon-list-text {
  align-self: center !important;
}

.tafe-table thead tr:first-child th:first-child {
  border-top-left-radius: 20px;
}

.tafe-table thead tr:first-child th:last-child {
  border-top-right-radius: 20px;
}

.hover-show-text .elementor-image-box-wrapper {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.hover-show-text .elementor-image-box-content {
  position: relative;
  bottom: 0;
  color: #fff;
  width: 100%;
  padding: 20px;
}

.hover-show-text .elementor-image-box-description {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease;
  cursor: pointer; /* Optional: show pointer when hovering */
}

.hover-show-text
  .elementor-widget-image-box:hover
  .elementor-image-box-description {
  max-height: 250px; /* Adjust based on content size */
  opacity: 1;
}

.hover-show-text .elementor-widget-image-box > .elementor-widget-container {
  height: 300px;
}
.hover-show-text
  .elementor-widget-image-box:hover
  > .elementor-widget-container {
  height: auto !important;
}
span.wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
span.wpcf7-list-item label input {
  top: 8px;
  position: relative;
}
.none-cap,
.none-cap span,
.none-cap p,
.none-cap h2,
ul.sub-menu ul.sub-menu li.menu-item a {
  text-transform: none !important;
}

.elementor-widget-image a {
  width: 100%;
}
.grecaptcha-badge {
  display: none;
  opacity: 0;
  pointer-events: none;
}

