:root {
  --primary: #0d70b7;
  --font‑base: "Open Sans", sans-serif;
  --text‑dark: #222;
  --text‑muted: #666;
  --card‑bg: #fff;
  --card‑shadow: rgba(0,0,0,0.05);
}

body {
  font-family: var(--font‑base);
  color: var(--text‑dark);
  background: #f8f9fa;
  margin: 0;
  padding: 0;
}

/* HEADER-TOP: mavi çubuk */

.header-top .btn-teklif {
  background: #0d70b7;               /* buton arkaplanı (figma’ya göre) */
  padding: 0.5rem 1.25rem;
  font-size: 18px;
  color: white !important;
  border: none;
  border-radius: 0.25rem;
}
.header-top .btn-teklif:hover {
  background: #0d70b7;
}

.btn{
    border-radius: 0px !important;
}

/* HEADER-NAV: beyaz bar */
.header-nav {
  border-top: 1px solid #e9ecef;
}
.header-nav .nav-link {
  color: #333;
  font-size: 0.9rem;
  padding: 0 0.75rem;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 5px;
}
.header-nav .nav-link:hover {
  color: #0d70b7;
}
.contact-info .bi {
  color: white;
  font-size: 14px;
  background: #0d70b7;
  width: 25px;
  display: flex;
  height: 25px;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
}
.contact-info small {
  font-size: 0.875rem;
  color: #333;
  font-weight: 600;
}

/* Küçük responsive ayar (mobilde menüyü yığılmadan göstermek için) */
@media (max-width: 767px) {
  .header-nav .contact-info {
    display: none;
  }
}

.izgaraMavi{
    width: 100%;
    height: 35px;
    background-color: #0d70b7;
}

/* --- HERO GRID --- */
.hero-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 130px 1fr;
  gap: 1rem;
}

/* Hero kart ortak */
.hero-item {
  background: var(--card‑bg);
  box-shadow: 0 2px 8px var(--card‑shadow);
  border-radius: 4px;
  padding: 1rem;
  position: relative;
  text-align: left;
  overflow: hidden;
}

/* Grid alanları */
.hero-item:nth-child(1) {grid-column: 1 / 2;grid-row: 1 / 3;padding-top: 30px;padding-left: 40px;}
.hero-item:nth-child(2) { grid-column: 2 / 3; grid-row: 1 / 2; }
.hero-item:nth-child(3) { grid-column: 3 / 4; grid-row: 1 / 3; }
.hero-item:nth-child(4) { grid-column: 2 / 3; grid-row: 2 / 3; }

/* Başlık stili */
.title‑primary {
  color: var(--primary);
  font-size: 1.75rem;
  line-height: 1.2;
}
.title‑primary .text-black {
  color: var(--text‑dark);
}

/* Kart içi öğeler */
.hero-item p {
  margin: 0.5rem 0 1rem;
  color: var(--text‑muted);
  font-size: 0.95rem;
}
.detail-link {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text‑dark);
  text-decoration: none;
  border-bottom: 2px solid var(--primary);
  padding-bottom: 2px;
}
.detail-link:hover {
  color: var(--primary);
}

/* Resimler */
.hero-item img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: 1rem;
}

/* --- AVANTAJ KARTLARI --- */
.advantage {
  background: var(--card‑bg);
  box-shadow: 0 2px 8px var(--card‑shadow);
  border-radius: 4px;
  text-align: center;
  padding: 1.5rem 1rem;
}
.advantage img {
  width: 100%;
  height: auto;
  position: relative;
  right: -16px;
  top: 20px;
}
.advantage h6 {
  color: black;
  margin: 0.75rem 0 0.5rem;
  font-size: 1rem;
}
.advantage p {
  font-size: 0.9rem;
  color: var(--text‑muted);
  margin: 0;
}

.headerlogo{
    width: 180px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.advantage-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    gap: 1rem;
}

.i1{
    width: 400px;
    position: absolute;
    z-index: inherit;
    right: 50px;
    bottom: 0px;
}

.i2{
    float: right;
    width: 70%;
}

.hi2{
    height: 260px;
}

.hi4{
    height: 260px;
    position: relative;
    top: 133px;
}

.hero-grid *{
    z-index: 2;
}

.hero-grid img{
    z-index: 1 !important;
}

.i4{
    width: 210px;
    position: absolute;
    right: 0px;
    bottom: -10px;
}

.i3{
    width: 80%;
    margin-top: 117px !important;
    float: right;
}

.hero-btn{
    width: 140px;
    background: var(--primary) !important;
    border: none;
}

.text-primary{
    color: var(--primary) !important;
}

.advantage-grid i{
    color: var(--primary);
    font-size: 54px;
}

.solla{
    text-align: left;
    padding-left: 20px;
    padding-top: 20px;
}

.solla h5{
    font-size: 26px;
}

/* Bölüm başlıkları */
.section-title {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.section-title .text-primary {
  color: var(--primary);
}
.section-subtitle {
  font-size: 0.95rem;
}

/* Ürün kartları */
.product-card {
  background: var(--card-bg);
  box-shadow: 0 2px 8px var(--card-shadow);
  border-radius: 4px;
  overflow: hidden;
  transition: transform .2s;
  background: white;
  height: 340px;
}
.product-card:hover {
  transform: translateY(-4px);
}
.product-card .card-body small {
  font-size: 0.75rem;
  color: #999;
}
.product-card .card-body h6 {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 0.25rem;
  color: var(--text-dark);
}
.product-card .card-img-bottom {
  display: block;
  width: 260px;
  height: 210px;
  margin-bottom: 10px !important;
  margin: 0 auto;
  object-fit: cover;
}

.product-card img{
    width: 100%;
}

/* 3. SECTION (Darbeli Matkap) */
.third-section {
  padding: 4rem 0;
}
.third-section .sec3-bg {
  position: absolute;
  top: 0;
  width: 20%;
  z-index: 1;
}
.third-section .sec3-bg-left {
  left: 0%;
}
.third-section .sec3-bg-right {
  right: 0%;
  transform: scaleX(-1);
}

/* Başlık ve link */
.third-section .sec3-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}
.third-section .detail-link {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-dark);
  text-decoration: none;
  border-bottom: 2px solid var(--primary);
  padding-bottom: 2px;
  margin-top: 40px;
  display: inline-block;
}
.third-section .detail-link:hover {
  color: var(--primary);
}

/* Kart */
.third-section .sec3-card {
  width: 60%;
  background: var(--card-bg);
  box-shadow: 0 2px 8px var(--card-shadow);
  border-radius: 4px;
  overflow: hidden;
  z-index: 2;
}
.third-section .sec3-card .card-img-bottom {
  width: 40%;
  height: auto;
  display: block;
  margin: 0 auto;
  padding: 2rem 0;
  margin-top: 0px;
}

/* Responsive kırılmalar */
@media (max-width: 991px) {
  .third-section .sec3-bg { display: none; }
  .third-section .sec3-card { width: 80%; }
}
@media (max-width: 576px) {
  .third-section .sec3-title { font-size: 1.5rem; }
  .third-section .sec3-card { width: 100%; }
}

.my-10{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
}

.product-card2 .card-img-bottom {
    display: block;
    width: 70%;
    height: 100%;
    object-fit: contain;
    margin-bottom: 10px !important;
    margin: 0 auto;
}

.my-15{
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
}

.product-card2 {
    height: 390px;
}


/* Teklif Banner */
.cta-banner {
  background-color: #d6eeff;  /* Açık mavi arkaplan */
}
.cta-banner h5 {
  font-size: 1.25rem;
  font-weight: 600;
}
.cta-banner p {
  font-size: 0.95rem;
}
.cta-banner .cta-btn {
  padding: 0.75rem 1.5rem;
  font-size: 0.95rem;
}

/* Footer */
.footer h6 {
  font-size: 1rem;
  font-weight: 600;
}
.footer p,
.footer .footer-link {
  font-size: 1rem;
  color: #555;
}
.footer .footer-link {
  text-decoration: none;
  transition: color .2s;
  line-height: 29px;
}
.footer .footer-link:hover {
  color: var(--primary);
}
.footer .row > [class*="col-"] {
  display: flex;
  flex-direction: column;
}
.footer img {
  max-width: 180px;
  width: 100%;
  height: auto;
}

/* Mobilde padding azaltmak için */
@media (max-width: 575px) {
  .cta-banner {
    text-align: center;
  }
  .cta-banner .container {
    flex-direction: column;
  }
  .cta-banner .cta-btn {
    margin-top: 1rem;
  }
}

.copy{
    background: var(--primary);
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
}

.copy p{
    color: white;
    margin: 0;
}

.copy a{
    color: rgb(255 255 255);
    text-decoration: none;
    font-weight: 600;
}

.footiframe iframe{
    width: 100%;
    height: 160px;
}

.footiframe a{
    position: relative;
    margin-top: -34px;
    width: 100%;
    text-align: center;
    background: var(--primary);
    color: white;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

.cta-btn{
    width: 240px;
    background: var(--primary) !important;
    border: none;
}

.tumunugor{
    margin: 0 auto;
    text-align: center;
    display: block;
    background: var(--primary) !important;
    width: max-content;
    color: white !important;
    padding-left: 30px;
    padding-right: 30px;
}

.breadsec {
    margin-top: -1.5rem;
    background: #0d70b7;
    height: 130px;
    border-bottom: 1px solid var(--primary);
    border-top: 1px solid var(--primary);
    display: flex;
    align-items: center;
}

.orta{
  justify-content: center;
}

.breadcrumb-item{
  color: white;
  font-size: 27px;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.sol70{
  padding-left: 70px;
}

.kalinbaslik{
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 20px;
}

hr{
  color: #a1a1a1 !important;
}

.kalinbaslik2{
  font-weight: 700;
}

.footiframer iframe{
  width: 100%;
  height: 390px;
}

.form-control{
    height: 50px;
    border: none;
    box-shadow: 0px 0px 10px #0000000d;
    margin-top: 10px;
    color: black;
    border-radius: 0px;
}

.textar{
  height: 277px;
}

.talepbtn{
  background: var(--primary) !important;
  height: 50px;
  width: 100%;
  border: none;
}

.teklif-al-btn {
  position: fixed;
  right: 0;
  bottom: -80px; /* Başta görünmez */
  background: var(--primary);
  color: #fff;
  padding: 12px 20px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transition: all 0.4s ease;
  z-index: 999;
  left: 0;
  text-align: center;
  width: 160px;
  margin: 0 auto;
}
.teklif-al-btn.show {
  bottom: 20px; /* Yukarı çıkar */
}
.teklif-al-btn:hover {
  background: #095a93;
  text-decoration: none;
}

.hamburger {
  background: none;
  border: none;
  font-size: 2rem;
  color: #333;
  cursor: pointer;
  z-index: 1001;
}
.hamburger::after {
  content: '☰';
}
.hamburger.active::after {
  content: '✖';
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 250px;
  height: 100%;
  background: #fff;
  box-shadow: -2px 0 5px rgba(0,0,0,0.2);
  z-index: 1001;
  transition: right 0.3s ease;
  padding: 2rem 1rem;
}
.mobile-menu.open {
  right: 0;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  transition: opacity 0.3s ease;
}
.menu-overlay.show {
  opacity: 1;
  visibility: visible;
}

.menulogo {
    width: 80%;
    margin: 0 auto;
    display: flex;
    margin-bottom: 30px;
}

.menuUl a{
    color: #333;
    font-size: 1rem;
    padding: 0 0.75rem;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 5px;
    text-decoration: none;
    border-bottom: 1px solid #bbbbbb;
    width: 100%;
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;
}

.menuUl li{
  list-style: none;
  text-align: center;
}

.menuUl{
  padding: 0;
}

.btn-teklif2{
  width: 100%;
  background: var(--primary) !important;
  color: white !important;
  border: none;
  margin-bottom: 10px;
}

header{
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 799px){
  .btn-teklif{
    display: none;
  }

  .izgaraMavi{
    display: none;
  }

  .header-nav{
    display: none;
  }

  .header-top{
    position: fixed;
    width: 100%;
    z-index: 111;
    border-bottom: 1px solid var(--primary);
  }

  header{
    margin-bottom: 130px !important;
  }

  .hero-grid{
    display: inline-block;
  }

  .hero-grid img{
    width: 200px !important;
    right: 0 !important;
    margin-top: 0px !important;
  }

  .hero-item:nth-child(1) {
      height: 400px;
      padding-left: 30px;
  }

  .hi4 {
      height: 220px;
      top: 0px;
  }

  .advantage-grid {
      grid-template-columns: 1fr 1fr;
  }

  .advantage-grid > :nth-child(3) {
    grid-column: 1 / -1;
  }

  .hero-item {
      margin-bottom: 30px;
  }

    .hi4 {
      margin-bottom: 0px !important;
  }

  .product-card {
      height: 280px;
  }

  .product-card .card-img-bottom {
      width: 140px;
      height: 140px;
  }

  .third-section {
      padding: 0rem;
  }

  .my-10 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.my-15 {
    margin-top: 3rem !important;
    margin-bottom: 2rem !important;
}

.third-section .sec3-card .card-img-bottom {
    width: 80%;
}

.third-section .detail-link {
    margin-top: 20px;
}

.product-card2 .card-img-bottom {
    width: 90%;
}

.product-card2 {
    height: 330px;
}

.mobilort{
  justify-content: center !important;
}

.ctambl{
    margin-bottom: 30px;
    width: 210px;
    height: 100%;
}

.m-fd-c{
  flex-direction: column;
}

.mw50 {
    width: 50% !important;
    margin-top: 50px;
}

.footer img {
    margin: 0 auto;
}

.footiframe{
  margin-top: 40px;
}

.breadcrumb-item {
    text-align: center;
}

.sol70 {
    padding-left: 15px;
}

.m-tac{
  text-align: center;
}

}