
body {
  background-color: #fff;
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
  line-height: 1.6;
  color: #504d4d;
  margin: 0;
  padding: 0;
}

#home {
  background: url("nakliyat.png") no-repeat center center/cover;
  position: relative;
  height: 100vh;
  min-height: 600px;
}

#home .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 1;
}

#home .container {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}

#home .btn-success {
  font-size: 18px;
  padding: 12px 25px;
  border-radius: 5px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  transition: transform 0.2s ease, background-color 0.2s ease;
}

#home .btn-success:hover {
  transform: scale(1.05);
  background-color: #28a745cc;
}

.custom-card {
  transition: transform 0.3s, box-shadow 0.3s;
}

.custom-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.15);
}

.phone-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #28a745;
  color: #fff;
  padding: 15px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  font-size: 20px;
  transition: 0.3s;
  z-index: 1000;
}

.phone-icon:hover {
  background: #1e7e34;
  transform: scale(1.1);
}

.text-blue {
  color: #5999d5;
}

.navbar-brand .logo-text {
  font-weight: 700;
  color: #5999d5;
}

@media (max-width: 768px) {
  #home h1 {
    font-size: 2rem;
  }
  #home h2 {
    font-size: 1.2rem;
  }
}
