.social-links {
  list-style: none;
  padding: 0;
  margin: 0;
  position: fixed;
  bottom: 20px;
  z-index: 1000;
  margin-left: -67px;
}

.social-links[dir="ltr"] {
  left: 190px;
  /* Position for LTR */
  right: auto;
  /* Reset right for LTR */
}

.social-links[dir="rtl"] {
  left: auto;
  /* Reset left for RTL */
  right: 190px;
  /* Position for RTL */
}

.social-links li {
  display: block;
  margin-inline-start: 16px;
  /* Logical property for margin-left */
  padding: 2px;
}

.social-links li:first-child[dir="rtl"] {
  margin-inline-start: 0;
  /* Reset margin-left for the first child in RTL */
}

.social-links li:last-child {
  margin-inline-end: 0;
  /* Logical property for margin-right */
}

.social-icon {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #19417CF5;
  color: #fff;
  transition: background-color 0.3s ease;
}

.social-icon:hover {
  background-color: #0056b3;
}

@media (max-width: 600px) {
  .social-links[dir="ltr"] {
    left: 20px;
    /* Position for LTR */
    right: auto;
    /* Reset right for LTR */
  }

  .social-links {
    margin-left: 0px !important;
    /* Override margin-left for small screens */
  }

  .social-links[dir="rtl"] {
    left: auto;
    /* Reset left for RTL */
    right: 20px;
    /* Position for RTL */
  }

  .social-links li {
    display: block;
    margin-bottom: 16px;
    margin-inline-end: 0;
    /* Logical property for margin-right */
    margin-inline-start: 0;
    /* Reset margin-left */
  }

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

.fixed-custom-height {
  height: 335px;
}

.fixed-gallary-height {
  height: 335px;
}


[dir="rtl"] .sheq-vision-list>li {
  padding-left: 0;
  padding-right: 24px;
}

[dir="rtl"] .sheq-vision-list>li::before {
  left: auto;
  right: 0;
}


.fab.fa-twitter {
  font-family: sans-serif !important;
}

.fab.fa-twitter::before {
  content: "𝕏" !important;
  font-size: 1.2em !important;
}

.text-partner-justify {
  display: flex;
  justify-content: start;
  gap: 10px;
  /* Adjust the space between icons as needed */
}

.social-partner-icon i {
  font-size: 18px;
  /* Adjust the icon size as needed */
}

.padding-contact-us {
  padding: inherit;
}

/* Ensure images are responsive */
.img-responsive {
  width: 100%;
  height: auto;
}

/* Base styles for the gallery */
.demo-gallery {
  margin: 20px auto;
  padding: 20px;
  text-align: center;
}

.demo-gallery h2 {
  margin-bottom: 20px;
}

#lightgallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 165px;
  margin-top: 16px;
}

#lightgallery div {
  padding: 5px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  width: 200px;
  /* Fixed width for each image container */
  height: 200px;
  /* Fixed height for each image container */
}

#lightgallery div img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
  object-fit: cover;
}

#lightgallery div:hover img {
  transform: scale(1.1);
}

#lightgallery div .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 255, 0.7);
  /* Blue color with opacity */
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

#lightgallery div:hover .overlay {
  opacity: 1;
}

#lightgallery div .overlay .download-btn {
  background-color: #fff;
  color: #000;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 16px;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

#lightgallery div .overlay .download-btn:hover {
  background-color: #0056b3;
  color: #fff;
}



@media (max-width: 767px) {

  /* Mobile devices */
  #lightgallery div {
    width: 50%;
    /* 2 images per row */
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  /* Tablets */
  #lightgallery div {
    width: 33.33%;
    /* 3 images per row */
  }
}

@media (min-width: 992px) {

  /* Desktops and larger */
  #lightgallery div {
    width: 24.66%;
    /* 6 images per row */
  }
}

.bg-blue {
  background: #134a88 !important;
}

.light-blue {
  background: #6baefa !important;
}


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.heading {
  text-align: center;
  font-size: 2.0em;
  letter-spacing: 1px;
  padding: 40px;
  color: white;
}

.gallery-image {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery-image img {
  height: 250px;
  width: 350px;
  transform: scale(1.0);
  transition: transform 0.4s ease;
}

.img-box {
  box-sizing: content-box;
  margin: 10px;
  height: 250px;
  width: 350px;
  overflow: hidden;
  display: inline-block;
  color: white;
  position: relative;
  background-color: white;
}

.caption {
  position: absolute;
  bottom: 5px;
  left: 20px;
  opacity: 0.0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.transparent-box {
  height: 250px;
  width: 350px;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  transition: background-color 0.3s ease;
}

.img-box:hover img {
  transform: scale(1.1);
}

.img-box:hover .transparent-box {
  background-color: rgba(0, 0, 0, 0.5);
}

.img-box:hover .caption {
  transform: translateY(-20px);
  opacity: 1.0;
}

.img-box:hover {
  cursor: pointer;
}

.caption>p:nth-child(2) {
  font-size: 0.8em;
}

.opacity-low {
  opacity: 0.5;
}

.location-img-wraper {
  height: 650px;
  width: 100%;
  text-align: center;
  overflow: hidden;
  /* Ensures any overflow is hidden */
  position: relative;
}

.location-img-wraper img {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  transition: transform 0.8s ease;
  /* Smooth transition */
  transform-origin: center center;
  /* Ensure the scaling happens from the center */
}

.location-img-wraper:hover img {
  transform: scale(1.2);
  /* Scale up the image on hover */
}

@media (max-width: 768px) {
  .location-img-wraper {
    height: 300px;
  }
}

@media (max-width: 576px) {
  .location-img-wraper {
    height: 200px;
  }
}


.why-choose-section-img img {
  height: 800px !important;
  width: 100%;
}

html {
  scroll-behavior: smooth;
}

.img-responsive-fixed-height {
  width: 100% !important;
  height: 130px !important;
}

.mail-content {
  font-family: Arial, sans-serif;
  color: #333;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #f9f9f9;
}

.mail-content .title {
  font-size: 18px;
  font-weight: bold;
  color: #19417CF5;
  margin-top: 20px;
}

.mail-content .info {
  font-size: 16px;
  margin-bottom: 10px;
}

.mail-content .email-link {
  color: #0056b3;
  text-decoration: none;
}

.mail-content .email-link:hover {
  text-decoration: underline;
}

.mail-content .message {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.5;
}

html[dir="rtl"] .breadcrumb-content .breadcrumb-list li:after {
  right: auto;
  left: -30px;
  /* For RTL */
  content: "\f100";
  /* Adjust icon if necessary */
}

body.rtl .breadcrumb-content .breadcrumb-list li:after {
  right: auto;
  left: -30px;
  /* For RTL */
  content: "\f100";
  /* Adjust icon if necessary */
}

.card-height {
  height: 450px;
}

.card-title {
  height: 50px;
  /* Set a fixed height */
  overflow: hidden;
  /* Hide overflow text */
  margin-bottom: 10px;
  /* Adjust margin as needed */
  text-transform: capitalize;
}

.card-img-news {
  overflow: hidden;
  position: relative;
  border-radius: 11px;
  border: 2px solid #f4f4f4;
  background: #fff;
  height: 310px;
}

.small-img {
  margin: auto;
  height: 150px;
  width: 150px;
  object-fit: contain;
  /* Optional: to ensure the image fits within the specified dimensions */
}

@media (width: 1350px) {
  .margin-adjust {
      margin-left: 18px !important;
  }
}

.adjust-height{
  height: 500px;
}

.margin-top{
  margin-top: -100px;
}

.hover-animate {
  transition: transform 0.3s ease;
  border-radius: 15px;
}

.hover-animate:hover {
  transform: scale(1.09);
}

.news-magring-adjustment {
  margin-right: 69px;
  margin-left: 89px;
}

.flyers-magring-adjustment {
  margin-right: 69px;
  margin-left: 114px;
}

.values-container {
  display: flex;
  align-items: center; /* Align items vertically centered */
  position: relative; /* Ensure proper positioning for the hover effect */
}

.custom-val-img {
  height: 80px;
  width: 115px;
  margin-right: 1em;
  transition: background-color 0.3s ease;
  object-fit: cover; /* Ensure the image covers the container */
  border-radius: 15%; /* Make the image round */
}

.hover-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1; /* Ensure hover-layer is on top */
  background: transparent; /* Initial background color */
}

.ceo-message-card-values-wraper:hover .custom-val-img {
  background-color: white;
}

.value-text {
  flex: 1; /* Allow text to take the remaining space */
  position: relative;
  z-index: 2; /* Ensure text stays above the hover layer */
}

.margin-values {
  margin-right: 14px;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
  .values-container {
      flex-direction: column;
      align-items: flex-start;
  }

  .custom-val-img {
      margin-bottom: 0.5em;
  }
}

/* :dir(rtl) .dropdown-menu {
  text-align: right;
  right: 0;
  left: auto;
}

:dir(rtl) .dropdown-toggle::after {
  margin-left: .255em;
  margin-right: 0;
} */