/* Lofi Beats Licensing - Responsive CSS */

/* Mobile First Responsive Design */

/* Large devices (desktops, 992px and up) */
@media (max-width: 1199.98px) {
  .hero-title {
    font-size: 2.5rem;
  }
  
  .decorative-blob {
    display: none;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 991.98px) {
  .hero-title {
    font-size: 2.25rem;
  }
  
  .hero-subtitle {
    font-size: 1.125rem;
  }
  
  .section {
    padding: 4rem 0;
  }
  
  .navbar-nav {
    text-align: center;
    background: rgba(0,0,0,0.1);
    border-radius: 10px;
    margin-top: 1rem;
    padding: 1rem;
  }
  
  .service-card {
    margin-bottom: 2rem;
  }
  
  .team-card {
    margin-bottom: 2rem;
  }
  
  .price-card {
    margin-bottom: 2rem;
  }
  
  .price-card.featured {
    transform: none;
    margin-bottom: 2rem;
  }
  
  .contact-form {
    padding: 2rem;
  }
  
  .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 767.98px) {
  /* Disable Swiper autoplay and effects on mobile */
  .swiper {
    --swiper-navigation-size: 0;
  }
  
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
  
  .hero-section {
    min-height: 80vh;
    text-align: center;
  }
  
  .hero-title {
    font-size: 2rem;
  }
  
  .hero-subtitle {
    font-size: 1rem;
  }
  
  .hero-desc {
    font-size: 0.95rem;
  }
  
  .section {
    padding: 3rem 0;
  }
  
  .section-title {
    font-size: 1.75rem;
  }
  
  .section-subtitle {
    font-size: 1rem;
  }
  
  .navbar-brand {
    font-size: 1.125rem !important;
  }
  
  .navbar-toggler {
    border: none;
    padding: 0.25rem 0.5rem;
  }
  
  .navbar-toggler:focus {
    box-shadow: none;
  }
  
  .feature-card {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  .feature-card i {
    font-size: 2.5rem;
  }
  
  .service-card {
    padding: 2rem 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  .service-card img {
    height: 180px;
  }
  
  .service-price {
    font-size: 1.75rem;
  }
  
  .team-card {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  .team-card img {
    width: 120px;
    height: 120px;
  }
  
  .price-card {
    padding: 2rem 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  .price-card.featured {
    transform: none;
  }
  
  .price-card.featured::before {
    top: -5px;
    right: -5px;
    padding: 0.25rem 1rem;
    font-size: 0.75rem;
  }
  
  .review-card {
    padding: 2rem 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  .review-card::before {
    font-size: 3rem;
    top: -15px;
  }
  
  .process-step {
    padding: 1.5rem 1rem;
    margin-bottom: 2rem;
  }
  
  .process-number {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
  
  .timeline-item {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  .timeline-item::before {
    left: -5px;
    width: 15px;
    height: 15px;
  }
  
  .career-card {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  .coreinfo-card {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  .coreinfo-card i {
    font-size: 2.5rem;
  }
  
  .contact-form {
    padding: 1.5rem;
  }
  
  .contact-form .btn-submit {
    padding: 0.875rem 2rem;
  }
  
  .blog-card {
    margin-bottom: 1.5rem;
  }
  
  .blog-card img {
    height: 180px;
  }
  
  .blog-card-body {
    padding: 1.5rem;
  }
  
  .faq-question {
    padding: 1rem;
    font-size: 0.95rem;
  }
  
  .faq-answer {
    padding: 0 1rem 1rem;
    font-size: 0.9rem;
  }
  
  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .gallery-item img {
    height: 200px;
  }
  
  .footer {
    padding: 2rem 0 1rem;
  }
  
  .footer-section {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  
  .case-card {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  .element-card {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .hero-title {
    font-size: 1.75rem;
  }
  
  .hero-subtitle {
    font-size: 0.95rem;
  }
  
  .hero-desc {
    font-size: 0.9rem;
  }
  
  .section {
    padding: 2.5rem 0;
  }
  
  .section-title {
    font-size: 1.5rem;
  }
  
  .section-subtitle {
    font-size: 0.95rem;
  }
  
  .section-desc {
    font-size: 0.9rem;
  }
  
  .feature-card {
    padding: 1.25rem;
  }
  
  .feature-card i {
    font-size: 2rem;
  }
  
  .service-card {
    padding: 1.5rem 1rem;
  }
  
  .service-card img {
    height: 150px;
  }
  
  .service-price {
    font-size: 1.5rem;
  }
  
  .team-card {
    padding: 1.25rem;
  }
  
  .team-card img {
    width: 100px;
    height: 100px;
  }
  
  .price-card {
    padding: 1.5rem 1rem;
  }
  
  .review-card {
    padding: 1.5rem 1rem;
  }
  
  .review-card::before {
    font-size: 2.5rem;
    top: -10px;
  }
  
  .process-number {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }
  
  .timeline-item {
    padding: 1.25rem;
  }
  
  .career-card {
    padding: 1.25rem;
  }
  
  .coreinfo-card {
    padding: 1.25rem;
  }
  
  .coreinfo-card i {
    font-size: 2rem;
  }
  
  .contact-form {
    padding: 1.25rem;
  }
  
  .blog-card img {
    height: 150px;
  }
  
  .blog-card-body {
    padding: 1.25rem;
  }
  
  .faq-question {
    padding: 0.875rem;
    font-size: 0.9rem;
  }
  
  .faq-answer {
    padding: 0 0.875rem 0.875rem;
    font-size: 0.85rem;
  }
  
  .gallery-item img {
    height: 180px;
  }
  
  .footer {
    padding: 1.5rem 0 1rem;
  }
  
  .case-card {
    padding: 1.25rem;
  }
  
  .element-card {
    padding: 1.25rem;
  }
  
  /* Breadcrumb adjustments */
  .breadcrumb-nav {
    padding: 0.75rem 0;
  }
  
  .breadcrumb-nav img {
    height: 20px;
  }
}

/* Specific mobile optimizations for Swiper */
@media (max-width: 767.98px) {
  .swiper {
    overflow: visible;
  }
  
  .swiper-wrapper {
    transition-timing-function: linear;
  }
  
  .swiper-slide {
    width: 100% !important;
    margin-right: 0 !important;
  }
  
  /* Disable autoplay and effects on mobile */
  .swiper[data-swiper-autoplay] {
    --swiper-autoplay-delay: 99999999;
  }
  
  .testimonial-slider .swiper-slide {
    padding: 0 1rem;
  }
}

/* High DPI displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .hero-section::before {
    background-image: url('../KEG_images/hero-bg@2x.webp');
  }
}

/* Landscape orientation adjustments */
@media (orientation: landscape) and (max-height: 600px) {
  .hero-section {
    min-height: 100vh;
    padding: 2rem 0;
  }
  
  .hero-title {
    font-size: 2rem;
  }
  
  .hero-subtitle {
    font-size: 1rem;
  }
  
  .section {
    padding: 3rem 0;
  }
}

/* Touch device optimizations */
@media (hover: none) and (pointer: coarse) {
  .feature-card:hover,
  .service-card:hover,
  .team-card:hover,
  .price-card:hover,
  .review-card:hover,
  .blog-card:hover,
  .gallery-item:hover,
  .element-card:hover,
  .case-card:hover,
  .career-card:hover,
  .coreinfo-card:hover {
    transform: none;
  }
  
  .navbar-nav .nav-link:hover {
    transform: none;
  }
  
  .btn-gradient:hover,
  .contact-form .btn-submit:hover {
    transform: none;
  }
}

/* Print styles */
@media print {
  .navbar,
  .footer,
  .contact-section,
  .swiper-pagination,
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  
  .section {
    page-break-inside: avoid;
    padding: 1rem 0;
  }
  
  .hero-section {
    min-height: auto;
    padding: 2rem 0;
  }
  
  .hero-section::before {
    display: none;
  }
  
  body {
    font-size: 12pt;
    line-height: 1.4;
  }
  
  h1 { font-size: 18pt; }
  h2 { font-size: 16pt; }
  h3 { font-size: 14pt; }
  h4 { font-size: 13pt; }
  h5 { font-size: 12pt; }
  h6 { font-size: 11pt; }
} 