* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
}

.containernav {
  max-width: 1100px;
  margin: auto;
  padding: 0px 20px;
}

/* Navbar */
header {
  background-color: #000;
  padding: 15px 0;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 20px;
}

nav ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

nav ul li a:hover {
  text-decoration: underline;
}

/* Hero */
.hero {
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('https://via.placeholder.com/1200x500') center/cover no-repeat;
  color: #fff;
  padding: 100px 20px;
  text-align: center;
}

.hero h1 {
  font-size: 40px;
  margin-bottom: 20px;
}

.hero p {
  font-size: 18px;
  margin-bottom: 30px;
}

.btn {
  background-color: #fff;
  color: black;
  padding: 12px 25px;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
}

.btn:hover {
  background-color: gold;
}


/* About */
.about {
  background-color: #fff;
  padding: 60px 0;
  text-align: center;
}

.about h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

/* Contact */
.contact {
  background-color: #fff;
  padding: 60px 0;
  text-align: center;
}

.contact h2 {
  margin-bottom: 10px;
}

/* Footer */
footer {
  background-color: #fff;
  color: #000;
  text-align: center;
  padding: 20px 0;
}

.social-icons {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.social-icons a img {
  width: 32px;
  height: 32px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.social-icons a:hover img {
  transform: scale(1.1);
  opacity: 0.8;
}

body {
  font-family: Arial, sans-serif;
  background: #fff;
  margin: 0;
  padding: 20px;
}

.vendor-section {
  max-width: 1000px;
  margin: auto;
}

.vendor-section h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.slider-container {
  position: relative;
  display: flex;
  align-items: center;
}

.logo-slider {
  display: flex;
  overflow: hidden;
  gap: 30px;
  padding: 10px;
  scroll-behavior: smooth;
  width: 100%;
}

.logo-item {
  flex: 0 0 auto;
  width: 120px;
  height: 80px;
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.15); /* şəffaf və blur */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.logo-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.slider-btn {
  background-color: transparent;
  border: none;
  font-size: 28px;
  cursor: pointer;
  padding: 10px;
  color: #333;
  transition: 0.3s ease;
}

.slider-btn:hover {
  color: #000;
}


/* Modal arxa fon */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/* Modal iç məzmun */
.modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 30px;
  border-radius: 10px;
  width: 90%;
  max-width: 400px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.modal-content h2 {
  margin-bottom: 20px;
  color: #333;
  text-align: center;
}

.modal-content input {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 16px;
}

.modal-content .btn {
  width: 100%;
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 12px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.modal-content .btn:hover {
  background: #e6b800;
}

.close {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  color: #888;
}

.close:hover {
  color: #000;
}


.hero {
  background-image: url('images/background.jpg'); /* Buraya istədiyin şəkil linkini qoy */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 20px;
  color: white;
  text-align: center;
  position: relative;
}

/* Arxa fon üzərinə qaranlıq qat (şəffaf overlay) */
.hero::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* qaralma effekti */
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: auto;
}

.hero h1 {
  font-size: 48px;
  margin-bottom: 20px;
  color: #fff; /* sarı */
}

.hero p {
  font-size: 20px;
  color: #fff;
}


/* Ümumi bədən */
body {
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  background: #fff;
  color: #333;
}

/* Konteyner */
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* HERO bölməsi (şəkilli fon) */
.get-in-touch-hero {
  background-image: url('images/workcenter.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  text-align: center;
  padding: 100px 20px;
  position: relative;
}

.get-in-touch-hero::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.get-in-touch-hero .container {
  position: relative;
  z-index: 2;
}

.get-in-touch-hero h1 {
  font-size: 36px;
  margin-bottom: 15px;
}

.get-in-touch-hero p {
  font-size: 18px;
}

/* Əlaqə bölməsi */
.get-in-touch-section {
  background: #f8f9fa;
}

.get-in-touch-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.get-in-touch-info h2,
.get-in-touch-form h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #000; /* əvvəl: #004085 */
}

.get-in-touch-info p {
  font-size: 16px;
  margin-bottom: 10px;
}

/* Form sahələri */
.get-in-touch-form input,
.get-in-touch-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  box-sizing: border-box;
}

/* Göndər düyməsi */
.get-in-touch-form button {
  background-color: #000;
  color: white;
  padding: 12px 24px;
  border: none;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.get-in-touch-form button:hover {
  background-color: gold;
}

/* Xəritə bölməsi */
.map-section {
  padding: 60px 20px;
  background: #fff;
  text-align: center;
}

.map-section h2 {
  font-size: 28px;
  color: #000; /* əvvəl: #003366 */
}

.map-container iframe {
  border-radius: 12px;
  width: 100%;
  height: 350px;
  border: 1px solid #ccc;
}

/* Mobil uyğunluq */
@media (max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-hero h1 {
    font-size: 28px;
  }

  .contact-hero p {
    font-size: 16px;
  }

  .map-section h2 {
    font-size: 22px;
  }
}

.section-title {
  color: #000; /* əvvəl: #003366 və ya #007bff */
}