.service-section.service-with-shape::before
{
background-color: #28a745 !important;
}



.site-logo a img {
    max-width: 250px !important;
}


.footer-area .widget-item-3 .features-sub p {

    visibility: hidden !important;
    padding-bottom: 0px;
}


.page-title-area .overlay {
   
    background-color: #371c06 !important;
}


.main-btn::before
{
bacground-color:#502F14 !important    ;
}

::-webkit-scrollbar-thumb {
    background-color: #502F14  !important ;
}



.banner-slider.banner-slider-three .single-banner::before {
    background-image: linear-gradient(90deg, #28a745 0%, #28a745 50%, #ededed00 100%) !important;
}


.row {
  
    justify-content: center;
   
}






.about-history-area .history-item .history-content span

{

font-size:20px !important;
}

.main-btn::before {

    background-color: #28a745 !important;
  
}

.about-history-area .history-item .history-thumb img {
    width: 300px !important;
    height: 230px !important;
}





.about-history-area .history-item {
  
    justify-items: center;
}



.why-choose-area {
    background-color: #0e6f22 !important;
  
}



.conatct-section .contact-form-area .contact-form .input-group input {

text-align-last: center;


}



.cookie-consent {
   
    background-color: #e45a14 !important;
 
}



button.cookie-consent__agree {

    background-color: #1da138   !important;
   
}

/* Fix: language switcher moved into header-extra (header-navigation).
   Ensure dropdown visibility and basic styling match previous topbar behavior. */
.header-navigation .header-extra .language-change {
    display: inline-block;
    position: relative;
    margin-left: 30px;
    cursor: pointer;
    padding-left: 30px;
}
.header-navigation .header-extra .language-change .name {
    line-height: 40px;
    color: #81a3bb;
    font-weight: 500;
    transition: all 0.3s ease-out 0s;
}
.header-navigation .header-extra .language-change .name .l-icon {
    margin-right: 4px;
}
.header-navigation .header-extra .language-change .name .r-icon {
    font-size: 12px;
    margin-left: 4px;
    position: relative;
}
.header-navigation .header-extra .language-change .language-menu {
    position: absolute;
    top: 100%;
    right: 0px;
    margin-top: 15px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
   border-top: 2px solid #e45a14;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
   max-width: 80px;
    min-width: 60px;
    transition: all 0.3s ease-out 0s;
}
.header-navigation .header-extra .language-change .language-menu a {
    padding: 12px 15px;
    font-size: 16px;
    line-height: 20px;
    display: block;
    margin: 0;
    font-weight: 600;
    color: #002249;
}
.header-navigation .header-extra .language-change:hover .language-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
}

/* separator and hover color to match topbar behavior */
.header-navigation .header-extra .language-change::after {
    position: absolute;
    content: "";
    left: 0px;
    top: 50%;
    height: 22px;
    width: 1px;
    background: #81a3bb;
    z-index: 7;
    transform: translateY(-50%);
}
.header-navigation .header-extra .language-change .name.login-btn:hover {
    color: #0c59db;
}

/* Show mobile language item when mobile menu is opened (header-navigation gets breakpoint-on) */
.header-navigation.breakpoint-on .mobile-lang-item {
    display: block !important;
    padding: 10px 20px;
}
.header-navigation.breakpoint-on .mobile-lang-item .language-change .language-menu {
    position: static;
    box-shadow: none;
/* Make language switcher behave like navbar tabs (use .submenu structure) */
.primary-menu > li.language-tab{
    position: relative;
}
.primary-menu > li.language-tab > a{
    display: block;
    padding: 12px 15px;
    line-height: 20px;
    font-weight: 600;
    color: inherit;
}
.primary-menu > li.language-tab > .submenu{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    border-top: 2px solid #e45a14;
    z-index: 9999;
    min-width: 140px;
    padding: 6px 0;
    box-sizing: border-box;
}
/* keep visible when hovering parent or the submenu */
.primary-menu > li.language-tab:hover > .submenu,
.primary-menu > li.language-tab > .submenu:hover,
.primary-menu > li.language-tab > a:hover + .submenu{
    display: block;
}
.primary-menu > li.language-tab > .submenu li a{
    display: block;
    padding: 8px 14px;
    color: #002249;
    white-space: nowrap;
}
.primary-menu > li.language-tab > .submenu li a.active{
    font-weight: 700;
}

/* On smaller screens, hide header-extra instance and make language submenu inline within mobile menu */
@media (max-width: 1100px){
    .header-navigation .header-extra .language-change{ display: none; }
    .primary-menu > li.language-tab > .submenu{
        display: block;
        position: static;
        box-shadow: none;
        background: transparent;
        margin-top: 6px;
        padding: 0;
    }
    .primary-menu > li.language-tab > a{
        color: #fff;
        padding: 12px 20px;
    }
    .primary-menu > li.language-tab > .submenu li a{
        color: #fff;
        padding: 8px 0;
        display: block;
        border-bottom: none;
    }
}
    }
    .primary-menu > li.language-tab > .language-change .name{
        color: #fff;
        padding: 12px 20px;
    }
    .primary-menu > li.language-tab > .language-change .language-menu a{
        color: #fff;
        padding: 0px 0;
        display: block;
        border-bottom: none;
    }
}



#values{
    scroll-margin-top: 100px;
}



    .lang-switch-btn {
                background-color: #7b5640 !important;
                color: #fff !important;
                border: none;
                border-radius: 0% !important;
                }