<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Mobile First Responsive Design */

/* Extra Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .hero h1 {
    font-size: 1.8rem;
  }
  
  .hero .lead {
    font-size: 1rem;
  }
  
  .section-title {
    font-size: 1.5rem;
  }
  
  .section-subtitle {
    font-size: 1rem;
  }
  
  .navbar-brand {
    font-size: 1.1rem !important;
  }
  
  .service-card img,
  .blog-card img,
  .gallery-item img {
    height: 180px;
  }
  
  .team-card img {
    height: 200px;
  }
  
  .price-amount {
    font-size: 2rem;
  }
  
  .contact-form,
  .contact-info {
    margin-bottom: 2rem;
  }
  
  .section-padding {
    padding: 2rem 0;
  }
  
  .feature-card,
  .service-card,
  .price-card,
  .team-card,
  .blog-card {
    margin-bottom: 1.5rem;
  }
  
  .process-number {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .hero h1 {
    font-size: 2rem;
  }
  
  .section-title {
    font-size: 1.8rem;
  }
  
  .service-card img,
  .blog-card img {
    height: 190px;
  }
  
  .gallery-item img {
    height: 220px;
  }
  
  .team-card img {
    height: 220px;
  }
  
  .section-padding {
    padding: 3rem 0;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero h1 {
    font-size: 2.2rem;
  }
  
  .service-card img,
  .blog-card img {
    height: 200px;
  }
  
  .gallery-item img {
    height: 240px;
  }
  
  .team-card img {
    height: 240px;
  }
  
  .contact-form,
  .contact-info {
    margin-bottom: 2rem;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero h1 {
    font-size: 2.3rem;
  }
  
  .service-card img,
  .blog-card img {
    height: 200px;
  }
  
  .gallery-item img {
    height: 250px;
  }
  
  .team-card img {
    height: 250px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .hero h1 {
    font-size: 2.5rem;
  }
  
  .container {
    max-width: 1140px;
  }
}

/* Swiper specific responsive rules */
@media (max-width: 767.98px) {
  .swiper-container {
    overflow: visible;
  }
  
  .swiper-slide {
    padding: 0 10px;
  }
  
  /* Disable autoplay and effects on mobile */
  .swiper-container.mobile-static {
    overflow: hidden;
  }
  
  .swiper-container.mobile-static .swiper-wrapper {
    transform: none !important;
  }
  
  .swiper-container.mobile-static .swiper-slide {
    width: 100% !important;
    margin-right: 0 !important;
  }
}

/* Navigation responsive */
@media (max-width: 991.98px) {
  .navbar-collapse {
    background: rgba(255,255,255,0.95);
    margin-top: 1rem;
    border-radius: 10px;
    padding: 1rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  }
  
  .navbar-nav {
    text-align: center;
  }
  
  .navbar-nav .nav-link {
    padding: 0.75rem 1rem !important;
  }
}

/* FAQ responsive */
@media (max-width: 767.98px) {
  .faq-question {
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
  }
  
  .faq-answer {
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
  }
}

/* Footer responsive */
@media (max-width: 767.98px) {
  .footer {
    padding: 2rem 0 1rem;
    text-align: center;
  }
  
  .footer .row &gt; div {
    margin-bottom: 2rem;
  }
}

/* Contact form responsive */
@media (max-width: 767.98px) {
  .contact-form .form-control {
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
  }
  
  .contact-form .btn {
    padding: 0.6rem 1.5rem;
    font-size: 0.9rem;
  }
}

/* Hero section responsive layout */
@media (max-width: 767.98px) {
  .hero .row {
    text-align: center;
  }
  
  .hero .col-md-6:last-child {
    margin-top: 2rem;
  }
}

/* Services grid responsive */
@media (max-width: 575.98px) {
  .services .col-lg-4,
  .services .col-md-6 {
    margin-bottom: 2rem;
  }
}

/* Team grid responsive */
@media (max-width: 767.98px) {
  .team .col-lg-2,
  .team .col-md-4 {
    margin-bottom: 2rem;
  }
}

/* Gallery responsive */
@media (max-width: 575.98px) {
  .gallery .col-lg-3,
  .gallery .col-md-4,
  .gallery .col-sm-6 {
    margin-bottom: 1rem;
  }
}

/* Price plan responsive */
@media (max-width: 767.98px) {
  .price-card.featured {
    transform: none;
    margin: 1rem 0;
  }
  
  .price-card:hover {
    transform: translateY(-5px);
  }
}

/* Process steps responsive */
@media (max-width: 767.98px) {
  .process .col-lg-2,
  .process .col-md-4 {
    margin-bottom: 2rem;
  }
}

/* Reviews/Testimonials responsive */
@media (max-width: 767.98px) {
  .review-card {
    margin: 0.5rem;
    padding: 1.5rem;
  }
  
  .review-text {
    font-size: 0.9rem;
  }
}

/* Blog grid responsive */
@media (max-width: 767.98px) {
  .blog .col-lg-4,
  .blog .col-md-6 {
    margin-bottom: 2rem;
  }
}

/* About features responsive */
@media (max-width: 767.98px) {
  .about .col-lg-3,
  .about .col-md-6 {
    margin-bottom: 2rem;
  }
  
  .feature-card {
    padding: 1.5rem;
  }
  
  .feature-card i {
    font-size: 2rem;
  }
}

/* Core info responsive */
@media (max-width: 767.98px) {
  .coreinfo .col-lg-4,
  .coreinfo .col-md-6 {
    margin-bottom: 2rem;
  }
}

/* Career responsive */
@media (max-width: 767.98px) {
  .career .col-lg-3,
  .career .col-md-6 {
    margin-bottom: 2rem;
  }
}

/* Timeline responsive */
@media (max-width: 767.98px) {
  .timeline .col-lg-2,
  .timeline .col-md-4 {
    margin-bottom: 2rem;
  }
}

/* Case study responsive */
@media (max-width: 767.98px) {
  .casestudy .col-lg-4,
  .casestudy .col-md-6 {
    margin-bottom: 2rem;
  }
}

/* Utility responsive classes */
@media (max-width: 767.98px) {
  .text-center-mobile {
    text-align: center !important;
  }
  
  .mb-3-mobile {
    margin-bottom: 1rem !important;
  }
  
  .px-2-mobile {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

/* High DPI displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .hero::before {
    background-size: cover;
  }
}

/* Landscape orientation adjustments for mobile */
@media (max-width: 767.98px) and (orientation: landscape) {
  .hero {
    min-height: 80vh;
  }
  
  .section-padding {
    padding: 2rem 0;
  }
} </pre></body></html>