.section.has-colorset-black {
    background-color: #333;
    padding: 60px 0; 
	margin-bottom:0;
}

.section.has-colorset-black .title-text-label {
    color: #ffffff;
}
.section.has-colorset-black h2 {
	color:#fff;
}
.category-card {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease;
}


.category-img {
    object-fit: cover;
    height: 650px;
    display: block;
    transition: transform 0.3s ease, filter 0.3s ease;
    filter: none; /* sayfa açılışında renkli */
}
.category-card:hover .category-img {
    transform: scale(1.05);
	   filter: none; /* sayfa açılışında renkli */
	   
}
@media (max-width: 767.98px) {
    .category-img {
        height: 350px; /* mobilde daha küçük */
    }
}
.overlay-custom {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    transition: background 0.3s ease;
}



/* Hover olan kart overlay koyulaşsın */
.category-card:hover .overlay-custom {
    background: rgba(0,0,0,0.1);
}

/* Container hover olduğunda diğer kartlar gri olsun */

.category-cards-container:hover .category-card:not(:hover)::after {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* istediğin renk ve opaklık */
    pointer-events: none; /* tıklamayı engellemesin */
    transition: background 0.3s ease;
}

.category-content-wrapper{
   width:100%;
   z-index: 1;
   position:absolute;
   bottom:10px;
}
.category-card:hover .category-content {
   transform: translateY(0);
}
.category-content {
	position: relative;
    transform: translateY(100%);
    transition: transform .5s;
}
.category-arrow {
    font-size: 1rem;
    transition: transform 0.3s ease;
    margin-left:13px;
}
.category-description {
    color: white;
    font-size: 0.9rem;
    line-height: 1.4;
    opacity: 1;
    font-size: 14px;
     transition: opacity .5s;
     opacity: 0;
     padding:0 20px;
}

.category-card:hover .category-description {
    opacity: 1;
}

.category-card .category-description p{
  font-size: 14px;
  line-height: 19px;
}
.category-card:hover .category-description {
    opacity: 1;
}

.category-title {
    color: #fff;
    font-size: 1.2rem;
    bottom: 20px;
    left: 20px;
    z-index: 10;
    margin: 0;
    letter-spacing: 0.5px;
    position: absolute;
  bottom: 100%;
    margin-bottom: 15px;
}



.video-section {
    background: #FAF9F8;
    padding: 60px 0;
	border-top:none!important;
	margin-top:0!important;
	margin-bottom:0!important;
}

.video-header-text .title-text-label {
    color: #000;
    margin: 0;
    font-weight: 500;
}

.video-header-text .title.is-2 {
    font-weight: 300;
    color: #1A1A1A;
    margin: 0;
    letter-spacing: 0.48px;
    font-family: 'Ubuntu';
    font-size: 35px;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    margin-top: 30px;
}
.section-urunler{
	 background-color: #333!important;
	margin-top:0;
}
.section-urunler h2 {
   font-weight: 300;
    color: #fff;
    margin: 0;
    letter-spacing: 0.48px;
    font-family: 'Ubuntu';
    font-size: 38px;
     margin-top: 15px;
         margin-bottom: 10px !important;
}

.section-urunler .thumb-fixed-size {
    width: 100%;      /* tüm resimler aynı genişlik */
    height: 400px;     /* tüm resimler aynı yükseklik */
    display: block;
    margin: 0 auto;    /* ortalar */
    border-radius: 8px!important;
}
.thumb-info-wrapper{
   border-radius: 8px!important;
   overflow:hidden;
}
.section-urunler a {
    text-decoration: none;
    color: inherit; /* normal durumda yazı rengini koru */
}
.section-urunler a:hover p {
    color: #FFD700!important;
    transition: color 0.3s ease; /* yumuşak geçiş efekti */
}

.section-sertifikalar h2{
     font-weight: 300;
    color: #1A1A1A;
    margin: 0;
    letter-spacing: 0.48px;
    font-family: 'Ubuntu';
    font-size: 35px;
    margin-bottom: 5px;
}

.section-sertifikalar p {
   font-size: 17px;
   color: #1a1a1a !important;
    line-height: 1.5;
    text-align: left;
}
.section-action{
    background:#efece8!important;
    margin-top: 0 !important;
}
.action-block-content p{
     font-size: 16px;
    color: #1a1a1a;
}

.section-action .actions {
    display: flex;
    margin-top: 30px;
}

.maintexth2{
       font-weight: 300;
    color: #1A1A1A;
    margin: 0;
    letter-spacing: 0.48px;
    font-family: 'Ubuntu';
    font-size: 35px;
}
.maintextp{
    color: #ffc20e !important;
    font-weight: 600;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    font-size: 1.1em;
}

.mainkategorisection h2{
    letter-spacing: 0.48px;
    font-size:35px;
}

.urunler-item {
    padding: 0 5px;
}
.slider-progress {
  position: relative;
    height: 2px !important;
  background: #e0e0e0;
  margin-top: 15px;
  border-radius: 3px;
  overflow: hidden;
}
.slider-progress .progress-fill {
  position: absolute;
  height: 100%;
  background-color: #ffc20e;
  width: 0%;
  transition: width 0.6s ease;
}
.slider-nav-buttons button {
    background: transparent;
    border: none;
    color: #d0cac0; /* default ikon rengi */
    font-size: 20px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease;
    margin-top:10px;
}

.main-text p {
    font-size: 17px;
    line-height: 28px;
}

.slider-content {
  bottom: 60px;
  left: 0;
  right: 0;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 5;
}

.slider-title {
  color: white;
  font-size: 55px;
  font-weight: 300;

  margin-bottom: 0;
  text-align: left;
  max-width: 70%;
  font-family: "Ubuntu", sans-serif;
     line-height: 56px;
}

.explore-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: white;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 30px;
  transition: all 0.3s ease;
  text-align: center;
  z-index: 5;
  font-family: 'Noto Sans';
  background: transparent;
}
.explore-btn i {
  margin-top: 0;
    font-size: 17px;
}

.explore-btn:hover {
  text-decoration: none!important;
  color: rgb(201, 201, 201);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .slider-content {
    bottom: 30px;

    align-items: center;
    text-align: center;
        padding: 0 20px;
  }
  
  .slider-title {
    font-size: 1.8rem;
    max-width: 100%;
    line-height: 28px;
  }
  
  .explore-btn {
    font-size: 0.9rem;
    padding: 8px 16px;
  }
}

@media (max-width: 576px) {
  .slider-title {
    font-size: 1.5rem;
  }
  
  .explore-btn {
    font-size: 0.8rem;
    padding: 6px 12px;
  }
   .explore-btn span {
    display: none;
  }
  
  .explore-btn i {
    font-size: 0.9rem;
  }
}

.hero-slider {
 position: relative;
  overflow: hidden;
}

.hero-slider-wrapper {
  border-radius: 10px;
  overflow: hidden;
}

.hero-slider .container-fluid {
  padding: 0;
  height: 100%;
}

.hero-slider-wrapper {
  position: relative;
  height: 100%;
  border-radius: 4px;
}

.hero-slider .slide-item img,
.hero-slider .slide-item video {
  width: 100%;
  height: 750px;
  object-fit: cover;
}
@media (max-width: 576px) {
 
  .hero-slider .slide-item img,
  .hero-slider .slide-item video {
    height:320px;
  }

}


.hero-slider .slider-video {
  object-fit: cover;
}
.hero-slider .slide-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
  border-radius: 4px;
}

.action-block-content h2 {
        margin: 0 0 32px;
}
.card.is-nav-highlight {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
	padding:0!important;
	border:none!important;
}

.card.is-nav-highlight .media {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.card.is-nav-highlight .media img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}
.card.is-nav-highlight .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0));
    opacity: 0;
    transition: opacity 0.3s ease;
}
.card.is-nav-highlight .card-content {
    position: absolute;
    color: #fff;
    width: 100%;
    left: 0;
    bottom: 20px;
    padding: 10px 20px;
}

.card.is-nav-highlight .card-content h3 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
    display: flex;                 
    justify-content: space-between; 
    align-items: center;
}

.card.is-nav-highlight .card-content h3 .icon {
    font-size: 1rem;
}

.content.title-text-label {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.sertifika-image {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.sertifika-image img {
    max-width: 100%;
    max-height: 300px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}
.content.title-text-label {
	font-size: 1.1rem;
}
.slider-btn {
    width: 42px;
    height: 42px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.section-sertifikalar {
  background-color: #fff;
  padding: 50px 0;
}
.sertifika-item {
  text-align: center;
  padding: 20px;
  border-radius: 8px;
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.sertifika-item .sertifika-image {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
}

.sertifika-item .sertifika-image img {
  max-height: 150px;
  width: auto;
  border-radius: 4px;
  object-fit: contain;
}

.sertifika-item .sertifika-image .sertifika-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius:5px;
}
.sertifika-item .sertifika-image .sertifika-overlay i {
  color: #fff;
  font-size: 2rem;
}
.sertifika-item:hover .sertifika-image .sertifika-overlay {
  opacity: 1;
}

.sertifika-item .sertifika-image .sertifika-overlay i {
  color: #fff;
  font-size: 2rem;
}

.sertifika-item h5 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .section-sertifikalar .section-title h2 {
    font-size: 2.25rem;
  }
  
  .sertifika-item h5 {
    font-size: 1.125rem;
  }
}

@media (min-width: 992px) {
  .section-sertifikalar {
    padding: 70px 0;
  }
   .sertifika-item .sertifika-image {
    height: 210px;
  }
  
  .sertifika-item .sertifika-image img {
    max-height:210px;
  }
}
.video-section {
  padding: 50px 0;
  background-color: #f8f9fa;
}

.video-header-text .title-text-label {
  color: #ffc20e !important;
    font-weight: 600;
   font-size: 1.1em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.video-header-text h2 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.video-wrapper {
  position: relative;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.video-wrapper video {
  width: 100%;
  height: auto;
  display: block;
  outline: none;
}

.video-wrapper video::-webkit-media-controls {
  border-radius: 0 0 8px 8px;
}
@media (min-width: 768px) {
  .video-section {
    padding: 70px 0;
  }
  
  .video-header-text h2 {
    font-size: 2.25rem;
  }
}
@media (min-width: 992px) {
  .video-header-text h2 {
    font-size: 2.5rem;
  }
}
.section-sertifikalar{
    padding-bottom: 10px!important;
}

.anil-dl-banner-section {
    position: relative;
    overflow: hidden;
    margin-bottom:0!important;
    padding-bottom: 0!important;
}

.anil-dl-banner-section {
    position: relative;
}

.anil-dl-banner-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/dealer-locator-background.jpg') no-repeat center center!important;
    background-size: cover;
    opacity: 0.5;
    z-index: -1;
}
@media (min-width: 768px) {
    .anil-dl-banner {
        min-height: 500px;
    }
}
.anil-dl-banner__content {
    width: 100%;
    position: relative;
}
@media (min-width: 768px) {
    .anil-dl-banner__content {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
}
@media not all and (min-width: 768px) {
	.anil-dl-banner-section{
		margin-top:0!important;
	}
    .anil-dl-banner {
        min-height: 245px;
    }
}
@media not all and (min-width: 768px) {
    .anil-dl-banner__content {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}
.anil-dl-banner__content__title {
    font-weight: 700;
    color: #ffc20e; /* Anıl Tarım kırmızı rengi */
}
@media (max-width: 768px) {
	.anil-dl-banner__content__title{
		font-size:22px;
	}
}
@media (min-width: 768px) {
    .anil-dl-banner__content__title {
        max-width: 600px;
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .anil-dl-banner__content__description {
        max-width: 600px;
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}
.anil-dl-banner__content__cta {
    margin-top: 1rem;
}

@media (min-width: 1024px) {
    .anil-dl-banner__content__cta {
        margin-top: 1rem;
    }
}
	
.thumb-info img {
    transition: all .3s ease;
    border-radius: 3px;
    position: relative;
    width: 100%;
    height: 350px;
}

.blog-title {
    font-size: 24px;
    font-weight: 400;
    color: #1A1A1A;
    display: flex;
    justify-content: space-between; /* başlık solda, ok sağda */
    align-items: center;
    margin-bottom: 10px;
    position: relative;
	letter-spacing:0.288px;
	  font-family: 'Ubuntu';
	  text-transform:capitalize;
	  line-height:27px;
}
.main-section-blog .blog-title {
    color: white; /* Başlık rengi beyaz */
    font-size: 40px;
    margin-bottom: 15px;
    font-family: 'Ubuntu';
    letter-spacing:0.48px;
    font-weight: 300;
    line-height:40px;
        margin-top: 30px;
}

.main-section-blog .main-blog-button{
    margin-bottom: 35px;
}
.main-section-blog .blog-description {
    color: white; /* Yazı rengi beyaz */
    font-size: 16px;
    margin-bottom: 20px;
    letter-spacing:0.192px
}
.main-section-blog .img-fluid {
    border-radius: 6px;
    object-fit: cover;
    margin-bottom: 20px; /* Resim ile link arasında boşluk */
        width: 80%;
}

.main-section-blog {
    padding:0!important;
}
.main-section-blog .blog-container {
    padding:0 30px;
}


@media (min-width: 1600px) {
    .main-section-blog .blog-container {
         padding: 20px 70px 0 150px;
    }
     .main-section-blog .img-fluid {
        max-width: 85%;
        height: 550px;
        object-fit: cover;
    }
}
.main-section-blog .col-md-6:first-child {
    background-color: #333;
    background-attachment: fixed;
}
.main-section-blog .urunler-item a {
    text-decoration: none;
		 color:#fff;
}
.main-section-blog .urunler-item a:hover {
    color:#ffc20e;
}
main-section-blog .col-md-6:first-child {
    background-color: #333;
    background-attachment: fixed;
}
.main-section-blog  .col-md-6:last-child {
    background-color: #1a1a1a;
    background-attachment: fixed;
}
.main-section-blog  .equal-height-row {
    display: flex;
    flex-wrap: wrap;
}

.main-section-blog  .equal-height-row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.main-section-blog  .pt-4 {
    padding-top: 1.5rem;
}

.main-section-blog  .pb-4 {
    padding-bottom: 1.5rem;
}

.main-section-blog  .pt-5 {
    padding-top: 3rem;
}
.blog-slider-wrapper{
    margin-top:150px;
}
.slider-controls-wrapper {
    width: 70%;
    margin: 30px 0;
    padding:0  15px;
}
.blog-slider-wrapper p {
    font-size:17px;
}
.slider-controls-inner {
    display: flex;
    align-items: center;
    gap: 24px; /* progress ile oklar arası boşluk */
}
.slider-progress-area {
    flex: 1; /* kalan alanı kaplasın */
}

.slider-progress {
    width: 100%;
    height: 2px;
    background: #d0d0d0;
    position: relative;
}

.slider-progress-fill {
    height: 100%;
    width: 0%;
    background: #ffc20e;
    transition: width 0.3s ease;
}
.slider-buttons-area {
    display: flex;
    flex-shrink: 0;
}

.slider-btn {
    width: 42px;
    height: 42px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.section-sertifikalar {
  position: relative;
  overflow: visible;
}
.sertifikalar-viewport {
  position: relative;
  width: 100%;
  overflow: visible; 
}
.sertifikalar-slider {
  box-sizing: border-box;
  width: 100vw; 
  max-width: 100vw;
}
.urunler-slider-wrapper .urunler-title-row p{
	font-size: 17px; color:#fff;
}
@media screen and (max-width: 769px) {
    .blog-slider-wrapper {
        margin-top: 0;
    }
	 .slider-controls-wrapper {
        width: 100%;
    }
}
#aciklama {
    min-height: 400px; /* masaüstü */
}
@media (max-width: 768px) {
    #aciklama {
        min-height: 300px;
    }
}