* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    line-height: 1.6;
    background-color: #f9f9f9;
    color: #333;
}

/* header {
    background-color: #fff;
    padding: 20px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.container {
    width: 90%;
    margin: auto;
    max-width: 1200px;
}

.logo img {
    max-height: 40px;

}


nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav ul {
    display: flex;
    list-style: none;
}

nav ul li {
    margin-left: 20px;
}

nav ul li a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
}

nav .logo h1 {
    font-size: 24px;
    color: #800080;
} */

.hero-section {
    position: relative;
    background-image: url('image/privacy\ &\ poli.avif');
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    color: white;
    height: 600px;
}

.hero-text {
    position: absolute;
    bottom: 100px;
    left: 120px;
    width: 400px;
}

.hero-section::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100% !important;
    height: 100%;
    background: #040B60BD;
}

.hero-text h1 {
    margin-bottom: 20px;
}

.privacy-policy {
    padding: 50px 0;
    background-color: #f9f9f9;
}

.privacy-policy h2 {
    font-size: 2em;
    margin-bottom: 30px;
}

.privacy-policy p {
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 20px;
}

.privacy-policy a {
    color: #007bff;
    text-decoration: none;
}

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


.information-collected {
    padding: 50px 0;
    background-color: #f9f9f9;
}

.information-collected h2,
.information-collected h3 {
    font-size: 2em;
    margin-bottom: 20px;
}

.information-collected p {
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 20px;
}

.information-collected a {
    color: #007bff;
    text-decoration: none;
}

.information-collected a:hover {
    text-decoration: underline;
}

.information-collected ul {
    list-style: none;
    padding: 0;
}

.information-collected ul li {
    margin-bottom: 10px;
}

.data-sharing {
    padding: 50px 0;
    background-color: #f9f9f9;
}

.data-sharing h2 {
    font-size: 2em;
    margin-bottom: 20px;
}

.data-sharing p {
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 20px;
}

.data-sharing a {
    color: #007bff;
    text-decoration: none;
}

.data-sharing a:hover {
    text-decoration: underline;
}

.data-table {
    padding: 50px 0;
    background-color: #f9f9f9;
}

.data-table h2 {
    font-size: 2em;
    margin-bottom: 20px;
}

.data-table table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.data-table th,
.data-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.data-table th {
    background-color: #f2f2f2;
    font-weight: bold;
}

.data-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.data-table tr:hover {
    background-color: #f1f1f1;
}

.marketing-consent {
    padding: 50px 0;
    background-color: #f9f9f9;
}

.marketing-consent h2,
.marketing-consent h3 {
    font-size: 2em;
    margin-bottom: 20px;
}

.marketing-consent p {
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 20px;
}

.marketing-consent ul {
    list-style: disc;
    padding-left: 20px;
}

.marketing-consent ul li {
    margin-bottom: 10px;
}


.legitimate-business-purposes {
    padding: 50px 0;
    background-color: #f9f9f9;
}

.legitimate-business-purposes h2,
.legitimate-business-purposes h3 {
    font-size: 2em;
    margin-bottom: 20px;
}

.legitimate-business-purposes p {
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 20px;
}

.legitimate-business-purposes ul {
    list-style: disc;
    padding-left: 20px;
}

.legitimate-business-purposes ul li {
    margin-bottom: 10px;
}

.disclosures {
    padding: 50px 0;
    background-color: #f9f9f9;
}

.disclosures h2,
.disclosures h3 {
    font-size: 2em;
    margin-bottom: 20px;
}

.disclosures p {
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 20px;
}

.disclosures ul {
    list-style: disc;
    padding-left: 20px;
}

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

.disclosures a {
    color: #007BFF;
    text-decoration: none;
}

.disclosures a:hover {
    text-decoration: underline;
}


.marketing-sectors {
    padding: 50px 0;
    background-color: #f9f9f9;
}

.marketing-sectors h2 {
    font-size: 2em;
    margin-bottom: 20px;
}

.marketing-sectors table {
    width: 100%;
    border-collapse: collapse;
}

.marketing-sectors th,
.marketing-sectors td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
}

.marketing-sectors th {
    background-color: #f2f2f2;
}



.data-policy {
    padding: 20px;
    background-color: #f9f9f9;
}

.data-policy .container {
    max-width: 800px;
    margin: auto;
}

.data-policy h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.data-policy p {
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 20px;
}

.data-policy a {
    color: #007BFF;
    text-decoration: none;
}

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

.profiling {
    padding: 20px;
    background-color: #f9f9f9;
}

.profiling .container {
    max-width: 800px;
    margin: auto;
}

.profiling h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.profiling p {
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 20px;
}


.data-collection {
    padding: 20px;
    background-color: #f9f9f9;
}

.data-collection .container {
    max-width: 800px;
    margin: auto;
}

.data-collection h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.data-collection p {
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 20px;
}

.data-collection ul {
    list-style-type: disc;
    padding-left: 20px;
}

.data-collection ul li {
    margin-bottom: 10px;
}

.data-collection a {
    color: #007BFF;
    text-decoration: none;
}

.data-collection a:hover {
    text-decoration: underline;
}


.data-protection-rights {
    padding: 20px;
    background-color: #f9f9f9;
}

.data-protection-rights .container {
    max-width: 800px;
    margin: auto;
}

.data-protection-rights h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.data-protection-rights p {
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 20px;
}

.data-protection-rights ul {
    list-style-type: disc;
    padding-left: 20px;
}

.data-protection-rights ul li {
    margin-bottom: 10px;
}

.data-protection-rights a {
    color: #007BFF;
    text-decoration: none;
}

.data-protection-rights a:hover {
    text-decoration: underline;
}





.footer-content {
    display: flex;
    justify-content: space-around !important;
    padding: 20px 10px;
    /* Adjust padding as needed */
    background-color: #0c335d;
    /* Background color for footer */
}



.footer-text {
    width: 70%;
    /* Text area takes up the remaining width */
}

.footer-text p {
    margin: 0 0 10px;
    /* Space below the paragraph */
    font-size: 0.5rem;
    /* Adjust font size as needed */
    color: white;
    /* White color for text */
}

.highlight-text {
    font-size: 1.5rem;
    /* Increase the font size */
    font-weight: bold;
    /* Optional: Make the text bold */
}


.contact-button {
    display: inline-block;
    /* Makes the button inline with the text */
    padding: 10px 20px;
    /* Padding inside the button */
    color: #fff;
    /* Text color for the button */
    background-color: #0c335d;
    /* Button background color */
    border: none;
    /* Remove border */
    border-radius: 5px;
    /* Rounded corners */
    text-decoration: none;
    /* Remove underline */
    font-weight: bold;
    /* Bold text */
    text-align: center;
    /* Center text inside button */
}

.contact-button:hover {
    background-color: #0c335d;
    /* Darker background color on hover */
}

.footer-bottom {
    background-color: #333;
    /* Dark background for the footer bottom */
    color: #fff;
    /* White text color */
    padding: 10px 0;
    /* Padding for footer bottom */
}

.footer-bottom .container {
    text-align: center;
    /* Center text in the footer bottom */
}

footer {
    background-color: #0c335d;
    /* Background color for the entire footer */
    color: white;
    /* Text color for the footer */
}

.footer-image {
    width: 30%;
    /* Image and related elements take up 30% of the width */
    position: relative;
    /* Position relative for overlaying elements */
}

.footer-image img {
    width: 100%;
    /* Makes the image fill the container */
    height: auto;
    /* Maintains aspect ratio */
}

.contact-us {
    color: orange;
    /* Orange color for "Contact Us" text */
    margin: 10px 0;
    /* Space around the text */
}

.gmail-logo {
    width: 100px;
    /* Adjust width of Gmail logo as needed */
    display: block;
    /* Display block to keep the logo on its own line */
    margin-top: 10px;
    /* Space above the logo */
}

.footer-text {
    width: 70%;
    /* Text area takes up the remaining width */
}

.footer-text p {
    margin: 0 0 10px;
    /* Space below the paragraph */
    font-size: 1.1rem;
    /* Adjust font size as needed */
    color: white;
    /* White color for text */
}

.copyright {
    margin-top: 20px;
    font-size: 0.9em;
}

.contact-button {
    display: inline-block;
    /* Makes the button inline with the text */
    padding: 10px 20px;
    /* Padding inside the button */
    color: #fff;
    /* Text color for the button */
    background-color: #007bff;
    /* Button background color */
    border: none;
    /* Remove border */
    border-radius: 5px;
    /* Rounded corners */
    text-decoration: none;
    /* Remove underline */
    font-weight: bold;
    /* Bold text */
    text-align: center;
    /* Center text inside button */
    margin-top: 10px;
    /* Space above the button */
}

.contact-button:hover {
    background-color: #0056b3;
    /* Darker background color on hover */
}

.footer-links-wrapper {
    position: relative;
    /* Position relative for the pseudo-element */
    display: inline-block;
    /* Ensure wrapper only takes up as much space as its content */
}

.footer-links {
    display: flex;
    flex-wrap: nowrap;
    /* Prevent wrapping to keep all links on one line */
    gap: 20px;
    /* Space between links */
    margin-top: 20px;
    /* Space above the links */
    padding-bottom: 5px;
    /* Space between text and underline */
    position: relative;
    /* Position relative for the pseudo-element */
}

.footer-link {
    color: white;
    /* White color for the links */
    text-decoration: none;
    /* Remove default underline */
    font-size: 1rem;
    /* Font size for the links */
    position: relative;
    /* Position relative for the pseudo-element */
}

.footer-links-wrapper::after {
    content: '';
    /* Empty content for the pseudo-element */
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* Full width of the wrapper */
    height: 2px;
    /* Height of the underline */
    background-color: white;
    /* Color of the underline */
    z-index: -1;
    /* Place it behind the text */
}

.footer-links::after {
    content: '';
    /* Empty content for the pseudo-element */
    position: absolute;
    /* Position absolutely */
    left: 0;
    bottom: 0;
    width: 100%;
    /* Full width of the container */
    height: 2px;
    /* Height of the underline */
    background-color: white;
    /* Color of the underline */
}



.social-media-container {
    margin-top: 30px;
    margin-left: 30%;
    display: flex;
    align-items: flex-start;
    /* Align items at the top */
}

.follow-us-section {
    display: flex;
    flex-direction: column;
    /* Stack the "Follow Us" text and Facebook link vertically */
    margin-right: 20px;
    /* Space between the "Follow Us" section and the other links */
}

.follow-us-text {
    font-size: 16px;
    /* Adjust as needed */
    font-weight: bold;
    /* Optional for emphasis */
    margin-bottom: 10px;
    /* Space between "Follow Us" text and Facebook link */
}

.social-link {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    /* Space between each social media link */
    text-decoration: none;
    color: inherit;
    /* Adjust text color if needed */
}

.social-link img {
    width: 24px;
    /* Adjust size as needed */
    height: auto;
    margin-right: 5px;
    /* Space between image and text */
}

.social-name {
    font-size: 14px;
    /* Adjust as needed */
}

.other-links {
    display: flex;
    flex-direction: column;
    /* Arrange other links vertically */
}

/* media queries */
@media only screen and (min-width: 320px) and (max-width: 480px) {

    /* utility classes */
    section {
        padding: 0 !important;
    }

    h2,
    h3 {
        font-size: 1.5em !important;
    }

    p,
    ul li,
    th,
    td {
        font-size: 0.8em !important;
    }

    nav {
        position: absolute;
        top: 0;
        right: 0;
        display: none;
    }

    header .logo {
        margin: auto;
    }

    /* hero-section */
    .hero-section {
        background-position: center;
        background-repeat: no-repeat;
        height: 350px !important;
    }

    .hero-text {
        position: absolute;
        bottom: 130px;
        left: 70px;
        width: 378px;
    }

    /* privacy policy */
    .privacy-policy {
        padding: 15px 0 !important;
    }

    .privacy-policy h2 {
        margin-bottom: 8px !important;
    }

    /* information collected */
    .information-collected {
        padding: 15px 0 !important;
    }

    .information-collected h2,
    .information-collected h3 {
        margin-bottom: 8px !important;
    }

    /* data sharing section */
    .data-sharing h2 {
        margin-bottom: 8px !important;
    }
}