body {
  margin: 0;
  font-family: Arial;
  background: #f5f6fa;
}

/* HEADER */
.header {
  display: flex;
  justify-content: space-between;
  padding: 12px 20px;
  background: white;
  position: sticky;
  top: 0;
  z-index: 11;
  align-items: center;
}
.css-yfufjloW {
  display: flex;
  align-items: center;
  font-size: 15px;
}
.header nav a {
  margin: 0 20px;
  text-decoration: none;
  color: #333;
}

.login-btn {
  background: #4a5cff;
  color: white;
  border: none;
  padding: 10px 30px;
  border-radius: 3px;
  cursor: pointer;
}

/* HERO */
.hero {
  background: #0d1117;
  color: white;
  text-align: center;
  padding: 80px 20px;
  margin: 0 3px;
}

.cta {
  background: #4a5cff;
  color: white;
  padding: 14px 30px;
  border: none;
  margin-top: 10px;
  cursor: pointer;
  border-radius: 3px;
  font-size: 15px;
}
.css-kflfofp .cta {
  box-shadow: 0px 0px 6px 0px #4a5cff;
}
/* FEATURE */
.feature {
  display: flex;
  padding: 50px;
  background: white;
}

.feature-left {
  width: 40%;
}

.feature-right {
  width: 60%;
  position: relative;
}

.preview {
  height: 440px;
  background: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #8080801f;
  border-radius: 15px;
}
.preview img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  padding: 10px;
}
/* NEXT BUTTON */
.next-btn {
  position: absolute;
  right: -20px;
  top: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: none;
  background: #01255f;
  color: white;
  cursor: pointer;
  font-size: 20px;
}
.next-btn i {
  margin-top: 4px;
}
/* DOT PROGRESS */
.dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}

.dot {
  width: 40px;
  height: 4px;
  background: #ccc;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.dot.active {
  background: #e0e0e0;
}

.dot.active::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #4a5cff;
  animation: progress 5s linear;
}
.capabilities {
  background: #0d1117;
  margin: 0 3px;
  background: #ebebeb54;
}
.capabilities h2 {
  text-align: center;
  /* color: white; */
  margin: 0;
  padding-top: 25px;
}
#feature-desc {
  opacity: 0.85;
  line-height: 25px;
  font-family: system-ui;
  margin-right: 10px;
}
.css-ElfpYUDE {
  display: grid;
  gap: 20px;
  font-weight: 500;
}
.css-oflfpYUDE {
  display: flex;
  gap: 5px;
}
.css-dfhkl {
  color: #009d00;
}
.feature .cta {
  margin-top: 5px;
  min-width: 200px;
  min-height: 50px;
}
.Css-lfofpfiW {
  display: grid;
  gap: 10px;
  font-size: 15px;
  opacity: 0.75;
}
@keyframes progress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

/* CARDS */
.cards {
  display: flex;
  gap: 20px;
  padding: 40px;
}

.card {
  background: white;
  padding: 20px;
  flex: 1;
  /* background: #f9f9f9; */
  border-radius: 5px;
  box-shadow: 0px 0px 2px 2px rgb(0 0 0 / 5%);
}
.css-xjfgglopE {
  display: flex;
  justify-content: center;
  text-align: left;
}
.css-ydhdlkQ {
  display: grid;
  gap: 20px;
  font-size: 15px;
  opacity: 0.75;
}
.css-tffyhfkli {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.css-tffyhfkliW {
  width: 100%;
  padding: 15px;
  background: #2196f3;
  border: 1px solid #2196f3;
  color: white;
  border-radius: 3px;
  cursor: pointer;
}

.pricing-cards {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
.css-oflfpoWWV span {
  font-size: 16px;
}
.price-card {
  background: #e7e7e726;
  padding: 20px;
  width: 350px;
  border-radius: 5px;
  border: 1px solid #1774ff21;
}
.feedback {
  margin-top: 70px;
  text-align: center;
}
.feedback h2 {
  margin: 5px;
}
.highlight {
  border: 2px solid #4a5cff;
  transform: scale(1.05);
}

.badge {
  background: orange;
  color: white;
  padding: 5px;
  margin-bottom: 10px;
}

.save {
  color: green;
}

/* FEEDBACK */
.feedback-list {
  display: flex;
  gap: 20px;
  padding: 20px;
  justify-content: center;
}

.feedback-item {
  background: white;
  padding: 15px;
  width: 250px;
  text-align: center;
}

.feedback-item img {
  border-radius: 50%;
  width: 65px;
  height: 65px;
}
.css-ufkfoplfWW {
  border: 1px solid grey;
  background: #99999908;
  padding: 14px;
  margin-top: 10px;
  color: #ffffffbd;
  border-radius: 3px;
  cursor: pointer;
}
.css-kflfofp {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}
/* FOOTER */
.footer {
  background: #0d1117;
  color: white;
  display: flex;
  justify-content: space-around;
  padding: 40px;
}

.footer a {
  color: #ccc;
  display: block;
  font-size: 15px;
  margin: 10px 0;
}

.css-uiElflfuu {
  display: flex;
  justify-content: center;
}
.css-uifoflflfuu {
  background: white;
  max-width: 1350px;
}

/* ===== BASE RESPONSIVE ===== */
* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}
.css-ksnffjeq {
  background: transparent;
  border: navajowhite;
  cursor: pointer;
  position: absolute;
  left: 5px;
  display: none;
  align-items: center;
  height: 60px;
  font-size: 24px;
  width: 30px;
  justify-content: center;
  text-align: center;
  top: 0;
}
.company_detail {
  position: absolute;
  left: 15px;
  top: 3px;
}
.company_detail a {
  text-decoration: none;
  color: #3f51b5;
}
.company_detail img {
  vertical-align: middle;
  border-style: none;
  width: 45px;
  box-shadow: -5px 5px 60px -5px rgba(0, 0, 0, 0.1);
}
.company_detail .name {
  display: inline-block;
  font-family: cursive;
  letter-spacing: 3px;
  border-bottom: 3px solid;
  border-radius: 80%;
  box-shadow: 40px 35px 45px 0px rgba(0, 0, 0, 0.1);
  padding: 5px;
  margin-left: -4px;
  font-size: 22px;
}
.footer a {
  text-decoration: none;
}

.opify-wrapper {
  position: relative;
  aspect-ratio: 1 / 0.45;
  transform: scale(.85);
}

/* =========================
     CENTER CIRCLE
  ========================= */

.center-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 180px;
  height: 180px;
  border: 2px solid #5fa5e9;
  border-radius: 50%;
  background: #c4e0ff;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: 0px 0px 20px 0px #004385;
  z-index: 5;
}
.center-circle:hover {
  border: 2px solid #5f78e9;
  box-shadow: 0px 0px 20px 1px #000a85;
}
.center-circle:hover ~ .item .box {
  background: none;
  box-shadow: none;
  border: none;
}
.center-circle:hover ~ .item .line {
  border-top: 6px dotted #000a85;
}

.center-circle h1 {
  font-size: 22px;
  font-weight: 700;
  color: #1b3571;
}

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

.item {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 320px;
  height: 2px;

  transform-origin: left center;
}

/* dotted line */

.line {
  position: absolute;
  left: 0;
  top: 50%;

  width: 230px;

  border-top: 6px dotted #054a8f;

  transform: translateY(-50%);
}

/* label box */

.box {
  position: absolute;
  padding: 18px 26px;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
  background: #deeeff;
  border: 1px solid #81b7eb;
  box-shadow: 0px 0px 8px 0px #004385a8;
  color: #1b3571;
}

/* =========================
     6 LEGS POSITION
  ========================= */

/* TOP */

.item-top {
  transform: rotate(-90deg);
}

.item-top .box {
  transform: rotate(90deg);
  transition: transform 0.1s ease, opacity 0.1s ease;
  left: 180px;
  top: -35px;
}

.item-top .box:hover {
  transform: rotate(85deg);
  border: 1px solid #328fe8;
  background: #c4e1ff;
}

/* TOP RIGHT */

.item-top-right {
  transform: rotate(-30deg);
}

.item-top-right .box {
  transform: rotate(30deg);
  left: 230px;
  top: -37px;
  transition: transform 0.1s ease, opacity 0.1s ease;
}

.item-top-right .box:hover {
  transform: rotate(35deg);
  border: 1px solid #328fe8;
  background: #c4e1ff;
}

/* BOTTOM RIGHT */

.item-bottom-right {
  transform: rotate(30deg);
}

.item-bottom-right .box {
  transform: rotate(-30deg);
  left: 238px;
  top: -47px;
  transition: transform 0.1s ease, opacity 0.1s ease;
}
.item-bottom-right .box:hover {
  transform: rotate(-35deg);
  border: 1px solid #328fe8;
  background: #c4e1ff;
}

/* BOTTOM */

.item-bottom {
  transform: rotate(90deg);
}

.item-bottom .box {
  transform: rotate(-90deg);
  transition: transform 0.1s ease, opacity 0.1s ease;
  left: 180px;
  top: -30px;
}

.item-bottom .box:hover {
  transform: rotate(-85deg);
  border: 1px solid #328fe8;
  background: #c4e1ff;
}

/* BOTTOM LEFT */

.item-bottom-left {
  transform: rotate(150deg);
}

.item-bottom-left .box {
  transform: rotate(-150deg);
  transition: transform 0.1s ease, opacity 0.1s ease;
  left: 240px;
  top: -15px;
}

.item-bottom-left .box:hover {
  transform: rotate(-155deg);
  border: 1px solid #328fe8;
  background: #c4e1ff;
}

/* TOP LEFT */

.item-top-left {
  transform: rotate(-150deg);
}

.item-top-left .box {
  transform: rotate(150deg);
  transition: transform 0.1s ease, opacity 0.1s ease;
  left: 226px;
  top: -23px;
}

.item-top-left .box:hover {
  transform: rotate(145deg);
  border: 1px solid #328fe8;
  background: #c4e1ff;
}

.site-footer {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #ababc9;
    background-color: #0d1117;
    overflow: hidden;
}

.site-footer::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 30%;
    width: 298px;
    height: 93px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjk4IiBoZWlnaHQ9IjkzIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPiAgPGRlZnM+ICAgIDxsaW5lYXJHcmFkaWVudCB4MT0iMjguOTQlIiB5MT0iLTMwLjY4MyUiIHgyPSI2Ny40NzMlIiB5Mj0iMTM1LjAyMiUiIGlkPSJhIj4gICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjNTY1Njc4IiBvZmZzZXQ9IjAlIi8+ICAgICAgPHN0b3Agc3RvcC1jb2xvcj0iIzU2NTY3OCIgc3RvcC1vcGFjaXR5PSIwIiBvZmZzZXQ9IjEwMCUiLz4gICAgPC9saW5lYXJHcmFkaWVudD4gIDwvZGVmcz4gIDxwYXRoIGQ9Ik00MDMuMjQ0IDY5MGMyNC4yMDktNTQuNzc2IDc5LjAxOS05MyAxNDIuNzU2LTkzIDUzLjI1NSAwIDEyMy40NTggNTAuNjc0IDE5Ny4yMTUgOTNoLTMzOS45N3oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00MDMgLTU5NykiIGZpbGw9InVybCgjYSkiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbC1vcGFjaXR5PSIuMjQiLz48L3N2Zz4=);
    background-repeat: no-repeat;
}

.site-footer-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-top: 48px;
    padding-bottom: 48px;
}
.has-top-divider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 1px;
    background: #d2daf0;
    background: linear-gradient(to right, rgba(210, 218, 240, 0.1) 0, rgba(210, 218, 240, 0.6) 50%, rgba(210, 218, 240, 0.1) 100%);
}

.list-reset {
    list-style: none;
    padding: 0;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 24px;
    padding-left: 24px;
}

.site-footer-inner.has-top-divider::before {
    background: #565678;
    background: linear-gradient(to right, rgba(86, 86, 120, 0.1) 0, rgba(86, 86, 120, 0.6) 50%, rgba(86, 86, 120, 0.1) 100%);
}
.footer-brand, .footer-links, .footer-social-links {
    margin-bottom: 24px;
}
.footer-brand, .footer-links, .footer-social-links, .footer-copyright {
    flex: none;
    width: 100%;
    display: inline-flex;
    justify-content: center;
}
.footer-brand, .footer-links, .footer-social-links {
    margin-bottom: 24px;
}
.footer-social-links li {
    display: inline-flex;
}
.footer-social-links li a {
    padding: 8px;
}
.site-footer a {
    color: #d1d1e1d4;
    text-decoration: none;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
}
.container{
    margin-right: 10%;
}


@media (min-width: 641px) {
    .site-footer-inner {
        padding-top: 68px;
        justify-content: space-between;
    }
    .footer-links, .footer-social-links, .footer-copyright {
        flex: 50%;
    }
    .footer-brand a img {
        position: absolute;
        top: 5px;
    }
    .footer-links {
        order: 1;
        margin-bottom: 0;
    }
    .footer-links, .footer-social-links {
        justify-content: flex-end;
    }
    .footer-brand{
        flex: 25%;
    }
}

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

@media (max-width: 900px) {
  .center-circle {
    width: 150px;
    height: 150px;
  }
  .css-iegeke{
    margin: 20px 15px 0 15px;
    padding-bottom: 20px;
  }
  .center-circle h1 {
    font-size: 22px;
  }

  .item {
    width: 250px;
  }

  .line {
    width: 180px;
  }

  .box {
    font-size: 18px;
    padding: 14px 18px;
  }

  .item-top .box,
  .item-bottom .box {
    left: 120px;
  }

  .item-top-right .box,
  .item-bottom-right .box,
  .item-bottom-left .box,
  .item-top-left .box {
    left: 188px;
  }
  .item-bottom-right .box{
    top: -50px;
  }
  .preview{
    height: 280px;
  }
  .controls.active{
    display: none;
  }
}

@media (max-width: 600px) {
  body {
    overflow: auto;
    padding: 0px 0;
  }

  .opify-wrapper {
    transform: scale(0.52);
    aspect-ratio: 1 / 0.8;
    margin-top: 25px;
  }
  .container{
    margin-right: 0;
  }
  .site-footer-inner{
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

/* ===== HEADER ===== */
@media (max-width: 768px) {
  .header {
    gap: 10px;
    align-items: center;
  }

  .css-yfufjloW {
    width: 100%;
    display: flex;
    justify-content: end;
  }

  nav {
    display: none; /* hide menu on mobile (optional: replace with hamburger) */
  }
}

/* ===== HERO ===== */
@media (max-width: 768px) {
  .hero {
    text-align: center;
    padding: 40px 20px;
  }

  .hero h1 {
    font-size: 24px;
    line-height: 1.3;
  }

  .hero p {
    font-size: 14px;
  }

  .css-kflfofp {
    flex-direction: column;
    gap: 10px;
  }

  .cta,
  .css-ufkfoplfWW {
    width: 100%;
  }
}

/* ===== FEATURE SECTION ===== */
@media (max-width: 992px) {
  .feature {
    flex-direction: column-reverse;
    gap: 30px;
    margin-top: 25px;
    padding: 10px;
  }

  .feature-left,
  .feature-right {
    width: 100%;
  }

  .feature-left {
    text-align: center;
  }

  .next-btn {
    right: 10px;
  }
}

/* ===== CAPABILITIES ===== */
@media (max-width: 992px) {
  .cards {
    flex-direction: column;
    gap: 20px;
    padding: 10px;
  }

  .card {
    width: 100%;
  }
  .feedback-item {
    width: 100%;
  }
}

/* ===== PRICING ===== */
@media (max-width: 992px) {
  .pricing-cards {
    flex-direction: column;
    gap: 20px;
  }

  .price-card {
    width: 100%;
  }

  .css-oflfpoWWV {
    font-size: 28px;
  }
}

/* ===== FEEDBACK ===== */
@media (max-width: 768px) {
  .feedback-list {
    flex-direction: column;
    gap: 20px;
  }
}

/* ===== FOOTER ===== */
@media (max-width: 768px) {
  .footer {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  .css-ksnffjeq {
    display: flex;
  }
  .company_detail {
    left: 38px;
  }
}

/* ===== SMALL DEVICES ===== */
@media (max-width: 480px) {
  .hero h1 {
    font-size: 20px;
  }

  .cta {
    font-size: 14px;
    padding: 18px;
  }

  .price-card h3 {
    font-size: 16px;
  }

  .css-ydhdlkQ span {
    font-size: 13px;
  }
  .capabilities {
    background: #0d1117;
    margin-top: 20px;
  }
  .capabilities h2 {
    padding-top: 40px;
    color: white;
  }
}

@media (min-width: 1200px) {
  .css-uifoflflfuu {
    min-width: 1200px;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
  }
}

@media (min-width: 1680px) {
  .css-uifoflflfuu {
    max-width: 1580px;
  }
}
