:root {
  --nav-bg: transparent;
  --nav-bg-scrolled: #163a5f;
  --button-bg-scrolled: #f5a623;
  --button-bg-hover: #d98a18;
  --hero-overlay: rgba(22, 58, 95, 0.45);
  --hero-text: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: var(--hero-text);
  padding-right: 0 !important;
}

a {
  color: #fff;
  text-decoration: none;
}


body.modal-open {
  overflow: auto !important;
}

.container {
  max-width: 1200px;
  padding-left: 48px;
  padding-right: 48px;
}

.hero {
  min-height: 90vh;
  position: relative;
  background-image: url('../img/hero-banner.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(22, 58, 95, 0.3), rgba(15, 30, 45, 0.65));
}

.navbar-custom {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: var(--nav-bg);
  transition: background-color 0.3s ease, padding 0.3s ease;
}

.navbar-custom .navbar-brand {
  display: flex;
  align-items: center;
}

.logo {
  width: 224px;
  max-width: 100%;
}

.btn-call-now {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  font-size: 14px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.2s ease, backdrop-filter 0.3s ease, -webkit-backdrop-filter 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.call-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.btn-call-now:hover {
  transform: translateY(-1px);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.call-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.navbar-custom.scrolled,
.section-5 {
  background-color: var(--nav-bg-scrolled);
}

.navbar-custom.scrolled .btn-call-now {
  background-color: var(--button-bg-scrolled);
  border-color: var(--button-bg-scrolled);
  color: #1f1f1f;
}

.navbar-custom.scrolled .btn-call-now:hover {
  background-color: var(--button-bg-hover);
  border-color: var(--button-bg-hover);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  /* padding-top: 12rem; */
  height: 90vh;
}

.hero-title {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.05;
  margin: 0;
  white-space: nowrap;
}



.hero-subtitle {
  font-size: 22px;
  max-width: 760px;
  margin: 0 auto 2rem;
  line-height: 1.6;
  opacity: 0.92;
}

.btn-hero {
  background-color: var(--button-bg-scrolled);
  border: none;
  color: #fff;
  font-size: 18px;
  padding: 16px 47px;
  font-weight: 600;
  letter-spacing: 0.02em;
  border-radius: 12px;
  box-shadow: 0 18px 30px rgba(245, 166, 35, 0.18);
}

.btn-hero:hover {
  background-color: var(--button-bg-hover);
}

.section-2-actions {
  margin-top: 2rem;
}

.btn-secondary-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  background: rgba(15, 31, 55, 0.06);
  color: #13294f;
  border: none;
  padding: 16px 28px;
  font-weight: 600;
  border-radius: 12px;
}

.btn-secondary-ghost i {
  font-size: 1.1rem;
}

.btn-secondary-ghost:hover {
  background: rgba(15, 31, 55, 0.12);
}

.section-2 {
  padding: 100px 0;
  background: #fff;
  color: #13294f;
}

.section-2-title {
  font-size: 48px;
  font-weight: 700;
  margin: 0;
}

.section-2-description {
  font-size: 18px;
  max-width: 620px;
  line-height: 1.75;
  margin: 0;
  color: #4f5f78;
}

.section-2-list {
  margin: 2rem 0 0;
  padding: 0;
  color: #1f2d4e;
  font-size: 16px;
  line-height: 1.9;
}

.section-2-list li {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.list-icon {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 50%;
  background: rgba(245, 166, 35, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.list-icon i {
  color: #f5a623;
}

.section-2-image {
  max-width: 100%;
}

.section-3 {
  padding: 120px 0;
  background: #f5f5f5;
  color: #13294f;
}

.section-3-title {
  font-size: 40px;
  font-weight: 700;
  margin: 0;
}

.feature-card {
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 18px 40px rgba(15, 31, 55, 0.05);
  border: 1px solid rgba(15, 31, 55, 0.05);
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 50px rgba(15, 31, 55, 0.14);
  cursor: pointer;
}

.feature-card h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 1rem;
}

.feature-card p {
  color: #5d6b83;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}

.feature-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #f5a623;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  margin: 0 auto;
}

.section-4 {
  padding: 100px 0;
  background: #ffffff;
  color: #13294f;
}

.section-4-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.section-4-description {
  max-width: 680px;
  margin: 0 auto;
  color: #5d6b83;
  font-size: 18px;
  line-height: 1.75;
}

.service-card {
  background: #f5f5f5;
  border-radius: 1rem;
  border: none;
  padding: 32px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 50px rgba(15, 31, 55, 0.14);
  cursor: pointer;
}

.service-card p {
  margin: 0;
  color: #13294f;
  font-size: 18px;
  font-weight: 600;
}

.service-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #f5a623;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  margin: 0 auto 16px;
}

.section-5 {
  padding: 120px 0;
  background: #163a5f;
  color: #fff;
}

.section-5-title {
  font-size: 40px;
  font-weight: 700;
  margin: 0;
}

.section-5-description {
  margin: 0.75rem auto 0;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
}

.gallery-card {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
  background: #fff;
}

.gallery-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.gallery-image {
  position: relative;
  min-height: 240px;
  overflow: hidden;
}

.gallery-image:first-child {
  border-right: 1px solid #e0e0e0;
}

.gallery-image+.gallery-image {
  border-left: 1px solid #e0e0e0;
}

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

.badge {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.badge-before {
  background: #192d5ac3;
  color: #fff;
}

.badge-after {
  background: #f5a523cb;
  color: #fff;
}

.gallery-title {
  padding: 1rem 1rem;
  text-align: center;
  font-weight: 700;
  color: #13294f;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60px;
}

.section-5-actions {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

.section-6 {
  padding: 120px 0;
  background: #ffffff;
  color: #13294f;
}

.section-6-title {
  font-size: 40px;
  font-weight: 700;
  margin: 0;
}

.process-flow {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1.5rem;
  position: relative;
  align-items: start;
}

.process-flow::before {
  content: '';
  position: absolute;
  top: calc(1.5rem + 32px);
  left: 4.5%;
  right: 4.5%;
  border-top: 2px dashed rgba(245, 166, 35, 0.5);
  z-index: 1;
}

.process-step {
  position: relative;
  padding-top: 1.5rem;
  z-index: 2;
}

.process-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #f5a623;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 1.25rem;
  box-shadow: 0 16px 30px rgba(245, 166, 35, 0.18);
}

.process-step h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.process-step p {
  margin: 0;
  color: #596a83;
  font-size: 14px;
  line-height: 1.8;
}

.section-7 {
  padding: 120px 0;
  background: #f5f6f8;
  color: #13294f;
}

.section-7-title {
  font-size: 40px;
  font-weight: 700;
  margin: 0;
}

.section-7-description {
  max-width: 680px;
  margin: 1rem auto 0;
  color: #5d6b83;
  font-size: 18px;
  line-height: 1.7;
}

.review-card {
  background: #fff;
  border-radius: 1rem;
  padding: 32px;
  border: 1px solid rgba(15, 31, 55, 0.08);
  box-shadow: none;
  transition: box-shadow 0.25s ease;
  position: relative;
}

.review-card:hover {
  box-shadow: 0 24px 50px rgba(15, 31, 55, 0.14);
}

.review-quote-icon {
  position: absolute;
  top: 78px;
  left: 32px;
  color: #f5a623;
  font-size: 1.7rem;
}

.review-stars {
  color: #f5a623;
  font-size: 1.1rem;
}

.review-text {
  margin: 0;
  color: #4f5f78;
  font-size: 18px;
  line-height: 1.8;
  padding-left: 46px;
}

.review-author {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #13294f;
}

.review-avatar {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 50%;
  background: #e6ebf4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #13294f;
  font-size: 1.2rem;
}

.review-author-meta {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.review-author strong {
  font-size: 16px;
}

.review-author span {
  color: #5d6b83;
  font-size: 14px;
}

.section-8 {
  padding: 120px 0;
  background: #ffffff;
  color: #13294f;
}

.section-8-title {
  font-size: 40px;
  font-weight: 700;
  margin: 0;
}

.faq-accordion {
  max-width: 704px;
  margin: 0 auto;
}

.faq-accordion .accordion-item {
  background: #fff;
  border: 1px solid rgba(15, 31, 55, 0.08);
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 1.25rem;
}

.faq-accordion .accordion-button {
  background: #ffffff;
  color: #13294f;
  font-weight: 700;
  padding: 1.5rem 1.75rem;
  border: none;
  box-shadow: none;
  position: relative;
}

.faq-accordion .accordion-item a {
  color: #000;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background: #ffffff;
}

.faq-accordion .accordion-button::after {
  display: none;
}

.faq-accordion .faq-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-left: auto;
  border-radius: 50%;
  background: rgba(245, 166, 35, 0.18);
  color: #f5a623;
  font-size: 1.1rem;
  transform: rotate(0deg);
  transition: transform 0.25s ease;
}

.faq-accordion .accordion-button:not(.collapsed) .faq-icon {
  transform: rotate(-180deg);
}

.faq-accordion .accordion-body {
  padding: 1rem 1.75rem 1.5rem;
  color: #596a83;
  font-size: 16px;
  line-height: 1.8;
}

.btn-secondary-light {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.85);
  padding: 16px 28px;
  border-radius: 12px;
}

.btn-secondary-light:hover {
  background: rgba(255, 255, 255, 0.12);
}

.section-9 {
  padding: 100px 0;
  background: #ffffff;
  color: #13294f;
}

.section-9-title {
  font-size: 40px;
  font-weight: 700;
  margin: 0;
}

.financing-column {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  text-align: left;
}

.financing-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 16px;
  color: #13294f;
}

.btn-outline-navy {
  background: #ffffff;
  color: #13294f;
  border: 2px solid #13294f;
  font-weight: 700;
  font-size: 16px;
  padding: 14px 40px;
  border-radius: 10px;
}

.btn-outline-navy:hover {
  background: rgba(19, 41, 79, 0.06);
  color: #13294f;
}

.section-9-disclaimer {
  font-style: italic;
  color: #5d6b83;
  font-size: 14px;
  max-width: 480px;
  margin: 1.5rem auto 0;
  line-height: 1.7;
}

.section-10 {
  padding: 120px 0;
  background: #f5a623;
  color: #ffffff;
}

.section-10-title {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.section-10-description {
  max-width: 680px;
  margin: 1.5rem auto 0;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.92);
}

.btn-white-cta {
  background: #ffffff;
  color: #13294f;
  border: none;
  font-weight: 700;
  font-size: 18px;
  padding: 18px 44px;
  border-radius: 12px;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.12);
}

.btn-white-cta:hover {
  background: #f5f5f5;
  color: #13294f;
}

.section-10-call {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 700;
  font-size: 16px;
  margin-top: 1.5rem;
}

.site-footer {
  padding: 40px 0;
  background: #163a5f;
}

.footer-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
}

.footer-back-top {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  text-decoration: none;
}

.footer-back-top:hover {
  color: #ffffff;
}

.footer-back-top i {
  font-size: 1rem;
}

.estimate-modal-content {
  border: none;
  border-radius: 1rem;
  padding: 0.5rem 0.5rem 1rem;
}

.estimate-modal-title {
  font-size: 22px;
  font-weight: 700;
  color: #13294f;
}

.estimate-modal-content .modal-body {
  padding-top: 0.5rem;
}

.estimate-modal-content .form-label {
  font-weight: 600;
  color: #13294f;
  font-size: 14px;
  margin-bottom: 0.4rem;
}

.estimate-modal-content .form-control {
  border: 1px solid rgba(15, 31, 55, 0.15);
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 15px;
}

.estimate-modal-content .form-control:focus {
  border-color: #f5a623;
  box-shadow: 0 0 0 0.2rem rgba(245, 166, 35, 0.15);
}


@media (max-width: 767.98px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .logo {
    width: 150px;
  }

  .btn-call-now {
    width: 44px;
    height: 44px;
    padding: 0;
    justify-content: center;
    gap: 0;
  }

  .call-now-text {
    display: none;
  }

  .hero-title {
    font-size: 34px;
    white-space: normal;
  }

  .hero-subtitle {
    font-size: 18px;
  }

  .hero-subtitle br {
    display: none;
  }

  .section-2-title,
  .section-3-title,
  .section-4-title,
  .section-5-title,
  .section-6-title,
  .section-7-title,
  .section-8-title,
  .section-9-title,
  .section-10-title {
    font-size: 30px;
  }

  .section-2-description,
  .section-4-description,
  .section-5-description,
  .section-7-description,
  .section-10-description {
    font-size: 16px;
  }

  .section-2-actions {
    justify-content: center;
    text-align: center;
  }

  .section-2-image {
    display: none;
  }

  .section-2,
  .section-3,
  .section-4,
  .section-5,
  .section-6,
  .section-7,
  .section-8,
  .section-9,
  .section-10 {
    padding: 65px 0;
  }

  .process-flow {
    display: block;
  }

  .process-flow::before {
    display: none;
  }

  .process-step {
    display: grid;
    grid-template-columns: 64px 1fr;
    column-gap: 24px;
    padding: 0 0 40px;
    text-align: left;
  }

  .process-step:last-child {
    padding-bottom: 0;
  }

  .process-step:not(:last-child)::before {
    content: '';
    position: absolute;
    top: 64px;
    bottom: 0;
    left: 31px;
    width: 2px;
    background: #f5a623;
    z-index: 1;
  }

  .process-circle {
    grid-column: 1;
    grid-row: 1 / 3;
    align-self: start;
    margin-bottom: 0;
  }

  .process-step h3 {
    grid-column: 2;
    grid-row: 1;
    text-align: left;
  }

  .process-step p {
    grid-column: 2;
    grid-row: 2;
    text-align: left;
  }

  .financing-grid {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .financing-column {
    display: contents;
  }

  .financing-item {
    text-align: center;
  }

  .financing-column:nth-child(1) .financing-item:nth-child(1) {
    order: 1;
  }

  .financing-column:nth-child(2) .financing-item:nth-child(1) {
    order: 2;
  }

  .financing-column:nth-child(1) .financing-item:nth-child(2) {
    order: 3;
  }

  .financing-column:nth-child(2) .financing-item:nth-child(2) {
    order: 4;
  }
}