:root {
    --primary-green: #0d4532;
    --secondary-green: #2e7d32;
    --accent-orange: #f49500;
    --text-light: #ffffff;
    --text-dark: #333333;
}

body {
    margin: 0;
    background: #f5f5f5;
    overflow-x: hidden;
}

html,
body {
    overflow-x: hidden;
}

.top-header {
    width: 100%;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, var(--primary-green) 0%, var(--secondary-green) 100%);
    padding: 0.5rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
    min-height: 64px;
    box-sizing: border-box;
}

.header-inner {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 120px;
    background: none;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 120px;
}

.logo-box {
    background: var(--text-light);
    color: var(--primary-green);
    border-radius: 0.3rem;
    width: 2.2rem;
    height: 2.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.site-name {
    color: var(--text-light);
    font-size: 1.5rem;
    font-weight: bold;
    margin-left: 0.5rem;
    white-space: nowrap;
    letter-spacing: 1px;
}

.header-right {
    display: flex;
    align-items: center;
    margin-right: 2rem;
    gap: 1.8rem;
    min-width: 120px;
    justify-content: flex-end;
}

.social-link {
    color: var(--text-light) !important;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.3rem;
    transition: color 0.2s;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.social-link:hover {
    color: var(--accent-orange) !important;
}

.header-image {
    max-width: 100%;
    height: 80px;
    width: auto;
    display: block;
    margin: 0 auto;
}

.wave-divider {
    line-height: 0;
    position: relative;
    top: 0;
    width: 100%;
    overflow: hidden;
    z-index: 2;
    background: none;
}

.wave-divider svg {
    display: block;
    width: 100%;
    height: 70px;
}

@media (max-width: 900px) {
    .top-header {
        flex-direction: column;
        align-items: stretch;
        min-height: unset;
        width: 100%;
    }

    .header-inner {
        padding: 0;
    }

    .header-left,
    .header-right {
        justify-content: center;
        margin: 0.5rem 0;
    }
}

@media (max-width: 600px) {
    .header-inner {
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        min-height: 80px;
    }

    .row {
        flex-direction: column !important;
        margin: 0 !important;
    }

    .col-auto,
    .header-left,
    .header-right {
        width: 100% !important;
        max-width: 100% !important;
        justify-content: center !important;
        align-items: center !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin: 0 !important;
    }

    .header-right {
        margin-bottom: 0.5rem !important;
        gap: 1.2rem !important;
    }

    .site-name {
        font-size: 1.1rem;
    }

    .logo-box {
        width: 1.5rem;
        height: 1.5rem;
        font-size: 1rem;
    }

    .header-image {
        height: 50px;
    }

    .wave-divider svg {
        height: 40px;
    }
}

/* Swiper.js Main Slider Styles - Fixed */
.mySwiper {
  width: 100%;
  height: 112.5vh; /* 1.5x */
  max-height: 112.5vh;
  margin-bottom: 0;
  margin-top: 0;
}

.mySwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.mySwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mySwiper .swiper-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.5rem;
  padding: 1rem;
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 90vw;
  z-index: 10;
}

.mySwiper .swiper-caption .main-title {
  font-size: 2.8rem;
  font-weight: 900;
  margin-bottom: 2rem;
  color: #fff;
  line-height: 1.6;
  max-width: 90%;
}

.mySwiper .swiper-caption p {
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
}

/* Swiper navigation buttons */
.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 1.5rem;
  border-radius: 50%;
  transition: background-color 0.3s;
  width: 50px;
  height: 50px;
}

.mySwiper .swiper-button-next:hover,
.mySwiper .swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.mySwiper .swiper-button-next::after,
.mySwiper .swiper-button-prev::after {
  font-size: 1.2rem;
}

/* Swiper pagination */
.mySwiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.mySwiper .swiper-pagination-bullet-active {
  background-color: #f49404;
}

/* Overlay for better text readability */
.mySwiper .swiper-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

@media (max-width: 900px) {
  .mySwiper {
    height: 50vh;
    max-height: 50vh;
  }
  
  .mySwiper .swiper-caption {
    padding: 0.8rem;
    border-radius: 0.5rem;
  }
  
  .mySwiper .swiper-caption .main-title {
    font-size: 1.8rem;
    line-height: 1.7;
    max-width: 95%;
  }
  
  .mySwiper .swiper-caption p {
    font-size: 1rem;
  }
  
  .mySwiper .swiper-button-next,
  .mySwiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    padding: 1rem;
  }
  
  .mySwiper .swiper-button-next::after,
  .mySwiper .swiper-button-prev::after {
    font-size: 1rem;
  }
}

.slider-logo {
    position: absolute;
    top: 24px;
    left: 24px;
    height: 128px;
    width: auto;
    z-index: 10;
    background: transparent;
    pointer-events: none;
}

@media (max-width: 600px) {
    .slider-logo {
        top: 10px;
        left: 10px;
        height: 40px;
    }
}

.service-cards {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.service-card {
    background: #fff;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border-radius: 1.5rem;
    box-shadow: 0 4px 24px 0 rgba(44, 62, 80, 0.08);
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 340px;
    position: relative;
    transition: box-shadow 0.3s, transform 0.3s;
    cursor: pointer;
    overflow: hidden;
    color: var(--primary-green);
}

.service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 1.5rem;
    pointer-events: none;
}

.service-card-content {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 1.5rem;
}

.service-card-icon i {
    color: #fff;
    font-size: 2.5rem;
    margin-top: 1.2rem;
}

.service-card-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff !important;
    text-align: center;
    margin-top: 0.7rem;
}

/* Hover Reveal Effect for all cards */
.service-card-hover .service-card-reveal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(244, 149, 0, 0.85);
    border-radius: 1.5rem;
    box-shadow: 0 8px 32px 0 rgba(44, 62, 80, 0.16);
    opacity: 0;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 2rem 1.5rem;
    transition: opacity 0.3s;
    z-index: 3;
    color: var(--primary-green);
}

.service-card-hover:hover .service-card-reveal {
    opacity: 1;
    pointer-events: auto;
}

.service-card-hover .service-card-title {
    color: #fff !important;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.service-card-hover .service-card-text {
    color: var(--text-dark);
    font-size: 1rem;
    font-weight: 400;
    margin-top: 0.5rem;
}

.service-card-hover:hover .service-card-reveal .service-card-title {
    color: #fff !important;
}

.service-card-hover .service-card-reveal .service-card-text {
    color: #fff !important;
}

/* Service Cards - Mobile/Tablet Content Display */
@media (max-width: 900px) {
    .service-card {
        min-height: auto;
        flex-direction: column;
        background: white !important;
        border: 1px solid #eee;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .service-card::before {
        display: none;
    }

    .service-card-content {
        padding: 1.5rem;
        background: white;
        border-radius: 1.5rem 1.5rem 0 0;
        min-height: 200px;
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        position: relative;
    }

    .service-card-content::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.6);
        border-radius: 1.5rem 1.5rem 0 0;
        z-index: 1;
    }

    /* Üst kısımdaki ikon ve başlığı gizle */
    .service-card-icon,
    .service-card-title {
        display: none;
    }

    /* Hover reveal'i mobilde normal content olarak göster */
    .service-card-hover .service-card-reveal {
        position: static;
        opacity: 1;
        pointer-events: auto;
        background: white;
        border-radius: 0 0 1.5rem 1.5rem;
        padding: 1.5rem;
        box-shadow: none;
        color: #333;
        transform: none;
        z-index: 1;
    }

    .service-card-hover .service-card-reveal .service-card-title {
        color: #103c24 !important;
        font-size: 1.1rem;
        font-weight: 700;
        margin-bottom: 0.8rem;
        text-align: left;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .service-card-hover .service-card-reveal .service-card-title::before {
        content: "";
        width: 20px;
        height: 20px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .service-card-hover .service-card-reveal .service-card-text {
        color: #666 !important;
        font-size: 0.9rem;
        font-weight: 400;
        line-height: 1.5;
        margin: 0;
        text-align: left;
    }

    /* Hover efektini mobilde kapat */
    .service-card:hover {
        transform: none;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
}

@media (max-width: 700px) {
    .service-cards .row {
        flex-direction: column;
    }

    .service-card {
        margin-bottom: 2rem;
    }

    .service-card-content {
        min-height: 180px;
    }
}

/* Desktop hover effects */
.service-card:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 32px 0 rgba(44, 62, 80, 0.16);
}

#mainCarousel .carousel-item {
    position: relative;
}

#mainCarousel .carousel-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

#mainCarousel .carousel-caption {
    z-index: 2;
}

#mainCarousel .carousel-control-prev,
#mainCarousel .carousel-control-next {
    z-index: 3;
    width: 5%;
    opacity: 1;
}

#mainCarousel .carousel-control-prev-icon,
#mainCarousel .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 1.5rem;
    border-radius: 50%;
    transition: background-color 0.3s;
}

#mainCarousel .carousel-control-prev-icon:hover,
#mainCarousel .carousel-control-next-icon:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.gardening-section {
    padding: 80px 0;
    background-color: var(--white);
}

.gardening-image-container {
    position: relative;
    width: 480px;
    height: 260px;
    margin: 0 auto;
}

.gardening-main-image {
    width: 75%;
    height: 135%;
    object-fit: cover;
    border-radius: 20px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    display: block;
    left: 40px;
}

.gardening-small-image {
    position: absolute;
    top: -120px;
    left: -10px;
    width: 160px;
    height: 180px;
    border-radius: 20px;
    object-fit: cover;
    border: 4px solid var(--white);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.gardening-icon {
    position: absolute;
    bottom: -60px;
    left: -80px;
    width: 240px;
    height: 240px;
    object-fit: contain;
    z-index: 2;
}

.gardening-content {
    padding: 20px;
}

.gardening-icon-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.gardening-icon-title i {
    color: #f49500;
    font-size: 24px;
}

.gardening-icon-title span {
    font-size: 18px;
    color: #f49500;
    font-weight: 600;
}

.gardening-content h2 {
    font-size: 42px;
    color: #103c24;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: 'Montserrat', Arial, sans-serif;
}

.gardening-content .subtitle {
    font-size: 16px;
    color: var(--gray);
    line-height: 1.6;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .gardening-section {
        margin-top: 5rem;
    }
    
    .gardening-image-container {
        width: 100%;
        max-width: 420px;
        height: 220px;
        margin-bottom: 40px;
    }

    .gardening-content {
        text-align: center;
    }

    .gardening-icon-title {
        justify-content: center;
    }
}

.gardening-orange-bg.main-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 520px;
    height: 520px;
    z-index: 0;
    transform: translate(-50%, -50%);
    background: none;
    pointer-events: none;
    overflow: visible;
}

.wavy-bg-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    pointer-events: none;
}

.gardening-bg-circle {
    position: absolute;
    top: 55%;
    left: 10%;
    width: 240px;
    height: 240px;
    background: #d7e6dd;
    border-radius: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);
}

.experience-counter {
    position: absolute;
    top: -110px;
    right: 40px;
    color: #2a7d2e;
    border-radius: 1.5rem;
    box-shadow: none;
    padding: 18px 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    z-index: 10;
}

#counter-number {
    font-size: 3.3rem;
    font-weight: 650;
    color: #2a7d2e;
    line-height: 1;
}

.counter-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 1.3rem;
    font-weight: 600;
    color: #000000;
    line-height: 1.2;
}

.counter-text span {
    white-space: nowrap;
}

/* Yeni Bölüm - Yaprak Dalga Arkaplan */
.wave-background-section {
    background-image: url('resimler/yaprakdalgalibg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 8rem 0;
    min-height: 900px;
}

.wave-background-section h2 {
    color: white;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 3rem;
}

.wave-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    height: 100%;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.wave-card:hover {
    transform: translateY(-5px);
}

.wave-card-header {
    padding: 1.5rem;
    border-bottom: 1px solid #eee;
}

.wave-card-content {
    padding: 1.5rem;
}

.wave-card-icon {
    width: 40px;
    height: 40px;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wave-card-icon i {
    color: #103c24;
    font-size: 1.2rem;
}

.wave-card-title {
    color: #103c24;
    font-weight: 700;
    margin: 0;
    font-size: 1.3rem;
}

.wave-card-arrow {
    background: #103c24;
    color: white;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wave-card-arrow i {
    font-size: 0.8rem;
}

.wave-card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

/* Gardening Section Buton */
.gardening-contact-btn {
    background-color: #103c24;
    color: white;
    border-radius: 25px;
    padding: 12px 30px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    border: none;
}

.gardening-contact-btn:hover {
    background-color: #0a2a1a;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(16, 60, 36, 0.3);
}

/* Check icon styles */
.check-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background-color: #103c24;
    border-radius: 50%;
    margin-right: 8px;
}

.check-icon i {
    color: white;
    font-size: 0.7rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .wave-background-section {
        padding: 4rem 0;
        min-height: 600px;
    }

    .wave-background-section h2 {
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    .wave-card-title {
        font-size: 1.1rem;
    }
}

/* Galeri Bölümü */
.gallery-section {
    padding: 6rem 0;
    background-color: white;
}

.gallery-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.gallery-icon {
    font-size: 2.5rem;
    display: inline-block;
}

.gallery-title h2 {
    color: #103c24;
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
    font-family: 'Montserrat', Arial, sans-serif;
}

.gallery-carousel-container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.gallery-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-image {
    transform: scale(1.05);
}

/* Galeri Carousel Kontrolleri */
.gallery-control {
    width: 50px;
    height: 50px;
    background-color: rgba(16, 60, 36, 0.8);
    border: none;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
    transition: all 0.3s ease;
    position: absolute;
    z-index: 10;
}

.gallery-control.carousel-control-prev {
    left: -70px;
}

.gallery-control.carousel-control-next {
    right: -70px;
}

.gallery-control:hover {
    background-color: rgba(16, 60, 36, 1);
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
}

.gallery-control .carousel-control-prev-icon,
.gallery-control .carousel-control-next-icon {
    width: 20px;
    height: 20px;
}

/* Galeri Indicators - Gizlendi */
.gallery-indicators {
    display: none;
}

/* Responsive tasarım */
@media (max-width: 768px) {
    .gallery-section {
        padding: 4rem 0;
    }

    .gallery-title h2 {
        font-size: 2rem;
    }

    .gallery-icon {
        font-size: 2rem;
    }

    .gallery-image {
        height: 250px;
        max-width: 300px;
        margin: 0 auto;
        display: block;
    }

    .gallery-item {
        max-width: 300px;
        margin: 0 auto;
    }

    /* Mobilde sadece tek fotoğraf göster */
    .gallery-carousel-container .col-md-4.d-none.d-md-block {
        display: none !important;
    }

    .gallery-carousel-container .col-12.col-md-4 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .gallery-control {
        width: 40px;
        height: 40px;
    }

    .gallery-control.carousel-control-prev {
        left: -50px;
    }

    .gallery-control.carousel-control-next {
        right: -50px;
    }

    .gallery-control .carousel-control-prev-icon,
    .gallery-control .carousel-control-next-icon {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 576px) {
    .gallery-title {
        flex-direction: column;
        gap: 10px;
    }

    .gallery-title h2 {
        font-size: 1.8rem;
    }

    .gallery-image {
        height: 200px;
        max-width: 280px;
    }

    .gallery-item {
        max-width: 280px;
    }
}

/* Yol Arkadaşlarımız Bölümü */
.partners-section {
    padding: 6rem 0;
    background-color: white;
}

.partners-title {
    color: #f49404;
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 1rem;
    font-family: 'Montserrat', Arial, sans-serif;
}

.partners-subtitle {
    color: #666;
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.partner-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 4rem;
    transition: transform 0.3s ease;
}

.partner-item:hover {
    transform: scale(1.05);
}

.partner-logo {
    width: 200px;
    height: 200px;
    object-fit: contain;
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
}

.partner-item:hover .partner-logo {
    transform: scale(1.1);
}

.partner-name {
    font-size: 0.9rem;
    font-weight: 600;
    color: #333;
    line-height: 1.3;
    text-align: center;
}

/* Responsive tasarım */
@media (max-width: 768px) {
    .partners-section {
        padding: 4rem 0;
    }

    .partners-title {
        font-size: 2.5rem;
    }

    .partners-subtitle {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }

    .partner-item {
        padding: 1rem;
    }

    .partner-logo {
        width: 140px;
        height: 140px;
    }

    .partner-name {
        font-size: 0.7rem;
    }
}

/* Mobilde tek logo gösterimi */
@media (max-width: 576px) {
    .partners-section {
        padding: 3rem 0;
    }

    .partners-title {
        font-size: 2rem;
    }

    .partners-subtitle {
        font-size: 0.9rem;
    }

    .partner-item {
        padding: 0.5rem;
    }

    .partner-logo {
        width: 100px;
        height: 100px;
    }

    .partner-name {
        font-size: 0.6rem;
    }

    /* Mobilde sadece tek logo göster */
    .partners-section .col-md-2.d-none.d-md-block {
        display: none !important;
    }

    .partners-section .col-6.col-md-2 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    /* Mobilde eski partner logolarını gizle */
    .partners-section .row.g-4.justify-content-center.align-items-center {
        display: none !important;
    }

    /* Mobilde carousel yapısı için */
    .partners-section .row {
        display: flex;
        flex-wrap: nowrap;
        overflow: hidden;
    }

    .partners-section .col-6.col-md-2 {
        flex-shrink: 0;
        transition: transform 0.5s ease;
    }

    /* Mobil carousel stilleri */
    .partners-carousel {
        position: relative;
        overflow: hidden;
        margin-top: 2rem;
    }

    .partners-carousel-inner {
        display: flex;
        transition: transform 1s ease;
    }

    .partners-carousel-item {
        min-width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .partners-carousel-item.active {
        opacity: 1;
    }
}

@media (max-width: 576px) {
    .partners-title {
        font-size: 2rem;
    }

    .partners-subtitle {
        font-size: 0.9rem;
    }

    .partner-item {
        padding: 0.5rem;
    }

    .partner-logo {
        width: 100px;
        height: 100px;
    }

    .partner-name {
        font-size: 0.6rem;
    }
}

/* Partners Swiper.js Coverflow Styles */
.partners-swiper {
    margin-top: 2rem;
}

.partnersSwiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.partnersSwiper .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partnersSwiper .swiper-slide .partner-item {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.partnersSwiper .swiper-slide .partner-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.partnersSwiper .swiper-slide-active .partner-logo {
    transform: scale(1.1);
}

/* Swiper Pagination */
.partnersSwiper .swiper-pagination-bullet {
    background-color: #ccc;
    opacity: 0.7;
}

.partnersSwiper .swiper-pagination-bullet-active {
    background-color: #f49404;
    opacity: 1;
}

@media (max-width: 768px) {
    .partnersSwiper .swiper-slide {
        width: 250px;
        height: 250px;
    }
}

@media (max-width: 576px) {
    .partnersSwiper .swiper-slide {
        width: 200px;
        height: 200px;
    }
}

/* Footer */
.footer {
    background-color: #103c24;
    color: white;
    position: relative;
    padding-top: 0;
}

.footer-wave {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(0deg);
}

.footer-wave svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 120px;
}

.footer-wave .shape-fill {
    fill: #f8f9fa;
}

.footer .container {
    padding-top: 3rem;
    padding-bottom: 2rem;
}

.footer-section {
    padding: 1rem 0;
}

/* Sol Kısım - Logo */
.footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.footer-logo-img {
    max-width: 100px;
    height: auto;
    object-fit: contain;
}

.logo-text-green {
    color: #90EE90;
}

.logo-text-orange {
    color: #f49404;
}

.leaf-icon {
    color: #90EE90;
    font-size: 1.2rem;
}

.footer-text {
    color: white;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    line-height: 1.5;
}

.instagram-link {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #f49404;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.instagram-link:hover {
    transform: scale(1.05);
    background-color: #e68500;
    border-color: rgba(255, 255, 255, 0.4);
    color: white;
}

.instagram-link i {
    font-size: 1.5rem;
}

/* Orta Kısım - İletişim */
.footer-title {
    color: white;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.footer-divider {
    width: 50px;
    height: 2px;
    background-color: white;
    margin-bottom: 1rem;
}

.contact-info p {
    color: white;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.contact-info i {
    color: #f49404;
    margin-top: 2px;
    min-width: 16px;
}

/* Sağ Kısım - Diğer Siteler */
.other-sites p {
    color: white;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.mandarin-image {
    margin-top: 1rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
}

.mandarin-img {
    width: 160px;
    height: 160px;
    object-fit: contain;
}

/* Alt Kısım - Çizgi ve Copyright */
.footer-bottom {
    margin-top: 2rem;
    text-align: center;
}

.footer-line {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    margin-bottom: 1rem;
}

.copyright {
    color: white;
    font-size: 0.9rem;
    margin: 0;
}

/* Responsive tasarım */
@media (max-width: 768px) {
    .footer .container {
        padding-top: 1rem;
    }

    .footer-section {
        text-align: center;
        margin-bottom: 0.5rem;
    }

    .footer-logo {
        justify-content: center;
    }

    .footer-logo-img {
        max-width: 75px;
    }

    .footer-title {
        font-size: 1.2rem;
    }

    .contact-info p {
        justify-content: center;
    }

    .mandarin-image {
        text-align: center;
        margin-top: 0.25rem;
        min-height: 80px;
    }

    .mandarin-img {
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 576px) {
    .footer .container {
        padding-top: 0.5rem;
        padding-bottom: 1rem;
    }

    .footer-section {
        margin-bottom: 0.25rem;
    }

    .footer-wave svg {
        height: 60px;
    }

    .footer-logo-img {
        max-width: 60px;
    }

    .footer-title {
        font-size: 1.1rem;
        margin-bottom: 0.25rem;
    }

    .footer-divider {
        margin: 0.5rem auto;
    }

    .contact-info p {
        font-size: 0.8rem;
        margin-bottom: 0.25rem;
    }

    .other-sites p {
        font-size: 0.8rem;
        margin-bottom: 0.25rem;
    }

    .mandarin-image {
        margin-top: 0.1rem;
        min-height: 60px;
    }

    .mandarin-img {
        width: 100px;
        height: 100px;
    }

    .footer-bottom {
        margin-top: 0.5rem;
    }
}

/* Mobilde kart fotoğrafları için */
.mobile-card-image {
    display: none;
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 1.5rem 1.5rem 0 0;
    margin-bottom: 1rem;
}

@media (max-width: 900px) {
    .mobile-card-image {
        display: block;
    }
    
    .service-card-content {
        padding: 1.5rem;
        background: white;
        border-radius: 0 0 1.5rem 1.5rem;
        min-height: auto;
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        position: relative;
    }

    /* Mobilde karartma overlay'ini kaldır */
    .service-card-content::before {
        display: none;
    }

    /* Üst kısımdaki ikon ve başlığı gizle */
    .service-card-icon,
    .service-card-title {
        display: none;
    }

    /* Hover reveal'i mobilde normal content olarak göster */
    .service-card-hover .service-card-reveal {
        position: static;
        opacity: 1;
        pointer-events: auto;
        background: white;
        border-radius: 0 0 1.5rem 1.5rem;
        padding: 1.5rem;
        box-shadow: none;
        color: #333;
        transform: none;
        z-index: 1;
    }

    .service-card-hover .service-card-reveal .service-card-title {
        color: #103c24 !important;
        font-size: 1.1rem;
        font-weight: 700;
        margin-bottom: 0.8rem;
        text-align: left;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .service-card-hover .service-card-reveal .service-card-text {
        color: #666 !important;
        font-size: 0.9rem;
        font-weight: 400;
        line-height: 1.5;
        margin: 0;
        text-align: left;
    }

    /* Hover efektini mobilde kapat */
    .service-card:hover {
        transform: none;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
}

