@import url("https://use.typekit.net/hmo3hmi.css");

body{
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 26px;
	font-family: "brother-1816", sans-serif !important;
   font-weight: 400;
   color: #636363;

}
 .wrapper {
      display: flex;
      flex-direction: column;
      height: 100vh;
	 background: #003F53;
    }
h1, h2, h3, h4, h5, h6{
	font-family: "brother-1816", sans-serif !important;	
}

header {
    color: #fff !important;
    padding:30px 50px 20px;
   
 
}
header h1 {
    color: #fff !important;
    font-family: "brother-1816", sans-serif;
}
.logo{
	text-align: center;
}

    .gallery-section {
      flex: 1;
      height: 100vh;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
      gap: 20px;
      padding: 20px 20px;
  
      overflow-y: auto;
    }

    .gallery-item img {
      width: 100%;
      height: 100%;
      display: block;
		    object-fit: cover;
      border-radius: 20px;
    }
.gallery-item{
	position: relative;
	 border-radius: 20px;
	overflow: hidden;
}
.gallery-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	 transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
	background: rgba(0, 0, 0, 0.4);
		box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
	transition: 0.7s;
}
.gallery-item:hover .overlay{
	background: rgba(235, 91, 37, 0.8);

	opacity: 1;
}
.gallery-heading h2{
	color: #fff;
	letter-spacing: 12.15px;
	font-size: 27px;
	line-height: 35px;
	font-weight: 800;
	 text-transform: uppercase;
}
.fillter-section img {
    width: 40px;
    margin-left: 15px;
}

/*
.gallery-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 20px;
    padding: 20px;
}
*/


/*
.gallery-container {
    flex: 1;
    height: 100vh;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 20px;
    padding: 20px 20px;
    overflow-y: auto;
}
*/

.gallery-container {
        display: flex;
    flex-wrap: wrap;
	 white-space: nowrap;
    align-content: flex-start;
    height: 100vh;
    padding: 20px;
    gap: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    width: 100%;
	-webkit-overflow-scrolling: touch;
    box-sizing: border-box;
}
.gallery-container > * {
 flex: 0 0 calc(33.66% - 20px); 
    height: calc(50% - 10px); 
    box-sizing: border-box;
}

.fillter-section a{
	text-decoration: none;
}
.gallery-block img {
    max-width: 100%;
    width: 100%;
    border-radius: 20px;
    height: 100%;
}
 .filter-box {
      margin-bottom: 20px;
    }

.eee-image {
  float:left;
  display:block;
	position: relative;
	
}
.fillter-section {
    display: flex;
    justify-content: end;
}
.eee-image a
{
  display: block;
}
/* .dropdown {
  float:left;
  margin:15px;
} */
.eee-image__dropdown {
/*   display:none; */
  position: absolute;
  background-color: rgba(235, 91, 37, 1);
  min-width: 475px;
  overflow: hidden;
  z-index: 1;
	right: 112px !important;
	top: 120px !important;
	left: auto !important;
}
.eee-image__dropdown a {
  padding: 12px 16px;
  color: #336699;
  text-decoration: none; 
  display: block;
}
.eee-image__dropdown a:hover {
  background-color: #336699;
  color: #fff;
}
.show {
  display:block;
}
.category h1 {
    font-size: 45px;
    font-weight: 800;
    line-height: 52px;
	margin: 0;
}
.detail-section {

    padding: 20px;
}
.main img{
	max-width: 100%;
	border-radius: 20px;
}
img{
	max-width: 100%;
}
.detail-wrapper{
height: auto;
}
.gallery-detail a {
    text-decoration: none;
    font-size: 20px;
    letter-spacing: 2.1px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 500;
}
.gallery-detail span{
	color: #FFFFFF;
	padding: 0px 5px;
	display: inline-block;
}
.gallery-detail{
	max-width: 500px;
	
}
.main {
    margin-right: 25px;
}
.gallery-detail h3{
	color: #fff;

	font-family: "brother-1816", sans-serif !important;
}
.gallery-detail p{
	color: #fff;
	    font-weight: 200;
}

.gallery-detail ul li{
	color: #fff;
	    font-weight: 200;
	margin: 5px 0px;
}

.btn-gallery a {
    background: #EB5B25 0% 0% no-repeat padding-box;
    border-radius: 15px;
    letter-spacing: 2.1px;
    padding: 18px 30px;
    font-size: 18px;
    display: inline-block;
}
.mt-35{
	margin-top: 35px;
}
/****gallery-third**/
  .gallery-containernew {
      display: flex;
      flex-direction: row;
      overflow-x: auto;
      overflow-y: hidden;
      gap: 20px;
      padding: 20px;
      height: 100vh;
      scroll-behavior: smooth;
      -webkit-overflow-scrolling: touch;
      box-sizing: border-box;
    }

    .column {
      display: flex;
      flex-direction: column;
      gap: 20px;
      flex: 0 0 450px; /* Width of each column */
    }

    .column > div {
      height: calc(28vh - 30px); 
    }
/****gallery-third**/

.checkbox-dropdown {
    position: relative;
    user-select: none;
}


.checkbox-dropdown-list {
    list-style: none;
    margin: 0;
    padding: 10px 20px 20px;
    background: #EB5B25;
    min-width: 300px;
    position: absolute;
    top: 42px;
    border: inherit;
    border-top: none;
    left: auto;
    right: 0;
    opacity: 0;
	 z-index: 9;
    transition: opacity 0.4s ease-in-out;
    pointer-events: none;
}
.is-active .checkbox-dropdown-list {
    opacity: 1; /* display the dropdown */
    pointer-events: auto; /* make sure that the user still can select checkboxes */
}

.checkbox-dropdown-list li {
  display: flex;
	    padding: 6px 0px;
  align-items: center;
}

.checkbox-dropdown-list li.actions {
    display: flex;
    justify-content: left;
    margin: .25em auto;
}

.checkbox-dropdown-list li label {
    display: block;

    font-weight: 200;
    transition: all 0.2s ease-out;
}
.checkbox-dropdown-list input{
background: transparent !important;
}
.checkbox-dropdown-list input[type="checkbox"] {
    height: 22px;
    width: 22px;
	margin-right: 5px;
	background: transparent !important;
}

/***-6-13-2025***/
html {
  scroll-behavior: smooth;
}
.fillter-section a {
    text-decoration: none;
    color: #fff;
    text-decoration: none;
    font-weight: 200;
    font-size: 16px;
}
.checkbox-dropdown .eee-image__image{
	cursor: pointer;
}
.wrapper-single{
	overflow: hidden;
	       
}
.wrapper-single .main img {
    max-width: 100%;
    border-radius: 20px;
    max-height: 80vh;
    object-fit: cover;
    width: 100%;
}
.wp-singular{
	 display: flex;
      flex-direction: column;
      height: 100vh;
      width: 100vw;
}
.checkbox-dropdown img{
	filter: brightness(92.5);
}
.checkbox-dropdown.is-active img{
	    filter: invert(0) !important;
}
/***-6-13-2025***/
/* New Our Brand Page */
.pdtb-200{
padding: 200px 0px;	
}
.pdtb-85{
padding: 85px 0px;
}
.pdt-85{
padding-top: 85px;
}
.pdb-85{
padding-bottom: 85px;
}
.new-area{
background: #003F53;
}
.lifestyle h1 {
    font-size: 72px;
    font-weight: 800;
    line-height: 82px;
    color: #FFFFFF;
}
.lifestyle {
    max-width: 1010px;
    text-align: center;
}
.finish {
    max-width: 626px;
    text-align: center;
    margin: 0 auto;
    font-size: 24px;
    line-height: 34px;
}
.new-design {
    background-image: url(../img/patio-grande-48.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0px 30px 0px;
    border-radius: 15px;
    position: relative;
   padding: 300px 0px;
}
.overlay-a {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(179deg, rgb(235 91 37 / 47%) 0%, rgb(0 0 0 / 60%) 72%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 15px;
}
.lifestyle {
    position: relative;
}
.super-heading h2 {
color: #FFFFFF;
font-size: 52px;
line-height: 62px;
font-weight: 800;
}
.trust-list .icon-list:last-child hr{
	display: none;
}

.test-heading {
color: #EB5B25;
}
.spaces {
    max-width: 550px !important;
}
.icon-area img {
    margin-right: 14px;
    max-width: 100%;
}
.full-projuct {
    width: 100%;
}
.icon-list {
    display: flex;
    align-items: center;
    gap: 15px 20px;
    padding: 0px 0px 0px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.trust-list {
    padding-left: 50px;
}
.full-projuct p {
    font-size: 20px;
    color: #EB5B25;
    font-weight: 500;
    line-height: 30px;
   
}
.full-projuct hr{
	margin: 10px 0px 0px;
	background: rgb(255 255 255 / 100%);

}
.super-heading {
    text-align: center;
    margin-bottom: 50px;
}
.build-patios {
    background-image: url(../img/verandah-patio-grande-49.jpg);
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
    position: relative;
    margin: 0px 30px;
    border-radius: 15px;
}
.wetrust {
    max-width: 820px;
    margin: auto;
    margin-bottom: 50px;
}
.everythings {
    max-width: 750px;
    text-align: center;
    margin: 0 auto;
}
/*.everythings p{
	font-size: 24px;
	color: #FFFFFF;
	line-height: 30px;
}*/
.counter-item h3 {
    font-size: 120px;
    line-height: 95px;
    color: #FFFFFF;
    font-weight: 800;
}
.counter-item{
text-align: center;
}
.detail-list {
    margin-top: 100px;
}
.border-list::after {
    position: absolute;
    width: 1px;
/*    height: 70%;*/
    background: #FFFFFF;
    bottom: -87px;
	left: auto;
	right: auto;
    content: '';
	top: calc(100% + 17px);
}
.border-list {
    position: relative;
}
/*.detail-list strong {
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    color: #FFFFFF;
}*/

.testimonial-area{
background-image: url(../img/patio-allure-06.jpg);
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
    position: relative;
        margin: 0px 30px 30px;
    border-radius: 15px;
}
.everythings p:last-child{
	margin-bottom: 0px;
}

.patiotext  p {
    font-family: "brother-1816", sans-serif !important;
    font-style: italic;
    font-weight: 200;
    font-size: 24px;
    line-height: 34px;
}


.testimonial-area .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -100px;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
}
.testimonial-area .testimonial-content {
    max-width: 670px;  
}
.counter-list{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px 40px;
}
 .testimonial {
      background: linear-gradient(90deg, rgba(11,76,95,0.82) 0%, rgba(242,101,34,0.18) 100%), url('https://images.unsplash.com/photo-1502082553048-f009c37129b9?auto=format&fit=crop&w=900&q=80') center/cover no-repeat;
      min-height: 260px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      box-shadow: 0 8px 32px rgba(0,0,0,0.13);
    }
    .testimonial-content {
      text-align: center;
      color: var(--white);
      padding: 2.2rem 2rem 2rem 2rem;
/*      background: rgba(0,0,0,0.28);*/
      border-radius: 14px;
      max-width: 650px;
      margin: 0 auto;
/*      box-shadow: 0 2px 12px rgba(0,0,0,0.10);*/
    }
    .testimonial-content h2 {
      font-size: 1.85rem;
      font-weight: 700;
      margin-bottom: 1.1rem;
      letter-spacing: 0.2px;
    }
    .testimonial-content span {
      color: var(--accent);
    }
    .stars {
      color: #f26522;
      font-size: 1.7rem;
      margin-bottom: 0.7rem;
      display: flex;
      justify-content: center;
      gap: 0.15rem;
      letter-spacing: 0.18em;
      text-shadow: 0 2px 8px rgba(0,0,0,0.10);
    }
    .stars svg {
      width: 1.5em;
      height: 1.5em;
      fill: #f26522;
      display: inline-block;
    }
    .carousel-indicators [data-bs-target] {
      background-color: #f26522;
      width: 11px;
      height: 11px;
      border-radius: 50%;
      opacity: 0.5;
      margin: 0 0.2rem;
      transition: opacity 0.18s;
    }
    .carousel-indicators .active {
      opacity: 1;
    }

.page-id-6053 {
    width: auto;
}
.spaces p{
	font-weight: 200;
}
.detail-list p{
	font-weight: 200;
}
.everythings p {
    border-bottom: 1px solid rgba(235, 91, 37, 0.4);
    padding-bottom: 20px;
    font-weight: 200;
}
.everythings p:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}
.everythings b, strong {
    font-weight: 700;
}

.detail-list p {
    font-weight: 200;
    max-width: 222px;
    margin: 14px auto 0;
}
.detail-list p:first-child{
	margin-top: 0;
}

.expo-heading  h2.elementor-heading-title {
    font-weight: 800;
    font-family: "brother-1816", sans-serif !important;
}

.welcome-advanced h2.elementor-heading-title a span{
    color:#EB5B25;
}





  @media(min-width: 320px) and (max-width: 567px){
   .counter-list {
    grid-template-columns: repeat(1, 1fr) !important;
} 
  } 
@media(min-width: 320px) and (max-width: 767px){
.pdtb-200{
padding: 85px 0px; 
}
.pdtb-85{
padding: 50px 0px;
}
.pdt-85{
padding-top: 50px;
}
.pdb-85{
padding-bottom: 50px;
}
.new-design {
    padding: 85px 0px;
}

.counter-list {
    grid-template-columns: repeat(2, 1fr);
}
.trust-list {
    padding-left: 0px;
}
.lifestyle h1 {
    font-size: 42px;
    line-height: 52px;
}
.super-heading h2 {
    font-size: 32px;
    line-height: 42px;
}
}





@media(min-width: 768px) and (max-width: 991px){
.pdtb-200{
padding: 85px 0px; 
}
.pdtb-85{
padding: 50px 0px;
}
.pdt-85{
padding-top: 50px;
}
.pdb-85{
padding-bottom: 50px;
}
.new-design {
    padding: 85px 0px;
}
.counter-list {
    grid-template-columns: repeat(3, 1fr);
}
.trust-list {
    padding-left: 0px;
}
.super-heading h2 {
    font-size: 32px;
    line-height: 42px;
}
.super-heading {
    text-align: center;
    margin-bottom: 20px;
}
.lifestyle h1 {
    font-size: 42px;
    line-height: 52px;
}
.super-heading h2 {
    font-size: 32px;
    line-height: 42px;
}

}
@media(min-width: 992px) and (max-width: 1199px){
.pdtb-200{
padding: 85px 0px; 
}
.pdtb-85{
padding: 50px 0px;
}
.pdt-85{
padding-top: 50px;
}
.pdb-85{
padding-bottom: 50px;
}
.trust-list {
    padding-left: 0px;
}
.full-projuct p {
    font-size: 15px;
    line-height: 20px;
}
.counter-item h3 {
    font-size: 100px;
    line-height: 110px;
}
.super-heading h2 {
    font-size: 42px;
    line-height: 50px;
}
.lifestyle h1 {
    font-size: 52px;
    line-height: 62px;
}
.new-design {
    padding: 85px 0px;
}

.expo-heading  h2.elementor-heading-title {
    font-size:80px;
    line-height:80px;
}
.patios-work h2.elementor-heading-title {
    font-size: 35px;
    line-height: 40px;
}
}
/* New Our Brand Page */
fieldset#field_3_6 {
     margin-top: 2px !important; 
}
.mygravitypopup .popup-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.mygravitypopup .popup-overlay.active {
    display: block;
    opacity: 1;
}
.mygravitypopup .popup-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #003F53;
    padding: 25px 30px;
    border-radius: 8px;
    max-width: 560px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 8px 32px rgba(0,0,0,0.9);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.mygravitypopup .popup-overlay.active .popup-modal {
    opacity: 1;
}
.mygravitypopup .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #f26531;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-size: 22px;
    cursor: pointer;
    padding: 0;
}
#gform_3 .gform-footer.gform_footer.top_label {
    padding-bottom: 0;
}
#gform_3 .gfield_label {
    font-weight: 400;
   
}

.mygravitypopup .popup-modal h2 {
    margin-top: 0;
}
.mygravitypopup .popup-logo-wrapper {
    text-align: center;
    margin-bottom: 1rem;
}
.mygravitypopup .popup-logo {
    max-width: 210px;
    width: 100%;
    height: auto;
    display: inline-block;
}
.mygravitypopup .gform_wrapper.gravity-theme .gfield_label{
    color: #fff;

}
.mygravitypopup .gform_wrapper.gravity-theme .gfield_checkbox label, .mygravitypopup .gform_wrapper.gravity-theme .gfield_radio label{
    color: #fff;
}
@media (max-width: 600px) {
    .mygravitypopup .popup-modal {
        max-width: 98vw;
        width: 98vw;
        padding: 1rem;
        font-size: 1rem;
    }
    .mygravitypopup .close-btn {
        width: 40px;
        height: 40px;
        font-size: 24px;
        top: 5px;
        right: 5px;
    }
    .mygravitypopup .popup-modal h2 {
        font-size: 1.2rem;
    }
    .mygravitypopup .popup-modal form input,
    .mygravitypopup .popup-modal form textarea {
        font-size: 1rem;
    }
}