/* ===========================
   BMCT Full Restored Design (FINAL)
   =========================== */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  font-family: Arial, sans-serif;
  background: #f4f4f4;
  color: #1c1c1c;
  line-height: 1.45;
}

/* ===========================
   HEADER TOP
   =========================== */

.top-row {
  background: #000;
  color: #FFD700;
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo img {
  height: 70px;
  width: auto;
}

.company-info {
  text-align: right;
}

.company-name {
  color: #FFD700;
  font-weight: bold;
  font-size: 1.1rem;
}

.slogan {
  font-style: italic;
  font-size: 0.85rem;
  opacity: 0.9;
  color: #f0d97a;
}

/* ===========================
   HERO SECTION
   =========================== */

.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 750px;
  overflow: hidden;
}

.hero video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
}

.overlay-btn {
  padding: 12px 20px;
  background: rgba(0,0,0,0.75);
  color: #FFD700;
  font-weight: 700;
  border-radius: 26px;
  text-decoration: none;
  font-size: 1rem;
}

/* ===========================
   ABOUT INTRO (HOME)
   =========================== */

.about-intro {
  background: #fff;
  margin: 40px auto;
  padding: 26px;
  max-width: 900px;
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.about-intro h2 {
  font-size: 1.6rem;
  font-weight: 800;
}

.read-more {
  display: inline-block;
  margin-top: 10px;
  background: #FFD700;
  color: #000;
  padding: 10px 18px;
  border-radius: 25px;
  font-weight: 700;
  text-decoration: none;
}

.read-more:hover {
  background: #000;
  color: #FFD700;
}

/* ===========================
   SERVICES SECTION
   =========================== */

.section-title {
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 20px;
}

.services {
  padding: 20px;
}

.services h2 {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 800;
  margin-bottom: 20px;
}

.services-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1100px;
  margin: auto;
}

.service-card {
  background: #fff;
  padding: 22px;
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  min-height: 160px;
  text-decoration: none;
  color: #000;
  transition: 0.2s;
}

.service-card:hover {
  transform: translateY(-6px);
}

.service-card h3 {
  color: #FFD700;
  margin-bottom: 8px;
  font-weight: 800;
}

/* ===========================
   ABOUT PAGE CSS
   =========================== */

.about-hero {
  width: 100%;
  height: 320px;
  background: #000 url('Photos/about-banner.jpg') center/cover no-repeat;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
}

.about-hero-content {
  position: relative;
  text-align: center;
  z-index: 2;
}

.about-hero-content h1 {
  font-size: 2.4rem;
  font-weight: 800;
  color: #FFD700;
  text-shadow: 0 0 10px rgba(0,0,0,0.9);
}

.about-hero-content p {
  color: #ffffff !important;
}

.about-intro-page {
  max-width: 900px;
  background: #fff;
  padding: 26px;
  margin: 40px auto;
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.about-intro-page h2 {
  font-size: 1.7rem;
  font-weight: 800;
  margin-bottom: 12px;
}

.about-intro-page p {
  line-height: 1.6;
  font-size: 1rem;
}

/* SERVICES inside About page */
.about-services {
  padding: 40px 20px;
  background: #f4f4f4;
}

.about-services h2 {
  text-align: center !important;
  font-weight: 800;
  margin-bottom: 25px;
}

.about-services .services-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1100px;
  margin: auto;
}

.about-services .service-card {
  background: #fff !important;
  padding: 22px;
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  text-decoration: none;
  color: #000 !important;
  transition: 0.2s;
}

.about-services .service-card:hover {
  transform: translateY(-6px);
}

.about-services .service-card h3 {
  background: transparent !important;
  color: #FFD700 !important;
  font-weight: 800 !important;
  margin-bottom: 10px;
}

/* Vision and Mission */
.vision-mission {
  display: flex;
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px;
  flex-wrap: wrap;
}

.vision,
.mission {
  background: #fff;
  flex: 1;
  min-width: 300px;
  padding: 24px;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.vision h3, .mission h3 {
  color: #FFD700;
  margin-bottom: 10px;
  font-size: 1.3rem;
  font-weight: 800;
}

/* CTA section */
.about-cta {
  background: #111;
  color: #FFD700;
  text-align: center;
  padding: 70px 20px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.about-cta h2 {
  margin-bottom: 30px;
}

.cta-btn {
  background: #FFD700;
  color: #000;
  padding: 14px 28px;
  border-radius: 25px;
  font-weight: 700;
  font-size: 1rem;
}

.cta-btn:hover {
  background: #fff;
}

/* ===========================
   RESPONSIVE MEDIA QUERIES
   =========================== */

/* Desktop only */
@media (min-width: 768px) {
  #menu { 
    display: none !important;
  }
}

/* Mobile & Tablet */
@media (max-width: 768px) {

  .hamburger {
    display: flex !important;
  }

  .desktop-menu {
    display: none !important;
  }

  .mobile-menu {
    width: 100%;
    padding: 0;
  }

  .services-container {
    grid-template-columns: 1fr !important;
    gap: 20px;
  }

  .about-hero {
    height: 260px;
    background-position: center;
  }

  .about-hero-content h1 {
    font-size: 1.9rem;
  }

  .about-hero-content p {
    font-size: .9rem;
  }

  .vision-mission {
    flex-direction: column;
    gap: 20px;
  }

  .hero {
    height: 380px;
  }

  .hero video {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .hero-overlay {
    bottom: 25px;
  }

  .overlay-btn {
    font-size: .9rem;
    padding: 10px 18px;
  }
}

/* Small phones */
@media (max-width: 480px) {

  .hero {
    height: 300px;
  }

  .hero-overlay {
    bottom: 20px;
  }

  .overlay-btn {
    font-size: .85rem;
    padding: 9px 16px;
  }

  .about-hero {
    height: 220px;
  }

  .about-hero-content h1 {
    font-size: 1.6rem;
  }

  .about-hero-content p {
    font-size: .85rem;
  }
}
