@import "common.css";
body {
    font-family: 'Roboto', sans-serif;
    color: #333;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

h1, h2, h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.privacy-policy-section {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
}


h1 {
    font-size: 2.5em;
    font-weight: bold;
    color: #000;
    margin-bottom: 1.5em;
}

h2 {
    font-size: 2em;
    font-weight: bold;
    color: #000;
    margin-top: 2em;
    margin-bottom: 1em;
}

h3 {
    font-size: 1.5em;
    font-weight: bold;
    color: #000;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

p {
    font-size: 1em;
    margin-bottom: 1em;
}


ul {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 1em;
}

ul li {
    margin-bottom: 0.5em;
}


a {
    color: #007bff;
    text-decoration: none;
}

.navbar {
    background-color: #000000eb;
}

@media (max-width: 1024px) {
  .menu-toggle {
    display: block;
  }

    .hero-content h1 {
        font-size: 2em;
    }
}

@media (max-width: 768px) {
    .privacy-policy-section {
        padding: 15px;
    }
    
    h1 {
        font-size: 2em;
    }
    
    h2 {
        font-size: 1.7em;
    }
    
    h3 {
        font-size: 1.3em;
    }
}

.privacy-policy-section {
    max-width: 900px;
    margin-top: 100px;
    padding: 20px;
    line-height: 1.6;
    color: #333;
}


.privacy-policy-section h1 {
    font-size: 2.5em;
    font-weight: bold;
    color: #000;
    margin-bottom: 1.5em;
}

.privacy-policy-section h2 {
    font-size: 2em;
    font-weight: bold;
    color: #000;
    margin-top: 2em;
    margin-bottom: 1em;
}

.privacy-policy-section h3 {
    font-size: 1.5em;
    font-weight: bold;
    color: #000;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.privacy-policy-section h4 {
    font-size: 1.2em;
    font-weight: bold;
    color: #000;
    margin-top: 1em;
    margin-bottom: 0.5em;
}


.privacy-policy-section p {
    font-size: 1em;
    margin-bottom: 1em;
}


.privacy-policy-section a {
    color: #007bff;
    text-decoration: none;
}

.privacy-policy-section a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .privacy-policy-section {
        padding: 15px;
    }
    
    .privacy-policy-section h1 {
        font-size: 2em;
    }
    
    .privacy-policy-section h2 {
        font-size: 1.7em;
    }
    
    .privacy-policy-section h3 {
        font-size: 1.3em;
    }
    
    .privacy-policy-section h4 {
        font-size: 1em;
    }
}