/* ===== LARGE DESKTOP ===== */
@media (min-width: 1400px) {
  .hero-title {
    font-size: 4.5rem;
  }
  
  .hero-subtitle {
    font-size: 1.25rem;
  }
}

/* ===== DESKTOP ===== */
@media (max-width: 1199px) {
  .hero-title {
    font-size: 3.5rem;
  }
  
  .hero-subtitle {
    font-size: 1.1rem;
  }
  
  .feature-card {
    padding: 2rem 1.75rem;
  }
}

/* ===== TABLET ===== */
@media (max-width: 991px) {
  .hero-section {
    padding: 100px 0 60px;
  }
  
  .hero-title {
    font-size: 3rem;
    margin-bottom: 1.25rem;
  }
  
  .hero-subtitle {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  
  .hero-cta {
    margin-bottom: 4rem;
  }
  
  .feature-cards .row {
    gap: 1.5rem 0;
  }
}

/* ===== MOBILE LANDSCAPE & SMALL TABLET ===== */
@media (max-width: 768px) {
  .hero-section {
    padding: 90px 0 50px;
    min-height: auto;
  }
  
  .hero-badge {
    font-size: 0.85rem;
    padding: 0.4rem 1rem;
    margin-bottom: 1.5rem;
  }
  
  .hero-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
  
  .hero-subtitle {
    font-size: 0.95rem;
    margin-bottom: 1.75rem;
  }
  
  .hero-cta {
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 3rem;
  }
  
  .btn-primary-hero,
  .btn-secondary-hero {
    width: fit-content;
    justify-content: center;
    padding: 0.9rem 1.5rem;
  }
  
  .feature-card {
    padding: 2rem 1.5rem;
  }
  
  .feature-title {
    font-size: 1.25rem;
  }
  
  .feature-description {
    font-size: 0.9rem;
  }
}

/* ===== MOBILE PORTRAIT ===== */
@media (max-width: 576px) {
  .hero-section {
    padding: 80px 0 40px;
  }
  
  .hero-badge {
    font-size: 0.8rem;
    padding: 0.35rem 0.9rem;
    margin-bottom: 1.25rem;
  }
  
  .hero-title {
    font-size: 2rem;
    line-height: 1.25;
  }
  
  .hero-subtitle {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  
  .btn-primary-hero,
  .btn-secondary-hero {
    font-size: 0.95rem;
    padding: 0.85rem 1.25rem;
  }
  
  .feature-card {
    padding: 1.75rem 1.25rem;
  }
  
  .feature-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 1.25rem;
  }
  
  .feature-icon i {
    font-size: 1.3rem;
  }
  
  .feature-title {
    font-size: 1.15rem;
    margin-bottom: 0.85rem;
  }
  
  .feature-description {
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
  }
  
  .feature-link {
    font-size: 0.9rem;
  }
}

/* ===== ABOUT SECTION RESPONSIVE ===== */
@media (max-width: 991px) {
  .about-content {
    padding-right: 0;
    margin-bottom: 3rem;
  }

  .about-title {
    font-size: 3rem;
  }

  .stats-section {
    margin-top: 80px;
    padding-top: 60px;
  }

  .stats-title {
    font-size: 2rem;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }

  .stat-number {
    font-size: 3rem;
  }
}

@media (max-width: 768px) {
  .about-section {
    padding: 80px 0;
  }

  .about-title {
    font-size: 2.5rem;
  }

  .stats-section {
    margin-top: 60px;
    padding-top: 50px;
  }

  .stats-title {
    font-size: 1.75rem;
    margin-bottom: 40px;
  }

  .stat-number {
    font-size: 2.5rem;
  }
}

@media (max-width: 576px) {
  .about-section {
    padding: 60px 0;
  }

  .about-title {
    font-size: 2rem;
  }

  .about-description {
    font-size: 0.95rem;
  }

  .btn-about {
    font-size: 0.9rem;
    padding: 0.8rem 1.5rem;
  }

  .stats-section {
    margin-top: 50px;
    padding-top: 40px;
  }

  .stats-heading {
    margin-bottom: 30px;
  }

  .stats-title {
    font-size: 1.5rem;
  }

  .stats-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .stat-number {
    font-size: 2.25rem;
  }

  .stat-label {
    font-size: 0.7rem;
  }
}

/* ===== SERVICES SECTION RESPONSIVE ===== */
@media (max-width: 991px) {
  .services-section {
    padding: 80px 0;
  }

  .services-header {
    margin-bottom: 50px;
  }

  .services-title {
    font-size: 2.5rem;
  }

  .services-subtitle {
    font-size: 0.95rem;
  }

  .service-image {
    height: 200px;
  }
}

@media (max-width: 768px) {
  .services-section {
    padding: 70px 0;
  }

  .services-header {
    margin-bottom: 40px;
  }

  .services-title {
    font-size: 2.25rem;
  }

  .service-image {
    height: 180px;
  }

  .service-title {
    font-size: 1.15rem;
  }

  .service-description {
    font-size: 0.875rem;
  }
}

@media (max-width: 576px) {
  .services-section {
    padding: 60px 0;
  }

  .services-header {
    margin-bottom: 35px;
  }

  .services-title {
    font-size: 2rem;
  }

  .services-subtitle {
    font-size: 0.9rem;
  }

  .service-image {
    height: 200px;
  }

  .service-icon {
    width: 50px;
    height: 50px;
  }

  .service-icon i {
    font-size: 1.3rem;
  }

  .service-title {
    font-size: 1.1rem;
    margin: 1.25rem 0 0.85rem;
  }

  .service-description {
    font-size: 0.85rem;
  }

  .service-link {
    font-size: 0.875rem;
    padding: 0.7rem 1.25rem;
  }
}

/* ===== BRANDS SECTION RESPONSIVE ===== */
@media (max-width: 991px) {
  .brands-section {
    padding: 80px 0;
  }

  .brands-content {
    padding-right: 0;
    margin-bottom: 3rem;
    text-align: center;
  }

  .brands-title {
    font-size: 2.5rem;
  }

  .brands-description {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .brands-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

@media (max-width: 768px) {
  .brands-section {
    padding: 70px 0;
  }

  .brands-title {
    font-size: 2.25rem;
  }

  .brands-description {
    font-size: 0.95rem;
  }

  .brands-logos {
    gap: 1.5rem;
  }

  .brands-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }

  .brand-logo {
    height: 70px;
  }
}

@media (max-width: 576px) {
  .brands-section {
    padding: 60px 0;
  }

  .brands-badge {
    font-size: 0.8rem;
  }

  .brands-title {
    font-size: 2rem;
  }

  .brands-description {
    font-size: 0.9rem;
  }

  .btn-brands {
    width: 100%;
    justify-content: center;
    font-size: 0.9rem;
    padding: 0.85rem 1.5rem;
  }

  .brands-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .brand-logo {
    height: 65px;
    padding: 0.75rem;
  }

  .brand-logo img {
    max-height: 40px;
  }
}

/* ===== TESTIMONIALS SECTION RESPONSIVE ===== */
@media (max-width: 991px) {
  .testimonials-section {
    padding: 80px 0;
  }

  .testimonials-header {
    margin-bottom: 50px;
  }

  .testimonials-title {
    font-size: 2.5rem;
  }

  .testimonials-navigation {
    top: 180px;
    right: 15px;
  }

  .testimonial-nav-btn {
    width: 45px;
    height: 45px;
    font-size: 1.1rem;
  }

  /* Single card view on tablets and below */
  .testimonial-card {
    min-width: 100%;
  }

  .testimonial-inner {
    padding: 2rem 1.5rem;
  }

  .testimonial-image {
    width: 220px;
    height: 240px;
  }
}

@media (max-width: 768px) {
  .testimonials-section {
    padding: 70px 0;
  }

  .testimonials-badge {
    font-size: 0.85rem;
    padding: 0.4rem 1rem;
  }

  .testimonials-title {
    font-size: 2.25rem;
  }

  .testimonials-subtitle {
    font-size: 0.95rem;
  }

  /* Move navigation to center bottom on mobile */
  .testimonials-navigation {
    position: relative;
    top: auto;
    right: auto;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 30px;
    margin-top: 20px;
    order: 3;
  }

  .testimonials-slider {
    order: 2;
  }

  .testimonials-dots {
    order: 4;
  }

  /* Stack image and content vertically */
  .testimonial-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.5rem;
  }

  .testimonial-image {
    width: 100%;
    max-width: 300px;
    height: 300px;
    margin-bottom: 1rem;
  }

  .testimonial-content {
    width: 100%;
  }

  .testimonial-heading {
    font-size: 1.3rem;
  }

  .testimonial-text {
    font-size: 0.9rem;
  }

  .testimonial-stars {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .testimonials-section {
    padding: 60px 0;
  }

  .testimonials-header {
    margin-bottom: 40px;
  }

  .testimonials-title {
    font-size: 2rem;
  }

  .testimonials-subtitle {
    font-size: 0.9rem;
    padding: 0 15px;
  }

  .testimonial-nav-btn {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .testimonial-inner {
    padding: 1.25rem;
    margin: 0 5px;
  }

  .testimonial-image {
    max-width: 250px;
    height: 250px;
  }

  .testimonial-heading {
    font-size: 1.2rem;
  }

  .testimonial-text {
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
  }

  .testimonial-stars {
    margin-bottom: 1.25rem;
  }

  .testimonial-stars i {
    font-size: 1.1rem;
  }

  .testimonial-name {
    font-size: 1rem;
  }

  .testimonial-handle {
    font-size: 0.85rem;
  }

  .testimonial-dot {
    width: 30px;
    height: 5px;
  }

  .testimonial-dot.active {
    width: 45px;
  }
}

/* ===== PRICING SECTION RESPONSIVE ===== */
@media (max-width: 1200px) {
  .pricing-container {
    padding: 2.5rem;
  }

  .pricing-left {
    flex: 0 0 280px;
  }

  .pricing-title {
    font-size: 2.5rem;
  }
}

@media (max-width: 991px) {
  .pricing-section {
    padding: 80px 0;
  }

  .pricing-container {
    flex-direction: column;
    padding: 2.5rem 2rem;
  }

  .pricing-left {
    flex: 1;
    text-align: center;
    align-items: center;
  }

  .pricing-title {
    font-size: 2.5rem;
  }

  .pricing-toggle-buttons {
    flex-direction: row;
    width: 100%;
    max-width: 400px;
  }

  .pricing-right {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

@media (max-width: 768px) {
  .pricing-section {
    padding: 70px 0;
  }

  .pricing-container {
    padding: 2rem 1.5rem;
  }

  .pricing-title {
    font-size: 2.25rem;
  }

  .pricing-plan {
    padding: 1.75rem 1.5rem;
  }

  .price-amount {
    font-size: 3rem;
  }

  .plan-features li {
    font-size: 0.875rem;
    padding: 0.6rem 0;
  }
}

@media (max-width: 576px) {
  .pricing-section {
    padding: 60px 0;
  }

  .pricing-container {
    padding: 1.75rem 1.25rem;
  }

  .pricing-title {
    font-size: 2rem;
  }

  .pricing-toggle-buttons {
    flex-direction: column;
    max-width: 100%;
  }

  .toggle-btn {
    font-size: 0.9rem;
    padding: 0.8rem 1.25rem;
  }

  .pricing-plan {
    padding: 1.5rem 1.25rem;
  }

  .plan-name {
    font-size: 0.9rem;
  }

  .currency {
    font-size: 1.5rem;
  }

  .price-amount {
    font-size: 2.75rem;
  }

  .price-period {
    font-size: 0.875rem;
    margin-top: 1.5rem;
  }

  .plan-description {
    font-size: 0.825rem;
  }

  .btn-plan {
    font-size: 0.875rem;
    padding: 0.85rem 1.5rem;
  }
}

@media (max-width: 400px) {
  .pricing-title {
    font-size: 1.75rem;
  }

  .price-amount {
    font-size: 2.5rem;
  }
}

/* ===== CONTACT SECTION RESPONSIVE ===== */
@media (max-width: 991px) {
  .contact-section {
    padding: 80px 0;
  }

  .contact-card {
    padding: 2.5rem 2rem;
    min-height: 350px;
  }

  .contact-cta-title {
    font-size: 2.25rem;
  }

  .contact-nav {
    gap: 1.25rem 2.5rem;
  }
}

@media (max-width: 768px) {
  .contact-section {
    padding: 70px 0;
  }

  .contact-card {
    padding: 2rem 1.75rem;
    min-height: auto;
    margin-bottom: 1.5rem;
  }     

  .contact-card-cta {
    text-align: center;
    align-items: center;
  }

  .contact-cta-title {
    font-size: 2rem;
  }

  .contact-cta-description {
    max-width: 100%;
  }

  .contact-nav {
    gap: 1rem 2rem;
  }

  .social-icon {
    width: 42px;
    height: 42px;
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .contact-section {
    padding: 60px 0;
  }

  .contact-card {
    padding: 1.75rem 1.5rem;
  }

  .contact-cta-title {
    font-size: 1.75rem;
  }

  .contact-cta-description {
    font-size: 0.95rem;
    margin-bottom: 2rem;
  }

  .btn-contact-download {
    padding: 0.9rem 2.5rem;
    font-size: 0.95rem;
  }

  .contact-logo {
    font-size: 1.3rem;
  }

  .contact-logo i {
    font-size: 1.5rem;
  }

  .contact-address {
    font-size: 0.9rem;
  }

  .contact-nav {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .contact-link {
    font-size: 0.9rem;
  }

  .social-icon {
    width: 40px;
    height: 40px;
    font-size: 0.95rem;
  }

  .contact-emergency {
    padding: 1rem;
  }

  .contact-emergency i {
    font-size: 1.1rem;
  }

  .contact-emergency p {
    font-size: 0.825rem;
  }
}

@media (max-width: 400px) {
  .contact-cta-title {
    font-size: 1.5rem;
  }

  .btn-contact-download {
    padding: 0.85rem 2rem;
    font-size: 0.9rem;
  }
}




@media (max-width: 400px) {
  .testimonials-title {
    font-size: 1.75rem;
  }

  .testimonial-image {
    max-width: 220px;
    height: 220px;
  }

  .testimonial-inner {
    padding: 1rem;
  }

  .testimonial-heading {
    font-size: 1.1rem;
  }

  .testimonial-text {
    font-size: 0.85rem;
  }
}




/* ===== EXTRA SMALL MOBILE ===== */
@media (max-width: 400px) {
  .hero-title {
    font-size: 1.75rem;
  }
  
  .hero-subtitle {
    font-size: 0.85rem;
  }
  
  .feature-card {
    padding: 1.5rem 1rem;
  }
}