/* ==========================================================================
   BHARAT FINSERV — RESPONSIVE ADAPTATIONS
   Breakpoints: 1440px, 1200px, 992px, 768px, 576px, 375px, 320px
   ========================================================================== */

@media (max-width: 1200px) {
  .service-quick-card {
    flex-direction: column;
    align-items: flex-start;
  }
  .service-quick-message {
    border-left: none;
    border-top: 2px solid var(--primary);
    padding-left: 0;
    padding-top: 14px;
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .hero-finserv {
    padding: 50px 0 90px 0;
  }
  
  .hero-finserv::before {
    display: none;
  }
  
  .service-quick-container {
    margin-top: -45px;
  }

  .service-icon-list {
    width: 100%;
    justify-content: flex-start;
    padding-bottom: 12px;
  }

  .calculator-card {
    padding: 28px 20px;
  }

  .calc-results-box {
    margin-top: 24px;
    padding: 24px 20px;
  }

  .hero-visual-wrapper {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .hero-graphic-card {
    width: 100%;
    max-width: 440px;
  }

  .top-bar {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .hero-finserv {
    padding: 40px 0 95px 0;
  }

  .hero-title {
    font-size: 2.1rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .hero-search-box {
    padding: 4px 6px 4px 14px;
  }

  .hero-search-box .search-btn {
    padding: 8px 16px;
    font-size: 0.85rem;
  }

  .service-quick-container {
    margin-top: -30px;
  }

  .service-quick-card {
    padding: 18px 16px;
    border-radius: var(--radius-card);
  }

  .service-icon-circle {
    width: 48px;
    height: 48px;
    font-size: 1.15rem;
  }

  .service-quick-item {
    min-width: 60px;
    font-size: 0.775rem;
  }

  .finserv-card {
    padding: 26px 20px;
  }

  .stat-number {
    font-size: 2.1rem;
  }

  .floating-whatsapp {
    bottom: 20px;
    right: 20px;
    width: 52px;
    height: 52px;
    font-size: 26px;
  }
}

@media (max-width: 575.98px) {
  .hero-graphic-card {
    padding: 18px 16px;
    border-radius: 20px;
    max-width: 100%;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .card-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .card-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .calc-label-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .calc-val-box {
    width: 100%;
    justify-content: space-between;
  }

  .testimonial-card {
    padding: 24px 20px;
  }

  .blog-card-img {
    height: 140px;
  }

  .cta-banner-section {
    padding: 50px 0;
  }

  .cta-banner-title {
    font-size: 1.6rem;
  }

  .cta-banner-subtitle {
    font-size: 0.95rem;
  }

  .page-header-banner {
    padding: 40px 0 35px;
  }

  .page-header-banner h1 {
    font-size: 1.8rem;
  }
}

@media (max-width: 360px) {
  .hero-title {
    font-size: 1.85rem;
  }
  .card-title {
    font-size: 1.25rem;
  }
  .blog-card-title {
    font-size: 1.05rem;
  }
}

