body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    color: #333;
    margin: 0;
    padding-top: 70px; /* Adjust this value based on your header's height */
    overflow-x: hidden;
}





.container {
    text-align: center;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 0 auto; /* Center the container */
    width: 80%; /* Or any width you prefer */
    max-width: 600px;
}

.accordion {
    text-align: left;
}

.accordion-item {
    margin-bottom: 10px;
}

.accordion-item h2 {
    cursor: pointer;
    background-color: #eee;
    padding: 10px;
    margin-top: 0;
}

.accordion-item .content {
    display: none;
    padding: 0 10px;
}

.accordion-item.active .content {
    display: block;
}

#upload-box {
    border: 2px dashed #ddd;
    padding: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}

/* ... [Rest of your existing CSS] */

body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    color: #333;
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* Prevent horizontal scrolling */
}



.logo {
    max-width: 100px;
}

.login-link {
    text-decoration: none;
    color: #007bff;
}

.container {
    text-align: center;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: 60px; /* Adjusted for fixed header */
    max-height: calc(100vh - 60px); /* Adjust height to prevent vertical scrolling */
    overflow-y: auto; /* Allow internal scrolling */
}

.accordion {
    text-align: left;
}

.accordion-item {
    margin-bottom: 10px;
}

.content {
    margin: 10px 0;
}

#subdomain {
    margin-right: 5px;
}

/* ... [Rest of your existing CSS] */

body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    color: #333;
    margin: 0;
    padding: 0;
}


.container {
    text-align: center;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: 60px; /* Adjusted to give space for the fixed header */
}

/* ... [Rest of your existing CSS] */

body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    color: #333;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.container {
    text-align: center;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}



#upload-box {
    border: 2px dashed #ddd;
    padding: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}

#upload-box p {
    margin: 0;
    color: #666;
}

#file-upload {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    cursor: pointer;
}

#connect-metamask {
    background-color: #ff6f00;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

#connect-metamask:hover {
    background-color: #e65c00;
}
.login-link {
    text-decoration: none;
    color: #007bff;
    margin-right: 20px; /* Ensure visibility on the right edge */
}
.accordion-item.disabled  {
    pointer-events: none; /* Disables clicking */
    opacity: 0.6; /* Dim the item to indicate it's disabled */
}

.accordion-item.success h2 {
    background-color: #28a745; /* Green color for success */
    color: white;
}
.subdomain-container {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

#subdomain {
    flex-grow: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-right: none; /* Remove right border to merge with extension */
}

.domain-extension {
    background-color: #f4f4f4;
    padding: 10px;
    border: 1px solid #ddd;
}

.price-options {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.price-option {
    background-color: #f9f9f9;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
}

.price-option button {
    margin-top: 10px;
    padding: 5px 10px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

.price-option button:hover {
    background-color: #0056b3;
}

#search-domain {
    padding: 10px 20px;
    background-color: #ff6f00;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 20px;
}

#search-domain:hover {
    background-color: #e65c00;
}

.domain-info p {
    margin-top: 0;
}

.domain-info ul {
    padding-left: 20px;
}
/* Style for price options */
.price-option {
    cursor: pointer;
    border: 2px solid transparent;
    padding: 10px;
    margin: 5px;
    transition: border-color 0.3s;
}

/* Style for selected price option */
.price-option.selected {
    border-color: #4CAF50; /* Green border for selected option */
    background-color: #f0f0f0; /* Light background for selected option */
}
#step3 {
    background-color: #f2f2f2;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

#step3 h2 {
    margin-bottom: 15px;
}

.url-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

#your-url {
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 4px;
    flex-grow: 1;
}

#copy-url, #redirect-url {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

#redirect-url {
    background-color: #2196F3;
}

.social-share {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

.social-icon {
    font-family: 'FontAwesome';
    color: #333;
    font-size: 24px;
    cursor: pointer;
}

.action-buttons button {
    background-color: #008CBA;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    margin-right: 10px;
}

.action-buttons button:last-child {
    background-color: #008CBA;
}

/* Add responsive behavior if needed */
@media (max-width: 600px) {
    .url-container, .social-share, .action-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .action-buttons button {
        margin-bottom: 10px;
    }
}
.dashboard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #f8f8f8;
    border-bottom: 1px solid #eaeaea;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.logo-container img {
    height: 50px;
}

.dashboard-nav {
    display: flex;
    align-items: center;
}

#new-website-button {
    margin-right: 20px;
    padding: 10px 20px;
    background-color: #30bcc2;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
#dashboard-button {
    margin-right: 20px;
    padding: 10px 20px;
    background-color: #30bcc2;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.user-menu {
    position: relative;
}

.user-icon {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.user-dropdown {
    display: none;
    position: absolute;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
     opacity: 1;
    z-index: 1000; /* Ensures dropdown is on top of other elements */
}

.user-icon:focus + .user-dropdown, .user-dropdown:hover {
    display: block;
}

.user-dropdown span, .user-dropdown a {
    display: block;
    padding: 8px 15px;
    text-decoration: none;
    color: #333;
}

.user-dropdown a:hover {
    background-color: #f4f4f4;
    border-radius: 3px;
}




html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

body {
    min-height: 100vh; /* Ensures the minimum height is the full viewport height */
}

.site-content {
    flex: 1; /* Allows this section to expand and occupy available space */
    overflow: auto; /* Adds scroll to content if it overflows */
}

.site-footer {
    text-align: center;
    padding: 20px;
    font-size: 14px;
}

.site-footer .heart {
    color: red;
}

.site-footer a {
    color: #007bff;
    text-decoration: none;
}

.site-footer a:hover {
    text-decoration: underline;
}

.header-container {
    padding: 40px; /* Padding around the header */
}

.main-heading {
    color: #333; /* Text color */
    font-size: 2em; /* Font size */
    margin-bottom: 20px; /* Space between heading and subheading */
}

.sub-heading {
    color: #555; /* Subheading text color */
    font-size: 1.5em; /* Subheading font size */
}
