/*!
Theme Name: ASI 
Theme URI: http://hexnet.com
Author: Hexnet
Author URI: http://hexnet.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: asi
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Schoolbell&display=swap');

:root {
  --primary-color: #009FDA;
  --secondary-color: #F4F4F4;
  --white-color-transparent-10: #FFFFFF1A;
  --white-color-transparent-20: #FFFFFF33;
  --white-color-transparent-60: #FFFFFF99;


  --transition-duration: 300ms;
  --transition-ease: ease-in-out;
}

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

body {
  color: #06021F;
  font-family: "Roboto", sans-serif;
  text-wrap: balance;
  font-smoothing: antialiased!important;
  -webkit-font-smoothing: antialiased !important;
}

@media only screen and (min-width: 1024px) and (max-width: 1679px) {
  .container,
  .news-container,
  .footer-content {zoom: 80%;}
}

button {
  outline: none;
  cursor: pointer;
}

p {
  line-height: 140%;
}

.hide { display: none;}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}
.w-660 {
  max-width: 660px !important;
}
@media (min-width: 1536px) {
  .w-660 {
    max-width: 860px !important;
  }
}

.overpass-400 {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.overpass-500 {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.overpass-600 {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.geist-400 {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.geist-500 {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.geist-600 {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

img {
  height: auto;
}

a {
  text-decoration: none;
  color: #06021F;
}

ul {
  list-style: none;
}

.container {
  max-width: 1440px;
  padding: 0 28px;
  margin: 0 auto;
}
.fs40 {
  font-size: 40px !important;
}

 

.fs60{
  font-size: 60px;
}

@media (min-width: 1024px) {
  .container {
    padding: 0 40px;
  }
}
/*
@media (min-width: 1536px) {
  .container {
    padding: 0 130px;
  }
}
  */

/* =============================== */

.heading {
  margin-bottom: 50px;
  font-weight: 600;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: var(--primary-color);
  text-align: center;
  letter-spacing: 1.2px;
}

/* ======== */
.heading-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 50px;
  text-align: center;
  padding: 10px;
}

.heading-section h2 {
  font-weight: 600;
  text-transform: uppercase;
}

.heading-section p {
  opacity: 60%;
  max-width: 600px;
}

/* =============================== */

.fs14 {
  font-size: 11px;
}

@media (min-width: 768px) {
  .fs14 {
    font-size: 13px;
  }
}

@media (min-width: 1024px) {
  .fs14 {
    font-size: 14px;
  }
}

.fs15 {
  font-size: 15px;
}

.fs18 {
  font-size: 17px;
  line-height: 160%;
}

@media (min-width: 1024px) {
  .fs18 {
    font-size: 17px;
  }
}

@media (min-width: 1536px) {
  .fs18 {
    font-size: 17px;
  }
}

.fs20 {
  font-size: 16px;
  line-height: 120%;
}

@media (min-width: 1024px) {
  .fs20 {
    font-size: 18px;
  }
}

@media (min-width: 1536px) {
  .fs20 {
    font-size: 18px;
  }
}

.fs28 {
  font-size: 24px;
  line-height: 120%;
}

@media (min-width: 1024px) {
  .fs28 {
    font-size: 26px;
  }
}

@media (min-width: 1536px) {
  .fs28 {
    font-size: 28px;
  }
}

.fs36 {
  font-size: 24px;
  line-height: 120%;
}

@media (min-width: 1024px) {
  .fs36 {
    font-size: 30px;
  }
}

@media (min-width: 1536px) {
  .fs36 {
    font-size: 32px;
  }
}

.fs17 {
  font-size: 15px;
  line-height: 12px;
}

@media (min-width: 1024px) {
  .fs17 {
    font-size: 16px;
  }
}

@media (min-width: 1536px) {
  .fs17 {
    font-size: 17px;
  }
}

/* =============================== */
/* the style of the buttons */
.btn-blue,
.btn-blue-outline,
.btn-white-ouline {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 3px solid transparent;
  width: fit-content;
  border-radius: 35px;
  color: white;
  cursor: pointer;
  height: 48px;
  padding: 0 28px;
  font-family: "Roboto", sans-serif;
}


.btn-blue.w100,
.btn-blue-outline.w100,
.btn-white-ouline.w100 {
  width: 100%;
  justify-content: center;
}

.btn-blue {
  background-color: var(--primary-color);
  border-color: var(--white-color-transparent-20);
  border-radius: 50px;
}

.btn-white-ouline {
  backdrop-filter: blur(67.5999984741211px);
  border-color: var(--white-color-transparent-60);
  background-color: #FFFFFF1A;
}

.btn-blue-outline {
  border-color: var(--primary-color);
  color: #06021F;
  background-color: transparent;
}

.btn-circle-outline {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1.5px solid var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  cursor: pointer;
}

.btn-white-ouline:hover {
  background-color: var(--primary-color);
}


/* =============================== */

input, textarea, .input {
  font-weight: 400;
  font-size: 14px;
  height: 48px;
  width: 100%;
  outline: none;
  border: 1.5px solid var(--primary-color);
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 12px;
}

textarea {
  padding: 10px;
  line-height: 100%;
  resize: none;

}
.contact-form label {
  font-weight: 500;
}

/* =============================== */


.cta {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 15px;
  color: #06021F;
}

.cta span {
  position: relative;
  width: 0;
  height: 2px;
  background: var(--primary-color);
  transition: all var(--transition-duration) var(--transition-ease);
}

.cta span::before {
  position: absolute;
  content: '';
  height: 5px;
  width: 5px;
  transform: rotate(45deg) translateY(-3px);
  background: transparent;
  border: var(--primary-color) solid 2px;
  border-bottom-width: 0;
  border-left-width: 0;
  border-color: var(--primary-color);
  top: 0;
  right: 2px;
}

.cta:hover span {
  width: 15px;
}

/* =============================== */

.slick-dots li button {
  position: relative;
  background-color: #06021F;
  opacity: 30%;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  transition: opacity var(--transition-duration) var(--transition-ease);
}

.slick-dots li button::before {
  position: absolute;
  content: '';
  height: 20px;
  width: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slick-dots li.slick-active button {
  opacity: 100%;
}

/* =============================== */

/* Slider Start */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  object-fit: contain;
  height: 80px;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}


/* Header Start */
.header {
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 999;
  background-color: white;
}

.header .header-top-bar {
  background-color: var(--primary-color);
  color: white;
}

.header .header-top-bar .header-top-content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  height: 30px;
}

@media (min-width: 1024px) {
  .header .header-top-bar .header-top-content {
    height: 40px;
  }
}

@media (min-width: 1536px) {
  .header .header-top-bar .header-top-content {
    gap: 20px;
    padding-right: 20px;
  }
}

.header .header-top-bar .header-top-content .top-bar-title {
  font-weight: 600;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .header .header-top-bar .header-top-content .top-bar-title {
    font-size: 14px;
  }
}

@media (min-width: 1536px) {
  .header .header-top-bar .header-top-content .top-bar-title {
    font-size: 15px;
  }
}

.header .header-top-bar .header-top-content .top-bar-link {
  color: white;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0%;
}

@media (max-width: 1024px) {
  .header .header-top-bar .header-top-content .top-bar-link.fs14 {
    font-size: 10px;
  }
}

.header .main-header {
  box-shadow: 0px 2px 4px 0px #06021F33;
  position: relative;
}

.header .main-header .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}

@media (min-width: 1201px) {
  .header .main-header .header-content {
    height: 80px;
  }
}

.header .main-header .header-content .site-logo img {
  height: 36px;
  margin-right: 20px;
}

.header .main-header .header-content .main-nav {
  display: none;
}

@media (min-width: 1201px) {
  .header .main-header .header-content .main-nav {
    display: block;
  }
}

@media (max-width: 768px) {
  .site-logo {
    display: flex; flex: none;
  }
}


.header .main-header .header-content .main-nav ul {
  display: flex;
  align-items: center;
  height: auto;
}

.header .main-header .header-content .main-nav ul .main-nav-link {
  display: flex;
  align-items: center;
  height: 80px;
  position: relative;
  padding: 0 15px;
  gap: 10px;
  color: #002B45;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}

@media (min-width: 1536px) {
  .header .main-header .header-content .main-nav ul .main-nav-link {
    padding: 0 20px;
    font-size: 14px;
  }
}

.header .main-header .header-content .main-nav ul .main-nav-link::before {
  position: absolute;
  content: '';
  height: 6px;
  width: 100%;
  background-color: transparent;
  visibility: hidden;
  left: 0;
  bottom: 0;
  transition: var(--transition-duration) var(--transition-ease) all;
}

.header .main-header .header-content .main-nav ul .main-nav-link:hover::before {
  background-color: var(--primary-color);
  visibility: visible;
}
.main-nav ul .active::before {
  background-color: var(--primary-color) !important;
  visibility: visible !important;
}
.header .main-header .header-content .menu-toggle-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  width: 70px;
  outline: none;
  border: none;
  background: transparent;
}

@media (min-width: 1201px) {
  .header .main-header .header-content .menu-toggle-btn {
    display: none;
  }
}

.header .main-header .header-content .menu-toggle-btn .bars-icon,
.header .main-header .header-content .menu-toggle-btn.active .close-icon {
  display: block;
}

.header .main-header .header-content .menu-toggle-btn.active .bars-icon,
.header .main-header .header-content .menu-toggle-btn .close-icon {
  display: none;
}



/* Navbar Sm */
.header .main-header .navbar-sm {
  position: absolute;
  top: 68px;
  left: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0px 2px 4px 0px #06021F33;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  height: 0;
  transition: height var(--transition-duration) var(--transition-ease), clip-path var(--transition-duration) var(--transition-ease);
}

.header .main-header .navbar-sm.active {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  height: calc(100vh - 100px);
}

.navbar-sm .navbar-sm-content {
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: center;
}

.navbar-sm .navbar-sm-content .navbar-sm-link {
  display: flex;
  align-items: center;
  padding: 12px 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  justify-content: center;
  color: #009FDA;
}

.navbar-sm .navbar-sm-content .navbar-sm-link:hover {
  color: var(--primary-color);
}
.navbar-industries-sm {
  margin: 10px 0;
}
.navbar-industries-sm p, .navbar-industries-sm li {
  color: #06021F;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
}
.navbar-industries-sm li {
  padding-top: 10px;
  padding-left: 20px;
}
/* 
========================================
  Home Page
========================================
*/
/* Hero Start */
.hero-section {
  position: relative;
}

.hero-section video, .hero-section img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-section video {
  object-fit: cover;
}

.hero-section .hero-bg {
  background: linear-gradient(296deg, rgba(0, 43, 69, 0) -7%, #002B45 73%); 
  position: relative;
  z-index: 1;
}
.hero-section .hero-bg::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /*background: url(../asi/img/cta-logo-icon-bg@2x.png) right no-repeat; */
  background-size: cover;
  z-index: 2;
  pointer-events: none;
}

 



.hero-section .hero-bg-blog::before {
  background-position: center !important;
}
@media (min-width: 1024px) {
  .hero-section .hero-bg::before {
    background-size: contain;
  }
}

.hero-section .hero-content {
  height: 800px;
  display: flex;
  align-items: center;
  z-index: 10;
  position: relative;
}

.hero-section .hero-content .text-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 600px;
  color: white;
  padding-right: 20px;
}


@media (min-width: 1024px) {
  .hero-section .hero-content .text-box {
    gap: 30px;
  }
}

@media (min-width: 1536px) {
  .hero-section .hero-content .text-box {
    gap: 30px;
    max-width: 800px;
  }
}

.hero-section .hero-content .text-box h1 {
  font-weight: 600;
  line-height: 118%;
  font-size: 70px;
  letter-spacing: 0%;
  text-transform: uppercase;
}


.hero-section .hero-content .text-box p {
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0%;
  max-width: 600px;
}


.hero-section .hero-content .text-box .hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

/* Partners Start */
.partners {
  box-shadow: 0px 2px 4px 0px #06021F33;
  border-bottom: 1px solid #32323233;
}

.partners .partners-content {
  padding: 42px 0;
  max-width: 1440px;
  margin: 0 auto;
}

.logo-tagline {
  width: 100%;
  height: 48px;
  object-fit: contain;
  margin-bottom: 10px;
}

.partners .partners-content .partners-title {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
  opacity: 60%;
}

.partners-wrapper {
  overflow-x: hidden;
  width: 100%;
  position: relative;
  opacity: 40%;
}

.partners-logos-slider {
  display: flex;
  gap: 2rem;
  width: max-content;
  animation: slide-left 20s linear infinite;
}

.partners-logos-slider>div {
  flex-shrink: 0;
}

@keyframes slide-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* MOBIUS Fleet Command & Control Start */
.fleet-command-control {}

.fleet-command-control .fleet-cc-content {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;

  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

@media (min-width: 1024px) {
  .fleet-command-control .fleet-cc-content {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

@media (min-width: 1536px) {
  .fleet-command-control .fleet-cc-content {
    
  }
}

@media (min-width: 1440px) {
  .fleet-command-control .fleet-cc-content {
    max-width: calc(1440px + ((100% - 1440px) / 2));
    margin-right: 0;
  }
}

.fleet-command-control .fleet-cc-content::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: url(img/asi-topographic-bg@2x.jpg) no-repeat 200px;
  background-size: cover;
  pointer-events: none;
  z-index: -1;
  display: none;
}

@media (min-width: 1024px) {
  .fleet-command-control .fleet-cc-content::before {
    display: block;
  }
}

.fleet-command-control .fleet-cc-content .text-box {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 530px;
}

@media (min-width: 1024px) {
  .fleet-command-control .fleet-cc-content .text-box {
    gap: 20px;
  }
}

@media (min-width: 1536px) {
  .fleet-command-control .fleet-cc-content .text-box {
    gap: 28px;
  }
}

.fleet-command-control .fleet-cc-content .text-box .section-title {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fleet-command-control .fleet-cc-content .text-box .section-title img {
  height: 40px;
  width: auto;
}

@media (min-width: 1024px) {
  .fleet-command-control .fleet-cc-content .text-box .section-title img {
    height: 42px;
  }
}

@media (min-width: 1536px) {
  .fleet-command-control .fleet-cc-content .text-box .section-title img {
    height: 45px;
  }
}
.fleet-command-control .fleet-cc-content .text-box .section-title h2 {
  font-weight: 600;
  font-size: 64px;
  text-transform: uppercase;
  line-height: 120%;
  color: var(--primary-color);
}
.fleet-command-control .fleet-cc-content .text-box .section-title h3 {
  font-weight: 600;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.fleet-command-control .fleet-cc-content .text-box p {
  font-weight: 400;
  opacity: 60%;
  line-height: 160%;
  letter-spacing: 0%;
}

.fleet-command-control .fleet-cc-content .fleet-cc-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.fleet-command-control .fleet-cc-content .image-box {
  position: relative;
  z-index: 10;
  display: none;
}

@media (min-width: 1024px) {
  .fleet-command-control .fleet-cc-content .image-box {
    display: block;
  
  }
}

.fleet-command-control .fleet-cc-content .image-box img {
  height: 340px;
}

@media (min-width: 1280px) {
  .fleet-command-control .fleet-cc-content .image-box img {
    height: 450px;
  }
}

@media (min-width: 1536px) {
  .fleet-command-control .fleet-cc-content .image-box img {
    height: 560px;
  }
}

/* Industries Start */
.industries {
  border-bottom: 2px #0000001A solid;
}

.industries .industries-content {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px 0;
}
.hero-industry {
  /*background: linear-gradient(296deg, rgba(0, 43, 69, 0) -7%, #193F16 80%) !important; */
}

@media (min-width: 768px) {
  .industries .industries-content {
    padding: 0;
  }
}

.industries .industries-content .section-heading {
  position: relative;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding-top: 28px;
  color: var(--primary-color);
  margin-bottom: 27px;
}

@media (min-width: 1024px) {
  .industries .industries-content .section-heading {
    left: 100px;
    position: absolute;
    top: -90px;
    margin-bottom: 0;
  }
}

@media (min-width: 1536px) {
  .industries .industries-content .section-heading {
    left: 130px;
  }
}

.industries .industries-content .section-heading::before {
  position: absolute;
  content: '';
  height: 1px;
  width: 36px;
  background: var(--primary-color);
  top: 0;
  left: 0;
}

.industries .industries-content .industries-wrapper {
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
  gap: 20px 0;
  flex-direction: column;
  align-items: center;
  padding: 0 28px;
}

@media (min-width: 768px) {
  .industries .industries-content .industries-wrapper {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    padding: 0;
  }
}


.industries .industries-content .industries-wrapper .industries-card {
  height: 680px;
  position: relative;
  width: 100%;
  max-width: 360px;
  transition: transform var(--transition-duration) var(--transition-ease),
    border var(--transition-duration) var(--transition-ease);
  background-color: white;
  border: 8px solid var(--primary-color);
  border-radius: 16px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .industries .industries-content .industries-wrapper .industries-card {
    width: calc(100% / 2);
    border: none;
    border-radius: 0;
  }
}

@media (min-width: 1024px) {
  .industries .industries-content .industries-wrapper .industries-card {
    width: 25%;
  }
}

.industries .industries-content .industries-wrapper .industries-card:hover {
  z-index: 10;
  border: 8px solid var(--primary-color);
  border-radius: 16px;
}

@media (min-width: 768px) {
  .industries .industries-content .industries-wrapper .industries-card:hover {
    transform: scale(1.05) translateY(5px);
  }
}

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

  .industries .industries-content .industries-wrapper .industries-card:nth-child(7):hover,
  .industries .industries-content .industries-wrapper .industries-card:nth-child(4):hover,
  .industries .industries-content .industries-wrapper .industries-card:nth-child(1):hover {
    transform: scale(1.05) translateY(5px) translateX(8px);
  }

  .industries .industries-content .industries-wrapper .industries-card:nth-child(9):hover,
  .industries .industries-content .industries-wrapper .industries-card:nth-child(6):hover,
  .industries .industries-content .industries-wrapper .industries-card:nth-child(3):hover {
    transform: scale(1.05) translateY(5px) translateX(-9px);
  }

}

@media (min-width: 1024px) {
  .industries .industries-content .industries-wrapper .industries-card:nth-child(4):hover {
    transform: scale(1.05) translateY(5px) translateX(-9px);
  }

  .industries .industries-content .industries-wrapper .industries-card:nth-child(1):hover {
    transform: scale(1.05) translateY(5px) translateX(8px);
  }

}
.industries .industries-content .industries-wrapper .industries-card .industries-card-image {
  overflow: hidden;
}

.industries .industries-content .industries-wrapper .industries-card .industries-card-image .image-box{
  margin-top: -78px;
}

.industries .industries-content .industries-wrapper .industries-card .industries-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.industries .industries-content .industries-wrapper .industries-card .industries-card-body {
  width: 360px;
  height: 280px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 35px;
}

@media (min-width: 768px) {
  .industries .industries-content .industries-wrapper .industries-card .industries-card-body {
    gap: 48px;
    padding: 40px;
    height: 320px;
  }
}

.industries .industries-content .industries-wrapper .industries-card .industries-card-body h3 {
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .industries .industries-content .industries-wrapper .industries-card .industries-card-body h3 {
    margin-bottom: 40px;
  }
}

.industries .industries-content .industries-wrapper .industries-card .industries-card-body p {
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: 0%;
  opacity: 60%;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;


}

.industries .industries-content .industries-wrapper .industries-card .industries-card-body .cta {
  opacity: 1;
  visibility: visible;
  transition: all var(--transition-duration) var(--transition-ease);
}

@media (min-width: 768px) {
  .industries .industries-content .industries-wrapper .industries-card .industries-card-body .cta {
    opacity: 0;
    visibility: hidden;
    transition: all var(--transition-duration) var(--transition-ease);
  }
}

.industries .industries-content .industries-wrapper .industries-card:hover .cta {
  visibility: visible;
  opacity: 100%;
}

.industries .industries-content .industries-wrapper .industries-card:hover .cta span {
  width: 15px;
}

/* Testimonials Start */
.testimonials {
  padding: 0px;
  overflow: hidden;
  background: url('img/testimonials-bg@2x.jpg') center left no-repeat;
  background-size: contain;
}

@media (min-width: 1024px) {
 
}

.testimonials .container {
  position: relative;
}

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

@media (min-width: 1024px) {
  .testimonials .testimonials-content {
    justify-content: end;
    padding: 120px 0px;
  }
}

.testimonials .testimonials-content .image-right {
  /* position: relative;
  width: 371px; */
}

.testimonials .image-right img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

@media (min-width: 1024px) {
  .testimonials .image-right img {
    left: 400px;
  }
}

.testimonials .testimonials-content .testimonials-wrapper {
  max-width: 530px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

@media (min-width: 1024px) {
  .testimonials .testimonials-content .testimonials-wrapper {
    gap: 80px;
  }
}

@media (min-width: 1536px) {
  .testimonials .testimonials-content .testimonials-wrapper {
    gap: 80px;
  }
}

.testimonials .testimonials-slider {
  cursor: grab;
  backdrop-filter: blur(2px);
}

.testimonials .testimonials-slider .testimonial-item {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (min-width: 1024px) {
  .testimonials .testimonials-slider .testimonial-item {
    gap: 50px;
  }
}

@media (min-width: 1536px) {
  .testimonials .testimonials-slider .testimonial-item {
    gap: 48px;
  }
}

.testimonials .testimonials-slider .testimonial-item .testimonial-text {
  font-weight: 300;
  letter-spacing: 0%;
  font-family: "Roboto", sans-serif;
  line-height: 140%;
  font-size: 28px;
}

.testimonials .testimonials-slider .testimonial-item .testimonial-author {
  display: flex;
  align-items: center;
  gap: 40px;
}


.testimonials .testimonials-slider .testimonial-item .author-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.testimonials .testimonials-slider .testimonial-item .author-name {
  font-weight: 600;
  letter-spacing: 0%;
}

.testimonials .testimonials-slider .testimonial-item .author-title {
  font-weight: 400;
  letter-spacing: 0%;
}

.testimonials .testimonials-wrapper #testimonials-custom-dots .slick-dots {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: center;
}

@media (min-width: 1024px) {
  .testimonials .testimonials-wrapper #testimonials-custom-dots .slick-dots {
    justify-content: flex-start;
  }
}

/* Achievements */
.achievements {
  background-color: var(--primary-color);
  color: white;
  overflow-x: hidden;
}

.achievements .achievements-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 28px;
  flex-direction: column;
  gap: 200px;
  text-align: center;
  animation: slide-left 20s linear infinite;
}

@media (min-width: 768px) {
  .achievements .achievements-content {
    height: 280px;
    padding: 0;
    flex-direction: row;
    text-align: start;
  }
}

@media (max-width: 768px) {
  .achievements .achievements-content {
    animation: none;
    gap: 40px;
  }
  
  .fleet-command-control {
    padding: 20px;
  }
}

@media (min-width: 1024px) {
  .achievements .achievements-content {
    height: 300px;
  }
}

@media (min-width: 1536px) {
  .achievements .achievements-content {
    /* height: 400px; */
  }
}

.achievements .achievements-content .achievement {
  max-width: 200px;
}

.achievements .achievements-content .achievement h2 {
  font-weight: 250;
  font-size: 45px;
  line-height: 120%;
  letter-spacing: -4%;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .achievements .achievements-content .achievement h2 {
    font-size: 60px;
  }
}

@media (min-width: 1024px) {
  .achievements .achievements-content .achievement h2 {
    font-size: 70px;
  }
}

@media (min-width: 1536px) {
  .achievements .achievements-content .achievement h2 {
    font-size: 80px;
  }
}

.achievements .achievements-content .achievement p {
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  opacity: 60%;

}

.achievements .achievements-content .achievement h3 {
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  opacity: 60%;

}

.achievements .container { 
  text-align: center;
  padding-top: 80px;
}
.achievements h4 {
  font-size: 28px;
  padding-bottom: 10px;
}
.achievements h5 {
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  opacity: 60%;
  text-align: center;
  font-size: 17px;
}

/* News */
.news {
  padding-top: 78px;
  padding-bottom: 50px;
  background-color: var(--secondary-color);
}

.news .news-container {
  max-width: 1440px;
  margin: 0 auto;

}

.news .news-container .news-wrapper {
  position: relative;
}

.news .news-container .news-wrapper .news_slick-prev,
.news .news-container .news-wrapper .news_slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.news-wrapper .news_slick-prev:hover,
.news-wrapper .news_slick-next:hover {
  border: 4px solid var(--primary-color);
}
.news .news-container .news-wrapper .news_slick-prev {
  left: 30px;
}

.news .news-container .news-wrapper .news_slick-next {
  right: 30px;
}

@media (min-width: 640px) {

  .news .news-container .news-wrapper .news_slick-prev,
  .news .news-container .news-wrapper .news_slick-next {
    display: flex;
  }
}

.news .news-container .news-slider,
.news .news-container .slider1,
.news .news-container .slider2,
.news .news-container .slider3 {
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 60px;
  cursor: grab;
}

@media (min-width: 640px) {
  .news .news-container .news-slider,
  .news .news-container .slider1,
  .news .news-container .slider2,
  .news .news-container .slider3 {
    max-width: calc(100% - 200px);
  }
}

@media (min-width: 1024px) {
  .news .news-container .news-slider,
  .news .news-container .slider1,
  .news .news-container .slider2,
  .news .news-container .slider3  {
    max-width: calc(100% - 260px);
  }
}

.news .news-container .news-slider .slick-track,
.news .news-container .slider1 .slick-track
.news .news-container .slider2 .slick-track
.news .news-container .slider3 .slick-track {
  display: flex;
  gap: 20px;
}

.news .news-container .news-slider .news-card .card-image,
.news .news-container .slider1 .news-card .card-image,
.news .news-container .slider2 .news-card .card-image,
.news .news-container .slider3 .news-card .card-image {
  box-shadow: 0px 2px 4px 0px #00000040 inset;
  border-radius: 8px;
  overflow: hidden;
  height: 180px;
  position: relative;
}

.news .news-container .news-slider .news-card iframe {
  width: -webkit-fill-available;
  border: 6px solid var(--primary-color);
  border-radius: 10px;
  height: 209px;
}

.news .news-container .news-slider .news-card .card-image::before {
  position: absolute;
  content: '';
  height: calc(100% - 11px);
  width: calc(100% - 10px);
  border-radius: 8px;
  background-color: transparent;
  border: 6px solid transparent;
  top: 0;
  left: 0;
  transition: border-color var(--transition-duration) var(--transition-ease);
}

.news .news-container .news-slider .news-card:hover .card-image::before {
  border-color: var(--primary-color);
}
.news .news-container .news-slider .news-card .card-image {
  height: 180px;
}
.news .news-container .news-slider .news-card .card-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition-duration: 4s;
}
.news .news-container .news-slider .news-card:hover .card-image {
  border: 6px solid var(--primary-color);
  transition: transform 0.5s ease;
}
.news .news-container .news-slider .news-card:hover .card-image img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}



.news .news-container .news-slider .news-card .card-body {
  padding: 20px;
}

.news .news-container .news-slider .news-card .card-title {
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0%;
  margin-bottom: 20px;
  transition: color var(--transition-duration) var(--transition-ease);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-items .card-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 1024px) {
  .news .news-container .news-slider .news-card .card-title {
    margin-bottom: 20px;
  }
}

@media (min-width: 1536px) {
  .news .news-container .news-slider .news-card .card-title {
    margin-bottom: 20px;
  }
}

.news .news-container .news-slider .news-card:hover .card-title {
  color: var(--primary-color);
  text-decoration: underline;
}

.news .news-container .news-slider .news-card .card-description {
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0%;
  margin-bottom: 15px;
  opacity: 60%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-items .card-description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 1024px) {
  .news .news-container .news-slider .news-card .card-description {
    margin-bottom: 18px;
  }
}

@media (min-width: 1536px) {
  .news .news-container .news-slider .news-card .card-description {
    margin-bottom: 20px;
  }
}

.news .news-container .news-slider .news-card:hover .cta span {
  width: 15px;
}

.news .news-container #news-custom-dots .slick-dots {
  display: flex;
  align-items: center;
  gap: 28px;
  justify-content: center;
}

/* Operations Banner Start */
.operations-banner {
  background: url(../asi/img/cta-logo-icon-bg@2x.png) no-repeat 63% #032C44;
  box-shadow: 0px 4px 4px 0px #0000001A inset;
  color: white;
}

.operations-banner .banner-content {
  height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  gap: 40px 0;
}

@media (min-width: 1024px) {
  .operations-banner .banner-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
}

.operations-banner .banner-content .text-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: max-content;
}

.operations-banner .banner-content .text-box .section-title {
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.operations-banner .banner-content .text-box .section-description {
  font-weight: 400;
  opacity: 60%;
}

/* Footer */
.footer {}

.footer .footer-content {
  padding-top: 75px;
  padding-bottom: 60px;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column-reverse;
  padding-inline: 28px;
}

@media(min-width: 640px) {
  .footer .footer-content {
    flex-direction: row;
    padding-inline: 0;
  }
}

.footer .footer-content .footer-logo {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

@media(min-width: 640px) {
  .footer .footer-content .footer-logo {
    align-items: flex-start;
    padding-left: 28px;
    width: 30%;
    gap: 40px;
  }
}

@media (min-width: 1024px) {
  .footer .footer-content .footer-logo {
    padding-left: 40px;
  }
}

@media (min-width: 1536px) {
  .footer .footer-content .footer-logo {
    padding-left: 130px;
  }
}

.footer .footer-content .footer-logo img {
  width: auto;
}

@media(min-width: 640px) {
  .footer .footer-content .footer-logo img {
    margin: 0;
  }
}

.footer .footer-content .footer-logo .footer-tagline {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  max-width: 180px;
  opacity: 60%;
  display: none;
}

.footer .footer-content .footer-logo .social-links {
  display: flex;
  gap: 12px;
  align-items: center;
}

@media(min-width: 640px) {
  .footer .footer-content .footer-logo .social-links {
    display: none;
  }
}

@media(min-width: 640px) {
  .footer .footer-content .footer-logo .footer-tagline {
    display: block;
  }
}

.footer .footer-content .footer-links {
  flex: 1;
  width: 70%;
}

.footer .footer-content .footer-links .footer-row {
  display: flex;
  justify-content: space-between;
  gap: 25px 20px;
  padding-right: 28px;
  flex-direction: column;
}

@media(min-width: 1250px) {
  .footer .footer-content .footer-links .footer-row {
    flex-direction: row;
    padding-right: 100px;
  }
}

@media (min-width: 1536px) {
  .footer .footer-content .footer-links .footer-row {
    padding-right: 130px;
  }
}

.footer .footer-content .footer-links .footer-row .footer-columns {
  display: flex;
  gap: 80px;
  flex-direction: column;
  margin-bottom: 30px;
}

@media(min-width: 640px) {
  .footer .footer-content .footer-links .footer-row .footer-columns {
    flex-direction: row;
    margin-bottom: 0;
  }
}

@media(min-width: 1024px) {
  .footer .footer-content .footer-links .footer-row .footer-columns {
    justify-content: flex-start;
  }
}

.footer .footer-content .footer-links .footer-row .footer-columns.gap80-30 {
  gap: 30px;
}

@media (min-width: 1280px) {
  .footer .footer-content .footer-links .footer-row .footer-columns.gap80-30 {
    gap: 60px;
  }
}

.footer .footer-content .footer-links .footer-row .footer-columns.gap40 {
  gap: 40px;
}

.footer .footer-content .footer-links .footer-newsletter {
  display: none;
}

@media(min-width: 640px) {
  .footer .footer-content .footer-links .footer-newsletter {
    display: block;
  }
}

.footer .footer-content .footer-logo .footer-newsletter {
  display: block;
  width: 100%;
}

@media(min-width: 640px) {
  .footer .footer-content .footer-logo .footer-newsletter {
    display: none;
  }
}


.footer .footer-content .footer-newsletter form {
  display: flex;
  gap: 8px;
}

@media(min-width: 1024px) {
  .footer .footer-content .footer-newsletter form {
    max-width: 380px;
  }
}

.footer .footer-content .footer-newsletter form .input-box {
  flex: 1;
  position: relative;
}

.footer .footer-content .footer-newsletter form .input-box label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 18px;
}


.footer .footer-content .footer-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 20px;
}

.footer .footer-content .footer-links .footer-row .footer-column ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 15px;
}

@media(min-width: 640px) {
  .footer .footer-content .footer-links .footer-row .footer-column ul {
    padding-left: 0;
  }
}

.footer .footer-content .footer-links .footer-row .footer-column ul .footer-link {
  font-weight: 400;
  font-size: 15px;
  line-height: 12px;
  opacity: 60%;
  transition: all var(--transition-duration) var(--transition-ease);
}

.footer .footer-content .footer-links .footer-row .footer-column ul .footer-link:hover {
  text-decoration: underline;
}

.footer .footer-content .footer-links .footer-row .social-links {
  display: none;
  gap: 12px;
  align-items: center;
}

@media(min-width: 640px) {
  .footer .footer-content .footer-links .footer-row .social-links {
    display: flex;
  }
}

.footer .footer-content .footer-links .footer-divider {
  width: 100%;
  height: 1px;
  background: var(--primary-color);
  margin-top: 50px;
  margin-bottom: 60px;
  display: none;
}

@media(min-width: 640px) {
  .footer .footer-content .footer-links .footer-divider {
    display: block;
  }
}

.footer .footer-bottom .footer-bottom-content {
  display: flex;
  justify-content: center;
  height: 70px;
  align-items: center;
  font-size: 12px;
  line-height: 9px;
  letter-spacing: 0%;
  opacity: 60%;
  gap: 10px;
  flex-direction: column-reverse;
}

@media(min-width: 640px) {
  .footer .footer-bottom .footer-bottom-content {
    flex-direction: row;
    justify-content: space-between;
  }
}

.footer .footer-bottom {
  border-top: 1px solid #32323233;
}

.footer .footer-bottom .footer-bottom-content ul {
  display: flex;
  align-items: center;
  gap: 40px 20px;
}

.footer .footer-bottom .footer-bottom-content ul a:hover {
  text-decoration: underline;
}

/* 
========================================
  Legal Pages
========================================
*/

/* About Mobius Start */
.legal-body {
  padding: 150px 0;
}

.legal-body .body-content * { margin-bottom: 20px;}

.legal-body .body-content h1,
.legal-body .body-content h2,
.legal-body .body-content h3,
.legal-body .body-content h4,
.legal-body .body-content h5,
.legal-body .body-content h6 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: var(--primary-color);

}

.legal-body .body-content p{
  color: #06021F;
  opacity: 60%;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
}

.legal-body .body-content ul {
  list-style: disc;
  margin-left: 15px;
}

.legal-body .body-content a { 
  color: var(--primary-color);
  text-decoration: underline;
}

.legal-body .body-content ul li {
  color: #06021F;
  opacity: 60%;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
}




/* 
========================================
  Mobius Page
========================================
*/

/* About Mobius Start */
.about-mobius {
  padding: 150px 0;
}

.fleet-command-control.about-mobius{
  padding: 0px;
}



 

.about-mobius .about-mobius-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about-mobius .about-mobius-content .text-box {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 530px;
}

.about-mobius .about-mobius-content .text-box h2 {
  text-transform: uppercase;
  color: var(--primary-color);
}

.about-mobius .about-mobius-content .text-box p {
  opacity: 60%;
}



.about-mobius .about-mobius-content .image-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.about-mobius .about-mobius-content .image-box iframe { 
  object-fit: cover;
  border-radius: 12px;
}

/* Mobius Workflow Steps Start */
.mobuis-workflow-steps {
  background: var(--secondary-color);
  padding: 80px 0;
}

.mobuis-workflow-steps .mobuis-workflow-steps-content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.mobuis-workflow-steps .mobuis-workflow-steps-content .step {
  max-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}

.mobuis-workflow-steps .mobuis-workflow-steps-content .step p {
  opacity: 60%;
}

/* Key Features Start  */
.key-features {
  padding: 160px 0;
  background: var(--secondary-color);
}

.key-features .heading {
  text-align: left;
}

.key-features .fs20 {
  text-transform: uppercase;
  color: #009FDA;
  letter-spacing: 1.2px;
}

.key-features .key-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}

.features-mode .heading-section { 
  align-items: start;
  padding: 40px 0;
}

.features-mode .heading-section h2 {
  text-align: left;
  color: #009FDA;
}

.features-mode .heading-section p {
  text-align: left;
}

 

.blog-grid .main-card:hover .cta span {
  /* width: 15px; */
}

.blog-grid .main-card .card-image {
  overflow: hidden;
  border-radius: 12px;
  border: 6px solid transparent;
}

 

.blog-grid .main-card:hover .card-image {
  border: 6px solid var(--primary-color);
  transition: transform 0.5s ease;

}
.blog-grid .main-card:hover .card-title{
  color: var(--primary-color);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.blog-grid .main-card {
  background-color: white;
}
.main-card .card-image.h270 {
  height: 270px;
}

.main-card .card-image.h150 {
  height: 150px;
}

.main-card .card-image img {
  width: 100%;
  height: 163px;
  object-fit: initial;
}

.main-card .card-body {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.main-card .card-body .card-description {
  line-height: 140%;
  opacity: 60%;
  text-wrap: auto;
}

/* Platform Interface Screenshot Start */
.platform-screenshot {
  margin-top: -40px;
}

.features-mode .fs20 {
  color: #009FDA;
  letter-spacing: 1.2px;
}

.features-mode .main-card .card-image img {
  height: 326px;
}

.platform-screenshot .image-box {
  height: 800px;
}

.platform-screenshot .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Mobius Features Mode Start */
.features-mode {
  padding-top: 40px;
  padding-bottom: 100px;
}

.features-mode .features-mode-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}

/* Mobius in Action Start */
.mobius-in-action {
  background-color: var(--primary-color);
  color: white;
  padding: 60px 0;
}

.mobius-in-action .heading {
  color: white;
}

.mobius-in-action .mobius-in-action-content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .mobius-in-action .mobius-in-action-content {
    height: 250px;
    padding: 0;
    flex-direction: row;
    text-align: center;
  }
}

.mobius-in-action .mobius-in-action-content .box h2 {
  font-weight: 250;
  font-size: 45px;
  line-height: 120%;
  letter-spacing: -4%;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .mobius-in-action .mobius-in-action-content .box h2 {
    font-size: 60px;
  }
}

@media (min-width: 1024px) {
  .mobius-in-action .mobius-in-action-content .box h2 {
    font-size: 70px;
  }
}

@media (min-width: 1536px) {
  .mobius-in-action .mobius-in-action-content .box h2 {
    font-size: 80px;
  }
}

.mobius-in-action .mobius-in-action-content .box h3 {
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  opacity: 60%;
  margin-top: 20px;
}

/* Mobius Server Start */
.mobius-server {
  padding: 150px 0;
}

.mobius-server .mobius-server-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobius-server .mobius-server-content .text-box {
  max-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.mobius-server .mobius-server-content .text-box h2 {
  text-transform: uppercase;
}

.mobius-server .mobius-server-content .text-box p {
  opacity: 60%;
}

.mobius-server .mobius-server-content .video-box {
  max-width: 500px;
  width: 100%;
  height: 100%;
}

.mobius-server .mobius-server-content .video-box video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
}

/* ASI Technical Support Start  */
.asi-technical-support {
  background-color: var(--secondary-color);
  padding: 80px 0 0 0;
}

.asi-technical-support .image-box {
  height: 500px !important;
  width: 500px !important;
}

.asi-technical-support .asi-technical-support-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 700px;
}

.asi-technical-support .asi-technical-support-content h2 {
  text-transform: uppercase;
  color: var(--primary-color);
}

.asi-technical-support .asi-technical-support-content p {
  opacity: 60%;
}

.asi-technical-support.great-place {
  background: #fff;;
    padding: 150px 0;
}

.asi-technical-support.great-place .image-box {
    height: 300px !important;
    width: 500px !important;
}

/* 
========================================
  Industry Page
========================================
*/
/* Industry Solutions Start */
.industry-solutions {
  padding: 150px 0;
}

.industry-solutions .industry-solutions-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.industry-solutions .industry-solutions-content .text-box {
  max-width: 530px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.industry-solutions .industry-solutions-content .text-box h2 {
  text-transform: uppercase;
  color: var(--primary-color);
}

.industry-solutions .industry-solutions-content .text-box p {
  opacity: 60%;
}

.industry-solutions .industry-solutions-content .text-box ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.industry-solutions .industry-solutions-content .text-box ul li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.industry-solutions .industry-solutions-content .text-box ul li span {
  opacity: 60%;
}

.industry-solutions .industry-solutions-content .image-box {
  height: 300px;
  width: 500px;
}

.industry-solutions .industry-solutions-content .image-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* The Future of Industry Start */
.future-of-industry {
  padding: 120px 0;
  background-color: var(--secondary-color);
  box-shadow: 0px 4px 4px 0px #0000001A inset;
}

.future-of-industry .videos-container {
  display: flex;
  gap: 20px;
  margin-bottom: 80px;
}

.future-of-industry .videos-container .video-box {
  width: 50%;
  height: 315px;
}

.future-of-industry .videos-container .video-box iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.future-of-industry .future-of-industry-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.future-of-industry .card-title {
  color: var(--primary-color);
  text-transform: uppercase;
}
hr {
  width: 36px;
  border-top: 1px solid var(--primary-color);
  margin-top: 20px;
}
/* autonomous farming Start */
.autonomous-farming {
  height: 660px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.autonomous-farming::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  opacity: .45;
}
.autonomous-farming-content {
  position: absolute;
  top: 50%; 
  transform: translateY(-50%);
  left: 50%;
}
.autonomous-farming-content span {
  color: var(--primary-color);
  display: block;
  padding-bottom: 10px;
}

.autonomous-farming .autonomous-farming-content .text-box {
  position: relative;
  z-index: 10;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.autonomous-farming .autonomous-farming-content .text-box h2,
.autonomous-farming .autonomous-farming-content .text-box h3 {
  text-transform: uppercase;
  color: white;
}

.autonomous-farming .autonomous-farming-content .text-box p {
  color: white;
  opacity: 60%;
}

.mobius-server h2 {
  text-transform: uppercase;
  color: white;
  font-size: 80px;
  text-wrap: auto;
  font-weight: 250;
  line-height: 120%;
  letter-spacing: -4%;
  text-transform: uppercase;
}

.autonomous-farming-content span {
  color: #fff;
  display: block; 
  padding-bottom: 0px;
}

/* Field Coverage Patterns Start */
.field-coverage-patterns {
  padding: 80px 0;
  background-color: var(--secondary-color);
  box-shadow: 0px 4px 4px 0px #0000001A inset;
}

.field-coverage-patterns .field-coverage-patterns-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}

.field-coverage-patterns .field-coverage-patterns-content .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}

.field-coverage-patterns .field-coverage-patterns-content .card .card-body .card-title {
  text-transform: uppercase;
  margin: 20px 0;
}
.field-coverage-patterns .field-coverage-patterns-content .card .card-body .card-description p {
  color: rgba(0, 0, 0, 0.6);
  padding-bottom: 20px;
}

.field-coverage-patterns .field-coverage-patterns-content .card .card-body .card-description img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  padding-top: 20px;
}

/* How industry work Start */
.how-industry-work {
  padding: 80px 0;
  background: url(../asi/img/bg-image.webp) no-repeat center fixed;
  background-size: cover;
  position: relative;
}

.how-industry-work::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000000;
  opacity: .45;
}

.how-industry-work .text-box {
  position: relative;
  max-width: 50%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.how-industry-work .text-box h2 {
  text-transform: uppercase;
  color: var(--primary-color);
}

.how-industry-work .text-box p {
  color: white;
}

.how-industry-work .text-box .mobius-card {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 400px;
  border: 1px solid #fff;
  padding: 20px;
  border-radius: 8px;
  backdrop-filter: blur(1px);
}

.how-industry-work .text-box .mobius-card h3 {
  color: var(--primary-color);
}

.how-industry-work .text-box .mobius-card .cta {
  color: white;
}

/* Statistics section Start  */
.statistics-section {
  padding: 80px 0;
  background-color: var(--secondary-color);
}

.statistics-section .statistics-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.statistics-section .statistics-content .box {
  max-width: 200px;
}

.statistics-section .statistics-content .box h2 {
  text-transform: uppercase;
  color: var(--primary-color);
  text-align: center;
}

.statistics-section .statistics-content .box p {
  opacity: 60%;
}

/* Automation Section Start */
.automation-section {
  padding: 100px;
  box-shadow: 0px 4px 4px 0px #0000001A inset;
}

.automation-section .main-card .card-image img {
    height: 224px;
}

.automation-section .automation-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.automation-section .main-card .card-title {
  text-transform: uppercase;
}
/* Case Study Start */

.case-study {
  background-color: var(--primary-color);
  color: white;
  padding: 80px 0;
  background-image:  url(../asi/img/cse-study-typ-bg.png);
  background-repeat: no-repeat;
  background-size: 80%;
  position: relative;
  background-position: center right;
 
  }

.case-study-img {
  position: absolute;
  bottom: 0;
  right: 10%;
  height: 540px;
  width: 780px;
}
.case-study-img img {
  width: 100%;
  height: 100%;
}

.case-study .buttons {
  padding-top: 20px;
}
.case-study .section-description {
  padding-top: 20px;
  opacity: 90%;
  font-size: 16px;
}

.case-study .section-description ul{
  padding-left: 15px;
  margin-top: 10px;
  list-style: disc;
}

.case-study .section-description ul li a {
  color: #fff;
}

.case-study .section-description ul li a:hover {
  text-decoration: underline;
}

.case-study .txt-green{
  color: #fff;
}

.case-study .section-title {
  text-transform: uppercase;
  color: #fff;
}
.case-study span {
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 10px;
}
.case-study-container .case-study-content {
  width: 510px;
}

.case-study .btn-white-ouline {
  background-color: #fff;
  color: var(--primary-color);
}
/* 
========================================
  About Page
========================================
*/

.leader-section {
  padding: 150px 0;
}

.leader-section .leader-content {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 20px;
}

.leader-section .leader-content .subtitle {
  color: var(--primary-color);
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.leader-section .leader-content h2 {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.leader-section .leader-content h2 span{
  color: var(--primary-color);
}

.leader-section .leader-content p {
  opacity: 60%;
}
.video-wrapper-industry {
  position: relative;
  width: 100%;
  margin: 0px auto;
  margin-top: 80px;
}
.video-wrapper-culture {
  position: relative;
  width: 940px;
  margin: 80px auto 0 auto;
}
.leader-section video {
  width: 100%;
  height: 370px;
  cursor: pointer;
  box-shadow: 0px 41px 41px 0px #00000040;
  object-fit: fill;
}

.leader-section img{
  width: 100%;
  height: auto;
  cursor: pointer;
  box-shadow: 0px 41px 41px 0px #00000040;
  object-fit: cover;
  border-radius: 12px;
}

.btn-video {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  position: absolute;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.btn-video svg{ 
  margin-left: 5px;
}

.text-section { 
  padding: 120px 0;
  
}

.text-bloc {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 20px;
  max-width: 980px;
  margin: 0 auto;
}

.text-bloc h2,
.text-bloc h3 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.text-bloc p {
    opacity: 60%;
}

.image-container {
  position: relative;
  width: 100%;
  margin: 40px auto;
}

.image-container .image-box { 
}

.image-container .image-box img { 
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Company History Start */
.company-history {
  background-color: var(--primary-color);
  background-image: url(../asi/img/bg-com-hist.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  height: 680px;
  position: relative;
  display: flex;
  align-items: center;
  display: none;
}

.company-history .history-wrapper {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}

.company-history .history-box h2 {
  text-transform: uppercase;
  padding-bottom: 10px;
}

.company-history .history-wrapper .history-slider {
  max-width: calc(100% - 200px);
  margin: 0 auto;
}

.company-history .history-wrapper .history-slider .history-box {
  max-width: 630px;
  margin: 0 auto;
  padding: 25px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 30px;
  color: white;
}
.company-history::before {
  content: attr(data-year);
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 400px;
  font-weight: 600;
  background: linear-gradient(to bottom, rgb(255, 255, 255, 1), rgba(255, 255, 255, 0));
  background-clip: text;
  color: transparent;
  opacity: 15%;
}
.history-box .year {
  font-size: 95px;
}

.company-history .history-wrapper .history-slider .history-box p {
  opacity: 60%;
}

.company-history .history-wrapper .history_slick-prev,
.company-history .history-wrapper .history_slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.2);
}

.company-history .history-wrapper .history_slick-prev {
  left: 20px;
}

.company-history .history-wrapper .history_slick-next {
  right: 20px;
}
.company-history .history-wrapper #history-custom-dots .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}

.company-history .history-wrapper #history-custom-dots .slick-dots button {
  position: relative;
}

.company-history .history-wrapper #history-custom-dots .slick-dots button span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 8px);
  font-size: 20px;
  font-family: "Roboto", sans-serif;
}

/* Our Mission Start */
.our-mission {
  background: var(--primary-color);
  padding: 80px 0;
}

.our-mission .our-mission-content {
  text-align: center;
}

.our-mission .our-mission-content .heading {
  text-transform: uppercase;
  color: white;
  margin-bottom: 20px;
}

.our-mission .our-mission-content p {
  max-width: 700px;
  margin: 0 auto;
  color: white;
}

/* Values Start */

.values {
  padding: 150px 0;
}

h4.values-title {
  color: var(--primary-color);
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 40px;
  padding-left: 60px;
}
 
.values .title {
  text-transform: uppercase;
  width: 50%;
}
.values .values-content {
  display: flex;
  align-items: start;
  gap: 20px;
  margin-top: 0px;
}

.values .values-content .image-box {
  width: 50%;
  margin-top: -100px;
}

.values .values-content .image-box img {
  width: 100%;
}

.values .values-content ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 1;
  border-left: 1px solid var(--primary-color);
  padding: 30px 0 30px 60px;
}

.values .values-content ul li {
  display: flex;
  flex-direction: column;
}

.values .values-content ul li h3 {
  color: var(--primary-color);
}

.values .values-content ul li p {
  opacity: 60%;
}

/* Team Start */
.our-team {
  padding: 150px 0;

}
.our-team h2 {
  text-transform: uppercase;
}

.our-team .our-team-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px 20px;
  margin-top: 40px;
}

.our-team .our-team-grid .team-card {
  width: 380px;
}

.our-team h2 {
  text-align: center;
  display: block;
}
.member-modal-open {
  cursor: pointer;
}
.our-team .title-span {
  display: block;
  text-align: center;
}
.our-team .our-team-grid .team-card .member-modal-open:hover .cta span{
  width: 15px;
}
.our-team .our-team-grid .team-card .member-modal-open:hover .card-image img{
  outline: 6px solid var(--primary-color);
}

.member-modal-open img { position: static; width: 24px; height: 24px;}

.our-team .our-team-grid  .card-image {
  width: 380px;
  height: auto;
  position: relative;
}
.our-team .our-team-grid .card-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.our-team .our-team-grid .team-card .card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.our-team .our-team-grid .team-card .team-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}
.our-team .our-team-grid .member-img {
  width: 380px;
  height: auto;
}
.our-team .our-team-grid .team-card .team-info h3 {
  text-transform: uppercase;
  color: var(--primary-color);
  letter-spacing: 1.1px;
  padding-bottom: 10px;
}
.our-team .our-team-grid .team-card .card-body p,
.member-modal-card .team-info  p{
  font-weight: 400;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1.2px;
}


.member-description p { margin-bottom: 10px; }


/* Member Modal */
.member-modal {
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  background: var(--Blue-Dark, #002B45B3);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  transition: opacity var(--transition-duration) var(--transition-ease);
}

.member-modal.active {
  visibility: visible;
  opacity: 100%;
}

.member-modal .member-modal-card {
  background-color: white;
  padding: 50px;
  height: fit-content;
  overflow-y: auto;
  scrollbar-width: none;
  position: relative;
  border-radius: 20px;
  margin: 20px;
}

.member-modal  .member-modal-close {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 20px auto;
  border-radius: 50%;
  border: 2px solid var(--primary-color);
  background-color: white;
}

.member-modal  .member-modal-close:hover {
  background: var(--primary-color);
}

.member-modal  .member-modal-close:hover svg{
  color: #fff;
}
.member-modal-container {
  width: 100%;
  max-width: 1000px;
  max-height: 100vh;
  display: flex;
  flex-direction: column;
}
.member-modal .member-modal-card:-webkit-scrollbar {
  width: 0;
}

.member-modal .member-modal-card .member-card-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.member-modal .member-modal-card .member-card-body {
  display: flex;
  align-items: start;
  gap: 40px;
}

.member-modal .member-modal-card .member-card-body .member-infos {
  flex-shrink: 0;
}
.member-modal .member-modal-card .member-card-body .member-infos h2 {
  text-transform: uppercase;
  color: var(--primary-color);
}

.member-modal .member-modal-card .member-description {
  line-height: 140%;
  padding-top: 20px;
  text-wrap: auto;
}

/* Videos section Start */
.videos-section {
  padding: 150px 0;
  background-color: var(--secondary-color);
  box-shadow: 0px 4px 4px 0px #0000001A inset;
}


.videos-section .videos-content .videos-categories {
  width: 720px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  background-color: #D9D9D999;
  box-shadow: 0px 2px 4px 0px #00000040 inset;
  border-radius: 50px;
  padding: 10px;
  justify-content: center;
  margin: 0 auto;
}

.videos-section .videos-content .videos-categories span {
  text-transform: uppercase;
  padding: 10px 36px;
  border-radius: 200px;
  cursor: pointer;
}

.videos-section .videos-content .videos-categories span:hover,
.videos-section .videos-content .videos-categories span.active {
  color: white;
  background-color: var(--primary-color);
}
.videos-content .videos-title {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1.2px;
}
.videos-section .videos-content .videos-wrapper {
  flex: 1;
}

.videos-section .videos-content .videos-wrapper .videos-grid {
  display: none;
  gap: 10px;
}

.videos-section .videos-content .videos-wrapper .videos-grid.active {
  display: block;
}

.videos-section .videos-content .videos-wrapper .videos-grid .video-box {
  width: 580px;
  flex-shrink: 0;
  height: 250px;
  margin-top: 80px;
}

.videos-section .videos-content .videos-wrapper .videos-grid .video-box iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 
========================================
  Blog Page
========================================
*/

.hero-section .hero-content .text-box form {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 450px;
}

.hero-section .hero-content .text-box form .input-box {
  flex: 1;
}

/* Blog section Start */
.blog-section .blog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-section .main-card .card-image {
  height: 230px;
}

.blog-section .main-card .card-image img {
  transition-duration: 4s;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.blog-section .main-card:hover .card-image img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    z-index: 0
}
 


.blog-header {
 padding: 50px 0;
}
.blog-section .blog-header .blog-filter {
  display: flex;
  gap: 16px;
}

.blog-section .blog-header .blog-filter .select-box {
  position: relative;
  width: 150px;
}
.blog-filter .select-box .input, .blog-search .input{
  border-radius: 60px;
  cursor: pointer;
}
.blog-search .input {
  width: 280px;
}
.blog-section .blog-header .blog-filter .select-box svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.blog-section .blog-header .blog-filter .select-box select.input {
  appearance: none;
  padding-left: 25px;
}

.blog-section .blog-header .blog-search {
  position: relative;
}

.blog-section .blog-header .blog-search label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.blog-section .blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 40px;
  margin-bottom: 90px;
}
.blog-items {
  padding: 90px 0;
  box-shadow: 0px 4px 4px 0px #0000001A inset;

}
.blog-section .btn-blue-outline {
  display: block;
  width: max-content;
  margin: 0 auto;
}
/* 
========================================
  Article Page
========================================
*/

.hero-article {
    background: url(../asi/img/hero-light-lg@2x.jpg) right no-repeat;
    background-size: cover;
}

.hero-article-content {
  display: flex;
  align-items: center;
  height: 800px;
}
.hero-article-content .text-box {
  justify-content: center;
  padding: 0 40px;
  height: 100%;
  flex-shrink: 0;
}
.hero-article .author-box .image-box {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid #032C44;
  display: none;
}
.hero-article-img {
  width: 100%;
  height: 100%;
}
.hero-article-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-bottom: 22px solid var(--primary-color);
}
.hero-article-content .text-box {
  width: 570px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  color: #032C44;
}
.hero-article-content .text-box h1 {
  text-transform: uppercase;
  font-size: 40px;
}
.hero-article-content .text-box p{
  opacity: 60%;
}
.hero-article .author-box p {
  font-size: 14px;
}
.hero-article .author-box {
  display: flex;
  gap: 20px;
}
.hero-article .author-box .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

/* Article body Start */
.article-section {
  padding: 150px 0;
}

.article-section .article-wrapper {
  display: flex;
  gap: 60px;
}

.article-section .article-wrapper .article-body {
  width: 60%;
}

.article-section .article-wrapper .article-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.article-section .article-wrapper .article-body h2 {
  font-size: 32px;
}

.article-section .article-wrapper .article-body h3 {
  font-size: 20px;
  padding-top: 20px;
}

.article-section .article-wrapper .article-body h4 {
  font-size: 40px;
  font-family: "Roboto Serif";
  font-weight: 300;
  font-style: italic;
  font-size: 40px;
  line-height: 140%;
  color: var(--primary-color);
  border-left: 1px solid;
  padding: 0 40px;
}

.article-section .article-wrapper .article-body a { 
  color: var(--primary-color);
}


.article-section .article-wrapper .article-body p {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 160%;
}
.article-section .article-wrapper .article-body p img {
  width: 100%;
  border-radius: 8px;
}
.article-section .article-wrapper .article-body ul {
  list-style: disc;
  padding-left: 20px;
  font-size: 17px;
  opacity: 60%;
  line-height: 160%;
}

.article-section .article-wrapper .right-section-wrapper {
  width: 380px;
}

.article-section .article-wrapper .right-section-wrapper .right-section {
  position: sticky;
  top: 130px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.article-section .article-wrapper .right-section-wrapper .right-section .share-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: var(--primary-color) solid 1px;
  border-left: none;
  border-right: none;
  padding: 20px 0;
}

.article-section .article-wrapper .right-section-wrapper .right-section .share-wrapper ul {
  display: flex;
  align-items: center;
  gap: 15px;
}

.article-section .article-wrapper .right-section-wrapper .right-section .share-wrapper .copy-link {
  border: none;
  background-color: transparent;
  cursor: pointer;
}

/* Team Section Start */
.team-section{
  padding: 80px 0;
}
.team-section .team-content{
  display: flex;
  justify-content: space-between;
  gap: 28px;
}
.team-section .team-content .text-box{
  max-width: 568px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.team-section .team-content .text-box h2{
  text-transform: uppercase;
}

.team-section .team-content .text-box p{
  opacity: 60%;
}

.team-section .team-content .image-box{
  height: 450px;
  max-width: 550px;
  overflow: hidden;
  border-radius: 10px;
}
.team-section .team-content .image-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Openings Start */
.openings-section{
  padding: 150px 0;
  background: var(--secondary-color);
}
.openings-section .title-span, .openings-section h2 {
  display: block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.openings-section .openings-grid{
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 40px;
}
.openings-section .openings-grid .opening {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  background-color: white;
  box-shadow: 0px 1px 2px 0px #0000000D;
  border: 1px solid #E5E7EB;
  border-radius: 18px;
}
.openings-section .openings-grid .opening:hover {
  cursor: pointer;
  outline: 2px solid var(--primary-color);
}
.openings-section .openings-grid .opening .opening-infos{
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.openings-section .openings-grid .opening .opening-infos .fs20 {
  font-weight: 600;
}

.openings-section .openings-grid .opening .opening-infos p{
  opacity: 60%;
}
.openings-section .openings-grid a:hover .openings-section .opening {
  border: 2px solid var(--primary-color);
}


/* CEO section Start */
.ceo-section{
  background: var(--primary-color);
  height: 500px;
  color: white;
  position: relative;
}
.ceo-content {
  width: 580px;
  position: absolute;
  top: 50%;
  right: 0px; 
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.ceo-section .ceo-img {
  background-image: url(../asi/img/quote.png);
  background-repeat: no-repeat;
  width: 700px;
  height: 380px;
  position: absolute; 
  display: flex;
  align-items: flex-end;   
  justify-content: center;
  bottom: -18px;
  left: 1.5%;
}
.ceo-section .ceo-img img {
  width: 400px;
  height: 350px;
}
.ceo-section .ceo-content span {
  opacity: 60%;
  text-transform: uppercase;
}


/* Team Testimonials Start */
.team-testimonials {
  padding: 80px 0;
}

.team-testimonials .team-testimonials-wrapper, .life-at-asi-wrapper{
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.life-at-asi-wrapper {
  max-width: 1300px !important;
}
.team-testimonials .team-testimonials-wrapper .team-testimonials_slick-prev,
.team-testimonials .team-testimonials-wrapper .team-testimonials_slick-next
{
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
}

.team-testimonials .team-testimonials-wrapper .team-testimonials_slick-prev {
  left: 30px;
}
.team-testimonials .team-testimonials-wrapper .team-testimonials_slick-next {
  right: 30px;
}

.team-testimonials .team-testimonials-wrapper .team-testimonials-slider {
  max-width: calc(100% - 260px);
  margin: 0 auto;
  margin-bottom: 50px;
}
.life-at-asi-slider {
  max-width: calc(100% - 390px) !important;
}
.team-testimonials .team-testimonials-wrapper .team-testimonials-slider .slick-track {
  display: flex;
  gap: 25px;
}

.life-at-asi-slider img {
  width: 270px;
  height: 230px;
}

.team-testimonials .team-testimonials-wrapper .team-testimonials-slider .team-testimonial{
  padding: 30px;
  border-radius: 8px;
  background-color: var(--secondary-color);
}

.team-testimonials .team-testimonials-wrapper .team-testimonials-slider .team-testimonial .image-box{
  height: 48px;
  width: 48px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 32px;
}

.team-testimonials .team-testimonials-wrapper .team-testimonials-slider .team-testimonial .image-box img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.team-testimonials .team-testimonials-wrapper .team-testimonials-slider .team-testimonial .testimonial-text{
  opacity: 60%;
  margin-bottom: 16px;
}

.team-testimonials .team-testimonials-wrapper .team-testimonials-slider .team-testimonial .author-infos .author-position{
  opacity: 60%;
}

.team-testimonials .team-testimonials-wrapper #team-testimonials-custom-dots .slick-dots{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.bgc {
  background-color: var(--secondary-color);
}

.life-at-asi-item h4 {
  font-weight: 400;
  color: #06021F;
  padding-top: 15px;
  text-align: center;
}

.benefit-icon {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin-left: 10px;
    margin-top: 10px;
}

.benefits-container {
  display: grid;
  grid-template-columns:  repeat(3, 1fr);
  gap: 60px;
  margin-bottom: 80px;
}
.benefits-item {
  height: 320px;
}
.benefits-item p {
  opacity: 60%;
  text-wrap: auto;
}
.benefits-item h4 {
  font-size: 18px;
  color: var(--primary-color);
  margin-top: 40px;
  margin-bottom: 10px;
}
.contact-section {
  margin: 0 auto;
}
.contact-title {
  font-size: 20px;
  color: var(--primary-color);
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 20px;
  letter-spacing: 1.2px;
}
.contact-intro {
  opacity: 60%;
  margin-top: 20px;
  width: 540px;
  margin-bottom: 60px;
  line-height: 140%;
}

.contact-container .contact-form {
  width: 536px;
  border-radius: 8px;
}
.contact-form p {
  display: block;
  margin-bottom: 25px;
}
.contact-form p label {
  font-size: 14px;
}
.contact-form input, .contact-form textarea {
  margin-top: 8px;
  padding: 20px;
}
.contact-container .contact-form div textarea,
.contact-form textarea  {
  height: 115px;
}
.conact-details {
  width: 600px;
  background: #009FDA14;
  overflow: hidden;
}
.contact-container {
  display: flex;
  justify-content: space-between;
}
.contc-cont-form {
  padding: 60px 0;
}
.contact-infos {
  display: flex;
  gap: 90px;
  margin-bottom: 40px;
}
.contact-infos {
  background-color: var(--primary-color);
  padding: 30px 100px;
}
.contact-item, .contact-item div {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.contact-locations .contact-item, .location-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.contact-item h2, .locations .title {
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 600;
}
.location-row {
  padding-top: 50px;
}
.locations {
  margin: 50px 100px;
}
.locations h2 {
  color: var(--primary-color) !important;
}
.locations .title {
  padding-bottom: 15px;
}
.w-200{
  width: 280px;
}
.contact-item img, .location-row img {
  display: block;
  width: 80px;
  height: 80px;
}
.contact-locations {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.lien-map {
  display: block;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 600;
}
.conact-details p, .conact-details a {
  opacity: 60%;
}
.border {
  padding-bottom: 40px;
  border-bottom: solid 1px #c8c8c8;
}

.map-image img {
  display: block;
  width: 100%;
  height: 720px;
  object-fit: contain;
}

.w-80 {
  width: 80%;
  margin: 0 auto;
}

.c-green {
  background-color: var(--primary-color);
}

.btn-blue:hover,
.c-green:hover {
  border: 3px solid #fff;
}

.dropdown-menu {
  display: none !important;
}

.dropdown-button svg {
  padding-bottom: 5px;
}
.dropdown-button {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.dropdown:hover .dropdown-menu {
    display: flex !important;
}
.dropdown {
  position: relative;
}
.dropdown-menu {
    position: absolute;
    flex-direction: column;
    width: 250px;
    top: 80px;
    left: -49px;
    z-index: 1000;
    background-color: white;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 4px 0px inset;
}
.dropdown-menu li {
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.dropdown-menu li a {
  padding: 19px 40px;
  width: 100%;
  display: block;
}

.dropdown-menu li:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.dropdown-menu li:hover {
  background-color: var(--primary-color);
}
.dropdown-menu li:hover a {
  color: white;
}
.w-container {
  width: 1010px;
}

.txt-green {
  color: var(--primary-color);
  display: block;
}
.w-leader-sect {
  width: 960px;
  margin: 0 auto;
}
.leader-section video {
    border-radius: 15px;
    height: 530px
}

.leader-section iframe {
  border-radius: 15px;
  height: 530px;
  width: 100%;
}

.buttons {
    display: flex;
    gap: 16px;
}
.btn-contact-sales {
    border-radius: 50px;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    padding: 14px 36px;
}

.how-works {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 680px;
  position: relative;
  box-shadow: 0px 4px 4px 0px #0000001A inset;
  background-size: contain;
  background-position: center right;
}
.how-works .team-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.title-span {
    color: var(--primary-color);
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 10px;
    display: block;
}
.swiper {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  padding: 40px 0;
}
.swiper-pagination {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.swiper-pagination-bullet-active {
  background: black !important;
}
.swiper-button-next, .swiper-button-prev {
  color: black !important;
  background-color: white;
  border-radius: 50%;
  width: 60px !important;
  height: 60px !important;
  border: 1.5px solid var(--primary-color)
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  color: black !important;
  background-color: white;
  border-radius: 50%;
  border: 4px solid var(--primary-color)
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 25px !important;
}
.swiper .employee {
  padding: 40px;
  border-radius: 10px;
  display: flex !important;
  align-items: center;
  gap: 60px;
  padding: 80px 25%;
}
.employee .employee-img img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 5px solid var(--primary-color);
  object-fit: cover;
}
.employee .empl-msg q, .employee .empl-msg p {
  opacity: 60%;
  line-height: 140%;
}
.employee .empl-msg h3 {
  margin-top: 40px;
  text-transform: uppercase;
}
.w-culture {
  width: 690px;
  margin: 0 auto;
}
.behind-asi {
  font-size: 76px;
  text-transform: uppercase;
  line-height: 1;
  width: max-content;
  margin: 170px auto 0 auto;
}
.behind-asi span {
  color: var(--primary-color);
  display: block; 
}
.culture-section {
  background-image: url(../asi/img/bg-culture.png);
  background-repeat: no-repeat;
  background-size: 100% 60%;
  background-position: center;
  background-color: rgba(255,255,255,0.7);
  background-blend-mode: lighten;
}

.cache-valley {
  background-color: var(--secondary-color);
  padding-top: 0;
}
.images-cv img {
  width: 375px;
  height: 245px;
  border-radius: 12px;
  
}
.images-cv {
  display: flex;
  gap: 10px;
  width: max-content;
  animation: slide-left 20s linear infinite;
}

.cache-valley .partners-wrapper {
  opacity: initial !important;
  position: relative;
  top: -80px;
}

.gallery-section {
    position: relative;
    overflow: hidden;
}

.gallery-header {
    text-align: center;
    position: relative;
    z-index: 100;
    background-color: var(--primary-color);
    padding-top: 90px;
    padding-bottom: 50px;
}

.gallery-header .subtitle {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.gallery-header .title {
    color: white;
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    
}
.gallery-container {
    background-image: url(../asi/img/gallery.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 820px;
}
.gallery-images {
    position: relative;
    margin: 0 auto;
    height: 600px;
}

.polaroid {
    position: absolute;
    background: white;
    padding: 15px 15px 0px 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    cursor: move;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    transform-origin: center center;
}

.polaroid:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}

.polaroid.dragging {
    cursor: grabbing;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.5);
}

.polaroid img {
    width: 100%;
    display: block;
}

.polaroid .caption {
    text-align: center;
    font-family: "Schoolbell", cursive;
    font-size: 20px;
    color: #333;
    font-weight: 600;
    padding: 20px 0;
}

/* Individual polaroid styling and positioning */
.polaroid-1 {
    width: 320px;
    left: 4%;
    top: 10%;
    transform: rotate(2deg);
    z-index: 3;
}

.polaroid-2 {
    width: 320px;
    left: 37%;
    top: 14%;
    transform: rotate(-12deg);
    z-index: 5;
}

.polaroid-3 {
    width: 315px;
    left: 58%;
    top: 7%;
    transform: rotate(-2deg);
    z-index: 2;
}

.polaroid-4 {
    width: 320px;
    left: 74%;
    top: 20%;
    transform: rotate(-6deg);
    z-index: 6;
}

.polaroid-5 {
    width: 320px;
    left: 20%;
    top: 45%;
    transform: rotate(-9deg);
    z-index: 3;
}

.polaroid-6 {
    width: 320px;
    left: 41.2px;
    top: 65%;
    transform: rotate(7deg);
    z-index: 3;
}

.polaroid-7 {
    width: 310px;
    left: 48%;
    top: 73%;
    transform: rotate(-7deg);
    z-index: 1;
}
.polaroid-8 {
    width: 320px;
    left: 68%;
    top: 67%;
    transform: rotate(1deg);
    z-index: 0;
}

/* Blue painted wood texture overlay */
.gallery-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .polaroid {
        width: 200px !important;
    }
    
    .gallery-header .title {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .polaroid {
        width: 150px !important;
        padding: 10px 10px 0px 10px;
    }
    
    .polaroid .caption {
        font-size: 12px;
        bottom: 10px;
        left: 10px;
        right: 10px;
    }
    
    .gallery-header .title {
        font-size: 28px;
    }
    
    /* Adjust positions for mobile */
    .polaroid-1 { left: 5%; top: 10%; }
    .polaroid-2 { left: 45%; top: 5%; }
    .polaroid-3 { left: 20%; top: 25%; }
    .polaroid-4 { left: 67%; top: 22%; }
    .polaroid-5 { left: 5%; top: 76%; }
    .polaroid-6 { left: 66%; top: 74%; }
    .polaroid-7 { left: 40%; top: 46%; }
    .polaroid-8 { left: 35%; top: 80%; }
}

@media (max-width: 480px) {
    .polaroid {
        width: 120px !important;
    }
    .gallery-container {
        height: 850px;
    }
}

.w-hero-contact {
  height: 400px !important;
}
.contact-section hr {
  border-top: 1px solid var(--primary-color);
  margin-top: 0 !important;
}

.contact-line {
  width: 100%;
  margin-left: 100px;
}
.hero-blog .subscribe-newsletter {
  width: 480px;
}
.subscribe-title {
  color: var(--primary-color);
  text-transform: uppercase;
  margin-bottom: 20px;
}
.subscribe-newsletter form {
  display: flex;
  gap: 10px;
  height: 50px;
}
.subscribe-hero .input-box {
  flex: 1;
  position: relative;
}
.subscribe-hero .input-box label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 18px;
}
.subscribe-hero .input, .footer-content .footer-newsletter .input {
    padding-left: 44px;
    border-radius: 60px;
}
.hero-blog {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero-span {
  display: flex;
  flex-wrap: wrap;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
}
.hero-span a {
  display: flex;
  align-items: center;
  color: var(--primary-color);
  padding-right: 4px;
  line-height: 1.5;
}
.hero-span svg {
  margin-right: 8px;
}
.hero-span a:hover {
  color: white;
}

.single .hero-span a:hover {
  color: #06021F;
}

.demo-card {
  display: flex;
  justify-content: space-between;
}
.book-demo {
  width: 400px;
}
.book-demo-form {
  width: 400px;
}
.book-demo-title h2 {
  color: var(--primary-color);
  text-transform: uppercase;
  padding-top: 20px;
  margin-bottom: 60px;
}
.book-demo-content .prg {
  font-size: 24px;
  margin-bottom: 40px;
}

.bottom-flex {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}

.bottom-flex .image {
  width: 135px;
  height: 100px;
}

.book-demo hr {
  border-color: var(--primary-color) !important;
}
.bottom-flex img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;   
}
.book-demo-content .name {
  font-weight: 600;
  font-size: 18px;
}
.book-demo-content .position, .book-demo-form label {
 color: rgba(0, 0, 0, 0.6) !important;
}


.footer-newsletter form input[type="email"], .subscribe-newsletter form input[type="email"], .hs-input {
  border-radius: 35px;
  padding-left: 42px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 50px 20px;
  background-image: url('img/newsletter-mail-icon.svg');
}

input[type="submit"],
.hs-button {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1.5px solid transparent;
  width: fit-content;
  border-radius: 35px;
  color: white;
  cursor: pointer;
  height: 48px;
  padding: 0 28px;
  font-family: "Roboto", sans-serif !important;
  background-color: var(--primary-color);
  border-color: var(--white-color-transparent-20);
  border-radius: 50px;
}

#hbspt-form-1761219604000-4155327680 .hs-form .hs-button {
  background: red !important;
}

.copy-message {
  position: absolute;
  font-size: 12px;
  right: -25px;
  color: var(--primary-color);
}

.history_slick-prev[aria-disabled="false"], .history_slick-next[aria-disabled="false"] {
  border: 4px solid white;
}
@media (max-width: 1600px) {
  .case-study-img {
    right: 90px;
  }
}
@media (max-width: 1450px) {
  .contact-section {
    padding-right: 0 !important;
  }

  .hero-article-content {
    padding: 0;
  }
  .hero-article-content .text-box {
    min-width: 700px;
    padding-left: 100px;
  }  
  .ceo-content {
    left: 70%;
  }

}
@media (max-width: 1300px) {
  .case-study {
    padding: 80px 0;
  }
  .case-study-img {
    right: 30px;
  }
}
@media (max-width: 1260px) {
  .conact-details {
    width: 50%;
  }
  .contc-cont-form {
    width: 50%;
  }
  .contact-container .contact-form, .contact-intro {
    width: 90%;
  }
  .video-wrapper-culture {
    width: 100%;
  }
  .swiper .employee {
    padding: 80px 20%;
  }
  .ceo-section .ceo-img {
    left: 4%;
  }
  .about-mobius .about-mobius-content .image-box {
    width: 420px;
  }
  .hero-article-content .text-box {
    min-width: 45%;
  }
  .autonomous-farming-content {
    left: 45%;
  }
  
  .case-study-img {
    width: 500px;
  }
   
}
@media (max-width: 1125px) {
  .contact-container {
    flex-direction: row;
  }
  .contact-infos, .locations {
    padding: 50px;
    padding-left: 100px;
    margin: 0;
  } 
  .contact-line {
    margin-left: 30px;
  }
  .conact-details {
    width: 50%;
    padding: 0;
  }
  .contact-section {
    padding: 0;
  }
  .contc-cont-form {
    padding-left: 100px;
  }
  .location-row {
    width: 550px;
  }
  .contact-locations .contact-item {
    width: 400px;
  }
  .w-leader-sect {
    width: 100%;
  }
  .benefits-container {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .key-features .key-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .company-history {
    padding-top: 100px;
    height: 500px;
  }
  .company-history::before {
    font-size: 300px;
    top: 38%;
  }
  .video-wrapper-industry {
    width: 90%;
  }
  .autonomous-farming-content {
    transform: translate(-50%, -50%);
    left: 50%;
  }
  .case-study-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .case-study-img {
    position: relative;
  }
  .case-study {
    padding-bottom: 0;
  }
}
@media (max-width: 1025px) {
  .contc-cont-form, .contc-cont-form, .contact-infos, .locations  {
    padding: 40px 28px;
  }
  .hero-article-content {
    flex-direction: column;
  }
  .hero-article-content .text-box {
    width: 100%;
    height: auto;
    padding: 100px 28px;
  }
  .hero-article-content .text-box h1 {
    width: 600px
  }
  .hero-article-content .text-box p {
    width: 500px
  }
  .hero-article-img {
    height: 450px;
  }
  .hero-article-content {
    height: auto;
  }
  .case-study-img {
    right: 0;
  }
}
@media (max-width: 950px) {
  .blog-section .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .swiper .employee {
    padding: 50px 15%;
  }
  .employee .employee-img img {
    width: 180px;
    height: 180px;
  }
  .ceo-content {
    left: 80%;
    width: 250px;
  }
  .mobuis-workflow-steps .mobuis-workflow-steps-content {
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .article-section .article-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 80px;
  }
  .article-section .article-wrapper .article-body, .article-section .article-wrapper .right-section-wrapper {
    width: 80%;
  }
  .values .values-content {
    flex-direction: column;
    gap: 20px;
  }
  .values .values-content .image-box {
    width: 60%;
    margin: 0 auto;
  }
  .autonomous-farming .autonomous-farming-content {
    width: 90%;
  }
  .future-of-industry .future-of-industry-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .automation-section {
    padding: 80px 20px;
  }
  .member-modal .member-modal-card {
    margin: 20px;
  }
  .demo-card {
    flex-direction: column-reverse;
    gap: 60px;
  }
}

@media (max-width: 830px) {
  .blog-section .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .hero-blog {
    flex-direction: column;
    justify-content: left;
  }
  .hero-blog .subscribe-newsletter {
    width: initial;
    margin-left: 30px;
    margin-top: -40px;
    margin-bottom: 60px;
  }
  .blog-section .blog-header {
    flex-direction: column;
    gap: 20px;
  }
  .map-image img {
    height: 100%;
  }
  .w-culture {
    width: 100%;
  }
  .leader-section video {
    height: 300px;
  }
  .behind-asi {
    margin-top: 100px;
  }
  .company-history {
    height: 420px;
  }
  .company-history::before {
    font-size: 250px;
    top: 41.2px;
  }
  .history-box .year {
    font-size: 60px;
  }
  .company-history .history-wrapper .history-slider .history-box {
    padding: 25px 10px;
  }
  .field-coverage-patterns .field-coverage-patterns-content {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  .member-modal .member-modal-card .member-card-body {
    flex-direction: column;
    gap: 40px;
  }

}
@media (max-width: 770px) {
  .swiper .employee {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 30px;
  }
  .ceo-content {
    text-align: center;
    position: static;
    transform: none;
    width: 400px;
    margin:  0 auto;
    padding: 40px 20px;
  }
  .ceo-section .ceo-img {
    width: 100%;
    height: 400px;
    left: 0;
    background-size: 100% 100%;
  }
  .ceo-section .ceo-img img {
    width: 100%;
    height: 100%;
  }
  .ceo-section {
    height: 600px;
  }
  .company-history::before {
    font-size: 200px;
  }
  .company-history .history-wrapper .history-slider .history-box {
    padding: 25px 0;
  }
  .videos-section .videos-content .videos-categories {
    width: 90%;
  }

}
@media (max-width: 640px) {
  .slick-arrow {
    display: none !important;
  }
  .banner-content {
    text-align: center;
    align-items: center;
  }
  .hero-section .hero-content .text-box h1 {
    font-size: 50px;
  }
  .testimonials .testimonials-slider .testimonial-item .testimonial-text {
    text-align: center;
  }
  .testimonials .testimonials-slider .testimonial-item .testimonial-author {
    justify-content: center;
  }
  .operations-banner .banner-content .text-box {
    width: 100%;
  }
  .blog-section .blog-grid {
    grid-template-columns: 1fr;
  }
  .hero-blog .subscribe-newsletter {
    margin-left: 0;
  }
  .blog-section .blog-header .blog-filter {
    width: 100%;
  }
  .news .news-container #news-custom-dots .slick-dots {
    gap: 15px;
  }
  .location-row, .contact-locations .contact-item {
    width: 100%
  }
  .contact-infos {
    justify-content: space-between;
  }
  .images-cv img {
    width: 300px;
    height: 195px;
  }
  .benefits-container {
    display: flex;
    gap: 60px;
    flex-direction: column;
    text-align: center;
  }
  .benefits-item {
    height: 100%;
    padding-right: 0;
  }
  .benefit-icon {
    margin: 0 auto;
  }
  .swiper-button-next, .swiper-button-prev {
    width: 45px !important;
    height: 45px !important;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px !important;
  }
  .openings-section .openings-grid .opening {
    flex-direction: column;
    gap: 30px;
  }
  .buttons {
    flex-wrap: wrap;
    justify-content: center;
  }
  .key-features .key-features-grid, .features-mode .features-mode-grid {
    display: flex;
    gap: 40px;
    flex-direction: column;
    align-items: center;
  }
.features-mode .main-card .card-image img {
    height: 310px; 
}

  .key-features .key-features-grid .main-card, .features-mode .features-mode-grid .main-card {
    width: 400px;
  }
  .main-card .card-image.h270 {
    height: 100%;
  }
  .article-section .article-wrapper .article-body, .article-section .article-wrapper .right-section-wrapper,   .ceo-content, .case-study-container .case-study-content, .case-study-img {
    width: 100%;
  }
  .article-section {
    padding: 60px 0;
  }
  .hero-article-content .text-box h1 {
    width: 450px
  }
  .hero-article-content .text-box p.company-history .history-wrapper .history-slider .history-box div {
    width: 400px
  }
  .values .values-content .image-box {
    width: 80%;
  }
  .company-history::before {
    font-size: 180px;
    top: 49%;
  }
  .company-history .slick-arrow {
    display: flex !important;
  }
  .company-history .history-wrapper .history-slider .history-box {
    flex-direction: column;
    gap: 20px;
  }
  .company-history .history-wrapper .history-slider .history-box div {
    margin: 0 auto;
    text-align: center;
  }
  .company-history {
    height: 445px;
  }
  .company-history .history-box h2 {
    font-size: 22px;
  }
  .company-history .btn-circle-outline {
    width: 50px;
    height: 50px;
  }
  .team-section .team-content .text-box .buttons, .case-study-content .buttons {
    justify-content: start !important;
    align-items: flex-start !important;
  }
  .team-section .team-content .text-box {
    padding-right: 20px;
  }
  .book-demo {
    width: 100%;
  }

}
@media (max-width: 520px) {
  .company-history::before {
    font-size: 140px;
  }
  .future-of-industry .future-of-industry-grid {
    width: 90%;
    display: flex;
    gap: 60px;
    flex-direction: column;
    margin: 0 auto;
  }
  .automation-section .automation-content {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  .our-team .our-team-grid .member-img {
    height: 250px;
  }
}
@media (max-width: 420px) {
  .buttons {
    flex-direction: column;
    align-items: center;
  }
  .operations-banner .banner-content {
    gap: 20px;
  }
  .blog-section .blog-header .blog-filter {
    flex-wrap: wrap;
    justify-content: center;
  }
  .hero-section .hero-content {
    height: 950px;
  }
  .key-features .key-features-grid .main-card, .features-mode .features-mode-grid .main-card {
    width: 100%;
  }
  .hero-section .hero-content .text-box, .book-demo-form {
    width: 100%;
  }
  .hero-section .hero-content .text-box h1 {
    font-size: 40px;
  }
  .hero-article-content .text-box h1{
    font-size: 35px;
  }
  .hero-article-content .text-box h1 {
    width: 300px
  }
  .hero-article-content .text-box p {
    width: 250px
  }
  .company-history::before {
    font-size: 120px;
  }
  .member-modal .member-modal-card {
    padding: 20px;
  }
  .member-modal .member-modal-card .member-card-body .member-infos {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .subscribe-newsletter form {
    flex-direction: column;
  }
  
  .footer .footer-content .footer-newsletter form {
    flex-direction: column;
  }
}

/********************************
   --- Logistics
*********************************/

#features {
  padding: 40px;
}

#features hr {
  border-top: 1px solid #06021F !important;
}

.feature {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 100px;
  justify-content: space-between;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.feature.Left {
  flex-direction: row;
}

.feature.Right {
  flex-direction: row-reverse;
}

@media (min-width: 1024px) {
  .feature {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}


.feature .text-box {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 50%;
}

@media (min-width: 1024px) {
  .feature .text-box {
    gap: 20px;
  }
}

@media (min-width: 1536px) {
  .feature .text-box {
    gap: 40px;
  }
}

.feature .text-box .section-title {
  display: flex;
  flex-direction: column;
  gap: 20px;
}


.feature .text-box .section-title h3 {
  font-weight: 600;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.feature .text-box p {
  font-weight: 400;
  opacity: 60%;
  line-height: 160%;
  letter-spacing: 0%;
}

 
.feature .image-box {
   width: 50%;
}

.feature .image-box img {
  height: auto;
  width: -webkit-fill-available;
  width: -moz-available;
  object-fit: cover;
}


.swiper-button-next svg, 
.swiper-button-prev svg {
  width: 8px !important;
  height: 16px !important;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next, .swiper-rtl .swiper-button-prev,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: '' !important;
}

/************************************
  Responsive Under 1200px
************************************/
@media (max-width: 1200px) {
  .hero-section .container,
  .hero-section .hero-bg,
  .hero-section video,
  .hero-section .hero-content { 
    max-height: calc(100vh - 110px);
  }

  .hero-section .hero-content .text-box h1 {
    font-size: 48px;
  }

  .industries .industries-content .industries-wrapper .industries-card .industries-card-body {
    width: auto;
  }

  .testimonials {
    background-position: -280px center;
  }

  .operations-banner .banner-content .text-box {
    width: 50%;
  }

  .features-mode .main-card .card-image img { 
    height: auto;
  }

  .future-of-industry .future-of-industry-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
  }

  .footer .footer-content { 
    gap: 40px;
  }

  .feature { 
     align-items: start;
     gap: 40px;
  }

  .feature .image-box { 
    margin-top: 46px;
  }

  .footer .footer-content .footer-links .footer-row { 
    gap: 40px 20px;
  }

  .footer .footer-content .footer-links .footer-row .footer-columns.gap80-30 {
    gap: 60px;
  }

  .automation-section { 
    padding: 100px 0px;
  }

  

  
}


/************************************
  Responsive Between 1025 AND 1200px
************************************/
@media (min-width: 1025px) and (max-width: 1200px) {
  .testimonials {
    background-position: -280px center;
  }
}

/************************************
  Responsive Under 1024px
************************************/
@media (max-width: 1023px) {

  .about-mobius .about-mobius-content .text-box {
    text-align: center;
  }
  .about-mobius .about-mobius-content {
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .about-mobius .about-mobius-content .btn-blue {
    margin: 0 auto;
  }

  .case-study-img { 
    height: auto;
  }

}


/************************************
  Responsive Between 768px AND 991px
************************************/
@media (min-width: 768px) and (max-width: 991px) {
  .testimonials .testimonials-content {
    padding: 40px 0;
  }

  .hero-blog {
    align-items: start;
  }

  .hero-blog .subscribe-newsletter { 
    margin-left: 0px;
  }

  .our-team .our-team-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .our-team .our-team-grid .card-image {
    width: auto;
    height: auto;
  }

  .our-team .our-team-grid .team-card{
    width: auto;
  }

  .member-modal .member-modal-card .member-card-body {
    align-items: center;
  }

  .member-modal .member-infos .member-img {
    max-width: 380px;
  }
}

/************************************
  Responsive Under 768px
************************************/
@media (max-width: 767px){

  .fs40 {
    font-size: 30px !important;
  }

  .footer .footer-content .footer-links {
    width: 100%;
  }

  .footer .footer-content {
    text-align: center;
  }

  .navbar-industries-sm li {
    padding-left: 0px;
  }

  iframe {
    height: 315px !important;
    width: auto;
  }

  .testimonials .testimonials-content {
    padding: 40px 0;
  }

  .operations-banner .banner-content .text-box {
    width: 100%;
  }

  .operations-banner .banner-content {
    height: auto;
    padding: 40px 0;
  }

  .footer .footer-content .footer-links .footer-row .footer-column ul {
    padding-left: 0px;
  }

  .platform-screenshot .image-box {
    height: auto;
  }

  .platform-screenshot .image-box img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .mobius-in-action .mobius-in-action-content .box h2 {
    text-align: center;
  }

  .mobius-server h2 { 
    font-size: 42px;
    text-align: center;
  }

  .testimonials .testimonials-slider .testimonial-item .testimonial-text {
    font-size: 24px;
  }

  .leader-section {
    padding: 40px 0;
  }

  .feature { 
    padding-top: 0px;
  }

  .feature.Right,
  .feature.Left {
    flex-direction: column-reverse;
  }

  .feature .image-box,
  .feature .text-box {
    width: 100%;
  }

  .how-works {
    background-position: top right;
  }

  .team-section.how-works a {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .video-wrapper-industry {
    margin-top: 0px;
  }

  .values .title { 
    width: 100%;
  }

  .our-team .our-team-grid .member-img {
    width: 100%;
  }

  .member-modal .member-modal-card .member-card-body {
    align-items: stretch;
  }

  .our-team .our-team-grid .team-card .card-body {
    align-items: center;
  }

  .our-team .our-team-grid .team-card .team-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
    flex-direction: column;
    text-align: center;
  }

  .videos-section #news-custom-dots {
    display: none;
  }

  .contact-container {
    flex-direction: column;
  }

  .contc-cont-form,
  .conact-details {
    width: 100%;
  }

  .contc-cont-form input[type="submit"] {
    width: 100%;
  }

  .contact-infos { 
    flex-direction: column;
  }

  .contact-infos .contact-item {
    text-align: center;
  }

  .great-place .cta {
    justify-content: center;
  }

  .behind-asi { 
    font-size: 45px;
  }

  .cache-valley .partners-wrapper {
    top: 0px;
  }

  .leader-section .leader-content { 
    margin-top: 40px;
  }

  .asi-technical-support.great-place { 
    padding: 40px 0;
  }

  .polaroid img { 
    height: auto;
  }

  



}


.pagination {
	width: 100%;
	float: left;
	text-align: center;
	display: inline-block;
}
.pagination a {
	background: #e7e7e7;
    color: #032C44;
	font-size: 18px;
	padding: 9px 17px;
	border-radius: 100%;
	transition:all 0.3s linear;
	margin: 0 5px;
	border-radius: 8px;
}
.pagination span {
	background: #06021F;
	color: #fff;
	font-size: 18px;
	padding: 9px 17px;
	margin: 0 5px;
	border-radius: 8px;
}

.pagination span:first-child {
  display: none;
}

.pagination span.current, .pagination a:hover{
    background: #009FDA;
	color: #fff;
	font-size: 18px;
	padding: 9px 17px;
}

@media only screen and (min-width: 280px) and (max-width: 991px) {
    .pagination {
        display: flex !important;
        flex-flow: wrap !important;
        padding-left: 24px !important;
        gap: 10px;
    }

    .blog-items { 
      display: flex;
    }
}

 /**********************************************************
 Videos
 ***********************************************************/
.videos-grid {
  display: grid;
  flex-wrap: wrap;
  flex: 1 1;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin: 120px 0;
}

.videos-grid iframe {
  width: -webkit-fill-available;
  border: 6px solid var(--primary-color);
  border-radius: 10px;
  height: 400px;
}
 
 

.videos-grid .card-title {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  margin-left: 16px;
  margin-bottom: 12px;
  letter-spacing: 0%;
  transition: color var(--transition-duration) var(--transition-ease);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 20px;
  margin-bottom: 20px;
}

.videos-grid .card-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0%;
  margin-bottom: 15px;
  opacity: 60%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 15px;
}

@media (max-width: 992px) {
  .videos-grid {
      grid-template-columns: repeat(1, 1fr);
  }
}

.page-content { 
  background: var(--secondary-color);
  padding: 80px 0;
  text-align: center;
}

.page-content p {
  font-size: 17px;
  max-width: 800px;
  margin: auto;
}

.page-content p.primary a {
  font-weight: 600;
    font-size: 14px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 3px solid transparent;
    width: fit-content;
    border-radius: 35px;
    color: white;
    cursor: pointer;
    height: 48px;
    padding: 0 28px;
    font-family: "Roboto", sans-serif;
    background-color: var(--primary-color);
    border-color: var(--white-color-transparent-20);
    border-radius: 50px;
    color:#fff;
    margin: 0px auto;
    margin-bottom: 20px;
}

.page-content p.secondary a {
  backdrop-filter: blur(67.5999984741211px);
    background-color: #fff;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 3px solid #009FDA;
    width: fit-content;
    border-radius: 35px;
    color: var(--primary-color);
    cursor: pointer;
    height: 48px;
    padding: 0 28px;
    font-family: "Roboto", sans-serif;
    margin: 0px auto;
    margin-bottom: 20px;
}






.page-content .wp-block-heading { 
  text-transform: uppercase;
  color: var(--primary-color);
  font-size: 32px;
  margin-top: 100px;
  margin-bottom: 20px;
}

.page-content h1.wp-block-heading { 
  font-size: 76px;
  color: #06021F;
  margin-top: 0px !important;
}

.page-content h1.wp-block-heading strong{
  color: var(--primary-color);
} 

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination,
.wp-block-jetpack-slideshow_button-pause { 
  display: none !important;
}

.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide figure { 
  align-items: normal !important;
}

.wp-block-jetpack-slideshow { 
  margin-top: 50px;
}

.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_image { 
  border-radius: 12px;
}

.wp-block-image { 
  margin-bottom: 20px;
}

.innov-logo { 
  position: absolute;
  width: 200px !important;
  height: 50px !important;
  right: 20px;
  bottom: 160px;
  object-fit: contain !important;
}

/***********************************
 ConExpo
***********************************/


.conexpo .wp-block-columns ul { 
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  gap: 30px;
  padding: 0 100px;
}

.conexpo .is-layout-flow ul { 
  list-style: none;
}

.conexpo .wp-block-columns ul li strong{
  display: block;
  font-size: 18px;
  text-transform: uppercase;
} 

.conexpo .wp-block-list { 
  text-align: left;
  margin: 0px auto;
  margin-top: 20px;
  max-width: 480px;
  text-align: left;
  line-height: 240%;
}

 

.conexpo ul.wp-block-list li:before {
    content: '';
    background: url(https://asirobots.com/wp-content/uploads/2026/02/checkmark.svg);
    height: 24px;
    width: 24px;
    position: absolute;
    margin-left: -30px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 5px;
}

.conexpo h4 { 
  font-size: 20px !important;
  color: #06021F !important;
  text-transform: uppercase;
}


.conexpo .wp-block-heading { 
  margin-top: 0px !important;
}

.conexpo .achievements .achievements-content .achievement h2 { 
  font-size: 24px;
  font-weight: 700;
}

.conexpo .achievements .achievements-content .achievement p { 
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0 !important;
}
.conexpo .achievements { 
  padding: 80px 0;
  margin: 80px 0;
}

.conexpo .achievements-content {
  margin-top: 60px;
}

.conexpo .achievements h2 { 
  text-transform: uppercase;
  color: #fff;
  font-size: 32px;
  margin-bottom: 20px;
} 

.conexpo .achievements .achievements-content { 
  align-items: start;
  height: auto !important;
}

.conexpo .achievements .achievements-content .achievement { 
  max-width: 300px;
}

.conexpo .achievements .icon { 
  height: 100px;
}

.page-content.conexpo iframe { 
  height: 100% !important;
  width: auto;
}

.page-content.conexpo .achievements .achievements-content {
  animation: none;
}

 .page-template-page-conexpo-php .hero-content h1 { 
    font-size: 48px !important;
  }

@media (max-width: 991px) {
  .page-template-page-conexpo-php .hero-content h1 { 
    font-size: 36px !important;
  }
  
  .page-content.conexpo .achievements .achievements-content {
    gap: 50px;
  }
  
}

.acquired {
  position: absolute;
  background: url(https://asirobots.com/wp-content/uploads/2026/03/asi-acquiring-scythe-banner@2x.webp) left center no-repeat;
  width: 100%;
  height: 260px;
  background-size: contain;
  z-index: 9999999999;
  bottom: 0;
}

 