.header-share.service-rotator ul,
.header-share.service-rotator li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.header-share.service-rotator li::before,
.header-share.service-rotator li::after,
.header-share.service-rotator a::before,
.header-share.service-rotator a::after {
  content: none !important;
  display: none !important;
}

.header-share.service-rotator {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 320px;
  min-height: 42px;
  overflow: hidden;
}

.header-share.service-rotator li {
  position: relative;
  width: 320px;
  height: 42px;
  overflow: hidden;
}

.header-share.service-rotator .service-rotator__link {
  position: absolute;
  inset: 0;

  display: flex !important;
  align-items: center;
  justify-content: flex-end;

  width: 100%;
  height: 100%;

  color: #ffffff !important;
  background: transparent !important;

  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transform: none !important;
  margin: 0 !important;
  padding: 0 8px !important;

  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;

  white-space: nowrap;

  transition: opacity 0.45s ease, visibility 0.45s ease, color 0.3s ease;
}

.header-share.service-rotator .service-rotator__link.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.header-share.service-rotator .service-rotator__link:hover {
  color: #C89B3C !important;
}
------------
.offcanvas-share.offcanvas-rotator ul,
.offcanvas-share.offcanvas-rotator li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.offcanvas-share.offcanvas-rotator li::marker {
  display: none !important;
  content: "" !important;
}

.offcanvas-share.offcanvas-rotator li::before,
.offcanvas-share.offcanvas-rotator li::after,
.offcanvas-share.offcanvas-rotator a::before,
.offcanvas-share.offcanvas-rotator a::after {
  content: none !important;
  display: none !important;
}

.offcanvas-share.offcanvas-rotator {
  position: relative;
  width: 100%;
}

.offcanvas-share.offcanvas-rotator li {
  position: relative;
  width: 100%;
  height: 42px;
  overflow: hidden;
}

.offcanvas-share.offcanvas-rotator .offcanvas-link {
  position: absolute;
  inset: 0;

  display: flex !important;
  align-items: center;
  justify-content: flex-start;

  color: #ffffff !important;
  background: transparent !important;

  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transform: none !important;
  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;

  white-space: nowrap;

  transition: opacity 0.45s ease, visibility 0.45s ease, color 0.3s ease;
}

.offcanvas-share.offcanvas-rotator .offcanvas-link.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.offcanvas-share.offcanvas-rotator .offcanvas-link:hover {
  color: #C89B3C !important;
}
---------------------
.footer-share.footer-rotator ul,
.footer-share.footer-rotator li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.footer-share.footer-rotator ul {
  display: block !important;
}

.footer-share.footer-rotator li {
  position: relative !important;
  width: 100% !important;
  height: 38px !important;
  overflow: hidden !important;
}

/* QUITA LOS PUNTOS BLANCOS */
.footer-share.footer-rotator li::marker,
.footer-share.footer-rotator li::before,
.footer-share.footer-rotator li::after,
.footer-share.footer-rotator a::before,
.footer-share.footer-rotator a::after {
  content: "" !important;
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

/* MISMA POSICIÓN SIEMPRE */
.footer-share.footer-rotator .footer-link {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;

  width: 100% !important;
  height: 38px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;

  color: #ffffff !important;
  background: transparent !important;

  font-size: 13px !important;
  line-height: 38px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;

  margin: 0 !important;
  padding: 0 !important;

  transform: none !important;
  translate: none !important;

  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;

  border: none !important;
  box-shadow: none !important;
  white-space: nowrap !important;

  transition: opacity 0.45s ease, color 0.3s ease !important;
}

.footer-share.footer-rotator .footer-link.active {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.footer-share.footer-rotator .footer-link:hover {
  color: #C89B3C !important;
}
.footer-title {
  color: #ffffff !important;
}


.form-input select {
    width: 100%;
    height: 60px;
    padding: 0 20px;
    border: none;
    outline: none;
    background: #ffffff;
    color: #1A1B1D;
    font-size: 15px;
}

.form-input select option {
    color: #1A1B1D;
}


.btn-container{
  display: flex;
  justify-content: center;
  width: 100%;

}

/* ============================= */
/* Why Choose Us CTA Section */
/* ============================= */

.tc-why-choose-cta {
    position: relative;
    padding: 110px 0;
    background: #ffffff;
    overflow: hidden;
}

.tc-why-choose-card {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    padding: 58px;
    background:
        radial-gradient(circle at top left, rgba(170, 178, 139, 0.32), transparent 32%),
        linear-gradient(135deg, #a06717 0%, #7f4e10 58%, #4f320d 100%);
    box-shadow: 0 28px 70px rgba(160, 103, 23, 0.24);
    isolation: isolate;
}

.tc-why-choose-card::before {
    content: "";
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 26px;
    pointer-events: none;
    z-index: -1;
}

.tc-why-shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    filter: blur(1px);
    z-index: -2;
}

.tc-why-shape-one {
    width: 280px;
    height: 280px;
    top: -120px;
    right: -80px;
}

.tc-why-shape-two {
    width: 190px;
    height: 190px;
    bottom: -90px;
    left: 38%;
    background: rgba(170, 178, 139, 0.22);
}

.tc-why-content {
    padding-right: 35px;
}

.tc-why-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    padding: 9px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.tc-why-subtitle::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #aab28b;
    box-shadow: 0 0 0 6px rgba(170, 178, 139, 0.18);
}

.tc-why-content h2 {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: clamp(32px, 4vw, 54px);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.tc-why-content h2 span {
    display: block;
    color: #aab28b;
}

.tc-why-content > p {
    max-width: 690px;
    margin: 0 0 30px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 17px;
    line-height: 1.75;
}

.tc-why-features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.tc-why-feature {
    display: flex;
    gap: 15px;
    padding: 20px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
    transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease;
}

.tc-why-feature:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(170, 178, 139, 0.55);
}

.tc-why-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 50%;
    background: #ffffff;
    color: #a06717;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.12);
}

.tc-why-feature h5 {
    margin: 0 0 6px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
}

.tc-why-feature p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.55;
}

.tc-why-cta-box {
    position: relative;
    padding: 34px;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 24px 54px rgba(54, 35, 13, 0.22);
    overflow: hidden;
}

.tc-why-cta-box::before {
    content: "";
    position: absolute;
    width: 170px;
    height: 170px;
    right: -70px;
    top: -70px;
    border-radius: 50%;
    background: rgba(170, 178, 139, 0.45);
}

.tc-why-cta-box span {
    position: relative;
    display: inline-block;
    margin-bottom: 12px;
    color: #a06717;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.tc-why-cta-box h3 {
    position: relative;
    margin: 0 0 14px;
    color: #2a1b09;
    font-size: clamp(26px, 3vw, 34px);
    line-height: 1.16;
    font-weight: 850;
    letter-spacing: -0.03em;
}

.tc-why-cta-box p {
    position: relative;
    margin: 0 0 24px;
    color: #5f574b;
    font-size: 15px;
    line-height: 1.7;
}

.tc-why-btn {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 22px;
    border-radius: 999px;
    background: #a06717;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 16px 30px rgba(160, 103, 23, 0.30);
    transition: transform 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
}

.tc-why-btn::before {
    content: "";
    position: absolute;
    top: -80%;
    left: -35%;
    width: 35%;
    height: 260%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.36), transparent);
    transform: rotate(24deg) translateX(-130%);
    transition: transform 0.75s ease;
}

.tc-why-btn:hover {
    transform: translateY(-3px);
    background: #7f4e10;
    color: #ffffff;
    box-shadow: 0 22px 42px rgba(160, 103, 23, 0.40);
}

.tc-why-btn:hover::before {
    transform: rotate(24deg) translateX(440%);
}

@media (max-width: 991px) {
    .tc-why-choose-cta {
        padding: 80px 0;
    }

    .tc-why-choose-card {
        padding: 38px;
    }

    .tc-why-content {
        padding-right: 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .tc-why-choose-card {
        padding: 28px 20px;
        border-radius: 24px;
    }

    .tc-why-features {
        grid-template-columns: 1fr;
    }

    .tc-why-feature {
        padding: 18px;
    }

    .tc-why-cta-box {
        padding: 26px 22px;
    }
}

.tj-footer-area{
  background-image: url(../../images/home/top-construction-la-footer.webp);
  background-size: cover;
}

/* responsive */

@media (max-width: 768px) {
  .tj-slider-item .slider-content .slider-title,
  .tj-slider-item .slider-content .slider-sub-title{
    font-size: 40px !important;
  }

  .header-info ul li:first-child{
    display: none;
  }

  .tj-sec-heading .sec-title,
  .counter-text-content h2,
  .tj-sec-heading-four .sec-title,
  .breadcrumb-content-area .breadcrumb-heading .breadcrumb-title,
  .tc-about-content h2, .tc-services-why-content h2,
  .service-details-item .title,
  .before-after-header h2,
  .project-details-item .title, .tc-process-title{
    font-size: 30px !important;
  }
}

@media (max-width: 426px) {
  .tj-slider-item .slider-content .slider-title,
  .tj-slider-item .slider-content .slider-sub-title{
    font-size: 35px !important;
  }

  .tj-sec-heading .sec-title,
  .counter-text-content h2,
  .tj-sec-heading-four .sec-title,
  .tc-why-content h2,
  .breadcrumb-content-area .breadcrumb-heading .breadcrumb-title,
  .tc-about-content h2, .tc-services-why-content h2,
  .service-details-item .title, 
  .before-after-header h2, .project-details-item .title,
  .tc-process-title{
    font-size: 25px !important;
  }

  .tc-why-cta-box h3{
    font-size: 22px !important;
  }
}

@media (max-width: 376px) {
  .tj-slider-item .slider-content .slider-title,
  .tj-slider-item .slider-content .slider-sub-title{
    font-size: 30px !important;
  }

  .tj-sec-heading .sec-title,
  .counter-text-content h2,
  .tj-sec-heading-four .sec-title,
  .tc-why-content h2,
  .breadcrumb-content-area .breadcrumb-heading .breadcrumb-title,
  .tc-about-content h2, .tc-services-why-content h2,
  .service-details-item .title,
  .before-after-header h2, .project-details-item .title,
  .tc-process-title{
    font-size: 22px !important;
  }

  .tc-why-cta-box h3{
    font-size: 20px !important;
  }

  .service-text h5{
    font-size: 18px;
  }

  .tj-service-item ul li .service-content .sub-title{
    font-size: 16px;
  }

  .menu-area{
    gap: 0;
  }
}

@media (max-width: 320px) {
  .tj-slider-item .slider-content .slider-title,
  .tj-slider-item .slider-content .slider-sub-title{
    font-size: 25px !important;
  }

  .tj-sec-heading .sec-title,
  .counter-text-content h2,
  .tj-sec-heading-four .sec-title,
  .tc-why-content h2,
  .tj-service-item-two .service-content .title,
  .breadcrumb-content-area .breadcrumb-heading .breadcrumb-title,
  .tc-about-content h2, .tc-services-why-content h2,
  .service-details-item .title, .before-after-header h2,
  .project-details-item .title, .tc-process-title{
    font-size: 20px !important;
  }

  .tc-why-cta-box h3,
  .tj-service-item-two .service-content .read-more .link{
    font-size: 18px !important;
  }

  .service-text h5{
    font-size: 16px;
  }

  .accordion-item .accordion-header .accordion-button,
  .accordion-item-two .accordion-header .accordion-button{
    font-size: 17px;
  }
}