/*
Theme Name: Managed Business Solution
Author: Atanas
Description: Managed Business Solution's Theme
Version: 1.0
*/
                
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}


html,
body,
button,
input,
textarea,
select,
a,
p,
span,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: azo-sans-web, sans-serif !important;
}


*,
*::before,
*::after {
  box-sizing: border-box;
}


.main-section .row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.main-section .col-md-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}


body {
  margin: 0;                            
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


a, .btn, button {
  font-style: normal;
  text-decoration: none; 
}

.z-index-m1 {
  z-index: -1 !important;
}

.z-index-1 {
  z-index: 1 !important;
}

.z-index-100 {
  z-index: 100 !important;
}

.wppb-builder-container .wppb-column-parent-view {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.wppb-builder-container#wppb-builder-container .wppb-row-parent > .wppb-container:not(.wppb-container-full),
.wppb-carousel-content-wrap .wppb-container:not(.wppb-container-full) {
  max-width: 1250px !important;
}


/* Header Start */

.bigger-header {
	padding-top: 20px;
	padding-bottom: 20px;
}

.truck-header {
    background: #fff;
    padding: 0;
}

.truck-header .container {
    max-width: 1140px;
}

.truck-header-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.truck-logo-wrap {
    display: flex;
    align-items: center;
}

.truck-logo-nav {
    padding: 0;
}

.truck-logo {
    padding: 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
}

.truck-logo img {
    max-width: 330px;
    height: auto;
    display: block;
}

.truck-menu-col {
    display: flex;
    align-items: center;
}

.truck-main-nav {
    width: 100%;
    display: flex;
    align-items: center;
}

.main-menu-item {
    justify-content: flex-start;
}

.custom-ul {
    display: flex;
    align-items: center;
    gap: 35px;
}

.custom-ul li a {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    padding: 0;
}

.custom-ul li a:hover {
    color: #000;
}

.header-contact-btn-wrap {
    margin-left: auto;
}

.header-contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f9b918;
    color: #000;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    padding: 16px 65px;
    border: 1px solid #000;
    border-radius: 3px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
    line-height: 1;
    white-space: nowrap;
    box-sizing: border-box;
}

.header-contact-btn:hover {
    background: #e9aa12;
    color: #000;
    text-decoration: none;
}

@media (max-width: 991px) {
    .truck-header-row {
        flex-wrap: wrap;
    }

    .truck-main-nav {
        flex-wrap: wrap;
    }

    .mobile-logo img {
        max-width: 220px;
        height: auto;
    }

    .navbar-toggler {
        margin-left: auto;
    }

    .main-menu-item {
        width: 100%;
        margin-top: 15px;
    }

    .custom-ul {
        gap: 15px;
        align-items: flex-start;
    }

    .header-contact-btn-wrap {
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }

    .header-contact-btn {
        width: 30%;
        padding: 13px 25px;
    }
}

/* Header End */

/* Footer Start */

.truck-footer-main {
    background: #d97800;
    padding: 75px 0;
    color: #fff;
}

.truck-footer-row {
    align-items: center;
}

/* Logo */
.truck-footer-logo {
    max-width: 190px;
    height: auto;
    display: block;
}

/* Footer text */
.truck-footer-info-col h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 22px;
}

.truck-footer-info-col p {
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 4px;
}

.truck-footer-info-col a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
}

.truck-footer-info-col a:hover {
    color: #fff;
}

/* Social icons */
.truck-footer-social-col {
    display: flex;
    justify-content: flex-end;
}

.truck-footer-socials {
    display: flex;
    align-items: center;
    gap: 16px;
}

.truck-footer-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.truck-footer-socials img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    display: block;
}

.truck-footer-socials a:hover img {
    opacity: 0.8;
}

/* Mobile */
@media (max-width: 767px) {
    .truck-footer-main {
        padding: 45px 0;
        text-align: center;
    }

    .truck-footer-logo {
        margin: 0 auto 30px;
        max-width: 170px;
    }

    .truck-footer-info-col {
        margin-bottom: 30px;
    }

    .truck-footer-info-col h5 {
        margin-bottom: 12px;
    }

    .truck-footer-social-col {
        justify-content: center;
    }
}

/* Footer End */

