﻿@charset "UTF-8";
.breadcrumb-container {
  margin-bottom: 1.5rem;
}
.breadcrumb-container .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
  font-size: 0.95rem;
}
.breadcrumb-container .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  padding: 0 0.5rem;
  color: #6c757d;
}
.breadcrumb-container .breadcrumb .breadcrumb-item a {
  text-decoration: none;
  color: var(--accent-color);
}
.breadcrumb-container .breadcrumb .breadcrumb-item.active {
  color: var(--default-color);
}

.gradion-backgroud {
  --accent-color: #000;
  background: linear-gradient(135deg, color-mix(in srgb, var(--accent-color), transparent 95%) 50%, color-mix(in srgb, var(--accent-color), transparent 98%) 25%, transparent 50%), linear-gradient(45deg, color-mix(in srgb, #023b6d, transparent 85%) 50%, color-mix(in srgb, #000, transparent 98%) 25%, transparent 50%);
}
.gradion-backgroud::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 90% 10%, color-mix(in srgb, var(--accent-color), transparent 92%), transparent 40%);
  pointer-events: none;
}

/*--------------------------------------------------------------
# Why Us Section
--------------------------------------------------------------*/
.why-us {
  background-color: color-mix(in srgb, var(--default-color), transparent 97%);
}
.why-us .img-bg {
  position: relative;
  align-self: center;
}
.why-us .img-bg img {
  display: block;
  width: 100%;
  object-fit: cover;
  z-index: 1;
}
.why-us h3 {
  font-size: 24px;
  font-weight: 700;
}
.why-us h4 {
  font-size: 18px;
  font-weight: 300;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}
.why-us .swiper {
  margin: 70px 70px 60px 70px;
  overflow: hidden;
}
.why-us .swiper-wrapper {
  height: auto;
}
.why-us .swiper-button-prev:after, .why-us .swiper-button-next:after {
  font-size: 24px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}
.why-us .swiper-button-prev {
  left: 80px;
}
.why-us .swiper-button-next {
  right: 80px;
}
.why-us .swiper-pagination {
  margin-top: 30px;
  position: relative;
}
.why-us .swiper-pagination .swiper-pagination-bullet {
  background-color: color-mix(in srgb, var(--default-color), transparent 50%);
}
.why-us .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

@media (max-width: 1200px) {
  .why-us .swiper {
    margin: 60px 60px 40px 60px;
  }
  .why-us .swiper-button-prev, .why-us .swiper-button-next {
    display: none;
  }
}
@media (max-width: 575px) {
  .why-us .swiper {
    margin: 40px 40px 20px 40px;
  }
}
/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
  padding: 80px 0;
  position: relative;
  clip-path: inset(0);
  --default-color: #08005e;
  --accent-color: #08005e;
  /*padding-top: 160px;*/
  background: linear-gradient(135deg, color-mix(in srgb, var(--accent-color), transparent 95%) 50%, color-mix(in srgb, var(--accent-color), transparent 98%) 25%, transparent 50%);
}
.call-to-action::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 90% 10%, color-mix(in srgb, var(--accent-color), transparent 92%), transparent 40%);
  pointer-events: none;
}
.call-to-action img {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.call-to-action .container {
  position: relative;
  z-index: 3;
}
.call-to-action h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--default-color);
}
.call-to-action p {
  color: var(--default-color);
}
.call-to-action .cta-btn {
  background: var(--accent-color);
  color: var(--contrast-color);
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
}
.call-to-action .cta-btn:hover {
  background: color-mix(in srgb, var(--accent-color) 90%, black 15%);
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features .feature-box {
  padding: 24px 20px;
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  height: 100%;
}
.features .feature-box h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
.features .feature-box i {
  background: color-mix(in srgb, var(--accent-color), transparent 92%);
  color: var(--accent-color);
  line-height: 0;
  padding: 4px;
  margin-right: 10px;
  font-size: 24px;
  border-radius: 3px;
  transition: 0.3s;
}
.features .feature-box:hover i {
  background: var(--accent-color);
  color: var(--contrast-color);
}

/*--------------------------------------------------------------
# Alt Features Section
--------------------------------------------------------------*/
.alt-features .icon-box {
  display: flex;
}
.alt-features .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.alt-features .icon-box i {
  font-size: 44px;
  line-height: 44px;
  color: var(--accent-color);
  margin-right: 15px;
}
.alt-features .icon-box p {
  font-size: 15px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# integration Section
--------------------------------------------------------------*/
.integration-scroll {
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.integration-scroll a.icon-box {
  scroll-snap-align: start;
  min-width: 280px;
  max-width: 280px;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 10px;
  background: var(--surface-color, #fff);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  transition: 0.3s;
}
.integration-scroll a.icon-box:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.integration-scroll a.icon-box h4 {
  font-size: 18px;
  margin-top: 10px;
}
.integration-scroll a.icon-box p {
  font-size: 14px;
  color: #666;
  margin: 0;
}
.integration-scroll a.icon-box i {
  font-size: 32px;
  color: var(--accent-color);
}

.integration-swiper .swiper-slide {
  display: flex;
  height: auto;
}
.integration-swiper .swiper-slide a.icon-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  border-radius: 12px;
  background: var(--surface-color, #fff);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  transition: all 0.3s ease;
  min-height: 200px;
}
.integration-swiper .swiper-slide a.icon-box i {
  font-size: 36px;
  color: var(--accent-color);
  margin-bottom: 12px;
}
.integration-swiper .swiper-slide a.icon-box h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--heading-color);
}
.integration-swiper .swiper-slide a.icon-box p {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin: 0;
}
.integration-swiper .swiper-slide a.icon-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}
.integration-swiper .swiper-button-next,
.integration-swiper .swiper-button-prev {
  color: var(--accent-color);
  width: 32px;
  height: 32px;
  top: 40%;
}
.integration-swiper .swiper-pagination .swiper-pagination-bullet {
  background: var(--accent-color);
  opacity: 0.3;
}
.integration-swiper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

/*--------------------------------------------------------------
# Bayilik Basvurusu
--------------------------------------------------------------*/
#reseller-cta {
  background-color: #ffffff;
  color: #000;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.05);
}
#reseller-cta h2 {
  font-size: 2rem;
}
#reseller-cta .btn-light {
  background: #fff;
  color: var(--accent-color);
  border: none;
  font-weight: 600;
  transition: all 0.3s ease;
}
#reseller-cta .btn-light:hover {
  background: color-mix(in srgb, #fff, var(--accent-color) 15%);
  color: #000;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .content h3 {
  font-size: 2rem;
  font-weight: 700;
}
.about .content p {
  margin: 30px 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding: 0 0 15px 0;
  font-weight: 400;
  display: flex;
}
.about .content ul i {
  color: var(--accent-color);
  font-size: 1.25rem;
  line-height: 1.2;
  margin-right: 0.5rem;
}

.stats .stats-item {
  padding: 30px;
  width: 100%;
}
.stats .stats-item span {
  font-size: 48px;
  display: block;
  color: var(--accent-color);
  font-weight: 700;
}
.stats .stats-item p {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  padding: 0;
  margin: 0;
  font-family: var(--heading-font);
  font-size: 15px;
  font-weight: 600;
}

/*--------------------------------------------------------------
# Work Process Section
--------------------------------------------------------------*/
.work-process .steps-item {
  background: var(--surface-color);
  border-radius: 20px;
  height: 100%;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 5px 20px color-mix(in srgb, var(--default-color), transparent 92%);
}
.work-process .steps-item .steps-image {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.work-process .steps-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px color-mix(in srgb, var(--accent-color), transparent 85%);
}
.work-process .steps-item:hover .steps-number {
  background: var(--accent-color);
  color: var(--contrast-color);
}
.work-process .steps-item:hover .steps-image img {
  transform: scale(1.1);
}
.work-process .steps-image {
  position: relative;
  height: 280px;
}
.work-process .steps-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.work-process .steps-content {
  position: relative;
  padding: 40px 30px 30px;
}
.work-process .steps-content .steps-number {
  position: absolute;
  left: 30px;
  top: -30px;
  width: 60px;
  height: 60px;
  background: var(--accent-color);
  color: var(--contrast-color);
  border-radius: 50%;
  font-family: var(--heading-font);
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.work-process .steps-content h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.work-process .steps-content p {
  font-size: 15px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin-bottom: 25px;
}
.work-process .steps-features .feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.work-process .steps-features .feature-item:last-child {
  margin-bottom: 0;
}
.work-process .steps-features .feature-item i, .work-process .steps-features .feature-item em {
  color: var(--accent-color);
  font-size: 18px;
  margin-right: 10px;
}
.work-process .steps-features .feature-item span {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 15%);
}

@media (max-width: 1199px) {
  .work-process .steps-image {
    height: 240px;
  }
  .work-process .steps-content {
    padding: 35px 25px 25px;
  }
  .work-process .steps-content h3 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .work-process .steps-item {
    margin-bottom: 30px;
  }
  .work-process .steps-image {
    height: 220px;
  }
  .work-process .steps-content {
    padding: 30px 20px 20px;
  }
  .work-process .steps-content .steps-number {
    width: 50px;
    height: 50px;
    font-size: 20px;
    left: 25px;
    top: -25px;
  }
  .work-process .steps-content h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .work-process .steps-content p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .service-item {
  background-color: var(--surface-color);
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  padding: 60px 30px 60px 70px;
  transition: all ease-in-out 0.3s;
  border-radius: 18px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.services .service-item .icon {
  position: absolute;
  left: -20px;
  top: calc(50% - 30px);
}
.services .service-item .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
}
.services .service-item h3 {
  font-weight: 700;
  margin: 10px 0 15px 0;
  font-size: 22px;
  transition: ease-in-out 0.3s;
}
.services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

@media (min-width: 1365px) {
  .services .service-item:hover {
    transform: translateY(-10px);
  }
  .services .service-item:hover h3 {
    color: var(--accent-color);
  }
}
/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.form-section {
  height: 100%;
  margin-bottom: 15px;
}
.form-section h3 {
  color: var(--accent-color);
}
.form-section input[type=text], .form-section input[type=email], .form-section input[type=number], .form-section input[type=url], .form-section input[type=tel] {
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
  color: var(--default-color);
  background-color: var(--surface-color);
  border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}
.form-section textarea {
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
  color: var(--default-color);
  background-color: var(--surface-color);
  border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}
.form-section input[type=text]:focus, .form-section input[type=email]:focus {
  border-color: var(--accent-color);
}
.form-section textarea:focus {
  border-color: var(--accent-color);
}
.form-section input[type=text]::placeholder, .form-section input[type=email]::placeholder, .form-section input[type=number]::placeholder, .form-section input[type=url]::placeholder, .form-section input[type=tel]::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}
.form-section textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}
.form-section button[type=submit] {
  color: var(--contrast-color);
  background: var(--accent-color);
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 50px;
}
.form-section button[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.contact .info-item {
  background-color: var(--surface-color);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 24px 0 30px 0;
}
.contact .info-item i {
  font-size: 20px;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  border: 2px dotted color-mix(in srgb, var(--accent-color), transparent 40%);
}
.contact .info-item h3 {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

@media (max-width: 575px) {
  .contact .php-email-form {
    padding: 20px;
  }
}
/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.portfolio .portfolio-filters-container {
  margin-bottom: 40px;
}
.portfolio .portfolio-filters {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.portfolio .portfolio-filters li {
  font-size: 15px;
  font-weight: 500;
  padding: 4px 10px;
  cursor: pointer;
  border-radius: 30px;
  background-color: color-mix(in srgb, var(--surface-color), transparent 50%);
  color: var(--default-color);
  transition: all 0.3s ease-in-out;
}
.portfolio .portfolio-filters li:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 85%);
  color: var(--accent-color);
  transform: translateY(-2px);
}
.portfolio .portfolio-filters li.filter-active {
  background-color: var(--accent-color);
  color: var(--contrast-color);
}
.portfolio .portfolio-card {
  background-color: var(--surface-color);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
}
.portfolio .portfolio-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 35px rgba(0, 0, 0, 0.1);
}
.portfolio .portfolio-card:hover .portfolio-overlay {
  opacity: 1;
  visibility: visible;
}
.portfolio .portfolio-card:hover .portfolio-overlay .portfolio-actions {
  transform: translateY(0);
}
.portfolio .portfolio-card .portfolio-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
}
.portfolio .portfolio-card .portfolio-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease-in-out;
}
.portfolio .portfolio-card .portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  display: flex;
  align-items: flex-end;
  padding: 20px;
}
.portfolio .portfolio-card .portfolio-overlay .portfolio-actions {
  transform: translateY(20px);
  transition: all 0.4s ease-in-out;
  display: flex;
  gap: 15px;
}
.portfolio .portfolio-card .portfolio-overlay .portfolio-actions a {
  width: 45px;
  height: 45px;
  background-color: var(--surface-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-color);
  font-size: 20px;
  transition: all 0.3s ease;
}
.portfolio .portfolio-card .portfolio-overlay .portfolio-actions a:hover {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  transform: scale(1.1);
}
.portfolio .portfolio-card .portfolio-content {
  padding: 25px;
}
.portfolio .portfolio-card .portfolio-content .category {
  font-size: 14px;
  color: var(--accent-color);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.portfolio .portfolio-card .portfolio-content h3 {
  font-size: 20px;
  margin: 0 0 15px;
  font-weight: 600;
  transition: color 0.3s ease;
}
.portfolio .portfolio-card .portfolio-content h3:hover {
  color: var(--accent-color);
}
.portfolio .portfolio-card .portfolio-content p {
  font-size: 15px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin: 0;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .portfolio .portfolio-filters li {
    font-size: 14px;
    padding: 6px 15px;
  }
  .portfolio .portfolio-card .portfolio-content {
    padding: 20px;
  }
  .portfolio .portfolio-card .portfolio-content h3 {
    font-size: 18px;
  }
  .portfolio .portfolio-card .portfolio-content p {
    font-size: 14px;
  }
}
.carousel .carousel-control-prev, .carousel .carousel-control-next {
  height: 60px;
  top: 50%;
  color: #000;
}
.carousel .carousel-control-prev span, .carousel .carousel-control-next span {
  background-color: var(--accent-color);
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 8px;
}

.cozumler-list {
  background-color: #fafbfc;
  --accent-color: #465668;
  --bs-heading-color: #1b2f45;
}
.cozumler-list .card {
  --bs-card-color: var(--accent-color);
  position: relative;
  z-index: 1;
  margin-top: 1.5rem;
  background-color: var(--surface-color);
  padding-bottom: 2rem;
  transition: all 0.3s ease;
}
.cozumler-list .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}
