* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.policy-section {
    background: #f9fafc;
    padding: 60px 0;
}

.policy-box {
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05);
}

.policy-box h1 {
    font-weight: 700;
    margin-bottom: 15px;
}

.policy-box h5 {
    margin-top: 30px;
    font-weight: 600;
    color: #ff7a2f;
}

.policy-box p,
.policy-box li {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
}

.policy-box ul {
    padding-left: 20px;
}

.policy-box a {
    color: #ff7a2f;
    text-decoration: none;
    font-weight: 500;
}

.policy-box a:hover {
    text-decoration: underline;
}

.policy-box ul li {
    margin-bottom: 6px;
}

.policy-box a {
    color: #ff7a2f;
    text-decoration: none;
}

.policy-box a:hover {
    text-decoration: underline;
}

.sitemap-wrapper {
    padding: 60px 0;
    background: #fff;
}

.sitemap-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
}

.sitemap-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

.sitemap-box {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.sitemap-box h4 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 600;
}

.sitemap-box ul {
    padding-left: 0;
    list-style: none;
}

.sitemap-box ul li {
    margin-bottom: 8px;
}

.sitemap-box ul li a {
    text-decoration: none;
    color: #333;
    transition: 0.3s;
}

.sitemap-box ul li a:hover {
    color: #f7931e;
    padding-left: 5px;
}

.home-btn {
    background: #0d6efd;
    color: #fff;
    padding: 10px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
}

.sitemap-wrapper {
    padding: 60px 0;
    background: #fff;
}

.home-btn {
    background: #0d6efd;
    color: #fff;
    padding: 10px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
}

.sitemap-card {
    background: #f2f3f5;
    padding: 25px;
    border-radius: 12px;
    height: 100%;
}

.sitemap-card h4 {
    background: #f2b705;
    padding: 10px;
    text-align: center;
    border-radius: 8px;
    font-weight: 700;
}
.sitemap-card h5 {
    margin-top: 10px;
    padding: 10px;
    border-radius: 5px;
    font-weight: 600;
    color: #fff;
    background-color: #f7931e;
    text-align: center;
}
.sitemap-card a {
    text-decoration: none;
}
.con:hover a {
    text-decoration: underline;
}

.sitemap-card ul {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}

.sitemap-card ul li {
    margin-bottom: 10px;
}

.sitemap-card ul li a {
    display: block;
    background: #e9ecef;
    padding: 10px;
    border-radius: 6px;
    color: #333;
    text-decoration: none;
    transition: 0.3s;
}

.sitemap-card ul li a:hover {
    background: #ff7a2f;
    color: #fff;
}
