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

body {
  line-height: 1.5;
  background-color: #f4f7fb;
  color: #0f172a;
  font-family: Verdana, sans-serif;
}

a {
  text-decoration: none;
  cursor: pointer;
}

@font-face {
  font-family: Spartanimport;
  src: url("fonts/spartan/SpartanMB-Bold.otf");
}

@font-face {
  font-family: SpartanLimport;
  src: url("fonts/spartan/SpartanMB-Black.otf");
}

@font-face {
  font-family: RalewayELimport;
  src: url("fonts/raleway/Raleway-ExtraLight.ttf");
}

@font-face {
  font-family: Ralewayimport;
  src: url("Fonts/raleway/Raleway-Black.ttf");
}

@font-face {
  font-family: RalewayBoldimport;
  src: url("Fonts/raleway/Raleway-Bold.ttf");
}

html {
  scroll-behavior: smooth;
}

.header {
  min-height: 100vh;
  background:
    linear-gradient(rgba(5, 18, 40, 0.72), rgba(5, 18, 40, 0.58)),
    url("./dach-header.png") center/cover no-repeat;
  position: relative;
  background-attachment: fixed;
}

.logo {
  float: left;
  padding: 0% 15%;
  z-index: 1002;
  top: 10px;
  left: -50px;
  position: fixed;
  animation-name: slideleft;
  -webkit-animation-name: slideleft;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
}

.main {
  position: absolute;
  width: 100%;
}

.fix {
  position: fixed;
  width: 100%;
  z-index: 1000;
  padding-right: 5%;
  background: none;
  animation-name: slidedown;
  -webkit-animation-name: slidedown;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;

  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.fix a {
  float: none;
  background: none;
  padding: 15px;
  padding-right: 2%;
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  transition: 0.4s;
  font-weight: 500;
  font-size: medium;
}

.fix-background {
  position: fixed;
  padding: 28px;
  width: 100%;
  background: none;
  color: white;
  z-index: 999;
}

.a1 {
  float: none;
}

.a1:hover {
  color: #d7e6ff;
}

.burger {
  display: none;
  position: fixed;
  top: 3px;
  right: 20px;
  z-index: 1003;
  cursor: pointer;
  background: #69CFF6;
  padding: 10px 12px;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

.burger span {
  display: block;
  width: 26px;
  height: 3px;
  background: #ffffff;
  margin: 5px 0;
  border-radius: 2px;
  transition: 0.3s;
}

.navi-slidedown {
  animation-name: slidedown;
  -webkit-animation-name: slidedown;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  position: fixed;
  padding: 28px;
  width: 100%;
  z-index: 999;
  background: rgba(8, 28, 58, 0.92);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

@keyframes slideup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}

@-webkit-keyframes slideup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}

@keyframes slidedown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-70%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}

@-webkit-keyframes slidedown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-70%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}

@keyframes slideleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-70%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}

@-webkit-keyframes slideleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-70%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}

@keyframes slideright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(70%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}

@-webkit-keyframes slideright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(70%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}

.banner {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  letter-spacing: 0.5rem;
}

.banner-subtitle {
  margin-top: 2rem;
  font-size: 2rem;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  color: #e7eef8;
  animation-name: slideup;
  -webkit-animation-name: slideup;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
}

.banner-title {
  font-family: SpartanLimport;
  font-size: 3.5rem;
  color: #ffffff;
  margin-top: 2.5rem;
  line-height: 1.3;
  animation-name: slidedown;
  -webkit-animation-name: slidedown;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
}

.banner-bottom {
  position: absolute;
  top: 95%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-name: downarrow;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

.banner-bottom img {
  height: 40px;
}

@keyframes downarrow {
  0% {
    top: 91%;
  }

  50% {
    top: 96%;
  }

  100% {
    top: 91%;
  }
}

.main-btn {
  color: #0b1f3a;
  display: inline-block;
  background: #ffffff;
  text-transform: uppercase;
  padding: 0.8rem 1.2rem;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  outline: 0.15rem solid #0b1f3a;
  cursor: pointer;
  margin-top: 2rem;
  transition: 0.4s;
  position: absolute;
  z-index: 1;
  border-radius: 4px;
}

.main-btn:hover {
  color: #ffffff;
  background-color: #0b1f3a;
  opacity: 1;
}

.main-btn-back {
  width: 145px;
  height: 50px;
  margin-left: -2px;
  margin-top: 48px;
  background-color: none;
  position: relative;
  z-index: 0;
}

.main-btn:hover .main-btn-back {
  animation-name: btnfill;
  animation-duration: 3s;
  animation-iteration-count: 1;
  background-color: #0b1f3a;
}

@keyframes btnfill {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

/* end header */
.content-divider {
  height: 0.5rem;
  background: linear-gradient(
    to left,
    #10294b,
    #1f3a63,
    #36527f,
    #8da4c6,
    #dce7f6
  );
}

.skills {
  background: #0b1f3a;
  display: inline-flex;
  width: 100%;
  height: 17rem;
}

.skill1,
.skill2 {
  padding: 2.5rem 0;
  text-align: center;
  transition: 0.4s;
  width: 25%;
}

.skill1 {
  font-size: 15px;
}

.about-section-center-clearfix {
  background-color: #ffffff;
}

.skill-title {
  font-size: 0.9rem;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1em;
  margin-bottom: 1.5rem;
  color: #ffffff;
  transition: 0.4s;
}

.skill-text {
  max-width: 13rem;
  margin: 0 auto;
  font-family: RalewayELimport;
  color: #dce7f6;
}

.skill1:hover,
.skill2:hover {
  background: #10294b;
  border-bottom-left-radius: 40px;
  border-top-right-radius: 40px;
}

.skill1:hover .skill-title,
.skill2:hover .skill-title {
  color: #d7e6ff;
  font-size: 17px;
}

.skill1:hover .skill-text,
.skill2:hover .skill-text {
  color: #ffffff;
}

.about-img,
.about-info {
  padding: 1rem;
}

.about-picture-container {
  font-size: small;
}

.about-picture {
  width: 100%;
  display: block;
  transition: 0.5s;
  border-radius: 1rem;
  visibility: hidden;
}

.about-scroll {
  width: 100%;
  display: block;
  transition: 0.5s;
  border-radius: 1rem;
  visibility: hidden;
}

.scroll-about {
  width: 100%;
  display: block;
  transition: 0.5s;
  border-radius: 1rem;
  visibility: visible;
  animation-name: slidein;
  -webkit-animation-name: slidein;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
}

@keyframes slidein {
  0% {
    opacity: 0;
    -webkit-transform: translateX(70%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}

@-webkit-keyframes slidein {
  0% {
    opacity: 0;
    -webkit-transform: translateX(70%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}

.about-img-1,
.about-info-1 {
  float: left;
  width: 50%;
  padding: 1rem;
  background-color: #f4f7fb;
}

.about-picture-container:hover .about-picture {
  opacity: 0.8;
}

.about-text {
  margin: 1rem auto;
  max-width: 26rem;
  color: #0f172a;
  font-family: RalewayELimport;
}

.about-text1 {
  margin: 1rem 0;
  max-width: 26rem;
  color: #0f172a;
  font-family: RalewayELimport;
}

.about {
  background-color: #f4f7fb;
}

.about-img,
.about-info {
  float: left;
  width: 50%;
  padding: 2rem;
  background-color: #f4f7fb;
}

.response-title {
  letter-spacing: 1.5px;
  color: #0b1f3a;
  font-family: SpartanLimport;
  font-size: 25px;
}

.new-division {
  color: white;
  border-radius: 5px;
  padding: 20px;
  background:
    linear-gradient(rgba(5, 18, 40, 0.72), rgba(5, 18, 40, 0.58)),
    url("./dach-struct.jpg") center/cover no-repeat;
  position: relative;
  background-attachment: fixed;
}

.section-subtitle {
  color: #0b1f3a;
  font-family: SpartanLimport;
  font-size: 20px;
}

.section-title {
  font-family: SpartanLimport;
  color: #081c3a;
}

.back {
  background-color: #f4f7fb;
}

.response-back {
  padding-left: 500px;
  padding-right: 100px;
  background-color: #0b1f3a;
}

.colorcover-link {
  color: #0b1f3a;
  transition: 0.4s;
}

.colorcover-link:hover {
  color: #36527f;
}

.fontsettings {
  color: #0f172a;
  font-size: small;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

label {
  color: #0f172a;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.menu-template {
  height: 40vh;
  width: 100%;
  background:
    linear-gradient(rgba(5, 18, 40, 0.72), rgba(5, 18, 40, 0.58)),
    url("./dach-menu.jpg") center/cover no-repeat;
  position: relative;
  background-attachment: fixed;
}

.menu-title {
  font-family: SpartanLimport;
  color: #dce7f6;
  margin-top: 2.5rem;
  line-height: 1.3;
  text-align: center;
  padding-top: 6.5%;
  font-size: 30px;
}

.menu-sectiontitle {
  padding-left: 2rem;
  padding-top: 2rem;
  font-family: SpartanLimport;
  color: #0b1f3a;
}

.menu-describe {
  padding-left: 2rem;
  padding-top: 1rem;
  color: #0f172a;
  font-size: 18px;
  line-height: 1.5;
}

.menu-subtitle1 {
  text-transform: uppercase;
  font-family: SpartanLimport;
  color: rgb(0, 0, 0);
  font-size: 1.8rem;
  word-break: keep-all;
}

.menu-subtitle {
  text-transform: uppercase;
  font-family: SpartanLimport;
  color: rgb(255, 255, 255);
  font-size: 40px;
}

.menu {
  background-color: #f4f7fb;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  z-index: 1;
  align-items: stretch;
}

.menu-section {
  float: none;
  background-color: #f4f7fb;
  width: 25%;
  padding: 2rem;
  height: 420px;
  z-index: 2;
}

.menu-flip-card {
  background-color: transparent;
  width: 100%;
  height: 105%;
  perspective: 1000px;
  z-index: 3;
}

.menu-flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.5s;
  transform-style: preserve-3d;
  box-shadow: 9px 9px 16px rgba(102, 123, 153, 0.18), -9px -9px 16px rgba(255, 255, 255, 0.75);
  border-radius: 5%;
  background: none;
}

.menu-flip-card:hover .menu-flip-card-inner {
  transform: rotateY(180deg);
}

.menu-flip-card-front,
.menu-flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.menu-flip-card-front {
  background: #f4f7fb;
  color: #0f172a;
}

.menu-flip-card-back {
  background-color: #ffffff;
  color: #0f172a;
  transform: rotateY(180deg);
  border-radius: 5%;
  border: 1px solid #d7e2f0;
}

.menu-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 2rem);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.menu-text-title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: #0b1f3a;
}

.menu-header-container {
  display: inline-flex;
  width: 100%;
  padding: 1rem;
}

.menu-hr-container {
  width: 100%;
  height: 41px;
  padding-top: 2.5%;
}

.menu-hr {
  margin-top: 10px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #b8c8dd;
}

.menu-image {
  width: 100%;
  height: 100%;
  border-radius: 5%;
}

.menu-circle-image {
  width: 150px;
  display: block;
  margin: 0 auto;
}

.about-picture-static {
  width: min(100%, 420px);
  height: auto;
  object-fit: cover;
  border-radius: 1rem;
  display: block;
  margin: 0 auto;
}

.menu-button-on {
  background-color: #ffffff;
  border-radius: 50%;
  border: 5px solid #ffffff;
  width: 10%;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-button-off {
  background-color: #ffffff;
  border-radius: 50%;
  border: 5px solid #ffffff;
  width: 10%;
  outline: none;
  transition: 0.4s;
  box-shadow: 2px 2px 8px rgba(102, 123, 153, 0.2), -2px -2px 12px rgba(255, 255, 255, 0.75);
}

.slider-full-img {
  display: block;
  width: 100%;
  max-width: 700px;
  height: 500px;
  object-fit: cover;
  border-radius: 12px;
  margin: 0 auto;
}

.contact-img,
.contact-map {
  float: left;
  width: 50%;
  padding: 2rem;
}

.contact-iframe {
  border-radius: 1rem;
  width: 100%;
  height: 395px;
}

.contact-title {
  font-family: SpartanLimport;
  color: black;
  margin-top: 1rem;
  line-height: 1.3;
  text-align: center;
  font-size: 30px;
}

.contact {
  background-color: #f4f7fb;
}

.contact-cpy {
  width: 100%;
  border: 1px solid #dbe5f3;
  border-radius: 25px;
  background: #ffffff;
}

.mySlides {
  display: none;
  width: 100%;
  text-align: center;
}

img {
  vertical-align: middle;
}

.slideshow-container {
  width: 100%;
  max-width: 800px;
  margin: 30px auto 0 auto;
  position: relative;
}

.about-info-slider {
  width: 100%;
  padding: 2rem;
  background-color: #f4f7fb;
  text-align: center;
  float: none;
  clear: both;
}

.p2 {
  text-align: right;
  font-size: 17px;
  font-family: sans-serif;
  color: #0f172a;
}

.p1 {
  text-align: left;
  font-size: 17px;
  font-family: sans-serif;
  color: #0f172a;
}

.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.dot {
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #b9c7db;
  display: inline-block;
  transition: background-color 0.6s ease;
  border-radius: 50%;
}

.dot:hover {
  cursor: pointer;
}

.active {
  background-color: #0b1f3a;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}

.main::after,
.about-section-center-clearfix::after,
.menu::after,
.contact::after {
  content: "";
  display: table;
  clear: both;
}

.menu-services {
  width: 100%;
}

.opening-container {
  position: relative;
  text-align: left;
  color: white;
  overflow: hidden;
  border-radius: 1rem;
}

.opening-container img {
  border-radius: 1rem;
  opacity: 0.6;
  transition: 1s;
}

.opening-container img:hover {
  border-radius: 1rem;
  transform: scale(1.5);
}

.opening-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 420px;
  text-align: left;
  padding: 1rem;
}

.opening-text h3 {
  color: #dce7f6;
  font-family: SpartanLimport;
  font-size: clamp(1.2rem, 2.5vw, 25px);
  margin-bottom: 0.8rem;
}

.opening-text p {
  color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: clamp(0.9rem, 1.8vw, 1rem);
  line-height: 1.5;
}

.opening-text strong {
  font-size: clamp(0.95rem, 2vw, 17px);
  color: #ffffff;
}

@media (max-width: 992px) {
  .header,
  .menu-template,
  .contact-template,
  .new-division {
    background-attachment: scroll;
  }

  .skills {
    display: flex;
    flex-wrap: wrap;
    height: auto;
  }

  .skill1,
  .skill2,
  .menu-section {
    width: 50%;
  }

  .about-img-1,
  .about-info-1,
  .contact-img,
  .contact-map {
    width: 100%;
    float: none;
  }

  .banner-title {
    font-size: 2.8rem;
  }

  .banner-subtitle {
    font-size: 1.4rem;
  }

  .contact-template,
  .menu-template {
    height: auto;
    padding: 5rem 1rem;
  }

  .menu-title,
  .contact-title {
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  .burger {
    display: block;
  }

  .logo {
    position: fixed;
    top: 10px;
    left: 20px;
    float: none;
    padding: 0;
    display: block;
    z-index: 1004;
  }

  .main {
    position: static;
    width: 100%;
  }

  .fix-background,
  .navi-slidedown {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 28px;
    background: rgba(8, 28, 58, 0.92);
    z-index: 998;
  }

  .fix {
    position: fixed;
    top: 0;
    right: -100%;
    width: 260px;
    height: 100vh;
    background: rgba(8, 28, 58, 0.98);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    padding: 2rem 1rem;
    transition: right 0.3s ease;
    z-index: 1001;
  }

  .fix.menu-open {
    right: 0;
  }

  .fix a,
  .a1 {
    float: none;
    display: block;
    width: 100%;
    padding: 0.9rem 1rem;
    font-size: 0.95rem;
    letter-spacing: 1px;
    text-align: center;
  }

  .banner {
    width: calc(100% - 2rem);
    letter-spacing: 0.15rem;
  }

  .banner-title {
    font-size: 2rem;
    margin-top: 0;
  }

  .banner-subtitle {
    font-size: 1.1rem;
    margin-top: 1rem;
  }

  .skill1,
  .skill2,
  .menu-section {
    width: 100%;
  }

  .skill-title {
    letter-spacing: 0.3rem;
  }

  .about-img-1,
  .about-info-1,
  .contact-img,
  .contact-map,
  .about-info-slider {
    padding: 1.25rem;
  }

  .about-scroll {
    visibility: visible;
  }

  .main-btn {
    position: static;
  }

  .main-btn-back {
    display: none;
  }

  .menu-header-container {
    gap: 0.75rem;
    align-items: center;
  }

  .menu-button-on,
  .menu-button-off {
    width: 84px;
    min-width: 84px;
    height: 84px;
  }

  .menu-circle-image {
    width: 52px;
  }

  .slider-full-img {
    height: auto;
    max-height: 420px;
  }

  .contact-iframe {
    height: 320px;
  }

  .opening-text {
    left: 50%;
    top: 50%;
    width: calc(100% - 2rem);
    text-align: center;
  }

  .opening-text h3 {
    font-size: 1.3rem;
  }

  .opening-text strong,
  .opening-text p {
    font-size: 0.95rem;
  }

  .menu-subtitle {
    font-size: 1.6rem;
  }
}

@media (max-width: 480px) {
  .banner-title {
    font-size: 1.55rem;
  }

  .banner-subtitle {
    font-size: 0.95rem;
  }

  .menu-title,
  .contact-title,
  .response-title {
    font-size: 1.5rem;
  }

  .menu-subtitle {
    font-size: 1.1rem;
  }

  .contact-iframe {
    height: 260px;
  }

  .slider-full-img {
    max-height: 300px;
  }
}

.contact-details-box {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 1.5rem;
  background: #ffffff;
  border: 1px solid #dbe5f3;
  border-radius: 1rem;
  padding: 1.5rem;
  color: #0f172a;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.contact-details-column {
  flex: 1;
  min-width: 240px;
}

.contact-details-box h3 {
  font-family: SpartanLimport;
  color: #0b1f3a;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.contact-details-box p {
  margin-bottom: 1rem;
  line-height: 1.7;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.map-consent-box {
  width: 900px;
  max-width: 100%;
  min-height: 260px;
  padding: 30px;
  box-sizing: border-box;
  background-color: #f5f7fa;
  border: 1px solid #d8dde6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.map-consent-box p {
  margin-bottom: 20px;
  line-height: 1.6;
}

.map-consent-button {
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  background-color: #0b1f3a;
  color: white;
  font-weight: bold;
}

.map-consent-button:hover {
  background-color: #163a68;
}