/* =========================================
   RESPONSIVE STYLES — LEASEKEY
   ========================================= */

/* --- 1200px --- */
@media (max-width: 1200px) {
  .explore-locations-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* --- 1024px --- */
@media (max-width: 1024px) {
  /* Nav padding moved to navbar-responsive.css */

  .hero-content {
    padding: 0 2rem;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    /* padding-top: 50px; */
  }

  h1 {
    font-size: 3rem;
  }

  .hero-description {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-buttons,
  .hero-stats {
    justify-content: center;
  }

  .building-container {
    width: 400px;
    height: 400px;
  }

  .floating-card {
    display: none;
  }

  .listings-section {
    padding: 80px 2rem;
  }

  .listings-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
  }

  .areas-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .features-section {
    padding: 80px 2rem;
  }

  .features-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
  }

  .features-title {
    font-size: 2.2rem;
  }

  .explore-locations-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .explore-locations-title {
    font-size: 2.5rem;
  }

  .testimonial-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }

  .testimonial-main-title {
    font-size: 2.5rem;
  }
}

/* --- 992px --- */
@media (max-width: 992px) {
  .footer-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* --- 900px --- */
@media (max-width: 900px) {
  .office-card-row {
    grid-template-columns: 1fr;
  }

  .lk-query-container {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .lk-query-right {
    padding: 1rem;
  }
}

/* Mobile Menu Defaults (Hidden on Desktop) */
/* Mobile navigation and sidebar styles moved to navbar-responsive.css */

/* --- 768px --- */
@media (max-width: 768px) {
  ol, ul {
padding-left: 0rem !important; 
  }
  .listings-grid {
    margin-top: 0rem !important;
  }
  /* 1. FAQ Section */
  .faq-list {
    grid-template-columns: 1fr;
  }
  .vm-card {
padding: 1rem !important;
}

  .why-grid,
  .testimonial-grid,
  .blog-grid,
  .difference-grid,
  .sticky-notes-wrapper,
  .values-grid {
  margin-top: 0px !important;
  padding: 15px 5px 20px 5px !important;
   
  }
   .team-text h3 {
    font-size: 1.3rem !important;
   }
.vm-icon {
  font-size: 1rem !important;
}
.vm-grid {
  gap: 20px !important;
}
.section-header {

  margin-bottom: 20px !important;
}
.difference-grid {
  margin-top: 0px !important;
}
.sticky-notes-wrapper {
  margin: 40px auto 0 !important;
}
  /* 2. Office Cards Animation */
  .reveal-card {
    transform: translateY(40px) !important;
    opacity: 0;
  }

  .reveal-card.is-visible {
    transform: translateY(0) !important;
    opacity: 1;
  }

  .reveal-card.is-visible:nth-child(1),
  .reveal-card.is-visible:nth-child(2),
  .reveal-card.is-visible:nth-child(3) {
    transition-delay: 0.1s;
  }

  /* 4. Service Areas Cards */
  .card-inner {
    height: 350px;
  }

  /* 6. Office Animated Section Grid */
  .office-card-row {
    gap: 1.5rem;
  }

  /* 7. Listings Card Image */
  .listings-section .card-image {
    height: 200px;
  }

  /* 9. Service Areas Container Padding */
  /* Handled by .container globally */

  /* 10. Testimonial Text Min-Height */
  .testimonial-text {
    min-height: auto;
  }

  /* 12. Consistent Section Padding (768px) */
  /* Vertical padding is handled natively by .section and var(--section-pad), horizontal is handled by .container */

  /* General Typography adjustments for 768px */
  .section-title,
  .features-title,
  .explore-locations-title,
  .testimonial-main-title,
  .blog-title,
  .faq-title {
    font-size: 2rem;
  }

  .section-description,
  .features-subtitle,
  .explore-locations-description,
  .testimonial-subtitle,
  .blog-subtitle,
  .faq-subtitle {
    font-size: 1rem;
  }

  .listings-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .hero-stats {
    flex-direction: column;
    gap: 1.5rem;
  }

  .building-container {
    width: 300px;
    height: 300px;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 1rem;
  }

  .explore-locations-grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    touch-action: pan-x !important;
    align-items: stretch !important;
    scroll-snap-type: x mandatory !important;
    gap: 12px !important;
    padding: 0 5px 15px 5px !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .explore-locations-grid::-webkit-scrollbar {
    display: none !important;
  }

  .explore-location-card {
    flex: 0 0 calc(50% - 6px) !important; /* 2 cards per screen */
    min-width: calc(50% - 6px) !important;
    scroll-snap-align: center !important;
    height: 240px !important; /* Fixed height for consistency */
    animation-delay: 0s !important;
  }

  .explore-card-large,
  .explore-card-wide,
  .explore-card-small {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  /* 3. Explore Location Cards (768px Readability Fix) */
  .explore-card-overlay {
    background: linear-gradient(
      to bottom,
      transparent 0%,
      rgba(0, 0, 0, 0.75) 100%
    ) !important;
  }

  .explore-card-content {
    padding: 1.2rem 1rem !important;
    gap: 0.3rem !important;
    justify-content: flex-end !important;
  }

  .explore-property-count {
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    font-size: 0.65rem !important;
    padding: 0.3rem 0.6rem !important;
    background: rgba(0, 0, 0, 0.65) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 6px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.6px !important;
    font-weight: 600 !important;
    z-index: 10 !important;
  }

  .explore-location-name {
    font-size: 1.15rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
    margin-bottom: 0.1rem !important;
    color: white !important;
  }

  .explore-location-city {
    font-size: 0.85rem !important;
    opacity: 0.85 !important;
  }

  .explore-price {
    font-size: 0.55rem !important;
    font-weight: 600 !important;
    opacity: 0.95 !important;
  }

  /* Premium Mobile Touch Animation */
  .explore-location-card:active {
    transform: scale(0.96) !important;
    transition: transform 0.2s cubic-bezier(0.33, 1, 0.68, 1) !important;
  }

  .explore-location-card:active .explore-card-bg-image {
    transform: scale(1.1) !important;
    filter: brightness(0.8) !important;
  }

  .explore-location-card:active .explore-card-overlay {
    background: linear-gradient(
      to bottom,
      rgba(0, 145, 255, 0.2) 0%,
      rgba(0, 0, 0, 0.85) 100%
    ) !important;
  }

  .explore-more-details-btn {
    display: none !important;
  }

  /* 4. FAQ Section (Mobile Optimization) */
  .faq-question {
    padding: 1rem 1.25rem !important;
    gap: 1rem !important;
  }

  .question-content {
    gap: 0.75rem !important;
  }

  .question-number {
    min-width: 34px !important;
    height: 34px !important;
    font-size: 0.85rem !important;
    border-radius: 8px !important;
  }

  .question-text {
    font-size: 0.85rem !important;
    line-height: 1.4 !important;
  }

  .toggle-icon {
    min-width: 30px !important;
    height: 30px !important;
    font-size: 1rem !important;
  }

  .answer-content {
    padding: 0 1.25rem 1.25rem 3.75rem !important;
    font-size: 0.9rem !important;
    line-height: 1.6 !important;
  }

  /* =========================================
     16. GLOBAL SPACING STANDARDIZATION (MOBILE)
     ========================================= */

  /* Standardize Section Vertical Spacing */
  section:not(.hero):not(.main-header):not(footer) {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Standardize Container Horizontal Spacing (Safe Edge Distances) */
  /* This list covers major Bootstrap containers and custom wrappers */
  .container,
  [class*="-container"],
  .office-card-row,
  .lk-query-container,
  .promo-banner-container,
  .lead-capture-container,
  .why-container,
  .testimonial-container,
  .faq-container,
  .contact-container,
  .blog-container,
  .service-areas-container {
    padding-left: 1.25rem !important; /* ~20px for consistent mobile margins */
    padding-right: 1.25rem !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  /* Reset nested wrappers to avoid double-padding (Additive Spacing Fix) */
  .container .container,
  .container [class*="-container"],
  .container .office-card-row,
  .container .lk-query-container,
  .container .promo-banner-container,
  .container .lead-capture-container,
  [class*="-container"] .container,
  [class*="-container"] [class*="-container"],
  [class*="-container"] .office-card-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .section {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Custom Spacing & Typography Tweaks for Mobile */
  .lk-section-header {
    margin-bottom: 20px !important;
  }

  .areas-grid {
    gap: 20px !important;
  }

  .why-header {
    margin-bottom: 20px !important;
  }

  .why-header h2 {
    font-size: 1.9rem !important;
  }

  .why-grid {
    gap: 20px !important;
  }

  .why-grid,
  .testimonial-grid,
  .blog-grid,
  .difference-grid,
  .sticky-notes-wrapper,
  .values-grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    touch-action: pan-x !important;
    align-items: stretch !important;
    scroll-snap-type: x mandatory !important;
    gap: 16px !important;
    padding: 14px 5px 20px 5px !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    -webkit-overflow-scrolling: touch !important;
    margin-bottom: 10px !important;
    width: 100% !important;
  }

  .why-grid::-webkit-scrollbar,
  .testimonial-grid::-webkit-scrollbar,
  .blog-grid::-webkit-scrollbar,
  .difference-grid::-webkit-scrollbar,
  .sticky-notes-wrapper::-webkit-scrollbar,
  .values-grid::-webkit-scrollbar {
    display: none !important;
  }

  .why-card,
  .testimonial-card,
  .blog-card,
  .difference-card,
  .note-card,
  .note-card.step-down,
  .note-card.step-up,
  .value-card {
    flex: 0 0 calc(100% - 32px) !important;
    min-width: calc(100% - 32px) !important;
    scroll-snap-align: start !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    height: auto !important;
    opacity: 1 !important;
    transform: none !important;
    transition: all 0.3s ease !important;
  }

  .testimonial-text {
    min-height: auto !important;
  }

  .why-card {
    padding: 1rem 0.5rem !important;
  }

  .testimonial-card {
    padding: 0.9rem !important;
  }

  .difference-card {
    padding: 1.25rem 1rem !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    height: auto !important;
  }

  .difference-card .difference-icon {
    font-size: 2rem !important;
    margin-bottom: 0.75rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .difference-card .difference-icon svg {
    width: 32px !important;
    height: 32px !important;
    stroke-width: 2.2 !important;
  }

  .difference-card h4 {
    font-size: 1.15rem !important;
    margin-bottom: 0.5rem !important;
    line-height: 1.3 !important;
  }

  .difference-card p {
    font-size: 0.88rem !important;
    line-height: 1.45 !important;
    margin: 0 !important;
  }

  .value-card {
    padding: 1.25rem 1rem !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    height: auto !important;
  }

  .value-card .value-icon {
    font-size: 2rem !important;
    margin-bottom: 0.75rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .value-card .value-icon svg {
    width: 32px !important;
    height: 32px !important;
    stroke-width: 2.2 !important;
  }

  .value-card h4 {
    font-size: 1.15rem !important;
    margin-bottom: 0.5rem !important;
    line-height: 1.3 !important;
  }

  .value-card p {
    font-size: 0.88rem !important;
    line-height: 1.45 !important;
    margin: 0 !important;
  }

  /* Slider Navigation Controls (Mobile Carousel) */
  .slider-nav {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 20px !important;
    margin-top: 15px !important;
  }

  .slider-nav-btn {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.95) !important;
    border: 1px solid rgba(0, 145, 255, 0.1) !important;
    color: #1a1a1a !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    box-shadow: 0 4px 10px rgba(0, 145, 255, 0.1) !important;
    transition: all 0.3s ease !important;
  }

  .slider-nav-btn:hover {
    background: linear-gradient(135deg, #0091ff, #ff006e) !important;
    color: white !important;
    border-color: transparent !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 15px rgba(0, 145, 255, 0.25) !important;
  }

  .slider-nav-btn svg {
    width: 18px !important;
    height: 18px !important;
    stroke-width: 2.5 !important;
  }

  .slider-nav-btn:hover svg {
    stroke: white !important;
  }
}

/* --- 576px --- */
@media (max-width: 576px) {
  .footer-container {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  /* "Who We Are" Stats Cards Mobile Optimization */
  .overview-stats {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }

  .stat-card {
    padding: 1rem 0.75rem !important;
    border-radius: 12px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    height: auto !important;
    min-height: 110px !important;
  }

  .stat-card .stat-icon {
    font-size: 1.5rem !important;
    margin-bottom: 0.35rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .stat-card .stat-icon svg {
    width: 24px !important;
    height: 24px !important;
    stroke-width: 2.2 !important;
  }

  .stat-card .stat-number {
    font-size: 1.45rem !important;
    margin-bottom: 0.15rem !important;
    line-height: 1.2 !important;
  }

  .stat-card .stat-label {
    font-size: 0.78rem !important;
    line-height: 1.3 !important;
    margin: 0 !important;
  }

  /* About Hero Feature Chips Mobile Optimization */
  .hero-pills-new {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 4px !important;
    margin-bottom: 0 !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .pill-new {
    display: inline-flex !important;
    padding: 4px 6px !important;
    font-size: 0.68rem !important;
    gap: 3px !important;
    white-space: nowrap !important;
    flex: 0 0 auto !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .pill-new i,
  .pill-new svg {
    width: 10px !important;
    height: 10px !important;
    font-size: 0.68rem !important;
  }

  /* Contact Page — Address / Contact Info Cards Mobile Optimization */
  .bottom-info-wrapper {
    margin-top: 0.75rem !important; /* Reduced top spacing for a tighter, cleaner layout */
    padding: 0.45rem 0.25rem !important; /* Ultra-compact breathing space to eliminate wasted space */
    border-radius: 12px !important;
  }

  .bottom-cards-grid {
    grid-template-columns: 1fr 1fr !important; /* Balanced two-column grid for Call Us and Email Us */
    gap: 0.25rem !important; /* Tighter gap between columns to maximize available width */
    align-items: stretch !important; /* Force cards to equal heights for perfect visual alignment */
  }

  .bottom-cards-grid .contact-card:nth-child(3) {
    display: none !important; /* Hide Visit Us address card completely on mobile */
  }

  .contact-card {
    padding: 0.4rem 0.15rem !important; /* Compact interior card padding for perfect fits */
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    border-right: 1px solid rgba(0, 145, 255, 0.08) !important; /* Elegant vertical separator */
    border-bottom: none !important;
    gap: 0.25rem !important; /* Minimal gap between card elements to save height */
  }

  .contact-card:nth-child(2) {
    border-right: none !important; /* Clean visual boundary without edge divider */
  }

  .contact-card-left {
    flex-direction: column !important;
    gap: 0.15rem !important; /* Extremely tight flow from icon to text */
    align-items: center !important;
    text-align: center !important;
  }

  .contact-card-icon {
    width: 24px !important; /* Compact premium circular icon wrapper */
    height: 24px !important;
    min-width: 24px !important;
    border-radius: 6px !important;
    margin: 0 auto 0.05rem auto !important;
  }

  .contact-card-icon::before {
    inset: -2px !important; /* Sleek tight pulse animation boundary */
    border-radius: 8px !important;
  }

  .contact-card-icon svg {
    width: 12px !important; /* Elegant, proportionate SVG icon */
    height: 12px !important;
  }

  .contact-card-title-group {
    text-align: center !important;
  }

  .contact-card-title-group h4 {
    font-size: 0.72rem !important; /* Tighter heading size for visual balance */
    font-weight: 700 !important;
    margin-bottom: 0 !important;
    line-height: 1.1 !important;
  }

  .contact-card-title-group p {
    display: none !important; /* Hide subtitle to completely eliminate wasted vertical space */
  }

  .contact-card-right {
    align-items: center !important;
    text-align: center !important;
    max-width: 100% !important;
    margin-top: 0.05rem !important;
  }

  .contact-link {
    font-size: 0.68rem !important; /* Secure, premium fit preventing wrapping on narrow viewports */
    font-weight: 700 !important;
    letter-spacing: -0.01em !important; /* Professional typographer look */
    white-space: nowrap !important; /* Keep phone and email strictly on a single line */
  }
}

/* --- 480px --- */
@media (max-width: 480px) {
  /* 13. Hero Section (480px) */
  h1 {
    font-size: 2rem;
  }

  .hero-stats {
    gap: 1rem;
  }

  .building-container {
    width: 240px;
    height: 240px;
  }

  /* 4. Service Areas Cards */
  .card-inner {
    height: 280px;
  }

  /* 7 & 8. Card Images */
  .listings-section .card-image,
  .blog-section .card-image {
    height: 180px;
  }

  /* 14. Features Grid */
  .features-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .feature-card {
    padding: 1.5rem 1rem;
  }

  /* 12. Consistent Section Padding (480px) */
  /* Vertical padding is handled natively by .section and var(--section-pad), horizontal is handled by .container */

  /* 15. Footer */
  .footer {
    padding: 25px 0rem 0px;
  }

  .lk-info-card {
    padding: 1.5rem;
    gap: 1rem;
  }

  .card-icon {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
  }

  .lk-query-right h2 {
    font-size: 1.8rem;
  }

  /* Workspace Showcase adjustments */
  .workspace-showcase {
    padding: 40px 1rem;
  }

  .workspace-box {
    padding: 2rem 1.5rem;
  }

  .workspace-header h2 {
    font-size: 1.8rem;
  }
}

/* ========================================================
   GLOBAL MOBILE FIXED BOTTOM ACTION BAR
   ======================================================== */
.mobile-action-bar {
  display: none;
}

@media (max-width: 576px) {
  /* Premium Footer Protection: push copyright text and social links up
     while letting the footer's dark premium background extend all the way under the action bar */
  .footer {
    padding-bottom: calc(75px + env(safe-area-inset-bottom)) !important;
  }

  .mobile-action-bar {
    position: fixed !important;
    bottom: 0px !important;
    left: 3px !important;
    right: 3px !important;
    width: auto !important; /* Overrides 100% width to float between left/right inset boundaries */
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 0 !important;
    padding: 0 !important;
    background: #ffffff !important; /* Crisp premium white background */
    border: 1px solid rgba(0, 0, 0, 0.08) !important; /* Premium all-around border */
    border-radius: 5px !important; /* Modern rounded corners for a premium floating look */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important; /* Soft premium shadow for lift and depth */
    z-index: 999 !important; /* Sits below mobile sidebar overlay (z-index 2000) and Bootstrap modals (z-index 1050) */
    height: 60px !important; /* Premium compact height for floating layout */
    overflow: hidden !important; /* Clips button tap backgrounds to the container's rounded corners */
    box-sizing: border-box !important;
  }

  .action-bar-btn {
    flex: 1 !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #333333 !important;
    text-decoration: none !important;
    padding: 8px 0 !important;
    transition: none !important;
    box-sizing: border-box !important;
    -webkit-tap-highlight-color: transparent !important; /* Removes iOS/Android default tap highlight color overlay */
    -moz-tap-highlight-color: transparent !important;
    outline: none !important;
  }

  /* Sleek vertical dividers between buttons */
  .enquire-btn,
  .whatsapp-btn {
    border-right: 1px solid rgba(0, 0, 0, 0.06) !important;
  }

  /* Secure fixed state feedback: prevent any background change or scaling issues on hover, active, or focus */
  .action-bar-btn:hover,
  .action-bar-btn:active,
  .action-bar-btn:focus,
  .action-bar-btn:focus-visible {
    background: transparent !important;
    background-color: transparent !important;
    color: #333333 !important;
    transform: none !important;
    box-shadow: none !important;
    outline: none !important;
    text-decoration: none !important;
  }

  .action-icon {
    width: 32px !important;
    height: 32px !important;
    display: block !important;
    margin: 0 auto !important;
    transition: none !important;
  }

  .action-bar-btn span {
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    color: #333333 !important;
    white-space: nowrap !important;
    display: block !important;
    margin-top: 3px !important;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif !important;
  }

  /* Explicitly lock span color across all active/hover/focus states */
  .action-bar-btn:hover span,
  .action-bar-btn:active span,
  .action-bar-btn:focus span,
  .action-bar-btn:focus-visible span {
    color: #333333 !important;
  }

  /* Premium Icon Custom Colors locked strictly for all interactive states */
  .enquire-btn .action-icon,
  .enquire-btn:hover .action-icon,
  .enquire-btn:active .action-icon,
  .enquire-btn:focus .action-icon,
  .enquire-btn:focus-visible .action-icon {
    color: #0091ff !important;
  }

  .whatsapp-btn .action-icon,
  .whatsapp-btn:hover .action-icon,
  .whatsapp-btn:active .action-icon,
  .whatsapp-btn:focus .action-icon,
  .whatsapp-btn:focus-visible .action-icon {
    color: #25d366 !important;
  }

  .call-btn .action-icon,
  .call-btn:hover .action-icon,
  .call-btn:active .action-icon,
  .call-btn:focus .action-icon,
  .call-btn:focus-visible .action-icon {
    color: #7f34c2 !important;
  }

  /* Premium Blog Card Mobile Optimizations */
  .blog-card .card-content {
    padding: 1.25rem !important; /* Shrunk padding from 1.8rem for more horizontal space on mobile */
  }

  .blog-card .card-footer {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: nowrap !important; /* Strictly prevent vertical wrapping / stacking */
    gap: 8px !important; /* Safe minimal gap between the items */
  }

  .blog-card .author-info {
    display: flex !important;
    align-items: center !important;
    gap: 0.4rem !important; /* Tightened gap slightly for neat fit */
    font-size: 0.78rem !important; /* Reduced font-size slightly */
    white-space: nowrap !important; /* Strictly prevent vertical wrapping */
    flex-shrink: 0 !important; /* Protect author block width */
    color: #666 !important;
  }

  .blog-card .author-icon {
    font-size: 0.95rem !important;
    display: inline-flex !important;
    align-items: center !important;
  }

  .blog-card .author-icon svg {
    width: 14px !important;
    height: 14px !important;
  }

  .blog-card .read-more {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.3rem !important; /* Shrunk gap slightly */
    font-size: 0.78rem !important; /* Reduced font-size slightly */
    white-space: nowrap !important; /* Strictly prevent vertical wrapping */
    flex-shrink: 0 !important; /* Protect link width */
    color: #0091ff !important;
  }

  .blog-card .read-more svg,
  .blog-card .read-more .arrow {
    width: 14px !important;
    height: 14px !important;
    display: inline-flex !important;
    align-items: center !important;
  }
}


