/* ==========================================================================
   ICONIC AVENUES - COMPREHENSIVE RESPONSIVE STYLESHEET
   Coverage from 300px (Small Mobile) to 1400px+ (Large Desktop)
   ========================================================================== */

/* --------------------------------------------------------------------------
   GLOBAL HORIZONTAL OVERFLOW & SIDE-CUTTING PROTECTION
   Ensures 0 horizontal scrolling and perfectly fits all sections on mobile
   -------------------------------------------------------------------------- */
html {
  overflow-x: hidden !important;
  max-width: 100% !important;
  width: 100% !important;
}

body {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
  margin: 0 !important;
  padding-top: 74px !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: relative !important;
  -webkit-overflow-scrolling: touch !important;
}

/* Fixed Header Container & Site Header Base across all views */
#header-container {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 9999999 !important;
  margin: 0 !important;
  padding: 0 !important;
  pointer-events: auto !important;
  transform: translate3d(0, 0, 0) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  will-change: transform;
}

.site-header {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 9999999 !important;
  pointer-events: auto !important;
  background-color: rgba(255, 255, 255, 0.98) !important;
  border-bottom: 1.5px solid var(--neutral-border);
  box-shadow: 0 4px 20px rgba(36, 54, 56, 0.08);
}

.site-footer {
  position: relative !important;
}

@media (max-width: 991.98px) {
  body {
    padding-top: 68px !important;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box !important;
}

/* Use overflow:clip (not hidden) on sections so they do NOT
   become independent scroll containers that hijack touch events */
section,
main,
footer,
.hero-section,
.about-core-section,
.bg-pattern-louvers,
.bg-pattern-team-luxury,
#reviews-section,
#the-iconic-advantage,
.cta-banner-section,
#team-section,
.hero-glass-stats-bar {
  max-width: 100% !important;
  overflow-x: clip !important;
  /* Never set overflow-y here — it must NOT interfere with page scroll */
  box-sizing: border-box !important;
}

/* Map wrapper needs hidden (not clip) for pin positioning */
.reviews-map-wrapper {
  max-width: 100% !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

.reviews-card-container {
  max-width: 100% !important;
  box-sizing: border-box !important;
  background: transparent !important;
}

img,
video,
iframe,
svg {
  max-width: 100% !important;
  height: auto;
}

/* Mobile: Fix reveal directions & animation speed, prevent section scroll hijack */
@media (max-width: 767.98px) {
  html,
  body {
    overflow-x: hidden !important;
    max-width: 100% !important;
    width: 100% !important;
    position: relative !important;
  }

  /* On mobile, use vertical-only translate so sections never clip left/right.
     translateX on sections would create overflow that scrolls horizontally. */
  .reveal-left,
  .reveal-right,
  .reveal-up,
  .reveal-flip {
    opacity: 0;
    transform: translateY(16px);
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
  }

  .reveal-scale {
    opacity: 0;
    transform: scale(0.97);
    transition: transform 0.35s ease-out, opacity 0.35s ease-out;
  }

  /* Revealed state — same for all on mobile */
  .reveal-left.revealed,
  .reveal-right.revealed,
  .reveal-up.revealed,
  .reveal-flip.revealed,
  .reveal-scale.revealed {
    transform: none !important;
    opacity: 1 !important;
  }

  /* Reset Bootstrap row negative margins on mobile to prevent overflow */
  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  [class*="col-"] {
    padding-left: 6px !important;
    padding-right: 6px !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .container,
  .container-fluid {
    padding-left: 12px !important;
    padding-right: 12px !important;
    max-width: 100% !important;
    /* Do NOT set overflow-x:hidden on container — hijacks scroll */
  }

  /* Map Container: pin markers may poke out, clip them */
  .reviews-map-wrapper {
    overflow: hidden !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .map-pin-marker[data-index="4"] {
    left: 78% !important;
  }

  .map-pin-marker[data-index="5"] {
    left: 76% !important;
  }

  /* Hide decorative side graphics on mobile */
  .team-side-decor-left,
  .team-side-decor-right {
    display: none !important;
  }
}

/* --------------------------------------------------------------------------
   1. Ultra-Small Mobile Devices (300px to 380px)
   -------------------------------------------------------------------------- */
@media (max-width: 380px) {

  html,
  body {
    overflow-x: hidden !important;
    width: 100% !important;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  span,
  a,
  button {
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  /* Header & Logo */
  .site-logo {
    max-height: 36px !important;
  }

  .navbar {
    padding: 8px 0 !important;
  }

  /* Hero Section — padding-top must exceed fixed header height (~75px on mobile)
     to prevent content from being hidden behind the header */
  .hero-section {
    padding: 90px 0 60px !important;
    /* Safe fallback using CSS env() for devices with notch */
    padding-top: max(90px, calc(75px + env(safe-area-inset-top))) !important;
  }

  .hero-badge {
    font-size: 0.75rem !important;
    padding: 4px 12px !important;
  }

  .hero-title {
    font-size: 1.65rem !important;
    line-height: 1.25 !important;
    margin-bottom: 12px !important;
  }

  .hero-subtitle {
    font-size: 0.88rem !important;
    line-height: 1.55 !important;
  }

  .hero-section .d-flex.flex-wrap {
    flex-direction: column !important;
    width: 100% !important;
    gap: 10px !important;
  }

  .hero-section .btn {
    width: 100% !important;
    justify-content: center !important;
    padding: 10px 14px !important;
    font-size: 0.8125rem !important;
  }

  /* Section Action Buttons */
  .about-core-section .btn,
  #the-iconic-advantage .btn {
    width: 100% !important;
    justify-content: center !important;
    text-align: center !important;
  }

  /* Hero Statistics Bar */
  .hero-glass-stats-bar {
    margin-top: 24px !important;
    padding: 10px 6px !important;
    border-radius: 12px !important;
  }

  .hero-glass-stats-bar .stat-number {
    font-size: 1.5rem !important;
    margin-bottom: 2px !important;
  }

  .hero-glass-stats-bar .stat-label {
    font-size: 0.68rem !important;
    letter-spacing: 0.02em !important;
  }

  .hero-glass-stats-bar .stat-item {
    padding: 6px 2px !important;
  }

  /* Typography & Section Headers */
  .section-tag {
    font-size: 0.75rem !important;
    letter-spacing: 0.08em !important;
  }

  .section-title {
    font-size: 1.45rem !important;
    line-height: 1.3 !important;
  }

  .section-desc {
    font-size: 0.88rem !important;
  }

  /* About Core Section */
  .about-img-wrapper {
    min-height: 230px !important;
    border-radius: 14px !important;
  }

  .about-floating-badge {
    padding: 10px 12px !important;
    margin: 10px !important;
    border-radius: 10px !important;
  }

  .about-floating-badge .badge-icon {
    font-size: 1.5rem !important;
  }

  .about-floating-badge h6 {
    font-size: 0.8rem !important;
  }

  .about-floating-badge small {
    font-size: 0.7rem !important;
  }

  .about-stat-strip {
    gap: 16px !important;
    padding-top: 16px !important;
    margin-top: 6px !important;
  }

  .about-stat-number,
  .about-core-section .stat-number {
    font-size: 1.5rem !important;
    line-height: 1.15 !important;
    margin-bottom: 2px !important;
    white-space: nowrap !important;
  }

  .about-stat-label,
  .about-core-section .stat-number + span {
    font-size: 0.78rem !important;
    line-height: 1.3 !important;
  }

  /* Vision, Mission & Pillars */
  .vision-mission-card {
    padding: 16px 14px !important;
    border-radius: 14px !important;
  }

  .vision-mission-card h3 {
    font-size: 1.2rem !important;
  }

  .vision-mission-card .lead-quote {
    font-size: 0.92rem !important;
  }

  .pillar-card {
    padding: 14px 12px !important;
    border-radius: 12px !important;
  }

  .pillar-title {
    font-size: 1.05rem !important;
  }

  .pillar-text {
    font-size: 0.82rem !important;
  }

  /* Service Cards */
  .service-card {
    padding: 18px 14px !important;
    border-radius: 14px !important;
  }

  .service-card h4 {
    font-size: 1.15rem !important;
  }

  .service-card p {
    font-size: 0.85rem !important;
  }

  /* How It Works Responsive Workflow Stepper & Cards */
  .workflow-stepper-wrap {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    margin: 12px 0 18px !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  .workflow-stepper-track {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px 14px !important;
    padding: 14px 18px !important;
    border-radius: 16px !important;
    width: 100% !important;
    max-width: 440px !important;
    background: #243638 !important;
    box-shadow: 0 8px 24px rgba(36, 54, 56, 0.16) !important;
  }

  .stepper-connector {
    display: none !important;
  }

  .stepper-node {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 0 !important;
  }

  .stepper-dot {
    width: 22px !important;
    height: 22px !important;
    font-size: 0.7rem !important;
    background: #D4AF37 !important;
    color: #243638 !important;
    flex-shrink: 0 !important;
  }

  .stepper-label {
    font-size: 0.82rem !important;
    color: #F4F1D0 !important;
    white-space: normal !important;
    line-height: 1.25 !important;
  }

  .workflow-card {
    padding: 22px 18px !important;
    border-radius: 16px !important;
  }

  .workflow-title {
    font-size: 1.12rem !important;
    margin-bottom: 8px !important;
  }

  .workflow-text {
    font-size: 0.85rem !important;
    line-height: 1.55 !important;
    margin-bottom: 12px !important;
  }

  .workflow-num {
    font-size: 1.1rem !important;
    padding: 3px 12px !important;
  }

  .workflow-icon-box {
    width: 40px !important;
    height: 40px !important;
    font-size: 1.15rem !important;
  }

  .workflow-check-item {
    font-size: 0.78rem !important;
  }

  /* The Iconic Advantage */
  .feature-box {
    padding: 14px 12px !important;
  }

  .feature-icon {
    width: 38px !important;
    height: 38px !important;
    font-size: 1.1rem !important;
  }

  .feature-content h5 {
    font-size: 0.95rem !important;
  }

  .feature-content p {
    font-size: 0.82rem !important;
  }

  /* 3-in-1 Advantage Integrated Ecosystem (Single Image) */
  .advantage-main-img-box {
    height: 280px !important;
    border-radius: 16px !important;
  }

  .advantage-floating-card {
    right: 8px !important;
    bottom: 10px !important;
    padding: 8px 12px !important;
  }

  .advantage-floating-icon {
    width: 36px !important;
    height: 36px !important;
    font-size: 1.1rem !important;
  }

  .advantage-floating-title {
    font-size: 0.82rem !important;
  }

  .advantage-floating-sub {
    font-size: 0.7rem !important;
  }

  .integrated-service-item {
    padding: 12px 10px !important;
  }

  /* Team Section */
  .team-card-minimal {
    border-radius: 18px !important;
  }

  .team-card-minimal .team-img-box {
    height: 340px !important;
    flex: 0 0 340px !important;
    width: 100% !important;
  }

  .team-card-minimal .team-content-box {
    padding: 16px 14px 18px !important;
  }

  .team-card-minimal .team-name {
    font-size: 1.15rem !important;
    margin-bottom: 4px !important;
  }

  .team-card-minimal .team-role-badge {
    font-size: 0.78rem !important;
    padding: 4px 14px !important;
  }

  /* Testimonials Showcase (Mobile) */
  .reviews-showcase-card {
    padding: 24px 18px !important;
    border-radius: 20px !important;
    min-height: auto !important;
  }

  .reviews-card-header {
    padding-bottom: 12px !important;
    gap: 10px !important;
  }

  .review-stars-display {
    font-size: 0.88rem !important;
    letter-spacing: 1.5px !important;
    flex-shrink: 0 !important;
  }

  .review-service-badge {
    font-size: 0.72rem !important;
    padding: 3px 9px !important;
    line-height: 1.3 !important;
  }

  .review-verified-pill {
    font-size: 0.72rem !important;
    padding: 3px 8px !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
  }

  .review-verified-pill i {
    font-size: 0.82rem !important;
    line-height: 1 !important;
    flex-shrink: 0 !important;
  }

  .reviews-quote-icon {
    font-size: 2.6rem !important;
    line-height: 0.7 !important;
    margin-top: 10px !important;
    margin-bottom: 12px !important;
  }

  .review-quote-text {
    font-size: 0.94rem !important;
    line-height: 1.65 !important;
    font-weight: 500 !important;
    max-height: 190px !important;
    overflow-y: auto !important;
    padding-right: 6px !important;
    white-space: pre-line !important;
    margin-bottom: 16px !important;
  }

  .review-client-footer {
    padding-top: 14px !important;
  }

  .client-avatar-wrapper {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
  }

  .client-avatar-img {
    width: 100% !important;
    height: 100% !important;
  }

  .client-name {
    font-size: 1.02rem !important;
    font-weight: 700 !important;
    margin-bottom: 2px !important;
  }

  .client-role {
    font-size: 0.82rem !important;
  }

  .client-location {
    font-size: 0.82rem !important;
  }

  .review-counter-pill {
    font-size: 0.82rem !important;
    padding: 3px 8px !important;
  }

  .review-nav-btn {
    width: 36px !important;
    height: 36px !important;
    font-size: 0.88rem !important;
  }

  .trust-badge-pill {
    font-size: 0.82rem !important;
    padding: 6px 12px !important;
  }

  .about-stat-strip {
    gap: 12px !important;
  }

  .about-stat-number,
  .about-core-section .stat-number {
    font-size: 1.25rem !important;
  }

  .about-stat-label,
  .about-core-section .stat-number + span {
    font-size: 0.72rem !important;
  }

  .workflow-stepper-track {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    padding: 12px 14px !important;
  }

  .workflow-card {
    padding: 18px 14px !important;
  }

  /* CTA Banner */
  .cta-banner-section {
    padding: 30px 14px !important;
    border-radius: 16px !important;
    text-align: center !important;
  }

  .cta-banner-section h2 {
    font-size: 1.25rem !important;
  }

  .cta-banner-section p {
    font-size: 0.88rem !important;
  }

  .cta-banner-section .btn {
    width: 100% !important;
    justify-content: center !important;
  }

  /* Footer */
  .site-footer {
    position: relative !important;
    padding: 50px 0 0 !important;
  }

  .footer-logo {
    max-height: 38px !important;
  }

  .footer-heading {
    font-size: 1.02rem !important;
    margin-bottom: 16px !important;
  }

  .footer-desc,
  .footer-links a,
  .footer-contact-item div {
    font-size: 0.85rem !important;
  }

  .footer-social-link {
    width: 38px !important;
    height: 38px !important;
    font-size: 0.95rem !important;
  }

  .footer-bottom {
    margin-top: 20px !important;
    padding: 14px 0 8px !important;
    font-size: 0.8rem !important;
  }

  .footer-bottom .footer-legal-links {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    gap: 4px !important;
    width: 100% !important;
    margin-top: 4px !important;
  }

  .footer-bottom .footer-legal-links a {
    display: inline-block !important;
    text-align: center !important;
    padding: 1px 0 !important;
    line-height: 1.35 !important;
    font-size: 0.82rem !important;
  }

  .footer-rera-info {
    font-size: 0.68rem !important;
    padding: 5px 8px !important;
    border-radius: 8px !important;
    gap: 4px !important;
    line-height: 1.3 !important;
  }

  .footer-rera-info .footer-rera-icon {
    font-size: 0.82rem !important;
  }

  .footer-rera-info .footer-rera-label {
    font-size: 0.68rem !important;
  }

  .footer-rera-info .footer-rera-num {
    font-size: 0.6rem !important;
    letter-spacing: 0px !important;
  }

  /* Floating Action */
  .back-to-top-btn {
    bottom: 16px !important;
    right: 14px !important;
    width: 44px !important;
    height: 44px !important;
    font-size: 18px !important;
    z-index: 9999999 !important;
    transform: translateZ(0) !important;
    -webkit-transform: translateZ(0) !important;
  }
}

/* --------------------------------------------------------------------------
   2. Small Mobile Devices (381px to 575.98px)
   -------------------------------------------------------------------------- */
@media (min-width: 381px) and (max-width: 575.98px) {

  /* Hero Section — padding-top must clear fixed header (~75px on mobile) */
  .hero-section {
    padding: 100px 0 70px !important;
    padding-top: max(100px, calc(75px + env(safe-area-inset-top))) !important;
  }

  /* Hero title — must not use the 3.2rem desktop default */
  .hero-title {
    font-size: 1.85rem !important;
    line-height: 1.2 !important;
    margin-bottom: 14px !important;
  }

  .hero-subtitle {
    font-size: 0.9rem !important;
    line-height: 1.55 !important;
  }

  .hero-section .d-flex.flex-wrap {
    flex-direction: column !important;
    width: 100% !important;
    gap: 12px !important;
  }

  .hero-section .btn {
    width: 100% !important;
    justify-content: center !important;
  }

  .about-core-section .btn,
  #the-iconic-advantage .btn {
    width: 100% !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .section-title {
    font-size: 1.65rem !important;
  }

  .hero-glass-stats-bar {
    margin-top: 28px !important;
    padding: 14px 10px !important;
  }

  .hero-glass-stats-bar .stat-number {
    font-size: 1.8rem !important;
  }

  .hero-glass-stats-bar .stat-label {
    font-size: 0.74rem !important;
  }

  .about-img-wrapper {
    min-height: 280px !important;
  }

  .about-stat-number,
  .about-core-section .stat-number {
    font-size: 1.45rem !important;
  }

  .about-stat-label,
  .about-core-section .stat-number + span {
    font-size: 0.76rem !important;
  }

  .cta-banner-section {
    padding: 36px 18px !important;
    text-align: center !important;
  }

  .footer-bottom {
    margin-top: 22px !important;
    padding: 16px 0 10px !important;
  }

  .footer-bottom .footer-legal-links {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    gap: 4px !important;
    width: 100% !important;
    margin-top: 4px !important;
  }

  .footer-bottom .footer-legal-links a {
    display: inline-block !important;
    text-align: center !important;
    padding: 1px 0 !important;
    line-height: 1.35 !important;
    font-size: 0.82rem !important;
  }

  .footer-rera-info {
    font-size: 0.74rem !important;
    padding: 6px 10px !important;
    border-radius: 10px !important;
    gap: 5px !important;
  }

  .footer-rera-info .footer-rera-icon {
    font-size: 0.88rem !important;
  }

  .footer-rera-info .footer-rera-label {
    font-size: 0.74rem !important;
  }

  .footer-rera-info .footer-rera-num {
    font-size: 0.67rem !important;
    letter-spacing: 0.2px !important;
  }

  /* Floating Action */
  .back-to-top-btn {
    bottom: 20px !important;
    right: 18px !important;
    width: 46px !important;
    height: 46px !important;
    font-size: 19px !important;
    z-index: 9999999 !important;
    transform: translateZ(0) !important;
    -webkit-transform: translateZ(0) !important;
  }
}

/* --------------------------------------------------------------------------
   3. Small Devices / Landscape Mobile (576px to 767.98px)
   -------------------------------------------------------------------------- */
@media (min-width: 576px) and (max-width: 767.98px) {

  /* Hero title — slightly larger than small mobile but still controlled */
  .hero-title {
    font-size: 2.1rem !important;
    line-height: 1.2 !important;
  }

  .hero-subtitle {
    font-size: 0.95rem !important;
  }

  .hero-section .d-flex.flex-wrap {
    flex-direction: column !important;
    width: 100% !important;
    gap: 12px !important;
  }

  .hero-section .btn {
    width: 100% !important;
    justify-content: center !important;
  }

  .about-core-section .btn,
  #the-iconic-advantage .btn {
    width: 100% !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .section-title {
    font-size: 1.85rem !important;
  }

  .about-img-wrapper {
    min-height: 320px !important;
  }

  /* Hero Section — padding-top must also clear fixed header on landscape mobile */
  .hero-section {
    padding: 100px 0 80px !important;
    padding-top: max(100px, calc(75px + env(safe-area-inset-top))) !important;
  }

  .cta-banner-section {
    text-align: center !important;
  }

  .footer-rera-info {
    font-size: 0.78rem !important;
    padding: 6px 14px !important;
    border-radius: 12px !important;
    gap: 6px !important;
  }

  .footer-rera-info .footer-rera-num {
    font-size: 0.72rem !important;
    letter-spacing: 0.3px !important;
  }
}

/* --------------------------------------------------------------------------
   3.5 General Mobile Formatting & Alignment (max-width: 767.98px)
   -------------------------------------------------------------------------- */
@media (max-width: 767.98px) {

  body,
  p,
  .section-desc,
  .hero-subtitle,
  .pillar-text,
  .service-card p,
  .feature-content p,
  .cta-banner-section p,
  .footer-desc,
  .footer-links a,
  .footer-contact-item div,
  .lead,
  .accordion-body,
  .card-text,
  .about-text,
  .team-bio,
  .contact-info-text,
  .blog-excerpt,
  .faq-answer,
  .sub-heading,
  .property-desc,
  .service-desc,
  .value-card p {
    font-size: 0.875rem !important;
    line-height: 1.6 !important;
  }

  /* Universal Mobile Button Safety */
  .btn,
  .btn-primary-custom,
  .btn-gold-custom,
  .btn-outline-custom,
  .btn-outline-gold,
  .nav-inquiry-btn {
    max-width: 100% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    white-space: normal !important;
    word-break: break-word !important;
    text-align: center !important;
  }

  /* Client Reviews Section Typography (Mobile) */
  .reviews-showcase-card {
    padding: 24px 20px !important;
    border-radius: 20px !important;
    min-height: auto !important;
  }

  .reviews-quote-icon {
    font-size: 2.8rem !important;
    line-height: 0.7 !important;
    margin-top: 8px !important;
    margin-bottom: 12px !important;
  }

  .review-quote-text {
    font-size: 1.0rem !important;
    line-height: 1.68 !important;
    font-weight: 500 !important;
    min-height: auto !important;
    margin-bottom: 18px !important;
  }

  .reviews-card-header {
    padding-bottom: 12px !important;
    gap: 10px !important;
  }

  .review-stars-display {
    font-size: 0.92rem !important;
    letter-spacing: 2px !important;
    flex-shrink: 0 !important;
  }

  .review-service-badge {
    font-size: 0.74rem !important;
    font-weight: 700 !important;
    padding: 4px 10px !important;
    line-height: 1.3 !important;
  }

  .review-verified-pill {
    font-size: 0.74rem !important;
    font-weight: 600 !important;
    padding: 3px 8px !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
  }

  .review-verified-pill i {
    font-size: 0.82rem !important;
    line-height: 1 !important;
    flex-shrink: 0 !important;
  }

  .client-avatar-wrapper {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
  }

  .client-name {
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    margin-bottom: 2px !important;
  }

  .client-role {
    font-size: 0.82rem !important;
  }

  .client-location {
    font-size: 0.82rem !important;
  }

  .reviews-card-bottom-bar {
    padding-top: 14px !important;
    margin-top: 14px !important;
  }

  .review-counter-pill {
    font-size: 0.82rem !important;
    padding: 4px 8px !important;
  }

  .review-nav-btn {
    width: 36px !important;
    height: 36px !important;
    font-size: 0.9rem !important;
  }

  .trust-badge-pill {
    font-size: 0.84rem !important;
    padding: 6px 12px !important;
  }

  /* Footer Bottom Links: Line-by-line centered on mobile */
  .footer-bottom {
    margin-top: 24px !important;
    padding: 16px 0 10px !important;
  }

  .footer-bottom .footer-legal-links {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    gap: 4px !important;
    width: 100% !important;
    margin-top: 4px !important;
  }

  .footer-bottom .footer-legal-links a {
    display: inline-block !important;
    text-align: center !important;
    padding: 1px 0 !important;
    line-height: 1.35 !important;
    font-size: 0.82rem !important;
  }
}

/* --------------------------------------------------------------------------
   4. Medium Devices / Tablets (768px to 991.98px) and Mobile Nav
   -------------------------------------------------------------------------- */
@media (max-width: 991.98px) {

  .footer-rera-info {
    font-size: 0.82rem !important;
    padding: 6px 16px !important;
  }

  .footer-rera-info .footer-rera-num {
    font-size: 0.78rem !important;
    letter-spacing: 0.4px !important;
  }

  .about-stat-number,
  .about-core-section .stat-number {
    font-size: 1.85rem !important;
  }

  .workflow-stepper-track {
    padding: 6px 14px !important;
    gap: 8px !important;
  }

  .stepper-label {
    font-size: 0.82rem !important;
  }

  .workflow-card {
    padding: 24px 18px !important;
  }

  /* Mobile navbar collapse panel */
  .navbar-collapse {
    background: #FFFFFF !important;
    padding: 12px 10px !important;
    border-radius: 14px !important;
    box-shadow: 0 12px 30px rgba(36, 54, 56, 0.14) !important;
    margin-top: 10px !important;
    border: 1px solid rgba(36, 54, 56, 0.1) !important;
    max-height: 80vh !important;
    overflow-y: auto !important;
  }

  /* Nav links in mobile panel */
  .navbar-nav .nav-link {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 0.92rem !important;
    font-weight: 600 !important;
    color: var(--primary-color) !important;
    padding: 11px 14px !important;
    border-radius: 8px !important;
    border-bottom: 1px solid rgba(36, 54, 56, 0.06) !important;
    letter-spacing: 0.01em !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .navbar-nav .nav-link:last-child {
    border-bottom: none !important;
  }

  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-link:focus {
    background-color: rgba(36, 54, 56, 0.04) !important;
    color: var(--accent-gold-dark) !important;
  }

  .navbar-nav .nav-link.active::after {
    display: none !important;
  }

  .navbar-nav .nav-link.active {
    background-color: rgba(212, 175, 55, 0.1) !important;
    color: var(--primary-color) !important;
    border-radius: 8px !important;
    border-left: 3px solid var(--accent-gold) !important;
  }

  /* Services dropdown in mobile panel */
  .site-header .services-dropdown-menu,
  .dropdown-menu.services-dropdown-menu {
    position: static !important;
    display: none;
    float: none !important;
    border: none !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    padding: 4px 6px !important;
    background: rgba(36, 54, 56, 0.03) !important;
    margin: 4px 0 8px 14px !important;
    min-width: auto !important;
    width: calc(100% - 14px) !important;
  }

  .site-header .services-dropdown-menu.show,
  .dropdown-menu.services-dropdown-menu.show {
    display: block !important;
  }

  /* Dropdown items in mobile */
  .site-header .service-dropdown-item,
  .dropdown-item.service-dropdown-item {
    padding: 9px 10px !important;
    font-size: 0.85rem !important;
    font-weight: 500 !important;
    color: var(--primary-color) !important;
    border-radius: 8px !important;
    border-bottom: 1px solid rgba(36, 54, 56, 0.05) !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
  }

  .site-header .service-dropdown-item:last-child {
    border-bottom: none !important;
  }

  .site-header .service-item-icon {
    width: 32px !important;
    height: 32px !important;
    font-size: 1rem !important;
    flex-shrink: 0 !important;
    background: rgba(212, 175, 55, 0.12) !important;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: var(--accent-gold-dark) !important;
  }

  .site-header .service-item-title {
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    color: var(--primary-color) !important;
    display: block !important;
  }

  .site-header .service-item-desc {
    font-size: 0.75rem !important;
    color: #64748B !important;
    display: block !important;
  }

  /* Dropdown explore footer link */
  .dropdown-explore-wrapper {
    margin-top: 4px !important;
    padding-top: 4px !important;
    border-top: 1px solid rgba(36, 54, 56, 0.08) !important;
  }

  .dropdown-explore-link {
    font-size: 0.84rem !important;
    font-weight: 600 !important;
    color: var(--primary-color) !important;
    padding: 9px 10px !important;
    border-radius: 8px !important;
  }

  /* Dropdown header label */
  .dropdown-header {
    font-size: 0.7rem !important;
    letter-spacing: 0.1em !important;
    color: #94A3B8 !important;
    padding: 6px 10px 4px !important;
    font-weight: 700 !important;
  }

  .about-img-wrapper {
    min-height: 320px;
  }

  /* Client Reviews Card Centering & Typography on Tablet/Medium Screens */
  .reviews-card-container {
    max-width: 640px;
    margin: 0 auto;
    width: 100%;
  }

  .reviews-showcase-card {
    padding: 28px 24px;
    border-radius: 22px;
  }

  .reviews-card-container .review-quote-text {
    font-size: 1.04rem;
    line-height: 1.7;
    font-weight: 500;
  }

  .reviews-card-container .client-name {
    font-size: 1.08rem;
    font-weight: 700;
  }

  .reviews-card-container .client-role,
  .reviews-card-container .client-location {
    font-size: 0.84rem;
  }

  .cta-banner-section {
    text-align: center !important;
  }

  .cta-banner-section .btn {
    margin-top: 16px !important;
    display: inline-flex !important;
    justify-content: center !important;
  }
}

/* --------------------------------------------------------------------------
   5. Large Devices (Desktops, 992px to 1199.98px)
   -------------------------------------------------------------------------- */
@media (min-width: 992px) {
  .hero-title {
    font-size: 3.2rem !important;
  }
}

/* --------------------------------------------------------------------------
   6. Extra Large Devices (Large Desktops, 1200px and up)
   -------------------------------------------------------------------------- */
@media (min-width: 1200px) {
  .hero-title {
    font-size: 3.5rem !important;
  }

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1240px;
  }
}

/* --------------------------------------------------------------------------
   7. Touch Devices Optimization
   -------------------------------------------------------------------------- */
@media (hover: none) and (pointer: coarse) {

  .btn-primary-custom,
  .btn-gold-custom,
  .btn-outline-custom,
  .nav-link,
  .dropdown-item {
    min-height: 44px;
    display: flex;
    align-items: center;
  }
}

/* --------------------------------------------------------------------------
   8. Global Button Responsive Font Sizes & Padding
   -------------------------------------------------------------------------- */
/* Mobile (down to 300px) */
@media (max-width: 767.98px) {

  .btn,
  .btn-primary-custom,
  .btn-gold-custom,
  .btn-outline-custom,
  .btn-secondary,
  .nav-inquiry-btn,
  button.btn {
    font-size: 0.875rem !important;
    /* 14px */
    padding: 10px 18px !important;
  }

  .btn-sm {
    font-size: 0.8rem !important;
    /* 12.8px */
    padding: 6px 12px !important;
  }

  .btn-lg {
    font-size: 0.9rem !important;
    /* 14.4px */
    padding: 12px 20px !important;
  }
}

/* Ultra-Small Mobile (300px to 380px) */
@media (max-width: 380px) {

  .btn,
  .btn-primary-custom,
  .btn-gold-custom,
  .btn-outline-custom,
  .btn-secondary,
  .nav-inquiry-btn,
  button.btn {
    font-size: 0.8125rem !important;
    /* 13px */
    padding: 9px 14px !important;
  }

  .btn-sm {
    font-size: 0.75rem !important;
    /* 12px */
    padding: 5px 10px !important;
  }

  .btn-lg {
    font-size: 0.875rem !important;
    /* 14px */
    padding: 10px 16px !important;
  }
}

/* Tablets (768px to 991.98px) */
@media (min-width: 768px) and (max-width: 991.98px) {

  .btn,
  .btn-primary-custom,
  .btn-gold-custom,
  .btn-outline-custom,
  .btn-secondary,
  .nav-inquiry-btn,
  button.btn {
    font-size: 0.9rem !important;
    /* 14.4px */
    padding: 11px 20px !important;
  }

  .btn-sm {
    font-size: 0.825rem !important;
    padding: 7px 14px !important;
  }

  .btn-lg {
    font-size: 0.95rem !important;
    padding: 13px 24px !important;
  }
}

/* Desktop & Above (992px+) */
@media (min-width: 992px) {

  .btn,
  .btn-primary-custom,
  .btn-gold-custom,
  .btn-outline-custom,
  .btn-secondary,
  .nav-inquiry-btn,
  button.btn {
    font-size: 0.95rem !important;
    /* 15.2px */
  }

  .btn-sm {
    font-size: 0.85rem !important;
  }

  .btn-lg {
    font-size: 1rem !important;
    /* 16px */
  }
}

/* 3-in-1 Advantage & 3 Vertical Pillars Responsive Spacing */
@media (max-width: 991.98px) {
  html {
    scroll-padding-top: 70px;
  }

  section[id],
  div[id],
  #the-3in1-advantage,
  #real-estate-vertical,
  #finance-vertical,
  #interior-vertical {
    scroll-margin-top: 70px;
  }

  /* Compact section vertical padding */
  #real-estate-vertical,
  #finance-vertical,
  #interior-vertical,
  #the-3in1-advantage {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  #real-estate-vertical .container,
  #finance-vertical .container,
  #interior-vertical .container,
  #the-3in1-advantage .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .advantage-main-img-box {
    min-height: 280px !important;
    height: 280px !important;
  }

  /* Responsive 3 Pillar Services Flow: 1. Title -> 2. Image -> 3. Text & Details */
  .pillar-content-row {
    display: flex !important;
    flex-direction: column !important;
    --bs-gutter-y: 0 !important;
    row-gap: 0 !important;
  }

  .pillar-info-col {
    display: contents !important;
  }

  .pillar-header-group {
    order: 1 !important;
    width: 100% !important;
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    padding-top: 0 !important;
  }

  .pillar-header-group .section-tag {
    margin-bottom: 4px !important;
    display: inline-block;
  }

  .pillar-header-group .section-title {
    margin-bottom: 0 !important;
    font-size: 1.45rem !important;
    line-height: 1.3 !important;
  }

  .pillar-header-group h5 {
    font-size: 1.05rem !important;
    margin-top: 4px !important;
    margin-bottom: 0 !important;
  }

  .pillar-image-col {
    order: 2 !important;
    width: 100% !important;
    margin-top: 0 !important;
    margin-bottom: 16px !important;
  }

  .pillar-image-col .about-img-wrapper {
    min-height: 220px !important;
    max-height: 280px !important;
    border-radius: 14px !important;
    overflow: hidden !important;
  }

  .pillar-image-col .about-img-wrapper img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
  }

  .pillar-body-group {
    order: 3 !important;
    width: 100% !important;
    margin-top: 0 !important;
  }

  .pillar-body-group>p {
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    font-size: 0.92rem !important;
    line-height: 1.6 !important;
  }

  .pillar-body-group .row.g-3 {
    --bs-gutter-y: 8px !important;
    --bs-gutter-x: 8px !important;
    margin-bottom: 14px !important;
  }

  .pillar-body-group .row.g-3 .col-sm-6 {
    margin-top: 6px !important;
  }

  .pillar-body-group .row.g-3 h6 {
    font-size: 0.92rem !important;
    line-height: 1.3 !important;
  }

  .pillar-body-group .row.g-3 small {
    font-size: 0.8rem !important;
    line-height: 1.4 !important;
  }

  .pillar-body-group .d-flex.flex-wrap {
    margin-top: 4px !important;
  }

  /* Working Process Section Compact Spacing */
  .process-steps-section {
    padding-top: 32px !important;
    padding-bottom: 24px !important;
  }

  .process-steps-section .section-header {
    margin-bottom: 20px !important;
  }

  .process-steps-section .custom-card {
    padding: 18px 16px !important;
  }

  /* CTA Banner Tight Margin */
  .cta-container-wrap {
    margin-top: 18px !important;
    margin-bottom: 32px !important;
  }

  .cta-banner-section {
    padding: 28px 20px !important;
  }
}

@media (max-width: 575.98px) {
  html {
    scroll-padding-top: 65px;
  }

  section[id],
  div[id],
  #the-3in1-advantage,
  #real-estate-vertical,
  #finance-vertical,
  #interior-vertical {
    scroll-margin-top: 65px;
  }

  #real-estate-vertical,
  #finance-vertical,
  #interior-vertical,
  #the-3in1-advantage {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .advantage-main-img-box {
    min-height: 240px !important;
    height: 240px !important;
    border-radius: 14px !important;
  }

  .advantage-floating-card {
    left: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    padding: 8px 12px !important;
  }

  .advantage-floating-icon {
    width: 36px !important;
    height: 36px !important;
    font-size: 1.05rem !important;
  }

  .advantage-floating-title {
    font-size: 0.8rem !important;
  }

  .advantage-floating-sub {
    font-size: 0.7rem !important;
  }

  .pillar-header-group {
    margin-bottom: 10px !important;
  }

  .pillar-header-group .section-title {
    font-size: 1.25rem !important;
  }

  .pillar-image-col {
    margin-bottom: 12px !important;
  }

  .pillar-image-col .about-img-wrapper {
    min-height: 190px !important;
    max-height: 230px !important;
  }

  .pillar-body-group>p {
    font-size: 0.86rem !important;
    margin-bottom: 10px !important;
  }

  .pillar-body-group .row.g-3 {
    margin-bottom: 12px !important;
  }

  .pillar-body-group .row.g-3 .col-sm-6 {
    margin-top: 4px !important;
  }

  /* Working Process Section Mobile Spacing */
  .process-steps-section {
    padding-top: 22px !important;
    padding-bottom: 16px !important;
  }

  .process-steps-section .section-header {
    margin-bottom: 16px !important;
  }

  .process-steps-section .section-header .section-title {
    font-size: 1.3rem !important;
  }

  .process-steps-section .custom-card {
    padding: 14px 12px !important;
  }

  /* CTA Banner Mobile Spacing */
  .cta-container-wrap {
    margin-top: 12px !important;
    margin-bottom: 22px !important;
  }

  .cta-banner-section {
    padding: 22px 14px !important;
  }

  /* Real Estate Services Page Mobile Adjustments */
  .approach-flow-banner {
    font-size: 0.78rem !important;
    padding: 8px 14px !important;
    gap: 6px !important;
    border-radius: 12px !important;
  }

  .approach-step-card {
    padding: 18px 16px !important;
  }

  .approach-step-card h5 {
    font-size: 0.98rem !important;
  }

  .approach-step-card p {
    font-size: 0.84rem !important;
  }

  .business-solution-card {
    padding: 10px 12px !important;
    gap: 9px !important;
  }

  .business-solution-icon {
    width: 34px !important;
    height: 34px !important;
    font-size: 1rem !important;
  }

  .business-solution-title {
    font-size: 0.8rem !important;
    line-height: 1.35 !important;
  }

  .investor-batch-card {
    padding: 14px 16px !important;
    gap: 12px !important;
  }

  .investor-batch-icon {
    width: 40px !important;
    height: 40px !important;
    font-size: 1.15rem !important;
    border-radius: 10px !important;
  }

  .investor-batch-title {
    font-size: 0.96rem !important;
  }

  .investor-batch-desc {
    font-size: 0.82rem !important;
  }

  .disclaimer-notice-card {
    padding: 20px 18px !important;
    border-left-width: 4px !important;
    border-radius: 14px !important;
  }

  .disclaimer-notice-header {
    gap: 12px !important;
    margin-bottom: 12px !important;
  }

  .disclaimer-icon-box {
    width: 40px !important;
    height: 40px !important;
    font-size: 1.25rem !important;
    border-radius: 10px !important;
  }

  .disclaimer-title-wrap h4 {
    font-size: 1.15rem !important;
  }

  .disclaimer-notice-body h6 {
    font-size: 0.92rem !important;
    line-height: 1.4 !important;
    margin-bottom: 8px !important;
  }

  .disclaimer-notice-body p {
    font-size: 0.85rem !important;
    line-height: 1.55 !important;
  }
}

/* ==========================================================================
   Responsive CTA Banner & Consultation Button Enhancements
   ========================================================================== */
@media (max-width: 991.98px) {
  .cta-banner-section {
    text-align: center !important;
    padding: 36px 24px !important;
  }

  .cta-banner-section h2,
  .cta-banner-section h3,
  .cta-banner-section .cta-title {
    font-size: 1.5rem !important;
    text-align: center !important;
  }

  .cta-banner-section p {
    text-align: center !important;
    max-width: 600px;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 0.95rem !important;
  }

  .cta-banner-section .btn-cta-contact {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 12px 26px !important;
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.01em !important;
    white-space: nowrap !important;
    width: auto !important;
    max-width: 100% !important;
    border-radius: 50px !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22) !important;
    margin-top: 10px !important;
  }
}

@media (max-width: 767.98px) {
  .cta-banner-section {
    padding: 32px 20px !important;
    border-radius: 18px !important;
  }

  .cta-banner-section h2,
  .cta-banner-section h3,
  .cta-banner-section .cta-title {
    font-size: 1.35rem !important;
    line-height: 1.35 !important;
  }

  .cta-banner-section p {
    font-size: 0.9rem !important;
    line-height: 1.6 !important;
  }

  .cta-banner-section .btn-cta-contact {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 12px auto 0 !important;
    padding: 11px 22px !important;
    font-size: 0.9rem !important;
    white-space: nowrap !important;
    gap: 8px !important;
  }
}

@media (max-width: 480px) {
  .cta-banner-section {
    padding: 28px 16px !important;
    border-radius: 16px !important;
  }

  .cta-banner-section h2,
  .cta-banner-section h3,
  .cta-banner-section .cta-title {
    font-size: 1.25rem !important;
  }

  .cta-banner-section p {
    font-size: 0.86rem !important;
    line-height: 1.55 !important;
  }

  .cta-banner-section .btn-cta-contact {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    max-width: 100% !important;
    padding: 10px 18px !important;
    font-size: 0.85rem !important;
    white-space: nowrap !important;
    letter-spacing: 0 !important;
    gap: 6px !important;
  }

  .cta-banner-section .btn-cta-contact i {
    font-size: 0.95rem !important;
    line-height: 1 !important;
    margin-right: 2px !important;
  }
}

/* Responsive adjustments for Luxury Form & Dropdown */
@media (max-width: 767.98px) {
  .contact-form-card {
    padding: 24px 16px !important;
    border-radius: 16px !important;
  }

  .service-pill-selector {
    gap: 6px !important;
  }

  .service-pill-btn {
    font-size: 0.74rem !important;
    padding: 5px 11px !important;
  }

  .luxury-input-group .form-control,
  .luxury-input-group .form-select {
    font-size: 0.9rem !important;
    padding: 11px 12px !important;
    min-height: 46px !important;
  }

  .luxury-input-group .input-icon-box {
    min-width: 42px !important;
    padding: 0 10px !important;
    font-size: 1rem !important;
  }

  .btn-submit-luxury {
    font-size: 0.92rem !important;
    padding: 13px 20px !important;
  }

  .form-trust-badges {
    gap: 10px !important;
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .advisory-concierge-panel {
    padding: 24px 18px !important;
    border-radius: 16px !important;
  }

  .vip-privileges-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 6px !important;
  }

  .privilege-card {
    padding: 8px 4px !important;
  }

  .privilege-card span {
    font-size: 0.68rem !important;
  }
}

/* --------------------------------------------------------------------------
   CASE STUDIES & BLOGS SPOTLIGHT RESPONSIVE STYLES
   -------------------------------------------------------------------------- */
@media (max-width: 991.98px) {
  .featured-case-banner,
  .featured-blog-banner {
    padding: 32px 24px !important;
  }

  .featured-case-banner h2.display-6,
  .featured-blog-banner h2.display-6 {
    font-size: 1.85rem !important;
    line-height: 1.3 !important;
  }

  .stat-pill-box {
    padding: 14px 10px !important;
  }

  .stat-pill-box .stat-val {
    font-size: 1.22rem !important;
  }

  .stat-pill-box .stat-lbl {
    font-size: 0.72rem !important;
  }

  .difference-quote-box {
    padding: 32px 24px !important;
  }

  .difference-quote-box h3 {
    font-size: 1.35rem !important;
  }
}

@media (max-width: 767.98px) {
  /* Hero Section Spacing & Hierarchy */
  .hero-section.hero-inner {
    padding: 45px 0 55px !important;
    position: relative;
    z-index: 1;
  }

  /* Hero Section Typography */
  .hero-inner .hero-title {
    font-size: 1.65rem !important;
    line-height: 1.25 !important;
    margin-bottom: 0.75rem !important;
  }

  .hero-inner .hero-subtitle {
    font-size: 0.88rem !important;
    line-height: 1.6 !important;
    max-width: 96% !important;
  }

  .hero-badge {
    font-size: 0.78rem !important;
    padding: 6px 14px !important;
    margin-bottom: 14px !important;
  }

  /* Featured Spotlight Banner Cards */
  .featured-case-banner,
  .featured-blog-banner {
    padding: 22px 16px !important;
    border-radius: 18px !important;
  }

  .featured-case-banner .badge,
  .featured-blog-banner .badge {
    font-size: 0.76rem !important;
    padding: 5px 10px !important;
  }

  .case-header-block,
  .blog-header-block {
    margin-bottom: 1.25rem !important;
  }

  .featured-case-banner h2.display-6,
  .featured-blog-banner h2.display-6 {
    font-size: 1.38rem !important;
    line-height: 1.3 !important;
    margin-bottom: 0.85rem !important;
    word-break: break-word !important;
  }

  .featured-case-banner p.text-light,
  .featured-blog-banner p.text-light {
    font-size: 0.88rem !important;
    line-height: 1.6 !important;
    margin-bottom: 1.25rem !important;
  }

  /* Strategic Role & Focus Theme Pills */
  .role-badge-pill {
    font-size: 0.75rem !important;
    padding: 5px 11px !important;
    gap: 5px !important;
  }

  /* Stat Pill Boxes in 2x2 Grid */
  .stat-pill-box {
    padding: 12px 6px !important;
    border-radius: 12px !important;
  }

  .stat-pill-box .stat-val {
    font-size: 1.05rem !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    line-height: 1.15 !important;
  }

  .stat-pill-box .stat-lbl {
    font-size: 0.68rem !important;
    letter-spacing: 0.02em !important;
  }

  /* Right Showcase Box & Image */
  .case-showcase-box,
  .blog-showcase-box {
    padding: 14px 12px !important;
    border-radius: 16px !important;
  }

  .case-img-wrap img,
  .blog-img-wrap img {
    height: 200px !important;
  }

  .case-flow-overlay,
  .blog-flow-overlay {
    padding: 8px 12px !important;
  }

  .case-flow-overlay .small,
  .blog-flow-overlay .small {
    font-size: 0.74rem !important;
  }

  .case-highlight-item,
  .blog-highlight-item {
    font-size: 0.82rem !important;
    line-height: 1.4 !important;
    padding: 4px 6px !important;
  }

  .case-highlight-item i,
  .blog-highlight-item i {
    font-size: 0.88rem !important;
  }

  /* The Iconic Avenues Difference Banner */
  .difference-quote-box {
    padding: 24px 18px !important;
    border-radius: 16px !important;
  }

  .difference-quote-box h3 {
    font-size: 1.18rem !important;
    line-height: 1.35 !important;
  }

  .difference-quote-box p {
    font-size: 0.86rem !important;
    line-height: 1.6 !important;
  }

  .difference-quote-box::after {
    font-size: 3.5rem !important;
    right: 15px !important;
    bottom: 10px !important;
    opacity: 0.08 !important;
  }
}

@media (max-width: 380px) {
  .hero-inner .hero-title {
    font-size: 1.42rem !important;
  }

  .featured-case-banner h2.display-6,
  .featured-blog-banner h2.display-6 {
    font-size: 1.22rem !important;
  }

  .stat-pill-box {
    padding: 10px 4px !important;
  }

  .stat-pill-box .stat-val {
    font-size: 0.92rem !important;
  }

  .stat-pill-box .stat-lbl {
    font-size: 0.62rem !important;
  }

  .role-badge-pill {
    font-size: 0.70rem !important;
    padding: 4px 8px !important;
  }

  .difference-quote-box h3 {
    font-size: 1.05rem !important;
  }
}