@import url("../fontawesome/css/all.min.css");
@import url("../fontawesome/css/v4-shims.min.css");

:root {
  --pos-bg: #f4f6f9;
  --pos-card-bg: #ffffff;
  --pos-sidebar-bg: #ffffff;
  --pos-primary: #fec20e;
  --pos-primary-hover: #e5ad07;
  --pos-primary-light: #fffbeb;
  --pos-primary-glow: rgba(254, 194, 14, 0.35);
  --pos-dark: #0f172a;
  --pos-gray-900: #1e293b;
  --pos-gray-700: #334155;
  --pos-gray-600: #475569;
  --pos-gray-500: #64748b;
  --pos-gray-400: #94a3b8;
  --pos-gray-300: #cbd5e1;
  --pos-gray-200: #e2e8f0;
  --pos-gray-100: #f1f5f9;
  --pos-gray-50: #f8fafc;
  --pos-success: #16a34a;
  --pos-success-light: #dcfce7;
  --pos-danger: #ef4444;
  --pos-danger-light: #fee2e2;
  --pos-accent: #d97706;
  --pos-radius-sm: 8px;
  --pos-radius-md: 14px;
  --pos-radius-lg: 20px;
  --pos-radius-full: 9999px;
  --pos-shadow-sm: 0 2px 6px rgba(0, 0, 0, 0.04);
  --pos-shadow-md: 0 6px 18px rgba(15, 23, 42, 0.06);
  --pos-shadow-lg: 0 16px 36px rgba(15, 23, 42, 0.09);
  --pos-shadow-active: 0 10px 28px rgba(254, 194, 14, 0.3);
  --pos-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

html {
  overflow-x: hidden;
  max-width: 100%;
}

body {
  overflow-x: hidden;
  max-width: 100%;
}



.page-content,
.pos-wrapper {
  overflow: visible !important;
  min-height: auto !important;
  padding: 0 0 60px;
  max-width: 100%;
  background-color: #fff;
}

.pos-hero-section {
  position: relative;
  background-image: url('../img/web/build/get-home-construction-estimate-cost-online-thikedaar.com.jpg') !important;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 100px 0 95px;
  overflow: hidden;
}

.pos-hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.88) 100%);
  z-index: 1;
  pointer-events: none;
}

.pos-hero-section .container-lg,
.pos-hero-section .container-fluid,
.pos-hero-section .pos-container,
.pos-hero-section .row {
  position: relative;
  z-index: 2;
}

.pos-hero-title {
  font-size: 34px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.pos-hero-subtitle {
  color: #cbd5e1;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}

/* Section & Centered Narrow Container (Overlapping Hero Banner) */
.pos-section-container,
#projects.projects-grid {
  width: 100%;
  display: block;
  position: relative;
  z-index: 20;
  margin-top: -55px;
  background-color: transparent !important;
  padding-bottom: 60px;
  overflow: visible !important;
}

.pos-container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  position: relative;
  overflow: visible !important;
}

@media (min-width: 1200px) {
  .pos-container {
    max-width: 1120px;
  }
}

@media (max-width: 991px) {
  .pos-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .pos-hero-section {
    padding: 90px 0 75px;
  }

  .pos-section-container,
  #projects.projects-grid {
    margin-top: -45px;
  }
}

.pos-config-card {
  background: var(--pos-card-bg);
  border: 1.5px solid var(--pos-gray-200);
  border-radius: var(--pos-radius-lg);
  padding: 16px 20px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
  margin-top: 0;
  margin-bottom: 24px;
  position: relative;
  z-index: 20;
  width: 100%;
}

.pos-config-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.pos-config-item {
  display: flex;
  flex-direction: column;
}

.pos-config-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: var(--pos-gray-500);
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.pos-config-label i {
  color: var(--pos-primary);
  font-size: 13px;
}

.pos-select {
  width: 100% !important;
  height: 46px !important;
  line-height: 44px !important;
  padding: 0 36px 0 14px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  border-radius: var(--pos-radius-sm) !important;
  background: #ffffff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23475569' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") no-repeat right 12px center !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  border: 1.5px solid var(--pos-gray-300) !important;
  color: var(--pos-dark) !important;
  outline: none !important;
  transition: var(--pos-transition) !important;
  cursor: pointer;
}

.pos-select:focus,
.pos-select:hover {
  border-color: var(--pos-primary) !important;
  box-shadow: 0 0 0 3px rgba(254, 194, 14, 0.22) !important;
}

/* ==========================================================================
   POS CATEGORY TABS / RIBBON
   ========================================================================== */
.pos-category-container {
  margin-bottom: 24px;
  position: relative;
}

.pos-category-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  padding: 0 4px;
}

.pos-category-header-title {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: var(--pos-gray-500);
  display: flex;
  align-items: center;
  gap: 6px;
}

.pos-category-nav-arrows {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pos-category-arrow-btn {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #ffffff;
  border: 1.5px solid var(--pos-gray-200);
  color: #151515;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: var(--pos-shadow-sm);
  outline: none;
}

.pos-category-arrow-btn:hover {
  background: var(--brand-yellow, #FEC20D);
  border-color: var(--brand-yellow, #FEC20D);
  color: #151515;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(254, 194, 13, 0.35);
}

.pos-category-arrow-btn:active {
  transform: scale(0.94);
}

.pos-category-tabs {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow-x: auto;
  padding: 6px 4px 14px;
  scrollbar-width: thin;
  scrollbar-color: var(--pos-gray-300) transparent;
  scroll-behavior: smooth;
}

.pos-category-tabs::-webkit-scrollbar {
  height: 6px;
}

.pos-category-tabs::-webkit-scrollbar-thumb {
  background: var(--pos-gray-300);
  border-radius: 10px;
}

.pos-tab-item {
  flex: 0 0 auto;
  background: var(--pos-card-bg);
  border: 1.5px solid var(--pos-gray-200);
  border-radius: var(--pos-radius-md);
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: var(--pos-transition);
  user-select: none;
  box-shadow: var(--pos-shadow-sm);
  position: relative;
  min-width: 250px;
}

.pos-tab-item:hover {
  border-color: var(--pos-primary);
  transform: translateY(-2px);
  box-shadow: var(--pos-shadow-md);
}

.pos-tab-item.active {
  background: #ffffff;
  border-color: var(--pos-primary);
  box-shadow: var(--pos-shadow-active);
  transform: translateY(-2px);
}

.pos-tab-item.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 20%;
  right: 20%;
  height: 3.5px;
  background: var(--pos-primary);
  border-radius: 10px;
}

.pos-tab-icon-wrap {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  background: var(--pos-gray-100);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  flex-shrink: 0;
  transition: var(--pos-transition);
}

.pos-tab-item.active .pos-tab-icon-wrap,
.pos-tab-item:hover .pos-tab-icon-wrap {
  background: var(--pos-primary-light);
}

.pos-tab-icon-wrap img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.pos-tab-details {
  display: flex;
  flex-direction: column;
}

.pos-tab-badge {
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 2px 6px;
  border-radius: var(--pos-radius-full);
  display: inline-block;
  margin-bottom: 2px;
  width: fit-content;
}

.badge-mandatory {
  background: #fee2e2;
  color: #b91c1c;
}

.badge-recommended {
  background: #e0f2fe;
  color: #0369a1;
}

.badge-finishing {
  background: #f3e8ff;
  color: #7e22ce;
}

.pos-tab-name {
  font-size: 13px;
  font-weight: 700;
  color: var(--pos-dark);
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 6px;
}

.pos-tab-status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pos-gray-300);
  display: inline-block;
  transition: var(--pos-transition);
}

.pos-tab-item.selected-item .pos-tab-status-dot {
  background: var(--pos-success);
  box-shadow: 0 0 6px var(--pos-success);
}

/* ==========================================================================
   MATERIALS CATALOG SECTION (Left POS Side)
   ========================================================================== */
.pos-catalog-panel {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pos-catalog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}

.pos-catalog-title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}

.pos-catalog-title {
  font-size: 20px;
  font-weight: 800;
  color: var(--pos-dark);
  margin: 0;
}

.pos-catalog-category-tag {
  font-size: 11px;
  font-weight: 600;
  padding: 3px 8px;
  background: var(--pos-primary-light);
  color: var(--pos-accent);
  border: 1px solid rgba(254, 194, 14, 0.4);
  border-radius: var(--pos-radius-full);
  margin-left: auto;
  white-space: nowrap;
}

.pos-item-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
}

/* POS Material Card */
.pos-item-card {
  background: var(--pos-card-bg);
  border: 1.5px solid var(--pos-gray-200);
  border-radius: var(--pos-radius-md);
  padding: 16px 14px 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: var(--pos-transition);
  position: relative;
  cursor: pointer;
  box-shadow: var(--pos-shadow-sm);
  min-height: 380px;
}

.pos-item-card:hover {
  border-color: var(--pos-primary);
  box-shadow: var(--pos-shadow-md);
  transform: translateY(-3px);
}

.pos-item-card.activeClass,
.pos-item-card.is-selected {
  border-color: var(--pos-primary) !important;
  background: #ffffff !important;
  box-shadow: 0 8px 24px rgba(254, 194, 14, 0.28) !important;
  transform: translateY(-2px);
}

.pos-card-selected-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: var(--pos-success);
  color: #ffffff;
  font-size: 11px;
  padding: 3px 8px;
  border-radius: var(--pos-radius-full);
  display: none;
  align-items: center;
  gap: 4px;
  box-shadow: 0 2px 8px rgba(22, 163, 74, 0.35);
  z-index: 5;
}

.pos-item-card.activeClass .pos-card-selected-badge,
.pos-item-card.is-selected .pos-card-selected-badge {
  display: inline-flex !important;
}

/* Card Image Area */
.pos-card-img-wrap {
  height: 140px;
  background: var(--pos-gray-50);
  border-radius: var(--pos-radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
}

.pos-card-img-wrap img {
  max-height: 115px;
  max-width: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
  mix-blend-mode: multiply;
}

.pos-item-card:hover .pos-card-img-wrap img {
  transform: scale(1.06);
}

/* Card Information */
.pos-card-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 14px;
}

.pos-card-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--pos-dark);
  margin-bottom: 8px;
  line-height: 1.3;
}

.pos-card-specs {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.pos-card-spec-item {
  font-size: 12px;
  color: var(--pos-gray-600);
  line-height: 1.35;
  display: flex;
  align-items: flex-start;
  gap: 5px;
}

.pos-card-spec-item i {
  color: var(--pos-primary);
  font-size: 10px;
  margin-top: 3px;
  flex-shrink: 0;
}

/* Card Select / Deselect Action Button - Following theme.css */
.pos-card-action-btn {
  width: 100%;
  height: 38px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1.5px solid #e2e8f0;
  background: #ffffff;
  color: #151515;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none !important;
}

.pos-card-action-btn i {
  transition: transform 0.2s ease;
  font-size: 14px;
}

.pos-item-card:hover .pos-card-action-btn {
  background: var(--brand-yellow, #FEC20D);
  border-color: var(--brand-yellow, #FEC20D);
  color: #151515;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(254, 194, 13, 0.35);
}

.pos-item-card:hover .pos-card-action-btn i {
  transform: scale(1.15);
}

.pos-item-card.activeClass .pos-card-action-btn,
.pos-item-card.is-selected .pos-card-action-btn {
  background: var(--brand-yellow, #FEC20D) !important;
  border-color: var(--brand-yellow, #FEC20D) !important;
  color: #151515 !important;
  box-shadow: 0 4px 14px rgba(254, 194, 13, 0.35);
  font-weight: 700;
}

.pos-item-card.activeClass:hover .pos-card-action-btn,
.pos-item-card.is-selected:hover .pos-card-action-btn {
  background: #0A0A0A !important;
  border-color: #0A0A0A !important;
  color: #FEC20D !important;
  box-shadow: 0 6px 18px rgba(10, 10, 10, 0.25);
}

/* ==========================================================================
   POS INVOICE / BILLING SIDEBAR (Right POS Panel)
   ========================================================================== */
.pos-catalog-row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: stretch;
  margin-left: -12px;
  margin-right: -12px;
}

.pos-catalog-col,
.pos-invoice-col {
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
}

.pos-invoice-col {
  position: relative;
}

.pos-invoice-panel {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 90px !important;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  z-index: 50;
  background: var(--pos-sidebar-bg);
  border: 1.5px solid var(--pos-gray-200);
  border-radius: var(--pos-radius-lg);
  padding: 20px;
  box-shadow: var(--pos-shadow-md);
  display: flex;
  flex-direction: column;
  gap: 5px;
  scrollbar-width: thin;
  scrollbar-color: var(--pos-gray-300) transparent;
}

.pos-invoice-panel::-webkit-scrollbar {
  width: 4px;
}

.pos-invoice-panel::-webkit-scrollbar-thumb {
  background: var(--pos-gray-300);
  border-radius: 4px;
}

/* Invoice Header */
.pos-invoice-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 14px;
  border-bottom: 1.5px dashed var(--pos-gray-200);
}

.pos-invoice-header-title {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pos-invoice-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: var(--pos-primary-light);
  color: var(--pos-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

.pos-invoice-header h3 {
  font-size: 17px;
  font-weight: 800;
  color: var(--pos-dark);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

.pos-count-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  font-size: 11px;
  font-weight: 800;
  color: #111827;
  background: #FEC20D;
  border-radius: 10px;
  line-height: 1;
}

.pos-invoice-header p {
  font-size: 11.5px;
  color: var(--pos-gray-500);
  margin: 0;
}

/* Clear Cart Button */
.pos-clear-btn {
  background: transparent;
  border: 1.5px solid var(--pos-gray-200);
  border-radius: var(--pos-radius-sm);
  padding: 6px 10px;
  font-size: 11.5px;
  font-weight: 700;
  color: var(--pos-danger);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: var(--pos-transition);
}

.pos-clear-btn:hover {
  background: var(--pos-danger-light);
  border-color: var(--pos-danger);
  color: var(--pos-danger);
}

/* Project Builtup Area Badge */
.pos-area-pill {
  background: var(--pos-gray-50);
  border: 1px solid var(--pos-gray-200);
  border-radius: var(--pos-radius-sm);
  padding: 10px 14px;
  display: block;
  align-items: center;
  justify-content: space-between;
}

.pos-area-pill-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--pos-gray-600);
}

.pos-area-pill-val {
  font-size: 13px;
  font-weight: 700;
  color: var(--pos-dark);
}

/* Receipt Selected Items Container */
.pos-receipt-container {
  max-height: 150px;
  overflow-y: auto;
  padding-right: 4px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  scrollbar-width: thin;
  scrollbar-color: var(--pos-gray-300) transparent;
}

.pos-receipt-container::-webkit-scrollbar {
  width: 5px;
}

.pos-receipt-container::-webkit-scrollbar-thumb {
  background: var(--pos-gray-300);
  border-radius: 10px;
}

/* Single Receipt Line Item */
.pos-receipt-item {
  background: var(--pos-gray-50);
  border: 1px solid var(--pos-gray-200);
  border-radius: var(--pos-radius-sm);
  padding: 8px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  transition: var(--pos-transition);
}

.pos-receipt-item:hover {
  border-color: var(--pos-gray-300);
  background: #ffffff;
}

.pos-receipt-item-left {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex: 1 1 auto;
}

.pos-receipt-item-img {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: #ffffff;
  border: 1px solid var(--pos-gray-200);
  padding: 2px;
  object-fit: contain;
  flex-shrink: 0;
}

.pos-receipt-item-meta {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.pos-receipt-item-category {
  font-size: 9.5px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--pos-gray-500);
  letter-spacing: 0.3px;
}

.pos-receipt-item-name {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--pos-dark);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pos-receipt-item-specs {
  font-size: 10.5px;
  color: var(--pos-gray-500);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Delete / Remove Single Item Button */
.pos-receipt-item-remove {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: none;
  background: transparent;
  color: var(--pos-gray-400);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--pos-transition);
  flex-shrink: 0;
}

.pos-receipt-item-remove:hover {
  background: var(--pos-danger-light);
  color: var(--pos-danger);
}

/* Receipt Empty State */
.pos-receipt-empty {
  padding: 24px 12px;
  text-align: center;
  color: var(--pos-gray-500);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.pos-receipt-empty i {
  font-size: 32px;
  color: var(--pos-gray-300);
}

.pos-receipt-empty p {
  font-size: 12.5px;
  margin: 0;
}

/* Payment Summary Box */
.pos-summary-box {
  background: var(--pos-gray-50);
  border: 1.5px solid var(--pos-gray-200);
  border-radius: var(--pos-radius-md);
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pos-summary-row {
  display: block;
  align-items: center;
  justify-content: space-between;
  font-size: 12.5px;
  color: var(--pos-gray-600);
}

.pos-summary-row.pos-unit-rate-row {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-left: 3.5px solid var(--pos-primary);
  border-radius: var(--pos-radius-sm);
  padding: 10px 12px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.pos-unit-rate-label {
  font-size: 13px;
  font-weight: 700;
  color: #1e293b;
  display: flex;
  align-items: center;
  gap: 6px;
}

.pos-unit-rate-price {
  font-size: 16px;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.2px;
}

.pos-summary-row.pos-row-highlight {
  font-weight: 700;
  color: var(--pos-dark);
  padding-top: 6px;
  border-top: 1px dashed var(--pos-gray-300);
}

.pos-summary-price {
  font-weight: 700;
  color: var(--pos-dark);
}

.pos-token-amount-wrap {
  background: var(--pos-primary-light);
  border: 1.5px solid rgba(254, 194, 14, 0.5);
  border-radius: var(--pos-radius-sm);
  padding: 10px 12px;
  margin-top: 4px;
  text-align: center;
}

.pos-token-label {
  font-size: 11px;
  font-weight: 700;
  color: var(--pos-accent);
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-bottom: 2px;
}

.pos-token-value {
  font-size: 22px;
  font-weight: 800;
  color: #b45309;
  line-height: 1.2;
}

.pos-token-note {
  font-size: 10.5px;
  color: var(--pos-gray-600);
  margin-top: 2px;
}

/* Checkout Action Buttons - Following theme.css */
.pos-actions-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pos-btn-pay {
  width: 100%;
  height: 48px;
  background: var(--brand-yellow, #FEC20D);
  border: 1px solid var(--brand-yellow, #FEC20D);
  border-radius: 12px;
  color: #151515;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.3px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(254, 194, 13, 0.3);
  transition: all 0.2s ease;
  text-decoration: none !important;
}

.pos-btn-pay i {
  transition: transform 0.2s ease;
}

.pos-btn-pay:hover {
  background: #0A0A0A !important;
  border-color: #0A0A0A !important;
  color: #FEC20D !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(10, 10, 10, 0.35);
}

.pos-btn-pay:hover i {
  transform: translateX(3px);
}

.pos-btn-pay:active {
  transform: translateY(0);
}

.pos-btn-save {
  width: 100%;
  height: 44px;
  background: #ffffff;
  border: 1.5px solid #151515;
  border-radius: 12px;
  color: #151515;
  font-size: 13.5px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none !important;
}

.pos-btn-save i {
  transition: transform 0.2s ease;
}

.pos-btn-save:hover {
  background-color: #0A0A0A !important;
  border-color: #0A0A0A !important;
  color: #FEC20D !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(10, 10, 10, 0.25);
}

.pos-btn-save:hover i {
  transform: scale(1.15);
}

.pos-btn-save:active {
  transform: translateY(0);
}

/* Save Success Alert in Sidebar */
#saveSuccess {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 12px;
  padding: 8px 12px;
}


/* Tablets & Small Screens (<= 991px) */
@media (max-width: 991px) {
  .pos-config-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .pos-invoice-panel {
    position: static !important;
    max-height: none;
    margin-top: 24px;
  }
}

@media (max-width: 767px) {
  .pos-hero-section {
    padding: 90px 0 60px;
  }

  .pos-hero-title {
    font-size: 24px;
  }

  .pos-config-card {
    padding: 14px;
    margin-top: -35px;
  }

  .pos-config-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .pos-item-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .pos-item-card {
    min-height: 340px;
    padding: 12px 10px 10px;
  }

  .pos-card-img-wrap {
    height: 110px;
  }

  .pos-card-img-wrap img {
    max-height: 90px;
  }

  .pos-card-title {
    font-size: 13.5px;
  }

  .pos-card-spec-item {
    font-size: 11px;
  }
}

/* Mobile Phones (< 576px) */
@media (max-width: 575px) {
  .pos-config-grid {
    grid-template-columns: 1fr;
  }

  .pos-item-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .pos-tab-item {
    padding: 8px 10px;
  }

  .pos-tab-icon-wrap {
    width: 64px;
    height: 64px;
  }

  .pos-tab-name {
    font-size: 12px;
  }
}


.pos-mobile-sticky-bar {
  display: none !important;
}

@media (max-width: 991px) {
  .pos-mobile-sticky-bar {
    display: flex !important;
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-top: 1.5px solid var(--pos-gray-200, #e2e8f0);
    box-shadow: 0 -8px 24px rgba(15, 23, 42, 0.12);
    padding: 10px 14px;
    padding-bottom: max(10px, env(safe-area-inset-bottom));
    z-index: 99999 !important;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-radius: 18px 18px 0 0;
    box-sizing: border-box;
  }

  .pos-mobile-bar-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
  }

  .pos-mobile-price-group {
    display: flex;
    flex-direction: column;
    min-width: 0;
  }

  .pos-mobile-bar-label {
    font-size: 10px;
    font-weight: 800;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.2;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .pos-mobile-bar-rate {
    font-size: 15.5px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .pos-mobile-bar-rate span {
    color: #d97706;
  }

  .pos-mobile-bar-subrate {
    font-size: 11px;
    font-weight: 600;
    color: #64748b;
    line-height: 1.2;
    margin-top: 1px;
    white-space: nowrap;
  }

  /* When User is Not Logged In */
  .pos-mobile-login-prompt {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    min-width: 0;
  }

  .pos-mobile-login-badge {
    background: #fffbeb;
    border: 1.5px solid rgba(245, 158, 11, 0.45);
    color: #b45309;
    font-size: 11px;
    font-weight: 800;
    padding: 5px 9px;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    transition: all 0.2s ease;
    box-shadow: 0 2px 6px rgba(245, 158, 11, 0.12);
  }

  .pos-mobile-login-badge i {
    color: #d97706;
    font-size: 11px;
  }

  .pos-mobile-login-badge:active {
    transform: scale(0.96);
    background: #fef3c7;
  }

  .pos-mobile-bar-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
  }

  /* Cart Button with Count Badge */
  .pos-mobile-view-cart-btn {
    height: 40px;
    padding: 0 12px;
    font-size: 12.5px;
    font-weight: 700;
    border-radius: 12px;
    border: 1.5px solid #0f172a;
    background: #ffffff;
    color: #0f172a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
  }

  .pos-mobile-view-cart-btn i {
    font-size: 13px;
    color: #0f172a;
  }

  .pos-mobile-view-cart-btn:hover,
  .pos-mobile-view-cart-btn:active {
    background: #0f172a;
    color: #fec20e;
    border-color: #0f172a;
  }

  .pos-mobile-view-cart-btn:hover i,
  .pos-mobile-view-cart-btn:active i {
    color: #fec20e;
  }

  .pos-mobile-cart-badge {
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 9999px;
    background: #fec20e;
    color: #0f172a;
    font-size: 11px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }

  /* Pay & Build CTA Button */
  .pos-mobile-pay-btn {
    height: 40px;
    padding: 0 15px;
    font-size: 13px;
    font-weight: 800;
    border-radius: 12px;
    border: 1.5px solid #fec20e;
    background: #fec20e;
    color: #0f172a;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(254, 194, 14, 0.35);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all 0.2s ease;
    white-space: nowrap;
  }

  .pos-mobile-pay-btn:hover,
  .pos-mobile-pay-btn:active {
    background: #0f172a;
    color: #fec20e;
    border-color: #0f172a;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.25);
  }

  .pos-mobile-pay-btn.disabled {
    background: #f8fafc;
    border-color: #cbd5e1;
    color: #64748b;
    box-shadow: none;
    cursor: pointer;
  }

  /* Mobile Login CTA Button */
  .pos-mobile-login-btn {
    height: 40px;
    padding: 0 15px;
    font-size: 13px;
    font-weight: 800;
    border-radius: 12px;
    border: 1.5px solid #fec20e;
    background: #fec20e;
    color: #0f172a;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(254, 194, 14, 0.35);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all 0.2s ease;
    white-space: nowrap;
  }

  .pos-mobile-login-btn:hover,
  .pos-mobile-login-btn:active {
    background: #0f172a;
    color: #fec20e;
    border-color: #0f172a;
    transform: translateY(-1px);
  }

  body {
    padding-bottom: 76px !important;
  }
}

/* Extra small devices (< 400px) */
@media (max-width: 400px) {
  .pos-mobile-sticky-bar {
    padding: 8px 10px;
    gap: 6px;
  }

  .pos-mobile-bar-rate {
    font-size: 14px;
  }

  .pos-mobile-view-cart-btn {
    height: 38px;
    padding: 0 8px;
    font-size: 11.5px;
  }

  .pos-mobile-pay-btn,
  .pos-mobile-login-btn {
    height: 38px;
    padding: 0 11px;
    font-size: 12px;
  }

  .pos-mobile-login-badge {
    font-size: 10px;
    padding: 4px 6px;
  }
}

/* ==========================================================================
   HOUSE INFORMATION MODAL POPUP (#login2) - MODERN POS STYLING
   ========================================================================== */
.modal#login2 {
  z-index: 99999 !important;
}

.modal#login2 .modal-dialog {
  max-width: 500px;
  margin: 40px auto;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.modal#login2 .modal-content {
  background: #ffffff !important;
  border: 1.5px solid var(--pos-gray-200) !important;
  border-radius: 22px !important;
  box-shadow: 0 25px 60px rgba(15, 23, 42, 0.25) !important;
  overflow: hidden !important;
  padding: 0 !important;
}

/* Modal Header */
.pos-modal-header {
  background: #000;
  padding: 22px 24px 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pos-modal-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #fec20e, #d97706);
}

.pos-modal-title-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pos-modal-icon-badge {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(254, 194, 14, 0.15);
  border: 1px solid rgba(254, 194, 14, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pos-primary);
  font-size: 18px;
  flex-shrink: 0;
}

.pos-modal-heading {
  font-size: 19px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 2px;
  letter-spacing: -0.3px;
}

.pos-modal-subheading {
  font-size: 12px;
  color: #94a3b8;
  margin: 0;
}

.pos-modal-close {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #cbd5e1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
  transition: var(--pos-transition);
  text-decoration: none !important;
  opacity: 1 !important;
}

.pos-modal-close:hover {
  background: rgba(239, 68, 68, 0.2);
  color: #ef4444;
  transform: rotate(90deg);
}

.pos-modal-close img {
  width: 14px;
  height: 14px;
  filter: brightness(0) invert(1);
}

/* Modal Body & Form Groups */
.pos-modal-body {
  padding: 24px;
}

.pos-modal-group {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
}

.pos-modal-label {
  font-size: 11.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--pos-gray-600);
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.pos-modal-label i {
  color: var(--pos-primary);
  font-size: 13px;
}

.pos-modal-select,
.modal#login2 select {
  width: 100% !important;
  height: 48px !important;
  line-height: 46px !important;
  padding: 0 38px 0 16px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  border-radius: 10px !important;
  background: #ffffff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23475569' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") no-repeat right 14px center !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  border: 1.5px solid var(--pos-gray-300) !important;
  color: var(--pos-dark) !important;
  outline: none !important;
  transition: var(--pos-transition) !important;
  cursor: pointer;
  box-sizing: border-box;
}

.pos-modal-select:focus,
.pos-modal-select:hover,
.modal#login2 select:focus,
.modal#login2 select:hover {
  border-color: var(--pos-primary) !important;
  box-shadow: 0 0 0 3.5px rgba(254, 194, 14, 0.25) !important;
}

/* Modal Submit Button - Following theme.css */
.pos-modal-btn-submit {
  width: 100%;
  height: 48px;
  background: var(--brand-yellow, #FEC20D);
  border: 1px solid var(--brand-yellow, #FEC20D);
  border-radius: 12px;
  color: #151515;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.3px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(254, 194, 13, 0.3);
  transition: all 0.2s ease;
  margin-top: 20px;
  text-decoration: none !important;
}

.pos-modal-btn-submit:hover {
  background: #0A0A0A !important;
  border-color: #0A0A0A !important;
  color: #FEC20D !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(10, 10, 10, 0.35);
}

.pos-modal-btn-submit i {
  transition: transform 0.2s ease;
}

.pos-modal-btn-submit:hover i {
  transform: translateX(3px);
}

.pos-modal-btn-submit:active {
  transform: translateY(0);
}

#notify2 {
  padding: 0 24px;
}

#notify2 .alert {
  margin-top: 14px;
  margin-bottom: 0;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
}

/* Mobile Adjustments for Modal */
@media (max-width: 575px) {
  .modal#login2 .modal-dialog {
    margin: 16px;
    max-width: calc(100% - 32px);
  }

  .pos-modal-header {
    padding: 16px 18px;
  }

  .pos-modal-body {
    padding: 18px;
  }

  .pos-modal-heading {
    font-size: 17px;
  }

  .pos-modal-select,
  .modal#login2 select {
    height: 44px !important;
    line-height: 42px !important;
    font-size: 13.5px !important;
  }

  .pos-modal-btn-submit {
    height: 46px;
    font-size: 14px;
  }
}

/* ==========================================================================
   BUILD PAGE SEO & INFO SECTION (.build-info-section) - PREMIUM REDESIGN
   ========================================================================== */
.build-info-section {
  position: relative;
  z-index: 10;
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfc 50%, #ffffff 100%);
  padding: 70px 0 60px;
  width: 100%;
}

/* Header & Intro */
.build-info-intro-card {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 20px;
  padding: 36px 40px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.build-info-intro-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #fec20e 0%, #f59e0b 50%, #d97706 100%);
}

.build-info-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #fffbeb;
  color: #d97706;
  border: 1px solid rgba(254, 194, 14, 0.45);
  padding: 6px 14px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 16px;
}

.build-info-badge i {
  color: #f59e0b;
}

.build-info-section h1 {
  font-size: 36px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 16px;
  letter-spacing: -0.6px;
  line-height: 1.25;
}

.build-info-lead {
  font-size: 15.5px;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 26px;
}

.build-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #f1f5f9;
}

.build-trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.build-trust-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: #fffbeb;
  border: 1px solid rgba(254, 194, 14, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d97706;
  font-size: 17px;
  flex-shrink: 0;
}

.build-trust-text strong {
  display: block;
  font-size: 14.5px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
}

.build-trust-text span {
  font-size: 12px;
  color: #64748b;
}

/* Section Subheaders */
.build-section-block {
  margin-bottom: 56px;
}

.build-section-header {
  margin-bottom: 28px;
}

.build-section-header h2 {
  font-size: 26px;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.4px;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.build-section-header h2 i {
  color: #f59e0b;
  font-size: 22px;
}

.build-section-header p {
  font-size: 14.5px;
  color: #64748b;
  margin: 0;
}

/* Modern Card System (.build-modern-card) */
.build-modern-card {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
  position: relative;
}

.build-modern-card:hover {
  border-color: #fec20e;
  transform: translateY(-5px);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.09);
}

.build-card-img-wrap {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
  background: #f1f5f9;
}

.build-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.build-modern-card:hover .build-card-img-wrap img {
  transform: scale(1.06);
}

.build-card-floating-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: #fec20e;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  gap: 5px;
  letter-spacing: 0.3px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.build-card-step-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #fec20e;
  color: #0f172a;
  font-size: 11.5px;
  font-weight: 800;
  padding: 4px 11px;
  border-radius: 9999px;
  letter-spacing: 0.4px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
}

.build-card-body {
  padding: 22px 20px 20px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.build-card-body h3 {
  font-size: 17.5px;
  font-weight: 800;
  color: #0f172a;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.35;
}

.build-card-body p {
  font-size: 13.5px;
  line-height: 1.65;
  color: #475569;
  margin-bottom: 14px;
  flex-grow: 1;
}

.build-card-footer-pill {
  padding-top: 12px;
  border-top: 1px dashed #e2e8f0;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 6px;
}

.pill-impact {
  color: #d97706;
}

.pill-budget {
  color: #16a34a;
}

.pill-tip {
  color: #2563eb;
}

/* Why Choose Us 2-Column Split Cards */
.build-why-card {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 18px;
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}

.build-why-card:hover {
  border-color: #fec20e;
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.build-why-img-card {
  padding: 0;
  overflow: hidden;
  border: 1.5px solid #e2e8f0;
  border-radius: 18px;
  height: 100%;
}

.build-why-img-card img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
  border-radius: 16px;
  transition: transform 0.4s ease;
}

.build-why-img-card:hover img {
  transform: scale(1.04);
}

.build-why-content-card h3 {
  font-size: 20px;
  font-weight: 800;
  color: #0f172a;
  margin-top: 0;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.build-why-content-card h3 i {
  color: #f59e0b;
}

.build-why-content-card p {
  font-size: 14.5px;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 14px;
}

.build-why-features {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 10px;
}

.build-why-feat-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #1e293b;
}

.build-why-feat-item i {
  color: #16a34a;
  font-size: 14px;
}

/* Call to Action Bar */
.build-cta-banner {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  border-radius: 20px;
  padding: 34px 40px;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.16);
  position: relative;
  overflow: hidden;
}

.build-cta-banner::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(254, 194, 14, 0.2) 0%, transparent 70%);
  pointer-events: none;
}

.build-cta-content h3 {
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 6px;
}

.build-cta-content p {
  font-size: 14px;
  color: #cbd5e1;
  margin: 0;
}

.build-cta-btn {
  background: #fec20e;
  color: #0f172a !important;
  font-size: 14.5px;
  font-weight: 800;
  padding: 14px 28px;
  border-radius: 12px;
  border: 1px solid #fec20e;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none !important;
  box-shadow: 0 6px 18px rgba(254, 194, 14, 0.35);
  transition: all 0.25s ease;
  white-space: nowrap;
  flex-shrink: 0;
  cursor: pointer;
}

.build-cta-btn:hover {
  background: #ffffff;
  border-color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(255, 255, 255, 0.3);
}

/* ==========================================================================
   BUILD PAGE FAQS SECTION (.build-faqs-section)
   ========================================================================== */
.build-faqs-section {
  background-color: #fffdf5;
  border-top: 1.5px solid #fef3c7;
  border-bottom: 1.5px solid #fef3c7;
  padding: 70px 0 80px;
  margin-top: 20px;
  width: 100%;
}

.build-faqs-section .h1-heading-size {
  font-size: 34px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 30px;
  letter-spacing: -0.4px;
}

.build-faqs-section .accordion-item {
  border: 1.5px solid #fde68a !important;
  border-radius: 14px !important;
  margin-bottom: 14px !important;
  background: #ffffff !important;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
  transition: border-color 0.2s ease;
}

.build-faqs-section .accordion-item:hover {
  border-color: #fec20e !important;
}

.build-faqs-section .accordion-button {
  background: #ffffff !important;
  color: #0f172a !important;
  font-size: 15.5px !important;
  font-weight: 700 !important;
  padding: 18px 22px !important;
  border: none !important;
  box-shadow: none !important;
  line-height: 1.4;
}

.build-faqs-section .accordion-button:not(.collapsed) {
  background: #fffbeb !important;
  color: #d97706 !important;
  border-bottom: 1px solid #fef3c7 !important;
}

.build-faqs-section .accordion-body {
  background: #ffffff;
  padding: 18px 22px 24px;
  font-size: 14.5px;
  line-height: 1.7;
  color: #475569;
}

.build-faqs-section .accordion-body ul {
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 0;
}

.build-faqs-section .accordion-body li {
  margin-bottom: 6px;
}

/* Responsive Rules for Info Section */
@media (max-width: 991px) {
  .build-trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .build-cta-banner {
    flex-direction: column;
    text-align: center;
    padding: 28px 24px;
  }
}

@media (max-width: 767px) {
  .build-info-intro-card {
    padding: 24px 20px;
  }

  .build-info-section h1 {
    font-size: 24px;
  }

  .build-section-header h2 {
    font-size: 20px;
  }

  .build-trust-grid {
    grid-template-columns: 1fr;
  }

  .build-faqs-section .h1-heading-size {
    font-size: 24px;
  }

  .build-card-img-wrap {
    height: 160px;
  }
}