* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background-color: #ffff;
}

:root {
  --custom-primary: #6366F1;
  --custom-secondary: #9CA7BC;
  --carban-blue: #0D1322;
  --Z-blue: #070B14;
  /* --heading-gradient:linear-gradient(90deg, #2563EB 0%, #3B82F6 35%, #4F7CFF 65%, #6366F1 100%); */
  --heading-gradient:linear-gradient(106.37deg, #00D4FF 0%, #0EA5E9 25%, #3B82F6 50%, #3783ff 75%, #2562c5 100%);
  --heading-grd-second:linear-gradient(106.37deg, #3B82F6 0%, #3B82F6 25%, #5b56f8 50%, #3783ff 75%, #6b57e2 100%);
  --heading-grd-third:linear-gradient(106.37deg, #3B82F6 50%, #6b57e2 88%,#6b57e2 87% );
  --card-bg: #0F1526;
  --card-bg-soft: #10192E;
  --card-border: rgba(255, 255, 255, 0.08);
  --card-border-hover: rgba(99, 102, 241, 0.5);
  --brand-gradient: linear-gradient(90deg, #00D4FF 0%, #0EA5E9 35%, #2196F3 70%, #3B82F6 100%);
  --pointer-clr:linear-gradient(135deg, #00D4FF 0%, #0EA5E9 25%, #3B82F6 50%, #6366F1 75%, #8B5CF6 100%);
  /* --gradient-bg:; */
  --tag-fintech: #60A5FA;
  --tag-healthtech: #34D399;
  --tag-ecommerce: #FB7185;
  --check-blue: #38BDF8;
  --skydark-600:#22D3EE;
  --font-family: "Plus Jakarta Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-family);
    font-weight: 800;
    color: #fff;
}

h1{font-size: 68px;}
h2{font-size: 52px;}
h3{font-size: 48px;}
h4{font-size: 46px;}
h5{font-size: 44px;}
h6{font-size:35px;}
p{
    font-family: var(--font-family);
    font-weight: 400;
    color: var(--custom-secondary);
}
/* Font Sizes */
.f-10{font-size: 10px;}

.f-12{font-size: 12px;}

.f-14 {
    font-size: 14px !important;
}

.f-16 {
    font-size: 16px;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}

.f-24 {
    font-size: 24px;
}

.f-30 {
    font-size: 30px;
}

.f-36 {
    font-size: 36px;
}

.f-44 {
    font-size: 44px;
}

/* Font Weights */
.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

/* Responsive */
@media (max-width: 768px) {

    .f-30 {
        font-size: 28px;
    }

    .f-20 {
        font-size: 18px;
    }

    .f-16 {
        font-size: 15px;
    }

    h1{font-size: 52px;}
    h2{font-size: 48px;}
    h3{font-size: 40px;}
    h4{font-size: 35px;}
    h5{font-size: 28px;}
    h6{font-size:25px;}
}

@media (max-width: 576px) {
    .hero-section {
        min-height: 100%;
    }

    .f-30 {
        font-size: 25px;
    }

    .f-20 {
        font-size: 16px;
    }

    .f-16 {
        font-size: 14px;
    }

    h1{font-size: 36px;}
    h2{font-size: 30px;}
    h3{font-size: 28px;}
    h4{font-size: 25px;}
    h5{font-size: 23px;}
    h6{font-size:22px;}
}

/* Line Heights */
.lh-14 {
    line-height: 1.4;
}

.lh-16 {
    line-height: 1.6;
}

.lh-18 {
    line-height: 1.8;
}

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


.pera-font-14 p {
    font-size: 14px;
}

.pera-font-20 p {
    font-size: 20px;
}


.pera-font-24 p {
    font-size: 24px;
}

/* Text Colors */

.text-blk {
    color: #111111;
}

.heading-grd-second{
    background: var(--heading-grd-second);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.heading-grd-third{
    background: var(--heading-grd-third);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.carban-blue{background-color: var(--carban-blue);}

.Z-blue{background-color: var(--Z-blue);}

.btn-book-consultation {
    background: linear-gradient(102.3deg, #00D4FF 0%, #0EA5E9 25%, #3B82F6 50%, #6366F1 75%, #8B5CF6 100%);
    border: none;
    border-radius: 14px;
    align-content: center;
    padding: 12px 20px;
    font-size: 15px;
    font-weight: 700;
    color: white;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.btn-book-consultation:hover {
    box-shadow: 0 0px 9px rgb(255 255 255);
    color: white !important;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-50 {
    padding-top: 50px;
}

.charging-icon{border: 1px solid #D2E8B9; align-content: center; text-align: center; width:50px; height:50px; border-radius: 12px;}

.w-24{width:24px; height:24px;}
.w-120{width: 120px; height:120px;}
.w-12{width:12.5px; height:12.5px;}

/* --- Hero and layout additions --- */

.brand-logo{width: 122px; height: 43.18;}

.site-header {
    /* background: rgba(7,11,20,0.94); */
    background: #1b1f29;
    backdrop-filter: blur(16px);
    z-index: 9999;
    border-bottom: 1px solid rgba(255,255,255,0.04);
}

header nav .navbar-brand:first-child {
    display: none !important;
}

.site-header .navbar-collapse ul li.active a{
    color: #6e45de;
}

.site-header .navbar-collapse ul li {
    font-size: 16px;
    font-weight: 500;
}

body.menu-open {
    overflow: hidden;
}

.navbar .navbar-brand img {
    width: 128px;
}

.custom-toggler {
    border: none;
    background: transparent;
    color: #fff;
    font-size: 22px;
}

.menu-icon, .close-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.nav-search-icon {
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
    transition: color .3s ease;
}

.nav-search-icon:hover {
    color: #aaff00;
}

.navbar .nav-link { color: #9CA7BC;  }
.navbar .nav-link.active { color: var(--custom-primary); }

.nav-search-wrap {
    width: 100%;
}

.nav-search-form {
    width: 100%;
    position: relative;
    max-width: 350px;
}

.nav-search-input {
    width: 100%;
    padding-right: 90px;
    border-radius: 8px;
    background: rgba(255,255,255,0.95);
    border: 1px solid rgba(255,255,255,0.8);
    color: #111;
}

.nav-search-input:focus {
    box-shadow: 0 0 0 0.2rem rgba(124,179,66,0.25);
}

.btn-search-submit,
.btn-close-search {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    color: #111;
    padding: 8px;
}

.btn-search-submit {
    right: 40px;
}

.btn-close-search {
    right: 10px;
}

/* form contact us */

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    color: #fff;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #fff;
}

/* end */

/* ==========================================================================
   App Flow — Page Sections (Hero, Trusted-By, Features, Process,
   Case Studies, Testimonials, Blog, CTA, Footer)
   ========================================================================== */


/* section { position: relative; } */

.section-pad { padding: 110px 0; }
.section-pad-sm { padding: 70px 0; }

.gradient-text {
  background: var(--heading-gradient);
 -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.eyebrow-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 16px;
    border-radius: 30px;
    border: 1px solid #6366F140;
    background: #6366F11A;
    color: #9CA7BC;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.eyebrow-badge .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--pointer-clr);
  display: inline-block;
}

.section-head p{
    max-width: 620px;
}

/* Buttons */
.btn-outline-soft {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.02);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s ease;
}
.btn-outline-soft:hover {
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}
.btn-outline-soft i, .btn-book-consultation i { transition: transform .25s ease; font-size: 12px; }
.btn-outline-soft:hover i, .btn-book-consultation:hover i { transform: translateX(3px); }

/* ---------------- Hero ---------------- */
.hero-section {
  padding: 60px 0 60px;
  overflow: hidden;
  background:radial-gradient(16% 24% at 91% 72%, rgb(89 142 171 / 16%) 0%, rgba(99, 102, 241, 0) 70%), radial-gradient(45% 45% at 10% 33%, rgb(67 70 185 / 25%) 0%, rgba(14, 165, 233, 0) 70%), var(--Z-blue);
}

/* .hero-copy .check-list {
  row-gap: 12px;
} */

.check-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #9CA7BC;
  font-size: 16px;
}
.check-item img { min-width:12.5px; min-height:12.5px; }

.hero-visual {
  position: relative;
  min-height: 460px;
}

.hero-visual img.hero-mockup-img {
  width: 100%;
  max-width: 650px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  border-radius: 28px;
}

.hero-visual .glow-orb {
  position: absolute;
  width: 320px;
  height: 320px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(99,102,241,0.28) 0%, rgba(99,102,241,0) 70%);
  z-index: 0;
  border-radius: 50%;
}

.float-card {
  position: absolute;
  z-index: 3;
  background: #111827AD;
  border: 1px solid #FFFFFF14;
  border-radius: 16px;
  padding: 14px 16px;
  box-shadow: 0px 20px 48px 0px #00000073;
  backdrop-filter: blur(16px);
  animation: floatY 5s ease-in-out infinite;
}

@keyframes floatY {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.float-card.card-analytics { top: 4%; left: 0%; width: 160px; animation-delay: .2s; }
.float-card.card-launch { top: 6%; right: -4%; width: 186px; animation-delay: 1s; }
.float-card.card-rating { bottom:16%; left: 0%; width: 154px; animation-delay: .6s; }
.float-card.card-projects { bottom: 10%; right: -2%; width: 175px; animation-delay: 1.4s; }

.float-card .fc-label {
  font-size: 11px;
  color: var(--custom-secondary);
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight:600;
  margin-bottom: 4px;
}
.float-card .fc-value {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
}
.float-card .mini-bars {
  width:124px;
  height:31px;
}

.float-card .stars i { color: #F59E0B; font-size: 10px; }

.float-card.card-projects .proj-row {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: #9CA7BC;
  margin-bottom: 6px;
}
.float-card.card-projects .proj-row b{font-weight:400;}
.float-card.card-projects .proj-bar {
  height: 4px;
  border-radius: 2px;
  background: rgba(255,255,255,0.08);
  margin-bottom: 10px;
  overflow: hidden;
}
.float-card.card-projects .proj-bar span {
  display: block;
  height: 100%;
  background: var(--brand-gradient);
  border-radius: 2px;
}

.float-card.card-projects .proj-bar:nth-child(3) span{
    width:85%;
}

.float-card.card-projects .proj-bar:nth-child(5) span{
    width:62%;
}

.float-card.card-projects .proj-bar:nth-child(7) span{
    width:91%;
}

/* ---------------- Trusted By / Logo Marquee ---------------- */
.trusted-section {
  background: var(--carban-blue);
  /* padding: 60px 0 60px; */
  text-align: center;
}

.logo-marquee-wrap {
  margin-top: 45px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}

.logo-marquee-wrap .swiper-wrapper {
  transition-timing-function: linear !important;
}

.logo-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 26px;
  border-radius: 10px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  color: var(--custom-secondary);
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
}
/* for-beginner */
.for-beginner-card {
  position: relative;
  background: #111827;
  border: 1px solid #FFFFFF12;
  border-radius: 28px;
  padding: 44px 40px;
  box-shadow: 0 28px 80px rgba(7, 15, 42, 0.28);
  overflow: hidden;
}

.for-beginner-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px; /* Border thickness */
  background: linear-gradient(
    90.09deg,
    #00D4FF 0%,
    #0EA5E9 25%,
    #3B82F6 50%,
    #6366F1 75%,
    #8B5CF6 100%
  );
}

/* .for-beginner .btn-book-consultation{
    width:100%;
} */

.for-beginner-card h2 {
  font-size:40px;
  line-height: 1.05;
  margin-bottom: 18px;
}

.for-beginner-card p strong{
  font-weight: 400;
  color:#4f96ff;
}


@media (max-width: 992px) {
  .for-beginner-card {
    flex-direction: column;
    text-align: center;
    padding: 34px 28px;
  }

  .for-beginner-card h2 {
    font-size:36px;
  }
}

/* ---------------- Feature Cards ---------------- */
.feature-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 18px;
  padding: 28px;
  height: 100%;
  transition: all .3s ease;
}
.feature-card:hover {
  border-color: var(--card-border-hover);
  transform: translateY(-4px);
}
.feature-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: rgba(99, 102, 241, 0.12);
  border: 1px solid rgba(99, 102, 241, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #A5B4FC;
  font-size: 18px;
  margin-bottom: 18px;
}
.feature-card h5 { font-size: 18px; margin-bottom: 10px; }
.feature-card p { font-size: 14px; margin-bottom: 0; }

/* ---------------- Process Timeline ---------------- */
.process-section { background: var(--Z-blue); }

.process-track {
  position: relative;
  margin-top: 60px;
}
.process-track::before {
  content: "";
  position: absolute;
  top: 45px;
  left: 4%;
  right: 4%;
  height: 1px;
  background: linear-gradient(90deg, rgba(99,102,241,0), rgba(99,102,241,0.5) 15%, rgba(99,102,241,0.5) 85%, rgba(99,102,241,0));
  z-index: 0;
}
.process-step {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 10px;
}
.process-circle {
  width: 48px;
  height: 48px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00D4FF 0%, #6366F1 50%, #8B5CF6 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 14px;
  box-shadow: 0px 0px 24px 0px #6366F166;
}
.process-step h6 { color: #fff; font-size: 16px; font-weight: 700; margin-bottom: 8px; }
.process-step p { font-size: 13px; line-height: 1.6; margin-bottom: 0; color: var(--custom-secondary) !important;}

@media (max-width: 992px) {
  .process-track::before { display: none; }
  .process-step { margin-bottom: 34px; }
}

/* ---------------- Case Studies ---------------- */
.case-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 18px;
  overflow: hidden;
  height: 100%;
  transition: all .3s ease;
}
.case-card:hover { transform: translateY(-4px); border-color: var(--card-border-hover); }
.case-card .case-img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  display: block;
  background: linear-gradient(135deg, #1b2338, #0d1322);
}
.case-card .case-body { padding: 22px; }
.case-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
}
.case-result-box{
    color: #22D3EE !important;
}
.case-tag.fintech ,.case-tag.healthtech ,.case-tag.e-commerce{
    color: #6366F1;
} 
.case-card h5 { font-size: 18px; margin-bottom: 14px; }
.case-meta-label , .case-result-box h6 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #7C8AA5;
  margin-bottom: 4px;
}
.case-meta-text { font-size: 13px; margin-bottom: 14px; line-height: 1.6; }
.case-result-box {
  background: rgba(99, 102, 241, 0.08);
  border: 1px solid rgba(99, 102, 241, 0.2);
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 12px;
  font-weight: 600;
  color: #C7D2FE;
  margin-bottom: 18px;
}
.case-card .btn-outline-soft { width: 100%; justify-content: center; padding: 10px; font-size: 13px; }

.case-details-sec .case-body-col ol.wp-block-list li {
    color: #9CA7BC;
}

/* ---------------- Testimonials ---------------- */
.testimonial-section { background: var(--carban-blue); }

.testimonial-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-top: 3px solid;
  border-image: var(--brand-gradient) 1;
  border-radius: 14px;
  padding: 26px;
  height: 100%;
}
.testimonial-card .stars { margin-bottom: 16px; }
.testimonial-card .stars i { color: #FBBF24; font-size: 13px; margin-right: 2px; }
.testimonial-card p.quote {
  font-size: 14px;
  line-height: 1.8;
  font-style: italic;
  color: #C7CEDB;
  margin-bottom: 22px;
}
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.testimonial-author img {
  width: 42px; height: 42px; border-radius: 50%; object-fit: cover;
}
.testimonial-author .t-name { font-size: 14px; font-weight: 700; color: #fff; }
.testimonial-author .t-role { font-size: 12px; color: var(--custom-secondary); }

.testimonial-swiper { padding-bottom: 46px; }
.testimonial-swiper .swiper-slide { height: auto; }
.testimonial-pagination.swiper-pagination { bottom: 0; }
.testimonial-pagination .swiper-pagination-bullet {
  background: rgba(255,255,255,0.25);
  opacity: 1;
}
.testimonial-pagination .swiper-pagination-bullet-active {
  background: var(--custom-primary);
}

/* ---------------- Blog ---------------- */

.blog-banner{
  background-image: url(../img/FinTrack.png) !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* height: 350px; */
  height: 400px;
  display: flex;
  align-items: center;
  position: relative;
}

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

.blog-banner::after{
  content: "";
  position: absolute;
  background-color: #070b148f;
  width:100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index:1;

}

.blog-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 18px;
  overflow: hidden;
  height: 100%;
  transition: all .3s ease;
}
.blog-card:hover { transform: translateY(-4px); border-color: var(--card-border-hover); }
.blog-card .blog-img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  display: block;
  background: linear-gradient(135deg, #1b2338, #0d1322);
}
.blog-card .blog-body { padding: 22px; }
.blog-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; flex-wrap: wrap; }
.blog-tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--custom-primary);
  background-color: #6366F11A;
  padding: 6px 15px;
  border-radius: 50px;
}
.blog-date { font-size: 12px; color: #7C8AA5; }
.blog-card h5 { font-size: 16px; line-height: 1.4; margin-bottom: 10px; }
.blog-card p.excerpt { font-size: 13.5px; line-height: 1.7; margin-bottom: 16px; }
.read-article-link {
  color: var(--custom-primary);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.read-article-link i { font-size: 11px; transition: transform .25s ease; }
.read-article-link:hover i { transform: translateX(3px); }
.read-article-link:hover { color: var(--custom-primary); }


.counter-wrapper{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:24px;
}

.counter-card{
    position:relative;
    background:#fff;
    padding:32px 28px;
    border-radius:22px;
    min-height:260px;

    display:flex;
    flex-direction:column;

    border:1px solid rgba(30,136,229,.08);
    box-shadow:0 15px 35px rgba(0,0,0,.05);

    transition:.35s ease;
    overflow:hidden;
}

/* Top Gradient Border */
.counter-card::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#1E88E5,#6C63FF);
}

.counter-card:hover{
    /*transform:translateY(-10px);*/
    box-shadow:0 25px 50px rgba(30,136,229,.18);
    border-color:#1E88E5;
}

/* Circle */
.counter-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg,#1E88E5,#6C63FF);
    /* opacity: .12; */
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

.counter-number{
    display:flex;
    align-items:flex-end;
    gap:4px;
    margin-bottom:20px;
}

.counter-number h3{
    margin:0;
    font-size:30px;
    line-height:1;
    font-weight:700;
    color:#1E88E5;
}

.counter-number span{
    font-size:18px;
    font-weight:700;
    color:#1E88E5;
    /*margin-bottom:5px;*/
}

.counter-card p{
    /*margin-top:auto;*/
    color:#5f6470;
    line-height:1.8;
    font-size:15px;
}

/* ---------------- CTA ---------------- */
/* .cta-section { background: var(--carban-blue); padding: 120px 0; } */
.cta-card {
  /* background: var(--card-bg); */
    background: linear-gradient(
    to right,
    #0F1526 0%,
    #0F1526 50%,
    #0D1322 50%,
    #0D1322 100%
    );
  border: 1px solid var(--card-border);
  border-radius: 22px;
  padding: 4px;
  position: relative;
  overflow: hidden;
}
.cta-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--brand-gradient);
}
.cta-inner { padding: 46px; }

.cta-checklist { margin: 24px 0 30px; }
.cta-checklist .check-item { display: flex; margin-bottom: 12px; font-size: 14px; }

.strategy-panel {
  /* background: var(--card-bg-soft);
  border: 1px solid var(--card-border); */
  border-radius: 16px;
  padding: 26px;
  height: 100%;
}
.strategy-panel .sp-title {
  font-size: 12px;
  color: #9CA7BC;
  letter-spacing: .04em;
  font-weight: 600;
  margin-bottom: 20px;
}
.sp-row { margin-bottom: 16px; }
.sp-row-top { display: flex; justify-content: space-between; font-size: 12px; color: #9CA7BC; margin-bottom: 6px; }
.sp-row-top span.pct { color: #fff; font-weight: 700; }
.sp-bar { height: 5px; border-radius: 3px; background: rgba(255,255,255,0.07); overflow: hidden; }
.sp-bar-fill { display: block; height: 100%; border-radius: 3px; }
.sp-bar-fill-1 { background: linear-gradient(90deg, #22D3EE 0%, rgba(34, 211, 238, 0) 100%); }
.sp-bar-fill-2 { background: linear-gradient(90deg, #6366F1 0%, rgba(99, 102, 241, 0) 100%); }
.sp-bar-fill-3 { background: linear-gradient(90deg, #8B5CF6 0%, rgba(139, 92, 246, 0) 100%); }
.sp-bar-fill-4 { background: linear-gradient(90deg, #3B82F6 0%, rgba(59, 130, 246, 0) 100%); }
.sp-bar-fill-5 { background: linear-gradient(90deg, #0EA5E9 0%, rgba(14, 165, 233, 0) 100%); }

.time-slots-box {
  margin-top: 22px;
  background: rgba(255,255,255,0.02);
  border: 1px solid var(--card-border);
  border-radius: 12px;
  padding: 16px;
}
.time-slots-box .ts-title { font-size: 12px; color: #9CA7BC; letter-spacing: .04em; font-weight: 700; margin-bottom: 12px; }
.time-slot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(99,102,241,0.08);
  border: 1px solid rgba(99,102,241,0.18);
  font-size: 12px;
  color: #C7CEDB;
  margin-bottom: 8px;
}
.time-slot:last-child { margin-bottom: 0; }
.time-slot i { color: var(--skydark-600); }
.strategy-panel .time-slots-box .time-slot i {font-size: 7px;}

/* ---------------- Footer ---------------- */
.site-footer {
  background: var(--carban-blue);
  padding: 70px 0 0;
  border-top: 1px solid var(--card-border);
}
.footer-logo img { width: 128px; }
.footer-about p { font-size: 14px; line-height: 1.8; max-width: 320px; margin: 18px 0 22px; }

.newsletter-form {
  position: relative;
  max-width: 340px;
  display: flex;
  gap: 8px;
}
.newsletter-input {
  flex: 1;
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.03);
  color: #fff;
  font-size: 13px;
  width:100% !important;
}
.newsletter-input::placeholder { color: #7C8AA5; }
.newsletter-input:focus { outline: none; border-color: var(--custom-primary); }
.newsletter-btn {
  width: 44px;
  border: none;
  border-radius: 10px;
  background: var(--brand-gradient);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.social-row { display: flex; gap: 10px; margin-top: 22px; }
.social-icon {
  width: 36px; height: 36px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: center;
  color: #C7CEDB;
  text-decoration: none;
  font-size: 14px;
  transition: all .25s ease;
}
.social-icon:hover { background: rgba(99,102,241,0.15); border-color: var(--custom-primary); color: #fff; }

.footer-col h6 {
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 700;
  margin-bottom: 20px;
}
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col ul li { margin-bottom: 14px; }
.footer-col ul li a {
  color: var(--custom-secondary);
  text-decoration: none;
  font-size: 14px;
  transition: color .2s ease;
}
.footer-col ul li a:hover { color: #fff; }

.footer-bottom {
  margin-top: 50px;
  padding: 22px 0;
  border-top: 1px solid var(--card-border);
  font-size: 13px;
  color: #7C8AA5;
}
.footer-bottom a { color: #7C8AA5; text-decoration: none; margin-left: 22px; }
.footer-bottom a:hover { color: #fff; }

/* media */

@media (max-width:1200px){
    .counter-wrapper{
        grid-template-columns:repeat(3,1fr);
    }
}

@media (max-width: 992px) {
  .section-pad { padding: 60px 0; }
   /* home */
  .hero-visual { min-height: 380px; margin-top: 0px; }
  .float-card { position: static; display: none; }
  .hero-visual .glow-orb{ display:none; }
  .hero-visual img.hero-mockup-img{max-width:400px;}
  /* multistep */
  .app {padding: 80px 0;}
  .blog-banner h1{font-size:52px;}
  /* for all section heading center */
  .single.single-service h2,.section-head{text-align: center;}
  /* services */
  .about-values{padding:60px 0 !important;}
}

@media(max-width:768px){
    .counter-wrapper{
        grid-template-columns:repeat(2,1fr);
    }

}

@media (max-width: 576px) {
  .section-pad { padding: 50px 0; }
  .section-pad-sm { padding: 45px 0; }
   /* home */
   .strategy-panel{padding: 0px;}
   .hero-visual img.hero-mockup-img{max-width:350px;}
  /*about*/
   .counter-wrapper{
        grid-template-columns:1fr;
    }

    .hero-section .container .row a{width:100%; text-align: center;}

    /* case studies */

    .case-body-col div img.wp-post-image {
        height: 325px !important;
    }

    /* blog */
    .blog-banner h1{font-size:36px; text-align: center;}
    

    /* multistep */
    .app {padding: 50px 10px !important;}

  /* footer */
  .footer-bottom { text-align: center; justify-content: center !important; }
  .footer-bottom .bottom-links { display: block; margin-top: 10px; }
  .footer-bottom a { margin: 0 8px; }
  .site-footer {padding: 50px 0 0;}
}


.trusted-text {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;           /* SemiBold */
    line-height: 19.5px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    text-align: center;
    color: #6E788E;
    display: flex;
    align-items: center;         /* Vertical middle */
    justify-content: center;     /* Horizontal center */

}

.innerTxt1 {
    width: 454px;
    height: 20px;
    margin: 0px auto 10px;
}

/* ---------- Variables removed & replaced with actual values ---------- */

@media (prefers-reduced-motion: reduce){
  *{ animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
}

.app{
    width: 100%;
    max-width: 720px;
    margin: auto;
    padding: 100px 0;
}

/* ---------- Header / pipeline ---------- */
.app-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom: 22px;
  padding: 0 4px;
}

.brand{
  display:flex;
  align-items:center;
  gap:10px;
  font-family:'Space Grotesk', sans-serif;
  font-weight:700;
  font-size: 17px;
  letter-spacing: -0.01em;
  color: #fff;
}

.brand .dot{
  width:10px;
  height:10px;
  border-radius:3px;
  background: linear-gradient(120deg, #4F46E5, #7C3AED);
  box-shadow: 0 0 0 4px rgba(79,70,229,0.12);
}

.step-counter{
  /* font-family:'JetBrains Mono', monospace; */
  font-size: 12.5px;
  color: #5B6072;
  letter-spacing: 0.02em;
  color: #fff;
}

.step-counter b{
  color: #10132A;
}

.pipeline{
  position:relative;
  height: 6px;
  border-radius: 99px;
  background: #E4E8F1;
  overflow:hidden;
  margin-bottom: 28px;
}

.pipeline-fill{
  position:absolute;
  inset:0 auto 0 0;
  width:0%;
  background: linear-gradient(120deg, #4F46E5, #7C3AED);
  border-radius: 99px;
  transition: width 0.5s cubic-bezier(.65,0,.35,1);
}

.pipeline-fill::after{
  content:'';
  position:absolute;
  right:-6px;
  top:50%;
  transform:translateY(-50%);
  width:12px;
  height:12px;
  border-radius:50%;
  background: #7C3AED;
  box-shadow: 0 0 0 5px rgba(124,58,237,0.18), 0 0 12px rgba(124,58,237,0.5);
}

/* ---------- Card ---------- */
.multi-step .card{
  /*background: #FFFFFF;*/
  border: 1px solid #E4E8F1;
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(16,19,42,0.08);
  padding: 40px 36px;
  position:relative;
  overflow:hidden;
  min-height: 320px;
  display:flex;
  flex-direction:column;
}

@media (max-width: 560px){
  .card{ padding: 28px 20px; min-height: 420px; }
}

.step{ display:none; flex:1; flex-direction:column; }

.step.active{
  display:flex;
  animation: rise 0.42s cubic-bezier(.2,.8,.2,1);
}

@keyframes rise{
  from{ opacity:0; transform: translateY(14px); }
  to{ opacity:1; transform: translateY(0); }
}

.eyebrow{
  /* font-family:'JetBrains Mono', monospace; */
  font-size: 12px;
  color: #4F46E5;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

.step h1{
  /* font-family:'Space Grotesk', sans-serif; */
  font-size: 26px;
  line-height:1.25;
  margin: 0 0 8px;
  letter-spacing:-0.01em;
}

.step p{
  color: #9CA7BC;
  font-size: 15px;
  line-height:1.55;
  margin: 0 0 26px;
  max-width: 46ch;
}

/* welcome screen */
.welcome{
  text-align:left;
  flex:1;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.welcome h1{
  /* font-family:'Space Grotesk', sans-serif; */
  font-size: 34px;
  line-height:1.2;
  margin: 0 0 14px;
  letter-spacing:-0.02em;
}

.welcome p{
  color: #9CA7BC;
  font-size: 16px;
  line-height:1.6;
  max-width: 44ch;
  margin: 0 0 30px;
}

.signal-row{
  display:flex;
  gap:6px;
  margin-bottom: 24px;
}

.signal-row i{
  width: 26px;
  height: 5px;
  border-radius:99px;
  background: #E4E8F1;
}

.signal-row i.on{
  background: linear-gradient(120deg, #4F46E5, #7C3AED);
}

/* option grid */
.options{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: auto;
}

.options.single-col{ grid-template-columns: 1fr; }

@media (max-width:560px){
  .options{ grid-template-columns: 1fr; }
}

.opt{
  border: 1.5px solid #E4E8F1;
  background: #FCFCFF;
  border-radius: 14px;
  padding: 16px 18px;
  /* font-family:'Inter', sans-serif; */
  font-size: 14.5px;
  font-weight: 600;
  color: #10132A;
  text-align:left;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.opt:hover{
  border-color: #4F46E5;
  transform: translateY(-2px);
  box-shadow: 0 1px 2px rgba(16,19,42,0.04), 0 2px 8px rgba(16,19,42,0.04);
}

.opt:active{ transform: translateY(0); }

.options:not([data-multi="true"]) .opt span {
  color: #9AA0B4;
  font-size: 16px;
  transition: transform 0.18s ease, color 0.18s ease;
}

.options:not([data-multi="true"]) .opt:hover span {
  color: #4F46E5;
  transform: translateX(2px);
}

.opt.selected{
  border-color: transparent;
  background: linear-gradient(120deg, #4F46E5, #7C3AED);
  color:#fff;
  box-shadow: 0 20px 60px rgba(79,70,229,0.16);
}

.options:not([data-multi="true"]) .opt.selected span { color:#fff; }
.options[data-multi="true"] .opt.selected span { display:inline-flex; }

.options[data-multi="true"] .opt span {
  display:none;
  align-items:center;
  justify-content:center;
  width:18px;
  height:18px;
  border-radius:5px;
  background:rgba(255,255,255,0.25);
  font-size:12px;
}

/* text inputs */
.field{
  margin-bottom: 18px;
}

.field label{
  display:block;
  font-size: 12.5px;
  font-weight:600;
  color: #a5a5a5;
  margin-bottom: 7px;
  letter-spacing:0.01em;
}

.field input,
.field textarea{
  width:100%;
  border: 1.5px solid #E4E8F1;
  border-radius: 12px;
  padding: 13px 14px;
  /* font-family:'Inter', sans-serif; */
  font-size: 15px;
  color: #10132A;
  background:#FCFCFF;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.field textarea{
  min-height: 130px;
  resize: vertical;
  line-height:1.5;
}

.field input:focus,
.field textarea:focus{
  outline:none;
  border-color: #4F46E5;
  box-shadow: 0 0 0 4px rgba(79,70,229,0.12);
}

.field.error input,
.field.error textarea{
  border-color: #E24C4C;
}

.error-msg{
  display:none;
  color:#E24C4C;
  font-size: 12.5px;
  margin-top: 6px;
  font-weight:500;
}

.field.error .error-msg{ display:block; }

.consent{
  display:flex;
  align-items:flex-start;
  gap:10px;
  font-size: 13.5px;
  color: #5B6072;
  margin-top: 4px;
  cursor:pointer;
  user-select:none;
}

.consent input{
  margin-top:3px;
  accent-color: #4F46E5;
  width:16px;
  height:16px;
  flex-shrink:0;
}

/* nav */
.nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-top: 28px;
}

.btn{
  /* font-family:'Inter', sans-serif; */
  font-weight:600;
  font-size: 14.5px;
  border-radius: 12px;
  padding: 13px 22px;
  cursor:pointer;
  border:none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

.btn:active{ transform: scale(0.97); }

.btn-primary{
  background: linear-gradient(120deg, #4F46E5, #7C3AED);
  color:#fff;
  box-shadow: 0 20px 60px rgba(79,70,229,0.16);
  margin-left:auto;
}

.btn-primary:disabled{
  opacity:0.4;
  box-shadow:none;
  cursor:not-allowed;
}

.btn-ghost{
  background:transparent;
  padding: 10px 16px;
  color:#b1b1b1;
  border: 1px solid #fff;
}

.btn-ghost:hover{ color: #fff; border: 1px solid #fff;}
.btn-ghost.hidden{ visibility:hidden; }

.hint{
  font-size:12.5px;
  color:#9AA0B4;
  margin-top:14px;
}

/* thank you */
.final{
  flex:1;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
}

.final-badge{
  width:64px;
  height:64px;
  border-radius:50%;
  background: linear-gradient(120deg, #4F46E5, #7C3AED);
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:22px;
  box-shadow: 0 20px 60px rgba(79,70,229,0.16);
  animation: pop 0.5s cubic-bezier(.2,1.4,.4,1);
}

@keyframes pop{
  0%{ transform:scale(0); opacity:0; }
  100%{ transform:scale(1); opacity:1; }
}

.final-badge svg{ width:28px; height:28px; }

.final h1{
  /* font-family:'Space Grotesk', sans-serif; */
  font-size:28px;
  margin:0 0 10px;
}

.final p{
  color:#a5a5a5;
  font-size:15px;
  line-height:1.6;
  max-width: 38ch;
  margin: 0 0 26px;
}

.final-summary{
  width:100%;
  text-align:left;
  background: linear-gradient(120deg, rgba(79,70,229,0.10), rgba(124,58,237,0.10));
  border:1px solid #E4E8F1;
  border-radius:14px;
  padding:16px 18px;
  margin-bottom:26px;
  font-size:13px;
  color:#a5a5a5;
}

.final-summary b{ color:#10132A; }

/* multi-select tag */
.opt .tag{
  /* font-family:'JetBrains Mono', monospace; */
  font-size:10px;
  color: #4F46E5;
  border:1px solid #4F46E5;
  border-radius:5px;
  padding:1px 6px;
  opacity:0.8;
}

.opt.selected .tag{
  color:#fff;
  border-color:rgba(255,255,255,0.6);
}

::selection{
  background: rgba(124,58,237,0.2);
}

/* ===== CASE STUDY TYPOGRAPHY ===== */

.case-h1 {
    font-size: 42px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    text-align: left;
}

.case-h2 {
    font-size: 32px;
    line-height: 1.35;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
}

.case-h3 {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 600;
    color: #FFF;
    margin-bottom: 4px;
}

.case-intro {
    font-size: 17px;
    line-height: 1.8;
    color: #fff;
    max-width: 100% !important;
}

/* Paragraph */
.carban-blue .case-h2,
.carban-blue .case-h3 {
    color: #ffffff;
}

/* Challenge list */
.challenge-list {
    margin: 20px 0;
    padding-left: 20px;
}

.challenge-list li {
    color: var(--custom-secondary);
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 6px;
}

/* .space {
    padding: 60px 0px !important;
} */

.space-bottom{
    padding-bottom: 60px;
    padding-top: 110px;
}

.tools-list {
    margin: 16px 0 24px;
    padding-left: 20px;
}

.tools-list li {
    font-size: 16px;
    line-height: 1.8;
    color: #9CA7BC;
    margin-bottom: 4px;
}

.strong-txt{
    color: #fff;
    font-size: 26px;
    display: block;
}

/* ============================================================
   INDEX v2 — NEW COMPONENT STYLES (moved from inline <style>)
   ============================================================ */

/* ---- HERO V2 ---- */
.hero-v2 {
    background: var(--Z-blue);
    padding: 110px 0 90px;
    position: relative;
    overflow: hidden;
}
.hero-v2::before {
    content: '';
    position: absolute;
    width: 700px; height: 700px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(99,102,241,0.15) 0%, transparent 65%);
    top: -200px; right: -150px;
    pointer-events: none;
}
.hero-v2::after {
    content: '';
    position: absolute;
    width: 400px; height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(14,165,233,0.08) 0%, transparent 70%);
    bottom: -100px; left: -60px;
    pointer-events: none;
}
.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #60a5fa;
    margin-bottom: 32px;
}
.hero-eyebrow::before {
    content: '';
    width: 28px; height: 2px;
    background: currentColor;
    border-radius: 2px;
}
.hero-v2 h1 {
    font-size: clamp(36px, 5.5vw, 72px);
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: -0.025em;
    color: #fff;
    margin-bottom: 30px;
}
/* Hero h1 spans — contextual (no class on span) */
.hero-v2 h1 span:first-child {
    color: rgba(255,255,255,0.3);
    display: block;
}
.hero-v2 h1 span:last-child {
    background: linear-gradient(95deg, #38bdf8 0%, #818cf8 55%, #a78bfa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: block;
}
/* Hero lead paragraph — contextual (no class on p) */
.hero-v2 .col-lg-6 > p {
    font-size: 17px;
    line-height: 1.78;
 color: var(--custom-secondary);
    max-width: 480px;
    margin-bottom: 44px;
}
.hero-btns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-bottom: 60px;
}
.hero-stats {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
}
.hstat {
    padding: 0 36px 0 0;
    margin-right: 36px;
    border-right: 1px solid rgba(255,255,255,0.07);
}
.hstat:last-child { border-right: none; margin-right: 0; padding-right: 0; }
.hstat strong {
    display: block;
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
}
.hstat span {
    font-size: 12px;
    color: #4b5a77;
    font-weight: 500;
    margin-top: 5px;
    display: block;
}

/* Hero Right — Browser Mockup */
.hero-right-wrap {
    position: relative;
    padding-left: 24px;
}
.hero-browser {
    background: #0f1628;
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    box-shadow: 0 40px 80px rgba(0,0,0,0.5);
}
.hb-bar {
    background: #131d35;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    padding: 13px 18px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.hb-dot { width: 10px; height: 10px; border-radius: 50%; }
.hb-dot.r { background: #ff5f57; }
.hb-dot.y { background: #febc2e; }
.hb-dot.g { background: #28c840; }
.hb-url {
    flex: 1;
    text-align: center;
    font-size: 11px;    
    color: #5f6c88;
    font-weight: 600;
}
.hb-img { width: 100%; display: block; }

/* Floating Chips */
.hchip {
    position: absolute;
    background: rgba(10,15,30,0.92);
    border: 1px solid rgba(255,255,255,0.09);
    border-radius: 14px;
    padding: 13px 17px;
    backdrop-filter: blur(20px);
    z-index: 4;
    animation: hchipFloat 5s ease-in-out infinite;
}
@keyframes hchipFloat {
    0%,100% { transform: translateY(0); }
    50% { transform: translateY(-9px); }
}
.hchip-tl { top: 8%; left: -28px; animation-delay: 0s; }
.hchip-br { bottom: 15%; right: -24px; animation-delay: 1.8s; }
.hchip-label {
    font-size: 10px; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.06em;
    color: #3f5070; margin-bottom: 4px;
}
.hchip-val { font-size: 20px; font-weight: 800; color: #fff; line-height: 1; }
.hchip-sub { font-size: 11px; color: #3f5070; margin-top: 3px; }
.hchip-stars { display: flex; gap: 3px; margin-bottom: 5px; }
.hchip-stars i { color: #f59e0b; font-size: 10px; }

/* ---- TICKER / TRUSTED BY ---- */
.ticker-wrap {
    background: var(--carban-blue);
    padding: 44px 0;
    border-top: 1px solid rgba(255,255,255,0.03);
    border-bottom: 1px solid rgba(255,255,255,0.03);
}
/* Ticker trusted-by label — contextual (no class on p) */
.ticker-wrap .container > p {
    font-size: 11px; font-weight: 700;
    letter-spacing: 0.12em; text-transform: uppercase;
    color: #243048; text-align: center; margin-bottom: 28px;
}

/* ---- SHARED SECTION ELEMENTS ---- */
/* sec-kicker is on <small> — small is not a restricted tag, class OK */
.sec-kicker {
    font-size: 11px; font-weight: 800;
    letter-spacing: 0.12em; text-transform: uppercase;
    color: #6366f1; display: block; margin-bottom: 14px;
}

/* Section h2 titles — contextual (no class on h2) */
.svc-section h2,
.why-section h2,
.proc-section h2,
.work-section h2,
.blog-section h2 {
    font-size: clamp(30px, 3.5vw, 44px);
    font-weight: 800; color: #fff;
    line-height: 1.12; letter-spacing: -0.02em;
    margin-bottom: 0;
}
.why-section h2 { margin-bottom: 1.5rem; }

/* Section description paragraphs — contextual (no class on p) */
.svc-intro .col-lg-6 > p,
.proc-header .col-lg-6 > p {
    font-size: 16px; line-height: 1.78; color: var(--custom-secondary);
}
.sec-row-header {
    display: flex; align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap; gap: 20px; margin-bottom: 56px;
}

/* ---- SERVICES SECTION ---- */
.svc-section { background: var(--Z-blue); padding: 110px 0; }
.svc-intro { margin-bottom: 64px; }
.svc-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.04);
    border-radius: 22px;
    overflow: hidden;
}
.svc-item {
    background: #060a14;
       padding: 22px 28px 65px;
    position: relative;
    transition: background 0.25s;
}

.contact-form-card .form-control::placeholder {     color: rgba(255,255,255,.7);     opacity: 1; }
.svc-item:hover { background: #0a0f1e; }
.svc-n {
    font-size: 22px; font-weight: 700;
    font-family: monospace; letter-spacing: 0.04em;
    color: #ffff; margin-bottom: 22px;
    margin-bottom: 22px;
}
.svc-ico {
    width: 44px; height: 44px;
    border-radius: 10px;
    background: rgba(99,102,241,0.08);
    border: 1px solid rgba(99,102,241,0.18);
    display: flex; align-items: center; justify-content: center;
    color: #818cf8; font-size: 16px; margin-bottom: 20px;
    transition: all 0.25s;
}
.svc-item:hover .svc-ico { background: rgba(99,102,241,0.16); border-color: rgba(99,102,241,0.4); }
.svc-item h4 { font-size: 17px; font-weight: 700; color: #fff; margin-bottom: 10px; }
.svc-item p { font-size: 13px; line-height: 1.65; color: #4a5670; margin: 0; }
.svc-arrow {
       position: absolute;
    bottom: 10px;
    right: 24px;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    border: 1px solid rgb(255 255 255 / 25%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #ffffff;
    font-size: 11px;
    transition: all 0.25s;
}
.svc-item:hover .svc-arrow { border-color: rgba(99,102,241,0.35); color: #818cf8; transform: translate(2px,-2px); }

/* ---- WHY APP FLOW SECTION ---- */
.why-section { background: var(--carban-blue); padding: 120px 0; }
.why-left-sticky { position: sticky; top: 110px; align-self: flex-start; }
.why-big-num {
    font-size: 110px; font-weight: 800;
    line-height: 1; letter-spacing: -0.04em;
    background: linear-gradient(135deg, rgba(99,102,241,0.25), rgba(139,92,246,0.05));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: -16px;
}
.why-metrics {
    background: #0a0e1c;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 18px; padding: 24px;
}
.wm-row {
    display: flex; align-items: center; gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255,255,255,0.04);
}
.wm-row:first-child { padding-top: 0; }
.wm-row:last-child { border-bottom: none; padding-bottom: 0; }
.wm-icon {
    width: 38px; height: 38px; border-radius: 9px;
    background: rgba(99,102,241,0.08);
    display: flex; align-items: center; justify-content: center;
    color: #6366f1; font-size: 14px; flex-shrink: 0;
}
.wm-text strong { display: block; font-size: 20px; font-weight: 800; color: #fff; line-height: 1; }
.wm-text span { font-size: 11px; color: #3f5070; font-weight: 500; margin-top: 3px; display: block; }
.why-list { list-style: none; padding: 0; margin: 0; }
.why-list li { display: flex; gap: 18px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,0.04); }
.why-list li:last-child { border-bottom: none; }
.wl-num { font-size: 11px; font-weight: 700; font-family: monospace; color: #1e2840; flex-shrink: 0; padding-top: 4px; }
.wl-body h5 { font-size: 18px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.wl-body p { font-size: 14px; line-height: 1.72; color: #4a5670; margin: 0; }

/* ---- PROCESS SECTION ---- */
.proc-section {
    background: var(--Z-blue);
    padding: 120px 0;
    position: relative; overflow: hidden;
}
.proc-section::before {
    content: 'PROCESS';
    position: absolute;
    font-size: 200px; font-weight: 800;
    color: rgba(255,255,255,0.013);
    left: -30px; top: 50%; transform: translateY(-50%);
    letter-spacing: -0.04em; pointer-events: none; white-space: nowrap;
}
.proc-header { margin-bottom: 72px; }
.proc-item {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 28px;
    align-items: flex-start;
    padding: 36px 0;
    border-bottom: 1px solid rgba(255,255,255,0.04);
}
.proc-item:last-child { border-bottom: none; }
.proc-left { display: flex; flex-direction: column; align-items: center; }
.proc-num {
    width: 46px; height: 46px; border-radius: 50%;
    background: linear-gradient(135deg, #1d4ed8, #6366f1);
    display: flex; align-items: center; justify-content: center;
    font-size: 13px; font-weight: 800; color: #fff;
    box-shadow: 0 0 22px rgba(99,102,241,0.28); flex-shrink: 0;
}
.proc-line {
    width: 1px; flex: 1; min-height: 36px;
    background: linear-gradient(to bottom, rgba(99,102,241,0.35), transparent);
    margin-top: 8px;
}
.proc-item:last-child .proc-line { display: none; }
.proc-tag {
    display: inline-block;
    font-size: 10px; font-weight: 700;
    letter-spacing: 0.08em; text-transform: uppercase;
    color: #4f46e5;
    background: rgba(79,70,229,0.09);
    border: 1px solid rgba(79,70,229,0.18);
    border-radius: 4px; padding: 2px 8px; margin-bottom: 10px;
}
.proc-right h4 { font-size: 20px; font-weight: 700; color: #fff; margin-bottom: 10px; }
.proc-right p { font-size: 14px; line-height: 1.72; color: #4a5670; margin: 0; max-width: 520px; }

/* ---- WORK / CASE STUDIES ---- */
.work-section { background: var(--carban-blue); padding: 120px 0; }
.ccard {
    background: #080d1b;
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 20px; overflow: hidden;
    transition: transform 0.3s ease, border-color 0.3s ease;
    height: 100%;
}
.ccard:hover { transform: translateY(-5px); border-color: rgba(99,102,241,0.3); }
.ccard-img { width: 100%; height: 195px; object-fit: cover; display: block; }
.ccard-body { padding: 26px; }
.ccard-tags { display: flex; gap: 8px; margin-bottom: 14px; flex-wrap: wrap; }
.ctag {
    font-size: 10px; font-weight: 800;
    letter-spacing: 0.07em; text-transform: uppercase;
    padding: 3px 10px; border-radius: 20px;
}
.ctag.ft { color: #60a5fa; background: rgba(96,165,250,0.07); border: 1px solid rgba(96,165,250,0.18); }
.ctag.ht { color: #34d399; background: rgba(52,211,153,0.07); border: 1px solid rgba(52,211,153,0.18); }
.ctag.ec { color: #f472b6; background: rgba(244,114,182,0.07); border: 1px solid rgba(244,114,182,0.18); }
.ccard-body h3 { font-size: 19px; font-weight: 700; color: #fff; margin-bottom: 12px; line-height: 1.35; }
.ccard-body p { font-size: 13.5px; line-height: 1.65; color: #4a5670; margin-bottom: 20px; }
.ccard-result {
    background: rgba(99,102,241,0.06);
    border: 1px solid rgba(99,102,241,0.14);
    border-radius: 10px; padding: 12px 16px;
    font-size: 12px; font-weight: 600; color: #c7d2fe;
    margin-bottom: 20px; line-height: 1.5;
}
.ccard-link {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 13px; font-weight: 700;
    color: #6366f1; text-decoration: none;
    transition: gap 0.2s, color 0.2s;
}
.ccard-link:hover { gap: 10px; color: #a5b4fc; }
.ccard-link i { font-size: 11px; }

/* ---- BLOG SECTION ---- */
.blog-section { background: var(--Z-blue); padding: 120px 0; }
.bcard {
    background: #080d1b;
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 18px; overflow: hidden;
    transition: transform 0.3s, border-color 0.3s;
    height: 100%; display: flex; flex-direction: column;
}
.bcard:hover { transform: translateY(-4px); border-color: rgba(99,102,241,0.25); }
.bcard-img { width: 100%; height: 190px; object-fit: cover; display: block; }
.bcard-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.bcard-meta { display: flex; align-items: center; gap: 8px; margin-bottom: 14px; }
/* Blog card meta — contextual (no class on small/div) */
.bcard-meta small:first-child { font-size: 10px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; color: #6366f1; }
.bcard-meta .bm-dot { width: 3px; height: 3px; border-radius: 50%; background: #253050; }
.bcard-meta small:last-child { font-size: 12px; color: #253050; }
.bcard-body h3 { font-size: 17px; font-weight: 700; color: #fff; line-height: 1.4; margin-bottom: 10px; }
.bcard-body p { font-size: 13.5px; line-height: 1.65; color: #4a5670; margin-bottom: 20px; flex: 1; }
.bcard-read {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 13px; font-weight: 700;
    color: #6366f1; text-decoration: none;
    transition: gap 0.2s, color 0.2s;
}
.bcard-read:hover { gap: 10px; color: #818cf8; }
.bcard-read i { font-size: 11px; }

/* ---- CTA INNER CARD ---- */
.cta-box {
    background: #080d1b;
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 28px; padding: 72px 64px;
    position: relative; overflow: hidden;
}
.cta-box::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, #1d4ed8, #6366f1, #8b5cf6);
}
.cta-box::after {
    content: '';
    position: absolute;
    width: 600px; height: 600px; border-radius: 50%;
    background: radial-gradient(circle, rgba(99,102,241,0.06) 0%, transparent 70%);
    top: -250px; right: -150px; pointer-events: none;
}
/* CTA section h2 + description p — contextual (no class on h2/p) */
.cta-box h2 {
    font-size: clamp(30px, 4vw, 50px);
    font-weight: 800; color: #fff;
    line-height: 1.08; letter-spacing: -0.022em; margin-bottom: 20px;
}
.cta-box .col-lg-6:first-child > p { font-size: 16px; line-height: 1.78; color: #4a5670; max-width: 460px; margin-bottom: 40px; }
.cta-checks {
    display: grid; grid-template-columns: repeat(2,1fr);
    gap: 12px 28px; margin-bottom: 40px;
}
.cc-row { display: flex; align-items: center; gap: 10px; font-size: 13.5px; color: #7a8ba6; }
.cc-row i { color: #6366f1; font-size: 14px; flex-shrink: 0; }
.cta-panel {
    background: #0a0e1c;
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 18px; padding: 28px;
    position: relative; z-index: 1;
}
.cp-title {
    font-size: 10px; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.1em;
    color: #253050; margin-bottom: 24px;
}
.cpbar { margin-bottom: 14px; }
.cpbar-lbl { display: flex; justify-content: space-between; font-size: 12px; color: #5a6d88; margin-bottom: 6px; }
.cpbar-lbl span:last-child { color: #fff; font-weight: 700; }
.cpbar-track { height: 4px; border-radius: 2px; background: rgba(255,255,255,0.05); overflow: hidden; }
.cpbar-fill { height: 100%; border-radius: 2px; background: linear-gradient(90deg, #1d4ed8, #6366f1); }
.cp-slots { margin-top: 22px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.04); }
.cp-slots-title { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: #1e2840; margin-bottom: 12px; }
.cp-slot {
    display: flex; align-items: center; justify-content: space-between;
    padding: 10px 14px; border-radius: 8px;
    background: rgba(99,102,241,0.05);
    border: 1px solid rgba(99,102,241,0.11);
    font-size: 12px; color: #7a8ba6;
    margin-bottom: 8px; cursor: pointer; transition: all 0.2s;
}
.cp-slot:last-child { margin-bottom: 0; }
.cp-slot:hover { background: rgba(99,102,241,0.1); border-color: rgba(99,102,241,0.28); color: #fff; }
.cp-slot i { color: #6366f1; font-size: 10px; }

/* ---- FORM SECTION ---- */
.form-outer { background: var(--Z-blue); }

/* ---- FOOTER V2 (ft-*) ---- */
.ft {
    background: var(--carban-blue);
    border-top: 1px solid rgba(255,255,255,0.04);
    padding: 80px 0 0;
}
/* Footer brand column paragraph — contextual via .ft-brand wrapper (no class on p) */
.ft-brand > p {
    font-size: 14px; line-height: 1.78;
    color: #2d3d5a; margin: 18px 0 26px; max-width: 290px;
}
.ft-social { display: flex; gap: 10px; }
.ft-si {
    width: 36px; height: 36px; border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.06);
    display: flex; align-items: center; justify-content: center;
    color: #2d3d5a; text-decoration: none; font-size: 14px;
    transition: all 0.22s;
}
.ft-si:hover { border-color: rgba(99,102,241,0.38); color: #818cf8; background: rgba(99,102,241,0.07); }
.ft-col h6 {
    font-size: 10px; font-weight: 700;
    letter-spacing: 0.12em; text-transform: uppercase;
    color: #1e2840; margin-bottom: 20px;
}
.ft-col ul { list-style: none; padding: 0; margin: 0; }
.ft-col ul li { margin-bottom: 13px; }
.ft-col ul li a { font-size: 14px; color: #3d5070; text-decoration: none; transition: color 0.2s; }
.ft-col ul li a:hover { color: #fff; }
.ft-bottom {
    margin-top: 60px; padding: 24px 0;
    border-top: 1px solid rgba(255,255,255,0.04);
    display: flex; align-items: center; justify-content: space-between;
    flex-wrap: wrap; gap: 14px; font-size: 13px; color: #1e2840;
}
.ft-bottom a { color: #1e2840; text-decoration: none; transition: color 0.2s; }
.ft-bottom a:hover { color: #fff; }
.ft-blinks { display: flex; gap: 22px; flex-wrap: wrap; }

/* ---- INDEX v2 RESPONSIVE ---- */
@media(max-width:991px){
    .hero-v2 { padding: 72px 0 60px; }
    .hero-right-wrap { padding-left: 0; padding-top: 40px; }
    .hchip-tl, .hchip-br { display: none; }
    .why-left-sticky { position: static; margin-bottom: 44px; }
    .why-big-num { font-size: 80px; }
    .svc-section, .why-section, .proc-section, .work-section, .blog-section, .cta-section { padding: 60px 0; }
}
@media(max-width:768px){
    .svc-grid { grid-template-columns: repeat(2,1fr); }
    .cta-box { padding: 44px 28px; }
}
@media(max-width:575px){
    .hero-v2 { padding: 60px 0 50px; }
    .hero-stats { gap: 20px; }
    .hstat { padding-right: 20px; margin-right: 20px; }
    .hstat strong { font-size: 24px; }
    .sec-row-header { flex-direction: column; align-items: flex-start; }
    .proc-item { grid-template-columns: 48px 1fr; gap: 16px; }
    .svc-section, .why-section, .proc-section, .work-section, .blog-section, .cta-section { padding: 60px 0; }
    .ft { padding: 60px 0 0; }
    .cta-checks { grid-template-columns: 1fr; }
     /* blog & about heading */
    .case-h1, .hero-v2 h1{font-size: 36px; font-weight: 700;}
    .case-h2,.about-mission h2 ,.about-values h2 ,.about-team h2{font-size:30px;}
    .subpage-hero h1 {font-weight:700;}
}
@media(max-width:480px){ .svc-grid { grid-template-columns: 1fr; } }

/* ============================================================
   SUBPAGE DESIGN SYSTEM — ABOUT, BLOG, CASE STUDY, CONTACT (v2)
   ============================================================ */

/* ---- COMMON HERO SECTION ---- */
.subpage-hero {
    background: var(--Z-blue);
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
}
.subpage-hero::before {
    content: '';
    position: absolute;
    width: 600px; height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(99,102,241,0.12) 0%, transparent 65%);
    top: -200px; right: -100px;
    pointer-events: none;
}
.subpage-hero h1 {
    font-size: clamp(36px, 5vw, 52px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #fff;
    margin-bottom: 24px;
}
.subpage-hero h1 span {
    background: linear-gradient(95deg, #38bdf8 0%, #818cf8 55%, #a78bfa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: block;
}
.subpage-hero p {
    font-size: 17px;
    line-height: 1.75;
    color: #7a8ba6;
    max-width: 680px;
    margin: 0;
}

/* ---- ABOUT US SPECIFIC ---- */
.about-mission {
    background: var(--carban-blue);
    padding: 100px 0;
}
.about-mission .container > div {
    max-width: 800px;
    margin: 0 auto;
}
.about-mission h2 {
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 24px;
    letter-spacing: -0.015em;
}
.about-mission p {
    font-size: 16px;
    line-height: 1.8;
    color: #5a6d88;
    margin-bottom: 24px;
}
.about-mission p:last-child {
    margin-bottom: 0;
}

.about-values {
    background: var(--carban-blue);
    padding: 100px 0;
}
.about-values h2 {
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
}
.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.value-card {
    background: #080d1b;
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 18px;
    padding: 36px 30px;
}
.value-card .value-icon {
    width: 46px; height: 46px;
    border-radius: 10px;
    background: rgba(99,102,241,0.08);
    display: flex; align-items: center; justify-content: center;
    color: #818cf8; font-size: 18px; margin-bottom: 24px;
}
.value-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
}
.value-card p {
    font-size: 15px;
    line-height: 1.65;
   color: var(--custom-secondary);
    margin: 0;
}

.about-team {
    background: var(--carban-blue);
    padding: 100px 0;
}
.about-team h2 {
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
}
.team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.team-card {
    background: #060a14;
    border: 1px solid rgba(255,255,255,0.04);
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.25s, border-color 0.25s;
}
.team-card:hover {
    transform: translateY(-4px);
    border-color: rgba(99,102,241,0.2);
}
.team-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}
.team-info {
    padding: 20px;
}
.team-info h4 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
}
.team-info p {
    font-size: 12px;
    color: #6366f1;
    font-weight: 600;
    margin: 0;
}

/* ---- BLOG SPECIFIC ---- */
.blog-content-sec {
    background: var(--carban-blue);
    padding: 80px 0 100px;
}
.blog-featured {
    background: #080d1b;
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 60px;
}
.bf-img-col {
    padding: 0;
}
.bf-img-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 320px;
}
.bf-body {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.bf-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}
.bf-meta small {
    font-size: 10px; font-weight: 800;
    letter-spacing: 0.06em; text-transform: uppercase;
    color: #6366f1;
}
.bf-meta div {
    width: 3px; height: 3px;
    border-radius: 50%;
    background: #253050;
}
.bf-meta span {
    font-size: 12px;
    color: #253050;
}
.bf-body h2 {
    font-size: 26px;
    font-weight: 800;
    color: #fff;
    line-height: 1.35;
    margin-bottom: 14px;
}
.bf-body p {
    font-size: 14.5px;
    line-height: 1.7;
    color: #4a5670;
    margin-bottom: 24px;
}
.bf-body a {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 13.5px; font-weight: 700;
    color: #6366f1; text-decoration: none;
    transition: gap 0.2s;
}
.bf-body a:hover { gap: 10px; }

.blog-filter-bar {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.04);
    padding-bottom: 16px;
}
.blog-filter-btn {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.05);
    color: #4b5a77;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 8px 18px;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.2s;
}
.blog-filter-btn:hover, .blog-filter-btn.active {
    background: rgba(99,102,241,0.08);
    border-color: rgba(99,102,241,0.3);
    color: #818cf8;
}

/* ---- CASE STUDY DETAIL SPECIFIC ---- */
.case-details-sec {
    background: var(--carban-blue);
    padding: 80px 0 100px;
}
.case-meta-panel {
    background: #080d1b;
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 20px;
    padding: 30px;
    position: sticky;
    top: 110px;
}
.case-meta-panel h3 {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(255,255,255,0.04);
    padding-bottom: 12px;
}
.meta-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.meta-list li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    font-size: 13.5px;
}
.meta-list li:last-child {
    margin-bottom: 0;
}
.meta-list li small {
    color: #4b5a77;
    font-weight: 600;
}
.meta-list li span {
    color: #fff;
    font-weight: 700;
}

.case-body-col h2 {
    font-size: 26px;
    font-weight: 800;
    color: #fff;
    margin-top: 48px;
    margin-bottom: 18px;
    letter-spacing: -0.015em;
}
.case-body-col h2:first-of-type {
    margin-top: 0;
}
.case-body-col h3 {
    font-size: 18px;
    font-weight: 700;
    color: #818cf8;
    margin-top: 24px;
    margin-bottom: 10px;
}
.case-body-col p {
    font-size: 15px;
    line-height: 1.75;
    color: #5a6d88;
    margin-bottom: 20px;
}
.case-body-col ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 24px;
}
.case-body-col ul li {
    position: relative;
    padding-left: 24px;
    font-size: 14.5px;
    color: #5a6d88;
    margin-bottom: 10px;
}
.case-body-col ul li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #818cf8;
}

.results-stats-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
    background: rgba(99,102,241,0.04);
    border: 1px solid rgba(99,102,241,0.12);
    border-radius: 16px;
    padding: 24px;
}
.stat-box {
    text-align: center;
}
.stat-box strong {
    display: block;
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 4px;
}
.stat-box span {
    font-size: 11px;
    color: #4b5a77;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 700;
}

/* ---- CONTACT SPECIFIC ---- */
.contact-pera p{
  color: #fff;
}
.contact-grid-sec {
    background: var(--carban-blue);
    padding: 80px 0 100px;
}
.contact-info-col {
    padding-right: 40px;
}
.contact-info-col h2 {
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 18px;
}
.contact-info-col p {
    font-size: 16px;
    line-height: 1.7;
    color: #ffffff;
    margin-bottom: 36px;
}
.contact-details-list {
    margin-bottom: 48px;
}
.cd-item {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
}
.cd-item i {
    width: 38px; height: 38px;
    border-radius: 9px;
    background: rgba(99,102,241,0.06);
    border: 1px solid rgba(99,102,241,0.15);
    display: flex; align-items: center; justify-content: center;
    color: #818cf8; font-size: 14px; flex-shrink: 0;
}
.cd-text h4 {
    font-size: 13px;
    font-weight: 700;
    color: #4b5a77;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
}
.cd-text p {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    margin: 0;
}
.contact-faq h3 {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 24px;
}
.faq-item {
    border-bottom: 1px solid rgba(255,255,255,0.04);
    padding: 16px 0;
}
.faq-item:first-child {
    padding-top: 0;
}
.faq-item h4 {
    font-size: 14.5px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}
.faq-item p {
    font-size: 13.5px;
    line-height: 1.6;
    color: #4a5670;
    margin: 0;
}

.contact-form-card {
    background: #080d1b;
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 24px;
    padding: 40px;
}
.contact-form-card h3 {
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 8px;
}
.contact-form-card p {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 30px;
}
.contact-form-card .form-group {
    margin-bottom: 20px;
}
.contact-form-card .form-group label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #e1e1e3;
    margin-bottom: 8px;
}
.contact-form-card .form-control {
    background: #0a0f1e;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 10px;
    color: #fff;
    padding: 12px 16px;
    font-size: 14px;
    width: 100%;
}
.contact-form-card .form-control:focus {
    border-color: rgba(99,102,241,0.4);
    outline: none;
    box-shadow: 0 0 0 3px rgba(99,102,241,0.1);
}
.contact-form-card textarea.form-control {
    min-height: 110px;
    resize: vertical;
}

.wpcf7 form .wpcf7-response-output{margin-top: 0px;}

.contact-form-card form > p:last-of-type{margin-bottom: 0px;}
/* dubai-uae */

.dubai-uae .eyebrow-badge .inner-badge{
    border: 1px solid #6366F133;
    border-radius: 12px;
    font-weight: 800;
    font-size: 11px;
    background: linear-gradient(143.41deg, #00D4FF 0%, #0EA5E9 25%, #3B82F6 50%, #6366F1 75%, #8B5CF6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    width:40px;
    min-width:40px;
    height:40px;
    display:flex;
    align-items: center;
    justify-content: center;
}

.dubai-uae .container .row ul li{
    margin-bottom: 20px;
}

/* ---- RESPONSIVE STYLES FOR SUBPAGES ---- */
@media(max-width:991px) {
    .subpage-hero { padding: 80px 0 60px; }
    .values-grid { grid-template-columns: repeat(2, 1fr); }
    .team-grid { grid-template-columns: repeat(3, 1fr); }
    .contact-info-col { padding-right: 0; margin-bottom: 50px; }

    .cta-inner { padding: 30px 22px;}
}
@media(max-width:768px) {
    .values-grid { grid-template-columns: 1fr; }
    .team-grid { grid-template-columns: repeat(2, 1fr); }
    .bf-img-col img { min-height: 240px; }
    .bf-body { padding: 30px; }
    .results-stats-row { grid-template-columns: 1fr; gap: 15px; }
}
@media(max-width:575px) {
    .team-grid { grid-template-columns: 1fr; }
    .contact-form-card { padding: 24px; }
    .cta-card{background:var(--card-bg) ;}
}

.svc-section2 p{
    font-size: 15px;
    color: var(--custom-secondary);
        line-height: 1.65;
}

.abs1 p{
    color:#5a6d88; 
    font-size:1px; line-height:1.7;
    color: var(--custom-secondary);
}

p.text-white{
  color: var(--custom-secondary) !important;  
}
/* ============ About Us page: accordion overrides (from about-us.html inline <style>) ============ */
.accordion {
    background-color: transparent;
    border: unset;
}

.accordion-item {
    background-color: transparent;
    border: unset;
    border-radius: 0 !important;
    margin-bottom: 1px;
}

.accordion .accordion-body p{margin-bottom: 0px; color: #212529 !important;}

.accordion-body {
    background: #ffffff12;
    border-radius: 0px 0px 8px 8px;
    padding: 8px 10px;
}


.accordion-item h2 {
    margin-bottom: 0;
}

.accordion-button:focus {
    box-shadow: unset;
}

/* ============ Blog Detail (single post) page styles (from blog-detail.html inline <style>) ============ */
.case-details-sec .case-body-col p {
    color: var(--custom-secondary);
    font-size: 16px;
}

.case-details-sec .case-body-col ul li {
    color: var(--custom-secondary);
    font-size: 16px;
}

.sidebar-widget {
    background: #fff;
    padding: 24px;
    border: 1px solid #e8e8e8;
    border-radius: 14px;
    margin-bottom: 24px;
}

.case-details-sec .case-body-col ul li::before {
    color: var(--custom-secondary);
}

.case-details-sec .case-body-col h3 {
    color: #fff;
}

.sidebar-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    background: linear-gradient(95deg, #38bdf8 0%, #818cf8 55%, #a78bfa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.search-box {
    position: relative;
}

.search-box input {
    height: 52px;
    border-radius: 8px;
    padding-right: 55px;
}

.search-box button {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 6px;
    background: #4F46E5;
    color: #fff;
}

.recent-post {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.recent-post-item {
    display: flex;
    gap: 14px;
    text-decoration: none;
    color: #111;
    padding-bottom: 18px;
    border-bottom: 1px solid #ececec;
}

.recent-post-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.recent-post-item img {
    width: 90px;
    height: 75px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}

.recent-post-item h6 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 6px;
    color: #111827;
}

.recent-post-item p {
    font-size: 14px;
    color: #6B7280;
    margin: 0;
    line-height: 1.5;
}

.recent-post-item:hover h6 {
    color: #4F46E5;
}

.blog-sidebar {
    position: sticky;
    top: 80px;
}
 
.case-body-col div img.wp-post-image {
    height: 496px;
}

/* ============ Mobile App Development page styles (from mobile-app-development.html inline <style>) ============ */
.row-custom .col-lg-4 {
    display: flex;
}

.row-custom .col-lg-4 > p {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 24px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 12px;
    background: rgba(255,255,255,.05);
}

.st1 {
    margin-bottom: 15px;
    font-size: 18px;
}

/* ============ Privacy Policy page styles (from privacy.html inline <style> — fixed a missing closing brace) ============ */
.privacy-sec ul li {
    color: var(--custom-secondary);
}

/* Blog Detail Page */
.single-post .case-details-sec h3.wp-block-accordion-heading {
    border: 1px solid #ffffffd4;
    padding: 6px 10px;
    border-radius: 8px;
    margin-bottom: 0;
    text-decoration: none;
}
.single-post .case-details-sec .wp-block-accordion-panel p.wp-block-paragraph {
    background: #ffffff12;
    border-radius: 0px 0px 8px 8px;
    padding: 8px 10px;
}
.single-post .case-details-sec span.wp-block-accordion-heading__toggle-icon {
    font-size: 20px;
    font-weight: 500;
}
.single-post .case-details-sec h3.wp-block-accordion-heading span.wp-block-accordion-heading__toggle-title {
    text-decoration: none;
}
.single-post .case-details-sec .wp-block-accordion-heading__toggle-icon{
    padding-bottom: 5px;
}
 

/* Blog Pagination */
.navigation.pagination {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.navigation.pagination .nav-links {
    display: flex;
    align-items: center;
    gap: 8px;
}

.navigation.pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 16px;
    text-decoration: none;
    color: #0d6efd;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    transition: all .3s ease;
}

.navigation.pagination .page-numbers:hover {
    background: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
}

.navigation.pagination .page-numbers.current {
    background: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
    cursor: default;
}

.navigation.pagination .page-numbers.prev,
.navigation.pagination .page-numbers.next {
    padding: 0 18px;
}

.navigation.pagination .page-numbers.dots {
    border: none;
    background: transparent;
    color: #6c757d;
    pointer-events: none;
}

@media (max-width: 576px) {
    .navigation.pagination .page-numbers {
        min-width: 36px;
        height: 36px;
        padding: 0 12px;
        font-size: 14px;
    }
}
