.elementor-13994 .elementor-element.elementor-element-5ab4858{--display:flex;}.elementor-13994 .elementor-element.elementor-element-cb69684{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13994 .elementor-element.elementor-element-4e25456{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;color:var( --e-global-color-primary );}.elementor-13994 .elementor-element.elementor-element-97791ab .elementor-heading-title{color:#0485BB;}/* Start custom CSS for shortcode, class: .elementor-element-3a1d865 *//* overlay */
.gt-panel-overlay{
  position: fixed; inset:0;
  background: rgba(0,0,0,0.35);
  opacity:0; pointer-events:none;
  transition: .35s ease;
  z-index: 9999;
}
.gt-panel-overlay.active{
  opacity:1; pointer-events: all;
}

/* panel */
.gt-panel{
  position: fixed;
  top:0; right:0;
  width: min(980px, 92vw);
  height: 100vh;
  background: #fff;
  transform: translateX(100%);
  transition: transform .6s cubic-bezier(.77,0,.18,1);
  z-index: 9999;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.gt-panel.active{ transform: translateX(0); }

.gt-panel-inner{
  padding: 48px;
  position: relative;
}

.gt-panel-close{
  position: sticky;
  top: 16px;
  float: right;
  border: 0;
  background: #fff;
  font-size: 22px;
  cursor: pointer;
  z-index: 10;
}

/* video */
.gt-video-wrap{
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 18px;
  overflow: hidden;
  background: #f2f2f2;
  margin-bottom: 40px;
}
.gt-video-wrap iframe{
  width: 100%;
  height: 100%;
  display:block;
}

/* 2-col layout */
.gt-panel-grid{
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 40px;
  align-items: start;
}

.gt-panel-left{
  font-size: 16px;
  line-height: 1.75;
}

.gt-panel-right-sticky{
  position: sticky;
  top: 28px;
}

/* right content */
.gt-panel-ikinci-metin{
  font-size: 16px;
  line-height: 1.75;
  opacity: 0;
  transform: translateY(30px);
  transition: .7s ease;
}

.gt-panel-ikinci-metin.is-visible{
  opacity: 1;
  transform: translateY(0);
}

/* image under ikinci metin */
.gt-panel-ilk-gorsel img,
.gt-panel-ikinci-gorsel img{
  width: 100%;
  border-radius: 18px;
  display:block;
  margin-top: 22px;
}

/* small loading skeleton */
.gt-skel{
  width: 100%;
  height: 320px;
  border-radius: 18px;
  background: linear-gradient(90deg,#eee,#f7f7f7,#eee);
  background-size: 200% 100%;
  animation: gtSh 1.2s infinite;
}
@keyframes gtSh{ 0%{background-position:0% 0} 100%{background-position:200% 0} }

/* responsive */
@media(max-width: 900px){
  .gt-panel-grid{
    grid-template-columns: 1fr;
  }
  .gt-panel-right-sticky{
    position: relative;
    top: auto;
  }
}
/* Slider Container *//* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-5ab4858 *//* Grid Styles */
.proje-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.proje-card { background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1); padding: 15px; }
.card-img-box img { width: 100%; height: 200px; object-fit: cover; border-radius: 4px; }
.open-proje-btn { background: #000; color: #fff; border: none; padding: 10px 20px; cursor: pointer; margin-top: 10px; width: 100%; }

/* Morph Overlay */
#full-page-morph {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    visibility: hidden;
}

.morph-panel {
    background: #fff;
    width: 600px; /* Initial width */
    height: 0;
    opacity: 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
}

#full-page-morph.active { visibility: visible; pointer-events: auto; }

/* Content Layout */
.morph-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 8%;
    border-bottom: 1px solid #eee;
}
.site-logo img { 
    height: auto; 
    width:70%;
    
}
.urun-title h2 { font-size: 28px; font-weight:700;  text-transform: uppercase; color:#0485BB; }

.morph-scroll-container {
    height: calc(100vh - 110px);
    overflow-y: auto;
    padding: 40px 50px;
    display: flex; /* Added flex to help centering */
    flex-direction: column;
    align-items: center;
    scroll-behavior: smooth;
}

.video-section { 
    width: 85%;
    aspect-ratio: 16/9;
    background: #000;
    margin-bottom: 60px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    display: none; /* JS will change this to 'block' */
    flex-shrink: 0; /* Prevents video from squishing */
}
.video-section iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.three-col-layout {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 40px;
    align-items: start;
    width: 100%;
    min-height: min-content;      /* Ensures the grid takes up as much space as the text needs */
}
#m-detay-content {
    font-size:16px;
    line-height:2;
}
.col-side {
    position: sticky;
    top: 20px; /* Sticky trigger */
}

.col-side img {
    max-height:425px;
    width:90%;
    border-radius:10px;

}
@media (min-width:1650px) {
    .col-side img {
    max-height:450px;
    width:80%;

}
}
.col-side {
    display:flex;
    flex-direction: column;
    gap:25px;
}
.col-middle { font-size: 18px; line-height: 1.6; 
    height:auto;
}

.close-morph {
    position: absolute; top: 20px; right: 20px;
    background: none; border: none; font-size: 30px; cursor: pointer; z-index: 10;
}
#m-text-content {
    word-wrap: break-word;
    line-height:2.5;
    font-size:16px;
}
.side-title {
    font-size:21px;
    color:#0485BB;
}

.detaylar-wrapper {
    padding:30px;
    padding-top:20px;
    border-radius:15px;
    background: #F5F5F4;
}

.slider-wrapper {
    padding:30px;
    padding-top:20px;
    border-radius:15px;
    background: #F5F5F4;
}
#m-urun-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.sidebar-product-list {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    gap: 0; /* Items will be 100% width */
}

/* Individual Slide */
.mini-prod-item {
    min-width: 100%; /* Shows one at a time */
    flex-shrink: 0;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
}

.mini-prod-item img {
    width: auto;
    max-width: 100%;
    height: auto; /* Consistent height */
    object-fit: contain;
    margin-bottom: 15px;
    filter: drop-shadow(0 10px 15px rgba(0,0,0,0.1));
}

.mini-prod-info h5 {
    font-size: 1rem;
    color: #1a1a1a;
    margin: 5px 0;
    height: 2.4em; /* Limits to 2 lines */
    overflow: hidden;
}

.mini-price {
    font-weight: 700;
    color: #2c3e50;
    font-size: 1.1rem;
}

/* Navigation Arrows */
.slider-nav {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 15px;
}

.nav-btn {
    background: #0485BB;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
    color:white;
}

.nav-btn:hover {
    background: #e0e0e0;
}/* End custom CSS */