/* Hero Section Specific Styling - Increased Height */
.coh-container.ssa-component.ssa-component-instance-fcd09c68-2ec2-4053-a6fe-9b05c249f9bc.coh-component-instance-fcd09c68-2ec2-4053-a6fe-9b05c249f9bc.hero {
    min-height: 700px !important;
    height: auto !important;
}

/* Additional hero styling for better proportions */
.coh-container.ssa-component.ssa-component-instance-fcd09c68-2ec2-4053-a6fe-9b05c249f9bc.coh-component-instance-fcd09c68-2ec2-4053-a6fe-9b05c249f9bc.hero .coh-container-boxed {
    display: flex !important;
    align-items: center !important;
}

/* Responsive adjustments */
@media (max-width: 1023px) {
    .coh-container.ssa-component.ssa-component-instance-fcd09c68-2ec2-4053-a6fe-9b05c249f9bc.coh-component-instance-fcd09c68-2ec2-4053-a6fe-9b05c249f9bc.hero {
        min-height: 600px !important;
    }
}

@media (max-width: 767px) {
    .coh-container.ssa-component.ssa-component-instance-fcd09c68-2ec2-4053-a6fe-9b05c249f9bc.coh-component-instance-fcd09c68-2ec2-4053-a6fe-9b05c249f9bc.hero {
        min-height: 500px !important;
    }
}

@media (max-width: 564px) {
    .coh-container.ssa-component.ssa-component-instance-fcd09c68-2ec2-4053-a6fe-9b05c249f9bc.coh-component-instance-fcd09c68-2ec2-4053-a6fe-9b05c249f9bc.hero {
        min-height: 826px !important;
    }
}
