body {
    margin: 0;
    font-family: 'Lato', sans-serif;
    /* background-color: #ffffff;  */
}
.navbar {
    background-color: rgba(232, 174, 158, 0.3); /* White Navbar */
    padding-left: 20px;
    padding-top: 10px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.icon:hover i {
    color: #ad1457; /* Darker shade of pink for contrast on hover */
    transform: scale(1.1);
}
.navbar img {
    height: 80px; /* Adjusted Logo size for a cleaner look */
}
/* App store buttons */
.app-store-btn {
    display: inline-block;
    background: #ffffff;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.app-store-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}
.nav-links {
    font-family: 'Arial', sans-serif;
    list-style: none;
    display: flex;
    gap: 20px;
}
.nav-links a {
    color: #ff367e; /* Soft Pink Color */
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}
.nav-links a:hover {
    color: #ff1493; /* Deeper Pink Color for Hover */
}
.main-header {
    color: #ff367e; /* Soft Pink Color */
    padding: 150px 0;
    text-align: center;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), #ffffff), url('background_image.png') no-repeat center center;
    background-size: cover;
}
.main-header h1 {
    font-family: 'Lobster Two', cursive; /* Pacifico font for title */
    font-style: italic;
    font-size: 6em;
    text-shadow: #ffffff 2px 2px 2px; /* Adds shadow to text */
    pointer-events: none;
    font-weight: normal;
    color: #ff367e; /* Soft Pink Color */
    margin: 0; /* Removes default margin */
}
.main-header p {
    font-family: 'Lobster Two', cursive; /* Pacifico font for title */
    /* font-style: italic; */
    font-size: 1.75em;
    margin-bottom: 2em;
    pointer-events: none;
}
.icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    
}
.icon {
    background-color: #ffffff; /* White Icon Background */
    color: #ff367e; /* Soft Pink Color for Icon */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* subtle shadow for depth */
}
.material-icons {
    font-size: 26px; /* Google icon size */
}
.footer {
    background-color: #fff; /* Light Gray background */
    color: #000; /* Soft Pink Color */
    padding: 30px;
    text-align: center;
}
.footer p {
    margin: 0;
}
/* Icon hover effect */
.icon:hover {
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

/* New footer styles */
.footer-container {
    background-color: #ffffff; /* Footer background color */
    color: #ff367e; /* Footer text color */
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    gap: 10px;
}
.footer-section {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-left: 2rem;
    margin-right: 2rem;
}
.footer-section h3 {
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
}
.footer-section a {
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
}
.footer-section a:hover {
    color: #ff367e;
}
.language-select, .app-store-links {
    display: flex;
    align-items: center;
    gap: 10px;
}
.body-app-store-links {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.footer-app-store-links {
    margin-top: 40px;
    /* display:; */
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 30px;
}
.language-select select {
    border: 1px solid #6a1b9a;
    border-radius: 20px;
    padding: 5px 15px;
    outline: none;
    cursor: pointer;
}
.app-store-links img {
    width: 100px; /* Adjust the width as needed */
}
.app-store-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #fff;
    color: black;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.footer-app-store-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #000;
    color: white;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.app-store-button:hover {
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

/* Modify the existing .icon:hover for consistency */
.icon:hover {
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

/* New styles for the footer hover effect for better visibility */
.footer-section a:hover {
    color: #000;
    text-decoration: underline;
}

.empowerment-section {
    text-align: center;
    padding: 20px;
    background-color: #f3e5f5;
    color: #000;
    font-size: 18px;
}

.terms_of_service_main_div{
    margin-top: 2rem;
    margin-left: 2rem;
}