* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
  font-size: 100%;
}

body {
  min-height: 100%;
}

/* HEADER */
header {
  height: 100%;
  position: relative;
  z-index: 2;
  text-align: center;
}


/* MAIN */
#shape-container {
  position: relative;
  z-index: 1;
  background-color: rgb(255, 255, 255);
  top:-500px;
}

#left-skew,
#right-skew {
  width: 100%;
  height: 350px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}

#left-skew {
  transform: skewY(5deg);
}

#right-skew {
  transform: skewY(-5deg);
}

#main-content {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 0 3rem;
}



#tagline {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  padding: 5rem 0;
  text-align: center;
  border-bottom: 1px solid #dbdbdb;
}

.tagline-element {
  flex-basis: 22%;
}

.tagline-element a {
  color: #f66;
}

#our-history {
  display: flex;
  justify-content: space-between;
  max-width: 960px;
  margin: auto;
  padding-top: 5rem;
}

#history-img-container img {
  display: block;
}

#history-text {
  padding-left: 0;
}

.sections .hero-header {
  position: relative;
  background-image: url('/images/marmolBgn.jpg'); 
  background-size: cover;
  background-position: right;
  height: 60vh;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
}

.sections .hero-overlay {
  text-align: center;
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}

.sections .hero-title {
  font-family: 'Dancing Script', cursive;
  font-size: 4rem;
  margin-bottom: 1rem;
  transition: font-size 0.4s ease-in-out;
}

.sections .hero-icon i {
  font-size: 2rem;
  background: white;
  color: black;
  border-radius: 50%;
  padding: 0.5rem;
}

.sections .hero-header.scrolled {
  height: 20vh;
  background-position: top;
}

.sections .hero-header.scrolled .hero-title {
  font-size: 8rem;
}






.service-areas {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 2rem;
  border-radius: 12px;
  
}

.contents {
  flex: 1 1 300px;
  max-width: 600px;
}

.map-svg img{
  flex: 1 1 300px;
  text-align: center;
}

.loc {
  font-size: 2rem;
  color: #1a3c6e;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.tagline {
  font-style: italic;
  color: #444;
  margin-bottom: 1rem;
}

.zones {
  list-style: none;
  padding: 0;
}

.zones li {
  margin: 0.5rem 0;
  font-weight: 600;
  color: #333;
  text-align: left;
}

.pin {
  color: #ff6b00;
  margin-right: 0.5rem;
}

.note {
  margin-top: 1rem;
  font-size: 0.95rem;
  color: #333;
}
