/* Base styles */
body {
  font-family: Verdana, Geneva, Tahoma, sans-serif !important;
  font-size: 16px !important;
}

.content-area p a {
  color: #0000EE !important;
}

.content-area p a:visited {
  color: #663399 !important;
}

/* Hide preloader */
#preloader-background {
  display: none !important;
}

/* Global link styles */
a:hover {
  text-decoration: underline;
}

/* Content layout */
#content {
  margin: 5rem 0;
}

.content-area {
  font-size: 1.75rem;
}

/* Flash breadcrumbs */
#flash-breadcrumbs {
  padding: 1rem 0;
}

/* Breadcrumb styling */
.breadcrumb-trail.breadcrumbs .trail-items li span,
.breadcrumb-trail.breadcrumbs .trail-items li span:before {
  font-size: 1.5rem !important;
  color: #4c4c4c !important;
}

.breadcrumb-trail.breadcrumbs .trail-items li span:before {
  left: -0.25rem !important;
}

/* Button styles */
.post-edit-link,
.wp-element-button,
.btn-primary {
  font-size: 1.5rem !important;
  border-radius: 5px!important;
  background-color: #1a7680!important;
  padding: 0.625rem;
  border: unset!important;
  font-weight: 600;
  transition: all 0.5s ease-in-out;
  color: white !important;
  display: inline-block;
}

.post-edit-link:hover,
.wp-element-button:hover,
.btn-primary:hover {
  transform: scale(1.1);
  box-shadow: unset!important;
}

button[type="submit"] {
  margin-bottom: unset !important;
}

/* Logo section */
.logo {
  align-items: center;
  justify-content: center;
  display: flex;
}

.logo .logo-image {
  padding: unset;
}

.logo .logo-text {
  padding: unset;
}

.logo-image a {
  height: 15rem;
  width: 15rem;
}

img.custom-logo {
  max-height: 15rem;
  max-width: 15rem;
}

.logo-text .site-title {
  font-size: 4.5rem !important;
  font-weight: 800 !important;
  line-height: unset !important;
}

.logo-text .site-title a {
  color: #000080;
  text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
}

/* Navigation styles */
.site-navigation-wrapper {
  background: rgba(255, 255, 255, 0.85);
  padding: 0.5rem 2rem;
  border-radius: 20px;
}

#site-navigation #primary-menu > li {
  padding: 20px 18px 20px 0 !important;
}

#site-navigation ul li a {
  font-size: 1.75rem !important;
}

#site-navigation ul li.current-menu-ancestor .sub-toggle,
#site-navigation ul li.current-menu-item .sub-toggle {
  color: #30afb8;
}

/* Header bottom section */
.header-bottom {
  background: #fff;
  height: 32rem;
  background-image: url(/wp-content/uploads/2025/08/1000036893-scaled.jpg) !important;
  background-size: cover !important;
  background-position-y: 125rem !important;
}

.header-bottom .tg-container {
  flex-direction: column;
  justify-content: center;
  max-width: 100%;
  height: 100%;
  flex-wrap: nowrap !important;
}

.header-bottom .site-navigation-wrapper {
  -webkit-box-flex: unset !important;
  -ms-flex: unset !important;
  flex: unset !important;
}

.header-bottom a:hover {
  text-decoration: none;
}

.header-bottom .search-wrap {
  display: none !important;
}

/* Widget area */
.widget-area h3 {
  font-size: 1.75rem !important;
}

.widget-area p {
    margin: unset!important;
}

/* Media text block */
.wp-block-media-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 4rem;
}

.wp-block-media-text img {
  max-height: 9rem;
  width: auto;
}

section#media_image-3 {
  margin: 0 auto;
  width: 75%;
}

/* Footer styles */
#bottom-footer {
  display: flex !important;
  background-color: #1a7680 !important;
}

#bottom-footer .tg-container {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.5rem;
}

#bottom-footer .footer-menu {
  list-style: none;
  float: unset !important;
  display: flex !important;
  justify-content: center !important;
  margin: 0 auto !important;
}

@media (max-width: 600px) {
  #bottom-footer .footer-menu {
    flex-direction: column !important;
  }
}

#bottom-footer a {
  color: white !important;
  border-bottom: 1px solid transparent;
  transition: all 0.5s;
}

#bottom-footer a:hover {
  color: white !important;
  border-color: white;
  text-decoration: none;
}

.footer-menu li a {
  font-size: 1.5rem !important;
}

/* Mobile styles (max-width: 980px) */
@media (max-width: 980px) {
  .header-bottom {
    background-position: unset !important;
    height: 38rem;
  }

  .site-navigation-wrapper {
    padding: 1rem 1.75rem !important;
  }

  .logo-text .site-title {
    font-size: 3rem !important;
  }

  .logo {
    flex-direction: column;
    padding: 0 0 20px 0 !important;
  }

  #site-navigation,
  .center-logo-below-menu #site-navigation {
    padding: unset !important;
  }

  #site-navigation ul li.menu-item-has-children .sub-toggle {
    top: 30px !important;
  }

  #site-navigation ul.sub-menu {
    border-top: none !important;
  }
}

/* Desktop styles (min-width: 1205px) */
@media (min-width: 1205px) {
  .site-navigation-wrapper:not(.sub-menu) {
    padding: 0.5rem 5rem !important;
  }

  #site-navigation #primary-menu > li {
    padding: 23px 30px 23px 0 !important;
  }
}

/* Large desktop styles (min-width: 1430px) */
@media (min-width: 1430px) {
  .header-bottom {
    background-size: unset !important;
  }
}

/* Extra large desktop styles (min-width: 2550px) */
@media (min-width: 2550px) {
  .header-bottom {
    background-size: cover !important;
  }
}