@import "../vendor/bootstrap-icons/font/bootstrap-icons.min-5BD67CJ.css";

.home-hero {
    min-height: 94.5vh;
    background:
        radial-gradient(circle at top left,
        #ffffff 0%,
        #f8fafc 35%,
        #eef2f7 70%,
        #dde3eb 100%);
    overflow: hidden;
}

.btn-sand {
    background: #DA932B !important;
    border: none;
    color: #fff !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
    padding: 0.6rem 1.6rem !important;
    transition: all 0.25s ease !important;
    box-shadow: 0 10px 30px rgba(218, 147, 43, 0.25);
}

.btn-sand:hover {
    background: #c98222 !important;
    transform: translateY(-2px) !important;
    color: #fff;
    box-shadow: 0 16px 40px rgba(218, 147, 43, 0.35) !important;
}

.hero-logo {
    width: 185px;
}
