﻿/* MyTripPrime secondary CMS pages — owned by MyTripPrime.ContentRendering
   Served as /_content/MyTripPrime.ContentRendering/css/cms-pages.css
   Used by website public pages and CRM live preview. */

/* Premium About page */
.mtp-about-hero {
    position: relative;
    min-height: 620px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 130px 0 100px;
    background: #110942;
    font-family: "Poppins", sans-serif;
}

.mtp-about-hero__media {
    position: absolute;
    inset: 0;
    background-image: url("/images/local/photo-1469854523086-cc02fe5d8800.jpg");
    background-position: center;
    background-size: cover;
    transform: scale(1.04);
}

.mtp-about-hero__shade {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 75% 30%, rgba(236, 74, 47, 0.26), transparent 34%),
        linear-gradient(115deg, rgba(17, 9, 66, 0.94) 0%, rgba(17, 9, 66, 0.8) 44%, rgba(14, 17, 59, 0.48) 100%);
}

.mtp-about-hero .container {
    position: relative;
    z-index: 2;
}

.mtp-about-hero__content {
    max-width: 760px;
    color: #fff;
}

.mtp-about-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    padding: 7px 14px;
    border-radius: 999px;
    background: #ec4a2f;
    color: #fff;
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.mtp-about-hero h1 {
    max-width: 720px;
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(1.9rem, 3.8vw, 3.1rem);
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.mtp-about-hero p {
    max-width: 610px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.08rem;
    line-height: 1.8;
}

.mtp-about-hero__actions,
.mtp-about-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.mtp-about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 13px 24px;
    border-radius: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.mtp-about-btn:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.mtp-about-btn--primary {
    background: #ec4a2f;
    color: #fff;
    box-shadow: 0 16px 34px rgba(236, 74, 47, 0.28);
}

.mtp-about-btn--primary:hover {
    color: #fff;
    background: #da3f27;
}

.mtp-about-btn--light {
    background: #fff;
    color: #110942;
    box-shadow: 0 16px 34px rgba(8, 10, 28, 0.12);
}

.mtp-about-btn--light:hover {
    color: #110942;
}

.mtp-about-services {
    position: relative;
    z-index: 4;
    margin-top: -72px;
    font-family: "Poppins", sans-serif;
}

.mtp-about-services__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.mtp-about-service-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 22px 14px 18px;
    border: 1px solid #eef1f6;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(17, 9, 66, 0.1);
    text-align: center;
    text-decoration: none;
    color: #110942;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.mtp-about-service-card:hover {
    transform: translateY(-4px);
    border-color: rgba(236, 74, 47, 0.2);
    box-shadow: 0 24px 56px rgba(17, 9, 66, 0.14);
    text-decoration: none;
    color: #110942;
}

.mtp-about-service-card__icon {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(135deg, #fff5f2 0%, #ffece8 100%);
}

.mtp-about-service-card__icon img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.mtp-about-service-card strong {
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.2;
}

.mtp-about-service-card small {
    color: #667085;
    font-size: 0.78rem;
    font-weight: 500;
    line-height: 1.35;
}

.mtp-about-stats {
    position: relative;
    z-index: 3;
    margin-top: 28px;
    font-family: "Poppins", sans-serif;
}

.mtp-about-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    padding: 22px;
    border: 1px solid #eef1f6;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 24px 64px rgba(17, 9, 66, 0.14);
}

.mtp-about-stat {
    padding: 18px;
    border-radius: 18px;
    background: linear-gradient(180deg, #fff 0%, #fff8f6 100%);
    text-align: center;
}

.mtp-about-stat strong {
    display: block;
    color: #110942;
    font-size: clamp(1.4rem, 2.5vw, 1.9rem);
    font-weight: 600;
    line-height: 1.15;
}

.mtp-about-stat span {
    display: block;
    margin-top: 7px;
    color: #667085;
    font-size: 0.9rem;
    font-weight: 600;
}

.mtp-about-section {
    padding: 90px 0;
    font-family: "Poppins", sans-serif;
    background: #fff;
}

.mtp-about-section--soft {
    background:
        radial-gradient(circle at 12% 12%, rgba(236, 74, 47, 0.08), transparent 25%),
        linear-gradient(180deg, #fbfcff 0%, #f6f8fc 100%);
}

.mtp-about-image-card,
.mtp-about-image-stack {
    position: relative;
}

.mtp-about-image-card img,
.mtp-about-image-stack__main {
    width: 100%;
    min-height: 430px;
    object-fit: cover;
    border-radius: 28px;
    box-shadow: 0 26px 70px rgba(17, 9, 66, 0.16);
}

.mtp-about-floating-card {
    position: absolute;
    right: 28px;
    bottom: 28px;
    display: flex;
    align-items: center;
    gap: 14px;
    max-width: 285px;
    padding: 18px 20px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 20px 46px rgba(8, 10, 28, 0.18);
}

.mtp-about-floating-card i {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #fff1ed;
    color: #ec4a2f;
    font-size: 1.2rem;
}

.mtp-about-floating-card span {
    color: #110942;
    font-weight: 600;
    line-height: 1.45;
}

.mtp-about-copy h2,
.mtp-about-heading h2,
.mtp-about-cta h2 {
    margin: 0 0 18px;
    color: #110942;
    font-size: clamp(1.65rem, 3vw, 2.35rem);
    font-weight: 600;
    line-height: 1.22;
    letter-spacing: -0.015em;
}

.mtp-about-copy p,
.mtp-about-heading p,
.mtp-about-cta p {
    color: #667085;
    font-size: 1rem;
    line-height: 1.85;
}

.mtp-about-feature-list,
.mtp-about-promise {
    display: grid;
    gap: 14px;
    margin-top: 26px;
}

.mtp-about-feature-list div,
.mtp-about-promise div {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #293241;
    font-weight: 600;
}

.mtp-about-feature-list i,
.mtp-about-promise i {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #fff1ed;
    color: #ec4a2f;
}

.mtp-about-heading {
    max-width: 760px;
    margin: 0 auto 36px;
    text-align: center;
}

.mtp-about-value-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.mtp-about-value-card {
    min-height: 100%;
    padding: 30px 24px;
    border: 1px solid #eef1f6;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(17, 9, 66, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mtp-about-value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 26px 58px rgba(17, 9, 66, 0.13);
}

.mtp-about-value-card i {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border-radius: 16px;
    background: linear-gradient(135deg, #fff5f2 0%, #ffece8 100%);
    color: #ec4a2f;
    font-size: 1.35rem;
}

.mtp-about-value-card h3 {
    margin: 0 0 10px;
    color: #110942;
    font-size: 1.05rem;
    font-weight: 600;
}

.mtp-about-value-card p {
    margin: 0;
    color: #667085;
    line-height: 1.7;
}

.mtp-about-image-stack {
    min-height: 520px;
}

.mtp-about-image-stack__small {
    position: absolute;
    left: -34px;
    bottom: 34px;
    width: 46%;
    min-height: 230px;
    object-fit: cover;
    border: 10px solid #fff;
    border-radius: 26px;
    box-shadow: 0 24px 58px rgba(17, 9, 66, 0.18);
}

.mtp-about-cta {
    padding: 0 0 90px;
    font-family: "Poppins", sans-serif;
    background: #fff;
}

.mtp-about-cta__card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 44px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 85% 20%, rgba(236, 74, 47, 0.28), transparent 28%),
        linear-gradient(135deg, #110942 0%, #1a2560 100%);
    box-shadow: 0 26px 70px rgba(17, 9, 66, 0.18);
}

.mtp-about-cta h2,
.mtp-about-cta p {
    color: #fff;
}

.mtp-about-cta p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
}



/* ---- Contact enquiry / thank-you (from contact-enquiry.css) ---- */

body.contact-page header {
    position: relative !important;
}

body.contact-page nav.navbar {
    position: relative !important;
}

.mtp-contact-details-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.mtp-contact-details-grid > div span {
    display: block;
    font-size: 0.78rem;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.mtp-contact-details-grid > div strong {
    display: block;
    color: #26364d;
}

.mtp-contact-details-grid__full {
    grid-column: 1 / -1;
}

.mtp-contact-alert {
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 16px;
    font-size: 0.9rem;
    line-height: 1.5;
}

.mtp-contact-alert--danger {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #b91c1c;
}

.mtp-contact-field-error {
    display: block;
    color: #dc2626;
    font-size: 0.82rem;
    margin-top: 4px;
}

.mtp-contact-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 12px 0 16px;
    font-size: 0.9rem;
    color: #4b5563;
    cursor: pointer;
}

.mtp-contact-checkbox input {
    margin-top: 3px;
}

.mtp-contact-phone-field .iti {
    width: 100%;
}

.mtp-contact-phone-input {
    width: 100%;
}

.validation-summary-valid {
    display: none;
}

.mtp-contact-confirm {
    padding: 60px 0 80px;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.mtp-contact-confirm__card {
    max-width: 720px;
    margin: 0 auto;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #e5e9f0;
    padding: 40px 32px;
    box-shadow: 0 12px 40px rgba(43, 48, 90, 0.08);
    text-align: center;
}

.mtp-contact-confirm__icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #ecfdf5;
    color: #059669;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.mtp-contact-confirm__card h1 {
    font-size: 1.75rem;
    margin-bottom: 8px;
    color: #2b305a;
}

.mtp-contact-confirm__card > p {
    color: #6b7280;
    margin-bottom: 24px;
}

.mtp-contact-confirm__ref {
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 24px;
}

.mtp-contact-confirm__ref span {
    display: block;
    font-size: 0.8rem;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.mtp-contact-confirm__ref strong {
    display: block;
    font-size: 1.4rem;
    color: #2b305a;
    margin: 4px 0 10px;
}

.mtp-contact-confirm__copy {
    font-size: 0.85rem;
    padding: 6px 14px;
}

.mtp-contact-confirm__details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    text-align: left;
    margin-bottom: 28px;
}

.mtp-contact-confirm__details > div span {
    display: block;
    font-size: 0.78rem;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.mtp-contact-confirm__details > div strong {
    display: block;
    color: #26364d;
    font-size: 0.95rem;
}

.mtp-contact-confirm__details > div small {
    display: block;
    color: #6b7280;
    font-size: 0.85rem;
}

.mtp-contact-confirm__message {
    grid-column: 1 / -1;
}

.mtp-contact-status {
    color: #059669 !important;
}

.mtp-contact-timeline {
    text-align: left;
    margin-bottom: 28px;
    padding: 0 8px;
}

.mtp-contact-timeline__item {
    display: flex;
    gap: 14px;
    padding: 10px 0;
    position: relative;
    color: #9ca3af;
}

.mtp-contact-timeline__item:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 28px;
    bottom: -4px;
    width: 2px;
    background: #e5e7eb;
}

.mtp-contact-timeline__item.is-done {
    color: #26364d;
}

.mtp-contact-timeline__item.is-done .mtp-contact-timeline__dot {
    background: #059669;
    border-color: #059669;
}

.mtp-contact-timeline__dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #d1d5db;
    flex-shrink: 0;
    margin-top: 2px;
}

.mtp-contact-timeline__item strong {
    display: block;
    font-size: 0.92rem;
}

.mtp-contact-timeline__item small {
    font-size: 0.8rem;
}

.mtp-contact-confirm__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

@media (max-width: 576px) {
    .mtp-contact-confirm__details {
        grid-template-columns: 1fr;
    }
}

/* Travel agencies page */
.mtp-agency-page {
    font-family: "Poppins", sans-serif;
    color: #110942;
    background: #fff;
}

.mtp-agency-hero-wrap {
    position: relative;
    padding-bottom: 36px;
    overflow: visible;
    background:
        radial-gradient(circle at 82% 38%, rgba(26, 37, 96, 0.07), transparent 32%),
        linear-gradient(180deg, #f7f8fb 0%, #fff 72%);
}

/* Top padding clears the absolutely-positioned white navbar on desktop */
.mtp-agency-hero {
    padding: 108px 0 88px;
    overflow: visible;
}

.mtp-agency-hero .row,
.mtp-agency-hero .col-lg-6 {
    overflow: visible;
}

.mtp-agency-hero__strip-wrap {
    position: relative;
    z-index: 3;
    margin-top: -56px;
}

.mtp-agency-badge {
    display: inline-flex;
    align-items: center;
    margin-bottom: 16px;
    padding: 6px 13px;
    border-radius: 999px;
    background: rgba(236, 74, 47, 0.1);
    color: #ec4a2f;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.mtp-agency-badge--light {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.92);
}

.mtp-agency-accent {
    color: #ec4a2f;
}

.mtp-agency-hero h1,
.mtp-agency-section h2,
.mtp-agency-section__head h2,
.mtp-agency-intro h2,
.mtp-agency-cta h2 {
    margin: 0 0 14px;
    color: #110942;
    font-size: clamp(1.75rem, 3.2vw, 2.65rem);
    font-weight: 600;
    line-height: 1.24;
    letter-spacing: -0.02em;
}

.mtp-agency-hero p,
.mtp-agency-section p,
.mtp-agency-section__head p,
.mtp-agency-intro p,
.mtp-agency-cta p {
    margin: 0;
    color: #667085;
    font-size: 0.98rem;
    line-height: 1.75;
}

.mtp-agency-hero__actions,
.mtp-agency-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.mtp-agency-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 11px 20px;
    border-radius: 11px;
    font-size: 0.92rem;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.mtp-agency-btn:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.mtp-agency-btn--primary {
    background: #ec4a2f;
    color: #fff;
    box-shadow: 0 12px 28px rgba(236, 74, 47, 0.28);
}

.mtp-agency-btn--primary:hover {
    color: #fff;
    background: #da3f27;
}

.mtp-agency-btn--outline {
    border: 1px solid #d5dbe8;
    background: #fff;
    color: #110942;
    box-shadow: 0 8px 20px rgba(17, 9, 66, 0.06);
}

.mtp-agency-btn--outline:hover {
    color: #110942;
    border-color: #ec4a2f;
}

.mtp-agency-btn--ghost {
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: transparent;
    color: #fff;
}

.mtp-agency-btn--ghost:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

/* Agency globe graphic */
.mtp-agency-globe {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
}

.mtp-agency-globe__img {
    width: min(100%, 520px);
    height: auto;
    display: block;
    object-fit: contain;
}

/* Floating stats strip */
.mtp-agency-strip__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    padding: 22px 16px;
    border: 1px solid #eef1f6;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 20px 56px rgba(17, 9, 66, 0.12);
}

.mtp-agency-strip__item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 20px;
}

.mtp-agency-strip__item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 44px;
    background: #e8ecf3;
}

.mtp-agency-strip__icon {
    position: relative;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    display: inline-block;
    border-radius: 12px;
    background: #fff5f2;
    color: #ec4a2f;
    font-size: 1.05rem;
}

.mtp-agency-strip__icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    line-height: 1;
}

.mtp-agency-strip__item strong {
    display: block;
    color: #110942;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.1;
}

.mtp-agency-strip__item span {
    display: block;
    margin-top: 2px;
    color: #667085;
    font-size: 0.78rem;
    font-weight: 500;
    line-height: 1.3;
}

/* Intro */
.mtp-agency-intro {
    padding: 56px 0 20px;
    background: #fff;
}

.mtp-agency-intro__card {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}

/* Sections */
.mtp-agency-section {
    padding: 64px 0;
    background: #fff;
}

.mtp-agency-section--soft {
    background: linear-gradient(180deg, #fbfcff 0%, #f4f6fa 100%);
}

.mtp-agency-section__head {
    max-width: 680px;
    margin: 0 auto 32px;
    text-align: center;
}

.mtp-agency-visual {
    position: relative;
}

.mtp-agency-visual img {
    width: 100%;
    min-height: 400px;
    object-fit: cover;
    border-radius: 22px;
    box-shadow: 0 22px 58px rgba(17, 9, 66, 0.14);
}

.mtp-agency-visual__tag {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 12px;
    background: rgba(17, 9, 66, 0.92);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 600;
    box-shadow: 0 14px 32px rgba(8, 10, 28, 0.2);
}

.mtp-agency-visual__tag--top {
    top: 18px;
    right: 18px;
}

.mtp-agency-visual__tag--bottom {
    left: 18px;
    bottom: 18px;
    max-width: 250px;
}

.mtp-agency-visual__tag i {
    color: #ec4a2f;
}

.mtp-agency-benefits {
    list-style: none;
    margin: 22px 0 0;
    padding: 0;
    display: grid;
    gap: 12px;
}

.mtp-agency-benefits li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #293241;
    font-size: 0.95rem;
    font-weight: 500;
}

.mtp-agency-benefits i {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: #fff1ed;
    color: #ec4a2f;
    font-size: 0.9rem;
}

/* Agency type cards (Adam Vacations style) */
.mtp-agency-types {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.mtp-agency-type-card {
    display: flex;
    flex-direction: column;
    border: 1px solid #eef1f6;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 16px 40px rgba(17, 9, 66, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mtp-agency-type-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 52px rgba(17, 9, 66, 0.12);
}

.mtp-agency-type-card__media {
    height: 180px;
    overflow: hidden;
}

.mtp-agency-type-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.mtp-agency-type-card:hover .mtp-agency-type-card__media img {
    transform: scale(1.05);
}

.mtp-agency-type-card__body {
    padding: 22px 22px 24px;
}

.mtp-agency-type-card__body h3 {
    margin: 0 0 10px;
    color: #110942;
    font-size: 1.05rem;
    font-weight: 600;
}

.mtp-agency-type-card__body p {
    margin: 0 0 14px;
    color: #667085;
    font-size: 0.9rem;
    line-height: 1.65;
}

.mtp-agency-type-card__body a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ec4a2f;
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
}

.mtp-agency-type-card__body a:hover {
    color: #da3f27;
}

/* Steps â€” centered numbers like reference */
.mtp-agency-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.mtp-agency-step {
    position: relative;
    padding: 52px 22px 28px;
    border: 1px solid #eef1f6;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(17, 9, 66, 0.08);
    text-align: center;
}

.mtp-agency-step__num {
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ec4a2f;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(236, 74, 47, 0.35);
    border: 4px solid #fff;
}

.mtp-agency-step__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin: 0 auto 16px;
    border-radius: 15px;
    background: linear-gradient(135deg, #fff5f2 0%, #ffece8 100%);
    color: #ec4a2f;
    font-size: 1.25rem;
}

.mtp-agency-step h3 {
    margin: 0 0 8px;
    color: #110942;
    font-size: 1rem;
    font-weight: 600;
}

.mtp-agency-step p {
    margin: 0;
    color: #667085;
    font-size: 0.88rem;
    line-height: 1.6;
}

/* Platform grid */
.mtp-agency-platform {
    padding: 64px 0;
    background: #fff;
}

.mtp-agency-platform__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.mtp-agency-platform__item {
    padding: 22px 18px;
    border: 1px solid #eef1f6;
    border-radius: 16px;
    background: #fbfcff;
    text-align: center;
}

.mtp-agency-platform__item i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-bottom: 12px;
    border-radius: 13px;
    background: #fff1ed;
    color: #ec4a2f;
    font-size: 1.1rem;
}

.mtp-agency-platform__item strong {
    display: block;
    margin-bottom: 6px;
    color: #110942;
    font-size: 0.95rem;
    font-weight: 600;
}

.mtp-agency-platform__item span {
    display: block;
    color: #667085;
    font-size: 0.84rem;
    line-height: 1.5;
}

/* Support bar */
.mtp-agency-support {
    padding: 0 0 48px;
    background: #fff;
}

.mtp-agency-support__bar {
    padding: 28px 32px;
    border-radius: 18px;
    background: linear-gradient(135deg, #f7f8fb 0%, #eef1f6 100%);
    border: 1px solid #e6eaf2;
    text-align: center;
}

.mtp-agency-support__bar p {
    max-width: 820px;
    margin: 0 auto 18px;
    color: #293241;
    font-size: 0.98rem;
    font-weight: 500;
    line-height: 1.7;
}

.mtp-agency-support__contacts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.mtp-agency-support__contacts a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #110942;
    font-size: 0.92rem;
    font-weight: 600;
    text-decoration: none;
}

.mtp-agency-support__contacts a i {
    color: #ec4a2f;
}

.mtp-agency-support__contacts a:hover {
    color: #ec4a2f;
}

/* CTA */
.mtp-agency-cta {
    padding: 0 0 72px;
    background: #fff;
}

.mtp-agency-cta .container {
    overflow: hidden;
}

.mtp-agency-cta__card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 20px 24px;
    min-height: 220px;
    padding: 40px 40px 40px 48px;
    border-radius: 26px;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 28%, rgba(236, 74, 47, 0.12), transparent 34%),
        linear-gradient(115deg, #110942 0%, #15124f 52%, #1c1860 100%);
    box-shadow: 0 26px 64px rgba(17, 9, 66, 0.28);
}

.mtp-agency-cta__copy {
    position: relative;
    z-index: 2;
    min-width: 0;
}

.mtp-agency-cta h2,
.mtp-agency-cta p {
    color: #fff;
}

.mtp-agency-cta h2 {
    color: #fff;
    font-size: clamp(1.35rem, 2.2vw, 1.7rem);
    margin-bottom: 10px;
}

.mtp-agency-cta p {
    color: rgba(255, 255, 255, 0.82);
    max-width: 420px;
    font-size: 0.9rem;
}

.mtp-agency-cta__actions {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin: 0;
}

.mtp-agency-cta__media {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.mtp-agency-cta__media img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    border: 10px solid #1a1454;
    box-shadow: 0 22px 52px rgba(8, 10, 28, 0.45);
}

/* Contact page */
.mtp-contact-cards {
    position: relative;
    z-index: 4;
    margin-top: -58px;
    font-family: "Poppins", sans-serif;
}

.mtp-contact-cards__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.mtp-contact-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 24px 16px;
    border: 1px solid #eef1f6;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(17, 9, 66, 0.1);
    text-align: center;
    text-decoration: none;
    color: #110942;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mtp-contact-card:hover {
    transform: translateY(-4px);
    color: #110942;
    text-decoration: none;
    box-shadow: 0 24px 56px rgba(17, 9, 66, 0.14);
}

.mtp-contact-card i {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: linear-gradient(135deg, #fff5f2 0%, #ffece8 100%);
    color: #ec4a2f;
    font-size: 1.2rem;
}

.mtp-contact-card strong {
    font-size: 0.98rem;
    font-weight: 600;
}

.mtp-contact-card small {
    color: #667085;
    font-size: 0.82rem;
}

.mtp-contact-form {
    padding: 30px 28px;
    border: 1px solid #eef1f6;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 22px 56px rgba(17, 9, 66, 0.1);
    font-family: "Poppins", sans-serif;
}

.mtp-contact-form__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.mtp-contact-form__field {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-bottom: 18px;
}

.mtp-contact-form__field label {
    color: #110942;
    font-size: 0.85rem;
    font-weight: 600;
}

.mtp-contact-form__field input,
.mtp-contact-form__field select,
.mtp-contact-form__field textarea {
    padding: 12px 14px;
    border: 1px solid #e2e6ef;
    border-radius: 12px;
    background: #fbfcff;
    color: #110942;
    font-family: inherit;
    font-size: 0.95rem;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.mtp-contact-form__field input:focus,
.mtp-contact-form__field select:focus,
.mtp-contact-form__field textarea:focus {
    border-color: #ec4a2f;
    box-shadow: 0 0 0 3px rgba(236, 74, 47, 0.12);
}

.mtp-contact-form__field textarea {
    resize: vertical;
}

.mtp-contact-form .mtp-about-btn {
    border: none;
    cursor: pointer;
}

.mtp-contact-form__done {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
    padding: 13px 16px;
    border-radius: 12px;
    background: #eefbf2;
    color: #17794a;
    font-weight: 600;
}

.mtp-contact-form__done i {
    color: #1da35e;
}

@media (max-width: 1199px) {
    .mtp-about-services__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .mtp-about-value-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mtp-dest-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .mtp-about-hero {
        min-height: auto;
        padding: 110px 0 90px;
    }

    .mtp-about-services {
        margin-top: -48px;
    }

    .mtp-about-services__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mtp-about-stats__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mtp-dest-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mtp-agency-steps {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .mtp-agency-types {
        grid-template-columns: 1fr;
    }

    .mtp-agency-platform__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mtp-agency-strip__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mtp-agency-strip__item::after {
        display: none;
    }

    .mtp-agency-strip__item {
        border-bottom: 1px solid #e6eaf2;
    }

    .mtp-agency-strip__item:nth-last-child(-n+2) {
        border-bottom: none;
    }

    .mtp-agency-hero {
        padding: 28px 0 72px;
    }

    .mtp-agency-cta__card {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 32px 28px;
    }

    .mtp-agency-cta__media {
        justify-self: center;
    }

    .mtp-agency-cta__media img {
        width: 180px;
        height: 180px;
    }

    .mtp-agency-globe {
        margin-top: 8px;
    }

    .mtp-agency-globe__img {
        width: min(100%, 400px);
    }

    .mtp-agency-section {
        padding: 56px 0;
    }

    .mtp-contact-cards {
        margin-top: -40px;
    }

    .mtp-contact-cards__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mtp-about-section {
        padding: 70px 0;
    }

    .mtp-about-image-stack {
        min-height: auto;
        padding-bottom: 80px;
    }

    .mtp-about-image-stack__small {
        left: 24px;
        bottom: 0;
    }

    .mtp-about-cta__card {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .mtp-about-hero {
        padding: 90px 0 74px;
    }

    .mtp-about-hero p {
        font-size: 0.98rem;
    }

    .mtp-about-stats {
        margin-top: 20px;
    }

    .mtp-about-stats__grid,
    .mtp-about-value-grid,
    .mtp-about-services__grid,
    .mtp-dest-grid,
    .mtp-contact-cards__grid,
    .mtp-contact-form__row {
        grid-template-columns: 1fr;
    }

    .mtp-dest-grid .mtp-dest-card {
        min-height: 200px;
    }

    .mtp-contact-form {
        padding: 22px 18px;
        border-radius: 20px;
    }

    .mtp-agency-hero {
        padding: 24px 0 72px;
    }

    .mtp-agency-hero__strip-wrap {
        margin-top: -44px;
    }

    .mtp-agency-hero__actions,
    .mtp-agency-cta__actions {
        flex-direction: column;
    }

    .mtp-agency-btn {
        width: 100%;
    }

    .mtp-agency-strip__grid {
        grid-template-columns: 1fr;
        padding: 14px;
    }

    .mtp-agency-strip__item {
        border-bottom: 1px solid #eef1f6;
        padding: 12px 8px;
    }

    .mtp-agency-strip__item:last-child {
        border-bottom: none;
    }

    .mtp-agency-types,
    .mtp-agency-platform__grid {
        grid-template-columns: 1fr;
    }

    .mtp-agency-support__bar {
        padding: 22px 18px;
    }

    .mtp-agency-support__contacts {
        flex-direction: column;
        gap: 10px;
    }

    .mtp-agency-visual img {
        min-height: 280px;
    }

    .mtp-agency-visual__tag--top {
        top: 14px;
        right: 14px;
        font-size: 0.78rem;
    }

    .mtp-agency-visual__tag--bottom {
        left: 14px;
        bottom: 14px;
        max-width: 220px;
        font-size: 0.78rem;
    }

    .mtp-agency-cta__card {
        padding: 28px 22px;
    }

    .mtp-agency-cta__actions {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .mtp-agency-cta__media img {
        width: 160px;
        height: 160px;
        border-width: 8px;
    }

    .mtp-about-stats__grid {
        padding: 14px;
        border-radius: 20px;
    }

    .mtp-about-image-card img,
    .mtp-about-image-stack__main {
        min-height: 320px;
        border-radius: 22px;
    }

    .mtp-about-floating-card {
        position: relative;
        right: auto;
        bottom: auto;
        margin: -42px 16px 0;
    }

    .mtp-about-image-stack {
        padding-bottom: 0;
    }

    .mtp-about-image-stack__small {
        position: relative;
        left: auto;
        bottom: auto;
        width: 72%;
        min-height: 170px;
        margin: -60px 0 0 18px;
        border-width: 8px;
    }

    .mtp-about-cta {
        padding-bottom: 64px;
    }

    .mtp-about-cta__card {
        padding: 30px 22px;
        border-radius: 22px;
    }

    .mtp-about-btn {
        width: 100%;
    }
}

/* Legal / policy pages */
.mtp-legal-hero .mtp-about-hero__content {
    max-width: 820px;
}

.mtp-legal-hero__meta {
    margin-top: 14px;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.78);
}

.mtp-legal-body {
    padding: 72px 0 88px;
    background: #f7faff;
    font-family: "Poppins", sans-serif;
}

.mtp-legal-body--compact {
    padding-top: 0;
    padding-bottom: 88px;
}

.mtp-legal-shell {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 32px;
    align-items: start;
}

.mtp-legal-sidebar__card {
    position: sticky;
    top: 110px;
    padding: 24px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #e4ebf8;
    box-shadow: 0 16px 40px rgba(11, 77, 186, 0.08);
}

.mtp-legal-sidebar__card > strong {
    display: block;
    margin-bottom: 14px;
    color: #0d1b52;
    font-size: 1rem;
}

.mtp-legal-sidebar__nav {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.mtp-legal-sidebar__link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 12px;
    border-radius: 12px;
    color: #4a5878;
    text-decoration: none;
    font-size: 0.9rem;
    transition: background 0.2s ease, color 0.2s ease;
}

.mtp-legal-sidebar__link i {
    width: 18px;
    color: #0b4dba;
}

.mtp-legal-sidebar__link:hover,
.mtp-legal-sidebar__link.is-active {
    background: #edf3ff;
    color: #0b4dba;
    text-decoration: none;
}

.mtp-legal-sidebar__help {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e8eef8;
}

.mtp-legal-sidebar__help p {
    margin: 0 0 12px;
    color: #5d6b88;
    font-size: 0.86rem;
}

.mtp-legal-sidebar__help .mtp-about-btn {
    width: 100%;
    justify-content: center;
}

.mtp-legal-content {
    padding: 36px 40px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid #e4ebf8;
    box-shadow: 0 20px 48px rgba(11, 77, 186, 0.06);
    color: #334155;
}

.mtp-legal-lead {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #4a5878;
    margin-bottom: 28px;
}

.mtp-legal-content h2 {
    margin: 32px 0 12px;
    color: #0d1b52;
    font-size: 1.35rem;
    font-weight: 700;
}

.mtp-legal-content h2:first-child {
    margin-top: 0;
}

.mtp-legal-content h3 {
    margin: 20px 0 8px;
    color: #17356f;
    font-size: 1.05rem;
    font-weight: 600;
}

.mtp-legal-content p,
.mtp-legal-content li {
    line-height: 1.75;
    font-size: 0.95rem;
}

.mtp-legal-content ul,
.mtp-legal-content ol {
    padding-left: 1.2rem;
    margin-bottom: 16px;
}

.mtp-legal-content a {
    color: #0b4dba;
    text-decoration: underline;
}

.mtp-legal-info {
    padding: 18px 20px;
    border-radius: 16px;
    background: #f3f7ff;
    border: 1px solid #dce6f8;
    margin: 16px 0 24px;
}

.mtp-legal-info p {
    margin: 0 0 6px;
}

.mtp-legal-info p:last-child {
    margin-bottom: 0;
}

.mtp-legal-alert {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 16px 18px;
    margin: 0 0 24px;
    border-radius: 14px;
    background: #fff7f2;
    border: 1px solid #ffd8c8;
    color: #7a3b1f;
}

.mtp-legal-alert i {
    color: #ec4a2f;
    margin-top: 3px;
}

.mtp-legal-alert p {
    margin: 0;
}

.mtp-legal-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 16px 0 24px;
}

.mtp-legal-card {
    padding: 18px;
    border-radius: 16px;
    background: #f8fbff;
    border: 1px solid #e2ebf8;
}

.mtp-legal-card i {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #edf3ff;
    color: #0b4dba;
    margin-bottom: 10px;
}

.mtp-legal-card strong {
    display: block;
    color: #0d1b52;
    margin-bottom: 6px;
}

.mtp-legal-card p {
    margin: 0;
    font-size: 0.88rem;
    color: #5d6b88;
}

.mtp-legal-cta {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #e8eef8;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.mtp-legal-cta p {
    margin: 0;
    font-weight: 600;
    color: #0d1b52;
}

.mtp-about-eyebrow--dark {
    background: #edf3ff;
    color: #0b4dba;
}

.mtp-about-heading--center {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 36px;
}

/* Testimonials page */
.mtp-testimonials-stats {
    margin-top: -42px;
    position: relative;
    z-index: 2;
    padding-bottom: 24px;
    font-family: "Poppins", sans-serif;
}

.mtp-testimonials-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    padding: 22px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #e4ebf8;
    box-shadow: 0 20px 48px rgba(11, 77, 186, 0.1);
}

.mtp-testimonials-stat {
    text-align: center;
    padding: 10px 8px;
}

.mtp-testimonials-stat strong {
    display: block;
    font-size: 1.8rem;
    color: #0b4dba;
    line-height: 1.1;
}

.mtp-testimonials-stat span {
    display: block;
    margin-top: 6px;
    font-size: 0.82rem;
    color: #5d6b88;
}

.mtp-testimonials-featured {
    padding: 16px 0 56px;
    font-family: "Poppins", sans-serif;
}

.mtp-testimonials-featured__card {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 0;
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e4ebf8;
    box-shadow: 0 24px 56px rgba(11, 77, 186, 0.1);
}

.mtp-testimonials-featured__media img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
}

.mtp-testimonials-featured__body {
    padding: 40px 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mtp-testimonials-featured__body blockquote {
    margin: 16px 0 20px;
    font-size: 1.2rem;
    line-height: 1.7;
    color: #0d1b52;
    font-weight: 500;
}

.mtp-testimonials-featured__body cite {
    font-style: normal;
}

.mtp-testimonials-featured__body cite strong {
    display: block;
    color: #0d1b52;
}

.mtp-testimonials-featured__body cite span {
    color: #5d6b88;
    font-size: 0.88rem;
}

.mtp-testimonials-stars {
    display: flex;
    gap: 4px;
    color: #ff9a2f;
    font-size: 0.9rem;
}

.mtp-testimonials-stars .is-muted {
    color: #d5deee;
}

.mtp-testimonials-grid-section {
    padding: 0 0 72px;
    font-family: "Poppins", sans-serif;
}

.mtp-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.mtp-testimonials-card {
    padding: 22px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #e4ebf8;
    box-shadow: 0 12px 32px rgba(11, 77, 186, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.mtp-testimonials-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 44px rgba(11, 77, 186, 0.12);
}

.mtp-testimonials-card__top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.mtp-testimonials-card__avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.mtp-testimonials-card__top strong {
    display: block;
    color: #0d1b52;
    font-size: 0.95rem;
}

.mtp-testimonials-card__top small {
    color: #6b7c98;
    font-size: 0.8rem;
}

.mtp-testimonials-card .mtp-testimonials-stars {
    margin-bottom: 12px;
}

.mtp-testimonials-card p {
    margin: 0;
    color: #4a5878;
    line-height: 1.7;
    font-size: 0.92rem;
}

.mtp-testimonials-why {
    padding: 0 0 72px;
    font-family: "Poppins", sans-serif;
}

.mtp-testimonials-why__image img {
    width: 100%;
    border-radius: 24px;
    min-height: 320px;
    object-fit: cover;
    box-shadow: 0 24px 56px rgba(11, 77, 186, 0.12);
}

@media (max-width: 991px) {
    .mtp-legal-shell {
        grid-template-columns: 1fr;
    }

    .mtp-legal-sidebar__card {
        position: static;
    }

    .mtp-legal-sidebar__nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mtp-testimonials-stats__grid,
    .mtp-testimonials-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mtp-testimonials-featured__card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .mtp-legal-body {
        padding: 48px 0 64px;
    }

    .mtp-legal-content {
        padding: 24px 20px;
    }

    .mtp-legal-cards,
    .mtp-legal-sidebar__nav,
    .mtp-testimonials-stats__grid,
    .mtp-testimonials-grid {
        grid-template-columns: 1fr;
    }

    .mtp-testimonials-featured__body {
        padding: 28px 22px;
    }

    .mtp-testimonials-featured__body blockquote {
        font-size: 1.05rem;
    }

    .mtp-legal-cta {
        flex-direction: column;
        align-items: flex-start;
    }

    .mtp-legal-cta .mtp-about-btn {
        width: 100%;
        justify-content: center;
    }
}


/* —— Homepage CMS (preview + shared) —— */
.mtp-home-promo,
.mtp-home-trendy,
.mtp-home-routes,
.mtp-home-why,
.mtp-home-faq,
.mtp-home-deals {
  background: #fbfbfb;
}

.mtp-home-promo {
  padding: 28px 0;
  background: #fff;
}

.mtp-home-promo .right_text h2 {
  color: #003546;
  font-size: 1.55rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.mtp-home-promo .right_text p {
  color: #5a6a75;
  font-size: 0.95rem;
  line-height: 1.65;
}

.mtp-home-promo .view-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
  color: #003546;
  font-weight: 600;
  text-decoration: none;
}

.mtp-home-promo .arrow-circle {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #7ac943;
  color: #fff;
}

.mtp-home-trendy,
.mtp-home-why,
.mtp-home-faq,
.mtp-home-deals {
  padding: 24px 0;
}

.mtp-home-trendy .heading,
.mtp-home-why .heading,
.mtp-home-faq .heading,
.mtp-home-deals .heading,
.mtp-home-routes .headinged {
  font-size: 1.6rem;
  color: #003546;
  margin: 0 0 1rem 0.35rem;
}

.mtp-home-trendy .destination-card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 1rem;
  box-shadow: 0 2px 12px rgba(0,0,0,.08);
}

.mtp-home-trendy .destination-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.mtp-home-trendy .destination-name {
  position: absolute;
  left: 14px;
  bottom: 14px;
  background: #fff;
  color: #003546;
  padding: 6px 14px;
  border-radius: 30px;
  font-weight: 500;
}

.mtp-home-routes {
  padding: 24px 0 10px;
}

.mtp-home-routes .prodct {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid #edf0f3;
  border-radius: 12px;
  margin-bottom: 12px;
  background: #fff;
}

.mtp-home-routes .loctn img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 10px;
}

.mtp-home-routes .text_flgt h6 {
  margin: 0;
  color: #003546;
  font-weight: 700;
}

.mtp-home-routes .text_flgt p {
  margin: 4px 0 0;
  color: #6b7a86;
  font-size: 0.85rem;
}

.mtp-home-why .feature-box {
  background: #fff;
  border-radius: 12px;
  padding: 18px 14px;
  text-align: center;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
  height: 100%;
}

.mtp-home-why .feature-box img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin-bottom: 10px;
}

.mtp-home-why .feature-box h5 {
  color: #003546;
  font-size: 1rem;
  margin-bottom: 6px;
}

.mtp-home-why .feature-box p {
  color: #6b7a86;
  font-size: 0.88rem;
  margin: 0;
}

.mtp-home-faq .accordion-item {
  border: 1px solid #e8ebf0;
  border-radius: 10px !important;
  overflow: hidden;
  margin-bottom: 10px;
  background: #fff;
}

.mtp-home-faq .accordion-button {
  background: #fff;
  color: #003546;
  font-weight: 600;
  box-shadow: none;
}

.mtp-home-faq .accordion-body {
  color: #5a6a75;
  font-size: 0.92rem;
  line-height: 1.6;
}

.mtp-home-deals .flight-deals__sub {
  margin: -4px 0 18px 10px;
  color: #5a6a75;
  font-size: 15px;
}

.mtp-home-deals .flight-deal-card {
  display: block;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 2px 12px rgba(0,0,0,.08);
  padding: 18px 16px 14px;
  text-decoration: none;
  color: inherit;
  height: 100%;
  border: 1px solid #eef1f4;
}

.mtp-home-deals .flight-deal-card__route {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
}

.mtp-home-deals .flight-deal-card__city strong {
  display: block;
  font-size: 22px;
  color: #003546;
}

.mtp-home-deals .flight-deal-card__city span {
  display: block;
  font-size: 13px;
  color: #6b7a86;
}

.mtp-home-deals .flight-deal-card__plane { color: #ff5a3d; }

.mtp-home-deals .flight-deal-card__meta {
  display: flex;
  justify-content: space-between;
  margin: 0 0 14px;
  font-size: 13px;
  color: #5a6a75;
}

.mtp-home-deals .flight-deal-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #edf0f3;
  padding-top: 12px;
}

.mtp-home-deals .flight-deal-card__fare {
  font-size: 18px;
  font-weight: 700;
  color: #003546;
}

.mtp-home-deals .flight-deal-card__cta {
  border: 1px solid #7ac943;
  border-radius: 30px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 600;
}
