.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%);
  }
}

.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%);
  }
}

.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;
  }
}

.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;
}

/* Mobile screens */
@media (max-width: 990px) {
  .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;
  }/* default for mobile */


/* Tablet */
@media (min-width: 576px) and (max-width: 991.98px) {
 .vertical-headings {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #fff;
  font-weight: 500;
}

}

/* Desktop */
@media (min-width: 992px) {
  .vertical-headings {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #fff;
  font-weight: 500;
}

}


/* 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;

}

