/* ==================================
   GLOBAL RESET & FONT SYSTEM
================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Noto Sans Thai';
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: -0.01em;
  color: #0f172a;
  background: linear-gradient(120deg, #f4f9f4, #edf1ef, #ffffff);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
}

/* ==================================
   TYPOGRAPHY
================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 .65em;
  line-height: 1.18;
  letter-spacing: -0.025em;
}

h1 {
  font-size: clamp(2.1rem, 5vw, 2.5rem);
  font-weight: 700;
}

h2 {
  font-size: clamp(1.8rem, 4vw, 2.2rem);
  font-weight: 700;
}

h3 {
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 700;
}

h4 {
  font-size: clamp(1.2rem, 2.5vw, 1.8rem);
  font-weight: 600;
}

h5 {
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 600;
}

h6 {
  font-size: clamp(.95rem, 1.5vw, 1.1rem);
  font-weight: 600;
}

p {
  font-size: 1rem;
  line-height: 1.85;
  margin: 0 0 1.2em;
}

.lead {
  font-size: clamp(1.08rem, 1.5vw, 1.28rem);
  line-height: 1.9;
}

/* =========================
   HOME HERO SECTION
========================= */

.home-hero {
  position: relative;
  overflow: hidden;
  padding: 100px 24px 110px;
  background: radial-gradient(circle at 78% 22%, rgba(34, 197, 94, .36), transparent 34%),
    linear-gradient(135deg, #07140d 0%, #0b3b22 52%, #dfffe8 100%);
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: .45;
}

.home-hero-container {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 70px;
  align-items: center;
}

/* =========================
   LEFT
========================= */

.home-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  margin-bottom: 26px;
  padding: 10px 18px;

  border-radius: 999px;

  background:
    rgba(255, 255, 255, .08);

  border:
    1px solid rgba(255, 255, 255, .12);

  color: #d1fae5;

  font-size: 14px;
  font-weight: 800;

  backdrop-filter: blur(12px);
}

.home-hero-badge span {
  width: 10px;
  height: 10px;

  border-radius: 50%;

  background: #22c55e;

  box-shadow:
    0 0 0 6px rgba(34, 197, 94, .18);
}

.home-hero-content h1 {
  margin: 0;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: -1.8px;
  font-weight: 700;
}

.home-hero-content h1 span {
  display: block;
  color: #4ade80;
}

.home-hero-content p {
  max-width: 720px;
  margin: 28px 0 36px;
  color: rgba(255, 255, 255, .78);
  font-size: 18px;
  line-height: 1.8;
}

/* buttons */

.home-hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-primary-btn {
  min-height: 54px;
  padding: 0 30px;
  text-decoration: none;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 900;
  transition: .3s ease;
}

.hero-primary-btn {
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #ffffff;
  box-shadow: 0 20px 40px rgba(34, 197, 94, .28);
}

.hero-primary-btn:hover {
  transform: translateY(-4px);
}

/* points */

.home-hero-points {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 620px;
}

.hero-point {
  padding: 12px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .1);
  backdrop-filter: blur(12px);
}

.hero-point strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}

.hero-point span {
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
  font-weight: 700;
}

/* =========================
   RIGHT VISUAL
========================= */

.home-hero-visual {
  position: relative;
  width: 100%;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.home-hero-visual img {
  width: 125%;
  max-width: none;
  display: block;
}

.floating-hero-card span {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  color: #9ca3af;
  font-weight: 600;
}

.floating-hero-card strong {
  display: block;
  font-size: 36px;
  line-height: 1;
  color: #22c55e;
  font-weight: 900;
}

.floating-hero-card {
  position: absolute;
  z-index: 3;
  padding: 18px 24px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .18);
  animation: floatCard 4s ease-in-out infinite;
}

.card-ads {
  animation-delay: 1.5s;
}

@keyframes floatCard {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }

  100% {
    transform: translateY(0);
  }
}

.card-seo {
  left: 6%;
  top: 50%;
}

.card-ads {
  left: 10%;
  top: 15%;
  background: #22c55e;
}

.card-ads span,
.card-ads strong {
  color: #ffffff;
}

@media (max-width: 991px) {
  .home-hero {
    padding: 120px 20px 80px;
  }

  .home-hero-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .home-hero-content {
    text-align: center;
  }

  .home-hero-content p {
    margin-left: auto;
    margin-right: auto;
  }

  .home-hero-actions {
    justify-content: center;
  }

  .home-hero-points {
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(3, 1fr);
  }

  .home-hero-visual {
    min-height: 420px;
    margin-right: 0;
    justify-content: center;
  }

  .home-hero-visual img {
    width: 115%;
    max-width: none;
    transform: none;
  }
}

@media (max-width: 768px) {
  .home-hero {
    padding: 105px 18px 64px;
  }

  .home-hero-content h1 {
    font-size: 32px;
    letter-spacing: -1px;
  }

  .home-hero-content p {
    font-size: 16px;
    line-height: 1.8;
    margin: 22px 0 28px;
  }

  .home-hero-actions {
    flex-direction: column;
  }

  .hero-primary-btn,
  .hero-secondary-btn {
    width: 100%;
  }

  .home-hero-points {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 30px;
  }

  .hero-point {
    padding: 18px;
    text-align: center;
  }

  .home-hero-visual {
    min-height: 300px;
    margin-top: 24px;
    overflow: visible;
  }

  .home-hero-visual img {
    width: 130%;
    max-width: none;
  }

  .floating-hero-card {
    padding: 12px 15px;
    border-radius: 14px;
  }

  .floating-hero-card span {
    font-size: 11px;
  }

  .floating-hero-card strong {
    font-size: 24px;
  }

}

@media (max-width: 480px) {
  .home-hero-visual {
    min-height: 260px;
  }

  .home-hero-visual img {
    width: 125%;
  }

  .card-seo {
    left: 12%;
    top: 48%;
  }

  .card-ads {
    left: 10%;
    top: 10%;
  }
}

/* =========================
   section  2
========================= */

.home-pain-section {
  position: relative;
  overflow: hidden;
  padding: 120px 24px;
  background:
    radial-gradient(circle at top left,
      rgba(34, 197, 94, .08),
      transparent 30%),
    linear-gradient(180deg,
      #ffffff 0%,
      #f7fbf8 100%);
}

.home-pain-container {
  max-width: 1280px;
  margin: auto;
}

/* heading */

.home-pain-heading {
  max-width: 780px;
  margin: 0 auto 64px;
  text-align: center;
}

.home-pain-heading span {
  display: inline-block;
  margin-bottom: 18px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(34, 197, 94, .1);
  color: #16a34a;
  font-size: 14px;
  font-weight: 800;
}

.home-pain-heading h2 {
  margin: 0;
  color: #0f172a;
  letter-spacing: -1.5px;
}

.home-pain-heading p {
  max-width: 720px;
  margin: 24px auto 0;
  color: #64748b;
  line-height: 1.9;
}

/* grid */

.home-pain-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

/* card */

.home-pain-card {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  padding: 34px 28px;
  border-radius: 32px;
  background: #ffffff;
  border:
    1px solid rgba(15, 23, 42, .06);

  box-shadow:
    0 18px 50px rgba(15, 23, 42, .06);

  transition: .35s ease;
}

.home-pain-card::before {
  content: "";

  position: absolute;
  top: -90px;
  right: -90px;

  width: 190px;
  height: 190px;

  background:
    radial-gradient(circle,
      rgba(34, 197, 94, .14),
      transparent 70%);
}

.home-pain-card:hover {
  transform: translateY(-8px);

  border-color:
    rgba(34, 197, 94, .24);

  box-shadow:
    0 30px 80px rgba(34, 197, 94, .12);
}

/* featured */

.featured-pain {
  background:
    linear-gradient(180deg,
      #16a34a,
      #15803d);
}

.featured-pain::before {
  background:
    radial-gradient(circle,
      rgba(255, 255, 255, .18),
      transparent 70%);
}

/* number */

.pain-number {
  position: absolute;
  top: 24px;
  right: 24px;

  color: rgba(15, 23, 42, .08);

  font-size: 54px;
  line-height: 1;
  font-weight: 900;
}

.featured-pain .pain-number {
  color: rgba(255, 255, 255, .16);
}

/* icon */

.pain-icon {
  position: relative;
  z-index: 2;
  width: 64px;
  height: 64px;
  margin-bottom: 28px;
  border-radius: 20px;
  background: rgba(34, 197, 94, .12);
  display: flex;
  align-items: center;
  justify-content: center;
}

.pain-icon svg {
  width: 48px;
  height: 48px;
  fill: #22c55e;
}

.featured-pain .pain-icon {
  background: rgba(255, 255, 255, .16);
  color: #ffffff;
}


.home-pain-card p {
  position: relative;
  margin: 0;
  color: #64748b;
  font-size: 16px;
  line-height: 1.8;
}


@media (max-width: 1100px) {

  .home-pain-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}


@media (max-width: 700px) {

  .home-pain-section {
    padding: 80px 18px;
  }

  .home-pain-heading {
    text-align: left;
    margin-bottom: 42px;
  }

  .home-pain-heading p {
    font-size: 16px;
  }

  .home-pain-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .home-pain-card {
    min-height: auto;
    padding: 30px 24px;
    border-radius: 28px;
  }

}

/* =========================
   section end  2
========================= */




/* =========================
   section 3
========================= */

.services-overview-section {
  position: relative;
  overflow: hidden;
  padding: 120px 24px;
  background:
    radial-gradient(circle at top right,
      rgba(34, 197, 94, .08),
      transparent 30%),
    linear-gradient(180deg,
      #ffffff 0%,
      #f7fbf8 100%);
}

.services-overview-container {
  max-width: 1280px;
  margin: auto;
}

/* =========================
   HEADING
========================= */

.services-overview-heading {
  max-width: 780px;
  margin: 0 auto 64px;
  text-align: center;
}

.services-overview-heading span {
  display: inline-block;
  margin-bottom: 18px;
  padding: 10px 18px;
  border-radius: 999px;

  background:
    rgba(34, 197, 94, .1);

  color: #16a34a;
  font-size: 14px;
  font-weight: 800;
}

.services-overview-heading h2 {
  margin: 0;

  color: #0f172a;
  line-height: 1.12;
  letter-spacing: -1.5px;
  font-weight: 900;
}

.services-overview-heading p {
  max-width: 720px;

  margin: 24px auto 0;

  color: #64748b;

  font-size: 18px;
  line-height: 1.9;
}

/* =========================
   CAROUSEL
========================= */

.services-carousel-wrapper {
  position: relative;
}

.services-carousel {
  overflow: hidden;
}

.services-track {
  display: flex;
  padding: 24px 24px;
  gap: 26px;
  transition: transform .45s ease;
  will-change: transform;
}

/* =========================
   CARD
========================= */

.services-card {
  position: relative;
  overflow: hidden;
  flex: 0 0 calc(33.333% - 18px);
  min-height: 360px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, .06);
  transition: .35s ease;
}


.services-card:hover {
  transform: translateY(-1px);
  border-color: rgba(34, 197, 94, .24);
  box-shadow: 0 30px 80px rgba(34, 197, 94, .12);
}

/* =========================
   CARD CONTENT
========================= */

.services-card-content {
  position: relative;
  z-index: 2;
}

.services-button {
  padding: 30px 24px;
}

/* =========================
   TOP AREA
========================= */

.services-top-1 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 250px;
  background: url(images/images/Webdetail1.avif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.services-top-2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 250px;
  background: url(images/images/Webdetail2.avif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.services-top-3 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 250px;
  background: url(images/images/Webdetail3.avif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* background image */


/* ให้ content อยู่ด้านบน */
.services-icon,
.services-card-content h3,
.services-card-content p,
.services-card-content a {
  position: relative;
  z-index: 2;
}

/* =========================
   ICON BADGE
========================= */

.services-icon {
  position: relative;
  z-index: 3;
  margin-top: 12px;
  margin-left: 12px;
  width: 66px;
  height: 30px;
  border-radius: 22px;
  background: rgba(244, 244, 244, 0.12);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  letter-spacing: -.3px;
  backdrop-filter: blur(10px);
}

/* =========================
   TEXT
========================= */

.services-card h3 {
  margin: 0 0 16px;
  color: #0f172a;
  font-size: 18px;
  line-height: 1.3;
}

.services-card p {
  margin: 0 0 28px;
  color: #64748b;
  font-size: 16px;
  line-height: 1.85;
}

.services-card a {
  display: inline-flex;

  color: #16a34a;

  font-size: 15px;
  font-weight: 900;

  text-decoration: none;

  transition: .3s ease;
}

.services-card a:hover {
  transform: translateX(4px);
}

/* =========================
   FEATURED CARD
========================= */

.featured-service {
  background:
    linear-gradient(180deg,
      #16a34a,
      #15803d);
}

.featured-service::before {
  background:
    radial-gradient(circle,
      rgba(255, 255, 255, .18),
      transparent 70%);
}

.featured-service h3,
.featured-service p,
.featured-service a {
  color: #ffffff;
}

.featured-service .services-icon {
  background:
    rgba(255, 255, 255, .16);

  color: #ffffff;
}

.featured-service .services-bg-image {
  opacity: .18;
}

.featured-service .services-bg-image img {
  filter:
    brightness(0) invert(1);
}

/* =========================
   ARROWS
========================= */

.services-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;

  width: 58px;
  height: 58px;

  border: none;
  cursor: pointer;

  border-radius: 50%;

  background: #ffffff;
  color: #16a34a;

  font-size: 22px;
  font-weight: 900;

  transform: translateY(-50%);

  box-shadow:
    0 18px 45px rgba(15, 23, 42, .12);

  transition: .3s ease;
}

.services-arrow:hover {
  background: #16a34a;
  color: #ffffff;

  transform:
    translateY(-50%) scale(1.05);
}

.services-arrow.prev {
  left: -28px;
}

.services-arrow.next {
  right: -28px;
}

/* =========================
   DOTS
========================= */

.services-dots {
  display: flex;
  justify-content: center;
  gap: 10px;

  margin-top: 34px;
}

.services-dots .dot {
  width: 10px;
  height: 10px;

  border-radius: 999px;

  background:
    rgba(22, 163, 74, .22);

  cursor: pointer;

  transition: .3s ease;
}

.services-dots .dot.active {
  width: 34px;

  background: #16a34a;
}

/* =========================
   TABLET
========================= */

@media (max-width: 992px) {

  .services-card {
    flex: 0 0 calc(50% - 13px);
  }

  .services-arrow.prev {
    left: 0;
  }

  .services-arrow.next {
    right: 0;
  }

}

/* =========================
   MOBILE
========================= */

@media (max-width: 700px) {

  .services-overview-heading {
    text-align: left;
    margin-bottom: 42px;
  }

  .services-overview-heading p {
    font-size: 16px;
  }

  .services-track {
    gap: 18px;
  }

  .services-card {
    flex: 0 0 100%;
    min-height: auto;
  }

  .services-top-1,
  .services-top-2,
  .services-top-3 {
    height: 200px;
  }




  .services-arrow {
    display: none;
  }

}



/* =========================
   section 4
========================= */

.why-adsfinity-section {
  position: relative;
  overflow: hidden;
  padding: 120px 24px;
  background:
    radial-gradient(circle at top right,
      rgba(34, 197, 94, .08),
      transparent 30%),
    linear-gradient(180deg,
      #ffffff 0%,
      #f7fbf8 100%);
}

.why-adsfinity-container {
  max-width: 1280px;
  margin: auto;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 80px;
  align-items: center;
}

/* =========================
   LEFT VISUAL BIG
========================= */

.why-adsfinity-container {
  max-width: 1400px;
  grid-template-columns: .95fr 1.05fr;
  gap: 40px;
}

.why-adsfinity-visual {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: -160px;
}

.why-main-card {
  width: 880px;
  height: 580px;
  overflow: hidden;
}

.why-main-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* floating card */
.why-floating-card {
  position: absolute;
  top: 55px;
  right: 50px;
  z-index: 5;
  padding: 20px 30px;
  border-radius: 20px;
  background: #22c55e;
  color: #ffffff;
  box-shadow: 0 20px 50px rgba(34, 197, 94, .28);
  animation: floatCard 5s ease-in-out infinite;
}

@keyframes floatCard {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

.why-floating-card span {
  display: block;
  font-size: 13px;
  margin-bottom: 6px;
}

.why-floating-card strong {
  display: block;
  font-size: 42px;
  line-height: 1;
  font-weight: 900;
}



@media (max-width: 1100px) {
  .why-adsfinity-container {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .why-adsfinity-visual {
    min-height: auto;
    margin-left: 0;
    justify-content: center;
  }

  .why-main-card {
    width: 100%;
    max-width: 850px;
    height: auto;
  }
}

@media (max-width: 700px) {
  .why-adsfinity-visual {
    margin-top: 20px;
  }

  .why-main-card {
    width: 130%;
    max-width: none;
    border-radius: 26px;
  }

  .why-floating-card {
    top: -18px;
    right: 10px;
    padding: 14px 18px;
  }

  .why-floating-card strong {
    font-size: 28px;
  }
}


/* =========================
   RIGHT CONTENT
========================= */

.why-heading span {
  display: inline-block;
  margin-bottom: 18px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(34, 197, 94, .1);
  color: #16a34a;
  font-size: 14px;
  font-weight: 700;
}

.why-heading h2 {
  margin: 0;
  color: #0f172a;
  line-height: 1.12;
  letter-spacing: -1.5px;
  font-weight: 700;
}

.why-heading p {
  margin: 26px 0 40px;
  color: #64748b;
  font-size: 16px;
  line-height: 1.8;
}

/* =========================
   LIST
========================= */

.why-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.why-item {
  display: flex;
  gap: 18px;
  padding: 24px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, .06);
  box-shadow: 0 18px 50px rgba(15, 23, 42, .05);
  transition: .3s ease;
}

.why-item:hover {
  transform: translateX(6px);
  border-color: rgba(34, 197, 94, .24);
  box-shadow: 0 26px 70px rgba(34, 197, 94, .08);
}

.why-icon {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 700;
}

.why-item h5 {
  margin: 0 0 10px;
  color: #0f172a;
  line-height: 1.35;
  font-weight: 700;
}

.why-item p {
  margin: 0;
  color: #64748b;
  font-size: 16px;
  line-height: 1.8;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width:1100px) {

  .why-adsfinity-container {
    grid-template-columns: 1fr;
  }

  .why-adsfinity-visual {
    max-width: 720px;
    margin: auto;
  }

}

@media (max-width:700px) {

  .why-adsfinity-section {
    padding: 80px 18px;
    overflow: hidden;
  }

  .why-adsfinity-visual {
    width: 120%;
    margin-top: 24px;
  }

  .why-main-card {
    width: 120%;
    height: auto;
    transform: none;
  }

  .why-main-card img {
    width: 100%;
    height: auto;
    display: block;
  }

  .why-floating-card {
    position: absolute;
    top: -10%;
    right: 40%;
    margin-top: 0;
  }
}

/* =========================
   section 5
========================= */

.featured-services-section {
  position: relative;
  overflow: hidden;

  padding: 120px 24px;

  background:
    radial-gradient(circle at top left,
      rgba(34, 197, 94, .08),
      transparent 30%),
    linear-gradient(180deg,
      #ffffff 0%,
      #f7fbf8 100%);
}

.featured-services-container {
  max-width: 1240px;
  margin: auto;
}

/* =========================
   HEADING
========================= */

.featured-services-heading {
  max-width: 780px;
  margin: 0 auto 64px;
  text-align: center;
}

.featured-services-heading span {
  display: inline-block;
  margin-bottom: 18px;
  padding: 10px 18px;

  border-radius: 999px;

  background:
    rgba(34, 197, 94, .1);

  color: #16a34a;

  font-size: 14px;
  font-weight: 800;
}

.featured-services-heading h2 {
  margin: 0;
  color: #0f172a;
  line-height: 1.12;
  letter-spacing: -1.5px;
  font-weight: 700;
}

.featured-services-heading p {
  max-width: 720px;
  margin: 24px auto 0;
  color: #64748b;
  line-height: 1.9;
}

/* =========================
   GRID
========================= */

.featured-services-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 28px;
}

/* =========================
   MAIN CARD
========================= */

.featured-main-card {
  position: relative;
  overflow: hidden;

  min-height: 760px;

  border-radius: 38px;

  background:
    linear-gradient(135deg,
      #07140d,
      #0b3b22);

  box-shadow:
    0 30px 90px rgba(15, 23, 42, .14);
}

/* bg */

.featured-main-bg {
  position: absolute;
  inset: 0;

  opacity: .22;
}

.featured-main-bg img {
  width: 100%;
  height: 100%;

  object-fit: cover;
}

/* overlay */

.featured-main-card::before {
  content: "";

  position: absolute;
  inset: 0;

  background:
    linear-gradient(to top,
      rgba(0, 0, 0, .5),
      rgba(0, 0, 0, .08));
}

/* content */

.featured-main-content {
  position: relative;
  z-index: 2;

  height: 100%;

  padding: 50px;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.featured-main-content span {
  display: inline-flex;
  width: fit-content;

  margin-bottom: 20px;
  padding: 10px 18px;

  border-radius: 999px;

  background:
    rgba(255, 255, 255, .12);

  color: #4ade80;

  font-size: 14px;
  font-weight: 800;

  backdrop-filter: blur(10px);
}

.featured-main-content h3 {
  margin: 0 0 18px;

  color: #ffffff;
  line-height: 1.12;
  letter-spacing: -1.5px;
  font-weight: 700;
}

.featured-main-content p {
  max-width: 520px;

  margin: 0 0 28px;

  color: rgba(255, 255, 255, .78);

  font-size: 17px;
  line-height: 1.9;
}

/* list */

.featured-main-content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;

  padding: 0;
  margin: 0 0 34px;

  list-style: none;
}

.featured-main-content li {
  padding: 12px 18px;

  border-radius: 999px;

  background:
    rgba(255, 255, 255, .1);

  border:
    1px solid rgba(255, 255, 255, .08);

  color: #ffffff;

  font-size: 14px;
  font-weight: 700;
}

/* button */

.featured-main-content a {
  display: inline-flex;
  width: fit-content;

  min-height: 56px;
  padding: 0 28px;

  border-radius: 999px;

  background:
    linear-gradient(135deg,
      #22c55e,
      #16a34a);

  color: #ffffff;

  text-decoration: none;

  align-items: center;
  justify-content: center;

  font-size: 15px;
  font-weight: 900;

  box-shadow:
    0 20px 40px rgba(34, 197, 94, .22);

  transition: .3s ease;
}

.featured-main-content a:hover {
  transform: translateY(-4px);
}

/* =========================
   SIDE GRID
========================= */

.featured-side-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

/* =========================
   SIDE CARD
========================= */

.featured-side-card {
  overflow: hidden;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, .06);
  box-shadow: 0 18px 50px rgba(15, 23, 42, .06);
  transition: .35s ease;
}

.featured-side-card:hover {
  transform: translateY(-8px);

  border-color:
    rgba(34, 197, 94, .24);

  box-shadow:
    0 28px 80px rgba(34, 197, 94, .1);
}

/* image */

.featured-side-image {
  position: relative;

  width: 100%;
  height: 190px;

  overflow: hidden;
}

.featured-side-image::after {
  content: "";

  position: absolute;
  inset: 0;

  background:
    linear-gradient(to top,
      rgba(0, 0, 0, .2),
      transparent 60%);
}

.featured-side-image img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  transition: .5s ease;
}

.featured-side-card:hover .featured-side-image img {
  transform: scale(1.08);
}

/* content */

.featured-side-content {
  padding: 26px 24px;
}

/* icon */

.featured-side-icon {
  width: 58px;
  height: 58px;

  margin-bottom: 20px;

  border-radius: 18px;

  background:
    rgba(34, 197, 94, .12);

  color: #16a34a;
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 14px;
  font-weight: 900;
}

/* title */

.featured-side-content h5 {
  margin: 0 0 12px;

  color: #0f172a;
  line-height: 1.3;
  font-weight: 700;
}

/* desc */

.featured-side-content p {
  margin: 0 0 24px;

  color: #64748b;

  font-size: 15px;
  line-height: 1.8;
}

/* link */

.featured-side-content a {
  display: inline-flex;
  color: #16a34a;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  transition: .3s ease;
}

.featured-side-content a:hover {
  transform: translateX(4px);
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width:1100px) {

  .featured-services-grid {
    grid-template-columns: 1fr;
  }

}

@media (max-width:700px) {

  .featured-services-section {
    padding: 80px 18px;
  }

  .featured-services-heading {
    text-align: left;
    margin-bottom: 42px;
  }

  .featured-services-heading p {
    font-size: 16px;
  }

  .featured-main-card {
    min-height: 620px;
    border-radius: 30px;
  }

  .featured-main-content {
    padding: 30px 24px;
  }

  .featured-main-content h3 {
    font-size: 34px;
  }

  .featured-side-grid {
    grid-template-columns: 1fr;
  }

  .featured-side-image {
    height: 220px;
  }

}


/* =========================
   section 6
========================= */
.portfolio-section {
  padding: 120px 24px;
  background:
    radial-gradient(circle at top right, rgba(34, 197, 94, .08), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f7fbf8 100%);
}

.portfolio-container {
  max-width: 1240px;
  margin: auto;
}

.portfolio-heading {
  max-width: 780px;
  margin: 0 auto 50px;
  text-align: center;
}

.portfolio-heading span {
  display: inline-block;
  margin-bottom: 18px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(34, 197, 94, .1);
  color: #16a34a;
  font-size: 14px;
  font-weight: 800;
}

.portfolio-heading h2 {
  margin: 0;
  color: #0f172a;
  line-height: 1.12;
  letter-spacing: -1.5px;
  font-weight: 700;
}

.portfolio-heading p {
  max-width: 720px;
  margin: 24px auto 0;
  color: #64748b;
  font-size: 18px;
  line-height: 1.9;
}

/* tabs */

.portfolio-tabs {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 42px;
}

.portfolio-tab {
  border: none;
  cursor: pointer;
  padding: 12px 20px;
  border-radius: 999px;
  background: #ffffff;
  color: #64748b;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 10px 30px rgba(15, 23, 42, .06);
  transition: .3s ease;
}

.portfolio-tab:hover,
.portfolio-tab.active {
  background: #16a34a;
  color: #ffffff;
  transform: translateY(-3px);
  transition: all .3s ease;
}

/* grid */

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.portfolio-card {
  position: relative;
  overflow: hidden;
  height: 260px;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(15, 23, 42, .08);
  display: block;
}

.work-card.hide {
  display: none;
}

.portfolio-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.portfolio-card:hover img {
  transform: scale(1.08);
  transition: all .3s ease;
}

.portfolio-overlay {
  position: absolute;
  inset: 0;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(to top, rgba(0, 0, 0, .65), transparent 65%);
  opacity: 0;
  transition: .35s ease;
}

.portfolio-card:hover .portfolio-overlay {
  opacity: 1;
}

.portfolio-overlay span {
  width: fit-content;
  margin-bottom: 10px;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(34, 197, 94, .9);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
}

.portfolio-overlay h3 {
  margin: 0;
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
}

/* pagination */

.portfolio-pagination {
  margin-top: 42px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.portfolio-pagination button {
  width: 44px;
  height: 44px;
  border: none;
  cursor: pointer;
  border-radius: 14px;
  background: #ffffff;
  color: #16a34a;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 10px 30px rgba(15, 23, 42, .06);
  transition: .3s ease;
}

.portfolio-pagination button.active,
.portfolio-pagination button:hover {
  background: #16a34a;
  color: #ffffff;
  transform: translateY(-3px);
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* responsive */

@media (max-width: 1100px) {
  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .portfolio-section {
    padding: 80px 18px;
  }

  .portfolio-heading {
    text-align: left;
  }

  .portfolio-heading p {
    font-size: 16px;
  }

  .portfolio-tabs {
    justify-content: flex-start;
  }

  .portfolio-grid {
    grid-template-columns: 1fr;
  }

  .portfolio-card {
    height: 240px;
  }
}

/* =========================
   PAGINATION
========================= */

.portfolio-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;

  margin-top: 42px;
}

.portfolio-pagination button {
  width: 44px;
  height: 44px;

  border: none;
  cursor: pointer;

  border-radius: 14px;

  background: #ffffff;
  color: #16a34a;

  font-size: 15px;
  font-weight: 900;

  box-shadow:
    0 10px 30px rgba(15, 23, 42, .06);

  transition: .3s ease;
}

.portfolio-pagination button:hover,
.portfolio-pagination button.active {
  background: #16a34a;
  color: #ffffff;

  transform: translateY(-3px);
}

/* =========================
   section 7
========================= */

/* =========================
   PROCESS SECTION
========================= */

.process-section {
  position: relative;
  overflow: hidden;

  padding: 120px 24px;

  background:
    radial-gradient(circle at top left,
      rgba(34, 197, 94, .08),
      transparent 30%),
    linear-gradient(180deg,
      #ffffff 0%,
      #f7fbf8 100%);
}

.process-container {
  max-width: 1280px;
  margin: auto;
}

/* =========================
   HEADING
========================= */

.process-heading {
  max-width: 780px;
  margin: 0 auto 70px;
  text-align: center;
}

.process-heading span {
  display: inline-block;
  margin-bottom: 18px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(34, 197, 94, .1);
  color: #16a34a;
  font-size: 16px;
  font-weight: 800;
}

.process-heading h2 {
  margin: 0;
  color: #0f172a;
  line-height: 1.12;
  letter-spacing: -1.5px;
  font-weight: 700;
}

.process-heading p {
  max-width: 720px;
  margin: 24px auto 0;
  color: #64748b;
  font-size: 16px;
  line-height: 1.9;
}

/* =========================
   GRID
========================= */

.process-grid {
  position: relative;

  display: grid;
  grid-template-columns:
    repeat(5, 1fr);

  gap: 22px;
}

/* line */

.process-grid::before {
  content: "";

  position: absolute;

  top: 52px;
  left: 5%;

  width: 90%;
  height: 2px;

  background:
    linear-gradient(90deg,
      rgba(34, 197, 94, .15),
      rgba(34, 197, 94, .45),
      rgba(34, 197, 94, .15));

  z-index: 0;
}

/* =========================
   CARD
========================= */

.process-card {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 34px 28px;
  border-radius: 32px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, .06);
  box-shadow: 0 18px 50px rgba(15, 23, 42, .06);
  transition: .35s ease;
}

.process-card::before {
  content: "";
  position: absolute;
  top: -90px;
  right: -90px;

  width: 190px;
  height: 190px;

  background:
    radial-gradient(circle,
      rgba(34, 197, 94, .14),
      transparent 70%);
}

.process-card:hover {
  transform: translateY(-8px);

  border-color:
    rgba(34, 197, 94, .24);

  box-shadow:
    0 30px 80px rgba(34, 197, 94, .12);
}


/* =========================
   TOP
========================= */

.process-top {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-bottom: 28px;
}

/* =========================
   NUMBER
========================= */

.process-number {
  width: 52px;
  height: 52px;

  border-radius: 50%;

  background:
    linear-gradient(135deg,
      #22c55e,
      #16a34a);

  color: #ffffff;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 15px;
  font-weight: 900;

  box-shadow:
    0 18px 40px rgba(34, 197, 94, .22);
}

/* =========================
   ICON
========================= */

.process-icon {
  width: 64px;
  height: 64px;

  border-radius: 22px;

  background:
    rgba(34, 197, 94, .12);

  color: #16a34a;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 13px;
  font-weight: 900;
  letter-spacing: .5px;
}

.featured-process .process-icon {
  background:
    rgba(255, 255, 255, .14);

  color: #ffffff;
}

/* =========================
   TEXT
========================= */

.process-card h5 {
  position: relative;
  z-index: 2;
  margin: 0 0 14px;
  color: #0f172a;
  line-height: 1.3;
  font-weight: 700;
}

.process-card p {
  position: relative;
  z-index: 2;

  margin: 0;

  color: #64748b;

  font-size: 15px;
  line-height: 1.9;
}

.featured-process h3,
.featured-process p {
  color: #ffffff;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width:1100px) {

  .process-grid {
    grid-template-columns:
      repeat(2, 1fr);
  }

  .process-grid::before {
    display: none;
  }

}

@media (max-width:700px) {

  .process-section {
    padding: 80px 18px;
  }

  .process-heading {
    text-align: left;
    margin-bottom: 42px;
  }

  .process-heading p {
    font-size: 16px;
  }

  .process-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .process-card {
    padding: 28px 22px;
    border-radius: 28px;
  }

  .process-card h3 {
    font-size: 22px;
  }

}

/* =========================
   TESTIMONIALS SECTION
========================= */

.testimonials-section {
  position: relative;
  overflow: hidden;

  padding: 120px 24px;

  background:
    radial-gradient(circle at top right,
      rgba(34, 197, 94, .08),
      transparent 30%),
    linear-gradient(180deg,
      #ffffff 0%,
      #f7fbf8 100%);
}

.testimonials-container {
  max-width: 1240px;
  margin: auto;
}

/* =========================
   HEADING
========================= */

.testimonials-heading {
  max-width: 760px;
  margin: 0 auto 70px;
  text-align: center;
}

.testimonials-heading span {
  display: inline-block;
  margin-bottom: 18px;
  padding: 10px 18px;
  border-radius: 999px;
  background:
    rgba(34, 197, 94, .1);

  color: #16a34a;
  font-size: 14px;
  font-weight: 800;
}

.testimonials-heading h2 {
  margin: 0;
  color: #0f172a;
  line-height: 1.12;
  letter-spacing: -1.5px;
  font-weight: 700;
}

.testimonials-heading p {
  max-width: 720px;
  margin: 24px auto 0;
  color: #64748b;
  font-size: 16px;
  line-height: 1.9;
}

/* =========================
   GRID
========================= */

.testimonials-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 28px;
}

/* =========================
   FEATURED CARD
========================= */

.testimonial-featured {
  position: relative;
  overflow: hidden;

  min-height: 620px;

  padding: 50px;

  border-radius: 40px;

  background:
    linear-gradient(135deg,
      #07140d,
      #0b3b22);

  box-shadow:
    0 30px 90px rgba(15, 23, 42, .14);

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-featured::before {
  content: "";

  position: absolute;
  top: -120px;
  right: -120px;

  width: 280px;
  height: 280px;

  border-radius: 50%;

  background:
    radial-gradient(circle,
      rgba(255, 255, 255, .14),
      transparent 70%);
}

/* quote */

.testimonial-quote {
  position: relative;
  z-index: 2;

  color: #4ade80;

  font-size: 140px;
  line-height: 1;
  font-weight: 900;
}

/* text */

.testimonial-text {
  position: relative;
  z-index: 2;

  margin: -10px 0 50px;

  color: #ffffff;

  font-size: 30px;
  line-height: 1.7;
  letter-spacing: -.5px;
  font-weight: 700;
}

/* =========================
   USER
========================= */

.testimonial-user {
  position: relative;
  z-index: 2;

  display: flex;
  align-items: center;
  gap: 16px;
}

.testimonial-avatar {
  width: 70px;
  height: 70px;

  border-radius: 50%;

  background:
    linear-gradient(135deg,
      #4ade80,
      #16a34a);

  color: #ffffff;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 24px;
  font-weight: 900;

  flex-shrink: 0;
}

.testimonial-user h4 {
  margin: 0 0 6px;

  color: #ffffff;

  font-size: 20px;
  font-weight: 800;
}

.testimonial-user span {
  color: rgba(255, 255, 255, .72);

  font-size: 14px;
}

/* =========================
   SIDE GRID
========================= */

.testimonials-side {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

/* =========================
   CARD
========================= */

.testimonial-card {
  position: relative;
  overflow: hidden;

  padding: 30px 26px;

  border-radius: 32px;

  background: #ffffff;

  border:
    1px solid rgba(15, 23, 42, .06);

  box-shadow:
    0 18px 50px rgba(15, 23, 42, .06);

  transition: .35s ease;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-card::before {
  content: "";

  position: absolute;
  top: -90px;
  right: -90px;

  width: 180px;
  height: 180px;

  background:
    radial-gradient(circle,
      rgba(34, 197, 94, .12),
      transparent 70%);
}

.testimonial-card:hover {
  transform: translateY(-8px);

  border-color:
    rgba(34, 197, 94, .24);

  box-shadow:
    0 30px 80px rgba(34, 197, 94, .12);
}

/* green */

.green-card {
  background:
    linear-gradient(135deg,
      #16a34a,
      #15803d);
}

.green-card::before {
  background:
    radial-gradient(circle,
      rgba(255, 255, 255, .18),
      transparent 70%);
}

/* dark */

.dark-card {
  background:
    linear-gradient(135deg,
      #0f172a,
      #111827);
}

.dark-card::before {
  background:
    radial-gradient(circle,
      rgba(255, 255, 255, .12),
      transparent 70%);
}

/* stars */

.testimonial-stars {
  position: relative;
  z-index: 2;

  margin-bottom: 22px;

  color: #16a34a;

  font-size: 20px;
  letter-spacing: 2px;
}

.white-stars {
  color: #ffffff;
}

/* text */

.testimonial-card p {
  position: relative;
  z-index: 2;

  margin: 0 0 28px;

  color: #64748b;

  font-size: 16px;
  line-height: 1.9;
}

.green-card p,
.dark-card p {
  color: rgba(255, 255, 255, .84);
}

/* small user */

.small-user h4 {
  color: #0f172a;

  font-size: 17px;
}

.small-user span {
  color: #64748b;
}

.green-card .small-user h4,
.dark-card .small-user h4 {
  color: #ffffff;
}

.green-card .small-user span,
.dark-card .small-user span {
  color: rgba(255, 255, 255, .72);
}

/* avatars */

.small-avatar {
  width: 54px;
  height: 54px;

  font-size: 18px;
}

.white-avatar {
  background: #ffffff;
  color: #16a34a;

  width: 54px;
  height: 54px;

  font-size: 18px;
}

.dark-avatar {
  background: #ffffff;
  color: #0f172a;

  width: 54px;
  height: 54px;

  font-size: 18px;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width:1100px) {

  .testimonials-grid {
    grid-template-columns: 1fr;
  }

}

@media (max-width:700px) {

  .testimonials-section {
    padding: 80px 18px;
  }

  .testimonials-heading {
    text-align: left;
    margin-bottom: 42px;
  }

  .testimonials-heading p {
    font-size: 16px;
  }

  .testimonial-featured {
    min-height: auto;

    padding: 34px 26px;

    border-radius: 32px;
  }

  .testimonial-quote {
    font-size: 90px;
  }

  .testimonial-text {
    font-size: 22px;
  }

  .testimonials-side {
    grid-template-columns: 1fr;
  }

  .testimonial-card {
    border-radius: 28px;
  }

}

/* =========================
   FAQ
========================= */

.faq-section {
  background: #ffffff;
}

.faq-list {
  max-width: 980px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.faq-item {
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, .06);
  box-shadow: 0 18px 50px rgba(15, 23, 42, .05);
  overflow: hidden;
}

.faq-btn {
  padding: 26px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  font-size: 18px;
}

.faq-btn::-webkit-details-marker {
  display: none;
}

.faq-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(34, 197, 94, .1);
  color: #16a34a;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}

.faq-item[open] .faq-icon {
  transform: rotate(45deg);
  background: #16a34a;
  color: #ffffff;
}

.faq-content {
  padding: 0 30px 28px;
  color: #64748b;
  line-height: 1.9;
}

/* =========================
   COMMON
========================= */

.section {
  padding: 120px 24px;
}

.container {
  max-width: 1280px;
  margin: auto;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 60px;
  text-align: center;
}

.section-heading span {
  display: inline-block;
  margin-bottom: 18px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(34, 197, 94, .1);
  color: #16a34a;
  font-size: 14px;
  font-weight: 800;
}

.section-heading h2 {
  margin: 0;
  line-height: 1.12;
  letter-spacing: -1.5px;
  font-weight: 700;
}

.section-heading p {
  margin: 24px auto 0;
  color: #64748b;
  font-size: 16px;
  line-height: 1.9;
}


/* ==================================
   TABLET ONLY
   701px - 1100px
================================== */

@media (min-width:701px) and (max-width:1100px) {

  /* HERO */

  .home-hero-container {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .home-hero-content {
    text-align: center;
  }

  .home-hero-actions {
    justify-content: center;
  }

  .home-hero-points {
    margin: auto;
  }

  .home-hero-visual {
    justify-content: center;
    min-height: 500px;
  }

  .home-hero-visual img {
    width: 90%;
  }

  /* WHY */

  .why-adsfinity-container {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .why-adsfinity-visual {
    margin-left: 0;
    justify-content: center;
  }

  .why-main-card {
    width: 100%;
    max-width: 900px;
    height: auto;
  }

  /* FEATURED */

  .featured-services-grid {
    grid-template-columns: 1fr;
  }

  .featured-side-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* TESTIMONIAL */

  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .testimonials-side {
    grid-template-columns: repeat(2, 1fr);
  }

  /* PROCESS */

  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* PORTFOLIO */

  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}