/*
 * Previous code for counter section styles relied on a simple unified grid for all elements.
 * It has been commented here to preserve it for reference when needed.
 *
 * .counter-section { ... }
 * .counter-wrapper { ... }
 * .counter-section .counter-columns { ... }
 */
.counter-section-4 {
  position: relative;
  overflow: hidden;
  padding: 100px 15px;
  padding-top: 0;
  color: #151515; }
  .counter-section-4.has-counter-color::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 0;
    pointer-events: none;
    mix-blend-mode: multiply; }
  .counter-section-4 .counter-container {
    position: relative;
    z-index: 1; }

.counter-box-item-4 {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3.5vw, 26px);
  border-radius: 10px;
  padding: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #151515; }
  .counter-box-item-4 .icon {
    flex: 0 0 auto;
    width: clamp(56px, 5vw, 72px);
    height: clamp(56px, 5vw, 72px);
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, rgba(255, 183, 2, 0.18), rgba(255, 86, 0, 0.22));
    color: #ff5a1f;
    font-size: clamp(26px, 3vw, 34px); }
  .counter-box-item-4 .content {
    flex: 1 1 auto; }
  .counter-box-item-4 h2 {
    margin: 0 0 6px;
    font-family: "Teko", "Poppins", sans-serif;
    font-size: clamp(2.4rem, 4vw, 3.4rem);
    font-weight: 600;
    line-height: 1;
    color: #ffffff; }
    .counter-box-item-4 h2 .count {
      display: inline-block;
      min-width: 2ch;
      color: inherit;
      letter-spacing: 0.02em; }
  .counter-box-item-4 p {
    margin: 0;
    font-family: "Inter Tight", "Poppins", sans-serif;
    font-size: clamp(0.95rem, 1.25vw, 1.05rem);
    line-height: 1.6;
    color: rgba(21, 21, 21, 0.78);
    color: #ffffff; }

.counter-wrapper-4 {
  --counter-left-width: minmax(0, 1fr);
  --counter-center-width: minmax(0, 2fr);
  --counter-right-width: minmax(0, 1fr); }
  .counter-wrapper-4 .row {
    display: grid;
    grid-template-columns: var(--counter-left-width) var(--counter-center-width) var(--counter-right-width);
    gap: 10px; }
    @media (max-width: 480px) {
      .counter-wrapper-4 .row {
        grid-template-columns: repeat(1, 1fr);
        max-width: 100%; } }
  .counter-wrapper-4 .counter-column--left,
  .counter-wrapper-4 .counter-column--right {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(16px, 2.5vw, 24px);
    grid-auto-rows: 1fr; }
  .counter-wrapper-4 .counter-column--center {
    display: grid;
    grid-template-columns: 1fr;
    align-content: stretch; }

.counter-section-4 .counter-image-4 {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 28px 60px rgba(15, 23, 42, 0.18); }
  .counter-section-4 .counter-image-4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
  .counter-section-4 .counter-image-4.style-4 {
    min-height: clamp(320px, 45vw, 460px); }
  .counter-section-4 .counter-image-4.style-right {
    min-height: clamp(200px, 32vw, 260px);
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.14); }

.counter-section-4 .row > div {
  position: relative;
  z-index: 1; }

@media (max-width: 1199px) {
  .counter-section-4 .counter-box-item-4 {
    flex-direction: column;
    align-items: flex-start;
    text-align: left; }
    .counter-section-4 .counter-box-item-4 .icon {
      margin-bottom: 8px; } }
@media (max-width: 767px) {
  .counter-section-4 {
    padding-block: clamp(48px, 8vw, 72px);
    padding-left: 0;
    padding-right: 0; }

  .counter-section-4 .counter-image-4.style-4 {
    margin-top: clamp(20px, 6vw, 32px);
    min-height: 280px; }

  .counter-section-4 .counter-image-4.style-right {
    min-height: 220px; } }
.counter-box-item-4 p {
  margin: 0;
  line-height: 1.6;
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 700;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin-top: 0; }

/*# sourceMappingURL=counter.css.map */
