.company-icon i{
    font-size: 36px;
    color: #f57c00;
}

.company-contact-item .company-icon{
    width: 50px;
}

.company-contact-item a{
    color:#000;
}

.company-contact-form-wrapper {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

.company-contact-form {
	background-color: #f57c00; /* Pomarańczowy */
	padding: 30px 20px;
	border-radius: 15px;
	color: white;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.company-contact-form h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
    color:#fff;
}

.company-contact-form label {
	display: block;
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 14px;
}

.company-contact-form input,
.company-contact-form textarea {
	width: 100%;
	padding: 10px 12px;
	border-radius: 8px;
	border: 2px solid #00bcd4; /* Jasnoniebieski */
	font-size: 14px;
	outline: none;
}

.company-contact-form input:focus,
.company-contact-form textarea:focus {
	border-color: #0097a7;
}

.company-contact-form button {
    margin-top: 25px;
	display: inline-block;
	background-color: white;
	color: #f57c00;
	border: none;
	padding: 12px 30px;
	border-radius: 8px;
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.company-contact-form button:hover {
	background-color: #ffe0b2;
}

.companies-company h1{
    color:#f57c00;
    font-size: 36px;
    text-align: left;
    font-family: "Poppins", sans-serif;
}

.company-link{
	margin-bottom: 15px;
}

.company-link a {
	position: relative;
	display: inline-block;
	cursor: pointer;
	outline: none;
	border: 0;
	vertical-align: middle;
	text-decoration: none;
	background: transparent;
	padding: 0;
	font-size: inherit;
	font-family: inherit;
  }

  .company-link a.learn-more {
	width: 100%;
	height: auto;
  }

  .company-link a.learn-more .circle {
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: relative;
	display: block;
	margin: 0;
	width: 3rem;
	height: 3rem;
	background: #f57c00;
	border-radius: 1.625rem;
  }

  .company-link a.learn-more .circle .icon {
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background: white;
  }

  .company-link a.learn-more .circle .icon.arrow {
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	left: 0.625rem;
	width: 1.125rem;
	height: 0.125rem;
	background: none;
  }

  .company-link a.learn-more .circle .icon.arrow::before {
	position: absolute;
	content: '';
	top: -0.25rem;
	right: 0.0625rem;
	width: 0.625rem;
	height: 0.625rem;
	border-top: 0.125rem solid #fff;
	border-right: 0.125rem solid #fff;
	transform: rotate(45deg);
  }

  .company-link a.learn-more .button-text {
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.75rem 0;
	margin: 0 0 0 65px;
	color: black;
	font-weight: 700;
	line-height: 1.6;
	text-align: left;
	text-transform: uppercase;
  }

  .company-link a:hover .circle {
	width: 100%;
  }

  .company-link a:hover .circle .icon.arrow {
	background: white;
	transform: translate(1rem, 0);
  }

  .company-link a:hover .button-text {
	color: white;
  }

  .company-carousel-wrapper{
      padding-left: 60px;
      padding-right: 60px;
  }

.owl-prev-custom,
.owl-next-custom{
     background: #f57c00;
     color:#fff;
     width: 50px;
     height: 50px;
     text-align: center;
     border: none;
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     border-radius: 50%;
     font-size: 36px;
 }
 .owl-prev-custom{
     left: 0px;
 }

 .owl-next-custom{
     right:0px;
 }

 .company-image{
     position: relative;
     overflow: hidden;
 }

.company-image img{
     max-width: 100%;
     background-repeat: no-repeat;
     background-position: center center;
     background-size: cover;
}

.mb{
    margin-bottom: 80px;
}

.company-products h3{
    font-size: 18px;
}

.company-badge{
    background: #f57c00;
    color:#fff;
    margin-bottom: 4px;
    border:1px solid #f57c00;
    font-size: 16px;
    font-weight: 400;
}

.company-badge:hover{
    color:#f57c00;
    border:1px solid #f57c00;
    background: #fff;
}

.custom-tabs-wrapper {

}

.company-tab-content{
    border: 1px solid #f57900;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}
.custom-tabs {
    border-bottom: 1px solid transparent;
    background: #fff;
    padding-left: 10px;
    padding-top: 10px;
}

.custom-tabs .nav-link {
    border: 1px solid #f57900;
    border-bottom: none;
    border-radius: 12px 12px 0 0;
    margin-right: 5px;
    font-weight: 500;
    padding: 10px 20px;
    transition: all 0.2s ease-in-out;
    background: #f57900;
    color: #fff;
}

.custom-tabs .nav-link.active {
    color: #f57900;
    background: #fff;
    font-weight: 600;
}

.tab-content {
    background: #fff;
}

.company-publications{
    padding: 15px;
    background: #f9f9f9;
}
