/* Start custom CSS for html, class: .elementor-element-74c28df *//* =========================================
   CONTACT HERO
========================================= */

.contact-hero {
  position: relative;
  overflow: hidden;
  padding: 120px 0 130px;

  background:
    radial-gradient(
      circle at 75% 45%,
      rgba(0,255,136,0.055),
      transparent 30%
    ),
    #050706 !important;

  font-family: "Inter", sans-serif !important;
  color: #FFFFFF !important;
}


/* =========================================
   CONTAINER
========================================= */

.contact-hero-container {
  position: relative;
  z-index: 2;

  width: 92%;
  max-width: 1180px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: 1.05fr 0.95fr;

  align-items: center;
  gap: 70px;
}


/* =========================================
   GLOW
========================================= */

.contact-hero-glow {
  position: absolute;

  border-radius: 50%;

  background: #00FF88;

  pointer-events: none;

  filter: blur(140px);
}

.contact-glow-left {
  width: 350px;
  height: 350px;

  left: -220px;
  top: 15%;

  opacity: 0.055;
}

.contact-glow-right {
  width: 500px;
  height: 500px;

  right: -180px;
  top: 10%;

  opacity: 0.065;
}


/* =========================================
   CONTENT
========================================= */

.contact-hero-content {
  max-width: 650px;
}


/* =========================================
   BADGE
========================================= */

.contact-badge {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  padding: 8px 15px;
  margin-bottom: 22px;

  border-radius: 50px;

  background: rgba(0,255,136,0.06) !important;

  border: 1px solid rgba(0,255,136,0.25) !important;

  color: #00FF88 !important;

  font-size: 10px;
  font-weight: 800;

  letter-spacing: 1.5px;

  text-transform: uppercase;
}


/* =========================================
   MAIN TITLE
========================================= */

.contact-hero h1 {
  margin: 0;

  max-width: 680px;

  color: #FFFFFF !important;

  font-size: clamp(48px, 6vw, 78px);

  line-height: 0.98;

  letter-spacing: -4px;

  font-weight: 900;
}


/* =========================================
   GREEN TITLE
========================================= */

.contact-hero h1 span {
  display: block;

  margin-top: 8px;

  color: #00FF88 !important;

  background: linear-gradient(
    90deg,
    #FFFFFF 0%,
    #00FF88 55%,
    #00C96B 100%
  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  background-clip: text;
}


/* =========================================
   DESCRIPTION
========================================= */

.contact-hero-content > p {
  max-width: 590px;

  margin: 26px 0 0;

  color: #929D97 !important;

  font-size: 16px;

  line-height: 1.75;
}


/* =========================================
   BUTTONS
========================================= */

.contact-hero-actions {
  display: flex;

  align-items: center;

  gap: 12px;

  margin-top: 34px;
}


.contact-primary-btn,
.contact-secondary-btn {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  gap: 10px;

  min-height: 50px;

  padding: 0 21px;

  border-radius: 12px;

  text-decoration: none !important;

  font-size: 12px;

  font-weight: 800;

  transition: 0.25s ease;
}


/* =========================================
   PRIMARY BUTTON
========================================= */

.contact-primary-btn {
  background: linear-gradient(
    90deg,
    #00FF88,
    #00D875
  ) !important;

  color: #031009 !important;

  box-shadow:
    0 10px 30px rgba(0,255,136,0.12);
}


.contact-primary-btn span {
  color: #031009 !important;

  font-size: 18px;

  transition: 0.25s ease;
}


.contact-primary-btn:hover {
  transform: translateY(-3px);

  color: #031009 !important;

  box-shadow:
    0 15px 38px rgba(0,255,136,0.22);
}


.contact-primary-btn:hover span {
  transform: translateX(4px);
}


/* =========================================
   SECONDARY BUTTON
========================================= */

.contact-secondary-btn {
  color: #FFFFFF !important;

  background: rgba(255,255,255,0.025) !important;

  border: 1px solid rgba(255,255,255,0.12) !important;
}


.contact-secondary-btn:hover {
  transform: translateY(-3px);

  color: #031009 !important;

  background: #00FF88 !important;

  border-color: #00FF88 !important;
}


/* =========================================
   TRUST ITEMS
========================================= */

.contact-trust {
  display: flex;

  align-items: center;

  flex-wrap: wrap;

  gap: 22px;

  margin-top: 28px;
}


.contact-trust-item {
  display: flex;

  align-items: center;

  gap: 7px;

  color: #FFFFFF !important;

  font-size: 10px;

  font-weight: 600;
}


.contact-trust-item span {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  width: 17px;
  height: 17px;

  border-radius: 50%;

  background: rgba(0,255,136,0.07) !important;

  color: #00FF88 !important;

  font-size: 9px;

  font-weight: 900;
}


/* =========================================
   VISUAL
========================================= */

.contact-hero-visual {
  position: relative;

  display: flex;

  align-items: center;
  justify-content: center;

  min-height: 500px;
}


/* =========================================
   ORBITS
========================================= */

.contact-orbit {
  position: absolute;

  border-radius: 50%;

  border: 1px solid rgba(0,255,136,0.10);

  pointer-events: none;
}


.orbit-one {
  width: 390px;
  height: 390px;

  transform: rotate(-20deg);

  border-left-color: rgba(0,255,136,0.35);
  border-right-color: rgba(0,255,136,0.03);
}


.orbit-two {
  width: 300px;
  height: 300px;

  transform: rotate(35deg);

  border-top-color: rgba(0,255,136,0.30);
  border-bottom-color: rgba(0,255,136,0.03);
}


/* =========================================
   CENTER CARD
========================================= */

.contact-center-card {
  position: relative;

  z-index: 3;

  width: 310px;

  padding: 35px 30px;

  text-align: center;

  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(0,255,136,0.10),
      transparent 48%
    ),
    linear-gradient(
      145deg,
      rgba(255,255,255,0.035),
      transparent 55%
    ),
    #0D1210 !important;

  border: 1px solid rgba(0,255,136,0.22) !important;

  border-radius: 24px;

  box-shadow:
    0 30px 80px rgba(0,0,0,0.45),
    0 0 50px rgba(0,255,136,0.07);

  transition: 0.3s ease;
}


.contact-center-card:hover {
  transform: translateY(-7px);

  border-color: rgba(0,255,136,0.40) !important;
}


/* =========================================
   ICON
========================================= */

.contact-center-icon {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 68px;
  height: 68px;

  margin: 0 auto 20px;

  border-radius: 18px;

  background: rgba(0,255,136,0.08) !important;

  border: 1px solid rgba(0,255,136,0.20) !important;

  color: #00FF88 !important;
}


.contact-center-icon svg {
  width: 30px;
  height: 30px;
}


/* =========================================
   ONLINE
========================================= */

.contact-online {
  display: flex;

  align-items: center;
  justify-content: center;

  gap: 7px;

  margin-bottom: 13px;

  color: #00FF88 !important;

  font-size: 9px;

  font-weight: 800;

  letter-spacing: 1.4px;
}


.contact-online span {
  width: 6px;
  height: 6px;

  border-radius: 50%;

  background: #00FF88 !important;

  box-shadow:
    0 0 12px rgba(0,255,136,0.65);

  animation: contactPulse 2s infinite;
}


@keyframes contactPulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.45;
  }

}


/* =========================================
   CARD TITLE
========================================= */

.contact-center-card h3 {
  margin: 0 0 10px;

  color: #FFFFFF !important;

  font-size: 25px;

  font-weight: 800;

  letter-spacing: -0.8px;
}


/* =========================================
   CARD DESCRIPTION
========================================= */

.contact-center-card p {
  margin: 0;

  color: #929D97 !important;

  font-size: 12px;

  line-height: 1.7;
}


/* =========================================
   LINE
========================================= */

.contact-card-line {
  width: 70px;
  height: 1px;

  margin: 23px auto;

  background: linear-gradient(
    90deg,
    transparent,
    #00FF88,
    transparent
  );
}


/* =========================================
   STATUS
========================================= */

.contact-card-status {
  display: flex;

  align-items: center;
  justify-content: center;

  gap: 7px;

  color: #FFFFFF !important;

  font-size: 10px;

  font-weight: 600;
}


.contact-card-status span {
  color: #00FF88 !important;

  font-size: 8px;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 950px) {

  .contact-hero-container {
    grid-template-columns: 1fr;

    gap: 55px;

    text-align: center;
  }

  .contact-hero-content {
    max-width: 720px;

    margin: 0 auto;
  }

  .contact-hero-content > p {
    margin-left: auto;
    margin-right: auto;
  }

  .contact-hero-actions {
    justify-content: center;
  }

  .contact-trust {
    justify-content: center;
  }

  .contact-hero-visual {
    min-height: 430px;
  }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

  .contact-hero {
    padding: 80px 0 90px;
  }

  .contact-hero-container {
    width: 92%;

    gap: 40px;
  }

  .contact-hero h1 {
    font-size: clamp(40px, 11vw, 52px);

    letter-spacing: -2.8px;
  }

  .contact-hero-content > p {
    font-size: 14px;
  }

  .contact-hero-actions {
    flex-direction: column;

    width: 100%;
  }

  .contact-primary-btn,
  .contact-secondary-btn {
    width: 100%;
  }

  .contact-trust {
    flex-direction: column;

    gap: 11px;
  }

  .contact-hero-visual {
    min-height: 380px;
  }

  .orbit-one {
    width: 310px;
    height: 310px;
  }

  .orbit-two {
    width: 240px;
    height: 240px;
  }

  .contact-center-card {
    width: 280px;

    padding: 30px 24px;
  }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 390px) {

  .contact-hero {
    padding: 70px 0 80px;
  }

  .contact-hero h1 {
    font-size: 35px;

    letter-spacing: -2px;
  }

  .contact-hero-content > p {
    font-size: 13px;
  }

  .contact-center-card {
    width: 260px;
  }

  .contact-center-icon {
    width: 60px;
    height: 60px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2e45739 *//* =========================================
   CONTACT INFO SECTION
========================================= */

.contact-info-section {
  position: relative;
  overflow: hidden;

  padding: 120px 0;

  background: #090D0B;

  font-family: "Inter", sans-serif;

  color: #FFFFFF;
}


/* =========================================
   CONTAINER
========================================= */

.contact-info-container {
  position: relative;
  z-index: 2;

  width: 92%;
  max-width: 1180px;

  margin: 0 auto;
}


/* =========================================
   BACKGROUND GLOW
========================================= */

.contact-info-section::before {
  content: "";

  position: absolute;

  width: 500px;
  height: 500px;

  top: -180px;
  left: 50%;

  transform: translateX(-50%);

  border-radius: 50%;

  background: rgba(0,255,136,0.07);

  filter: blur(150px);

  pointer-events: none;
}


.contact-info-section::after {
  content: "";

  position: absolute;

  width: 300px;
  height: 300px;

  right: -150px;
  bottom: -100px;

  border-radius: 50%;

  background: rgba(0,255,136,0.05);

  filter: blur(120px);

  pointer-events: none;
}


/* =========================================
   HEADER
========================================= */

.contact-info-header {
  max-width: 720px;

  margin: 0 auto 65px;

  text-align: center;
}


.contact-info-badge {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  padding: 8px 15px;

  margin-bottom: 20px;

  background: rgba(0,255,136,0.06);

  border: 1px solid rgba(0,255,136,0.25);

  border-radius: 50px;

  color: #00FF88;

  font-size: 10px;

  font-weight: 800;

  letter-spacing: 1.5px;

  text-transform: uppercase;
}


.contact-info-header h2 {
  margin: 0;

  color: #FFFFFF;

  font-size: clamp(40px, 5vw, 64px);

  line-height: 1.05;

  font-weight: 900;

  letter-spacing: -3px;
}


.contact-info-header h2 span {
  display: block;

  color: #00FF88;
}


.contact-info-header p {
  max-width: 630px;

  margin: 22px auto 0;

  color: #FFFFFF;

  opacity: 0.62;

  font-size: 16px;

  line-height: 1.7;
}


/* =========================================
   GRID
========================================= */

.contact-info-grid {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 18px;
}


/* =========================================
   CARD
========================================= */

.contact-info-card {
  position: relative;

  overflow: hidden;

  min-height: 330px;

  padding: 30px;

  background:
    linear-gradient(
      145deg,
      rgba(255,255,255,0.035),
      transparent 55%
    ),
    #0D1210;

  border: 1px solid rgba(255,255,255,0.09);

  border-radius: 22px;

  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}


.contact-info-card:hover {
  transform: translateY(-7px);

  border-color: rgba(0,255,136,0.32);

  box-shadow:
    0 25px 65px rgba(0,0,0,0.4),
    0 0 40px rgba(0,255,136,0.06);
}


/* =========================================
   FEATURED CARD
========================================= */

.contact-featured {
  border-color: rgba(0,255,136,0.25);

  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(0,255,136,0.11),
      transparent 45%
    ),
    #0D1210;
}


.contact-featured:hover {
  border-color: rgba(0,255,136,0.45);

  box-shadow:
    0 28px 70px rgba(0,0,0,0.45),
    0 0 45px rgba(0,255,136,0.10);
}


/* =========================================
   CARD GLOW
========================================= */

.contact-info-glow {
  position: absolute;

  width: 150px;
  height: 150px;

  top: -70px;
  right: -60px;

  border-radius: 50%;

  background: rgba(0,255,136,0.10);

  filter: blur(45px);

  pointer-events: none;
}


/* =========================================
   ICON
========================================= */

.contact-info-icon {
  position: relative;

  display: flex;

  align-items: center;
  justify-content: center;

  width: 58px;
  height: 58px;

  margin-bottom: 28px;

  border-radius: 16px;

  background: rgba(0,255,136,0.07);

  border: 1px solid rgba(0,255,136,0.15);

  color: #00FF88;

  transition: 0.3s ease;
}


.contact-info-icon svg {
  width: 27px;
  height: 27px;
}


.contact-info-card:hover .contact-info-icon {
  transform: translateY(-3px);

  background: rgba(0,255,136,0.11);

  border-color: rgba(0,255,136,0.35);

  box-shadow:
    0 0 25px rgba(0,255,136,0.10);
}


/* =========================================
   CONTENT
========================================= */

.contact-info-content {
  position: relative;
  z-index: 2;
}


.contact-info-label {
  display: block;

  margin-bottom: 9px;

  color: #00FF88;

  font-size: 9px;

  font-weight: 800;

  letter-spacing: 1.4px;
}


.contact-info-content h3 {
  margin: 0 0 12px;

  color: #FFFFFF;

  font-size: 23px;

  font-weight: 800;

  letter-spacing: -0.7px;
}


.contact-info-content p {
  min-height: 65px;

  margin: 0 0 20px;

  color: #FFFFFF;

  opacity: 0.58;

  font-size: 13px;

  line-height: 1.65;
}


/* =========================================
   LINK
========================================= */

.contact-info-content a {
  display: inline-flex;

  align-items: center;

  gap: 8px;

  color: #FFFFFF;

  text-decoration: none;

  font-size: 12px;

  font-weight: 800;

  transition: 0.25s ease;
}


.contact-info-content a span {
  color: #00FF88;

  font-size: 16px;

  transition: transform 0.25s ease;
}


.contact-info-content a:hover {
  color: #00FF88;
}


.contact-info-content a:hover span {
  transform: translateX(4px);
}


/* =========================================
   ONLINE STATUS
========================================= */

.contact-online {
  position: absolute;

  right: 25px;
  bottom: 24px;

  display: flex;

  align-items: center;

  gap: 7px;

  color: #FFFFFF;

  opacity: 0.45;

  font-size: 8px;

  font-weight: 800;

  letter-spacing: 1px;
}


.contact-online span {
  width: 6px;
  height: 6px;

  border-radius: 50%;

  background: #00FF88;

  box-shadow:
    0 0 12px rgba(0,255,136,0.7);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

  .contact-info-grid {
    grid-template-columns: 1fr 1fr;
  }

  .contact-info-card:last-child {
    grid-column: 1 / -1;
  }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

  .contact-info-section {
    padding: 80px 0;
  }

  .contact-info-header {
    margin-bottom: 45px;
  }

  .contact-info-header h2 {
    font-size: clamp(36px, 11vw, 48px);

    letter-spacing: -2px;
  }

  .contact-info-header p {
    font-size: 14px;
  }

  .contact-info-grid {
    grid-template-columns: 1fr;

    gap: 16px;
  }

  .contact-info-card {
    min-height: 300px;

    padding: 27px 24px;
  }

  .contact-info-card:last-child {
    grid-column: auto;
  }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 390px) {

  .contact-info-section {
    padding: 70px 0;
  }

  .contact-info-header h2 {
    font-size: 35px;
  }

  .contact-info-card {
    padding: 24px 20px;
  }

}/* End custom CSS */
/* Start custom CSS for wpforms, class: .elementor-element-aa4e212 *//* ==============================
   SEND MESSAGE - DARK IPTV STYLE
   BLACK + NEON GREEN + WHITE
============================== */

.elementor-102 .elementor-element.elementor-element-aa4e212 {
    --black: #050706;
    --dark: #090d0b;
    --card: #0d1210;
    --green: #00ff88;
    --green-dark: #00c96b;
    --white: #ffffff;
    --gray: #8b9690;
}

/* SECTION */
.elementor-102 .elementor-element.elementor-element-aa4e212 {
    background: var(--black) !important;
    color: var(--white) !important;
}

/* FORM CONTAINER */
.elementor-102 .elementor-element.elementor-element-aa4e212 form {
    background: linear-gradient(145deg, #0d1210, #090d0b) !important;
    border: 1px solid rgba(255,255,255,0.07) !important;
    border-radius: 22px !important;
    padding: 35px !important;
    box-shadow: 0 25px 70px rgba(0,0,0,0.45) !important;
}

/* LABELS */
.elementor-102 .elementor-element.elementor-element-aa4e212 label {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
}

/* INPUTS + TEXTAREA + SELECT */
.elementor-102 .elementor-element.elementor-element-aa4e212 input,
.elementor-102 .elementor-element.elementor-element-aa4e212 textarea,
.elementor-102 .elementor-element.elementor-element-aa4e212 select {
    width: 100% !important;
    background: #070a09 !important;
    color: #ffffff !important;
    border: 1px solid rgba(255,255,255,0.09) !important;
    border-radius: 10px !important;
    padding: 15px 16px !important;
    outline: none !important;
    transition: all 0.3s ease !important;
}

/* PLACEHOLDER */
.elementor-102 .elementor-element.elementor-element-aa4e212 input::placeholder,
.elementor-102 .elementor-element.elementor-element-aa4e212 textarea::placeholder {
    color: #59635f !important;
}

/* INPUT HOVER */
.elementor-102 .elementor-element.elementor-element-aa4e212 input:hover,
.elementor-102 .elementor-element.elementor-element-aa4e212 textarea:hover,
.elementor-102 .elementor-element.elementor-element-aa4e212 select:hover {
    border-color: rgba(0,255,136,0.35) !important;
}

/* INPUT FOCUS */
.elementor-102 .elementor-element.elementor-element-aa4e212 input:focus,
.elementor-102 .elementor-element.elementor-element-aa4e212 textarea:focus,
.elementor-102 .elementor-element.elementor-element-aa4e212 select:focus {
    border-color: #00ff88 !important;
    box-shadow: 0 0 0 3px rgba(0,255,136,0.08) !important;
    background: #080d0b !important;
}

/* TEXTAREA */
.elementor-102 .elementor-element.elementor-element-aa4e212 textarea {
    min-height: 150px !important;
    resize: vertical !important;
}

/* SEND BUTTON */
.elementor-102 .elementor-element.elementor-element-aa4e212 button,
.elementor-102 .elementor-element.elementor-element-aa4e212 input[type="submit"],
.elementor-102 .elementor-element.elementor-element-aa4e212 .elementor-button {
    width: 100% !important;
    min-height: 55px !important;
    background: #00ff88 !important;
    color: #031009 !important;
    border: none !important;
    border-radius: 10px !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

/* BUTTON HOVER */
.elementor-102 .elementor-element.elementor-element-aa4e212 button:hover,
.elementor-102 .elementor-element.elementor-element-aa4e212 input[type="submit"]:hover,
.elementor-102 .elementor-element.elementor-element-aa4e212 .elementor-button:hover {
    background: #19ff96 !important;
    color: #031009 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 12px 30px rgba(0,255,136,0.25) !important;
}

/* REQUIRED / ERROR */
.elementor-102 .elementor-element.elementor-element-aa4e212 .elementor-message,
.elementor-102 .elementor-element.elementor-element-aa4e212 .elementor-error {
    color: #00ff88 !important;
}

/* MOBILE */
@media (max-width: 767px) {

    .elementor-102 .elementor-element.elementor-element-aa4e212 form {
        padding: 22px !important;
        border-radius: 18px !important;
    }

    .elementor-102 .elementor-element.elementor-element-aa4e212 input,
    .elementor-102 .elementor-element.elementor-element-aa4e212 textarea,
    .elementor-102 .elementor-element.elementor-element-aa4e212 select {
        font-size: 14px !important;
    }

    .elementor-102 .elementor-element.elementor-element-aa4e212 button,
    .elementor-102 .elementor-element.elementor-element-aa4e212 input[type="submit"],
    .elementor-102 .elementor-element.elementor-element-aa4e212 .elementor-button {
        min-height: 52px !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f15a18e *//* =========================================
   STOREIPTV - WHY CONTACT
   PREMIUM DARK / NEON GREEN
========================================= */

.store-why {
  position: relative;
  padding: 120px 20px;
  background: #050706;
  overflow: hidden;
  font-family: inherit;
}


/* BACKGROUND GLOW */

.store-why::before {
  content: "";

  position: absolute;

  width: 650px;
  height: 650px;

  top: -250px;
  left: 50%;

  transform: translateX(-50%);

  background: rgba(0,255,136,0.055);

  filter: blur(150px);

  border-radius: 50%;

  pointer-events: none;
}


.store-why::after {
  content: "";

  position: absolute;

  width: 300px;
  height: 300px;

  right: -150px;
  bottom: 50px;

  background: rgba(0,255,136,0.04);

  filter: blur(100px);

  border-radius: 50%;
}


/* CONTAINER */

.store-why-container {
  position: relative;

  z-index: 2;

  max-width: 1180px;

  margin: auto;
}


/* =========================================
   HEADER
========================================= */

.store-why-header {
  max-width: 760px;

  margin: 0 auto 65px;

  text-align: center;
}


/* BADGE */

.store-why-badge {
  display: inline-flex;

  align-items: center;

  gap: 9px;

  padding: 8px 15px;

  color: #00ff88;

  background: rgba(0,255,136,0.055);

  border: 1px solid rgba(0,255,136,0.18);

  border-radius: 100px;

  font-size: 10px;

  font-weight: 800;

  letter-spacing: 2px;
}


.store-why-badge span {
  width: 6px;
  height: 6px;

  background: #00ff88;

  border-radius: 50%;

  box-shadow:
    0 0 10px #00ff88;
}


/* TITLE */

.store-why-header h2 {
  margin: 22px 0 18px;

  color: #ffffff;

  font-size: clamp(42px, 5.5vw, 68px);

  line-height: 1.03;

  font-weight: 800;

  letter-spacing: -3px;
}


.store-why-header h2 strong {
  display: block;

  color: #00ff88;

  font-weight: 800;
}


/* DESCRIPTION */

.store-why-header p {
  max-width: 650px;

  margin: auto;

  color: #7f8984;

  font-size: 15px;

  line-height: 1.8;
}


/* =========================================
   CARDS
========================================= */

.store-why-grid {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 18px;
}


/* CARD */

.store-why-card {
  position: relative;

  min-height: 390px;

  padding: 32px;

  box-sizing: border-box;

  display: flex;

  flex-direction: column;

  justify-content: space-between;

  background:
    linear-gradient(
      145deg,
      #0d1210 0%,
      #090d0b 100%
    );

  border: 1px solid rgba(255,255,255,0.065);

  border-radius: 22px;

  overflow: hidden;

  transition:
    transform .4s ease,
    border-color .4s ease,
    box-shadow .4s ease;
}


/* CARD GLOW */

.store-why-card::before {
  content: "";

  position: absolute;

  width: 180px;
  height: 180px;

  top: -90px;
  right: -90px;

  background: rgba(0,255,136,0.07);

  filter: blur(50px);

  border-radius: 50%;

  opacity: 0;

  transition: .4s ease;
}


/* NUMBER */

.card-number {
  position: absolute;

  top: 25px;
  right: 28px;

  color: rgba(255,255,255,0.08);

  font-size: 46px;

  font-weight: 900;

  line-height: 1;
}


/* ICON */

.card-icon {
  width: 58px;
  height: 58px;

  display: flex;

  align-items: center;
  justify-content: center;

  background: rgba(0,255,136,0.065);

  border: 1px solid rgba(0,255,136,0.17);

  border-radius: 16px;

  transition: .4s ease;
}


.card-icon i {
  color: #00ff88;

  font-size: 21px;
}


/* CARD CONTENT */

.card-content {
  margin-top: auto;

  padding-top: 65px;
}


.card-content span {
  color: #00ff88;

  font-size: 9px;

  font-weight: 800;

  letter-spacing: 1.7px;
}


.card-content h3 {
  margin: 9px 0 12px;

  color: #ffffff;

  font-size: 25px;

  font-weight: 800;

  letter-spacing: -0.5px;
}


.card-content p {
  margin: 0;

  color: #737d78;

  font-size: 13px;

  line-height: 1.8;
}


/* BOTTOM LINE */

.card-line {
  position: absolute;

  bottom: 0;
  left: 0;

  width: 0;
  height: 2px;

  background: #00ff88;

  box-shadow:
    0 0 15px rgba(0,255,136,0.6);

  transition: width .45s ease;
}


/* FEATURED CARD */

.store-why-card.featured {
  border-color: rgba(0,255,136,0.2);

  background:
    linear-gradient(
      145deg,
      #0e1713,
      #090d0b
    );
}


.store-why-card.featured::after {
  content: "POPULAR";

  position: absolute;

  top: 20px;
  left: 20px;

  padding: 5px 9px;

  background: rgba(0,255,136,0.1);

  color: #00ff88;

  border: 1px solid rgba(0,255,136,0.18);

  border-radius: 5px;

  font-size: 8px;

  font-weight: 800;

  letter-spacing: 1px;
}


/* HOVER */

.store-why-card:hover {
  transform: translateY(-10px);

  border-color: rgba(0,255,136,0.25);

  box-shadow:
    0 25px 60px rgba(0,0,0,0.4),
    0 0 35px rgba(0,255,136,0.035);
}


.store-why-card:hover::before {
  opacity: 1;
}


.store-why-card:hover .card-icon {
  transform: translateY(-4px);

  background: rgba(0,255,136,0.11);

  border-color: rgba(0,255,136,0.35);

  box-shadow:
    0 0 25px rgba(0,255,136,0.08);
}


.store-why-card:hover .card-line {
  width: 100%;
}


/* =========================================
   CTA
========================================= */

.store-why-cta {
  margin-top: 22px;

  padding: 20px 22px;

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 20px;

  background:
    linear-gradient(
      100deg,
      #0d1210,
      #0a0f0c
    );

  border: 1px solid rgba(255,255,255,0.065);

  border-radius: 18px;
}


/* CTA LEFT */

.cta-left {
  display: flex;

  align-items: center;

  gap: 15px;
}


.cta-icon {
  width: 48px;
  height: 48px;

  display: flex;

  align-items: center;
  justify-content: center;

  background: rgba(0,255,136,0.08);

  border: 1px solid rgba(0,255,136,0.18);

  border-radius: 12px;
}


.cta-icon i {
  color: #00ff88;

  font-size: 23px;
}


.cta-left span {
  color: #00ff88;

  font-size: 9px;

  font-weight: 800;

  letter-spacing: 1.5px;
}


.cta-left h3 {
  margin: 4px 0 0;

  color: #ffffff;

  font-size: 17px;

  font-weight: 750;
}


/* CTA BUTTON */

.cta-button {
  display: inline-flex;

  align-items: center;

  gap: 10px;

  padding: 13px 20px;

  background: #00ff88;

  color: #031009 !important;

  border-radius: 9px;

  text-decoration: none !important;

  font-size: 12px;

  font-weight: 800;

  transition: .3s ease;
}


.cta-button i {
  transition: .3s ease;
}


.cta-button:hover {
  background: #19ff96;

  color: #031009 !important;

  transform: translateY(-2px);

  box-shadow:
    0 10px 28px rgba(0,255,136,0.2);
}


.cta-button:hover i {
  transform: translateX(4px);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

  .store-why-grid {
    grid-template-columns: 1fr;
  }

  .store-why-card {
    min-height: 320px;
  }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

  .store-why {
    padding: 80px 15px;
  }

  .store-why-header {
    margin-bottom: 40px;
  }

  .store-why-header h2 {
    font-size: 42px;

    letter-spacing: -2px;
  }

  .store-why-header p {
    font-size: 13px;
  }

  .store-why-card {
    min-height: 340px;

    padding: 26px;
  }

  .store-why-cta {
    flex-direction: column;

    align-items: stretch;
  }

  .cta-button {
    justify-content: center;
  }
}/* End custom CSS */