/* GENERAL */
body { font-family: 'Inter', sans-serif; margin: 0; }

/* NAVBAR */
.navbar {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.navbar .logo {
  height: 130px;
  transition: height 0.3s;
}

.navbar .navbar-brand span {
  font-size: 1.4rem;
}

.navbar-nav .nav-link {
  font-size: 1.15rem;
  font-weight: 600;
}

/* SPLIT HERO SECTION */
.hero-left {
  background: #0c1c2c;
  color: white;
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem;
}

.hero-carousel-img {
  height: 80vh;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .hero-left {
    min-height: auto;
    padding: 2.5rem 1.5rem;
  }
  .hero-carousel-img {
    height: 50vh;
  }
  .navbar .logo {
    height: 110px;
  }
  .navbar .navbar-brand span {
    font-size: 1.25rem;
  }
  .navbar-nav .nav-link {
    font-size: 1.1rem;
  }
}

/* CTA SECTION */
.cta-section {
  background: url('images/cta.jpg') center/cover no-repeat;
  height: 40vh;
  min-height: 280px;
}

/* GALLERY */
.gallery-card img {
  height: 230px;
  object-fit: cover;
  border-radius: 6px;
}

/* FOOTER */
footer {
  font-size: 0.9rem;
}

/* SERVICES HIGHLIGHT */
.services-highlight {
  background-color: #0a1f44;
  padding-top: 6rem;
  padding-bottom: 6rem;
  text-align: center;
  color: white;
}

.services-highlight p {
  font-size: 1.6rem;
  letter-spacing: 1px;
  line-height: 1.6;
  max-width: 900px;
  margin: 0 auto 2.5rem auto;
}

.services-highlight .btn-lg {
  padding: 1rem 2.2rem;
  font-size: 1.2rem;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .services-highlight {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .services-highlight p {
    font-size: 1.35rem;
    line-height: 1.5;
  }
  .services-highlight .btn-lg {
    padding: 0.85rem 1.8rem;
    font-size: 1.1rem;
  }
}

/* VIDEO DIVIDER */
.video-divider {
  position: relative;
  height: 15vh;
  overflow: hidden;
}

.video-divider video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 0 4px 15px rgba(0,0,0,0.6);
  padding: 0 20px;
}

/* CONTACT FORM */
.contact-form-section {
  background: #f7faff;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.contact-form-section h2 {
  color: #0c1c2c;
  font-size: 2.3rem;
}

.form-wrapper {
  max-width: 750px;
  height: 700px;
}

@media (max-width: 768px) {
  .form-wrapper {
    height: 800px;
  }
}

/* FOOTER STYLING */
footer.footer {
  background: #0c1c2c;
  color: white;
  padding-top: 4rem;
  padding-bottom: 4rem;
  font-size: 0.95rem;
}

footer.footer a {
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

footer.footer a:hover {
  opacity: 0.7;
}

footer .instagram-btn {
  background: #ffffff;
  color: #0c1c2c;
  font-weight: 600;
  border-radius: 6px;
  transition: all 0.3s ease;
}

footer .instagram-btn:hover {
  opacity: 0.85;
}

footer.footer .medium {
  font-size: 1rem;
  color: #ffffff;
  font-weight: 600;
}

footer.footer h5 {
  font-weight: 700;
  margin-bottom: 1rem;
}

footer.footer ul li {
  margin-bottom: 0.35rem;
}

footer.footer .text-dark {
  color: #d3d3d3 !important;
}

footer.footer .text-dark a {
  color: #e5e5e5 !important;
}

footer.footer hr {
  border-color: rgba(255,255,255,0.25);
}

footer.footer .copy {
  color: #dcdcdc;
  font-size: 0.85rem;
  letter-spacing: 0.3px;
}

@media (max-width: 768px) {
  footer.footer {
    text-align: center;
  }
  footer.footer img {
    max-width: 130px;
  }
  footer.footer ul {
    margin-top: 1rem;
  }
}

/* CONTACT SPLIT */
.contact-split-section {
  background: #f7faff;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.contact-info-box {
  background: white;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.contact-info-box h3 {
  color: #0c1c2c;
  font-size: 1.7rem;
}

.contact-phone {
  color: #0c1c2c;
  font-weight: 600;
  text-decoration: none;
}

.contact-phone:hover {
  opacity: 0.7;
}

.map-box iframe {
  width: 100%;
  border-radius: 12px;
}

.contact-split-section .form-wrapper {
  max-width: 100%;
  height: 700px;
}

/* RESTORED CONTACT HEADER (YOUR MISSING STYLE) */
.contact-main-header {
  text-align: center;
  color: #0c1c2c;
  font-size: 2.3rem;
  font-weight: 700;
  margin-top: 60px;
  margin-bottom: 25px;
}

/* === GOOGLE REVIEWS === */

.google-reviews {
  background-color: #001f3f;
  color: white;
  padding-top: 70px;
  padding-bottom: 70px;
}

.google-reviews h2 {
  font-size: 2.3rem;
  margin-bottom: 40px;
  font-weight: 700;
  color: white;
}

/* DESKTOP 2×2 GRID — EXPANDED FOR MAX IMAGE SIZE */
.desktop-reviews {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
  max-width: 1400px; /* <<< expanded so images get bigger */
  margin: 0 auto 40px auto;
}

.review-box {
  background: transparent;
  padding: 0;
}

.desktop-reviews .review-box img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  border: 3px solid white;
  object-fit: contain;
}

/* MOBILE STACKED */
.mobile-reviews {
  display: none;
}

.mobile-review-img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 18px;
  border: 2px solid white;
  display: block;
}

/* REVIEW BUTTON */
.review-btn {
  background-color: white !important;
  color: #001f3f !important;
  border: 2px solid white !important;
  font-weight: 600;
  padding: 12px 25px;
  border-radius: 8px;
  transition: 0.3s ease;
}

.review-btn:hover {
  background-color: transparent !important;
  color: white !important;
  border-color: white !important;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .desktop-reviews {
    display: none;
  }
  .mobile-reviews {
    display: block;
  }
}

/* VIDEO DIVIDER */
.video-divider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.video-divider video {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

@media (max-width: 768px) {
  .video-divider {
    display: none;
  }
}

@media (min-width: 769px) {
  .video-divider video {
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: contrast(1.05) brightness(1.05) saturate(1.1) sharpen(1);
    transform: scale(1.01);
  }
}

/* === NEW BUTTON & IMAGE SPACING STYLES FOR SERVICES === */

/* Navy & Light Sections Buttons */
.navy-section .btn-estimate {
  background-color: #ffffff;
  color: #0c1c2c;
}

.navy-section .btn-estimate:hover {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.light-section .btn-estimate-dark {
  background-color: #0c1c2c;
  color: #ffffff;
}

.light-section .btn-estimate-dark:hover {
  background-color: transparent;
  color: #0c1c2c;
  border: 2px solid #0c1c2c;
}

/* Mobile spacing between image and text */
@media (max-width: 767px) {
  .service-section .col-md-6 {
    margin-bottom: 20px;
  }

  .service-section img {
    margin-bottom: 15px;
  }
}

/* SERVICES BUTTONS: reverse color based on section background */
.service-section {
  position: relative;
}

.service-section .btn-estimate,
.service-section .btn-estimate-dark {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  border: 2px solid transparent;
}

/* Navy section: white button, navy text */
.service-section[style*="background-color:#0c1c2c"] .btn-estimate,
.service-section[style*="background-color:#0c1c2c"] .btn-estimate-dark {
  background-color: white;
  color: #0c1c2c;
  border-color: white;
}

/* Light section: navy button, white text */
.service-section[style*="background-color:#f7faff"] .btn-estimate,
.service-section[style*="background-color:#f7faff"] .btn-estimate-dark {
  background-color: #0c1c2c;
  color: white;
  border-color: #0c1c2c;
}
/* === GOOGLE REVIEWS SECTION RESTORE === */
.google-reviews {
  background-color: #001f3f;
  color: white;
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}

.google-reviews h2 {
  font-size: 2.3rem;
  margin-bottom: 40px;
  font-weight: 700;
  color: white;
}

/* DESKTOP 2×2 GRID — full images, no crop */
.desktop-reviews {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
  max-width: 1400px;
  margin: 0 auto 40px auto;
}

.review-box {
  background: transparent;
  padding: 0;
}

.desktop-reviews .review-box img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  border: 3px solid white;
  object-fit: contain;
}

/* MOBILE STACKED LAYOUT */
.mobile-reviews {
  display: none;
}

.mobile-review-img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 18px;
  border: 2px solid white;
  display: block;
}

/* REVIEW BUTTON */
.review-btn {
  background-color: white !important;
  color: #001f3f !important;
  border: 2px solid white !important;
  font-weight: 600;
  padding: 12px 25px;
  border-radius: 8px;
  transition: 0.3s ease;
}

.review-btn:hover {
  background-color: transparent !important;
  color: white !important;
  border-color: white !important;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .desktop-reviews {
    display: none;
  }
  .mobile-reviews {
    display: block;
  }
}

/* WHY CHOOSE US NAVY BACKGROUND */
.about-section-final {
  background-color: #0c1c2c; /* Navy background */
}

/* Why Choose Us section flush with footer */
.about-section-final {
  padding-bottom: 0 !important; /* remove section bottom padding */
  background-color: #0c1c2c !important; /* ensure navy background */
}

.about-section-final .container {
  padding-bottom: 0 !important; /* remove container padding if any */
}

footer.footer {
  margin-top: 0 !important; /* remove any top margin on footer */
}

