@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

body {
  color: #525252;
}

a {
  text-decoration: none;
  color: inherit;
}

.neo-header {
  background: rgba(255, 255, 255, .85);
  backdrop-filter: blur(14px);
}

.neo-navbar {
  background: transparent !important;
}



.neo-menu .nav-link {
  color: #0b0b0b !important;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 20px !important;
  border-radius: 8px;
  display: inline-block;
  transition: all .25s ease-in-out;
  outline: none !important;

}

/* Hover Gradient Light Orange */
.neo-menu .nav-link:hover {
  background: #ebebeb96;

  color: #383838 !important;
}

/* Active Link */
.neo-menu .nav-link.active {
  background: #ebebeb96;
  color: #383838 !important;
}

/* Dropdown */
.neo-dropdown {
  border-radius: 18px;
  padding: 10px;
}

.neo-dropdown .dropdown-item {
  font-weight: 700;
  font-size: 14px;
  border-radius: 12px;
  padding: 13px 20px;
  transition: all .2s ease-in-out;
}

.neo-dropdown .dropdown-item:hover {
  background: #ebebeb96;

  color: #000;
}

/* Login Button */
.neo-login-btn {
  border-radius: 8px;
  padding: 10px 18px;
  font-weight: 500;
  background: #383838;
  color: #fff;
  border: none;
  transition: all .3s ease-in-out;
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
}

.neo-login-btn:hover {
  background: #050505;
  color: #fff;
}

/* Toggler */
.neo-toggler {
  border: none !important;
  box-shadow: none !important;
}

/* Mobile menu look better */
@media (max-width: 991px) {
  .neo-menu .nav-link {
    border-radius: 14px;
  }

 
}

.border-dashed {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  height: fit-content;
  width: fit-content;
  overflow: hidden;
  position: relative;
  align-items: center;
  gap: 8px;
  border-width: 1.5px;
  border-style: dashed;
  border-color: #ccc;
  border-radius: 10px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.neo-bg-video {
  max-width: 700px;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
  margin-bottom: 24px;
}

.neo-label {
  font-size: 12px;
}

.neo-title {
  font-size: 34px;
  color: #111827;
}

/* Card */
.neo-card {
  padding: 14px 10px;
  border-radius: 14px;
  transition: .2s ease;
}

.neo-card:hover {
  background: rgba(17, 24, 39, 0.04);
  transform: translateY(-2px);
}

.neo-card-title {
  font-size: 18px;
  color: #111827;
  line-height: 1.1;
}

.neo-card-sub {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.4;
}

/* Icon box */
.neo-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  flex: 0 0 54px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
  color: #fff;
}

.neo-svg {
  width: 28px;
  height: 28px;
}

/* Colors like screenshot */
.bg-blue {
  background: #2386ff;
}

.bg-gray {
  background: #6b7280;
}

.bg-green {
  background: #16a34a;
}

.bg-cyan {
  background: #0ea5e9;
}

.bg-purple {
  background: #7c3aed;
}

.bg-orange {
  background: #f59e0b;
}

@media(max-width:576px) {
  .neo-title {
    font-size: 28px;
  }
}

.service-box {
  border: 1px solid #D9D9D9;
  border-radius: 18px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  background-color: #fff;

}

.service-box .iconBox {
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f8f8;
}

/* ===== Box 1 â€“ Orange ===== */
.service-section .row>div:nth-child(1) .iconBox,
.row .special-list>.special-item:nth-child(1) .special-icon {
  background: #fff3e6;
}

.service-section .row>div:nth-child(1) svg path,
.row .special-list>.special-item:nth-child(1) svg path {
  fill: #ff7a18;
}

.service-section .row>div:nth-child(1) .service-box {
  border-color: #ff7a18;
}

/* ===== Box 2 â€“ Blue ===== */
.service-section .row>div:nth-child(2) .iconBox,
.row .special-list>.special-item:nth-child(2) .special-icon {
  background: #eef4ff;
}

.service-section .row>div:nth-child(2) svg path,
.row .special-list>.special-item:nth-child(2) svg path {
  fill: #2563eb;
}

.service-section .row>div:nth-child(2) .service-box {
  border-color: #2563eb;
}

/* ===== Box 3 â€“ Green ===== */
.service-section .row>div:nth-child(3) .iconBox,
.row .special-list>.special-item:nth-child(3) .special-icon {
  background: #edfdf3;
}

.service-section .row>div:nth-child(3) svg path,
.row .special-list>.special-item:nth-child(3) svg path {
  fill: #16a34a;
}

.service-section .row>div:nth-child(3) .service-box {
  border-color: #16a34a;
}

/* ===== Box 4 â€“ Purple ===== */
.service-section .row>div:nth-child(4) .iconBox,
.row .special-list>.special-item:nth-child(4) .special-icon {
  background: #f4efff;
}

.service-section .row>div:nth-child(4) svg path,
.row .special-list>.special-item:nth-child(4) svg path {
  fill: #7c3aed;
}

.service-section .row>div:nth-child(4) .service-box {
  border-color: #7c3aed;
}

/* ===== Box 5 â€“ Pink ===== */
.service-section .row>div:nth-child(5) .iconBox,
.row .special-list>.special-item:nth-child(5) .special-icon {
  background: #fff0f6;
}

.service-section .row>div:nth-child(5) svg path,
.row .special-list>.special-item:nth-child(5) svg path {
  fill: #db2777;
}

.service-section .row>div:nth-child(5) .service-box {
  border-color: #db2777;
}

/* ===== Box 6 â€“ Cyan ===== */
.service-section .row>div:nth-child(6) .iconBox,
.row .special-list>.special-item:nth-child(6) .special-icon {
  background: #ecfeff;
}

.service-section .row>div:nth-child(6) svg path,
.row .special-list>.special-item:nth-child(6) svg path {
  fill: #0891b2;
}

.service-section .row>div:nth-child(6) .service-box {
  border-color: #0891b2;
}

.service-section {
  background-color: #f8f8f8;
}

.service-box:hover {
  transform: translateY(-6px);
  background: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.processOnlyWrap {
  background: linear-gradient(180deg, rgba(13, 27, 42, 0.04), rgba(255, 255, 255, 1));
  border-radius: 26px;
  padding: 34px 20px 18px;
}

.pCardOnly {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  padding: 22px 18px;
  height: 100%;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.07);
  transition: all .35s ease;
  position: relative;
  overflow: hidden;
}

.pCardOnly:hover {
  transform: translateY(-10px);
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.07);
}

.pIconOnly {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #FF6B35;
  background: rgba(255, 107, 53, 0.12);
}

.pStepOnly {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.45);
  margin-top: 10px;
  display: inline-block;
}

.fs-14 {
  font-size: 14px;
}

/* Active animation */
.pCardOnly.active {
  border-color: rgba(255, 107, 53, 0.55);
  /* box-shadow: 0 28px 70px rgba(255,107,53,0.18); */
  transform: translateY(-8px);
}

.pCardOnly.active .pIconOnly {
  background: #FF6B35;
  color: #fff;
  /* box-shadow: 0 18px 44px rgba(255,107,53,0.35); */
}



@keyframes glowMove {
  0% {
    transform: translate(-10%, -10%) scale(1);
  }

  50% {
    transform: translate(10%, 10%) scale(1.1);
  }

  100% {
    transform: translate(-10%, -10%) scale(1);
  }
}

/* status */
.onlyStatus {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.65);
}

.onlyDot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FF6B35;
  box-shadow: 0 0 0 8px rgba(255, 107, 53, 0.12);
  animation: onlyPulse 1.2s infinite;
}

@keyframes onlyPulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.25);
  }

  100% {
    transform: scale(1);
  }
}

.techStackV2 {
  background: #fff;
}

.stackItem {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 14px;
  padding: 16px 14px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
  margin-bottom: 16px;
  transition: all .3s ease;
}

.stackItem:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.10);
}

.stackIcon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #fff;
  font-size: 16px;
  flex-shrink: 0;
}

.stackText {
  font-weight: 700;
  color: rgba(0, 0, 0, 0.75);
}

/* custom colors */
.bg-orange {
  background: #FF6B35;
}

.bg-purple {
  background: #7C3AED;
}


/* OUR WORK */
.ourWork {
  background: linear-gradient(180deg, rgba(13, 27, 42, 0.04), rgba(255, 255, 255, 1));
}

.owl-work .workItem {
  text-decoration: none;
  display: block;
  padding: 14px 0;
}

.owl-work .workShot {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  transition: all .35s ease;
  transform: scale(.92);
  opacity: .55;
  position: relative;
}

.owl-work .workShot img {
  width: 100%;
  /* height: 440px; */
  object-fit: cover;
  object-position: top;
  display: block;
  aspect-ratio: 9/18;
  /* your required ratio */
}

/* Center item active big */
.owl-work .owl-item.center .workShot {
  transform: scale(1.05);
  opacity: 1;
  border-color: rgba(255, 107, 53, 0.55);
}

/* hover */
.owl-work .workItem:hover .workShot {
  opacity: 1;
}

/* label on hover */
.owl-work .workShot::after {
  content: "View";
  position: absolute;
  left: 14px;
  bottom: 14px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .6px;
  color: #fff;
  padding: 8px 14px;
  border-radius: 14px;
  line-height: 12px;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(5px);
  opacity: 0;
  transform: translateY(10px);
  transition: all .3s ease;
}

.owl-work .workItem:hover .workShot::after {
  opacity: 1;
  transform: translateY(0);
}

/* remove owl dots spacing */
.owl-theme .owl-dots {
  margin-top: 18px;
}

.faq-section .accordion-item {
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  margin-bottom: 16px;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s ease;
}

.faq-section .accordion-item:hover {
  border-color: var(--two-color);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}

.faq-section .accordion-button:not(.collapsed) {
  background: #e9e9e9;
}

.faq-section .accordion-button {
  font-size: 16px;
  font-weight: 500;
  background: #f8f8f8;
  color: #212529;
  padding: 18px 22px;
}

.faq-section .accordion-button:focus {
  box-shadow: none;
}

.faq-section .accordion-body {
  font-size: 16px;
  line-height: 1.7;
  color: #606060;
  padding: 18px 22px 22px;
}

 

.owl-work .work-col .workShot {
  opacity: 1 !important;
}

#workFilter li {
  font-weight: 700;
  font-size: 14px;
  padding: 10px 20px !important;
  border-radius: 8px;
  display: inline-block;
  border: 1px solid transparent;
  transition: all .25s ease-in-out;
  /* pointer-events: fill; */
}

#workFilter li:hover {
  cursor: pointer;
}

#workFilter li.active {
  background: #ebebeb96;
  color: #383838 !important;
  border-color: #6b7280;
}

@media (max-width: 575.98px) {
  .stackItem {
    border-radius: 8px;
    padding: 8px 8px;
    gap: 8px;
    margin-bottom: 10px;
  }

  .stackIcon {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    font-size: 13px;
  }

  .stackText {
    font-size: 14px;
  }

  .neo-card-title {
    font-size: 16px;
  }

  .neo-card {
    padding: unset;
  }

  .neo-card:hover {
    background: unset;
    transform: unset;
  }

  .m-12-fs {
    font-size: 12px;
  }

  .fill-16 svg {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 991.98px) {
  .dropdown-menu {
    border: unset;
    box-shadow: unset !important;
  }

  .neo-menu .nav-link {
    border-radius: 6px;
    width: 100%;
  }

  .dropdown-menu {
    border-radius: unset;
    background: unset;
    padding-top: unset;
  }

 
 
  #menuOverlay {
    position: fixed;
    top: 0;
    left: 0;

    width: 280px;
    height: 100vh;

    background: #fff;
    z-index: 999;

    transform: translateX(-100%);
    transition: transform 0.35s ease-in-out;

    display: block; 
  }

  /* SHOW MENU */
  #menuOverlay.showmenu {
    transform: translateX(0);
  }
}
 

.rounded-4 {
  border-radius: 1rem;
}

.hover-lift {
  transition: transform .25s ease, box-shadow .25s ease;
}

.hover-lift:hover {
  transform: translateY(-4px);
  box-shadow: 0 1px 5px rgba(0, 0, 0, .08);
}

.banner-img {
  max-width: 520px;
  width: 100%;
  height: auto;
}

.work-icon {
  width: 52px;
  height: 52px;
}

/* Custom soft color pills */
.badge-purple {
  color: #6f42c1;
  background-color: rgba(111, 66, 193, 0.12);
}

.badge-orange {
  color: #fd7e14;
  background-color: rgba(253, 126, 20, 0.14);
}

.badge-blue {
  color: #0d6efd;
  background-color: rgba(13, 110, 253, 0.12);
}

.badge-green {
  color: #198754;
  background-color: rgba(25, 135, 84, 0.12);
}
