*
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after 
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.container
{
  width: 1170px;
  margin: 0 auto;
}
h1, h2, h3, h4, h5, h6
{
  margin: 0;
}
body 
{
  overflow-x: hidden !important;
}

:root {
  --header-height: 114px;
  --half-header-height: 57px;
}

body.wp-singular.single-project .single-Image
{
    height: calc(100vh - 114px);
    background-repeat: no-repeat;
    background-position: center top;
} 
body.wp-singular.single-award .single-Image img{
  width: 100%;
}


/* Home Page animation area */


/* End */

body header#masthead
{
  position: fixed !important;
  top: 0;
  width: 100%;
  background-color: #fff;
}
header #wc-logo a {
    color: #000 !important;
}
header ul li.current-menu-item, 
header ul li ul:has(li.current-menu-item),
header #wc-project-categories-menu ul li.current-menu-item ul,
header #wc-project-categories-menu ul li.current-menu-parent,
header #wc-project-categories-menu ul li.current-menu-parent ul
{
  background: #efefef !important;
}
header #wc-main-menu ul li 
{
  background: unset !important;
}
header ul  > li.current-menu-item a.hfe-menu-item
{
  color: #E1C16E !important;
}
body.home.page #content .page-header
{
  display: none;
}
body.single-project .wc-social-icons .heateorSssPullOut {
  display: none;
}

body.single-project .wc-social-icons a span {
  height: 45px !important;
  width: 45px !important;
}
div#wc-map, .wc-social-icon 
.heateor_sss_sharing_container div[title="Hide"]
{
  display: none;
}
body.modal-open div#page 
{
  filter: blur(15px);
}
body .wc-social-icon .heateor_sss_sharing_container 
{
  right: -15px !important;
  left: unset !important;
  top: 50% !important;
}

body.home .wc-social-icon 
{
  opacity: 0;
}
body.home.wc-ready .wc-social-icon 
{
  opacity: 1;
}


header ul li.current-menu-item > a,
header ul li.current-menu-ancestor .hfe-has-submenu-container > a,
header ul li.current-lang > a
{
  color: #E1C16E !important;
}
/* header#masthead ul li.current-menu-item, header#masthead ul li.current-menu-item ul
{
  background-color:  #ccc;
} */
body:not(.elementor-hf-template-default) 
{
  #wc-news,
  #wc-contact,
  #wc-profile,
  #wc-profile span.sub-arrow,
  #wc-profile ul.sub-menu, 
  #wc-project-categories-menu,
  #wc-project-categories-menu span.sub-arrow
  {
    display: none;
  }
  #wc-news:has(.current-menu-item),
  #wc-contact:has(.current-menu-item),
  #wc-profile:has(.current-menu-item),
  #wc-profile ul.sub-menu:has(.current-menu-item),
  #wc-profile li.current-menu-item ul.sub-menu,
  #wc-project-categories-menu:has(.current-menu-item),
  body.single-project #wc-project-categories-menu
  {
    display: flex;
  }
  
  #wc-main-menu,
  #wc-profile,
  #wc-project-categories-menu,
  #wc-lang-switcher
  {
    width: auto;
  }
  ul.wc-polylang-switcher li.lang-item a
  {
    color: #7a7a7a;
  }

  #wc-project-categories-menu .menu-item-has-children:not(.current-menu-item):not(.current-menu-parent):hover > .sub-menu
  {
    visibility: hidden !important;
    opacity: 0 !important;
  }

  #wc-project-categories-menu .current-menu-item ul.sub-menu,
  #wc-project-categories-menu .current-menu-parent ul.sub-menu,
  #wc-project-categories-menu .current-project-ancestor ul.sub-menu
  {
    visibility: visible;
    opacity: 1;
    width: auto !important;
    
  }
  #wc-project-categories-menu .current-menu-item ul.sub-menu,
  #wc-project-categories-menu .current-menu-parent ul.sub-menu,
  #wc-project-categories-menu .current-project-ancestor ul.sub-menu
  {
    display: grid;
    grid-template-columns: repeat(2, auto);
    top: 40px;
    left: 15px;
    box-shadow: none;
  }
  #wc-project-categories-menu .current-menu-item ul.sub-menu li,
  #wc-project-categories-menu .current-menu-parent ul.sub-menu li 
  {
    border: none;
  }
  #wc-project-categories-menu .current-menu-item ul.sub-menu li a,
  #wc-project-categories-menu .current-menu-parent ul.sub-menu li a 
  {
    padding: 0px 12px 12px 0px;
    margin-top: 0px;
  }
  #wc-project-categories-menu li.menu-item-object-project_cat.current-menu-item.menu-item-has-children,
  #wc-project-categories-menu li.menu-item-object-project_cat.current-menu-parent.menu-item-has-children
  {
    min-width: 300px;
  }  
  #wc-profile nav.hfe-nav-menu__layout-horizontal 
  {
    width: auto !important;
  }
  #wc-profile ul.hfe-nav-menu li .hfe-has-submenu-container {
    float: left;
    padding: 0px 20px 0px 10px;
    margin-top: 60px;
}
div#wc-main-menu {
    padding-right: 50px;
    border-right: unset;
  }
  #wc-profile .current-menu-item ul.sub-menu,
  #wc-profile .current-menu-parent ul.sub-menu,
  #wc-profile .current-project-ancestor ul.sub-menu
  {
    visibility: visible;
    opacity: 1;
    width: auto !important;
    
  }
  #wc-profile .current-menu-parent ul.sub-menu,
  #wc-profile .current-menu-item ul.sub-menu
  {
    position: relative !important;
    top: initial;
    left: initial;
    flex-direction: column;
    box-shadow: none;
    border-left: 1px solid;
    padding-left: 15px;
  }
  #wc-profile .current-menu-parent ul.sub-menu li,
  #wc-profile .current-menu-item ul.sub-menu li
  {
    border: none;
  }
  #wc-profile .current-menu-parent ul.sub-menu li a.hfe-sub-menu-item,
  #wc-profile .current-menu-item ul.sub-menu li a.hfe-sub-menu-item 
  {
    padding: 4px;
    margin-bottom: 2px;
  }
  #wc-profile .current-menu-parent ul.sub-menu li:first-child,
  #wc-profile .current-menu-item ul.sub-menu li:first-child
  {
    margin-top: 12px;
  }
  #wc-profile .current-menu-parent ul.sub-menu li:last-child,
  #wc-profile .current-menu-item ul.sub-menu li:last-child 
  {
    margin-bottom: 6px;
  }
  /** Border **/
  #wc-news,
  #wc-project-categories-menu 
  {
    padding-top: 0;
    padding-bottom: 0;
  }
  #wc-news ul.hfe-nav-menu > li, 
  #wc-project-categories-menu ul.hfe-nav-menu > li,
  #wc-contact ul.hfe-nav-menu > li,
  div#wc-profile ul
  {
    border-left: 1px solid;
    padding: 0px 17px 0px 7px;
  }
  #wc-news ul.hfe-nav-menu > li a
  {
    margin-top: 35px;
  }
   #wc-project-categories-menu ul.hfe-nav-menu > li a
  {
    margin-top: 10px;
  }
  #wc-news .elementor-widget-navigation-menu,
  #wc-news .elementor-widget-navigation-menu .hfe-nav-menu,
  #wc-news .elementor-widget-navigation-menu .hfe-nav-menu nav.hfe-nav-menu__layout-horizontal,
  #wc-project-categories-menu .elementor-widget-navigation-menu,
  #wc-project-categories-menu .elementor-widget-navigation-menu .hfe-nav-menu,
  #wc-project-categories-menu .elementor-widget-navigation-menu .hfe-nav-menu nav.hfe-nav-menu__layout-horizontal,
  #wc-contact .elementor-widget-navigation-menu,   #wc-contact .elementor-widget-navigation-menu .hfe-nav-menu,   #wc-contact .elementor-widget-navigation-menu .hfe-nav-menu nav.hfe-nav-menu__layout-horizontal
  {
    height: 100%;
  }  
  /** current pages color **/
  #wc-profile .current-menu-item > a,
  #wc-profile li.current-menu-parent .hfe-has-submenu-container a.hfe-menu-item,
  #wc-project-categories-menu .current-menu-item > a,
  #wc-project-categories-menu li.current-menu-parent .hfe-has-submenu-container a.hfe-menu-item 
  {
    color: rgb(97, 206, 112);
  }
  #wc-contact ul.hfe-nav-menu > li a
  {
    margin-top: 82px;
  }

  /* #wc-project-categories-menu ul.hfe-nav-menu li:first-child a.hfe-menu-item {
    color: #7a7a7a !important;
  } */
  #wc-project-categories-menu ul.hfe-nav-menu li:first-child a.hfe-menu-item:hover
  {
    color: #E1C16E !important;
  }

  /** arrow **/
  #wc-main-menu ul.hfe-nav-menu li.current-menu-item.parent a.hfe-menu-item::after
  {
    opacity: 1;
    content: "";
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #E1C16E; 
    background: transparent;
  }
  #wc-project-categories-menu ul.hfe-nav-menu > li .hfe-has-submenu-container a::after
  {
    opacity: 1;
    content: "";
    border: solid #7a7a7a;
    border-width: 0 1px 1px 0;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    background: center;
    right: 5px;
  }
  #wc-project-categories-menu ul.hfe-nav-menu > li.current-menu-item .hfe-has-submenu-container a::after
  {
    right: auto;
    margin-left:86px;
  }
  #wc-project-categories-menu ul.hfe-nav-menu > li.current-menu-item.menu-item-has-children .hfe-has-submenu-container a::after 
  {
    border: solid #E1C16E;
    border-width: 0 1px 1px 0;
  }
  #wc-project-categories-menu ul.hfe-nav-menu li.current-menu-parent .hfe-has-submenu-container a.hfe-menu-item 
  {
    color: #7a7a7a !important;
  }
  #wc-project-categories-menu ul.hfe-nav-menu li.current-menu-parent .hfe-has-submenu-container a.hfe-menu-item:hover
  {
    color: #E1C16E !important;
  }
  #wc-project-categories-menu ul.hfe-nav-menu li.current-menu-parent .hfe-has-submenu-container a::after 
  {
    right: auto;
    margin-left:86px;
  }
}
body header#masthead ul li a {
  /* text-transform: uppercase; */
}


/** due to the body tag, it is move outside the condition **/
body.single-project #wc-project-categories-menu
{
  display: flex
}
body.home #wc-main-menu ul.hfe-nav-menu li.current-menu-item.parent a.hfe-menu-item::after
{
    display: none;  
}

#wc-lang-switcher
{
  margin-left: auto;
}
#wc-lang-switcher * 
{
  	width: auto;
  	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size:13px;
}
ul.wc-polylang-switcher 
{
  padding: 0px;
}
ul.wc-polylang-switcher li 
{
  list-style-type: none;
  display: inline-block;
}
ul.wc-polylang-switcher li:first-child:after 
{
  content: '';
  border-right: 2px solid;
  margin: 0px 5px;
}

/* 21-april-2025 */
footer#site-footer 
{
  width: 100%;
  float: left;
}

ul.project-listing,
ul.wc-polylang-switcher 
{
  padding: 0px;
}

/* category page Image Sizes */
ul.project-listing li.project-item
{
  list-style-type: none;
}
ul.project-listing li.project-item.large
{
  width: 50%;
}
ul.project-listing li.project-item.medium
{
  width: 50%;
}
ul.project-listing li.project-item.small
{
  width: 25%;
}
ul.project-listing li.project-item.extra-large {
  width: 100%;
  /* height: 340px; */
}
.project-listing li.small.private-house:last-child,
.projects ul.project-listing li.project-item.moveToTop:last-child
{
  margin-left: 25%;
}
ul.project-listing li.project-item.long-image
{
  width: 25%;
}
body.term-urban-design-master-planning ul.project-listing li.project-item.small:nth-child(12),
.term-residential .project-listing .project-item:last-child,
.term-commercial-mixed-use .projects ul.project-listing > li.small:nth-child(5),
.term-commercial-mixed-use .projects ul.project-listing > li.small:last-child
{
  clear: right !important;
}
body.term-hospitality-institutional ul.project-listing > li.medium:nth-child(9) {
  clear: unset !important;
}

#wc-project-categories-menu .current-menu-parent ul.sub-menu
{
  top: 34px !important;
}

body:not(.term-interiors) ul.project-listing li.project-item:nth-child(7n+1),
body:not(.term-interiors) ul.project-listing li.project-item:nth-child(7n+5),
body:not(.term-interiors) ul.project-listing li.project-item:nth-child(8n+1),

body:not(.term-74) ul.project-listing li.project-item:nth-child(7n+1),
body:not(.term-74) ul.project-listing li.project-item:nth-child(7n+5),
body:not(.term-74) ul.project-listing li.project-item:nth-child(8n+1),

body.term-selected-work .small:nth-child(14),
body.term-237 .small:nth-child(14)
{
  clear: left;
}

body:not(.term-interiors) ul.project-listing li.project-item:nth-child(8n),
.term-74 .project-listing li.project-item.medium:nth-child(9),
body:not(.term-74) ul.project-listing li.project-item:nth-child(8n)
{
  clear: right;
}
body.term-residential .project-listing li.project-item.small,
body.term-commercial-mixed-use li.medium:last-child 
{
  clear: right !important;
}

.projects .project-listing li.project-item
{
  float: left;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
ul.project-listing li.project-item .post-image img
{
  width: 100%;
  float: left;
}
body.term-hospital-institutional ul.project-listing li.project-item.long-image 
{
  background-position: top;
}
ul.project-listing li.project-item.small.wcImage
{
  position: absolute; 
  bottom: -75.8%; 
  left: 25%;
}
/* .term-commercial-mixed-use .projects ul.project-listing > li.medium.wcImage 
{
  margin-top: -20.6%;
} */
ul.project-listing .project-item .post-text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    background: rgba(0,0,0,0.3) !important;
    right: 0;
    opacity: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 0 20px;
}
ul.project-listing .project-item:hover .post-text-overlay 
{
  opacity: 1;
  visibility: visible;
}
ul.project-listing .project-item h3 
{
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}
ul.project-listing .project-item span
{
font-family: "Montserrat", Sans-serif;
line-height: 17px;
}

/** New **/

.page-template-news-listing .wc-news.wc-mobile-view 
{
  display: none;
}
.wc-news.wc-mobile-view .wc-news-slider {
  width: 100%;
}
.wc-news.wc-mobile-view .wc-news-slider i.slick-prev {
  left: -15px;
}
.wc-news.wc-mobile-view .wc-news-slider i.slick-next {
  right: -15px;
}
/* height: calc(100vh - 114px); */
ul.project-listing li.width-half-height-full 
{
    height: calc(100vh - var(--header-height));
    width: 50%;
}
ul.project-listing li.width-full-height-half
{
  width: 100%;
  height: calc(50vh - var(--half-header-height));
}
ul.project-listing li.width-half-height-half 
{
    height: calc(50vh - var(--half-header-height));
    width: 50%;
}
ul.project-listing li.width-fourth-height-half 
{
    height: calc(50vh - var(--half-header-height));
    width: 25%;
}
ul.project-listing li.width-full-height-half
{
  height: calc(50vh - var(--half-header-height));
  width: 100%;
}
ul.project-listing li.margin-top-min-fifty
{
    margin-top: calc(-1 * (50vh - var(--half-header-height)));
}
.clear-left
{
    clear: left;
}

/* 22 April 2025 */
.modal 
{
  display: none;
  position: fixed;
  z-index: 9999;
  /* padding-top: 50px; */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}
#wc-popup:has(iframe) .modal-content
{
  width: 95%;
}
#wc-popup .modal-content iframe {
  border: unset;
}
.modal-content 
{
  position: relative;
  margin: 20px auto;
  width: 80%;
  animation-name: animatetop;
  animation-duration: 0.4s
}
@-webkit-keyframes animatetop 
{
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop 
{
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}
.close {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-top: -30px;
  cursor: pointer;
}
#wc-popup .modal-body 
{
  margin: 2px 16px;
  height: auto;
  padding: 15px;
}
footer.site-footer
{
  width: 100%;
  float: left;
}
body .wc-home-slider .post-inner
{
  background: transparent !important;
}

/* home page style */
div.project-post-slider 
{
  padding: 0 !important;
  margin-bottom: 0px !important;
}
div.project-post-slider div.slider-section 
{
  /* height: 460px !important; */
  background-repeat: no-repeat;
  width: 100%;
  float: left;
  background-size: cover;
  background-position:center;
}

div.project-post-slider .slide-animation .slider-image
{
  animation: fadezoom 15s 0s forwards;
}
div.project-post-slider .slide-animation .slider-image img
{
  width: 100%;
}
.project-post-slider div.slider-section article {
  position: fixed;
  width: 80%;
  left: 1%;
  margin: 0 auto !important;
  color: #fff;
  bottom: 7%;
}

a.link-default.with-line-icon
{
  color: #fff;
  display: flex !important;
  font-family: "Montserrat", Sans-serif;
  letter-spacing: 1px;
}
span.line-100 
{
  width: 152px !important;
  display: block;
  height: 1px;
  background: #fff;
  margin: 12px 20px;
}
span.right-arrow {
    border: 2px solid #fff;
    width: 30px;
    height: 30px;
    font-size: 18px;
    border-radius: 50%;
    text-align: center;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
    line-height: 30px;
}

.project-post-slider div.slider-section article .wc-excerpt,
 .slide-text .wc-excerpt
{
  margin: 0 0 10px;
  font-size: 1.2rem;
  font-weight: bold;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
  font-family: "Montserrat", Sans-serif;
  letter-spacing: 1px;
}
.project-post-slider div.slider-section article .wc-sub-title h4,
 .slide-text .wc-sub-title h4
{
  margin: 10px 0;
  font-size: 1.4rem;
  font-weight: bold;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}

.project-post-slider div.slider-section article .wc-title h2,
 .slide-text .wc-title h2
{
  margin: 0 0 30px;
  font-size: 3.2rem;
  font-weight: bold;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
  letter-spacing: 1px;
}
div.project-post-slider ul.slick-dots,
.flex-control-nav
{
  position: absolute;
  bottom: 10%;
  text-align: right;
  padding: 5px;
  right: 7%;
  width: auto;
}
div.project-post-slider ul.slick-dots li button,
.flex-control-nav li
{
  border: 2px solid #fff;
  border-radius: 50%;
}
div.project-post-slider ul.slick-dots li button:hover 
{
  background: transparent;
}
div.project-post-slider ul.slick-dots li.slick-active button 
{
  background: #fff;
}
div.project-post-slider ul.slick-dots li.slick-active button::before
{
  content: unset;
}
@keyframes fadezoom 
{
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

/* Single project page style */
body.single-project .project-content .page-header, body:not(.single-news) #content .page-header 
{
  position: absolute;
  left: 4%;
  z-index: 1;
  margin-top: 4%;
  color: #fff;
}
section.related-project {
  width: 85% !important;
  margin: 0 auto !important;
  padding-bottom: 100px;
}
.related-project .related-image
{
  margin: 0px 10px;
}
.slick-arrow
{
  cursor: pointer;
}
.related-project .wc-related-project .slick-prev:before,
.related-project .wc-related-project .slick-next:before 
{
  color: #000;
  font-size: 30px;
}
.related-project .wc-related-project .slick-arrow,
.related-project .wc-related-project .slick-arrow,
.wc-news ul.news-listing .slick-arrow,
.wc-news ul.news-listing .slick-arrow,
#wc-popup.modal .modal-body .slick-arrow
{
  position: absolute;
  top: 50%;
}
#wc-popup.modal .modal-body .fa-angle-left.slick-arrow,
.related-project .wc-related-project .fa-angle-left.slick-arrow,
.wc-news ul.news-listing .fa-angle-left.slick-arrow
{
  right: 100%;
}
#wc-popup.modal .modal-body .fa-angle-right.slick-arrow,
.related-project .wc-related-project .fa-angle-right.slick-arrow,
.wc-news ul.news-listing .fa-angle-right.slick-arrow
{
  left: 100%;
}

/* News page style */
.wc-news ul.news-listing
{
  padding: 0;
}
.wc-news-section h2.news-category-title {
  color: #7A7A7A;
  width: 100%;
  margin-left: 10px;
}
.wc-news .news-item
{
  border: 2px solid #777576;
  margin: 10px;
  cursor: pointer;
  padding-bottom: 10px;
}
/* .wc-news .wc-news-fixed .news-item 
{
  padding-bottom: 23px;
} */
.wc-news-section .wc-news-wrapper .slick-prev 
{
  left: -37%;
}
.wc-news-section .wc-news-fixed .news-item {
  margin-right: -10px;
}
.wc-news .wc-news-fixed .news-item .extra-information {
  padding-top: 2px;
}

.wc-news .news-item p.date
{
  font-size: 14px;
  font-family: "Montserrat", Sans-serif;
  color: #7A7A7A;
}


.wc-news-section .wc-news .news-item img
{
  width: 100%;
/*   height: 350px; */
}
.wc-news-section .wc-news .news-item
{
  /* min-height: 570px; */
  /* height: 75vh; */
}
#wc-popup .modal-body .news-item .right p.date
{
font-size: 20px;
font-family: "Montserrat", Sans-serif;
}
#wc-popup .modal-body .news-item .right p.date span.month
{
font-size: 32px;
font-weight: bold;
margin: 0 10px;
}
#wc-popup .modal-body .news-item .left .post-image img
{
  width: 100%;
}
.wc-news .news-item .extra-information
{
  padding: 10px;
}
.wc-news .news-item .extra-information p, div#wc-popup .news-item .right .extra-information p
{
  margin-bottom: 0px;
}
.wc-news .news-item .extra-information p.headline {
  font-weight: 600;
  /* margin-bottom: 10px; */
  font-family: "Montserrat", Sans-serif;
  color: #7A7A7A;
  font-size: 15px;
  margin-top: 10px;
}
div#wc-popup .news-item .right .extra-information .headline
{
  font-weight: 400;
  margin: 10px 0;
  font-family: "Montserrat", Sans-serif;
color: #fff;
font-size: 20px;
}
/* div#wc-popup .news-item .right .extra-information .content
{
font-family: "Montserrat", Sans-serif;
color: #fff;
font-size: 14px;
line-height: 17px;
margin: 40px 0;
text-align: justify;
} */
.wc-news .news-item .extra-information .content
{
font-family: "Montserrat", Sans-serif;
color: #7A7A7A;
font-size: 14px;
line-height: 17px;
}
#wc-popup .modal-body .news-item .left {
  width: 43%;
  float: left;
  margin: 0px 3% 0px 2%;
}
#wc-popup .modal-body .news-item .right
{
  width: 52%;
  float: left;
  color: #fff;
  transform: translate(0%, 10%);

}
#wc-popup.modal .wc-read-more a.button 
{
  color: #fff;
  float: right;
  text-decoration: underline;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
}
#wc-popup.modal .slick-arrow:before
{
  color: #fff;
}

body.single-news .page-header, body.single-news .single-Image {
  text-align: center;
}

/* 23 April 2025 */

/* Awards page style */

.page-template-award-list .awards-area {
  width: 100%;
    float: left;
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
}

.awards-area .awards-listing-left
{
  width: 65%;
  float: left;
}
.awards-area .awards-listing-right 
{
  width: 33%;
    float: left;
    padding-right: 5%;
}
.awards-area .awards-listing-right h2.headline {
  color: #7a7a7a;
  border-bottom: 2px solid #7a7a7a;
  font-weight: 700;
  padding-left: 20px;
}

.awards-area .post-text-overlay h3 {
    font-size: 20px;
}
.awards-area .awards-listing-right .awards-details 
{
  display: none;
}
.awards-area .awards-listing-right .awards-details:first-child 
{
  display: block;
}
.awards-area .awards-details .wc-read-more a 
{
  color: #000;
  text-decoration: underline;
  width: 100%;
  float: left;
  text-align: right;
}
.awards-area .awards-listing-left .award-single .counting {
  color: #fff;
  position: absolute;
  top: 0;
  left: 10px;
}

.awards-area .awards-listing-left .award-single .post-text-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  display: none;
}
.awards-area .awards-listing-left .award-single:hover .post-text-overlay 
{
  display: block;
}

.awards-area .awards-listing-left .award-single:not(.special-box) {
  background: #000;
  cursor: pointer;
}

.awards-area .awards-listing-left .award-single:hover img {
  opacity: 0.2;
}
#wc-popup i.slick-prev {
  left: -10px;
}

/* Team Page Css */


body.page-template-teams-list .team-listing .team-item 
{
  position: relative;
  cursor: pointer;
  border: 1px solid #fff;
  width: 16.66%;
  float: left;
}
body.page-template-teams-list .team-listing .team-item .team-item-inner
{
  position: relative;
  margin-top: -7px;
}
body.page-template-teams-list .team-page-content 
{
  width: 95%;
  margin: 0 auto;
  color: #7f7f7f;
  padding: 25px 0px 15px 0px;
  font-family: "Montserrat", Sans-serif;
  font-weight: 400;
}
body.page-template-teams-list .team-page-content p.headline 
{
  font-size: 30px;
  font-weight: 600;
  color: red;
  margin:0;
}
body.page-template-teams-list .team-listing .team-item  .team-item-content p 
{
  margin: 0;
}
body.page-template-teams-list .team-listing .team-item .team-item-content
{
  visibility: hidden;
  color: #fff;
  text-align: center;
  width: 100%;
  float: left;
}
body.page-template-teams-list .team-listing .team-item .team-item-inner .team-item-content 
{
  visibility: visible !important;
}
body.page-template-teams-list .team-listing .team-item:hover .team-item-content
{
  visibility: visible;
}

body.page-template-teams-list .team-listing .team-item .team-item-image img
{
  width: 100%;
}

/* ////// */

body.page-template-teams-list .team-item:nth-child(2) .team-item-inner .team-item-content,
body.page-template-teams-list .team-item:nth-child(4) .team-item-inner .team-item-content
{
  position: absolute;
  bottom: 16px;
}
body.page-template-teams-list .team-item .team-item-content 
{
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 17px;
  /* background-color: #fff; */
}

body.page-template-teams-list .team-item:nth-child(2) .team-item-content,
body.page-template-teams-list .team-item:nth-child(4) .team-item-content
{
  bottom: 28%;
}

body.page-template-teams-list .team-item .team-item-image .overlay-area
{
  position: absolute;
  top: 0;
  bottom: 0;
  background: #00000059;
  width: 100%;
  display: none;
  height: 98.5%;
}
body.page-template-teams-list .team-item .team-item-inner .team-item-image .overlay-area 
{
  height: 95%;
}
body.page-template-teams-list .team-item:hover .overlay-area 
{
  display: block;
}

/* Team Page Css END*/

.row.wc-contact-us {
  width: 100%;
  float: left;
}

.row.wc-contact-us .wc-left
{
  width: 35%;
  float: left;
  margin: 0px;
}

.row.wc-contact-us .wc-right {
    margin-left: 5%;
    width: 60%;
    float: left;
}
.row.wc-contact-us .wc-submit .right 
{
  width: 50%;
  float: left;
}

.row.wc-contact-us .wc-submit .left
{
  width: 50%;
  float: left;
  text-align: right;

}
.row.wc-contact-us input, .row.wc-contact-us select
{
  border: unset;
  border-bottom: 2px solid #7a7a7a;
  background: transparent;
  color: #7a7a7a;
  border-radius: 0;

}

.row.wc-contact-us textarea
{
  border: 2px solid #7a7a7a;
  background: transparent;
  color: #7a7a7a
}


.row.wc-contact-us input:focus, .row.wc-contact-us select:focus, .row.wc-contact-us textarea:focus
{
  outline-color: #fff !important
}
.wc-submit .left input[type="submit"] {
    padding: 0px 15px;
    border: unset;
    font-size: 18px;
    color: #616161;
    font-weight: bold;
    font-family: "Montserrat", Sans-serif;
    position: relative;
}

.wc-locate-us .elementor-icon-box-content {
  float: left;
  width: 80%;
}

.wc-locate-us .elementor-icon-box-icon {
  float: left;
  width: 15%;
}
#wc-popup .modal-content iframe {
  width: 100%;
  height: 470px;
}

/**********  new  **********/
.page-header h1, .page-header span {
    text-shadow: 0px 2px 3px rgb(0 0 0) !important;
}

.related-image img 
{
  max-height: 240px;
  min-height: 240px;
  object-fit: cover;
}
.related-project h2 {
  text-align: center;
  font-size: 32px !important;
  margin-bottom: 30px;
  font-weight: 600;
  color: #7A7A7A;
  font-family: "Roboto", sans-serif;
}

.page-template-news-listing h1 {
    font-size: 55px;
    font-weight: bold;
    color: #7A7A7A;
    margin: 40px 0 20px 0;
    display: inline-block;
    width: 100%;
}
.page-template-news-listing {
    padding-bottom: 75px;
}
.page-template-award-list div#wc-popup .news-item .right .extra-information .headline
{
  font-size: 40px;
  font-weight: normal;
  line-height: 45px;
}
.page-template-award-list div#wc-popup .news-item .right .extra-information .date
{
  font-size: 20px;
  font-weight: bold;
  font-family: "Montserrat", Sans-serif;
}
.page-template-award-list .awards-listing-right h3.headline {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    padding-left: 30px;
}
.page-template-award-list .awards-listing-right .content
{
padding-left: 30px;
color: #7A7A7A;
}
.page-template-award-list #wc-popup .modal-body .news-item .left .post-image img
{
height: 480px;
}
.awards-area .awards-listing-left .award-single {
    /*width: 25%;*/
    float: left;
    position: relative;
    display: grid;
}
.awards-area .awards-listing-left .award-single-width-2
{
  /*width: 50%;*/
}
.awards-area .awards-listing-left .award-single.special-box
{
  display: flex;
  flex-direction: column;
}
.awards-area .awards-listing-left .award-single.special-box p
{
  margin-top: auto;
  margin-left: 5px;
}
a.work-btn {
    display: flex;
    font-family: "Montserrat", Sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}
a.work-btn:hover
{
  color: #fff;
}
p.parent-title {
    text-shadow: 1px 2px 1px rgb(0 0 0) !important;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 18px;
    font-family: "Montserrat", Sans-serif;
}
.page-id-75 h1.entry-title,
.page-id-70 h1.entry-title
{
  font-weight: bold;
  margin-top: 0px;

}
.page-id-80 h1.entry-title
{
 font-weight: bold;
text-shadow: none !important;
 color: #767173;
 margin-top: 0px;
}
.page-id-80 p.parent-title
{
  text-shadow: none !important;
 color: #767173;
}
.wc-submit span.right-arrow {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #838383;
}
.wc-submit span.wpcf7-spinner {
    display: none;
}
.wc-message label {
    color: #b8b5b5;
    padding: 20px;
    font-family: "Montserrat", Sans-serif;
}
.row.wc-contact-us input::placeholder, 
.row.wc-contact-us select
{
 color: #b8b5b5;    
 font-family: "Montserrat", Sans-serif;
}
.wc-locate-us
{
  font-family: "Montserrat", Sans-serif;
}
.wc-locate-us {
    font-family: "Montserrat", Sans-serif;
    margin-top: -34px;
    font-size: 14px;
    line-height: 15px;
}
.wc-locate-us a
{
  color: #616161;
  font-style: italic;
  text-decoration: underline;
}
.form-group.wc-contact-option a {
    color: #838383;
    line-height: 34px;
}
.form-group.wc-contact-option a {
    color: #838383;
    line-height: 34px;
}

.form-group.wc-contact-option a .fas {
    display: inline-block;
    margin-right: 4px;
}

i.fas.fa-at {
    margin-left: -8px;
    background: #ffffff;
    padding: 1px;
    border-radius: 50%;
}
span.wpcf7-form-control.wpcf7-acceptance label {
    display: flex;
    align-items: self-start;
    color: #838383;
    font-size: 14px;
    line-height: 20px;
}
.form-group.wc-contact-option {
    margin-top: 55px;
}
.row.wc-contact-us .wc-submit .right input[type="checkbox"] {
    margin-right: 10px;
    margin-top: 5px;
}
.wc-footer-area .e-con-inner {
    border-top: 2px solid #838383;
}

.wc-china-list ul li
{
  list-style-type: none;
}
body.search .page-header {
    width: 100%;
    position: relative !important;
    left: 0 !important;
    right: 0;
    margin-top: 10% !important;
}
body.search-no-results .page-header
{
margin-top: 20% !important;
}
body.search h1.entry-title {
    font-size: 40px;
    color: #000;
    font-weight: bold;
    text-align: center;
    width: 100%;
    text-shadow: none !important;
}
body.search h1.entry-title span
{
  text-shadow: none !important;
}
body.search-no-results .page-content p {
    text-align: center;
}
body.search-results .page-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 90%;
    margin: 0 auto;
}
body.search-results article.post {
    width: 32%;
    padding: 30px;
    border: 1px solid #ccc;
    margin: 20px 0;
}
body.search-results h2.entry-title a {
    font-size: 24px;
    font-weight: bold;
    color: #000;
}
body.search-results h2.entry-title
{
  margin-top: 0px;
}
body.search-results .page-content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.single-project .project-content .page-header h1 {
    font-weight: bold;
}
.team-listing h2.team-item-title {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}
.wc-news-section {
    padding: 20px 0;
}

/* Search page css */

body.search-results .pagination {
  margin: 20px 0px;
  display: flex;
  justify-content: center;
}

body.search-results .pagination .nav-previous a, body.search-results .pagination .nav-next a {
  color: #7a7a7a;
  margin: 10px 15px;
  font-size: 20px;
}

body.search-results .pagination .nav-previous .meta-nav, body.search-results .pagination .nav-next .meta-nav {
  font-size: 35px !important;
}

/* 15 May 2025 */

.wc-news-wrapper {
  display: flex;
  gap: 20px;
}

.wc-news-fixed {
  width: 25%;
  flex-shrink: 0;
  box-sizing: border-box;
}

.wc-news-slider {
  width: 75%;
}
body.single-project .wc-left-content ul {
  padding-left: 17px;
}

/* 26 May 2025 */

#wc-popup .modal-body .elementor-widget-container img
{
  width: 100%;
}
body .wc-footer-area a 
{
  color: #7A7A7A !important;
}
/**** FlexSlider Ken Burns Styles ****/
body.home {
    overflow-y: hidden !important;
}
.flexslider {
  height: calc(100vh - var(--header-height));
  overflow: hidden;
  border: none !important;
  margin: 0 !important;
  border-radius: 0px !important;
}

.slides {
  height: 100%;
  padding: 0;
}

.slides li {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.kenburns {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transform: scale(1.1);
  transition: transform 1s ease-out;
}

.wc-flexslider .slide-text {
    position: absolute;
    width: 80%;
    margin: 0 auto !important;
    color: #fff;
    bottom: 7%;
    left: 5%;
    animation: textFade 1.5s ease-out 1s forwards;
}
/* Dots Navigation */
.wc-flexslider .flex-control-nav {
  position: absolute;
    bottom: 10%;
    right: 7%;
    transform: translateY(-50%);
    display: block;
    z-index: 20;
    text-align: right;
}

.wc-flexslider .flex-control-nav li {
  list-style: none;
}

.wc-flexslider .flex-control-nav a {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: transparent;
  transition: all 0.3s ease;
  box-shadow: 0 0 0 2px transparent;
  font-size: 0px;
}

.wc-flexslider .flex-control-nav a:hover {
  background: #fff;
}

.wc-flexslider .flex-control-nav a.flex-active {
  background: #ffffff;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.6);
  transform: scale(1.1);
}

/* === Text Animation === */
@keyframes textFade {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* === Ken Burns Zoom/Pan Animations === */

/***** 1-aug-2025 *****/

.kenburns {
  width: 110%;
  height: 100%;
  position: absolute;
  top: 0;
  transform-origin: center center;
  overflow: hidden;
  will-change: transform;
  backface-visibility: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}

.kenburns-left {
  left: -5%;
  transform: scale(1.05) translateX(0%);
}

.kenburns-right {
  right: -5%;
  transform: scale(1.05) translateX(5%); 
}

.kenburns-zoom {
  left: 0;
  transform: scale(1.05);
}


@keyframes pan-left-right {
  0% {
    transform: scale(1.05) translateX(0%);
  }
  100% {
    transform: scale(1.05) translateX(5%);
  }
}

@keyframes pan-right-left {
  0% {
    transform: scale(1.05) translateX(5%);
  }
  100% {
    transform: scale(1.05) translateX(0%);
  }
}

@keyframes pan-zoom {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1.3);
  }
}


.animate-pan-left {
  animation: pan-left-right 10s ease-in-out forwards;
}

.animate-pan-right {
  animation: pan-right-left 10s ease-in-out forwards;
}

.animate-pan-zoom {
  animation: pan-zoom 10s ease-in-out forwards;
}

/******/
.animate-text {
  animation: textFade 1.5s ease-out 1s forwards;
}

/* 7 July 2025 */

body.single-news .page-header h1 
{
  display: none;
}

body.page-id-38 .container 
{
  width: 90%;
}

/* 19 July 2025 */

.extra-information .magazineImage {
  width: 25%;
  float: left;
}

.extra-information .contents {
  width: 74%;
  float: left;
  margin-left: 1%;
}

body.term-selected-work .small:nth-child(12),
body.term-selected-work .long-image:nth-child(15),
body.term-237 .small:nth-child(12),
body.term-237 .long-image:nth-child(15),
.term-interiors .project-listing .project-item.medium:nth-child(9)
{
  clear: right !important;
}
body.term-selected-work  ul li.medium.more-width-image,
body.term-237  ul li.medium.more-width-image
{
  width: 75%;
}  

body .modal-body .content-area {
    display: flex;
    align-items: center;
}
body #wc-popup .modal-area
{
  height: 100%;
  overflow-y: hidden;
  display: flex;
  align-items: center;
}
.wc-projects-category .category-item .category-thumbnail
{
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
}
.wc-projects-category .category-item .category-thumbnail.image-1
{
  background-position: right bottom;
}
.wc-projects-category .category-item .category-thumbnail.image-2
{
  background-position: left bottom;
}
.wc-projects-category .category-item .category-thumbnail.image-3
{
  background-position: left bottom;
}
body .wc-projects-category .project-categories-grid {
    background-image: url(https://newspace.dreamhosters.com/wp-content/uploads/2025/04/Slide-1-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.wc-projects-category .category-item .category-thumbnail h3
{
color: white; 
text-shadow: 2px 2px 4px rgba(0,0,0,0.5); 
font-size: 24px; 
margin-top: 100%;
}
.tax-project_cat p.wcno-posts {
  text-align: center;
  margin-top: 15%;
}
/* === Responsive Text === */
@media (max-width: 768px) {
  body .wc-flexslider .slide-text {
    font-size: 1.2rem;
        bottom: 10%;
        left: 5%;
        width: 100%;
        padding: 8px 12px;
        margin: 20px 0 !important;
        border-left: 4px solid #fff;
  }
  .wc-flexslider .flex-control-nav {
    position: absolute;
    bottom: 40px;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    z-index: 20;
    text-align: center;
  }
  .slide-text .wc-title h2 {
    margin: 0 0 10px;
    font-size: 2.2rem;
  }
}
/**** end here ****/


/***** Award Page css *****/

.awards-listing-left.left-grid {
  width: 70%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  gap: 0;
  height: 100%;
}
.item.award-single {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.awards-area.container {
  display: flex;
  height: calc(100vh - 117px);
  overflow: hidden;
}

.award-single img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.awards-area .awards-listing-left .award-single .post-text-overlay:hover
{
    visibility: visible;
    display: flex;
}
.award-single .post-text-overlay h3 {
  font-size: 18px;
  margin: 0;
  padding-bottom: 5px;
}
.award-single .post-text-overlay span {
  font-size: 14px;
  opacity: 0.9;
}
.award-single .number {
 position: absolute;
    top: 8px;
    left: 8px;
    color: #fff;
    z-index: 3;
    font-size: 1.75rem;
}
.award-single-width-2.wide {
   grid-column: span 2; 
}
.award-single-height-2.tall {
   grid-row: span 2; 
}
.special-box.full {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-weight: bold;
  font-size: 16px;
  height: 100%;
}
.awards-listing-right.right-content {
  width: 30%;
  padding: 30px;
  background: #fff;
  overflow-y: auto;
}
.awards-details h2 {
  font-size: 20px;
  margin: 0 0 10px;
  border-bottom: 2px solid #333;
}
.awards-details h3 {
  font-size: 16px;
  margin: 15px 0 5px;
}
.awards-details p {
  font-size: 13px;
  color: #444;
  line-height: 1.5;
}
.wc-read-more a {
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

/*** End here ***/

#wc-project-categories-menu .current-menu-item ul.sub-menu {
    background: transparent !important;
}
i.slick-arrow:before {
    display: none;
}
.wc-social-icon .heateor_sss_sharing_ul {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}