/*
Theme Name: Techub
Theme URI: 
Author: Mariusz Bargieł
Author URI: 
Description: Techub
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: techub
*/

/* Add your CSS styles here */

@import url(css/hero.css);
@import url(css/customers.css);
@import url(css/products.css);
@import url(css/footer.css);
@import url(css/offer.css);

:root {
    --brand-color: #00AFEF;
    --border-color: #079ED4;
    --secondary-color: #001730;
    --bs-nav-link-hover-color: #001730;
}

html,
body {
    margin: 0;
    padding: 0;
    max-width: 100vw;
    overflow-x: hidden;
}

body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
}

section {
    /* padding-top: 80px; */
}

h1,
h2 {}

h3,
p {
    font-size: 1rem;
}

.anchor {
    position: relative;
    top: -65px;
}

.navbar {
    position: fixed;
    top: 0px;
    width: 100vw;
    z-index: 1030;
    padding: 0 !important;
    transition: background 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), backdrop-filter 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    font-family: 'Manrope', sans-serif;
    background: linear-gradient(to bottom, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.85) 60%, rgba(255,255,255,0.6) 100%);
    -webkit-backdrop-filter: blur(18px) saturate(160%);
    backdrop-filter: blur(18px) saturate(160%);
    box-shadow: 0 1.5px 18px 0 rgba(0,0,0,0.04), 0 0.5px 4px 0 rgba(0,0,0,0.03);
    border-bottom: 1px solid rgba(0,0,0,0.05);
    will-change: background, backdrop-filter;
}


.scrolled {
    background: #fff;
}

.navbar-toggler {
    color: #fff;
}

@media (max-width: 768px) {
    .navbar-brand img {
        display: block;
        width: 160px;
        height: auto;
        max-height: 70px;
    }
}

.navbar-brand img {
    display: block;
    width: 100%;
    max-width: 160px;
    height: auto;
    max-height: 70px;
    object-fit: contain;
}

#navbarNav {
    padding: 19px 12px !important;
    height: 100%;
}

.nav-link {
    font-weight: 600;
    color: #101012;
    padding: 4px 22px !important;
    line-height: 1.5;
    font-size: 16px;
    margin-left: 32px;
    position: relative;
    z-index: 1;
    overflow: visible;
    background: none !important;
}

.nav-link:hover,
.nav-link:focus,
.nav-link:active {
    color: #18181b;
    text-decoration: underline;
    background: none !important;
    box-shadow: none !important;
    outline: none !important;
}

@media (max-width: 768px) {
    .navbar {
        background: #000;
    }

    .nav-link {
        margin-left: 0px;
        border: 0px;
        border-radius: 0px;
    }
}

.partners-container img {
    width: 100%;
    max-height: 100px;
    object-fit: contain;
}


.about-main-bg {
    background: #f8fafc;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
}

.about-title {
    color: var(--brand-color);
    font-weight: 700;
    letter-spacing: -1px;
}

.about-lead {
    font-size: 1.1rem;
}

.about-section-title {
    color: var(--secondary-color);
    font-weight: 600;
    letter-spacing: -0.5px;
    margin-bottom: 1rem !important;
}

.about-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: var(--brand-color);
    border-radius: 50%;
    margin-right: 12px;
    vertical-align: middle;
}

.about-steps li {
    padding-left: 0.2em;
    margin-bottom: 0.7em;
}

.about-link {
    color: var(--brand-color);
    text-decoration: underline;
    transition: color 0.2s;
}

.about-link:hover {
    color: var(--secondary-color);
    text-decoration: underline;
}

.breaker-line {
    border-top: 1px solid #e5e5e5;
    padding-top: 40px;
}

.gallery-modal {
    padding: 0;
    background-color: var(--bs-modal-footer-bg);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

.gallery-modal img {
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}