@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400&display=swap');
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:700,900");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  background: #03011a;
  /*background: #b1d4e1;*/
  font: 100% poppins, Helvetica, sans-serif;
  overflow: hidden !important;
}


*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-family: poppins;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

.ld-smart-container {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ld-overlap-container {
  position: absolute;
}

.ld-smart-container .ld-3d-parent {
  width: 100%;
  height: 100%;
  pointer-events: none;
  transform-style: preserve-3d;
  perspective: 9000px;
  opacity: 1;
  position: relative;
}

.ld-smart-container .ld-transform-target {
  position: relative;
  -webkit-transform-style: flat;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
  width: 100%;
  height: 100%;
  pointer-events: none;
  transform-style: preserve-3d;
}

.ld-smart-container .ld-3d-object {
  position: absolute;
  pointer-events: none;
  -webkit-transform-style: flat;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform-style: preserve-3d;
  -webkit-perspective: 1000;
  backface-visibility: hidden;
  perspective: 1000px;
}



.connected-dots-container {
  height: 100% !important;
  position: relative;
}

.connected-dots {
  height: 100% !important;
  opacity: 0.5 !important;
}

.main-content.loading {
  opacity: 0;
}

#spawn-wrapper {
  position: fixed;
  /* or absolute depending on your layout */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  opacity: 0;
  transform-origin: center center;
  transition: transform 2.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 1.5s ease;
  z-index: 1;
  /* Ensure it stays behind your modules */
}

#spawn-wrapper.active {
  transform: scale(1);
  opacity: 1;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
  color: #fbb03c;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  height: 0;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: Poppins, Poppins;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}



h1 {
  font-size: 2em;
}

.s3d__side {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.s3d_side_background {
  height: 100%;
  background: radial-gradient(at right center, rgba(109, 138, 183, 0.467), rgba(172, 184, 203, 0.2), transparent);
  background: -webkit-radial-gradientgradient(at center center, rgba(93, 130, 189, 0.467), rgba(893, 130, 189, 0.2), transparent);
}

.s3d_side_background-light {
  position: absolute;
  width: 50vw;
  height: 50vh;
  left: 40%;
  top: 20%;
  z-index: 1;
  background-color: red;

  /*  
    background: radial-gradient(closest-side at 67% 50%,  rgba(109, 139, 183, 0.9), rgba(172, 184, 203, 0.7), transparent);

    background: radial-gradient(closest-side at 67% 50%,  rgba(109, 139, 183, 0.5), rgba(172, 184, 203, 0.4), transparent);
    background: -webkit-radial-gradientgradient(closest-side at 67% 50%, rgba(109, 139, 183, 0.5), rgba(172, 184, 203, 0.4), transparent);
*/
}


.s3d_side_spotBg-R {
  /*======= R 1- BASIC CLASS WITH APPLIED PROPERTIES =====*/
  position: absolute;
  width: 60vw;
  height: 60vh;
  left: 26%;
  top: 20%;
  z-index: 1;
  background: radial-gradient(closest-side at 67% 50%, rgba(120, 132, 149, 0.6), rgba(123, 130, 141, 0.3), transparent);
}

.s3d_side_spotBg-R-blue {
  position: absolute;
  width: 60vw;
  height: 60vh;
  left: 26%;
  top: 20%;
  z-index: 1;
  opacity: 0.5;
  background: radial-gradient(closest-side at 67% 50%, rgba(88, 125, 177, 0.6), rgba(70, 102, 153, 0.3), transparent);
}

.s3d_side_transitional-spotBg-R {
  /*======= R 2- TRANSITIONAL CLASS DURING ANIMATION =====*/
  transform: scaleY(0);
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
  transform-origin: 60% 100%;
}

.s3d_side_final-spotBg-R {
  /*======= R 3- FINAL STATUS CLASS WHEN A SECTION IS IN VIEW =====*/
  transform: scaleY(1);
  opacity: 1;
}

.s3d_side_reverse-spotBg-R {
  /*======= R 4- REVERSE STATUS CLASS WHEN LEAVING A SECTION =====*/
  transform: scaleY(0);
  opacity: 0;
}

/*##############################################################################################################*/

.s3d_side_spotBg-L {
  /*======= L 1- BASIC CLASS WITH APPLIED PROPERTIES =====*/
  position: absolute;
  width: 45vw;
  height: 55vh;
  left: 5%;
  top: 20%;
  z-index: 1;
  transform-origin: 0% 100%;
  background: radial-gradient(closest-side at 28% 50%, rgba(120, 132, 149, 0.6), rgba(123, 130, 141, 0.3), transparent);
}

.s3d_side_spotBg-L-blue {
  /*======= L 1- BASIC CLASS WITH APPLIED PROPERTIES =====*/
  position: absolute;
  width: 45vw;
  height: 55vh;
  left: 5%;
  top: 20%;
  z-index: 1;
  transform-origin: 0% 100%;
  background: radial-gradient(closest-side at 28% 50%, rgba(88, 125, 177, 0.6), rgba(70, 102, 153, 0.3), transparent);
}

.s3d_side_transitional-spotBg-L {
  /*======= L 2- TRANSITIONAL CLASS DURING ANIMATION =====*/
  transform: scaleY(0);
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
  transform-origin: 0% 100%;
  top: 17% !important;
}

.s3d_side_final-spotBg-L {
  /*======= L 3- FINAL STATUS CLASS WHEN A SECTION IS IN VIEW =====*/
  transform: scaleY(1);
  opacity: 1;
}

.s3d_side_reverse-spotBg-L {
  /*======= L 4- REVERSE STATUS CLASS WHEN LEAVING A SECTION =====*/
  transform: scaleY(0);
  opacity: 1;
}

/*##############################################################################################################*/

.s3d_side_spotBg-M {
  /*======= M 1- BASIC CLASS WITH APPLIED PROPERTIES =====*/
  position: absolute;
  width: 60vw;
  height: 60vh;
  left: 20%;
  top: 25%;
  z-index: 1;
  background: radial-gradient(closest-side at 45% 50%, rgba(120, 132, 149, 0.6), rgba(123, 130, 141, 0.3), transparent);
}

.s3d_side_transitional-spotBg-M {
  /*======= M 2- TRANSITIONAL CLASS DURING ANIMATION =====*/
  transform: scaleY(0);
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}

.s3d_side_final-spotBg-M {
  /*======= M 3- FINAL STATUS CLASS WHEN A SECTION IS IN VIEW =====*/
  transform: scaleY(1);
  opacity: 1;
}

.s3d_side_reverse-spotBg-M {
  /*======= M 4- REVERSE STATUS CLASS WHEN LEAVING A SECTION =====*/
  transform: scaleY(0);
  opacity: 0;
}

.s3d_side_spotBg-M-blue {
  /*======= M 1- BASIC CLASS WITH APPLIED PROPERTIES =====*/
  position: absolute;
  opacity: 0.4;
  width: 60vw;
  height: 60vh;
  left: 20%;
  top: 25%;
  z-index: 1;
  background: radial-gradient(closest-side at 45% 50%, rgba(88, 125, 177, 0.6), rgba(70, 102, 153, 0.3), transparent);
}

.background_gradient_right {
  background: radial-gradient(closest-side at 67% 50%, rgba(88, 125, 177, 0.2), rgba(70, 102, 153, 0.1), transparent);
}

.background_gradient_left {
  background: radial-gradient(closest-side at 25% 50%, rgba(88, 125, 177, 0.2), rgba(70, 102, 153, 0.1), transparent);
}

/*##############################################################################################################*/



.s3d_side_background-light-left {
  background: radial-gradient(closest-side at 28% 50%, rgba(109, 139, 183, 0.5), rgba(172, 184, 203, 0.4), transparent);
}

.s3d_side_background-light-middle {
  background: radial-gradient(closest-side at 45% 50%, rgba(109, 139, 183, 0.5), rgba(172, 184, 203, 0.4), transparent);
}

.spot-background-right {
  position: absolute;
  width: 50vw;
  height: 50vh;
  left: 40%;
  top: 20%;
  z-index: 1;
}

.spot-background-left {
  position: absolute;
  width: 40vw;
  height: 50vh;
  left: 1%;
  top: 20%;
  z-index: 1;
}

.spot-background-middle {
  position: absolute;
  width: 60vw;
  height: 60vh;
  left: 20%;
  top: 25%;
  z-index: 1;
}

.spot-background {
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.s3d__side.active h1 {
  left: -1%;
  font-size: 2em;
  font-family: poppins;
}

/*
  .s3d__side:nth-child(1) { background-image: url("https://picsum.photos/1920/1080/?random"); }
  .s3d__side:nth-child(2) { background-image: url("https://picsum.photos/1920/1280/?random"); }
  .s3d__side:nth-child(3) { background-image: url("https://picsum.photos/1920/1180/?random"); }
  .s3d__side:nth-child(4) { background-image: url("https://picsum.photos/1920/1380/?random"); }
  */


.s3d__side h1 {
  /*=== legend on the left side ===*/
  display: inline-block;
  position: absolute;
  left: -100%;
  top: 20%;
  padding: .2% 1.5% .2% 2.5%;
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6));
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6));
  color: rgb(248, 130, 57);
  text-shadow: 1px 1px 0 #c0702f67;
  /* 
    color: #2f8bc0;
    text-shadow: 1px 1px 0 #2f8bc08a;
    */
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  -webkit-transition: left 1s cubic-bezier(0.175, 0.885, 0.32, 1.05);
  transition: left 1s cubic-bezier(0.175, 0.885, 0.32, 1.05);
  z-index: 3;
}

.leisure-bodyh1 {
  font-family: Poppins !important;
  position: absolute;
  font-size: 30px !important;
  font-weight: 600 !important;
  left: 40% !important;
  top: 80% !important;
  text-align: center !important;
  color: rgba(47, 139, 192, 1) !important;
  background: none !important;
  -webkit-transition: bottom 1s ease-in-out !important;
  transition: bottom 1s ease-in-out !important;
  animation: headerlefting 4s ease-in-out !important;

  opacity: 0 !important;
}

@keyframes headerlefting {
  0% {
    top: 100% !important;
    opacity: 0;
  }

  100% {
    top: 80% !important;
    opacity: 1;
  }
}


.leisure-body {
  height: 100%;
  touch-action: none;

  display: flex;

  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;

  -webkit-perspective: 2000px;
  perspective: 2000px;

  transform-style: preserve-3d !important;
  -webkit-transform-style: preserve-3d;
}



/* ////////////////////////////// Leisure Time landing section Styling  - start ////////////////////////////////////////////////////

/* leisure time */

.leisure-body {
  height: 100%;
  touch-action: none;
}

.leisure-body {
  display: flex;

  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;

  -webkit-perspective: 2000px;
  perspective: 2000px;

  transform-style: preserve-3d !important;
  -webkit-transform-style: preserve-3d;
}

#carouselcontainer,
#spinning {
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;

  margin: auto;
  top: 35%;

  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d !important;

  -webkit-transform: rotateX(-25deg);
  transform: rotateX(-25deg);
  pointer-events: none;
  animation: carouselenterance 3s ease-in-out;

  /* visual debugging*/
  /*
  border: 4px dashed yellow !important;
  background-color: rgba(255, 255, 0, 0.2) !important;
  */
}

@keyframes carouselenterance {
  0% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }

  40% {
    -webkit-transform: rotateX(-70deg);
    transform: rotateX(-70deg);
  }

  100% {
    -webkit-transform: rotateX(-25deg);
    transform: rotateX(-25deg);
  }
}

#carouselcontainer .img-div {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d !important;

  position: absolute;
  left: 0;
  top: 0;

  width: 100%;
  height: 100%;

  line-height: 200px;
  font-size: 50px;
  text-align: center;

  box-shadow: 0 0 8px #b1d4e1;
  -webkit-box-shadow: 0 0 8px #b1d4e1;

  -webkit-box-reflect: below 10px linear-gradient(transparent, transparent, #0f0f427b);

  animation: imageappearance 1.5s ease-in-out;
}

#carouselcontainer .img-div:hover {
  box-shadow: 0 0 15px #7ad3f3;
  -webkit-box-shadow: 0 0 15px #7ad3f3;

  scale: 1.1;

  -webkit-box-reflect: below 10px linear-gradient(transparent, transparent, #0f0f42bb);
  animation: imagehover 0.4s ease-in-out;
}

@keyframes imagehover {
  0% {
    scale: 1;
  }

  100% {
    scale: 1.1;
  }
}

#carouselcontainer img {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d !important;

  position: absolute;
  left: 0;
  top: 0;

  width: 100%;
  height: 100%;

  line-height: 200px;
  font-size: 50px;
  text-align: center;

  box-shadow: 0 0 8px #b1d4e1;
  -webkit-box-shadow: 0 0 8px #b1d4e1;

  -webkit-box-reflect: below 10px linear-gradient(transparent, transparent, #0f0f427b);

  animation: imageappearance 1.5s ease-in-out;
}

@keyframes imageappearance {
  0% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}


#carouselcontainer img:hover {

  box-shadow: 0 0 15px #7ad3f3;
  -webkit-box-shadow: 0 0 15px #7ad3f3;

  scale: 1.1;

  -webkit-box-reflect: below 10px linear-gradient(transparent, transparent, #0f0f42bb);
  animation: imagehover 0.4s ease-in-out;
}

@keyframes imagehover {
  0% {
    scale: 1;
  }

  100% {
    scale: 1.1;
  }
}

#carouselcontainer P {
  font-family: Poppins;
  position: absolute;
  font-size: 24px;
  font-weight: 700;
  top: 60%;
  left: 50%;
  text-align: center;

  transform: translate(-50%, -50%) rotateX(90deg);
  -webkit-transform: translate(-50%, -50%) rotateX(90deg);

  /* color: #2f8bc0; */
  color: #f79421;
  text-shadow: 15px 35px 5px #f7932149;
  animation: textlefting 4s ease-in-out;
}

@keyframes textlefting {
  0% {
    top: 100%;
    opacity: 0;
  }

  70% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.svganim {
  display: block;
  position: absolute;
  width: 45%;
  margin-left: 33%;
  margin-top: -18% !important;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.shadowing {

  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%) rotateX(90deg);
  border-radius: 50%;
  width: 400px;
  height: 400px;
  opacity: 0.7;

  background: radial-gradient(at center center, rgba(93, 130, 189, 0.467), rgba(93, 130, 189, 0.2), transparent);
  background: -webkit-radial-gradientgradient(at center center, rgba(93, 130, 189, 0.467), rgba(893, 130, 189, 0.2), transparent);
  /*
  background: radial-gradient(at center center, #9997, #9993, transparent);
  background: -webkit-radial-gradientgradient(at center center, #9997, #9993, transparent);
  */
  filter: blur(50px);
  -webkit-filter: blur(50px);
}

.shadowing3 {
  display: block;
  position: absolute;
  top: 70%;
  left: 35%;
  border-radius: 50%;
  width: 400px;
  height: 30px;
  opacity: 0.7;

  background: radial-gradient(at center center, rgba(29, 95, 133, 0.701), rgba(41, 113, 155, 0.553), transparent);
  background: -webkit-radial-gradientgradient(at center center, rgba(93, 130, 189, 0.467), rgba(893, 130, 189, 0.2), transparent);
  filter: blur(20px);
  -webkit-filter: blur(20px);
}


@keyframes spin {
  from {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  to {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes spinrevert {
  from {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }

  to {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

/*-///////////////////////////----*/

.leisure {
  padding: 20px;
  margin-top: 0px;
}

.leisure article {
  transform: translateY(-30px);
}

.leisure-carousel {
  height: 100vh;
  align-self: flex-end;
  /*
  background: url('../images/personal-services/main-lower-size1.png') no-repeat left bottom/auto 110%;
  */
  transform: translateX(100%) scale(1.5, 1.5);
}

.leisure article h4 {
  transform: translate(0, 0);
}

.leisure article h3 {
  text-align: center;
  transform: translate(0, 0);
}

.leisure article p {
  text-align: center;
  transform: translate(0, 0);
}

.leisureCarousel {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  background: #111;
  perspective: 1000px;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}


/* ////////////////////////////// Leisure Time landing section Styling  - end  ////////////////////////////////////////////////////*/

.image-info {
  /* position: relative; */

  height: 170px;
  width: 220px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d !important;
  display: none;

  margin-top: -170%;
  margin-left: -50%;

  padding: 10px 25px;
  border-radius: 15px;
  white-space: nowrap;

  display: flex;
  display: none;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;

  box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
}

.image-info:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 0.563em solid transparent;
  border-top-color: rgba(255, 255, 255, 0.147);
  border-bottom: 0;
  margin-left: -0.4em;
  margin-bottom: -0.563em;
}

.image-info:hover {
  box-shadow: 0 0 15px #7ad3f3;
  -webkit-box-shadow: 0 0 15px #7ad3f3;

  scale: 1.1;

  -webkit-box-reflect: below 10px linear-gradient(transparent, transparent, #0f0f42bb);
  animation: imageinfohover 1s ease-in-out;
}

@keyframes imageinfohover {
  0% {
    scale: 1;
  }

  90% {
    scale: (1.10);
  }

  100% {
    scale: (1.05);
  }
}

.image-info h3 {
  font-size: 0.4em;
  color: #7ad3f3;
  /*z-index: 1;   removed for testing */
}

.image-info:hover h3 {
  font-size: 0.43em;
  color: #92e0fd;
  text-shadow: 0 0 10px #b3e5f7;
}


.image-info p {
  text-align: center;
  font-size: 10px;
  color: #7ad3f3;
  /*z-index: 2;  removed for testing */
}

.image-info a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5%;
  margin-left: 20%;
  margin-right: 10%;
  width: 110px;
  padding: 4px 4px;
  background: #7ad3f3;
  border-top: 3px solid rgba(255, 255, 255, 0.1);
  border-left: 3px solid rgba(255, 255, 255, 0.1);
  color: #000;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 300;
  box-shadow: 0 5px 15px #7ad3f3b5;
}

.image-info a h4 {
  font-size: 0.25em;
  color: #09113b;
  font-weight: 400;
}

.image-info h5 {
  margin-top: 10%;
  font-size: 0.3em;
  word-wrap: normal;
  text-wrap: wrap;
  color: #49acd0 !important;
  font-weight: 400;
}



[speech-bubble] {
  --bbColor: grey;
  --bbArrowSize: 1.5rem;
  --bbBorderRadius: 0.25rem;
  --bbPadding: 1rem;
  background: var(--bbColor);
  border-radius: var(--bbBorderRadius);
  padding: var(--bbPadding);
  position: relative;
  box-shadow: 0px 0px 15px rgb(19, 63, 157);
  padding: 15px 30px;
}

[speech-bubble]::before {
  content: '';
  position: absolute;
  background: var(--bbColor);
}

[speech-bubble][pbottom] {
  margin-bottom: var(--bbArrowSize)
}


/* bottom and top  */
[speech-bubble][pbottom]::before {
  --width: calc(var(--bbArrowSize) / 2 * 3);
  height: var(--bbArrowSize);
  width: var(--width);
}

/* bottom */
[speech-bubble][pbottom]::before {
  top: calc(100% - 2px);
}

[speech-bubble][pbottom][acenter]::before {
  left: calc(50% - var(--width) / 2);
  clip-path: polygon(12.5% 0, 87.5% 0, 50% 100%)
}

/*////////////////////////   trips images styling - start /////////////////////////////////// */
.section-div {
  /*
  width: 100%;
  height: 100%;*/
  position: relative;
  display: flex;
  background-position: center, center;
}

.section-div-h3 {
  font-family: poppins;
  font-size: 2.2em;
  font-weight: 500;
  text-align: center;
  color: rgb(248, 130, 57);
  margin-top: 10%;
  margin-left: 40%;
}

.section-div-h3-anim {
  font-family: poppins;
  font-size: 2.2em;
  font-weight: 500;
  text-align: center;
  color: rgb(248, 130, 57);
  margin-top: -47%;
  margin-left: 38%;
}



.sec-shadowing {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%) rotateX(90deg);
  border-radius: 50%;
  width: 400px;
  height: 400px;
  opacity: 0.7;
  background: radial-gradient(at center center, rgba(93, 130, 189, 0.467), rgba(93, 130, 189, 0.2), transparent);
  background: -webkit-radial-gradientgradient(at center center, rgba(93, 130, 189, 0.467), rgba(893, 130, 189, 0.2), transparent);
  filter: blur(50px);
  -webkit-filter: blur(50px);
}

.trip-card {
  position: absolute;
  display: block;
  width: 50vw;
  height: 100%;
  justify-content: center;
  align-items: flex-start;
  border-radius: 30px;
  margin-left: 50% !important;
}

.trip-card2 {
  position: absolute;
  display: block;
  width: 50vw;
  height: 100%;
  justify-content: center;
  align-items: flex-start;
  border-radius: 30px;
}

/*#####################################################*/
.trip-card-Even2L {
  position: absolute;
  display: block;
  width: 50vw;
  height: 100%;
  justify-content: center;
  align-items: flex-start;
  border-radius: 30px;
  opacity: 0;
  transform: translateX(-100%);
  transition: 1000ms;
}

.trip-card-Even2L.show2L {
  opacity: 1;
  transform: translateX(0);
}

/*#####################################################*/

.wrapper {
  transition: all 0.5s;
  position: absolute;
  display: block;
  margin-left: 5%;
  margin-top: 40%;
  width: 55%;
  height: 30vh;
  transform-style: preserve-3d !important;
  background: #000;
  border-radius: 30px;
  /*
  transform: perspective(10000px) translateX(50%) rotateX(0) ranslateY(0);
  box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
  transform: perspective(400px) translateY(-5%) translateX(0) rotateX(35deg) translateZ(0);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  */
  /* z-index: 3;  removed for testing */
}

.wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* z-index: -1; */
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.animparts {
  position: absolute;
  display: block;
  width: 45%;
  object-fit: cover;
  /*z-index: 5;  removed for testing */
  transform: scaleY(1);
  transform-origin: 60% 90%;
}

.front {
  width: 32%;
  margin-top: 37%;
  margin-left: 15%;
}

.side-right {
  width: 14%;
  margin-top: 42.2%;
  margin-left: 46%;
}

.bike {
  width: 40%;
  margin-top: 30%;
  margin-left: 8%;
  position: absolute;
  z-index: 4;
  transform: scaleX(1);
  transform-origin: 90% 90%;
}

.side-left {
  width: 18%;
  margin-top: 43.1%;
  margin-left: 0%;
}

.floor {
  /* transition: all 0.5s; */
  position: absolute;
  display: block;
  margin-left: -2.4%;
  margin-top: 50%;
  width: 65%;
  ;
  height: 20vh;
  transform-style: preserve-3d !important;
  transform-origin: 55% 90%;
  background: #000;
  border-radius: 30px;
  transform: perspective(400px) translateY(-5%) translateX(0) rotateX(35deg) translateZ(0) scaleY(1);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  /* z-index: 4;  removed for testing */
}

.floor img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* z-index: -1; */
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}


.cloud-anim {
  position: absolute;
  display: block;
  width: 100%;
  object-fit: cover;
  /* z-index: 4;  removed for testing */
  transform: scaleY(1);
  transform-origin: 60% 90%;
}

.cloud-anim-wobble {
  position: absolute;
  display: block;
  width: 100%;
  object-fit: cover;
  /* z-index: 4;  removed for testing */
  transform: scaleY(1);
  transform-origin: 60% 90%;
}

.cloud1 {
  width: 20%;
  margin-top: 30%;
  margin-left: 25%;
  opacity: 0.9 !important;
}

.cloud2 {
  width: 10%;
  margin-top: 40%;
  margin-left: 5%;
}

.cloud3 {
  width: 13%;
  margin-top: 32%;
  margin-left: 17%;

  opacity: 0.8 !important;
}

.cloud4 {
  width: 15%;
  margin-top: 37%;
  margin-left: 42%;
  opacity: 0.7 !important;
}

.trip-info {
  display: block;
  position: absolute;
  width: 50vw;
  height: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  margin-left: 0%;
  padding-left: 5%;
  padding-right: 5%;
}

.trip-info2 {
  display: block;
  position: absolute;
  width: 50vw;
  height: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  margin-left: 0%;
  padding-left: 5%;
  padding-right: 5%;
}

.shown-div {
  opacity: 1;
}

.trip-info h3 {
  font-family: poppins;
  font-size: 2.2em;
  font-weight: 500;
  text-align: center;
  color: rgb(248, 130, 57);
  margin-top: 40%;
  margin-bottom: 5%;
}

.trip-info p {
  font-family: poppins;
  font-size: 0.75em;
  font-weight: 300;
  text-align: left;
  color: rgb(71, 71, 72);
  margin-bottom: 3%;
  margin-left: 15%;
}

.trip-info h5 {
  font-family: poppins;
  font-size: 1.2em;
  font-weight: 400;
  text-align: left;
  color: rgb(248, 130, 57);
  text-shadow: 1px 1px 0px rgba(120, 72, 41, 0.551);
  margin-left: 5%;
  margin-bottom: -1%;

}

.trip-info .sub-titles {
  font-family: poppins;
  font-size: 1em;
  font-weight: 400;
  text-align: left;
  color: rgb(71, 71, 72);
  margin-bottom: 3%;
  margin-left: 0;
}

.trip-info a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 7%;
}

.trip-info h4 {
  font-family: poppins;
  font-size: 1.2em;
  font-weight: 400;
  text-align: center;
  color: rgb(248, 130, 57);
  text-shadow: 1px 1px 1px rgba(248, 130, 57, 0.551);
}

.siblingB {
  opacity: 0 !important;
}


/*////////////////////////   trips images styling - end /////////////////////////////////// */



.trip-left {
  display: block;
  position: absolute;
  width: 50vw;
  height: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  /* margin-left: 0%; 
  transform: translateX(0);
 */
  margin-left: -50%;
  padding-left: 5%;
  padding-right: 5%;
  z-index: 2;
}

.trip-left-transitional {
  /*======= 2- TRANSITIONAL CLASS DURING ANIMATION (wheel only) =====*/
  transform: translateX(-100%);
  transition-property: transform;
  transition-duration: 2s;
  transition-timing-function: ease-in-out;
}

.trip-left-final {
  transform: translateX(50%);
}

.trip-left-reverse {
  transform: translateX(-100%);
}

.trip-left h3 {
  font-family: poppins;
  font-size: 2em;
  font-weight: 500;
  text-align: center;
  color: rgb(248, 130, 57);
  margin-top: 46%;
  margin-bottom: 5%;
}

.trip-left p {
  display: inline-block;
  font-family: poppins;
  font-size: 0.75em;
  font-weight: 200;
  text-align: left;
  color: #b1d4e1;
  margin-bottom: 3%;
  margin-left: 15%;
  width: 77%;
  padding: 2px;
}

.trip-left h5 {
  display: inline-flex;
  font-family: poppins;
  font-size: 1.2em;
  font-weight: 400;
  text-align: left;
  color: rgb(248, 130, 57);
  text-shadow: 1px 1px 0px rgba(120, 72, 41, 0.551);
  margin-left: 10%;
}

.trip-left.sub-titles {
  font-family: poppins;
  font-size: 1.2em;
  font-weight: 500;
  text-align: left;
  color: rgb(71, 71, 72);
  margin-bottom: 3%;
  margin-left: 0;
}

.h5-outside {
  font-family: poppins;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  color: rgb(248, 130, 57);
  text-shadow: 1px 1px 0px rgba(120, 72, 41, 0.551);
  margin-top: -37%;
  margin-left: -30%;
}

.h5-outsideB {
  font-family: poppins;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  color: rgb(248, 130, 57);
  text-shadow: 1px 1px 0px rgba(120, 72, 41, 0.551);
  margin-top: -34%;
  margin-left: -40%;
}

.sub-titles-outside {
  font-family: poppins;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  color: rgb(71, 71, 72);
}

.sub_titles_outside_2lines {
  font-family: poppins;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  color: #2f8bc0;
  width: 52%;
  height: auto;

}

.trip-right {
  position: absolute;
  display: block;
  width: 50vw;
  height: 100%;
  justify-content: center;
  align-items: flex-start;
  border-radius: 30px;
  /*margin-left: 50% !important;*/
  margin-left: 100% !important;
  z-index: 2;
}


.trip-right h3 {
  font-family: poppins;
  font-size: 2em;
  font-weight: 500;
  text-align: center;
  color: rgb(248, 130, 57);
  margin-top: 37%;
  margin-bottom: 5%;
  width: 90%
}

.trip-right p {
  display: inline-block;
  font-family: poppins;
  font-size: 0.65em;
  font-weight: 200;
  text-align: left;
  color: #b1d4e1;
  margin-bottom: 3%;
  margin-left: 15%;
  width: 75%;
  padding: 2px;
}

.trip-right h5 {
  display: inline-flex;
  font-family: poppins;
  font-size: 1.2em;
  font-weight: 400;
  text-align: left;
  color: rgb(248, 130, 57);
  text-shadow: 1px 1px 0px rgba(120, 72, 41, 0.551);
  margin-right: 5%;
  width: 60%
}

.trip-right.sub-titles {
  font-family: poppins;
  font-size: 1.2em;
  font-weight: 500;
  text-align: left;
  color: rgb(71, 71, 72);
  margin-bottom: 3%;
  margin-left: 0;
}


.contact-us-anchor {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  margin-top: 40%;
  margin-left: 39%;
  width: 400px !important;
  height: 45px !important;
  padding: 4px 4px;
  background: #474748;
  border-top: 3px solid rgba(255, 255, 255, 0.1);
  border-left: 3px solid rgba(255, 255, 255, 0.1);
  color: #000;
  border-radius: 15px;
  text-decoration: none;
  font-weight: 300;
  box-shadow: 0 5px 15px #474748;
  transform: scale(0);
  transition: all 1.5s;
  z-index: 10000;
}

.contact-us-anchor.animate {
  transform: scale(1);
}

.contact-us-anchor-header {
  position: absolute;
  font-size: 1em;
  color: rgb(248, 130, 57) !important;
  font-weight: 400;
}

.contact-us-anchor-header:hover {
  font-size: 1.25em;
  color: #2f8bc0 !important;
  font-weight: 500;
  text-shadow: 0 5px 15px #474748;
  text-decoration: none;
}

.contact-us-anchor:hover {
  background: #f3b559;
  scale: 1.3;
  width: 450px;
  box-shadow: 0 5px 15px #fbb03c;
}

.links1 {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  height: 45px;
  width: 230px;
  margin-top: 41%;
  margin-left: 42%;
  padding: 4px 4px;
  background: #474748;
  border-top: 3px solid rgba(255, 255, 255, 0.1);
  border-left: 3px solid rgba(255, 255, 255, 0.1);
  color: #000;
  border-radius: 15px;
  text-decoration: none;
  font-weight: 300;
  box-shadow: 0 5px 15px #474748;
  transform: scale(0);
  z-index: 10000;
}

.links2 {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  height: 45px;
  width: 230px;
  margin-top: 41%;
  margin-left: 42%;
  padding: 4px 4px;
  background: #474748;
  border-top: 3px solid rgba(255, 255, 255, 0.1);
  border-left: 3px solid rgba(255, 255, 255, 0.1);
  color: #000;
  border-radius: 15px;
  text-decoration: none;
  font-weight: 300;
  box-shadow: 0 5px 15px #474748;
  z-index: 10000;
}




.links1:hover {
  background: #f3b559;
  scale: 1.1;
  width: 280px;
  box-shadow: 0 5px 15px #fbb03c;
}

.links2:hover {
  background: #f3b559;
  scale: 1.1;
  width: 280px;
  box-shadow: 0 5px 15px #fbb03c;
}

.links-header {
  position: absolute;
  font-size: 1em;
  color: rgb(248, 130, 57) !important;
  font-weight: 400;
}

.links-header:hover {
  font-size: 1.2em;
  color: #2f8bc0 !important;
  font-weight: 500;
  text-shadow: 0 5px 15px #474748;
  text-decoration: none;
}


.links-hidden-state {
  display: none !important;
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.contact-outside {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  margin-top: 41%;
  margin-left: 42%;
  width: 230px !important;
  height: 45px !important;
  padding: 4px 4px;
  background: #474748;
  border-top: 3px solid rgba(255, 255, 255, 0.1);
  border-left: 3px solid rgba(255, 255, 255, 0.1);
  color: #000;
  border-radius: 15px;
  text-decoration: none;
  font-weight: 300;
  box-shadow: 0 5px 15px #474748;
  transform: scale(0) translateY(0);
}


.contact-outside-header {
  position: absolute;
  font-size: 1em;
  color: rgb(248, 130, 57) !important;
  font-weight: 400;
}

.contact-outside-header:hover {
  font-size: 1.1em;
  color: #2f8bc0 !important;
  font-weight: 500;
  text-shadow: 0 5px 15px #474748;
  text-decoration: none;
}

.contact-outside:hover {
  background: #f3b559;
  scale: 1.3;
  width: 450px;
  box-shadow: 0 5px 15px #fbb03c;
}






/* ===================  some modifications related to M.I.C.E. page ======================== */


#carouselcontainer2,
#spinning2 {
  position: relative;
  display: block;
  /* width: 50vw; */
  width: 100vw;
  height: 100%;
  justify-content: center;
  align-items: flex-start;
  border-radius: 30px;
  /*
  margin-left: 50% !important;
  margin-left: 100% !important;*/
  /*
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;

  margin: auto;
  top: 35%;
*/
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d !important;

  -webkit-transform: rotateX(-15deg);
  transform: rotateX(-15deg);

  animation: carouselenterance2 3s ease-in-out;
}

@keyframes carouselenterance2 {
  0% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }

  40% {
    -webkit-transform: rotateX(-70deg);
    transform: rotateX(-70deg);
  }

  100% {
    -webkit-transform: rotateX(-15deg);
    transform: rotateX(-15deg);
  }
}

#carouselcontainer2 .img-div {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d !important;

  position: absolute;
  left: 0;
  top: 0;

  width: 100%;
  height: 100%;

  line-height: 200px;
  font-size: 50px;
  text-align: center;

  box-shadow: 0 0 8px #b1d4e1;
  -webkit-box-shadow: 0 0 8px #b1d4e1;

  -webkit-box-reflect: below 10px linear-gradient(transparent, transparent, #0f0f427b);

  animation: imageappearance2 1.5s ease-in-out;
}

#carouselcontainer2 .img-div:hover {
  box-shadow: 0 0 15px #7ad3f3;
  -webkit-box-shadow: 0 0 15px #7ad3f3;

  scale: 1.1;

  -webkit-box-reflect: below 10px linear-gradient(transparent, transparent, #0f0f42bb);
  animation: imagehover2 0.4s ease-in-out;
}

@keyframes imagehover2 {
  0% {
    scale: 1;
  }

  100% {
    scale: 1.1;
  }
}

#carouselcontainer2 img {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d !important;

  position: absolute;
  left: 0;
  top: 0;

  width: 100%;
  height: 100%;

  line-height: 200px;
  font-size: 50px;
  text-align: center;

  box-shadow: 0 0 8px #b1d4e1;
  -webkit-box-shadow: 0 0 8px #b1d4e1;

  -webkit-box-reflect: below 10px linear-gradient(transparent, transparent, #0f0f427b);

  animation: imageappearance2 1.5s ease-in-out;
}

@keyframes imageappearance2 {
  0% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}


#carouselcontainer2 img:hover {

  box-shadow: 0 0 15px #7ad3f3;
  -webkit-box-shadow: 0 0 15px #7ad3f3;

  scale: 1.1;

  -webkit-box-reflect: below 10px linear-gradient(transparent, transparent, #0f0f42bb);
  animation: imagehover2 0.4s ease-in-out;
}

@keyframes imagehover2 {
  0% {
    scale: 1;
  }

  100% {
    scale: 1.1;
  }
}

#carouselcontainer2 P {
  font-family: Poppins;
  position: absolute;
  font-size: 24px;
  font-weight: 700;
  top: 60%;
  left: 50%;
  text-align: center;

  transform: translate(-50%, -50%) rotateX(90deg);
  -webkit-transform: translate(-50%, -50%) rotateX(90deg);

  color: #2f8bc0;
  text-shadow: 15px 35px 5px #2f8bc03d;
  animation: textlefting2 4s ease-in-out;
}

@keyframes textlefting2 {
  0% {
    top: 100%;
    opacity: 0;
  }

  70% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


.leisure-bodyh2 {
  font-family: Poppins !important;
  position: absolute;
  font-size: 30px !important;
  font-weight: 600 !important;
  left: 40% !important;
  top: 80% !important;
  text-align: center !important;
  color: #2f8bc0 !important;
  /* z-index:4;  removed for testing */
  background: none !important;
  -webkit-transition: bottom 1s ease-in-out !important;
  transition: bottom 1s ease-in-out !important;
  animation: headerlefting 4s ease-in-out !important;
}


.shadowing2 {

  position: absolute;
  top: 65%;
  left: 35%;
  transform: translate(-50%, -50%) rotateX(90deg);
  border-radius: 50%;
  width: 400px;
  height: 400px;
  opacity: 1;

  background: radial-gradient(at center center, rgba(90, 92, 94, 0.6), rgba(90, 92, 94, 0.2), transparent);
  background: -webkit-radial-gradientgradient(at center center, rgba(93, 130, 189, 0.467), rgba(893, 130, 189, 0.2), transparent);
  /*
  background: radial-gradient(at center center, #9997, #9993, transparent);
  background: -webkit-radial-gradientgradient(at center center, #9997, #9993, transparent);
  */
  filter: blur(50px);
  -webkit-filter: blur(50px);
}


#home-animation-wrapper {
  width: 100%;
  height: 100vh;
  position: absolute;
  /* float: left; */
  cursor: pointer;

}

#home-animation-wrapper svg {
  width: 100%;
  max-height: 90%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.section0-right {
  position: absolute;
  display: block;
  width: 50vw;
  height: 100%;
  justify-content: center;
  align-items: flex-start;
  border-radius: 30px;
  margin-left: 50% !important;
  /*margin-left: 100% !important;*/
  z-index: 2;
}

.section0-left {
  display: block;
  position: absolute;
  width: 50vw;
  height: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  /* margin-left: 0%; 
  transform: translateX(0);
    margin-left: -50%; 
 */

  margin-left: 0%;
  padding-left: 10%;
  padding-right: 5%;
  z-index: 2;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////*/
/* //////////////////////////////////////////////////////////////////////////////////////////////*/
/* ////////////////////////////////// jquery.pageScroll3d.css /////////////////////////////////////////*/
.s3d,
.s3d__side {
  overflow: hidden
}

body,
html {
  height: 100%;
  width: 100%
}

.s3d {
  height: 100%;
  position: relative
}

.s3d__navigation {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 100;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.s3d__navigation-item {
  list-style: none;
  margin-bottom: 5px
}

.s3d__navigation-item.active .s3d__navigation-link {
  color: #2f8bc0;
  right: -10px;
  opacity: 1
}

.s3d__navigation-item.active .s3d__navigation-link:after {
  background: -webkit-radial-gradient(#ffc04d, #b37400);
  background: radial-gradient(#ffc04d, #b37400)
}

.s3d__navigation-link {
  text-decoration: none;
  outline: 0;
  display: block;
  height: 24px;
  padding: 2px 50px 2px 35px;
  border-radius: 12px 0 0 12px;
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .6));
  background: linear-gradient(90deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .6));
  font-size: 16px;
  color: #fff;
  position: relative;
  right: -30px;
  opacity: .7;
  -webkit-transition: all .5s cubic-bezier(.175, .885, .32, 2.4);
  transition: all .5s cubic-bezier(.175, .885, .32, 2.4)
}

.s3d__navigation-link:after,
.s3d__navigation-link:before {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute
}

.s3d__navigation-link:before {
  width: 16px;
  height: 16px;
  background: #fff;
  top: 4px;
  left: 4px
}

.s3d__navigation-link:after {
  width: 12px;
  height: 12px;
  background: -webkit-radial-gradient(#f2f2f2, #a6a6a6);
  background: radial-gradient(#f2f2f2, #a6a6a6);
  box-shadow: inset 0 0 1px #000;
  top: 6px;
  left: 6px
}

.s3d__navigation-link:hover {
  right: -10px;
  opacity: 1
}

.s3d__content {
  height: 100%;
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all .5s linear;
  transition: all .5s linear
}

.s3d__side {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}



/*////////////////////  national and iternational submenu items //////////////////////////////*/

.item-modify-national {
  list-style: none !important;
  margin-bottom: 5px !important
}

.item-modify-national.active .link-modify-national {
  color: #6097b8 !important;
  right: -10px !important;
  opacity: 1 !important
}

.item-modify-national.active .link-modify-national:after {
  background: -webkit-radial-gradient(#ffc04d, #b37400) !important;
  background: radial-gradient(#ffc04d, #b37400) !important
}

.link-modify-national {
  text-decoration: none !important;
  outline: 0 !important;
  display: block !important;
  height: 20px !important;
  padding: 2px 50px 2px 35px !important;
  border-radius: 12px 0 0 12px !important;
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, .6)) !important;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, .6)) !important;
  font-size: 12px;
  color: #b1d4e1 !important;
  position: relative !important;
  right: -50px !important;
  opacity: .7 !important;
  -webkit-transition: all .5s cubic-bezier(.175, .885, .32, 2.4) !important;
  transition: all .5s cubic-bezier(.175, .885, .32, 2.4) !important
}

.link-modify-national:after,
.link-modify-national:before {
  content: "";
  display: block !important;
  border-radius: 50% !important;
  position: absolute !important
}

.link-modify-national:before {
  width: 12px !important;
  height: 12px !important;
  background: #b1d4e1 !important;
  top: 4px !important;
  left: 4px !important
}

.link-modify-national:after {
  width: 8px !important;
  height: 8px !important;
  background: -webkit-radial-gradient(#f2f2f2, #a6a6a6) !important;
  background: radial-gradient(#f2f2f2, #a6a6a6) !important;
  box-shadow: inset 0 0 1px #000 !important;
  top: 6px !important;
  left: 6px !important
}

.link-modify-national:hover {
  right: -20px !important;
  opacity: 1 !important
}


/**/

.item-modify-international {
  list-style: none !important;
  margin-bottom: 5px !important
}

.item-modify-international.active .link-modify-international {
  color: #fbb03c !important;
  right: -10px !important;
  opacity: 1 !important
}

.item-modify-national.active .link-modify-international:after {
  background: -webkit-radial-gradient(#ffc04d, #b37400) !important;
  background: radial-gradient(#ffc04d, #b37400) !important
}

.link-modify-international {
  text-decoration: none !important;
  outline: 0 !important;
  display: block !important;
  height: 20px !important;
  padding: 2px 50px 2px 35px !important;
  border-radius: 12px 0 0 12px !important;
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, .6)) !important;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, .6)) !important;
  font-size: 12px;
  color: #face8c !important;
  position: relative !important;
  right: -50px !important;
  opacity: .7 !important;
  -webkit-transition: all .5s cubic-bezier(.175, .885, .32, 2.4) !important;
  transition: all .5s cubic-bezier(.175, .885, .32, 2.4) !important
}

.link-modify-international:after,
.link-modify-international:before {
  content: "";
  display: block !important;
  border-radius: 50% !important;
  position: absolute !important
}

.link-modify-international:before {
  width: 12px !important;
  height: 12px !important;
  background: #face8c !important;
  top: 4px !important;
  left: 4px !important
}

.link-modify-international:after {
  width: 8px !important;
  height: 8px !important;
  background: -webkit-radial-gradient(#f2f2f2, #a6a6a6) !important;
  background: radial-gradient(#f2f2f2, #a6a6a6) !important;
  box-shadow: inset 0 0 1px #000 !important;
  top: 6px !important;
  left: 6px !important
}

.link-modify-international:hover {
  right: -20px !important;
  opacity: 1 !important
}


/* =====================  connected dots background - start =======================*/



@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700);

/* _functions.scss */
/*
## Triangle
* @include triangle within a pseudo element and add positioning properties (ie. top, left)
* $direction: up, down, left, right
*/
/*
* Currency
*/
/*
* Clearfix
*/
/* line 103, ../_scss/_functions.scss */
.clearfix {
  zoom: 1;
}

/* line 105, ../_scss/_functions.scss */
.clearfix:after {
  content: '';
  display: table;
  line-height: 0;
  clear: both;
}

/*
* Respond To
* Copied from UtilityBelt- https://github.com/dmtintner/UtilityBelt
*
* Example:
* @include respondTo(smartphone){ display: none; }
*
*/
/*
* Ghost Vertical Align
*/
/*
* Truncate Text
*/
/*
* Animation
*/
/*
* Alerted
*/
@-webkit-keyframes alertMe {

  /* line 195, ../_scss/_functions.scss */
  from {
    border-width: 3px;
    border-color: gold;
  }

  /* line 199, ../_scss/_functions.scss */
  to {
    border-width: 0;
    border-color: rgba(255, 215, 0, 0.1);
  }
}

@-moz-keyframes alertMe {

  /* line 195, ../_scss/_functions.scss */
  from {
    border-width: 3px;
    border-color: gold;
  }

  /* line 199, ../_scss/_functions.scss */
  to {
    border-width: 0;
    border-color: rgba(255, 215, 0, 0.1);
  }
}

@-ms-keyframes alertMe {

  /* line 195, ../_scss/_functions.scss */
  from {
    border-width: 3px;
    border-color: gold;
  }

  /* line 199, ../_scss/_functions.scss */
  to {
    border-width: 0;
    border-color: rgba(255, 215, 0, 0.1);
  }
}

@keyframes alertMe {

  /* line 195, ../_scss/_functions.scss */
  from {
    border-width: 3px;
    border-color: gold;
  }

  /* line 199, ../_scss/_functions.scss */
  to {
    border-width: 0;
    border-color: rgba(255, 215, 0, 0.1);
  }
}

/* default.scss */
/* line 2, ../_scss/_default.scss */
HTML {
  margin: 0;
  padding: 0;
}

/* line 7, ../_scss/_default.scss */
BODY {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 100%;
  line-height: 1.2em;
  color: #313131;
  margin: 0;
  padding: 0;
}

@media (min-width: 1940px) {

  /* line 7, ../_scss/_default.scss */
  BODY {
    font-size: 125%;
  }
}

@media (min-width: 1680px) and (max-width: 1940px) {

  /* line 7, ../_scss/_default.scss */
  BODY {
    font-size: 105%;
  }
}

@media (min-width: 1280px) and (max-width: 1680px) {

  /* line 7, ../_scss/_default.scss */
  BODY {
    font-size: 95%;
  }
}

@media (max-width: 1280px) {

  /* line 7, ../_scss/_default.scss */
  BODY {
    font-size: 85%;
  }
}

@media (min-width: 767px) and (max-width: 1024px) {

  /* line 7, ../_scss/_default.scss */
  BODY {
    font-size: 75%;
  }
}

@media (max-width: 767px) {

  /* line 7, ../_scss/_default.scss */
  BODY {
    font-size: 65%;
  }
}

/* line 24, ../_scss/_default.scss */
DIV {
  margin: 0;
  padding: 0;
}

/* line 29, ../_scss/_default.scss */
A {
  color: inherit;
}

/* line 33, ../_scss/_default.scss */
* {
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
  /* -webkit-transform: translateZ(0); */
  -webkit-touch-callout: none;
}

/* line 48, ../_scss/_default.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  padding: 0;
  margin: 0;
  display: block;
  line-height: 1em;
  text-shadow: black 0px 2px 10px;
}

/* line 6, ../_scss/_functions.scss */
body h1 {
  -webkit-margin-before: 0.5em;
  -webkit-margin-after: 0.5em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-size: 3.2em;
  color: white;
  letter-spacing: 1px;
}

/* line 6, ../_scss/_functions.scss */
body h2 {
  -webkit-margin-before: 0.5em;
  -webkit-margin-after: 0.5em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-size: 2.8em;
  color: white;
  letter-spacing: 1px;
}

/* line 6, ../_scss/_functions.scss */
body h3 {
  -webkit-margin-before: 0.5em;
  -webkit-margin-after: 0.5em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-size: 2.4em;
  color: white;
  letter-spacing: 0px;
}

/* line 6, ../_scss/_functions.scss */
body h4 {
  -webkit-margin-before: 0.5em;
  -webkit-margin-after: 0.5em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-size: 2em;
  color: white;
  letter-spacing: 0px;
}

/* line 6, ../_scss/_functions.scss */
body h5 {
  -webkit-margin-before: 0.5em;
  -webkit-margin-after: 0.5em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-size: 1.6em;
  color: white;
  letter-spacing: 0px;
}

/* line 6, ../_scss/_functions.scss */
body h6 {
  -webkit-margin-before: 0.5em;
  -webkit-margin-after: 0.5em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-size: 1.2em;
  color: white;
  letter-spacing: 0px;
}

/* line 66, ../_scss/_default.scss */
p {
  max-width: 80em;
}

/* line 70, ../_scss/_default.scss */
.float-right {
  float: right;
}

/* line 74, ../_scss/_default.scss */
.float-left {
  float: left;
}

/* line 78, ../_scss/_default.scss */
.aligncenter {
  text-align: center;
}

/* line 82, ../_scss/_default.scss */
.alignright {
  text-align: right;
}

/* line 86, ../_scss/_default.scss */
.alignleft {
  text-align: left;
}

/* line 90, ../_scss/_default.scss */
input[type="text"],
input[type="password"] {
  padding: 10px 15px;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  border: 1px solid #ACACAC;
  border-radius: 3px;
}

/* line 100, ../_scss/_default.scss */
label {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  vertical-align: top;
}

/* line 108, ../_scss/_default.scss */
select {
  padding: 8px 15px;
  border: 2px solid #222;
  border-radius: 3px;
}

/* line 114, ../_scss/_default.scss */
select,
option {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
}

/* line 121, ../_scss/_default.scss */
option {
  padding: 5px 10px;
}

/* _fonts.scss */
/* line 5, ../_scss/style.scss */
body {
  max-width: 100%;
}

/* line 10, ../_scss/style.scss */
#particle-target {
  position: absolute;
  overflow: hidden;
}

/* line 15, ../_scss/style.scss */
#demo-menu {
  position: absolute;
  top: 2em;
  width: 350px;
  padding: 2em;
  background: rgba(255, 255, 255, 0.8);
  height: auto;
  display: inline-block;
  z-index: 20;
  -webkit-transition: all 200ms cubic-bezier(0.62, -0.005, 0.26, 0.995);
  -moz-transition: all 200ms cubic-bezier(0.62, -0.005, 0.26, 0.995);
  -o-transition: all 200ms cubic-bezier(0.62, -0.005, 0.26, 0.995);
  transition: all 200ms cubic-bezier(0.62, -0.005, 0.26, 0.995);
}

#demo-menu.closed {
  right: -350px;
}

#demo-menu.open {
  right: 0px;
}

/* line 27, ../_scss/style.scss */
#min-max-tag {
  position: absolute;
  left: -40px;
  top: 10px;
  width: 40px;
  padding: 10px;
  font-size: 200%;
  line-height: 1em;
  background: rgba(255, 255, 255, 0.4);
  color: rgba(34, 34, 34, 0.6);
  height: auto;
  display: inline-block;
  z-index: 20;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0em;
  border-bottom-right-radius: 0em;
  border-bottom-left-radius: 0.5em;
  cursor: pointer;
  -webkit-transition: all 200ms cubic-bezier(0.62, -0.005, 0.26, 0.995);
  -moz-transition: all 200ms cubic-bezier(0.62, -0.005, 0.26, 0.995);
  -o-transition: all 200ms cubic-bezier(0.62, -0.005, 0.26, 0.995);
  transition: all 200ms cubic-bezier(0.62, -0.005, 0.26, 0.995);
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) -0.2em 0em 2em;
  -moz-box-shadow: rgba(0, 0, 0, 0.75) -0.2em 0em 2em;
  box-shadow: rgba(0, 0, 0, 0.75) -0.2em 0em 2em;
}

/* line 50, ../_scss/style.scss */
#min-max-tag:hover {
  background: rgba(255, 255, 255, 0.8);
  color: rgba(34, 34, 34, 0.8);
}







/* =====================  connected dots background - end =======================*/
#img_div_bo_plx,
#img_div_info_plx,
#img_div_charter_plx {
  cursor: default !important;
}

#img_div_charter_plx {
  position: relative;
}


.boeing-plexus-bo {
  width: 50% !important;
  height: 50% !important;
  margin-top: 10%;
  margin-left: 21%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  position: absolute;
  z-index: 5;

  /*
  opacity: 1;
  display: block;
  scale: 1;
  */
  transform: scale(0);
  pointer-events: none;

  opacity: 0;
  display: none;
  visibility: visible;
}

/* New State Class */
.boeing-active {
  display: block !important;
  pointer-events: auto !important;
}

.boeing-plexus-bo .img-div-plexus-bo {
  /*max-width: 100% !important; */
  /* height: auto !important; */
  width: 100% !important;
  height: 100% !important;
  /* CRITICAL: Must explicitly define height */
  position: relative;
  /* Must be relative to anchor the hitbox children */
}


#boeing_reverse_video {
  display: none;
}

.boeing-video {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d !important;
  /*
  max-width: 100%;
  height: auto;
*/
  width: 100% !important;
  height: 100% !important;
  /* CRITICAL: Must fill the parent's height */

  /* Use background image to show the first frame until the video plays */
  background-image: url('../assets/front/images/aviation/frames/boeing/Boeing00.png');
  background-size: cover;
  background-repeat: no-repeat;
  /* Hide video controls that might appear */
  -ms-touch-action: none;
  touch-action: none;

  /* Maintain the original reflection effect */
  -webkit-box-reflect: below 10px linear-gradient(transparent, transparent, #0f0f427b);
  animation: imageinappearance 1.5s ease-in-out;

  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  /* Should be lower than hitbox (z-index: 15) but higher than any background */
  /* TEMPORARY: Add a border for visual debugging */
  border: 5px solid rgba(255, 0, 217, 0.0) !important;
}



.charter-video {
  /* Must be absolute to layer the forward and reverse videos */
  position: absolute;

  /* Fill the parent container completely */
  width: 100%;
  height: 100%;
  top: -27%;
  left: 0;

  /* Ensure the video content fills the space without gaps */
  object-fit: contain;

  /* Ensure the video is layered correctly */
  z-index: 10;
  /*border: 5px solid rgb(33, 98, 251) !important; */


  transition: 0.3s all ease-in-out;
  /* Optional, for smooth reflection visibility changes */

  /*  REFLECTION PROPERTY */
  /*-webkit-box-reflect: below 10px linear-gradient(transparent, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1));*/
  /* Fallback/standard versions */
  /*-ms-box-reflect: below 10px linear-gradient(transparent, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7)); */
  /*box-reflect: below 10px linear-gradient(transparent, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7)); */

}


.reflection-video-clone {
  display: block !important;
  position: absolute !important;

  /* Flip it vertically from the center */
  transform: scaleY(-1) !important;

  /* Since your main video is top: -27%, 
       setting this to top: 45% physically separates them.
       Adjust this 'top' value to close/open the gap.
    */
  top: -13% !important;
  left: 0;

  /* Glossy effect */
  opacity: 0.35;
  filter: blur(2px) brightness(0.8);
  pointer-events: none;
}

.real-reflection {
  top: 145px;
  /* Specific floor alignment for this file */
  -webkit-box-reflect: below 5px linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.5) 100%);
}


#click_blocker_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  /* Higher than any interactive element */
  cursor: default;
  /* Optional: Sets a non-interactive cursor */
  pointer-events: none !important;


  /* visual debugger*/
  background: rgba(0, 67, 250, 0.0);
  /* debugging backgound temporary colored*/
}

/**/



.boeing_plexus_charter {
  width: 50% !important;
  height: 125% !important;
  margin-top: 9%;

  /* === INITIAL STATE === */
  opacity: 0;
  transform: scale(0) translateX(100%);
  margin-left: 50%;

  /* This ensures the exit slide is smooth */
  /*transition: transform 1000ms ease-in-out, opacity 1000ms ease-in-out; */

  /* Tells the browser to prepare for animation on these properties */
  will-change: transform, opacity;

  /* Existing properties... */
  position: absolute;
  z-index: 5;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
}

/* === 🚀 Keyframe Animation (Keep as is, since it has the desired overshoot) === */
@keyframes boeingCharterEntrance {

  /* Start State: Invisible, Out of screen, scale 0 */
  0% {
    opacity: 0;
    transform: scale(0) translateX(100%);
    animation-timing-function: ease-in;
  }

  /* Overshoot Point: Scale 1.1, fully visible */
  88% {
    opacity: 1;
    transform: scale(1.1) translateX(3%);
    animation-timing-function: ease-out;
    /* Slows down into the final step */
  }

  /* End State: Final position, scale 1.0, fully visible */
  100% {
    opacity: 1;
    transform: scale(1) translateX(0);
  }
}

/* === 🔑 Trigger Class === */
/*
.boeing_plexus_charter.animate-in {
  animation: boeingCharterEntrance 2800ms ease-in-out forwards;
}
*/
/*
@keyframes boeingCharterExit {
  0% {
    opacity: 1;
    transform: scale(1) translateX(0);
    animation-timing-function: ease-in;
  }

  50% {
    opacity: 0.8;
    transform: scale(0.5) translateX(50%);
    animation-timing-function: ease-out;
  }

  100% {
    opacity: 0;
    transform: scale(0) translateX(100%);
  }
}

.boeing_plexus_charter.animate-out {
  animation: boeingCharterExit 1000ms ease-in-out forwards;
}

*/

/* General style for the new precise hitboxes */
.trigger-hitbox {
  position: absolute;
  z-index: 99;
  /* Higher than everything else to ensure it catches the event */
  cursor: pointer;
  /* In production, set background to transparent. 
       Use a color like 'rgba(255, 0, 0, 0.3)' during testing to visualize the hitbox area. */
  background-color: transparent;
}

/* Specific Placement for Part 1 (Boeing/Center) */
.hitbox-boeing-placement-old {
  /* Based on Part 1 being 50% width and centered, place the hitbox centrally 
      but ensure it doesn't overlap left/right hitboxes. These values are estimates 
      and may require slight manual adjustment based on your specific PNG visual bounds. */
  width: 35%;
  height: 40%;
  top: 30%;
  left: 30%;
}

.hitbox-boeing-placement {
  /* Original values are for fixed size. We replace them with the requested initial small size. */
  width: 100px;
  /* Initial small size */
  height: 80px;
  /* Initial small size */

  /* Positioning: Set it to the center of its parent (img_div_bo_plx) */
  top: 75%;
  left: 51%;
  /* Use translate to perfectly center the hitbox regardless of its size. 
     This is crucial for the scaling animation to work from the center. */
  transform: translate(-50%, -50%);

  /* Other original styles in this block (top: 30%, left: 30%) are now obsolete */
}



.svglines_boe {
  fill: #F79421;
  stroke: #f79421;
  stroke-miterlimit: 10;
  stroke-width: 3px;
  height: 200px;
  scale: 3;

  display: inline-block;
  top: 82%;
  left: 1.5%;
  position: absolute;
  z-index: 10;
  pointer-events: none;

  border: 2px solid rgba(249, 4, 4, 0.0) !important;
  background-color: rgba(255, 0, 0, 0.0) !important;
}



/* ------------------------------------------- */
/* 🎯 DEBUGGING: New Hitbox Boundaries */
/* ------------------------------------------- */

/* The actual elements that should be detecting the mouseenter event */
#hitbox_boeing {
  border: 5px solid rgba(249, 4, 4, 0.0) !important;
  z-index: 15;
}



.hitbox-charter-placement {
  position: absolute;
  top: 25%;
  left: 46%;
  transform: translate(-50%, -50%);

  /* visual debugging*/
  border: 4px solid rgba(255, 0, 255, 0.0) !important;
  background-color: rgba(47, 255, 0, 0.0) !important;
}

#hitbox_charter {
  width: 100px;
  height: 80px;
}

.hitbox_charter-large {
  width: 800px;
  height: 600px;
}

.svgtxt_boe {
  fill: #F79421;
  stroke: #f79421;
  stroke-miterlimit: 10;
  stroke-width: 2px;
  height: 200px;
  scale: 0.5;

  display: inline-block;
  top: 55%;
  right: 25%;
  position: absolute;

  /*VISUAL DEBUGGING*/
  border: 2px solid rgba(253, 253, 5, 0) !important;
  background-color: rgba(255, 255, 0, 0.0) !important;
}

.svgtxtdiv_boe {
  display: block;
  width: 100px;
  height: 50px;
  /*
  width: 300px;
  height: 300px;
  top: 75%;
  left: 36%;
  */
  position: absolute;
  z-index: 10;

  /* VISUAL DEBUGGING*/
  border: 2px dashed rgba(255, 165, 0, 0) !important;
  background-color: rgba(255, 255, 0, 0.0) !important;

  display: flex;
  flex-direction: column;
}

#text_lines_container {
  display: flex;
  flex-direction: column;
  text-align: center;
}



#text_lines_grd_hndl_container {
  display: flex;
  flex-direction: column;
  text-align: center;
}

#text_lines_pssg_crg_container {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.text_line {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: #f79421;
  font-weight: 500;
  text-transform: uppercase;

  display: block;
  line-height: 1.2;
}

#boeing_eng_sp_link {
  display: none;
  margin-left: 43.7%;
  margin-top: -9%;
  height: 40px !important;
  width: 10px !important;
  scale: 4;
  pointer-events: none;
}

#boeing_eng_sp_txt {
  margin-left: 37%;
  margin-top: -70%;
}

.st0 {
  opacity: 0;
}

#ctrng_gnd_hndl_link1 {
  display: none;
  margin-left: 23%;
  margin-top: -7%;
  height: 100px !important;
  width: 100px !important;
  position: relative;
  scale: 2;
  pointer-events: none;
}

#ctrng_gnd_hndl_link2 {
  display: none;
  margin-left: 23%;
  margin-top: -6.5%;
  height: 100px !important;
  width: 100px !important;
  position: relative;
  scale: 2;
  pointer-events: none;
}

#ctrng_gnd_hndl_txt {
  display: none;
  top: -16% !important;
  right: -8% !important
}

#ctrng_gnd_hndl_txt_id {
  top: 72%;
  /* <-- ADJUST THIS */
  left: 15%;
  /* <-- ADJUST THIS */
}

#strs_psngr_crg_link1 {
  display: none;
  margin-left: 60%;
  margin-top: -7%;
  height: 100px !important;
  width: 100px !important;
  position: relative;
  scale: 2;
  pointer-events: none;
}

#strs_psngr_crg_link2 {
  display: none;
  margin-left: 62.1%;
  margin-top: -8.5%;
  height: 100px !important;
  width: 100px !important;
  position: relative;
  scale: 2;
  pointer-events: none;
}

#strs_psngr_crg_txt {
  display: none;
  top: 0% !important;
  right: 45% !important
}

#strs_psngr_crg_txt_id {
  top: 69%;
  /* <-- ADJUST THIS */
  left: 72%;
  /* <-- ADJUST THIS */
}

#svgtxtdiv_id {
  top: 72%;
  /* <-- ADJUST THIS */
  left: 42.5%;
  /* <-- ADJUST THIS */
}



#infodesk_link1 {
  display: none;
  margin-left: 36%;
  margin-top: -18%;
  height: 100px !important;
  width: 100px !important;
  position: absolute;
  scale: 2;
  pointer-events: none;
  z-index: 20;
}

#infodesk_Lpath1 {
  stroke-dasharray: 200;
  /* Approximate length, JS will calculate exact */
  stroke-dashoffset: 200;
  /* Start hidden */
  visibility: hidden;
}

#infodesk_link2 {
  display: none;
  margin-left: 32.6%;
  margin-top: -21.2%;
  /* Adjusted slightly down to bring it into view */
  height: 150px !important;
  /* Increased height to prevent clipping */
  width: 100px !important;
  position: absolute;
  scale: 2;
  pointer-events: none;
  overflow: visible !important;
}

#infodesk_link3 {
  display: none;
  margin-left: 32.6%;
  /* Matches Link2 for alignment */
  margin-top: -19.4%;
  /* Adjusted to align with the horizontal line */
  height: 150px !important;
  width: 100px !important;
  position: absolute;
  scale: 2;
  pointer-events: none;
  overflow: visible !important;
}

#infodesk_link4,
#infodesk_link5 {
  display: none;
  position: absolute;
  width: 100px !important;
  height: 100px !important;
  scale: 2;
  pointer-events: none;
  overflow: visible !important;
}

/* Positions provided by you */
#infodesk_link4 {
  margin-left: 29%;
  margin-top: -20.6%;
}

#infodesk_link5 {
  margin-left: 29%;
  margin-top: -12.2%;
}

.svglines_info {
  fill: #F79421;
  stroke: #f79421;
  stroke-miterlimit: 10;
  stroke-width: 3px;
  height: 200px;
  scale: 3;

  display: none;
  top: 82%;
  left: 1.5%;
  position: absolute;
  z-index: 6;
  pointer-events: none;
}

.svgtxt_info {
  fill: #F79421;
  stroke: #f79421;
  stroke-miterlimit: 10;
  stroke-width: 2px;
  height: 30px;
  scale: 0.5;

  display: inline-block;
  left: -46%;
  top: -5%;
  position: absolute;
}

.svgtxtdiv_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2px;
  overflow: visible !important;

  transform-style: flat !important;
  perspective: none !important;
  backface-visibility: visible !important;
  /* Visual Debugging */
  border: 2px dashed rgba(136, 255, 0, 0) !important;
  background-color: rgba(136, 255, 0, 0.0) !important;
}



#nationalgsa_txt,
#internationalgsa_txt {
  display: none;
  position: absolute !important;
  width: 150px !important;
  height: 50px !important;
  z-index: 100;
  pointer-events: auto;
  text-decoration: none;

  /* Reset margins and use Top/Left instead */
  margin: 0 !important;
  /* Adjust this to align with the end of horizontal lines */

  /* Visual Debugging */
  border: 2px dashed rgba(166, 0, 255, 0) !important;
  background-color: rgba(191, 0, 255, 0.0) !important;
}

#nationalgsa_txt {
  top: 33.5% !important;
  left: 22% !important;
}

#internationalgsa_txt {
  top: 51% !important;
  left: 21% !important;
}

.infodesk_text_line {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: #f79421;
  font-weight: 500;
  text-transform: uppercase;

  display: block;
  line-height: 1.2;
  white-space: nowrap;
  text-align: center;
}

.svglines_charter {
  fill: #F79421;
  stroke: #f79421;
  stroke-miterlimit: 10;
  stroke-width: 3px;
  height: 200px;
  scale: 3;

  display: none;
  top: 74%;
  left: 1.5%;
  position: absolute;
  z-index: 6;

  /* Visual debugging */
  border: 2px solid rgba(0, 255, 255, 0) !important;
  background-color: rgba(0, 255, 255, 0) !important;
}

.svgtxt_charter {
  fill: #F79421;
  stroke: #f79421;
  stroke-miterlimit: 10;
  stroke-width: 2px;
  height: 30px;
  scale: 0.5;

  display: inline-block;
  left: -46%;
  top: -5%;
  position: absolute;

  width: 100%;
}

.svgtxtdiv_charter {
  display: block;
  width: 120px;
  height: 40px;
  top: 53%;
  left: 43%;
  position: relative;
  z-index: 6;

  /* Visual debugging */
  border: 2px solid rgba(0, 255, 0, 0) !important;
  background-color: rgba(0, 255, 0, 0) !important;
}


#charter_link1 {
  display: none;
  margin-left: 45%;
  margin-top: -13.5%;
  height: 100px !important;
  width: 100px !important;
  position: absolute;
  scale: 2;
  pointer-events: none;
}

#aircharter_txt {
  display: none;
  margin-top: 170% !important;
  left: 313% !important;
}

#charter_link2 {
  display: none;
  margin-left: 44.9%;
  margin-top: -5.9%;
  height: 100px !important;
  width: 100px !important;
  position: absolute;
  scale: 2;
  pointer-events: none;
}

#charter_link3 {
  display: none;
  margin-left: 35.9%;
  margin-top: -0.5%;
  height: 100px !important;
  width: 100px !important;
  position: absolute;
  scale: 2;
  pointer-events: none;
}

#charter_link4 {
  display: none;
  margin-left: 48.5%;
  margin-top: -0.5%;
  height: 100px !important;
  width: 100px !important;
  position: absolute;
  scale: 2;
  pointer-events: none;
}

#charter_link5 {
  display: none;
  margin-left: 57.4%;
  margin-top: -4.0% !important;
  height: 100px !important;
  width: 100px !important;
  position: absolute;
  scale: 2;
  pointer-events: none;
}

#charter_link6 {
  display: none;
  margin-left: 32.3%;
  margin-top: -4.0% !important;
  height: 100px !important;
  width: 100px !important;
  position: absolute;
  scale: 2;
  pointer-events: none;
}

#wetleasing_txt1 {
  display: none;
  margin-top: 215% !important;
  left: 490% !important;
}

#dryleasing_txt1 {
  display: none;
  margin-top: 190% !important;
  left: 165% !important;
}

/* 1. Masking Container: Hides the text outside its boundary */
.text-reveal-mask {
  /* Must match the height of the text wrapper */
  height: 40px;
  overflow: hidden;
  position: relative;
}

/* 2. The Actual Text Element: Positioning and Style */
#aircharter_text {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #F79421;

  position: absolute;
  top: 10%;
  transform: translateY(-100%);

  transition: none;
  text-align: center;
}

#aircharter_txt_id {
  display: none;
}

.wet-dry-text-reveal-mask {
  /* Must match the height of the text wrapper */
  height: 40px;
  overflow: hidden;
  position: relative;
  min-width: 150px;
  overflow: visible;
}

#wetleasing_txt {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #F79421;

  position: absolute;
  top: 10%;
  transform: translateY(-100%);
  transition: none;
  text-align: center;
  width: fit-content !important;
}

#wetleasing_Tpath {
  display: none;
  top: 63%;
  left: 54.5%;
}

#dryleasing_txt {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #F79421;

  position: absolute;
  top: 10%;
  transform: translateY(-100%);
  transition: none;
  text-align: center;
  width: fit-content !important;
}

#dryleasing_Tpath {
  display: none;
  top: 57.3%;
  left: 29.1%;
}

.permanently-hidden-charter-text {
  display: none !important;
}

/* --- Ripple Container Styles (Child of Text Wrapper) ripples are added to the text not hitbox_charter --- */
.guidance-ripple-container {
  position: absolute;
  width: 150px;
  height: 150px;
  top: 53%;
  left: 43%;

  transform: translate(-65px, -75px);

  pointer-events: none;
  /* Allows clicks to pass through */
  overflow: hidden;
  opacity: 0;
  /* Starts hidden */
  transition: opacity 0.3s;
  z-index: 1;
  /* Set Z-index lower than 6 to avoid stacking issues with other elements */

  /* visual debugging*/
  border: 2px solid rgb(255, 0, 123, 0) !important;
  background-color: rgba(0, 255, 0, 0) !important;
}

#wetleasing_ripple_target {
  /* 1. Base Size (Max ripple size) */
  width: 150px;
  height: 150px;
  top: 63%;
  left: 54.5%;

  transform: translate(-65px, -75px);
  pointer-events: none;
  /* Allows clicks to pass through */
  overflow: hidden;
  opacity: 0;
  /* Starts hidden */
  transition: opacity 0.3s;
  z-index: 1;

  /* Visual debugging */
  border: 2px solid rgb(43, 0, 255, 0) !important;
  background-color: rgba(0, 255, 0, 0.0) !important;
}

#dryleasing_ripple_target {
  /* 1. Base Size (Max ripple size) */
  width: 150px;
  height: 150px;
  top: 57.3%;
  left: 29.1%;

  transform: translate(-35px, -75px);
  pointer-events: none;
  /* Allows clicks to pass through */
  overflow: hidden;
  opacity: 0;
  /* Starts hidden */
  transition: opacity 0.3s;
  z-index: 1;

  /* visual debugging*/
  border: 2px solid rgb(26, 219, 8, 0) !important;
  background-color: rgba(0, 255, 0, 0) !important;
}


/* --- Single Ripple Circle Style --- */
.ripple {
  position: absolute;
  /* Center the ripple point within the container */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 1px;
  height: 1px;
  opacity: 0;
  border-radius: 50%;
  border-style: solid;
  border-width: 6px;
  border-color: rgba(0, 174, 255, 0.6);
  box-shadow: 0 0 10px 4px rgba(0, 174, 255, 0.8);

  /* Animation Control */
  animation-name: grow;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
  animation-duration: 2s;
}

/* --- Ripple Animation Keyframes --- */
@keyframes grow {
  0% {
    width: 1px;
    height: 1px;
    opacity: 0.8;
    /* Start visible */
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 10px 4px rgba(0, 174, 255, 1);
  }

  50% {
    opacity: 0.2;
    box-shadow: 0 0 10px 4px rgba(0, 174, 255, 0.2);
  }

  100% {
    width: 150px;
    /* Max size of the ripple */
    height: 150px;
    opacity: 0;
    /* Fade out */
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 10px 4px rgba(0, 174, 255, 0);
  }
}


/* --- Hitbox Initial Ripple Container --- */
#hitbox_initial_ripple_container {
  position: absolute;
  /* Center the ripple container exactly over the 100x80 hitbox */
  top: 0;
  left: 0;
  transform: translate(-25%, -25%);

  /* Set size to the maximum ripple size (150px) and allow overflow */
  width: 150px;
  height: 150px;

  overflow: visible;
  /* CRITICAL: Allows the ripple to grow outside the 100x80 hitbox */
  pointer-events: none;
  opacity: 1;
  /* Start visible */
  z-index: 1;

  /* visual debugging*/
  border: 2px solid rgb(26, 219, 8, 0) !important;
  background-color: rgba(0, 255, 0, 0) !important;
}

/* hitbox_charter ripples  */
.ripple-orange {
  position: absolute;
  /* Center the ripple point within the container */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 1px;
  height: 1px;
  opacity: 0;
  border-radius: 50%;
  border-style: solid;
  border-width: 6px;
  border-color: rgba(255, 115, 0, 0.6);
  box-shadow: 0 0 10px 4px rgba(255, 115, 0, 0.8);

  /* Animation Control */
  animation-name: groworange;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
  animation-duration: 2s;
}

/* --- Ripple Animation Keyframes --- */
@keyframes groworange {
  0% {
    width: 1px;
    height: 1px;
    opacity: 0.8;
    /* Start visible */
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 10px 4px rgba(255, 115, 0, 1);
  }

  50% {
    opacity: 0.2;
    box-shadow: 0 0 10px 4px rgba(255, 115, 0, 0.2);
  }

  100% {
    width: 150px;
    /* Max size of the ripple */
    height: 150px;
    opacity: 0;
    /* Fade out */
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 10px 4px rgba(255, 115, 0, 0);
  }
}

/* --- 1. Container for the Charter Next Ripple (Target: #charter_next_guidance_ripple) --- */
#charter_next_guidance_ripple {
  position: absolute;
  top: 15%;
  left: 35%;
  transform: translate(-50%, -50%);

  /* Sets the boundary for the 600px ripple animation */
  width: 200px;
  height: 200px;

  pointer-events: none;
  /* Crucial: Must not block clicks/hovers 
  z-index: 998; */
  opacity: 0;
  border-radius: 50%;
  overflow: visible;
}

/* --- 2. Style for the Charter Next Ripple (The element that animates inside the container) --- */
.ripple-charter-next {
  position: absolute;
  /* Centers the ripple point within the 600x600 container */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 1px;
  height: 1px;
  opacity: 0;
  border-radius: 50%;
  border-style: solid;
  border-width: 6px;

  border-color: rgba(255, 115, 0, 0.6);
  box-shadow: 0 0 10px 4px rgba(255, 115, 0, 0.8);

  /* Animation Control */
  animation-name: growcharternext;
  /* NEW KEYFRAME NAME */
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
  animation-duration: 2s;
  animation-delay: -0.5s;
}

/* --- 3. Keyframes for the Charter Next Ripple Animation --- */
@keyframes growcharternext {
  0% {
    width: 1px;
    height: 1px;
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 10px 4px rgba(255, 115, 0, 1);
  }

  50% {
    opacity: 0.2;
    box-shadow: 0 0 10px 4px rgba(255, 115, 0, 0.5);
  }

  100% {
    width: 600px;
    /* Max size matches the container */
    height: 600px;
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 10px 4px rgba(255, 115, 0, 0);
  }
}

/* --- Positioning for Boeing Group 1 Ripple --- */
#boeing_g1_ripple_target {
  /* 1. Base Size (Max ripple size) */
  width: 150px;
  height: 150px;

  /* 2. Positioning within #svgtxtdiv_id container */
  /* You may need to adjust these based on your layout */
  top: 50%;
  left: 50%;

  /* Center the ripple element itself */
  transform: translate(-50%, -50%);

  pointer-events: none;
  overflow: hidden;
  opacity: 0;
  /* Hidden by default (handled by CSS/JS) */
  transition: opacity 0.3s;
  z-index: 1;

  /* visual debugging - DELETE AFTER TEST */
  border: 2px solid rgb(255, 0, 0, 0) !important;
}

#boeing_g2_ripple_target {
  width: 150px;
  height: 150px;

  /* Adjust these values to center the ripple over the G2 text */
  top: 50%;
  left: 50%;

  transform: translate(-50%, -50%);
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
  z-index: 1;
}

/* --- Positioning for Boeing Group 3 Ripple --- */
#boeing_g3_ripple_target {
  width: 150px;
  height: 150px;

  /* Adjust these values to center the ripple over the G3 text */
  top: 50%;
  left: 50%;

  transform: translate(-50%, -50%);
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
  z-index: 1;
}

/* --- Boeing Hitbox Initial Ripple Container --- */
#boeing_initial_ripple_container {
  position: absolute;
  /* Center the ripple container exactly over the 100x80 hitbox */
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  /* Set size to the maximum ripple size (150px) */
  width: 150px;
  height: 150px;

  overflow: visible;
  pointer-events: none;
  opacity: 1;
  z-index: 1;

  /* visual debugging (set to 0 for production) */
  border: 2px solid rgba(26, 219, 8, 0) !important;
  background-color: rgba(0, 255, 0, 0) !important;
}

/* Use the existing .ripple-orange class and @keyframes groworange 
   that you already defined for the Charter module */

/* Prevents the white flash during the reload-reset */
body.is-resetting {
  opacity: 0;
  transition: opacity 0.5s ease-in;
}


/* Module 2 Video Styling */
/* --- COMPLETE MODULE 2 VIDEO STYLING --- */
.infodesk-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  z-index: 1;
  background-size: cover;
  /* Preserving your original debug background */
  background-color: rgba(255, 0, 0, 0.0);

  /* Individual Gap Controller */
  --v-gap: 0px;

  /* The Reflection Logic */
  -webkit-box-reflect: below var(--v-gap) linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.4) 100%);

  /* THE FIX: Deletes the ghost reflection appearing at smaller Y.
       This mask keeps the video and the reflection BELOW it, but clips 
       anything that tries to wrap around to the top. */
  -webkit-mask-image: linear-gradient(to bottom,
      black 0%,
      black 80%,
      rgba(0, 0, 0, 0.5) 95%,
      transparent 100%);
  mask-image: linear-gradient(to bottom,
      black 0%,
      black 80%,
      rgba(0, 0, 0, 0.5) 95%,
      transparent 100%);
}


/* Specific overrides for different video states (Preserved) */


.real-video-reflection-boost {
  --v-gap: -25px;

  /* THE INTENSITY FIX:
       We hold the 'transparent' (visible) state longer to make the 
       top part of the reflection solid and easy to see. */
  -webkit-box-reflect: below var(--v-gap) linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 0%,
      /* Contact edge: 100% visible */
      rgba(0, 0, 0, 0) 40%,
      /* Hold 100% visibility for 40% of the height */
      rgba(0, 0, 0, 0.6) 80%,
      /* Start fading out late */
      rgba(0, 0, 0, 1) 100%
      /* Fully hidden at the bottom */
    );
}


.infodesk-real-override {
  display: block !important;
  width: 45% !important;
  height: 45% !important;
  object-fit: contain !important;
  position: absolute !important;
  top: 30% !important;
  left: 28% !important;
  transform: translateZ(0);
  z-index: 10 !important;
  pointer-events: none;
  opacity: 1;
  /* Default to visible */

}

/* Ensure the InfoDesk container is visible and positioned on the left */
#plexus_info_desk.show-initial {
  opacity: 1 !important;
  transform: scale(1) translateX(0) !important;
  visibility: visible !important;
}


#hitbox_infodesk {
  width: 80px;
  height: 100px;
  top: 20%;
  left: 33%;

  /* visual debugging */
  border: 5px solid rgba(255, 255, 0, 0) !important;
}

/* Specific Placement for Part 2 (InfoDesk/Left) */
.hitbox-infodesk-placement {
  position: absolute;
  /* Based on Part 2 being 15% width, position it over the desk image. */
  width: 60%;
  /* Relative to its smaller parent container */
  height: 50%;
  top: 25%;
  left: 20%;

  z-index: 15;
  /* Above videos */
  cursor: pointer;
}

.boeing-plexus-info {
  /* 1. Size & Layout */
  width: 25% !important;
  height: 40% !important;
  margin-top: 17%;
  margin-left: 10%;
  position: absolute;
  display: flex;
  /* Updated for modern browsers */
  z-index: 5;

  /* 2. The "Backstage" state */
  opacity: 0;
  visibility: hidden;

  /* 3. PERFORMANCE - Remove the 'transform' line from here! */
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d !important;
  will-change: transform, opacity;

  border: 5px solid rgba(255, 0, 225, 0) !important;
}

@keyframes boeingInfoEntrance {

  /* Starts far left */
  0% {
    opacity: 0;
    transform: scale(0) translateX(-100%);
    animation-timing-function: ease-in;
  }

  /* Overshoots LEFT (negative values create the curved path) */
  88% {
    opacity: 1;
    transform: scale(1.1) translateX(-3%);
    animation-timing-function: ease-out;
  }

  /* Settles at 0 */
  100% {
    opacity: 1;
    transform: scale(1) translateX(0);
  }
}

@keyframes boeingInfoExit {

  /* Starts at final resting state */
  0% {
    opacity: 1;
    transform: scale(1) translateX(0);
    animation-timing-function: ease-in;
  }

  /* Mid-point sliding far left */
  50% {
    opacity: 0.8;
    transform: scale(0.5) translateX(-50%);
    animation-timing-function: ease-out;
  }

  /* Ends far left, invisible */
  100% {
    opacity: 0;
    transform: scale(0) translateX(-100%);
  }
}

.boeing-plexus-info .img-div-plexus-info {
  max-width: 100% !important;
  height: auto !important;
  position: relative;
  /* Must be relative to anchor the hitbox children */

}



.boeing-plexus-info img {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d !important;
  max-width: 100%;
  height: auto;

  -webkit-box-reflect: below 10px linear-gradient(transparent, transparent, #0f0f427b);
  animation: imageinappearance1 1.5s ease-in-out;
}

@keyframes imageinappearance1 {
  0% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}

#infodesk_real_woman_img {
  position: absolute;
  top: -32%;
  left: -14%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d !important;
  opacity: 0;
  scale: 0.95;
}

#infodesk_real_desk_img {
  position: absolute;
  top: 32%;
  left: 14%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d !important;
  opacity: 0;
  scale: 2.4;
}



.boeing_plexus_charter .img_div_plexus_charter {
  width: 100% !important;
  height: 100% !important;
  position: relative;
  /* Must be relative to anchor the hitbox children */
}

/*
@keyframes imageinappearance2 {
  0% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}
*/

/* Force show class to break the display:none */
.infodesk-video-isolated {
  position: absolute;
  top: 30%;
  left: 30%;
  width: 40% !important;
  height: 40% !important;
  object-fit: contain;
  z-index: 10;
  display: none;
  opacity: 0;
  pointer-events: none;

  /* Styling from original flicker */
  --v-gap: -170px;
  /* Matches the standing receptionist gap */

  -webkit-box-reflect: below var(--v-gap) linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.4) 100%);

  /* Science-fiction mask to prevent reflection bleed */
  -webkit-mask-image: linear-gradient(to bottom,
      black 0%,
      black 80%,
      rgba(0, 0, 0, 0.5) 95%,
      transparent 100%);
}

/* The glitch override class if you want specific filter effects */
.infodesk-flicker-override {
  filter: brightness(1.2) contrast(1.1);
}

.flicker-fwd-hologram {
  position: absolute;
  top: 30% !important;
  left: 30% !important;
  width: 40% !important;
  height: 40% !important;
  object-fit: contain;
  z-index: 10;
  pointer-events: none;

  /* ADD THESE TWO LINES TO MATCH ORIGINAL BEHAVIOR */
  display: none;
  opacity: 0;

  --v-gap: -170px;
  -webkit-mask-image: none !important;
  mask-image: none !important;

  -webkit-box-reflect: below var(--v-gap) linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 75%,
      rgba(0, 0, 0, 0.35) 100%);
}

.infodesk-poster-overlay {
  position: absolute;
  width: 75% !important;
  height: 85% !important;
  margin-top: 5%;
  margin-left: 5%;
  background-image: url('../images/aviation/frames/receptionist/infodesk-poster.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  /* Higher than the video (z-index: 1) */
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
  /* Let clicks/hovers pass through to the hitbox */

  /*visual debugging*/
  background-color: rgba(5, 246, 25, 0.0);
}

.infodesk-poster-overlay.fade-out {
  opacity: 0;
}

#infodesk_poster {
  position: absolute;
  z-index: 2;
}


.infodesk-poster-reflection {
  position: absolute;
  width: 75% !important;
  height: 85% !important;
  top: 175%;
  /* 5% margin + 85% height */
  left: 5%;
  margin-top: -1px;

  background-image: url('../images/aviation/frames/receptionist/infodesk-poster.png') !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;

  z-index: 10 !important;
  pointer-events: none;

  /* THE MIRROR */
  transform: scaleY(-1);
  transform-origin: top;

  opacity: 0.7;
  filter: blur(2px);

  /* THE FINAL REVERSAL:
     Since your browser puts 0% at the bottom, we move the 
     solid color (rgba 1) to the 100% mark. 
     This forces the intensity to the top (contact line). */
  -webkit-mask-image: linear-gradient(rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.4) 50%,
      rgba(0, 0, 0, 1) 100%);
  mask-image: linear-gradient(rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.4) 70%,
      rgba(0, 0, 0, 1) 100%);

  /* VISUAL DEBUGGING */
  background-color: rgba(245, 255, 0, 0) !important;
}

/* Force the scale to be controlled ONLY by inline styles (GSAP) */
#plexus_info_desk.gsap-active {
  /* Kill all CSS-based movement/scaling */
  animation: none !important;
  transition: none !important;

  /* Ensure it doesn't disappear during the hand-off */
  opacity: 1 !important;
  visibility: visible !important;

  /* Ensure it sits above other background elements */
  z-index: 100 !important;
}

/* This ensures that when we are in "Center Mode", no CSS transitions/animations can run */
#plexus_info_desk.gsap-scaling {
  animation: none !important;
  transition: none !important;
  -webkit-animation: none !important;
  -webkit-transition: none !important;
  transform-style: flat !important;
  /* Temporarily simplify 3D if needed */
}


#infodesk_initial_ripple_container {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 150px;
  height: 150px;
  pointer-events: none;
  z-index: 1;
}





/* Position for National and International GSA Ripple  */
#infodesk_g1_ripple_target,
#infodesk_g2_ripple_target {
  /* 1. Base Size (Max ripple size) */
  width: 150px;
  height: 150px;


  /* Center the ripple element itself */
  transform: translate(-50%, -50%);

  pointer-events: none;
  overflow: visible !important;
  opacity: 0;
  /* Hidden by default (handled by CSS/JS) */
  transition: opacity 0.3s;
  z-index: 9;


  contain: none !important;
  clip-path: none !important;
  -webkit-clip-path: none !important;
  visibility: visible !important;

  /* visual debugging - DELETE AFTER TEST */
  border: 2px solid rgb(255, 0, 0, 0) !important;
}

#infodesk_g1_ripple_target {
  top: 36%;
  left: 27%;
}

#infodesk_g2_ripple_target {
  top: 54%;
  left: 26%;
}

#nationalgsa_txt_container,
#internationalgsa_txt_container {
  overflow: visible !important;
  display: block !important;
  text-align: center;
}


/* 1. Standard Hidden State */
#infodesk_flicker_rev {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

/* 2. The Active State */
#infodesk_flicker_rev.active-reverse {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  /* FORCE a new GPU layer so it can't see the real video behind it */
  transform: translateZ(50px) !important;
  z-index: 999 !important;
}

#infodesk_real_video.hidden-ghost {
  display: none !important;
  opacity: 0 !important;
  /* This physically removes the video from the browser's paint calculations */
  content: none !important;
  -webkit-box-reflect: unset !important;
}




/* Centric Transition Ripple Target - Professional Replica */
#infodesk_transition_target,
#infodesk_transition_target2 {
  position: fixed;
  width: 150px;
  height: 150px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  overflow: visible !important;
  opacity: 0;
  z-index: 99999;
  visibility: visible !important;
}

#infodesk_transition_target {
  top: 30%;
  left: 60%
}

#infodesk_transition_target2 {
  position: fixed;
  top: 40%;
  left: 40%;
}