﻿@import url('/assets/css/bootstrap.min.css');
@import url('/assets/css/fontawesome.css');
@import url('/assets/font/flaticon_flexitype.css');
@import url('/assets/css/animate.css');
@import url('/assets/css/swiper-bundle.min.css');
@import url('/assets/css/magnific-popup.css');
@import url('/assets/sass/style.css');


.breadcrumb__area-content h1 {
    color: var(--text-white);
    margin-bottom: 10px;
    font-size: 56px;
    line-height: 66px;
    padding: 0;
    font-family: var(--heading-font);
}
@media (max-width: 768px) {
	.breadcrumb__area-content h1 {
        font-size: 1.8rem !important;
        line-height: 1.2 !important;
    }
  a.form-header-btn {
    padding: 0px !important;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px !important;
}

a.form-header-btn i {
    font-size: 22px;
}
  .banner__four .bg-video {
    height: %;
}

.banner__four {
    padding-top: 200px !important;
}

.banner__four-brand {
    margin-top: 150px !important;
}

.banner__four-brand .scroll__slider {
    padding: 40px 0px;
}

.banner__four-content h1, .banner__four-content h2 {
    font-size: 45px !important;
    line-height: 55px !important;
}

.menu__bar i {
    top: 7px !important;
    position: relative;
}
}
.form-fixed-btn {
    position: fixed;
    bottom: 30px;
    left: 30px;
    background: linear-gradient(135deg, #0e1863 0%, #005399 50%, #0a4182 100%);
    color: #fff;
    border: 0;
    border-radius: 50px;
    padding: 18px 25px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 30px rgba(26,35,126,.4);
    cursor: pointer;
    z-index:1000;
    transition: all .4s cubic-bezier(.175,.885,.32,1.275);
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none;
    overflow:hidden;
}

.form-fixed-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);
    transition: left .7s;
}

.form-fixed-btn:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 35px rgba(26,35,126,.5);
    color: #fff;
    padding-right: 30px;
}

.form-fixed-btn:hover::before {
    left: 100%;
}

.form-fixed-btn:active {
    transform: translateY(0) scale(.98);
}

.btn-icon {
    font-size: 1.4rem;
    transition: transform .3s ease;
}

.form-fixed-btn:hover .btn-icon {
    transform: rotate(15deg);
}

.btn-text {
    position: relative;
    white-space: nowrap;
}

.btn-badge {
    position: absolute;
    top: -8px;
    right: -9px;
    background: #ff4081;
    color: #fff;
    border-radius: 10px;
    padding: 2px 5px;
    width: 2px;
    font-size: 2.7rem;
    font-weight: 700;
    animation: pulse 2s infinite;
    height: 10px;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255,64,129,.7)
    }

    70% {
        transform: scale(1.05);
        box-shadow: 0 0 0 10px rgba(255,64,129,0)
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255,64,129,0)
    }
}

@keyframes float {
    0%,100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }
}

.floating {
    animation: float 5s ease-in-out infinite
}

@media(max-width: 768px) {
    .form-fixed-btn {
        bottom:20px;
        right: 20px;
        padding: 15px 20px;
        font-size: 1rem
    }

    h1 {
        font-size: 2.2rem
    }

    .btn-text span {
        display: none
    }

    .form-fixed-btn:hover .btn-text span {
        display: inline
    }
}
@media(max-width: 992px) {
  .article-list ul {
      display: grid;
      grid-template-columns: 1fr !important;
      gap: 40px;
      padding: 6rem 0 !important;
  }
}
@media(max-width: 480px) {
    .form-fixed-btn {
        padding:15px;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        justify-content: center
    }

    .btn-text {
        display: none
    }

    .btn-badge {
        top: -5px;
        right: -5px
    }
}
.article-list {
  width: 100%;
}
.article-list ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  padding: 6rem 0 !important;
}
.article-list ul li {
  list-style: none;
}
.article-list ul li a {
  position: relative;
  overflow: hidden;
}
.article-list ul li a:hover .article-img img {
  transform: scale(1.02);
  transition: all 0.5s ease;
}
.article-list ul li a .article-img {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background: black;
    box-shadow: 0 0 26px #ccc;
}
.article-list ul li a .article-img img {
    width: 100%;
    height: 250px;
    object-fit: cover !important;
    border-radius: 20px !important;
    transform: scale(1.5);
    filter: brightness(.5) !important;
}
.article-list ul li a .article-img .article-category {
  position: absolute;
  top: 0;
  margin: 27px;
  border-radius: 40px;
  border: 2px solid white;
  padding: 0px 28px;
  color: white;
}
.article-list ul li a .article-detail {
  position: absolute;
  bottom: -8px;
  margin: 27px;
  color: white;
}
.article-list button.load-more-btn {
    display: none;
}
.article-list ul li a .article-detail .article-summary {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
a.form-header-btn {
    background: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    color: #18598f;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--heading-font);
    font-size: 16px;
    border: 2px solid #fff;
    box-sizing: border-box;
}
a.form-header-btn:hover {
    background: transparent;
    color: #fff;
}



/* Kart Tasarımı */
.sf-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center bottom;
}
.sf-card:hover { transform: translateY(-10px); }
.sf-card-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.7);
    padding: 20px;
    border-radius: 15px;
    backdrop-filter: blur(5px);
  transition: all 0.4s ease;
}
.sf-card-content h3 {color: #222222;font-size: 22px;font-weight: 800;margin-bottom: 5px;display: flex;justify-content: space-between;line-height: normal;transition: all 0.4s ease;}
.sf-card-content p {font-size: 16px;color: #666;margin: 0;line-height: 1.4;width: calc(100% - 70px);float: left;transition: all 0.4s ease;}
.arrow-icon {background: #0b4a99;color: #fff;width: 50px;height: 50px;display: inline-flex;align-items: center;justify-content: center;border-radius: 50%;font-size: 22px;position: absolute;bottom: 20px;right: 20px;transition: all 0.4s ease;}
.solution-form-container{ display:none }
.fish-form-cards.active .sf-card {
    height: 250px;
    background-position: 0px 340px;
    filter: grayscale(1);
}

.fish-form-cards.active .sf-card.active {
    box-shadow: 0 10px 20px rgba(11, 74, 153, 0.5);
    filter: grayscale(0);
}

.fish-form-cards.active .sf-card.active .sf-card-content {
    background: #185a8fad;
    color: #fff;
}

.fish-form-cards.active .sf-card.active .sf-card-content h3, .fish-form-cards.active .sf-card.active .sf-card-content p {
    color: #fff;
}

.fish-form-cards.active .sf-card.active .sf-card-content .arrow-icon {
    background: #fff;
    color: #094da2;
}

.solution-form-container {
    display: none;
    background: #f8f9fa;
    padding: 40px;
    border-radius: 25px;
    box-shadow: 0 00px 40px rgba(0,0,0,0.15);
}

/* Step Header */
.step-nav {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
    border-bottom: 2px solid #dee2e6;
}
.step-item {
    padding-bottom: 5px;
    color: #999;
    font-size: 16px;
    position: relative;
    flex: 1;
    text-align: left;
      line-height: normal;
    padding-right: 10px;
}
.step-item.active {
    color: #0b4a99;
    font-weight: bold;
}
.step-item.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #0b4a99;
}

/* Butonlar */
.btn-next {background: #0b4a99;color: white;border: none;padding: 8px 35px;border-radius: 30px;font-size: 16px;}
.btn-prev { background: #e9ecef; color: #333; border: none; padding: 8px 35px; border-radius: 30px; font-size: 16px;}
.btn-submit { background: #0b4a99; color: white; border: none; padding: 8px 35px; border-radius: 30px; font-weight: bold;font-size: 16px; }

.form-step-content label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    display: inline-block;
}

.species-checks label {
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    margin-right: 20px;
}
input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 7px;
}

.multi-step-form .form-select, .multi-step-form .form-text {
    border-radius: 30px;
    font-size: 14px; box-sizing: border-box;
}

.btn-next i {
    font-size: 14px;
    margin-left: 5px;
}
.btn-prev i {
    font-size: 14px;
    margin-right: 5px;
}

input[type=mail] {
    color: var(--body-color);
    border-radius: 6px;
    width: 100%;
    height: 40px;
    background: var(--bg-white);
    border: 1px solid var(--color-2);
    padding: 0 15px;
    font-size: 16px;
    border-radius: 20px;
}

/* Butonlar */
.btn-next, .btn-submit-final { background: #0b4a99; color: white; border: none; padding: 12px 40px; border-radius: 50px; font-weight: 600; transition: 0.3s; }
.btn-next:hover, .btn-submit-final:hover { background: #083670; transform: translateY(-2px); }

/* Validasyon Stilleri */
.is-invalid { border: 2px solid #dc3545 !important; }
.error-msg { color: #dc3545; font-size: 11px; margin-top: 4px; font-weight: 600; }

/* Başarı Ekranı */
.success-wrapper { text-align: center; padding: 40px; }
.success-wrapper i { font-size: 70px; color: #28a745; margin-bottom: 20px; }

.cookie-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px;
  text-align: center;
  z-index: 9999999;
  font-family: Arial, Helvetica, sans-serif;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cookie-container p{
text-align: left;
}

.cookie-container .btn-primary {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #416282 !important;
    background: transparent;
    border: 1px solid #416282;
    border-radius: 30px;
    margin: 0 0 0 17px;
    line-height: 1.2;
    padding: 12px 60px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.cookie-container .btn-primary:hover, .cookie-container .btn-primary.active {
    background-color: #416282;
    color: #fff !important;
}

.cookie-container a {
  color: white;
  text-decoration: none;
}
  .cookie-modal{
    position: fixed;
    z-index: 99999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4); 
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
  }
  .cookie-modal .content{
    max-width: 500px;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  }
  .cookie-modal .btn-primary{
	padding: 10px 30px;
	background-color: #0277bd;
	color: white;
	border-radius: 30px;
	font-size: 14px;
	}
  .cookie-section{
      margin-bottom: 1rem !important;
  }
  .cookie-section .title{
      font-size: 1.2rem;
  }
.cookie-modal p{
    margin-bottom: 0;
    font-size: 14px;
    line-height: normal;
}
.cookie-modal h2{
    color:black;
    font-size: 24px;
    line-height: 34px;
}
.cookie-container .container {
    width: 900px;
    background: #dfe3eb;
    border-radius: 30px;
    padding: 30px 50px;
    box-sizing: border-box;
}

.cookie-container h4 {
    font-size: 22px;
    text-align: left;
    color: #082744;
    font-weight: 600;
}

.cookie-container p {
    color: #416282 !important;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}

.cookie-button {
    margin-top: 40px;
}
.cookie-section label {
    font-size: 14px;
}
.catalog-card {
    width: 100%;
    float: left;
    border: 1px solid #b3c9db;
    border-radius: 25px;
    box-sizing: border-box;
    overflow: hidden;
    padding-bottom: 20px;
    text-align: center;
      background: #f7f7f7;
}

.catalog-card > img {
    margin-right: -90px;
}

.catalog-card-content a {
    font-size: 14px;
    margin: 0px 5px;
    border: 1px solid #416282;
    padding: 10px 30px;
    border-radius: 20px;
    color: #416282;
    text-transform: uppercase;
    transition: all ease-in-out .3s;
    background: #fff;
}

.catalog-card-content a i {
    margin-right: 7px;
}

.catalog-card-content a:hover {
    background: #416282;
    color: #fff;
}
.catalog-card-content {
    width: 100%;
    float: left;
    padding: 10px 0px 10px;
}
.feeding-img {
    border-radius: 25px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
    margin-bottom: 20px;
    overflow: hidden;
}
.process__area-item h3 {
    font-size: 22px;
    line-height: normal;
}
.services__one-item h4 {
    font-size: 22px;
    line-height: 32px;
}
@media(max-width:780px){
  .cookie-button{
	flex-direction: column; 
  }
  .cookie-button .btn-primary{
    margin-bottom: 1rem;
    margin-left: 0 !important;
   }
  .cookie-container .container {
    padding: 20px 30px;
    border-radius: 20PX;
}
  .catalog-card-content a {
    padding: 10px 25px;
    font-size: 13px;
    margin: 0pc 3px;
}
}