* {
    padding: 0;
    margin: 0;
}

main {
    margin: 0px 2px;
}

nav {
    position: sticky;
    top: 0;
    width: 98%;
    display: flex;
    background-color: rgb(26, 197, 34);
    justify-content: space-between;
    align-items: center;
    border-radius: 14px;
    top: 0px;
    padding-left: 10px;
}

nav>img {
    border-radius: 20px;
}

/* Menu Container */
.menu-container {
    position: relative;
    display: inline-block;
}

/* 3-Line Hamburger Button Container */
.hamburger-btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
    cursor: pointer;
    user-select: none;
}

/* The individual visual lines */
.line {
    width: 100%;
    height: 3px;
    background-color: #333;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* --- X-Shape Transformations --- */
.menu-container.open .line-1 {
    transform: translateY(9px) rotate(45deg);
}

.menu-container.open .line-2 {
    opacity: 0;
}

.menu-container.open .line-3 {
    transform: translateY(-9px) rotate(-45deg);
}

/* --- Menu Content Panel Layout --- */
.menu-content {
    position: absolute;
    top: 35px;
    left: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: max-height 0.3s ease, opacity 0.2s ease;
    width: 200px;
    pointer-events: none;
    /* Block link clicks when invisible */
    z-index: 100;
}

/* Active Reveal Modifier Class */
.menu-container.open .menu-content {
    max-height: 300px;
    opacity: 1;
    pointer-events: auto;
    /* Enable link interactions when open */
}

.menu-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-content li a {
    display: block;
    padding: 14px 20px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.menu-content li a:hover {
    background-color: #f8f9fa;
    color: #007bff;
}

/* Dynamic Main Content Container Box */
.display-box {
    margin-top: 40px;
    padding: 20px;
    background-color: white;
    border-left: 5px solid #007bff;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    max-width: 400px;
}

.display-box h2 {
    margin-top: 0;
    color: #333;
}

.header-title {
    margin: 10px 0px;
    background-color: rgba(11, 237, 57, 0.333);
    border-radius: 15px;
    text-align: center;
    padding: 10px 0px;
}

.header-title>h1 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.header-title>h2 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.container23 {
    align-items: center;
    justify-content: center;
    padding: 10px 0px;
    background-color: #6361611d;
    border-radius: 20px;
}

.container23>.header10 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 5px;
}

.side>h3 {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.side>p {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #434242c0;
    font-size: 10px;
    margin-top: 10px;
}

.link13 {
    margin-top: 10px;
}

.link13>.paraga {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;

}

.paraga>p {
    align-items: center;
    justify-content: center;
    background-color: #0754f927;
    border-radius: 15px;
    padding: 5px;
    color: rgb(12, 12, 214);
    font-size: 8px;

}

.rate {
    height: 7px;
    border-radius: 15px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.rate2 {
    height: 15px;
    width: 15px;
    background-color: #00ff37;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    border-radius: 15px;
    align-items: center;
    justify-content: center;

}

.tarin {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;

}

.header11 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 12px;
}

.install-button {
    width: 100%;
    max-width: 300px;
    margin: 14px auto 4px;
    display: block;
    text-align: center;
    border: none;
    border-radius: 999px;
    padding: 10px 16px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    color: #ffffff;
    background: linear-gradient(135deg, #16a34a, #22c55e);
    box-shadow: 0 14px 30px rgba(22, 163, 74, 0.35);
}

.title>h1 {
    color: blueviolet;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

hr {
    border: 5px solid purple;
}

.but {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 0px;
}

.but>a {
    background-color: white;
    text-align: center;
    display: inline-block;
    font-weight:bold;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    border: 1px solid black;
    box-shadow: 2px 5px 4px rgba(0, 128, 0, 0.265);
    border-radius: 5px;
    width: 38%;
    color: red;
    cursor: pointer;
    padding: 5px 30px;
    font-size: 15px;
}

.but a:hover {
    background-color: rgba(26, 231, 22, 0.253);
}

.hr-1>hr {
    border: 1px solid black;
}

.app-card {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: rgba(0, 0, 0, 0.103);
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    /* position: relative; */
}

.app-card:hover {
    background-color: rgba(0, 0, 0, 0.251);
}

.app-card img {
    border-radius: 20px;
    margin-left: 5px;
}

.details {
    flex: 1;
}

.details h3 {
    font-size: 14px;
    color: #444;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.bonus {
    color: #ff6600;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.withdraw {
    color: #2e7d32;
    font-size: 11px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bold;
}

.download {
    background: #2ea52c;
    color: #fff;
    border: none;
    padding: 12px 15px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
    margin-right: 15px;
    cursor: pointer;
}

.download:hover {
    background: #23851f;
}


.card.hide {
    display: none;
}

footer {
    background-color: #078787;
    padding: 10px;
    color: white;
}

.wrapper {
    max-width: 900px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

/* Section Heading Rule */
.section-title {
    font-size: 1.25rem;
    font-weight: bold;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    margin-top: 0;
}

/* Teal indicator line below headers */
.title-underline {
    width: 55px;
    height: 4px;
    background-color: #1bbc9b;
    margin-bottom: 25px;
}

/* Information banner message */
.form-info {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 20px;
}

/* General form field structures */
.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-size: 0.95rem;
    color: #444;
    margin-bottom: 8px;
}

/* Text inputs and textarea fields styling */
.form-group textarea,
.form-group input[type="text"],
.form-group input[type="email"] {
    width: 100%;
    box-sizing: border-box;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    padding: 12px;
    font-size: 0.95rem;
    font-family: inherit;
    color: #333;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.form-group textarea {
    height: 180px;
    resize: vertical;
}

.form-group input[type="text"],
.form-group input[type="email"] {
    max-width: 280px;
}

/* Fields focus highlighting state */
.form-group textarea:focus,
.form-group input:focus {
    outline: none;
    background-color: #fff;
    border-color: #1bbc9b;
}

/* Cookie consent checkbox arrangement */
.checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.checkbox-group input[type="checkbox"] {
    margin-top: 3px;
    cursor: pointer;
}

.checkbox-group label {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.4;
    cursor: pointer;
    user-select: none;
}

/* Main teal action trigger button */
.submit-btn {
    background-color: #1bbc9b;
    color: #ffffff;
    border: none;
    border-radius: 3px;
    padding: 12px 24px;
    font-size: 0.95rem;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.2s ease;
    margin-bottom: 40px;
}

.submit-btn:hover {
    background-color: #16a085;
}

/* --- Live Comments Section Layout --- */
.comments-feed-section {
    border-top: 2px solid #eeeeee;
    padding-top: 30px;
    margin-top: 20px;
}

.comment-card {
    display: flex;
    gap: 15px;
    background-color: #fafafa;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 15px;
    border: 1px solid #eaeaea;
    animation: slideInFade 0.4s ease-out forwards;
}

/* Standardized avatar block */
.comment-avatar {
    width: 50px;
    height: 50px;
    background-color: #ddd;
    color: #666;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
    flex-shrink: 0;
    text-transform: uppercase;
}

.comment-body {
    flex-grow: 1;
}

.comment-meta {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 8px;
}

.comment-author {
    font-weight: bold;
    color: #333;
    font-size: 0.95rem;
}

.comment-date {
    font-size: 0.8rem;
    color: #999;
}

.comment-text {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #444;
    margin: 0;
    white-space: pre-wrap;
    /* Preserves paragraph spacing breaks */
}

/* Animation when new comments land */
@keyframes slideInFade {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.footer-1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    color: black;
    align-items: center;
    margin: auto;
    justify-content: center;
}

.footer-1>.footer-2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.footer-2>a {
    color: rgba(21, 4, 17, 0.947);
    background-color: #1a1b1a35;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    margin: 5px 0px;
    width: fit-content;
    transition: 0.3s;
}

.footer-2>h4 {
    background-color: rgba(0, 0, 0, 0.445);
    color: white;
    border-radius: 10px;
    padding: 10px;
    width: fit-content;
    cursor: pointer;
    transition: 1s;
}

h4:hover {
    background-color: rgba(0, 0, 0, 0.728);
}

.footer-2>a:hover {
    background-color: #ffffff50;

}

.discription {
    background-color: rgba(0, 0, 0, 0.231);
    padding: 05px;
    border-radius: 5px;
}

.discription>h4 {
    margin: 10px 0px;
    font-weight: bold;
    background-color: rgba(250, 246, 246, 0.445);
    width: fit-content;
    padding: 10px 5px;
    border-radius: 5px;
}

.discription>p {
    color: black;
    background-color: rgba(255, 255, 255, 0.279);
}

a {
    text-decoration: none;
}

a>button {
    background-color: rgba(224, 255, 255, 0.315);
    display: flex;
    color: white;
    flex-direction: column;
    border-radius: 5px;
    padding: 5px 10px;
    margin-top: 5px;

}

.footer-4 {
    background-color: black;
    padding: 10px 0px;
    align-items: center;
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px;
}
/* Floating Social Container Alignment */
.sticky-social-bar {
    position: fixed;
    right: 0px;
    /* Adjust layout gap from right side screen border */
    bottom: 0px;
    /* Adjust layout gap from screen bottom */
    display: flex;
    flex-direction: column;
    gap: 8px;
    /* Elements gap vertical array padding */
    z-index: 99999;
    /* Higher index layer ensures widget overlay status */
}

/* Individual Icon Button Global Design */
.social-btn {
    width: 46px;
    height: 46px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    text-decoration: none;
}

/* Button Vector Dimensions */
.social-btn svg {
    width: 24px;
    height: 24px;
}

/* Hover Scaling Animation Elements */
.social-btn:hover {
    transform: scale(1.15);
}

/* Background Color Configurations Based on Exact App Themes */
.whatsapp-btn {
    background-color: #25D366;
}

.facebook-btn {
    background-color: #1877F2;
}
.twitter-btn {
    background-color: #000000;
}

.telegram-btn {
    background-color: #0088cc;
}

.instagram-btn {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

/* Responsiveness check logic blocks for desktop panels */
@media (min-width: 768px) {
    .sticky-social-bar {
        right: 5px;
    }

    .social-btn {
        width: 50px;
        height: 50px;
    }
}