html, body {
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'MyFont', sans-serif;
  color: #05143c;
  overflow-x: hidden;
}

/* GLOBAL HEADING STYLES */
h1, h2, h3, h4, h5, h6 {
  font-family: 'MyFont', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0;
}

h1 {
  font-size: clamp(2.5rem, 6vw, 4rem);
  margin-bottom: 1em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

h2 {
  font-size: clamp(1.8rem, 4.5vw, 2rem);
  margin-bottom: 0.8em;
}

h3 {
  font-size: clamp(1.4rem, 3.5vw, 2.2rem);
  margin-bottom: 0.6em;
}

h4 {
  font-size: clamp(1.2rem, 2.8vw, 1.8rem);
  margin-bottom: 0.5em;
}

h5 {
  font-size: clamp(1rem, 2.2vw, 1.4rem);
  margin-bottom: 0.4em;
}

h6 {
  font-size: clamp(0.9rem, 2vw, 1.2rem);
  margin-bottom: 0.3em;
}

/* Mobile optimizations for headings */
@media (max-width: 768px) {
  h1 {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
    margin-bottom: 0.8em;
  }
  
  h2 {
    font-size: clamp(1.4rem, 6vw, 2rem);
    margin-bottom: 0.7em;
  }
  
  h3 {
    font-size: clamp(1.2rem, 5vw, 1.6rem);
    margin-bottom: 0.6em;
  }
}

@font-face {
  font-family: 'MyFont';
  src: url('/fonts/montblanc-thin-webfont.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'MyFont';
  src: url('/fonts/montblanc-thinitalic-webfont.woff2') format('woff2');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'MyFont';
  src: url('/fonts/montblanc-extralight-webfont.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'MyFont';
  src: url('/fonts/montblanc-extralightitalic-webfont.woff2') format('woff2');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'MyFont';
  src: url('/fonts/montblanc-light-webfont.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'MyFont';
  src: url('/fonts/montblanc-lightitalic-webfont.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'MyFont';
  src: url('/fonts/montblanc-regular-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'MyFont';
  src: url('/fonts/montblanc-regularitalic-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'MyFont';
  src: url('/fonts/montblanc-semibold-webfont.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'MyFont';
  src: url('/fonts/montblanc-semibolditalic-webfont.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'MyFont';
  src: url('/fonts/montblanc-bold-webfont.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'MyFont';
  src: url('/fonts/montblanc-bolditalic-webfont.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'MyFont';
  src: url('/fonts/montblanc-extrabold-webfont.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'MyFont';
  src: url('/fonts/montblanc-extrabolditalic-webfont.woff2') format('woff2');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'MyFont';
  src: url('/fonts/montblanc-black-webfont.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'MyFont';
  src: url('/fonts/montblanc-blackitalic-webfont.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
}

/* UTILITY CLASSES */

.spacerlg {
  height: 100px;
}

.spacermd {
  height: 70px;
}

.spacer {
  height: 50px;
}

.spacersm {
  height: 20px;
}

.bold-text {
  font-family: 'MyFont', sans-serif;
  font-weight: 600;
}

#bold-text {
  font-family: 'MyFont', sans-serif;
  font-weight: 600;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

#contact-text {
  font-family: 'MyFont', sans-serif;
  font-weight: 600;
  font-size: clamp(1.4rem, 4vw, 2.5rem);
  width: clamp(90%, 70%, 70%);
  margin: 0 auto;
  text-align: center;
}

.w50p {
  font-size: 1.7rem;
  font-weight: 600;
  margin: 0 auto;
}

/* Navbar styles */

.miralis_logo img {
  width: 110px;
  height: 80px;
  pointer-events: auto;
}

.navbar {
  background: transparent !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  box-sizing: border-box;
  z-index: 100;
  gap: 20px;
  box-shadow: none;
  margin: 0;
  padding: 0px 7% 0px 7%;

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.navbar#middle {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 100;
}

.navbar#middle {
  background: #fff !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  z-index: 10;
}

.language_selector {
  display: flex;
  color: #05143c;
  align-items: center;
  gap: 5px;
  font-size: 1.3rem;
}

.language_selector_dark {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 10px;
  font-size: 1.3rem;
}

.language_selector a {
  text-decoration: none;
  color: #05143c;
}

.language_selector_dark a {
  text-decoration: none;
  color: #fff;
}

.language_selector a:hover {
  color: #05143c !important;
  text-decoration: none;
}

.language_selector_dark a:hover {
  color: #fff !important;
  text-decoration: none;
}

.language_selector .active, .language_selector_dark .active {
  font-weight: 600;
  font-style: italic;
}


.navbar.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  box-sizing: border-box;

  z-index: 100;
  background: #fff !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  
}


/* Optional: Add a placeholder for layout shift */
.navbar-placeholder {
  display: none;
}

.navbar.sticky + .navbar-placeholder {
  display: block;
  height: 80px;
}

.navbar-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  margin-left: auto;
  padding-right: 40px;
  display: none;
}

.navbar-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

a.navbar_link_dark {
  text-decoration: none;
  color: #05143c;
}

a.navbar_link {
  text-decoration: none;
  color: #fff;
}

/* END NAVBAR */

ul.path_symbol_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.path_symbol_list li {
  position: relative;
  padding-left: 32px; /* space for the image */
  margin-bottom: 10px;
  min-height: 20px;
  font-size: 1.1rem;
}

ul.path_symbol_list li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-image: url('/img/path_symbol.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* START NAVBAR SIDE MENU */

#navbarNav {
  position: fixed;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #05143c;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  display: none;
}

#navbarNav .nav-content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-self: flex-start;
  align-items: start;
  height: 100%;
  padding: 10%;
  box-sizing: border-box;
}

#navbarNav .close-button {
  position: absolute;
  right: 15%;
  top: 30px;
  width: 20px;
  height: 20px;
}

#navbarNav .nav-item {
  font-size: clamp(2.2rem, 3.8vw, 3.8rem);
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  color: rgb(215, 240, 245);
  line-height: 0.6;             
  margin-bottom: 0.6rem;       
}

#navbarNav .nav-link {
  text-decoration: none;
  color: rgb(215, 240, 245);
}

#navbarNav .nav-link:hover {
  color: rgb(255, 255, 255);
}

#navbarNav .nav-link.active {
  font-style: italic;
  font-weight: 600;
}

#navbarNav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.slogan {
  position: absolute;
  bottom: 5%;
  left: 10%;
  font-size: clamp(1.1rem, 2vw, 1.6rem);
  font-weight: 600;
  color: rgb(215, 240, 245);
}

@media (max-width: 576px) {
  #navbarNav {
    width: 100vw;
    font-size: 3rem;
  }
}


/* END NAV BAR SIDE MENU */


/* START MAIN_BANNER */

.main_banner
.homepage_banner {
  width: 100%;
  height: 100vh;
}


#main_banner {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.main_banner_img {
  object-fit: cover;
  object-position: center;
  opacity: 0.9 !important;
  width: auto;
  height: 100%;
}

.path_symbol {
  position: absolute;
  width: 9%;
  height: auto;
  min-width: 100px;
  z-index: 4;
  margin: 0 !important;
}

#path1 {
  top: 10% !important;
  left: 7% !important;
}

#path2 {
  bottom: 5% !important;
  right: 7% !important;
}

#main_banner_text_container {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  padding: 0;
}

.main_banner_text,
.homepage_banner_text {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0;
}

.homepage_banner_text .big-text {
  flex: 1 1 auto;
  align-self: center;
  text-align: center;
  font-size: clamp(2.7rem, 6vw, 6rem);
  padding: 0 15% 0 15%;
  margin: 0 auto;
}

.main_banner_text .big-text {
  flex: 1 1 auto;
  align-self: center;
  text-align: center;
  font-size: clamp(2rem, 6vw, 4.5rem);
  padding: 0 15% 0 15%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .path_symbol {
    min-width: 100px;
  }
  .main_banner_text .big-text {
    padding: 0 8% 0 8%;
  }
    
}

/* END MAIN_BANNER */


.homepage_video video {
  width: 70%;
  height: auto;
  display: block;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}


.big-text {
  font-size: 4rem;
  color: #05143c;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.big-text.white-text {
  color: #fff;
}

.footer {
  background: #05143c;
  color: #fff;
  width: 100%;
  margin-top: auto;
  padding: 40px 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.homepage_content {
  display: block;
  width: 100%;
  margin-top: 10vh;
  margin-bottom: 10vh;
  text-align: center;
  font-weight: 300;
  font-style: italic;
  font-size: 2rem;
  line-height: 1.4;
}

.homepage_content p {
  margin-left: 20%;
  margin-right: 20%;
}

/* ADVANTAGES */

.advantages_content {
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  display: flex;
  width: 80%;
  margin-top: 15vh;
  font-weight: 300;
  font-size: 2rem;
  line-height: 1.4;
}

.advantages {
  justify-content: center;
  align-items: flex-start;
  gap: clamp(1rem, 2vw, 1.6rem);
  margin: 2rem 0 0 0;
  padding: 0;
  list-style: none;
  font-size: 1.2rem !important;
  font-style: normal !important;
  font-weight: normal !important;
  color: #05143c;
  margin-bottom: 8px;
}

.advantages h2 {
  font-size: clamp(1.5rem, 2vw, rem) !important;
  font-weight: 600 !important;
  color: #05143c;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.advantages ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(0.5rem, 2vw, 2rem);
  margin: 60px 0 0 0;
  padding: 0;
  list-style: none;
}

.advantages li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.advantages img {
  width: clamp(70px, 10vw, 100px);
  height: clamp(70px, 10vw, 100px);
  margin-bottom: 16px;
}

.advantages p {
  font-size: 1.1rem !important;
  font-style: normal !important;
  font-weight: 600 !important;
  color: #05143c;
  margin-bottom: 2rem;
}

.advantages .info-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #05143c;
  margin-top: 8px;
}

.advantages .info-box .close-button {
  width: 20px;
  height: 20px;
}

.advantages .info-box {
  position: relative;
  background: rgb(255, 255, 255);
  margin-top: -55px;
  padding-top: 10px;
  width: clamp(150px, 200vw, 200px);
  min-height: 200px !important;
  opacity: 0;
  z-index: -1;
}

.info-box {
  border: 1px solid #05143c;
  font-size: 0.8rem !important;
  padding: 0;
  margin: 0.5em;
}

.info-box p.small-text {
  font-size: 0.8rem !important;
  font-weight: 300 !important;
  margin-top: 1.5em;
  padding: 0.5em;
}

p.info-text {
  padding: 0px;
  margin: 0;
  font-size: 1rem !important;
  font-weight: 300 !important;
}

.info-header {
  font-size: 1rem !important;
  font-weight: 600 !important;
  width: 12em;
  margin-bottom: 0px;
  height: 3em;
  text-align: center;
}

@media (max-width: 576px) {
  html, body {
    overflow-x: hidden;
  }
  .advantages_content,
  .advantages {
    width: 100%;
    max-width: 100vw;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }
  .advantages ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    justify-items: center;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  .advantages li {
    width: 100%;
    min-width: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .advantages img,
  .advantages .info-box {
    max-width: 80%;
    box-sizing: border-box;
  }
  .advantages_content h2 {
    text-align: left;
    margin-left: 1em;
  }

  .advantages p {
    margin-bottom: 1.5rem !important;
  }
  .advantages .info-box {
    min-height: 250px !important;
  }
}


/* START IMAGE – TEXT COMPONENT */

.image-right-text-left,
.image-left-text-right {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 70%;
  margin: 0 auto;
  padding: 60px 0;
}

.image-right-text-left .right, /* Image Container */
.image-left-text-right .left {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  padding: 2em 2em 0 2em;
}

.image-right-text-left .right img, /* Image */
.image-left-text-right .left img {
  display: block;
  width: 100%;     
  min-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.image-right-text-left .left, /*Text Container*/
.image-left-text-right .right {
  flex: 2;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  padding: 2em 0 2em 2em;
}

.image-right-text-left .left h3,  /* Headline */
.image-left-text-right .right h3 {
  margin-bottom: 20px;
  font-size: clamp(1.7rem, 4vw, 2rem);
  font-weight: 600;
}

.image-right-text-left .left p, /* Text */
.image-left-text-right .right p {
  font-size: 1.1rem;
  line-height: 1.4;
  margin-bottom: 30px;
}

.image-right-text-left a, /*Button*/
.image-left-text-right a {
  align-self: flex-start;
}

.image-right-text-left a:hover, /*Button:Hover*/
.image-left-text-right a:hover {
  align-self: flex-start;
  background-color: #05143c;
  color: #fff;
}

.image_next_to_text {
  width: 90%;
}

@media (max-width: 1200px) {
  .image-right-text-left,
  .image-left-text-right {
    width: 90%;
  }
}

@media (max-width: 576px) { /*Mobile View*/
  
  .image-right-text-left,
  .image-left-text-right {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    padding-bottom: 30px !important;
  }

  .image-right-text-left .right,
  .image-left-text-right .left,
  .image-right-text-left .left,
  .image-left-text-right .right {
    order: 1;
    max-width: 100%;
    text-align: left;
    align-items: flex-start;
  }

  .image-right-text-left .left,
  .image-left-text-right .right {
    order: 2;
    align-items: flex-start;
    margin-right: 15%;
  }

  .image-right-text-left a,
  .image-left-text-right a {
    order: 3;
    align-self: center;
  }

  .image-right-text-left a:hover,
  .image-left-text-right a:hover {
    align-self: center;
  }

}


/* END IMAGE – TEXT COMPONENT */

h3.image-text-title {
  color: #05143c;
  font-size: 2.5rem;
  font-weight: 600;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
}

p.image-text-text {
  margin-bottom: 30px;
}

.image_next_to_text {
  width: 100%;
  margin: 0;
  padding: 0;
}

@media (max-width: 576px) {
  h3.image-text-title {
    margin-right: 9%;
  }
}

/* CTA CONTACT */

.huge_text_box { /*Container & Background*/
  width: 100%;
  color: #eb6432;
  background: #d7f0f5;
  text-align: center;
  padding-top: 60px;
}

.huge_text_title p {
  margin-bottom: 0em;
  font-weight: 600;
}

h2.huge_text_title { /*Text*/
  
  margin: 0 clamp(1rem, 10vw, 20rem);
  padding: 6vh 10% 15vh 10%;
  padding-bottom: 20vh;
  font-size: clamp(2rem, 6vw, 4rem);
  font-weight: 600;
  text-align: center;
}

.round_button_orange { /*Button*/
  display: inline-block;
  border: 1.5px solid #eb6432;
  color: #eb6432;
  background: transparent;
  padding: 0.6em 4em;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 400;
  margin-top: 1em;
  transition: background 0.2s, color 0.2s;
}
.round_button_orange:hover { /*Button:hover*/
  background: #eb6432 !important;
  color: #fff !important;
}

@media (max-width: 576px) {
  h2.huge_text_title {
    padding: 4vh 10% 16vh 10%;
  }
  }

/* Navbar toggling for homepage and data protection page */
#top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  display: flex;
}

#middle {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  display: none;
}



.headline-col {
  min-width: 300px;
  max-width: 500px;
}
.list-col {
  flex: 1;
}

.lists-align-grid {
  display: grid;
  grid-template-columns: minmax(250px, 1fr) 2fr;
  gap: clamp(1.5rem, 4vw, 2.5rem);
  align-items: start;
  width: 70%;
  margin: 0 auto;
  padding: clamp(1rem, 3vw, 2rem);
  box-sizing: border-box;
}

.lists-align-grid .headline-col {
  margin-top: 0;
  max-width: 25%;
}

.lists-align-grid .list-col {
  min-width: 300px;
}

/* Remove top margin from lists for perfect alignment */
.lists-align-grid .list-col ul {
  margin-top: 0;
  width: 100%;
}
@media (max-width: 1200px) {
  .lists-align-grid {
    width: 90%;
  }
}

/* Mobile stacking for lists-align-grid */
@media (max-width: 768px) {
  .lists-align-grid {
    grid-template-columns: 1fr;
    gap: clamp(1rem, 3vw, 1.5rem);
    width: 90%;
  }
}

.main_container {
  min-height: 500px;
  margin: 0;
  padding: 0;
}

.content {
  padding: 48px 32px 40px 32px;
  margin: 40px auto 0 auto;
  max-width: 800px;
  width: 90%;
}

.content h2 {
  font-size: 2.5rem;
  font-weight: 600 !important;
  margin-bottom: 0.5em;
}

.content h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 2em;
  margin-bottom: 0.5em;
}

.content h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1.5em;
}

.content p {
  font-size: 1.1rem;
  color: #05143c;
  margin-bottom: 1.2em;
  line-height: 1.7;
}

/* BLUE BUTTON STYLING */

.button_container { /*Container for Blue Button*/
      display: flex;
      justify-content: center;
      margin: 0;
      padding: 120px;
}

a.round_button { /*Blue Button*/
  color: #05143c;
  text-decoration: none;
  font-weight: 600;
  font-size:clamp(0.9rem, 1.5vw, 1.1rem);
  border-radius: 50px;
  border: 1.5px solid #05143c;
  padding: 0.6em 2em;

}

.round_button:hover { /*Blue Button:hover*/
  background: #05143c;
  color: #fff;
}

@media (max-width: 600px) { /*Mobile Button Styling*/
  .content {
    padding: 24px 8px 24px 8px;
  }
  .content h2 {
    font-size: 1.4rem;
  }
  .content h3 {
    font-size: 1.1rem;
  }
  .round_button_orange {
    font-size: 1rem;
  }
}

.headline_left_text_right {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  width: clamp(80%, 90vw, 100%);
  margin: 0 auto;
  padding: clamp(2rem, 8vw, 7.5rem) clamp(1rem, 5vw, 3rem);
  gap: clamp(1.5rem, 4vw, 2.5rem);
  box-sizing: border-box;
  flex-wrap: wrap;  
}

.headline_left_text_right h2 {
  font-size: clamp(1.5rem, 4vw, 1.6rem);
  font-weight: 600;
  color: #05143c;
  text-align: left;
  padding: 0;
  margin: 0 0 clamp(0.5rem, 2vw, 1rem) 0;
  text-transform: uppercase;
  flex: 1 1 150px;  
  min-width: 250px;
}

.headline_left_text_right p {
  font-size: clamp(1rem, 3vw, 1.1rem);
  line-height: 1.4;
  color: #05143c;
  text-align: left;
  margin: 0;
  flex: 2 1 400px;  /* Grow more, shrink, min-width 400px */
}

.headline_left_text_right p.text {
  flex: 2 1 400px;
  font-size: 1.1rem;
  line-height: 1.4;
  color: #05143c;
}


/* Three Columns Accordion */

.three_columns {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: left;
  gap: clamp(1.5rem, 4vw, 2.5rem);
  width: clamp(80%, 90vw, 100%);
  margin: 0 auto;
  padding: clamp(1rem, 3vw, 2rem);
  box-sizing: border-box;
}

.three_columns .column {
  flex: 1;
  min-width: 250px;
  border-top: 1px solid #05143c;
  padding-top: 20px;
}

.three_columns .column h2 {
  font-size: clamp(1.1rem, 3vw, 1.2rem);
  font-weight: 600;
  color: #05143c;
  text-align: left;
  padding: 0;
  margin: 0 0 1rem 0;
}

.three_columns .column img {
  width: 100%;
  height: auto;
  margin: 1rem 0;
  border-radius: 4px;
}

.three_columns .column p {
  margin-top: 10px;
  font-size: clamp(1rem, 2.5vw, 1.1rem);
  text-align: left;
  padding: 0;
  line-height: 1.5;
}

/* Mobile accordion styles */
@media (max-width: 768px) {
  .three_columns {
    flex-direction: column;
    gap: 0;
  }
  
  .three_columns .column {
    width: 100%;
    min-width: unset;
    border-top: 1px solid #05143c;
    border-bottom: 1px solid #05143c;
    margin-bottom: -1px; /* Prevent double borders */
  }
  
  .three_columns .column h2 {
    cursor: pointer;
    padding: 1.5rem 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
  }
  
  .three_columns .column h2::after {
    content: "▼";
    font-size: 1rem;
    transition: transform 0.2s;
    color: #05143c;
  }
  
  .three_columns .column.active h2::after {
    transform: rotate(180deg);
  }
  
  .three_columns .column .column-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out;
    padding: 0;
  }
  
  .three_columns .column.active .column-content {
    padding-bottom: 1.5rem;
  }
  
  .three_columns .column img,
  .three_columns .column p {
    margin-top: 0;
  }
}

.homepage_videos{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.homepage_video {
  width: 70%;
  height: auto;
  display: block;
  object-fit: cover;
}

@media (max-width: 768px) {
  .homepage_video {
    width: 90%;
  }

}

.Splash-image {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* Images Container */

.images_container {
      position: relative;
      width: 100%;
      height: 80vh;
      margin-left: auto;
      margin-right: auto;
      margin-top: 50px;
      margin-bottom: 0px;
      background-color: #F5F5F5;
      text-align: center;
}

.images_container img {
      width: 20%;
      position: absolute;
      z-index: 1;
}

.images_container p {
      font-size: clamp(3rem, 5vw, 5rem);
      font-weight: 600;
      color: #05143c;
      text-align: center;
      padding: 0;
      position: absolute;
      top: 45%;
      left: 50%;
      z-index: 2;
      transform: translate(-50%, -50%);
      width: 80%;
      max-width: 800px;
}


.images_container #ic1 { top: 48%; left: 66%; }
.images_container #ic2 { top: 48%; left: 40%; }
.images_container #ic3 { top: 10%; left: 20%; }
.images_container #ic4 { top: 40%; left: 10%; }
.images_container #ic6 { top: 20%; left: 60%; }

@media (max-width: 768px) {
  .images_container img {
    width: 40%
  }

  .images_container #ic1 { top: 10%; left: 15%; }
  .images_container #ic2 { top: 6%; left: 60%; }
  .images_container #ic3 { top: 60%; left: 10%; }
  .images_container #ic4 { top: 70%; left: 40%; }
  .images_container #ic6 { top: 63%; left: 60%; }
}

/* IMAGE PROTECTION - Only protect hero/banner images for accessibility */
.main_banner_img, 
.main_banner img,
.homepage_banner img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-touch-callout: none;
}

/* VIDEO PROTECTION - Allow controls but prevent drag/select */
.homepage_video {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  /* DO NOT include pointer-events: none; to allow video controls */
}

/* Keep functional images accessible */
.burger-menu, .close-button, .miralis_logo img {
  pointer-events: auto;
  -webkit-user-drag: none;
}


