/*--lokesh-css-*/
/*--vid-code--*/

.exclude-global-button-styles{
	background-color:#FE5507 !important;
}

.video-section {
    max-width:1350px;
    width: 90%;
    margin: 40px auto;
    background-color: white;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    border-radius: 12px;
    overflow: hidden;
    padding: 20px;
  }
  .video-container {
    position: relative;
    padding-top: 56.6%; /* Aspect ratio 16:9 */
    height: 0;
    overflow: hidden;
    border-radius: 12px;
  }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }

/*--vid-code-end--*/


.testimonial-text-nw {
    height: 126px;
    overflow-y: auto;
    padding: 10px;

    /* Firefox scrollbar styling */
    scrollbar-width: thin;
    scrollbar-color: #FE5507 transparent;
}

/* WebKit-based browsers (Chrome, Safari, Edge) */
.testimonial-text-nw::-webkit-scrollbar {
    width: 8px;
}

.testimonial-text-nw::-webkit-scrollbar-thumb {
    background-color: #FE5507;
    border-radius: 10px;
}

.testimonial-text-nw::-webkit-scrollbar-thumb:hover {
    background-color: #FE5507;
}

.testimonial-text-nw::-webkit-scrollbar-track {
    background-color: transparent;
}


  .testimonial-slider {
                position: relative!important
            }

            .testimonial-slider button.slick-next.slick-arrow {
                width: 45px;
                border-radius: 100%;
                height: 45px;
                border-width: 1px;
                border-style: solid;
                border-color: #fff !important;
            }

            .testimonial-slider button.slick-prev.slick-arrow {
            
                bottom: 0!important;
                z-index: 9;
                width: 45px;
                border-radius: 100%;
                height: 45px;
                border-width: 1px;
                border-style: solid;
                border-color: #fff !important;
            }

            .testimonial-slider .slick-next:before {
                content: ''
            }

            .testimonial-slider .slick-next {
                background-image: url(/berlin/wp-content/uploads/2025/08/rw-right.webp);
                background-size: 8px 12px;
                background-position: center;
                background-repeat: no-repeat;
                background-color:#FE5507 !important;
            }

            .testimonial-slider .slick-next:hover {
                background-image: url(/berlin/wp-content/uploads/2025/08/rw-right.webp);
                background-size: 8px 12px;
                background-position: center;
                background-repeat: no-repeat;
                background-color: #595959;
            }

            .testimonial-slider .slick-next:focus {
                background-image: url(/berlin/wp-content/uploads/2025/08/rw-right.webp);
                background-size: 8px 12px;
                background-position: center;
                background-repeat: no-repeat;
                background-color: #595959;
            }

            .testimonial-slider .slick-prev:before {
                content: ''
            }

            .testimonial-slider .slick-prev {
                background-image: url(/berlin/wp-content/uploads/2025/08/rw-left.webp);
                background-size: 8px 12px;
                background-position: center;
                background-repeat: no-repeat;
                background-color:#FE5507 !important;
            }

            .testimonial-slider .slick-prev:hover {
                background-image: url(/berlin/wp-content/uploads/2025/08/rw-left.webp);
                background-size: 8px 12px;
                background-position: center;
                background-repeat: no-repeat;
                background-color: #595959;
            }

            .testimonial-slider .slick-prev:focus {
                background-image: url(/berlin/wp-content/uploads/2025/08/rw-left.webp);
                background-size: 8px 12px;
                background-position: center;
                background-repeat: no-repeat;
                background-color: #595959;
            }



@media only screen and (max-width : 1350px) {
	   .testimonial-slider button.slick-next.slick-arrow {
                    right:43%!important;
					top:116% !important;	
                }

                .testimonial-slider button.slick-prev.slick-arrow {
                    left: 43%!important;
					top:116% !important;
                }
	
		.home-vid-spc-div{
					height:350px !important;
				}
}

       
            @media only screen and (max-width : 1050px) {
               
            .testimonial-slider button.slick-next.slick-arrow,.testimonial-slider button.slick-prev.slick-arrow {
                display:none !important; 
				}
				.home-vid-spc-div{
					height:270px !important;
				}
				
           }

            @media only screen and (max-width : 650px) {
         
            .number-box {
              width: 32px !important;
              height: 40px !important;
				    font-size: 25px !important;
            }
				
				.home-vid-spc-div{
					height:200px !important;
				}
				
       }

            @media (min-width: 1024px) and (max-width:1350px) {
                .testimonial-card {
                    height:355px!important
                }
            }


/*--lokesh-css-end-*/
.header-menu-list .kt-svg-icon-list{
    display: flex !important;
}


.header-menu-list .kt-svg-icon-list-text{
    font-size: 16px !important;
    line-height: 28px !important;
    font-weight: 500 !important;
}

.testimonial-slider .slick-dots{
    display: none !important;
}

.hover-transation-effect.averta span {
    font-weight: 600;
}

.testimonial-slider button.slick-next.slick-arrow {
    /* color: #2f314e; */
    width: 50px;
    height: 50px;
    /* border: 1px solid #2f314e; */
    border-radius: 50%;
    right: -62px;
    transition:all 0.2s linear;
  }

  .testimonial-slider button.slick-prev.slick-arrow {
    /* color: #2f314e; */
    width: 50px;
    height: 50px;
    /* border: 1px solid #2f314e; */
    border-radius: 50%;
    left: -62px;
    transition:all 0.2s linear;
  }

  .testimonial-slider button.slick-prev.slick-arrow:before {
    color: #000;
    content: url(/wp-content/uploads/2024/09/left.svg);
}

.testimonial-slider button.slick-next.slick-arrow:before {
    color: #000;
    content: url(/wp-content/uploads/2024/09/right.svg);
}

@media only screen and (max-width : 768px){
    .testimonial-slider button.slick-next::before, .testimonial-slider button.slick-prev.slick-arrow{
        display: none !important;
    }

    .testimonial-slider .slick-dots{
        display: block !important;
        bottom: -40px !important;
    }

    .testimonial-slider ul.slick-dots li.slick-active button {
        background: var(--red) !important;
    }

    .testimonial-slider ul.slick-dots li button {
        background: #fff;
        border-radius: 50%;
        border: 1px solid var(--red) !important;
    }

    .testimonial-slider .slick-dots li button:before{
        opacity: 0 !important;
    }
}

.bottom-credit {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .mobile-footer.wp-block-kadence-rowlayout {
    box-shadow: unset !important;
}
.mobile-footer .kt-row-column-wrap {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
}

/* MOBILE MENU EXTRA CSS  */

.menu-list ul li {
    justify-content: center !important;
  }
  
  .menu-list ul.kt-svg-icon-list svg {
    display: none !important;
  }

  .menu-1 .kt-svg-icon-list-single {
    display: none !important;
}
  .floating-whatsapp {
    position: fixed;
    right: -29px;
    top: 480px;
    /* width: 101px; */
}


/* ALL CONTACT FORM CSS START FROM HERE  */
.wpforms-container .wpforms-submit-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-cus  .wpforms-form .wpforms-field-container input {
    border-radius: 10px;
    height: 55px;
    border:none !important;
}

.form-cus>div {
    margin: 0px !important;
}

input#wpforms-305-field_10_1 {
    height: unset;
}

div#wpforms-305-field_25-container .choices__inner {
    height: 55px !important;
    border-radius: 10px !important;
    border: none !important;
}
input::file-selector-button {
    height: 51px;
    background: var(--yellow) !important;
    border-radius: 10px !important;
    font-size: 15px !important;
    width: 155px;
    color: #000 !important;
}

button#wpforms-submit-305 {
    width:100%;
    font-size: 20px;
    height: unset;
    padding: 15px 40px 15px 40px;
    line-height: 30px;
    border-radius: 8px !important;
    margin-top: 12px;
    background: var(--red);
}

button#wpforms-submit-305:hover, button#wpforms-submit-1434:hover  {
    background: #000 !important;
}

div#wpforms-305-field_29-container {
    padding-top: 0px;
}

div#wpforms-305-field_29-container h2 {
    margin: 0px !important;
    font-size: 45px;
    line-height: 45px;
    text-align: center;
}

div#wpforms-305-field_29-container {
    overflow-y: hidden;
}
input#wpforms-305-field_27 {
    width: 100%;
}

.form-cus .wpforms-form .wpforms-field-container textarea {
    height: 100px !important;
    border-radius: 10px;
    border: none !important;
}
.mobile-whatsapp{
    display: none;
}

/* ALL CONTACT FORM CSS ENDS HERE  */
section.header-desk {
    position: fixed;
    top: 0;
    width: 100%;
}

/* 404 Page Complete css */

div#content.page-404 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* padding: 100px 0px; */
    max-width: 1350px;
    margin: 0 auto;
    row-gap: 35px;
    }
    
    .page-404 {
    padding: 200px 60px 120px 60px;
    gap: 43px;
    flex-direction: column;
    align-items: center;
    }
    
    .page-404 h1 {
    text-align: center;
    font-size: 55px;
    line-height: 65px;
    }
    
    .page-404 img {
    width: 450px !important;
    }
    
    .anfrage-col.listandsell-button.error-btn a {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 15px 30px;
    border-radius: 8px;
    background-color: var(--red);
    color: var(--bg);
    /* font-family: 'Montserrat custom'; */
    font-weight: 800;
    font-size: 20px;
    transition: all 0.4s ease-in-out;
    }
    
    .anfrage-col.listandsell-button.error-btn a:hover{
    background-color: #000;
    }
    .error-desc{
    text-align: center;
    }
    
    .anfrage-col.listandsell-button.error-btn {
    display: flex;
    justify-content: center;
    }
    @media only screen and (max-width: 1024px){
        .page-404 {
            padding-bottom: 90px !important;
            padding-top: 90px !important;
            padding-left: 15px !important;
            padding-right: 15px !important;
        }
          .page-404 h1{
            font-size: 35px;
            line-height: 45px;
          }
          .page-404 img {
            width: 250px !important;
            }
            div#content.page-404{
                row-gap: 18px !important;
            }
    }

    /* 404 PAGE CSS ENDS HERE  */

  @media only screen and (max-width : 1024px){
    .bottom-credit {
        padding-bottom: 85px !important;
      }
  }

  @media only screen and (max-width : 766px){
    .bottom-credit {
        padding-bottom: 64px !important;
        gap: 10px;
      }

      div#wpforms-350-field_29-container h2 {
        font-size: 30px;
        line-height: 30px;
    }
    div#wpforms-350-field_29-container {
        padding-bottom: 0px;
    }
    button#wpforms-submit-350, button#wpforms-submit-1434 {
        margin-top: 0px;
    }
    button#wpforms-submit-305{
        font-size: 16px !important;
        line-height: 26px !important;
    }
    .mobile-whatsapp {
        display: block;
        position: fixed;
        bottom: 151px;
        right: 12px;
        z-index: 99;
        width: 54px;
        max-width: unset!important;
    }
    
    .mobile-whatsapp img {
        border-radius: 12px !important;
    }

    .kontakt-form.form-cus .wpforms-field-row.wpforms-field-large .wpforms-one-half {
        width: 100%;
        padding: 15px 0;
    }
    
    .wpforms-field.wpforms-field-name {
        padding: 0 !important;
    }
}