/*
Theme Name: Orange Child
Theme URI: https://bestwpware.com/themes-wp/orange/
Author: theme_ocean
Author URI: https://www.templatemonster.com/vendors/theme_ocean/
Description: Orange Child WordPress Theme
Template: orange
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: orange-child
*/

:root {
    --accent-color: #CAC9C4;
    --primary-color: #477302;
    --secondary-color: #B1B604;
    --text-color: #182305;
    --white-color: #fff;
    --accent-op25-color: #CAC9C425;
    --accent-op40-color: #CAC9C440;
}

@font-face {
    font-family: 'Barlow';
    font-weight: 400;
    src: url('./dist/fonts/Barlow-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Barlow';
    font-weight: 500;
    src: url('./dist/fonts/Barlow-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Barlow';
    font-weight: 500;
    src: url('./dist/fonts/Barlow-MediumItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Barlow';
    font-weight: 700;
    src: url('./dist/fonts/Barlow-Bold.ttf') format('truetype');
}

body, p, h1, h2, h3, h4, h5, h6 {
    font-family: 'Barlow', sans-serif !important;
}

/* Header */
.navbar {
    min-height: 120px;
}

.navbar .container .row {
    align-items: center;
    display: flex;
}
@media (max-width: 767px) {
    .navbar .container .row {
        flex-direction: column;
    }
}

.navbar-brand {
    height: 80px;
}

.navbar-default {
    align-items: center;
    background-color: var(--white-color);
    display: flex;
}

@media (max-width: 767px) {
    .navbar-header {
        align-items: center;
        display: flex;
        gap: 20px;
    }
    .navbar-toggle {
        order: 2;
        position: absolute;
        right: -70px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: var(--primary-color);
        height: 4px;
    }
}

#menu-main-menu {
    align-items: center;
    display: flex;
    width: auto;
}
@media (max-width: 767px) {
    .navbar-collapse.in {
        overflow: hidden;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 20px;
    }
    #menu-main-menu {
        flex-direction: column;
        overflow: hidden;
    }
    .mainmenu {
        text-align: center;
    }
    .mainmenu img.wpml-ls-flag {
        margin-right: 0;
        width: 125%;
    }
}

.menu-top li a {
    font-family: 'Barlow', sans-serif !important;
}

.menu-item img {
    width: 70%;
}

.menu-item.contact {
    margin-bottom: 0;
}

.navbar-default .navbar-nav > li.menu-item.current_page_item > a {
    color: var(--primary-color) !important;
    font-weight: 500;
    margin-top: 5px;
}
.navbar-default .navbar-nav > li.menu-item.current_page_item:not(.contact) > a:after {
    background-color: var(--primary-color);
    content: '';
    display: block;
    height: 2px;
    margin-left: 20%;
    margin-top: 5px;
    width: 60%;
}

.navbar-default .navbar-nav > li.menu-item.contact > a {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: var(--white-color) !important;
    font-weight: 500;
}

.navbar-default .navbar-nav > li.menu-item.contact > a:hover {
    background-color: var(--white-color);
    color: var(--primary-color) !important;
}
@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-bottom: 5px;
        padding-top: 5px;
    }
}

/* WPML */
.wpml-ls-menu-item a {
    height: 25px;
}

/* Forms */
input:not([type=checkbox]):not([type=submit]),
textarea,
select {
    background-clip: padding-box;
    background-color: rgba(194, 199, 204, 0.25);
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    color: var(--text-color);
    display: block;
    font-family: 'Barlow', sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    padding: 15px;
    transition: border .3s ease-out;
    width: 100%;
}

input[type=submit] {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: none;
    color: var(--white-color);
    font-family: 'Barlow', sans-serif !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 15px;
    padding: 10px 15px;
}

input[type=submit]:hover {
    background-color: var(--white-color);
    color: var(--primary-color);
}

input:focus,
textarea:focus,
select:focus {
    border-color: var(--secondary-color);
    outline: none;
}

label {
    color: var(--text-color) !important;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    width: 100%;
    input[type="checkbox"] + .wpcf7-list-item-label {
        text-align: left;
    }
}

.wpcf7-form {
    > p {
        display: flex;
        flex-direction: column;
    }
}

.wpcf7-list-item {
    margin-left: 0;
}

/* Footer */
.contact-address::before {
    background: var(--accent-op40-color);
}
.contact-address .site-logo  {
    display: inline-block;
    width: 210px;
}
.contact-address .address {
    background: transparent;
}
.f_linkedin {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    box-shadow: 0 0 0 0px var(--primary-color);
}
.contact-address .address p,
.contact-address .footer_copyright p {
    color: var(--text-color);
}

.footer-menu-list {
    display: flex;
    gap: 0;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-menu-list a:before {
    content: '|';
    margin: 0 10px;
}

.footer-menu-list li:first-child a:before {
    content: '';
    margin: 0;
}

.footer-menu-list a {
    text-decoration: none;
}

.footer-menu-list a:hover {
    color: #fff;
}

/* Sections */
.section-title h1 {
    font-size: 46px !important;
    line-height: 50px !important;
    text-transform: none;
}
.section-title span {
    margin: 15px auto;
}

.section-title p {
    font-size: 20px;
    line-height: 32px;
}


/* Home */
#home .hero-text {
    padding-top: 450px;
}
#home .hero-text h1 {
    background: rgba(71, 115, 2, 0.42);
    font-style: italic;
    margin-left: -70%;
    margin-right: 20%;
    padding: 20px 20px 20px 70%;
    text-align: left;
    text-transform: none;
}

@media (max-width: 767px) {
    #home .hero-text {
        padding-top: 300px;
    }
    #home .hero-text h1 {
        font-size: 38px;
        line-height: 1.25
    }
}

/* Pricing */
.our_pricing::before {
    background: var(--white-color);
}
.our_pricing .section-title h1,
.our_pricing .section-title p {
    color: var(--text-color);
}
.pricingTable {
    background: var(--accent-op25-color);
}
.pricingTable.feature .title_bg,
.pricingTable:hover .title_bg {
    border-color: var(--secondary-color) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) var(--secondary-color);
}
.pricingTable .price-value,
.pricingTable .price-value small.period {
    font-size: 0;
}

.pricingTable .pricing-content {
    margin: 0 85px 25px 85px;
}

.pricingTable .pricing-content li {
    font-size: 20px;
    line-height: 32px;
}

.pricingTable .btn-contact-bg {
    text-transform: none;
}

/* Work / Projects */
#work .gallery_info {
    bottom: 50px;
}
#work .gallery_info h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
    text-transform: none;
}
#work .gallery_info p {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}
#work .gallery_info a {
    display: none;
}

/* Process */
/* Services elements */
@media (min-width: 768px) {
    .our_service .row.aos-animate > div {
        height: 550px;
    }
    .our_service .single_service {
        height: 100%;
    }
}

body .single_service ul {
    margin-left: 3px;
}

body .single_service > i.gweb-custom-icon {
    background-color: transparent;
    border: none;
}

body .single_service > i.gweb-custom-icon:before {
    background-size: 92px 92px;
    content: '';
    display: block;
    height: 92px;
    width: 92px;
}

body .single_service > i.dukra-construction-icon:before {
    background: url('/app/uploads/2026/01/dukra_icon_construction.svg') no-repeat center center;
}

body .single_service > i.dukra-agrifood-icon:before {
    background: url('/app/uploads/2026/01/dukra_icon_agrifood.svg') no-repeat center center;
}

body .single_service > i.dukra-innovation-icon:before {
    background: url('/app/uploads/2026/01/dukra_icon_innovation.svg') no-repeat center center;
}

body .single_service h3 {
    font-size: 30px;
    line-height: 37px;
    margin-top: 65px;
}

body .single_service p,
body .single_service li {
    color: var(--text-color); !important;
}

body .single_service li {
    font-weight: 500;
}

/* General */
.section-title span {
    background: var(--accent-color) !important;
}
body .btn-contact-bg {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    border-radius: 0;
    padding: 10px 27px;
}