*{
	padding: 0px;
	margin: 0px;
	box-sizing:border-box;
}
/* start search popup*/

.search-popup {
    position: fixed;
    top: 130px;
    left: 0;
    width: 700px;
    right: 0;
    margin: 0 auto;
    background: white;
    padding: 40px 30px 26px 40px;
    z-index: 9999;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.close-input {
    display: flex;
    flex-direction: row-reverse;
    gap: 25px;
    align-items: center;
}
.close-search{
	position: relative;
	z-index: 99;
}
#close-search:hover{
	background: unset;
	color: unset;
}

.search-shortcode {
	display: none;
}
.search-shortcode.active {
	display: block;
}
.search-shortcode-mob {
	display: none;
}
.search-shortcode-mob.active {
	display: block;
}
.search-popup-content {
  max-width: 700px;
  margin: auto;
}

.close-btn {
  background: none;
  border: none;
padding: 0px !important;
font-size: 42px !important;
line-height: 0;
  float: right;
  color: #185B2E ;
  cursor: pointer;
}
.is-search-form{
	position: relative;
	border: 1px solid #185B2E !important;
    display: flex;
    padding-right: 10px !important;
}
.is-search-submit {
/*    position: absolute;
    right: 0;
    top: 0;*/
    position: unset;
    width: auto !important;
    height: auto !important;
}
.ivory-search-wrapper {
  position: relative;
  max-width: 100%;
  width: 100%;
}
.is-screen-reader-text{
	position: unset !important;
	clip-path; unset !important;
	-webkit-clip-path: unset !important;
	color: #185b2e;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
}
.ivory-search-wrapper span.is-screen-reader-text {
    display: none;
}
.ivory-search-wrapper .is-search-form label .is-screen-reader-text{
 display: none;
}
#is-search-input-265{
	height: 45px;
	border: unset !important;
	width: 100% !important;
	padding: 10px 120px 10px 20px;
}
.ivory-search-wrapper .is-search-form label{
	width: 100% !important;
}
.is-search-icon{
	  display: none !important;
}
.ivory-search-wrapper input[type="search"] {
  padding-right: 40px !important;
}

.clear-btn {
	position: absolute;
	right: 120px;
	padding: 3px 6px;
	top: 50%;
	border-radius: 50%;
	background: #9a9a9a !important;
	color: #fff !important;
	line-height: 1;
	transform: translateY(-50%);
	font-size: 18px;
	background: none;
	border: none;
	color: green;
	cursor: pointer;
	display: none;
}

.popular-searches {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 20px;
    padding: 56px 40px 10px 20px;
}

.popular-searches strong {
	text-transform: uppercase;
    font-family: "Montserrat", Sans-serif;
  margin-bottom: 0px;
}

.popular-searches .tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.popular-searches .tag {
  padding: 5px 8px;
  border: 1px solid #185B2E ;
  border-radius: 20px;
  background: none;
  color: #171d12;
  cursor: pointer;
  font-size: 14px;
}
/*end search popup*/

#quote-chat {
    position: fixed;
    bottom: 0;
    right: 20px;
    max-width: 380px;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    z-index: 9999;
    width: 100%;
}

       #quote-chat-header {
    background-color: #185b2e;
    color: white;
    padding: 8px 12px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    max-width: 380px;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

        #quote-chat-toggle {
            font-size: 14px;
        }

        #quote-chat-body {
            background: white;
            display: none;
            padding: 15px;
        }

        /* Make Contact Form 7 inside smaller */
        #quote-chat-body form {
            font-size: 14px;
        }


.elementor-button{
	border-radius: unset !important;
}
header {
    position: sticky !important;
    width: 100% !important;
    top: 0;
	left: 0;
    background: #fff;
}
.cart-icon{
	width: 25px;
	height: 25px;
}
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1280px;
/* 	padding-left: 15px!important;
	padding-right: 15px!important; */
}
.header-top .elementor-container{
	align-items: center;
}
.top-header-menu .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item .sub-menu .menu-item .hfe-sub-menu-item{
line-height: 1.6 !important;
color: #171d12;
}
.top-header-left-link{
	width: auto !important;
	margin-right: 20px;
}

.header-main .nav-menu-wrap .hfe-nav-menu__layout-horizontal .hfe-nav-menu{
 margin: 0px;
}
.header-main .nav-menu-wrap .hfe-nav-menu__layout-horizontal{
	justify-content: center;
}
.top-header-menu .hfe-nav-menu__layout-horizontal .hfe-nav-menu{
	margin: 0px;
	gap: 16px;
}
.top-header-menu .hfe-nav-menu__layout-horizontal .hfe-nav-menu:after,
.top-header-menu .hfe-nav-menu__layout-horizontal .hfe-nav-menu:before{
 display: none;
}
.top-header-menu .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item a{
	padding:0px !important;
}

.header-main .nav-menu-wrap .hfe-nav-menu__layout-horizontal .hfe-nav-menu{
 gap: 0 24px;
}
.nav-menu-wrap .hfe-nav-menu li a{
 padding: 0px !important;
}

.shop-search .elementor-widget-wrap {
 gap: 16px;
}

.top-header-menu .hfe-nav-menu__layout-horizontal{
	justify-content: right;
}
.header-main > .elementor-container {
    align-items: center;
    justify-content: space-between;
}
.header-main{
	    box-shadow: 0 2px 15px #00000040;
}
.shop-search .elementor-widget-wrap{
	flex-wrap: unset;
	align-items: center;
}
.shop-search .elementor-widget-wrap .elementor-element{
	margin: 0px;
}
.header-main .site-logo-wrap .hfe-site-logo .hfe-site-logo-container .hfe-site-logo-img{
	width: 160px;
}
.three-icons > .elementor-container{
 gap: 23px;
}

.hero-right-content-block .t-span{
margin: 0px;
}

.hero-left-silder-block .swiper .elementor-swiper-button svg{
	width: 40px;
	height: 40px;
}
.hero-btn a{
	padding: 16px 24px;
}
.hero-bottom-text{
	margin-block: 16px;
}
.for-shadow a {
    box-shadow: 0px 5px 10px 0px #0000002b;
}
.hero-desc{
	margin: 0px;
}

.feacture-btn-wrap .elementor-container{
	gap: 16px !important;
}
.home-feacture-block .elementor-container {
	display: flex;
	align-items: center;
	gap: 24px;
}
.home-feacture-block .elementor-widget-image{
	height: 100%;
}
.home-feacture-block .elementor-widget-image img{
	object-fit: cover;
	height: 100%;
	width: 100%;
	object-position: top;
}
.feacture-content,
.feacture-image{
	height: 424px;
	overflow: hidden;
}
/*.zoom-hover img{

}*/

.zoom-hover img:hover {
	  transition: transform 1s ease;
  transform: scale(1.2); /* Zoom in by 20% */
}
.custom-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.load-more-btn,
.show-less-btn {
  /*margin-top: 20px;*/
  /*padding: 10px 20px;*/
  /*background: #222;*/
  color: #fff;
  border: none;
  cursor: pointer;
}
.show-less-btn {
	display: none;
}
/*.custom-gallery .elementor-container{
	flex-direction: column;
	width: 100%;
}
.custom-gallery .elementor-container .image-gallary-block{
	width: 100% !important;
}*/
.image-iiner .elementor-element-populated{
	flex-direction: column;
	gap:24px;
}
.image-iiner .elementor-element-populated .gallery-item{
	width: 100%;
	margin: 0px;
}
.image-gallary-block > .elementor-container{
	display: flex;
	flex-direction: r0w;
}
.custom-gallery > .elementor-container{
	flex-direction: column;
	gap: 24px;
}
.custom-gallery .elementor-container .image-gallary-block{
	width: 100% !important;
}
.custom-gallery .elementor-container .image-gallary-block > .elementor-container{
	gap: 24px;
}
.custom-gallery .elementor-container .elementor-column{
	width: 100% !important;
}
.gllery-half-img img{
	height: 280px;
	object-fit: cover;
	object-position: top;
}
.gllery-full-img img{
	height: 500px;
	margin: 0px !important;
	object-fit: cover;
}

.gllery-full-img,
.gllery-half-img {
    margin-bottom: 0px !important;
}
.gallery-des {
    width: 100%;
    max-width: 515px;
    margin: 0 auto !important;
}

/*footer start css*/

.list-columns .elementor-widget-wrap .elementor-element:first-child{
	margin-bottom:16px;
}
.list-columns .hfe-nav-menu .menu-item .hfe-menu-item{
	padding: 0px 0px 4px 0px !important;
	line-height: 25px;
}

.list-columns .elementor-widget-wrap {
	flex-direction: column;
}

.social-icon-wrapper .elementor-social-icons-wrapper .elementor-social-icon{
	width: unset;
}
.social-icon-wrapper .elementor-social-icons-wrapper {
    display: flex;
    gap: 16px !important;
    justify-content: left !important;
}
.footer-top-menus .hfe-nav-menu .menu-item .hfe-menu-item {
    padding: 0px !important;

}
.footer-top-menus .hfe-nav-menu .menu-item{
	position: relative;
}
.footer-top-menus .hfe-nav-menu .menu-item:before {
    position: absolute;
    right: -16px;
    content: "";
    top: 3px;
    height: 15px;
    width: 1px;
    background: #185B2E;
}
.footer-top-menus .hfe-nav-menu {
    gap: 32px;
}
.footer-top-menus .hfe-nav-menu:before,
.footer-top-menus .hfe-nav-menu:after{
 display:none;
}
/* footer */
.footer-main >.elementor-container {
    position: relative;
    justify-content: center;
}
.footer-menu-block {
    position: relative;
    z-index: 1;
    width: 100% !important;
}
.footer-image-block{
    position: absolute;
    margin: 0 auto;
    z-index: 1;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0.1;
}
.contact-links .elementor-container{
	    flex-direction: column;
    gap: 4px;
}
.contact-links .elementor-container .elementor-column{
	margin: 0px !important;
	width: 100% !important;
}
.copyright-text{
	margin-bottom: 0px !important;
}
/*footer end css*/

.hfe-breadcrumbs .hfe-breadcrumbs-home-icon svg{ 
 height: 20px;
 width: 20px;
}
.hfe-breadcrumbs .hfe-breadcrumbs-item a{
 text-decoration: none;
}
.hero-titel{
	margin-bottom: 16px !important;
}
.comare-top-img{
	height: 480px;
}
.comare-top-img img{
	height: 100%;
	object-fit: cover;
}
.compare-tabel-titel{
	 display: flex;
    justify-content: center;
}
.compare-tabel-titel .elementor-heading-title{
    width: unset;
    padding: 20px 60px;
    margin-top: -47px;
    background: #fff;
    border: 1px solid #ad7d56;
}
.tabel-tr {
    height: 74px;
}
.tabel-tr-cus .elementor-element {
 display: flex;
 align-items: center;
 justify-content: center;
 height: 100%;
}
.tabel-tr .elementor-element {
 display: flex;
 align-items: center;
 justify-content: center;
 height: 100%;
}
.accessories-wrapper .elementor-container{
     display: grid;
    grid-template-columns: repeat(4, 2fr);
    row-gap: 32px;
    column-gap: 32px;
}
.accessories-wrapper .elementor-container .elementor-column{
	width: 100%;
	max-width: 100%;
}
.accessories-wrapper .elementor-container .elementor-column .elementor-widget-heading{
	margin-bottom: 4px;
}
.accessories-wrapper .elementor-container .elementor-column .elementor-widget-image{
	margin-bottom: 8px;
}
.custom-slider .swiper-wrapper .swiper-slide{
	padding: 0 10px;
}
.custom-slider .swiper .elementor-swiper-button {
    padding: 6px;
    background: #ad7d56;
    border-radius: 50%;
}
.custom-slider .swiper .elementor-swiper-button-prev {
left: 30px;
}
.custom-slider .swiper .elementor-swiper-button-next {
right: 30px;
}

.composite-hero-banner-btn .elementor-button{
	border-radius: unset;
}
.composite-hero-banner-btn .elementor-button:hover {
    background: #fff !important;
}
.composite-feacture-list {
    width: 100% !important;
    max-width: 200px;
}
.composite-feacture-wrap .elementor-container{
	justify-content: space-between;
}
.wood-texture-wrapper .gallery{
	 display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.wood-texture-wrapper .gallery .gallery-item {
    width: 100% !important;
    max-width: 184px !important;
    	display: flex;
	flex-direction: column;
	gap: 8px;
}
.wood-texture-wrapper .gallery .gallery-item .attachment-thumbnail {
	width: 100% !important;
	max-width: 100% !important;
}
.wood-texture-wrapper .gallery .gallery-item .gallery-caption {
    padding: 0px !important;
    font-family: "Montserrat", Sans-serif !important;
    font-style: unset !important;
}
.composite-feacture-list .elementor-image-box-title{
	margin: 0px;
}
.wraranty-block-wrapper{
	display: flex;
}
.warranty-img, .warranty-content {
    width: 50% !important;
}
.warranty-img img {
    object-fit: contain;
    width: 100%;
    height: 480px;
}
.flex-ible-design-wrapper .elementor-container{
    display: flex;
    align-items: center;
    gap: 48px;
}
.flex-ible-design-content{
	width: 48% !important;
}
.flex-ible-design-img{
	width: 60% !important;
}
.aliminium-icons-wraps .elementor-container{
	display: flex;
	gap: 32px;
	margin: 0px;
	justify-content: left;
}

.aliminium-icons-wraps .aliminium-icons .elementor-image-box-title{
	margin: 0px;
}
.composite-wrapper .elementor-container{
	display: flex;
}
.composite-content,
.composite-img{
	width: 50% !important;
}
.composite-img img {
    object-fit: contain;
    height: 480px;
    width: 100%;
}
.pannel-wrranty .elementor-icon-box-content .elementor-icon-box-title {
    margin-top: 0px !important;
        margin-bottom: 0px !important;
}
.pannel-bottom-img .elementor-container  {
    display: flex;
    gap: 16px;
}
.fence-solution-product .elementor-container{
	grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}
.fence-solution-product .elementor-column{
	width: 100% !important;
}
.fence-solution-product .elementor-widget-image {
    border-radius: 50%;
    overflow: hidden;
}
.fence-solution-product .elementor-widget-wrap .elementor-button-link {
    width: 100%;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.resources_tabs a:hover,
.resources_tabs a:focus{
    background: #185b2e;
}
.resources_tabs a {
    width: 100%;
    display: inline-block;
    padding: 24px 10px;
}
.resources_tabs h6 {
    width: 100%;
}
.btn-full a.elementor-button.elementor-button-link {
    width: 100%;
}
.hfe-breadcrumbs svg {
    fill: none !important;
}
.clasdding-hero .elementor-background-overlay{
    background-image: linear-gradient(#171d12 5%, #171d1224 51%, #242921) !important;
    opacity: 0.7 !important;

}
.hero-bottom-titel span{
	text-transform:uppercase;
	font-weight: 700;
}
.hero-bottom-titel{
margin: 0px 0px 21px 0px !important;

}
.about_colum_con .elementor-widget-wrap.elementor-element-populated {
    flex-direction: column;
    height: 100%;
}
.about_colum_con .elementor-widget-heading {
    align-self: flex-start;
    margin-bottom: 0 !important;
}
.about_colum_con .elementor-widget-text-editor {
    flex: 1;
    display: flex;
    align-items: center;
}
.cladding-feactureicons h3 {
    margin: 0px !important;
}
.cladding-bottom-sec p strong{
	text-transform: uppercase;
}
.weo-list-items ul {
	list-style:none;
}
.weo-list-items ul p{
	margin-bottom:12px !important;
	line-height: 20px;
}
.weo-list-items ul li p {
    position: relative;
    padding-left: 25px;
}
.weo-list-items ul li p:after {
    content: "";
    background-image: url(https://hulkoutdoors.com/wp-content/uploads/2025/08/tick.png);
    position: absolute;
    background-size: contain;
    left: 0px;
    width: 20px;
    height: 20px;
}

.clad-slider-list ul {
    list-style: none;
}
.clad-slider-list ul li{
	margin-bottom:12px !important;
	line-height: 20px;
}
.clad-slider-list ul li {
    position: relative;
    padding-left: 25px;
}
.clad-slider-list ul li:after {
    content: "";
    background-image: url(https://hulkoutdoors.com/wp-content/uploads/2025/08/tick.png);
    position: absolute;
    background-size: contain;
    left: 0px;
    width: 18px;
    height: 18px;
}

.weo-sub {
    margin-bottom: 9px !important;
}
.weo-sub  h3{
	line-height: 40px;
}
.clad-bg-video-wrap{
	position: relative;
}
.play-btn {
    width: auto !important;
    position: absolute;
    margin: 0 auto;
    right: 0;
    left: 0;
}
.clad-bg-video-wrap .elementor-widget-image{
	margin-bottom: 0px;
}
.tech-wrap .elementor-container{
	 display: flex;
	gap: 40px;
}

.tech-img{
	width: 54% !important;
}

.tech-content{
	    width: 44% !important;
}
.remark-wrapper p{
	margin-bottom: 15px;
}

.remark-wrapper .elementor-button-link{
	margin-top: 20px;
}

.clad-accessories .elementor-container{
	    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 35px;
}

.clad-accessories .elementor-container .elementor-column{
	width: 100%;
	max-width: 100%;
}

.latest-project .elementor-container{
	    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
gap:20px;
}

.latest-project .elementor-container .elementor-column{
	width: 100%;
	max-width: 100%;
}
.latest-project .elementor-container .elementor-column:hover img{
    transform: scale(1.3);
	transition: all 300ms linear;
}
.latest-project .elementor-container .elementor-column .elementor-widget-image{
    overflow: hidden;
}

.lastest-project-titel{
	display: flex;
	justify-content: center;
	align-items: center;
}
.lastest-project-titel h2{
	position: relative;
		width: max-content;
}
.lastest-project-titel h2:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    background: #fff;
    left: -120px;
    top: 0px;
    bottom: 0px;
    margin: auto 0px;
}
.lastest-project-titel h2:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    background: #fff;
    right: -120px;
    top: 0px;
    bottom: 0px;
    margin: auto 0px;
}

.clading-slider .clad-slider-imag{
	width:54%;
}
.clading-slider .clad-slider-content {
    width: 46%;
    padding-left: 53px;
}
  .main-slider {
    max-width: 800px;
    margin: auto;
  }
.main-slider img {
    width: 100%;
    height: 610px;
    object-fit: cover;
    object-position: bottom  center;
}
  .color-thumbnails {
    display: flex;
    justify-content: left;
    margin-top: 12px;
    gap: 9px;
		flex-wrap: wrap;
  }
  .color-thumbnails img {
    width: 80px;
    height: 80px;
    cursor: pointer;
    border: 2px solid transparent;
  }
/*   .color-thumbnails img.active {
    border-color: green;
  } */
.clading-slider .main-slider{
	position: relative;
}
.clad-bg-video-wrap .elementor-widget-image img {
    height: 100%;
    object-fit: cover;
}
.clading-slider .main-slider .slick-prev{
	position: absolute;
	left: 0px;
	z-index: 2;     height: 50px;
	background: #fff;
    border: unset;
}
.clad-bg-video-wrap .elementor-widget-image.play-btn {
    height: auto;
}
.clad-bg-video-wrap .elementor-widget-image {
    height: 100%;
}
.clading-slider .main-slider .slick-next {
    position: absolute;
    right: 0px;
    z-index: 2;
    background: #fff;     height: 50px;
    border: unset;
}
.form-shortcode .elementor-shortcode h4,
.feild label,
.form-shortcode .form-row-double .form-row label {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    font-family: Montserrat, sans-serif !important;

}

.form-shortcode .wpcf7-form-control-wrap .wpcf7-form-control {
    display: flex;
    flex-direction: column;
}
.form-shortcode .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item{
	margin:0px 0px 10px 0px;
	display: flex;
}
.form-shortcode .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 14px;
    color: #171d12;
    margin-left: 4px;
    font-family: Montserrat, sans-serif !important;
}

.form-shortcode .feild input,
.form-shortcode .feild textarea,
.form-shortcode .form-row-double .form-row input,
.form-shortcode .form-row-double select,
.pick-felid select{
	    border: 1px solid #c4c4c4;
    border-radius: 5px;
    height: 45px;
    margin-bottom: 0;
    padding: 8px 15px 9px 20px;
    line-height: 1;
}
.form-shortcode .feild textarea{
    height: 80px;
}
.form-shortcode .form-row-double {
    display: flex;
    gap: 20px;
}
.form-shortcode .form-row-double .form-row{
	width: 100%;
}
.feild.lenght,
.feild.title-feild,
.pick-felid {
 width: 50%;
}
.form-shortcode .wpcf7-form .wpcf7-submit{
	text-transform: uppercase;
    margin-top: 30px;
    padding: 21px 46px;
    font-size: 17px;
    font-weight: 700;
    background: #e8efea;
    line-height: 21px;
    color: #185b2e;
    border: 1px solid #185b2e;
    border-radius: 0px;
        font-family: Montserrat, sans-serif !important;
}
.form-shortcode .wpcf7-form .wpcf7-submit:hover{
    background: #185b2e;
    color: #e8efea;
    transition: all 300ms linear;
}

@media screen and (min-width:1025px) {
.site-logo-wrap,
.nav-menu-wrap,
.shop-search{
	width: auto !important;
	max-width: unset;
}	
	.aliminium-icons-wraps .aliminium-icons{
	width: unset !important;
}
.footer-inner .elementor-container{
	justify-content: space-between;
}
.list-columns{
	width: auto !important;
}
}