/* FD Elektronik — #a81917 primary, #1b1e26 secondary */
:root {
  --fd-primary: #a81917;
  --fd-primary-dark: #8a1412;
  --fd-secondary: #1b1e26;
  --fd-bg-alt: #f9f9f9;
  --fd-text: #252525;
  --fd-muted: #5a6478;
  --fd-container: 1380px;
}

/* ===== Container ===== */
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }

  .container-max,
  .fd-container {
    max-width: var(--fd-container) !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.fd-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* ===== Global brand overrides ===== */
.sp-color1,
.sp-color2 {
  color: var(--fd-primary) !important;
}

.btn-bg-one,
.btn-bg-two {
  background-color: var(--fd-primary) !important;
  border-color: var(--fd-primary) !important;
  color: #fff !important;
}

.btn-bg-one:hover,
.btn-bg-two:hover {
  background-color: var(--fd-primary-dark) !important;
  border-color: var(--fd-primary-dark) !important;
  color: #fff !important;
}

.section-title h2 {
  color: var(--fd-text) !important;
}

.section-title p {
  color: var(--fd-muted) !important;
}

.read-btn {
  color: var(--fd-primary) !important;
}

.read-btn:hover {
  color: var(--fd-primary-dark) !important;
}

/* ===== Top header ===== */
.top-header {
  padding: 10px 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.top-header-bg {
  background-color: #f9f9f9 !important;
}

.top-head-left {
  float: none !important;
}

.fd-topbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 28px;
}

.fd-topbar-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #000;
  font-size: 14px;
  margin: 0;
}

.fd-topbar-item i {
  color: var(--fd-primary);
  font-size: 18px;
}

.fd-topbar-item a {
  color: #000 !important;
  text-decoration: none;
  font-weight: 500;
}

.fd-topbar-item a:hover {
  color: var(--fd-primary) !important;
}

.top-header-right {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  float: none !important;
}

.top-header-right .top-header-social ul li a {
  background: rgba(0, 0, 0, 0.06) !important;
  color: #000 !important;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.top-header-right .top-header-social ul li a:hover {
  background: var(--fd-primary) !important;
  color: #fff !important;
}

/* ===== Navbar ===== */
.main-nav {
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(27, 30, 38, 0.06);
}

.navbar-nav .nav-link,
.main-nav nav .navbar-nav .nav-item a {
  color: var(--fd-text) !important;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-item.active > .nav-link,
.main-nav nav .navbar-nav > .nav-item:hover > a,
.main-nav nav .navbar-nav > .nav-item > a.active,
.main-nav nav .navbar-nav > .nav-item > a:hover,
.main-nav nav .navbar-nav > .nav-item > a:focus {
  color: var(--fd-primary) !important;
}

.main-nav nav .navbar-nav > .nav-item > a::before,
.main-nav nav .navbar-nav > .nav-item:hover > a::before,
.main-nav nav .navbar-nav > .nav-item > a.active::before,
.main-nav nav .navbar-nav > .nav-item > a:hover::before,
.main-nav nav .navbar-nav > .nav-item > a:focus::before {
  background-color: var(--fd-primary) !important;
}

.main-nav nav .navbar-nav > .nav-item > a:hover i,
.main-nav nav .navbar-nav > .nav-item > a:focus i,
.main-nav nav .navbar-nav > .nav-item > a.active i,
.main-nav nav .navbar-nav > .nav-item:hover > a i,
.main-nav nav .navbar-nav > .nav-item > .active i {
  color: var(--fd-primary) !important;
}

/* Desktop submenu hover — white text on red background */
@media (min-width: 992px) {
  .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    color: var(--fd-text) !important;
  }

  .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
    background-color: var(--fd-primary) !important;
  }

  .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
  .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus,
  .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #fff !important;
    padding-left: 35px;
  }

  .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover i,
  .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus i,
  .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active i {
    color: #fff !important;
  }

  .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before,
  .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus::before,
  .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active::before {
    width: 100%;
    background-color: var(--fd-primary) !important;
  }
}

.mean-container .mean-nav ul li a:hover,
.mean-container .mean-nav ul li a.mean-expand:hover,
.mean-container .mean-nav ul li.active > a {
  color: var(--fd-primary) !important;
}

.fd-logo {
  max-height: 58px;
  width: auto;
}

.mobile-nav .fd-logo {
  max-height: 46px;
}

/* ===== Sections ===== */
.fd-section-alt {
  background-color: var(--fd-bg-alt) !important;
}

.fd-section-white {
  background-color: #fff !important;
}

/* Fix white text on light sections from template */
.fd-section-alt .about-content-2 .section-title h2,
.fd-section-white .about-content-2 .section-title h2,
.fd-section-alt .about-content-2 .section-title p,
.fd-section-white .about-content-2 .section-title p,
.fd-section-alt .about-content-2 .about-card .content h3,
.fd-section-white .about-content-2 .about-card .content h3,
.fd-section-alt .about-content-2 .about-card p,
.fd-section-white .about-content-2 .about-card p {
  color: var(--fd-text) !important;
}

.fd-section-alt .about-content-2 .about-card .content i,
.fd-section-white .about-content-2 .about-card .content i {
  color: var(--fd-primary) !important;
}

.about-area.about-bg.fd-section-alt,
.about-area.fd-section-alt {
  background-color: var(--fd-bg-alt) !important;
}

/* ===== Hero / Slider ===== */
.fd-hero {
  position: relative;
  min-height: 88vh;
  overflow: hidden;
  background: var(--fd-secondary);
}

.fd-hero-swiper,
.fd-hero-swiper .swiper-wrapper,
.fd-hero-swiper .swiper-slide {
  min-height: 88vh;
}

.fd-hero-swiper {
  width: 100%;
}

.fd-hero-swiper .swiper-slide {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.fd-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.fd-hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(27, 30, 38, 0.78) 0%, rgba(27, 30, 38, 0.58) 45%, rgba(27, 30, 38, 0.22) 100%);
}

.fd-hero .container-fluid {
  position: relative;
  z-index: 2;
  width: 100%;
}

.fd-hero .container-max {
  position: relative;
  z-index: 2;
}

.fd-hero-tag {
  display: inline-block;
  color: #fff !important;
  opacity: 0.9;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 12px;
}

.fd-hero-pagination {
  bottom: 28px !important;
  z-index: 5;
}

.fd-hero-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.45);
  opacity: 1;
  width: 10px;
  height: 10px;
  transition: width 0.25s ease, background 0.25s ease;
}

.fd-hero-pagination .swiper-pagination-bullet-active {
  background: var(--fd-primary);
  width: 28px;
  border-radius: 5px;
}

.fd-hero-prev,
.fd-hero-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff !important;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
  z-index: 5;
}

.fd-hero-prev::after,
.fd-hero-next::after {
  font-size: 18px;
  font-weight: 700;
}

.fd-hero-prev:hover,
.fd-hero-next:hover {
  background: var(--fd-primary);
  border-color: var(--fd-primary);
}

.fd-hero-prev {
  left: 24px;
}

.fd-hero-next {
  right: 24px;
}

.fd-hero-swiper .swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.fd-hero-content {
  max-width: 640px;
  padding: 80px 0;
}

.fd-hero-content h1 {
  color: #fff !important;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.fd-hero-content p {
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 32px;
  max-width: 560px;
}

.fd-hero .fd-btn-outline {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.7) !important;
  color: #fff !important;
}

.fd-hero .fd-btn-outline:hover {
  background: #fff !important;
  color: var(--fd-secondary) !important;
  border-color: #fff !important;
}

.fd-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 40px;
  max-width: 560px;
}

.fd-hero-stat {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 18px 16px;
  text-align: center;
}

.fd-hero-stat strong {
  display: block;
  color: #fff;
  font-size: 28px;
  line-height: 1.1;
  margin-bottom: 4px;
}

.fd-hero-stat span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
}

/* ===== Services — image / title / text layout ===== */
.services-area-three .section-title h2 {
  max-width: 100% !important;
}

.services-area-three.fd-section-white {
  background-color: #fff !important;
}

.services-area-three .row.pt-45 {
  row-gap: 15px;
  margin-top: 15px;
}

.services-area-three .row.pt-45 > [class*='col-'] {
  margin-top: 15px;
}

.fd-service-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(27, 30, 38, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  margin-bottom: 15px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.fd-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(27, 30, 38, 0.12);
}

.fd-service-card-img {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.fd-service-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.fd-service-card:hover .fd-service-card-img img {
  transform: scale(1.04);
}

.fd-service-card-body {
  padding: 24px 24px 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.fd-service-card-body h3 {
  font-size: 20px;
  margin: 0 0 12px;
  line-height: 1.35;
}

.fd-service-card-body h3 a {
  color: var(--fd-text) !important;
  text-decoration: none;
}

.fd-service-card-body h3 a:hover {
  color: var(--fd-primary) !important;
}

.fd-service-card-body p {
  color: var(--fd-muted);
  font-size: 15px;
  line-height: 1.65;
  margin: 0 0 16px;
  flex: 1;
}

.fd-service-link {
  color: var(--fd-primary) !important;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.fd-service-link:hover {
  color: var(--fd-primary-dark) !important;
}

/* Hide old overlapping service cards if any remain */
.services-item .content {
  position: static !important;
  width: 100% !important;
  padding: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
}

/* ===== Blog ===== */
.blog-card .blog-img .blog-tag {
  background-color: var(--fd-primary) !important;
}

.blog-card .content ul li a i {
  color: var(--fd-primary) !important;
}

.blog-card .content h3 a {
  color: var(--fd-text) !important;
}

.blog-card .content h3 a:hover,
.blog-card:hover .content h3 a {
  color: var(--fd-primary) !important;
}

.blog-card .content ul li a:hover,
.blog-card .content ul li a:hover i {
  color: var(--fd-primary) !important;
}

.blog-card .content .read-btn {
  color: var(--fd-primary) !important;
}

.blog-card .content .read-btn:hover {
  color: var(--fd-primary-dark) !important;
}

.blog-card .blog-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
}

/* ===== Referanslar ===== */
.brand-area-two.fd-section-white {
  background-color: #fff !important;
}

.brand-area-two.fd-section-white::before {
  display: none !important;
}

.fd-ref-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.fd-ref-desc {
  max-width: 560px;
  margin: 0 auto;
}

.fd-ref-item {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 24px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.fd-ref-logo {
  max-height: 46px;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: brightness(0);
  opacity: 0.82;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.fd-ref-item:hover {
  border-color: var(--fd-primary);
  box-shadow: 0 8px 24px rgba(168, 25, 23, 0.08);
}

.fd-ref-item:hover .fd-ref-logo {
  opacity: 1;
  transform: scale(1.03);
}

@media (max-width: 1199px) {
  .fd-ref-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 575px) {
  .fd-ref-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ===== Footer ===== */
.footer-bg {
  background-color: #fff !important;
}

.footer-widget h3 {
  color: var(--fd-text) !important;
}

.footer-widget p,
.footer-widget .footer-list li a,
.footer-widget .footer-blog li h3 a {
  color: var(--fd-text) !important;
}

.fd-footer-logo {
  max-width: 200px;
  max-height: 64px;
  width: auto;
  filter: none;
}

.fd-footer-phone {
  color: var(--fd-text);
}

.fd-footer-phone strong {
  color: var(--fd-text);
}

.fd-footer-phone a {
  color: var(--fd-primary) !important;
  text-decoration: none;
  font-weight: 600;
}

.fd-footer-phone a:hover {
  color: var(--fd-primary-dark) !important;
}

.copy-right-area {
  background-color: #fff !important;
  border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
  padding: 18px 0 !important;
  margin-top: 0;
}

.copy-right-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.copy-right-text {
  text-align: left !important;
}

.copy-right-text p {
  color: var(--fd-muted) !important;
  font-size: 14px;
  margin-bottom: 0;
}

.copy-right-credit {
  margin-left: auto;
}

.copy-right-credit img {
  display: block;
  width: auto;
  height: 25px;
  filter: brightness(0);
}

@media (max-width: 767px) {
  .copy-right-inner {
    flex-direction: column;
    text-align: center;
  }

  .copy-right-text {
    text-align: center !important;
  }

  .copy-right-credit {
    margin-left: 0;
  }
}

.copy-right-text p a {
  color: var(--fd-primary) !important;
  border-bottom-color: var(--fd-primary) !important;
}

.copy-right-text p a:hover {
  color: var(--fd-primary-dark) !important;
  border-bottom-color: var(--fd-primary-dark) !important;
}

.footer-widget .footer-call-content {
  background: var(--fd-bg-alt) !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.footer-widget .footer-call-content h3 {
  color: var(--fd-text) !important;
}

.footer-widget .footer-call-content span a {
  color: var(--fd-primary) !important;
  font-weight: 600;
}

.footer-widget .footer-call-content i {
  background-color: rgba(168, 25, 23, 0.12) !important;
  color: var(--fd-primary) !important;
}

.footer-widget .footer-call-content:hover i {
  background-color: var(--fd-primary) !important;
  color: #fff !important;
}

.footer-widget .footer-call-content span a:hover,
.footer-widget .footer-list li a:hover,
.footer-widget .footer-blog li h3 a:hover,
.footer-widget .footer-blog li:hover h3 a {
  color: var(--fd-primary) !important;
}

.footer-widget .footer-list li a i {
  color: var(--fd-primary) !important;
}

.footer-widget .footer-blog li span {
  color: var(--fd-muted) !important;
}

.footer-widget .footer-blog li a img {
  border-radius: 8px;
  object-fit: cover;
  width: 70px;
  height: 70px;
}

/* ===== Teklif Section ===== */
.fd-teklif-section {
  background-color: var(--fd-bg-alt) !important;
}

.fd-teklif-head {
  max-width: 640px;
  margin: 0 auto 48px;
  text-align: center !important;
}

.fd-teklif-head span,
.fd-teklif-head h2,
.fd-teklif-head p {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}

.fd-teklif-head p {
  margin-bottom: 0;
  max-width: 640px;
  color: var(--fd-muted);
  line-height: 1.7;
}

.fd-teklif-panel {
  background: #fff;
  border: 1px solid rgba(27, 30, 38, 0.08);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(27, 30, 38, 0.06);
}

.fd-teklif-info {
  height: 100%;
  background: #eceef1;
  color: var(--fd-text);
  padding: 48px 40px;
}

.fd-teklif-info h3 {
  color: var(--fd-text);
  font-size: 26px;
  line-height: 1.35;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

.fd-teklif-info > p {
  color: var(--fd-muted);
  line-height: 1.7;
  margin-bottom: 32px;
}

.fd-teklif-features {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
}

.fd-teklif-features li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(27, 30, 38, 0.08);
}

.fd-teklif-features li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.fd-teklif-icon {
  width: 50px;
  height: 50px;
  display: flex;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(27, 30, 38, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(27, 30, 38, 0.06);
}

.fd-teklif-icon i {
  font-size: 20px !important;
  line-height: 1 !important;
  color: var(--fd-primary) !important;
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
}

.fd-teklif-features strong {
  display: block;
  color: var(--fd-text);
  font-size: 15px;
  margin-bottom: 2px;
}

.fd-teklif-features span {
  color: var(--fd-muted);
  font-size: 13px;
  line-height: 1.5;
}

.fd-teklif-contact {
  border-top: 1px solid rgba(27, 30, 38, 0.08);
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.fd-teklif-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  color: var(--fd-text);
  text-decoration: none;
  font-size: 14px;
  line-height: 1.6;
}

.fd-teklif-contact-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: rgba(168, 25, 23, 0.1);
  border: 1px solid rgba(168, 25, 23, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.fd-teklif-contact-icon i {
  font-size: 16px !important;
  line-height: 1 !important;
  color: var(--fd-primary) !important;
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
}

.fd-teklif-contact-item:hover {
  color: var(--fd-primary);
}

.fd-teklif-form {
  padding: 48px 40px;
}

.fd-teklif-form-title {
  font-size: 22px;
  color: var(--fd-text);
  margin-bottom: 6px;
  letter-spacing: -0.02em;
}

.fd-teklif-form-desc {
  color: var(--fd-muted);
  font-size: 14px;
  margin-bottom: 28px;
}

.fd-field {
  margin-bottom: 20px;
}

.fd-field label {
  display: block;
  color: var(--fd-text);
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 8px;
}

.fd-field label span {
  color: var(--fd-primary);
}

.fd-teklif-form .form-control {
  width: 100%;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  padding: 13px 16px;
  height: auto;
  font-size: 15px;
  color: var(--fd-text);
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.fd-teklif-form .form-control::placeholder {
  color: #9aa3b2;
}

.fd-teklif-form .form-control:focus {
  border-color: var(--fd-primary);
  box-shadow: 0 0 0 3px rgba(168, 25, 23, 0.12);
  outline: none;
}

.fd-teklif-form select.form-control {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%235a6478' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}

.fd-teklif-form textarea.form-control {
  resize: vertical;
  min-height: 120px;
}

.fd-teklif-submit {
  margin-top: 4px;
  padding: 14px 28px !important;
}

@media (max-width: 991px) {
  .fd-teklif-info,
  .fd-teklif-form {
    padding: 36px 28px;
  }

  .fd-teklif-head {
    margin-bottom: 32px;
  }
}

@media (max-width: 575px) {
  .fd-teklif-info,
  .fd-teklif-form {
    padding: 28px 20px;
  }
}

/* Legacy teklif classes (katalog etc.) */
.fd-teklif-wrap {
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 8px 30px rgba(27, 30, 38, 0.08);
}

.fd-teklif-wrap label {
  color: var(--fd-text);
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 6px;
}

.fd-teklif-wrap .form-control {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 12px 14px;
  height: auto;
}

.fd-teklif-wrap .form-control:focus {
  border-color: var(--fd-primary);
  box-shadow: 0 0 0 0.15rem rgba(168, 25, 23, 0.15);
}

.fd-teklif-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}

.fd-teklif-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  color: var(--fd-muted);
}

.fd-teklif-list li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  color: var(--fd-primary);
  font-weight: 700;
}

.fd-katalog-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
}

.fd-katalog-list li {
  padding: 10px 0 10px 22px;
  position: relative;
  color: var(--fd-muted);
  border-bottom: 1px solid #eee;
}

.fd-katalog-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 18px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--fd-primary);
}

.contact-area .section-title h2,
.contact-area .section-title p,
.fd-teklif-section .section-title h2,
.fd-teklif-section .section-title p {
  color: var(--fd-text) !important;
}

/* ===== GTranslate ===== */
.gtranslate_wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
}

.gtranslate_wrapper img {
  width: 22px;
  height: auto;
  border-radius: 2px;
}

.gtranslate-mobile {
  display: none;
}

@media (max-width: 991px) {
  .top-header {
    display: none !important;
  }

  .gtranslate-top {
    display: none !important;
  }

  .mobile-nav .logo {
    top: 10px !important;
  }

  .mobile-nav .logo img,
  .mobile-nav .fd-logo {
    max-height: 52px !important;
    max-width: 158px !important;
    width: auto;
  }

  .mobile-nav .gtranslate-mobile {
    display: flex !important;
    position: absolute;
    left: 50%;
    top: 0;
    height: 70px;
    transform: translateX(-50%);
    align-items: center;
    justify-content: center;
    z-index: 1000;
    margin: 0;
    gap: 10px;
  }

  .mobile-nav .gtranslate-mobile img {
    width: 34px !important;
    height: auto !important;
    border-radius: 3px;
  }

  .mobile-nav.mean-container {
    position: relative;
  }

  .mean-container a.meanmenu-reveal {
    color: var(--fd-primary) !important;
  }

  .mean-container a.meanmenu-reveal span {
    background: var(--fd-primary) !important;
  }

  .fd-hero {
    /* margin-top: 12px; */
  }

  .fd-hero-swiper {
    margin-top: 73px;
  }

  .fd-hero,
  .fd-hero-swiper,
  .fd-hero-swiper .swiper-wrapper,
  .fd-hero-swiper .swiper-slide {
    min-height: auto;
  }

  .fd-hero-content {
    padding: 95px 0 90px;
  }

  .fd-hero-content h1 {
    margin-bottom: 18px;
  }

  .fd-hero-content p {
    margin-bottom: 26px;
  }

  .fd-hero-content .banner-btn {
    margin-bottom: 10px;
    row-gap: 12px;
  }

  .fd-hero-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    max-width: 100%;
    margin-top: 34px;
  }

  .fd-hero-prev,
  .fd-hero-next {
    width: 40px;
    height: 40px;
  }

  .fd-hero-prev {
    left: 12px;
  }

  .fd-hero-next {
    right: 12px;
  }

  .fd-hero-pagination {
    bottom: 18px !important;
  }

  .fd-hero-stat {
    padding: 12px 6px;
  }

  .fd-hero-stat strong {
    font-size: 20px;
  }

  .fd-hero-stat span {
    font-size: 11px;
    line-height: 1.3;
  }

  .fd-topbar {
    gap: 10px;
  }

  .fd-topbar-item.fd-hide-mobile {
    display: none;
  }

  .fd-teklif-features li {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
  }

  .fd-teklif-icon {
    margin: 0 auto;
  }

  .fd-teklif-features strong,
  .fd-teklif-features span {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .gtranslate-mobile {
    display: none !important;
  }
}

/* ===== Preloader ===== */
.preloader.fd-preloader {
  background: #f9f9f9 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fd-preloader-inner {
  text-align: center;
  padding: 20px;
}

.fd-preloader-logo-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.fd-preloader-logo {
  max-width: 190px;
  width: 100%;
  height: auto;
  animation: fd-preloader-pulse 1.8s ease-in-out infinite;
}

.fd-preloader-bar {
  width: 140px;
  height: 3px;
  margin: 32px auto 0;
  background: rgba(27, 30, 38, 0.08);
  border-radius: 999px;
  overflow: hidden;
}

.fd-preloader-bar span {
  display: block;
  width: 45%;
  height: 100%;
  background: linear-gradient(90deg, var(--fd-primary), #d43a38);
  border-radius: 999px;
  animation: fd-preloader-slide 1.3s ease-in-out infinite;
}

@keyframes fd-preloader-pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.92;
    transform: scale(0.98);
  }
}

@keyframes fd-preloader-slide {
  0% { transform: translateX(-120%); }
  100% { transform: translateX(280%); }
}

.go-top,
.go-top.active,
.go-top:hover {
  background: var(--fd-primary) !important;
  background-color: var(--fd-primary) !important;
  color: #fff !important;
}

.go-top:hover {
  background: var(--fd-primary-dark) !important;
  background-color: var(--fd-primary-dark) !important;
}

.go-top i {
  color: #fff !important;
}

.nav-side .search-side-widget,
.side-nav-responsive,
.search-overlay,
.switch-box {
  display: none !important;
}

.about-img-2 img {
  width: 100%;
  object-fit: cover;
  max-height: 420px;
}
