.quetzal-hero-section {
    background:
        radial-gradient(circle at top left, rgba(212, 56, 71, 0.18), transparent 35%),
        linear-gradient(135deg, #f7f1ef 0%, #ffffff 58%, #f3ece8 100%);
    padding: 90px 0 75px;
}

.quetzal-hero-copy,
.quetzal-hero-panel,
.quetzal-panel-card,
.quetzal-content-block,
.quetzal-form-card,
.quetzal-contact-card,
.quetzal-card {
    border-radius: 18px;
}

.quetzal-eyebrow,
.quetzal-label {
    display: inline-block;
    color: #d43847;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.quetzal-hero-copy h1 {
    font-size: 58px;
    line-height: 1.05;
    margin: 16px 0 20px;
}

.quetzal-hero-copy p,
.quetzal-page-title p,
.quetzal-panel-card p,
.quetzal-content-block p,
.quetzal-contact-card p,
.form-group-note {
    color: #5f6472;
    font-size: 17px;
    line-height: 1.8;
}

.quetzal-hero-panel {
    background: #1d2435;
    color: #fff;
    padding: 34px;
    box-shadow: 0 30px 70px rgba(18, 24, 39, 0.18);
}

.quetzal-hero-panel p,
.quetzal-hero-panel span {
    color: rgba(255, 255, 255, 0.82);
}

.quetzal-stat-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 18px;
    margin-bottom: 18px;
}

.quetzal-stat-card h3 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 5px;
}

.quetzal-page-title {
    background:
        linear-gradient(120deg, rgba(29, 36, 53, 0.72), rgba(29, 36, 53, 0.52)),
        url(../images/ttm-pagetitle-bg.jpg) center/cover no-repeat;
    padding: 130px 0 115px;
    min-height: 360px;
    display: flex;
    align-items: center;
}


.quetzal-page-title .title,
.quetzal-page-title p {
    color: #fff;
}

.quetzal-card,
.quetzal-panel-card,
.quetzal-content-block,
.quetzal-form-card,
.quetzal-contact-card {
    background: #fff;
    box-shadow: 0 20px 50px rgba(30, 40, 65, 0.08);
    padding: 34px;
    margin-bottom: 30px;
}

.quetzal-content-block-dark {
    background: #1d2435;
    color: #fff;
}

.quetzal-content-block-dark p,
.quetzal-content-block-dark li,
.quetzal-content-block-dark .ttm-list-li-content {
    color: rgba(255, 255, 255, 0.84);
}

.quetzal-checklist li {
    margin-bottom: 16px;
}

.quetzal-checklist li i {
    color: #d43847;
}

.quetzal-cta-section {
    background: linear-gradient(135deg, #fff4f4 0%, #f4eeeb 100%);
    padding: 65px 0;
}

.quetzal-contact-card h5,
.quetzal-content-block h5,
.quetzal-panel-card h5,
.quetzal-card h5 {
    margin-bottom: 12px;
}

.quetzal-form-card input,
.quetzal-form-card textarea,
.quetzal-form-card select {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #e3e6ee;
    border-radius: 12px;
    background: #fafbfd;
}

.quetzal-form-card textarea {
    min-height: 150px;
    resize: vertical;
}

.quetzal-service-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
}

.quetzal-service-meta span {
    background: #fff1f2;
    color: #d43847;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.4px;
}

.quetzal-grid-note {
    color: #5f6472;
    margin-top: 20px;
}

@media (max-width: 991px) {
    .quetzal-hero-copy h1 {
        font-size: 42px;
    }

    .quetzal-hero-panel {
        margin-top: 30px;
    }
}

.quetzal-page-title .page-title-heading {
    width: 100%;
    text-align: center;
}

.quetzal-page-title .row {
    justify-content: center;
}

.quetzal-page-title .title,
.quetzal-page-title p {
    text-align: center;
}

.quetzal-home-slider-section {
    padding: 0;
    overflow: hidden;
}

.quetzal-home-slider-wrap,
.quetzal-home-slider-wrap .slick-list,
.quetzal-home-slider-wrap .slick-track,
.quetzal-home-slide {
    min-height: 68vh;
}

.quetzal-content-block-dark .section-title h2,
.quetzal-content-block-dark .section-title .title,
.quetzal-content-block-dark .section-title h3 {
    color: #ffffff !important;
}

.quetzal-content-block-dark .section-title .sub-title {
    color: #f2b7bd !important;
}

.quetzal-form-card input,
.quetzal-form-card textarea,
.quetzal-form-card select {
    color: #1f2740 !important;
}

.quetzal-form-card input::placeholder,
.quetzal-form-card textarea::placeholder {
    color: #7a8090;
}


.quetzal-home-slide {
    position: relative;
    display: flex !important;
    align-items: center;
    background-size: cover;
    background-position: center center;
    padding: 18px 0 0;
}

.quetzal-home-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.55));
    backdrop-filter: blur(3px);
}

.quetzal-home-slide .container {
    position: relative;
    z-index: 2;
}

.quetzal-home-slide-inner {
    min-height: 68vh;
}

.quetzal-home-figure {
    display: flex;
    align-items: end;
    justify-content: center;
}

.quetzal-home-figure img {
    max-height: 760px;
    width: auto;
    max-width: 100%;
}

.quetzal-home-figure-right {
    justify-content: flex-end;
}

.quetzal-home-slide-content.template-style {
    position: relative;
    max-width: 760px;
    padding: 30px 0 60px 54px;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

.quetzal-home-slide-content.template-style::before {
    content: "";
    position: absolute;
    left: 0;
    top: 34px;
    width: 10px;
    height: 205px;
    background: #d43847;
}

.quetzal-home-slide-content.template-style h1 {
    color: #1f2740;
    font-size: 40px;
    line-height: 0.98;
    margin: 10px 0 22px;
    letter-spacing: -1.6px;
    text-shadow: 0 4px 18px rgba(255, 255, 255, 0.55);
}

.quetzal-home-slide-content.template-style p {
    color: #61697c;
    font-size: 18px;
    line-height: 1.75;
    max-width: 700px;
}

.quetzal-home-slide-actions {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
}

.quetzal-home-phone {
    color: #16233d;
    font-size: 24px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 6px;
}

.quetzal-home-arrow {
    position: absolute;
    top: 50%;
    z-index: 4;
    transform: translateY(-50%);
    width: 62px;
    height: 62px;
    border: 0;
    background: rgba(255, 255, 255, 0.86);
    color: #8f95a3;
    font-size: 42px;
    line-height: 1;
    box-shadow: 0 12px 30px rgba(33, 41, 63, 0.14);
}

.quetzal-home-arrow:hover {
    color: #d43847;
}

.quetzal-home-slider-wrap .slick-prev {
    left: 20px;
}

.quetzal-home-slider-wrap .slick-next {
    right: 20px;
}

@media (max-width: 1199px) {
    .quetzal-home-slide-content.template-style h1 {
        font-size: 58px;
    }

    .quetzal-home-slide-content.template-style::before {
        height: 165px;
    }
}

@media (max-width: 991px) {
    .quetzal-home-slider-wrap,
    .quetzal-home-slider-wrap .slick-list,
    .quetzal-home-slider-wrap .slick-track,
    .quetzal-home-slide,
    .quetzal-home-slide-inner {
        min-height: auto;
    }

    .quetzal-home-slide {
        padding: 55px 0 40px;
    }

    .quetzal-home-slide-inner,
    .quetzal-home-slide-inner-reverse {
        text-align: center;
    }

    .quetzal-home-figure,
    .quetzal-home-figure-right {
        justify-content: center;
        margin-bottom: 10px;
    }

    .quetzal-home-figure img {
        max-height: 420px;
    }

    .quetzal-home-slide-content.template-style {
        max-width: 100%;
        padding: 24px 0 30px;
    }

    .quetzal-home-slide-content.template-style::before {
        position: static;
        display: block;
        width: 100px;
        height: 6px;
        margin: 0 auto 18px;
    }

    .quetzal-home-slide-content.template-style h1 {
        font-size: 42px;
    }

    .quetzal-home-slide-content.template-style p {
        margin-left: auto;
        margin-right: auto;
    }

    .quetzal-home-slide-actions {
        justify-content: center;
    }

    .quetzal-home-arrow {
        width: 48px;
        height: 48px;
        font-size: 30px;
    }
}

.quetzal-content-block-dark .section-title .title,
.quetzal-content-block-dark .section-title .title-header h2,
.quetzal-content-block-dark .section-title .title-desc p {
    color: #ffffff;
}

.prt_floting_customsett {
    display: none !important;
}

.quetzal-form-card select,
.quetzal-form-card select option {
    color: #1f2740;
}
