* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

header {
    background: #001f4d;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 40px;
    position: relative;
}

.logo-container {
    position: absolute;
    left: 60px;
    top: 30px;
    z-index: 100;
}

.logo {
    height: 170px;
    width: auto;
}
.phone-btn {
    background: #d9a321;
    color: #001f4d;
    text-decoration: none;
    font-weight: bold;
    padding: 12px 20px;
    border-radius: 4px;
    white-space: nowrap;
    position: absolute;
    right: 40px;
    top: 35px;
}
nav {
    display: flex;
    align-items: center;
}

nav ul {
    margin-left: 350px;
}
nav ul li a {
    color: white;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
}
.hero {
  width: 100%;
}
.hero-banner {
  width: 100%;
  height: 820px;
  object-fit: cover;
  display: block;
}
.services {
  padding: 80px 40px;
  background: #ffffff;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.section-title h4 {
  color: #d9a321;
  font-size: 18px;
  margin-bottom: 10px;
}

.section-title h2 {
  color: #0a2342;
  font-size: 42px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.service-card {
  background: white;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,.08);
}

.service-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.service-card h3 {
  margin-top: 20px;
  color: #0a2342;
}

.service-card p {
  padding: 15px 20px;
  color: #555;
  font-size: 18px;
  line-height: 1.6;
}

.before-after {
    background: #001f4d;
    padding: 60px;
    margin-top: 80px;
}

.before-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.before-header h4 {
    color: #d9a321;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.before-header h2 {
    color: white;
    font-size: 64px;
    font-weight: bold;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
}

.gallery-button {
    color: white;
    text-decoration: none;
    border: 2px solid #d9a321;
    padding: 18px 35px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 18px;
}

.before-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.before-grid img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 6px;
}
.hero {
    position: relative;
    min-height: 950px;
}

.hero-content {
    position: absolute;
    top: 180px;
    left: 60px;
    max-width: 750px;
}
.hero-content p {
    max-width: 550px;
}

.hero-content h4 {
    font-family: Arial, Helvetica, sans-serif;
    color: #d9a321;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-content h1 {
    font-family: "Cormorant Garamond", serif;
    font-size: 72px;
    line-height: .95;
    font-weight: 700;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 15px;
    max-width: 700px;
}
body {
    font-family: "Inter", sans-serif;
}
.hero-content p {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 15px;
    margin-bottom: 20px;
    color: #f4f4f4;
}

.quote-btn {
    background: gold;
    padding: 15px 30px;
    color: black;
    text-decoration: none;
}

.service-btn {
    border: 2px solid gold;
    padding: 15px 30px;
    color: white;
    text-decoration: none;
}
.gold-line {
    width: 330px;
    height: 4px;
    background: #d9a321;
    margin: 5px 0 25px 0;
}

.service-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    margin: 15px 0 20px 0;
    font-size: 18px;
}

.service-list span {
    white-space: nowrap;
    color: #d9a321 !important;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.hero-content p {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 15px;
    margin-bottom: 20px;
}

.quote-btn {
    background: #d9a321;
    color: #001f4d;
    padding: 15px 30px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
}

.service-btn {
    border: 2px solid #d9a321;
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
}
@media (max-width: 768px) {

.hero-banner {
    height: 850px;
    object-fit: cover;
    object-position: top center;
}

.hero-content {
    top: 90px;
    left: 15px;
    right: 15px;
    max-width: calc(100% - 30px);
}

.hero-content h4 {
    font-size: 12px;
    line-height: 1.3;
}

.hero-content h1 {
    font-size: 28px;
    line-height: 1.05;
    margin-bottom: 15px;
}

.hero-content p {
    font-size: 15px;
    max-width: 100%;
}

.gold-line {
    width: 180px;
}

.service-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 15px;
}

.hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.quote-btn,
.service-btn {
    width: 100%;
    text-align: center;
}

.services {
    padding: 50px 20px;
}

.section-title h2 {
    font-size: 32px;
}

.service-grid {
    grid-template-columns: 1fr;
}

.before-after {
    padding: 40px 20px;
}

.before-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.before-header h2 {
    font-size: 32px;
}

.gallery-button {
    width: 100%;
    text-align: center;
}

.before-grid {
    grid-template-columns: 1fr;
}

.before-grid img {
    height: 220px;
}

}

@media (max-width: 430px) {

.hero-content {
    top: 30px;
    left: 15px;
    right: 15px;
    max-width: calc(100% - 30px);
}

.hero-content h1 {
    font-size: 26px;
}

.hero-content h4 {
    font-size: 11px;
}

.hero-content p {
    font-size: 14px;
}

.service-list {
    font-size: 14px;
}

.gold-line {
    width: 160px;
}

}
