/* ============================================================
   RESPONSIVE.CSS – All Landing Pages
   Component-first organization.
   Desktop-first breakpoints:
     1199px  large desktop → regular
      991px  tablet
      767px  mobile
      575px  small mobile
      480px  very small phones
   ============================================================ */


/* ============================================================
   TABLE OF CONTENTS
   1.  Typography & Section Titles
   2.  Top Bar
   3.  Main Header & Logo
   4.  Sticky Header
   5.  Hero
   6.  Challenges
   7.  Solution Cards
   8.  What We Build (Build Grid)
   9.  MediCloud Section
   10. About Section
   11. Overview Section
   12. Problem & Solution Section
   13. UI Design Section
   14. Mobile App Section
   15. App Snapshot Section
   16. Result & Testimonials
   17. Tech Partner & Stats
   18. Services
   19. Discuss / Contact Form
   20. CTA Banner
   21. Case Studies Grid
   22. Industry Tabs
   23. Image Grid
   24. AI Pipeline (Commit Process)
   25. Toast Notifications
   26. Footer
   27. MediCloud Image Bleed (min-width overrides)
   ============================================================ */


/* ============================================================
   1. Typography & Section Titles
   ============================================================ */

@media (max-width: 1199px) {
    .section-title    { font-size: 38px; }
    .section-subtitle { font-size: 20px; line-height: 1.4; }
}

@media (max-width: 991px) {
    .section-title    { font-size: 26px; }
    .section-subtitle { font-size: 16px; line-height: 1.4; margin-bottom: 28px; }
}

@media (max-width: 767px) {
    .section-title    { font-size: 26px; line-height: 1.15; }
    .section-subtitle { font-size: 16px; line-height: 1.55; margin-bottom: 24px; }
}

@media (max-width: 575px) {
    .section-title    { font-size: 22px; line-height: 1.2; }
    .section-subtitle { font-size: 16px; line-height: 1.6; margin-bottom: 20px; }
}

@media (max-width: 480px) {
    .section-title    { font-size: 24px; }
    .section-subtitle { font-size: 16px; margin-bottom: 18px; }
}


/* ============================================================
   2. Top Bar
   ============================================================ */

@media (max-width: 991px) {
    .top-bar-left,
    .top-bar-right  { flex-wrap: wrap; gap: 6px 14px; }
    .top-bar-right  { justify-content: flex-start; margin-top: 4px; }
}

@media (max-width: 767px) {
    .top-bar        { padding: 8px 0; }
    .top-bar .row   { flex-direction: row; gap: 4px; padding-inline: 15px; }
    .top-bar .col-md-6 { flex: 0 0 100%; max-width: 100%; }
    .top-bar-left,
    .top-bar-right  { flex-direction: row; flex-wrap: wrap; justify-content: flex-start; gap: 6px 12px; }
    .top-bar-item   { font-size: 12px; }
    .top-bar-right  { margin-top: 0; }
}

@media (max-width: 575px) {
    .top-bar-right  { gap: 6px 10px; }
    .top-bar-item   { font-size: 11px; }
}


/* ============================================================
   3. Main Header & Logo
   ============================================================ */

@media (max-width: 767px) {
    .logo-img    { max-height: 36px; }
    .btn-contact { font-size: 13px; padding: 6px 14px; }
}

@media (max-width: 575px) {
    .logo-img    { max-height: 32px; }
    .btn-contact { font-size: 12px; padding: 5px 12px; }
}


/* ============================================================
   4. Sticky Header
   ============================================================ */

@media (max-width: 991px) {
    .sticky-header-text { display: none; }
    .sticky-header-logo { width: 100px; height: 32px; }
    .sticky-header-btn  { font-size: 13px; padding: 7px 14px; height: 36px; width: auto; }
}

@media (max-width: 767px) {
    .sticky-header { padding: 6px 12px; height: auto; min-height: 52px; }
    .sticky-header .container { padding: 0; }
    .sticky-header .row { flex-wrap: nowrap; align-items: center; }
    .sticky-header [class*="col-"] { flex: 0 0 auto; width: auto; max-width: none; padding: 0 6px; }
    .sticky-header .col-md-9 {
        flex: 1 1 auto !important;
        display: flex !important;
        justify-content: flex-end !important;
        align-items: center !important;
        gap: 8px !important;
    }
    .sticky-header-text { display: none; }
    .sticky-header-logo { width: 90px; height: 28px; }
    .sticky-header-btn  { width: auto; font-size: 12px; padding: 6px 12px; height: 32px; }
}

@media (max-width: 575px) {
    .sticky-header      { padding: 4px 10px; }
    .sticky-header-logo { width: 80px; height: 24px; }
    .sticky-header-btn  { font-size: 11px; padding: 5px 10px; height: 28px; }
}

@media (max-width: 480px) {
    .sticky-header      { padding: 4px 12px; min-height: 48px; align-content: center; }
    .sticky-header-logo { width: 80px; height: 24px; }
    .sticky-header-btn  { font-size: 11px; padding: 5px 10px; height: 26px; }
}


/* ============================================================
   5. Hero
   ============================================================ */

@media (max-width: 991px) {
    .hero           { padding: 28px 0 40px; }
    .hero-content   { gap: 15px; }
    .hero-content h1            { font-size: 26px; }
    .hero-content h1 .highlight { font-size: 26px; }
    .hero-content p             { font-size: 18px; line-height: 1.2; }
    .btn-primary,
    .btn-outline-primary        { padding: 6px 12px; font-size: 12px; }
}

@media (max-width: 767px) {
    .hero           { padding: 50px 0 32px; }
    .hero .row      { flex-direction: column; gap: 20px 0; }
    .hero-content   { gap: 12px; text-align: center; }
    .hero-content h1            { font-size: 24px; line-height: 1.15; }
    .hero-content h1 .highlight { font-size: 24px; display: block; }
    .hero-content p             { font-size: 16px; line-height: 1.5; }
    .hero-buttons   { flex-direction: row; gap: 10px; justify-content: center; }
    .btn-primary,
    .btn-outline-primary        { font-size: 13px; padding: 6px 12px; }
}

@media (max-width: 575px) {
    .hero           { padding: 18px 0 28px; margin-top: 24px; }
    .hero-content h1            { font-size: 22px; }
    .hero-content h1 .highlight { font-size: 26px; }
    .hero-content p             { font-size: 16px; }
    .hero-buttons   { flex-direction: row; gap: 10px; justify-content: center; }
    .btn-primary,
    .btn-outline-primary        { font-size: 12px; }
}

@media (max-width: 480px) {
    .hero-content h1            { font-size: 24px; }
    .hero-content h1 .highlight { font-size: 24px; }
    .hero-content p             { font-size: 16px; }
}


/* ============================================================
   6. Challenges
   ============================================================ */

@media (max-width: 767px) {
    .challenge-card    { padding: 20px 18px; }
    .challenge-card h3 { font-size: 17px; }
    .challenge-card p  { font-size: 14px; }
}

@media (max-width: 480px) {
    .challenge-card    { padding: 18px 16px; }
    .card-icon         { width: 50px; height: 50px; }
    .card-icon svg,
    .card-icon img     { width: 22px; height: 22px; }
}


/* ============================================================
   7. Solution Cards
   ============================================================ */

@media (max-width: 991px) {
    .solution-cards-grid { flex-wrap: wrap; gap: 16px; }
    .solution-card       { flex: 1 1 calc(50% - 8px); min-width: 200px; }
}

@media (max-width: 767px) {
    .solution-cards-grid { flex-wrap: wrap; gap: 12px; }
    .solution-card       { flex: 1 1 100%; }
}


/* ============================================================
   8. What We Build (Build Grid)
   ============================================================ */

@media (max-width: 991px) {
    .build-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}

@media (max-width: 767px) {
    .build-grid     { grid-template-columns: 1fr; gap: 32px; }
    .build-card     { padding: 24px 20px; }
    .build-card h3  { font-size: 17px; }
    .build-card .card-icon { margin-bottom: 36px; }
}

@media (max-width: 575px) {
    .build-grid     { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
    .build-card     { padding: 20px 16px; }
    .build-card h3  { font-size: 16px; }
    .build-card .card-icon { margin-bottom: 28px; }
}


/* ============================================================
   9. MediCloud Section
   ============================================================ */

@media (max-width: 1199px) {
    .medicloud-brand-title { font-size: 46px; }
    .medicloud-heading     { font-size: 46px; }
    .medicloud-desc        { font-size: 20px; line-height: 1.4; }
}

@media (max-width: 991px) {
    .medicloud-brand-title  { font-size: 26px; }
    .medicloud-heading      { font-size: 26px; }
    .medicloud-desc         { font-size: 18px; line-height: 1.4; max-width: 100%; margin-bottom: 20px; }
    .medicloud-left         { margin-bottom: 32px; }
    .medicloud-img-wrapper  { justify-content: center; margin-right: 0 !important; }
    .medicloud-img-wrapper::before { display: none; }
}

@media (max-width: 767px) {
    .medicloud-brand-title  { font-size: 28px; }
    .medicloud-heading      { font-size: 26px; }
    .medicloud-desc         { font-size: 16px; line-height: 1.55; margin-bottom: 20px; }
    .medicloud-meta         { gap: 6px 0; }
    .meta-item              { font-size: 13px; }
    .meta-divider           { padding: 0 6px; }
}

@media (max-width: 575px) {
    .medicloud-brand-title  { font-size: 24px; }
    .medicloud-heading      { font-size: 22px; }
    .medicloud-desc         { font-size: 16px; line-height: 1.65; }
    .medicloud-meta         { flex-direction: column; align-items: flex-start; gap: 6px; }
    .meta-divider           { display: none; }
}

@media (max-width: 480px) {
    .medicloud-brand-title  { font-size: 22px; }
    .medicloud-heading      { font-size: 20px; }
}


/* ============================================================
   10. About Section
   ============================================================ */

@media (max-width: 1199px) {
    .about-desc { font-size: 20px !important; line-height: 1.4 !important; }
}

@media (max-width: 991px) {
    .about-desc { font-size: 18px !important; line-height: 1.5 !important; }
}

@media (max-width: 767px) {
    .about-desc { font-size: 16px !important; line-height: 1.6 !important; }
}

@media (max-width: 575px) {
    .about-desc { font-size: 16px !important; line-height: 1.65 !important; }
}


/* ============================================================
   11. Overview Section
   ============================================================ */

@media (max-width: 1199px) {
    .section-subtitle { font-size: 20px; line-height: 1.4; }
}

@media (max-width: 991px) {
    .overview-desc          { font-size: 18px; line-height: 1.4; }
    .overview-img-wrap::before { width: 360px; height: 360px; }
    .overview-img           { width: 100%; }
}

@media (max-width: 767px) {
    .overview-img-wrap::before { width: 260px; height: 260px; }
    .overview-desc          { font-size: 16px; line-height: 1.55; margin-bottom: 20px; }
    .overview-stat-num      { font-size: 22px; }
    .overview-stat-card     { padding: 12px 10px; }
}

@media (max-width: 575px) {
    .overview-stats-grid .col-4 { flex: 0 0 50%; max-width: 50%; }
}

@media (max-width: 480px) {
    .overview-stats-grid .col-4 { flex: 0 0 100%; max-width: 100%; }
    .overview-stat-card         { padding: 10px 12px; }
}


/* ============================================================
   12. Problem & Solution Section
   ============================================================ */

@media (max-width: 991px) {
    .prob-sol-left  { padding-bottom: 0; }
    .prob-sol-right { padding-top: 0; }
}

@media (max-width: 767px) {
    .prob-sol-left  { padding-bottom: 0; margin-bottom: 16px; }
    .prob-sol-right { padding-top: 0; }
    .prob-card,
    .sol-card       { padding: 22px 18px; }
    .prob-card p,
    .sol-card p     { font-size: 14px; }
}

@media (max-width: 575px) {
    .prob-card,
    .sol-card               { padding: 18px 16px; }
    .prob-card-label strong  { font-size: 17px; }
}


/* ============================================================
   13. UI Design Section
   ============================================================ */

@media (max-width: 991px) {
    .ui-design-content  { flex-direction: column; gap: 28px; }
    .ui-design-image,
    .ui-design-text     { flex: none; width: 100%; }
    .ui-design-text p   { font-size: 18px !important; line-height: 1.4; }
}

@media (max-width: 767px) {
    .ui-design-text p   { font-size: 16px !important; line-height: 1.6; }
}

@media (max-width: 575px) {
    .ui-design-content  { gap: 30px; }
}


/* ============================================================
   14. Mobile App Section
   ============================================================ */

@media (max-width: 991px) {
    .mobile-applicaton-section .h4 { font-size: 18px !important; line-height: 1.4; }
}

@media (max-width: 767px) {
    .mobile-applicaton-section                  { padding: 40px 0 20px; }
    .mobile-applicaton-section .h4              { font-size: 18px; line-height: 1.3; margin-bottom: 20px; text-align: center; }
    .mobile-applicaton-section .col-md-6:first-child { margin-bottom: 30px; }
    .mobile-applicaton-section img              { max-width: 280px; margin: 0 auto; display: block; }
}

@media (max-width: 575px) {
    .mobile-applicaton-section .h4 { font-size: 16px !important; line-height: 1.55; }
}


/* ============================================================
   15. App Snapshot Section
   ============================================================ */

@media (max-width: 767px) {
    .app-snap-phone     { max-width: 180px; }
    .app-snap-label     { font-size: 16px; }
    .app-snap-phone img { border-radius: 15px; }
}

@media (max-width: 575px) {
    .app-snap-phone     { max-width: 140px; }
    .app-snap-label     { font-size: 14px; }
    .app-snap-phone img { border-radius: 15px; }
    .snap-padding       { padding: 5px; }
}

@media (max-width: 480px) {
    .app-snap-phone     { max-width: 120px; }
    .app-snap-label     { font-size: 13px; }
    .app-snap-phone img { border-radius: 15px; }
}


/* ============================================================
   16. Result & Testimonials
   ============================================================ */

@media (max-width: 1199px) {
    .discuss-subtitle { font-size: 20px; line-height: 1.3; }
}

@media (max-width: 991px) {
    .result-body { font-size: 18px; line-height: 1.5; }
}

@media (max-width: 767px) {
    .result-body                { font-size: 16px; line-height: 1.6; margin-top: 16px; margin-bottom: 20px; }
    .testimonial-card           { padding: 32px 22px; }
    .testimonial-row            { flex-direction: column; align-items: center !important; text-align: center; gap: 16px; }
    .testimonial-text           { font-size: 16px; }
    .testimonial-text p         { font-size: 14px; }
    .testimonial-text .attribution { font-size: 14px; }
    .avatar-placeholder img     { width: 100px; height: 100px; }
}

@media (max-width: 575px) {
    .testimonial-card           { padding: 20px 16px; }
    .testimonial-row            { flex-direction: column; align-items: center !important; text-align: center; gap: 16px; }
    .testimonial-text           { margin-right: 0 !important; text-align: center; }
    .testimonial-text p         { font-size: 15px; line-height: 1.6; text-align: center; }
    .testimonial-attribution    { text-align: center; justify-content: center; display: flex; flex-direction: column; align-items: center; }
    .testimonial-attribution .name  { font-size: 16px !important; line-height: 1.4; text-align: center; }
    .testimonial-attribution .separator { display: none; }
    .testimonial-attribution .title    { font-size: 14px !important; margin-top: 4px; text-align: center; }
    .testimonial-attribution .organization { font-size: 14px !important; margin-top: 2px; text-align: center; }
    .avatar-placeholder img     { width: 100px; height: 100px; border-radius: 50%; object-fit: cover; }

    /* Ring stat cards */
    .stat-card      { padding: 20px 14px; }
    .ring-wrap      { width: 110px; height: 110px; margin: 36px auto 16px; }
    .ring-wrap .ring-label { font-size: 24px; }
}

@media (max-width: 480px) {
    .stat-card      { padding: 18px 12px 20px; }
    .ring-wrap      { width: 100px; height: 100px; margin: 32px auto 14px; }
    .ring-wrap .ring-label { font-size: 22px; }
    .stat-label     { font-size: 14px; }
    .stat-sub       { font-size: 12px; }

    .testimonial-text p         { font-size: 13px; line-height: 1.5; }
    .testimonial-attribution .name  { font-size: 14px !important; }
    .testimonial-attribution .title { font-size: 12px !important; }
    .testimonial-attribution .organization { font-size: 12px !important; }
    .avatar-placeholder img     { width: 70px; height: 70px; }
}


/* ============================================================
   17. Tech Partner & Stats
   ============================================================ */

@media (max-width: 1199px) {
    .tech-partner-title     { font-size: 38px; }
}

@media (max-width: 991px) {
    .tech-partner-title     { font-size: 26px; }
    .tech-partner-subtitle  { font-size: 18px; line-height: 1.4; margin-bottom: 28px; }
    .tech-stats-row         { flex-wrap: wrap; gap: 12px; }
    .tech-stats-row .col    { flex: 0 0 calc(50% - 10px); max-width: calc(50% - 10px); margin-bottom: 16px; }
    .tech-stat-card         { margin: 0; }
    .tech-stat-number       { font-size: 30px; }
}

@media (max-width: 767px) {
    .tech-partner-title     { font-size: 26px; }
    .tech-stats-row         { flex-wrap: wrap; gap: 10px; justify-content: center; }
    .tech-stats-row .col    { flex: 0 0 calc(50% - 10px); max-width: calc(50% - 10px); }
    .tech-stat-card         { margin: 0; padding: 14px 10px; }
    .tech-stat-number       { font-size: 28px; }
    .tech-stat-label        { font-size: 14px; }
}

@media (max-width: 575px) {
    .tech-partner-title     { font-size: 22px; }
    .tech-stats-row .col    { flex: 0 0 calc(50% - 8px); max-width: calc(50% - 8px); }
    .tech-stat-number       { font-size: 26px; }
}

@media (max-width: 480px) {
    .tech-stats-row .col    { flex: 0 0 calc(50% - 6px); max-width: calc(50% - 6px); }
    .tech-stat-card         { padding: 12px 8px; }
    .tech-stat-number       { font-size: 22px; }
    .tech-stat-label        { font-size: 12px; }
}


/* ============================================================
   18. Services
   ============================================================ */

@media (max-width: 767px) {
    .services-col-heading   { font-size: 18px; }
    .services-list li       { font-size: 14px; padding: 12px 14px; }
}

@media (max-width: 480px) {
    .services-list li   { padding: 10px 12px; font-size: 13px; gap: 10px; }
    .services-icon      { width: 34px; height: 34px; }
}


/* ============================================================
   19. Discuss / Contact Form
   ============================================================ */

@media (max-width: 1199px) {
    .discuss-title          { font-size: 38px; }
    .discuss-subtitle       { font-size: 20px; line-height: 1.3; }
    .discuss-office-heading { font-size: 24px; }
}

@media (max-width: 991px) {
    .discuss-title          { font-size: 32px; }
    .discuss-subtitle       { font-size: 18px; line-height: 1.4; }
    .discuss-office-heading { font-size: 22px; }
}

@media (max-width: 767px) {
    .discuss-title          { font-size: 26px; }
    .discuss-subtitle       { font-size: 16px; line-height: 1.55; }
    .discuss-office-heading { font-size: 20px; }
    .discuss-form-card      { padding: 24px 16px; }
    .discuss-badges         { gap: 14px; flex-wrap: wrap; }
    .badge-stars            { font-size: 12px; }
}

@media (max-width: 575px) {
    .discuss-title          { font-size: 22px; }
    .discuss-subtitle       { font-size: 16px; line-height: 1.65; }
    .discuss-office-heading { font-size: 18px; }
    .discuss-form-card      { padding: 18px 14px; }
    .discuss-badges         { gap: 10px; }
    .discuss-input          { padding: 11px 13px; font-size: 14px; }
    .discuss-submit         { font-size: 14px; padding: 13px; }
    .badge-stars            { font-size: 11px; }
    .badge-name             { font-size: 11px; }
    .office-card            { padding: 14px; }
    .office-address         { font-size: 13px; }
    .office-phone           { font-size: 13px; }
}

@media (max-width: 480px) {
    .discuss-input    { padding: 11px 13px; font-size: 14px; }
    .discuss-submit   { font-size: 14px; padding: 13px; }
    .discuss-textarea { min-height: 100px; }
    .office-card      { padding: 14px; }
    .office-address   { font-size: 13px; }
    .office-phone     { font-size: 13px; }
}


/* ============================================================
   20. CTA Banner
   ============================================================ */

@media (max-width: 991px) {
    .cta-banner-title    { font-size: 26px; }
    .cta-banner-subtitle { font-size: 16px; line-height: 1.5; }
}

@media (max-width: 767px) {
    .cta-banner-title    { font-size: 24px; line-height: 1.2; }
    .cta-banner-subtitle { font-size: 16px; line-height: 1.55; }
    .cta-banner .col-lg-4 { margin-top: 20px; text-align: left !important; }
    .cta-banner-btn      { font-size: 14px; padding: 12px 22px; }
}

@media (max-width: 575px) {
    .cta-banner-title    { font-size: 20px; }
    .cta-banner-btn      { width: 100%; text-align: center; display: block; }
}


/* ============================================================
   21. Case Studies Grid
   ============================================================ */

@media (max-width: 991px) {
    .case-study-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
    .case-study-grid        { grid-template-columns: 1fr; gap: 16px; }
    .case-study-card        { padding: 20px 16px; }
    .case-study-title       { font-size: 28px; }
    .case-study-description { font-size: 16px; }
    .case-study-btn         { font-size: 16px; padding: 14px 18px; }
}


/* ============================================================
   22. Industry Tabs
   ============================================================ */

@media (max-width: 991px) {
    .industry-tabs {
        border-right: 0;
        border-bottom: 1px solid rgba(245, 130, 32, 0.25);
    }
    .industry-tab       { margin-right: 0; margin-bottom: -1px; }
    .industry-tab.active {
        border-right: none;
        border-bottom: 3px solid #f58220;
        background: #ffffff;
    }
    .industry-content   { padding: 28px 20px; }
}

@media (max-width: 767px) {
    .industry-tab       { padding: 14px 16px; }
    .industry-tab h5    { font-size: 16px; }
    .industry-tab p     { font-size: 12px; }
    .industry-card p,
    .industry-list li   { font-size: 15px; }
}

@media (max-width: 575px) {
    .industry-section .col-lg-4 { flex: 0 0 100%; margin-bottom: 20px; }
    .industry-section .col-lg-8 { flex: 0 0 100%; }
    .industry-tabs      { flex-direction: column; gap: 12px; }
    .industry-tab       { padding: 12px 16px; }
    .industry-content   { padding: 20px 16px; }
    .industry-panel     { padding: 20px 16px; }
    .industry-card      { padding: 16px 14px; }
    .industry-list      { margin-bottom: 0; }
}


/* ============================================================
   23. Image Grid
   ============================================================ */

@media (max-width: 767px) {
    .image-grid-container   { flex-direction: column; gap: 16px; }
    .image-grid-item:first-child,
    .image-grid-item:nth-child(2),
    .image-grid-item:nth-child(3) { flex: none; width: 100%; }
    .image-grid-item img    { min-height: 160px; }
    .image-grid-item:nth-child(3) { gap: 12px; }
}


/* ============================================================
   24. AI Pipeline (Commit Process)
   ============================================================ */

@media (max-width: 991px) {
    .commit-process-row { flex-direction: column; gap: 32px; }
    .commit-step        { width: 100%; }
    .commit-arrow       { width: 2px; height: 44px; margin: 0 auto; }
    .commit-arrow::after {
        right: 50%;
        top: auto;
        bottom: 0;
        transform: translateX(50%) rotate(135deg);
    }
}


/* ============================================================
   25. Toast Notifications
   ============================================================ */

@media (max-width: 768px) {
    .toast-container { top: 10px; right: 10px; left: 10px; }
    .toast           { min-width: auto; max-width: none; }
}


/* ============================================================
   26. Footer
   ============================================================ */

@media (max-width: 767px) {
    .footer-main        { padding: 40px 0 32px; }
    .footer-legal       { text-align: left !important; margin-top: 8px; }
    .footer-social-list { gap: 10px; }
    .footer-bottom .col-md-4 { text-align: left !important; }
    .footer-copyright   { margin-top: 8px; }
}

@media (max-width: 575px) {
    .footer-main        { padding: 36px 0 24px; }
    .footer-logo        { height: 40px; }
    .footer-copyright   { text-align: left !important; }
    .footer-deck-title  { font-size: 13px; }
    .footer-deck-meta   { font-size: 11px; }
    .footer-deck-icon   { width: 38px; height: 38px; font-size: 14px; }
    .footer-tagline     { font-size: 14px; }
    .footer-contact-link { font-size: 14px; }
}


/* ============================================================
   27. Section Vertical Spacing (shared padding resets)
   ============================================================ */

@media (max-width: 991px) {
    .challenges,
    .solution,
    .what-we-build,
    .medicloud-section,
    .about-section,
    .overview-section,
    .prob-sol-section,
    .ui-design-section,
    .result-section,
    .tech-partner-section,
    .services-section,
    .discuss-section    { padding: 40px 0; }
    .ui-design-section  { padding-bottom: 0; }
    .app-snap-section   { padding: 24px 0 40px; }
    .cta-banner         { padding: 40px 0; }
    .snap-padding       { padding: 18px; }
}

@media (max-width: 767px) {
    .challenges,
    .solution,
    .what-we-build,
    .medicloud-section,
    .overview-section,
    .prob-sol-section,
    .ui-design-section,
    .result-section,
    .tech-partner-section,
    .services-section,
    .discuss-section    { padding: 32px 0; }
    .about-section      { padding: 28px 0; }
    .ui-design-section  { padding-bottom: 0; }
    .app-snap-section   { padding: 20px 0 32px; }
    .mobile-applicaton-section { padding: 20px 0 0; }
    .cta-banner         { padding: 28px 0; }
    .image-grid-section { padding: 28px 0; }
}

@media (max-width: 575px) {
    .ui-design-section  { padding: 40px 0; }
}


/* ============================================================
   28. MediCloud Image Bleed (min-width overrides)
   ============================================================ */

@media (min-width: 992px) {
    .medicloud-img-wrapper {
        margin-right: calc((100vw - 960px) / -2 - 15px);
    }
}

@media (min-width: 1200px) {
    .medicloud-img-wrapper {
        margin-right: calc((100vw - 1140px) / -2 - 15px);
    }
}