.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-2ca98ae:#000000;--e-global-color-ac54829:#FFFFFF;--e-global-color-85c4059:#FFFFFF00;--e-global-color-ba79b30:#CA103A;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-80fc9e6-font-family:"Nunito Sans";--e-global-typography-80fc9e6-font-size:16px;--e-global-typography-80fc9e6-font-weight:700;--e-global-typography-80fc9e6-line-height:25px;--e-global-typography-80fc9e6-letter-spacing:1px;--e-global-typography-361413e-font-family:"Playfair Display";--e-global-typography-361413e-font-size:15.5px;--e-global-typography-361413e-font-weight:500;--e-global-typography-361413e-font-style:normal;--e-global-typography-361413e-line-height:25px;--e-global-typography-361413e-letter-spacing:0.6px;--e-global-typography-1aa9b4d-font-family:"Nunito Sans";--e-global-typography-1aa9b4d-font-size:16px;--e-global-typography-1aa9b4d-font-weight:700;--e-global-typography-1aa9b4d-line-height:25px;--e-global-typography-5da2133-font-family:"Nunito Sans";--e-global-typography-5da2133-font-size:16px;--e-global-typography-5da2133-font-weight:900;--e-global-typography-5da2133-line-height:25px;--e-global-typography-5da2133-letter-spacing:2px;--e-global-typography-cf0120f-font-family:"Nunito Sans";--e-global-typography-cf0120f-font-size:16px;--e-global-typography-cf0120f-font-weight:700;--e-global-typography-cf0120f-line-height:25px;--e-global-typography-cf0120f-letter-spacing:1px;--e-global-typography-cfbaf5d-font-family:"Nunito Sans";--e-global-typography-cfbaf5d-font-size:18px;--e-global-typography-cfbaf5d-font-weight:900;--e-global-typography-cfbaf5d-line-height:24px;--e-global-typography-cfbaf5d-letter-spacing:2px;--e-global-typography-3bbe8b2-font-family:"Playfair Display";--e-global-typography-3bbe8b2-font-size:16px;--e-global-typography-3bbe8b2-font-weight:700;--e-global-typography-3bbe8b2-line-height:25px;--e-global-typography-3bbe8b2-letter-spacing:0.6px;--e-global-typography-3993c5e-font-family:"Nunito Sans";--e-global-typography-3993c5e-font-size:16px;--e-global-typography-3993c5e-font-weight:600;--e-global-typography-3993c5e-line-height:25px;--e-global-typography-3993c5e-letter-spacing:1px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end: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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */[id^="content-"].content {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;

  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;

  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
}

[id^="content-"].content.active {
  visibility: visible;
  opacity: 1;
}

[id^="content-"].content .close-container {
  width: 100%;  
  max-width: 1200px;         
  margin: 0 auto;           
      padding: 0;
  position: relative;   

}

[id^="content-"].content .close-container .close-btn {
  position: absolute;
  z-index: 10000;
  cursor: pointer;
  
}

[id^="content-"].content .scroll-area {
  width: 100%;
  /* JS ile 75vh vs. ayarlanacak */
  overflow-y: auto;
  overflow-x: hidden;

}



[id^="content-"].content .scroll-area .inner {
  max-width: 1200px;
  margin: 0 auto;
      padding: 0;
  box-sizing: border-box;
}

[id^="content-"].content .e-con-inner {
  max-width: 100% !important;
  width: 100% !important;
}

.single-production a.elementor-button.elementor-button-link.elementor-size-sm,
.page-id-941 a.elementor-button.elementor-button-link.elementor-size-sm {
  padding: 10px;
}

.elementor-widget-testimonial-carousel .swiper-slide {
  padding: 0 !important;
}

.elementor-slideshow__title{display:none;}/* End custom CSS */