/* ==========================================
   Tridev Relocation Packers & Movers
   DESKTOP-SPECIFIC STYLESHEET (css/desktop.css)
   ========================================== */

@media screen and (min-width: 769px) {
  /* Typography & Layout adjustments for larger screens */
  body {
    font-size: 16px;
  }

  section {
    padding: 100px 0;
  }

  .section-title-wrap {
    margin-bottom: 60px;
  }

  .section-title {
    font-size: 2.6rem;
  }

  /* Navigation Enhancement */
  header {
    padding: 12px 0;
  }
  .nav-container {
    width: 85%;
  }
  .logo-img {
    width: 52px;
    height: 52px;
    border-width: 2.5px;
    padding: 2.5px;
  }
  header.scrolled .logo-img {
    width: 42px;
    height: 42px;
    border-width: 2px;
    padding: 2px;
  }
  .logo-text {
    font-size: 1.4rem;
  }
  .logo-text span {
    font-size: 0.8rem;
  }

  /* Hide Hamburger, Show Inline Nav */
  .hamburger {
    display: none !important;
  }
  .nav-menu {
    position: static;
    height: auto;
    width: auto;
    max-width: none;
    background: transparent !important;
    box-shadow: none;
    flex-direction: row;
    gap: 15px;
    padding: 0;
  }
  .nav-link {
    font-size: 0.95rem;
    font-weight: 500;
    padding: 6px 12px;
    position: relative;
    color: #FFFFFF;
    display: inline-block;
    transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.25s ease;
  }
  .nav-link:hover {
    transform: translateY(-2px);
  }
  .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 12px;
    width: 0;
    height: 2.5px;
    background: #0A192F;
    border-radius: 2px;
    transition: width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .nav-link:hover::after, .nav-link.active::after {
    width: calc(100% - 24px);
  }
  .nav-link.active, .nav-link:hover {
    background: transparent;
    color: #0A192F !important;
  }
  body.dark .nav-link {
    color: #FFFFFF;
  }
  body.dark .nav-link::after {
    background: #FFFFFF;
  }
  body.dark .nav-link.active, body.dark .nav-link:hover {
    color: #FFFFFF !important;
  }

  /* Hero Section Desktop */
  .hero-content-wrap {
    text-align: left;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    align-items: center;
    gap: 40px;
  }
  .hero-text-side {
    text-align: left;
  }
  .hero-title {
    font-size: 3.8rem;
    line-height: 1.15;
    margin-bottom: 20px;
  }
  .hero-subtitle {
    font-size: 1.35rem;
    margin-bottom: 40px;
  }
  .hero-buttons {
    flex-direction: row;
    justify-content: flex-start;
    gap: 20px;
  }
  .hero-buttons .btn {
    width: auto;
  }

  /* Glassmorphic Quick Quote Form in Hero (Desktop side layout) */
  .hero-quick-quote {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(10, 25, 47, 0.1);
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(10, 25, 47, 0.08);
    animation: fadeInUp 1s ease-out 0.2s both;
  }
  body.dark .hero-quick-quote {
    background: rgba(10, 25, 47, 0.65);
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  }
  .hero-quick-quote h3 {
    font-family: var(--font-headings);
    font-size: 1.4rem;
    margin-bottom: 20px;
    color: var(--text-dark);
    text-align: center;
  }
  body.dark .hero-quick-quote h3 {
    color: #FFFFFF;
  }
  .hero-quick-quote .form-input {
    background: rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(10, 25, 47, 0.12);
    color: var(--text-dark) !important;
    margin-bottom: 15px;
  }
  body.dark .hero-quick-quote .form-input {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #FFFFFF !important;
  }
  .hero-quick-quote .form-input:focus {
    border-color: var(--primary);
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 0 3px rgba(99, 197, 218, 0.25);
  }
  body.dark .hero-quick-quote .form-input:focus {
    background: rgba(255, 255, 255, 0.1);
  }
  .hero-quick-quote label {
    background: #FFFFFF !important;
    color: var(--text-muted) !important;
  }
  body.dark .hero-quick-quote label {
    background: #112240 !important;
    color: rgba(255, 255, 255, 0.6) !important;
  }
  .hero-quick-quote .form-input:focus + label,
  .hero-quick-quote .form-input:not(:placeholder-shown) + label {
    color: var(--primary) !important;
  }

  /* Stats Counter Grid */
  .stats-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    width: 85%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .stat-card {
    border-right: 1px solid rgba(255,255,255,0.1);
  }
  .stat-card:last-child {
    border-right: none;
  }
  .stat-num {
    font-size: 3.2rem;
  }
  .stat-label {
    font-size: 0.95rem;
  }

  /* About Section Desktop */
  .about-grid {
    grid-template-columns: 1fr 1.1fr;
    display: grid;
    align-items: center;
    gap: 80px;
  }
  .about-collage {
    height: 480px;
    gap: 20px;
  }
  .about-collage .about-img {
    transition: var(--transition-slow);
  }
  .about-collage:hover .about-img-1 {
    transform: translate(-10px, -10px);
  }
  .about-collage:hover .about-img-2 {
    transform: translate(10px, 10px);
  }

  /* Services Section Desktop */
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .service-card {
    padding: 35px 30px;
  }

  /* Why Choose Us Desktop */
  .why-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }

  /* Pricing Grid Desktop */
  .pricing-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .pricing-card {
    padding: 40px 30px;
  }
  .pricing-card.featured::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    box-shadow: 0 0 30px rgba(99, 197, 218, 0.25);
    pointer-events: none;
  }

  /* Process Timeline Desktop (Alternating vertical layout) */
  .timeline-container {
    padding-left: 0;
    max-width: 900px;
    margin: 60px auto 0;
  }
  .timeline-container::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .timeline-step {
    width: 50%;
    padding: 0 40px;
    margin-bottom: 50px;
  }
  .timeline-step:nth-child(odd) {
    left: 0;
    text-align: right;
  }
  .timeline-step:nth-child(even) {
    left: 50%;
    text-align: left;
  }
  .timeline-dot {
    left: auto;
    right: -6px;
  }
  .timeline-step:nth-child(odd) .timeline-dot {
    right: -6px;
  }
  .timeline-step:nth-child(even) .timeline-dot {
    left: -6px;
  }

  /* Quote Form Grid Desktop */
  .quote-form-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  /* Gallery Section Desktop (Masonry Grid) */
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }
  .gallery-item {
    height: 280px;
  }

  /* FAQs Desktop */
  .faq-wrapper {
    gap: 20px;
  }
  .faq-header-btn {
    padding: 24px 30px;
    font-size: 1.1rem;
  }

  /* Contact Us Desktop */
  .contact-grid {
    grid-template-columns: 1fr 1.2fr;
    display: grid;
    gap: 40px;
    align-items: stretch;
  }
  .contact-info-card {
    padding: 35px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .contact-info-card .map-container {
    flex-grow: 1;
    margin-top: 20px;
    height: auto;
    min-height: 250px;
  }
  .map-container {
    height: 380px;
  }

  /* Footer Desktop */
  .footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 40px;
  }

  /* Admin Dashboard layout enhancements */
  .admin-layout {
    flex-direction: row;
  }
  .admin-sidebar {
    width: 260px;
    background: var(--secondary);
    color: var(--white);
    border-right: 1px solid rgba(255,255,255,0.08);
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    min-height: 100vh;
  }
  .admin-sidebar-logo {
    padding: 25px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
  }
  .admin-sidebar-nav {
    display: flex;
    flex-direction: column;
    padding: 20px 10px;
    gap: 8px;
  }
  .admin-nav-btn {
    width: 100%;
    text-align: left;
    padding: 12px 18px;
  }
  .admin-nav {
    display: none;
  }
  .admin-content-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    background: var(--bg-light);
  }
  .admin-header {
    background: var(--white);
    color: var(--text-dark);
    border-bottom: 1px solid var(--light-gray);
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
  }
  body.dark .admin-header {
    background: var(--secondary-light);
    color: var(--white);
    border-color: rgba(255,255,255,0.05);
  }
  .admin-card-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
  }
  .admin-main {
    padding: 30px;
  }
  .table-responsive {
    margin-top: 25px;
  }
  .admin-table th, .admin-table td {
    padding: 18px 20px;
  }

  /* Service Coverage Section Desktop */
  .coverage-grid {
    grid-template-columns: 1fr 2fr;
    gap: 50px;
  }
  .coverage-card {
    text-align: left;
  }
  .coverage-cities-wrap {
    justify-content: flex-start;
  }
}
