/* VIMIA layout compactness correction */

/* Global section spacing */
section,
.section{
  padding-top:42px !important;
  padding-bottom:42px !important;
}

.container{
  max-width:1180px !important;
}

/* Homepage hero blank space reduction */
.hero,
.home-hero,
.hero-section,
.banner,
.main-hero{
  min-height:auto !important;
  padding-top:54px !important;
  padding-bottom:54px !important;
}

.hero .container,
.home-hero .container,
.hero-section .container,
.banner .container,
.main-hero .container{
  align-items:center !important;
}

/* Hero text spacing */
.hero h1,
.home-hero h1,
.hero-section h1,
.banner h1,
.main-hero h1{
  margin-top:0 !important;
  margin-bottom:18px !important;
}

.hero p,
.home-hero p,
.hero-section p,
.banner p,
.main-hero p{
  margin-top:0 !important;
  margin-bottom:18px !important;
  max-width:620px !important;
}

/* Hero buttons and stats */
.hero .btn-row,
.hero .hero-actions,
.hero .actions{
  margin-top:18px !important;
  margin-bottom:22px !important;
}

.hero-stats,
.stats-row,
.trust-row{
  margin-top:26px !important;
  gap:20px !important;
}

/* Reduce visual image over-spacing */
.hero-visual,
.hero-image,
.visual-card{
  margin-top:0 !important;
  margin-bottom:0 !important;
}

/* Page hero for About/Services/Blog/Contact */
.page-hero,
.page-hero.small{
  padding-top:42px !important;
  padding-bottom:42px !important;
  min-height:auto !important;
}

.page-hero h1,
.page-hero.small h1{
  margin-top:0 !important;
  margin-bottom:12px !important;
}

.page-hero p,
.page-hero.small p{
  margin-top:0 !important;
  margin-bottom:0 !important;
}

/* Cards / grids spacing */
.service-card-grid,
.work-grid,
.blog-grid,
.card-grid,
.feature-grid{
  gap:22px !important;
}

.service-card,
.work-card,
.blog-card,
.feature-card,
.card{
  padding:22px !important;
}

/* Section heading compact */
.section-heading{
  margin-bottom:24px !important;
  gap:20px !important;
}

.section-heading h2{
  margin-bottom:8px !important;
}

.section-heading p{
  margin-bottom:0 !important;
}

/* About VIMIA image/content section compact */
.vimia-meaning-image-wrap{
  margin-top:0 !important;
  margin-bottom:24px !important;
}

.vimia-meaning-image{
  max-height:560px !important;
}

/* Header compact */
.site-header,
.main-header,
.header{
  min-height:auto !important;
}

.logo img,
.site-logo img,
.navbar-brand img{
  max-height:74px !important;
  width:auto !important;
}

/* Topbar compact */
.topbar{
  padding-top:7px !important;
  padding-bottom:7px !important;
}

/* Contact / forms */
.contact-grid,
.contact-section .container{
  gap:24px !important;
}

form,
.contact-form{
  margin-top:0 !important;
}

/* Footer spacing */
footer,
.site-footer{
  padding-top:38px !important;
  padding-bottom:26px !important;
}

/* Mobile spacing */
@media (max-width:767px){
  section,
  .section{
    padding-top:30px !important;
    padding-bottom:30px !important;
  }

  .hero,
  .home-hero,
  .hero-section,
  .banner,
  .main-hero{
    padding-top:34px !important;
    padding-bottom:34px !important;
  }

  .page-hero,
  .page-hero.small{
    padding-top:30px !important;
    padding-bottom:30px !important;
  }

  .service-card,
  .work-card,
  .blog-card,
  .feature-card,
  .card{
    padding:18px !important;
  }

  .section-heading{
    margin-bottom:18px !important;
  }

  .hero-stats,
  .stats-row,
  .trust-row{
    margin-top:18px !important;
    gap:14px !important;
  }

  .logo img,
  .site-logo img,
  .navbar-brand img{
    max-height:62px !important;
  }
}
