:root {
  --bg: #E8F5F2;
  --co: #000;
  --ho: #2D8B7A;
  --ac: rgba(50, 159, 192, 0.844);
  --inp: rgb(214, 211, 211);
  --icon-light: #f8f9fa;
  --icon-dark: #333333;
  --box-shadow: none;
  --tab: #f6f6f6;
  --btn: #2D8B7A;
  --btn-co: #fff;
  --option: #6d6d6e1c;
  --card: #fff;
  --comment-card: #f8f9fa;
  --nav: #2D8B7A;
  --muted-text: #6d6d6e;
  --purple: rgba(91, 55, 183, 1);
  --pink: rgba(201, 55, 157, 1);
  --yellow: rgba(230, 169, 25, 1);
  --teal: rgba(28, 150, 162, 1);
  --blue: rgba(0, 123, 255, 1);
}

/*
@params */

html {
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
}
i {
  color: var(--co);
}

a {
  color: var(--dark);
}

a:hover:not(.nav-link):not(.btn-dark),a:hover:not(.link) > i {
  color: #bbb;
  text-decoration: none;
}
a.btn-dark:hover {
  color: #fff !important;
}
a:foccus {
  color: var(--ho);
}
a:visited {
  color: var(--dark);
}
a:focus i {
  color: var(--ho);
}
.co {
  color: var(--co) !important;
}

.co:hover {
  color: var(--co) !important;
}
.cob:hover {
  color: var(--icon-dark) !important;
}
.ho {
  color: var(--ho) !important;
}
.ac {
  color: var(--ac) !important;
}
.inp {
  color: var(--inp) !important;
}

.icon-light {
  color: var(--icon-light) !important;
}

.bga {
  background: var(--bg);
}
.tab_bg {
  background: none;
  color: var(--co) !important;
  border: none;
}
.tab_bg:hover h3,
.tab_bg:focus h3 {
  color: var(--ho) !important;
}

.card,
.ca {
  background: var(--card) !important;
}
.ca {
  box-shadow: none;
}
.text-muted {
  color: var(--muted-text) !important;
}
.link:hover i {
  color: #333 !important;
}
no-style:hover {
  color: var(--co) !important;
  text-decoration: none;
}
no-style {
  color: var(--co) !important;
  text-decoration: none;
}
header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--card);
}
nav.navbar {
  position: -webkit-sticky;
  position: sticky;
  background-color: var(--white) !important;
  color: var(--dark) !important;
  outline: none;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1200px;
  margin: 0 auto;
  box-shadow: none;
}
nav.navbar {
  display: grid !important;
  grid-template-columns: auto auto auto auto auto;
  background-color: var(--white) !important;
  outline: none;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 80px;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
nav.navbar .navbar-toggler {
  display: none;
}
nav.navbar .navbar-collapse {
  display: flex !important;
}
nav.navbar > * {
  display: flex;
  align-items: center;
}
nav.fa {
  color: var(--icon-dark) !important;
}
nav svg {
  height: 40px;
  width: 40px;
}

nav ul {
  list-style: none;
}

nav ul a {
  position: relative;
  color: var(--dark);
  margin: 0 9px;
  outline: none;
  border: none;
  text-decoration: none;
}

li {
  list-style: none;
}

/*!* start of sidebar */

.sticky-nav {
  width: 100%;
  height: 20em;
  border: none;
  position: sticky;
  top: 4.4em;
  z-index: 1;
}

.sidebar-sticky:has(.sidebar) {
  background: var(--bg);
  border-radius: 0 12px 12px 0;
  padding: 16px;
  min-height: 100vh;
}

/* Right sidebar */
.sidebar-sticky:not(:has(.sidebar)) {
  background: var(--bg);
  border-radius: 12px 0 0 12px;
  padding: 16px;
}

/* Layout columns 25/50/25 */
.sidebar-left {
  flex: 0 0 25%;
  max-width: 25%;
}
.content-main {
  flex: 0 0 50%;
  max-width: 600px;
}
.sidebar-right {
  flex: 0 0 25%;
  max-width: 25%;
}

.sidebar a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--co);
  padding: 12px 16px;
  text-decoration: none;
  transition: all 0.2s ease;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  margin: 4px 48px 4px 0;
}
.sidebar a i {
  color: var(--co) !important;
}
.sidebar a:hover,
.sidebar a:focus {
  background-color: #fff;
  color: var(--ho) !important;
}
.sidebar a:hover i,
.sidebar a:focus i {
  color: var(--ho) !important;
}
.sidebar-active {
  color: var(--ho) !important;
}
.sidebar-active i {
  color: var(--ho) !important;
}

/*!* end of sidebar */

.header-right {
  display: flex;
  align-items: center;
  padding: 0 6px;
}
.bg {
  background: var(--ho);
}
.btn:not(.excl) {
  color: var(--btn-co);
}
.btn:focus {
  opacity: 0.7;
}
.center {
  text-align: center;
}
.loader {
  position: fixed;
  background-color: var(--ho);
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100vh;
  width: 100vw;
  z-index: 1200;
}

.loader h2 {
  position: absolute;
  bottom: 10vh;
  color: rgba(255, 255, 255, 0.966);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
}
.tab-nav-container {
  background-color: var(--light);
  display: flex;
  padding: 12px;
  margin: 0 auto;
  justify-content: space-around;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 200;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.tab {
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
  margin: 0 5px;
}

.tab i {
  font-size: 1.2em;
  color: var(--muted-text) !important;
}
.tab p {
  font-weight: bold;
  overflow: hidden;
  max-width: 0;
}
.tab.active{
  background-color: var(--nav);
}

.tab.active p {
  margin-left: 10px;
  max-width: 100px;
  transition: max-width 0.4s linear;
}

.form {
  width: 92%;
  min-width: 250px;
  height: auto;
  font-family: inherit;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 16px 16px 8px 16px;
}
.posting-area {
  margin-top: 10px;
  padding-right: 20px !important;
}
#popular-users {
  background: #fff;
  padding: 16px 16px 8px 16px;
}
.sidebar-content {
  padding: 10px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.right-sidebar {
  padding-top: 28px !important;
  z-index: 1;
  position: sticky;
  top: 70px;
  height: fit-content;
}
.header-logo {
  display: inline-flex;
  align-items: center;
}
.header-logo-img {
  height: 60px;
  width: auto;
}
.header-contact {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header-contact .header-icon i {
  font-size: 20px;
}
.header-icon-inline {
  font-size: 20px;
  margin-right: 6px;
}
.phone-number {
  font-weight: 600;
  color: var(--ho, #0D4F6E);
  font-size: 14px;
}
.header-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.navbar-nav .nav-item {
  display: inline-flex;
  list-style: none;
}
.header-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e4e6eb;
  color: var(--co);
  margin: 0 4px;
  transition: background 0.2s;
}
.header-icon:hover {
  background: #d8dadf;
  text-decoration: none;
}
.header-icon:has(.fa-whatsapp):hover { background: #25D366; }
.header-icon:has(.fa-whatsapp):hover i { color: #fff !important; }
.header-icon:has(.fa-facebook-f):hover { background: #d8dadf; }
.header-icon:has(.fa-facebook-f):hover i { color: #1877F2 !important; }
.header-icon:has(.fa-x-twitter):hover { background: #d8dadf; }
.header-icon:has(.fa-x-twitter):hover i { color: #000 !important; }
.header-icon i {
  font-size: 16px;
}
.header-social .header-icon i {
  font-size: 20px;
}
.header-social .header-icon .fa-facebook-f {
  color: #1877F2;
}

.header-icon-inline.fa-whatsapp {
  font-size: 24px;
}
.header-contact:hover .phone-link,
.header-contact:hover .phone-link i {
  color: #25D366 !important;
}

.phone-link {
  font-weight: 600;
  color: var(--ho, #0D4F6E);
  font-size: 18px;
  text-decoration: none;
}
.phone-link:hover {
  text-decoration: underline;
  color: #25D366 !important;
}
.btn-estimate {
  display: inline-block;
  padding: 8px 16px;
  background: var(--ho, #0D4F6E);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  border-radius: 6px;
  text-decoration: none;
  transition: opacity 0.2s;
}
.btn-estimate:hover {
  opacity: 0.9;
  color: #FFFDD0 !important;
  text-decoration: none;
}
.profile-card-modern {
  background: #fff;
  border-radius: 12px;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.profile-header {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}
.profile-header:hover {
  text-decoration: none;
}
.profile-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
}
.profile-info {
  display: flex;
  flex-direction: column;
  text-align: right;
  margin-left: auto;
  margin-right: 10px;
  align-self: flex-start;
}
.profile-info .profile-name {
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  color: var(--co);
}
.profile-info .profile-username {
  font-size: 22px;
  color: #666;
}
.profile-actions {
  display: flex;
  justify-content: space-around;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(0,0,0,0.08);
}
.profile-actions .action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 18px;
  color: var(--co);
  transition: background 0.2s, color 0.2s;
}
.profile-actions .action-btn:hover {
  background: var(--ho);
  color: #fff;
  text-decoration: none;
}
.dropdown-item {
  color: var(--co);
}

input[type="text"],
input[type="email"],
input[type="password"],
.cookie {
  width: 76%;
  border: 1px solid var(--border, rgba(0,0,0,0.12));
  color: var(--co);
  font-family: inherit;
  margin-bottom: 20px;
  background-color: var(--card);
  padding: 1.1em;
  font-size: 18px;
}
.lightbox-container {
  z-index: 1220;
}
.fa:hover {
  color: var(--ho);
}
.profile-card {
  margin: 0 auto;
  width: 94%;
  min-width: 200px;
  border-radius: 9px;
}
.profile-pic {
  margin: 7px auto;
  border: none;
  outline: none;
}
.profile-pic:hover {
  opacity: 0.7;
}
.no-user {
  padding: 10px;
  font-family: "Courier New", Courier, monospace;
  text-align: center;
}
.nameanchor,
.nameanchor:hover {
  text-decoration: none;
}

#profile-name {
  font-family: var(--font);
  color: var(--ho);
}
#profile-name:hover {
  text-decoration: none;
  font-style: inherit;
}

.profile-opt {
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
}

.postform {
  width: 90%;
  min-height: 120px;
  margin-left: 0;
  margin-right: auto;
}

.textinput {
  width: 90%;
  outline: none;
  background: var(--inp);
}
.textinput:focus {
  outline: 2px solid var(--ho);
}

.lone-p {
  text-align: left;
  font-size: 2em;
  font-family: var(--font);
}
.highlight {
  color: var(--ho);
}
/*------------following/followers page----------*/

.follower-div {
  position: relative;
  margin: 10px auto;
  display: flex;
  align-items: center;
  background: var(--white);
  height: 75px;
  width: 90%;
  max-width: 880px;
  border-radius: 12em;
}

.follower-div img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
}
.follower-div .user {
  height: 100%;
  width: 43%;
  margin: 0 12px;
  overflow: hidden;
}
.follower-div .user a {
  text-decoration: none;
}

.follower-div .user h2 {
  margin: 5px 0;
  font-size: 19px;
  color: var(--ho);
}

.follower-btn {
  position: absolute;
  right: 20px;
  border-radius: 12em;
  transition: opacity 0.2s;
  cursor: pointer;
}
.follower-btn:hover {
  opacity: 0.8;
}
.follower-btn:focus {
  opacity: 0.7;
}
/*------------settins page------------*/
.settings-main {
  text-align: center;
}

@media screen and (min-width: 600px) {
  .settings-main {
    background: var(--card);
    margin: 20px 0;
    border-radius: 12px;
  }
}

html:has(.settings)::-webkit-scrollbar {
  width: 8px;
}

html:has(.settings)::-webkit-scrollbar-thumb {
  background: var(--muted-text);
  border-radius: 4px;
}

textarea {
  outline: none;
  border: none;
  border-bottom: 2px solid var(--dark);
  background: var(--inp);
  color: var(--co);
  font-family: inherit;
}
.settings {
  max-width: 1200px;
}

.settings-sidebar {
  background: var(--white);
}
.settings-option {
  text-align: center;
}

.setting-form {
  height: auto;
  background: var(--white);
  color: var(--co);
  border-radius: 12px;
  margin: 10px 0;
}
.setting-form > * {
  margin: 7px 0;
  padding: 5px;
}

.setting-form textarea {
  overflow: auto;
  resize: vertical;
  width: 700px;
}

.profile-card {
  position: relative;
}

.settings-sidebar a {
  text-decoration: none;
}

.no-h:hover {
  color: #fff !important;
}
.img-profile {
  background-color: #fff;
  background-image: url("../img/default.jpg");
}


.scroller-sm::-webkit-scrollbar {
  width: 5px;
}

/* Create button */
.create-section {
  padding: 0;
}

.create-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: #fff;
  color: var(--co) !important;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.15s ease;
  border: 1px solid rgba(0,0,0,0.08);
}

.create-btn:hover {
  background: var(--ho);
  color: #fff !important;
  text-decoration: none;
  border-color: var(--ho);
}

.create-btn i {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ho);
  color: #fff !important;
  border-radius: 8px;
  font-size: 14px;
}

.create-btn:hover i {
  background: #fff;
  color: var(--ho) !important;
}

/* Main content container */
#main-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px 0 0;
  background: var(--bg);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* Modern styling polish */
.card,
.ca,
.profile-card,
.setting-form {
  border-radius: 12px;
  transition: transform 0.2s ease;
}

.card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.btn {
  border-radius: 8px;
  transition: all 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.form-control {
  border-radius: 8px;
  transition: border-color 0.2s ease;
}

.form-control:focus {
}

.sidebar a {
  border-radius: 0 24px 24px 0;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.tab {
  transition: background-color 0.2s ease;
}

/* Share button enhancement */
.share i,
.repost i {
  transition: transform 0.2s ease, color 0.2s ease;
}

.share:hover i,
.repost:hover i {
  transform: scale(1.1);
  color: var(--ho);
}

/* Share Modal Styles */
.share-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  animation: fadeIn 0.2s ease;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.share-modal {
  background: var(--card, #fff);
  border-radius: 12px;
  width: 90%;
  max-width: 320px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
  animation: slideUp 0.2s ease;
}

@keyframes slideUp {
  from { transform: translateY(20px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

.share-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.share-modal-header h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: var(--co, #000);
}

.share-modal-close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: var(--muted-text, #666);
  padding: 0;
  line-height: 1;
  transition: color 0.2s;
}

.share-modal-close:hover {
  color: var(--co, #000);
}

.share-modal-body {
  padding: 12px;
}

.share-option {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 8px;
  color: var(--co, #000);
  text-decoration: none;
  transition: background 0.2s;
  cursor: pointer;
  width: 100%;
  border: none;
  background: none;
  font-size: 16px;
  text-align: left;
}

.share-option:hover {
  background: var(--option, rgba(0, 0, 0, 0.05));
  text-decoration: none;
  color: var(--co, #000);
}

.share-option i {
  font-size: 24px;
  width: 32px;
  text-align: center;
}

.share-option .fa-whatsapp {
  color: #25D366;
}

.share-option .fa-facebook,
.share-option .fa-facebook-f {
  color: #1877F2;
}

.share-option .fa-twitter {
  color: #1DA1F2;
}

.share-option .fa-x-twitter {
  color: #000;
}

.share-option .fa-link {
  color: var(--ho, #0D4F6E);
}

/* Copy notification */
.copy-notification {
  position: fixed;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px 24px;
  background: var(--ho, #0D4F6E);
  color: #fff;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  z-index: 10000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  animation: slideUp 0.3s ease;
}

.copy-notification.error {
  background: #e74c3c;
}

/* Skip Links for Accessibility */
.skip-link {
  position: absolute;
  top: -100px;
  left: 10px;
  background: var(--ho, #0D4F6E);
  color: #fff;
  padding: 12px 24px;
  border-radius: 0 0 8px 8px;
  text-decoration: none;
  font-weight: 600;
  z-index: 10001;
  transition: top 0.2s ease;
}
.skip-link + .skip-link {
  left: 200px;
}
.skip-link:focus {
  top: 0;
  outline: 2px solid #fff;
  outline-offset: 2px;
  color: #fff;
  text-decoration: none;
}

/* ====== Appearance Settings - Theme System ====== */

/* Settings sidebar with icon */
.settings-option-icon {
  text-align: left;
}

.settings-option-icon i {
  color: var(--ho) !important;
}

/* Theme Preview Section */
.theme-preview-section {
  margin-bottom: 24px;
}

.theme-preview-container {
  background: var(--card, #fff);
  border-radius: 12px;
  padding: 16px;
  border: 1px solid var(--border, rgba(0,0,0,0.1));
}

.preview-title {
  text-align: left;
  margin: 0 0 12px 0;
  font-size: 15px;
  font-weight: 600;
}

.preview-card {
  background: var(--comment-card, #f8f9fa);
  border-radius: 10px;
  padding: 14px;
  margin-bottom: 14px;
}

.preview-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.preview-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--ho);
  opacity: 0.8;
}

.preview-user-info {
  display: flex;
  flex-direction: column;
}

.preview-name {
  font-weight: 600;
  font-size: 14px;
  color: var(--co);
}

.preview-username {
  font-size: 12px;
  color: var(--muted-text, #666);
}

.preview-content p {
  color: var(--co);
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.preview-actions {
  display: flex;
  gap: 20px;
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid var(--border, rgba(0,0,0,0.08));
}

.preview-action {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--muted-text, #666);
  font-size: 13px;
  cursor: pointer;
  transition: color 0.2s ease;
}

.preview-action:hover {
  color: var(--ho);
}

.preview-action i {
  color: var(--muted-text, #666) !important;
  font-size: 14px;
  transition: color 0.2s ease;
}

.preview-action:hover i {
  color: var(--ho) !important;
}

.preview-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.preview-btn {
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.preview-btn-primary {
  background: var(--ho);
  color: #fff;
  border: none;
}

.preview-btn-primary:hover {
  opacity: 0.85;
  transform: translateY(-1px);
}

.preview-btn-outline {
  background: transparent;
  color: var(--ho);
  border: 1px solid var(--ho);
}

.preview-btn-outline:hover {
  background: var(--ho);
  color: #fff;
}

/* Theme Controls Row - Side by Side Layout */
.theme-controls-row {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}

.theme-control-section {
  flex-shrink: 0;
}

.theme-colors-section {
  flex: 1;
}

@media screen and (max-width: 768px) {
  .theme-controls-row {
    flex-direction: column;
    gap: 24px;
  }

  .theme-control-section {
    width: 100%;
  }
}

/* Mode toggle buttons */
.mode-toggle {
  display: inline-flex;
  gap: 8px;
  background: var(--option, rgba(0,0,0,0.05));
  padding: 4px;
  border-radius: 8px;
}

.mode-toggle-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border: none;
  background: transparent;
  color: var(--co);
  font-size: 15px;
  font-weight: 500;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.mode-toggle-btn:hover {
  background: rgba(0,0,0,0.05);
}

.mode-toggle-btn.active {
  background: var(--ho);
  color: #fff;
}

.mode-toggle-btn.active i {
  color: #fff !important;
}

.mode-toggle-btn i {
  font-size: 16px;
}

/* Theme cards grid */
.theme-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 600px;
}

@media screen and (max-width: 768px) {
  .theme-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 400px) {
  .theme-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.theme-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px;
  background: var(--card, #fff);
  border: 2px solid transparent;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.theme-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.theme-card.active {
  border-color: var(--ho);
  box-shadow: 0 0 0 2px rgba(var(--primary-rgb, 26, 43, 59), 0.2);
}

.theme-card-swatch {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  margin-bottom: 8px;
  position: relative;
  overflow: hidden;
}

.theme-card-swatch::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: inherit;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.theme-card-name {
  font-size: 13px;
  font-weight: 500;
  color: var(--co);
  text-align: center;
}

.theme-card.active .theme-card-name {
  color: var(--ho);
}

/* Reset button */
.reset-theme-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: transparent;
  border: 1px solid var(--border, rgba(0,0,0,0.12));
  color: var(--co);
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-top: 24px;
}

.reset-theme-btn:hover {
  background: var(--bg-hover, rgba(0,0,0,0.05));
  border-color: var(--ho);
  color: var(--ho);
}

.reset-theme-btn i {
  font-size: 14px;
}

/* Responsive - mobile */
@media screen and (max-width: 600px) {
  .nav-hide {
    display: none !important;
  }
  .nav-show {
    display: flex !important;
  }
  .mob-m-0 {
    margin: 0 !important;
  }
  .nav-show-b {
    display: block !important;
  }
  #main-content {
    padding: 0 8px;
  }
  .posting-area {
    padding-right: 0 !important;
  }
  .mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px 8px 20px;
  }
  .mobile-header-left {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .mobile-header-right {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .phone-link-mobile {
    font-size: 18px;
    font-weight: 600;
    color: var(--ho, #0D4F6E);
    text-decoration: none;
    display: flex;
    align-items: center;
  }
  .phone-link-mobile i {
    margin-right: 6px;
    font-size: 20px;
  }
  .btn-estimate-mobile {
    padding: 6px 12px;
    background: var(--ho, #0D4F6E);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
  }
}

/* Responsive - tablet and desktop */
@media screen and (min-width: 600px) {
  .nav-show {
    display: none !important;
  }
  .nav-hide {
    display: flex !important;
  }
  .nav-hide-b {
    display: block;
  }
}
