:root {
    --trevlo-primary: #00256c;
    --trevlo-primary-rgb: 0, 37, 108;
    --trevlo-black4: #000A20;
    --trevlo-black4-rgb: 0, 10, 32;
}
.cta-one::after {
    background-color:  #000A20;
}
.main-footer {
    background-color: #00256c;
}
.cta-one__counter{
    filter: hue-rotate(220deg) saturate(200%);
}

/* Override header bg (prefer webp) */
.page-header__bg{
  background-image: image-set(
    url("/custom/images/backgrounds/tours.webp") type("image/webp"),
    url("/assets/images/backgrounds/page-header-bg.jpg") type("image/jpeg")
  ) !important;
  /* si quieres mantener lo demás, no hace falta repetirlo */
}

/* testimonials */

.testimonial-one .testimonials-card {
    min-height: 80px;
}

.testimonial-one .testimonials-card__quote {
    min-height: 80px;
}

.testimonial-one .testimonials-card__meta {
    min-width: 85px;
}

.lumaale-google-rating {
    margin-top: -10px;
    margin-bottom: 45px;
}

.lumaale-google-rating__row {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.lumaale-google-rating__score {
    font-size: 34px;
    font-weight: 700;
    color: var(--trevlo-black, #2f2539);
    line-height: 1;
}

.lumaale-google-rating__stars {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: var(--trevlo-base, #9bcf3b);
    font-size: 18px;
}

.lumaale-google-rating__count {
    font-size: 18px;
    color: var(--trevlo-text, #6c6a72);
    line-height: 1;
}

.lumaale-google-rating__label {
    margin-top: 10px;
    font-size: 16px;
    color: var(--trevlo-text, #6c6a72);
}   
.about-img-1 {
    width: 235px;
    height: 315px;
    object-fit: cover;
}

.about-img-2 {
    width: 389px;
    height: 520px;
    object-fit: cover;
}

.why-choose-two .why-choose-img-1 {
    width: 270px;
    height: 341px;
    object-fit: cover;
}

.why-choose-two .why-choose-img-2 {
    width: 270px;
    height: 309px;
    object-fit: cover;
}

.why-choose-two .why-choose-img-3 {
    width: 271px;
    height: 217px;
    object-fit: cover;
}

.why-choose-two .why-choose-img-4 {
    width: 270px;
    height: 168px;
    object-fit: cover;
}

.blog-one .blog-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    min-height: 495px;
}

.blog-one .blog-card__image-link {
    display: block;
    position: relative;
    width: 100%;
    height: 495px;
    border-radius: 20px;
    overflow: hidden;
}

.blog-one .blog-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.blog-one .blog-card__content {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    z-index: 2;
    width: auto;
    margin: 0;
    background: #fff;
    border-radius: 20px;
    padding: 28px 30px 24px;
}

.blog-one .blog-card__date {
    position: absolute;
    right: 24px;
    top: -18px;
    z-index: 3;
}

.blog-one .blog-card__title a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-one .blog-card__date {
    position: absolute;
    right: 20px;
    top: -22px;
    z-index: 4;
}
.blog-one .blog-card__content {
    left: 20px;
    right: 20px;
    bottom: 18px;
    padding: 26px 28px 22px;
}

.blog-one .blog-card {
    min-height: 520px;
}

.blog-one .blog-card__image-link {
    height: 520px;
}

.cta-one__thumb {
    width: 100%;
    height: 400px; /* altura del diseño */
    overflow: hidden;
    border-radius: 20px;
}

.cta-one__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 🔥 clave */
    display: block;
}