*{
    -webkit-user-select: none; /* Chrome, Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* IE/Edge */
    user-select: none;         /* Standard */
    margin: 0;
    padding: 0;
}
       
.slick-slide {
  margin: 0px 20px;
}

.customer-logos {
  overflow: inherit;
}

.slick-slide img {
  width: 100%;
}

.slick-track::before,
.slick-track::after {
  display: table;
  content: '';
}

.slick-track::after {
  clear: both;
}

.slick-track {
  padding: 1rem 0;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-loading .slick-slide {
  visibility: hidden;
}
.rtl-slider {
  direction: rtl;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  background: url(https://raw.githubusercontent.com/solodev/infinite-logo-carousel/master/images/arrow.svg?sanitize=true) center no-repeat;
  color: #fff;
  filter: invert(77%) sepia(32%) saturate(1%) hue-rotate(344deg) brightness(105%) contrast(103%);
  border: none;
  width: 2rem;
  height: 1.5rem;
  text-indent: -10000px;
  margin-top: -16px;
  z-index: 99;
}

.slick-arrow.slick-next {
  right: -40px;
  transform: rotate(180deg);
}

.slick-arrow.slick-prev {
  left: -40px;
}

/* Media Queries */

@media (max-width: 768px) {
  .slick-arrow {
    width: 1rem;
    height: 1rem;
  }
}

.brands{
    overflow: hidden;
}

.customer-logos {
  margin-top: 32px;
}

.ban-img{
  animation-name: image-zoom;
  animation-duration: 10s;
  animation-delay: 1s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  transition: 0.5s;
  filter: brightness(50%) !important;
}


    @keyframes image-zoom{
  0% {
    width: 100%;
    height: 100%;
    -webkit-filter: blur(0px);
    /* opacity: 1; */
    transform: scale(1.0);
    
  }

25% {
    width: 115%;
    height: 115%;
    -webkit-filter: blur(3px);
    /* opacity: 0.9; */
    transform: scale(1.1);
  
}
50% {
    width: 130%;
    height: 130%;
    -webkit-filter: blur(10px);
    /* opacity: 0.7; */
    transform: scale(1.2);
    filter: brightness(40%);
}
75% {
    width: 115%;
    height: 115%;
    -webkit-filter: blur(3px);
    /* opacity: 0.9; */
    transform: scale(1.3);
    
}
100% {
    width: 100%;
    height: 100%;
    -webkit-filter: blur(0px);
    /* opacity: 1; */
    transform: scale(1.4);
    
}
  
}

.ban-arrow{
  position: absolute;
    left: 0;
    padding: 28px 26px;
    background-color: #001659;
}

.ban-arrow-1{
  position: absolute;
    right: 0;
    padding: 28px 26px;
    background-color: #001659;
}

.ban-btn{
    margin-right: 5px;
    color: #fff !important;
    background-color: #001659 !important;
    border-color: #001659 !important;
    border-radius: 0 !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    padding: 15px 35px !important;
    font-family: poppins !important;
}

.ban-btn:hover{
    color: #fff !important;
    background-color: #FF5E15 !important;
    border-color: #FF5E15 !important;
    
}

.ban-btn-1{
    margin-left: 5px;
    color: #000 !important;
    background-color: #0dcaf0 !important;
    border-color: #0dcaf0 !important;
    border-radius: 0 !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    padding: 15px 35px !important;
    font-family: poppins !important;
}

.Glob-h{
  font-size: 25px;
  text-transform: uppercase;
  color: #0dcaf0;
  font-weight: 400;
  margin-bottom: 1.5rem;
}


.Glob-h-1{
  text-transform: capitalize !important;
    font-family: "Playfair Display", serif;
    font-size: 80px;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.Glob-p{
  margin-bottom: 3rem;
  font-family: poppins;
  font-size: 18px;
}

.carousel-caption {
    bottom: 75px !important;
}

.carousel-indicators{
  margin-bottom: 2.5rem !important;
}
 

.btn-eff{
margin-right: 30px !important;
    width: 10px !important;
    height: 10px !important;
    border: 6px solid #0dcaf0 !important;
    background: #fff !important;
    transition: 0.5s;
}

.test-client{
  padding-left: 0rem !important;
}


.test-main{
  background-color: #f3f3f5; 
  padding-bottom: 50px;
}

.test-h{
  margin-top: 10px; 
  color:#001659 !important; 
  font-size: 20px; 
  font-family: poppins; 
  padding-bottom: 15px;
}

.test-p-1{
  color:#0dcaf0; 
  font-family: 'Poppins';
  padding-top: 8px;
  font-style: italic;
}

.test-p {
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* Show only 4 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
  margin-bottom: 15px;
  cursor: help; /* Shows help cursor on hover */
}

.tooltip-container {
  position: relative;
  display: inline-block;
}

.tooltip-text {
  visibility: hidden;
  background-color: #001659;
  color: white;
  text-align: left;
  border-radius: 8px;
  padding: 15px;
  position: absolute;
  z-index: 1000;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  max-width: 90vw;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 14px;
  line-height: 1.4;
  max-height: 200px;
  overflow-y: auto;
}

.tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #001659 transparent transparent transparent;
}

.tooltip-container:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.test-btn{
  position: absolute;
    left: 0 !important;
    padding: 28px 30px;
    background-color: #001659;
}

.test-btn-1{
  position: absolute;
    right: 0 !important;
    padding: 28px 30px;
    background-color: #001659;
}



.team-heading {
    width: 300px;
    color: #fff;
    text-align: center;
    margin: 30px auto;
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 65px;
    background-color:#001659;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Proper shadow */
}



.brand-logo{
  margin-bottom: 30px;
}


    .card-wrapper {
  max-width: 1100px;
  margin: 0 60px 35px;
  overflow: hidden;
}

.card-list .card-item {
  list-style: none;
}

.card-list .card-item .card-link {
  display: block;
  background: #fff;
  padding: 18px;
  user-select: none;
  border-radius: 12px;
  text-decoration: none;
  border: 2px solid transparent;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  transition: 0.2s ease;
}

.card-list .card-item .card-link:active {
  cursor: grabbing;
}

.card-list .card-item .card-link:hover {
  border-color: #001659;
}

.card-list .card-link .card-image {
  width: 50%;
  height: 200px;
  border-radius: 10px;
  object-fit: cover;
}

.card-list .card-link .badge {
  color: #5372F0;
  width: fit-content;
  padding: 8px 16px;
  font-size: 0.95rem;
  border-radius: 50px;
  font-weight: 500;
  background: #DDE4FF;
  margin: 16px 0 18px;
}

.card-list .card-link .badge-designer {
  color: #B22485;
  background: #F7DFF5;
}

.card-list .card-link .badge-marketer {
  color: #B25A2B;
  background: #FFE3D2;
}

.card-list .card-link .badge-gamer {
  color: #205C20;
  background: #D6F8D6;
}

.card-list .card-link .badge-editor {
  color: #856404;
  background: #fff3cd;
}

.card-list .card-link .card-title {
  color: #000;
  font-size: 1.19rem;
  font-weight: 600;
}

.card-list .card-link .card-button {
  height: 35px;
  width: 35px;
  color: #5372F0;
  margin: 30px 0 5px;
  background: none;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #5372F0;
  transform: rotate(-45deg);
  transition: 0.4s ease;
}

.card-list .card-link:hover .card-button {
  color: #fff;
  background: #5372F0;
}

.card-wrapper .swiper-pagination-bullet {
  height: 13px;
  width: 13px;
  opacity: 0.5;
  background:#001659;
}

.card-wrapper .swiper-pagination-bullet-active {
  opacity: 1;
}

.card-wrapper .swiper-slide-button {
  color: #fff;
  margin-top: 30px;
}

/* Responsive media query code for small screens */
@media (max-width: 768px) {
  .card-wrapper {
    margin: 0 10px 25px;
  }

  .card-wrapper .swiper-slide-button {
    display: none;
  }
}


    .animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


@keyframes fadeInUp {
  
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
}

100% {
    opacity: 1;
    transform: none;
}

}

.stats-section {
  text-align: center;
  background-color: #f7a93c;
  padding: 20px;
  /* padding: 40px 0px; */
}

.stats-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* border-radius: 15px; */
  padding: 20px;
  /* max-width: 1000px; */
  width: 100%;
  margin: auto;
  gap: 20px;
}

.stat-box {
  background-color: #fff;
  padding: 40px 0px;
  flex: 1 1 200px;
  min-width: 200px;
  max-width: 220px;
  text-align: center;
  border-radius: 30px;
  border: 2px solid #e27b36;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.stat-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 188, 212, 0.3);
  border-color: #00cfff;
}

.stat-box::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 32px;
  background: linear-gradient(45deg, #00cfff, #f7a93c);
  z-index: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.stat-box:hover::before {
  opacity: 0.4;
}

/* Ensure content stays on top of ::before */
.stat-box * {
  position: relative;
  z-index: 1;
}

/* Icon zoom effect on hover */
.stat-box:hover .icons img {
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .stat-box {
    flex: 1 1 90%;
    max-width: 300px; /* Optional, to avoid going too wide */
    margin: 0 auto;   /* Center the boxes */
  }
}


.title {
  font-weight: bold;
  margin-bottom: 30px;
}

.count {
  background-color: #00cfff;
  color: #000;
  font-weight: bold;
  padding: 5px 30px;
  border-radius: 20px;
  display: inline-block;
  min-width: 80px;
}

.cta-button {
  margin-top: 20px;
}

.cta-button a {
  background-color: #00cfff;
  color: #000;
  padding: 10px 25px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 30px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}

/* Hover effect */
.cta-button a:hover {
  background-color: #00b3e6;
  color: #fff;
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 188, 212, 0.6);
}

/* Optional: glow ring animation */
.cta-button a::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 10%, transparent 10.01%);
  background-size: 10% 10%;
  animation: pulse 3s linear infinite;
  z-index: 0;
}

.cta-button a:hover::before {
  animation-play-state: paused;
}

@keyframes pulse {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(50%, 50%);
  }
}


.icons img {
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
  transition: transform 0.3s ease;
}


@media screen and (max-width: 768px) {
  .stats-container {
    flex-direction: column;
    align-items: center;
  }
}

