body {
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #f8f8f8;
    color: #333;
}
.navbar {
  transition: background-color 0.4s ease;
  height: 120px;
}
.nav-link{
    font-weight: bolder;
    font-family:'Montserrat';
    color: #000000;
    font-size: 17px;
}
.navbar-brand img {
  height: 150px;
  width: 150px;
  margin-top: 15px;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background: #000;
    color: #fff;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.menu a {
    color: white;
    margin-left: 20px;
    text-decoration: none;
    transition: color 0.3s;
}

.menu a:hover {
    color: #FFD700;
}

.slider {
    position: relative;
    height: 600px;
    overflow: hidden;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.slide.active {
    opacity: 1;
}

.slider-text {
    position: absolute;
    bottom: 50px;
    left: 50px;
    color: white;
    background: rgba(0,0,0,0.5);
    padding: 20px 30px;
    border-radius: 8px;
}

button.prev, button.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.6);
    color: white;
    border: none;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 50%;
}

button.prev { left: 20px; }
button.next { right: 20px; }

.services, .projects, .contact {
    padding: 50px 20px;
    text-align: center;
}

.service-grid, .project-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.service-card {
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  min-height: 280px;
  display: flex;
  align-items: flex-end;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  overflow: hidden;
}

.service-card:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 18px rgba(0,0,0,0.3);
}

.service-content {
  background: rgba(0, 0, 0, 0.65);
  padding: 20px;
  width: 100%;
  border-radius: 0 0 16px 16px;
}

.service-content h5 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #f1c40f;
  font-family: 'Montserrat', sans-serif;
}

.service-content p {
  font-size: 0.95rem;
  color: #f8f9fa;
}

.service-content a.btn {
  border-color: #f1c40f;
  color: #f1c40f;
}

.service-content a.btn:hover {
  background-color: #f1c40f;
  color: #000;
}

.card-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  color: #f1c40f;
  font-weight: bold;
}

.card-text {
  font-size: 0.95rem;
  color: #f8f9fa;
}

.project-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.contact a {
    display: inline-block;
    background: #25D366;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
}

.custom-slider {
    position: relative;
    width: 100%;
    height: 800px;
    overflow: hidden;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide.active {
    opacity: 1;
}

.slide-text {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 20px 30px;
    border-radius: 8px;
    text-align: center;
    animation: fadeInUp 1s ease;
}
.btn-outline-success{
  font-weight: bolder;
}
.btn-outline-light{
  font-weight: bolder;
}
.btn-outline-success:hover {
    background-color: #25d366;
    color: white;
}
.btn-outline-light:hover {
    background-color: rgb(255, 208, 0);
    color: #ffffff;
}

 .project-heading {
      text-align: center;
      font-family: 'Playfair Display', serif;
      font-size: 28px;
      color: #d4af37;
      padding: 25px 20px 15px;
      margin-bottom: 30px;
      letter-spacing: 1px;
    }
    .project-card {
      display: flex;
      flex-wrap: wrap;
      background: linear-gradient(135deg, #191919, #101010);
      border-radius: 14px;
      overflow: hidden;
      margin: 15px auto;
      max-width: 900px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.5);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .project-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 12px 30px rgba(255,215,0,0.1);
    }
    .project-slider {
      flex: 1 1 55%;
      position: relative;
    }
    .project-slide {
      display: none;
    }
    .project-slide.active {
      display: block;
    }
    .project-slide img,
    .project-slide video {
      width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
      border-radius: 14px 0 0 14px;
    }
    .project-info {
      flex: 1 1 45%;
      padding: 20px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      background: rgba(255,255,255,0.01);
      backdrop-filter: blur(6px);
    }
    .project-info h3 {
      margin-top: 0;
      color: #ffd700;
      margin-bottom: 8px;
    }
    .project-info p {
      margin: 6px 0;
      line-height: 1.5;
      color: rgba(255,255,255,0.8);
    }

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.hkmzorta{
  margin-top: 150px;
}

.custom-slider button.prev, .custom-slider button.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 24px;
    border-radius: 50%;
}

.custom-slider button.prev { left: 20px; }
.custom-slider button.next { right: 20px; }


@media (max-width: 968px) {
    .header {
        flex-direction: column;
    }
    .service-grid, .project-grid {
        flex-direction: column;
    }
      .service-card {
        height: 400px;
        width: 100%;
    }
    .service-content {
        padding: 15px;
    }
    .navbar-brand img {
     width: 130px;
     height: 130px;
  }
  .navbar{
    height: auto;
  }
  .hkmzorta{
  margin-top: 300px;
}

}

    @media (max-width: 768px) {
      .project-card {
        flex-direction: column;
      }
      .project-slide img,
      .project-slide video {
        border-radius: 14px 14px 0 0;
      }
      .project-info {
        border-radius: 0 0 14px 14px;
      }
    }
     body.instagram-browser .project-slide img,
    body.instagram-browser .project-slide video {
      width: 100% !important;
      height: auto !important;
      max-height: 210px !important;
      object-fit: cover !important;
      display: block !important;
      margin: auto;
    }
    body.instagram-browser .project-slide {
      height: 220px !important;
    }

@media (max-width: 576px) {
  .service-content h5, .card-title {
    font-size: 1.1rem;
  }
  .service-content p, .card-text {
    font-size: 0.9rem;
  }
}
