/* ==========================================================================
   AARMEH SERVICE PAGE STYLESHEET (service.css)
   ========================================================================== */

@font-face {
  font-family: 'goldplayalternateregular';
  src: url('../fonts/goldplayalternateregular.eot');
  src: url('../fonts/goldplayalternateregular.eot') format('embedded-opentype'),
    url('../fonts/goldplayalternateregular.woff2') format('woff2'),
    url('../fonts/goldplayalternateregular.woff') format('woff'),
    url('../fonts/goldplayalternateregular.ttf') format('truetype'),
    url('../fonts/goldplayalternateregular.svg#goldplayalternateregular') format('svg');
}


@font-face {
  font-family: "GoldplayAlt-Medium";
  src:
    url("../fonts/GoldplayAlt-Medium.woff2") format("woff2"),
    url("../fonts/GoldplayAlt-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GoldplayAlt-SemiBold";
  src:
    url("../fonts/GoldplayAlt-SemiBold.woff2") format("woff2"),
    url("../fonts/GoldplayAlt-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Goldplay Alt';
  src: url('../fonts/GoldplayAlt-Regular.woff2') format('woff2'),
    url('../fonts/GoldplayAlt-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



@font-face {
  font-family: "Goldplay-Light";
  src:
    url("../fonts/Goldplay-LightIt.woff2") format("woff2"),
    url("../fonts/Goldplay-LightIt.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}



:root {
  --color-bg: papayawhip;
  --color-bg-accent: #ecdcc0;
  --size: clamp(10rem, 1rem + 40vmin, 30rem);
  --gap: calc(var(--size) / 14);
  --duration-port: 150s;
  --duration-port-main: 12s;
  --scroll-start-port: 0;
  --scroll-end-port: calc(-100% - var(--gap));
  --start-port: 0;
  --end-port: calc(-100% - var(--gap));
  --cyan: #00ffe5;
  --distance-arrow: 18px;
  --duration-btn: 2.2s;
  --accent: #3b82f6;
  --ok: #10b981;
  --text: #0f172a;
  --muted: #64748b;
}


/* Main Page Container */
.service-page-wrapper {
  position: relative;
  max-width: 1920px;
  margin: auto;
}

/* Hero Section Base */
.svc-hero-section {
  position: relative;
  padding-top: 150px;
  padding-bottom: 90px;
  background-color: #070B14;
  background-image: url(https://techugocoms3.s3.ap-south-1.amazonaws.com/uploads/2026/08/6a73324012079.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.svc-hero-left {
  padding-right: 40px;
}

/* Hero Title */
.svc-hero-title {
  font-size: 68px;
  line-height: 1.2;
  color: #FFFFFF;
  margin-bottom: 24px;
  letter-spacing: -0.5px;
  font-family: "GoldplayAlt-Medium";
}

.svc-hero-title .highlight-blue {
  color: #1FFFE0;
}

/* Hero Description */
.svc-hero-desc {
  font-size: 22px;
  line-height: 1.7;
  color: #F6F6F6;
  max-width: 100%;
  margin-bottom: 35px;
  font-weight: 400;
}

/* Get Quote Button */
.svc-hero-btn-wrap {
  margin-bottom: 50px;
}

.svc-btn-quote {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #1FFFE0;
  color: #000000 !important;
  font-family: 'goldplayalternateregular';
  font-size: 16px;
  font-weight: 700;
  padding: 14px 34px;
  border-radius: 50px;
  text-decoration: none !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
}

.svc-btn-quote:hover {
  background-color: #1FFFE0;
  transform: translateY(-2px);
  color: #FFFFFF !important;
}

.svc-btn-quote i {
  font-size: 16px;
}

/* Rating Badges Row */
.svc-ratings-badge-box img {
  width: 100%;
}


/* Right Column: Inquiry Form Card */
.svc-form-card {
  background: #1A1F2E66;
  border-radius: 28px;
  padding: 0px;
  box-shadow: 0px 1.51px 30.2px 1.51px #FFFFFF05 inset;
  border: 1.51px solid #E8EAFB1A;
  backdrop-filter: blur(3px);
  color: #1E293B;
  position: relative;
}

.svc-form-card .conversation-form-content{
  margin: 0px;
  background: transparent;
}

.svc-form-card .conversation-form-content.ppcpg .form-submit{
 background: #1FFFE0;
 border: 1px solid #1FFFE0;
 color: #000000;
  font-family: "GoldplayAlt-Medium";
}
.svc-form-card .conversation-form-content.ppcpg .form-submit img{
  display: none;
}

.svc-form-group {
  margin-bottom: 22px;
  position: relative;
}

.svc-form-group label {
  display: block;
  font-family: 'goldplayalternateregular';
  font-size: 13px;
  font-weight: 700;
  color: #1E293B;
  margin-bottom: 6px;
}

.svc-input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #CBD5E1;
  padding: 8px 0 10px 0;
  font-size: 14px;
  color: #0F172A;
  font-weight: 500;
  transition: border-color 0.3s ease;
}

.svc-input:focus {
  outline: none;
  border-bottom-color: #1FFFE0;
}

.svc-input::placeholder {
  color: #94A3B8;
  font-weight: 400;
}

.svc-input-captcha {
  text-align: left;
  letter-spacing: 1px;
}

/* File Upload Field */
.svc-file-upload-wrapper {
  position: relative;
  width: 100%;
}

.svc-file-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.svc-file-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #CBD5E1;
  padding: 8px 0 10px 0;
  margin-bottom: 0;
  cursor: pointer;
  width: 100%;
}

.svc-file-label .file-txt {
  font-size: 13px;
  color: #94A3B8;
  font-weight: 400;
}

.svc-file-label .upload-icon {
  color: #1FFFE0;
  font-size: 15px;
}

/* Send Inquiry Button */
.svc-btn-submit {
  width: 100%;
  background-color: #1FFFE0;
  color: #000000 !important;
  font-family: 'goldplayalternateregular';
  font-size: 16px;
  font-weight: 700;
  padding: 15px;
  border-radius: 50px;
  border: none;
  margin-top: 10px;
  box-shadow: 0 8px 20px rgba(32, 135, 240, 0.35);
  transition: all 0.3s ease;
  cursor: pointer;
}

.svc-btn-submit:hover {
  transform: translateY(-1px);
}


/* Project Marquee Section Start Here */
.funded-by-section .funder-head-bcx {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: center;
}

.funded-by-section {
  padding: 80px 0;
  background: #ffffff;
  overflow: hidden;
}

.funded-title {
  font-size: 50px;
  color: #003c40;
  text-transform: capitalize;
  font-family: "GoldplayAlt-Medium";
  font-weight: 600;
}

.marquee-wrapper {
  position: relative;
  width: 100vw;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.marquee-row {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
}

.marquee-wrapper::before,
.marquee-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 150px;
  z-index: 2;
  pointer-events: none;
}

.marquee-wrapper::before {
  left: 0;
  background: linear-gradient(to right, #ffffff, transparent);
}

.marquee-wrapper::after {
  right: 0;
  background: linear-gradient(to left, #ffffff, transparent);
}

.marquee-track {
  display: flex;
  min-width: max-content;
  will-change: transform;
}

.marquee-group {
  display: flex;
  gap: 5px;
  align-items: center;
  /* same as gap to maintain spacing between groups */
  min-width: max-content;
}

.marquee-group img {
  height: 75%;
}

/* Animations */
@keyframes marquee-left {
  from {
    transform: translateX(calc(-100% / 3));
  }

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

@keyframes marquee-right {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(calc(-100% / 3));
  }
}

.track-left {
  animation: marquee-left 40s linear infinite;
}

.track-right {
  animation: marquee-right 40s linear infinite;
}


/* Project Marquee Section Ends Here */

/* ==========================================================================
   SERVICE STATICS SECTION (staitcs-section)
   ========================================================================== */
.staitcs-section {
  padding: 80px 0;
  background-color: #070B14;
}

.statics-banner-wrap {
  position: relative;
  border-radius: 36px;
  overflow: hidden;
  padding: 60px 60px 45px 60px;
  background-color: #0B132B;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

/* Background Video */
.statics-banner-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* Dimming Overlay for Video readability */
.statics-banner-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(7, 11, 20, 0.75) 0%, rgba(7, 11, 20, 0.88) 100%);
  z-index: 2;
}

/* Content Container on top of Video */
.static-content-bcx {
  position: relative;
  z-index: 3;
  color: #FFFFFF;
}

.statics-title {
  font-family: "GoldplayAlt-Medium";
  font-size: 38px;
  font-weight: 800;
  line-height: 1.2;
  color: #FFFFFF;
  text-align: center;
  margin: 0px auto 20px;
}

.statics-title .text-blue {
  color: #1FFFE0;
}

.statics-desc {
  font-family: 'goldplayalternateregular';
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
  text-align: center;
  margin-bottom: 50px;
}

/* Stat Grid */
.statics-grid-row {
  margin: 50px 0px;
}

.statics-item {
  margin-bottom: 50px;
  text-align: center;
}

.statics-item:nth-child(4),
.statics-item:nth-child(5),
.statics-item:nth-child(6) {
  margin-bottom: 0;
}

.stat-number {
  font-family: "GoldplayAlt-Medium";
  font-size: 52px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: -1px;
}

.stat-label {
  font-family: 'goldplayalternateregular';
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.4;
  margin: 0 auto;
}

/* Send Inquiry Button */
.statics-btn-wrap {
  margin-top: 15px;
}

.statics-btn-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #1FFFE0;
  color: #000000 !important;
  font-family: 'goldplayalternateregular';
  font-size: 15px;
  font-weight: 700;
  padding: 13px 46px;
  border-radius: 50px;
  text-decoration: none !important;
  transition: all 0.3s ease;
  border: none;
}

.statics-btn-submit:hover {
  transform: translateY(-2px);
}

/* ==========================================================================
   CROSS-PLATFORM SERVICES GRID SECTION (svc-grid-section)
   ========================================================================== */
.svc-grid-section {
  padding: 80px 0;
  background-color: #070B14;
  color: #FFFFFF;
}

.svc-services-title {
  font-family: "GoldplayAlt-Medium";
  font-size: 60px;
  font-weight: 500;
  line-height: 1.25;
  color: #FFFFFF;
}

.svc-services-title .text-blue {
  color: #1FFFE0;
}

.svc-services-desc {
  font-family: 'goldplayalternateregular';
  font-size: 24px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
  margin-bottom: 0;
}

.svc-btn-get-app {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #1FFFE0;
  color: #000000 !important;
  font-family: 'goldplayalternateregular';
  font-size: 15px;
  font-weight: 700;
  padding: 13px 32px;
  border-radius: 50px;
  text-decoration: none !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
}

.svc-btn-get-app:hover {
  transform: translateY(-2px);
}

/* White Grid Cards */
.svc-grid-card {
  background: #1A1F2E66;
  border: 1px solid #44485533;
  border-radius: 28px;
  backdrop-filter: blur(18.1174259185791px);
  padding: 30px 30px;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}



/* Animated Blue Top Line on Hover (Left to Right) */
/* .svc-grid-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #1FFFE0;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.svc-grid-card:hover::before {
  width: 100%;
} */

.svc-grid-card:hover {
  transform: translateY(-8px);
  background: #1FFFE0;
}

.svc-grid-card:hover .svc-grid-card-title {
  color: #000000;
}

.svc-grid-card:hover .svc-grid-card-desc {
  color: #000000;
}

.svc-grid-card:hover .svc-grid-card-desc {
  color: #000000;
}


.svc-grid-card-title {
  font-family: "GoldplayAlt-SemiBold";
  font-size: 30px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 18px;
  line-height: 1.35;
}

.svc-grid-card-title a{
  color: #fff;
  text-decoration: underline;
}

.svc-emg-card:hover .svc-grid-card-title a{
  color: #000000;
}

.svc-grid-card-desc {
  font-family: 'goldplayalternateregular';
  font-size: 20px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0;
  font-weight: 400;
}

/* ==========================================================================
   STICKY CROSS-PLATFORM SERVICES SECTION (svc-sticky-section)
   ========================================================================== */
.svc-sticky-section {
  padding: 80px 0;
  background-color: #070B14;
  color: #FFFFFF;
  position: relative;
}

.svc-sticky-left-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  align-self: flex-start;
}

.svc-sticky-title {
  font-family: "GoldplayAlt-Medium";
  font-size: 36px;
  font-weight: 800;
  line-height: 1.25;
  color: #FFFFFF;
  letter-spacing: -0.5px;
  margin-bottom: 24px;
}

.svc-sticky-title .text-blue {
  color: #1FFFE0;
}

.svc-sticky-desc {
  font-family: 'goldplayalternateregular';
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
  margin-bottom: 32px;
}

/* Right Column Card Stack */
.svc-sticky-cards-stack {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.svc-sticky-card {
  background: #1A1F2E66;
  border: 1px solid #44485533;
  backdrop-filter: blur(18.1174259185791px);
  border-radius: 24px;
  padding: 38px 32px;
  position: relative;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Animated Blue Top Line on Hover or Active Card */
/* .svc-sticky-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #1FFFE0;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.svc-sticky-card:hover::before,
.svc-sticky-card.active::before {
  width: 100%;
} */

.svc-sticky-card:hover,
.svc-sticky-card.active {
  background: #1FFFE0;
  border-color: #1FFFE0;
  color: #000000;
}


.svc-sticky-card:hover .svc-grid-card-title{
  color: #000000;
}

.svc-sticky-card:hover .svc-grid-card-desc{
  color: #000000;
}



.svc-sticky-card-title {
  font-family: "GoldplayAlt-SemiBold";
  font-size: 20px;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 16px;
  line-height: 1.35;
  transition: color 0.35s ease;
}

.svc-sticky-card:hover .svc-sticky-card-title,
.svc-sticky-card.active .svc-sticky-card-title {
  color: #0F172A;
}

.svc-sticky-card-desc {
  font-family: 'goldplayalternateregular';
  font-size: 18px;
  line-height: 1.7;
  color: #E2E2E2;
  margin-bottom: 0;
  font-weight: 400;
  transition: color 0.35s ease;
}

.svc-sticky-card:hover .svc-sticky-card-desc,
.svc-sticky-card.active .svc-sticky-card-desc {
  color: #475569;
}

/* ==========================================================================
   OUR WORK CAROUSEL SECTION (svc-work-section)
   ========================================================================== */
.svc-work-section {
  padding: 80px 0px 80px 0px;
  background: #000E21;
  color: #FFFFFF;
}

.svc-work-title {
  font-family: "GoldplayAlt-Medium";
  color: #FFFFFF;
  margin-bottom: 12px;
}

.svc-work-title span {
  color: #1FFFE0;
}

.svc-work-desc {
  font-family: 'goldplayalternateregular';
  font-size: 15px;
  line-height: 1.7;
  color: #94A3B8;
  max-width: 580px;
  margin-bottom: 0;
}

.svc-btn-see-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #1FFFE0;
  color: #000000 !important;
  font-family: 'goldplayalternateregular';
  font-size: 15px;
  font-weight: 700;
  padding: 12px 30px;
  border-radius: 50px;
  text-decoration: none !important;
  transition: all 0.3s ease;
  border: none;
}

.svc-btn-see-more:hover {
  transform: translateY(-2px);
}

/* Card Styling */
.svc-work-card {
  position: relative;
  border-radius: 28px;
  /* overflow: hidden; */
  /* background: #0B132B;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4); */
  /* aspect-ratio: 1 / 1; */
}

.svc-work-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Floating Bottom Right Action Button */
.svc-work-action-btn {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #1FFFE0;
  color: #000000 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
  z-index: 5;
  text-decoration: none !important;
}

/* Infinite 360 deg Arrow Rotation Animation */
@keyframes rotate360 {
  0% {
    transform: rotate(0deg);
  }

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

.svc-work-action-btn img,
.svc-work-action-btn i {
  animation: rotate360 4s linear infinite;
  display: inline-block;
  transform-origin: center center;
}

/* Stop/Pause rotation when user hovers the arrow button */
.svc-work-action-btn:hover img,
.svc-work-action-btn:hover i {
  animation-play-state: paused;
}

/* Custom SVG Navigation Buttons */
.choose-nav-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.choose-nav-wrap .nav-btn {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.choose-nav-wrap .nav-btn:hover {
  transform: scale(1.1);
}

.choose-nav-wrap .nav-btn:focus {
  outline: none;
}

.choose-nav-wrap .nav-btn svg {
  display: block;
  width: 40px;
  height: 29px;
}

.choose-nav-wrap .nav-btn svg path {
  transition: fill 0.3s ease, opacity 0.3s ease;
}

/* Hover and Click (active/focus) state for Prev Button SVG */
.choose-nav-wrap .prev-btn:hover svg path,
.choose-nav-wrap .prev-btn:active svg path,
.choose-nav-wrap .prev-btn:focus svg path {
  fill: #1FFFE0 !important;
  opacity: 1 !important;
}

/* ==========================================================================
   TOOLS AND FRAMEWORKS SECTION (svc-tools-section)
   ========================================================================== */
.svc-tools-section {
  padding: 80px 0px 80px 0px;
  background-color: #070B14;
  color: #FFFFFF;
}

.svc-tools-title {
  font-family: "GoldplayAlt-Medium";
  /* font-size: 36px;
  font-weight: 800; */
  line-height: 1.25;
  color: #FFFFFF;
  letter-spacing: -0.5px;
}

.svc-tools-title .text-blue {
  color: #1FFFE0;
}

.svc-tools-desc {
  font-family: 'goldplayalternateregular';
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
  margin-bottom: 0;
}

/* Horizontal Tabs Nav */
.svc-tabs-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 4px;

  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: #1FFFE0 transparent;
}

/* Chrome, Safari, Edge */
.svc-tabs-wrapper::-webkit-scrollbar,
.svc-tools-pills::-webkit-scrollbar,
.svc-tools-tabs::-webkit-scrollbar {
  width: 0;
  height: 4px;
}

.svc-tabs-wrapper::-webkit-scrollbar-track,
.svc-tools-pills::-webkit-scrollbar-track,
.svc-tools-tabs::-webkit-scrollbar-track {
  background: transparent;
}

.svc-tabs-wrapper::-webkit-scrollbar-thumb,
.svc-tools-pills::-webkit-scrollbar-thumb,
.svc-tools-tabs::-webkit-scrollbar-thumb {
  background: #1FFFE0;
  border-radius: 10px;
}

.svc-tools-pills,
.svc-tools-tabs {
 display: flex;
    flex-wrap: wrap;
    gap: 14px;
    border-bottom: none;
    /* scrollbar-width: none; */
    -ms-overflow-style: none;
    justify-content: center;
}

.svc-tools-pills .nav-item,
.svc-tools-tabs .nav-item {
  white-space: nowrap;
}

.svc-tools-pills .nav-link,
.svc-tools-tabs .nav-link {
  background: transparent;
  border: 1px solid #606060;
  color: #606060;
  font-size: 20px;
  font-family: "GoldplayAlt-Medium";
  padding: 15px 24px;
  border-radius: 50px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.svc-tools-pills .nav-link:hover,
.svc-tools-tabs .nav-link:hover {
  opacity: 0.95;
}

.svc-tools-pills .nav-link.active,
.svc-tools-tabs .nav-link.active {
  background-color: #1FFFE0 !important;
  color: #000000 !important;
  border-color: #1FFFE0 !important;
}

/* White Card Container */
.svc-tools-card {
  background: #FFFFFF;
  border-radius: 32px;
  padding: 40px 48px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  margin-top: 24px;
}

.svc-tab-heading {
  font-family: "GoldplayAlt-Medium";
  font-size: 20px;
  font-weight: 800;
  color: #0F172A;
  margin-bottom: 35px;
}

/* Technology Icons Grid */
.svc-tech-grid {
text-align: center;
}
.svc-tech-grid img{
text-align: center;
/*width: 100%;*/
}

 

/* ==========================================================================
   EMERGING TECHNOLOGIES SECTION (svc-emg-section)
   ========================================================================== */
.svc-emg-section {
  padding: 80px 0;
  background-color: #070B14;
  color: #FFFFFF;
}

.svc-emg-badge {
  display: inline-block;
  background: rgba(32, 135, 240, 0.12);
  border: 1px solid rgba(32, 135, 240, 0.35);
  color: #94A3B8;
  font-family: 'goldplayalternateregular';
  font-size: 13px;
  font-weight: 600;
  padding: 6px 20px;
  border-radius: 50px;
  letter-spacing: 0.2px;
}

.svc-emg-title {
  font-family: "GoldplayAlt-Medium";

  line-height: 1.25;
  color: #FFFFFF;
  letter-spacing: -0.5px;
}

.svc-emg-title .text-blue {
  color: #1FFFE0;
}

.svc-emg-desc {
  font-family: 'goldplayalternateregular';
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
  margin-bottom: 0;
}

/* 6 Grid Cards */
.svc-emg-card {
  background: #1A1F2E66;
  border: 1px solid #44485533;
  border-radius: 28px;
  backdrop-filter: blur(18.1174259185791px);
  padding: 30px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  /* align-items: center; */
  text-align: center;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}


.svc-emg-card:hover {
  transform: translateY(-6px);
  background: #1FFFE0;
}

.svc-emg-card:hover .svc-grid-card-title {
  color: #000000;
}

.svc-emg-card:hover .svc-grid-card-desc {
  color: #000000;
}

.svc-emg-card-title {
  font-family: "GoldplayAlt-SemiBold";
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 16px;
  line-height: 1.3;
}

.svc-emg-card-desc {
  font-family: 'goldplayalternateregular';
  font-size: 13.5px;
  line-height: 1.65;
  color: #64748B;
  margin-bottom: 0;
  font-weight: 400;
}

/* ==========================================================================
   GLOBAL INDUSTRIES SECTION (svc-ind-section)
   ========================================================================== */
.svc-ind-section {
  padding: 80px 0;
  background-color: #070B14;
  color: #FFFFFF;
}

.svc-ind-title {
  font-family: "GoldplayAlt-Medium";
  font-size: 36px;
  font-weight: 800;
  line-height: 1.25;
  color: #FFFFFF;
  letter-spacing: -0.5px;
}

.svc-ind-title .text-blue {
  color: #1FFFE0;
}

.svc-ind-desc {
  font-family: 'goldplayalternateregular';
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
  margin-bottom: 0;
}

/* Dark Navy Grid Cards */
.svc-ind-card {
  background: #1A1F2E66;
  border: 1px solid #44485533;
  backdrop-filter: blur(18.1174259185791px);
  border-radius: 20px;
  padding: 30px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.svc-ind-card:hover {
  transform: translateY(-6px);
  border-color: #1FFFE0;
}

.svc-ind-card-title {
  font-family: "GoldplayAlt-Medium";

  color: #FFFFFF;
  margin-bottom: 16px;
  line-height: 1.3;
}

.svc-ind-card-desc {
  font-family: 'goldplayalternateregular';

  line-height: 1.65;
  color: #FFFFFF;
  margin-bottom: 0;
  font-weight: 400;
}

/* ==========================================================================
   WHY CHOOSE US SECTION (svc-why-section)
   ========================================================================== */
.svc-why-section {
  padding: 80px 0;
  background: #00121059;
  color: #FFFFFF;
}


.svc-why-title .text-blue {
  color: #1FFFE0;
}



/* Carousel Wrapper & White Cards */
.svc-why-carousel-wrap {
  position: relative;
  padding: 15px 0 25px 0;
}

.svc-why-carousel-wrap .svc-why-slider .owl-stage {
  display: flex;
  height: 100%;
}

.svc-why-carousel-wrap .svc-why-slider .owl-stage .owl-item {
  display: flex;
  /* height: 100%; */
}


.svc-why-card {
  background: #1A1F2E66;
  border: 1px solid #44485533;
  backdrop-filter: blur(18.1174259185791px);
  border-radius: 20px;
  padding: 42px 34px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
  border: none;
  height: 100%;
  /* min-height: 340px; */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.svc-why-card-title {
  font-family: "GoldplayAlt-Medium";
  font-size: 20px;
  font-weight: 800;
  color: #0F172A;
  margin-bottom: 16px;
  line-height: 1.35;
  text-align: left;
}

.svc-why-card-desc {
  font-family: 'goldplayalternateregular';
  font-size: 14px;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 0;
  text-align: left;
  font-weight: 400;
}

/* ==========================================================================
   SCALABLE CROSS-PLATFORM SOLUTIONS SECTION (svc-solutions-section)
   ========================================================================== */
.svc-solutions-section {
  padding: 80px 0;
  background-color: #070B14;
  color: #FFFFFF;
}

.svc-solutions-title {
  font-family: "GoldplayAlt-Medium";
  font-size: 36px;
  font-weight: 800;
  line-height: 1.25;
  color: #FFFFFF;
  letter-spacing: -0.5px;
}

.svc-solutions-title .text-blue {
  color: #1FFFE0;
}

.svc-solutions-desc {
  font-family: 'goldplayalternateregular';
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
  margin-bottom: 0;
}

/* Carousel Wrapper & White Cards */
.svc-solutions-carousel-wrap {
  position: relative;
  padding: 15px 0 25px 0;
}

.svc-solutions-card {
  background: #FFFFFF;
  border-radius: 28px;
  padding: 42px 34px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
  border: none;
  height: 100%;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.svc-solutions-card-title {
  font-family: "GoldplayAlt-Medium";
  font-size: 20px;
  font-weight: 800;
  color: #0F172A;
  margin-bottom: 16px;
  line-height: 1.35;
  text-align: left;
}

.svc-solutions-card-desc {
  font-family: 'goldplayalternateregular';
  font-size: 14px;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 0;
  text-align: left;
  font-weight: 400;
}

/* ==========================================================================
   CHECKLIST FEATURES SECTION (svc-checklist-section)
   ========================================================================== */
.svc-checklist-section {
  padding: 80px 0;
  background-color: #070B14;
  color: #FFFFFF;
}

.svc-list-title {
  font-family: "GoldplayAlt-Medium";
  font-size: 36px;
  font-weight: 800;
  line-height: 1.25;
  color: #FFFFFF;
  letter-spacing: -0.5px;
}

.svc-list-title .text-blue {
  color: #1FFFE0;
}

.svc-list-desc {
  font-family: 'goldplayalternateregular';
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
  margin-bottom: 0;
}

/* 4-Column Checklist Grid */
.svc-checklist-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 20px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.svc-check-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.svc-check-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.svc-check-text {
  font-family: "GoldplayAlt-Medium";
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.3;
  margin-bottom: 0;
}

/* ==========================================================================
   CTA BANNER SECTION (svc-cta-banner-section)
   ========================================================================== */
.svc-cta-banner-section {
  padding: 100px 0;
  background: url(../images/service-img/cta-bg.webp)no-repeat;
  background-size: auto;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.svc-cta-banner-content {
  max-width: 960px;
  margin: 0 auto;
}

.svc-cta-banner-title {
  font-family: "GoldplayAlt-Medium";
  font-size: 36px;
  font-weight: 800;
  line-height: 1.25;
  color: #FFFFFF;
  letter-spacing: -0.5px;
  margin-bottom: 24px;
}

.svc-cta-banner-title .text-blue {
  color: #1FFFE0;
}

.svc-cta-banner-desc-wrap {
  position: relative;
  max-width: 760px;
  margin: 0 auto 36px auto;
}

.svc-cta-banner-desc {
  font-family: 'goldplayalternateregular';
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
  margin-bottom: 0;
}

/* White Pill CTA Button */
.svc-btn-get-app-white {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #FFFFFF;
  color: #0F172A;
  font-family: "GoldplayAlt-Medium";
  font-size: 15px;
  font-weight: 700;
  padding: 14px 38px;
  border-radius: 50px;
  text-decoration: none !important;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.svc-btn-get-app-white:hover {
  background-color: #1FFFE0;
  color: #000000;
  transform: translateY(-3px);
}

.svc-btn-get-app-white i {
  font-size: 14px;
  transition: transform 0.3s ease;
}

.svc-btn-get-app-white:hover i {
  transform: translate(2px, -2px);
}

/* ==========================================================================
   FREQUENTLY ASKED QUESTIONS SECTION (svc-faq-section)
   ========================================================================== */
.service-page-wrapper .faq-section.aarmehfaq {
  padding: 80px 0px;
}


.service-page-wrapper .faq-content-wrap{
  position: sticky;
  top: 100px;
}

.service-page-wrapper .faq-section.aarmehfaq h2{
  text-align: left;
  display: block;
}

.service-page-wrapper .faq-section.aarmehfaq .heading-bwlow{
  text-align: left;
}

.service-page-wrapper .common-btn-bx a{
background:#1FFFE0;
border-color:#1FFFE0;
color: #000000;
}

.service-page-wrapper .voice-cliets-desi .comp-nm{
  color:#1FFFE0;
}


.service-page-wrapper .quick-ans-quesbbx{
  text-align: left;
}

.service-page-wrapper .quick-ans-quesbbx .quick-ans-ques{
  text-align: left;
}



.service-page-wrapper .faq-section.aarmehfaq h2.faqhead {
  font-family: 'goldplayalternateregular';
}

.service-page-wrapper .faq-section.aarmehfaq h2 span {
  color: #1FFFE0;
  margin: 0 12px;
}

.service-page-wrapper .faqsection .btn-link {
  padding-left: 0px;
  font-family: "GoldplayAlt-SemiBold";
}

.service-page-wrapper .faq-section.aarmehfaq .faqsection .card-body p {
  padding: 0 20px;
  font-family: 'goldplayalternateregular';
}

/* ==========================================================================
   RESPONSIVE STYLES
   ========================================================================== */
@media (max-width:1820px) {

  .svc-grid-card-desc,
  .svc-hero-desc {
    font-size: 19px;
  }

  .svc-tools-pills .nav-link,
  .svc-tools-tabs .nav-link {
    font-size: 19px;
  }

  .stat-number {
    font-size: 50px;
  }

  .svc-grid-card-title {
    font-size: 28px;
  }

  .svc-services-title,
  .svc-hero-title {
    font-size: 68px;
  }

  .svc-services-desc {
    font-size: 22px;
  }
}

@media (max-width:1680px) {
  .svc-work-action-btn {
    width: 90px;
    height: 90px;
  }

  .svc-tools-pills .nav-link,
  .svc-tools-tabs .nav-link {
    font-size: 18px;
  }

  .stat-number {
    font-size: 48px;
  }

  .svc-grid-card-desc,
  .svc-hero-desc {
    font-size: 18px;
  }

  .svc-grid-card-title {
    font-size: 26px;
  }

  .svc-services-title,
  .svc-hero-title {
    font-size: 63px;
  }

  .svc-services-desc {
    font-size: 20px;
  }
}

@media (max-width:1540px) {
  .svc-why-carousel-wrap {
    padding: 15px 0px 25px 50px;
  }


  .svc-tools-pills .nav-link,
  .svc-tools-tabs .nav-link {
    font-size: 17px;
    padding: 14px 25px;
  }

  .stat-number {
    font-size: 46px;
  }

  .svc-grid-card-desc,
  .svc-hero-desc {
    font-size: 17px;
  }

  .svc-grid-card-title {
    font-size: 24px;
  }

  .svc-services-title,
  .svc-hero-title {
    font-size: 58px;
  }

  .svc-services-desc {
    font-size: 19px;
  }

  .stat-label {
    font-size: 17px;
  }
}



@media (max-width:1480px) {

  .svc-tools-pills .nav-link,
  .svc-tools-tabs .nav-link {
    font-size: 16px;
    padding: 12px 22px;
  }

  .svc-work-action-btn {
    width: 80px;
    height: 80px;
  }

  .stat-label {
    font-size: 16px;
  }

  .stat-number {
    font-size: 44px;
  }

  .svc-grid-card-title {
    font-size: 22px;
  }

  .svc-grid-card-desc,
  .svc-hero-desc {
    font-size: 16px;
  }

  .svc-services-title,
  .svc-hero-title {
    font-size: 55px;
  }

  .svc-grid-section,
  .staitcs-section,
  .svc-why-section,
  .svc-sticky-section,
  .service-page-wrapper .faq-section.aarmehfaq {
    padding: 60px 0px;
  }

  .svc-cta-banner-section {
    padding: 80px 0px;
  }

  .svc-tools-section {
    padding: 60px 0px 60px 0px;
  }

  .svc-work-section {
    padding: 60px 0px 60px 0px;
  }

  .svc-services-desc {
    font-size: 18px;
  }

  .svc-grid-card {
    padding: 30px 30px;
  }
}

@media (max-width:1380px) {

  .svc-services-title,
  .svc-hero-title {
    font-size: 50px;
  }

  .svc-services-desc {
    font-size: 16px;
  }

  .svc-grid-card-title {
    font-size: 20px;
  }

  .svc-grid-card {
    padding: 25px 25px;
  }

  .svc-grid-card-desc,
  .svc-hero-desc {
    font-size: 15px;
  }

  /* .svc-grid-section,
  .staitcs-section {
    padding: 50px 0px;
  } */

  .statics-banner-wrap {
    padding: 40px 40px 45px 40px;
  }

  .svc-grid-section,
  .staitcs-section,
  .svc-why-section,
  .svc-sticky-section,
  .service-page-wrapper .faq-section.aarmehfaq {
    padding: 50px 0px;
  }

  .svc-cta-banner-section {
    padding: 70px 0px;
  }

  .svc-tools-section {
    padding: 50px 0px 50px 0px;
  }

  .svc-work-section {
    padding: 50px 0px 50px 0px;
  }

}


@media (max-width: 1199px) {
  .svc-hero-title {
    font-size: 50px;
  }

  .svc-form-card {
    padding: 30px 32px;
  }

  .statics-banner-wrap {
    padding: 50px 40px 45px 40px;
  }

  .statics-title,
  .svc-services-title,
  .svc-sticky-title,
  .svc-work-title,
  .svc-tools-title,
  .svc-emg-title,
  .svc-ind-title,
  .svc-why-title,
  .svc-solutions-title,
  .svc-list-title,
  .svc-cta-banner-title,
  .svc-faq-title {
    font-size: 32px;
  }

  .stat-number {
    font-size: 44px;
  }

  .svc-grid-section,
  .svc-sticky-section,
  .svc-work-section,
  .svc-tools-section,
  .svc-emg-section,
  .svc-ind-section,
  .svc-why-section,
  .svc-solutions-section,
  .svc-checklist-section,
  .svc-cta-banner-section,
  .svc-faq-section {
    padding: 50px 0;
  }

  .svc-grid-card {
    padding: 30px 24px;
  }

  .svc-checklist-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 16px;
  }
}

@media (max-width: 991px) {
  .svc-tools-pills,
.svc-tools-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 14px;
  border-bottom: none;
  scrollbar-width: 2px;
  -ms-overflow-style: none;
}

.svc-tabs-wrapper {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 4px;

  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: #1FFFE0 transparent;
}

  .svc-hero-section {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .svc-tech-grid img{
    width: 100%;
  }

  .svc-hero-left {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .svc-hero-title {
    font-size: 34px;
  }

  .svc-hero-desc {
    max-width: 100%;
  }

  .svc-ratings-badge-box {
    justify-content: space-around;
  }

  .staitcs-section,
  .svc-grid-section,
  .svc-sticky-section,
  .svc-work-section,
  .svc-tools-section,
  .svc-emg-section,
  .svc-ind-section,
  .svc-why-section,
  .svc-solutions-section,
  .svc-checklist-section,
  .svc-cta-banner-section,
  .svc-faq-section {
    padding: 40px 0;
  }

  .statics-banner-wrap {
    padding: 40px 30px 30px 30px;
    border-radius: 28px;
  }

  .statics-title,
  .svc-services-title,
  .svc-sticky-title,
  .svc-work-title,
  .svc-tools-title,
  .svc-emg-title,
  .svc-ind-title,
  .svc-why-title,
  .svc-solutions-title,
  .svc-list-title,
  .svc-cta-banner-title,
  .svc-faq-title {
    font-size: 28px;
  }

  .statics-desc,
  .svc-services-desc,
  .svc-sticky-desc,
  .svc-work-desc,
  .svc-tools-desc,
  .svc-emg-desc,
  .svc-ind-desc,
  .svc-why-desc,
  .svc-solutions-desc,
  .svc-list-desc,
  .svc-cta-banner-desc {
    font-size: 14px;
  }

  .stat-number {
    font-size: 38px;
  }

  .stat-label {
    font-size: 13px;
  }

  .svc-sticky-left-wrap {
    position: static;
    top: auto;
  }

  .svc-grid-card-title,
  .svc-tab-heading,
  .svc-sticky-card-title,
  .svc-emg-card-title,
  .svc-ind-card-title,
  .svc-why-card-title,
  .svc-solutions-card-title {
    font-size: 18px;
  }

  .svc-sticky-card,
  .svc-emg-card,
  .svc-ind-card,
  .svc-why-card,
  .svc-solutions-card,
  .svc-faq-card {
    padding: 22px 24px;
    border-radius: 18px;
  }

  .svc-why-carousel-wrap,
  .svc-solutions-carousel-wrap {
    padding: 15px 0 25px 0;
  }

  .svc-checklist-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 16px;
    margin-top: 35px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .statics-banner-wrap {
    padding: 30px 20px 25px 20px;
    border-radius: 20px;
  }

  .statics-title,
  .svc-services-title,
  .svc-sticky-title,
  .svc-work-title,
  .svc-tools-title,
  .svc-emg-title,
  .svc-ind-title,
  .svc-why-title,
  .svc-solutions-title,
  .svc-list-title,
  .svc-cta-banner-title,
  .svc-faq-title {
    font-size: 24px;
  }

  .statics-desc,
  .svc-services-desc,
  .svc-sticky-desc,
  .svc-work-desc,
  .svc-tools-desc,
  .svc-emg-desc,
  .svc-ind-desc,
  .svc-why-desc,
  .svc-solutions-desc,
  .svc-list-desc,
  .svc-cta-banner-desc {
    font-size: 13.5px;
    line-height: 1.6;
  }

  .stat-number {
    font-size: 32px;
    margin-bottom: 6px;
  }

  .stat-label {
    font-size: 12px;
    max-width: 100%;
  }

  .statics-item {
    margin-bottom: 20px;
  }

  .statics-btn-submit {
    width: 100%;
    max-width: 280px;
    padding: 12px 30px;
  }

  .staitcs-section,
  .svc-grid-section,
  .svc-sticky-section,
  .svc-work-section,
  .svc-tools-section,
  .svc-emg-section,
  .svc-ind-section,
  .svc-why-section,
  .svc-solutions-section,
  .svc-checklist-section,
  .svc-cta-banner-section,
  .svc-faq-section {
    padding: 50px 0;
  }

  .svc-grid-card,
  .svc-sticky-card,
  .svc-work-card {
    padding: 26px 20px;
    border-radius: 20px;
  }

  .svc-emg-card,
  .svc-ind-card,
  .svc-why-card,
  .svc-solutions-card,
  .svc-faq-card {
    padding: 18px 20px;
    border-radius: 16px;
  }

  .svc-grid-card-title,
  .svc-tab-heading,
  .svc-sticky-card-title,
  .svc-emg-card-title,
  .svc-ind-card-title,
  .svc-why-card-title,
  .svc-solutions-card-title {
    font-size: 17px;
  }

  .svc-grid-card-desc,
  .svc-sticky-card-desc,
  .svc-emg-card-desc,
  .svc-ind-card-desc,
  .svc-why-card-desc,
  .svc-solutions-card-desc {
    font-size: 14px;
  }

  .svc-work-action-btn {
    width:60px;
    height: 60px;
           bottom: 35px;
        right: 35px;
  }
}

@media (max-width: 575px) {
  .svc-hero-title {
    font-size: 28px;
  }

  .svc-hero-desc {
    font-size: 14px;
  }

  .svc-form-card {
    padding: 24px 20px;
    border-radius: 20px;
  }

  .svc-ratings-badge-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 20px;
  }

  .svc-rating-divider {
    display: none;
  }

  .svc-checklist-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 14px;
    margin-top: 25px;
    margin-bottom: 30px;
  }
}