/* =========================================
   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 container */
.hero-contact-content {
    max-width: 900px; /* Restrict maximum width of content */
}

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

/* =========================================
   DevOps Main Section
========================================= */
.devops-main {
    height: auto; /* Allow height to adjust based on content */
    gap: 30px; /* Space between DevOps cards */
    justify-content: flex-start; /* Align items to start */
}

/* DevOps card content adjustments */
.devops-main .card-content p {
    min-height: 90px; /* Ensure text blocks have minimum height */
}

/* DevOps pipeline container */
.devops-pipeline {
    flex-wrap: wrap; /* Allow pipeline items to wrap on smaller screens */
}
