/*
Theme Name: Sydney Child
Template: sydney
*/

@import url('../sydney/style.css');

/* Add your custom CSS below */

body h1, body h2, body h3{
  font-family: sans-serif;
}
body h1 strong, body h2 strong, body h3 strong{font-weight:900}
body h2{font-size:44px;font-weight:900;letter-spacing:-2px}

.sydney-dropdown .sydney-dropdown-ul .sydney-dropdown-li a{
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 18px; color:#00538f;
  text-transform: uppercase;
}

.shfb.has-sticky-header .header-search-form{
  background-color:#dbdbdb;
  background-image: url('../../../wp-content/uploads/2026/03/hatched-background.svg');
  background-size: cover; background-position: 50%;
}
.header-search-form form{ align-items:center; gap:20px; }
body .header-search-form form .search-field{
  outline: none; border: none; border-bottom: 1px solid #000; background: transparent;
  color:#000;	
}
body .header-search-form form input[type="submit"]:hover{color:#000;border-color:#000}
.orange-text{}
.footer-widget .textwidget h4{
  font-family: "Roboto Condensed", sans-serif;
  font-size:26px;font-weight:700;text-transform:capitalize;color:#fff;
}

.shfb-footer .shfb-row.shfb-cols-layout-bigleft.shfb-cols-4{
  /* grid-template-columns: 3fr 3fr 3fr; grid-auto-flow: dense; */
}
body.sticky-header-active .shfb.has-sticky-header.sticky-row-main-header-row .sticky-active{
  background:#F5F7FA;
}

body div .btn{
  font-family: sans-serif; font-weight: 700; font-size: 22px;
  background-color: transparent; padding:17px 1.5em;
  border: 2px solid #00538f; box-shadow: none;
  border-radius: 50px; color: #00538f; 
}
body div .btn2{
  background-color: #00538f; color: #ffffff;
}

body div .shfb-main_header_row{transition:all 0.5s ease}
.same-line-btn br{display:none}
.same-line-btn p .btn + .btn{margin-left:20px}
.fa-ul span.fa-li{left:-40px}
.fa-ul span.fa-li i{
	font-style: normal;
    font-size: 20px;
    line-height: 1;
    color: #fff;
}

body div .btn:after{ 
  content: "\f105";	display: inline-block;
  text-rendering: auto; -webkit-font-smoothing: antialiased;
  font: normal 900 1em/1 "FontAwesome";
  opacity: 1; font-size: 26px;
  color: #00538f;  margin-left: 18px;
  transition: all 0.5s ease-in-out;
  vertical-align: text-top;	
}
body div .btn.btn2:after{color:#fff;}
body div .btn:hover:after{transform: translateX(10px);}

body .blue-h2-strong h2 strong{color:#00538f}
body .white-h2-strong h2 strong{color:#fff}

body div .underline-btm .wpb_wrapper{position:relative}
body div .underline-btm .wpb_wrapper:after{
  content:''; position:absolute; left:0; top:calc(100% + 10px);
  width:320px; height:20px; background:#00538f;
}
.hatched-background:after, .hatched-background:before {
    content: "";
    left: 0;
    width: 100%;
    height: 500px;
    position: absolute;
}
.hatched-background:after{
  background: linear-gradient(180deg, rgba(64, 64, 65, .25), rgba(64, 64, 65, 0));
}
.hatched-background:before{
  background: linear-gradient(180deg, rgba(64, 64, 65, 0), rgba(64, 64, 65, .25));
}

body .fa-li{font-family: 'FontAwesome';}
.marki{ overflow: hidden; width: 100%; padding: 20px 0;}
.marki .wpb_wrapper > p{
  display:flex; width: max-content; animation: scrollLogos 25s linear infinite;
}
.marki .wpb_wrapper > p img {
  width:155px; height:auto; margin:0 30px; object-fit: contain; transition: 0.3s; max-height:100px;
}
@keyframes scrollLogos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.cstm-grid .vc_gitem_row.vc_row.vc_gitem-row-position-top,
.cstm-grid .vc_gitem_row.vc_row.vc_gitem-row-position-middle,
.hm-post-grid .vc_gitem_row.vc_row.vc_gitem-row-position-top,
.hm-post-grid .vc_gitem_row.vc_row.vc_gitem-row-position-middle{
  position:relative;left:0;top:0;right:unset;bottom:unset;
  transform:unset;
}

.hm-post-grid .vc_pageable-slide-wrapper{
  display: grid;
  grid-template-columns: 1fr 1fr;   /* 50% - 50% */
  grid-template-rows: 1fr 1fr;      /* equal height rows */
  gap:30px;
}
.hm-post-grid .vc_pageable-slide-wrapper > .vc_grid-item{
  display: flex;
  align-items: center;
  justify-content: center;
}
.hm-post-grid .vc_pageable-slide-wrapper > .vc_grid-item:first-child{
  grid-area: 1 / 1 / 3 / 2; /* left full height */
  width: 100%;	
}
.hm-post-grid .vc_pageable-slide-wrapper > .vc_grid-item:nth-child(2){
  grid-area: 1 / 2 / 2 / 3;
  width: 100%;	
}
.hm-post-grid .vc_pageable-slide-wrapper > .vc_grid-item:nth-child(3){
  grid-area: 2 / 2 / 3 / 3;
  width: 100%;	
}

.hm-post-grid .vc_figure,
.hm-post-grid .vc_single_image-wrapper,
.hm-post-grid .vc_single_image-img{
  width:100%; height:282px; object-fit:cover; transition:all .3s ease-in-out; overflow: hidden;
}
.hm-post-grid .vc_gitem-zone .vc_gitem-link.vc-zone-link:hover + .vc_gitem-zone-mini .vc_single_image-img{transform:scale(1.05);}

.hm-post-grid .vc_gitem-row-position-top .vc_col-sm-12{padding:0 !important}
.hm-post-grid .vc_gitem-row-position-top .wpb_single_image{margin:0 !important}

.hm-post-grid .vc_pageable-slide-wrapper > .vc_grid-item:first-child .vc_gitem-row-position-middle{
  background:#00538f; color:#fff;
}
.hm-post-grid .vc_pageable-slide-wrapper > .vc_grid-item .vc_gitem-row-position-middle .vc_gitem-col{
  padding:3.15em;
}
.hm-post-grid .vc_gitem-post-data-source-post_title h3{
  margin-top:0 !important; font-weight:900; letter-spacing:-1px; color:#fff; line-height:1.3;
}
.hm-post-grid .hm-post-date p{font-size:24px}
.hm-post-grid .post-btn{margin-bottom:0.5rem !important;}
.hm-post-grid .post-btn .vc_btn3{
  font-family: sans-serif; font-weight: 700; font-size: 22px;
  background-color:transparent !important; padding: 17px 1.5em;
  border: 2px solid #ffffff; border-radius: 50px;
  box-shadow: none; color:#fff !important; margin-bottom:20px;
}
.hm-post-grid .post-btn .vc_btn3:hover{border: 2px solid #ffffff;}
.hm-post-grid .post-btn .vc_btn3 .vc_btn3-icon{
  font-size: 26px; transition: all 0.5s ease-in-out;
}
.hm-post-grid .post-btn .vc_btn3:hover .vc_btn3-icon{transform:translate(10px, -7px);}
.hm-post-grid .vc_gitem-link.vc-zone-link{bottom:50% !important}

.hm-post-grid .vc_pageable-slide-wrapper > .vc_grid-item:nth-child(2) .vc_gitem-zone-mini,
.hm-post-grid .vc_pageable-slide-wrapper > .vc_grid-item:nth-child(3) .vc_gitem-zone-mini{
  display:flex; align-items:flex-start;
}

.hm-post-grid .vc_pageable-slide-wrapper > .vc_grid-item:nth-child(2) .vc_gitem-zone-mini .vc_gitem-row-position-top,
.hm-post-grid .vc_pageable-slide-wrapper > .vc_grid-item:nth-child(3) .vc_gitem-zone-mini .vc_gitem-row-position-top{
  flex: 0 0 33.33%;
}
.hm-post-grid .vc_pageable-slide-wrapper > .vc_grid-item:nth-child(2) .vc_gitem-zone-mini .vc_gitem-row-position-middle,
.hm-post-grid .vc_pageable-slide-wrapper > .vc_grid-item:nth-child(3) .vc_gitem-zone-mini .vc_gitem-row-position-middle{
  flex: 0 0 66.66%; background:#f5f7fa;
}
.hm-post-grid .vc_pageable-slide-wrapper > .vc_grid-item:nth-child(2) h3,
.hm-post-grid .vc_pageable-slide-wrapper > .vc_grid-item:nth-child(3) h3{color:#233452}

.hm-post-grid .vc_pageable-slide-wrapper > .vc_grid-item:nth-child(2) .vc_gitem-post-data-source-post_excerpt,
.hm-post-grid .vc_pageable-slide-wrapper > .vc_grid-item:nth-child(3) .vc_gitem-post-data-source-post_excerpt{
  display:none
}

.hm-post-grid .vc_pageable-slide-wrapper > .vc_grid-item:nth-child(2) .vc_general.vc_btn3,
.hm-post-grid .vc_pageable-slide-wrapper > .vc_grid-item:nth-child(3) .vc_general.vc_btn3{
   border-color:#233452; color:#233452 !important; margin-bottom:10px;
}

.shfb-row-wrapper.shfb-main_header_row.shfb-sticky-header.sticky-active,
.shfb-sticky-header.sticky-active .shfb-component-logo .site-logo,
.shfb-header .shfb-sticky-header.sticky-active .shfb-component-logo{transition:height 0.1s ease}

.post-img{margin-bottom:0 !important}
.post-img .vc_figure{
  width:100%; height:282px;
}
.post-img .vc_figure *{
  width:100%; height:100%; object-fit:cover;
}

.cstm-grid .vc_gitem_row .vc_gitem-col{padding:0}
.cstm-grid .vc_gitem-row-position-middle{background:#00538f !important; color:#fff; padding:3.15em; min-height:454px}
.cstm-grid .post-title h3{margin-top:0 !important;color:#fff;line-height:1.3;}
.cstm-grid .post-date p{font-size:24px}
.cstm-grid .post-btn{margin-bottom:0 !important}
.cstm-grid .post-btn .vc_general.vc_btn3{
  font-family: sans-serif; font-weight: 700; font-size: 22px;
  background-color: transparent !important; padding: 17px 1.5em;
  border: 2px solid #ffffff; border-radius: 50px; box-shadow: none;
  color: #fff !important; white-space: nowrap;
}
body div .cstm-grid .post-btn .vc_general.vc_btn3 .vc_btn3-icon{right:30px;transition:all 0.5s ease-in-out;}
body div .cstm-grid .post-btn .vc_general.vc_btn3:hover .vc_btn3-icon{
  transform: translate(10px, -7px);
}

body .new-page-header{padding:70px 0 65px;background:#00538f;margin-bottom:75px}
body .new-page-header h2{margin-top:0 !important;line-height:1;padding-bottom:5px;color:#fff}
body div .new-page-header .underline-btm .wpb_wrapper:after{background:#a6a6a6}
.site-logo, .shfb-component-logo .site-logo{transition: 1s ease;}

.shfb-row-wrapper.shfb-main_header_row.shfb-sticky-header{
  box-shadow:0 0 3px rgb(0 83 143 / 58%);
}

body div .contact-div{
  display: flex; flex-wrap: wrap; padding:30px 20px 20px;
  box-shadow: 0px 0px 10px #f2f2f2; background-color:#fff;
}
.contact-div div input{width:100%}
.contact-div div input[type="submit"]{width:auto;font-size:22px;
  padding:17px 1.5em; color:#00538f; border-width:2px; transition:all .3s ease;
}
.contact-div div input[type="submit"]:hover{color:#fff;background:#00538f;}

.full-img *{width:100%;height:auto;object-fit:cover;}
.bdr-btm{position:relative}
.bdr-btm:after {
  content:''; width: 300px; height: 20px; background: #00538f; 
  position: absolute; top: calc(100% - 10px); left: 0;
}
.single-post > div > .page-wrap,
.single-project > div > .page-wrap{padding-top:0;padding-bottom:0}
.single .content-area .hentry{margin-bottom:0}

body div .proj-label-para h4{ font-family:sans-serif; font-size:22px; font-weight:800;
  margin-top:12px !important; color:#fff; margin-bottom:10px !important
}
body div .proj-label-para p{color:#fff; font-size:22px}

body.single-project #primary.col-md-9{width:100%}
.proj-ra8-para > .vc_column-inner > .wpb_wrapper{padding:30px 50px;background-color:#f5f7fa;}

article.type-page .entry-footer{margin-bottom:0}

.project-dtl-head{
  height:calc(100vh - 72px); width:100%;
  display: flex; align-items: flex-start; flex-wrap: wrap;
  flex-direction: column; justify-content: center; padding:0 15px;
}
.project-top-img{
  position:absolute; left:0; z-index: -1;
  width:100%; height:calc(100vh - 72px);
  background-attachment:fixed; background-position:center;
  background-repeat:no-repeat; background-size:cover;
}
.project-top-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.1); /* dark overlay */
}
.project-dtl-head h2{margin-bottom:0px}
body div .breadcrumb{margin-top:60px;color:#fff;}
body div .breadcrumb a{color:#fff;}

.fullwidth-custom{position:relative;margin-bottom:80px}
.fullwidth-custom:before{
  content: ''; display: block; width: 50vw; height: 100%; background:#00538F;
  position: absolute; left: 0; top: 0; z-index: -1;
  transform: translateX(-50%);  
}
.fullwidth-custom:after{
  content: ''; display: block; width:50vw; height: 100%; background:#00538F;
  position: absolute; right: 0; top: 0; z-index: -1;
  transform: translateX(50%);  
}
.blue-bg{background-color:#00538F !important;}
.pad-60-70{ padding-top:60px !important; padding-bottom:70px !important;}

.single-project > div > .page-wrap{overflow-x:hidden}

.proj-dtl-points{display:flex;flex-wrap:wrap;gap:30px 0}
.pdp-li{display:flex;color:#fff;flex:0 0 50%}
.pdp-li .pdp-icon{flex:0 0 25%;font-size:2.15em!important;text-align: center;}
.pdp-li .pdp-data{flex:0 0 75%;}
.pdp-title h4{
  color:#fff;margin-top:12px;font-family: sans-serif;
  font-size: 22px; font-weight: 800; margin-top: 12px !important;
  margin-bottom:5px !important;
}
.pdp-value{font-size:22px;}

.fa, .fas {
    font-weight: 900;
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}
.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
body div .d-none{display:none !important}

body .footer-widget ul.menu{list-style-type:none; padding-left:10px}

.footer-html img{filter:brightness(0) invert(1);}

@media (max-width:1200px){
  body .same-line-btn p .btn{display:inline-block;white-space:nowrap;}
  body .same-line-btn p .btn + .btn{margin:10px 0 !important;}
  body div .btn{display:inline-block}
}
@media (min-width:992px){
  .shfb-row-wrapper.shfb-main_header_row.shfb-sticky-header.sticky-active{min-height:68px}
  .shfb-sticky-header.sticky-active .shfb-component-logo .site-logo{height:56px;}
  .shfb-header .shfb-sticky-header.sticky-active .shfb-component-logo{padding:8px 0 8px 0}
  .full-img *{min-height:575px}	
  .vc_images_carousel { height: 500px !important; }

}
@media (max-width:991px){
  body .hm-post-grid .vc_pageable-slide-wrapper{display:flex;flex-wrap:wrap}
  .vc_images_carousel { height:205px !important; }
  .vc_images_carousel .vc_carousel-control .icon-next, .vc_images_carousel .vc_carousel-control .icon-prev{
	margin-top:-17px !important;
  }
}
@media (max-width:768px){
  body div .same-line-btn p .btn + .btn{margin:0 20px !important;}
}
@media (max-width:551px){
  body div div .same-line-btn p .btn + .btn{margin:20px 0 0 0 !important;}
  body .shfb-footer .shfb-main_footer_row .shfb-column-1{align-items:center;padding-top:40px}
  body .pdp-li{flex:0 0 100%}
  #custom_html-2 .social-links{padding-left:10px}
}

.social-links a {
    font-size: 30px;
    margin-right: 14px;
}

.vc_gitem-row-position-middle .post-client{margin-bottom:10px}
.vc_gitem-row-position-middle .post-client .vc_gitem-post-meta-label{padding-right:3px}

.vc_acf.acf-client{font-weight:700}
.vc_acf.acf-client span{font-weight:500}

body .vc_images_carousel .vc_left.vc_carousel-control,
body .vc_images_carousel .vc_right.vc_carousel-control{opacity:1;}
.vc_left.vc_carousel-control .icon-prev,
.vc_right.vc_carousel-control .icon-next{
  font-size:42px; color:#fff; font-weight:900;
}

.vc_images_carousel .vc_carousel-inner,
.vc_images_carousel .vc_carousel-slideline,
.vc_images_carousel .vc_carousel-slideline-inner,
.vc_images_carousel .vc_item,
.vc_images_carousel .vc_inner,
.vc_images_carousel .vc_item a {
  height: 100% !important;
}

.vc_images_carousel .vc_item {
  overflow: hidden;
}

.vc_images_carousel .vc_item a {
  display: block;
  width: 100%;
  height: 100%;
}

.vc_images_carousel .vc_item img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
}

.vc_images_carousel .vc_carousel-control {
  width: 60px;
  height: 60px;
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.vc_images_carousel .icon-prev,
.vc_images_carousel .icon-next {
  font-size: 30px !important;
  color: #fff;
}

body .vc_grid-filter.vc_grid-filter-color-blue>.vc_grid-filter-item{padding-left:20px;padding-right:20px}
body .vc_grid-filter.vc_grid-filter-color-blue>.vc_grid-filter-item.vc_active,
body .vc_grid-filter.vc_grid-filter-color-blue>.vc_grid-filter-item:hover{background:#00538f;}