* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Poppins',sans-serif;
    background: #f7f9fc;
    color: #222;
}
a {
    text-decoration: none;
}
.top-bar {
    background: #003bb5;
    color: #fff;
    font-size: 14px;
    padding: 10px 0;
}
.top-bar i {
    margin-right: 8px;
}
.navbar {
    padding: 6px 0;
}
.navbar-brand img {
    height: 58px;
}
.nav-link {
    font-weight: 600;
    margin: 0 12px;
    color: #222;
    transition: .3s;
}
.nav-link:hover {
    color: #005cff;
}
.active {
    color: #005cff!important;
}
.call-btn {
    background: #0057ff;
    color: #fff;
    padding: 12px 25px;
    border-radius: 12px;
    font-weight: 600;
    transition: .4s;
    display: inline-block;
    text-align: center;
}
.call-btn:hover {
    background: #003db5;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,.15);
}
.hero {
    padding: 70px 0;
    background:
        linear-gradient(
          135deg,
          #f7fbff,
          #edf4ff
        );
    overflow: hidden;
    position: relative;
}
.hero-subtitle {
    font-weight: 800;
    color: #0057ff;
    letter-spacing: 1px;
    font-size: 17px;
    text-transform: uppercase;
}
.hero h1 {
    font-size: 50px;
    font-weight: 800;
    line-height: 1.15;
    margin: 18px 0;
    color: #10224b;
}
.hero h1 span {
    color: #0057ff;
    display: block;
}
.hero p {
    font-size: 18px;
    color: #000;font-weight: 600;
    margin-bottom: 25px;text-align: justify;
}
.hero-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}
.hero-list li {
    margin-bottom: 14px;
    font-size: 17px;
    font-weight: 600;
}
.hero-list i {
    color: #0057ff;
    margin-right: 10px;
}
.hero-buttons {
    display: flex;
    gap: 18px;
    margin-bottom: 20px;
}
.btn-primary-custom {
    background: #0057ff;
    color: #fff;
    padding: 16px 34px;
    border-radius: 12px;
    font-weight: 600;
    transition: .3s;
}
.btn-primary-custom:hover {
    background: #003ec2;
    color: #fff;
    transform: translateY(-3px);
}
.btn-secondary-custom {
    background: #fff;
    color: #0057ff;
    padding: 16px 34px;
    border-radius: 12px;
    font-weight: 600;
    box-shadow: 0 15px 30px rgba(0,0,0,.08);
}
.hero-note {
    font-size: 15px;
    margin-top: 15px;
}
.hero-image {
    position: relative;
    height: 620px;
}
.hero-image img {
    position: absolute;
   /* max-width: 100%;*/
}
.printer {
    width: 59%;
    left: 27px;
    bottom: 0px;
    z-index: 3;
}
.girl {
    width: 93%;
    right: 136px;
    bottom: 80px;
    z-index: 2;
}
.boy {
    width: 84%;
    right: -43px;
    bottom: 80px;
    z-index: 2;
}
.laptop {
    width: 53%;
    right: -25px;
    bottom: 0px;
    z-index: 4;
}
.icon {
    position: absolute;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    color: #0057ff;
    box-shadow: 0 15px 30px rgba(0,0,0,.12);
    animation: float 3s ease-in-out infinite;
}
.wifi {
    left: 120px;
    top: 80px;
}
.gear {
    left: 260px;
    top: 40px;
}
.tool {
    right: 150px;
    top: 0;
}
.print {
    left: 16px;
    top: 156px;
}
@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-12px);
    }
    100% {
        transform: translateY(0);
    }
}
/*==========================
STATISTICS SECTION
==========================*/
.stats-section {
    position: relative;
    margin-top: -60px;
    z-index: 10;
    padding-bottom: 70px;
}
.stats-wrapper {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}
.stat-box {
    flex: 1;
    text-align: center;
    padding: 15px 20px;
    border-right: 1px solid #ececec;
    transition: all .3s ease;
}
.stat-box:last-child {
    border-right: none;
}
.stat-box:hover {
    background: #0057ff;
   /* transform: translateY(-8px);*/
}
.stat-box i {
    font-size: 40px;
    color: #0057ff;
    margin-bottom: 15px;
    transition: .3s;
}
.stat-box:hover i {
    color: #fff;
}
.stat-box h3 {
    font-size: 34px;
    font-weight: 700;
    color: #10224b;
    margin-bottom: 8px;
    transition: .3s;
}
.stat-box:hover h3 {
    color: #fff;
}
.stat-box h3 span {
    font-size: 24px;
}
.stat-box p {
    font-size: 15px;
    color: #777;
    margin: 0;
    transition: .3s;
}
.stat-box:hover p {
    color: #fff;
}
/*======================
SECTION TITLE
======================*/
.section-title {
    text-align: center;
    margin: 25px 0 25px;
}
.section-title h2 {
    font-size: 42px;
    font-weight: 700;
    color: #13294d;
}
.section-title span {
    color: #0057ff;
}
/*======================
SERVICES
======================*/
.services {
    padding-bottom: 70px;
}
.service-card {
    background: #fff;
    border-radius: 20px;
    padding: 35px 20px;
    text-align: center;
    height: 100%;
    transition: .4s;
    box-shadow: 0 12px 25px rgba(0,0,0,.06);
}
.service-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 45px rgba(0,0,0,.12);
}
.service-card i {
    font-size: 52px;
    color: #0057ff;
    margin-bottom: 20px;
    transition: .4s;
}
.service-card:hover i {
    transform: scale(1.15);
}
.service-card h5 {
    font-size: 20px;color: #0055ef;
    font-weight: 600;
    margin-bottom: 12px;
}
.service-card p {
    font-size: 14px;
    color: #000;
    margin: 0;
    line-height: 1.6;
}
/*==========================
WHY US
==========================*/
.why-us {
    padding: 30px 0 30px;
}
.why-box {
    background:
        linear-gradient(
          90deg,
          #0038b8,
          #005eff
        );
    padding: 30px;
    border-radius: 20px;
    color: #fff;
}
.why-box h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 16px;
}
.why-box span {
    color: #fff;
}
.why-item {
    text-align: center;
    padding: 7px;
}
.why-item i {
    font-size: 42px;
    margin-bottom: 18px;
}
.why-item h6 {
    font-size: 18px;
    font-weight: 600;
}
/*==========================
TESTIMONIAL
==========================*/
.testimonials {
    padding: 30px 0;
}
.testimonial-slider {
    overflow: hidden;
}
.testimonial-track {
    display: flex;
    gap: 30px;
    transition: .5s;
}
.testimonial-card {
    min-width: 350px;
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 15px 35px rgba(0,0,0,.08);
}
.stars {
    color: #ffb300;
    font-size: 22px;
    margin-bottom: 15px;
}
.testimonial-card p {
    line-height: 1.8;
    color: #666;
    min-height: 90px;
}
.customer {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.customer img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}
.customer h5 {
    margin: 0;
    font-size: 18px;
}
.customer span {
    font-size: 14px;
    color: #777;
}
/*==========================
FAQ + CTA
==========================*/
.faq-cta-section {
    padding: 70px 0;
}
.faq-title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #13294d;
}
.faq-title span {
    color: #0057ff;
}
/* Accordion */
.faq-accordion .accordion-item {
    border: none;
    margin-bottom: 12px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,.05);
}
.faq-accordion .accordion-button {
    background: #fff;
    font-weight: 600;
    padding: 18px 20px;
    box-shadow: none;
}
.faq-accordion .accordion-button:not(.collapsed) {
    background: #0057ff;
    color: #fff;
}
.faq-accordion .accordion-button:focus {
    box-shadow: none;
}
.faq-accordion .accordion-button::after {
    background-size: 16px;
}
/* CTA */
.help-box {
    background:
        linear-gradient(
          90deg,
          #0148d5,
          #005bff
        );
    border-radius: 15px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    height: 100%;
    color: #fff;
}
.phone-icon {
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,.15);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    text-align: center;
    margin: 10px auto;
}
.help-box h2 {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
}
.help-box p {
    font-size: 18px;
    opacity: .95;
    margin-bottom: 25px;
}
.call-now-btn {
    display: inline-block;
    background: #fff;
    padding: 16px 35px;
    border-radius: 10px;
    color: #0057ff;
    font-weight: 700;
    transition: .3s;
}
.call-now-btn:hover {
    background: #f2f2f2;
    color: #0057ff;
}
.support-img {
    width: 202px;
    position: absolute;
    right: 3px;
    bottom: 38px;opacity: .9;
}


/*=========================
FOOTER
=========================*/
footer {
    background: #0b1736;
    color: #fff;
    padding: 30px 0 0px;
    margin-top: 15px;
}
footer h3, footer h5 {
    margin-bottom: 11px;
    font-size: 24px;
    font-weight: 600;
    text-align: justify;
}
footer ul {
    list-style: none;
    padding: 0;
}
footer ul li {
    margin-bottom: 10px;
}
footer ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}
footer p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: justify;
    line-height: 27px;
    margin-bottom: 5px;
}
.social-links {
    margin-top: 20px;
}
.social-links a {
    width: 42px;
    height: 42px;
    background: #0057ff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    color: #fff;
    transition: .3s;
}
.social-links a:hover {
    transform: translateY(-5px);
}
footer hr {
    margin: 15px 0 15px;
    border-color: #fff;
}
.copyright {
    text-align: center;
    color: #fff;
    font-size: 17px;
    padding-bottom: 8px;
    font-weight: 500;
}
.whatsapp-btn {
    position: fixed;
    right: 20px;
    bottom: 25px;
    width: 60px;
    height: 60px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    z-index: 999;
    box-shadow: 0 10px 25px rgba(0,0,0,.25);
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.call-fixed {
    position: fixed;
    left: 20px;
    bottom: 25px;
    width: 60px;
    height: 60px;
    background: #0057ff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 26px;
    z-index: 999;
    box-shadow: 0 10px 25px rgba(0,0,0,.25);animation: pulse 2s infinite;
}
#topButton {
    position: fixed;
    right: 20px;
    bottom: 100px;
    width: 55px;
    height: 55px;
    background: #0057ff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    display: none;
    z-index: 999;
}


/* =========================================
   ABOUT PAGE
========================================= */

.about-hero {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background:
        radial-gradient(circle at 85% 30%, #dceaff 0, transparent 35%),
        linear-gradient(135deg, #f8fbff, #edf4ff);
}

.about-subtitle,
.section-label,
.section-heading-center > span {
    display: inline-block;
    color: #0057ff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.about-hero h1 {
    color: #10224b;
    font-size: 50px;
    line-height: 51px;
    font-weight: 800;
    margin-bottom: 15px;
}

.about-hero h1 span,
.about-story h2 span,
.about-why h2 span,
.section-heading-center h2 span {
    color: #0057ff;
}

.about-hero p {
    color: #000;
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    font-weight: 500;
    margin-bottom: 5px;
}

.about-buttons {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.about-primary-btn,
.about-secondary-btn {
    padding: 15px 27px;
    border-radius: 10px;
    font-weight: 600;
    transition: .3s ease;
}

.about-primary-btn {
    background: #0057ff;
    color: #fff;
}

.about-primary-btn:hover {
    background: #003eb8;
    color: #fff;
    transform: translateY(-3px);
}

.about-secondary-btn {
    background: #fff;
    color: #0057ff;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.about-secondary-btn:hover {
    color: #0057ff;
    transform: translateY(-3px);
}


/* HERO IMAGE */

.about-hero-image {
    position: relative;
    height: 520px;
}

.about-hero-image > img {
    position: absolute;
    right: 20px;
    bottom: 0;
    height: 500px;
    width: auto;
    object-fit: contain;
}


/* FLOATING CARDS */

.about-floating-card {
    position: absolute;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    background: rgba(255,255,255,.95);
    border-radius: 14px;
    box-shadow: 0 15px 40px rgba(0,0,0,.12);
}

.about-floating-card i {
    color: #0057ff;
    font-size: 25px;
}

.about-floating-card strong,
.about-floating-card small {
    display: block;
}

.about-floating-card strong {
    color: #10224b;
    font-size: 18px;
}

.about-floating-card small {
    color: #6b7280;
}

.card-one {
    left: 10px;
    bottom: 100px;
}

.card-two {
    right: 0;
    top: 90px;
}


/* STORY */

.about-story {
    padding: 54px 0;
    background: #fff;
}

.story-image {
    position: relative;
    min-height: 470px;
    border-radius: 25px;
    background: linear-gradient(135deg, #eef5ff, #f7fbff);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.story-image img {
    width: 80%;
    max-height: 350px;
    object-fit: contain;
}

.experience-badge {
    position: absolute;
    left: 25px;
    bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 18px 22px;
    background: #0057ff;
    color: #fff;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0,87,255,.3);
}

.experience-badge strong {
    font-size: 32px;
}

.experience-badge span {
    line-height: 1.3;
}

.about-story h2,
.about-why h2 {
   color: #10224b;
    font-size: 35px;
    line-height: 44px;
    font-weight: 700;
    margin-bottom: 10px;
}

.about-story p,
.about-why > .container p {
    color: #000;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    font-weight: 500;
    margin-bottom: 6px;
}

.story-features {
    margin-top: 25px;
}

.story-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 13px;
    color: #000;
    font-weight: 600;
}

.story-feature i {
    color: #0057ff;
}


/* MISSION */

.mission-section {
    padding: 50px 0;
    background: #f6f9fe;
}

.section-heading-center {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
}

.section-heading-center h2 {
    color: #10224b;
    font-size: 37px;
    font-weight: 750;
    line-height: 39px;
}

.section-heading-center p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    text-align: justify;
}

.commitment-card {
    height: 100%;
    padding: 40px 30px;
    text-align: center;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 12px 35px rgba(0,0,0,.06);
    transition: .35s ease;
}

.commitment-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 45px rgba(0,0,0,.1);
}

.commitment-icon {
    width: 75px;
    height: 75px;
    margin: 0 auto 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eaf2ff;
    color: #0057ff;
    border-radius: 50%;
    font-size: 30px;
}

.commitment-card h3 {
    color: #10224b;
    font-size: 22px;font-weight: 700;
    margin-bottom: 15px;
}

.commitment-card p {
    color: #000;
    line-height: 30px;
    font-size: 15px;
    font-weight: 500;
    text-align: justify;
}


/* WHY */

.about-why {
    padding: 100px 0;
    background: #fff;
}

.about-benefit {
    display: flex;
    gap: 18px;
    margin-top: 13px;
}

.benefit-icon {
    min-width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eaf2ff;
    color: #0057ff;
    border-radius: 12px;
    font-size: 22px;
}

.about-benefit h4 {
    color: #0057ff;
    font-size: 19px;
    margin-bottom: 5px;
    font-weight: 700;
}

.about-benefit p {
    margin: 0;
    font-size: 14px;
}


/* ICON GRID */

.about-icon-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding-left: 50px;
}

.about-icon-card {
    min-height: 190px;
    padding: 30px;
    background: #f6f9fe;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    color: #10224b;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
    transition: .3s ease;
}

.about-icon-card:hover {
    background: #0057ff;
    color: #fff;
    transform: translateY(-7px);
}

.about-icon-card i {
    font-size: 42px;
    color: #0057ff;
}

.about-icon-card:hover i {
    color: #fff;
}


/* STATS */

.about-stats {
    padding: 0 0 50px;
    background: #fff;
}

.about-stats-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
    overflow: hidden;
}

.about-stat {
    text-align: center;
    padding: 15px 15px;
    border-right: 1px solid #eee;
}

.about-stat:last-child {
    border-right: 0;
}

.about-stat i {
    display: block;
    color: #0057ff;
    font-size: 32px;
    margin-bottom: 12px;
}

.about-stat strong,
.about-stat span {
    display: block;
}

.about-stat strong {
    color: #10224b;
    font-size: 27px;
}

.about-stat span {
    color: #6b7280;
    font-size: 14px;
    margin-top: 5px;
}


/* CTA */

.about-cta {
    padding: 0 0 90px;
}

.about-cta-box {
    padding: 45px 50px;
    border-radius: 22px;
    background: linear-gradient(100deg, #003cb8, #0065ff);
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.about-cta-box span {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
}

.about-cta-box h2 {
    font-size: 34px;
    font-weight: 750;
    margin: 10px 0;
}

.about-cta-box p {
    margin: 0;
    opacity: .9;
}

.about-cta-btn {
    flex-shrink: 0;
    padding: 16px 25px;
    background: #fff;
    color: #0057ff;
    border-radius: 10px;
    font-weight: 700;
}

.about-cta-btn:hover {
    color: #003cb8;
}


/* =========================================
   RESPONSIVE
========================================= */

@media(max-width:991px) {

    .about-hero {
        padding: 60px 0;
    }

    .about-hero h1 {
        font-size: 45px;
    }

    .about-hero-image {
        height: 450px;
        margin-top: 50px;
    }

    .about-hero-image > img {
        height: 430px;
        right: 50%;
        transform: translateX(50%);
    }

    .about-story,
    .about-why {
        padding: 70px 0;
    }

    .about-story h2,
    .about-why h2,
    .section-heading-center h2 {
        font-size: 34px;
    }

    .about-icon-grid {
        padding-left: 0;
        margin-top: 40px;
    }

    .about-stats-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-stat:nth-child(2) {
        border-right: 0;
    }

    .about-stat:nth-child(-n+2) {
        border-bottom: 1px solid #eee;
    }

    .about-cta-box {
        flex-direction: column;
        align-items: flex-start;
    }
}


@media(max-width:576px) {

    .about-hero h1 {
        font-size: 36px;
    }

    .about-hero p {
        font-size: 15px;
    }

    .about-buttons {
        flex-direction: column;
    }

    .about-primary-btn,
    .about-secondary-btn {
        text-align: center;
    }

    .about-hero-image {
        height: 360px;
    }

    .about-hero-image > img {
        height: 350px;
    }

    .about-floating-card {
        padding: 10px 13px;
    }

    .card-one {
        left: 0;
        bottom: 30px;
    }

    .card-two {
        right: 0;
        top: 40px;
    }

    .story-image {
        min-height: 320px;
    }

    .about-story h2,
    .about-why h2,
    .section-heading-center h2 {
        font-size: 30px;
    }

    .about-icon-grid {
        grid-template-columns: 1fr;
    }

    .about-stats-wrapper {
        grid-template-columns: 1fr;
    }

    .about-stat {
        border-right: 0;
        border-bottom: 1px solid #eee;
    }

    .about-stat:last-child {
        border-bottom: 0;
    }

    .about-cta-box {
        padding: 30px 25px;
    }

    .about-cta-box h2 {
        font-size: 27px;
    }

    .about-cta-btn {
        width: 100%;
        text-align: center;
    }
}


/* =========================================
   SERVICES PAGE
========================================= */

.services-hero {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background:
        radial-gradient(circle at 85% 20%, #dceaff 0, transparent 35%),
        linear-gradient(135deg, #f8fbff, #edf4ff);
}

.services-label {
    display: inline-block;
    color: #0057ff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.services-hero h1 {
    color: #10224b;
    font-size: 55px;
    line-height: 1.15;
    font-weight: 800;
    margin-bottom: 22px;
}

.services-hero h1 span {
    color: #0057ff;
    display: block;
}

.services-hero p {
    color: #000;
    font-size: 18px;text-align: justify;
    line-height: 1.8;
}

.services-hero-buttons {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.services-primary-btn,
.services-secondary-btn {
    padding: 15px 25px;
    border-radius: 10px;
    font-weight: 700;
    transition: .3s;
}

.services-primary-btn {
    background: #0057ff;
    color: #fff;
}

.services-primary-btn:hover {
    color: #fff;
    background: #003eb8;
    transform: translateY(-3px);
}

.services-secondary-btn {
    background: #fff;
    color: #0057ff;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.services-secondary-btn:hover {
    color: #0057ff;
    transform: translateY(-3px);
}


/* HERO VISUAL */

.services-hero-visual {
    position: relative;
    height: 470px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-circle {
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        #d8e8ff,
        #eef6ff
    );
}

.services-hero-visual > img {
    position: relative;
    z-index: 2;
    width: 90%;
    max-height: 430px;
    object-fit: contain;
}

.service-floating-card {
    position: absolute;
    right: 0;
    bottom: 40px;
    z-index: 5;

    display: flex;
    align-items: center;
    gap: 12px;

    padding: 15px 20px;
    background: #fff;
    border-radius: 14px;

    box-shadow: 0 15px 40px rgba(0,0,0,.12);
}

.service-floating-card i {
    color: #0057ff;
    font-size: 28px;
}

.service-floating-card strong,
.service-floating-card small {
    display: block;
}

.service-floating-card strong {
    color: #10224b;
}

.service-floating-card small {
    color: #667085;
}


/* TRUST */

.services-trust {
    position: relative;
    margin-top: -45px;
    z-index: 10;
    padding-bottom: 80px;
}

.services-trust-wrapper {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);

    display: grid;
    grid-template-columns: repeat(4, 1fr);

    overflow: hidden;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 15px;

    padding: 28px 22px;

    border-right: 1px solid #eee;
}

.trust-item:last-child {
    border-right: 0;
}

.trust-item > i {
    color: #0057ff;
    font-size: 32px;
}

.trust-item strong,
.trust-item span {
    display: block;
}

.trust-item strong {
    color: #10224b;
}

.trust-item span {
    color: #777;
    font-size: 13px;
    margin-top: 4px;
}


/* SERVICES HEADING */

.services-heading {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 50px;
}

.services-heading > span {
    color: #0057ff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
}

.services-heading h2 {
    color: #10224b;
    font-size: 42px;
    font-weight: 750;
    margin: 12px 0;
}

.services-heading h2 strong {
    color: #0057ff;
}

.services-heading p {
    color: #667085;
}


/* SERVICES CARDS */

.services-list-section {
    padding: 20px 0 100px;
}

.service-detail-card {
    height: 100%;
    padding: 35px 30px;

    background: #fff;
    border: 1px solid #edf0f5;
    border-radius: 18px;

    box-shadow: 0 10px 30px rgba(0,0,0,.05);

    transition: .35s ease;
}

.service-detail-card:hover {
    transform: translateY(-8px);
    border-color: transparent;
    box-shadow: 0 20px 45px rgba(0,87,255,.12);
}

.service-icon {
    width: 70px;
    height: 70px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #eaf2ff;
    color: #0057ff;

    border-radius: 16px;

    font-size: 30px;

    margin-bottom: 22px;

    transition: .3s;
}

.service-detail-card:hover .service-icon {
    background: #0057ff;
    color: #fff;
}

.service-detail-card h3 {
    color: #10224b;
    font-size: 22px;
    margin-bottom: 12px;font-weight: 600;
}

.service-detail-card > p {
    color: #667085;
    line-height: 1.7;
}

.service-detail-card ul {
    list-style: none;
    padding: 0;
    margin: 22px 0;
}

.service-detail-card li {
    color: #475467;
    margin-bottom: 10px;
    font-size: 14px;
}

.service-detail-card li i {
    color: #0057ff;
    margin-right: 8px;
}

.service-detail-card > a {
    color: #0057ff;
    font-weight: 700;
}

.service-detail-card > a i {
    margin-left: 7px;
    transition: .3s;
}

.service-detail-card > a:hover i {
    margin-left: 12px;
}


/* HOW IT WORKS */

.how-it-works {
    padding: 100px 0;
    background: #f6f9fe;
}

.process-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
    align-items: center;
}

.process-card {
    text-align: center;
    position: relative;
}

.process-number {
    color: #dce8ff;
    font-size: 50px;
    font-weight: 800;
}

.process-icon {
    width: 70px;
    height: 70px;

    margin: -5px auto 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #0057ff;
    color: #fff;

    font-size: 25px;
}

.process-card h3 {
    color: #10224b;
    font-size: 20px;
}

.process-card p {
    color: #667085;
    font-size: 14px;
    line-height: 1.6;
}

.process-line {
    width: 60px;
    height: 2px;
    background: #cbdcff;
}


/* SUPPORTED PRINTERS */

.supported-printers {
    padding: 100px 0;
    background: #fff;
}

.printer-models {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.printer-model {
    padding: 25px;

    display: flex;
    align-items: center;
    gap: 15px;

    border: 1px solid #edf0f5;
    border-radius: 14px;

    color: #10224b;

    transition: .3s;
}

.printer-model i {
    color: #0057ff;
    font-size: 27px;
}

.printer-model:hover {
    background: #0057ff;
    color: #fff;
    transform: translateY(-5px);
}

.printer-model:hover i {
    color: #fff;
}


/* CTA */

.services-cta {
    padding: 0 0 90px;
}

.services-cta-box {
    padding: 45px 50px;

    border-radius: 22px;

    background:
        linear-gradient(
            100deg,
            #003cb8,
            #0065ff
        );

    color: #fff;

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.services-cta-box > div > span {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
}

.services-cta-box h2 {
    font-size: 34px;
    margin: 10px 0;
}

.services-cta-box p {
    margin: 0;
    opacity: .9;
}

.services-cta-btn {
    flex-shrink: 0;

    padding: 16px 25px;

    background: #fff;
    color: #0057ff;

    border-radius: 10px;

    font-weight: 700;
}

.services-cta-btn:hover {
    color: #003cb8;
}


/* =========================================
   RESPONSIVE
========================================= */

@media(max-width:991px) {

    .services-hero {
        padding: 60px 0;
    }

    .services-hero h1 {
        font-size: 43px;
    }

    .services-hero-visual {
        margin-top: 40px;
        height: 400px;
    }

    .services-trust-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .trust-item:nth-child(2) {
        border-right: 0;
    }

    .trust-item:nth-child(-n+2) {
        border-bottom: 1px solid #eee;
    }

    .process-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    .process-line {
        display: none;
    }

    .printer-models {
        grid-template-columns: repeat(2, 1fr);
    }

    .services-cta-box {
        flex-direction: column;
        align-items: flex-start;
    }

}


@media(max-width:576px) {

    .services-hero h1 {
        font-size: 35px;
    }

    .services-hero p {
        font-size: 15px;
    }

    .services-hero-buttons {
        flex-direction: column;
    }

    .services-primary-btn,
    .services-secondary-btn {
        text-align: center;
    }

    .services-hero-visual {
        height: 330px;
    }

    .hero-circle {
        width: 300px;
        height: 300px;
    }

    .service-floating-card {
        right: 0;
        bottom: 10px;
    }

    .services-trust-wrapper {
        grid-template-columns: 1fr;
    }

    .trust-item {
        border-right: 0;
        border-bottom: 1px solid #eee;
    }

    .trust-item:last-child {
        border-bottom: 0;
    }

    .services-heading h2 {
        font-size: 31px;
    }

    .process-grid {
        grid-template-columns: 1fr;
    }

    .printer-models {
        grid-template-columns: 1fr;
    }

    .services-cta-box {
        padding: 30px 25px;
    }

    .services-cta-box h2 {
        font-size: 27px;
    }

    .services-cta-btn {
        width: 100%;
        text-align: center;
    }

}

/* =========================================
   CONTACT PAGE
========================================= */

.contact-hero {
    padding: 85px 0;
    background:
        radial-gradient(
            circle at 85% 20%,
            #dceaff 0,
            transparent 35%
        ),
        linear-gradient(
            135deg,
            #f8fbff,
            #edf4ff
        );
    overflow: hidden;
}

.contact-label {
    display: inline-block;
    color: #0057ff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.contact-hero h1 {
    color: #10224b;
    font-size: 55px;
    line-height: 1.15;
    font-weight: 800;
    margin-bottom: 22px;
}

.contact-hero h1 span {
    display: block;
    color: #0057ff;
}

.contact-hero p {
    max-width: 620px;
    color: #667085;
    font-size: 18px;
    line-height: 1.8;
}

.contact-hero-points {
    margin-top: 25px;
}

.contact-hero-points div {
    color: #263653;
    font-weight: 600;
    margin-bottom: 12px;
}

.contact-hero-points i {
    color: #0057ff;
    margin-right: 8px;
}

.contact-hero-image {
    height: 430px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-hero-circle {
    position: absolute;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        #d8e8ff,
        #f2f7ff
    );
}

.contact-hero-image img {
    position: relative;
    z-index: 2;
    height: 420px;
    width: auto;
    object-fit: contain;
}


/* =========================================
   CONTACT MAIN
========================================= */

.contact-main {
    padding: 90px 0;
    background: #fff;
}

.contact-info-box {
    height: 100%;
    padding: 40px 35px;
    border-radius: 20px;
    background: linear-gradient(
        145deg,
        #003bba,
        #0064ff
    );
    color: #fff;
    box-shadow: 0 20px 50px rgba(0, 66, 190, .18);
}

.contact-small-label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
}

.contact-info-box h2 {
    font-size: 36px;
    line-height: 1.25;
    margin: 12px 0 15px;
}

.contact-info-box h2 span {
    color: #bcd4ff;
}

.contact-info-box > p {
    opacity: .9;
    line-height: 1.7;
    margin-bottom: 30px;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 18px 0;
    border-top: 1px solid rgba(255,255,255,.15);
}

.contact-info-icon {
    min-width: 48px;
    height: 48px;

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 12px;

    background: rgba(255,255,255,.14);

    font-size: 20px;
}

.contact-info-item span,
.contact-info-item a,
.contact-info-item small,
.contact-info-item strong {
    display: block;
}

.contact-info-item span {
    font-size: 13px;
    opacity: .8;
    margin-bottom: 3px;
}

.contact-info-item a,
.contact-info-item strong {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.contact-info-item small {
    margin-top: 4px;
    font-size: 12px;
    opacity: .75;
}

.contact-social {
    padding-top: 25px;
    border-top: 1px solid rgba(255,255,255,.15);
}

.contact-social > span {
    display: block;
    margin-bottom: 12px;
    font-size: 13px;
}

.contact-social > div {
    display: flex;
    gap: 10px;
}

.contact-social a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(255,255,255,.13);
    color: #fff;

    border-radius: 50%;

    transition: .3s;
}

.contact-social a:hover {
    background: #fff;
    color: #0057ff;
}


/* =========================================
   CONTACT FORM
========================================= */

.contact-form-box {
    padding: 40px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #edf0f5;
    box-shadow: 0 15px 45px rgba(0,0,0,.06);
}

.contact-form-heading {
    margin-bottom: 30px;
}

.contact-form-heading span {
    color: #0057ff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
}

.contact-form-heading h2 {
    color: #10224b;
    font-size: 34px;
    margin: 8px 0;
}

.contact-form-heading p {
    color: #667085;
    margin: 0;
}

.contact-form-box label {
    display: block;
    color: #263653;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
}

.contact-form-box label span {
    color: #ff3b30;
}

.contact-input {
    position: relative;
}

.contact-input > i {
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
    color: #0057ff;
    z-index: 2;
}

.contact-input input,
.contact-input select,
.contact-input textarea {
    width: 100%;
    border: 1px solid #dfe5ee;
    border-radius: 10px;
    padding: 14px 15px 14px 46px;
    outline: none;
    color: #263653;
    background: #fff;
    transition: .3s;
}

.contact-input textarea {
    min-height: 130px;
    resize: vertical;
    padding-top: 15px;
}

.textarea-input > i {
    top: 20px;
    transform: none;
}

.contact-input input:focus,
.contact-input select:focus,
.contact-input textarea:focus {
    border-color: #0057ff;
    box-shadow: 0 0 0 3px rgba(0,87,255,.08);
}

.contact-input select {
    appearance: auto;
    cursor: pointer;
}

.contact-submit-btn {
    width: 100%;
    border: 0;
    border-radius: 10px;
    padding: 16px 25px;
    background: #0057ff;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: .3s;
}

.contact-submit-btn i {
    margin-left: 8px;
}

.contact-submit-btn:hover {
    background: #003eb8;
    transform: translateY(-2px);
}


/* =========================================
   QUICK CONTACT
========================================= */

.quick-contact {
    padding: 90px 0;
    background: #f6f9fe;
}

.quick-contact-heading {
    text-align: center;
    margin-bottom: 45px;
}

.quick-contact-heading > span,
.contact-faq-heading > span {
    color: #0057ff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
}

.quick-contact-heading h2,
.contact-faq-heading h2 {
    color: #10224b;
    font-size: 40px;
    margin-top: 10px;
}

.quick-contact-heading h2 strong,
.contact-faq-heading h2 strong {
    color: #0057ff;
}

.quick-contact-card {
    height: 100%;
    text-align: center;
    padding: 35px 25px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
    transition: .3s;
}

.quick-contact-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,.09);
}

.quick-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;

    display: flex;
    justify-content: center;
    align-items: center;

    background: #eaf2ff;
    color: #0057ff;

    border-radius: 50%;

    font-size: 28px;
}

.quick-contact-card h3 {
    color: #10224b;
    font-size: 21px;
}

.quick-contact-card p {
    color: #667085;
    line-height: 1.7;
}

.quick-contact-card a {
    color: #0057ff;
    font-weight: 700;
}


/* =========================================
   FAQ
========================================= */

.contact-faq {
    padding: 90px 0;
    background: #fff;
}

.contact-faq-heading {
    text-align: center;
    margin-bottom: 40px;
}

.contact-accordion {
    max-width: 850px;
    margin: auto;
}

.contact-accordion .accordion-item {
    border: 1px solid #edf0f5;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 12px;
}

.contact-accordion .accordion-button {
    color: #10224b;
    font-weight: 600;
    padding: 18px 20px;
    background: #fff;
    box-shadow: none;
}

.contact-accordion .accordion-button:not(.collapsed) {
    color: #0057ff;
    background: #f6f9fe;
}

.contact-accordion .accordion-button:focus {
    box-shadow: none;
}

.contact-accordion .accordion-body {
    color: #667085;
    line-height: 1.7;
}


/* =========================================
   FINAL CTA
========================================= */

.contact-final-cta {
    padding: 0 0 90px;
}

.contact-final-box {
    padding: 45px 50px;
    border-radius: 22px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;

    background: linear-gradient(
        100deg,
        #003cb8,
        #0065ff
    );

    color: #fff;
}

.contact-final-box > div > span {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
}

.contact-final-box h2 {
    font-size: 34px;
    margin: 10px 0;
}

.contact-final-box p {
    margin: 0;
    opacity: .9;
}

.contact-final-box > a {
    flex-shrink: 0;
    padding: 16px 25px;
    border-radius: 10px;
    background: #fff;
    color: #0057ff;
    font-weight: 700;
}

.contact-final-box > a:hover {
    color: #003cb8;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .contact-hero {
        padding: 60px 0;
    }

    .contact-hero h1 {
        font-size: 45px;
    }

    .contact-hero-image {
        margin-top: 40px;
    }

    .contact-main {
        padding: 70px 0;
    }

    .contact-form-box {
        margin-top: 20px;
    }

    .contact-final-box {
        flex-direction: column;
        align-items: flex-start;
    }

}


@media (max-width: 576px) {

    .contact-hero h1 {
        font-size: 35px;
    }

    .contact-hero p {
        font-size: 15px;
    }

    .contact-hero-image {
        height: 330px;
    }

    .contact-hero-circle {
        width: 290px;
        height: 290px;
    }

    .contact-hero-image img {
        height: 320px;
    }

    .contact-info-box,
    .contact-form-box {
        padding: 28px 22px;
    }

    .contact-info-box h2 {
        font-size: 30px;
    }

    .contact-form-heading h2 {
        font-size: 29px;
    }

    .quick-contact-heading h2,
    .contact-faq-heading h2 {
        font-size: 31px;
    }

    .contact-final-box {
        padding: 30px 25px;
    }

    .contact-final-box h2 {
        font-size: 27px;
    }

    .contact-final-box > a {
        width: 100%;
        text-align: center;
    }

}

/* =========================================
   CONTACT ALERT
========================================= */

.contact-alert {
    display: flex;
    align-items: flex-start;
    gap: 14px;

    padding: 16px 18px;

    margin-bottom: 25px;

    border-radius: 12px;

    font-size: 14px;
}

.contact-alert > i {
    font-size: 23px;
    margin-top: 2px;
}

.contact-alert strong {
    display: block;
    margin-bottom: 4px;
}

.contact-alert p {
    margin: 0;
    line-height: 1.5;
}


.contact-alert-success {
    background: #ecfdf3;
    border: 1px solid #abefc6;
    color: #067647;
}


.contact-alert-success > i {
    color: #12b76a;
}


.contact-alert-error {
    background: #fef3f2;
    border: 1px solid #fecdca;
    color: #b42318;
}


.contact-alert-error > i {
    color: #f04438;
}

/* =========================================
   LEGAL PAGES
========================================= */

.legal-hero {
    padding: 85px 0;
    background:
        radial-gradient(
            circle at 85% 20%,
            #dceaff 0,
            transparent 35%
        ),
        linear-gradient(
            135deg,
            #f8fbff,
            #edf4ff
        );
}

.legal-hero-content {
  
}

.legal-label {
    color: #0057ff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
}

.legal-hero h1 {
    color: #10224b;
    font-size: 55px;
    line-height: 1.1;
    font-weight: 800;
    margin: 15px 0 20px;
}

.legal-hero h1 span {
    color: #0057ff;
}

.legal-hero p {
    color: #000;
    font-size: 16px;
    line-height: 29px;
    text-align: justify;
    font-weight: 500;
}

.legal-updated {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
    padding: 9px 14px;
    border-radius: 8px;
    background: #fff;
    color: #667085;
    font-size: 13px;
}

.legal-updated i {
    color: #0057ff;
}


/* =========================================
   LEGAL SECTION
========================================= */

.legal-section {
    padding: 40px 0 20px;
    background: #fff;
}

.legal-layout {
    display: grid;
    grid-template-columns: 270px 1fr;
    gap: 55px;
    align-items: start;
}


/* SIDEBAR */

.legal-sidebar {
    position: sticky;
    top: 100px;
}

.legal-sidebar-box {
    padding: 25px;
    border: 1px solid #e8edf5;
    border-radius: 15px;
    background: #f8faff;
}

.legal-sidebar-box h3 {
    color: #10224b;
    font-size: 18px;
    margin-bottom: 18px;
}

.legal-sidebar-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.legal-sidebar-box li {
    border-top: 1px solid #e5eaf2;
}

.legal-sidebar-box li:first-child {
    border-top: 0;
}

.legal-sidebar-box a {
    display: block;
    padding: 11px 0;
    color: #667085;
    font-size: 14px;
    transition: .25s;
}

.legal-sidebar-box a:hover {
    padding-left: 5px;
    color: #0057ff;
}


/* CONTENT */

.legal-content {
    
}

.legal-block {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #edf0f5;
    scroll-margin-top: 100px;
}

.legal-block:last-of-type {
    border-bottom: 0;
}

.legal-number {
    display: inline-block;
    margin-bottom: 8px;
    color: #0057ff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
}

.legal-block h2 {
    color: #0057ff;
    font-size: 22px;
    margin-bottom: 5px;
    font-weight: 600;
}

.legal-block h3 {
    color: #263653;
    font-size: 19px;
    margin-top: 28px;
    margin-bottom: 12px;
}

.legal-block p {
    color: #000;
    line-height: 29px;
    margin-bottom: 10px;
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
}

.legal-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.legal-list li {
    position: relative;
    color: #475467;
    line-height: 1.7;
    padding: 7px 0 7px 28px;
}

.legal-list li i {
    position: absolute;
    left: 0;
    top: 11px;
    color: #0057ff;
}


/* CONTACT BOX */

.legal-contact-block {
    padding: 35px;
    border: 1px solid #e5ebf5;
    border-radius: 18px;
    background: #f8faff;
}

.legal-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 25px;
}

.legal-contact-grid > div {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 18px;
    background: #fff;
    border-radius: 12px;
}

.legal-contact-grid > div > i {
    color: #0057ff;
    font-size: 20px;
    margin-top: 3px;
}

.legal-contact-grid strong,
.legal-contact-grid span,
.legal-contact-grid a {
    display: block;
}

.legal-contact-grid strong {
    color: #10224b;
    font-size: 13px;
    margin-bottom: 4px;
}

.legal-contact-grid span,
.legal-contact-grid a {
    color: #667085;
    font-size: 13px;
    word-break: break-word;
}

.legal-contact-grid a:hover {
    color: #0057ff;
}


/* DISCLAIMER */

.legal-disclaimer {
    display: flex;
    gap: 15px;
    padding: 20px;
    border-radius: 12px;
    background: #f1f6ff;
    color: #475467;
}

.legal-disclaimer > i {
    color: #0057ff;
    font-size: 20px;
    margin-top: 3px;
}

.legal-disclaimer p {
    margin: 0;
    font-size: 13px;
    line-height: 1.7;
}


/* =========================================
   CTA
========================================= */

.legal-cta {
    padding: 0 0 90px;
}

.legal-cta-box {
    padding: 45px 50px;
    border-radius: 22px;
    background: linear-gradient(
        100deg,
        #003cb8,
        #0065ff
    );
    color: #fff;

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.legal-cta-box span {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
}

.legal-cta-box h2 {
    font-size: 34px;
    margin: 8px 0;
}

.legal-cta-box p {
    margin: 0;
    opacity: .9;
}

.legal-cta-box a {
    flex-shrink: 0;
    padding: 15px 25px;
    border-radius: 10px;
    background: #fff;
    color: #0057ff;
    font-weight: 700;
}

.legal-cta-box a:hover {
    color: #003cb8;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .legal-layout {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .legal-sidebar {
        position: static;
    }

    .legal-sidebar-box ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 25px;
    }

    .legal-contact-grid {
        grid-template-columns: 1fr;
    }

    .legal-cta-box {
        flex-direction: column;
        align-items: flex-start;
    }

}


@media (max-width: 576px) {

    .legal-hero {
        padding: 60px 0;
    }

    .legal-hero h1 {
        font-size: 38px;
    }

    .legal-hero p {
        font-size: 15px;
    }

    .legal-section {
        padding: 55px 0 70px;
    }

    .legal-sidebar-box ul {
        grid-template-columns: 1fr;
    }

    .legal-block h2 {
        font-size: 26px;
    }

    .legal-contact-block {
        padding: 25px 20px;
    }

    .legal-cta-box {
        padding: 30px 25px;
    }

    .legal-cta-box h2 {
        font-size: 28px;
    }

    .legal-cta-box a {
        width: 100%;
        text-align: center;
    }

}
