@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

* {
  margin: 0;
  padding: 0; 
  box-sizing: border-box;
}

:root {
  --primary:  #2b2b2b;;
  --accent: rgb(255, 60, 0);
  --background: #ffffff;
  --text: rgb(66, 59, 59);
}

body {
  font-family: 'Lato', sans-serif;
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.6)), url('../images/to use/background1.png');
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--text);
}
.emergency {
  background-color: rgb(225, 54, 2);
  color: white;
  text-align: center;
  padding: 1.5px; 
  margin-top: -40px;
  font-family: 'Bebas Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .5px;
  font-size: 26px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  width: 100%;
  margin-left: calc(-50vw + 50%);
  box-sizing: border-box;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 40%, black 60%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, black 40%, black 60%, transparent 100%);
}

.nav-container {
  display: flex;
  margin-top: -20px;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  position: relative;
  overflow: clip;
}

.logo {
  height: 140px;
  margin-top: 0px;
  margin-bottom: 10px;
  z-index: 101;
}

.logo-wrapper {
  position: relative;
  z-index: 101;
  transform: scale(1.3);
  transform-origin: top left;
}

nav ul {
  display: flex;
  list-style: none;
  gap: 0px;
}

nav a {
  background-color:  rgba(0, 0, 0, 0.2, .50);
  padding: 10px 12px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: none;
  border-radius: 200px;
  cursor: pointer;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 20px;
  font-weight: 585;
  letter-spacing: .7px;
  color: rgb(0, 0, 0);
  transition: all 0.2s ease;
  
}

nav li {
  position: relative;
}

nav a:hover {
  color: rgb(255, 39, 1);
  transform: scale(1.8);
  background-color: rgba(248, 46, 5, 0.075);
  border-radius: 0px;
  border: 2px groove rgb(63, 63, 63); 
}

nav a:focus-visible,
.faux-metal:focus-visible,
.modal-close:focus-visible,
select:focus-visible,
button:focus-visible {
  outline: 3px solid rgb(255, 60, 0);
  outline-offset: 2px;
}

/* CTA */
.faux-metal {
  margin-left: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
	font-size: 20px;
  font-weight: 585;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 1.25px;
  text-align: center;
	border-radius: 1.5px;
	padding: 16px 25px;
	color: rgb(201, 205, 221);
	color: rgb(11, 11, 12);
	
	/* subtle metal background */
	background: -moz-linear-gradient(105deg, rgba(84,94,109,1) 0%, rgba(111,122,137,1) 10%, rgba(153,156,168,1) 28%, rgba(195,200,219,1) 51%, rgba(74,73,83,1) 66%, rgba(93,93,93,1) 81%, rgba(84,94,109,1) 100%);
	background: -webkit-linear-gradient(105deg, rgba(84,94,109,1) 0%, rgba(111,122,137,1) 10%, rgba(153,156,168,1) 28%, rgba(195,200,219,1) 51%, rgba(74,73,83,1) 66%, rgba(93,93,93,1) 81%, rgba(84,94,109,1) 100%);
	background: linear-gradient(105deg, rgba(84,94,109,1) 0%, rgba(111,122,137,1) 10%, rgba(153,156,168,1) 28%, rgba(195,200,219,1) 51%, rgba(74,73,83,1) 66%, rgba(93,93,93,1) 81%, rgba(84,94,109,1) 100%);
	
	/* really chrome background */
	background: -moz-linear-gradient(105deg, rgba(57,56,56,1) 4%, rgba(254,227,216,1) 8%, rgba(239,240,243,1) 10%, rgba(255,255,229,1) 13%, rgba(254,192,171,1) 17%, rgba(86,87,89,1) 23%, rgba(86,87,89,1) 35%, rgba(194,169,138,1) 39%, rgba(184,184,184,1) 43%, rgba(184,184,184,1) 53%, rgba(229,255,254,1) 58%, rgba(239,240,243,1) 60%, rgba(255,247,234,1) 67%, rgba(249,232,225,1) 69%, rgba(180,178,181,1) 75%, rgba(208,216,248,1) 78%, rgba(89,81,87,1) 82%, rgba(89,81,87,1) 87%, rgba(203,207,219,1) 89%, rgba(89,81,87,1) 92%, rgba(57,56,56,1) 96%);
	background: -webkit-linear-gradient(105deg, rgba(57,56,56,1) 4%, rgba(254,227,216,1) 8%, rgba(239,240,243,1) 10%, rgba(255,255,229,1) 13%, rgba(254,192,171,1) 17%, rgba(86,87,89,1) 23%, rgba(86,87,89,1) 35%, rgba(194,169,138,1) 39%, rgba(184,184,184,1) 43%, rgba(184,184,184,1) 53%, rgba(229,255,254,1) 58%, rgba(239,240,243,1) 60%, rgba(255,247,234,1) 67%, rgba(249,232,225,1) 69%, rgba(180,178,181,1) 75%, rgba(208,216,248,1) 78%, rgba(89,81,87,1) 82%, rgba(89,81,87,1) 87%, rgba(203,207,219,1) 89%, rgba(89,81,87,1) 92%, rgba(57,56,56,1) 96%);
	background: linear-gradient(105deg, rgba(57,56,56,1) 4%, rgba(254,227,216,1) 8%, rgba(239,240,243,1) 10%, rgba(255,255,229,1) 13%, rgba(254,192,171,1) 17%, rgba(86,87,89,1) 23%, rgba(86,87,89,1) 35%, rgba(194,169,138,1) 39%, rgba(184,184,184,1) 43%, rgba(184,184,184,1) 53%, rgba(229,255,254,1) 58%, rgba(239,240,243,1) 60%, rgba(255,247,234,1) 67%, rgba(249,232,225,1) 69%, rgba(180,178,181,1) 75%, rgba(208,216,248,1) 78%, rgba(89,81,87,1) 82%, rgba(89,81,87,1) 87%, rgba(203,207,219,1) 89%, rgba(89,81,87,1) 92%, rgba(57,56,56,1) 96%);
	
	text-shadow: 1px 1.5px rgba(255, 255, 255, .8), 0 -1px rgba(49, 49, 49, 1);
	transition: background-position 350ms ease;
	border-top: 1px solid rgba(238 238 220 / 80%);
	border-right: 1px solid rgba(49 49 49 / 70%);
	border-bottom: 1px solid rgba(49 49 49 / 80%);
	border-left: 1px solid rgba(91 107 128 / 60%);
	box-shadow: 0 1px 8px rgba(0 0 0 / 65%);
	position: relative;
	cursor: pointer;
	background-size: 200% 100%;
	background-repeat: repeat-x;
	/* background-position: var(--x) var(--y); */
	background-position: 100% 100%;
}

.hero {
  background: url('../images/to use/finished1.jpg') center 70%/cover no-repeat;
  -webkit-filter: brightness(110%) saturate(118%);
  filter: brightness(110%) saturate(118%);
  padding: 280px 5% 205px 5%;
  display: flex;
  justify-content: center;
  position: relative;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgb(252, 248, 248) 25%, rgb(255, 253, 253) 75%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, rgb(252, 250, 250) 25%, rgb(253, 252, 252) 75%, transparent 100%);
}

.lower-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 25px;
  position: relative;
  top: -100px;
}

@media (max-width: 600px) {
  .lower-hero {
    top: -30px;
  }
}

.wa-averages-box {
  background: rgba(252, 251, 251, 0.075);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border: 6px solid rgba(158, 158, 158, 0.003);
  padding: 10px 15px;
  width: 600px;
  box-shadow: -7px -7px 29px 3px rgb(255, 255, 255), -5px -5px 13px 2px rgb(104, 102, 102);
  border-radius: 160px 160px 0px 0px / 18px 18px 0px 0px;
  font-family: 'Lato', sans-serif;
  position: relative;
  top: 30px;
  overflow: visible;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.wa-averages-box label {
  display: block;
  margin: 1px;
  color: rgb(0, 0, 0);
  font-size: 20px;
  font-weight: 500;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: .25px;
}

.wa-averages-box h1 {
  display: block;
  margin: 5px 0;
  color: var(--text);
  font-size: 13px;
}

.wa-averages-box select {
  width: 100%;
  max-width: 320px;
  min-height: 24px;
  padding: 2px 2px;
  margin: 5px 0;
  margin-bottom: 7px;
  cursor: pointer;
  border: 1px groove #ccc;
  font-size: 0.9rem;
  font-family: 'Lato', sans-serif;
  box-shadow: -2px -2px 4px 1px rgba(0, 0, 0, 0.81);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 0px;
  color: var(--text);
  transition: all 0.2s ease;
}

.wa-averages-box p {
  display: block;
  margin-bottom: -10px;
  color: var(--text);
  font-size: 10px;
  font-style: italic;
  font-weight: 500;
}

/* Modal Styles */
.modal {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  padding: 12px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.modal.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.modal-content {
  background: rgba(192, 35, 0, 0.075);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  border: 6px solid rgba(255, 0, 0, 0.025);
  border-radius: 160px 160px 0px 0px / 18px 18px 0px 0px;
  box-shadow: 7px 7px 29px 3px rgb(255, 255, 255), 5px 5px 13px 2px rgb(252, 60, 2);
  max-width: 700px;
  width: 100%;
  max-height: calc(100vh - 24px);
  overflow-y: auto;
  position: relative;
  padding: 10px;
  padding-left: 25px;
  transform: translateY(-20px);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.modal.show .modal-content {
  transform: translateY(0);
  opacity: 1;
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  font-size: 40px;
  cursor: pointer;
  color: #fcfbfb;
  transition: color 0.2s;
}

.modal-close:hover {
  color: rgb(255, 60, 0);
}

#modalBody h3 {
  margin-top: 5px;
  color: rgb(0, 0, 0);
  font-size: 30px;
  margin-bottom: 15px;
  text-align: center;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 1px;
  text-shadow: rgb(255, 255, 255) 1px 1px 1px;
}

#modalBody p {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-shadow: rgb(0, 0, 0) 2px 2px 3px, rgb(0, 0, 0) 1px 1px 2px, rgb(0, 0, 0) 1px 1px 1px;
  margin: 10px 10px;
  color: rgb(253, 251, 251);
}

#modalBody strong {
  color: rgb(0, 0, 0);
  font-size: 24px;
  font-weight: 800;
  text-shadow: rgb(255, 255, 255) 1px 1px 1px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideIn {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

svg {
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 1px;
    width: 100%;
    height: 100%;
    margin-top: 70px;
    margin-left: 31px;
}

svg text {
    animation: stroke 7s infinite alternate;
    stroke-width: 2;
    stroke:rgb(71, 71, 71,1);
    font-size: 55px;
}

@keyframes stroke {
    0% {
        fill: rgba(136,136,136, 0.25);
        stroke: rgb(71,71,71,1);
        stroke-dashoffset: 25%;
        stroke-dasharray: 0 50%;
        stroke-width: 2;
    }
    70% {
        fill: rgba(136,136,136,0.25);
        stroke:rgb(71, 71, 71,1);
    }
    80% {
        fill: rgba(136,136,136,0.25);
        stroke: rgb(71, 71, 71,1);
        stroke-width: 3;
    }
    100% {
        fill: rgb(136, 136, 136,1);
        stroke:rgb(71, 71, 71 ,0.25);
        stroke-dashoffset: -25%;
        stroke-dasharray: 50% 0;
        stroke-width: 0;
    }
}

/* About section */
.about {
  box-shadow: inset 0px 0px 17px 1px rgba(143, 143, 143, 0.6);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 0px;
  background-color: white;
  padding: 40px 20px;
  max-width: 800px;
  margin: 20px auto;
}

h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 32px;
  margin-top: 40px;
  margin-bottom: 0px;
  letter-spacing: 1px;
  color: var(--primary);
  text-align: center;
}

.about p {
  font-family: 'Lato', sans-serif;
  letter-spacing: .15px;
  margin-bottom: 20px;
  font-size: 18px;
}

.services {
  padding: 60px 20px;
  background-color: var(--light);
  text-align: center;
}

.services-tagline {
  margin-top: 10px;
  margin-bottom: 24px;
  text-align: center;
  color: var(--text);
  font-family: 'Bebas Neue', sans-serif;
  font-size: 30px;
  letter-spacing: 0.5px;
  line-height: 1.1;
}


.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

.service-card {
  background: white;
  padding: 0;
  border-radius: 0px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 15px rgb(10, 3, 3), 2px 2px 4px 2px rgb(32, 32, 32);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: float-wave 2.4s ease-in-out infinite;
  display: flex;
  flex-direction: column;
  min-height: 350px;
  overflow: hidden;
}

.services-grid .service-card:nth-child(1) { animation-delay: 0s; }
.services-grid .service-card:nth-child(2) { animation-delay: 0.3s; }
.services-grid .service-card:nth-child(3) { animation-delay: 0.6s; }
.services-grid .service-card:nth-child(4) { animation-delay: 0.9s; }
.services-grid .service-card:nth-child(5) { animation-delay: 1.2s; }
.services-grid .service-card:nth-child(6) { animation-delay: 1.5s; }

@keyframes float-wave {
  0%, 20%, 100% { transform: translateY(0); }
  10% { transform: translateY(-8px); }
}

.service-card:hover {
  transform: translateX(5px);
  cursor: pointer;
  box-shadow: 0 4px 15px rgb(10, 3, 3), 2px 2px 3px 2px rgb(0, 0, 0), 0 8px 25px rgba(255, 60, 0, 0.75);
}

@media (max-width: 900px) {
  .nav-container {
    margin-top: 0;
    padding: 10px 15px;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }

  .logo-wrapper {
    transform: scale(1);
  }

  .logo {
    height: 110px;
    margin-bottom: 0;
  }

  nav ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  nav a {
    margin-right: 0;
    padding: 4px 10px;
  }

  .lower-hero {
    flex-direction: column;
    gap: 20px;
    top: -40px;
    padding: 0 15px;
  }

  .wa-averages-box {
    width: min(600px, 100%);
    top: 0;
  }

  svg {
    margin: 0;
    height: auto;
  }

  svg text {
    font-size: 42px;
  }
}

@media (max-width: 600px) {
  .hero {
    padding: 180px 5% 130px 5%;
  }

  .wa-averages-box {
    padding: 10px;
  }

  .wa-averages-box label {
    font-size: 17px;
  }

  .wa-averages-box h1 {
    font-size: 12px;
  }

  .modal-content {
    width: 100%;
    padding: 12px;
  }

  svg text {
    font-size: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .service-card,
  svg text {
    animation: none !important;
  }
}

.service-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 50%;
  width: 100%;
}

.service-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.service-card h3 {
  color: var(--text);
  margin: 0;
  padding: 16px 20px 8px 20px;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 1px;
  font-size: 24px;
}

.service-card p {
  padding: 0 15px 15px 15px;
  margin: 0;
  color: var(--text)
}

/*Scroll responsive gallery
@import "https://unpkg.com/open-props/open-props.min.css";
@import "https://unpkg.com/open-props/normalize.min.css";

*,
*:after,
*:before {
	box-sizing: border-box;
}

body {
	display: grid;
	place-items: center;
	min-height: 100vh;
	font-family:  'Google Sans', sans-serif, system-ui;
  width: 100vw;
  overflow-x: hidden;
  height: 300vh;
  background: var(--surface-2);
}

ul, img {
	animation: scale-up both ease-in;
  animation-timeline: scroll(root);
}

ul {
	--big-tile-size: 50vmin;
	--scale: 0.4;
	--rotation: 270deg;
	--tile-size: calc(var(--big-tile-size) / 3);
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 1vmin;
	grid-template: repeat(9, var(--tile-size)) / repeat(9, var(--tile-size));
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(var(--scale));
}

@keyframes scale-up {
	0% {
		transform: translate(-50%, -50%) scale(var(--scale)) rotate(0deg);
	}
	100% {
		transform: translate(-50%, -50%) scale(1) rotate(var(--rotation));	
	}
}

img {
	--rotation: -270deg;
	--scale: 1;
	height: 200%;
	min-width: 200%;
	aspect-ratio: 1;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

li {
	padding: 0;
	position: relative;
	background: hsl(0 0% 75% / 0.2);
	max-inline-size: 100%;
}

li {
	grid-column: var(--x1, auto) / var(--x2, auto);
	grid-row: var(--y1, auto) / var(--y2, auto);
}

li {
	border-radius: var(--radius-2);
	overflow: hidden;
}
  */

/* Gallery section */
.gallery {
  background-color: white;
  padding: 40px 20px;
  max-width: 1000px;
  margin: 40px auto;
  text-align: center;
}

.gallery h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 28px;
  margin-bottom: 20px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.gallery-grid img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.gallery-grid img:hover {
  transform: scale(1.03);
}

/* Footer */
footer {
  font-family: 'Bebas Neue', sans-serif;
  background-color: #212121;
  color: white;
  text-align: center;
  letter-spacing: .5px;
  padding: 10px;
  font-size: 18px;
}

/*contact page */
.contact-section {
  min-height: 100vh;
  background: url("images/to use/background1.png") center/cover no-repeat;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  width: 100%;
  max-width: none;
  margin: 0;
  box-sizing: border-box;
  padding: 56px 72px;
  transform: translate(-65px, 96px);
}

.contact-info {
  max-width: 350px;
  flex: 0.8;
  text-align: left;
  align-self: center;
  border-left-style: groove;
  border-left-width: 2px;
  border-left-color: var(--accent);
  padding-left: 30px;
  margin-top: 180px;
  transform: translateY(85px);
}

.contact-card-column {
  position: relative;
  display: block;
  align-self: flex-start;
  margin-right: 80px;
  margin-top: 80px;
}

.contact-info-top {
  max-width: 620px;
  text-align: center;
  margin: -80px auto 24px auto;
  padding-left: 0;
  border-left: none;
}

.contact-info-top h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 32px;
  letter-spacing: 0.5px;
  color: #000000;
  text-shadow: 1px 1px 5px var(--accent);
  margin-top: 0;
  margin-bottom: 14px;
}

.contact-info-top p {
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
  color: #000000;
}

.contact-info-top a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(66, 59, 59, 0.45);
}

.contact-info-top a:hover,
.contact-info-top a:focus-visible {
  color: var(--accent);
  border-bottom-color: var(--accent);
}

.contact-feature-image {
  position: absolute;
  left: 100%;
  top: -164px;
  width: 450px;
  max-width: none;
  height: auto;
  display: block;
  clip-path: polygon(42% 0, 100% 0, 100% 65%, 65% 100%, 0 100%, 0 42%);
}

.contact-info h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 30px;
  letter-spacing: 0.5px;
  color: rgb(0, 0, 0);
  margin-bottom: 12px;
}

.contact-info p {
  font-size: 17px;
  margin-bottom: 8px;
  color: rgb(0, 0, 0);
}

.contact-info a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(66, 59, 59, 0.45);
}

.contact-info a:hover,
.contact-info a:focus-visible {
  color: var(--accent);
  border-bottom-color: var(--accent);
}

.contact-side-details {
  margin-top: 18px;
  padding-top: 10px;
  border-top: none;
}

.contact-side-details p {
  margin-bottom: 7px;
}

.contact-facebook {
  margin-top: 16px;
  padding-top: 10px;
  border-top: none;
}

.contact-tagline {
  margin-top: 16px;
  padding-top: 10px;
  border-top: 1px solid rgba(66, 59, 59, 0.35);
  text-align: left;
  color: var(--text);
  font-family: 'Bebas Neue', sans-serif;
  font-size: 30px;
  letter-spacing: 0.5px;
}

.contact-card {
  flex: 1.2;
  background: #ffffff;
  padding: 25px 50px;
  max-width: 620px;
  width: auto;
  border-radius: 0px;
  box-shadow: inset 0px 0px 17px 1px rgba(143, 143, 143, 0.6);
  text-align: center;
  margin: 62px 0 0 0;
}

.contact-card h2 {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 14px;
  text-shadow: 1px 1px 5px var(--accent);
  color: #000000;
}

.contact-intro {
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  color: #000000;
  margin: 0 0 36px 0;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  margin-bottom: 0;
  border: 1px solid #ccc;
  border-radius: 0px;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
}



.captcha-check {
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
  font-size: 14px;
  color: var(--primary);
  font-family: 'Lato', sans-serif;
  margin-top: 2px;
  border-radius: 0px;
}

.captcha-check input[type="checkbox"] {
  width: 16px;
  border-radius: 0px;
  height: 16px;
  flex: 0 0 auto;
  font-family: 'Lato', sans-serif;
}

.captcha-box {
  margin-top: 6px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.captcha-message {
  min-height: 18px;
  font-size: 13px;
  color: #a02000;
  margin: 0;
}

.contact-checklist {
  border: 1px solid #ccc;
  border-radius: 0px;
  padding: 14px 16px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-checklist legend {
  padding: 0 6px;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  color: #000000;
  font-weight: 600;
}


.contact-checklist label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color:var(--primary);
  font-weight: 500;
  font-family: 'Lato', sans-serif;
}

.project-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 12px;
  row-gap: 8px;
}

.contact-checklist input[type="checkbox"] {
  width: 16px;
  height: 16px;
}

.contact-form textarea {
  height: 150px;
  resize: vertical;
  background-color: var(--background);
}

.contact-form button {
  width: 100%;
  padding: 14px;
  background: var(--accent);
  color: white;
  border: none;
  border-radius: 0px;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.contact-form button:hover {
  background: rgba(255, 60, 0, 0.719);
}

.message-disclaimer {
  margin-top: 8px;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  color: #000000;
}

@media (max-width: 900px) {
  .contact-section {
    flex-direction: column;
    align-items: stretch;
    max-width: 100%;
    transform: none;
  }

  .contact-info,
  .contact-card,
  .contact-card-column {
    width: 100%;
  }

  .contact-info {
    transform: translateY(50px);
  }

  .contact-card-column {
    display: flex;
    flex-direction: column;
    margin-right: 0;
    margin-top: -40px;
    align-self: stretch;
  }

  .contact-info-top {
    max-width: 100%;
    text-align: center;
    padding-left: 0;
    margin: -70px auto 16px auto;
  }

  .contact-info-top h1 {
    font-size: 34px;
  }

  .contact-info-top p {
    font-size: 20px;
    color: #000000;
  }

  .contact-feature-image {
    position: static;
    width: 100%;
    max-width: 280px;
    margin: 0 0 8px 0;
  }

  .contact-info {
    align-self: stretch;
  }

  .contact-info h1 {
    font-size: 34px;
  }

  .contact-info p {
    font-size: 20px;
    color: #000000;
  }} 