/* ============================================================
   RESPONSIVE FIX — Tablet & Mobile ONLY
   Desktop (1025px+) ko bilkul touch nahi kiya gaya
   ============================================================ */

/* ============================================================
   TABLET — 768px to 1024px
   ============================================================ */
@media (min-width: 768px) and (max-width: 1024px) {

  /* ── HERO SECTION ── */
  .hero-container {
    flex-direction: column-reverse;
    padding: 40px 5%;
    gap: 20px;
    text-align: center;
  }
  .hero-title { font-size: 34px; }
  .hero-text { font-size: 15px; margin: 0 auto 28px; max-width: 100%; }
  .hero-buttons { justify-content: center; }
  .dm-wheel { transform: scale(0.72); margin: -60px 0; }
  .hero-image { width: 100%; }

  /* ── ANNOUNCE BAR ── */
  .m-item { font-size: 13px; margin-right: 40px; }
  .m-dot  { width: 30px; height: 30px; font-size: 12px; }

  /* ── ABOUT SECTION ── */
  .about-container {
    flex-direction: column;
    padding: 0 24px;
    gap: 40px;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
  }
  .about-image-col { flex: none; width: 100%; }
  .about-content-col { width: 100%; }
  .about-sub-label { justify-content: center; }
  .about-shadow-title { font-size: 44px; }
  .about-heading { font-size: 28px; }
  .about-para { font-size: 16px; }
  .about-stats-row { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .about-orb { width: 360px; height: 360px; }
  .about-img-wrap img { max-width: 340px; }
  .stat-bubble.bubble-likes  { left: 0; }
  .stat-bubble.bubble-clients{ left: 0; }
  .stat-bubble.bubble-growth { right: 0; }

  /* ── EXPERIENCE SECTION ── */
  .exp-container {
    flex-direction: column;
    padding: 0 24px;
    gap: 24px;
    max-width: 100%;
  }
  .exp-image-col { flex: none; width: 100%; }
  .mid-exp-con { display: none !important; }
  .exp-heading { font-size: 26px; }
  .exp-shadow-title { font-size: 40px; }
  .exp-para { font-size: 14px; }

  /* ── SERVICE SECTION ── */
  .service-inner { padding: 0 16px; max-width: 100%; }
  .svc-title { font-size: 30px; }

  /* ── WHY CHOOSE US ── */
  #why-sec { padding: 40px 20px; }
  .why-inner { max-width: 100%; }
  .why-title { font-size: 30px; }
  .why-desc  { font-size: 16px; }
  .why-bottom { flex-direction: column; align-items: center; }
  .feat-cards { flex-wrap: wrap; justify-content: center; }
  .feat-card  { width: 280px; min-height: auto; }
  .feat-card-title { font-size: 20px; }
  .feat-card-desc  { font-size: 15px; }
  .why-img-frame { width: 100%; max-width: 480px; height: 380px; }
  .client-badge { padding: 14px 22px; }
  .badge-num  { font-size: 52px; }
  .badge-text { font-size: 22px; }

  /* ── PROJECTS ── */
  .proj-inner { padding: 0 16px; }
  .proj-title { font-size: 30px; }

  /* ── COUNTER ── */
  .counter-inner { gap: 16px; padding: 0 20px; }
  .counter-card  { flex: 1 1 calc(50% - 10px); max-width: calc(50% - 10px); }
  .counter-number-wrap { font-size: 40px; }
  .counter-icon-wrap   { width: 80px; height: 80px; }
  .counter-icon-wrap i { font-size: 28px; }

  /* ── PROCESS SECTION ── */
  .proc-inner { padding: 0 16px; margin: 0 auto; }
  .proc-title { font-size: 34px; }
  .proc-grid  { grid-template-columns: repeat(2, 1fr); gap: 18px; }

  /* ── BRAND LOGOS ── */
  .brand-inner { padding: 0 10px; }
  .brand-track-wrap { padding: 28px 20px; }
  .brand-logo img { max-width: 110px; }

  /* ── TESTIMONIALS ── */
  .testi-inner { padding: 0 16px; }
  .testi-title { font-size: 34px; }

  /* ── CONTACT / CTA ── */
  #contact-sec { padding: 20px 16px; }
  .cta-inner { margin: 0 auto; padding: 0 16px; max-width: 100%; }
  .cta-glass-card { flex-direction: column; }
  .cta-img-col {
    flex: 0 0 280px;
    border-radius: 22px 22px 0 0;
    width: 100%;
  }
  .cta-img-col::after {
    border-right: none;
    border-bottom: 1.5px solid rgba(180,100,255,0.45);
    border-radius: 22px 22px 0 0;
  }
  .cta-content-col { padding: 28px 24px; }
  .cta-title { font-size: 26px; }
  .cta-desc  { font-size: 14px; }
  .cta-features { padding-left: 0 !important; }
  .cta-stats-col {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    padding: 20px 24px;
    border-left: none;
  }
  .stat-glass { flex: 1 1 calc(33% - 8px); }

  /* ── BLOG ── */
  .blog-inner { padding: 0 16px; }
  .blog-title { font-size: 34px; }
  .blog-card  { flex: 0 0 300px; }

  /* ── GENERAL LABEL ── */
  .label-text { font-size: 11px; letter-spacing: 2px; }
}


/* ============================================================
   MOBILE — max 767px
   ============================================================ */
@media (max-width: 767px) {

  /* ── HERO SECTION ── */
  .hero-container {
    flex-direction: column-reverse;
    padding: 30px 4%;
    gap: 10px;
    text-align: center;
  }
  .hero-title    { font-size: 26px; line-height: 1.3; }
  .hero-text     { font-size: 14px; margin: 0 auto 24px; }
  .hero-buttons  { justify-content: center; flex-direction: column; align-items: center; gap: 12px; }
  .btn           { font-size: 14px !important; padding: 11px 22px !important; }
  .hero-image    { width: 100%; justify-content: center; }
  .dm-wheel      { transform: scale(0.56); margin: -90px 0; }

  /* ── ANNOUNCE BAR ── */
  .m-item { font-size: 12px; margin-right: 30px; }
  .m-dot  { width: 28px; height: 28px; font-size: 11px; }

  /* ── ABOUT SECTION ── */
  #about-sec { padding: 40px 0; }
  .about-container {
    flex-direction: column;
    padding: 0 16px;
    gap: 32px;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
  }
  .about-image-col  { flex: none; width: 100%; }
  .about-content-col{ width: 100%; }
  .about-sub-label  { justify-content: center; }
  .about-shadow-title { font-size: 32px; }
  .about-heading    { font-size: 22px; }
  .about-para       { font-size: 14px; line-height: 1.7; }
  .about-stats-row  { grid-template-columns: 1fr; gap: 10px; }
  .stat-card-title  { font-size: 15px; }
  .stat-card-desc   { font-size: 13px; }
  .about-orb        { width: 260px; height: 260px; }
  .about-img-wrap img{ max-width: 240px; }
  .stat-bubble      { padding: 6px 10px; }
  .stat-bubble .sb-text { font-size: 11px; }
  
  .dm-item-inner span { font-weight: 700; font-family: 'Montserrat', sans-serif; font-size: 16px !important; line-height: 1.2; text-align: center; position: relative; z-index: 3; text-shadow: 0 1px 4px rgba(0,0,0,0.8); }

  /* ── EXPERIENCE SECTION ── */
  #experience-sec { padding: 24px 0 0; }
  .exp-container  {
    flex-direction: column;
    padding: 0 16px;
    gap: 16px;
    max-width: 100%;
  }
  .exp-image-col  { flex: none; width: 100%; }
  .mid-exp-con    { display: none !important; }
  .exp-heading    { font-size: 20px; }
  .exp-shadow-title{ font-size: 28px; }
  .exp-para       { font-size: 13px; }
  .exp-stats-list li { font-size: 13px; }
  .exp-stat-value { font-size: 16px; }
  .exp-stat-label { font-size: 13px; }
  .exp-cta-btn    { font-size: 13px; padding: 9px 20px; }

  /* ── SERVICE SECTION ── */
  #service-sec    { padding: 32px 0 16px; min-height: auto; }
  .service-inner  { padding: 0 12px; max-width: 100%; }
  .svc-title      { font-size: 22px; }
  .svc-header     { margin-bottom: 6px; }
  .svc-card-title { font-size: 18px; min-height: auto; }
  .svc-card-desc  { font-size: 14px; }
  .svc-btn        { font-size: 13px; padding: 8px 18px; }

  /* ── WHY CHOOSE US ── */
  #why-sec { padding: 36px 16px; min-height: auto; }
  .why-inner { max-width: 100%; }
  .why-title { font-size: 22px; line-height: 1.3; }
  .why-desc  { font-size: 14px; }
  .why-bottom { flex-direction: column; align-items: center; gap: 20px; }
  .feat-cards { flex-direction: column; align-items: center; gap: 16px; }
  .feat-card  { width: 100%; max-width: 320px; min-height: auto; padding: 28px 20px 24px; }
  .feat-card-title { font-size: 18px; }
  .feat-card-desc  { font-size: 14px; margin-bottom: 20px; }
  .feat-btn        { font-size: 13px; padding: 8px 20px; }
  .progress-ring-wrap { width: 80px; height: 80px; 
  margin-bottom: unset !important;
  }
  .progress-ring-wrap img { width: 80px; height: 80px; }
  .why-img-side  { width: 100%; }
  .why-img-frame { width: 100%; max-width: 340px; height: 280px; border-radius: 50%; }
  .client-badge  { padding: 10px 18px; min-width: 130px; bottom: 10px; right: 0; }
  .badge-num  { font-size: 34px; }
  .badge-text { font-size: 16px; }

  /* ── PROJECTS ── */
  #project-sec { padding: 32px 0; min-height: auto; }
  .proj-inner  { padding: 0 12px; }
  .proj-title  { font-size: 24px; }
  .proj-header { margin-bottom: 24px; }
  .proj-card-title { font-size: 15px; }
  .proj-card-desc  { font-size: 12px; }
  .proj-btn    { font-size: 12px; padding: 8px 16px; }

  /* ── COUNTER SECTION ── */
  #counter-sec { padding: 50px 0 60px; min-height: auto; }
  .counter-inner { padding: 0 12px; gap: 12px; justify-content: center; }
  .counter-card  {
    flex: 0 0 calc(50% - 6px);
    max-width: calc(50% - 6px);
    padding: 22px 14px;
  }
  .counter-number-wrap { font-size: 30px; margin-bottom: 8px; }
  .counter-number-wrap .plus { font-size: 22px; }
  .counter-icon-wrap   { width: 68px; height: 68px; margin-bottom: 16px; }
  .counter-icon-wrap i { font-size: 24px; }
  .counter-label { font-size: 12px; }

  /* ── PROCESS SECTION ── */
  #process-sec { padding: 40px 0 50px; }
  .proc-inner  { padding: 0 12px; margin: 0 auto; max-width: 100%; }
  .proc-header { margin-bottom: 32px; }
  .proc-title  { font-size: 24px; }
  .proc-subtitle { font-size: 13px; }
  .proc-grid   { grid-template-columns: 1fr 1fr; gap: 12px; }
  .proc-card   { padding: 22px 14px 20px; }
  .proc-num-bubble { width: 58px; height: 58px; }
  .proc-num-text   { font-size: 18px; }
  .proc-card-title { font-size: 14px; margin-bottom: 10px; }
  .proc-card-desc  { font-size: 12px; display: none; }
  .proc-badge      { font-size: 11px; padding: 7px 12px; }
  .proc-badge .badge-num { font-size: 11px; }
  .proc-badge .badge-txt { font-size: 11px; }
  .proc-divider { margin: 0 auto 12px; }

  /* ── BRAND LOGOS ── */
  #brand-sec { padding: 30px 0; }
  .brand-inner { padding: 0 8px; }
  .brand-arrow { width: 36px; height: 36px; font-size: 12px; }
  .brand-track-wrap { padding: 18px 16px; }
  .brand-logo img   { max-width: 90px; max-height: 36px; }
  .brand-scroll-track { gap: 32px; }

  /* ── TESTIMONIALS ── */
  #testi-sec   { padding: 32px 0; }
  .testi-inner { padding: 0 12px; }
  .testi-title { font-size: 24px; }
  .testi-header{ margin-bottom: 32px; }
  .testi-card  { border-radius: 16px; }
  .testi-img   { height: 120px; width: 70%; }
  .testi-name  { font-size: 13px; }
  .testi-desig { font-size: 11px; }
  .testi-text  { font-size: 13px; }

  /* ── CONTACT / CTA ── */
  #contact-sec { padding: 16px !important; }
  .cta-inner   { margin: 0 auto; padding: 0; max-width: 100%; }
  .cta-glass-card { flex-direction: column; border-radius: 18px; }
  .cta-img-col {
    flex: 0 0 200px;
    height: 200px;
    border-radius: 16px 16px 0 0;
    width: 100%;
  }
  .cta-img-col::after { border-right: none; border-bottom: 1.5px solid rgba(180,100,255,0.45); border-radius: 16px 16px 0 0; }
  .cta-content-col { padding: 22px 18px; }
  .cta-title { font-size: 22px; }
  .cta-desc  { font-size: 13px; margin-bottom: 18px; }
  .cta-features { gap: 8px; margin-bottom: 22px; }
  .cta-features li { font-size: 13px; }
  .cta-features { padding-left: 0 !important; }
  .cta-btn   { font-size: 13px; padding: 10px 20px; align-self: stretch; justify-content: center; }
  .cta-trust { font-size: 12px; }
  .cta-stats-col {
    flex-direction: column;
    gap: 10px;
    padding: 16px 18px;
    border-left: none;
  }
  .stat-glass  { flex: none; width: 100%; }
  .stat-info h4{ font-size: 18px; }
  .stat-info p { font-size: 13px; }
  .stat-icon-wrap { width: 36px; height: 36px; }
  .stat-icon-wrap i{ font-size: 14px; }

  /* ── BLOG ── */
  #blog-sec   { padding: 32px 0; min-height: auto; }
  .blog-inner { padding: 0 12px; }
  .blog-title { font-size: 24px; }
  .blog-header{ margin-bottom: 32px; }
  .blog-card  { flex: 0 0 260px; }
  .blog-img-wrap{ height: 170px; }
  .blog-card-title{ font-size: 14px; min-height: auto; }
  .blog-meta  { font-size: 11px; }
  .blog-btn   { font-size: 12px; padding: 8px 16px; }
  .blog-btn .blog-arrow { width: 22px; height: 22px; font-size: 11px; }
  .nav-arrow  { width: 40px; height: 40px; font-size: 13px; }
  .carousel-outer { gap: 10px; }

  /* ── SMALL SHARED LABELS ── */
  .why-label, .testi-label, .proj-label,
  .proc-label, .blog-label, .about-sub-label,
  .exp-cta-btn { font-size: 11px; }
  .label-text  { font-size: 10px; letter-spacing: 1.5px; }

  /* ── VERY SMALL PHONES (≤360px) ── */
}

@media (max-width: 380px) {
  .hero-title  { font-size: 22px; }
  .dm-wheel    { transform: scale(0.46); margin: -110px 0; }
  .counter-card{
    flex: 0 0 calc(50% - 5px);
    max-width: calc(50% - 5px);
    padding: 18px 10px;
  }
  .counter-number-wrap { font-size: 26px; }
  .counter-icon-wrap   { width: 56px; height: 56px; }
  .proc-grid   { grid-template-columns: 1fr !important; }
  .proc-card   { max-width: 100%; }
  .about-stats-row { grid-template-columns: 1fr; }
  .feat-card   { max-width: 100%; width: 100%; }
  .why-img-frame { max-width: 280px; height: 230px; }
  .badge-num   { font-size: 28px; }
  .badge-text  { font-size: 14px; }
  .blog-card   { flex: 0 0 230px; }
  .cta-img-col { flex: 0 0 160px; height: 160px; }
}