body, html {
  height: 100%;
  font-family: 'Roboto', sans-serif;
  margin: 0 !important;
padding: 0 !important;
}
.bg-success {
    background-color: rgb(213, 236, 213) !important;
}
.btn.btn-primary{background:#7BCB8D;border:0px;}
.contact-icon {
    color: #7bcb8d;
}
button.getPnumbers {
    background: #7BCB8D;
    margin-bottom: 10px;
    border: 0;
    font-size: 14px;
    width: 199px;
} 
form#activateCode input {
    margin-top: 10px !important;
    }
.form-control {
    height: 45px;
    margin-bottom: 10px;
}
    .form-check {
    margin-top: 10px!important;
}
input.form-control-file {
    margin-top: 5px;
}
button.getPnumbers {
    background: #52bce7;
    border: 0;
}
.form-group.mx-sm-3 {
    margin-left: 0 !important;
    margin-right: 0;
}
label {
    color: black !important;
    padding-bottom: 10px!important;
}

label.custom-check {
    margin-bottom: 10px;
}
 .contact-icon {
    width: 1.5rem;
    display: inline-block;
    text-align: center;
    color: #0d6efd; /* Bootstrap primary color */
  }
  .contact-label {
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 0.25rem;
  }
  .contact-value {
    font-weight: 400;
    font-size: 0.95rem;
    color: #495057;
  }
.secureEmailShow, .securePhoneShow {
  cursor: pointer;
}
.hero-section {
      position: relative;
      background: url('/img/danmark.png') no-repeat center center;
      background-size: cover;
      height: 500px;
      color: black;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
    }
    .hero-overlay {
      background-color: rgba(0, 0, 0, 0);
      padding: 40px;
      width: 100%;
    }
    .overlap-boxes {
      margin-top: -50px;
      z-index: 2;
      position: relative;
    }
    .overlap-boxes .card {
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }
    .swiper-button-next::after,
.swiper-button-prev::after {
  content: none !important;
}

.logo-wrapper {
  aspect-ratio: 740 / 350;
  background-color: white; /* optional, or use transparent */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.logo-wrapper img {
  max-width: 100%;
  max-height: 100%;
  object-fit: scale-down;
}
/* Style buttons cleanly */
.swiper-button-next,
.swiper-button-prev {
  border: none;
  background: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}

/* Position buttons above the last card */
.swiper-controls {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 1rem;
  margin-right: 0.5rem; /* adjust this for precise alignment */
}
.swiper-button-prev {
  left: -65px; /* Adjust spacing between buttons */
}
.swiper {
  height: 100%;
  min-height: 100%; /* Ensures it's not collapsing */
}


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



/* Mega menu slide effect */
.mega-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 1050;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: right 0.3s ease-in-out;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.1);
}

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

/* Header */
.mega-menu-header {
  background: #f8f9fa;
}

/* Close button */
.close-btn {
  font-size: 1.5rem;
  border: none;
  background: transparent;
  cursor: pointer;
}

/* Tabs */
.menu-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
}

.menu-tabs button {
  background: #e9ecef;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  transition: background 0.2s;
}

.menu-tabs button.active {
  background: #0d6efd;
  color: white;
}

/* Sub-menu */
.menu-content {
  padding: 1rem;
}

.sub-menu {
  display: none;
}

.sub-menu.active {
  display: block;
}

.sub-menu h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  color: #212529;
}

.sub-menu ul {
  list-style: none;
  padding-left: 1rem;
}

.sub-menu a {
  color: #212529; /* Bootstrap body color */
  text-decoration: none;
  display: block;
  padding: 0.25rem 0;
  transition: color 0.2s;
}

.sub-menu a:hover {
  color: #0d6efd; /* Bootstrap primary */
  text-decoration: underline;
}
table.table.table-striped {
    margin-top: 25px;
}

