/* Quasi Global */
section h1,
section h2,
section h3 {
    margin-top: 0;
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .web-only {
        display: none;
    }
}

@media (min-width: 1200px) {
    .mobile-only {
        display: none;
    }
}

/* Quasi Global - end */

/* Breadcrumbs */
section.lance-breadcrumbs {
    background-color: #ffc900;
    padding: 12px 48px;
}

section.lance-breadcrumbs .lance-breadcrumbs-contents {
    display: flex;
    width: 100%;
}

section.lance-breadcrumbs .breadcrumb-links {
    display: flex;
    width: 100%;
    gap: 8px;
    align-items: center;
}

section.lance-breadcrumbs .breadcrumb-links .breadcrumb-link {
    color: #000;
}

section.lance-breadcrumbs .breadcrumb-links .breadcrumb-link.highlighted {
    color: #d40526;
}

/* Breadcrumbs - end */

/* Split Content */
section.lance-split.banner-like {
    background: url("https://regan.whitedragontech.com/wp-content/uploads/2026/07/breadcrumbs-banner-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

section.lance-split.banner-like .lance-split-contents {
    display: flex;
    width: 100%;
    gap: 64px;
}

section.lance-split.banner-like .left-content {
    display: flex;
    width: 100%;
    max-width: 613px;
}

section.lance-split.banner-like .right-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 1000px;
}

section.lance-split.banner-like .right-content img {
    margin-bottom: 30px;
}

section.lance-split.banner-like .right-content a img.chevron-icon {
    margin: 0;
}

section.lance-split.banner-like .right-content h1 {
    color: #fbf9f8;
    margin-bottom: 24px;
}

section.lance-split.banner-like .right-content p {
    color: #fbf9f8;
    line-height: 28.8px;
}

section.lance-split.banner-like .right-content p:last-of-type {
    margin-bottom: 24px;
}

section.lance-split.pdf-specs .lance-split-contents {
    display: flex;
    width: 100%;
    gap: 64px;
}

section.lance-split.pdf-specs .left-content h2 {
    margin-bottom: 24px;
}

section.lance-split.pdf-specs .left-content p {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 34.2px;
}

section.lance-split.pdf-specs .left-content ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

section.lance-split.pdf-specs .left-content ul li {
    display: flex;
    gap: 11px;
    font-size: 18px;
}

section.lance-split.pdf-specs .left-content ul li img {
    height: 100%;
    max-height: min-content;
}

section.lance-split.pdf-specs .right-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

section.lance-split.pdf-specs .right-content .specs-box {
    padding: 40px;
    background-color: #f3f3f3;
    display: flex;
    flex-direction: column;
    width: 100%;
}

section.lance-split.pdf-specs .right-content .specs-box .specs-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 26px;
}

section.lance-split.pdf-specs .right-content .specs-box .specs-title h3 {
    font-size: 39px;
    margin-right: 15px;
    margin-bottom: 0;
}

section.lance-split.pdf-specs .right-content .specs-box p {
    color: #5f5e5e;
    line-height: 32.6px;
    font-size: 22px;
    margin-bottom: 26px;
}

section.lance-split.pdf-specs .right-content .specs-box a.btn-global {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 26px;
}

section.lance-split.pdf-specs .right-content .specs-box .more-details {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-top: 7px;
    border-top: 1px solid #e3beb9;
}

section.lance-split.pdf-specs .right-content .specs-box .more-details span {
    color: #5b403c;
    display: flex;
    width: 100%;
}

section.lance-split.pdf-specs .right-content .specs-box .more-details span.format-detail {
    gap: 10px;
    align-items: center;
}

section.lance-split.pdf-specs .right-content .specs-box .more-details span.size-detail {
    justify-content: flex-end;
}

section.lance-split.delivery-process .lance-split-contents {
    display: flex;
    width: 100%;
    gap: 64px;
}

section.lance-split.delivery-process .left-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 864px;
}

section.lance-split.delivery-process .left-content span.title-kicker {
    font-size: 18px;
    color: #d50527;
}

section.lance-split.delivery-process .left-content h2 {
    margin-top: 12px;
    margin-bottom: 0;
}

section.lance-split.delivery-process .right-content {
    display: flex;
    width: 100%;
}

section.lance-split.delivery-process .right-content .delivery-process-steps {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 24px;
}

section.lance-split.delivery-process .right-content .delivery-process-steps .process-step {
    padding: 20px;
    border-radius: 12px;
    background-color: #f9f9f9;
    display: flex;
    width: 100%;
    gap: 24px;
}

section.lance-split.delivery-process .right-content .delivery-process-steps .process-step img {
    display: flex;
    width: 100%;
    max-width: 64px;
    height: 100%;
    max-height: 64px;
}

section.lance-split.delivery-process .right-content .delivery-process-steps .process-step .step-info {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 4px;
}

section.lance-split.delivery-process .right-content .delivery-process-steps .process-step .step-info h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0;
}

@media (max-width: 1199px) {

    section.lance-split.banner-like .lance-split-contents,
    section.lance-split.pdf-specs .lance-split-contents,
    section.lance-split.delivery-process .lance-split-contents {
        flex-direction: column;
    }

    section.lance-split.banner-like .left-content {
        display: none;
    }

    section.lance-split.banner-like .right-content {
        max-width: 100%;
    }
}

/* Split Content - end */

/* Banner Strip */
section.lance-banner-strip {
    background-color: #d50527;
    padding: 48px;
    max-height: 148px;
}

section.lance-banner-strip .lance-banner-strip-contents {
    display: flex;
    width: 100%;
}

section.lance-banner-strip .strip-item {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 16px;
}

section.lance-banner-strip .strip-item.with-truck {
    justify-content: center;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

section.lance-banner-strip .strip-item.with-bars {
    justify-content: center;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

section.lance-banner-strip .strip-item.with-country {
    justify-content: flex-end;
}

section.lance-banner-strip .strip-item span {
    letter-spacing: 0.7px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}

@media (max-width: 1199px) {
    section.lance-banner-strip {
        max-height: 100%;
    }

    section.lance-banner-strip .lance-banner-strip-contents {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    section.lance-banner-strip .strip-item {
        justify-content: center !important;
        border-right: 1px solid rgba(255, 255, 255, 0) !important;
        border-left: 1px solid rgba(255, 255, 255, 0) !important;
    }
}

@media (max-width: 767px) {


    section.lance-banner-strip .strip-item {
        flex-direction: column;
        justify-content: center;
    }

    section.lance-banner-strip .strip-item span {
        text-align: center;
    }
}

/* Banner Strip - end */

/* Grid */
section.lance-grid.reliable-grid {
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    width: 100%;
}

section.lance-grid.reliable-grid .lance-grid-contents,
section.lance-grid.process-grid .lance-grid-contents,
section.lance-grid.types-grid .lance-grid-contents {
    display: flex;
    flex-direction: column;
    width: 100%;
}

section.lance-grid.reliable-grid .grid-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
    margin-bottom: 64px;
}

section.lance-grid.reliable-grid .grid-heading span.title-kicker {
    color: #cf0527;
    font-size: 18px;
    font-weight: 700;
}

section.lance-grid.reliable-grid .grid-heading h2 {
    margin-top: 12px;
}

section.lance-grid.reliable-grid .grid-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

section.lance-grid.reliable-grid .grid-item {
    background-color: #fff;
    padding: 24px;
    display: flex;
    gap: 20px;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

section.lance-grid.reliable-grid .grid-item h3 {
    font-size: 24px;
}

section.lance-grid.reliable-grid .grid-item img.main-icon {
    display: flex;
    width: 100%;
    max-width: fit-content;
}

section.lance-grid.process-grid {
    display: flex;
    flex-direction: column;
    width: 100%;
}

section.lance-grid.process-grid .grid-heading,
section.lance-grid.types-grid .grid-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
    max-width: 700px;
    margin: auto;
    margin-bottom: 64px;
}

section.lance-grid.process-grid .grid-heading h2,
section.lance-grid.types-grid .grid-heading h2 {
    margin-bottom: 24px;
}

section.lance-grid.process-grid .grid-heading p,
section.lance-grid.types-grid .grid-heading p {
    font-size: 18px;
    line-height: 26px;
}

section.lance-grid.process-grid .grid-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

section.lance-grid.process-grid .grid-item {
    background-color: #f5f5f5;
    padding: 32px;
    padding-right: 18px;
    display: flex;
    gap: 24px;
    flex-direction: column;
    width: 100%;
}

section.lance-grid.process-grid .grid-item h3 {
    font-size: 24px;
    line-height: 32px;
}

section.lance-grid.process-grid .grid-item .download-link {
    display: flex;
    width: 100%;
    gap: 12px;
}

section.lance-grid.process-grid .grid-item .download-link span {
    color: #cf0527;
    font-size: 14px;
    font-weight: 700;
}

section.lance-grid.types-grid {
    display: flex;
    flex-direction: column;
    width: 100%;
}

section.lance-grid.types-grid .grid-item .grid-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

section.lance-grid.types-grid .grid-item .grid-card .grid-card-image {
    display: flex;
    width: 100%;
    height: 100%;
    max-height: -webkit-fill-available;
    object-fit: cover;
}

section.lance-grid.types-grid .grid-item .grid-card .grid-card-details {
    background: #f5f5f5;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.lance-grid.types-grid .grid-item .grid-card .grid-card-details h3 {
    font-size: 20px;
}

section.lance-grid.types-grid.two-col .grid-items {
    display: flex;
    width: 100%;
    gap: 48px;
    justify-content: center;
}

@media (max-width: 1199px) {

    section.lance-grid.reliable-grid .grid-items,
    section.lance-grid.process-grid .grid-items {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {

    section.lance-grid.reliable-grid .grid-items,
    section.lance-grid.process-grid .grid-items {
        display: flex;
        flex-direction: column;
    }

    section.lance-grid.types-grid.two-col .grid-items {
        flex-direction: column;
    }
}

/* Grid - end */

/* Pre Footer */
section.lance-pre-footer {
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
    width: 100%;
}

section.lance-pre-footer .lance-pre-footer-contents {
    padding: 64px;
    border-radius: 12px;
    background: url("https://regan.whitedragontech.com/wp-content/uploads/2026/07/pre-footer-bg.png");
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100vh;
    max-height: 468px;
}

section.lance-pre-footer .lance-pre-footer-contents h2 {
    color: #fff;
    margin-bottom: 32px;
}

section.lance-pre-footer .lance-pre-footer-contents p {
    width: 100%;
    max-width: 834px;
    color: #fff;
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 28px;
}

section.lance-pre-footer .lance-pre-footer-contents .content-buttons {
    display: flex;
    gap: 32px;
    width: 100%;
    max-width: fit-content;
}

section.lance-pre-footer .lance-pre-footer-contents .content-buttons a.btn-transparent {
    color: #fff;
}

@media (max-width: 767px) {
    section.lance-pre-footer .lance-pre-footer-contents {
        height: 100%;
        max-height: 100%;
    }

    section.lance-pre-footer .lance-pre-footer-contents .content-buttons {
        flex-direction: column;
    }
}

/* Pre Footer - end */

/* Carousel */
section.lance-carousel {
    display: flex;
    flex-direction: column;
    width: 100%;
}

section.lance-carousel .lance-carousel-contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

section.lance-carousel .lance-carousel-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    margin-bottom: 48px;
}

section.lance-carousel .lance-carousel-header span.title-kicker {
    font-size: 18px;
    color: #cf0527;
    font-weight: 700;
}

section.lance-carousel .lance-carousel-wrap {
    display: flex;
    width: 100%;
    max-width: -webkit-fill-available;
    position: relative;
}

section.lance-carousel .lance-carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

section.lance-carousel .lance-carousel-button img {
    display: block;
}

section.lance-carousel .lance-carousel-button.lance-carousel-button-prev {
    left: -15px;
}

section.lance-carousel .lance-carousel-button.lance-carousel-button-next {
    right: -15px;
}

section.lance-carousel .lance-carousel-button.is-disabled {
    opacity: 0.4;
}

section.lance-carousel .lance-carousel-viewport {
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    margin-bottom: 48px;
}

section.lance-carousel .lance-carousel-viewport::-webkit-scrollbar {
    display: none;
}

section.lance-carousel .lance-carousel-track {
    display: flex;
    gap: 24px;
}

section.lance-carousel .lance-carousel-card {
    flex: 0 0 calc((100% - 48px) / 3);
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

section.lance-carousel .lance-carousel-card-image {
    display: flex;
    width: 100%;
    height: 100%;
    max-height: -webkit-fill-available;
    object-fit: cover;
}

section.lance-carousel .lance-carousel-card-details {
    background: #f5f5f5;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.lance-carousel .lance-carousel-card-details h3 {
    font-size: 20px;
}

@media (max-width: 991px) {
    section.lance-carousel .lance-carousel-card {
        flex-basis: calc((100% - 24px) / 2);
    }
}

@media (max-width: 767px) {
    section.lance-carousel .lance-carousel-card {
        flex-basis: 100%;
    }
}

@media (max-width: 575px) {
    section.lance-carousel .lance-carousel-button.lance-carousel-button-prev {
        left: 0;
    }

    section.lance-carousel .lance-carousel-button.lance-carousel-button-next {
        right: 0;
    }

    section.lance-carousel .lance-carousel-card-image {
        width: 85%;
        margin: auto;
    }

    section.lance-carousel .lance-carousel-card-details {
        width: 85%;
        margin: auto;
    }

    section.lance-banner-strip .lance-banner-strip-contents {
        display: flex;
        flex-direction: column;
    }
}

/* Carousel - end */

/* Products */
section.products .header {
    text-align: center;
    margin-bottom: 48px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

section.products .card-prod {
    background-color: #f5f5f5;
    height: 100%;
    display: flex;
    flex-direction: column;
}

section.products .card-prod img {
    max-height: 436px;
    object-fit: cover;
}

section.products .card-prod a {
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
    flex: 1;
}

section.products .card-prod h3 {
    color: #0a0a0a;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0;
}

section.products .card-prod a:hover path {
    stroke: #a1102b;
}

section.products a.btn-red {
    margin: 48px auto 0;
}