* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    /* background-color: #f4f4f9; */
    color: #333;
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    flex-wrap: wrap; 
    margin-top: 105px; 
}

.logo, .info {
    flex-shrink: 0;
}

.logo {
    margin-left: 370px;
}

.info {
    margin-right: 370px;
}

.home-icon {
    width: 80px;
    height: auto;
    transition: transform 0.3s, opacity 0.3s;
}

.title {
    text-align: center;
    margin-bottom: 20px;
    margin-right: 450px;
    margin-left: 50px;
}

.title h1 {
    font-size: 36px;
    color: #3557ff;
    margin: 0;
}

.title p {
    font-size: 18px;
    color: #3557ff;
    margin: 5px 0 0;
}

.info-icon:hover, .home-icon:hover, .logo-icon:hover {
    transform: scale(1.1);
    opacity: 0.8;
}


.navbar {
    display: flex;
    justify-content: center; 
    align-items: center;
    background-color: #00157c; 
    padding: 0.5rem 1rem;
    height: 95px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    font-size: large;
    font-weight: bold;
}

.nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-links > li {
    position: relative;
    margin: 0 1rem;
    list-style: none;
}

.nav-links > li > a {
    color: #fff;
    padding: 0.5rem 1rem;
    display: block;
    transition: background-color 0.3s ease, color 0.3s ease;
    text-decoration: none;
}

.nav-links > li > a:hover,
.nav-links > li > a.active {
    background-color: #ffffff; 
    color: #050066c9; 
    border-radius: 5px;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #050066;
    min-width: 200px;
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    list-style: none; 
    padding: 0; 
    margin: 0; 
}

.dropdown-menu li {
    margin: 0;
}

.dropdown-menu li a {
    color: #fff;
    padding: 0.8rem 1rem;
    display: block;
    transition: background-color 0.3s ease, color 0.3s ease;
    text-decoration: none; 
}

.dropdown-menu li a:hover {
    background-color: #ffffff; 
    color: #050066c9; 
    border-radius: 5px;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-links > .dropdown > a {
    position: relative;
    padding-right: 1.5rem; 
}

.nav-links > .dropdown > a::after {
    content: "▼"; 
    font-size: 12px;
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    transition: transform 0.3s ease; 
}

.dropdown:hover > a::after {
    transform: translateY(-50%) rotate(180deg);
}



.logo-image{
    width: 100px;
    height: auto;
}

#backToTopBtn {
    display: none; 
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    font-size: 24px;
    background-color: #050066;
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s ease;
}

#backToTopBtn:hover {
    background-color: red;
}

main {
    padding: 20px;
}

footer .copyright a {
    color: #fff; 
    text-decoration: none;
    transition: color 0.3s ease; 
}

footer .copyright a:hover {
    color: red; 
}

.privacy-section {
    width: 100%;
    max-width: 1117px;
    margin: 0 auto;
    border-radius: 8px;
    margin-top: 10px;
}

.privacy-section h2 {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
    color: black;
}

h2:hover{
    color:#3557ff;
}
.privacy-section h1 {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
    color: black;
}

.privacy-section h2 {
    font-size: 19px;
    margin-bottom: 0px;
    text-align: center;
    color: black;
}
.privacy-section ul li {
    margin-left: 20px;
    font-size: 15px;
}

.privacy-section p {
    line-height: 1.4;
    font-size: 16px;
    margin-bottom: 10px;
}

h2 {
    margin-top: 10px;
    margin-bottom: 5px;
}

p {
    margin-top: 5px;
    margin-bottom: 5px;
}

.access {
    margin-left: 20px; 
}

.playstore-logo {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.playstore-logo img {
    width: 190px;
    transition: transform 0.2s ease;
}

.playstore-logo img:hover {
    transform: scale(1.1);
}

footer {
    background-color: #00157c;
    color: white;
    padding: 20px 0;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
}

.center-footer p {
    margin: 0;
    font-size: 14px;
    text-align: center;
    color: white;
    margin-top: 10px;
}

.center-footer a {
    color: #ffffff;
    text-decoration: none; 
}

.center-footer a:hover {
    color: red; 
}

.footer-nav a:hover, .privacy-link:hover {
    color: red;
}
.center-footer a{
    color: #ffffff;
}

.bottom-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.left-footer, .right-footer {
    font-size: 14px;
}

.left-footer{
    margin-left: 90px;
}

.right-footer{
    margin-right: 90px;
}

.privacy-link {
    color: white;
    text-decoration: none;
    margin-right: 10px;
}

.social-icon {
    width: 24px;
    height: 24px;
    margin-left: 10px;
    
}

@media (max-width: 768px) {
    header {
        padding: 10px;
    }

    .header-content {
        flex-direction: column;
    }

    h1 {
        font-size: 22px;
    }

    .privacy-section {
        padding: 15px;
    }

    .playstore-logo img {
        width: 140px;
    }

    .footer-content {
        flex-direction: column;
        text-align: center;
    }

    .footer-nav {
        margin-top: 10px;
    }

    .left-footer, .right-footer {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .home-icon, .logo-icon, .info-icon {
        width: 35px;
        height: 35px;
    }
    

    h1 {
        font-size: 20px;
    }

    .privacy-section {
        padding: 10px;
    }

    .playstore-logo img {
        width: 120px;
    }

    .footer-nav a, .privacy-link, .right-footer p {
        font-size: 12px;
    }

    footer p {
        font-size: 10px;
    }
}
.card1 {
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
    padding: 15px;
    gap: 10px;
    background-color: #ffffff;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    margin-bottom: 20px;
    max-width: 90%; 
    width: 100%; 
    margin: 20px auto; 
}

@media (min-width: 1200px) {
    .card1 {
        width: 1117px;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .card1 {
        font-size: 14px; 
        gap: 8px; 
    }
}

@media (max-width: 767px) {
    .card1 {
        font-size: 12px; 
        padding: 10px; 
        gap: 5px; 
    }
}

@media (max-width: 768px) {
    .navbar {
      flex-direction: column;
      align-items: flex-start;
      height: auto;
    }
  
    .nav-links {
      flex-direction: column;
      width: 100%;
    }
  
    .nav-links > li {
      margin: 0;
      width: 100%;
    }
  
    .nav-links > li > a {
      padding: 1rem;
      width: 100%;
    }
  
    .dropdown-menu {
      position: static;
      width: 100%;
      box-shadow: none;
    }

    .info{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-right: 0;
    }
    .info-section {
        padding: 15px;
    }
  }

@media (max-width: 768px) {
    .header-content {
        flex-direction: column; 
        padding: 10px; 
        margin-top: 290px;
    }
    .logo {
        margin-left: 0; 
        margin-bottom: 10px; 
    }
    .info {
        margin-right: 0; 
        margin-top: 10px; 
    }
    .title {
        margin-right: 0; 
        margin-bottom: 15px; 
    }
    .title h1 {
        font-size: 28px; 
    }
    .title p {
        font-size: 16px; 
    }
    .home-icon {
        width: 50px; 
    }
}

@media (max-width: 480px) {
    .header-content {
        padding: 5px; 
    }
    .title h1 {
        font-size: 24px; 
    }
    .title p {
        font-size: 14px; 
    }
    .home-icon {
        width: 40px; 
    }
}

.download-button {
    text-align: center; 
    margin: 20px auto; 
}

.download-button .button {
    display: inline-block;
    text-decoration: none; 
    background-color: #00157c; 
    color: white; 
    padding: 19px 24px; 
    border-radius: 5px; 
    font-size: 16px; 
    font-family: Arial, sans-serif; 
    font-weight: bold; 
    transition: background-color 0.3s ease, transform 0.2s ease; 
}

.download-button .button:hover {
    background-color: #050066; 
}

.download-button .button:active {
    transform: scale(0.98); 
}

@media (max-width: 768px) {
    .download-button .button {
        font-size: 14px;
        padding: 10px 20px; 
    }
}
