/* tracker page design css */
:root {
    --primary-dark: #ff5e3d;
    --primary-blue: #bf2319;
    --accent-light: #fecf45;
    --soft-bg: #f3f5f7;
    --card-bg: rgba(255, 255, 255, 0.88);
    --text-muted: #5f6b7a;
}

* {
    font-family: "Inter", sans-serif;
}

/* body {
      background: var(--soft-bg);
      color: var(--primary-dark);
     
    } */

.hero-section {
    padding: 60px 0;
}

.tag-line {
    display: inline-block;
    background: #fff2cb;
    color: var(--primary-blue);
    font-size: 12px;
    font-weight: 700;
    padding: 7px 14px;
    border-radius: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.main-title {
    font-size: clamp(2.2rem, 4vw, 4rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 18px;
    color: var(--primary-dark);
}

.sub-text {
    font-size: 16px;
    color: var(--text-muted);
    max-width: 520px;
    line-height: 1.8;
    margin-bottom: 32px;
}

.tracking-card {
    background: var(--card-bg);
    backdrop-filter: blur(12px);
    border-radius: 22px;
    padding: 24px;
    box-shadow: 0 20px 50px rgba(13, 59, 102, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.form-label {
    font-size: 13px;
    font-weight: 600;
    color: var(--primary-dark);
    margin-bottom: 8px;
}

.form-control {
    border-radius: 12px;
    padding: 14px 16px;
    border: 1px solid #d5dce3;
    font-size: 15px;
    box-shadow: none;
}

.form-control:focus {
    border-color: var(--primary-blue);
    box-shadow: 0 0 0 0.2rem rgba(11, 94, 142, 0.15);
}

.track-btn {
    background: linear-gradient(90deg, var(--primary-dark), var(--primary-blue));
    color: #fff;
    border: none;
    padding: 14px;
    font-weight: 700;
    border-radius: 12px;
    transition: 0.3s ease;
}

.track-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(11, 94, 142, 0.2);
}

/* RIGHT VISUAL CARD - ORANGE THEME UPGRADE */
.visual-card {
    background: radial-gradient(circle at center,
            rgba(255, 145, 77, 0.32) 0%,
            rgba(255, 115, 0, 0.12) 25%,
            #2b1307 55%,
            #120803 100%);
    border-radius: 32px;
    min-height: 560px;
    position: relative;
    overflow: hidden;
    box-shadow:
        0 35px 80px rgba(255, 102, 0, 0.18),
        inset 0 0 80px rgba(255, 140, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    border: 1px solid rgba(255, 166, 77, 0.12);
}

/* OUTER GLOW RINGS */
.glow-circle {
    width: 290px;
    height: 290px;
    border: 2px solid rgba(255, 170, 90, 0.22);
    border-radius: 50%;
    position: absolute;
    animation: pulseOrange 4s infinite ease-in-out;
    box-shadow:
        0 0 40px rgba(255, 128, 0, 0.18),
        inset 0 0 30px rgba(255, 170, 90, 0.08);
}

.glow-circle::before,
.glow-circle::after {
    content: "";
    position: absolute;
    border-radius: 50%;
}

.glow-circle::before {
    inset: 32px;
    border: 1px solid rgba(255, 190, 120, 0.16);
}

.glow-circle::after {
    inset: 68px;
    border: 1px solid rgba(255, 210, 150, 0.12);
}

/* CENTER ICON */
.shipping-icon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: radial-gradient(circle,
            rgba(255, 170, 90, 0.35),
            rgba(255, 111, 0, 0.12));
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    box-shadow:
        0 0 40px rgba(255, 128, 0, 0.22),
        inset 0 0 20px rgba(255, 210, 150, 0.18);
}

.shipping-icon i {
    font-size: 58px;
    color: #ffb36b;
    text-shadow: 0 0 18px rgba(255, 166, 77, 0.35);
}

/* BOTTOM ENERGY PLATFORM */
.visual-card::after {
    content: "";
    position: absolute;
    bottom: 95px;
    width: 240px;
    height: 34px;
    border-radius: 50%;
    background: radial-gradient(circle,
            rgba(255, 166, 77, 0.45) 0%,
            rgba(255, 128, 0, 0.18) 45%,
            transparent 75%);
    box-shadow:
        0 0 25px rgba(255, 128, 0, 0.25),
        0 0 50px rgba(255, 102, 0, 0.12);
}

/* STATUS BAR */
.shipment-status {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 183, 120, 0.12);
    border-radius: 18px;
    padding: 18px;
    color: white;
    box-shadow: inset 0 0 20px rgba(255, 140, 0, 0.05);
}

.shipment-status h6 {
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    color: #ffd2a6;
}

.shipment-status p {
    margin: 3px 0 0;
    font-size: 13px;
    color: rgba(255, 229, 204, 0.72);
}

/* TRUCK ICON */
.status-icon {
    width: 46px;
    height: 46px;
    background: linear-gradient(135deg,
            rgba(255, 166, 77, 0.25),
            rgba(255, 111, 0, 0.14));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #ffb36b;
    flex-shrink: 0;
    box-shadow: 0 0 18px rgba(255, 140, 0, 0.15);
}

/* ANIMATION */
@keyframes pulseOrange {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.78;
    }

    50% {
        transform: scale(1.08);
        opacity: 1;
    }
}

/* MOBILE */
@media (max-width: 575px) {
    .visual-card {
        min-height: 360px;
    }

    .glow-circle {
        width: 210px;
        height: 210px;
    }

    .shipping-icon {
        width: 90px;
        height: 90px;
    }

    .shipping-icon i {
        font-size: 42px;
    }
}