section.service-page-banner {
  padding: 120px 0 100px;
  background: #f8faff;
}
.service-banner-content h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: -1.28px;
}
.service_banner_img img {
  border-radius: 24px;
  border: 1px solid #ffffff33;
  box-shadow: 0px 25px 50px -12px #00000040;
}
.subheading {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 1.2px;
  color: #0043c8;
  padding: 6px 18px;
  border-radius: 20px;
  background: #1e5af21a;
  text-align: center;
}
.service-banner-content p {
  font-size: 18px;
  color: #434655;
  font-weight: 400;
  line-height: 28px;
}
.color-btn {
  background: #0043c8;
  border: 2px solid #ffffff33;
}
.img-quaote {
  display: inline-block;
  background: #ffffffcc;
  padding: 32px;
  border-radius: 16px;
  border: 1px solid #c3c5d84d;
  backdrop-filter: blur(12px);
  position: absolute;
  left: 0;
  bottom: -15px;
  /* Glassmorphism Effect */
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);

  /* Border with subtle glow */
  border: 2px solid rgba(255, 255, 255, 0.5);

  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.ratio-num {
  font-size: 48px;
  font-weight: 700;
  color: #0043c8;
  font-family: "Poppins";
  line-height: 56px;
  letter-spacing: -0.48;
}
.img-quaote p {
  color: #434655;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

/* service */
.whatwe-wrap {
  padding: 35px;
  position: relative;
  height: 100%;
  transition: all 0.2s;
  z-index: 1;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
  border-radius: 20px;
}
.whatwe-wrap:hover {
  border: 1px solid #bdd2ff;
  box-shadow: 0px 4px 10px 0px #dce1ff;
}
.whatwe-wrap::after {
  display: none;
}
.whatwe-wrap img {
  width: 60px;
  background: #0043c81a;
  border-radius: 16px;
  padding: 10px;
}
.whatwe-wrap a {
  color: #0043c8 !important;
  font-weight: 600;
}
.company_facts {
  background: linear-gradient(135deg, #0a1f44 0%, #123e9a 100%);
}
.solution-icon i {
  font-size: 32px;
  color: white;
}
.solutions-wrap {
  /* background: #ffffff08; */
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #ffffff1a;
  backdrop-filter: blur(12px);
  transition: all 0.3s ease;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0.03)
  );
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 20px 40px rgba(0, 67, 200, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.solutions-wrap:hover {
  border: 1px solid #ffffff69;
}

/* operational wrap */
.operational-section-left {
  position: relative;
  max-width: 610px;
}
.operational-content h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0;
  color: #0b1c30;
}
.operational-icon-box {
  display: inline-flex;
  padding: 10px;
  background: #0043c81a;
  border-radius: 12px;
  color: #0043c8;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  overflow: hidden;
}
.operational-feature-item {
  display: grid;
  grid-template-columns: 10% 88%;
  gap: 2%;
}

/* operational wrap */
.operatinol-section {
  padding: 100px 0;
  background: #f8faff;
}

.operational-section-left {
  position: relative;
  max-width: 610px;
}

.operational-content h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0;
  color: #0b1c30;
}

/* CARD WRAP */

.opratinoal-data {
  position: relative;
  height: 220px;
  perspective: 1200px;
}
/* INNER */

.opratinoal-data-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.8s ease;
}

/* FLIP */

.opratinoal-data:hover .opratinoal-data-inner {
  transform: rotateY(180deg);
  cursor: pointer;
}

/* BOTH SIDES */

.opratinoal-front,
.opratinoal-back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 25px;
  border-radius: 24px;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #c3c5d84d;
  background: #fff;
  box-shadow: 0px 1px 2px 0px #0000000d;
}
/* FRONT */

.opratinoal-front {
  z-index: 2;
}

/* BACK */

.opratinoal-back {
  background: #0043c8;
  transform: rotateY(180deg);
}

/* HOVER SHADOW */

.opratinoal-data:hover .opratinoal-front,
.opratinoal-data:hover .opratinoal-back {
  box-shadow: 0 10px 30px rgb(0 67 200 / 10%);
}

/* tech */
.tech-section {
  position: relative;
  padding: 110px 0;
  overflow: hidden;
  background: #f0f5ff;
}

.tech-section::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: rgba(37, 99, 235, 0.08);
  filter: blur(120px);
  top: -120px;
  left: -120px;
  z-index: 0;
}

.tech-section::after {
  content: "";
  position: absolute;
  width: 450px;
  height: 450px;
  background: rgba(99, 102, 241, 0.08);
  filter: blur(120px);
  bottom: -150px;
  right: -100px;
  z-index: 0;
}

/* =========================
           LEFT TABS
        ========================== */

.tab-wrapper {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.stack-tab {
  width: 100%;
  border: none;
  border-radius: 12px;
  backdrop-filter: blur(18px);
  padding: 16px;
  background: white;
  text-align: start;
}

.stack-tab.active {
  background: #0043c8;
  box-shadow: 0 18px 40px rgba(37, 99, 235, 0.3);
}
.stack-tab:focus:not(:focus-visible) {
  outline: 0 !important;
  border-bottom: none !important;
  border-radius: 12px !important;
}
.stack-tab-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tab-icon {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2563eb;
  font-size: 22px;
  transition: 0.3s ease;
  display: none;
}

.stack-tab.active .tab-icon {
  color: #fff;
  display: block;
}
.tab-title h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #0f172a;
}
.stack-tab.active .tab-title h4,
.stack-tab.active .tab-title p {
  color: #fff;
}

/* =========================
           RIGHT CONTENT
        ========================== */

.content-box {
  position: relative;
  background: #ffffff;
  border-radius: 24px;
  padding: 40px;
  overflow: hidden;
  min-height: 100%;
  border: 1px solid #c3c5d84d;
  box-shadow: 0px 1px 2px 0px #0000000d;
}

.tab-content-item {
  display: none;
  animation: fade 0.5s ease;
}

.tab-content-item.active {
  display: block;
}

@keyframes fade {
  from {
    opacity: 0;
    transform: translateY(15px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.content-top {
  margin-bottom: 40px;
}

.content-top h3 {
  font-size: 34px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 14px;
}

.content-top p {
  font-size: 16px;
  color: #64748b;
  line-height: 1.8;
  max-width: 700px;
}

/* =========================
           TECH GRID
        ========================== */

.tech-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
}
.tech-card {
  position: relative;
  text-align: center;
  transition: 0.4s ease;
  overflow: hidden;
}

.tech-logo {
  position: relative;
  z-index: 2;
  width: 72px;
  height: 72px;
  margin: auto;
  border-radius: 16px;
  background: #e5eeff;
  color: #0043c8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
}

.tech-card h5 {
  position: relative;
  z-index: 2;
  font-size: 16px;
  font-weight: 600;
  color: #0b1c30;
  margin: 15px 0;
}

/* =========================
           RESPONSIVE
        ========================== */

@media (max-width: 1199px) {
  .section-heading h2 {
    font-size: 46px;
  }

  .tech-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991px) {
  .tech-section {
    padding: 80px 0;
  }

  .section-heading {
    margin-bottom: 50px;
  }

  .section-heading h2 {
    font-size: 38px;
  }

  .content-box {
    margin-top: 35px;
  }
}

@media (max-width: 767px) {
  .section-heading h2 {
    font-size: 30px;
  }

  .section-heading p {
    font-size: 15px;
  }

  .content-box {
    padding: 35px 24px;
    border-radius: 26px;
  }

  .content-top h3 {
    font-size: 28px;
  }

  .tech-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }

  .tech-card {
    padding: 24px 16px;
  }

  .tech-logo {
    width: 62px;
    height: 62px;
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .section-heading h2 {
    font-size: 25px;
  }

  .tech-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stack-tab {
    padding: 18px;
  }

  .tab-icon {
    width: 42px;
    height: 42px;
    font-size: 20px;
  }

  .tab-title h4 {
    font-size: 15px;
  }
}

/* offsore */
.office-card {
  border: 1px solid #bdd2ff;
  border-radius: 37px;
  padding: 40px;
  height: 100%;
  transition: 0.35s ease;
  backdrop-filter: blur(12px);
  max-width: 550px;
}
.office-card:hover {
  background: white;
  box-shadow: 0 18px 35px rgba(43, 82, 255, 0.08);
}

.office-title {
  font-size: 18px;
  font-weight: 600;
  color: #0043c8;
  line-height: 28px;
}
.office-subtitle {
  font-size: 18px;
  color: #434655;
  line-height: 28px;
}

.office-divider {
  width: 100%;
  height: 1px;
  background: #bdd2ff;
  margin-bottom: 26px;
}

.location-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px 30px;
}

.location-item h5 {
  font-size: 16px;
  font-weight: 500;
  color: #434655;
  line-height: 24px;
}

/* =========================
           TABLET
        ========================== */

@media (max-width: 991px) {
  .office-card {
    padding: 30px 24px;
  }

  .office-title {
    font-size: 24px;
  }

  .office-subtitle {
    font-size: 16px;
  }
}

/* =========================
           MOBILE
        ========================== */

@media (max-width: 767px) {
  .office-card {
    border-radius: 22px;
  }

  .location-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .office-title {
    font-size: 22px;
  }

  .office-subtitle {
    margin-bottom: 20px;
  }

  .office-divider {
    margin-bottom: 22px;
  }
}

.btn-custom i {
  font-size: 14px;
  position: relative;
  animation: arrowFlow 1s linear infinite;
}

/* Second arrow delay */
.btn-custom i:last-child {
  animation-delay: 0.2s;
}

/* Animation */
@keyframes arrowFlow {
  0% {
    transform: translateX(0);
    opacity: 0.3;
  }

  50% {
    transform: translateX(6px);
    opacity: 1;
  }

  100% {
    transform: translateX(12px);
    opacity: 0;
  }
}

/* cta */
section.about-cta {
  padding: 100px 0;
  background: linear-gradient(135deg, #0a1f44 0%, #123e9a 100%);
}

section.about-cta h5 {
  font-size: 64px;
  font-weight: 400;
  line-height: 72px;
  letter-spacing: -1.28px;
  color: white;
}

.about-cta h5 span {
  font-weight: 500;
  font-style: italic;
  color: #bdd2ff;
}

/* Floating Animation */
.floating-card {
  animation: floatCard 3s ease-in-out infinite;
}

@keyframes floatCard {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-12px);
  }

  100% {
    transform: translateY(0px);
  }
}

/* ICON */
.trend-wrapper i {
  animation: trendMove 1.8s linear infinite;
}

/* AGAIN & AGAIN FILL EFFECT */

@keyframes trendMove {
  0% {
    transform: translate(-10px, 10px) scale(0.8);
    opacity: 0;
  }

  30% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }

  70% {
    transform: translate(6px, -6px) scale(1.1);
    opacity: 1;
  }

  100% {
    transform: translate(18px, -18px) scale(1.3);
    opacity: 0;
  }
}

@keyframes fillLoop {
  0% {
    width: 0%;
  }

  50% {
    width: 100%;
  }

  100% {
    width: 0%;
  }
}

/* inner page style */

.cloud-testimonial-card {
    background: #fff;
    border-radius: 24px;
    padding: 40px;
    max-height: 500px;
    border: 1px solid #e8edf7;
    transition: 0.4s ease;
    position: relative;
}
.cloud-testimonials-section {
    padding: 100px 0;
    background: #F8FAFF;
}
.quote-icon {
  width: 65px;
  height: 65px;
  border-radius: 18px;
  background: linear-gradient(135deg, #0043c8, #2b73ff);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.quote-icon i {
  color: #fff;
  font-size: 24px;
}


.testimonial-author {
  border-top: 1px solid #edf1f7;
  padding-top: 25px;
}

.testimonial-author h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #000000;
}

.testimonial-author span {
  color: #6b7280;
  font-size: 15px;
}


/* Responsive */

@media (max-width: 991px) {
  .cloud-testimonial-heading h2 {
    font-size: 36px;
  }

  .cloud-testimonial-card {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .cloud-testimonials-section {
    padding: 70px 0;
  }

  .cloud-testimonial-heading h2 {
    font-size: 28px;
  }

  .cloud-testimonial-heading p {
    font-size: 16px;
    line-height: 28px;
  }

  .testimonial-text {
    font-size: 15px;
    line-height: 28px;
  }

  .cloud-testimonial-card {
    padding: 25px;
    border-radius: 18px;
  }
}


/* erp */

    .erp-tech-section {
        background: #f8faff;
        padding: 100px 0;
    }

    .erp-tech-nav {
        border-left: 1px solid #dce4f5;
    }

    .erp-tech-menu-item {
        padding: 22px 20px 22px 35px;
        cursor: pointer;
        font-size: 20px;
        font-weight: 600;
        color: #8a91a5;
        position: relative;
        transition: .3s;
    }

    .erp-tech-menu-item span {
        display: block;
        color: #0043C8;
        font-size: 12px;
        margin-bottom: 8px;
        font-weight: 700;
    }

    .erp-tech-menu-item::before {
        content: '';
        position: absolute;
        left: -1px;
        top: 0;
        width: 3px;
        height: 100%;
        background: transparent;
    }

    .erp-tech-menu-item.active {
        color: #111;
    }

    .erp-tech-menu-item.active::before {
        background: #0043C8;
    }

   
.erp-content {
    display: none;
    background: white;
    height: 100%;
    border-radius: 15px;
}
    .erp-content.active {
        display: block;
        animation: fade .4s ease;
        padding: 40px;
    }

    .number {
        font-size: 100px;
        font-weight: 800;
        color: rgba(0, 67, 200, .08);
        line-height: 1;
    }

    .erp-content h2 {
        font-size: 54px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .erp-content p {
        font-size: 18px;
        line-height: 1.8;
        color: #5f6470;
    }

    .erp-content a {
        color: #0043C8;
        text-decoration: none;
        font-weight: 600;
    }

    @keyframes fade {
        from {
            opacity: 0;
            transform: translateY(20px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* MOBILE */

    @media(max-width:991px) {

        .erp-tech-nav {
            display: flex;
            overflow-x: auto;
            border: none;
            gap: 10px;
            padding-bottom: 20px;
            margin-bottom: 30px;
        }

        .erp-tech-menu-item {
            min-width: 220px;
            border: 1px solid #dce4f5;
            border-radius: 12px;
            padding: 15px;
        }

        .erp-tech-menu-item::before {
            display: none;
        }

        .erp-tech-menu-item.active {
            background: #0043C8;
            color: #fff;
        }

        .erp-tech-menu-item.active span {
            color: #fff;
        }

        .number {
            font-size: 60px;
        }

        .erp-content h2 {
            font-size: 32px;
        }

        .erp-content p {
            font-size: 15px;
        }
    }

@media (max-width: 1400px) {
  .opratinoal-data {
    position: relative;
    height: 240px;
    perspective: 1200px;
  }
}
@media (max-width: 1400px) {
  .opratinoal-data {
    position: relative;
    height: 280px;
    perspective: 1200px;
  }
}

@media (max-width: 991px) {
  .service_banner_img img {
    margin-top: 50px;
  }
  .tab-wrapper {
    display: grid;
    grid-template-columns: 45% 45%;
    gap: 18px;
  }
  .office-card {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .tab-wrapper {
    display: grid;
    grid-template-columns: 48% 48%;
    gap: 18px;
  }
  .tab-title h4 {
    font-size: 14px;
  }
  section.about-cta h5 {
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: -1.28px;
    color: white;
  }
}

@media (max-width: 420px) {
  section.about-cta h5 {
    font-size: 28px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: -1.28px;
    color: white;
  }
}
