.drop-zone-draggable .hl_main_popup-wzz8-qKGWS {
  box-shadow:none;padding:20px;margin-top:0;border-color:var(--gray);border-width:10px;border-style:solid;border-radius:0;background-color:var(--white);width:720px
}

#hl_main_popup-wzz8-qKGWS.popup-body {
  position:absolute!important;left:50%!important;bottom:auto!important;transform:translate(-50%,0)!important;right:auto!important;box-shadow:none;padding:20px;margin-top:0;border-color:var(--gray);border-width:10px;border-style:solid;border-radius:0;background-color:var(--white);width:720px
}

.--mobile #hl_main_popup-wzz8-qKGWS.popup-body {
  width:380px!important
}

@media screen and (min-width:0px) and (max-width:480px) {
  #hl_main_popup-wzz8-qKGWS.popup-body {
    width:380px!important
  }
}





.hl_page-preview--content .col-90jypNFL_Y,.hl_page-preview--content .row-w6GIxHEuSH,.hl_page-preview--content .section-vG1rBLDD2g {
  box-shadow:none;padding:20px 0;margin:20px 0 0;background-color:var(--transparent);backdrop-filter:none;border-color:var(--black);border-width:0;border-style:none;border-radius:0
}

.hl_page-preview--content .col-90jypNFL_Y,.hl_page-preview--content .row-w6GIxHEuSH {
  margin:0 auto;padding:10px 5px;width:100%
}

.hl_page-preview--content .col-90jypNFL_Y {
  margin:0
}

.hl_page-preview--content .custom-code-dlPgqYkMt2 {
  margin:0;width:auto;height:auto
}

#section-vG1rBLDD2g>.inner {
  max-width:100%
}

#col-90jypNFL_Y>.inner {
  flex-direction:column;justify-content:center;align-items:inherit;flex-wrap:nowrap
}

.primex-content * {
  margin: 0;
            padding: 0;
            box-sizing: border-box;
}

.primex-content {
  scroll-behavior: smooth;
}

.primex-content {
  font-family: "Poppins", sans-serif;
            line-height: 1.6;
            color: #ffffff;
            background-color: #0a0a0a;
}

#primex-city-page-wrapper {
  min-height: 100vh;
            background-color: #0a0a0a;
}

.hero {
  background: linear-gradient(135deg, rgba(147, 51, 234, 0.3) 0%, rgba(0, 0, 0, 0.9) 100%);
            color: #ffffff;
            padding: 6rem 2rem;
            text-align: center;
}

.hero-content {
  max-width: 1000px;
            margin: 0 auto;
}

.hero h1 {
  font-size: 3rem;
            font-weight: 800;
            margin-bottom: 1rem;
            line-height: 1.2;
}

.hero p {
  font-size: 1.25rem;
            margin-bottom: 2rem;
            color: #a1a1aa;
}

.cta-button {
  display: inline-block;
            background: linear-gradient(135deg, #9333ea, #7e22ce);
            color: white;
            padding: 1rem 2.5rem;
            border-radius: 6px;
            text-decoration: none;
            font-weight: 600;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            cursor: pointer;
            border: none;
            font-size: 1rem;
            font-family: "Poppins", sans-serif;
}

.cta-button:hover {
  transform: translateY(-2px);
            box-shadow: 0 8px 16px rgba(147, 51, 234, 0.3);
}

.primex-content main {
  max-width: 1400px;
            margin: 0 auto;
            padding: 0 2rem;
}

.primex-content section {
  padding: 6rem 0;
            border-bottom: 1px solid rgba(147, 51, 234, 0.1);
}

.primex-content section:last-child {
  border-bottom: none;
}

.primex-content h2 {
  font-size: 2.2rem;
            color: #a855f7;
            margin-bottom: 1.5rem;
            font-weight: 700;
}

.primex-content h3 {
  font-size: 1.4rem;
            color: #a855f7;
            margin-bottom: 1rem;
            margin-top: 1.5rem;
}

.primex-content p {
  color: #a1a1aa;
}

.market-focus {
  background-color: #0a0a0a;
}

.market-descriptor {
  display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 2rem;
            margin-top: 2rem;
}

.market-card {
  background-color: #1a1a1a;
            padding: 2rem;
            border: 1px solid rgba(147, 51, 234, 0.2);
            border-left: 4px solid #d97706;
            border-radius: 8px;
            transition: transform 0.3s ease;
}

.market-card:hover {
  transform: translateY(-5px);
}

.market-card h3 {
  color: #a855f7;
            margin-top: 0;
}

.market-card p {
  color: #a1a1aa;
            line-height: 1.8;
}

.services-grid {
  display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 2.5rem;
            margin-top: 2rem;
}

.service-item {
  background: #1a1a1a;
            padding: 2rem;
            border-radius: 8px;
            border: 1px solid rgba(147, 51, 234, 0.2);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-item:hover {
  transform: translateY(-5px);
            box-shadow: 0 8px 24px rgba(147, 51, 234, 0.15);
}

.service-item h3 {
  margin-top: 0;
            color: #a855f7;
}

.service-item p {
  color: #a1a1aa;
}

.why-choose {
  background-color: #0a0a0a;
}

.benefits-list {
  display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            margin-top: 2rem;
}

.benefit-item {
  padding-left: 2.5rem;
            position: relative;
}

.benefit-item::before {
  content: "✓";
            position: absolute;
            left: 0;
            color: #d97706;
            font-weight: 800;
            font-size: 1.5rem;
}

.benefit-item h3 {
  margin-top: 0;
            color: #a855f7;
            font-size: 1.1rem;
}

.benefit-item p {
  color: #a1a1aa;
}

.portfolio {
  background-color: #0a0a0a;
}

.portfolio-grid {
  display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            margin-top: 2rem;
}

.portfolio-item {
  background: #1a1a1a;
            border-radius: 8px;
            overflow: hidden;
            border: 1px solid rgba(147, 51, 234, 0.2);
            transition: transform 0.3s ease;
}

.portfolio-item:hover {
  transform: translateY(-5px);
}

.portfolio-image {
  background: linear-gradient(135deg, rgba(147, 51, 234, 0.2), rgba(147, 51, 234, 0.1));
            height: 200px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #a855f7;
            font-weight: 600;
            font-size: 1rem;
            text-align: center;
            padding: 1rem;
            border-bottom: 1px solid rgba(147, 51, 234, 0.2);
}

.portfolio-content {
  padding: 1.5rem;
}

.portfolio-item h3 {
  margin-top: 0;
            margin-bottom: 0.5rem;
            color: #a855f7;
}

.portfolio-item p {
  color: #a1a1aa;
}

.portfolio-tag {
  display: inline-block;
            background-color: rgba(147, 51, 234, 0.2);
            color: #a855f7;
            padding: 0.25rem 0.75rem;
            border-radius: 4px;
            font-size: 0.85rem;
            margin-top: 0.5rem;
            margin-right: 0.5rem;
            border: 1px solid rgba(147, 51, 234, 0.3);
}

.packages {
  background-color: #0a0a0a;
}

.package-grid {
  display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 2rem;
            margin-top: 2rem;
}

.package {
  border: 1px solid rgba(147, 51, 234, 0.2);
            border-radius: 8px;
            padding: 2rem;
            text-align: center;
            background-color: #1a1a1a;
            transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.package:hover {
  border-color: rgba(147, 51, 234, 0.5);
            box-shadow: 0 8px 24px rgba(147, 51, 234, 0.15);
            transform: translateY(-5px);
}

.package h3 {
  margin-top: 0;
            font-size: 1.5rem;
            color: #a855f7;
}

.package-price {
  font-size: 2rem;
            font-weight: 700;
            color: #d97706;
            margin: 1rem 0;
}

.package ul {
  list-style: none;
            text-align: left;
            margin: 1.5rem 0;
}

.package ul li {
  padding: 0.5rem 0;
            border-bottom: 1px solid rgba(147, 51, 234, 0.1);
            color: #a1a1aa;
}

.package ul li:last-child {
  border-bottom: none;
}

.credibility {
  background-color: #0a0a0a;
}

.credibility-grid {
  display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 2rem;
            margin-top: 2rem;
}

.credibility-stat {
  text-align: center;
            padding: 2rem;
            background: #1a1a1a;
            border-radius: 8px;
            border: 1px solid rgba(147, 51, 234, 0.2);
            transition: transform 0.3s ease;
}

.credibility-stat:hover {
  transform: translateY(-5px);
}

.stat-number {
  font-size: 2.5rem;
            font-weight: 700;
            color: #d97706;
            display: block;
}

.stat-label {
  font-size: 1rem;
            color: #a1a1aa;
            margin-top: 0.5rem;
}

.faq {
  background-color: #0a0a0a;
}

.faq-item {
  border-bottom: 1px solid rgba(147, 51, 234, 0.1);
            padding: 1.5rem 0;
}

.faq-question {
  font-weight: 600;
            color: #a855f7;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: color 0.3s ease;
}

.faq-question:hover {
  color: #d97706;
}

.faq-answer {
  margin-top: 1rem;
            color: #a1a1aa;
            line-height: 1.8;
            display: none;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-toggle {
  font-size: 1.25rem;
            transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle {
  transform: rotate(180deg);
}

.related-links {
  background-color: #1a1a1a;
            padding: 2rem;
            border-radius: 8px;
            margin-top: 2rem;
            border: 1px solid rgba(147, 51, 234, 0.2);
}

.related-links h4 {
  color: #a855f7;
            margin-bottom: 1rem;
}

.related-links ul {
  list-style: none;
}

.related-links li {
  margin-bottom: 0.5rem;
}

.related-links a {
  color: #a855f7;
            text-decoration: none;
            font-weight: 500;
            transition: color 0.3s ease;
}

.related-links a:hover {
  color: #d97706;
            text-decoration: underline;
}

@media (max-width: 768px) {
  .hero h1 {
    font-size: 2rem;
  }
  .hero p {
    font-size: 1rem;
  }
  .primex-content h2 {
    font-size: 1.75rem;
  }
  .primex-content section {
    padding: 3rem 0;
  }
  .service-item,
            .portfolio-item,
            .package {
    margin-bottom: 1rem;
  }
}
