.img-overly-cls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(23, 29, 60, 0.5);
  z-index: 1;
}
.about-imgs {
  width: 100%;
  height: calc(300px + 10vw); /* Base height 400px + 10% of viewport width */
  object-fit: contain;
  object-position: center;
}

/* blog section */
.about-img-blog {
  width: 100%;
  height: calc(200px + 10vw); /* Base height 400px + 10% of viewport width */
  object-fit: contain;
  object-position: center;
}
/* blog section */

/* Adjust object-position slightly on very small screens */
@media (max-width: 575.98px) {
  .about-imgs {
    height: calc(250px + 5vw);
    object-position: center;
  }
}

.text-orange {
  color: rgba(243, 9, 9, 1);
}

.box-sd {
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

/* .video_outer{
    height: calc(380px + 10vw);
    object-fit: cover;
    object-position: center;
   
} */

.bg-overly-v {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(23, 29, 60, 0.5);
  z-index: 0;
}
.home-softwares-bgs {
  clip-path: polygon(0 69%, 100% 69%, 100% 100%, 0% 100%);
  position: absolute;
  inset: 0;
  z-index: 0;
}

.inp-fild {
  padding: 11px 5px;
  border-radius: 10px;
}

.inp-fild:focus {
  box-shadow: none !important;
  border-color: var(--bg-theme-color4);
}
.iti__search-input:focus-visible {
  box-shadow: none !important;
  border-color: var(--bg-theme-color4);
}
.iti {
  display: block !important;
}

.bg-gary {
  background-color: var(--theme-color-light-grey) !important;
}
.bg-orange {
  background-color: var(--bg-theme-color3);
}
.bg-orange:hover {
  background-color: var(--bg-theme-color3);
}
.bg-orange:active {
  background-color: var(--bg-theme-color3) !important;
}
.rc-anchor-light.rc-anchor-normal,
.rc-anchor-light.rc-anchor-compact {
  border-radius: 10px !important;
}

.bg-clip-white {
  background-color: var(--text-color-bg-theme-color2);
  clip-path: polygon(0 48%, 100% 37%, 100% 100%, 0% 100%);
  position: absolute;
  inset: 0;
  z-index: 0;
}

.img-sz {
  height: 360px;
  width: 100%;
  object-fit: contain;
}

.home-softwares-contents {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
/* Adjust object-position slightly on very small screens */
@media (max-width: 575.98px) {
  .home-softwares-contents {
    position: relative;
    z-index: 1;
    margin-bottom: 5px;
  }
}

.img-overly-cl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(23, 29, 60, 0.5);
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
}
.about-img {
  width: 100%;
  height: calc(365px + 10vw); /* Base height 400px + 10% of viewport width */
  object-fit: cover;
  object-position: 10% 44%;
  clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
}
.video-main-vd {
  width: 100%;
  height: calc(400px + 10vw); /* Base height 400px + 10% of viewport width */
  object-fit: cover;
  object-position: 10% 44%;
  clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
}

@media (max-width: 480px) {
  .video-main-vd,
  .vd-img {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%) !important;
  }
}

/* Tablet and down */
@media (max-width: 768px) {
  .products-navbar,
  .outer-clip {
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
  }
  .robot-kg {
    right: 5px !important;
    top: 35% !important;
  }
  .img-box {
    height: 250px !important;
  }
  .img-box img {
    max-width: 85% !important;
  }
  .series-card {
    padding: 15px !important;
  }
}

.outer-clip {
  clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 100%);
}
/* Mobile screens */
@media (max-width: 480px) {
  .products-navbar,
  .outer-clip {
    clip-path: polygon(0 3%, 100% 0, 100% 100%, 0% 100%);
  }
  .card-body.home-products-cardbody {
    padding: 20px 10px;
  }
}

.clip-paths-starts {
  position: relative;
  background-color: #f1f1f1;
  clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 100%);
}

.clip-paths-starts-blue {
  position: relative;
  background-color: var(--bg-theme-color4);
  clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 100%);
}

/* Adjust object-position slightly on very small screens */
@media (max-width: 575.98px) {
  .about-img {
    height: calc(250px + 5vw);
    object-position: 50% 50%;
  }
  .home-softwares-content {
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
  }
  .img-box {
    height: 175px !important;
  }
}

.texts-shadow {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.8);
}

.icon-outer {
  background-color: #f30909;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-card {
  height: 370px;
  width: 100%;
  object-fit: cover;
}

.text-red {
  color: #f30909;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #171d3c !important;
}
.owl-dots button.owl-dot {
  background-color: #171d3c80 !important;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}

.text-gray {
  color: #cbd5e1;
}

/* toggle btn */
.toggle-switch {
  display: inline-flex;
  align-items: center;
  background: #a24545;
  border-radius: 50px;
  font-size: 21px !important;
  padding: 5px 10px;
  cursor: pointer;
  user-select: none;
  position: relative;
  width: 250px;
  height: 65px;
  transition: background 0.4s ease;
  outline: none;
}

.toggle-ball {
  background: #fff;
  border-radius: 50%;
  width: 53px;
  height: 53px;
  position: absolute;
  /* top: 5px; */
  left: 78%;
  color: #171d3c;
  transition: left 0.4s ease;
}

.toggle-switch:not(.active) {
  background: rgba(0, 123, 255, 1);
}

.toggle-switch:not(.active) .toggle-ball {
  left: -2px;
}

.toggle-label {
  flex: 1;
  margin: 0 10px;
  font-size: 24px;
  position: absolute;
  width: 100%;
  color: #fff;
  pointer-events: none;
}

.toggle-switch.active .toggle-label {
  text-align: start;
}

.toggle-switch:not(.active) .toggle-label {
  text-align: center;
}

.content-box {
  margin-top: 20px;
  transition: all 0.3s ease;
}

.top-badge {
  top: 16px;
  right: 16px;
  color: #cbd5e1;
  padding: 7px 20px;
  border-radius: 10px;
  width: 120px;
  text-align: center;
}

.border-white {
  border-left: 3px solid #f1f1f1;
  border-right: 3px solid #f1f1f1;
  border-bottom: 3px solid #f1f1f1;
}

.circle-box {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
}

.top-right {
  right: 12px;
  bottom: 14px;
  margin-left: 16px;
  margin-top: 10px;
}

.blog-img {
  height: 187px;
  width: 100%;
  object-position: center;
}

.home-softwares-bgss {
  background-color: var(--text-color-bg-theme-color4);
  clip-path: polygon(0 50%, 100% 40%, 100% 100%, 0% 100%);
  position: absolute;
  inset: 0;
  z-index: 0;
}

.curve__icon {
  height: 366px;
  object-fit: scale-down;
  object-position: -15px 55px;
}

.curve__iconss {
  height: 366px;
  object-fit: scale-down;
  object-position: 9px 55px;
}
.curve__icons {
  height: 500px;
  object-fit: scale-down;
  object-position: 1px -16px;
}
.curve__iconsb {
  height: 500px;
  object-fit: scale-down;
  object-position: 1px -7px;
}

.border-blue {
  border: 2px solid #171d3c;
}

.card-header-cl {
  background-color: #0090d2;
}
.card-bodys {
  background: #ffffff;
  color: var(--theme-color4);
}

.fs-30 {
  font-size: 30px;
}

.projects-card:hover {
  background: #c369696b;
}
.projects-card {
  transition: background 0.4s ease;
}

.test-h {
  height: clamp(0px, 40vw, 460px);
}
/* cat back */

.vertical-headings {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #fff;
  font-weight: 500;
}
.robot-vertical-headings {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #ffffff;
  font-weight: 500;
}
.ba-link-arrow {
  color: #ffffff;
  line-height: 1.2 !important;
}
.robots-spec-block {
  text-align: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  height: 100%;
  padding: 15px;
  background: #ffffff;
  border-radius: 10px;
}

.robots-spec-block .robots-spec-icon i {
  font-size: 40px;
  color: #171d3c;
  margin-bottom: 15px;
}
.robots-sub-heading {
  color: #1b2880;
  font-size: clamp(var(--font-size-18), 3.5vw, var(--font-size-24));
  font-family: var(--text-font);
}
.robot-product-img-div {
  background-color: rgba(203, 213, 225, 1);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(72, 84, 105, 0.5);
  border-radius: 20px 20px 0px 0px;
}
/* card-1 */

.home-products-card:hover .robot-product-img-div,
.home-products-card:focus .robot-product-img-div {
  background: rgba(179, 197, 223, 1);
  border-radius: 20px 20px 0px 0px;
}

.home-products-card:hover .robot-product-cardbody {
  background: rgba(66, 88, 119, 1);
}

/* Mobile screens */
@media (max-width: 990px) {
  .vertical-headings {
    writing-mode: horizontal-tb;
    transform: rotate(0deg);
    margin: 20px 0px;
    text-align: center;
  }
  .robot-vertical-headings {
    writing-mode: horizontal-tb;
    transform: rotate(0deg);
    margin: 20px 0px;
    text-align: center;
  }
}

.vertical-headings {
  writing-mode: horizontal-tb;
  transform: rotate(0deg);
  margin: 20px 0px;
  text-align: center;
}

.robot-vertical-headings {
  writing-mode: horizontal-tb;
  transform: rotate(0deg);
  margin: 20px 0px;
  text-align: center;
}
/* default for mobile */

/* Tablet */
@media (min-width: 576px) and (max-width: 991.98px) {
  .vertical-headings {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-weight: 500;
  }
  .robot-vertical-headings {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-weight: 500;
  }
}

/* Desktop */
@media (min-width: 992px) {
  .vertical-headings {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    color: #fff;
    font-weight: 500;
  }
  .robot-vertical-headings {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-weight: 500;
  }
}

@media (max-width: 991px) {
  .img-box {
    height: 200px !important;
  }
  .robot-kg {
    font-size: 16px !important;
  }
  .series-title {
    font-size: 20px !important;
  }
  .series-card {
    padding: 20px !important;
  }
}
/* ripple */

.ripple {
  box-sizing: border-box;
  position: relative;
}

.ripple:before {
  animation: ripple 2s ease-out infinite;
  border: solid 2px #ffffff;
  border-radius: 50%;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.ripple:after {
  animation: ripple 2s 1s ease-out infinite;
  border: solid 2px #ffffff;
  border-radius: 50%;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

@keyframes ripple {
  0% {
    opacity: 1;
  }
  100% {
    border-radius: 50%;
    opacity: 0;
    transform: scale(1.7);
  }
}
.sf-logo {
  height: 178px;
  width: 100%;
  max-width: 346px;
}

/* Robots Page */

.series-section {
  scroll-margin-top: 50px;
  scroll-behavior: smooth;
}

.series-card {
  position: relative;
  text-align: center;
  padding: 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.robot-product-description {
  font-size: clamp(var(--font-size-16), 3vw, var(--font-size-18));
  margin-bottom: 0px;
  color: #fff;
}

.card-link {
  text-decoration: none;
  display: block;
}

.card-link:hover {
  text-decoration: none;
}
.bg-dark-blue {
  background: #1b2880;
}

.text-primary-blue {
  color: #1b2880;
}

.bg-light-blue {
  background: rgb(27 40 128 / 60%);
}

.img-box {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-box img {
  max-height: 100%;
  max-width: 90%;
  object-fit: contain;
}

/* Title */
.series-title {
  color: #fff;
  font-size: clamp(16px, 4vw, 30px);
  font-weight: var(--font-weight-500);
  margin-top: 15px;
  margin-bottom: 0px;
}

/* Vertical KG text */
.robot-kg {
  position: absolute;
  right: 5px;
  top: 40%;
  transform: translateY(-35%) rotate(180deg);
  writing-mode: vertical-rl;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(14px, 3vw, 22px);
  font-weight: bold;
}

/* Table Styling */
.spec-section {
  padding: 50px 0;
}

.spec-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}

.spec-table {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.spec-table th,
.spec-table td {
  padding: 14px 18px;
  border: 1px solid #dee2e6;
  vertical-align: middle;
}

.spec-table thead {
  text-align: center;
}

.group-heading {
  font-weight: 600;
  background: #e9f0ff;
  text-align: center;
}

.spec-label {
  font-weight: 500;
}

.spec-label i {
  width: 35px;
}

.series-card.bg-dark-blue .robot-kg {
  color: rgba(255, 255, 255, 0.5);
}
.series-card.bg-light-blue .robot-kg {
  color: rgba(23, 29, 60, 1);
}
.series-card.bg-light-blue .series-title {
  color: #1b2880;
}
p.robot-card-text {
  margin-bottom: 0px !important;
}

.text-dark-blue {
  color: var(--theme-color2);
}

.back-arrow-position {
  position: absolute;
  left: 2%;
  top: 1%;
}

@media (max-width: 400px) {
  .img-box {
    height: 100px !important;
  }
  .robot-kg {
    font-size: 10px !important;
  }
  .series-title {
    font-size: 12px !important;
  }
}

@media (max-width: 350px) {
  p.robot-card-text {
    font-size: 10px;
  }
  .card-body.home-products-cardbody {
    padding: 20px 5px;
  }
}
