/* =========================
   ROOT / GENEL
========================= */
:root {
    --radius: 18px;
    --red: #e30613;
}

body {
    font-family: 'Poppins', system-ui, -apple-system, sans-serif;
    background: #f2f2f2;
}

/* Header her şeyin üstünde kalsın */
.jt-header {
    position: relative;
    z-index: 100;
    margin-bottom: 0px;
}

/* Sayfa karartma overlay */
.page-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    backdrop-filter: blur(2px);
    z-index: 50;
    opacity: 0;
    pointer-events: none;        /* Tıklamayı engellemesin */
    transition: opacity 0.25s ease;
}

.page-overlay.active {
    opacity: 1;
}

/* Overlay aktifken fixed navbar düz beyaz olsun */
body.overlay-active .jt-navbar.is-fixed {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    background: #ffffff !important;
    box-shadow: none !important;
}
.title-wrapper {
    text-align: center;position: relative;
}.title-wrapper h3 {
    font-size: 38px;
    color: rgba(66, 66, 66, 1);
    letter-spacing: -2px;
    word-spacing: -2px;
}h3 {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 30px;
    color: rgba(66, 66, 66, 1);display: inline-block;
    margin: 0;
}

/* =========================
   SLIDER BÖLÜMÜ
========================= */

.slider-section {
    max-width: 1300px;
    margin: 100px auto;
    position: relative; 
}

/* Alttaki ince çizgi */
.slider-section::after {
    content: "";
    display: block;
    height: 2px;
    background: #e1e6f0;
    margin-top: 24px;
    border-radius: 999px;
    width: calc(100% - 200px);
    margin-left: 200px;
}
.marquee-wrap{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  overflow:hidden;
  pointer-events:none;     /* tıklamayı engellemez */
  z-index:1;
}

.marquee{
  display:flex;
  width:max-content;
  animation: marqueeMove 135s linear infinite;
}

.marquee span{
  font-size:120px;
  font-weight:800;
  text-transform:uppercase;
  white-space:nowrap;
  margin-right:80px;

  /* Lumbert temasındaki gibi çok açık renk */
  color:#e9eadf;           /* birebir yakın ton */
  opacity:0.6;
}

/* animasyon */
@keyframes marqueeMove{
  from{ transform: translateX(0); }
  to{ transform: translateX(-50%); }
}

/* responsive */
@media(max-width:991px){
  .marquee span{
    font-size:72px;
  }
}
@media(max-width:575px){
  .marquee span{
    font-size:48px;
  }
}
.section-relative{
  position:relative;
  overflow:hidden;
}
.section-relative > *{
  position:relative;
  z-index:0;
}

.ural-section {
    padding-bottom: 0px;
    padding-top: 30px;
    background-color: #fff;
    position: relative;
    margin-bottom: -150px;
}
/* KAYDIRMALI ALAN (arka plan görseli burada) */
.slideralani{
  
  margin-top: -130px;
  padding: 90px 0;                 /* biraz daha nefes */
  position: relative;
  overflow: hidden; z-index:8;
}

/* Arka plan görseli */
.slideralani::before{
      content: "";
    position: absolute;
    inset: 0;
    background-image: url(../img/hali-yikama-cekmekoy-kavacik-sultanbeyli-tasdelen.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 100% 85%;
    transform: none;
    z-index: 0;
}

/* Görsel üstüne karartma (okunurluk) */
.slideralani::after{
  content:"";
  position:absolute;
  inset:0;
  
  z-index: 1;
}

/* Başlık ve içerik üstte kalsın */
.slideralani .title-wrapper,
.slideralani .container,
.slideralani .slider-section{
  position: relative; /* z-index çalışsın */
  z-index: 2;
}

/* Senin padding ayarın */
.slideralani .slider-section{
  padding-left: 30px;
  padding-right: 30px;
}

/* Dalga SVG: sliderın üstüne oturt */
.footer-wave-svg3{
  display: block;
    position: relative;
    z-index: 3;
    top: -128px;
}


/* Responsive: mobilde ürün biraz daha “görünsün” */
@media (max-width: 992px){.slideralani::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../img/slayt/kelepce-rezistans-1.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 100% 0%;
    transform: none;
    z-index: 0;
    background-color: #020304;
}
  .slideralani{ padding: 70px 0;min-height: 520px; }
  .slideralani::before{
    background-size: 135%;
    background-position: 65% 55%;
  }
}
@media (max-width: 768px){.slideralani::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../img/hali-yikama-cekmekoy-kavacik-sultanbeyli-tasdelen.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 100% 0%;
    transform: none;
    z-index: 0;
    background-color: #020304;
}.footer-wave-svg {
    position: relative;
    z-index: 3;
    top: 10px;
    display: block;
}.slideralani::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../img/hali-yikama-cekmekoy-kavacik-sultanbeyli-tasdelen.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 100% 0%;
    transform: none;
    z-index: 0;
    background-color: #020304;
}
  .slideralani{
    min-height: 520px;
  }
}
.wa-fab{
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 0;
  background: #25D366;
  color: #fff;
  z-index: 9999999;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 25px rgba(0,0,0,.25);
  cursor: pointer;
}

.wa-fab i{ font-size: 26px; }

.wa-widget{
  position: fixed;
  right: 18px;
  bottom: 84px;
  width: 320px;
  max-width: calc(100vw - 36px);
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  z-index: 9999999;
  box-shadow: 0 14px 40px rgba(0,0,0,.28);
  transform: translateY(20px);
  opacity: 0;
  pointer-events: none;
  transition: .25s ease;
}

.wa-widget.is-open{
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.wa-header{
  display:flex;
  gap: 10px;
  align-items:center;
  padding: 12px 12px;
  background: #0b3b2a;
  color:#fff;
}

.wa-avatar{
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #25D366;
  display:grid;
  place-items:center;
  flex: 0 0 auto;
}

.wa-avatar i{ font-size: 22px; }

.wa-title{ line-height: 1.2; }
.wa-title-1{ font-weight: 700; font-size: 13px; }
.wa-title-2{ font-size: 12px; opacity: .9; margin-top: 2px; }

.wa-close{
  margin-left: auto;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 10px;
  background: rgba(255,255,255,.12);
  color:#fff;
  font-size: 20px;
  cursor: pointer;
}

.wa-body{
  padding: 12px;
}

#waMessage{
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 10px;
  outline: none;
  resize: none;
  font-size: 13px;
}

.wa-send{
  width: 100%;
  margin-top: 10px;
  border: 0;
  border-radius: 12px;
  padding: 10px 12px;
  background: #25D366;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.wa-send i{ margin-right: 6px; }
@media (max-width: 576px){.ural-section {
    padding-bottom: 150px;
    padding-top: 30px;
    background-color: #fff;
    position: relative;
    margin-bottom: -220px;
}.golge { box-shadow: 0 0px 0px rgb(0 0 0 / 72%) !important;
    width: 100%;
    height: 40px;
    background: none;
    z-index: 1;
    top: 40px;}
	.footer-wave-svg3 {
    display: block;
    position: relative;
    z-index: 3;
    top: -128px;
}
  .slideralani .slider-section{
    padding-left: 16px;
    padding-right: 16px;
  }
  .slideralani::before{
    background-size: 160%;
    background-position: 62% 55%;
  }
}


/* KAYDIRMALI ALAN (arka plan görseli burada) */
.slideralani2{
  background-color: #fff; /* fallback */
  margin-top: 0px;
  padding: 0;                 /* biraz daha nefes */
  position: relative;
  overflow: hidden;
}

/* Arka plan görseli */
.slideralani2::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../img/slayt/ozel-rezistans-uretimi.webp);
  background-repeat: no-repeat;

  /* ESKİ: background-size: 100%; */
  background-size: cover;              /* ✅ boşluğu bitirir */
  background-position: right 55%;      /* senin hizana yakın */

  transform: none;
  z-index: 0;
}

/* Görsel üstüne karartma (okunurluk) */
.slideralani2::after{
  content:"";
  position:absolute;
  inset:0;
  z-index: 1;
}

/* Başlık ve içerik üstte kalsın */
.slideralani2 .title-wrapper,
.slideralani2 .container,
.slideralani2 .slider-section{
  position: relative; /* z-index çalışsın */
  z-index: 2;
}

/* Senin padding ayarın */
.slideralani2 .slider-section{
  padding-left: 30px;
  padding-right: 30px;
}

/* Dalga SVG: sliderın üstüne oturt */
.footer-wave-svg3{
  display: block;
    position: relative;
    z-index: 3;
    top: -128px;
}
.title-wrapper2 {
    text-align: left;
    position: relative;
    ptext-shadow: 2px 2px black;
	}
.title-wrapper2 h3{background-color: rgba(0, 0, 0, 0.5); padding:10px;}
.altaal{padding-top: 40px;}
.usteal{padding-top: 30px;}
/* Responsive: mobilde ürün biraz daha “görünsün” */
/* SSS / Accordion */

.btn-warning{
  background-image: linear-gradient(45deg,#ff5e00,#ff7a00,#ff7302,#ffb400,#ff5e00) !important;
  background-color: transparent !important; /* Bootstrap bg'yi boşa düşürür */
  border-color: #ff7a00 !important;
  color: #fff !important;
}

.btn-warning:hover,
.btn-warning:focus{
  background-image: linear-gradient(45deg,#ff5e00,#ff7a00,#ffb400,#ff7302,#ff5e00) !important;
  background-color: transparent !important;
  border-color: #ff7a00 !important;
  color: #000 !important;
}

.btn-warning:active,
.btn-warning.active{
  background-image: linear-gradient(45deg,#ff7302,#ffb400,#ff7a00,#ff5e00) !important;
  background-color: transparent !important;
  border-color: #ff7a00 !important;
  color: #000 !important;
}

 


.faq-split{
  background:#fff !important; 
}
.faq-split__top{ text-align:center; padding:15px;}
.faq-split__eyebrow{
  font-size:12px;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#caa12a;
  font-weight:700;
  margin-bottom:10px;
}

.faq-split__title{
  font-size:44px;
  line-height:1.05;
  font-weight:800;
  margin:0;
  color:#111;
}

@media(max-width: 991.98px){
  .faq-split__title{ font-size:34px; }
}

.faq-split__acc{
  border-top:1px solid rgba(0,0,0,.10);
}

.faq-split__item{
  border:0;
  border-bottom:1px solid rgba(0,0,0,.10);
  border-radius:0;
}

.faq-split__btn{
  background:#fff !important;
  color:#111 !important;
  padding:18px 0;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.5px;
  font-size:13px;
  box-shadow:none !important;
}

.faq-split__btn::after{ display:none !important; } /* bootstrap okunu gizle */

.faq-split__plus{
  margin-left:auto;
  width:28px;
  height:28px;
  border-radius:50%;
  background: linear-gradient(145deg, #fff2b3 0%, #ffd34d 18%, #caa12a 45%, #ffe08a 70%, #b58b1c 100%);
  position:relative;
  flex:0 0 auto;
}

.faq-split__plus:before,
.faq-split__plus:after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:12px;
  height:2px;
  background:#fff;
  transform:translate(-50%,-50%);
}

.faq-split__plus:after{
  width:2px;
  height:12px;
}

.faq-split__btn:not(.collapsed) .faq-split__plus:after{
  display:none; /* açılınca + -> - */
}

.faq-split__body{
  padding:0 0 18px 0;
  color:#444;
  font-size:14px;
}

.faq-split__img{
}

/* FOOTER – BEYAZ */
.ural-footer.light{
  position: relative;
  background:#ffffff;
  color:#333;
  padding: 60px 0 0;
  font-size: 15px;
}

/* Üstteki gradient çizgi */
.ural-footer.light::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:8px;background: linear-gradient(145deg, #fff2b3 0%, #ffd34d 18%, #caa12a 45%, #ffe08a 70%, #b58b1c 100%);
}


.ural-footer__top{
  display:grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.footer-logo{
  max-width: 340px;
  margin-bottom: 24px;
  display:block;
  margin:0 auto;
}

.footer-desc{
  line-height: 1.6;
  color:#555;
}

.footer-col h4{
  color:#111;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 14px;
  position: relative;
}

.footer-col h4::after{
  content:"";
  width: 34px;
  height: 3px;
  background: linear-gradient(45deg,#ff7a00,#ff9f00,#ffb400);
  display: block;
  margin-top: 6px;
  border-radius: 3px;
}


.footer-col ul{
  list-style:none;
  padding:0;
  margin:0;
}

.footer-col ul li{
  margin-bottom: 8px;
}

.footer-col ul li a{
  color:#444;
  text-decoration:none;
  transition:.2s;
}

.footer-col ul li a:hover{
  color:#ff9f00;
  padding-left: 4px;
}

.footer-contact li{
  line-height:1.5;
}

/* Alt bar */
.ural-footer__bottom{
  display:flex;
  justify-content: space-between;
  align-items:center;
  padding: 16px 0;
  font-size: 14px;
  color:#777;
}

/* Responsive */
@media (max-width: 992px){
  .ural-footer__top{
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 576px){
  .ural-footer__top{
    grid-template-columns: 1fr;
  }
  .ural-footer__bottom{
    flex-direction: column;
    gap: 6px;
    text-align:center;
  }
}


@media (max-width: 992px){.footer-wave-svg {
    position: relative;
    top: 1px;
    z-index: 3;
    display: block;
}.slideralani2::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../img/slayt/ozel-rezistans-uretimi.webp);
    background-repeat: no-repeat;
    background-size: cover%;
    background-position: 100% 0%;
    transform: none;
    z-index: 0;
    background-color: #020304;
}
  .slideralani2{ padding: 70px 0;min-height: 520px; }
  .slideralani2::before{
    background-size: 135%;
    background-position: 65% 55%;
  }
}

@media (max-width: 768px){.footer-wave-svg {
    position: relative;
    top: 1px;
    z-index: 3;
    display: block;
}.altaal{padding-top:0px;}.urunalani {margin-bottom: 0px !important;
}.title-wrapper2 {
    text-align: center;
    position: relative;
}.slideralani2::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../img/slayt/ozel-rezistans-uretimi.webp);
    background-repeat: no-repeat;
    background-size: cover;            /* ✅ */
    background-position: right top;
    transform: none;
    z-index: 0;
    background-color: #020304;
}..slideralani2::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../img/slayt/ozel-rezistans-uretimi.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 100% 0%;
    transform: none;
    z-index: 0;
    background-color: #020304;
}
  .slideralani2{
    min-height: 520px;
  }
}
@media (max-width: 576px){.footer-wave-svg {
    position: relative;
    top: 1px;
    z-index: 3;
    display: block;
}
  .slideralani2 .slider-section{
    padding-left: 16px;
    padding-right: 16px;
  }
  .slideralani2::before{
    background-size: 160%;
    background-position: 62% 55%;
  }
}
/* KATALOG CTA (CSS) */
  .catalog-cta{
    background:#efefef;
	padding-top: 120px !important;
    padding:120px 0;
  }

  .catalog-cta__wrap{
    width:min(1180px, calc(100% - 48px));
    margin:0 auto;
  }

  .catalog-cta__card{
    position:relative;
    background:#fff;
    border-radius:18px;
    padding:28px 30px;
    min-height:112px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    box-shadow:0 6px 20px rgba(0,0,0,.06);border-bottom: 6px solid #ff9b1a !important;
  }


  .catalog-cta__title{font-family: 'Poppins';
  font-size:28px;
  font-weight:300;      /* Diğer yazılar İNCE */
  color:#111;
}

.catalog-cta__title .title-bold{
  font-weight:800;      /* Sadece "Kataloğumuzu" KALIN */
  color:#ff9e00;        /* İstersen kırmızı vurgu */
}

  /* Eğik katalog görseli */
  .catalog-cta__mock{
    position:absolute;
    left:63%;
    top:50%;
    transform:translate(-50%,-50%);
    width:220px;
    height:auto;
    pointer-events:none;
  }

  .catalog-cta__mock img{
    width:100%;
    height:auto;
    display:block;
    transform:rotate(18deg);
    filter: drop-shadow(0 14px 10px rgba(0,0,0,.25));
    border-radius:6px;
  }

  /* Buton */
  .catalog-cta__btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:14px 22px;
    border-radius:999px;
    background: linear-gradient( 45deg, #ff5e00, #ff7a00, #ff7302, #ffb400, #ff5e00 );
    color:#fff;
    text-decoration:none;
    font:700 13px/1 system-ui, -apple-system, "Segoe UI", Roboto, Arial;
    letter-spacing:.6px;
    text-transform:uppercase;
    box-shadow:0 10px 18px rgba(255,126,0,.25);
    transition:transform .15s ease, box-shadow .15s ease, background .15s ease;
    margin-left:auto;
  }

  .catalog-cta__btn:hover{
    transform:translateY(-1px);
    box-shadow:0 14px 22px rgba(255,126,0,.30);
    background:#ff9c02;
  }

  .catalog-cta__btn:active{
    transform:translateY(0);
  }

  .catalog-cta__icon{
    width:20px;
    height:20px;
    fill:currentColor;
    opacity:.95;
  }

  /* Responsive */
  @media (max-width: 992px){
    .catalog-cta__title{ font-size:30px; white-space:normal; text-align:center; }
    .catalog-cta__mock{ left:70%; width:120px; }
  }

  @media (max-width: 640px){
    .catalog-cta__card{
      flex-direction:column;
      align-items:flex-start;
      padding:22px 18px;
      gap:14px;
    }
    .catalog-cta__btn{ margin-left:0; width:100%; justify-content:center; }
    .catalog-cta__mock{
      position:static;
      transform:none;margin: 0 auto;
      width:220px;
      margin-top:6px;
      pointer-events:auto;
    }
  .catalog-cta__mock img {
    display: block;
    margin: 0 auto;
    transform: rotate(-12deg);
  }
  }

.urunalani {
    position: relative;
    overflow: hidden;
    background: #f2f2f2;
    padding: 70px 0; padding-bottom:0;
    margin-bottom: -50px;
}

.projects-sec {
    position: relative;
    overflow: hidden;
    background: #f2f2f2;
    padding: 70px 0;
    margin-bottom: 70px;
}

.footer-wave-svg {
    position: relative;
    top: 1px;
    z-index: 4;
    display: block;
}
.footer-wave-svg2{
  position: relative;
  top: 30px;
  display: block;
}
:root{
  --tour-border: #f2c14b;   /* altın çizgi */
  --tour-shadow: 0 10px 24px rgba(0,0,0,.10);
  --tour-radius: 18px;
  --tour-blue: #1f6fd6;     /* fiyat rengi */
  --tour-text: #1f2937;
  --tour-muted: #6b7280;
  --tour-chip-bg: #f4f6f8;
  --tour-chip-border: #e6eaee;
}
.patent-badge{
  position: fixed;
  top: 80px;
  right: 20px;

  z-index: 999999;

  width: 80px;
  height: 80px;

  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;

  color:#FFD700;
  background:#000;

  font-family:'Poppins',sans-serif;

  text-align:center;

  /* MÜHÜR ŞEKLİ */
  clip-path: polygon(
  50% 0%, 60% 6%, 70% 0%, 80% 6%, 90% 0%, 
  100% 10%, 94% 20%, 100% 30%, 94% 40%,
  100% 50%, 94% 60%, 100% 70%, 94% 80%,
  100% 90%, 90% 100%, 80% 94%, 70% 100%,
  60% 94%, 50% 100%, 40% 94%, 30% 100%,
  20% 94%, 10% 100%, 0% 90%, 6% 80%,
  0% 70%, 6% 60%, 0% 50%, 6% 40%,
  0% 30%, 6% 20%, 0% 10%, 10% 0%);

  box-shadow:
  0 0 10px rgba(255,215,0,.6),
  0 0 25px rgba(255,215,0,.35);

  animation: patentBlink 1.6s infinite;
}

.patent-r{
  font-size:14px;
  font-weight:800;
  line-height:1;
}

.patent-text{
  font-size:9px;
  font-weight:700;
  letter-spacing:.6px;
}

@keyframes patentBlink{
  0%,100%{opacity:1}
  50%{opacity:.45}
}.patent-seal{
  position: fixed;
  top: 30%;
  right: 20px;
  z-index: 9999999;
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  user-select: none;
  pointer-events: none;

  /* Altın metal gövde */
  background:
    radial-gradient(circle at 30% 28%, rgba(255,255,255,.55), rgba(255,255,255,0) 35%),
    radial-gradient(circle at 70% 75%, rgba(0,0,0,.25), rgba(0,0,0,0) 45%),
    linear-gradient(145deg, #fff2b3 0%, #ffd34d 18%, #caa12a 45%, #ffe08a 70%, #b58b1c 100%);

  box-shadow:
    0 10px 25px rgba(0,0,0,.35),
    inset 0 2px 6px rgba(255,255,255,.45),
    inset 0 -6px 10px rgba(0,0,0,.25);

  animation: sealBlink 1.8s infinite;
}

/* Tırtıklı dış kenar (rozet efekti) */
.patent-seal::before{
  content:"";
  position:absolute;
  inset:-6px;               /* tırtık dışarı taşsın */
  border-radius:50%;

  /* rozet dişleri */
  background:
    repeating-conic-gradient(
      from 0deg,
      #f6d46a 0 10deg,
      #b98f1f 10deg 18deg
    );

  /* ortası delik olsun (halka) */
  -webkit-mask: radial-gradient(circle, transparent 54%, #000 55%);
          mask: radial-gradient(circle, transparent 54%, #000 55%);

  box-shadow:
    0 8px 20px rgba(0,0,0,.25),
    inset 0 2px 6px rgba(255,255,255,.35);
}

/* Üstten geçen parlama (shine) */
.patent-seal::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:50%;
  background: linear-gradient(135deg, rgba(255,255,255,.0) 0%, rgba(255,255,255,.45) 40%, rgba(255,255,255,0) 70%);
  transform: translateX(-30%) rotate(12deg);
  opacity: .75;
  mix-blend-mode: screen;
  pointer-events:none;
  animation: sealShine 2.8s ease-in-out infinite;
}

/* İç siyah disk */
.seal-inner{
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #2a2a2a, #050505 65%);
  border: 2px solid rgba(255,215,0,.85);

  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;

  box-shadow:
    inset 0 2px 8px rgba(255,255,255,.12),
    inset 0 -10px 16px rgba(0,0,0,.55);
}

.seal-r{
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 800;
  margin-top: -8px;
  line-height: 1;
  color: #FFD700;
  text-shadow: 0 1px 0 rgba(255,255,255,.15), 0 2px 8px rgba(0,0,0,.5);
}

.seal-text{
  margin-top: 0px;
  font-family: 'Poppins', sans-serif;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .7px;
  color: #FFD700;
  text-shadow: 0 1px 0 rgba(255,255,255,.12), 0 2px 8px rgba(0,0,0,.55);
}

@keyframes sealBlink{
  0%,100%{ filter: brightness(1); }
  50%{ filter: brightness(.92); }
}

@keyframes sealShine{
  0%,100%{ opacity:.55; transform: translateX(-35%) rotate(12deg); }
  50%{ opacity:.90; transform: translateX(25%) rotate(12deg); }
}

/* Mobil */
@media (max-width:576px){
  .patent-seal{
    top: 30%;
    right: 12px;
    width: 78px;
    height: 78px;
  }
  .seal-inner{
    width: 60px;
    height: 60px;
  }
  .seal-r{ font-size: 12px; }
  .seal-text{ font-size: 7px; }
}
.contact-fab{
  position: fixed;
  left: 16px;
  bottom: 16px;
  z-index: 9999999;

  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fab-btn{
  width: 48px;
  height: 48px;
  border-radius: 999px;

  display: grid;
  place-items: center;

  color: #fff;
  text-decoration: none;

  box-shadow: 0 12px 28px rgba(0,0,0,.25);
  transform: translateZ(0);
  transition: transform .15s ease, filter .15s ease;
}

.fab-btn i{ font-size: 22px; }

.fab-btn:hover{
  transform: scale(1.08);
  filter: brightness(1.05);
}

/* Renkler */
.fab-btn.ig{
  background: radial-gradient(circle at 30% 110%, #fdf497 0%, #fdf497 10%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.fab-btn.wa{ background: #25D366; }
.fab-btn.call{ background: #111; }

/* Mobil biraz küçük */
@media (max-width:576px){
  .fab-btn{ width: 44px; height: 44px; }
  .fab-btn i{ font-size: 20px; }
}
/* Bootstrap modal bazen tema z-index'lerinin altında kalır */
.modal-body{
    display:flex;
    justify-content:center;
    align-items:center;
}

.modal video{
    max-width:90%;
    max-height:85vh;
}
@media (max-width:576px){
  .modal-video{ height: 100vh; }
}
/* Modal her şeyin üstünde olsun */
.modal { z-index: 2147483647 !important; }
.modal-backdrop { z-index: 2147483646 !important; }

/* Bazı temalarda modal içeriği düşük kalıyor */
.modal-dialog, .modal-content { position: relative; z-index: 2147483647 !important; } /* Modal açıkken sayfadaki transform/backdrop-filter katmanlarını etkisizleştir */
body.modal-open * {
  transform: none !important;
  filter: none !important;
  perspective: none !important;
}
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
	border-bottom: var(--bs-modal-header-border-width) solid #dee2e600; border-color: transparent !important;
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
	
}.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: transparent;
    pointer-events: auto;
    background-clip: padding-box;
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}.btn-close {
    --bs-btn-close-color: #fff;
    
}.modal-content {
    
    border: none;
}
.tour-card__media{ position: relative; overflow: hidden; }
.video-modal .modal-content{
  background:#000;
  border:none;
  border-radius:0;
  position:relative;
  overflow:hidden;
}

.video-modal .modal-body{
  background:#000;
  display:flex;
  justify-content:center;
  align-items:center;
  min-height:100vh;
  padding:0;
}

.video-modal .modal-video{
  width:100%;
  height:auto;
  max-height:100vh;
  object-fit:contain;
  background:#000;
}

/* Kapatma butonu */
.video-modal-close{
  position:absolute;
  top:12px;
  right:12px;
  z-index:9999;
  width:42px;
  height:42px;
  border:none;
  border-radius:50%;
  background:rgba(0,0,0,.65);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:30px;
  line-height:1;
  cursor:pointer;
}

.video-modal-close span{
  transform:translateY(-1px);
}

/* Mobilde daha görünür olsun */
@media (max-width:576px){
  .video-modal-close{
    top:10px;
    right:10px;
    width:46px;
    height:46px;
    font-size:32px;
    background:rgba(0,0,0,.78);
  }
}
.video-play{
  position:absolute; inset:0;
  display:grid; place-items:center;
  pointer-events:none;
}
.video-play i{
  width:76px; height:76px;
  border-radius:999px;
  display:grid; place-items:center;
  font-size:54px;
  background:rgba(0,0,0,.55);
  color:#fff;
  box-shadow:0 10px 30px rgba(0,0,0,.35);
  transition:.2s ease;
}
.tour-card:hover .video-play i{ transform:scale(1.08); }
.page-overlay { z-index: 8; } /* veya tamamen kapat */
body.modal-open .page-overlay { display: none !important; }
.tour-card{
  display: block;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border-bottom: 2px solid #ffd34d !important;
  border-radius: var(--tour-radius);
  overflow: hidden;
  box-shadow: var(--tour-shadow);
  transition: transform .15s ease, box-shadow .15s ease;
  height: 100%; z-index:2; position:relative;
}

.tour-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(0,0,0,.14);
}

.tour-card__media{
  position: relative;
  width: 100%;
  aspect-ratio: 10 / 10; /* görsel oranı (kart üstü) */
  overflow: hidden;
  background: #eee;
}

.tour-card__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Alt kısım */
.tour-card__body{position:relative;
  padding: 14px 14px 16px;box-shadow: 0 10px 75px rgb(25 25 25 / 22%);
}
.tour-card__body::before{background: radial-gradient( ellipse at center, rgba(0,0,0,0.10), transparent );
    filter: blur(8px);}

/* Üstteki chip'ler */
/* Üstteki chip'ler - tek satır kalsın */
.tour-card__meta{
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 10px;
  overflow: hidden;
  border-top: 2px dashed #caa12a;
  padding-top: 10px;

  gap: 0;                 /* çizgi tam ortaya gelsin */
  position: relative;
}
.tour-card__meta::after{
  content: "";
  position: absolute;
  top: 10px;              /* padding-top ile aynı hizada başlasın */
  bottom: 0;
  left: 50%;
  width: 1px;
  transform: translateX(-0.5px);
  background: rgba(0,0,0,0.10); /* ince, soft */
}

/* Chip */
.meta-pill{
  flex: 1 1 0;
  min-width: 0;

  display: inline-flex;
  align-items: center;
  justify-content: center;     /* ikon+yazı ortalansın */
  gap: 8px;

  padding: 6px 10px;
  font-size: 13px;
  color: #4b5563;
  line-height: 1;
  white-space: nowrap;

  overflow: hidden;
  text-overflow: ellipsis;
}

/* ikon */
.meta-pill i{
  font-size: 18px;
  opacity: .85;
  flex: 0 0 auto;
}

/* Chip içindeki yazı uzun olursa ... ile kısalsın */
.meta-pill{
  overflow: hidden;
  text-overflow: ellipsis;
}


/* Çok dar ekranlarda biraz küçült (yine tek satır kalsın) */
@media (max-width: 320px){.footer-wave-svg {
    position: relative;
    top: 1px;
    z-index: 3;
    display: block;
}
  .meta-pill{
    font-size: 12px;
    padding: 6px 8px;
    gap: 6px;
  }
}


/* Başlık */
.tour-card__title{
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 300;
  color: var(--tour-text);
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;     /* 2 satırda kes */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.k {
    font-weight: 700;
}

/* =====================================================
   PROJECTS SECTION – TOPO SHAPE BACKGROUND
   ===================================================== */

/* ===== Projects Section ===== */
.projects-sec{
  position: relative;
  overflow: hidden;           /* shape taşsa bile kes */
  background: #f2f2f2;        /* demo gibi hafif gri */
  padding: 70px 0; margin-bottom:70px;z-index: 2;
}
.golge{box-shadow: 0 30px 215px rgb(0 0 0 / 72%);
    width: 100%;
    height: 40px;
    background: none;
    z-index: 1;
    top: 40px;}

/* içerik öne gelsin */
.projects-inner{
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* başlık satırı */
.projects-head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}

.projects-head .sub-title{
  display: inline-block;
  font-weight: 700;
  letter-spacing: .3px;
  margin-bottom: 8px;
  opacity: .85;
}

.projects-head h2{
  margin: 0;
  font-size: 48px;
  line-height: 1.05;
}

/* buton */
.btn-all{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  background: #0e1b3d;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
}

/* kartlar */
.projects-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.project-card{
  border-radius: 26px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
}

.project-img{
  height: 340px;
}

.project-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.project-info{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 18px;
}

.project-info h3{
  margin: 0;
  font-size: 20px;
  font-weight: 800;
}

.project-info .go{
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #ff7a1a;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

/* ===== SOL ÜSTTEKİ DÖNEN SHAPE ===== */
.projects-shape{
  position: absolute;
  z-index: 0;
  pointer-events: none;

  /* sadece sol üstte dursun (demo gibi) */
  top: -140px;
  left: -220px;

  /* boyutu (section’ı kaplamasın) */
  width: 850px;
  max-width: none;
  height: auto;

  

  /*
    SVG içinde stroke="white" olduğu için açık zeminde kaybolur.
    Bu filtre çizgileri “gri” gibi hissettirir.
    Çok açık/koyu gelirse değerleri oynarsın.
  */
  filter: brightness(0.10) contrast(1.55);

  transform-origin: 50% 50%;
}

.projects-shape2{
  position: absolute;
  pointer-events: none;

  /* sadece sol üstte dursun (demo gibi) */
  top: -20px;
  left: -80px;

  /* boyutu (section’ı kaplamasın) */
  width: 500px;
  max-width: none;
  height: auto;
	opacity:0.5;
  

  /*
    SVG içinde stroke="white" olduğu için açık zeminde kaybolur.
    Bu filtre çizgileri “gri” gibi hissettirir.
    Çok açık/koyu gelirse değerleri oynarsın.
  */
  

  transform-origin: 50% 50%; z-index:1;
}

/* sürekli dönsün */
.spin{
  animation: spin 45s linear infinite;
}
.contact-strip{
  background:#070707;              /* koyu lacivert */
  padding:18px 0;
}

.contact-strip__row{
  border-radius:0;
}

.contact-strip__item{
  padding:12px 18px;
}

.contact-strip__inner{
  display:flex;
  align-items:center;
  gap:14px;
  min-height:64px;
}

.contact-strip__icon{
  width:74px;
  height:74px;
  border-radius:50%;
  background: rgba(181,139,28,.12);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#ffd34d;
  font-size:30px;
  flex:0 0 auto;
}

.contact-strip__title{
  font-weight:700;
  color:#ffffff;
  font-size:14px;
  line-height:1.2;
}

.contact-strip__desc{
  color:rgba(255,255,255,.75);
  font-size:13px;
  margin-top:3px;
}

.contact-strip__link{
  color:rgba(255,255,255,.9);
  font-size:13px;
  text-decoration:none;
  display:inline-block;
  margin-top:3px;
}
.contact-strip__link:hover{
  color:#ff7a00;
}

@media (min-width: 768px){
  .contact-strip__item--border{
    border-left:1px solid rgba(255,255,255,.18);
    border-right:1px solid rgba(255,255,255,.18);
  }
}

/* mobilde alt alta gelince aralara çizgi */
@media (max-width: 767.98px){
  .contact-strip__item + .contact-strip__item{
    border-top:1px solid rgba(255,255,255,.12);
  }
}


@keyframes spin{
  from{ transform: rotate(0deg); }
  to{ transform: rotate(360deg); }
}

/* responsive */
@media (max-width: 992px){
  .projects-head h2{ font-size: 36px; }
  .projects-grid{ grid-template-columns: 1fr; }
  .project-img{ height: 280px; }

  .projects-shape{
    width: 720px;
    top: -160px;
    left: -280px;
    opacity: .18;
  }
}



/* Mobilde biraz daha sıkı */
@media (max-width: 576px){
  .tour-card__body{ padding: 12px; }
  
}

/* Swiper alanı */
.paytr-slider {
    padding: 0 60px 30px;
}

.paytr-slider .swiper-wrapper {
    align-items: stretch;
}

/* Swiper slide genel */
.paytr-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: auto;
}

/* Kart tasarımı */
.slider-card {
    width: 320px;
    max-width: 320px;
    flex: 0 0 auto;
    background: #ffffff;
    border-radius: 22px;
    box-shadow: 0 5px 10px rgba(15, 23, 42, 0.10);
    border: 1px solid #edf1fb;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* Üst görsel alanı */
.imaged-card_header {
    height: 180px;
    overflow: hidden;
    background: #fff;
}

.imaged-card_header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: 0px;
}

/* İçerik alanı */
.imaged-card_content {
    position: relative;
    padding: 16px 14px 30px;
    box-shadow: 0 10px 75px rgba(25, 25, 25, 0.22);
    border-top: 2px solid #ff9b1a;
}

/* İçeriğin üstüne düşen gölge efekti */
.imaged-card_content::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    height: 12px;
    background: radial-gradient(
        ellipse at center,
        rgba(0,0,0,0.10),
        transparent
    );
    filter: blur(8px);
    opacity: .45;
    pointer-events: none;
}

.mini-title {
    font-size: 12px;
    font-weight: 500;
    color: #3c4a63;
    margin-bottom: 8px;
}

.imaged-card_content h4 {
    font-size: 18px;
    font-weight: 400;
    color: #1e2a3b;
    margin: 0 0 12px;
}

.imaged-card_content h4 .b {
    font-weight: 600;
}

.imaged-card_content .desc {
    font-size: 14px;
    line-height: 1.6;
    color: #6c7285;
}

/* Slider okları */
.slider-button-prev,
.slider-button-next {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #5a6075;
    position: absolute;
    bottom: -22px;
    z-index: 5;
    cursor: pointer;
}

.slider-button-prev:hover,
.slider-button-next:hover {
    border: 1px solid #ff9b1a;
    color: #ff9b1a;
}

.slider-button-prev { left: 0; }
.slider-button-next { left: 52px; }

/* Dots */
.slider-pagination {
    position: relative;
    bottom: -20px !important;
    text-align: center;
    margin-top: 8px;
}

.slider-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #cbd2e7;
    opacity: 1;
    margin: 0 5px !important;
    transition: width .15s ease, background .15s ease;
}

.slider-pagination .swiper-pagination-bullet-active {
    width: 22px;
    background: #ff9b1a;
}

/* =========================
   ÜST BİLGİ ÇUBUĞU
========================= */
.jt-topbar {
    font-size: 0.9rem;
    z-index: 1050;
    color: rgb(136, 136, 136) !important;
    padding: 12px 0;
    background: #ffffff;
    border-top: 3px solid #ff9b1a;
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.jt-topbar .container {
    padding-top: 6px;
    padding-bottom: 6px;
}

.jt-topbar .top-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.jt-topbar i {
    font-size: 18px;
    color: #111;
}

.jt-topbar a {
    color: inherit;
    text-decoration: none;
}

.jt-topbar .top-item:hover {
    text-decoration: none;
    color: #caa12a;
}

/* =========================
   ANA NAVBAR
========================= */
.jt-navbar {
    background-color: #ffffff;
    position: relative;
    z-index: 1040;
    transition: background-color 0.25s ease,
                backdrop-filter 0.25s ease,
                box-shadow 0.25s ease;
				box-shadow: 0 8px 16px rgb(0 0 0 / 8%);
}

/* Scroll sonrası fixed + blur */
.jt-navbar.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1040;
    background: rgba(255,255,255,0.82);
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}

.jt-navbar.is-fixed::before{
  content:"";
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:4px;
background: linear-gradient(145deg, #fff2b3 0%, #ffd34d 18%, #caa12a 45%, #ffe08a 70%, #b58b1c 100%);
}

.jt-logo {
    height: 64px;
    width: auto;
}

/* Orta menü */
.jt-main-menu > .nav-item {
    position: relative;
}

.jt-main-menu .nav-link {
    font-weight: 600;
    font-size: 15px;
    padding: 0.75rem 1rem;
    color: #111827;
    position: relative;
}

/* Alt çizgi efekti */
.jt-main-menu .nav-link::after {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 4px;
    height: 2px;
    border-radius: 999px;
    background: transparent;
    transition: background .18s ease;
}

.jt-main-menu .nav-link:hover::after {
    background: #ff9b1a !important;
}

.jt-main-menu .nav-link.active::after {
    background: transparent !important;
}

.jt-hover-dropdown:hover > .nav-link::after {
    background: #ff9b1a !important;
}

.jt-main-menu .nav-link:hover,
.jt-main-menu .nav-link:focus {
    color: ##caa12a;
}

/* =========================
   DROPDOWN MENÜ
========================= */

/* Ana dropdown görünümü */
.jt-main-menu .dropdown-menu {
    display: none;
    border-radius: 14px !important;
    overflow: visible;
    border: 1px solid #e5e7eb;
    padding: 0;
    box-shadow: 0 12px 30px rgba(15,23,42,0.18);
    font-size: 16px;
    margin-top: 0;
    z-index: 1200;
}

.jt-main-menu .dropdown-menu.show {
    display: block;border-radius: 14px !important;
}

/* Fade-in animasyon için */
.jt-dropdown {
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.22s ease, transform 0.22s ease;
}

/* Click ile açıldığında (show) görünür olsun */
.jt-dropdown.show {
    opacity: 1;
    transform: translateY(0px);
}

/* Desktop'ta hover ile açma + fade */
@media (min-width: 992px) {
    .jt-hover-dropdown:hover > .dropdown-menu {
        display: block;
    }
    .jt-hover-dropdown:hover > .jt-dropdown {
        opacity: 1;
        transform: translateY(0px);
    }
}

/* Tüm itemler */
.jt-dropdown .dropdown-item {
    padding: 7px 18px;
    margin: 0 !important;
    border-radius: 0 !important;
}


/* İLK li içindeki link: sadece üst köşeler yuvarlak */
.jt-dropdown li:first-child .dropdown-item {
    border-top-left-radius: 14px !important;
    border-top-right-radius: 14px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

/* SON li içindeki link: sadece alt köşeler yuvarlak */
.jt-dropdown li:last-child .dropdown-item {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 14px !important;
    border-bottom-right-radius: 14px !important;
}

/* Genel hover – hepsi kare başlasın */
.jt-dropdown .dropdown-item:hover {
    background: linear-gradient(145deg, #fff2b3 0%, #ffd34d 18%, #caa12a 45%, #ffe08a 70%, #b58b1c 100%) !important;
    color: #fff !important;
    border-radius: 0 !important;
}

/* Hover – İLK item: üst köşeler 14, alt 0 */
.jt-dropdown li:first-child .dropdown-item:hover {
    border-top-left-radius: 14px !important;
    border-top-right-radius: 14px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

/* Hover – SON item: üst 0, alt köşeler 14 */
.jt-dropdown li:last-child .dropdown-item:hover {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 14px !important;
    border-bottom-right-radius: 14px !important;
}


/* Ok ikonunun animasyonu */
.jt-menu-arrow {
    font-size: 0.85rem;
    margin-left: 5px;
    display: inline-block;
    transition: transform .25s ease;
}

.jt-main-menu .nav-item.jt-hover-dropdown:hover .jt-menu-arrow,
.jt-hover-dropdown.show .jt-menu-arrow {
    transform: rotate(180deg);
}

/* =========================
   SAĞDAKİ TELEFON BLOKLARI
========================= */
.jt-nav-contacts {
    margin-left: 0;
    gap: 1.25rem;
}

.jt-circle-icon {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 1px solid #fff2b3;
	background: linear-gradient(145deg, #fff2b3 0%, #ffd34d 18%, #caa12a 45%, #ffe08a 70%, #b58b1c 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px; font-weight:800; color:#fff;
}

.jt-circle-icon i.bi-whatsapp { color: #fff; }
.jt-circle-icon i.bi-telephone { color: #fff !important; }

.jt-contact-text small {
    font-size: 11px; text-align:center;
    line-height: 1.2;
}

.jt-contact-text a {
    font-size: 14px;
    text-decoration: none;
    color: #888 !important;
}

.jt-contact-text a:hover {
    color: #ff9b1a;
}

.jt-contact-text1 small {
    font-size: 14px; text-align:center;
    line-height: 1.2;
}

.jt-contact-text1 a {
    font-size: 18px;
    text-decoration: none;
    color: #caa12a !important;
}

.jt-contact-text1 a:hover {
    color: #ffb300;
}

/* =========================
   HAMBURGER (mobil)
========================= */
.navbar-light .navbar-toggler {
    border-color: transparent;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* =========================
   OFFCANVAS (mobil menü)
========================= */
.jt-offcanvas {
    width: 320px;
}

.jt-offcanvas .offcanvas-header {
    border-bottom: 1px solid #e5e7eb;
}

.jt-offcanvas .nav-link {
    font-weight: 500;
    padding: 10px 0;
    color: #111827;
}

.jt-offcanvas .nav-link:hover {
    color: #ff9b1a;
}

/* Mobil ürünler accordion */
.jt-mobile-toggle {
    background: transparent;
    border: none;
    padding: 10px 0;
    font-weight: 800;
    font-size: 15px;
    width: 100%;
    text-align: left;
}

.jt-mobile-toggle:focus {
    box-shadow: none;
}

.jt-mobile-arrow {
    font-size: 0.9rem;
    float: right;
    transition: transform .25s ease;
}

.jt-mobile-toggle.collapsed .jt-mobile-arrow {
    transform: rotate(0deg);
}

.jt-mobile-toggle:not(.collapsed) .jt-mobile-arrow {
    transform: rotate(180deg);
}

.jt-mobile-submenu .nav-link {
    padding: 4px 0;
    font-size: 14px;
}

/* =========================
   URAL ÖNE ÇIKAN ÜRÜNLER BLOĞU
========================= */

.ural-layout {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

/* Sol kutu */
.ural-left-box {
    background: #ffffff;
    border-radius: var(--radius);
    width: 28%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.ural-left-box img {
    width: 100%;
    border-radius: var(--radius);
}

/* Turuncu alan */
.ural-red-box {
    flex: 1;
    background: linear-gradient(145deg, #caa12a 0%, #ffd34d 18%, #caa12a 45%, #ffe08a 70%, #b58b1c 100%);
    border-radius: var(--radius);
    padding: 24px;
    position: relative;width: 100%;
}

.ural-title {
    color: #fff;
    font-size: 1.9rem;
    font-weight: 700;
    margin-bottom: 15px;
}

/* Kart grid */
.ural-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-bottom: -75px;
}

/* Tek kart */
.ural-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #ffffff;
  border-radius: var(--radius);
  padding: 0 0 0px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  border-bottom: 4px solid #ff9b1a !important;
  transition: all 0.25s ease;
  overflow: hidden;
}

.ural-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 18px rgba(0,0,0,0.22);
}

/* Slider alanı */
.ural-card-slider {
  width: 100%;
}
/* Slider içindeki resimler */
.ural-card-slider .swiper-slide img {
  width: 100%;
  height: 220px;       /* istersen 200/240 yap */
  object-fit: cover;
  display: block;
}

/* Hover zoom efekti (slide img üzerinden) */
.ural-card:hover .swiper-slide img {
  transform: scale(1.06);
  transition: transform 0.3s ease;
}

/* Pagination noktaları */
.ural-card-slider .swiper-pagination {
  bottom: 8px !important;
}

/* Kart resmi */
.ural-card-img {
    width: 100%;
    display: block;
    border-top-left-radius: var(--radius);
    border-top-right-radius: var(--radius);
    transition: transform 0.3s ease;
}
p {
    margin-top: 0;
    margin-bottom: 0.8rem;
}
.ural-card:hover .ural-card-img {
    transform: scale(1.06);
}

/* Kart başlığı */
.ural-card-title {
    font-size: 16px;
    line-height: 1;
    overflow: hidden;
    font-weight: 300;
    color: #111;
    margin-top: 15px;
    height: 25px;
}


/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991.98px) {
    .jt-top-left,
    .jt-top-right {
        width: 100%;
        justify-content: flex-start;
        gap: 8px;
    }

    .jt-navbar .d-none.d-lg-flex {
        display: none !important;
    }

    .jt-logo { height: 54px; }

    .ural-layout { flex-direction: column; }

    .ural-left-box {
        width: 100%;
    }

    .ural-cards {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 0;
  }
}

@media (max-width: 576px) {
  .ural-cards {
    grid-template-columns: 1fr;
  }
  .ural-card-slider .swiper-slide img {
    height: 210px;
  }
}

@media (max-width: 768px) {
    .ural-left-box img {
        width: 100%;
        border-radius: var(--radius);
        height: auto;
    }



    .slider-button-prev,
    .slider-button-next {
        bottom: -22px;
        width: 38px;
        height: 38px;
    }

    .slider-button-prev {
        left: 50%;
        transform: translateX(-26px);
    }

    .slider-button-next {
        left: 50%;
        transform: translateX(26px);
    }

    .slider-section::after {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 35px;
    }
}

/* Bootstrap default okunu gizle */
.dropdown-toggle::after {
    display: none;
}
/* Modal en üstte */
.modal { z-index: 2147483647 !important; }
.modal-backdrop { z-index: 2147483646 !important; }
.modal-dialog, .modal-content { position: relative; z-index: 2147483647 !important; }

/* Senin overlay çakışıyorsa modal açıkken kapat */
body.modal-open .page-overlay { display: none !important; }

/* Mobilde fullscreen hissi */
.modal-body{ background:#000; }
.modal-video{ max-height: 85vh; background:#000; }
@media (max-width:576px){
  .modal-content{ border-radius:0 !important; }
  .modal-video{ max-height: 100vh; }
}