body{
  font-family: "Nunito Sans", sans-serif !important;
  background-color: #fff;
}

/* Portfolio Page Styles */
/* ✨ scale-down animation for all dropdown menus that have .dropdown-animate */
.dropdown-menu.dropdown-animate {
transform-origin: top center;          /* pivot at the top */
transform: scale(.92);                 /* a bit smaller */
opacity: 0;
transition: transform .18s ease, opacity .18s ease;
}
.dropdown.show > .dropdown-menu.dropdown-animate {
transform: scale(1);
opacity: 1;
}

/* Portfolio card hover effects */
.portfolio-card-hover {
transition: all 0.3s ease;
cursor: pointer;
}

.portfolio-card-hover:hover {
transform: translateY(-8px);
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.portfolio-card-hover:hover .more-ds {
transform: translateX(5px);
transition: transform 0.3s ease;
}

/* Tab button improvements */
.tab-btn {
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}

.tab-btn.active {
background: linear-gradient(135deg, #4AC2E4, #6AC069);
color: white;

}

/* iOS brand color */
.tab-btn[data-tab="ios"].active {
background: rgba(0, 122, 255, 0.2);
color: #007AFF;
}

/* Android brand color */
.tab-btn[data-tab="android"].active {
background: rgba(61, 220, 132, 0.2);
color: #3DDC84;
}

/* Portfolio filtering animation */
.profoli-card {
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.profoli-card:not(.show) {
opacity: 0;
transform: scale(0.8);
pointer-events: none;
}

.profoli-card.show {
opacity: 1;
transform: scale(1);
pointer-events: auto;
}

/* Swiper improvements */
.swiper-pagination-bullet {
background: #4AC2E4;
opacity: 0.3;
transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
opacity: 1;
transform: scale(1.2);
}

/* Responsive improvements */
@media (max-width: 768px) {
.portfolio-card-hover:hover {
  transform: none;
}

.tab-btn {
  font-size: 0;
  padding: 12px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab-btn svg {
  width: 24px;
  height: 24px;
}
}
:root {
  --primary-color: #3B82F6;
  --secondary-color: #0b6dac;
  --dark-color: #111827;
  --light-color: #f7f8fc ;
  --transition:linear 0.2s all ;
  --nexbex-gradient:linear-gradient(130deg, #483092, #0e74b2);
  --nexbex-1: #483092;
  --nexbex-2: #0e74b2;
}

/* For Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}

/* For Firefox */
input[type=number] {
-moz-appearance: textfield;
}

.color-dark{
color: var(--dark-color);
}
.navbar-toggler{
border: none;
padding-right: 0;
}
.navbar-toggler:focus,.navbar-toggler:focus-visible,.navbar-toggler:active{
box-shadow: none;
border: none;
outline: none;
}
.navbar-toggler .navbar-toggler-icon{
width: 1.4rem;
height: 1.2rem;
}
.navbar-brand img{
  height: 38px;
}
.navbar .nav-link{
  font-size: 14px;
  font-weight: 400;
  transition: var(--transition);
}
.navbar .nav-link:hover{
  color: var(--secondary-color);
  transition: 0.2s all linear;
}
.navbar-brand{
  padding-right: 50px;
}
.btn.btn-primary{
  /* background-color: var(--primary-color); */
  background-image: var(--nexbex-gradient);
  /* border: 1px solid var(--primary-color); */
  border: 1px solid transparent;
  transition: 0.1s ease-in-out all;
}
.btn:hover{
  transition: var(--transition);

}
.btn.btn-primary:hover{
  transition: 0.2s ease-in-out all;
  transform: translateY(-4px);
}

@media(max-width: 1400px){
  .container {
      max-width: 1140px;
  }
  .navbar-brand{
    padding-right: 0;
  }
}

@media(min-width: 992px){
  .container {
      max-width: 992px;
  }
}

@media(min-width: 768px){
  .container{
    max-width: 720px;
  }
}
@media(min-width: 992px){
  .container {
      max-width: 992px;
  }
}


@media(max-width: 768px){
    .container{
      padding: 0 24px;
    }
}

@media (max-width: 992px){
.navbar .nav-link{
 font-size: 16px;
 font-weight: 600;
 color: var(--dark-color);
display: flex;
justify-content: space-between;
}
.navbar .nav-link svg{
  width: 18px !important;
}
}

@media (min-width: 1400px) {
  .container, .container-box, .feature-container, .layout, .pricing, .frequent-questions, .small-container, .feature-line-container, .about-line-container, .navbar-expand-lg.sub-navbar .mobile-sub-navbar, .menu-path, .keka-client .desktop-visibility, .keka-client .desktop-button, ul.pagination {
      max-width: 1140px !important;
}
}
.btn.btn-primary{
  padding: 8px 0px;
}
.dropdown-toggle::after{
  display: none;
}
.navbar .nav-link svg{
  width: 12px;
}
.box-email{
  border: 1px solid #ced4da;
  border-radius: 8px;
  display: flex;
}
.box-email input{
  width: 100%;
  border: 0 solid #0b6dac;
  box-shadow: none;
  background-color: transparent;
  padding-left: 14px;
}
.box-email input:focus{
  border: none !important;
  box-shadow: none !important;
}
.box-email button.btn{
  border-radius: 5px 6px 6px 5px !important;
}
.head-nexbex{
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 20px;
  font-weight: 800;
  color: var(--dark-color);
  
}

.descrption-d{
  font-size: 18px;
  line-height: 28px;
  color: #69727A ;
}

@media(max-width: 768px){
  .head-nexbex{
    font-size: 24px;
    line-height: 28px;
  }
  .descrption-d{
    font-size: 16px;
    line-height: 24px;
  }
}
.reviews-d{
  font-size: 12px;
  /* color: #69727A; */
  color: #fff;
  margin: 0;
  font-weight: 400;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.reviews-d img{
  height: 16px;
}
.logo-slider {
overflow: hidden;
background: var(--light-color);
padding: 1.5rem 0;
position: relative;
}
.logo-track {
display: flex;
width: max-content;
animation: scroll 70s linear infinite;
align-items: center;
}
.logo-item {
flex: 0 0 auto;
width: auto;
padding: 0 8px;
}

.logo-item img {
width: auto;
height: 58px;
/* object-fit: contain; */
opacity: 1;
transition: 0.3s;
}

.logo-item img:hover {
filter: grayscale(0%);
opacity: 1;
}

@keyframes scroll {
0% {
  transform: translateX(0);
}
100% {
  transform: translateX(-50%);
}
}

.client-text{
  font-size: 26px;
  font-weight: 400;
  color: #69727A;
  margin: 0;
  border-right: 3px solid #69727A;
  width: 100%;
  display: flex;
  justify-content: end;
      padding-right: 20px;
}
.mt-60{
  margin-top: 60px;
}
.bg-gray-s{
  background-color: var(--light-color);
}
.py-60{
  padding-top: 60px;
  padding-bottom: 60px;
} 
.mt-60{
  margin-top: 60px;
}

/* tab & collapse */
/* Global Layout */
.product-taps-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.listing-taps{
  border-radius: 0.5rem;
}
.listing-taps p {
  cursor: pointer;
  font-weight: 600;
  padding: 1.125rem;
  background-color: transparent;
  margin: 0;
  transition: background 0.3s ease, color 0.3s ease;

  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.listing-taps>p{
  color: var(--dark-color);
  display: flex;
  align-items: center;
  gap: 8px;
}
.listing-taps>p:hover{
  /* color: var(--primary-color); */
  background: linear-gradient(130deg, #483092, #0e74b2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.listing-taps>p svg{
  width: 20px;
}
.listing-taps>p i{
  font-size: 18px;
  font-weight: 100;
}

/* Collapsible Content */
.listing-taps .collapse-body {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  background-color: #fff;
  /* border-left: 3px solid var(--primary-color); */
  border-radius: 0 0 0.5rem 0.5rem;
  font-size: 14px;
  padding: 0 1rem;
  transition: all 0.6s ease;
}
.listing-taps.active{
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-left: 3px solid ;
  border-image: var(--nexbex-gradient) 1;
}

.btn.btn-outline-primary{
  background: var(--nexbex-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all ease-in-out 0.2s;
  transform: translateY(0px);
}
.btn.btn-outline-primary:hover{
      transition: all ease-in-out 0.2s;

  transform: translateY(-4px);
}

.listing-taps.active>p svg{
  color: var(--nexbex-1);
}
.listing-taps.active>p i{
  color: var(--primary-color);
}
.listing-taps.active>p{
  font-weight: 700;
  /* border-left: 3px solid var(--nexbex-1); */
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  background-color: #fff;
}

.listing-taps.active .collapse-body {
  max-height: 500px;
  opacity: 1;
  padding: 1rem;
  padding-top: 0;
}

/* Image Fade Animation */
.product-tabs-images {
  min-height: 300px;
}

.product-tabs-images img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: 0;
  transition: opacity 0.8s ease;
  border-radius: 0.5rem;
  object-fit: cover;
}

.product-tabs-images img.active {
  opacity: 1;
  z-index: 1;
}

.listing-taps .collapse-body {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  background-color: #fff;
  /* border-left: 3px solid var(--nexbex-2); */
  border-radius: 0 0 0.5rem 0.5rem;
  font-size: 14px;
  transition: max-height 0.6s ease, padding 0.4s ease, opacity 0.4s ease;
  will-change: max-height;
  position: relative;
}

/* When active */
.listing-taps.active .collapse-body {
  opacity: 1;
  padding: 1rem;
  padding-top: 0;
  height: max-content;
}

.collapse-body {
  overflow: hidden;
  transition: height 0.4s ease, opacity 0.3s ease;
  height: 0;
  opacity: 0;
  padding: 0 1rem;
}

.listing-taps.active .collapse-body {
  opacity: 1;
}
.collapse-body>p{
  color: var(--dark-color);
  padding: 0;
} 
.alert-link{
  /* color: var(--primary-color); */
  background: var(--nexbex-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 14px;
  transition: var(--transition);
}
  .alert-link:hover{
    color: var(--secondary-color);
  transition: var(--transition);

  }

  .custom-height{
    min-height: 511px;
  }
 
.sub-head{
/* color: var(--primary-color); */
background: var(--nexbex-gradient);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 1.3rem;
font-weight: 700;
}
  /* ///// tab & collapse */

  .bg-gray{
    background-color: var(--light-color);
  }

.lb-card{
 box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
 padding: 24px;
 border-radius: 8px;
 background-color: #fff;
 display: flex;
 flex-direction: column;
transition: var(--transition);
height: 100%;
}
.lb-card:hover{
transition: var(--transition);
}
.lb-card span{
width: 60px;
height: 60px;
line-height: 56px;
min-width: 60px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
background-color: #3b83f663;
margin-bottom: 22px;
}
.lb-card span img{
width: 32px;
height: 32px;
}
.lb-card h3{
font-size: 22px;
color: var(--dark-color);
font-weight: 600;
margin-bottom: 8px;
height: 52px;
}
.lb-card a{
font-size: 18px;
font-weight: 600;
color: var(--nexbex-2);
transition: var(--transition);
}
.lb-card a i,.lb-card a svg{
color: #69727A;
height: 19px;
}
.lb-card a:hover{
transition: var(--transition);
color: var(--secondary-color);
}
.line-3-elipics{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.lb-card.card-1:hover{
box-shadow: #DBF3FA  0px 48px 100px 0px;
}
.lb-card.card-2:hover{
box-shadow: #def7de  0px 48px 100px 0px;
}
.lb-card.card-3:hover{
box-shadow: #FBE9EF  0px 48px 100px 0px;
}
.lb-card.card-4:hover{
box-shadow: #FFF1EA  0px 48px 100px 0px;
}
.lb-card.card-5:hover{
box-shadow: #E9E9FF  0px 48px 100px 0px;
}
.lb-card.card-6:hover{
box-shadow: #FFF8DC  0px 48px 100px 0px;
}
.lb-card.card-7:hover{
box-shadow: #FBE9EF  0px 48px 100px 0px;
}

.lb-card.card-1:hover a{
color: #4AC2E4;
}
.lb-card.card-2:hover a{
color: #6AC069;
}
.lb-card.card-3:hover a{
color: #E44C7D;
}
.lb-card.card-4:hover a{
color: #F9AB00;
}
.lb-card.card-5:hover a{
color: #8484D7;
}
.lb-card.card-6:hover a{
color: #FFD012;
}
.lb-card.card-7:hover a{
color: #E44C7D;
}

.list-dd{
display: flex;
flex-direction: column;
}
.list-dd h5{
font-size: 22px;
color: var(--dark-color);
font-weight: 600;
margin-bottom: 8px;
height: 52px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;

}
.list-dd p{
color: #69727A;
font-size: 18px;
line-height: 28px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
transition: 0.4s ease-in-out;
}
.list-dd span{
display: flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
line-height: 56px;
min-width: 60px;
border-radius: 50px;
background-color: #DBF3FA;
margin-bottom: 22px;
}
.list-dd i,.list-dd svg{
font-size: 30px;
width: 30px;
color: #4AC2E4;
}
.dsd>div:nth-child(1) .list-dd span{
background-color: #DBF3FA ;
color: #4AC2E4 ;
}
.dsd>div:nth-child(2) .list-dd span{
background-color: #FBE9EF ;
color: #E44C7D  ;
}
.dsd>div:nth-child(3) .list-dd span{
background-color: #E1F2E1 ;
color: #6AC069  ;
}
.dsd>div:nth-child(4) .list-dd span{
background-color: #E9E9FF  ;
color: #8484D7   ;
}

.dsd>div:nth-child(1) .list-dd span svg{

color: #4AC2E4 ;
}
.dsd>div:nth-child(2) .list-dd span svg{

color: #E44C7D  ;
}
.dsd>div:nth-child(3) .list-dd span svg{

color: #6AC069  ;
}
.dsd>div:nth-child(4) .list-dd span svg{

color: #8484D7   ;
}
.tick-listing{
padding: 0;
}
.tick-listing li{
list-style-type: none;
display: flex;
align-items: center;
gap: 3px;
margin: 0;
margin-bottom: 10px;
padding: 0;
font-weight: 500;
color: var(--dark-color);
font-size: 16px;
}
.tick-listing li svg{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  line-height: 56px;
  min-width: 34px;
  border-radius: 50px;
  background-color: #E1F2E1;
  color: #6AC069;
  padding: 5px;
}
.footer{
background-color: var(--dark-color);
}
.footer .footer-logo{
 height:34px ;
 filter: grayscale(0);
}
.footer{
color: #afb1b4 ;
font-weight: 400;
font-size: 13px;
padding: 80px 0;
}
.social-icon-container{
display: flex;
padding: 0;
text-decoration: none;
gap: 14px;
list-style-type: none;
}
.social-icon-container li a{
color: #cfcfcf;
font-size: 22px;
transition: var(--transition);
height: 22px;
width: 22px;
}
.social-icon-container li a svg{
height: 22px;
width: 22px;
font-size: 22px;
}
.social-icon-container li a:hover{
color: var(--primary-color);
transition: var(--transition);
}
.footer .footer-links-containe{
list-style-type: none;
display: flex;
gap: 8px;
flex-direction: column;
padding-left: 0;
}
.footer .footer-links-containe li a{
color: #cfcfcf;
text-decoration: none;
font-size: 14px;
transition: var(--transition);
display: flex;
gap: 4px;

}
.footer .footer-links-containe li a:hover{
color: var(--secondary-color);
transition: var(--transition);
}
.footer .footer-head{
font-size: 17px;
font-weight: 700;
color: #e7e7e7;
}
.footer .footer-links-containe li a svg{
min-width: 18px;
width: 18px;
}
.bottom-footer{
border-top:1px solid #767676;
background-color: var(--dark-color);
padding: 16px 0;

width: 100%;
}
.bottom-footer .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bottom-footer .container a{
text-decoration: none;
color: #e7e7e7;
font-size: 15px;
}
.bottom-footer .container a:hover{
transition: var(--transition);
color: var(--primary-color);
}
.bottom-footer .container p{
  color: #e7e7e7;
font-size: 15px;
margin: 0;
}
@media (max-width: 768px){
.client-text{
  border: none;
  padding-top: 20px;
}
.list-dd{
      align-items: center;
}
.list-dd p{
  text-align: center;
}
.py-60{
  padding-top: 30px;
  padding-bottom: 30px;
}
.product-tabs-images{
    min-height: 57vw;
}
}
.bottom-footer .container ul{
padding-left: 0;
}
@media (max-width: 579px){
.product-tabs-images {
  min-height: 53vw;
}
.bottom-footer .container{
    flex-direction: column;
}
}
.prodcuts-dropmenu span{
  width: 32px;
  height: 32px;
  line-height: 28px;
  min-width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #6AC069;
}
.prodcuts-dropmenu span svg{
width: 18px;
object-fit: contain;
}
.prodcuts-dropmenu li .dropdown-item{
display: flex;
align-items: center;
gap: 10px;
font-size: 14px;
margin-bottom: 10px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu{
animation: 0.2s scaldown-anim  forwards;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
border-color: #f8f8f8;
}
@keyframes scaldown-anim {
from {transform: translateY(0);}
to {transform: translateY(-5px);}
}
.prodcuts-dropmenu{
display: flex;
flex-wrap: wrap;
width: max-content;
max-width: 550px;
align-items: center;
}
.prodcuts-dropmenu li{
width: 48%;
}

.dropdown-item{
white-space: break-spaces;
}
.dropdown-item{
font-size: 15px;
}
.dropdown-menu{
min-width: 200px;
}
.dropdown-item.active, .dropdown-item:active{
background-color: transparent;
border-radius: 5px;
color: var(--nexbex-1);
}
.banner-dsf{
position: relative;
width: 100%;
height: 100vh;
max-height: 600px;
background-image: url(../img/banner/our-story-banner.webp);
background-size: cover;
background-repeat: no-repeat;
background-position: center center ;
overflow: hidden;
background-color: #F7FAFF;
}
.banner-dsf .banne-contents{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-40%);
}
@media(max-width: 568px){
 .banner-dsf{
  background-size: 200%;
  background-position: top;
 }
   .banner-dsf .banne-contents{
    width: 100%;
  }
  .banner-dsf .banne-contents{
    position: absolute;
    top: auto;
    bottom: 0px;
}
}
.card-job-de{
width: 100%;
display: flex;
padding: 24px;
flex-direction: column;
border-radius: 12px;
/* border: 1px solid #ced4da; */
background-color: #fff;
box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
transition: var(--transition);

}
.card-job-de:hover{
box-shadow: rgba(149, 157, 165, 0.2) 4px 4px 34px;
transition: var(--transition);
}
.card-job-de h6{
font-size: 22px;
color: var(--dark-color);
font-weight: 700;
}
.card-job-de .experience-job{
font-size: 14px;
background-color: #e7f3ff;
padding: 4px 8px;
border-radius: 5px;
width: max-content;
color: var(--dark-color);
margin-bottom: 0;
}
.onboarding-timeline-card-profile{
display: flex;
flex-direction: column;
gap: 22px;
align-items: end;
border-right: 1px dashed #69727A;
padding-right: 24px;
padding-top: 24px;
padding-bottom: 24px;
position: relative;

}
.onboarding-timeline-card-profile img{
min-width: 160px;
min-height: 160px;
max-width: 160px;
max-height: 160px;
width: 100%;
height: 100%;
box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
background-color: #fff;
border-radius: 50%;
padding: 5px;
}
.onboarding-timeline-card-profile p{
padding: 14px;
border-radius: 14px;
font-size: 16px;
color: #69727A;
margin: 0;
background-color: #fff;
max-width: 300px;
 box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
}
.onboarding-timeline-card-profile span{
width: 32px;
height: 32px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
color: #fff;
background-image: var(--nexbex-gradient);
position: absolute;
right: -15.5px;
top: 15px;
}
.onboarding-timeline-card-profile.left-ds{
border-left: none;
border-right: 0;
align-items: start;
padding-right: 0px;
padding-left: 24px;

}
.onboarding-timeline-card-profile.left-ds span{
right: auto;
left: -39.5px;
}
.onborading-left-border{
border-right: 1px dashed #69727A;
padding-right: 24px;
padding-top: 24px;
height: 100%;
display: flex;
  flex-direction: column;
  justify-content: center;
}
.support-cards{
list-style-type: none;
display: flex;
flex-direction: column  ;
align-items: end;
gap: 22px;
}
.support-cards span{
display: flex;
align-items: center;
justify-content: center;
padding: 6px;
border-radius: 50%;
background-color: #4ac3e450;
width: 45px;
height: 45px;
min-width: 45px;
min-height: 45px;
color: #4AC2E4;
}
.ui-cards{
padding: 22px 14px;
border-radius: 12px;
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
background-color: #fff;
}
.support-cards li{
display: flex;
gap: 12px;
}
.support-cards li h6{
color: var(--dark-color);
font-size: 18px;
margin-bottom: 2px;
font-weight: 600;
}
.support-cards li a{
text-decoration: none;
color: var(--nexbex-2);
display: block;
font-size: 14px;
transition: var(--transition);
font-weight: 600;
}
.support-cards li a:hover{
color: var(--dark-color);
transition: var(--transition);

}
@media (max-width: 576px){
.support-cards{
  align-items: normal;
  padding: 0 8px;
}
}
.badge-sds{
background-color: #49309221;
padding: 6px 16px;
border-radius: 24px;
margin: 0;
color: var(--nexbex-1);
}
.social-cont{
padding: 0;
margin: 0;
list-style-type: none;
display: flex;
}
.social-cont li{
display: flex;
gap: 14px;
align-items: center;
}
.social-cont{
display: flex;
flex-direction: column;
gap: 18px;
}
.social-cont li a{
color: var(--dark-color);
text-decoration: none;
font-weight: 500;
font-size: 15px;
}
.social-cont li span{
margin-bottom: 0;
width: 42px;
height: 42px;
min-height: 42px;
min-width: 42px;
}
.social-cont li span svg{
height: 20px;
}
.contact-left-s{
background-color: var(--light-color);
padding: 38px 28px;
border-radius: 12px;
}
.contact-left-s h6{
font-size: 32px;
font-weight: 700;
color: var(--dark-color);
}
.contact-form label{
font-size: 14px;
color: #69727A;
}
.contact-form input{
width: 100%;
outline: none !important;
box-shadow: none !important;
border-radius: none;
border: none;
border-bottom: 1px solid #cbcbcb;
height: 48px;
color: var(--dark-color);
}

.contact-form textarea{
width: 100%;
outline: none !important;
box-shadow: none !important;
border-radius: none;
border: none;
border-bottom: 1px solid #cbcbcb;
color: var(--dark-color);
}
.contact-form {
padding-top: 24px;
padding-bottom: 0;
}
.testimonia-contend .sdds-ff h4{
font-size: 36px;
color: var(--dark-color);
font-weight: 600;
}

.testi-card{
  background-color: var(--light-color);
  border-radius: 16px;
  padding: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.testi-card img.testi-profile{
 height:40px;
 width: 40px;
 object-fit: cover;
}
.testi-card p{
font-size: 14px;
color: var(--dark-color);
font-weight: 500;
flex-grow: 1;
}
.sdsd .swiper-slide {
  height: auto;
  display: flex;
}
.sdsd .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.testi-next-prev-container{
display: flex;
width:  100%;
justify-content: space-between;
height: 100%;

}
.testi-next-prev-container .swiper-button-next,.testi-next-prev-container .swiper-button-prev{
position: unset;
display: inline-flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
margin-bottom: 14px;;
}
.testi-next-prev-container .swiper-button-next::after,.testi-next-prev-container .swiper-button-prev::after{
font-size: 22px;
display: inline-block;
font-weight: 800;
color: var(--dark-color);
margin-top: 0 !important;
}
.swiper-button-next, .swiper-button-prev{
margin-top: 0 !important;
}
.respo-gd-d .btn.btn-primary{
background: #fff;
color: var(--nexbex-1);
}
.respo-gd-d .btn.btn-outline-primary{
    -webkit-background-clip: unset;
  -webkit-text-fill-color: #fff;
  background: transparent;
  border-color: #fff;
}
@media (max-width: 576px){
.onboarding-timeline-card-profile span{
  position: absolute;
  order: -1;
  left: 5px;
  top: 20px;
}
.onboarding-timeline-card-profile{
  border-right: 0;
  align-items: start;
}
.onboarding-timeline-card-profile.left-ds{
  align-items: start;
      padding-left: 0px;
      padding-bottom: 0;
      flex-direction: row;
}
.onborading-left-border{
  border-right: 0;
  padding-top: 14px;
}
.onboarding-timeline-card-profile.left-ds span{
  left: 5px;
}
.onboarding-timeline-card-profile img{
      min-width: 100px;
  min-height: 100px;
  max-width: 100px;
  max-height: 100px;
}
.onboarding-timeline-card-profile{
  flex-direction: row;
}
.onborading-left-border{
  border-bottom: 1px dashed #d6d6d6;
}
.onboarding-timeline-card-profile.left-ds{
  border-top: 1px dashed #d6d6d6;
}
}
.btn-secondary{
border: 1px solid var(--nexbex-1);
background-color: transparent;
color: var(--nexbex-1);
}
.btn-secondary:hover{
background-color: var(--nexbex-1);
color: #fff;
}
@media(max-width: 992px){
 .navbar-expand-lg .navbar-nav .dropdown-menu{
  box-shadow: none;
  border-color: transparent;
}

body.overflow-hidden .nav-overlay-da{
position: absolute;
width: 100%;
height: 100%;
min-height: 500%;
background: rgba(0, 0, 0, 0.4);
z-index: 1020;
display: inline-block;
}
.prodcuts-dropmenu{
  width: 100%;
  max-width: 550px;
}
}

@media(max-width:576px){
.prodcuts-dropmenu li{
  width: 100%;
}
}
body.overflow-hidden {
  overflow: hidden;

}

.sticky-top.shadow-on-scroll {
  transition: box-shadow 0.3s ease;
}

.sticky-top.scrolled {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
@media(max-width: 992px){
.navbar{
      position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
}
body{
  padding-top: 80px;
}
.navbar-nav{
      overflow: auto;
  max-height: 74vh;
}
}
.bg-b{
background-image: url(../img/bg-b.webp);
background-position: center;
background-size: 100%;
background-repeat: no-repeat;
}

.blog-card{
background-color: #fff;
border-radius: 24px;
box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
padding: 18px;
display: block;
text-decoration: none;
transition: var(--transition);
}

.blog-card:hover{
transition: var(--transition);
box-shadow: #DBF3FA  0px 48px 100px 0px;
}
.blog-card img{
width: 100%;
border-radius: 14px;
}
.blog-card h4{
font-size: 16px;
color: var(--dark-color);
padding-top: 14px;
font-weight: 600;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.blog-card p{
font-size: 14px;
color: #69727A;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

.row>div:nth-child(1) .blog-card:hover{
 box-shadow: #DBF3FA  0px 48px 80px 0px;
}
.row>div:nth-child(2) .blog-card:hover{
 box-shadow: #def7de  0px 48px 80px 0px;
}
.row>div:nth-child(3) .blog-card:hover{
 box-shadow: #FBE9EF  0px 48px 80px 0px;
}
.row>div:nth-child(4) .blog-card:hover{
 box-shadow: #FFF1EA  0px 48px 80px 0px;
}
.row>div:nth-child(5) .blog-card:hover{
 box-shadow: #E9E9FF  0px 48px 80px 0px;
}
.row>div:nth-child(6) .blog-card:hover{
 box-shadow: #DBF3FA  0px 48px 80px 0px;
}

.row>div:nth-child(7) .blog-card:hover{
 box-shadow: #DBF3FA  0px 48px 80px 0px;
}
.row>div:nth-child(8) .blog-card:hover{
 box-shadow: #def7de  0px 48px 80px 0px;
}
.row>div:nth-child(9) .blog-card:hover{
 box-shadow: #FBE9EF  0px 48px 80px 0px;
}
.row>div:nth-child(10) .blog-card:hover{
 box-shadow: #FFF1EA  0px 48px 80px 0px;
}
.row>div:nth-child(11) .blog-card:hover{
 box-shadow: #E9E9FF  0px 48px 80px 0px;
}
.row>div:nth-child(12) .blog-card:hover{
 box-shadow: #DBF3FA  0px 48px 80px 0px;
}
.customer-stories{
padding: 14px;
border: 1px solid #cfcfcf;
border-radius: 14px;
height: 100%;
}
.customer-stories h6{
font-size: 22px;
font-weight: 700;
color: var(--dark-color);
}
.customer-stories img{
width: 100%;
object-fit: contain;
height: 150px;
}
@media(max-width: 576px){
.customer-stories img{
  height: 200px;
}
}
.futer-card {
padding: 24px;
border-radius: 14px;
/* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
}
.futer-card ul{
padding: 0;
margin: 0;
display: flex;
gap: 28px;
flex-direction: column;
}
.futer-card ul li{
display: flex;
align-items: center;
gap: 8px;

}
.futer-card ul li>div{
border-radius: 50px;
background-color:#E44C7D;
display: flex;
align-items: center;
justify-content: center;
padding: 12px;
color: #fff;
/* width: 34px;
height: 34px; */
}
.futer-card h6{
font-size: 22px;
color: var(--dark-color);
font-weight: 700;
}
.futer-card .future span{
color: #69727A;
}
.loging-bg{
background-image: var(--nexbex-gradient);
height: 100vh;
overflow: hidden;
}
.loging-bg .bg-wh-fdd{
background-color: var(--light-color);
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: start;
padding: 36px;
margin: 0 auto;
}
.h-100vh{
height: 100vh;
}
.loging-bg .bg-wh-fdd>img{
height: 34px;
margin-bottom: 45px;
object-fit: contain;
position: absolute;
left: 42%;
top: 18px;
}
.loging-bg .bg-wh-fdd h6{
font-size: 28px;
color: var(--dark-color);
font-weight: 700;
margin-bottom: 5px;
}
.loging-bg .bg-wh-fdd p{
font-size: 14px;
color: #69727A;
font-weight: 400;
text-align: center;
}
.loging-bg .bg-wh-fdd button{
border: 1px solid #e7e7e7;
border-radius: 5px;
padding: 8px 22px;
font-size: 16px;
gap: 8px;
font-weight: 600;
display: flex;
align-items: center;
font-weight: 600;
color: var(--dark-color);
background-color: #fff;
transition: var(--transition);
 filter: grayscale(0);   
}
.loging-bg .bg-wh-fdd button:hover{
background-color: #d1d1d1;
color: #fff;
transition: var(--transition);
filter: grayscale(1);
}
.loging-bg .bg-wh-fdd form input{
padding: 8px 14px;
border-radius: 4px;
border: 1px solid #e7e7e7;
/* background-color: var(--light-color); */
color: var(--dark-color);
width: 100%;
outline: none;
}
.loging-bg .bg-wh-fdd form a{
font-size: 14px;
color: var(--nexbex-2);
text-decoration: none;
font-weight: 500;
transition: var(--transition);
}
.loging-bg .bg-wh-fdd form a:hover{
transition: var(--transition);
color: var(--dark-color);
}
.loging-bg .bg-wh-fdd form .full-w-btn{
width: 100%;
text-align: center;
display: flex;
align-items: center ;
justify-content: center;
background-image: var(--nexbex-gradient);
color: #fff;
border: 1px solid transparent;
border-radius: 4px;
padding: 10px 22px;
transition: var(--transition);

}
.loging-bg .bg-wh-fdd form .full-w-btn:hover{
background-image: linear-gradient( #fff, #fff);
color: var(--nexbex-2);
border: 1px solid var(--nexbex-2);
transition: var(--transition);
}
.login-bg-bottom-content{
color: #fff;
position: absolute;
bottom: 10%;
left: 50%;
text-align: center;
transform: translateX(-50%);
}
.login-bg-bottom-content h6{
font-size: 18px;
font-weight: 700;
color: #fff;
margin-bottom: 4px;
}
.login-bg-bottom-content p{
font-size: 14px;
}
@media (max-width: 568px){
.loging-bg .bg-wh-fdd h6{
  font-size: 24px;
  text-align: center ;
}
.loging-bg .bg-wh-fdd{
  padding: 24px;
}
}
@media(max-width: 767px){
.respo-gd{
  position: relative;
  background-image: var(--nexbex-gradient);
  z-index: -1;
  height: calc(100vh - 120px);
  display: flex;
  align-items: center;
  top: -80px;
  min-height: 1020px;
}

/* .respo-gd::after{
  content:"";
  width: 100%;
  height: 200px;
  background-image: linear-gradient(135deg, #ffffff 0%, #eef1f5 100%);
  opacity: 0.3;
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 0;
} */
.respo-gd .head-nexbex{
  color: #fff;
  text-align: center;
}
.respo-gd .reviews-d{
  color: #fff;
  justify-content: center;
  
}
.respo-gd .descrption-d{
  color: #e7e7e7;
  text-align: center;
}
.respo-gd .btn.btn-primary{
  background: linear-gradient(#fff, #fdfaff);
  color: var(--dark-color);
  font-weight: 700;
}
.respo-gd .btn.btn-outline-primary{
  background: linear-gradient(#ffffff00, #ffffff00);
  color: #fff;
  -webkit-text-fill-color: #fff;
  border: 1px solid #fff;
}
.transparnt-header-mobileView{
  background-color: transparent !important;
}
.transparnt-header-mobileView .navbar-brand img{
  filter: brightness(0) invert(1);
}
.transparnt-header-mobileView .navbar-toggler .navbar-toggler-icon{
  width: 28px;
  height: 28px;
}
.transparnt-header-mobileView .navbar-toggler{
   background-color: #ffffff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  padding: 0;
}
body.overflow-hidden .transparnt-header-mobileView {
      background-color: #fff !important;
}
body.overflow-hidden .transparnt-header-mobileView .navbar-brand img {
      filter: brightness(1) invert(0);
}
.transparnt-header-mobileView.sticky-top.scrolled {
  background-color: #fff !important;
}
.transparnt-header-mobileView.sticky-top.scrolled .navbar-brand img{
  filter: brightness(1) invert(0);
}
.futer-card{
  padding-left: 0;
  padding-right: 0;
}
.contact-left-s h6{
  font-size: 24px;
}
}
@media(max-width: 560px){
.respo-gd{
  min-height: 849px;
}
}
.bg-gray-d{
background-color: #f8f9fa;
}
.bg-gray-c{
background-color: #fff8f7;
}
.blog-back{
background-color: #fff;
position: absolute;
left: 12px;
top: 12px;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
padding: 2px 3px;
border-radius: 50%;
width: 33px;
height: 33px;
color: var(--dark-color);
cursor: pointer;
transition: var(--transition);
box-shadow: 1px 1px 10px transparent;
}
.blog-back:hover{
background: var(--nexbex-gradient);
color: #fff;
box-shadow: 1px 1px 10px #ffffff9a;
transition: var(--transition);
}
.portfolio-slider{
  display: flex;
  width: max-content;
  animation: scroll 6s linear infinite;
  align-items: center;
  gap: 24px;
  margin-bottom: 60px;
  
}

.portfolio-slider .portfolio-item img{
width: auto;
height: 200px;
object-fit: cover;
border-radius: 12px;
}
.portfolio-cate{
display: flex;
margin: 0;
padding: 0;
gap: 12px;
list-style-type: none;
margin-top: 20px;
}
.portfolio-cate li svg{
width: 30px;
height: 30px;
padding: 5px;
border-radius: 20px;
}
.portfolio-cate li p{
font-size: 14px;
font-weight: 600;
color: var(--dark-color);
}
.bg-gray-icons{
background-image:url(../img/bg-b.webp);
background-position: center;
background-size: contain;
background-repeat: no-repeat;
background-color:var(--light-color);
}


.area {
 /* background: #4e54c8;
 background: -webkit-linear-gradient(to left, #483092, #0e74b2); */
 /* background: radial-gradient(circle at center, #6042b9 0%, #0B6DAC 50%, #4e54c8 100%); */
 background: radial-gradient(circle at center, #0072B0 0%, #2F489D 27%, #493193 100%);
 background-size: 200% 200%;

  animation: gradientMove 6s infinite alternate-reverse ease-in-out;
 width: 100%;
 will-change: background-position;
 position: relative;
 height: 100%;
}

@keyframes gradientMove {
0%   { background-position: 0% 50%; }
100% { background-position: 100% 50%; }
}


.circles {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 50%;
 overflow: hidden;
 z-index: 0;
}

.circles li {
 position: absolute;
 display: block;
 list-style: none;
 width: 20px;
 height: 20px;
 background: rgba(255, 225, 225, 0.2);
 animation: animate 25s linear infinite;
 bottom: -150px;
}

.circles li:nth-child(1) {
 left: 25%;
 width: 80px;
 height: 80px;
 animation-delay: 0s;
 /* background:#f1fcff ; */
}

.circles li:nth-child(2) {
 left: 10%;
 width: 20px;
 height: 20px;
 animation-delay: 2s;
 animation-duration: 12s;
 /* background:#f4fff4  ; */

}

.circles li:nth-child(3) {
 left: 70%;
 width: 20px;
 height: 20px;
 animation-delay: 4s;
 /* background:#f8f0f2  ; */
}

.circles li:nth-child(4) {
 left: 40%;
 width: 60px;
 height: 60px;
 animation-delay: 0s;
 animation-duration: 18s;
 /* background:#faf4f1  ; */
}

.circles li:nth-child(5) {
 left: 65%;
 width: 20px;
 height: 20px;
 animation-delay: 0s;
 /* background:#f4f4ff ; */
}

.circles li:nth-child(6) {
 left: 75%;
 width: 110px;
 height: 110px;
 animation-delay: 3s;
 /* background:#fcf9ec  ; */
}

.circles li:nth-child(7) {
 left: 35%;
 width: 150px;
 height: 150px;
 animation-delay: 7s;
 /* background:#f1fdf1; */
}

.circles li:nth-child(8) {
 left: 50%;
 width: 25px;
 height: 25px;
 animation-delay: 15s;
 animation-duration: 45s;
 /* background:#f6fff6; */
}

.circles li:nth-child(9) {
 left: 20%;
 width: 15px;
 height: 15px;
 animation-delay: 2s;
 animation-duration: 35s;
 /* background:#f4fcf4; */
}

.circles li:nth-child(10) {
 left: 85%;
 width: 150px;
 height: 150px;
 animation-delay: 0s;
 animation-duration: 11s;
 /* background:#E1F2E1; */
}

@keyframes animate {
 0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
 }

 100% {
    transform: translateY(-1500px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
 }
}
.bg-banner{
position: absolute;
left: 0;
top: 0;
height: 150%;
width: 100%;
}

@media (max-width: 992px){
.circles{
  height: 80%;
}
}



.chatbot-d {
position: relative;
display: inline-flex;
align-items: center;
gap: 8px;
background: transparent;
color: var(--dark-color);
padding: 8px 12px;
border-radius: 8px;
cursor: default;
position: fixed;
    bottom: 76px;
right: 20px;
z-index: 9999;
user-select: none;
}

.chatbot-d .drag-handle {
cursor: move;
font-weight: bold;
color: var(--dark-color);
padding: 2px 6px;
border-radius: 4px;
display: none;
}
.chatbot-d .chatB{
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, #5D26C1, #a17fe0, #59C3C3, #2A2A72);
background-size: 400% 400%;
animation: gradientShift 8s ease infinite;
color: #fff;
border-radius: 50%;
cursor: pointer;
}
.chat-dropdown {
display: none;
background: white;
color: black;
margin-top: 8px;
border-radius: 24px;
box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.10);
width: 150px;
position: absolute;
bottom: 100%;
right: 10px;
width: 300px;
min-height: 420px;
overflow: hidden;
}
.chat-dropdown nav{
position: absolute;
bottom: 10px;
left: 50%;
transform: translateX(-50%);
background-color: #fff;
border: 1px solid #e4e4e4;
border-radius: 12px;
}
.chat-dropdown nav button{
border: none !important;
outline: none;
}
.chat-dropdown .cht-home{
padding: 24px;
 background: linear-gradient(135deg, #5D26C1, #a17fe0, #59C3C3, #2A2A72);
background-size: 400% 400%;
animation: gradientShift 8s ease infinite;
height: 100%;
   
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 30px;

}
.chat-dropdown .show.active.cht-home{
 display: flex;
}
.chat-dropdown .cht-home h6{
font-size: 22px;
padding-top: 4px;
padding-bottom: 4px;
font-weight: 600;
color: #fff;

}
.chat-dropdown .home-button-container{
background-color: #ffffffa1;
/* box-shadow: 1px 1px 10px #e4e4e4; */
padding: 12px;
border-radius: 12px;
}
.chat-dropdown .tab-content{
height: 430px;
}
.chat-dropdown .home-button-container  .cht-profile{
width: 38px;
height: 38px;
max-width: 38px;
max-height: 38px;
min-width: 38px;
min-height: 38px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
background-color: var(--nexbex-1);
color: #fff;
}
@keyframes gradientShift {
0% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
}
.chat-dropdown .home-button-container button ,.chat-dropdown .home-button-container .button-ch{
background: #fff;
color: var(--nexbex-1);
font-weight: 700;
border-radius: 12px;
}
.chat-dropdown .home-button-container .chat-con{
height: 100%;
}
.chat-dropdown .bg-chat-head{
padding: 8px 12px;
background-color: #fff;
border-bottom: 1px solid var(--light-color);
display: flex;
align-items: center;
}
.bg-chat-head button{
border: none;
outline: none;
background-color: transparent;
}
.bg-chat-head .header-profile-chat{
display: flex;
align-items: center;
gap: 10px;
}
.bg-chat-head .header-profile-chat>span{
width: 38px;
  height: 38px;
  max-width: 38px;
  max-height: 38px;
  min-width: 38px;
  min-height: 38px;
  display: flex
;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--nexbex-1);
  color: #fff;
  position: relative;
}
.bg-chat-head .header-profile-chat span .online{
position: absolute;
right: 0;
bottom: 0;
width: 10px;
height: 10px;
border-radius: 50%;
background-color: #6AC069;
display: block;
}
.bg-chat-head .header-profile-chat div h6{
font-size: 16px;
color: var(--dark-color);
font-weight: 600;
margin: 0;
}
.bg-chat-head .header-profile-chat div p{
margin: 0;
color: #69727A;
line-height: 1;
font-size: 14px;
}
.chat-body{
background-color: #f4f1ff;
height: 100%;
padding: 16px 16px;
height: calc(100% - 55px);
display: flex;
flex-direction: column;
padding-top: 0;
}
.chat-body .chat-text{
background-color: #fff;
padding: 8px;
border-radius:0px 8px 8px 8px;
margin-top: 6px;
max-width: 210px;
}
.chat-body .chat-text p{
color: var(--dark-color);
font-size: 12px;
margin-bottom: 3px;
}
.right-chat .chat-text{
background-color: #483092;
border-radius: 8px 0px 8px 8px;
}
.chat-inputbox{
display: flex;
height: auto;
background-color: #fff;
border: 1px solid var(--light-color);
border-radius: 6px;
align-items: flex-end;
}
#autoTextarea {
  width: 100%;
  min-height: 42px;
  max-height: 200px;
  overflow-y: hidden;
  resize: none;
  line-height: 21px;
  padding: 10px;
  font-size: 16px;
  box-sizing: border-box;
  border: none;
  outline: none;
  background-color: transparent;
}

.chat-body .chats{
height: 100%;
overflow: auto;
padding-bottom: 10px;
padding-top: 12px;
}


/* width */
.chat-body .chats::-webkit-scrollbar {
width: 6px;
}

/* Track */
.chat-body .chats::-webkit-scrollbar-track {
background: transparent; 
}

/* Handle */
.chat-body .chats::-webkit-scrollbar-thumb {
background: #dbdbdb65; 
border-radius: 12px;
}

/* Handle on hover */
.chat-body .chats::-webkit-scrollbar-thumb:hover {
background: #c4c4c4; 
}

.drop-dr li .dropdown-item{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  margin-bottom: 10px;
}
.drop-dr span{
    width: 32px;
  height: 32px;
  line-height: 28px;
  min-width: 32px;
  display: flex
;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.drop-dr span svg{
width: 18px;
object-fit: contain;
}
.drop-dr{
min-width: max-content;
}
.dropdown-menu .drop-dr{
    display: flex
;
  flex-wrap: wrap;
  width: max-content;
  max-width: 550px;
  align-items: center;
}
.drop-dr li{
width: 48%
}

/* .list-dd p:hover{
overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 15;
  -webkit-box-orient: vertical;
  transition: 0.4s ease-in-out;
} */

.construction-container{
padding-bottom: 60px;
}
.construction-container h6{
font-size: 24px;
font-weight: 700;
margin-bottom: 0px;
padding-bottom: 0;
color: var(--nexbex-1);
}

.cardddez{
background-image: url(../img/st.png);
background-position: bottom;
background-repeat: no-repeat;
background-size: cover;
padding: 36px;
border-radius: 44px;
}
.bg-sq{
background-image: url(../img/bg-sq.webp);
 background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
}


.tech-slider {
overflow: hidden;
background: #fff;
padding: 20px 0;
position: relative;
}
.tech-slider::after{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
content: "";
display: block;
height: 100%;
width: 60px;
background: linear-gradient(270deg, rgba(240, 248, 255, 0%), rgba(240, 248, 255, 100%));
}
.tech-slider::before{
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
content: "";
display: block;
height: 100%;
width: 60px;
background: linear-gradient(270deg,  rgba(240, 248, 255, 100%) ,rgba(240, 248, 255, 0%));
z-index: 2;
}

.tech-slider .logo-track {
display: flex;
width: calc(250px * 39); /* total images including duplicates */
animation: scroll 110s linear infinite;
}

.tech-slider .logo-track img {
width: auto;
margin: 0 20px;
height: 55px;
object-fit: contain;
opacity: 0.8;
transition: 0.3s;
}

.tech-slider .logo-track img:hover {
filter: grayscale(0);
opacity: 1;
}

@keyframes scroll {
0% {
  transform: translateX(0);
}
100% {
  transform: translateX(-100%);
}
}
@media(max-width: 576px){
.tech-slider .logo-track img{
  margin: 0 10px;
  height: 28px;
}
.tech-slider::before{
      width: 20px;
}
.tech-slider::after{
      width: 20px;
}
}


/* potfolio --------------------------------------- */
  .rs-card .swiper {
    width: 100%;
    height: 400px;
  }
  .rs-card .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #fff;
    background: linear-gradient(135deg, #e9e9e9, #fff);
    animation: loadeing-image 1s linear infinite;
  }
  .rs-card .swiper-slide:nth-child(even){  background: linear-gradient(135deg, #e9e9e9, #fff); }

  @keyframes loadeing-image{
    0%{
      background: linear-gradient(135deg, #e9e9e9, #fff);
    }
    50%{
      background: linear-gradient(135deg, #f4f4f4, #f6f6f6);
    }
    100%{
      background: linear-gradient(135deg, #f6f6f6, #f4f4f4);
    }
  }

.profoli-card{
  padding: 12px;
}
.profoli-card p{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  line-height: 22px;
  color: #69727A;
}


.profolio-listing .tabs {
display: flex;
gap: 10px;
margin-bottom: 20px;
border-radius: 12px;
flex-wrap: nowrap;
overflow-x: auto;
overflow-y: hidden;
width: 100%;
padding: 10px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 4%);
  position: sticky;
  top: 90px;
  z-index: 10;
      background: linear-gradient(138deg, #fff, #ffffffd4);
      border: 1px solid #f9f9f9;
      backdrop-filter: blur(3px) saturate(1.1);
  -webkit-backdrop-filter: blur(3px);
}
.profolio-listing .tabs button {
background: transparent;
color: #8b8b8b;
border: none;
padding: 8px 18px;
border-radius: 8px;
cursor: pointer;
font-weight: 700;
transition: 0.3s;
align-items: center;
display: flex;
gap: 6px;
}
.profolio-listing .tabs button.active {
background: #f3f3f3; 
color: #111827;
}
.profolio-listing .tabs .tab-btn svg{
width: 18px;

}

/* change this part in CSS */
.profoli-card {
opacity: 0;
transform: scale(0.98);
transition: all 0.4s ease;
display: none;
pointer-events: none;
}
.profoli-card.show {
opacity: 1;
transform: scale(1);
display: block;
pointer-events: auto;
}


.rs-card .swiper {
width: 100%;
height: 200px;
border-radius: 8px;
overflow: hidden;
}
.swiper-slide {
display: flex;
align-items: center;
justify-content: center;
/* background: #177B72; */
color: #fff;
font-size: 20px;
}
/* .swiper-slide:nth-child(even){background:#FCBC12;color:#000;} */
.rs-card .head-nexbex {font-size:20px;margin-top:10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%;
}

.rs-card {
   background-color: #fff;
  box-shadow: 2px 4px 18px rgba(0, 0, 0, 0.08);
  padding: 12px;
  border-radius: 12px;
  position: relative;
transition: 0.2s;

}
.rs-card:hover{
box-shadow: 2px 4px 26px rgba(115, 40, 255, 0.171);
transition: 0.2s;
}
.rs-card .more-ds{
background-color: #fff;
border-radius: 50%;
 box-shadow: 2px 4px 18px rgba(0, 0, 0, 0.08);
 width: 52px;
 height: 52px;
 display: flex;
 align-items: center;
 justify-content: center;
 position: absolute;
  right: 24px;
  bottom: 160px;
  z-index: 2;
transition: 0.2s;

}
/* .rs-card .more-ds:hover{
bottom: 148px;
transition: 0.2s;
} */
.rs-card .more-ds svg{
color: #111827;
}

.portifolio .swiper-slide img{
width: 100%;
height: 100%;
object-fit: cover;
}
.swiper-pagination-bullet-active{
background: #fff !important;
}
.portifolio.detail-page .swiper-button-next::after,
.swiper-button-prev::after{
color: var(--dark-color); /* your brand color */
transition: 0.3s;
font-size: 24px;
font-weight: 800;
}

.portifolio.detail-page .swiper-button-next:hover,
.swiper-button-prev:hover {
color: #0d5a51;
}
.portifolio.detail-page .swiper-button-next:after,.portifolio.detail-page .swiper-button-prev:after{
font-size: 22px !important;
background-color: #fff;
}


.circle-nav-btn {
width: 50px !important;
height: 50px !important;
border-radius: 50%;
border: none;
background: #fff;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
box-shadow: 0 4px 10px rgba(0,0,0,0.1);
transition: all 0.3s ease;
}

.circle-nav-btn:hover {
transform: scale(1.05);
box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}

/* arrow design */


.circle-nav-btn:hover .arrow {
border-color: #177B72; /* brand color on hover */
}

.arrow.right {
transform: rotate(45deg);
}

.arrow.left {
transform: rotate(-135deg);
}
@media(max-width: 576px){
.logo-track{
  animation: scroll 35s 
linear
}
}
@media(min-width: 576px){
.logo-track{
  animation: scroll 70s 
linear
}
}
.logo-slider {
overflow: hidden;
width: 100%;
background: #fff;
padding: 10px 0;
}

.logo-track {
display: flex;
gap: 20px;
will-change: transform;
}

.logo-item img {
height: 58px;
width: auto;
display: block;
transition: 0.3s;
}

.for-back-btn{
position: absolute;
left: 28px;
top: 28px;
color: #fff;
z-index: 99;
cursor: pointer;
}



.logo-slider {
overflow: hidden;
width: 100%;
}

.logo-slider {
overflow: hidden;
width: 100%;
background: #fff;
}




.marquee-container {
position: relative;
overflow: hidden;
width: 100%;
background: #fff;
padding: 20px 0;
}

.marquee-track {
display: flex;
align-items: center;
animation: marquee 120s linear infinite; /* ⚡ slightly faster */
width: max-content;
}

.marquee-track img {
height: 60px;
margin: 0 10px;
vertical-align: middle;
border-radius: 8px;
object-fit: contain;
object-position: center;
flex-shrink: 0;
}

@keyframes marquee {
0% {
  transform: translateX(0%);
}
100% {
  transform: translateX(-50%);
}
}

.marquee-inner {
display: flex;
width: max-content;
}

@media (max-width: 768px) {
.marquee-track img {
  height: 40px;
  margin: 0 6px;
}
.marquee-track {
  animation: marquee 90s linear infinite; /* ⚡ faster for mobile */
}
}

/* loeader ============================================= */
/* Fullscreen Loader */
#loader {
position: fixed;
inset: 0;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
z-index: 9999;
transition: opacity 0.6s ease, visibility 0.6s ease;
}

.bar-loader {
width: 100px;
height: 4px;
background: #ddd;
position: relative;
overflow: hidden;
border-radius: 2px;
}

.bar-loader::before {
content: "";
position: absolute;
top: 0;
left: -40%;
width: 40%;
height: 100%;
background: var(--nexbex-gradient);
animation: slide 1.2s linear infinite;
}

@keyframes slide {
0% { left: -40%; }
100% { left: 100%; }
}

#loader.hidden {
opacity: 0;
visibility: hidden;
}

/* +===================================================== */

.logo-container {
  perspective: 1000px; /* optional 3D effect */
}

.animated-logo {
  width: 150px; /* logo size */
  transition: transform 0.3s ease, filter 0.3s ease;
  filter: drop-shadow(0 10px 15px rgba(0,0,0,0.3)); /* shadow */
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-10px) rotate(-2deg);
  }
  50% {
    transform: translateY(-5px) rotate(1deg);
  }
  75% {
    transform: translateY(-10px) rotate(-1deg);
  }
}

/* Hover glow effect */
.animated-logo:hover {
  filter: drop-shadow(0 15px 18px rgba(0,123,255,0.7));
  transform: scale(1.08);
}
@media (max-width: 576px){

 .tech-slider .logo-track{
      width: calc(250px * 28);
 }
}
@media (min-width: 768px){
  .w-sm-75{
    width: 75% !important;
  }
}

.profolio-listing .tab-btn:nth-child(1) svg { color: #6C63FF; }
.profolio-listing .tab-btn:nth-child(2) svg { color: #00BFA6; }
.profolio-listing .tab-btn:nth-child(3) svg { color: #FF6584; }
.profolio-listing .tab-btn:nth-child(4) svg { color: #FFB400; }
.profolio-listing .tab-btn:nth-child(5) svg { color: #007AFF; }

.profolio-listing .tab-btn.active:nth-child(1){ background-color: #6b63ff31; }
.profolio-listing .tab-btn.active:nth-child(2){ background-color: #00bfa625; }
.profolio-listing .tab-btn.active:nth-child(3){ background-color: #ff65843b; }
.profolio-listing .tab-btn.active:nth-child(4){ background-color: #3ddc853a; }
.profolio-listing .tab-btn.active:nth-child(5){ background-color: #007bff2c; }

/* Portfolio Modal Styles */
.portfolio-modal {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9999;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
}

.portfolio-modal.show {
opacity: 1;
visibility: visible;
}

.modal-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.8);
backdrop-filter: blur(5px);
}

.modal-content {
position: relative;
max-width: 900px;
max-height: 90vh;
margin: 5vh auto;
background: white;
border-radius: 12px;
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
overflow: hidden;
transform: scale(0.9);
transition: transform 0.3s ease;
}

.portfolio-modal.show .modal-content {
transform: scale(1);
}

.modal-header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 30px;
border-bottom: 1px solid #eee;
background: #fff;
}

.modal-header h2 {
margin: 0;
color: #111827;
font-size: 24px;
font-weight: 600;
}

.close-btn {
background: none;
border: none;
padding: 8px;
cursor: pointer;
border-radius: 6px;
transition: background 0.2s ease;
}

.close-btn:hover {
background: #e5e7eb;
}

.modal-body {
display: flex;
max-height: calc(90vh - 80px);
overflow: hidden;
}

.modal-image-gallery {
flex: 1;
padding: 30px;
}

.gallery-main {
margin-bottom: 20px;
}

.gallery-main img {
width: 100%;
height: 300px;
object-fit: cover;
border-radius: 8px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.gallery-thumbnails {
display: flex;
gap: 10px;
overflow-x: auto;
padding: 10px 0;
}

.gallery-thumbnails img {
width: 80px;
height: 60px;
object-fit: cover;
border-radius: 6px;
cursor: pointer;
transition: transform 0.2s ease;
border: 2px solid transparent;
}

.gallery-thumbnails img:hover {
transform: scale(1.05);
border-color: #4AC2E4;
}

.modal-info {
flex: 1;
padding: 30px;
overflow-y: auto;
}

.modal-info p {
color: #6b7280;
line-height: 1.6;
margin-bottom: 20px;
}

.modal-technologies {
margin-bottom: 25px;
}

.modal-features h4 {
color: #111827;
margin-bottom: 15px;
font-size: 18px;
}

.modal-features ul {
list-style: none;
padding: 0;
margin: 0;
}

.modal-features li {
padding: 8px 0;
padding-left: 20px;
position: relative;
color: #4b5563;
}

.modal-features li::before {
content: "✓";
position: absolute;
left: 0;
color: #10b981;
font-weight: bold;
}

/* Mobile Modal Responsive */
@media (max-width: 768px) {
.modal-content {
  margin: 2vh auto;
  max-height: 96vh;
  max-width: 95%;
}

.modal-body {
  flex-direction: column;
  max-height: calc(96vh - 80px);
}

.modal-image-gallery,
.modal-info {
  padding: 20px;
}

.gallery-main img {
  height: 200px;
}

.gallery-thumbnails img {
  width: 60px;
  height: 45px;
}

.modal-header {
  padding: 15px 20px;
}

.modal-header h2 {
  font-size: 20px;
}
}
@media (max-width: 768px){
.profolio-listing .tabs button{
  flex-direction: column;
  gap:0;
}
}

.marquee{
    position:relative;
    overflow:hidden;
    /* height:80px; */
    /* max-width:1000px; */
    margin:auto;
    background:#fff;
    border-radius:12px;
    /* box-shadow:0 4px 10px rgba(0,0,0,0.05); */
    display:flex;
    align-items:center;
  }

  .track{
    position:relative;
    display:flex;
    align-items:center;
    left:0;
    animation:ghs 60s linear infinite;
  }

  .logo-item{
    flex:0 0 auto;
    /* width:130px; */
    height:60px;
    margin:0 16px;
    /* background:#f3f5f8; */
    border-radius:8px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:600;
    color:#222;
  }

  /* .marquee:hover .track{
    animation-play-state:paused;
  } */