body, section, .gallery, .experience {
  background: #000000 !important;
}

body {
  margin: 0;
  font-family: 'Roboto', Arial, sans-serif;
  background: #000000;
  color: #fff;
}

html {
  font-size: 16px;
}

.navbar, .container-fluid, nav.navbar[style] {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

/* .logo {
  display: flex;
  align-items: center;
  height: 100%;
} */
/* .logo img {
  height: 48px;
  width: auto;
  display: block;
  border-radius: 50%;
} */
/* .logo-box {
  background: #ff7f3f;
  color: #232b2d;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 0.25rem 0.5rem;
  border-radius: 3px;
  font-family: 'Roboto Mono', monospace;
} */

.rounded-logo {
  height: 40px !important;
  width: 40px !important;
  object-fit: contain !important;
  margin-right: 0.7rem !important;
  border-radius: 50% !important;
  display: inline-block !important;
}

.rounded-logo1 {
  border-radius: 50%;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin-left: 0;
  margin-right: 10px;
  padding: 0 2vw 0 2vw;
  flex-wrap: wrap;
  min-width: 0;
  justify-content: flex-start;
}
.nav-links li {
  font-family: 'Roboto Mono', monospace;
  font-size: 1.1rem;
  cursor: pointer;
  padding-bottom: 4px;
  position: relative;
  white-space: nowrap;
}
.nav-links .active,
.nav-links li:hover {
  font-weight: bold;
  border-bottom: 3px solid #de4822;
}
.nav-links a {
  color: inherit;
  text-decoration: none !important;
  font-weight: inherit;
  transition: color 0.2s, border-bottom 0.2s;
  border-bottom: 3px solid transparent;
  padding-bottom: 4px;
  display: inline-block;
}
.nav-links .active a,
.nav-links a:hover {
  border-bottom: 3px solid #de4822;
  color: #de4822;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background: #000;
  padding: 0 2rem;
  min-height: calc(100vh - 68px);
  height: calc(100vh - 68px);
  box-sizing: border-box;
}
.hero-content {
  flex: 1 1 350px;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.hero-content h1 {
  font-family: 'Roboto Mono', monospace;
  font-size: 2.8rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
  line-height: 1.1;
}
.underline {
  width: 70px;
  height: 5px;
  background: #de4822;
  margin: 1rem 0 1.5rem 0;
  border-radius: 2px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: block;
}
.hero-content p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
}
.btn-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 2rem;
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
  text-decoration: none;
  font-family: 'Roboto Mono', monospace;
  font-size: 1rem;
  border-radius: 3px;
  transition: background 0.2s, color 0.2s;
  max-width: 260px;
  min-width: 120px;
  width: auto;
  box-sizing: border-box;
  font-weight: bold;
  text-align: center;
}
.btn-outline:hover, .btn-outline:focus {
  background: #de4822 !important;
  color: #232b2d !important;
  border-color: #de4822 !important;
}
.hero-image {
  flex: 1 1 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.hero-image img {
  max-width: 420px;
  width: 100%;
  border-radius: 10px;
  object-fit: contain;
  height: 80vh;
  max-height: 90vh;
}

.about {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #232b2d;
  padding: 3rem 2rem;
  gap: 2rem;
}
.about-image {
  flex: 1 1 300px;
  display: flex;
  justify-content: center;
}
.about-image img {
  max-width: 350px;
  width: 100%;
  border-radius: 10px;
}
.about-content {
  flex: 2 1 400px;
}
.about-content h2 {
  font-family: 'Roboto Mono', monospace;
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
}
.about-content p {
  font-size: 1.1rem;
  margin-top: 1.5rem;
}
.about-content, .about-content h2, .about-content p {
  color: #fff !important;
}

.experience {
  background: #232b2d;
  position: relative;
  height: 520px;
  width: 100%;
  overflow: hidden;
  padding-top: 100px;
}
.experience-img-parallax-wrapper {
  position: relative !important;
}
.experience-img-parallax {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  will-change: transform;
}
.experience-overlay {
  left: 5% !important;
  top: 70% !important;
  right: auto !important;
  bottom: auto !important;
  transform: translateY(-50%) !important;
  width: 90vw;
  max-width: 420px;
  text-align: left;
  position: absolute !important;
  z-index: 2;
  background: rgba(35, 43, 45, 0.8);
  padding: 2rem 3rem;
  border-radius: 10px;
  color: #fff;
  box-shadow: 0 4px 24px rgba(0,0,0,0.18);
}
.experience-overlay h2 {
  font-family: 'Roboto Mono', monospace;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.experience-overlay p {
  font-size: 1.1rem;
}

.gallery {
  background: #232b2d;
  padding: 3rem 2rem 2rem 2rem;
  text-align: center;
}
.gallery h2 {
  font-family: 'Roboto Mono', monospace;
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: #fff !important;
  opacity: 1 !important;
}
.gallery-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
  position: relative;
}
.carousel-images {
  position: relative;
  width: 600px;
  height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-main {
  position: relative;
  z-index: 2;
  width: 520px;
  height: 480px;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.28);
  background: transparent !important;
  transition: opacity 0.5s cubic-bezier(.4,0,.2,1), transform 0.5s cubic-bezier(.4,0,.2,1);
  height: 100% !important;
  max-height: 100%;
  object-fit: contain;
}
.carousel-main.fade-slide {
  opacity: 0;
  transform: translateX(60px) scale(0.98);
}
.carousel-bg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0.92);
  width: 420px;
  height: 400px;
  object-fit: cover;
  filter: blur(12px) brightness(0.7);
  z-index: 1;
  border-radius: 24px;
  transition: filter 0.3s, transform 0.3s;
  background: transparent !important;
}
.carousel-bg-left {
  left: 0;
}
.carousel-bg-right {
  right: 0;
}
.carousel-btn {
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background: rgba(255,255,255,0.12);
  border-radius: 50%;
  border: 2px solid #de4822;
  color: #de4822;
  width: 48px;
  height: 48px;
  font-size: 2rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s, transform 0.2s, border-color 0.2s;
}
.carousel-btn:hover, .carousel-btn:focus {
  background: #de4822;
  color: #232b2d;
  transform: scale(1.12);
  border-color: #de4822;
}
.carousel-btn.left {
  left: 0.5rem;
}
.carousel-btn.right {
  right: 0.5rem;
}

.product-info {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  background: #000;
  padding: 0;
  gap: 0;
  min-height: 480px;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.product-text {
  flex: 1 1 50%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem 3rem 4rem 6vw;
  color: #fff;
  height: 100%;
}
.product-text h2 {
  font-family: 'Roboto Mono', monospace;
  font-size: 2.6rem;
  margin-bottom: 1.5rem;
}
.product-text ul {
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 1.5rem;
  font-size: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  flex: 1 1 auto;
  justify-content: flex-start;
}
.product-text ul li {
  margin-bottom: 0;
  line-height: 1.6;
}
.product-image {
  flex: 1 1 50%;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  position: relative;
  overflow: hidden;
}
.product-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  border-radius: 0;
  transition: transform 0.2s linear;
}

.contact {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  background: #232b2d;
  padding: 0;
  gap: 0;
  min-height: 420px;
  height: auto;
  position: relative;
  padding-bottom: 3rem;
  box-sizing: border-box;
}
.contact-info {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  color: #fff;
  padding: 0 2vw;
  text-align: center;
}
.contact-info p {
  margin: 0.5rem 0;
}
.email-icon {
  margin-right: 0.5rem;
  color: #e9d2b0;
  font-size: 1.3em;
}
.contact-form {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.form-row {
  display: flex;
  flex-direction: column !important;
  gap: 1.2rem !important;
  width: 100% !important;
}
.form-row input {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: block !important;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  margin: 0 0 1.2rem 0;
  display: block;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #de4822 !important;
  box-shadow: 0 0 0 2px #de482233 !important;
  outline: none !important;
}
.contact-form button {
  background: #de4822;
  color: #232b2d;
  border: none;
  padding: 1.2rem;
  font-size: 1.2rem;
  font-family: 'Roboto Mono', monospace;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.2s;
  width: 100%;
  margin-top: 0.5rem;
  letter-spacing: 1px;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
}
.contact-form button:hover {
  background: #ff7f3f;
  color: #fff;
}

footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background: #232b2d;
  color: #fff;
  padding: 2rem;
  font-size: 1rem;
  border-top: 4px solid #181e20;
}
.footer-left {
  flex: 1 1 300px;
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-right ul {
  list-style: none;
  display: flex;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
}
.footer-right li {
  font-family: 'Roboto Mono', monospace;
  cursor: pointer;
}

.footer-social {
  margin-top: 1.2rem;
  display: flex;
  gap: 1.2rem;
}
.footer-social a,
.footer-social a:visited,
.footer-social a:hover,
.footer-social a:active,
.footer-social a:focus {
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  color: #de4822;
  font-size: 1.6rem;
  transition: color 0.2s, transform 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-social a:hover {
  color: #ff7f3f;
  transform: scale(1.15);
}
.footer-social i {
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

.gallery .underline {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
}

@media (max-width: 1100px) {
  .nav-links {
    gap: 1.2rem;
    font-size: 1rem;
    padding: 0 1vw 0 1vw;
  }
  .navbar {
    padding: 0 0.5rem;
  }
}
@media (max-width: 900px) {
  html {
    font-size: 15px;
  }
  .navbar, .container-fluid {
    padding: 0 0.4rem !important;
    min-width: 0 !important;
    flex-wrap: nowrap !important;
    height: 54px !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  .navbar-brand {
    font-size: 2.1rem !important;
    font-weight: bold !important;
    color: #fff !important;
    letter-spacing: 0.5px;
  }
  .navbar-brand img {
    /* width: 32px !important;
    height: 32px !important; */
    margin-right: 0.5rem !important;
  }
  .navbar-toggler {
    margin-left: 0.5rem !important;
    padding: 0.2rem 0.5rem !important;
    height: 38px !important;
    align-self: center !important;
  }
  .navbar-nav {
    font-size: 0.98rem !important;
  }
  .logo {
    margin-bottom: 0.5rem;
  }
  .nav-links {
    gap: 0.7rem;
    font-size: 1rem;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    margin-top: 0.2rem;
    padding: 0 1vw 0 1vw;
  }
  .hero {
    flex-direction: column;
    min-height: 60vh;
    height: auto;
    padding: 2rem 1rem 1rem 1rem;
  }
  .hero-content {
    max-width: 100%;
    align-items: center !important;
    text-align: center !important;
    padding: 0;
    margin-bottom: 2rem;
  }
  .hero-image {
    max-width: 100vw;
    height: auto;
    margin-bottom: 1rem;
  }
  .hero-image img {
    max-width: 90vw;
    height: auto;
    min-width: 0;
    min-height: 0;
  }
  .about {
    flex-direction: column;
    padding: 2rem 1rem;
    gap: 1.5rem;
  }
  .about-image {
    max-width: 100vw;
    margin-bottom: 1rem;
  }
  .about-image img {
    max-width: 90vw;
    width: 100%;
  }
  .about-content {
    max-width: 100vw;
    padding: 0;
  }
  .experience,
  .experience-img-parallax-wrapper,
  .experience-img-parallax {
    height: 38vh !important;
    min-height: 220px !important;
    max-height: 60vw !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .gallery {
    padding: 2rem 1rem 1rem 1rem;
    margin-top: 0 !important;
  }
  .gallery-carousel {
    position: relative;
  }
  .carousel-images {
    width: 95vw;
    height: 80vw;
    min-width: 0;
    min-height: 260px;
  }
  .carousel-main {
    width: 80vw;
    height: 70vw;
    min-height: 220px;
  }
  .carousel-bg {
    width: 60vw;
    height: 50vw;
    min-height: 120px;
  }
  .product-info {
    flex-direction: column;
    height: auto;
    min-height: 0;
    padding: 2rem 1rem;
  }
  .product-text {
    padding: 1.5rem 0.5rem;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 100vw;
  }
  .product-image {
    min-height: 220px;
    height: auto;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .product-image img {
    min-height: 220px;
    height: auto;
    width: 100%;
    max-width: 100%;
    object-fit: contain;
    position: static;
    border-radius: 0 0 16px 16px;
  }
  .contact {
    flex-direction: column;
    height: auto;
    min-height: 0;
    padding: 2rem 1rem 3rem 1rem;
  }
  .contact-info {
    align-items: center !important;
    text-align: center !important;
    width: 100% !important;
  }
  .footer-social {
    justify-content: center !important;
    margin-bottom: 1.2rem !important;
  }
  .contact-form {
    width: 100% !important;
    padding: 0 0 1.5rem 0 !important;
  }
  .contact-form input,
  .contact-form textarea {
    width: 100% !important;
    max-width: 95vw !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
  }
  .contact-form button {
    padding: 0.9rem !important;
    font-size: 1.05rem !important;
    max-width: 95vw !important;
  }
  .footer-left {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    align-items: center;
  }
  .carousel-main, .carousel-bg {
    border-radius: 14px !important;
  }
  h1, .hero-content h1, .about-content h2, .gallery h2, .experience-overlay h2, .product-text h2 {
    font-size: 1.15rem !important;
  }
  .navbar-collapse.show {
    background: #000000 !important;
    width: 100vw !important;
    left: 0 !important;
    top: 54px !important;
    position: absolute !important;
    z-index: 1001 !important;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
  }
  .navbar-nav .nav-link {
    display: block !important;
    text-align: left !important;
    padding: 1rem 1.5rem !important;
    border-bottom: 1px solid #232b2d;
    font-size: 1.1rem !important;
  }
  .navbar-nav .nav-link:last-child {
    border-bottom: none;
  }
  .btn-outline {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
  }
  .form-row {
    flex-direction: column !important;
    gap: 0.7rem !important;
    margin-bottom: 0.7rem !important;
  }
  .form-row input {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: block !important;
  }
}
@media (max-width: 600px) {
  html {
    font-size: 14px;
  }
  .navbar, .container-fluid {
    padding: 0 0.1rem !important;
    min-width: 0 !important;
    flex-wrap: nowrap !important;
    height: 60px !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  .navbar-brand {
    position: absolute !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto !important;
    z-index: 2;
    display: flex;
    align-items: center;
    font-size: 2.1rem !important;
    font-weight: bold !important;
    color: #fff !important;
    letter-spacing: 0.5px;
    padding: 0.2rem 0 !important;
  }
  .navbar-toggler {
    position: absolute !important;
    right: 0.7rem !important;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
  }
  .navbar-nav {
    font-size: 0.92rem !important;
  }
  .logo {
    margin-bottom: 0.5rem;
  }
  .nav-links {
    gap: 0.1rem;
    font-size: 0.85rem;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    margin-top: 0.2rem;
    padding: 0 0.2vw 0 0.2vw;
  }
  .hero {
    flex-direction: column;
    min-height: 50vh;
    height: auto;
    padding: 1rem 0.2rem 0.5rem 0.2rem;
  }
  .hero-content {
    max-width: 100vw;
    align-items: center !important;
    text-align: center !important;
    padding: 0;
    margin-bottom: 1rem;
  }
  .hero-image {
    max-width: 100vw;
    height: auto;
    margin-bottom: 0.5rem;
  }
  .hero-image img {
    max-width: 98vw;
    height: auto;
    min-width: 0;
    min-height: 0;
  }
  .about {
    flex-direction: column;
    padding: 1rem 0.2rem;
    gap: 1rem;
  }
  .about-image {
    max-width: 100vw;
    margin-bottom: 0.5rem;
  }
  .about-image img {
    max-width: 98vw;
    width: 100%;
  }
  .about-content {
    max-width: 100vw;
    padding: 0;
  }
  .experience,
  .experience-img-parallax-wrapper,
  .experience-img-parallax {
    height: 44vh !important;
    min-height: 160px !important;
    max-height: 90vw !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .gallery {
    padding: 1rem 0.2rem 0.5rem 0.2rem;
    margin-top: 0 !important;
  }
  .gallery-carousel {
    position: relative;
  }
  .carousel-images {
    width: 98vw;
    height: 110vw;
    min-width: 0;
    min-height: 180px;
  }
  .carousel-main {
    width: 90vw;
    height: 90vw;
    min-height: 140px;
  }
  .carousel-bg {
    width: 50vw;
    height: 60vw;
    min-height: 80px;
  }
  .product-info {
    flex-direction: column;
    height: auto;
    min-height: 0;
    padding: 1rem 0.2rem;
  }
  .product-text {
    padding: 1rem 0.2rem;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 100vw;
  }
  .product-image {
    min-height: 160px;
    height: auto;
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .product-image img {
    min-height: 160px;
    height: auto;
    width: 100%;
    max-width: 100%;
    object-fit: contain;
    position: static;
    border-radius: 0 0 12px 12px;
  }
  .contact {
    flex-direction: column;
    height: auto;
    min-height: 0;
    padding: 1rem 0.2rem 2rem 0.2rem;
  }
  .contact-info {
    align-items: center !important;
    text-align: center !important;
    width: 100% !important;
  }
  .footer-social {
    justify-content: center !important;
    margin-bottom: 1.2rem !important;
  }
  .contact-form {
    max-width: 100vw !important;
    margin: 0 auto !important;
    padding: 0 1rem !important;
  }
  .contact-form .form-control,
  .contact-form textarea {
    margin-bottom: 1rem;
  }
  .footer-left {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    align-items: center;
  }
  .carousel-main, .carousel-bg {
    border-radius: 10px !important;
  }
  h1, .hero-content h1, .about-content h2, .gallery h2, .experience-overlay h2, .product-text h2 {
    font-size: 1.15rem !important;
  }
  .navbar-collapse.show {
    top: 48px !important;
    padding-bottom: 0.5rem !important;
  }
  .navbar-nav .nav-link {
    padding: 0.8rem 1rem !important;
    font-size: 1rem !important;
  }
  .btn-outline {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
  }
  .form-row {
    flex-direction: column !important;
    gap: 0.7rem !important;
    margin-bottom: 0.7rem !important;
  }
  .form-row input {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: block !important;
  }
}

.hero-content, .hero-content h1, .hero-content p {
  color: #fff !important;
}

.carousel-main, .carousel-bg {
  border-radius: 24px !important;
}

.about-content h2, .product-text h2 {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
  display: block;
}

.about-content .underline,
.product-text .underline {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 0.5rem !important;
}

@media (min-width: 900px) {
  .contact-form {
    padding: 2.5rem 2.5rem 2rem 2.5rem !important;
    background: #181e20 !important;
    border-radius: 18px !important;
    box-shadow: 0 4px 32px rgba(0,0,0,0.12) !important;
    max-width: 480px !important;
    margin-top: 3vw !important;
    margin-left: 3vw !important;
    padding-right: 3vw !important;
    margin-right: 3vw !important;
  }
  .contact-form input,
  .contact-form textarea {
    font-size: 1.13rem !important;
    padding: 1.2rem !important;
    margin-bottom: 1.3rem !important;
  }
}

/* Remove custom styles for .contact-form input, textarea, button */
.contact-form input,
.contact-form textarea,
.contact-form button {
  /* all: unset; */
}

/* Only keep Bootstrap and centering for mobile */
@media (max-width: 600px) {
  .contact-form {
    max-width: 100vw !important;
    margin: 0 auto !important;
    padding: 0 1rem !important;
  }
  .contact-form .form-control,
  .contact-form textarea {
    margin-bottom: 1rem;
  }
}
