/*
    Created on : 01.05.2026, 12:54:00
    Author     : Alekhnovich Oleg (https://webplatinum.net)
*/

body {
    margin-top: 3.7rem;
}

/* MAIN NAVBAR
-------------------------------------------------- */
#mainNavbar .nav-link {
    border-bottom: 2px solid transparent;
    font-weight: bold;
    padding-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
}

#mainNavbar .nav-link:hover {
    border-bottom: 2px solid #1c64d7;
}

/* CUSTOMIZE THE MAIN CAROUSEL
-------------------------------------------------- */
#mainCarousel .carousel {
    margin-bottom: 4rem;
}

#mainCarousel .carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

#mainCarousel .carousel-item {
    height: 32rem;
}

#mainCarousel .carousel-bg-filter {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: black;
    background: rgba(0, 0, 0, 0.5);
}

/* CAROUSEL FOR ADDITIONAL PRODUCT IMAGES
-------------------------------------------------- */
.additional-carousel-indicator {
    opacity: .5;
    transition: all 0.3s ease;
}

.additional-carousel-indicator:hover {
    opacity: 1;
    transition: all 0.3s ease;
}

.additional-carousel-indicator.active {
    opacity: 1;
    transition: all 0.3s ease;
}

/* CUSTOMIZE THE JUMBOTRON
-------------------------------------------------- */
.jumbotron-bg-filter {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #e9ecef;
    background: rgba(0, 0, 0, 0.1);
}

.jumbotron-bg-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url("../images/all/mask-intro-business-overlay.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* MAIN CONTENT
-------------------------------------------------- */
a {
    color: #3580f9;
}

a:hover {
    color: #1c64d7;
}

.text-blue {
    color: #3580f9 !important;
}

.bg-light {
    background-color: #f4f7fa !important;
}

.bg-lightblue {
    background-color: #3580f924 !important;
}

.bg-darkblue {
    background-color: #181a3d !important;
}

.bg-darkblue-mask {
    background-image: url("../images/all/mask-b-left-business.svg");
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
}

.bg-darkblue-mask-2 {
    background-image: url("../images/all/mask-fw-business.svg");
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
}

.bg-darkblue-mask-3 {
    background-image: url("../images/all/mask-t-right-business.svg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}

.error404 {
    font-size: 5rem;
}

@media (min-width: 390px) {
    .error404 {
        font-size: 7rem;
    }
}

@media (min-width: 576px) {
    .error404 {
        font-size: 10rem;
    }
}

@media (min-width: 768px) {
    .error404 {
        font-size: 14rem;
    }
}

@media (min-width: 1200px) {
    .error404 {
        font-size: 14rem;
    }
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #3580f9;
    --bs-btn-border-color: #3580f9;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1c64d7;
    --bs-btn-hover-border-color: #1c64d7;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1c64d7;
    --bs-btn-active-border-color: #1c64d7;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #1c64d7;
    --bs-btn-disabled-border-color: #0d6efd;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #1c64d7;
}

.aspect-ratio-1x1 {
    aspect-ratio: 1 / 1;
    width: 100%;
    position: relative;
}

.aspect-ratio-4x3 {
    aspect-ratio: 4 / 3;
    width: 100%;
    position: relative;
}

.aspect-ratio-16x9 {
    aspect-ratio: 16 / 9;
    width: 100%;
    position: relative;
}

/* BLOG-CARD
-------------------------------------------------- */
.blog-card-body a {
    color: #003b77;
}

.blog-card-body:hover {
    background-color: #003b77;
    color: lightgrey !important;
    transition: all .6s;
}

.blog-card-body a:hover {
    color: #fff !important;
}

/* PAGINATION
-------------------------------------------------- */
.pagination {
    --bs-pagination-color: #333;
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #003b77;
    --bs-pagination-active-border-color: #003b77;
}

/* FOOTER
-------------------------------------------------- */
footer a,
.nav-link {
    color: #000;
    text-decoration: none;
}

footer a:hover {
    color: #1c64d7;
}

/* USER ACCOUNT
-------------------------------------------------- */
@media (min-width: 768px) {
    .sidebar .offcanvas-lg {
        position: sticky;
        top: 48px;
    }

    .navbar-search {
        display: block;
    }
}

.sidebar .nav-link {
    font-size: .875rem;
}

.sidebar .nav-link.active {
    font-weight: 500;
    color: #e64c16 !important;
}

.sidebar-heading {
    font-size: .75rem;
}

/* 3th LEVEL SUBMENU (BOOTSTRAP 5.x)
-------------------------------------------------- */
.dropdown-submenu,
.dropdown-item {
    position: relative;
}

.dropdown-submenu>a.dropdown-toggle::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 3px;
    top: 0;
    bottom: 0;
    align-self: center;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
}

.dropdown-submenu>.dropdown-menu-end {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 0.1rem;
}

.dropdown-submenu>a.dropdown-toggle.dropdown-toggle-start::after {
    transform: rotate(90deg);
    right: unset;
    left: 0;
}

/* BUTTON UP
-------------------------------------------------- */
#btn-back-to-top {
    position: fixed;
    bottom: 7px;
    right: 7px;
    display: none;
}

/* CSS3 EFFECTS
-------------------------------------------------- */
.fade-effect {
    -webkit-transition: all 0.3s ease;
    ;
    -moz-transition: all 0.3s ease;
    ;
    -o-transition: all 0.3s ease;
    ;
    transition: all 0.3s ease;
    opacity: 1;
}

.fade-effect:hover {
    -webkit-transition: all 0.3s ease;
    ;
    -moz-transition: all 0.3s ease;
    ;
    -o-transition: all 0.3s ease;
    ;
    transition: all 0.3s ease;
    opacity: 0.7;
}

/* MEDIA (BOOTSTRAP BREAKPOINTS)
-------------------------------------------------- */
/*
@media (min-width: 390px) {

}
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}
@media (min-width: 1400px) {

}
*/