html {
font-family: 'Segoe UI', sans-serif;
/*background-color: #4e8bf2*/
}

body {
margin: 0;
padding: 0;
font-size: 16px;
color: #1f2937;
/*background-color: #4da6ff;*/
}

.containerHome01 {
max-width: 960px;
margin: 40px auto;
padding: 20px;
background: #fff;
border-radius: 1px;
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

h1 {
text-align: center;
font-size: 2rem;
margin-bottom: 1.5rem;
color: #202124;
}

.controls {
display: flex;
flex-wrap: wrap;
gap: 12px;
align-items: center;
justify-content: center;
margin-bottom: 24px;
}

.controls form {
display: flex;
flex-wrap: wrap;
gap: 12px;
align-items: center;
justify-content: center;
}

select, input[type="file"], button {
padding: 10px 12px;
font-size: 14px;
border: 1px solid #dadce0;
border-radius: 1px;
background: #fff;
transition: border 0.2s ease-in-out;
}

select:focus, input[type="file"]:focus {
outline: none;
border-color: #4285f4;
}

button {

background-color: #3367d6;
color: white;
cursor: pointer;
border: none;
font-weight: bold;
transition: background 0.3s ease;
}

button:hover {
background-color: #4285f4;
}

#mockupCanvas {
display: block;
margin: 0 auto;
border: 1px solid #e0e0e0;
border-radius: 1px;
background: #fff;
max-width: 100%;
height: auto;
}

#preview {
text-align: center;
padding: 20px;
}

#preview img {
max-width: 100%;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

#saveMockupBtn {
/*margin-top: 10px;*/
padding: 10px 16px;
background-color: #3367d6;
color: white;
border: none;
border-radius: 1px;
font-size: 14px;
cursor: pointer;
}
#saveMockupBtn:hover {
/*margin-top: 10px;*/
padding: 10px 16px;
background-color: #4285f4;
color: white;
border: none;
border-radius: 6px;
font-size: 14px;
cursor: pointer;
}




#mockupGallery img {
margin: 8px;
max-width: 150px;
border: 1px solid #ddd;
border-radius: 6px;
box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.finalInput {
width: 60%;
padding: 8px 12px;
border: 1px solid #ccc;
border-radius: 6px;
font-size: 15px;
}

.headerTop01 {
display: flex;
justify-content: space-between;
align-items: center;
background: #f8f9fa;
padding: 10px 20px;
/*border-bottom: 1px solid #e0e0e0;*/
height: 50px;
/*background: #0b5cff;*/
}

.topbar-left  {
font-size: 20px;
font-weight: bold;
color: #111827;
text-decoration: none;
display:flex;
}


.logo {
font-size: 20px;
font-weight: bold;
color: #111827;
text-decoration: none;
/*display:flex;*/
}

.topbar-right {
display: flex;
align-items: center;
gap: 15px;
}

.user-menu {
display: flex;
align-items: center;
gap: 12px;
}

@media (min-width: 0) and (max-width: 900px) {
.user-name {
font-weight: 500;
font-size: 14px;
letter-spacing: 2px;
color: #374151; 
cursor: pointer;
padding: 6px 10px;
border-radius: 6px;
transition: background-color 0.2s ease, color 0.2s ease;
}}


@media (min-width: 900px) and (max-width: 3600px) {
.user-name {
font-weight: 500;
font-size: 18px;
letter-spacing: 2px;
color: #374151; 
cursor: pointer;
padding: 6px 10px;
border-radius: 6px;
transition: background-color 0.2s ease, color 0.2s ease;
}}




.user-name:hover {
/*background-color: #e5e7eb; */
color: #2563eb; 
}

.logout-btn {
background: none;
border: none;
color: #ef4444;
font-weight: 500;
cursor: pointer;
padding: 0;
}

.btn-link {
text-decoration: none;
color: #2563eb;
font-weight: 500;
}

.btn-link:hover,
.logout-btn:hover {
text-decoration: underline;
}


.dropdown-link {
display: block;
/*padding: 8px 12px;*/
text-decoration: none;
color: #1f2937; /* dark gray */
font-size: 18px;
border-radius: 6px;
transition: background 0.2s, color 0.2s;
}

.dropdown-link:hover {
background-color: #f3f4f6; /* light gray */
color: #2563eb; /* blue */
text-decoration: none; /* stays off on hover too */
}


.userToggle {
cursor: pointer;
font-weight: 500;
color: #1f2937; /* dark gray */
padding: 6px 10px;
border-radius: 6px;
transition: background-color 0.2s ease, color 0.2s ease;
}

.headerBtn{
text-decoration: none;
font-weight: 500;
font-size: 18px;
letter-spacing: 2px;
color: black;
padding-right: 15px;

}

.headerBtn:hover{
color: #3367d6;
}

.topLogo01{
width: 300px;

}







.site-footer .top-bar {
background: #f5f5f5;
display: flex;
justify-content: center;
padding: 15px 0;
gap: 50px;
flex-wrap: wrap;
}

.site-footer .top-item {
display: flex;
align-items: center;
gap: 8px;
color: #666;
font-size: 14px;
}

.site-footer .top-item img {
width: 28px;
height: 28px;
}

.site-footer .footer {
background: #0b5cff;
color: #fff;
padding: 40px 20px;
/*height: 250px;*/
}

@media (min-width: 900px) and (max-width: 3600px) {
.site-footer .footer-container {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
/*max-width: 1200px;*/
margin: 0 auto;
}}


@media (min-width: 0) and (max-width: 900px) {
.site-footer .footer-container {
flex-direction: column;
align-items: flex-start;
justify-content: flex-start; /* ✅ overrides space-between */
}}



.site-footer .footer-logo {
flex: 1 1 200px;
}

.site-footer .logo {
font-size: 36px;
font-weight: bold;
color: #fff;
}

.site-footer .logo span {
font-style: italic;

}

.site-footer .social-icons {
margin-top: 10px;
display: grid;
}

.site-footer .social-icons a {
display: inline-block;
margin-right: 8px;
}

.site-footer .social-icons img {
width: 24px;
height: 24px;
}

.site-footer .footer-links {
flex: 1 1 150px;
margin-top: 20px;
}

.site-footer .footer-links h3 {
font-size: 24px;
margin-bottom: 10px;
}

.site-footer .footer-links ul {
list-style: none;
padding: 0;
margin: 0;
}

.site-footer .footer-links li {
margin-bottom: 6px;
}

.site-footer .footer-links a {
color: #eee;
text-decoration: none;
font-size: 18px;
}

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

@media (min-width: 0) and (max-width: 900px) {
.site-footer .mailing-list {
display:none;
}}

@media (min-width: 900px) and (max-width: 3600px) {
.site-footer .mailing-list {
flex: 1 1 200px;
margin-top: 20px;
}}

.site-footer .mailing-list input {
height: 40px;
width: 100%;
padding: 10px;
border: none;
border-radius: 1px;
margin-bottom: 10px;
font-size: 18px;
color: #666;
box-sizing: border-box;
}

.site-footer .mailing-list button {
height: 50px;
width: 100%;
padding: 10px;
background: #fff;
background-color: #0078FF;
border: none;
border-radius: 1px;
font-size: 18px;
cursor: pointer;
transition: background 0.3s ease;
}

.site-footer .mailing-list button:hover {
background: #f5f5f5;
}

@media (max-width: 900px) {
.site-footer .footer-container {
flex-direction: column;
align-items: flex-start;
}
}

.bottomLogo02{
width: 250px;
}





.footer .contact-form {
background: #0b5cff;
padding: 20px;
border-radius: 8px;
max-width: 400px;
}

.footer .contact-form input,
.footer .contact-form textarea {
width: 100%;
padding: 10px;
margin-bottom: 10px;
border: none;
border-radius: 5px;
}

.footer .contact-form button {
background: #4da6ff; /* Your bright blue */
color: #fff;
border: none;
padding: 10px 15px;
border-radius: 5px;
cursor: pointer;
}

.footer .contact-form button:hover {
background: #3399ff;
}


.mailingForm01{
width: 75%;
}


.header01{
font-size:24px;
}

.dashboardTop01 {
display: flex;
justify-content: space-between; /* pushes left + right apart */
align-items: center;            /* vertically centers title + button */
padding: 10px 20px;
margin-bottom: 20px;
background: #f8f8f8; /* optional light background */
border-bottom: 1px solid #ddd; /* optional separator */
}

.dashboardLeft .dashboard-title {
font-size: 24px;
font-weight: 600;
color: #1f2937; /* dark gray */
margin: 0;
}

.dashboardRight button {
height: 50px;
width: 100%;
padding: 10px;
background: #fff;
background-color: #0078FF;
border: none;
border-radius: 1px;
font-size: 18px;
cursor: pointer;
transition: background 0.3s ease;
}

.dashboardRight button:hover {
background: #083b9b;
}

#generatePdfBtn{
background-color: #0078FF;
color: white;
width: 300px;
height: 60px;
cursor: pointer;
border: none;
font-weight: bold;
transition: background 0.3s ease;
}




















