html, body {
  overflow-x: hidden;
}

@media (max-width: 768px) {
  body, html {
    max-width: 100vw;
    overflow-x: hidden;
  }

  #moduller .row {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
  }

  #moduller .row .col-md-2,
  #moduller .row .col-md-10 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
  }

  img, iframe, video {
    max-width: 100%;
    height: auto;
  }
}


section {
    scroll-margin-top: 70px;
}

.subheading {
    color: #4e9525 !important;
    font-size: xx-large !important;
}

#neden-biz ul {
    list-style: none;
    padding-left: 3em;
    font-size: larger;
    line-height: inherit;
}

#neden-biz .subheading {
    font-size: xx-large !important;
}

#farkimiz .seasonal {
    height: 150px;
    font-size: 3rem;
    color: #4f9525;
    box-shadow: unset;
}

#farkimiz .wrap .text h3 a {
    font-size: 0.7em !important;
}

#blog .card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#blog .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

#moduller .row {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
    border-radius: 1.2em;
}

#moduller .row .col-md-10 {
    padding: 2.5rem;
}

#moduller .row .col-md-10 > p {
    text-align: justify;
}


#ftco-navbar {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #222;
    transition: all 0.5s ease;
}

#ftco-navbar.sticky {
    position: fixed;
    top: 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

#ftco-navbar.sticky {
    animation: slideDown 0.5s ease forwards;
}

@keyframes slideDown {
    from {
        top: -100px;
    }
    to {
        top: 0;
    }
}

.top-header {
  transition: opacity 0.4s ease, transform 0.4s ease;
  opacity: 1;
  transform: translateY(0);
  height: auto;
  overflow: hidden;
}

.top-header.hidden {
  opacity: 0;
  transform: translateY(-100%);
  pointer-events: none;
}



@keyframes shake {
  0% { transform: translateX(0); }
  20% { transform: translateX(-6px); }
  40% { transform: translateX(6px); }
  60% { transform: translateX(-6px); }
  80% { transform: translateX(6px); }
  100% { transform: translateX(0); }
}

.shake-animation {
  animation: shake 1.5s ease-in-out infinite;
  animation-delay: 1s;
}

.ftco-intro {
    position: relative;
    background-size: cover;
    background-position: center center;
}

.ftco-intro .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.ftco-intro .container {
    position: relative;
    z-index: 2;
}


.map-responsive {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 40.25%;
    overflow: hidden;
}
.map-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


@media (max-width: 768px) {
    #moduller .row .col-md-2 {
        padding: 3rem;
    }

    #moduller .row .col-md-10 {
        padding: 1.5rem;
    }

    #moduller .row .col-md-10 > p {
        text-align: justify;
    }
}

/* About Css */

.triangle-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#hakkimizda p {
    text-align: justify;
}

#hakkimizda .subheading {
    color: #4e9525 !important;
    font-size: xx-large !important;
}


/* Moduller Css */
#moduller .animate {
    opacity: 0;
    transition: all 0.8s ease-out;
}

#moduller .fade-left {
    transform: translateX(-100px);
}

#moduller .fade-left.visible {
    transform: translateX(0);
    opacity: 1;
}

#moduller .fade-right {
    transform: translateX(100px);
}

#moduller .fade-right.visible {
    transform: translateX(0);
    opacity: 1;
}

#moduller .fade-up {
    transform: translateY(100px);
}

#moduller .fade-up.visible {
    transform: translateY(0);
    opacity: 1;
}


/* Why us Css */
.animate-left,
.animate-right {
  opacity: 0;
  transform: translateX(0);
  transition: all 1s ease-out;
}

.animate-left.visible {
  transform: translateX(0);
  opacity: 1;
  animation: slideInLeftFade 1s forwards;
}

.animate-right.visible {
  transform: translateX(0);
  opacity: 1;
  animation: slideInRightFade 1s forwards;
}

@keyframes slideInLeftFade {
  from {
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInRightFade {
  from {
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

#planlarimiz .pricing-card {
  border-radius: 1rem;
  border: 2px solid transparent;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

#planlarimiz .pricing-card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  border-color: #4f9525;
}

#planlarimiz .pricing-card.featured {
  transform: scale(1.05);
  z-index: 2;
  border-color: #4f9525;
  box-shadow: 0 12px 40px rgba(79, 149, 37, 0.3);
}

#planlarimiz .pricing-card .card-header {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  background-color: #ffffff;
  border-bottom: none;
}


#planlarimiz .pricing-card:hover h4,
#planlarimiz .pricing-card:hover h2 {
  color: #4f9525;
}

#planlarimiz .pricing-card .btn {
  transition: background-color 0.3s;
}

#planlarimiz .pricing-card:hover .btn {
  background-color: #3d7b1d;
}

#planlarimiz .text-uppercase{
    font-weight: bold;
    font-size: xx-large;
}


#farkimiz .wrap.animate {
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.8s ease-out;
}

#farkimiz .wrap.animate.visible {
  opacity: 1;
  transform: translateY(0);
}


#farkimiz .carousel-seasonal .item {
  width: 100%;
}

#farkimiz .carousel-seasonal .wrap {
  padding: 1rem;
}

#farkimiz .carousel-seasonal .text {
  padding: 1rem;
}

@media (max-width: 768px) {
  #farkimiz .carousel-seasonal .text h3 {
    font-size: 1.5rem;
  }

  #farkimiz .carousel-seasonal .text p {
    font-size: 1.2rem;
  }
}
