html {
    font-size: 14px;
    font-family: "Lexend", sans-serif;
}



.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}



h1 {
    font-family: Inter;
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0%;
}

h2 {
    font-family: Inter;
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #1C1C1C;
}

h4 {
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
}

p {
    font-family: Manrope;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
}

.h-276 {
    height: 276px;
}

.h-138 {
    min-height: 138px;
}



.default-button {
    background-color: #03A5AB;
    font-family: Manrope;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #ffffff;
    padding: 8px 16px;
    border: transparent;
    border-radius: 50px;
}

.mobile-contact-button {
    background-color: #03A5AB;
    font-family: Manrope;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #ffffff;
    padding: 12px 16px;
    border: transparent;
    margin: 0 -10px !important;
}

.navbar {
    padding: 13px 0;
}

    .navbar a {
        text-decoration: none;
        color: white !important;
    }

    .navbar .container {
        max-width: 1130px;
    }

.navbar-brand {
    font-family: Lexend;
    font-weight: 800;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0%;
}

.nav-link {
    margin: 0 14px;
    font-family: "Manrope";
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
}

.navbar.scrolled {
    background-color: white !important;
    transition: background-color 0.5s ease-in-out;
}

    .navbar.scrolled .nav-link {
        color: #1C1C1C !important;
    }

    .navbar.scrolled .navbar-brand {
        color: #1C1C1C !important;
    }

    .navbar.scrolled .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='black' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }


.content-container {
    max-width: 1140px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

.hero-image {
    background-image: url('/Images/splash.png');
    background-size: cover;
    background-position: center;
    height: 100dvh;
    position: relative;
    padding-top: 80px;
}

.section-why-us {
    background-color: #FBFBFB;
    padding: 80px 0;
}

    .section-why-us p,
    .section-private p,
    .section-company p,
    .section-contact p {
        font-family: Manrope;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0%;
    }

    .section-why-us a {
        text-decoration: none;
        color: #03A5AB !important;
        font-family: Manrope;
        font-weight: 600;
        font-size: 16px;
        line-height: 120%;
        letter-spacing: 0%;
    }

.section-private,
.section-contact {
    padding: 80px 10px;
}



.section-company {
    background-color: #FBFBFB;
    padding: 80px 10px;
}

    .section-company img {
        width: 100%;
        height: auto;
    }

.form-group {
    margin-bottom: 20px;
    position: relative;
}

.form-input,
.form-textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #333;
    box-sizing: border-box;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}


.form-textarea {
    min-height: 140px;
    resize: vertical;
}

    .form-input::placeholder,
    .form-textarea::placeholder {
        color: #a0a0a0;
    }

    .form-input:focus,
    .form-textarea:focus {
        outline: none;
        border-color: #00b8c4;
        box-shadow: 0 0 0 3px rgba(0, 184, 196, 0.15);
    }

.submit-btn {
    background-color: #ffffff;
    color: #00b8c4;
    border: 2px solid #00b8c4;
    padding: 8px 16px;
    font-family: Manrope;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease;
}

    .submit-btn:hover {
        background-color: #00b8c4;
        color: #ffffff;
    }


.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

footer {
    padding: 80px 0;
    background-color: #1C1C1C;
}

    footer h2 {
        font-family: Lexend;
        font-weight: 800;
        color: #ffffff;
        font-size: 32px;
        line-height: 120%;
        letter-spacing: 0%;
        text-align: center;
    }

    footer ul {
        list-style-type: none;
    }

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }

    .navbar {
        background: transparent;
    }

    .content-container {
        padding: 10px;
    }
}

@media (max-width: 991.98px) {

    footer ul {
        padding-left: 0;
    }

        footer ul li {
            margin: 14px 0 !important;
        }

    .navbar {
        background-color: white !important;
        transition: none;
    }

        .navbar .nav-link,
        .navbar .navbar-brand {
            color: #1C1C1C !important;
        }

        .navbar .navbar-toggler-icon {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='black' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
        }
}
