/*
Theme Name: MVM
Theme URI: https://pastel.com.iq/
Author: Hassan Mehmood
Author URI: https://pastel.com.iq/
Description: Custom WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mvm
Tags: custom-theme, responsive, modern
*/

html,
body {
    scroll-behavior: smooth;
}

.wp-block-columns {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 10;
}

.project_description {
    font-family: var(--font-sans);
    font-size: 1.1rem;
}

.project_description h3 {
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    font-family: var(--font-display);
    margin: 30px 0 10px;
}

.project_description ul li {
    display: inline-block;
    width: 48%;
    margin-right: 10px;
    background: #ffffff;
    box-shadow: 0px 0px 5px #CCC;
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 7px;
    vertical-align: text-top;
    font-size: 1rem;
}

.project_description ul li:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23007bff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    flex-shrink: 0;
}

.main_menu>li>div>ul>li>a {
    color: #404040 !important;
    padding: 0 10px;
    display: block;
    margin-bottom: 10px;
}

.main_menu>li>div>ul>li>a:hover {
    color: var(--color-blue-accent) !important;
}

.header_small_menu_item {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-direction: row;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header_small_menu_item li a {
    color: #9ba4ad;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: bold;
    transition: all linear 0.3s;
}

.header_small_menu_item li.current-lang a,
.header_small_menu_item li a:hover {
    color: #1497d4;
}

.header_small_menu_item li.header_btn a {
    display: block;
    padding: 8px 20px;
    background: #1497d4;
    color: #fff;
    border-radius: 30px;
    text-transform: none;
    font-weight: 500;
    border: 2px solid transparent;
    transition: .1s all linear;
}

.header_small_menu_item li.header_btn a svg {
    display: inline-block;
    margin-left: 5px;
}

.header_small_menu_item li.header_btn a:hover {
    background: #fff;
    border-color: #fff;
    color: var(--color-navy-deep);
    transform: translateY(-2px);
}

.main_menuMobile>li {
    border-bottom: 1px solid #061d34;
    border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
}

.main_menuMobile>li>a {
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    padding: 15px 0;
    display: block;
}

.main_menuMobile>li.current-menu-item>a,
.main_menuMobile>li>a:hover {
    color: var(--color-blue-accent);
}

.main_menuMobile>li.menu-item-has-children>a {
    font-size: 0.8rem;
    font-weight: 500;
    color: color-mix(in oklab, var(--color-white) 60%, transparent);
}

.main_menuMobile>li.menu-item-has-children>ul {
    border-left: 1px solid #061d34;
    border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    margin-bottom: 15px;
    padding-left: 15px;
}

.main_menuMobile>li.menu-item-has-children>ul>li>a {
    color: color-mix(in oklab, var(--color-white) 60%, transparent);
    margin-bottom: 10px;
    display: inline-block;
}

.main_menuMobile>li.menu-item-has-children>ul>li:last-child>a {
    margin-bottom: 10px;
}

.headersmall_mobile li.header_btn a {
    display: block;
    text-align: center;
    background: var(--color-blue-accent);
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
}

.headersmall_mobile li.lang-item {
    background: #13293e;
    display: inline-block;
    width: 50%;
    float: left;
    padding: 5px;

}

.headersmall_mobile li.lang-item a {
    color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    padding-top: 6px;
}

.headersmall_mobile li.lang-item.current-lang a {
    background: var(--color-blue-accent);
}

.headersmall_mobile li.lang-item:first-child a {
    margin-left: auto;
    display: block;
}

.headersmall_mobile li:last-child {
    clear: both;
    margin-top: 60px;
}
div#mobileMenuContainer {
    min-height: 100vh;
}
.headersmall_mobile li.header_btn a svg {
    display: inline-block;
}