body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding-top: 60px;
    /* Space for the fixed navbar */
    background-color: #ffffff;
}

/* --- Fixed Navbar --- */
.top-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    padding-left: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.playstore-logo {
    height: 35px;
}

/* --- Main Content Layout --- */
.page-container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 15px;
}

/* --- App Header Section --- */
.app-header {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.app-icon {
    width: 100px;
    height: 100px;
    border-radius: 20px;
    margin-right: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.app-info h1 {
    font-size: 24px;
    margin: 0;
    font-weight: 500;
}

.developer {
    font-size: 16px;
    color: #5f6368;
    margin: 4px 0;
}

/* --- App Stats Section --- */
.app-stats {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    /* border-bottom: 1px solid #dadce0; */
}

.stat-item {
    text-align: center;
    flex: 1;
}

.stat-item .value {
    font-size: 15px;
    font-weight: 500;
}

.stat-item .label {
    font-size: 14px;
    color: #5f6368;
    display: block;
    margin-top: 5px;
}

.rating-badge {
    height: 30px;
}

/* --- Download Buttons Section --- */
.download-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
}

.download-button {
    flex-grow: 1;
    padding: 12px 24px;
    text-align: center;
    background-color: #00874c;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 50px;
    transition: background-color 0.3s;
    margin-right: 15px;
    margin-bottom: 10px;
}

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

.wishlist-button {
    display: flex;
    align-items: center;
    padding: 12px;
    background-color: transparent;
    color: #00874c;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 50px;
    border: 1px solid #dadce0;
    transition: all 0.3s;
    margin-bottom: 10px;
}

.wishlist-button:hover {
    background-color: #e8f5e9;
}

.button-icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

/* --- Device Availability Section --- */
.device-info {
    display: flex;
    align-items: center;
    margin-top: 20px;
    padding-bottom: 20px;
    /* border-bottom: 1px solid #dadce0; */
}

.device-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    color: #5f6368;
}

.device-text {
    font-size: 14px;
    color: #5f6368;
}

/* --- Screenshots Section --- */
.screenshots-section {
    margin-top: 20px;
}

.screenshot-gallery {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    padding-bottom: 15px;
    -webkit-overflow-scrolling: touch;
}

.screenshot-gallery img {
    width: 250px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.page-section {
    max-width: 960px;
    margin: 20px auto;
    padding-bottom: 20px;
    /* border-bottom: 1px solid #dadce0; */
}

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

.section-header h2 {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.arrow-icon {
    font-size: 24px;
    color: #5f6368;
    transform: rotate(-45deg);
}

.description {
    font-size: 15px;
    line-height: 1.6;
    color: #3c4043;
    margin-top: 10px;
}

.updated-date {
    font-size: 14px;
    color: #5f6368;
    margin: 0;
}

.updated-date-value {
    font-size: 14px;
    color: #3c4043;
    margin: 5px 0 15px;
}

.casual-tag {
    display: inline-block;
    padding: 6px 12px;
    background-color: #f1f3f4;
    border-radius: 20px;
    font-size: 14px;
    color: #5f6368;
    font-weight: 500;
}
div.sec {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 20px;
    background-color: #ffffff;
    color: #1f1f1f;
}
div.data {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 20px;
    background-color: #ffffff;
    color: #1f1f1f;
}

.page-section-container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 15px;
}

/* --- Data Safety Section --- */
.data-safety-section {
    border-bottom: 1px solid #dadce0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.data-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.data-icon {
    font-size: 20px;
    color: #5f6368;
    margin-right: 15px;
}

.data-item p {
    font-size: 15px;
    color: #3c4043;
    margin: 0;
}

/* --- Ratings Summary Section --- */
.ratings-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    /* border-bottom: 1px solid #dadce0; */
    margin-bottom: 20px;
}

.main-rating {
    flex-shrink: 0;
    margin-right: 20px;
}

.rating-value {
    font-size: 48px;
    font-weight: 500;
}

.stars {
    color: #fbbc04;
    font-size: 16px;
    margin-top: 5px;
}

.review-count {
    font-size: 14px;
    color: #5f6368;
    margin: 5px 0 0;
}

.rating-bars {
    flex-grow: 1;
}

.bar-row {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.bar-label {
    font-size: 14px;
    color: #5f6368;
    margin-right: 8px;
}

.bar-container {
    height: 8px;
    width: 100%;
    background-color: #e8eaed;
    border-radius: 4px;
}

.bar-fill {
    height: 100%;
    background-color: #00874c;
    border-radius: 4px;
}

/* --- User Review Section --- */
.user-review {
    padding-top: 20px;
}

.review-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.reviewer-initials {
    width: 30px;
    height: 30px;
    background-color: #00874c;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    margin-right: 10px;
}

.reviewer-name {
    font-size: 16px;
    font-weight: 500;
}

.options-icon {
    font-size: 20px;
    color: #5f6368;
    margin-left: auto;
    cursor: pointer;
}

.review-details {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.review-stars {
    color: #fbbc04;
    font-size: 14px;
    margin-right: 10px;
}

.review-date {
    font-size: 12px;
    color: #5f6368;
}

.review-text {
    font-size: 15px;
    line-height: 1.6;
    color: #3c4043;
    margin: 0;
}

.helpful-section {
    margin-top: 20px;
    border-top: 1px solid #dadce0;
    padding-top: 15px;
}

.helpful-count {
    font-size: 14px;
    color: #5f6368;
    margin: 0 0 10px;
}

.helpful-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.helpful-buttons p {
    font-size: 14px;
    color: #5f6368;
    margin: 0;
}

.helpful-btn {
    background-color: #f1f3f4;
    border: none;
    color: #5f6368;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 20px;
    cursor: pointer;
}
/* Finel section for app suppport page css  */
div.lastpage {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 20px;
    background-color: #ffffff;
    color: #1f1f1f;
}

.page-container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 15px;
}

/* --- Support Section --- */
.support-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.support-section-header h2 {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.arrow-icon {
    font-size: 24px;
    color: #5f6368;
}

.support-details {
    padding-bottom: 20px;
}

.support-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    gap: 20px;
}

.support-icon {
    font-size: 24px;
    color: #5f6368;
}

.support-text {
    display: flex;
    flex-direction: column;
}

.support-item p {
    margin: 0;
}

.support-item .label {
    font-size: 14px;
    color: #5f6368;
}

.support-item .value {
    font-size: 16px;
    color: #3c4043;
    font-weight: 500;
}

.separator {
    border: none;
    height: 1px;
    background-color: #dadce0;
    margin: 20px 0;
}

/* --- Links Sections --- */
.section-title {
    font-size: 16px;
    font-weight: 50;
    color: #5f6368;
    margin: 0 0 10px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

ul li {
    font-size: 16px;
    color: #3c4043;
    padding: 10px 0;
    /* border-bottom: 1px solid #dadce0; */
}

ul li:last-child {
    border-bottom: none;
}