/** Shopify CDN: Minification failed

Line 362:13 Unexpected "{"
Line 362:22 Expected ":"
Line 362:28 Unexpected "{"
Line 363:17 Expected identifier but found whitespace
Line 363:19 Unexpected "{"
Line 363:28 Expected ":"
Line 363:50 Expected identifier but found "!"

**/


/* CSS from section stylesheet tags */
.two-col-wrapper {
    padding: 50px 20px;
  }

  .two-col-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
  }

  /* LEFT SIDE */
  .two-col-left h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #0B1F33;
}

  .two-col-left p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #555;
  }

  .cta-btn {
    display: flex;
    background: #FF6700;
    color: #fff;
    padding: 25px 32px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    justify-content: center;
  }

  /* TESTIMONIAL SLIDER */
  .testimonial-slider {
    position: relative;
    overflow: hidden;
  }

  .testimonial-track {
    display: flex;
    transition: transform 0.45s ease;
  }

  .testimonial-item {
    min-width: 100%;
    box-sizing: border-box;
    padding: 20px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    position: relative;
  }

  .testimonial-item .quote-icon {
    font-size: 40px;
    color: #cccccc;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .testimonial-text {
    margin-top: 25px;
    font-size: 18px;
    line-height: 1.7;
    font-style: italic;
    color: #333;
  }

  .testimonial-author {
    margin-top: 25px;
    font-size: 16px;
    font-weight: 600;
    color: #111;
  }

  .testimonial-role {
    margin-top: 4px;
    font-size: 14px;
    color: #666;
  }
  .p1{
    padding-top: 20px;
    font-size: 15px;
  }

  /* NAV BUTTONS */
  .slider-nav {
    margin-top: 15px;
    text-align: center;
  }

  .slider-nav button {
    background: #111;
    color: #fff;
    border: none;
    padding: 10px 18px;
    margin: 0 6px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
  }

  .slider-nav button:hover {
    background: #000;
  }

  /* RESPONSIVE */
  @media(max-width: 900px) {
    .two-col-container {
      grid-template-columns: 1fr;
    }
  }
  @media(max-width: 768px) {
    .cta-btn {
    display: flex;
    background: #FF6700;
    color: #fff;
    padding: 20px 15px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    justify-content: center;
}
  }
section.vision-strong-duval-section {
    position: relative;
    padding: 52px 0 84px;
}
.vision-strong-duval-section .page-width {
    max-width: 1100px;
    padding: 0 20px;
    margin: 0 auto;
}
.vision-strong-duval-section .background_img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.vision-strong-duval-section .sub-heading {
    font-size: 36px;
    color: #000;
    line-height: 1.40;
    letter-spacing: -2px;
    font-weight: 400;
    padding-bottom: 34px;
    max-width: 1050px;
    margin: 0 auto;
    text-align: center;
}
.vision-strong-duval-section .background_img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.vision-strong-duval-section .stat-block {
    width: 50%;
    text-align: center;
    margin: 40px 0;
}
.vision-strong-duval-section .stat-block:nth-child(4){
   margin-top:24px;
}
.vision-strong-duval-section .stat-block:nth-child(3) {
  margin-top:24px;
}

.vision-strong-duval-section .stats-grid:before {
    position: absolute;
    content: "";
    top: 0%;
    left: 50%;
    height: 453px;
    width: 1px;
    transform: translate(-50%);
    background-color: #000;
}

.vision-strong-duval-section .stats-grid:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 56%;
    height: 1px;
    transform: translateY(-50%);
    background-color: #000;
}
.vision-strong-duval-section .vision-content {
    position: relative;
}
.vision-strong-duval-section .stats-grid {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 695px;
    margin-inline: auto;
    position: relative;
}
.vision-strong-duval-section .stat-number {
    font-size: 64px;
    background: linear-gradient(89.94deg, #136678 20.92%, #C69D31 82.47%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 400;
    margin: 0;
    padding-bottom: 16px;
    line-height: 1;
    letter-spacing: -2px;
}
.vision-strong-duval-section .stat-desc {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.1;
    letter-spacing: 0;
    padding-bottom: 0px;
    max-width: 290px;
    margin: 0 auto;
}
.vision-strong-duval-section .desc {
    font-size: 36px;
    color: #000;
    line-height: 1.4;
    letter-spacing: -2px;
    font-weight: 400;
    margin: 70px 0 20px;
    max-width: 580px;
    text-align: center;
    margin-inline: auto;
}
.vision-strong-duval-section a.dev-btn {
    display: flex;
    justify-content: center;
    max-width: 248px;
    margin-inline: auto;
    font-weight: 700;
    padding: 17px 0;
    cursor: pointer;
}
@media (min-width: 991px) and (max-width:1200px) {
section.vision-strong-duval-section {
    position: relative;
    padding: 40px 0 40px;
}
.vision-strong-duval-section .stats-grid:after {
    top: 51%;

}
.vision-strong-duval-section .sub-heading {
    font-size: 32px;
}
.vision-strong-duval-section .desc {
    font-size: 35px;

}
}
@media (min-width: 768px) and (max-width:991px) {
  .vision-strong-duval-section .sub-heading {
    font-size: 27px;
    max-width: 700px;
}
.vision-strong-duval-section .stats-grid:after {
    top: 51%;

}
.vision-strong-duval-section .stat-block {
    margin: 26px 0;
}
.vision-strong-duval-section .stats-grid:before {
    top: -5%;
}
.vision-strong-duval-section .stat-block:nth-child(3) {
    margin-top: 26px;
}
.vision-strong-duval-section .stat-block:nth-child(4) {
    margin-top: 26px;
}
.vision-strong-duval-section .desc {
    font-size: 33px;
}
}
   @media screen and ( max-width:767px ){
.vision-strong-duval-section .stat-block:nth-child(4){
   margin-top:0px;
}
.vision-strong-duval-section .stat-block:nth-child(3) {
  margin-top:0px;
}
section.vision-strong-duval-section {
    padding: 31px 0 32px;
}
.vision-strong-duval-section .sub-heading {
    font-size: 24px;
    padding-bottom: 49px;
    letter-spacing: -1px;
    line-height: 1.2;
}
.vision-strong-duval-section .stat-block {
    width: 100%;
    margin: 0;
    padding-bottom: 57px;
}
.vision-strong-duval-section .desc {
    font-size: 32px;
    letter-spacing: -1px;
    margin: -3px 0 14px;
}
.vision-strong-duval-section .stats-grid {
    display: flex;
   flex-direction: column;
   justify-content: center;

}
.vision-strong-duval-section .stats-grid:after {
    position: unset;
    max-width: unset;
    transform: unset;
    height: unset;
}
.vision-strong-duval-section .stats-grid:before {
    position: unset;
    height: unset;
    transform: unset;

}
   }
.why-portal-wrapper {
  padding: 50px 50px;

}
.custom-bg--{{ section.id }}{
background-color: {{ section.settings.bg_color }} !important;
}

.why-portal-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.why-portal-heading {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #0B1F33;
}

.why-portal-subheading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
}

.why-portal-list {
  text-align: left;
  display: inline-block;
  font-size: 16px;
  line-height: 1.7;
  padding-left: 0;
  list-style: none;
}

.why-portal-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
}

.why-portal-list li:before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  color: #000;
  font-weight: 700;
}
.why-portal-inner.inner-flx {
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.why-portal-inner.inner-flx .left-column {
    text-align: left;
    max-width: 45%;
}

.why-portal-inner.inner-flx  .right-column {
    max-width: 50%;
}


.why-portal-inner.inner-flx  .right-column img.portal-img {
    border-radius: 5px;
}
.portal-caption {
  margin-top: 5px;
  font-size: 14px;
  color: #666;
  text-align: center;
  font-weight:bold;
  font-style: italic;
}

@media(max-width:768px){
  .two-col-left h2 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 15px;
}
    .why-portal-inner.inner-flx {
        flex-direction: column;
        gap: 30px;
    }
.why-portal-inner.inner-flx .left-column {
    max-width: 100%;
}

.why-portal-inner.inner-flx  .right-column {
    max-width: 100%;
}
section.why-portal-wrapper {
    padding: 50px 15px;
}


}
/* ======================
   WRAPPER + HEADING
====================== */
.workforce-wrapper {
  padding: 50px 30px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.workforce-heading {
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 40px;
}

/* ======================
   FLEXBOX CARD LAYOUT
====================== */
.workforce-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.workforce-card {
  flex: 0 0 calc(33.333% - 24px);   /* EXACT 3 CARDS PER ROW */
  max-width: calc(33.333% - 24px);
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 24px 20px;
  text-align: center;
  transition: all 0.25s ease;
}

/* Hover Effect */
.workforce-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.07);
}

/* Card Image */
.workforce-card img {
    width: 100%;
    max-width: 280px;
    margin: 0 auto 20px;
    border-radius: 15px;
}

/* Title */
.workforce-card-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}

/* Description text */
.workforce-card-text {
  font-size: 14px;
  color: #555;
  margin-bottom: 6px;
}

/* Button */
.workforce-btn {
  padding: 8px 24px;
  margin-top: 12px;
  background: #111;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
}

.workforce-btn:hover {
  background: #000;
}

/* ======================
   RESPONSIVE
====================== */

/* Tablet → 2 cards per row */
@media(max-width: 992px) {
  .workforce-card {
    flex: 0 0 calc(50% - 24px);
    max-width: calc(50% - 24px);
  }
}

/* Mobile → 1 card per row */
@media(max-width: 600px) {
  .workforce-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media(max-width:768px){
  .workforce-heading {
    font-size: 32px;
  }
}



section.workforce-wrapper.workforce--b2b-b2g-portal {
    max-width: 100%;
}

section.workforce-wrapper.workforce--b2b-b2g-portal .workforce-cards {
    justify-content: flex-start;
    gap: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

section.workforce-wrapper.workforce--b2b-b2g-portal .workforce-cards .workforce-card {
    width: 100%;
    max-width: 100%;
    border-radius: 5px;
}
section.workforce-wrapper.workforce--b2b-b2g-portal .workforce-cards .workforce-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
section.workforce-wrapper.workforce--b2b-b2g-portal .workforce-cards .workforce-card img {
    max-width: 100%;
    min-height: 300px;
    max-height: 300px;
    object-fit: cover;
    border-radius: 5px;
}

@media(max-width:480px){
  section.workforce-wrapper.workforce--b2b-b2g-portal .workforce-cards .workforce-card img {
    max-width: 100%;
    min-height: 200px;
    max-height: 200px;
    object-fit: cover;
}
    section.workforce-wrapper.workforce--b2b-b2g-portal .workforce-cards {
    justify-content: flex-start;
    gap: 10px;
    display: grid;
    grid-template-columns: 1fr;
}
    section.workforce-wrapper.workforce--b2b-b2g-portal {
    max-width: 100%;
        padding-left:15px;
        padding-right:15px
}
}
@media(min-width:481px) and (max-width:768px){
    section.workforce-wrapper.workforce--b2b-b2g-portal .workforce-cards {
    justify-content: flex-start;
    gap: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
        padding-left:15px;
        padding-right:15px
}
  section.workforce-wrapper.workforce--b2b-b2g-portal .workforce-cards .workforce-card img {
    max-width: 100%;
    min-height: 300px;
    max-height: 300px;
    object-fit: cover;
}
}