.text-bg-gradient {
    background: linear-gradient(to right, #17BF57, #309AFE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
}

.font-weight-900 {
    font-weight: 900;
}

.bg-gradient {
    background: linear-gradient(to bottom, #17BF57, #0988FF) !important;
    border: none !important;
    color: white !important;
}

.font-size-55 {
    font-size: 30px;
    
}

.bg-opacity-25 {
    background-color: rgb(255 255 255 / 25%) !important;
}

.font-size-45 {
    font-size: 25px;
}

.max-width-1169 {
    max-width: 1169px;
}


.padding-1 {
    padding: 20px;
}

.gap-20 {
    gap: 20px;
}

.gap-10 {
    gap: 10px;
}

.padding-2 {
    padding: 5px 20px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-17 {
    font-size: 14px;
}

.border-radius-26 {
    border-radius: 26px;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
    display: inline-block;
}

.bg-FFE865 {
    background-color: #FFE865;
}

.bg-3AA2E7 {
    background-color: #3AA2E7;
}

.padding-3 {
    padding: 10px 30px;
}

.font-size-20 {
    font-size: 20px;
}

.font-weight-400 {
    font-weight: 400;
}

.font-size-24 {
    font-size: 24px;
}

.border-radius-10 {
    border-radius: 10px;
}

.right-30 {
    right: -18px;
}

.left-30 {
    left: -18px;
}

.margin-bottom-2rem {
    margin-bottom: 2rem !important;
}

.rotate-180 {
    transform: rotate(180deg);
}

.process-section h2 {
    font-family: var(--font-family-sora);
    font-weight: 900;
}

.width-height-55 {
    width: 40px;
    height: 40px;
}

.width-height-30 {
    width: 25px;
    height: 25px;
}

.btn-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.font-faimly-petrona {
    font-family: 'Petrona', serif !important;
}

.font-family-prompt {
    font-family: 'Prompt', sans-serif !important;
}

.no-underline {
    text-decoration: none !important;
}

.font-faimly-sora {
    font-family: 'Sora', sans-serif;
}

.card-slide, .unsecured-card-slide {
    display: none !important;
    transform: translateX(100%);
    transition: transform 0.5s ease-in-out;
}

.card-slide.active, .unsecured-card-slide.active {
    display: flex !important;
    transform: translateX(0);
}

.card-slide.slide-in, .unsecured-card-slide.slide-in {
    transform: translateX(0);
}

.card-slide.slide-out .unsecured-card-slide.slide-out {
    transform: translateX(-100%);
}

.background-line-image {
    background-image: url(assests/grid\ view.png);

    width: 100%;
    background-size: cover;
}

.font-family-inter {
    font-family: 'Inter', sans-serif;
}

.background-line-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,  rgb(248 248 248 / 80%) 1%,  rgb(248 248 248 / 50%) 5%,  rgba(248, 248, 248, 0.2) 60%);
    z-index: 0;
}

.background-line-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgb(248 248 248 / 80%) 1%, rgb(248 248 248 / 50%) 5%,  rgba(248, 248, 248, 0.2) 60%);
    z-index: 0;
}

.gradient-before-after::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, rgb(248 248 248 / 50%) 5%,  rgba(248, 248, 248, 0.2) 30%);
    z-index: 0;
}

.gradient-before-after::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgb(248 248 248 / 50%) 5%,  rgba(248, 248, 248, 0.2) 30%);
    z-index: 0;
}

.gradient-before-after {
    position: relative;
}

.new-grid-systm-2 {
    display: grid;
    grid-template-columns: 97%;
    gap: 00px;
}

.padding-4 {
    padding: 40px 20px;
}

.bg-17BF57 {
    background-color: #17BF57;
}

.hover-bg-19E366:hover {
    background-color: #19E366;
}

.padding-5 {
    padding: 25px 78px;
}

.position-inherit {
    position: inherit;
    z-index: 1;
}

.width-38 {
    width: 38px;
}

.w-100px {
    width: 100px;
}

.w-940px {
    max-width: 900px;
    width: 100%;
}

.bottom-35px {
    bottom: 35px;
}

.grid-systm-4 {
    display: grid;
    grid-template-columns: 45% 50%;
    gap: 15px;
    justify-content: center;
}
.grid-systm-5 {
    display: grid;
    grid-template-columns: 50% 45%;
    gap: 30px;
    justify-content: center;
}

.width-510 {
    width: 510px;
}

.padding-6 {
    padding: 30px 20px;
}

.bg-gradient-right {
    background: linear-gradient(to right, #17BF57, #0988FF);
}

.top-35 {
    top: 0px;
}
.top-100px {
    top: 100px;
}

.left-40 {
    left: 0;
}

.bg-white-gradient-right {
    background: linear-gradient(to right, #ffffffe3 15%, #ffffff00 60%);
}

.bg-white-50-0p {
    background-color: rgba(255, 255, 255, 0.5);
}

.bg-0050E5 {
    background-color: #0050E5;
}

.border-radius-8 {
    border-radius: 8px;
}

.border-white-1 {
    border: 1px solid;
}
.w-fit {
    width: fit-content;
}
.font-size-14 {
    font-size: 14px;
}
.padding-15-10   {
    padding: 10px 15px;
}
.padding-15-35 {
    padding: 15px 35px;
}
.text-align-center {
    text-align: center;
}


.box-shadow-1 {
  box-shadow: var(--shadow-complex);
  backdrop-filter: var(--blur-progressive-amount);
  background: var(--blur-progressive);
}

.box-shadow-2 {
  box-shadow: var(--shadow-complex);
  backdrop-filter: var(--blur-progressive-amount);
}

.fx-w-163 {
  width: 163px;
}


.bg-black-70_op {
  background-color: rgba(0, 0, 0, 0.7);
}


.rounded-20px {
    border-radius: 20px;
}

.rounded-10px {
  border-radius: 10px;
}

/* Industries Carousel Styles */
.industries-carousel {
  overflow: hidden;
  width: 100%;
}
.industries-track {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 1rem;
}
.industries-track::-webkit-scrollbar {
  display: none;
}
.industry-card {
  min-width: 180px;
  flex: 0 0 auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  padding: 1.5rem 1rem;
  text-align: center;
  transition: box-shadow 0.2s;
}
.industries-track:active {
  cursor: grabbing;
}
.industries-track {
  cursor: grab;
}
