/*
 * Digital Assets UI Kit Marketplace Template
 * Responsive CSS File
 * Mobile and Tablet Optimization
 */

/* Mobile First Responsive Design */

/* Extra Small Devices (phones, 576px and down) */
@media (max-width: 575.98px) {
  /* Conservative Typography for Mobile */
  h1 {
    font-size: 1.5rem;
  }
  
  h2 {
    font-size: 1.375rem;
  }
  
  h3 {
    font-size: 1.25rem;
  }
  
  h4 {
    font-size: 1.125rem;
  }
  
  /* Section Padding Reduction */
  .section {
    padding: 3rem 0;
  }
  
  /* Hero Section Mobile */
  .hero-section {
    min-height: 80vh;
    text-align: center;
  }
  
  .hero-decorative {
    display: none;
  }
  
  /* Card Padding Reduction */
  .service-card,
  .price-card,
  .review-card,
  .faq-card,
  .contact-form,
  .career-item,
  .casestudy-card {
    padding: 1.5rem;
  }
  
  /* Team Photo Size */
  .team-photo {
    width: 120px;
    height: 120px;
  }
  
  /* Icon Sizes */
  .feature-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
  
  .coreinfo-icon {
    width: 80px;
    height: 80px;
    font-size: 2rem;
  }
  
  .process-number {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }
  
  /* Price Card Text */
  .price-card .price {
    font-size: 2rem;
  }
  
  .price-card.featured {
    transform: none;
    margin: 1rem 0;
  }
  
  /* Gallery Images */
  .gallery-item img {
    height: 200px;
  }
  
  /* Blog Card Images */
  .blog-card .card-img-top {
    height: 150px;
  }
  
  /* Service Card Images */
  .service-card .card-img-top {
    height: 150px;
  }
  
  /* Form Spacing */
  .form-control {
    margin-bottom: 1rem;
  }
  
  /* Button Sizing */
  .btn-primary {
    padding: 0.625rem 1.5rem;
    width: 100%;
  }
  
  /* Footer Spacing */
  .footer {
    padding: 2rem 0 1rem;
  }
  
  /* NO ANIMATIONS ON MOBILE - Prohibited */
  .service-card:hover,
  .gallery-item:hover img,
  .blog-card:hover,
  .btn-primary:hover {
    transform: none;
  }
  
  /* Timeline Mobile */
  .timeline-item {
    margin-left: 0;
    border-left: 2px solid var(--primary-gold);
  }
}

/* Small Devices (tablets, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Section Padding */
  .section {
    padding: 4rem 0;
  }
  
  /* Hero Section */
  .hero-section {
    min-height: 90vh;
  }
  
  /* Card Padding */
  .service-card,
  .price-card,
  .review-card,
  .faq-card,
  .contact-form,
  .career-item,
  .casestudy-card {
    padding: 1.75rem;
  }
  
  /* Team Photo */
  .team-photo {
    width: 140px;
    height: 140px;
  }
  
  /* Icons */
  .feature-icon {
    width: 70px;
    height: 70px;
    font-size: 1.75rem;
  }
  
  .coreinfo-icon {
    width: 90px;
    height: 90px;
    font-size: 2.25rem;
  }
  
  /* Price Cards */
  .price-card .price {
    font-size: 2.5rem;
  }
  
  .price-card.featured {
    transform: scale(1.02);
  }
  
  /* Gallery and Blog Images */
  .gallery-item img {
    height: 220px;
  }
  
  .blog-card .card-img-top {
    height: 180px;
  }
  
  .service-card .card-img-top {
    height: 180px;
  }
  
  /* NO SCROLL ANIMATIONS ON MOBILE - Prohibited */
  .service-card:hover,
  .gallery-item:hover img,
  .blog-card:hover {
    transform: none;
  }
}

/* Medium Devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Typography */
  h1 {
    font-size: 1.75rem;
  }
  
  h2 {
    font-size: 1.5rem;
  }
  
  /* Section Padding */
  .section {
    padding: 4.5rem 0;
  }
  
  /* Hero Section */
  .hero-section {
    min-height: 95vh;
  }
  
  /* Card Grid Adjustments */
  .service-card,
  .price-card {
    margin-bottom: 2rem;
  }
  
  /* Team Grid */
  .team-member {
    margin-bottom: 2.5rem;
  }
  
  /* Feature Icons */
  .feature-icon {
    width: 75px;
    height: 75px;
  }
  
  .coreinfo-icon {
    width: 95px;
    height: 95px;
  }
  
  /* Process Steps */
  .process-step {
    margin-bottom: 2.5rem;
  }
}

/* Large Devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* Full Section Padding */
  .section {
    padding: 5rem 0;
  }
  
  /* Hero Section */
  .hero-section {
    min-height: 100vh;
  }
  
  /* Typography */
  h1 {
    font-size: 1.875rem;
  }
  
  /* Card Hover Effects Enabled */
  .service-card:hover {
    transform: translateY(-5px);
  }
  
  .blog-card:hover {
    transform: translateY(-5px);
  }
  
  .gallery-item:hover img {
    transform: scale(1.05);
  }
  
  .btn-primary:hover {
    transform: translateY(-2px);
  }
}

/* Extra Large Devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  /* Full Typography */
  h1 {
    font-size: 2rem;
  }
  
  h2 {
    font-size: 1.75rem;
  }
  
  /* Full Hero Section */
  .hero-section {
    min-height: 100vh;
  }
  
  /* Hero Decorative Element */
  .hero-decorative {
    display: block;
  }
  
  /* Full Card Padding */
  .service-card,
  .price-card,
  .review-card,
  .faq-card,
  .contact-form,
  .career-item,
  .casestudy-card {
    padding: 2rem;
  }
  
  /* Full Icon Sizes */
  .feature-icon {
    width: 80px;
    height: 80px;
    font-size: 2rem;
  }
  
  .coreinfo-icon {
    width: 100px;
    height: 100px;
    font-size: 2.5rem;
  }
  
  /* Price Card Enhancement */
  .price-card.featured {
    transform: scale(1.05);
  }
  
  /* Full Hover Effects */
  .service-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-medium);
  }
  
  .blog-card:hover {
    transform: translateY(-5px);
  }
  
  .gallery-item:hover img {
    transform: scale(1.05);
  }
  
  .btn-primary:hover {
    transform: translateY(-2px);
  }
}

/* Landscape Orientation Adjustments */
@media (orientation: landscape) and (max-height: 667px) {
  .hero-section {
    min-height: 100vh;
    padding: 2rem 0;
  }
  
  .section {
    padding: 3rem 0;
  }
}

/* Print Styles */
@media print {
  * {
    box-shadow: none !important;
    transform: none !important;
    transition: none !important;
  }
  
  .hero-decorative {
    display: none;
  }
  
  .navbar {
    box-shadow: none;
  }
  
  .section {
    padding: 2rem 0;
  }
  
  .card {
    break-inside: avoid;
  }
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
  .service-card,
  .price-card,
  .review-card,
  .faq-card,
  .contact-form,
  .career-item,
  .casestudy-card,
  .blog-card {
    border: 2px solid var(--dark-gray);
  }
  
  .form-control {
    border: 2px solid var(--dark-gray);
  }
  
  .btn-primary {
    border: 2px solid var(--dark-purple);
  }
}

/* Reduced Data Mode */
@media (prefers-reduced-data: reduce) {
  .hero-decorative {
    display: none;
  }
  
  .card-img-top,
  .gallery-item img {
    display: none;
  }
}

/* Container Max Width Adjustments */
@media (min-width: 1400px) {
  .container-xxl {
    max-width: 1320px;
  }
} 

.hero-content {
    padding-top: 100px;
}