﻿﻿﻿﻿.rounded-full {
  border-radius: 10px !important;
}

.makhzan-page {
  padding: 120px 0 70px;
  background: #f8fafc;
  color: #1e293b;
  direction: rtl;
}

.makhzan-wrap {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.makhzan-intro {
  padding: 28px 0 38px;
}

.makhzan-intro h1 {
  margin: 0 0 14px;
  color: #111827;
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 800;
  line-height: 1.25;
}

.makhzan-intro p {
  max-width: 600px;
  margin: 0;
  color: #64748b;
  font-size: 15px;
  line-height: 2;
}

.makhzan-support {
  margin-bottom: 48px;
  padding: 28px 30px;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  background: #fff;
}

.makhzan-support-layout {
  display: grid;
  grid-template-columns: minmax(300px, .85fr) minmax(0, 1.15fr) auto;
  align-items: center;
  gap: 20px;
}

.makhzan-support h2 {
  margin: 0 0 8px;
  color: #111827;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.makhzan-support-copy p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
}

.makhzan-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
}

.makhzan-benefit {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #334155;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
}

.makhzan-check {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  border-radius: 8px;
  background: #eef2ff;
  color: #4f46e5;
  font-weight: 800;
}

.makhzan-support-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 10px 15px;
  border-radius: 9px;
  background: #4f46e5;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.makhzan-support-link:hover {
  background: #4338ca;
}

.makhzan-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
  margin-bottom: 20px;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

.makhzan-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.makhzan-filter {
  padding: 7px 12px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: #64748b;
  font-size: 12px;
  cursor: pointer;
}

.makhzan-filter.active,
.makhzan-filter:hover {
  border-color: #c7d2fe;
  background: #eef2ff;
  color: #3730a3;
}

.makhzan-search {
  width: 240px;
  padding: 9px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  color: #1e293b;
  font: inherit;
  font-size: 12px;
}

.makhzan-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.makhzan-card {
  display: flex;
  flex-direction: column;
  min-height: 285px;
  padding: 22px;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #fff;
}

.makhzan-card h3 {
  margin: 18px 0 7px;
  color: #1e293b;
  font-size: 20px;
  line-height: 1.5;
}

.makhzan-card p {
  margin: 0 0 16px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.9;
}

.makhzan-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.makhzan-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 11px;
  background: #eef2ff;
  color: #4f46e5;
  font-size: 13px;
  font-weight: 800;
}

.makhzan-tag {
  padding: 4px 9px;
  border-radius: 7px;
  background: #f1f5f9;
  color: #64748b;
  font-size: 11px;
}

.makhzan-features {
  margin: 0;
  padding: 0 18px 0 0;
  color: #475569;
  font-size: 12px;
  line-height: 2;
}

.makhzan-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid #f1f5f9;
}

.makhzan-meta {
  color: #94a3b8;
  font-size: 11px;
}

.makhzan-download {
  padding: 0;
  border: 0;
  background: transparent;
  color: #4f46e5;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.makhzan-empty {
  display: none;
  grid-column: 1 / -1;
  padding: 30px;
  text-align: center;
  color: #64748b;
}

.makhzan-empty.show {
  display: block;
}

.makhzan-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(15, 23, 42, .42);
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease, visibility .2s ease;
}

.makhzan-modal.open {
  opacity: 1;
  visibility: visible;
}

.makhzan-dialog {
  width: min(680px, 100%);
  max-height: 90vh;
  overflow: auto;
  padding: 28px;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  background: #fff;
}

.makhzan-dialog-close {
  float: left;
  width: 32px;
  height: 32px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  color: #64748b;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.makhzan-dialog h2 {
  margin: 0 0 8px;
  color: #111827;
  font-size: 25px;
}

.makhzan-dialog-copy {
  margin: 0 0 18px;
  color: #64748b;
  font-size: 13px;
}

.makhzan-capacity {
  padding: 18px;
  border-radius: 16px;
  background: #fff;
}

.makhzan-capacity-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 15px;
}

.makhzan-capacity-kicker {
  display: block;
  color: #64748b;
  font-size: 11px;
}

.makhzan-remaining {
  display: flex;
  align-items: baseline;
  gap: 6px;
  color: #3730a3;
}

.makhzan-remaining strong {
  font-size: 30px;
  line-height: 1;
}

.makhzan-remaining span,
.makhzan-total {
  color: #64748b;
  font-size: 11px;
}

.makhzan-total {
  text-align: left;
}

.makhzan-total strong {
  display: block;
  margin-top: 2px;
  color: #1e293b;
  font-size: 15px;
}

.makhzan-progress {
  height: 10px;
  border-radius: 999px;
  background: #e8edfb;
  overflow: hidden;
}

.makhzan-progress span {
  display: block;
  width: 40%;
  height: 100%;
  border-radius: inherit;
  background: #4f46e5;
}

.makhzan-capacity-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 8px;
  color: #64748b;
  font-size: 11px;
}

.makhzan-capacity-meta strong {
  color: #1e293b;
}

.makhzan-price {
  margin: 18px 0 12px;
  color: #3730a3;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
}

.makhzan-buy {
  display: block;
  width: 100%;
  padding: 11px 16px;
  border-radius: 9px;
  background: #4f46e5;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}

.makhzan-buy:hover {
  background: #4338ca;
}

.makhzan-support-layout>.makhzan-dialog-benefits {
  display: none;
}

.makhzan-dialog-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 12px;
  margin: 0 0 20px;
}

.makhzan-dialog-benefit {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #334155;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
}

.makhzan-dialog-benefit span {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 7px;
  background: #eef2ff;
  color: #4f46e5;
  font-size: 12px;
}

@media (max-width: 900px) {
  .makhzan-support-layout {
    grid-template-columns: 1fr 1.4fr;
  }

  .makhzan-support-link {
    grid-column: 1 / -1;
    width: max-content;
  }

  .makhzan-benefits {
    gap: 8px 12px;
  }
}

@media (max-width: 720px) {
  .makhzan-page {
    padding-top: 95px;
  }

  .makhzan-wrap {
    width: min(100% - 30px, 560px);
  }

  .makhzan-support {
    padding: 22px 18px;
  }

  .makhzan-support-layout {
    display: block;
  }

  .makhzan-benefits {
    grid-template-columns: 1fr;
    margin: 20px 0;
  }

  .makhzan-support-link {
    display: flex;
    width: 100%;
  }

  .makhzan-toolbar {
    display: block;
  }

  .makhzan-search {
    width: 100%;
    margin-top: 12px;
  }

  .makhzan-grid {
    grid-template-columns: 1fr;
  }

  .makhzan-dialog {
    padding: 22px 18px;
  }

  .makhzan-capacity-meta {
    flex-direction: column;
    gap: 3px;
  }
}

.atomdev-service-request-modal[hidden] {
  display: none;
}

.atomdev-service-request-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.atomdev-service-request-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, .44);
}

.atomdev-service-request-dialog {
  position: relative;
  width: min(420px, calc(100vw - 48px));
  background: #fff;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  padding: 28px 26px;
  box-shadow: 0 24px 80px rgba(15, 23, 42, .24);
  text-align: right;
}

.atomdev-service-request-close {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #eef2ff;
  color: #4f46e5;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.atomdev-service-request-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.atomdev-service-request-head span {
  color: #4f46e5;
  font-size: 24px;
}

.atomdev-service-request-head h3 {
  color: #111827;
  font-size: 22px;
  font-weight: 800;
}

.atomdev-service-request-copy {
  color: #64748b;
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 19px;
}

.atomdev-service-request-form label {
  display: block;
  margin-top: 10px;
}

.atomdev-service-request-form label>span {
  display: block;
  color: #475569;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 8px;
}

.atomdev-service-request-form input,
.atomdev-service-request-form select,
.atomdev-service-request-form textarea {
  width: 100%;
  min-height: 48px;
  border-radius: 12px;
  border: 1px solid #cbd5e1;
  background: #f8fafc;
  color: #1f2937;
  font-family: inherit;
  padding: 12px 14px;
  font-size: 14px;
  outline: none;
  box-sizing: border-box;
}

.atomdev-service-request-form textarea {
  min-height: 120px;
  resize: vertical;
  line-height: 1.8;
}

.atomdev-service-request-form input:focus,
.atomdev-service-request-form select:focus,
.atomdev-service-request-form textarea:focus {
  border-color: #6366f1;
  background: #fff;
}

.atomdev-service-request-submit {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 12px;
  background: #4f46e5;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  margin-top: 14px;
  cursor: pointer;
}

.atomdev-service-request-error {
  margin-top: 12px;
  color: #b91c1c;
  font-size: 12px;
  background: #fee2e2;
  border-radius: 10px;
  padding: 10px 12px;
}

.atomdev-service-request-success {
  text-align: center;
}

.atomdev-service-request-success p {
  font-size: 13px;
}

.atomdev-service-request-login {
  background-color: #4f46e5 !important;
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 10px;
  margin-top: 20px;
  color: #ffff;
}

.portfolio-showcase {
  background: #e0e7ff;
}

.portfolio-project-card {
  direction: rtl;
}

.newsletter-footer-form {
  display: grid;
  grid-template-columns: 3fr 7fr;
  gap: 10px;
}

.newsletter-footer-description {
  font-weight: 400;
}

.newsletter-footer-email {
  grid-column: 2;
  grid-row: 1;
}

.newsletter-footer-topic {
  grid-column: 1;
  grid-row: 1;
}

.newsletter-footer-submit,
.newsletter-footer-status {
  grid-column: 1 / -1;
}

.newsletter-footer-form input,
.newsletter-footer-form select,
.newsletter-footer-form button {
  min-height: 42px;
}

.newsletter-footer-form button:disabled {
  cursor: wait;
  opacity: .7;
}

.footer-accordion-toggle {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  padding-bottom: 10px;
  color: #1f2937;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
}

.footer-accordion-toggle i {
  display: none;
}

.footer-accordion-content {
  display: block;
}

.contact-content {
  background: #f8fafc;
  padding-top: 72px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(0, 1.3fr);
  gap: 72px;
  align-items: start;
  max-width: 1040px;
  margin: 0 auto;
}

.contact-details {
  padding-top: 12px;
}

.contact-details-heading {
  padding-bottom: 24px;
}

.contact-details-heading span,
.contact-form-heading span {
  color: #6366f1;
  font-size: 12px;
  font-weight: 700;
}

.contact-details h2,
.contact-form-heading h2 {
  margin-top: 10px;
  color: #111827;
  font-size: 24px;
  font-weight: 800;
}

.contact-detail-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 0;
  border-top: 1px solid #e2e8f0;
  color: #1f2937;
  transition: color .2s ease;
}

.contact-detail-row:hover {
  color: #4f46e5;
}

.contact-detail-icon {
  display: flex;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #eef2ff;
  color: #6366f1;
}

.contact-detail-row small,
.contact-detail-row strong {
  display: block;
}

.contact-detail-row small {
  margin-bottom: 5px;
  color: #94a3b8;
  font-size: 12px;
}

.contact-detail-row strong {
  font-size: 14px;
}

.contact-form-panel {
  padding: 32px;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .05);
}

.contact-form-heading {
  padding-bottom: 22px;
  border-bottom: 1px solid #f1f5f9;
  margin-bottom: 24px;
}

.contact-form {
  color: #1f2937;
}

.contact-field-label {
  margin-bottom: 10px;
  letter-spacing: -.01em;
}

.contact-field {
  margin-bottom: 22px;
}

.contact-form>.grid {
  margin-bottom: 22px;
  column-gap: 28px;
}

.contact-field-input {
  min-height: 50px;
  border-color: #e2e8f0;
  background: #f8fafc;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.contact-field-input:hover {
  border-color: #cbd5e1;
}

.contact-field-input:focus {
  border-color: #818cf8;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(99, 102, 241, .1);
}

.contact-field-input::placeholder {
  color: #94a3b8;
}

textarea.contact-field-input {
  min-height: 160px;
}

.contact-submit {
  min-width: 145px;
  min-height: 46px;
}

@media (max-width: 900px) {
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 40px;
    max-width: 680px;
  }

  .contact-details {
    padding-top: 0;
  }
}

@media (max-width: 640px) {
  footer .gap-10 {
    gap: 10px !important;
  }

  .contact-content {
    padding-top: 48px;
  }

  .footer-accordion {
    padding: 0 10px;
    border-radius: 10px;
    background: #f9fafb;
  }

  .footer-accordion-toggle {
    min-height: 52px;
    padding: 0 2px;
    cursor: pointer;
  }

  .footer-accordion-toggle i {
    display: inline-flex;
    color: #94a3b8;
    font-size: 18px;
    transition: transform .2s ease;
  }

  .footer-accordion.is-open .footer-accordion-toggle i {
    transform: rotate(180deg);
  }

  .footer-accordion-content {
    display: none;
    padding: 0 2px 16px;
  }

  .footer-accordion.is-open .footer-accordion-content {
    display: block;
  }

  .contact-layout {
    gap: 32px;
  }

  .contact-form-panel {
    padding: 22px 18px;
    border-radius: 14px;
  }

  .newsletter-footer-form {
    grid-template-columns: minmax(0, 3fr) minmax(0, 7fr);
  }

  .newsletter-footer-form input,
  .newsletter-footer-form select {
    min-width: 0;
  }

  .newsletter-footer-submit {
    grid-column: 1 / -1;
    width: 100%;
  }
}

.newsletter-blog-form {
  display: grid;
  grid-template-columns: 30% 70%;
  gap: 12px;
}

.newsletter-blog-email {
  grid-column: 2;
  grid-row: 1;
}

.newsletter-blog-topic {
  grid-column: 1;
  grid-row: 1;
}

.newsletter-blog-topic option {
  color: #374151;
  background-color: #fff;
}

.newsletter-blog-submit,
.newsletter-blog-status {
  grid-column: 1 / -1;
}

.advantages-intro {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.advantages-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.about-license-image {
  display: block;
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.about-licenses-box {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  justify-items: center;
}

.about-licenses-box>div:first-child {
  margin-bottom: 0;
  width: 100%;
  text-align: right;
}

.about-license-item {
  display: flex;
  min-height: 118px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  color: #1f2937;
  text-align: center;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.about-licenses-list {
  width: 100%;
  max-width: none;
}

.about-license-item:hover {
  border-color: #c7d2fe;
  box-shadow: 0 8px 18px rgba(79, 70, 229, .08);
  transform: translateY(-2px);
}

.about-license-item strong {
  font-size: 14px;
}

@media (max-width: 900px) {
  .about-licenses-box {
    grid-template-columns: 1fr;
  }

  .about-licenses-box>div:first-child {
    text-align: right;
  }

  .about-licenses-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .about-license-item {
    min-height: 96px;
    gap: 6px;
    padding: 8px 4px;
  }

  .about-license-image {
    width: 48px;
    height: 48px;
  }

  .about-license-item strong {
    font-size: 10px;
    line-height: 1.6;
  }
}

.advantages-grid article {
  background: #fff;
  border-color: #e5e7eb;
  padding: 20px;
}

.advantages-grid article>div {
  align-items: center;
  flex-direction: column;
  gap: 12px;
  text-align: center;
}

.advantages-grid article>div>div {
  width: 100%;
}

.advantages-grid article>div>div>div {
  justify-content: center;
}

.advantages-grid article>div>span {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #eef2ff;
  color: #4f46e5;
  font-size: 18px;
}

@media (max-width: 1100px) {
  .advantages-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .advantages-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Stable checkout layout overrides */
body.woocommerce-checkout .atomdev-checkout-layout {
  display: block;
  width: min(100%, 1120px);
  margin: 0 auto;
}

body.woocommerce-checkout .atomdev-checkout-layout>form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(300px, .8fr);
  gap: 24px;
  align-items: start;
  margin: 0;
}

body.woocommerce-checkout .atomdev-checkout-layout #customer_details {
  grid-column: 1;
  grid-row: 1 / span 2;
  width: auto;
  min-width: 0;
  float: none;
  margin: 0;
}

body.woocommerce-checkout .atomdev-checkout-layout #customer_details .col-1,
body.woocommerce-checkout .atomdev-checkout-layout #customer_details .col-2 {
  width: 100%;
  float: none;
  padding: 0;
}

body.woocommerce-checkout .atomdev-checkout-layout #customer_details .form-row,
body.woocommerce-checkout .atomdev-checkout-layout #customer_details .form-row-first,
body.woocommerce-checkout .atomdev-checkout-layout #customer_details .form-row-last,
body.woocommerce-checkout .atomdev-checkout-layout #customer_details #billing_phone_field,
body.woocommerce-checkout .atomdev-checkout-layout #customer_details #billing_email_field {
  width: 100% !important;
  float: none;
  clear: both;
  margin: 0 0 16px;
  overflow: visible;
}

body.woocommerce-checkout .atomdev-checkout-layout #customer_details .form-row label {
  display: block;
  margin-bottom: 6px;
  color: #334155;
  font-size: 12px;
  font-weight: 700;
}

body.woocommerce-checkout .atomdev-checkout-layout #customer_details .form-row input,
body.woocommerce-checkout .atomdev-checkout-layout #customer_details .form-row select,
body.woocommerce-checkout .atomdev-checkout-layout #customer_details .form-row textarea {
  width: 100%;
  min-height: 44px;
  box-sizing: border-box;
  border: 1px solid #dbe3ef;
  border-radius: 9px;
  padding: 10px 12px;
  background: #fff;
  color: #1e293b;
  font: inherit;
  font-size: 12px;
}

body.woocommerce-checkout .atomdev-checkout-layout #customer_details .form-row input:focus,
body.woocommerce-checkout .atomdev-checkout-layout #customer_details .form-row select:focus,
body.woocommerce-checkout .atomdev-checkout-layout #customer_details .form-row textarea:focus {
  border-color: #818cf8;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, .1);
}

body.woocommerce-checkout .atomdev-checkout-layout #order_review_heading {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  padding: 0 0 20px;
  color: #1e293b;
  font-size: 18px;
  font-weight: 500;
}

body.woocommerce-checkout .woocommerce-billing-fields h3 {
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}

body.woocommerce-checkout .atomdev-checkout-layout #order_review {
  grid-column: 2;
  grid-row: 2;
  position: static;
  width: auto;
  min-width: 0;
  float: none;
  margin: 0;
  padding: 20px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .05);
}

body.woocommerce-checkout .atomdev-checkout-layout #payment {
  margin: 20px -20px -20px;
  padding: 18px 20px 20px;
  border-radius: 0 0 14px 14px;
  background: #f8fafc;
}

body.woocommerce-checkout .atomdev-checkout-layout #payment ul.wc_payment_methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 16px;
  padding: 0;
}

body.woocommerce-checkout .atomdev-checkout-layout #payment ul.wc_payment_methods li.wc_payment_method {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 12px;
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  background: #f8fafc;
  list-style: none;
  transition: border-color .15s, background .15s, box-shadow .15s;
}

body.woocommerce-checkout .atomdev-checkout-layout #payment ul.wc_payment_methods li.wc_payment_method>label {
  display: flex;
  font-size: 12px;
  font-weight: 600;
  width: auto;
  height: 100%;
  min-height: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  text-align: center;
}

body.woocommerce-checkout .atomdev-checkout-layout #payment ul.wc_payment_methods li.wc_payment_method>label {
  display: flex;
  width: auto;
  height: 100%;
  min-height: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  text-align: center;
}

body.woocommerce-checkout .atomdev-checkout-layout #payment .atomdev-payment-logo {
  width: 60px;
  display: flex;
  justify-content: center;
}

body.woocommerce-checkout .atomdev-checkout-layout #payment ul.wc_payment_methods li.wc_payment_method>label img {
  max-width: 50px;
  max-height: 50px;
}

body.woocommerce-checkout .atomdev-checkout-layout #payment ul.wc_payment_methods li.wc_payment_method .payment_box {
  margin: 10px 0 0;
  padding: 10px;
  border-radius: 8px;
  background: #fff;
  color: #64748b;
  font-size: 11px;
  line-height: 1.8;
}

body.woocommerce-checkout .atomdev-checkout-layout #payment ul.wc_payment_methods li.wc_payment_method .payment_box p {
  display: none;
}

body.woocommerce-checkout .atomdev-checkout-layout #payment ul.wc_payment_methods li.wc_payment_method input:checked~.payment_box {
  display: none !important;
}

body.woocommerce-checkout .atomdev-checkout-layout #payment ul.wc_payment_methods li.wc_payment_method:has(input:checked) .atomdev-payment-logo {
  background: #f9fafb;
  color: #fff;
}

body.woocommerce-checkout .atomdev-checkout-layout #payment ul.wc_payment_methods li.wc_payment_method>input,
body.woocommerce-order-pay #payment ul.wc_payment_methods li.wc_payment_method>input,
body.woocommerce-order-pay #payment ul.wc_payment_methods li.wc_payment_method input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

body.woocommerce-checkout .atomdev-checkout-layout #payment ul.wc_payment_methods li.wc_payment_method:has(input:checked),
body.woocommerce-order-pay #payment ul.wc_payment_methods li.wc_payment_method:has(input:checked) {
  border-color: #6366f1;
  box-shadow: 0 0 0 2px rgba(99, 102, 241, .12);
  background: #fff;
}

/* Order payment page */
body.woocommerce-order-pay {
  min-height: 100vh;
  background: #f4f7fb;
}

body.woocommerce-order-pay .woocommerce {
  width: min(100% - 32px, 620px);
  margin: 0 auto;
  padding: 116px 0 64px;
}

body.woocommerce-order-pay form#order_review {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 30px;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .08);
}

body.woocommerce-order-pay form#order_review::before {
  display: block;
  margin-bottom: 6px;
  color: #64748b;
  content: 'تکمیل پرداخت سفارش';
  font-size: 13px;
  font-weight: 700;
}

body.woocommerce-order-pay form#order_review::after {
  display: block;
  margin-top: 20px;
  border-top: 1px solid #eef2f7;
  content: '';
}

body.woocommerce-order-pay form#order_review > h3,
body.woocommerce-order-pay form#order_review > h2 {
  margin: 0 0 18px;
  color: #1e293b;
  font-size: 19px;
  font-weight: 800;
}

body.woocommerce-order-pay form#order_review table.shop_table {
  margin: 0;
  border: 0;
  font-size: 13px;
}

body.woocommerce-order-pay form#order_review table.shop_table th,
body.woocommerce-order-pay form#order_review table.shop_table td {
  padding: 12px 0;
  border-color: #f1f5f9;
}

body.woocommerce-order-pay form#order_review table.shop_table tfoot th,
body.woocommerce-order-pay form#order_review table.shop_table tfoot td {
  font-size: 13px;
}

body.woocommerce-order-pay form#order_review table.shop_table tfoot tr:last-child th,
body.woocommerce-order-pay form#order_review table.shop_table tfoot tr:last-child td {
  padding-top: 16px;
  border-top: 1px solid #e2e8f0;
  color: #111827;
  font-size: 16px;
  font-weight: 800;
}

body.woocommerce-order-pay #payment {
  margin: 26px -30px -30px;
  padding: 22px 30px 30px;
  border-radius: 0 0 18px 18px;
  background: #f8fafc;
}

body.woocommerce-order-pay #payment::before {
  display: block;
  margin-bottom: 13px;
  color: #334155;
  content: 'روش پرداخت را انتخاب کنید';
  font-size: 14px;
  font-weight: 800;
}

body.woocommerce-order-pay #payment ul.wc_payment_methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 18px;
  padding: 0;
}

body.woocommerce-order-pay #payment ul.wc_payment_methods li.wc_payment_method {
  position: relative;
  display: block;
  min-height: 94px;
  box-sizing: border-box;
  margin: 0;
  padding: 13px;
  border-width: 1px;
  border-radius: 12px;
  background: #fff;
  list-style: none;
}

body.woocommerce-order-pay #payment ul.wc_payment_methods li.wc_payment_method > label {
  gap: 8px;
  font-size: 13px;
  line-height: 1.5;
}

body.woocommerce-order-pay #payment .atomdev-payment-logo {
  width: 36px;
  height: 36px;
  flex-basis: 36px;
  border-radius: 9px;
}

body.woocommerce-order-pay #payment ul.wc_payment_methods li.wc_payment_method > label img {
  max-width: 25px;
  max-height: 25px;
}

body.woocommerce-order-pay #payment ul.wc_payment_methods li.wc_payment_method .payment_box,
body.woocommerce-order-pay #payment ul.wc_payment_methods li.wc_payment_method .payment_box p {
  display: none !important;
}

body.woocommerce-order-pay #payment .place-order {
  margin: 0;
  padding: 0;
}

body.woocommerce-order-pay #payment #place_order {
  width: 100%;
  min-height: 48px;
  float: none;
  margin: 0;
  border: 0;
  border-radius: 10px;
  padding: 12px 16px;
  background: #4f46e5;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  transition: background .2s ease, transform .2s ease;
}

body.woocommerce-order-pay #payment #place_order:hover {
  background: #4338ca;
  transform: translateY(-1px);
}

@media (max-width: 600px) {
  body.woocommerce-order-pay .woocommerce {
    width: min(100% - 24px, 620px);
    padding-top: 88px;
  }

  body.woocommerce-order-pay form#order_review {
    padding: 22px 18px;
    border-radius: 14px;
  }

  body.woocommerce-order-pay #payment {
    margin: 22px -18px -22px;
    padding: 18px;
    border-radius: 0 0 14px 14px;
  }

  body.woocommerce-order-pay #payment ul.wc_payment_methods {
    grid-template-columns: 1fr;
  }

  body.woocommerce-order-pay #payment ul.wc_payment_methods li.wc_payment_method {
    min-height: 76px;
  }
}

body.woocommerce-checkout .atomdev-checkout-layout #payment .place-order {
  margin: 0;
  padding: 0;
}

@media (max-width: 820px) {
  body.woocommerce-checkout .atomdev-checkout-layout>form.checkout {
    display: block;
  }

  body.woocommerce-checkout .atomdev-checkout-layout #customer_details,
  body.woocommerce-checkout .atomdev-checkout-layout #order_review_heading,
  body.woocommerce-checkout .atomdev-checkout-layout #order_review {
    margin: 0 0 16px;
  }

  body.woocommerce-checkout .atomdev-checkout-layout #order_review_heading {
    padding: 0 0 20px;
  }
}

@media (min-width: 601px) {
  body.woocommerce-checkout .atomdev-checkout-layout #customer_details .woocommerce-billing-fields__field-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 0;
  }

  body.woocommerce-checkout .atomdev-checkout-layout #customer_details .woocommerce-billing-fields__field-wrapper .form-row {
    grid-column: 1 / -1;
  }

  body.woocommerce-checkout .atomdev-checkout-layout #customer_details .woocommerce-billing-fields__field-wrapper #billing_first_name_field,
  body.woocommerce-checkout .atomdev-checkout-layout #customer_details .woocommerce-billing-fields__field-wrapper #billing_phone_field {
    grid-column: 1;
  }

  body.woocommerce-checkout .atomdev-checkout-layout #customer_details .woocommerce-billing-fields__field-wrapper #billing_last_name_field,
  body.woocommerce-checkout .atomdev-checkout-layout #customer_details .woocommerce-billing-fields__field-wrapper #billing_email_field {
    grid-column: 2;
  }
}

@media (max-width: 600px) {
  body.woocommerce-checkout .atomdev-checkout-layout #customer_details .woocommerce-billing-fields__field-wrapper {
    display: block;
  }
}

@font-face {
  font-family: 'KalamehWeb';
  src: url('../fonts/KalamehWebFaNum-Thin.woff2') format('woff2'),
    url('../fonts/KalamehWebFaNum-Thin.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'KalamehWeb';
  src: url('../fonts/KalamehWebFaNum-Regular.woff2') format('woff2'),
    url('../fonts/KalamehWebFaNum-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'KalamehWeb';
  src: url('../fonts/KalamehWebFaNum-Bold.woff2') format('woff2'),
    url('../fonts/KalamehWebFaNum-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'KalamehWeb';
  src: url('../fonts/KalamehWebFaNum-Black.woff2') format('woff2'),
    url('../fonts/KalamehWebFaNum-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

body {
  font-family: 'KalamehWeb', system-ui, sans-serif;
  direction: rtl;
}


.woocommerce-notices-wrapper {
  position: fixed !important;
  left: 50% !important;
  right: auto !important;
  bottom: 7px !important;
  z-index: 99999 !important;
  width: min(420px, calc(100vw - 48px)) !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 100px !important;
  background: transparent !important;
  transform: translateX(-50%) !important;
  pointer-events: none !important;
}

@property --atomdev-notice-angle {
  syntax: '<angle>';
  inherits: false;
  initial-value: 0deg;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  position: relative;
  border: 2px solid transparent !important;
  background:
    linear-gradient(#fff, #fff) padding-box,
    conic-gradient(from var(--atomdev-notice-angle),
      #e5e7eb 0deg 225deg,
      #4e45e3 255deg 315deg,
      #a5b4fc 335deg 350deg,
      #e5e7eb 360deg) border-box !important;
  animation: atomdev-notice-border 2.4s linear infinite;
}

.woocommerce-message:focus,
.woocommerce-error:focus,
.woocommerce-info:focus {
  outline: none !important;
}

.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce>.woocommerce-message,
.woocommerce>.woocommerce-error,
.woocommerce>.woocommerce-info {
  position: static !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 8px 10px !important;
  border: 2px solid transparent !important;
  border-radius: 100px !important;
  background:
    linear-gradient(#fff, #fff) padding-box,
    conic-gradient(from var(--atomdev-notice-angle),
      #e5e7eb 0deg 225deg,
      #4e45e3 255deg 315deg,
      #a5b4fc 335deg 350deg,
      #e5e7eb 360deg) border-box !important;
  box-shadow: unset !important;
  color: #4b5563 !important;
  font-size: 12px !important;
  line-height: 1.8 !important;
  list-style: none !important;
  pointer-events: auto !important;
  animation: atomdev-notice-border 2.4s linear infinite;
}

@keyframes atomdev-notice-border {
  to {
    --atomdev-notice-angle: 360deg;
  }
}

.button.wc-forward {
  border-radius: 10px !important;
  background: #4e45e3 !important;
  color: #fff !important;
  font-weight: 400 !important;
}

.single-product .single_add_to_cart_button,
.woocommerce-cart .cart_totals .checkout-button,
.woocommerce-checkout #payment #place_order {
  border: 0 !important;
  border-radius: 10px !important;
  background: #4e45e3 !important;
  color: #fff !important;
  font-weight: 700 !important;
}

.single-product .single_add_to_cart_button:hover,
.woocommerce-cart .cart_totals .checkout-button:hover,
.woocommerce-checkout #payment #place_order:hover {
  background: #4338ca !important;
  color: #fff !important;
}

.woocommerce-notices-wrapper .woocommerce-message::before,
.woocommerce-notices-wrapper .woocommerce-error::before,
.woocommerce-notices-wrapper .woocommerce-info::before,
.woocommerce>.woocommerce-message::before,
.woocommerce>.woocommerce-error::before,
.woocommerce>.woocommerce-info::before {
  display: none !important;
}

.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce>.woocommerce-error {
  color: #991b1b !important;
}

.woocommerce>.woocommerce-message {
  position: fixed !important;
  left: 50% !important;
  right: auto !important;
  bottom: 7px !important;
  z-index: 100000 !important;
  width: min(420px, calc(100vw - 48px)) !important;
  transform: translateX(-50%) !important;
}

.woocommerce-notices-wrapper:has(.cart-empty.woocommerce-info) {
  position: static !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  background: transparent !important;
  animation: none !important;
  pointer-events: auto !important;
}

.cart-empty.woocommerce-info {
  position: static !important;
  width: auto !important;
  margin: 0 0 24px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #4b5563 !important;
  transform: none !important;
  animation: none !important;
}


*,
*::before,
*::after {
  box-shadow: none !important;
  text-shadow: none !important;
}

html body * {
  box-shadow: none !important;
  text-shadow: none !important;
}

.atomdev-product-addons {
  margin: 0 0 18px;
  padding: 0;
  border: 0;
}

.atomdev-product-addons legend {
  margin-bottom: 8px;
  color: #4b5563;
  font-size: 12px;
  font-weight: 600;
}

.atomdev-product-addons-list {
  display: grid;
  gap: 8px;
}

.atomdev-product-addon {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 8px;
  padding: 9px 10px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  color: #4b5563;
  cursor: pointer;
  font-size: 12px;
}

.atomdev-product-addon input {
  accent-color: #4e45e3;
  flex: 0 0 auto;
}

.atomdev-product-addon span {
  flex: 1;
}

.atomdev-product-addon .atomdev-addon-info {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  color: #9ca3af;
  cursor: help;
}

.atomdev-addon-info i {
  font-size: 14px;
}

.atomdev-addon-tooltip {
  position: absolute;
  z-index: 20;
  right: auto;
  left: 0;
  bottom: calc(100% + 8px);
  visibility: hidden;
  width: 240px;
  padding: 8px 10px;
  border-radius: 7px;
  background: #1f2937;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.8;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, visibility .2s ease;
}

.atomdev-addon-tooltip::after {
  position: absolute;
  right: auto;
  left: 7px;
  top: 100%;
  width: 0;
  height: 0;
  border-top: 5px solid #1f2937;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: '';
}

.atomdev-addon-info:hover .atomdev-addon-tooltip,
.atomdev-addon-info:focus-within .atomdev-addon-tooltip {
  visibility: visible;
  opacity: 1;
}

.atomdev-product-addon strong {
  color: #4e45e3;
  font-size: 11px;
  font-weight: 500;
  white-space: nowrap;
}

.container-custom {
  width: 1300px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}


.atomdev-shop-layout {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

.atomdev-shop-heading {
  width: 100%;
  max-width: 100%;
  padding-bottom: 10px;
}

.atomdev-web-service-grid {
  display: flex;
  align-items: stretch;
  direction: rtl;
}

.atomdev-web-service-copy {
  width: 50%;
  flex: 0 0 50%;
  order: 1;
  direction: rtl;
}

.atomdev-web-service-visual {
  width: 50%;
  flex: 0 0 50%;
  order: 2;
  direction: rtl;
}

.atomdev-web-service-copy .atomdev-service-request-button {
  align-self: flex-start;
  border-radius: 999px;
}

@media (max-width: 700px) {
  .atomdev-web-service-grid {
    display: flex;
    flex-direction: column;
  }

  .atomdev-web-service-copy,
  .atomdev-web-service-visual {
    width: 100%;
    flex-basis: auto;
    order: initial;
  }
}

.atomdev-shop-filters {
  width: 260px;
  flex: 0 0 260px;
  position: sticky;
  top: 112px;
}

.atomdev-shop-results {
  min-width: 0;
  flex: 1 1 auto;
}

.atomdev-archive-product-link {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  width: 100%;
  align-items: center;
  gap: 24px;
  direction: rtl;
  text-decoration: none;
}

.atomdev-archive-product-image {
  width: 240px;
  grid-column: 1;
}

.atomdev-archive-product-info {
  min-width: 0;
  grid-column: 2;
}

@media (max-width: 900px) {
  .atomdev-shop-layout {
    flex-direction: column;
  }

  .atomdev-shop-filters {
    width: 100%;
    flex-basis: auto;
    position: static;
  }

  .atomdev-shop-results {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .atomdev-archive-product-link {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
  }

  .atomdev-archive-product-image {
    width: 100%;
  }

  .atomdev-archive-product-info {
    width: 100%;
  }
}

html {
  scroll-behavior: smooth;
}

::selection {
  background: #6366f1;
  color: white;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f5f9;
}

::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}






#navbar {
  background: transparent;
  border-bottom: 1px solid transparent;
  box-shadow: none;
}

#navbar img {
  width: 120px;
}

footer img {
  width: 120px !important;
}


#navbar.navbar-solid {
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid #f3f4f6;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.07);
}


#navbar.scrolled {
  background: #ffffff;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid #e5e7eb;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.09);
}


.filter-btn.active {
  background: #6366f1;
  color: white;
  border-color: #6366f1;
}


.portfolio-item {
  opacity: 1;
  transition: all 0.4s ease;
}

.portfolio-item.hidden {
  opacity: 0;
  transform: scale(0.95);
  pointer-events: none;
  position: absolute;
}


.service-card {
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-4px);
}


.product-card {
  transition: all 0.3s ease;
}

.product-card:hover {
  transform: translateY(-6px);
}


.blog-card {
  transition: all 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-4px);
}


.single-post-layout {
  display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(260px, 2fr);
  gap: 40px;
  align-items: start;
}

.single-post-article {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
}

.single-post-sidebar {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: sticky;
  top: 112px;
}


.portfolio-detail-layout {
  grid-template-columns: 1fr;
}

.portfolio-detail-heading {
  column-gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.portfolio-detail-title {
  flex: 1 1 auto;
}

.portfolio-detail-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.portfolio-detail-website {
  flex: 0 1 220px;
  max-width: 220px;
  overflow-wrap: anywhere;
}

.portfolio-gallery-grid {
  display: grid;
  gap: 20px;
}

.portfolio-lightbox-content {
  width: min(860px, calc(100vw - 64px));
  padding: 12px;
  border-radius: 16px;
  background: #fff;
}

.portfolio-lightbox-image {
  display: block;
  max-height: 68vh;
  border-radius: 12px !important;
  background: #fff;
  overflow: hidden;
  clip-path: inset(0 round 12px);
}

#portfolio-lightbox {
  background: rgba(248, 250, 252, 0.96);
  backdrop-filter: blur(4px);
}

#portfolio-lightbox [data-lightbox-prev],
#portfolio-lightbox [data-lightbox-next],
#portfolio-lightbox [data-lightbox-close] {
  z-index: 2;
  cursor: pointer;
}

#portfolio-lightbox [data-lightbox-close] {
  top: 20px;
  left: 20px;
  display: inline-flex;
  width: auto;
  height: 40px;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  background: #fff;
  color: #1f2937;
  font-size: 13px;
  font-weight: 700;
}

#portfolio-lightbox [data-lightbox-close]:hover {
  background: #f1f5f9;
}

#portfolio-lightbox [data-lightbox-prev],
#portfolio-lightbox [data-lightbox-next] {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid #cbd5e1;
  border-radius: 50%;
  background: #fff;
  color: #334155;
}

#portfolio-lightbox [data-lightbox-prev]:hover,
#portfolio-lightbox [data-lightbox-next]:hover {
  background: #e2e8f0;
}

#portfolio-lightbox-title {
  color: #1f2937;
}

#portfolio-lightbox [data-lightbox-prev],
#portfolio-lightbox [data-lightbox-next] {
  top: 50%;
  transform: translateY(-50%);
}

#portfolio-lightbox [data-lightbox-prev] {
  right: 16px;
}

#portfolio-lightbox [data-lightbox-next] {
  left: 16px;
}

@media (min-width: 1024px) {
  .portfolio-detail-layout {
    grid-template-columns: 30% minmax(0, 1fr);
  }
}

@media (max-width: 767px) {
  .single-post-layout {
    grid-template-columns: 1fr;
  }

  .single-post-article,
  .single-post-sidebar {
    grid-column: 1;
    grid-row: auto;
  }

  .single-post-sidebar {
    position: static;
  }
}


.hero-gradient {
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #a855f7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}


.service-tab {
  background: white;
  border: 1px solid #e5e7eb;
  color: #6b7280;
}

.service-tab:hover {
  border-color: #c7d2fe;
  color: #6366f1;
}

.service-tab.active {
  background: #6366f1;
  color: white;
  border-color: #6366f1;
}


.service-content {
  display: none;
  grid-template-columns: 1fr 1fr;
}

.service-content.tab-active {
  display: grid;
}

@media (max-width: 767px) {
  .service-content.tab-active {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  .service-content.tab-active>* {
    min-width: 0;
  }

  #ready-site .container-custom>.grid>div:last-child {
    order: -1;
  }
}


.service-content .svc-badge,
.service-content .svc-title,
.service-content .svc-desc,
.service-content .svc-features,
.service-content .svc-btn,
.service-content .svc-visual {
  opacity: 1;
  transform: none;
}

.service-content .svc-card-1,
.service-content .svc-card-2,
.service-content .svc-card-3,
.service-content .svc-card-4,
.service-content .svc-card-5,
.service-content .svc-anim-1,
.service-content .svc-anim-2,
.service-content .svc-anim-3,
.service-content .svc-anim-4,
.service-content .svc-anim-5,
.service-content .svc-anim-6,
.service-content .svc-anim-scale {
  opacity: 1;
  transform: none;
}


.atomdev-404 {
  min-height: calc(100vh - 88px);
  display: flex;
  align-items: center;
  background: #f8fafc;
}

.atomdev-404__section {
  width: 100%;
  padding: 144px 0 96px;
}

.atomdev-404__layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(48px, 9vw, 144px);
  align-items: center;
  max-width: 940px;
  margin: 0 auto;
}

.atomdev-404__mark {
  color: #4f46e5;
  direction: ltr;
  font-size: 9rem;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 0;
}

.atomdev-404__content {
  max-width: 470px;
}

.atomdev-404__eyebrow {
  margin-bottom: 16px;
  color: #4f46e5;
  font-size: 0.95rem;
  font-weight: 700;
}

.atomdev-404 h1 {
  margin-bottom: 16px;
  color: #1f2937;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.35;
}

.atomdev-404__description,
.atomdev-404__secondary {
  color: #64748b;
  font-size: 1rem;
  line-height: 1.9;
}

.atomdev-404__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  margin-top: 32px;
}

.atomdev-404__home-link,
.atomdev-404__search button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 11px 20px;
  border: 1px solid #4f46e5;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.atomdev-404__home-link {
  background: #4f46e5;
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(79, 70, 229, 0.16);
}

.atomdev-404__home-link:hover,
.atomdev-404__home-link:focus-visible {
  background: #4338ca;
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(79, 70, 229, 0.24);
}

.atomdev-404__search {
  display: flex;
  width: min(100%, 400px);
  direction: rtl;
}

.atomdev-404__search input {
  min-width: 0;
  flex: 1;
  min-height: 48px;
  padding: 10px 16px;
  border: 1px solid #dbe3ef;
  border-left: 0;
  border-radius: 0 999px 999px 0;
  background: #ffffff;
  color: #1f2937;
  font: inherit;
  outline: none;
}

.atomdev-404__search input:focus {
  border-color: #818cf8;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.16);
}

.atomdev-404__search button {
  border-radius: 999px 0 0 999px;
  background: #ffffff;
  color: #4f46e5;
  cursor: pointer;
}

.atomdev-404__search button:hover,
.atomdev-404__search button:focus-visible {
  background: #eef2ff;
}

.atomdev-404__home-link:focus-visible,
.atomdev-404__search button:focus-visible {
  outline: 3px solid rgba(99, 102, 241, 0.35);
  outline-offset: 3px;
}

.atomdev-404__secondary {
  margin-top: 24px;
  font-size: 0.875rem;
}

.atomdev-404__secondary a {
  color: #4f46e5;
  font-weight: 700;
}

@media (max-width: 767px) {
  .atomdev-404__section {
    padding: 128px 0 72px;
  }

  .atomdev-404__layout {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .atomdev-404__mark {
    font-size: 6rem;
  }

  .atomdev-404__content {
    max-width: 100%;
  }

  .atomdev-404__actions {
    align-items: center;
  }

  .atomdev-404__search {
    width: 100%;
  }
}




@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fade-in-up {
  animation: fadeInUp 0.6s ease forwards;
}


.delay-100 {
  animation-delay: 0.1s;
}

.delay-200 {
  animation-delay: 0.2s;
}

.delay-300 {
  animation-delay: 0.3s;
}

.delay-400 {
  animation-delay: 0.4s;
}


.timeline-item {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.timeline-item.visible {
  opacity: 1;
  transform: translateY(0);
}


@keyframes pulse-dot {

  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.2);
    opacity: 0.7;
  }
}

@keyframes grow-bar {
  from {
    width: 0;
  }
}

@keyframes type-cursor {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.svc-anim-scale .anim-pulse {
  animation: pulse-dot 1.5s ease infinite;
}

.svc-anim-scale .anim-grow {
  animation: grow-bar 1s ease 1s forwards;
  width: 0;
}

.svc-anim-scale .anim-cursor {
  animation: type-cursor 0.8s ease infinite;
}


.hero-phase {
  transition: opacity 0.8s ease, transform 0.8s ease;
}


.hero-phase-1 {
  animation: phase1 12s ease infinite;
}

.hero-banner {
  animation: elementIn 12s ease 0.3s infinite;
}

.hero-categories {
  animation: elementIn 12s ease 0.5s infinite;
}

.hero-products {
  animation: elementIn 12s ease 0.7s infinite;
}

.hero-categories-section {
  animation: elementIn 12s ease 1s infinite;
}

.hero-cart {
  animation: elementIn 12s ease 1.2s infinite;
}


.hero-phase-2 {
  animation: phase2 12s ease infinite;
}

.hero-growth-title {
  animation: fadeIn 12s ease 5.5s infinite;
}

.hero-stats-box {
  animation: fadeIn 12s ease 5.8s infinite;
}

.hero-stat-1 {
  animation: fadeIn 12s ease 6.3s infinite;
}

.hero-stat-2 {
  animation: fadeIn 12s ease 6.5s infinite;
}

.hero-stat-3 {
  animation: fadeIn 12s ease 6.7s infinite;
}

.hero-stat-4 {
  animation: fadeIn 12s ease 6.9s infinite;
}

.hero-growth-bar {
  animation: fadeIn 12s ease 7.2s infinite;
}

@keyframes phase1 {

  0%,
  45% {
    opacity: 1;
    transform: scale(1);
  }

  50%,
  100% {
    opacity: 0;
    transform: scale(0.95);
  }
}

@keyframes phase2 {

  0%,
  45% {
    opacity: 0;
    transform: scale(1.05);
  }

  50%,
  95% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(0.95);
  }
}

@keyframes elementIn {

  0%,
  5% {
    opacity: 0;
    transform: translateY(6px);
  }

  10%,
  42% {
    opacity: 1;
    transform: translateY(0);
  }

  47%,
  100% {
    opacity: 0;
    transform: translateY(-6px);
  }
}

@keyframes fadeIn {

  0%,
  8% {
    opacity: 0;
  }

  15%,
  90% {
    opacity: 1;
  }

  97%,
  100% {
    opacity: 0;
  }
}

@keyframes statIn {

  0%,
  55% {
    opacity: 0;
    transform: scale(0.8);
  }

  60%,
  92% {
    opacity: 1;
    transform: scale(1);
  }

  97%,
  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}

.text-primary-500 {
  color: #4f46e5 !important;
}

.bg-primary-500 {
  background-color: #4f46e5 !important;
}

.border-primary-500 {
  border-color: #4f46e5 !important;
}

.text-gray-400 {
  color: #4b5563 !important;
}

.service-tab.active {
  background: #4f46e5;
  border-color: #4f46e5;
}

.atomdev-search-page {
  direction: rtl;
  min-height: 70vh;
}

.atomdev-search-intro {
  padding: 126px 0 42px;
  background: #f8fafc;
  border-bottom: 1px solid #e5e7eb;
  text-align: center;
}

.atomdev-search-eyebrow {
  margin-bottom: 10px;
  color: #4e45e3;
  font-size: 13px;
  font-weight: 700;
}

.atomdev-search-intro h1 {
  margin: 0;
  color: #111827;
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 700;
}

.atomdev-search-form {
  display: flex;
  gap: 10px;
  width: 100%;
  max-width: 640px;
  margin: 24px auto 0;
}

.atomdev-search-form input {
  min-width: 0;
  flex: 1;
  padding: 14px 16px;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  background: #fff;
  color: #111827;
  font: inherit;
}

.atomdev-search-form input:focus {
  outline: 3px solid rgba(78, 69, 227, .18);
  border-color: #4e45e3;
}

.atomdev-search-form button {
  padding: 0 24px;
  border: 0;
  border-radius: 10px;
  background: #4e45e3;
  color: #fff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.atomdev-search-form button:hover {
  background: #3f37c9;
}

.atomdev-search-results {
  padding: 36px 0 80px;
}

.atomdev-search-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 28px;
  border-bottom: 1px solid #e5e7eb;
  overflow-x: auto;
}

.atomdev-search-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  padding: 0 4px 14px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: #6b7280;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.atomdev-search-tab:hover,
.atomdev-search-tab:focus-visible {
  color: #4e45e3;
}

.atomdev-search-tab:focus-visible {
  outline: 3px solid rgba(78, 69, 227, .2);
  outline-offset: 3px;
}

.atomdev-search-tab.is-active {
  border-color: #4e45e3;
  color: #4e45e3;
}

.atomdev-search-count {
  min-width: 22px;
  padding: 2px 6px;
  border-radius: 999px;
  background: #eef2ff;
  color: #4e45e3;
  font-size: 11px;
  text-align: center;
}

.atomdev-search-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.atomdev-search-card {
  min-width: 0;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.atomdev-search-card-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.atomdev-search-card-link:hover h2,
.atomdev-search-card-link:focus-visible h2 {
  color: #4e45e3;
}

.atomdev-search-card-link:focus-visible {
  outline: 3px solid rgba(78, 69, 227, .2);
  outline-offset: -3px;
}

.atomdev-search-media {
  aspect-ratio: 16 / 9;
  background: #f3f4f6;
  overflow: hidden;
}

.atomdev-search-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.atomdev-search-card-body {
  padding: 16px;
}

.atomdev-search-card h2 {
  margin: 0;
  color: #1f2937;
  font-size: 16px;
  line-height: 1.7;
  transition: color .2s ease;
}

.atomdev-search-meta,
.atomdev-search-type {
  display: block;
  margin-bottom: 7px;
  color: #4e45e3;
  font-size: 12px;
  font-weight: 700;
}

.atomdev-search-card p {
  margin-top: 8px;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.8;
}

.atomdev-search-empty {
  padding: 42px 16px;
  border: 1px dashed #d1d5db;
  border-radius: 12px;
  color: #6b7280;
  text-align: center;
}

.atomdev-panel {
  min-height: 620px;
  background: #f8fafc;
  color: #1f2937;
}

.atomdev-panel-topbar {
  display: none;
}

.atomdev-panel-body {
  display: flex;
  width: 100%;
  min-height: 620px;
}

.atomdev-panel-sidebar {
  display: flex;
  width: 256px;
  flex: 0 0 256px;
  flex-direction: column;
  justify-content: space-between;
  border-left: 1px solid #e5e7eb;
  background: #fff;
}

.atomdev-panel-sidebar-content {
  padding: 24px 16px;
}

.atomdev-panel-nav {
  display: grid;
  gap: 6px;
}

.atomdev-panel-nav .sidebar-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 10px;
  color: #64748b;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: background .2s, color .2s;
}

.atomdev-panel-nav .sidebar-link i {
  width: 20px;
  color: #94a3b8;
  text-align: center;
}

.atomdev-panel-nav .sidebar-link:hover,
.atomdev-panel-nav .sidebar-link.active {
  background: #eef2ff;
  color: #4f46e5;
}

.atomdev-panel-nav .sidebar-link:hover i,
.atomdev-panel-nav .sidebar-link.active i {
  color: #4f46e5;
}

.atomdev-panel-nav .atomdev-panel-logout {
  color: #ef4444;
}

.atomdev-panel-user {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px;
  border-top: 1px solid #e5e7eb;
}

.atomdev-panel-avatar {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  border-radius: 50%;
  background: #e0e7ff;
  color: #4f46e5;
  font-weight: 800;
}

.atomdev-panel-user-text {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.atomdev-panel-user-text strong {
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.atomdev-panel-user-text span {
  overflow: hidden;
  color: #94a3b8;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  direction: ltr;
  text-align: right;
}

.atomdev-panel-main {
  width: auto;
  min-width: 0;
  flex: 1 1 auto;
  padding: 28px 32px;
}

.atomdev-panel-welcome {
  margin-bottom: 22px;
}

.atomdev-panel-welcome h1 {
  margin: 0 0 6px;
  color: #1f2937;
  font-size: 24px;
}

.atomdev-panel-welcome p {
  margin: 0;
  color: #94a3b8;
  font-size: 13px;
}

.atomdev-panel-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 22px;
}

.atomdev-panel-stat {
  display: grid;
  gap: 5px;
  padding: 18px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
}

.atomdev-panel-stat i {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 9px;
  background: #eef2ff;
  color: #4f46e5;
}

.atomdev-panel-stat strong {
  font-size: 23px;
}

.atomdev-panel-stat span {
  color: #94a3b8;
  font-size: 11px;
}

.atomdev-panel-section {
  margin-top: 16px;
  padding: 18px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
}

.atomdev-panel-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.atomdev-panel-section-head h2 {
  margin: 0;
  font-size: 15px;
}

.atomdev-panel-section-head a {
  color: #4f46e5;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.atomdev-panel-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.atomdev-panel-actions a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px;
  border-radius: 9px;
  background: #f8fafc;
  color: #475569;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.atomdev-panel-actions a:hover {
  background: #eef2ff;
  color: #4f46e5;
}

.atomdev-panel-actions i {
  color: #4f46e5;
}

.atomdev-panel-orders {
  display: grid;
  gap: 8px;
}

.atomdev-panel-order {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 14px;
  padding: 12px;
  border-bottom: 1px solid #f1f5f9;
  color: #475569;
  font-size: 12px;
  text-decoration: none;
}

.atomdev-panel-order span {
  color: #94a3b8;
  direction: ltr;
  text-align: right;
}

.atomdev-panel-order strong {
  color: #4f46e5;
  font-size: 11px;
}

.atomdev-panel-order em {
  color: #1f2937;
  font-style: normal;
  font-weight: 700;
}

.atomdev-panel-empty {
  margin: 0;
  padding: 22px 0 4px;
  color: #94a3b8;
  font-size: 12px;
  text-align: center;
}

.atomdev-panel-overlay {
  display: none;
}

.atomdev-account-page {
  padding-top: 96px !important;
  padding-bottom: 0 !important;
}

.atomdev-account-container,
.atomdev-account-shell,
.atomdev-account-content {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0;
}

.atomdev-edit-account {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 12px 0 56px;
  color: #1f2937;
}

.atomdev-account-layout {
  display: grid;
  grid-template-columns: 256px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.atomdev-account-navigation {
  position: sticky;
  top: 24px;
  padding: 16px 10px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #fff;
}

.atomdev-account-navigation-title {
  padding: 3px 12px 14px;
  color: #1f2937;
  font-size: 14px;
  font-weight: 800;
}

.atomdev-account-navigation nav {
  display: grid;
  gap: 3px;
}

.atomdev-account-nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 0 12px;
  border-radius: 10px;
  color: #64748b;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .15s, color .15s;
}

.atomdev-account-nav-link .dashicons {
  width: 17px;
  height: 17px;
  color: #94a3b8;
  font-size: 17px;
}

.atomdev-account-nav-link:hover {
  background: #f8fafc;
  color: #4f46e5;
}

.atomdev-account-nav-link:hover .dashicons,
.atomdev-account-nav-link.is-active,
.atomdev-account-nav-link.is-active .dashicons {
  color: #4f46e5;
}

.atomdev-account-nav-link.is-active {
  background: #eef2ff;
}

.atomdev-account-nav-logout {
  margin-top: 8px;
  border-top: 1px solid #f1f5f9;
  border-radius: 0 0 10px 10px;
  color: #ef4444;
}

.atomdev-account-nav-logout .dashicons {
  color: #f87171;
}

.atomdev-account-navigation-user {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 18px -2px -6px;
  padding: 14px 4px 2px;
  border-top: 1px solid #f1f5f9;
}

.atomdev-panel #dashboard-legacy-sidebar,
.atomdev-panel #dashboard-legacy-overlay {
  display: none !important;
}

.atomdev-account-user-avatar {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  place-items: center;
  border-radius: 50%;
  background: #e0e7ff;
  color: #4f46e5;
  font-size: 13px;
  font-weight: 800;
}

.atomdev-account-user-copy {
  display: grid;
  min-width: 0;
  flex: 1;
  gap: 3px;
}

.atomdev-account-user-copy strong {
  overflow: hidden;
  color: #1f2937;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.atomdev-account-user-copy span {
  overflow: hidden;
  color: #94a3b8;
  direction: ltr;
  font-size: 9px;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.atomdev-account-logout {
  color: #ef4444;
  font-size: 16px;
  text-decoration: none;
}

.atomdev-account-logout:hover {
  color: #b91c1c;
}

.atomdev-account-main {
  min-width: 0;
}

.woocommerce-account #sidebar.atomdev-shared-account-sidebar {
  bottom: 20px !important;
  height: calc(100vh - 73px) !important;
  margin-bottom: 20px !important;
  border-radius: 12px;
}

.atomdev-edit-account .atomdev-shared-account-sidebar {
  position: sticky;
  top: 24px;
  width: auto;
  height: auto;
  min-height: 0;
  transform: none;
  z-index: 1;
}

.atomdev-edit-account .atomdev-shared-account-sidebar>div:first-child {
  padding: 16px;
}

.atomdev-edit-account .atomdev-shared-account-sidebar nav {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.atomdev-edit-account-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
}

.atomdev-edit-account-heading h1 {
  margin: 4px 0 6px;
  color: #1f2937;
  font-size: 24px;
  line-height: 1.4;
}

.atomdev-edit-account-heading p {
  margin: 0;
  color: #94a3b8;
  font-size: 13px;
}

.atomdev-edit-account-eyebrow {
  color: #6366f1;
  font-size: 11px;
  font-weight: 700;
}

.atomdev-edit-account-avatar,
.atomdev-account-profile-mark {
  display: grid;
  place-items: center;
  background: #e0e7ff;
  color: #4f46e5;
  font-weight: 800;
}

.atomdev-edit-account-avatar {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  font-size: 18px;
}

.atomdev-edit-account-grid {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(240px, .8fr);
  gap: 20px;
  align-items: start;
}

.atomdev-account-side {
  display: grid;
  gap: 20px;
}

.atomdev-account-card {
  padding: 24px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #fff;
}

.atomdev-account-card-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.atomdev-account-card-heading h2 {
  margin: 0 0 5px;
  color: #1f2937;
  font-size: 15px;
}

.atomdev-account-card-heading p {
  margin: 0;
  color: #94a3b8;
  font-size: 11px;
  line-height: 1.7;
}

.atomdev-account-card-heading>.dashicons {
  color: #6366f1;
  font-size: 20px;
}

.atomdev-password-toggle {
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  text-align: right;
}

.atomdev-password-toggle>span:first-child {
  display: grid;
  min-width: 0;
  gap: 5px;
}

.atomdev-password-toggle-title,
.atomdev-password-toggle-description {
  display: block;
}

.atomdev-password-toggle-title {
  color: #1f2937;
  font-size: 15px;
  font-weight: 700;
}

.atomdev-password-toggle-description {
  color: #94a3b8;
  font-size: 11px;
  line-height: 1.7;
}

.atomdev-password-card-description {
  margin: 0 0 14px;
  color: #94a3b8;
  font-size: 11px;
  line-height: 1.7;
}

.atomdev-password-toggle-arrow {
  margin-right: 4px;
  color: #94a3b8 !important;
  font-size: 14px !important;
  transition: transform .2s ease;
}

.atomdev-password-toggle[aria-expanded='true'] .atomdev-password-toggle-arrow {
  transform: rotate(180deg);
}

.atomdev-account-card-title,
.atomdev-account-card-description {
  display: block;
}

.atomdev-account-card-title {
  color: #1f2937;
  font-size: 15px;
  font-weight: 700;
}

.atomdev-account-card-description {
  color: #94a3b8;
  font-size: 11px;
  line-height: 1.7;
}

.atomdev-account-fields {
  display: grid;
  gap: 16px;
}

.atomdev-account-fields-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 100% !important;
  overflow: visible;
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px;
}

.atomdev-edit-account .form-row,
.atomdev-edit-account .form-row-first,
.atomdev-edit-account .form-row-last,
.atomdev-edit-account .form-row-wide {
  float: none;
  width: auto;
  margin: 0;
}

.atomdev-edit-account label {
  display: block;
  margin-bottom: 7px;
  color: #475569;
  font-size: 12px;
  font-weight: 700;
}

.atomdev-edit-account .required {
  color: #ef4444;
}

.atomdev-edit-account input.input-text {
  width: 100%;
  box-sizing: border-box;
  min-height: 44px;
  padding: 10px 13px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #f8fafc;
  color: #1f2937;
  font: inherit;
  font-size: 12px;
}

.atomdev-edit-account input.input-text:focus {
  outline: 3px solid rgba(99, 102, 241, .14);
  border-color: #818cf8;
}

.atomdev-field-help {
  display: block;
  margin-top: 6px;
  color: #94a3b8;
  font-size: 10px;
}

.atomdev-card-input-wrap {
  position: relative;
  display: block;
  width: 100%;
}

.atomdev-card-input-wrap input {
  padding-right: 170px !important;
}

.atomdev-card-bank {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 8px;
  display: none;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: calc(100% - 16px);
  min-height: 30px;
  padding: 3px 8px;
  overflow: hidden;
  border: 1px solid #e0e7ff;
  border-radius: 7px;
  background: #eef2ff;
  color: #4f46e5;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.3;
  text-align: right;
  transform: translateY(-50%);
}

.atomdev-card-bank.is-visible {
  display: flex;
}

.atomdev-card-bank.is-invalid {
  border-color: #fecaca;
  background: #fef2f2;
  color: #b91c1c;
}

.atomdev-card-bank-name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.atomdev-card-number-error {
  display: block;
  margin-top: 6px;
  color: #dc2626;
  font-size: 10px;
  font-weight: 700;
}

.atomdev-card-number-error[hidden] {
  display: none;
}

.atomdev-edit-account button[name='save_account_details']:disabled {
  cursor: not-allowed;
  opacity: .5;
}

.atomdev-withdraw-bank {
  display: none;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
  color: #4f46e5;
  font-size: 10px;
  font-weight: 700;
}

.atomdev-withdraw-bank.is-visible {
  display: flex;
}

.atomdev-wallet-pending-notice {
  margin-top: 12px;
  padding: 10px 12px;
  border: 1px solid #fed7aa;
  border-radius: 10px;
  background: #fff7ed;
  color: #c2410c;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.8;
}

.atomdev-account-card-actions {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #f1f5f9;
}

.atomdev-account-card-actions .button {
  min-height: 42px;
  padding: 10px 22px;
  border: 0;
  border-radius: 10px;
  background: #6366f1;
  color: #fff;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.atomdev-account-card-actions .button:hover {
  background: #4f46e5;
}

.atomdev-edit-account button,
#charge-modal button,
#withdraw-modal button {
  font-family: 'KalamehWeb', system-ui, sans-serif;
}

#charge-modal input,
#withdraw-modal input {
  width: 100%;
  box-sizing: border-box;
  min-height: 44px;
  padding: 10px 13px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #f8fafc;
  color: #1f2937;
  font: inherit;
  font-size: 12px;
}

#charge-modal input:focus,
#withdraw-modal input:focus {
  outline: 3px solid rgba(99, 102, 241, .14);
  border-color: #818cf8;
}

#charge-modal .wallet-payment-method {
  width: 100%;
  min-height: 44px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

#charge-modal .wallet-charge-actions {
  display: flex;
  gap: 10px;
}

#charge-modal .wallet-charge-actions>button {
  min-height: 42px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

#charge-modal .wallet-charge-actions>button[type='submit'] {
  border: 0;
  background: #6366f1;
  color: #fff;
}

#charge-modal .wallet-charge-actions>button[type='submit']:hover {
  background: #4f46e5;
}

#charge-modal .wallet-charge-actions>button.modal-close {
  border: 0;
  background: #f1f5f9;
  color: #475569;
}

#charge-modal .wallet-charge-actions>button.modal-close:hover {
  background: #e2e8f0;
}

#withdraw-modal .flex.gap-3.mt-5>button {
  min-height: 42px;
  border: 0;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

#withdraw-modal .flex.gap-3.mt-5>button:first-child {
  background: #6366f1;
  color: #fff;
}

#withdraw-modal .flex.gap-3.mt-5>button:first-child:hover {
  background: #4f46e5;
}

#withdraw-modal .flex.gap-3.mt-5>button:first-child:disabled {
  background: #cbd5e1;
  color: #ffffff;
  cursor: not-allowed;
  opacity: .7;
}

#withdraw-modal .flex.gap-3.mt-5>button.modal-close {
  background: #f1f5f9;
  color: #475569;
}

#withdraw-modal .flex.gap-3.mt-5>button.modal-close:hover {
  background: #e2e8f0;
}

.atomdev-account-profile-card {
  display: grid;
  justify-items: center;
  gap: 7px;
  text-align: center;
}

.atomdev-account-profile-mark {
  position: relative;
  width: 72px;
  height: 72px;
  margin-bottom: 5px;
  border-radius: 20px;
  font-size: 26px;
}

.atomdev-account-profile-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #ddd;
  border-radius: 20px;
}

.atomdev-profile-image-actions {
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 4px 3px;
  pointer-events: none;
}

.atomdev-profile-image-action {
  flex: 0 0 24px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  border: 0;
  border-radius: 50%;
  padding: 0;
  background: #f1f5f9;
  color: #64748b !important;
  cursor: pointer;
  font: inherit;
  font-size: 12px !important;
  font-weight: 700;
  pointer-events: auto;
}

.atomdev-profile-image-action:hover {
  background: #e2e8f0;
  color: #334155 !important;
}

.atomdev-profile-image-action input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.atomdev-profile-image-action .dashicons {
  width: auto;
  height: auto;
  font-size: 13px;
  line-height: 1;
}

.atomdev-profile-crop-modal {
  position: fixed;
  z-index: 100000;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(15, 23, 42, .65);
}

.atomdev-profile-crop-dialog {
  width: min(100%, 430px);
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(15, 23, 42, .25);
}

.atomdev-profile-crop-header,
.atomdev-profile-crop-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 16px;
}

.atomdev-profile-crop-header {
  border-bottom: 1px solid #e5e7eb;
}

.atomdev-profile-crop-header h2 {
  margin: 0;
  color: #1f2937;
  font-size: 14px;
}

.atomdev-profile-crop-close {
  border: 0;
  background: transparent;
  color: #64748b;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}

.atomdev-profile-crop-stage {
  height: min(70vw, 330px);
  min-height: 240px;
  background: #0f172a;
}

.atomdev-profile-crop-stage img {
  display: block;
  max-width: 100%;
}

.atomdev-profile-crop-actions {
  justify-content: flex-start;
  border-top: 1px solid #e5e7eb;
}

.atomdev-profile-crop-actions button {
  min-width: 88px;
  border: 0;
  border-radius: 7px;
  padding: 8px 12px;
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 700;
}

.atomdev-profile-crop-cancel {
  background: #f1f5f9;
  color: #475569;
}

.atomdev-profile-crop-apply {
  background: #6366f1;
  color: #fff;
}

.atomdev-account-profile-card strong {
  color: #1f2937;
  font-size: 14px;
}

.atomdev-account-profile-card>span {
  max-width: 100%;
  overflow: hidden;
  color: #94a3b8;
  font-size: 11px;
  text-overflow: ellipsis;
  direction: ltr;
}

.atomdev-password-card fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.atomdev-password-card .form-row+.form-row {
  margin-top: 14px;
}

.atomdev-password-card .form-row:last-child {
  margin-bottom: 0;
}

.atomdev-account-page .atomdev-panel>nav.fixed {
  display: none;
}

.atomdev-account-page .atomdev-panel>div.flex {
  padding-top: 0 !important;
}

.woocommerce-account #sidebar {
  top: 72px;
  bottom: 20px;
  height: auto;
}

.woocommerce-account .woocommerce {
  width: 100% !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
  width: 100% !important;
  float: none !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  display: none !important;
}

@media (max-width: 767px) {
  .atomdev-edit-account {
    padding: 4px 0 36px;
  }

  .atomdev-edit-account .atomdev-account-layout {
    display: block;
  }

  .atomdev-edit-account .atomdev-shared-account-sidebar {
    position: fixed;
    top: 72px;
    right: 0;
    bottom: 0;
    z-index: 40;
    width: min(256px, calc(100vw - 24px));
    height: calc(100dvh - 72px) !important;
    transform: translateX(100%);
    transition: transform .25s ease;
  }

  .atomdev-edit-account .atomdev-shared-account-sidebar.is-open {
    transform: translateX(0);
  }

  .atomdev-edit-account-heading {
    align-items: flex-start;
  }

  .atomdev-edit-account .atomdev-shared-account-sidebar nav {
    display: flex;
    flex-direction: column;
  }

  .atomdev-account-navigation {
    position: static;
    padding: 12px;
  }

  .atomdev-account-navigation-title {
    padding-bottom: 10px;
  }

  .atomdev-account-navigation nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .atomdev-account-nav-logout {
    margin-top: 0;
    border-top: 0;
  }

  .atomdev-edit-account-grid {
    grid-template-columns: 1fr;
  }

  .atomdev-account-side {
    order: -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .atomdev-account-profile-card {
    grid-column: 1 / -1;
    min-height: 100%;
    box-sizing: border-box;
  }

  .atomdev-password-card {
    grid-column: 1 / -1;
  }

  .atomdev-panel-topbar {
    display: block;
    border-bottom: 1px solid #e5e7eb;
    background: #fff;
  }

  .atomdev-panel-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 58px;
    padding: 0 16px;
  }

  .atomdev-panel-icon-button {
    border: 0;
    background: transparent;
    color: #475569;
    font-size: 18px;
  }

  .atomdev-panel-logo img {
    display: block;
    width: auto;
    height: 32px;
  }

  .atomdev-panel-account-link {
    color: #4f46e5;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
  }

  .atomdev-panel-sidebar {
    position: fixed;
    z-index: 40;
    top: 0;
    right: 0;
    bottom: 0;
    transform: translateX(100%);
    transition: transform .25s ease;
  }

  .atomdev-panel-sidebar.is-open {
    transform: translateX(0);
  }

  .atomdev-panel-overlay.is-open {
    display: block;
    position: fixed;
    z-index: 30;
    inset: 0;
    background: rgba(15, 23, 42, .35);
  }

  .atomdev-panel-main {
    padding: 24px 16px;
  }

  .atomdev-panel-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .atomdev-panel-actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .atomdev-edit-account-heading h1 {
    font-size: 21px;
  }

  .atomdev-edit-account-heading p {
    font-size: 11px;
  }

  .atomdev-edit-account-avatar {
    width: 42px;
    height: 42px;
  }

  .atomdev-account-card {
    padding: 18px;
    border-radius: 12px;
  }

  .atomdev-account-fields-two {
    grid-template-columns: 1fr;
  }

  .atomdev-account-side {
    grid-template-columns: 1fr;
  }

  .atomdev-password-card {
    grid-column: auto;
  }
}

@media (max-width: 720px) {
  .atomdev-search-intro {
    padding: 112px 0 34px;
  }

  .atomdev-search-form {
    flex-direction: column;
  }

  .atomdev-search-form button {
    min-height: 46px;
  }

  .atomdev-search-grid {
    grid-template-columns: 1fr;
  }
}

.atomdev-auth {
  min-height: 620px;
  background: #f8fafc;
}

.atomdev-auth-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 900px;
  margin: 0 auto;
  padding: 18px 0 64px;
}

.atomdev-auth-grid.is-login-only {
  grid-template-columns: minmax(0, 440px);
  max-width: 440px;
}

.atomdev-auth-card {
  padding: 32px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #fff;
}

.atomdev-auth-heading {
  margin-bottom: 24px;
  text-align: center;
}

.atomdev-auth-icon {
  display: grid;
  width: 52px;
  height: 52px;
  margin: 0 auto 14px;
  place-items: center;
  border-radius: 14px;
  background: #eef2ff;
  color: #4f46e5;
  font-size: 21px;
}

.atomdev-auth-heading h2 {
  margin: 0 0 7px;
  color: #1f2937;
  font-size: 21px;
}

.atomdev-auth-heading p {
  margin: 0;
  color: #94a3b8;
  font-size: 12px;
}

.atomdev-auth-form {
  display: grid;
  gap: 16px;
}

.atomdev-auth-form>div {
  display: grid;
  gap: 14px;
}

.atomdev-otp-grid {
  display: grid;
  direction: ltr;
  grid-template-columns: repeat(6, minmax(34px, 1fr));
  gap: 8px;
}

.atomdev-otp-digit {
  width: 100%;
  min-height: 44px;
  padding: 7px 8px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  background: #fff;
  color: #0f172a;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  box-sizing: border-box;
}

.atomdev-otp-digit:focus {
  outline: 3px solid rgba(99, 102, 241, .14);
  border-color: #4f46e5;
}

.atomdev-auth-field {
  display: grid;
  gap: 7px;
  margin: 0;
}

.atomdev-auth-field label {
  color: #475569;
  font-size: 12px;
  font-weight: 700;
}

.atomdev-auth-field input {
  width: 100%;
  box-sizing: border-box;
  min-height: 44px;
  padding: 10px 13px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #f8fafc;
  color: #1f2937;
  font: inherit;
  font-size: 20px;
}

.atomdev-auth-field input:focus {
  outline: 3px solid rgba(99, 102, 241, .14);
  border-color: #818cf8;
}

.atomdev-auth-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #64748b;
  font-size: 11px;
}

.atomdev-auth-options label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.atomdev-auth-options a {
  color: #4f46e5;
  font-weight: 700;
  text-decoration: none;
}

.atomdev-auth-submit {
  width: 100%;
  min-height: 44px;
  padding: 10px 16px;
  border: 0;
  border-radius: 10px;
  background: #4f46e5;
  color: #fff;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.atomdev-auth-submit:hover {
  background: #4338ca;
}

.atomdev-auth-timer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-top: 2px;
}

.atomdev-auth-timer {
  color: #64748b;
  font-size: 11px;
  font-weight: 700;
}

.atomdev-auth-resend {
  padding: 0;
  border: 0;
  background: transparent;
  color: #4f46e5;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.atomdev-auth-resend:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.atomdev-auth-message {
  display: block;
  padding: 11px 12px;
  border-radius: 10px;
  background: #eefcf7;
  font-size: 11px;
  font-weight: 700;
}

.atomdev-phone-preview {
  color: #4f46e5;
  font-weight: 800;
}

.atomdev-edit-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 4px 10px;
  margin-right: 6px;
  border: 1px solid #c7d2fe;
  border-radius: 8px;
  background: #eef2ff;
  color: #3730a3;
  font-size: 10px;
  font-weight: 700;
  cursor: pointer;
}

.atomdev-edit-phone:hover {
  background: #e0e7ff;
}


.atomdev-auth-form .woocommerce-privacy-policy-text {
  color: #64748b;
  font-size: 11px;
  line-height: 1.8;
}

.atomdev-auth-form .woocommerce-privacy-policy-text a {
  color: #4f46e5;
}

@media (max-width: 767px) {
  .atomdev-auth-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-top: 8px;
  }

  .atomdev-auth-card {
    padding: 24px 18px;
  }
}


.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: left;
  border-radius: 10px !important;
  background: #4e45e3 !important;
  color: #fff !important;
  font-weight: 400 !important;
  width: 100%;
  padding: 16px;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 0;
}

.woocommerce-checkout .woocommerce-additional-fields h3 {
  display: none;
}







.atomdev-thankyou-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 24px 16px;
}

.atomdev-thankyou-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 520px;
  padding: 40px 36px 36px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  text-align: center;
}


.atomdev-thankyou-logo {
  margin-bottom: 28px;
}

.atomdev-thankyou-logo img {
  height: 36px;
  width: auto;
  object-fit: contain;
}


.atomdev-thankyou-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.atomdev-thankyou-icon svg {
  width: 52px;
  height: 52px;
}

.atomdev-thankyou-icon.is-success {
  background: #f0fdf4;
  color: #16a34a;
}

.atomdev-thankyou-icon.is-failed {
  background: #fef2f2;
  color: #dc2626;
}

.atomdev-thankyou-icon.is-pending {
  background: #fffbeb;
  color: #d97706;
}


.atomdev-thankyou-icon.is-success .checkmark-path {
  stroke-dasharray: 36;
  stroke-dashoffset: 36;
  animation: atomdev-draw-check 0.45s cubic-bezier(.65, 0, .45, 1) 0.2s forwards;
}

@keyframes atomdev-draw-check {
  to {
    stroke-dashoffset: 0;
  }
}


.atomdev-thankyou-title {
  font-size: 22px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 8px;
  line-height: 1.4;
}

.atomdev-thankyou-subtitle {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.8;
  margin: 0 0 28px;
  max-width: 380px;
}

.atomdev-thankyou-thanks {
  font-size: 14px;
  color: #6b7280;
  margin: 0 0 24px;
}


.atomdev-thankyou-details {
  width: 100%;
  background: #f8fafc;
  border: 1px solid #f1f5f9;
  border-radius: 14px;
  padding: 6px 0;
  margin-bottom: 28px;
  overflow: hidden;
}

.atomdev-thankyou-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 20px;
  border-bottom: 1px solid #f1f5f9;
}

.atomdev-thankyou-row:last-child {
  border-bottom: none;
}

.atomdev-thankyou-row-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #111827;
  white-space: nowrap;
  flex-shrink: 0;
}

.atomdev-thankyou-row-label svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  opacity: .7;
}

.atomdev-thankyou-row-value {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  text-align: right;
  overflow-wrap: anywhere;
}

.atomdev-thankyou-row-value.order-number {
  color: #111827;
  letter-spacing: .5px;
  direction: ltr;
  text-align: left;
}

.atomdev-thankyou-row-value.amount {
  color: #111827;
}


.atomdev-thankyou-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.atomdev-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 13px 20px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background .18s, color .18s, border-color .18s, opacity .18s;
  cursor: pointer;
  border: none;
}

.atomdev-btn svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transform: scaleX(-1);

}

.atomdev-btn-primary {
  background: #4f46e5;
  color: #fff;
}

.atomdev-btn-primary:hover {
  background: #4338ca;
  color: #fff;
}

.atomdev-btn-ghost {
  background: #f3f4f6;
  color: #374151;
}

.atomdev-btn-ghost:hover {
  background: #e5e7eb;
  color: #111827;
}


@media (max-width: 540px) {
  .atomdev-thankyou-card {
    padding: 28px 20px 24px;
    border-radius: 16px;
  }

  .atomdev-thankyou-title {
    font-size: 19px;
  }

  .atomdev-thankyou-row {
    padding: 11px 14px;
  }

  .atomdev-thankyou-row-label {
    font-size: 12px;
  }

  .atomdev-thankyou-row-value {
    font-size: 13px;
  }
}

button,
select {
  text-transform: none;
  border-radius: 10px !important;
}



table.shop_table.woocommerce-checkout-review-order-table {
  width: 100%;
  text-align: right;
  line-height: 40px;
}