.glimpse-box {
  display: grid;
  align-content: space-evenly;
  grid-template-columns: auto auto auto;
  grid-gap: 10px;
  grid-row-gap: 20px;
  font-family: "Red Hat Display";

  margin: 10px 15px 20px 15px;
}

.glimpse-box>div {
  border-radius: 5px;
  padding: 5px;
  line-height: 130%;


}

@media only screen and (max-width: 960px) {
  .glimpse-box {
    display: flex;
    flex-direction: column-reverse;
    display: grid;
    align-content: space-evenly;
    grid-template-columns: auto;
    grid-gap: 2px;
    grid-row-gap: 15px;
    margin: 10px 5px 50px 5px;

  }
}

.gbb-img {
  width: 45px;

}

.g-b-b:hover {
  transform: translateY(-5px);
  transition: all .5s;
}

.g-b-b {
  transition: all .5s;
}

.gbb-img-h {
  width: 45px;

}

.gbb-h {
  font-weight: 600;
  font-size: 1rem;
  color: #000 !important;
  font-family: "Red Hat Display";
  margin-bottom: 8px !important;
  display: block;
}

.gbb-t {
  color: #424242 !important;
  line-height: 110%;
  margin-top: 8px !important;
  font-size: 14.5px;
  margin-bottom: 0px;
  font-family: var(--agicle-font);
}

.gbb-l {
  text-decoration: none;
  width: 20% !important;
}

.gbb-2 {
  width: 75%;
}

.gbb-tab {
  display: flex;
  justify-content: space-around;
  padding: 15px 10px;
  align-items: center;
}

.gbb-head {
  font-size: 18px;
  font-weight: bold;
  color: #002753;
  font-family: "Red Hat Display" !important;
}

.gbb-point {
  color: #636b8c !important;
  font-size: 0.9rem;
  margin-top: 0px;
  font-family: "Red Hat Display";
  padding: 0px 10px;
  margin-bottom: 20px;
}

.sp-gr {
  color: var(--agicle-green) !important;
}

.cst-box {
  padding: 20px 5px;
  box-shadow: var(--agicle-shadow);

  margin: 20px 0px;
  border-radius: 5px;
}

.azt-home-show {

  display: grid;
  align-content: space-evenly;
  grid-template-columns: auto auto auto;
  grid-gap: 10px;
  grid-row-gap: 20px;
  margin: 0px 15px 20px 15px;
}

.azt-home-show>div {
  border-radius: 10px;
  padding: 10px 20px 10px 20px;
  line-height: 140%;
  margin: 10px;

  text-align: center;
}

@media only screen and (max-width: 960px) {
  .azt-home-show {
    display: flex;
    flex-direction: column-reverse;
    display: grid;
    align-content: space-evenly;
    grid-template-columns: auto;
    grid-gap: 2px;
    grid-row-gap: 20px;
    margin: 10px 5px 50px 5px;

  }

  .azt-featured-img {
    width: 98% !important;
  }
}

.azt-featured-img {
  max-width: 400px;
}

.azt-featured-1 {
  font-size: 12px;
  font-family: "Red Hat Display";
  color: #aaa;
  padding: 0px;
  font-weight: bold;
}

.azt-featured-2 {
  font-size: 18px;
  font-family: "Red Hat Display";
  color: #002753;
  padding: 0px;
  font-weight: bold;
}

.azt-featured-3 {
  font-size: 15px;
  font-family: var(--agicle-font);
  color: #636b8c;
  padding: 0px;
  font-weight: normal;
}

.ft-links,
.ft-links:visited {
  background-color: #0068b5;
  color: #fff;
  font-size: 13px;
  border-radius: 8px 25px;
  padding: 10px 20px;
  margin-top: 15px;
  font-weight: bold;
}

.ft-links:hover {
  color: #fff;
  background-color: #ff5722;
}

#aboutorg {
  font-size: 1.5rem;
  font-weight: bold;
  color: #002753;
  line-height: 140%;
  font-family: "Red Hat Display";
}

#aboutorg-small {
  font-size: 0.9rem;
  font-weight: normal;
  margin-bottom: 25px;
  line-height: 150%;

}

.welcomescreen-img {
  max-width: 600px;
  width: 80%;
  margin: 0 auto;
  padding: 0px !important;
}

.home-background {
  background-color: #fafafa;
  padding: 50px 10px;
  background-size: cover;
  margin-bottom: 30px;
  text-align: center;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

.home-maintext {
  color: #222;
  font-size: 1.2rem;
  font-family: "Red Hat Display";
  text-align: center;
  font-weight: 600;
  line-height: 1.5rem;
}

.home-subtext {
  color: #222;
  font-size: 0.9rem;
  font-family: var(--agicle-font);
  text-align: center;


}

.what-we-do {
  font-size: 2rem;
  color: #000;
  font-weight: bold;
  line-height: 100%;
  font-family: "Red Hat Display";
  background: var(--gradientColor);
  background-size: 200% 200%;
  /* Allows the animation to cover a larger area */
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientMove 8s infinite linear;
  /* Animation with infinite loop */
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.intro-text,
.home-intro,
.smart-title {
  color: #222;
  font-family: "Red Hat Display";
  font-weight: 600;
  font-size: 1.2rem;
  margin: 5px 0px;
  line-height: 1.5em;
}

.intro-detailed,
.home-universe {
  color: #fff;
  font-size: 0.9rem;
  margin: 5px 0px;
  line-height: 1.5rem;
}

.intro-about-agicle {
  margin: 0px 0px;
  text-align: center;
  flex: 1;
}

.intro-about-split {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}

.intro-div {
  margin-bottom: 15px;
}

.intro-div-detailed {
  margin-bottom: 15px;
}

.home-img {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

.img-home {
  margin: 0 auto;
  text-align: center;
}

.smart-agri {
  width: 60%;
  max-width: 300px;
}

.smartagri {
  text-align: center;
  margin: 30px 0px;

}

.ipf-title {
  font-family: "Red Hat Display";
  font-size: 1.7rem;
  font-weight: bold;
}

.ipf-detail {
  font-size: 1.1rem;
  font-family: "Red Hat Display";
  font-weight: 600;
}

.index-page-first {
  text-align: center;
  background-color: #fafafa;
  padding: 40px 10px 0px 10px;
  border-bottom: 1px solid #efefef;
}

.intro-bg {
  margin-top: 40px;
}

.home-svg {
  width: 65%;
  margin-top: 22px;
  max-width: 380px;
}

@media only screen and (max-width: 960px) {
  .ipf-title {
    font-size: 1.5rem;
  }

  .ipf-detail {
    font-size: 1rem;
  }

}

.insight-button-container {
  display: block !important;
}

.home-learn {
  background-color: #eefff9;
  padding: 20px 0px;
}

.home-learn .home-img {
  width: 99%;
}

.homeCarouselBoxHolder {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0px;
  background-color: #000000e0;
  color: #fff;
  position: absolute;
}

.homeCarouselImgHolder {
  position: relative;
  height: 100%;
}

.totalCarouselItem {
  height: 350px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

img.homeCarouselImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

p.homeCarouselBoxTitle {
  font-weight: 600;
  font-family: "Red Hat Display";
  font-size: 1.2rem;
  margin-bottom: 9px;
}

p.homeCarouselBoxDetail {
  font-size: 0.9rem;
}


.carousel-control-next,
.carousel-control-prev {
  display: none !important;
}

.carousel-indicators [data-bs-target] {
  background-color: #dadada !important;
  opacity: 1 !important;
}

.carousel-indicators .active {
  background-color: var(--accent-light) !important;
  opacity: 1 !important;
}

div#agicleHomepageHead {
  margin: 20px;
  border-radius: 10px;
  overflow: hidden;
  margin-top: -100px;
  z-index: 2;
}

.front-div-container {
  padding: 20px;
  text-align: center;
}

.home-page-scroll {
  overflow: auto;
  padding-bottom: 15px;

}

.home-page-scroll-child {
  max-width: 300px;

}

.hpsc-img {
  max-width: 100%;
}

.home-page-scroll-flex-box {
  display: flex;
  justify-content: space-between;
}

.home-page-scroll::-webkit-scrollbar-thumb {
  background-color: var(--accent-light) !important;
  border-radius: 0px;
  width: 3px;
  cursor: pointer;
}

.home-page-scroll::-webkit-scrollbar {
  width: 3px;
  display: block;
  height: 3px !important;
}

.home-page-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #0066ff;
}

.home-page-scroll::-webkit-scrollbar-track {
  background-color: var(--accent-grey);
  border-radius: 0px;
  cursor: pointer;
}

.home-page-scroll-child:first-child {
  margin-left: 0px;
}

.home-child-text-box {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

p.hpsc-title {
  font-weight: 600;
  font-family: "Red Hat Display";
}

p.hpsc-description {
  font-size: 0.85rem;
}

.hpsc-link {
  color: var(--accent-light) !important;
  font-weight: 800;
  font-family: "Red Hat Display";
  font-size: 0.85rem;
  cursor: pointer;
  display: block;

}

.hpsc-link:hover {
  color: var(--agicle-sky) !important;
}


.word-transition {



  font-weight: 800;
  font-size: 1.1rem;
  color: #222;
  font-family: "Red Hat Display";
  text-transform: uppercase;
}

.last-word {
  display: block;
  opacity: 1;
  transition: opacity 1s ease-in-out;
  font-size: 1.7rem;
  font-weight: 800;
  color: #0066ff;
  font-family: "Red Hat Display";
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 15px;

}

.open-modal-btn {
  position: fixed;
  right: 0;
  top: 70%;
  transform-origin: right center;
  background-color: #222;
  color: white;
  border: none;
  padding: 0px 10px;
  cursor: pointer;
  font-size: 14px;
  transform: rotate(-90deg) translateY(-50%);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.agicle-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.agicle-card {
  background: linear-gradient(145deg, #000, #2a2a2a);
  border-radius: 10px;
  margin: 20px;
  padding: 20px;
  width: 300px;
  text-align: center;
  transition: transform 0.3s;
}

.agicle-card:hover {
  transform: scale(1.05);
}

.agicle-card h2 {
  color: var(--agicle-sky);
  margin-bottom: 15px;
}

.agicle-card p {
  color: #cccccc;
  line-height: 1.6;
}

.agicle-btn {
  background-color: var(--agicle-sky);
  border: none;
  border-radius: 5px;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
  transition: background-color 0.3s;
}

.agicle-btn:hover {
  background-color: var(--agicle-sky);
}

.home-page-scroll-child {
  min-width: 280px;
  margin: 10px;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-color: var(--accent-grey);
  color: #fff;
}

@keyframes bounce {

  0%,
  100% {
    translate: 0px 36px;
  }

  50% {
    translate: 0px 46px;
  }
}

@keyframes bounce2 {

  0%,
  100% {
    translate: 0px 46px;
  }

  50% {
    translate: 0px 56px;
  }
}

@keyframes umbral {
  0% {
    stop-color: #d3a5102e;
  }

  50% {
    stop-color: rgba(211, 165, 16, 0.519);
  }

  100% {
    stop-color: #d3a5102e;
  }
}

@keyframes partciles {

  0%,
  100% {
    translate: 0px 16px;
  }

  50% {
    translate: 0px 6px;
  }
}

#particles {
  animation: partciles 4s ease-in-out infinite;
}

#animatedStop {
  animation: umbral 4s infinite;
}

#bounce {
  animation: bounce 4s ease-in-out infinite;
  translate: 0px 36px;
}

#bounce2 {
  animation: bounce2 4s ease-in-out infinite;
  translate: 0px 46px;
  animation-delay: 0.5s;
}

.enscygen-research-div {
  background-color: var(--agicle-nav-dark);
  padding: 50px 0px;
  margin: 30px 0px;
}

p.product-info-head {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: 'Red Hat Display';
}

p.product-info {
  color: #fff;
  font-size: 0.9rem;
}

.link-div {
  transition: 0.3s ease-in;
  margin: 10px 0px;
  font-weight: 600px;
}

.carousel-indicators {
  position: unset !important;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 8px !important;
  margin-right: 0% !important;
  margin-bottom: 0px !important;
  margin-left: 0% !important;
  list-style: none;
  background-color: #f0f0f0;
}

.item-container {
  border-radius: 5px;
  min-width: 300px;
  cursor: pointer;
  transition: box-shadow 0.2s;
  border-radius: 3px;
  overflow: hidden;
  margin: 0px 5px;
  max-width: 300px;
  background: var(--accent-grey);
  color: #fff;
}

.item-container:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.item-image-container {
  width: 100%;
  padding-top: 75%;
  /* 3:4 aspect ratio (height:width) */
  position: relative;
  overflow: hidden;
}

.item-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.item-title {
  font-size: 18px;
}

.item-tags {
  font-size: 13px;
  color: #fff;
  font-weight: 600;
}

.item-category {
  color: #fff;
  position: absolute;
  top: 0px;
  right: 0;
  background-color: #00000057;
  border-bottom-left-radius: 2px;
  padding: 1px 5px;
  font-size: 11px;
}

.item-description {
  font-size: 14px;
  margin: 10px 0;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* Show only 3 lines */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
}

div#dataContainer {
  overflow-x: auto;
  display: flex;
  flex-wrap: nowrap;
  scroll-behavior: smooth;
  padding-bottom: 20px;
  gap: 10px;
  margin: 60px 0px;
}

.item-details-container {
  padding: 15px;
}

#dataContainer::-webkit-scrollbar-thumb {
  background-color: var(--accent-light) !important;
  border-radius: 0px;
  width: 4px;
  cursor: pointer;
}

#dataContainer::-webkit-scrollbar {
  width: 4px;
  display: block;
  height: 4px !important;
}

#dataContainer::-webkit-scrollbar-thumb:hover {
  background-color: #0066ff;
}

#dataContainer::-webkit-scrollbar-track {
  background-color: var(--accent-grey);
  border-radius: 0px;
  cursor: pointer;
}

.enscygen-animated-background-intro {
  background: linear-gradient(45deg, #000, #060606, #000, #030303);
  background-size: 400% 400%;
  animation: gradientAnimation 10s ease infinite;
  min-height: 500px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0;
  transition: opacity 1s ease;
  pointer-events: none;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
  pointer-events: none;
}


@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}





#particle-canvas {
  width: 100%;
  height: 100%;
}



.sentence-container {
  font-size: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: left;
  z-index: 1;
  pointer-events: none;
}

.word {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 1.2s cubic-bezier(0.25, 0.8, 0.25, 1);
  margin: 0 3px;
  white-space: nowrap;
  color: #fff;
  font-weight: bold;
  font-family: "Red Hat Display";
}

.animated-texts-intro {
  padding-bottom: 100px;
}

.word.enter {
  opacity: 1;
  transform: translateX(0);
}

.word.exit {
  opacity: 0;
  transform: translateX(0);
}

@media (min-width: 1024px) {
  .sentence-container {
    font-size: 2.0rem;
  }
}

.enscygen-our-apps-section {
  max-width: 1000px;
  margin: 40px auto;
  padding: 50px 20px;
  text-align: center;
}

.enscygen-our-apps-section h3 {
  color: #fff;
}

.enscygen-product-iden-header {
  font-size: 1rem;
  color: #ccc;
}

.enscygen-image-scroll-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  margin-bottom: 1rem;

  /* Gradient fade on edges for smooth blending */
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
}

.enscygen-image-scroll-track {
  display: inline-flex;
  align-items: center;
  will-change: transform;
  margin: 30px 0px;
}

.enscygen-image-scroll-track img {
  height: 50px;
  margin-right: 50px;
  object-fit: cover;
  flex-shrink: 0;
}

.enscygen-see-all-products-btn {
  background-color: #007bff;
  color: white;
  padding: 10px 20px;
  border: none;
  font-size: 1rem;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.enscygen-see-all-products-btn:hover {
  background-color: #0056b3;
}

