/* DİSİ Asansör — brand overrides on top of the Start Bootstrap Agency theme */

/* Tighten the theme's default section spacing (was 9rem top/bottom on desktop) */
.page-section {
  padding: 4rem 0;
}

@media (min-width: 768px) {
  section {
    padding: 5rem 0;
  }
}

.page-section h3.section-subheading,
.page-section .section-subheading.h3 {
  margin-bottom: 2.5rem;
}

#mainNav .navbar-brand img {
  height: 2.75rem;
  border-radius: 6px;
}

@media (min-width: 992px) {
  #mainNav .navbar-brand img {
    height: 3.25rem;
  }
  #mainNav.navbar-shrink .navbar-brand img {
    height: 2.25rem;
  }
}

/* Masthead: DİSİ service van photo with a dark gradient for text legibility */
header.masthead {
  background-image: linear-gradient(160deg, rgba(10, 14, 20, 0.82) 0%, rgba(16, 20, 26, 0.78) 55%, rgba(20, 25, 32, 0.85) 100%), url("../assets/img/hero-van.jpg");
  background-repeat: no-repeat;
  background-position: center 30%;
  background-size: cover;
}

header.masthead .masthead-heading,
header.masthead .masthead-subheading {
  overflow-wrap: break-word;
}

@media (max-width: 575.98px) {
  header.masthead {
    padding-top: 8.5rem;
  }
  header.masthead .masthead-subheading {
    font-size: 1.15rem;
    line-height: 1.4;
  }
  header.masthead .masthead-heading {
    font-size: 2.15rem;
    line-height: 1.25;
    margin-bottom: 1.5rem;
  }
}

header.masthead .masthead-lead {
  max-width: 640px;
  margin: 0 auto 2.5rem;
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.85);
}

header.masthead .masthead-cta {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1.75rem;
}

header.masthead .masthead-badges {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
}

header.masthead .masthead-badges i {
  color: #c9a227;
  margin-right: 0.35rem;
}

section#contact {
  background-color: #12161c;
  background-image: none;
}

.contact-lead {
  max-width: 620px;
  margin: 0 auto 2rem;
  font-size: 1.05rem;
}

/* Process steps */
.process-step {
  padding: 1rem;
}

.process-number {
  width: 3rem;
  height: 3rem;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #c9a227;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
}

/* About photo */
.about-photo {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  border-radius: 10px;
}

.about-intro {
  font-size: 1.05rem;
  margin-bottom: 1.5rem;
}

.about-list li {
  margin-bottom: 1rem;
  font-size: 1.02rem;
  color: #495057;
}

/* Gallery */
.gallery-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.gallery-item img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}

.gallery-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.85rem 1rem;
  background: linear-gradient(to top, rgba(10, 14, 20, 0.85), transparent);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.footer-logo {
  height: 2.5rem;
  border-radius: 6px;
  vertical-align: middle;
}

.footer-tagline {
  color: #6c757d;
  font-size: 0.9rem;
}

.contact-cta {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
