/* Global/Banner Fixes */
    .main-btn.bn28 {
        background-color: #E31E24;
        color: white;
        border: none;
        /* padding: 12px 35px; */
        font-size: 22px;
        font-weight: 700;
        letter-spacing: 2px;
        border-radius: 50px;
        transition: 0.3s ease;
        text-transform: uppercase;
    }
    .main-btn.bn28:hover {
        background-color: #111;
        transform: scale(1.05);
    }

    /* Policy Container CSS */
    .policy-container {
        font-family: 'Livvic', sans-serif;
        line-height: 1.7;
        color: #333;
        max-width: 900px;
        margin: 60px auto;
        padding: 40px;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 5px 25px rgba(0,0,0,0.05);
        border: 1px solid #eee;
        margin-top: 270px;
    }

    .policy-container h1 {
        color: #E31E24;
        font-weight: 900;
        font-size: clamp(24px, 5vw, 36px);
        text-transform: uppercase;
        border-bottom: 5px solid #F5E027;
        display: inline-block;
        margin-bottom: 30px;
    }

    .policy-container h2 {
        font-size: 22px;
        color: #111;
        font-weight: 700;
        margin-top: 35px;
    }

    .policy-container h2 i {
        margin-right: 12px;
        color: #E31E24;
    }

    .pro-rata-box {
        background-color: #fff9e6;
        border-left: 5px solid #F5E027;
        padding: 20px;
        margin: 20px 0;
        border-radius: 4px;
        font-size: 16px;
    }

    .refund-table {
        width: 100%;
        margin: 25px 0;
        border-collapse: collapse;
    }

    .refund-table th {
        background: #f8f8f8;
        padding: 15px;
        text-align: left;
        border-bottom: 3px solid #E31E24;
    }

    .refund-table td {
        padding: 15px;
        border-bottom: 1px solid #eee;
    }

    .policy-list {
        list-style-type: none;
        padding: 0;
    }

    .policy-list li {
        margin-bottom: 15px;
        padding-left: 30px;
        position: relative;
    }

    .policy-list li::before {
        content: "\f058";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        position: absolute;
        left: 0;
        color: #E31E24;
    }

    .contact-bar {
        margin-top: 50px;
        padding-top: 30px;
        border-top: 1px solid #eee;
        text-align: center;
    }

    .discount-warning {
        background-color: #fff0f0;
        border-left: 5px solid #E31E24;
        padding: 15px;
        font-size: 14px;
        color: #b3161b;
        margin-top: 10px;
        font-weight: 600;
    }
    
    .refund-table td strong {
        color: #E31E24;
    }

    @media (max-width: 768px) {
        .policy-container { padding: 25px; margin: 20px; margin-top: 210px;}
        .banner_heading { text-align: center; margin-top: 30px; }
    }