@font-face {
    font-family: 'Questrial';
    src: url('./fonts/Questrial/Questrial-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Karla';
    src: url('./fonts/Karla/Karla-VariableFont_wght.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

body {
    background: #222;
    color: #fff;
    font-family: 'Questrial', sans-serif;
}

.navbar {
    background: rgba(35, 35, 35, 0.95);
}

.hero {
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-image: url('https://www.a1k1.com/uploads/8/5/7/4/85740628/background-images/2061461722.png');
    background-repeat: no-repeat;
    background-position: 50.00% 50%;
    background-size: 100%;
    background-color: transparent;
    background-size: cover;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
}

.hero>.wsite-header-section {
    position: relative;
    z-index: 2;
}

.trusted {
    background: #fff;
    color: #222;
    padding: 2rem 0;
}

.trusted h2 {
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 2rem;
}

.trusted-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
}

.trusted-logos img {
    max-height: 60px;
    max-width: 120px;
    object-fit: contain;
}

.footer {
    background: #222;
    color: #aaa;
    padding: 1rem 0;
    text-align: center;
    font-size: 0.9rem;
}

.footer a {
    color: #aaa;
    margin: 0 0.5rem;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.wsite-header-section {
    text-align: center;
    width: 100%;
}

.wsite-header-section .paragraph {
    padding: 0 0 25px;
    color: #ffffff;
    opacity: 1;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}

.wsite-header-section .title {
    padding: 0 0 10px;
    color: #ffffff;
    opacity: 1;
    font-size: 60px;
    font-weight: 400;
    line-height: 80px;
}

.navbar {
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    transition: background 0.3s;
}

.navbar-brand {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff !important;
    letter-spacing: 2px;
}

.navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 500;
    margin-right: 10px;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 4px 16px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    border: 1px solid #fff;
    background: rgb(44 14 14 / 22%);
}

.offcanvas.offcanvas-end {
    background: rgba(255, 255, 255, 0.97);
    color: #222;
}

.offcanvas .offcanvas-title,
.offcanvas .btn-close,
.offcanvas .nav-link {
    color: #222 !important;
}

.offcanvas .btn-close {
    filter: none;
}

.horizontal-menu .nav-item {
    font-family: 'Karla', sans-serif;
}

.horizontal-menu .nav-item a {
    display: block;
    padding: 8px 12px;
    border: 2px solid transparent;
    border-radius: 2px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    /* text-shadow: 0 2px 12px rgba(0,0,0,1), 0 0px 2px #fff; */
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.logo-img {
    display: block;
    max-height: 60px;
    overflow: hidden;
    max-width: 200px;
}

.fs-26 {
    font-size: 26px;
}

.p-text {
    color: #666666;
}