
.restondev-template-logo { max-width: 180px; height: auto; object-fit: contain; }
.brand-logo .restondev-template-logo, .m-brand-logo .restondev-template-logo, .logo-widget .restondev-template-logo { width: 180px; }
.ori-header-section .ori-header-sidebar-search .ori-search-btn button, .ori-header-section .ori-sidenav-btn button { display: inline-flex; align-items: center; justify-content: center; }
.ori-main-navigation li a, .mobile-main-navigation li a { text-transform: capitalize; }
.ori-slider-text h1 span, .ori-section-title-1 h2 span, .ori-footer-title h2 span { color: var(--base-color-1); }
.restondev-simple-page { padding: 120px 0; }
.restondev-simple-page .ori-btn-1 { margin-top: 40px; }
.restondev-legal-section {
  padding: 105px 0;
}
.restondev-legal-wrap {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(280px, 0.26fr);
  gap: 34px;
  align-items: start;
}
.restondev-legal-panel,
.restondev-legal-aside {
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.035);
}
.restondev-legal-panel {
  padding: 42px;
  border-radius: 14px;
}
.restondev-legal-panel .updated {
  color: var(--base-color-1);
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.restondev-legal-panel h2 {
  color: #fff;
  font-size: 28px;
  line-height: 1.2;
  margin: 34px 0 14px;
}
.restondev-legal-panel h2:first-of-type {
  margin-top: 0;
}
.restondev-legal-panel p,
.restondev-legal-panel li {
  color: #c7c7c7;
  font-size: 16px;
  line-height: 1.75;
}
.restondev-legal-panel ul {
  margin: 0 0 20px;
  padding-left: 20px;
}
.restondev-legal-panel a,
.restondev-legal-aside a {
  color: var(--base-color-1);
}
.restondev-legal-aside {
  top: 110px;
  padding: 26px;
  position: sticky;
  border-radius: 12px;
}
.restondev-legal-aside h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 16px;
}
.restondev-legal-aside ul {
  margin: 0;
  padding: 0;
}
.restondev-legal-aside li {
  list-style: none;
  margin-bottom: 12px;
}
.restondev-legal-aside li:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) { .brand-logo .restondev-template-logo, .m-brand-logo .restondev-template-logo { width: 150px; } }
@media (max-width: 991px) {
  .restondev-legal-section {
    padding: 82px 0;
  }
  .restondev-legal-wrap {
    grid-template-columns: 1fr;
  }
  .restondev-legal-aside {
    top: auto;
    position: relative;
    order: -1;
  }
}
@media (max-width: 575px) {
  .restondev-legal-section {
    padding: 64px 0;
  }
  .restondev-legal-panel {
    padding: 28px 20px;
  }
  .restondev-legal-panel h2 {
    font-size: 23px;
  }
  .restondev-legal-panel p,
  .restondev-legal-panel li {
    font-size: 15px;
  }
}

/* Restondev requested navigation/header adjustments */
.ori-slider-wrap-1 .slick-dots { display: none !important; }
.ori-header-section.header-style-one {
  z-index: 999;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  transition: padding 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}
.ori-header-section.header-style-one.sticky-on {
  z-index: 999;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}
@media (max-width: 991px) {
  .ori-header-section.header-style-one.sticky-on {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

/* Icon buttons — shop link + hamburger — same size, same height */
.ori-header-sidebar-search {
  gap: 10px;
  display: flex;
  align-items: center;
}
.ori-header-sidebar-search .ori-sidenav-btn { margin-left: 0 !important; }
.ori-header-sidebar-search .ori-sidenav-btn button,
.restondev-shop-link {
  width: 42px !important;
  height: 42px !important;
  font-size: 18px !important;
  flex-shrink: 0;
}
.ori-header-sidebar-search .ori-sidenav-btn button {
  background-color: rgba(255, 255, 255, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.restondev-shop-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%;
  transition: all .3s ease;
}
.restondev-shop-link:hover { color: #000; background: var(--base-color-1); border-color: var(--base-color-1); }

/* ── Mobile header layout: logo LEFT, icons RIGHT ── */
@media (max-width: 991px) {
  /* Kill the centered absolute positioning — put logo left */
  .ori-header-section.header-style-one .brand-logo {
    position: static !important;
    transform: none !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    margin: 0 !important;
    flex: 0 0 auto;
  }
  /* flex-row: logo | (spacer) | shop + hamburger */
  .ori-header-section.header-style-one .ori-header-content {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-direction: row !important;
  }
  /* Ensure the right-side icons group stays visible and stacked horizontally */
  .ori-header-section.header-style-one .ori-header-sidebar-search {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    order: 2;
  }
  /* Show shop icon on mobile too (it was hidden by sidenav-btn display:none) */
  .ori-header-section.header-style-one .ori-header-sidebar-search .ori-search-btn {
    display: flex !important;
    align-items: center;
  }
  /* Restore hamburger/sidenav visibility — use the sidebar button on mobile */
  .ori-header-section.header-style-one .ori-header-sidebar-search .ori-sidenav-btn {
    display: flex !important;
    align-items: center;
  }
  /* Hide the duplicate mobile_menu_button (the one inside .mobile_menu) */
  .ori-header-section.header-style-one .mobile_menu {
    display: none !important;
  }
  /* Slightly smaller icons on small phones */
  .ori-header-sidebar-search .ori-sidenav-btn button,
  .restondev-shop-link {
    width: 40px !important;
    height: 40px !important;
    font-size: 17px !important;
  }
}

/* Sidebar drawer: logo left-aligned on all sizes */
.restondev-sidebar-menu .menu-location-widget ul { margin: 0; padding: 0; }
.restondev-sidebar-menu .menu-location-widget li { list-style: none; margin-bottom: 14px; }
.restondev-sidebar-menu .menu-location-widget a { color: #fff; font-size: 22px; font-weight: 700; text-transform: uppercase; }
.restondev-sidebar-menu .menu-location-widget a:hover { color: var(--base-color-1); }
/* Drawer logo — always left-aligned */
.xs-sidebar-widget .logo,
.xs-sidebar-widget .logo a {
  display: block;
  text-align: left !important;
  margin: 0 !important;
}
.xs-sidebar-widget .logo img {
  margin: 0 !important;
}


/* Home hero circular object */
#ori-slider-1 {
  z-index: 1;
  overflow-x: clip;
  overflow-y: visible;
}
#ori-slider-1 .ori-slider-content-wrapper-1,
#ori-slider-1 .ori-slider-wrap-1,
#ori-slider-1 .slick-list,
#ori-slider-1 .slick-track {
  overflow: visible;
}
#ori-slider-1 .ori-slider-img {
  left: 50%;
  right: auto;
  bottom: clamp(-423px, -29.4vw, -196px);
  pointer-events: none;
  transform: translateX(-50%);
}
#ori-slider-1 .ori-slider-content-1.slick-current.slick-active .ori-slider-img {
  transform: translateX(-50%);
}
#ori-slider-1 .ori-slider-img img {
  width: clamp(440px, calc(63vw + 16px), 928px);
  max-width: calc(100vw - 24px);
  height: auto;
  display: inline-block;
  transform-origin: 50% 50%;
  animation: restondevHeroCircleSpin 34s linear infinite;
  will-change: transform;
}
@media (min-width: 992px) {
  #ori-slider-1 .ori-slider-content-1 {
    min-height: min(780px, calc(100vh - 10px));
    padding: clamp(165px, 14vh, 205px) 0 clamp(250px, 24vh, 305px);
  }
  #ori-slider-1 .ori-slider-img {
    bottom: clamp(-336px, -22vw, -178px);
  }
}
#ori-service-1 {
  position: relative;
  z-index: 20;
}
#ori-service-1 .ori-service-wrapper-1 {
  position: relative;
  z-index: 20;
}
@keyframes restondevHeroCircleSpin {
  to { transform: rotate(360deg); }
}
@media (prefers-reduced-motion: reduce) {
  #ori-slider-1 .ori-slider-img img {
    animation: none;
  }
}

/* About page Restondev content */
.ori-breadcrumb-content li a {
  color: rgba(255,255,255,0.78);
}
.ori-breadcrumb-content li a:hover {
  color: var(--base-color-1);
}
.ori-breadcrumb-content {
  padding: 170px 0 88px;
}
.ori-breadcrumb-content h1 {
  font-size: 44px;
  line-height: 1.12;
}
.restondev-about-process .ori-team-content-area {
  padding-top: 110px;
  padding-bottom: 105px;
}
.restondev-about-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 52px;
}
.restondev-about-process-card,
.restondev-about-project {
  border-radius: 16px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 24px 60px rgba(0,0,0,0.22);
}
.restondev-about-process-card {
  min-height: 280px;
  padding: 30px;
}
.restondev-about-process-card span {
  color: var(--base-color-1);
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin-bottom: 24px;
}
.restondev-about-process-card h3 {
  color: #fff;
  font-size: 24px;
  line-height: 1.22;
  margin-bottom: 18px;
}
.restondev-about-process-card p,
.restondev-about-project p {
  color: #b5b5b5;
  font-size: 16px;
  line-height: 1.72;
  margin: 0;
}
.restondev-about-projects {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 28px;
}
.restondev-about-project {
  padding: 30px;
}
.restondev-about-project strong {
  color: #fff;
  display: block;
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 8px;
}
.restondev-about-project span {
  color: var(--base-color-1);
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.restondev-services-title {
  max-width: 880px;
  margin: 0 auto 56px;
}
.restondev-services-title p {
  color: #b8b8b8;
  font-size: 18px;
  line-height: 1.75;
  margin: 20px auto 0;
}
.restondev-service-card {
  height: calc(100% - 30px);
}
.restondev-service-card .service-text p {
  min-height: 86px;
}
.restondev-service-detail .quote-widget p {
  color: #b5b5b5;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 22px;
}
.restondev-service-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.restondev-service-actions {
  gap: 12px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  align-items: center;
  justify-content: center;
}
.restondev-action-primary,
.restondev-action-secondary {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 24px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.restondev-action-primary {
  color: #0b0b0b;
  background: var(--base-color-1);
}
.restondev-action-secondary {
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.18);
}
.restondev-action-primary:hover,
.restondev-action-secondary:hover {
  color: #0b0b0b;
  background: #fff;
}
.slider-play-btn .restondev-lead-trigger {
  box-shadow: 0 0 0 0 rgba(255, 94, 20, 0.35);
}
.slider-play-btn .restondev-lead-trigger:hover {
  color: #0b0b0b;
  background: var(--base-color-1);
  border-color: var(--base-color-1);
  box-shadow: 0 0 38px rgba(255, 94, 20, 0.38);
}
.restondev-lead-popup {
  inset: 0;
  z-index: 9999;
  opacity: 0;
  display: flex;
  position: fixed;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  padding: 22px;
  pointer-events: none;
  transition: opacity 220ms ease, visibility 220ms ease;
}
.restondev-lead-popup:target {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.restondev-lead-backdrop {
  inset: 0;
  position: absolute;
  background: rgba(0,0,0,0.74);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.restondev-lead-modal {
  z-index: 1;
  width: min(520px, 100%);
  position: relative;
  overflow: hidden auto;
  max-height: calc(100vh - 32px);
  padding: 40px 36px 34px;
  border-radius: 20px;
  background: linear-gradient(180deg, #141414 0%, #090909 100%);
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow: 0 0 0 1px rgba(255,94,20,0.06), 0 0 80px rgba(255, 94, 20, 0.22), 0 34px 95px rgba(0,0,0,0.62);
}
.restondev-lead-modal:before {
  left: 12%;
  right: 12%;
  top: -145px;
  height: 210px;
  content: "";
  position: absolute;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255,94,20,0.5), rgba(255,94,20,0));
  pointer-events: none;
}
.restondev-lead-modal:after {
  inset: 1px;
  content: "";
  position: absolute;
  border-radius: 19px;
  pointer-events: none;
  border: 1px solid rgba(255,255,255,0.05);
}
.restondev-lead-close {
  top: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  color: #fff;
  display: inline-flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  transition: color 200ms ease, background 200ms ease, transform 200ms ease;
}
.restondev-lead-close:hover {
  color: #0b0b0b;
  background: var(--base-color-1);
  transform: rotate(90deg);
}
.restondev-lead-kicker {
  color: var(--base-color-1);
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  margin-bottom: 14px;
}
.restondev-lead-modal h3 {
  color: #fff;
  font-size: 32px;
  line-height: 1.1;
  margin-bottom: 24px;
  padding-right: 36px;
}
.restondev-lead-form {
  display: grid;
  gap: 13px;
  position: relative;
  z-index: 1;
}
.restondev-lead-form input,
.restondev-lead-form select,
.restondev-lead-form textarea {
  width: 100%;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 12px;
  background: rgba(255,255,255,0.06);
  padding: 14px 16px;
  outline: none;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
}
.restondev-lead-form input:focus,
.restondev-lead-form select:focus,
.restondev-lead-form textarea:focus {
  border-color: rgba(255,94,20,0.72);
  background: rgba(255,255,255,0.08);
  box-shadow: 0 0 0 3px rgba(255,94,20,0.12);
}
.restondev-lead-form textarea {
  min-height: 108px;
  resize: vertical;
}
.restondev-lead-form button {
  color: #0b0b0b;
  border: 0;
  min-height: 50px;
  border-radius: 999px;
  font-weight: 800;
  background: var(--base-color-1);
  transition: transform 200ms ease, box-shadow 200ms ease;
}
.restondev-lead-form button:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(255,94,20,0.28);
}
.restondev-lead-message {
  min-height: 20px;
  color: rgba(255,255,255,0.72);
  font-size: 13px;
  line-height: 1.45;
  margin-top: 2px;
}
.restondev-lead-message.is-success {
  color: #4EEFBF;
}
.restondev-lead-message.is-error {
  color: #ff8a8a;
}
.restondev-lead-message.is-loading {
  color: rgba(255,255,255,0.74);
}
.restondev-portfolio-pagination {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 26px;
}
.restondev-portfolio-pagination a,
.restondev-portfolio-pagination span {
  width: 44px;
  height: 44px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 800;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
}
.restondev-portfolio-pagination span {
  width: auto;
  border: 0;
  background: transparent;
  letter-spacing: 0.18em;
}
.restondev-portfolio-pagination a.active,
.restondev-portfolio-pagination a:hover {
  color: #0b0b0b;
  background: var(--base-color-1);
  border-color: var(--base-color-1);
}
.restondev-shop-filter-bar {
  gap: 12px;
  flex-wrap: wrap;
  padding: 10px 14px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 44px;
  border-radius: 24px;
  background: rgba(255,255,255,0.035);
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: none;
}
.restondev-shop-filter-bar .ori-shop-select select {
  color: #fff;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 999px;
  width: 156px;
  height: 40px;
  padding: 0 42px 0 13px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
  background: rgba(255,255,255,0.06);
  appearance: none;
  -webkit-appearance: none;
}
.restondev-shop-filter-bar .ori-shop-select {
  position: relative;
}
.restondev-shop-filter-bar .ori-shop-select:after {
  top: 50%;
  right: 20px;
  color: #fff;
  content: "\f107";
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  position: absolute;
  pointer-events: none;
  font-family: "Font Awesome 5 Pro";
  transform: translateY(-50%);
}
.restondev-shop-filter-bar .ori-shop-select select option {
  background: #111;
}
.restondev-shop-container {
  max-width: 1320px;
  padding-left: 42px;
  padding-right: 42px;
}
#ori-shop-feed.ori-shop-feed-section {
  padding-top: 46px;
}
.ori-shop-feed-post-content {
  max-width: 1180px;
  margin: 0 auto;
}
.restondev-shop-intro {
  gap: 18px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 18px;
  justify-content: space-between;
}
.restondev-shop-kicker {
  color: var(--base-color-1);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.restondev-shop-intro p {
  color: rgba(255,255,255,0.68);
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
}
.restondev-shop-meta {
  gap: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.restondev-shop-meta span,
.restondev-shop-meta b {
  min-height: 34px;
  color: rgba(255,255,255,0.78);
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 13px;
  font-size: 12px;
  font-weight: 800;
  background: rgba(255,255,255,0.045);
  border: 1px solid rgba(255,255,255,0.1);
}
.restondev-shop-meta b {
  color: #0b0b0b;
  background: var(--base-color-1);
  border-color: var(--base-color-1);
}
.restondev-shop-search {
  flex: 1 1 180px;
  min-width: 0;
  margin: 0;
}
.restondev-shop-filter-bar .ori-filter-result {
  margin-top: 0 !important;
}
.restondev-shop-search form {
  width: 100%;
  position: relative;
}
.restondev-shop-search input {
  width: 100%;
  max-width: 100%;
  height: 40px;
  color: #fff;
  border-radius: 999px;
  padding: 0 44px 0 16px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
}
.restondev-shop-search input::placeholder {
  color: #a8a8a8;
}
.restondev-shop-search button {
  top: 50%;
  right: 15px;
  color: #fff;
  border: 0;
  padding: 0;
  position: absolute;
  transform: translateY(-50%);
  background: transparent;
}
.restondev-shop-clear {
  width: 40px;
  height: 40px;
  color: #fff;
  flex: 0 0 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
}
.restondev-shop-clear:hover {
  color: #0b0b0b;
  background: var(--base-color-1);
  border-color: var(--base-color-1);
}
#ori-shop-feed .ori-shop-inner-item {
  height: calc(100% - 35px);
  padding: 14px;
  width: 100%;
  max-width: none;
  color: #fff;
  cursor: pointer;
  display: block;
  text-decoration: none;
  text-align: left !important;
  border-radius: 22px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 18px 48px rgba(0,0,0,0.22);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transform: none !important;
}
#ori-shop-feed .ori-shop-inner-item:after {
  left: 18px;
  right: 18px;
  bottom: 0;
  height: 1px;
  content: "";
  position: absolute;
  background: var(--base-color-1);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.22s ease;
}
#ori-shop-feed .ori-shop-feed-post-items .row > [class*="col-"] {
  display: flex;
}
#ori-shop-feed .ori-shop-feed-post-items .row > [class*="col-"] .ori-shop-inner-item {
  flex: 1 1 auto;
}
#ori-shop-feed .ori-shop-inner-item:hover {
  border-color: rgba(255,255,255,0.18);
  box-shadow: 0 20px 54px rgba(0,0,0,0.26);
  transform: none !important;
}
#ori-shop-feed .ori-shop-inner-item:hover:after {
  transform: scaleX(1);
}
#ori-shop-feed .shop-img-cart-btn {
  margin-bottom: 18px;
  overflow: hidden;
  border-radius: 16px;
  background: rgba(255,255,255,0.045);
  border: 1px solid rgba(255,255,255,0.08);
}
#ori-shop-feed .shop-img {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  isolation: isolate;
  position: relative;
  border-radius: 16px;
}
#ori-shop-feed .shop-img:after {
  inset: 0;
  z-index: 2;
  content: "";
  position: absolute;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0,0,0,0.24), rgba(0,0,0,0.01) 42%, rgba(0,0,0,0.18));
}
#ori-shop-feed .shop-img img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 1;
  transition: none !important;
  transform: none !important;
  object-fit: cover;
}
#ori-shop-feed .add-cart-btn {
  display: none;
}
#ori-shop-feed .ori-shop-inner-item:hover .shop-img img,
#ori-shop-feed .shop-img:hover img {
  transform: none;
}
#ori-shop-feed .shop-text {
  padding: 0;
}
#ori-shop-feed .shop-text h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.28;
  min-height: 46px;
  padding-bottom: 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#ori-shop-feed .shop-text h3 a {
  color: inherit;
}
#ori-shop-feed .shop-img .pro_price {
  gap: 3px;
  top: 14px;
  right: 14px;
  z-index: 5;
  color: #fff;
  display: inline-flex;
  position: absolute;
  align-items: baseline;
  pointer-events: none;
  padding: 8px 12px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.15;
  border-radius: 999px;
  background: rgba(7,7,10,0.78);
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 14px 34px rgba(0,0,0,0.22);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
#ori-shop-feed .shop-img .pro_price i {
  font-size: 15px;
}
.restondev-shop-card-link {
  gap: 8px;
  color: rgba(255,255,255,0.72);
  display: inline-flex;
  align-items: center;
  margin-top: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  text-transform: uppercase;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
#ori-shop-feed .ori-shop-inner-item:hover .restondev-shop-card-link {
  color: #0b0b0b;
  background: var(--base-color-1);
  border-color: var(--base-color-1);
}
.restondev-shop-empty {
  max-width: 520px;
  margin: 0 auto;
  padding: 54px 28px;
  border-radius: 18px;
  background: rgba(255,255,255,0.045);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 20px 54px rgba(0,0,0,0.22);
}
.restondev-shop-empty > span {
  width: 54px;
  height: 54px;
  color: #0b0b0b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 50%;
  background: var(--base-color-1);
}
.restondev-shop-empty h4 {
  color: #fff;
  font-size: 26px;
  margin-bottom: 10px;
}
.restondev-shop-empty p {
  color: rgba(255,255,255,0.66);
  margin-bottom: 22px;
}
.restondev-shop-empty-actions {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.restondev-shop-empty-actions a {
  color: #fff;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.14);
}
.restondev-shop-empty-actions a:hover {
  color: #0b0b0b;
  background: var(--base-color-1);
  border-color: var(--base-color-1);
}
.restondev-shop-pagination {
  margin-top: 28px;
  text-align: center;
}
.restondev-shop-pagination li a {
  color: #fff;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.055);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.restondev-shop-pagination li a.active,
.restondev-shop-pagination li a:hover {
  color: #fff;
  background: #6339f9;
  border-color: #6339f9;
}
body:has(.restondev-product-details) .ori-breadcrumb-content {
  padding: 190px 0 76px;
}
.restondev-product-details {
  padding: 62px 0 36px;
  background: transparent;
}
.restondev-product-details .container.xxl,
.restondev-product-bottom .container.xxl {
  max-width: 1320px;
}
.restondev-product-details .product-details-page {
  --product-accent: #6339f9;
  --product-border: rgba(255,255,255,0.12);
  padding: 20px 0 10px;
  color: #fff;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.restondev-product-details .product-gallery {
  top: 105px;
  padding: 0 26px;
}
.restondev-product-details .main-image {
  overflow: visible !important;
  position: relative;
  border-radius: 24px;
  background: rgba(255,255,255,0.06);
  min-height: 320px;
  box-shadow: 0 22px 70px rgba(0,0,0,0.24);
}
.restondev-product-details .main-image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: block;
  border-radius: inherit;
  object-fit: cover;
}
.restondev-product-details .product-gallery-nav {
  top: 50%;
  z-index: 4;
  width: 46px;
  height: 46px;
  color: #fff;
  display: inline-flex;
  position: absolute;
  align-items: center;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  justify-content: center;
  transform: translateY(-50%);
  background: rgba(7,7,10,0.78);
  box-shadow: 0 16px 34px rgba(0,0,0,0.24);
  transition: background 0.2s ease, transform 0.2s ease;
}
.restondev-product-details .product-gallery-nav:hover {
  color: #fff;
  background: #6339f9;
  transform: translateY(-50%) scale(1.04);
}
.restondev-product-details .product-gallery-nav.prev {
  left: -23px;
}
.restondev-product-details .product-gallery-nav.next {
  right: -23px;
}
.restondev-product-details .product-gallery-thumb {
  width: 100%;
  padding: 0;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(255,255,255,0.07);
  border: 2px solid rgba(255,255,255,0.08);
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.restondev-product-details .product-gallery-thumb.active,
.restondev-product-details .product-gallery-thumb:hover {
  border-color: #6339f9;
  transform: translateY(-2px);
}
.restondev-product-details .product-gallery-thumb img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.restondev-product-details .product-info-wrapper {
  max-width: 610px;
  padding: 4px 0 0 18px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.restondev-product-details h1 {
  color: #fff;
  max-width: 560px;
  font-size: clamp(28px, 2.75vw, 36px);
  line-height: 1.18;
  letter-spacing: 0;
}
.restondev-product-details .product-review-meta {
  gap: 12px 18px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 28px;
  align-items: center;
}
.restondev-product-details .reviews {
  color: #ffb800;
  font-size: 16px;
}
.restondev-product-details .review-count {
  color: rgba(255,255,255,0.78);
  font-size: 14px;
  font-weight: 600;
}
.restondev-product-details .watching-now {
  color: #ffb5b5;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 999px;
  background: rgba(255,80,80,0.12);
  border: 1px solid rgba(255,120,120,0.22);
}
.restondev-product-details .pricing-block {
  gap: 10px 14px;
  display: flex;
  flex-wrap: wrap;
  padding: 18px 0 8px;
  align-items: center;
}
.restondev-product-details .compare-price {
  color: rgba(255,255,255,0.45);
  font-size: 22px;
  font-weight: 600;
}
.restondev-product-details .selling-price {
  color: var(--product-accent);
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
}
.restondev-product-details .product-sale-badge,
.product-mobile-offer .product-sale-badge {
  color: #fff;
  display: inline-flex;
  min-height: 32px;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 700;
  align-items: center;
  border-radius: 999px;
  letter-spacing: 2px;
  background: #111827;
  text-transform: uppercase;
}
.restondev-product-details .product-short-description {
  color: rgba(255,255,255,0.72);
  font-size: 18px;
  line-height: 1.6;
}
.restondev-product-details .product-usp-list {
  padding: 0;
  color: rgba(255,255,255,0.86);
  font-size: 15px;
  font-weight: 600;
  list-style: none;
  list-style-type: none;
  background: transparent;
  border: 0;
  border-radius: 0;
}
.restondev-product-details .product-usp-list li {
  gap: 12px;
  display: flex;
  list-style: none;
  list-style-type: none;
  margin-bottom: 16px;
  align-items: flex-start;
  line-height: 1.45;
}
.restondev-product-details .product-usp-list li::marker {
  content: "";
}
.restondev-product-details .product-usp-list li:last-child {
  margin-bottom: 0;
}
.restondev-product-details .product-usp-list i {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  color: #6339f9;
  display: inline-flex;
  font-size: 16px;
  align-items: center;
  border-radius: 999px;
  justify-content: center;
  background: rgba(99,57,249,0.18);
}
.restondev-product-details .accordion-item {
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.045);
}
.restondev-product-details .accordion-button {
  color: #fff;
  padding: 17px 20px;
  font-size: 14px;
  font-weight: 800;
  box-shadow: none;
  letter-spacing: 0.08em;
  background: transparent;
  text-transform: uppercase;
}
.restondev-product-details .accordion-body {
  color: rgba(255,255,255,0.68);
  padding: 20px;
  line-height: 1.7;
  border-top: 1px solid rgba(255,255,255,0.1);
}
#policyAccordion {
  margin-bottom: 30px !important;
}
.restondev-product-details .product-secure-box {
  position: relative;
  padding: 32px 24px 24px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,0.075), rgba(255,255,255,0.035));
  text-align: center;
  box-shadow: 0 22px 54px rgba(0,0,0,0.18);
}
.restondev-product-details .product-secure-box .label {
  top: -13px;
  left: 50%;
  color: #fff;
  display: inline-flex;
  padding: 4px 14px;
  position: absolute;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  border-radius: 999px;
  background: #111;
  border: 1px solid rgba(255,255,255,0.16);
  letter-spacing: 0.5px;
  transform: translateX(-50%);
}
.restondev-product-details .product-secure-header {
  gap: 18px;
  display: flex;
  padding: 0;
  margin-bottom: 18px;
  align-items: center;
  justify-content: center;
}
.restondev-product-details .product-secure-header h4 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.restondev-product-details .product-secure-mark {
  gap: 8px;
  color: rgba(255,255,255,0.72);
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  align-items: center;
}
.restondev-product-details .product-secure-mark i {
  color: #4EEFBF;
  font-size: 18px;
}
.restondev-product-details .product-secure-icons {
  gap: 8px;
  display: flex;
  flex-wrap: nowrap;
  max-width: 100%;
  align-items: center;
  justify-content: center;
}
.restondev-product-details .product-secure-icons span {
  width: auto;
  height: 48px;
  min-width: 0;
  flex: 1 1 0;
  display: inline-flex;
  overflow: hidden;
  align-items: center;
  border-radius: 12px;
  justify-content: center;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 10px 22px rgba(0,0,0,0.14);
}
.restondev-product-details .product-secure-icons img {
  width: 100%;
  height: 100%;
  padding: 6px;
  display: block;
  object-fit: contain;
  opacity: 0.88;
  transform: scale(1.42);
}
.restondev-product-details .product-main-actions {
  gap: 12px;
  display: flex;
  flex-wrap: nowrap;
}
.restondev-product-details .product-main-actions form {
  min-width: 0;
  flex: 1 1 0;
}
.restondev-product-details .product-action-btn {
  width: 100%;
  gap: 10px;
  min-height: 58px;
  display: inline-flex;
  padding: 15px 16px;
  font-size: 16px;
  font-weight: 800;
  align-items: center;
  border-radius: 16px;
  text-transform: uppercase;
  justify-content: center;
}
.restondev-product-details .product-action-cart {
  color: #fff;
  background: transparent;
  border: 2px solid rgba(255,255,255,0.28);
}
.restondev-product-details .product-action-buy {
  color: #fff;
  background: #6339f9;
  border: 2px solid #6339f9;
}
.restondev-product-bottom {
  padding: 18px 0 150px;
  background: transparent;
}
.restondev-product-bottom .container {
  padding: 20px 0 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.restondev-product-bottom,
.restondev-product-bottom p,
.restondev-product-bottom li {
  color: rgba(255,255,255,0.72);
}
.restondev-product-bottom h4,
.restondev-product-bottom .text-dark {
  color: #fff !important;
}
.restondev-product-bottom .product-description-block {
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.restondev-product-bottom ul,
.restondev-product-bottom li {
  list-style: none;
  list-style-type: none;
  padding-left: 0;
}
.restondev-product-bottom li::marker {
  content: "";
}
.restondev-product-bottom .product-description-block li {
  gap: 10px;
  display: flex;
  margin-bottom: 14px;
  align-items: flex-start;
}
.restondev-product-bottom .product-description-block i {
  color: #4EEFBF;
  margin-top: 5px;
  margin-right: 12px;
}
.restondev-product-bottom .review-summary-card {
  padding: 32px;
  border-radius: 28px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.12);
}
.restondev-product-bottom .review-summary-score {
  color: #fff;
  font-size: 72px;
  font-weight: 800;
  line-height: 1;
}
.restondev-product-bottom .review-summary-card .text-black-50,
.restondev-product-bottom .review-summary-card .fw-600 {
  color: rgba(255,255,255,0.78) !important;
}
.restondev-product-bottom .review-stars {
  color: #ffb800;
}
.restondev-product-bottom .review-write-note {
  gap: 12px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 18px;
  align-items: center;
}
.restondev-product-bottom .review-write-button {
  color: #fff;
  min-height: 48px;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 999px;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.28);
}
.restondev-product-bottom .review-write-message {
  display: none;
  color: rgba(255,255,255,0.66);
  font-size: 14px;
  font-weight: 600;
}
.restondev-product-bottom .review-write-message.is-visible {
  display: inline-flex;
}
.restondev-product-bottom .review-card {
  padding: 28px;
  margin-bottom: 25px;
  border-radius: 24px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: none;
}
.restondev-product-bottom .reviewer-name {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.restondev-product-bottom .reviewer-name-wrap {
  gap: 8px;
  display: flex;
  flex-direction: column;
}
.restondev-product-bottom .verified-buyer-badge {
  gap: 8px;
  color: #2563eb;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  align-items: center;
}
.product-mobile-offer {
  display: none;
}
.product-mobile-offer .compare-price {
  color: rgba(255,255,255,0.5);
  font-size: 14px;
  font-weight: 700;
}
.sale-popup-container {
  position: fixed;
  bottom: 40px;
  left: 20px;
  z-index: 999;
  width: fit-content;
  max-width: 320px;
  opacity: 0;
  color: #fff;
  visibility: hidden;
  padding: 7px 30px 7px 7px;
  border-radius: 999px;
  background: rgba(7,7,10,0.88);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 18px 48px rgba(0,0,0,0.36);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transform: translateY(20px) scale(0.95);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  pointer-events: none;
}
.sale-popup-container.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.sale-popup-link-wrapper {
  gap: 10px;
  color: inherit;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.sale-popup-image-container {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.16);
}
.sale-popup-image-container img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.sale-popup-details {
  min-width: 0;
  color: rgba(255,255,255,0.74);
  font-size: 12px;
  line-height: 1.3;
  padding-right: 8px;
}
.sale-popup-details p {
  margin: 0;
}
.sale-popup-details .font-bold {
  color: #fff;
  font-weight: 800;
}
.popup-product-title {
  color: #4EEFBF;
  font-weight: 800;
}
.popup-time-ago {
  color: rgba(255,255,255,0.48);
  font-size: 11px;
  white-space: nowrap;
}
#popup-close-btn {
  top: 50%;
  right: 12px;
  color: rgba(255,255,255,0.52);
  border: 0;
  padding: 0;
  position: absolute;
  font-size: 17px;
  line-height: 1;
  cursor: pointer;
  background: transparent;
  transform: translateY(-50%);
}
#popup-close-btn:hover {
  color: #fff;
}
@media (max-width: 991px) {
  .restondev-product-details {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .restondev-product-details > .container,
  .restondev-product-bottom > .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .restondev-product-bottom > .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .restondev-product-details .product-details-page,
  .restondev-product-bottom .container {
    padding: 0 10px;
    border-radius: 0;
  }
  .restondev-product-details .product-gallery {
    padding: 0 18px;
    position: static !important;
  }
  .restondev-product-details .main-image {
    min-height: auto;
    border-radius: 18px;
  }
  .restondev-product-details .product-gallery-nav {
    width: 40px;
    height: 40px;
  }
  .restondev-product-details .product-gallery-nav.prev {
    left: -20px;
  }
  .restondev-product-details .product-gallery-nav.next {
    right: -20px;
  }
  .restondev-product-details .product-info-wrapper {
    max-width: none;
    padding: 10px 0 0 !important;
  }
  .restondev-product-details h1 {
    max-width: none;
    font-size: 26px;
  }
  .restondev-product-details .product-review-meta {
    margin-bottom: 18px;
  }
  .restondev-product-details .watching-now {
    border-radius: 12px;
  }
  .restondev-product-details .selling-price {
    font-size: 34px;
  }
  .restondev-product-details .compare-price {
    font-size: 18px;
  }
  .restondev-product-details .product-usp-list {
    padding: 14px;
    font-size: 14px;
  }
  .restondev-product-details .product-usp-list li {
    margin-bottom: 12px;
  }
  .restondev-product-details .product-usp-list i {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
    font-size: 14px;
  }
  .restondev-product-details .accordion-button {
    padding: 15px 16px;
    font-size: 13px;
    letter-spacing: 0.04em;
  }
  .restondev-product-details .product-secure-header {
    gap: 8px;
    padding: 0;
    align-items: center;
    text-align: center;
    flex-direction: row;
    justify-content: center;
  }
  .restondev-product-details .product-secure-box {
    padding: 30px 12px 14px;
    margin-top: 8px;
  }
  .restondev-product-details .product-secure-icons {
    gap: 6px;
    justify-content: center;
  }
  .restondev-product-details .product-secure-icons span {
    width: auto;
    min-width: 0;
    height: 42px;
  }
  .restondev-product-details .product-secure-icons img {
    height: 100%;
    max-width: none;
    padding: 5px;
    transform: scale(1.45);
  }
  .restondev-product-details .product-main-actions {
    gap: 10px;
  }
  .restondev-product-details .product-action-btn {
    min-height: 54px;
    padding: 13px 10px;
    font-size: 13px;
    border-radius: 13px;
  }
  .restondev-product-bottom {
    padding-top: 0;
    padding-bottom: 110px;
  }
  .restondev-product-bottom .review-summary-card {
    padding: 24px 18px;
    border-radius: 22px;
  }
  .restondev-product-bottom .review-summary-score {
    font-size: 52px;
  }
  .restondev-product-bottom .review-card {
    padding: 20px 18px;
    margin-bottom: 16px;
    border-radius: 18px;
  }
  .product-mobile-offer {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: block;
    position: fixed;
    padding: 10px 10px calc(10px + env(safe-area-inset-bottom));
    background: rgba(10,10,12,0.98);
    border-top: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 -16px 40px rgba(0,0,0,0.38);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
  .product-mobile-offer__inner {
    gap: 10px;
    display: flex;
    align-items: center;
    padding: 8px;
    border-radius: 18px;
    background: rgba(255,255,255,0.055);
    border: 1px solid rgba(255,255,255,0.1);
  }
  .product-mobile-offer__copy {
    min-width: 0;
    flex: 1 1 auto;
  }
  .product-mobile-offer__eyebrow {
    color: #4EEFBF;
    display: block;
    font-size: 11px;
    font-weight: 800;
    margin-bottom: 2px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .product-mobile-offer__price {
    gap: 8px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    font-weight: 800;
    align-items: center;
    line-height: 1.1;
  }
  .product-mobile-offer__price .product-sale-badge {
    display: none;
  }
  .product-mobile-offer__timer {
    gap: 6px;
    color: rgba(255,255,255,0.62);
    display: inline-flex;
    margin-top: 4px;
    font-size: 12px;
    font-weight: 600;
    align-items: center;
  }
  .product-mobile-offer__cta {
    color: #fff;
    border: 0;
    min-width: 118px;
    min-height: 48px;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 800;
    border-radius: 14px;
    background: #6339f9;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
  .sale-popup-container {
    left: 12px;
    bottom: 120px;
    max-width: 280px;
    padding: 6px 28px 6px 6px;
  }
  .sale-popup-image-container {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }
  .sale-popup-details {
    font-size: 11.5px;
  }
}
@media (max-width: 767px) {
  body:has(.restondev-product-details) #ori-breadcrumbs {
    display: none;
  }
  .restondev-product-details {
    padding-top: 92px;
  }
}

/* Cart and checkout focused flow */
.restondev-checkout-page {
  min-height: 100vh;
  background: #050505;
}
.restondev-flow {
  min-height: 100vh;
  padding: 28px 0 80px;
}
.restondev-flow-header,
.restondev-flow-shell {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
}
.restondev-flow-header {
  display: flex;
  align-items: center;
  margin-bottom: 56px;
  justify-content: space-between;
}
.restondev-flow-header img {
  width: 172px;
  height: auto;
}
.restondev-flow-back {
  gap: 10px;
  color: rgba(255,255,255,0.72);
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  align-items: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.restondev-flow-back:hover {
  color: var(--base-color-1);
}
.restondev-flow-intro {
  max-width: 680px;
  margin-bottom: 42px;
}
.restondev-flow-intro span {
  color: var(--base-color-1);
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.restondev-flow-intro h1 {
  color: #fff;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.02;
  margin-bottom: 16px;
}
.restondev-flow-intro p {
  color: rgba(255,255,255,0.66);
  font-size: 18px;
  line-height: 1.7;
}
.restondev-cart-panel,
.restondev-total-card,
.restondev-checkout-card,
.restondev-order-card {
  border-radius: 24px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 24px 70px rgba(0,0,0,0.28);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.restondev-cart-panel {
  padding: 26px;
}
.restondev-cart-header {
  display: flex;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  padding-bottom: 18px;
  margin-bottom: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 1px dashed rgba(255,255,255,0.18);
  justify-content: space-between;
}
.restondev-cart-header div {
  gap: 34px;
  display: flex;
}
.restondev-cart-header div span {
  width: 84px;
  text-align: center;
}
.restondev-cart-row {
  gap: 20px;
  display: flex;
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 22px;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.restondev-cart-row:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.restondev-cart-product {
  gap: 16px;
  min-width: 0;
  display: flex;
  flex: 1 1 auto;
  align-items: center;
}
.restondev-cart-product img,
.restondev-order-item img {
  width: 76px;
  height: 76px;
  flex: 0 0 76px;
  object-fit: cover;
  border-radius: 12px;
}
.restondev-cart-product h3,
.restondev-order-item h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.28;
  margin-bottom: 6px;
}
.restondev-cart-product p,
.restondev-order-item span,
.restondev-total-card p,
.restondev-terms {
  color: rgba(255,255,255,0.58);
}
.restondev-cart-details {
  gap: 18px;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.restondev-cart-price,
.restondev-cart-subtotal {
  color: #fff;
  width: 84px;
  font-size: 17px;
  font-weight: 800;
  text-align: center;
}
.restondev-cart-qty input {
  width: 76px;
  height: 44px;
  color: #fff;
  font-weight: 800;
  text-align: center;
  border-radius: 12px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.16);
}
.restondev-cart-details button {
  color: #fff;
  height: 44px;
  padding: 0 15px;
  font-size: 12px;
  font-weight: 800;
  border-radius: 12px;
  letter-spacing: 0.06em;
  background: transparent;
  text-transform: uppercase;
  border: 1px solid rgba(255,255,255,0.2);
}
.restondev-cart-remove {
  color: #ff7b7b;
  font-size: 18px;
}
.restondev-cart-remove-form {
  margin: 0;
  display: contents;
}
button.restondev-cart-remove {
  padding: 0;
  border: 0;
  line-height: 1;
  background: transparent;
}
.restondev-total-card,
.restondev-order-card,
.restondev-checkout-card {
  padding: 30px;
}
.restondev-total-card h2,
.restondev-order-card h2,
.restondev-checkout-card h2 {
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  padding-bottom: 18px;
  margin-bottom: 22px;
  text-transform: uppercase;
  border-bottom: 1px dashed rgba(255,255,255,0.18);
}
.restondev-total-card > div,
.restondev-order-total {
  display: flex;
  color: rgba(255,255,255,0.68);
  font-weight: 700;
  margin-bottom: 16px;
  justify-content: space-between;
}
.restondev-total-card strong,
.restondev-order-total strong {
  color: #fff;
}
.restondev-coupon-box {
  margin: 4px 0 18px;
  padding: 17px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255,255,255,0.075), rgba(255,255,255,0.035));
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}
.restondev-coupon-question {
  color: rgba(255,255,255,0.72);
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}
.restondev-coupon-question a {
  color: #fff;
  font-weight: 900;
  min-height: 32px;
  margin-left: 8px;
  padding: 6px 10px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(99,57,249,0.28);
  border: 1px solid rgba(255,255,255,0.14);
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.restondev-coupon-question a:hover {
  color: #fff;
  background: rgba(99,57,249,0.46);
  border-color: rgba(255,255,255,0.24);
}
.restondev-coupon-panel {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  margin-top: 0;
  transform: translateY(-6px);
  transition: max-height 0.28s ease, opacity 0.22s ease, margin-top 0.22s ease, transform 0.22s ease;
}
.restondev-coupon-panel.is-open {
  max-height: 180px;
  opacity: 1;
  margin-top: 14px;
  transform: translateY(0);
}
.restondev-coupon-form {
  gap: 10px;
  display: flex;
}
.restondev-coupon-form input {
  width: 100%;
  color: #fff;
  min-height: 48px;
  padding: 0 14px;
  border-radius: 12px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.16);
  outline: none;
}
.restondev-coupon-form input:focus {
  border-color: rgba(99,57,249,0.72);
  box-shadow: 0 0 0 4px rgba(99,57,249,0.16);
}
.restondev-coupon-form input::placeholder {
  color: rgba(255,255,255,0.38);
}
.restondev-coupon-form button,
.restondev-coupon-remove {
  color: #fff;
  min-height: 48px;
  padding: 0 18px;
  border: 0;
  font-weight: 900;
  border-radius: 12px;
  background: #6339f9;
  white-space: nowrap;
  transition: background 0.2s ease, transform 0.2s ease;
}
.restondev-coupon-form button:hover,
.restondev-coupon-remove:hover {
  background: #4e29db;
  transform: translateY(-1px);
}
.restondev-coupon-applied {
  gap: 10px;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: space-between;
  font-weight: 900;
}
.restondev-coupon-applied span {
  gap: 8px;
  display: inline-flex;
  align-items: center;
}
.restondev-coupon-applied i {
  color: #5af4a6;
}
.restondev-coupon-remove {
  width: 100%;
  margin-top: 12px;
  background: rgba(255,255,255,0.1);
}

.restondev-product-details .sale-popup-container {
  left: 20px !important;
  bottom: 40px !important;
  z-index: 999 !important;
  max-width: 320px !important;
  color: #fff !important;
  padding: 7px 30px 7px 7px !important;
  border-radius: 999px !important;
  background: rgba(7,7,10,0.88) !important;
  border: 1px solid rgba(255,255,255,0.14) !important;
  box-shadow: 0 18px 48px rgba(0,0,0,0.36) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.restondev-product-details .sale-popup-image-container {
  width: 42px !important;
  height: 42px !important;
  flex: 0 0 42px !important;
  border-radius: 50% !important;
  border-color: rgba(255,255,255,0.16) !important;
}
.restondev-product-details .sale-popup-details {
  color: rgba(255,255,255,0.74) !important;
  font-size: 12px !important;
}
.restondev-product-details .sale-popup-details .font-bold {
  color: #fff !important;
}
.restondev-product-details .popup-product-title {
  color: #4EEFBF !important;
  font-weight: 800 !important;
}
.restondev-product-details .popup-time-ago {
  color: rgba(255,255,255,0.48) !important;
}
.restondev-product-details #popup-close-btn {
  color: rgba(255,255,255,0.52) !important;
}
.restondev-product-details #popup-close-btn:hover {
  color: #fff !important;
}
@media (max-width: 480px) {
  .restondev-product-details .sale-popup-container {
    left: 12px !important;
    bottom: 116px !important;
    max-width: min(280px, calc(100vw - 24px)) !important;
  }
}
.restondev-total-line,
.restondev-order-grand {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.12);
}
.restondev-total-line span,
.restondev-total-line strong,
.restondev-order-grand span,
.restondev-order-grand strong {
  color: #fff;
  font-size: 24px;
  font-weight: 900;
}
.restondev-flow-btn {
  gap: 10px;
  width: 100%;
  color: #fff;
  min-height: 58px;
  display: inline-flex;
  margin-top: 18px;
  font-size: 15px;
  font-weight: 900;
  align-items: center;
  border-radius: 16px;
  justify-content: center;
  letter-spacing: 0.06em;
  background: #6339f9;
  text-transform: uppercase;
  text-decoration: none;
}
button.restondev-flow-btn {
  border: 0;
  cursor: pointer;
}
button.restondev-flow-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
.restondev-flow-btn:hover {
  color: #fff;
  background: #4e29db;
}
.restondev-checkout-card label {
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.restondev-checkout-card input,
.restondev-checkout-card textarea {
  width: 100%;
  color: #fff;
  min-height: 56px;
  padding: 0 18px;
  margin-bottom: 22px;
  border-radius: 14px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.16);
}
.restondev-checkout-card textarea {
  height: 128px;
  padding-top: 16px;
}
.restondev-checkout-card input::placeholder,
.restondev-checkout-card textarea::placeholder {
  color: rgba(255,255,255,0.38);
}
.restondev-order-item {
  gap: 14px;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  padding-bottom: 18px;
  margin-bottom: 18px;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.restondev-order-item img {
  width: 64px;
  height: 64px;
  flex-basis: 64px;
}
.restondev-order-item > div {
  gap: 12px;
  min-width: 0;
  display: flex;
  align-items: center;
}
.restondev-order-item h3 {
  min-width: 0;
  margin-bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.restondev-order-item span {
  flex: 0 0 auto;
  white-space: nowrap;
}
.restondev-order-item strong {
  color: #fff;
  font-weight: 900;
  white-space: nowrap;
}
.restondev-payment-box {
  position: relative;
  margin-top: 28px;
  padding: 46px 36px 34px;
  text-align: left;
  border-radius: 16px;
  background: none;
  border: 2px solid rgba(255,255,255,0.76);
  border-top: 0;
  box-shadow: none;
}
.restondev-payment-box:before,
.restondev-payment-box:after {
  top: 0;
  content: "";
  height: 2px;
  position: absolute;
  background: rgba(255,255,255,0.76);
}
.restondev-payment-box:before {
  left: 16px;
  right: calc(50% + 150px);
}
.restondev-payment-box:after {
  left: calc(50% + 150px);
  right: 16px;
}
.restondev-payment-box > span {
  top: -15px;
  left: 50%;
  color: #fff;
  display: inline-flex;
  padding: 0;
  position: absolute;
  font-size: 22px;
  font-weight: 900;
  white-space: nowrap;
  line-height: 1.2;
  border-radius: 0;
  background: transparent;
  transform: translateX(-50%);
  border: 0;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.restondev-payment-head {
  gap: 18px;
  display: flex;
  padding: 0;
  align-items: center;
  margin-bottom: 24px;
  justify-content: space-between;
}
.restondev-payment-brand {
  min-width: 0;
}
.restondev-payment-head h3 {
  color: #fff;
  margin: 0;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0;
}
.restondev-payment-box p {
  color: rgba(255,255,255,0.66);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 24px;
}
.restondev-gateway-logo {
  gap: 10px;
  color: #fff;
  min-height: 44px;
  padding: 9px 12px;
  display: inline-flex;
  align-items: center;
  border-radius: 14px;
  background: rgba(255,255,255,0.075);
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow: 0 14px 34px rgba(0,0,0,0.22);
}
.restondev-gateway-logo i {
  font-size: 25px;
  line-height: 1;
}
.restondev-gateway-logo span {
  color: inherit;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}
.restondev-gateway-logo--paypal i {
  color: #73a7ff;
}
.restondev-gateway-logo--razorpay {
  background: linear-gradient(135deg, rgba(45,107,255,0.26), rgba(99,57,249,0.16));
}
.restondev-gateway-logo__mark {
  width: 26px;
  height: 26px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  border-radius: 8px;
  justify-content: center;
  background: #2d6bff;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.22);
}
.restondev-razorpay-mark {
  color: #fff;
  width: auto;
  height: auto;
  flex: 0 0 auto;
  object-fit: contain;
}
.restondev-payment-icons {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  align-items: center;
  justify-content: flex-start;
}
.restondev-payment-icons span {
  width: auto;
  height: 58px;
  min-width: 0;
  flex: 1 1 92px;
  display: inline-flex;
  overflow: hidden;
  align-items: center;
  border-radius: 12px;
  background: rgba(255,255,255,0.075);
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.13);
  box-shadow: 0 12px 28px rgba(0,0,0,0.18);
}
.restondev-payment-icons span img {
  width: 100%;
  height: 100%;
  padding: 6px;
  display: block;
  object-fit: contain;
  opacity: 0.95;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,0.18));
}
.restondev-payment-icons span i {
  color: #fff;
  font-size: 25px;
}
.restondev-payment-icon-tile {
  gap: 8px;
  color: #fff;
  flex-direction: column;
  min-width: 88px;
}
.restondev-payment-icon-tile b {
  color: rgba(255,255,255,0.72);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}
.restondev-payment-icon-tile--paypal i {
  color: #73a7ff;
}
.restondev-terms {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 16px;
}

/* Customer account pages */
.restondev-account-page .account-section,
.restondev-auth-page .account-section {
  padding: 150px 0;
  background: transparent;
}
.restondev-account-page .container.xxl,
.restondev-auth-page .container.xxl {
  max-width: 1320px;
}
.restondev-account-page .account-nav-pills,
.restondev-auth-page .account-nav-pills {
  gap: 12px;
  padding: 14px;
  position: sticky;
  top: 120px;
  border-radius: 22px;
  background: rgba(255,255,255,0.045);
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 24px 70px rgba(0,0,0,0.28);
}
.restondev-account-page .account-nav-pills .nav-link,
.restondev-auth-page .account-nav-pills .nav-link {
  gap: 12px;
  color: rgba(255,255,255,0.78);
  display: flex;
  width: 100%;
  padding: 16px 18px;
  font-weight: 800;
  text-align: left;
  align-items: center;
  border-radius: 14px;
  margin-bottom: 0;
  background: rgba(255,255,255,0.035);
  border: 1px solid rgba(255,255,255,0.08);
}
.restondev-account-page .account-nav-pills .nav-link i,
.restondev-auth-page .account-nav-pills .nav-link i {
  color: var(--base-color-1);
  width: 18px;
  text-align: center;
}
.restondev-account-page .account-nav-pills .nav-link.active,
.restondev-auth-page .account-nav-pills .nav-link.active {
  color: #050505;
  background: var(--base-color-1);
  border-color: var(--base-color-1);
}
.restondev-account-page .account-nav-pills .nav-link.active i,
.restondev-auth-page .account-nav-pills .nav-link.active i {
  color: #050505;
}
.restondev-account-page .account-logout-link,
.restondev-auth-page .account-logout-link {
  color: #ff8c8c !important;
  margin-top: 8px;
  background: transparent !important;
}
.restondev-account-page .account-card,
.restondev-auth-page .account-card {
  color: #fff;
  padding: clamp(24px, 3vw, 38px);
  border-radius: 24px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 26px 78px rgba(0,0,0,0.3);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.restondev-account-page .account-login-shell,
.restondev-auth-page .account-login-shell {
  max-width: 720px;
  margin: 0 auto;
}
.restondev-account-page .account-kicker,
.restondev-auth-page .account-kicker {
  color: var(--base-color-1);
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.restondev-account-page .account-card h3,
.restondev-auth-page .account-card h3 {
  color: #fff;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 16px;
  letter-spacing: 0;
}
.restondev-account-page .account-card p,
.restondev-auth-page .account-card p,
.restondev-account-page .account-lead,
.restondev-auth-page .account-lead {
  color: rgba(255,255,255,0.66);
  font-size: 18px;
  line-height: 1.75;
}
.restondev-account-page .account-stat,
.restondev-auth-page .account-stat {
  height: 100%;
  padding: 26px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.045);
  border: 1px solid rgba(255,255,255,0.1);
}
.restondev-account-page .account-stat h2,
.restondev-auth-page .account-stat h2 {
  color: var(--base-color-1);
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 12px;
  overflow-wrap: anywhere;
}
.restondev-account-page .account-stat span,
.restondev-auth-page .account-stat span {
  color: rgba(255,255,255,0.7);
  font-size: 16px;
  font-weight: 800;
}
.restondev-account-page .account-card-head,
.restondev-auth-page .account-card-head {
  gap: 18px;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  justify-content: space-between;
}
.restondev-account-page .account-table,
.restondev-auth-page .account-table {
  color: rgba(255,255,255,0.76);
  margin-bottom: 0;
  border-color: rgba(255,255,255,0.12);
}
.restondev-account-page .account-table th,
.restondev-auth-page .account-table th {
  color: #fff;
  white-space: nowrap;
  font-weight: 900;
  border-color: rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.065);
}
.restondev-account-page .account-table td,
.restondev-auth-page .account-table td {
  color: rgba(255,255,255,0.76);
  border-color: rgba(255,255,255,0.12);
  background: rgba(0,0,0,0.08);
}
.restondev-account-page .account-status,
.restondev-auth-page .account-status {
  color: #05110d;
  display: inline-flex;
  padding: 6px 11px;
  font-size: 12px;
  font-weight: 900;
  border-radius: 999px;
  background: #4eefbf;
  text-transform: uppercase;
}
.restondev-account-page .account-download-btn,
.restondev-auth-page .account-download-btn,
.restondev-account-page .account-primary-btn,
.restondev-auth-page .account-primary-btn {
  gap: 10px;
  color: #050505;
  min-height: 46px;
  display: inline-flex;
  padding: 12px 20px;
  font-size: 13px;
  font-weight: 900;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  background: var(--base-color-1);
  border: 0;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.restondev-account-page .account-download-btn:hover,
.restondev-auth-page .account-download-btn:hover,
.restondev-account-page .account-primary-btn:hover,
.restondev-auth-page .account-primary-btn:hover {
  color: #050505;
  transform: translateY(-1px);
}
.restondev-account-page .account-primary-btn,
.restondev-auth-page .account-primary-btn {
  width: 100%;
  min-height: 58px;
  border-radius: 16px;
}
.restondev-account-page .account-input,
.restondev-auth-page .account-input {
  width: 100%;
  color: #fff;
  height: 56px;
  border-radius: 14px;
  padding: 0 18px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.16);
}
.restondev-account-page .account-input:focus,
.restondev-auth-page .account-input:focus {
  color: #fff;
  background: rgba(255,255,255,0.08);
  border-color: var(--base-color-1);
  box-shadow: 0 0 0 3px rgba(255,230,0,0.15);
}
.restondev-account-page .account-input[readonly],
.restondev-auth-page .account-input[readonly] {
  opacity: 0.72;
}
.restondev-account-page .account-input::placeholder,
.restondev-auth-page .account-input::placeholder {
  color: rgba(255,255,255,0.38);
}
.restondev-account-page .form-label,
.restondev-auth-page .form-label {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.restondev-auth-note {
  color: rgba(255,255,255,0.62);
  margin-top: 22px;
  text-align: center;
}
.restondev-auth-note a,
.restondev-auth-resend {
  color: var(--base-color-1);
  font-weight: 900;
}
.restondev-auth-resend {
  padding: 0;
  border: 0;
  background: transparent;
}
.restondev-otp-input {
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 8px;
}
.restondev-auth-card-top {
  text-align: center;
  margin-bottom: 34px;
}
.restondev-account-page .account-muted,
.restondev-auth-page .account-muted {
  color: rgba(255,255,255,0.58);
}
.restondev-account-page .account-schema-sql,
.restondev-auth-page .account-schema-sql {
  height: auto;
  min-height: 360px;
  padding: 18px;
  font-size: 12px;
  line-height: 1.5;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}
@media (max-width: 991px) {
  .restondev-account-page .account-section,
  .restondev-auth-page .account-section {
    padding: 90px 0;
  }
  .restondev-account-page .account-nav-pills,
  .restondev-auth-page .account-nav-pills {
    top: auto;
    position: relative;
    margin-bottom: 26px;
  }
  .restondev-account-page .account-card-head,
  .restondev-auth-page .account-card-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .restondev-flow {
    padding: 22px 0 54px;
  }
  .restondev-flow-header,
  .restondev-flow-shell {
    width: calc(100% - 20px);
  }
  .restondev-flow-header {
    margin-bottom: 36px;
  }
  .restondev-flow-header img {
    width: 142px;
  }
  .restondev-flow-back {
    font-size: 12px;
  }
  .restondev-cart-header {
    display: none;
  }
  .restondev-cart-row {
    display: block;
  }
  .restondev-cart-details {
    gap: 10px;
    width: 100%;
    flex-wrap: wrap;
    padding-left: 92px;
    margin-top: 14px;
  }
  .restondev-cart-price,
  .restondev-cart-subtotal {
    width: auto;
    min-width: 88px;
    text-align: left;
  }
  .restondev-cart-remove {
    top: 4px;
    right: 4px;
    position: absolute;
  }
  .restondev-total-card,
  .restondev-order-card {
    margin-top: 24px;
  }
  .restondev-payment-box {
    padding: 38px 18px 22px;
  }
  .restondev-payment-box:before {
    left: 14px;
    right: calc(50% + 104px);
  }
  .restondev-payment-box:after {
    left: calc(50% + 104px);
    right: 14px;
  }
  .restondev-payment-box > span {
    top: -12px;
    padding: 0 16px;
    font-size: 16px;
  }
  .restondev-payment-head {
    margin-bottom: 20px;
  }
  .restondev-payment-head h3 {
    font-size: 22px;
  }
  .restondev-payment-box p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .restondev-payment-icons {
    gap: 8px;
  }
  .restondev-payment-icons span {
    width: auto;
    height: 54px;
    flex: 1 1 calc(50% - 8px);
  }
  .restondev-payment-icon-tile b {
    font-size: 10px;
  }
}
@media (max-width: 575px) {
  .restondev-account-page .account-section,
  .restondev-auth-page .account-section {
    padding: 72px 0;
  }
  .restondev-account-page .account-card,
  .restondev-auth-page .account-card {
    padding: 22px 18px;
    border-radius: 20px;
  }
  .restondev-account-page .account-nav-pills,
  .restondev-auth-page .account-nav-pills {
    padding: 10px;
    border-radius: 18px;
  }
  .restondev-account-page .account-nav-pills .nav-link,
  .restondev-auth-page .account-nav-pills .nav-link {
    padding: 14px;
  }
  .restondev-otp-input {
    font-size: 22px;
    letter-spacing: 6px;
  }
  .restondev-flow-intro h1 {
    font-size: 34px;
  }
  .restondev-cart-panel,
  .restondev-total-card,
  .restondev-checkout-card,
  .restondev-order-card {
    padding: 20px;
    border-radius: 20px;
  }
  .restondev-cart-product img {
    width: 72px;
    height: 72px;
  }
  .restondev-cart-details {
    padding-left: 88px;
  }
  .restondev-order-item {
    gap: 10px;
    grid-template-columns: 52px minmax(0, 1fr) auto;
  }
  .restondev-order-item img {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
  }
  .restondev-order-item > div {
    gap: 8px;
  }
  .restondev-order-item h3 {
    font-size: 14px;
  }
  .restondev-order-item span,
  .restondev-order-item strong {
    font-size: 13px;
  }
  .restondev-coupon-form {
    display: block;
  }
  .restondev-coupon-form button {
    width: 100%;
    margin-top: 10px;
  }
  .restondev-coupon-applied {
    display: block;
  }
  .restondev-coupon-applied strong {
    display: block;
    margin-top: 8px;
  }
  .restondev-payment-box {
    border-radius: 14px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .restondev-payment-icons span {
    height: 50px;
  }
}

/* Restondev branded preloader */
#preloader.restondev-preloader {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  position: fixed;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background: #050505;
}
.restondev-preloader:before {
  inset: 0;
  content: "";
  position: absolute;
  background:
    linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
  background-size: 76px 76px;
  -webkit-mask-image: radial-gradient(circle at center, #000 0 42%, transparent 76%);
  mask-image: radial-gradient(circle at center, #000 0 42%, transparent 76%);
  animation: restondevLoaderGrid 5s linear infinite;
}
.restondev-preloader:after {
  left: -25%;
  top: 50%;
  width: 150%;
  height: 1px;
  content: "";
  position: absolute;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.18), var(--base-color-1), rgba(255,255,255,0.18), transparent);
  animation: restondevLoaderScan 1.9s ease-in-out infinite;
}
.restondev-preloader-grid {
  inset: 28px;
  opacity: 0.55;
  position: absolute;
  border: 1px solid rgba(255,255,255,0.06);
}
.restondev-preloader-panel {
  width: min(420px, calc(100vw - 48px));
  position: relative;
  text-align: center;
  padding: 44px 34px 38px;
  border-radius: 22px;
  background: rgba(12,12,12,0.82);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 34px 90px rgba(0,0,0,0.48);
  animation: restondevLoaderPanel 900ms ease both;
}
.restondev-preloader-mark {
  width: 168px;
  height: 168px;
  display: flex;
  margin: 0 auto 30px;
  position: relative;
  align-items: center;
  justify-content: center;
}
.restondev-preloader-mark:before,
.restondev-preloader-mark:after {
  inset: 0;
  content: "";
  position: absolute;
  border-radius: 50%;
}
.restondev-preloader-mark:before {
  z-index: 1;
  border: 1px solid rgba(255,255,255,0.14);
  animation: restondevLoaderPulse 1.8s ease-in-out infinite;
}
.restondev-preloader-mark:after {
  z-index: 2;
  border: 2px solid transparent;
  border-top-color: var(--base-color-1);
  border-right-color: rgba(255,255,255,0.75);
  animation: restondevLoaderSpin 1.35s linear infinite;
}
.restondev-loader-orbit {
  inset: 14px;
  z-index: 1;
  position: absolute;
  border-radius: 50%;
  border: 1px dashed rgba(255,255,255,0.18);
  animation: restondevLoaderSpinReverse 4.2s linear infinite;
}
.restondev-loader-orbit:before,
.restondev-loader-orbit:after {
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  border-radius: 50%;
  background: var(--base-color-1);
  box-shadow: 0 0 24px rgba(255, 230, 0, 0.7);
}
.restondev-loader-orbit:before {
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
}
.restondev-loader-orbit:after {
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
}
.restondev-preloader-mark img {
  width: 56px;
  height: 56px;
  z-index: 3;
  position: relative;
  padding: 5px;
  border-radius: 16px;
  object-fit: contain;
  background: rgba(255,255,255,0.06);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.12);
  filter: drop-shadow(0 14px 28px rgba(0,0,0,0.55));
}
.restondev-loader-copy {
  color: #fff;
  gap: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.restondev-loader-copy i {
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 50%;
  background: var(--base-color-1);
}
.restondev-loader-bar {
  height: 3px;
  width: 100%;
  overflow: hidden;
  margin-top: 28px;
  border-radius: 999px;
  background: rgba(255,255,255,0.1);
}
.restondev-loader-bar span {
  width: 42%;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent, var(--base-color-1), #fff);
  animation: restondevLoaderBar 1.25s ease-in-out infinite;
}
.restondev-preloader-out {
  animation: restondevLoaderExit 650ms ease forwards;
}
@keyframes restondevLoaderGrid {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(76px, 76px, 0); }
}
@keyframes restondevLoaderScan {
  0%, 100% { transform: translateY(-90px) rotate(-7deg); opacity: 0; }
  45%, 60% { opacity: 1; }
  100% { transform: translateY(90px) rotate(-7deg); }
}
@keyframes restondevLoaderPanel {
  from { opacity: 0; transform: translateY(18px) scale(0.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes restondevLoaderSpin {
  to { transform: rotate(360deg); }
}
@keyframes restondevLoaderSpinReverse {
  to { transform: rotate(-360deg); }
}
@keyframes restondevLoaderPulse {
  0%, 100% { transform: scale(0.9); opacity: 0.45; }
  50% { transform: scale(1.05); opacity: 1; }
}
@keyframes restondevLoaderBar {
  0% { transform: translateX(-110%); }
  100% { transform: translateX(250%); }
}
@keyframes restondevLoaderExit {
  to { opacity: 0; transform: scale(1.04); visibility: hidden; }
}
@media (prefers-reduced-motion: reduce) {
  .restondev-preloader,
  .restondev-preloader *,
  .restondev-preloader:before,
  .restondev-preloader:after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Project card scroll stack */
#ori-project-1 { overflow: visible; }
#ori-project-1 .ori-project-tab-btn-content { position: sticky; top: 120px; }
#ori-project-1 .ori-project-content-1 .ori-btn-1 {
  position: static !important;
  display: flex;
  justify-content: flex-end;
  margin-top: 28px;
  padding-right: 15px;
}
#ori-project-1 .ori-project-item-1 {
  position: sticky !important;
  top: 120px;
  margin-bottom: 72px;
  transform-origin: center top;
  transform: none;
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.34);
  transition: box-shadow 300ms ease, filter 300ms ease;
}
#ori-project-1 .ori-project-item-1:nth-child(1) { z-index: 10 !important; }
#ori-project-1 .ori-project-item-1:nth-child(2) { z-index: 20 !important; }
#ori-project-1 .ori-project-item-1:nth-child(3) { z-index: 30 !important; }
#ori-project-1 .ori-project-item-1:hover {
  box-shadow: 0 34px 78px rgba(0, 0, 0, 0.52);
}
#ori-project-1 .ori-project-img img { width: 100%; display: block; }

/* Testimonial carousel redesign */
.restondev-testimonials {
  overflow: hidden;
  padding: 130px 0;
  background: transparent;
}
.restondev-testimonials .ori-vector-bg { display: none; }
.restondev-testimonials .ori-testimonial-title { padding-bottom: 54px; }
.restondev-testimonials .ori-testimonial-title h3 {
  color: #fff;
  font-size: clamp(36px, 5vw, 72px);
  line-height: 1.05;
}
.restondev-testimonial-kicker {
  display: inline-block;
  color: var(--base-color-1);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.18em;
  margin-bottom: 14px;
}
.restondev-testimonial-slider .slick-list { margin: 0 -12px; overflow: hidden; }
.restondev-testimonial-slider .slick-track { display: flex; }
.restondev-testimonial-slider .slick-slide { height: auto; padding: 0 12px; }
.restondev-testimonial-slider .slick-slide > div,
.restondev-testimonial-slider .ori-testimonial-item-area { height: 100%; }
.restondev-testimonial-card {
  height: 100%;
  min-height: 360px;
  padding: 34px;
  border-radius: 18px;
  background: #101010;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 20px 50px rgba(0,0,0,0.28);
}
.restondev-testimonial-card p {
  color: #f4f4f4;
  font-size: 22px;
  line-height: 1.55;
}
.restondev-testimonial-card .ori-testimonial-author {
  margin-top: 30px;
  text-align: left !important;
}
.restondev-testimonial-card .ori-testimonial-author h4 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 6px;
}
.restondev-testimonial-card .ori-testimonial-author span {
  color: var(--base-color-1);
  font-size: 13px;
  letter-spacing: 0.12em;
}
.restondev-rating {
  color: var(--base-color-1);
  font-size: 14px;
  letter-spacing: 4px;
  margin-bottom: 22px;
}
.restondev-testimonials .carousel_nav {
  gap: 12px;
  display: flex;
  justify-content: center;
  margin-top: 42px;
}
.restondev-testimonials .carousel_nav button {
  position: static !important;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.16);
}

@media (max-width: 991px) {
  #ori-project-1 { overflow: hidden; }
  #ori-project-1 .ori-project-tab-btn-content,
  #ori-project-1 .ori-project-item-1 { position: relative !important; top: auto; }
  #ori-project-1 .ori-project-content-1 .ori-btn-1 { justify-content: center; padding-right: 0; }
  #ori-project-1 .ori-project-item-1,
  #ori-project-1 .ori-project-item-1:nth-child(2),
  #ori-project-1 .ori-project-item-1:nth-child(3) { transform: none; margin-bottom: 30px; }
  .restondev-about-process-grid,
  .restondev-about-projects {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .restondev-testimonials {
    overflow: hidden;
  }
  .restondev-testimonial-slider {
    max-width: 100%;
  }
  .restondev-testimonial-slider .slick-slide {
    width: 100% !important;
  }
  .restondev-testimonial-card { min-height: 0; padding: 28px; }
  .restondev-testimonial-card p { font-size: 18px; }
  .restondev-about-process-grid,
  .restondev-about-projects {
    grid-template-columns: 1fr;
  }
  .restondev-about-process .ori-team-content-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/* Trusted-by marquee */
.restondev-trusted-section { overflow: hidden; }
.restondev-trusted-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 6px 0 10px;
}
.restondev-trusted-wrap:before,
.restondev-trusted-wrap:after {
  top: 0;
  z-index: 2;
  width: 120px;
  height: 100%;
  content: "";
  position: absolute;
  pointer-events: none;
}
.restondev-trusted-wrap:before {
  left: 0;
  background: linear-gradient(90deg, #0d0d0d, rgba(13,13,13,0));
}
.restondev-trusted-wrap:after {
  right: 0;
  background: linear-gradient(270deg, #0d0d0d, rgba(13,13,13,0));
}
.restondev-trusted-marquee {
  display: flex;
  width: max-content;
  animation: restondevTrustedMarquee 24s linear infinite;
  will-change: transform;
}
.restondev-trusted-track {
  display: flex;
  align-items: center;
  gap: 34px;
  padding-right: 34px;
}
.restondev-trusted-logo {
  width: 190px;
  height: 90px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}
.restondev-trusted-logo img {
  max-width: 132px;
  max-height: 54px;
  object-fit: contain;
  filter: grayscale(1) brightness(1.35);
  opacity: 0.82;
}
@keyframes restondevTrustedMarquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

/* Home conversion sections */
.restondev-proof-section,
.restondev-system-section,
.restondev-faq-section {
  overflow: hidden;
  padding: 120px 0;
  background: transparent !important;
}
.restondev-proof-copy p,
.restondev-faq-intro p {
  color: #b8b8b8;
  font-size: 18px;
  line-height: 1.8;
  margin: 28px 0 30px;
}
.restondev-inline-link {
  color: var(--base-color-1);
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.restondev-inline-link:hover {
  color: #fff;
}
.restondev-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.restondev-proof-card {
  min-height: 210px;
  padding: 32px;
  border-radius: 12px;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: none;
}
.restondev-proof-card span {
  color: var(--base-color-1);
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin-bottom: 22px;
}
.restondev-proof-card h3 {
  color: #fff;
  font-size: 58px;
  line-height: 1;
  margin-bottom: 18px;
}
.restondev-proof-card p {
  color: #adadad;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
.restondev-system-visual {
  position: relative;
  padding-right: 30px;
}
.restondev-system-visual img {
  width: 100%;
  display: block;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: none;
}
.restondev-system-badge {
  right: 0;
  bottom: 36px;
  width: 230px;
  padding: 24px;
  position: absolute;
  border-radius: 12px;
  background: #0d0d0d;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: none;
}
.restondev-system-badge strong,
.restondev-system-badge span {
  display: block;
}
.restondev-system-badge strong {
  color: #fff;
  font-size: 22px;
  margin-bottom: 8px;
}
.restondev-system-badge span {
  color: var(--base-color-1);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.restondev-system-table {
  margin: 34px 0 34px;
  border-top: 1px solid rgba(255,255,255,0.12);
}
.restondev-system-row {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.restondev-system-row span {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}
.restondev-system-row p {
  color: #b7b7b7;
  font-size: 17px;
  line-height: 1.65;
  margin: 0;
}
.restondev-faq-list .accordion-item {
  overflow: hidden;
  margin-bottom: 16px;
  border-radius: 12px;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.12);
}
.restondev-faq-list .accordion-button {
  color: #fff;
  width: 100%;
  padding: 24px 28px;
  font-size: 20px;
  font-weight: 800;
  text-align: left;
  background: transparent;
  box-shadow: none;
}
.restondev-faq-list .accordion-button:not(.collapsed) {
  color: var(--base-color-1);
}
.restondev-faq-list .accordion-button:after {
  filter: invert(1);
}
.restondev-faq-list .accordion-body {
  color: #b9b9b9;
  padding: 0 28px 26px;
  font-size: 17px;
  line-height: 1.7;
}

/* Footer rebuild */
.restondev-footer {
  padding-left: 100px;
  padding-right: 100px;
}
.restondev-footer > .container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.restondev-footer .ori-footer-widget-wrapper {
  padding: 74px 0 62px;
}
.restondev-footer-grid > .row {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  align-items: flex-start;
}
.restondev-footer-grid > .row > .col-lg-3 {
  width: 100%;
  max-width: 100%;
  grid-column: 1;
}
.restondev-footer-grid > .row > .col-lg-2 {
  width: 100%;
  max-width: 100%;
}
.restondev-footer-grid > .row > .col-lg-5 {
  width: 100%;
  max-width: 100%;
  grid-column: 4;
}
.restondev-footer-grid > .row > .col-lg-2:nth-of-type(2) {
  grid-column: 2;
}
.restondev-footer-grid > .row > .col-lg-2:nth-of-type(3) {
  grid-column: 3;
}
.restondev-footer-grid .menu-location-widget {
  width: 100%;
  max-width: none;
  padding-right: 24px;
}
.restondev-footer-brand p {
  color: #a9a9a9;
  font-size: 16px;
  line-height: 1.75;
  margin: 24px 0 22px;
}
.restondev-footer-cta {
  color: var(--base-color-1);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.restondev-footer .ori-footer-widget .widget-title {
  padding-bottom: 24px;
}
.restondev-footer .ori-footer-widget .menu-location-widget li {
  margin-bottom: 10px;
}
.restondev-footer .ori-footer-widget .menu-location-widget li a,
.restondev-footer .ori-footer-widget .contact-widget span,
.restondev-footer .ori-footer-widget .contact-widget a {
  color: #a5a5a5;
}
.restondev-footer .ori-footer-widget .menu-location-widget li a:hover,
.restondev-footer .ori-footer-widget .contact-widget a:hover {
  color: var(--base-color-1);
}
.restondev-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.restondev-contact-grid strong {
  color: #fff;
  display: block;
  font-size: 16px;
  margin-bottom: 12px;
}

@media (max-width: 991px) {
  .ori-breadcrumb-content {
    padding: 138px 0 68px;
  }
  .ori-breadcrumb-content h1 {
    font-size: 40px;
    line-height: 1.12;
  }
  .restondev-proof-section,
  .restondev-system-section,
  .restondev-faq-section {
    padding: 76px 0;
    background: transparent !important;
  }
  .restondev-proof-grid,
  .restondev-system-visual,
  .restondev-faq-list {
    margin-top: 34px;
  }
  .restondev-system-visual {
    padding-right: 0;
    margin-bottom: 38px;
  }
  .restondev-footer {
    padding-left: 30px;
    padding-right: 30px;
  }
  .restondev-footer-grid > .row > .col-lg-3,
  .restondev-footer-grid > .row > .col-lg-2,
  .restondev-footer-grid > .row > .col-lg-5 {
    width: 100%;
    max-width: 50%;
  }
  .restondev-footer-grid > .row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .restondev-footer-grid > .row > .col-lg-3,
  .restondev-footer-grid > .row > .col-lg-2:nth-of-type(2),
  .restondev-footer-grid > .row > .col-lg-2:nth-of-type(3),
  .restondev-footer-grid > .row > .col-lg-5 {
    grid-column: auto;
  }
  .restondev-contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .restondev-lead-modal {
    padding: 28px 20px 22px;
    border-radius: 14px;
  }
  .restondev-lead-modal h3 {
    font-size: 25px;
    padding-right: 0;
  }
  .restondev-service-actions {
    gap: 10px;
  }
  .restondev-action-primary,
  .restondev-action-secondary {
    width: 100%;
  }
  .restondev-portfolio-pagination {
    gap: 7px;
    flex-wrap: wrap;
  }
  .restondev-portfolio-pagination a,
  .restondev-portfolio-pagination span {
    width: 38px;
    height: 38px;
    font-size: 13px;
  }
  .ori-breadcrumb-content {
    padding: 112px 0 54px;
  }
  .ori-breadcrumb-content h1 {
    font-size: 34px;
    line-height: 1.12;
    padding-bottom: 8px;
  }
  .ori-breadcrumb-content li {
    font-size: 12px;
  }
  #ori-shop-feed.ori-shop-feed-section {
    padding-top: 34px;
  }
  .restondev-shop-container {
    padding-left: 14px;
    padding-right: 14px;
  }
  .ori-shop-feed-post-content {
    max-width: 100%;
  }
  .restondev-shop-filter-bar {
    gap: 8px;
    padding: 8px;
    align-items: center !important;
    justify-content: space-between !important;
    margin-bottom: 40px;
  }
  .restondev-shop-filter-bar .ori-shop-select,
  .restondev-shop-filter-bar .ori-filter-result,
  .restondev-shop-search form {
    display: flex;
    align-items: center;
  }
  .restondev-shop-filter-bar .ori-shop-select select {
    width: 124px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    padding: 0 30px 0 9px;
  }
  .restondev-shop-filter-bar .ori-shop-select:after {
    right: 10px;
    font-size: 12px;
  }
  .restondev-shop-search input {
    height: 36px;
    line-height: 36px;
    font-size: 13px;
    padding: 0 38px 0 13px;
  }
  .restondev-shop-search button {
    right: 12px;
  }
  #ori-shop-feed .ori-shop-inner-item {
    max-width: none;
    margin-bottom: 36px;
  }
  .restondev-proof-section,
  .restondev-system-section,
  .restondev-faq-section {
    padding: 62px 0;
  }
  .restondev-proof-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .restondev-proof-card {
    min-height: 0;
    padding: 22px 24px;
    border-radius: 10px;
  }
  .restondev-proof-card span {
    font-size: 12px;
    margin-bottom: 14px;
  }
  .restondev-proof-card h3 {
    font-size: 42px;
    margin-bottom: 12px;
  }
  .restondev-proof-card p {
    font-size: 15px;
    line-height: 1.55;
  }
  .restondev-system-visual {
    margin-top: 30px;
    margin-bottom: 32px;
  }
  .restondev-system-visual img {
    border-radius: 10px;
  }
  .restondev-system-badge {
    left: 14px;
    right: 14px;
    bottom: 14px;
    width: auto;
    padding: 18px;
    border-radius: 10px;
  }
  .restondev-system-badge strong {
    font-size: 18px;
  }
  .restondev-system-badge span {
    font-size: 11px;
  }
  .restondev-system-table {
    margin: 28px 0;
  }
  .restondev-system-row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 18px 0;
  }
  .restondev-system-row span {
    font-size: 15px;
    letter-spacing: 0.08em;
  }
  .restondev-system-row p {
    color: #c4c4c4;
    font-size: 15px;
    line-height: 1.62;
  }
  .restondev-faq-list {
    margin-top: 30px;
  }
  .restondev-faq-list .accordion-item {
    margin-bottom: 12px;
    border-radius: 10px;
  }
  .restondev-faq-list .accordion-button {
    color: #e5e5e5;
    font-size: 16px;
    line-height: 1.45;
    padding: 18px;
  }
  .restondev-faq-list .accordion-body {
    color: #c4c4c4;
    font-size: 15px;
    line-height: 1.62;
    padding: 0 18px 20px;
  }
  .restondev-trusted-logo {
    width: 150px;
    height: 76px;
  }
  .restondev-footer {
    padding-left: 15px;
    padding-right: 15px;
  }
  .restondev-footer-grid > .row > .col-lg-3,
  .restondev-footer-grid > .row > .col-lg-2,
  .restondev-footer-grid > .row > .col-lg-5 {
    width: 100%;
    max-width: 100%;
  }
  .restondev-footer-grid > .row {
    grid-template-columns: 1fr;
  }
  .restondev-footer-grid > .row > .col-lg-2:nth-of-type(2),
  .restondev-footer-grid > .row > .col-lg-2:nth-of-type(3) {
    max-width: 100%;
  }
  .restondev-footer-grid > .row > .col-lg-2:nth-of-type(2) {
    grid-column: 1;
    grid-row: 2;
    width: 50%;
    justify-self: start;
  }
  .restondev-footer-grid > .row > .col-lg-2:nth-of-type(3) {
    grid-column: 1;
    grid-row: 2;
    width: 50%;
    justify-self: end;
  }
  .restondev-footer-grid .menu-location-widget {
    max-width: none;
  }
}

/* Home mobile polish */

/* Home mobile polish */
@media (max-width: 991px) {
  body.ori-digital-studio,
  body.ori-inner-page {
    overflow-x: hidden;
  }
  #ori-slider-1 .ori-slider-social,
  #ori-slider-1 .ori-slider-scroll {
    display: none !important;
  }
  #ori-slider-1 .ori-slider-content-1 {
    padding: 158px 0 250px;
  }
  #ori-slider-1 .ori-slider-text {
    width: min(700px, calc(100vw - 30px));
    max-width: none;
  }
  #ori-slider-1 .ori-slider-text h1 {
    font-size: clamp(46px, 8vw, 72px);
    line-height: 1.08;
  }
  #ori-slider-1 .ori-slider-text .slider-play-btn {
    margin-top: 44px;
  }
  #ori-slider-1 .ori-slider-img {
    left: 50%;
    right: auto;
    bottom: -245px;
    transform: translateX(-50%);
  }
  #ori-slider-1 .ori-slider-img img {
    width: min(640px, calc(100vw + 8px));
    max-width: none;
  }
  #ori-service-1 .ori-service-wrapper-1 {
    padding: 110px 0 72px;
  }
  #ori-service-1 .ori-service-top-content-1,
  #ori-blog-1 .ori-blog-top-content-1 {
    gap: 22px;
    align-items: flex-start !important;
  }
  #ori-service-1 .ori-service-top-content-1 .ori-btn-1,
  #ori-blog-1 .ori-blog-top-content-1 .ori-btn-1 {
    margin-top: 0;
  }
  #ori-service-1 .ori-service-inner-item,
  #ori-blog-1 .ori-blog-inner-item {
    width: 100%;
    max-width: 520px;
  }
  #ori-service-1 .ori-service-img img,
  #ori-blog-1 .blog-inner-img img {
    width: 100%;
    display: block;
  }
  #ori-sponsor-1 {
    padding-top: 74px;
  }
  #ori-sponsor-1 .ori-sponsor-title {
    padding-bottom: 36px;
  }
  .restondev-trusted-wrap:before,
  .restondev-trusted-wrap:after {
    width: 64px;
  }
  #ori-project-1 {
    padding-top: 82px;
    padding-bottom: 70px;
  }
  #ori-project-1 .ori-project-tab-btn .nav {
    display: inherit !important;
    overflow-x: visible;
    flex-wrap: wrap;
    padding: 0;
  }
  #ori-project-1 .ori-project-tab-btn li {
    width: 100%;
    max-width: 325px;
    margin: 0 auto 45px !important;
    flex: none;
  }
  #ori-project-1 .ori-project-tab-btn button {
    width: 100%;
    min-height: 0;
    padding: 0;
    border: none;
    color: #fff;
    text-align: left;
    border-radius: 0;
    background: transparent;
  }
  #ori-project-1 .ori-project-tab-btn button:before,
  #ori-project-1 .ori-project-tab-btn button:after {
    display: block;
  }
  #ori-project-1 .ori-project-tab-btn button.active {
    color: #fff;
    background: transparent;
    border-color: transparent;
  }
  #ori-project-1 .ori-project-tab-content {
    padding-left: 0;
  }
  #ori-project-1 .ori-project-item-1 {
    max-width: 100%;
    border-radius: 14px;
  }
  .ori-text-scroll-section-1,
  .ori-text-scroll-section-2 {
    padding: 44px 0;
  }
  .ori-text-scroll-content h3 {
    font-size: clamp(42px, 9vw, 72px);
    line-height: 1;
  }
  .restondev-testimonials {
    padding: 88px 0;
  }
  .restondev-testimonials .ori-testimonial-title {
    padding-bottom: 34px;
  }
  #ori-blog-1 {
    padding: 82px 0 72px;
  }
}

@media (max-width: 767px) {
  #ori-slider-1 .ori-slider-content-1 {
    padding: 126px 0 215px;
  }
  #ori-slider-1 .ori-slider-text h1 {
    font-size: clamp(40px, 11vw, 56px);
  }
  #ori-slider-1 .ori-slider-text .slider-play-btn {
    margin-top: 34px;
  }
  #ori-slider-1 .ori-slider-text .slider-play-btn a {
    width: 74px;
    height: 74px;
    font-size: 12px;
  }
  #ori-slider-1 .ori-slider-img {
    left: 50%;
    right: auto;
    bottom: -156px;
    transform: translateX(-50%);
  }
  #ori-slider-1 .ori-slider-img img {
    width: min(558px, calc(100vw + 4px));
    max-width: none;
  }
  #ori-service-1 .ori-service-wrapper-1 {
    padding: 88px 0 56px;
  }
  #ori-service-1 .ori-service-top-content-1,
  #ori-blog-1 .ori-blog-top-content-1 {
    display: block !important;
    text-align: left;
  }
  #ori-service-1 .ori-service-top-content-1 .ori-btn-1,
  #ori-blog-1 .ori-blog-top-content-1 .ori-btn-1 {
    margin-top: 24px;
  }
  #ori-service-1 .ori-service-inner-item,
  #ori-blog-1 .ori-blog-inner-item {
    max-width: 100%;
  }
  #ori-service-1 .ori-service-title h3 {
    font-size: 22px;
    line-height: 1.25;
    padding: 0 18px;
  }
  #restondev-proof,
  #restondev-conversion-system,
  #restondev-faq {
    padding: 64px 0;
    background: transparent !important;
  }
  .restondev-proof-copy p,
  .restondev-faq-intro p {
    color: #c4c4c4;
    font-size: 16px;
    line-height: 1.7;
    margin: 20px 0 24px;
  }
  .restondev-proof-card {
    padding: 22px 24px;
    border-radius: 10px;
  }
  .restondev-proof-card h3 {
    font-size: 44px;
  }
  .restondev-system-badge {
    position: static;
    width: 100%;
    margin-top: 14px;
    padding: 18px;
    border-radius: 10px;
  }
  .restondev-system-visual {
    display: none;
  }
  .restondev-system-table {
    margin: 26px 0;
  }
  .restondev-system-row {
    padding: 18px 0;
  }
  #ori-project-1 .ori-project-text {
    left: 20px;
    right: 20px;
    bottom: 22px;
  }
  #ori-project-1 .ori-project-text h3 {
    font-size: 22px;
    line-height: 1.2;
  }
  #ori-project-1 .ori-project-link {
    display: none;
  }
  .restondev-testimonial-card {
    padding: 24px;
    border-radius: 14px;
  }
  .restondev-testimonial-card p {
    font-size: 17px;
    line-height: 1.6;
  }
  #ori-blog-1 .blog-inner-text h3 {
    font-size: 23px;
    line-height: 1.28;
    margin-top: 24px;
  }
  .restondev-faq-list .accordion-button {
    color: #e5e5e5;
    font-size: 16px;
    line-height: 1.45;
    padding: 18px;
  }
  .restondev-faq-list .accordion-body {
    color: #c4c4c4;
    font-size: 15px;
    line-height: 1.62;
    padding: 0 18px 20px;
  }
  .ori-footer-title h2 {
    font-size: clamp(42px, 13vw, 64px);
    line-height: 1.06;
  }
  .restondev-footer .ori-footer-widget-wrapper {
    padding: 48px 0 38px;
  }
}

@media (max-width: 575px) {
  #ori-slider-1 .ori-slider-content-1 {
    padding: 108px 0 190px;
  }
  #ori-slider-1 .ori-slider-text {
    width: calc(100vw - 24px);
  }
  #ori-slider-1 .ori-slider-text h1 {
    font-size: clamp(38px, 12.6vw, 50px);
  }
  #ori-slider-1 .ori-slider-img {
    left: 50%;
    right: auto;
    bottom: -138px;
    transform: translateX(-50%);
  }
  #ori-slider-1 .ori-slider-img img {
    width: calc(100vw + 6px);
    max-width: none;
  }
  #ori-service-1 .container,
  #ori-sponsor-1 .container,
  #restondev-proof .container,
  #restondev-conversion-system .container,
  #ori-project-1 .container,
  #ori-testimonial-1 .container,
  #ori-blog-1 .container,
  #restondev-faq .container {
    padding-left: 14px;
    padding-right: 14px;
  }
  #ori-service-1 .ori-service-wrapper-1 {
    padding: 78px 0 46px;
  }
  #ori-sponsor-1 {
    padding-top: 58px;
  }
  .restondev-trusted-track {
    gap: 18px;
    padding-right: 18px;
  }
  .restondev-trusted-logo {
    width: 132px;
    height: 64px;
    border-radius: 10px;
  }
  .restondev-trusted-logo img {
    max-width: 102px;
    max-height: 42px;
  }
  .restondev-proof-grid {
    gap: 14px;
  }
  .restondev-system-visual img {
    border-radius: 14px;
  }
  #ori-project-1 {
    padding-top: 64px;
    padding-bottom: 54px;
  }
  .ori-text-scroll-section-1,
  .ori-text-scroll-section-2 {
    padding: 32px 0;
  }
  .restondev-testimonials {
    padding: 68px 0;
  }
  .restondev-testimonial-slider .slick-list {
    margin: 0 -6px;
  }
  .restondev-testimonial-slider .slick-slide {
    padding: 0 6px;
  }
  #ori-blog-1 {
    padding: 66px 0 58px;
  }
  .ori-footer-title h2 i {
    display: block;
    margin-top: 12px;
  }
  .restondev-footer-grid .menu-location-widget {
    padding-right: 10px;
  }
  .ori-footer-copyright {
    gap: 10px;
    flex-direction: column;
  }
}

@media (max-width: 380px) {
  #ori-slider-1 .ori-slider-text h1 {
    font-size: 36px;
  }
  #ori-service-1 .ori-service-title h3,
  #ori-blog-1 .blog-inner-text h3 {
    font-size: 20px;
  }
  .restondev-footer .ori-footer-widget .menu-location-widget li a {
    font-size: 14px;
  }
}

/* Home responsive title system */
#ori-slider-1 .ori-slider-text h1,
.ori-section-title-1 h2,
.restondev-testimonials .ori-testimonial-title h3,
.ori-text-scroll-content h3,
.ori-footer-title h2 {
  letter-spacing: 0;
  text-wrap: balance;
}

.ori-section-title-1 h2 {
  font-size: 56px;
  line-height: 1.08;
}

.restondev-testimonials .ori-testimonial-title h3 {
  font-size: 64px;
  line-height: 1.06;
}

.ori-text-scroll-content h3 {
  font-size: 84px;
  line-height: 1;
}

.ori-footer-title h2 {
  font-size: 84px;
  line-height: 1.05;
}

@media (max-width: 991px) {
  #ori-slider-1 .ori-slider-text h1 {
    font-size: 62px;
    line-height: 1.06;
  }
  .ori-section-title-1 h2,
  .restondev-testimonials .ori-testimonial-title h3 {
    font-size: 48px;
    line-height: 1.08;
  }
  .ori-text-scroll-content h3 {
    font-size: 64px;
    line-height: 1;
  }
  .ori-footer-title h2 {
    font-size: 62px;
    line-height: 1.08;
  }
}

@media (max-width: 767px) {
  #ori-slider-1 .ori-slider-text h1 {
    font-size: 48px;
    line-height: 1.08;
  }
  .ori-section-title-1 h2,
  .restondev-testimonials .ori-testimonial-title h3 {
    font-size: 38px;
    line-height: 1.1;
  }
  .ori-text-scroll-content h3 {
    font-size: 48px;
    line-height: 1.05;
  }
  .ori-footer-title h2 {
    font-size: 48px;
    line-height: 1.08;
  }
  .ori-project-text h3,
  .blog-inner-text h3 {
    font-size: 22px;
    line-height: 1.25;
  }
  .ori-service-title h3 {
    font-size: 22px;
    line-height: 1.25;
  }
}

@media (max-width: 575px) {
  #ori-slider-1 .ori-slider-text h1 {
    font-size: 42px;
    line-height: 1.08;
  }
  .ori-section-title-1 h2,
  .restondev-testimonials .ori-testimonial-title h3 {
    font-size: 34px;
    line-height: 1.12;
  }
  .ori-text-scroll-content h3 {
    font-size: 40px;
    line-height: 1.06;
  }
  .ori-footer-title h2 {
    font-size: 42px;
    line-height: 1.1;
  }
  .restondev-proof-card h3 {
    font-size: 40px;
    line-height: 1;
  }
}

@media (max-width: 380px) {
  #ori-slider-1 .ori-slider-text h1 {
    font-size: 38px;
  }
  .ori-section-title-1 h2,
  .restondev-testimonials .ori-testimonial-title h3 {
    font-size: 30px;
  }
  .ori-text-scroll-content h3 {
    font-size: 36px;
  }
  .ori-footer-title h2 {
    font-size: 38px;
  }
}

.restondev-cart-remove {
  background: transparent;
  border: 0;
  cursor: pointer;
}

.restondev-portfolio-toolbar {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 55px;
}

.restondev-portfolio-toolbar .restondev-portfolio-select select {
  width: 156px;
}

.restondev-portfolio-search {
  flex-basis: 230px;
  max-width: 230px;
}

.restondev-portfolio-clear {
  width: 40px;
  height: 40px;
  color: #fff;
  flex: 0 0 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
}

.restondev-portfolio-clear:hover {
  color: #0b0b0b;
  background: var(--base-color-1);
  border-color: var(--base-color-1);
}

@media (max-width: 575px) {
  .restondev-portfolio-toolbar {
    width: 100%;
    max-width: 100%;
    gap: 8px;
    padding: 8px;
    margin-bottom: 38px;
  }
  .restondev-portfolio-toolbar .restondev-portfolio-select select {
    width: 126px;
  }
  .restondev-portfolio-search {
    flex: 1 1 auto;
    max-width: none;
  }
  .restondev-portfolio-clear {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
    font-size: 12px;
  }
}

.ori-portfolio-details-info a {
  color: inherit;
}

/* Final audit fixes: hero, checkout coupon, product sale popup, floating actions */
@media (min-width: 992px) {
  #ori-slider-1,
  #ori-slider-1 .ori-slider-content-wrapper-1,
  #ori-slider-1 .ori-slider-wrap-1,
  #ori-slider-1 .slick-list,
  #ori-slider-1 .slick-track {
    overflow: visible !important;
  }
  #ori-slider-1 .ori-slider-content-1 {
    height: 100vh !important;
    min-height: 100vh !important;
    padding: clamp(150px, 16vh, 190px) 0 0 !important;
  }
  #ori-slider-1 .ori-slider-img {
    bottom: clamp(-470px, -31vw, -260px) !important;
  }
  #ori-slider-1 .ori-slider-img img {
    width: clamp(520px, calc(62vw + 16px), 940px);
  }
}

.restondev-coupon-question {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.restondev-coupon-question a {
  gap: 7px;
  color: #0b0b0b;
  background: var(--base-color-1);
  border-color: var(--base-color-1);
  box-shadow: 0 10px 24px rgba(255, 116, 37, 0.18);
}

.restondev-coupon-question a i {
  font-size: 13px;
  transition: transform 0.22s ease;
}

.restondev-coupon-question a[aria-expanded="true"] i {
  transform: rotate(180deg);
}

.restondev-coupon-question a:hover {
  color: #0b0b0b;
  background: #fff;
  border-color: #fff;
}

.restondev-coupon-panel.is-open {
  max-height: 230px;
}

.restondev-coupon-form button,
.restondev-coupon-remove {
  color: #0b0b0b;
  background: var(--base-color-1);
}

.restondev-coupon-form button:hover,
.restondev-coupon-remove:hover {
  color: #0b0b0b;
  background: #fff;
}

.restondev-product-details .sale-popup-container {
  z-index: 1002 !important;
  width: min(320px, calc(100vw - 32px)) !important;
  min-height: 58px;
  background: rgba(8, 8, 10, 0.94) !important;
  border: 1px solid rgba(255, 116, 37, 0.22) !important;
  box-shadow: 0 20px 58px rgba(0,0,0,0.44), 0 0 0 1px rgba(255,255,255,0.04) !important;
}

.restondev-product-details .sale-popup-link-wrapper {
  min-width: 0;
}

.restondev-product-details .sale-popup-details p {
  color: rgba(255,255,255,0.72);
}

.restondev-product-details #popup-close-btn {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,0.08) !important;
}

.restondev-whatsapp-float {
  right: 20px !important;
  bottom: 20px !important;
  z-index: 1001 !important;
}

.restondev-service-detail .ori-service-details-sidebar-widget-area,
.restondev-service-detail .ori-service-details-widget,
.restondev-service-detail .category-widget,
.restondev-service-detail .category-widget ul,
.restondev-service-detail .category-widget li {
  background: transparent !important;
  box-shadow: none !important;
}

.restondev-service-detail .ori-service-details-widget {
  padding: 0 0 34px !important;
  border-radius: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255,255,255,0.1) !important;
}

.restondev-service-detail .category-widget li {
  margin-bottom: 0 !important;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.restondev-service-detail .category-widget li:last-child {
  border-bottom: 0;
}

.restondev-service-detail .category-widget li a {
  color: rgba(255,255,255,0.72);
  padding: 15px 28px 15px 0;
  background: transparent !important;
}

.restondev-service-detail .category-widget li a:after {
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  content: "";
  position: absolute;
  background: var(--base-color-1);
  transition: width 0.24s ease;
}

.restondev-service-detail .category-widget li a.is-active,
.restondev-service-detail .category-widget li a:hover {
  color: #fff !important;
}

.restondev-service-detail .category-widget li a.is-active:after,
.restondev-service-detail .category-widget li a:hover:after {
  width: 100%;
}

.restondev-service-detail .category-widget li a.is-active span {
  color: var(--base-color-1);
}

@media (max-width: 575.98px) {
  #ori-slider-1,
  #ori-slider-1 .ori-slider-content-wrapper-1,
  #ori-slider-1 .ori-slider-wrap-1,
  #ori-slider-1 .slick-list,
  #ori-slider-1 .slick-track {
    overflow: visible !important;
  }
  #ori-slider-1 .ori-slider-content-1 {
    height: 100svh !important;
    min-height: 100svh !important;
    padding: 108px 0 0 !important;
  }
  #ori-slider-1 .ori-slider-img {
    bottom: -50vw !important;
  }
  .restondev-coupon-question {
    display: block;
  }
  .restondev-coupon-question a {
    margin-left: 3px;
  }
  .restondev-whatsapp-float {
    right: 12px !important;
    bottom: 16px !important;
  }
  .restondev-whatsapp-float.is-product-page {
    bottom: 198px !important;
  }
  .restondev-product-details .sale-popup-container {
    left: 12px !important;
    bottom: 124px !important;
    max-width: min(282px, calc(100vw - 24px)) !important;
  }
}

/* ─── Shop page: WhatsApp anchor (mobile only) ─────────────────────────── */
.restondev-shop-wa-anchor {
  display: none; /* hidden on desktop — button stays fixed */
}
@media (max-width: 575.98px) {
  .restondev-shop-wa-anchor {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 4px;
  }
}

/* ─── Product page: PayPal secure icons ─────────────────────────────────── */
.product-secure-icons--paypal span i {
  font-size: 28px;
  line-height: 1;
}
.product-secure-icons--paypal .fa-paypal {
  color: #003087;
}
.product-secure-icons--paypal .fa-cc-visa {
  color: #1a1f71;
}
.product-secure-icons--paypal .fa-cc-mastercard {
  color: #eb001b;
}
.product-secure-icons--paypal .fa-cc-amex {
  color: #007bc1;
}
.product-secure-icons--paypal .fa-shield-halved {
  color: #22c55e;
}
@media (max-width: 991px) {
  .product-secure-icons--paypal span i {
    font-size: 24px;
  }
}

/* ═══════════════════════════════════════════════════════════════════════════

/* Home mobile polish */
@media (max-width: 991px) {
  body.ori-digital-studio {
    overflow-x: hidden;
  }
  #ori-slider-1 .ori-slider-social,
  #ori-slider-1 .ori-slider-scroll {
    display: none !important;
  }
  #ori-slider-1 .ori-slider-content-1 {
    padding: 178px 0 250px;
  }
  #ori-slider-1 .ori-slider-text {
    width: min(700px, calc(100vw - 30px));
    max-width: none;
  }
  #ori-slider-1 .ori-slider-text h1 {
    font-size: clamp(46px, 8vw, 72px);
    line-height: 1.08;
  }
  #ori-slider-1 .ori-slider-text .slider-play-btn {
    margin-top: 44px;
  }
  #ori-slider-1 .ori-slider-img {
    left: 50%;
    right: auto;
    bottom: -245px;
    transform: translateX(-50%);
  }
  #ori-slider-1 .ori-slider-img img {
    width: min(620px, calc(100vw - 24px));
    max-width: calc(100vw - 24px);
  }
  #ori-service-1 .ori-service-wrapper-1 {
    padding: 110px 0 72px;
  }
  #ori-service-1 .ori-service-top-content-1,
  #ori-blog-1 .ori-blog-top-content-1 {
    gap: 22px;
    align-items: flex-start !important;
  }
  #ori-service-1 .ori-service-top-content-1 .ori-btn-1,
  #ori-blog-1 .ori-blog-top-content-1 .ori-btn-1 {
    margin-top: 0;
  }
  #ori-service-1 .ori-service-inner-item,
  #ori-blog-1 .ori-blog-inner-item {
    width: 100%;
    max-width: 520px;
  }
  #ori-service-1 .ori-service-img img,
  #ori-blog-1 .blog-inner-img img {
    width: 100%;
    display: block;
  }
  #ori-sponsor-1 {
    padding-top: 74px;
  }
  #ori-sponsor-1 .ori-sponsor-title {
    padding-bottom: 36px;
  }
  .restondev-trusted-wrap:before,
  .restondev-trusted-wrap:after {
    width: 64px;
  }
  #ori-project-1 {
    padding-top: 82px;
    padding-bottom: 70px;
  }
  #ori-project-1 .ori-project-tab-btn .nav {
    display: inherit !important;
    overflow-x: visible;
    flex-wrap: wrap;
    padding: 0;
  }
  #ori-project-1 .ori-project-tab-btn li {
    width: 100%;
    max-width: 325px;
    margin: 0 auto 45px !important;
    flex: none;
  }
  #ori-project-1 .ori-project-tab-btn button {
    width: 100%;
    min-height: 0;
    padding: 0;
    border: none;
    color: #fff;
    text-align: left;
    border-radius: 0;
    background: transparent;
  }
  #ori-project-1 .ori-project-tab-btn button:before,
  #ori-project-1 .ori-project-tab-btn button:after {
    display: block;
  }
  #ori-project-1 .ori-project-tab-btn button.active {
    color: #fff;
    background: transparent;
    border-color: transparent;
  }
  #ori-project-1 .ori-project-tab-content {
    padding-left: 0;
  }
  #ori-project-1 .ori-project-item-1 {
    max-width: 100%;
    border-radius: 14px;
  }
  .ori-text-scroll-section-1,
  .ori-text-scroll-section-2 {
    padding: 44px 0;
  }
  .ori-text-scroll-content h3 {
    font-size: clamp(42px, 9vw, 72px);
    line-height: 1;
  }
  .restondev-testimonials {
    padding: 88px 0;
  }
  .restondev-testimonials .ori-testimonial-title {
    padding-bottom: 34px;
  }
  #ori-blog-1 {
    padding: 82px 0 72px;
  }
}

@media (max-width: 767px) {
  #ori-slider-1 .ori-slider-content-1 {
    padding: 150px 0 215px;
  }
  #ori-slider-1 .ori-slider-text h1 {
    font-size: clamp(40px, 11vw, 56px);
  }
  #ori-slider-1 .ori-slider-text .slider-play-btn {
    margin-top: 34px;
  }
  #ori-slider-1 .ori-slider-text .slider-play-btn a {
    width: 74px;
    height: 74px;
    font-size: 12px;
  }
  #ori-slider-1 .ori-slider-img {
    left: 50%;
    right: auto;
    bottom: -156px;
    transform: translateX(-50%);
  }
  #ori-slider-1 .ori-slider-img img {
    width: min(540px, calc(100vw - 16px));
    max-width: calc(100vw - 16px);
  }
  #ori-service-1 .ori-service-wrapper-1 {
    padding: 88px 0 56px;
  }
  #ori-service-1 .ori-service-top-content-1,
  #ori-blog-1 .ori-blog-top-content-1 {
    display: block !important;
    text-align: left;
  }
  #ori-service-1 .ori-service-top-content-1 .ori-btn-1,
  #ori-blog-1 .ori-blog-top-content-1 .ori-btn-1 {
    margin-top: 24px;
  }
  #ori-service-1 .ori-service-inner-item,
  #ori-blog-1 .ori-blog-inner-item {
    max-width: 100%;
  }
  #ori-service-1 .ori-service-title h3 {
    font-size: 22px;
    line-height: 1.25;
    padding: 0 18px;
  }
  #restondev-proof,
  #restondev-conversion-system,
  #restondev-faq {
    padding: 64px 0;
    background: transparent !important;
  }
  .restondev-proof-copy p,
  .restondev-faq-intro p {
    color: #c4c4c4;
    font-size: 16px;
    line-height: 1.7;
    margin: 20px 0 24px;
  }
  .restondev-proof-card {
    padding: 22px 24px;
    border-radius: 10px;
  }
  .restondev-proof-card h3 {
    font-size: 44px;
  }
  .restondev-system-badge {
    position: static;
    width: 100%;
    margin-top: 14px;
    padding: 18px;
    border-radius: 10px;
  }
  .restondev-system-visual {
    display: none;
  }
  .restondev-system-table {
    margin: 26px 0;
  }
  .restondev-system-row {
    padding: 18px 0;
  }
  #ori-project-1 .ori-project-text {
    left: 20px;
    right: 20px;
    bottom: 22px;
  }
  #ori-project-1 .ori-project-text h3 {
    font-size: 22px;
    line-height: 1.2;
  }
  #ori-project-1 .ori-project-link {
    display: none;
  }
  .restondev-testimonial-card {
    padding: 24px;
    border-radius: 14px;
  }
  .restondev-testimonial-card p {
    font-size: 17px;
    line-height: 1.6;
  }
  #ori-blog-1 .blog-inner-text h3 {
    font-size: 23px;
    line-height: 1.28;
    margin-top: 24px;
  }
  .restondev-faq-list .accordion-button {
    color: #e5e5e5;
    font-size: 16px;
    line-height: 1.45;
    padding: 18px;
  }
  .restondev-faq-list .accordion-body {
    color: #c4c4c4;
    font-size: 15px;
    line-height: 1.62;
    padding: 0 18px 20px;
  }
  .ori-footer-title h2 {
    font-size: clamp(42px, 13vw, 64px);
    line-height: 1.06;
  }
  .restondev-footer .ori-footer-widget-wrapper {
    padding: 48px 0 38px;
  }
}

@media (max-width: 575px) {
  #ori-slider-1 .ori-slider-content-1 {
    padding: 132px 0 190px;
  }
  #ori-slider-1 .ori-slider-text {
    width: calc(100vw - 24px);
  }
  #ori-slider-1 .ori-slider-text h1 {
    font-size: clamp(38px, 12.6vw, 50px);
  }
  #ori-slider-1 .ori-slider-img {
    left: 50%;
    right: auto;
    bottom: -138px;
    transform: translateX(-50%);
  }
  #ori-slider-1 .ori-slider-img img {
    width: calc(100vw - 14px);
    max-width: calc(100vw - 14px);
  }
  #ori-service-1 .container,
  #ori-sponsor-1 .container,
  #restondev-proof .container,
  #restondev-conversion-system .container,
  #ori-project-1 .container,
  #ori-testimonial-1 .container,
  #ori-blog-1 .container,
  #restondev-faq .container {
    padding-left: 14px;
    padding-right: 14px;
  }
  #ori-service-1 .ori-service-wrapper-1 {
    padding: 78px 0 46px;
  }
  #ori-sponsor-1 {
    padding-top: 58px;
  }
  .restondev-trusted-track {
    gap: 18px;
    padding-right: 18px;
  }
  .restondev-trusted-logo {
    width: 132px;
    height: 64px;
    border-radius: 10px;
  }
  .restondev-trusted-logo img {
    max-width: 102px;
    max-height: 42px;
  }
  .restondev-proof-grid {
    gap: 14px;
  }
  .restondev-system-visual img {
    border-radius: 14px;
  }
  #ori-project-1 {
    padding-top: 64px;
    padding-bottom: 54px;
  }
  .ori-text-scroll-section-1,
  .ori-text-scroll-section-2 {
    padding: 32px 0;
  }
  .restondev-testimonials {
    padding: 68px 0;
  }
  .restondev-testimonial-slider .slick-list {
    margin: 0 -6px;
  }
  .restondev-testimonial-slider .slick-slide {
    padding: 0 6px;
  }
  #ori-blog-1 {
    padding: 66px 0 58px;
  }
  .ori-footer-title h2 i {
    display: block;
    margin-top: 12px;
  }
  .restondev-footer-grid .menu-location-widget {
    padding-right: 10px;
  }
  .ori-footer-copyright {
    gap: 10px;
    flex-direction: column;
  }
}

@media (max-width: 380px) {
  #ori-slider-1 .ori-slider-text h1 {
    font-size: 36px;
  }
  #ori-service-1 .ori-service-title h3,
  #ori-blog-1 .blog-inner-text h3 {
    font-size: 20px;
  }
  .restondev-footer .ori-footer-widget .menu-location-widget li a {
    font-size: 14px;
  }
}

/* Home responsive title system */
#ori-slider-1 .ori-slider-text h1,
.ori-section-title-1 h2,
.restondev-testimonials .ori-testimonial-title h3,
.ori-text-scroll-content h3,
.ori-footer-title h2 {
  letter-spacing: 0;
  text-wrap: balance;
}

.ori-section-title-1 h2 {
  font-size: 56px;
  line-height: 1.08;
}

.restondev-testimonials .ori-testimonial-title h3 {
  font-size: 64px;
  line-height: 1.06;
}

.ori-text-scroll-content h3 {
  font-size: 84px;
  line-height: 1;
}

.ori-footer-title h2 {
  font-size: 84px;
  line-height: 1.05;
}

@media (max-width: 991px) {
  #ori-slider-1 .ori-slider-text h1 {
    font-size: 62px;
    line-height: 1.06;
  }
  .ori-section-title-1 h2,
  .restondev-testimonials .ori-testimonial-title h3 {
    font-size: 48px;
    line-height: 1.08;
  }
  .ori-text-scroll-content h3 {
    font-size: 64px;
    line-height: 1;
  }
  .ori-footer-title h2 {
    font-size: 62px;
    line-height: 1.08;
  }
}

@media (max-width: 767px) {
  #ori-slider-1 .ori-slider-text h1 {
    font-size: 48px;
    line-height: 1.08;
  }
  .ori-section-title-1 h2,
  .restondev-testimonials .ori-testimonial-title h3 {
    font-size: 38px;
    line-height: 1.1;
  }
  .ori-text-scroll-content h3 {
    font-size: 48px;
    line-height: 1.05;
  }
  .ori-footer-title h2 {
    font-size: 48px;
    line-height: 1.08;
  }
  .ori-project-text h3,
  .blog-inner-text h3 {
    font-size: 22px;
    line-height: 1.25;
  }
  .ori-service-title h3 {
    font-size: 22px;
    line-height: 1.25;
  }
}

@media (max-width: 575px) {
  #ori-slider-1 .ori-slider-text h1 {
    font-size: 42px;
    line-height: 1.08;
  }
  .ori-section-title-1 h2,
  .restondev-testimonials .ori-testimonial-title h3 {
    font-size: 34px;
    line-height: 1.12;
  }
  .ori-text-scroll-content h3 {
    font-size: 40px;
    line-height: 1.06;
  }
  .ori-footer-title h2 {
    font-size: 42px;
    line-height: 1.1;
  }
  .restondev-proof-card h3 {
    font-size: 40px;
    line-height: 1;
  }
}

@media (max-width: 380px) {
  #ori-slider-1 .ori-slider-text h1 {
    font-size: 38px;
  }
  .ori-section-title-1 h2,
  .restondev-testimonials .ori-testimonial-title h3 {
    font-size: 30px;
  }
  .ori-text-scroll-content h3 {
    font-size: 36px;
  }
  .ori-footer-title h2 {
    font-size: 38px;
  }
}

.restondev-cart-remove {
  background: transparent;
  border: 0;
  cursor: pointer;
}

.restondev-portfolio-filter {
  margin-bottom: 55px;
}

.restondev-portfolio-filter .nav {
  gap: 12px;
}

.restondev-portfolio-filter .nav-link {
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
  padding: 12px 20px;
  border-radius: 0;
}

.restondev-portfolio-filter .nav-link.active,
.restondev-portfolio-filter .nav-link:hover {
  background: #ff7425;
  border-color: #ff7425;
  color: #fff;
}

.ori-portfolio-details-info a {
  color: inherit;
}

   GLOBAL SEARCH BAR
   ═══════════════════════════════════════════════════════════════════════════ */

/* Trigger button */
.restondev-search-btn-wrap {
  display: inline-flex;
  align-items: center;
  margin-right: 2px;
}
.restondev-search-trigger {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.18s ease;
  outline: none;
}
.restondev-search-trigger:hover {
  background: rgba(255,255,255,0.1);
}
.restondev-search-trigger.is-active {
  background: rgba(255,255,255,0.13);
  transform: scale(0.93);
}

/* Search bar panel — drops from bottom of header */
#ori-header {
  position: relative; /* anchor for absolute search panel */
}
.restondev-search-bar {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1099;
  padding: 14px 24px 0;
  background: rgba(10, 10, 14, 0.97);
  border-top: 1px solid rgba(255,255,255,0.07);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  box-shadow: 0 24px 64px rgba(0,0,0,0.52);
  /* hidden state */
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s cubic-bezier(0.22, 0.68, 0, 1.1);
  max-height: 0;
  overflow: hidden;
}
.restondev-search-bar.is-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  max-height: 480px;
  padding-bottom: 14px;
  transition: opacity 0.22s ease, transform 0.22s cubic-bezier(0.22, 0.68, 0, 1.1), max-height 0.3s ease, padding 0.22s ease;
}

/* Inner row: icon + input + close */
.restondev-search-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 14px;
  background: rgba(255,255,255,0.065);
  border: 1px solid rgba(255,255,255,0.13);
  padding: 0 14px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.restondev-search-inner:focus-within {
  border-color: rgba(99,57,249,0.72);
  box-shadow: 0 0 0 3px rgba(99,57,249,0.15);
}
.restondev-search-static-icon {
  color: rgba(255,255,255,0.42);
  font-size: 14px;
  flex: 0 0 auto;
}
.restondev-search-input {
  flex: 1 1 auto;
  min-width: 0;
  height: 50px;
  background: transparent;
  border: 0;
  outline: none;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
}
.restondev-search-input::placeholder {
  color: rgba(255,255,255,0.34);
  font-weight: 400;
}
.restondev-search-close {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.07);
  border: 0;
  border-radius: 50%;
  color: rgba(255,255,255,0.55);
  font-size: 13px;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease;
}
.restondev-search-close:hover {
  background: rgba(255,255,255,0.15);
  color: #fff;
}

/* Results dropdown */
.restondev-search-results {
  margin-top: 10px;
  display: none;
}
.restondev-search-results.has-results {
  display: block;
}

/* Individual result item */
.restondev-search-result-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 9px 10px;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  transition: background 0.16s ease;
  margin-bottom: 3px;
}
.restondev-search-result-item:last-child {
  margin-bottom: 0;
}
.restondev-search-result-item:hover {
  background: rgba(255,255,255,0.07);
  color: #fff;
}
.restondev-search-result-thumb {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255,255,255,0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.42);
  font-size: 15px;
}
.restondev-search-result-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.restondev-search-result-body {
  flex: 1 1 auto;
  min-width: 0;
}
.restondev-search-result-title {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}
.restondev-search-result-sub {
  font-size: 11.5px;
  color: rgba(255,255,255,0.44);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 2px;
  line-height: 1.3;
}
.restondev-search-result-badge {
  flex: 0 0 auto;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  padding: 3px 7px;
  border-radius: 999px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1);
}
[data-type="product"] .restondev-search-result-badge  { color: #fbbf24; border-color: rgba(251,191,36,0.22); background: rgba(251,191,36,0.08); }
[data-type="blog"] .restondev-search-result-badge    { color: #60a5fa; border-color: rgba(96,165,250,0.22); background: rgba(96,165,250,0.08); }
[data-type="portfolio"] .restondev-search-result-badge { color: #4ade80; border-color: rgba(74,222,128,0.22); background: rgba(74,222,128,0.08); }

/* Empty / loading states */
.restondev-search-empty,
.restondev-search-loading {
  padding: 14px 10px;
  font-size: 13px;
  color: rgba(255,255,255,0.44);
  font-weight: 600;
  text-align: center;
}
.restondev-search-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.restondev-search-loading::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255,255,255,0.18);
  border-top-color: rgba(99,57,249,0.8);
  border-radius: 50%;
  animation: restondev-spin 0.7s linear infinite;
  display: inline-block;
}
@keyframes restondev-spin {
  to { transform: rotate(360deg); }
}

/* Mobile responsive */
@media (max-width: 575.98px) {
  .restondev-search-bar {
    padding-left: 14px;
    padding-right: 14px;
  }
  .restondev-search-input {
    font-size: 14px;
    height: 46px;
  }
  .restondev-search-result-thumb {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }
}
