/* Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Segoe UI", sans-serif;
}

body {
  background-color: #111;
  color: #fff;
  line-height: 1.6;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 20px;
}


/* About Us */
.about {
  background-color: #757168;
}

.about h2,
.form-preview h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.about ul {
  list-style: none;
  line-height: 2;
  font-size: 1.1rem;
  padding-left: 20px;
}

/* Form Section */
.form-preview {
  background-color: #d3cdc1
;
  border-top: 4px solid #000000;
  padding-bottom: 60px;
}

.form-preview form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}

input,
button {
  padding: 12px;
  font-size: 1rem;
  border-radius: 6px;
  border: none;
  background-color: #ffffff;
  border: 2px solid #8b7355;
  color: #000000;
}

input::placeholder {
  color: #bbb;
}

input[type="file"] {
  background-color: transparent;
}

button {
  background-color: white;
  border: 2px solid #8b7355;
  color: #000;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s ease;
}

button:hover {
  background-color: #ffffff;
}

/* Footer */
footer {
  background: #111;
  padding: 20px 0;
  text-align: center;
  font-size: 0.9rem;
  color: #aaa;
}

/* Appraisals */
.appraisals-section {
  background-color: #8b7355

;
  padding: 60px 20px;
  color: #fff;
}

.appraisals-section h2 {
  font-size: 2.4rem;
  color: #f3efef;
  margin-bottom: 30px;
  text-align: center;
}

.appraisal-level,
.authentications,
.sales-info,
.notes-policies {
  margin-bottom: 40px;
}

.appraisals-section h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #000000;
}

.appraisals-section h3 span {
  font-weight: normal;
  color: #fff;
}

.appraisals-section ul {
  list-style: disc;
  padding-left: 20px;
  line-height: 1.8;
  font-size: 1.05rem;
}

.appraisals-section p {
  font-size: 1.05rem;
  line-height: 1.6;
}

.update-note {
  font-size: 0.9rem;
  color: #aaa;
  margin-top: 10px;
  font-style: italic;
}

/* About Classicues */
.about-classicues {
  background-color: #111;
  padding: 60px 20px;
  color: #eee;
}

.about-classicues h2 {
  font-size: 2.4rem;
  color: #333;
  margin-bottom: 30px;
  text-align: center;
}

.about-classicues p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

/* Brand Highlight */
.brand {
  color: #000000;
  font-weight: bold;
}

/* Responsive Styling */
@media (max-width: 768px) {
  .header-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav ul {
    flex-direction: column;
    gap: 15px;
    padding-top: 10px;
    width: 100%;
  }

  .nav ul li {
    width: 100%;
  }

  .nav ul li a,
  .nav ul li .btn {
    display: block;
    width: 100%;
    text-align: left;
  }

  .nav ul li .btn {
    text-align: center;
    margin-top: 10px;
  }

  .container {
    padding: 30px 16px;
  }

  .appraisals-section h2,
  .about-classicues h2 {
    font-size: 1.8rem;
  }

  .form-preview form {
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .nav ul {
    gap: 10px;
  }

  .logo a {
    font-size: 1.5rem;
  }

  .nav ul li a {
    font-size: 0.95rem;
  }

  input,
  button {
    font-size: 0.95rem;
  }

  .about ul,
  .appraisals-section ul {
    font-size: 1rem;
  }
}


/* ——— FORM & UPLOAD LIST ———————————————————————— */
.form-preview{background:#d3cdc1
;border-top:4px solid #333;padding-bottom:60px;}
#upload-status{margin:15px 0;}
.image-list{list-style:none;padding:0;color:#fff;}
.image-list li{margin:5px 0;padding:5px 10px;background:#2d2d2d;border-left:4px solid #333;border-radius:4px;}

/* ——— SUBMISSION PREVIEW (LEFT / RIGHT) ————————— */
.submission-preview{margin-top:35px;padding:20px;background:#8b7355;border:1px solid #333;border-radius:10px;}
.preview-wrapper{display:flex;gap:40px;flex-wrap:wrap;}
.preview-left{flex:1;min-width:250px;background:#fff;color:#000;padding:20px;border-radius:8px;}
.preview-right{flex:1;min-width:300px;position:relative;}

.slider{position:relative;width:100%;height:300px;overflow:hidden;border-radius:8px;}
.slide{display:none;width:100%;height:100%;}
.slide img{width:100%;height:100%;object-fit:contain;border-radius:8px;border:2px solid #333;}

.slider-btn{position:absolute;top:50%;transform:translateY(-50%);background:#333;color:#fff;border:none;font-size:24px;
            padding:10px 15px;cursor:pointer;border-radius:50%;opacity:.75;user-select:none;}
.slider-btn.prev{left:10px;}
.slider-btn.next{right:10px;}

.antique-cues-section {
  background: linear-gradient(135deg, #f5f3f0 0%, #e8e4dd 100%);
  padding: 25px 20px;
  font-family: 'Playfair Display', serif;
}


.section-title {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 15px;
  color: #2a2723;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.section-subtitle {
  text-align: center;
  font-size: 1.1rem;
  color: #6b655b;
  margin-bottom: 50px;
  font-style: italic;
}

.cues-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 30px;
}

.cue-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
}

.cue-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.cue-image {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.cue-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.cue-card:hover .cue-image img {
  transform: scale(1.05);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 60%, rgba(0,0,0,0.4) 100%);
}

.cue-details {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.cue-details h3 {
  font-size: 1.5rem;
  margin: 0 0 8px 0;
  color: #2a2723;
  font-weight: 600;
}

.cue-meta {
  font-size: 0.9rem;
  color: #8a8376;
  margin: 0 0 15px 0;
  font-style: italic;
}

.cue-description {
  font-size: 0.95rem;
  color: #5a5650;
  line-height: 1.5;
  margin: 0 0 20px 0;
  flex-grow: 1;
}

.buy-btn {
  background: #8b7355;
  color: white;
  border: none;
  padding: 12px 20px;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Segoe UI', sans-serif;
}

.buy-btn:hover {
  background: #6b5a43;
  transform: translateY(-2px);
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
  .cues-grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
  
  .section-title {
    font-size: 2.2rem;
  }
  
  .cue-image {
    height: 200px;
  }
}

@media screen and (max-width: 480px) {
  .antique-cues-section {
    padding: 60px 15px;
  }
  
  .section-title {
    font-size: 1.8rem;
  }
  
  .section-subtitle {
    font-size: 1rem;
    margin-bottom: 30px;
  }
  
  .cue-details {
    padding: 20px;
  }
  
  .buy-btn {
    padding: 10px 15px;
    font-size: 0.9rem;
  }
}
/* ICR Header Scoped Styles */
.icr-header {
  background: black;
  padding: 16px 20px;
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.icr-header-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.icr-header-logo img {
  height: 80px;
}

.icr-header-nav {
  display: flex;
  align-items: center;
}

.icr-header-links {
  list-style: none;
  display: flex;
  gap: 24px;
}

.icr-header-links li a {
  color: white;
  font-size: 16px;
  transition: color 0.3s;
  text-decoration: none;
}

.icr-header-links li a:hover {
  color: #8b7355;
}

.icr-btn {
  background: #8b7355;
  color: #111;
  padding: 8px 16px;
  border-radius: 6px;
}

.icr-btn:hover {
  background: #f1f1f1;
}

.icr-hamburger {
  display: none;
  font-size: 24px;
  cursor: pointer;
  margin-left: 20px;
  color: #fff;
}

/* Mobile Styles */
@media (max-width: 768px) {
  .icr-header-links {
    display: none;
    position: absolute;
    top: 70px;
    right: 20px;
    background: #222;
    flex-direction: column;
    gap: 16px;
    padding: 20px;
    border-radius: 8px;
  }

  .icr-header-links.icr-active {
    display: flex;
  }

  .icr-hamburger {
    display: block;
  }
}
@media (max-width: 768px) {
  .about-media{
    padding-left: 40px;
  }
}
.about-class{
  background-color: #8b7355;
}


/* hero */

/* Core Slider Styles */
.ultimate-slider {
  --primary-color: #8b7355;
  --text-color: #fff;
  --bg-color: #757168;
  padding: 1rem;
  width: 100%;
  margin: 0 auto;
}

.slider-wrapper {
  position: relative;
  max-width: 100vw;
  overflow: hidden;
  border-radius: 0;
}

.slider-container {
  display: flex;
  transition: transform 0.5s ease;
  height: auto;
  width: 100%;
}

.slide {
  min-width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--bg-color);
  padding: 2rem 1rem;
  box-sizing: border-box;
}

.slide-img {
  width: 100%;
  max-height: 50vh;
  object-fit: contain;
  margin-top: 1rem;
}

.slide-content {
  text-align: center;
  color: var(--text-color);
  padding: 1rem;
  order: 1;
}

.slide-title {
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  margin-bottom: 0.5rem;
}

.slide-text {
  font-size: clamp(1rem, 3vw, 1.2rem);
  margin-bottom: 1rem;
}

.slide-btn {
  background: var(--primary-color);
  color: #000;
  border: none;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  border-radius: 50px;
  cursor: pointer;
}

/* Navigation */
.slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: white;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1.2rem;
  z-index: 10;
  cursor: pointer;
}

.prev {
  left: 1rem;
}

.next {
  right: 1rem;
}

/* Dots */
.slider-dots {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  border: none;
  cursor: pointer;
  padding: 0;
}

.dot.active {
  background: var(--primary-color);
}

/* Extreme Responsiveness */
@media (orientation: landscape) {
  .slide {
    flex-direction: row;
    align-items: center;
    padding: 1rem;
  }
  
  .slide-content {
    flex: 1;
    padding: 2rem;
    text-align: left;
  }
  
  .slide-img {
    flex: 1;
    max-height: 70vh;
    margin-top: 0;
  }
}

@media (max-width: 320px) {
  .slide-btn {
    padding: 0.3rem 1rem;
    font-size: 0.9rem;
  }
  
  .slider-nav {
    width: 30px;
    height: 30px;
    font-size: 1rem;
  }
}

/* Touch devices */
@media (hover: none) {
  .slider-nav {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
  }
}
.new-footer {
  color: #8b7355;
  font-weight: bold;
}
