.worklist-page {
  --work-blue: #0a4778;
  --work-cyan: #08abc9;
  --work-muted: #777b83;
  --work-soft: #f4f4f4;
  color: #050505;
}

.worklist-page .btn-icon {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  color: #050505;
  display: inline-flex;
  height: 31px;
  justify-content: center;
  width: 31px;
}

.worklist-page .site-header {
  padding-top: 18px;
}

.worklist-page .nav-shell {
  min-height: 66px;
}

.worklist-page .navbar-brand img,
.worklist-page .footer-logo {
  height: 50px;
  width: 178px;
}

.work-hero {
  background-color: #fff;
  background-image:
    linear-gradient(90deg, rgba(230, 247, 250, .98) 0%, rgba(245, 252, 253, .8) 38%, rgba(255, 255, 255, 0) 72%),
    linear-gradient(rgba(8, 171, 201, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 171, 201, .055) 1px, transparent 1px);
  background-size: auto, 76.8px 76.8px, 76.8px 76.8px;
  min-height: 738px;
  padding: 166px 0 112px;
}

.hero-panel {
  max-width: 1070px;
}

.hero-panel h1 {
  color: var(--work-blue);
  font-size: clamp(44px, 4.45vw, 66px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 17px 0 25px;
  max-width: 1020px;
  text-shadow: 0 3px 0 rgba(10, 71, 120, .24);
}

.hero-panel p {
  color: #050505;
  font-size: clamp(27px, 2.7vw, 39px);
  font-weight: 500;
  line-height: 1.42;
  margin: 0 0 50px;
  max-width: 1010px;
}

.stats-band {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.stats-row {
  margin: 0 auto;
  max-width: 100%;
  padding: 28px 10.8%;
}

.stats-row > div {
  border-right: 1px solid rgba(0, 0, 0, .1);
  padding: 0 44px;
}

.stats-row > div:last-child {
  border-right: 0;
}

.stats-row strong {
  color: var(--work-blue);
  display: block;
  font-size: 31px;
  font-weight: 700;
  line-height: 1;
}

.stats-row span {
  color: var(--work-muted);
  display: block;
  font-size: 13px;
  margin-top: 14px;
}

.portfolio-section {
  padding: 70px 0 70px;
}

.portfolio-section .section-heading {
  max-width: 900px;
}

.portfolio-section .section-heading h2,
.why-section .section-heading h2,
.testimonial-contact h2 {
  color: #050505;
  font-size: clamp(31px, 2.85vw, 43px);
  font-weight: 400;
  line-height: 1.32;
}

.portfolio-section .section-heading h2 strong,
.why-section .section-heading h2 strong,
.testimonial-contact h2 strong {
  font-weight: 700;
}

.filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
  margin: 52px auto 32px;
}

.filter-pills a {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: 50px;
  color: #050505;
  display: inline-flex;
  font-size: 14px;
  font-weight: 400;
  min-height: 34px;
  padding: 6px 20px;
}

.filter-pills a.active {
  background: var(--work-blue);
  border-color: var(--work-blue);
  color: #fff;
  font-weight: 600;
  padding-left: 26px;
  padding-right: 26px;
}

.filter-pills.is-loading,
.portfolio-grid[aria-busy="true"] {
  opacity: .55;
  pointer-events: none;
}

.portfolio-grid {
  margin-top: 0;
}

.portfolio-card {
  height: 100%;
}

.portfolio-image {
  background-position: center;
  background-size: cover;
  border-radius: 21px;
  height: 370px;
  overflow: hidden;
  position: relative;
}

.portfolio-image::after {
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,.05));
  content: "";
  inset: 0;
  position: absolute;
}

.image-dashboard {
  background-image: url("../images/about1.png");
}

.image-finance {
  background-image: url("../images/hero-photo.png");
  background-position: center top;
}

.image-saas {
  background-image: linear-gradient(120deg, rgba(8, 171, 201, .18), rgba(0, 0, 0, .2)), url("../images/hero-photo.jpg");
}

.image-management {
  background-image:
    linear-gradient(135deg, rgba(110, 61, 255, .7), rgba(255, 255, 255, .15)),
    url("../images/about2.png");
}

.image-app {
  background-image:
    linear-gradient(135deg, rgba(96, 68, 224, .35), rgba(255, 255, 255, .3)),
    url("../images/hero-photo.png");
}

.image-education {
  background-image:
    linear-gradient(135deg, rgba(255, 142, 43, .2), rgba(255, 255, 255, .12)),
    url("../images/about1.png");
}

.portfolio-body {
  align-items: flex-start;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding-top: 27px;
}

.portfolio-body h3 {
  color: #050505;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0 0 13px;
}

.portfolio-body p {
  color: var(--work-muted);
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
  max-width: 430px;
}

.portfolio-body a {
  align-items: center;
  border: 1px solid var(--work-cyan);
  border-radius: 50%;
  color: var(--work-cyan);
  display: inline-flex;
  flex: 0 0 43px;
  font-size: 19px;
  height: 43px;
  justify-content: center;
  margin-top: 4px;
  width: 43px;
}

.portfolio-body a:hover {
  background: var(--work-cyan);
  color: #fff;
}

.why-section {
  background: var(--work-soft);
  padding: 50px 0 50px;
}

.why-section .section-heading {
  max-width: 780px;
}

.support-grid {
  margin-top: 58px;
}

.support-card {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .11);
  border-radius: 14px;
  display: flex;
  gap: 22px;
  min-height: 78px;
  padding: 17px 24px;
}

.support-card span {
  align-items: center;
  border-radius: 10px;
  display: inline-flex;
  flex: 0 0 48px;
  font-size: 24px;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.support-card .blue {
  background: #e9f6ff;
  color: #159cff;
}

.support-card .pink {
  background: #ffeaf4;
  color: #f14991;
}

.support-card .violet {
  background: #f0eaff;
  color: #5936ff;
}

.support-card h3 {
  color: #050505;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0;
}

.testimonial-contact {
  padding: 116px 0 110px;
}

.portfolio-testimonial-contact {
  padding-bottom: 100px;
  padding-top: 50px;
}

.portfolio-testimonial-contact .testimonial-row {
  margin-bottom: 142px;
}

.portfolio-testimonial-contact .quote-person img {
  flex: 0 0 48px;
  height: 48px;
  max-width: 48px;
  width: 48px !important;
}

.testimonial-row {
  margin-bottom: 118px;
}

.testimonial-contact h2 {
  max-width: 520px;
}

.testimonial-contact p {
  font-size: 14px;
  line-height: 1.65;
  margin-top: 22px;
  max-width: 535px;
}

.testimonial-controls {
  display: flex;
  gap: 10px;
  margin-top: 34px;
}

.testimonial-controls button {
  align-items: center;
  background: transparent;
  border: 1px solid #050505;
  border-radius: 50%;
  color: #050505;
  display: flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.quote-card {
  padding-top: 8px;
}

.quote-mark {
  color: #e2ebf2;
  font-family: Georgia, serif;
  font-size: 114px;
  font-weight: 700;
  line-height: .5;
  margin-bottom: 30px;
}

.quote-card p {
  color: #050505;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.65;
  margin: 0;
  max-width: 660px;
}

.quote-person {
  align-items: center;
  display: flex;
  gap: 15px;
  margin-top: 34px;
}

.quote-person img {
  border-radius: 50%;
  height: 48px;
  object-fit: cover;
  width: 48px;
}

.quote-person strong {
  color: #050505;
  display: block;
  font-size: 15px;
}

.quote-person span {
  color: var(--work-muted);
  display: block;
  font-size: 11px;
}

.contact-row {
  align-items: center;
}

.hello-block {
  padding-left: 44px;
}

.hello-block > span {
  color: #050505;
  display: block;
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: 52px;
  line-height: .72;
  margin-left: 5px;
  transform: rotate(-14deg);
}

.hello-block > strong {
  -webkit-text-stroke: 2px var(--work-blue);
  color: transparent;
  display: block;
  font-size: clamp(80px, 8vw, 142px);
  font-weight: 700;
  letter-spacing: 3px;
  line-height: .88;
  margin-bottom: 28px;
}

.hello-block h3 {
  color: #050505;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 18px;
}

.hello-block a {
  align-items: center;
  color: #050505;
  display: flex;
  font-size: 15px;
  gap: 13px;
  margin-bottom: 16px;
}

.hello-block a i {
  color: var(--work-cyan);
  font-size: 20px;
}

.address {
  margin-top: 56px;
}

.address h4 {
  align-items: center;
  color: #050505;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  gap: 13px;
  margin: 0 0 12px;
}

.address h4 span {
  align-items: center;
  background: linear-gradient(#f7941d 0 33%, #fff 33% 66%, #169b62 66%);
  border-radius: 50%;
  color: #0a4778;
  display: inline-flex;
  font-size: 10px;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.address p {
  font-size: 13px;
  margin: 0;
}

.contact-form {
  background: var(--work-soft);
  border-radius: 22px;
  padding: 52px 52px 50px;
}

.contact-form h2 {
  color: #050505;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 30px;
}

.contact-form h2 span {
  font-weight: 400;
}

.contact-form input,
.contact-form textarea {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: 50px;
  color: #050505;
  font: inherit;
  font-size: 13px;
  min-height: 48px;
  outline: 0;
  padding: 0 20px;
  width: 100%;
}

.contact-form textarea {
  border-radius: 8px;
  min-height: 142px;
  padding-top: 17px;
  resize: vertical;
}

.contact-form button {
  border: 0;
  margin-top: 30px;
}

.portfolio-contact-form .wpcf7-form {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.portfolio-contact-form .wpcf7-form .hidden-fields-container,
.portfolio-contact-form .wpcf7-form > p,
.portfolio-contact-form .wpcf7-form .wpcf7-response-output,
.portfolio-contact-form .field-wrap:has(textarea) {
  grid-column: 1 / -1;
}

.portfolio-contact-form .field-wrap,
.portfolio-contact-form .field-wrap p {
  margin: 0;
}

.portfolio-contact-form .wpcf7-form input,
.portfolio-contact-form .wpcf7-form textarea {
  border-radius: 50px;
  margin: 0;
}

.portfolio-contact-form .wpcf7-form textarea {
  border-radius: 8px;
  min-height: 136px;
}

.portfolio-contact-form .wpcf7-form > p {
  margin: 8px 0 0;
}

.portfolio-contact-form .wpcf7-form .wpcf7-response-output {
  margin: 0;
}

.worklist-page .site-footer {
  background: var(--work-soft);
  padding-bottom: 30px;
}

.worklist-page .footer-cta {
  border-radius: 54px;
  max-width: 820px;
  padding: 25px 48px;
  transform: translateY(-50px);
}

.worklist-page .footer-cta h2 {
  font-size: 24px;
  font-weight: 700;
}

.worklist-page .footer-main {
  padding-bottom: 40px;
}

.worklist-page .footer-main h3 {
  font-size: 14px;
}

.worklist-page .footer-main p,
.worklist-page .footer-main a {
  font-size: 12px;
}

.worklist-page .footer-main p {
  max-width: 310px;
}

@media (max-width: 1399.98px) {
  .stats-row {
    padding-left: 6%;
    padding-right: 6%;
  }

  .stats-row > div {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 1199.98px) {
  .work-hero {
    padding-bottom: 92px;
  }

  .stats-row > div {
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    padding-bottom: 22px;
    padding-top: 22px;
  }

  .stats-row > div:nth-child(3n) {
    border-right: 0;
  }

  .stats-row > div:nth-last-child(-n+3) {
    border-bottom: 0;
  }

  .portfolio-image {
    height: 370px;
  }

  .hello-block {
    padding-left: 0;
  }
}

@media (max-width: 991.98px) {
  .work-hero {
    padding: 130px 0 76px;
  }

  .hero-panel p {
    font-size: 26px;
    margin-bottom: 34px;
  }

  .stats-row {
    padding-left: 24px;
    padding-right: 24px;
  }

  .stats-row > div:nth-child(3n) {
    border-right: 1px solid rgba(0, 0, 0, .1);
  }

  .stats-row > div:nth-child(2n) {
    border-right: 0;
  }

  .stats-row > div:nth-last-child(-n+3) {
    border-bottom: 1px solid rgba(0, 0, 0, .08);
  }

  .stats-row > div:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .portfolio-section,
  .why-section,
  .testimonial-contact {
    padding: 82px 0;
  }

  .portfolio-image {
    height: 390px;
  }

  .testimonial-row {
    margin-bottom: 78px;
  }

  .contact-form {
    padding: 38px 30px;
  }

  .worklist-page .footer-cta {
    transform: translateY(-36px);
  }
}

@media (max-width: 767.98px) {
  .work-hero {
    padding: 112px 0 60px;
  }

  .hero-panel h1 {
    font-size: 38px;
    text-shadow: 0 2px 0 rgba(10, 71, 120, .2);
  }

  .hero-panel p {
    font-size: 21px;
  }

  .stats-row {
    padding-left: 12px;
    padding-right: 12px;
  }

  .stats-row > div {
    padding-left: 18px;
    padding-right: 18px;
  }

  .stats-row strong {
    font-size: 26px;
  }

  .stats-row span {
    font-size: 12px;
  }

  .portfolio-section,
  .why-section,
  .testimonial-contact {
    padding: 64px 0;
  }

  .portfolio-section .section-heading h2,
  .why-section .section-heading h2,
  .testimonial-contact h2 {
    font-size: 28px;
  }

  .filter-pills {
    justify-content: flex-start;
    margin-top: 36px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .filter-pills::-webkit-scrollbar {
    display: none;
  }

  .filter-pills a {
    flex: 0 0 auto;
  }

  .portfolio-image {
    height: 285px;
  }

  .portfolio-body h3 {
    font-size: 17px;
  }

  .portfolio-body p {
    font-size: 14px;
  }

  .support-card {
    min-height: 72px;
    padding: 15px 18px;
  }

  .support-card h3 {
    font-size: 16px;
  }

  .quote-card p {
    font-size: 16px;
  }

  .hello-block > span {
    font-size: 42px;
  }

  .hello-block > strong {
    -webkit-text-stroke-width: 1.5px;
    font-size: 82px;
  }

  .address {
    margin-top: 40px;
  }

  .contact-form {
    border-radius: 18px;
    padding: 30px 20px;
  }

  .contact-form h2 {
    font-size: 28px;
  }

  .worklist-page .footer-cta {
    border-radius: 24px;
    padding: 24px 22px;
  }
}

@media (max-width: 420px) {
  .hero-panel h1 {
    font-size: 33px;
  }

  .hero-panel p {
    font-size: 19px;
  }

  .portfolio-body {
    align-items: flex-start;
  }

  .portfolio-body a {
    flex-basis: 39px;
    height: 39px;
    width: 39px;
  }

  .hello-block > strong {
    font-size: 68px;
  }
}
