/*
author: Boostraptheme
author URL: https://boostraptheme.com
License: Creative Commons Attribution 4.0 Unported
License URL: https://creativecommons.org/licenses/by/4.0/
*/

@import url('https://fonts.googleapis.com/css?family=Hind:400,600');

/*====================================================
                    GENERAL
======================================================*/

html,
body {
    height: 100%;
}

body {
    font-family: 'Hind', sans-serif;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

h1, h2, h3, h4, h5 {
    font-family: 'Roboto', sans-serif;
    color: #41464b;
}

a {
    font-family: 'Hind', sans-serif;
    color: #2196f3;
}

p {
    font-family: 'Hind', sans-serif;
    color: #64707b;
    font-size: 15px;
    font-weight: 300;
}

@media (min-width: 1600px) {
    p {
        font-size: 16px;
    }
}

/*====================================================
                    NAVIGATION
======================================================*/

.affix {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    box-shadow: 0px 0.5px 4px #c3c2c2;
}

.navbar {
    padding: 0;
    transition: all .5s ease-in-out;
    background: #fff;
}

.navbar-brand {
    display: flex;
    align-items: center;
}

.logo-img {
    max-height: 60px;
    width: auto;
}

.navbar-nav > li {
    height: 65px;
    line-height: 65px;
    border-bottom: 3px solid rgba(0, 0, 0, 0);
    transition: all .5s ease-in-out;
}

    .navbar-nav > li:hover,
    .navbar-nav > li:active {
        border-bottom: 2px solid #0c88a4;
        background: #f0f0f0;
    }

    .navbar-nav > li > a {
        color: #808282 !important;
        font-size: 14.5px;
        font-weight: 700;
        font-family: 'Hind', sans-serif;
        letter-spacing: 1px;
        margin: 0 10px;
    }

        .navbar-nav > li > a:hover,
        .navbar-nav > li > a:active {
            color: #0c88a4 !important;
        }

.navbar-collapse {
    max-height: none !important;
}

@media (max-width: 991px) {
    .navbar > .container .navbar-nav {
        border-top: 1px solid #ddd;
        width: 100%;
    }

    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        padding: 12px 0px;
        margin-left: -10px;
    }

    .navbar-nav > li {
        height: auto;
        line-height: 35px;
        border-bottom: 1px solid #ddd;
    }

        .navbar-nav > li.active,
        .navbar-nav > li:hover,
        .navbar-nav > li:active {
            border-bottom: 2px solid #ddd;
            background: #f0f0f0;
        }
}

@media (max-width: 767px) {
    .affix {
        position: absolute;
    }

    .container {
        max-width: 100%;
    }

    .navbar > .container .navbar-brand,
    .navbar > .container .navbar-toggler,
    .navbar > .container-fluid .navbar-brand {
        margin: 8px 10px;
    }

    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        padding: 8px 0px;
    }

    .navbar-nav > li {
        line-height: 25px;
        padding: 0 20px;
        border-bottom: 1px solid #ddd;
    }
}

/*====================================================
                    BUTTONS
======================================================*/

.btn-general {
    background-color: transparent;
    text-align: center;
    border-width: 1px;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px 15px;
    font-weight: 400;
}

.btn-white {
    border-color: #2196f3;
    background-color: #2196f3;
    color: #fff;
}

    .btn-white:hover,
    .btn-white:focus {
        background-color: transparent;
        color: #2196f3;
        cursor: pointer;
    }

.btn-green {
    border-color: #2196f3;
    color: #2196f3;
}

    .btn-green:hover,
    .btn-green:focus {
        background-color: #2196f3;
        color: #fff;
        cursor: pointer;
    }

/*====================================================
                PAGE HEADER
======================================================*/

.home-p {
    z-index: 1;
    padding: 100px 0;
    position: relative;
}

    .home-p.pages-head4 {
        background: linear-gradient(135deg, #0f3c4c 0%, #1b6b82 100%);
        min-height: 220px;
        display: flex;
        align-items: center;
    }

    .home-p:after {
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        background: rgba(0, 0, 0, 0.2);
    }

    .home-p h1 {
        color: #fff;
        font-size: 50px;
        line-height: 50px;
    }

    .home-p p {
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 0;
    }

@media (max-width: 768px) {
    .home-p {
        padding: 50px 0;
    }

        .home-p h1 {
            font-size: 30px;
            line-height: 40px;
        }

        .home-p p {
            font-size: 18px;
        }
}

/*====================================================
                TITLE BAR
======================================================*/

.title-bar {
    padding: 100px 0;
}

    .title-bar h1 {
        color: #41464b;
        text-align: center;
        font-weight: 700;
        margin: 20px auto 10px auto;
    }

    .title-bar .heading-border {
        width: 60px;
        height: 10px;
        background-color: #2196f3;
        margin: 0 auto 20px auto;
    }

.heading-border-light {
    width: 30px;
    height: 5px;
    background-color: #2196f3;
    margin: 0 0 20px 0;
}

.title-bar p {
    text-align: center;
    font-size: 15px;
    line-height: 1.5;
    padding-bottom: 40px;
    margin: 0 auto;
    max-width: 700px;
    color: #717171;
}

@media (max-width: 575px) {
    .title-bar {
        padding: 50px 0;
    }

        .title-bar h1 {
            font-size: 30px;
        }

        .title-bar p {
            font-size: 14px;
        }
}

/*====================================================
                COLOR HELPERS
======================================================*/

.cl-white {
    color: #fff;
}

.bg-white {
    background: #fff;
}

.bg-gray {
    background: #f0f0f0;
}

.bg-light-gray {
    background: #f9f9f9;
}

.bg-gradiant {
    background: linear-gradient(45deg, rgba(34, 155, 242, 1) 0%, rgba(0, 128, 129, 1) 99%, rgba(0, 128, 128, 1) 100%);
}

/*====================================================
                HOME PAGE - KROMANALITIK
======================================================*/

.section-space {
    padding: 90px 0;
}

.home-hero {
    padding: 110px 0 80px;
    background: linear-gradient(135deg, #f5fbff 0%, #eef7fb 100%);
    overflow: hidden;
}

.home-hero-content h1 {
    font-size: 46px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 22px;
    color: #243746;
}

.home-hero-content p {
    font-size: 17px;
    line-height: 1.9;
    color: #64707b;
    margin-bottom: 30px;
    max-width: 560px;
}

.hero-badge {
    display: inline-block;
    margin-bottom: 16px;
    padding: 10px 20px;
    border-radius: 30px;
    background: rgba(33, 150, 243, 0.10);
    color: #2196f3;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.4px;
}

.hero-buttons .btn {
    margin-right: 12px;
    margin-bottom: 10px;
}

.home-hero-image {
    text-align: center;
}

    .home-hero-image img {
        border-radius: 24px;
        box-shadow: 0 18px 45px rgba(20, 54, 77, 0.12);
        max-height: 520px;
        object-fit: cover;
    }

.section-heading h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #243746;
}

.about-image-wrap {
    position: relative;
}

.about-image {
    width: 100%;
    border-radius: 24px;
    box-shadow: 0 15px 40px rgba(16, 47, 68, 0.12);
}

.why-card,
.value-card {
    background: #fff;
    border: 1px solid #e9f1f6;
    border-radius: 20px;
    padding: 35px 25px;
    box-shadow: 0 10px 30px rgba(25, 61, 84, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}

    .why-card:hover,
    .value-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 16px 35px rgba(25, 61, 84, 0.10);
    }

.why-icon,
.value-icon {
    width: 82px;
    height: 82px;
    margin: 0 auto 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(33, 150, 243, 0.08);
    color: #2196f3;
    font-size: 34px;
    border: 1px solid rgba(33, 150, 243, 0.15);
}

.why-card h4,
.value-card h4 {
    font-size: 28px;
    margin-bottom: 14px;
    color: #3d454d;
}

.why-card p,
.value-card p {
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 0;
    color: #6a7680;
}

.values-section .title-bar,
.why-us .title-bar {
    padding-top: 0;
    padding-bottom: 50px;
}

.contact-cta {
    padding: 90px 0;
    background: linear-gradient(135deg, #1d99ef 0%, #0b8e95 100%);
}

.cta-box {
    max-width: 900px;
    margin: 0 auto;
}

    .cta-box h2 {
        color: #fff;
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 18px;
    }

    .cta-box p {
        color: rgba(255,255,255,0.92);
        font-size: 17px;
        line-height: 1.9;
        margin-bottom: 28px;
    }

.contact-cta .btn-white {
    background: #fff;
    color: #2196f3;
    border-color: #fff;
}

    .contact-cta .btn-white:hover,
    .contact-cta .btn-white:focus {
        background: transparent;
        color: #fff;
        border-color: #fff;
    }

@media (max-width: 991px) {
    .home-hero {
        padding: 80px 0 60px;
        text-align: center;
    }

    .home-hero-content p {
        margin-left: auto;
        margin-right: auto;
    }

    .section-heading.text-left {
        text-align: center !important;
    }

    .heading-border-light {
        margin: 0 auto 20px auto;
    }
}

@media (max-width: 767px) {
    .section-space {
        padding: 65px 0;
    }

    .home-hero-content h1 {
        font-size: 34px;
    }

    .section-heading h2,
    .cta-box h2 {
        font-size: 30px;
    }

    .why-card h4,
    .value-card h4 {
        font-size: 24px;
    }

    .home-hero-content p,
    .why-card p,
    .value-card p,
    .cta-box p {
        font-size: 15px;
    }
}

/*====================================================
                    MODERN FOOTER
======================================================*/

.site-footer {
    background: #111;
    color: #ddd;
    padding-top: 60px;
}

.footer-top {
    padding-bottom: 40px;
}

.footer-logo {
    width: 150px;
    margin-bottom: 20px;
}

.footer-desc {
    font-size: 15px;
    line-height: 1.7;
    color: #aaa;
}

.footer-col h4 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #fff;
}

.footer-links {
    list-style: none;
    padding: 0;
}

    .footer-links li {
        margin-bottom: 10px;
    }

    .footer-links a {
        color: #bbb;
        text-decoration: none;
    }

        .footer-links a:hover {
            color: #fff;
        }

.footer-contact {
    list-style: none;
    padding: 0;
}

    .footer-contact li {
        margin-bottom: 12px;
        color: #bbb;
    }

    .footer-contact i {
        margin-right: 8px;
    }

.footer-social a {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #222;
    color: #fff;
    border-radius: 50%;
    margin-right: 8px;
}

    .footer-social a:hover {
        background: #1e90ff;
    }

.footer-bottom {
    background: #0b0b0b;
    text-align: center;
    padding: 15px 0;
    margin-top: 40px;
}

    .footer-bottom p {
        margin: 0;
        font-size: 14px;
        color: #aaa;
    }
