@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
:root {
    --text-color: #000;
    --secondary-color: #424242;
    --brand-color: #1F1F1F;
    --brand-hover-color: #1F1F1F;
    --border-radius-1: 5px;
    --border-radius-2: 15px;
    --border-radius-3: 25px;
    --border-radius-4: 50px;
    --card-color: #F5F5F5;
    --green-color: #00B900;
}
body {
    color: var(--text-color);
    font-family: Inter, system-ui, -apple-system, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 800;
    margin-bottom: 0;
}
h1 {
    font-size: 120px;
}
h2 {
    font-size: 80px;
}
h3 {
    font-size: 55px;
}
p, li {
    color: var(--secondary-color);
    font-size: 14px;
    line-height: 1.6;
}
p:last-child {
    margin-bottom: 0;
}
a {
    color: inherit;
    text-decoration: none;
}
ul li {
    list-style: none;
}
img {
    max-width: 100%;
}
.width-20px {
    width: 20px !important;
}
.text-brand {
    color: var(--brand-color) !important;
}
.text-secondary {
    color: var(--secondary-color) !important;
}
.text-green {
    color: var(--green-color);
}
.border {
    border: 1px solid;
}
.card-color {
    background-color: var(--card-color) !important;
}
.border-radius-1 {
    border-radius: var(--border-radius-1) !important;
}
.border-radius-2 {
    border-radius: var(--border-radius-2) !important;
}
.border-radius-3 {
    border-radius: var(--border-radius-3) !important;
}
.border-radius-4 {
    border-radius: var(--border-radius-4) !important;
}
.border-rounded {
    border-radius: 50px;
}
.header {
    top: 0;
    padding-top: 20px;
    position: fixed;
    width: 100%;
    z-index: 99;
    background-color: #fff;
}
.navbar {
    display: block;
    border-radius: var(--border-radius-2);
    padding: 10px 15px;
    background-color: var(--card-color);
}
.nav-items {
    gap: 20px;
}
.nav-link {
    position: relative;
    font-size: 16px;
    padding: 0 14px;
    color: var(--text-color);
}
.nav-link::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -12px;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50px;
    background-color: #565656;
}
.nav-items li:first-child .nav-link::before {
    display: none;
}
.navbar-toggler {
    position: absolute;
    top: 10px;
    right: 0;
    color: var(--text-color);
    height: 30px;
    background-color: #fff;
    padding: 5px 8px;
    line-height: 1;
    width: auto;
}
.navbar-toggler {
    box-shadow: none !important;
}
.we-do-card {
    padding: 45px 30px;
}
.close-icon {
    display: none;
}
.navbar-toggler[aria-expanded="true"] .toggle-icon {
    display: none;
}
.navbar-toggler[aria-expanded="true"] .close-icon {
    display: block;
}
.btn {
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 20px;
    border-radius: var(--border-radius-1);
    transition: 0.2s ease-in-out;
}
.btn.btn-primary, .btn.btn-primary:hover,  .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary:focus-visible {
    background-color: var(--brand-color);
    color: #fff;
    border: none;
    box-shadow: none;
}
.btn.btn-primary:hover {
    background-color: var(--brand-hover-color);
}
.badge {
    font-size: 18px;
    line-height: normal;
    font-weight: 400;
    padding: 10.5px 15px;
    color: var(--secondary-color);
    border-radius: var(--border-radius-1);
    background-color: var(--card-color);
}
.banner {
    padding: 150px 0;
    text-align: center;
}
.banner-title sup {
    top: -60px;
}
.banner-title sub {
    bottom: -10px;
}
.banner-list::before {
    content: '';
    position: absolute;
    left: -12px;
    width: 1px;
    height: 100%;
    background-color: var(--secondary-color);
}
.banner-list:first-child::before {
    display: none;
}
.section {
    padding: 80px 0;
}
.rotate-shield {
    transform: rotate(10deg);
}
.rotate-25 {
    transform: rotate(-25deg);
}
.top-10 {
    top: 10px;
}
.left-10 {
    left: 10px;
}
.how-work-list {
    font-size: 30px;
    margin-top: 30px;
}
.good-fit-img {
    position: absolute;
    bottom: 0;
    right: 0;
}
.cta-box {
    padding: 75px 30px;
}
footer {
    padding: 10px 0;
}
/* Responsive Styles */
@media (min-width: 1200px) {
    .container-lg, .container-xl {
        max-width: 1155px;
    }
}
@media (max-width: 1800px) {
    .good-fit-img {
        width: 40%;
    }
}
@media (max-width: 1200px) {
    h1 {
        font-size: 60px;
    }
    h2 {
        font-size: 50px;
    }
    h3 {
        font-size: 36px;
    }
    .banner {
        margin-top: 60px;
        padding: 40px 0px;
    }
    .section {
        padding: 40px 0px;
    }
    .good-fit-img {
        position: static;
        width: 100%;
    }
    .cta-box {
        padding: 40px;
    }
    .nav-items li:first-child .nav-link::before {
        display: block;
    }
    footer .nav-items {
        margin-top: 0px;
        flex-direction: row;
        column-gap: 20px;
        row-gap: 10px;
        flex-wrap: wrap;
    }
    .container {
        max-width: 100%;
    }
}
@media (max-width: 991px) {
    .container-fluid {
        padding: 0 30px;
    }
    .navbar {
        padding: 10px 0;
        background-color: transparent;
    }
    .navbar .row {
        display: block;
    }
    .nav-items {
        margin-top: 20px;
        margin-left: 15px;
        align-items: flex-start !important;
        flex-direction: column;
        gap: 15px;
    }
    .nav-items li:first-child .nav-link::before {
        display: block;
    }
    .nav-link {
        font-size: 14px;
        padding: 0;
    }
    .btn {
        font-size: 16px;
    }
    .header {
        padding: 0px;
    }
    .v-a-sub {
        vertical-align: sub;
    }
    .banner {
        margin-top: 30px;
    }
    .we-do-card {
        padding: 30px 20px;
    }
    .fs-md-18px {
        font-size: 18px !important;
    }
    .how-work-list img {
        width: 100px;
    }
}
@media (max-width: 575px) {
    .res-order-2 {
        order: 2 !important;
    }
    .res-order-3 {
        order: 3 !important;
    }
    .banner-list:nth-child(2)::before {
        display: none;
    }
}