body {
  font-family: "Tajawal", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  direction: rtl;
  overflow-x: hidden !important;
  background-position: center;
  background-color: #0b0a08;
  scroll-behavior: smooth;
}
@font-face {
  font-family: Tajawal-Black;
  src: url("../webfonts2/Fonts/Tajawal/Tajawal-Black.woff2");
  font-display: swap;
}

@font-face {
  font-family: Tajawal;
  src: url("../webfonts2/Fonts/Tajawal/Tajawal-Regular.woff2");
  font-display: swap;
}

@font-face {
  font-family: Tajawal-Light;
  src: url("../webfonts2/Fonts/Tajawal/Tajawal-Light.woff2");
  font-display: swap;
}

@font-face {
  font-family: Tajawal-Bold;
  src: url("../webfonts2/Fonts/Tajawal/Tajawal-Bold.woff2");
  font-display: swap;
}
.center-content-row {
  gap: 20px;
  flex-wrap: wrap;
}
.center-content-row .content-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#video-center {
  border-radius: 10px;
  margin: auto;
  margin-top: 40px;
}
.center-min-width {
  width: 80%;
  margin: auto;
}
.classification-btn,
.arms-btn,
.trader-btn {
  font-family: "Tajawal", sans-serif !important;
}

.m-bottom-20 {
  margin-bottom: 20px !important;
}

.fancybox__container {
  z-index: 999999 !important;
}
.line-muted {
  width: 3px;
  height: 45px;
  background-color: #ffffff;
  transform: rotate(316deg);
  position: absolute;
  top: 0px;
  left: 18px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.sound-container.muted .line-muted {
  opacity: 1;
}

#startExperienceVideo {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#startExperienceVideo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* tabs style */
/* .pdf-container{
flex-direction: column;
flex-direction: column;
width: 80% !important;
} */
.tabs {
  display: flex;
  margin-bottom: 1rem;
  cursor: pointer;
  flex-direction: column;
  width: 30%;
}
.images {
  width: 60%;
  width: 100%;
}
.tab {
  padding: 10px 10px;
  margin-right: 5px;
  border-radius: 5px;
  background: #333;
  color: #f2f2f2;
}

.tab.active {
  background: #f2f2f2;
}
.tab.active h3 {
  color: #333 !important;
}

.image-container {
  min-height: 600px;
  display: none;
}

.image-container.active {
  display: block;
}

.pdf-row-container img {
  width: 100%;
  max-height: 500px;
  object-fit: contain;
}
.tab img {
  width: 60px;
  height: 25px;
}

.pdf-row-container {
  display: flex;
  margin-top: 20px;
  justify-content: space-around;
  align-items: center;
}
.pdf-row-container h3 {
  font-size: 15px !important;
  line-height: 26px !important;
  color: white !important;
}
.pdf-row-container .tab {
  display: flex !important;
  padding: 10px 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.left-content {
  flex-direction: column;
}
.left-content img {
  width: 100%;
}
body.modal-open {
  overflow: hidden !important;
  touch-action: none;
  overscroll-behavior: contain;
}

#box-cases {
  display: flex;
  padding: 10px;
  flex-direction: column;
}
.box-cases-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
figcaption {
  text-align: center;
  color: white;
  margin-top: 21px;
  font-style: italic;
}

.box-cases-col {
  display: flex;
  flex-direction: column;
  width: 30%;
  color: white;
  text-align: center;
  padding: 0;
  transition: all 0.5s;
  cursor: pointer;
}
.box-cases-col img {
  width: 100%;
}
.box-cases-col p {
  border: 1px solid #e25d4f;
  color: white;
  padding: 1px 0;
  font-size: 14px;
  transition: all 0.5s;
  text-align: center;
}
.box-cases-col p:hover {
  background-color: #e34905;
}
.modal {
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.4s ease,
    visibility 0.4s ease;
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 81%);
  scroll-behavior: smooth;
}

.modal.show {
  opacity: 1;
  visibility: visible;
}
#section00 {
  position: relative;
  z-index: 1120000;
  background-color: black;
}

.modal-content {
  margin: 5% auto;
  border-radius: 8px;
  width: 60%;
  max-width: 500px;
  max-height: 80vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transform: translateY(-30px);
  transition: transform 0.4s ease;
  background-image: url(../images4/table-modal-p.jpg) !important;
  background-blend-mode: hue;
  background-size: cover;
}

.modal.show .modal-content {
  transform: translateY(0);
}
.modal-content p {
  color: white;
}
.modal-content h2 {
  color: #ffffff;
  text-align: right;
}
.modal-body {
  padding: 20px;
  overflow-y: auto;
  flex-grow: 1;
  scroll-behavior: smooth;
}

.close {
  align-self: flex-end;
  padding: 5px 20px;
  font-size: 33px;
  cursor: pointer;
  color: #ffffff;
  margin-left: auto;
}

.close:hover {
  color: #000;
}

/* strong{
  font-family: Tajawal-Bold;
} */
.orange-color {
  color: #fb8d5a;
}
p {
  color: #1a1a1a;
  font-size: 17px;
  line-height: 31px;
  font-weight: 500;
  text-align: justify;
}

.social-links-wrapper.footer svg {
  filter: invert(0) grayscale(100%);
}
h4,
h5,
h6,
h3,
h2 {
  color: #1a1a1a;
}
h2 {
  margin-top: 20px;
  margin-bottom: 30px;
  color: #dbb564;
  font-size: 20px;
}

*,
::after,
::before {
  box-sizing: border-box;
}
a,
a:hover {
  text-decoration: unset;
}
h1,
h3,
h4,
h5,
h6,
figure {
  margin: 0;
}

.mt-40 {
  margin-top: 40px !important;
}
.mt-150 {
  margin-top: 150px !important;
}

.start-container {
  height: 100vh;
  background-color: #0b0a08;
  position: relative;
}
.start-section {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.start-section img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#img01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  opacity: 0;
}

#img02 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: flex;
  justify-content: center;
  opacity: 0;
}
#img02 img {
  object-position: bottom;
}
#img21a-sections {
  opacity: 0;
  width: 100%;
}
.bk-st-img {
  width: 100%;
  height: 100vh;
  background-color: #19171eab;
}

#startContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: black;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  cursor: pointer;
}
#startExperienceBtn {
  transition: all 0.3s ease;
}
#startExperienceBtn:hover {
  background-color: #dbb564;
  color: #000000;
}
#startContent h5 {
  color: white;
  padding: 11px 14px;
  border-radius: 4px;
  margin-bottom: 26px;
  font-size: 21px;
  padding-top: 12px;
  margin-top: 40%;
  position: relative;
  z-index: 99999;
  border: 1px solid #dbb564;
}
#mainBanner h1 span {
  color: #fb8d5a;
  margin-bottom: 9px;
}
#mainBanner h1 {
  color: #ffffff;
  font-size: 34px;
  width: 100%;
  line-height: 47px;
  margin-bottom: 30px;
  text-align: right;
}
#mainBanner h2 {
  margin-top: 20px;
  margin-bottom: 30px;
  color: #ffffff;
  font-size: 27px;
  text-align: right;
  font-weight: 500;
}
#mainBanner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00000000;
  z-index: 9999999;
}
#mainBanner .cus-container {
  width: 100%;
  max-width: 90%;
  margin: auto;
  z-index: 999999999999999;
}
.writer-info-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 45px;
}
#startContent h6 {
  color: #e34a05;
  font-size: 20px;
  margin-top: 10px;
}
#mainBanner {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#mainBanner .main-banner-content {
  margin-right: 30px;
  width: 100%;
}

.hidden {
  opacity: 0;
  pointer-events: none;
}
.visible {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s ease;
}

#fogCanvas {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 20;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#fixed-image {
  width: 100%; /* or whatever size you want */
  height: 100%;
  transition: all 0.6s ease;
}
#fixed-image02 {
  width: 100%;
  height: 100%;
  transition: all 0.6s ease;
  top: 0;
  left: 0;
  z-index: 999999;
  opacity: 0.001;
}

.fixed {
  position: fixed;
  top: 0; /* distance from the top */
  left: 0; /* distance from the left */
  z-index: 1000;
}
.image-wrapper {
  height: var(--real-vh);
  /* or max-height: var(--real-vh); */
}
.main-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.right-content {
  position: relative;
  z-index: 999999;
  /* background-color: #19171eb3; */
  width: 60%;
  margin-left: auto;
  padding: 15px 35px;
  margin-bottom: 50px;
  margin-bottom: 80vh;
}
.right-content img {
  width: 100%;
}

.left-content {
  position: relative;
  z-index: 999999;
  /* background-color: #19171eb3; */
  width: 60%;
  margin-right: auto;
  padding: 15px 35px;
  margin-bottom: 80vh;
}
.right-content p {
  color: #f2f2f2;
}
.left-content p {
  color: #f2f2f2;
}
.video-container {
  width: 90%;
  margin: auto;
  margin-bottom: 30px;
  margin-top: 40px;
}
.video-container iframe {
  width: 100%;
  height: 300px;
}
.images-contaner {
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.allImg {
  width: 100% !important;
  height: 100%;
  top: 0 !important;
  left: 0 !important;
  z-index: 9999;
  position: absolute;
  margin-right: auto;
  transition: all 0.5s;
  opacity: 0;
}
.allImg img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
}
.main-section-continer {
  width: 100%;
  padding: 0 50px;
}
#img01-sections {
  width: 100%;
  height: auto;
  bottom: 0;
  top: unset;
  left: 0;
  z-index: 9999;
  margin-right: auto;
  transition: all 0.5s;
  opacity: 0;
}
#img01-sections img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
}

#img00-sections {
  width: 100%;
  height: 100%;
  bottom: 0;
  top: unset;
}
#img00-sections picture {
  width: 100%;
  height: 100%;
}
#img00-sections img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

#img11-sections {
  width: 50%;
  height: 50vh;
  top: 0;
  left: 0;
  z-index: 9999;
  margin-right: auto;
  transition: all 0.5s;
  opacity: 0;
}
#img11-sections img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
}

.blending-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: unset;
  opacity: 1;
  z-index: 900;
  /* z-index: 999999; */
}

.blending-video2 {
  width: 100%;
  height: auto;
  object-fit: cover;
  top: 0;
  left: 0;
  mix-blend-mode: lighten;
  opacity: 1;
  z-index: 900;
}

.center-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 999999;
  /* background-color: #19171eb3; */
  width: 60%;
  margin: auto;
  margin-bottom: 40px;
  padding: 10px 10px;
  padding-top: 30px;
  margin-bottom: 80vh;
}
.center-content-pdf {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 999999;
  /* background-color: #19171eb3; */
  width: 90%;
  margin: auto;
  margin-bottom: 40px;
  padding: 10px 10px;
  padding-top: 30px;
  margin-bottom: 80vh;
}
.video-content {
  width: 80%;
}
.map-content {
  width: 80%;
}
.center-content img {
  width: 100%;
}

.center-modals {
  width: 80%;
}

.no-bk {
  background-color: unset !important;
  border: unset !important;
  width: 80%;
}
.no-bk .container {
  width: 100%;
  height: 100%;
}

.no-bk iframe {
  width: 100%;
  height: 500px;
  border: unset !important;
}
.image04-container img {
  width: 100%;
}
.center-content p {
  color: #f2f2f2;
}
.center-content h2 {
  color: #dbb564;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 26px;
}
.video-content h2 {
  color: #dbb564;
  text-align: center;
}
.box-center {
  color: #f97f26 !important;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 19px;
  text-align: center;
}
.box-center span {
  font-size: 15px;
  display: block;
  text-align: left;
  margin-top: 10px;
}
.center-content h3 {
  color: #f97f26;
  margin-top: 0;
  margin-bottom: 0px;
  font-size: 22px;
  padding: 0px 20px;
  line-height: 40px;
}
/* .center-content h3 span{
display: block;
margin-top: 16px;
text-align: left;
font-weight: 500;
font-size: 20px;

} */
.btn-link {
  background-color: #19171e;
  border: 1px solid #f97f26;
  color: #f97f26;
  padding: 14px 16px;
  text-align: center;
  width: max-content;
  cursor: pointer;
}
.link-alone {
  padding-right: 0;
}
.no-top-m {
  margin-top: -80vh;
}
#img02-sections {
  right: 0;
  left: 0;
  width: 50%;
  top: 0;
  transform: unset;
  width: 100%;
  width: 100%;
}
#img03-sections {
  width: 100%;
  height: 100%;
  bottom: 0;
  top: unset;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#img04-sections {
  width: 80%;
  height: 100%;
  bottom: 0;
  top: unset;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px); /* move up */
  }
  100% {
    transform: translateY(0);
  }
}
.floating {
  animation: float 2s ease-in-out infinite;
  justify-content: flex-end;
  width: 90%;
  bottom: 0;
  top: unset;
}
.floating img {
  width: 50%;
}
.main-description {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 100px;
}
.main-description p {
  color: #fb8d5a;
  font-size: 23px;
  line-height: 38px;
  font-weight: 600;
}

#img05-sections {
  width: 100%;
  height: 100%;
  bottom: 0;
  top: unset;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-right: unset;
  margin-left: auto;
}
#img05-sections picture {
  width: 100%;
  height: 100%;
}
#img05-sections img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  float: left;
}

#img06-sections {
  width: 100%;
  height: 100%;
  bottom: 0;
  top: unset;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-right: unset;
  margin-left: auto;
}
#img06-sections picture {
  width: 100%;
  height: 100%;
}
#img06-sections img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  float: left;
  object-fit: cover;
}

#img07-sections {
  width: 100%;
  height: 100%;
  bottom: 0;
  top: unset;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-right: unset;
  margin-left: auto;
}
#img07-sections picture {
  width: 100%;
  height: 100%;
}
#img07-sections img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  float: left;
}

#img09-sections {
  width: 50%;
  height: 100%;
  bottom: 0;
  top: unset;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-right: unset;
  margin-left: auto;
}
#img09-sections img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  float: left;
}

#img10-sections {
  width: 80%;
  height: 100%;
  bottom: 0;
  top: unset;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-right: unset;
  margin-left: auto;
}
#img10-sections img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  float: left;
}

#img12-sections {
  width: 40%;
  height: 100%;
  bottom: 0;
  top: unset;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-right: unset;
  margin-left: auto;
}
#img12-sections img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  float: left;
}

#img14-sections {
  width: 50%;
  height: 100%;
  bottom: 0;
  top: unset;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-right: unset;
  margin-left: auto;
}
#img14-sections img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  float: left;
}

#img15-sections {
  width: 50%;
  height: 100%;
  bottom: 0;
  top: unset;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-right: unset;
  margin-left: auto;
}
#img15-sections img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  float: left;
}

#img16-sections {
  width: 50%;
  height: 100%;
  bottom: 0;
  top: unset;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-right: unset;
  margin-left: auto;
}
#img16-sections img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  float: left;
}

#img17-sections {
  width: 50%;
  height: 100%;
  bottom: 0;
  top: unset;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-right: unset;
  margin-left: auto;
}
#img17-sections img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  float: left;
}

#img18-sections {
  width: 50%;
  height: 100%;
  bottom: 0;
  top: unset;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-right: unset;
  margin-left: auto;
}
#img18-sections img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  float: left;
}

#img19-sections {
  width: 80%;
  height: 100%;
  bottom: 0;
  top: unset;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-right: unset;
  margin-left: auto;
}
#img19-sections img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  float: left;
}

#img21-sections {
  width: 80%;
  height: 100%;
  bottom: 0;
  top: unset;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-right: unset;
  margin-left: auto;
}
#img21-sections img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  float: left;
}

#img22-sections {
  width: 80%;
  height: 100%;
  bottom: 0;
  top: unset;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-right: unset;
  margin-left: auto;
}
#img22-sections img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  float: left;
}

#img20-sections {
  width: 40%;
  height: 100%;
  bottom: 0;
  top: unset;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-right: unset;
  margin-left: auto;
}
#img20-sections img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  float: left;
}

#img13-sections {
  width: 100%;
  height: 100vh;
}

#img13-sections img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sound-container {
  position: fixed;
  z-index: 999989999;
  top: 20px;
  left: 20px;
}
#muteBtn {
  opacity: 0;
}

.sound-container img {
  width: 45px;
  object-fit: contain;
  height: auto;
  cursor: pointer;
  position: relative;
}

#muteBtn.muted::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ff0000;
  transform: rotate(-45deg);
  transform-origin: center;
}

.writer-info-div span {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: right;
  color: #ffffff;
}
.writer-info-div {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 5px;
}
.writer-info-div img {
  width: 15px;
}

/* Legal Document Styles */

.breed-info {
  background: #2a2a2a;
  border-radius: 8px;
  padding: 20px;
}

.breed-info h3 {
  color: #ff6b6b;
  margin-bottom: 20px;
  font-size: 20px;
  text-align: center;
}

.breed-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.breed-table th,
.breed-table td {
  padding: 12px;
  text-align: right;
  border-bottom: 1px solid #3a3a3a;
}

.breed-table th {
  color: #ff6b6b;
  width: 25%;
  font-weight: bold;
  vertical-align: top;
}

.breed-table td {
  color: #ddd;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .center-min-width {
    width: 100%;
    margin: auto;
  }
  .tabs-header {
    flex-direction: column;
  }

  .tab-btn {
    width: 100%;
    text-align: center;
  }

  .breed-table th,
  .breed-table td {
    display: block;
    width: 100%;
  }

  .breed-table th {
    background: #3a3a3a;
    padding: 8px 12px;
  }
}

/* Legal Tabs Styles */
.legal-tabs {
  /* background: #1a1a1a; */
  border-radius: 10px;
  padding: 0;
  direction: rtl;
  display: flex;
}

.tabs-header {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.tab-btn {
  background: #1f1f22;
  border: none;
  color: #fff;
  padding: 12px 20px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Tajawal", sans-serif;
  font-size: 14px;
  width: 90%;
  height: 100px;
}

.tab-btn:hover {
  background: #3a3a3a;
}

.tab-btn.active {
  background: #fff;
  color: #232323;
}

.tab-content {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.tab-content.active {
  display: block;
  opacity: 1;
}

.law-info {
  background: #2a2a2a;
  border-radius: 8px;
  padding: 20px;
}

.law-header {
  text-align: right;
  margin-bottom: 30px;
}

.law-header h3 {
  color: #ff6b6b;
  margin-bottom: 10px;
  font-size: 20px;
}

.law-date {
  color: #888;
  font-size: 14px;
}

.law-sections {
  display: grid;
  gap: 20px;
}

.law-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  padding: 15px;
  border-radius: 6px;
  flex-direction: column;
}
.law-section h5 {
  color: white;
}

.section-icon {
  font-size: 24px;
  min-width: 30px;
  text-align: center;
}

.section-content {
  flex: 1;
}

.section-content h4 {
  color: #ff6b6b;
  margin-bottom: 10px;
  font-size: 16px;
}

.section-content p {
  color: #ddd;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

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

.section-content li {
  color: #ddd;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 8px;
  position: relative;
  padding-right: 20px;
}

.section-content li:before {
  content: "✔️";
  position: absolute;
  right: 0;
  top: 2px;
}

.special-note {
  background: #2d2d2d;
  border: 1px solid #ff6b6b;
}
.head-map-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.head-map-content img {
  width: 30px;
  object-fit: contain;
  margin-left: 10px;
}
.map-content-interactive {
  margin-top: 100px;
  position: relative;
  z-index: 99999999;
}

.main-map {
  width: 1000px;
  height: 482px;
}
.main-map img {
  width: 1000px;
  height: 482px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.allPin {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 20px;
  height: 20px;
}
#pin1 {
  margin-left: -174px;
  margin-top: -176px;
}

/* Map Tooltip Styles */
.allPin {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 40px;
  height: 20px;
  /* background: rgba(255, 255, 255, 0.9);
  border: 2px solid #ff6b6b; */
  border-radius: 0;
  transition: all 0.3s ease;
  z-index: 10;
}

/* .allPin:hover {
  background: #ff6b6b;
  transform: translate(-50%, -50%) scale(1.2);
  box-shadow: 0 0 15px rgba(255, 107, 107, 0.5);
} */

/* .allPin.active {
  background: #ff6b6b;
  transform: translate(-50%, -50%) scale(1.1);
} */

.tooltip-text {
  position: absolute;
  background: white;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  padding: 20px;
  width: 300px;
  max-width: 90vw;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 1000;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  margin-top: 15px;
}

.tooltip-text::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid white;
}

.tooltip-text.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.tooltip-head {
  margin-bottom: 15px;
}

.tooltip-head h2 {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin: 0 0 10px 0;
  line-height: 1.3;
}

.tooltip-head img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 10px;
}

.tooltip-text p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin: 0;
}

/* Pin positioning */

#pin2 {
  margin-left: -178px;
  margin-top: -124px;
}

#pin3 {
  margin-left: -261px;
  margin-top: -18px;
}

#pin4 {
  margin-left: -177px;
  margin-top: 109px;
}

#pin5 {
  margin-top: 100px;
  margin-left: 15px;
}
#pin9 {
  margin-top: 214px;
  margin-left: -140px;
}
#pin6 {
  margin-top: -44px;
  margin-left: -78px;
}
#pin7 {
  margin-left: -80px;
  margin-top: -5px;
}
#pin8 {
  margin-left: -157px;
  margin-top: 13px;
}

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

.shared-with-div {
  border-top: 1px solid #e2e2e2;
  width: 100%;
  margin: 75px auto;
  padding: 28px;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  gap: 42px;
}

.shared-lang-wrapper {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.shared-lang-wrapper h6 {
  font-family: "Tajawal-Bold", sans-serif;
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 18px;
  font-weight: bold;
  color: white;
}
.shared-lang-wrapper h6::before {
  content: "";
  display: flex;
  background-color: #dbb564;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.shared-links-wrapper {
  display: flex;
}
.shared-links-wrapper span {
  display: flex;
  max-width: 90%;
  width: 100%;
  gap: 10px;
  flex-wrap: wrap;
}

.shared-links-wrapper a:not(:last-child) {
  border-left: 2px solid white;
  padding-left: 10px;
}
.shared-links-wrapper a {
  color: #dbb564 !important;
}

.investigation-tags-container {
  width: 100%;
  /* border-top: 1px solid #e2e2e2; */
  padding-top: 20px;
  margin: 0 auto 32px auto;
}
.investigation-tags-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  margin: auto;
  gap: 8px;
}
.investigation-tags-wrapper a {
  font-size: 14px;
  display: flex;
  align-items: center;
  padding: 6px 15px;
  color: #fff !important;
  background-color: transparent;
  border: 1px solid #dbb564;
  border-radius: 7px;
  transition: all 0.5s;
}
.investigation-tags-wrapper a:hover {
  color: white;
  background-color: #dbb564;
  border: 1px solid #dbb564;
  transition: all 0.5s;
}

/* PDF Style */

.pdf-container {
  display: flex;
  max-width: 80%;
  width: 100%;
  margin: 32px auto;
  gap: 5%;
  position: relative;
  z-index: 999999;
}

.pdf-tabs-content {
  width: 100%;
  height: 700px;
  background-image: url("../images4/pdf/pdf-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.pdf-tabs-btn {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.pdf-btn {
  font-family: "Tajawal-bold", sans-serif;
  font-size: 20px;
  color: #122354;
  padding: 12px;
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border: none;
  width: 150px;
  height: auto;
  cursor: pointer;
  opacity: 0.5;
}

.pdf-btn.active {
  box-shadow: unset;
  opacity: 1;
}

.pdf-content {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
}
.pdf-content.active {
  display: block;
}

.swiper {
  width: 100%;
  height: 100%;
  margin: auto;
}

.pdfSlider {
  max-width: 42%;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.pdfSlider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100% !important;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 300px !important;
  object-fit: cover;
}
.pdfSlider .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: contain;
  position: relative;
  top: 4%;
  height: 80% !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "" !important;
  display: none;
}

.pdfSlider figure {
  margin: 0;
  width: 100%;
  height: 100%;
}
.pdfSlider figure picture,
.pdfSlider figure picture a {
  width: 100%;
  height: 100%;
}
.pdfSlider .swiper-slide img {
  top: 14%;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .pdf-container {
    flex-direction: column;
  }
  .pdf-tabs-btn {
    flex-direction: row;
    justify-content: center;
  }
}

@media (min-width: 451px) and (max-width: 767px) {
  .pdf-container {
    flex-direction: column;
  }
  .pdf-tabs-btn {
    flex-direction: row;
    justify-content: center;
  }
}

@media (max-width: 450px) {
  .pdf-container {
    flex-direction: column;
  }
  .pdf-tabs-btn {
    flex-direction: row;
    justify-content: center;
  }
}

/* End PDF Style */

/* Slider Trader Style  */

.mx-25 {
  max-width: 25%;
}

.mx-50 {
  max-width: 50%;
}
picture {
  width: 100%;
  display: flex;
}
figure {
  margin: 0;
}

.image-container {
  display: flex;
  width: 100%;
  justify-content: space-around;
  margin: 32px auto;
  flex-direction: column;
}
.image-container.flex-row {
  justify-content: center;
  flex-direction: row;
  gap: 24px;
}
.image-container img {
  width: 100%;
  height: auto;
}
.image-container.h-300 img {
  object-fit: cover;
  width: 287px;
  height: 300px;
}

.slider-trader-arms {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 80%;
  width: 100%;
  margin: 32px auto;
  background-color: #0a0b2200;
  padding: 20px;
  position: relative;
  z-index: 999999;
  margin-bottom: 80vh;
}
.classification-tabs-btn,
.arms-tabs-btn,
.trader-tabs-btn {
  display: flex;
  gap: 8px;
}
.classification-btn,
.arms-btn,
.trader-btn {
  font-family: "Tajawal-Medium", sans-serif;
  font-size: 18px;
  color: #fff;
  padding: 12px;
  background-color: transparent;
  border: 1px solid white;
  width: auto;
  height: auto;
  cursor: pointer;
  transition: all 0.4s;
}
.classification-btn.active,
.arms-btn.active,
.trader-btn.active {
  color: #232323;
  border-color: #ffea4c;
  background-color: #ffea4c;
  transition: all 0.4s;
}
.classification-content,
.arms-slider-content,
.trader-slider-content {
  display: none;
  color: white;
}
.classification-content.active,
.arms-slider-content.active,
.trader-slider-content.active {
  display: flex;
}

.classification-content {
  flex-direction: column;
  gap: 40px;
}
.arms-slider-content,
.trader-slider-content {
  position: relative;
}
.arms-slider-content iframe {
  max-width: 287px;
  width: 100%;
  margin: auto;
}

.swiper {
  width: 100%;
  height: 100%;
  margin: auto;
}

.armsSlider,
.traderSlider,
.m4-slider {
  max-width: 90%;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.swiper-slide iframe {
  width: 287px;
  height: 300px;
}
.swiper-slide figure picture a {
  width: 100%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "" !important;
  display: none;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .pdf-container {
    flex-direction: column;
  }
  .pdf-tabs-btn {
    flex-direction: row;
    justify-content: center;
  }
  .classification-tabs-btn {
    justify-content: center;
  }
  .classification-tabs-btn,
  .arms-tabs-btn,
  .trader-tabs-btn {
    flex-wrap: wrap;
    justify-content: center;
  }
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: 0 !important;
  }
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 0 !important;
  }
  .image-container.flex-row {
    flex-wrap: wrap;
    align-items: center;
  }
  .mx-50 {
    max-width: 100%;
  }
}

@media (min-width: 451px) and (max-width: 767px) {
  .pdf-container {
    flex-direction: column;
  }
  .pdf-tabs-btn {
    flex-direction: row;
    justify-content: center;
  }
  .classification-tabs-btn {
    justify-content: center;
  }
  .classification-tabs-btn,
  .arms-tabs-btn,
  .trader-tabs-btn {
    flex-wrap: wrap;
    justify-content: center;
  }
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: -15px !important;
  }
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: -15px !important;
  }
  .image-container.flex-row {
    flex-direction: column;
    align-items: center;
  }
  .mx-50 {
    max-width: 100%;
  }
}

@media (max-width: 450px) {
  .pdf-container {
    flex-direction: column;
  }
  .pdf-tabs-btn {
    flex-direction: row;
    justify-content: center;
  }
  .classification-tabs-btn {
    justify-content: center;
  }
  .classification-tabs-btn,
  .arms-tabs-btn,
  .trader-tabs-btn {
    flex-wrap: wrap;
    justify-content: center;
  }
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: -15px !important;
  }
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: -15px !important;
  }
  .image-container.flex-row {
    flex-direction: column;
    align-items: center;
  }
  .mx-50 {
    max-width: 100%;
  }
}

/* End Slider Trader Style  */

/* Responsive adjustments */
@media screen and (max-width: 768px) {
  .tooltip-text {
    width: 280px;
    padding: 15px;
  }

  .tooltip-head h2 {
    font-size: 16px;
  }

  .tooltip-text p {
    font-size: 13px;
  }

  .tooltip-head img {
    height: 120px;
  }
}

/* Map container positioning */
.map-content-interactive {
  position: relative;
  margin-top: 100px;
}

.main-map {
  position: relative;
  width: 1000px;
  height: 482px;
  margin: 0 auto;
}

.main-map img {
  width: 1000px;
  height: 482px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 868px) {
  .center-content h3 {
    text-align: center;
  }
  .pdf-row-container {
    flex-direction: column;
  }
  .tabs {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }

  .pdf-row-container .tab {
    margin-bottom: 8px;
    width: 46%;
    flex-direction: column-reverse;
    align-items: center;
  }
  .pdf-row-container h3 {
    text-align: center;
  }
  .tab img {
    width: 100%;
    height: 25px;
    margin-bottom: 10px;
  }
  .menu-item img {
    width: 100%;
    height: 54px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 9px;
    filter: grayscale(1);
  }
  .dog-block-top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .dog-image {
    margin-right: 0;
    height: 200px;
    object-fit: contain;
  }
  .row-dogs {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .map-content-interactive {
    position: relative;
    margin-top: 100px;
    transform: scale(0.7);
  }
  .map-bord-content-interactive {
    width: 100% !important;
  }
}

@media screen and (max-width: 732px) {
  .map-content-interactive {
    position: relative;
    margin-top: 100px;
    transform: scale(0.5);
  }
}
@media screen and (max-width: 768px) {
  .allImg picture {
    width: 100%;
    height: 100%;
  }
  .allImg img {
    width: 100%;
    height: 100%;
  }
  .center-content p {
    color: #f2f2f2;
    text-align: right;
  }
  .center-content h2 {
    text-align: center;
  }
  .box-cases-col p {
    text-align: center;
  }
  .dogs-cards-content {
    margin-bottom: 100px;
  }

  .btn-link {
    width: 100%;
  }
  .dogs-cards-content {
    width: 100%;
  }
  .modal {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #img02 img {
    object-position: center;
    object-fit: cover;
  }
  .box-cases-row {
    flex-direction: column;
  }
  .modal-content {
    width: 95%;
  }
  .box-cases-col {
    width: 100%;
    margin-bottom: 10px;
  }
  #mainBanner h1 {
    width: 100%;
    line-height: 42px !important;
    font-size: 29px;
  }
  .main-container {
    flex-direction: column;
  }
  .tabs-header {
    width: 100%;
  }
  .flex-content .law-section {
    width: 100% !important;
  }
  .tabs-content {
    width: 100%;
  }
  .legal-tabs {
    flex-direction: column;
  }
  .dog-block-top {
    flex-direction: column;
  }
  .dog-image {
    margin-right: 0;
  }
  .info-line {
    width: 100%;
  }
  .row-dogs {
    flex-direction: column;
  }
  .menu {
    width: 100%;
  }
  #fixed-image02 {
    object-fit: cover;
  }
  .main-description {
    padding: 26px;
  }
  #fixed-image {
    object-fit: cover;
  }
  .right-content {
    width: 95%;
    margin-right: unset;
    margin-right: unset;
    margin-bottom: 200px;
  }
  .left-content {
    width: 95%;
    margin-right: unset;
    margin-right: unset;
    margin-bottom: 200px;
  }
  .center-content {
    width: 95%;
    margin-right: unset;
    margin-right: unset;
    margin: auto auto 0;
    margin-bottom: 200px;
  }
  #mainBanner .main-banner-content {
    margin-right: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding: 20px;
  }
  .allImg {
    margin: unset !important;
    transform: unset !important;
    right: unset !important;
    left: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    bottom: 0;
    top: unset !important;
    object-fit: cover;
  }
  #startContent {
    padding: 10px;
  }
  .main-section-continer {
    width: 100%;
    overflow-x: hidden;
    padding: 0 10px;
  }
  .tabs-header {
    flex-direction: column;
  }
  #startContent h6 {
    text-align: center;
  }
  #img01-sections {
    width: 100%;
    height: auto;
    bottom: 0;
    top: unset;
  }
  #img04-sections {
    width: 100%;
  }
  #img02-sections {
    width: 100%;
    height: auto;
  }
  #img06-sections {
    width: 100%;
  }
  #img07-sections {
    width: 100%;
  }
  .tab-btn {
    width: 100%;
    text-align: center;
  }

  .law-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .section-icon {
    margin-bottom: 10px;
  }
  #img13-sections {
    height: 100vh !important;
    object-fit: cover;
  }
  .video-container {
    width: 100%;
  }

  #mainBanner h3 {
    width: 100%;
  }
}

.flex-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.flex-content .law-section {
  flex: 1;
  width: 45%;
  padding: 20px;
  border-radius: 8px;
}

.flex-content .law-section h5 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 18px;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-content img {
  width: 50px;
  object-fit: contain;
  margin-bottom: 13px;
}

.flex-content .law-section p {
  color: #ddd;
  line-height: 1.6;
  margin: 0;
}

.flex-content .law-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.flex-content .law-section li {
  color: #ddd;
  margin-bottom: 10px;
  padding-right: 25px;
  position: relative;
}

.flex-content .law-section li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .flex-content {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .flex-content .law-section {
    flex: 1 1 calc(50% - 10px);
  }
}

body.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

.content-hidden {
  display: none;
}

.start-container-first {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  transition: opacity 0.5s ease;
}

.start-button {
  padding: 15px 30px;
  font-size: 1.5rem;
  background-color: #ffffff;
  color: #000000;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.start-button:hover {
  transform: scale(1.05);
}

.hidden {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 991px) {
  .cus-container {
    max-width: 90%;
    margin: auto 0;
  }
  #mainBanner h1 {
    line-height: 60px;
  }
  #img02 {
    transform: translate(0, 0) !important;
  }
}

/* content table */

.table-content-section {
  background-image: url("./assets/images4/tabl-weapons/bk.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 99999999;
}
body {
  font-family: "Tajawal", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  direction: rtl;
  overflow-x: hidden !important;
  background-position: center;
  background-color: #101834;
  scroll-behavior: smooth;
}

.table-content {
  width: 80%;
  margin: 0 auto;
  padding: 20px;
  height: 600px;
}

.head-table-content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.head-table-content p {
  color: white;
}

.head-table-content img {
  width: 30px;
  object-fit: contain;
  margin-left: 10px;
}

.table-content-interactive {
  margin-top: 100px;
  position: relative;
}

.main-map-table {
  width: 1000px;
  height: 482px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.main-map-table img {
  width: 100%;
}

.allPin-table {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 40px;
  height: 20px;
  border-radius: 0;
  /* background-color: #0b0a08; */
}
.allPin-table img:hover {
  filter: drop-shadow(0px 0px 0px #dbb564) drop-shadow(0px 1px 1px #dbb564);
}
.allPin-table img {
  transition: all 0.3s ease;
  height: auto;
  object-fit: contain;
}

#pin-table1 {
  margin-left: -197px;
  margin-top: -169px;
}
#pin-table1 img {
  width: 84px;
  height: auto;
  object-fit: contain;
}

#pin-table2 {
  margin-left: 452px;
  margin-top: -149px;
}
#pin-table2 img {
  width: 393px;
  height: auto;
  object-fit: contain;
}

#pin-table3 {
  margin-left: 43px;
  margin-top: -82px;
}
#pin-table3 img {
  width: 357px;
}

#pin-table4 {
  margin-left: 185px;
  margin-top: -17px;
}
#pin-table4 img {
  width: 71px;
}

#pin-table5 {
  margin-top: -186px;
  margin-left: 25px;
}
#pin-table5 img {
  width: 100px;
}

#pin-table6 {
  margin-top: -20px;
  margin-left: 443px;
}
#pin-table6 img {
  width: 131px;
}

#pin-table7 {
  margin-left: 298px;
  margin-top: -22px;
}
#pin-table7 img {
  width: 94px;
}

#pin-table8 {
  margin-left: 362px;
  margin-top: -91px;
}
#pin-table8 img {
  width: 78px;
}

#pin-table9 {
  margin-top: -169px;
  margin-left: -96px;
}
#pin-table9 img {
  width: 90px;
  transform: scaleX(-1);
}

#pin-table10 {
  margin-left: 439px;
  margin-top: -90px;
}
#pin-table10 img {
  width: 60px;
}
/* Modal Styles */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999999999999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.modal-overlay.show {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* background: linear-gradient(135deg, #1a1f3a 0%, #0f1429 100%); */
  border-radius: 12px;
  padding: 0;
  max-width: 800px;
  width: 90%;
  max-height: 80vh;
  overflow: hidden;
  /* box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5); */
  z-index: 10001;
}

.modal-header {
  position: relative;
  /* background: linear-gradient(135deg, #1a1f3a 0%, #0f1429 100%); */
  padding: 20px;
  /* border-bottom: 1px solid rgba(219, 181, 100, 0.2); */
}

.modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.modal-close:hover {
  background: rgba(219, 181, 100, 0.2);
  color: #dbb564;
}

.modal-body {
  display: flex;
  padding: 0;
  min-height: auto;
  flex-direction: row-reverse;
}

.modal-weapon-image {
  flex: 1;
  /* background: linear-gradient(135deg, #1a1f3a 0%, #0f1429 100%); */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  position: relative;
}

.modal-weapon-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.modal-weapon-image img {
  max-width: 100%;
  max-height: 300px;
  object-fit: contain;
  /* filter: drop-shadow(0 0 20px rgba(219, 181, 100, 0.3)); */
}

.modal-weapon-info {
  flex: 1;
  padding: 40px;
  /* background: linear-gradient(135deg, #1a1f3a 0%, #0f1429 100%); */
  color: white;
}

.modal-weapon-title {
  font-size: 28px;
  font-weight: 700;
  color: white;
  margin: 0 0 10px 0;
  line-height: 1.2;
}

.modal-weapon-subtitle {
  font-size: 18px;
  color: #dbb564;
  margin: 0 0 20px 0;
  font-weight: 500;
  /* display: none; */
}
#modal-weapon-country {
  display: block;
}
#modal-weapon-manufacturer {
  display: none;
}
#modal-weapon-description {
  color: #dbb564;
}
.modal-weapon-description {
  font-size: 16px;
  line-height: 1.6;
  color: #b8c5d1;
  margin: 0 0 20px 0;
}

.modal-weapon-specs {
  background: rgba(219, 181, 100, 0.1);
  padding: 20px;
  border-radius: 8px;
  border: 1px solid rgba(219, 181, 100, 0.2);
  display: none;
}

.modal-weapon-specs h4 {
  color: #dbb564;
  font-size: 16px;
  margin: 0 0 10px 0;
  font-weight: 600;
}

.modal-weapon-specs p {
  color: #b8c5d1;
  font-size: 14px;
  margin: 0;
  line-height: 1.5;
}
.pdf-container .image-container img {
  cursor: zoom-in;
}

.tabs .tab img {
  cursor: pointer;
  /* or default */
}

.fixed-logo-inv {
  position: fixed;
  top: 5%;
  left: 5%;
}
.fixed-logo-inv img {
  width: 110px !important;
  height: auto;
}

/* Responsive Modal */
@media screen and (max-width: 768px) {
  .modal-content {
    width: 95%;
    max-height: 90vh;
  }

  .modal-body {
    flex-direction: column;
  }

  .modal-weapon-image {
    padding: 20px;
    min-height: 200px;
  }

  .modal-weapon-info {
    padding: 20px;
  }

  .modal-weapon-title {
    font-size: 24px;
  }

  .modal-weapon-subtitle {
    font-size: 16px;
  }
}

/* Responsive adjustments */
@media screen and (max-width: 1024px) {
  .table-content-interactive {
    position: relative;
    margin-top: 100px;
    transform: scale(0.7);
  }
}

@media screen and (max-width: 732px) {
  .table-content-interactive {
    position: relative;
    margin-top: 100px;
    transform: scale(0.5);
  }
}

@media screen and (max-width: 768px) {
  .tooltip-text {
    width: 280px;
    padding: 15px;
  }

  .tooltip-head h2 {
    font-size: 16px;
  }

  .tooltip-text p {
    font-size: 13px;
  }

  .tooltip-head img {
    height: 120px;
  }
}

/* map section pins */
.tooltip-pins-text-video {
  display: flex;
  flex-direction: column;
}
.tooltip-pins-text-p {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.tooltip-pins-text-p p {
  color: white !important;
}
.tooltip-pins-text h2 {
  color: white !important;
  text-align: center !important;
}
.tooltip-pins-text-p img {
  width: 120px !important;
  object-fit: contain !important;
  margin-bottom: 0 !important;
}
.map-pins-content {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  z-index: 999999999999;
  margin-bottom: unset;
  overflow: hidden;
  height: 1500px;
}

.head-map-pins-content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.head-map-pins-content img {
  width: 30px;
  object-fit: contain;
  margin-left: 10px;
}

.map-pins-content-interactive {
  margin-top: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.main-pins-map {
  width: 1000px;
  height: 482px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.main-pins-map img {
  width: 100%;
}

.allPins-local {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 10px;
  height: 10px;
  border-radius: 0;
  background-color: #fde656;
  display: flex;
  flex-wrap: wrap;
  border-radius: 100%;
}

.allPins-local.pulse::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #fde656;
  animation: pulse 2s infinite;
  z-index: 1;
}

.allPins-local.pulse {
  background-color: transparent;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0.7;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
.allPins-local video {
  width: 100%;
}

#pin-local1 {
  margin-left: -160px;
  margin-top: -208px;
}

#pin-local2 {
  margin-left: -100px;
  margin-top: -193px;
}

#pin-local3 {
  margin-left: -84px;
  margin-top: -185px;
}

#pin-local4 {
  margin-left: -109px;
  margin-top: -167px;
}

#pin-local5 {
  margin-top: 262px;
  margin-left: 219px;
}

#pin-local6 {
  margin-top: 118px;
  margin-left: 168px;
}

#pin-local7 {
  margin-left: -80px;
  margin-top: -5px;
}

#pin-local8 {
  margin-left: -157px;
  margin-top: 13px;
}

#pin-local9 {
  margin-top: 214px;
  margin-left: -140px;
}

.tooltip-pins-text {
  position: absolute;
  background: #08081a;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  padding: 20px;
  width: 300px;
  max-width: 90vw;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
  top: 100%;
  left: 50%;
  margin-top: 10px;
}

.tooltip-pins-text::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #08081a;
}

.tooltip-pins-text.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.tooltip-head {
  margin-bottom: 15px;
}

.tooltip-head h2 {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin: 0 0 10px 0;
  line-height: 1.3;
}

.tooltip-head img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 10px;
}

.tooltip-pins-text p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin: 0;
}

/* Responsive adjustments */
@media screen and (max-width: 1024px) {
  .map-pins-content-interactive {
    position: relative;
    margin-top: 100px;
    transform: scale(0.7);
  }
}

@media screen and (max-width: 732px) {
  .map-pins-content-interactive {
    position: relative;
    margin-top: 100px;
    transform: scale(0.5);
  }
}

@media screen and (max-width: 768px) {
  .tooltip-pins-text {
    width: 280px;
    padding: 15px;
  }

  .tooltip-head h2 {
    font-size: 16px;
  }

  .tooltip-pins-text p {
    font-size: 13px;
  }

  .tooltip-head img {
    height: 120px;
  }
}

/* map-bord-content-interactive */

.map-bord-content-interactive {
  width: 80%;
  margin: 0 auto;
  padding: 20px;
  height: 1000px;
  position: relative;
  z-index: 999999999999;
}

.head-map-bord-content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.head-map-bord-content img {
  width: 30px;
  object-fit: contain;
  margin-left: 10px;
}

.main-map-bord {
  width: 800px;
  height: 404px;
  margin: 0 auto;
  position: relative;
}
.main-map-bord img {
  width: 100%;
  height: auto;
}

.main-map-container {
  position: relative;
  width: 1000px;
  height: 482px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.allPins-bord {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 100px;
  height: 100px;
  border-radius: 0;
  background-color: #0b0a0800;
  z-index: 10;
}

#pin-bord1 {
  margin-left: 159px;
  margin-top: 47px;
}

#pin-bord2 {
  margin-left: -155px;
  margin-top: 42px;
}

#pin-bord3 {
  margin-left: -226px;
  margin-top: -138px;
}

#pin-bord4 {
  margin-left: -10px;
  margin-top: -106px;
}

#pin-bord5 {
  margin-top: -130px;
  margin-left: 215px;
}

#pin-bord6 {
  margin-top: -44px;
  margin-left: -78px;
}

#pin-bord7 {
  margin-left: -80px;
  margin-top: -5px;
}

#pin-bord8 {
  margin-left: -157px;
  margin-top: 13px;
}

#pin-bord9 {
  margin-top: 214px;
  margin-left: -140px;
}

.tooltip-container {
  background: white;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  padding: 20px;
  width: 100%;
  max-width: 800px;
  margin: 20px auto 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
  position: relative;
  z-index: 5;
  margin-top: 482px !important;
  min-height: fit-content;
}
#tooltip-container-bk-image img {
  width: 100%;
  position: absolute;
  top: -100px;
  left: 0;
  height: calc(100% + 200px);
  min-height: 542px;
  object-fit: cover;
}

.tooltip-container.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.tooltip-content {
  width: 85%;
  position: relative;
  z-index: 999;
  background-color: #f4ede5;
  padding: 10px;
  margin: auto;
  margin-top: 20px;
}
.tooltip-content-image {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  align-items: center;
}
.tooltip-head {
  margin-bottom: 15px;
}
.tooltip-content-image img {
  width: 150px !important;
  height: auto !important;
  object-fit: contain;
}

.tooltip-head h2 {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin: 0 0 10px 0;
  line-height: 1.3;
}

.tooltip-head img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 10px;
}

.tooltip-text p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin: 0;
}
.tooltip-description {
  color: black;
}
#tooltip-title {
  color: #122354 !important;
}

/* Weapon data styling - each attribute can be styled individually */
.weapon-release-date {
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 19px;
}

.weapon-release-date a {
  text-decoration: underline;
  color: #12142a !important;
}

.weapon-caliber {
  margin-bottom: 20px;
  line-height: 27px;
}

.weapon-capacity {
  margin-bottom: 20px;
  line-height: 27px;
}

.weapon-barrel-length {
  margin-bottom: 20px;
  line-height: 27px;
}

.weapon-weight {
  margin-bottom: 20px;
  line-height: 27px;
}

.weapon-other {
  margin-bottom: 20px;
  line-height: 27px;
}

/* Additional X-Calibur Mk23 specific styling */
.weapon-overall-length {
  margin-bottom: 20px;
  line-height: 27px;
}

.weapon-height {
  margin-bottom: 20px;
  line-height: 27px;
}

.weapon-width {
  margin-bottom: 20px;
  line-height: 27px;
}

.weapon-weight-with-magazine {
  margin-bottom: 20px;
  line-height: 27px;
}

.weapon-features {
  margin-bottom: 20px;
  line-height: 27px;
}

.weapon-height-with-magazine {
  margin-bottom: 20px;
  line-height: 27px;
}

a {
  color: #dbb564 !important;
}

img:not(.icon) {
  height: auto;
}

/* Responsive adjustments */
@media screen and (max-width: 1024px) {
  .map-bord-content-interactive {
    position: relative;
    margin-top: 100px;
    /* transform: scale(.7); */
  }
}

@media screen and (max-width: 732px) {
  .map-bord-content-interactive {
    position: relative;
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .main-map-container {
    transform: translateX(-50%) scale(0.5);
  }

  /* Modal-like tooltip for mobile */
  .tooltip-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    margin-top: 0 !important;
  }

  .tooltip-content {
    width: 90%;
    max-width: 500px;
    max-height: 80vh;
    background: white;
    border-radius: 15px;
    padding: 20px;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  }

  .tooltip-content-image {
    flex-direction: column;
  }

  .tooltip-content-image img {
    width: 100% !important;
    max-width: 200px;
    margin: 0 auto;
  }

  #tooltip-container-bk-image img {
    display: none;
  }

  .tooltip-head h2 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
  }

  .tooltip-content p {
    font-size: 14px;
    text-align: right;
  }

  /* Close button for weapon modal */
  .weapon-modal-close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
    z-index: 10000;
  }

  .weapon-modal-close-btn:hover {
    color: #333;
  }
  .main-pins-map {
    width: 1000px;
    height: 482px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scale(0.6);
  }
  p {
    text-align: right !important;
  }

  .map-bord-content-interactive {
    margin-top: 100px;
    position: relative;
    height: 400px;
  }
}
