/* RESPONSIVE CSS FOR POSTNUPTIAL LEGAL WORKSHOPS TEMPLATE */

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .hero-title {
    font-size: 3rem;
  }
  
  .service-item-img {
    height: 180px;
  }
  
  .section-padding {
    padding: 80px 0;
  }
  
  .site-header.scrolled {
    padding: 10px 0;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .hero-title {
    font-size: 2.5rem;
  }
  
  .hero-subtitle {
    font-size: 1.3rem;
  }
  
  .section-padding {
    padding: 70px 0;
  }
  
  .site-nav li {
    margin-left: 1.5rem;
  }
  
  .about-feature-item,
  .service-item,
  .feature-item,
  .price-plan-item,
  .team-member,
  .blog-item {
    margin-bottom: 25px;
  }
  
  .footer-widget {
    margin-bottom: 40px;
  }
  
  .page-title {
    font-size: 2.5rem;
  }
  
  .coreinfo-grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .site-header {
    padding: 15px 0;
  }
  
  .site-header.scrolled {
    padding: 8px 0;
  }
  
  .site-logo {
    font-size: 14px;
  }
  
  .hero-section {
    min-height: 600px;
  }
  
  .hero-title {
    font-size: 2rem;
  }
  
  .hero-subtitle {
    font-size: 1.1rem;
  }
  
  .hero-desc {
    font-size: 1rem;
  }
  
  .section-padding {
    padding: 60px 0;
  }
  
  .section-title {
    margin-bottom: 2rem;
  }
  
  .section-subtitle {
    font-size: 0.9rem;
  }
  
  .about-feature-icon {
    font-size: 2rem;
  }
  
  .about-feature-name {
    font-size: 1.3rem;
  }
  
  .service-item-name {
    font-size: 1.2rem;
  }
  
  .service-price {
    font-size: 1.3rem;
  }
  
  .feature-icon {
    font-size: 2.5rem;
  }
  
  .feature-item-name {
    font-size: 1.3rem;
  }
  
  .price-plan-name {
    font-size: 1rem;
  }
  
  .price-plan-price {
    font-size: 2.5rem;
  }
  
  .team-member-name {
    font-size: 1.3rem;
  }
  
  .coreinfo-item-title {
    font-size: 1.2rem;
  }
  
  .blog-item-title {
    font-size: 1.3rem;
  }
  
  .contact-form {
    padding: 30px;
  }
  
  .page-header {
    height: 300px;
  }
  
  .page-title {
    font-size: 2rem;
  }
  
  .page-subtitle {
    font-size: 1rem;
  }
  
  .section-alt {
    padding: 60px 0;
  }
  
  /* Disable animations on mobile to improve performance */
  @media (prefers-reduced-motion), (max-width: 767.98px) {
    .fade-in,
    .float {
      animation: none;
    }
    
    .about-feature-item:hover,
    .service-item:hover,
    .feature-item:hover,
    .price-plan-item:hover,
    .team-member:hover .team-member-img,
    .coreinfo-item:hover,
    .blog-item:hover {
      transform: none;
    }
  }
  
  .site-footer {
    padding: 50px 0 20px;
  }
  
  .footer-bottom {
    margin-top: 40px;
  }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .site-header {
    padding: 12px 0;
  }
  
  .site-header.scrolled {
    padding: 6px 0;
  }
  
  .site-logo {
    font-size: 14px;
  }
  
  .site-nav li {
    margin-left: 1rem;
  }
  
  .site-nav a {
    font-size: 14px;
  }
  
  .hero-section {
    min-height: 500px;
  }
  
  .hero-title {
    font-size: 1rem;
  }
  
  .hero-subtitle {
    font-size: 1rem;
  }
  
  .section-padding {
    padding: 50px 0;
  }
  
  .about-feature-item,
  .service-item,
  .feature-item,
  .price-plan-item,
  .team-member,
  .blog-item {
    margin-bottom: 20px;
  }
  
  .contact-form {
    padding: 20px;
  }
  
  .form-control {
    height: 45px;
    font-size: 14px;
  }
  
  textarea.form-control {
    height: 120px;
  }
  
  .contact-submit-btn {
    padding: 10px 25px;
    font-size: 14px;
  }
  
  .coreinfo-grid {
    grid-template-columns: 1fr;
  }
  
  .page-header {
    height: 250px;
  }
  
  .page-title {
    font-size: 1rem;
  }
  
  .section-alt {
    padding: 50px 0;
  }
  
  .site-footer {
    padding: 40px 0 20px;
  }
  
  .footer-logo {
    font-size: 20px;
  }
  
  .footer-heading {
    font-size: 16px;
  }
  
  .footer-bottom {
    margin-top: 30px;
  }
  
  .copyright {
    font-size: 12px;
  }
  
  /* Swiper adjustments */
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
} 