/* =========================================
   Hero Contact Section
========================================= */
.hero-contact-section {
    background-image: url('../assets/images/get-quote.webp'); /* Hero background image */
    background-position: center center; /* Center the background */
}

.cunsoltation-main {
    background-image: url('../assets/images/startup.webp'); /* Consultation section background */
}

/* Hero Contact Content */
.hero-contact-content {
    max-width: 900px; /* Limit the width of content inside hero */
}

/* =========================================
   Industries Feature Card Section
========================================= */
.industries-feature-card-2 {
    justify-content: flex-start; /* Align cards to the start */
    gap: 30px; /* Space between cards */
}
