﻿html {
    scroll-behavior: smooth;
}

:root {
    --grey-bg: #d9d9d9;
    --dark: #0B1F36 !important;
    --default: #0B1F36 !important;
    --primary: #0B1F36 !important;
}

a,p,div,span,h1,h2,h3,h4,h5,h6{
    font-family: "Open Sans", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.text-color-arb-primary {
    color:var(--dark) !important;
}




/*
Header Navigation
*/
#header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active {
    color: #2e4475 !important;
}

/*Home Page*/
.main-presentation{
    background-color: var(--grey-bg) !important;
}
.homepage-who-we-are{
    background-color: #F5F3EF !important;
}
.homepage-section-video {
    background-color: #0b1f37 !important;
}

.homepage-who-we-are h2, .homepage-who-we-are h3 {
    color: #0B1F36 !important;
}
.homepage-who-we-are p{
    color: #294263 !important;
}
.overlay.overlay-op-8.overlay-show:before, .overlay.overlay-op-8.show:before {
    opacity: 0 !important;
}
#header .header-nav.header-nav-links nav > ul li:hover > a {
    color:#ffffff !important;
}



/*Footer*/
#footer {
    margin-top: 0px !important;
}

#footer li, #footer a, #footer p, #footer span {
    color: var(--dark) !important;
}
.service-card {
    transition: all 0.3s ease-in-out;
    height: 100%;
    border: none;
    background-color: #f8f9fc;
}

.service-card:hover {
    border:1px solid #0b1f37;
}

.service-card img {
    transition: transform 0.4s ease;
    object-fit: cover;
}

.service-card:hover img {
    transform: scale(1.25);
}

.card-body {
    flex-grow: 1;
}

.card-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 1rem;
}

.card-text {
    font-size: 0.95rem;
    color: #444;
}


/* Services Page */
.nav-secondary {
    background-color: #e6e9f0 !important;
    padding: 0px;
    position: sticky;
    top: 100px;
    z-index: 1000;
}

.nav-secondary a{
    color: var(--dark) !important;
}

.nav-pills-tertiary .nav-link.active, .nav-pills-tertiary > li.active > a {
    background-color: #e6e9f0 !important;
    border-radius:0;
}

.nav-secondary .nav-pills-tertiary > li > a.active {
    
    box-shadow: 0 3px 0 0 var(--dark) !important;
    font-weight: 700 !important;
}

.section-content-bg {
    background-color: #e6e9f0 !important;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: var(--primary) !important;
}
.nav-pills-tertiary a:active {
    color: #ffffff !important;
}
.dropdown-menu li a {
    text-transform: none !important;
}