body {
  font-family: "serif", sans-serif;
  background-color: #000;
  color: #fff;
  box-sizing: border-box;
  margin: 0;
  padding: 0; 
  overflow-x: hidden;
  
}

.main-content {
  padding-top: 80px; /* same height as navbar */
}

/* ---------- Desktop (default) ---------- */


  
/* new navbar */
 .navbar {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border-radius: 50px;
    position: fixed; 
    top:10px;          
    left: 50%;       
    transform: translateX(-50%); /* center properly */
    width: 80%;      /* your desired width */
    z-index: 1030;   /* make sure it stays above content */
}


        .navbar-brand {
            font-weight: 700;
            font-size: 1.3rem;
            color: #000;
           
        }

        .nav-link {
            font-weight: 600;
            color: #000;
            margin-right:2px;
            
        }


        .nav-link:hover {
            color: #6c63ff;
        }



        /* Mega Dropdown */
        .dropdown-menu.mega-menu {
            width: 700px;
            padding: 2rem;
            border-radius: 40px;
            border: none;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            transform: translateX(300px);
        }


        .mega-menu .col {
            padding: 0 1rem;
        }

        .mega-menu h6 {
            font-weight: 600;
            margin-bottom: 1rem;
        }

        .mega-menu a {
            display: block;
            color: #000;
            text-decoration: none;
            margin-bottom: 0.6rem;
            font-size: 0.95rem;
        }

        .mega-menu a:hover {
            color: #6c63ff;
        }

        /* Button */
        .btn-book1 {
    background: linear-gradient(90deg, #6c63ff, #a56eff);
    color: #fff !important;
    border: none;
    border-radius: 50px !important; /* this will now apply */
    padding: 0.6rem 1.4rem;
    font-weight: 600;
}

.btn-book1:hover {
    background: linear-gradient(90deg, #594cff, #8f52ff);
    color: black !important;
}


        @media (max-width: 992px) {
           .navbar {
    position: relative;
     border-radius: 30px;
    width: 90%;
    left: 20px;
    transform: none;
    border-radius: 0;
    top:0;
    margin-top:20px;
    border-radius:30px;
  }

  .dropdown-menu.mega-menu {
    position: static !important; /* Let it flow inside collapsible menu */
    transform: none !important;
    width: 100% !important;
    box-shadow: none;
    border-radius: 0;
    padding: 1rem;
    margin-top: 0.5rem;
    background-color: #fff;
  }

  .mega-menu .row {
    flex-direction: column;
  }

  .mega-menu .col-md-6,
  .mega-menu .col-md-3 {
    width: 100%;
    padding: 0.5rem 0;
  }

  /* Hide the double toggle arrows on mobile */
  .nav-item.dropdown.d-flex > .dropdown-toggle {
    display: inline-block !important;
  }
        }
        
.btn-gradient-demo {
  display: block;
  color: white;
  border-radius: 15px;
  font-weight: 500;
  width: 100rem;
  height: 59px;
  /* width:700px; */
  max-width: 500px;
  /* margin: 5rem 0 0 0 ; */
  font-size: 25px;
  background: linear-gradient(to right, #00c853, #6200ea);
  border: none;
  padding: 10px 20px;
}

.btn-gradient-demo:hover {
  opacity: 0.9;
  background: linear-gradient(to right, #6200ea, #00c853);
}

/* .navbar-brand {
  width: 20%;

} */

.bg-section {
  background-image: url("../Images/bg-website-img.png");
  background-size: cover;
}

.hero {
  /* background-image: url("../Images/banner-img.png"); */
  /* background-size: cover; */
  height: 100vh;
}

.hero h1 {
  font-size: 2rem;
  font-weight: 600;
}

/* .hero::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  height: 190vh;
  width: 100%;
   background: url("/Images/header.jpg") no-repeat center center; 
  background-size: cover;
  z-index: -1;
} */
.hero h1 {
  font-size: 4rem;
}

.hero-text {
  position: relative;
  margin-bottom: 80px;
}

.hero-text::before {
  content: "";
  position: absolute;
  height: 120px;
  width: 120px;
  top: -30px;
  left: -40px;
  background-image: url("../Images/banner-lines.png");
  background-repeat: no-repeat;
}

.impact {
  padding: 5rem;
}

.unlock {
  margin-left: 6rem;
}

.consaltant-btn {
  display: block;
  color: white;
  border-radius: 15px;
  font-weight: 500;
  width: 100%;
  height: 59px;
  /* width:700px; */
  /* max-width: 500px; */
  /* margin: 5rem 0 0 0 ; */
  font-size: 25px;
  background: linear-gradient(to right, #00c853, #6200ea);
  border: none;
  padding: 10px 20px;
}

/*.hero-line {
  margin-top: 20px;
}

.hero-line .arrow {
  font-size: 1.5rem;
  color: white;
  margin-right: 10px; 
}

.hero-line .line {
  flex: 1; 
  height: 2px;
  background-color: white;
} */

/* @media (min-width: 992px) {
  .hero h1 {
    font-size: 3rem;
  }
} */
/* .body{
  min-height: 100vh;
} */
/* Slider base */
.slider {
  height: 150px;
  position: relative;
  width: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;

}

.slide-track img {
  height: 120px;
  width: 100%;

}

.slide-track2 img {
  height: 120px;
  width: 100%;
}

/* gradient fade at edges */
.slider::before,
.slider::after {
  position: absolute;
  /* background-image: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); */
  content: '';
  height: 100%;
  width: 70px;
  /* fade only at edges */
  pointer-events: none;
  z-index: 2;
}

.slider::before {
  left: 0;
  top: 0;
}

.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

/* slide container */
.slide-track,
.slide-track2 {
  display: flex;
  gap: 30px;
  /* spacing between slides */

}


.slide {
  width: 160px;
  height: 60px;
  display: grid;
  place-items: center;
  transition: 0.5s;
  cursor: pointer;
}

.slide:hover {
  transform: scale(0.8);
}

/* Animations */
@keyframes scroll-ltr {

  /* Left ➝ Right */
  0% {
    transform: translateX(calc(-150px * 10));
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes scroll-rtl {

  /* Right ➝ Left */
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-150px * 10));
  }
}

/* Apply animations */
.slide-track {
  animation: scroll-ltr 20s linear infinite;
}

.slide-track2 {
  animation: scroll-rtl 20s linear infinite;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .slide {
    width: 80px;
  }

  @keyframes scroll-ltr {
    0% {
      transform: translateX(calc(-80px * 10));
    }

    100% {
      transform: translateX(0);
    }
  }

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

    100% {
      transform: translateX(calc(-80px * 10));
    }
  }
}


.rating-box {
  background: #1c1c1c;
  border-radius: 10px;
  padding: 10px 20px;
  display: inline-block;
  margin: 10px 0;
}

.brand-logos img {
  max-height: 40px;
  margin: 20px;
  filter: brightness(0) invert(1);
}

.subheading {
  /* margin-top: 5rem;
  margin-right: 2rem; */
  margin: 2rem 2rem 2rem 2rem;
  /* top reduced from 5rem to 2rem */

  color: #a79a9a;
  font-size: 1.4rem;
  letter-spacing: 0%;
  width: 100%;
}

.custom-card {
  background: linear-gradient(to right, #0d0d0d00, #4e2bbe 100%);
  border-radius: 20px;
  color: white;
  height: 354px;

  padding: 40px;
  max-width: 1252px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
  margin-top: 130px;
}

.custom-card p {
  color: #a79a9a;
  font-size: 1.5rem;
}

.fw-bold1 {
  font-size: 50px;
  font-weight: 500px;
}

.fw-bold4 {
  font-size: 40px;
  font-weight: 500;
}

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

.line {
  width: 1px;
  height: 100px;
  background-color: #2c2c2c;
  margin: 0 auto;
}

.form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  color: white;
}

.form-control:focus {
  box-shadow: none;
  border-color: #fff;
}

.btn-download {
  width: 100%;
  background: #fff;
  color: #000;
  border-radius: 50px;
  font-weight: 400;
  padding: 8px 20px;
  font-size: 20px;

}

.btn-download:hover {
  background: black;
  color: white;
}

.user-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  margin-left: 20px;
}

input[type="email"]::placeholder {
  color: white;
  opacity: 1;
  font-size: 20px;
}

.section-container_1 {
  /* max-width:1000px;  */
  text-align: center;
  border: 0px 2px 2px;
  font-size: 40px;
  font-weight: 500px;
  margin-top: 55px;
  width: 100%;
}

.highlight_new {
  background: linear-gradient(90deg, #1ed670, #4b37bb);
  /* your colors */
  -webkit-background-clip: text;
  /* clip background to text */
  -webkit-text-fill-color: transparent;
  /* make text itself transparent */
  background-clip: text;

}

.highlight_worldwide {
  color: #1ed670;
}

.highlight_brands {
  background: linear-gradient(90deg, #1ed670, #4b37bb);
  /* your colors */
  -webkit-background-clip: text;
  /* clip background to text */
  -webkit-text-fill-color: transparent;
  /* make text itself transparent */
  background-clip: text;
}

.info-card {
  background: rgba(255, 255, 255, 0.05);

  /* margin: 20px 20px 0px 0px; */
  padding: 20px;
  height: 150px;
  width: 90%;
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
  border-radius: 25px;
  z-index: 0;
  margin-top: 1rem;
}

.info-card::before {
  content: "";
  position: absolute;
  inset: 0;
  /* cover full card */
  padding: 2px;
  /* border thickness */
  border-radius: inherit;
  background: linear-gradient(to left, #fff, transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  /* remove inner content */
  mask-composite: exclude;
  z-index: -1;
  /* place behind content */
}

.info-card p {
  font-size: 15px;
}

.info-card:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-5px);
}

.btn-custom {
  background: linear-gradient(90deg, #00ff99, #3399ff);
  border: none;
  border-radius: 30px;
  padding: 10px 15px;
  font-weight: 500;
  margin-top: 30px;
}

.btn-custom:hover {
  opacity: 0.9;
}

.info-card h4 {
  font-size: 1.5rem;
  font-weight: bold;
}

.info-card span {
  display: block;
  font-size: 0.9rem;
  opacity: 0.8;
}

.download-section {
  /* background: linear-gradient(70deg, #0d0d0d 0%, #1b0033 100%); */
  color: white;
  position: relative;
  margin-top: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px;
}

/* .download-section::before { */
/* content: "";
      background-image: url("../Images/Ellipse3.png");
      background-size: cover;
      height: 1000px;
      width: 1000px;
      right: -50px;
     bottom: 0;
      position: absolute; */
/* } */

.top-world {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
}

.highlight_1 {
  color: linear-gradient(90deg, #00ff99, #3399ff);
  /* -webkit-text-fill-color: transparent; */
  font-weight: bold;
}

span.highlight-2 {
  color: #1e1547;
}

.case-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 20px;

  height: 200px;
  text-align: left;
  transition: all 0.3s ease;
}

.case-card:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-5px);
}

.tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  background: linear-gradient(90deg, #6a11cb, #2575fc);
}

.case-card h6 {
  margin-top: 10px;
  font-size: 0.9rem;
  color: #bbb;
}

.explore-link {
  font-weight: 500;

  font-size: 20px;
  background: linear-gradient(90deg, #1ed670, #4b37bb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.explore-link:hover {
  text-decoration: underline;
}

.btn-class {
  background: linear-gradient(90deg, #00ff99, #3399ff);
  border: none;
  border-radius: 12px;
  padding: 19px 65px;
  font-weight: 500;
  margin-top: 30px;
  font-size: 25px;
  color: white;
}

.btn-class:hover {
  background: linear-gradient(90deg, #3399ff, #00ff99);
  ;
}

.btn-custom:hover {
  opacity: 0.9;
  background: linear-gradient(90deg, #3399ff, #00ff99);
}

.cases-section {
  color: white;
}

/* Challenges Section pain points*/
.pain-points {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
}

.section-container {
  max-width: 100vw;
  margin: 60px auto;
  text-align: center;
}

.fw-bold {
  font-size: 40px;
  font-weight: 400;
  margin-top: 105px;
}

.fw-bold p {
  font-size: 20px;
  font-weight: 400;
}

.challenge-card {
  background-color: #111;
  color: #fff;
  border-radius: 20px;
  padding: 20px;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 200px;
  position: relative;
  overflow: hidden;
}

.challenge-card:hover {
  border: 1px solid transparent;
  border-color: #CA45F0;
  border-radius: 10px;

}

.challenge-wrap {
  margin-top: 50px;
  transition-duration: 0.2s;
}

.hidden-text {
  font-size: 12px;
  text-align: start;
}

/* Reveal on hover */
.challenge-card:hover .challenge-wrap {
  margin-top: 0px;
}

.challenge-card:hover .challenge-text {
  margin-bottom: 0px;
}

.explore-btn {
  background: linear-gradient(90deg, #00ff99, #3399ff);
  border: none;
  border-radius: 10px;
  padding: 12px 30px;
  font-weight: 400;
  margin-top: 30px;
  display: inline-block;
  color: white;
  font-size: 1.5rem;

}

.explore-btn:hover {
  background: linear-gradient(90deg, #3399ff, #00ff99);
  color: black;

}

.quote {
  font-size: 3rem;
  color: #666666;
  display: inline-block;
  margin-top: 20px;
  line-height: 1;
}

.challenge-text {
  color: #fff;
  /* White text */
  font-size: 15px;
  text-align: start;
  margin-bottom: 20px;
}

.challenge-text3 {
  margin-bottom: 35px;
}

/* get a full marketing */

.section-container {
  max-width: 1000px;
  margin: 60px auto;
  text-align: center;
}

.marketing-text {
  font-size: 15px;
  color: #666666;
  text-align: center;
  justify-content: center;
  align-items: center;

}

.avatars {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
  font-family: "Inter", sans-serif;
}

.avatar {
  height: 133px;
  width: 144px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  margin-left: -40px;
  /* overlap effect */
  position: relative;
}

/* first circle normal */
.avatar:first-child {
  margin-left: 0;
}

/* layering so each next avatar goes behind */
.avatar:nth-child(1) {
  z-index: 8;
}

.avatar:nth-child(2) {
  z-index: 7;
}

.avatar:nth-child(3) {
  z-index: 6;
}

.avatar:nth-child(4) {
  z-index: 5;
}

.avatar:nth-child(5) {
  z-index: 4;
}

.avatar:nth-child(6) {
  z-index: 3;
}

.avatar:nth-child(7) {
  z-index: 2;
}

.avatar:nth-child(8) {
  z-index: 1;
}

.avatar.red {
  background: red;
  color: white;
}

.avatar.gray {
  background-color: #ccc;
  color: black;
}

.avatar:nth-child(odd) {
  background: red;
  color: white;
}

.avatar:nth-child(even) {
  background-color: white;
  color: black;
}

.card1{
  margin-top:260px !important;
  
}
.card1-1{
  margin-top:200px !important;
}

.card2 {
  margin-top: 160px;
}
.card2-2{
  margin-top: 100px;
}

.card3 {
  margin-top: 50px;
}
.card3-3 {
  margin-top: 0px;
}

.card4 {
  margin-top: 0px;
}
/* Container */
.adborn-exp-slider {
  width: 100%;
  max-width: 950px;
  margin: 40px auto;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

/* Slide Track */
.exp-slide-track {
  display: flex;
  transition: transform 0.6s ease-in-out;
  width: 100%;
}

/* Each Slide */
.exp-slide-card {
  flex: 0 0 100%; /* Only one visible at a time */
  background:#1B1B1B;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin: 0; /* No side cuts */
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

/* Content sections */
.exp-left {
  flex: 1 1 40%;
  background:#1B1B1B;
  border-right: 1px solid #eee;
 
}

.exp-right {
  flex: 1 1 60%;
}

.exp-arrows {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 10px;
}

.exp-arrow {
  cursor: pointer;
  user-select: none;
  font-size: 2rem;
  color: #333;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  padding: 8px 14px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
}

.exp-arrow:first-child {
  transform: translateX(-120%); /* visually move left arrow outside */
}

.exp-arrow:last-child {
  transform: translateX(120%);  /* visually move right arrow outside */
}

.exp-arrow:hover {
  background: #333;
  color: #fff;
  transform: scale(1.1);
}


/* Responsive */
@media (max-width: 768px) {
  .exp-slide-card {
    flex-direction: column;
  }
  .exp-left, .exp-right {
    flex: 1 1 100%;
    border-right: none;
  }
}


.card-hidden-text {
  color: white;
  text-align: left;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;

}

.card-custom-body:hover .card-hidden-text {
  opacity: 1;
  max-height: 200px;
 

}

/* Team */

.card-team {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 20px;
  text-align: left;
  transition: all 0.3s ease;
  height: 40vh;
  width: 200px;
}

.card-team:hover {
  background: #dbd9f4;
  /* transform: translateY(-5px); */
  color: black;
  transition-duration: 0.5s;
}
#hidden-team{
  display:none;
}
.circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #ccc;
  margin-bottom: 10px;
  flex-shrink: 0;
}

.circle-name {
  display: flex;
  align-items: center;
  /* vertical center */
  gap: 12px;
  /* space between circle and name */
}

.card-team:hover .circle {
  background: black;
}

.role {
  font-weight: bold;
  font-size: 1.2rem;
}

.badge-role {
  font-size: 0.7rem;
  border: 1px solid white;
  border-radius: 20px;
  padding: 2px 8px;
  margin-left: 5px;
}

.btn-custom {
  background: linear-gradient(90deg, #00ff99, #3399ff);
  border: none;
  border-radius: 30px;
  padding: 12px 30px;
  font-weight: 500;
  margin-top: 30px;
  display: inline-block;
}

.btn-custom:hover {
  opacity: 0.9;
}

/* .team-section {
        background: linear-gradient(50deg, #0d0d0d 0%, #1b0033 70%);
      color: white;
    } */

/* why subscription */
.section-title {
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 2rem;
}

.card-custom {
  background-color: black;
  border-left: 1.5px solid white;
  /* border-right: 1px solid white; */
  border-top: none;
  border-bottom: none;
  padding: 20px;
  border-radius: 0px;
  margin-bottom: 1rem;
  height: 500px;
}

.card-custom-body {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  transition-duration: 0.2s !important;
}

.card-title-custom {
  font-size: 1.25rem;
  font-weight: 600;
  color: white !important;
}

.footer {
  background-color: #121212;
  text-align: center;
  padding: 20px 0;
}

.text-custom {
  color: #9747ff;
}

.stop {
  font-size: 22px;
  margin: 20px auto;
  /* centers horizontally */
  border: 3px solid white;
  border-radius: 20px;
  padding: 20px;
  max-width: 1200px;
  /* ✅ prevents full width */
  width: 90%;
  border-color: #3a2c78;
  /* ✅ responsive on small screens */
}


/* Any services section */
.section-heading {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.section-sub {
  color: #aaa;
  font-size: 1rem;
}

.service-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 0;
  /* no card background */
  border-bottom: 2px solid #fff;
  /* only bottom border */
}

.service-item:last-child {
  border-bottom: none;
  /* remove border for last item */
}

.service-icon {
  width: 100px;
  height: 100px;
  /* background: whitesmoke; */
  /* change here */
  border-radius: 15px;
  flex-shrink: 0;
 
}



.service-item h5 {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.service-item p {
  color: #ccc;
  font-size: 0.95rem;
  margin: 0;
}

.divider {
  border-top: 1px solid #333;
  margin: 20px 0;
}

.read-btn {
  background: black;
  color: #fff;
  border: 3px solid white;

  border-radius: 20px;
  padding: 12px 30px;

  font-weight: 500;
  transition: 0.3s ease;
  /* box-shadow: 0 4px 15px rgba(255, 75, 43, 0.4); */
}

.read-btn:hover {
  background: #333;
  transform: scale(1.05);
  border: none;
}

/* our works section */
/* Section Heading */



.case-card .tag {
  font-size: 20px;
  font-weight: 400;
}

.case-card p {
  font-size: 25px;
}


/* any industries section */
/* Services Section */
.services-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.services-subtitle {
  color: #aaa;
  font-size: 1rem;
}

/* our work new */
.works-section {
  background-color: white;
  color: black;
}

.works-section h2 {
  color: black;
}

.works-title {
  font-weight: 700;
  text-align: center;
  color: black;
}

/* Filter buttons */
.filter-tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
}

.tag-btn {
  border: none;
  background: transparent;
  border-radius: 25px;
  padding: 6px 18px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #D9D9D9;
}

.tag-btn.active,
.tag-btn:hover {
  background: linear-gradient(135deg, #6a11cb, #2575fc);
  color: #fff;
}

/* Work Card / Slider */
.work-card {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.slider-inner {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
}

.work-slide {
  flex: 0 0 100%;
  display: flex;
  gap: 20px;
  align-items: center;
  background-color: #D9D9D9;
  padding: 20px;
}

.work-media img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 15px;
}

.work-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.work-title {
  font-weight: 600;
  font-size: 1.3rem;
}

.work-desc {
  font-size: 0.95rem;
  color: #333;
}

.work-stats {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.stat-box {
  flex: 1 1 45%;
}

.stat-value {
  font-size: 1.2rem;
  font-weight: 600;
}

.stat-label {
  font-size: 0.85rem;
  color: #555;
}

.work-btn {
  border: 1px solid #000;
  background: transparent;
  border-radius: 25px;
  padding: 8px 20px;
  font-size: 0.9rem;
  margin-top: 10px;
  transition: all 0.3s ease;
  width: fit-content;
  cursor: pointer;
}

.work-btn:hover {
  background: #000;
  color: #fff;
}

.work-footer {
  text-align: center;
  margin-top: 20px;
}

.story-btn,
.nav-arrow {
  border: 1px solid #000;
  border-radius: 25px;
  padding: 10px 25px;
  background: transparent;
  transition: all 0.3s ease;
  color: #000;
  cursor: pointer;
  margin: 0 5px;
}

.story-btn:hover,
.nav-arrow:hover {
  background: #000;
  color: #fff;
}

@media (max-width: 768px) {
  .work-slide {
    flex-direction: column;
    text-align: center;
  }

  .work-media img {
    height: 200px;
  }
}

/* Service Card */
.service-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  padding: 20px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
  transition: all 0.3s ease;
  box-sizing: border-box;

  /* ✅ Auto size */
  width: 100%;
  /* let Bootstrap col-md-6 col-lg-3 control width */
  height: 280px;
  /* grow as per content */
}

.service-card:hover {
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.1);
}

.service-card h5 {
  margin: 0;
  font-weight: 600;
}

.service-card p {
  margin: 0;
  color: black;
  font-size: 0.95rem;
  line-height: 1.5;
}

.service-text {
  color: #ccc;
  font-size: 0.95rem;
  margin: 0;
}

/* Divider */
.divider {
  border-top: 1px solid #333;
  margin: 20px 0;
}

/* Button */
.btn-read {
  background: linear-gradient(135deg, #ff416c, #ff4b2b);
  color: #fff;
  border-radius: 30px;
  padding: 12px 30px;
  border: none;
  font-weight: 500;
  transition: 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 75, 43, 0.4);
}

.btn-read:hover {
  background: linear-gradient(135deg, #ff4b2b, #ff416c);
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(255, 75, 43, 0.6);
}

.services-section {
  margin: 5rem;
}

/* choose the perfect solution section */
/* Section Title */

.pricing-title {
  font-size: 2.5rem;
  font-weight: 500;
  color: #fff;
}

.highlight-green {
  color: #00ff99;
}

.highlight-green1 {
  color: #1ed670;
}

.highlight-blue {
  background: linear-gradient(90deg, #1ed670, #4b37bb);
  /* your colors */
  -webkit-background-clip: text;
  /* clip background to text */
  -webkit-text-fill-color: transparent;
  /* make text itself transparent */
  background-clip: text;
}

.highlight-green {
  background: linear-gradient(90deg, #1ed670, #4b37bb);
  /* your colors */
  -webkit-background-clip: text;
  /* clip background to text */
  -webkit-text-fill-color: transparent;
  /* make text itself transparent */
  background-clip: text;
}

/* Toggle Buttons */
.toggle-options {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.toggle-btn {
  background: transparent;
  border: 1px solid #555;
  color: #fff;
  padding: 8px 18px;
  border-radius: 20px;
  font-size: 0.9rem;
  transition: 0.3s ease;
}

.toggle-btn:hover,
.toggle-btn.active {
  background: #fff;
  color: #000;
}

/* Plan Cards */
.plan-card {
  background: #1a1a1a;
  padding: 25px;
  border-radius: 12px;
  transition: all 0.3s ease;
  color: #fff;
  height: 200px;
}

.plan-card:hover {
  transform: translateY(-5px);
  background: linear-gradient(90deg, #6a11cb, #CC77FD);
}

.plan-name {
  font-size: 0.9rem;
  color: #aaa;
  margin-bottom: 10px;
}

.plan-hours {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
}

.plan-price {
  font-size: 1.2rem;
  margin: 10px 0;
}

.plan-rate {
  font-size: 1rem;
  color: #aaa;
}

.plan-time {
  font-size: 0.8rem;
  color: #aaa;
}

/* Features Card */
.features-card {
  background: #1a1a1a;
  padding: 30px;
  border-radius: 16px;
  color: #fff;
}

.features-card h4 {
  font-weight: 600;
}

.features-card p {
  margin: 5px 0;
  color: #ddd;
}

/* Rating section */

/* Section */
.testimonial-section {
  background: #000;
  color: #fff;
  margin: 0 15rem;
}

/* Heading */
.testimonial-heading {
  font-size: 2rem;
  font-weight: 500;
}

.highlight-green {
  color: #00ff99;
}

/* Clutch Box */
.clutch-box {
  background: #e6e1ff;
  color: #000;
  padding: 15px 20px;
  border-radius: 10px;
  text-align: center;
  width: 300px;
}

.clutch-link {
  display: block;
  font-size: 0.9rem;
  text-decoration: underline;
  color: #000;
  margin: 5px 0;
}

.clutch-rating {
  font-size: 0.9rem;
  color: #111;
  font-weight: 600;
}

/* Review Card */
.review-card {
  background: #1a1a1a;
  border-radius: 16px;
  margin-top: 30px;
  overflow: hidden;
  display: flex;
}

.review-left {
  flex: 1;
  border-right: 1px solid #333;
}

.review-left .rating-score {
  font-size: 2rem;
  font-weight: bold;
}

.review-left .stars {
  color: red;
  font-size: 1.2rem;
}

.review-left p {
  margin: 5px 0;
  font-size: 0.95rem;
}

/* Right Review */
.review-right {
  flex: 2;
}

.review-text {
  font-size: 1.1rem;
  font-style: italic;
  margin-bottom: 20px;
}

.review-right h5 {
  font-weight: 600;
}

.arrows {
  display: flex;
  justify-content: end;
  gap: 15px;
  font-size: 1.5rem;
  cursor: pointer;
}

.arrow:hover {
  color: #00ff99;
}

/* our subscription section */
.workflow-section {
  background: #000;
}

.workflow-heading {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
}

.workflow-sub {
  max-width: 800px;
  margin: 0 auto;
  color: #aaa;
  font-size: 0.95rem;
}

.workflow-steps {
  margin-top: 40px;
}

.workflow-item {
  border-top: 1px solid #333;
  padding: 25px 0;
  gap: 20px;
}

.workflow-item:last-child {
  border-bottom: 1px solid #333;
}

.step-number {
  font-size: 1.5rem;
  font-weight: 600;
  width: 50px;
  color: #aaa;
}

.step-icon {
  width: 45px;
  height: 45px;
  border: 2px solid #2575fc;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2575fc;
  font-size: 1.2rem;
  margin-right: 15px;
  flex-shrink: 0;
}

.workflow-item h5 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.workflow-item p {
  color: #ccc;
  font-size: 0.95rem;
  margin: 0;
}

/* FAQ-section */
/* FAQ Section */
.faq-section {
  background: #000;
}

.faq-title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.faq-accordion .accordion-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid #333;
}

.faq-accordion .accordion-button {
  background: transparent;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  padding: 1rem 0;
  box-shadow: none;
  justify-content: space-between;
}

.faq-accordion .accordion-button::after {
  content: "+";
  font-size: 25px;
  color: #fff;
  transform: none !important;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  content: "−";
  /* minus when open */
}

.faq-accordion .accordion-body {
  color: #ccc;
  padding: 1rem 0;
}

/* location */
.locations-section {
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.all-over {
  margin-top: 14px;
}

.location-card {
  background: #1a1a1a;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  height: 150px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.location-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.1);
}

.location-left {
  width: 40%;
  background: #d9d9d9;
}

.location-right {
  width: 60%;
  text-align: left;
  color: #fff;
}

.location-right h5 {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.location-right p {
  font-size: 0.9rem;
  color: #ccc;
  margin: 0;
}

/* CTA */
.call-to-action-section {
  background: #000;
}

.logo-box {
  width: 60px;
  height: 60px;
  background: #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 0px;
  color: black;
}

.form-card {
  background: #fff;

  padding: 30px;
  transition: all 0.3s ease-in-out;
}

.form-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.form-card h5 {
  font-size: 40px;
  color: #333;
  font-weight: 400;
}

.clicking-form {
  font-size: 15px;
  color: black;
}

.custom-input {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 12px;
  font-size: 0.95rem;
  transition: 0.3s;
}

.custom-input:focus {
  border-color: #6c63ff;
  box-shadow: 0 0 10px rgba(108, 99, 255, 0.4);
}

.book-btn {
  background: linear-gradient(90deg, #6c63ff, #00ff87);
  color: white;
  font-weight: 400;
  border: none;
  border-radius: 20px;
  padding: 12px 20px;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}

.book-btn:hover {
  transform: scale(1.05);
  background: linear-gradient(90deg, #00ff87, #6c63ff);
  box-shadow: 0 8px 20px rgba(0, 255, 135, 0.4);
}

.footer-section {
  background: #000;
  border-top: 1px solid #333;
}

.footer-logo {
  font-size: 1.5rem;
  font-weight: 700;
}

.footer-head {
  font-size: 25px;
}

/* market section  */
.market-content span {
  background-color: gray;
  padding: 8px;
  border-radius: 40px;
  display: inline-block;
  margin: 5px 5px 0 0;
  font-size: 12px;
}

.market-content {
  margin-top: 56px;
}

.market-card {
  background-color: #1b1b1b;
  padding: 25px 35px;
  border-radius: 35px;
  margin-top: 60px;
  height: 310px;
}
.home-swiper i{
  margin-top:30px;
}


.market-heading {
  align-items: start;
}

/* meet section  */
.meet-1 {
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  padding: 20px 0;
}

.meet-icon {
  font-size: 24px;
  /* actual icon size */
  width: 50px;
  /* box width */
  height: 50px;
  /* box height */
  display: inline-flex;
  /* makes height/width work */
  align-items: center;
  /* center vertically */
  justify-content: center;
  /* center horizontally */
  background: black;
  /* optional (to see box) */
  border-radius: 8px;
  /* optional */
}

.subscription-text {
  font-size: 18px;
  color: #909190;
  margin-top: 60px;
  margin-bottom: 52px;
}

.meet-1 h4 {
  width: 35%;
  display: flex;
}

.meet-1 h2 {
  width: 10%;
}

.meet-1 span {
  width: 40%;
}

.meet-1 img {
  width: 7%;
}

.meet-1 {
  gap: 50px;
}

.custom-card {
  padding: 20px;
}

@media only screen and (max-width: 600px) {
  .custom-card {
    flex-direction: column;
    height: auto;
  }

  .user-img {
    margin-top: 30px;
  }

  .section-container_1 {
    margin: 0;
  }

  .di-col {
    display: flex;
    justify-content: center;
  }

  .card-custom {
    height: 300px;
  }

  .testimonial-section {
    margin: 0;
  }
}

/* -----------------------------ABOUT PAGE-----------------------------  */

/* banner section  */
.about-banner {
  height: 90vh;
}

.about-banner h1 {
  font-size: 50px;
  font-weight: 500;
}
.about-top{
  margin-top:120px;
}

.about-banner p {
  width: 70%;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
}

.about-btn a:first-of-type {
  background-color: #4929B5;
  padding: 12px 60px;
  color: white;
  display: inline-block;
  margin-top: 30px;
  font-size: 25px;
  text-decoration: none;
}

.about-btn a:nth-of-type(2) {
  text-decoration: none;
  color: white;
  font-size: 20px;
  margin-left: 20px;
}

.ad-feat {
  font-size: 25px;
  font-weight: 600;
}

.ad-feat1 {
  font-size: 55px;
  font-family: "Gideon Roman";
  font-weight: 400;
}

.about-banner-bg {
  background-image: url("../Images/about-banner-bg.png");
  background-size: cover;
  background-position: center;
  min-height: 100vh; /* full screen */
  padding-top: 0 !important; /* override body padding-top */
}

.about-highligth {
  background: linear-gradient(90deg, #A1417C, #4b37bb);
  /* your colors */
  -webkit-background-clip: text;
  /* clip background to text */
  -webkit-text-fill-color: transparent;
  /* make text itself transparent */
  background-clip: text;
}

.container h2 {
  font-size: 35px;
  font-weight: 600;
  /* margin-top:85px; */
  margin-left: 1rem;
  margin-bottom: 25px;
}

.about-con {
  font-size: 35px;
  font-weight: 600;
  margin-top: 85px;
  margin-left: 1rem;
  margin-bottom: 25px;
}

.part1 {
  height: 200px;
  width: 200px;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-part {

  background-color: white;
  padding: 80px 40px;
}

.shape1 {
  height: 120px;
  width: 150px;
  background-color: gray;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;

}

/* .shape1 img{
           width: 100%;
           height: 100%;
            object-fit: contain;
           
        } */
.part2 {
  border-right: 0;
}

.part3 {
  border-bottom: 0;
}

.part4 {
  border-right: 0;
}

/* highlights section  */
.high-card {
  border: 1px solid white;
  padding: 12px;
  border-radius: 25px;
  height: 530px;
  background-color: #181917;
}

.high-card p {
  font-size: 20px;

}

.high-card a {
  font-size: 20px;
  font-weight: 400;
  background: linear-gradient(90deg, #1C9B55, #4b37bb);
  /* your colors */
  -webkit-background-clip: text;
  /* clip background to text */
  -webkit-text-fill-color: transparent;
  /* make text itself transparent */
  background-clip: text;
}

.highcard-img {
  height: 350px;
  background-image: url("../Images/sol-1.png");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.high-card2 {
  background-image: url("../Images/avibha.png");
  background-size: cover;
  background-position: center;
  height: 270px;
  border-radius: 25px;
  display: flex;
  align-items: end;
  padding: 20px;
  position: relative;

}

.high-card2 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 25px;
  width: 25px;
}

.high-card3 {
  background-image: url("../Images/office1.png");
  background-size: cover;
  background-position: center;
  height: 270px;
  border-radius: 25px;
  display: flex;
  align-items: end;
  padding: 20px;
}

.high-card4 {
  border: 1px solid white;
  border-radius: 25px;
  margin-top: 30px;
  height: 230px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
 
}

.high-card4 img {
  height: 100%;
  border-radius: 25px;
}

/* .swiper-read{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}
.swiper-read img{
height:20px;
width:20px; */


.ninja-span {
  font-size: 14px;
  font-weight: 500;
  color: white;
}

.ninja-s2 {
  font-weight: 600;
  padding: 0px;
}

.high-card4 p {
  font-weight: 700;
  font-size: 20px;
}

.btn-guide {
  background: linear-gradient(90deg, #1ED671, #4744B4);
  border: none;
  border-radius: 15px;
  padding: 10px 15px;
  font-weight: 700;
  margin-top: 30px;
  color: white;
  height: 50px;
  width: 200px;
  font-size: 15px;
}

/* expert section  */
/* swiper slider  */
.marketing-section .swiper {
  width: 100%;
  height: 400px;
  position: relative;
  
  /* overflow-y: visible !important; */
}

.expert-section .swiper {
  width: 100%;
  height: 320px;
  position: relative;
  /* overflow-y: visible !important; */
}

.expert-section span {
  background: linear-gradient(50deg, #D95050, #4b37bb);
  /* your colors */
  -webkit-background-clip: text;
  /* clip background to text */
  -webkit-text-fill-color: transparent;
  /* make text itself transparent */
  background-clip: text;
}

.expert-card a {
  font-size: 15px;
  font-weight: 400;
  background: linear-gradient(90deg, #1C9B55, #4b37bb);
  /* your colors */
  -webkit-background-clip: text;
  /* clip background to text */
  -webkit-text-fill-color: transparent;
  /* make text itself transparent */
  background-clip: text;
}

.expert-card {
  height: 280px;
  border: 1px solid white;
  border-radius: 25px;
  width: 100%;
  padding: 18px;
  background-color: #181917;
}

.expert-card img {
  height: 120px;
  width: 100%;
}

.expert-card p {
  font-size: 15px;
  font-weight: 400;

}

.swiper-read,
.read-article {
  display: flex;
  align-items: center;
  justify-content: start;
  /* centers horizontally */
  gap: 1rem;
  flex-wrap: nowrap;
  /* ensures it doesn't wrap */
  margin-top: auto;
  /* push to bottom if needed */
}

.swiper-read a,
.read-article a {
  text-decoration: none;
  color: #007bff;
  font-weight: 500;
  white-space: nowrap;
  /* prevents text from breaking */
}

.swiper-read img,
.read-article img {
  width: 30px;
  /* adjust size as needed */
  height: auto;
}

@media (max-width: 768px) {

  .swiper-read,
  .read-article {
    justify-content: center;
  }
}

.custom-prev {
  position: absolute;
  bottom: 0px;
  right: 50px;
  /* background-color: rgb(108, 107, 107); */
  height: 40px;
  width: 40px;
  z-index: 999;
  border-radius: 50%;
  color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-next {
  position: absolute;
  bottom: 0;
  right: 10px;

  height: 40px;
  width: 40px;
  z-index: 999;
  border-radius: 50%;
  color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
}


/* portfolio section  */
.portfolio-section {
  background-image: url("../Images/portfolio-bg.png");
  background-size: cover;
  background-position: centerd;
  padding-bottom: 80px;
}

.port-card {
  background-color: rgba(255, 255, 255, 0.258);
  margin-top: 28px;
  padding: 10px;
  text-align: center;
}

.port-card h3 {
  margin-top: 30px;
}

.port-card button {
  margin-bottom: 40px;
  border: none;
  border-radius: 15px;
  margin-top: 20px;
  padding: 10px;
}

/* explore section  */
.explore-section {
  background-color: white;
  color: black;
  padding: 80px 0;
}

.explore-card1 {
  background-color: #E0DCF4;
  width: 80%;
  padding: 30px;
  border-radius: 15px 0 15px 0;
}

.explore-card2 {
  border: 1px solid black;
  width: 80%;
  padding: 30px;
  border-radius: 15px 0 15px 0;
  position: relative;
  bottom: -30px;
}

.explore-card3 {
  background-color: #E0DCF4;
  width: 60%;
  padding: 30px;
  border-radius: 15px 0 15px 0;
}

.explore-col-3 {
  margin-top: 80px;
}

.explore-col-3 img {
  height: 100px;
  position: relative;
  left: -50px;
  top: -50px;
}

.explore-card4 {
  border: 1px solid black;
  width: 60%;
  padding: 30px;
  border-radius: 15px 0 15px 0;
  position: relative;
  bottom: -30px;
}

.book-input input::placeholder,
.book-input textarea::placeholder {
  font-size: 20px;
  color: black;

}

.expert-card.read-article {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
  /* wraps on smaller screens */
  margin-top: auto;
  /* pushes it to the bottom of the card if needed */
}

.expert-card.read-article a {
  font-size: 15px;
  font-weight: 400;
  background: linear-gradient(90deg, #1C9B55, #4b37bb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-decoration: none;
}

.expert-card.read-article img {
  height: 15px;
  width: auto;
}

.mission-1 {
  margin-top: 100px;
  margin-left: 0px;
  margin-bottom: 40px;
}

.mission-12 {
  margin-top: 30px;

}

.mission-1 p {
  color: #747574;
  font-size: 18px;
}


/* -----------milestones */

.milestones {
  margin-top: 50px;


}

.milestone-card {
  margin-top: 50px;
  border-radius: 20px;
  color: white;

}

.fw-bold-mile {
  font-size: 40px;
  font-weight: 600;
}

.milestone-card {
  background-color: #1B1B1B;
}

.mile-high {
  background: linear-gradient(90deg, #8246D1, #A587CB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-decoration: none;
  font-size: 30px;
  font-weight: 600;
}

/* =====team section===== */
.team-section {
  background: #000;
  padding: 60px 0;
}

.team-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  /* 🔥 5 columns */
  gap: 20px;
  justify-items: center;
}

.team-box {
  background: #ddd;
  border-radius: 16px;
  width: 80%;
  aspect-ratio: 1 / 1;
  /* makes squares */
}

.team-box-filled {
  background: #111;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.team-number {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #fff;
}

.team-text {
  font-size: 14px;
  line-height: 1.4;
  background: linear-gradient(90deg, #3ac98d, #6c63ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* our partner */
.our-partner {
  position: relative;
}

.partner-slider-wrapper {
  position: relative;
  width: 100%;
  padding: 40px 60px;
  /* extra space for arrows */
}

.partner-card {
  width: 140px;
  height: 120px;
  background: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border-radius: 8px; */
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.partner-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Arrow styling */
.partner-prev,
.partner-next {
  position: absolute;
  top: 50%;
  /* centers vertically */
  transform: translateY(-50%);

  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  color: white;
  z-index: 20;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* .partner-prev:hover,
.partner-next:hover {
  background: #4d2bbf;
  color: white;
} */

.partner-prev {
  left:-20;
  /* perfectly outside first card */
}

.partner-next {
  right: 0;
}

.partner-swiper {
  padding: 10px 0;
}

/* testimonial section */
.testimonials {
  background: #000;
  color: #fff;
}

.testimonial-card {
  /* border-left: 1px solid #333; */
  border-right: 3px solid white;
  background: transparent;
}

.testimonial-card .company {
  font-size: 1.4rem;
  font-weight: 700;
}

.testimonial-card p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #ddd;
}

.avatar-about {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  background-image: url("/Images/man.png");
}

/* Client Section - Full Width White Background */
/* Section */
.client-section {
  padding: 60px 20px;
  background: #fff;
  text-align: center;
}

.client-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 40px;
}

/* Grid Layout */
.client-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 30px;
  justify-items: center;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}

/* Circles */
/* .client-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color:white;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: transform 0.3s ease;
} */

.client-circle:hover {
  transform: scale(1.05);
}

/* Images inside circles */
.client-circle img {
  width: 90%;
  height: 90%;
  object-fit: contain;
  border-radius: 50%;
}

/* Responsive Tweaks */
@media (max-width: 768px) {
  .client-grid {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 25px;
  }
}

@media (max-width: 480px) {
  .client-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .client-circle {
    width: 90px;
    height: 90px;
  }

  .client-heading {
    font-size: 1.3rem;
  }
}

/* ------------------blog page------------- */
.blog {
  background-image: url("../Images/blog-bg.png");
  background-position: center;
  background-size: cover;
  height: 80vh;
}

/* Full width single visible card */
.col-12-single {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  margin: 0 auto;
  transition: all 0.3s ease;
}

/* Optional visual highlight */
.blog-card.single-visible {
  transform: scale(1.03);  
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
  z-index: 5;
}

/* Increase the image height when the card is full width */
.col-12-single .blog-img-placeholder {
  height: 400px;      /* new height */
  transition: height 0.3s ease;
}
/* Optional: category active highlight */
.blog-categories li.active {
  font-weight: bold;
  color: #007bff;
  cursor: pointer;
}

.blog-categories li {
  cursor: pointer;
  margin-bottom: 5px;
}


.blog-logo img {
  margin-top: 16px;
  margin-left: 46px;
}

.banner-blog {
  margin-top: 158px;
  margin-left: 160px;

}

.banner-blog h1 {
  font-size: 60px;
}

.banner-blog p {
  font-size: 30px;
}

.admin-section {
  font-size: 15px;
}

.blog-btn {
  background-color: black;
  color: white;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  padding: 5px;
}

.blog-btn-inner {
  padding: 10px 22px;

  background: linear-gradient(179.18deg, #000000 0.71%, #666666 276.31%);
  box-shadow: inset 0px 4px 4px rgba(255, 255, 255, 0.25);
  border-radius: 15px;

}

@media (max-width: 768px) {
  .blog {
    height: auto;
    /* allow it to grow with content */
    padding: 40px 20px;
  }

  .blog h1 {
    font-size: 40px;
    /* smaller title */
  }

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

  .blog-logo img {
    max-width: 150px;
    margin-bottom: 20px;
  }
}

/* Mobile view (480px and below) */
@media (max-width: 480px) {
  .blog {
    padding: 30px 15px;
  }

  .blog h1 {
    font-size: 28px;
    /* even smaller for mobile */
    line-height: 1.2;
  }

  .blog p {
    font-size: 16px;
  }

  .blog-logo img {
    max-width: 120px;
    margin-bottom: 15px;
  }
}

/* blog services */
.blog-services {
  background: #fff;
  color: black;
}

.search-box h3 {
  font-size: 2rem;
  /* increased size */
  font-weight: normal;
  /* remove bold */
}


.blog-search-icon {
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.line-blog {
  border: 2px solid black;
  margin: 1rem 0;
}

.blog-categories li {
  padding: 8px 0;
  font-size: 1rem;
  cursor: pointer;
  transition: color 0.3s;
}

.blog-categories li:hover {
  color: #007bff;
}

.blog-card {
  /* background: #f9f9ff; */
  border-radius: 12px;
  border: none;
  transition: transform 0.3s;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.blog-card:hover {
  transform: translateY(-5px);
}

.blog-img-placeholder {
  background: #e0c9ff;
  height: 150px;
  border-radius: 20px;
  width: 100%;
}

.blog-meta {
  font-size: 0.9rem;
  color: black;

}

.date-btn {
  background: #e9d8fd;
  /* light violet */
  color: #000;
  /* black text */
  border: none;
  border-radius: 50px;
  /* pill shape */
  width: 40px;
  height: 65px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.2;
  position: absolute;
  right: 15px;
  margin-top: -50px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}

.blog-title {
  font-size: 1rem;
  font-weight: 100;
  margin: 0.5rem 0;
  padding: 0px 8px 0px 8px;
}

.blog-text {
  font-size: 0.9rem;
  color: #666;
  padding: 0px 8px 0px 8px;
}

.blog-card .btn-dark {
  background: linear-gradient(180deg, #000000, #333333);
  border: none;
  border-radius: 30px;
  padding: 10px 25px;
  font-size: 0.9rem;
  font-weight: 500;
  box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.2),
    0 4px 10px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.blog-card .btn-dark:hover {
  background: linear-gradient(180deg, #333333, #000000);
  transform: translateY(-2px);
}

/* Our Sevices CSS */

/* Hero Section */
.hero-section {
  background: url("/Images/OurServicesHeader.png") no-repeat center center/cover;
  height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  position: relative;
}

.hero-section .heading {
  font-weight: 500;
  font-size: 3rem;
}

.hero-logo {
  position: absolute;
  top: 20px;
  left: 40px;
  height: 80px;
  width: auto;
  z-index: 10;
}


.btn-custom2 {
  background-color: #4d2bbf;
  /* Purple button */
  color: white;
  width: 255px;
  height: 47px;
  border: none;
  margin: 20px;
  font-size: 1.3rem;
  font-weight: 400;
}

.process {
  background: linear-gradient(90deg, #8E7FBF, #6200ea);
  /* your colors */
  -webkit-background-clip: text;
  /* clip background to text */
  -webkit-text-fill-color: transparent;
  /* make text itself transparent */
  background-clip: text;
}

.btn-custom:hover {
  background-color: #241459;
}

.meet {
  color: white;
  font-size: 1.3rem;
  text-decoration: none;
}

.arrow {
  border: 2px solid white;
  border-radius: 50%;
  padding: 0.3rem;
  background-color: white;
  color: black;
}

/* Services Section */
.services-heading {
  font-size: 2.5rem;
  font-weight: 500;
  color: white;
}

.services-para {
  font-size: 1.1rem;
  color: #ffffff;
  max-width: 500px;
}

.services-section {
  background-color: #000;
  /* Black background */
  color: white;
  padding: 80px 0;
}

.service-card {
  background: #fff;
  color: #000;
  border-radius: 15px 0px 15px 0px;
  padding: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  height: 182px;
  width: 252px;
}

.service-card h5 {
  font-weight: 600;
}

.service-card:hover {
  background-color: #a7a7ac;
  color: black;
  transition-duration: 0.5s;
}

.breadcrumb-text {
  font-size: 14px;
  color: #bbb;
  margin-bottom: 15px;
}

/* Our Subscription Section  */


.section-title {
  font-size: 2rem;
  font-weight: 400;
  color: #ffffff;
  width: 70%;
  margin: 20px auto 10px auto;
}

.sub-title {
  font-size: 1.1rem;
  color: #ccc;
  width: 55%;
  margin: 20px auto 10px auto;
  padding-bottom: 1rem;
}

.step {
  margin: 2rem 0;
  padding-bottom: 1rem;
  border-bottom: 1px solid #333;
}

.step-icon {
  font-size: 2rem;
  color: #00f;
  background: #fff;
  border-radius: 50%;
  padding: 1rem;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-title {
  font-size: 1.5rem;
  color: #fff;
}

.step-desc {
  color: #ccc;
}

/* choose the perfect solution section */
/* Section Title */

.pricing-title {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
}

.highlight-green {
  color: #00ff99;
}

/* .highlight-blue {
 background: linear-gradient(90deg,#7674EB 20%,#9696C4);
} */

/* Toggle Buttons */
.toggle-options {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.toggle-btn {
  background: transparent;
  border: 1px solid #555;
  color: #fff;
  padding: 8px 18px;
  border-radius: 20px;
  font-size: 0.9rem;
  transition: 0.3s ease;
}

.toggle-btn:hover,
.toggle-btn.active {
  background: #fff;
  color: #000;
}

/* Plan Cards */
.plan-card {
  height: 25vh;
  background: #1a1a1a;
  padding: 25px;
  border-radius: 12px;
  transition: all 0.3s ease;
  color: #fff;
}

.plan-card:hover {
  transform: translateY(-5px);
  /* background-color: ; */
}

.plan-name {
  font-size: 0.9rem;
  color: #aaa;
  margin-bottom: 10px;
}

.plan-hours {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
}

.plan-price {
  font-size: 1.2rem;
  margin: 10px 0;
}

.plan-rate {
  font-size: 1rem;
  color: #aaa;
}

.plan-time {
  font-size: 0.8rem;
  color: #aaa;
}

.features-card {
  background-color: #1a1a1a;
  border-radius: 15px;
  padding: 20px;
  width: 95%;
  margin: 2rem auto;
}

/* our working process section  */
.header-title {
  font-size: 3rem;
  font-weight: bold;
  color: white;
  text-align: center;
  margin-bottom: 0.5rem;

}

.header-subtitle {
  font-size: 1.5rem;
  color: #ccc;
  text-align: center;
  margin-bottom: 2rem;
}

.process-card {
  /* background-color: #1c1c1c; */
  border: 2px solid #444;
  border-radius: 20px 0px 20px 0px;
  padding: 1.5rem;
  text-align: center;
  height: 30vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 0.2s;
}

/* .process-card:hover {
            transform: scale(1.05);
        } */
.process-icon {
  font-size: 1.5rem;
  color: #6b48ff;
  margin-bottom:1rem;
}

.process-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.process-desc {
  font-size: 0.9rem;
  color: #bbb;
}

.partner-section {
  text-align: center;
  margin-top: 3rem;
}

.partner-title {
  font-size: 1.7rem;
  color: #ccc;
  margin-bottom: 1.5rem;
}

.partner-box {
  background-color: #333;
  width: 80px;
  height: 80px;
  display: inline-block;
  margin: 0 1rem;
  border-radius: 5px;
}

.carousel-inner {
  padding: 1rem 0;
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
  opacity: 0.5;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 1;
}

/* Testimonials Section */
.testimonial-section {
  padding: 60px 0;
}

.testimonial-card {
  background: transparent;
  border: none;
  text-align: left;
  padding: 20px;
  height: 100%;
}

/* Divider line between columns */
.testimonial-border {
  border-right: 1px solid #333;
}

.testimonial-company {
  font-weight: bold;
  font-size: 20px;
}

.testimonial-title {
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}

.testimonial-text {
  font-size: 14px;
  margin: 15px 0;
  color: #bbb;
}

.testimonial-author {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.testimonial-author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  margin-right: 10px;
}

.proposal-btn {
  background-color: #6a0dad;
  color: #fff;
  border: none;
  padding: 12px 25px;
  border-radius: 4px;
  margin-top: 30px;
}

.proposal-btn:hover {
  background-color: #540c9b;
}

.testimonial-controls {
  margin-top: 30px;
}

.testimonial-controls button {
  background: none;
  border: none;
  color: #fff;
  font-size: 22px;
  margin: 0 10px;
}

/* FAQS SECTION */
.faq-section {
  padding: 60px 0;
}

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

.faq-item {
  border-bottom: 1px solid #444;
  padding: 15px 0;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
}

.faq-icon {
  font-size: 22px;
  transition: transform 0.3s ease;
}

.faq-icon.rotate {
  transform: rotate(45deg);
}

.faq-answer {
  margin-top: 10px;
  font-size: 15px;
  color: #bbb;
}

.work-section {
  text-align: center;
  margin-top: 60px;
}

.work-section h2 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}

.work-section p {
  font-size: 1rem;
  color: #bbb;
  width: 50%;
  margin: 10px auto 20px auto;
}


/* our works section */


.case-card .tag {
  font-size: 20px;
  font-weight: 400;
}

.case-card p {
  font-size: 25px;
}


.read-btn {
  border: 1px solid #000;
  background: transparent;
  border-radius: 25px;
  padding: 8px 20px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  color: black;
  cursor: pointer;
  /* Remove flex inside button */
  display: inline-block;
}

.read-btn:hover {
  background: #000;
  color: #fff;
}


.case-card .tag {
  font-size: 20px;
  font-weight: 400;
}

.case-card p {
  font-size: 25px;
}

/* Work Card */

/* .work-btn {
  border: 1px solid #000;
  background: transparent;
  border-radius: 25px;
  padding: 8px 20px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  color:black;
  align-self: flex-start;
  justify-content:start;
  

}
.work-btn:hover {
  background: #000;
  color: #fff;
} */

.workflow-section {
  background: #000;
}

.workflow-heading {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
}

.workflow-sub {
  max-width: 800px;
  margin: 0 auto;
  color: #aaa;
  font-size: 0.95rem;
}

.workflow-steps {
  margin-top: 40px;
}

.workflow-item {
  border-top: 1px solid #333;
  padding: 25px 0;
  gap: 20px;
}

.workflow-item:last-child {
  border-bottom: 1px solid #333;
}

.step-number {
  font-size: 1.5rem;
  font-weight: 600;
  width: 50px;
  color: #aaa;
}

.step-icon {
  width: 45px;
  height: 45px;
  border: 2px solid #2575fc;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2575fc;
  font-size: 1.2rem;
  margin-right: 15px;
  flex-shrink: 0;
}

.workflow-item h5 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.workflow-item p {
  color: #ccc;
  font-size: 0.95rem;
  margin: 0;
}

/* FAQ-section */
/* FAQ Section */
.faq-section {
  background: #000;
}

.faq-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.faq-accordion .accordion-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid #333;
}

.faq-accordion .accordion-button {
  background: transparent;
  color: #fff;
  font-size: 1rem;
  padding: 1rem 0;
  box-shadow: none;
  justify-content: space-between;
}

.faq-accordion .accordion-button::after {
  content: "+";
  font-size: 1.2rem;
  color: #fff;
  transform: none !important;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  content: "−";
  /* minus when open */
}

.faq-accordion .accordion-body {
  color: #ccc;
  padding: 1rem 0;
}

/* location */
.locations-section {
  background: #000;
}

.all-over {
  margin-top: 14px;
}

.location-card {
  background: #1a1a1a;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  height: 150px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.location-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.1);
}

.location-left {
  width: 40%;
  background: #d9d9d9;
}

.location-right {
  width: 60%;
  text-align: left;
  color: #fff;
}

.location-right h5 {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.location-right p {
  font-size: 0.9rem;
  color: #ccc;
  margin: 0;
}

/* CTA */
.call-to-action-section {
  background: #000;
}

.logo-box {
  width: 60px;
  height: 60px;
  background: #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 0px;
  color: black;
}

.form-card {
  width: 80%;
  background: #fff;
  padding: 30px;
  transition: all 0.3s ease-in-out;
  text-align: center;
  color: black;
  /* margin-left: 100px; */
}

.form-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.form-card h5 {
  font-size: 40px;
  color: #333;
  font-weight: 400;
}

.clicking-form {
  font-size: 15px;
  color: black;
}

.custom-input {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 12px;
  font-size: 0.95rem;
  transition: 0.3s;
}

.custom-input:focus {
  border-color: #6c63ff;
  box-shadow: 0 0 10px rgba(108, 99, 255, 0.4);
}

.book-btn {
  background: linear-gradient(90deg, #6c63ff, #00ff87);
  color: white;
  font-weight: 400;
  border: none;
  border-radius: 20px;
  padding: 12px 20px;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}

.book-btn:hover {
  transform: scale(1.05);
  background: linear-gradient(90deg, #00ff87, #6c63ff);
  box-shadow: 0 8px 20px rgba(0, 255, 135, 0.4);
}

.footer-section {
  background: #000;
  border-top: 1px solid #333;
}

.footer-logo {
  font-size: 1.5rem;
  font-weight: 700;
}

.footer-head {
  font-size: 25px;
}

/* market section  */
.market-content span {
  background-color: gray;
  padding: 8px;
  border-radius: 40px;
  display: inline-block;
  margin: 5px 5px 0 0;
  font-size: 12px;
}

.market-content {
  margin-top: 56px;
}

.market-card {
  background-color: #1b1b1b;
  padding: 25px 35px;
  border-radius: 35px;
  margin-top: 60px;
}

.market-heading {
  align-items: start;
}

/* meet section  */
.meet-1 {
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  padding: 10px 0;
}

.meet-icon {
  font-size: 24px;
  /* actual icon size */
  width: 50px;
  /* box width */
  height: 50px;
  /* box height */
  display: inline-flex;
  /* makes height/width work */
  align-items: center;
  /* center vertically */
  justify-content: center;
  /* center horizontally */
  background: black;
  /* optional (to see box) */
  border-radius: 8px;
  /* optional */
}

.subscription-text {
  font-size: 18px;
  color: #909190;
  margin-top: 60px;
  margin-bottom: 52px;
}

.meet-1 h4 {
  width: 35%;
  display: flex;
}

.meet-1 h2 {
  width: 10%;
}

.meet-1 span {
  width: 40%;
}

.meet-1 img {
  width: 7%;
}

.meet-1 {
  gap: 50px;
}

.custom-card {
  padding: 20px;
}

@media only screen and (max-width: 600px) {
  .custom-card {
    flex-direction: column;
    height: auto;
  }

  .user-img {
    margin-top: 30px;
  }

  .section-container_1 {
    margin: 0;
  }

  .di-col {
    display: flex;
    justify-content: center;
  }

  .card-custom {
    height: 300px;
  }

  .testimonial-section {
    margin: 0;
  }
}


/* our work section */

.preview-box {
  background: #4b23c6;
  border-radius: 15px;
  height: 200px;
}

/* ----------------------------------SEO PAGE ----------------------------------------  */


.slider3d {
  perspective: 1200px;
  width: 500px;
  height: 300px;
  position: relative;
}

.carousel {
  width: 100%;
  height: 100%;
  position: absolute;
  transform-style: preserve-3d;
}

.item {
  position: absolute;
  width: 120px;
  height: 120px;
  left: 50%;
  top: 50%;
  margin: -60px 0 0 -60px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #ffffff, #ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  backface-visibility: visible;
  transition: filter 0.3s, opacity 0.3s;
}

.seo-col {
  height: 300px;
}

.no-break {
  white-space: nowrap;
}

.seo-col h1 {
  font-weight: 500;
  font-size: 50px;
  margin-top: 100px;
}

.seo-col2 h1 {
  font-weight: 500;
  font-size: 50px;
  /* margin-top: 200px; */
}

.seo-banner span {
  width: 30%;
  display: inline-block;
}

/* drive section  */
.drive-section {
  background-image: linear-gradient(to left, #492AB3, #867AAD);
  border-radius: 25px;
  height: 420px;


}

.drive-section img {
  position: relative;
  right: -70px;
  top: -40px;
}

.seo-high {
  background: linear-gradient(90deg, #7D6DB0, #4b37bb);
  /* your colors */
  -webkit-background-clip: text;
  /* clip background to text */
  -webkit-text-fill-color: transparent;
  /* make text itself transparent */
  background-clip: text;

}

.seo-col a {
  color: green;
}

.seo-col h4 {
  margin-top: 20px;
}

.seo-col2 h4 {
  margin-top: 20px;
}

.seo-para {
  color: #565756;
  font-weight: 400;
  font-size: 22px;
}

.request-call {
  margin-top: 30px;
}

.request-call button {
  height: 60px;
  width: 350px;
  font-weight: 600;
  font-size: 25px;
  color: white;
  background: linear-gradient(90deg, #7D6DB0, #4b37bb);
  border-radius: 30px;
  border: none;
}

.req-span {
  color: #565756;
  font-size: 20px;
  font-weight: 400;
  margin-left: 5px;
}

/* growth section */
.growth-seo h2 {
  font-size: 60px;
  font-weight: 400;

}

.growth-seo p {
  font-size: 22px;
  font-weight: 500;
  color: #565756;
}

.growth-seo button {
  height: 60px;
  width: 350px;
  font-weight: 600;
  font-size: 25px;
  color: white;
  background: linear-gradient(90deg, #7D6DB0, #4b37bb);
  border-radius: 30px;
}

.drive-seo h3 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 10px;
}

.drive-seo button {
  border-radius: 20px;
  height: 60px;
  width: 350px;
  border: none;
}

.free-audit {
  height: 55px;
  display: block;
  margin: 0 auto;
  width: 300px;
  font-weight: 600;
  font-size: 20px;
  color: white;
  background: linear-gradient(90deg, #4b37bb, #7D6DB0);
  border-radius: 30px;
}

.seo-sub {
  background: linear-gradient(90deg, #1ed670, #4b37bb);
  /* your colors */
  -webkit-background-clip: text;
  /* clip background to text */
  -webkit-text-fill-color: transparent;
  /* make text itself transparent */
  background-clip: text;

}

.seo-tab {
  font-size: 20px;
  font-weight: 500;
}

.seo-tab1 {
  height: 250px;
}

.buisness-text p {
  color: #565756;
  font-size: 20px;
  margin-bottom: 30px;
}

.smart-card {
  height: 260px;
  border-radius: 30px;
  color: white;
  box-sizing: border-box;
  margin-left: -50px;

}

.stop2 {
  font-size: 22px;
  margin: 20px auto;
  /* centers horizontally */
  border: 3px solid white;
  border-radius: 20px;
  padding: 0px;
  max-width: 1200px;
  /* ✅ prevents full width */
  width: 90%;
  border-color: #3a2c78;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.smart1 {
  background-color: #4D2BBF;
}

.smart2 {
  background-color: black;

}

.smart2 p {
  color: #6C6D6B;
}

.smart3 {
  background-color: #8F75E3;
}

.smart4 {
  background-color: #373737;
}

.card-title {
  font-size: 25px;
}

.card-text {
  font-size: 15px;
}

.stop-span {
  font-size: 15px;
}

.stop-span p {
  margin-top: 23px;
  margin-bottom: 25px;
}

.stop3 {
  margin-top: 23px;
}

.seo-wrapper {
  gap: 50px;
  /* spacing between cards */
}

.seo-slide {
  width: 280px;
  /* control card width */
}

.seo-slider-container {
  position: relative;
}

.seo-button-prev,
.seo-button-next {
  color: #fff;
}

.cut-card .card {
  clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
}

.seo-card {
  width: 100%;
  /* card fills the width of its slide */
  box-sizing: border-box;
  border-radius: 20px;
}

.cut-card .seo-card {
  clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
}

.review-slider-section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 15px;
  text-align: center;
}

.review-slider-title {
  font-size: 1.8rem;
  margin-bottom: 40px;
  font-weight: bold;
}

.review-slider .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}

.rs-image-box {
  width: 250px;
  height: 300px;
  background: #444;
  border-radius: 12px;
  flex-shrink: 0;
  
}


.rs-review-box {
  background: #111;
  height: 300px;
  padding: 40px;
  border-radius: 12px;
  text-align: left;
  flex: 1;
  min-width: 260px;
  overflow: hidden;
}
.rs-image-box img {
  width:auto;
  height: 100%;
  object-fit:cover; /* fills without stretching */
  border-radius: 12px;
  max-width:100%; /* optional, match review box corners */
}

.rs-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.rs-score {
  font-size: 1.5rem;
  font-weight: bold;
}

.rs-stars {
  color: #e63946;
  font-size: 1.2rem;
}

.rs-details {
  font-size: 0.9rem;
  color: #ccc;
  margin-bottom: 15px;
}

.rs-quote {
  font-size: 1.1rem;
  font-style: italic;
  margin-bottom: 15px;
}

.rs-company {
  font-weight: bold;
  font-size: 1rem;
}

.rs-author {
  font-size: 0.9rem;
  color: #aaa;
}

/* Swiper pagination bullets */
/* .swiper-pagination-bullet {
      background: #777;
      opacity: 1;
    }
    .swiper-pagination-bullet-active {
      background: #e63946;
    }

    /* Swiper navigation buttons */
/* .swiper-button-prev, .swiper-button-next {
      color: #fff;
      margin-top:30px;
    } */
/* Optional: spacing between slides is handled by Swiper spaceBetween */
/* .seo-final .swiper-slide { */
/* no fixed width needed, Swiper handles it */
/* } */

/* ===============influencer page===================== */
.influ-head {
  font-size: 40px;
  font-weight: 400;
  margin-top: 50px;
  margin-bottom: 50px;
}

.influ-card {
  background-color: #1B1B1B;
  gap: 20px 20px;
  color: white;
  margin-bottom: 20px;
  border-radius: 20px;
}

.box {
  height: 150px;
  background-color: gray;
  border-radius: 25px;
}

.channel-box {
  padding: 15px 25px;
  border-radius: 40px;
  /* border: 1px solid ; */
}

.channel-circle {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background-color: #121212;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
}

.c-2,
.c-7 {
  margin: 45px 0;
  border-color: #7B353D;

}

.c-3 {
  border: 1px solid #5C356F;
}

.c-4 {
  border: 1px solid #1C429D;
}

.channel-1 {
  transform: rotate(-10deg);
  border: 1px solid #AD6F3F;
}

.c-5 {
  transform: rotate(-10deg);
  border: 1px solid #1C429D;
}

.c-6 {
  transform: rotate(-10deg);
  border: 1px solid #5C356F;
}

.c-8 {
  transform: rotate(10deg);
  border: 1px solid #8D5A32;
}

.c-7,
.c-2 {
  border: 1px solid #7B353D;
}

.box1 {
  height: 150px;
  width: 120px;
  background-color: gray;
  border-radius: 25px;
  margin: 10px;
}

.expert-column {
  display: flex;
}

.col1 {
  margin-top: 50px;
}

.box-m {
  margin-top: 80px;
}

.text-column {
  width: 50%;
  margin: -100px auto 0 auto;
  text-align: center;
}

.text-column button {
  height: 50px;
  width: 490px;
  border-radius: 20px;
  border: none;
}

.text-column img {
  text-decoration: none;
}


.shift-left {
  margin-left: -50px;
}

.card-text1 h3 {
  background: linear-gradient(90deg, #4D2BBF 40%, #9B8FC0 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 500;
  font-size: 30px;
}

.card-text1 h1 {
  font-size: 50px;
  font-weight: 600;
}

.impact-text p {
  margin-left: 5px;
}

.solution {
  box-sizing: border-box;
  padding: 30px;
  border-radius: 30px;
  width: 600px;
  background-color: #6875E7;
  color: white;
}

/* influencer slider */

.in-slide {
  margin-top: 100px;
}

/* Wrap nav buttons in a flex container */
.swiper-navigation {
  display: flex;
  justify-content: center;
  gap: 20px;
  /* space between buttons */
  margin-top: 20px;
  /* space below the review box */
}

/* Reset Swiper default absolute positioning */
.review-slider .swiper-button-prev,
.review-slider .swiper-button-next {
  position: static;
  /* removes default absolute positioning */
  width: 40px;
  height: 40px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;

}

.partner-influ {
  height: 400px;
  border-radius: 30px;
  /* width:300px; */

}

.success-card {
  background: linear-gradient(135deg, #C377FE, #406BFB);
  align-items: stretch;
  color: white;
  height: 400px;
  border-radius: 20px;
  margin-top: 20px;
  overflow: hidden;
}

.success-img img {
  height: 100%;
  /* fill the parent div's height */
  width: auto;
  /* maintain aspect ratio */
  display: block;
  /* remove inline gaps */
  object-fit: cover;
}

.success-card button {
  height: 50px;
  width: 250px;
  border-radius: 20px;
  border: none;
  font-size: 20px;
  font-weight: 500;

}

.cam-tags p {
  margin-top: 30px;
}

.cam-tags1 {
  margin-top: 30px;
}

.industry-list {
  margin: 0;
  padding: 0;
}

.industry-list li {
  flex: 0 0 12.5%;
  /* exactly 8 items per row */
  text-align: center;
  color: #868786;
  font-weight: 500;
  margin: 0;
  /* remove extra spacing */
  padding: 8px 0;
  font-size: 20px;
  /* optional: vertical breathing space */
}

/* Responsive: 4 per row on tablets */
@media (max-width: 992px) {
  .industry-list li {
    flex: 0 0 25%;
  }
}

/* Responsive: 2 per row on mobile */
@media (max-width: 576px) {
  .industry-list li {
    flex: 0 0 50%;
  }
}


/* Section styles */
/* Section styles */
.next-gen {
  background-color: #000;
}

.next-gen-card {
  background-color: #1e1e1e;
}

.next-gen-card {
  text-align: start;
  /* aligns text to start/left */
  display: flex;
  flex-direction: column;
  /* ensures proper vertical stacking */
  align-items: flex-start;
  /* aligns items to start horizontally */
}

.next-gen-card p {
  color: #747574;
}

.next-gen-purple {
  color: #a855f7;
  /* Purple */
}

.next-gen-red {
  color: #ef4444;
  /* Red */
}

.exp-circle img {
  margin-left: 50px;
}

.exp-circle1 {
  margin-top: 60px;
  line-height: 1.5;

}

.exp-circle1 p {
  line-height: 1.8;
  /* default is around 1.5, increase as needed */
}

.star-section {
  margin-top: 100px;
}

.star-section img {
  margin-left: 50px;
}

.text-next1 {
  background: linear-gradient(90deg, #312256, #AD3D45);
  /* your colors */
  -webkit-background-clip: text;
  /* clip background to text */
  -webkit-text-fill-color: transparent;
  /* make text itself transparent */
  background-clip: text;
  font-size: 30px;
  font-weight: 500;

}

.text-next2 {
  background: linear-gradient(90deg, #312256, #AD3D45);
  /* your colors */
  -webkit-background-clip: text;
  /* clip background to text */
  -webkit-text-fill-color: transparent;
  /* make text itself transparent */
  background-clip: text;
  font-size: 30px;
  font-weight: 500;

}

.text-next3 {

  color: #1DB361;
  font-size: 30px;
  font-weight: 500;

}

.text-next4 {
  background: linear-gradient(90deg, #655B99, #1EBC67);
  /* your colors */
  -webkit-background-clip: text;
  /* clip background to text */
  -webkit-text-fill-color: transparent;
  /* make text itself transparent */
  background-clip: text;
  font-size: 30px;
  font-weight: 500;
}

.text-next5 {
  background: linear-gradient(90deg, #312256, #AD3D45);
  /* your colors */
  -webkit-background-clip: text;
  /* clip background to text */
  -webkit-text-fill-color: transparent;
  /* make text itself transparent */
  background-clip: text;
  font-size: 30px;
  font-weight: 500;
}

/* ===========UI-UX PAGE ================ */
.ui-ux img {
  margin-top: 20px;
  margin-left: 70px;
}

.ui-ux-btn {
  height: 60px;
  width: 330px;
  margin-top: 90px;
}






/* -------------webdev page-------- */
.cutting-edge {
  background: #000;
}

.tags-dev {
  background-color: #030402;
}

.mobile-app img {
  margin-top: 20px;
}

.web-head {
  margin-top: 150px;
}


.cutting-edge h2 span {
  color: #6c63ff;
  /* purple accent */
}

.cutting-card {
  background: #1a1a1a;
  border-radius: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: start;
  min-height: 300px;
}

/* .cutting-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.1);
} */

.cutting-card h5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  margin-bottom: 1rem;
}

.dot-indicator {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #d9d9d9;
  border-radius: 50%;
  margin-left: 8px;
  object-fit: cover;
  flex-shrink: 0;
}

.mobile-challenge {
  margin-bottom: 100px;
}

.mobile-btn {
  height: 40px;
  width: 350px;
}

/* .web-p{
  margin-top:70px;
} */
.text-cut {
  color: #5B3EBA;
}

.cut3 {
  margin-top: 50px;
}

.cut2 {
  margin-top: 100px;
}

.cut1 {
  margin-top: 150px;
}

.cut4 {
  margin-bottom: 100px;

}

.cut-main {
  font-weight: 400;
  font-size: 40px;
}

.cutting-edge {
  margin-bottom: 100px;
}

.text-white-50 {
  color: white;
}

.cutting-card p {
  line-height: 1.8;
}

.choose-p {
  margin-top: 100px;
}

.choose-w {
  font-size: 40px;
  font-weight: 400;
}

/* ------------podcast--------------- */
/* Fix card height */
/* Equal card height */
.podcast-swiper .card {
  height: 420px;
  /* adjust as needed */
  display: flex;
  flex-direction: column;
}

.pod-a a {
  color: white;
}

a.listen-btn i.fa-circle-play {
  color: white;
  transition: transform 0.3s ease;
}

a.listen-btn:hover i.fa-circle-play {
  transform: scale(1.1);
  color: #1FD472;
}

.pod-hero{
  margin-top:50px;
  font-size:30px;

}
/* Image fixed height */
.podcast-swiper .card img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}

.podcast-btn {
  border-radius: 30px;
  height: 60px;
  width: 300px;
  color: white;
  background: linear-gradient(90deg, #271661, #4B29B9);
  padding: 10px;
  font-weight: 300;
  font-size: 25px;
}

.listen-btn {
  border-radius: 30px;
  padding: 15px;
  height: 60px;
  width: 230px;
  font-size: 18px;
  font-weight: 500;
}

.pod-cir {
  height: 20px;
  width: 30px;
  color: white;
  border-radius: 50%;
}

.pod-cir2 {
  display: inline-block;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  color: whitesmoke;
}

.pink-line a {
  margin-left: 20px;
}

.podcast-btn,
.listen-btn {
  margin: 0;
  /* remove button margins */
}

.pod-para {
  color: #565756;
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 0px;
}


.p-top {
  margin-top: 100px;
}

/* Text fills rest */
.podcast-swiper .card-body {
  flex: 1;
  overflow: hidden;
}

.web-para {
  font-size: 17px;
  color: gray;
}

.web-dev1 img {
  margin-top: 80px;
}

.web-dev-btn {
  margin-top: 0px;
}

.web-card1 {
  margin-bottom: 80px;
}

.podcast-img {
  margin-top: 120px;
}

/* --------------------social media page---------------- */
.social {
  background: linear-gradient(180deg, #2DA189, #1ed670);
  /* your colors */
  -webkit-background-clip: text;
  /* clip background to text */
  -webkit-text-fill-color: transparent;
  /* make text itself transparent */
  background-clip: text;

}

.social-para {
  height: 50px;
  width: 700px;
  font-size: 22px;
  font-weight: 400;
  color: #747574;
}

.social-btn {
  margin-top: 100px;
  color: #747574;
  font-size: 20px;
  font-weight: 400;
}

/* ------------email-marketing---------- */
.email-para {
  color: #565756;
  font-weight: 400;
  font-size: 17px;
}

.campaign-cards {
  font-size: 20px;

}

.email-btn {
  margin-top: 10px;
}

.email-w img {
  margin-top: 20px;
}

.impact-m {
  margin-bottom: 50px;
}

.email-price {
  margin-top: 100px;
}

/* ----------mobile app----------- */
.mobile-cut {
  margin-top: 50px;
}

/* ----------video-editing--------- */
.video-img img {
  margin-top: 130px;
}

.video-para {
  margin-top: 10px;
}

.video-btn button {
  margin-top: 20px;
}

.ignite-btn {
  width: 250px;
}

.video-slider1 {
  margin-top: 100px;
}

.video-stack {
  margin-top: 100px;
}

/* ---------------industry----------- */

.btn-industry {
  background-color: #7c4dff;
  color: #fff;
  border-radius: 30px;
  width: 400px;
  padding: 10px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 300;
  height: 60px;


}

/* Shapes */
.shape-big {
  background-color: #d3d3d3;
  border-radius: 15px;
  height: 373px;
  width: 264px;
}

.shape-small {
  background-color: #d3d3d3;
  border-radius: 15px;
  height: 125px;
  margin-bottom: 1rem;
}

.shape-small2 {
  background-color: #d3d3d3;
  border-radius: 15px;
  height: 212px;
}

.logo-row img {
  height: 80px;
  width: auto;
  object-fit: contain;
  margin: 10px;
}

/* .industries-hero {
     /* height: 500px; */



.section-heading {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.section-sub {
  color: #aaa;
  font-size: 1rem;
}

.service-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 0;
  /* no card background */
  border-bottom: 2px solid #fff;
}

.service-item:last-child {
  border-bottom: none;
}

/* .service-icon {
  width: 100px;
  height: 100px;
  background: whitesmoke;
  border-radius: 15px;
  flex-shrink: 0;
} */

.service-item h5 {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.service-item p {
  color: #ccc;
  font-size: 0.95rem;
  margin: 0;
}

.divider {
  border-top: 1px solid #333;
  margin: 20px 0;
}

.read-btn {
  background: black;
  color: #fff;
  border: 3px solid white;

  border-radius: 20px;
  padding: 12px 30px;

  font-weight: 500;
  transition: 0.3s ease;
  /* box-shadow: 0 4px 15px rgba(255, 75, 43, 0.4); */
}

.read-btn:hover {
  background: #333;
  transform: scale(1.05);
  border: none;
}

.read-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 75, 43, 0.5);
}

.industry-para {
  color: grey;
}

.text-industry {
  color: #7D7E7D;
}

.indo-shape {
  margin-top: 20px;
}

/* -----------b2b page---------- */
.card-b2b p {
  font-size: 18px;
  font-weight: 400;
  color: #565756;
  width: 80%;
}

/* Hide extra cards initially */
.extra-card {
  display: none;
  /* hidden by default */
}


.b2b-hero {
  font-size: 40px;
  font-weight: 600;

}

.b2b-collab {
  margin-top: 0px;
}

/* ---------gaming------------- */
.iGameing-brand {
  margin-top: 100px;
}

.seo-high2 {
  display: inline;
  background: linear-gradient(90deg, #7D4CE5 40%, #1FD472 100%);
  /* your colors */
  -webkit-background-clip: text;
  /* clip background to text */
  -webkit-text-fill-color: transparent;
  /* make text itself transparent */
  background-clip: text;
  font-size: 40px;
}

.second-line {
  display: inline;
  font-size: 40px;

}


.iGameing-brand p {
  color: #747574;
}

.software-list li {
  font-size: 12px;
}

.software-btn1 {
  height: 51px;
  font-size: 10px;

}

.software-btn2 {
  height: 51px;
  font-size: 15px;

}

.gaming-s {
  background: linear-gradient(90deg, #472AA8, #9585C6);
  /* your colors */
  -webkit-background-clip: text;
  /* clip background to text */
  -webkit-text-fill-color: transparent;
  /* make text itself transparent */
  background-clip: text;
}

.game-btn button {
  margin-top: 0px;
}

.gaming-para {
  margin-bottom: 10px;
  margin-top: 30px;
}

.partner button {
  height: 60px;
  width: 200px;
  border-radius: 30px;
  color: white;
  font-weight: 500;
  background: linear-gradient(90deg, #7D6DB0, #4b37bb);
  border: none;
  font-size: 20px;
}


/* -----------software----------- */
.highlight-text {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
}

.highlight-text .blue {
  color: #6c63ff;
  /* bluish-purple for emphasis */
}

.btn-consult {
  background: #6c63ff;
  border-radius: 25px;
  padding: 12px 18px;
  font-weight: 400;
  color: #fff;
  transition: all 0.3s ease;
  font-size: 25px;
}

.btn-consult:hover {
  background: #4b37bb;
  color: #fff;
}

.review2-card {
  border: 1px solid #444;

  padding: 40px;
  border-radius: 8px;
  height: 100%;
}

.rating {
  color: red;
  font-size: 1rem;
  font-weight: 600;
}

/* .software-hero{
      margin-top:80px;
    } */
.software-hero h1 {
  font-size: 50px;
}

.software-hero p {
  color: #747574;
  font-size: 22px;
}

.btn-innovate {
  border-radius: 25px;
  padding: 12px 18px;
  font-weight: 500;
  color: #fff;
  background: #6c63ff;
  font-size: 20px;
  border: none;
}

.key-section li {
  text-decoration: none;
}

.drive-seo2 {
  background-color: #6c63ff;
  border-radius: 20px;
  color: #fff;
  padding: 20px;
  height: 300px;
}

.drive-seo2 input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.btn-conquer {
  border-radius: 20px;
  padding: 12px 20px;
  font-weight: 500;
  color: #fff;
  /* background: #6c63ff; */
  font-size: 20px;
  border: none;
  background: linear-gradient(to right, #6200ea, #4B29B8);

}

/* -----------e-commerce----- */
.fw-bold5 {
  font-size: 45px;
  /* margin-top:40px; */
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
}

.ecommerce-btn {
  height: 60px;
  width: 300px;
  border-radius: 30px;
  background: linear-gradient(90deg, #26155E, #4928B6);
  margin-right: 10px;
}

/* our people */
.talent-section {
  background: #000;
  margin-top: 95px;
}

.box {
  height: 150px;
  background-color: gray;
  border-radius: 25px;
}

.channel-box {
  padding: 15px 25px;
  border-radius: 40px;

}

.join-list2 {
  text-decoration: none;
  color: white !important;
}

.anywhere {
  color: #747574;
}

/* contact-us */
.career-hero {
  margin-top: 10px;
  position: relative;
  color: #fff;
}

.contact-us {
  margin-top:50px; 
}

.book-call {
  border-radius: 20px;
}


.highlight-text {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.3;
}

.highlight-text .blue {
  background: linear-gradient(90deg, #6200ea, #8E7FBF);
  /* your colors */
  -webkit-background-clip: text;
  /* clip background to text */
  -webkit-text-fill-color: transparent;
  /* make text itself transparent */
  background-clip: text;
}

.btn-contact {
  background: linear-gradient(to right, #6200ea, #4B29B8);
  border-radius: 25px !important;
  font-weight: 500;
  color: #fff !important;
  transition: all 0.3s ease;
  font-size: 25px;
  border: none;
}

.btn-contact:hover {
  transform: scale(1.05);
}

/* Labels */
.career-label {
  position: absolute;
  padding: 6px 14px;
  border: 1px solid #7472EE;
  border-radius: 15px;
  font-size: 20px;
  color: #7472EE;
  background: transparent;
  white-space: nowrap;
}



/* --- Desktop Placement (closer to heading) --- */
.graphic-designer {
  top: 10px;
  left: 10%;
}

.smm-manager {
  top: 10px;
  right: 15%;
}

.strategist {
  bottom: 70px;
  left: 20%;
}

.account-manager {
  bottom: 70px;
  right: 20%;
}

/* Arrows */
.career-label::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
}

.graphic-designer::after {
  top: 100%;
  left: 20px;
  border-top-color: #8679B3;
}

.smm-manager::after {
  top: 100%;
  right: 20px;
  border-top-color: #8679B3;
}

.strategist::after {
  bottom: 100%;
  left: 20px;
  border-bottom-color: #8679B3;
}

.account-manager::after {
  bottom: 100%;
  right: 20px;
  border-bottom-color: #8679B3;
}

/* ----------------------- */
/* RESPONSIVE BEHAVIOR     */
/* ----------------------- */
@media (max-width: 992px) {
  .graphic-designer {
    top: 0;
    left: 10%;
  }

  .smm-manager {
    top: 0;
    right: 10%;
  }

  .strategist {
    bottom: 50px;
    left: 12%;
  }

  .account-manager {
    bottom: 50px;
    right: 12%;
  }
}

@media (max-width: 768px) {
  .career-label {
    font-size: 12px;
    padding: 5px 10px;
  }

  .graphic-designer {
    top: -20px;
    left: 25%;
  }

  .smm-manager {
    top: -20px;
    right: 25%;
  }

  .strategist {
    bottom: -20px;
    left: 25%;
  }

  .account-manager {
    bottom: -20px;
    right: 25%;
  }
}

@media (max-width: 576px) {
  .career-label {
    position: static;
    display: inline-block;
    margin: 8px 6px;
  }

  .career-label::after {
    display: none;
  }

  /* hide arrows on mobile */
  .career-hero {
    margin-top: 60px;
  }
}

.parent-class h1 {
  font-size: 50px;
}

.parent-class p {
  font-size: 20px;
  color: #747574;
}

.parent-class {
  margin-top: 80px;
} 
.career-graphic{
  margin-top: 70px;
}
.career-manager{
 margin-top:70px;
}
.work-img {
  height: 300px;
  /* take full height of parent */
  width: 300px;
  max-height: 320px;
  /* keeps it from stretching too much */
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f2f2f2;
}

.work-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}

.number p {
  background: linear-gradient(90deg, #6200ea, #8E7FBF);
  /* your colors */
  -webkit-background-clip: text;
  /* clip background to text */
  -webkit-text-fill-color: transparent;
  /* make text itself transparent */
  background-clip: text;
  font-size: 25px;
}

.list-group-item {
  font-size: 16px;
  color: white;
}

.btn-outline-light {
  border: 1px solid #fff;
  font-size: 14px;
}

.text-gray {
  color: gray;
}

.main-head {
  font-weight: 500;
  font-size: 20px;
}

.card-learn {
  border-right: 2px solid white;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.great p {
  color: #747574;
}

.great span {
  color: white;
}

.career-form * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

.career-form {
  background: #fff;
  max-width: calc(100% - 400px);
  width: 100%;
  padding: 30px 50px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin: 40px auto;
  /* centers the form but won’t affect other sections */
}

.career-form .form-header {
  text-align: center;
  margin-bottom: 20px;
}

.career-form .form-header img {
  max-width: 160px;
  margin-bottom: 10px;
}

.career-form .form-header h2 {
  font-size: 18px;
  color: #000;
  line-height: 1.4;
}

.career-form form label {
  display: block;
  font-size: 14px;
  margin: 15px 0 6px;
  color: #333;
  font-weight: 500;
}

.career-form form input[type="text"],
.career-form form input[type="email"],
.career-form form input[type="tel"],
.career-form form input[type="url"],
.career-form form select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  outline: none;
}

.career-form form input:focus,
.career-form form select:focus {
  border-color: #6c63ff;
}

.career-form .radio-group {
  display: flex;
  gap: 15px;
  margin-top: 6px;
}

.career-form .radio-group label {
  font-size: 14px;
  font-weight: normal;
  color: #444;
  cursor: pointer;
}

.career-form button {
  display: block;
  /* makes margin auto work */
  margin: 20px auto 0;
  /* centers button horizontally */
  width: 200px;
  padding: 12px;
  margin-top: 20px;
  background: #5c3dff;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s ease;


}

.career-form button:hover {
  background: #4b32cc;
}

/* Toast Message Styles */
.toast-message {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #4caf50; /* success green */
  color: white;
  padding: 14px 20px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
  z-index: 9999;
}

.toast-message.error {
  background: #e74c3c; /* red for errors */
}

.toast-message.show {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 600px) {
  .career-form {
    padding: 20px;
  }

  .career-form .form-header h2 {
    font-size: 16px;
  }
}

@media (max-width: 800px) {
  .career-form {
    max-width: 100%;
    /* removes 200px margins on small screens */
    margin: 20px;
  }
}

.pb-analyst,
.pb-webd,
.pb-strategist {



  border: 2px solid #F11313;
  border-radius: 15px;
  text-align: center;
  color: #F11313;
  padding: 10px 20px;
  margin-bottom: -20px;


}

.pb-strategist {
  color: #492AB3;
  border: 2px solid #492AB3;
}

.pb-webd {
  color: #9A7C7C;
  border: 2px solid #9A7C7C;
}

.people1-banner {
  height: 100vh;
}

.pb-div2 h1 {
  font-size: 60px;
}

.pb-div2 h1 span {
  color: #492AB3;
}

.pb-div1 {
  width: 90%;
}

.pb-div2 img {
  margin-top: 60px;
}

.pb-div3 {
  margin-top: -150px;
}

.pb-div3 button {

  background: #5856BD;
  border-radius: 25px;
  border: 0;
  padding: 10px 20px;
  color: white;
  font-size: 22px;

}

@media only screen and (max-width:768px) {
  .pb-div2 h1 {
    font-size: 40px;
  }
}

/* campaign types css  */
.cp-1 {
  padding: 20px 40px;
  border-radius: 35px;
  text-align: center;
  font-size: 30px;


  background:
    linear-gradient(black, black) padding-box,
    /* inner background */
    linear-gradient(45deg, #158E4B, #10713B) border-box;

  /* gradient border */
  border: 3px solid transparent;
  transform: rotate(3.78deg);
  position: relative;
  left: 50px;


}

.cp-2 {
  padding: 20px 30px;
  border-radius: 35px;
  text-align: center;
  font-size: 30px;


  background:
    linear-gradient(black, black) padding-box,
    /* inner background */
    linear-gradient(45deg, #231271, #A79CCF) border-box;
  /* gradient border */
  border: 3px solid transparent;
  position: relative;
  z-index: 99;
  right: 60px;

}

.cp-3 {
  padding: 5px 15px;
  border-radius: 35px;
  text-align: center;
  font-size: 30px;


  background:
    linear-gradient(black, black) padding-box,
    /* inner background */
    linear-gradient(45deg, #31C569, #FD1B1A) border-box;
  /* gradient border */
  border: 3px solid transparent;
  transform: rotate(-9.7deg);
  position: relative;
  right: -20px;
  top: -10px;
  z-index: 101;

}

.cp-4 {
  padding: 30px 40px;
  border-radius: 35px;
  text-align: center;
  font-size: 20px;


  background:
    linear-gradient(black, black) padding-box,
    /* inner background */
    linear-gradient(45deg, #31C569, #FD1B1A) border-box;
  /* gradient border */
  border: 3px solid transparent;
  position: relative;
  z-index: 100;
  top: -30px;

}

.cp-5 {
  padding: 20px 20px;
  border-radius: 35px;
  text-align: center;
  font-size: 30px;


  background:
    linear-gradient(black, black) padding-box,
    /* inner background */
    linear-gradient(45deg, #231271, #A79CCF) border-box;
  /* gradient border */
  border: 3px solid transparent;
  position: relative;
  top: -40px;
  left: 50px;
  z-index: 105;

}

.campaign-text h1 {
  font-size: 60px;
  text-align: center;
  margin-bottom: 40px;
}

/* seo-slider css  */
.seo1-card {

  color: white;
  position: relative;
  height: 350px;
  /* width: 350px; */
  border-radius: 25px;
  padding: 20px;
}

.seo1-card img {
  position: absolute;
  bottom: 5px;
  right: 15px;
}

.seo1-card h3 {
  font-size: 25px;
}

.seo-wrapper {
  padding: 0 80px;
  margin-top: 80px;
}

.scard1 {
  background-color: #4D2BBF;
}

.scard2 {
  background-color: #338DE0;
}

.scard3 {
  background-color: #FF8282;
}

.scard4 {
  background-color: #21DB37;
}

.scard5 {
  background-color: #338DE0;
}

.scard6 {
  background-color: #4D2BBF;
}

.custom-prev1 {
  height: 50px;
  width: 50px;
  border: 1px solid white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-next1 {
  height: 50px;
  width: 50px;
  border: 1px solid white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.seo-arrow-div {
  margin: 30px auto 0 auto;
}

.seo-text1 p {
  color: gray;
}
.big-cirle{
  margin-right:100px;
}


/* changes vali css */
 /* .seo-banner{
  margin-top: 100px;
 } */

/* .sub-footer{
  margin-top: 15px;
} */

/* about page video */

 .high-card2 {
      position: relative;
      /* width: 400px;
      height: 230px; */
      border-radius: 12px;
      overflow: hidden;
      cursor: pointer;
      background-color: #000;
    }

    .high-card2 img {
      /* width: 100%;
      height: 100%; */
      object-fit: cover;
      transition: opacity 0.3s ease;
    }

    .high-card2 span {
      position: absolute;
      bottom: 10px;
      left: 10px;
      color: #fff;
      font-weight: 600;
      background: rgba(0, 0, 0, 0.6);
      padding: 5px 10px;
      border-radius: 8px;
      font-size: 14px;
      z-index: 2;
    }

    video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; /* ✅ ensures video fully fills box */
      display: none;
    }

    /* call now button */
    /* Default hidden */
.mobile-only,
.desktop-only {
  display: none;
}

/* Show on mobile */
@media (max-width: 768px) {
  .mobile-only {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
}

/* Show on desktop */
@media (min-width: 769px) {
  .desktop-only {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
}

/* success card  */

/* Show on mobile */
@media (max-width: 768px) {
  .success-card {
    flex-direction: column !important;
    text-align: center;
  }

  .success-text {
    align-items: center !important;
  }

  .mobile-only {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }

  .success-img img {
    width: 90%;
    margin: 20px auto 0;
  }
}

/* Show on desktop */
@media (min-width: 769px) {
  .desktop-only {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
}


/* our subcription */

/* 🔹 Responsive Behaviour */
@media (max-width: 768px) {
  .subscription-workflow h1 {
    font-size: 1.6rem;
  }

  .meet-1 {
    flex-direction: column !important;
    text-align: center;
    padding: 20px;
  }

  .meet-1 img {
    width: 80px;
    margin: 10px 0;
  }

  .meet-1 h2 {
    font-size: 2rem;
  }

  .meet-content h4 {
    font-size: 1.1rem;
  }

  .subscription-text {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .subscription-workflow h1 {
    font-size: 1.3rem;
  }

  .meet-1 h2 {
    font-size: 1.7rem;
  }
 .meet-1 span{
  width: 80%;
 }
  .meet-1 img {
    width: 70px;
  }
}
/* industri hero */
@media (max-width: 992px) {
  .indo-shape {
    margin-top: 30px;
  }

  .shape-wrapper {
    flex-direction: column;
  }

  .shape-big {
    width: 180px;
    height: 180px;
  }

  .shape-small,
  .shape-small2 {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 576px) {
  .shape-big {
    width: 150px;
    height: 150px;
  }

  .shape-small,
  .shape-small2 {
    width: 100px;
    height: 100px;
  }

  .shape-wrapper {
    flex-direction: column;
    gap: 15px;
  }

  .indo-shape {
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .seo-tab{
    font-size:15px;
  }
}
/* work-footer */
/* ✅ Responsive Design */
@media (max-width: 768px) {
  .work-footer {
    flex-direction: column;
    gap: 10px;
  }

  .story-btn {
    width: 80%;
    font-size: 15px;
  }

  .nav-arrow {
    width: 35px;
    height: 35px;
    font-size: 18px;
    margin-top:10px;
    
  }
  .fw-bold5{
    font-size:25px;
    margin-top: 10px;
  }
  .mobile-view {
    flex-direction:column;
  }
  .text-industry{
    margin-top:10px;
  }
  .shape-small{
    height:150px;
    width:150px;
    margin-right:40px;
  }
  .shape-small2{
    height:150px;
    width:150px;
  }
  .growth-seo .button{
    height:40px;
    width:30px;
    border:none;
  }
}

/* email-writting responsive */
@media (max-width: 768px) {
  .seo-banner {
    text-align: center;
  }

  .seo-col {
    margin-top: 1.5rem;
  }

  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: inline-block;
  }

  .email-para {
    font-size: 0.95rem;
  }

  .seo-banner img {
    height: auto;
    max-height: 300px;
    width: 100%;
    object-fit: cover;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .seo-banner {
    padding: 2.5rem;
  }
  .seo-banner {
    margin-top: 100px; /* Slightly more space on mobile if navbar is taller */
    text-align: center;
  }
  .seo-banner h1 {
    font-size: 1.2rem;
    margin-top:100px;
  }

  .email-para {
    font-size: 0.5rem;
  }

  .seo-banner img {
    max-height: 350px;
  }
}
/* ===== Responsive Fixes ===== */
@media (max-width: 768px) {
  .solution {
    padding: 1.5rem;
    text-align: start;
    width: 320px;
  }

  .solution-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .solution-icon {
    margin-bottom: 0.5rem;
  }

  .solution p {
    font-size: 0.95rem;
  }

  .solution h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .solution p {
    font-size: 1rem;
  }

  .solution h3 {
    font-size: 1.8rem;
  }
}

/* campaign type */



/* ===== Responsive Styles ===== */

/* Mobile-specific styling */
@media (max-width: 768px) {
  .mobile-only {
    display: inline-block;
    width: 80%;
    max-width: 350px;
    margin: 1rem auto;
    text-align: center;
  }

  .call-btn {
    width: 80%;
    font-size: 1rem;
    padding: 10px 10px;
    border-radius: 60px;
    border:none;
    background-color: #007bff;
    /* box-shadow: 0 6px 15px rgba(0, 123, 255, 0.3); */
    text-decoration:none;
  }

  .call-btn:hover {
    background-color: #0056b3;
  }
}
@media (max-width: 768px) {
  .campaign-types {
    flex-direction: column;
    text-align: center;
      gap: 0.8rem;
   
  }
  

  .campaign-cards {
    align-items: center;
    margin-top: 2rem;
  }

  .campaign-cards div {
     min-width: 180px;
    font-size: 0.95rem;
    padding: 0.7rem 1rem;
   
    
  }
   .campaign-cards .d-flex {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .campaign-text h1 {
    font-size: 1.6rem;
  }
  .campaign-cards .d-flex {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
   .cp-1,
  .cp-4 {
    max-width: 100%;
  }
  .campaign-text span {
    font-size: 0.95rem;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .campaign-cards div {
    min-width: 180px;
    font-size: 1rem;
  }

  .campaign-text h1 {
    font-size: 1.8rem;
  }
}
/* gaming responsive */
/* ====== Responsive Styles ====== */

/* ✅ Tablet View (769px to 992px) */
@media (min-width: 769px) and (max-width: 992px) {
  .seo-banner {
    padding: 2.5rem;
  }

  .seo-high2 {
    font-size: 2rem;
  }

  .second-line {
    font-size: 1.5rem;
  }
  .ui-ux img{
    margin-left:0px;
  }

  .seo-para {
    font-size: 0.95rem;
  }

  .hero-img {
    max-height: 300px;
  }
}

/* ✅ Mobile View (max 768px) */
@media (max-width: 768px) {
  .seo-banner {
    text-align: center;
    padding: 2rem 1rem;
  }
  .ui-ux img{
    margin-left:0px;
  }
  .seo-high2 {
    font-size: 1.8rem;
  }

  .agency {
    display: block;
    margin-top: 0.3rem;
  }

  .second-line {
    font-size: 1.4rem;
    margin-top: 0.5rem;
  }

  .seo-para {
    font-size: 0.95rem;
    margin: 1rem 0;
  }

  .hero-img {
    max-height: 300px;
    width: 100%;
    margin-top: 1.5rem;
  }

  .audit-btn {
    font-size: 0.95rem;
    padding: 0.7rem 1.5rem;
  }

  .game-btn {
    justify-content: center !important;
  }
  .iGameing-brand{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    width:100%;
  }
   .iGameing-brand h1 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }

  .iGameing-brand p {
    font-size: 0.95rem;
    text-align:start;
  }

  .iGameing-brand > div {
    width: 100%;
  }
  
}
/* ===== Responsive Fixes ===== */

/* ✅ For mobile screens (max-width: 768px) */
@media (max-width: 768px) {
  .market-heading {
    flex-direction:row; /* stack text and image */
    text-align: center;
    align-items:center;
    gap: 10px;
  }

  .market-heading img {
    width: 100px;
    margin-top: 10px;
  }

  .market-card {
    padding: 15px;
  }

  .market-heading h2 {
    font-size: 1.5rem;
  }

  .seo-tab {
    font-size: 0.9rem;
  }
}

/* ✅ For tablets (769px–1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  .market-heading {
    flex-direction: column;
    gap: 10px;
  }

  .market-heading img {
    width: 110px;
    align-items: center;
  }
}

/* index.html responsive */
/* 🔹 Responsive Tweaks */
@media (max-width: 992px) {
  .hero-text {
    font-size: 2.4rem;
    text-align: center;
  }

  .subheading {
    text-align: center;
  }

  .banner-arrow {
    width: 90px;
  }

  .consaltant-btn {
    padding: 10px 20px;
  }
}

@media (max-width: 576px) {
  .hero {
    min-height: auto;
    padding: 60px 0;
  }

  .hero-text {
    /* font-size: 2rem; */
    margin-top:50px;
  }
  .hero-text {
  /* background-image: url("../Images/banner-lines.png"); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 30px; /* ✅ correct */
  font-size:1.2rem;
}

  .subheading {
    font-size: 1rem;
    padding: 0 10px;
  }

  .banner-arrow {
    width: 100px;
    margin-top: 10px;
  }
   .consaltant-btn {
    padding: 10px 20px;
    overflow: hidden;
    object-fit:cover;
    font-size:1.5rem;
  }
}

/* unlock section */
/* 🔹 Responsive Tweaks */
@media (max-width: 992px) {
  .custom-card {
    text-align: center;
  }

  .user-img {
    width: 200px;
    margin-top: 20px;
  }

  .btn-download {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .custom-card {
    padding: 20px;
  }

  h4 {
    font-size: 1.3rem;
  }

  p {
    font-size: 1rem;
  }

  .user-img {
    width: 150px;
  }
  .unlock{
    margin-left:0px;
  }
  .subheading{
    margin-right:0px;
  }
}

/* 🔹 Tablet view (<=992px) */
@media (max-width: 992px) {
  .fw-bold1 {
    font-size: 1.7rem;
    text-align: center;
  }

  .fw-bold2 {
    font-size: 1rem;
    text-align: center;
  }
}

/* 🔹 Mobile view (<=576px) */
@media (max-width: 576px) {
  .fw-bold1 {
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.4;
    padding: 0 10px;
  }

  .fw-bold2 {
    font-size: 0.95rem;
    text-align: center;
    padding: 0 10px;
  }
}
/* hide Komal by default */
.mobile-avatar {
  display: none;
}

/* 🔹 Tablet view (<=992px) */
@media (max-width: 992px) {
  .avatars {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }

  .avatar {
    height: 110px;
    width: 115px;
    margin-left: 0;
    z-index: auto;
    font-size: 0.95rem;
  }
}

/* 🔹 Mobile view (<=576px) */
@media (max-width: 576px) {
  .avatars {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }

  .avatar {
    height: 90px;
    width: 95px;
    font-size: 0.8rem;
    padding: 6px;
    margin-left: 0;
    line-height: 1.1;
  }

  /* show Komal on mobile only */
  .mobile-avatar {
    display: flex;
  }
  
    /* prevent long surnames from overflowing */
  .sirname{
   font-size:5px;
  }
  
}
/* end to end */

/* ✅ Responsive styling */
@media (max-width: 992px) {
  /* Tablet: 2 cards per row */
  .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .card-custom-body {
    padding: 20px;
  }

  .card-title-custom {
    font-size: 1.1rem;
  }
}

@media (max-width: 576px) {
  /* Mobile: 1 card per row */
  .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .card-custom {
    margin: 10px 0;
  }

  .card-title-custom {
    font-size: 1rem;
  }

  .text-custom {
    font-size: 0.9rem;
  }

  .card-hidden-text {
    font-size: 0.85rem;
  }
  .market-content{
    display: none;
  }
  .form-card{
    align-items: center;
    display: flex;
    flex-direction:column;
    justify-content:center;
    justify-items:center;
    margin-left:40px;
    border-radius:30px;
  }
}
/* top-world -wide brand */
/* ==== Responsive Styling ==== */

/* Tablet View (≤992px) → 2 cards per row */
@media (max-width: 992px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .case-card {
    padding: 20px;
    min-height: 200px;
  }

  .case-card p {
    font-size: 0.95rem;
  }
}

/* Mobile View (≤576px) → 1 card per row */
@media (max-width: 576px) {
  .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .top-world {
    gap: 10px;
  }

  .case-card {
    padding: 18px;
    min-height: auto;
  }

  .tag {
    font-size: 0.75rem;
    padding: 4px 10px;
  }

  .case-card p {
    font-size: 0.9rem;
  }

  .explore-link {
    font-size: 0.85rem;
  }

  .btn-class {
    padding: 10px 28px;
    font-size: 0.9rem;
  }
}
/* new standard */
/* ==== Responsive ==== */

/* Tablet: ≤992px */
@media (max-width: 992px) {
  .download-section .info-card {
    padding: 20px;
  }

  .download-section .info-card h4 {
    font-size: 1.6rem;
  }

  .download-section .info-card span {
    font-size: 0.95rem;
  }

  .download-section .info-card p {
    font-size: 0.9rem;
  }
}

/* Mobile: ≤576px */
@media (max-width: 576px) {
  .download-section {
    padding: 40px 10px;
  }

  .download-section .fs-1 {
    font-size: 1.5rem; /* heading */
  }

  .download-section .highlight_new {
    font-size: 1.5rem;
  }

  .download-section .info-card {
    padding: 15px;
  }

  .download-section .info-card h4 {
    font-size: 1.3rem;
  }

  .download-section .info-card span {
    font-size: 0.85rem;
  }

  .download-section .info-card p {
    font-size: 0.8rem;
  }

  .explore-btn {
    padding: 10px 25px;
    font-size: 0.9rem;
  }
  .new-s{
    width:90%;
  }
}

/* ===== Responsive ===== */

/* Tablet (≤992px) */
@media (max-width: 992px) {
  .col-12 h1 {
    font-size: 2rem;
  }

  .col-12 blockquote {
    font-size: 0.95rem;
    line-height: 1.45;
  }
}

/* Mobile (≤576px) */
@media (max-width: 576px) {
  .col-12 h1 {
    font-size: 1.5rem;
    padding: 0 10px;
    line-height: 1.3;
  }
  .seo-high{
    font-size:30px;
  }

  .col-12 blockquote {
    font-size: 0.85rem;
    line-height: 1.4;
    padding: 0 10px;
  }
 
  .container h2{
    font-size:20px;
  }
  .choose-w{
    font-size:20px;
  }
  .growth-seo button{
    width:200px;
    font-size:20px;
    border:none;
    margin-bottom:20px;
  }
  .card-body{
    padding-left:50px;
    
  }
  .smart-card{
    padding:30px;
    width:300px;
    margin-left:0px;
  }
}

/* ===== Responsive ===== */

/* Tablet (≤992px) → 3 columns */
@media (max-width: 992px) {
  .team-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }

  .team-box {
    height: 90px;
  }

  .team-number {
    font-size: 1.6rem;
  }

  .team-text {
    font-size: 0.9rem;
  }
}

/* Mobile (≤576px) → 1-2 columns */
@media (max-width: 576px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .team-box {
    height: 80px;
  }

  .team-number {
    font-size: 1.4rem;
  }

  .team-text {
    font-size: 0.8rem;
  }
  
}

/* ===== Responsive ===== */

/* Tablet (≤992px) */
@media (max-width: 992px) {
  .d-flex.align-items-center {
    flex-wrap: wrap;
    justify-content: center;
  }

  .btn-industry {
    padding: 10px 25px;
    font-size: 0.95rem;
    margin-bottom: 10px;
  }

  .text-industry {
    font-size: 0.9rem;
    max-width: 500px;
    text-align: center;
  }
}

/* Mobile (≤576px) */
@media (max-width: 576px) {
  .d-flex.align-items-center {
    flex-direction: column;
    gap: 8px;
  }

  .btn-industry {
    padding: 8px 8px;
    font-size: 1.2rem;
    width:200px;
  }

  .text-industry {
    font-size: 0.85rem;
    max-width: 80%;
    text-align: center;
    word-break: break-word;
  }
  .call2{
    background-color:white;
  }
  .success-img{
    display:none;
  }
}
/* 3d slider */
/* 🌐 Tablet (≤992px) */
@media (max-width: 992px) {
  .slider3d {
    height: 320px;
  
  }
  .item {
    width: 120px;
    height: 140px;
    font-size: 1.5rem;
  }
  .item:nth-child(n) {
    transform: rotateY(calc(var(--i) * 30deg)) translateZ(250px);
  }
}

/* 📱 Mobile (≤576px) */
@media (max-width: 576px) {
  /* Prevent horizontal overflow on small screens */
  html, body {
    overflow-x: hidden;
  }

  .slider3d {
    height: 250px;
    width: 340px;
    position: relative;
    margin: 0 auto;
    perspective: 800px;
    overflow: hidden; /* prevents child overflow */
  }

  .seo-col {
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }

  .carousel {
    width: 100%;
    height: 100%;
    position: absolute;
    transform-style: preserve-3d;
    animation: rotate 25s linear infinite;
  }

  .item {
    width: 100px;
    height: 100px;
    font-size: 1rem;
    position: absolute;
    /* left: 50%;
    top: 50%; */
    transform-origin: center center;
    transform-style: preserve-3d;
  }

  /* Adjust translateZ to smaller depth to fit screen */
  .item:nth-child(1)  { transform: rotateY(0deg) translateZ(120px); }
  .item:nth-child(2)  { transform: rotateY(45deg) translateZ(120px); }
  .item:nth-child(3)  { transform: rotateY(90deg) translateZ(120px); }
  .item:nth-child(4)  { transform: rotateY(135deg) translateZ(120px); }
  .item:nth-child(5)  { transform: rotateY(180deg) translateZ(120px); }
  .item:nth-child(6)  { transform: rotateY(225deg) translateZ(120px); }
  .item:nth-child(7)  { transform: rotateY(270deg) translateZ(120px); }
  .item:nth-child(8)  { transform: rotateY(315deg) translateZ(120px); }
}


/* request call */
/* 🌐 Tablet (≤992px) */
@media (max-width: 992px) {
  .request-call {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .request-call button {
    font-size: 0.95rem;
    padding: 0.7rem 1.6rem;
  }

  .req-span {
    font-size: 0.95rem;
    max-width: 90%;
  }
}

/* 📱 Mobile (≤576px) */
@media (max-width: 576px) {
  .request-call {
    flex-direction: column;
    gap: 0.8rem;
  }

  .request-call button {
    width: 80%;
    font-size: 0.9rem;
    padding: 0.7rem 1.4rem;
  }

  .req-span {
    font-size: 0.85rem;
    color: #555;
    padding: 0 1rem;
  }
}
/* shift left */
/* 🌐 Tablet (≤992px) */
@media (max-width: 992px) {
  .shift-left {
    justify-content: space-evenly;
    gap: 1.5rem;
  }

  .card-text1 h1 {
    font-size: 2.5rem;
  }

  .card-text1 h3 {
    font-size: 1.1rem;
  }

  .influ-card {
    max-width: 350px;
  }
}

/* 📱 Mobile (≤576px) */
@media (max-width: 576px) {
  .shift-left {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-left:0px;
  }

  .influ-card {
    width: 90%;
    max-width: none;
    text-align: center;
  }

  .card-text1 h1 {
    font-size: 2rem;
  }

  .card-text1 h3 {
    font-size: 1rem;
  }
  .in-slide h1{
    font-size:1.5 rem;
  }
  .trust-img img{
  max-height:300px;
  width:300px;
}
.exp-circle img{
  max-height:300px;
  width:300px;
  margin-left:0px;
}
.star-section img{
  margin-left:0px;
  width:300px;
}

}
/* infuencer */
/* Tablet adjustments */
@media (min-width: 768px) {
  .trust h1 {
    font-size: 2.5rem;
  }
  .trust p {
    font-size: 1.1rem;
  }
}

/* Desktop adjustments */
@media (min-width: 992px) {
  .trust h1 {
    font-size: 3rem;
  }
  .trust p {
    font-size: 1.2rem;
  }
  /* Image sizing */

}

/* channel box */
/* ===== RESPONSIVE DESIGN ===== */

/* Small devices (phones) */
@media (max-width: 576px) {
  .channels {
    flex-direction:row;
    
  }

  .channel-box {
    margin: 10px 0;
    padding: 12px 20px;
    font-size: 0.9rem;
    transform: rotate(0deg) !important;
  }

  .channel-circle {
    height: 80px;
    width: 80px;
    font-size: 0.9rem;
    margin: 25px 0;
    margin-left:100px;
    display:none;
  }
  .c-4{
    display:none;
  }
  .c-5{
    margin-right:80px;
    margin-left:0px;
  }
  .c-7{
    margin-left:40px;
  }
  .channel-1{
    margin-left:90px;
  }
  .c-3{
    margin-left:100px;
  }
  .col-12 {
    text-align: center;
  }
  .star-section2{
   font-size:15px;
  }
  /* Position each around the circle */
  .channel-1 { top: 0; left: 50%; transform: translate(-50%, 0); }
  .c-2 { top: 15%; right: 10%; }
  .c-3 { top: 50%; right: 0; transform: translate(0, -50%); }
  .c-4 { bottom: 15%; right: 10%; }
  .c-5 { bottom: 0; left: 50%; transform: translate(-50%, 0); }
  .c-6 { bottom: 15%; left: 10%; }
  .c-7 { top: 50%; left: 0; transform: translate(0, -50%); }
  .c-8 { top: 15%; left: 10%; }
}

/* Medium devices (tablets) */
@media (min-width: 577px) and (max-width: 991px) {
  .channel-box {
    font-size: 1rem;
    padding: 14px 25px;
  }

  .channel-circle {
    height: 90px;
    width: 90px;
    margin: 30px 0;
  }
}
/* our people pagev
section */
/* =========================
   Responsive Banner Section
   ========================= */
@media only screen and (max-width: 992px) {
  .people1-banner {
    height: auto;
    padding: 50px 0;
  }

  .pb-div1,
  .pb-div2,
  .pb-div3 {
    flex-direction: column;
    align-items: center !important;
    justify-content: center !important;
    text-align: center;
    width: 100%;
    gap: 1.5rem;
  }

  .pb-div1 img,
  .pb-div2 img,
  .pb-div3 img {
    max-width: 120px;
    height: auto;
  }

  .pb-div2 h1 {
    font-size: 36px;
    line-height: 1.3;
  }

  .pb-analyst,
  .pb-webd,
  .pb-strategist {
    margin-bottom: 0;
    padding: 8px 16px;
    font-size: 14px;
  }

  .pb-div3 {
    margin-top: 0;
    gap: 1rem;
  }

  .pb-div3 button {
    font-size: 18px;
    padding: 8px 16px;
  }
}

/* =========================
   Mobile View (max-width: 576px)
   ========================= */
@media only screen and (max-width: 576px) {
  .people1-banner {
    height: auto;
    padding: 40px 0;
  }

  .pb-div1 {
    flex-direction: column;
    gap: 20px;
  }

  .pb-div1 img,
  .pb-div2 img,
  .pb-div3 img {
    width: 300px;
    height: auto;
  }

  .pb-div2 {
    flex-direction: column;
    gap: 20px;
  }

  .pb-div2 h1 {
    font-size: 28px;
    text-align: center;
  }

  .pb-div3 {
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
  }

  .pb-div3 button {
    font-size: 16px;
    padding: 10px 20px;
    width: 100%;
  }

  .pb-analyst,
  .pb-webd,
  .pb-strategist {
    border-radius: 10px;
    padding: 6px 14px;
    font-size: 13px;
  }
  .top-img{
    margin-top:50px;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    white-space: normal;
  }
  h1 br {
    display: none;
  }
}

/* Tablet responsiveness */
@media (max-width: 992px) {
  .box1 {
    height: 120px;
    width: 100px;
  }

  .text-column {
    width: 70%;
  }
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .expert-column {
    flex-direction: row;
    justify-content:center;
    align-items:center;
    /* gap: 10px; */
  }

  .box1 {
    width: 80px;
    height: 100px;
    margin: 5px;
  }

  .text-column {
    width: 100%;
    padding: 0 15px;
  }

  .text-column h2 {
    font-size: 22px;
  }

  .text-column p {
    font-size: 14px;
  }

  .text-column button {
    width: 90%;
    font-size: 16px;
  }

  .hide-mobile {
    display: none;
  }
  
}

/* Extra small screens */
@media (max-width: 480px) {
  .box1 {
    width: 70px;
    height: 90px;
  }
}
/* Tablet view */
@media (max-width: 992px) {
  .col-lg-5,
  .col-lg-6,
  .col-lg-7 {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center !important;
    align-items: center !important;
  }

  .explore-card1,
  .explore-card2,
  .explore-card3,
  .explore-card4 {
    text-align: center;
  }

  .explore-col-3 {
    flex-direction: column;
  }

  .explore-col-3 img {
    margin-top: 20px;
  }

  .explore-card1 h3,
  .explore-card2 h3,
  .explore-card3 h3,
  .explore-card4 h3 {
    font-size: 24px;
  }

  .explore-card1 p,
  .explore-card2 p,
  .explore-card3 p,
  .explore-card4 p {
    font-size: 15px;
  }
}

/* Mobile view */
@media (max-width: 576px) {
  .explore-section {
    padding: 40px 15px;
  }

  .explore-card1,
  .explore-card2,
  .explore-card3,
  .explore-card4 {
    padding: 20px;
  }

  .explore-card1 h3,
  .explore-card2 h3,
  .explore-card3 h3,
  .explore-card4 h3 {
    font-size: 20px;
  }

  .explore-card1 p,
  .explore-card2 p,
  .explore-card3 p,
  .explore-card4 p {
    font-size: 14px;
  }

  .explore-card1 a,
  .explore-card2 a,
  .explore-card3 a,
  .explore-card4 a {
    font-size: 14px;
  }

  .explore-col-3 {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .explore-col-3 img {
    width: 80%;
    margin: 15px 0 0 0;
  }

  .col-lg-6 img {
    width: 100%;
    margin-top: 20px;
  }
  .heading{
    font-weight:200;
    font-size:1rem;
    margin-top:70px;
}

}
/* Responsive adjustments */

/* Tablets */
@media (max-width: 992px) {
  .client-heading {
    font-size: 24px;
  }

  .part1 {
    flex: 1 1 120px;
    max-width: 140px;
  }
  
}
/* Responsive tweaks */

/* Tablets (≤992px) */
@media (max-width: 992px) {
  .services-heading {
    font-size: 28px;
  }

  .service-card {
    padding: 20px;
  }
}

/* Mobiles (≤576px) */
@media (max-width: 576px) {
  .services-heading {
    font-size: 24px;
    text-align: center;
  }

  .services-para {
    text-align: center;
    margin: 0 auto 30px;
  }

  .breadcrumb-text {
    text-align: center;
    margin-bottom: 10px;
  }

  .service-card {
    text-align: center;
    padding: 20px;
  }

  .service-card h5 {
    font-size: 17px;
  }

  .service-card p {
    font-size: 14px;
  }
  .services-section{
    padding:0px;
    margin:10px 10px;
  }
  .breadcrumb-text{
    text-align:start;
  }
  /* .seo-high{
    font-size:30px;
  } */
}


/* Responsive Tweaks */
@media (max-width: 992px) {
  .partner-card img {
    max-width: 120px;
  }
}

@media (max-width: 768px) {
  .partner-prev,
  .partner-next {
    width: 38px;
    height: 38px;
  }

  .partner-prev {
    left: -10px;
  }

  .partner-next {
    right: -10px;
  }
}

@media (max-width: 576px) {
  .partner-card img {
    max-width: 100px;
  }

  .partner-prev,
  .partner-next {
    display: none; /* Hide arrows on mobile for cleaner look */
  }
  .partner-slider-wrapper{
    padding:0px;
  }
}
@media (max-width: 576px) {
  .choose-w br {
    display: none;
  }
  .choose-w {
    font-size: 16px;
    line-height: 1.3;
  }
  .work-section p{
    margin: 0px;
    text-align:center;
    width:90%;
  }
  .faq-item{
   padding:50px;
  }
  .faq-title{
    padding:20px;
  }
}
/* podcast page */
/* Responsive Adjustments */
@media (max-width: 992px) {
  .pod-hero {
    font-size: 1.8rem;
  }
  .pod-para {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .seo-banner {
    padding: 2rem 1rem;
    text-align: center;
  }

  .pod-hero {
    font-size: 1.6rem;
  }

  .podcast-img {
    margin-top: 1.5rem;
  }
}

@media (max-width: 576px) {
  .seo-banner {
    padding: 1.5rem 1rem;
  }

  .pod-hero {
    font-size: 1.4rem;
  }

  .pod-para {
    font-size: 0.95rem;
  }

  .pink-line img {
    height: 30px;
  }

  .seo-banner h4 {
    font-size: 1.2rem;
  }
   .dot-indicator {
    width: 25px;
    height: 25px;
    margin-left: 4px;
    display:none;
  }
  .pink-line img{
    height:40px;
    width:150px;
  }
  .pod-hero{
    margin-top:90px;
  }
  .software-hero h1{
    font-size:30px;
  }
}
/* Target the navigation button containers */
.swiper-button-prev,
.swiper-button-next {
  width: 40px !important;    /* Adjust button size */
  height: 40px !important;
    /* optional: white circle background */
  border-radius: 50%;        /* make it circular */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;              /* 👈 adds space around arrow */
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  z-index: 10;
}

/* Make the arrows smaller inside */
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 16px !important;  /* smaller arrow size */
  color: #000 !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .drive-seo h3 {
    font-size: 1.4rem;
    text-align: center;
  }

  .drive-section form {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .software-btn2 {
    width: 100%;
  }
  .drive-section{
    height: 600px;
    margin:0px 20px;
    width:300px;
  }
  .drive-seo button{
    width:250px;
    margin-bottom:50px;
  }
  
  .social-para{
    font-size:15px;
  }
  .list-unstyled1{
    display: flex;
    align-items:center;
    justify-content:center;
   flex-direction: column;
  }
  .form-control input{
    margin-top:50px;
  }
}

/* 📱 Mobile Responsive Adjustments */
@media (max-width: 768px) {
  .team-title {
    font-size: 2rem;
  }
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .team-box {
    height: 150px;
  }
}

@media (max-width: 480px) {
  .team-grid {
    grid-template-columns: 1fr;
  }
  .team-box {
    height: 130px;
  }
  .team-number {
    font-size: 1.5rem;
  }
  .web-head{
   font-size:18px;
  }
   .web-para{
    font-size:12px;
   }
}

/* ---------- Responsive Design ---------- */

/* Tablets */
@media (max-width: 992px) {
  .about-banner h1.about-top {
    font-size: 2.3rem;
  }

  .about-banner p {
    font-size: 1rem;
    padding: 0 5%;
  }

 
}

/* Mobile Devices */
@media (max-width: 576px) {
  .about-banner {
    padding: 60px 5%;
  }

  .about-banner h1.about-top {
    font-size: 1.8rem;
    text-align: center;
  }

  .about-banner p {
    font-size: 0.95rem;
  }

  .about-btn {
    flex-direction: column;
    gap: 15px;
    margin-top:20px;
  }

  .about-btn a {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }
.about-btn a:nth-of-type(2){
  margin-top:20px;
  margin-left:30px;
}
  /* ---------- Responsive ---------- */

/* Tablet */
@media (max-width: 992px) {
  .high-card4 {
    flex-direction: column;
    text-align: center;
    padding: 25px 20px;
  }

  .high-card4 img {
    width: 150px;
    margin-bottom: 15px;
  }

  .high-card4 p {
    font-size: 1rem;
  }

  .btn-guide {
    padding: 10px 18px;
    font-size: 0.95rem;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .high-card4 {
    flex-direction: column;
    text-align: center;
    gap: 10px;
    padding: 20px 15px;
  }

  .high-card4 img {
    width: 120px;
  }

  .high-card4 p {
    font-size: 0.95rem;
    line-height: 1.4;
    word-wrap: break-word;
  }

  .btn-guide {
    width: 100%;
    padding: 10px;
    font-size: 0.9rem;
    margin-top:60px;
  }
  .mission-2 img{
    height:300px;
  }
}

}
/* Responsive fix for mobile */
@media (max-width: 576px) {
  /* Stack slides vertically on mobile */
  .testimonial-swiper .swiper-wrapper {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px;
  }

  /* Make each slide take full width */
  .testimonial-swiper .swiper-slide {
    width: 100% !important;
    height: auto !important;
  }

  /* Hide swiper navigation arrows on mobile (optional) */
  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }
  .main-content {
  padding-top: 0px; /* same height as navbar */
}
}