﻿
@font-face {
    font-family: 'ChangaOne';
    src: url('/fonts/ChangaOne-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ChangaOne';
    src: url('/fonts/ChangaOne-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'PatuaOne';
    src: url('/fonts/PatuaOne-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



/* Apply ChangaOne Regular to headers */
h1, h2, h3, h4, h5, h6 {
    font-family: 'ChangaOne', sans-serif;
}


/* Apply ChangaOne font for all titles */
.title {
    font-family: 'ChangaOne', sans-serif;
    font-weight: normal;
}
.dialogstrong {
    font-family: 'ChangaOne', sans-serif;
    font-weight:500;
    font-size:large;
}

/* Apply PatuaOne font for all subtitles */
.subtitle {
    font-family: 'PatuaOne', sans-serif;
    font-weight: normal;
    color: #666; /* Optional: subtitle color */
}

.question {
    font-family: 'PatuaOne', sans-serif;
    font-weight:normal;
    font-size: 1.5em;
        color: #0026ff; /* Optional: question color */
}

.answer{
    font-family: 'PatuaOne', sans-serif;
    font-weight:normal;
    font-size: 1.5em;
    color: #333; /* Optional: answer color */

}

/* Dashboard Background */
body {
    font-family: 'PatuaOne', sans-serif;
    background-color: #E9E0D6;
    margin: 0;
    font-family: Arial, sans-serif;
}

/* Main Wrapper with Background Image */
.dashboard-wrapper {
    background-image: url('/svgimages/flagbackground.svg');
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard-container {
    max-width: 600px;
    width: 100%;
    padding: 10px;
}

/* Header Section */
.header-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

    .header-section h1 {
        font-size: 2em;
        color: #333;
    }

.notification-button {
    background: none;
    border: none;
    cursor: pointer;
}

/* Common Styles for Containers */
.trivia-container {
    border-radius: 12px;
    overflow: hidden;
    min-height: 20vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: 20px;
}

    .trivia-container:hover {
        transform: scale(1.05); /* Slightly enlarge on hover */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add a subtle shadow */
    }

.trivia-quick-play {
    background-image: url('/svgimages/quickplay.svg');
    cursor: pointer; /* Add pointer cursor */
    transition: transform 0.2s ease-in-out, box-shadow 0.3s ease; /* Smooth effect */
}

    .trivia-quick-play:hover {
        transform: scale(1.05); /* Slightly enlarge on hover */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add shadow effect */
    }


/* Backgrounds for Each Section */
.trivia-advert {
    background-image: url('/svgimages/gameadvert.svg') !important;
    
}

.trivia-categories {
    background-image: url('/svgimages/selectcategory_learn.svg');
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}

.trivia-play-together {
    background-image: url('/svgimages/playtogether.svg');
}

/* Single Column Layout */
.dashboard-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.category-selection-container {
    background-color: #E9E0D6;
    max-width: 600px;
    margin: auto;
    padding: 20px;
    border-radius: 8px;
}

.category-title {
    text-align: center;
    margin-bottom: 24px;
    font-size: 1.25rem;
    color: #333;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Enforce a two-column layout */
    gap: 20px;
    width: 100%;
}

.category-card {
    text-align: center;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}

.category-card:hover {
    transform: scale(1.05);
}

.category-icon {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.gameplayicon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 2px 0 10px 0; /* 2px top, 10px bottom */
}


.gameplay-icon {
    width: 150px;
    height: 150px; /* Ensure it stays square */
    border-radius: 10px;
    object-fit: contain;
}
/* Gameplay Wrapper with Background Image */
.gameplay-wrapper {
    background-image: url('/svgimages/gamebk.svg');
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding: 3px; /* Optional padding for spacing */
    box-sizing: border-box;
}

/* Inner container with transparent background */
/* Compact the main content */
.gameplay-content {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    padding: 10px; /* Reduced padding inside the content */
    border-radius: 12px;
    background-color: transparent;
}

/* Reduce padding around question */
.question {
    font-family: 'PatuaOne', sans-serif;
    font-size: 1.6em;
    color: brown; /* Adjust color as needed */
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1.4; /* Ensure proper spacing for multi-line text */
}



/* Adjust Question */
.question {
    font-family: 'PatuaOne', sans-serif;
    font-size: 1.6em;
    color: brown; /* Adjust color if needed */
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1.4; /* Ensure line height for multi-line questions */
}

/* Answer Card Adjustments */
.answer-card {
    display: flex; /* Ensures text and number are aligned horizontally */
    align-items: center; /* Vertically aligns the content */
    justify-content: flex-start; /* Aligns content to the left */
    padding: 15px; /* Adds padding for better spacing */
    margin-bottom: 10px; /* Space between answer cards */
    font-family: 'PatuaOne', sans-serif;
    font-size: 1.2em;
    border-radius: 8px; /* Rounded corners */
    border: 1px solid #ddd; /* Neutral border */
    background-color: #f9f9f9; /* Light background */
    transition: transform 0.2s ease-in-out, box-shadow 0.3s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}
.answer-number {
    font-weight: bold; /* Highlights the number */
    margin-right: 10px; /* Adds spacing between number and text */
    color: #333; /* Neutral color for number */
}

.answer-text {
    flex: 1; /* Ensures the text takes up remaining space */
    text-align: left; /* Aligns text to the left */
    color: #555; /* Neutral color for text */
}

.answer-card:hover {
    transform: scale(1.03); /* Adds a hover effect */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15); /* Enhances shadow on hover */
}
/* Correct Answer Highlight */
.correct-answer {
    background-color: #d4edda;
    border: 2px solid #28a745;
}

/* Incorrect Answer Highlight */
.wrong-answer {
    background-color: #f8d7da;
    border: 2px solid #dc3545;
}

/* Alignment for Final UI */
.final-screen .final-buttons {
    display: flex;
    justify-content: center;
    gap: 20px; /* Space between buttons */
    margin-top: 20px;
}





    /* Keep answer colors intact */
    .answer-card.green {
        background-color: #e0f7e9;
    }

    .answer-card.red {
        background-color: #fdecea;
    }

    .answer-card.brown {
        background-color: #f9f4ec;
    }

    .answer-card.gray {
        background-color: #f3f3f3;
    }

.correct-answer {
    background-color: #d4edda; /* Light green */
    border: 2px solid #28a745; /* Green border */
}

.wrong-answer {
    background-color: #f8d7da; /* Light red */
    border: 2px solid #dc3545; /* Red border */
}


    /* Hover effects for answers */
    .answer-card:hover {
        transform: scale(1.05);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }


/* -----*/
.gameplay-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}

.score-timer-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

.score-box, .timer-box {
    padding: 10px;
    color: white;
    font-weight: normal;
    text-align: center;
    border-radius: 5px;
}

.score-box {
    background-color:olive; /* Green */
    width: 120px;
}

.timer-box {
    background-color: #dc3545; /* Red */
    width: 120px;
    color:white;
}

/*----------*/
/* Header Container */
.header-container {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    margin-bottom: 10px; /* Space between header and info boxes */
}

/* Category Name */
.category-name {
    font-family: 'PatuaOne', sans-serif !important;
    font-size: 3.4em !important;
    color: #E9E0D6 !important;
    text-shadow: -2px -2px 0 #ff0000, 2px -2px 0 #ff0000, -2px 2px 0 #ff0000, 2px 2px 0 #ff0000, -4px -4px 5px rgba(0, 0, 0, 0.6), 4px -4px 5px rgba(0, 0, 0, 0.6), -4px 4px 5px rgba(0, 0, 0, 0.6), 4px 4px 5px rgba(0, 0, 0, 0.6) !important;
    text-align: center !important;
    margin-bottom: 10px !important;
    width: 100%;
}


/* Backgrounds for Categories */
/* Backgrounds for Categories */
.category-geography {
    background-image: url('/svgimages/geography_bk.svg');
}

.category-wildlife {
    background-image: url('/svgimages/wildlife_bk.svg');
}

.category-history {
    background-image: url('/svgimages/history_bk.svg');
}

.category-culture {
    background-image: url('/svgimages/culture_bk.svg');
}

.category-famouspeople {
    background-image: url('/svgimages/famouspeople_bk.svg');
}

.category-customs {
    background-image: url('/svgimages/customs_bk.svg');
}

.category-landmarks {
    background-image: url('/svgimages/landmarks_bk.svg');
}

.category-culinary {
    background-image: url('/svgimages/culinary_bk.svg');
}

.category-sports {
    background-image: url('/svgimages/sports_bk.svg');
}

.category-economy {
    background-image: url('/svgimages/economy_bk.svg');
}

.category-festivals {
    background-image: url('/svgimages/festivals_bk.svg');
}

.category-transport {
    background-image: url('/svgimages/transport_bk.svg');
}


/* Compact the main content */
.gameplay-content {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    padding: 5px !important; /* Force reduced padding inside the content */
    border-radius: 12px;
    background-color: transparent;
}

/* Reduce padding around question */
/* Question */
.question {
    font-family: 'PatuaOne', sans-serif;
    font-size: 1.7em; /* Larger size for emphasis */
    color: brown; /* Blue color for the question */
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}
/* Reduce spacing and padding for answers */
.answer-card {
    width: 100%;
    text-align: center;
    padding: 15px !important; /* Force reduced padding inside the answer card */
    margin-bottom: 15px !important; /* Force smaller spacing between answer cards */
    font-family: 'PatuaOne', sans-serif;
    font-size: 1.5em;
    cursor: pointer;
    transition: transform 0.2s ease-in-out, background-color 0.3s;
    border-radius: 8px;
}

    /* Ensure hover effects remain intact */
    .answer-card:hover {
        transform: scale(1.05);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

.correct-box {
    background-color: #d4edda; /* Light green for correct */
    border: 1px solid #c3e6cb; /* Darker green border */
    color: #155724; /* Dark green text */
}

.incorrect-box {
    background-color: #f8d7da; /* Light red for incorrect */
    border: 1px solid #f5c6cb; /* Darker red border */
    color: #721c24; /* Dark red text */
}

.time-box, .question-box {
    background-color: #f5f5f5; /* Neutral gray */
    border: 1px solid #ddd;
    color: #333;
}

.info-boxes-container {
    display: flex;
    justify-content: space-between;
    gap: 10px; /* Spacing between info boxes */
    margin-bottom: 15px;
}

.info-box {
    flex: 1; /* Equal width for each box */
    text-align: center;
    padding: 10px;
    border-radius: 8px;
    font-family: 'PatuaOne', sans-serif;
    font-size: 0.9em;
}

.correct-box {
    background-color: #d4edda; /* Light green */
    border: 1px solid #c3e6cb; /* Green border */
    color: #155724; /* Dark green text */
}

.incorrect-box {
    background-color: #f8d7da; /* Light red */
    border: 1px solid #f5c6cb; /* Red border */
    color: #721c24; /* Dark red text */
}

.time-box {
    background-color: #dc3545; /* Red background */
    border: 1px solid #b52a3a; /* Darker red border */
    color: white !important; /* Ensure text is white */
    font-weight: normal; /* Bold text for visibility */
}

.question-box {
    background-color: #f5f5f5; /* Neutral gray */
    border: 1px solid #ddd;
    color: #333; /* Neutral text color */
}

.info-label {
    font-weight: normal;
    color: inherit; /* Use the color of the parent (box) */
}

.info-value {
    font-size: 1.5em; /* Larger font size for emphasis */
    color: inherit; /* Use the color of the parent (box) */
}

/* Header metrics */
.game-header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: linear-gradient(90deg, #f5d1a9, #c3e2dd);
    padding: 10px 0;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.metric {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Patua One', sans-serif;
    font-size: 1.2rem;
    color: #333;
}

    .metric .icon {
        font-size: 1.5rem;
        margin-bottom: 5px;
    }

/* Question Bubble */
.speech-bubble {
    background-color: #ffe5d9;
    border-radius: 10px;
    padding: 15px;
    font-family: 'Patua One', sans-serif;
    font-size: 1.5rem;
    color: #333;
    text-align: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
}

.game-info-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-radius: 8px;
    background: linear-gradient(to right, #ffe5b5, #dff3ff); /* Gradient background */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    margin-bottom: 20px;
}

    .game-info-bar .info-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex: 1;
    }

        .game-info-bar .info-item:not(:last-child) {
            margin-right: 10px;
        }

    .game-info-bar .info-label {
        font-size: 0.9rem;
        font-weight: 600;
        margin-top: 5px;
        color: #333;
    }

    .game-info-bar .info-value {
        font-size: 1.2rem;
        font-weight: 700;
        color: #555;
    }



.score-box {
    background-color:darkkhaki; /* Green background for Score */
}

.time-box {
    background-color:darkcyan; /* Red background for Time Left */
}

.info-label {
    font-size: 1em; /* Label text size */
}

.info-value {
    font-size: 1.5em; /* Value text size */
}


/* New CSS for .login-container */
.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 400px;
    margin: auto;
    background-color:transparent;
}

/* Wrapper styles */
.login-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-image: url('/svgimages/signin_bk.svg');
    background-size: contain; /* Ensure the full image is displayed */
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 10px; /* Add padding to create space from the top */
    box-sizing: border-box;
}


/* Card transparency */
.login-card {
    background-color: transparent;
    border-radius: 28px;
    margin:10px;

}

/* Content transparency */
.transparent-content {
    background-color:transparent
}

/* Title font style */
.title-font {
    font-family: 'ChangaOne', sans-serif; /* or the appropriate font-family */
    font-size: 2rem;
    color: grey; /* Optional: adjust color */
    text-align: center;
}


.link-wrapper {
    text-align: center;
    margin-top: 10px;
}

.link {
    font-family: 'PatuaOne', sans-serif;
    font-size: 0.9rem; /* Adjust font size as needed */
    color: #8B4513 !Important; /* Example: dark green */
    text-decoration: none;
}

    .link:hover {
        text-decoration: underline;
    }
.header-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.header-icons {
    display: flex;
    gap: 10px; /* Space between notification and settings icons */
}

.notification-button,
.settings-button {
    background: none;
    border: none;
    cursor: pointer;
}

.final-screen {
    text-align: center;
    margin-top: 20px;
}

    .final-screen h2 {
        font-family: 'ChangaOne', sans-serif;
        color: #333;
        margin-bottom: 10px;
    }

    .final-screen p {
        font-family: 'PatuaOne', sans-serif;
        color: #555;
        margin-bottom: 20px;
    }
.final-buttons {
    display: flex;
    justify-content: center;
    gap: 10px; /* Gap between buttons */
    margin-top: 10px;
}

/* Restart Button */
.restart-button {
    background-color: #4CAF50; /* Green */
    color: white;
    border-radius: 4px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}

    .restart-button:hover {
        background-color: #45a049; /* Darker Green */
    }



.icon-label {
    font-family: 'PatuaOne', sans-serif;
    font-size: 0.9rem;
    color: #333; /* Neutral text color */
    text-align: center;
}



    .icon-button:hover {
        background-color: #218838; /* Darker green on hover */
        transform: scale(1.1); /* Slight scale on hover */
    }

    .icon-button:active {
        transform: scale(0.95); /* Slight shrink on click */
    }

.icon {
    width: 24px; /* Icon size */
    height: 24px;
}
/* Home Button Styling */
.home-button {
    background-color: #800000; /* Maroon background */
    color: white; /* White icon color */
    border: none;
    border-radius: 4px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

    .home-button:hover {
        background-color: #5a0000; /* Darker maroon on hover */
        transform: scale(1.05); /* Slight scale on hover */
    }

    .home-button:active {
        transform: scale(0.95); /* Slight shrink on click */
    }

    /* Ensure Icon Color Is White */
    .home-button svg {
        fill: white; /* Force white color for SVG icons */
        width: 24px; /* Adjust icon size */
        height: 24px;
    }


/* Cleanup: Removed duplicated hover and button styles */


/* Disable hover effects when buttons are disabled */
button:disabled {
    background-color: #ccc;
    color: #666;
    cursor: not-allowed;
    transform: none;
}

/* Final Screen Section */
.final-screen .final-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}


.select-category-button {
    background-color: #007bff;
    color: white;
}

    .select-category-button:hover {
        background-color: #0056b3;
    }
.category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.quit-button {
    font-family: 'PatuaOne', sans-serif;
    font-size: 1em;
    padding: 5px 10px;
    background-color: #dc3545; /* Red for Quit Button */
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

    .quit-button:hover {
        background-color: #b52a3a; /* Darker red on hover */
        transform: scale(1.05);
    }



.settings-page-wrapper {
    position: relative;
    padding: 20px;
    background-image: url('/svgimages/flagbackground.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.settings-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

.settings-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}

.settings-item {
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #008000, #006400); /* Kenyan green */
    color: white;
    border-radius: 10px;
    padding: 15px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

    .settings-item:hover {
        transform: scale(1.05);
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.4);
    }

.settings-icon {
    font-size: 2rem;
    margin-right: 10px;
}

.settings-text {
    font-family: 'PatuaOne', sans-serif;
    font-size: 1.2rem;
    font-weight:normal;
}




.password-wrapper {
    max-width: 500px;
    margin: 50px auto;
    padding: 20px;
    border-radius: 8px;
    background: #fffaf0;
}

.password-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.title {
    text-align: center;
    color: #4caf50;
    font-weight: normal;
}

.error-message {
    color: red;
    text-align: center;
}

.button-container {
    display: flex;
    justify-content: space-between;
}


.offers-page-wrapper {
    display: flex;
    flex-direction: column;
    height: 100vh;
    background-color: #f9f9f9; /* Adjust background as needed */
}

.offers-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: transparent;
    position: relative;
}

.title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
}

.home-button {
    background-color: #8B0000; /* Maroon background */
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

    .home-button:hover {
        background-color: #5C0000; /* Darker maroon on hover */
    }

.offers-container {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.signup-page-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-image: url('/svgimages/signin_bk.svg');
    background-size: cover;
    background-position: center;
}

.signup-container {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.pwa-install-container {
    margin: 20px auto;
    max-width: 400px;
}

.pwa-install-prompt {
    background: linear-gradient(135deg, #000000, #FF0000, #00FF00, #FFFFFF);
    border-radius: 12px;
    padding: 16px;
    color: white;
    max-width: 400px;
    margin: 0 auto;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.pwa-install-card {
    background: transparent;
    color: white;
    box-shadow: none;
}

.pwa-install-header {
    background: rgba(0, 0, 0, 0.6);
    padding: 8px;
    border-radius: 8px 8px 0 0;
}

.pwa-title {
    font-weight: bold;
    color: #ffffff;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
}

.pwa-install-content {
    text-align: center;
    margin: 12px 0;
}

.pwa-description {
    color: #f8f8f8;
    font-size: 1rem;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.install-button {
    background-color: #005500;
    color: white;
    font-weight: bold;
    border-radius: 8px;
    padding: 8px 16px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s ease-in-out;
}

    .install-button:hover {
        background-color: #007700;
        transform: scale(1.05);
    }

.dismiss-button {
    background-color: transparent;
    border: 2px solid #FF0000;
    color: #FF0000;
    font-weight: bold;
    border-radius: 8px;
    padding: 8px 16px;
    transition: all 0.3s ease;
}

    .dismiss-button:hover {
        background-color: #FF0000;
        color: white;
    }

.final-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.icon-button-wrapper {
    text-align: center;
}

.icon-button-box {
    width: 60px; /* Set a uniform width */
    height: 60px; /* Set a uniform height */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #4CAF50; /* Set a background color */
    border-radius: 8px; /* Square with slightly rounded corners */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); /* Optional shadow for a polished look */
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s; /* Add hover effect */
}

    .icon-button-box:hover {
        transform: scale(1.1); /* Slight zoom on hover */
        box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
    }

.icon-label {
    margin-top: 8px; /* Add spacing between the button and label */
    font-size: 14px;
    font-weight: bold;
    color: #333; /* Set text color */
}
.back-to-login-button,
.settings-button {
    background-color: #4CAF50; /* Green color */
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

    .back-to-login-button:hover,
    .settings-button:hover {
        background-color: #45a049; /* Slightly darker green */
        box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2);
    }

.kenya-dialog {
    background: url("/images/KenyaMapDotted.svg") no-repeat center center;
    background-size: cover;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
.offers-content {
    text-align: center;
    padding: 20px;
}

.offers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    padding: 20px;
}

.offer {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
}

    .offer img {
        width: 100%;
        border-radius: 8px;
        margin-bottom: 15px;
    }

.cta-button {
    display: inline-block;
    padding: 12px 20px;
    background: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    transition: background 0.3s ease-in-out;
}

    .cta-button:hover {
        background: #0056b3;
    }
