/**
 * İzyem tema stilleri – şablon override'ları
 * Tüm kurallar base.html.twig içindeki satır içi stillerden taşındı.
 */

body, h1, h2, h3, h4, h5, h6, .navbar, .site-heading, .info, .breadcrumb, .btn, .top-bar-area, .f-item, .footer-bottom, input, textarea, select, label {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
}
img {
  object-fit: cover;
  object-position: center;
}
.navbar-brand img {
  object-fit: contain;
}
.top-bar-area .row {
  display: flex;
  align-items: center;
}
.top-bar-area .address-info {
  display: flex;
  align-items: center;
}
.top-bar-area .info-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 768px) and (max-width: 991px) {
  .top-bar-area .row {
    justify-content: space-between;
  }
  .top-bar-area .address-info {
    flex: 1;
    min-width: 0;
  }
  .top-bar-area .info-right {
    flex: 0 0 auto;
    max-width: none;
  }
}
.top-bar-area .item-flex {
  display: flex;
  align-items: center;
  float: none;
  gap: 12px;
}
.top-bar-area .info.box ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 20px;
}
.top-bar-area .info.box ul li {
  padding: 10px 0;
  margin: 0;
  float: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.top-bar-area .info li i {
  margin-right: 0 !important;
  padding: 0 !important;
  font-size: 0.85em;
  opacity: 0.9;
  flex-shrink: 0;
  line-height: 1;
  display: block !important;
}
.top-bar-area .info li i::after {
  display: none !important;
}
.top-bar-area .info li p {
  padding-left: 0 !important;
  margin: 0 !important;
  line-height: 1;
  display: flex !important;
  align-items: center;
}
.top-bar-area .social ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.top-bar-area .social li {
  padding: 0;
}
.services-area.half-bg .btn-theme.border {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.9);
}
.services-area.half-bg .btn-theme.border:hover {
  color: #fff !important;
  border-color: #f71735;
  background-color: #f71735;
}
.btn {
  border-radius: 1rem;
}
.top-bar-area .btn {
  border-radius: 0;
}
.btn-theme {
  min-height: 44px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.top-bar-area .info.box a {
  display: inline-flex;
  align-items: center;
}
.top-bar-area .info.box p {
  margin: 0;
}
a:focus-visible, button:focus-visible {
  outline: 2px solid #f71735;
  outline-offset: 2px;
}
a.card-clickable {
  display: block;
  text-decoration: none;
  color: inherit;
}
a.card-clickable:hover {
  color: inherit;
  text-decoration: none;
}
.stats-strip {
  background: #002147 !important;
  color: #fff;
}
.stats-strip .timer, .stats-strip .medium, .stats-strip .fun-fact {
  color: #fff !important;
}
.stats-strip .stats-icon {
  display: block;
  font-size: 3.25rem;
  margin-bottom: 8px;
  opacity: 0.9;
  color: #fff;
}
.solutions-cards-section .row .col-md-4 {
  margin-bottom: 24px;
}
.solutions-cards-section .row:last-of-type .col-md-4 {
  margin-bottom: 0;
}
.selected-products-section .row .col-md-3 {
  margin-bottom: 24px;
}
.selected-products-section .row:last-of-type .col-md-3 {
  margin-bottom: 0;
}
.projects-section .row .col-md-4 {
  margin-bottom: 24px;
}
.projects-section .row:last-of-type .col-md-4 {
  margin-bottom: 0;
}
.projects-section .item .thumb {
  padding: 0;
  position: relative;
}
.projects-section .item .thumb .overlay {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: none;
}
.certificates-section .item .info {
  padding: 8px 0 8px !important;
}
.certificates-section .item .info h4 {
  margin: 0 !important;
}
.product-groups-section .info h4 {
  margin-top: 8px !important;
  margin-bottom: 4px !important;
}
.projects-section .item .info {
  padding: 12px 16px 8px !important;
}
.projects-section .item .info h4 {
  margin: 0 0 6px !important;
}
.projects-section .item .info p {
  margin: 0 !important;
}
.faq-area .panel-body {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.newsletter-area.bg-theme h4 {
  font-size: 1.5rem !important;
}
footer.bg-dark .f-item.link .footer-contact-list li,
footer.bg-dark .f-item.link .footer-contact-list a {
  color: #fff !important;
}
footer.bg-dark .f-item.link .footer-contact-list a:hover {
  color: rgba(255, 255, 255, 0.85) !important;
}
.footer-phone, .footer-whatsapp, .footer-email {
  font-size: 1rem !important;
  margin: 0 0 6px 0 !important;
}
.footer-whatsapp a, .footer-email a {
  color: #fff !important;
  text-decoration: none;
}
.footer-whatsapp a:hover, .footer-email a:hover {
  color: rgba(255, 255, 255, 0.9) !important;
}
.footer-bottom .footer-powered {
  color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: none;
  margin-left: 0.5em;
}
.footer-bottom .footer-powered:hover {
  color: #fff !important;
}
.newsletter-area.bg-theme .btn-theme {
  background: #fff !important;
  color: #f71735 !important;
  border-color: #fff !important;
}
.newsletter-area.bg-theme .btn-theme:hover {
  background: #002147 !important;
  color: #fff !important;
  border-color: #002147 !important;
}
.banner-area .carousel-inner .item {
  min-height: 70vh;
}
.banner-area .box-table {
  min-height: 70vh;
}
.banner-area .carousel-zoom .slider-thumb {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  left: 0;
  top: 0;
}
.video-area .video-embed-wrap {
  visibility: visible !important;
  opacity: 1 !important;
}
.owl-carousel.owl-loaded,
.services-carousel.owl-carousel,
.announcements-carousel.owl-carousel {
  display: block !important;
}
/* Duyurular carousel: nav/dots (tek öğe gösterimi için) */
.services-area.inc-thumb .announcements-carousel .owl-nav { margin: 0; }
.services-area.inc-thumb .announcements-carousel .owl-nav .owl-prev,
.services-area.inc-thumb .announcements-carousel .owl-nav .owl-next {
  background: transparent; color: #fff; font-size: 30px; height: 40px; left: -50px;
  line-height: 40px; margin: -20px 0 0; padding: 0; position: absolute; top: 50%; width: 40px;
}
.services-area.inc-thumb .announcements-carousel .owl-nav .owl-next { left: auto; right: -50px; }
.services-area.inc-thumb .announcements-carousel .owl-dots { margin-top: 20px; margin-bottom: 8px; }
.services-area.inc-thumb .announcements-carousel .owl-dots .owl-dot span {
  height: 8px; background: #fff; width: 25px; margin: 0 5px; opacity: 1; border-radius: 30px;
}
.services-area.inc-thumb .announcements-carousel .owl-dots .owl-dot.active span {
  background: #f71735; width: 40px;
}
/* Blog & Duyurular: Devamını oku butonu – border + tema rengi yazı, hover’da beyaz yazı + tema arka plan */
#blog-carousel-section .info .btn-theme.border,
#duyurular .info .btn-theme.border {
  background: #fff !important;
  color: #f71735 !important;
  border: 2px solid #f71735 !important;
}
#blog-carousel-section .info .btn-theme.border:hover,
#duyurular .info .btn-theme.border:hover {
  background: #f71735 !important;
  color: #fff !important;
  border-color: #f71735 !important;
}
#blog-carousel-section .info .btn-theme.border {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.catalog-thumb-link {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: inherit;
}
.catalog-preview-icon {
  display: inline-block;
  width: 150px;
  height: 190px;
  background: #f5f5f5;
  border-radius: 8px;
  line-height: 190px;
  font-size: 3.5rem;
  color: #002147;
}
.catalog-hover-label {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 8px;
  background: rgba(0, 33, 71, 0.85);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.catalog-thumb-link:hover .catalog-hover-label {
  opacity: 1;
}
.quick-actions-section .row {
  display: flex;
  align-items: stretch;
}
.quick-actions-section .row > [class*="col-"] {
  display: flex;
}
.quick-actions-section .info.title {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.quick-actions-section .info.title .btn {
  margin-top: auto;
}
.about-intro-section .row {
  display: flex;
  align-items: center;
}
.about-intro-section .tabs-items {
  display: flex;
  align-items: center;
}
.about-intro-section .info.title {
  margin: 0;
  width: 100%;
}
.why-izyem-section .site-heading {
  text-align: left;
}
.why-izyem-list {
  margin: 0 0 24px 0;
  padding: 0;
  list-style: none;
}
.why-izyem-list li {
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
}
.why-izyem-list li i {
  flex-shrink: 0;
  margin-top: 0.2em;
}
.why-izyem-list li strong {
  white-space: nowrap;
  flex-shrink: 0;
}
.why-izyem-photos {
  position: relative;
  padding: 20px 0;
  min-height: 220px;
}
.why-izyem-img {
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  object-fit: cover;
  display: block;
}
.why-izyem-img-1 {
  width: 75%;
  max-width: 320px;
  height: auto;
  aspect-ratio: 4/3;
}
.why-izyem-img-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 65%;
  max-width: 280px;
  height: auto;
  aspect-ratio: 4/3;
  z-index: 1;
}
@media (max-width: 767px) {
  .why-izyem-section .site-heading {
    text-align: center;
  }
  .why-izyem-photos {
    min-height: 200px;
    margin-top: 24px;
  }
}
html {
  overflow-x: hidden;
}
.skip-to-content {
  position: absolute;
  left: -9999px;
  z-index: 999999;
  padding: 12px 16px;
  background: #002147;
  color: #fff;
}
.skip-to-content:focus {
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
}

/* --- Render / static sayfa yardımcı sınıfları (satır içi stil kaldırıldı) --- */
.banner-area .slider-thumb.hero-slide-bg {
  background-image: url(/assets/img/2440x1578.png);
}
.why-list-wrap {
  max-width: 700px;
  margin: 0 auto;
}
.why-list-wrap li {
  margin-bottom: 12px;
}
.why-list-wrap li i {
  margin-right: 0.5em;
}
.section-cta {
  margin-top: 20px;
}
.selected-products-section .item .item-inner,
.render-card-inner {
  padding: 15px;
  background: #f5f5f5;
}
.selected-products-section .item img,
.render-card-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.projects-section .item .thumb img,
.render-project-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.blog-carousel .info,
.render-blog-info {
  padding: 16px;
  background: #f9f9f9;
}
.blog-carousel .date,
.render-blog-date {
  font-size: 0.85em;
  color: #666;
}
.blog-carousel .info h4,
.render-blog-info h4 {
  margin: 8px 0;
}
.blog-carousel .info p,
.render-blog-info p {
  font-size: 0.9em;
  margin-bottom: 12px;
}
.blog-carousel .thumb img,
.render-blog-thumb-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.announcements-carousel .info.render-announcement-info,
.render-announcement-info {
  padding: 24px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  min-height: 180px;
}
.render-announcement-info .date {
  font-size: 0.85em;
  color: #666;
}
.render-announcement-info h4 {
  margin: 10px 0 12px;
}
.render-announcement-info p {
  font-size: 0.9em;
  margin-bottom: 16px;
}

/* --- Sayfa başlık alanı (contact, blog vb.) --- */
.site-title-area.page-banner {
  background-image: url(/assets/img/2440x1578.png);
}

/* --- Katalog kartları --- */
.catalog-card {
  margin-bottom: 24px;
}
.catalog-card h4 {
  margin-top: 12px;
  margin-bottom: 6px;
}
.catalog-card .text-muted {
  font-size: 0.9em;
}

/* --- Video embed (responsive) --- */
.video-embed-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 8px;
}
.video-embed-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* --- Final CTA banner (data-bg ile arka plan main.js'de atanır) --- */
.final-cta-banner {
  width: 100%;
  height: 400px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

/* --- Harita iframe --- */
iframe.maps-embed {
  border: 0;
}

/* --- Blog görselleri --- */
.post-featured-img,
.blog-list-img {
  width: 100%;
  height: auto;
}
.blog-list-placeholder {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
}
img.img-failed {
  display: none !important;
}
