/*
 * MVP UI Enhancements
 * Construction Website - Modern, professional polish
 * Loads after main styles to override and enhance
 */

/* ============================================
   TYPOGRAPHY
   ============================================ */
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
  color: #2d3748;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', 'Lato', sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: inherit;
}

/* Links - no underline by default, cleaner hovers */
a {
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease;
}
a:hover, a:focus {
  text-decoration: none;
}

/* ============================================
   HEADER & NAV
   ============================================ */
.header-area {
  font-size: 14px;
}
.header-contact li span {
  opacity: 0.95;
}

.menu-area {
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

#strickymenu.sticky {
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.logo img {
  max-height: 52px;
  height: auto;
}

ul.nav-menu li a {
  font-weight: 600;
  letter-spacing: 0.02em;
}

/* ============================================
   SLIDER
   ============================================ */
.slider-item {
  min-height: 480px;
}

.slider-animated h2 {
  font-size: 2.5rem;
  font-weight: 800;
  text-shadow: 0 2px 20px rgba(0,0,0,0.3);
}
.slider-animated p {
  text-shadow: 0 1px 10px rgba(0,0,0,0.4);
}

.slider-animated li a {
  font-weight: 600;
  border-radius: 6px;
  padding: 12px 28px;
}
.slider-animated li:last-child a {
  border-radius: 6px;
}

/* ============================================
   SECTIONS & HEADLINES
   ============================================ */
.headline h2,
.testimonial-headline h2 {
  font-size: 1.875rem;
  font-weight: 700;
}
.headline p,
.testimonial-headline p {
  color: #64748b;
  font-size: 1rem;
}

/* ============================================
   CARDS (Services, Portfolio, Blog)
   ============================================ */
.services-item,
.recent-item .lightbox-item,
.team-item,
.blog-item,
.caption-item {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.services-item:hover,
.recent-item .lightbox-item:hover,
.team-item:hover,
.blog-item:hover,
.caption-item:hover {
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.services-text,
.recent-text,
.blog-text,
.caption-text {
  border-radius: 0 0 8px 8px;
}

.team-text {
  border-radius: 0 0 8px 8px;
}

/* ============================================
   BUTTONS & CTAs
   ============================================ */
.services-link a,
.services-link .booking-submit,
.contact-area button,
.contact-form button.btn-primary {
  border-radius: 6px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.services-link a {
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.services-link a:hover,
.services-link .booking-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* ============================================
   PORTFOLIO FILTER
   ============================================ */
.recent-menu ul li {
  border-radius: 6px;
  padding: 10px 18px;
  font-weight: 600;
}
.recent-menu ul li:hover,
.hvr-bounce-to-right:active,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:hover {
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

/* ============================================
   FORMS
   ============================================ */
.form-control {
  border-radius: 6px;
  border: 1px solid #e2e8f0;
  padding: 10px 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.form-control:focus {
  border-color: inherit;
  box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.15);
}

.form-group label {
  font-weight: 600;
  color: #334155;
  margin-bottom: 6px;
}

/* ============================================
   TESTIMONIALS
   ============================================ */
.testimonial-text {
  border-radius: 8px;
  overflow: hidden;
}
.client-name {
  border-radius: 8px 8px 0 0;
}

/* ============================================
   FAQ ACCORDION
   ============================================ */
.faq-gallery .panel {
  border-radius: 8px;
  overflow: hidden;
}
.faq-gallery .panel-default > .panel-heading {
  border-radius: 8px 8px 0 0;
}

/* ============================================
   BANNER (Inner Pages)
   ============================================ */
.banner-slider {
  border-radius: 0;
}
.banner-text h1 {
  text-shadow: 0 2px 20px rgba(0,0,0,0.4);
}

/* ============================================
   CONTENT PAGES (common-text)
   ============================================ */
.common-text {
  font-size: 16px;
  line-height: 1.75;
  color: #475569;
}
.common-text p {
  margin-bottom: 1rem;
}

/* ============================================
   FOOTER
   ============================================ */
.footer-contact-area {
  padding: 24px 0;
}
.footer-main {
  padding: 48px 0 32px;
}
.footer-col h3 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.footer-copyrignt {
  padding: 16px 0;
  font-size: 14px;
}

/* ============================================
   SCROLL TOP
   ============================================ */
.scroll-top {
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  width: 48px;
  height: 48px;
  line-height: 44px;
}
.scroll-top:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}

/* ============================================
   PAGINATION
   ============================================ */
ul.page-numbers li a.page-numbers,
span.page-numbers.current {
  border-radius: 6px;
}

/* ============================================
   CONTACT & ERROR/SUCCESS MESSAGES
   ============================================ */
.contact-area .error {
  padding: 12px 16px;
  background: #fef2f2;
  border-radius: 6px;
  margin-bottom: 16px;
}
.contact-area .success {
  padding: 12px 16px;
  background: #f0fdf4;
  border-radius: 6px;
  margin-bottom: 16px;
}

/* ============================================
   MOBILE RESPONSIVE
   ============================================ */
@media (max-width: 767px) {
  .slider-animated h2 {
    font-size: 1.5rem;
  }
  .headline h2,
  .testimonial-headline h2 {
    font-size: 1.5rem;
  }
  .footer-main {
    padding: 36px 0 24px;
  }
}
