.service-ticker {
    background: #ffffff; /* Dark Slate */
    padding: 20px 0;
    overflow: hidden;
    position: relative;
}

.ticker-wrapper {
    overflow: hidden;
}

.ticker-track {
    display: flex;
    width: max-content;
    animation: scroll 40s linear infinite;
}

/* PAUSA AL HACER HOVER 🔥 */
.service-ticker:hover .ticker-track {
    animation-play-state: paused;
}

.ticker-content {
    display: flex;
    gap: 60px;
    padding-right: 60px;
}

.ticker-content a {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: transparent;
    -webkit-text-stroke: 1px #A65A3A; /* Copper */
    transition: 0.3s;
    white-space: nowrap;
}

/* HOVER EFECTO PRO */
.ticker-content a:hover {
    color: #a65a3ac5;
    transform: scale(1.05);
}

/* ANIMACIÓN */
@keyframes scroll {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}

.contact-link {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

/* hover */
.contact-link:hover {
  color: #A7A7A1; /* Concrete Gray (plomo) */
}

/* cuando se hace click */
.contact-link:active {
  color: #A7A7A1;
}

/* visited (opcional) */
.contact-link:visited {
  color: #ffffff;
}
.contact-info-centered {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 30px;
  text-align: center;
}

.contact-info-centered .contact-item {
  flex: 0 1 220px;
  text-align: center;
}

.contact-info-centered .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.contact-info-centered h5,
.contact-info-centered p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}


.why-choose-us-s2 {
  position: relative;
  padding: 120px 0;
  background: linear-gradient(180deg, #263238 0%, #1f2a2f 100%);
  overflow: hidden;
}

.why-choose-us-s2::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(166, 90, 58, 0.10);
  filter: blur(10px);
}

.why-choose-us-s2::after {
  content: "";
  position: absolute;
  bottom: -140px;
  left: -100px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(234, 230, 223, 0.06);
  filter: blur(10px);
}

.why-choose-us-s2 .container {
  position: relative;
  z-index: 2;
}

.why-choose-us-header {
  margin: 0 auto 55px;
  text-align: center;
}

.why-choose-us-header span {
  display: inline-block;
  margin-bottom: 18px;
  color: #A7A7A1;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.why-choose-us-header h2 {
  margin: 0 auto 20px;
  color: #EAE6DF;
  font-size: 48px;
  line-height: 1.15em;
  font-weight: 700;
  max-width: 900px;
}

.why-choose-us-header p {
  margin: 0 auto;
  color: rgba(234, 230, 223, 0.82);
  font-size: 17px;
  line-height: 1.9em;
  max-width: 760px;
}

.why-choose-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.why-choose-card {
  position: relative;
  padding: 34px 30px;
  border: 1px solid rgba(234, 230, 223, 0.12);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(6px);
  transition: all 0.35s ease;
  min-height: 250px;
}

.why-choose-card:hover {
  transform: translateY(-8px);
  border-color: rgba(166, 90, 58, 0.45);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.why-choose-number {
  display: inline-block;
  margin-bottom: 18px;
  color: #A65A3A;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.why-choose-card h3 {
  margin: 0 0 16px;
  color: #EAE6DF;
  font-size: 24px;
  line-height: 1.35em;
  font-weight: 700;
}

.why-choose-card p {
  margin: 0;
  color: rgba(234, 230, 223, 0.78);
  font-size: 16px;
  line-height: 1.85em;
}

@media (max-width: 199px) {
  .why-choose-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .why-choose-us-header h2 {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .why-choose-us-s2 {
    padding: 90px 0;
  }

  .why-choose-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .why-choose-us-header {
    margin-bottom: 40px;
  }

  .why-choose-us-header h2 {
    font-size: 34px;
  }

  .why-choose-us-header p {
    font-size: 16px;
  }

  .why-choose-card {
    padding: 28px 24px;
    min-height: auto;
  }

  .why-choose-card h3 {
    font-size: 22px;
  }
}


.hero-services-vertical {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 12;
  width: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-services-label {
  position: relative;
  display: inline-block;
  margin-bottom: 110px;
  color: #A65A3A;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 8px;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.hero-services-label::after {
  content: "";
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 70px;
  background: rgba(255, 255, 255, 0.45);
}

.hero-services-vertical-track {
  position: relative;
  width: 52px;
  height: 360px;
  overflow: hidden;
}

.hero-services-vertical-track a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #232f35;
  text-decoration: none;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 1px;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  animation-name: verticalServiceSwap;
  animation-duration: 67.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.hero-services-vertical-track a:hover {
  color: #A65A3A;
}

.hero-services-vertical-track a:nth-child(1) { animation-delay: 0s; }
.hero-services-vertical-track a:nth-child(2) { animation-delay: 7.5s; }
.hero-services-vertical-track a:nth-child(3) { animation-delay: 15s; }
.hero-services-vertical-track a:nth-child(4) { animation-delay: 22.5s; }
.hero-services-vertical-track a:nth-child(5) { animation-delay: 30s; }
.hero-services-vertical-track a:nth-child(6) { animation-delay: 37.5s; }
.hero-services-vertical-track a:nth-child(7) { animation-delay: 45s; }
.hero-services-vertical-track a:nth-child(8) { animation-delay: 52.5s; }
.hero-services-vertical-track a:nth-child(9) { animation-delay: 60s; }

@keyframes verticalServiceSwap {
  0% {
    opacity: 0;
    visibility: hidden;
  }

  0.01% {
    opacity: 1;
    visibility: visible;
  }

  5.9259% {
    opacity: 1;
    visibility: visible;
  }

  6.6667% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.rights-link{
  color: #232f35 !important;
}


@media (max-width: 1024px) {
  .hero-services-label{
    margin-bottom: 0px
  }
  
  .hero-services-label{
    font-size: 16px;
  }

  .hero-services-vertical-track a{
    font-size: 18px;
  }

  .hero-style-1 .slide-title h2, .hero-style-2 .slide-title h2, .hero-style-3 .slide-title h2,
  .why-choose-us-header h2, .section-title h2, .section-title-s4 h2, .section-title-s2 h2{
    font-size: 35px;
  }

  .contact-section-s2{
    margin-top: 50px;
  }

  .contact-section-s2 .contact-info > div{
    width: auto;
  }
}

@media (max-width: 768px) {
  .hero-style-1 .slide-title h2, .hero-style-2 .slide-title h2, .hero-style-3 .slide-title h2, 
  .why-choose-us-header h2, .section-title h2, .section-title-s4 h2, .section-title-s2 h2,
  .page-title h2, .service-single-section .service-single-content h2,
  .blog-single-section .post h2{
    font-size: 30px;
  }

  .why-choose-card h3,
  .service-single-section .service-single-content h3,
  .service-sidebar .contact-widget h4{
    font-size: 20px;
  }

  .about-s3-heading{
    font-size: 25px !important;
  }

  .why-choose-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-ticker {
        padding: 14px 0;
    }

    .ticker-content {
        gap: 28px;
        padding-right: 28px;
    }

    .ticker-content a {
        font-size: 16px;
        -webkit-text-stroke: 0.6px var(--color-accent);
        letter-spacing: 0.5px;
    }

    .ticker-track {
        animation: scroll 24s linear infinite;
    }

    .service-ticker::before,
    .service-ticker::after {
        width: 60px;
    }
}

@media (max-width: 426px) {
    .hero-services-label {
        font-size: 14px;
    }

    .hero-services-vertical-track a{
      font-size: 16px;
    }

    .hero-style-1 .slide-title h2, .hero-style-2 .slide-title h2, .hero-style-3 .slide-title h2, .why-choose-us-header h2,
     .section-title h2, .section-title-s4 h2, .section-title-s2 h2,
     .page-title h2, .service-single-section .service-single-content h2, .blog-single-section .post h2 {
      font-size: 25px;
     }

         .feature-section .feature-grids .grid {
        width: calc(50% - 15px);
    }

        .why-choose-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

        .why-choose-card h3,
        .service-single-section .service-single-content h3,
        .service-sidebar .contact-widget h4,
        .blog-single-section .entry-details blockquote,
        .blog-single-section .post h3 {
        font-size: 18px;
    }

    .about-s3-heading {
        font-size: 22px !important;
    }

    .owl-nav{
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      align-items: center;
      width: 100%;
    }

    .testimoninals-funfact-section .owl-theme .owl-controls .owl-nav [class*=owl-]{
      position: relative;
    }

    .service-us-grids .grid{
      flex: auto !important;
    }

    .faq-title{
      font-size: 25px !important;
    }

    .service-ticker {
        padding: 12px 0;
    }

    .ticker-content {
        gap: 22px;
        padding-right: 22px;
    }

    .ticker-content a {
        font-size: 14px;
        font-weight: 700;
        -webkit-text-stroke: 0.4px var(--color-accent);
    }

    .ticker-track {
        animation: scroll 20s linear infinite;
    }

    .service-ticker::before,
    .service-ticker::after {
        width: 40px;
    }
}

@media (max-width: 376px) {
  .hero-style-1 .slide-title h2, .hero-style-2 .slide-title h2, .hero-style-3 .slide-title h2,
   .why-choose-us-header h2, .section-title h2, .section-title-s4 h2, .section-title-s2 h2,
   .page-title h2, .service-single-section .service-single-content h2,
   .blog-single-section .post h2 {
        font-size: 22px;
    }

        .why-choose-card h3,
        .progress-section .progress-grids h3 a,
        .about-section .about-features h3,
        .service-single-section .service-single-content h3,
        .service-sidebar .contact-widget h4,
        .blog-single-section .entry-details blockquote,
        .blog-single-section .post h3 {
        font-size: 16px;
    }

        .about-s3-heading,
        .faq-title {
        font-size: 20px !important;
    }

    .testimoninals-funfact-section .fun-fact-area h3{
      font-size: 25px;
    }
}

@media (max-width: 320px) {
  .hero-style-1 .slide-title h2, .hero-style-2 .slide-title h2, .hero-style-3 .slide-title h2,
   .why-choose-us-header h2, .section-title h2, .section-title-s4 h2, .section-title-s2 h2,
   .page-title h2, .service-single-section .service-single-content h2,
   .blog-single-section .post h2 {
        font-size: 20px;
    }

    .theme-btn, .theme-btn-s3, .theme-btn-s4{
      font-size: 10px !important;
    }

    p, .theme-accordion-s1 .panel-heading a, .theme-accordion-s2 .panel-heading a,
    .project-navigation a{
      font-size: 14px !important;
    }

    .about-s3-heading,
    .faq-title,
    .blog-sidebar .widget > h3 {
        font-size: 18px !important;
    }

    .about-section .about-features > div{
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-left: 0;
    }

    .about-section .about-features .icon{
      position: relative;
      margin-bottom: 10px;
    }



}