.u-section-1 {
  position: relative;
  overflow: hidden;
  min-height: 600px;
  height: 100vh;
  min-height: 650px;
}
.imgovrly {
  background-color: rgb(0 0 0 / 29%) !important;
}
.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.u-section-1 * {
  z-index: 1;
}

.u-section-1 .u-image-1 {
  width: 105px;
  height: 44px;
  filter: brightness(0.25);
  margin: 0 calc(((100% - 1140px) / 2) + -78px) 0 auto;
}

.u-section-1 .u-image-2 {
  width: 178px;
  height: 87px;
  margin: -32px auto 0 0;
}

.u-section-1 .u-text-1,
.u-section-1 .u-text-2 {
  font-weight: 700;
  font-size: 3.75rem;
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 0.3;
  margin: 83px calc(((100% - 1140px) / 2) + 266px) 0
    calc(((100% - 1140px) / 2) + 133px);
}

.u-section-1 .u-btn-1 {
  border-style: solid;
  background-image: none;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 0.75rem;
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 66px auto 60px calc(((100% - 1140px) / 2) + 250px);
  padding: 10px 31px 10px 30px;
}
/* word transion effecr */

.main-section-heading {
  font-weight: bold;
  color: white;
  font-size: 1.7rem;
  text-align: left;
  margin: 150px 0px 0px 20px !important;
}
.main-section-heading h3 {
  font-size: 2.8rem;
  margin-bottom: 0px;
  white-space: nowrap;
  color: #ffffff !important;
  font-weight: bold;
  margin-right: 10px;
}
.main-section-heading h3 span {
  background: linear-gradient(
    120deg,
    rgba(255, 88, 0, 1) 33%,
    rgba(206, 5, 105, 1) 72%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.typewrite {
  color: #ffffff !important;
  font-weight: bold;
  margin-right: 10px;
  white-space: normal;
  font-size: 2.5rem;
}

.u-section-2 {
  background-image: none;
}

.u-section-2 .u-sheet-1 {
  min-height: fit-content;
}

.u-section-2 .u-text-1 {
  font-weight: 700;
  font-size: 2.5rem;
  background: linear-gradient(
    120deg,
    rgba(255, 88, 0, 1) 33%,
    rgba(206, 5, 105, 1) 72%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 527px;
  margin: 20px auto 0;
  padding: 5px !important;
}

.u-section-2 .u-text-2 {
  width: 670px;
  font-size: 18px;
  margin: 0px auto 0;
}

.u-section-2 .u-image-1 {
  width: 549px;
  height: 520px;
  object-position: 43.75% 50%;
  margin: 20px auto 0 0;
  border-radius: 10px;
}

.u-section-2 .u-list-1 {
  grid-template-rows: auto auto;
  width: 570px;
  margin: -523px 0 60px auto;
}

.u-section-2 .u-repeater-1 {
  grid-template-columns: repeat(2, calc(50% - 10px));
  min-height: 526px;
  grid-gap: 20px;
}

.u-section-2 .u-list-item-1,
.u-section-2 .u-list-item-2,
.u-section-2 .u-list-item-3,
.u-section-2 .u-list-item-4 {
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 300px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  transition-duration: 1s;
  animation: slideUp 0.8s ease-out;
  /* Adjust the duration and easing as needed */
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
    /* Start from 20px below */
    box-shadow: 2px 2px 2px 2px;
  }

  to {
    opacity: 1;
    transform: translateY(0);
    /* End at the original position */
  }
}

.u-section-2 .u-container-layout-1,
.u-section-2 .u-container-layout-2,
.u-section-2 .u-container-layout-3,
.u-section-2 .u-container-layout-4 {
  padding: 30px;
}
.u-section-2 .u-container-layout-1:hover,
.u-section-2 .u-container-layout-2:hover,
.u-section-2 .u-container-layout-3:hover,
.u-section-2 .u-container-layout-4:hover {
  /* box-shadow: 0px 4px 30px rgba(90, 24, 243, 0.952); */
}
.card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.719);
  color: #fff;
  font-size: 0.9rem;
  text-align: left;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.u-section-2 .u-container-layout-1:hover .card-body,
.u-section-2 .u-container-layout-2:hover .card-body,
.u-section-2 .u-container-layout-3:hover .card-body,
.u-section-2 .u-container-layout-4:hover .card-body {
  opacity: 1;
}

.u-section-2 .u-icon-1,
.u-section-2 .u-icon-2,
.u-section-2 .u-icon-3,
.u-section-2 .u-icon-4 {
  height: 55px;
  width: 55px;
  margin: 28px 83px 0 77px;
}

.u-section-2 .u-text-3,
.u-section-2 .u-text-4,
.u-section-2 .u-text-5,
.u-section-2 .u-text-6 {
  margin: 13px 0 0;
  color: white;
}

.u-section-2 .u-list-item-2 {
  background-image: none;
  animation: slideUp 0.8s ease-out;
  /* Adjust the duration and easing as needed */
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
    /* Start from 20px below */
  }

  to {
    opacity: 1;
    transform: translateY(0);
    /* End at the original position */
  }
}

.u-section-2 .u-list-item-4 {
  background-image: none;
}

.u-section-2 .u-list-item-1,
.u-section-2 .u-list-item-1:before,
.u-section-2 .u-list-item-1 > .u-container-layout:before {
  background-image: linear-gradient(#eb7c74, #3b065e) !important;
  transition-property:
    fill, color, background-color, stroke-width, border-style, border-width,
    border-top-width, border-left-width, border-right-width,
    border-bottom-width, custom-border, borders, box-shadow, text-shadow,
    opacity, border-radius, stroke, border-color, font-size, font-style,
    font-weight, text-decoration, letter-spacing, transform, background-image,
    image-zoom, background-size, background-position;
}

.u-section-2 .u-list-item-2,
.u-section-2 .u-list-item-2:before,
.u-section-2 .u-list-item-2 > .u-container-layout:before {
  background-image: linear-gradient(#938cf3, #3b065e) !important;
  transition-property:
    fill, color, background-color, stroke-width, border-style, border-width,
    border-top-width, border-left-width, border-right-width,
    border-bottom-width, custom-border, borders, box-shadow, text-shadow,
    opacity, border-radius, stroke, border-color, font-size, font-style,
    font-weight, text-decoration, letter-spacing, transform, background-image,
    image-zoom, background-size, background-position;
}

.u-section-2 .u-list-item-3,
.u-section-2 .u-list-item-3:before,
.u-section-2 .u-list-item-3 > .u-container-layout:before {
  background-image: linear-gradient(#29b7dd, #3b065e) !important;
  transition-property:
    fill, color, background-color, stroke-width, border-style, border-width,
    border-top-width, border-left-width, border-right-width,
    border-bottom-width, custom-border, borders, box-shadow, text-shadow,
    opacity, border-radius, stroke, border-color, font-size, font-style,
    font-weight, text-decoration, letter-spacing, transform, background-image,
    image-zoom, background-size, background-position;
}

.u-section-2 .u-list-item-4,
.u-section-2 .u-list-item-4:before,
.u-section-2 .u-list-item-4 > .u-container-layout:before {
  background-image: linear-gradient(#de8cf3, #150222) !important;
  transition-property:
    fill, color, background-color, stroke-width, border-style, border-width,
    border-top-width, border-left-width, border-right-width,
    border-bottom-width, custom-border, borders, box-shadow, text-shadow,
    opacity, border-radius, stroke, border-color, font-size, font-style,
    font-weight, text-decoration, letter-spacing, transform, background-image,
    image-zoom, background-size, background-position;
}

.u-section-2 .u-list-item-1:before:hover,
.u-section-2 .u-list-item-2:before:hover,
.u-section-2 .u-list-item-3:before:hover,
.u-section-2 .u-list-item-4:before:hover {
  box-shadow: 0px -2px 8px 0px rgba(128, 128, 128, 1);
}

.u-section-3 {
  height: 250px;
  position: relative;
  top: 0px;
  background-image:
    linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("images/Home/G-AI.gif");
  background-position: 50% 50%;
}

.u-section-3 .u-sheet-1 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.u-section-3 .u-list-1 {
  grid-template-rows: auto;
  width: 1104px;
  margin: 70px 0 5px auto;
}

.u-section-3 .u-repeater-1 {
  height: fit-content;
  grid-auto-columns: calc(25% - 16.5px);
  grid-template-columns:
    calc(25% - 16.5px) calc(25% - 16.5px) calc(25% - 16.5px)
    calc(25% - 16.5px);
  grid-gap: 22px 22px;
  min-height: 306px;
}
.u-section-3 .u-repeater-item {
  height: fit-content;
}
.u-section-3 .u-text-1,
.u-section-3 .u-text-3,
.u-section-3 .u-text-5,
.u-section-3 .u-text-7 {
  font-weight: 400;
  font-size: 40px;
  margin: 18px -1px 0;
}

.u-section-3 .u-text-2,
.u-section-3 .u-text-4,
.u-section-3 .u-text-6,
.u-section-3 .u-text-8 {
  font-size: 1.25rem;
  margin: 12px 0 0;
}

.u-section-4 {
  min-height: 677px;
  position: relative;
  top: -30px;
  margin-left: 14%;
  text-align: center;
  margin-bottom: -3%;
}

.u-section-4 .u-layout-wrap-1 {
  width: calc(((100% - 1140px) / 2) + 1140px);
  margin: 70px 0 0 auto;
  position: relative;
  left: -90px;
}

.u-section-4 .u-layout-cell-1 {
  min-height: 500px;
}

.u-section-4 .u-container-layout-1,
.u-section-4 .u-container-layout-2 {
  padding-right: 30px;
}

.u-section-4 .u-text-1 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 auto 0 0;
}

.u-section-4 .u-text-2 {
  font-size: 2rem;
  margin: 20px auto 0 0;
}

.u-section-4 .u-text-3,
.u-section-4 .u-text-4 {
  margin: 20px auto 0 0;
  /* margin-left: 10px; */
}

.u-section-4 .u-image-1 {
  border-radius: 10px;
  min-height: 450px;
  background-image: url("images/Home/VR-Image.jpg");
  background-position: 50% 50%;
}

.u-section-4 .u-btn-3 {
  margin-top: 30px;
  margin-left: 0;
}

.u-section-5 {
  background-image: none;
  min-height: 910px;
  position: relative;
  /* top:20px; */
}
.u-section-5 .u-image-1 {
  height: 600px;
  object-position: 33.83% 67.46%;
  margin-top: 15px;
  margin-bottom: 0;
  --animation-custom_in-translate_x: -300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.u-section-5 .u-layout-wrap-1 {
  width: 1140px;
  margin: -308px auto 56px;
}

.u-section-5 .u-layout-cell-1 {
  min-height: 92px;
}

.u-section-5 .u-container-layout-1,
.u-section-5 .u-container-layout-2 {
  padding: 30px;
}

.u-section-5 .u-layout-cell-2,
.u-section-5 .u-layout-cell-3 {
  min-height: 378px;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 300px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.u-section-5 .u-container-layout-2 {
  background-image: linear-gradient(#29b7dd, #3b065e) !important;
  padding: 30px 20px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  /* Smooth zoom transition */
}

.u-section-5 .u-container-layout-2:hover {
  box-shadow: 8px 8px 8px rgba(135, 52, 230, 0.795) !important;
  transform: scale(1.05);
  /* Slight zoom on hover */
}

.u-section-5 .u-icon-1,
.u-section-5 .u-icon-2,
.u-section-5 .u-icon-3,
.u-section-5 .u-icon-4 {
  height: 78px;
  width: 78px;
  background-image: none;
  color: rgb(85, 92, 102) !important;
  margin: 0 auto;
  padding: 18px;
}

.u-section-5 .u-text-1 {
  font-weight: 700;
  margin: 15px 0px 0px 0px;
  --animation-custom_in-translate_x: -300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  background: linear-gradient(
    120deg,
    rgba(255, 88, 0, 1) 33%,
    rgba(206, 5, 105, 1) 72%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 5px;
}

.u-section-5 .u-text-2,
.u-section-5 .u-text-4,
.u-section-5 .u-text-6,
.u-section-5 .u-text-8 {
  color: white !important;
  /* font-style: italic; */
  text-align: center;
}

.u-section-5 .u-layout-cell-3 {
  min-height: 378px;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 300px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.u-section-5 .u-container-layout-3 {
  background-image: linear-gradient(#de8cf3, #150222) !important;
  padding: 30px 20px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  /* Smooth zoom transition */
}

.u-section-5 .u-container-layout-3:hover,
.u-section-5 .u-container-layout-6:hover,
.u-section-5 .u-container-layout-7:hover {
  box-shadow: 8px 8px 8px rgba(135, 52, 230, 0.795) !important;
  transform: scale(1.05);
  /* Slight zoom on hover */
}

.u-section-5 .u-text-3,
.u-section-5 .u-text-5,
.u-section-5 .u-text-7 {
  font-weight: 700;
  margin: 20px 0 0;
  transition:
    color 0.3s ease,
    text-decoration-color 0.3s ease;
  /* Smooth transition for color and underline */
  text-decoration: none;
  /* Ensure there's no underline by default */
}

.u-section-5 .u-text-3:hover,
.u-section-5 .u-text-5:hover,
.u-section-5 .u-text-7:hover {
  color: #fff;
  /* Change this to the color you want on hover */
  /* text-decoration: underline; Add underline on hover */
  text-decoration-color: #fe6900;
  /* Set underline color to orange */
}

.u-section-5 .u-layout-cell-4,
.u-section-5 .u-layout-cell-5 {
  min-height: 95px;
}

.u-section-5 .u-container-layout-4,
.u-section-5 .u-container-layout-5,
.u-section-5 .u-container-layout-8 {
  padding: 30px;
}

.u-section-5 .u-layout-cell-6,
.u-section-5 .u-layout-cell-7 {
  min-height: 375px;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 300px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.u-section-5 .u-container-layout-6 {
  background-image: linear-gradient(#eb7c74, #3b065e) !important;
  padding: 30px 20px;
  transition: transform 0.3s ease;
  /* Smooth zoom transition */
}

.u-section-5 .u-container-layout-7 {
  background-image: linear-gradient(#938cf3, #3b065e) !important;
  padding: 30px 20px;
  transition: transform 0.3s ease;
  /* Smooth zoom transition */
}

.u-section-5 .u-layout-cell-8 {
  min-height: 99px;
}

.u-section-6 .u-sheet-1 {
  min-height: 757px;
}

.u-section-6 .u-list-1 {
  margin-top: 90px;
  margin-bottom: 0;
}

.u-section-6 .u-repeater-1 {
  grid-template-columns: repeat(3, calc(33.3333% - 20px));
  min-height: 561px;
  grid-gap: 30px;
}

.u-section-6 .u-list-item-1,
.u-section-6 .u-list-item-6 {
  background-image: none;
}

.u-section-6 .u-container-layout-1,
.u-section-6 .u-container-layout-2,
.u-section-6 .u-container-layout-3,
.u-section-6 .u-container-layout-4,
.u-section-6 .u-container-layout-5,
.u-section-6 .u-container-layout-6 {
  padding: 20px;
}

.u-section-6 .u-icon-1,
.u-section-6 .u-icon-2,
.u-section-6 .u-icon-3,
.u-section-6 .u-icon-4,
.u-section-6 .u-icon-5,
.u-section-6 .u-icon-6 {
  width: 70px;
  height: 70px;
  background-image: none;
  margin: 0 auto 0 0;
  padding: 13px;
}

.u-section-6 .u-text-1 {
  --animation-custom_in-translate_x: -380px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  font-weight: 700;
  margin: 20px 44px 0 0px;
  position: relative;
  left: 45%;
  background: linear-gradient(
    120deg,
    rgba(255, 88, 0, 1) 33%,
    rgba(206, 5, 105, 1) 72%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.u-section-6 .u-text-2,
.u-section-6 .u-text-4,
.u-section-6 .u-text-6,
.u-section-6 .u-text-9,
.u-section-6 .u-text-10,
.u-section-6 .u-text-12 {
  margin: 29px -7px 0 7px;
}

.u-section-6 .u-list-item-2,
.u-section-6 .u-list-item-3,
.u-section-6 .u-list-item-4,
.u-section-6 .u-list-item-5 {
  background-image: none;
  box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 0.15);
}

.u-section-6 .u-text-3,
.u-section-6 .u-text-5,
.u-section-6 .u-text-7,
.u-section-6 .u-text-9,
.u-section-6 .u-text-11 {
  font-weight: 700;
  margin: 46px 44px 0 23px;
}

.u-section-6 .u-text-13 {
  margin: 0 auto 60px;
}

.u-section-6 .u-btn-1 {
  background-image: none;
  padding: 0;
}

/* Base styles */

.u-section-7 {
  background-image:
    url("images/Home/career.avif"),
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 1) 9%,
      rgba(3, 0, 98, 1) 56%,
      rgba(90, 0, 233, 1) 100%
    );
  background-size: cover; /* Ensure the image covers the entire section */
  background-position: center; /* Center the image */
  height: 440px;
  margin-top: 40px;
}

.u-section-7 .u-sheet-1 {
  min-height: 629px;
}

.u-section-7 .u-layout-wrap-1 {
  margin-top: 84px;
  margin-bottom: 53px;
}

.u-section-7 .u-layout-cell-1,
.u-section-7 .u-layout-cell-2 {
  min-height: 493px;
}

.u-section-7 .u-container-layout-1,
.u-section-7 .u-container-layout-2 {
  padding: 10px;
  position: relative;
  top: -50px;
}

.u-section-7 .u-text-1 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 2.25rem;
  display: inline;
  /* Ensure the text remains inline for individual word styling */
  position: relative;
  cursor: pointer;
}

.u-section-7 .u-text-1 span {
  position: relative;
  display: inline-block;
  text-decoration: none;
  /* Remove default underline */
}

.u-section-7 .u-text-1 span:hover {
  text-decoration: underline;
  text-decoration-color: #fe6900;
  /* Underline color */
  text-decoration-thickness: 2px;
  /* Thickness of the underline */
  text-underline-offset: 3px;
  /* Space between the text and the underline */
}

/* Optional: Adding a hover effect for each word */
.u-section-7 .u-text-1 span:hover {
  color: #fe6900;
  /* Change text color on hover, if desired */
}

.u-section-7 .u-btn-1,
.u-section-7 .u-btn-2,
.u-section-7 .u-btn-3 {
  border-style: none;
}

.u-section-7 .u-btn-1 {
  border-radius: 5px;
  margin: 20px auto 0 4px;
}

.u-section-7 .u-btn-2,
.u-section-7 .u-btn-3 {
  margin: -45px 27px 0 auto;
}

.u-section-7 .u-layout-cell-2 .u-image-1 {
  width: 349px;
  height: 349px;
  background-image: url("images/Home/start-career-image.jpg");
  background-position: 50% 50%;
  margin: 0 auto 0 80px;
}

.u-section-7 .u-group-elements-1 {
  width: 272px;
  min-height: 159px;
  margin: -115px 0 0 auto;
}

.u-section-7 .u-shape-1 {
  width: 159px;
  height: 159px;
  background-image: none;
  margin: 0 0 0 auto;
}

.u-section-7 .u-shape-2 {
  width: 159px;
  height: 159px;
  background-image: none;
  margin: -159px auto 0 0;
}

.u-section-8 {
  /* background-image: none; */
}

.u-section-8 .u-sheet-1 {
  min-height: 670px;
}

.u-section-8 .u-slider-1 {
  margin-top: 40px;
  margin-bottom: 60px;
  min-height: 524px;
  height: auto;
}

.u-section-8 .u-carousel-indicators-1 {
  position: absolute;
  width: auto;
  height: auto;
  top: auto;
  bottom: -57px;
}

.u-section-8 .u-carousel-item-1,
.u-section-8 .u-carousel-item-2,
.u-section-8 .u-carousel-item-3 {
  background-image: none;
  margin-top: 0;
  margin-bottom: 0;
}

.u-section-8 .u-container-layout-1 {
  padding: 30px 65px;
  background-image: linear-gradient(#938cf3, #3b065e) !important;
}

.u-section-8 .u-group-1,
.u-section-8 .u-group-2,
.u-section-8 .u-group-3 {
  width: 505px;
  min-height: 464px;
  height: auto;
  margin: 0 auto 0 0;
}

.u-section-8 .u-container-layout-2,
.u-section-8 .u-container-layout-4,
.u-section-8 .u-container-layout-6 {
  padding: 60px 20px 40px 60px;
}

.u-active-palette-3-base.u-active.u-active {
  background-image: linear-gradient(315deg, #08daff, #c610f8) !important;
}

.u-section-8 .u-text-1 {
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 0;
  font-size: 2.25rem;
  font-weight: 700;
}

.u-section-8 .u-text-2,
.u-section-8 .u-text-4,
.u-section-8 .u-text-6 {
  font-size: 1rem;
  line-height: 1.8;
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 20px 0 0;
}

.u-section-8 .u-btn-1,
.u-section-8 .u-btn-2,
.u-section-8 .u-btn-3 {
  border-style: none;
  font-size: 1rem;
  letter-spacing: 1px;
  background-image: none;
  text-transform: uppercase;
  font-weight: 600;
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 38px auto 0 0;
  padding: 14px 48px 16px 47px;
}

.u-section-8 .u-image-1,
.u-section-8 .u-image-3 {
  width: 505px;
  height: 464px;
  border-radius: 10px;
  --animation-custom_in-translate_x: -300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: -468px 0 10px auto;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  /* Smooth transition */
}

.u-section-8 .u-image-1:hover,
.u-section-8 .u-image-2:hover,
.u-section-8 .u-image-3:hover {
  transform: scale(1.1);
  /* Zoom effect */
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
  /* Box shadow effect */
}

.u-section-8 .u-container-layout-3 {
  padding: 30px 65px;
  background-image: linear-gradient(#de8cf3, #150222) !important;
}

.u-section-8 .u-text-3,
.u-section-8 .u-text-5 {
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 0;
  font-size: 2.25rem;
  font-weight: 700;
}

.u-section-8 .u-image-2 {
  width: 505px;
  height: 464px;
  border-radius: 10px;
  --animation-custom_in-translate_x: -300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: -464px 0 10px auto;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  /* Smooth transition */
}

.u-section-8 .u-container-layout-5 {
  padding: 30px 65px;
  background-image: linear-gradient(#29b7dd, #3b065e) !important;
}

.u-section-8 .u-carousel-control-1 {
  width: 50px;
  height: 50px;
}

/* Base styles */
.u-section-9 {
  background-image:
    linear-gradient(0, rgb(0 0 0 / 0.5), rgb(0 0 0 / 0.3)),
    url(images/Home/AI_sustanability.jpg);
  /* background-image:url("images/Home/AI_sustanability.jpg"); */
  height: 500px;
  background-size: cover;

  background-repeat: no-repeat;
}

.u-section-9 .u-sheet-1 {
  min-height: 629px;
}

.u-section-9 .u-layout-wrap-1 {
  margin-bottom: 53px;
}

.u-section-9 .u-layout-cell-1,
.u-section-9 .u-layout-cell-2 {
  min-height: 493px;
}

.u-section-9 .u-container-layout-1,
.u-section-9 .u-container-layout-2 {
  position: relative;
  top: 0px;
  left: 15%;
}

.u-section-9 .gradient-heading {
  padding-top: 20px;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 2.25rem;
}

.u-section-9 .u-btn-1,
.u-section-9 .u-btn-2,
.u-section-9 .u-btn-3 {
  border-style: none;
}

.u-section-9 .u-btn-1 {
  border-radius: 5px;
  margin: 20px auto 0 4px;
}

.u-section-9 .u-btn-2,
.u-section-9 .u-btn-3 {
  margin: -45px 27px 0 auto;
}

.u-section-9 .u-group-elements-1 {
  width: 272px;
  min-height: 159px;
  margin: -115px 0 0 auto;
}

.u-section-9.u-shape-1 {
  width: 159px;
  height: 159px;
  background-image: none;
  margin: 0 0 0 auto;
}

.u-section-9 .u-shape-2 {
  width: 159px;
  height: 159px;
  background-image: none;
  margin: -159px auto 0 0;
}
.sustainability-para {
  text-align: justify;
  margin-right: 55px !important;
}
.u-section-10 .u-sheet-1 {
  min-height: 83px;
}

/* newly added blog section  */
.u-section-11 {
  background-image: url("images/Home/recent_blog_background.jpg");
  background-position: 50% 50%;
  background-size: 100% 100%;
  height: 620px;
  width: 100%;
}

.u-section-11 .u-sheet-1 {
  min-height: 600px;
}

#email {
  color: white !important;
}
#email::placeholder {
  color: white !important; /* Set placeholder text color */
}

.u-section-11 .u-text-1 {
  --animation-custom_in-translate_x: -300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  width: 442px;
  margin: 0px auto 0;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 2.5rem;
  background: linear-gradient(
    120deg,
    rgba(255, 88, 0, 1) 33%,
    rgba(206, 5, 105, 1) 72%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.u-section-11 .u-text-2 {
  margin: 13px auto 0;
}

.u-section-11 .u-list-1 {
  margin-top: 3px;
  /* margin-bottom: 37px; */
  grid-template-rows: auto;
}

.u-section-11 .u-repeater-1 {
  grid-template-columns: repeat(3, calc(33.3333% - 20px));
  min-height: 473px;
  grid-auto-columns: 359.984px 359.984px 359.984px;
  grid-gap: 30px;
}

.u-section-11 .u-image-1 {
  background-image:
    linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
    url("images/Blog/DeepSeek\ \(1\).png");
  background-position: center center; /* Centers the image */
  background-size: cover; /* Ensures the image covers the entire background without stretching */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 300px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.u-section-11 .u-container-layout-1,
.u-section-11 .u-container-layout-3,
.u-section-11 .u-container-layout-5,
.u-section-11 .u-container-layout-7,
.u-section-11 .u-container-layout-9,
.u-section-11 .u-container-layout-11,
.u-section-11 .u-container-layout-13,
.u-section-11 .u-container-layout-15 {
  padding: 30px 0 0;
}

.u-section-11 .u-group-1,
.u-section-11 .u-group-2,
.u-section-11 .u-group-3,
.u-section-11 .u-group-4,
.u-section-11 .u-group-5,
.u-section-11 .u-group-6,
.u-section-11 .u-group-7,
.u-section-11 .u-group-8 {
  min-height: 113px;
  margin-top: 0;
  margin-bottom: 0;
  height: auto;
}

.u-section-11 .u-container-layout-2,
.u-section-11 .u-container-layout-4,
.u-section-11 .u-container-layout-10,
.u-section-11 .u-container-layout-14,
.u-section-11 .u-container-layout-16 {
  padding: 20px;
  background: linear-gradient(to top left, #7a557a, #f7b9f7);
}

.u-section-11 .u-text-3,
.u-section-11 .u-text-5,
.u-section-11 .u-text-7,
.u-section-11 .u-text-9,
.u-section-11 .u-text-11,
.u-section-11 .u-text-13,
.u-section-11 .u-text-15,
.u-section-11 .u-text-17 {
  font-size: 1.5rem;
  --animation-custom_in-scale: 0.3;
  --animation-custom_in-translate_x: -300px;
  --animation-custom_in-translate_y: 0px;
  margin: 0 auto 0 0;
}

.u-section-11 .u-text-4,
.u-section-11 .u-text-6,
.u-section-11 .u-text-8,
.u-section-11 .u-text-10,
.u-section-11 .u-text-12,
.u-section-11 .u-text-14,
.u-section-11 .u-text-16,
.u-section-11 .u-text-18 {
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 12px auto 0 0;
}

.u-section-11 .u-image-2 {
  background-image:
    linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
    url("images/ai-hand-img.jpg");
  background-position: 50% 50%;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 300px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.u-section-11 .u-image-3 {
  background-image:
    linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
    url("images/Blog/Agentic_AI.png");
  background-position: 50% 50%;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 300px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.u-section-11 .u-container-layout-6,
.u-section-11 .u-container-layout-8,
.u-section-11 .u-container-layout-12 {
  padding: 20px;
  background-color: #2f2933;
}

.card-link {
  display: block; /* Ensures the <a> tag behaves like a block-level element */
  cursor: pointer; /* Makes the cursor a pointer when hovering over the card */
}

/* .mrtp{
  margin-top: 6%;
} */

.u-section-11 .u-image-4 {
  background-image:
    linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
    url("images/Text-Summarize.jpg");
  background-position: 50% 50%;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 300px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.u-section-11 .u-image-5 {
  background-image:
    linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
    url("images/Revolution-Service.jpg");
  background-position: 50% 50%;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 300px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.u-section-11 .u-image-6 {
  background-image:
    linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
    url("images/Home/blog3.jpg");
  background-position: 50% 50%;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 300px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.u-section-11 .u-image-7 {
  background-image:
    linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
    url("img/athletic-man-practicing-gymnastics-keep-fit_23-2150989813.jpg");
  background-position: 50% 50%;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 300px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.u-section-11 .u-image-8 {
  background-image:
    linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
    url("img/women-working-out-with-trainer_2.jpg");
  background-position: 50% 50%;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 300px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.u-section-11 .u-gallery-nav-1,
.u-section-11 .u-gallery-nav-2 {
  display: none;
}

/*sucess story start ***/
/* Add a background image to the section */
.u-section-12 {
  background-image: url("images/Home/aisolutions.jpg"); /* Replace with your image URL */
  background-size: cover; /* Adjust image to cover the input area */
  background-repeat: no-repeat; /* Prevent the image from repeating */
  background-position: center;
  /* background-color: #000; */
  padding: 25px 0;
  margin-bottom: 40px;
}
.u-section-12 .u-sheet-1 {
  margin: 0px 50px;
}
.u-section-12 .u-text-1 {
  --animation-custom_in-translate_x: -300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  width: 442px;
  margin: 0px auto 0;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 2.5rem;
  background: linear-gradient(
    120deg,
    rgba(255, 88, 0, 1) 33%,
    rgba(206, 5, 105, 1) 72%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.success_row {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr); /* Creates three equal-width columns */
}

/* Style the individual card containers */
.u-section-12 .u-repeater-1 .u-list-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px; /* 20px gap between cards */
  border-radius: 8px;
}

/* Card container background color */
.u-section-12 .u-repeater-1 .u-container-style {
  background-color: #000000e3 !important;
  border-radius: 8px;
  transition: transform 0.3s ease-in-out;
  position: relative;
}

/* On hover, scale the card slightly */
.u-section-12 .u-repeater-1 .u-container-style:hover {
  transform: scale(1.05);
}

/* Card background images */
.u-section-12 .u-repeater-1 .u-image-1 {
  background-image: url("images/Home/Interior_Success.jpg"); /* Replace with actual image */
  background-position: center;
  background-size: cover;
  height: 300px;
  border-radius: 8px;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 300px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.u-section-12 .u-repeater-1 .u-image-3 {
  background-image: url("images/Home/Legal_Success.jpg"); /* Replace with actual image */
  background-position: center;
  background-size: cover;
  height: 300px;
  border-radius: 8px;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 300px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.u-section-12 .u-repeater-1 .u-image-6 {
  background-image: url("images/Home/Industrial_Success.jpg"); /* Replace with actual image */
  background-position: center;
  background-size: cover;
  height: 300px;
  border-radius: 8px;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 300px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

/* Heading styling */
.u-section-12 .u-repeater-1 h3 {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  color: #ffffff; /* Heading text color white */
  text-decoration: none;
  margin-bottom: 10px;
  position: absolute;
  bottom: 20px; /* Positioning the heading at the bottom of the card */
  left: 20px;
  z-index: 1;
  transition: text-decoration 0.3s ease;
}

/* Underline the heading on hover */
.u-section-12 .u-repeater-1 .u-container-style:hover h3 {
  top: -225px;
}

/* Description and Read More Button: Initially hidden */
.u-section-12 .u-repeater-1 .u-container-layout-1 .u-text-3,
.u-section-12 .u-repeater-1 .u-container-layout-2 .u-text-5,
.u-section-12 .u-repeater-1 .u-container-layout-3 .u-text-7 {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0px;
  padding: 5px 30px;
  text-align: justify;
  background: rgba(0, 0, 0, 0.747); /* Black background with transparency */
  color: white;
  visibility: hidden;
  opacity: 0;
  transition:
    visibility 0s,
    opacity 0.3s linear;
  border-radius: 8px;
}

/* On hover, show the description and read more button */
.u-section-12
  .u-repeater-1
  .u-container-style:hover
  .u-container-layout-1
  .u-text-3,
.u-section-12
  .u-repeater-1
  .u-container-style:hover
  .u-container-layout-2
  .u-text-5,
.u-section-12
  .u-repeater-1
  .u-container-style:hover
  .u-container-layout-3
  .u-text-7 {
  visibility: visible;
  opacity: 1;
}

/* Description text */
.u-section-12 .u-repeater-1 .u-container-layout-1 p,
.u-section-12 .u-repeater-1 .u-container-layout-2 p,
.u-section-12 .u-repeater-1 .u-container-layout-3 p {
  font-size: 1rem;
  line-height: 1.5;
}

.hedcfh {
  font-size: 2.5rem;
  background: linear-gradient(
    120deg,
    rgba(255, 88, 0, 1) 33%,
    rgba(206, 5, 105, 1) 72%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold !important;
}

/* Style the Read More button */
.u-section-12 .u-repeater-1 .u-container-layout-12 .btn,
.u-section-12 .u-repeater-1 .u-container-layout-6 .btn,
.u-section-12 .u-repeater-1 .u-container-layout-8 .btn {
  margin-top: 10px;
  background-color: transparent; /* Transparent background */
  color: #f27121;
  font-weight: 700;
  padding: 8px 15px;
  border: none; /* White border */
  border-radius: 4px;
  text-decoration: none;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}

/* Button hover effect */
.u-section-12 .u-repeater-1 .u-container-layout-8 .btn:hover,
.u-section-12 .u-repeater-1 .u-container-layout-6 .btn:hover,
.u-section-12 .u-repeater-1 .u-container-layout-12 .btn:hover {
  background-color: #000000; /* Button color on hover */
  color: white; /* Text color stays white */
}

/* Card container hover effects */
.u-section-12 .u-repeater-1 .u-container-style:hover {
  background-color: rgba(255, 255, 255, 0.8); /* Slightly lighter background */
}

.u-section-12 .u-repeater-1 .u-container-style:hover .u-container-layout-7,
.u-section-12 .u-repeater-1 .u-container-style:hover .u-container-layout-6,
.u-section-12 .u-repeater-1 .u-container-style:hover .u-container-layout-12 {
  background: rgba(
    0,
    0,
    0,
    0.7
  ); /* Slightly darker background for description */
}

/** suceess story end ***/
.u-gallery-nav-next {
  display: none;
  /* Hides the element on desktop view */
}

/* Align text to the left and animate word by word */
h1.u-text-3 {
  position: relative;
  top: 10%;
  right: 15%;
  text-align: left;
  animation: fadeInWordByWord 1.5s ease-in-out forwards;
  display: inline-block;
  overflow: hidden;
  font-weight: bold;
  color: #ffffff;
  background-image: none;
  /* width: 527px; */
  margin: 60px auto 0;
}

h1.u-text-3 span {
  opacity: 0;
  display: inline-block;
  margin-right: 5px;
  animation: fadeInWord 1.5s forwards;
}

a.u-btn-2 {
  position: relative;
  top: 20%;
  right: 55%;
  text-align: left;
  display: inline-block;
  animation: fadeInButton 1.5s ease-in-out forwards;
  animation-delay: 1.5s;
  opacity: 0;
  color: white !important;
}

@keyframes fadeInWordByWord {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInWord {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInButton {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Delays for each word */
h1.u-text-1 span:nth-child(1) {
  animation-delay: 0.5s;
}

h1.u-text-1 span:nth-child(2) {
  animation-delay: 1s;
}

h1.u-text-1 span:nth-child(3) {
  animation-delay: 1.5s;
}

h1.u-text-1 span:nth-child(4) {
  animation-delay: 2s;
}

.section {
  display: flex;
  align-items: center;
  justify-content: center;
  /* font-size: 2em; */
  color: #fff;
  /* text-shadow: 2px 2px 2px #000; */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  padding: 0 5%;
}

h3.u-text-9 {
  font-size: 1.3rem !important;
  font-weight: bold;
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: inherit;
  /* Keeps the text color the same */
}

h3.u-text-9::after {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  display: block;
  margin-top: 5px;
  left: 0;
  background: #ff5100;
  /* The underline color */
  transition: width 0.3s ease-in-out;
}

h3.u-text-9:hover::after {
  width: 100%;
  /* Expands the underline to full width on hover */
}

.section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.4); */
  z-index: 1;
}

.content {
  z-index: 2;
  max-width: 460px;
  padding: 0px;
}

.content h1 {
  font-size: 2.5em;
  margin-bottom: 20px;
  background: linear-gradient(
    120deg,
    rgba(255, 88, 0, 1) 33%,
    rgba(206, 5, 105, 1) 72%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold !important;
}

.content p {
  text-align: justify;
  font-size: 1rem;
  margin-bottom: 20px;
  word-spacing: 0;
  max-width: 100%; /* Adjust this to fit your layout */
  margin-left: auto;
  margin-right: auto;
}

.content .btn {
  background-color: #555;
  color: #fff;
  padding: 10px 30px;
  border-radius: 4px;
  font-size: 1em;
  text-decoration: none;
}

.content .btn:hover {
  background-color: #333;
  transition: background-color 0.3s ease-in-out;
}

/* Odd sections: Text on the left */
.section-odd {
  justify-content: flex-start;
}

/* Even sections: Text on the right */
.section-even {
  justify-content: flex-end;
}

.bg-1 {
  background-image: url("images/Home/Real_Estate.jpg");
}

.bg-2 {
  background-image: url("images/Home/Oil_Gas_and_Energy.jpg");
}

.bg-3 {
  background-image: url("images/Home/Banking_Finance.jpg");
}

.bg-4 {
  background-image: url("images/Home/Logistic_and_SupplyChain.jpg");
}

.bg-5 {
  background-image: url("images/Home/Travel_and_Tourism.jpg");
}

.bg-6 {
  background-image: url("images/Home/Manufacturing.jpg");
}

.bg-7 {
  background-image: url("images/Home/Education-sector.jpg");
}

.pb-2 {
  padding-bottom: 15px !important;
}

.btn-discover {
  color: #ffffff !important;
  background: linear-gradient(
    120deg,
    rgb(255 103 23) 33%,
    rgb(255 90 5 / 98%) 72%
  ) !important;
}

.u-repeater-item {
  position: relative;
  /* This is necessary to position the pseudo-element properly */
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  border-radius: 10px;
  z-index: 1;
  /* Keeps the element on top of the pseudo-element */
}

.u-repeater-item:hover {
  transform: translateY(-10px);
  /* Moves the card slightly up on hover */
  /* box-shadow: 2px 8px 20px rgba(0, 0, 0, 0.15); */
  /* Adds a default shadow */
}

.input-checkbox {
  width: 10% !important;
}

.input-label {
  text-align: left;
}

input:-internal-autofill-selected {
  appearance: none !important;
  /* Removes the default menulist-button appearance */
  background-image: none !important;
  background-color: transparent !important;
  /* Sets a transparent background */
  color: inherit !important;
  /* Keeps the original text color */
}
.icon-row {
  display: flex;
  gap: 74px;
  margin-top: 16px;
  font-size: 38px;
  color: white;
  align-items: center;
  justify-content: flex-start;
}

.icon-row a {
  color: rgb(183, 104, 104);
  text-decoration: none;
  align-items: center;
  transition:
    transform 0.3s ease,
    color 0.3s ease;
}

.icon-row a:hover {
  color: #00bcd4;
  transform: scale(1.2);
}

@media (max-width: 767px) {
  .u-align-left-xs {
  }
  .lcnt {
    text-align: left;
  }

  .main-section-heading h3 {
    white-space: normal !important;
  }

  * {
    box-sizing: border-box !important;
    max-width: 105vw !important;
    /* overflow-x: hidden !important; */
  }
  .icon-row {
    gap: 35px;
  }

  html,
  body {
    overflow-x: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }

  .dropdown1 .dropdown-content1 {
    width: 100vw !important;
  }

  .u-section-2 .u-icon-1 {
    margin: 25px 77px 25px 77px !important;
    height: auto !important;
    width: auto !important;
    max-width: 100vw !important;
  }

  .u-section-2 .u-icon-2 {
    margin: 25px 77px 25px 77px !important;
    height: auto !important;
    width: auto !important;
    max-width: 100vw !important;
  }

  .u-section-2 .u-icon-3 {
    margin: 25px 77px 25px 77px !important;
    height: auto !important;
    width: auto !important;
    max-width: 100vw !important;
  }

  .u-section-2 .u-icon-4 {
    margin: 25px 77px 25px 77px !important;
    height: auto !important;
    width: auto !important;
    max-width: 100vw !important;
  }

  .u-section-2 .u-text-3 {
    margin: 0px !important;
  }

  .u-section-5 .u-text-3 {
    margin: 0px !important;
  }

  .u-section-1 {
    min-height: 398px;
  }

  .u-section-1 .u-image-1 {
    margin-right: calc(((100% - 540px) / 2) + -78px);
  }

  .u-section-1 .u-text-1 {
    font-size: 3rem;
    margin-left: calc(((100% - 540px) / 2));
    margin-right: calc(((100% - 540px) / 2));
  }

  .u-section-1 .u-text-2 {
    margin-right: calc(((100% - 540px) / 2));
    margin-left: calc(((100% - 540px) / 2));
  }

  .u-section-1 .u-btn-1 {
    margin-left: calc(((100% - 540px) / 2));
  }

  .u-section-2 .u-text-3 {
    margin: 0px !important;
  }

  .u-section-5 .u-text-3 {
    margin: 0px !important;
  }
  .u-section-1 {
    min-height: 398px;
  }
  .u-section-3 .u-text-1,
  .u-section-3 .u-text-3,
  .u-section-3 .u-text-5,
  .u-section-3 .u-text-7 {
    font-weight: 400;
    font-size: 25px;
    margin: 18px -1px 0;
  }
  .u-section-3 .u-text-2,
  .u-section-3 .u-text-4,
  .u-section-3 .u-text-6,
  .u-section-3 .u-text-8 {
    font-size: 1rem;
  }

  .u-section-1 .u-image-1 {
    margin-right: calc(((100% - 540px) / 2) + -78px);
  }

  .u-section-1 .u-text-1 {
    font-size: 3rem;
    margin-left: calc(((100% - 540px) / 2));
    margin-right: calc(((100% - 540px) / 2));
  }

  .u-section-1 .u-text-2 {
    margin-right: calc(((100% - 540px) / 2));
    margin-left: calc(((100% - 540px) / 2));
  }

  .u-section-1 .u-btn-1 {
    margin-left: calc(((100% - 540px) / 2));
  }

  .u-section-2 .u-sheet-1 {
    min-height: 1406px;
  }

  .u-section-2 .u-text-2 {
    width: 340px;
  }

  .u-section-2 .u-list-1 {
    margin-top: 20px;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-2 .u-repeater-1 {
    display: flex;
    flex-direction: column;
    /* Stack items vertically */
    align-items: center;
    /* Center the items horizontally */
  }

  .u-section-2 .u-repeater-1 .u-repeater-item {
    width: 100%;
    /* Ensure each item takes full width */
    margin-bottom: 20px;
    /* Add space between items */
  }

  .u-section-2 .u-repeater-1 {
    padding: 20px;
  }

  .u-section-2 .u-container-layout-1,
  .u-section-2 .u-container-layout-2,
  .u-section-2 .u-container-layout-3,
  .u-section-2 .u-container-layout-4 {
    padding: 10px;
    /* Adjust padding for better spacing */
    box-sizing: border-box;
    /* Ensure padding is included in width */
  }

  .u-section-4 .u-layout-wrap-1 {
    width: calc(((100% - 540px) / 2) + 540px);
  }

  .u-section-4 .u-container-layout-1,
  .u-section-4 .u-container-layout-2 {
    padding-left: 65px !important;
    padding-right: 0px !important;
  }

  .u-section-4 .u-image-1 {
    min-height: 332px;
    min-width: 90% !important;
    margin-left: 50px !important;
  }

  .u-section-4 .u-btn-3 {
    margin-top: 60px;
    margin-left: 100px;
  }

  .u-section-4 .u-text-3 {
    margin: 0 !important;
  }

  .u-section-5 {
    min-height: 1487px;
  }

  .u-section-5 .u-layout-wrap-1 {
    width: 540px;
  }

  .u-section-5 .u-layout-cell-1 {
    min-height: 174px;
  }

  .u-section-5 .u-container-layout-1,
  .u-section-5 .u-container-layout-2,
  .u-section-5 .u-container-layout-3,
  .u-section-5 .u-container-layout-4,
  .u-section-5 .u-container-layout-5,
  .u-section-5 .u-container-layout-6,
  .u-section-5 .u-container-layout-7,
  .u-section-5 .u-container-layout-8 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-5 .u-layout-cell-4,
  .u-section-5 .u-layout-cell-5 {
    min-height: 179px;
  }

  .u-section-5 .u-layout-cell-8 {
    min-height: 189px;
  }

  .u-section-6 .u-sheet-1 {
    min-height: 359px;
  }

  .u-section-6 .u-repeater-1 {
    grid-template-columns: 100%;
  }

  .u-section-6 .u-container-layout-1,
  .u-section-6 .u-container-layout-2,
  .u-section-6 .u-container-layout-3,
  .u-section-6 .u-container-layout-4,
  .u-section-6 .u-container-layout-5,
  .u-section-6 .u-container-layout-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-7 .u-container-layout-1,
  .u-section-7 .u-container-layout-2 {
    top: -90px;
    /* Reset position for smaller screens */
  }

  .u-section-7 .u-text-1 {
    margin-bottom: 0;
    font-size: 2.25rem;
    padding-right: 5px;
  }

  .u-section-7 {
    height: 700px;
    /* Set height to auto to allow content to expand */
  }

  .u-section-7 .u-sheet-1 {
    min-height: auto;
    /* Set min-height to auto */
  }

  .u-section-8 .u-sheet-1 {
    min-height: 975px;
  }

  .u-section-8 .u-slider-1 {
    min-height: 850px;
  }

  .u-section-8 .u-container-layout-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-8 .u-image-1 {
    height: 428px;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-8 .u-container-layout-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-8 .u-image-2 {
    height: 428px;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-8 .u-container-layout-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-8 .u-image-3 {
    height: 428px;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-9 .u-group-elements-1 {
    min-height: fit-content;
  }
  .u-section-9 .u-sheet-1 {
    min-height: fit-content;
  }
  .u-section-9 {
    height: fit-content;
  }
  .u-section-9 .u-layout-cell-1,
  .u-section-9 .u-layout-cell-2 {
    min-height: fit-content;
  }

  .u-section-9 .u-btn-3 {
    margin-top: 50px;
    margin-left: 20px;
    position: relative;
    left: 50px;
    top: -30px;
  }
  .u-section-9 .u-btn-1 {
    position: relative;
    left: 25%;
    margin: 0%;
  }
  .u-section-9 .u-text-1 {
    font-size: 2rem;
  }
  .u-section-9 .u-layout-row {
    flex-direction: column-reverse !important;
  }
  .u-section-9 .u-container-layout-1,
  .u-section-9 .u-container-layout-2 {
    padding: 10px !important;
    left: 0px !important;
  }
  .u-section-6 .u-text-1 {
    font-size: 2.25rem;
    margin-left: -22%;
  }
  .sustainability-para {
    text-align: justify !important;
    font-size: 1rem;
    margin-right: 0px !important;
  }
  .u-section-11 .u-repeater-1 {
    grid-template-columns: 100%;
    grid-auto-columns: calc(100% - 0px);
    padding: 20px;
  }

  .checkbox {
    margin-left: 0px !important;
  }

  .subscribe {
    margin-left: 0px !important;
  }

  .u-section-8 .u-container-layout-3 {
    padding-right: 40px;
    padding-left: 40px;
  }

  /* .u-section-8 .u-sheet-1 {
    min-height: 1123px;
  } */

  .u-section-8 .u-container-layout-3,
  .u-section-8 .u-container-layout-1,
  .u-section-8 .u-container-layout-5 {
    padding: 20px !important;
  }

  .u-section-8 .u-image-1,
  .u-section-8 .u-image-2,
  .u-section-8 .u-image-3 {
    width: 100% !important;
    height: auto !important;
    margin: 20px 0 !important;
  }

  .sticky-button {
    position: fixed !important;
    left: 87% !important;
    width: fit-content !important;
  }
  .u-section-8 .u-container-layout-2,
  .u-section-8 .u-container-layout-4,
  .u-section-8 .u-container-layout-6 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .u-section-7 .u-layout-cell-2 .u-image-1 {
    width: 225px;
    height: 225px;
    margin-top: -45px;
    margin-left: 15%;
  }

  .u-section-5 .u-layout-col {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .u-gallery-nav-next {
    display: block !important;
    /* Hides the element on desktop view */
  }

  .u-section-2 .u-image-1 {
    height: 397px;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-2 .u-text-1 {
    width: 340px;
  }

  h1.u-text-3 {
    right: 0px !important;
    font-size: 3rem !important;
    left: 2% !important;
  }

  .u-section-3 .u-repeater-1 {
    grid-auto-columns: calc(25% - 13.5px);
    grid-template-columns:
      calc(25% - 16.5px) calc(25% - 16.5px) calc(25% - 16.5px)
      calc(25% - 16.5px);
    grid-gap: 27px 16px;
    min-height: 306px;
    margin-left: 3px;
  }

  .modal-content {
    width: 95% !important;
    margin-top: 250px !important;
  }
  .u-section-12 {
    padding: 25px 20px 25px 20px;
  }
  .u-section-12 .u-sheet-1 {
    margin: 0px;
  }
  .success_row {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
  .u-section-12 .u-text-1 {
    width: fit-content;
  }
  .u-section-12 .u-repeater-1 .u-container-style:hover h3 {
    top: -260px;
  }
  .u-section-12 .u-repeater-1 h3 {
    font-size: 1.6rem;
  }
  .pdrsd {
    padding-right: 10px;
  }
  .content p {
    font-size: 0.9rem;
  }
  .u-section-13 {
    min-height: 900px;
    flex-direction: column !important;
  }
  .lbr {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .lbrp {
    text-align: left !important;
  }
}

.captcha-container {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

.u-section-13 {
  height: 310px;
  position: relative;
  top: 0px;
  /* background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/Home/G-AI.gif"); */
  background-color: #e3e3e3;
  /* background-image: linear-gradient(#EB7C74, #693d86) !important; */
  background-position: 50% 50%;
}

.u-section-13 .u-sheet-1 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.u-section-13 .u-list-1 {
  grid-template-rows: auto;
  width: 1104px;
  margin: 70px 0 5px auto;
}

.u-section-13 .u-repeater-1 {
  height: fit-content;
  grid-auto-columns: calc(25% - 16.5px);
  grid-template-columns:
    calc(25% - 16.5px) calc(25% - 16.5px) calc(25% - 16.5px)
    calc(25% - 16.5px);
  grid-gap: 22px 22px;
  min-height: 306px;
}
.u-section-13 .u-repeater-item {
  height: fit-content;
}
.u-section-13 .u-text-1,
.u-section-13 .u-text-3,
.u-section-13 .u-text-5,
.u-section-13 .u-text-7 {
  font-weight: 400;
  font-size: 30px;
  margin: 18px -1px 0;
}

.u-section-13 .u-text-2,
.u-section-13 .u-text-4,
.u-section-13 .u-text-6,
.u-section-13 .u-text-8 {
  font-size: 1rem;
  margin: 12px 0 0;
}
.london-book-record {
  margin-top: 8% !important;
}

.lbr {
  text-align: center;
  display: flex;
  justify-content: space-between;
}

.lbrp {
  padding: 10px;
  color: #000;
  text-align: justify !important;
}
.lbrlgcntr {
  text-align: center !important;
}

.lbrlgsz {
  width: 225px;
  height: auto;
}

/* produts */
.carousel-nav-buttons {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

.nav-btn {
  padding: 10px 20px;
  margin: 0 10px;
  background-color: transparent;
  color: white;
  border: none;
  cursor: pointer;
  position: relative;
  transition: color 0.3s;
  font-size: 18px;
  font-weight: bold;
}

.nav-btn:hover {
  color: orangered;
}

.nav-btn.active {
  color: orangered;
}

.gradient-highlight {
  position: absolute;
  width: 100px; /* Adjust width as needed */
  height: 4px; /* Adjust height as needed */
  background: linear-gradient(
    90deg,
    transparent,
    #d8a626,
    transparent
  ); /* Example gradient */
  bottom: 0;
  transition: left 0.3s ease-out; /* Smooth transition */
}

.line-container {
  position: relative;
  width: 100%;
  height: 2px; /* Thin line under buttons */
  background: rgba(255, 255, 255, 0.2); /* Optional: faint continuous line */
}

.continuous-line {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* flux Section with 3D Carousel */
.flux {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 120px 20px 80px;

  /* SAME CARBON BACKGROUND AS CARD (REFERENCE) */
  background: linear-gradient(135deg, var(--carbon-medium), var(--carbon-dark));

  overflow: hidden;
}
.flux::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse at center,
    rgba(153, 69, 255, 0.12) 0%,
    transparent 55%
  );
  pointer-events: none;
}

.carousel-container {
  width: 100%;
  max-width: 1600px;
  height: 650px;
  perspective: 1200px;
  position: relative;
  padding-top: 60px;
  transform-style: flat;
}

.carousel {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
}

.carousel-item {
  position: absolute;
  width: 400px;
  height: 500px;
  left: 50%;
  top: 50%;
  transform-style: preserve-3d;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  transform-origin: center center;
}

/* Card */
.carousel-item .card {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--carbon-medium), var(--carbon-dark));
  border: 2px solid var(--metal-dark);
  border-radius: 20px;
  padding: 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8);
}

.carousel-item .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.5),
    transparent
  );
  animation: scanline 3s linear infinite;
}

@keyframes scanline {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(500px);
  }
}

.card-number {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 72px;
  font-weight: 900;
  color: rgba(153, 69, 255, 0.1);
}

.card-image {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(50%) contrast(1.2);
  transition: all 0.5s ease;
}

.carousel-item:hover .card-image img {
  filter: grayscale(0%);
  transform: scale(1.1);
}

.card-description {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #b0b0b0;
}

.card-tech {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.tech-badge {
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
  color: #9945ff;
}

/* FORCE card CTA styling (Nicepage-safe) */
.flux .carousel-item .card .card-cta {
  padding: 12px 30px;
  font-size: 14px;
  background: linear-gradient(135deg, #9945ff, #00a8ff);
  color: #b0b0b0;
  border: none;
  border-radius: 30px;

  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;

  cursor: pointer;
  transition: all 0.3s ease;

  box-shadow: 0 5px 15px rgba(153, 69, 255, 0.3);
}

/* Hover state */
.flux .carousel-item .card .card-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(153, 69, 255, 0.5);

  color: #b0b0b0;
}

/* Controls */
.carousel-controls {
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 20px;
}

.carousel-btn {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #1a1a1a 0%, #161616 50%, #121212 100%);

  border: 2px solid var(--metal-dark);
  border-radius: 50%;
  color: #9945ff;

  font-size: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 10px 25px rgba(0, 0, 0, 0.65),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.carousel-btn:hover {
  border-color: #9945ff;
  box-shadow:
    0 8px 25px rgba(153, 69, 255, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}
.carousel-btn {
  width: 50px;
  height: 50px;
  font-size: 20px;
}

/* ================= FINAL PRISM flux VISUAL PATCH ================= */

/* flux BACKGROUND — deep black + subtle texture */
.flux {
  background:
    radial-gradient(
      ellipse at center,
      rgba(153, 69, 255, 0.12) 0%,
      transparent 55%
    ),
    linear-gradient(135deg, #0a0a0a, #121212) !important;
}

/* GLASS CARD LOOK */
.carousel-item .card {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  border: 1px solid rgba(255, 255, 255, 0.12);

  box-shadow:
    0 30px 60px rgba(0, 0, 0, 0.9),
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 0 0 1px rgba(153, 69, 255, 0.15);
}

/* SOFT EDGE GLOW (reference look) */
.carousel-item .card::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 20px;

  opacity: 0.6;
  pointer-events: none;
}

/* TITLE — exact reference gradient */

.card-title {
  font-size: 22px;
  font-weight: 700;

  text-align: left;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: linear-gradient(135deg, #ffffff, #9945ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* CARD IMAGE FRAME */
.card-image {
  background: #0d0d0d;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow:
    inset 0 0 30px rgba(0, 0, 0, 0.8),
    0 10px 25px rgba(0, 0, 0, 0.6);
}

/* TECH BADGES — softer neon */
.tech-badge {
  background: rgba(153, 69, 255, 0.1);
  border: 1px solid #9945ff;

  border-radius: 20px;
}

/* DEPTH SEPARATION */
.carousel-item {
  filter: drop-shadow(0 30px 50px rgba(0, 0, 0, 0.85));
}

/* ================= INDICATORS — IMAGE MATCH ================= */

.carousel-indicators {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 100;
}

/* Inactive dots */
.carousel-indicators .indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;

  background-color: #5a5a5a; /* soft grey */
  opacity: 0.8;

  cursor: pointer;
  transition: all 0.3s ease;
}

/* Active dot */
.carousel-indicators .indicator.active {
  width: 10px;
  height: 10px;

  background-color: #3b82f6; /* blue dot */
  opacity: 1;

  box-shadow: 0 0 8px rgba(59, 130, 246, 0.8);

  transform: scale(1.1);
}

/* Optional hover (very subtle, matches feel) */
.carousel-indicators .indicator:hover:not(.active) {
  opacity: 1;
}

/* Add external link indicator for clickable items */
.info-item[target="_blank"] .info-text p::after {
  content: " ↗";
  font-size: 12px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.info-item[target="_blank"]:hover .info-text p::after {
  opacity: 1;
}

.contact-form {
  padding: 40px;
  background: linear-gradient(
    135deg,
    rgba(42, 42, 42, 0.3),
    rgba(26, 26, 26, 0.5)
  );
  border: 1px solid var(--metal-dark);
  border-radius: 20px;
}

.form-group {
  margin-bottom: 25px;
}

.form-group label {
  display: block;
  color: var(--text-secondary);
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 15px;
  background: var(--carbon-dark);
  border: 1px solid var(--metal-dark);
  border-radius: 8px;
  color: var(--text-primary);
  font-size: 14px;
  transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--accent-purple);
  box-shadow: 0 0 10px rgba(153, 69, 255, 0.2);
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

/* Ensure clean separation between heading and flux section */
.u-white + .flux {
  padding-top: 40px;
}

/* Mobile spacing */
@media (max-width: 768px) {
  .u-white + .flux {
    padding-top: 20px;
  }
}
