/* B2B Corporate Gifting Curation Service - Responsive Styles */

/* Tablet Breakpoint */
@media (max-width: 992px) {
  h1 {
    font-size: 1.9rem;
  }
  
  h2 {
    font-size: 1.6rem;
  }
  
  h3 {
    font-size: 1.3rem;
  }
  
  /* Hero Section */
  .hero-section {
    min-height: 80vh;
    text-align: center;
  }
  
  .hero-decorative {
    width: 150px;
    height: 150px;
  }
  
  /* Section Spacing */
  section {
    padding: 3rem 0;
  }
  
  /* Services */
  .service-item {
    margin-bottom: 1.5rem;
  }
  
  /* Price Plans */
  .price-item.featured {
    transform: none;
    margin-top: 1rem;
  }
  
  /* Team Members */
  .team-member img {
    width: 120px;
    height: 120px;
  }
  
  /* Process Items */
  .process-item {
    padding: 1.5rem 0.5rem;
  }
  
  .process-number {
    width: 50px;
    height: 50px;
    font-size: 1.3rem;
  }
  
  /* Contact Form */
  .contact-form {
    padding: 2rem;
  }
  
  /* Footer */
  footer {
    text-align: center;
  }
  
  .footer-content {
    text-align: center;
  }
}

/* Mobile Breakpoint */
@media (max-width: 768px) {
  /* Typography */
  h1 {
    font-size: 1.7rem;
  }
  
  h2 {
    font-size: 1.4rem;
  }
  
  h3 {
    font-size: 1.2rem;
  }
  
  p {
    font-size: 0.95rem;
  }
  
  /* Header */
  .navbar-brand {
    font-size: 1.2rem;
  }
  
  .navbar {
    padding: 0.6rem 0;
  }
  
  /* Hero Section */
  .hero-section {
    min-height: 70vh;
    padding: 2rem 0;
  }
  
  .hero-decorative {
    width: 100px;
    height: 100px;
  }
  
  .hero-decorative:nth-child(1) {
    top: 5%;
    right: 5%;
  }
  
  .hero-decorative:nth-child(2) {
    bottom: 10%;
    left: 5%;
  }
  
  /* Section Spacing */
  section {
    padding: 2.5rem 0;
  }
  
  .section-title {
    margin-bottom: 2rem;
  }
  
  /* About Features */
  .about-feature {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  .about-feature i {
    font-size: 2rem;
  }
  
  /* Services */
  .service-item {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  .service-price {
    font-size: 1.3rem;
  }
  
  /* Features */
  .feature-item {
    padding: 1.5rem 1rem;
    margin-bottom: 1.5rem;
  }
  
  .feature-item i {
    font-size: 2.5rem;
  }
  
  /* Price Plans */
  .price-item {
    padding: 2rem 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  .price-value {
    font-size: 1.8rem;
  }
  
  /* Team Members */
  .team-member {
    padding: 1rem;
    margin-bottom: 1.5rem;
  }
  
  .team-member img {
    width: 100px;
    height: 100px;
  }
  
  /* Reviews */
  .review-card {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  /* Case Studies */
  .case-item {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  /* Process */
  .process-item {
    padding: 1rem 0.5rem;
    margin-bottom: 1.5rem;
  }
  
  .process-number {
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
  }
  
  /* Timeline */
  .timeline-item {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  .timeline-item::before {
    left: -6px;
    width: 12px;
    height: 12px;
  }
  
  /* Career */
  .career-item {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  /* Core Info */
  .coreinfo-item {
    padding: 1rem;
    margin-bottom: 1rem;
  }
  
  .coreinfo-item i {
    font-size: 1.5rem;
  }
  
  /* Contact */
  .contact-form {
    padding: 1.5rem;
  }
  
  .contact-info {
    padding: 1.5rem 0;
    text-align: center;
  }
  
  .contact-info-item {
    justify-content: center;
    margin-bottom: 1rem;
  }
  
  /* Blog */
  .blog-item {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  /* FAQ */
  .faq-item {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
  
  /* Gallery */
  .gallery-item img {
    height: 200px;
  }
  
  /* Footer */
  footer {
    padding: 2rem 0 1rem;
  }
  
  .footer-content {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  .footer-brand {
    font-size: 1.3rem;
  }
  
  .footer-desc {
    margin-bottom: 1.5rem;
  }
  
  /* Buttons */
  .btn-primary,
  .btn-secondary {
    padding: 0.5rem 1.2rem;
    font-size: 0.95rem;
  }
  
  /* Form Controls */
  .form-control {
    padding: 0.6rem 0.8rem;
    font-size: 0.95rem;
  }
}

/* Small Mobile Breakpoint */
@media (max-width: 576px) {
  /* Typography */
  h1 {
    font-size: 1.5rem;
  }
  
  h2 {
    font-size: 1.3rem;
  }
  
  h3 {
    font-size: 1.1rem;
  }
  
  /* Hero Section */
  .hero-section {
    min-height: 60vh;
  }
  
  /* Section Spacing */
  section {
    padding: 2rem 0;
  }
  
  /* Services */
  .service-item {
    padding: 1.2rem;
  }
  
  /* Price Plans */
  .price-item {
    padding: 1.5rem 1rem;
  }
  
  .price-value {
    font-size: 1.6rem;
  }
  
  /* Contact Form */
  .contact-form {
    padding: 1.2rem;
  }
  
  /* Gallery */
  .gallery-item img {
    height: 180px;
  }
  
  /* Form spacing */
  .mb-3 {
    margin-bottom: 1rem;
  }
}

/* Prevent animations on mobile when prefers-reduced-motion */
@media (max-width: 768px) and (prefers-reduced-motion: no-preference) {
  /* Remove hover animations on mobile */
  .service-item:hover,
  .about-feature:hover,
  .blog-item:hover,
  .gallery-item img:hover {
    transform: none;
  }
  
  .btn-primary:hover,
  .btn-secondary:hover {
    transform: none;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  :root {
    --primary-sage: #5a7a4d;
    --primary-coral: #d64545;
    --primary-navy: #1a1a1a;
    --text-dark: #000000;
    --text-light: #333333;
    --border-light: #cccccc;
  }
  
  .form-control {
    border-width: 3px;
  }
  
  .btn-primary,
  .btn-secondary {
    border-width: 2px;
  }
}

/* Landscape mobile orientation */
@media (max-width: 768px) and (orientation: landscape) {
  .hero-section {
    min-height: 90vh;
  }
  
  section {
    padding: 2rem 0;
  }
}

/* Print styles */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  
  .navbar,
  footer,
  .contact-form,
  .btn-primary,
  .btn-secondary {
    display: none !important;
  }
  
  section {
    page-break-inside: avoid;
    padding: 1rem 0;
  }
  
  h1, h2, h3 {
    page-break-after: avoid;
  }
}

.hero-section h1 {
    padding-top: 150px;
}