/* =========================================================
   BOCW COMPLIANCE PAGE
   BLUE PROFESSIONAL THEME
========================================================= */

:root {

    --bocw-blue: #0757a8;
    --bocw-blue-dark: #063b73;
    --bocw-blue-deep: #021f3d;
    --bocw-blue-light: #eef6ff;
    --bocw-blue-soft: #f6faff;

    --bocw-white: #ffffff;
    --bocw-black: #0b1726;

    --bocw-text: #26364a;
    --bocw-muted: #66758a;

    --bocw-border: #dce8f5;

    --bocw-shadow:
        0 18px 45px rgba(7, 87, 168, .10);

    --bocw-radius: 18px;

}


/* =========================================================
   RESET
========================================================= */

.bocw-container {

    width: min(1180px, calc(100% - 40px));

    margin: 0 auto;

}


.bocw-section {

    position: relative;

    padding: 95px 0;

}


.bocw-white {

    background: #ffffff;

}


.bocw-blue-light {

    background: var(--bocw-blue-soft);

}


.bocw-dark {

    background:
        linear-gradient(
            135deg,
            #021f3d 0%,
            #063b73 100%
        );

    color: #ffffff;

}


/* =========================================================
   HERO
========================================================= */

.bocw-hero {

    position: relative;

    min-height: 700px;

    display: flex;

    align-items: center;

    overflow: hidden;

    isolation: isolate;

    background:
        linear-gradient(
            135deg,
            #021d38,
            #0757a8
        );

}


/* background */

.bocw-hero-bg {

    position: absolute;

    inset: 0;

    z-index: -3;

    background:
        radial-gradient(
            circle at 15% 30%,
            rgba(49, 151, 255, .35),
            transparent 35%
        ),
        radial-gradient(
            circle at 85% 70%,
            rgba(0, 174, 255, .20),
            transparent 35%
        );

}


/* overlay */

.bocw-hero-overlay {

    position: absolute;

    inset: 0;

    z-index: -2;

    background:
        linear-gradient(
            90deg,
            rgba(2, 31, 61, .96),
            rgba(3, 61, 116, .82),
            rgba(7, 87, 168, .68)
        );

}


/* pattern */

.bocw-hero-pattern {

    position: absolute;

    inset: 0;

    z-index: -1;

    opacity: .08;

    background-image:

        linear-gradient(
            rgba(255,255,255,.4) 1px,
            transparent 1px
        ),

        linear-gradient(
            90deg,
            rgba(255,255,255,.4) 1px,
            transparent 1px
        );

    background-size: 55px 55px;

    mask-image:
        linear-gradient(
            to right,
            black,
            transparent
        );

}


/* =========================================================
   HERO CONTENT
========================================================= */

.bocw-hero-content {

    max-width: 900px;

    padding:
        120px
        0
        85px;

    color: #ffffff;

}


.bocw-hero-badge {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    padding: 10px 17px;

    margin-bottom: 25px;

    border:
        1px solid
        rgba(255,255,255,.25);

    border-radius: 50px;

    background:
        rgba(255,255,255,.10);

    backdrop-filter: blur(10px);

    font-size: 13px;

    font-weight: 500;

    letter-spacing: .3px;

}


.bocw-hero-badge i {

    color: #72c7ff;

    font-size: 17px;

}


.bocw-hero h1 {

    margin: 0;

    max-width: 850px;

    font-family:
        "Playfair Display",
        serif;

    font-size: clamp(46px, 5vw, 72px);

    line-height: 1.08;

    font-weight: 700;

    letter-spacing: -.8px;

}


.bocw-hero h1 span {

    display: inline-block;

    color: #65c3ff;

}


.bocw-hero-description {

    max-width: 780px;

    margin: 27px 0 32px;

    color:
        rgba(255,255,255,.86);

    font-size: 17px;

    line-height: 1.9;

}


/* =========================================================
   HERO BUTTONS
========================================================= */

.bocw-hero-buttons {

    display: flex;

    align-items: center;

    gap: 15px;

    flex-wrap: wrap;

}


.bocw-btn-primary,
.bocw-btn-outline {

    min-height: 52px;

    padding: 0 25px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    border-radius: 8px;

    text-decoration: none;

    font-size: 14px;

    font-weight: 600;

    transition: .3s ease;

}


.bocw-btn-primary {

    background: #ffffff;

    color: var(--bocw-blue);

    box-shadow:
        0 12px 30px rgba(0,0,0,.15);

}


.bocw-btn-primary:hover {

    transform: translateY(-3px);

    background: #eaf6ff;

}


.bocw-btn-outline {

    border:
        1px solid
        rgba(255,255,255,.5);

    color: #ffffff;

    background:
        rgba(255,255,255,.06);

}


.bocw-btn-outline:hover {

    background: #ffffff;

    color: var(--bocw-blue);

}


/* =========================================================
   HERO STATS
========================================================= */

.bocw-hero-stats {

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    max-width: 760px;

    margin-top: 55px;

    border-top:
        1px solid
        rgba(255,255,255,.20);

    padding-top: 25px;

}


.bocw-hero-stat {

    padding:
        0 24px;

    border-right:
        1px solid
        rgba(255,255,255,.16);

}


.bocw-hero-stat:first-child {

    padding-left: 0;

}


.bocw-hero-stat:last-child {

    border-right: none;

}


.bocw-hero-stat strong {

    display: block;

    font-size: 28px;

    color: #ffffff;

    margin-bottom: 5px;

}


.bocw-hero-stat span {

    display: block;

    font-size: 11px;

    color:
        rgba(255,255,255,.65);

    text-transform: uppercase;

    letter-spacing: .8px;

}


/* =========================================================
   SERVICE STRIP
========================================================= */

.bocw-service-strip {

    position: relative;

    background: #ffffff;

    border-bottom:
        1px solid
        var(--bocw-border);

    box-shadow:
        0 8px 30px rgba(0,0,0,.04);

    z-index: 5;

}


.bocw-service-strip-inner {

    min-height: 92px;

    display: grid;

    grid-template-columns:
        repeat(5, 1fr);

    align-items: center;

}


.bocw-strip-item {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    padding: 18px;

    color: var(--bocw-text);

    font-size: 13px;

    font-weight: 600;

    border-right:
        1px solid
        var(--bocw-border);

}


.bocw-strip-item:last-child {

    border-right: none;

}


.bocw-strip-item i {

    color: var(--bocw-blue);

    font-size: 19px;

}


/* =========================================================
   SECTION HEADING
========================================================= */

.bocw-section-heading {

    max-width: 760px;

    margin:
        0 auto 55px;

    text-align: center;

}


.bocw-section-label {

    display: block;

    margin-bottom: 12px;

    color: var(--bocw-blue);

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;

}


.bocw-section-heading h2 {

    margin: 0;

    color: var(--bocw-black);

    font-family:
        "Playfair Display",
        serif;

    font-size: clamp(32px, 4vw, 48px);

    line-height: 1.2;

}


.bocw-section-heading p {

    margin: 18px auto 0;

    max-width: 680px;

    color: var(--bocw-muted);

    line-height: 1.8;

}


.bocw-title-line {

    width: 55px;

    height: 3px;

    margin-top: 18px;

    background: var(--bocw-blue);

}


.bocw-title-line.center {

    margin-left: auto;

    margin-right: auto;

}


/* =========================================================
   INTRO
========================================================= */

.bocw-intro-grid {

    display: grid;

    grid-template-columns:
        .95fr 1.05fr;

    gap: 80px;

    align-items: center;

}


.bocw-intro-image {

    position: relative;

}


.bocw-intro-image img {

    width: 100%;

    height: 520px;

    object-fit: cover;

    border-radius: 18px;

    display: block;

    box-shadow:
        0 25px 55px rgba(0,0,0,.14);

}


.bocw-experience-badge {

    position: absolute;

    right: -25px;

    bottom: 35px;

    width: 150px;

    height: 150px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    text-align: center;

    border-radius: 50%;

    background:
        linear-gradient(
            135deg,
            #0757a8,
            #0c79dc
        );

    color: #ffffff;

    box-shadow:
        0 20px 40px rgba(7,87,168,.3);

}


.bocw-experience-badge strong {

    font-size: 34px;

}


.bocw-experience-badge span {

    font-size: 11px;

    line-height: 1.4;

}


.bocw-intro-content h2 {

    margin: 0;

    color: var(--bocw-black);

    font-family:
        "Playfair Display",
        serif;

    font-size: 43px;

    line-height: 1.2;

}


.bocw-intro-content p {

    color: var(--bocw-muted);

    line-height: 1.85;

    margin: 20px 0;

}


.bocw-check-list {

    display: grid;

    gap: 12px;

    margin: 25px 0;

}


.bocw-check-list div {

    display: flex;

    gap: 10px;

    align-items: center;

    color: var(--bocw-text);

    font-size: 14px;

}


.bocw-check-list i {

    color: var(--bocw-blue);

}


.bocw-text-button {

    display: inline-flex;

    align-items: center;

    gap: 9px;

    color: var(--bocw-blue);

    font-weight: 700;

    text-decoration: none;

}


/* =========================================================
   SERVICE CARDS
========================================================= */

.bocw-service-grid {

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 25px;

}


.bocw-service-card {

    padding: 35px;

    background: #ffffff;

    border:
        1px solid
        var(--bocw-border);

    border-radius: var(--bocw-radius);

    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;

}


.bocw-service-card:hover {

    transform: translateY(-8px);

    border-color:
        rgba(7,87,168,.35);

    box-shadow: var(--bocw-shadow);

}


.bocw-card-icon {

    width: 58px;

    height: 58px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 12px;

    background:
        #eaf4ff;

    color: var(--bocw-blue);

    font-size: 22px;

    margin-bottom: 24px;

}


.bocw-service-card h3 {

    margin: 0 0 12px;

    color: var(--bocw-black);

    font-size: 19px;

}


.bocw-service-card p {

    color: var(--bocw-muted);

    font-size: 14px;

    line-height: 1.8;

    margin-bottom: 20px;

}


.bocw-service-card a {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: var(--bocw-blue);

    font-size: 13px;

    font-weight: 700;

    text-decoration: none;

}


/* =========================================================
   ADVANTAGES
========================================================= */

.bocw-advantage-grid {

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 25px;

}


.bocw-advantage {

    text-align: center;

    padding: 30px 20px;

}


.bocw-advantage-icon {

    width: 72px;

    height: 72px;

    margin: 0 auto 22px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    color: var(--bocw-blue);

    background: #eaf4ff;

    font-size: 24px;

}


.bocw-advantage h3 {

    font-size: 18px;

    margin-bottom: 12px;

}


.bocw-advantage p {

    color: var(--bocw-muted);

    line-height: 1.75;

    font-size: 14px;

}


/* =========================================================
   TIMELINE
========================================================= */

.bocw-heading-light h2 {

    color: #ffffff;

}


.bocw-heading-light p {

    color:
        rgba(255,255,255,.68);

}


.bocw-heading-light .bocw-section-label {

    color: #72c7ff;

}


.bocw-timeline {

    max-width: 900px;

    margin: auto;

    position: relative;

}


.bocw-timeline::before {

    content: "";

    position: absolute;

    left: 35px;

    top: 20px;

    bottom: 20px;

    width: 1px;

    background:
        rgba(255,255,255,.18);

}


.bocw-timeline-item {

    position: relative;

    display: grid;

    grid-template-columns: 70px 1fr;

    gap: 25px;

    margin-bottom: 30px;

}


.bocw-timeline-number {

    position: relative;

    z-index: 2;

    width: 70px;

    height: 70px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #0757a8;

    border:
        5px solid
        #063b73;

    color: #ffffff;

    font-size: 13px;

    font-weight: 700;

}


.bocw-timeline-content {

    padding:
        20px 25px;

    border:
        1px solid
        rgba(255,255,255,.12);

    border-radius: 12px;

    background:
        rgba(255,255,255,.05);

}


.bocw-timeline-content h3 {

    margin: 0 0 8px;

    color: #ffffff;

    font-size: 19px;

}


.bocw-timeline-content p {

    margin: 0;

    color:
        rgba(255,255,255,.68);

    font-size: 14px;

    line-height: 1.75;

}


/* =========================================================
   CASE STUDY
========================================================= */

.bocw-case-study {

    display: grid;

    grid-template-columns:
        1fr 1fr;

    background: #ffffff;

    border:
        1px solid
        var(--bocw-border);

    border-radius: 20px;

    overflow: hidden;

    box-shadow:
        0 20px 50px rgba(7,87,168,.08);

}


.bocw-case-image {

    min-height: 500px;

}


.bocw-case-image img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}


.bocw-case-content {

    padding: 55px;

}


.bocw-case-label {

    display: inline-block;

    color: var(--bocw-blue);

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1.5px;

}


.bocw-case-content h3 {

    font-family:
        "Playfair Display",
        serif;

    font-size: 31px;

    margin: 15px 0 30px;

}


.bocw-case-point {

    display: flex;

    gap: 14px;

    margin-bottom: 20px;

}


.bocw-case-point > i {

    color: var(--bocw-blue);

    margin-top: 4px;

}


.bocw-case-point strong {

    font-size: 14px;

}


.bocw-case-point p {

    color: var(--bocw-muted);

    font-size: 13px;

    line-height: 1.7;

    margin: 5px 0 0;

}


.bocw-case-stats {

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 15px;

    margin-top: 30px;

    padding-top: 25px;

    border-top:
        1px solid
        var(--bocw-border);

}


.bocw-case-stats strong {

    display: block;

    color: var(--bocw-blue);

    font-size: 24px;

}


.bocw-case-stats span {

    display: block;

    color: var(--bocw-muted);

    font-size: 10px;

    margin-top: 4px;

}


/* =========================================================
   FAQ
========================================================= */

.bocw-faq {

    max-width: 900px;

    margin: auto;

}


.bocw-faq-item {

    border-bottom:
        1px solid
        var(--bocw-border);

}


.bocw-faq-question {

    width: 100%;

    padding: 23px 5px;

    border: none;

    background: transparent;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    text-align: left;

    cursor: pointer;

    color: var(--bocw-black);

    font-family: Poppins, sans-serif;

    font-size: 15px;

    font-weight: 600;

}


.bocw-faq-question i {

    color: var(--bocw-blue);

    transition: .3s;

}


.bocw-faq-answer {

    max-height: 0;

    overflow: hidden;

    padding: 0 5px;

    color: var(--bocw-muted);

    font-size: 14px;

    line-height: 1.8;

    transition:
        max-height .35s ease,
        padding .35s ease;

}


.bocw-faq-item.open .bocw-faq-answer {

    max-height: 300px;

    padding:
        0 5px 22px;

}


.bocw-faq-item.open
.bocw-faq-question i {

    transform: rotate(180deg);

}


/* =========================================================
   TESTIMONIALS
========================================================= */

.bocw-testimonial-grid {

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 22px;

}


.bocw-testimonial {

    padding: 30px;

    background: #ffffff;

    border:
        1px solid
        var(--bocw-border);

    border-radius: 16px;

}


.bocw-stars {

    color: #1677d2;

    letter-spacing: 2px;

    margin-bottom: 18px;

}


.bocw-testimonial p {

    color: var(--bocw-muted);

    font-size: 13px;

    line-height: 1.8;

    min-height: 115px;

}


.bocw-testimonial strong {

    display: block;

    font-size: 14px;

    margin-top: 20px;

}


.bocw-testimonial span {

    display: block;

    margin-top: 5px;

    color: #8290a2;

    font-size: 11px;

}


/* =========================================================
   RELATED
========================================================= */

.bocw-related-grid {

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 22px;

}


.bocw-related-card {

    padding: 30px;

    text-decoration: none;

    color: inherit;

    border:
        1px solid
        var(--bocw-border);

    border-radius: 16px;

    transition: .3s;

}


.bocw-related-card:hover {

    transform: translateY(-6px);

    border-color:
        rgba(7,87,168,.3);

    box-shadow: var(--bocw-shadow);

}


.bocw-related-card i {

    color: var(--bocw-blue);

    font-size: 25px;

    margin-bottom: 20px;

}


.bocw-related-card h3 {

    font-size: 18px;

    margin: 0 0 10px;

}


.bocw-related-card p {

    color: var(--bocw-muted);

    font-size: 13px;

    line-height: 1.7;

    margin: 0;

}


/* =========================================================
   CLIENTS
========================================================= */

.bocw-clients {

    overflow: hidden;

    padding: 70px 0;

    background:
        #f4f8fc;

}


.bocw-clients-title {

    text-align: center;

    margin-bottom: 35px;

    color: #61748b;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;

}


.bocw-client-row {

    overflow: hidden;

    margin-bottom: 15px;

}


.bocw-client-track {

    width: max-content;

    display: flex;

    gap: 15px;

    animation:
        bocwScroll 35s linear infinite;

}


.bocw-client-track.reverse {

    animation-direction: reverse;

}


.bocw-client-track span {

    display: inline-flex;

    align-items: center;

    min-height: 48px;

    padding: 0 25px;

    background: #ffffff;

    border:
        1px solid
        var(--bocw-border);

    border-radius: 7px;

    color: #53667b;

    white-space: nowrap;

    font-size: 12px;

    font-weight: 600;

}


@keyframes bocwScroll {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }

}


/* =========================================================
   FINAL CTA
========================================================= */

.bocw-final-cta {

    padding: 100px 0;

    background:
        linear-gradient(
            135deg,
            #021f3d,
            #0757a8
        );

    color: #ffffff;

    text-align: center;

}


.bocw-final-content {

    max-width: 850px;

    margin: auto;

}


.bocw-final-content .bocw-section-label {

    color: #70c6ff;

}


.bocw-final-content h2 {

    margin: 0;

    font-family:
        "Playfair Display",
        serif;

    font-size: clamp(35px, 5vw, 55px);

    line-height: 1.15;

}


.bocw-final-content h2 span {

    display: block;

    color: #6bc8ff;

}


.bocw-final-content .bocw-title-line {

    background: #6bc8ff;

}


.bocw-final-content p {

    max-width: 700px;

    margin: 25px auto;

    color:
        rgba(255,255,255,.75);

    line-height: 1.8;

}


.bocw-final-buttons {

    display: flex;

    justify-content: center;

    gap: 15px;

    flex-wrap: wrap;

    margin-top: 30px;

}


.bocw-final-primary,
.bocw-final-outline {

    min-height: 52px;

    padding: 0 25px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    border-radius: 8px;

    text-decoration: none;

    font-size: 13px;

    font-weight: 700;

}


.bocw-final-primary {

    background: #ffffff;

    color: var(--bocw-blue);

}


.bocw-final-outline {

    color: #ffffff;

    border:
        1px solid
        rgba(255,255,255,.4);

}


.bocw-final-content small {

    display: block;

    margin-top: 30px;

    color:
        rgba(255,255,255,.55);

}


/* =========================================================
   FLOATING BUTTONS
========================================================= */

.bocw-floating {

    position: fixed;

    right: 22px;

    z-index: 999;

}


.bocw-floating a {

    width: 54px;

    height: 54px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    color: #ffffff;

    text-decoration: none;

    font-size: 22px;

    box-shadow:
        0 10px 25px rgba(0,0,0,.18);

}


.bocw-floating.whatsapp {

    bottom: 90px;

}


.bocw-floating.call {

    bottom: 25px;

}


.bocw-floating.whatsapp a {

    background: #128c7e;

}


.bocw-floating.call a {

    background: var(--bocw-blue);

}


/* =========================================================
   BACK TOP
========================================================= */

.bocw-back-top {

    position: fixed;

    right: 22px;

    bottom: 155px;

    width: 45px;

    height: 45px;

    border: none;

    border-radius: 50%;

    background: #ffffff;

    color: var(--bocw-blue);

    box-shadow:
        0 8px 25px rgba(0,0,0,.15);

    cursor: pointer;

    opacity: 0;

    visibility: hidden;

    transform: translateY(15px);

    transition: .3s;

    z-index: 998;

}


.bocw-back-top.show {

    opacity: 1;

    visibility: visible;

    transform: translateY(0);

}


/* =========================================================
   POPUP
========================================================= */

.bocw-popup {

    position: fixed;

    inset: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 20px;

    background:
        rgba(2,31,61,.72);

    backdrop-filter: blur(8px);

    opacity: 0;

    visibility: hidden;

    transition: .3s;

    z-index: 5000;

}


.bocw-popup.active {

    opacity: 1;

    visibility: visible;

}


.bocw-popup-box {

    position: relative;

    width: min(720px, 100%);

    max-height: 90vh;

    overflow-y: auto;

    padding: 40px;

    background: #ffffff;

    border-radius: 20px;

    box-shadow:
        0 30px 80px rgba(0,0,0,.25);

}


.bocw-popup-close {

    position: absolute;

    top: 15px;

    right: 18px;

    width: 38px;

    height: 38px;

    border: none;

    background: #eef5fb;

    color: #20344b;

    border-radius: 50%;

    cursor: pointer;

    font-size: 25px;

}


.bocw-popup-heading {

    margin-bottom: 28px;

}


.bocw-popup-heading span {

    color: var(--bocw-blue);

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1.5px;

}


.bocw-popup-heading h2 {

    margin: 8px 0;

    font-family:
        "Playfair Display",
        serif;

    font-size: 32px;

}


.bocw-popup-heading p {

    color: var(--bocw-muted);

    font-size: 13px;

}


.bocw-form-grid {

    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    gap: 18px;

}


.bocw-form-group {

    display: flex;

    flex-direction: column;

}


.bocw-form-group.full {

    grid-column: 1 / -1;

}


.bocw-form-group label {

    margin-bottom: 7px;

    color: #26384e;

    font-size: 12px;

    font-weight: 600;

}


.bocw-form-group input,
.bocw-form-group select,
.bocw-form-group textarea {

    width: 100%;

    box-sizing: border-box;

    padding: 13px 14px;

    border:
        1px solid
        #d7e2ee;

    border-radius: 8px;

    outline: none;

    font-family: Poppins, sans-serif;

    font-size: 13px;

    transition: .2s;

}


.bocw-form-group input:focus,
.bocw-form-group select:focus,
.bocw-form-group textarea:focus {

    border-color: var(--bocw-blue);

    box-shadow:
        0 0 0 3px
        rgba(7,87,168,.08);

}


.bocw-form-group textarea {

    resize: vertical;

}


.bocw-form-submit {

    margin-top: 5px;

}


.bocw-form-submit button {

    width: 100%;

    min-height: 52px;

    border: none;

    border-radius: 8px;

    background:
        linear-gradient(
            135deg,
            #0757a8,
            #0b73d0
        );

    color: #ffffff;

    cursor: pointer;

    font-family: Poppins, sans-serif;

    font-size: 13px;

    font-weight: 600;

}


.bocw-form-submit button i {

    margin-left: 8px;

}


.bocw-form-submit small {

    display: block;

    text-align: center;

    color: #7b8998;

    margin-top: 12px;

}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1100px) {

    .bocw-service-grid {

        grid-template-columns:
            repeat(2, 1fr);

    }


    .bocw-testimonial-grid {

        grid-template-columns:
            repeat(2, 1fr);

    }


    .bocw-advantage-grid {

        grid-template-columns:
            repeat(2, 1fr);

    }

}


@media (max-width: 900px) {

    .bocw-hero {

        min-height: auto;

    }


    .bocw-hero-content {

        padding:
            110px
            0
            70px;

    }


    .bocw-intro-grid,
    .bocw-case-study {

        grid-template-columns: 1fr;

    }


    .bocw-intro-image img {

        height: 430px;

    }


    .bocw-experience-badge {

        right: 20px;

    }


    .bocw-related-grid {

        grid-template-columns:
            repeat(2, 1fr);

    }


    .bocw-service-strip-inner {

        grid-template-columns:
            repeat(2, 1fr);

    }


    .bocw-strip-item:nth-child(2n) {

        border-right: none;

    }

}


@media (max-width: 700px) {

    .bocw-container {

        width:
            calc(100% - 30px);

    }


    .bocw-section {

        padding: 70px 0;

    }


    .bocw-hero-content {

        padding:
            95px
            0
            55px;

    }


    .bocw-hero h1 {

        font-size: 42px;

    }


    .bocw-hero-description {

        font-size: 14px;

        line-height: 1.75;

    }


    .bocw-hero-buttons {

        flex-direction: column;

        align-items: stretch;

    }


    .bocw-btn-primary,
    .bocw-btn-outline {

        width: 100%;

        box-sizing: border-box;

    }


    .bocw-hero-stats {

        grid-template-columns:
            repeat(2, 1fr);

        gap: 22px;

    }


    .bocw-hero-stat {

        padding: 0 10px;

        border-right: none;

    }


    .bocw-hero-stat:first-child {

        padding-left: 10px;

    }


    .bocw-hero-stat strong {

        font-size: 25px;

    }


    .bocw-service-strip-inner {

        grid-template-columns: 1fr;

    }


    .bocw-strip-item {

        border-right: none;

        border-bottom:
            1px solid
            var(--bocw-border);

    }


    .bocw-intro-content h2 {

        font-size: 34px;

    }


    .bocw-service-grid,
    .bocw-advantage-grid,
    .bocw-testimonial-grid,
    .bocw-related-grid {

        grid-template-columns: 1fr;

    }


    .bocw-case-content {

        padding: 30px 22px;

    }


    .bocw-case-stats {

        grid-template-columns: 1fr;

    }


    .bocw-timeline-item {

        grid-template-columns:
            55px 1fr;

        gap: 15px;

    }


    .bocw-timeline-number {

        width: 55px;

        height: 55px;

    }


    .bocw-timeline::before {

        left: 27px;

    }


    .bocw-form-grid {

        grid-template-columns: 1fr;

    }


    .bocw-form-group.full {

        grid-column: auto;

    }


    .bocw-popup-box {

        padding: 30px 20px;

    }


    .bocw-floating {

        right: 15px;

    }


    .bocw-back-top {

        right: 15px;

    }

}


@media (max-width: 480px) {

    .bocw-hero h1 {

        font-size: 36px;

    }


    .bocw-hero-badge {

        font-size: 10px;

    }


    .bocw-hero-stats {

        gap: 18px 5px;

    }


    .bocw-hero-stat span {

        font-size: 9px;

    }


    .bocw-experience-badge {

        width: 115px;

        height: 115px;

        bottom: 20px;

    }


    .bocw-experience-badge strong {

        font-size: 26px;

    }


    .bocw-experience-badge span {

        font-size: 9px;

    }


    .bocw-popup-heading h2 {

        font-size: 26px;

    }

}
/* =========================================================
   BOCW COMPLIANCE PAGE
   BLUE PROFESSIONAL THEME
========================================================= */


/* =========================================================
   GLOBAL
========================================================= */

#bocwHero *,
#bocwIntroBand * {
    box-sizing: border-box;
}


/* =========================================================
   BOCW CONTAINER
========================================================= */

.bocw-container {

    width: 100%;

    max-width: 1240px;

    margin: 0 auto;

    padding-left: 30px;

    padding-right: 30px;

}


/* =========================================================
   HERO
========================================================= */

.bocw-hero {

    position: relative;

    min-height: 720px;

    width: 100%;

    overflow: hidden;

    display: flex;

    align-items: center;

    background:
        linear-gradient(
            135deg,
            #061a36 0%,
            #082c59 45%,
            #0b4f96 100%
        );

}


/* =========================================================
   HERO BACKGROUND
========================================================= */

.bocw-hero-bg {

    position: absolute;

    inset: 0;

    background:
        radial-gradient(
            circle at 75% 25%,
            rgba(40, 140, 255, 0.25),
            transparent 35%
        ),
        radial-gradient(
            circle at 15% 75%,
            rgba(0, 110, 255, 0.18),
            transparent 35%
        );

    z-index: 0;

}


/* =========================================================
   HERO OVERLAY
========================================================= */

.bocw-hero-overlay {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(3, 19, 40, 0.96),
            rgba(5, 37, 75, 0.82),
            rgba(5, 63, 120, 0.58)
        );

    z-index: 1;

}


/* =========================================================
   HERO PATTERN
========================================================= */

.bocw-hero-pattern {

    position: absolute;

    inset: 0;

    opacity: .18;

    background-image:

        linear-gradient(
            rgba(255,255,255,.08) 1px,
            transparent 1px
        ),

        linear-gradient(
            90deg,
            rgba(255,255,255,.08) 1px,
            transparent 1px
        );

    background-size: 60px 60px;

    z-index: 2;

}


/* =========================================================
   HERO CONTENT
========================================================= */

.bocw-hero .bocw-container {

    position: relative;

    z-index: 5;

}


.bocw-hero-content {

    width: 100%;

    max-width: 880px;

    padding-top: 100px;

    padding-bottom: 80px;

    animation: bocwHeroFade .9s ease forwards;

}


/* =========================================================
   HERO BADGE
========================================================= */

.bocw-hero-badge {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    padding: 10px 18px;

    margin-bottom: 26px;

    border: 1px solid rgba(255,255,255,.22);

    border-radius: 50px;

    background: rgba(255,255,255,.08);

    backdrop-filter: blur(10px);

    -webkit-backdrop-filter: blur(10px);

    color: #dcecff;

    font-family: "Poppins", sans-serif;

    font-size: 13px;

    font-weight: 500;

    letter-spacing: .2px;

}


.bocw-hero-badge i {

    color: #63b3ff;

    font-size: 15px;

}


/* =========================================================
   HERO TITLE
========================================================= */

.bocw-hero h1 {

    margin: 0;

    max-width: 900px;

    color: #ffffff;

    font-family: "Playfair Display", serif;

    font-size: clamp(
        44px,
        5vw,
        70px
    );

    line-height: 1.08;

    font-weight: 600;

    letter-spacing: -1.2px;

}


.bocw-hero h1 span {

    display: inline;

    color: #62b4ff;

}


/* =========================================================
   HERO DESCRIPTION
========================================================= */

.bocw-hero-desc {

    max-width: 760px;

    margin: 28px 0 0;

    color: rgba(255,255,255,.78);

    font-family: "Poppins", sans-serif;

    font-size: 16px;

    line-height: 1.85;

    font-weight: 400;

}


/* =========================================================
   HERO BUTTONS
========================================================= */

.bocw-hero-buttons {

    display: flex;

    align-items: center;

    gap: 15px;

    flex-wrap: wrap;

    margin-top: 34px;

}


.bocw-btn-primary,
.bocw-btn-outline {

    min-height: 52px;

    padding: 0 24px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    border-radius: 6px;

    text-decoration: none;

    font-family: "Poppins", sans-serif;

    font-size: 14px;

    font-weight: 600;

    transition:
        .3s ease;

}


.bocw-btn-primary {

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #0878e8,
            #0d5fc4
        );

    box-shadow:
        0 10px 30px
        rgba(0, 102, 220, .28);

}


.bocw-btn-primary:hover {

    color: #ffffff;

    transform: translateY(-3px);

    box-shadow:
        0 15px 35px
        rgba(0, 102, 220, .38);

}


.bocw-btn-outline {

    color: #ffffff;

    border: 1px solid
        rgba(255,255,255,.35);

    background:
        rgba(255,255,255,.05);

}


.bocw-btn-outline:hover {

    color: #ffffff;

    background: rgba(255,255,255,.12);

    border-color: rgba(255,255,255,.6);

    transform: translateY(-3px);

}


/* =========================================================
   HERO STATS
========================================================= */

.bocw-hero-stats {

    display: grid;

    grid-template-columns:
        repeat(4, minmax(120px, 1fr));

    max-width: 780px;

    margin-top: 55px;

    padding-top: 28px;

    border-top:
        1px solid rgba(255,255,255,.15);

}


.bocw-hero-stat {

    position: relative;

    padding-right: 25px;

}


.bocw-hero-stat:not(:last-child)::after {

    content: "";

    position: absolute;

    right: 25px;

    top: 4px;

    height: 45px;

    width: 1px;

    background:
        rgba(255,255,255,.18);

}


.bocw-stat-number {

    color: #ffffff;

    font-family: "Playfair Display", serif;

    font-size: 30px;

    line-height: 1;

    font-weight: 600;

}


.bocw-stat-label {

    margin-top: 8px;

    color:
        rgba(255,255,255,.60);

    font-family: "Poppins", sans-serif;

    font-size: 11px;

    line-height: 1.4;

}


/* =========================================================
   INTRO BAND
========================================================= */

#bocwIntroBand {

    position: relative;

    background: #ffffff;

    border-bottom:
        1px solid #e7edf5;

    box-shadow:
        0 5px 25px
        rgba(8, 43, 85, .06);

    z-index: 10;

}


.bocw-intro-inner {

    min-height: 92px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

}


.bocw-intro-item {

    display: flex;

    align-items: center;

    gap: 10px;

    color: #17324f;

    font-family: "Poppins", sans-serif;

    font-size: 13px;

    font-weight: 500;

    white-space: nowrap;

}


.bocw-intro-dot {

    width: 7px;

    height: 7px;

    flex: 0 0 7px;

    border-radius: 50%;

    background: #0878e8;

    box-shadow:
        0 0 0 4px
        rgba(8,120,232,.10);

}


/* =========================================================
   HERO ANIMATION
========================================================= */

@keyframes bocwHeroFade {

    from {

        opacity: 0;

        transform:
            translateY(25px);

    }

    to {

        opacity: 1;

        transform:
            translateY(0);

    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 992px) {

    .bocw-hero {

        min-height: 680px;

    }


    .bocw-hero-content {

        max-width: 760px;

        padding-top: 90px;

        padding-bottom: 70px;

    }


    .bocw-hero h1 {

        font-size: 52px;

    }


    .bocw-hero-stats {

        max-width: 700px;

    }


    .bocw-intro-inner {

        flex-wrap: wrap;

        justify-content: center;

        padding-top: 22px;

        padding-bottom: 22px;

    }


    .bocw-intro-item {

        width: calc(33.33% - 20px);

        justify-content: center;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {

    .bocw-container {

        padding-left: 20px;

        padding-right: 20px;

    }


    .bocw-hero {

        min-height: auto;

    }


    .bocw-hero-content {

        padding-top: 85px;

        padding-bottom: 65px;

    }


    .bocw-hero-badge {

        font-size: 11px;

        padding: 9px 14px;

        line-height: 1.4;

    }


    .bocw-hero h1 {

        font-size: 42px;

        line-height: 1.12;

        letter-spacing: -.7px;

    }


    .bocw-hero h1 span {

        display: block;

    }


    .bocw-hero-desc {

        margin-top: 22px;

        font-size: 14px;

        line-height: 1.75;

    }


    .bocw-hero-buttons {

        margin-top: 27px;

        flex-direction: column;

        align-items: stretch;

    }


    .bocw-btn-primary,
    .bocw-btn-outline {

        width: 100%;

    }


    .bocw-hero-stats {

        grid-template-columns:
            repeat(2, 1fr);

        gap: 25px 0;

        margin-top: 40px;

    }


    .bocw-hero-stat {

        padding-left: 5px;

    }


    .bocw-hero-stat:nth-child(2)::after {

        display: none;

    }


    .bocw-hero-stat:nth-child(4)::after {

        display: none;

    }


    .bocw-stat-number {

        font-size: 27px;

    }


    .bocw-stat-label {

        font-size: 10px;

    }


    .bocw-intro-inner {

        display: grid;

        grid-template-columns:
            repeat(2, 1fr);

        gap: 18px 10px;

        padding: 24px 0;

    }


    .bocw-intro-item {

        width: 100%;

        justify-content: flex-start;

        font-size: 11px;

        white-space: normal;

    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .bocw-hero-content {

        padding-top: 75px;

        padding-bottom: 55px;

    }


    .bocw-hero h1 {

        font-size: 35px;

    }


    .bocw-hero-desc {

        font-size: 13px;

    }


    .bocw-hero-stats {

        gap: 22px 0;

    }


    .bocw-stat-number {

        font-size: 25px;

    }


    .bocw-stat-label {

        font-size: 9px;

    }


    .bocw-intro-inner {

        grid-template-columns: 1fr;

    }

}