* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Inter, Arial, sans-serif;

}

html {
  width: 100%;
}

body {
  width: 100%;
  overflow-x: hidden;
}


body {
  background: #fff;
  color: #111;
}

/* ================= BACK ================= */

.cm-breadcrumb-bar {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 26px 40px;
  /* image madhiri spacing */
  border-bottom: 1px solid #ececec;
}

/* ===== BACK ICON ===== */
.cm-back-btn {
  color: #444;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: color 0.25s ease;
}

.cm-back-btn:hover {
  color: #333;
  /* light dark */
}

/* ===== BREADCRUMB ===== */
.cm-breadcrumb-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 17px;
  font-weight: 600;
}

/* LINKS (Home, Services) */
.cm-breadcrumb-link {
  color: #444;
  /* image-la irukura grey */
  text-decoration: none;
  transition: color 0.25s ease;
}

.cm-breadcrumb-link:hover {
  color: #333;
  /* light dark on hover */
}

/* SLASH */
.cm-breadcrumb-sep {
  color: #c2c2c2;
  font-size: 15px;
}

/* CURRENT PAGE */
.cm-breadcrumb-active {
  color: #1f6bff;
  /* exact blue tone */
  font-weight: 600;
}


/* ================= SECTION ================= */
.itc-sec-wrap {
  padding: 60px 20px;
  background: linear-gradient(135deg, #d45a00, #b83700);
  color: #ffffff;
  text-align: center;
}

.itc-inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* ================= ICON ================= */
.itc-top-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 22px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.08);
  opacity: 0;
  transform: translateY(-25px);
  transition: 0.9s ease;
}

/* ================= TEXT ================= */
.itc-title {
  font-size: 54px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 18px;
  opacity: 0;
  transform: translateY(-20px);
  transition: 0.9s ease;
}

.itc-subtitle {
  font-size: 26px;
  font-weight: 600;
  color: #ffe9d6;
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(-20px);
  transition: 0.9s ease;
}

.itc-desc {
  font-size: 18px;
  line-height: 1.75;
  color: #fff2e7;
  max-width: 860px;
  margin: 0 auto 22px;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.9s ease;
}

.itc-desc strong {
  font-weight: 700;
  color: #ffffff;
}

/* ================= BUTTONS ================= */
.itc-btn-wrap {
  margin-top: 42px;
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(25px);
  transition: 0.9s ease;
}

.itc-btn-primary {
  background: #ffffff;
  color: #c43a00;
  border: none;
  padding: 20px 30px;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.itc-btn-primary i {
  transition: transform 0.3s ease;
}

.itc-btn-primary:hover i {
  transform: translateX(6px);
}

.itc-btn-secondary {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #ffffff;
  padding: 20px 30px;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.itc-btn-secondary:hover {
  background: rgba(0, 0, 0, 0.15);
}

/* ================= SHOW ================= */
.itc-show {
  opacity: 1;
  transform: translateY(0);
}

/* ================= RESPONSIVE ================= */
@media(max-width:600px) {
  .itc-title {
    font-size: 34px;
  }
}



/* ============ SECTION ============== */
.cm-need-wrap {
  margin: 50px 0;
  padding: 50px 20px;
  text-align: center;
}

.cm-need-title {
  font-size: 48px;
  font-weight: 500;
  color: #0b0b0b;
  margin-bottom: 48px;
  letter-spacing: 1px;
}

/* ================= GRID ================= */
.cm-need-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

/* ================= CARD ================= */
.cm-need-card {
  background: linear-gradient(135deg, #fff7ed, #ffedd5);

  border: 1px solid rgba(163, 123, 22, 0.18);
  border-radius: 14px;
  padding: 24px 28px;
  display: flex;
  align-items: center;
  gap: 20px;
  /* very light shadow */
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);

  /* animation base */
  opacity: 0;
  transform: translateY(30px);
}


/* ================= ICON ================= */
.cm-need-icon {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background: linear-gradient(135deg, #f97316, #fb923c);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cm-need-icon i {
  font-size: 21px;
  color: #ffffff;
  font-weight: 600;
}

/* ================= TEXT ================= */
.cm-need-text {
  font-size: 17px;
  font-weight: 550;
  /* 🔥 increased weight */
  color: #2b2f38;
  text-align: left;
  line-height: 1.45;
}

/* ================= ANIMATION ================= */
@keyframes cmNeedFadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ================= RESPONSIVE ================= */
@media(max-width:900px) {
  .cm-need-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width:560px) {
  .cm-need-grid {
    grid-template-columns: 1fr;
  }
}


/* ================= SECTION ================= */
.cons-sec-wrap {
  padding: 60px 20px;
  background: #f8fafc;
}

.cons-inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* ================= HEADER ================= */
.cons-head {
  text-align: center;
  margin-bottom: 55px;
}

.cons-head h2 {
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.cons-head p {
  font-size: 23px;
  font-weight: 600;
  color: #6b7280;
}

/* ================= CARDS ================= */
.cons-card-wrap {
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 28px;
}

.cons-card {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.08);
  opacity: 0;
  transition: 1s ease;
}

.cons-from-left {
  transform: translateX(-90px);
}

.cons-from-right {
  transform: translateX(90px);
}

.cons-show {
  opacity: 1;
  transform: translateX(0);
}

/* ================= CARD HEADER (ICON + TEXT) ================= */
.cons-card-head {
  display: flex;
  gap: 14px;
  margin-bottom: 18px;
}

.cons-icon {
  width: 50px;
  height: 50px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  font-weight: 600;
  color: #ffffff;
  flex-shrink: 0;
}

.icon-blue {
  background: linear-gradient(135deg, #1d4ed8, #1e40af);
}

.icon-green {
  background: linear-gradient(135deg, #15803d, #166534);
}

.icon-orange {
  background: linear-gradient(135deg, #f97316, #fb923c);
}

.icon-purple {
  background: linear-gradient(135deg, #7c3aed, #9333ea);
}

.icon-red {
  background: linear-gradient(135deg, #ef4444, #f87171);
}

.icon-darkblue {
  background: linear-gradient(135deg,
      #1e3a8a,
      #2563eb);
}

.icon-lightblue {
  background: linear-gradient(135deg,
      #0284c7,
      /* dark sky blue */
      #0369a1
      /* deep sky blue */
    );
}

.icon-pink {
  background: linear-gradient(135deg, #ff2f92, #c2185b);
}

.cons-head-text h3 {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 6px;
}

.cons-head-text p {
  font-size: 15px;
  color: #374151;
  line-height: 1.55;
}

/* ================= LABELS ================= */
.cons-label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
  color: #111827;
  margin: 20px 0 8px;
}

/* ================= LISTS ================= */
.cons-list {
  list-style: none;
}

.cons-list li {
  font-size: 15px;
  color: #374151;
  margin-bottom: 7px;
  padding-left: 18px;
  position: relative;
}

.cons-lists li {
  font-size: 15px;
  color: #374151;
  margin-bottom: 7px;
  padding-left: 18px;
  position: relative;
}

/* normal dot list */
.cons-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #6b7280;
}


/* deliverables check list */
/* .cons-check li{
  padding-left:22px;
} */

.cons-checks li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding-left: 0;
}

.cons-checks i {
  font-size: 16px;
  font-weight: 700;
  color: #22c55e;
  /* green check */
  margin-top: 2px;
  flex-shrink: 0;
}


/* ================= TYPICAL BOX ================= */
.cons-typical {
  margin-top: 24px;
  padding: 18px 18px;
  border-radius: 12px;
}

.cons-typical strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 6px;
}

.cons-typical span {
  font-size: 15px;
  font-weight: 700;
}

.cons-blue {
  background: linear-gradient(135deg, #eef4ff, #dbeafe);
  border: 1px solid #bfdbfe;
}

.cons-purple {
  background: linear-gradient(135deg, #f6f2ff, #efe9ff);
  border: 1px solid rgba(169, 31, 255, 0.22);
}

.cons-orange {
  background: linear-gradient(135deg, #fff7ed, #ffedd5);

  border: 1px solid rgba(163, 123, 22, 0.18);
}

.cons-red {
  background: linear-gradient(135deg, #fef2f2, #fee2e2);
  border: 1px solid rgba(169, 31, 255, 0.22);
}

.cons-darkblue {
  background: linear-gradient(135deg, #f6f9ff, #eef4ff);
  border: 1px solid rgba(31, 94, 255, 0.22);
}

.cons-lightblue {
  background: linear-gradient(135deg,
      #f3f9ff,
      #e8f3ff,
      #dcecff);
  border: 1px solid #9dd0ff;
  ;
}

.cons-pink {
  background: linear-gradient(135deg, #ffe6f0, #ffffff);
  border: 1.5px solid #ff9ecb;
}

.cons-blue span {
  color: #1d4ed8;
}

.cons-purple span {
  color: #6d28d9;
}

.cons-orange span {
  color: #c2410c;
}

.cons-red span {
  color: #b91c1c;
}

.cons-darkblue span {
  color: #0f2a44;
}

.cons-lightblue span {
  color: #1e429f;
}

.cons-pink span {
  color: #d81b60;
}

.cons-green {
  background: linear-gradient(135deg, #ecfdf5, #dcfce7);
  border: 1px solid #bbf7d0;
}

.cons-green span {
  color: #15803d;
}

/* ================= RESPONSIVE ================= */
@media(max-width:900px) {
  .cons-card-wrap {
    grid-template-columns: 1fr;
  }
}



/* ===== SECTION ===== */
.oca-sec-wrap {
  padding: 60px 20px;
  max-width: 1200px;
  margin: auto;
}

.oca-head {
  text-align: center;
  margin-bottom: 55px;
}

.oca-head h2 {
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.oca-head p {
  font-size: 23px;
  font-weight: 600;
  color: #374151;
  font-weight: 600;
}

/* ===== GRID ===== */
.oca-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

@media(max-width:900px) {
  .oca-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== CARD ===== */
.oca-card {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 26px 28px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);

  opacity: 0;
  transform: translateX(90px);
}

/* animation show */
.oca-card.oca-show {
  opacity: 1;
  transform: translateX(0);
  transition:
    transform 1.3s cubic-bezier(.22, 1, .36, 1),
    opacity 1.3s ease;
}

/* stagger delay */
.oca-card[data-delay="1"] {
  transition-delay: .2s;
}

.oca-card[data-delay="2"] {
  transition-delay: .5s;
}

.oca-card[data-delay="3"] {
  transition-delay: .8s;
}

.oca-card[data-delay="4"] {
  transition-delay: 1.1s;
}

/* ===== HEADER ROW ===== */
.oca-card-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

/* number icon */
.oca-num-box {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  background: linear-gradient(135deg, #ff6a00, #e63900);
  flex-shrink: 0;
  border: 1px solid #ffb26b;
}

/* title */
.oca-card-head h3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #111827;
}

/* ===== TEXT ===== */
.oca-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .4px;
  margin-bottom: 6px;
  color: #374151;
}

.oca-text {
  font-size: 14px;
  line-height: 1.6;
  color: #374151;
  margin-bottom: 14px;
}

.oca-benefit {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .4px;
  margin-bottom: 6px;
  color: #15803d;
}

.oca-benefit-text {
  font-size: 14px;
  line-height: 1.6;
  color: #374151;
}


/* ===== SECTION ===== */
.em-sec {
  padding: 60px 20px;
  background: #f7fafc
}

.em-wrap {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
}

@media(max-width:900px) {
  .em-wrap {
    grid-template-columns: 1fr;
  }
}

/* ===== CARD ===== */
.em-card {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 14px;
  padding: 26px 28px;

  /* bottom shadow only */
  box-shadow: 0 12px 14px -10px rgba(0, 0, 0, 0.25);

  opacity: 0;
}

/* left card animation */
.em-left {
  transform: translateX(-80px);
}

/* right card animation */
.em-right {
  transform: translateX(80px);
}

.em-card.em-show {
  opacity: 1;
  transform: translateX(0);
  transition:
    transform 1.35s cubic-bezier(.22, 1, .36, 1),
    opacity 1.35s ease;
}

/* ===== TEXT ===== */
.em-card h3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 16px;
  color: #111827;
}

.em-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .4px;
  color: #6b7280;
  margin-bottom: 4px;
}

.em-text {
  font-size: 15px;
  color: #374151;
  margin-bottom: 14px;
  line-height: 1.6;
}

/* hr line */
.em-hr {
  height: 1px;
  background: #e5e7eb;
  margin: 18px 0 14px;
}

/* bottom strong text */
.em-highlight {
  font-size: 17px;
  font-weight: 700;
  color: #f97316;
}


/* ===== SECTION ===== */
.wic-sec {
  padding: 60px 20px;
  /* background:linear-gradient(180deg,#f8f8f8,#ffffff); */
}

.wic-head {
  text-align: center;
  margin-bottom: 50px;
}

.wic-head h2 {
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.wic-head p {
  font-size: 23px;
  font-weight: 600;
  color: #374151;
}

/* ===== GRID ===== */
.wic-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

@media(max-width:900px) {
  .wic-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== CARD ===== */
.wic-card {
  background: #f7fafc;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 26px 28px;

  /* bottom shadow only */
  box-shadow: 0 10px 16px -12px rgba(0, 0, 0, 0.35);

  opacity: 0;
  transform: translateY(-70px);
}

.wic-card.wic-show {
  opacity: 1;
  transform: translateY(0);
  transition:
    transform 1.4s cubic-bezier(.22, 1, .36, 1),
    opacity 1.4s ease;
}

/* stagger */
.wic-card[data-delay="1"] {
  transition-delay: .2s;
}

.wic-card[data-delay="2"] {
  transition-delay: .6s;
}

/* ===== HEADER ===== */
.wic-card-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.wic-icon {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
}

.wic-icon.red {
  background: linear-gradient(135deg, #ff5722, #d84315);
}

.wic-icon.orange {
  background: linear-gradient(135deg, #ff6a00, #e65100);
}

.wic-card-head h3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #111827;
}

/* ===== TEXT ===== */
.wic-red {
  font-size: 13px;
  font-weight: 700;
  color: #dc2626;
  margin-bottom: 10px;
}

.wic-green {
  font-size: 13px;
  font-weight: 700;
  color: #15803d;
  margin-top: 14px;
  margin-bottom: 10px;
}

.wic-text {
  font-size: 14px;
  color: #374151;
  line-height: 1.6;
}

.wic-text ul {
  padding-left: 18px;
}

.wic-text li {
  margin-bottom: 6px;
}

/* HR */
.wic-hr {
  height: 1px;
  background: #e5e7eb;
  margin: 18px 0 14px;
}

/* bottom strong text */
.wic-strong {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #166534;
}


/* ===== SECTION ===== */
.css-sec {
  padding: 60px 20px;
  background: linear-gradient(180deg, #f7f7f7, #ffffff);
}

.css-head {
  text-align: center;
  margin-bottom: 50px;
}

.css-head h2 {
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.css-head p {
  font-size: 23px;
  font-weight: 600;
  color: #374151;
}

/* ===== CARD ===== */
.css-card {
  max-width: 1200px;
  margin: 0 auto 40px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 30px;

  /* bottom shadow only */
  box-shadow: 0 10px 15px -14px rgba(0, 0, 0, 0.35);

  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;

  opacity: 0;
  transform: translateY(-90px) scale(.97);
}

.css-card.css-show {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition:
    transform 1.5s cubic-bezier(.22, 1, .36, 1),
    opacity 1.5s ease;
}

@media(max-width:900px) {
  .css-card {
    grid-template-columns: 1fr;
  }
}

/* ===== LEFT CONTENT ===== */
.css-title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 18px;
  color: #111827;
}

.css-label {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .4px;
  color: #6b7280;
  margin-top: 16px;
  margin-bottom: 8px;
}

.css-text.green {
  color: #10873b;
  font-weight: 600;
  font-size: 17px;
}

.css-label.black {
  color: #333;
}

.css-text {
  font-size: 15px;
  color: #374151;
  line-height: 1.6;
}

/* lists */
.css-list {
  list-style: none;
  margin-top: 10px;
}

.css-list li {
  display: flex;
  gap: 10px;
  margin-bottom: 8px;
  font-size: 14px;
  color: #374151;
  line-height: 1.3;
}

.css-list i.orange {
  color: #f97316;
  font-size: 16px;
  font-weight: 700;
}

.css-list i.green {
  color: #16a34a;
  font-size: 16px;
  font-weight: 700;
}

/* ===== RIGHT RESULTS ===== */
.css-results {
  background: linear-gradient(180deg, #f2fff7, #f8fffb);
  border: 1px solid #d1fae5;
  border-radius: 14px;
  padding: 22px;
}

.css-results-label {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .4px;
  color: #166534;
  margin-bottom: 15px;
}

.css-result-block {
  margin-bottom: 20px;
}

.css-result-block h4 {
  font-size: 24px;
  font-weight: 700;
  color: #16a34a;
  margin-bottom: 10px;
}

.css-result-block p {
  font-size: 15px;
  color: #374151;
}



/* ===== SECTION ===== */
.eg-sec {
  padding: 60px 20px;
  background: linear-gradient(135deg, #e85c00, #c92a00);
  color: #ffffff;
  text-align: center;
  overflow: hidden;
}

/* ===== ANIMATION BASE ===== */
.eg-ani {
  opacity: 0;
  transform: translateY(30px);
}

.eg-ani.eg-show {
  opacity: 1;
  transform: translateY(0);
  transition: all 1.2s ease;
}

/* ===== TEXT ===== */
.eg-title {
  font-size: 48px;
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 15px;
}

.eg-sub {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 25px;
}

.eg-desc {
  max-width: 650px;
  margin: 0 auto 40px;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffe8d6;
}

/* ===== BUTTONS ===== */
.eg-btn-wrap {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-bottom: 55px;
  flex-wrap: wrap;
}

.eg-btn-main {
  background: #ffffff;
  color: #e65100;
  padding: 14px 22px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.eg-btn-main i {
  transition: transform .35s ease;
}

.eg-btn-main:hover i {
  transform: translateX(6px);
}

.eg-btn-outline {
  background: transparent;
  color: #ffffff;
  padding: 14px 22px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  border: 1.5px solid rgba(255, 255, 255, .6);
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.eg-btn-outline:hover {
  cursor: pointer;
  background: rgba(88, 84, 80, 0.18);
}

/* ===== BOTTOM BOXES ===== */
.eg-box-grid {
  max-width: 900px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media(max-width:900px) {
  .eg-box-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width:520px) {
  .eg-box-grid {
    grid-template-columns: 1fr;
  }
}

.eg-box {
  background: linear-gradient(135deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .08));
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 14px;
  padding: 24px 16px;
  text-align: center;
  transition: all .35s ease;
}

.eg-box:hover {
  background: linear-gradient(135deg, rgba(255, 255, 255, .28), rgba(255, 255, 255, .16));
}

.eg-box i {
  font-size: 26px;
  margin-bottom: 12px;
}

.eg-box p {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}