/* ===== RESPONSIVE STYLES FOR ETHICAL GEMSTONE SOURCING SAAS ===== */

/* Mobile First Approach */

/* Extra Small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
  /* Typography adjustments */
  h1 {
    font-size: 2rem;
  }
  
  h2 {
    font-size: 1.5rem;
  }
  
  h3 {
    font-size: 1.25rem;
  }
  
  /* Section padding */
  section {
    padding: 2rem 0;
  }
  
  /* Hero section */
  #hero {
    min-height: 90vh;
    padding-top: 60px;
    text-align: center;
  }
  
  .hero-decorative {
    width: 100px;
    height: 100px;
    top: -30px;
    right: -30px;
  }
  
  /* Disable animations on mobile as per requirements */
  .feature-card:hover,
  .service-card:hover,
  .team-card:hover,
  .blog-card:hover,
  .gallery-item:hover {
    transform: none;
  }
  
  .btn-primary-custom:hover {
    transform: none;
  }
  
  /* Card adjustments */
  .feature-card,
  .service-card,
  .price-card,
  .team-card,
  .review-card,
  .case-card,
  .career-card,
  .info-card,
  .blog-card {
    margin-bottom: 2rem;
  }
  
  /* Price cards */
  .price-card.featured {
    transform: none;
  }
  
  /* Contact form */
  .contact-form {
    padding: 2rem;
  }
  
  /* Gallery items */
  .gallery-item {
    height: 200px;
  }
  
  /* Process steps */
  .process-step {
    padding: 1rem;
  }
  
  .process-number {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }
  
  /* Team photos */
  .team-photo {
    width: 100px;
    height: 100px;
  }
  
  /* Info icons */
  .info-icon {
    width: 60px;
    height: 60px;
  }
  
  /* Feature icons */
  .feature-icon {
    width: 50px;
    height: 50px;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  h1 {
    font-size: 2.25rem;
  }
  
  section {
    padding: 3rem 0;
  }
  
  #hero {
    min-height: 95vh;
  }
  
  .hero-decorative {
    width: 150px;
    height: 150px;
    top: -40px;
    right: -40px;
  }
  
  /* Disable hover animations on mobile */
  .feature-card:hover,
  .service-card:hover,
  .team-card:hover,
  .blog-card:hover,
  .gallery-item:hover {
    transform: none;
  }
  
  .btn-primary-custom:hover {
    transform: none;
  }
  
  .price-card.featured {
    transform: none;
  }
  
  .gallery-item {
    height: 220px;
  }
  
  .contact-form {
    padding: 2.5rem;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  section {
    padding: 3.5rem 0;
  }
  
  #hero {
    min-height: 100vh;
  }
  
  .gallery-item {
    height: 240px;
  }
  
  /* Enable hover effects for tablets and up */
  .feature-card:hover {
    transform: translateY(-5px);
  }
  
  .service-card:hover {
    border-color: var(--emerald-dark);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  }
  
  .team-card:hover {
    transform: translateY(-5px);
  }
  
  .blog-card:hover {
    transform: translateY(-5px);
  }
  
  .gallery-item:hover {
    transform: scale(1.02);
  }
  
  .btn-primary-custom:hover {
    transform: translateY(-2px);
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  section {
    padding: 4rem 0;
  }
  
  .gallery-item {
    height: 250px;
  }
  
  /* Full hover effects */
  .feature-card:hover {
    transform: translateY(-5px);
  }
  
  .service-card:hover {
    border-color: var(--emerald-dark);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  }
  
  .team-card:hover {
    transform: translateY(-5px);
  }
  
  .blog-card:hover {
    transform: translateY(-5px);
  }
  
  .gallery-item:hover {
    transform: scale(1.05);
  }
  
  .btn-primary-custom:hover {
    transform: translateY(-2px);
  }
  
  .price-card.featured {
    transform: scale(1.05);
  }
  
  .price-card:hover {
    border-color: var(--sage-dark);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
  
  section {
    padding: 4rem 0;
  }
  
  .gallery-item {
    height: 280px;
  }
  
  /* Full desktop experience with all hover effects */
  .feature-card:hover {
    transform: translateY(-5px);
  }
  
  .service-card:hover {
    border-color: var(--emerald-dark);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  }
  
  .team-card:hover {
    transform: translateY(-5px);
  }
  
  .blog-card:hover {
    transform: translateY(-5px);
  }
  
  .gallery-item:hover {
    transform: scale(1.05);
  }
  
  .btn-primary-custom:hover {
    transform: translateY(-2px);
  }
  
  .price-card.featured {
    transform: scale(1.05);
  }
  
  .price-card:hover {
    border-color: var(--sage-dark);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
  }
  
  .career-card:hover {
    background: white;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  }
}

/* Navigation adjustments */
@media (max-width: 991.98px) {
  .navbar-collapse {
    background-color: white;
    border-radius: 10px;
    margin-top: 1rem;
    padding: 1rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  }
  
  .navbar-nav .nav-link {
    padding: 0.75rem 0;
    border-bottom: 1px solid #f0f0f0;
  }
  
  .navbar-nav .nav-link:last-child {
    border-bottom: none;
  }
}

/* Utility classes for responsive behavior */
.mobile-center {
  text-align: center;
}

@media (min-width: 768px) {
  .mobile-center {
    text-align: left;
  }
}

/* Responsive spacing utilities */
.mb-mobile-2 {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .mb-mobile-2 {
    margin-bottom: 0;
  }
}

/* Responsive text alignment */
.text-center-mobile {
  text-align: center;
}

@media (min-width: 768px) {
  .text-center-mobile {
    text-align: left;
  }
}

/* Image responsiveness */
img {
  max-width: 100%;
  height: auto;
}

/* Responsive iframe and video */
iframe,
video {
  max-width: 100%;
  height: auto;
}

/* Print styles */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  
  .navbar,
  .btn,
  .footer {
    display: none !important;
  }
  
  section {
    padding: 1rem 0;
    page-break-inside: avoid;
  }
  
  h1, h2, h3 {
    page-break-after: avoid;
  }
} 

body {
    overflow-x: hidden;
}

.hero-content {
    padding-top: 250px;
}