html,
body {
  max-width: 100% !important;
  overflow-x: hidden !important; /* Removes the horizontal scrollbar and movement */
  position: relative !important;
}
body {
  font-family: "Inter", sans-serif;
  background-color: #0d1a2e;
  overflow-x: hidden;
  overflow-y: auto;
  touch-action: manipulation;
  -webkit-overflow-scrolling: touch;
}
body p {
  font-family: "Inter", sans-serif !important;
}
body h2 {
  font-family: "Arial Black", sans-serif !important;
  font-size: 2.4rem;
  font-weight: 700;
}
#mainNavbar {
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 1050;
}
#mainNavbar.scrolled {
  background-color: #0d1a2e;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}
#mainNavbar .navbar-brand {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 0;
  white-space: nowrap;
  transition: color 0.3s ease;
}
#mainNavbar .navbar-brand:hover {
  color: #ffc107;
}
.nav-logo {
  height: 70px;
  width: 70px;
  filter: contrast(120%);
  z-index: 10000000000;
  transition: transform 0.3s ease;
}
.navbar-brand:hover .nav-logo {
  transform: scale(1.05);
}
.navbar {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 80px;
}
#mainNavbar .nav-link {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  margin: 0 10px;
  transition: color 0.3s ease;
  border-radius: 5px;
}
#mainNavbar .nav-link:hover,
#mainNavbar .nav-link.active {
  color: #ffc107;
}
#mainNavbar .btn-warning {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #0d1a2e;
  font-weight: bold;
  padding: 8px 20px;
  border-radius: 8px;
  transition:
    background-color 0.5s ease-out,
    color 0.5s ease-out;
}
#mainNavbar .btn-warning:hover {
  background-color: #e6b300;
  border-color: #e6b300;
  color: #ffffff;
}
#mainNavbar .btn-warning.active {
  color: #ffffff;
}
#mainNavbar .navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 6px 8px;
  border-radius: 4px;
}
.custom-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 1px;
  transition: all 0.3s ease-in-out;
  margin: 4px 0;
}
#mainNavbar .navbar-toggler-icon {
  background-image: none;
}
.custom-toggler.open .icon-bar:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.custom-toggler.open .icon-bar:nth-child(2) {
  opacity: 0;
}
.custom-toggler.open .icon-bar:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.hero-section {
  position: relative;
  height: 100vh;
  background: url("../img/NewSolista/1.jpeg") no-repeat
    center center/cover;
  color: white;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
  z-index: 1;
  overflow: hidden;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.hero-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"><circle cx="10" cy="10" r="1" fill="%232e5ce6"/><circle cx="50" cy="30" r="1" fill="%232e5ce6"/><circle cx="20" cy="80" r="1" fill="%232e5ce6"/><circle cx="80" cy="60" r="1" fill="%232e5ce6"/><circle cx="90" cy="20" r="1" fill="%232e5ce6"/></svg>'); */
  background-repeat: repeat;
  background-size: 100px;
  opacity: 0.3;
  z-index: -2;
}

.hero-title {
  font-size: 4.5rem;      
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
  margin: 0;             
}

.hero-title .hero-subtitle {
  display: block;         
  font-size: 2.2rem;      
  font-weight: 800;
  margin: 0;
  margin-bottom: 15px;
}

@media (max-width: 1199.98px) {
  .hero-title {
    font-size: 3.5rem;
    line-height: 1.05;
  }

  .hero-title .hero-subtitle {
    font-size: 1.6rem;
  }
}


@media (max-width: 767.98px) {
  .hero-title {
    font-size: 2.6rem;
    line-height: 1.05;
    text-align: center;     
  }

  .hero-title .hero-subtitle {
    font-size: 1.5rem;
  }
}

.hero-section .btn-primary {
  background-color: #ffc107;
  border-color: #ffc107;
  color: black;
  font-weight: 600;
  padding: 15px 35px;
  border-radius: 8px;
  font-size: 1.1rem;
  transition:
    background-color 0.5s ease-out,
    transform 0.5s ease-out;
}
.hero-section .btn-primary:hover {
  background-color: #e6b300;
  border-color: #e6b300;
  color: #ffffff;
}
.about-us-section {
  background-color: #ffffff;
  color: #0d1a2e;
  padding: 0;
  margin: 0;
}
.about-capabilities {
  padding: 50px 0;
}
.about-heading {
  font-family: "Arial Black", sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
}
.about-tagline {
  font-size: 1.1rem;
  line-height: 1.6;
  max-width: 400px;
}

.about-slider-wrapper {
  height: 14vh;
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.video-wrapper {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
  aspect-ratio: 16 / 9;
}

.video-element {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: opacity 0.4s ease;
}

.dot-loader {
  display: flex;
  gap: 8px;
}

.dot-loader div {
  width: 12px;
  height: 12px;
  background-color: #ffc107; /* Your warning/yellow color */
  border-radius: 50%;
  animation: dot-bounce 1.4s infinite ease-in-out both;
}

.dot-loader div:nth-child(1) {
  animation-delay: -0.32s;
}
.dot-loader div:nth-child(2) {
  animation-delay: -0.16s;
}

@keyframes dot-bounce {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}

.sound-control-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 15;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.sound-control-btn:hover {
  background: #ffc107;
  transform: scale(1.1);
}
.logo-slider-track {
  display: flex;
  width: fit-content;
  animation: scrollLogos 25s linear infinite;
}
.logo-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  flex-shrink: 0;
}
.logo-slide img {
  max-height: 40px;
  width: auto;
  filter: none;
  opacity: 1;
  transition:  0.5s;
}
.logo-slide-solista {
  color: gray;
  font-weight: bold;
}
@keyframes scrollLogos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.image-stack-container {
  position: relative;
  height: 350px;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.stack-card {
  position: absolute;
  width: 280px;
  height: 200px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
  border: 3px solid #fff;
}

.stack-card:nth-child(1) {
  top: 0;
  left: 0;
  z-index: 3;
}
.stack-card:nth-child(2) {
  top: 50px;
  left: 50px;
  z-index: 2;
  opacity: 0.8;
}
.stack-card:nth-child(3) {
  top: 100px;
  left: 100px;
  z-index: 1;
  opacity: 0.6;
}

.image-stack-container:hover .stack-card:nth-child(1) {
  transform: translate(-20px, -20px) rotate(-5deg);
}
.image-stack-container:hover .stack-card:nth-child(2) {
  transform: translate(10px, 10px) rotate(2deg);
  opacity: 1;
}
.image-stack-container:hover .stack-card:nth-child(3) {
  transform: translate(40px, 40px) rotate(5deg);
  opacity: 1;
}

.stack-card img {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  object-fit: cover;
}

.fs-modal {
  display: none;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh; /* Force full screen height */
  background-color: rgba(0, 0, 0, 0.95);
  place-items: center;
  align-content: center;
  overflow: hidden;
  pointer-events: auto !important;
  /*touch-action: none;*/
    user-select: none;
}

.fs-modal-content {
  margin: 0 !important;
  display: block;
  max-width: 90vw;
  max-height: 80vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
  transition: opacity 0.2s ease-in-out;
  user-select: none; /* Prevents text selection while swiping */
  -webkit-user-drag: none;
  pointer-events: auto !important;
}

.close-fs {
  position: absolute;
  top: 30px;
  right: 40px;
  color: white;
  font-size: 40px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .image-stack-container {
    height: 280px;
    max-width: 90%;
  }

  .stack-card {
    width: 220px;
    height: 160px;
    border-width: 2px;
  }
}

.map-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.map-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 31, 63, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s;
}

.map-wrapper:hover .map-overlay {
  opacity: 1;
}
.map-wrapper:hover .map-img {
  transform: scale(1.1);
}


@keyframes zoomIn {
  from {
    transform: translateY(-50%) scale(0.8);
    opacity: 0;
  }
  to {
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
}

.close-fs {
  position: absolute;
  top: 30px;
  right: 40px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
}
#units {
  background-color: #0d1a2e;
  color: white;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

:root {
  --gold: #b08d57;
  --dark: #1a1a1a;
  --white: #ffffff;
  --grey: #f4f4f4;
}

.app-container {
  max-width: 1000px;
  margin: 40px auto;
  padding: 20px;
}

.slider-nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}
.nav-btn {
  padding: 12px 25px;
  border: none;
  background: white;
  cursor: pointer;
  border-radius: 50px;
  font-weight: bold;
  transition: 0.3s;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}
.nav-btn.active {
  background: var(--gold);
  color: white;
}

/* Chart Area */
.chart-section {
  background: white;
  padding: 30px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.chart-container {
  height: 400px;
  margin-bottom: 20px;
}

.view-units-btn {
  background: var(--dark);
  color: white;
  padding: 15px 40px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
  letter-spacing: 1px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000000000000000000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
}
.modal-content {
  background: white;
  margin: 5% auto;
  padding: 30px;
  width: 85%;
  max-height: 80vh;
  border-radius: 15px;
  overflow-y: auto;
  position: relative;
  border: none;
}
.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  padding-bottom: 15px;
}
.close-btn {
  position: fixed;
  top: 30px;
  right: 30px;
  color: #ffffff;
  font-size: 45px;
  background: none;
  border: none;
  cursor: pointer;
}



.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 20px;
}
.unit-card {
  padding: 15px;
  border-radius: 10px;
  border-left: 5px solid var(--gold);
  background: #fafafa;
}
.dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}
.available {
  background: var(--gold);
}
.reserved {
  background: #95a5a6;
}
.sold {
  background: #e74c3c;
}

/*@media (max-width: 767.98px) {*/
  /*.hero-section h1 {*/
  /*  font-size: 2rem !important;*/
  /*}*/

  /*.hero-section span {*/
  /*  font-size: 1.5rem !important;*/
  /*}*/

  /*h2 {*/
  /*  font-size: 1.8rem !important;*/
  /*}*/
/*}*/

.bg-light-dark {
  background-color: #f8f9fa;
}

.text-dark-blue {
  color: #0d1a2e;
}

.text-accent {
  color: #ffc107;
}

.text-secondary-dark {
  color: #5a6470;
}

.service-card {
  border: none;
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.service-card i {
  color: #e6642e;
}

.service-card .card-title {
  color: #0d1a2e;
  margin-bottom: 15px;
}

.plan-card {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  min-height: 350px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.plan-card:hover {
  border-color: #ffc107;
  box-shadow: 0 0 15px rgba(255, 193, 7, 0.4);
}

.plan-title {
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 5px;
}

.plan-features li {
  padding: 8px 0;
  font-size: 1rem;
  color: #343a40;
}

.bg-white-fade {
  background-color: #fcfcfc;
}

.portfolio-tab-btn {
  color: #0d1a2e;
  font-weight: 600;
  padding: 8px 20px;
  margin: 0 5px;
  border-radius: 50px;
  background-color: #e9ecef;
  transition: all 0.3s;
  border: none;
}

.portfolio-tab-btn.active {
  background-color: #ffc107 !important;
  color: #0d1a2e !important;
}

.portfolio-item,
.portfolio-item-lg {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
}

.portfolio-item-lg img {
  width: 100%;
  height: 70vh;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.portfolio-item img {
  width: 100%;
  height: 50vh;
  object-fit: fill;
  transition: transform 0.5s ease;
}

.Phase2 {
  object-fit: contain !important ;
}

.portfolio-item:hover img,
.portfolio-item-lg:hover img {
  transform: scale(1.05);
}

.info-overlay,
.info-overlay-sm {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 1;
  transition: opacity 0.5s;
}

.info-overlay-sm h5,
.info-overlay h4 {
  margin: 0;
  font-weight: 700;
}

.bg-dark-contact {
  background-color: #11223a;
}

.form-control-dark {
  background-color: #1a2a3e;
  border: 1px solid #34495e;
  color: #ffffff;
  border-radius: 8px;
  padding: 10px 15px;
}

.form-control-dark:focus {
  background-color: #1a2a3e;
  border-color: #ffc107;
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.25);
  color: #ffffff;
}

.contact-info li {
  font-size: 1.1rem;
}

.social-links a {
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  background-color: #1a2a3e;
  color: #ffffff;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 1.2rem;
  transition:
    background-color 0.3s,
    transform 0.3s;
}

.social-links a:hover {
  background-color: #ffc107;
  color: #0d1a2e;
  transform: translateY(-3px);
}

.bg-dark-footer {
  background-color: #0d1a2e;
}
.text-light-muted {
  color: rgba(255, 255, 255, 0.6);
}
.footer-links a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.3s;
}
.footer-links a:hover {
  color: #ffc107;
}

@media (max-width: 991.98px) {
  .hero-section{
     background: url("../img/NewSolista/mobile2.png") no-repeat contain !important;
     background-size:cover;
  }
  .hero-section h1 {
    font-size: 3rem;
  }
  .unit-modal-content {
    width: 90%;
    max-height: 80vh;
  }
  .about-capabilities {
    padding-bottom: 20px;
  }
  
.close-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  color: #ffffff;
  font-size: 45px;
  background: none;
  border: none;
  cursor: pointer;
}
}

@media (max-width: 767.98px) {
  /*.hero-section h1 {*/
  /*  font-size: 2.5rem;*/
  /*}*/
  .unit-visualizer {
    height: 350px;
  }
  .stat-item {
    margin-bottom: 20px;
  }
  .stat-number {
    font-size: 2.5rem;
  }
  .plan-card {
    min-height: auto;
  }
  
.close-btn {
  position: fixed;
  top: 2px;
  right: 2px;
  color: #ffffff;
  font-size: 45px;
  background: none;
  border: none;
  cursor: pointer;
}
}

@media (max-width: 576px) {
  /*.hero-section h1 {*/
  /*  font-size: 2rem;*/
  /*}*/
  .unit-visualizer {
    height: 300px;
  }
  .unit-modal-content {
    width: 95%;
    padding: 20px;
  }
  .modal-content-details p {
    font-size: 1rem;
  }
  .close-modal-btn {
    right: 15px;
  }
}

@media (max-width: 767px) {
  .about-us-section h2 {
    text-align: center;
  }
  .about-us-section {
    padding: 7px;
  }

  .location-box img {
    object-fit: fill;
  }
  .portfolio-item-lg img {
    object-fit: fill;
  }
}

.eco-card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
  border: 1px solid #eef2f6;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.eco-card:hover {
  transform: translateY(-10px);
  border-color: #ffc107;
  box-shadow: 0 20px 40px rgba(255, 193, 7, 0.1);
}

.eco-icon-wrapper {
  width: 70px;
  height: 70px;
  background: #fdf7e7;
  color: #ffc107;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 20px;
  font-size: 1.8rem;
}

.eco-card h4 {
  font-weight: 700;
  color: #002347;
  margin-bottom: 15px;
  font-size: 1.25rem;
}

.eco-card p {
  color: #6c757d;
  font-size: 0.95rem;
  line-height: 1.6;
}

.container,
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden; /* Keeps internal parts from leaking out */
}

/* Ensure the hero section specifically doesn't leak */
.hero-section {
  width: 100vw;
  overflow: hidden;
}


@media (max-width:650px){
  .hero-section{

    background: url("../img/NewSolista/mobile2.png") no-repeat
    center center/cover !important;
  }
}


:root {
  --gold: #f1b400;
  --dark: #1a1a1a;
  --white: #ffffff;
}

#chat-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-family: "Segoe UI", Tahoma, sans-serif;
  z-index: 9999;
}

#chat-launcher {
  background: var(--gold);
  border: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

#chat-window {
  width: 350px;
  height: 400px;
  background: var(--white);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 80px;
  right: 0;
  overflow: hidden;
  transition: 0.3s ease;
}
@media (max-width:750px) {
  #chat-window{
    width: 300px;
    height: 350px;
  }
}

.hidden {
  display: none !important;
}

#chat-header {
  background: var(--dark);
  color: white;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#lang-btn {
  background: var(--gold);
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}

#chat-messages {
  flex: 1;
  padding: 15px;
  overflow-y: auto;
  background: #f9f9f9;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.msg {
  padding: 10px 15px;
  border-radius: 12px;
  font-size: 14px;
  max-width: 85%;
  line-height: 1.4;
}

.bot {
  background: white;
  align-self: flex-start;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.user {
  background: var(--gold);
  color: white;
  align-self: flex-end;
}

/* تنسيق الأزرار داخل الرسائل (المربع الأبيض) */
.btn-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  margin-top: 10px;
}

.chat-btn {
  border: 1px solid var(--gold);
  background: white;
  padding: 8px;
  border-radius: 20px;
  cursor: pointer;
  text-align: center;
  font-size: 13px;
  transition: 0.2s;
}

.chat-btn:hover {
  background: var(--gold);
  color: white;
}


.maps-link {
            display: inline-block;
            margin-top: 8px;
            color: #1a73e8;
            text-decoration: none;
            font-weight: bold;
        }

.rtl {
  direction: rtl;
}

#mall .video-wrapper {
  max-width: 100%;
}

