/*** Spinner Start ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  transition: 0.5s;
  z-index: 99;
}

/*** Button Start ***/
.btn {
  font-weight: 600;
  transition: 0.5s;
}

.btn-square {
  width: 32px;
  height: 32px;
}

.btn-sm-square {
  width: 34px;
  height: 34px;
}

.btn-md-square {
  width: 40px;
  height: 40px;
}

.btn-lg-square {
  width: 46px;
  height: 46px;
}

.btn-xl-square {
  width: 56px;
  height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

.btn.btn-primary {
  color: var(--bs-white);
  border: none;
}

.btn.btn-primary:hover {
  background: var(--bs-dark);
  color: var(--bs-white);
}

.btn.btn-light {
  color: var(--bs-primary);
  border: none;
}

.btn.btn-light:hover {
  color: var(--bs-white);
  background: var(--bs-primary);
}

/*** Navbar Start ***/
.header-top .topbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  vertical-align: middle;
  margin-left: 8px;
  color: var(--bs-primary);
}

.header-top .topbar .dropdown .dropdown-menu {
  transform: rotateX(0deg);
  visibility: visible;
  background: var(--bs-light);
  padding-top: 12px;
  border: 0;
  transition: 0.5s;
  opacity: 1;
}

.header-top {
  height: 125px;
  position: relative;
}

.header-top::after {
  content: "";
  position: absolute;
  overflow: hidden;
  width: 25%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--bs-dark);
  z-index: 1;
}
/* Logo ve metin yan yana hizalama */
.navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px; /* Logo ile metin arası boşluk */
}

.navbar-brand h1 {
  margin: 0; /* Varsayılan margin'leri sıfırla */
  line-height: 1.2; /* Metin satır yüksekliği */
}

.navbar-brand img {
  height: 50px; /* Logo yüksekliği */
  width: auto; /* Orantıyı koru */
  object-fit: contain; /* Logo oranlarını koru */
}
/* YENİ navbar-brand-2 STİLLERİ */
.navbar-brand-2 {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 100%;
  padding-left: 15px;
}

.navbar-brand-2 img {
  height: 40px; /* Logo yüksekliği */
  width: auto;
  object-fit: contain;
}

.navbar-brand-2 h1 {
  color: white !important;
  font-size: 1.5rem;
  margin: 0;
  white-space: nowrap;
  font-weight: 600;
}
.nav-bar .navbar {
  z-index: 9;
}

.navbar-light .navbar-brand img {
  max-height: 60px;
  transition: 0.5s;
}

.nav-bar .navbar-light .navbar-brand img {
  max-height: 50px;
}

.navbar .navbar-nav .nav-item .nav-link {
  padding: 0;
}

.navbar .navbar-nav .nav-item {
  display: flex;
  align-items: center;
  padding: 0;
  margin-right: 20px;
}

.navbar-light .navbar-nav .nav-item:hover,
.navbar-light .navbar-nav .nav-item.active,
.navbar-light .navbar-nav .nav-item:hover .nav-link,
.navbar-light .navbar-nav .nav-item.active .nav-link {
  color: var(--bs-primary);
}
@media (min-width: 992px) {
  .header-top::before {
    content: "";
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 45px;
    top: 0;
    right: 0;
    background: var(--bs-dark);
    z-index: -1;
  }

  .navbar-brand-2 {
    display: none;
    padding-left: 10px;
  }
}




@media (max-width: 991px) {
  /* Header ve Navbar Temel Ayarlar */
  .header-top,
  .header-top .container {
    max-height: 80px;
  }

  /* Navbar Brand Düzenlemeleri */
  .navbar-brand {
    display: none;
  }

  .navbar-brand-2 {
    position: relative;
    display: flex;
    align-items: center;
    width: 300px;
    height: 100%;
    padding-left: 10px;
    overflow: hidden;
    z-index: 99;
  }

  .navbar-brand-2 h1 {
    font-size: 1.2rem;
  }

  .navbar-brand-2 img {
    height: 30px;
  }

  .navbar-brand-2::before,
  .navbar-brand-2::after {
    content: "";
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 600px;
    top: -200px;
    right: 18px;
    transform: rotate(-18deg);
    z-index: -1;
  }

  .navbar-brand-2::before {
    background: var(--bs-dark);
  }

  .navbar-brand-2::after {
    width: 5px;
    background: var(--bs-primary);
  }

  /* Navbar Layout */
  .navbar {
    justify-content: space-between;
    padding: 20px 0;
    height: 100%;
  }

  .navbar.navbar-light {
    padding: 0;
  }

  /* Navbar Toggler */
  .navbar.navbar-expand-lg .navbar-toggler {
    padding: 8px 18px;
    border: 1px solid var(--bs-primary);
    color: var(--bs-primary);
  }

  /* Navbar Collapse ve Menü Öğeleri */
  .navbar .navbar-collapse {
    margin-top: -20px;
  }

  .navbar .navbar-nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    padding-bottom: 20px;
    margin-left: 50px;
    background: var(--bs-light);
  }

  .navbar .navbar-nav .nav-link {
    padding: 0;
  }

  .navbar .navbar-nav .nav-item {
    display: flex;
    padding: 12px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }

  /* Navbar Butonları */
  .navbar .navbar-nav .nav-btn,
  .navbar .navbar-nav .nav-btn {
    display: flex;
    justify-content: start;
    flex-direction: column;
  }

  .navbar .navbar-nav .nav-btn a.btn {
    margin-right: 15px;
  }
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  vertical-align: middle;
  margin-left: 8px;
}

.dropdown .dropdown-menu .dropdown-item:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
}

@media (min-width: 992px) {
  .navbar {
    padding: 20px 0;
  }

  .navbar .nav-btn {
    display: flex;
    align-items: center;
    justify-content: end;
  }

  .navbar .navbar-nav {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--bs-light);
    border-radius: 10px;
  }

  .navbar .navbar-nav .nav-btn {
    width: 100%;
    display: flex;
    margin-left: auto;
  }

  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    border: 0;
    transition: 0.5s;
    opacity: 0;
  }

  .navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    margin-top: 19px;
    background: var(--bs-white);
    transition: 0.5s;
    opacity: 1;
  }

  .header-top .navbar-brand {
    position: relative;
    overflow: hidden;
    padding: 40px 50px 40px 0;
    z-index: 99;
  }

  .navbar-brand::before {
    content: "";
    position: absolute;
    overflow: hidden;
    width: 300px;
    height: 600px;
    top: -200px;
    right: 18px;
    background: var(--bs-dark);
    transform: rotate(-18deg);
    z-index: -1;
  }

  .navbar-brand::after {
    content: "";
    position: absolute;
    overflow: hidden;
    width: 5px;
    height: 600px;
    top: -200px;
    right: 18px;
    background: var(--bs-primary);
    transform: rotate(-18deg);
    z-index: -1;
  }
}
@media (max-width: 576px) {
  /* Header ve Navbar Temel Yapı */
  .header-top,
  .header-top .container {
    max-height: 70px;
    padding: 0 10px;
  }

  /* Logo ve Marka Adı */
  .navbar-brand-2 {
    width: 220px;
    padding-left: 5px;
  }
  
  .navbar-brand-2 h1 {
    font-size: 0.85rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
  }

  .navbar-brand-2 img {
    height: 25px;
  }

  /* Toggle Butonu */
  .navbar-toggler {
    padding: 5px 10px;
    font-size: 0.9rem;
    margin-left: auto;
    order: 2;
  }

  /* Menü Açılır Kutusu */
  .navbar-collapse {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background: var(--bs-light);
    z-index: 1000;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  }

  /* Menü Öğeleri */
  .navbar-nav {
    margin-left: 20px !important;
    padding-bottom: 15px;
  }

  .nav-item {
    padding: 8px 12px !important;
  }

  .nav-link {
    font-size: 0.9rem;
  }

  /* Dropdown Menü */
  .dropdown-menu {
    position: static !important;
    float: none;
    width: 100%;
    margin-top: 5px;
    border: none;
    box-shadow: none;
  }

  /* Özel Arkaplan Efekti */
  .navbar-brand-2::before,
  .navbar-brand-2::after {
    height: 500px;
    top: -150px;
    right: 10px;
  }

  /* Topbar (Üst Bilgi) */
  .topbar {
    display: none !important;
  }
}
/*** Navbar End ***/

/*** Carousel Hero Header Start ***/
.hero-section {
  background-image: url(../img/carousel-1.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 700px;
  display: flex;
  align-items: center;
  position: relative;
}

.hero-bg-half-1 {
  background-image: url(../img/header2.png);
  clip-path: polygon(37% 0%, 100% 0%, 100% 100%, 0% 100%);
  filter: grayscale(10%);
  transform: scale(100% - 50%);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 58%;
  height: 100%;
  right: 0;
  top: 0;
}

.hero-bg-half-2 {
  background-image: url(../img/header1.webp);
  clip-path: polygon(37% 0%, 100% 0%, 100% 100%, 0% 100%);
  filter: grayscale(10%);
  transform: scale(100% - 50%);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 58%;
  height: 100%;
  right: 0;
  top: 0;
}

.hero-shape-1 {
  background-color: var(--bs-primary);
  width: 150px;
  height: 50%;
  position: absolute;
  left: 54%;
  top: 0;
  transform: translateY(-50%) skew(-26deg, 0deg);
  position: relative;
}

.hero-shape-1:before {
  background-color: var(--bs-dark);
  content: "";
  width: 50%;
  height: 80%;
  position: absolute;
  right: 0;
  top: 0;
}

.hero-shape-2 {
  background-color: var(--bs-dark);
  width: 150px;
  height: 50%;
  position: absolute;
  right: -43%;
  bottom: 0;
  transform: translateY(50%) skew(-25deg, 0deg);
  position: relative;
  z-index: 1;
}

.hero-shape-2::after {
  background-color: var(--bs-primary);
  content: "";
  width: 75px;
  height: 80%;
  position: absolute;
  right: 0;
  bottom: 0;
}

/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item {
  height: 700px;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
  position: absolute;
  width: 60px;
  height: 60px;
  background: var(--bs-white);
  color: var(--bs-primary);
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev {
  bottom: 30px;
  left: 0;
}
.header-carousel .owl-nav .owl-next {
  bottom: 30px;
  right: 0;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
  box-shadow: inset 0 0 65px 0 var(--bs-primary);
  color: var(--bs-dark);
}

.header-carousel .header-carousel-item .carousel-caption {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  z-index: 9;
}

@media (max-width: 991px) {
  .header-carousel .header-carousel-item .carousel-caption {
    padding-top: 45px;
  }

  .header-carousel.owl-carousel,
  .header-carousel .header-carousel-item {
    height: 700px;
  }
}
/*** Carousel Hero Header End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../img/banner-img.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0 60px 0;
  transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
  position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
  color: var(--bs-white);
}
/*** Single Page Hero Header End ***/

/*** Banner Start ***/
.banner {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../img/banner-img.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 9;
}

.banner .container {
  position: relative;
  z-index: 99;
}

.banner::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 500px;
  top: -200px;
  left: 0;
  background: var(--bs-primary);
  transform: rotate(45deg);
  z-index: 1;
}

.banner::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 500px;
  bottom: -200px;
  right: 0;
  background: var(--bs-primary);
  transform: rotate(45deg);
  z-index: 1;
}

.banner .banner-design-1 {
  position: absolute;
  width: 30px;
  height: 500px;
  top: -165px;
  left: 0;
  background: var(--bs-dark);
  transform: rotate(45deg);
  z-index: 2;
}

.banner .banner-design-2 {
  position: absolute;
  width: 30px;
  height: 500px;
  bottom: -165px;
  right: 0;
  background: var(--bs-dark);
  transform: rotate(45deg);
  z-index: 2;
}
/*** Banner End ***/

/*** Service Start ***/
.service .nav .nav-item {
  width: 75%;
  border: 1px solid var(--bs-primary);
  background: var(--bs-light);
}

.service .nav .nav-item a {
  display: flex;
  justify-content: center;
}

.owl-stage-outer {
  margin-right: -1px;
}
.service .nav-item a.active {
  background: var(--bs-primary);
}

.service .nav-item a span {
  color: var(--bs-dark);
}

.service .nav-item a.active span {
  color: var(--bs-white);
}

.service-carousel .owl-nav .owl-prev,
.service-carousel .owl-nav .owl-next {
  position: absolute;
  padding: 10px 35px;
  border: 1px solid var(--bs-primary);
  color: var(--bs-dark);
  background: var(--bs-light);
  transition: 0.5s;
}

.service-carousel .owl-nav .owl-prev:hover,
.service-carousel .owl-nav .owl-next:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
}

/* Service item container */
.service-item {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Resimler için sabit boyut */
.service-item img {
  width: 100%;
  height: 250px; /* Sabit yükseklik */
  object-fit: cover; /* Resmin oranlarını bozmadan kutuya sığdır */
  object-position: center; /* Resmi ortala */
}

/* Kart içerik kısmı */
.service-item > div {
  flex: 1; /* Kalan alanı doldur */
  display: flex;
  flex-direction: column;
}

/* Başlık ve metin için */
.service-item h4 {
  margin-bottom: 15px;
}

.service-item p {
  flex: 1; /* Metin alanını genişlet */
  margin-bottom: 15px;
}

/* Buton için */
.service-item a {
  align-self: flex-start; /* Butonu sola hizala */
  margin-top: auto; /* Varsa boşluk bırak */
}
/* Owl Carousel öğeleri için */
.owl-carousel .owl-stage {
  display: flex;
}

.owl-carousel .owl-item {
  display: flex;
  height: auto;
}

@media (min-width: 992px) {
  .service-carousel .owl-nav .owl-prev {
    top: 0;
    left: -115px;
  }

  .service-carousel .owl-nav .owl-next {
    bottom: 0;
    left: -115px;
  }
}

@media (max-width: 991px) {
  .owl-stage-outer {
    margin-bottom: 70px;
  }
  .service-carousel .owl-nav .owl-prev {
    bottom: -70px;
    left: 0;
  }

  .service-carousel .owl-nav .owl-next {
    bottom: -70px;
    right: 0;
  }

  .service .nav {
    display: flex;
    justify-content: center;
  }
}
/*** Service End ***/

/*** Projects Start ***/
.projects .nav-item {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.09);
}

.projects-item .projects-content {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.projects .nav-item a.active {
  background: var(--bs-primary);
}

.projects .nav-item a span {
  color: var(--bs-dark);
}

.projects .nav-item a.active span {
  color: var(--bs-white);
}

.projects .nav-item a.active .projects-icon {
  background: var(--bs-dark) !important;
}

.projects .nav-item a.active .projects-icon span {
  color: var(--bs-primary);
}
/* Proje Kartları ve Resimler için Eşit Boyutlandırma */
.projects-item {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.projects-item img {
    width: 100%;
    height: 435px; /* Sabit resim yüksekliği */
    object-fit: cover;
    object-position: center;
}

.projects-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.projects-content p {
    flex-grow: 1;
    margin-bottom: 1rem;
}

/* Kartların Eşit Yükseklikte Olması İçin */
.tab-content .tab-pane {
    height: 100%;
}

.projects-carousel .owl-stage {
    display: flex;
}

.projects-carousel .owl-item {
    display: flex;
    height: auto;
}

/* Projelerimiz Sayfası Özel Stiller */
.project-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 0.5rem;
  overflow: hidden;
}

.project-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.project-content {
  border-top: 3px solid var(--bs-primary);
}

.project-img {
  border-bottom: 3px solid var(--bs-primary);
}
.project-img img {
  transition: all 0.5s ease;
  height: 100%;
  object-fit: cover;
}

.project-card:hover .project-img img {
  transform: scale(1.05);
}

.project-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.project-card:hover .project-overlay {
  opacity: 1;
}

.project-content {
  border: 1px solid rgba(0,0,0,0.1);
  border-top: none;
  border-radius: 0 0 12px 12px;
}

.project-card-large {
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
}

.project-content-large {
  border-left: 1px solid rgba(0,0,0,0.1);
}

.category-card {
  transition: all 0.3s ease;
  border: 1px solid rgba(0,0,0,0.05);
}

.category-card:hover {
  background: var(--bs-primary) !important;
  color: white !important;
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.category-card:hover i {
  color: white !important;
}

.process-step {
  transition: all 0.3s ease;
  height: 100%;
}

.process-step:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.process-icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.process-step:hover .process-icon {
  background: var(--bs-dark) !important;
  transform: rotate(45deg);
}

/* Responsive Ayarlar */
@media (max-width: 991px) {
  .project-img {
      height: 200px;
  }
  
  .project-content-large {
      border-left: none;
      border-top: 1px solid rgba(0,0,0,0.1);
  }
}

@media (max-width: 767px) {
  .category-card {
      padding: 15px !important;
  }
  
  .category-card i {
      font-size: 2rem !important;
  }
  
  .process-step {
      margin-bottom: 20px;
  }
}
/*** Projects End ***/

/*** Blog Start ***/
/* .blog .blog-item {
  height: 100%;
  background: var(--bs-light);
}

.blog .blog-item .blog-img {
  position: relative;
  overflow: hidden;
}

.blog .blog-item .blog-img::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  display: flex;
  background: rgba(246, 138, 10, 0.3);
  transition: 0.5s;
}

.blog .blog-item:hover .blog-img::after {
  width: 100%;
  height: 100%;
}

.blog .blog-item .blog-img img {
  transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
  transform: scale(1.2);
}

.blog .blog-item .blog-heading {
  position: relative;
  background: var(--bs-white);
}

.blog .blog-item .blog-heading a.h4 {
  position: relative;
  width: 100%;
  display: inline-flex;
  transition: 0.5s;
  z-index: 2;
}

.blog .blog-item .blog-heading::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  right: 0;
  bottom: 0;
  transition: 0.5s;
  z-index: 1;
}

.blog .blog-item:hover .blog-heading::after {
  width: 100%;
  background: var(--bs-primary);
}

.blog .blog-item:hover .blog-heading a.h4 {
  color: var(--bs-white);
}

.blog .blog-item:hover .blog-heading a.h4:hover {
  color: var(--bs-dark);
} */
/*** Blog End ***/
/* Hakkımızda Sayfası Özel Stiller */
.about-company-img {
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.service-item {
  transition: all 0.3s ease;
  border-left: 4px solid var(--bs-primary);
}

.service-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.badge {
  font-weight: 500;
  padding: 6px 12px;
}

.reference-card {
  transition: all 0.3s ease;
  border-top: 3px solid var(--bs-primary);
}

.reference-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

/* Responsive Ayarlar */
@media (max-width: 767px) {
  .display-5 {
      font-size: 2rem;
  }
  
  .service-item {
      margin-bottom: 20px;
  }
}
/*** Team Start ***/
.team{
  margin-top: 50px;
}

.team .team-item .team-img {
  position: relative;
  overflow: hidden;
}
.team-item {
    margin: 0 auto;
    max-width: 300px; /* Kartların maksimum genişliği */
}
.team .team-item .team-img img {
  transition: 0.5s;
}

.team .team-item:hover .team-img img {
  transform: scale(1.1);
}

.team .team-item .team-img .team-icon {
  position: absolute;
  bottom: 20px;
  right: -100%;
  z-index: 9;
  transition: 0.5s;
}

.team .team-item:hover .team-img .team-icon {
  right: 25px;
}

.team .team-item .team-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: rgba(246, 138, 10, 0.2);
  transition: 0.5s;
  z-index: 1;
}

.team .team-item:hover .team-img::after {
  height: 100%;
}

.team .team-item .team-content {
  transition: 0.5s;
}

.team .team-item:hover .team-content {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.team .row {
    justify-content: center;
}
/*** Team End ***/

/*** FAQs Start ***/
.faq-section .accordion .accordion-item {
  margin-bottom: 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  border: none;
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button {
  color: var(--bs-white);
  background: rgba(246, 138, 10, 0.9);
  font-size: 18px;
}

.faq-section
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button.collapsed {
  color: var(--bs-dark);
  background: var(--bs-light);
}
/*** FAQs End ***/

/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
  margin-right: -1px;
}

.testimonial .testimonial-item {
  position: relative;
  margin-top: 35px;
}

.testimonial .testimonial-item .customer-text {
  border: 1px solid var(--bs-primary);
  border-top: none;
}

.testimonial .testimonial-item .testimonial-quote {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: 25px;
  transform: translateY(-50%);
  color: var(--bs-dark);
  background: var(--bs-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial .testimonial-item .testimonial-inner {
  display: flex;
  align-items: center;
  background: var(--bs-white);
}

.testimonial .testimonial-item .testimonial-inner img {
  width: 100px;
  height: 100px;
  border: 2px solid var(--bs-primary);
}

.testimonial-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot {
  width: 30px;
  height: 30px;
  margin: 30px 10px 0 10px;
  background: var(--bs-white);
  transition: 0.5s;
}

/* Referans Listesi Stilleri */
.reference-list {
  position: relative;
  z-index: 1;
}

.reference-item {
  border-left: 4px solid var(--bs-primary);
  transition: 0.5s;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.reference-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.reference-item h3 {
  font-size: 1.3rem;
  color: var(--bs-dark);
}

.reference-item p {
  flex-grow: 1;
  color: #555;
}

.reference-badge {
  font-size: 0.8rem;
  border-radius: 20px;
}

/* Responsive Ayarlar */
@media (max-width: 991px) {
  .reference-item {
      margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .reference-item h3 {
      font-size: 1.1rem;
  }
}

@media (max-width: 991px) {
  .testimonial-carousel .owl-dots .owl-dot {
    margin: 0 10px 0 10px;
  }
}

.testimonial-carousel .owl-dots .owl-dot.active {
  width: 30px;
  height: 30px;
  background: var(--bs-primary);
  transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
  position: relative;
  margin-top: 50%;
  margin-left: 50%;
  transform: translate(-50%, -50%);
  margin-right: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot.active span::after {
  background: var(--bs-white);
}

.testimonial-carousel .owl-dots .owl-dot span::after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--bs-primary);
  transition: 0.5s;
}
/*** Testimonial End ***/

/*** Footer Start ***/
/* Footer Logo Stili */

.footer {
  position: relative;
  background: var(--bs-dark) !important; /* Koyu arkaplan rengi */
  z-index: 1;
  overflow: hidden;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/banner-img.webp'); /* Resminizin yolu */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.15; /* Resmin şeffaflığı (0-1 arası) */
  z-index: -1;
}

.footer-logo {
  height: 40px;
  width: auto;
  object-fit: contain;
  border-radius: 3px;
}
.footer .footer-item a {
  line-height: 35px;
  color: var(--bs-white);
  transition: 0.5s;
}

.footer .footer-item p {
  line-height: 35px;
}
.footer .footer-item h3{
  font-size: 23px;
}

.footer .footer-item a:hover {
 cursor: pointer;
  color: var(--bs-primary);
}

.footer .footer-item .footer-btn a {
  transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
  background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover {
  color: var(--bs-primary);
}
/* Responsive Ayarlar */
@media (max-width: 768px) {
  .footer-logo {
      height: 35px;
  }
  .footer-item h3 {
      font-size: 1.6rem;
  }
  .footer::before {
    background-attachment: scroll; /* Mobilde sabit arkaplan sorununu önler */
}
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--bs-dark);
}
/*** copyright end ***/
