html {
    font-size: 14px;
    font-family: "Roboto Mono", monospace;
}



.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;
}



h1 {
    font-family: "Roboto Mono", monospace;
    font-weight: 700;
    font-size: 80px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #020202;
}

h2 {
    font-family: Inter;
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #020202;
}

h4 {
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
}

p {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
}

.h-276 {
    height: 276px;
}

.h-138 {
    min-height: 138px;
}

.my-100 {
    margin-bottom: 100px;
    margin-top: 100px;
}


.mobile-contact-button {
    background-color: #1B6BF6;
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #ffffff;
    padding: 12px 16px;
    border: transparent;
    border-radius: 12px;
    margin: 0 -10px !important;
    transition: background-color 0.3s ease;
}

    .mobile-contact-button:hover {
        background-color: #0A0A0A;
    }

.navbar {
    padding: 13px 0;
}

    .navbar a {
        text-decoration: none;
        color: #020202 !important;
    }

    .navbar .container {
        max-width: 1270px;
    }

.navbar-brand {
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0%;
}

.nav-link {
    margin: 0 14px;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #020202;
}

.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");
    }

a.default-button {
    background-color: #1B6BF6;
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #ffffff !important;
    padding: 8px 16px;
    border: transparent;
    border-radius: 12px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

    a.default-button:hover {
        background-color: #0A0A0A;
    }

.content-container {
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    text-align: center;
}

.logo-container {
    background-color: #ffffff;
    padding: 48px 80px;
    display: flex;
    justify-content: space-around;
    margin-top: 268px;
    margin-bottom: 100px;
}

.hero-image {
    background-image: url('/Images/splash.png');
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 168px;
    border-radius: 12px;
    max-width: 1920px;
    margin: 0 auto;
}



.section-about h2 {
    font-family: "Roboto Mono", monospace;
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    color: #020202;
    text-align: left;
}

.section-about p,
.section-private p,
.section-company p,
.section-contact p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #020202;
}

.section-services {
    background-color: #F9F9FE;
    padding: 100px 0;
}

    .section-services h2 {
        font-family: "Roboto Mono", monospace;
        font-weight: 700;
        font-size: 40px;
        line-height: 120%;
        color: #020202;
        text-align: center;
        margin-bottom: 60px;
    }

    .section-services h3 {
        font-family: "Roboto Mono", monospace;
        font-weight: 600;
        font-size: 20px;
        line-height: 120%;
        color: #020202;
        margin-bottom: 12px;
        margin-top: 16px;
    }

    .section-services p {
        font-family: "DM Sans", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: #4A4A4A;
        margin: 0;
    }

.service-card {
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 32px 24px;
    height: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    text-align: left;
}

.service-icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 16px;
}

    .service-icon i {
        font-size: 32px;
        color: #1B6BF6;
    }



.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;
    }

.copyright {
    margin-top: 16px;
    font-family: 'Roboto Mono', monospace;
}

.footer {
    background-color: #000;
    color: #F1F1F1;
    padding: 40px 0;
    text-align: center;
}

.footer-brand {
    font-family: 'Titillium Web', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #F1F1F1;
}

.footer-nav .nav-link {
    color: #F1F1F1;
    padding: 0 15px;
}

.footer-contact {
    margin: 20px 0;
}

    .footer-contact p {
        margin-bottom: 5px;
    }

    .footer-contact a {
        color: #F1F1F1;
        text-decoration: 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: 14px;
    }

    

    .navbar {
        background: transparent;
    }

    .content-container {
        padding: 10px;
    }
}



.section-cases {
    background-color: #F9F9FE;
    padding: 80px 0;
}

    .section-cases h2 {
        font-family: "Roboto Mono", monospace;
        font-weight: 700;
        font-size: 40px;
        line-height: 120%;
        color: #020202;
        text-align: center;
        margin-bottom: 60px;
    }

    .section-cases h3 {
        font-family: "Roboto Mono", monospace;
        font-weight: 600;
        font-size: 28px;
        line-height: 120%;
        color: #020202;
        margin-bottom: 24px;
    }

    .section-cases p {
        font-family: "DM Sans", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: #4A4A4A;
        margin-bottom: 16px;
    }

.case-slider {
    position: relative;
    min-height: 400px;
    background-color: #F9F9FE;
    border-radius: 12px;
}

.case-item {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

    .case-item.active {
        display: block;
        opacity: 1;
    }

.case-image {
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  
}

    .case-image img {
        max-width: 100%;
        height: auto;
    }

.case-content {
    padding: 40px;
    text-align: left;
    background-color: transparent;
}

.case-navigation {
    display: flex;
    justify-content: flex-end;
    gap: 16px;
    margin-top: 40px;
}

.case-nav-btn {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    border: none;
    background-color: #F8F9FE;
    color: #4A4A4A;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 18px;
}

    .case-nav-btn i {
        transition: opacity 0.3s ease;
        opacity: 1;
    }

    .case-nav-btn:hover:not(:disabled) {
        background-color: #E8ECFF;
    }

    .case-nav-btn:disabled {
        cursor: not-allowed;
    }

        .case-nav-btn:disabled i {
            opacity: 0.25;
        }

.section-testimonials {
    background-color: #F9F9FE;
    padding: 100px 0;
}

    .section-testimonials h2 {
        font-family: "Roboto Mono", monospace;
        font-weight: 700;
        font-size: 40px;
        line-height: 120%;
        color: #020202;
        text-align: center;
        margin-bottom: 60px;
    }

.testimonial-card {
    background-color: #F8F9FE;
    border-radius: 12px;
    padding: 32px;
    height: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    text-align: left;
}

.quote-icon {
    color: #1B6BF6;
    font-size: 32px;
    margin-bottom: 20px;
}

.testimonial-text {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #4A4A4A;
    margin-bottom: 24px;
    flex-grow: 1;
}

.testimonial-author h4 {
    font-family: "Roboto Mono", monospace;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color: #020202;
    margin-bottom: 4px;
}

.testimonial-author p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #6A6A6A;
    margin: 0;
}

.section-contact {
    background-color: #F8F9FE;
    padding: 100px 0;
}

    .section-contact h2 {
        font-family: "Roboto Mono", monospace;
        font-weight: 700;
        font-size: 40px;
        line-height: 120%;
        color: #020202;
        margin-bottom: 24px;
    }

    .section-contact h3 {
        font-family: "Roboto Mono", monospace;
        font-weight: 600;
        font-size: 18px;
        line-height: 120%;
        color: #020202;
        margin-bottom: 8px;
        margin-top: 32px;
    }

.contact-intro {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #4A4A4A;
    margin-bottom: 32px;
}

.contact-info p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #020202;
    margin: 0;
}

    .contact-info a {
        color: #020202;
        text-decoration: none;
    }

        .contact-info a:hover {
            color: #1B6BF6;
        }

.contact-form {
    padding: 40px;
    border-radius: 12px;
    text-align: left;
}

.form-label {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #020202;
    margin-bottom: 8px;
    
}

.contact-input,
.contact-textarea {
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    padding: 12px 16px;
    border: 2px solid #E0E0E0;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

    .contact-input:focus,
    .contact-textarea:focus {
        border-color: #1B6BF6;
        box-shadow: 0 0 0 3px rgba(27, 107, 246, 0.1);
        outline: none;
    }

.contact-textarea {
    resize: vertical;
    min-height: 120px;
}

.contact-submit-btn {
    background-color: #1B6BF6;
    color: #FFFFFF;
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    padding: 12px 24px;
    border: none;
    border-radius: 12px;
    transition: background-color 0.3s ease;
}

    .contact-submit-btn:hover {
        background-color: #0A0A0A;
        color: #ffffff;
    }

    .contact-submit-btn i {
        font-size: 14px;
    }
/* Additional Layout Styles */
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}
@media (max-width: 991.98px) {

    footer ul {
        padding-left: 0;
    }

        footer ul li {
            margin: 14px 0 !important;
        }

    .navbar {
        background-color: white !important;
        transition: none;
    }

    .logo-container p {
        font-size: 12px;
    }

    .hero-image h1 {
        font-size: 50px;
    }

    .contact-form {
        padding: 0;
    }

    .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");
    }
}