@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');


img {
    pointer-events: none; /* Görsellerin sürüklenmesini engelle */
    -webkit-user-drag: none;
}


.btn-primary {
  background-color:#3399cc;
  border-color: #3399cc;
}
.btn-primary:hover {
  background-color:#3399cc;
  border-color: #3399cc;
}
.progress, .progress-stacked {
  --bs-progress-bar-bg: #3399cc !important;
}

input:focus, textarea:focus, select:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #a6a6a6 !important;
}

#loading-screen {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #F4F6FF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
#loading-logo {
    width: 150px;
    height: auto;
    animation: blink 1.5s infinite;
}
@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}
#content {
    display: none;
}
.rounded-pill {
  border-radius: 15px !important;
}
a {
  text-decoration: none;
  color: #181C14;
}
li {
  list-style: none;
}
.dropdown-toggle::after {
  content: '+';
  display: inline-block;
  margin-left: 0 !important;
  vertical-align: 0 !important;
  border-top: 0 solid ;
  border-right: 0 solid transparent;
  border-bottom: 0;
  border-left: 0 solid transparent;
  font-weight: bold;
}
.dropdown:hover .dropdown-toggle::after {
  content: '-';
}
.dropdown-menu {
  border: 1.8px dashed #d7d7d7;
  background: #fbfbfb;
  margin-left: -25px;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown:hover .nav-link {
  color: #fbfbfb;
}

body {
    background-color: #fbfbfb;
    font-family: "Quicksand", sans-serif;
}
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: background-color 0.3s, box-shadow 0.3s;
    background-color: #fbfbfb;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
  .offcanvas {
    width: 280px !important;
  }
  .navbar-nav .nav-link {
    padding: 0.3rem 2rem;
  }
  .navbar-nav .nav-item {
    padding: 0 0.4rem;
    transition: all 0.3s linear;
    border-radius: 12px;
  }
  .navbar-nav .nav-item:hover {
    background-color: #181C14;
    border-radius: 12px;
  }
  .mobile-buttons {
    position: fixed;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1030;
  }
  /* Hamburger Menu Animation */
  .navbar-toggler {
    border: none;
    padding: 0;
    width: 30px;
    height: 20px;
    position: relative;
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  .menu-icon {
    width: 100%;
    height: 100%;
    position: relative;
    transition: .5s ease-in-out;
  }
  .menu-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #000;
    border-radius: 3px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
  }
  .menu-icon span:nth-child(1) {
    top: 0px;
  }
  .menu-icon span:nth-child(2) {
    top: 8px;
  }
  .menu-icon span:nth-child(3) {
    top: 16px;
  }
  .navbar-toggler[aria-expanded="true"] .menu-icon span:nth-child(1) {
    top: 8px;
    transform: rotate(135deg);
  }
  .navbar-toggler[aria-expanded="true"] .menu-icon span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }
  .navbar-toggler[aria-expanded="true"] .menu-icon span:nth-child(3) {
    top: 8px;
    transform: rotate(-135deg);
  }
  .dropdown-menu .dropdown-item {
    position: relative;
    padding-left: 30px;
  }
  .dropdown-menu .dropdown-item::before {
    content: '';
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 0;
    background-color: #3399cc;
    transition: height 0.3s ease;
  }

  .dropdown-menu .dropdown-item:hover::before {
    height: 100%;
  }
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:active {
  color: #fbfbfb;
  background-color: #3399cc;
}
.navbar-collapse .nav-link {
  color: #181C14;
  font-weight: 500;
  font-size: 1rem;
}
.navbar-collapse .nav-link:hover {
  color: #F4F6FF;
}

#banner {
  min-height: 88vh;
  position: relative;
  overflow: hidden;
}

.banner-carousel {
  width: 100%;
  overflow: hidden;
}

.banner-slide {
  height: 100%;
  width: 100%;
}

.banner-text {
  position: relative;
  z-index: 2;

}

.arrow {
  position: absolute;
  left: 60%;
  top: 20%;
  transform: translateX(-50%);
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
}

.banner-img {
  position: relative;
  z-index: 0;
}

/* Owl Carousel Banner Custom Styles */
.banner-carousel .owl-dots {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.banner-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  border-radius: 30px;
}

.banner-carousel .owl-dots .owl-dot.active span {
  background: #3399cc;
}

.banner-carousel .owl-stage-outer {
  overflow: hidden;
}

.banner-carousel .owl-item {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.banner-carousel .owl-item.active {
  opacity: 1;
}

/* Fade animation */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.fadeOut {
  animation-name: fadeOut;
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#banner h1 {
    font-family: "Outfit", sans-serif;
    margin-top: 8%;
}
.navbar-toggler:focus {
    box-shadow: none;
}
#banner .banner-img {
    margin-top: 0;
    height: 450px;
    width: 350px;
    border-radius: 50% / 40%;
    border: 1.8px dashed #8b8b8b;
    padding: 10px;
    position: relative;
    transition: all 0.5s ease;
}
#banner .banner-img img {
    object-fit: cover;
    object-position: center;
    height: 450px;
    width: 350px;
    border-radius: 50% / 40%;
    padding: 10px 0;
    margin: -10px 0;
    position: relative;
    transition: all 0.5s ease;
}
  #banner .arrow img {
    height: 200px;
    position: relative;
    transition: all 0.5s ease;
}
#banner .banner-img .badge {
    padding: 10px 20px;
    background-color: #181C14;
    position: absolute;
    transition: all 0.5s ease;
}
.banner-img .eticaret {
    top: 10px;
    left: 20px;
}
.banner-img .kurumsal {
    top: 50px;
    right: 0;
}
.banner-img .kisisel {
    bottom: 20px;
    left: 40px;
}
.banner-img .tasarim {
    bottom: 50px;
    right: 50px;
}
.banner-img .web {
    top: 150px;
    left: -30px;
}
.banner-button .play {
    animation: growShrink 2s infinite;
}
.preview {
    background: #181C14;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.6), -4px -4px 10px rgba(255, 255, 255, 0.1);
    color: white;
    position: relative;
    overflow: hidden;
    font-family: "Outfit", sans-serif;
}
.preview::before {
    content: '';
    position: absolute;
    top: -30px;
    right: -60px;
    width: 850px;
    height: 450px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 45%;
    transform: rotate(150deg);
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.3);
}
.preview span {
    color: #3399cc;
}
#promotion {
    padding-top: 2%;
    padding-bottom: 2%;
}
#promotion .cpanel-img {
    height: 55%;
}
#promotion .position-absolute {
    height: 70px;
    border: 1.8px dashed #8b8b8b;
}
#promotion .wordpress-img {
    top: -50px;
    left: 10%;
}
#promotion .html-img {
    top: -30%;
    left: 70%;
}
#promotion .php-img {
    top: 50%;
    left: 30%;
}
#promotion .laravel-img {
    top: 70%;
    left: 60%;
}

/* SERVICES */
#services .card {
  min-height: 250px;
}
#services .card .card-body {
  font-size: 0.9rem;
}
#services .card {
    transition: 0.3s ease;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.6), -4px -4px 10px rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
#services .card::before {
  content: '';
  position: absolute;
  top: -30px;
  right: -60px;
  width: 1000px;
  height: 450px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 45%;
  transform: rotate(150deg);
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.3);
}
#services .card:hover {
  margin-top: -10px;
  background: #3399cc;
  color: #fbfbfb;
}

/* products */

.project .card {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  font-size: 0.9rem;
}
.project .card img {
  transition: transform 0.5s ease, filter 0.5s ease;
  filter: brightness(100%);
  height: 200px;
  object-fit: cover;
}
.project .card:hover img {
  transform: scale(1.1);
  filter: brightness(85%);
}
.project .card .next i {
  transition: margin-left 0.5s ease;
}
.project .card:hover .next i {
  margin-left: 10px;
}
.project .card .next {
  color: inherit;
  transition: color 0.3s ease;
}
.project .card:hover .next {
  color: #3399cc;
}
#home-project .fa-shapes {
  font-size: 3rem;
  margin-top: 30px;
  margin-bottom: 37px;
}
#home-project .project-card {
  background: #181C14;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.6), -4px -4px 10px rgba(255, 255, 255, 0.1);
    color: white;
    position: relative;
    overflow: hidden;
}
#home-project .project-card::before {
  content: '';
  position: absolute;
  top: -30px;
  right: -60px;
  width: 850px;
  height: 450px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 45%;
  transform: rotate(150deg);
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.3);
}

.owl-carousel .owl-stage-outer {
  border-radius: 15px;
}
.owl-nav {
    position: absolute;
    top: 35%;
    width: 100%;
    display: flex !important;
    justify-content: space-between;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
    background: rgba(0,0,0,0.3) !important;
    color: white !important;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 35%;
}

/* reference */

#reference img {
  height: 100px;
  object-fit: contain;
}
#reference .item {
  border: 1.8px dashed #a6a6a6;
  padding: 20px;
}
#reference .item {
  padding: 12px;
}

/* home contact */

#home-contact .card  {
  background: #181C14;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.6), -4px -4px 10px rgba(255, 255, 255, 0.1);
  color: white;
  position: relative;
  overflow: hidden;

}
#home-contact .card::before {
  content: '';
  position: absolute;
  top: -30px;
  right: -80px;
  width: 850px;
  height: 550px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 45%;
  transform: rotate(150deg);
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.3);
}
#home-contact .col-md-4 {
  font-size: 25px;
}
#home-contact .social {
  position: relative;
}
#home-contact .social i{
  color: #fbfbfb;
  border: 1px dashed #d7d7d7;
  padding: 5px 10px;
  border-radius: 10px;
}
#home-contact .social i:hover{
  background-color: #3399cc;
}

/* footer */
#footer .footer-logo img{
  height: 80px;
}
#footer .nav .nav-link {
  color: #181C14;
  font-weight: bold;
}
#footer .nav .nav-link:hover {
  color: #3399cc;
}
#footer .site-tag .nav li {
  padding-right: 30px;
  padding-bottom: 10px;
  font-size: 13px;
}
#footer .footer-bottom {
  font-size: 13px;
}
#contents .price-offer h1 {
  font-family: "Outfit", sans-serif;
}
#contents .price-offer .nav-link {
  color: #fbfbfb;
}
#contents .price-offer .nav-link:hover {
  color: #3399cc;
}
#contents .price-offer .offer {
  padding-left: 50px;
  padding-top: 50px;
}


#page-banner {
  height: 18vh;
  background: linear-gradient(45deg, rgba(51, 153, 204, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
  position: relative;
  overflow: hidden;
}

#page-banner::before {
  content: '';
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  z-index: 1;
  background: radial-gradient(circle, rgba(51, 153, 204, 0.03) 0%, rgba(255, 255, 255, 0) 70%);
  animation: rotate 30s linear infinite;
}

#page-banner::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1000 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 50C150 50 350 0 500 0C650 0 850 50 1000 50V100H0V50Z' fill='rgba(51, 153, 204, 0.03)'/%3E%3C/svg%3E") repeat-x;
  background-size: 100% 100%;
  animation: wave 15s linear infinite;
  bottom: 0;
}

#page-banner .container {
  position: relative;
  z-index: 2;
}

#page-banner h1 {
  font-family: "Outfit", sans-serif;
  position: relative;
  color: #181C14;
  margin-bottom: 1rem;
}

#page-banner h1::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 3px;
  background: #3399cc;
  border-radius: 2px;
}

#page-banner hr {
  display: none;
}

.wave-effect {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1000 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 50C150 50 350 100 500 100C650 100 850 50 1000 50V100H0V50Z' fill='rgba(51, 153, 204, 0.02)'/%3E%3C/svg%3E") repeat-x;
  background-size: 100% 100%;
  animation: waveReverse 20s linear infinite;
  opacity: 0.5;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes wave {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes waveReverse {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

/* about section */
#about {
  padding: 80px 0;
  background: linear-gradient(to bottom, #fbfbfb 0%, rgba(244, 246, 255, 0.5) 100%);
}

#about img {
  height: auto;
  max-width: 90%;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}

#about .display-1 {
  font-family: "Outfit", sans-serif;
  -webkit-text-stroke: 2px #3399cc;
  color: transparent;
  font-size: 5.5rem;
  font-weight: 900;
  margin-left: -120px;
  margin-top: -30px;
  position: relative;
  z-index: 2;
  line-height: 1;
}

#about .content {
  position: relative;
  z-index: 3;
  padding-right: 20px;
}

#about p {
  color: #666;
  line-height: 1.8;
  margin-top: 25px;
  position: relative;
}

#about p::before {
  content: '';
  position: absolute;
  left: -20px;
  top: 0;
  width: 3px;
  height: 100%;
  background: #181C14;
  opacity: 0.3;
}

#about .social-media {
  position: relative;
  z-index: 3;
}

#about .social-media h5 {
  color: #181C14;
  font-weight: 600;
}

#about .social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 20%;
  color: #181C14;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

#about .social-icons a:hover {
  background: #3399cc;
  color: #fff;
  transform: translateY(-3px);
}

/* Reviews Section */
#reviews {
  padding: 80px 0;
  background: linear-gradient(to bottom, #fbfbfb 0%, rgba(244, 246, 255, 0.5) 100%);
}

.review-card {
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.review-card .profile {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.review-card .profile img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
  border: 2px solid #3399cc;
  padding: 2px;
}

.review-card .profile .info h5 {
  margin: 0;
  color: #181C14;
  font-weight: 600;
}

.review-card .profile .info small {
  color: #666;
  font-size: 0.85rem;
}

.review-card .stars {
  color: #ffc107;
  margin-bottom: 15px;
}

.review-card .stars i {
  margin-right: 2px;
}

.review-card p {
  color: #666;
  line-height: 1.7;
  margin: 0;
}

.review-card::before {
  content: '"';
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 4rem;
  font-family: "Outfit", sans-serif;
  color: #3399cc;
  opacity: 0.1;
  line-height: 1;
}
/* Review Form */
.review-form-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  background: #181C14;
  color: #fff;
  border: none;
  padding: 15px 25px;
  border-radius: 30px;
  box-shadow: 0 4px 15px rgba(51, 153, 204, 0.2);
  transition: all 0.3s ease;
}

.review-form-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(51, 153, 204, 0.3);
  background: #3399cc;
}

.review-form-btn i {
  margin-right: 8px;
}

.review-modal .modal-content {
  border: none;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.review-modal .modal-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 20px 30px;
}

.review-modal .modal-body {
  padding: 30px;
}

.review-modal .form-label {
  font-weight: 600;
  color: #181C14;
  margin-bottom: 10px;
}

.review-modal .form-control {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 12px 15px;
}

.review-modal .form-control:focus {
  border-color: #3399cc;
  box-shadow: 0 0 0 3px rgba(51, 153, 204, 0.1);
}

.star-rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.star-rating input {
  display: none;
}

.star-rating label {
  color: #ddd;
  font-size: 24px;
  padding: 0 3px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.star-rating label:hover,
.star-rating label:hover ~ label,
.star-rating input:checked ~ label {
  color: #ffc107;
}

.review-modal .btn-submit {
  background: #3399cc;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 25px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.review-modal .btn-submit:hover {
  background: #181C14;
  transform: translateY(-2px);
}

/* Services Page */
#services-page {
  padding: 80px 0;
  background: linear-gradient(to bottom, #fbfbfb 0%, rgba(244, 246, 255, 0.5) 100%);
}

#services-page .service-card {
  background: #fff;
  border-radius: 15px;
  padding: 40px 30px;
  margin-bottom: 30px;
  position: relative;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

#services-page .service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

#services-page .service-card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, transparent 50%, rgba(24, 28, 20, 0.05) 50%);
  border-radius: 0 15px 0 50%;
}

#services-page .service-icon {
  width: 70px;
  height: 70px;
  background: rgba(24, 28, 20, 0.05);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  transition: all 0.3s ease;
}

#services-page .service-card:hover .service-icon {
  background: #181C14;
  transform: rotate(10deg);
}

#services-page .service-icon i {
  font-size: 30px;
  color: #181C14;
  transition: all 0.3s ease;
}

#services-page .service-card:hover .service-icon i {
  color: #fff;
}

#services-page .service-card h3 {
  font-family: "Outfit", sans-serif;
  color: #181C14;
  font-size: 1.5rem;
  margin-bottom: 15px;
  font-weight: 600;
}

#services-page .service-card p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 25px;
}

#services-page .service-features {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 25px;
}

#services-page .service-features li {
  color: #666;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

#services-page .service-features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #181C14;
  font-weight: bold;
}

#services-page .card-buttons {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

#services-page .service-link {
  display: inline-flex;
  align-items: center;
  color: #181C14;
  font-weight: 600;
  padding: 8px 20px;
  border: 1px solid #181C14;
  border-radius: 25px;
  transition: all 0.3s ease;
}

#services-page .service-link:hover {
  background: #181C14;
  color: #fff;
}

#services-page .service-link i {
  margin-left: 8px;
  transition: all 0.3s ease;
}

#services-page .service-link:hover i {
  transform: translateX(5px);
}

#services-page .teklif-btn {
  display: inline-flex;
  align-items: center;
  background: #3399cc;
  color: #fff;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 25px;
  border: none;
  transition: all 0.3s ease;
}

#services-page .teklif-btn:hover {
  background: #181C14;
  transform: translateY(-2px);
}

#services-page .teklif-btn i {
  margin-right: 8px;
}

/* Service Detail Page */
.service-detail {
  background: none;
  padding: 80px 0;
}

.service-detail .content-box {
  position: relative;
}

.service-detail .row.align-items-center {
  position: relative;
}

.service-detail .display-4 {
  font-size: 3rem;
  margin-left: -100px !important;
  margin-top: -30px;
  position: relative;
  color: #3399cc;
  font-family: "Outfit", sans-serif;
}

.service-detail .lead {
  position: relative;
}

.service-detail img {
  border-radius: 20px;
}

.service-detail h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #181C14;
}

.service-detail p {
  color: #666;
  line-height: 1.8;
  font-size: 1.1rem;
}

.service-detail .feature-list {
  margin-top: 50px;
}

.service-detail .feature-item {
  position: relative;
  padding: 25px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.service-detail .feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.service-detail .feature-item h4 {
  color: #181C14;
  font-size: 1.3rem;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.service-detail .feature-item h4 i {
  color: #181C14;
  margin-right: 15px;
  font-size: 1.2rem;
}

.service-detail .feature-item p {
  color: #666;
  margin: 0;
  line-height: 1.7;
}

.service-detail .process-number {
  font-family: "Outfit", sans-serif;
  font-size: 5rem;
  font-weight: 900;
  color: rgba(24, 28, 20, 0.09);
  top: -45px;
  position: absolute;

  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
  z-index: 1;
}

.service-detail .process-item {
  background: transparent;
  border: none;
  padding: 0;
  text-align: center;
  height: 100%;
  position: relative;
  z-index: 2;
  padding-top: 35px;
}

.service-detail .process-icon {
  position: absolute;
  top: 35px;
}

.service-detail .process-item h5 {
  color: #181C14;
  font-size: 1.1rem;
  margin-bottom: 8px;
  font-weight: 600;
}

.service-detail .process-item p {
  color: #666;
  font-size: 0.9rem;
  margin: 0;
  line-height: 1.5;
}
/* Projects Section Styles */

.projects-section {
    padding: 80px 0;
    background-color: #fbfbfb;
}

.projects-section .section-title {
    font-family: "Outfit", sans-serif;
    color: #181C14;
    margin-bottom: 50px;
    text-align: center;
}

.projects-section .project-card {
    margin-bottom: 30px;
    border: 1.8px dashed #d7d7d7;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    transition: all 0.3s ease;
}

.projects-section .project-card:hover {
    border-color: #3399cc;
}

.projects-section .project-img {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.projects-section .project-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.projects-section .project-item:hover img {
    transform: scale(1.05);
}

.projects-section .project-content {
    padding: 25px;
}

.projects-section .project-category {
    display: inline-block;
    padding: 5px 15px;
    background: #181C14;
    color: #fbfbfb;
    border-radius: 12px;
    font-size: 0.85rem;
    margin-bottom: 15px;
}

.projects-section .project-title {
    color: #181C14;
    font-size: 1.25rem;
    margin-bottom: 15px;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
}

.projects-section .project-description {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 20px;
    line-height: 1.6;
}

.projects-section .read-more {
    color: #3399cc;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.projects-section .read-more i {
    transition: transform 0.3s ease;
}

.projects-section .read-more:hover i {
    transform: translateX(5px);
}

/* References Section Styles */
.references-section {
    padding: 80px 0;
    background-color: #fbfbfb;
}

.references-section .section-intro {
    margin-bottom: 60px;
}

.references-section .section-intro h2 {
    font-family: "Outfit", sans-serif;
    color: #181C14;
}

.references-section .reference-card {
    background: #fff;
    border: none;
    border-radius: 12px;
    padding: 20px;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
}

.references-section .reference-card:hover {
    box-shadow: 0 5px 25px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}

.references-section .logo-container {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.references-section .logo-container img {
    max-height: 85px;
    object-fit: contain;
    filter: grayscale(100%);
    transition: all 0.3s ease;
}

.references-section .reference-card:hover .logo-container img {
    filter: grayscale(0%);
}

.references-section .reference-info {
    text-align: center;
}

.references-section .reference-info h5 {
    margin-bottom: 8px;
}

.references-section .reference-info h5 a {
    font-size: 1.1rem;
    color: #181C14;
    text-decoration: none;
    transition: color 0.3s ease;
}

.references-section .reference-info h5 a:hover {
    color: #3399cc;
}

.references-section .badge {
    font-size: 0.8rem;
    padding: 5px 12px;
    border-radius: 12px;
}

/* Stats Section */
.stats-section {
    background: #181C14;
    border-radius: 15px;
    padding: 40px;
    margin-top: 60px;
}

.stats-section .stat-item {
    color: #fff;
    text-align: center;
    padding: 20px;
}

.stats-section .stat-item i {
    color: #3399cc;
    margin-bottom: 15px;
}

.stats-section .stat-item h3 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: "Outfit", sans-serif;
}

.stats-section .stat-item p {
    font-size: 1.1rem;
    margin: 0;
    opacity: 0.8;
}
/* Contact Section Styles */
.contact-section {
    background-color: #fbfbfb;
}

.contact-info {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    height: 100%;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.info-item i {
    color: #3399cc;
    font-size: 1.5rem;
    margin-top: 5px;
}

.info-content h5 {
    font-size: 1.1rem;
    color: #181C14;
    margin-bottom: 5px;
}

.info-content p {
    margin: 0;
    color: #666;
}

.info-content a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.info-content a:hover {
    color: #3399cc;
}

.social-links {
    display: flex;
    gap: 15px;
    align-items: center;
}

.social-links h5 {
    margin-right: 10px;
}

.social-link {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    color: #181C14;
    border-radius: 20%;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link:hover {
    background: #3399cc;
    color: #fff;
    transform: translateY(-3px);
}

.contact-form {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    height: 100%;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
}

.form-floating {
    margin-bottom: 1rem;
}

.form-control, .form-select {
    border: 1px solid #e0e0e0;
    padding: 1rem;
}

.form-control:focus, .form-select:focus {
    border-color: #3399cc;
    box-shadow: 0 0 0 0.2rem rgba(51, 153, 204, 0.25);
}

.contact-form .btn-primary {
    background-color: #181C14;
    border: none;
    padding: 12px 30px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.contact-form .btn-primary:hover {
    background-color: #2980b9;
    transform: translateY(-2px);
}

/* FAQ Section Styles */
.faq-section {
    background-color: #fbfbfb;
}

.faq-nav {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
}

.faq-nav h4 {
    color: #181C14;
    font-family: "Outfit", sans-serif;
}

.faq-section .nav-pills .nav-link {
    color: #181C14;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
    width: 100%;
    text-align: left;
    background: #f8f9fa;
}

.faq-section .nav-pills .nav-link:hover {
    color: #3399cc;
    background: #f0f7fb;
}

.faq-section .nav-pills .nav-link.active {
    background-color: #181C14;
    color: #fff;
}

.faq-section .nav-pills .nav-link i {
    width: 20px;
    text-align: center;
}

.faq-section .accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 12px !important;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
}

.faq-section .accordion-button {
    padding: 20px;
    background-color: #fff;
    font-weight: 600;
    color: #181C14;
    box-shadow: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-section .accordion-button:not(.collapsed) {
    color: #3399cc;
    background-color: #fff;
}

.faq-section .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.faq-section .accordion-button::after {
    content: '+';
    background-image: none !important;
    font-size: 1.5rem;
    font-weight: 300;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.faq-section .accordion-button:not(.collapsed)::after {
    content: '−';
    transform: rotate(0deg);
}

.faq-section .accordion-body {
    padding: 20px;
    background-color: #fff;
    color: #666;
    line-height: 1.6;
}

.faq-section .btn-primary {
    background-color: #181C14;
    border: none;
    padding: 12px 20px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.faq-section .btn-primary:hover {
    background-color: #2980b9;
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .faq-nav {
        margin-bottom: 30px;
    }

    .faq-section .nav-pills {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 15px;
        margin: -5px;
    }

    .faq-section .nav-pills .nav-link {
        white-space: nowrap;
        margin: 5px;
    }
    #mainNavContent {
      display: none !important;
    }
    .service-detail {
      padding: 40px 0;
    }

    .service-detail .display-4 {
      font-size: 2.5rem;
      margin-left: 0;
      margin-top: 20px;
      text-align: center;
    }

    .service-detail .lead {
      margin-left: 0;
      text-align: center;
    }

    .service-detail img {
      margin-bottom: 30px;
    }

    .service-detail .process-box::before {
      display: none;
    }

    .service-detail .process-item {
      text-align: center;
      padding-left: 0;
    }

    .service-detail .process-icon {
      position: static;
      margin: 0 auto 12px;
    }

    .service-detail .process-number {
      font-size: 4rem;
      top: -25px;
    }
}


@media (max-width: 768px) {
  #banner {
      position: relative;
      height: 50vh;
      text-align: center;
      background-image: url("../img/banner.jpg");
      color: #fff;
      background-position: center;
      background-size: cover;
      overflow: hidden;
  }
  
  #promotion .cpanel-img {
        height: 25% !important;
    }

  #banner::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: inherit;
      background-position: inherit;
      background-size: inherit;
      filter: blur(9px);
      z-index: 1;
  }

  #banner > * {
      position: relative;
      z-index: 2;
  }
  #promotion .position-absolute {
      height: 50px;
  }
  #promotion {
      text-align: center;
  }
  #services .card {
    min-height: auto;
  }
  .dropdown-menu {
    border: none;
  }
  .dropdown-menu {
    margin-left: 0;
  }
  .navbar-nav .nav-link {
    padding: 0.5rem 0;
  }
  .navbar-nav .nav-item {
    padding: auto;
  }
  .navbar-nav .nav-item:hover {
    background:none;
  }
  #home-contact .col-md-4 {
    font-size: inherit;
    text-align: center;
  }
  #contents .price-offer .offer {
    padding-left: 20px;
    padding-top: 20px;
  }
  #reference img {
    height: 50px;
  }
  #home-contact {
    margin-top: 90px;
  }
  #about {
    padding: 40px 0;
  }

  #about .display-1 {
    font-size: 3.5rem;
    margin-left: 0;
    margin-top: 20px;
    text-align: center;
  }

  #about img {
    max-width: 100%;
    margin-bottom: 30px;
  }

  #about p {
    text-align: center;
  }

  #about p::before {
    display: none;
  }

  #reviews {
    padding: 40px 0;
  }

  .review-card {
    padding: 20px;
  }

  .review-card .profile img {
    width: 50px;
    height: 50px;
  }
  .review-form-btn {
    bottom: 55px;
    right: 120px;
    padding: 12px 20px;
  }
  #services-page {
    padding: 40px 0;
  }

  #services-page .service-card {
    padding: 30px 20px;
  }

  #services-page .service-icon {
    width: 60px;
    height: 60px;
  }

  #services-page .service-icon i {
    font-size: 24px;
  }

  #services-page .card-buttons {
    flex-direction: column;
  }

  #services-page .service-link,
  #services-page .teklif-btn {
    width: 100%;
    justify-content: center;
  }
  .projects-section {
    padding: 40px 0;
}

.projects-section .project-img {
    height: 200px;
}

.projects-section .project-content {
    padding: 20px;
}

.projects-section .filter-btn {
    padding: 6px 20px;
    font-size: 0.9rem;
}
.service-detail .feature-item {
  margin-bottom: 20px;
}
.references-section {
  padding: 40px 0;
}

.references-section .logo-container {
  height: 80px;
}

.references-section .reference-info h5 {
  font-size: 0.9rem;
}

.stats-section {
  padding: 20px;
}

.stats-section .stat-item {
  padding: 10px;
}

.stats-section .stat-item h3 {
  font-size: 2rem;
}

.stats-section .stat-item p {
  font-size: 0.9rem;
}
.contact-info, .contact-form {
padding: 20px;
}

.social-links {
flex-wrap: wrap;
}

.social-links h5 {
width: 100%;
margin-bottom: 10px;
}
}

.language-selector img {
  width: 21px;
  height: 16px;
  border-radius: 20%;
  object-fit: cover;
  vertical-align: middle;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.language-selector .btn {
  transition: all 0.3s ease;
}

.language-selector .btn:hover {
  transform: translateY(-2px);
}

.language-selector .dropdown-toggle::after {
  display: none;
}

.language-selector .dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 15px;
}

.language-selector .dropdown-menu {
  min-width: 150px;
  padding: 8px;
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.language-selector .dropdown-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.language-selector .dropdown-item:hover {
  background-color: rgba(51, 153, 204, 0.1);
}

.language-selector .flag-icon {
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

/* Project Detail Page */
#project-detail {
  padding: 80px 0;
  background: linear-gradient(to bottom, #fbfbfb 0%, rgba(244, 246, 255, 0.5) 100%);
}

.project-header .project-title {
  font-family: "Outfit", sans-serif;
  color: #181C14;
}

.project-meta {
  color: #666;
  font-size: 0.9rem;
}

.project-share a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: #f8f9fa;
  color: #181C14;
  border-radius: 20%;
  transition: all 0.3s ease;
}

.project-share a:hover {
  background: #3399cc;
  color: #fff;
  transform: translateY(-3px);
}

.project-content h2, .project-content h3 {
  font-family: "Outfit", sans-serif;
  color: #181C14;
}

.feature-item {
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.feature-item i {
  color: #3399cc;
}

.feature-item h4 {
  font-size: 1.1rem;
  color: #181C14;
  margin-bottom: 0.5rem;
}

.feature-item p {
  color: #666;
  margin: 0;
  font-size: 0.9rem;
}

.project-gallery img {
  height: 200px;
  object-fit: cover;
  transition: all 0.3s ease;
}

.project-gallery img:hover {
  transform: scale(1.02);
}

.sidebar-widget {
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.sidebar-widget:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.widget-title {
  font-family: "Outfit", sans-serif;
  color: #181C14;
  position: relative;
  padding-bottom: 10px;
}

.widget-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: #3399cc;
}

.related-projects img {
  transition: all 0.3s ease;
}

.related-projects a:hover img {
  transform: scale(1.05);
}

.related-projects h6 {
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.related-projects a:hover h6 {
  color: #3399cc !important;
}

@media (max-width: 768px) {
  #project-detail {
    padding: 40px 0;
  }

  .project-header .project-title {
    font-size: 2rem;
  }

  .project-meta span {
    display: block;
    margin-bottom: 0.5rem;
  }

  .project-share {
    justify-content: center;
  }

  .sidebar-widget {
    margin-top: 2rem;
  }
}

.project-image img {
  height: 400px;
  object-fit: cover;
}

.project-gallery a {
  display: block;
  position: relative;
  overflow: hidden;
}

.project-gallery a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 153, 204, 0.2);
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 1;
  border-radius: 0.5rem;
}

.project-gallery a::after {
  content: '\f00e';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  color: #fff;
  font-size: 1.5rem;
  z-index: 2;
  transition: all 0.3s ease;
}

.project-gallery a:hover::before {
  opacity: 1;
}

.project-gallery a:hover::after {
  transform: translate(-50%, -50%) scale(1);
}

.project-gallery a:hover img {
  transform: scale(1.05);
}

.project-image a {
  display: block;
  position: relative;
  overflow: hidden;
}

.project-image a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 153, 204, 0.2);
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 1;
  border-radius: 0.5rem;
}

.project-image a::after {
  content: '\f00e';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  color: #fff;
  font-size: 2rem;
  z-index: 2;
  transition: all 0.3s ease;
}

.project-image a:hover::before {
  opacity: 1;
}

.project-image a:hover::after {
  transform: translate(-50%, -50%) scale(1);
}

.project-image a:hover img {
  transform: scale(1.02);
}

/* Pagination Styles */
.pagination-wrapper {
    margin: 40px 0;
    display: flex;
    justify-content: center;
}

.pagination {
    display: inline-flex;
    background: #fff;
    padding: 5px;
    border-radius: 20px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    gap: 5px;
}

.pagination .page-item {
    margin: 0;
}

.pagination .page-item .page-link {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-weight: 600;
    border: none;
    background: transparent;
    color: #181C14;
    border-radius: 20%;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.pagination .page-item .page-link:hover {
    color: #3399cc;
    background: rgba(51, 153, 204, 0.1);
}

.pagination .page-item.active .page-link {
    background-color: #181C14;
    color: #fff;
}

.pagination .page-item.active .page-link:hover {
    color: #fff;
}

.pagination .page-item.disabled .page-link {
    color: #ccc;
    pointer-events: none;
    background: transparent;
}

.pagination .page-item .page-link i {
    font-size: 12px;
}

.pagination .page-item .page-link.dots {
    width: auto;
    padding: 0 10px;
}

/* Hover efekti */
.pagination .page-item .page-link::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(51, 153, 204, 0.2);
    border-radius: 20%;
    transform: translate(-50%, -50%);
    transition: width 0.3s ease, height 0.3s ease;
}

.pagination .page-item .page-link:hover::before {
    width: 100%;
    height: 100%;
}

/* Responsive Pagination */
@media (max-width: 576px) {
    .pagination {
        padding: 3px;
    }

    .pagination .page-item .page-link {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

    .pagination .page-item .page-link i {
        font-size: 10px;
    }
}

