@font-face {
  font-family: "AraHamahHoms-Regular";
  src: url("../fonts/AraHamahHoms-Regular.woff") format("woff"), url("../fonts/AraHamahHoms-Regular.ttf") format("truetype"),
    url("../fonts/AraHamahHoms-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "WorkSans-Medium";
  src: url("../fonts/WorkSans-Medium.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

.sec-title h2 {
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "WorkSans-Medium";
  font-weight: 600;
  letter-spacing: -0.5px;
}
.new-navbar {
  font-size: 1.1rem;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  opacity: 1;
}

.container-max {
  max-width: 1800px;
  margin: 0 auto;
}

.new-navbar .fade-in {
  animation: fadeIn 0.3s ease-out forwards !important;
}

.new-navbar .nav-chevron {
  transition: transform 0.3s ease !important;
}

.new-navbar .nav-chevron-up {
  transform: rotate(180deg) !important;
}

.new-navbar .dropdown-item {
  transition: transform 0.3s ease, color 0.3s ease !important;
  padding-left: 0 !important;
}

.new-navbar .dropdown-item:hover {
  color: #1d4ed8 !important;
  transform: scale(1.05) !important;
  background-color: transparent !important;
}

.new-navbar .dropdown-item .header-link:hover {
  color: #1d4ed8 !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

.new-navbar .dropdown-item .our-resources-nav-link {
  color: #555 !important;
}
.new-navbar .image-holder {
  margin-left: 2rem !important;
}

.new-navbar .column-header {
  font-weight: bold !important;
  margin-bottom: 1rem !important;
  font-size: 1.2rem !important;
  color: #000 !important;
}

.new-navbar .btn-link {
  text-decoration: none !important;
  color: inherit !important;
  border: none !important;
  font-size: 1.2rem !important;
}

.new-navbar .btn-link:focus,
.new-navbar .btn-link:active {
  outline: none !important;
  box-shadow: none !important;
}

.new-navbar .inner-dropdown-item {
  font-size: 1.2rem !important;
  color: #555 !important;
  display: block !important;
  margin-bottom: 5px !important;
  transition: color 0.3s ease, transform 0.3s ease !important;
}

.new-navbar .inner-dropdown-item:hover {
  color: #1d4ed8 !important;
  transform: translateX(5px) !important;
  text-decoration: none !important;
}
.new-navbar .header-link {
  color: #555;
}
.new-navbar ul.list-unstyled {
  margin-top: 5px !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Adding extra padding to the body to account for the fixed navbar */
body {
  padding-top: 70px;
}

/* Mobile Menu */
.mobile-menu {
  position: fixed !important;
  top: 70px !important;
  left: 0 !important;
  right: 0 !important;
  background: white !important;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 999;
  width: 100%;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  opacity: 0;
  height: auto !important;
  visibility: hidden;
}

.mobile-menu.open {
  opacity: 1;
  visibility: visible;
}

/* Responsive Styles */
@media (max-width: 1200px) {
  .new-navbar .btn-link {
    font-size: 1rem !important;
  }

  .new-navbar .inner-dropdown-item {
    font-size: 0.8rem !important;
  }

  .new-navbar .column-header {
    font-size: 1rem !important;
  }
}

@media (max-width: 948px) {
  .new-navbar .d-md-flex {
    display: none !important;
  }

  nav {
    max-height: 70px;
  }

  .new-navbar .mobile-nav-toggler {
    display: block !important;
    cursor: pointer;
  }

  .new-navbar .btn-link {
    font-size: 1.8rem !important;
  }

  .new-navbar .inner-dropdown-item {
    font-size: 1.5rem !important;
  }

  .new-navbar .column-header {
    font-size: 1.6rem !important;
  }
}

@media (min-width: 949px) {
  .mobile-menu {
    display: none !important;
  }
}

/* 
table-pipe  style
 */
.table-pipe {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}
.table-pipe th,
.table-pipe td {
  border: 1px solid #ddd;
  padding: 8px;
}
.table-pipe th {
  background-color: #0971b5;
  color: white;
  text-transform: uppercase;
}
.table-pipe td {
  background-color: #f2f2f2;
}
.table-pipe tr:nth-child(even) td {
  background-color: #e6e6e6;
}
.table-pipe .header-cell {
  background-color: #455a3a;
  color: white;
}

/* 
table-pipe  style End
*/

/* 
 pivot standard in center page style 
*/
.ul-standard-pivot {
  list-style-type: none; /* Remove default bullets */
  padding: 0;
  margin: 0;
}

.ul-standard-pivot li {
  background-color: #fffefe;
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 10px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
}

.ul-standard-pivot li strong {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
  color: #333;
}
/* 
 pivot standard in center page style  End
*/

/* 
 equipment cards style 
*/

.equipment-card {
  width: 100%; /* Full width within the column */
  max-width: 580px; /* Optional: max-width to maintain consistent card width */
  display: inline-block;
  margin: 0px;
  border-radius: 4px;
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.equipment-card:hover,
.equipment-card.hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.3), 0 0 1px 0 rgba(0, 0, 0, 0.25);
}

.equipment-card:hover .equipment-card-content {
  box-shadow: inset 0 3px 0 0 #0971b5;
  border-color: #0971b5;
}

.equipment-card:hover .equipment-card-img .equipment-overlay {
  background-color: rgba(25, 29, 38, 0.85);
  transition: opacity 0.2s ease;
  opacity: 1;
}

.equipment-card-img .equipment-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
}

.equipment-card-img .equipment-overlay-content {
  line-height: 325px;
  width: 100%;
  text-align: center;
  color: #fff;
}

.equipment-card-img .equipment-overlay-content a {
  color: #fff;
  padding: 0 2rem;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.4);
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  cursor: pointer;
  text-decoration: none;
}

.equipment-card-img .equipment-overlay-content a:hover,
.equipment-card-img .equipment-overlay-content a.hover {
  background: #0971b5;
  border-color: #0971b5;
}

.equipment-card-content {
  width: 100%;
  min-height: 104px;
  background-color: #fff;
  border-top: 1px solid #e9e9eb;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 1rem 2rem;
  transition: all 0.2s ease;
}

.equipment-card-content a {
  text-decoration: none;
  color: #202927;
}

.equipment-card-content h2,
.equipment-card-content a h2 {
  font-size: 1.5rem;
  font-weight: 500;
}

.equipment-card-content p,
.equipment-card-content a p {
  font-size: 0.8rem;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(32, 41, 28, 0.8);
}

.equipment-card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 350px;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}

.equipment-card-img img {
  max-width: 100%; /* Keeps image responsive */
  max-height: 100%; /* Ensures the image won't exceed the container */
  object-fit: contain; /* Centers the image within the card */
}

.equipment-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.equipment-card:hover .equipment-overlay {
  opacity: 1;
}

/* 
 equipment cards style  End
*/

/* 
 carousel style for equipment
*/
.custom-carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px; /* Adjust size of the button */
  height: 50px; /* Adjust size of the button */
  background-color: #333; /* Dark gray color */
  border: none;
  border-radius: 50%;
  opacity: 0.8;
  cursor: pointer;
  display: flex; /* Use flex to center the SVG icon */
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  transition: opacity 0.2s ease-in-out;
  z-index: 1; /* Ensure the buttons are above the carousel content */
}

.carousel-control-prev {
  left: 15px; /* Adjust spacing from the edge */
}

.carousel-control-next {
  right: 15px; /* Adjust spacing from the edge */
}

.carousel-control-icon {
  color: #fff;
  display: flex; /* Use flex to center the SVG icon */
  align-items: center; /* Center vertically */
  justify-content: center; /* Center horizontally */
  pointer-events: none; /* Ensure clicks go through to the button */
}

.custom-carousel-control:hover {
  opacity: 1; /* Increase opacity on hover for better visibility */
}

.carousel-item {
  transition: transform 0.3s ease-in-out; /* Smooth transition */
  min-height: 400px; /* Ensure there is enough height for the images */
  backface-visibility: hidden; /* Prevent flickering */
}

.image-wrapper {
  width: 100%; /* Full width of the container */
  background-color: #d1d1d1; /* Placeholder color */
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 2; /* Set default aspect ratio */
  background: transparent;
}

/* 
 carousel end
*/

/* 
 product and soultion overview
*/

.nav-tabs {
  border-bottom: 3px solid #dee2e6;
}

.nav-tabs .nav-link {
  border: none;
  color: #495057e2;
  background: transparent;
  font-weight: 600;
  padding: 1rem 1.5rem; /* Adjusted for smaller screens */
  font-size: 1rem; /* Adjusted for smaller screens */
  transition: color 0.3s ease-in-out;
}

.nav-tabs .nav-link.active {
  color: #4caf50;
  border-bottom: 4px solid #4caf50;
  background: rgba(128, 126, 126, 0.18);
}

.nav-tabs .nav-link:hover {
  color: #4caf50;
}

.tab-content {
  background-color: #ffffff;
  border-radius: 0 0 0.5rem 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
  padding: 1rem 1.5rem; /* Reduced padding for smaller screens */
}

.product-image {
  border-radius: 0.5rem;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
  max-width: 100%;
}

.product-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.product-description {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.product-features {
  list-style-type: none;
  padding-left: 0;
}

.product-features li {
  padding: 0.8rem 0;
  border-bottom: 1px solid #dee2e6;
  font-size: 1rem;
}

.product-features li:last-child {
  border-bottom: none;
}

/* Medium to larger screens adjustments */
@media (min-width: 768px) {
  .nav-tabs .nav-link {
    padding: 1.5rem 2rem;
    font-size: 1.25rem;
  }
  .tab-content {
    padding: 1rem 3rem 1rem 3rem;
  }
  .product-title {
    font-size: 2.5rem;
  }
  .product-description {
    font-size: 1.25rem;
  }
}

/* Larger screens adjustments */
@media (min-width: 992px) {
  .product-image-container {
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .product-image {
    max-height: 100%;
    object-fit: contain;
  }
  .product-title {
    font-size: 3rem;
  }
}

/*Button Style */
.products-explore-btn {
  background-color: #2f5a41;
  color: white;
  padding: 0.75rem 1.5rem;
  border: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  gap: 0.5rem;
  text-decoration: none;
  text-transform: uppercase;
}

.products-explore-btn:hover {
  background-color: #234331;
  transform: translateY(-2px);
  color: white;
  text-decoration: none;
}

/* 
 product and soultion overview End
*/

/* 
 index image slider 
*/

.swiper-container {
  width: 100vw;
  height: 95vh;
  max-width: 100%;
  background-image: url("../images/main-slider/1-small.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 1s ease-in-out;
}

.inner-container .swiper-container {
  width: 100vw;
  max-width: 100%;
  background: transparent;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
  color: white;
  opacity: 0;
  transition: opacity 1s ease;
  transition: background-image 1s ease-in-out;
}

.swiper-slide-active {
  opacity: 1;
}

.slide-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem 4rem;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.684) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.slide-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.slide-number {
  font-size: 0.875rem;
  opacity: 0.75;
  font-weight: 300;
}

.slide-content h2 {
  font-size: 3.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.slide-content p {
  font-size: 1.5rem;
  opacity: 0.75;
  margin-bottom: 2rem;
  font-weight: 300;
  line-height: 1.6;
}

.logo {
  display: flex;
  align-items: center;
}

.logo-square {
  width: 1rem;
  height: 1rem;
  background-color: #0972b6;
  margin-right: 0.5rem;
}

.logo span {
  font-weight: 700;
  font-size: 1.2rem;
}

.slide-body {
  max-width: 60rem;
}

.explore-btn {
  display: inline-flex;
  align-items: center;
  background-color: #2c724f;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
}

.explore-btn:hover {
  background-color: #1f5037;
}

.explore-btn svg {
  margin-left: 0.5rem;
}

.slide-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navigation-buttons {
  display: flex;
  gap: 0.5rem;
}

.nav-btn {
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s;
}

.nav-btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.nav-btn svg {
  color: white;
}

.contact {
  font-size: 1.5rem;
  font-weight: 400;
}

.swiper-pagination {
  left: 25% !important;
  width: 50% !important;
  bottom: 2rem !important;
}

.swiper-pagination-bullet {
  background-color: white;
  opacity: 0.5;
  width: 0.7rem;
  height: 0.7rem;
  margin: 0 0.25rem !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #0972b6;
}

@media (max-width: 768px) {
  .slide-content {
    padding: 1rem 2rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  .slide-content .p {
    font-size: 0.875rem;
  }

  .explore-btn {
    font-size: 0.75rem;
  }

  .swiper-pagination {
    bottom: 0 !important;
  }

  .contact {
    font-size: 1rem;
  }
  .nav-btn {
    width: 2.7rem;
    height: 2.7rem;
  }
  .navigation-buttons {
    padding: 0 0 !important;
  }
  .cta-phone .title {
    font-size: 30px;
  }
}

/* 
 index image slider End
*/

/* 
	Control panels type overview style
*/
.tab-content {
  padding-left: 25px;
}
.product-image-control {
  background-color: #f8f6f7;
  border-radius: 1%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  aspect-ratio: 16 / 9;
}
.product-image-control img {
  width: auto;
  height: 90%;
  object-fit: contain;
}

.order-button {
  border-radius: 5px !important;
  background: linear-gradient(to right, #56ab2f, #6e9341) !important;
  border: none;
  transition: ease-in-out 0.5s;
}

.order-button:hover {
  background: linear-gradient(to right, #6e9341, #56ab2f) !important;
}
.my-swiper-container {
  width: 100%;
  height: 100%;
  max-width: 100%; /* Prevent it from exceeding the container width */
  overflow: hidden; /* Hide any overflow from Swiper */
  padding: 15px;
}
.my-swiper-container .swiper-button-next,
.my-swiper-container .swiper-button-prev {
  color: #9333ea;
}
.my-swiper-container .swiper-pagination-bullet-active {
  background: #56ab2f;
}
.my-next-button,
.my-prev-button {
  color: #56ab2f !important;
  border-color: #6e9341;
}

.my-next-button:hover,
.my-prev-button:hover {
  background-color: #f8f6f7;
  border-color: black;
}

/* Navigation Buttons Styling */
.navigation-buttons {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0px 10px;
}

.navigation-buttons .btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navigation-buttons .btn i {
  font-size: 1.5rem;
}

/* Thumbnail Pagination Container */
.thumbnail-pagination {
  display: flex !important;
  justify-content: space-around !important;
  align-items: center !important;
  margin-top: 20px !important;
  margin-right: 25% !important;
  margin-left: 25% !important;
}

/* Thumbnail Wrapper */
.thumbnail-wrapper {
  display: flex;
  overflow: hidden;
  max-width: 450px; /* Adjust as needed */
}

/* Thumbnail Button */
.thumbnail-button {
  flex: 0 0 auto;
  width: 100px;
  height: 100px;
  margin: 10px 5px;
  border: 3px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  transition: border-color 0.3s;
  position: relative;
  overflow: hidden;
  transform: skewX(-8deg); /* Incline the card horizontally */
  transition: transform 0.4s ease;
}

.thumbnail-button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Active Thumbnail */
.thumbnail-button.active {
  border-color: #a2a7ac;
  transform: skewX(-5deg) translateY(-5px); /* Adds hover effect to lift card */
}

/* Thumbnail Hover Effect */
.thumbnail-button:hover {
  border-color: #a2a7ac;
  transform: skewX(-5deg) translateY(-5px); /* Adds hover effect to lift card */
}

.product-image-control .product-image {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.2);
}
/* Control Arrows */
.thumbnail-prev-button,
.thumbnail-next-button {
  background: none;
  border: none;
  font-size: 24px;
  color: #9333ea;
  cursor: pointer;
  padding: 5px;
  transition: color 0.3s;
}

.thumbnail-prev-button:hover,
.thumbnail-next-button:hover {
  color: #6b21a8;
}

.thumbnail-prev-button:disabled,
.thumbnail-next-button:disabled {
  color: #ccc;
  cursor: default;
}

/* Hide scrollbar */
.thumbnail-wrapper::-webkit-scrollbar {
  display: none;
}

.thumbnail-wrapper {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .thumbnail-button {
    width: 50px;
    height: 50px;
  }

  .product-image-control {
    width: 500px;
    height: 300px;
  }
  .thumbnail-pagination {
    margin-right: 0% !important;
    margin-left: 0% !important;
  }
}

@media (max-width: 576px) {
  .thumbnail-button {
    width: 40px;
    height: 40px;
  }

  .product-image-control {
    width: 400px;
    height: 250px;
  }
}

/* Control panels type overview style END */

/* Main page lazy animate*/
.animate {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease-out;
}

.animate.visible {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.15s;
}

.staggered-item {
  opacity: 0.5;
  transform: translateY(50px);
  transition: all 1s ease-out;
}

.staggered-item.visible {
  opacity: 1;
  transform: translateY(0);
  transition-delay: var(--scroll-delay, 0s); /* Allows staggered delay effect */
}

[data-scroll] {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease;
}
[data-scroll].visible {
  opacity: 1;
  transform: translateY(0);
}

.land-product-image {
  opacity: 0;
  transform: scale(1.2) translateX(0); /* Initially larger and no translation */
  transition: all 1.2s ease-out;
  position: relative;
}

.land-product-image.visible-left {
  opacity: 1;
  transform: translateX(0) scale(1); /* Smoothly slides from the left and scales down */
  z-index: 2;
  animation: slide-from-left 1.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.land-product-image.visible-right {
  opacity: 1;
  transform: translateX(0) scale(1); /* Smoothly slides from the right and scales down */
  z-index: 1;
  animation: slide-from-right 1.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

/* Keyframes for sliding left and right divs */
@keyframes slide-from-left {
  0% {
    transform: translateX(-100%) scale(1.2); /* Start fully off-screen left */
    opacity: 0;
  }
  100% {
    transform: translateX(0) scale(1); /* Slide into place, scaled down */
    opacity: 1;
  }
}

@keyframes slide-from-right {
  0% {
    transform: translateX(100%) scale(1.2); /* Start fully off-screen right */
    opacity: 0;
  }
  100% {
    transform: translateX(0) scale(1); /* Slide into place, scaled down */
    opacity: 1;
  }
}

/* Main page lazy animate End*/

/* small screens resize  */
@media (max-width: 1400px) {
  p {
    font-size: 30px !important;
    font-size: 14px !important;
  }
}

@media (max-width: 768px) {
  .slide-content h2 {
    font-size: 30px !important;
  }
}

@media (max-width: 576px) {
  .slide-content h2 {
    font-size: 28px !important;
  }
}

@media (max-width: 480px) {
  .slide-content h2 {
    font-size: 26px !important;
  }
}

/* small screens resize End */

/* customer Map showcase End */
.country-info {
  text-align: center;
  margin-top: 20px;
}

.country-info img.flag {
  width: 70px;
  margin-top: 10px;
  height: auto;
  vertical-align: middle;
  margin-bottom: 5px;
  box-shadow: 1px 1px 1px 1px #ced4da, -1px 0 28px 0 rgba(34, 33, 81, 0.01), 20px 18px 20px 0 rgba(34, 33, 81, 0.25);
  transition: 0.4s ease-in-out transform, 0.4s ease-in-out box-shadow;
  border: #2c724f;
}

.counties-row {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.map-placeholder {
  transform: scale(0.75) rotateY(-30deg) rotateX(45deg) translateZ(4.5rem);
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  box-shadow: 1rem 1rem 2rem rgba(0, 0, 0, 0.25);
  transition: 0.6s ease transform;
  background: #4a4a4a;

  &:hover {
    transform: scale(1);
    cursor: pointer;
  }

  &::before,
  &::after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.6s ease;
  }

  &::before {
    transform: translateZ(4rem);
    border: 5px solid #ced4da;
    &:hover {
      transform: translateZ(0);
    }
  }

  &::after {
    transform: translateZ(-4rem);
    background: #333333;
    box-shadow: 1rem 1rem 2rem rgba(0, 0, 0, 0.25);
    &:hover {
      transform: translateZ(-1px);
    }
  }
}

/* Initial hidden container */
.map-grid-container {
  max-height: 450px; /* Adjust to show 1.5 rows initially */
  overflow: hidden;
  transition: max-height 0.5s ease;
}

/* Expanded container */
.map-grid-container.expanded {
  max-height: fit-content; /* Adjust this to fit all rows when expanded */
}

/* Discover More Button */
#discoverMoreBtn {
  background-color: transparent;
  border-color: #ced4da;
  color: #333333;
  padding: 12px 24px; /* Increases button size */
  font-size: 1.25rem; /* Increases font size */
  border-width: 2px; /* Optional: make the border thicker */
}
#discoverMoreBtn:hover {
  background-color: rgba(0, 123, 255, 0.1);
  color: #333333;
}

/* Discover More Button */
.discover-more-btn {
  background-color: transparent;
  border-color: #ced4da;
  color: #333333;
  padding: 12px 24px; /* Increases button size */
  font-size: 1.25rem; /* Increases font size */
  border-width: 2px; /* Optional: make the border thicker */
}
.discover-more-btn:hover {
  background-color: rgba(0, 123, 255, 0.1);
  color: #333333;
}

/* Floating contact info box styling */
.contact-info-box {
  display: none;
  position: absolute;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 15px;
  width: 50%;
  height: 400px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.contact-info-box p {
  margin: 5px 0;
  font-size: 14px;
}

/*Dialog Styles*/
dialog {
  padding-left: 0;
  align-items: center;
  height: 30%;
  top: 30%;
  transform: translate(-50%, -50%);
  padding: 1rem 3rem;
  background: white;
  width: 60%;
  padding-top: 2rem;
  border-radius: 20px;
  border: 0;
  box-shadow: 0 5px 30px 0 rgb(0 0 0 / 10%);
  animation: fadeIn 1s ease both;
  &::backdrop {
    animation: fadeIn 1s ease both;
    background: rgb(255 255 255 / 40%);
    z-index: 2;
    backdrop-filter: blur(20px);
  }
  .x {
    filter: grayscale(1);
    border: none;
    background: none;
    position: absolute;
    top: 10px;
    right: 5px;
    transition: ease filter, transform 0.3s;
    transform-origin: center;
    transform: scale(1.3);
    &:hover {
      filter: grayscale(0);
      transform: scale(1.5);
    }
  }
  h2 {
    font-weight: 600;
    font-size: 2rem;
    padding-bottom: 1rem;
  }
  p {
    font-size: 1rem;
    line-height: 1.3rem;
    padding: 0.5rem 0;
    a {
      &:visited {
        color: rgb(var(--vs-primary));
      }
    }
  }
}

/* Responsive layout adjustments */
.contact-map {
  height: 300px;
  border-radius: 10px;
  width: 90%;
}

@media (max-width: 1200px) {
  dialog {
    height: 50% !important;
  }
}

@media (max-width: 992px) {
  dialog {
    height: 60% !important;
  }
}

@media (max-width: 768px) {
  dialog {
    top: 20%;
    width: 80% !important;
    height: 60% !important;
    flex-direction: column;
  }

  .contact-map {
    height: 180px !important;
  }

  .col-6,
  .col-6 {
    flex: 100% !important;
    max-width: 100% !important;
    padding: 0.5rem 0 !important;
    text-align: center !important;
  }
}

@media (max-width: 380px) {
  dialog {
    height: 75% !important;
  }
}

/* customer Map showcase End */

/* pages Banner Section */

.banner-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 60vh;
}
.banner-image {
  width: 100%;
  height: 60vh; /* Responsive height */
  object-fit: cover;
}

/* Adjust height on different screen sizes */

@media (min-width: 360px) {
  /* Small mobile screens */
  .banner-container {
    height: 20vh;
  }
  .banner-image {
    height: 20vh !important;
  }
}
@media (min-width: 400px) {
  /* Medium-small mobile screens */
  .banner-container {
    height: 20vh;
  }
  .banner-image {
    height: 20vh !important;
  }
}
@media (min-width: 480px) {
  /* Medium mobile screens */
  .banner-container {
    height: 25vh;
  }
}

@media (min-width: 576px) {
  .banner-container {
    height: 30vh !important;
  }
  .banner-image {
    height: 30vh !important;
  }
}

@media (min-width: 768px) {
  .banner-container {
    height: 40vh !important;
  }
  .banner-image {
    height: 40vh !important;
  }
}

@media (min-width: 992px) {
  .banner-container {
    height: 50vh !important;
  }
  .banner-image {
    height: 50vh !important;
  }
}

@media (min-width: 1200px) {
  .banner-container {
    height: 60vh !important;
  }
  .banner-image {
    height: 60vh !important;
  }
}

/* pages Banner Section End */

/* simple Banner styles */

/* Banner styles */
.afko-banner {
  display: flex;
  justify-content: center;
  justify-items: center;
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
  padding: 120px 20px; /* Spacing for content alignment */
  text-align: center;
  overflow: hidden; /* Ensure the clipped area doesn't show scrollbars */

  /* Add the clip-path to create an inclined bottom border */
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%); /* Vendor prefix for Safari */
}

/* Overlay to darken the background for better text readability */
.afko-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #7bbcb8, #4b8f8d);
  z-index: 1;
}

/* Banner content styles */
.afko-banner-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  margin: auto;
}

.afko-logo {
  width: 120px;
  margin-bottom: 20px;
}

.afko-equipment-name {
  font-size: 3em;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.afko-tagline {
  font-size: 1.5em;
  margin-bottom: 30px;
}

.afko-equipment-name {
  font-size: 3em; /* Slightly larger for prominence */
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
  /* Gradient Text */
  background: linear-gradient(135deg, #333333, #4d4d4d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* Text Shadow for Depth */

  font-weight: bold; /* Emphasize font weight */
}

.afko-equipment-name:hover {
  transform: scale(1.1); /* Slightly increase size on hover */
  transition: all 0.3s ease; /* Smooth transition */
}

/* For older browsers that don’t support background-clip */
@supports not (-webkit-background-clip: text) {
  .afko-equipment-name {
    color: #0971b5; /* Fallback to a solid color */
  }
}

.banner-bar {
  font-size: 110%;
  height: 70px;
}

cursor:after {
  content: "_";
  opacity: 0;
  animation: cursor 1s infinite;
  z-index: 100;
  color: black;
}

@keyframes cursor {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@media (max-width: 1200px) {
  .afko-equipment-name {
    font-size: 2.5em;
  }
}

@media (max-width: 992px) {
  .afko-equipment-name {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .afko-equipment-name {
    font-size: 1.75em;
  }
}

@media (max-width: 576px) {
  .afko-equipment-name {
    font-size: 1.5em;
  }
}

/* simple Banner styles End */

/* founders section Banner  */
.team-section {
  position: relative;
}

.background-image {
  background-image: url("../images/background/1.webp");
  background-size: cover;
  background-position: center;
  height: 350px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.background-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.background-image h1 {
  position: relative;
  z-index: 1;
}

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

.team-member {
  text-align: center;
}

.image-container {
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

.team-member img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .team-members {
    margin-top: -50px;
  }
}

/* founders section Banner  End */

/*About us expo images  End */

.section-image {
  border-radius: 8px;
}

.pg2019-image-container {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 8px;
}
.pg2019-gallery-image {
  width: 100%;
  height: auto;
  display: block;
  transition: filter 0.3s ease;
}
.pg2019-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  background-color: rgba(0, 0, 0, 0.818);
  border-radius: 50%;
  padding: 16px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.4s ease;
}
.pg2019-maximize-icon {
  width: 24px;
  height: 24px;
  fill: white;
}
.pg2019-image-container:hover {
  filter: brightness(80%);
}
.pg2019-image-container:hover .pg2019-overlay {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/*About us expo images  End */

/*langDropDown style */
.languageDropdown {
  background-color: #00000000;
  border: 1px solid #454343;
  position: relative;
  line-height: 24px;
  margin: 0px 25px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: sans-serif;
}
.languageDropdown:hover {
  background-color: #ced4da;
  border: 1px solid #ced4da;
}
.languageDropdown::after {
  margin: 0px 5px !important;
}

html {
  font-family: "Nunito" !important;
}
body.rtl {
  direction: rtl;
  text-align: right !important;
  transition: all 0.5s ease;

  .languageDropdown {
    font-size: 1.4rem;
  }

  #langDropDownEnglish,
  #langDropDownArabic {
    font-size: 1.4rem;
  }
  p {
    font-size: 1.4rem !important;
  }
  .ul-standard-pivot li {
    font-size: 1.4rem !important;
  }
  .new-navbar .inner-dropdown-item {
    font-size: 1.4rem !important;
  }
  .new-navbar h6 {
    font-size: 1.4rem !important;
  }
  .text {
    font-size: 1.2rem !important;
  }
  .new-navbar .btn-link {
    font-size: 1.3rem !important;
  }
  .button text {
    font-size: 1.5rem !important;
  }

  .overlay-box .overlay-inner {
    flex-direction: row-reverse;
    .arrow {
      rotate: 180deg;
    }

    .arrow:hover {
      text-decoration: overline;
    }
  }

  .timeline {
    direction: ltr;
  }
  .comparison-table .col {
    font-size: 1.8rem;
    font-weight: 400;
  }
}

.show-navbar {
  opacity: 1;
}
.social-nav {
  display: flex;
  flex-direction: row-reverse;
}
body.rtl {
  font-family: "AraHamahHoms-Regular", sans-serif !important;

  h2 {
    font-family: "AraHamahHoms-Regular", sans-serif !important;
  }
}
body.rtl .owl-carousel,
.bx-wrapper {
  direction: ltr;
}
.owl-carousel .owl-item {
  direction: rtl;
}

body.rtl .index-project-section {
  direction: ltr;
  text-align: left;
}

body.rtl .clearfix .pull-right {
  float: left;
}
body.rtl .clearfix .pull-left {
  float: right;
}
body.rtl .dropdown-item {
  padding: 0.25rem 0 0.25rem 1.5rem;
}

body.rtl .dropdown-item svg {
  margin-left: 0.5rem !important;
  margin-right: 0 !important;
}

body.rtl .swiper-slide .explore-btn svg {
  margin-left: 0;
  margin-right: 0.5rem;
}

body.rtl .navigation-buttons {
  flex-direction: row-reverse;
}
body.rtl .navigation-buttons .btn {
  rotate: 180deg;
}

body.rtl .fancybox-content {
  direction: rtl;
  text-align: right;
}

body.rtl .fancybox-caption {
  direction: rtl;
  text-align: right;
}

body.rtl .fancybox-toolbar {
  right: unset;
  left: 0;
}

/*
body.rtl .swiper-rtl .slide-content {
	align-items: flex-end;
    text-align: right;
}


body.rtl .swiper-slide .card .card-body .nav-tabs {
	flex-direction: row-reverse;
}
*/

/*langDropDown style end */

/*Tech table */

.table-container {
  background: white;
  border-radius: 20px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
}
.table-container::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(0deg, transparent, transparent, #ced4da, #ced4da, #ced4da);
  z-index: 1;
  animation: rotate 6s linear infinite;
}
.table-container::after {
  content: "";
  position: absolute;
  inset: 3px;
  background: white;
  border-radius: 16px;
  z-index: 2;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fancy-table {
  position: relative;
  z-index: 3;
  margin: 0;
}
.fancy-table th {
  background-color: #f0f8ff;
  color: #333;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px;
  border-bottom: 2px solid #ced4da;
}
.fancy-table td {
  border-bottom: 1px solid #e0e0e0;
  transition: all 0.3s ease;
}
.fancy-table tr:hover td {
  background-color: #f0f8ff;
  transform: scale(1.02);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.fancy-table tr {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s ease;
}
.table-title {
  text-align: start;
  color: #333;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 3;
}

.technical-table {
  padding: 0;
}

@media (max-width: 768px) {
  .fancy-table th,
  .fancy-table td {
    font-size: 1rem; /* Adjust font size for better fit */
    padding: 8px; /* Reduce padding */
  }

  .fancy-table th {
    text-transform: capitalize; /* Adjust header styling if necessary */
  }

  .fancy-table tr:hover td {
    transform: none; /* Disable scaling to ensure it doesn't overflow */
  }
}

@media (max-width: 512px) {
  .fancy-table th,
  .fancy-table td {
    font-size: 0.7rem; /* Adjust font size for better fit */
    padding: 10px; /* Reduce padding */
  }

  .fancy-table th {
    font-size: 0.8rem;
    text-transform: capitalize; /* Adjust header styling if necessary */
  }

  .fancy-table tr:hover td {
    transform: none; /* Disable scaling to ensure it doesn't overflow */
  }
}

/*Tech table */
@media (max-width: 768px) {
  .gallery-block .inner-box .image .overlay-box {
    bottom: 0px;
    padding: 10px 30px;
  }
}
/*EXPOS page */
@import url("https://fonts.googleapis.com/css?family=Cardo|Pathway+Gothic+One");
.timeline {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 1800px;
  position: relative;
}
.timeline__content {
  width: 85%;
}
.timeline__content-title {
  font-weight: normal;
  font-size: 66px;
  margin: -10px 0 0 0;
  transition: 0.4s;
  padding: 0 10px;
  box-sizing: border-box;
  font-family: "Pathway Gothic One", sans-serif;
  color: #fff;
}
.timeline__content-desc {
  margin: 0;
  font-size: 20px;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.9);
  font-family: Cardo;
  font-weight: normal;
  line-height: 25px;
}
.timeline:before {
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  content: "";
  background: rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 767px) {
  .timeline:before {
    left: 40px;
  }
}
.timeline-item {
  padding: 150px 0;
  opacity: 0.3;
  filter: blur(2px);
  transition: 0.5s;
  box-sizing: border-box;
  width: calc(50% - 40px);
  display: flex;
  position: relative;
  transform: translateY(-80px);
  margin: 0 0 !important;
  padding-right: 15px;
  padding-left: 15px;
}
.timeline-item:before {
  content: attr(data-text);
  letter-spacing: 3px;
  width: 100%;
  position: absolute;
  color: rgba(255, 255, 255, 1);
  font-size: 36px;
  font-family: "Pathway Gothic One", sans-serif;
  border-left: 2px solid rgba(255, 255, 255, 0.5);
  top: 70%;
  margin-top: -5px;
  padding-left: 15px;
  opacity: 0;
  right: calc(-100% - 56px);
}
.timeline-item:nth-child(even) {
  align-self: flex-end;
}
.timeline-item:nth-child(even):before {
  right: auto;
  text-align: right;
  left: calc(-100% - 56px);
  padding-left: 0;
  border-left: none;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  padding-right: 15px;
}
.timeline-item--active {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0px);
}
.timeline-item--active:before {
  top: 50%;
  transition: 0.3s all 0.2s;
  opacity: 1;
}
.timeline-item--active .timeline__content-title {
  margin: -50px 0 20px 0;
}
@media only screen and (max-width: 767px) {
  .timeline-item--active .timeline__content-title {
    margin: -28px 0 20px 0;
  }
  .timeline__content-title {
    font-size: 24px;
  }
  .timeline-item {
    align-self: baseline !important;
    width: 100%;
    padding: 0 30px 150px 120px;
  }
  .timeline-item:before {
    font-size: 10px;
    left: 10px !important;
    padding: 0 !important;
    top: 50px;
    text-align: center !important;
    width: 60px;
    border: none !important;
  }
  .timeline-item:last-child {
    padding-bottom: 40px;
  }
}
.timeline__img {
  padding: 0px 0px 15px 0px;
  max-width: 100%;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
}
.timeline-container {
  width: 100%;
  position: relative;
  padding: 80px 0;
  transition: 0.3s ease 0s;
  background-attachment: fixed;
  background-size: cover;
}
.timeline-container:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(99, 99, 99, 0.71);
  content: "";
}
.timeline-header {
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}
.timeline-header__title {
  color: #fff;
  font-size: 46px;
  font-family: Cardo;
  font-weight: normal;
  margin: 0;
}
.timeline-header__subtitle {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Pathway Gothic One", sans-serif;
  font-size: 16px;
  letter-spacing: 5px;
  margin: 10px 0 0 0;
  font-weight: normal;
}

.demo-footer {
  padding: 60px 0;
  text-align: center;
}
.demo-footer a {
  color: #999;
  display: inline-block;
  font-family: Cardo;
}

.ml-form-embedBody.ml-form-embedBodyHorizontal {
  padding: 0 !important;
}
