.products a span{
    background-color:#EEAF30;
    color:white;
}

.products a img{
    border-radius:0;
}


footer{
    background-color:#D7D7D7;
}

footer ul li a,
footer a{
    color: #37424A;
    text-decoration:none;
}

footer ul.mail-list span{
color: #37424A;
}


footer ul li a:hover{
 color:#EEAF30;
}

footer .col-social .button-pos{
      background-color:#EEAF30;
      margin-left:0;
      border-radius:0;
}

.social-links li a{
    background-color:#007681;
    border: 1px solid #007681 !important;
}

.social-links li a svg{
   fill:white;
}

.social-links li a:hover svg{
    fill:#EEAF30;
}

footer .footer-bottom{
    border-top:1px solid rgba(0,0,0,.1);
}

footer .copyright{
    font-size:16px;
}


section.newsletter{
    background: #007681 !important;
    position:relative;
    overflow:hidden;
}

section.newsletter::before,
section.newsletter::after {
    content: '';
    position: absolute;
    top: -50px;
    bottom: -50px;
    width: 180px;
    background: #0e848f;
    transform: skew(-45deg);
}

section.newsletter::before {
    left: 50px;
}

section.newsletter::after {
    right: -20px;
}

.newsletter form.newsletter-form .newsletter-email{
    border-radius:0;
    background-color: #293133;
    color:white;
    padding: 20px 15px;
}


.newsletter form.newsletter-form button{
     border-radius:0;
        background-color: #293133;
    color:white;
    padding: 20px 0;
    border-left:1px solid #007681;
}

.custom-checkbox .custom-control-label::before{
    border-radius:0;
}

.about-item .about-icon img{
    height:120px;
}

.about-item .about-count{
   
    font-weight:800;
    font-size:36px;
    margin-top:16px;
}

.about-item .about-label{
   color:#007681;
    font-weight:800;
    font-size:16px;
    border-bottom:1px solid #EEAF30;
    padding:0 10px;
}

 
  .home-section-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }

.home-section-item:nth-of-type(even) > .row {
  flex-direction: row-reverse;
}



@media (max-width: 767.98px) {
  .home-section-item:nth-of-type(even) > .row {
    flex-direction: column;
  }

  .home-section-content {
    height: auto;
  }
}

section.light .home-section-item h2,
section.grey .home-section-item h2,
section .section-title h2{
    font-weight:900;
    font-size:42px;
    color: #293133;
  }

.home-section-item .home-section-content h4{
    font-weight:900;
    font-size:32px;
    color: #007681;
  }

  .home-section-item .home-section-content p{
    font-weight:400;
    font-size:16px;
    color: #000;
    margin:15px 0;
  }


.btn-cta-green{
    font-weight:500;
    background-color: #007681;
    padding:12px 32px;
    font-size:20px;
    color: #fff;
    display:inline-block;
    text-decoration:none;
    margin:15px 0;
      width: auto !important;
      max-width: max-content;
  }


  .single-carousel img{
    border-radius:24px !important;
  }

  .blog-item a h3,
    .blog-item a p,
      .blog-item a span{
        text-decoration:none;
      }



.blog-item h3 {
    font-size: 20px;
    font-weight: 900;
    color: #007681;
}


section.grey{
    background-color:#EFEFEF !important;
}


header {
    background-color: white;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}


.products-list .product-filter, .side-menu-box{
    border-radius:0;
    border:1px solid rgba(0,0,0,.05);
}


.product-items .product-item {
    border-radius: 0px;
    border:1px solid rgba(0,0,0,.05);
    background-color: #fff;
}

.product-items .product-item .product-info h3{
    font-weight:800;
    font-size:17px;
}


.product-items .product-item .product-info a.link-readmore{
    font-weight:400;
    font-size:15px;
    text-align:center;
    color: #007681;
    text-decoration:none;
    background:none;
    padding-top:15px;
    border-top:1px solid rgba(0,0,0,.05);
}


.products-list .product-filter .product-search-form input{
       border:1px solid rgba(0,0,0,.05);
        background-color:white;
        border-radius:0;
}

.products-list .product-filter .product-search-form button{
          border-radius:0;
}


.products-list .product-filter .product-categories ul li a,
.product-categories .card .card-header h5 .catName a{
    text-decoration:none;
}

.page-title ol.breadcrumb li, .page-title ol.breadcrumb li a{
      text-decoration:none;
}

.product-title{
    font-weight:900;
    font-size:42px;
    color:black;
}

.product-info p{
    font-weight:400;
    font-size:20px;
    line-height:1.5;
}

.product-images{
    border-radius:0;
}

.product-image{
    max-height:50vh;
    width:auto !important;
    margin:0 auto;
    aspect-ratio:1;
}


.event-item{
    background-color:#F3F3F3;
    padding-bottom:0;
    min-height:240px;
}

.event-item .event-date{
    background-color:#007681;
    width:35%;
        padding-right: 3%;
   clip-path: polygon(0 0, 85% 0, 100% 85%, 80% 100%, 0 100%);
}

.page-title h1{
    font-weight:900;
    font-size:42px;
}

.form label{
    font-weight:500;
}


form .btn-submit{
    border-radius:0;
    
    background-color:#EEAF30;
    padding: 12px 30px 12px 31px;
}

form .btn-submit:hover{
background-color:#007681;
}




form input.form-control, form select.form-select, form textarea.form-control{
	border-radius:0;
	border:none;
	background-color:#F2F4F8;
	border-bottom:1px solid #C1C7CD;
}


form label{
    margin-bottom:10px;
}

section.content h1, 
section.content h2, 
section.content h3, 
section.content h4{
    font-weight:900;
    color:#007681;
}


.event-item .event-title a{
    text-decoration:none;
}


.event-item .event-title h4{
    font-weight:900;
    font-size:24px;
    text-decoration:none;
}




.fair-card {
  background: #f2f2f2;           /* Sağ alan arkaplan */
  height: 260px;
  position: relative;
}

.fair-left {
  background: #006d75;
  width: 200px;
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
}

.fair-day {
  font-size: 48px;
  font-weight: 800;
}

.fair-month {
  font-size: 28px;
  font-weight: 600;
  margin-top: -10px;
}

.fair-right {
  background: #f2f2f2;
}

.fair-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
}

.fair-meta {
  font-size: 16px;
  color: #333;
}

.fair-link {
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  color: #222;
}

.event-item .event-date p span.event-month{
    font-size:24px;
    line-height:1.3;
}

.event-detail h1.event-title{
    font-size:42px;
    font-weight:900;
}

.no-radius {
    border-radius: 0 !important;
}

.event-detail .event-meta{
    font-weight:400;
    font-size:16px;
    color:#293133;
}

.event-detail .calendar-add{
     font-weight:400;
    font-size:16px;
    color:#293133;
}




.event-title + a img {
    margin-top: 4px;
}

.other-events-section h2{
    font-size:42px;
    font-weight:900;
}

.icon-wrapper{
    background-color:transparent;
    padding:0 10px 10px 10px;
        align-items: start;
}


/* Checkbox kutusu */
.form-check-input.custom-check {
    width: 26px;
    height: 26px;
    border-radius: 0px; /* köşe yumuşaklığı ayarla */
    border: none;
    background-color: #e5e5e5; /* pasif durumda gri */
    cursor: pointer;
    box-shadow: none;
}

/* Tik aktif olduğunda */
.form-check-input.custom-check:checked {
    background-color: #007681; /* senin teal rengin */
    border: none;
    background-image: url("assets/img/icon-checkbox.svg");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}

/* Fokus parlamasını kaldırmak istersen */
.form-check-input.custom-check:focus {
    box-shadow: none;
}

/* Label hizalaması */
.form-check-label {
    margin-left: 8px;
    cursor: pointer;
}

form .form-check label{
    font-size:14px;
    padding-top: 10px;
}

.alert.alert-danger,
.alert.alert-success{
    border-radius:0;
}




/* Timeline Vertical Line */
.history-timeline {
    position: relative;
}

.timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: #E5A500; /* sarı çizgi */
    transform: translateX(-50%);
    z-index: 0;
}

/* Timeline Dot */
.timeline-dot {
    width: 16px;
    height: 16px;
    background-color: #007681;  /* teal */
    border-radius: 50%;
    margin: 0 auto 6px auto;
    z-index: 2;
}

/* Timeline Year */
.timeline-year {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
}

/* Timeline Item Objects */
.timeline-item {
    position: relative;
    z-index: 5;
    margin-bottom: 80px;
}

.timeline-img {
    width: 100%;
    max-width: 380px;
    border-radius: 14px;
    background: #ddd; /* placeholder gibi */
}

/* Text */
.timeline-text {
    font-size: 17px;
    line-height: 1.5;
}

.timeline-content.left {
    text-align: right;
}

.timeline-content.right {
    text-align: left;
}

/* Mobile Düzen */
@media (max-width: 767px) {
    .timeline-line {
        left: 20px;
    }
    .timeline-center {
        margin-bottom: 20px;
    }
    .timeline-content.left,
    .timeline-content.right {
        align-items: flex-start !important;
        text-align: left !important;
    }
}




.history {
  font-family: arial;
  position: relative;
  text-align: center;
  overflow: auto;
  width: 960px;
  margin: 50px auto;
  padding: 0;
  max-width:100%;
  list-style:none;
  overflow-x: hidden;
}

.history::before {
  content: "";
  width: 2px;
  height: 95%;
  position: absolute;
  display: block;
  background-color: #EEAF30;
  margin: 0 auto;
  top: 5px;
  left: calc(50% - 2px);
}

.history li {
  width: 50%;
  margin-bottom: 30px;
  position: relative;
}

.history li:nth-child(odd) {
  float: left;
  text-align: right;
  margin-right: 10px;
  padding-right: 30px;
}

.history li:nth-child(even) {
  float: right;
  text-align: left;
  margin-left: 10px;
  padding-left: 30px;
}



.history li:nth-child(odd) p{
   transform:translateX(530px) translateY(100px);
   text-align: left;
       overflow: visible;
    height: 1px;
}

.history li:nth-child(even) p{
transform:translateX(-530px) translateY(100px);
 text-align: right;
     overflow: visible;
    height: 1px;
}



.history li::before {

  content: "";
  display: block;
  position: absolute;
  height: 20px;
  width: 20px;
  top: 5px;
  color:white;
  padding-top:5px;
  text-align:center;
  border-radius: 50%;
  background-color: #007681;
}

.history li:nth-child(odd)::before {
  right: -9px;
}

.history li:nth-child(even)::before {
  left: -11px;
}


.history li h3 {
  font-size: 24px;
  font-weight:900;
  color: #000;
  margin:0;
}

.history li p strong{
  font-size: 22px;
  color: #000;
  font-weight:500;
  margin:5px 0;
}

.history li p{
  font-size: 20px;
  color: #000;
  font-weight:300;
  margin:5px 0;
 transform:translateY(120px);
}



@media only screen and (max-width: 600px) {
  .history::before {
   left:15px !important; 
  }
  .history li{
    width:90%;
    margin-left:0px !important;
    padding:0 !important;
    text-align:left !important;
    float:left !important;
    padding-left:40px !important;
  }
  .history li::before{
    left:6px !important
  }


.history li img{
   transform:translateX(0) !important;
}

.history li p{
transform:translateY(0px) !important;
}

.history li:nth-child(even) p,
.history li:nth-child(odd) p{
  height:auto !important;
  font-size:16px;
  text-align:left !important;
}

.history li p strong{
  font-size:18px;
}
}



.quality-certificate .btn-download{
    background-color:#007681;
    border-radius: 0;
    text-decoration:none;
}

.noround{
    border-radius:0 !important;
}


.blog-title{
    font-weight:900;
    font-size:42px;
    color:#007681
}

.content-section h2,
.content-section h3,
.content-section h4,
.content-section h5{
  color:#007681;
  font-weight:900;
}


.spare-part-item{
  border:1px solid #ccc;
  background-color:white;
}

.item-product-1 .btn-pro-add{
  border-radius:0;
}

form input.form-control, form select.form-control, form textarea.form-control{
  border-radius:0 !important;
}


.video-item a{
  text-decoration:none;
}


.btn-yilmaz{
    border-radius:0 !important;
    text-decoration:none;
     background-color:#007681 !important;
     padding: 10px 30px;
}

.katalog-item, .edu-item{
  background-color:white;
  border:1px solid #ccc;
 
}


.blog-item a{
  text-decoration:none;
}

.form-check{
  display:flex;
  align-items: flex-start;
}

.newsletter form .form-check label{
  padding-top:0;
}

.products-list .product-filter .product-categories ul li{
  padding-left:10px;
}

.products-list .product-filter .product-categories ul li .sub-list2 li{
  padding-left:10px;
}

.search_contain{
  background-color:black !important;
}

.search_contain .searchInput, .search_contain .searchInput:focus{
   color:white;
}



.search_contain .searchInput::placeholder {
  color: #fff !important;
  opacity: 1; /* Firefox için */
}

.search_contain .searchInput::-webkit-input-placeholder {
  color: #fff !important;
}

.search_contain .searchInput:-ms-input-placeholder {
  color: #fff !important;
}

.search_contain .searchInput::-ms-input-placeholder {
  color: #fff !important;
}


.career-info {
    background: url(assets/img/form-bg.webp) center top no-repeat;
        background-size: cover;
    background-attachment: fixed;
}

.box-catalogue{

}


section.light h2, section.grey h2{
  font-family: 'Nunito Sans';
font-weight: 900;
font-style: Black;
font-size: 42px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;

}

.products a span{
   position:relative;
    font-family: 'Nunito Sans';
font-weight: 900;
font-style: Black;
font-size: 32px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
vertical-align: bottom;

}

.btn-grn{
  background-color:#007681;
  border-radius:0 !important;
  color:white;
  text-decoration:none;
  padding:12px 32px;
  font-size:20px;
  font-weight:500;
  display:inline-block;
  width: auto !important;
  border:none;
}

@media (max-width: 767.98px) {
    section.light h2, section.grey h2 {

      font-size: 34px;
    }

    section.newsletter::before,
    section.newsletter::after{
        display:none;
    }

    .search-form{
      display:none !important;
    }

    .top-nav ul.top-menu li a, .lang-nav ul.top-menu li a, .lang-menu li a, .sub-nav ul.top-menu li a{
      background-color: #007681;
      text-decoration:none;
      color:white;
    }

  }



  .product-item:hover a.link-readmore{
    background-color:#007681;
    color:white;
  }

  .stretched-link:hover  {
    background-color:#007681;
    color:white;
}


#loadMoreBtn{
  border-radius:0 !important;
  background-color: #EEAF30;
  color:white;
}