/* General Styles */
body {
    scroll-behavior: smooth;
}

section {
    padding: 60px 0;
}

h2 {
    margin-bottom: 20px;
}

/* Navbar override */
.navbar-brand {
    font-weight: bold;
    font-size: 1.5rem;
}

.nav-link {
    margin-right: 15px;
}

/* Hero Section */
#home {
    background: linear-gradient(135deg, #cd4456, #ee687a);
}

#home .btn {
    margin-top: 20px;
}

/* Footer */
footer {
    margin-top: 30px;
}
/* style/css/policy.css */

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f9f9f9;
}

.policy-section {
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin-top: 30px;
    padding: 40px 20px;
    border-radius: 10px;
}

.policy-section h1, .policy-section h3 {
    color: #0d6efd; /* Bootstrap primary blue */
}

.policy-section p, .policy-section ul li {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #333;
}

.policy-section ul {
    padding-left: 20px;
}
