.avyro-wd-hero {
  position: relative;
  overflow: hidden;
  padding: 100px 20px 85px;
  background:
    radial-gradient(
      circle at 8% 85%,
      rgba(25, 111, 255, 0.15),
      transparent 24%
    ),
    radial-gradient(
      circle at 95% 18%,
      rgba(126, 211, 47, 0.13),
      transparent 24%
    ),
    linear-gradient(135deg, #ffffff 0%, #f6faff 52%, #ffffff 100%);
}

.avyro-wd-container {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1050px;
  margin: auto;
  text-align: center;
}

.avyro-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(5px);
}

.avyro-orb-blue {
  width: 330px;
  height: 330px;
  left: -180px;
  bottom: -170px;
  background: radial-gradient(
    circle,
    rgba(28, 111, 255, 0.24),
    rgba(28, 111, 255, 0)
  );
}

.avyro-orb-green {
  width: 360px;
  height: 360px;
  right: -190px;
  top: -170px;
  background: radial-gradient(
    circle,
    rgba(126, 211, 47, 0.2),
    rgba(126, 211, 47, 0)
  );
}

.avyro-dot-pattern {
  position: absolute;
  width: 130px;
  height: 90px;
  opacity: 0.65;
  background-image: radial-gradient(#6ca5ff 1.5px, transparent 1.5px);
  background-size: 25px 25px;
  pointer-events: none;
}
.avyro-dots-left {
  left: 55px;
  top: 245px;
}
.avyro-dots-right {
  right: 55px;
  bottom: 115px;
}

.avyro-wd-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 20px;
  border: 1px solid rgba(27, 108, 241, 0.35);
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 8px 25px rgba(23, 100, 220, 0.08);
  color: #1264dc;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.3px;
  backdrop-filter: blur(10px);
  animation: avyroBadge 3s ease-in-out infinite;
}

.avyro-badge-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #83d52f;
  box-shadow: 0 0 0 5px rgba(131, 213, 47, 0.12);
}
@keyframes avyroBadge {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}

.avyro-wd-title {
  max-width: 900px;
  margin: 30px auto 0;
  color: #0d1b3d;
  font-size: clamp(42px, 5.2vw, 72px);
  line-height: 1.04;
  letter-spacing: -3px;
  font-weight: 800;
}

.avyro-wd-title span {
  display: block;
  background: linear-gradient(90deg, #075fe2, #2d8cff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.avyro-wd-title strong {
  display: block;
  background: linear-gradient(90deg, #67bd20, #91d934);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}

.avyro-wd-description {
  max-width: 650px;
  margin: 28px auto 0;
  color: #5b6d8b;
  font-size: 18px;
  line-height: 1.75;
}
.avyro-wd-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 34px;
}
.avyro-btn-primary,
.avyro-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 27px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
}
.avyro-btn-primary {
  color: #ffffff;
  background: linear-gradient(135deg, #075de0, #238bff);
  box-shadow: 0 13px 28px rgba(20, 102, 225, 0.24);
}
.avyro-btn-primary i {
  font-size: 12px;
  transition: transform 0.3s ease;
}
.avyro-btn-primary:hover {
  color: #ffffff;
  transform: translateY(-4px);
  box-shadow: 0 18px 35px rgba(20, 102, 225, 0.3);
}
.avyro-btn-primary:hover i {
  transform: translate(3px, -3px);
}
.avyro-btn-secondary {
  color: #10265a;
  border: 1px solid #173f91;
  background: rgba(255, 255, 255, 0.75);
}
.avyro-btn-secondary:hover {
  color: #ffffff;
  background: #102e6c;
  transform: translateY(-4px);
  box-shadow: 0 12px 25px rgba(16, 46, 108, 0.18);
}
.avyro-wd-features {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin: 28px auto 0;
  max-width: 900px;
}
.avyro-feature-card {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 230px;
  padding: 18px 22px;
  text-align: left;
  border: 1px solid rgba(30, 94, 180, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 35px rgba(20, 60, 120, 0.07);
  backdrop-filter: blur(12px);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.avyro-feature-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 20px 40px rgba(20, 60, 120, 0.12);
}
.avyro-feature-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-size: 18px;
}
.avyro-feature-icon.blue {
  color: #ffffff;
  background: linear-gradient(135deg, #0762e8, #328fff);
  box-shadow: 0 8px 18px rgba(31, 111, 238, 0.22);
}
.avyro-feature-icon.green {
  color: #ffffff;
  background: linear-gradient(135deg, #69be20, #94d83c);
  box-shadow: 0 8px 18px rgba(110, 190, 35, 0.2);
}

.avyro-feature-content h3 {
  margin: 0;
  color: #10234c;
  font-size: 15px;
  font-weight: 700;
}
.avyro-feature-content span {
  display: block;
  width: 38px;
  height: 3px;
  margin-top: 8px;
  border-radius: 20px;
  background: #166ff0;
}
.avyro-feature-card:nth-child(2) .avyro-feature-content span {
  background: #7bc92b;
}

@media (max-width: 850px) {
  .avyro-wd-hero {
    padding: 60px 20px 65px;
  }
  .avyro-wd-title {
    letter-spacing: -2px;
  }
  .avyro-wd-features {
    gap: 12px;
  }
  .avyro-feature-card {
    min-width: 0;
    padding: 16px;
  }
}

@media (max-width: 650px) {
  .avyro-wd-hero {
    padding: 22px 18px 40px;
  }
  .avyro-dot-pattern {
    opacity: 0.35;
  }
  .avyro-dots-left {
    left: -30px;
  }
  .avyro-dots-right {
    right: -30px;
  }
  .avyro-wd-badge {
    padding: 9px 15px;
    font-size: 11px;
  }
  .avyro-wd-title {
    margin-top: 24px;
    font-size: 39px;
    line-height: 1.08;
    letter-spacing: -1.7px;
  }
  .avyro-wd-description {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.7;
  }
  .avyro-wd-actions {
    flex-direction: column;
    width: 100%;
    margin-top: 27px;
  }
  .avyro-btn-primary,
  .avyro-btn-secondary {
    width: 100%;
  }
  .avyro-wd-features {
    flex-direction: column;
    margin-top: 35px;
  }
  .avyro-feature-card {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .avyro-wd-title {
    font-size: 33px;
  }
  .avyro-wd-description {
    font-size: 14px;
  }
}

/*CLIENT TRUST*/

.client-trust {
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  padding: 32px 0;
  border-top: 1px solid #edf1f7;
  border-bottom: 1px solid #edf1f7;
}

/* Heading */

.client-trust-title {
  margin: 0 0 28px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;

  color: #71809a;
}

.client-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* Moving track */

.client-track {
  display: flex;
  width: max-content;

  animation: clientScroll 25s linear infinite;

  will-change: transform;
}

/* Each complete group */

.client-group {
  display: flex;
  align-items: center;

  flex-shrink: 0;

  gap: 70px;
  padding-right: 70px;
}

/* Individual logo */

.client-logo {
  width: 155px;
  height: 65px;

  flex-shrink: 0;

  display: flex;
  align-items: center;
  justify-content: center;
}

/* Logo image */

.client-logo img {
  display: block;

  max-width: 145px;
  max-height: 55px;

  width: auto;
  height: auto;

  object-fit: contain;

  opacity: 0.65;
  filter: grayscale(100%);

  transition:
    opacity 0.3s ease,
    filter 0.3s ease,
    transform 0.3s ease;
}

/* Hover */

.client-logo:hover img {
  opacity: 1;
  filter: grayscale(0);
  transform: scale(1.06);
}

@keyframes clientScroll {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.client-marquee::before,
.client-marquee::after {
  content: "";

  position: absolute;

  top: 0;
  bottom: 0;

  width: 120px;

  z-index: 5;

  pointer-events: none;
}

.client-marquee::before {
  left: 0;

  background: linear-gradient(90deg, #ffffff 0%, transparent 100%);
}

.client-marquee::after {
  right: 0;

  background: linear-gradient(270deg, #ffffff 0%, transparent 100%);
}

@media (max-width: 991px) {
  .client-group {
    gap: 50px;
    padding-right: 50px;
  }

  .client-logo {
    width: 135px;
    height: 60px;
  }

  .client-logo img {
    max-width: 125px;
    max-height: 50px;
  }
}

@media (max-width: 767px) {
  .client-trust {
    padding: 26px 0;
  }

  .client-trust-title {
    font-size: 10px;
    letter-spacing: 1.5px;
    margin-bottom: 22px;
    padding: 0 20px;
  }

  .client-group {
    gap: 35px;
    padding-right: 35px;
  }

  .client-logo {
    width: 110px;
    height: 50px;
  }

  .client-logo img {
    max-width: 100px;
    max-height: 40px;
  }

  .client-track {
    animation-duration: 20s;
  }

  .client-marquee::before,
  .client-marquee::after {
    width: 45px;
  }
}

@media (max-width: 480px) {
  .client-trust {
    padding: 22px 0;
  }

  .client-trust-title {
    font-size: 9px;
    margin-bottom: 18px;
  }

  .client-group {
    gap: 25px;
    padding-right: 25px;
  }

  .client-logo {
    width: 90px;
    height: 45px;
  }

  .client-logo img {
    max-width: 82px;
    max-height: 35px;
  }

  .client-track {
    animation-duration: 16s;
  }
}

.web-services {
  position: relative;
  padding: 50px 20px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 10% 10%,
      rgba(37, 99, 235, 0.08),
      transparent 30%
    ),
    radial-gradient(
      circle at 90% 80%,
      rgba(59, 130, 246, 0.06),
      transparent 30%
    ),
    #ffffff;
}

.web-services-container {
  max-width: 1200px;
  margin: auto;
}

.web-services-header {
  max-width: 760px;
  margin: 0 auto 65px;
  text-align: center;
}

.web-services-eyebrow {
  display: inline-flex;

  padding: 9px 18px;

  border-radius: 50px;

  background: #eff6ff;

  border: 1px solid #dbeafe;

  color: #2563eb;

  font-size: 12px;
  font-weight: 800;

  letter-spacing: 1.5px;
}

.web-services-header h2 {
  margin: 22px 0 18px;

  font-size: 48px;
  line-height: 1.12;

  font-weight: 800;

  color: #101d3b;
}

.web-services-header h2 span {
  color: #2563eb;
}

.web-services-header p {
  max-width: 680px;

  margin: auto;

  color: #64748b;

  font-size: 17px;

  line-height: 1.8;
}

.web-services-grid {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 24px;
}
.web-service-card {
  position: relative;

  padding: 30px 30px 30px;

  min-height: 300px;

  border: 1px solid #dbe5f3;

  border-radius: 24px;

  background: linear-gradient(145deg, #ffffff 0%, #f8fbff 100%);

  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.05);

  overflow: hidden;

  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease,
    border-color 0.4s ease;
}

.web-service-card::before {
  content: "";

  position: absolute;

  top: -100px;
  right: -100px;

  width: 220px;
  height: 220px;

  border-radius: 50%;

  background: radial-gradient(circle, rgba(37, 99, 235, 0.1), transparent 70%);

  transition: 0.5s ease;
}

.web-service-card:hover {
  transform: translateY(-10px);

  border-color: #93c5fd;

  box-shadow: 0 25px 60px rgba(37, 99, 235, 0.13);
}

.web-service-card:hover::before {
  transform: scale(1.5);
}

.service-number {
  position: absolute;

  top: 22px;
  right: 28px;

  font-size: 50px;

  line-height: 1;

  font-weight: 900;

  color: #eef4fc;
}

.service-icon {
  position: relative;

  width: 58px;
  height: 58px;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 28px;

  border-radius: 16px;

  background: linear-gradient(135deg, #2563eb, #60a5fa);

  color: #ffffff;

  font-size: 22px;

  box-shadow: 0 10px 25px rgba(37, 99, 235, 0.22);
}

.web-service-card h3 {
  position: relative;

  margin: 0 0 15px;

  max-width: 280px;

  color: #102044;

  font-size: 25px;

  line-height: 1.25;

  font-weight: 800;
}

.web-service-card p {
  position: relative;

  margin: 0;

  color: #64748b;

  font-size: 15px;

  line-height: 1.75;
}

.web-service-card ul {
  position: relative;

  margin: 20px 0;

  padding: 0;

  list-style: none;
}

.web-service-card li {
  position: relative;

  padding-left: 21px;

  margin-bottom: 9px;

  color: #334155;

  font-size: 14px;
}

.web-service-card li::before {
  content: "";

  position: absolute;

  left: 0;
  top: 8px;

  width: 7px;
  height: 7px;

  border-radius: 50%;

  background: #2563eb;
}

.service-link {
  position: relative;

  display: inline-flex;

  align-items: center;

  gap: 8px;

  margin-top: 5px;

  color: #2563eb;

  font-size: 14px;

  font-weight: 700;

  text-decoration: none;

  transition: 0.3s ease;
}

.service-link i {
  transition: 0.3s ease;
}

.service-link:hover {
  color: #1d4ed8;
}

.service-link:hover i {
  transform: translateX(5px);
}

@media (max-width: 991px) {
  .web-services {
    padding: 85px 20px;
  }

  .web-services-header h2 {
    font-size: 40px;
  }

  .web-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .web-services {
    padding: 40px 16px;
  }
  .web-services-header {
    margin-bottom: 45px;
  }
  .web-services-header h2 {
    font-size: 32px;
  }
  .web-services-header p {
    font-size: 15px;
    line-height: 1.7;
  }
  .web-services-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .web-service-card {
    min-height: auto;
    padding: 28px 24px;
  }
  .service-number {
    font-size: 42px;
    right: 22px;
  }
  .web-service-card h3 {
    font-size: 23px;
  }
}

@media (max-width: 480px) {
  .web-services-header h2 {
    font-size: 28px;
  }

  .web-services-eyebrow {
    font-size: 10px;
    padding: 8px 14px;
  }

  .web-service-card {
    border-radius: 20px;
  }
}

.tech-stack-section {
  position: relative;
  width: 100%;
  padding: 60px 0 80px;
  background: #ffffff;
  overflow: hidden;
}

.tech-stack-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.tech-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 18px;
  margin-bottom: 22px;
  border: 1px solid #cfe2ff;
  border-radius: 30px;
  background: linear-gradient(135deg, #eff6ff, #f8fbff);
  color: #1769ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
}

.tech-stack-container h2 {
  margin: 0;
  color: #10234d;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 800;
}

.tech-stack-container h2 span {
  color: #1769ff;
}

.tech-intro {
  max-width: 680px;
  margin: 22px auto 65px;
  color: #566b91;
  font-size: 17px;
  line-height: 1.8;
}

.tech-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 18px 0;
}

.tech-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 65px;
  animation: techScroll 35s linear infinite;
}

.tech-marquee-reverse .tech-track {
  animation: techScrollReverse 38s linear infinite;
}

.tech-marquee:hover .tech-track {
  animation-play-state: paused;
}

.tech-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 175px;
  color: #263957;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}

.tech-item i {
  display: flex;
  align-items: center;

  justify-content: center;

  width: 42px;

  height: 42px;

  font-size: 38px;
}

.tech-item span {
  font-weight: 500;
}

@keyframes techScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes techScrollReverse {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

.tech-stack-section::before,
.tech-stack-section::after {
  content: "";
  position: absolute;
  top: 160px;
  bottom: 0;
  width: 100px;
  z-index: 3;
  pointer-events: none;
}

.tech-stack-section::before {
  left: 0;

  background: linear-gradient(to right, #fff, transparent);
}

.tech-stack-section::after {
  right: 0;

  background: linear-gradient(to left, #fff, transparent);
}

@media (max-width: 991px) {
  .tech-stack-section {
    padding: 75px 0 80px;
  }

  .tech-stack-container h2 {
    font-size: 36px;
  }

  .tech-intro {
    margin-bottom: 50px;

    font-size: 16px;
  }

  .tech-track {
    gap: 45px;

    animation-duration: 30s;
  }

  .tech-item {
    min-width: 155px;

    gap: 14px;

    font-size: 15px;
  }

  .tech-item i {
    font-size: 34px;

    width: 38px;

    height: 38px;
  }
}

@media (max-width: 767px) {
  .tech-stack-section {
    padding: 40px 0 70px;
  }

  .tech-stack-container {
    padding: 0 18px;
  }

  .tech-eyebrow {
    font-size: 10px;

    padding: 8px 14px;

    margin-bottom: 18px;
  }

  .tech-stack-container h2 {
    font-size: 30px;

    line-height: 1.25;
  }

  .tech-intro {
    font-size: 15px;

    line-height: 1.7;

    margin: 18px auto 42px;
  }

  .tech-track {
    gap: 32px;

    animation-duration: 25s;
  }

  .tech-item {
    min-width: 140px;

    gap: 11px;

    font-size: 14px;
  }

  .tech-item i {
    width: 34px;

    height: 34px;

    font-size: 30px;
  }

  .tech-stack-section::before,
  .tech-stack-section::after {
    width: 45px;
  }
}

@media (max-width: 575px) {
  .tech-stack-section {
    padding: 55px 0 60px;
  }

  .tech-stack-container h2 {
    font-size: 27px;
  }

  .tech-intro {
    font-size: 14px;

    margin-bottom: 35px;
  }

  .tech-track {
    gap: 28px;
  }

  .tech-item {
    min-width: 125px;

    font-size: 13px;
  }

  .tech-item i {
    font-size: 27px;

    width: 30px;

    height: 30px;
  }
}

@media (max-width: 400px) {
  .tech-stack-container h2 {
    font-size: 24px;
  }

  .tech-eyebrow {
    font-size: 9px;
  }

  .tech-intro {
    font-size: 13px;
  }

  .tech-track {
    gap: 24px;
  }

  .tech-item {
    min-width: 115px;

    font-size: 12px;

    gap: 9px;
  }

  .tech-item i {
    font-size: 24px;

    width: 27px;

    height: 27px;
  }
}

.dk-process {
  position: relative;

  padding: 10px 0;

  overflow: hidden;

  background:
    radial-gradient(circle at 8% 15%, rgba(37, 99, 235, 0.1), transparent 28%),
    radial-gradient(
      circle at 90% 85%,
      rgba(14, 165, 233, 0.08),
      transparent 30%
    ),
    #f7faff;
}

.dk-process-container {
  width: 92%;

  max-width: 1250px;

  margin: 0 auto;

  display: grid;

  grid-template-columns: 0.85fr 1.35fr;

  gap: 85px;

  align-items: center;
}

.dk-process-intro {
  position: relative;
}

.dk-process-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 15px;

  border: 1px solid #cfe1ff;

  border-radius: 50px;

  background: rgba(255, 255, 255, 0.75);

  color: #1769ff;

  font-size: 11px;

  font-weight: 800;

  letter-spacing: 1.2px;
}

.dk-process-label::before {
  content: "";

  width: 7px;

  height: 7px;

  border-radius: 50%;

  background: #1769ff;

  box-shadow: 0 0 0 5px rgba(23, 105, 255, 0.1);
}

.dk-process-intro h2 {
  max-width: 500px;

  margin: 25px 0 22px;

  color: #102348;

  font-size: 48px;

  line-height: 1.12;

  letter-spacing: -1.5px;

  font-weight: 800;
}

.dk-process-intro h2 span {
  color: #1769ff;
}

.dk-process-intro > p {
  max-width: 500px;

  margin: 0;

  color: #5c6f91;

  font-size: 16px;

  line-height: 1.8;
}

.dk-process-btn {
  display: inline-flex;

  align-items: center;

  gap: 12px;

  margin-top: 32px;

  padding: 15px 22px;

  border-radius: 12px;

  background: linear-gradient(135deg, #1264e8, #318cff);

  color: #fff;

  text-decoration: none;

  font-size: 14px;

  font-weight: 700;

  box-shadow: 0 12px 28px rgba(23, 105, 255, 0.2);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.dk-process-btn:hover {
  color: #fff;

  transform: translateY(-3px);

  box-shadow: 0 18px 35px rgba(23, 105, 255, 0.28);
}

.dk-process-btn i {
  font-size: 13px;
}

.dk-process-note {
  display: flex;

  align-items: center;

  gap: 9px;

  margin-top: 22px;

  color: #637595;

  font-size: 13px;
}

.dk-process-note i {
  color: #1769ff;
}

.dk-process-list {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 18px;
}

.dk-process-card {
  position: relative;

  min-height: 285px;

  padding: 25px;

  overflow: hidden;

  border: 1px solid #dce8fa;

  border-radius: 22px;

  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.98),
    rgba(245, 249, 255, 0.95)
  );

  box-shadow: 0 10px 35px rgba(28, 72, 135, 0.06);

  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

/* Decorative glow */

.dk-process-card::before {
  content: "";

  position: absolute;

  width: 130px;

  height: 130px;

  top: -65px;

  right: -65px;

  border-radius: 50%;

  background: rgba(37, 99, 235, 0.08);

  transition: transform 0.4s ease;
}

.dk-process-card:hover {
  transform: translateY(-7px);

  border-color: #a9caff;

  box-shadow: 0 22px 45px rgba(28, 72, 135, 0.12);
}

.dk-process-card:hover::before {
  transform: scale(1.8);
}

.dk-process-card-top {
  display: flex;

  align-items: center;

  justify-content: space-between;

  margin-bottom: 28px;
}

.dk-process-count {
  color: #c4d5ee;

  font-size: 34px;

  line-height: 1;

  font-weight: 800;

  letter-spacing: -1px;
}

.dk-process-card-icon {
  display: flex;

  align-items: center;

  justify-content: center;

  width: 50px;

  height: 50px;

  border-radius: 14px;

  background: linear-gradient(135deg, #e9f3ff, #dbeaff);

  color: #1769ff;

  font-size: 20px;

  transition:
    transform 0.35s ease,
    background 0.35s ease;
}

.dk-process-card:hover .dk-process-card-icon {
  transform: rotate(-6deg) scale(1.08);

  background: linear-gradient(135deg, #1769ff, #4a9aff);

  color: #fff;
}

.dk-process-small {
  color: #1769ff;

  font-size: 10px;

  font-weight: 800;

  letter-spacing: 1.1px;
}

.dk-process-card h3 {
  margin: 8px 0 12px;

  color: #14284e;

  font-size: 21px;

  line-height: 1.25;

  font-weight: 800;
}

.dk-process-card p {
  margin: 0;

  color: #607292;

  font-size: 14px;

  line-height: 1.7;
}

.dk-process-arrow {
  position: absolute;

  right: 22px;

  bottom: 20px;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 31px;

  height: 31px;

  border-radius: 50%;

  background: #edf4ff;

  color: #1769ff;

  font-size: 11px;

  transition:
    transform 0.3s ease,
    background 0.3s ease;
}

.dk-process-card:hover .dk-process-arrow {
  transform: translateX(5px);

  background: #1769ff;

  color: #fff;
}

@media (max-width: 1100px) {
  .dk-process-container {
    grid-template-columns: 1fr;

    gap: 55px;
  }

  .dk-process-intro {
    text-align: center;
  }

  .dk-process-intro h2,
  .dk-process-intro > p {
    margin-left: auto;

    margin-right: auto;
  }

  .dk-process-note {
    justify-content: center;
  }

  .dk-process-list {
    max-width: 850px;

    width: 100%;

    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  .dk-process {
    padding: 90px 0;
  }

  .dk-process-intro h2 {
    font-size: 42px;
  }

  .dk-process-list {
    gap: 16px;
  }

  .dk-process-card {
    min-height: 275px;

    padding: 22px;
  }
}

@media (max-width: 767px) {
  .dk-process {
    padding: 60px 0;
  }

  .dk-process-container {
    width: 90%;

    gap: 42px;
  }

  .dk-process-intro h2 {
    font-size: 34px;

    line-height: 1.2;

    letter-spacing: -0.8px;
  }

  .dk-process-intro > p {
    font-size: 15px;

    line-height: 1.75;
  }

  .dk-process-list {
    grid-template-columns: 1fr;

    gap: 16px;
  }

  .dk-process-card {
    min-height: auto;

    padding: 22px;
  }

  .dk-process-card-top {
    margin-bottom: 22px;
  }

  .dk-process-card h3 {
    font-size: 20px;
  }

  .dk-process-card p {
    padding-right: 15px;

    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .dk-process {
    padding: 65px 0;
  }

  .dk-process-intro h2 {
    font-size: 30px;
  }

  .dk-process-label {
    font-size: 9px;

    padding: 8px 13px;
  }

  .dk-process-intro > p {
    font-size: 14px;
  }

  .dk-process-card {
    border-radius: 18px;

    padding: 20px;
  }

  .dk-process-count {
    font-size: 29px;
  }

  .dk-process-card-icon {
    width: 46px;

    height: 46px;

    font-size: 18px;
  }

  .dk-process-card h3 {
    font-size: 19px;
  }

  .dk-process-card p {
    font-size: 13.5px;

    line-height: 1.65;
  }
}

@media (max-width: 400px) {
  .dk-process-container {
    width: 92%;
  }

  .dk-process-intro h2 {
    font-size: 27px;
  }

  .dk-process-btn {
    width: 100%;

    justify-content: center;
  }

  .dk-process-card {
    padding: 18px;
  }
}
.reviews-section {
  position: relative;
  padding: 110px 20px;
  overflow: hidden;

  background:
    radial-gradient(circle at 8% 20%, rgba(37, 99, 235, 0.08), transparent 30%),
    radial-gradient(
      circle at 92% 80%,
      rgba(59, 130, 246, 0.07),
      transparent 30%
    ),
    #f7faff;
}

/* Background Glow */

.reviews-section::before {
  content: "";
  position: absolute;

  width: 420px;
  height: 420px;

  top: -220px;
  left: -180px;

  background: rgba(37, 99, 235, 0.07);

  filter: blur(90px);
  border-radius: 50%;

  pointer-events: none;
}

.reviews-section::after {
  content: "";
  position: absolute;

  width: 360px;
  height: 360px;

  right: -180px;
  bottom: -180px;

  background: rgba(59, 130, 246, 0.08);

  filter: blur(90px);
  border-radius: 50%;

  pointer-events: none;
}

.reviews-container {
  position: relative;
  z-index: 2;

  width: 100%;
  max-width: 1200px;

  margin: 0 auto;
}

.reviews-heading {
  max-width: 850px;

  margin: 0 auto 65px;

  text-align: center;
}

.reviews-label {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  padding: 9px 18px;

  border: 1px solid rgba(37, 99, 235, 0.18);

  border-radius: 50px;

  background: rgba(239, 246, 255, 0.85);

  color: #1769ff;

  font-size: 12px;
  font-weight: 800;

  letter-spacing: 1.3px;

  margin-bottom: 20px;
}

.reviews-heading h2 {
  margin: 0;

  color: #142447;

  font-size: 46px;
  line-height: 1.15;

  font-weight: 800;

  letter-spacing: -1.5px;
}

.reviews-heading h2 span {
  color: #8bd72a;
}

.reviews-heading p {
  max-width: 680px;

  margin: 20px auto 0;

  color: #64748b;

  font-size: 17px;
  line-height: 1.8;
}
.reviews-grid {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 24px;
}
.review-card {
  position: relative;

  min-height: 335px;

  padding: 32px;

  display: flex;
  flex-direction: column;

  justify-content: space-between;

  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.96),
    rgba(248, 251, 255, 0.92)
  );

  border: 1px solid #dce7f7;

  border-radius: 22px;

  box-shadow: 0 15px 40px rgba(20, 55, 100, 0.06);

  overflow: hidden;

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

/* Top Gradient Line */

.review-card::before {
  content: "";

  position: absolute;

  top: 0;
  left: 0;

  width: 0;
  height: 3px;

  background: linear-gradient(90deg, #1769ff, #55a7ff);

  transition: width 0.4s ease;
}

.review-card:hover::before {
  width: 100%;
}

.review-card:hover {
  transform: translateY(-8px);

  border-color: #c5dcff;

  box-shadow: 0 25px 55px rgba(37, 99, 235, 0.12);
}
.featured-review {
  background: linear-gradient(145deg, #ffffff 0%, #f0f6ff 100%);

  border-color: #cbdfff;

  transform: translateY(-10px);

  box-shadow: 0 20px 50px rgba(37, 99, 235, 0.09);
}

.featured-review:hover {
  transform: translateY(-18px);
}
.review-top {
  display: flex;

  align-items: center;
  justify-content: space-between;

  margin-bottom: 24px;
}

.review-stars {
  color: #f4b84a;

  font-size: 16px;

  letter-spacing: 2px;
}

.review-number {
  color: #dce8f8;

  font-size: 34px;

  line-height: 1;

  font-weight: 800;
}

.review-text {
  margin: 0;

  color: #536582;

  font-size: 15px;

  line-height: 1.85;

  flex: 1;
}

.review-author {
  display: flex;

  align-items: center;

  gap: 13px;

  margin-top: 28px;
}

.author-avatar {
  width: 46px;
  height: 46px;

  flex-shrink: 0;

  display: flex;

  align-items: center;
  justify-content: center;

  border-radius: 50%;

  color: #fff;

  font-size: 17px;
  font-weight: 800;

  background: linear-gradient(135deg, #1769ff, #55a7ff);

  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.22);
}

.review-author h4 {
  margin: 0 0 3px;

  color: #172b4d;

  font-size: 14px;

  font-weight: 800;
}

.review-author span {
  color: #94a3b8;

  font-size: 12px;
}

.reviews-cta {
  display: flex;

  align-items: center;
  justify-content: center;

  gap: 25px;

  margin-top: 55px;

  padding: 22px 28px;

  border-radius: 18px;

  background: linear-gradient(
    100deg,
    rgba(239, 246, 255, 0.95),
    rgba(255, 255, 255, 0.95)
  );

  border: 1px solid #dce8f8;
}

.reviews-cta p {
  margin: 0;

  color: #475b78;

  font-size: 15px;
}

.reviews-btn {
  display: inline-flex;

  align-items: center;

  justify-content: center;

  gap: 10px;

  padding: 13px 21px;

  color: #fff;

  text-decoration: none;

  font-size: 14px;
  font-weight: 700;

  border-radius: 11px;

  background: linear-gradient(135deg, #1769ff, #3189ff);

  box-shadow: 0 10px 25px rgba(37, 99, 235, 0.2);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.reviews-btn:hover {
  transform: translateY(-3px);

  box-shadow: 0 15px 30px rgba(37, 99, 235, 0.3);
}

.reviews-btn i {
  transition: transform 0.3s ease;
}

.reviews-btn:hover i {
  transform: translateX(5px);
}

@media (max-width: 991px) {
  .reviews-section {
    padding: 90px 20px;
  }

  .reviews-heading h2 {
    font-size: 40px;
  }

  .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .featured-review {
    transform: none;
  }

  .featured-review:hover {
    transform: translateY(-8px);
  }
}

@media (max-width: 767px) {
  .reviews-section {
    padding: 75px 16px;
  }

  .reviews-heading {
    margin-bottom: 42px;
  }

  .reviews-heading h2 {
    font-size: 32px;

    line-height: 1.2;

    letter-spacing: -0.8px;
  }

  .reviews-heading p {
    font-size: 15px;

    line-height: 1.7;
  }

  .reviews-grid {
    grid-template-columns: 1fr;

    gap: 18px;
  }

  .review-card {
    min-height: auto;

    padding: 25px;

    border-radius: 18px;
  }

  .featured-review {
    transform: none;
  }

  .featured-review:hover {
    transform: translateY(-7px);
  }

  .review-text {
    font-size: 14px;

    line-height: 1.75;
  }

  .review-number {
    font-size: 28px;
  }

  .reviews-cta {
    flex-direction: column;

    text-align: center;

    gap: 15px;

    margin-top: 38px;
  }
}

@media (max-width: 480px) {
  .reviews-section {
    padding: 65px 14px;
  }

  .reviews-heading h2 {
    font-size: 28px;
  }

  .reviews-label {
    padding: 8px 14px;

    font-size: 10px;

    letter-spacing: 1px;
  }

  .reviews-heading p {
    font-size: 14px;
  }

  .review-card {
    padding: 22px;
  }

  .review-stars {
    font-size: 14px;
  }

  .review-number {
    font-size: 25px;
  }

  .review-author {
    margin-top: 22px;
  }

  .reviews-cta {
    padding: 20px 16px;
  }

  .reviews-cta p {
    font-size: 14px;
  }

  .reviews-btn {
    width: 100%;
  }
}

.faq-section {
  position: relative;
  padding: 120px 20px;
  background:
    radial-gradient(
      circle at 10% 20%,
      rgba(37, 99, 235, 0.08),
      transparent 30%
    ),
    radial-gradient(
      circle at 90% 80%,
      rgba(59, 130, 246, 0.07),
      transparent 30%
    ),
    #f8fbff;
  overflow: hidden;
}

.faq-container {
  max-width: 1200px;
  margin: auto;

  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 80px;
  align-items: start;
}

.faq-intro {
  position: sticky;
  top: 100px;
}

.faq-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 9px 16px;

  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 50px;

  background: rgba(255, 255, 255, 0.75);

  color: #1769e8;

  font-size: 12px;
  font-weight: 800;

  letter-spacing: 1px;
}

.faq-label i {
  font-size: 12px;
}

.faq-intro h2 {
  margin: 25px 0 20px;

  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.05;

  color: #13264b;

  letter-spacing: -2px;
}

.faq-intro h2 span {
  display: block;

  background: linear-gradient(90deg, #1468e8, #3b8cff);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.faq-intro > p {
  max-width: 470px;

  color: #60708f;

  font-size: 16px;
  line-height: 1.8;

  margin-bottom: 35px;
}

.faq-contact-box {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px;

  padding: 20px;

  background: #ffffff;

  border: 1px solid #e2eaf5;

  border-radius: 18px;

  box-shadow: 0 15px 45px rgba(25, 70, 130, 0.07);
}

.faq-contact-icon {
  width: 48px;
  height: 48px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 14px;

  background: linear-gradient(135deg, #e9f3ff, #dceaff);

  color: #1769e8;

  font-size: 19px;
}

.faq-contact-box strong {
  display: block;

  color: #172b52;

  font-size: 15px;
}

.faq-contact-box span {
  display: block;

  margin-top: 4px;

  color: #7a89a3;

  font-size: 13px;
}

.faq-contact-box a {
  grid-column: 2;

  width: fit-content;

  color: #1769e8;

  font-size: 14px;
  font-weight: 700;

  text-decoration: none;

  transition: 0.3s;
}

.faq-contact-box a:hover {
  transform: translateX(4px);
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-item {
  background: rgba(255, 255, 255, 0.9);

  border: 1px solid #dfe8f5;

  border-radius: 18px;

  overflow: hidden;

  transition: 0.35s ease;
}

.faq-item:hover {
  border-color: #b9d3fa;

  box-shadow: 0 15px 35px rgba(25, 90, 180, 0.07);
}

/* ACTIVE */

.faq-item.active {
  border-color: #2878ed;

  box-shadow: 0 18px 45px rgba(30, 100, 220, 0.1);
}

/* QUESTION */

.faq-question {
  width: 100%;

  border: none;
  outline: none;

  background: transparent;

  padding: 23px 25px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  text-align: left;

  cursor: pointer;

  color: #172b52;

  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
}

.faq-question span {
  display: flex;
  align-items: center;
  gap: 18px;
}

.faq-question b {
  color: #1769e8;

  font-size: 12px;

  min-width: 25px;
}

.faq-question i {
  width: 32px;
  height: 32px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #edf5ff;

  color: #1769e8;

  font-size: 12px;

  transition: 0.35s ease;
}

/* ACTIVE ICON */

.faq-item.active .faq-question i {
  transform: rotate(45deg);

  background: #1769e8;

  color: #ffffff;
}

/* ANSWER */

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;

  transition: grid-template-rows 0.4s ease;
}

.faq-answer p {
  overflow: hidden;

  margin: 0;
  padding: 0 25px;

  color: #687995;

  font-size: 14px;
  line-height: 1.8;
}

.faq-item.active .faq-answer {
  grid-template-rows: 1fr;
}

.faq-item.active .faq-answer p {
  padding-bottom: 24px;
}

@media (max-width: 991px) {
  .faq-section {
    padding: 90px 20px;
  }

  .faq-container {
    grid-template-columns: 1fr;

    gap: 50px;
  }

  .faq-intro {
    position: static;

    text-align: center;
  }

  .faq-intro > p {
    margin-left: auto;
    margin-right: auto;
  }

  .faq-contact-box {
    max-width: 500px;
    margin: auto;

    text-align: left;
  }
}

@media (max-width: 767px) {
  .faq-section {
    padding: 40px 16px;
  }

  .faq-container {
    gap: 40px;
  }

  .faq-intro h2 {
    font-size: 38px;
    letter-spacing: -1.2px;
  }

  .faq-intro > p {
    font-size: 15px;
    line-height: 1.7;
  }

  .faq-question {
    padding: 19px 17px;

    font-size: 14px;
  }

  .faq-question span {
    gap: 10px;
  }

  .faq-question b {
    min-width: 22px;
  }

  .faq-question i {
    width: 28px;
    height: 28px;

    flex-shrink: 0;
  }

  .faq-answer p {
    padding-left: 17px;
    padding-right: 17px;

    font-size: 13px;
  }

  .faq-item.active .faq-answer p {
    padding-bottom: 19px;
  }
}

@media (max-width: 480px) {
  .faq-intro h2 {
    font-size: 32px;
  }

  .faq-label {
    font-size: 10px;
    padding: 8px 12px;
  }

  .faq-contact-box {
    padding: 16px;
  }

  .faq-contact-icon {
    width: 42px;
    height: 42px;
  }

  .faq-question {
    padding: 17px 14px;
  }

  .faq-question span {
    line-height: 1.45;
  }
}
