.bread-crem  a{
	color:#fff !important;
}

.bread-crem span{
	color:#fff !important;
	font-size:20px;
}

.pdf-section .cta_wrapper a, .pdf-section .cta_wrapper button, .pdf-section .popup-btn {
    background: #2d6efd !important;
	border-radius: 12px !important;
}

.pdf-section .pdfp_wrapper p {
    margin: 10px 0;
    text-align: left;
    font-size: 33px;
    margin-bottom: 27px !important;
    display: block;
}

/*
.white-shadow-wrapper {
  position: relative;
  display: inline-block;
  overflow:hidden;	
}

.white-shadow-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width:%;
    height: 100%;
    background: radial-gradient(white 0%, transparent 70%);
    opacity: 1;
    pointer-events: none;
    z-index: 1;
}

.white-shadow-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index:2;
}
*/


.pdf-section .pdfemb-viewer,
.pdf-section .pdfemb-pagescontainer,
.pdf-section .pdfemb-inner-div {
  width:auto !important;
  max-width: 100%;
 height:auto !important;	
  box-sizing: border-box !important;
  overflow: hidden;
}

.pdf-section canvas.pdfemb-the-canvas {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  margin: 0 auto;
  image-rendering: auto !important; /* ✅ Smooth rendering instead of pixelated */
  transform: none !important; /* ✅ Let PDF plugin handle scaling */
}





.cart-top-icon {
    width: 122px;
    height:122px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000;
    border-radius: 100px;
    border: 16px solid #F0F5FF;
    margin-bottom: -82px !important;
    z-index:2;
	cursor:pointer;
}

.cart-top-icon:hover{
	 background-color:#2D6FFF;
}




.mb-cart-top-icon {
    width: 82px;
    height: 82px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000;
    border-radius: 100px;
    border: 10px solid #F0F5FF;
    margin-bottom: -56px !important;
    z-index: 2;
}

.mb-cart-top-icon:hover{
	 background-color:#2D6FFF;
}



#tab-tageskarte ,#tab-wochenkarte,#tab-standardkarte{
  scroll-margin-top: 350px; /* Works well with native anchor scrolling */
}



.font-500 p{
	font-weight:500 !important;
	font-family: 'Sora' !important;
	letter-spacing:1.5px !important;
}

.font-500 p a{
	font-weight:500 !important;
	font-family: 'Sora' !important;
	letter-spacing:1.5px !important;
}

.font-500 li{
	font-weight:500 !important;
	font-family: 'Sora' !important;
	letter-spacing:1.5px !important;
}

.font-500 li a{
	font-weight:500 !important;
	font-family: 'Sora' !important;
	letter-spacing:1.5px !important;
}


.tab-link-nw .kt-inside-inner-col{
	display:flex;
}




.abt-img-nw {
    position: absolute;
    width: 175px;
    height: 175px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    right: 0;
    top: -72px;
}

/* Background image layer */
.abt-img-nw::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 175px;
    height: 175px;
    background-image: url('/wp-content/uploads/2025/08/rotate-bg-nw.svg');
    background-repeat: no-repeat;
    background-size: cover;
    transform-origin: center center;
    transition: transform 0.8s ease;
    z-index: 0;
}

/* Rotate background image on hover */
.abt-img-nw:hover::before {
    transform: rotate(30deg);
}

/* Content stays above background */
.abt-img-nw > * {
    position: relative;
    z-index: 1;
}


.team-img {
    position: relative;
    width: 150px; /* Set your desired size */
    height: 150px;
    border-radius: 100px;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

/* Rotating dashed border layer */
.team-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border:2px dashed #9fb4df;
    border-radius: 100px;
    box-sizing: border-box;
    animation: rotate-border 15s linear infinite;
}

/* Keep content above the rotating border */
.team-img > * {
    position: relative;
    z-index: 1;
}

/* Rotation animation */
@keyframes rotate-border {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.faq-info .kt-accordion-header-wrap {
    margin-bottom: 15px !important;
}

.faq-info .kt-blocks-accordion-title {
    font-family: 'Sora' !important;
    letter-spacing:1.3px;
}

.faq-info  .kt-blocks-accordion-icon-trigger:after,.faq-info .kt-blocks-accordion-icon-trigger:before{
    content: "";
    height: 2px !important;
    width: 16px !important;
}

.about-box-an{
	box-shadow: 0px 3.23px 26.5px 0px #375AA61C !important;
	border-radius:8.08px !important;
}



.menu-price-txt{
	font-family:'Sora' !important;
}
.mrg-top{
	margin:10px 0 !important;
}

.testimonials-slider .slick-track {
    padding-top: 170px;
    display: flex;
    gap: 30px;
}


.resp-img {
  position: relative;
  width: 247px;
  height: 255px;
  padding: 4px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -120px !important;
  box-sizing: border-box;
}

/* Overlay the animated border */
.resp-img::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: none;
  /* Inline SVG with thinner blue marching ants */
  background-image: url("data:image/svg+xml;utf8,\
  <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'>\
    <rect x='0.5' y='0.5' width='99' height='99' fill='none' stroke='%232D6FFF' stroke-width='0.8' stroke-dasharray='6 4'>\
      <animate attributeName='stroke-dashoffset' from='0' to='-20' dur='1.3s' repeatCount='indefinite' />\
    </rect>\
  </svg>");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 2;
}




.testimonials-slider .slick-next:before{
    content: '';
}

.testimonials-slider .slick-next{
    background-image: url(/wp-content/uploads/2025/08/r-icon-tst.svg);
    background-size: 34px 34px;
    background-position: center;
    background-repeat: no-repeat;
	
}
.testimonials-slider .slick-next:hover{
	background-image: url(/wp-content/uploads/2025/08/r-icon-tst-hvr.svg);
    background-size: 34px 34px;
    background-position: center;
    background-repeat: no-repeat;
	
}

.testimonials-slider .slick-next:focus{
	background-image: url(/wp-content/uploads/2025/08/r-icon-tst-hvr.svg);
   background-size: 34px 34px;
    background-position: center;
    background-repeat: no-repeat;
	
}




.testimonials-slider .slick-prev:before{
    content:'';
}

.testimonials-slider .slick-prev{
    background-image: url(/wp-content/uploads/2025/08/l-icon-tst.svg);
     background-size: 34px 34px;
    background-position: center;
    background-repeat: no-repeat;
	
}

.testimonials-slider .slick-prev:hover{
	 background-image: url(/wp-content/uploads/2025/08/l-icon-tst-hvr.svg);
    background-size: 34px 34px;
    background-position: center;
    background-repeat: no-repeat;
	
}

.testimonials-slider .slick-prev:focus{
	 background-image: url(/wp-content/uploads/2025/08/l-icon-tst-hvr.svg);
     background-size: 34px 34px;
    background-position: center;
    background-repeat: no-repeat;
	
}

.testimonials-slider{
    padding-right:30px !important;
    padding-left:30px !important;
}


/*--dish slider--*/

div#indicator {
    font-size: 20px;
    font-weight:600 !important;
}

.testimonials-slider-rw{
                position: relative!important;
					    left: -30px !important;
            }

            .testimonials-slider-rw  button.slick-next.slick-arrow {
                 right: 68px;
                 top: 65% !important;
                 width:38px;
                 border-radius: 100%;
                 height:38px;
            }

            .testimonials-slider-rw button.slick-prev.slick-arrow {
                left: 71%;
                top: 65% !important;
                bottom: 0!important;
                z-index: 9;
                width:38px;
                border-radius: 100%;
                height:38px;
            }

            .testimonials-slider-rw .slick-next:before {
                content: ''
            }

            .testimonials-slider-rw .slick-next {
                background-image: url(/wp-content/uploads/2025/08/tist-right-icon-nw.svg);
                background-size:38px 38px;
                background-position: center;
                background-repeat: no-repeat;
                
            }

            .testimonials-slider-rw .slick-next:hover {
                background-image: url(/wp-content/uploads/2025/08/tist-right-icon-nw.svg);
                background-size:38px 38px;
                background-position: center;
                background-repeat: no-repeat;
                
            }

            .testimonials-slider-rw .slick-next:focus {
                background-image: url(/wp-content/uploads/2025/08/tist-right-icon-nw.svg);
                background-size:38px 38px;
                background-position: center;
                background-repeat: no-repeat;
               
            }

            .testimonials-slider-rw .slick-prev:before {
                content: ''
            }

            .testimonials-slider-rw .slick-prev {
                background-image: url(/wp-content/uploads/2025/08/tist-left-icon-nw.svg);
              background-size:38px 38px;
                background-position: center;
                background-repeat: no-repeat;
               
            }

            .testimonials-slider-rw .slick-prev:hover {
                background-image: url(/wp-content/uploads/2025/08/tist-left-icon-nw.svg);
               background-size:38px 38px;
                background-position: center;
                background-repeat: no-repeat;
               
            }

            .testimonials-slider-rw .slick-prev:focus {
                background-image: url(/wp-content/uploads/2025/08/tist-left-icon-nw.svg);
                background-size:38px 38px;
                background-position: center;
                background-repeat: no-repeat;
               
            }



.tab-content>div>div{
	display:none !important;
}

.tab-content>div>.active{
	display:block !important;
}

.service-tab-btn{
    padding: 10px 20px;
	cursor:pointer;
}


.service-tab-btn.active {
    background:#2D6FFF;
    color: #fff;
   padding: 12px 28px;
    border-radius: 7px;
}


.kontakt-form {
    background-color: #fff;
      padding: 50px 52px;
    border-radius: 20px;
}

.kontakt-form-txt{
	font-size:38px;
	font-weight:600;
}

.kontakt-form button#wpforms-submit-304 {
    width: 100%;
    background-color: #2D6FFF;
    height: 50px;
    border-radius: 80px;
    font-family: 'Inter' !important;
}


.kontakt-form input{
    border: none !important;
    border-bottom: 1px solid #bfbfbf !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

.kontakt-form input::placeholder{
	color:#000 !important;
	opacity:0.8 !important;
	font-size:16px !important;
}

.kontakt-form input#wpforms-304-field_3 {
    padding-left:40px !important;
}

.kontakt-form .iti__selected-country-primary {
    padding-left: 0 !important;
}

.kontakt-form textarea{
    border: none !important;
    border-bottom: 1px solid #bfbfbf !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

.kontakt-form textarea::placeholder{
	color:#000 !important;
	opacity:0.8 !important;
}

.kontakt-form .wpforms-field{
	padding-bottom:30px;
}

.kontkt-form-map{
    border-radius: 20px !important;
    overflow: hidden;
}

.kontakt-form input:focus,.kontakt-form textarea:focus{
	border:none !important;
	box-shadow:unset !important;
	  border-bottom: 1px solid #bfbfbf !important;
}

.kontakt-form input:hover,.kontakt-form textarea:hover{
	border:none !important;
	box-shadow:unset !important;
	  border-bottom: 1px solid #bfbfbf !important;
}

.sora-font{
	font-family:'Sora' !important;
	font-weight:400 !important;
}

.banner-text{
	font-family:'Sora' !important;
	font-weight:600 !important;
	font-size:40px;
}
/*
.count-slider-no{
	position:absolute !important;
    top: 66% !important;
}*/

/*.testimonials-slider-rw .slick-slide {
	box-shadow:0px 4px 23px 0px #375AA652 !important;
}*/

.testimonials-slider-rw .slick-track {
    display: flex;
    gap:10px;
    padding-top: 40px !important;
   
}

.testimonials-slider-rw .slick-list {
    height: 428px !important;
   
}

 .testimonials-slider-rw  .slick-slide {
    margin: 0px 20px !important;
}

/*
.testimonials-slider .testimonials-slider-section {
    cursor: grab;
}

.testimonials-slider .testimonials-slider-section:active {
    cursor: grabbing;
}*/
/*--slide-div--*/
/* Wrapper for service details */
.services-list-wrapper .service-details-col {
    position: absolute;
    top: 161px;
    width: 100%;
    height: 100%;
    padding: 28px 30px;
    background: linear-gradient(180deg, rgba(102, 102, 102, 0) 0%, #000 100%);
    transition: top 0.3s ease-in-out;
    border-radius: 10px;
    z-index: 2;
}

/* Service item container */
.service-list-item > div {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

/* Hover effect to reveal service details */
.service-list-item > div:hover .service-details-col {
    top: 0;
}

/* Image styling */
.service-list-item figure,
.service-list-item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Inner layout of service details */
.service-details-col > div {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
}

/* Content spacing */
.service-details-col > div > div {
    margin-top: 10px;
}

/* Typography */
.service-details-col h4 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0;
}

.service-details-col span {
    font-size: 18px;
    font-weight: 500;
}

.bg-banner-pos .kt-row-overlay-normal {
    background-position: right bottom;
    background-size: initial;
}
.service-details-col span:first-child {
    text-decoration: underline;
}

/* Responsive Styles */



/*--slide-div-end--*/

.main-heading{
	text-transform:uppercase;
}

.lined-box{
	position:relative;
}

.lined-box::after {
  content: "";
  display: block;
  height: 1px;
  width: 264%;
  background-color:#a6a6a6;
  margin-bottom: 8px; /* spacing between line and heading */
  position: absolute;
  right: -58px;
  bottom: 0;
}

.lined-box-2{
	position:relative;
}

.lined-box-2::after {
  content: "";
  display: block;
  height: 1px;
  width: 264%;
  background-color:#a6a6a6;
  margin-bottom: 8px; /* spacing between line and heading */
  position: absolute;
  left: -58px;
  bottom: 0;
}

.banner-txt{
	margin-top:5px !important;
}

.slide-count-display {
    position: absolute;
    z-index: 9;
    right: 147px;
    top: 70.5%;
    font-size: 20px;
    font-weight: 600;
}

.header-sticky{
    position: fixed !important;
    top: 0;
    width: 100%;
    box-shadow: 2px 4px 8px #0000000a;
}


.mobile-footer .kt-inside-inner-col {
    border-radius: 50px 50px 20px !important;
}

.mobile-footer.wp-block-kadence-rowlayout {
    box-shadow: unset !important;
}

.mobile-footer .kt-row-column-wrap {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.menu-list li{
	padding-bottom:12px;
	border-bottom:1px dashed #2D6FFF;
}

.wht-box-shd:before {
    position: absolute;
    width: 801px;
    height: 801px;
    top: -7%;
    left: 30vw;
    opacity: 0.7;
    background: radial-gradient(circle at center center, rgb(255, 255, 255) 42%, rgba(255, 255, 255, 0) 74%);
}
.blue-rad-box:before {
    position: absolute;
    width: 1515px;
    height: 400px;
    top: -26%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.7;
    background: radial-gradient(ellipse at center, rgb(164, 208, 242) 40%, rgb(255 255 255 / 0%) 70%);
}


.tab-section ul.kt-tabs-title-list {
    position: absolute;
    right: 0;
    top: -102px;
    border: 1px solid #0003;
    padding: 5px !important;
    border-radius:8px;
	gap:8px !important;
}

.faq-info .kt-accordion-inner-wrap,.faq-info .kt-blocks-accordion-header{
	cursor:pointer !important;
}

.h-lined{
	position:relative !important;
}
.h-lined::after {
    content: "";
    display: block;
    height: 1px;
    width:100vw;
    background-color: #a6a6a6;
    margin-bottom: 8px;
    position: absolute;
    right: -57px;
    bottom: 270px;
}

.h-lined-2{
	position:relative !important;
}

.h-lined-2::after {
        content: "";
    display: block;
    height: 1px;
    width:100vw;
    background-color: #a6a6a6;
    margin-bottom: 8px;
    position: absolute;
    left: -57px;
    bottom: 270px;
    }


.testimonials-slider .testimonials-slider-section>div{
	min-height:340px !important;
}


@media (min-width:1026px) and (max-width:1300px) {

.rasipe-chat-tab > .kt-row-column-wrap {
    grid-template-columns: minmax(0, calc(63% - ((var(--kb-default-row-gutter, var(--global-row-gutter-md, 2rem)) * 1) / 2))) minmax(0, calc(37% - ((var(--kb-default-row-gutter, var(--global-row-gutter-md, 2rem)) * 1) / 2))) !important;
}
}

@media only screen and  (max-width:1450px){
	/*.main-heading {
    font-size: 40px !important;
  }*/
	.lined-box::after {
    content: "";
    display: block;
    height: 1px;
    width: 264%;
    background-color: #a6a6a6;
    margin-bottom: 8px;
    position: absolute;
    right: -45px;
    bottom: 27px;
}
	
.lined-box-2::after {
    content: "";
    display: block;
    height: 1px;
    width: 264%;
    background-color: #a6a6a6;
    margin-bottom: 8px;
    position: absolute;
    left: -49px;
    bottom: 0;
}	
	
}


@media only screen and  (max-width:1400px) {
	
	
	.h-lined::after {
    right:-40px;
}

.h-lined-2::after {
    left:-40px;
    }	
	
	
    .slide-count-display {
        position: absolute;
        z-index: 9;
        right: 140px;
        top: 67.5%;
        font-size: 20px;
        font-weight: 600;
    }
	
	    ul#menu-main-menu {
        gap: 1rem;
    }
	
	.head-menu #menu-main-menu a {
		font-size: 19px ;
	}
	
	
	.lined-box::after {
    content: "";
    display: block;
    height: 1px;
    width: 135%;
    background-color: #a6a6a6;
    margin-bottom: 8px;
    position: absolute;
    right: -27px;
    bottom: 22px;
}
.lined-box-2::after {
    content: "";
    display: block;
    height: 1px;
    width: 264%;
    background-color: #a6a6a6;
    margin-bottom: 8px;
    position: absolute;
    left: -27px;
    bottom: -8px;
}
	
.service-details-col p{
    height:120px;
}	
	
}
@media only screen and  (max-width:1340px) {
	.slide-count-display {
        position: absolute;
        z-index: 9;
        right: 140px;
        top: 69.2%;
        font-size: 20px;
        font-weight: 600;
    }
 
	
	.head-links {
    padding: 6px 11px;
    border: 1px solid #99b9ff;
    border-radius: 50px;
    font-weight: 400;
    font-size: 18px;
    cursor: pointer;
}
	.h-lined::after {
    right:-31px;
}

.h-lined-2::after {
    left:-31px;
    }
	
	
}

/* 🖥️ Extra large desktops (1200px and up) */
@media only screen and  (max-width: 1300px) {
	
	.resp-img {
    position: relative;
    width: 202px;
	height: 207px;
	}
	
	
 
}

@media only screen and  (max-width:1281px) {
	  .services-list-wrapper .service-details-col {
		  padding:20px 21px !important;
	}
	    .lined-box-2::after {
        content: "";
        display: block;
        height: 1px;
        width: 264%;
        background-color: #a6a6a6;
        margin-bottom: 8px;
        position: absolute;
        left: -24px;
        bottom: 36px;
    }
	
	    .lined-box::after {
        content: "";
        display: block;
        height: 1px;
        width: 135%;
        background-color: #a6a6a6;
        margin-bottom: 8px;
        position: absolute;
        right: -23px;
        bottom: 51px;
    }
	
		.h-lined::after {	
    right:-28px;
    bottom: 295px;
   }

    .h-lined-2::after {
    left:-28px;
	bottom: 295px;
    }
	
	ul#menu-main-menu {
        gap:0.8rem;
    }
	
	.head-menu #menu-main-menu a { 
    font-size:16px;
   }	
	.testimonials-slider .testimonials-slider-section>div {
    min-height: 294px !important;
}
}


/* 💻 Large desktops and laptops (992px to 1199px) */
@media only screen and  (max-width: 1199px) {
 	.service-details-col > div {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end !important;
}
	
    .services-list-wrapper .service-details-col {
        padding: 20px 30px;
		 top:0px;
 
    }
	

    .service-details-col h4 {
        font-size: 18px;
    }

    .service-details-col span {
        font-size: 16px;
    }
		.tab-section ul.kt-tabs-title-list {
    position: unset;
    right: 0;
    top: -102px;
    border: 1px solid #0003;
    padding: 5px !important;
    border-radius: 8px;
    gap: 8px !important;
    width: fit-content;
    margin-bottom: 16px;
}
	
}

/* 🖥️ Tablets and small laptops (768px to 991px) */
@media only screen and (max-width:1024px) {
	

	    .slide-count-display {
        position: absolute;
        z-index: 9;
        right: 47.5%;
        top: 84.7%;
        font-size: 20px;
        font-weight: 600;
    }
	
  .bread-crem span{
	font-size:16px;
 }
	
.service-tab-btn {
    flex-basis: unset !important;
    width: 30% !important;
	text-align: center !important;
}	

.resp-img {
  position: relative;
  width: 190px;
    height: 190px;
  padding: 4px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -96px !important;
  box-sizing: border-box;
}	
	
	
	
  .testimonials-slider button.slick-next.slick-arrow {
                    right:41%!important;
					top:85% !important;	
                }

   .testimonials-slider button.slick-prev.slick-arrow {
                    left: 41%!important;
						top:85% !important;
                }	
	
	
	  .testimonials-slider-rw button.slick-next.slick-arrow {
                    right:41%!important;
					top:85% !important;	
                }

   .testimonials-slider-rw button.slick-prev.slick-arrow {
                    left: 41%!important;
						top:85% !important;
                }
	
	
	.banner-text{
	font-size:36px;
}

.testimonials-slider-rw {
    position: relative !important;
    left:0px !important; 
}	
	
.testimonials-slider-rw .slick-slide {
    margin:0px !important;
}
	
.testimonials-slider-rw .slick-list {
    height:auto !important;
}	
	
.testimonials-slider-rw .slick-track {
    display: flex;
    gap: 10px;
    padding-top: 0px !important;
}	
	
.wht-box-shd:before {
    position: absolute;
    width: 478px;
    height: 459px;
    top: -7%;
    left: 20vw;
    opacity: 0.7;
    background: radial-gradient(circle at center center, rgb(255, 255, 255) 42%, rgba(255, 255, 255, 0) 74%);
}	
	
.testimonials-slider-rw .testimonials-slider-section .kt-inside-inner-col{
		box-shadow:unset !important;
	}	
	
}

/* 📱 Large phones and phablets (576px to 767px) */
@media only screen and (max-width: 767px) {
	
	
	    .slide-count-display {
        position: absolute;
        z-index: 9;
        right: 45.5%;
        top: 91%;
        font-size:18px;
        font-weight: 600;
    }

	.testimonials-slider{
    padding-right:0px !important;
    padding-left:0px !important;
}
	
  .abt-img-nw {
    position: absolute;
    width: 150px;
    height: 150px;
    top: -59px;
}

/* Background image layer */
.abt-img-nw::before {
    width: 150px;
    height: 150px;
}

.testimonials-slider  .slick-list.draggable{
	height:450px !important;
}	
	
.testimonials-slider button.slick-next.slick-arrow {
                    right:35%!important;
	                top:95% !important;	
                }

                .testimonials-slider button.slick-prev.slick-arrow {
                    left: 35%!important;
					top:95% !important;	
                }	
		.banner-text{
	font-size:32px;
}
	
.testimonials-slider-rw button.slick-next.slick-arrow {
                    right:35%!important;
	                top:91% !important;	
               }

 .testimonials-slider-rw button.slick-prev.slick-arrow {
                    left: 35%!important;
					top:91% !important;	
          }		
	
	
}

/* 📱 Small phones (up to 575px) */
@media only screen and (max-width: 575px) {
	
	
      .service-tab-btn {
        flex-basis: unset !important;
        width: 100% !important;
    }
	
	.testimonials-slider  .slick-list.draggable{
	height:480px !important;
}
	.testimonials-slider .slick-track {
    padding-top: 132px;
    display: flex;
    gap: 8px;
}
	
	
.kontakt-form {
    padding: 20px 17px;
    border-radius: 20px;
}
	
	   .services-list-wrapper .service-details-col {
        padding: 16px 20px;
    }

    .service-details-col h4 {
        font-size: 16px;
    }

    .service-details-col span {
        font-size: 14px;
    }

    .service-list-item > div {
        border-radius: 12px;
    }
	
	.wht-box-shd:before {
    position: absolute;
    width: 433px;
    height: 400px;
    top: -5%;
    left: 12vw;
    opacity: 0.7;
    background: radial-gradient(circle at center center, rgb(255, 255, 255) 42%, rgba(255, 255, 255, 0) 74%);
}
	
	.blue-rad-box:before {
    position: absolute;
    width: 500px;
    height: 300px;
    top: -26%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.7;
    background: radial-gradient(ellipse at center, rgb(164, 208, 242) 40%, rgb(255 255 255 / 0%) 70%);
}
	
.mb-cart-top-icon {
    width: 72px;
    height: 72px;
    border: 10px solid #F0F5FF;
    margin-bottom: -44px !important;
    z-index: 2;
}
	
.pdf-section .pdfp_wrapper {
	height: 713px !important;
	}	
}

@media only screen and (max-width:490px) {

		.tab-section ul.kt-tabs-title-list {
 flex-direction: column !important;
    width: 100% !important;
}
}

   