/*========================================
HERO SECTION - legal.php
========================================*/

.lst-hero {
    padding: 30px 60px 10px;
    background:
        radial-gradient(circle at left top, #eef2ff 0%, transparent 35%),
        radial-gradient(circle at right bottom, #fff0f7 0%, transparent 30%),
        #fbfcff;
    overflow: hidden;
    position: relative;
}

.lst-content {
    position: relative;
    z-index: 2;
}

.lst-badge {
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px 14px;
    background: #fff;
    border: 1px solid rgba(2, 0, 102, .12);
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    color: var(--secondary-color);
    box-shadow: 0 10px 30px rgba(2, 0, 102, .08);
}

.lst-badge svg {
    color: var(--secondary-color);
    width: 16px;
    height: 16px;
}

.lst-content h1 {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.1;
    margin: 16px 0 10px;
    color: var(--primary-color);
}

.lst-title-line {
    width: 70px;
    height: 4px;
    background: var(--secondary-color);
    border-radius: 20px;
    margin-bottom: 14px;
}

.lst-content h5 {
    font-size: 18px;
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 12px;
}

.lst-content p {
    font-size: 15px;
    line-height: 1.8;
    max-width: 800px;
    color: var(--gbp-paragraph-color);
}

.lst-btns {
    display: flex;
    gap: 16px;
    margin-top: 15px;
}

.lst-btn-primary {
    background: var(--primary-color);
    color: #fff;
    padding: 14px 28px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: .35s;
    box-shadow: 0 15px 35px rgba(2, 0, 102, .18);
}

.lst-btn-primary:hover {
    background: var(--secondary-color);
    color: #fff;
    transform: translateY(-4px);
}

.lst-btn-outline {
    padding: 14px 28px;
    border: 2px solid var(--secondary-color);
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    color: var(--secondary-color);
    transition: .35s;
}

.lst-btn-outline:hover {
    background: var(--secondary-color);
    color: #fff;
    transform: translateY(-4px);
}

.lst-content h5 svg {
    height: 16px;
    width: 16px;
}

/* Trust Card */
.lst-trust-card {
    margin-top: 35px;
    background: #fff;
    border-radius: 22px;
    padding: 22px;
    display: flex;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .06);
}

.trust-box {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 18px;
    position: relative;
}

.trust-box:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 50px;
    background: #ececec;
}

.trust-box i {
    width: 56px;
    height: 56px;
    background: #f3f6ff;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--primary-color);
}

.trust-box strong {
    display: block;
    font-size: 15px;
    color: var(--primary-color);
}

.trust-box span {
    font-size: 12px;
    color: #777;
}

/* Highlights */
.lst-highlights {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.lst-highlights div {
    background: #fff;
    border: 1px solid #edf0f7;
    border-radius: 14px;
    padding: 14px 18px;
    font-size: 14px;
    font-weight: 500;
    transition: .35s;
}

.lst-highlights div:hover {
    border-color: var(--secondary-color);
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .05);
}

.lst-highlights i {
    color: var(--secondary-color);
    margin-right: 8px;
}

/* Right - Visual */
.lst-right {
    height: 600px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-shield {
    width: 360px;
    position: relative;
    z-index: 5;
}

.float-card {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    font-size: 24px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .08);
    animation: float 5s ease-in-out infinite;
    z-index: 8;
}

.float-card i {
    color: var(--primary-color);
}

.card2 i,
.card4 i {
    color: var(--secondary-color);
}

.card1 {
    top: 20px;
    left: 160px;
}
.card2 {
    top: 110px;
    right: 20px;
}
.card3 {
    left: 20px;
    top: 250px;
}
.card4 {
    bottom: 90px;
    right: 35px;
}
.card5 {
    bottom: 10px;
    left: 180px;
}

@keyframes float {
    50% {
        transform: translateY(-10px);
    }
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

/*==========================
RIGHT ILLUSTRATION
==========================*/

.lst-visual {
    position: relative;
    width: 500px;
    height: 500px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lst-main-image {
    width: 290px;
    position: relative;
    z-index: 10;
    filter: drop-shadow(0 18px 35px rgba(2, 0, 102, .12));
}

.lst-orbit {
    position: absolute;
    border-radius: 50%;
    border: 1px dashed #6462e8;
    animation: rotateOrbit linear infinite;
}

.orbit-one {
    width: 340px;
    height: 340px;
    animation-duration: 70s;
}
.orbit-two {
    width: 260px;
    height: 260px;
    animation-duration: 50s;
    animation-direction: reverse;
}
.orbit-three {
    width: 420px;
    height: 420px;
    animation-duration: 35s;
}

.lst-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 15;
    font-size: 18px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .08);
    animation: floating 4s ease-in-out infinite;
}

.lst-icon i {
    color: var(--primary-color);
}

.icon-2 i,
.icon-4 i {
    color: var(--secondary-color);
}

.icon-1 {
    top: 44px;
    left: 120px;
}
.icon-2 {
    top: 101px;
    right: 50px;
}
.icon-3 {
    left: 10px;
    top: 232px;
}
.icon-4 {
    right: 40px;
    bottom: 110px;
}
.icon-5 {
    bottom: 30px;
    left: 130px;
}

@keyframes rotateOrbit {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes floating {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

.gbp-hero-tag {
    border: none !important;
}

/*====================================
TRUST DOCUMENTS - trust.php
====================================*/

.trust-documents {
    padding: 20px 0 30px;
    background: #f8f9fc;
    overflow: hidden;
}

/* ===== HEADING ===== */
.trust-heading {
    text-align: center;
    padding: 0 20px;
}

.trust-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #eef3ff;
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 700;
    padding: 8px 22px;
    border-radius: 50px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.trust-tag svg {
    width: 16px !important;
    height: 16px !important;
}

.trust-heading h3 {
    font-size: 34px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 28px;
    margin-bottom: 0;
}

.trust-heading h3 span {
    color: var(--secondary-color);
}

.trust-line {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, var(--secondary-color), #e0338a);
    border-radius: 50px;
    margin: 7px auto 0;
}

/* ===== CAROUSEL WRAPPER ===== */
.trust-carousel-wrapper {
    position: relative;
    max-width: 100%;
    padding: 0 60px;
    margin: 0 auto;
    overflow: hidden;
}

/* ===== CAROUSEL CONTAINER ===== */
.trust-carousel {
    display: flex;
    gap: 24px;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}

/* ===== SLIDE ===== */
.trust-slide {
    flex: 0 0 calc(25% - 5px);
    min-width: 0;
}

/* ===== CARD ===== */
.trust-slide .trust-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 18px 20px 6px !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #eef2f7;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
}

.trust-card::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 80px;
    background: radial-gradient(ellipse at center, rgba(192, 0, 99, 0.08), transparent);
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

.trust-card:hover::after {
    opacity: 1;
}

.trust-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    border-color: #dce7ff;
}

/* ===== ICON ===== */
.trust-icon {
    width: 45px;
    height: 45px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    flex-shrink: 0;
    font-size: 16px;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.trust-card:hover .trust-icon {
    transform: scale(1.05) rotate(-2deg);
}

.trust-icon svg {
    width: 20px;
    height: 20px;
}

.trust-icon.blue {
    background: #eef2ff;
    color: var(--primary-color);
}

.trust-icon.pink {
    background: #fff0f7;
    color: var(--secondary-color);
}

/* ===== CARD CONTENT ===== */
.trust-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 26px;
    margin-bottom: 8px;
}

.trust-card p {
    font-size: 13px;
    line-height: 1.8;
    color: var(--gbp-paragraph-color);
    margin-bottom: 16px;
}

.trust-card h6 {
    font-size: 15px;
    font-weight: 700;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.trust-card ul {
    margin: 0px;
    padding: 0;
    list-style: none;
}

.trust-card ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 1.8;
    color: var(--gbp-paragraph-color);
}

.trust-card ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--secondary-color);
    font-weight: 600;
}

/* ===== BUTTON ===== */
.trust-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 18px;
    background: linear-gradient(135deg, var(--secondary-color), #a00052);
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: auto;
    letter-spacing: 0.3px;
}

.trust-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.trust-btn:hover::before {
    left: 100%;
}

.trust-btn:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 10px 30px rgba(192, 0, 99, 0.35);
    color: #ffffff !important;
}

.trust-btn:active {
    transform: scale(0.96);
}

.trust-btn svg {
    width: 18px;
    height: 18px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    flex-shrink: 0;
}

.trust-btn:hover svg {
    transform: translateX(6px) scale(1.1);
}

.trust-btn span {
    position: relative;
    z-index: 1;
}

.trust-btn:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(192, 0, 99, 0.3);
}

/* ===== ARROWS ===== */
.trust-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid #eef2f7;
    background: #ffffff;
    color: var(--primary-color);
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}

.trust-arrow svg {
    width: 20px !important;
    height: 20px !important;
    transition: transform 0.3s ease;
}

.trust-arrow:hover {
    background: var(--secondary-color);
    color: #ffffff;
    border-color: var(--secondary-color);
    box-shadow: 0 8px 25px rgba(192, 0, 99, 0.25);
    transform: translateY(-50%) scale(1.05);
}

.trust-arrow:hover svg {
    transform: scale(1.1);
}

.trust-arrow:disabled {
    opacity: 0.25;
    cursor: not-allowed;
    pointer-events: none;
    transform: translateY(-50%) scale(1);
}

.trust-prev {
    left: 10px;
}
.trust-next {
    right: 10px;
}

/* ===== DOTS ===== */
.trust-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 35px;
}

.trust-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: #dce0e8;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 0;
}

.trust-dot.active {
    background: var(--secondary-color);
    width: 32px;
    border-radius: 50px;
}

.trust-dot:hover {
    background: var(--secondary-color);
    opacity: 0.6;
    transform: scale(1.2);
}

.trust-dot.active:hover {
    transform: scale(1);
    opacity: 1;
}

/*====================================
WHY DOCUMENTS MATTER - trust-why.php
====================================*/

.trust-why {
    padding: 20px 20px;
    background: #fff;
}

/* Banner */
.trust-banner {
    background: linear-gradient(135deg, var(--primary-color), #091b88);
    border-radius: 22px;
    padding: 15px 45px;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.trust-banner::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .04);
    left: -120px;
    top: -100px;
}

.trust-banner::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .04);
    right: -100px;
    bottom: -120px;
}

.trust-banner-image {
    text-align: center;
}

.trust-banner-image img {
    max-width: 170px;
}

.trust-banner-content {
    position: relative;
    z-index: 2;
}

.trust-banner-content h2 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 6px;
    font-weight: 600;
}

.trust-banner-content p {
    color: #f2f2f2;
    font-size: 15px;
    line-height: 1.8;
}

.trust-quote {
    background: #fff;
    border-radius: 18px;
    padding: 14px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, .15);
    position: relative;
}

.trust-quote p {
    font-size: 14px;
    line-height: 1.8;
    color: var(--primary-color);
    font-weight: 500;
}

.trust-quote span {
    display: block;
    width: 50px;
    height: 4px;
    background: var(--secondary-color);
    margin-top: 5px;
    border-radius: 20px;
}

.trust-quote-icon-color {
    color: var(--secondary-color) !important;
}

/* ===== PRINCIPLES TITLE ===== */
.trust-principle-title {
    text-align: center;
}

.trust-principle-title h2 {
    color: var(--primary-color);
    font-size: 38px;
    font-weight: 700;
}

.trust-principle-title span {
    color: var(--secondary-color);
    /*font-size: 32px;*/
    font-weight: 700;
}

/* ===== PRINCIPLES CARDS ===== */
.principle-card {
    background: #fff;
    border-radius: 18px;
    padding: 15px 24px;
    text-align: center;
    border: 1px solid #edf0f6;
    transition: .35s;
    height: 100%;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .04);
}

.principle-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, .08);
}

.principle-icon {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto auto 10px;
    font-size: 32px;
    transition: .35s;
}

.principle-card:hover .principle-icon {
    transform: rotate(12deg);
}

.principle-icon.blue {
    background: #eef2ff;
    color: var(--primary-color);
}

.principle-icon.pink {
    background: #fff0f6;
    color: var(--secondary-color);
}

.principle-card h4 {
    font-size: 18px;
    color: var(--primary-color);
    margin-bottom: 8px;
    font-weight: 700;
}

.principle-card p {
    font-size: 15px;
    line-height: 28px;
    color: #666;
    margin: 0;
}

/*====================================
TRUST CTA - trust-cta.php
====================================*/

.trust-cta-box {
    background: linear-gradient(135deg, var(--primary-color), #05177e);
    border-radius: 22px;
    padding: 32px 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 18px 50px rgba(2, 0, 102, .15);
}

.trust-cta-box::before {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .04);
    left: -120px;
    top: -120px;
}

.trust-cta-box::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .04);
    right: -120px;
    bottom: -120px;
}

.trust-cta-content {
    flex: 1;
    position: relative;
    z-index: 2;
    text-align: left;
}

.trust-cta-content h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 12px;
}

.trust-cta-content p {
    color: rgba(255, 255, 255, .88);
    max-width: 750px;
    margin: 0;
    font-size: 15px;
    line-height: 28px;
}

.trust-cta-buttons-wrapper {
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}

.trust-cta-btns {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-width: 240px;
}

/* CTA Buttons */
.cta-btn-fill {
    background: var(--secondary-color);
    color: #fff;
    padding: 14px 28px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    transition: .35s;
    font-size: 14px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.cta-btn-fill i {
    margin-right: 0;
    font-size: 16px;
}

.cta-btn-fill:hover {
    background: #e00074;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(192, 0, 99, .3);
}

.cta-btn-outline {
    border: 2px solid rgba(255, 255, 255, .45);
    color: #fff;
    padding: 14px 28px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    transition: .35s;
    font-size: 14px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.cta-btn-outline i {
    margin-right: 0;
    font-size: 16px;
}

.cta-btn-outline:hover {
    background: #fff;
    color: var(--primary-color);
    border-color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255, 255, 255, .15);
}

/*====================================
INDUSTRY / PRINCIPLES SECTION
====================================*/

.gbp-industries-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 20px;
    margin-top: 20px;
}

.gbp-industry-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, .08);
}

.gbp-industry-card p {
    max-width:500px !important;
}

/* ==============================================
RESPONSIVE BREAKPOINTS
==============================================*/

/* Hero Section - Tablet */
@media (max-width: 991px) {
    .lst-hero {
        padding: 20px 20px;
    }

    .lst-content {
        text-align: center;
    }

    .lst-content h1 {
        font-size: 34px;
        margin-bottom: 0px;
    }

    .lst-title-line {
        margin: auto;
        margin-bottom: 10px !important;
    }

    .lst-content h5 {
        font-size: 16px;
    }

    .lst-content p {
        font-size: 13px;
        line-height: 1.6;
        text-align: justify;
    }

    .lst-btns {
        justify-content: center;
        flex-wrap: nowrap;
        gap: 10px;
        margin-top: 18px;
    }

    .lst-btn-primary,
    .lst-btn-outline {
        flex: 1;
        text-align: center;
        padding: 11px 12px;
        font-size: 13px;
        border-radius: 10px;
        white-space: nowrap;
    }

    .lst-btn-primary i {
        margin-left: 5px;
        font-size: 12px;
    }

    .lst-trust-card {
        flex-direction: column;
        gap: 20px;
    }

    .trust-box::after {
        display: none !important;
    }

    .lst-highlights {
        grid-template-columns: 1fr;
    }

    .lst-right {
        margin-top: 50px;
        height: 420px;
    }

    .float-card {
        width: 55px;
        height: 55px;
        font-size: 18px;
    }

    .d-sm-none {
        display: none !important;
    }

    .lst-visual {
        width: 330px;
        height: 330px;
        margin-top: 45px;
    }

    .lst-main-image {
        width: 220px;
    }

    .orbit-one {
        width: 290px;
        height: 290px;
    }
    .orbit-two {
        width: 220px;
        height: 220px;
    }
    .orbit-three {
        width: 150px;
        height: 150px;
    }

    .lst-icon {
        width: 42px;
        height: 42px;
        font-size: 15px;
        border-radius: 14px;
    }

    .icon-1 {
        left: 90px;
        top: 20px;
    }
    .icon-2 {
        right: 13px;
        top: 70px;
    }
    .icon-3 {
        left: 0;
        top: 150px;
    }
    .icon-4 {
        right: 13px;
        bottom: 70px;
    }
    .icon-5 {
        left: 95px;
        bottom: 10px;
    }

    /* Trust Why */
    .trust-why {
        padding: 15px 10px 10px;
    }

    .trust-banner {
        padding: 22px 18px;
        text-align: center;
        border-radius: 18px;
    }

    .trust-banner-image {
        margin-bottom: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .trust-banner-image img {
        max-width: 120px;
    }

    .trust-banner-content h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .trust-banner-content p {
        font-size: 14px;
        line-height: 24px;
    }

    .trust-principle-title h2 {
        font-size: 28px;
    }

    /*.trust-principle-title span {*/
    /*    font-size: 28px;*/
    /*}*/

    .principle-card {
        padding: 18px 14px;
        margin-bottom: 5px;
    }

    .principle-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }

    .principle-card h4 {
        font-size: 16px;
    }

    .principle-card p {
        font-size: 13px;
        line-height: 22px;
    }

    /* Trust CTA */
    .trust-cta-box {
        flex-direction: column;
        padding: 30px 20px;
        gap: 25px;
        text-align: center;
    }

    .trust-cta-content {
        text-align: center;
    }

    .trust-cta-content p {
        max-width: 100%;
        margin: 0 auto;
        font-size: 15px;
        line-height: 27px;
    }

    .trust-cta-content h2 {
        font-size: 26px;
    }

    .trust-cta-buttons-wrapper {
        width: 100%;
    }

    .trust-cta-btns {
        flex-direction: column;
        width: 100%;
        min-width: unset;
    }

    .cta-btn-fill,
    .cta-btn-outline {
        width: 100%;
        padding: 13px 18px;
        font-size: 14px;
        justify-content: center;
    }

    /* Industries Grid */
    .gbp-industries-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* Trust Documents - Tablet (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .trust-slide {
        flex: 0 0 calc(33.333% - 5px);
    }
    .trust-documents {
        padding: 20px 0 20px;
    }
    .trust-heading h3 {
        font-size: 32px;
    }
}

/* Trust Documents - Small Tablet (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .trust-slide {
        flex: 0 0 calc(50% - 12px);
    }
    .trust-documents {
        padding: 20px 0 20px;
    }
    .trust-heading h3 {
        font-size: 30px;
    }
    .trust-carousel-wrapper {
        padding: 0 45px;
    }
    .trust-btn {
        padding: 10px 18px;
        font-size: 13px;
    }
}

/* Trust Documents - Mobile (below 768px) */
@media (max-width: 767px) {
    .trust-documents {
        padding: 20px 0 20px;
    }

    .trust-heading {
        padding: 0 15px;
    }

    .trust-heading h3 {
        font-size: 24px;
    }

    .trust-heading h3 span {
        display: block;
    }

    .trust-tag {
        font-size: 11px;
        padding: 6px 16px;
    }

    .trust-carousel-wrapper {
        padding: 0 15px;
    }

    .trust-slide {
        flex: 0 0 calc(100% - 0px);
    }

    .trust-card {
        padding: 22px 18px 18px;
    }

    .trust-card h4 {
        font-size: 14px;
    }

    .trust-card p {
        font-size: 11px;
        line-height: 1.5;
    }

    .trust-card ul li {
        font-size: 11px;
        line-height: 1.5;
    }

    .trust-icon {
        width: 40px;
        height: 40px;
    }

    .trust-icon svg {
        width: 16px !important;
        height: 16px !important;
    }

    .trust-btn {
        padding: 10px 16px;
        font-size: 12px;
    }

    .trust-btn svg {
        width: 16px !important;
        height: 16px !important;
    }

    .trust-arrow {
        width: 36px;
        height: 36px;
    }

    .trust-arrow svg {
        width: 16px !important;
        height: 16px !important;
    }

    .trust-prev {
        left: 2px;
    }
    .trust-next {
        right: 2px;
    }

    .trust-dots {
        gap: 8px;
        margin-top: 18px;
        display: none;
    }

    .trust-dot {
        width: 6px;
        height: 6px;
    }

    .trust-dot.active {
        width: 20px;
    }

    /* Industries Mobile */
    .gbp-industries-grid {
        display: none !important;
    }

    .gbp-industry-card p {
        max-width: 240px !important;
    }
}

/* Trust Documents - Small Mobile (below 480px) */
@media (max-width: 480px) {
    .trust-heading h3 {
        font-size: 20px;
    }

    .trust-card {
        padding: 18px 14px 16px;
    }

    .trust-card h4 {
        font-size: 15px;
    }

    .trust-card p {
        font-size: 12px;
        line-height: 22px;
    }

    .trust-icon {
        width: 42px;
        height: 42px;
    }

    .trust-icon svg {
        width: 20px !important;
        height: 20px !important;
    }

    .trust-btn {
        padding: 8px 14px;
        font-size: 12px;
        margin-top:4px;
    }

    .trust-btn svg {
        width: 14px !important;
        height: 14px !important;
    }

    .trust-arrow {
        width: 30px;
        height: 30px;
    }

    .trust-arrow svg {
        width: 14px !important;
        height: 14px !important;
    }

    .trust-carousel-wrapper {
        padding: 0 8px;
    }

    .trust-prev {
        left: 0px;
    }
    .trust-next {
        right: 0px;
    }

    .trust-dot {
        width: 7px;
        height: 7px;
    }

    .trust-dot.active {
        width: 20px;
    }

    /* CTA Mobile */
    .trust-cta-box {
        padding: 25px 16px;
    }

    .trust-cta-content h2 {
        font-size: 22px;
    }

    .trust-cta-content p {
        font-size: 14px;
        line-height: 24px;
    }

    .cta-btn-fill,
    .cta-btn-outline {
        padding: 12px 16px;
        font-size: 13px;
    }
}

/* CTA Large Screens */
@media (max-width: 1199px) {
    .trust-cta-content h2 {
        font-size: 26px;
    }

    .trust-cta-content p {
        font-size: 14px;
        line-height: 26px;
        max-width: 600px;
    }
}

/* Industries Mobile Scroll */
.gbp-industries-mobile {
    display: none;
    overflow-x: auto;
    padding: 10px 0;
}

.gbp-industries-scroll {
    display: flex;
    gap: 16px;
    padding: 0 10px;
}

.gbp-industries-scroll .gbp-industry-card {
    min-width: 220px;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .gbp-industries-mobile {
        display: block;
    }
}

/*========================================
CUSTOM CONTAINER & GRID (No Bootstrap)
========================================*/

.container-fluid-custom {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.lst-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

/* Grid Columns */
.lst-col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    padding-right: 15px;
    padding-left: 15px;
}

.lst-col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    padding-right: 15px;
    padding-left: 15px;
}

/* Display Utilities */
.d-none {
    display: none !important;
}
.d-block {
    display: block !important;
}
.d-flex {
    display: flex !important;
}

/* Text Utilities */
.text-center {
    text-align: center !important;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}

/* Alignment */
.align-items-center {
    align-items: center !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}

/* Visibility */
.hidden-sm {
    display: block !important;
}

/* =========================================
RESPONSIVE GRID
==========================================*/

/* Tablet - Hide right column on smaller screens */
@media (max-width: 991px) {
    .lst-col-7 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .lst-col-5 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 40px;
    }
    .hidden-sm {
        display: block !important;
    }
}

/* Small Mobile */
@media (max-width: 576px) {
    .container-fluid-custom {
        padding-right: 10px;
        padding-left: 10px;
    }
    .lst-row {
        margin-right: -10px;
        margin-left: -10px;
    }
    .lst-col-7,
    .lst-col-5 {
        padding-right: 10px;
        padding-left: 10px;
    }
}
/*========================================
TRUST WHY - Custom Grid (No Bootstrap)
========================================*/

/* Container */
.container-fluid-custom {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/* Row */
.trust-banner-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: -15px;
    margin-left: -15px;
}

/* Columns */
.trust-banner-col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    padding-right: 15px;
    padding-left: 15px;
}

.trust-banner-col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    padding-right: 15px;
    padding-left: 15px;
}

.trust-banner-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 15px;
    padding-left: 15px;
}

/* Image */
.trust-banner-img {
    max-width: 100%;
    height: auto;
}

/* =========================================
RESPONSIVE - Tablet & Mobile
==========================================*/

@media (max-width: 991px) {
    .trust-banner-col-2,
    .trust-banner-col-7,
    .trust-banner-col-3 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    
    .trust-banner-col-2 {
        margin-bottom: 15px;
    }
    
    .trust-banner-col-3 {
        margin-top: 20px;
    }
}

@media (max-width: 576px) {
    .container-fluid-custom {
        padding-right: 10px;
        padding-left: 10px;
    }
    .trust-banner-row {
        margin-right: -10px;
        margin-left: -10px;
    }
    .trust-banner-col-2,
    .trust-banner-col-7,
    .trust-banner-col-3 {
        padding-right: 10px;
        padding-left: 10px;
    }
}