/* Transparent Header Styles */


.page-template .inner-page {
    display: block;
}
.header-transparent {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: transparent;
    box-shadow: none;
    padding: 20px 0;
    height: 122px;
}

.home .header-transparent{
       position: absolute;
}

.navopen .header-transparent{
     position: fixed;
}

.home-banner{
      height: 100vh;
}

.header-transparent .container{
       display: flex;
       flex-wrap: wrap;
       justify-content: space-between;
       align-items: center;
       height: 100%;
}


.hamburger-head {
    display: flex;
}

.logo{
    max-width: 250px; 
    position: absolute; 
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 20px;
}


.home .logo img{
       filter: brightness(0) invert(1);
}

.home.navopen .logo img{
       filter: brightness(1) invert(0);
}

.hamburger-icon {
    cursor: pointer;
      font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #C6B38F;
    padding-inline-start: 30px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger-icon:hover{
 color: #000 !important;
}

.hamburger-icon:hover::after,
.hamburger-icon:hover::before{
     background-color: #000 !important;
}

.navopen .hamburger-icon:hover{
     color: #fff !important;
}

.navopen .hamburger-icon:hover::after,
.navopen .hamburger-icon:hover::before{
     background-color: #fff !important;
}

.home .hamburger-icon{
        color: white;
}

.home .hamburger-icon:hover{
      color: #C6B38F !important;
}

.home.navopen .hamburger-icon{
         color: #C6B38F !important;
}

.home.navopen .hamburger-icon:hover{
         color: #fff !important;
}

.hamburger-icon::after{
    position: absolute;
    left: 0;
    top: 15px;
       content: "";
       width: 20px;
       height: 3px;
       background-color: #C6B38F;
        -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.hamburger-icon::before{
    position: absolute;
    left: 0;
       top: 6px;
       content: "";
       width: 20px;
       height: 3px;
       background-color: #C6B38F;
        -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.home .hamburger-icon::after,
.home .hamburger-icon::before{
         background-color: #fff;
}

.home .hamburger-icon:hover::after,
.home .hamburger-icon:hover::before{
         background-color: #C6B38F !important;
}

.home.navopen .hamburger-icon::after,
.home.navopen  .hamburger-icon::before{
        background-color: #C6B38F;
}

.home.navopen .hamburger-icon:hover::after,
.home.navopen  .hamburger-icon:hover::before{
        background-color: #fff !important;
}

.navopen  .hamburger-icon::before{
       transform: rotate(45deg);
           left: 2px;
    top: 11px;
}

.navopen .hamburger-icon::after{
     transform: rotate(-45deg);
         left: 2px;
    top: 11px;
}

.page-template .header-transparent{
    position: static;
}

.navopen .header-transparent{
    position: fixed;
}

.page-template .hamburger-icon {
    cursor: pointer;
    font-size: 16px;
    color: #C6B38F;
}

.header_icons-main{
       display: flex;
       flex-wrap: wrap;
       column-gap: 10px;
       height: 22px;
       align-items: center;
}

.language-icon{
    
    position: relative;
}

.language-icon a{
padding-inline-end: 12px;
display: block;
width: 100%;
cursor: pointer;
position: relative;
z-index: 2;
}

.header_icons{
         display: flex;
         flex-wrap: wrap;
          column-gap: 10px;
}

.header_icons a img{
    -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
}

.header_icons a:hover img{
     filter: brightness(0) invert(0);
}

.navopen .header_icons a:hover img{
     filter: brightness(0) invert(1);
}

.language-icon::after{
    position: absolute;
    content: "";
     width: 0; 
  height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #C6B38F;
    right: -2px;
    top: 7px;
     -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.home .language-icon::after{
     border-top: 6px solid #fff;
}

.language-icon img {
    width: 21px;
    height: 21px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.language-icon:hover img{
       filter: brightness(1) invert(1) !important;
}

.language-icon:hover::after{
    border-top: 6px solid #000 !important;
}

.navopen  .language-icon:hover::after{
    border-top: 6px solid #fff !important;
}

.navopen .language-icon:hover img{
       filter: brightness(0) invert(1) !important;
}

.home .language-icon img{
       filter: brightness(0) invert(1) !important;
}

.home .language-icon:hover img{
       filter: brightness(1) invert(0) !important;
}

.home .language-icon:hover::after{
      border-top: 6px solid #C6B38F !important;
}


/* Hamburger Menu */
.hamburger-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #37472C;
    display: none;
    /* Hidden by default */
    flex-direction: column;
    justify-content: space-between;
    z-index: 1000;
    overflow: hidden;
}

.hamburger-menu.open {
    display: flex;
}

.close-menu {
    font-size: 30px;
    color: white;
    background: transparent;
    border: none;
    cursor: pointer;
}

/* Project Slider (Swiper) */


.our-projects-slider h2 {
    color: white;
    font-size: 22px;
    line-height: 25px;
      font-family: "Montserrat", sans-serif;
      font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.projects_swiper{
      position: relative;
         margin-top: 40px;
}

.projects_swiper::after{
    content: "";
      width: 125px;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
        background: linear-gradient(
    90deg,
    rgba(55, 71, 44, 0) 0%,
    rgba(55, 71, 44, 1) 87.67619132995605%
  );
  z-index: 3;
}


.projects_swiper.swiper-container {
      height: auto;
}
.project img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    border-radius: 12px;
}

.project h3 {
    color: #fff;
    margin-top: 25px;
    font-size: 22px;
    line-height: 25px;
    font-weight: 500;
     font-family: "Montserrat", sans-serif;
}

.project p {
     font-family: "Montserrat", sans-serif;
    color: #D6AA57;
    font-size: 14px;
    line-height: 18px;
}

/* Pagination Styling */
.swiper-pagination {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

/* Menu Item Styles */
.menu-items {
    margin-top: 0;
}

.menu {
    list-style: none;
    padding: 0;
}

.menu li {
    margin-bottom: 45px;
}

.menu li a {
      font-family: "Montserrat", sans-serif;
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    line-height: 25px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
}

.menu li.current-menu-item a{
        color: #C6B38F;
        position: relative;
}

.menu li.current-menu-item a::after{
    content: "";
       width: 100%;
       height: 3px;
       background-color: #C6B38F;
       position: absolute;
       left: 0;
       bottom: -10px;
}

.ar .menu li.current-menu-item a::after{
    bottom: -14px;
}

.menu li a:hover {
    color: #C6B38F;
}

.menu-slide{
     display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 150px;
}
.menu-slide .menu-items{
    width: max-content;
}
.menu-slide .our-projects-slider{
    width: 70%;
    overflow: hidden;
}

.home .header_icons{
      display: none;
}

.header_icons{
      display: flex;
}

.navopen .hamburger-icon{
        z-index: 9999;
}

.navopen .logo{
    z-index: 9999;
}

.navopen .header_icons-main{
          z-index: 9999;
}

.navopen  .header_icons{
        display: flex;
}

.home.navopen .language-icon img {
    filter: brightness(1) invert(0) !important;
}

.home.navopen .language-icon:hover img {
    filter: brightness(0) invert(1) !important;
}

.home.navopen .language-icon::after {
    border-top: 6px solid #C6B38F;
}
.home.navopen .language-icon:hover::after {
    border-top: 6px solid #fff !important;
}

.language-dropdown {
    display: none;
    position: absolute;
    width: max-content;
    right: 0;
    top: 32px;
    background: #e8e8e8;
    border: 1px solid #d3d3d3;
    z-index: 99;
}

.language-icon:hover .language-dropdown img{
       filter: brightness(1) invert(0) !important;
}

.navopen .language-icon:hover .language-dropdown img{
       filter: brightness(1) invert(0) !important;
}

.home .language-icon .language-dropdown img {
    filter: brightness(1) invert(0) !important;
}

.language-icon.active .language-dropdown {
    display: block;
}

.wpml-ls-legacy-list-horizontal{
      padding: 2px;
}



/* added for sliderless hader */
.custom_menu_items_class .menu li a {
    font-size: 32px !important;
    display: block;
}



/* ----------------new---7-8-25---- */

.menu-slide{justify-content: space-between;}
.custom_menu_items_class{ width:51.5%;}
.menu-right_block{ width:51.5%; overflow: hidden; position: relative; border-radius: 15px;  }

.menu-right_block .swiper-pagination{ transform:none}

.menu-right_block .swiper-slide img{ width: 100%; }

.menu-right_block .swiper-pagination .swiper-pagination-bullet{  width: 16px; height: 16px; background: #D6AB58; border: solid 1px #D6AB58; opacity: 1 !important;}
.menu-right_block .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ opacity: 1 !important; background: transparent; border: solid 1px #D6AB58;}

@media screen and (max-width: 600px) {
   .menu-right_block{ width: 100%; margin-top: 25px;}
   .menu li{width: 100% !important; margin-bottom: 25px !important;} 

   .menu-right_block .swiper-pagination .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
   }
}