/**
* Template Name: Multi
* Template URL: https://bootstrapmade.com/multi-responsive-bootstrap-template/
* Updated: Mar 17 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Roboto" !important;
  color: #0A0908;
  background-color: #0A0908;


}

a {
  text-decoration: none;
}

a:hover {
  color: gray !important;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
i,
a,
span,
strong,
li {
  color: #fff;
}

p {
  color: #B5B5B5;
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #0A0908;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #000;
  border-top-color: #F5C542;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #000;
  width: 40px;
  height: 40px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: gray;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #0A0908;
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
}

#header.header-scrolled {
  padding: 12px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 26px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#header .logo a {
  color: gray;
}

#header .logo img {
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  padding-right: 0px;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #F5C542;
  padding: 8px 30px;
  margin-left: 30px;
  color: #0D0D0D;
  border-radius: 8px;
  font-weight: 500;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: gray;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #000;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(4, 12, 21, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: gray;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #000;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #000;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

.cozumler-section {
  padding: 80px 20px;
  overflow: hidden;
  margin-top: 50px;
}

.carousel-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  height: 500px;
}

.content-area {
  flex: 1;
  padding-right: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.content-text {
  flex: 1;
}

.content-area h2 {
  font-size: 48px;
  font-weight: normal;
  margin: 100px 0 0px 0;
  line-height: 1.2;
  transition: opacity 0.3s ease;
  min-height: 120px;
}

.content-area p {
  font-size: 20px;
  line-height: 1.6;
  margin: 0;
  transition: opacity 0.3s ease;
  min-height: 200px;
}

.carousel-controls {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Side arrows positioned over image (default hidden, only show on mobile) */
.carousel-side-nav {
  display: none; /* mobilde görünür olacak */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 0;
  background: rgba(10,9,8,0.55);
  color: #F5C542;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s, transform 0.12s;
}

.carousel-side-prev { left: 12px; }
.carousel-side-next { right: 12px; }

.carousel-side-nav:active { transform: translateY(-50%) scale(0.98); }
.carousel-side-nav:hover { background: rgba(10,9,8,0.75); }
.carousel-side-nav {
    display: none;
  }

/* Reduce space between image and following text when stacked (mobile) */
@media (max-width: 768px) {
  /* mobilde üst kontrolleri gizle */
  .carousel-controls {
    display: none;
  }

  /* mobilde yan okları göster */
  .carousel-side-nav {
    display: flex;
  }

  /* mobilde görsel ile metin arasındaki boşluğu azalt */
  .carousel-container { gap: 10px; }
  .content-area h2 { margin: 50px 0 30px 0; font-size: 30px; min-height: auto; }
  .content-area p { min-height: 60px; margin-bottom: 0px; }
  .image-area { min-height: 200px; }
  .content-area{padding: 0; margin: 0px}
  
  /* varsa önceki mobile-carousel kurallarını koru veya temizle */
  .mobile-carousel-controls { display: none; }
}

.carousel-nav {
  background: none;
  border: none;
  color: #F5C542;
  font-size: 24px;
  cursor: pointer;
  padding: 10px;
  transition: background-color 0.3s;
}


.carousel-counter {
  color: #F5C542;
  font-size: 18px;
  font-weight: bold;
}

.carousel-counter .current {
  color: #F5C542;
}

.carousel-counter .total {
  color: #666;
}

.image-area {
  flex: 1;
  position: relative;
  height: 400px;
}

.carousel-images {
  position: relative;
  width: 100%;
  height: 100%;
}

.carousel-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.5s ease;
  cursor: pointer;
  z-index: 1; /* eklendi */
}

.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; /* eklendi */
}

.carousel-slide.active {
  opacity: 1;
  transform: translateX(0);
  z-index: 2; /* eklendi */
}

@media (max-width: 768px) {
  .carousel-container {
    flex-direction: column;
    text-align: center;
    height: auto;
  }

  .content-area {
    padding-right: 0;
    margin-bottom: 20px;
    max-width: none;
    order: 2;
  }

  .image-area {
    order: 1;
    height: auto;
    min-height: 280px; /* mobilde görünür yüksekliği garanti et */
    width: 100%;
    position: relative; /* absolute slide'lar için containing block */
    background-size: cover;
    background-position: center;
    z-index: 1;
  }

  .carousel-images,
  .carousel-slide {
    height: 100%;
    min-height: 280px;
  }

  .carousel-slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }

  .carousel-slide img {
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .content-area h2 {
    font-size: 36px;
  }

  /* Mobilde mevcut (.carousel-controls) navigasyonu gizle, yerine alt okları göster */
  .carousel-controls {
    display: none;
  }

  .mobile-carousel-controls {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 12px;
  }

  .mobile-carousel-nav {
    color: #F5C542;
    border: 0;
    border-radius: 8px;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    box-shadow: none;
  }

  .mobile-carousel-nav:active,
  .mobile-carousel-nav:focus {
    outline: none;
    transform: translateY(1px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #fff;
}

.section-title {
  padding-bottom: 20px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #000;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 500;
  color: #000;
}

.faaliyet-alanlari {
  color: white;
  text-align: center;
  margin-top: 50px;
}

.faaliyet-alanlari h2 {
  font-size: 48px;
  font-weight: normal;
  margin: 0 0 20px 0;
}

.faaliyet-alanlari p {
  font-size: 16px;
  margin: 0 auto 60px auto;
  line-height: 1.5;
}

.faaliyet-grid {
  display: flex;
  justify-content: center;
  gap: 35px;
  flex-wrap: wrap;
  margin: 0 auto;
}

.faaliyet-item {
  background-color: #1C1B18;
  border-radius: 12px;
  padding: 30px 20px;
  width: 230px;
  text-align: left;
  border: 1px solid #1C1B18;
}

.faaliyet-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 25px;
}

.faaliyet-item h3 {
  color: white;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .faaliyet-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px; /* Kartlar arası boşluk */
    width: 100%;
    max-width: 520px; /* Maksimum genişlik, ortalanmış görünüm için */
    margin: 20px auto 0; /* Üstten boşluk ve yatayda ortalama */
    align-items: stretch; /* Grid öğelerinin (kartların) aynı yüksekliğe sahip olmasını sağlar */
    padding: 0 12px; /* Yanlarda boşluk bırakır */
    box-sizing: border-box; /* Padding ve border'ın genişliğe dahil olmasını sağlar */
  }

  .faaliyet-item {
    width: auto; /* Flex veya grid içinde otomatik genişlik */
    padding: 14px; /* Kartların iç dolgusu */
    border-radius: 14px;
    background-color: rgba(28, 27, 24, 0.95); /* Koyu kart arka planı */
    border: 1px solid rgba(255,255,255,0.03);
    box-shadow: 0 6px 18px rgba(0,0,0,0.6);
    transition: transform 0.18s ease, box-shadow 0.18s ease; /* Hover efekti için geçiş */

    display: flex;
    flex-direction: column; /* İçeriği dikey sırala (simge üstte, metin altta) */
    align-items: flex-start; /* İçeriği sola hizala */
    justify-content: space-between; /* İçeriği dikeyde eşit yayar (simge ve metni kartın en üstüne ve en altına yaklaştırır) */
    min-height: 120px; /* Kartların minimum yüksekliğini belirleyebiliriz, ihtiyaca göre ayarla */
    /* Eğer tüm kartların içindeki simge ve metin arasında sabit bir boşluk olmasını isterseniz,
       justify-content'i kaldırıp sadece 'gap: 12px;' kullanabilirsiniz.
       Ancak bu durumda metin uzunluğuna göre kart yükseklikleri yine değişebilir. */
  }

  .faaliyet-item:first-child {
    grid-column: 1 / -1; /* İlk kartın tüm satırı kaplamasını sağlar */
    padding: 24px 16px; /* İlk kart için daha büyük iç dolgu */
    border-radius: 18px;
    /* İlk kartın içeriğini de dikey sırala ve hizala */
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 100px; /* İlk kart için minimum yükseklik */
  }

  .faaliyet-icon {
    width: 40px;
    height: 40px;
    flex: 0 0 48px; /* Simgenin sabit boyutunu korur */
    margin-bottom: 8px; /* Simge ile metin arasında dikey boşluk */
    display: block;
    object-fit: contain;
    padding: 0px;
    border-radius: 10px;
    
  }

  .faaliyet-item h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    margin: 0; /* Başlığın varsayılan marginlerini sıfırlar */
    line-height: 1.25; /* Satır yüksekliği */
    text-align: left; /* Metni sola hizala */
  }
  .faaliyet-item-1 h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    margin: 0; /* Başlığın varsayılan marginlerini sıfırlar */
    line-height: 1.25; /* Satır yüksekliği */
    text-align: left; /* Metni sola hizala */
    max-width: 90px;
  }
}


.proses-yetkinlikler {
  color: white;
  text-align: center;
  margin-top: 50px;
}

.proses-yetkinlikler h2 {
  font-size: 48px;
  font-weight: normal;
  margin: 0 0 30px 0;
}

.proses-yetkinlikler .description {
  font-size: 16px;
  margin: 0 auto 60px auto;
}

.proses-grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin: 0 auto;
}

.proses-item {
  background-color: #1C1B18;
  border-radius: 12px;
  padding: 30px 20px;
  width: 300px;
  text-align: left;
  border: 1px solid #1C1B18;
}

.proses-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 25px;
}

.proses-item h3 {
  color: white;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 15px 0;
  line-height: 1.3;
}

.proses-item p {
  color: #cccccc;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 768px) {
  .proses-grid {
    flex-direction: column;
    align-items: center;
  }

  .proses-item {
    width: 100%;
    max-width: 350px;
  }

  .proses-yetkinlikler h2 {
    font-size: 28px;
  }
}

.sertifikalar {
  color: white;
  padding: 80px 20px;
  text-align: center;
}

.sertifikalar h2 {
  font-size: 48px;
  font-weight: normal;
  margin: 0 0 20px 0;
}

.sertifikalar p {
  font-size: 16px;
  margin: 0 auto 60px auto;
  line-height: 1.5;
}

.sertifika-grid {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin: 0 auto;
}

.sertifika-item {
  background-color: #1C1B18;
  border-radius: 12px;
  padding: 20px;
  border: 1px solid #1C1B18;
}

.sertifika-image {
  width: 300px;
  height: 400px;
  object-fit: cover;
  border-radius: 8px;
  background-color: white;
  border: 2px solid #ddd;
}

@media (max-width: 768px) {
  .sertifika-grid {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .sertifika-image {
    width: 250px;
    height: 330px;
  }

  .sertifikalar h2 {
    font-size: 36px;
  }
}

@media (max-width: 480px) {
  .sertifika-image {
    width: 200px;
    height: 280px;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #000;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #000;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #000;
}

.about .content .btn-learn-more:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

.about {
  color: #000;
}

#about {
  margin-top: 0;
}
@media (max-width: 768px) {
  .about-content {
    margin-top: 0;
    padding-top: 0;
    order: 1;
  }
  .about-img {
    order: 2;
  }
   #about{
    margin-top: 0px;
    padding-top: 0px;
  }
  #about .content{
    text-align: center;
  }
  #contact .contact-info {
    text-align: center;
    padding-bottom: 20px;
  }
  #contact{
    margin-top: 0px;
    padding-top: 0px;
  }
  #contact h2{
    padding: 0;
    margin: 0;
  }
}

 



/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-top: 0;
  margin-bottom: 0;
}

.counts .count-box {
  color: #000;
  padding-top: 30px;
  padding-bottom: 0px;
  width: 100%;
}

.counts .count-box i {
  display: block;
  font-size: 30px;
  color: #000;
  float: left;
}

.counts .count-box span {
  font-size: 42px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: black;
  margin-left: 50px;
}

.counts .count-box p {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 10px;
  margin: 0;
  font-size: 14px;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #000;
  font-size: 15px;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: gray;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  padding: 0;
}

.why-us .content {
  padding: 60px 100px 0 100px;
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: black;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: black;
}

.why-us .video-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
  position: relative;
}

.why-us .accordion-list {
  padding: 0 100px 60px 100px;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li+li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  color: gray;
  cursor: pointer;
}

.why-us .accordion-list span {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: gray;
}

.why-us .accordion-list a.collapsed:hover {
  color: #000;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

.why-us .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#000 50%, rgba(237, 80, 46, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.why-us .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.why-us .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(237, 80, 46, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.why-us .play-btn:hover::after {
  border-left: 15px solid #000;
  transform: scale(20);
}

.why-us .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

@media (max-width: 1024px) {

  .why-us .content,
  .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .why-us .content {
    padding-top: 30px;
  }

  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  background: #fefefe;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #000;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
  position: relative;
  z-index: 2;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}

.services .icon-box .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: gray;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
  z-index: 1;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: gray;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  background: #000;
  border-color: #000;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #000;
}

.services .icon-box:hover .icon::before {
  background: gray;
}

.services .icon-box:hover h4 a,
.services .icon-box:hover p {
  color: #fff;
}


/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  padding: 80px 0;
  background: gray;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #000;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #000;
  border: 2px solid #000;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: gray;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #000;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: gray;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #000;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: gray;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #000;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
  color: gray;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #000;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(11, 35, 65, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-item {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 1px solid #e9f1fb;
}

.faq .faq-item i {
  color: #669ee5;
  font-size: 20px;
  float: left;
  line-height: 0;
  padding: 13px 0 0 0;
  margin: 0;
}

.faq .faq-item h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 10px 28px;
  font-family: "Poppins", sans-serif;
}

.faq .faq-item p {
  font-size: 15px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: gray;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  background: #fff;
}

.contact .info-box i {
  font-size: 32px;
  color: #000;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #fbdad2;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f6f9fd;
  min-height: 40px;
  margin-top: 82px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 74px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: gray;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: gray;
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #1C1B18;
  padding: 0 0 30px 0;
  color: gray;
}

#footer .footer-top {
  padding: 80px 0 30px 0;
}

.social-links a:hover {
  color: gray;
  background: gray;
  text-decoration: none;
}

#footer .copyright {
  border-top: 1px solid gray;
  text-align: center;
  margin-top: 30px;
  padding-top: 30px;
  color: gray;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}

@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
}

@media (max-width: 768px) {
  /* Logo: inline stilin üzerine yaz (geçici çözüm) */
  .back-to-top-logo.logo-mobile-res img {
    width: 200px !important;
    padding-left: 0 !important;
    margin: 0 !important;
    display: block;
  }

  /* Header iç boşluklarını küçült, logo sola yaslansın */
  #header .container {
    padding-left: 12px;
    padding-right: 12px;
    gap: 8px;
  }

  /* Navbar sağ padding'i azalt (toggle'ın taşmasını engelle) */
  .navbar {
    padding-right: 12px;
  }

  /* Mobil toggle'ı görünür yap ve üstte tut */
  .mobile-nav-toggle {
    color: #fff !important;
    font-size: 28px;
    z-index: 10002;
    position: relative;
  }

  /* Nav ve logo sıralamasını düzelt (flex içindeyse işe yarar) */
  #header .container > .back-to-top-logo.logo-mobile-res {
    order: 0;
    flex: 0 0 auto;
  }

  #header .container > nav#navbar {
    order: 1;
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  /* Mobil menü açıldığında içerik header altında kalsın */
  #mobile-nav .container {
    padding-top: 80px;
  }

  /* Eğer hala görünmüyorsa: mobil menü ikonunun parents'ının color'ını da beyaz yap */
  #header,
  #header * {
    color: inherit;
  }
}

/* Mobile full-screen menu - make it match desktop navbar design */
#mobile-nav {
  /* override inline styles in index.html */
  background-color: #0A0908 !important; /* header ile aynı koyu zemin */
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 80px;
}

#mobile-nav.active {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* container inside mobile nav */
#mobile-nav .container {
  width: 100%;
  max-width: 420px;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

/* use same link appearance as desktop but stacked */
#mobile-nav nav#mobile-navbar ul {
  list-style: none;
  margin: 0;
  padding: 8px 0;
  width: 100%;
}

#mobile-nav nav#mobile-navbar ul li {
  border-bottom: none; /* çizgileri kaldır */
  background: transparent;
}

#mobile-nav nav#mobile-navbar ul li a {
  display: block;
  padding: 16px 20px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  transition: color 0.2s;
}


/* getstarted button inside mobile nav */
#mobile-nav nav#mobile-navbar .getstarted,
#mobile-nav nav#mobile-navbar .mobile-getstarted {
  display: inline-block;
  width: auto;
  max-width: 260px; /* butonun mobilde çok geniş olmasını engeller */
  padding: 10px 18px;
  margin: 12px auto;
  box-sizing: border-box;
}

/* Prevent header / logo from shifting when #mobile-nav açıldığında */
@media (max-width: 768px) {
  #header .container {
    display: flex;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px;
    min-height: 56px; /* menü açıldığında header yüksekliğini sabit tut */
  }

  .back-to-top-logo.logo-mobile-res {
    order: 0;
    flex: 0 0 auto;
    margin: 0;
    display: block;
  }

  /* override inline logo stilleri ve sabit boyut */
  .back-to-top-logo.logo-mobile-res img.header-logo {
    width: 200px !important;
    padding-left: 0 !important;
    margin: 0 !important;
  }

  /* mobile nav fixed kalsın, header akışı etkilemesin */
  #mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
  }
}