/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./app/hizmetler/service-carousel.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************/
/* Service Carousel Custom Styles */

.service-popular-items {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.services-slider {
  padding-bottom: 60px !important;
}

.services-slider .swiper-wrapper {
  padding-bottom: 20px;
}

.services-slider .swiper-slide {
  height: auto !important;
  display: flex;
}

.services-slider .swiper-slide > div {
  height: 100%;
  width: 100%;
}

.service-popular-items {
  min-height: 580px;
}

.service-popular-items .service-content {
  display: flex;
  flex-direction: column;
  flex: 1 1;
}

.service-popular-items .service-content > div {
  display: flex;
  flex-direction: column;
  flex: 1 1;
}

.service-popular-items h3 {
  min-height: 60px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.service-popular-items .service-content p {
  min-height: 80px;
  max-height: 96px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.service-popular-items:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(92, 48, 253, 0.15);
  border-color: #5C30FD !important;
}

.service-popular-items:hover .service-image img {
  transform: scale(1.05);
}

.service-popular-items h3 a {
  transition: color 0.3s ease;
}

.service-popular-items:hover h3 a {
  color: #5C30FD;
}

/* Main Services Carousel */
.main-services-slider {
  padding-bottom: 60px !important;
}

.main-services-slider .swiper-wrapper {
  padding-bottom: 20px;
}

.main-services-slider .swiper-slide {
  height: auto !important;
  display: flex;
}

.main-services-slider .swiper-slide > div {
  height: 100%;
  width: 100%;
}

.service-card-items {
  transition: all 0.3s ease;
  padding: 30px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
}

.service-card-items:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(92, 48, 253, 0.15);
}

.service-card-items.active {
  background: linear-gradient(135deg, #5C30FD 0%, #6C5CE7 100%);
  color: #fff;
}

.service-card-items.active h3 a,
.service-card-items.active .icon i {
  color: #fff !important;
}

.service-card-items .icon {
  font-size: 48px;
  color: #5C30FD;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.service-card-items:hover .icon {
  transform: scale(1.1);
}

/* Service Image Container */
.service-image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.service-image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.service-popular-items:hover .service-image::after {
  opacity: 1;
}

/* Button Alignment */
.service-popular-items .theme-btn {
  margin-top: auto;
  padding-top: 20px !important;
}

/* Homepage Services Carousel */
.homepage-services-slider {
  padding-bottom: 60px !important;
}

.homepage-services-slider .swiper-wrapper {
  padding-bottom: 20px;
}

.homepage-services-slider .swiper-slide {
  height: auto !important;
  display: flex;
}

.homepage-services-slider .swiper-slide > div {
  height: 100%;
  width: 100%;
}

.service-modern-card {
  min-height: 580px;
  border: 1px solid #f0f0f0;
}

.service-modern-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(92, 48, 253, 0.15) !important;
  border-color: #5C30FD !important;
}

.service-modern-card:hover .service-image img {
  transform: scale(1.05);
}

.service-modern-card h3 a {
  transition: color 0.3s ease;
}

.service-modern-card:hover h3 a {
  color: #5C30FD !important;
}

/* Responsive */
@media (max-width: 991px) {
  .service-popular-items {
    min-height: 520px;
  }
  
  .service-modern-card {
    min-height: 520px;
  }
}

@media (max-width: 768px) {
  .service-popular-items {
    min-height: 480px;
  }
  
  .service-popular-items h3 {
    min-height: 50px;
  }

  .service-popular-items .service-content p {
    min-height: 70px;
    max-height: 84px;
  }
  
  .service-modern-card {
    min-height: 480px;
  }
  
  .service-modern-card h3 {
    min-height: 50px;
  }
  
  .service-modern-card p {
    min-height: 70px;
  }
}


