/* Extracted Inline Styles */
.box.card {
  display: block;
  padding: 0;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 100%);
  border-radius: 24px;
  width: 96%;
  height: 100%;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
}

/* .box.card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 6px;
      background: var(--card-accent-color, #E17523);
      z-index: 1;
    } */

/* .box.card[style*="0167FF"]::before {
      background: #0167FF;
    }

    .box.card[style*="E17523"]::before {
      background: #E17523;
    } */

.box.card .col-lg-12 {
  padding: 20px 28px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.head-text {
  font-size: 28px;
  color: #1a1a1a;
  line-height: 1.3;
  min-height: auto;
  margin-bottom: 15px;
  font-weight: 700;
  letter-spacing: -0.5px;
  position: relative;
  z-index: 2;
}

.box.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  background: linear-gradient(135deg, #1a1a1a 0%, #000000 100%);
}

.box.card:hover .head-text {
  color: #ffffff;
}

.box.card:hover .styled-button {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-color: rgba(255, 255, 255, 0.2);
}

.box.card:hover .styled-button span {
  color: #ffffff;
}



.formidium-banner-tech-page .header-txt h4 {
  font-weight: 300;
  font-size: 30px;
  line-height: 1.3;
}

/* Extracted Inline Styles */
.seamlessimg {
  width: max-content;
  border-radius: 4px;
  justify-self: center;
  justify-content: center;
}

.iron-service-images .serviceicon img,
.latest-updates .lastupdate-img img,
.seamlessimg img {
  width: 250px;
}

/* Extracted Inline Styles */
.styled-button {
  display: flex;
  height: max-content;
  align-items: top;
  justify-content: flex-start;
  padding: 12px 15px;
  border: 2px solid #34a853;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  color: white;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  gap: 12px;
  margin-bottom: 5px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}


.styled-button:hover {
  transform: translateX(4px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.styled-button .icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  flex-shrink: 0;
}

.styled-button .icon img {
  height: 18px;
  width: auto;
}

.styled-button span {
  color: #2d3748;
  font-weight: 500;
  line-height: 1.4;
}

/* Extracted Inline Styles */
li.nav-item:nth-child(2) a::after {
  width: 100% !important;
  left: 0 !important;
}

body.lang-en.responsive.technology .formidium-section-gap {
  padding-top: 4rem;

}

.meet-box-center {
  border: 1px solid #0167FF;
  border-radius: 15px;
}

.formidium-banner-tech-page .container {
  position: relative;
  z-index: 2;
}

.formidium-banner-tech-page {
  height: 560px;
  padding-top: 12rem;
  padding-bottom: 6rem;
  position: relative;
  background: url(../img/jan-design/new-background.svg?v=202507091038);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
}

.techpage .meet-box-center {
  padding: 30px 20px 30px 20px;
  min-height: 166px;
  background: #fff;
}

.techpage .meet-box-center p {
  font-size: 16px;
}

.box.card.oneone {
  border: 1px solid #4286f5;
  height: auto;
  padding: 18px 18px 18px 18px;
  width: 99%;
  margin-top: 1rem;
}

.box-lg.one {
  align-items: center;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .formidium-banner-tech-page {
    height: auto;
  }

  .head-text {
    font-size: 28px;
  }

  .styled-button {
    font-size: 14px;
  }
}

@media (max-width: 991.98px) {
  .techpage .meet-box-center {
    align-content: center !important;
    min-height: auto !important;
    padding: 20px 20px 24px 20px !important;
  }

  .box.card.oneone {
    width: 100%;
  }

  .box.card {
    width: 100%;
  }

  .all-box {
    display: block !important;
    gap: 0 !important;
  }

  .box.card {
    height: auto;
    margin-bottom: 2rem;
    width: 100% !important;
  }

  .box.card .col-lg-12 {
    padding: 24px 20px;
  }

  .head-text {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .styled-button {
    font-size: 14px;
    padding: 10px 16px;
    margin-bottom: 10px;
  }

  #csd {
    margin-top: 58px;
    padding-bottom: 0;
    margin-bottom: 56px;

  }

  #csd .col-lg-8 {
    order: 2;
    margin-top: 50px;
  }

  #csd .col-lg-4 {
    order: 1;
  }

  .row.needs.two {
    padding-top: 0px !important;
  }
}

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

@media (max-width: 767.98px) {
  .formidium-section-gap p {
    margin-top: 12px !important;
  }

  .header-banner h1 {
    text-align: left !important;
  }

  .box-lg.one {
    display: block !important;
  }

  .header-banner {
    height: auto;
    padding-top: 9rem;
    padding-bottom: calc(5rem - 2rem);
  }
}

.header-banner h1 {
  padding: 0px;
}

/* Extracted Inline Styles */
li.nav-item:nth-child(4) a::after {
  width: 100% !important;
  left: 0 !important;
}

/* Extracted Inline Styles */
/* .box.card.oneone:hover {
      background-color: transparent;
    } */
.box.card.oneone:hover p {
  color: #fff;
}