/* Responsive CSS for Document Compliance Lab */

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

/* Large devices (desktops, 992px to 1199px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-title {
    font-size: 3rem;
  }
  
  .hero-subtitle {
    font-size: 1.3rem;
  }
  
  .section-title h2 {
    font-size: 2.2rem;
  }
}

/* Medium devices (tablets, 768px to 991px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-title {
    font-size: 2.5rem;
  }
  
  .hero-subtitle {
    font-size: 1.2rem;
  }
  
  .hero-desc {
    font-size: 0.95rem;
  }
  
  .section-padding {
    padding: 80px 0;
  }
  
  .section-title {
    margin-bottom: 50px;
  }
  
  .section-title h2 {
    font-size: 2rem;
  }
  
  .about-feature {
    margin-bottom: 30px;
  }
  
  .service-item,
  .feature-item,
  .price-item,
  .team-member,
  .review-item,
  .coreinfo-item,
  .blog-item {
    margin-bottom: 30px;
  }
  
  .service-img {
    height: 180px;
  }
  
  .team-img {
    height: 250px;
  }
  
  .contact-info {
    margin-top: 30px;
  }
}

/* Small devices (landscape phones, 576px to 767px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .hero {
    min-height: 80vh;
  }
  
  .hero-title {
    font-size: 2.2rem;
  }
  
  .hero-subtitle {
    font-size: 1.1rem;
  }
  
  .hero-desc {
    font-size: 0.9rem;
  }
  
  .section-padding {
    padding: 60px 0;
  }
  
  .section-title {
    margin-bottom: 40px;
  }
  
  .section-title h2 {
    font-size: 1.8rem;
  }
  
  .section-title h2:after {
    width: 50px;
  }
  
  .section-title p {
    font-size: 1rem;
  }
  
  .about-img {
    margin-bottom: 30px;
  }
  
  .about-feature,
  .service-item,
  .feature-item,
  .price-item,
  .team-member,
  .review-item,
  .coreinfo-item,
  .blog-item {
    margin-bottom: 30px;
  }
  
  .service-img {
    height: 160px;
  }
  
  .service-name {
    font-size: 1.3rem;
  }
  
  .service-price {
    font-size: 1.5rem;
  }
  
  .team-img {
    height: 220px;
  }
  
  .team-name {
    font-size: 1.3rem;
  }
  
  .contact-form {
    padding: 30px;
    margin-bottom: 30px;
  }
  
  .contact-info {
    padding: 30px;
  }
  
  .footer-widget {
    margin-bottom: 30px;
  }
  
  .footer-title {
    margin-bottom: 20px;
  }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .hero {
    min-height: 80vh;
  }
  
  .hero-title {
    font-size: 1.8rem;
  }
  
  .hero-subtitle {
    font-size: 1rem;
  }
  
  .hero-desc {
    font-size: 0.9rem;
  }
  
  .btn {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
  
  .section-padding {
    padding: 50px 0;
  }
  
  .section-title {
    margin-bottom: 30px;
  }
  
  .section-title h2 {
    font-size: 1.6rem;
  }
  
  .section-title h2:after {
    width: 40px;
    height: 2px;
  }
  
  .section-title p {
    font-size: 0.95rem;
  }
  
  .about-img {
    margin-bottom: 30px;
  }
  
  .about-feature {
    margin-bottom: 20px;
  }
  
  .about-feature h4 {
    font-size: 1.2rem;
  }
  
  .service-item,
  .feature-item,
  .price-item,
  .team-member,
  .review-item,
  .coreinfo-item,
  .blog-item,
  .gallery-item {
    margin-bottom: 20px;
  }
  
  .service-img {
    height: 150px;
  }
  
  .service-content {
    padding: 20px;
  }
  
  .service-name {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  
  .service-price {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  
  .feature-item,
  .coreinfo-item {
    padding: 30px 20px;
  }
  
  .feature-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 1.5rem;
    margin: 0 auto 20px;
  }
  
  .feature-name,
  .coreinfo-title {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  
  .price-header {
    padding: 20px;
  }
  
  .price-name {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  
  .price-value {
    font-size: 2rem;
  }
  
  .price-body {
    padding: 20px;
  }
  
  .team-img {
    height: 200px;
  }
  
  .team-content {
    padding: 20px;
  }
  
  .team-name {
    font-size: 1.2rem;
  }
  
  .review-item {
    padding: 20px;
  }
  
  .review-author-img {
    width: 50px;
    height: 50px;
  }
  
  .contact-form {
    padding: 25px;
    margin-bottom: 30px;
  }
  
  .form-group {
    margin-bottom: 20px;
  }
  
  .form-control {
    padding: 12px;
  }
  
  .contact-info {
    padding: 25px;
  }
  
  .contact-info-item {
    margin-bottom: 20px;
  }
  
  .contact-info-item i {
    font-size: 1.3rem;
  }
  
  footer {
    padding: 50px 0 0;
  }
  
  .footer-widget {
    margin-bottom: 30px;
  }
  
  .footer-logo h3 {
    font-size: 1.5rem;
  }
  
  .footer-title {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  
  .footer-bottom {
    padding: 20px 0;
    margin-top: 20px;
  }
  
  .copyright {
    font-size: 0.8rem;
    text-align: center;
  }
  
  .page-header {
    padding: 130px 0 60px;
  }
  
  .page-title {
    font-size: 1.8rem;
  }
  
  .additional-section {
    padding: 50px 0;
  }
  
  /* Fix for vertical scrollbar issue on mobile */
  html, body {
    max-width: 100%;
    overflow-x: hidden;
  }
}

/* Responsive fixes for Swiper slider */
@media (max-width: 767.98px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}

/* Prefers reduced motion */
@media (prefers-reduced-motion: reduce) {
  .float-animation,
  .hero-shape,
  .service-img img,
  .team-img img,
  .blog-img img,
  .gallery-item img,
  .service-item:hover,
  .feature-item:hover,
  .price-item:hover,
  .team-member:hover,
  .review-item:hover,
  .coreinfo-item:hover,
  .blog-item:hover,
  .blog-link:hover i,
  .footer-links li a:hover {
    transition: none !important;
    animation: none !important;
    transform: none !important;
  }
  
  html {
    scroll-behavior: auto !important;
  }
} 