﻿*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

a,
img,
span,
label,
input,
button,
ion-icon {
  display: block;
}

button,
input {
  background: none;
  border: none;
  font: inherit;
}

button {
  cursor: pointer;
}

input {
  width: 100%;
}

ion-icon {
  pointer-events: none;
}

::-webkit-scrollbar {
  width: 15px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: var(--white);
}

::-webkit-scrollbar-thumb {
  background: hsla(219, 14%, 60%, 0.3);
  border: 2px solid var(--white);
}

::-webkit-scrollbar-thumb:hover {
  background: hsla(219, 14%, 60%, 0.5);
}

.container {
  padding-inline: 15px;
}

button,
a {
  transition: var(--transition);
}
/*
.btn {
  position: relative;
  background: var(--background, var(--carolina-blue));
  color: var(--color, var(--white));
  min-width: var(--width, 40px);
  min-height: var(--height, 40px);
  padding: 5px;
  display: grid;
  place-items: center;
  border-radius: var(--radius-14);
  font-family: var(--ff-nunito);
  font-size: var(--fs-6);
  font-weight: var(--fw-600);
  overflow: hidden;
}

.btn ion-icon {
  font-size: 22px;
  --ionicon-stroke-width: 40px;
}

.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, hsla(0, 0%, 100%, 0.4), transparent);
  opacity: 0;
  pointer-events: none;
  transition: var(--transition);
}

.btn:is(:hover, :focus) {
  box-shadow: var(--shadow-2);
}

.btn:is(:hover, :focus)::before {
  opacity: 1;
}
*/
.section {
  padding-block: var(--section-padding);
}

.h1,
.h2,
.h3 {
  color: var(--dark-blue-text);
  font-family: var(--ff-nunito);
  line-height: 1.4;
}

.h1 {
  font-size: var(--fs-1);
  text-transform: uppercase;
}

.h2,
.h3 {
  font-weight: var(--fw-400);
}

.h2 {
  font-size: var(--fs-2);
}

.h3 {
  font-size: var(--fs-4);
}

.w-100 {
  width: 100%;
}

.header-contact {
  display: none;
}

.set-top-banner {
  background: url("../image/home-banner.jpg") no-repeat center center / cover;
}

.logo img {
  width: 180px;
  margin-top: 10px;
}

#site-header.scrolled {
  background: var(--dark-blue);
}

/*.header.active {
    box-shadow: var(--shadow-1);
}

.header .container {
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.user-btn {
    --color: var(--slate-blue-light);
    --background: var(--white);
    --shadow-2: var(--shadow-1);
    box-shadow: var(--shadow-1);
}

.nav-toggle-btn span {
    background: var(--slate-blue-light);
    width: 22px;
    height: 2px;
    border-radius: 2px;
    margin-block: 8px;
    transform-origin: right;
    transition: var(--transition);
}

    .nav-toggle-btn span.two {
        transform: scaleX(0.7);
    }

    .nav-toggle-btn span.three {
        transform: scaleX(0.4);
    }

.nav-toggle-btn:is(:hover, :focus) span {
    background: var(--carolina-blue);
}

.nav-toggle-btn.active span {
    transform: scaleX(1);
    background: var(--carolina-blue);
}

.navbar {
    background: #040416;
    position: fixed;
    top: 70px;
    bottom: 0;
    right: -260px;
    max-width: 260px;
    width: 100%;
    padding: 20px 25px;
    visibility: hidden;
    transition: 0.25s cubic-bezier(0.51, 0.03, 0.64, 0.28);
}

    .navbar.active {
        visibility: visible;
        transform: translateX(-100%);
        transition: 0.5s cubic-bezier(0.33, 0.85, 0.56, 1.02);
    }

.navbar-link {
    color: var(--alice-blue-1);
    font-family: var(--ff-nunito);
    font-size: var(--fs-6);
    padding-block: 5px;
    margin-bottom: 15px;
}

    .navbar-link:after {
        border-bottom: 2px solid transparent;
        content: "";
        display: block;
        height: 5px;
    }

    .navbar-link:is(:hover, :focus) {
        color: var(--white);
    }

        .navbar-link:is(:hover, :focus)::after,
        .navbar-link.active::after {
            content: "";
            display: block;
            border-bottom: 2px solid var(--orange);
            border-radius: 1px;
            height: 5px;
            width: auto;
            color: var(--white);
        }

.overlay {
    position: fixed;
    top: 70px;
    background: hsl(216, 38%, 95%);
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    transition: var(--transition);
}

    .overlay.active {
        opacity: 0.7;
        pointer-events: all;
    }

.header-actions a {
    color: var(--slate-blue);
    font-family: var(--ff-nunito);
    font-size: var(--fs-6);
    line-height: 1.3;
}

.envelope {
    background: url("../image/Send_fill.svg");
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: inline-flex;
    vertical-align: middle;
}

.telephone {
    background: url("../image/call.svg");
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: inline-flex;
    vertical-align: middle;
}*/
.envelope {
  background: url("../image/Send_fill.svg");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: inline-flex;
  vertical-align: middle;
}

.telephone {
  background: url("../image/call.svg");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: inline-flex;
  vertical-align: middle;
}
.custom-btn {
  display: inline-flex;
  align-items: center;
  background-color: #f98700;
  color: white;
  font-weight: normal;
  font-size: 18px;
  padding: 8px 30px;
  border-radius: 50px;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
  margin-top: 30px;
  font-family: var(--ff-open-sans);
}

.custom-btn .icon-circle {
  background: url("../image/btn-services-arrow.svg");
  background-repeat: no-repeat;
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -30px;
  top: 0%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.custom-btn:hover .icon-circle {
  transform: translateX(-10px);
}
.hero-inner-page {
  padding: 20px;
  width: 100%;
  background: url("../image/casestudy/background-custom.png") center / cover
    no-repeat;
}
.hero-form {
  background: var(--gradient);
  border: 1px solid var(--white);
  box-shadow: var(--shadow-1);
  border-radius: var(--radius-18);
  font-family: var(--ff-nunito);
}

.contact-a {
  display: flex;
  gap: 10px;
  align-items: center;
}

.input-wrapper {
  padding: 15px 20px;
}

.input-wrapper:not(:last-of-type) {
  border-bottom: 1px solid hsla(0, 0%, 0%, 0.08);
}

.input-label {
  color: var(--manatee);
  font-size: var(--fs-6);
  margin-bottom: 10px;
}

.input-field {
  color: var(--space-cadet);
  outline: 2px solid transparent;
  outline-offset: 5px;
  border-radius: 4px;
  transition: var(--transition);
}

.input-field:focus {
  outline-color: var(--carolina-blue);
}

.input-field::placeholder {
  color: var(--independence);
}

.hero-form .btn {
  --width: calc(100% - 40px);
  --height: 50px;
  margin: 20px;
  text-transform: uppercase;
}
/*-----------------------------------*\
  #ABOUT
\*-----------------------------------*/

.about .container {
  display: grid;
  gap: 50px;
}

.about .section-title {
  margin-block-end: 35px;
}

.accordion-card .card-title {
  padding-block-end: 20px;
}

.accordion-btn {
  display: flex;
  align-items: center;
  gap: 10px;
}

.accordion-btn ion-icon {
  font-size: 1.5rem;
  color: var(--blue-crayola);
  transition: var(--transition-1);
}

.accordion-card.expanded .accordion-btn ion-icon {
  transform: rotate(0.5turn);
}

.accordion-btn .span {
  transition: var(--transition-1);
}

.accordion-btn:is(:hover, :focus-visible) .span,
.accordion-card.expanded .accordion-btn .span {
  color: var(--dark-blue-text);
}

.accordion-content {
  padding-inline-start: 24px;
  max-height: 0;
  overflow: hidden;
}

.accordion-card.expanded .accordion-content {
  max-height: max-content;
  padding-block-end: 20px;
  color: var(--eerie-black);
}
/**
   * step
   */
.steps {
  background-color: #0a0a36;
}

.steps__grid {
  margin-top: 4rem;
  display: grid;
  gap: 1rem;
}
.padding-services-container {
  padding-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
h2.section__header {
  color: #fb8501;
  text-align: center;
  /* font-size: 22px;
    text-transform: lowercase;
    font-weight: normal;*/
}

h2.section__header div {
  font-size: 32px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

p.section__description {
  color: var(--dark-bg-par);
  text-align: center;
  width: 80%;
  margin: 0.5rem auto 0;
}

.steps__card {
  padding: 1rem;
  background: #090930;
}

.steps__card span {
  display: flex;
  margin-bottom: 1rem;
  padding: 5px 11px;
  font-size: 1.5rem;
  border-radius: 100%;
}

.steps__card h4 {
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: 600;
  color: var(--alice-blue-2);
  text-align: center;
}

.steps__card h3 {
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 600;
  color: #e39b45bf;
  text-align: center;
}

.steps__card p {
  color: var(--dark-bg-par);
  font-size: 14px;
  text-align: center;
}

.services_ul {
  color: var(--dark-bg-par);
  text-align: center;
}

.horizontal-services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  max-width: 1100px;
  margin: auto;
  padding-top: 40px;
  margin-top: 0px;
}

.service-item {
  background: #f3f6fd;
  padding: 15px;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  z-index: 9;
  display: flex;
  gap: 8px;
}
.services-right {
  display: flex;
  flex-direction: column;
  align-self: center;
  align-items: flex-start;
}

.service-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.icon-wrapper {
  width: 65px;
  height: 65px;
  margin: 0 auto 20px;
  /*background: #f0efff;
  border-radius: 50%;*/
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-wrapper img {
  width: 32px;
  height: 32px;
}

.service-item h4 {
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 600;
  color: #1775c1;
}

.service-item p {
  font-size: 14px;
  color: #5a5a5a;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .horizontal-services {
    grid-template-columns: 1fr;
  }

  .service-item {
    padding: 30px 20px;
  }

  .about-banner img {
    width: 100%;
    height: 100%;
  }
}
/**New contact form**/
/* Screen-reader utility */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Section base */
.callback {
  padding: 34px 0;
}

.callback-inner {
  padding: 0px 28px;
  display: grid;
  grid-template-columns: 1.1fr 1.3fr;
  gap: 22px;
  align-items: center;
  overflow: hidden;
  opacity: 0;
  transform: translateY(18px);
}

/* Left text */
.callback-left {
  text-align: right;
}

.callback-left h2 {
  margin: 0 0 8px;
  font-size: 18px;
  letter-spacing: 0.6px;
  color: #ffffff;
  font-weight: 700;
}

.callback-left p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  line-height: 1.5;
  max-width: 520px;
}

.callback-link {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Right form */
.callback-form {
  width: 100%;
}

.callback-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.callback-grid input {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #062b6e;
  background: rgb(26, 64, 134, 0.8);
  color: #ffffff;
  padding: 10px 12px;
  font-size: 13px;
}

.callback-grid input::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.callback-grid input:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -2px;
}

.callback-grid input#phone {
  grid-column: 1 / 2;
}

.callback-btn {
  grid-column: 2 / 3;
  height: 40px;
  border: 0;
  border-radius: 4px;
  background: #28a745;
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
  transition:
    transform 0.15s ease,
    filter 0.15s ease;
}

.callback-btn:disabled {
  background-color: #fb8501;
  color: #ffff;
  cursor: not-allowed;
  opacity: 0.8;
}

.callback-btn:not(:disabled):hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

/* Captcha + WhatsApp */
.callback-captcha {
  margin-top: 12px;
}

.callback-wa {
  display: inline-block;
  margin-top: 10px;
  color: #fff !important;
  background: #00b335;
  padding: 10px;
  border-radius: 8px;
  text-decoration: none;
}

.callback-wa:hover {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ===== Page-load animation ===== */
.callback-inner.is-animate {
  animation: cbWrap 0.6s ease-out forwards;
}

.callback-left,
.callback-right {
  opacity: 0;
  transform: translateY(22px);
}

.callback-inner.is-animate .callback-left {
  animation: cbUp 0.65s ease-out forwards;
  animation-delay: 0.1s;
}

.callback-inner.is-animate .callback-right {
  animation: cbUp 0.65s ease-out forwards;
  animation-delay: 0.25s;
}

@keyframes cbWrap {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes cbUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .callback-inner,
  .callback-left,
  .callback-right {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
@media (min-width: 900px) {
  #whatsapp-btn {
    display: none;
  }
}
/* Responsive */
@media (max-width: 900px) {
  .callback-inner {
    grid-template-columns: 1fr;
  }

  .callback-grid {
    grid-template-columns: 1fr;
  }

  .callback-grid input#phone,
  .callback-btn {
    grid-column: auto;
  }
  .callback-left {
    text-align: left;
  }
}

/**end***/

.footer {
  position: relative;
  background-image: url("../image/get-a-callback-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 20px 0px;
}

.footer a {
  color: inherit;
}

.footer-top {
  padding-block: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  row-gap: 50px;
}

.footer-text {
  font-size: var(--fs-6);
  line-height: 1.8;
}

.footer-list {
  font-family: var(--ff-nunito);
}

.footer-list:not(:last-of-type) {
  width: 50%;
}

.footer-list:last-of-type {
  width: 100%;
  column-count: 2;
}

.footer-col p {
  margin-bottom: 10px;
  color: #e0e5f2;
  font-size: 13px;
  line-height: 24px;
}

.copyright {
  color: #b1bcd9;
  font-size: 13px;
}

.copyright > a {
  display: inline-block;
}

.copyright > a:is(:hover, :focus) {
  color: #e3ddc2;
}

.footer-end {
  background: linear-gradient(180deg, #07122c 0%, #030817 100%);
  color: #fff;
  padding: 50px 0 0px 20px;
  border-top: 5px solid #253c70;
}

.footer-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
}

.footer-col h4 {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 600;
  color: #eef3ff;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 0;
  padding-top: 8px;
  border-bottom: 1px dotted #293a62;
}

.footer-col ul li a {
  font-size: 12px;
  color: #e5f2ff;
  text-decoration: none;
  transition: color 0.3s;
  font-weight: normal;
  padding-bottom: 5px;
}

.footer-col ul li a:hover {
  color: #ff6f00;
}

.social-links a {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  color: #9caed8;
  transition: color 0.3s;
}

.social-links a:hover {
  color: #b7633c;
}

.footer-bottom {
  text-align: center;
  padding-top: 15px;
  margin-top: 20px;
  font-size: 14px;
  color: #aaa;
}

/*-----------------------------------*\
  #MEDIA QUERIES
\*-----------------------------------*/

@media (min-width: 580px) {
  .container {
    max-width: 540px;
    margin-inline: auto;
  }

  .steps__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  /**
   * HEADER
   */
}

/**
 * responsive for large than 768px screen
 */

@media (min-width: 768px) {
  /**
   * CUSTOM PROPERTY
   */

  :root {
    --fs-1: 2.625rem;
  }

  .grid-list {
    grid-template-columns: 1fr 1fr;
  }
  /**
   * REUSED STYLE
   */

  .container {
    max-width: 720px;
  }

  .hero-form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 0.8fr;
  }

  .input-wrapper:not(:last-of-type) {
    border-bottom: none;
    border-right: 1px solid hsla(0, 0%, 0%, 0.08);
  }

  .input-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /**
   * ABOUT
   */

  .about .container {
    grid-template-columns: 0.3fr 0.7fr;
    align-items: center;
    justify-content: center;
  }

  .explore-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .steps__grid {
    margin-top: 4rem;
    grid-template-columns: repeat(4, 1fr);
  }

  /**
   * FOOTER
   */

  .footer-brand {
    width: 100%;
  }

  .footer-text {
    max-width: 400px;
  }

  .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-block: 30px;
  }

  .social-list {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }

  .footer-list:not(:last-of-type) {
    width: 25%;
  }

  .footer-list:last-of-type {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  :root {
    --fs-1: 2.875rem;
    --fs-2: 2rem;
  }

  .container {
    max-width: 1170px;
  }

  .overlay,
  .nav-toggle-btn {
    display: none;
  }

  .navbar,
  .navbar.active {
    all: unset;
  }

  .navbar-link {
    margin-bottom: 0;
    font-weight: var(--fw-600);
  }

  .navbar-list {
    display: flex;
    gap: 50px;
  }

  .hero-form {
    max-width: 900px;
  }

  .hero-form .btn {
    --width: calc(100% - 40px);
    --height: 50px;
    margin: 20px;
    text-transform: uppercase;
  }

  /**
   * FOOTER
   */

  .footer-brand {
    width: 33.33%;
  }

  .footer-text {
    max-width: 35ch;
  }

  .footer-list:not(:last-of-type) {
    width: 16.66%;
  }

  .footer-list:last-of-type {
    width: 33.33%;
  }
}
/* Section background */
.svc-container {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 24px;
}

/* Section heading */
.svc-heading {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 8px;
}

.svc-subtitle {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 40px;
  color: #9ca3af;
  font-size: 0.95rem;
}

/* Grid layout */
.svc-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

/* Service card */
.svc-card {
  background-color: #0b1235;
  border-radius: 10px;
  padding: 32px 22px 30px;
  text-align: left;
  text-decoration: none;
  color: #f9fafb;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.15);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease;
}

/* Icon circle */
.svc-icon {
  width: 70px;
  height: 70px;
  border-radius: 999px;
  background-color: #f9fafb;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}

.svc-icon span {
  font-size: 1.5rem;
  color: #0b1235;
}

/* Titles */
.svc-title {
  text-align: center;
  font-size: 1.05rem;
  margin-bottom: 4px;
  color: #f97316; /* orange heading */
  font-weight: 600;
}

.svc-tagline {
  text-align: center;
  font-size: 0.95rem;
  margin-bottom: 16px;
  font-weight: 600;
}

/* Bullet list */
.svc-list {
  list-style: none;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #e5e7eb;
}

.svc-list li + li {
  margin-top: 6px;
}

.svc-list strong {
  color: #ffffff;
  font-weight: 600;
}

/* Hover effects */
.svc-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.6);
  border-color: #f97316;
  background-color: #10163b;
}

/* RESPONSIVE BREAKPOINTS */
@media (max-width: 1100px) {
  .svc-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .svc-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .svc-grid {
    grid-template-columns: 1fr;
  }

  .svc-heading {
    font-size: 1.7rem;
  }

  .svc-card {
    padding: 26px 18px 24px;
  }
}

/* ---------------- HERO AREA ---------------- */

/* ---------------- SECTION BASE ---------------- */
section {
  padding: 70px 0;
}

.section-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #0a0a36;
}

.section-subtitle {
  color: #4b5563;
  font-size: 1rem;
  max-width: 600px;
  margin-bottom: 30px;
}

/* ---------------- WHAT WE DELIVER ---------------- */
.what-we-deliver-section {
  background: #f3f6fd;
}

.deliver-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.deliver-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
  border: 2px solid #f2f2fa;
}

.deliver-card h3 {
  color: #0a0a36;
  font-size: 1.15rem;
  margin-bottom: 10px;
}

.deliver-card p {
  color: #4b5563;
  margin-bottom: 14px;
  font-size: 0.95rem;
}

.deliver-card ul {
  font-size: 0.9rem;
  list-style: none;
}

.deliver-card li + li {
  margin-top: 6px;
}

.deliver-card li strong {
  color: #ff7a1a;
}
/* ---------------- CAPABILITIES GRID ---------------- */
.capabilities {
  background: #fff;
  padding-bottom: 0;
}

.cap-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.cap-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: 0.2s;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.cap-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.15);
}

.cap-card h4 {
  color: #0a0a36;
  margin-bottom: 6px;
  font-size: 1.05rem;
}

.cap-card p {
  color: #4b5563;
  font-size: 0.88rem;
}

/* ---------------- PROCESS TIMELINE ---------------- */
.process-timeline {
  background: #fff;
}

.process-line-wrapper {
  position: relative;
  margin-top: 40px;
}

.process-line {
  height: 2px;
  background: #c7c9ed;
  width: 85%;
  position: absolute;
  top: 24px;
  left: 0;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  position: relative;
}

.copyright > a {
  color: #fbfcff;
}

.process-step {
  text-align: left;
  padding-top: 40px;
}

.step-number {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #0a0a36;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -2px;
}

.process-step h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: #0a0a36;
  margin-top: 40px;
}

.process-step p {
  font-size: 0.85rem;
  color: #4b5563;
}

/* ---------------- RESPONSIVE ---------------- */
@media (max-width: 900px) {
  .hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-card {
    margin-top: 20px;
  }

  .deliver-grid {
    grid-template-columns: 1fr;
  }

  .cap-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .step-number {
    left: 0;
  }
  /* ---------------- PROCESS - VERTICAL ---------------- */
  .process-timeline {
    background: #fff;
    margin-top: 40px;
    position: relative;
    padding-left: 40px; /* space for vertical line */
  }

  .process-line {
    display: none;
  }
  /* Vertical line */
  .process-timeline::before {
    /*content: "";
    position: absolute;
    left: 13%;
    top: 20%;
    width: 3px;
    height: 65%;
    background: #c7c9ed;
    border-radius: 6px;*/
    display: none;
  }

  /* Each step wrapper */
  .process-step {
    position: relative;
    padding: 20px 0 20px 30px;
  }

  /* Number circle */
  .step-number {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #0a0a36;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -20px;
    top: 60px;
  }

  /* Titles + Description */
  .process-step h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #0a0a36;
    margin-bottom: 6px;
  }

  .process-step p {
    font-size: 0.85rem;
    color: #4b5563;
    margin-top: 4px;
  }
}

@media (max-width: 600px) {
  .cap-grid {
    grid-template-columns: 1fr;
  }
}

.breadcrumbs {
  padding: 12px 0;
  font-size: 0.9rem;
  background: #fff;
  border-bottom: 1px solid #ebebeb;
}

.breadcrumbs .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}

.breadcrumbs a {
  color: #4b5563;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .sep {
  color: #7a7a9e;
  font-family: cursive;
}

/* Current page */
.breadcrumbs .current {
  color: #0a0a36;
  font-weight: 600;
}

/* Mobile tweaks */
@media (max-width: 600px) {
  .breadcrumbs {
    font-size: 0.8rem;
  }

  .breadcrumbs .container {
    justify-content: flex-start; /* or center if you prefer */
  }
}
/* ================= CLIENT SPOTLIGHT SLIDER ================= */

.client-spotlight {
  padding: 70px 0;
  background: #ffffff;
}

/* Slider wrapper */

.spotlight-slider {
  position: relative;
  margin-top: 24px;
}

/* Each slide */

.spotlight-slide {
  display: none;
  opacity: 0;
  transform: translateY(6px);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.spotlight-slide.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

/* Two-column layout inside slide */

.spotlight-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 24px;
  align-items: stretch;
}

/* Left: project details card */

.spotlight-project {
  background: #dedff3;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
}

.spotlight-project h3 {
  color: #0a0a36;
  font-size: 1.25rem;
  margin-bottom: 6px;
  font-weight: 700;
}

.project-link {
  margin-bottom: 12px;
}

.project-link a {
  color: #0a0a36;
  text-decoration: underline;
  font-weight: 600;
}

.spotlight-project p {
  color: #4b5563;
  font-size: 0.95rem;
  margin-bottom: 14px;
}

.project-meta {
  list-style: none;
  margin-top: 10px;
  color: #111827;
  font-size: 0.92rem;
}

.project-meta li + li {
  margin-top: 8px;
}

.project-meta strong {
  color: #0a0a36;
  font-weight: 700;
}

/* Optional preview image inside project block */

.spotlight-project img {
  width: 100%;
  border-radius: 12px;
  margin-top: 14px;
  border: 1px solid rgba(10, 10, 54, 0.12);
}

/* Right: testimonial card */

.spotlight-testimonial {
  /* background: #0a0a36;

  border-radius: 16px;*/

  padding: 24px;
  color: #0a0a36;
  /*box-shadow: 0 12px 25px rgba(0, 0, 0, 0.16);

  border: 1px solid rgba(222, 223, 243, 0.18);*/
}

/* Client name + photo row */

.client-info {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.client-photo {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #dedff3;
  background: #ffffff;
}

.client-info strong {
  color: #0a0a36;
  font-size: 1rem;
}

.client-info span {
  color: #0a0a36;
  font-size: 0.9rem;
}

/* Quotes */

.spotlight-testimonial blockquote {
  margin: 0;
  padding: 12px 14px;
  border-left: 4px solid #ff7a1a;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #ffffff;
  background: #0a0a36;
}

.spotlight-testimonial blockquote + blockquote {
  margin-top: 12px;
}

/* Controls */

.spotlight-controls {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.spotlight-prev,
.spotlight-next {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(10, 10, 54, 0.12);
  background: #ffffff;
  color: #0a0a36;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    background 0.15s ease;
}

.spotlight-prev:hover,
.spotlight-next:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
  background: #f7f7ff;
}

.spotlight-prev:focus,
.spotlight-next:focus {
  outline: 3px solid rgba(255, 122, 26, 0.45);
  outline-offset: 2px;
}

/* ================= RESPONSIVE ================= */

/* Tablet */

@media (max-width: 900px) {
  .spotlight-grid {
    grid-template-columns: 1fr;
  }

  .spotlight-project,
  .spotlight-testimonial {
    padding: 20px;
  }
}

/* Mobile */

@media (max-width: 600px) {
  .client-photo {
    width: 48px;
    height: 48px;
  }

  .spotlight-testimonial blockquote {
    font-size: 0.92rem;
  }
}

/* Dropdown base */

.nav-item.dropdown {
  position: relative;
}

.dropdown-toggle {
  background: transparent;
  border: 0;
  cursor: pointer;
  width: 100%;
  text-align: left;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.dropdown-toggle:focus-visible {
  outline: 2px solid #0a0a36;
  outline-offset: 3px;
  border-radius: 6px;
}

/* Menu */

.dropdown-menu {
  list-style: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 220px;
  background: #ffffff;
  border: 1px solid rgba(10, 10, 54, 0.12);
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  display: none;
  z-index: 999;
}

.dropdown-menu li {
  margin-top: 0;
  padding-top: 0;
}

.dropdown-link {
  display: block;
  padding: 10px 14px;
  text-decoration: none;
  color: #0a0a36;
  font-size: 14px;
  line-height: 1.2;
}

.dropdown-link:hover,
.dropdown-link:focus {
  background: rgba(238, 151, 30, 0.12);
  outline: none;
}

/* Open states (desktop hover/focus + JS class) */

.nav-item.dropdown:hover .dropdown-menu,
.nav-item.dropdown:focus-within .dropdown-menu,
.nav-item.dropdown.open .dropdown-menu {
  display: block;
}

/* Mobile: dropdown should be inline (not absolute) */

@media (max-width: 991px) {
  .dropdown-menu {
    position: static;
    margin-top: 6px;
    min-width: 100%;
    box-shadow: none;
    border-radius: 10px;
  }

  .dropdown-link {
    padding-left: 18px;
  }
}

.clutch-widget {
  margin-top: 10px;
}

.whatsapp-button {
  display: none; /* hidden by default */
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #25d366;
  color: #fff;
  padding: 12px 18px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.spotlight-slide {
  display: none;
}

.spotlight-slide.active {
  display: block;
}

.body-terms {
  font-family: Arial, sans-serif;
  margin: 40px auto;
  max-width: 1000px;
  line-height: 1.6;
  margin-top: 20px;
  color: #333;
  padding: 0 20px;
}

.text-center {
  text-align: center;
}

.display-inline {
  display: inline-table;
}

.li-strong {
  color: #0a0a36;
}

.hero-color-home {
  background: #0a0a3600;
}

/* Trigger */
.open-modal-btn {
  background: linear-gradient(90deg, #007bff, #00c6ff);
  color: #fff;
  padding: 12px 20px;
  border: 0;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.open-modal-btn:hover {
  transform: translateY(-1px);
}

/* Modal container */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.5s ease forwards;
  z-index: 1000;
}
/* Modal box */
.modal-content {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  max-width: 500px;
  width: 90%;
  position: relative;
  transform: scale(0.8);
  opacity: 0;
  animation: popIn 0.5s ease forwards;
}

/* Close button */
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}

/* Animations */
@keyframes fadeIn {
  from {
    background: rgba(0, 0, 0, 0);
  }

  to {
    background: rgba(0, 0, 0, 0.6);
  }
}

@keyframes popIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.modal.show {
  display: block;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

/* Dialog */
.modal-dialog {
  position: relative;
  z-index: 1001;
  width: min(1000px, 92vw);
  max-height: 90vh;
  margin: 10vh auto;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  overflow-y: auto; /* Enable scroll inside modal */
}

/* Close */
.close {
  position: absolute;
  top: 12px;
  right: 14px;
  background: transparent;
  border: 0;
  font-size: 28px;
  line-height: 1;
  color: #333;
  cursor: pointer;
  z-index: 2;
}

/* Grid */
.modal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

/* Left */
.modal-left {
  padding: 28px;
  background: #0a0a36;
  border-right: 1px solid #e9eef5;
}

.modal-left h2 {
  margin: 0 0 12px;
  color: #ff7a1ab5;
  font-size: 22px;
}

.bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.bullets li {
  margin: 8px 0;
  color: #ffffffa1;
  position: relative;
  padding-left: 20px;
}

.bullets li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #16a34a;
}

.contact-info-modal h3 {
  margin: 16px 0 8px;
  font-size: 16px;
  color: #ffffffa1;
}

.contact-info-modal p {
  margin: 4px 0;
  color: #ffffffa1;
}

.cta-message {
  margin-top: 16px;
  font-weight: 600;
  color: #dfa06a;
}

/* Right */
.modal-right {
  padding: 28px;
}

.modal-right h2 {
  margin: 0 0 8px;
  color: #ff7a1a;
  font-size: 22px;
}

.trust {
  margin: 0 0 16px;
  color: #555;
  font-size: 14px;
}

/* Form */
.form .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}

.form .row:nth-child(2),
.form .row:nth-child(4),
.form .row:nth-child(5) {
  grid-template-columns: 1fr;
}

input,
textarea {
  width: 100%;
  padding: 12px 12px;
  border: 1px solid #d7dce3;
  border-radius: 10px;
  font-size: 14px;
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
  background: #fff;
}

input:focus,
textarea:focus {
  border-color: #0b5ed7;
  box-shadow: 0 0 0 4px rgba(11, 94, 215, 0.12);
}

textarea {
  min-height: 110px;
  resize: vertical;
}

.submit-btn {
  width: 100%;
  padding: 12px 18px;
  border: 0;
  border-radius: 10px;
  /*  background: linear-gradient(90deg, #0b5ed7, #00c6ff);*/
  background: linear-gradient(90deg, #d7850b, #a3d925);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    filter 0.2s ease;
}

.submit-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}

/* Scroll handling */
.modal-right,
.modal-left {
  overflow-y: auto;
  /*    max-height: calc(90vh - 24px);*/
}

/* Mobile */
@media (max-width: 768px) {
  .modal-grid {
    grid-template-columns: 1fr;
  }

  .modal-dialog {
    width: 94vw;
    margin: 3vh auto;
  }
  .modal-left.modal-content {
    order: 2;
    width: 100%;
  }
  .modal-right.modal-content {
    width: 100%;
    order: 1;
  }
  .form .row {
    grid-template-columns: 1fr;
  }

  .close {
    top: 10px;
    right: 10px;
  }
}

/*Success popup*/
.success-popup {
  display: none;
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.success-popup.show {
  display: block;
  opacity: 1;
}

.success-content {
  background: #fff;
  margin: 15% auto;
  padding: 30px;
  border-radius: 12px;
  width: 90%;
  max-width: 400px;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  animation: scaleUp 0.4s ease;
  position: relative;
}

.success-content h2 {
  color: #28a745;
  margin: 15px 0 10px;
}

.success-content p {
  color: #444;
  font-size: 15px;
}

.success-popup .close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  color: #333;
}

/* Popup animation */
@keyframes scaleUp {
  from {
    transform: scale(0.9);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* Checkmark animation */
.checkmark {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  position: relative;
}

.checkmark-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 4px solid #28a745;
  position: absolute;
  top: 0;
  left: 0;
  animation: circleFade 0.5s ease forwards;
}

.checkmark-stem {
  width: 4px;
  height: 25px;
  background: #28a745;
  position: absolute;
  left: 38px;
  top: 27px;
  transform: rotate(45deg) scaleY(0);
  animation: stemGrow 0.4s ease 0.5s forwards;
}

.checkmark-kick {
  width: 4px;
  height: 12px;
  background: #28a745;
  position: absolute;
  left: 28px;
  top: 38px;
  transform: rotate(-45deg) scaleY(0);
  animation: kickGrow 0.4s ease 0.9s forwards;
}

@keyframes circleFade {
  from {
    opacity: 0;
    transform: scale(0.8);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes stemGrow {
  from {
    transform: rotate(45deg) scaleY(0);
  }

  to {
    transform: rotate(45deg) scaleY(1);
  }
}

@keyframes kickGrow {
  from {
    transform: rotate(-45deg) scaleY(0);
  }

  to {
    transform: rotate(-45deg) scaleY(1);
  }
}

/* Prevent background scroll */
body.modal-open {
  overflow: hidden;
}

/* Target the modal content */
.modal-content {
  scrollbar-width: thin; /* For Firefox */
  scrollbar-color: #888 #f1f1f1; /* For Firefox */
}

/* For WebKit browsers */
.modal-content::-webkit-scrollbar {
  width: 8px; /* Slim scrollbar */
}

.modal-content::-webkit-scrollbar-track {
  background: #f1f1f1; /* Light track */
  border-radius: 4px;
}

.modal-content::-webkit-scrollbar-thumb {
  background-color: #888; /* Gray thumb */
  border-radius: 4px;
  border: 2px solid #f1f1f1; /* Adds spacing effect */
}

.modal-content::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* Darker on hover */
}

.display-none {
  display: none;
}

/*Validation*/
input,
textarea {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px;
  transition:
    border-color 0.3s,
    box-shadow 0.3s;
}

/* Valid state (only after validation triggered) */
.was-validated input:valid,
.was-validated textarea:valid,
input.touched:valid,
textarea.touched:valid {
  border-color: #28a745;
  box-shadow: 0 0 6px rgba(40, 167, 69, 0.3);
}

/* Invalid state (only after validation triggered) */
.was-validated input:invalid,
.was-validated textarea:invalid,
input.touched:invalid,
textarea.touched:invalid {
  border-color: #dc3545;
  box-shadow: 0 0 6px rgba(220, 53, 69, 0.3);
}

/* Error message hidden by default */
.error-msg {
  display: none;
  color: #dc3545;
  font-size: 0.85rem;
  margin-top: 4px;
}

/* Show error only when validation triggered */
.was-validated input:invalid + .error-msg,
.was-validated textarea:invalid + .error-msg,
input.touched:invalid + .error-msg,
textarea.touched:invalid + .error-msg {
  display: block;
}

/* Default state */
.bounce-text span {
  opacity: 0;
  transform: translateY(20px);
}

/* Animate only when in view */
.bounce-text.animate span {
  animation: bounceIn 0.6s ease forwards;
}
/* Parallax background */
.parallax-bg {
  background-image: url("/media/image/home-banner.jpg"); /* replace with your image */
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* Optional overlay for readability */
.parallax-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); /* subtle dark overlay */
}

/* Bounce text animation */
.bounce-text span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  animation: bounceIn 0.6s ease forwards;
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  50% {
    opacity: 1;
    transform: translateY(-10px);
  }
  70% {
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Sequential delays */
.bounce-text span:nth-child(1) {
  animation-delay: 0s;
}
.bounce-text span:nth-child(2) {
  animation-delay: 0.3s;
}
.bounce-text span:nth-child(3) {
  animation-delay: 0.6s;
}
.bounce-text span:nth-child(4) {
  animation-delay: 0.9s;
}
.bounce-text span:nth-child(5) {
  animation-delay: 1.2s;
}
.bounce-text span:nth-child(6) {
  animation-delay: 1.5s;
}
.bounce-text span:nth-child(7) {
  animation-delay: 1.8s;
}
.gt-current-lang {
  display: inline-block;
  align-items: center; /* vertically centers them */
  /* adds spacing between items */
  border: 1px solid #d0d0d0;
  border-radius: 100%;
  padding: 8px !important;
}

.gt-current-lang img {
  height: 20px; /* keep flag size consistent */
  margin: 0px !important;
}
div#gt_float_wrapper {
  top: 20px !important;
  position: static !important;
}
.gt_float_switcher {
  box-shadow: none !important;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
  display: none !important;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow,
.gt_float_switcher
  .gt-selected
  .gt-current-lang
  span.gt_float_switcher-arrow.gt_arrow_rotate {
  display: none !important;
}
.gt_float_switcher img {
  width: 22px !important;
}
.gt_float_switcher .gt_options a {
  font-size: 14px;
  padding: 8px;
}
.gt_float_switcher .gt_options a img {
  width: 25px;
}
.gt_float_switcher .gt_options a:hover {
  background: #1775c1;
}
.gt_float_switcher .gt_options {
  position: fixed !important;
  background: #ffff;
}
.gt_float_switcher .gt_options.gt-open {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

/********** New services section ***********/
.it-services {
  background: #f3f6fd;
  padding: 80px 0;
}

/*.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 24px;
}
*/
.services-wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  align-items: self-start;
}

.services-content h4 {
  font-size: 25px;
  color: #1775c1;
  margin-bottom: 16px;
  font-weight: 600;
}
.services-content h4:before {
  content: "";
  width: 4px;
  height: 20px;
  background: #cbcbcb;
  display: inline-block;
  margin-right: 10px;
}
.services-content p {
  color: #5a6475;
  font-size: 16px;
  line-height: 1.6;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.service-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 24px;
  text-align: center;
  transition: 0.3s ease;
  cursor: pointer;
  position: relative;
}
.service-card:after {
  content: "";
  display: inline-block;
  width: 120px;
  height: 4px;
  background: #bfcceb;
  border-radius: 10px;
  position: absolute;
  bottom: 0px;
  text-align: center;
  left: 50px;
}
.service-card:hover::after {
  background: #f28c3d;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(16, 24, 40, 0.08);
}

.service-card .icon {
  font-size: 28px;
  display: inline-block;
  margin-bottom: 12px;
}
.service-card .icon img {
  width: 50px;
  height: 50px;
}
.service-card h4 {
  font-size: 16px;
  color: #0a0a36;
  margin-bottom: 6px;
}

.service-card p {
  font-size: 14px;
  color: #5a6475;
}

.service-card.highlight {
  background: #1477bc;
  color: #ffffff;
}
.service-card.highlight:after {
  display: none;
}
.service-card.highlight h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.service-card.highlight p {
  color: #e7f5ff;
}

.service-card.highlight .arrow {
  font-size: 24px;
  margin-top: 12px;
  display: inline-block;
}
@media (max-width: 900px) {
  .services-wrapper {
    grid-template-columns: 1fr;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-card:after {
    content: "";
    display: inline-block;
    width: 100%;
    text-align: center;
    left: 0px;
  }
}

@media (max-width: 480px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}
/****why choose us********/
.why-choose {
  background: #fff;
  padding: 80px 0;
}

.wc-container {
  margin: 0 auto;
  padding: 0 24px;
}
.wc-grid {
  display: grid;
  grid-template-columns: 1fr 420px 1fr;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}

/* Center image */
.wc-visual {
  position: relative;
  display: flex;
  justify-content: center;
}

.wc-visual-card {
  width: 100%;
  max-width: 380px;
  border-radius: 50%;
  overflow: hidden;
}

.wc-visual-card img {
  width: 100%;
  height: auto;
  display: block;
}

/* Left & right columns */
.trust-side {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.trust-left {
  text-align: right;
}

.trust-left .trust-card {
  flex-direction: row-reverse;
}

.trust-right {
  text-align: left;
}

/* Cards */
.trust-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.trust-title {
  margin: 0 0 10px;
  color: #1775c1;
  font-size: 25px;
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: -0.3px;
  text-align: center;
}
.trust-title:before {
  content: "";
  width: 4px;
  height: 20px;
  background: #cbcbcb;
  display: inline-block;
  margin-right: 10px;
}
.trust-subtitle {
  margin: 0 0 22px;
  color: #5a6475;
  font-size: 15.5px;
  line-height: 1.7;
  max-width: 70ch;
  text-align: center;
  margin: 0 auto;
}
.trust-subtitle .btn-primary {
  word-break: break-word;
  display: flex;
  max-width: 60ch;
  margin: 20px auto 0;
  white-space: normal;
  line-height: 24px;
}
.trust-list {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.trust-side article.trust-card {
  text-align: left;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #f1f1f1;
  box-shadow: rgba(10, 10, 54, 0.06) 0px 10px 30px;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
}
article.trust-card:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 4px;
  background: rgb(191, 204, 235);
  border-radius: 10px;
  position: absolute;
  bottom: 0px;
  text-align: center;
  /* transform: translate(70%, 0); */
}
.trust-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-size: 20px;
  /*background: rgba(238, 151, 30, 0.16);*/ /* soft orange */
}

.trust-text h4 {
  margin: 0 0 10px;
  font-size: 16px;
  color: #0a0a36;
}

.trust-text p {
  margin: 0;
  color: #5a6475;
  font-size: 13.8px;
  line-height: 1.55;
}
/* Floating badges */
.wc-badge {
  position: absolute;
  background: #1775c1;
  color: #fff;
  padding: 14px 18px;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}
.wc-badge-num {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1;
}

.wc-badge-text {
  font-size: 13px;
  margin-top: 4px;
  opacity: 0.9;
}
.wc-badge-1 {
  bottom: 0;
  left: 20%;
}

.wc-badge-2 {
  top: 0%;
  right: 3px;
  background: #ffffff;
  color: #0a0a36;
  border: 1px solid rgba(16, 24, 40, 0.1);
  box-shadow: 0 18px 50px rgba(16, 24, 40, 0.12);
}
@media (max-width: 992px) {
  .wc-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .trust-left,
  .trust-right {
    text-align: left;
  }

  .trust-left .trust-card {
    flex-direction: row;
  }

  .wc-visual {
    order: -1;
  }

  .wc-badge {
    display: none;
  }
}

article.trust-card:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 4px;
  background: rgb(191, 204, 235);
  border-radius: 10px;
  position: absolute;
  bottom: 0px;
  text-align: center;
  /* transform: translate(70%, 0); */
}

/* Delay so it feels intentional */
.trust-left {
  animation-delay: 0.2s;
}

.trust-right {
  animation-delay: 0.4s;
}
/* Center image animation */
.wc-visual {
  opacity: 0;
  transform: scale(0.95);
  animation: fadeScale 0.9s ease-out forwards;
  animation-delay: 0.1s;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeScale {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.trust-card {
  opacity: 0;
  transform: translateY(20px);
  animation: cardUp 0.6s ease-out forwards;
}

/* Left side stagger */
.trust-left .trust-card:nth-child(1) {
  animation-delay: 0.3s;
}
.trust-left .trust-card:nth-child(2) {
  animation-delay: 0.45s;
}
.trust-left .trust-card:nth-child(3) {
  animation-delay: 0.6s;
}

/* Right side stagger */
.trust-right .trust-card:nth-child(1) {
  animation-delay: 0.5s;
}
.trust-right .trust-card:nth-child(2) {
  animation-delay: 0.65s;
}
.trust-right .trust-card:nth-child(3) {
  animation-delay: 0.8s;
}

@keyframes cardUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}

/* ========== INDUSTRIES (Same look + responsive + animation) ========== */
.industries {
  padding: 70px 16px;
  background: #f6f8ff;
  position: relative;
  overflow: hidden;
}

/* subtle background pattern */
.industries::before {
  content: "";
  position: absolute;
  inset: -120px -120px auto auto;
  width: 340px;
  height: 340px;
  background:
    radial-gradient(
      circle at 30% 30%,
      rgba(238, 151, 30, 0.25),
      transparent 60%
    ),
    radial-gradient(circle at 70% 70%, rgba(10, 10, 54, 0.16), transparent 60%);
  filter: blur(2px);
  border-radius: 999px;
}
.industries::after {
  content: "";
  position: absolute;
  inset: auto auto -120px -120px;
  width: 380px;
  height: 380px;
  background:
    radial-gradient(circle at 35% 35%, rgba(10, 10, 54, 0.14), transparent 62%),
    radial-gradient(
      circle at 70% 70%,
      rgba(238, 151, 30, 0.18),
      transparent 62%
    );
  border-radius: 999px;
}

.industries-wrap {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.industries-head {
  text-align: center;
  margin-bottom: 26px;
}
.industries-head h2 {
  margin: 0 0 8px;
  font-size: clamp(24px, 2.6vw, 40px);
  line-height: 1.15;
  color: #1775c1; /* brand */
  letter-spacing: 0.2px;
  font-weight: 600;
}
.industries-head p {
  margin: 0 auto;
  max-width: 760px;
  color: #5a6475;
  font-size: 15.5px;
  line-height: 1.6;
}
.lead-magnet .btn-primary {
  margin-top: 20px;
}
.industries-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 44px) / 3); /* 3 cards visible */
  gap: 22px;

  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding: 10px;
  -webkit-overflow-scrolling: touch;
  padding: 4px 6px 14px;
}
.industry-card {
  border-radius: 22px;
  overflow: hidden;
  background: transparent;
  transform: translateY(14px);
  opacity: 0;
  animation: cardIn 0.75s ease forwards;
  scroll-snap-align: start;
}
.industry-card:nth-child(2) {
  animation-delay: 0.12s;
}
.industry-card:nth-child(3) {
  animation-delay: 0.24s;
}

@keyframes cardIn {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* Tablet: 2 cards visible */
@media (max-width: 980px) {
  .industries-track {
    grid-auto-columns: 85%;
  }
}

/* Optional scrollbar styling */
.industries-track::-webkit-scrollbar {
  height: 8px;
}
.industries-track::-webkit-scrollbar-thumb {
  background: rgba(10, 10, 54, 0.12);
  border-radius: 999px;
}
.industry-media {
  position: relative;
  height: 210px;
  background: #dfe6ff;
}
.industry-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform 0.35s ease;
}

.industry-badge {
  position: absolute;
  right: 16px;
  bottom: -22px;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background: #ee971e; /* accent */
  color: #0a0a36;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 30px rgba(16, 24, 40, 0.18);
  border: 6px solid rgba(246, 248, 255, 1);
}
.industry-badge svg {
  width: 26px;
  height: 26px;
  color: #fff;
}

.industry-body {
  background: #ffffff;
  padding: 22px 22px 18px;
  border-radius: 0 0 22px 22px;
  /*box-shadow: 0 20px 40px rgba(16,24,40,.10);*/
  min-height: 210px;
}

.industry-kicker {
  font-size: 12px;
  letter-spacing: 1px;
  color: rgba(238, 151, 30, 0.95);
  font-weight: 800;
  margin-bottom: 6px;
}
.industry-body h3 {
  margin: 0 0 8px;
  font-size: 20px;
  color: #0a0a36;
  line-height: 1.2;
}
.industry-body p {
  margin: 0 0 14px;
  color: #5a6475;
  line-height: 1.65;
  font-size: 14.5px;
}

.industry-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 12px;
  border: 1px solid rgba(10, 10, 54, 0.14);
  background: rgba(10, 10, 54, 0.04);
  color: #0a0a36;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  transition:
    transform 0.18s ease,
    background 0.18s ease,
    border-color 0.18s ease;
}
.industry-btn:hover {
  background: rgba(238, 151, 30, 0.14);
  border-color: rgba(238, 151, 30, 0.35);
  transform: translateY(-1px);
}

/* hover effect like your sample */
.industry-card:hover .industry-media img {
  transform: scale(1.06);
}
.industry-card:hover {
  transform: translateY(-4px);
  transition: transform 0.25s ease;
}

/* dots */
.industries-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}
.dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  background: rgba(10, 10, 54, 0.22);
  cursor: pointer;
  transition:
    transform 0.18s ease,
    background 0.18s ease,
    width 0.18s ease;
}
.dot.is-active {
  background: #ee971e;
  width: 26px;
}
.dot:focus-visible {
  outline: 3px solid rgba(238, 151, 30, 0.35);
  outline-offset: 3px;
}

/* ===== Mobile: horizontal swipe carousel (similar feel) ===== */
@media (max-width: 980px) {
  .industries-track {
    /*grid-template-columns: 1fr;*/
    grid-auto-flow: column;
    grid-auto-columns: 85%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding: 10px;
    gap: 16px;
    padding: 4px 6px 14px;
    -webkit-overflow-scrolling: touch;
  }
  .industries-track::-webkit-scrollbar {
    height: 8px;
  }
  .industries-track::-webkit-scrollbar-thumb {
    background: rgba(10, 10, 54, 0.12);
    border-radius: 999px;
  }
  .industry-card {
    scroll-snap-align: center;
  }
}

@media (max-width: 520px) {
  .industry-media {
    height: 190px;
  }
  .industry-body {
    min-height: auto;
  }
}

/* respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .industry-card {
    animation: none;
    opacity: 1;
    transform: none;
  }
  .industry-card:hover {
    transform: none;
  }
  .industry-media img {
    transition: none;
  }
}
.trustproof {
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    rgba(222, 223, 243, 0.55) 100%
  );
  padding: 64px 16px 52px;
  color: #0a0a36;
}

.tp-container {
  max-width: 1160px;
  margin: 0 auto;
}

.tp-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 34px;
  animation: tpFadeUp 700ms ease-out both;
}

.tp-head h2 {
  margin: 0 0 10px;
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.15;
  letter-spacing: 0.2px;
  color: #0a0a36;
}

.tp-head p {
  margin: 0;
  color: rgba(10, 10, 54, 0.72);
  font-size: 14px;
  line-height: 1.6;
}

/* Grid */
.tp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 18px;
}

.tp-card {
  background: #ffffff;
  border: 1px solid rgba(10, 10, 54, 0.08);
  border-radius: 14px;
  padding: 22px 22px 18px;
  box-shadow: 0 18px 40px rgba(10, 10, 54, 0.08);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
  opacity: 0;
  transform: translateY(14px);
  animation: tpCardUp 650ms ease-out forwards;
}

.tp-card:nth-child(1) {
  animation-delay: 120ms;
}
.tp-card:nth-child(2) {
  animation-delay: 240ms;
}
.tp-card:nth-child(3) {
  animation-delay: 360ms;
}

.tp-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 55px rgba(10, 10, 54, 0.14);
}

.tp-stars {
  color: #ee971e;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 12px;
  user-select: none;
}

.tp-text {
  margin: 0 0 18px;
  color: rgba(10, 10, 54, 0.68);
  font-size: 13px;
  line-height: 1.7;
  min-height: 86px;
}

.tp-person {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid rgba(10, 10, 54, 0.08);
  padding-top: 14px;
}

.tp-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(238, 151, 30, 0.25);
  transition: transform 180ms ease;
}

.tp-card:hover .tp-avatar {
  transform: scale(1.03);
}

.tp-name {
  font-weight: 700;
  font-size: 13px;
  color: #0a0a36;
}

.tp-loc {
  font-size: 12px;
  color: rgba(10, 10, 54, 0.6);
  margin-top: 2px;
}

/* Bottom row */
.tp-bottom {
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(10, 10, 54, 0.08);
  display: grid;
  grid-template-columns: 1.3fr 0.9fr;
  gap: 18px;
  align-items: center;
  animation: tpFadeUp 750ms ease-out both;
  animation-delay: 420ms;
}

.tp-logos {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
}

.tp-logo {
  color: rgba(10, 10, 54, 0.55);
  font-weight: 800;
  letter-spacing: 0.5px;
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 10px;
  background: rgba(222, 223, 243, 0.55);
  border: 1px solid rgba(10, 10, 54, 0.06);
  transition:
    transform 160ms ease,
    color 160ms ease;
}

.tp-logo:hover {
  transform: translateY(-2px);
  color: rgba(10, 10, 54, 0.8);
}

.tp-callout {
  justify-self: end;
  text-align: right;
}

.tp-callout-title {
  font-weight: 800;
  color: rgba(10, 10, 54, 0.92);
  font-size: 13px;
  margin-bottom: 6px;
}

.tp-callout-text {
  font-size: 13px;
  color: rgba(10, 10, 54, 0.65);
  line-height: 1.5;
}

.tp-callout a {
  color: #1775c1;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 700;
}

.tp-callout a:hover {
  color: #ee971e;
}

/* Animations */
@keyframes tpFadeUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes tpCardUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .tp-head,
  .tp-bottom,
  .tp-card {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Responsive */
@media (max-width: 980px) {
  .tp-grid {
    grid-template-columns: 1fr 1fr;
  }
  .tp-bottom {
    grid-template-columns: 1fr;
  }
  .tp-callout {
    justify-self: start;
    text-align: left;
  }
}

@media (max-width: 640px) {
  .trustproof {
    padding: 52px 14px 40px;
  }
  .tp-grid {
    grid-template-columns: 1fr;
  }
  .tp-text {
    min-height: auto;
  }
}
/* ===== HERO Background similar to your shown banner ===== */
.hero-innerPage {
  position: relative;
  overflow: hidden;
  padding: 64px 0;
  /* Option A: CSS gradient background */
  background:
    radial-gradient(
      900px 500px at 20% 30%,
      rgba(255, 255, 255, 0.95),
      rgba(255, 255, 255, 0.4) 55%,
      rgba(255, 255, 255, 0) 70%
    ),
    radial-gradient(
      800px 400px at 80% 20%,
      rgba(23, 117, 193, 0.2),
      rgba(23, 117, 193, 0.06) 55%,
      rgba(23, 117, 193, 0) 72%
    ),
    linear-gradient(135deg, #f6fbff 0%, #eef6ff 35%, #e7f1ff 100%);
}

/* Optional: if you want to use your generated background image instead,
     comment the background above and uncomment this block: */

.hero-innerPage {
  background: url("../image/casestudy/background-custom.png") center / cover
    no-repeat;
}

.hero-innerPage::before {
  /* subtle dotted pattern like the reference */
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    rgba(23, 117, 193, 0.18) 1px,
    transparent 1px
  );
  background-size: 18px 18px;
  background-position: 8px 10px;
  opacity: 0.25;
  mask-image: radial-gradient(
    circle at 75% 20%,
    rgba(0, 0, 0, 0.9),
    rgba(0, 0, 0, 0) 60%
  );
  pointer-events: none;
}

.hero-innerPage::after {
  /* soft wave highlight */
  content: "";
  position: absolute;
  inset: -20% -10%;
  background: radial-gradient(
    closest-side at 70% 50%,
    rgba(23, 117, 193, 0.12),
    transparent 60%
  );
  transform: rotate(-10deg);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  width: min(1180px, 92%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 28px;
}

/* ===== Left content ===== */
.hero-content {
  opacity: 0;
  transform: translateX(-26px);
  animation: heroInLeft 800ms ease-out 120ms forwards;
}

.hero-kicker {
  margin: 0 0 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(11, 16, 32, 0.7);
}

.hero-title {
  margin: 0 0 12px;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.12;
  color: #0a0a36; /* your brand dark */
}

.hero-subtitle {
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(11, 16, 32, 0.72);
  max-width: 52ch;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 16px;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
  transition:
    transform 150ms ease,
    box-shadow 150ms ease,
    background 150ms ease,
    color 150ms ease;
  user-select: none;
  white-space: nowrap;
}

/* ===== Right visuals ===== */
.hero-visual {
  position: relative;
  min-height: 320px;
  opacity: 0;
  transform: translateX(26px);
  animation: heroInRight 900ms ease-out 160ms forwards;
}

.device {
  position: absolute;
  border-radius: 18px;
  filter: drop-shadow(0 18px 26px rgba(16, 24, 40, 0.22));
}

/* Laptop sits behind */
.device-laptop {
  right: 0;
  top: 18px;
  width: min(520px, 100%);
  transform-origin: center;
  animation: floaty 5.5s ease-in-out 1.2s infinite;
}

/* Phone overlaps in front */
.device-phone {
  right: 22px;
  bottom: -10px;
  width: clamp(150px, 16vw, 220px);
  animation: floaty 4.6s ease-in-out 1.35s infinite;
}

/* subtle shine (optional) */
.hero-visual .device::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.18),
    rgba(255, 255, 255, 0) 42%
  );
  pointer-events: none;
}

/* ===== Animations ===== */
@keyframes heroInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes heroInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes floaty {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* ===== Responsive ===== */
@media (max-width: 960px) {
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .hero-visual {
    min-height: 340px;
  }
  .device-laptop {
    width: min(620px, 100%);
    right: 0;
    top: 0;
  }
  .device-phone {
    right: 10px;
    bottom: -18px;
  }
}

@media (max-width: 520px) {
  .hero-innerPage {
    padding: 44px 0;
  }
  .hero-subtitle {
    font-size: 15px;
  }
  .hero-visual {
    min-height: 280px;
  }
  .device-phone {
    width: 150px;
  }
}

/* ===== Accessibility: Reduce motion ===== */
@media (prefers-reduced-motion: reduce) {
  .hero-content,
  .hero-visual {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .device-laptop,
  .device-phone {
    animation: none !important;
  }
}
h2.section-title {
  font-size: 25px;
  color: #1775c1;
  margin-bottom: 16px;
  font-weight: 600;
}
h2.section-title:before {
  content: "";
  width: 4px;
  height: 20px;
  background: #cbcbcb;
  display: inline-block;
  margin-right: 10px;
}
.section-subtitle {
  margin: 0 auto 30px;
  color: #5a6475;
  font-size: 16px;
  line-height: 1.6;
}
.text-center {
  text-align: center;
}
/*****case study *****/
/* ===== Card ===== */
.cs-card {
  border-radius: 14px;
  border: 1px solid rgba(16, 24, 40, 0.12);
  background: #fff;
  overflow: hidden;
  box-shadow: 0 10px 24px rgb(7, 47, 127, 0.2);
  transform: translateY(0);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease;
}
.cs-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(16, 24, 40, 0.14);
}

/* ===== Media ===== */
.cs-media {
  position: relative;
  height: 350px;
  overflow: hidden;
  background: #fff;
}
.cs-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1.1);
  transition: transform 360ms ease;
  display: block;
}
.cs-card:hover .cs-media img {
  transform: scale(1.06);
}

/* ===== Body ===== */
.cs-body {
  padding: 16px 18px 18px;
}
.cs-title {
  margin: 16px 0;
  font-size: 20px;
  line-height: 1.2;
  color: #1775c1;
  font-weight: 900;
}
.cs-meta {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.4;
  color: rgba(11, 16, 32, 0.7);
  font-weight: 600;
}
.cs-rule {
  height: 1px;
  background: rgba(16, 24, 40, 0.1);
  margin: 10px 0 12px;
}
.cs-desc {
  margin: 0 0 14px;
  color: rgba(11, 16, 32, 0.75);
  font-size: 14px;
  line-height: 1.5;
}

/* ===== Scroll reveal animation ===== */
.reveal {
  opacity: 0;
  transform: translateY(18px);
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 520ms ease,
    transform 520ms ease;
}
.reveal.is-visible:nth-child(2) {
  transition-delay: 120ms;
}

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .cs-grid {
    grid-template-columns: 1fr;
  }
  .cs-media {
    height: 190px;
  }
}
@media (max-width: 520px) {
  .cs-body {
    padding: 14px 14px 16px;
  }
  .cs-title {
    font-size: 18px;
  }
  .cs-media {
    height: 170px;
  }
}

/* ===== Respect reduced motion ===== */
@media (prefers-reduced-motion: reduce) {
  .cs-card,
  .cs-media img,
  .reveal,
  .reveal.is-visible {
    transition: none !important;
    transform: none !important;
  }
  .reveal {
    opacity: 1 !important;
  }
}
/* ===== Base ===== */
.cs-detail {
  padding: 18px 0 44px;
  background: #f7f9ff;
}
.cs-shell {
  margin: 0 auto;
}
.cs-p {
  margin: 0;
  color: rgba(11, 16, 32, 0.75);
  line-height: 1.6;
  font-size: 14px;
}
.cs-h {
  margin: 0 0 8px;
  font-size: 20px;
  color: #0a0a36;
  font-weight: 800;
}
.cs-lead {
  margin: 0;
  color: rgba(11, 16, 32, 0.65);
  line-height: 1.6;
  font-size: 14px;
}

/* ===== active toggle (optional) ===== */
.cs-detail {
  display: none;
}
.cs-detail.active {
  display: block;
}

/* ===== Summary Panel ===== */
.cs-summary {
  background: #ffffff;
  border: 1px solid rgba(16, 24, 40, 0.1);
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.06);
  padding: 16px;
  margin-bottom: 16px;
}
.cs-summary-title {
  margin: 0 0 10px;
  color: #0a0a36;
  font-weight: 800;
  font-size: 18px;
}

.cs-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}
.cs-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f3f6ff;
  color: #0a0a36;
  border: 1px solid rgba(10, 10, 54, 0.1);
  font-size: 12px;
  font-weight: 700;
}
.cs-badge svg {
  width: 16px;
  height: 16px;
  opacity: 0.85;
}

.cs-tripanel {
  display: grid;
  grid-template-columns: 1.1fr 1.2fr 0.9fr;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(16, 24, 40, 0.1);
  background: #fff;
}
.cs-pane {
  background: #fff;
}
.cs-pane + .cs-pane {
  border-left: 1px solid rgba(16, 24, 40, 0.1);
}
.cs-pane-head {
  padding: 10px 12px;
  background: #f6f8ff;
  font-weight: 800;
  color: #0a0a36;
  font-size: 13px;
}
.cs-pane-body {
  padding: 12px;
}

.cs-solution-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
.cs-solution-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.cs-ic {
  width: 28px;
  height: 28px;
  border-radius: 10px;
  background: #eef3ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1775c1;
  flex: 0 0 auto;
}
.cs-ic svg {
  width: 18px;
  height: 18px;
}
.cs-sub {
  color: rgba(11, 16, 32, 0.6);
  font-size: 12px;
  margin-top: 2px;
}

.cs-results {
  margin: 0;
  padding-left: 18px;
  color: rgba(11, 16, 32, 0.78);
  font-size: 14px;
}
.cs-results li {
  color: #0a0a36;
}
.cs-results strong {
  font-weight: 900;
}
.cs-results strong {
  color: #f28c3d;
}
/* ===== Article ===== */
.cs-article {
  background: #ffffff;
  border: 1px solid rgba(16, 24, 40, 0.1);
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.06);
  overflow: hidden;
}
.cs-article-head {
  padding: 16px;
  border-bottom: 1px solid rgba(16, 24, 40, 0.08);
}

.cs-block {
  padding: 16px;
  border-top: 1px solid rgba(16, 24, 40, 0.08);
}
.cs-block-title {
  font-weight: 800;
  color: #0a0a36;
  font-size: 13px;
  margin-bottom: 8px;
  text-transform: none;
}

.cs-grid3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 0 16px 16px;
}
.cs-card2 {
  border: 1px solid rgba(16, 24, 40, 0.1);
  background: #fbfcff;
  border-radius: 12px;
  padding: 14px;
}
.cs-card2-title {
  margin: 0 0 6px;
  font-weight: 800;
  font-size: 13px;
  color: #0a0a36;
}

.cs-bullets {
  margin: 0;
  padding-left: 18px;
  color: rgba(11, 16, 32, 0.75);
  font-size: 14px;
  line-height: 1.65;
}
.cs-bullets strong {
  color: #0a0a36;
}

.cs-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.cs-chip {
  padding: 6px 10px;
  border-radius: 999px;
  background: #eef3ff;
  border: 1px solid rgba(23, 117, 193, 0.18);
  color: #0a0a36;
  font-size: 12px;
  font-weight: 800;
}

.cs-quote {
  margin: 0;
  padding: 16px;
  border-top: 1px solid rgba(16, 24, 40, 0.08);
  border-left: 4px solid #1775c1;
  background: #fbfdff;
}
.cs-quote-title {
  font-weight: 900;
  color: #0a0a36;
  font-size: 13px;
  margin-bottom: 8px;
}
.cs-quote-text {
  margin: 0 0 8px;
  color: rgba(11, 16, 32, 0.75);
  line-height: 1.7;
  font-size: 14px;
}
.cs-quote-by {
  color: rgba(11, 16, 32, 0.65);
  font-weight: 800;
  font-size: 12px;
}

.cs-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding: 16px;
  border-top: 1px solid rgba(16, 24, 40, 0.08);
}
.cs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 14px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 900;
  font-size: 13px;
  border: 1px solid transparent;
}
.cs-btn-ghost {
  background: #fff;
  color: #0a0a36;
  border-color: rgba(10, 10, 54, 0.18);
}
.cs-btn-solid {
  background: #1775c1;
  color: #fff;
  border-color: rgba(23, 117, 193, 0.45);
}

/* ===== Responsive ===== */
@media (max-width: 980px) {
  .cs-tripanel {
    grid-template-columns: 1fr;
  }
  .cs-pane + .cs-pane {
    border-left: none;
    border-top: 1px solid rgba(16, 24, 40, 0.1);
  }
  .cs-grid3 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 520px) {
  .cs-summary {
    padding: 14px;
  }
  .cs-article-head,
  .cs-block,
  .cs-quote,
  .cs-actions {
    padding: 14px;
  }
  .cs-actions .cs-btn {
    width: 100%;
  }
}
.cs-flex {
  display: flex;
  justify-content: space-between;
}
.animate-image {
  opacity: 0;
  transform: translateY(24px) scale(0.98);
  animation: imgReveal 700ms ease-out forwards;
}

@keyframes imgReveal {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.tech-stack-used {
  padding: 28px 0;
  background: #ffffff;
  border-bottom: 2px solid #ecedf0;
  box-shadow: 0 18px 30px -6px rgba(7, 47, 127, 0.25);
}
.tsu-container {
  width: min(980px, 92%);
  margin: 0 auto;
  text-align: center;
}

/* Heading with side lines */
.tsu-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 6px;
}
.tsu-title {
  margin: 0;
  font-size: 30px;
  font-weight: 900;
  color: #f28c3d;
  line-height: 1.2;
}
.tsu-line {
  width: 110px;
  height: 1px;
  background: rgba(10, 10, 54, 0.16);
}

.tsu-subtitle {
  margin: 0 0 18px;
  font-size: 18px;
  font-weight: 500;
  color: rgba(11, 16, 32, 0.55);
}

/* Row */
.tsu-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 22px;
}

.tsu-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f6f8ff;
  border: 1px solid rgba(16, 24, 40, 0.08);
}

.tsu-icon {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1775c1;
}
.tsu-logo {
  width: 100%;
  height: 100%;
  display: block;
}

.tsu-label {
  font-weight: 900;
  font-size: 14px;
  color: #0a0a36;
  letter-spacing: 0.01em;
}

.tsu-label-node {
  color: #2b2b2b;
}

/* Responsive */
@media (max-width: 520px) {
  .tsu-line {
    width: 56px;
  }
  .tsu-item {
    width: 100%;
    justify-content: center;
  }
  .tsu-row {
    gap: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
    animation: none !important;
  }
}
.trust-icon img {
  width: 44px;              /* same as your grid column size */
  height: 44px;             /* make it square */
  border-radius: 50%;       /* turns the square into a circle */
  overflow: hidden;         /* ensures image doesn’t spill outside */
  display: flex;            /* centers the image */
  align-items: center;
  justify-content: center;
  background-color: #f9f9f9; 
}
