/* =============================================================
   USTA MÜHENDİSLİK DOĞALGAZ — TEMA CSS (XD TASARIMI)
   ============================================================= */

/* ── RENK DEĞİŞKENLERİ ─────────────────────────────────── */
:root {
  --navy:   #1B2F52;
  --dark:   #0D1B2A;
  --red:    #CC2222;
  --teal:   #1A5276;
  --gray:   #F5F6F8;
  --border: #DDE2E8;
  --text:   #444444;
  --light:  #888888;
  --white:  #FFFFFF;
  --wp:     #25D366;
}


@media(min-width:1440px){
    .container{width: 1400px;}
  }
.resim-responsive{width: 100%!important;}

/* ── RESET & GLOBAL ─────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box;outline:none!important }
body {
  font-family: 'Jost', 'Segoe UI', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: var(--text);
  background: #fff;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none !important; color: inherit; transition: color 200ms; }
a:hover { color: var(--red); }
ul { margin: 0; padding: 0; list-style: none; }
h1,h2,h3,h4,h5,h6 { font-family: 'Jost',sans-serif; line-height: 1.2; }
.usta-wrapper { overflow-x: hidden; }
section, .usta-wrapper > * { overflow: visible; }


.detayBtn{padding:0px;position: relative;z-index: 1;margin-top: 12px;}
.detayBtn .btn{font: normal normal normal 12px/16px Avenir;display: inline-flex;align-items: center;justify-content: center;gap: 12px;padding:6px 15px;transition: 300ms;
position: relative;color:#000000;border-radius: 0px;background: linear-gradient(90deg,#000000 50%,#fff 50%);background-size: 200%;background-position: right;}
.detayBtn .btn:hover{background-position: left!important;color:#000!important}

.detayBtn .btn img{transition: 300ms;margin: 0px;}
.detayBtn .btn:hover img{filter: brightness(0) invert(100);}

.detayBtn.kirmizi .btn{border:1px solid #A1171B;color:#A1171B;background: linear-gradient(90deg,#A1171B 50%,transparent 50%) right/202%;border-radius: 12px;}
.detayBtn.kirmizi .btn:hover{color:#fff!important}

/* ── TOP BAR ─────────────────────────────────────────────── */
.usta-topbar {
  background: var(--gray);
  border-bottom: 1px solid var(--border);
  padding: 0;
  font-size: 12px;
  color: #555;
}
.usta-topbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 38px;
}
.usta-topbar-left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.usta-topbar-left span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: #555;
}
.usta-topbar-left i { color: var(--navy); font-size: 13px; }
.usta-topbar-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* YETKİLİ FİRMA BADGE */
.yetkili-firma-badge {
  background: var(--navy);
  color: #fff;
  padding: 4px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.3;
  min-width: 90px;
  height: 38px;
  justify-content: center;
}
.badge-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: rgba(255,255,255,.7);
  text-transform: uppercase;
}
.badge-brand {
  font-size: 14px;
  font-weight: 900;
  color: #FFD700;
  letter-spacing: 2px;
}

/* Topbar sosyaller */
.topbar-socials { display: flex; align-items: center; gap: 4px; }
.topbar-socials a {
  width: 26px; height: 26px;
  background: var(--navy);
  color: #fff !important;
  border-radius: 3px;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px;
  transition: background 200ms;
}
.topbar-socials a:hover { background: var(--red); }

/* ── HEADER ──────────────────────────────────────────────── */
body.page .usta-header{position: sticky;top:0}
.usta-header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
}
.usta-header .container-fluid { max-width: 100%; padding: 0 0px; }
.usta-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  height: 80px;
}

.usta-header.scrolled{background-color: #104D7A;}

/* Logo */
.usta-logo{padding:30px 90px 30px 30px;background-color: #fff;clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);}
.usta-logo a { display: flex; align-items: center; }
.usta-logo img { height: 60px; width: auto; }

/* Navigation */
.usta-nav { flex: 1; display: flex;}
.usta-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.usta-menu > li { position: relative; padding:0px 10px}
.usta-menu > li > a {
  display: block;
  padding: 4px 0px;
  font-size: 13px;
  font-weight: 400;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: .5px;
  white-space: nowrap;
  font-family:  'Jost', sans-serif;
  transition: color 200ms;
}
body.page .usta-menu > li > a{content:'';color:#104D7A;position: relative;}
body.page .usta-menu > li > a::before{content:'';position: absolute;left:0px;bottom:0px;width: 40%;height: 2px;background-color: #104D7A;transition: 300ms;}
body.page .usta-menu > li > a:hover::before{width: 100%;}
.usta-menu > li > a i { font-size: 10px; margin-left: 2px; transition: transform 200ms; }
.usta-menu > li:hover > a,
.usta-menu > li.active > a { color: var(--white); }
.usta-menu > li.active > a {
  position: relative;
}

.usta-menu > li:hover > a > i { transform: rotate(-180deg); }

/* Submenu */
.usta-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 210px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0,0,0,.1);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: all 250ms ease;
}
.usta-menu > li:hover .usta-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.usta-submenu li a {
  display: block;
  padding: 10px 16px;
  font-size: 13px;
  color: var(--text);
  border-bottom: 1px solid var(--border);
  transition: all 200ms;
}
.usta-submenu li:last-child a { border-bottom: 0; }
.usta-submenu li a:hover {
  background: var(--gray);
  color: var(--navy);
  padding-left: 22px;
}

/* Action Buttons */
.usta-header-actions { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.btn-acil,
.btn-teklif {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px 8px 40px;
  font-size: 11px;
  font-family:  sans-serif;
  text-transform: uppercase;
  border-radius: 25px;
  white-space: nowrap;
  transition: all 200ms;
  
}
.btn-acil { background: var(--white);color: #A1171B ; }
.btn-acil:hover { background: #a81818;color: #fff; }
.btn-teklif { background: var(--white); color: #104D7A;}
.btn-teklif:hover { background: #104D7A;color: #fff; }
.btn-acil i, .btn-teklif i { font-size: 14px; }


.acilIletisim{display: flex;gap:4px;flex-direction: column;}
.acilIletisim li a{position: relative;width: 100%;}
.acilIletisim li img{height: 32px;width: 32px;border-radius: 100%;position: absolute;;left:0;object-fit: contain;}
.acilIletisim li:nth-child(1) img{background-color: #a81818;padding: 8px;}
.acilIletisim li:nth-child(2) img{background-color: #104D7A;padding: 8px;}


.usta-header-actions .yetkiliFirma{display: flex;color: #fff;text-align: center;font-size: 9px;gap:0px;position: relative;}
.usta-header-actions .yetkiliFirma li img{position: relative;right:-15px;top:4px}
.usta-header-actions .yetkiliFirma li:nth-child(2){background-color: #0275C0;padding:6px 6px 6px 30px;}

/* Mobile toggle */
.usta-mobile-toggle {
  display: none;
  background: none;
  border: 1px solid var(--border);
  border-radius: 3px;
  padding: 6px 10px;
  font-size: 20px;
  color: var(--navy);
  cursor: pointer;
}

/* Mobile nav overlay */
.usta-mobile-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.4);
  z-index: 998;
}

/* ── SLIDER ──────────────────────────────────────────────── */
.rev_slider_wrapper { position: relative; }
/* Slider arrow buttons */
.rev_slider_wrapper .tparrows {
  background: rgba(255,255,255,.18) !important;
  border: 2px solid rgba(255,255,255,.6) !important;
  border-radius: 50% !important;
  width: 50px !important;
  height: 50px !important;
  line-height: 46px !important;
  transition: all 250ms !important;
}
.rev_slider_wrapper .tparrows:hover {
  background: var(--red) !important;
  border-color: var(--red) !important;
}
.rev_slider_wrapper .tparrows::before { color: #fff !important; font-size: 18px !important; }
/* Slider caption text */
.factory-caption-h1 {
  color: #fff !important;
  font-weight: 700 !important;
  text-shadow: 0 2px 10px rgba(0,0,0,.5) !important;
}
.factory-caption-h1 span { color: #FFD700 !important; }
.factory-caption-p {
  color: rgba(255,255,255,.85) !important;
  text-shadow: 0 1px 5px rgba(0,0,0,.4) !important;
}

/* ── HİZMETLER ───────────────────────────────────────────── */
.usta-services {
  padding: 55px 0 30px;
  background: #fff;
}
.usta-service-card {
  margin-bottom: 30px;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,.07);
  transition: box-shadow 300ms;
}
.usta-service-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,.13); }
.service-img {
  position: relative;
  overflow: hidden;
}
.service-img img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  transition: transform 450ms ease;
}
.usta-service-card:hover .service-img img { transform: scale(1.06); }
.service-hover-link {
  position: absolute;
  inset: 0;
  background: rgba(27,47,82,.5);
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  gap: 6px;
  opacity: 0;
  transition: opacity 300ms;
}
.usta-service-card:hover .service-hover-link { opacity: 1; }
/* Koyu başlık barı - XD'den */
.service-titlebar {
  background: #a6b9ce;
  border-top:4px solid #104D7A
}
.service-titlebar h3 {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  background-color: #104D7A;
  padding: 20px 40px 20px 18px;display: inline-block;clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}
.service-desc {
  padding: 14px 18px;
  background: #fff;
  border: 1px solid var(--border);
  border-top: 0;
}
.service-desc p { font-size: 13px; color: #666; margin: 0; line-height: 1.7; }

/* ── HAKKIMIZDA ───────────────────────────────────────────── */
.usta-about {
  padding: 65px 0;
  background: #fff;
  margin-bottom: 45px;
}
.usta-about-row { align-items: center;display: flex; }
.about-text {
  padding-right: 30px;
}
.about-title-wrap { margin-bottom: 18px; }
.about-label {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  color: #104D7A;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 2px;
  border-bottom: 3px solid #104D7A;
}
.about-content {
  font-size: 14px;
  color: var(--text);
  line-height: 1.8;
  margin-bottom: 20px;
}
.about-content p { margin-bottom: 12px; }
.about-img { border-radius: 4px; overflow: hidden; }
.about-img img { width: 100%; object-fit: cover; }

/* WhatsApp butonu */
.usta-wp-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--wp);
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 22px;
  border-radius: 4px;
  transition: background 200ms;
  letter-spacing: .5px;
}
.usta-wp-btn:hover { background: #1ebd5a; }
.usta-wp-btn i { font-size: 17px; }

/* ── PROJELERİMİZ ────────────────────────────────────────── */

.projects-grid .no-gutters::before,
.projects-grid .no-gutters::after{display: none;}
.projects-grid .no-gutters{display: grid;grid-template-columns: repeat(3,1fr);gap:15px}
.projects-grid .no-gutters .col-xs-12{padding:0}

body.page .usta-projects{margin-block: 60px;}

.usta-projects .project-left{padding-left: 0}
.usta-projects .project-left ul{padding:8px 15px}

.project-left h4{color:#A1171B;font: normal normal bold 18px/25px Jost;position: relative;}
.project-left h4::before{content:'';background-color:#A1171B;left:0;bottom:-5px;width: 20%;height: 2px;position: absolute;}

.usta-projects { padding: 0; margin-bottom: 75px;}
.projects-left-panel {
  background: var(--navy);
  padding: 50px 30px;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.projects-panel-icon {
  position: absolute;
  top: 20px; right: 20px;
  font-size: 100px;
  color: rgba(255,255,255,.08);
  line-height: 1;
  pointer-events: none;
}
.projects-label {
  display: block;
  color: var(--red);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin-bottom: 14px;
}
.projects-desc {
  color: rgba(255,255,255,.75);
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 24px;
}
.projects-detail-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.35);
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .8px;
  transition: all 200ms;
  border-radius: 3px;
  margin-top: 4px;
}
.projects-detail-btn:hover {
  background: rgba(255,255,255,.15);
  border-color: rgba(255,255,255,.7);
}
.projects-grid { overflow: hidden; }
.project-item {
  display: block;
  position: relative;
  overflow: hidden;
}
.project-item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 400ms;
}
.project-item:hover img { transform: scale(1.08); }
.project-overlay {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: linear-gradient(transparent, rgba(0,0,0,.7));
  padding: 25px 10px 8px;
  opacity: 1;
  transition: opacity 300ms;
  
}
.project-overlay::before{content:'';background: transparent linear-gradient(90deg, #A1171B 0%, #F2F2F2 100%);mix-blend-mode: multiply;position: absolute;left:0px;bottom:0px;width: 100%;height: 100%;}
.project-item:hover .project-overlay { opacity: 1; }
.project-overlay span {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  display: block;position: relative;z-index: 1;left:20px;bottom:10px
}

/* ── CTA BAND ────────────────────────────────────────────── */
.usta-cta-band {
  background-size: cover;background-repeat: no-repeat;background-position: center center;
  padding: 90px 0;
  text-align: center;
  position: relative;
}
.cta-sub {
  color: rgba(255,255,255);
  font-size: 26px;
  margin-bottom: 8px;
}
.cta-sub strong { color: #FFD700; }
.cta-main {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}

/* ── ÖZELLİKLER ─────────────────────────────────────────── */
.usta-features {
  padding: 0;position: relative;top:-60px
}
.feature-box {
  text-align: center;
  background: #F5FCFF;
  border: 1px solid #A5E4FF;
  padding: 35px 20px;
  border-radius: 0;
  margin-bottom: 20px;
  transition: box-shadow 250ms, transform 250ms;
}
.feature-box:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,.1);
  transform: translateY(-4px);
}
.feature-box h3 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #104D7A;
  margin-bottom: 10px;
  letter-spacing: .5px;
}
.feature-box p { font-size: 13px; color: #161615; margin: 0; line-height: 1.7; }

/* ── CTA BANNER KARTLARI ─────────────────────────────────── */
.usta-cta-banners {
  padding: 0px 0;
  background: #fff;top:-55px;position: relative;
}
.cta-banner-card {
  position: relative;
  min-height: 400px;
  border-radius: 4px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}
.cta-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(13,27,42,.88) 0%, rgba(13,27,42,.3) 60%, transparent 100%);
}
.cta-banner-content {
  position: absolute;top:50%;transform: translateY(-50%);left:15px;
  padding: 28px 24px;
  max-width: 45%;
  z-index: 1;
  width: 100%;
}
.cta-banner-brand {
  display: block;
  font-size: 10px;
  font-weight: 700;
  color: rgba(255,255,255,.6);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 8px;
}
.cta-banner-content h3 {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 10px;
}
.cta-banner-content p {color: #fff;}

.proje-butonlar .gazKacagiBtn{border:1px solid #A1171B}
.proje-butonlar .teklifAlBtn{border:1px solid #104D76}

.gazKacagiBtn{display: inline-flex;gap:4px;background-color: white;border-radius: 16px;padding:4px 20px 4px 40px;align-items: center;justify-content: center;color: #A1171B;position: relative;transition: 300ms;}
.gazKacagiBtn img{height: 32px;width: 32px;border-radius: 100%;position: absolute;left:0;object-fit: contain;margin-right: auto;background-color: #a81818;padding: 8px;}
.gazKacagiBtn:hover{background-color: #a81818;color: #fff;}

.teklifAlBtn{display: inline-flex;gap:4px;background-color: white;border-radius: 16px;padding:4px 20px 4px 40px;align-items: center;justify-content: center;color: #104D76;position: relative;transition: 300ms;}
.teklifAlBtn img{height: 32px;width: 32px;border-radius: 100%;position: absolute;left:0;object-fit: contain;margin-right: auto;background-color: #104D76;padding: 8px;}
.teklifAlBtn:hover{background-color: #104D76;color: #fff;}




/* ── BLOG ────────────────────────────────────────────────── */
.usta-blog {
  padding: 0px 0;
  background: #fff;
}
.blog-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
  padding-bottom: 14px;
}
.blog-title {
  font-size: 22px;
  font-weight: 600;
  color: #104D7A;
  text-transform: uppercase;
  letter-spacing: .8px;
  margin: 0 auto;
}

.blog-all-link:hover { color: var(--navy) !important; border-color: var(--navy); }
.usta-blog-card { margin-bottom: 25px; border-radius: 4px; overflow: hidden; box-shadow: 0 2px 10px rgba(0,0,0,.07); transition: box-shadow 250ms; }
.usta-blog-card:hover { box-shadow: 0 6px 20px rgba(0,0,0,.12); }
.blog-img-wrap { display: block; position: relative; overflow: hidden; }
.blog-img-wrap img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  transition: transform 400ms;
}
.usta-blog-card:hover .blog-img-wrap img { transform: scale(1.05); }
.blog-img-overlay {
  position: absolute;
  inset: 0;
  background: rgba(27,47,82,.55);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 300ms;
}
.usta-blog-card:hover .blog-img-overlay { opacity: 1; }
.blog-img-overlay i { color: #fff; font-size: 28px; }
.blog-card-body { padding: 16px; border: 1px solid var(--border); border-top: 0; }
.blog-card-body h3 { font-size: 14px; font-weight: 700; color: var(--dark); margin: 0 0 6px; line-height: 1.4; }
.blog-card-body h3 a { color: var(--dark); }
.blog-card-body h3 a:hover { color: var(--red); }
.blog-card-body p { font-size: 12px; color: var(--light); margin: 0; line-height: 1.6; }

.btn-mavi{border:1px solid #008BDA;color:#008BDA;background-color: #fff;border-radius: 16px;padding:4px 20px;display: inline-flex;font-size: 13px;}
.btn-mavi:hover{background-color: #008BDA;color:#fff}

/* ── MUTLU MÜŞTERİLER / YORUMLAR ────────────────────────── */

.usta-reviews .container-fluid{padding: 0;}
.usta-reviews {background-position: center center;background-size: cover;background-repeat: no-repeat;
  padding: 0;
}
.reviews-left {
  display: flex;
  flex-direction: column;
}
.reviews-left-img {
  flex: 1;
  overflow: hidden;
  min-height: 280px;
}
.reviews-left-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.reviews-left-content {
  padding: 28px 30px 30px;
}
.reviews-left-content h3 {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 12px;position: relative;
  padding-bottom: 10px;
}
.reviews-left-content h3::before{content:'';position: absolute;left:0px;bottom:0px;width: 50px;height:1px;background-color: #fff;}
.reviews-left-content p {
  font-size: 16px;
  color: rgba(255,255,255);
  line-height: 1.7;
  margin-bottom: 16px;
}
.reviews-btn {
  border: 1px solid rgba(255,255,255) !important;
  color: #008BDA !important;
  background: #fff !important;
  border-radius: 12px !important;
  font-size: 12px !important;
  padding: 7px 20px !important;
  letter-spacing: .5px;
  transition: background 250ms, color 250ms;
}
.btn.reviews-btn:hover {
  background: #008BDA !important;
  color: #fff !important;
}
.reviews-grid {
  padding: 28px 24px 14px;
}
.review-card {
  background: linear-gradient(135deg, #e8f2fb 0%, #fff 55%);
  border-radius: 10px;
  border: 1px solid #0093FF;
  padding: 24px;
  margin-bottom: 16px;
  box-shadow: 0 2px 10px rgba(0,0,0,.08);
  transition: box-shadow 250ms, transform 250ms;
}
.review-card:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,.14);
  transform: translateY(-2px);
}
.review-card-header { margin-bottom: 8px; }
.review-name {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #003383;
  margin-bottom: 4px;
}
.review-stars { display: flex; gap: 2px; }
.review-star { color: #FFB800; font-size: 18px; line-height: 1; }
.review-star.empty { color: #ddd; }
.review-text {
  font-size: 14px;
  color: #5D5D5D;
  line-height: 1.65;
  margin: 0;
}
.reviews-powered {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  padding: 4px 8px 10px;
}
.reviews-powered span { font-size: 11px; color: rgba(255,255,255); }

@media (max-width: 767px) {
  .reviews-left-img { min-height: 200px; }
  .reviews-left-content { padding: 20px 20px 24px; }
  .reviews-grid { padding: 20px 16px 10px; }
}

/* ── HARİTA ──────────────────────────────────────────────── */
.usta-map { overflow: hidden; max-height: 350px; }
.usta-map iframe, .usta-map .google-map { width: 100%; height: 350px; }

/* ── FOOTER ──────────────────────────────────────────────── */
.usta-footer {
  background: #111820;
  padding: 50px 0 30px;
  color: #fff;
}
.footer-logo { max-width: 100%; margin-bottom: 30px; filter: brightness(0) invert(1); }
.footer-tagline { font-size: 11px; color: rgba(255,255,255,.4); margin-bottom: 22px; letter-spacing: .5px; }

/* Footer içindeki acil buton listesi */
.footer-acil-list { display: flex; flex-direction: column; gap: 6px; }
.footer-acil-list li a.btn-acil,
.footer-acil-list li a.btn-teklif {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 6px 14px 6px 40px;
  font-size: 11px;
  font-family: sans-serif;
  text-transform: uppercase;
  border-radius: 20px;
  white-space: nowrap;
  position: relative;
  width: fit-content;
}
.footer-acil-list li a img {
  position: absolute;
  left: 0;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  object-fit: contain;
}
.footer-acil-list li:nth-child(1) a img { background-color: #a81818; padding: 8px; }
.footer-acil-list li:nth-child(2) a img { background-color: #104D7A; padding: 8px; }

.footer-col-title {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 18px;
  padding-bottom: 0;
  border-bottom: none;
}
.footer-menu-col ul li { margin-bottom: 9px; }
.footer-menu-col ul li a {
  font-size: 12px;
  color: rgba(255,255,255);
  display: flex;
  align-items: center;
  gap: 0;
  transition: color 200ms;
  text-transform: uppercase;
  letter-spacing: .3px;
}
.footer-menu-col ul li a:hover { color: rgba(255,255,255,.6) }

/* Footer bottom bar */
.usta-footer-bottom {
  background: #fff;
  padding: 16px 30px;
  border-top: 2px solid var(--red);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.footer-bottom-left {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.footer-bottom-copy {
  font-size: 12px;
  color: #000;
  line-height: 1.4;
}
.footer-bottom-domain {
  font-size: 12px;
  color: rgba(255,255,255,.3);
  line-height: 1.4;
}
.footer-bottom-socials { display: flex; gap: 6px; }
.footer-bottom-socials a {

  background: rgba(255,255,255,.08);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: rgba(255,255,255,.55) !important;
  transition: background 200ms, color 200ms;
}
.footer-bottom-socials a:hover {
  background: rgba(255,255,255,.18);
  color: #fff !important;
}

.footer-bottom-socials a img{height:30px}

/* ── İÇ SAYFA BANNER ────────────────────────────────────── */
.usta-inner-banner {
  background: transparent linear-gradient(90deg, #104D7A 0%, #F2F2F2 100%);
  padding: 30px 0 30px 0;
  border-bottom: 1px solid var(--border);
}
.usta-inner-banner-content {
  padding-left: 30px;
}
.usta-breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #fff;
  margin-bottom: 10px;
}
.usta-breadcrumb a { color: #fff; }
.usta-breadcrumb a:hover { color: var(--red); }
.usta-breadcrumb .bc-sep { color: #fff; font-size: 14px; }
.usta-inner-banner h1 {
  font-size: 26px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}

/* ── İÇ SAYFA LAYOUT ─────────────────────────────────────── */

@media(min-width:1400px){
  .usta-page-layout .container {
    width:1400px
  }
}

.usta-page-layout .container {
  display: flex;
  align-items: flex-start;
  min-height: 60vh;margin:60px auto
}

/* Sol sidebar */
.usta-sidebar {
  width: 280px;
  min-width: 280px;
  background: #104D7A;
  flex-shrink: 0;
  position: relative;
  overflow: visible; /* bleed için visible olmalı */
  background-position: center right;background-size: contain;background-repeat: no-repeat;padding: 30px;border-radius: 0px 20px 20px 0px;
}
/* Sol bleed: arka plan sol viewport kenarına uzanır */
.usta-sidebar::before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  width: 100vw;
  height: 100%;
  background: #104D7A;
  z-index: 0;
  pointer-events: none;
}


.usta-sidebar .pageNavbarParent {
  background: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  position: relative;
  z-index: 1;
}

/* subMenu0: her zaman görünür */
.usta-sidebar .pageNavbar.subMenu0 {
  padding: 0 !important;
  background: transparent !important;
  height: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
  overflow: visible !important;
}
/* subMenu1: varsayılan gizli (accordion JS ile açılır) */
.usta-sidebar .pageNavbar.subMenu1 {
  display: none;
  padding: 0 !important;
  background: transparent !important;
}

/* ── Üst seviye: KURUMSAL satırı ── */
.usta-sidebar .pageNavbar.subMenu0 > li > a {
  display: flex !important;
  align-items: center !important;
  gap: 8px;
  padding: 8px 0 !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 1px;
  transition: background 200ms !important;position: relative;
}
/* Çizgi → gear ikonu efekti */
.usta-sidebar .pageNavbar.subMenu0 > li.active > a::before {
  content: '';
  right:110%;
  height: 1px;
  width: 100vw;
  background: rgba(255,255,255);position: absolute;
}
/* Gear ikonu */
.usta-sidebar .pageNavbar.subMenu0 > li.active > a span::before {
  content: '';background-image: var(--menuBg);position: absolute;left: -30px;top:50%;width: 20px;height: 20px;
  background-position: center;background-size: contain;transform: translateY(-50%);
}
/* > oku sağa it, açıkken döner */
.usta-sidebar .pageNavbar.subMenu0 > li > a i {
  margin-left: auto;
  font-size: 11px;
  color: rgba(255,255,255,.6);
  flex-shrink: 0;
  transition: transform 250ms;
}
.usta-sidebar .pageNavbar.subMenu0 > li > a i.open {
  transform: rotate(90deg);
}
.usta-sidebar .pageNavbar.subMenu0 > li > a:hover {
  background: rgba(0,0,0,.35) !important;
}

/* ── Alt menü öğeleri ── */
.usta-sidebar .pageNavbar.subMenu1 > li > a {
  display: flex !important;
  align-items: center !important;
  padding: 12px 18px !important;
  color: rgba(255,255,255) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
}
/* Alt menüdeki > ikonunu gizle */
.usta-sidebar .pageNavbar.subMenu1 > li > a i {
  display: none !important;
}
.usta-sidebar .pageNavbar.subMenu1 > li > a:hover {
  color: #fff !important;
  background: rgba(255,255,255,.06) !important;
}
.usta-sidebar .pageNavbar.subMenu1 > li > a.active {
  color: #fff !important;
  font-weight: 700 !important;
}

/* Sağ içerik */
.usta-page-content {
  flex: 1;
  position: relative;
  overflow: hidden;
  padding: 0px 50px 50px;
}
.page-content-bg {
  position: absolute;
  top: 0; right: -60px;
  width: 55%;
  height: 100%;
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
  opacity: .07;
  pointer-events: none;
  z-index: 0;
}
.page-content-inner {
  position: relative;
  z-index: 1;
}
.page-main-img {
  margin-bottom: 30px;
  border-radius: 6px;
}
.page-main-img img {
  width: 100%;
  display: block;
}
.page-main-title {
  font-size: 20px;
  font-weight: 500;
  color: #104D7A;
  text-transform: uppercase;
  letter-spacing: .8px;
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--border);
}
.page-main-body {
  font-size: 14px;
  color: var(--text);
  line-height: 1.8;
}
.page-main-body p { margin-bottom: 14px; }

@media (max-width: 991px) {
  .usta-page-layout { flex-direction: column; }
  .usta-sidebar { width: 100%; min-width: unset; }
  .usta-page-content { padding: 30px 20px 40px; }
  .page-content-bg { display: none; }
}
@media (max-width: 767px) {
  .usta-inner-banner { padding: 20px 0; }
  .usta-inner-banner-content { padding-left: 16px; }
  .usta-inner-banner h1 { font-size: 20px; }
  .usta-page-content { padding: 24px 16px 30px; }
}

/* ── MOBİL STICKY ALT BAR (mobile-first) ────────────────── */
.mobile-cta-bar {
  display: flex;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 -2px 12px rgba(0,0,0,.18);
  height: 64px;
}
.mobile-cta-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-decoration: none !important;
  font-size: 10px;
  font-weight: 600;
  color: #444 !important;
  border-right: 1px solid #eee;
  transition: background 150ms;
  -webkit-tap-highlight-color: transparent;
}
.mobile-cta-item:last-child { border-right: 0; }
.mobile-cta-item i { font-size: 24px; line-height: 1; }
.mobile-cta-item span { line-height: 1; }
.mobile-cta-item:active { background: #f5f5f5; }
.mobile-cta-wp    i { color: #25D366; }
.mobile-cta-phone i { color: #3a5ff5; }
.mobile-cta-maps  i { color: #EA4335; }
.mobile-cta-insta i { color: #C13584; }

/* Sayfanın içeriği bar'ın altına düşmesin */
body { padding-bottom: 64px; }

/* Masaüstünde gizle */
@media (min-width: 768px) {
  .mobile-cta-bar { display: none !important; }
  body { padding-bottom: 0; }
  /* Floating butonları masaüstünde göster */
}

/* ── FLOATING BUTTONS ────────────────────────────────────── */
.floating-btn {
  position: fixed;
  bottom: 30px;
  width: 52px; height: 52px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px;
  color: #fff !important;
  text-decoration: none !important;
  z-index: 9999;
  box-shadow: 0 4px 12px rgba(0,0,0,.25);
  transition: transform 200ms, box-shadow 200ms;
}
.floating-btn:hover { transform: scale(1.1); box-shadow: 0 6px 18px rgba(0,0,0,.3); }
.floating-whatsapp { left: 22px; background: var(--wp); }
.floating-phone { right: 22px; background: #3a5ff5; bottom: 22px; }

/* ── RESPONSIVE ─────────────────────────────────────────── */
@media (max-width: 1199px) {
  .usta-menu > li > a { padding: 10px 12px; font-size: 12px; }
  .btn-acil, .btn-teklif { padding: 9px 14px; font-size: 12px; }
}

@media (max-width: 991px) {
  /* Mobile nav */
  .usta-mobile-toggle { display: flex; right:15px;position: relative;}
  body.homepage .usta-mobile-toggle i{color:#fff}
  .usta-nav {
    position: fixed;
    top: 0; left: -280px;
    width: 280px;
    height: 100vh;
    background: var(--navy);
    z-index: 999;
    overflow-y: auto;
    transition: left 300ms ease;
    padding: 70px 0 30px;
  }
  .usta-nav.open { left: 0; }
  .usta-mobile-overlay.open { display: block; }
  .usta-menu { flex-direction: column; align-items: stretch; }
  .usta-menu > li > a {
    color: rgba(255,255,255,.85);
    border-bottom: 1px solid rgba(255,255,255,.08);
    padding: 14px 20px;
    font-size: 14px;
  }
  .usta-menu > li.active > a { color: #FFD700; }
  .usta-menu > li.active > a::after { display: none; }
  .usta-submenu {
    position: static;
    opacity: 1; visibility: visible;
    transform: none;
    background: rgba(0,0,0,.2);
    box-shadow: none;
    border-top: 0;
    display: none;
  }
  .usta-submenu.open { display: block; }
  .usta-submenu li a { color: rgba(255,255,255,.7); border-color: rgba(255,255,255,.08); }
  .usta-header-actions { display: none; }
  /* topbar */
  .usta-topbar-left { display: none; }
  /* About */
  .about-text { padding-right: 0; margin-bottom: 25px; }
  /* Projects panel */
  .projects-left-panel { min-height: auto; padding: 35px 25px; }
  .project-item img { height: 130px; }
  /* CTA */
  .cta-main { font-size: 20px; }
}

@media (max-width: 767px) {
  body.page .usta-menu > li > a{color: white;}
  .usta-header-inner { height: 65px; }
  .usta-logo img { height: 45px; }
  .usta-services { padding: 35px 0 15px; }
  .service-img img { height: 220px; }
  .usta-about { padding: 40px 0; }
  .usta-cta-band { padding: 40px 0; }
  .cta-main { font-size: 16px; }
  .usta-features { padding: 35px 0; }
  .usta-blog { padding: 0px 0; }
  .usta-footer { padding: 40px 0 20px; }
  .usta-footer-bottom { flex-direction: column; gap: 12px; text-align: center; padding: 16px; }
  .footer-bottom-left { align-items: center; }
  .usta-footer-bottom { text-align: center; }
  .footer-bottom-socials { justify-content: center; }
  .project-item img { height: auto;object-fit: contain; }
  .usta-cta-banners { padding: 0px 0; }
  .cta-banner-card { min-height: 250px; }


  .usta-page-layout .container{flex-direction: column;}

  .projects-grid .no-gutters{display: grid;grid-template-columns: repeat(1,1fr);}

  .usta-logo{padding: 30px 70px 10px 30px;}

  .usta-about-row{flex-direction: column-reverse;}
  .cta-sub{font-size: 18px;}


  .cta-banner-content{max-width: 55%;}
  .cta-banner-content h3{font-size: 13px;}

  .gazKacagiBtn,
  .teklifAlBtn{font-size: 11px;}
}
