﻿.brands-under-attack-section {
    background-color: transparent;
    background-image: linear-gradient(122deg, #EFDBB2AD 0%, #FFFFFF 43%);
    align-items: center !important;
    text-align: center;
}

    .brands-under-attack-section h3 {
        font-size: clamp(1.1rem, 3vw, 2rem);
    }



    .brands-under-attack-section h5 {
        font-weight: 400;
        color: #555;
        font-size: clamp(1rem, 2.5vw, 1.25rem);
    }


.icons-container {
    display: flex;
    gap: 2rem;
}

.icon-item img {
    width: 30px;
    height: 30px;
}

.icon-item strong {
    margin-top: 0.5rem;
    font-weight: 700;
}

.btn-talk {
    color: #EFDBB2;
    border: 2px solid #EFDBB2;
    background-color: transparent;
    font-weight: 500;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.btn-how {
    color: white;
    border: 2px solid white;
    background-color: transparent;
    font-weight: 500;
    border-radius: 12px;
    transition: all 0.3s ease;
}

    .btn-talk:hover,
    .btn-talk:focus,
    .btn-talk:active,
    .btn-how:hover,
    .btn-how:focus,
    .btn-how:active {
        border-color: transparent;
        background-color: black;
        color: white;
        box-shadow: none;
    }

.btn-talk, .btn-how {
    padding: 12px 24px;
    font-weight: 500;
    border-radius: 12px;
    transition: all 0.3s ease;
}

@media (max-width: 575.98px) {
    .btn-talk, .btn-how {
        padding: 6px 8px;
        font-size: 0.8rem;
        border-radius : 8px;
    }
}


.scan-to-trust-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 4rem 2.5rem;
    min-height: 40vh;
    background: url('/images/truscan-hero.jpg') no-repeat center center;
    background-size: cover;
    background-position: top;
    color: white;
    text-shadow: 0 0 10px rgba(0,0,0,0.7);
}

@media (min-width: 576px) {
    .scan-to-trust-section {
        min-height: 35vh;
        gap: 0.55rem;
    }
}

@media (min-width: 768px) {
    .scan-to-trust-section {
        min-height: 40vh;
    }
}

@media (min-width: 992px) {
    .scan-to-trust-section {
        min-height: 48vh;
    }
}

@media (min-width: 1200px) {
    .scan-to-trust-section {
        min-height: 53vh;
    }
}

@media (min-width: 1400px) {
    .scan-to-trust-section {
        min-height: 55vh;
    }
}


.scan-to-trust-section h1 {
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.scan-to-trust-section p {
    font-weight: 400;
    font-size: 1.15rem;
    max-width: 600px;
    margin-bottom: 2rem;
}

.scan-to-trust-section .btn {
    font-weight: 500;
    border-radius: 10px;
    padding: 8px;
}



@media (max-width: 767.98px) {
    .scan-to-trust-section {
        padding: 3rem 1rem;
    }

        .scan-to-trust-section h1 {
            font-size: 1.65rem;
        }

        .scan-to-trust-section p {
            font-size: 0.9rem;
            max-width: 100%;
        }

        .scan-to-trust-section .btn {
            font-weight: 500;
            border-radius: 7px;
        }
}



@media (min-width: 768px) {
    .navbar-nav {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

        .navbar-nav .nav-link {
            margin-right: 15px;
        }

        .navbar-nav .btn-outline-dark {
            margin-left: 10px;
            margin-right: 0;
            order: 1;
        }

        .navbar-nav .nav-link:last-child {
            margin-right: 0;
        }
}

@media (max-width: 767.98px) {
    .navbar-nav {
        justify-content: flex-start;
    }

        .navbar-nav .btn-outline-dark {
            order: 0;
            display: none !important;
        }

        .navbar-nav .nav-link {
            margin-right: 0;
        }
}

.icons-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem;
    justify-items: center;
    padding: 1rem;
}

.icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

    .icon-item img {
        width: 60px;
        height: 60px;
        margin-bottom: 0.5rem;
    }

    .icon-item strong {
        font-size: 1rem;
    }

@media (max-width: 1200px) {
    .icons-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .icons-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .icons-container {
        grid-template-columns: 1fr;
    }
}

.fakes-cost-trust-section {
    background: url('/images/beige-bg.jpg') no-repeat center center;
    background-size: cover;
    color: black;
    padding: 5rem 2rem;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.fakes-cost-trust-content {
    margin: 0 auto 0 0;
    text-align: left;
}

.fakes-cost-trust-section h2 {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.fakes-cost-trust-section p {
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 3rem;
    max-width: 700px;
}

.fake-flex-boxes {
    display: flex;
    gap: 2rem;
    flex-wrap: nowrap;
    margin-bottom: 2.5rem;
}

.fake-box {
    border: 1px solid black;
    padding: 1.5rem;
    border-radius: 12px;
    flex: 1;
    min-width: 250px;
}

    .fake-box h5 {
        font-size: 1.1rem;
        font-weight: 700;
        margin-bottom: 0.5rem;
    }

    .fake-box p {
        font-size: 1rem;
        font-weight: 400;
        margin: 0;
    }

.btn-truscan-outline {
    color: black;
    border: 2px solid black;
    background-color: transparent;
    padding: 12px 24px;
    font-weight: 500;
    border-radius: 12px;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
}

    .btn-truscan-outline:hover {
        background-color: black;
        color: white;
        border-color: transparent;
    }

.fakes-banner-quote {
    background-color: black;
    color: white;
    font-weight: 600;
    font-style: italic;
    padding: 1rem 2rem;
    position: absolute;
    max-width: 300px;
    text-align: left;
    line-height: 1.4;
    z-index: 2;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .fakes-banner-quote {
        display: none;
    }

    .fake-box.quote-box {
        display: block;
        background-color: black;
        color: white;
        font-weight: 600;
        font-style: italic;
        line-height: 1.4;
        text-align: center;
        border-radius: 1rem;
        padding: 1.25rem 1.5rem;
    }
}

@media (min-width: 768px) {
    .fake-box.quote-box {
        display: none;
    }
}

@media (min-width: 768px) {
    .fakes-cost-trust-section.with-banner .fake-flex-boxes {
        flex-direction: column;
        flex-wrap: nowrap;
    }
}

.fakes-banner-quote-top {
    display: none;
    background-color: black;
    color: white;
    font-weight: 600;
    font-style: italic;
    padding: 1rem 2rem;
    text-align: center;
    line-height: 1.4;
    border-radius: 1rem;
}

.fake-flex-boxes {
    display: flex;
    gap: 2rem;
    flex-wrap: nowrap;
    margin-bottom: 2.5rem;
    width: 100%;
}

.fake-box {
    border: 1px solid black;
    padding: 1.5rem;
    border-radius: 12px;
    flex: 1 1 0;
    min-width: 0;
}

@media (max-width: 767.98px) {
    .fakes-banner-quote-top {
        display: block;
        font-size : 14px;
    }

    .fakes-banner-quote {
        display: none;
    }

    .fake-flex-boxes {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .fake-box {
        flex: none;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .fakes-banner-quote-top {
        display: none;
    }

    .fakes-banner-quote {
        display: block;
    }

    .fake-flex-boxes {
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .fake-box {
        flex: 1 1 0;
        width: auto;
    }
}

.fake-box img.responsive-svg {
    height: 4rem;
    display: block;
    margin-bottom: 15px;
}

.fakes-heading {
    width: 60%;
    max-width: none;
    margin-right: 10%;
    box-sizing: border-box;
}

.fakes-banner-quote {
    width: 30%;
    max-width: none;
    top: 23%;
    right: 0;
    transform: translateY(-40%);
    position: absolute;
    box-sizing: border-box;
    font-size: 1.75rem;
}

@media (max-width: 767.98px) {
    .fakes-cost-trust-content p,
    .fakes-banner-quote {
        width: 100%;
        margin-right: 0;
        position: static;
        transform: none;
        font-size : 18px;
    }

    .fakes-banner-quote {
        margin-top: 1rem;
    }

    .fakes-cost-trust-section h2 {
        width: 100%;
        font-size: 18px;
    }

    .fakes-cost-trust-section p {
        font-size: 1px;
        font-weight: 400;
        max-width: 700px;
    }
    .btn-truscan-outline {
        font-size : 12px;
        padding: 12px;
    }
}

.fakes-cost-trust-section {
    position: relative;
    overflow: hidden;
    padding: 5rem 2rem;
    color: black;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    min-height: 60vh;
    z-index: 1;
}

    .fakes-cost-trust-section .background-motion-layer {
        position: absolute;
        top: 0;
        left: 0;
        width: 110%;
        height: 110%;
        background: url('/images/beige-bg.jpg') no-repeat center center;
        background-size: cover;
        z-index: 0;
        pointer-events: none;
        transform: translateX(var(--translateX, 0px)) translateY(var(--translateY, 0px));
        transition: transform 0.1s ease-out;
    }

.fakes-cost-trust-content {
    position: relative;
    z-index: 2;
}

@media (max-width: 767.98px) {
    .fakes-cost-trust-section .fakes-heading {
        font-size: 1.7rem;
        line-height: 1.5;
        text-align: center;
        width: 100%;
        margin-right: 0;
    }

    .fakes-cost-trust-section p.fakes-heading {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.6;
        margin-bottom: 2rem;
    }

    .fake-box h5 {
        font-size: 1rem;
    }

    .fake-box p {
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .btn-truscan-outline {
        font-size: 0.95rem;
        padding: 10px 20px;
        text-align: center;
        box-sizing: border-box;
        align-self : center;
        justify-self: center;
    }

    .fakes-banner-quote-top {
        font-size: 1rem;
        padding: 1rem;
        text-align: center;
    }
}


.verification-section {
    background-color: #ffffff;
    padding: 4rem 1rem;
    text-align: center;
}

.verification-heading {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.verification-subtext {
    max-width: 700px;
    margin: 2rem auto 2.5rem auto;
    font-size: 17px;
    line-height: 1.6;
}

.verification-boxes {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
    height: fit-content;
}

.verification-box {
    background-color: #f8f8f8;
    border-radius: 8px;
    border: 1.5px solid #D8D8D8;
    padding: 1.5rem 1.25rem;
    flex: 1 1;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: end;
    box-sizing: border-box;
    transition: box-shadow 0.3s ease;
    gap: 0.75rem;
}

.icon-wrapper {
    width: 100%;
    max-width: 80px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .icon-wrapper img {
        width: 100%;
        height: auto;
        max-height: 64px;
        object-fit: contain;
        display: block;
    }

    .icon-wrapper.large-icon {
        max-width: 100px;
    }

.verification-box p {
    margin: 0;
    font-size: clamp(0.95rem, 2vw, 1rem);
    color: #333;
    text-align: left;
    line-height: 1.5;
    min-height: 3.5em;
}


.verification-heading {
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
}

@media (min-width: 576px) {
    .verification-heading {
        font-size: 1.75rem;
    }
}

@media (min-width: 768px) {
    .verification-heading {
        font-size: 1.5rem;
        font-weight: 600;
        padding: 0 25px;
    }

}

@media (min-width: 992px) {
    .verification-heading {
        font-size: 2.25rem;
    }
}

@media (min-width: 1200px) {
    .verification-heading {
        font-size: 2.5rem;
    }
}

@media (max-width: 991.98px) {
    .verification-boxes {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;
        gap: 1.25rem;
    }

    .verification-box {
        width: 100%;
        max-width: none;
        padding: 1.25rem 1rem;
        gap: 0.5rem;
        padding-top: 55px;
    }

    .icon-wrapper {
        max-width: 90px;
        margin-bottom: 0.5rem;
    }

    .verification-box p {
        text-align: left;
        min-height: 0;
    }
}

.competitive-edge-section {
    display: flex;
    width: 100%;
    min-height: 500px;
}

.content-container {
    flex: 1.4;
    background-color: #efdbb2;
    padding: 4rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: black;
    z-index: 1;
}

.image-wrapper {
    flex: 1.0;
    position: relative;
    background-color: #efdbb2;
    overflow: hidden;
    border : 0;
}

.slanted-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/images/competitive-edge.jpg');
    background-size: cover;
    background-position: center;
    clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
    z-index: 0;
}

.content-container h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.content-container h4 {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    color: #333;
}

.content-container p {
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    max-width: 600px;
}

.btn-discovery {
    display: inline-block;
    padding: 12px 24px;
    background-color: transparent;
    color: black;
    border: 2px solid black;
    font-weight: 500;
    border-radius: 12px;
    transition: all 0.3s ease;
    text-decoration: none;
}

    .btn-discovery:hover {
        background-color: black;
        color: white;
        border-color: transparent;
    }

@media (max-width: 991.98px) {
    .competitive-edge-section {
        flex-direction: column;
        min-height: 900px;
    }

    .content-container {
        padding: 2.5rem 1.5rem;
        align-items: flex-start;
        flex: 0;
    }

    .image-wrapper {
        width: 100%;
        flex: 1.5;
        position: relative;
    }

    div .slanted-image {
        clip-path: none;
        height: 100%;
        background-color: red;
        background-position: top;
        z-index: 999;
    }

    .content-container p {
        max-width: 100%;
    }

    .mobile-bar {
        height: 40px;
        background-color: #efdbb2;
    }
}

.contact-us-section {
    background-color: black;
    color: white;
    padding: 5rem 2rem;
    text-align: left;
}

.contact-content {
    max-width: 800px;
    margin: 0 auto;
}

    .contact-content h2 {
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 1rem;
        text-align: center;
    }

    .contact-content p {
        font-size: 1.2rem;
        font-weight: 700;
        margin-bottom: 2.5rem;
        line-height: 1.6;
        text-align: center;
    }

    .contact-content .highlight {
        color: #EFDBB2;
        border-radius: 0.25rem;
        font-weight: 600;
    }

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

    .contact-form input,
    .contact-form select,
    .contact-form textarea {
        background-color: white;
        color: black;
        border: none;
        padding: 0.9rem 1rem;
        font-size: 1rem;
        border-radius: 8px;
        font-family: 'Montserrat', sans-serif;
        width: 100%;
        box-sizing: border-box;
    }

    .contact-form ::placeholder {
        color: #666;
        font-weight: 700;
    }

    .contact-form select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: white;
        color: black;
        padding: 1rem 1rem;
        font-size: 1rem;
        border-radius: 8px;
        font-weight: 500;
        font-family: 'Montserrat', sans-serif;
        width: 100%;
        box-sizing: border-box;
        background-image: url("data:image/svg+xml,%3Csvg fill='black' height='60' viewBox='0 0 24 24' width='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 0.75rem center;
        background-size: 30px;
    }


.checkbox-group {
    margin-top: 1.5rem;
    color: white;
}

    .checkbox-group > label {
        display: block;
        font-weight: 600;
        margin-bottom: 1rem;
        font-size: 1rem;
    }

.checkbox-options {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

    .checkbox-options label {
        display: flex;
        align-items: center;
        font-weight: 500;
        gap: 0.5rem;
        color: white;
        font-size: 0.95rem;
    }

    .checkbox-options input[type="checkbox"] {
        margin: 0;
        width: 18px;
        height: 18px;
        accent-color: black;
        cursor: pointer;
    }

.contact-form textarea,
.contact-form input,
.contact-form select {
    width: 100%;
    padding: 12px;
    margin-bottom: 1rem;
    border-radius: 8px;
    border: none;
    background-color: white;
    color: #333;
    font-size: 0.95rem;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
}

.contact-form select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg fill='black' height='60' viewBox='0 0 24 24' width='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 24px 24px;
    padding-right: 3rem;
    cursor: pointer;
}

    .contact-form select::placeholder,
    .contact-form input::placeholder,
    .contact-form textarea::placeholder {
        color: #777;
        font-weight: 500;
        font-size: 0.95rem;
    }

.contact-form textarea {
    min-height: 120px;
    resize: vertical;
}

.btn-book {
    background-color: transparent;
    border: 2px solid #EFDBB2;
    color: #EFDBB2;
    padding: 12px 24px;
    font-weight: 700;
    border-radius: 12px;
    transition: all 0.3s ease;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    width: auto;
    text-align: center;
}

    .btn-book:hover,
    .btn-book:focus,
    .btn-book:active {
        background-color: #EFDBB2;
        color: black;
        border-color: #EFDBB2;
    }


@media (max-width: 768px) {
    .contact-content h2 {
        font-size: 2rem;
    }

    .contact-content p {
        font-size: 1rem;
    }

    .btn-book {
        text-align: center;
    }

    .checkbox-options label {
        font-size: 1rem;
    }
}

.form-button {
    display: flex;
    align-self: center;
}

.verification-subtext {
    font-size: 0.95rem;
    font-weight: 600;
    text-align: center;
    max-width: 600px;
    margin: 0 auto 1.5rem auto;
}

@media (min-width: 576px) {
    .verification-subtext {
        font-size: 1.1rem;
    }
}

@media (min-width: 768px) {
    .verification-subtext {
        font-size: 1.2rem;
    }
}

@media (max-width : 780px){
    .verification-heading {
        font-size: 1.3rem;
    }
}

@media (min-width: 992px) {
    .verification-subtext {
        font-size: 1.25rem;
    }
}

@media (min-width: 1200px) {
    .verification-subtext {
        font-size: 1.3rem;
    }
}
.icons-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem;
    justify-items: center;
    padding: 1rem;
}

.icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

    .icon-item img {
        width: 60px;
        height: 60px;
        margin-bottom: 0.5rem;
        transition: transform 0.3s ease;
    }

    .icon-item strong {
        font-size: 1rem;
    }

@media (max-width: 1200px) {
    .icons-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 470px) {
    .icons-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .icon-item img {
        width: 45px;
        height: 45px;
    }

    .icon-item strong {
        font-size: 0.85rem;
    }
}

@media (max-width: 300px) {
    .icons-container {
        grid-template-columns: 1fr;
    }
}

.was-validated .form-control:valid,
.was-validated .form-select:valid {
    border-color: initial !important;
    box-shadow: none !important;
}

.valid-feedback,
.valid-tooltip {
    display: none !important;
}

.form-check {
    display: flex;
    gap: 0.5rem;
    padding-left : 0 !important;
}
.checkbox-options input[type="checkbox"] {
    margin: 0;
    width: 18px;
    height: 18px;
    accent-color: black;
    cursor: pointer;
    border-radius: 4px;
    outline: none;
    box-shadow: none !important; 
}

    .checkbox-options input[type="checkbox"]:focus {
        outline: none;
        box-shadow: none !important;
    }

    .checkbox-options input[type="checkbox"]:checked {
        background-color: black;
        border-color: black;
    }

@media (max-width: 768px) {
    .content-container {
        align-items: center;
        text-align: center;
    }

    .competitive-edge-section h2 {
        font-size: 1.5rem;
    }

    .competitive-edge-section h4 {
        font-size: 1.1rem;
    }

    .competitive-edge-section p {
        font-size: 0.95rem;
    }

    .competitive-edge-section .btn-discovery {
        font-size: 0.9rem;
        padding: 0.5rem 1rem;
    }
}
.competitive-edge-section h2 {
    font-size: clamp(1.6rem, 1.8vw + 0.8rem, 2.2rem);
    font-weight: 700;
    line-height: 1.3;
}

.competitive-edge-section h4 {
    font-size: clamp(1rem, 1vw + 0.4rem, 1.3rem);
    font-weight: 600;
    line-height: 1.4;
}

.competitive-edge-section p {
    font-size: clamp(0.9rem, 0.8vw + 0.3rem, 1.1rem);
    line-height: 1.6;
}

.competitive-edge-section .btn-discovery {
    font-size: clamp(0.85rem, 0.8vw + 0.2rem, 0.9rem);
}


