/* Hero section height control - match the original Porto demo height */
.section-with-shape-divider:first-of-type {
    min-height: 700px;
}
.section-with-shape-divider:first-of-type .container-fluid .col-xl-4 .position-relative {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.section-with-shape-divider:first-of-type h1.text-10 {
    font-size: 2.2rem !important;
}
.section-with-shape-divider:first-of-type h2.text-10 {
    font-size: 1.6rem !important;
}
.section-with-shape-divider:first-of-type p.custom-font-size-1 {
    font-size: 1rem !important;
    margin-bottom: 0.5rem !important;
}
@media (max-width: 1200px) {
    .section-with-shape-divider:first-of-type {
        min-height: 500px;
    }
}
@media (max-width: 767px) {
    .section-with-shape-divider:first-of-type {
        min-height: auto;
    }
}
