﻿/*Framework : Bootstrap  v5.3.3 */
@import url('../lib/bootstrap/css/bootstrap.min.css');

/*Icons: Font-awesome v5.13.0*/
@import url('../lib/fontawesome/css/all.min.css');

/* REVOLUTION STYLE SHEETS */
@import url("../lib/revolution/css/settings.css");
@import url("../lib/revolution/css/layers.css");
@import url("../lib/revolution/css/navigation.css");
@import url("../lib/revolution/fonts/pe-icon-7-stroke/css/pe-icon-7-stroke.css");
@import url("../lib/revolution/fonts/font-awesome/css/font-awesome.css");

/*Website Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

/*Custom Style*/
@import url('style.css');

/* Owl Carousel */
@import url("../lib/owl-carousel/owl.carousel.css");
@import url("../lib/owl-carousel/owl.theme.default.min.css");

/* Items Animation */
@import url("../lib/animations/animate.min.css");

/* Line Awesome Icons */
@import url("../lib/line-awesome-1.3.0/css/line-awesome.min.css");

/* Magnific Popup core CSS file */
@import url("../lib/magnific-popup/magnific-popup.css");


/* =========================================
   NAVBAR SYSTEM
========================================= */

@media (min-width: 992px) {

    .navbar {
        background: transparent;
        transition: all 0.3s ease;
    }

    .navbar .nav-link {
        color: #ffffff !important;
    }

    .navbar.scrolled {
        background-color: #ffffff !important;
        box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    }

    .navbar.scrolled .nav-link {
        color: #000000 !important;
    }

    .navbar.scrolled .navbar-brand {
        color: #000000 !important;
    }
}

@media (max-width: 991px) {

    .navbar,
    .navbar.scrolled {
        background-color: #ffffff !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    }

    .navbar .nav-link,
    .navbar .navbar-brand,
    .navbar .navbar-brand span {
        color: #000000 !important;
    }

    .navbar .navbar-brand img {
        filter: none !important;
    }
}


/* =========================================
   CLEAN READABLE CONTENT WIDTH
========================================= */

.text-narrow {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1400px) {
    .text-narrow { max-width: 880px; }
}

@media (max-width: 1200px) {
    .text-narrow { max-width: 820px; }
}

@media (max-width: 768px) {
    .text-narrow {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.text-narrow p {
    line-height: 1.8;
}


/* =========================================
   HERO MOBILE OPTIMIZATION
========================================= */

@media (max-width: 768px) {

    .hero-section h1 {
        font-size: 30px !important;
        line-height: 1.3;
    }

    .hero-section p {
        font-size: 16px !important;
    }
}


/* =========================================
   GENERAL UI ENHANCEMENTS
========================================= */

.system-requirements ul {
    list-style: none;
    padding-left: 0;
}

.system-requirements li {
    margin-bottom: 12px;
}

.section-light { background-color: #f5f7fa; }
.section-white { background-color: #ffffff; }

.btn-outline-blue {
    background: transparent;
    border: 2px solid #007bff;
    color: #007bff;
}

.btn-outline-blue:hover {
    background: #007bff;
    color: #ffffff;
}


/* =========================================
   LOGO SWITCH SYSTEM
========================================= */

.white-logo { display: inline-block; }
.black-logo { display: none; }

@media (min-width: 992px) {
    .navbar.scrolled .white-logo { display: none !important; }
    .navbar.scrolled .black-logo { display: inline-block !important; }
}

@media (max-width: 991px) {
    .white-logo { display: none !important; }
    .black-logo { display: inline-block !important; }
}


/* =========================================
   DARK HAMBURGER ICON (MOBILE)
========================================= */

@media (max-width: 991px) {

    .navbar-toggler {
        border-color: #333 !important;
    }

    .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='rgba%2834,34,34,1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
    }
}
