.elementor-kit-11{--e-global-color-primary:#F7921F;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#F7921F;--e-global-color-36bb1e5:#FFFFFF;--e-global-color-6878f3f:#000000;--e-global-color-ea1b0e4:#233640;--e-global-color-96ff8be:#465A2E;--e-global-color-efeb467:#1A365D;--e-global-color-a86f1d5:#D0D0D0;--e-global-color-a0d3034:#FEF8F0;--e-global-typography-primary-font-family:"Rubik";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Rubik";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Rubik";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Rubik";--e-global-typography-accent-font-weight:500;--e-global-typography-5819923-font-family:"Abril Fatface";--e-global-typography-5819923-font-size:40px;--e-global-typography-5819923-font-weight:400;--e-global-typography-6161ab3-font-size:1.3rem;--e-global-typography-6161ab3-font-weight:600;font-family:"Rubik", Sans-serif;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-kit-11 a{font-family:"Rubik", Sans-serif;}.elementor-kit-11 h1{font-family:"Rubik", Sans-serif;}.elementor-kit-11 h2{font-family:"Rubik", Sans-serif;}.elementor-kit-11 h3{font-family:"Rubik", Sans-serif;}.elementor-kit-11 h4{font-family:"Rubik", Sans-serif;}.elementor-kit-11 h5{font-family:"Rubik", Sans-serif;}.elementor-kit-11 h6{font-family:"Rubik", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1320px;}.e-con{--container-max-width:1320px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-11{--e-global-typography-5819923-font-size:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-11{--e-global-typography-6161ab3-font-size:1rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.title-underline {
  position: relative;
  width: 100%;
  background: rgb(26, 54, 93);
}

.title-underline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  background: #f7931e;
}
.d-none-elementor-nav-menu--dropdown .elementor-nav-menu--dropdown {
    display: none !important;
}

@keyframes parachuteFloat3D {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0deg) rotateY(0deg);
  }
  20% {
    transform: translate3d(-8px, -8px, 5px) rotateX(5deg) rotateY(-5deg);
  }
  40% {
    transform: translate3d(8px, -4px, -5px) rotateX(-5deg) rotateY(5deg);
  }
  60% {
    transform: translate3d(-6px, 6px, 3px) rotateX(3deg) rotateY(-3deg);
  }
  80% {
    transform: translate3d(6px, 4px, -3px) rotateX(-3deg) rotateY(3deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotateX(0deg) rotateY(0deg);
  }
}

.animate-parachute {
  transform-origin: center top;
  animation: parachuteFloat3D 5s infinite ease-in-out;
}

.section-title {
  position: relative;
  font-weight: 700;
  color: #f7931e;
  text-transform: uppercase;
  padding-left: 55px;
}

.section-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 4px;
  background: #f7931e;
}
/* Akordiyon genel stil */
.acf-accordion {
  max-width: 900px;
  margin: 0 auto;
  font: 16px/1.6 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.acf-accordion .ac-item {
  border-bottom: 1px solid #e6e6e6;
  transition: background 0.25s ease;
}
.acf-accordion .ac-item:hover {
  background: #fafafa;
}

.acf-accordion .ac-trigger {
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  padding: 16px 20px;
  cursor: pointer;
  font-weight: 600;
  font-size: 17px;
  color: #243740;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-wrap: wrap;
}

.acf-accordion .chev {
  font-size: 20px;            /* büyütülmüş chevron */
  line-height: 1;
  transform: rotate(0deg);
  transition: transform .25s ease, color .25s ease;
  color: #888;
  flex-shrink: 0 ;
}
.acf-accordion .ac-item.open .chev {
  transform: rotate(90deg);
  color: #243740;
}

.acf-accordion .ac-panel {
  overflow: hidden;
  max-height: 0;
  transition: max-height .3s ease;
  background: #fff;
}
.acf-accordion .ac-panel-inner {
  padding: 12px 20px 18px 20px;
  color: #4a4a4a;
  line-height: 1.6;
}


@media(max-width:767px){
    .section-title {
  padding-left: 0px;
}

.section-title::before {
  content: "";
  display:none;
}



.acf-accordion .ac-trigger {
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  padding: 16px 20px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  color: #243740;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-wrap: wrap;
}


.acf-accordion .chev {
  width: 12px;
  height:12px;
  flex-shrink:0;
}

}/* End custom CSS */