:root {
    --ptx-navy: #001b3f;
    --ptx-blue: #1676ad;
    --ptx-red: #ed1c24;
    --ptx-red-dark: #c91018;
    --ptx-soft-blue: #eaf2fa;
    --ptx-line: #dce5ec;
    --ptx-text: #4a5a6b;
}

body {
    font-family: "IBM Plex Sans", Arial, sans-serif;
    color: #10213f;
    background: #fff;
}

a {
    text-decoration: none;
}

.preloader {
    display: none !important;
}

.main {
    background: #fff;
}

.site-breadcrumb {
    position: relative;
    padding: 142px 0 74px;
    background-position: center !important;
    background-size: cover !important;
    overflow: hidden;
}

.site-breadcrumb::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 27, 63, .9), rgba(0, 27, 63, .58));
}

.site-breadcrumb::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 8px;
    background: var(--ptx-red);
}

.site-breadcrumb .container {
    position: relative;
    z-index: 1;
}

.breadcrumb-title {
    color: #fff;
    font-size: clamp(34px, 4vw, 56px);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.08;
    margin-bottom: 12px;
}

.breadcrumb-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin: 0;
    padding: 0;
}

.breadcrumb-menu li,
.breadcrumb-menu li a {
    color: rgba(255, 255, 255, .88);
    font-weight: 700;
}

.breadcrumb-menu li a:hover {
    color: #70c9ff;
}

.service-area.bg,
.service-single-area {
    background: var(--ptx-soft-blue) !important;
}

.ptx-service-intro {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfe 100%);
    border-bottom: 1px solid var(--ptx-line);
    padding: 22px 0 26px;
}

.ptx-service-intro-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 22px 24px;
    border: 1px solid #c8dff0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(0, 27, 63, .06);
}

.ptx-service-intro-copy {
    max-width: 760px;
}

.ptx-service-intro-copy h2 {
    color: var(--ptx-navy);
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 800;
    line-height: 1.15;
    margin: 8px 0 12px;
}

.ptx-service-intro-copy p {
    color: var(--ptx-text);
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

.ptx-service-intro-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex-shrink: 0;
}

.ptx-service-intro-link {
    color: var(--ptx-blue);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.ptx-service-intro-link:hover {
    color: var(--ptx-navy);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.py-120 {
    padding-top: 70px;
    padding-bottom: 74px;
}

.site-heading {
    margin-bottom: 34px;
}

.site-title-tagline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--ptx-red);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.site-title {
    color: var(--ptx-navy);
    font-size: clamp(30px, 3vw, 42px);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.15;
}

.site-title span {
    color: var(--ptx-blue);
}

.heading-divider {
    background: var(--ptx-red);
    height: 4px;
    width: 72px;
    margin: 18px auto 0;
    border-radius: 999px;
}

.service-item,
.service-sidebar .widget,
.service-details {
    border: 1px solid #c8dff0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(0, 27, 63, .08);
}

.service-item {
    height: calc(100% - 24px);
    margin-bottom: 24px;
    overflow: hidden;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.service-item:hover {
    border-color: var(--ptx-navy);
    box-shadow: 0 18px 44px rgba(0, 27, 63, .14);
    transform: translateY(-3px);
}

.service-img img,
.service-details-img img,
.service-details figure img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.service-img > img {
    width: 100%;
    aspect-ratio: 4 / 3;
}

.service-icon {
    background: #e7f1fb !important;
    border-radius: 8px;
}

.service-content {
    padding: 24px;
}

.service-title,
.service-title a,
.service-details h2,
.service-details h3,
.widget-title {
    color: var(--ptx-navy) !important;
    font-weight: 800;
    letter-spacing: 0;
}

.service-text,
.service-details p,
.service-details figcaption {
    color: var(--ptx-text);
    font-size: 16px;
    line-height: 1.7;
}

.theme-btn,
.service-download a,
.booking-option-link {
    border-radius: 7px !important;
    background: var(--ptx-red) !important;
    color: #fff !important;
    font-weight: 800;
    box-shadow: none !important;
}

.theme-btn:hover,
.service-download a:hover {
    background: var(--ptx-red-dark) !important;
    color: #fff !important;
}

.service-single-wrapper > .row {
    row-gap: 24px;
}

.service-sidebar {
    position: sticky;
    top: 96px;
}

.service-sidebar .widget {
    padding: 24px;
    margin-bottom: 22px;
}

.category-list a {
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid var(--ptx-line);
    color: #263746 !important;
    font-weight: 700;
    line-height: 1.35;
    padding: 12px 0;
}

.category-list a:hover {
    color: var(--ptx-blue) !important;
}

.category-list a:last-child {
    border-bottom: 0;
}

.service-details {
    padding: 28px;
}

.service-details .service-details {
    border: 0;
    box-shadow: none;
    padding: 0;
}

.service-details-img {
    overflow: hidden;
    border-radius: 8px;
}

.ptx-service-summary {
    display: grid;
    gap: 18px;
    margin: 0 0 28px;
}

.ptx-service-lead {
    color: #1f2937;
    font-size: 18px;
    line-height: 1.75;
    margin: 0;
}

.ptx-service-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 22px 0 0;
}

.ptx-service-cta-row .theme-btn {
    justify-content: center;
}

.ptx-step-card {
    height: 100%;
    border: 1px solid #c8dff0;
    border-radius: 8px;
    background: #f8fbfe;
    padding: 18px;
}

.ptx-step-card figure {
    margin: 0;
}

.ptx-step-card img {
    width: 100%;
    max-height: 360px;
    border-radius: 8px;
    object-fit: cover;
}

.ptx-step-card figcaption {
    margin-top: 14px;
}

.ptx-service-note {
    border-left: 4px solid var(--ptx-red);
    background: #fff7f7;
    color: #334155;
    line-height: 1.7;
    margin: 24px 0;
    padding: 16px 18px;
}

.service-single-list {
    display: grid;
    gap: 10px;
    margin: 18px 0 0;
    padding: 0;
}

.service-single-list li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: var(--ptx-text);
    line-height: 1.6;
}

.service-single-list i {
    color: var(--ptx-blue) !important;
    margin-top: 4px;
}

.footer-area.ptx-footer .container,
.ptx-site-header .ptx-header-inner {
    max-width: 1280px;
}

@media (max-width: 991px) {
    .service-sidebar {
        position: static;
    }
}

@media (max-width: 640px) {
    .site-breadcrumb {
        padding: 118px 0 56px;
    }

    .ptx-service-intro {
        padding: 16px 0 20px;
    }

    .ptx-service-intro-panel {
        padding: 18px 18px 16px;
        flex-direction: column;
        align-items: flex-start;
    }

    .ptx-service-intro-actions {
        width: 100%;
    }

    .ptx-service-intro-actions .theme-btn,
    .ptx-service-intro-link {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .py-120 {
        padding-top: 48px;
        padding-bottom: 52px;
    }

    .service-details,
    .service-sidebar .widget,
    .service-content {
        padding: 20px;
    }

    .ptx-service-cta-row .theme-btn {
        width: 100%;
    }
}
