@media (min-width: 1200px){
    .container {
        width: 1170px;
    }
}
*, body{
    font-family: 'Lato', Dutum, Tahoma, "Malgun Gothic", Apple-Gothic, NanumGothic, sans-serif;
}
.toggleWrapper{padding: 150px 0px 60px;position: relative;margin-top: -230px;background: linear-gradient(180deg,rgba(255,255,255,.37) 0%,#FFFFFF 40.5%);position: relative;left: -5px;}
.toggleDiv{ width: 200px;text-align: center;border: 1px solid #113dcd;padding: 8px 20px;display: table;margin: 0 auto;color: #113dcd;border-radius: 20px;position: absolute;left: 0;right: 0;top: 100px;cursor: pointer;background: white;}
.toggleShow{display: none;}
.dis{display: contents !important;}
.progressBar {
    height: 2px;
    background-color: #ddd;
    position: relative;
    width: 100%;
    border-radius: 30px;
}
.progress-bar-inner {
    height: 100%;
    background: linear-gradient(to right,rgba(17,61,205,.3),#113dcd);
    width: 0;
}
.cta-white{
    background-color: #fff;
    color: #113dcd;
    border-radius: 34px;
    height: 50px;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    line-height: 50px;
    text-decoration: none;
    font-weight: bold;
    padding: 0 30px;
    min-width: 300px;
}
.cta-white:hover, .cta-white:active, .cta-white:focus{
    box-shadow: 0 30px 22px -20px #788ace;
    text-decoration: none;
    color: #113dcd;
}
.arrow{background: url(../assets/images/white-arrow.svg) no-repeat;width: 16px;height: 16px;display: inline-block;margin:0px 0px 4px 8px;vertical-align: middle;}
.banner-img-wrap{background: url(../assets/images/purple-bg.png) no-repeat 69px 10px;}
.cta-primary{
    background-color: #113dcd;
    border-radius: 34px;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    padding: 0 30px;
    min-width: 300px;
}
.cta-primary:hover, .cta-primary:focus {
    color: #fff;
    text-decoration: none;
    box-shadow: 0 30px 22px -20px #788ace;
}

.flex{
    display: flex;
}
.flex-wrap{
    flex-wrap: wrap;
}
.justify-center{
    justify-content: center;
}
.justify-between{
    justify-content: space-between;
}
.items-center{
    align-items: center;
}
.relative{
    position: relative;
}
.mx-4{
    margin-left: 16px;
    margin-right: 16px;
}
.ml-8{
    margin-left: 32px;
}
.mt-10{
    margin-top: 10px;
}
.mt-30{
    margin-top: 30px;
}
.mt-40{
    margin-top: 40px;
}
.mt-50{
    margin-top: 50px;
}
.mb-10{
    margin-bottom: 40px;
}
.mt-7\.5{
    margin-top: 30px;
}
.w-1\/4{
    width: 25%;
}
.btn-primary{
    background-color: #113DCD;
    color: #fff;
    border: 1px solid #113DCD;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    padding: 0 60px;
    min-width: auto;
    transition: all .4s ease;
}
.btn-primary:hover{
    color: #fff;
    background: rgb(1 23 107);
    text-decoration: none;
}
.section-heading{
    font-size: 30px;
    line-height: 46px;
    font-weight: bold;
}
.sub-text {
    font-size: 16px;
    line-height: 24px;
}
.bg-mid-grey{
    background-color: #fbfbfe;
}
.bg-white{
    background-color: #ffffff;
}
.text-red{
    color: #CA3A30;
}
.text-green{
    color: #4CA053;
}
.holder-md{
    width: 80%;
    margin: 0 auto;
}
.top-banner{
    padding: 60px 0;
    background: #ffffff;
}
.top-banner .list-items{
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.top-banner .list-items li{
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    line-height: 24px;
}
.top-banner .list-items li::before {
    content: '';
    left: 0;
    top: 2px;
    position: absolute;
    background-image: url(../assets/images/checkcircle.svg);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
}
/* container */
.process-flow {
    padding: 60px 0;
  }

  /* flex row for steps */
  .steps {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0; /* spacing handled by padding in .step */
  }

  /* Each step: equal width */
  .step {
    flex: 1 1 0;        /* grow, shrink, base */
    min-width: 0;       /* prevents overflow of content */
    position: relative; /* for arrow pseudo elements */
    padding: 0 18px;
    box-sizing: border-box;
    text-align: center;
  }

  /* Circle icon */
  .step .icon-wrap {
    width: 89px;
    height: 89px;
    border-radius: 50%;
    background: #8B5CF6;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

.step-details{
    display: flex;
    flex-direction: column;
}
  .step .step-number {
    font-size: 16px;
    color: #999999;
    margin-bottom: 6px;
    font-weight: 700;
  }

  .step .step-title {
    font-size: 16px;
    font-weight: 700;
    color: #123D80;
    margin-bottom: 10px;
  }

  .step .step-desc {
    font-size: 14px;
    color: #262626;
    line-height: 20px;
    margin: 0 auto;
    max-width: 247px;
  }
 
  .step:not(:last-child)::before {
    content: "";
    background: url('../assets/images/step-arrow.svg') no-repeat center center;
    width: 95px;
    height: 6px;
    position: absolute;
    top: 44px;
    transform: translateX(100%);
    color: #9ee0d7;
    font-size: 22px;
    font-weight: 700;
    z-index: 1;
  }

  @media (min-width: 992px) {
    .step:not(:last-child)::after { width: 40px; transform: translateX(0); right: -40px; }
    .step:not(:last-child)::before { right: -44px; transform: translateX(0); }
  }

  @media (max-width: 767px) {
    .btn-primary{
        width: 100%;
    }
   .holder-md{
        width: 100%;
   }
   .sm\:flex-col{
        flex-direction: column;   
    }
    .sm\:gap-20{
        gap: 20px;
    }
    .steps {
      flex-direction: column;
      align-items: center;
    }
    .step {
        width: 100%;
        padding: 18px 16px;
        text-align: center;
        flex-direction: row;
        display: flex;
        gap: 20px;
    }
    .step .step-desc { 
        max-width: 320px; 
        text-align: left;
    }
    .step:not(:last-child)::after,
    .step:not(:last-child)::before {
      display: none;
    }
    .step .icon-wrap {
      width: 60px;
      height: 60px;
      margin: 0;
    }
    .step .icon-wrap img {
      width: 45%;
      height: auto;
    }
    .step-details{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
  }

  .icon-wrap { z-index: 2; position: relative; }

  .process-flow .step-number { margin-top: 6px; }
  .process-flow .step-title { margin-top: 6px; margin-bottom: 8px; }
  .process-flow .step-desc { margin-top: 0; }

  .compare-section-bg {
    background:#ECE9FC;  
    padding: 50px 15px;
    text-align: center;
}

.compare-box {
    border-radius: 12px;
    padding: 24px;
    width: 100%;
    text-align: left;
    border: 1px solid #CBD5E1;
}

/* Heading row with icon */
.box-heading {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}

.box-heading img {
    width: 34px;
    height: 34px;
    margin-right: 10px;
}

.box-heading h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin: 0;
    color: #051E57;
}

/* Subtitle under heading */
.box-sub {
    font-size: 14px;
    line-height: 26px;
    font-weight: normal;
    color: #051E57;
    margin-top: 4px;
    display: block;
}

/* Bullet list */
.compare-box ul li {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
}
.compare-box ul {
    margin-bottom: 0;
}
.compare-box ul li::before {
    content: '';
    left: 0;
    top: 2px;
    position: absolute;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
}
.compare-box ul.check-list li::before {
    background-image: url(../assets/images/check-icon.svg);
}
.compare-box ul.error-list li::before {
    background-image: url(../assets/images/error-icon.svg);
}

@media (max-width: 767px) {
    .compare-box {
        margin-bottom: 20px;
    }
}

.three-in-one-service {
    padding: 40px 15px;
}

.three-in-one-service .service-card {
    background: #ECE9FC;
    border-radius: 18px;
    padding: 20px;
    height: 100%;
    border: 1px solid #D8E0EE;
}
.three-in-one-service .service-card img{
    margin-bottom: 12px;
}

.three-in-one-service .service-card h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 12px;
}

.three-in-one-service .service-card .desc {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
    min-height: 96px;
}
.three-in-one-service .service-card .cta{
    color: #113DCD;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    text-decoration: none;
}
.three-in-one-service .service-card .cta:hover{
    color: #113DCD;
    text-decoration: underline;
}


@media (min-width: 768px) {
    .service-card {
        display: flex;
        flex-direction: column;
    }
}
.format-samples-section{
    background-color: #EFF2FB;
    padding: 60px 0;
}
.samples-box{
    box-shadow: 0px 4px 20px 0px #00000026;
    background-color: #FFFFFF;
    scroll-margin-top: 126px;
}
.format-samples-section .nav {
    text-align: center;
    background-color: #9CA3AF;
    width: 100%;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
  }
  .format-samples-section .tab-content {
    text-align: center;
    padding: 20px;
  }
  
  .format-samples-section .tab-pill.nav-pills > li.active > a,
  .format-samples-section .tab-pill.nav-pills > li.active > a:focus,
  .format-samples-section .tab-pill.nav-pills > li.active > a:hover {
    background-color: #fff;
    color: #113DCD;
    font-size: 14px;
    font-weight: 700;
    border-radius:0;
    padding: 10px;
    width: auto;
  }
  .format-samples-section .tab-pill.nav > li{
    width: 100%;
  }
  
  .format-samples-section .tab-pill.nav > li > a {
    position: relative;
    display: block;
    padding: 10px;
    border-radius: 0;
    margin: 0;
    width: auto;
    text-align: center;
    background-color: #E8E8F2;
    font-size: 14px;
    font-weight: 700;
    color: #4B5563;
    border: none;
  }
  
  .format-samples-section .list li {
    position: relative;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
    list-style-type: disc;
    font-weight: 600;
  }
  
  .format-samples-section .sample-btn {
    background: #fff;
    color: #0b8cbe;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    width: auto;
    line-height: 24px;
    border-radius: 4px;
    padding: 15px 50px;
    border: 1px solid #0b8cbe;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .why-section {
    padding: 60px 0;
}

.why-section .inline-icon {
    width: 18px;
    margin-right: 5px;
}
.why-section .why-item {
    margin-bottom: 30px;
}

.why-section .why-icon {
    font-size: 22px;
    margin-right: 6px;
}

.why-section .why-item-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.why-section .why-item-text {
    font-size: 16px;
    line-height: 24px;
}

.why-section .why-img {
    border-radius: 20px;
    width: 100%;
}

.why-section .mobile-img {
    margin-bottom: 30px;
}


@media (max-width: 767px) {
    .why-title {
        font-size: 22px;
        line-height: 1.4;
    }

    .why-item {
        margin-bottom: 25px;
    }

    .why-img {
        border-radius: 15px;
    }
}

.services-provided {
    background-color: #DBE3FF;
    padding: 60px 0;
  }
  
  .services-provided .cards-container {
    display: flex;
    gap: 24px;
    width: 100%;
    scroll-behavior: smooth;
    overflow-x: auto;
    padding: 20px 0;
  }
  
  .services-provided .card {
    position: relative;
    flex: 0 0 90%;
    background: #ffffff;
    border-radius: 14px;
    padding: 24px;
  }
  
  .services-provided .card-number {
    position: absolute;
    top: 0;
    right: 0;
    background: #EFF2FB;
    width: 73px;
    height: 73px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 32px;
    color: #9CA3AF;
  }
  
  .services-provided .card-title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 24px;
    width: 86%;
    line-height: 24px;
    min-height: 52px;
  }
  
  .services-provided .card-text {
    font-size: 14px;
    line-height: 21px;
    color: #262626;
  }
  
  @media (min-width: 992px) {
    .services-provided {
      overflow: visible;
      padding: 60px 0;
    }
  
    .services-provided .cards-container {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      gap: 24px;
      justify-content: center;
      padding: 0;
    }
  
    .services-provided .card {
      flex: 0 0 calc(34% - 24px);
    }
  }

.quality-section {
    padding: 40px 0;
}

.quality-section .quality-row {
    background: #FFFFFF;
    border-radius: 16px;
    border: 1px solid #E5E7EB;
    display: flex;
}

.quality-section .quality-card {
    padding: 35px 28px;
    position: relative;
}

.quality-section .quality-card:not(:last-child) {
    border-right: 1px solid #E5E7EB;
}

.quality-section .icon-wrap {
    margin-bottom: 20px;
}

.quality-section .card-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    margin-top: 0;
    min-height: 48px;
}

.quality-section .card-text {
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 767px) {
    .quality-section .quality-row {
        flex-direction: column;
        margin: 0 10px;
    }
    .quality-section .quality-card {
        border-right: none !important;
        border-bottom: 1px solid #E5E7EB;
        padding: 20px;
    }

    .quality-section .quality-card:last-child {
        border-bottom: none;
    }
}

.accelerate-section {
    background: #FFF7D6;
    padding: 50px 0;
}

/* Wrapper alignment */
.accelerate-wrapper {
    display: flex;
    align-items: center;
}

/* Content text */
.accelerate-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 12px;
}

.accelerate-text {
    font-size: 15px;
    line-height: 1.6;
}

/* Mobile */
@media (max-width: 767px) {
    .accelerate-wrapper {
        display: block;
        text-align: center;
    }

    .accelerate-title {
        margin-top: 25px;
    }
}
