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

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

/* Hero Contact Content Width */
.hero-contact-content {
    max-width: 900px;
}

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

/* =========================================
   Database Section Cards
========================================= */
.database-main {
    height: 580px;        /* Fixed height */
    gap: 30px;
    justify-content: flex-start;
}

.database-main .card-content p {
    min-height: 100px;    /* Ensures consistent card height */
}

/* =========================================
   DevOps Pipeline
========================================= */
.devops-pipeline {
    flex-wrap: wrap;      /* Makes items wrap on smaller screens */
}
