.about-btn p{
	margin:0 !important;
}

.about-bnr-img{
	 position: relative;
  overflow:hidden;
}
.about-bnr-img::before {
    content: "" !important;
    position: absolute;
    /* inset: 12px auto auto 12px; */
    width: 58rem;
    height: 37rem;
    background: url(/wp-content/uploads/2026/04/about-br-img-nw.svg) no-repeat center / contain;
    pointer-events: none;
    right: 0px;
    bottom: -200px;
}

.kontakt-tag{
    background-color: #ffffff;
    border-radius: 40px;
    width: fit-content;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 15px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Instrument Sans';
}

.kontakt-service-row>.kt-inside-inner-col {
    max-width:725px;
    margin-left: auto;
    padding: 160px 100px 20px 15px;
}
.kontakt-info-box {
  background: #fff;
  border-radius: 10px;
  padding: 8px 12px;
  box-shadow: 5px 4px 20px rgba(0, 0, 0, 0.06); /* use rgba for clarity */
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* smooth hover effect */
}

.kontakt-info-box:hover {
  transform: translateY(-6px);
  box-shadow: 5px 8px 24px rgba(0, 0, 0, 0.12); /* subtle shadow lift */
}


.kontakt-info-box p{
	margin:8px 0px !important;
    color:#0A0A0A  !important;
}
.kontakt-info-box h3{
	color:#4d4d4d !important;
}

/*--from---*/

/* Form Container */
.kontakt-form {
  background: #f3f3f3;
  padding:50px;
  border-radius: 16px;
}

/* Grid Layout (2 columns like screenshot) */
/*.kontakt-form .wpforms-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 25px;
}*/

/* Full width fields */
.kontakt-form .wpforms-field-full {
  grid-column: span 2;
}

/* Labels */
.kontakt-form .wpforms-field-label {
  font-size: 14px;
  font-weight: 600;
  color: #444;
  margin-bottom: 6px !important;
}

/* Inputs & Select */
.kontakt-form input,
.kontakt-form select,
.kontakt-form textarea {
  width: 100%;
  padding: 14px 16px !important;
  border-radius: 8px;
  border: none !important;
  font-size: 14px;
  color: #333;
  outline: none;
}
.kontakt-form select{
	height:53px !important;
}
/* Placeholder */
.kontakt-form input::placeholder,
.kontakt-form textarea::placeholder {
  color: #888;
}

/* Textarea */
.kontakt-form textarea {
  min-height: 120px;
  resize: none;
}

/* Button Wrapper */
.kontakt-form .wpforms-submit-container {
  grid-column: span 2;
  margin-top: 10px;
}

/* Button */
.kontakt-form button.wpforms-submit {
  background: #ff7a00;
  color: #fff;
  border: none;
  padding: 14px 28px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}

/* Button Hover */
.kontakt-form button.wpforms-submit:hover {
  background:#082547 !important;
}

.m-auto-lr{
	margin:0 auto;
}

.kontakt-fm-box {
  position: relative;
  overflow:hidden;	
}

.kontakt-fm-box::before {
    content: "" !important;
    position: absolute;
    /* inset: 12px auto auto 12px; */
    width: 30rem;
    height: 35rem;
    background: url(/wp-content/uploads/2026/04/kkt-img-1.svg) no-repeat center / contain;
    pointer-events: none;
    left: -36px;
    top: -233px;
}


.kontakt-fm-box::after {
    content: "" !important;
    position: absolute;
    /* inset: 12px auto auto 12px; */
    width: 66rem;
    height: 40rem;
    background: url(/wp-content/uploads/2026/04/kkt-img-2.svg) no-repeat center / contain;
    pointer-events: none;
    right: -36px;
    bottom: -330px;
}
/* Base styles: large screens first (default) */


@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.ptb-48>.kt-row-column-wrap {
       padding-top: 70px !important;
       padding-bottom: 70px !important;		
   }
	
	   
.pt-48>.kt-row-column-wrap {
  padding-top: 70px !important;
}

.pb-48>.kt-row-column-wrap{
  padding-bottom: 70px !important;
}

	
.page-inner-nws .kt-inside-inner-col figure {
    height: 100%;
}	
	.page-inner-nws .kt-inside-inner-col img {
   object-fit:cover;
}

	.kontakt-info-box h3{
		font-size:18px !important;
	}
	
    .kontakt-info-box p{
		font-size:15px;
	}
	
	.kontakt-info-box figure {
		width:33px;
		margin-bottom:8px !important;
	}
	
}

/* Extra large desktops */
@media (max-width: 1599.98px) {
  /* Adjustments for slightly smaller wide screens */
	.about-bnr-img::before {
    width:45rem;
	height:30rem;
  display: none !important;
}	

}

/* Large desktops */
@media (max-width: 1399.98px) {
  /* Styles for large desktop screens */
.kontakt-fm-box::before {
    width: 45rem;
	height: 29rem;
	}	
	
.kontakt-fm-box::after {
    width: 50rem;
	height: 35rem;
 }	
	
	
}
@media (max-width: 1299.98px) {
.kontakt-service-row>.kt-inside-inner-col {
    padding: 160px 35px 20px 30px;
}
}
/* Medium desktops / laptops */
@media (max-width: 1199.98px) {
  /* Styles for medium desktops */
  .kontakt-service-row>.kt-inside-inner-col {
    max-width: 100%;
    margin-left: 0px;
    padding: 50px 15px 20px 15px;
}
    .kontakt-fm-box::before {
        width: 45rem;
        height: 29rem;
        display: none !important;
    }
     .kontakt-fm-box::after {
        width: 45rem;
        height: 29rem;
        display: none !important;
    }
}

/* Tablets */
@media (max-width: 991.98px) {
  /* Styles for tablets */
	
.kontakt-fm-box::before {
    width:32rem;
	height: 29rem;
  display: none !important;
	}	
	
.kontakt-fm-box::after {
    width:38rem;
	height: 35rem;
  display: none !important;
 }	
	
.about-bnr-img::before {
   display:none !important;
}	
	
	    .kontakt-service-row>.kt-inside-inner-col {
        max-width: 100%;
        padding: 0px 0px 0 0px;
    }	
}



/* Responsive (Mobile) */
@media (max-width: 768px) {
  .kontakt-form {
    padding:18px;
  }

  .kontakt-form .wpforms-form {
    grid-template-columns: 1fr;
  }

  .kontakt-form .wpforms-field-full {
    grid-column: span 1;
  }
	

}

/* Small phones */
@media (max-width: 575.98px) {
  /* Styles for portrait phones */
	
	.kontakt-fm-box::before {
    width:25rem;
	height: 25rem;
  display: none !important;
	}	
	
.kontakt-fm-box::after {
    width:30rem;
	height: 30rem;
  display: none !important;
 }	
	/*.about-bnr-img::before {
    width:18rem;
	height:18rem;
}*/
}