/* 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: auto;
}

.process-icon {
    width: 56px;
    height: 56px;
    background: #eaf5ff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin: 0 auto 20px;
}

.admission-whyus__section {
  background: #fff;
  overflow: hidden;
  padding: 80px 0;
  position: relative;
}

.admission-whyus__section h2 {
  color: #231f20;
  font-family: CircularStd;
  font-weight: 450;
  font-size: 30px;
  line-height: 150%;
  letter-spacing: 0;
  text-align: center;
}

.admission-whyus__section .admission-whyusDesc p {
  line-height: 164.5%;
  color: #575e62;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  padding-top: 19px;
}

.admission-whyus__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1170px;
  width: 100%;
  margin: 70px auto 0;
}

.admission-whyus__card {
  background: #fff;
  overflow: hidden;
  border: 1px solid #e7f2fe;
  border-radius: 16px;
  padding: 40px 28px;
  display: block;
  position: relative;
  text-align: left;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  min-height: 280px;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.admission-whyus__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: linear-gradient(135deg,
      rgba(49, 121, 190, 0.03) 0%,
      rgba(49, 121, 190, 0.08) 100%);
  opacity: 0;
  transition: opacity 0.4s;
  z-index: 0;
}

.admission-whyus__card:hover::before {
  opacity: 1;
}

.admission-whyus__card:hover {
  border-color: #3179be;
  box-shadow: 0 8px 30px rgba(49, 121, 190, 0.15);
  transform: translateY(-8px) scale(1.02);
}

.admission-whyus__icon {
  display: flex;
  position: relative;
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #e7f2fe 0, #d9edff 100%);
  border-radius: 16px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: 0.4s;
  z-index: 1;
}

.admission-whyus__card:hover .admission-whyus__icon {
  transform: scale(1.1) rotate(5deg);
}

.admission-whyus__icon img {
  width: 40px;
  height: 40px;
  display: block;
  transition: 0.3s;
}

.admission-whyus__content {
  position: relative;
  z-index: 1;
}

.admission-whyus__content h3 {
  color: #231f20;
  font-family: CircularStd;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 12px;
  transition: color 0.3s;
}

.admission-whyus__card:hover .admission-whyus__content h3 {
  color: #3179be;
}

.admission-whyus__content .admission-whyus__desc,
.admission-whyus__content .admission-whyus__desc * {
  font-family: CircularStd;
  font-style: normal;
  font-weight: 450;
  font-size: 15px;
  line-height: 160%;
  color: #575e62;
  margin-bottom: 16px;
}

.admission-whyus__content .admission-whyus__desc p {
  margin: 0;
}

.admission-whyus__content .admission-whyus__desc a {
  display: none;
}

.admission-whyus__price {
  font-family: CircularStd;
  font-weight: 700;
  font-size: 18px;
  color: #3179be;
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid #e7f2fe;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .admission-whyus__wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (max-width: 575px) {
  .admission-whyus__section {
    padding: 60px 0;
  }

  .admission-whyus__content h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .admission-whyus__content .admission-whyus__desc,
  .admission-whyus__content .admission-whyus__desc * {
    font-size: 14px;
  }

  .admission-whyus__section h2 {
    font-size: 27px;
    line-height: 142.5%;
    margin-bottom: 14px;
  }

  .admission-whyus__section .admission-whyusDesc {
    font-size: 16px;
    line-height: 164.5%;
    margin-bottom: 40px;
  }

  .admission-whyus__wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .admission-whyus__card {
    padding: 32px 24px;
    min-height: 240px;
  }

  .admission-whyus__icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }

  .admission-whyus__icon img {
    width: 35px;
    height: 35px;
  }
}

/* Essay Type Section Styles */
.essayType-card {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: all 0.3s ease;
      padding: 20px;
}

.essayType-card:hover {
  transform: translateY(-4px);
}

.essayType-card h3,
.essayType-card p {
  transition: color 0.3s ease;
}

.essayType-card:hover h3 {
  color: #3179be;
}

.essayType-span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.essayType-span span {
  font-weight: 600;
  color: #3179be;
}

/* Bottom Text Styles */
.bottom-text {
  text-align: center;
  font-size: 14px;
  color: #575e62;
  max-width: 900px;
  margin: 30px auto 0;
  line-height: 1.6;
}

.ctaSection {
  padding: 60px 0 100px;
}
.ctaButton-outline:hover {
    background-color: #fff !important;
    color: #3179be !important;
    border-color: #fff;
}
.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: start;
  gap: 8px;
  flex-wrap: wrap;
  border-top: 1px solid #3564a6;
  padding-top: 30px;
}
.ctaContent p.ctaBtm{
    font-weight: 400;
    font-size: 15px;
    line-height: 142.5%;
    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;
}

.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;
}
.whyus-icon{
  font-size: 35px;
  padding-bottom: 0px;
}
.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
}

@media (max-width: 575px) {
  .example-work-cards-wrapper {
    margin-top: 59px;
    justify-content: center
  }
}
.filter-btn,
.review-filter-buttons{
visibility: hidden;
height: 0;
margin-bottom: 0;
}

/* Wrap Format Section Styles */
.prompt-format {
  padding: 100px 0 0;
}

.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;
}

.wrapFormatCard .prompt-title{
 
font-weight: 500;
 
font-size: 17px;
 padding: 22px 0;
line-height: 150%;
letter-spacing: 0px;
color: #363C45;
text-align: center;
}
.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 .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;
  
}
.emoticonIcon{
      font-size: 17px!important;
}
.wrapFormatCard:hover .popular-badge {
  transform: scale(1.08) translateY(-2px);
  box-shadow: 0 6px 16px rgba(49, 121, 190, 0.45);
  background: linear-gradient(135deg, #2968ad 0%, #4b92c7 100%);
}
.wrapFormatCard span{
  font-weight: 500;
  color:#464860;
}
.wrapFormatCard:hover::before {
  transform: scaleX(1);
}

.wrapFormatCard:hover {

  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: 0;
  flex-grow: 1;
}
.review-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 32px;
    padding: 0;
    margin: 0;
    justify-content: start;
}
.wrapFormatCard p:first-of-type span,
.wrapFormatCard p:first-of-type {
  font-weight: 600;
  font-size: 15px;
 color: #363C45;
  margin-bottom: 8px;
}
.writtingProcessSection .writtingProcessWrapper{
  justify-content: center;
}
.wrapFormatCard p strong {
  color: #231f20;
  font-weight: 600;
}
.wrapFormatCard:hover{
  background-color: #EAF5FF;
}
.wrapFormatCard .prompt-number {
  text-align: center;
font-weight: 500;
font-size: 17px;
line-height: 100%;
 margin-bottom: 0;
color: #3179be;
}
.wrapFormatCard:hover .prompt-number{
color: #3179be;

}
/* 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%;
}

/* 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;
}
.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;
}
.writtingProcessSection .processDesc .processStrong{
  text-decoration: underline;
}
.writtingProcessSection .writingProcessBox .processDesc .processStrong:hover {
  text-decoration: unset;
}
/* Responsive Styles for Wrap Format */
@media (max-width: 992px) {
  .wrap-format {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .wrapFormatCard {
    min-height: 260px;
  }
}
@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) {
  .prompt-format {
    padding: 60px 0 0;
  }

  .wrap-format {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 30px 0;
  }

  .wrapFormatCard {
    padding: 24px 20px 28px;
    min-height: 240px;
  }

  .wrapFormatCard h3 {
    font-size: 16px;
    margin-bottom: 14px;
    padding-bottom: 10px;
  }

  .wrapFormatCard h3::before {
    width: 28px;
    height: 28px;
    font-size: 13px;
    margin-right: 10px;
  }

  .wrapFormatCard p {
    font-size: 13px;
    line-height: 160%;
  }
  /* 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;
}
 
.wrapFormatCard {
  background: #fff;
  border: 1px solid #cfdef0;
  border-radius: 12px;
  padding: 24px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.wrapFormatCard:hover {
  background: linear-gradient(180deg, #f8fcff, #e0eeff);
  box-shadow: 0 4px 16px rgba(70, 159, 223, 0.2);
  transform: translateY(-2px);
}
.prompt-number {
  font-size: 18px;
  font-weight: 600;
  color: #3179BE;
  margin-bottom: 8px;
}
.prompt-title {
  font-size: 16px;
  font-weight: 600;
  color: #231f20;
  margin-bottom: 16px;
  line-height: 1.4;
}
.esaayType-section {
    padding: 70px 0 70px;
}
.ourExperts {
        padding: 50px 0;
    }
        .banner-head h1 {
      
        font-size: 30px;
        
    }
    .reviews-content {
        flex-wrap: wrap;
        flex-direction: column;
        width: 100%!important;
    }
    
    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;
    }
    .essayType-wrapper{
      padding-top: 10px;
    }
.writtingProcessSection .writtingProcessWrapper,
    .example-work-cards-wrapper,
.whyus__wrapper,
  .essayType-wrapper,.wrap-format.uc-piq-grid,.wrap-format {
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
    gap: 25px;
    padding-bottom: 20px;
    overflow: scroll;
    flex-direction: row;
    padding-top: 20px;
}
  .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,
.wrap-format::-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,
.wrap-format::-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,
.wrap-format::-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,
.wrap-format::-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,
.wrap-format.uc-piq-grid,
.writtingProcessSection,
.example-work-cards-wrapper,
.whyus__wrapper,
.essayType-wrapper {
   scrollbar-width: thin;
   scrollbar-color: #3179be #f1f1f1;
}
}

/* Process Section Swiper Pagination - Mobile Only */
.process-pagination {
    display: none;
    margin-top: 10px;
    text-align: center;
}

@media (max-width: 768px) {
    .process-pagination {
        display: block;
                display: block;
 
        left: 50%;
    transform: translateX(-50%) !important;
    }
}

.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-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;
}

@media (max-width: 768px) {
    .process-nav-prev,
    .process-nav-next {
        display: none;
    }
}
