.jamprs-hero {
  width: 100%;
  min-height: 760px;
  background-image:
    linear-gradient(
      90deg,
      #ffffff 0%,
      #ffffff 31%,
      rgba(255,255,255,0.96) 43%,
      rgba(255,255,255,0.76) 56%,
      rgba(255,255,255,0.22) 73%,
      rgba(255,255,255,0) 100%
    ),
    url("images/img/4ffe610a-70a9-4142-b9a4-a9d7daf810d2.webp");
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  /*border-bottom: 4px solid #0e628d;*/
}

.jamprs-hero::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 230px;
  height: 230px;
  background-image: radial-gradient(#cfe6fb 2px, transparent 2px);
  background-size: 14px 14px;
  opacity: 0.85;
  z-index: 1;
}

.jamprs-hero::after {
  content: "";
  position: absolute;
  left: -180px;
  bottom: -110px;
  width: 720px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(14,98,141,0.12), rgba(14,98,141,0.03) 52%, transparent 70%);
  z-index: 1;
}

.jamprs-hero .container {
  position: relative;
  z-index: 2;
}

.jamprs-hero-content {
  max-width: 760px;
  position: relative;
  z-index: 2;
  padding: 32px 0 70px;
}

.jamprs-pill {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    border-radius: 999px;
    background: #0068b3;
    color: #0068b3;
    font-size: 14px;
    font-weight: 700;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 32px;
}

.jamprs-pill::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: inherit;
    background: conic-gradient(
        from 0deg,
        #0068b3,
        #00bfff,
        #4facfe,
        #0068b3
    );
    animation: rotateBorder 4s linear infinite;
    z-index: -2;
}

.jamprs-pill::after {
    content: "";
    position: absolute;
    inset: 1px;
    background: #edf6ff;
    border-radius: inherit;
    z-index: -1;
}

@keyframes rotateBorder {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.jamprs-hero h1 {
  font-size: 45px;
  line-height: 1.25;
  font-weight: 700;
  color: #2a6692;
  margin: 0;
  letter-spacing: -0.6px;
}

.jamprs-line {
  width: 92px;
  height: 5px;
  background: linear-gradient(90deg, #0b89d8, #42b883);
  border-radius: 10px;
  margin: 22px 0 22px;
}

.jamprs-hero p {
  max-width: 690px;
  font-size: 20px;
  line-height: 1.7;
  color: #4e5f73;
  margin: 0 0 34px;
}

.jamprs-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 38px;
}

.jamprs-btn-primary,
.jamprs-btn-secondary {
  min-width: 210px;
  padding: 16px 26px;
  border-radius: 8px;
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.jamprs-btn-primary {
  background: linear-gradient(135deg, #00548b, #0e628d);
  color: #ffffff;
  border: 1px solid #00548b;
  box-shadow: 0 14px 28px rgba(0, 84, 139, 0.24);
}

.jamprs-btn-secondary {
  background: rgba(255,255,255,0.92);
  color: #00548b;
  border: 1px solid #00548b;
}

.jamprs-btn-primary:hover {
  background: #003f69;
  color: #ffffff;
}

.jamprs-btn-secondary:hover {
  background: #00548b;
  color: #ffffff;
}

.jamprs-hero-stats {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.jamprs-hero-stats div {
  min-width: 165px;
  background: rgba(255,255,255,0.92);
  border: 1px solid #e4edf6;
  border-radius: 14px;
  padding: 18px 22px;
  box-shadow: 0 16px 36px rgba(10, 45, 80, 0.10);
}

.jamprs-hero-stats strong {
  display: block;
  color: #062b4d;
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
  margin-bottom: 7px;
}

.jamprs-hero-stats span {
  display: block;
  color: #425466;
  font-size: 14px;
  line-height: 1.35;
}
h1 span{
     -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
        /*background: linear-gradient(180deg, #17c684 0%, #52b947 35%, #2b7835 100%);*/
    background: linear-gradient(180deg, #484848 0%, #292929 35%, #292929 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.jam-about-section {
  padding: 95px 0;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.jam-about-section::before {
  content: "";
  position: absolute;
  right: -120px;
  top: 70px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(0, 104, 179, 0.08);
}

.jam-about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.jam-about-image {
  position: relative;
}

.jam-about-image img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 30px 70px rgba(0, 50, 90, 0.16);
}

.jam-about-image::before {
  content: "";
  position: absolute;
  left: -24px;
  top: -24px;
  width: 160px;
  height: 160px;
  border-left: 6px solid #0e628d;
  border-top: 6px solid #0e628d;
  border-radius: 26px 0 0 0;
  z-index: -1;
}

.jam-about-badge {
  position: absolute;
  left: -53px;
  bottom: -43px;
  background: linear-gradient(135deg, #00548b, #0e628d);
  color: #ffffff;
  padding: 26px 30px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 20px 45px rgba(0, 84, 139, 0.32);
}

.jam-about-badge strong {
  font-size: 52px;
  line-height: 1;
  font-weight: 900;
}

.jam-about-badge span {
  font-size: 17px;
  line-height: 1.25;
  font-weight: 700;
}

.jam-section-tag {
  display: inline-block;
  color: #2c9b2c;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 2px;
  margin-bottom: 14px;
  position: relative;
}

.jam-section-tag::after {
  content: "";
  display: inline-block;
  width: 58px;
  height: 2px;
  background: #0e628d;
  margin-left: 14px;
  vertical-align: middle;
}

.jam-about-content h2 {
  font-size: 43px;
  line-height: 1.22;
  color: #092b46;
  font-weight: 700;
  margin: 0 0 24px;
}

.jam-about-content p {
  font-size: 17px;
  line-height: 1.85;
  color: #4d6173;
  margin-bottom: 18px;
  text-align: justify;
}

.jam-about-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 18px;
  margin: 28px 0 34px;
}

.jam-about-points div {
  background: #f5fbff;
  border: 1px solid #dcecf7;
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 15px;
  font-weight: 700;
  color: #263f52;
}

.jam-about-points span {
  color: #0e9f6e;
  font-weight: 900;
  margin-right: 8px;
}

.jam-about-bottom {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.jam-about-btn {
  display: inline-block;
  background: linear-gradient(135deg, #00548b, #0e628d);
  color: #ffffff;
  padding: 16px 34px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(0, 84, 139, 0.24);
}

.jam-about-btn:hover {
  color: #ffffff;
  transform: translateY(-3px);
}

.jam-success-box {
  background: #f7f9fb;
  border: 1px solid #e2edf5;
  border-radius: 16px;
  padding: 14px 26px;
  display: flex;
  gap: 12px;
}

.jam-success-box strong {
  display: block;
  color: #092b46;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
}

.jam-success-box span {
  display: block;
  color: #4d6173;
  font-size: 14px;
  margin-top: 6px;
}

@media (max-width: 991px) {
  .jam-about-section {
    padding: 70px 0;
  }

  .jam-about-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .jam-about-image img {
    height: auto;
  }

  .jam-about-badge {
    right: 20px;
  }

  .jam-about-content h2 {
    font-size: 34px;
  }
}

@media (max-width: 575px) {
  .jam-about-section {
    padding: 55px 0;
  }

  .jam-about-content h2 {
    font-size: 28px;
  }

  .jam-about-points {
    grid-template-columns: 1fr;
  }

  .jam-about-badge {
    position: static;
    margin-top: 18px;
    width: 100%;
    justify-content: center;
  }

  .jam-about-image::before {
    display: none;
  }
}



@media (max-width: 991px) {
  .jamprs-hero {
    min-height: auto;
    padding: 70px 0;
    background-image:
      linear-gradient(90deg, rgba(255,255,255,0.96), rgba(255,255,255,0.86)),
      url("images/img/a9a00c7b.webp");
    background-size: cover;
    background-position: center;
  }

  .jamprs-hero-content {
    padding: 0 15px;
  }

  .jamprs-hero h1 {
    font-size: 42px;
  }

  .jamprs-hero p {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .jamprs-hero {
    padding: 58px 0;
  }

  .jamprs-hero h1 {
    font-size: 34px;
  }

  .jamprs-pill {
    font-size: 14px;
    padding: 10px 18px;
  }

  .jamprs-buttons {
    flex-direction: column;
    gap: 14px;
  }

  .jamprs-btn-primary,
  .jamprs-btn-secondary {
    min-width: 100%;
  }

  .jamprs-hero-stats {
    flex-direction: column;
  }

  .jamprs-hero-stats div {
    width: 100%;
  }
}





.jam-creative-about {
  padding: 110px 0;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.jam-creative-about::before {
  content: "";
  position: absolute;
  right: -140px;
  top: -120px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0,104,179,0.10), rgba(36,148,63,0.10));
}

.jam-creative-about::after {
  content: "";
  position: absolute;
  left: -120px;
  bottom: -120px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(0,104,179,0.06);
}

.jam-creative-wrap {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
  align-items: center;
}

.jam-creative-left {
  position: relative;
}

.jam-image-card {
  position: relative;
  padding: 18px;
  background: #ffffff;
  border-radius: 34px;
  box-shadow: 0 30px 80px rgba(15, 35, 60, 0.14);
}

.jam-image-card::before {
  content: "";
  position: absolute;
  inset: -16px;
  border-radius: 42px;
  background: linear-gradient(135deg, #0068b3, #24943f);
  z-index: -1;
  opacity: 0.12;
}

.jam-image-card img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  border-radius: 24px;
}

.jam-floating-card {
  position: absolute;
  right: -45px;
  bottom: 50px;
  width: 220px;
  background: #ffffff;
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 24px 60px rgba(0, 84, 139, 0.22);
  border-left: 6px solid #0068b3;
}

.jam-floating-card strong {
  display: block;
  color: #0068b3;
  font-size: 50px;
  line-height: 1;
  font-weight: 900;
}

.jam-floating-card span {
  display: block;
  color: #102039;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 800;
  margin-top: 10px;
}

.jam-creative-tag {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #24943f;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.jam-creative-tag::after {
  content: "";
  width: 56px;
  height: 2px;
  background: #24943f;
}

.jam-creative-right h2 {
  font-size: 48px;
  line-height: 1.17;
  font-weight: 900;
  color: #102039;
  margin: 0 0 24px;
  letter-spacing: -1px;
}

.jam-creative-right h2 span {
  color: #0068b3;
}

.jam-creative-right p {
  color: #4d6173;
  font-size: 17px;
  line-height: 1.85;
  margin: 0 0 28px;
}

.jam-creative-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 30px;
}

.jam-creative-points div {
  background: #f6fbff;
  border: 1px solid #dcecf7;
  border-radius: 16px;
  padding: 16px;
  color: #102039;
  font-size: 15px;
  font-weight: 800;
}

.jam-creative-points span {
  display: inline-block;
  color: #0068b3;
  font-weight: 900;
  margin-right: 8px;
}

.jam-creative-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 34px;
}

.jam-creative-stats div {
  background: #ffffff;
  border-radius: 18px;
  padding: 22px 18px;
  text-align: center;
  box-shadow: 0 16px 45px rgba(15, 35, 60, 0.10);
  border: 1px solid #e6eef6;
}

.jam-creative-stats strong {
  display: block;
  color: #24943f;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 8px;
}

.jam-creative-stats span {
  display: block;
  color: #4d6173;
  font-size: 13px;
  font-weight: 700;
}

.jam-creative-btn {
  display: inline-block;
  background: linear-gradient(135deg, #0057b8, #0068b3);
  color: #ffffff;
  padding: 16px 34px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 18px 36px rgba(0, 87, 184, 0.24);
}

.jam-creative-btn:hover {
  color: #ffffff;
  background: linear-gradient(135deg, #003f88, #00548b);
}

@media (max-width: 991px) {
  .jam-creative-about {
    padding: 75px 0;
  }

  .jam-creative-wrap {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .jam-floating-card {
    right: 25px;
  }

  .jam-creative-right h2 {
    font-size: 38px;
  }
}

@media (max-width: 575px) {
  .jam-creative-about {
    padding: 55px 0;
  }

  .jam-image-card img {
    height: auto;
  }

  .jam-floating-card {
    position: static;
    width: 100%;
    margin-top: 18px;
  }

  .jam-creative-right h2 {
    font-size: 30px;
  }

  .jam-creative-points,
  .jam-creative-stats {
    grid-template-columns: 1fr;
  }

  .jam-creative-btn {
    width: 100%;
    text-align: center;
  }
}









/********************* services section start ********************/

.jam-services-pro {
  padding: 100px 0;
  background:
    radial-gradient(circle at 10% 15%, rgba(0,104,179,0.12), transparent 25%),
    radial-gradient(circle at 90% 20%, rgba(36,148,63,0.12), transparent 28%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 55%, #eef7ff 100%);
  position: relative;
  overflow: hidden;
}

.jam-services-pro::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(36,148,63,0.28) 2px, transparent 2px);
  background-size: 28px 28px;
  opacity: 0.18;
  animation: jamDotsMove 14s linear infinite;
}

@keyframes jamDotsMove {
  0% { background-position: 0 0; }
  100% { background-position: 80px 80px; }
}

.jam-services-pro-head {
  position: relative;
  z-index: 2;
  max-width: 850px;
  margin: 0 auto 58px;
  text-align: center;
}

.jam-services-pro-head span {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #16a34a;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 2px;
}

.jam-services-pro-head span::before,
.jam-services-pro-head span::after {
  content: "";
  width: 44px;
  height: 2px;
  background: #16a34a;
}

.jam-services-pro-head h2 {
  color: #061b3a;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 600;
  margin: 16px 0 18px;
}

.jam-services-pro-head p {
  color: #46566f;
  font-size: 18px;
  line-height: 1.75;
  margin: 0 auto;
  max-width: 760px;
}

.jam-services-pro-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.jam-pro-card {
      min-height: 295px;
      padding: 20px 20px 26px;
      border-radius: 28px;
      text-decoration: none;
      position: relative;
      overflow: hidden;
      background: #ffffff;
      border: 1px solid #e4edf7;
      box-shadow: 0 20px 60px rgba(15,35,60,0.08);
      transition: all .35s ease;
      text-align: center;
}

.jam-pro-card:nth-child(1) { animation-delay: 0s; }
.jam-pro-card:nth-child(2) { animation-delay: .4s; }
.jam-pro-card:nth-child(3) { animation-delay: .8s; }
.jam-pro-card:nth-child(4) { animation-delay: 1.2s; }
.jam-pro-card:nth-child(5) { animation-delay: 1.6s; }
.jam-pro-card:nth-child(6) { animation-delay: 2s; }

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

.jam-pro-card::before{
    content:"";
    position:absolute;
    inset:-150%;
    background:conic-gradient(
        #2563eb,
        #22c55e,
        #2563eb,
        #22c55e,
        #2563eb
    );
    opacity:0;
    transition:.3s;
    animation:none;
    z-index:0;
}

/* Inner White Layer */
.jam-pro-card::after{
    content:"";
    position:absolute;
    inset:2px;
    background:#ffffff;
    border-radius:26px;
    z-index:1;
}

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

.jam-pro-card.featured::before {
  background: conic-gradient(
    from 0deg,
    transparent,
    #22c55e,
    #2563eb,
    #22c55e,
    transparent
  );
}

.shine{
    position:absolute;
    top:0;
    left:-180%;
    width:60%;
    height:100%;
    background:linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.8),
        transparent
    );
    transform:skewX(-25deg);
    opacity:0;
    pointer-events:none;
}

.jam-pro-card:hover .shine{
    opacity:1;
    animation:shineMove 1.2s ease;
}

@keyframes shineMove{
    from{
        left:-180%;
    }
    to{
        left:180%;
    }
}

.jam-pro-top i{
    transition:.35s;
}

/*.jam-pro-card:hover .jam-pro-top i{*/
/*    transform:scale(1.12);*/
/*    color:#fff;*/
/*    background:linear-gradient(135deg,#2563eb,#22c55e);*/
/*}*/

.jam-pro-top,
.jam-pro-card h3,
.jam-pro-card p,
.jam-pro-card b {
  position: relative;
  z-index: 3;
}

.jam-pro-top {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -18px;
  position: relative;
  top: -35px;
  z-index: 9;
  border-radius: 5px !important;
}

.jam-pro-top span {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  background: linear-gradient(135deg, #edf6ff, #ffffff);
  color: #2563eb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(37,99,235,0.18);
}

.jam-pro-top i {
  width: 58px;
  display: none !important;
  height: 58px;
  border-radius: 50%;
  background: #ffffff;
  color: #2563eb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  box-shadow: 0 14px 35px rgba(37,99,235,0.18);
  animation: jamIconPulse 2.5s ease-in-out infinite;
}

@keyframes jamIconPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.10); }
}

.jam-pro-card.featured .jam-pro-top span,
.jam-pro-card.featured .jam-pro-top i,
.jam-pro-card.featured b {
  color: #16a34a;
}

.jam-pro-card h3 {
  color: #061b3a;
  font-size: 18px;
  line-height: 1.32;
  font-weight: 600;
  margin: 0 0 14px;
  text-align: center;
}

.jam-pro-card p {
  color: #46566f;
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 12px;
}

.jam-pro-card b {
  color: #2563eb;
  font-size: 15px;
  font-weight: 500;
}

.jam-pro-card:hover {
  transform:translateY(-10px);
    box-shadow:0 30px 80px rgba(37,99,235,.15);
}

.jam-pro-card:hover::before{
    opacity:1;
    animation:borderSpin 3s linear infinite;
}

@keyframes borderSpin{
    from{
        transform:rotate(0deg);
    }
    to{
        transform:rotate(360deg);
    }
}
.jam-services-pro .img_box{
    position: relative;
    z-index: 9;
}
.jam-services-pro .img_box img{
    border-radius:10px;
}


.jam-services-pro-bottom {
  position: relative;
  z-index: 2;
  max-width: 100%;
  margin: 50px auto 0;
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(0,104,179,0.20);
  border-radius: 22px;
  padding: 24px 34px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  color: #061b3a;
  box-shadow: 0 22px 70px rgba(15,35,60,0.10);
}

.jam-services-pro-bottom strong {
  font-size: 20px;
}

.jam-services-pro-bottom a {
  background: linear-gradient(135deg, #00548b, #2563eb);
  color: #ffffff;
  font-weight: 900;
  text-decoration: none;
  padding: 15px 28px;
  border-radius: 12px;
  box-shadow: 0 16px 34px rgba(37,99,235,0.28);
}

.jam-services-pro-bottom a:hover {
  color: #ffffff;
  transform: translateY(-3px);
}

@media (max-width: 991px) {
  .jam-services-pro-grid {
    grid-template-columns: 1fr 1fr;
  }

  .jam-services-pro-head h2 {
    font-size: 38px;
  }
}

@media (max-width: 575px) {
  .jam-services-pro {
    padding: 60px 0;
  }

  .jam-services-pro-grid {
    grid-template-columns: 1fr;
  }

  .jam-services-pro-head h2 {
    font-size: 31px;
  }

  .jam-services-pro-bottom {
    flex-direction: column;
    text-align: center;
  }

  .jam-services-pro-bottom a {
    width: 100%;
    text-align: center;
  }
}




/********************* services section END ********************/








/************************************** Expertise Section Start *************************************/


.jam-expertise-pro {
  padding: 105px 0;
  background:
    radial-gradient(circle at 8% 12%, rgba(37,99,235,0.10), transparent 28%),
    radial-gradient(circle at 90% 80%, rgba(34,197,94,0.12), transparent 30%),
    linear-gradient(180deg, #f8fcff 0%, #ffffff 48%, #eef7ff 100%);
  position: relative;
  overflow: hidden;
}

.jam-expertise-pro::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(0,104,179,0.18) 2px, transparent 2px);
  background-size: 28px 28px;
  opacity: 0.22;
  animation: jamExpertDots 16s linear infinite;
}

.jam-expertise-pro::after {
  content: "";
  position: absolute;
  right: -140px;
  top: -130px;
  width: 420px;
  height: 420px;
  border: 2px solid rgba(37,99,235,0.16);
  border-radius: 50%;
  animation: jamExpertRotate 18s linear infinite;
}

@keyframes jamExpertDots {
  from { background-position: 0 0; }
  to { background-position: 90px 90px; }
}

@keyframes jamExpertRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.jam-expertise-pro-head {
  position: relative;
  z-index: 2;
  max-width: 850px;
  margin: 0 auto 60px;
  text-align: center;
}

.jam-expertise-pro-head span {
  display: inline-block;
  color: #16a34a;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1.8px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.jam-expertise-pro-head h2 {
  color: #061b3a;
  font-size: 45px;
  line-height: 1.15;
  font-weight: 700;
  margin: 0 0 18px;
}

.jam-expertise-pro-head p {
  max-width: 700px;
  color: #46566f;
  font-size: 18px;
  line-height: 1.75;
  margin: 0 auto;
}

.jam-expertise-pro-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 34px;
  align-items: stretch;
}

.jam-expertise-main-card {
  min-height: 560px;
  border-radius: 34px;
  padding: 48px 42px;
  background: linear-gradient(180deg, rgb(14 98 141 / 15%), rgb(15 92 131 / 80%)), url(images/img/226698.webp);
  background-size: cover;
  background-position: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: 0 35px 90px rgba(0,84,139,0.22);
  position: relative;
  overflow: hidden;
}

.jam-expertise-main-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255,255,255,0.24);
  border-radius: 26px;
  pointer-events: none;
}

.jam-main-no {
  position: absolute;
  top: 34px;
  left: 34px;
  width: 68px;
  height: 68px;
  border-radius: 20px;
  background: rgba(255,255,255,0.92);
  color: #2563eb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 22px;
  box-shadow: 0 16px 35px rgba(0,0,0,0.18);
}

.jam-expertise-main-card h3 {
  color: #ffffff;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 900;
  margin: 0 0 18px;
  position: relative;
  z-index: 2;
}

.jam-expertise-main-card p {
  color: rgba(255,255,255,0.88);
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 28px;
  position: relative;
  z-index: 2;
}

.jam-expertise-main-card a {
  color: #8df0a3;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  position: relative;
  z-index: 2;
}

.jam-expertise-list {
  display: grid;
  gap: 18px;
}

.jam-expertise-item {
  background: rgba(255,255,255,0.82);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(0,104,179,0.14);
  border-radius: 24px;
  padding: 25px 28px;
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 20px;
  align-items: center;
  box-shadow: 0 20px 55px rgba(15,35,60,0.08);
  transition: 0.35s ease;
  position: relative;
  overflow: hidden;
}

.jam-expertise-item::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: 0.35s ease;
}

.jam-expertise-item:nth-child(1)::before {
  background: linear-gradient(135deg, rgba(37,99,235,0.10), transparent);
}

.jam-expertise-item:nth-child(2)::before {
  background: linear-gradient(135deg, rgba(34,197,94,0.11), transparent);
}

.jam-expertise-item:nth-child(3)::before {
  background: linear-gradient(135deg, rgba(14,165,233,0.11), transparent);
}

.jam-expertise-item:nth-child(4)::before {
  background: linear-gradient(135deg, rgba(168,85,247,0.10), transparent);
}

.jam-expertise-item:nth-child(5)::before {
  background: linear-gradient(135deg, rgba(249,115,22,0.10), transparent);
}

.jam-expertise-item:hover {
  transform: translateX(10px);
  background: #ffffff;
  box-shadow: 0 30px 75px rgba(0,84,139,0.15);
}

.jam-expertise-item:hover::before {
  opacity: 1;
}

.jam-expertise-item span {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: linear-gradient(135deg, #edf6ff, #ffffff);
  color: #2563eb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  position: relative;
  z-index: 2;
  box-shadow: inset 0 0 0 1px rgba(37,99,235,0.18);
}

.jam-expertise-item h3 {
  color: #061b3a;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 600;
  margin: 0 0 8px;
  position: relative;
  z-index: 2;
}

.jam-expertise-item p {
  color: #46566f;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .jam-expertise-pro {
    padding: 75px 0;
  }

  .jam-expertise-pro-layout {
    grid-template-columns: 1fr;
  }

  .jam-expertise-pro-head h2 {
    font-size: 40px;
  }

  .jam-expertise-main-card {
    min-height: 430px;
  }
}

@media (max-width: 575px) {
  .jam-expertise-pro {
    padding: 58px 0;
  }

  .jam-expertise-pro-head h2 {
    font-size: 32px;
  }

  .jam-expertise-main-card {
    padding: 36px 26px;
    min-height: 420px;
  }

  .jam-expertise-main-card h3 {
    font-size: 28px;
  }

  .jam-expertise-item {
    grid-template-columns: 1fr;
  }
}





.jam-case-pro{
  padding:90px 0;
  background:#ffffff;
}

.jam-case-head{
  text-align:center;
  max-width:760px;
  margin:0 auto 45px;
}

.jam-case-head span{
  display:inline-block;
  color:#0068b3;
  font-size:14px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:12px;
}

.jam-case-head h2{
  color:#061b3a;
  font-size:44px;
  font-weight:800;
  margin:0 0 14px;
}

.jam-case-head p{
  color:#46566f;
  font-size:17px;
  line-height:1.7;
  margin:0;
}

.jam-case-cards{
  display:flex;
  gap:18px;
  height:480px;
}

.jam-case-card{
  flex:1;
  border-radius:16px;
  overflow:hidden;
  background-size:cover;
  background-position:center;
  position:relative;
  transition:all .45s ease;
  cursor:pointer;
}

.jam-case-card:hover,
.jam-case-card.active{
  flex:2.4;
}

.jam-case-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,0.05), rgba(0,0,0,0.88));
  z-index:1;
}

.jam-case-content{
  position:absolute;
  left:24px;
  right:24px;
  bottom:24px;
  z-index:2;
  color:#ffffff;
}

.jam-case-content span{
  width:46px;
  height:46px;
  border-radius:12px;
  background:#ffffff;
  color:#0068b3;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  margin-bottom:18px;
}

.jam-case-content h3{
  color:#ffffff;
  font-size:24px;
  line-height:1.35;
  font-weight:800;
  margin:0 0 12px;
}

.jam-case-content p{
  color:rgba(255,255,255,.88);
  font-size:15px;
  line-height:1.6;
  margin:0 0 18px;
  opacity:0;
  max-height:0;
  overflow:hidden;
  transition:.35s ease;
}

.jam-case-content a{
  display:inline-block;
  background:#ffffff;
  color:#061b3a;
  padding:10px 22px;
  border-radius:30px;
  font-size:15px;
  font-weight:700;
  text-decoration:none;
  opacity:0;
  transform:translateY(10px);
  transition:.35s ease;
}

.jam-case-card:hover .jam-case-content p,
.jam-case-card:hover .jam-case-content a,
.jam-case-card.active .jam-case-content p,
.jam-case-card.active .jam-case-content a{
  opacity:1;
  max-height:120px;
  transform:translateY(0);
}

@media(max-width:991px){
  .jam-case-cards{
    flex-direction:column;
    height:auto;
  }

  .jam-case-card{
    min-height:330px;
    flex:auto;
  }

  .jam-case-card:hover,
  .jam-case-card.active{
    flex:auto;
  }
}

@media(max-width:575px){
  .jam-case-pro{
    padding:60px 0;
  }

  .jam-case-head h2{
    font-size:32px;
  }

  .jam-case-card{
    min-height:300px;
  }
}

/************************************** Expertise Section End *************************************/





/*************************** PERFORMANCE Section start ******************************/

.jam-performance-section {
  padding: 105px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(0,104,179,0.08), transparent 28%),
    radial-gradient(circle at 90% 80%, rgba(36,148,63,0.08), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
  position: relative;
  overflow: hidden;
}

.jam-performance-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(0,104,179,0.18) 1.5px, transparent 1.5px);
  background-size: 26px 26px;
  opacity: 0.14;
}

.jam-performance-wrap {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 65px;
  align-items: center;
}

.jam-performance-left span {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #24943f;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 2px;
  margin-bottom: 18px;
}

.jam-performance-left span::after {
  content: "";
  width: 55px;
  height: 2px;
  background: #24943f;
}

.jam-performance-left h2 {
  color: #062b4d;
  font-size: 45px;
  line-height: 1.15;
  font-weight: 600;
  margin: 0 0 24px;
}

.jam-performance-left p {
  color: #4d6173;
  font-size: 17px;
  line-height: 1.75;
  margin: 0 0 28px;
  max-width: 570px;
}

.jam-performance-points {
  display: grid;
  gap: 12px;
  margin-bottom: 34px;
}

.jam-performance-points div {
  background: #ffffff;
  border: 1px solid #dcecf7;
  border-radius: 14px;
  padding: 14px 18px;
  color: #092b46;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(15,35,60,0.06);
}

.jam-performance-btn {
  display: inline-block;
  background: linear-gradient(135deg, #00548b, #0e628d);
  color: #ffffff;
  padding: 16px 32px;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 18px 38px rgba(0,84,139,0.22);
}

.jam-performance-btn:hover {
  color: #ffffff;
  transform: translateY(-3px);
}

.jam-performance-right {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: stretch;
}

.jam-performance-top-card {
  min-height: 520px;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 28px 80px rgba(15,35,60,0.15);
}

.jam-performance-top-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jam-performance-top-card::before {
  content: "";
  position: absolute;
  inset: 0;
  /*background: linear-gradient(180deg, rgb(6 43 77 / 15%), rgb(6 43 77 / 1%));*/
}

.jam-performance-overlay {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  background: rgba(255,255,255,0.92);
  border-radius: 20px;
  padding: 18px 20px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.15);
}

.jam-performance-overlay strong {
  display: block;
  color: #062b4d;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 900;
  margin-bottom: 6px;
}

.jam-performance-overlay span {
  color: #4d6173;
  font-size: 14px;
  font-weight: 700;
}

.jam-performance-stats {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  align-content: stretch;
}

.jam-performance-card {
  background: rgba(255,255,255,0.94);
  border: 1px solid #dcecf7;
  border-radius: 26px;
  padding: 25px 24px;
  min-height: 200px;
  box-shadow: 0 20px 60px rgba(15,35,60,0.09);
  position: relative;
  overflow: hidden;
  transition: 0.35s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: -10px;
}

.jam-performance-card::before {
  content: "";
      position: absolute;
    right: -108px;
    top: -73px;
    width: 145px;
    height: 145px;
    background: #0e628d;
    border-radius: 50%;
    transition: 0.35s ease;
}

.jam-performance-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 32px 75px rgba(0,84,139,0.15);
}

.jam-performance-card:hover::before {
  transform: scale(1.25);
  background: #e8f8ef;
}

.jam-performance-card > span {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #edf6ff;
  color: #0068b3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  position: relative;
  z-index: 2;
}

.jam-performance-card h3 {
  color: #062b4d;
  font-size: 35px;
  line-height: 1;
  font-weight: 700;
  margin: 0 0 12px;
  position: relative;
  z-index: 2;
}

.jam-performance-card p {
  color: #4d6173;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 800;
  margin: 0;
  position: relative;
  z-index: 2;
}

.jam-performance-card.highlight {
  background: linear-gradient(135deg, #00548b, #0e628d);
}

.jam-performance-card.highlight::before {
  background: rgba(255,255,255,0.12);
}

.jam-performance-card.highlight > span {
  background: rgba(255,255,255,0.16);
  color: #ffffff;
}

.jam-performance-card.highlight h3,
.jam-performance-card.highlight p {
  color: #ffffff;
}

@media (max-width: 1199px) {
  .jam-performance-wrap {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .jam-performance-section {
    padding: 75px 0;
  }

  .jam-performance-right {
    grid-template-columns: 1fr;
  }

  .jam-performance-top-card {
    min-height: 390px;
  }

  .jam-performance-left h2 {
    font-size: 38px;
  }
}

@media (max-width: 575px) {
  .jam-performance-section {
    padding: 58px 0;
  }

  .jam-performance-left h2 {
    font-size: 30px;
  }

  .jam-performance-stats {
    grid-template-columns: 1fr;
  }

  .jam-performance-card {
    min-height: 190px;
  }

  .jam-performance-btn {
    width: 100%;
    text-align: center;
  }
}


/*************************** PERFORMANCE Section End ******************************/







/*************************** Expert Team Section Start ******************************/

.jam-partners-focus {
  padding: 105px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
  position: relative;
  overflow: hidden;
}

.jam-partners-focus-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 55px;
}

.jam-partners-focus-head span {
  color: #16a34a;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 2px;
}

.jam-partners-focus-head h2 {
     color: #0f172a;
    font-size: 45px;
    font-weight: 700;
    margin: 14px 0 16px;
}

.jam-partners-focus-head p {
  color: #475569;
  font-size: 17px;
  line-height: 1.7;
  margin: 0;
}

.jam-partners-focus-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: stretch;
}

.jam-partner-focus-card {
  background: #ffffff;
  border-radius: 34px;
  padding: 30px;
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 34px;
  align-items: center;
  border: 1px solid #e2e8f0;
  box-shadow: 0 25px 70px rgba(15,23,42,0.10);
}

.jam-partner-focus-card img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  object-position: top center;
  border-radius: 28px;
}

.jam-partner-focus-card small {
  color: #16a34a;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 2px;
}

.jam-partner-focus-card h3 {
     color: #0f172a;
    font-size: 34px;
    line-height: 1.15;
    font-weight: 600;
    margin: 16px 0 14px;
}

.jam-partner-focus-card p {
  color: #475569;
  font-size: 17px;
  line-height: 1.65;
  margin: 0 0 24px;
}

.jam-partner-focus-card a {
  color: #2563eb;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
}

.jam-partner-mini-list {
  display: grid;
  gap: 18px;
}

.jam-partner-mini {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 18px;
  align-items: center;
  background: #ffffff;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid #e2e8f0;
  text-decoration: none;
  box-shadow: 0 18px 50px rgba(15,23,42,0.08);
  transition: .3s ease;
}

.jam-partner-mini:hover {
  transform: translateX(8px);
  box-shadow: 0 28px 70px rgba(37,99,235,0.16);
}

.jam-partner-mini img {
  width: 110px;
  height: 120px;
  object-fit: cover;
  object-position: top center;
  border-radius: 18px;
}

.jam-partner-mini h4 {
  color: #0f172a;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 8px;
}

.jam-partner-mini p {
  color: #475569;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

@media(max-width: 991px) {
  .jam-partners-focus-grid,
  .jam-partner-focus-card {
    grid-template-columns: 1fr;
  }
}

@media(max-width: 575px) {
  .jam-partners-focus {
    padding: 60px 0;
  }

  .jam-partners-focus-head h2 {
    font-size: 32px;
  }

  .jam-partner-focus-card img {
    height: 360px;
  }

  .jam-partner-mini {
    grid-template-columns: 90px 1fr;
  }

  .jam-partner-mini img {
    width: 90px;
    height: 105px;
  }
}
/*************************** Expert Team Section End ******************************/










/*************************** Our Sector Section Start ******************************/

.jam-industries-section {
     padding: 11px 0 70px;
    background: radial-gradient(circle at 10% 20%, rgb(244 248 255), transparent 28%), radial-gradient(circle at 90% 80%, rgba(34, 197, 94, 0.12), transparent 30%), linear-gradient(180deg, #f6f9ff 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.jam-industries-head {
  max-width: 820px;
  margin: 0 auto 55px;
  text-align: center;
}

.jam-industries-head span {
  color: #16a34a;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 2px;
}

.jam-industries-head h2 {
  color: #0f172a;
  font-size: 45px;
  line-height: 1.15;
  font-weight: 700;
  margin: 14px 0 18px;
}

.jam-industries-head p {
  color: #475569;
  font-size: 17px;
  line-height: 1.7;
  margin: 0;
}

.jam-industries-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.jam-industry-card {
  height: 320px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 22px 60px rgba(15,23,42,0.12);
  transition: 0.35s ease;
}

.jam-industry-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 34px 85px rgba(37,99,235,0.18);
}

.jam-industry-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.55s ease;
}

.jam-industry-card:hover img {
  transform: scale(1.08);
}

.jam-industry-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15,23,42,0.05), rgba(15,23,42,0.78));
  z-index: 1;
}

.jam-industry-info {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 26px;
  z-index: 2;
}

.jam-industry-info small {
  display: inline-flex;
  background: rgba(255,255,255,0.16);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.28);
  width: 46px;
  height: 46px;
  border-radius: 15px;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  margin-bottom: 14px;
}

.jam-industry-info h3 {
  color: #ffffff;
  font-size: 25px;
  line-height: 1.25;
  font-weight: 900;
  margin: 0;
}

.jam-industries-cta {
  margin-top: 48px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 22px;
  padding: 25px 34px;
  display: flex;
  justify-content: center;
  gap: 12px;
  align-items: center;
  box-shadow: 0 20px 55px rgba(15,23,42,0.08);
}

.jam-industries-cta span {
  color: #0f172a;
  font-size: 18px;
  font-weight: 800;
}

.jam-industries-cta a {
  color: #2563eb;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
}

@media (max-width: 991px) {
  .jam-industries-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .jam-industries-head h2 {
    font-size: 38px;
  }
}

@media (max-width: 575px) {
  .jam-industries-section {
    padding: 60px 0;
  }

  .jam-industries-grid {
    grid-template-columns: 1fr;
  }

  .jam-industries-head h2 {
    font-size: 32px;
  }

  .jam-industries-cta {
    flex-direction: column;
    text-align: center;
  }
}

/*************************** Our Sector Section  End ******************************/


.top_bar .social-icons li a {
    border:0 !important;
}

.animate-tag-shine {
    animation: tag-shine 1s linear infinite;
}

@keyframes tag-shine {
    0% {
        transform: translateX(-250%) skewX(-20deg)
    }

    to {
        transform: translateX(450%) skewX(-20deg)
    }
}

.shine_link span{
  mix-blend-mode: overlay;
  background-color: hsla(0, 0%, 100%, .6);
   animation: tag-shine 1s linear infinite;
}
.shine_link a{
       background: #0e628d;
    color: #fff !important;
    border-radius: 39px;
    padding: 5px 35px !important;
    line-height: 31px !important;
    height: inherit !important;
    margin-left: 29px !important;
}






