/********** Template CSS **********/
:root {
    --primary: #FE5D37;
    --light: #FFF5F3;
    --dark: #103741;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}



.whatsapp-float {
  position: fixed;
  bottom: 38px;
  left: 20px;
  z-index: 100;
  display: none; /* sadece mobilde gösterilecek */
}

.whatsapp-float img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

.hidden {
  display: none !important;
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  cursor: zoom-out;
}

.lightbox img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
  box-shadow: 0 0 20px #000;
  cursor: default;
  user-select: none;
}

.lightbox-close {
  position: fixed;
  top: 20px;
  right: 30px;
  font-size: 3rem;
  color: white;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
  z-index: 10000;
}

/* Sadece mobil cihazlarda göster */
@media only screen and (max-width: 768px) {
  .whatsapp-float {
    display: block;
  }
}

.picture-img.zoomed {
  transform: scale(1.2);
  z-index: 20;
  position: relative;
  transition: transform 0.3s ease;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}

h1.section-title {
  font-size: 2.5rem;
  font-weight: 700;
}

/*** Heading ***/
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
    font-family: 'Lobster Two', cursive;
    font-weight: 700;
    
}

h5,
h6,
.h5,
.h6 {
    font-weight: 600;
}

.font-secondary {
    font-family: 'Lobster Two', cursive;
}


/*** Navbar ***/
.navbar .navbar-nav .nav-link {
    padding: 30px 15px;
    color: var(--dark);
    font-weight: 500;
    outline: none;
}

@media (max-width: 400px) {
  .col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 5px;
    transition: .5s;
}



.navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}



@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        top: calc(100% - 15px);
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.navbar-brand {
  flex-wrap: wrap;
  min-width: 0;
}

.navbar-brand img {
  max-width: 100%;
  max-height: 150px;
}

.navbar-nav {
  text-align: center;
}




@media (max-width: 576px) {

  .section-activities {
    padding: 40px 15px;
    
  }
  
  .section-activities h1 {
    font-size: 1.8rem;
  }
  
  .section-activities p {
    font-size: 0.95rem;
    max-width: 100%;
    margin-bottom: 1.5rem;
  }
  
  .activity-card {
    padding: 20px 15px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #ddd;
  }

  .activity-card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1), 0 0 8px rgba(255, 255, 255, 0.15);
  }
  
  .activity-card:hover .activity-icon i {
    transform: rotate(8deg) scale(1.05);
  }




  .navbar {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .navbar-brand img {
    height: 65px !important; /* Logo mobilde küçültüldü */
  }

  .navbar-brand h2,
  .navbar-brand h6 {
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

.navbar-toggler {
  margin-left: auto;


}


  .navbar-collapse {
    margin-top: 0.2rem;
  }

  .navbar-nav {
    text-align: center;
  }
}




/*** Header ***/
.header-carousel::before,
.header-carousel::after,
.page-header::before,
.page-header::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 10px;
    top: 0;
    left: 0;
    background: url(../img/bg-header-top.png) center center repeat-x;
    z-index: 1;
}

.header-carousel::after,
.page-header::after {
    height: 19px;
    top: auto;
    bottom: 0;
    background: url(../img/bg-header-bottom.png) center center repeat-x;
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}



.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
  height: 600px; /* İstersen 500px veya ihtiyacına göre artır */
  background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/bahce32.webp) center top no-repeat;
  background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}


/*** Facility ***/
.facility-item .facility-icon {
    position: relative;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.facility-item .facility-icon::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .9);
    transition: .5s;
    z-index: 1;
}

.facility-item .facility-icon span {
    position: absolute;
    content: "";
    width: 15px;
    height: 30px;
    top: 0;
    left: 0;
    border-radius: 50%;
}

.facility-item .facility-icon span:last-child {
    left: auto;
    right: 0;
}

.facility-item .facility-icon i {
    position: relative;
    z-index: 2;
}

.facility-item .facility-text {
    position: relative;
    min-height: 250px;
    padding: 30px;
    border-radius: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
}

.facility-item .facility-text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .9);
    transition: .5s;
    z-index: 1;
}

.facility-item .facility-text * {
    position: relative;
    z-index: 2;
}

.facility-item:hover .facility-icon::before,
.facility-item:hover .facility-text::before {
    background: transparent;
}

.facility-item * {
    transition: .5s;
}

.facility-item:hover * {
    color: #FFFFFF !important;
}


/*** About ***/
.about-img img {
    transition: .5s;
}

.about-img img:hover {
    background: var(--primary) !important;
}


/*** Classes ***/
.classes-item {
    transition: .5s;
}

.classes-item:hover {
    margin-top: -10px;
}


/*** Team ***/
.team-item .team-text {
    position: absolute;
    width: 250px;
    height: 250px;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #FFFFFF;
    border: 17px solid var(--light);
    border-radius: 250px;
    transition: .5s;
}

.team-item:hover .team-text {
    border-color: var(--primary);
}



/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 45px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    border-color: var(--primary);
    background: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary) !important;
    letter-spacing: 1px;
    box-shadow: none;
}

 .activity-card {
          background: rgba(255, 255, 255, 0.2);
          border-radius: 16px;
          padding: 30px 20px;
          backdrop-filter: blur(15px);
          -webkit-backdrop-filter: blur(15px);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
          transition: all 0.3s ease-in-out;
          height: 100%;
          border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .activity-card:hover {
          transform: translateY(-8px);
          box-shadow: 0 24px 48px rgba(0, 0, 0, 0.2);
        }

        .col-md-4 img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .col-md-4 img:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    cursor: pointer;
  }

   .col-md-6 img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .col-md-6 img:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    cursor: pointer;
  }
   .col-md-12 img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  /* Başlıklar */
.section-title {
  font-weight: 900;
  font-size: 40px;
  margin-bottom: 1rem;
}

.section-subtitle {
  font-size: 25px;
  margin-bottom: 0.5rem;
}

/* Vurgu için */
.section-subtitle.highlight {
  color: #f44336; /* Kırmızı vurgu */
  font-weight: 700;
}

/* Kartlar */
.info-card {
  background: #ffd4a3; /* Açık mavi arkaplan */
  border-radius: 20px;
  box-shadow: 0 8px 16px rgba(57, 73, 171, 0.15);
  padding: 2rem 1.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  cursor: default;
}
.info-card h5 {
  font-weight: 800;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  text-shadow: 1px 1px 3px rgba(40, 53, 147, 0.25);
}
.info-card p {
  font-size: 1rem;
  line-height: 1;
}

/* Hover efekti */
.info-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 32px rgba(57, 73, 171, 0.3);
}

/* Günlük akış metinleri */
.flow-intro {
  font-size: 20px;
  margin-bottom: 1rem;
  font-weight: 600;
}

.daily-flow-list {
  list-style: none;
  padding-left: 0;
  font-size: 16px;
}

.daily-flow-list li {
  margin-bottom: 0.7rem;
  padding-left: 1.3rem;
  position: relative;
}

/* Listede küçük ikon (✔) */
.daily-flow-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #1e88e5; /* Mavi ikon */
  font-weight: 900;
  font-size: 1.2rem;
  line-height: 1;
  text-shadow: 0 0 3px rgba(30, 136, 229, 0.6);
}



/* Responsive başlık küçültme */
@media (max-width: 576px) {
  .section-title {
    font-size: 2rem;
  }
  .section-subtitle {
    font-size: 1rem;
  }
  .info-card h5 {
    font-size: 1.2rem;
  }
  .flow-intro {
    font-size: 1.1rem;
  }
  .daily-flow-list {
    font-size: 1rem;
  }

  .navbar {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .navbar-brand img {
    height: 65px !important; /* Logo mobilde küçültüldü */
  }

  .navbar-brand h2,
  .navbar-brand h6 {
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

.navbar-toggler {
  margin-left: auto;

}

  .navbar-collapse {
    margin-top: 0.2rem;
  }

  .navbar-nav {
    text-align: center;
  }
}
.col-lg-6.position-relative {
  position: relative;
  height: 420px; /* büyük ekranda yüksekliği koru */
  max-width: 450px;
  margin: 0 auto;
}

/* Ana büyük görsel */
.img-main {
  width: 280px;
  height: 280px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow:
    0 10px 20px rgba(0,0,0,0.15),
    0 6px 6px rgba(0,0,0,0.1);
  position: relative;
  z-index: 3;
  transition: transform 0.3s ease;
  background-color: #f5f5f5;
  padding: 1rem;
  cursor: pointer;
}

/* Küçük yan görseller */
.img-sub {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 50%;
  background-color: #fafafa;
  padding: 0.8rem;
  box-shadow:
    0 6px 12px rgba(0,0,0,0.1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  cursor: pointer;
}

.img-left {
  left: 0;
  transform: translate(calc(-25%), -50%);
  z-index: 2;
}

.img-right {
  right: 0;
  transform: translate(calc(25%), -50%);
  z-index: 2;
}

/* Hover efektleri */
.img-main:hover {
  transform: scale(1.05);
  z-index: 10;
}

.img-sub:hover {
  transform: scale(1.1);
  z-index: 10;
}

/* Responsive ayarlar */
@media (max-width: 991.98px) {
  /* Orta boy ekranlarda biraz küçült */
  .img-main {
    width: 220px;
    height: 220px;
  }
  .img-sub {
    width: 130px;
    height: 130px;
  }
  .col-lg-6.position-relative {
    height: 320px;
    max-width: 350px;
  }

  .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
    .navbar-brand img {
    width: 40px !important;
    height: auto !important;
  }
}
.section-transition {
  background-color: #f9f9f9; /* veya mevcut section rengi */
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding-top: 60px;
  margin-top: -30px; /* video ile birleşmeyi sağlar */
}
@media (max-width: 767.98px) {
  /* Küçük ekranlarda alt alta ve ortalı */
  .col-lg-6.position-relative {
    height: auto;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .img-main,
  .img-sub {
    position: static !important;
    transform: none !important;
    width: 150px !important;
    height: 150px !important;
    margin: 0 0 1.5rem 0;
    padding: 0.5rem !important;
  }
  .img-sub:last-child {
    margin-bottom: 0;
  }
}


  .col-md-12 img:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    cursor: pointer;
  }

        .activity-icon {
          font-size: 3rem;
          margin-bottom: 20px;
          display: inline-block;
        }

        .activity-title {
          font-size: 1.25rem;
          font-weight: 600;
          margin-bottom: 15px;
        }

        .activity-text {
          font-size: 0.95rem;
          color: #444;
        }

        .glass-section {
          background: linear-gradient(to bottom, #f0f4f7, #e2eaf0);
          padding: 80px 0;
        }

        @media (max-width: 576px) {
          .activity-card {
            padding: 25px 15px;
          }
        }

.footer .form-control {
    border-color: rgba(255,255,255,0.5);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: #FFFFFF;
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .copyright a:hover,
.footer .footer-menu a:hover {
    color: var(--primary) !important;
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

p {
   
    line-height: 1.6;
    margin-bottom: 1rem;
  }

@font-face {
    font-family: 'Heebo';
    src: url('../fonts/heebo/Heebo-Medium.woff2') format('woff2'),
        url('Heebo-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heebo';
    src: url('../fonts/heebo/Heebo-SemiBold.woff2') format('woff2'),
        url('Heebo-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heebo';
    src: url('../fonts/heebo/Heebo-Regular.woff2') format('woff2'),
        url('Heebo-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Inter 18pt';
    src: url('../fonts/inter/Inter18pt-SemiBold.woff2') format('woff2'),
        url('Inter18pt-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 24pt';
    src: url('../fonts/inter/Inter24pt-SemiBold.woff2') format('woff2'),
        url('Inter24pt-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 28pt';
    src: url('../fonts/inter/Inter28pt-SemiBold.woff2') format('woff2'),
        url('Inter28pt-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lobster Two';
    src: url('../fonts/lobsterTwo/LobsterTwo-BoldItalic.woff2') format('woff2'),
        url('LobsterTwo-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/fontawesome/fa-solid-900.woff2') format('woff2'),
       url('../fonts/fontawesome/fa-solid-900.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/fontawesome/fa-brands-400.woff2') format('woff2'),
       url('../fonts/fontawesome/fa-brands-400.woff') format('woff');
  font-display: swap;
}

  .activity-card {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 30px 20px;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease-in-out;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
  }

  .activity-icon {
    font-size: 3rem;
    margin-bottom: 20px;
    display: inline-block;
    transition: color 0.3s ease;
  }

  .activity-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 15px;
    transition: color 0.3s ease;
  }

  .activity-text {
    font-size: 0.95rem;
    color: #444;
    text-align: justify;
  }

  /* Hover renk değişimleri - her kategoriye özel */
  .activity-card:hover {
    transform: translateY(-10px);
  }

  /* .activity-card:hover .text-primary {
    color: #bd2525 !important;
  }

  .activity-card:hover .text-success {
    color: #fff !important;
  }

  .activity-card:hover .text-warning {
    color: #fff !important;
  }

  .activity-card:hover .text-info {
    color: #fff !important;
  } */

  /* Kartın arka planı da renkleniyor */
  .activity-card:hover.bg-primary,
  .activity-card.bg-primary:hover {
    background-color: #0d6efd !important;
    color: #fff;
  }

  .activity-card:hover.bg-success,
  .activity-card.bg-success:hover {
    background-color: #198754 !important;
    color: #fff;
  }

  .activity-card:hover.bg-warning,
  .activity-card.bg-warning:hover {
    background-color: #ffc107 !important;
    color: #fff;
  }

  .activity-card:hover.bg-info,
  .activity-card.bg-info:hover {
    background-color: #0dcaf0 !important;
    color: #fff;
  }



.activity-card:hover .activity-title,
.activity-card:hover .activity-text {
  /* text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); */
  font-weight: bold;
}
.activity-card:hover .activity-icon i {
  transform: rotate(10deg) scale(1.1);
  transition: transform 0.4s ease;
}
.activity-card:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2), 0 0 10px rgba(255, 255, 255, 0.2);
}

.section-activities {
  background: radial-gradient(circle at top left, #FFF5F3 100%, #ffffff 100%);
  min-height: 600px;
}



  .mission-vision h1::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -14px;
    width: 70px;
    height: 5px;
    
    border-radius: 3px;
  }

  .mission-vision p {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.75;
    color: #444;
    margin-bottom: 2rem;
    letter-spacing: 0.03em;
  }

  .about-img img {
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
    transition: transform 0.3s ease;
    border-radius: 50%;
  }

  .about-img img:hover {
    transform: scale(1.05);
  }

  .about-img .main-img {
    width: 85%;
    margin: 0 auto;
    display: block;
    background-color: #fff;
    padding: 20px;
  }

  .about-img .side-img {
    background-color: #fff;
    padding: 15px;
    margin-top: -120px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  }

  @media (max-width: 992px) {
    .about-img .side-img {
      margin-top: -90px;
    }
  }

.section-activities h1 {
  color: var(--dark); /* Başlık kontrastlı ve marka rengiyle uyumlu */
  font-size: 2.5rem;
}

.section-activities p {
  color: #555;
  line-height: 1.7;
}

.activity-card {
  opacity: 0;
  transform: translateY(50px) rotate(10deg); /* Başlangıç dönüş + konum */
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}

/* Giriş yönlerine göre konumları */
.activity-card.from-left {
  transform: translateX(-80px) rotate(-10deg);
}
.activity-card.from-right {
  transform: translateX(80px) rotate(10deg);
}
.activity-card.from-top {
  transform: translateY(-80px) rotate(-10deg);
}
.activity-card.from-bottom {
  transform: translateY(80px) rotate(10deg);
}

/* Gözüktüğünde */
.activity-card.show {
  opacity: 1;
  transform: translate(0, 0) rotate(0deg); /* Yerine oturur ve dönme sıfırlanır */
}

/* Gecikmeler */
.activity-card.delay-0 {
  transition-delay: 0s;
}
.activity-card.delay-1 {
  transition-delay: 0.3s;
}
.activity-card.delay-2 {
  transition-delay: 0.6s;
}
.activity-card.delay-3 {
  transition-delay: 0.9s;
}


.highlighted-text {
  font-weight: 700; /* kalın yazı */
  font-size: 1.1rem; /* biraz daha büyük */
  color: var(--primary); /* site ana renginden al */
  margin-bottom: 0.6rem; /* satırlar arası boşluk */
  text-shadow: 1px 1px 2px rgba(0,0,0,0.15); /* hafif gölge */
}


/* Ortak başlangıç animasyon stili */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(50px) rotate(5deg);
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}

/* Gözüktüğünde animasyon uygulanır */
.animate-on-scroll.show {
  opacity: 1;
  transform: translateY(0) rotate(0deg);
}

/* Gecikmeli animasyonlar */
.delay-0 {
  transition-delay: 0s;
}
.delay-1 {
  transition-delay: 0.3s;
}
.delay-2 {
  transition-delay: 0.6s;
}
.delay-3 {
  transition-delay: 0.9s;
}
.delay-4 {
  transition-delay: 1.2s;
}


.logo-line {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-family: 'Lobster Two', cursive;
  }

  .logo-line p {
    display: inline-block;
    animation: wave 2s infinite ease-in-out;
    margin: 0;
  }

  .logo-line p:nth-child(1) {
    color: #A569BD; /* Mor çiçek */
    font-size: small;
    animation-delay: 0s;
  }

  .logo-line p:nth-child(2) {
    color: #3db472; /* Yeşil - logodaki renk */
    font-size: medium;
    animation-delay: 0.2s;
  }

  .logo-line p:nth-child(3) {
    color: #2c79ac; /* Mavi çiçek */
    font-size: x-large;
    animation-delay: 0.4s;
  }

  @keyframes wave {
    0%, 100% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(-8px);
    }
  }



  section h1 {
  font-size: 2rem; /* veya ihtiyaca uygun bir boyut */
}