@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.noneclass {
  display: none !important;
}

.display-flex {
  display: flex;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; 
  z-index: 1000; 
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  position: relative;
  background-color: #fff;
  margin: 15% auto; 
  padding: 32px;
  border: 1px solid #888;
  font-size: 16px;
  color: #333;
  width: 80%;
  max-width: 740px;
  text-align: center;
  border-bottom: 4px #2377D6 solid;
}

.modal-title {
  font-size: 32px;
}

.modal-bold {
  background-color: #efefef;
  padding: 16px;
  font-size: 16px;
  font-weight: 400;
}

.close-button {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #2377D6;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

@font-face {
  font-family: 'EurostileExtended-Roman-DTC';
  src: url('../fonts/EurostileExtended-Roman-DTC.eot');
  src: url('../fonts/EurostileExtended-Roman-DTC.eot?#iefix') format('embedded-opentype'),
      url('../fonts/EurostileExtended-Roman-DTC.woff2') format('woff2'),
      url('../fonts/EurostileExtended-Roman-DTC.woff') format('woff'),
      url('../fonts/EurostileExtended-Roman-DTC.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/* 
.tab-content::-webkit-scrollbar {
  width: 5px;
}

.tab-content::-webkit-scrollbar-track {
  background: transparent;
}

.tab-content::-webkit-scrollbar-thumb {
  background-color: #fff;
    border-radius: 6px;
    border: 0;
} */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

html,
body {
  margin: 0;
  height: 100%;
}

.body {
  position: relative;
  overflow: hidden;
}

.logo {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 200px;
  height: auto;
  z-index: 999;
}

.logo img {
  width: 100%;
  height: 100%;
  display: block;
}

.img-responsive {
  width: 100%;
  height: 100%;
  display: block;
}

.wrapper {
  position: absolute;
  top: 0;
  left: -350px;
  width: 350px;
  height: 100%;
  z-index: 999;
  transition: all 0.5s;
}

.wrapper.show {
  left: 0;
}

.wrapperOutside {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: none;
}

.menu {
  position: absolute;
  right: -110px;
  top: 30px;
  width: 110px;
  background: rgba(239, 239, 239, 0.7);
  height: 40px;
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  cursor: pointer;
  font-weight: 700;
  z-index: 99;
  transition: all 1s;
  /* Add rounded borders to the right side */
border-top-right-radius: 8px; /* Adjust the value as needed */
border-bottom-right-radius: 8px; /* Adjust the value as needed */
}

.menu.view {
  left: 350px;
}

.menu p {
  margin: 0;
  color: #000;
  font-size: 16px;
  font-family: 'EurostileExtended-Roman-DTC';
}

.toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.line {
  width: 15px;
  height: 1.5px;
  background-color: #2377D6;
}

.line:nth-child(1n+2) {
  margin-top: 3px;
}

.sidebar {
  width: 350px;
  height: 100%;
  position: relative;
  background: rgba(239, 239, 239, 0.7);
  z-index: 99;
  padding: 25px;
  overflow-y: scroll;
}

.myLiterature {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0px 16px;
  min-height: 42px;
  background: #2377D6;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}

.myLiterature img {
  width: 20px;
  margin-right: 8px;
}

.spaceBeetween {
  align-items: center;
  justify-content: space-between;
  display: flex;
  width: 100%;
  float: left;
  margin: 80px 0 20px 0;
}

.sidebar .searchTitle {
  margin: 100px 0 20px 0;
  color: #2377D6;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  float: left;
}

.sidebar .CategoryTitle {
  margin: 0;
  color: #2377D6;
  font-size: 16px;
  font-weight: 600;
}

.sidebar .ClearTitle {
  margin: 0;
  color: #2377D6;
  font-size: 16px;
  font-weight: 600;
  text-align: right;
  cursor: pointer;
}

.categoryListing {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}

.categoryListing li {
  list-style: none;
  display: block;
  position: relative;
  margin-bottom: 14px;
}

.categoryListing li button {
  position: relative;
  cursor: pointer;
  padding: 10px;
  font-family: 'EurostileExtended-Roman-DTC';
  color: #000;
  font-size: 16px;
  margin: 0;
  display: block;
  background: none;
  border: none;
}

.categoryListing li:last-child {
  margin-bottom: 0;
}

.checkbox {
  position: absolute;
  opacity: 0;
  right: 0;
  top: 0;
}
.checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 4px 6px;
  font-family: 'EurostileExtended-Roman-DTC';
  color: #000;
  font-size: 14px;
  margin: 0;display: block;
}

.checkbox + label:before {
  position: absolute;
  right: 12px;
  top: 11px;
  content: "";
  width: 20px;
  height: 20px;
}

.checkbox:checked + label {
  background: rgba(255, 255, 255, 0.2);
}

.checkbox:checked + label:before {
  background: #f35429;
}

.checkbox:checked + label:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 19px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}

.backButton {
  background-color: #2377D6;
  display: none;
  position: absolute;
  left: 40px;
  top: 30px;
  z-index: 999;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: #fff;
  cursor: pointer;
}

.backButton img {
  width: 26px;
  height: auto;
  display: block;
}

.pointer {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  background-color:#2377D6;
  z-index: 9;
}



.view360 {
  display: none;
  position: absolute;
  width: auto;
  height: auto;
  border-radius: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  background-color: #2377D6;
  z-index: 9;
  padding: 8px 20px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  bottom: 30px;
  right: 30px;
  align-items: center;
  justify-content: center;
}

.view360 img {
  margin-right: 10px;
}

.popover {
  display: block;
  position: absolute;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.70);
  top: -65%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  left: 50%;
  width: max-content;
  padding: 8px 10px;
  border-radius: 4px;
}

.padd {
  padding-right: 54px;
}

.flag {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  width: 40px;
  height: 100%;
  background-color: #003399;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.flag img {
  width: 24px !important;
  animation-name: none !important;
}

.popover:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  margin-top: -1px;
  width: 0;
  height: 0;
  border-top: solid 8px  rgba(0, 0, 0, 0.70);
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
}


.popover6,
.popover12,
.popover20,
.popover25 {
  top: 50%;
  transform: translate(-100%, -50%);
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  left: 50%;
  margin-left: -32px;
}

.popover6:after,
.popover12:after,
.popover20:after,
.popover25:after {
  top: 50%;
  left: auto;
  right:  0%;  
  margin-right: -16px;
  margin-top: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid  rgba(0, 0, 0, 0.70);
}

.popover3,
.popover8,
.popover22 {
  top: 95%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  margin-top: 30px;
}

.popover3:after,
.popover8:after,
.popover22:after {
  top: -57%;
  left: 50%;
  margin-top: 4px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom:8px solid  rgba(0, 0, 0, 0.70);
}

.popover16,
.popover19,
.popover17,
.popover23,
.popover24 {
  top: 0;
  left: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  margin-top: 22px;
  margin-left: 32px;
}

.popover16:after,
.popover19:after,
.popover17:after,
.popover23:after,
.popover24:after {
  top: 50%;
  left: 0;
  margin-left: -16px;
  margin-top: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right:8px solid  rgba(0, 0, 0, 0.70);
}

.popover p {
  margin: 0;
  font-size: 12px;
  color: #ffffff;
  font-weight: 500;
}

/* @keyframes fader {
  0% {
    background-color: rgba(255, 136, 24, 1);
  }
  50% {
    background-color: #2377D6;
  }
  100% {
    background-color: rgba(255, 136, 24, 1);
  }
} */

@keyframes myanimation {
  0% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.pointer:hover img {
  animation-play-state: paused;
}

.animation img {
  animation-play-state: paused;
  z-index: 99;
}

.pointer img {
  width: 28px;
  animation-name: myanimation;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.pointer span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: lightgrey;
  border: 4px solid #fff;
  animation-name: myanimation;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.group-videos {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.video-capture {
  width: 100%;
  height: 100%;
  display: none;
}

/* .pointer-groups .pointer {
  width: 45px;
  height: 45px;
  border-radius: 22.5px;
}

.pointer-groups .pointer img {
  width: 30px;
} */

#video1,
#video2,
#video3,
#video4,
#video5,
#video6,
#video7,
#video8,
#video9,
#video10,
#video11,
#video12,
#video13,
#video14,
#video15,
#video16,
#video17,
#video18,
#video19,
#video20,
#video21,
#video22,
#video23,
#video24,
#video25,
#video26 {
  display: none;
}

/* .pointer-1 {
  right: 27.5vw;
  top: 14vh;
}

.pointer-2 {
  right: 24vw;
  top: 37vh;
}

.pointer-3 {
  right: 34vw;
  top: 49.7vh;
}

.pointer-4 {
  right: 26.8vw;
  top: 49.5vh;
}

.pointer-5 {
  left: 49.2vw;
  top: 27vh;
}

.pointer-6 {
  left: 37.5vw;
  top: 35.4vh;
}

.pointer-7 {
  left: 20.5vw;
  top: 46.6vh;
}

.pointer-8 {
  left: 26vw;
  top: 48vh;
} */

.pointer-1 {
  right: 37.5vw;
  top: 27vh;
}

.pointer-2 {
  left: 10vw;
  top: 59vh;
}

.pointer-3 {
  left: 48.2vw;
  top: 73vh;
}

.pointer-4 {
  right: 30.8vw;
  top: 51.5vh;
}

.pointer-5 {
  left: 27.2vw;
  top: 86vh;
}

.pointer-6 {
  left: 38.5vw;
  top: 69.4vh;
}

.pointer-7 {
  left: 71.5vw;
  top: 44.6vh;
}

.pointer-8 {
  left: 63.5vw;
  top: 28.4vh;
}

.pointer-9 {
  left: 69.7vw;
  bottom: 66.8vh;
}

.pointer-10 {
  left: 4vw;
  bottom: 44.8vh;
}

.pointer-11 {
  left: 12vw;
  bottom: 6vh;
}

.pointer-12 {
  right: 54.5vw;
  bottom: 36vh;
}

.pointer-13 {
  right: 54.5vw;
  bottom: 52vh;
}

.pointer-14 {
  right: 67vw;
  bottom: 48vh;
}

.pointer-15 {
  right: 65.5vw;
  bottom: 34vh;
}

.pointer-16 {
  right: 25vw;
  bottom: 63vh;
}

.pointer-17 {
  right: 96vw;
  bottom: 2vh;
}

.pointer-18 {
  right: 17vw;
  bottom: 24vh;
}

.pointer-19 {
  left: 78vw;
  top: 50vh;
}

.pointer-20 {
  left: 53vw;
  top: 41vh;
}
/* this is client required */
.pointer-21 {
  right: 42.2vw;
  top: 39.7vh;
}

.pointer-22 {
  right: 38vw;
  top: 38.9vh;
}

.pointer-23 {
  right: 34.4vw;
  top: 39.5vh;
}

.pointer-24 {
  right: 22vw;
  bottom: 30vh;
}

.pointer-25 {
  left: 42vw;
  top: 27vh;
}

.pointer-26 {
  left: 53vw;
  top: 60vh;
}

/* .animation_sections {
  background-color: #fff;
  float: left;
  width: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  height: 100vh;
  transition: width 0.5s;
}

.left {
  left: 0;
}

.right {
  right: 0;
} */

/* .animation_sections {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 30px 40px;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 99;
  display: none;
}

.show {
  display: block;
}

ul.tabs li.no-data {
  display: none;
}

.animation_sections .tab-content .no-data {
  display: none;
}

.animation_sections .tab-content {
  overflow-y: auto;
  overflow-x: hidden;
  height: 60vh;
  background: rgba(0, 0, 0, 0.7);
  padding: 55px 24px 24px 24px;
}

.animation_sections .container {
  width: 100%;
} */



/* --- General Styling --- */
.toggle-buttons {
  display: flex;
  gap: 10px;
  margin: 10px 0;
  order: 2;
}

.toggle-buttons button {
  background: #fff;
  border: none;
  border-bottom: 2px solid #2377D6;
  padding: 16px 24px;
  cursor: pointer;
  font-weight: bold;
  color: #2377D6;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08); /* Soft shadow */
}

.toggle-buttons button.active {
  background: #DFEDFF;
  color: #2377D6;
}

.toggle-buttons span {
  margin-top: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

/* --- Resource Content Sections (Hidden by Default) --- */
.resource-content {
  display: none;
  width: 50%;
}

.resource-content.active {
  display: block!important;
}


.resource-content.images {
  /* display: flex; */
  flex-direction: column;
  align-items: center;
  width: 50%;
}

.resource-content.images .main-image {
  width: 100%;
  max-width: 800px; /* Set to match layout */
  max-height: 400px;
  object-fit: cover;
  border: 2px solid #ddd;
}

.image-thumbnails {
  display: flex;
  gap: 8px;
  margin-top: 10px;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 800px; /* Ensure it matches the main image width */
}

.image-thumbnails .thumbnail {
  height: 60px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
  transition: 0.3s;
  
  flex-grow: 1; /* Makes sure images stretch evenly */
  flex-basis: 0; /* Ensures all images take equal space */
  max-width: calc(50% / var(--thumb-count) - 8px); /* Dynamically adjust width */
}

.image-thumbnails img.active {
  border: 2px solid #2377D6;
}



/* --- Videos --- */
.resource-content.videos video {
  width: 100%;
  max-height: 400px;
  border: 2px solid #ddd;
}

/* --- PDFs & Technical Data Sheets --- */
.resource-content.brochures, .resource-content.technical {
  text-align: start;
}

.pdf-item  {
  background-color: #E9E9E9;
  border-bottom: 2px solid #2377D6;
}

.pdf-item {
  display: inline-block;
  margin: 10px;
  text-align: start;
  padding: 16px;
}

.pdf-item p {
  /* color: #fff!important; */
}

.pdf-thumbnail {
  width: 80px;
  height: 100px;
  cursor: pointer;
}

/* .addToCart {
  display: inline-block;
  background: #2377D6;
  color: white;
  padding: 5px 10px;
  cursor: pointer;
  font-weight: bold;
  margin-top: 5px;
  transition: 0.3s;
}

.addToCart:hover {
  background: #cc5500;
} */







.animation_sections {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 30px 40px;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 99;
  display: none;
}

.animation_sections.show {
  display: block;
}

.animation_sections .container {
  width: 100%;
  background: rgba(239, 239, 239, 0.7);
  padding: 24px;
}

.animation_sections ul.tabs {
  display: flex;
  /* justify-content: space-between; */
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
  /* border-bottom: 2px solid rgba(255, 255, 255, 0.2); */
}

.animation_sections ul.tabs li {
  padding: 10px 1ch;
  cursor: pointer;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}

.animation_sections ul.tabs li.current {
  /* border-bottom: 2px solid #2377D6; */
  color: #000;
  background-color: #fff;
  text-decoration: none;
}

.animation_sections ul.tabs li:hover {
  color: #2377D6;
}

.animation_sections .tab-content {
  display: none;
  overflow-y: auto;
  height: 60vh;
  color: #57575B;
  background: #fff;
  padding: 24px 24px 24px 24px;
}

.tab-content.current > div.first{
 width: 50%;
 display: flex;
 flex-direction: column;
}

.tab-content.current > div.first > .boxes > .darkgrey{
  width: 100%;
  background-color: #333333;
  color: #fff;
  border-bottom: 2px solid #2377D6;
  padding: 16px;
 }

 .tab-content.current > div.first > .boxes {
 display: grid;
 grid-template-columns: 4fr 4fr;
 gap: 16px;
 }

 .tab-content.current > div.first > .boxes > .darkgrey > ul > li{
  color: #fff;
 }

 .tab-content.current > div.first > .boxes > .lightgrey{
  width: 100%;
  background-color: #CBCBCB;
  color: #000;
  border-bottom: 2px solid #2377D6;
  padding: 16px;
 }

.tab-content.current > div.pdf-downloads{
  width: 50%;
 }

 #tab-heading {
  text-transform: uppercase;
  color: #2377D6;
  font-size: 32px;
  line-height: 32px;
 }

.animation_sections .tab-content.current {
  display: flex;
  gap: 40px;
}

.animation_sections .tab-content {
  color: #57575B;
}

.animation_sections .tab-content h2 {
  font-size: 24px;
  color: #57575B;
  margin-bottom: 10px;
}

.animation_sections .tab-content ul {
  padding-left: 20px;
}

.animation_sections .tab-content ul li {
  margin-bottom: 5px;
  color: #57575B;
}

.animation_sections .tab-content a {
  color: #2377D6;
  text-decoration: none;
}

.animation_sections .tab-content a:hover {
  text-decoration: underline;
}

.animation_sections .tab-content p {
  color: #57575B;
}

.animation_sections .closethumb {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.animation_sections .closethumb img {
  width: 20px;
  height: 20px;
}


.pdfView {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
}

.pdfViewCenter {
  position: relative;
  height: 100%;
  display: flex;
  padding: 10px 0;
}

.pdfViewCenter embed {
  height: 100%;
}

.pdfBackButton {
  background-color: #2377D6;
  display: flex;
  margin: 0 15px 0 0;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  cursor: pointer;
}

.pdfBackButton img {
  width: 26px;
  height: auto;
  display: block;
}

.pdf-thumnails {
  width: 200px;
  float: left;
  position: relative;
  list-style: none;
  margin-bottom: 40px;
  background: #474747;
  border-left: 6px solid #FC8D38;
  padding: 20px;
  margin-right: 20px;
}

.pdf-thumnails:nth-child(6n+6) {  
  margin-right: 0;
}

.pdf-thumnails img {
  height: 202px;
}

.pdf-thumnails p {
  margin: 10px 0;
  width: 100%;
  text-align: left;
  color: #fff!important;
  min-height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /* width: 150px; */
  font-size: 16px;
  line-height: 20px;
  font-family: 'EurostileExtended-Roman-DTC';
}

.pdf-thumnails video {
  width: 100%;
  height: auto;
}

.pdf-thumnails .videoimage {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
}

.formSection {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.2);
}

.formCenter {
  width: 1000px;
  float: left;
}

.formCenter .title {
  font-size: 54px;
  color: #2377D6;
  margin: 0;
  font-family: 'EurostileExtended-Roman-DTC';
  font-weight: 300;
}

.formCenter .subtitle {
  font-size: 24px;
  color: #fff;
  margin: 0 0 60px 0;
  font-family: 'EurostileExtended-Roman-DTC';
}

.form {
  position: relative;
  width: 100%;
  float: left;
}

.form-group-full {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.form-group {
  position: relative;
  width: 48%;
  float: left;
}


.form-group .btn-no {
  float: right;
  font-size: 14px;
  text-decoration: underline;
  margin-top: 40px;
  cursor: pointer;
  color: #ff8818;
}

.btn-group button:disabled {
  cursor: not-allowed;
}

.form p {
  font-size: 12px;
  color: red;
  font-weight: 300;
  margin: 0;
}

.form-control {
  float: left;
  display: block;
  width: 100%;
  height: 42px;
  padding: 8px 0 6px 0;
  font-size: 14px;
  line-height: 1.42857143;
  color: white;
  background-color:transparent;
  background-image: none;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  box-shadow: none;
  font-family: 'EurostileExtended-Roman-DTC';
}

.half {
  width: 48%;
}

.form-control ~ .error {
  display: none;
  width: 100%;
  float: left;
}

.form-control.invalid ~ .error {
  display: block;
}

.form-control.invalid {
  border-color: red;
}

/* .form-control.valid {
  border-color: green;
} */

/* *************** */
.form-control ~ .error_email {
  display: none;
}

.form-control.invalid_email ~ .error_email {
  display: block;
}

.form-control.invalid_email {
  border-color: red;
}

.btnGroup {
  margin-top: 50px;
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.btnGroup .btn-yes {
  position: relative;
  display: inline-block;
  color: #fff;
  background-color: #ccc;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 12px 18px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  cursor: not-allowed;
  pointer-events: none;
  /* opacity: 0.8; */
}

.btnGroup .btn-yes span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #2377D6;
  align-items: center;
  justify-content: center;
  display: none;
}

.btnGroup .btn-yes span img {
  max-width: 30px;
  height: auto;
  display: block;
  text-align: center;
}

.btnGroup .btn-yes.loader {
  pointer-events: none !important;
  cursor: not-allowed !important;
}

.btnGroup .btn-yes.loader span {
  display: flex;
}

.btn-no {
  cursor: pointer;
  margin-left: 40px;
  font-size: 20px;
  color: #2377D6;
  font-family: 'EurostileExtended-Roman-DTC';
  text-decoration: underline;
}

.btnGroup .btn-yes.successfull.success.successSelect{
  cursor: pointer;
  pointer-events: auto;
  background-color: #2377D6;
}

select:required:invalid {
  color: #666;
}
option[value=""][disabled] {
  display: none;
}
option {
  color: #000;
}
option:first-child {
  color: rgba(255, 255, 255, 0.5);
}

.form-control:focus {
  outline: 0;
  box-shadow: none;
}
.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  font-family: 'EurostileExtended-Roman-DTC';
}
.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-family: 'EurostileExtended-Roman-DTC';
}
.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-family: 'EurostileExtended-Roman-DTC';
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
  font-family: 'EurostileExtended-Roman-DTC';
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: 42px;
  resize: vertical;
}

/**** second pointer ****/

.pointer-group-2,
.pointer-group-3,
.pointer-group-4,
.pointer-group-5,
.pointer-group-6,
.pointer-group-7,
.pointer-group-8,
.pointer-group-9,
.pointer-group-10,
.pointer-group-11,
.pointer-group-12,
.pointer-group-13,
.pointer-group-14,
.pointer-group-15,
.pointer-group-16,
.pointer-group-17,
.pointer-group-18,
.pointer-group-19,
.pointer-group-20,
.pointer-group-21,
.pointer-group-22,
.pointer-group-23,
.pointer-group-24,
.pointer-group-25,
.pointer-group-26 {
  display: none;
}

.pdfPointer2_1 {
  right: 9.5vw;
  top: 43vh;
}

.pdfPointer2_2 {
  left: 44.5vw;
  top: 54vh;
}

/* .pdfPointer2_3 {
  right: 17vw;
  top: 15vh;
} */

.pdfPointer3_1 {
  left: 31vw;
  top: 41.5vh;
}

.pdfPointer4_1 {
  left: 57vw;
  bottom: 33.5vh;
}

.pdfPointer5_1 {
  left: 39vw;
  bottom: 30.5vh;
}

.pdfPointer6_1 {
  left: 25vw;
  bottom: 15vh;
}

.pdfPointer6_2 {
  left: 40vw;
  top: 40.5vh;
}

.pdfPointer7_1 {
  left: 40vw;
  top: 40.5vh;
}

.pdfPointer8_1 {
  left: 17vw;
  top: 43vh;
}

.pdfPointer8_2 {
  left: 40vw;
  bottom: 39vh;
}

.pdfPointer9_1 {
  right: 16vw;
  top: 35vh;
}

.pdfPointer10_1 {
  left: 50vw;
  top: 50vh;
}

.pdfPointer11_1 {
  left: 44vw;
  top: 20vh;
}
.pdfPointer11_2 {
  right: 20vw;
  top: 45vh;
}
.pdfPointer11_3 {
  left: 26vw;
  top: 20vh;
}

.pdfPointer12_1 {
  left: 43vw;
  bottom: 46vh;
}

.pdfPointer13_1 {
  left: 43vw;
  top: 27vh;
}

.pdfPointer14_1 {
  left: 23vw;
  bottom: 34vh;
}

.pdfPointer15_1 {
  left: 27vw;
  top: 27vh;
}

.pdfPointer15_2 {
  left: 43vw;
  top: 24vh;
}

.pdfPointer16_1 {
  left: 26vw;
  top: 31vh;
}
.pdfPointer16_2 {
  left: 24vw;
  top: 44vh;
}
.pdfPointer16_3 {
  left: 24vw;
  bottom: 31vh;
}
.pdfPointer16_4 {
  left: 25vw;
  bottom: 10vh;
}
.pdfPointer16_5 {
  left: 36vw;
  top: 15vh;
}
.pdfPointer16_6 {
  left: 44vw;
  top: 40vh;
}
.pdfPointer16_7 {
  left: 41vw;
  top: 56vh;
}
.pdfPointer16_8 {
  left: 44vw;
  bottom: 23vh;
}
.pdfPointer16_9 {
  left: 41vw;
  bottom: 14vh;
}

.pdfPointer17_1 {
  right: 36vw;
  top: 50vh;
}

.pdfPointer18_1 {
  left: 55vw;
  bottom: 25vh;
}

.pdfPointer18_2 {
  right: 31vw;
  top: 50vh;
}

.pdfPointer19_1 {
  top: 40vh;
  left: 44vw;
}

.pdfPointer20_1 {
  top: 49vh;
  left: 55vw;
}

.pdfPointer21_1 {
  top: 67vh;
  left: 45vw;
}

.pdfPointer22_1 {
  top: 57vh;
  left: 61vw;
}

.pdfPointer23_1 {
  top: 55vh;
  right: 47.5vw;
}

.pdfPointer24_1 {
  top: 52vh;
  left: 41vw;
}

.pdfPointer25_1 {
    top: 34vh;
    left: 50vw;
}

.pdfPointer26_1 {
  top: 32vh;
  left: 50vw;
}

.vortexCatalogMain {
  left: 10px;
  bottom: 10px;
  position: absolute;
  display: none;
  flex-direction: column;
  align-items: center;
}

.vortexCatalog {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #2377D6;
}

.vortexCatalog img {
  width: 28px;
  animation-name: vortexCatalogAnimation;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.vortexCatalog:hover img {
  animation-play-state: paused;
}

.vortexCatalogMain p {
  margin: 10px 0 0 0;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}

@keyframes vortexCatalogAnimation {
  0% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.MasterpdfView {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* z-index: 999; */
  opacity: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.2);
}

.MasterpdfViewCenter {
  position: relative;
  height: 100%;
  display: flex;
  padding: 10px 0;
}

.MasterpdfViewCenter embed {
  height: 100%;
}

.MasterBackButton {
  background-color: #2377D6;
  display: flex;
  margin: 0 15px 0 0;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  cursor: pointer;
}

.MasterBackButton img {
  width: 26px;
  height: auto;
  display: block;
}

table,
td,
th {
  border: 1px solid #ddd;
  text-align: left;
}

table {
  border-collapse: collapse;
  margin: 0 auto;
}

th,
td {
  padding: 10px;
}

table button {
  background-color: #eee; /* Green */
  border: none;
  color: #000;
  padding: 12px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  border: 1px solid #ddd;
  cursor: pointer;
  border-radius: 4px;
}

.filterPdf {
  position: absolute;
  left: 0;
  top: 100px;
  margin: 0;
  padding: 0 0 0 40px;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100% - 130px);
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  display: none;
  z-index: 99;
  transition: all 0.5s;
}

.searchNotFound {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);  
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.searchNotFound img {
  min-height: auto !important;
}

.searchNotFound h2 {
  margin: 0 0 10px 0;
  font-size: 40px;
  color: #fff;
  font-weight: 100;
}
.searchNotFound p {
  margin: 0 auto;
  font-size: 20px;
  color: #fff;
  font-family: 'EurostileExtended-Roman-DTC';
}

.filterPdf img {
  min-height: 200px;
}

.filterPdf .videoimage {
  width: auto;
  height: auto;
  min-height: inherit;
}

.filterPdfHalf {
  width: calc(100% - 350px);
  transition: all 0.5s;
  margin-left: 350px;
}

.filterPdf.filterPdfHalf  [class^="thumnails-group"] {
  width: 280px;
}

.filterPdf.filterPdfHalf  [class^="thumnails-group"]:nth-child(6n+6) {
  margin-right: 20px;
}

/* .filterPdf.filterPdfHalf  [class^="thumnails-group"]:nth-child(5n+5) {
  margin-right: 0;
} */

.filterPdf::-webkit-scrollbar {
  width: 6px;
}

.filterPdf::-webkit-scrollbar-track {
  background: transparent;
}

.filterPdf::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 6px;
  border: 0;
}

.filterPdf [class^="thumnails-group"] {
  /* width: 15.50%; */
  width: 289px;
  float: left;
  list-style: none;
  position: relative;
  margin-bottom: 40px;
  background: rgba(255, 255, 255, 0.64);
  border-left: 6px solid #FC8D38;
  padding: 20px;
  margin-right: 20px;
}

.filterPdf [class^="thumnails-group"]:nth-child(6n+6) {
  margin-right: 0;
}

.filterPdf [class^="thumnails-group"] video {
  width: 155px;
  height: 200px;
}

.filterPdf [class^="thumnails-group"] .titlePDF {
  margin: 4px 0;
  font-size: 16px;
  line-height: 20px;
  font-family: 'EurostileExtended-Roman-DTC';
  display: block;
  height: 60px;
  overflow: hidden;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.addToCart {
  padding: 6px 10px;
  background: #2377D6;
  display: inline-block;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #000;
  width: auto;
  margin: 6px 0 0 0;
  font-weight: 600;
  font-size: 14px;
}

.removeCart {
  padding: 6px 14px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #000;
  width: auto;
  font-size: 14px;
  margin: 6px 0 0 0;
  font-weight: 600;
}

.mainImage.blur {
  filter: blur(20px);
  -webkit-filter: blur(20px);
  -moz-filter: blur(20px);
  -o-filter: blur(20px);
  -ms-filter: blur(20px);
}

/* .bannerVideo.blur {
  filter: blur(20px);
  -webkit-filter: blur(20px);
  -moz-filter: blur(20px);
  -o-filter: blur(20px);
  -ms-filter: blur(20px);
} */

/* .bannerVideo {
  min-width: 100%;
  min-height: 100%;
} */

.mainVideo {
  width: 100vw; /* Make video fill the width of its container */
  height: 100vh; /* Set the height to auto to maintain aspect ratio */
  object-fit: cover;
}

/* css for cart */

.cartMain {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  /* background-color: rgba(0, 0, 0, 0.4); */
}

.blurimage {
  position: absolute;
  left: 0;
  top: 0;
  filter: blur(4px);
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -ms-filter: blur(4px);
  -o-filter: blur(4px);
}

.cartMainPadd {
  position: absolute;
  left: 0;
  top: 173px;
  margin: 0;
  padding: 0 60px;
  width: 100%;
  z-index: 9;
}

.cartMainBack {
  width: 100%;
  float: left;
  background: rgba(0, 0, 0, 0.7);
}

.cart {
  width: 100%;
  height: calc(100vh - 215px);
  overflow-y: auto;
  overflow-x: hidden;
  float: left;
  margin: 0;
  padding: 24px;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nodata {
  width: 100%;
  float: left;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nodata h2 {
  margin: 0;
  font-size: 42px;
  color: #fff;
}
.nodata p {
  margin: 0 auto;
  font-size: 20px;
  color: #fff;
  font-family: 'EurostileExtended-Roman-DTC';
  width: 400px;
}

.nodata a {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 20px;
  background: #2377D6;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  border: 0;
  font-weight: 600;
}

.cart::-webkit-scrollbar {
  width: 5px;
}

.cart::-webkit-scrollbar-track {
  background: transparent;
}

.cart::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 6px;
  border: 0;
}

.cart li {
  width: 15%;
  float: left;
  position: relative;
  list-style: none;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.64);
  border-left: 6px solid #2377D6;
  padding: 20px;
  margin-right: 20px;
}

.cart li:nth-child(6n+6) {  
  /* margin-right: 0; */
}

.cart li video {
  width: 153px;
  height: 196px;
}

.cartImageBox {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 312px;
}

.cartMain .cartImageBox {
  cursor: default;
}

.cart li img {
  max-width: 100%;
  height: 201px;
  display: block;
}

.cart li .videoimage {
  width: 100%;
  height: auto;
  display: block;
}

.cart li .title {
  /* width: 150px; */
  /* max-width: 100%; */
  margin: 10px 0;
  color: #000;
  min-height: 60px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 20px;
  font-family: 'EurostileExtended-Roman-DTC';
}

.cart li .removeCart {
  padding: 6px 14px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #000;
  width: auto;
  font-size: 14px;
  font-weight: 600;
}

.formSectionCheckout {
  width: 100%;
  height: calc(100vh - 215px);
  float: left;
  margin: 0;
  padding: 50px;
  display: none;
}

.formSectionCheckout .form-group {
  margin-bottom: 40px;
}

.btnMain {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 20px 0 18px 0;
  background-color: rgba(255, 255, 255, 0.5);
}

/* .checkout {
  border: none;
  color: white;
  padding: 14px 16px 12px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  border-radius: 6px;
  margin: 0;
  cursor: pointer;
  background-color: #2377D6;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
} */

.relative {
  position: relative;
  display: block;
}
.relative span {
  position: absolute;
  left: 30%;
  bottom: 6px;
  padding: 6px 10px;
  border-radius: 5px;
  background: #2377D6;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  transform: translateX(-20%);
}

#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: #fff; /* Black background color */
  color: #ff8818; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 1; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  top: 30px; /* 30px from the bottom */
  z-index: 999;
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    top: 30px;
    opacity: 1;
  }
  to {
    top: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    top: 30px;
    opacity: 1;
  }
  to {
    top: 0;
    opacity: 0;
  }
}

/* .searchAre {
  position: absolute;
  padding: 36px 80px;
  left: 0;
  top: 0;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  display: flex;
  z-index: 9;
} */

/* 
.search {
  display: block;
  width: 550px;
  height: 48px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 2px solid rgba(252, 141, 56, 0.8);
  border-radius: 6px;
  box-shadow: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.search:focus {
  outline: none;
}

.searchButton {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  display: none;
} */

.basket {
  position: absolute;
  left: 25px;
  top: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 16px;
  min-height: 48px;
  background: #2377D6;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  z-index: 99;
  font-weight: 600;
  /* display: none; */
}

.basket img {
  width: 20px;
  margin-right: 8px;
}

.count {
  margin-left: 14px;
  width: 24px;
  height: 24px;
  background: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.closeSearchResult {
  position: absolute;
  top: 30px;
  left: 126px;
  z-index: 9;
  align-items: center;
  justify-content: center;
  display: none;
  padding: 0;
  height: 40px;
  width: 40px;
  background: #2377D6;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.5s;
}

.closeSearchResultLeft {
  left: 475px;
  transition: all 0.5s;
}

.closeSearchResult img {
  width: 25px;
}

.tab-content .addToCart {
  margin: 0 auto !important;
}

.tab-content .removeCart {
  margin: 0 auto !important;
}

.titleArea {
  position: absolute;
  padding: 20px 60px 0 60px;
  left: 0;
  top: 0;
  width: 100%;
  flex-direction: row;
  z-index: 9;
}

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

.backtoHome {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 42px;
  width: 42px;
  background: #2377D6;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.backtoHome img {
  width: 25px;
}

.cartArea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}

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

.clearchat {
  margin-left: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 5px 20px;
  min-height: 42px;
  background: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  border: 0;
  font-weight: 600;
}
.checkout {
  margin-left: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 5px 20px;
  min-height: 42px;
  background: #2377D6;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  border: 0;
  font-weight: 600;
}

.checkout img,
.clearchat img {
  width: 20px;
  margin-right: 12px;
}

.titleMyCart {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 5px 20px;
  min-height: 48px;
  background: #2377D6;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.titleitems {
  margin-left: 14px;
  width: 24px;
  height: 24px;
  background: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.view360Main {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}

.view360MainShow {
  opacity: 1;
  pointer-events: auto;
  z-index: 9999;
}

.view360Videos{
  display: none;
  min-width: 100%;
  min-height: 100%;
}

.tableimage {
  position: absolute;
  left: 0;
  top: 0;
  filter: blur(120px);
  -webkit-filter: blur(120px);
  -moz-filter: blur(120px);
  -ms-filter: blur(120px);
  -o-filter: blur(120px);
  pointer-events: none;
}

.table-scroll {
  width: 100%;
  overflow: auto;
  height: calc(100% - 140px);
  position: absolute;
  left: 0;
  top: 100px;
  margin: 0;
  padding: 0 60px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 9;
}

.table-scroll table {
  width: 100%;
  min-width: 100%;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0;
  border: 0;
}

.table-wrap {
  position: relative;
}

.table-scroll th {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.3);
  border: 0;
  padding: 20px 16px;
  vertical-align: middle;
  border-bottom: 2px solid #2377D6;
}

.table-scroll td {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
  border: 0;
  padding: 6px 16px;
  vertical-align: middle;
  border-bottom: 2px solid #2377D6;
}

.table-scroll td a {
  color: #fff;
}

.table-scroll thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  color: #fff;
}

.table-scroll tr td:first-child,
.table-scroll tr th:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.table-scroll tr td:last-child,
.table-scroll tr th:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.group-videos-blured {
  filter: blur(120px);
  -webkit-filter: blur(120px);
  -moz-filter: blur(120px);
  -ms-filter: blur(120px);
  -o-filter: blur(120px);
}

ul.tabs{
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul.tabs li{
  background: transparent;
  color: #000;
  font-size: 14px;
  display: inline-block;
  padding: 12px 20px 10px 20px;
  cursor: pointer;
  text-transform: uppercase;
  margin-right: 5px;
  font-weight: 500;
  text-underline-offset: 8px;
  text-decoration: underline 2px #2377D6;
}

ul.tabs li.current{
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}

.tab-content{
  display: none;
}

.tab-content .nodata {
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.tab-content.current{
  display: inherit;
}

/* For Filter */

.filter-tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.filter-tabs li {
  background: #ffffff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color: #FC8D38;
  font-size: 14px;
  display: inline-block;
  padding: 12px 20px 10px 20px;
  cursor: pointer;
  text-transform: uppercase;
  margin-right: 3px;
}

.filter-tabs li.current{
  background: #FC8D38;
  color: #fff;
}

.filter-tab-content{
  display: none;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  border-top-left-radius: 0px !important;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.50);
  padding: 24px;
}

.filter-tab-content.current{
  display: inherit;
}

.filter-tab-content::-webkit-scrollbar {
  width: 10px; /* width of the entire scrollbar */
}

.filter-tab-content::-webkit-scrollbar-track {
  background: #fff; /* color of the tracking area */
}

.filter-tab-content::-webkit-scrollbar-thumb {
  background-color: #d9d9d9; /* color of the scroll thumb */
  border-radius: 6px; /* roundness of the scroll thumb */
  border: 3px solid #fff;
}

.closethumb {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 44px;
  width: 44px;
  background: #2377D6;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  margin-bottom: 30px;
}

.closethumb img {
  width: 27px;
  position: relative;
  left: -1px;
  top: -1px;
}

.close360Video {
  position: absolute;
  top: 30px;
  right: 30px;
  /* display: none; */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: 44px;
  background: #2377D6;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
  z-index: 9;
}

.close360Video img {
  width: 27px;
  /* position: relative;
  left: -1px;
  top: -1px; */
}

.cartLeft {
  position: fixed;
  left: 100px;
  top: 31px;
  min-height: 44px;
  z-index: 999;
}

.labels {
  position: absolute;
  right: 30px;
  bottom: 30px;
  background-color: #2377D6;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #ffffff;
  padding: 12px 16px 12px 46px;
  cursor: pointer;
  z-index: 9;
  font-weight: 600;
}

.labels img {
  margin-right: 8px;
}

.labels::before {
  position: absolute;
  content: url('./../images/show.svg');
  left: 16px;
  top: 15px;
}
.labels.show::before {
  display: none;
}
.labels.show::after {
  position: absolute;
  content: url('./../images/hide.svg');
  left: 16px;
  top: 15px;
}

.lngButton {
  position: fixed;
  left: 63px;
  top: 160px;
  background: #fff;
  display: inline-flex;
  border-radius: 3px;
  overflow: hidden;
}

.lngButton button {
  border: 0;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  background-color: transparent;
  color: #000;
}

.lngButton button.active {
  background-color: #FC8D38;
}

.subHotspotLabel {
  display: none;
  position: absolute;
  left: 30px;
  bottom: 30px;
  background-color: #2377D6;
  text-transform: uppercase;
  /* display: flex; */
  align-items: center;
  justify-content: flex-start;
  color: #ffffff;
  padding: 12px 16px 12px 46px;
  cursor: pointer;
  z-index: 9;
  font-weight: 600;
}

.subHotspotLabel img {
  margin-right: 8px;
}

.subHotspotLabel::before {
  position: absolute;
  content: url('./../images/show.svg');
  left: 16px;
  top: 15px;
}
.subHotspotLabel.show::before {
  display: none;
}
.subHotspotLabel.show::after {
  position: absolute;
  content: url('./../images/hide.svg');
  left: 16px;
  top: 15px;
}

.subPopoverCaret {
  position: absolute;
  cursor: pointer;
  top: -65%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  left: 50%;
}

.subPopoverCaret::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  margin-top: -0.5px;
  width: 0;
  height: 0;
  border-top: solid 8px rgba(0, 0, 0, 0.70);
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
}

.subPopover {
  width: max-content;
  background-color: rgba(0, 0, 0, 0.70);
  border-radius: 4px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.hotspots {
  margin: 0;
  font-size: 12px;
  color: #ffffff;
  font-weight: 500;
  padding: 0 10px;
  position: relative;
  top: -1px 
}

.subPopover .flag {
  position: relative;
  min-width: 40px;
  height: 35px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.subPopover p {
  display: inline-block;
}
.subPopover .marquee {
  animation: marquee 10s linear infinite;
}

@keyframes marquee {
  0%   { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}

#pdf-containers {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  align-items: center;
  justify-content: center;
  display: grid;
  grid-template-columns: auto auto auto auto auto auto auto;
  gap: 20px;
}

/* .pdf-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
} */

.pdf-loader {
  display: none;
  text-align: center;
  color: red;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.pdf-contents {
  display: none;
}

.pdf-canvas {
  width: 100px;
  height: auto;
}


.pointer-21 {
  display: none!important;
}

.subhotspot-container {
  display: none; /* Hide initially, but JS will show it */
  /* position: absolute; */
  width: 100%;
  height: 100%;
  z-index: 10;
}

.subhotspot-container .pointer {
  display: block; /* Ensure pointers are visible */
  position: absolute;
  width: 40px; /* Adjust as needed */
  height: 40px;
  cursor: pointer;
}


/* Subhotspot positions for Pointer 4 */
.subPointer1 {
  right: 10vw;
  top: 40vh;
}
.subPointer2 {
  right: 12vw;
  top: 42vh;
}
.subPointer3 {
  right: 14vw;
  top: 45vh;
}
.subPointer4 {
  right: 16vw;
  top: 48vh;
}
.subPointer5 {
  right: 18vw;
  top: 50vh;
}
.subPointer6 {
  right: 20vw;
  top: 52vh;
}
.subPointer7 {
  right: 22vw;
  top: 54vh;
}
.subPointer8 {
  right: 24vw;
  top: 56vh;
}
.subPointer9 {
  right: 26vw;
  top: 58vh;
}


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

.image-slider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.slider-image {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
}

.slider-image-b {
  clip-path: inset(0 50% 0 0);
}

.slider-input {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 10;
  opacity: 0.8;
  background: transparent;
}

.pdf-preview {
  position: absolute;
  top: 10vh;
  z-index: 1000;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
  width: 740px;
}

.pdf-preview.active {
  display: block;
}

.pdf-preview iframe {
  width: 740px;
  height: 65vh;
  box-shadow: 0 0 0 1000000px rgba(0,0,0,0.6);
}

.pdf-preview .top {
  position: relative;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

.pdf-preview-close {
  padding: 6px 10px;
  background: #2377D6;
  display: inline-block;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  width: auto;
  margin: 6px 0 0 0;
  font-weight: 600;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}

.pdf-preview .addToCart {
  font-family: 'Montserrat', sans-serif;
  color: #FFF;
}

.image-slider-container {
  position: relative;
  width: 100%;
  max-width: 740px; /* Adjust based on your layout */
  height: auto;
  overflow: hidden;
}

.image-slider {
  position: relative;
  width: 100%;
  height: 437px!important;
}

.slider-image {
  position: absolute;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.slider-image-b {
  clip-path: inset(0 50% 0 0); /* Default split position */
}

.slider-input {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  background: transparent;
  appearance: none;
  cursor: pointer;
}

.slider-input::-webkit-slider-runnable-track {
  height: 5px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}

.slider-input::-webkit-slider-thumb {
  appearance: none;
  width: 32px;
  height: 32px;
  background: #2377D6;
  border: 4px solid white;
  border-radius: 50%;
  cursor: pointer;
}

.mobile.close {
  display: none;
}

.pdf-container {
  overflow: auto;
  display: flex;
  flex-direction: column;
}

@media (max-width: 908px) {
  body {
    background: rgb(162, 129, 123)
  }
  
  .pointer {
    display: none !important
  }

  .pointer.subPointer {
    display: flex !important;
  }
  
  .subpointer-group-4.subPointer1 .popover {
    top: 95%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    margin-top: 30px;
  }
  
  .subpointer-group-4.subPointer1 .popover:after {
    top: -57%;
    left: 50%;
    margin-top: 4px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid rgba(0, 0, 0, 0.70);
  }

  .spaceBeetween {
    margin: 50px 0 10px 0;
  }

  .categoryListing li {
    margin-bottom: 5px;
  }

  .categoryListing li button {
    padding: 7px;
    font-size: 14px;
    text-align: left;
  }

  .logo {
    width: 100px;
    display: none;
  }
  
  .animation_sections {
    padding: 0;
  }

  .animation_sections .tab-content.current {
    flex-direction: column;
    gap: 10px;
    height: 100dvh;
  }

  .animation_sections .tab-content h2 {
    font-size: 21px;
    margin-bottom: 10px;
    margin-top: 55px;
  }

  .tab-content.current > div.first {
    width: 100%;
  }

  .tab-content.current > div.first > .boxes {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .toggle-buttons button {
    padding: 9px 13px;
  }

  .toggle-buttons span {
    font-size: 10px;
  }

  .resource-content {
    width: 100%;
  }
  
  .group-videos {
    width: 100vw;
    height: 100dvh;
  }
  
  #tab-heading {
    display: none;
  }
  
  .pointer {
    width: 24px;
    height: 24px;
  }
  
  .pointer span {
    width: 12px;
    height: 12px;
  }
  
  .wrapper.show #menu{
    display: none;
  }
  
  .mobile.close {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    border: none;
    background: url(../images/mobile-close.svg);
    background-size: contain;
    right: 20px;
  }
  
  .animation_sections .container {
    display: flex;
    padding: 10px;
    width: 100%;
  }

  .animation_sections .tab-content {
    padding: 15px;
  }
  
  .animation_sections ul.tabs {
    display: flex;
    flex-direction: column;
    background: white;
    width: 25vw;
    padding-top: 20px;
    height: calc(100vh - 50px);
    overflow: auto;
  }
  
  .animation_sections ul.tabs li {
    font-size: 12px;
    text-decoration: none;
    width: 90%;
    margin: 0 auto;
    background: #699ad2;
    padding-right: 25px;
  }
  
  .animation_sections ul.tabs li:first-of-type:not(:last-of-type) {
    border-radius: 7px 7px 0 0;
  }
  
  .animation_sections ul.tabs li:last-of-type:not(:first-of-type) {
    border-radius: 0 0 7px 7px;
  }
  
  .animation_sections ul.tabs li.current {
    background: #699ad2;
    color: #FFF;
  }
  
  #tab-content-container {
    width: 72vw;
  }
  
  #basket.cartLeft {
    font-size: 0;
    right: 100px;
    left: auto;
  }
  
  #basket.cartLeft img {
    margin: 0;
  }
  
  #basket .count {
    display: none;
  }
  
  .backButton {
    right: 40px;
    left: auto;
  }
  
  .resource-content.images {
    width: 100%;
  }
  
  .resource-content.images .main-image {
    max-height: 230px;
  }
  
  .pdf-item {
    width: 32%;
  }
  
  .animation_sections .tab-content p {
    font-size: 13px;
  }
  
  .addToCart {
    font-size: 12px;
    padding: 6px 9px;
  }
  
  .basket:not(.cartLeft) {
    min-height: 38px;
    padding: 7px 14px;
    font-size: 12px;
  }
  
  .titleArea {
    display: flex;
    gap: 10px;
  }
  
  .titleArea .topAre > img {
    display: none;
  }
  
  .backtoHome {
    height: 34px;
    width: 31px;
  }
  
  .cartArea {
    margin-top: 0;
    gap: 10px;
    padding-top: 0px;
  }
  
  .titleMyCart {
    padding: 5px 10px;
    min-height: 31px;
    font-size: 11px;
  }
  
  .checkMain {
    gap: 10px;
  }
  
  .clearchat {
    margin-left: 0;
    padding: 5px 10px;
    min-height: 33px;
    font-size: 11px;
  }
  
  .checkout {
    margin-left: 0;
    padding: 5px 10px;
    min-height: 33px;
    font-size: 11px;
  }
  
  .cartMainPadd {
    top: 63px;
  }
  
  .cart {
    height: 80dvh;
  }
  
  .cart li {
    width: 200px;
    padding: 13px;
  }
  
  .cart li img {
    height: 100px;
  }
  
  .cart li .title {
    min-height: 30px;
    font-size: 14px;
    line-height: 16px;
  }
  
  .cartImageBox {
    min-height: 200px;
    height: auto;
  }
  
  .formSectionCheckout {
    height: 79dvh;
    padding: 20px;
    overflow: auto;
  }
  
  .formCenter {
    width: 100%;
  }
  
  .formCenter .title {
    font-size: 20px;
  }
  
  .formCenter .subtitle {
    font-size: 18px;
    margin-bottom: 20px;
  }
  
  .formSectionCheckout .form-group {
    margin-bottom: 15px;
  }
  
  .btnGroup {
    margin-top: 0;
  }
  
  .btnGroup .btn-yes {
    font-size: 13px;
  }
  
  .btn-no {
    font-size: 14px;
  }
  
  .MasterpdfView {
    height: 100%;
    align-items: baseline;
  }
  
  .MasterpdfViewCenter {
    height: auto;
    width: 100%;
  }
  
  .MasterpdfViewCenter embed {
    width: 100%;
  }
  
  .pdf-container {
    height: 95dvh;
  }

  .pdf-preview {
    top: 0;
  }

  .pdf-preview iframe {
    height: 75vh;
  }

  .nodata p {
    width: auto;
  }
  
  #welcome-modal .modal-content {
    width: 100%;
    height: 100%;
    overflow: auto;
    margin: 0 auto;
  }
  
  #welcome-modal .portrait-warning {
    display: none;
  }

  .categoryListing {
    height: 85dvh;
    overflow-y: auto;
  }
}

@media only screen and (max-width: 908px) and (orientation: landscape) {
  .sidebar {
    width: 100%;
  }
  
  .wrapper {
    width: 100%;
    left: -100%;
  }
  
  .categoryListing {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 10px;
  }
}

@media only screen and (max-width: 908px) and (orientation: portrait) {
  .animation_sections ul.tabs li {
    width: 100%;
    padding-right: 0;
  }
  
  .titleArea {
    padding: 20px 20px 0 20px;
  }
  
  .cartMainPadd {
    padding: 0 20px;
  }
  
  .toggle-buttons {
    display: grid;
    grid-template-columns: auto auto;
  }
  
  .pdf-item {
    margin: 0;
    width: 90%;
  }
  
  #welcome-modal .modal-title {
    font-size: 25px;
  }

  #welcome-modal .portrait-warning {
    display: block;
  }
}