:root {
    --akshay-maroon: #7a1f1f;
    --akshay-saffron: #e99324;
    --akshay-cream: #fff8e7;
    --akshay-ink: #291713;
}

body {
    color: var(--akshay-ink);
    background: #fffdf8;
}

.navbar-custom,
.footer-custom {
    border-color: #d9a95b !important;
    background: linear-gradient(90deg, #fff1cb 0%, #ffd789 50%, #fff1cb 100%) !important;
}

.navbar-custom .nav-link {
    color: var(--akshay-maroon) !important;
}

.akshay-login {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--akshay-maroon);
    border-radius: 7px;
    padding: 9px 14px;
    background: var(--akshay-maroon);
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 3px 9px rgba(76, 22, 18, .2);
}

.akshay-login:hover,
.akshay-login:focus-visible {
    background: #9c2a24;
    color: #fff !important;
    transform: translateY(-1px);
}

.hero-container {
    position: relative;
    align-items: center;
    gap: 18px;
    min-height: 185px;
    padding: 24px clamp(18px, 6vw, 90px) 56px;
    overflow: hidden;
    background: radial-gradient(circle at top right, #fff4c8 0%, #f6b64c 43%, #a73b25 100%) !important;
    color: #fff;
    box-shadow: inset 0 -5px 0 rgba(92, 20, 17, .22);
}

.hero-container h1 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 5vw, 58px);
    font-weight: 800;
    letter-spacing: .04em;
    text-shadow: 0 2px 1px rgba(68, 15, 10, .45);
}

.hero-container #hero-subtitle {
    margin: 7px 0 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(16px, 2.3vw, 24px);
    font-weight: 700;
}

.akshay-logo {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--akshay-maroon);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 800;
    line-height: 1;
}

.akshay-logo-mark {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border: 3px solid currentColor;
    border-radius: 50%;
    background: var(--akshay-cream);
    font-size: 21px;
    box-shadow: 0 2px 6px rgba(73, 25, 12, .25);
}

.akshay-logo-name {
    font-size: 17px;
    letter-spacing: .04em;
}

.akshay-logo-large {
    color: #fff9e8;
}

.akshay-logo-large .akshay-logo-mark {
    width: 82px;
    height: 82px;
    border-color: #fff4c1;
    background: rgba(92, 20, 17, .58);
    font-size: 30px;
}

.akshay-logo-large .akshay-logo-name {
    display: none;
}

.akshay-company-details {
    position: absolute;
    right: clamp(18px, 6vw, 90px);
    bottom: 10px;
    left: clamp(18px, 6vw, 90px);
    display: flex;
    justify-content: center;
    gap: 18px;
    color: #fff8e7;
    font-size: 13px;
    text-align: center;
}

.bg-content,
.bg-features {
    border: 1px solid #edd6a7;
    border-radius: 8px;
    background: #fffaf0 !important;
}

.tracking-card .card-header,
.btn-track {
    border-color: var(--akshay-maroon) !important;
    background: var(--akshay-maroon) !important;
}

@media (max-width: 800px) {
    .hero-container {
        align-items: flex-start;
        min-height: 255px;
        padding-bottom: 92px;
    }

    .akshay-company-details {
        flex-direction: column;
        gap: 3px;
    }
}
