/*single post css*/
/* Works in all browsers */

.single-post h1,
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6,
.single-case_studies h1,
.single-case_studies h2,
.single-case_studies h3,
.single-case_studies h4,
.single-case_studies h5,
.single-case_studies h6 {
    margin: 0 !important;
    padding: 0 !important;
}

.resource-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.gardenmenu .resource-item1 span {
    position: relative;
    z-index: 2;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    transition: .4s ease;
}

.gardenmenu .resource-item1:hover span {
    border-radius: 20px;
    background: var(--Light-Grey, #F5F5F5);
}

.contactinner1 > div {
    display: flex;
    align-items: center;
    gap: 12px;
}

.offer-section {
    display: flex !important;
    align-items: stretch !important;
}

.offer-content,
.offer-image {
    align-self: stretch !important;
}

.offer-image {
    display: flex !important;
    overflow: hidden !important;
    border-radius: 20px !important;
}

.offer-image-widget,
.offer-image-widget .elementor-widget-container {
    width: 100% !important;
    height: 100% !important;
}

.offer-image-widget img {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
    border-radius: 20px !important;
}

 .why_choose_video,
.why_choose_video .e-hosted-video,
.why_choose_video .elementor-wrapper,
.why_choose_video video,
.why_choose_video .elementor-custom-embed-image-overlay {
    border-radius: 20px !important;
    overflow: hidden !important;
}

.brouchure_txt {
    display: none!important;
}
.textimonial_txt{
	 display: none!important;
}
.page-id-1220 .brouchure_txt {
    display: block!important;
}
.page-id-1220 .brochure_n_txt {
    display: none!important;
}
.page-id-1490 .textimonial_txt, .page-id-628  .textimonial_txt {
    display: block!important;
}
.page-id-1490 .brochure_n_txt, .page-id-628  .brochure_n_txt {
    display: none!important;
}
.wpcf7-response-output {
    color: #fff !important;
    background: transparent !important;
}
.fieldset-cf7mls-wrapper .wpcf7-response-output {color: #000 !important;}
.brochure_form .wpcf7-response-output {
    background: #E8F5D0 !important;
    color: #000 !important;
    border: 1px solid #95C11F !important;
    border-radius: 20px !important;
    padding: 15px 20px !important;
    margin: 20px 0 0 !important;
}

.blog-free-quote-form .intl-tel-input.separate-dial-code .selected-flag {
    width: 40px !important;
}
.blog-free-quote-form .selected-dial-code {
    margin-left: -5px !important;
}

.blog-free-quote-form input.wpcf7-phonetext {
    padding-left: 50px !important;
}
.gallery-owl .owl-nav {
   /* direction: ltr !important;
    display: flex !important;
    align-items: center;*/
}
.single-post img, .single-case_studies img {
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
    filter: none !important;
}

.single-post .elementor-widget-text-editor p, .single-case_studies .elementor-widget-text-editor p {
    margin-bottom: 0 !important;
}
.home .home_garden_testi .testi_head .elementor-heading-title {
    font-size: 0!important;
}

.home .home_garden_testi .testi_head .elementor-heading-title::after {
    content: "What our customers say...";
    font-size: 25px;
}

.const_video .elementor-wrapper,
.const_video .e-hosted-video {
    aspect-ratio: 830 / 532 !important;
    border-radius: 20px !important; /* change value as needed */
    overflow: hidden !important;
}
.case_study_video .elementor-wrapper,
.case_study_video .e-hosted-video {
    aspect-ratio: 790 / 510 !important;
    border-radius: 20px !important; /* change value as needed */
    overflow: hidden !important;
}
.landing_video .elementor-wrapper,
.landing_video .e-hosted-video {
    aspect-ratio: 684 / 356 !important;
    border-radius: 20px !important; /* change value as needed */
    overflow: hidden !important;
}


.custom-case-filter {
    position: relative;
    width: 250px;
}

.custom-case-selected {
    width: 250px;
    height: 50px;
    padding: 11px 40px 14px 20px;
    border-radius: 30px;
    background: var(--Green, #95C11F);
    color: #000;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
}

.custom-case-selected::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    width: 6px;
    height: 10px;
    background: url("/wp-content/uploads/2026/07/Vector-5.svg") no-repeat center;
    background-size: contain;
    transition: 0.3s ease;
}

.custom-case-selected.active::after {
    transform: translateY(-50%) rotate(180deg);
}

.custom-case-options {
    display: none;
    position: absolute;
    top: 55px;
    left: 0;
    width: 250px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #ddd;
    overflow: hidden;
    z-index: 99999;
}

.custom-case-option {
    padding: 14px 20px;
    background: #fff;
    color: #000;
    cursor: pointer;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
}

.custom-case-option:hover {
    background: #f5f5f5;
}

.custom-case-filter select {
    display: none;
}

.case-study-filter-dropdown::after {
    display: none !important;
}


@media (min-width:1201px) {

/* Default open boxes */
.landing_slider_row1 .pro_box3 .pro_box_sub_inner,
.landing_slider_row2 .pro_box1 .pro_box_main_inner{
    position:absolute;
    top:34%;
    left:0;
    width:100%;
    height:auto;
}

/* Hovered box */
.landing_slider_row1 .pro_box1:hover .pro_box_sub_inner,
.landing_slider_row1 .pro_box2:hover .pro_box_sub_inner,
.landing_slider_row1 .pro_box3:hover .pro_box_sub_inner,
.landing_slider_row2 .pro_box1:hover .pro_box_main_inner,
.landing_slider_row2 .pro_box2:hover .pro_box_sub_inner,
.landing_slider_row2 .pro_box3:hover .pro_box_sub_inner{
    position:absolute;
    top:34%;
    left:0;
    width:100%;
    height:auto;
}

/* Non-hovered boxes become normal */
.landing_slider_row1:hover .pro_box_sub:not(:hover) .pro_box_sub_inner,
.landing_slider_row2:hover .pro_box2:not(:hover) .pro_box_sub_inner,
.landing_slider_row2:hover .pro_box3:not(:hover) .pro_box_sub_inner,
.landing_slider_row2:hover .pro_box1:not(:hover) .pro_box_main_inner{
    position:relative;
    top:auto;
    left:auto;
    width:auto;
    height:auto;
}

}




@media (min-width:1201px) {
.landing_slider_row1 .pro_box3 .pro_box_sub_inner {
    background-color:#EBEFDF !important;
}

.landing_slider_row2 .pro_box_main_inner{
    background-color:#C5DB8A !important;
}
.landing_slider_row2 .pro_box1 .pro_iconbox,
.landing_slider_row1 .pro_box3  .pro_iconbox_sub {
    background-color: #AADD20 !important;
}
.landing_page_garden_box > .pro_box1,
.landing_page_garden_box > .pro_box2,
.landing_page_garden_box > .pro_box3{
    transition: width 0.5s ease;
}

.landing_page_garden_box .pro_box_hide{
    display:none;
}

.landing_page_garden_box > .pro_box1:hover .pro_box_hide,
.landing_page_garden_box > .pro_box2:hover .pro_box_hide,
.landing_page_garden_box > .pro_box3:hover .pro_box_hide{
    display:block;
}

.landing_page_garden_box:hover > .pro_box1,
.landing_page_garden_box:hover > .pro_box2,
.landing_page_garden_box:hover > .pro_box3{
    width:25% !important;
}

.landing_page_garden_box > .pro_box1:hover,
.landing_page_garden_box > .pro_box2:hover,
.landing_page_garden_box > .pro_box3:hover{
    width:50% !important;
}

.landing_slider_row1 .pro_box3 .pro_box_hide,
.landing_slider_row2 .pro_box1 .pro_box_hide{
    display:block;
}

.landing_slider_row1:hover .pro_box3 .pro_box_hide,
.landing_slider_row2:hover .pro_box1 .pro_box_hide{
    display:none;
}

.landing_slider_row1:hover + .landing_slider_row2 .pro_box1 .pro_box_hide,
.landing_slider_row2:hover ~ .landing_slider_row1 .pro_box3 .pro_box_hide{
    display:block;
}

.landing_slider_row1 .pro_box1:hover .pro_box_hide,
.landing_slider_row1 .pro_box2:hover .pro_box_hide,
.landing_slider_row1 .pro_box3:hover .pro_box_hide,
.landing_slider_row2 .pro_box1:hover .pro_box_hide,
.landing_slider_row2 .pro_box2:hover .pro_box_hide,
.landing_slider_row2 .pro_box3:hover .pro_box_hide{
    display:block;
}
.landing_slider_row1:hover .pro_box3:not(:hover) .pro_box_sub_inner{
    background-color:#F5F5F5 !important;
}

.landing_slider_row1:hover .pro_box3:not(:hover) .pro_iconbox_sub{
    background-color:#ffffff !important;
}


.landing_slider_row2:hover .pro_box1:not(:hover) .pro_box_main_inner{
    background-color:#EBEFDF !important;
}

.landing_slider_row2:hover .pro_box1:not(:hover) .pro_iconbox{
    background-color:#ffffff !important;
}
}
  .gal_slider_right{
    margin-right: 0px !important;
} 
.special_div .elementor-widget-icon{
    margin-top: auto!important;
} 
.brouchure_get_inspired .get_inspired_sec .elementor-element-58cf1fa {
    display: none !important;
}

.brouchure_get_inspired .get_inspired_sec .elementor-element-12d3461 .elementor-button {
    background: #95C11F !important;
    color: #000 !important;
}

.brouchure_get_inspired .get_inspired_sec .elementor-element-12d3461 .elementor-button:hover {
    background: #fff !important;
}

.brouchure_get_inspired .get_inspired_sec > .elementor-element-48a8bf7 {
    width: 25% !important;

}


 .home_work_video .elementor-custom-embed-image-overlay {
    background-position: 100% 100% !important; 
    background-repeat: no-repeat;
    background-size: cover;
}
.handy_box > .e-con:nth-child(2) {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}
.handy_box .elementor-widget-button{
    margin-top: auto!important;
}

.home_sec .why_choose_video {
    background: #fff !important;
}.home_sec .get_inspired_sec {
    background: #F5F5F5 !important;
}
.white_box_heading .elementor-heading-title{
    display:flex;
    align-items:center;
    gap:12px;
}

.white_box_heading .whiteno{
    display:flex;
    justify-content:center;
    align-items:center;
    width:30px;
    height:30px;
    border-radius:40px;
    background:#95C11F;
    color:#fff;
    font-size:16px;
    font-weight:600;
    flex-shrink:0;
    aspect-ratio:1/1;
}
.home .white_box_heading .whiteno {color:#fff}
 .pro_box_main_sub_head2,
.pro_box_main_sub_txt2,
.pro_box_sub_inner_head2,
.pro_box_sub_inner_txt2 {
    display: none;
}

.home_pro_slider .owl-stage {
    display: flex;
}

.home_pro_slider .owl-item {
    display: flex;
}

.home_pro_slider .owl-item > * {
    width: 100%;
    display: flex;
    height: 100%;
}


.pro_box_main,
.pro_box_sub {
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.pro_box_main:hover .pro_box_main_inner {
    background-color: #C5DB8A !important;
}

.pro_box_main:hover .pro_iconbox,
.pro_box_sub:hover .pro_iconbox_sub {
    background-color: #AADD20 !important;
}

.pro_box_sub:hover .pro_box_sub_inner {
    background-color: #EBEFDF !important;
}

.green_class{
	color:#036216!important;
}
 .pro_box_main,
.pro_box_sub {
    display: flex !important;
    align-items: stretch !important;
}
.pro_box_main_inner .elementor-widget-button,.pro_box_sub_inner .elementor-widget-button {
    margin-top: auto !important;
}

.pro_box_main_inner,.pro_box_sub_inner {
    flex: 1 !important;
}
.gallery-owl .owl-nav [class*=owl-],
.gallery-owl .owl-nav [class*=owl-]:hover,
.home_pro_slider .owl-nav [class*=owl-],
.home_pro_slider .owl-nav [class*=owl-]:hover {
    background: transparent !important;
}
.home_pro_slider .owl-nav {
    margin-top:20px !important;
}
.gallery-owl .owl-nav{
    display:flex !important;
    align-items:center;
    justify-content:flex-start;
    gap:15px;
}
.gallery-owl .owl-nav{
    margin-top:20px !important;
}.gallery-owl .owl-dots{
    margin-top:0px !important;
}
.gallery-owl .owl-nav button,
.home_pro_slider .owl-nav button {
    all: unset !important;
    cursor: pointer !important;
}
.gallery-owl .item{
    width: auto !important;
    height: 391px !important;
    border-radius: 12px !important;
    overflow: hidden !important;
}
.gallery-owl .owl-stage {
    transition-timing-function: linear !important;
}
.gallery-owl .owl-dot span,
.home_pro_slider .owl-dot span {
    background: #D9D9D9 !important;
    width: 10px !important;
    height: 10px !important;
}

.gallery-owl .owl-dot.active span,
.home_pro_slider .owl-dot.active span {
    background: #454545 !important;
}

.gallery-owl .owl-nav button img,
.home_pro_slider .owl-nav button img {
    width: 9px !important;
    height: 15px !important;
}

.gallery-owl .owl-dots,
.gallery-owl .owl-nav{
   /* text-align: left !important;*/
}
.gallery-owl {
    overflow: hidden!important;
}

.gallery-owl .owl-stage-outer {
    overflow: hidden !important;
}


.home_pro_slider .owl-dots,
.home_pro_slider .owl-nav {
    text-align:center !important;margin-top: 20px!important;
}
.single_room_type .elementor-post-info__item--type-custom::before {
    content: "Room type: ";
    color:  #036216;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 30px;

}

.gallery_loop_item{
    position: relative;
    overflow: hidden;
}

.gallery-loop-number{
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    aspect-ratio: 1/1;

    position: relative;
    z-index: 2;

    border-radius: 70px;
    background: #FFF;
    color: #036216;

    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;

    transition:
        background-color .45s ease,
        color .45s ease,
        transform .45s cubic-bezier(.22,1,.36,1);
}

.whitebox_gal{
    opacity: 0;
    transform: translateY(30px);
    pointer-events: none;

    transition:
        opacity .45s ease,
        transform .45s cubic-bezier(.22,1,.36,1);
}
.gallery_loop_item{
  cursor:pointer;
}
.gallery_loop_item:hover .gallery-loop-number{
    background: #AADD20;
    color: #000;
    transform: scale(1.08);
}

.gallery_loop_item:hover .whitebox_gal{
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.download_image_over {
    position: absolute !important;
    right: 0 !important;
    top: 0% !important;
    transform: translateY(-40%) translateY(-0px) !important;
    z-index: 1 !important;
}



.case-study-filter-dropdown {
  display: flex;
  
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
}

.case-study-filter-dropdown select {
  width: 100%;
  height: 50px;
  padding: 11px 40px 14px 20px;
  border: none;
  border-radius: 30px;
  background: var(--Green, #95C11F)!important;
  color: #000!important;
  font-size: 17px!important;!important;
  font-weight: 400!important;
  line-height: 26px!important;

  cursor: pointer;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
	  color: var(--Black, #000);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; 
}

.case-study-filter-dropdown::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 10px;
  background: url(/wp-content/uploads/2026/07/Vector-5.svg)  no-repeat center;
  background-size: contain;
  pointer-events: none;
}


.download_image_over img {
    width: 174px !important;
    height: 211px !important;
    display: block !important;
    
}
.dynamic-post-time {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.dynamic-post-time::before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url("/wp-content/uploads/2026/07/Vector-2.svg") no-repeat center;
    background-size: contain;
}


.cs-share-btn:hover img[alt="Facebook"] {
  content: url('/wp-content/uploads/2026/07/Property-1Facebook-Property-2Hover.svg');
}
.cs-share-btn:hover img[alt="Instagram"] {
  content: url('/wp-content/uploads/2026/07/Property-1Instagram-Property-2Hover.svg');
}
.cs-social-share {
  display: flex;
  gap: 20px;
}
.cs-share-btn img {
  width: 40px;
  height: 40px;
}
.site_pad_left{
    padding-left: calc((100% - 1440px) / 2)!important;
}
.site_pad_right{
    padding-right: calc((100% - 1440px) / 2)!important;
}
.blog_loop_inner_box,.casestudy_loop_inner_box{
    cursor: pointer;
}
.space_div {
    height: 20px;
}
.blog_loop_inner_box .blog_loop_inner_txt, .casestudy_loop_inner_box .casestudy_loop_inner_txt{
    transition: background .3s ease;
}

.blog_loop_inner_box:hover .blog_loop_inner_txt{
    background: #DCE6DE!important;
}
.casestudy_loop_inner_box:hover .casestudy_loop_inner_txt{
    background: #036216!important;
}
.casestudy_loop_inner_box {
    text-decoration: none !important;
}
.casestudy_loop_inner_box:hover .case_study_subtitle .elementor-heading-title {
    color: #AADD20 !important;
    transition: 0.3s ease;
}.casestudy_loop_inner_box:hover .case_study_title .elementor-heading-title {
    color: #ffffff !important;
    transition: 0.3s ease;
}
.casestudy_loop_inner_box:hover .case_study_icon svg path {
    fill: #ffffff !important;
    transition: 0.3s ease;
}
.blog-search {
    display: flex;
    align-items: center;
    gap: 0px;
    height: 45px;
    padding: 10px 17px;
    border-radius: 20px;
    background: var(--Light-Grey, #F5F5F5);
    width: 100%;
    box-sizing: border-box;
}

.blog-search img {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.blog-search input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    color: rgba(0, 0, 0, 0.5);
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.blog-search input:focus {
    outline: none;
    border: none;
    box-shadow: none;
    background: transparent;
}
.blog-search input::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.blog-free-quote-form {
    display: block;
}

.blog-free-quote-form label {
    display: block;
    margin-bottom: 8px;
    color: var(--White, #FFF);
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
}

.blog-quote-field {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.blog-free-quote-form input[type="text"],
.blog-free-quote-form input[type="email"],
.blog-free-quote-form input[type="tel"] {
    width: 100%;
    height: 45px;
    padding: 0 20px;
    border: 0;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.30);
    color: #fff;
    font-size: 16px;
    box-sizing: border-box;
}

.blog-quote-bottom-row {
    display: flex;
    gap: 20px;
    align-items: flex-end;
}

.blog-quote-bottom {
    display: flex;
    gap: 20px;
    align-items: flex-end;
}

.blog-phone-field-quote {
    
}

.blog-submit-field-quote {
    padding-bottom:10px;
}

.blog-submit-field-quote input[type="submit"] {
    width: 100%;
    height: 45px;
    border: 0;
    border-radius: 40px;
    background: var(--Green, #95C11F);
    color: var(--Black, #000);
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
}

.blog-free-quote-form br {
    display: none;
}

.blog-free-quote-form p {
    margin-bottom: 0 !important;
}

.blog-free-quote-form .intl-tel-input .selected-flag .iti-arrow {
    border: none !important;
    width: 5px;
    height: 9px;
    margin-top: -5px;
    right: 30px;
    background: url("/wp-content/uploads/2026/07/Vector-1.png") no-repeat center;
    background-size: contain;
}

.blog-free-quote-form .intl-tel-input.separate-dial-code .flag-container {
    
}
.blog-free-quote-form .intl-tel-input .country-list,
.blog-free-quote-form .iti__country-list {
    color: #000;
}
.single_author .elementor-post-info__item--type-author .elementor-post-info__item-prefix, .single_room_type .elementor-post-info__item--type-author .elementor-post-info__item-prefix {
    color: #036216!important;
}

.blog_loopgrid .blog_loop_inner_box {
    display: flex !important;
    width: 100%;
    height: 100%;
}

.blog_loopgrid .blog_loop_inner_txt {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    flex: 1;
}
.custom-nav{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:20px;
    width:100%;
}
.custom-nav{
    position:relative;
    z-index:9999;
}

.custom-nav .owl-prev,
.custom-nav .owl-next,
.custom-nav .owl-dots{
    position:relative;
    z-index:9999;
    pointer-events:auto;
} 
.custom-nav .owl-dots{
    display:flex !important;
    align-items:center;
    justify-content:flex-start;
    gap:8px;
    margin:0;
    padding:0;
}

.custom-nav .owl-prev,
.custom-nav .owl-next,
.custom-nav .owl-dot{
    all: unset;
    cursor: pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    flex: 0 0 auto;
}

.custom-nav .owl-prev img,
.custom-nav .owl-next img{
    width:9px;
    height:15px;
 
    display:block;
}

.custom-nav .owl-prev span,
.custom-nav .owl-next span{
  
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:100%;
}

.custom-nav .owl-dot span{
    width:10px;
    height:10px;
   
    background: var(--Grey, #D9D9D9);
    display:block;
    transition:0.3s ease;
}

.custom-nav .owl-dot.active span{
    background: var(--Dark-Grey, #454545);
}

.custom-nav button:focus{
    outline:none;
    box-shadow:none;
}


.sound_custom_nav{
    display: flex !important;
    align-items: center !important;
    justify-content: left !important;
    gap:20px !important;
}
.sound_custom_nav .owl-prev{
    order: 1 !important;
}
.sound_custom_nav .owl-dots{
    order: 2 !important;
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
    margin: 0 12px !important;
}
.sound_custom_nav .owl-next{
    order: 3 !important;
}
.sound_custom_nav .owl-prev,
.sound_custom_nav .owl-next{
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.sound_custom_nav .owl-prev img,
.sound_custom_nav .owl-next img{
    width: 9px !important;
    height: 15px !important;
    max-width: 9px !important;
    max-height: 15px !important;
    display: block !important;
}
.sound_custom_nav .owl-dots .owl-dot {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
}

.sound_custom_nav .owl-dots .owl-dot span {
    width: 10px !important;
    height: 10px !important;
    margin: 0 !important;
    border-radius: 40px !important;
    background: #FFF !important;
    display: block !important;
}

.sound_custom_nav .owl-dots .owl-dot.active span {
    background: #036216 !important;
}
.video_button .elementor-button-icon svg {
    width: 30px !important;
    height: 30px !important;
    display: block !important;
}
.video_button .elementor-button-content-wrapper {
    display: flex !important;
    align-items: center !important;
}
.txt_editor p {
    margin-bottom: 0 !important;
}

.txt-green,
.txt-black-40,
.txt-black-60,
.txt-black {
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
}

.txt-green {
    color: #036216;
}

.txt-black-40 {
    color: rgba(0, 0, 0, .4);
}

.txt-black-60 {
    color: rgba(0, 0, 0, .6);
}

.txt-black {
    color: #000;
}

/* Body text */
.body-black-40,
.body-black-60,
.body-black {
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.body-black-40 {
    color: rgba(0, 0, 0, .4);
}

.body-black-60 {
    color: rgba(0, 0, 0, .6);
}

.body-black {
    color: #000;
}

/* Table */
.noise-level-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px 0;
    table-layout: fixed;
    border: none;
    margin: 0;
}

.noise-level-table th,
.noise-level-table td {
    border: none !important;
    text-align: left;
    vertical-align: top;
    padding: 12px 0;
}

.noise-level-table th:first-child,
.noise-level-table td:first-child {
    width: 15%;
}

/* Reduce gap between first and second table */
.noise-level-table tbody tr:last-child td {
    padding-bottom: 2px;
}

.noise-hidden {
    display: none;
    margin-top: 15px;
}

.noise-hidden .noise-level-table {
    margin: 0;
}

.noise-hidden .noise-level-table tbody tr:first-child td {
    padding-top: 2px;
}

.noise-hidden .noise-level-table tbody tr:last-child td {
    padding-bottom: 0;
}

/* Toggle Arrow */
.noise-toggle {
    cursor: pointer;
    text-align: center;
    margin-top: 6px; 
    line-height: 0;height:6px;
}
.noise-toggle2 {
	margin-top: 55px; 
}
.noise-toggle img {
    width: 12px;
    height: auto;
    display: inline-block;
    transition: transform .3s ease;
}

.noise-toggle.active img {
    transform: rotate(180deg);
}
/* 3rd row white cover when closed */
.noise-level-table:not(.opened) tbody tr:nth-child(3) td {
    position: relative;
}

.noise-level-table:not(.opened) tbody tr:nth-child(3) td::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 12px;
    background: #fff;
}

.price {
  color: var(--Black, #000);
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
}

.price .amount {
  font-size: 35px;
  line-height: 45px;
}

.price .vat {
  font-size: 20px;
  line-height: 45px;
}
.expert_video {
    width: 100% !important; 
    max-width: 822px !important; 
    aspect-ratio: 822 / 605 !important; 
}

.expert_video .elementor-wrapper,
.expert_video video,
.expert_video .elementor-custom-embed-image-overlay {
    width: 100% !important; 
    height: 100% !important; 
}

.expert_video video {
    object-fit: cover !important; 
}





#brochure-popup{display:none;position:fixed;inset:0;z-index:999999;pointer-events:none}
#brochure-popup .brochure-popup-inner{position:fixed;width:482px;max-width:calc(100vw - 30px);max-height:90vh;overflow-y:auto;padding:30px;box-sizing:border-box;border-radius:20px;background:#454545;box-shadow:0 10px 35px rgba(0,0,0,.25);pointer-events:auto}
#brochure-popup-close{position:absolute;top:10px;right:15px;width:30px;height:30px;padding:0;border:0;background:transparent;color:#fff;font:400 26px/30px Arial;cursor:pointer;z-index:10}
#brochure-popup-close:hover{color:#AADD20}
#brochure-popup .brochure-form,#brochure-popup .wpcf7,#brochure-popup form{width:100%}
#brochure-popup .green_txt{margin:0 0 8px;color:#AADD20;font:400 20px/30px Poppins,sans-serif}
#brochure-popup .desc_txt{margin:0 0 20px;color:#fff;font:400 15px/24px Poppins,sans-serif}
#brochure-popup .form-row2{display:flex;flex-direction:column;width:100%;gap:10px}
#brochure-popup .form-group2{width:100%}
#brochure-popup .form-group2 p{margin:0 0 10px}
#brochure-popup .form-group2 label{display:inline-block;margin-bottom:6px;color:#fff;font:400 17px/26px Poppins,sans-serif}
#brochure-popup .wpcf7-form-control-wrap{display:block;width:100%}
#brochure-popup input[type=text],
#brochure-popup input[type=email]{display:block;width:100%;height:50px;padding:0 20px;box-sizing:border-box;border:0;border-radius:30px;background:rgba(255,255,255,.3)!important;color:#fff;outline:0;font:400 16px/26px Poppins,sans-serif;box-shadow:none}
#brochure-popup input[type=text]:focus,
#brochure-popup input[type=email]:focus{background:rgba(255,255,255,.35)!important;box-shadow:none}
#brochure-popup .form-actions22{width:100%;margin-top:10px}
#brochure-popup .form-actions22 p{margin:0}
#brochure-popup input.btn-download22{display:inline-flex;align-items:center;justify-content:center;min-width:230px;height:50px;padding:0 25px 0 45px;box-sizing:border-box;border:0;border-radius:30px;background:#97D700 url("https://gardenextrarooms.bubblestaging.com/wp-content/uploads/2026/08/Vector-3.svg") no-repeat 20px center;background-size:13px 13px;color:#000;font:500 15px/26px Poppins,sans-serif;cursor:pointer}
#brochure-popup input.btn-download22:hover{background-color:#A8E600}
#brochure-popup .wpcf7-spinner{margin-left:8px}
#brochure-popup .wpcf7-response-output{width:100%;box-sizing:border-box;margin:10px 0 0;padding:8px;color:#fff;border-color:#97D700}
#brochure-popup .wpcf7-not-valid-tip{margin-top:4px;color:#ffb3b3;font:400 13px Poppins,sans-serif}

@media(max-width:767px){
#brochure-popup .brochure-popup-inner{width:calc(100vw - 30px);max-width:482px;padding:25px 20px}
#brochure-popup .form-group2 label{font-size:15px;line-height:23px}
#brochure-popup input.btn-download22{width:100%;min-width:0}
}

@media (max-width:1800px){
.noise-wrapper > .noise-level-table:first-of-type{
    min-height: 200px !important; 
}
.noise-toggle,
.noise-toggle2{
    margin-top: 10px !important;
    text-align: center !important;
}
}

@media (max-width:1600px){
.gallery-owl .item{
    width: auto !important;
    height: auto !important;
}
}

@media (max-width: 1400px) {
.site_pad_left{
    padding-left: 50px!important;
}
.site_pad_right{
    padding-right: 50px!important;
}
	.brouchure_get_inspired .get_inspired_sec > .elementor-element-48a8bf7 {
    width: 45% !important;
}
.custom-case-filter {
        width: 100% !important;
        max-width: 100% !important;
    }
.custom-case-selected {
        width: auto;
        min-width: 200px;
    }
}




@media (max-width:1500px) {
    
    .landing_slider_row1 .pro_box3 .pro_box_sub_inner,
.landing_slider_row2 .pro_box1 .pro_box_main_inner{
    top:30%;
}

/* Hovered box */
.landing_slider_row1 .pro_box1:hover .pro_box_sub_inner,
.landing_slider_row1 .pro_box2:hover .pro_box_sub_inner,
.landing_slider_row1 .pro_box3:hover .pro_box_sub_inner,
.landing_slider_row2 .pro_box1:hover .pro_box_main_inner,
.landing_slider_row2 .pro_box2:hover .pro_box_sub_inner,
.landing_slider_row2 .pro_box3:hover .pro_box_sub_inner{
    top:30%;
}
}


@media (max-width:1366px) {
    
    .landing_slider_row1 .pro_box3 .pro_box_sub_inner,
.landing_slider_row2 .pro_box1 .pro_box_main_inner{
    top:24%;
}

/* Hovered box */
.landing_slider_row1 .pro_box1:hover .pro_box_sub_inner,
.landing_slider_row1 .pro_box2:hover .pro_box_sub_inner,
.landing_slider_row1 .pro_box3:hover .pro_box_sub_inner,
.landing_slider_row2 .pro_box1:hover .pro_box_main_inner,
.landing_slider_row2 .pro_box2:hover .pro_box_sub_inner,
.landing_slider_row2 .pro_box3:hover .pro_box_sub_inner{
    top:24%;
}
}

@media (max-width: 1366px) {
.noise-level-table th:first-child,
.noise-level-table td:first-child {
    width: 20%;
}
}

@media (max-width: 1320px) {
.site_pad_left{
    padding-left: 20px!important;
}
.site_pad_right{
    padding-right: 20px!important;
}
}


@media (max-width:1260px){

.top_green_bar{
    overflow: hidden !important;
    position: relative;
    max-width: 100% !important;
}

.top_green_bar{
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
}

.top_green_bar > *{
    flex: 0 0 auto !important;
    white-space: nowrap !important;
}
.top_green_bar .elementor-widget-heading{
    flex:0 0 auto;
    padding:0 20px;
    white-space:nowrap;
}

.top_green_bar .marquee-track{
    display: flex;
    width: max-content;
    position: relative;
    animation: marquee_topbar 5s linear infinite;
    will-change: left;
}

@keyframes marquee_topbar{
    from{
        left: 0;
    }
    to{
        left: -50%;
    }
}

}


@media (max-width:1200px) {
    .pro_box_main_sub_head1,
    .pro_box_main_sub_txt1,
    .pro_box_sub_inner_head1 {
        display: none;
    }

    .pro_box_main_sub_head2,
    .pro_box_main_sub_txt2,
    .pro_box_sub_inner_head2 {
        display: block;
    }
}

@media (max-width: 1030px) {
.noise-toggle2{
    margin-top: 42px !important;
    text-align: center !important;
}
	 .custom-case-selected {
        width: auto;
        min-width: 150px;
    }
}

@media (max-width: 1000px) {
.download_image_over img {
    width: 141px !important;
    height: auto !important;
    display: block !important;
}
    .noise-toggle2{
    margin-top: 52px !important;
    text-align: center !important;
}
.noise-level-table th:first-child,
.noise-level-table td:first-child {
    width: 26%;
}
}
@media (max-width: 1024px) {
	 .landing_page_garden_box > .pro_box1,
    .landing_page_garden_box > .pro_box2,
    .landing_page_garden_box > .pro_box3{
        transition: none !important;
        width: auto !important;
    }
	
	.download_image_over img {
    width: 116px !important;
    height: 141px !important;
    display: block !important;
}.download_image_over {
            transform: translateY(-10%) translateX(-50%) !important;
    }
 .gallery-owl .owl-stage{
    padding-left: 0 !important;
    padding-right: 0px !important;
}
  .gal_slider_right{
    margin-right: 0px !important;
} 
	.testimonial_slider_item_left,.testimonial_slider_item_right{
	width:100%!important;
}
	.site_pad_right{
    padding-right: 20px!important; padding-left: 20px!important;
}
	    .testimonial.site_pad_right{
    padding-right: 0px!important; padding-left: 0px!important;
}
    .testimonial_slider_item_right{
         padding-right: 20px!important; padding-left: 20px!important;
    }
    .testimonial_slider_item_left img{
       /* border-radius: 0px!important;*/
        
    }
}
@media (max-width: 880px) {
	
	   .expert_video {
        width: 100% !important;
max-width: 622px !important; aspect-ratio: 622 / 405 !important;
        margin: 0 auto !important;
    }
.download_image_over img {
    width: 116px !important;
    height: 141px !important;
    display: block !important;
}.download_image_over {
            transform: translateY(-10%) translateX(-10%) !important;
    }
	.handy_box, .full_width{
		width:100%!important;
	}
}
@media (max-width: 767px) {
	.download_image_over img{
	    width: 116px !important;
    height: 141px !important;
    display: block !important;
}
		.brouchure_get_inspired .get_inspired_sec > .elementor-element-48a8bf7 {
    width: 100% !important;
}
	.custom-nav{
    display:flex;
    align-items:center;
    justify-content:center;
	}
    .blog-quote-bottom-row {
        flex-direction: column;
        gap: 20px;
    }

    .blog-phone-field-quote,
    .blog-submit-field-quote {
        width: 100%;
    }
	.download_image_over img {
    width: 100px !important;
    height: auto !important;
    display: block !important;
}
	.download_image_over {
 transform: translateY(-8%) translateX(-20px) !important;
}
	.blog_loopgrid .blog_loop_inner_txt {
    height: auto;
    }
	.site_pad_left_home{
		padding-left:40px !important;
	}
	  .top_green_bar:not(.marquee-ready) .elementor-widget-heading{
        display:none;
    }

    .top_green_bar:not(.marquee-ready) .elementor-widget-heading:first-child{
        display:block;
    }
	.gallery-owl .owl-stage, .site_pad_left.get_inspired_sec{
    padding-left: 0 !important;
    padding-right: 0px !important;
}
	.gallery-owl .owl-dots,
.gallery-owl .owl-nav {
    text-align:center !important;margin-top: 15px!important;
}
	.testimonial_slider_item_left img{
        height: 200px!important;width:100%!important;
        
    }
 .custom-case-options {
        width: 100%;
    }
	.garden_rooms_txt .elementor-heading-title{
    font-size: 25px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 35px !important;
}
.pro_box_sub:not(.home_pro_slider_last) .elementor-widget-text-editor,
.pro_box_main .elementor-widget-text-editor {
    display: none !important;
}
	.home_pro_slider .owl-nav .owl-dots {
    transform: translateY(4px);
}
		.home_pro_slider .owl-nav {
    margin-top:0px!important;margin-bottom:0px!important;
}
	.custom-nav {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 15px;margin-top:20px!important;margin-bottom:2px!important;
}

.custom-nav .owl-prev,
.custom-nav .owl-next {
    flex: 0 0 auto;
}
.custom-nav .owl-prev,
.custom-nav .owl-next {
    flex: 0 0 auto;
    padding: 0 20px;
}
.custom-nav .owl-dots {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0px;
    min-width: 0;margin-top:0px!important;
}
  .download_image_over img {
        width: 108px!important;
        height: 131px!important;
        object-fit: contain!important;
    }
}