/* Custom CTA button styles for footer */

.cta-section .btn-cta-call {
    background-color: #bfc3c7; /* matches Kontaktujte nás text color */
    color: #222 !important; /* dark text, matches current button text */
    border: none;
    border-radius: 50px;
    font-size: 1.125rem;
    font-family: var(--font-family-base, "DM Sans"), sans-serif;
    font-weight: 600;
    padding: 0.75rem 2rem;
    transition: background 0.2s, color 0.2s;
}

.cta-section .btn-cta-call:hover,
.cta-section .btn-cta-call:focus {
    background: #fff;
    color: #222 !important;
    /* keep current hover effect (white background, dark text) */
}

:where(a, button, input, textarea, select, .calendar-day.selectable, [tabindex="0"]):focus-visible {
    outline: 3px solid #fd5523;
    outline-offset: 3px;
}

:where(input, textarea, select):focus-visible {
    border-color: #fd5523;
    box-shadow: 0 0 0 0.2rem rgba(253, 85, 35, 0.18);
}

.canvas-menu .canvas-close:focus-visible,
.btn-close:focus-visible,
.navbar .navbar-toggler.offcanvas-nav-btn:focus-visible,
.navbar .dropdown .dropdown-toggle:focus-visible {
    outline: 3px solid #fd5523;
    outline-offset: 4px;
    box-shadow: 0 0 0 0.15rem rgba(253, 85, 35, 0.18);
}

.calendar-day.selectable:focus-visible {
    position: relative;
    z-index: 2;
}

.scroll-top {
    border: 0;
    padding: 0;
}

.promo-notice {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    padding: 0.95rem 1.15rem;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(253, 85, 35, 0.95), rgba(255, 172, 0, 0.92));
    box-shadow: 0 18px 45px rgba(2, 14, 40, 0.16);
    color: var(--white);
}

.promo-notice--link {
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.promo-notice--link:hover,
.promo-notice--link:focus-visible {
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 22px 52px rgba(2, 14, 40, 0.2);
}

.promo-notice__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 96px;
    min-height: 36px;
    padding: 0.25rem 1.05rem;
    border-radius: 999px;
    background: rgba(var(--white-rgb), 0.18);
    border: 1px solid rgba(var(--white-rgb), 0.3);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.promo-notice__content {
    flex: 1 1 auto;
    min-width: 0;
}

.promo-notice__content strong {
    display: block;
    color: var(--white);
    font-size: 1.05rem;
    line-height: 1.25;
}

.promo-notice__content p {
    margin: 0.15rem 0 0;
    color: rgba(var(--white-rgb), 0.92);
    font-size: 0.92rem;
    line-height: 1.35;
}

.promo-notice--hero {
    display: flex;
    width: 100%;
    max-width: calc(100% - clamp(24px, 4vw, 64px));
    margin: 1rem 0 1.35rem;
}

.promo-notice--reservation {
    display: flex;
    max-width: 720px;
    margin: 0 auto 2rem;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .promo-notice--hero {
        width: 100%;
        max-width: calc(100% - clamp(20px, 4vw, 48px));
        gap: 0.75rem;
        align-items: flex-start;
    }

    .promo-notice--hero .promo-notice__badge {
        flex: 0 0 auto;
        min-width: 88px;
        padding-inline: 0.9rem;
    }
}

.homepage-partner-card {
    gap: 2rem;
    padding: 2.5rem 2.75rem;
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(2, 14, 40, 0.08);
}

.homepage-partner-card__logo {
    flex: 0 0 auto;
}

.homepage-partner-card__logo-frame {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 300px);
    padding: 1rem 1.25rem;
    border-radius: 22px;
    background: rgba(var(--white-rgb), 0.96);
    border: 1px solid rgba(2, 14, 40, 0.08);
    box-shadow: 0 14px 32px rgba(2, 14, 40, 0.08);
}

.homepage-partner-card__logo-frame img {
    display: block;
    width: min(100%, 240px);
    max-width: 240px;
    max-height: 78px;
    height: auto;
    object-fit: contain;
}

.homepage-partner-card__content {
    flex: 1 1 auto;
    max-width: 760px;
}

.homepage-partner-card__content .sub-title {
    margin-bottom: 0.75rem;
}

.homepage-partner-card__content h2 {
    font-size: clamp(2rem, 2.6vw, 2.6rem);
}

.homepage-partner-card__content p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.7;
}

.homepage-partner-card__action {
    flex: 0 0 auto;
}

@media (min-width: 1600px) {
    .homepage-hero-wrap {
        max-width: 1680px;
        margin-left: auto;
        margin-right: auto;
        overflow: visible;
    }

    .slider-section .hero-content {
        max-width: 720px;
        padding-left: clamp(88px, 7vw, 128px);
        padding-right: 32px;
    }

    .promo-notice--hero {
        max-width: calc(100% - 32px);
    }

    .homepage-hero > .container-fluid {
        width: 100%;
    }
}

.contact-form .contact-recaptcha-wrap {
    min-height: 78px;
}

.contact-form .contact-recaptcha-placeholder {
    display: flex;
    align-items: center;
    min-height: 58px;
    padding: 0.9rem 1.25rem;
    border-radius: 30px;
    background: rgba(var(--white-rgb), 0.94);
    color: var(--headings-color);
    font-size: 0.95rem;
    line-height: 1.45;
}

.contact-form #contact-required-note {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0.7rem 1rem;
    border-radius: 18px;
    background: rgba(2, 14, 40, 0.62);
    border: 1px solid rgba(var(--white-rgb), 0.18);
    color: rgba(var(--white-rgb), 0.96);
    font-size: 0.95rem;
    line-height: 1.4;
    box-shadow: 0 10px 26px rgba(2, 14, 40, 0.12);
}

@media (max-width: 575.98px) {
    .promo-notice,
    .promo-notice--reservation {
        display: flex;
        align-items: flex-start;
        width: 100%;
    }

    .promo-notice {
        gap: 0.75rem;
        padding: 0.9rem 1rem;
        border-radius: 20px;
    }

    .promo-notice__badge {
        min-width: 84px;
        min-height: 32px;
        padding-inline: 0.85rem;
    }

    .promo-notice__content strong {
        font-size: 0.98rem;
    }

    .promo-notice__content p {
        font-size: 0.88rem;
    }

    .homepage-partner-card {
        padding: 1.5rem;
        gap: 1.25rem;
    }

    .homepage-partner-card__logo-frame {
        width: min(100%, 260px);
        padding: 0.9rem 1rem;
    }

    .homepage-partner-card__logo-frame img {
        max-width: 210px;
        max-height: 68px;
    }

    .homepage-partner-card__action .btn {
        width: 100%;
    }

    .contact-form .contact-recaptcha-wrap {
        overflow-x: auto;
    }

    .contact-form .contact-recaptcha-wrap .g-recaptcha {
        transform: scale(0.88);
        transform-origin: left top;
    }

    .contact-form #contact-required-note {
        display: block;
        width: 100%;
        padding: 0.75rem 0.95rem;
        font-size: 0.92rem;
        line-height: 1.45;
    }

    .review-wrapper .swiper-pagination {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    .slider-section > .abs-img.top-0,
    .slider-section > .anim-img.moveXS.bottom-0,
    .about-section .anim-img.moveY,
    .process-sec > .abs-img.end-0.top-0,
    .review-sec .anim-img.left-bottom,
    .review-sec .anim-img.right-bottom,
    .pricing-sec > .abs-img.moveY {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .footer-widgets > .col-lg-3:nth-child(1) {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 2.25rem;
        padding-right: calc(var(--bs-gutter-x) * 0.5);
    }

    .footer-widgets > .col-lg-3:nth-child(2) {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }

    .footer-widgets > .col-lg-3:nth-child(3) {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
        padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
    }

    .footer-widgets > .col-lg-3:nth-child(4) {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }

    .footer-widget.about-footer {
        max-width: none;
    }

    .footer-widget .widget-title {
        font-size: 21px;
        line-height: 1.15;
        margin-bottom: 36px;
    }

    .footer-widget .widget-title:before {
        top: 34px;
    }

    .footer-widget .widget-title:after {
        top: 33px;
    }

    .footer-widget.contact-widget .widget-title {
        white-space: nowrap;
    }

    .footer-widget .footer-email-link {
        display: inline-block;
        font-size: 14px;
        line-height: 1.3;
        white-space: nowrap;
        word-break: normal;
        overflow-wrap: normal;
    }
}

@media (max-width: 991.98px) {
    .contact-sec .contact-tabs .nav-tabs {
        justify-content: flex-start;
    }

    .contact-sec .contact-tabs .nav-tabs .nav-item {
        width: auto;
        flex: 0 0 auto;
        max-width: 100%;
    }

    .contact-sec .contact-tabs .nav-tabs .nav-item .nav-link {
        display: inline-flex;
        align-items: center;
        gap: 0.55rem;
        width: auto;
        max-width: 100%;
        padding: 14px 0;
        font-size: 18px;
        line-height: 1.2;
        white-space: nowrap;
    }

    .contact-sec .contact-tabs .nav-tabs .nav-item .nav-link:before {
        display: none;
    }

    .contact-sec .contact-tabs .nav-tabs .nav-item .nav-link i {
        position: static;
        transform: none;
        flex: 0 0 auto;
    }

    .contact-widgets .contact-card .contact-info ul li:nth-child(2) {
        white-space: nowrap;
        line-height: 1.3;
    }
}

@media (max-width: 575.98px) {
    .contact-sec .contact-tabs .nav-tabs .nav-item .nav-link {
        font-size: 17px;
    }
}

.choose-circle .container-size {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    min-height: 88px;
    padding: 0.5rem 1rem;
    border: 2px solid rgba(253, 85, 35, 0.16);
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(2, 14, 40, 0.08);
    font-family: var(--font-family-headings, "Onest"), sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
    color: var(--headings-color);
}

.about-section .about-m2 .ab-stat2 {
    max-width: 210px;
    padding: 18px 16px;
}

.about-section .about-m2 .ab-stat2 .unit {
    display: block;
    font-size: clamp(1.15rem, 1.4vw, 1.45rem);
    line-height: 1.05;
}

.about-section .about-m2 .ab-stat2 p {
    margin-top: 0.35rem;
    line-height: 1.15;
}

.homepage-size-grid {
    display: grid;
    grid-template-columns: repeat(3, 88px);
    gap: 0.85rem;
    width: fit-content;
    max-width: 100%;
}

.homepage-size-grid .container-size {
    width: 88px;
    height: 88px;
    min-width: 88px;
    min-height: 88px;
    padding: 0.5rem;
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
}

.homepage-process-stat {
    width: fit-content;
    max-width: 210px;
    margin: 0 auto 28px;
    padding: 18px 16px;
    text-align: center;
    line-height: 1;
}

.homepage-process-stat .display-1 {
    color: var(--white);
    line-height: 1;
    font-weight: 800;
}

.homepage-process-stat .unit {
    display: block;
    color: var(--white);
    font-family: var(--font-family-headings, "Onest"), sans-serif;
    font-size: clamp(1.15rem, 1.4vw, 1.45rem);
    line-height: 1.05;
}

.homepage-process-stat p {
    margin-top: 0.35rem;
    margin-bottom: 0;
    color: rgba(var(--white-rgb), 0.82);
    line-height: 1.15;
}

.homepage-hero-wrap {
    position: relative;
}

.homepage-hero-wrap > .trust-badge {
    z-index: 6;
    pointer-events: none;
}

.homepage-hero-wrap > .trust-badge .trust-badge-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--white);
    width: 130px;
    height: 130px;
    background-color: rgba(var(--white-rgb), 0.3);
}

.homepage-hero-wrap > .trust-badge .trust-badge-copy::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: var(--primary);
    transform: translate(-50%, -50%);
    z-index: -1;
}

@media (min-width: 992px) {
    .homepage-hero-wrap > .trust-badge {
        position: absolute;
        top: clamp(72px, 7vw, 96px);
        left: 50%;
        transform: translateX(-50%);
    }
}

.homepage-hero-wrap > .trust-badge .trust-badge-copy span {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.1;
    text-transform: uppercase;
}

.homepage-hero-wrap > .trust-badge .trust-badge-copy strong {
    display: block;
    margin-top: 0.3rem;
    color: var(--white);
    font-size: 2rem;
    line-height: 1;
}

@media (max-width: 991.98px) {
    .homepage-hero-wrap > .trust-badge {
        position: relative;
        display: flex;
        justify-content: center;
        width: fit-content;
        margin: 22px auto 8px;
    }
}

@media (max-width: 767.98px) {
    .homepage-hero-wrap > .trust-badge {
        margin: clamp(92px, 18vw, 120px) auto 12px;
    }
}

@media (max-width: 575.98px) {
    .homepage-hero-wrap > .trust-badge .trust-badge-copy {
        width: 112px;
        height: 112px;
    }

    .homepage-hero-wrap > .trust-badge .trust-badge-copy::before {
        width: 86px;
        height: 86px;
    }

    .homepage-hero-wrap > .trust-badge .trust-badge-copy strong {
        font-size: 1.75rem;
    }
}

.slider-section .hero-slider .slide-img {
    aspect-ratio: 39 / 40;
    overflow: hidden;
}

.slider-section .hero-slider .slide-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.choose-circle .container-size sup {
    font-size: 0.65em;
}

.single-service .gallery-single {
    align-items: stretch;
}

.single-service .gallery-single > img {
    display: block;
    width: 100%;
    height: clamp(340px, 28vw, 460px);
    object-fit: cover;
}

@media (min-width: 576px) {
    .single-service .gallery-single > img {
        flex: 1 1 0;
        width: 0;
    }
}

/* Keep service overview cards close to the original template while fitting real images and CTA text. */
.services-sec .ct-container > .row > [class*="col-"] {
    display: flex;
}

.services-sec .ct-container > .row > [class*="col-"] > .service-card {
    width: 100%;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.services-sec .ct-container > .row > [class*="col-"] > .service-card .service-thumb {
    overflow: hidden;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.services-sec .ct-container > .row > [class*="col-"] > .service-card .service-thumb img {
    display: block;
    width: 100%;
    height: 215px;
    object-fit: cover;
}

.services-sec .ct-container > .row > [class*="col-"] > .service-card p {
    min-height: 5em;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.55;
}

.services-sec .ct-container > .row > [class*="col-"] > .service-card .service-footer {
    padding-top: 24px;
    margin-top: 20px;
}

/* Make homepage service carousel cards follow the same spacing/height behavior as the /sluzby cards. */
.services-sec .services-carousel .swiper-slide {
    display: flex;
    height: auto;
}

.services-sec .services-carousel .swiper-slide > .service-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.services-sec .services-carousel .swiper-slide > .service-card .service-thumb {
    overflow: hidden;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.services-sec .services-carousel .swiper-slide > .service-card .service-thumb img {
    display: block;
    width: 100%;
    height: 215px;
    object-fit: cover;
}

.services-sec .services-carousel .swiper-slide > .service-card p {
    min-height: 5em;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.55;
}

.services-sec .services-carousel .swiper-slide > .service-card .service-footer {
    padding-top: 24px;
    margin-top: auto;
}

.services-sec .services-carousel .service-footer .icon i {
    font-size: 1rem;
}

@media (max-width: 767.98px) {
    .services-sec .ct-container > .row > [class*="col-"] > .service-card .service-thumb img {
        height: 235px;
    }

    .services-sec .ct-container > .row > [class*="col-"] > .service-card p {
        min-height: 0;
    }

    .services-sec .services-carousel .swiper-slide > .service-card .service-thumb img {
        height: 235px;
    }

    .services-sec .services-carousel .swiper-slide > .service-card p {
        min-height: 0;
    }
}

.project-sec.project-masionary .gallery-grid .portfolio-card {
    height: 100%;
}

.project-sec.project-masionary .gallery-grid .portfolio-card .portfolio-img {
    height: 420px;
    overflow: hidden;
}

.project-sec.project-masionary .gallery-grid .portfolio-card .portfolio-img a {
    display: block;
    width: 100%;
    height: 100%;
}

.project-sec.project-masionary .gallery-grid .portfolio-card .portfolio-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 991.98px) {
    .project-sec.project-masionary .gallery-grid .portfolio-card .portfolio-img {
        height: 360px;
    }
}

@media (max-width: 575.98px) {
    .project-sec.project-masionary .gallery-grid .portfolio-card .portfolio-img {
        height: 280px;
    }
}

/* Keep the original image-slot proportions on the O nas page after replacing placeholders. */
.about-details .about-thumb > img {
    display: block;
    width: 100%;
    aspect-ratio: 586 / 408;
    object-fit: cover;
}

.process-sec .process-card .process-thumb {
    overflow: hidden;
}

.process-sec .process-card .process-thumb > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.about-sec3 .about-media3 .feat-img {
    overflow: hidden;
    border-radius: 30px;
}

.about-sec3 .about-media3 .feat-img > img {
    display: block;
    width: 100%;
    aspect-ratio: 436 / 423;
    object-fit: cover;
    border-radius: inherit;
}

.about-sec3 .about-media3 .ab-stat2 {
    width: 182px;
    height: 182px;
}

.about-sec3 .about-media3 .ab-stat2 .ab-badge-circle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #fd5523 0, #fd5523 38%, #020e28 100%);
    box-shadow: 0 18px 45px rgba(2, 14, 40, 0.18);
    text-align: center;
    color: var(--white);
    padding: 1rem;
}

.about-sec3 .about-media3 .ab-stat2 .ab-badge-circle span {
    display: block;
    font-family: var(--font-family-headings, "Onest"), sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.1;
    opacity: 0.92;
}

.about-sec3 .about-media3 .ab-stat2 .ab-badge-circle strong {
    display: block;
    margin-top: 0.35rem;
    font-family: var(--font-family-headings, "Onest"), sans-serif;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1;
    color: var(--white);
}

.about-sec3 .about-media3 .ab-sm-ft > img:first-child {
    display: block;
    width: 100%;
    flex: 0 1 calc(54% - 0.75rem);
    aspect-ratio: 212 / 142;
    object-fit: cover;
}

.about-sec3 .about-media3 .ab-sm-ft > img:last-child {
    display: block;
    width: 100%;
    max-width: 197px;
    flex: 0 0 197px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 30px;
}

.about-content3 .tab-content .tab-img {
    width: min(212px, 100%);
    flex: 0 0 min(212px, 100%);
    overflow: hidden;
    border-radius: 20px;
}

.about-content3 .tab-content .tab-img img {
    display: block;
    width: 100%;
    aspect-ratio: 212 / 142;
    object-fit: cover;
    border-radius: inherit;
}

.operation-sec .tab-content .operation-content .operation-thumb {
    overflow: hidden;
}

.operation-sec .tab-content .operation-content .operation-thumb img {
    display: block;
    width: 100%;
    aspect-ratio: 744 / 725;
    object-fit: cover;
}

/* Make longer Slovak copy fit the original About page components. */
.about-details .about-thumb h2 {
    max-width: 18ch;
    line-height: 1.16;
    overflow-wrap: anywhere;
}

.about-details .abs-info-wrap > [class*="col-"] {
    display: flex;
}

.about-details .abs-info {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: none;
    overflow-wrap: anywhere;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.about-details .abs-info h3 {
    margin-bottom: 28px;
    font-size: clamp(1.5rem, 1.4vw + 1rem, 2rem);
    line-height: 1.2;
}

.about-details .abs-info .d-flex {
    gap: 0.75rem;
}

.about-details .abs-info .display-1 {
    font-size: clamp(2.8rem, 3vw + 1rem, 4rem);
    line-height: 1;
}

.about-details .abs-info .info-highlight-text {
    display: block;
    max-width: 9.5rem;
    font-family: var(--font-family-headings, "Onest"), sans-serif;
    font-size: clamp(1.1rem, 0.7vw + 0.9rem, 1.35rem);
    font-weight: 600;
    line-height: 1.3;
    text-align: right;
    color: var(--headings-color);
}

.abs-info-wrap > div:nth-child(3) .abs-info .info-highlight-text {
    color: var(--white) !important;
}

.about-details .abs-info p {
    margin-top: auto;
    line-height: 1.65;
    overflow-wrap: anywhere;
}

.process-wrapper {
    row-gap: 2.5rem;
}

.process-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0.75rem 0.75rem;
}

.process-card h3 {
    font-size: clamp(1.5rem, 1vw + 1.2rem, 1.875rem);
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.process-card p {
    max-width: 27ch;
    margin: 0 auto;
    line-height: 1.65;
    overflow-wrap: anywhere;
}

.about-sec3 .about-content3 {
    min-width: 0;
}

.about-sec3 .about-content3 > p,
.about-sec3 .about-content3 .tab-txt p,
.about-sec3 .about-content3 .tab-content h6 {
    line-height: 1.7;
    overflow-wrap: anywhere;
}

.about-sec3 .about-cta {
    flex-wrap: wrap;
}

.about-sec3 .about-cta .quick-call {
    min-width: 0;
}

.operation-sec .ct-tab .nav-link {
    gap: 1.25rem;
}

.operation-sec .ct-tab .nav-link .th-info {
    min-width: 0;
    flex: 1 1 auto;
}

.operation-sec .ct-tab .nav-link .th-info h4 {
    color: var(--white);
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.operation-sec .ct-tab .nav-link .th-info p {
    color: rgba(var(--white-rgb), 0.78);
    margin-bottom: 0;
    line-height: 1.6;
    overflow-wrap: anywhere;
}

.operation-sec .ct-tab .nav-link .icon-lg {
    flex: 0 0 auto;
}

.operation-sec .ct-tab .nav-link.active .th-info h4,
.operation-sec .ct-tab .nav-link:hover .th-info h4,
.operation-sec .ct-tab .nav-link.active .th-info p,
.operation-sec .ct-tab .nav-link:hover .th-info p {
    color: var(--white);
}

.operation-sec .tab-content .operation-content .opt-card {
    height: auto;
    min-height: 265px;
    max-width: min(330px, calc(100% - 80px));
}

.operation-sec .tab-content {
    width: min(100%, 700px);
    margin-left: auto;
}

.operation-sec .tab-content .operation-content .opt-card h5,
.operation-sec .tab-content .operation-content .opt-card p,
.operation-sec .tab-content .operation-content .opt-card a.link-btn {
    overflow-wrap: anywhere;
}

.operation-sec .tab-content .operation-content .opt-card p {
    line-height: 1.55;
}

/* Homepage visual cleanup */
.slider-section:before{
    background:linear-gradient(135deg,rgba(var(--primary-rgb),.18) 0%,rgba(var(--white-rgb),.08) 45%,transparent 78%)
}

.about-feat .ab-item{
    flex:1 1 0
}

.homepage-ab-icon{
    width:64px;
    height:64px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    flex:0 0 auto;
    border-radius:20px;
    background:linear-gradient(135deg,rgba(var(--primary-rgb),.16),rgba(var(--primary-rgb),.04));
    border:1px solid rgba(var(--primary-rgb),.18);
    color:var(--primary);
    box-shadow:0 12px 24px rgba(var(--dark-rgb),.08);
    font-size:28px
}

.homepage-stat-sec{
    position:relative;
    z-index:1;
    overflow:hidden;
    isolation:isolate;
    background-color:#08162f;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center
}

.homepage-stat-sec:before{
    content:"";
    position:absolute;
    inset:0;
    z-index:0;
    pointer-events:none;
    background:linear-gradient(90deg,rgba(2,14,40,.88) 0%,rgba(2,14,40,.8) 28%,rgba(2,14,40,.68) 52%,rgba(2,14,40,.56) 100%)
}

.homepage-stat-sec>.container{
    position:relative;
    z-index:1
}

.homepage-stat-sec .row {
    row-gap: 24px;
}

.homepage-stat-sec .row > [class*="col-"] {
    display: flex;
}

.stat-sec .single-stat{
    gap:24px
}

.homepage-stat-sec .single-stat {
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding: 24px 26px;
    align-items: center;
    border: 1px solid rgba(var(--white-rgb), 0.14);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: inset 0 1px 0 rgba(var(--white-rgb), 0.06);
}

.homepage-stat-sec .row > [class*="col-"]:first-child .single-stat {
    padding-left: 26px;
}

.homepage-stat-sec .single-stat:before {
    display: none;
}

.homepage-stat-sec .stat-info {
    min-width: 0;
}

.homepage-stat-sec .stat-info h3 {
    line-height: 1.05;
}

.homepage-stat-icon{
    width:72px;
    height:72px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    flex:0 0 auto;
    border-radius:24px;
    background:rgba(var(--white-rgb),.14);
    border:1px solid rgba(var(--white-rgb),.2);
    color:var(--white);
    font-size:30px;
    box-shadow:inset 0 1px 0 rgba(var(--white-rgb),.12)
}

.stat-sec .single-stat p{
    color:rgba(var(--white-rgb),.78)
}

.homepage-stat-sec .single-stat p {
    line-height: 1.45;
}

.review-wrapper .review-slider .swiper-pagination{
    gap:12px
}

.review-wrapper .review-slider .swiper-pagination:after{
    display:none
}

.review-wrapper .review-slider .custom-pagination .swiper-pagination-bullet{
    width:14px;
    height:14px;
    margin:0!important;
    border-radius:50%;
    background-image:none!important;
    background-color:rgba(var(--primary-rgb),.28)!important;
    mask-image:none;
    border:2px solid transparent;
    opacity:1
}

.review-wrapper .review-slider .swiper-pagination span.swiper-pagination-bullet-active{
    background-color:var(--primary)!important;
    box-shadow:0 0 0 6px rgba(var(--primary-rgb),.16);
    transform:scale(1.08)
}

.review-wrapper .review-slider .swiper-pagination-bullet:before{
    display:none!important
}

.review-wrapper .review-card{
    padding-top:0;
    padding-left:28px;
    min-height:140px;
    display:flex;
    align-items:center
}

.review-wrapper .review-card:before{
    width:4px;
    height:100%;
    background:linear-gradient(180deg,var(--primary),rgba(var(--primary-rgb),.18));
    border-radius:999px;
    z-index:0
}

.review-wrapper .review-card p{
    position:relative;
    z-index:1;
    margin-bottom:0
}


.review-sec .review-thumb img {
    display: block;
    width: 100%;
    border-radius: inherit;
}

.review-sec .row {
    align-items: center;
}

.pricing-sec:before{
    background:radial-gradient(circle at 15% 40%,rgba(var(--primary-rgb),.14),transparent 52%),linear-gradient(180deg,rgba(var(--white-rgb),.55),rgba(var(--white-rgb),0));
    width:50%
}

.homepage-pricing-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-left: 34px;
    align-items: stretch;
}

.homepage-pricing-copy {
    margin-top: 28px;
    padding: 24px 24px 22px;
    border: 1px solid rgba(var(--dark-rgb), 0.08);
    border-radius: 26px;
    background: rgba(var(--white-rgb), 0.72);
    box-shadow: 0 18px 38px rgba(var(--dark-rgb), 0.06);
}

.homepage-pricing-copy__lead {
    margin-bottom: 10px;
    color: var(--primary);
    font-family: var(--font-family-headings, "Onest"), sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2;
}

.homepage-pricing-copy__sizes {
    margin-bottom: 12px;
    color: var(--headings-color);
    font-family: var(--font-family-headings, "Onest"), sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
}

.homepage-pricing-copy__text {
    margin-bottom: 18px;
    max-width: 40ch;
}

.homepage-pricing-points {
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
}

.homepage-pricing-points li {
    position: relative;
    margin-bottom: 14px;
    padding-left: 28px;
    font-weight: 500;
}

.homepage-pricing-points li:last-child {
    margin-bottom: 0;
}

.homepage-pricing-points li:before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--primary);
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.homepage-pricing-contact p {
    margin-bottom: 4px;
    font-weight: 600;
    color: var(--headings-color);
}

.homepage-pricing-contact a {
    display: inline-block;
}

.homepage-pricing-grid .single-plan {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 22px;
    height: 100%;
    margin-bottom: 0;
    padding: 32px 28px 0;
    overflow: hidden;
}

.homepage-pricing-grid .plan-head {
    flex: 0 0 auto;
    width: 100%;
}

.homepage-pricing-grid .plan-head .display-3 {
    margin-bottom: 0;
}

.homepage-pricing-grid .plan-body {
    position: relative;
    z-index: 1;
    flex: 1 1 auto;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 92px;
    border-top: 1px solid rgba(var(--dark-rgb), 0.08);
}

.homepage-pricing-grid .single-plan.featured .plan-body,
.homepage-pricing-grid .single-plan:hover .plan-body {
    border-top-color: rgba(var(--white-rgb), 0.18);
}

.homepage-pricing-grid .plan-body:before {
    display: none;
}

.homepage-pricing-grid .plan-body ul li {
    margin-bottom: 14px;
    font-size: 16px;
}

.homepage-pricing-grid .plan-body ul li:last-child {
    margin-bottom: 0;
}

.homepage-pricing-grid .single-plan.featured .plan-head h3,
.homepage-pricing-grid .single-plan.featured .plan-head h3 sub,
.homepage-pricing-grid .single-plan:hover .plan-head h3,
.homepage-pricing-grid .single-plan:hover .plan-head h3 sub {
    color: var(--white);
}

.homepage-pricing-grid .single-plan.featured .plan-body ul li,
.homepage-pricing-grid .single-plan:hover .plan-body ul li {
    color: var(--white);
}

.homepage-pricing-grid .plan-head a.pricing-btn {
    left: 28px;
    bottom: -1px;
    display: block;
    z-index: 3;
    pointer-events: auto;
    line-height: 28px;
    background-position: center bottom;
}

.homepage-solution-sec{
    background-color:#061530;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    isolation:isolate
}

.homepage-solution-sec:before{
    z-index:0;
    background-color:var(--primary)
}

.homepage-solution-sec:after{
    content:"";
    position:absolute;
    inset:0;
    z-index:0;
    pointer-events:none;
    background:linear-gradient(90deg,rgba(2,14,40,.9) 0%,rgba(2,14,40,.84) 38%,rgba(2,14,40,.58) 56%,rgba(2,14,40,.18) 68%,rgba(2,14,40,0) 76%)
}

.homepage-solution-sec>.container,
.homepage-solution-sec .sec-intro,
.homepage-solution-sec .tracking-form2{
    position:relative;
    z-index:2
}

.homepage-solution-sec .sec-intro{
    margin-bottom:108px
}

.homepage-solution-sec .sec-title{
    color:var(--white)
}

.homepage-solution-sec .tracking-form2 p{
    color:rgba(var(--white-rgb),.86);
    max-width:52ch
}

.homepage-solution-sec+.tracking-form-sec{
    position:relative;
    z-index:5
}

.homepage-solution-sec+.tracking-form-sec .trackign-form-wrapper{
    position:relative;
    z-index:2;
    background:rgba(var(--white-rgb),.98);
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px)
}

.homepage-solution-sec+.tracking-form-sec .tracking-tabs,
.homepage-solution-sec+.tracking-form-sec .tracking-tabs .nav-tabs,
.homepage-solution-sec+.tracking-form-sec .tracking-tabs .nav-tabs .nav-link,
.homepage-solution-sec+.tracking-form-sec .tab-content{
    position:relative;
    z-index:3
}

@media (min-width: 992px) {
    .about-section {
        padding-bottom: 80px;
    }

    .about-section + .process-sec {
        padding-top: 76px;
    }
}

@media (max-width: 1199.98px) {
    .about-details .about-thumb h2 {
        max-width: none;
        font-size: clamp(2.25rem, 4vw, 3.25rem);
    }

    .about-details .abs-info {
        padding: 32px 24px;
    }

    .about-details .abs-info h3 {
        margin-bottom: 20px;
    }

    .about-sec3 .about-media3 .ab-sm-ft {
        margin-left: 0;
        justify-content: center;
    }

    .operation-sec .tab-content {
        min-height: 0;
    }
}

@media (max-width: 991.98px) {
    .homepage-solution-sec {
        padding-bottom: 40px;
    }

    .homepage-pricing-copy {
        padding: 22px 22px 20px;
    }

    .homepage-pricing-copy__text {
        max-width: none;
    }

    .homepage-pricing-grid {
        margin-left: 0;
    }

    .homepage-solution-sec .sec-intro {
        margin-bottom: 0;
    }

    .homepage-solution-sec + .tracking-form-sec {
        margin-top: 0;
    }

    .homepage-solution-sec + .tracking-form-sec .trackign-form-wrapper {
        padding: 24px 20px 28px;
        border-radius: 36px;
    }

    .homepage-solution-sec + .tracking-form-sec .tracking-tabs {
        padding-bottom: 24px;
    }

    .homepage-solution-sec + .tracking-form-sec .tracking-tabs .nav-tabs {
        row-gap: 0.5rem;
    }

    .homepage-solution-sec + .tracking-form-sec .tab-pane > .position-relative {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }

    .homepage-solution-sec + .tracking-form-sec .shipment-content {
        max-width: none;
        order: 1;
    }

    .homepage-solution-sec + .tracking-form-sec .img-end {
        position: static;
        right: auto;
        bottom: auto;
        width: 100%;
        max-width: none;
        margin-top: 0;
        order: 2;
    }

    .homepage-solution-sec + .tracking-form-sec .img-end img {
        display: block;
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 24px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .homepage-solution-sec + .tracking-form-sec .shipment-actions {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 0.9rem !important;
    }

    .homepage-solution-sec + .tracking-form-sec .shipment-actions .link-btn {
        display: inline-flex;
        max-width: 100%;
    }
}

@media (max-width: 767.98px) {
    .homepage-pricing-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .homepage-solution-sec + .tracking-form-sec .trackign-form-wrapper {
        padding: 20px 16px 24px;
        border-radius: 32px;
    }

    .process-card {
        max-width: 100%;
    }

    .process-card p {
        max-width: 32ch;
    }

    .about-sec3 .nav-tabs {
        row-gap: 0.5rem;
    }

    .about-sec3 .about-media3 .ab-sm-ft {
        flex-wrap: wrap;
        gap: 1rem !important;
        margin-top: 1.5rem;
    }

    .about-sec3 .about-media3 .ab-sm-ft > img:first-child,
    .about-sec3 .about-media3 .ab-sm-ft > img:last-child {
        flex-basis: min(100%, 260px);
        max-width: 260px;
    }

    .about-sec3 .about-media3 .ab-stat2 {
        width: 150px;
        height: 150px;
    }

    .operation-sec .tab-content .operation-content .opt-card {
        left: 20px;
        bottom: 20px;
        max-width: calc(100% - 40px);
    }

    .operation-sec .tab-content {
        padding-top: 35px;
    }
}

@media (max-width: 575.98px) {
    .homepage-process-stat {
        max-width: 190px;
        padding: 16px 14px;
    }

    .homepage-process-stat .unit {
        font-size: 1.05rem;
    }

    .homepage-pricing-copy {
        padding: 20px 18px 18px;
    }

    .homepage-solution-sec + .tracking-form-sec .trackign-form-wrapper {
        padding: 18px 14px 22px;
        border-radius: 28px;
    }

    .homepage-solution-sec + .tracking-form-sec .tracking-tabs .nav-tabs .nav-link {
        width: 100%;
        text-align: center;
    }

    .about-details .about-thumb h2 {
        font-size: 2.15rem;
    }

    .about-details .abs-info {
        padding: 28px 22px;
    }

    .about-details .abs-info h3 {
        margin-bottom: 16px;
    }

    .about-details .abs-info .info-highlight-text {
        max-width: 8.5rem;
        font-size: 1rem;
    }

    .homepage-size-grid {
        grid-template-columns: repeat(2, 88px);
        width: fit-content;
        justify-content: center;
    }

    .about-section .about-m2 .ab-stat2 {
        max-width: 180px;
        padding: 16px 14px;
    }

    .about-section .about-m2 .ab-stat2 .unit {
        font-size: 1.05rem;
    }

    .about-sec3 .nav-tabs .nav-link {
        padding-left: 20px;
        padding-right: 20px;
    }

    .about-sec3 .about-cta {
        gap: 1.5rem !important;
    }

    .about-sec3 .about-cta .btn {
        width: 100%;
        text-align: center;
    }

    .about-sec3 .about-media3 .ab-stat2 .ab-badge-circle strong {
        font-size: 1.9rem;
    }

    .operation-sec .ct-tab .nav-link {
        padding-right: 0.75rem;
    }
}
