/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/
/* Parent stylesheet should be loaded from functions.php not using @import */
html, body {
  font-size: 16px;
}

.menu-footer-container #menu-footer {
  margin: 0;
}

.menu-footer-container #menu-footer .menu-item {
  list-style: none;
}

.menu-footer-container #menu-footer .menu-item a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

.gallery-slider .swiper .swiper-wrapper .swiper-slide {
  width: auto !important;
}

.animations-container .animation-button {
  cursor: pointer;
}

.animations-container .animation-button:not(.active) {
  display: none;
}

.animations-wrapper.our-fotobox .swiper-slide-image {
  max-height: 273px;
}

#site-navigation-wrap .main-navigation .dropdown-menu > li > a {
  position: relative;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  padding: 0 18px;
}

@media (max-width: 1660px) {
  #site-navigation-wrap .main-navigation .dropdown-menu > li > a {
    font-size: 18px;
  }
}
#site-navigation-wrap .dropdown-menu ul li a.menu-link {
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
}

@media (max-width: 1660px) {
  #site-navigation-wrap .dropdown-menu ul li a.menu-link {
    font-size: 16px;
    padding: 8px 16px;
  }
}
.star-effect .elementor-heading-title {
  position: relative;
  width: fit-content;
}

@keyframes pulsatingStar {
  0% {
    transform: scale(0);
  }
  90% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.star-effect .elementor-heading-title:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url("/wp-content/uploads/2025/06/animated-blitz.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 2em;
  height: 2em;
  right: -1.2em;
  bottom: calc(100% - 0.9em);
  transform: scale(0);
  animation: pulsatingStar ease-out 0.5s forwards;
}

@media (max-width: 767px) {
  .star-effect .elementor-heading-title:after {
    display: none;
  }
}
@media (max-width: 480px) {
  #site-header #site-logo #site-logo-inner a img {
    max-width: 200px;
  }
}
#site-header #site-header-inner {
  padding-left: 20px;
  padding-right: 20px;
}

.oceanwp-mobile-menu-icon a.mobile-menu .oceanwp-text, .oceanwp-mobile-menu-icon a.mobile-menu.opened .oceanwp-close-text {
  display: none;
}

.section-img img {
  aspect-ratio: 1.59;
  object-fit: cover;
  object-position: center;
}

.animations-wrapper.no-blank-spaces .swiper-slide {
  overflow: visible !important;
}

.animations-wrapper.no-blank-spaces .swiper-slide img {
  width: calc(100% + 2px) !important;
  min-width: calc(100% + 2px) !important;
  max-width: calc(100% + 2px) !important;
  margin-left: -1px !important;
  margin-right: -1px !important;
  object-fit: cover !important;
  object-position: center !important;
}

@media (max-width: 480px) {
  .animations-wrapper.no-blank-spaces .swiper-slide img {
    height: auto !important;
    min-width: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.contact-widget {
  position: fixed;
  z-index: 10;
  left: 2rem;
  bottom: 8rem;
  height: 5rem;
  width: 5rem;
}
@media screen and (max-width: 768px) {
  .contact-widget.hidden {
    display: none;
  }
}
.contact-widget.opened .widget-content {
  display: flex;
}
@media screen and (max-width: 768px) {
  .contact-widget {
    left: 1rem;
    bottom: 5rem;
    height: 4rem;
    width: 4rem;
  }
}
.contact-widget .toggle-button {
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 1rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: #E7067B;
}
@media screen and (max-width: 768px) {
  .contact-widget .toggle-button {
    padding: 0.75rem;
  }
}
.contact-widget .widget-content {
  display: none;
  position: absolute;
  bottom: calc(100% + 1rem);
  left: 0.5rem;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .contact-widget .widget-content {
    left: 0.3rem;
  }
}
.contact-widget .widget-content .item {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.contact-widget .widget-content .item:hover .img-wrapper {
  background-color: #e18e0a;
}
.contact-widget .widget-content .item:hover .title {
  background-color: #e18e0a;
}
.contact-widget .widget-content .item .img-wrapper {
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  background-color: #E7067B;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .contact-widget .widget-content .item .img-wrapper {
    height: 3.5rem;
    width: 3.5rem;
  }
}
.contact-widget .widget-content .item .img-wrapper svg {
  height: 50%;
  width: 50%;
}
.contact-widget .widget-content .item .title {
  background-color: #E7067B;
  color: white;
  padding: 0.5rem 0.8rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  text-align: center;
  min-width: 12rem;
}
@media screen and (max-width: 768px) {
  .contact-widget .widget-content .item .title {
    padding: 0.15rem 0.25rem;
  }
}

.img-text-slider .swiper-slide .swiper-slide-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.img-text-slider .swiper-slide img {
  height: auto !important;
  aspect-ratio: 1.6;
  object-fit: cover;
  object-position: center;
}
.img-text-slider .swiper-slide .elementor-image-carousel-caption {
  flex: 1;
  font-size: 0.9rem;
  padding: 0.5rem;
  padding-left: 0.5rem;
  border-top: 2px solid #E7067B;
  border-right: 1px solid #E7067B;
  border-left: 1px solid #E7067B;
  border-bottom: 2px solid #E7067B;
}
.img-text-slider .swiper-pagination {
  display: none;
  bottom: -35px !important;
}
@media screen and (max-width: 768px) {
  .img-text-slider .swiper-pagination {
    display: block;
  }
}

.equal-images .swiper-slide img {
  aspect-ratio: 1.5;
  object-fit: cover;
  object-position: center;
}