/* Professional Cleaner — ajustes visuales y de comportamiento de la home. */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Modern+Antiqua&display=swap");

:root {
  /* Accent color used across buttons, dots, logo plate, blobs. Change this one value. */
  --brand-yellow: #ffd600;
  --brand-blue: #01539f;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

/* ---- Fondos locales ---- */
.rs-slider.slide-home-style2 {
  background: #f4f9ff;
  overflow: hidden;
}

.rs-slider.slide-home-style2::before,
.rs-slider.slide-home-style2::after {
  content: "";
  position: absolute;
  background: var(--brand-yellow, #ffd600);
  z-index: 0;
  pointer-events: none;
  will-change: transform, border-radius;
}

.rs-slider.slide-home-style2::before {
  left: -90px;
  bottom: 70px;
  width: 280px;
  height: 210px;
  border-radius: 70% 50% 60% 40%;
  animation: hero-bubble 8s ease-in-out infinite;
}

.rs-slider.slide-home-style2::after {
  left: 150px;
  bottom: 300px;
  width: 120px;
  height: 92px;
  border-radius: 55% 70% 45% 60%;
  animation: hero-bubble 10s ease-in-out infinite reverse;
  animation-delay: -2.4s;
}

.rs-slider.slide-home-style2 > .hero-bubble {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  background: var(--brand-blue, #01539f);
  will-change: transform, border-radius;
}

.rs-slider.slide-home-style2 > .hero-bubble--lg {
  right: -90px;
  top: -50px;
  width: 280px;
  height: 210px;
  border-radius: 40% 70% 50% 60%;
  animation: hero-bubble 8s ease-in-out infinite reverse;
}

.rs-slider.slide-home-style2 > .hero-bubble--sm {
  right: 150px;
  top: 200px;
  width: 120px;
  height: 92px;
  border-radius: 60% 45% 70% 55%;
  animation: hero-bubble 10s ease-in-out infinite;
  animation-delay: -2.4s;
}

@keyframes hero-bubble {
  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
    border-radius: 70% 50% 60% 40%;
  }
  25% {
    transform: translate(12px, -18px) rotate(4deg);
    border-radius: 50% 65% 45% 70%;
  }
  50% {
    transform: translate(4px, -8px) rotate(-3deg);
    border-radius: 60% 40% 70% 50%;
  }
  75% {
    transform: translate(-10px, -22px) rotate(2deg);
    border-radius: 45% 70% 55% 60%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rs-slider.slide-home-style2::before,
  .rs-slider.slide-home-style2::after,
  .rs-slider.slide-home-style2 > .hero-bubble,
  .brand-logo-band::before,
  .brand-logo-band::after,
  .brand-logo-band > .hero-bubble {
    animation: none;
  }
}

.brand-logo-band {
  display: none;
}

.brand-logo-band a {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.brand-logo-band img {
  display: block;
  width: auto;
  max-width: 280px;
  height: auto;
}

.rs-slider.slide-home-style2 .container {
  position: relative;
  z-index: 1;
}

.rs-slider.slide-home-style2 .content-wrap {
  padding: 140px 0 120px;
}

.rs-slider.slide-home-style2 .slide-img {
  margin-right: 0 !important;
  margin-left: 0;
  max-width: 680px;
}

.rs-slider.slide-home-style2 .rs-carousel {
  max-width: 680px;
  padding-bottom: 36px;
}

.rs-slider.slide-home-style2 .rs-carousel .owl-dots {
  position: absolute;
  right: 0;
  left: auto;
  bottom: 8px;
  margin-top: 0;
  width: auto;
  z-index: 2;
}

.rs-slider.slide-home-style2 .slide-img .slider-item .images-part {
  position: relative;
  max-width: 680px;
  aspect-ratio: 681 / 601;
  overflow: hidden;
  background: #e8eef5;
}

.rs-slider.slide-home-style2 .slide-caption {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
  color: #fff;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.rs-slider.slide-home-style2 .slide-caption::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.4;
  z-index: -1;
}

.rs-slider.slide-home-style2 .slide-img .slider-item .images-part img {
  width: 100%;
  height: 100%;
  max-width: none !important;
  object-fit: cover;
  object-position: center;
}

.rs-slider.slide-home-style2 .content-wrap .brush-content {
  display: flex;
  align-items: center;
}

.rs-slider.slide-home-style2 .content-wrap .brush-content img {
  display: block;
  width: 36px;
  height: 36px;
  padding-right: 0;
  margin-left: 12px;
  margin-right: 0;
  flex-shrink: 0;
  border-radius: 50%;
  object-fit: cover;
}

.rs-slider.slide-home-style2 .content-wrap .brush-content .sub-text {
  text-transform: none !important;
  font-size: 16px;
  line-height: 36px;
  display: block;
  margin: 0;
}

.rs-slider.slide-home-style2 .content-wrap .title {
  font-size: 42px !important;
  line-height: 1.25 !important;
  font-weight: 700;
  margin-bottom: 22px;
}

.rs-slider.slide-home-style2 .hero-coverage {
  margin: 0;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 600;
  color: #01539f;
}

.rs-slider.slide-home-style2 .hero-coverage strong {
  font-weight: 800;
}

.rs-slider.slide-home-style2 .hero-coverage span {
  display: inline-block;
  margin-top: 6px;
  font-size: 23px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #0a0a0a;
}

@media (max-width: 991px) {
  .rs-slider.slide-home-style2 {
    background: #fff;
  }

  .rs-slider.slide-home-style2::before,
  .rs-slider.slide-home-style2::after {
    content: none;
    animation: none;
  }

  .rs-slider.slide-home-style2 > .hero-bubble {
    display: none;
  }

  .brand-logo-band::before,
  .brand-logo-band::after,
  .brand-logo-band > .hero-bubble {
    content: "";
    position: absolute;
    z-index: 0;
    pointer-events: none;
    will-change: transform, border-radius;
  }

  .brand-logo-band::before,
  .brand-logo-band::after {
    background: var(--brand-yellow, #ffd600);
  }

  .brand-logo-band > .hero-bubble {
    background: var(--brand-blue, #01539f);
  }

  .brand-logo-band::before {
    left: -40px;
    top: 45px;
    width: 150px;
    height: 112px;
    border-radius: 70% 50% 60% 40%;
    animation: hero-bubble 8s ease-in-out infinite;
  }

  .brand-logo-band::after {
    left: 95px;
    top: 0;
    width: 68px;
    height: 52px;
    border-radius: 55% 70% 45% 60%;
    animation: hero-bubble 10s ease-in-out infinite reverse;
    animation-delay: -2.4s;
  }

  .brand-logo-band > .hero-bubble--lg {
    right: -40px;
    bottom: 45px;
    width: 110px;
    height: 82px;
    border-radius: 40% 70% 50% 60%;
    animation: hero-bubble 8s ease-in-out infinite reverse;
  }

  .brand-logo-band > .hero-bubble--sm {
    display: none;
  }

  .brand-logo-band {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    background: #fff;
    min-height: 168px;
    padding: 72px 16px 16px;
  }

  .brand-logo-band > a img {
    max-width: 300px;
  }

  .brand-logo-tagline {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    margin-top: 6px;
  }

  .brand-logo-tagline .sub-text {
    text-transform: none;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 600;
    color: #01539f;
  }

  .brand-logo-tagline img {
    width: 28px;
    height: 28px;
    margin-left: 8px;
    border-radius: 50%;
    object-fit: cover;
  }

  .rs-slider.slide-home-style2 .content-wrap .brush-content {
    display: none;
  }

  .rs-slider.slide-home-style2 .row {
    display: flex;
    flex-direction: column;
  }

  .rs-slider.slide-home-style2 .col-lg-5 {
    order: 2;
  }

  .rs-slider.slide-home-style2 .col-lg-7 {
    order: 1;
  }

  .rs-slider.slide-home-style2 .content-wrap {
    padding: 20px 0 30px;
  }

  .rs-slider.slide-home-style2 .slide-caption {
    font-size: 35px;
    padding: 16px;
  }

  .rs-slider.slide-home-style2 .content-wrap .title {
    font-size: 32px !important;
  }

  .rs-slider.slide-home-style2 .hero-coverage {
    font-size: 16px;
    max-width: none;
  }
}

.rs-about.style2 .about-images > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 531 / 578;
  object-fit: cover;
  object-position: center 18%;
  border-radius: 24px 24px 0 0;
}

.rs-about.style2 .about-images::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 36px;
  width: 132px;
  height: 118px;
  background: var(--brand-yellow, #ffd600);
  z-index: 1;
  pointer-events: none;
}

.rs-about.style2 .about-images .about-animation .animation.cleaning-img img {
  width: 200px;
  height: 200px;
  max-width: 200px;
  object-fit: cover;
  object-position: center 40%;
  border-radius: 50%;
  border: 10px solid #fff;
  box-shadow: 0 10px 28px rgba(10, 10, 10, 0.14);
}

.rs-choose.choose-style2 .video-img {
  background-image: url("../img/bg/why-choose-poster.jpg");
  background-position: center 40%;
}

.rs-counter.counter-style .rs-counter-list .counter-text {
  padding-left: 0;
  text-align: center;
}

@media (min-width: 992px) {
  .rs-counter.counter-style .counters-pair {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    column-gap: 56px;
  }

  .rs-counter.counter-style .counters-pair > [class*="col-"] {
    width: auto;
    flex: 0 0 auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
}

.rs-choose.choose-style2 .choose-main-part .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 16px;
  align-items: stretch;
}

.rs-choose.choose-style2 .choose-main-part .row > [class*="col-"] {
  width: 100%;
  max-width: none;
  flex: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.rs-choose.choose-style2 .choose-main-part .services-part {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 0;
}

.rs-choose.choose-style2 .choose-main-part .services-part .services-txt {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.rs-choose.choose-style2 .choose-main-part .services-part .services-txt .title {
  margin: 0 0 8px;
}

.rs-choose.choose-style2 .choose-main-part .services-part .services-txt .description {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  color: #333;
  flex: 1;
}

@media (max-width: 991px) {
  .rs-choose.choose-style2 .choose-main-part > .row {
    display: none;
  }
}

.rs-videos .animate-border .popup-border {
  border: 0;
  padding: 0;
  cursor: pointer;
  appearance: none;
}

.why-choose-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.why-choose-lightbox[hidden] {
  display: none;
}

.why-choose-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 10, 0.82);
}

.why-choose-lightbox__dialog {
  position: relative;
  z-index: 1;
  width: min(420px, calc(100vw - 48px));
}

.why-choose-lightbox__player {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 720 / 1290;
  max-height: 90vh;
  object-fit: contain;
  background: #000;
  border-radius: 8px;
}

.why-choose-lightbox__close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: var(--brand-yellow, #ffd600);
  color: #01539f;
  font-size: 18px;
  line-height: 40px;
  cursor: pointer;
  z-index: 2;
}

body.why-choose-lightbox-open {
  overflow: hidden;
}

body.why-choose-lightbox-open .whatsapp-float,
body.why-choose-lightbox-open #scrollUp {
  display: none !important;
}

#services.rs-services.services-style2 .owl-stage {
  display: flex;
  align-items: stretch;
}

#services.rs-services.services-style2 .owl-item {
  display: flex;
}

#services.rs-services.services-style2 .owl-item .services-slider {
  display: flex;
  width: 100%;
  height: 100%;
}

.rs-services.services-style2 .services-slider .services-item {
  min-height: 500px !important;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.rs-services.services-style2 .services-slider .services-item .services-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.rs-services.services-style2 .services-slider .services-item .services-content .title {
  min-height: 64px;
}

.rs-services.services-style2 .services-slider .services-item .services-content .description {
  flex: 1;
}

.rs-services.services-style2 .services-slider .services-item .services-content .services-btn {
  margin-top: auto;
}

#services.rs-services.services-style2 .services-slider .services-item .services-img a img,
#services.rs-services.services-style2 .services-slider .services-item:hover .services-img a img,
#services.rs-services.services-style2 .owl-item.center .services-slider .services-item .services-img a img {
  left: 0;
}

#services.rs-services.services-style2 .services-btn a i,
#services.rs-services.services-style2 .services-btn a:hover i {
  transform: none !important;
}

@media (max-width: 767px) {
  .rs-services.services-style2 .services-slider .services-item {
    min-height: 430px !important;
  }
}

#services.rs-services.services-style2 .rs-carousel {
  position: relative;
  padding: 0 58px;
}

#services.rs-services.services-style2 .owl-nav {
  display: block !important;
}

#services.rs-services.services-style2 .owl-nav .owl-prev,
#services.rs-services.services-style2 .owl-nav .owl-next {
  visibility: visible !important;
  opacity: 1 !important;
  left: 0;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

#services.rs-services.services-style2 .owl-nav .owl-next,
#services.rs-services.services-style2:hover .owl-nav .owl-next {
  right: 0;
  left: auto !important;
}

#services.rs-services.services-style2:hover .owl-nav .owl-prev {
  left: 0;
}

#services.rs-services.services-style2 .owl-nav .owl-prev i:before,
#services.rs-services.services-style2 .owl-nav .owl-next i:before {
  font-family: FontAwesome !important;
  content: "\f060";
  font-size: 20px;
  top: 0;
}

#services.rs-services.services-style2 .owl-nav .owl-next i:before {
  content: "\f061";
}

@media (max-width: 767px) {
  #services.rs-services.services-style2 .container.custom {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  #services.rs-services.services-style2 .sec-title2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  #services.rs-services.services-style2 .rs-carousel {
    padding: 0;
    width: 100%;
  }

  #services.rs-services.services-style2 .owl-nav .owl-prev {
    left: 10px;
  }

  #services.rs-services.services-style2 .owl-nav .owl-next,
  #services.rs-services.services-style2:hover .owl-nav .owl-next {
    right: 10px;
    left: auto !important;
  }

  #services.rs-services.services-style2 .services-slider .services-item {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    padding-left: 72px;
    padding-right: 72px;
  }
}

.rs-services.services-style3 .images-bg {
  background-image: url("../img/bg/cortiexpress-poster.jpg");
  background-position: center 58%;
  position: relative;
}

.rs-services.services-style3 .images-bg .rs-videos {
  position: absolute;
  inset: 0;
}

.rs-services.services-style3 .images-bg .rs-videos .animate-border .popup-border {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.bg16 {
  background-color: #fff;
  background-image: none;
}

.rs-footer.footer-style1,
.rs-footer.footer-style1.footer-main-home {
  background-color: #01539f;
  background-image: none;
  position: relative;
  overflow: hidden;
}

.offwrap {
  cursor: pointer;
}

.rs-footer.footer-style1 .footer-map {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 380px;
  background: #0b2d52;
}

.rs-footer.footer-style1 .footer-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.rs-footer.footer-style1 .footer-body {
  position: relative;
  z-index: 1;
}

.rs-footer.footer-style1 .footer-body::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 42%;
  height: 100%;
  background: #fff;
  clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
  z-index: 0;
}

.rs-footer.footer-style1 .footer-body::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 44%;
  height: 100%;
  background: var(--brand-yellow, #ffd600);
  clip-path: polygon(16% 0, 26% 0, 6% 100%, 0 100%);
  z-index: 0;
  pointer-events: none;
}

.rs-footer.footer-style1 .footer-top,
.rs-footer.footer-style1 .footer-bottom {
  position: relative;
  z-index: 1;
}

.rs-footer.footer-style1 .footer-bottom {
  background: #01539f;
}

.rs-footer.footer-style1 .footer-bottom .copyright p,
.rs-footer.footer-style1.footer-main-home .footer-bottom .copyright p {
  color: #fff !important;
}

.rs-footer.footer-style1 .footer-bottom .copy-right-menu li a {
  color: #fff !important;
}

.rs-footer.footer-style1 .footer-contacts .address-widget {
  margin-bottom: 22px;
}

.rs-footer.footer-style1 .footer-top .footer-social li a i {
  font-size: 28px;
  line-height: 1;
}

@media (min-width: 992px) {
  .rs-footer.footer-style1 .footer-contacts .footer-title.black-title,
  .rs-footer.footer-style1 .footer-contacts .address-widget li i,
  .rs-footer.footer-style1 .footer-contacts .address-widget li .desc,
  .rs-footer.footer-style1 .footer-contacts .address-widget li .desc a,
  .rs-footer.footer-style1 .footer-top .footer-social li a i {
    color: #0a0a0a !important;
  }

  .rs-footer.footer-style1 .footer-contacts .address-widget li .desc a:hover,
  .rs-footer.footer-style1 .footer-top .footer-social li a i:hover {
    color: #01539f !important;
  }
}

@media (max-width: 1366px) {
  .rs-footer.footer-style1,
  .rs-footer.footer-style1.footer-main-home {
    background: #01539f !important;
  }
}

@media (max-width: 991px) {
  .rs-footer.footer-style1 {
    background-image: none !important;
    background-color: #01539f !important;
  }

  .rs-footer.footer-style1::before,
  .rs-footer.footer-style1::after,
  .rs-footer.footer-style1 .footer-body::before,
  .rs-footer.footer-style1 .footer-body::after {
    display: none;
  }

  .rs-footer.footer-style1 .footer-map {
    height: 280px;
  }

  .rs-footer.footer-style1 .footer-title.black-title,
  .rs-footer.footer-style1 .widget-desc,
  .rs-footer.footer-style1 .footer-contacts .address-widget li i,
  .rs-footer.footer-style1 .footer-contacts .address-widget li .desc,
  .rs-footer.footer-style1 .footer-contacts .address-widget li .desc a,
  .rs-footer.footer-style1 .footer-top .footer-social li a i {
    color: #fff !important;
  }

  .rs-slider.slide-home-style2 .slide-img {
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
  }

  .rs-slider.slide-home-style2 .slide-img .slider-item .images-part {
    max-width: 100%;
  }

  .rs-about.style2 .about-images .about-animation {
    display: block;
  }

  .rs-about.style2 .about-images .about-animation .animation.dot-img {
    display: none;
  }

  .rs-about.style2 .about-images .about-animation .animation.cleaning-img {
    left: -12px;
    top: -28px;
  }

  .rs-about.style2 .about-images .about-animation .animation.cleaning-img img {
    width: 120px;
    height: 120px;
    max-width: 120px;
    border-width: 6px;
  }

  .rs-about.style2 .about-images::after {
    width: 88px;
    height: 78px;
    bottom: 22px;
  }
}

/* ---- One-page nav / forms ---- */
.form-feedback {
  display: none;
  margin: 0 0 20px;
  padding: 12px 16px;
  border-radius: 4px;
  font-weight: 500;
}

.form-feedback.is-success {
  display: block;
  background: #e8f8ee;
  color: #0b7a3b;
}

.form-feedback.is-error {
  display: block;
  background: #fdecec;
  color: #b42318;
}

.nav-menu li a {
  cursor: pointer;
}

@media (min-width: 992px) {
  .full-width-header .rs-header.header-style2 .menu-area .main-menu .rs-menu ul.nav-menu > li {
    margin-right: 22px;
  }
}

/* ---- Professional Cleaner logo (wide 950x307 lockup) ---- */
#site-load .preload-wrap img {
  max-width: 240px;
  width: 240px;
  height: auto;
}

.full-width-header .rs-header.header-style2 .menu-area .logo-area img {
  max-height: none !important;
  height: auto !important;
  width: auto !important;
  max-width: 250px !important;
  margin-top: -42px !important;
  background: #fff !important;
  padding: 10px 14px !important;
  object-fit: contain;
}

.full-width-header .rs-header.header-style2 .menu-area.sticky .logo-area.sticky-logo img {
  max-width: 190px !important;
  max-height: 46px !important;
  margin-top: 0 !important;
  background: transparent !important;
  padding: 0 !important;
}

.full-width-header .rs-header .toolbar-area.toolber-style2 .toolbar-contact {
  position: relative;
  z-index: 2;
  text-align: center;
}

.full-width-header .rs-header .toolbar-area.toolber-style2 .toolbar-contact .rs-contact-info {
  padding-left: 0 !important;
  white-space: nowrap;
  display: inline-block;
}

.full-width-header .rs-header .toolbar-area.toolber-style2 .toolbar-contact .rs-contact-info li a {
  margin-right: 12px !important;
  padding-right: 12px !important;
  font-size: 13px;
}

.full-width-header .rs-header .toolbar-area.toolber-style2 .toolbar-contact .rs-contact-info li .fa-whatsapp {
  font-size: 16px;
  position: relative;
  top: -1px !important;
}

.rs-footer.footer-style1 .footer-top .footer-logo img {
  height: auto !important;
  max-height: none !important;
  max-width: 230px;
  width: auto;
  background: #fff;
  padding: 10px 12px;
  border-radius: 4px;
}

@media (max-width: 1366px) {
  .full-width-header .rs-header.header-style2 .menu-area .logo-area img {
    max-width: 220px !important;
    margin-top: -36px !important;
    padding: 8px 12px !important;
  }

  .full-width-header .rs-header .toolbar-area.toolber-style2 .toolbar-contact .rs-contact-info {
    padding-left: 0 !important;
  }
}

@media (max-width: 991px) {
  .full-width-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: transparent !important;
  }

  .full-width-header .rs-header,
  .full-width-header .rs-header.header-style2 .menu-area,
  .full-width-header .rs-header.header-style2 .menu-area.sticky,
  .full-width-header .rs-header .menu-area.sticky,
  .full-width-header .sticky {
    background: transparent !important;
    box-shadow: none !important;
  }

  .full-width-header .rs-header.header-style2 .menu-area {
    padding-top: 12px;
    padding-bottom: 8px;
  }

  .full-width-header .rs-header.header-style2 .expand-btn-inner ul {
    margin-left: 0;
  }

  .full-width-header .rs-header.header-style2 .expand-btn-inner ul .nav-link {
    padding: 0 !important;
  }

  .full-width-header .rs-header .expand-btn-inner ul .nav-link .nav-expander {
    width: 52px !important;
    height: 52px !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 50% !important;
    background: var(--brand-yellow, #ffd600) !important;
    display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.16);
  }

  .full-width-header .rs-header .expand-btn-inner ul .nav-link .nav-expander .dot-hum {
    width: 22px !important;
    height: 3px !important;
    margin: 2px 0 !important;
    background: var(--brand-blue, #01539f) !important;
    border-radius: 3px;
  }

  .full-width-header .rs-header.header-style2 .menu-area .header-logo {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .full-width-header .rs-header.header-style2 .menu-area.past-hero .header-logo {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .full-width-header .rs-header.header-style2 .menu-area .logo-area img,
  .full-width-header .rs-header.header-style2 .menu-area.sticky .logo-area.sticky-logo img {
    max-width: 168px !important;
    max-height: 42px !important;
    margin-top: 0 !important;
    padding: 6px 8px !important;
    background: #fff !important;
  }

  .full-width-header .rs-header .toolbar-area.toolber-style2 .toolbar-contact .rs-contact-info {
    padding-left: 0;
  }

  .rs-footer.footer-style1 .footer-top .footer-logo img {
    max-width: 200px;
  }
}

/* Sticky offset for in-page anchors */
[id="about"],
[id="services"],
[id="projects"],
[id="contact"],
[id="catalogo"],
[id="persianas"],
[id="renaware"],
[id="mapa"] {
  scroll-margin-top: 90px;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
  color: #01539f;
}

.rs-footer.footer-style1 .footer-bottom .copy-right-menu li.menu-item-has-children {
  position: relative;
}

.rs-footer.footer-style1 .footer-bottom .copy-right-menu .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  bottom: calc(100% + 8px);
  min-width: 220px;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  background: #01539f;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  z-index: 5;
  text-align: left;
}

.rs-footer.footer-style1 .footer-bottom .copy-right-menu li.menu-item-has-children:hover > .sub-menu,
.rs-footer.footer-style1 .footer-bottom .copy-right-menu li.menu-item-has-children:focus-within > .sub-menu {
  display: block;
}

.rs-footer.footer-style1 .footer-bottom .copy-right-menu .sub-menu li {
  display: block;
  padding: 0;
}

.rs-footer.footer-style1 .footer-bottom .copy-right-menu .sub-menu li a {
  display: block;
  padding: 8px 16px;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .rs-footer.footer-style1 .footer-bottom .copy-right-menu .sub-menu {
    display: block;
    position: static;
    min-width: 0;
    padding: 0;
    box-shadow: none;
    background: transparent;
  }

  .rs-footer.footer-style1 .footer-bottom .copy-right-menu .sub-menu li {
    display: inline-block;
  }
}

.renaware-section {
  padding-top: 0;
  background: #fff;
}

.renaware-logo-wrap {
  margin-top: 28px;
}

.renaware-logo-wrap img {
  display: block;
  width: min(520px, 90vw);
  height: auto;
  margin: 0 auto;
}

.renaware-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
}

.renaware-half {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 64px 40px;
  min-height: 520px;
}

.renaware-half--catalog {
  background: #de4328;
  text-decoration: none;
  color: #fff;
}

.renaware-half--catalog:hover,
.renaware-half--catalog:focus {
  color: #fff;
}

.renaware-half--aqua {
  background: #52BBB4;
}

.renaware-kicker {
  display: block;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
}

.renaware-half-title {
  margin: 0 0 28px;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
}

.renaware-half--catalog .readon {
  color: #01539f;
}

.renaware-half--catalog:hover .readon {
  background: #fff;
  color: #de4328;
}

.renaware-player {
  width: min(100%, 560px);
}

.renaware-player__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 8px;
  background: #083346;
  box-shadow: 0 16px 36px rgba(8, 51, 70, 0.22);
}

.renaware-player__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #083346;
}

.renaware-player__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border: 0;
  border-radius: 50%;
  background: var(--brand-yellow, #ffd600);
  color: #01539f;
  cursor: pointer;
  appearance: none;
  z-index: 2;
}

.renaware-player__play i {
  font-size: 22px;
  line-height: 80px;
  display: block;
}

.renaware-player__frame.is-playing .renaware-player__play {
  display: none;
}

@media (max-width: 991px) {
  #renaware.renaware-section,
  #contact.rs-contact {
    margin-top: 0;
    padding-top: 0;
  }

  .renaware-split,
  .renaware-half {
    min-height: 0;
  }

  .renaware-split {
    grid-template-columns: 1fr;
  }

  .renaware-half {
    padding: 48px 24px;
  }

  .renaware-half-title {
    font-size: 28px;
  }
}

.rs-team.team-style1 .team-item-wrap .team-inner-wrap .image-wrap .image-inner img {
  width: 100%;
  border-radius: 50%;
  aspect-ratio: 1;
  object-fit: cover;
}

.rs-team.catalog-style .owl-stage {
  display: flex;
  align-items: stretch;
}

.rs-team.catalog-style .owl-item {
  display: flex;
}

.rs-team.catalog-style .team-item-wrap,
.rs-team.catalog-style .team-inner-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.rs-team.catalog-style .team-content,
.rs-team.catalog-style .member-desc {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.rs-team.catalog-style .team-desc {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 22px;
  color: #333;
  flex: 1;
}

.rs-team.catalog-style .team-name {
  min-height: 60px;
}

.rs-team.catalog-style .catalog-more {
  margin-top: auto;
  padding-top: 16px;
}

.rs-team.catalog-style .catalog-cta {
  margin-top: 50px;
}

.rs-team.catalog-style .catalog-cta .readon {
  color: #01539f;
}

.rs-team.catalog-style .catalog-cta .readon:hover {
  background: #fff;
  color: #01539f;
}

.rs-testimonial.testimonial-style2 .owl-nav {
  display: none !important;
}

.rs-testimonial.testimonial-style2 .owl-stage {
  display: flex;
  align-items: stretch;
}

.rs-testimonial.testimonial-style2 .owl-item {
  display: flex;
}

.rs-testimonial.testimonial-style2 .testi-item {
  display: flex;
  width: 100%;
}

.rs-testimonial.testimonial-style2 .testi-item .testi-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 340px;
  padding: 40px 44px 36px;
}

.rs-testimonial.testimonial-style2 .testi-item .testi-wrap .item-content-basic {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.rs-testimonial.testimonial-style2 .testi-item .testi-wrap .images-wrap {
  display: none;
}

.rs-testimonial.testimonial-style2 .testi-item .testi-wrap .item-content-basic {
  position: relative;
  padding: 0 56px 0 0;
}

.rs-testimonial.testimonial-style2 .testi-item .testi-wrap .item-content-basic span img {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  max-width: 56px;
  opacity: 0.55;
}

.rs-testimonial.testimonial-style2 .testi-item .testi-wrap .item-content-basic p {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 18px;
  flex: 1;
}

.rs-testimonial.testimonial-style2 .owl-dots {
  margin-top: 22px;
  text-align: left;
}

.rs-testimonial.testimonial-style2 .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
}

.rs-testimonial.testimonial-style2 .owl-dots .owl-dot.active,
.rs-testimonial.testimonial-style2 .owl-dots .owl-dot:hover {
  background: var(--brand-yellow, #ffd600);
}

@media (max-width: 991px) {
  #rs-testimonial.testimonial-style2 {
    padding-top: 56px;
    padding-bottom: 64px;
  }

  #rs-testimonial.testimonial-style2 .sec-title2 {
    margin-bottom: 28px;
  }
}

@media (max-width: 767px) {
  .rs-testimonial.testimonial-style2 .testi-item .testi-wrap {
    padding: 28px 24px 24px;
  }

  .rs-testimonial.testimonial-style2 .testi-item .testi-wrap .item-content-basic {
    padding-right: 48px;
  }

  .rs-testimonial.testimonial-style2 .testi-item .testi-wrap .item-content-basic p {
    font-size: 15px;
    line-height: 24px;
  }
}

.rs-team.catalog-style .rs-carousel {
  position: relative;
  padding: 0;
  width: 100%;
  touch-action: pan-y;
}

.rs-team.catalog-style .owl-stage-outer,
.rs-team.catalog-style .owl-item,
.rs-team.catalog-style .owl-item .team-item-wrap {
  touch-action: pan-y;
  cursor: default;
}

.rs-team.catalog-style .owl-nav {
  display: block;
}

.rs-team.catalog-style .owl-nav .owl-prev,
.rs-team.catalog-style .owl-nav .owl-next {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50%;
  background: var(--brand-yellow, #ffd600);
  color: #01539f;
  font-size: 26px;
  text-align: center;
  z-index: 4;
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}

.rs-team.catalog-style .owl-nav .owl-prev {
  left: 0;
}

.rs-team.catalog-style .owl-nav .owl-next {
  right: 0;
}

@media (min-width: 768px) {
  #catalogo .catalog-slider,
  .rs-team.catalog-style .rs-carousel {
    overflow: visible;
  }

  .rs-team.catalog-style .rs-carousel {
    padding: 0 58px;
  }
}

.rs-team.catalog-style .owl-nav .owl-prev:hover,
.rs-team.catalog-style .owl-nav .owl-next:hover {
  background: #fff;
}

.rs-team.catalog-style .team-item-wrap .team-inner-wrap .image-wrap .image-inner {
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  #catalogo .catalog-slider {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .rs-team.catalog-style .rs-carousel {
    padding: 0;
  }

  .rs-team.catalog-style .owl-nav .owl-prev {
    left: 10px;
  }

  .rs-team.catalog-style .owl-nav .owl-next {
    right: 10px;
  }

  .rs-team.catalog-style .team-item-wrap .team-inner-wrap {
    border-radius: 0;
  }

  .rs-team.catalog-style .team-item-wrap .team-inner-wrap .image-wrap .image-inner {
    max-width: 170px;
    margin-left: auto;
    margin-right: auto;
  }
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(37, 211, 102, 0.45);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float i {
  font-size: 34px;
  line-height: 1;
}

.whatsapp-float:hover,
.whatsapp-float:focus {
  color: #fff;
  transform: scale(1.08);
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.55);
}

@media (max-width: 991px) {
  #scrollUp {
    bottom: 75px;
    right: 21px;
  }
}

@media (max-width: 575px) {
  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 54px;
    height: 54px;
  }

  .whatsapp-float i {
    font-size: 30px;
  }
}

.rs-project.project-style1 .project-item {
  cursor: pointer;
  background: #f3f6f9;
}

.rs-project.project-style1 .project-item .project-content .p-icon {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.rs-project.project-style1 .project-item .project-content .p-icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.rs-project.project-style1 .project-item .project-content .p-icon i:before {
  font-size: 20px;
}

.rs-project.project-style1 .project-item .project-img {
  height: auto !important;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  background: #f3f6f9;
}

.rs-project.project-style1 .project-item .project-content {
  position: absolute !important;
  inset: 0;
  height: auto !important;
  width: 100% !important;
  left: 0 !important;
  transform: none !important;
  padding: 0 28px;
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10060;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.gallery-lightbox[hidden] {
  display: none;
}

.gallery-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 10, 0.88);
}

.gallery-lightbox__dialog {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(1100px, calc(100vw - 48px));
  max-height: 90vh;
}

.gallery-lightbox__figure {
  margin: 0;
  text-align: center;
}

.gallery-lightbox__image {
  display: block;
  max-width: min(920px, calc(100vw - 140px));
  max-height: 78vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 6px;
  background: #111;
}

.gallery-lightbox__caption {
  margin-top: 14px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.gallery-lightbox__close,
.gallery-lightbox__nav {
  border: 0;
  cursor: pointer;
  color: #01539f;
  background: var(--brand-yellow, #ffd600);
}

.gallery-lightbox__close {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 18px;
  z-index: 2;
}

.gallery-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 28px;
  line-height: 46px;
}

.gallery-lightbox__nav--prev {
  left: -8px;
}

.gallery-lightbox__nav--next {
  right: -8px;
}

body.gallery-lightbox-open {
  overflow: hidden;
}

body.gallery-lightbox-open .whatsapp-float,
body.gallery-lightbox-open #scrollUp {
  display: none !important;
}

@media (max-width: 767px) {
  .rs-project.project-style1 .project-item .project-content .p-icon {
    opacity: 1;
    visibility: visible;
    right: 16px;
    bottom: 20px;
  }

  .gallery-lightbox__image {
    max-width: calc(100vw - 32px);
    max-height: 70vh;
  }

  .gallery-lightbox__nav--prev {
    left: 0;
  }

  .gallery-lightbox__nav--next {
    right: 0;
  }
}

.rs-project.project-style1 .project-item .project-content .project-inner .category {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.rs-project.project-style1 .project-item .project-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

#projects .owl-stage {
  display: flex;
  align-items: stretch;
}

#projects .owl-item {
  display: flex;
}

#projects .owl-item .project-item {
  width: 100%;
}

.sec-title2 .brush-content img.section-brand-logo {
  width: auto;
  height: 42px;
  max-width: 200px;
  padding-right: 12px;
  object-fit: contain;
}

.sec-title2 .brush-content img.section-brand-logo--corti {
  height: 72px;
  max-width: 220px;
  padding-right: 0;
}

.catalog-style .brush-content img.section-brand-logo--corti {
  height: 80px;
  max-width: 240px;
  background: #fff;
  padding: 8px 10px;
  border-radius: 4px;
}

.rs-partner.partner-main-home.partner-style2 .partner-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}

.rs-partner.partner-main-home.partner-style2 .logo-img {
  padding: 0;
  text-align: center;
}

.rs-partner.partner-main-home.partner-style2 .logo-img img {
  display: block;
  height: 48px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

@media (max-width: 991px) {
  .main-content {
    display: flex;
    flex-direction: column;
  }

  .main-content > #about {
    order: 2;
  }

  .main-content > #contact,
  .main-content > .rs-partner {
    order: 3;
  }
}

@media (max-width: 767px) {
  .sec-title2 .brush-content img.section-brand-logo {
    height: 34px;
    max-width: 160px;
  }

  .sec-title2 .brush-content img.section-brand-logo--corti {
    height: 58px;
  }

  .rs-partner.partner-main-home.partner-style2 .partner-logos {
    gap: 28px;
  }

  .rs-partner.partner-main-home.partner-style2 .logo-img img {
    height: 36px;
    max-width: 160px;
  }
}
