/* ===== RESPONSIVE STYLES - ORGANIC URBAN MUSHROOM FARMING KIT ===== */

/* Tablet Styles - Large tablets and small laptops */
@media (max-width: 1199.98px) {
  .container {
    max-width: 960px;
  }
  
  .hero-title {
    font-size: 2.55rem;
  }
  
  .section-title h2 {
    font-size: 1.94rem;
  }
  
  .navbar-brand {
    font-size: 1.32rem;
  }
}

/* Medium tablets */
@media (max-width: 991.98px) {
  .container {
    max-width: 720px;
  }
  
  .hero {
    text-align: center;
    padding: 2rem 0;
  }
  
  .hero-title {
    font-size: 2.26rem;
    margin-bottom: 1rem;
  }
  
  .hero-subtitle {
    font-size: 1.11rem;
  }
  
  .hero-desc {
    font-size: 1rem;
  }
  
  .section {
    padding: 3rem 0;
  }
  
  .section-title h2 {
    font-size: 1.74rem;
  }
  
  .navbar-collapse {
    background-color: var(--light-cream);
    padding: 1rem;
    border-radius: 0.5rem;
    margin-top: 1rem;
    box-shadow: 0 5px 4px rgba(0,0,0,0.1);
  }
  
  .navbar-nav .nav-link {
    padding: 0.75rem 1rem;
    text-align: center;
    border-bottom: 1px solid var(--light-sage);
  }
  
  .navbar-nav .nav-link:last-child {
    border-bottom: none;
  }
  
  .contact-form {
    padding: 2rem;
  }
  
  .team-member img {
    width: 120px;
    height: 120px;
  }
  
  .process-step-number {
    width: 50px;
    height: 50px;
    font-size: 1.39rem;
  }
  
  .timeline-item {
    padding-left: 2.5rem;
  }
  
  .timeline-item::before {
    width: 15px;
    height: 15px;
  }
  
  .timeline-item::after {
    left: 7px;
  }
}

/* Small tablets and large phones */
@media (max-width: 767.98px) {
  .container {
    max-width: 540px;
  }
  
  .hero {
    min-height: 80vh;
    padding: 1.5rem 0;
  }
  
  .hero-title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  
  .hero-subtitle {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  
  .hero-desc {
    font-size: 0.97rem;
    margin-bottom: 1.59rem;
  }
  
  .section {
    padding: 2.5rem 0;
  }
  
  .section-title h2 {
    font-size: 1.59rem;
  }
  
  .section-subtitle {
    font-size: 1rem;
  }
  
  .section-desc {
    font-size: 1.02rem;
  }
  
  .navbar-brand {
    font-size: 1.25rem;
  }
  
  .navbar-toggler {
    border: none;
    padding: 0.25rem 0.5rem;
  }
  
  .navbar-toggler:focus {
    box-shadow: none;
  }
  
  .card {
    margin-bottom: 1.72rem;
  }
  
  .card-header {
    padding: 1rem;
  }
  
  .card-body {
    padding: 1.5rem;
  }
  
  .service-item {
    padding: 1.5rem;
    margin-bottom: 1.62rem;
  }
  
  .service-price {
    font-size: 1.38rem;
  }
  
  .team-member {
    padding: 1rem;
    margin-bottom: 1.69rem;
  }
  
  .team-member img {
    width: 100px;
    height: 100px;
  }
  
  .team-member-name {
    font-size: 1.23rem;
  }
  
  .team-member-role {
    font-size: 0.97rem;
  }
  
  .contact-form {
    padding: 1.5rem;
  }
  
  .form-control {
    padding: 0.6rem 0.8rem;
  }
  
  .btn-primary,
  .btn-secondary {
    padding: 0.6rem 1.5rem;
    font-size: 0.91rem;
  }
  
  .footer {
    padding: 2rem 0 1rem;
  }
  
  .footer h5 {
    font-size: 1.12rem;
  }
  
  .footer p {
    font-size: 0.91rem;
  }
  
  .gallery img {
    height: 200px;
  }
  
  .price-plan {
    padding: 1.5rem;
    margin-bottom: 1.74rem;
  }
  
  .price-plan-price {
    font-size: 1.84rem;
  }
  
  .process-step {
    padding: 1.5rem;
    margin-bottom: 1.66rem;
  }
  
  .process-step-number {
    width: 45px;
    height: 45px;
    font-size: 1.34rem;
  }
  
  .faq-item {
    padding: 1.2rem;
  }
  
  .faq-question {
    font-size: 1rem;
  }
  
  .faq-answer {
    font-size: 1.05rem;
  }
  
  .core-info-item {
    padding: 1.2rem;
    margin-bottom: 1.74rem;
  }
  
  .core-info-item i {
    font-size: 1.91rem;
  }
  
  .timeline-item {
    padding-left: 2rem;
    margin-bottom: 1.60rem;
  }
  
  .timeline-item::before {
    width: 12px;
    height: 12px;
  }
  
  .timeline-item::after {
    left: 5px;
  }
  
  .career-item {
    padding: 1.5rem;
    margin-bottom: 1.63rem;
  }
  
  .blog-item {
    padding: 1.5rem;
    margin-bottom: 1.64rem;
  }
  
  .blog-item-title {
    font-size: 1.12rem;
  }
  
  .blog-item-excerpt {
    font-size: 1.04rem;
  }
  
  .review-item {
    padding: 1.5rem;
    margin-bottom: 1.61rem;
  }
  
  .review-text {
    font-size: 0.92rem;
  }
  
  .casestudy-item {
    padding: 1.5rem;
    margin-bottom: 1.66rem;
  }
  
  .casestudy-item-title {
    font-size: 1.15rem;
  }
  
  .casestudy-item-desc {
    font-size: 1.02rem;
  }
  
  .feature-item {
    padding: 1.5rem;
    margin-bottom: 1.60rem;
  }
  
  .feature-item i {
    font-size: 2.27rem;
  }
  
  .about-feature {
    padding: 1.2rem;
    margin-bottom: 1.68rem;
  }
  
  .about-feature i {
    font-size: 1.89rem;
  }
  
  .contact-info {
    padding: 1.5rem;
    margin-bottom: 1.56rem;
  }
  
  .contact-info-item i {
    font-size: 1.40rem;
  }
  
  #space {
    min-height: 50vh;
    margin: 1.5rem 0;
  }
}

/* Mobile phones */
@media (max-width: 575.98px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
  
  .hero {
    min-height: 70vh;
    padding: 1rem 0;
  }
  
  .hero-title {
    font-size: 1.87rem;
    margin-bottom: 0.95rem;
  }
  
  .hero-subtitle {
    font-size: 1.08rem;
    margin-bottom: 1rem;
  }
  
  .hero-desc {
    font-size: 0.92rem;
    margin-bottom: 1.65rem;
  }
  
  .section {
    padding: 2rem 0;
  }
  
  .section-title h2 {
    font-size: 1.49rem;
  }
  
  .section-subtitle {
    font-size: 1.07rem;
  }
  
  .section-desc {
    font-size: 0.88rem;
  }
  
  .navbar {
    padding: 0.75rem 0;
  }
  
  .navbar-brand {
    font-size: 1.22rem;
  }
  
  .navbar-nav .nav-link {
    font-size: 0.93rem;
    padding: 0.6rem 0.8rem;
  }
  
  .card-header {
    padding: 0.75rem;
  }
  
  .card-body {
    padding: 1.2rem;
  }
  
  .service-item {
    padding: 1.2rem;
    margin-bottom: 1.30rem;
  }
  
  .service-price {
    font-size: 1.25rem;
  }
  
  .team-member {
    padding: 0.8rem;
    margin-bottom: 1.32rem;
  }
  
  .team-member img {
    width: 80px;
    height: 80px;
  }
  
  .team-member-name {
    font-size: 1rem;
  }
  
  .team-member-role {
    font-size: 0.94rem;
  }
  
  .contact-form {
    padding: 1.2rem;
  }
  
  .form-control {
    padding: 0.5rem 0.7rem;
    font-size: 1.00rem;
  }
  
  .form-label {
    font-size: 1.01rem;
  }
  
  .btn-primary,
  .btn-secondary {
    padding: 0.5rem 1.2rem;
    font-size: 0.93rem;
  }
  
  .footer {
    padding: 1.5rem 0 0.5rem;
  }
  
  .footer h5 {
    font-size: 1rem;
  }
  
  .footer p {
    font-size: 0.92rem;
  }
  
  .gallery img {
    height: 150px;
  }
  
  .price-plan {
    padding: 1.2rem;
    margin-bottom: 1.27rem;
  }
  
  .price-plan-price {
    font-size: 1.55rem;
  }
  
  .process-step {
    padding: 1.2rem;
    margin-bottom: 1.32rem;
  }
  
  .process-step-number {
    width: 40px;
    height: 40px;
    font-size: 1.18rem;
  }
  
  .faq-item {
    padding: 1rem;
  }
  
  .faq-question {
    font-size: 0.98rem;
  }
  
  .faq-answer {
    font-size: 0.90rem;
  }
  
  .core-info-item {
    padding: 1rem;
    margin-bottom: 1.38rem;
  }
  
  .core-info-item i {
    font-size: 1.72rem;
  }
  
  .timeline-item {
    padding-left: 1.5rem;
    margin-bottom: 1.39rem;
  }
  
  .timeline-item::before {
    width: 10px;
    height: 10px;
  }
  
  .timeline-item::after {
    left: 4px;
  }
  
  .career-item {
    padding: 1.2rem;
    margin-bottom: 1.43rem;
  }
  
  .blog-item {
    padding: 1.2rem;
    margin-bottom: 1.41rem;
  }
  
  .blog-item-title {
    font-size: 1rem;
  }
  
  .blog-item-excerpt {
    font-size: 0.99rem;
  }
  
  .review-item {
    padding: 1.2rem;
    margin-bottom: 1.41rem;
  }
  
  .review-text {
    font-size: 0.94rem;
  }
  
  .casestudy-item {
    padding: 1.2rem;
    margin-bottom: 1.28rem;
  }
  
  .casestudy-item-title {
    font-size: 1rem;
  }
  
  .casestudy-item-desc {
    font-size: 0.89rem;
  }
  
  .feature-item {
    padding: 1.2rem;
    margin-bottom: 1.39rem;
  }
  
  .feature-item i {
    font-size: 2rem;
  }
  
  .about-feature {
    padding: 1rem;
    margin-bottom: 1.40rem;
  }
  
  .about-feature i {
    font-size: 1.61rem;
  }
  
  .contact-info {
    padding: 1.2rem;
    margin-bottom: 1.38rem;
  }
  
  .contact-info-item i {
    font-size: 1.23rem;
  }
  
  #space {
    min-height: 40vh;
    margin: 1rem 0;
  }
  
  .breadcrumb-item img {
    width: 16px;
    height: 16px;
  }
}

/* Very small mobile phones */
@media (max-width: 374.98px) {
  .hero-title {
    font-size: 1.66rem;
  }
  
  .hero-subtitle {
    font-size: 0.98rem;
  }
  
  .hero-desc {
    font-size: 0.83rem;
  }
  
  .section-title h2 {
    font-size: 1.31rem;
  }
  
  .section-subtitle {
    font-size: 0.99rem;
  }
  
  .section-desc {
    font-size: 0.81rem;
  }
  
  .navbar-brand {
    font-size: 1rem;
  }
  
  .navbar-nav .nav-link {
    font-size: 0.98rem;
  }
  
  .service-item {
    padding: 1rem;
  }
  
  .service-price {
    font-size: 1.14rem;
  }
  
  .team-member img {
    width: 70px;
    height: 70px;
  }
  
  .team-member-name {
    font-size: 0.98rem;
  }
  
  .team-member-role {
    font-size: 0.95rem;
  }
  
  .contact-form {
    padding: 1rem;
  }
  
  .form-control {
    padding: 0.45rem 0.6rem;
    font-size: 0.89rem;
  }
  
  .btn-primary,
  .btn-secondary {
    padding: 0.45rem 1rem;
    font-size: 0.82rem;
  }
  
  .price-plan-price {
    font-size: 1.43rem;
  }
  
  .process-step-number {
    width: 35px;
    height: 35px;
    font-size: 1rem;
  }
  
  .faq-question {
    font-size: 0.91rem;
  }
  
  .faq-answer {
    font-size: 0.90rem;
  }
  
  .core-info-item i {
    font-size: 1.44rem;
  }
  
  .feature-item i {
    font-size: 1.87rem;
  }
  
  .about-feature i {
    font-size: 1.49rem;
  }
  
  .contact-info-item i {
    font-size: 1.17rem;
  }
  
  #space {
    min-height: 30vh;
  }
}

/* Responsive utilities */
@media (max-width: 767.98px) {
  .d-md-block {
    display: none !important;
  }
  
  .d-md-none {
    display: block !important;
  }
  
  .text-md-center {
    text-align: center !important;
  }
  
  .text-md-left {
    text-align: left !important;
  }
}

@media (max-width: 575.98px) {
  .d-sm-block {
    display: none !important;
  }
  
  .d-sm-none {
    display: block !important;
  }
  
  .text-sm-center {
    text-align: center !important;
  }
  
  .text-sm-left {
    text-align: left !important;
  }
}

/* Print styles */
@media print {
  .navbar,
  .footer,
  .btn,
  .contact-form,
  .breadcrumb {
    display: none !important;
  }
  
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  
  body {
    font-size: 12pt;
    line-height: 1.5;
  }
  
  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
  }
  
  .section {
    page-break-inside: avoid;
  }
  
  .card, .service-item, .team-member {
    page-break-inside: avoid;
  }
  
  img {
    max-width: 100% !important;
  }
  
  .hero {
    min-height: auto !important;
  }
} 

.hero-content {
    padding-top: 225px;
}