.elementor-13 .elementor-element.elementor-element-f58fad8{--display:flex;}.elementor-13 .elementor-element.elementor-element-8b7144c{--display:flex;}.elementor-13 .elementor-element.elementor-element-79da958{--display:flex;}.elementor-13 .elementor-element.elementor-element-1d118f1{--display:flex;}.elementor-13 .elementor-element.elementor-element-64725ca{--display:flex;}.elementor-13 .elementor-element.elementor-element-f839817{--display:flex;}.elementor-13 .elementor-element.elementor-element-b0028c8{--display:flex;}body.elementor-page-13:not(.elementor-motion-effects-element-type-background), body.elementor-page-13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}/* Start custom CSS for html, class: .elementor-element-69d5562 *//* =========================
   LOGO AREA
========================= */

.smeo-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

/* AREA / SPACE UNTUK LOGO */
.smeo-logo-space {
  width: 160px;
  height: 55px;

  display: flex;
  align-items: center;
  justify-content: flex-start;

  overflow: hidden;
}

/* GAMBAR LOGO */
.smeo-logo-image {
  display: block;

  width: auto;
  max-width: 100%;
  max-height: 48px;

  object-fit: contain;
  object-position: left center;
}

/* MOBILE */
@media (max-width: 480px) {

  .smeo-logo-space {
    width: 125px;
    height: 48px;
  }

  .smeo-logo-image {
    max-height: 40px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6f295e2 *//* =========================================
   BAGIAN 2 - HERO SECTION
========================================= */

.smeo-hero {
  position: relative;
  width: 100%;
  min-height: 720px;

  display: flex;
  align-items: center;

  background:
    radial-gradient(
      circle at 80% 35%,
      rgba(245, 183, 0, 0.15),
      transparent 32%
    ),
    linear-gradient(
      135deg,
      #030303 0%,
      #080808 55%,
      #100c02 100%
    );

  overflow: hidden;
}

.smeo-hero *,
.smeo-hero *::before,
.smeo-hero *::after {
  box-sizing: border-box;
}

.smeo-hero-container {
  position: relative;
  z-index: 5;

  width: 100%;
  max-width: 1240px;

  margin: 0 auto;
  padding: 90px 24px 80px;

  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;

  gap: 60px;
}


/* =========================
   LEFT CONTENT
========================= */

.smeo-hero-content {
  max-width: 620px;
}

/* BADGE */

.smeo-hero-badge {
  width: fit-content;

  padding: 9px 15px;

  margin-bottom: 22px;

  border: 1px solid rgba(245, 183, 0, 0.4);
  border-radius: 100px;

  background: rgba(245, 183, 0, 0.05);

  color: #f5b700;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;

  letter-spacing: 0.4px;
}


/* TITLE */

.smeo-hero-title {
  margin: 0;

  color: #ffffff;

  font-family: Arial, Helvetica, sans-serif;

  font-size: clamp(42px, 5vw, 67px);
  font-weight: 800;

  line-height: 1.06;

  letter-spacing: -2px;
}

.smeo-hero-title span {
  display: block;

  margin-top: 7px;

  color: #f5b700;
}


/* DESCRIPTION */

.smeo-hero-description {
  max-width: 570px;

  margin: 27px 0 0;

  color: #c4c4c4;

  font-family: Arial, Helvetica, sans-serif;

  font-size: 17px;
  line-height: 1.8;
}


/* =========================
   FEATURES
========================= */

.smeo-hero-features {
  margin-top: 35px;

  display: grid;
  grid-template-columns: repeat(3, 1fr);

  gap: 18px;
}

.smeo-feature-item {
  display: flex;
  align-items: flex-start;

  gap: 11px;
}

.smeo-feature-icon {
  width: 35px;
  height: 35px;

  flex-shrink: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(245, 183, 0, 0.45);
  border-radius: 9px;

  color: #f5b700;

  background: rgba(245, 183, 0, 0.06);

  font-size: 17px;
  font-weight: 900;
}

.smeo-feature-item strong {
  display: block;

  color: #ffffff;

  font-family: Arial, Helvetica, sans-serif;

  font-size: 13px;
  line-height: 1.4;
}

.smeo-feature-item span {
  display: block;

  margin-top: 4px;

  color: #858585;

  font-family: Arial, Helvetica, sans-serif;

  font-size: 11px;
  line-height: 1.45;
}


/* =========================
   BUTTON
========================= */

.smeo-hero-buttons {
  margin-top: 38px;

  display: flex;
  flex-wrap: wrap;

  gap: 14px;
}

.smeo-btn-primary,
.smeo-btn-secondary {
  min-height: 51px;

  padding: 0 23px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 9px;

  border-radius: 9px;

  font-family: Arial, Helvetica, sans-serif;

  font-size: 13px;
  font-weight: 800;

  text-decoration: none;
  text-transform: uppercase;

  transition: all 0.3s ease;
}


/* PRIMARY */

.smeo-btn-primary {
  color: #080808;

  background: linear-gradient(
    135deg,
    #ffd65a,
    #f5b700
  );

  box-shadow:
    0 10px 30px rgba(245, 183, 0, 0.18);
}

.smeo-btn-primary:hover {
  transform: translateY(-3px);

  box-shadow:
    0 15px 35px rgba(245, 183, 0, 0.3);
}


/* SECONDARY */

.smeo-btn-secondary {
  color: #ffffff;

  border: 1px solid rgba(255, 255, 255, 0.4);

  background: rgba(255, 255, 255, 0.02);
}

.smeo-btn-secondary:hover {
  color: #f5b700;

  border-color: #f5b700;

  background: rgba(245, 183, 0, 0.05);

  transform: translateY(-3px);
}


/* =========================
   RIGHT VISUAL
========================= */

.smeo-hero-visual {
  position: relative;

  min-height: 500px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.smeo-visual-glow {
  position: absolute;

  width: 470px;
  height: 470px;

  background: radial-gradient(
    circle,
    rgba(245, 183, 0, 0.24),
    rgba(245, 183, 0, 0.07) 40%,
    transparent 70%
  );

  filter: blur(10px);
}


/* DEVICE WRAPPER */

.smeo-device-wrapper {
  position: relative;

  width: 100%;
  max-width: 570px;

  z-index: 3;
}


/* =========================
   LAPTOP
========================= */

.smeo-laptop {
  position: relative;

  width: 86%;

  margin-left: auto;
  margin-right: 40px;
}

.smeo-laptop-screen {
  position: relative;

  width: 100%;

  padding: 9px;

  background: #161616;

  border: 1px solid #3a3a3a;

  border-radius: 18px 18px 7px 7px;

  box-shadow:
    0 35px 80px rgba(0, 0, 0, 0.65),
    0 0 40px rgba(245, 183, 0, 0.08);

  overflow: hidden;
}

.smeo-laptop-screen img {
  display: block;

  width: 100%;
  aspect-ratio: 16 / 10;

  object-fit: cover;

  border-radius: 10px;
}

.smeo-laptop-base {
  position: relative;

  width: 112%;
  height: 20px;

  left: -6%;

  background:
    linear-gradient(
      to bottom,
      #4a4a4a,
      #1d1d1d
    );

  border-radius: 3px 3px 16px 16px;

  box-shadow:
    0 15px 25px rgba(0, 0, 0, 0.45);
}

.smeo-laptop-base::after {
  content: "";

  position: absolute;

  width: 70px;
  height: 4px;

  left: 50%;
  top: 1px;

  transform: translateX(-50%);

  background: #555;

  border-radius: 0 0 5px 5px;
}


/* =========================
   PHONE
========================= */

.smeo-phone {
  position: absolute;

  width: 117px;

  right: 3px;
  bottom: -18px;

  padding: 7px;

  background: #111;

  border: 2px solid #555;

  border-radius: 22px;

  box-shadow:
    0 20px 40px rgba(0,0,0,0.7),
    0 0 20px rgba(245,183,0,0.1);

  transform: rotate(2deg);
}

.smeo-phone-speaker {
  width: 35px;
  height: 4px;

  margin: 1px auto 6px;

  background: #3d3d3d;

  border-radius: 20px;
}

.smeo-phone-screen {
  overflow: hidden;

  border-radius: 14px;
}

.smeo-phone-screen img {
  display: block;

  width: 100%;
  aspect-ratio: 9 / 18;

  object-fit: cover;
}


/* =========================
   DECORATIONS
========================= */

.smeo-hero-line {
  position: absolute;

  width: 550px;
  height: 1px;

  right: -100px;

  background: linear-gradient(
    90deg,
    transparent,
    rgba(245, 183, 0, 0.35),
    transparent
  );

  transform: rotate(-42deg);
}

.smeo-line-1 {
  top: 120px;
}

.smeo-line-2 {
  top: 260px;
  right: -10px;
}


/* =========================
   TABLET
========================= */

@media (max-width: 1000px) {

  .smeo-hero {
    min-height: auto;
  }

  .smeo-hero-container {
    grid-template-columns: 1fr;

    gap: 30px;

    padding-top: 70px;
    padding-bottom: 70px;
  }

  .smeo-hero-content {
    max-width: 750px;

    text-align: center;

    margin: 0 auto;
  }

  .smeo-hero-badge {
    margin-left: auto;
    margin-right: auto;
  }

  .smeo-hero-description {
    margin-left: auto;
    margin-right: auto;
  }

  .smeo-hero-buttons {
    justify-content: center;
  }

  .smeo-hero-visual {
    min-height: 430px;
  }

  .smeo-device-wrapper {
    max-width: 520px;
  }
}


/* =========================
   MOBILE
========================= */

@media (max-width: 680px) {

  .smeo-hero-container {
    padding:
      55px 18px
      60px;
  }

  .smeo-hero-title {
    font-size: 42px;

    letter-spacing: -1.5px;
  }

  .smeo-hero-description {
    font-size: 15px;

    line-height: 1.7;
  }

  .smeo-hero-features {
    grid-template-columns: 1fr;

    max-width: 320px;

    margin-left: auto;
    margin-right: auto;

    text-align: left;
  }

  .smeo-hero-buttons {
    flex-direction: column;
  }

  .smeo-btn-primary,
  .smeo-btn-secondary {
    width: 100%;
  }

  .smeo-hero-visual {
    min-height: 330px;
  }

  .smeo-laptop {
    width: 92%;

    margin-right: auto;
  }

  .smeo-phone {
    width: 85px;

    right: -2px;

    bottom: -10px;
  }

  .smeo-visual-glow {
    width: 330px;
    height: 330px;
  }
}


/* VERY SMALL MOBILE */

@media (max-width: 400px) {

  .smeo-hero-title {
    font-size: 36px;
  }

  .smeo-hero-badge {
    font-size: 10px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5c55505 *//* =========================================
   BAGIAN 3 - KEUNGGULAN SMEO
========================================= */

.smeo-keunggulan {
  position: relative;

  width: 100%;

  padding: 105px 24px;

  background:
    radial-gradient(
      circle at 20% 10%,
      rgba(245, 183, 0, 0.06),
      transparent 30%
    ),
    #080808;

  overflow: hidden;

  border-top: 1px solid rgba(255, 255, 255, 0.04);
}


.smeo-keunggulan *,
.smeo-keunggulan *::before,
.smeo-keunggulan *::after {
  box-sizing: border-box;
}


/* CONTAINER */

.smeo-keunggulan-container {
  width: 100%;
  max-width: 1240px;

  margin: 0 auto;
}


/* =========================================
   SECTION HEADING
========================================= */

.smeo-section-heading {
  max-width: 750px;

  margin: 0 auto 60px;

  text-align: center;
}


/* LABEL */

.smeo-section-label {
  display: inline-block;

  margin-bottom: 16px;

  color: #f5b700;

  font-family: Arial, Helvetica, sans-serif;

  font-size: 12px;
  font-weight: 800;

  letter-spacing: 2px;
}


/* TITLE */

.smeo-section-heading h2 {
  margin: 0;

  color: #ffffff;

  font-family: Arial, Helvetica, sans-serif;

  font-size: clamp(34px, 4vw, 50px);
  font-weight: 800;

  line-height: 1.15;

  letter-spacing: -1.5px;
}


.smeo-section-heading h2 span {
  color: #f5b700;
}


/* DESCRIPTION */

.smeo-section-heading p {
  max-width: 650px;

  margin: 22px auto 0;

  color: #989898;

  font-family: Arial, Helvetica, sans-serif;

  font-size: 16px;

  line-height: 1.8;
}


/* =========================================
   GRID
========================================= */

.smeo-keunggulan-grid {
  display: grid;

  grid-template-columns:
    repeat(4, 1fr);

  gap: 20px;
}


/* =========================================
   CARD
========================================= */

.smeo-keunggulan-card {
  position: relative;

  min-height: 300px;

  padding: 31px 27px;

  background:
    linear-gradient(
      145deg,
      #111111,
      #0b0b0b
    );

  border:
    1px solid rgba(255, 255, 255, 0.07);

  border-radius: 16px;

  overflow: hidden;

  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}


/* GOLD GLOW */

.smeo-keunggulan-card::before {
  content: "";

  position: absolute;

  width: 150px;
  height: 150px;

  top: -80px;
  right: -70px;

  background:
    radial-gradient(
      circle,
      rgba(245, 183, 0, 0.18),
      transparent 70%
    );

  opacity: 0;

  transition: opacity 0.35s ease;
}


/* HOVER */

.smeo-keunggulan-card:hover {
  transform: translateY(-8px);

  border-color:
    rgba(245, 183, 0, 0.5);

  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.45),
    0 0 35px rgba(245, 183, 0, 0.06);
}


.smeo-keunggulan-card:hover::before {
  opacity: 1;
}


/* =========================================
   CARD NUMBER
========================================= */

.smeo-card-number {
  position: absolute;

  top: 25px;
  right: 25px;

  color:
    rgba(245, 183, 0, 0.14);

  font-family:
    Arial, Helvetica, sans-serif;

  font-size: 38px;
  font-weight: 900;
}


/* =========================================
   ICON
========================================= */

.smeo-keunggulan-icon {
  width: 52px;
  height: 52px;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 25px;

  color: #0a0a0a;

  background:
    linear-gradient(
      135deg,
      #ffd65a,
      #f5b700
    );

  border-radius: 12px;

  font-size: 22px;
  font-weight: 900;

  box-shadow:
    0 10px 25px rgba(245, 183, 0, 0.13);
}


/* =========================================
   CARD TITLE
========================================= */

.smeo-keunggulan-card h3 {
  position: relative;

  margin: 0 0 14px;

  color: #ffffff;

  font-family:
    Arial, Helvetica, sans-serif;

  font-size: 19px;
  font-weight: 800;

  line-height: 1.3;
}


/* =========================================
   CARD DESCRIPTION
========================================= */

.smeo-keunggulan-card p {
  position: relative;

  margin: 0;

  color: #919191;

  font-family:
    Arial, Helvetica, sans-serif;

  font-size: 14px;

  line-height: 1.75;
}


/* =========================================
   BOTTOM LINE
========================================= */

.smeo-card-line {
  position: absolute;

  left: 27px;
  bottom: 0;

  width: 0;
  height: 3px;

  background:
    linear-gradient(
      90deg,
      #ffd65a,
      #f5b700
    );

  transition:
    width 0.35s ease;
}


.smeo-keunggulan-card:hover
.smeo-card-line {
  width: calc(100% - 54px);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1000px) {

  .smeo-keunggulan {
    padding:
      90px 24px;
  }

  .smeo-keunggulan-grid {
    grid-template-columns:
      repeat(2, 1fr);
  }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

  .smeo-keunggulan {
    padding:
      75px 18px;
  }

  .smeo-section-heading {
    margin-bottom: 42px;
  }

  .smeo-section-heading h2 {
    font-size: 34px;
  }

  .smeo-section-heading p {
    font-size: 15px;
  }

  .smeo-keunggulan-grid {
    grid-template-columns: 1fr;

    gap: 15px;
  }

  .smeo-keunggulan-card {
    min-height: auto;

    padding: 27px 24px 31px;
  }

  .smeo-card-line {
    left: 24px;
  }

  .smeo-keunggulan-card:hover
  .smeo-card-line {
    width:
      calc(100% - 48px);
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-08bf7c7 *//* =========================================
   BAGIAN 4 - PAKET LAYANAN
========================================= */

.smeo-paket {
  position: relative;

  width: 100%;

  padding: 110px 24px;

  background:
    radial-gradient(
      circle at 50% 15%,
      rgba(245, 183, 0, 0.09),
      transparent 32%
    ),
    linear-gradient(
      180deg,
      #050505,
      #090909
    );

  overflow: hidden;
}


.smeo-paket *,
.smeo-paket *::before,
.smeo-paket *::after {
  box-sizing: border-box;
}


.smeo-paket-container {
  width: 100%;
  max-width: 1240px;

  margin: 0 auto;
}


/* =========================================
   HEADING
========================================= */

.smeo-paket-heading {
  max-width: 760px;

  margin: 0 auto 65px;

  text-align: center;
}


.smeo-paket-heading h2 {
  margin: 0;

  color: #ffffff;

  font-family:
    Arial, Helvetica, sans-serif;

  font-size: clamp(35px, 4vw, 51px);
  font-weight: 800;

  line-height: 1.15;

  letter-spacing: -1.5px;
}


.smeo-paket-heading h2 span {
  display: block;

  color: #f5b700;
}


.smeo-paket-heading p {
  max-width: 670px;

  margin: 21px auto 0;

  color: #999999;

  font-family:
    Arial, Helvetica, sans-serif;

  font-size: 16px;

  line-height: 1.8;
}


/* =========================================
   PRICING GRID
========================================= */

.smeo-pricing-grid {
  display: grid;

  grid-template-columns:
    repeat(3, 1fr);

  align-items: stretch;

  gap: 22px;
}


/* =========================================
   CARD
========================================= */

.smeo-price-card {
  position: relative;

  display: flex;
  flex-direction: column;

  padding: 34px 30px 31px;

  background:
    linear-gradient(
      150deg,
      #121212,
      #090909
    );

  border:
    1px solid rgba(255, 255, 255, 0.08);

  border-radius: 18px;

  overflow: hidden;

  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}


.smeo-price-card:hover {
  transform: translateY(-7px);

  border-color:
    rgba(245, 183, 0, 0.4);

  box-shadow:
    0 25px 60px rgba(0, 0, 0, 0.5);
}


/* GOLD GLOW */

.smeo-price-card::before {
  content: "";

  position: absolute;

  width: 250px;
  height: 250px;

  top: -160px;
  right: -140px;

  background:
    radial-gradient(
      circle,
      rgba(245, 183, 0, 0.2),
      transparent 70%
    );

  pointer-events: none;
}


/* =========================================
   POPULAR CARD
========================================= */

.smeo-popular-card {
  border:
    1px solid rgba(245, 183, 0, 0.72);

  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.55),
    0 0 35px rgba(245, 183, 0, 0.06);

  transform: translateY(-15px);
}


.smeo-popular-card:hover {
  transform: translateY(-22px);
}


.smeo-popular-badge {
  position: absolute;

  top: 0;
  right: 0;

  padding:
    9px 18px;

  color: #080808;

  background:
    linear-gradient(
      135deg,
      #ffd65a,
      #f5b700
    );

  border-radius:
    0 17px 0 14px;

  font-family:
    Arial, Helvetica, sans-serif;

  font-size: 10px;
  font-weight: 900;

  letter-spacing: 1px;
}


/* =========================================
   ICON & PACKAGE
========================================= */

.smeo-price-icon {
  width: 48px;
  height: 48px;

  display: flex;

  align-items: center;
  justify-content: center;

  margin-bottom: 23px;

  color: #080808;

  background:
    linear-gradient(
      135deg,
      #ffd65a,
      #f5b700
    );

  border-radius: 11px;

  font-size: 20px;

  box-shadow:
    0 8px 24px rgba(245, 183, 0, 0.15);
}


.smeo-package-name {
  display: block;

  margin-bottom: 7px;

  color: #f5b700;

  font-family:
    Arial, Helvetica, sans-serif;

  font-size: 11px;
  font-weight: 900;

  letter-spacing: 2px;
}


.smeo-price-card h3 {
  margin: 0;

  color: #ffffff;

  font-family:
    Arial, Helvetica, sans-serif;

  font-size: 24px;
  font-weight: 800;

  line-height: 1.3;
}


.smeo-package-desc {
  min-height: 67px;

  margin: 12px 0 0;

  color: #8d8d8d;

  font-family:
    Arial, Helvetica, sans-serif;

  font-size: 13px;

  line-height: 1.65;
}


/* =========================================
   PRICE
========================================= */

.smeo-price {
  display: flex;

  align-items: flex-start;

  gap: 4px;

  margin-top: 25px;
}


.smeo-rp {
  margin-top: 7px;

  color: #f5b700;

  font-family:
    Arial, Helvetica, sans-serif;

  font-size: 15px;
  font-weight: 800;
}


.smeo-price strong {
  color: #ffffff;

  font-family:
    Arial, Helvetica, sans-serif;

  font-size: clamp(31px, 3vw, 40px);
  font-weight: 900;

  letter-spacing: -1.5px;
}


.smeo-price-note {
  margin-top: 7px;

  color: #777777;

  font-family:
    Arial, Helvetica, sans-serif;

  font-size: 12px;
}


/* =========================================
   DIVIDER
========================================= */

.smeo-divider {
  width: 100%;
  height: 1px;

  margin: 27px 0;

  background:
    linear-gradient(
      90deg,
      rgba(245, 183, 0, 0.5),
      rgba(255, 255, 255, 0.05)
    );
}


/* =========================================
   FEATURE LIST
========================================= */

.smeo-feature-list {
  display: flex;
  flex-direction: column;

  gap: 14px;

  flex-grow: 1;

  margin: 0 0 31px;

  padding: 0;

  list-style: none;
}


.smeo-feature-list li {
  display: flex;

  align-items: flex-start;

  gap: 11px;

  color: #c9c9c9;

  font-family:
    Arial, Helvetica, sans-serif;

  font-size: 13px;

  line-height: 1.5;
}


.smeo-feature-list li span {
  width: 20px;
  height: 20px;

  flex-shrink: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #f5b700;

  background:
    rgba(245, 183, 0, 0.08);

  border:
    1px solid rgba(245, 183, 0, 0.22);

  border-radius: 50%;

  font-size: 10px;
  font-weight: 900;
}


.smeo-feature-list li b {
  color: #ffffff;
}


/* SPECIAL FEATURE */

.smeo-feature-highlight {
  color: #ffffff !important;

  font-weight: 700;
}


/* OFF */

.smeo-feature-off {
  color: #666666 !important;
}


.smeo-feature-off span {
  color: #777777 !important;

  background:
    rgba(255, 255, 255, 0.025) !important;

  border-color:
    rgba(255, 255, 255, 0.08) !important;
}


/* =========================================
   BUTTON
========================================= */

.smeo-price-button {
  width: 100%;
  min-height: 51px;

  display: flex;

  align-items: center;
  justify-content: center;

  gap: 10px;

  margin-top: auto;

  color: #f5b700;

  background:
    rgba(245, 183, 0, 0.03);

  border:
    1px solid rgba(245, 183, 0, 0.5);

  border-radius: 9px;

  font-family:
    Arial, Helvetica, sans-serif;

  font-size: 13px;
  font-weight: 900;

  text-transform: uppercase;

  text-decoration: none;

  transition:
    background 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}


.smeo-price-button:hover {
  color: #080808;

  background: #f5b700;

  transform: translateY(-2px);

  box-shadow:
    0 10px 30px rgba(245, 183, 0, 0.17);
}


.smeo-button-gold {
  color: #080808;

  background:
    linear-gradient(
      135deg,
      #ffd65a,
      #f5b700
    );

  border-color: transparent;

  box-shadow:
    0 10px 30px rgba(245, 183, 0, 0.15);
}


.smeo-button-gold:hover {
  background:
    linear-gradient(
      135deg,
      #ffe078,
      #ffc514
    );

  box-shadow:
    0 15px 35px rgba(245, 183, 0, 0.25);
}


/* =========================================
   BOTTOM NOTE
========================================= */

.smeo-paket-note {
  max-width: 760px;

  margin:
    55px auto 0;

  padding:
    18px 25px;

  display: flex;

  align-items: center;
  justify-content: center;

  gap: 12px;

  background:
    rgba(245, 183, 0, 0.04);

  border:
    1px solid rgba(245, 183, 0, 0.15);

  border-radius: 12px;

  text-align: center;
}


.smeo-paket-note > span {
  color: #f5b700;
}


.smeo-paket-note p {
  margin: 0;

  color: #999999;

  font-family:
    Arial, Helvetica, sans-serif;

  font-size: 13px;

  line-height: 1.6;
}


.smeo-paket-note a {
  color: #f5b700;

  font-weight: 700;

  text-decoration: none;
}


.smeo-paket-note a:hover {
  text-decoration: underline;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1000px) {

  .smeo-pricing-grid {
    grid-template-columns:
      repeat(2, 1fr);
  }


  .smeo-popular-card {
    transform: none;
  }


  .smeo-popular-card:hover {
    transform: translateY(-7px);
  }


  .smeo-price-card:last-child {
    grid-column:
      1 / -1;

    max-width: 500px;

    width: 100%;

    margin: 0 auto;
  }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 680px) {

  .smeo-paket {
    padding:
      80px 18px;
  }


  .smeo-paket-heading {
    margin-bottom: 45px;
  }


  .smeo-paket-heading h2 {
    font-size: 34px;
  }


  .smeo-paket-heading p {
    font-size: 15px;
  }


  .smeo-pricing-grid {
    grid-template-columns: 1fr;
  }


  .smeo-price-card,
  .smeo-price-card:last-child {
    grid-column: auto;

    max-width: none;
  }


  .smeo-package-desc {
    min-height: auto;
  }


  .smeo-price strong {
    font-size: 37px;
  }


  .smeo-paket-note {
    align-items: flex-start;

    text-align: left;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5f08a47 *//* =========================================
   BAGIAN 5 - PROSES PENGERJAAN
========================================= */

.smeo-proses {
  position: relative;

  width: 100%;

  padding: 110px 24px;

  background:
    radial-gradient(
      circle at 50% 45%,
      rgba(245, 183, 0, 0.07),
      transparent 32%
    ),
    #080808;

  overflow: hidden;

  border-top:
    1px solid rgba(255, 255, 255, 0.04);
}


.smeo-proses *,
.smeo-proses *::before,
.smeo-proses *::after {
  box-sizing: border-box;
}


/* CONTAINER */

.smeo-proses-container {
  width: 100%;

  max-width: 1240px;

  margin: 0 auto;
}


/* =========================================
   HEADING
========================================= */

.smeo-proses-heading {
  max-width: 760px;

  margin: 0 auto 70px;

  text-align: center;
}


.smeo-proses-heading h2 {
  margin: 0;

  color: #ffffff;

  font-family:
    Arial, Helvetica, sans-serif;

  font-size:
    clamp(35px, 4vw, 51px);

  font-weight: 800;

  line-height: 1.15;

  letter-spacing: -1.5px;
}


.smeo-proses-heading h2 span {
  display: block;

  color: #f5b700;
}


.smeo-proses-heading p {
  max-width: 660px;

  margin: 21px auto 0;

  color: #949494;

  font-family:
    Arial, Helvetica, sans-serif;

  font-size: 16px;

  line-height: 1.8;
}


/* =========================================
   PROCESS GRID
========================================= */

.smeo-proses-grid {
  display: grid;

  grid-template-columns:
    1fr auto 1fr auto 1fr auto 1fr auto 1fr;

  align-items: center;

  gap: 10px;
}


/* =========================================
   CARD
========================================= */

.smeo-proses-card {
  position: relative;

  min-height: 265px;

  padding:
    28px 22px;

  background:
    linear-gradient(
      145deg,
      #111111,
      #0a0a0a
    );

  border:
    1px solid rgba(255, 255, 255, 0.07);

  border-radius: 16px;

  text-align: center;

  overflow: hidden;

  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}


.smeo-proses-card::before {
  content: "";

  position: absolute;

  width: 140px;
  height: 140px;

  top: -80px;
  left: 50%;

  transform:
    translateX(-50%);

  background:
    radial-gradient(
      circle,
      rgba(245, 183, 0, 0.17),
      transparent 70%
    );

  opacity: 0;

  transition:
    opacity 0.35s ease;
}


.smeo-proses-card:hover {
  transform:
    translateY(-7px);

  border-color:
    rgba(245, 183, 0, 0.45);

  box-shadow:
    0 20px 45px rgba(0, 0, 0, 0.42);
}


.smeo-proses-card:hover::before {
  opacity: 1;
}


/* =========================================
   NUMBER
========================================= */

.smeo-proses-number {
  position: absolute;

  top: 20px;
  right: 20px;

  color:
    rgba(245, 183, 0, 0.14);

  font-family:
    Arial, Helvetica, sans-serif;

  font-size: 30px;
  font-weight: 900;
}


/* =========================================
   ICON
========================================= */

.smeo-proses-icon {
  position: relative;

  width: 54px;
  height: 54px;

  margin:
    4px auto 21px;

  display: flex;

  align-items: center;
  justify-content: center;

  color: #080808;

  background:
    linear-gradient(
      135deg,
      #ffd65a,
      #f5b700
    );

  border-radius: 14px;

  font-size: 21px;
  font-weight: 900;

  box-shadow:
    0 10px 25px rgba(245, 183, 0, 0.14);
}


/* =========================================
   TITLE
========================================= */

.smeo-proses-card h3 {
  position: relative;

  margin:
    0 0 12px;

  color: #ffffff;

  font-family:
    Arial, Helvetica, sans-serif;

  font-size: 18px;
  font-weight: 800;

  line-height: 1.3;
}


/* =========================================
   DESCRIPTION
========================================= */

.smeo-proses-card p {
  position: relative;

  margin: 0;

  color: #8b8b8b;

  font-family:
    Arial, Helvetica, sans-serif;

  font-size: 13px;

  line-height: 1.7;
}


/* =========================================
   ARROW
========================================= */

.smeo-proses-arrow {
  color:
    rgba(245, 183, 0, 0.65);

  font-family:
    Arial, Helvetica, sans-serif;

  font-size: 26px;
  font-weight: 300;

  text-align: center;
}


/* =========================================
   BOTTOM CTA
========================================= */

.smeo-proses-cta {
  position: relative;

  margin-top: 70px;

  padding:
    31px 36px;

  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 35px;

  background:
    linear-gradient(
      120deg,
      rgba(245, 183, 0, 0.12),
      rgba(245, 183, 0, 0.025)
    );

  border:
    1px solid rgba(245, 183, 0, 0.22);

  border-radius: 17px;

  overflow: hidden;
}


.smeo-proses-cta::after {
  content: "";

  position: absolute;

  width: 250px;
  height: 250px;

  right: -90px;
  top: -130px;

  background:
    radial-gradient(
      circle,
      rgba(245, 183, 0, 0.18),
      transparent 70%
    );

  pointer-events: none;
}


.smeo-proses-cta-text {
  position: relative;

  z-index: 2;
}


.smeo-proses-cta-text > span {
  display: block;

  margin-bottom: 8px;

  color: #f5b700;

  font-family:
    Arial, Helvetica, sans-serif;

  font-size: 11px;
  font-weight: 900;

  letter-spacing: 2px;
}


.smeo-proses-cta h3 {
  margin: 0;

  color: #ffffff;

  font-family:
    Arial, Helvetica, sans-serif;

  font-size: 25px;
  font-weight: 800;
}


.smeo-proses-cta p {
  margin:
    9px 0 0;

  color: #8e8e8e;

  font-family:
    Arial, Helvetica, sans-serif;

  font-size: 14px;

  line-height: 1.6;
}


/* =========================================
   CTA BUTTON
========================================= */

.smeo-proses-button {
  position: relative;

  z-index: 2;

  flex-shrink: 0;

  min-height: 52px;

  padding:
    0 25px;

  display:
    inline-flex;

  align-items: center;
  justify-content: center;

  gap: 9px;

  color: #080808;

  background:
    linear-gradient(
      135deg,
      #ffd65a,
      #f5b700
    );

  border-radius: 9px;

  font-family:
    Arial, Helvetica, sans-serif;

  font-size: 13px;
  font-weight: 900;

  text-transform: uppercase;

  text-decoration: none;

  box-shadow:
    0 10px 30px rgba(245, 183, 0, 0.15);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}


.smeo-proses-button:hover {
  transform:
    translateY(-3px);

  box-shadow:
    0 15px 35px rgba(245, 183, 0, 0.25);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1100px) {

  .smeo-proses-grid {
    grid-template-columns:
      repeat(5, 1fr);

    gap: 16px;
  }


  .smeo-proses-arrow {
    display: none;
  }


  .smeo-proses-card {
    min-height: 285px;
  }

}


/* =========================================
   SMALL TABLET
========================================= */

@media (max-width: 900px) {

  .smeo-proses-grid {
    grid-template-columns:
      repeat(2, 1fr);
  }


  .smeo-proses-card {
    min-height: 250px;
  }


  .smeo-proses-card:last-of-type {
    grid-column:
      1 / -1;

    max-width: 430px;

    width: 100%;

    margin: 0 auto;
  }


  .smeo-proses-cta {
    flex-direction: column;

    align-items: flex-start;
  }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 620px) {

  .smeo-proses {
    padding:
      80px 18px;
  }


  .smeo-proses-heading {
    margin-bottom: 45px;
  }


  .smeo-proses-heading h2 {
    font-size: 34px;
  }


  .smeo-proses-heading p {
    font-size: 15px;
  }


  .smeo-proses-grid {
    grid-template-columns:
      1fr;

    gap: 14px;
  }


  .smeo-proses-card,
  .smeo-proses-card:last-of-type {
    grid-column: auto;

    max-width: none;

    min-height: auto;

    padding:
      27px 24px 30px;
  }


  .smeo-proses-cta {
    margin-top: 45px;

    padding:
      27px 24px;
  }


  .smeo-proses-cta h3 {
    font-size: 22px;
  }


  .smeo-proses-button {
    width: 100%;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-32da546 *//* =========================================
   BAGIAN 6 - TESTIMONI
========================================= */

.smeo-testimoni {
  position: relative;

  width: 100%;

  padding: 110px 24px;

  background:
    radial-gradient(
      circle at 50% 40%,
      rgba(245, 183, 0, 0.055),
      transparent 38%
    ),
    linear-gradient(
      180deg,
      #050505,
      #090909
    );

  overflow: hidden;

  border-top:
    1px solid rgba(255, 255, 255, 0.04);
}


.smeo-testimoni *,
.smeo-testimoni *::before,
.smeo-testimoni *::after {
  box-sizing: border-box;
}


/* =========================================
   CONTAINER
========================================= */

.smeo-testimoni-container {
  width: 100%;

  max-width: 1240px;

  margin: 0 auto;
}


/* =========================================
   HEADING
========================================= */

.smeo-testimoni-heading {
  max-width: 760px;

  margin: 0 auto 65px;

  text-align: center;
}


.smeo-testimoni-heading h2 {
  margin: 0;

  color: #ffffff;

  font-family:
    Arial, Helvetica, sans-serif;

  font-size:
    clamp(35px, 4vw, 51px);

  font-weight: 800;

  line-height: 1.15;

  letter-spacing: -1.5px;
}


.smeo-testimoni-heading h2 span {
  display: block;

  color: #f5b700;
}


.smeo-testimoni-heading p {
  max-width: 650px;

  margin: 21px auto 0;

  color: #969696;

  font-family:
    Arial, Helvetica, sans-serif;

  font-size: 16px;

  line-height: 1.8;
}


/* =========================================
   GRID
========================================= */

.smeo-testimoni-grid {
  display: grid;

  grid-template-columns:
    repeat(3, 1fr);

  gap: 22px;
}


/* =========================================
   CARD
========================================= */

.smeo-testimoni-card {
  position: relative;

  min-height: 325px;

  padding: 33px 30px;

  display: flex;
  flex-direction: column;

  background:
    linear-gradient(
      145deg,
      #111111,
      #090909
    );

  border:
    1px solid rgba(255, 255, 255, 0.07);

  border-radius: 17px;

  overflow: hidden;

  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}


.smeo-testimoni-card::before {
  content: "";

  position: absolute;

  width: 220px;
  height: 220px;

  top: -130px;
  right: -120px;

  background:
    radial-gradient(
      circle,
      rgba(245, 183, 0, 0.18),
      transparent 70%
    );

  opacity: 0;

  transition:
    opacity 0.35s ease;
}


.smeo-testimoni-card:hover {
  transform: translateY(-8px);

  border-color:
    rgba(245, 183, 0, 0.4);

  box-shadow:
    0 24px 55px rgba(0, 0, 0, 0.48);
}


.smeo-testimoni-card:hover::before {
  opacity: 1;
}


/* FEATURED CARD */

.smeo-testimoni-featured {
  border-color:
    rgba(245, 183, 0, 0.45);

  background:
    linear-gradient(
      145deg,
      #151208,
      #0b0b0b
    );

  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.4);
}


/* =========================================
   QUOTE
========================================= */

.smeo-quote-icon {
  position: absolute;

  top: 16px;
  right: 25px;

  color:
    rgba(245, 183, 0, 0.12);

  font-family: Georgia, serif;

  font-size: 82px;

  line-height: 1;
}


/* =========================================
   RATING
========================================= */

.smeo-rating {
  position: relative;

  margin-bottom: 20px;

  color: #f5b700;

  font-family:
    Arial, Helvetica, sans-serif;

  font-size: 15px;

  letter-spacing: 3px;
}


/* =========================================
   TESTIMONI TEXT
========================================= */

.smeo-testimoni-text {
  position: relative;

  flex-grow: 1;

  margin: 0;

  color: #b3b3b3;

  font-family:
    Arial, Helvetica, sans-serif;

  font-size: 14px;

  line-height: 1.85;
}


/* =========================================
   DIVIDER
========================================= */

.smeo-testimoni-divider {
  width: 100%;
  height: 1px;

  margin:
    28px 0 23px;

  background:
    linear-gradient(
      90deg,
      rgba(245, 183, 0, 0.45),
      rgba(255, 255, 255, 0.04)
    );
}


/* =========================================
   CLIENT
========================================= */

.smeo-client {
  position: relative;

  display: flex;

  align-items: center;

  gap: 13px;
}


/* PHOTO PLACEHOLDER */

.smeo-client-photo {
  width: 47px;
  height: 47px;

  flex-shrink: 0;

  display: flex;

  align-items: center;
  justify-content: center;

  background:
    linear-gradient(
      135deg,
      #ffd65a,
      #f5b700
    );

  border-radius: 50%;

  color: #090909;

  font-family:
    Arial, Helvetica, sans-serif;

  font-size: 13px;
  font-weight: 900;

  box-shadow:
    0 8px 22px rgba(245, 183, 0, 0.12);
}


/* CLIENT INFO */

.smeo-client-info strong {
  display: block;

  margin-bottom: 4px;

  color: #ffffff;

  font-family:
    Arial, Helvetica, sans-serif;

  font-size: 14px;
  font-weight: 800;
}


.smeo-client-info span {
  display: block;

  color: #777777;

  font-family:
    Arial, Helvetica, sans-serif;

  font-size: 11px;

  line-height: 1.4;
}


/* =========================================
   TRUST WRAPPER
========================================= */

.smeo-trust-wrapper {
  margin-top: 65px;

  padding:
    27px 30px;

  display: flex;

  align-items: center;
  justify-content: space-around;

  background:
    rgba(255, 255, 255, 0.018);

  border:
    1px solid rgba(255, 255, 255, 0.06);

  border-radius: 15px;
}


/* TRUST ITEM */

.smeo-trust-item {
  flex: 1;

  text-align: center;
}


.smeo-trust-item strong {
  display: block;

  margin-bottom: 7px;

  color: #f5b700;

  font-family:
    Arial, Helvetica, sans-serif;

  font-size: 24px;
  font-weight: 900;
}


.smeo-trust-item span {
  color: #8d8d8d;

  font-family:
    Arial, Helvetica, sans-serif;

  font-size: 12px;
}


/* TRUST LINE */

.smeo-trust-line {
  width: 1px;
  height: 38px;

  background:
    rgba(245, 183, 0, 0.15);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

  .smeo-testimoni-grid {
    grid-template-columns:
      repeat(2, 1fr);
  }


  .smeo-testimoni-card:last-child {
    grid-column:
      1 / -1;

    max-width: 500px;

    width: 100%;

    margin: 0 auto;
  }


  .smeo-trust-wrapper {
    display: grid;

    grid-template-columns:
      repeat(2, 1fr);

    gap: 30px;
  }


  .smeo-trust-line {
    display: none;
  }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 620px) {

  .smeo-testimoni {
    padding:
      80px 18px;
  }


  .smeo-testimoni-heading {
    margin-bottom: 45px;
  }


  .smeo-testimoni-heading h2 {
    font-size: 34px;
  }


  .smeo-testimoni-heading p {
    font-size: 15px;
  }


  .smeo-testimoni-grid {
    grid-template-columns:
      1fr;

    gap: 15px;
  }


  .smeo-testimoni-card,
  .smeo-testimoni-card:last-child {
    grid-column: auto;

    max-width: none;

    min-height: auto;

    padding:
      29px 25px;
  }


  .smeo-trust-wrapper {
    grid-template-columns:
      1fr 1fr;

    padding:
      25px 15px;

    gap:
      30px 10px;
  }


  .smeo-trust-item strong {
    font-size: 21px;
  }


  .smeo-trust-item span {
    font-size: 11px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5a0662b *//* =========================================
   BAGIAN 8 - FOOTER
========================================= */

.smeo-footer {
  position: relative;

  width: 100%;

  padding:
    80px 24px 25px;

  background:
    linear-gradient(
      180deg,
      #050505 0%,
      #020202 100%
    );

  border-top:
    1px solid rgba(245, 183, 0, 0.15);

  overflow: hidden;
}


.smeo-footer *,
.smeo-footer *::before,
.smeo-footer *::after {
  box-sizing: border-box;
}


.smeo-footer-container {
  width: 100%;

  max-width: 1240px;

  margin: 0 auto;
}


/* =========================================
   FOOTER GRID
========================================= */

.smeo-footer-grid {
  display: grid;

  grid-template-columns:
    1.5fr 0.75fr 0.85fr 1.2fr;

  gap: 65px;
}


/* =========================================
   BRAND
========================================= */

.smeo-footer-brand {
  max-width: 360px;
}


/* LOGO */

.smeo-footer-logo {
  display: inline-flex;

  text-decoration: none;
}


.smeo-footer-logo-space {
  width: 175px;
  height: 65px;

  display: flex;

  align-items: center;
  justify-content: flex-start;

  overflow: hidden;
}


.smeo-footer-logo-image {
  display: block;

  width: auto;

  max-width: 100%;
  max-height: 55px;

  object-fit: contain;

  object-position:
    left center;
}


/* DESCRIPTION */

.smeo-footer-description {
  margin:
    18px 0 0;

  max-width: 340px;

  color: #858585;

  font-family:
    Arial, Helvetica, sans-serif;

  font-size: 13px;

  line-height: 1.8;
}


/* =========================================
   SOCIAL
========================================= */

.smeo-footer-social {
  display: flex;

  gap: 10px;

  margin-top: 23px;
}


.smeo-footer-social a {
  width: 40px;
  height: 40px;

  display: flex;

  align-items: center;
  justify-content: center;

  color: #f5b700;

  background:
    rgba(245, 183, 0, 0.05);

  border:
    1px solid rgba(245, 183, 0, 0.18);

  border-radius: 9px;

  text-decoration: none;

  font-size: 17px;

  transition:
    background 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease;
}


.smeo-footer-social a:hover {
  color: #080808;

  background: #f5b700;

  border-color: #f5b700;

  transform:
    translateY(-3px);
}


/* =========================================
   FOOTER COLUMN
========================================= */

.smeo-footer-column h4 {
  position: relative;

  margin:
    5px 0 23px;

  color: #ffffff;

  font-family:
    Arial, Helvetica, sans-serif;

  font-size: 15px;
  font-weight: 800;
}


/* GOLD LINE */

.smeo-footer-column h4::after {
  content: "";

  position: absolute;

  left: 0;
  bottom: -9px;

  width: 30px;
  height: 2px;

  background: #f5b700;

  border-radius: 20px;
}


/* MENU */

.smeo-footer-column ul {
  margin: 0;

  padding: 0;

  list-style: none;

  display: flex;

  flex-direction: column;

  gap: 12px;
}


.smeo-footer-column ul li a {
  position: relative;

  color: #858585;

  font-family:
    Arial, Helvetica, sans-serif;

  font-size: 13px;

  text-decoration: none;

  transition:
    color 0.25s ease,
    padding-left 0.25s ease;
}


.smeo-footer-column ul li a:hover {
  color: #f5b700;

  padding-left: 5px;
}


/* =========================================
   CONTACT
========================================= */

.smeo-footer-contact {
  display: flex;

  flex-direction: column;

  gap: 0;
}


.smeo-footer-contact-item {
  display: flex;

  align-items: center;

  gap: 12px;

  margin-bottom: 17px;
}


.smeo-footer-contact-icon {
  width: 38px;
  height: 38px;

  flex-shrink: 0;

  display: flex;

  align-items: center;
  justify-content: center;

  color: #f5b700;

  background:
    rgba(245, 183, 0, 0.055);

  border:
    1px solid rgba(245, 183, 0, 0.16);

  border-radius: 9px;

  font-size: 15px;
}


.smeo-footer-contact-item span {
  display: block;

  margin-bottom: 4px;

  color: #666666;

  font-family:
    Arial, Helvetica, sans-serif;

  font-size: 9px;
  font-weight: 700;

  text-transform: uppercase;

  letter-spacing: 1px;
}


.smeo-footer-contact-item a {
  display: block;

  color: #d4d4d4;

  font-family:
    Arial, Helvetica, sans-serif;

  font-size: 12px;
  font-weight: 700;

  text-decoration: none;

  transition:
    color 0.25s ease;
}


.smeo-footer-contact-item a:hover {
  color: #f5b700;
}


/* =========================================
   DIVIDER
========================================= */

.smeo-footer-divider {
  width: 100%;
  height: 1px;

  margin:
    60px 0 24px;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(245, 183, 0, 0.25),
      rgba(255, 255, 255, 0.06),
      rgba(245, 183, 0, 0.25),
      transparent
    );
}


/* =========================================
   FOOTER BOTTOM
========================================= */

.smeo-footer-bottom {
  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 25px;
}


.smeo-footer-bottom p {
  margin: 0;

  color: #626262;

  font-family:
    Arial, Helvetica, sans-serif;

  font-size: 11px;
}


.smeo-footer-bottom strong {
  color: #f5b700;
}


/* BOTTOM LINKS */

.smeo-footer-bottom-links {
  display: flex;

  align-items: center;

  gap: 10px;
}


.smeo-footer-bottom-links a {
  color: #666666;

  font-family:
    Arial, Helvetica, sans-serif;

  font-size: 11px;

  text-decoration: none;

  transition:
    color 0.25s ease;
}


.smeo-footer-bottom-links a:hover {
  color: #f5b700;
}


.smeo-footer-bottom-links span {
  color:
    rgba(245, 183, 0, 0.4);

  font-size: 9px;
}


/* =========================================
   BACK TO TOP
========================================= */

.smeo-back-top {
  position: absolute;

  right: 30px;
  bottom: 22px;

  width: 42px;
  height: 42px;

  display: flex;

  align-items: center;
  justify-content: center;

  color: #090909;

  background:
    linear-gradient(
      135deg,
      #ffd65a,
      #f5b700
    );

  border-radius: 9px;

  text-decoration: none;

  font-family:
    Arial, Helvetica, sans-serif;

  font-size: 19px;
  font-weight: 900;

  box-shadow:
    0 8px 25px rgba(245, 183, 0, 0.15);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}


.smeo-back-top:hover {
  transform:
    translateY(-4px);

  box-shadow:
    0 12px 30px rgba(245, 183, 0, 0.25);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 950px) {

  .smeo-footer-grid {
    grid-template-columns:
      1.4fr 1fr 1fr;

    gap:
      50px 35px;
  }


  .smeo-footer-contact {
    grid-column:
      1 / -1;

    max-width: 500px;
  }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

  .smeo-footer {
    padding:
      65px 18px 30px;
  }


  .smeo-footer-grid {
    grid-template-columns:
      1fr;

    gap: 40px;
  }


  .smeo-footer-brand {
    max-width: none;
  }


  .smeo-footer-contact {
    grid-column: auto;

    max-width: none;
  }


  .smeo-footer-divider {
    margin-top: 45px;
  }


  .smeo-footer-bottom {
    flex-direction: column;

    align-items: flex-start;

    padding-right: 55px;
  }


  .smeo-footer-bottom-links {
    flex-wrap: wrap;
  }


  .smeo-back-top {
    right: 18px;
    bottom: 27px;
  }

}/* End custom CSS */