/*
Sky Electro Template
Based on templatemo_450_awesome
*/

body {
    background: #303030;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    overflow-x: hidden;
}

/* Global container max-width */
.container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
}


a {
    color: #47C6F8;
}

a:hover {
    color: #0FF;
}

/* start h2 */
h2 {
    text-align: center;
    font-size: 40px;
    padding-bottom: 40px;
}

h2 span {
    color: #28a7e9;
    font-weight: bold;
}

/* end h2 */

/* start about team service portfolio contact */
#about, #team, #service, #portfolio, #contact {
    padding-top: 60px;
    padding-bottom: 40px;
}

/* end about team service portfolio contact */

/* start header */
header {
    background: #1a1a1a;
    min-height: 20px;
    padding-top: 18px;
    padding-bottom: 10px;
}

header p {
    margin: 0;
    color: #ffffff;
    font-size: 14px;
}

header .fa {
    color: #28a7e9;
}

header span {
    font-weight: bold;
    padding-right: 10px;
    padding-left: 4px;
}

header a {
    color: #999;
    font-weight: 600;
}

header .social-icon {
    text-align: right;
    list-style: none;
    padding: 0;
    margin: 0;
}

header .social-icon li {
    display: inline-block;
    margin-right: 10px;
}

header .social-icon li a {
    color: #ffffff;
    font-size: 18px;
    border: none;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    transition: color 0.3s;
}

header .social-icon li a:hover {
    color: #28a7e9;
}

/* end header */

/* start navigation */
.templatemo-nav {
    background: #ffffff;
    border: none;
    box-shadow: none;
    margin: 0 !important;
    padding: 0;
    border-radius: 0;
    width: 100%;
    z-index: 1000;
    min-height: 100px;
}

/* Navigation content container */
.templatemo-nav .container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    width: 100% !important;
    padding: 0 15px !important;
    min-height: 100px;
    display: flex;
    align-items: center;
}

.templatemo-nav .navbar-brand {
    color: #333333;
    font-size: 30px;
    font-weight: 500;
    height: 70px;
    line-height: 70px;
    padding: 0;
}

.templatemo-nav .navbar-brand:hover {
    color: #28a7e9;
}

.templatemo-nav .navbar-nav {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}

.templatemo-nav .navbar-nav > li {
    display: inline-block;
    float: none;
}

.templatemo-nav .navbar-nav > li > a {
    color: #333333;
    font-size: 15px;
    font-weight: bold;
    height: 70px;
    line-height: 70px;
    padding: 0 15px;
    text-transform: uppercase;
    transition: color 0.3s;
    display: block;
    text-decoration: none;
    vertical-align: middle;
}

.templatemo-nav .navbar-nav > li > a:hover,
.templatemo-nav .navbar-nav > li > a.current {
    color: #28a7e9;
    background: transparent;
}

.templatemo-nav .navbar-toggle {
    border: none;
    background: transparent;
    float: right;
    margin-top: 8px;
}

.templatemo-nav .navbar-toggle .icon-bar {
    background: #ffffff;
    width: 25px;
    height: 3px;
    margin: 4px 0;
    transition: all 0.3s;
}

/* Override Bootstrap styles - Force horizontal layout */
.templatemo-nav .navbar-collapse {
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: block !important;
    width: auto !important;
    border-top: none !important;
    box-shadow: none !important;
}

.templatemo-nav .navbar-nav {
    margin: 0 !important;
    float: none !important;
    display: flex !important;
    flex-direction: row !important;
    list-style: none !important;
    width: auto !important;
}

.templatemo-nav .navbar-nav > li {
    float: none !important;
    display: inline-block !important;
    position: relative !important;
    margin: 0 5px !important;
}

.templatemo-nav .navbar-nav > li > a {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    display: block !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

/* Force horizontal layout */
.templatemo-nav .navbar-nav.navbar-right {
    float: right !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: row !important;
}

.templatemo-nav .navbar-header {
    float: left !important;
    display: inline-block !important;
}

.templatemo-nav .navbar-header .navbar-brand {
    float: left !important;
    margin-right: 20px !important;
    display: inline-block !important;
}

/* Additional overrides */
.templatemo-nav .navbar-nav,
.templatemo-nav .navbar-nav > li,
.templatemo-nav .navbar-nav > li > a {
    background: transparent !important;
    border: none !important;
}

.templatemo-nav .navbar-nav > li {
    vertical-align: top !important;
}

/* Force horizontal layout for all screen sizes */
.templatemo-nav .navbar-nav {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 10px !important;
    float: right !important;
    margin: 0 !important;
}

.templatemo-nav .navbar-nav > li {
    display: inline-block !important;
    float: none !important;
    vertical-align: middle !important;
    margin: 0 5px !important;
}

.templatemo-nav .navbar-nav > li > a {
    padding: 15px 10px !important;
    margin: 0 !important;
    color: #333333 !important;
}

.templatemo-nav .navbar-nav > li > a:hover {
    color: #28a7e9 !important;
}

/* Mobile navigation - only apply vertical layout on very small screens */
@media (max-width: 480px) {
    .templatemo-nav .navbar-nav {
        flex-direction: column !important;
        background: #fff;
        margin-top: 10px;
        padding: 10px 0;
        width: 100%;
    }
    
    .templatemo-nav .navbar-nav > li {
        display: block !important;
        width: 100%;
        float: none !important;
    }
    
    .templatemo-nav .navbar-nav > li > a {
        padding: 10px 20px;
        border-bottom: 1px solid #333;
    }
}

.templatemo-nav.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #ffffff;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* Sticky navigation content container */
.templatemo-nav.sticky .container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    width: 100% !important;
    padding: 0 15px !important;
}

/* end navigation */

/* start home */
#home {
    background: url('../imgs/header.jpg') no-repeat;
    background-size: cover;
    padding-top: 160px;
    padding-bottom: 100px;
    min-height: 650px;
    text-align: center;
}

#home h1 {
    font-size: 70px;
    font-weight: 300;
    padding-bottom: 10px;
    color: #ffffff;
}

#home h1 span {
    color: #28a7e9;
    font-weight: bold;
}

.element {
    height: 60px;
    font-size: 16px;
    color: #ffffff;
    margin: 20px 0;
}

#home .btn {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    width: 180px;
    height: 60px;
    padding-top: 18px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}

#home .btn:hover {
    background: #28a7e9;
    border-color: #28a7e9;
    color: #fff;
    text-decoration: none;
}

/* end home */

/* start about */
#about {
    background: #fff;
}

.media {
    margin-bottom: 30px;
}

.media-heading-wrapper {
    margin-bottom: 15px;
}

.media-object {
    width: 60px;
    height: 60px;
    background: #47C6F8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.media-object i {
    color: #ffffff;
    font-size: 24px;
}

.media-heading {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.media-body p {
    color: #cccccc;
    line-height: 1.6;
}

/* end about */

/* start products */
#products {
    background: #1a1a1a;
}

.product-card {
    background: #fff;
    border-radius: 10px;
    padding: 30px 20px;
    text-align: center;
    margin-bottom: 30px;
    transition: all 0.3s;
    border: 1px solid #333333;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    border-color: #47C6F8;
}

.product-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #47C6F8, #28a7e9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
}

.product-card h5 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.product-card p {
    color: #cccccc;
    margin-bottom: 20px;
    line-height: 1.6;
}

.btn-primary {
    background: #47C6F8;
    border: none;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s;
}

.btn-primary:hover {
    background: #28a7e9;
    transform: translateY(-2px);
}

/* end products */

/* start advantages */
#advantages {
    background: #fff;
}

/* end advantages */

/* start verticals */
#verticals {
    background: #1a1a1a;
}

/* end verticals */

/* start contact */
#contacts {
    background: #fff;
}

.contact-info h5 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact-info p {
    color: #cccccc;
    line-height: 1.6;
}

/* end contact */

/* start footer */
footer {
    background: #1a1a1a;
    padding: 40px 0;
    text-align: center;
}

footer p {
    color: #cccccc;
    margin: 0;
}

/* end footer */

/* WOW.js animations */
.wow {
    visibility: hidden;
}

.wow.animated {
    visibility: visible;
}

/* Fallback for when WOW.js is not loaded */
.no-wow .wow {
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
}

/* Simple CSS animations as fallback */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
    70% {
        transform: scale(0.9);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Apply animations to elements with wow classes */
.wow.fadeIn {
    animation: fadeInUp 0.6s ease-out;
}

.wow.fadeInLeft {
    animation: fadeInLeft 0.6s ease-out;
}

.wow.fadeInRight {
    animation: fadeInRight 0.6s ease-out;
}

.wow.fadeInUp {
    animation: fadeInUp 0.6s ease-out;
}

.wow.bounceIn {
    animation: bounceIn 0.6s ease-out;
}

/* Responsive */
@media (max-width: 768px) {
    #home h1 {
        font-size: 36px;
    }
    
    .element {
        font-size: 16px;
    }
    
    h2 {
        font-size: 32px;
    }
    
    .media-object {
        width: 50px;
        height: 50px;
        margin-right: 15px;
    }
    
    .media-object i {
        font-size: 20px;
    }
}