h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

p,
li {
  line-height: 160%;
  font-size: 16px;
  color: #666;
  font-family: "Google Sans", sans-serif;
}

p:last-child {
  margin: 0px;
}

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

.ml-auto {
  margin-left: auto;
}

.dropdown-menu-xxl {
  min-width: 55rem !important;
}

.email-address {
  background: #f2f2f2;
  padding: 20px;
  display: grid;
  grid-template-columns: 75% 1fr;
  grid-gap: 15px;
}

.email-address input[type="text"] {
  background: #fff;
  border-radius: 7px;
  height: 50px;
  border: none;
  padding: 0px 20px;
}

.email-address button[type="submit"] {
  background: #f2a90d;
  color: #fff;
  border-color: #f2a90d !important;
}

.email-address button[type="submit"]:hover {
  background: #e39b00;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgb(243 238 253) !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #f3eefd;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgb(244 234 255 / 75%) !important;
}

.motion-blur {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.2);
  width: 200px;
  height: 80px;
  border-radius: 15px;
  color: #000;
  display: grid;
  justify-items: center;
  align-items: center;
  color: #fff;
  border: 1px solid #fff;
  right: 20px;
  bottom: 20px;
}

.underline-yelo h3 {
  position: relative;
  display: table;
}

.underline-yelo h3:after {
  content: "";
  background: #f2ad35;
  position: absolute;
  bottom: 0;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 32%;
  z-index: -1;
}

.mini-form input[type=text],
.mini-form input[type=tel],
.mini-form input[type=email] {
  padding: 1rem 1rem;
  border-color: rgba(139, 61, 255, 0.25);
  height: 55px;
  width: 100%;
  border-radius: 10px;
  border-width: 1px;
}

.mini-form select {
  padding: 1rem 1rem;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  border-color: rgba(139, 61, 255, 0.25);
  height: 55px;
}

.mini-form textarea {
  border-color: rgba(139, 61, 255, 0.25);
  height: 100px;
}

.scale-1-4 {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -o-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

.video-vactor video {
  position: relative;
  filter: brightness(1.1);
}

.client .card {
  margin-top: 30px;
}

.change-dropdown li.dropdown .dropdown-menu {
    background: #7025e1;
    padding: 12px;
    border-radius: 15px;
}
.change-dropdown li.dropdown .dropdown-menu li a {
  	color: #fff !important;
    font-weight: 400;
    line-height: normal;
    font-size: 16px;
    padding: 7px !important;
}
.change-dropdown li.dropdown .dropdown-menu li a:hover {
    background: #7c3aed;
    color: #fff !important;
}

.change-dropdown li a {
  color: #252525 !important;
  font-size: 18px;
  line-height: 52px;
  font-weight: 500;
  position: relative;
}

.navbar-stick .change-dropdown li a {
  color: #222;
}

.change-dropdown li.active a:after {
  content: "";
  width: 30px;
  height: 4px;
  background: #8b3dff;
  position: absolute;
  bottom: 0;
  left: 17px;
}

.shadow-none {
  box-shadow: none;
}

/***************************************************
 * Generated by SVG Artista on 12/5/2024, 2:07:52 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(29, 30, 44);
  }
}

@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(29, 30, 44);
  }
}

.svg-elem-1 {
  -webkit-animation: animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
  animation: animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}

@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(138, 60, 255);
  }
}

@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(138, 60, 255);
  }
}

.svg-elem-2 {
  -webkit-animation: animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
  animation: animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}

@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-3 {
  -webkit-animation: animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
  animation: animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(241, 168, 12);
  }
}

@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(241, 168, 12);
  }
}

.svg-elem-4 {
  -webkit-animation: animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
  animation: animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
}

@-webkit-keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(138, 60, 255);
  }
}

@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(138, 60, 255);
  }
}

.svg-elem-5 {
  -webkit-animation: animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s both;
  animation: animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s both;
}

@-webkit-keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(241, 168, 12);
  }
}

@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(241, 168, 12);
  }
}

.svg-elem-6 {
  -webkit-animation: animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
  animation: animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
}

@-webkit-keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(241, 168, 12);
  }
}

@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(241, 168, 12);
  }
}

.svg-elem-7 {
  -webkit-animation: animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s both;
  animation: animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s both;
}

@-webkit-keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-8 {
  -webkit-animation: animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
  animation: animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
}

.awards figure img {
  width: auto !important;
}

.after-shadei {
  position: relative;
}

.after-shadei:after {
  content: "";
  width: 60px;
  height: 60px;
  background: #ffc1074d;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 10px;
}

.after-shadei img {
  transform: translateX(18px);
  position: relative;
  top: 5px;
  width: 52px;
}

.after-full {
  overflow: hidden;
}

.after-full:after {
  content: "";
  width: 100vw;
  height: 50%;
  background: #f4eaffbf;
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}

.after-full-bot {
  position: relative;
}

.after-full-bot:after {
  content: "";
  width: 100%;
  height: 102px;
  background: #f8effe;
  position: absolute;
  bottom: -102px;
  left: 0;
  z-index: -1;
}

.btn.btn-primary,
.btn.btn-warning {
  font-size: 15px;
  padding: 14px 35px;
  border-radius: 50px;
  font-weight: 500;
  text-transform: capitalize;
}

.radius-circle {
	border-radius: 50px !important;
	position: relative;
	overflow: hidden;
  	isolation: isolate; /* text always safe */
  	transition: transform 0.35s ease;
	cursor: pointer;
	border: none;
}
.radius-circle span {
  position: relative;
  z-index: 2;
}

.radius-circle {
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
}
.radius-circle::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.35),
    transparent
  );
  transform: translateX(-100%);
  transition: 0.5s ease;
}
.radius-circle:hover::after {
  transform: translateX(100%);
}

.video-position {
  position: absolute;
  bottom: 0px;
  right: 15vw;
  width: 460px;
  scale: 2;
  z-index: -1;
}

.step-by-step a.active {
  background-color: #ffffff !important;
}

header nav {
  padding-top: 10px;
  padding-bottom: 10px;
}

.marge-section {
  position: relative;
  overflow: hidden;
}

.offset-vw-16 {
  margin-left: 16vw;
}

.offset-xl-half-1 {
  margin-left: 4.4%;
}

.shadow-none {
  box-shadow: none !important;
}

.social-color a {
  color: #961bf8;
  background: #ffffff;
}

.grid-repeat-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

.stroy-wrapper {
  display: grid;
  grid-template-columns: 54px 1fr;
  grid-gap: 20px;
}

.grid-auto-2 {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 30px;
  justify-content: start;
}

.tel-href {
  display: grid;
  grid-template-columns: 52px 1fr;
  grid-gap: 15px;
  text-align: left;
}

.tel-href span {
  background: #8b3dff;
  height: 52px;
  border-radius: 50px;
  display: grid;
  align-content: center;
  justify-content: center;
  border: 1px solid #8b3dff;
}

.tel-href span img {
  width: 18px;
  filter: invert(1);
}

.tel-href div h5 {
  margin: 0px;
  color: #ffc107;
  font-weight: 400;
}

.tel-href div a {
  color: #3c3c3c;
  font-size: 18px;
  letter-spacing: -0.2px;
}

.span-name h4 {
  font-size: 18px;
  font-weight: 500;
  color: #3c3c3c;
}

.stroy-wrapper.dark .span-name h4 {
  color: #3c3c3c;
}

.stroy-wrapper.dark .span-name span {
  color: #666;
}

.professional-seo .card-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 45px 25px;
}

.ourstry {
  padding-left: 25px;
}

.ourstry h4,
.ourstry h3 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.2px;
}

.hmin-5 {
  min-height: 500px;
  display: grid;
  align-items: end;
  padding-bottom: 5vw;
}

.logistics .i2 {
  background: #fff;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: grid;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.logistics h3 {
  font-weight: 600;
}

.article-box {
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 30px;
}

.pagination-ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  padding: 0px;
}

.pagination-ul li {
  margin-right: 10px;
}

.pagination-ul li:last-child {
  margin-right: 0px;
}

.pagination-ul li a {
  width: 43px;
  height: 43px;
  background: #673ab72e;
  display: grid;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #673ab729;
}

.pagination-ul li a:hover {
  background: #673ab7;
  color: #fff;
}

.bullets .icon img {
  opacity: 0.2;
}

.experience {
  position: absolute;
  bottom: 20px;
  left: 0px;
  background: #ede7f6;
  padding: 30px;
  border-radius: 15px;
  width: 200px;
}

.experience h1 {
  font-size: 70px;
  margin-bottom: 0px;
}

.experience p {
  margin-bottom: 0px;
  color: #961bf8;
  line-height: 120%;
}

.process-items {
  background: #fff;
  padding: 40px 25px;
  border-radius: 10px;
}

.process-items .icon-shape {
  margin-bottom: 25px;
}

.process-items h4 {
  margin-bottom: 15px;
  font-weight: 500;
}

.process-items p {
  font-size: 15px;
}

.counter-items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.counter-items h2 {
  font-size: 60px;
  font-weight: 100;
}

.counter-items p {
  margin: 0px;
  margin-left: 15px;
}

.titext {
  display: grid;
  grid-template-columns: 45% 1fr 10%;
  grid-gap: 30px;
}

.other-services h4 {
  color: #fff;
  margin-top: 15px;
}

.other-services .owl-nav {
  position: absolute;
  right: 32.2%;
  top: -194px;
  /* width: 80px; */
  z-index: 11;
}

.other-services .owl-nav button {
  background: #8500ef !important;
  width: 50px;
  height: 50px;
}

.other-services .owl-nav button:hover {
  background: #7b01dd !important;
}

.other-services .owl-nav button img {
  width: 24px;
}

.other-services-items:hover figure {
  background: #ffc107;
}

.other-services-items:hover figure img {
  opacity: 0.1;
}

.other-services-items:hover figure a {
  position: absolute;
  width: 24px;
  margin: auto;
  left: 0;
  right: 0;
  top: 45%;
  transform: translateY(-50%);
  display: block !important;
  z-index: 1;
  cursor: pointer;
}

.other-services-items:hover figure a img {
  opacity: 1;
  max-width: 24px;
}

.overlayer:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
}

.overlayer .container {
  z-index: 2;
}

/* Code added by
@Author: Shubhadip Bhowmik */

.card-lift p {
  color: var(--bs-body-color) !important;
}



/* this is demo home css */

header {
  position: absolute;
  /* top: 30px; */
  top: 0px;
  transition: all 0.3s ease;
  box-shadow: none;
  z-index: 2;
  /* padding: 0px 50px; */
  left: 0;
  right: 0;
}

header .container {
  max-width: 1600px;
}

header .navbar-transparent {
  position: relative;
}

header.sticky {
  position: fixed;
}

header.sticky .navbar-dark .navbar-brand {
  filter: brightness(1) invert(0);
}

header.sticky .change-dropdown li a {
  color: #252525;
}

header .container .inflex {
  padding: 15px 25px;
}

header.sticky .container .inflex {
  background: rgba(255, 255, 255, .8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 100px;
}

.hero-agency {
  position: relative;
}

/*.hero-agency:after{
  content: "";
  width: 100%;
  height: 100%;
  background: #00000055;
  position: absolute;
  top: 0;
  left: 0px;
}*/
.hero-agency .container-fluid {
  max-width: 1600px;
}

.hero-agency .container-fluid .row {
  height: 100%;
}

.hero-agency .tsyle-one h5 {
  font-weight: 600;
  font-size: 17px;
  margin: 0px 0px 30px;
}

.hero-agency .tsyle-one h2 {
  line-height: 120%;
  font-weight: 600;
  font-size: 56px;
  margin: 0px;
}

.hero-agency .tsyle-one h2 span {
  position: relative;
  color: #F1A80C;
}

.hero-agency .tsyle-one p {
  font-size: 18px;
  max-width: 70%;
  color: #252525;
}

.tsyle-one {
  border-top: 5px solid #8b3dff;
  padding-top: 40px;
}

.btn-orange {
  font-size: 15px;
  padding: 14px 26px;
  border-radius: 0 !important;
  font-weight: 500;
  text-transform: capitalize;
  background: #F1A80C;
  color: #fff;
}

.btn-orange:hover {
  background: #353535;
  color: #fff;
}

.btn-grid-auto {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 15px;
  justify-content: start;
}

/* arrrow css */

.hero-agency-left {
  background: #8A3CFF;
  padding: 35px;
}

.hero-agency-left h3 {
  color: #fff;
  margin-bottom: 15px;
  font-weight: 600;
}

.hero-agency-left p {
  color: #fff;
  margin: 0px;
}

/* Position the arrows */
.tsyle-one .slick-arrow {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 0px;
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s ease;
  display: grid;
  align-items: center;
  justify-items: center;
  position: absolute;
  bottom: -160px;
  right: 0;
  font-size: 20px;
}

/* Positioning */
.tsyle-one .slick-arrow.fa-angle-left {
  right: 60px;
}

/* Default icons (black) */
.tsyle-one .slick-prev:before,
.tsyle-one .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 1;
  color: black;
}

/* On hover */
.tsyle-one .slick-prev:hover,
.tsyle-one .slick-next:hover {
  background: #7c1dc9;
}

.tsyle-one .slick-prev:hover:before,
.tsyle-one .slick-next:hover:before {
  color: white;
}


/* sidebar menu on click */

/* Hamburger Button */
.menu-toggle {
  width: 50px;
  height: 50px;
  background: #f3f3f3;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 999;
  margin-right: 25px;
  border: 1px solid #8b3dff;
  display: none;
}

.menu-toggle span {
  position: absolute;
  width: 20px;
  height: 2px;
  background: #111;
  border-radius: 2px;
  transition: 0.4s ease;
}

/* Position lines for hamburger */
.menu-toggle span:nth-child(1) {
  transform: translateY(-6px);
}

.menu-toggle span:nth-child(2) {
  transform: translateY(0);
}

.menu-toggle span:nth-child(3) {
  transform: translateY(6px);
}

/* Sidebar */
.sidebar .row {
  height: 100%;
}

.sidebar {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #1D1D1D;
  padding-top: 0px;
  transition: left 0.3s ease;
  z-index: 1010;
  padding: 0px 30px;
  visibility: hidden;
  overflow: absolute;
}

.sidebar.open {
  visibility: visible;
}

.sidebar ul {
  list-style: none;
  padding: 0px;
  padding-top: 150px;
  background: #222222;
  height: 100%;
}

.sidebar ul li.has-submenu.open .arrow .fa-plus {
  display: none;
}

.sidebar ul li.has-submenu.open .arrow .fa-minus {
  display: block !important;
}

.sidebar ul li {
  padding: 0px;
}

.sidebar ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 42px;
  font-weight: 600;
  text-transform: uppercase;
  border-top: 1px solid #404040;
  display: block;
  padding: 30px 25px;
  position: relative;
}

.sidebar ul li a:hover {
  color: #F1A80C;
}

.sidebar.open {
  left: 0;
}

.sidebar ul .submenu {
  display: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sidebar ul .submenu li a {
  font-size: 18px;
  font-weight: 400;
  border: none;
  padding: 8px 25px;
  position: relative;
  text-transform: capitalize;
}

.sidebar ul li.open .submenu {
  display: block;
}

.sidebar ul li.open .submenu {
  display: block;
  margin-bottom: 35px;
  height: auto;
  padding: 0;
}

.sidebar ul li .arrow {
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0;
  /* transform: translateY(-50%); */
  background: #464646;
  padding: 20px;
  height: 100%;
  display: grid;
  align-items: center;
}

.sidebar ul li.open>a .arrow {}

.close-btn {
  cursor: pointer;
  z-index: 9;
  transition: transform 0.3s ease;
  position: fixed;
  right: 20px;
  top: 20px;
  border: 1px solid #ddd;
  padding: 12px;
  border-radius: 50px;
  transform: rotate(134deg);
}

.close-btn:hover {
  border-color: #F1A80C;
}


/************************************ About Us home section one ****/

.abt-style-s1 {
  display: grid;
  justify-items: start;
  grid-gap: 10px;
}

.abt-style-s1 p {
  margin: 0;
}

.abt-style-s1 h4 {
  margin-bottom: 0px;
}

.abt-style-s2 h4 {
  margin-bottom: 15px;
}

.abt-style-s2 ul {
  padding-left: 20px;
}

.abt-style-s2 h5 {
  line-height: 160%;
  font-weight: 500;
}

.container-white {
  border-radius: 0px;
}

/*.hm-feature-s1{
    border-top: 4px solid #F1A80C;
    padding-top: 40px;
}*/
.hm-feature-s1 h2 {
  font-weight: 600;
}

.hm-feature-s1 h5 {
  margin-bottom: 15px;
}

.hm-feature-s2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;

}

.hm-feature-s2 a {
  text-decoration: none;
}

.hm-feature-s2 a .icoz-nys {
  background: #F6F0FF;
  width: 100px;
  height: 100px;
  display: grid;
  justify-content: center;
  align-items: center;
  transition: transform 0.5s ease;
  perspective: 1000px;
  /* Optional for 3D effect */
}

.hm-feature-s2 a:hover .icoz-nys {
  transform: rotateY(180deg);
  /* Flip horizontally */
}

.hm-feature-s2 a:hover .icoz-nys img.h-hide {
  display: none !important;
}

.hm-feature-s2 a:hover .icoz-nys img.d-none {
  display: block !important;
}


.hm-feature-s2 a h4 {
  font-size: 17px;
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 160%;
}

.counter-box {
  text-align: left;
  font-family: 'Poppins', sans-serif;
}

.counter-box .icon {
  display: grid;
  grid-template-columns: 58px 1fr;
  grid-gap: 10px;
  align-items: center;
  margin-bottom: 15px;
}

.counter-box .icon img {
  max-width: 100%;
}

.counter-box .number {
  font-size: 52px;
  color: #353535;
  font-weight: 500;
}

.counter-box .plus {
  color: #9f42e9;
  font-size: 32px;
}

.counter-box h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.counter-box p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  margin: 0;
}

.bg-gradient-s1 {
  background: #F3EBFF;
  background: -webkit-linear-gradient(180deg, rgba(247, 247, 247, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background: -moz-linear-gradient(180deg, rgba(247, 247, 247, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(180deg, rgb(247 247 247) 0%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F3EBFF", endColorstr="#FFFFFF", GradientType=0);
}

.story-style-1 h4 {
  color: rgb(241, 168, 12);
  font-weight: 400;
}

.story-style-1 h2 {
  color: #fff;
}

.story-style-1 p {
  color: #fff;
}

.list-Industries {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  list-style: none;
  padding: 0px;
  gap: 25px;
  row-gap: 25px;
}

.list-Industries li {
  display: grid;
  background: #f9f5ff;
  align-items: center;
  justify-content: center;
  padding: 40px 15px;
  align-content: center;
  text-align: center;
}

.list-Industries li:nth-child(2n+1) {
  background: #f6f0ff;
}

.list-Industries li span {
  font-weight: 500;
  font-size: 15px;
  color: #252525;
  line-height: normal;
  margin-top: 15px;
}

.list-Industries img {
  width: 64px;
  mix-blend-mode: darken;
}

.clients-bx {
  margin-top: 100px;
}

.clients-home {
  padding: 80px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.clients-home:after {
  content: "";
  background: #7822F9;
  background: -webkit-linear-gradient(90deg, rgba(120, 34, 249, 1) 0%, rgba(255, 255, 255, 0) 76%);
  background: -moz-linear-gradient(90deg, rgba(120, 34, 249, 1) 0%, rgba(255, 255, 255, 0) 76%);
  background: linear-gradient(90deg, rgba(120, 34, 249, 1) 0%, rgba(255, 255, 255, 0) 76%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7822F9", endColorstr="#FFFFFF", GradientType=1);
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 70%;
}

.clients-bx .card {
  background: #202020f5;
  border: none;
  min-height: 350px;
}

.clients-bx .card-body {
  padding: 50px;
}

.clients-bx .client-footer small {
  color: #F1A80C;
}

.clients-bx .card-body p {
  font-size: 18px;
  font-weight: 300;
}

.custom-dots {
  text-align: center;
  margin-top: 10px;
}

.custom-dots .owl-dot {
  background: #ccc;
  border: none;
  padding: 5px 10px;
  margin: 0 5px;
  cursor: pointer;
}

.custom-dots .owl-dot.active {
  background: #333;
  color: #fff;
}

.clients-bx .owl-nav {
  display: grid;
  grid-gap: 5px;
  align-items: center;
  justify-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 5px;
}

.clients-bx .owl-nav button {
  width: 45px;
  height: 45px;
  background: #fff !important;
  border-radius: 7px !important;
  z-index: 10;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0px !important;
}

.clients-bx .owl-nav button span {
  color: #7822F9;
  font-size: 20px !important;
}

/******************* circle rotate css ***/

.circle {
  --width: 187px;
  --height: 187px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--width, 200px);
  height: var(--height, 200px);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.circle .logo {
  position: absolute;
  width: 150px;
  height: 150px;
  width: calc(var(--width, 350px) - (var(--width, 350px) * 0.25));
  height: calc(var(--height, 350px) - (var(--height, 350px) * 0.25));
  border-radius: 100%;
  display: grid;
  justify-content: center;
  align-items: center;
  filter: brightness(0) invert(1);
}

.circle .text {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: rotateText 10s linear infinite;
  -webkit-animation: rotateText 10s linear infinite;
}

.circle .text .char {
  position: absolute;
  left: 50%;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  transform-origin: 0 calc(var(--width, 350px) / 2);
}

@media (min-width: 500px) {
  .circle .text .char {
    font-size: 16px;
  }
}

@keyframes rotateText {
  0% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }

  100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}



/***************** Awards/CSS  *******/

.awards-box h2 {
  width: 150%;
}

.since {
  max-width: 330px;
  display: grid;
  grid-template-columns: auto 94px;
  align-items: center;
  grid-gap: 15px;
  position: absolute;
  bottom: 0;
  left: 60px;
}

.since p {
  margin: 0px;
  text-align: right;
}

.since div {
  background: #F1A80C;
  height: 80px;
  display: grid;
  justify-content: center;
  align-content: center;
  border-radius: 15px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

.since div small {
  font-size: 16px;
  font-weight: 400;
}


.tel-action {
  display: grid;
  grid-template-columns: 52px 1fr;
  grid-gap: 15px;
}

.tel-action span {
  background: rgb(0 0 0 / 82%);
  height: 52px;
  border-radius: inherit;
  display: grid;
  align-content: center;
  justify-content: center;
  border-radius: 7px;
}

.tel-action span img {
  width: 20px;
  filter: invert(1);
}

.tel-action div h5 {
  margin: 0px;
  color: #2e2d2b;
  font-weight: 500;
  font-size: 15px;
}

.tel-action div a {
  color: #8b3dff;
  font-size: 18px;
  font-weight: 300;
}

.container-white.blur {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
}

.articles-title h2 {
  font-weight: 600;
}

footer ul.list-unstyled li a {
  color: #fff;
}

footer ul.list-unstyled li a:hover {
  color: #f1a80c;
}

.footer-txt-s1 p {
  color: #fff;
  font-weight: 300;
}

footer h4 {
  color: #ffc107;
  font-size: 19px;
  font-weight: 500;
  margin: 0;
}

.social-me a {
  color: #fff;
  margin-right: 15px;
}

.social-me a:hover {
  color: #f1a80c;
}

/*.social-me a i{margin-right: 10px;}*/
.social-me a:last-child {
  margin: 0px;
  border: none;
}

.footer-step-a {
  border-bottom: 1px solid #dddddd2e;
  padding-bottom: 20px;
}

.info-style p {
  margin: 0;
  border: 1px solid #3c3c3c;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 15px;
  color: #9769db;
  display: inline-grid;
  grid-template-columns: 16px auto;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 5px;
}

.info-style p i {
  color: #fff;
}

.sideways-lr {
  writing-mode: sideways-lr;
  color: #2a2929;
  font-size: 200px;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin: auto;
}

.ny-menu-s1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: grid;

}

.ny-menu-s1 .child-info {
  margin: 150px 20px;
}

.ny-menu-s1 .child-info h4 {
  color: rgb(241, 168, 12);
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 20px;
}

.ny-menu-s1 .child-info .social-me {
  margin-bottom: 35px;
}

.mailto {
  margin: 0;
  border: 1px solid #3c3c3c;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 15px;
  color: #9769db;
  display: inline-grid;
  grid-template-columns: 16px auto;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 5px;
}

@media (max-width: 767px) {
  .awards-box h2 {
    width: 100%;
  }
}


/****************************************** Our Servics Page Css *******/

.head-internal-banner {
  padding-top: 150px;
  padding-bottom: 20px;
  min-height: 380px;
  display: grid;
  align-items: center;
  background: #DCCBF6;
  background: -webkit-linear-gradient(90deg, rgba(220, 203, 246, 1) 0%, rgba(255, 232, 183, 1) 100%);
  background: -moz-linear-gradient(90deg, rgba(220, 203, 246, 1) 0%, rgba(255, 232, 183, 1) 100%);
  background: linear-gradient(90deg, rgba(220, 203, 246, 1) 0%, rgba(255, 232, 183, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#DCCBF6", endColorstr="#FFE8B7", GradientType=1);
}

.ny-internal-banner h2 {
  font-weight: 600;
}

.ny-internal-banner p {
  font-size: 120%;
  max-width: 80%;
  margin: auto;
}

.list-circle {
  display: grid;
  grid-gap: 7px;
  padding: 0px;
  list-style: circle;
  margin: 0px;
  margin-left: 0px;
}

.line-logo {
  display: grid;
  grid-template-columns: auto 48px auto;
  grid-gap: 20px;
  -ms-flex-align: center;
  align-items: center;
  max-width: 300px;
  padding: 15px 0px;
  margin: auto;
}

.line-logo hr {
  border-color: #d5b2b2;
}

.ny-internal-banner p {
  max-width: 60%;
  margin: auto;
  color: #444;
  font-size: 17px;
  font-weight: 400;
}

/********** Gsap CSS  ****/

.gsap-section {
  position: relative;
  z-index: 2;
}

/*.horizontal-wrapper {
    height: 100vh;
    overflow: hidden;
    position: relative;
}*/
.horizontal-scroll {
  /*height: 100vh;*/
  position: relative;
}

.scroll-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /*height: 100vh;*/
}

.scroll-container .panel {
  flex: 0 0 100vw;
  /*height: 100vh;*/
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f0f0;
}

.row-agency {
  margin-left: -50%;
  width: 153%;
}

.row-agency .col-md-3 {
  padding: 0px 5px;
}

.agency-points {
  min-height: 150px;
  background: #FEEABC;
  background: -webkit-linear-gradient(65deg, rgba(254, 234, 188, 1) 45%, rgba(220, 189, 255, 0.98) 100%);
  background: -moz-linear-gradient(65deg, rgba(254, 234, 188, 1) 45%, rgba(220, 189, 255, 0.98) 100%);
  background: linear-gradient(102deg, #feeabc 36%, rgb(222 201 244 / 35%) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FEEABC", endColorstr="#DCBDFF", GradientType=0);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 20px;
  display: grid;
  grid-gap: 10px;
  align-content: center;
  border: 1px solid #f8f4ff;
}

.agency-points:hover {
  background: #8b3dff;
}

.agency-points h4 {
  font-weight: 500;
  margin: 0px;
  font-size: 17px;
}

.agency-points:hover h4 {
  color: #fff;
}

.agency-points span {
  width: 54px;
  height: 54px;
  display: grid;
  background: #f1f1f1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  color: #8b3dff;
  font-size: 21px;
}

.award-ny {
  border-left: 1px solid #ddd;
  padding-left: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.award-ny h1 {
  font-weight: 600;
  font-size: 120px;
  margin: 0;
  position: relative;
  display: table;
}

.award-ny h1 span {
  font-size: 24px;
  background: #fff;
  color: #8b3dff;
  width: 40px;
  height: 40px;
  display: grid;
  position: absolute;
  top: 0px;
  right: -10px;
  justify-content: center;
  align-content: center;
  border-radius: 50px;
}

.award-ny h4 {
  margin-bottom: 25px;
}

.award-items {
  display: grid;
  grid-template-columns: 64px 1fr;
  grid-gap: 20px;
}

.award-items span {
  background: rgb(255 241 210);
  height: 64px;
  display: grid;
  align-content: center;
  justify-content: center;
  color: #8b3dff;
  font-size: 16px;
  border-radius: 50px;
}

.award-items p {
  margin: 0px;
}

.list-awards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  list-style: none;
  padding: 0px;
  align-items: center;
}

.project-start {
  display: grid;
  grid-gap: 15px;
  padding: 70px;
  background: rgb(247 247 247);
  border-radius: 20px;
}

.project-start h2 {
  font-weight: 600;
  margin: 0px;
}

.project-start h4 {
  margin: 0px;
  font-size: 18px;
}

.service-tab h2 {
  font-weight: 500;
}

.col-left-items,
.col-right-items {
  position: absolute;
  display: grid;
  grid-gap: 100px;
  list-style: none;
  padding: 0px;
  margin: 0;
  height: 100%;
  top: -40px;
  bottom: 0;
  max-width: 170px;
  align-items: center;
  z-index: 1;
}

.col-left-items {
  left: 10%;
  transform: translateX(50%);
}

.col-right-items {
  right: 7%;
  transform: translateX(-50%);
}

.col-left-items img,
.col-right-items img {
  max-width: 140px;
}

.col-left-items li:nth-child(2n),
.col-right-items li:nth-child(2n) {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.col-left-items li:nth-child(1n) {
  top: 0px;
  position: relative;
}

.col-left-items li:nth-child(2n) {
  left: -110px;
  position: relative;
}

.col-right-items li:nth-child(2n) {
  right: -120px;
  position: relative;
}

.service-tab .border {
  margin-bottom: 20px;
}

.accordion-toggle {
  position: relative;
  width: 100%;
  text-align: left;
  padding-right: 30px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

.accordion-toggle::after {
  content: "+";
  /* ▼ */
  right: 15px;
  top: 50%;
  transition: transform 0.3s ease;
  font-size: 24px;
  color: #8A3CFF;
  text-align: right;
}

.accordion-toggle[aria-expanded="true"]::after {
  content: "-";
  /* ▼ */
}

#accordion-ny {
  display: grid;
  grid-gap: 25px;
}

#accordion-ny .card {
  border-radius: 0px;
  border-color: rgba(139, 61, 255, 0.25);
  border-width: 4px;
}

#accordion-ny .card .card-header {
  padding: 22px 35px;
  border-color: rgba(139, 61, 255, 0.25);
}

#accordion-ny .card button {
  padding: 0px;
  font-weight: 600;
  font-size: 22px;
  color: #353535;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  text-decoration: none;
  display: grid;
  grid-template-columns: 1fr 22px;
  align-items: center;
}

#accordion-ny .card .card-body {
  font-size: 17px;
  line-height: 160%;
  color: #444;
}

.h5-no-margin h5 {
  margin: 0px;
}

.process-bar p {
  margin: 0px;
}

.left-visual,
.right-visual {
  position: relative;
}

.middle {
  flex: 1;
}

.industry-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.industry-item {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  transition: color 0.3s;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.industry-item:hover a {
  color: #007bff;
  text-decoration: none;
}

.industry-item strong {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 10px;
  display: block;
  line-height: 140%;
}

.industry-item:hover a strong,
.industry-item.active a strong {
  color: #8b3dff;
}

.industry-item.active .industry-content {
  height: auto;
  overflow: hidden;
}

.industry-item strong {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 140%;
  display: grid;
  grid-template-columns: 1fr 16px;
}

.industry-item.active {
  border-bottom: 1px solid #8b3dff !important;
}

.industry-item.active .industry-content p {
  font-weight: 500;
  font-size: 15px;
  color: #555;
}

.industry-item strong i {
  width: 17px;
  height: 17px;
  border-radius: 50px;
  display: grid;
  background: #ddd;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 8px;
  margin-bottom: 15px;
  margin-top: 10px;
}

.industry-item.active strong i {
  background: #8b3dff;
}

.industry-content {
  height: 0;
  overflow: hidden;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.image-box .bx-style {
  background: rgb(253 233 189);
  padding: 40px;
  border-radius: 25px;
}

.image-box .bx-style h4 {
  margin-bottom: 15px;
}

.image-box,
.desc-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

.image-box.active,
.desc-box.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

.desc-box {
  position: relative;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.desc-box.active {
  opacity: 1;
}

.desc-title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
}

.desc-text {
  font-size: 16px;
  margin-bottom: 20px;
  color: #444;
}

.success-rate {
  background-color: #6a5acd;
  color: #fff;
  display: inline-block;
  padding: 20px;
  font-weight: bold;
  border-radius: 8px;
  font-size: 18px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.right-visual .image-box img {
  max-width: 100%;
  border: 1px solid #9148DA;
}

.image-box,
.industry-left-img,
.industry-right-img,
.desc-box {
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.6s ease, transform 0.6s ease;
  position: absolute;
  pointer-events: none;
}

.image-box.active,
.industry-left-img.active,
.industry-right-img.active,
.desc-box.active {
  opacity: 1;
  transform: scale(1);
  position: relative;
  pointer-events: auto;
}

.progress-bar-container {
  width: 100%;
  background-color: #e0e0e0;
  overflow: hidden;
  height: 3px;
  margin: 10px 0 0;
}

.progress-bar-fill {
  height: 100%;
  background: #DCCBF6;
  background: -webkit-linear-gradient(90deg, rgba(220, 203, 246, 1) 0%, rgba(255, 232, 183, 1) 100%);
  background: -moz-linear-gradient(90deg, rgba(220, 203, 246, 1) 0%, rgba(255, 232, 183, 1) 100%);
  background: linear-gradient(90deg, rgba(220, 203, 246, 1) 0%, rgba(255, 232, 183, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#DCCBF6", endColorstr="#FFE8B7", GradientType=1);
  color: white;
  transition: width 0.5s ease-in-out;
}


.insight-card {
  background: #ffffff;
  background: -webkit-linear-gradient(130deg, rgba(255, 255, 255, 1) 40%, rgba(255, 250, 214, 1) 100%);
  background: -moz-linear-gradient(130deg, rgba(255, 255, 255, 1) 40%, rgba(255, 250, 214, 1) 100%);
  background: linear-gradient(130deg, rgba(255, 255, 255, 1) 40%, rgba(255, 250, 214, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFAD6", GradientType=1);
  border-radius: 20px;
  padding: 60px;
  color: #fff;
  position: relative;
  margin-bottom: 50px;
  transition: transform 0.3s ease;
  overflow: hidden;
}

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

.icon-title {
  display: grid;
  grid-template-columns: 66px 1fr;
  gap: 20px;
}

.icon-title img {
  max-width: 100%;
}

.card-heading h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}

.card-heading .label {
  font-size: 18px;
  font-weight: 400;
  color: #8b3dff;
  margin: 0;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}

.description {
  margin: 0;
  margin-top: 20px;
  font-size: 16px;
  color: #000000;
  line-height: 1.6;
  font-weight: 400;
}

.card-number {
  position: absolute;
  top: 0px;
  font-size: 70px;
  font-weight: 600;
  color: rgb(222 201 244);
  right: 60px;
}

.insight-left {
  position: sticky;
  top: 150px;
}

.insight-right {
  min-height: 100vh;
}


.contact-section {
  text-align: center;
  padding: 50px 20px;
}

.contact-section .top-badge {
  display: inline-block;
  background-color: #f9f9f9;
  color: #8b3dff;
  padding: 15px 35px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #e1d0fb;
}

.contact-section h2 {
  font-size: 42px;
  font-weight: 600;
  color: #1e293b;
  margin: 20px 0;
}

.contact-section .contact-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.contact-section .contact-btn {
  background-color: #8b3dff;
  color: #fff;
  padding: 14px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0 4px 14px rgba(139, 61, 255, 0.25);
  transition: background 0.3s;
}

.awards-inpge .owl-stage-outer .owl-stage {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.awards-inpge figure {
  background: #f1f1f1;
  padding: 30px 15px;
  border-radius: 20px;
  min-height: 160px;
  display: grid;
}

.awards-inpge figure img {
  width: auto !important;
  margin: auto;
}

.globe-effect {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  z-index: -1;
  animation: rotateGlobe 30s linear infinite;
}

@keyframes rotateGlobe {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.tabs-services {
  grid-gap: 10px;
  margin: 0px !important;
  border: none;
}

.tabs-services li {
  margin: 0px !important;
}

.tabs-services li a {
  border: none !important;
  background: rgb(255 245 224);
  border-radius: 50px !important;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 35px;
  color: #252525;
}

.tabs-services li a.active {
  background: #8b3dff40 !important;
}

.koio-items {
  display: grid;
  grid-template-columns: 80px 1fr;
  grid-gap: 24px;
  align-items: start;
}

.koio-items span {
  display: grid;
  grid-gap: 5px;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #101010;
  font-size: 48px;
  font-weight: 200;
  grid-template-columns: auto auto;
  align-items: start;
}

.koio-items span small {
  font-size: 20px;
  color: #8b3dff;
  font-weight: 400;
}

.koio-items div h5 {
  font-weight: 500;
  font-size: larger;
  text-transform: capitalize;
}

.koio-items p {
  margin: 0px;
}

.join-section {
  display: grid;
  align-items: center;
  gap: 15px;
  font-family: sans-serif;
  justify-content: start;
}

.join-text {
  font-size: 20px;
  color: #8b3dff;
  font-weight: 600;
}

.avatar-group {
  display: flex;
  align-items: center;
}

.avatar-group img,
.count-badge {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 2px solid white;
  object-fit: cover;
  margin-left: -10px;
  background-color: #fff;
  box-shadow: 0 0 0 1px #ccc;
}

.count-badge {
  background: linear-gradient(to right, #4f46e5, #6366f1);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
}

.spl-ops-h1 h1 {
  font-size: 48px;
  line-height: 120%;
  /* text-indent: 15%; */
  font-weight: 600;
}

.spl-ops-h1 span {
  font-size: 20px;
  letter-spacing: -0.5px;
  font-weight: 600;
  color: #252525;
  /* position: absolute; */
  top: 30px;
  left: 0;
  text-indent: 0;
  line-height: normal;
  display: grid;
}

.highlight-section {
  position: relative;
}

.highlight-section .text-box {
  background: #DCCBF6;
  background: -webkit-linear-gradient(90deg, rgba(220, 203, 246, 1) 0%, rgba(255, 232, 183, 1) 100%);
  background: -moz-linear-gradient(90deg, rgba(220, 203, 246, 1) 0%, rgba(255, 232, 183, 1) 100%);
  background: linear-gradient(90deg, rgba(220, 203, 246, 1) 0%, rgba(255, 232, 183, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#DCCBF6", endColorstr="#FFE8B7", GradientType=1);
  padding: 30px;
  top: -50px;
  right: -50px;
  z-index: 1;
  position: relative;
}

.highlight-section .quote-mark {
  font-size: 60px;
  color: #000;
  margin-bottom: 0px;
}

.highlight-section .text {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 25px;
  letter-spacing: 0;
  font-weight: 500;
}

.highlight-section .stat {
  font-size: 72px;
  line-height: 1;
  color: #252525;
  font-weight: 600;
}

.highlight-section .unit {
  font-size: 32px;
  color: #000;
  font-weight: 700;
  margin-left: 4px;
}

.highlight-section .label {
  font-size: 16px;
  color: #8b3dff;
}

.tech-stack {
  display: flex;
  /* grid-template-columns: repeat(5, 1fr); */
  justify-content: center;
  margin: 0px;
}

.tech-item {
  width: 280px;
  height: 290px;
  border: 1px solid #efefef;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  margin: 0px -15px;
}

.tech-item img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin-bottom: 15px;
  transition: transform 0.5s ease;
  perspective: 1000px;
}

.tech-item p {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  margin: 0;
}

.tech-item:hover {
  border: 1px solid #8b3dff40;
  transform: scale(1.05);
  background: #fff;

}

.tech-item:hover img {
  transform: scale(1.05);
}
.clients-bxfull .card{
	box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}
.clients-bxfull:after {
  content: "";
  width: 15%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: #ffffff;
  background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 1) 100%);
  background: -moz-linear-gradient(270deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=0);
  top: 0;
}

.clients-bxfull:before {
  content: "";
  width: 15%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: #ffffff;
  background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 1) 100%);
  background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=0);
  top: 0;
  right: 0px;
}

@media (max-width: 991.98px) {
  .collapse:not(.show)+a i.bi-chevron-down {
    transform: rotate(0deg);
  }

  .collapse.show+a i.bi-chevron-down {
    transform: rotate(180deg);
  }
}

.follow-action {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 15px;
  justify-content: start;
}

.follow-action a {
  background: rgb(226 207 255);
  height: 52px;
  width: 52px;
  display: grid;
  align-content: center;
  justify-content: center;
  border-radius: 7px;
  color: #252525;
  text-decoration: none;
  font-size: 18px;
}

.follow-action a:hover {
  background: #8A3CFF;
  color: #fff;
}

.blog-card {
  background: rgb(248 243 255);
  overflow: hidden;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); */
  transition: transform 0.3s ease;
}

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

.blog-card img {
  width: 100%;
  height: auto;
  display: block;
}

.blog-content {
  padding: 30px;
}

.blog-date {
  color: #8b3dff;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
}

.blog-title {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
}

.read-more {
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

.read-more:hover {
  color: #8A3CFF;
  text-decoration: none;
}

.sidebar-blog {
  padding-left: 50px;
}

.sidebar-blog h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
}

.search-box {
  position: relative;
  margin-bottom: 30px;
}

.search-box input.input-search {
  width: 100%;
  padding: 12px 40px 12px 15px;
  height: 55px;
  border: 1px solid #ccc;
  border-radius: 0px;
  font-size: 14px;
  outline: none;
}

.search-box i {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #8b3dff;
  font-size: 16px;
  cursor: pointer;
}

.category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
}

.category-list li a {
  color: #333;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s;
  font-size: 16px;
}

.category-list li a:hover {
  color: #8b3dff;
}

.category-list li.active a {
  color: #8b3dff;
  font-weight: 600;
}

.category-list li span {
  color: #999;
}

.category-list li.active span {
  color: #8b3dff;
}

.category-list li a i {
  font-size: 10px;
}

.latest-posts h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.latest-posts .post-item {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 15px;
  margin-bottom: 20px;
  align-items: start;
}

.latest-posts .post-item img {
  width: 100%;
  border-radius: 6px;
  object-fit: cover;
}

.latest-posts .post-meta {
  font-size: 13px;
  color: #f0ad39;
  font-weight: 500;
  margin-bottom: 5px;
}

.latest-posts .post-title {
  font-size: 15px;
  color: #222;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  display: block;
}

.latest-posts .post-title:hover {
  color: #8A3CFF;
}

.pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-top: 50px;
}

.pagination a {
  padding: 8px 14px;
  border: 1px solid #ccc;
  color: #333;
  text-decoration: none;
  border-radius: 6px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.pagination a:hover {
  background-color: #8A3CFF;
  color: white;
  border-color: #8A3CFF;
}

.pagination a.active {
  background-color: #8A3CFF;
  color: white;
  border-color: #8A3CFF;
}

.pagination a.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.zoom-img img {
  width: 100%;
}

.tech-stack::-webkit-scrollbar {
  display: none;
  /* hide scrollbar for clean look */
}

.tech-stack {
  padding: 20px 0;
  background: #fff;
}

/* Hide marquee effect by default */
.marquee-wrapper {
  overflow: hidden;
}

.marquee-track {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* Mobile-only marquee */
@media (max-width: 991px) {
  .marquee-track {
    width: max-content;
    animation: marqueeScroll 25s linear infinite;
    flex-wrap: nowrap;
  }

  .tech-item {
    flex: 0 0 auto;
    width: 140px;
    margin-right: 30px;
    text-align: center;
    border-radius: 0%;
    border: 1px solid #eee;
    padding: 20px 10px;
    background: #fff;
  }

  .marquee-wrapper {
    overflow: hidden;
  }

  @keyframes marqueeScroll {
    0% {
      transform: translateX(0%);
    }

    100% {
      transform: translateX(-50%);
    }
  }
}

/* Consistent design for all screen sizes */
.tech-item img {
  max-width: 60px;
  margin: 0 auto 10px;
  display: block;
}

.tech-item p {
  font-size: 14px;
  margin: 0;
}

/* Base styling */
.social-wrapper {
  position: relative;
  display: inline-block;
}

.social-toggle {
  display: none;
  background: #8b3dff;
  color: #fff;
  padding: 5px 15px;
  border: none;
  font-size: 14px;
  cursor: pointer;
  margin-left: auto;
}

.social-me {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.social-me a {
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
}

/* Mobile styles */
@media screen and (max-width: 991px) {

  .social-toggle {
    display: block;
  }

  .social-me {
    flex-direction: column;
    position: absolute;
    background: #1c1c1c;
    right: 15px;
    grid-gap: 0px !important;
    /* Hidden by default */
    opacity: 0;
    transform: translateY(-10px);
    visibility: hidden;

    /* Transition for smooth animation */
    transition: max-height 0.4s ease, opacity 0.4s ease, transform 0.4s ease;
    z-index: 99;
  }

  .social-me a {
    margin-right: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 4px;
    border-bottom: 1px solid #393838;
    padding: 9px 10px;
    font-size: 14px;
    transition: background 0.2s;
  }

  /* Show state */
  .social-me.show {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }

}

/* Icon hidden by default (desktop), text shown */
.contact-btn .btn-icon {
  display: none;
}

.contact-btn .btn-text {
  display: inline;
}

/* Mobile: Show icon, hide text */
@media screen and (max-width: 767px) {
  .contact-btn {
    padding: 14px 20px;
  }

  .contact-btn .btn-icon {
    display: inline;
    font-size: 24px;
  }

  .contact-btn .btn-text {
    display: none;
  }
}

/************ Popup Css **/

/* Popup Background */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* Popup Box */
.popup-box {
  background: #fff;
  width: 90%;
  max-width: 800px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  position: relative;
}

.newsletter-popup {
  background: #fff;
  overflow: hidden;
  display: flex;
}

.newsletter-popup .popup-left {
  width: 40%;
  background: #7c3aed;
  position: relative;
}

.newsletter-popup .sidebar {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.newsletter-popup .popup-right {
  width: 60%;
  padding: 50px;
  position: relative;
  background: rgb(215 188 255 / 25%);
}

.newsletter-popup .close-btn {
  position: absolute;
  font-size: 22px;
  cursor: pointer;
  color: #8b3dff;
  border-color: #fff;
  width: 50px;
  height: 50px;
  display: grid;
  align-items: center;
  justify-content: center;
  padding: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.newsletter-popup .popup-right h2 {
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 600;
}

.newsletter-popup .popup-right p {
  font-size: 14px;
  color: #555;
  margin-bottom: 30px;
}

.newsletter-popup form input[type=text],
.newsletter-popup form input[type=tel],
.newsletter-popup form input[type=email] {
  width: 100%;
  padding: 12px;
  margin-bottom: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
}

.newsletter-popup textarea {
  width: 100%;
  height: 80px;
  padding: 12px;
  margin-bottom: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
}

.newsletter-popup button[type="submit"] {
  background: #7c3aed;
  color: white;
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}

.ai-effect {
  position: absolute;
  bottom: -40px;
  right: 17%;
  width: 90px;
  animation: bounce 2s infinite ease-in-out;
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
    /* Move up */
  }
}

/************* Live Chat  css ****/
.chat-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #8b3dff;
  color: white;
  padding: 15px;
  border: none;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  z-index: 1000;
}

/* Chat Box */
.chat-box {
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 300px;
  max-height: 400px;
  background: white;
  border: 1px solid #ccc;
  border-radius: 10px;
  display: none;
  flex-direction: column;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.chat-box .chat-header {
  background: #8b3dff;
  color: white;
  padding: 15px 20px 13px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-weight: 500;
}

.chat-messages {
  padding: 10px;
  height: 250px;
  overflow-y: auto;
  font-size: 14px;
}

.chat-box .chat-input {
  display: flex;
  border-top: 1px solid #ccc;
}

.chat-box .chat-input input {
  flex: 1;
  padding: 10px;
  border: none;
  font-size: 15px;
  border-bottom-left-radius: 10px;
}

.chat-box .chat-input button {
  background: #8b3dff;
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 15px;
  border-bottom-right-radius: 10px;
}

.chat-box .user-msg {
  text-align: right;
  margin: 5px 0;
}

.chat-box .bot-msg {
  text-align: left;
  margin: 5px 0;
}

.blog-lg-6 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}

.home_01p2 {
  display: flex;
  min-height: 100vh;
  padding: clamp(120px, 18vh, 200px) 24px;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 200px 100px 100px;
}


.home_01p2 h5 {
  font-size: 14px;
  font-weight: 500;
  padding: 2px 23px;
  border-radius: 50px;
  letter-spacing: -0.14px;
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.32);
  /* font-family: var(--tp-ff-inter); */
  display: table;
  margin: auto;
  margin-bottom: 15px;
}

.home_01p2 h1 {
  font-size: clamp(36px, 4.2vw, 66px);
  font-weight: 600;
  letter-spacing: -4px;
}

.home_01p2 p {
  font-size: 18px;
  max-width: 70%;
  margin: auto;
}

.blur-wrap {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  width: 60%;
  height: 100%;
}

/* Common circle style */
.blur-circle {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  filter: blur(120px);
}

/* Yellow glow */
.blur-circle.yellow {
  background: radial-gradient(circle, #ffd36a 0%, transparent 80%);
  left: 10%;
  top: 20%;
}

/* Purple glow */
.blur-circle.purple {
  background: radial-gradient(circle, #a46fff 0%, transparent 80%);
  right: 15%;
  top: 10%;
}


/* STRATEGY */
.service-card {
  margin-bottom: 25px;
  background: #f3ebff;
  padding: 35px;
  border-radius: 20px;
}

.service-card span {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #f1a80c;
}

/* line */
.service-card hr {
  border: none;
  height: 1px;
  background: #d1d1d1;
  margin: 10px 0 30px;
}

/* title */
.service-card h3 {
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 25px;
}

.service-card .icon {
  margin-bottom: 25px;
  /* margin-top: 40px; */
  /* background: #f3ebff; */
  padding: 0px;
  display: grid;
  /* width: 80px; */
  /* height: 80px; */
  justify-content: start;
  align-items: center;
}

/* icon */
.service-card .icon svg {
  max-width: 42px !important;
}

/* description */
.service-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #000000;
  margin-bottom: 10px;
  max-width: 100%;
}

/* link */
.service-card a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
  color: #000000;
}

.pointer h4 {
  margin-bottom: 10px;
}


/* Experience Box */
.experience2 {
    width: 170px;
    height: 170px;
    background: linear-gradient(282deg, #6a11cb, #8e2de2, #5e00ff, #6a11cb);
    background-size: 400% 400%;
    animation: gradientMove 8s ease infinite;
    color: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    margin-top: 20px;
    padding: 20px;
}
/* Gradient Animation */
@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.experience2 h2 {
  font-size: 74px;
  margin: 0;
  font-weight: 500;
  color: #fff;
  line-height: 62px;
}

.experience2 h2 span {
  color: #ffd400;
  font-size: 40px;
}

.experience2 p {
  margin: 0;
  font-size: 14px;
  color: #fff;
}

/* Yellow Box */
.color-box {
  width: 80px;
  height: 80px;
  background: #f5a700;
  border-radius: 15px;
  position: relative;
  bottom: -10px;
  animation: zoomInOut 3s ease-in-out infinite;
}

/* Zoom Animation */
@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.15);
    }
    100% {
        transform: scale(1);
    }
}

.img-responsive {
  max-width: 100%;
}

.awards figure {
  display: grid;
}

.layout-inline {
  padding: 45px 80px;
  background: #f1f1f1;
  border-radius: 15px;
  display: grid;
  grid-template-columns: auto 50%;
  grid-gap: 50px;
}

.layout-inline p {
  font-weight: 500;
  margin-top: 10px;
}

.display-6 {
  letter-spacing: -1.5px;
}

p,
li {
  color: #000000;
}

/* .service-page-faq {
  background: #faf9ff;
} */

.service-page-faq-wrap {
  max-width: 900px;
  margin: auto;
}

.service-page-faq-item {
  background: #fff;
  border-radius: 16px;
  margin-bottom: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.service-page-faq-question {
  width: 100%;
  padding: 20px 24px;
  font-weight: 600;
  background: none;
  border: none;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
}

.service-page-faq-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #8a3cff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: .3s;
}

.service-page-faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 24px;
  transition: all .35s ease;
}

.service-page-faq-item.active .service-page-faq-answer {
  max-height: 500px;
  padding: 0 24px 20px;
}

.service-page-faq-item.active .service-page-faq-icon {
  transform: rotate(45deg);
  background: #000;
}


.service-page-cta {
  background: linear-gradient(135deg, #f6f3ff, #ffffff);
}

.service-page-cta-box {
  background: #fff;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.08);
  position: relative;
}

.service-page-cta-badge {
  background: #8a3cff;
  color: #fff;
  padding: 8px 22px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .5px;
}

.service-page-cta-box:before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 160px;
  height: 160px;
  background: rgba(138, 60, 255, 0.12);
  border-radius: 50%;
}

.service-page-cta-box:after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: -50px;
  width: 220px;
  height: 220px;
  background: rgba(138, 60, 255, 0.08);
  border-radius: 50%;
}

.service-page-contact-item {
  display: flex;
  gap: 14px;
  margin-bottom: 16px;
}

.service-page-contact-item i {
  color: #8a3cff;
  font-size: 20px;
}

.service-page-contact-highlight {
  background: #f4efff;
  color: #5a2cff;
  padding: 10px 16px;
  border-radius: 12px;
  font-weight: 600;
  display: inline-block;
}

.service-page-contact-form {
    background: #fff;
    box-shadow: rgb(139 61 255 / 12%) 0px 0px 40px 0px;
}

@media (max-width: 767px) {

  .service-page-faq-question {
    padding: 16px 18px;
    font-size: 16px;
    gap: 12px;
  }

  .service-page-faq-icon {
    min-width: 34px;
    min-height: 34px;
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    border-radius: 50%;
  }

  .service-page-faq-answer {
    padding: 0 18px;
  }

  .service-page-faq-item.active .service-page-faq-answer {
    padding: 0 18px 18px;
  }
}

.service-page-stats {
  background: #efefef;
  background: #DCCBF6;
  background: -webkit-linear-gradient(90deg, rgba(220, 203, 246, 1) 0%, rgba(255, 232, 183, 1) 100%);
  background: -moz-linear-gradient(90deg, rgba(220, 203, 246, 1) 0%, rgba(255, 232, 183, 1) 100%);
  background: linear-gradient(90deg, rgba(220, 203, 246, 1) 0%, rgba(255, 232, 183, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#DCCBF6", endColorstr="#FFE8B7", GradientType=1);

}

.stats-box {
  padding: 20px;
}

.stats-icon {
  font-size: 42px;
  color: #8b3dff;
  margin-bottom: 12px;
}

.stats-box h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 6px;
}

.stats-box p {
  color: #6c757d;
  font-size: 15px;
  line-height: 1.4;
}

.service-page-process-card h3 {
  font-weight: 600;
  font-size: 22px;
}

/* Company Timeline */
/* Timeline grid */
.timeline-final {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
  padding-top: 4rem;
}

/* Horizontal line — LOCKED to year center */
.timeline-final::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(4rem + 28px);
  height: 2px;
  background: linear-gradient(90deg,
      rgb(255 255 255 / 0%),
      rgba(138, 60, 255, 0.9),
      rgb(255 255 255 / 0%));
}

.timeline-final {
  overflow: visible;
}

/* Moving icon */
.timeline-track {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(4rem + 28px);
  /* same height as line */
  height: 0;
  pointer-events: none;
}

.timeline-track::after {
  content: "➤";
  /* or ✈ */
  position: absolute;
  left: 0;
  top: 0;

  transform: translate(-40px, -50%);
  font-size: 16px;
  color: #8a3cff;

  animation: trackMove 5s linear infinite;
}



@keyframes trackMove {
  0% {
    transform: translate(-40px, -50%);
    opacity: 0;
  }

  5% {
    opacity: 1;
  }

  95% {
    opacity: 1;
  }

  100% {
    transform: translate(calc(100% + 40px), -50%);
    opacity: 0;
  }
}



/* Item */
.timeline-item {
  text-align: center;
  position: relative;
}

/* Year wrapper = alignment anchor */
.year-wrap {
  height: 56px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}

/* Year circle */
.timeline-year {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #8a3cff;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 15px 35px rgba(138, 60, 255, 0.45);
}

/* Vertical connector */
.timeline-year::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 2px;
  height: 32px;
  background: rgba(138, 60, 255, 0.35);
  transform: translateX(-50%);
}

/* Card */
.timeline-card {
  border: 1px solid #8f44ff;
  margin-top: 2.5rem;
  background: #fff;
  padding: 2.2rem 1.8rem;
  border-radius: 20px;
  box-shadow: 0 35px 70px -40px rgba(0, 0, 0, 0.45);
  transition: transform 0.25s ease, box-shadow 0.25s ease;

}

.timeline-card h4 {
  font-size: 1.1rem;
  margin-bottom: 0.6rem;
}

.timeline-card p {
  font-size: 0.95rem;
  color: #000000;
  line-height: 1.6;
}

/* Mobile */
@media (max-width: 991px) {

  .timeline-final {
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .timeline-final::before {
    display: none;
  }

  .timeline-item {
    text-align: left;
  }

  /* Kill wrapper height behavior */
  .year-wrap {
    height: auto;
    justify-content: flex-end;
    margin-bottom: -28px;
    /* pulls card up under year */
  }

  /* Move year to top-right */
  .timeline-year {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 0 10px 25px rgba(138, 60, 255, 0.35);
  }

  .timeline-year::after {
    display: none;
  }

  /* Full-width card */
  .timeline-card {
    margin-top: 0;
    padding-top: 3rem;
    /* space for year */
    width: 100%;
  }
}


/* Mission Vision Section */
.mission-vision .accent {
  color: #8a3cff;
}

/* Card */
.mv-card {
  background: #fff;
  border: 1px solid #e6ecf5;
  border-radius: 18px;
  padding: 2.2rem;
}

/* Header */
.mv-head {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.mv-head h4 {
  margin: 0;
  font-weight: 600;
}

.timeline-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 45px 80px -45px rgba(0, 0, 0, 0.55);
}

/* Icon */
.mv-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(138, 60, 255, 0.1);
  color: #8a3cff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  flex-shrink: 0;
}

/* Content */
.mv-content p {
  font-size: 16px;
  line-height: 1.65;
  color: #000000;
}

.mv-content ul {
  margin-top: 1rem;
  padding-left: 1.2rem;
}

.mv-content ul li {
  font-size: 16px;
  margin-bottom: 0.5rem;
  color: #555;
}

/* Mobile */
@media (max-width: 767px) {
  .mv-card {
    padding: 1.5rem;
  }

  .mv-head {
    align-items: flex-end;
  }

  .mv-icon {
    width: 44px;
    height: 44px;
    font-size: 1.25rem;
  }
}


.timeline-track {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(4rem + 28px);
  /* same as line */
  height: 0;
  pointer-events: none;
}

.timeline-track::after {
  content: "➤";
  /* or ✈ */
  position: absolute;
  top: 0;
  left: 0;

  transform: translate(-30px, -50%);
  font-size: 16px;
  color: #8a3cff;

  animation: trackMove 5s linear infinite;
}


@keyframes trackMove {
  from {
    transform: translate(-30px, -50%);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  to {
    transform: translate(calc(100% + 30px), -50%);
    opacity: 0;
  }
}

.zoom-img {
  border-radius: 50%;
  overflow: hidden;
  transform: translateZ(0);
}

.single-blog-post h2{
    font-weight: 600;
    margin-top: 30px;
    font-size: 30px;
}
.single-blog-post h2 span{
	font-weight: 600 !important;
}

.single-blog-post h3 {
    font-weight: 600;
    font-size: 24px;
}
.single-blog-post h3 span{
	font-weight: 600 !important;
}

.single-blog-post h4 span {
    font-size: 18px;
    font-weight: 600 !important;
}
.single-main-image{
	margin-bottom: 50px;
}
.single-main-image img {
    text-align: center;
    height: 700px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.conclusion{
	padding: 50px;
	background:#f5f5f5;
	margin-top: 30px;
}
.conclusion h2{
	margin-top:0px;
}

.align-middle{
	margin: 30px auto;
	display: block;
}
.middle-img img.alignnone{
	margin: 30px auto !important;
	display: block;
}


.img-box {
    position: relative;
    overflow: hidden;
    cursor: pointer;
	border-radius: 12px;
}

.img-box img {
    width: 100%;
    display: block;
    transition: transform 0.6s ease, filter 0.6s ease;
}

/* Light Zoom */
.img-box:hover img {
    transform: scale(1.02);
}

/* Flash Effect */
.img-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255,255,255,0.2) 0%,
        rgba(255,255,255,0.2) 50%,
        rgba(255,255,255,0.2) 100%
    );
    transform: skewX(-25deg);
	opacity: 0.5;
}
.img-box:hover::after {
    animation: flash 1s ease;
}

@keyframes flash {
    100% {
        left: 125%;
    }
}