.ce-calc-badge {
  font-size: 13px !important;
}
/* Wrap Format Section Styles */
.prompt-format {
    padding: 100px 0 50px;
  }
  .trustWrapitem {
    flex: unset !important;
}
.trustWrap {
    flex-wrap: wrap !important;
    flex-grow: 1 !important;
}
  .wrap-format {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
  }
  
  .wrapFormatCard {
    background: #fff;
    border: 1px solid #e7f2fe;
      border-color: #3179be;
    border-radius: 16px;
    padding: 28px 24px 32px;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    min-height: 280px;
    overflow: hidden;
  }
  
  .review-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 32px;
    padding: 0;
    margin: 0;
    justify-content: start;
}
  .filter-btn,
.review-filter-buttons{
visibility: hidden;
height: 0;
margin-bottom: 0;
}

  .wrapFormatCard::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #3179be;
    transform: scaleX(1);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .wrapFormatCard span{
    font-weight: 500;
    color:#464860;
  }
  .wrapFormatCard:hover::before {
    transform: scaleX(1);
  }
  
  .wrapFormatCard:hover {
    border-color: #3179be;
    box-shadow: 0 12px 40px rgba(49, 121, 190, 0.18);
    transform: translateY(-8px);
    background-color: #EAF5FF;
  }
  
  .wrapFormatCard h3 {
    color: #231f20;
    font-family: CircularStd;
    font-weight: 700;
    font-size: 17px;
    line-height: 140%;
    margin-bottom: 16px;
    transition: color 0.3s ease;
    position: relative;
    padding-bottom: 12px;
  }
  
  .wrapFormatCard h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #3179be 0%, #5ca3d8 100%);
    border-radius: 2px;
    opacity: 0;
    transition: all 0.3s ease;
  }
  
  .wrapFormatCard:hover h3 {
    color: #3179be;
  }
  
  .wrapFormatCard:hover h3::after {
    opacity: 1;
    width: 60px;
  }
  
  .wrapFormatCard p {
    font-family: CircularStd;
    font-weight: 450;
    font-size: 14px;
    line-height: 165%;
    color: #575e62;
    margin: 10px;
    /* flex-grow: 1; */
  }
  .wrapFormatCard p:first-of-type span,
  .wrapFormatCard p:first-of-type {
    font-weight: 600;
    font-size: 15px;
    color: #231f20;
    margin-bottom: 15px;
    text-align: center;
  }
  
  .wrapFormatCard p strong {
    color: #231f20;
    font-weight: 600;
  }
  
  /* Prompt Number Badge */
  .wrapFormatCard h3::before {
    content: attr(data-prompt);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #e7f2fe 0%, #d9edff 100%);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #3179be;
    margin-right: 12px;
    transition: all 0.3s ease;
    vertical-align: middle;
  }
  
  .wrapFormatCard:hover h3::before {
    background: linear-gradient(135deg, #3179be 0%, #5ca3d8 100%);
    color: #fff;
    transform: scale(1.1);
  }
  .process-card h3{
    line-height: 150%;
}
.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;
}
.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
  }
  /* cta  */
  .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: flex-start;
    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;
}
.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;
}


/* 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;
}
.essayExampleContent table th{
  text-align: center;
}

 


.emoticonIcon{
  font-size: 17px!important;
}
.wrapFormatCard .popular-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: linear-gradient(135deg, #3179be 0%, #5ca3d8 100%);
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 24px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  z-index: 2;
  transition: all 0.3s ease;
}                                          
.ribbonImage {
  position: absolute;
  top: -4px;
  right: -10px;
}
.ribbonImage img {
  width: 96px;
  height: 96px;
}
span.fiftyOff.free {
  top: 28px;
  right: 3px;
}
span.fiftyOff {
  position: absolute;
  top: 25px;
  right: 1px;
  transform: rotate(46deg);
  font-weight: 700;
  font-size: 12px;
  line-height: 165%;
  color: #FFFFFF;
}
/* 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-badge {
      font-size: 11px !important;
  }
  .wrap-format{
    grid-template-columns: repeat(1, 1fr);
  }
  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;
  }
  .writtingProcessSection .writtingProcessWrapper,
    .example-work-cards-wrapper,
.whyus__wrapper,
  .essayType-wrapper,.wrap-format.uc-piq-grid {
    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,.wrapFormatCard{
  min-width: 300px;
}
  .subject-category
 {
  width: 300px;
}

/* Custom Scrollbar Styling for Essay Type Wrapper */
.subject-grid::-webkit-scrollbar,
.wrap-format.uc-piq-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,
.wrap-format.uc-piq-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,
.wrap-format.uc-piq-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,
.wrap-format.uc-piq-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,
.wrap-format.uc-piq-grid,
.writtingProcessSection,
.example-work-cards-wrapper,
.whyus__wrapper,
.essayType-wrapper {
   scrollbar-width: thin;
   scrollbar-color: #3179be #f1f1f1;
}
.writerDescBot{
  max-width: 100%;
}
}