header .submenu span a {
  display: flex;
  align-items: center;
}
header .submenu span a::after {
  content: "";
  background-image: url(../img/down.svg);
  background-size: 100% 100%;
  width: 9px;
  height: 6px;
  display: inline-block;
  margin-left: 5px;
  transition: all 0.4s ease;
}

header .submenu span a:hover::after {
  background-image: url(../img/up.svg);
}

.elementor-location-popup .elementor-widget-theme-site-logo {
  margin-bottom: 40px !important;
}
.elementor-location-popup .elementor-widget-nav-menu nav ul li a {
  padding-left: 40px;
  padding-right: 21px;
  position: relative;
  display: flex;
  align-items: center;
}
.elementor-location-popup .elementor-widget-nav-menu nav ul li a:hover {
  padding-left: 40px;
  padding-right: 21px;
}
.elementor-location-popup .elementor-widget-nav-menu nav ul li a:hover::after {
  content: "";
  background-color: transparent !important;
  background-image: url(../img/m-right.svg);
  background-size: 100% 100%;
  width: 21px;
  height: 8px;
  margin-left: 5px;
  transition: all 0.4s ease;
  position: absolute;
  right: -21px;
}

nav.elementor-nav-menu--dropdown a.has-submenu::after {
  content: "";
  background-color: transparent !important;
  background-image: url(../img/m-right.svg);
  background-size: 100% 100%;
  width: 21px;
  height: 8px;
  opacity: 1 !important;
  position: inherit;
}
nav.elementor-nav-menu--dropdown a.has-submenu:hover::after {
  position: inherit !important;
}

body.error404 .custom-link a {
  background-color: #C8DE47;
}
body.error404 .custom-link a:hover {
  background-color: #fff;
}

.custom-link a {
  padding: 0.25rem 0.75rem;
  border-radius: 25px;
  transition: all 0.4s ease;
}
.custom-link a:hover {
  background-color: #C8DE47;
}
.custom-link a::after {
  content: "";
  background-color: transparent !important;
  background-image: url(../img/right.svg);
  background-size: 100% 100%;
  width: 14px;
  height: 8px;
  margin-left: 5px;
  display: inline-block;
}

.breadcrumb_last {
  text-decoration: underline;
}

.gform_heading {
  display: none !important;
}

form .gform-body input:not([type=checkbox]), form .gform-body textarea {
  border: none !important;
  border-bottom: 1px solid #000 !important;
  border-radius: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
form .gform-body input[type=checkbox] {
  border-radius: 0 !important;
  border: 1px solid #000 !important;
  background-color: transparent !important;
}
form .gform-body textarea {
  min-block-size: 10rem !important;
}
form .gform-body a {
  color: #000;
  text-decoration: underline;
}
form .gform-body label .gfield_required {
  display: none !important;
}
form input[type=submit] {
  background-color: transparent !important;
  color: #000 !important;
  border: 1px solid #000 !important;
  border-radius: 0 !important;
  transition: all 0.4s ease;
}
form input[type=submit]:hover {
  background-color: #C8DE47 !important;
}

@keyframes bounce {
  0%, 100% {
    transform: rotate(-90deg) translateX(0);
  }
  50% {
    transform: rotate(-90deg) translateX(-10px);
  }
}
.hero .scroll span {
  transform: rotate(-90deg);
  display: inline-block;
  animation: bounce 4s ease-in-out infinite;
  margin-bottom: 30px;
}

#grid figure.wp-caption {
  position: relative;
}
#grid figure.wp-caption figcaption {
  position: absolute;
  bottom: 10px;
  left: 30px;
  font-size: 16px;
  font-style: normal;
}
@media (min-width: 768px) {
  #grid figure.wp-caption figcaption {
    left: 10px;
  }
}

footer nav ul {
  display: flex !important;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  footer nav ul {
    display: block !important;
  }
}
footer nav ul li a {
  color: #000;
  text-decoration: underline;
}
footer nav a {
  padding: 5px 0 !important;
}

.portfolio-category-section {
  margin-bottom: 40px;
}

.portfolio-category-title {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-weight: 400;
}

.portfolio-items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.portfolio-item {
  position: relative;
  overflow: hidden;
}

.portfolio-image-link {
  display: block;
  position: relative;
  text-decoration: none;
}
.portfolio-image-link img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.portfolio-image-link:hover .portfolio-overlay {
  opacity: 1;
}
.portfolio-image-link:hover img {
  transform: scale(1.05);
}

.portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.portfolio-title {
  color: white;
  margin: 0;
  padding: 15px;
  text-align: left;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}

body.page-id-1059 a {
  color: #000;
}
body.page-id-1059 a:hover {
  text-decoration: underline;
}

.square img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

.back-to-top-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: transparent;
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 0;
}
.back-to-top-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}
.back-to-top-btn:hover svg circle {
  fill: #C8DE47;
}
.back-to-top-btn.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top-btn svg {
  width: 50px;
  height: 50px;
}
@media (max-width: 768px) {
  .back-to-top-btn {
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
  }
  .back-to-top-btn svg {
    width: 45px;
    height: 45px;
  }
}/*# sourceMappingURL=custom.css.map */