p {
  color: rgba(92, 100, 122, 1);
}
body {
  background: #eaeef5;
}

.banner-video,
.hero-content,
.partner-wrapper,
.card-slide,
#section1 .section-title,
#section1 .wrapper-bg,
#section1 .whatwe-wrap {
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

@media (prefers-reduced-motion: reduce) {
  .banner-video,
  .hero-content,
  .partner-wrapper,
  .card-slide,
  #section1 .section-title,
  #section1 .wrapper-bg,
  #section1 .whatwe-wrap {
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }
}

.para-heading {
  letter-spacing: 1.5px;
  font-size: 12px !important;
}

.section-title h2 {
  letter-spacing: 1px;
}

/*------------------------------------- marque------------------------- */
.marquee {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 10px 0;
  border-radius: 16px;
  position: relative;
}

.marquee-content {
  display: flex;
  width: fit-content;
  animation: scroll 40s linear infinite;
}

.marquee:hover .marquee-content {
  animation-play-state: paused;
}

.marquee-item {
  background: rgba(92, 100, 122, 1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  padding: 14px 35px;
  flex-shrink: 0;
  border-left: 1px solid rgba(189, 210, 255, 0.5);
  letter-spacing: 1.5px;
  transition: background 0.3s ease;
  /* filter: contrast(0.1); */
}
.marquee-item:hover {
  background: linear-gradient(90deg, #004ac6 0%, #2563eb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .marquee-item {
    font-size: 15px;
    padding: 10px 18px;
  }

  .marquee-content {
    animation-duration: 14s;
  }
}

@media (max-width: 480px) {
  .marquee-item {
    font-size: 13px;
    padding: 8px 14px;
    margin-right: 12px;
  }

  .marquee {
    padding: 12px 0;
  }
}
/* --------------------go down btn----------------------- */
.go-down-btn {
  position: relative;
  z-index: 4;
  display: inline-block;
  top: 100px;
  transform-origin: center;
  transition:
    transform 0.35s ease,
    filter 0.35s ease;
}

.go-down-btn .rotate-icon {
  display: block;
  position: relative;
  z-index: 1;
}

.go-down-btn .rotate_text {
  color: #000000;
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 2.5px;
  transform-origin: center;
}

.go-down-btn:hover {
  transform: translateY(-6px) scale(1.03);
  filter: drop-shadow(0 18px 28px rgba(37, 99, 235, 0.32));
}

.banner_cta {
  position: relative;
  z-index: 5;
}

.banner_cta a {
  transform: translateZ(0);
}

@keyframes rotate-btn {
  to {
    transform: rotate(360deg);
  }
}

.go-down-btn text {
  animation: rotate-btn 10s linear infinite;
}

.mouse-icon {
  transform: translate(40px, 32px);
  animation: mouseFloat 2.5s ease-in-out infinite;
}

@keyframes mouseFloat {
  0% {
    transform: translate(40px, 32px) translateY(0px);
  }

  50% {
    transform: translate(40px, 32px) translateY(10px);
  }

  100% {
    transform: translate(40px, 32px) translateY(0px);
  }
}

.location-wrapper {
  display: none;
}

.navbar-link {
  color: #ffffff;
}

#header {
    background: rgb(0 0 0 / 8%);
    transition: background 0.3s ease;
    backdrop-filter: blur(32px);
}

/* =--------------------banner------------------------- */

img.shape.bg-shape1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 400px;
  height: 400px;
  z-index: -1;
}

img.shape.bg-shape2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 600px;
  height: 600px;
  z-index: -1;
}

.banner-tech h2 {
  color: rgb(255 255 255);
  font-size: 18px;
  font-weight: 400;
  position: relative;
  letter-spacing: 2px;
  line-height: 47px;
  font-family: "Inter" !important;
}

.banner-tech h2::after {
  position: absolute;
  content: "";
  height: 5px;
  width: 5px;
  background: rgb(219, 219, 219);
  right: -20px;
  top: 45%;
  border-radius: 15px;
}

.banner-tech h2:last-child::after {
  display: none;
}

h1.text_box a {
  transition: none !important;
  color: #fff;
}

.b-b {
  border-bottom: 2px solid #ff6c0038;
}

/* ---------------------What we do section-------------------------------- */

section.ezulix-choose {
  background: #eaeef5;
  padding: 300px 0 125px;
  position: relative;
}
.section-title.card-hea {
  position: absolute;
  top: -230px;
  width: 100%;
  max-width: 620px;
  display: block;
}
.mb-title {
  display: none;
}
.section-title.choose-ez-title {
  padding: 50px;
}

.whatus-wrapper {
  padding: 35px;
  border: 1px solid var(--Outline, rgba(189, 210, 255, 1));
  background: rgba(255, 255, 255, 1);
  border-radius: 22px;
  box-shadow: 0px 4px 20px 0px rgba(205, 224, 255, 1);
}
.content-wrapper {
  max-width: 500px;
  width: 100%;
}
.whats-points {
  display: flex;
  gap: 10px;
}
.whats-points i {
  font-size: 18px;
  padding: 2px;
}
.content-image img {
  margin-top: -145px;
  border-radius: 10px;
  box-shadow: 0px 0px 25px 10px #cfcfcf40;
}
.top-margin {
  margin: 150px 0 0;
}

.whatwe-wrap {
  padding: 35px 45px;
  position: relative;
  height: 100%;
  transition: all 0.2s;
  z-index: 1;
}
.wrapper-bg {
  background: white;
  box-shadow: 0px 25px 50px -12px rgba(208, 226, 255, 1);
  position: relative;
  z-index: 1;
  border-radius: 16px;
}

.whatwe-wrap::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: rgba(26, 92, 224, 1);
  opacity: 0;
  transition: all 0.3s;
}
.whatwe-wrap:hover {
  background: rgba(246, 249, 255, 1);
}
.whatwe-wrap:hover::after {
  opacity: 1;
}
.whatwe-wrap img {
  width: 60px;
}
.border-r {
  border-right: 1px solid rgb(233, 233, 233);
}
.border-b {
  border-bottom: 1px solid rgb(233, 233, 233);
}

/* -------------------stack section------------------------------ */
.stack-section {
  position: relative;
  padding: 120px 0;
}

.gradient-text {
  background: linear-gradient(90deg, #004ac6 0%, #2563eb 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.stack-title {
  margin-bottom: 80px;
}

.stack-title h2 {
  font-size: 55px;
  font-weight: 700;
}

.cards {
  position: relative;
}

.card-slide {
  position: sticky;
  top: 380px;
  min-height: 420px;
}

.card-1 {
  z-index: 1;
}

.card-2 {
  color: white;
  z-index: 2;
  margin-top: 300px;
}

.card-3 {
  z-index: 3;
  margin-top: 300px;
}
.card-4 {
  z-index: 4;
  margin-top: 300px;
}

@media (max-width: 1200px) {
  .tech-width {
    width: 30%;
  }
}

@media (max-width: 991px) {
  .card-slide {
    position: relative;
    top: 0;
    height: auto;
    padding: 30px;
    margin-bottom: 30px;
  }
  .section-title.card-hea {
    display: none;
  }
  .mb-title {
    display: block;
  }
  section.ezulix-choose {
    padding: 80px 0;
  }
  .card-slide img {
    height: 250px;
    margin-top: 30px;
  }

  .card-slide h3 {
    font-size: 28px;
  }
  .card-slide {
    padding: 30px;
  }

  .content-image {
    margin-top: 40px;
  }
  .content-image img {
    margin-top: 0;
  }
  .top-margin {
    margin: 50px 0 0;
  }
  .lg-px-0 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 420px) {
  .card-slide img {
    height: auto;
  }
  .card-slide {
    padding: 20px;
  }
  .card-slide h3 {
    font-size: 22px;
  }
}
/*------------------------------------- Video testimonials slider----------------------------------- */
.video-testimonial-section {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
  background-image: url("../image/home/pattern.png");
  background-position: center;
  background-repeat: no-repeat;
}

.video-testimonial-section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(255 255 255 / 50%);
  top: 0;
  left: 0;
  z-index: -1;
}
.video-wrapper {
  padding: 30px 0;
  display: flex;
  gap: 20px;
  overflow: hidden;
  align-items: center;
  scroll-behavior: smooth;
}

.video-card {
  position: relative;
  flex: 0 0 280px;
  height: 650px;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  transition:
    flex 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.6s ease,
    box-shadow 0.6s ease;
  z-index: 1;
}

.video-card::after {
  position: absolute;
  content: "";
  z-index: 1;
  background: linear-gradient(90deg, #004ac6 0%, #2563eb 100%);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.6;
}

.video-card video,
.video-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 1.2s ease,
    opacity 0.55s ease;
}

.video-card video {
  opacity: 0;
}

.video-card.active video,
.video-card:hover video {
  opacity: 1;
}

.video-card.active img,
.video-card:hover img {
  opacity: 0;
}

.video-card.active {
  box-shadow: 0px 10px 20px 0px rgba(199, 220, 255, 1);
}

/* ==================== Responsive adjustments ==================== */
/* Make hero, video and key sections adapt across common breakpoints */

@media (max-width: 1200px) {
  .banner-container {
    height: 72vh;
    min-height: 520px;
  }

  .home_page_banner {
    padding: 0 36px;
  }

  .banner-tech {
    gap: 18px;
  }

  .card-slide {
    top: 280px;
  }
}

@media (max-width: 991px) {
  .banner-container {
    height: auto;
    min-height: 480px;
    padding: 70px 0 40px;
    align-items: center;
  }

  .banner-content {
    padding-top: 24px;
  }

  .home_page_banner h1 {
    font-size: clamp(32px, 6.5vw, 56px);
    line-height: 1.05;
  }

  .banner-tech {
    display: flex;
    align-items: center;
    gap: 0;
  }

  .banner-tech h2 {
    line-height: 1.2;
    font-size: 14px;
  }

  .go-down-btn {
    top: 26px;
  }

  .marquee-item {
    padding: 10px 20px;
  }

  .video-wrapper {
    gap: 12px;
    padding: 20px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    padding-bottom: 16px;
  }

  .video-card {
    flex: 0 0 min(42vw, 320px);
    height: 360px;
    scroll-snap-align: start;
  }

  .whatwe-wrap {
    padding: 22px;
  }
}

@media (max-width: 768px) {
  .banner-container {
    min-height: 420px;
    padding: 48px 0 24px;
  }

  .home_page_banner {
    padding: 0 18px;
  }

  .home_page_banner h1 {
    font-size: clamp(28px, 7vw, 44px);
  }

  .banner-tech {
    gap: 8px;
    white-space: nowrap;
  }

  .video-card {
    flex: 0 0 min(80vw, 320px);
    height: 260px;
  }

  .video-card::after {
    opacity: 0.5;
  }

  .card-slide {
    position: relative;
    top: 0;
  }

  .whatwe-wrap {
    padding: 18px;
  }

  .wrapper-bg {
    box-shadow: none;
    border-radius: 10px;
  }
}
@media (max-width: 576px) {
  .wrapper-bg {
    background: none !important;
    border-radius: none !important;
  }
  .whatwe-wrap {
    background: white;
  }
 .p-0 {
    
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
   
}
}

@media (max-width: 480px) {
  .banner-container {
    min-height: 360px;
    padding: 36px 0 18px;
  }

  .home_page_banner h1 {
    font-size: clamp(22px, 9vw, 36px);
    line-height: 1.05;
  }

  .banner-tech {
    display: none; /* conserve vertical space on small phones */
  }

  .banner_cta a {
    padding: 10px 18px;
    font-size: 14px;
  }

  .marquee-item {
    padding: 6px 10px;
    font-size: 12px;
  }

  .video-card {
    flex: 0 0 min(90vw, 280px);
    height: 200px;
  }

  .go-down-btn {
    top: 8px;
  }

  .whatwe-wrap {
    padding: 12px;
  }

  .section-padding {
    padding: 30px 0 !important;
  }
}

/* Accessibility: ensure text remains readable when scaled */
@media (min-width: 1600px) {
  .home_page_banner h1 {
    font-size: clamp(56px, 4vw, 96px);
  }
}

.video-card.active::after {
  background: transparent;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;

  width: 74px;
  height: 74px;

  border-radius: 24px;

  transform: translate(-50%, -50%);

  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  font-size: 20px;

  background: rgba(255, 255, 255, 0.12);

  backdrop-filter: blur(12px);

  border: 1px solid rgba(255, 255, 255, 0.18);

  transition: all 0.45s cubic-bezier(0.22, 1, 0.36, 1);

  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.08);
}

.video-card:hover .play-btn,
.video-card.active .play-btn {
  box-shadow: 0 15px 40px rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.18);
}

/* Info */

.video-info {
  position: absolute;
  left: 20px;
  right: 0;
  bottom: 20px;
  z-index: 5;
  transition: all 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  color: white;
}

.video-card.active,
.video-card:hover {
  flex: 0 0 360px;
  transform: translateY(0px);
 
}

@media (max-width: 991px) {
  .video-wrapper {
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
  }

  .video-wrapper::-webkit-scrollbar {
    height: 4px;
  }

  .video-card {
    flex: 0 0 min(78vw, 320px);
    height: 360px;
    scroll-snap-align: start;
  }

  .video-card.active,
  .video-card:hover {
    flex: 0 0 min(84vw, 360px);
  }
}

@media (max-width: 575px) {
  .video-testimonial-section {
    padding: 70px 0;
  }

  .video-card {
    height: 260px;
    flex: 0 0 min(86vw, 280px);
    border-radius: 22px;
  }

  .video-card.active,
  .video-card:hover {
    flex: 0 0 min(90vw, 320px);
  }

  .play-btn {
    width: 60px;
    height: 60px;
    border-radius: 18px;
  }
}

.play-btn:hover {
  background: rgba(255, 255, 255, 0.3);
}

.video-info h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  font-family: "Inter" !important;
}

.video-info p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Inter" !important;
}

.video-card.active video {
  display: block;
}

.video-card.active img {
  display: none;
}

@media (max-width: 991px) {
  .video-wrapper {
    overflow-x: auto;
    padding-bottom: 10px;
  }

  .video-card {
    flex: 0 0 120px;
    height: 360px;
  }

  .video-card.active {
    flex: 0 0 260px;
  }
}

@media (max-width: 575px) {
  .video-card {
    flex: 0 0 100px;
    height: 300px;
  }

  .video-card.active {
    flex: 0 0 220px;
  }
}
.bg-shapes img {
  position: absolute;
  top: 0;
  width: 100%;
}

.bg-shapes.bg-shapes2 img {
  width: 450px;
  right: 0%;
  top: 10%;
}

.testimonial-nav button:focus:not(:focus-visible) {
  border-radius: 50% !important;
}

.story-nav button:focus:not(:focus-visible) {
  border-radius: 50% !important;
}

.industry-bottom-controls button:focus:not(:focus-visible) {
  border-radius: 50% !important;
}

/*---------------------------- Sucess story Slider--------------------------------------- */
.success-story-section {
  position: relative;
  padding: 90px 0;
  overflow: hidden;
}
.success-story-slider {
  padding: 15px 0;
}
.section-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.6px;
  color: #4d6fff;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.section-heading {
  font-size: 50px;
  line-height: 1.1;
  font-weight: 800;
  color: #131722;
  margin-bottom: 18px;
}

.section-description {
  max-width: 600px;
  color: #70798b;
  line-height: 1.8;
  font-size: 15px;
}

.success-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 55px;
}

.story-nav {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 14px;
  margin-top: 10px;
}

.story-nav button {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 2px solid #d5dff8;
  background: transparent;
  color: #7c8fca;
  font-size: 18px;
  transition: 0.3s ease;
}

.story-nav button:hover {
  background: #2563eb;
  color: white;
  border-color: #2563eb;
}

.success-card {
  background: #fff;
  border-radius: 22px;
  padding: 18px;
  box-shadow: 0px 10px 30px rgba(80, 103, 173, 0.08);
}


.success-card-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: center;
}

.story-left {
  padding: 10px;
}

.story-category {
  font-size: 10px;
  font-weight: 700;
  color: #4d6fff;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.story-title {
  font-size: 24px;
  line-height: 1.28;
  font-weight: 800;
  color: #2152ff;
  margin-bottom: 20px;
  max-width: 600px;
}

.story-block {
  margin-bottom: 30px;
}

.story-block h6 {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.2px;
  color: #2152ff;
  margin-bottom: 10px;
}

.story-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 25px;
}

.story-tags span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 10px;
  border-radius: 8px;
  background: #eef3ff;
  color: #3461ff;
  text-transform: uppercase;
}

.story-image-box {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  height: 100%;
  min-height: 500px;
}

.story-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26, 92, 224, 0.22) 0%, #0e327a 100%);
}

.story-wrapper {
  position: absolute;
  left: 35px;
  right: 35px;
  bottom: 28px;
}

.story-stats {
  display: flex;
  justify-content: space-around;
  align-items: end;
  z-index: 5;
}

.story-heading::after {
  position: absolute;
  content: "";
  left: -35px;
  right: 0;
  height: 0.5px;
  width: 45%;
  background: rgba(189, 210, 255, 1);
  top: 7px;
  bottom: 0px;
}

.story-heading::before {
  position: absolute;
  content: "";
  right: -35px;

  height: 0.5px;
  width: 45%;
  background: rgba(189, 210, 255, 1);
  top: 7px;
  bottom: 0px;
}

.result-badge {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 14px;
  font-size: 10px;
  line-height: 1.4;
  font-weight: 700;
  color: #3461ff;
}

.result-list {
  display: flex;
  align-items: center;
  gap: 26px;
}

.result-item {
  text-align: center;
  color: white;
}

.result-item span {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  opacity: 0.7;
}

.result-item h4 {
  width: 90px;
  height: 90px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 800;
  margin: 0;
}

.owl-theme .owl-dots {
  display: none;
}

@media (max-width: 1199px) {
  .story-title {
    font-size: 30px;
  }

  .story-image-box {
    min-height: 500px;
  }
}

@media (max-width: 991px) {
 .success-card-inner {
    grid-template-columns: 1fr;
    gap: 0;
}

  .success-header {
    flex-direction: column;
  }

  .section-heading {
    font-size: 38px;
  }

  .story-image-box {
    min-height: 420px;
  }
  .mt-lg-0{
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .success-story-section {
    padding: 60px 0;
  }

  .section-heading {
    font-size: 30px;
  }

  .story-title {
    font-size: 24px;
  }

  .story-stats {
    align-items: flex-start;
    gap: 20px;
  }

  .result-list {
    gap: 15px;
  }

  .result-item h4 {
    width: 65px;
    height: 65px;
    font-size: 24px;
  }
}
@media (max-width:420px){
  .story-stats {
    align-items: flex-start;
    gap: 20px;
    justify-content: center;
    flex-flow: column;
    align-items: center;
}
}
/* --------------------------------industry section---------------------------------- */
.industry-content {
  transform: translateY(50px);
  transition: all 0.3s;
}

.industry-slide-card:hover .industry-content {
  transform: translateY(0px);
}

.home-industries-section {
  padding: 80px 0;
  overflow: hidden;
}

.home-industries-section .industry-slide-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  height: 450px;
}

.home-industries-section .industry-slide-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.2s ease;
}
.home-industries-section .industry-slide-card:hover img {
  transform: scale(1.05);
}
.industry-icon-box img {
  filter: invert(1);
  width: 40px !important;
  height: 40px !important;
}
.home-industries-section .industry-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgb(0 22 70 / 50%) 0%,
    rgba(0, 51, 153, 0.72) 55%,
    rgba(0, 32, 105, 0.95) 100%
  );
}

.home-industries-section .industry-card-content {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 2;
}

.home-industries-section .industry-icon-box {
  width: 76px;
  height: 76px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(3px);
  position: absolute;
  top: 5%;
  left: 5%;
}

.home-industries-section .industry-icon-box i {
  color: #fff;
  font-size: 30px;
}

.home-industries-section .industry-card-title {
  font-size: 24px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 8px;
}

.home-industries-section .industry-card-text {
  font-size: 16px;
  font-weight: 400;

  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 18px;
}

.home-industries-section .industry-read-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;

  transition: all 0.4s ease;
}

.home-industries-section .industry-read-more:hover {
  color: #7da4ff;
}

.home-industries-section .industry-read-more i {
  font-size: 12px;
}

/*--------------------------- Owl Slider----------------------------------------- */

.home-industries-section .industry-carousel .owl-stage-outer {
  overflow: visible;
}

.home-industries-section .industry-carousel .owl-item {
  opacity: 0.45;
  transition: 0.4s ease;
}

.home-industries-section .industry-carousel .owl-item.active {
  opacity: 1;
}

/* Bottom Controls */

.home-industries-section .industry-bottom-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 38px;
}

.home-industries-section .industry-progress-line {
  width: 100%;
  max-width: 520px;
  height: 4px;
  background: rgba(52, 102, 255, 0.15);
  border-radius: 50px;
  overflow: hidden;
}

.home-industries-section .industry-progress-fill {
  width: 28%;
  height: 100%;
  background: #a6bfff;
  border-radius: 50px;
}

.home-industries-section .industry-nav-buttons {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: 30px;
}

.home-industries-section .industry-nav-btn {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid #a7b4db;
  background: transparent;
  color: #8a97ba;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.home-industries-section .industry-nav-btn:hover {
  background: #3466ff;
  border-color: #3466ff;
  color: #fff;
}

.home-industries-section .industry-nav-btn i {
  font-size: 18px;
}

.stats-card {
  padding: 35px;
  height: 150px;
  border-radius: 12px;
  background-size: cover;
  background: linear-gradient(139deg, #2662d2 0%, #ffffff0d 50%);
  /* background: linear-gradient(180deg, rgba(0, 61, 164, 0.12) 0%, rgba(255, 255, 255, 0) 100%); */
  background-position: center;
  position: relative;
  border: 1px solid var(--Light-Blue, rgba(237, 240, 255, 1));
}

.stats-card::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 61, 164, 0.12) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
.company_facts {
  background: url("../image/home/Content.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.stats-number {
  font-size: 40px;
  color: rgba(248, 250, 252, 1);
  font-weight: 600;
  line-height: 32px;
}
.stats-number {
  transition: all 0.3s ease;
  will-change: contents;
}

.flip-card {
  background-color: transparent;
  width: 100px;
  height: 100px;
  perspective: 1000px;
  cursor: pointer;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;

  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

.flip-card:focus {
  outline: 0;
}

.flip-card:hover .flip-card-inner,
.flip-card:focus .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flip-card-front {
  background: #132a70;
  color: #ffffff;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid white;
}

.flip-card-back {
  background: white;
  transform: rotateY(180deg);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 12px;
}

.flip-card-back p {
  font-size: 10px;
  color: rgba(26, 92, 224, 1);
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 0;
  margin-bottom: 0;
}

.flip-card-front h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: -1;
  vertical-align: middle;
}

.flip-card:hover .flip-card-back {
  box-shadow: 0px 4px 20px 0px rgba(26, 92, 224, 0.8);
}

@media (max-width: 767px) {
  .home-industries-section .industries-section {
    padding: 60px 0;
  }

  .home-industries-section .industry-main-title {
    font-size: 28px;
  }

  .home-industries-section .industry-slide-card {
    height: 320px;
  }

  .home-industries-section .industry-card-title {
    font-size: 24px;
  }

  .home-industries-section .industry-bottom-controls {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }

  .home-industries-section .industry-nav-buttons {
    margin-left: 0;
  }
}

@media (max-width: 1600px) {
  .banner-container {
    height: 100vh;
  }
}
@media (max-width: 1200px) {
  .home-industries-section .industry-main-title {
    font-size: 38px;
  }
  .home_page_banner h1 {
    font-size: clamp(48px, 7vw, 70px);
  }
  .banner-tech h2::after {
    right: -20px;
    top: 46%;
  }

  .banner-tech {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 0;
    flex-wrap: wrap;
  }
  .card-slide {
    position: sticky;
    top: 375px;
    height: 400px;
  }
  .section-title.card-hea {
    position: absolute;
    top: -245px;
    width: 100%;
    max-width: 450px;
  }
}

@media (max-width: 991px) {
  .banner-tech h2::after {
    right: -35px;
    top: 45%;
  }
  .section-title.card-hea {
    position: absolute;
    width: 100%;
    max-width: 100%;
  }
  .card-slide {
    position: relative;
    top: 30px;
    height: auto;
  }
  .section-title {
    margin-bottom: 0px;
  }
  .card-2 {
    margin-top: 0;
  }
  .card-3 {
    margin-top: 0px;
  }
  .card-4 {
    z-index: 4;
    margin-top: 0px;
  }
  .banner-tech {
    justify-content: space-between;
    gap: 20px;
  }

  .banner-tech h2 {
    font-size: 16px;

    line-height: 15px;
  }

  .home_page_banner {
    padding: 0px 50px 0px;
  }

  .pl-5 {
    padding-left: 1rem !important;
  }
  .border-md-r {
    border-right: 1px solid rgb(233, 233, 233);
  }
  .border-md-b {
    border-bottom: 1px solid rgb(233, 233, 233);
  }
  .story-heading::after {
    position: absolute;
    content: "";
    left: -40px;
    right: 0;
    height: 0.5px;
    width: 45%;
    background: rgba(189, 210, 255, 1);
    bottom: 0px;
    top: 50%;
  }
  .story-heading::before {
    position: absolute;
    content: "";
    right: -35px;
    height: 0.5px;
    width: 45%;
    background: rgba(189, 210, 255, 1);
    top: 50%;
    bottom: 0px;
  }
}
@media (max-width: 900px) {
  .banner-tech h2::after {
    right: -20px;
    top: 40%;
  }
}
@media (max-width: 767px) {
  .banner-tech h2 {
    font-size: 14px;
  }

  .home_page_banner {
    padding: 20px 30px 20px;
  }
  .banner-container {
    width: 100%;
    height: 100%;
    max-height: auto;
  }
  .card-2 {
    margin-top: 0;
  }

  .card-3 {
    margin-top: 0px;
  }

  .card-4 {
    z-index: 4;
    margin-top: 0px;
  }

  .banner-tech {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 20px;
    flex-wrap: wrap;
  }

  .section-title {
    margin-bottom: 0;
  }
  .border-r {
    border-right: none;
  }
  .border-md-r {
    border-right: none;
  }
}

@media (max-width: 620px) {
  .banner-tech h2 {
    font-size: 12px;
  }
  .banner-tech h2::after {
    right: -12px;
    top: 40%;
  }

  a.btn-custom {
    padding: 15px 25px;
    display: inline-block;
    border-radius: 65px;

    margin-top: 10px;
    transition: all 0.3s ease;
    width: 90%;
  }
}

@media (max-width: 576px) {
  .banner-tech h2::after {
    display: none;
  }
  .home_page_banner h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .banner-tech {
    justify-content: center;
  }

  a.btn-custom {
    font-size: 12px;
  }
  .flip-card-front h3 {
    font-size: 20px;
  }
  .flip-card {
    background-color: transparent;
    width: 80px;
    height: 80px;
    perspective: 1000px;
    cursor: pointer;
  }
}

@media (max-width: 420px) {
  .go-down-btn {
    position: relative;
    z-index: 4;
    display: inline-block;
    margin: 15px;
  }
  .banner-tech {
    display: block;
    align-items: center;
    justify-content: space-between;
    gap: 0 20px;
    flex-wrap: wrap;
  }
  .banner-tech h2 {
    font-size: 18px;
    line-height: 35px;
  }
}

@media (max-width: 320px) {
  .banner-tech h2 {
    font-size: 10px;
    line-height: 20px;
  }
}

/* Final banner responsive reset
   Keeps the first viewport stable after the older home.css rules above. */
.banner-container {
  min-height: clamp(640px, 100svh, 860px);
  height: auto;
  padding: clamp(96px, 12svh, 140px) 0 clamp(72px, 9svh, 110px);
  display: flex;
  align-items: center;
}

.banner-content {
  width: 100%;
  position: relative;
  z-index: 2;
}

.home_page_banner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 50px);
}

.home_page_banner h1 {
  font-size: clamp(46px, 6vw, 80px);
  line-height: 1.08;
  margin-bottom: 0;
  overflow-wrap: anywhere;
}

.banner-tech {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 34px;
}

.banner-tech h2 {
  margin-bottom: 0;
  line-height: 1.35;
  white-space: nowrap;
}

.banner_cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.banner_cta a.btn-custom {
  margin-top: 0;
}

.go-down-btn {
  top: auto;
  margin-top: clamp(28px, 5svh, 54px);
}

.go-down-btn .rotate-icon {
  width: clamp(78px, 9vw, 120px);
  height: clamp(78px, 9vw, 120px);
}

@media (max-width: 1199px) {
  .banner-container {
    min-height: clamp(600px, 92svh, 780px);
    padding-top: clamp(92px, 11svh, 120px);
    padding-bottom: clamp(60px, 8svh, 90px);
  }

  .home_page_banner h1 {
    font-size: clamp(42px, 7vw, 68px);
  }
}

@media (max-width: 991px) {
  .banner-container {
    min-height: clamp(560px, 88svh, 720px);
    padding-top: 108px;
    padding-bottom: 58px;
  }

  .home_page_banner {
    padding: 0 28px;
  }

  .home_page_banner h1 {
    font-size: clamp(36px, 7.5vw, 56px);
  }

  .banner-tech {
    gap: 10px 24px;
  }

  .banner-tech h2 {
    font-size: 15px;
  }

  .banner-tech h2::after {
    right: -15px;
  }
}

@media (max-width: 767px) {
  .banner-container {
    padding: 84px 0 16px;
    align-items: center;
  }

  .banner-content {
    padding-top: 0;
  }

  .home_page_banner {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .home_page_banner.py-5 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .home_page_banner h1 {
    font-size: clamp(30px, 8.5vw, 42px);
    line-height: 1.1;
  }

  .home_page_banner h1.mt-4 {
    margin-top: 14px !important;
  }

  .banner-subheading {
    max-width: 100%;
    font-size: 9px;
    line-height: 1.45;
    white-space: normal;
  }

  .banner-tech {
    display: flex;
    gap: 7px;
    margin-top: 16px !important;
  }

  .banner-tech h2 {
    padding: 5px 9px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 0.6px;
  }

  .banner-tech h2::after {
    display: none;
  }

  .banner_cta {
    margin-top: 20px;
  }

  .go-down-btn {
    display: inline-block;
    top: auto;
    margin: 18px 0 0;
    transform: none;
  }

  .go-down-btn .rotate-icon {
    width: 78px;
    height: 78px;
  }

  .go-down-btn .rotate_text {
    font-size: 13px;
    letter-spacing: 2px;
  }
}

@media (max-width: 575px) {
  .banner-container {
    padding: 78px 0 14px;
  }

  .home_page_banner {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .home_page_banner h1 {
    font-size: clamp(27px, 8.8vw, 30px);
    line-height: 1.08;
  }

  .banner-tech {
    display: flex;
    gap: 6px;
  }

  .banner_cta {
    gap: 9px;
    margin-top: 18px;
  }

  .banner_cta a.btn-custom {
    width: min(100%, 330px);
    padding: 11px 16px;
    font-size: 13px;
    line-height: 1.25;
    text-align: center;
  }

  .go-down-btn {
    margin-top: 14px;
  }

  .go-down-btn .rotate-icon {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 380px) {
  .banner-container {
    padding-top: 72px;
  }

  .home_page_banner h1 {
    font-size: clamp(25px, 8.8vw, 32px);
  }

  .banner-subheading {
    font-size: 8px;
    padding: 5px 10px;
  }

  .banner-tech h2 {
    font-size: 10px;
    padding: 4px 7px;
  }

  .banner_cta a.btn-custom {
    font-size: 12px;
  }

  .go-down-btn .rotate-icon {
    width: 64px;
    height: 64px;
  }
}
