
.ce-calc-box {
    height: 644px !important;
}
.ce-calc-badges{
    flex-wrap: wrap;
}
.category-desc{
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    color: #575e62;
    margin-bottom: 20px;
    text-align: center;
  }
  .writerDescBot {
    color: #546b8e;
    max-width: 69%;
    width: 100%;
    margin: 34px auto 0;
    text-align: center;
    font-size: 15px;
    line-height: 164.5%;
    font-style: normal;
    font-weight: 450;
}
.ctaSection {
    padding: 100px 0 100px;
}
.ctaContent {
    border-left: 1px solid rgba(255, 255, 255, .2);
    padding: 9px 42px;
}
.ctaContent h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 142.5%;
    color: #fff;
    padding-bottom: 7px;
}
.ctaContent span {
    display: block;
    font-style: normal;
    font-size: 16px;
    max-width: 632px;
    line-height: 142.5%;
    color: #fff;
    padding-bottom: 32px;
}
.cta-group-btn {
    display: flex;
    gap: 10px;
    display: flex;
    gap: 16px;
    justify-content: start;
    align-items: center;
    margin: 0;
}
.ctaContent .ctaButton {
    display: flex;
    margin: 0 0 30px;
    max-width: max-content;
    padding: 8px 33px;
    /* height: 40px; */
    align-items: center;
    font-size: 15px;
    font-weight: 450;
    justify-content: center;
    text-align: center;

}
.ctaButton {
    background-color: #3179be;
    border-radius: 3px;
    max-width: 160px;
    width: 100%;
    text-align: center;
    padding: 7px 0;
    font-weight: 500;
    line-height: 164.5%;
    margin-bottom: 20px;
}
.ctaButton-outline {
    background-color: transparent !important;
    border: 1px solid #fff;
}
.ctaButton-outline:hover {
  background-color: #fff !important;
  color: #3179be !important;
  border-color: #fff;
}
.pillDesc.left {
    text-align: left;
    font-size: 14px;
}
.pillDesc.left {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    border-top: 1px solid #3564a6;
    padding-top: 30px;
}
.ctaContent span {
    display: block;
    font-style: normal;
    font-size: 16px;
    max-width: 632px;
    line-height: 142.5%;
    color: #fff;
    padding-bottom: 32px;
}
.ctaContent .pill-item, .ctaContent .pill-separator {
    padding-bottom: 0;
}
.pill-item {
    position: relative;
    padding-left: 24px;
    display: inline-block;
}
.pill-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-image: url(../new-land/images/green-check.svg);
    background-position: center;
}
.pill-item::before {
    background-size: contain;
    background-repeat: no-repeat;
}
.process-card h3{
    line-height: 140%;
}
 
 
.process-card p {
    font-weight: 450;
    font-size: 15px;
    line-height: 170%;
    letter-spacing: 0;
    text-align: center;
    color: #6f6f6f;
}
.subject-list {
 
 
    justify-content: center;
}
.school-list{
  font-weight: 450;
    font-size: 15px;
    line-height: 170%;
    letter-spacing: 0;
    text-align: center;
    color: #6f6f6f;
}
.school-list span {
  font-weight: 500;
  color: #464860;
}
.example-work-section h2 {
    font-weight: 450;
    font-size: 30px;
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;
    color: #231f20;
}
.secTitlewrap p {
    line-height: 164.5%;
    color: #575e62;
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    padding-top: 19px;
}
.example-work-cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 40px;
    max-width: 1089px;
    margin: 50px auto 0;
    justify-content: center
  }
  
  .example-work-card {
    background: #fff;
    border: 1px solid #cfdef0;
    border-radius: 30px;
    box-shadow: 0 0 16px 0 #469fdf33;
    position: relative;
    transition: all .3s ease;
    display: flex;
    flex-direction: column;
    max-width: 310px;
    width: 100%
  }
  
  .example-work-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, .1);
    transform: translateY(-4px)
  }
  
  .example-card-header {
    display: flex;
    justify-content: center
  }
  
  .example-category {
    background: linear-gradient(180deg, #f8fcff, #e0eeff);
    padding: 7px 10px;
    max-width: max-content;
    width: 100%;
    margin: auto;
    height: 26px;
    border: 1px solid #cfdef0;
    border-radius: 100rem;
    font-weight: 400;
    color: #464860;
    font-size: 11px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .5px;
    position: absolute;
    top: -12px
  }
  
  .example-card-content {
    display: flex;
    padding: 20px 20px 15px;
    align-items: center;
    gap: 13px;
    border-radius: 30px 30px 0 0;
    overflow: hidden;
    text-align: left;
    background: linear-gradient(180deg, #f8fcff, #f5f5ff)
  }
  
  .example-icon {
    width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 0 0 48px;
    box-shadow: 0 3px 6.9px 0 #d1dae2
  }
  
  .example-icon:before {
    content: "";
    background-image: url(/new-land/images/pdf-icon.svg);
    /* Adjusted path */
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    width: 32px;
    height: 32px;
    display: flex
  }
  
  .example-title {
    font-weight: 500;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 140%;
    color: #464860;
    vertical-align: middle;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
  }
  
  .example-card-details {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 21px 21px 36px;
    border-top: 1px solid #e5e7eb
  }
  
  .example-detail-item {
    display: flex;
    align-items: center;
    gap: 5px
  }
  
  .detail-icon {
    font-size: 13px;
    line-height: 100%
  }
  
  .detail-text {
    font-weight: 400;
    font-size: 13px;
    line-height: 180%;
    color: #464860
  }
  
  .example-card-actions {
      display: flex;
      flex-direction: column;
      gap: 16px;
      margin-top: auto;
      margin-bottom: 20px;
  }
   .example-work-section {
    padding: 100px 0;
   }
   .example-work-section h2{
      font-weight: 450;
      font-size: 30px;
      line-height: 150%;
      letter-spacing: 0;
      text-align: center;
      color: #231f20;
  }
  .secTitlewrap p{
    line-height: 164.5%;
      color: #575e62;
      max-width: 850px;
      width: 100%;
      margin: 0 auto;
      text-align: center;
      font-weight: 500;
      font-size: 14px;
      padding-top: 19px;
  }
  .view-sample-example-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 37px;
    padding: 0 20px;
    background: transparent;
    border: 1px solid #0654e6;
    border-radius: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #0654e6;
    text-decoration: none;
    transition: all .3s ease;
    position: relative;
    max-width: calc(100% - 42px);
    width: 100%;
    margin: auto;
    cursor: pointer
  }
  
  
  
  .view-sample-example-btn:hover {
    background: #0654e6;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(5, 84, 230, .3)
  }
  
  .view-sample-example-btn:hover:before {
    filter: brightness(0) invert(1)
  }
  
  .example-card-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 7px 0;
    background: linear-gradient(143deg, #e6f5ff, #ededff85);
    border-radius: 0 0 30px 30px
  }
  
  .example-card-footer .footer-link {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 180%;
    text-decoration: underline;
    color: #464860;
    transition: color .3s ease
  }
  
  .example-card-footer .footer-link:hover {
    text-decoration: none;
    color: #0654e6
  }
 
 

/* writers */
.writer-img--letter {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e5f0fd;
  border-radius: 50%;
  width: 62px;
  height: 62px;
  min-width: 62px;
  min-height: 62px;
  box-shadow: 0 2px 8px rgba(86,121,180,0.05);
  margin-right: 16px;
}
.writer-initial {
  font-size: 25px;
  font-weight: 500;
  color: #3564a6;
}
.whyus-icon{
  font-size: 40px;
  margin-bottom: 25px;
}
.emoticonIcon{
  font-size: 16px!important;
}
/* Admission Essay Service Styles */
.process-wrapper {
    overflow: hidden;
    padding-bottom: 22px;
    max-width: 1030px;
}

 

.process-card {
    max-width: 100%;
    width: 100%;
    background: #fff;
    border: 1px solid #cfdef0;
    box-shadow: 0 0 16px 0 #469fdf33;
    border-radius: 12px;
    position: relative;
    padding: 50px 28px 30px;
    margin-top: 65px;
    transition: 0.3s;
    height: 348px!important;
}

.process-icon {
    width: 56px;
    height: 56px;
    background: #eaf5ff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin: 0 auto 20px;
}
.process-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #d1d5db;
    opacity: 1;
    margin: 0 3px;
    transition: all 0.3s ease;
}

.process-pagination .swiper-pagination-bullet-active {
   background: #233f8c !important;
    width: 17px;
    height: 17px;
    position: relative;
    top: 3px;
    border-radius: 100%;
}

/* Process Section Navigation Arrows */
.process-section .container {
    position: relative;
}

.process-nav-prev,
.process-nav-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 30px;
}

.process-nav-prev {
    left: 10px;
}
.process-pagination {
    display: none;
    margin-top: 10px;
    text-align: center;
}

.process-nav-prev:hover svg circle,
.process-nav-next:hover svg circle {
    fill: #3179be;
}

.process-nav-prev:hover svg path,
.process-nav-next:hover svg path {
    stroke: #fff;
}

.process-nav-prev.swiper-button-disabled,
.process-nav-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: not-allowed;
}
 

.process-nav-next{
  right: 10px;
}
.process-section .container {
    position: relative;
}
.writtingProcessSection .processDesc .processStrong{
  text-decoration: underline;
}
.writtingProcessSection .writingProcessBox .processDesc .processStrong:hover {
  text-decoration: unset;
}
@media (max-width: 768px) {
  .process-card {
  
    height: auto;
}
    .process-nav-prev,
    .process-nav-next {
        display: none;
    }
    .process-pagination {
        display: block;
                display: block;
 
        left: 50%;
    transform: translateX(-50%);
    }
}
  @media (max-width: 768px) {
    .cta-group-btn {
        justify-content: center;
        margin: 20px 0;
        flex-direction: column;
        width: 100%;
        gap: 12px;
        padding: 0 20px;
    }
        .cta-group-btn .ctaButton {
        max-width: 100%;
        width: 100%;
        margin: 0;
        padding: 12px 20px;
        font-size: 16px;
    }
    .pillDesc.left {
        gap: 12px;
        padding: 20px 0;
        text-align: center;
    }
}
  @media (max-width: 575px) {
    .example-work-cards-wrapper {
      margin-top: 59px;
      justify-content: center
    }
    /* cta */
    .ctaSection {
        padding: 30px 0;
    }
    .ctaWrapper {
        flex-direction: column;
        border-radius: 0;
    }
    .ctaContent {
        border: none;
        padding: 34px 0 0;
        position: relative;
        text-align: center;
    }
    .ctaContent h2, .ctaContent p {
        font-size: 25px;
        line-height: 150%;
        max-width: 300px;
        width: 100%;
        padding-bottom: 16px;
    }
    .ctaContent>span {
        font-size: 14px;
    }
    .ctaContent .pill-item {
        font-size: 13px;
        max-width: max-content;
        margin: auto;
        display: inline-block;
    }
    .ctaContent .pill-separator, .expertsWrapper .swiper-button-next-writer, .expertsWrapper .swiper-button-prev-writer {
        display: none;
    }
    .ctaContent span {
        font-size: 14px;
        max-width: 323px;
        margin: 0 auto;
    }
    .ctaWrapper::after, .ctaContent:before{
        content: unset;
    }
    .ce-calc-box {
        height: 731px !important;
    }
    .process-card{
        max-width: 100%;
   
        
        margin-right: 15px;
    }
    section h2{
      font-weight: 500!important;
      font-size: 26px!important;
    }
    section h3{
       font-size: 20px!important;
    }
    section h3{
       font-size: 20px!important;
    }
    .faq-accord-card-head h3{
      font-size: 16px!important;
    }
    .writerDescBot{
      max-width: 100%;
    }
.writtingProcessSection .writtingProcessWrapper,
    .example-work-cards-wrapper,
.whyus__wrapper,
  .essayType-wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
    gap: 25px;
    padding-bottom: 20px;
    overflow: scroll;
    flex-direction: row;
}
  .subject-coverage-section .subject-column {
        display: flex;
        flex-wrap: nowrap;
        justify-content: start;
        gap: 25px;
        flex-direction: row;
        min-width: max-content;
  }
   .subject-coverage-section .subject-grid {
    margin-top: 90px;
    gap: 0px 22px;
    display: flex;
    justify-content: start;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: scroll;
}
  .essayType-card {
    display: block;
    min-width: 300px;
  }
  .writtingProcessSection .writingProcessBox{
    width: 250px;
    min-width: 250px;
  }
  .subject-category,
  .example-work-card,
.whyus__card{
  min-width: 300px;
}
  .subject-category
 {
  width: 300px;
}

/* Custom Scrollbar Styling for Essay Type Wrapper */
 .subject-grid::-webkit-scrollbar,
 .writtingProcessSection::-webkit-scrollbar,
 .example-work-cards-wrapper::-webkit-scrollbar,
.whyus__wrapper::-webkit-scrollbar,
.essayType-wrapper::-webkit-scrollbar {
    height: 5px;
}
 .subject-grid::-webkit-scrollbar-track,
 .writtingProcessSection::-webkit-scrollbar-track,
 .example-work-cards-wrapper::-webkit-scrollbar-track,
 .whyus__wrapper::-webkit-scrollbar-track,
.essayType-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}
 .subject-grid::-webkit-scrollbar-thumb,
.writtingProcessSection::-webkit-scrollbar-thumb,
 .example-work-cards-wrapper::-webkit-scrollbar-thumb,
.whyus__wrapper::-webkit-scrollbar-thumb,
.essayType-wrapper::-webkit-scrollbar-thumb {
    background: #3179be;
    border-radius: 10px;
}
 .subject-grid::-webkit-scrollbar-thumb:hover,
 .writtingProcessSection::-webkit-scrollbar-thumb:hover,
 .example-work-cards-wrapper::-webkit-scrollbar-thumb:hover,
.whyus__wrapper::-webkit-scrollbar-thumb:hover,
.essayType-wrapper::-webkit-scrollbar-thumb:hover {
    background: #2563a8;
}

/* Firefox Scrollbar Styling */
.subject-grid,
.writtingProcessSection,
 .example-work-cards-wrapper,
.whyus__wrapper,
.essayType-wrapper {
    scrollbar-width: thin;
    scrollbar-color: #3179be #f1f1f1;
}

}
  
 