@font-face {
    font-family: 'Nagaiya';
    src: url('fonts/nagaiya-semibold/Nagaiya-SemiBold.woff2') format('woff2'),
        url('fonts/nagaiya-semibold/Nagaiya-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    scroll-behavior: smooth;
}

.container {
    max-width: 1300px;
    margin: 0 auto;
}

.block {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    color: white;
    scroll-snap-align: start;
    width: 100%;
}

h2 { color: #ffffff; }
h3 { color: #ffffff; text-align: center; }
li { list-style-type: none; }
img {
    width: 100%;
    object-fit: cover;
    height: auto;
}
body {
    font-family: "Poppins", sans-serif;
    background: #ffffff;
}
p { letter-spacing: 1px; font-family: "Poppins", sans-serif; color: #ffffff; text-align: center; }

canvas {
    top: 100px !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    left: 0 !important;
    right: 0 !important;
    max-width: 100% !important;
}
.logo {}
.logo img {
    width: 100px;
    height: auto !important;
    border-radius: 5px;
}
.logo img:hover {
    transform: scale(0.5);
    transition: all 1s ease-in-out;
}
.row { margin: 0; }
header {
    background: #0a5720; /* Changed to a green shade */
    padding: 10px;
}
.header-right a {
    color: #ffffff;
    font-family: 'Nagaiya';
    margin: 0;
    cursor: pointer;
    position: relative;
    font-size: 18px;
    padding: 10px;
    text-decoration: none;
}
.banner {
    position: relative;
    width: 100%;
    background: url(images/banner-design.png) #b7e2c5; /* Changed to light green */
    padding: 30px;
}
.layer-black {
    background: rgb(0 0 0 / 60%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    z-index: 99;
}
.banner-content {
    max-width: 900px;
    margin: 0 auto;
}
#about-us { background: #0a5720; } /* Changed to a green shade */
.about-us-section {
    padding: 50px 0;
    background-color: #f9f9f9;
}

.about-us-section h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 30px;
}

.about-us-section h3 {
    font-size: 1.8rem;
    margin-top: 20px;
    color: #333;
}

.about-us-section p {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #555;
}

.about-us-section .container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}
.social-icons a {
    font-size: 1.5rem;
    color: #fff;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #b7e2c5; /* Hover color - light green */
}

footer p a {
    text-decoration: none;
    color: #fff;
}

footer p a:hover {
    color: #b7e2c5; /* Hover color for links */
}
.logo a { width: 100px; display: block; margin: 0 auto; }
.gallery {}
.gallery h2 { color: #000000; }
header h2 span { font-size: 20px; }
.banner a {
    font-size: 15px;
    width: 283px;
    margin: 10px auto 0px;
    display: block;
    text-align: center;
    color: #ffffff;
    background: #0a5720; /* Changed to green */
    border-radius: 5px;
    height: 50px;
    line-height: 30px;
}
.frame { background: #b7e2c5; padding: 30px 0; } /* Changed to light green */
.frame h1 {
    font-family: Arial, sans-serif;
    color: #0a5720; /* Changed to green */
    text-align: center;
}
#image-container {
    position: relative;
    margin: 20px;
}
#generate-button {
    position: relative;
}
input, #generate-button, .style-1 {
    padding: 10px 20px;
    background-color: #0a5720; /* Changed to green */
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: Arial, sans-serif;
    margin: 0 auto;
}
.style-1 {
    width: 250px;
    margin: 20px auto;
}
.loading-icon {
    display: none;
    font-size: 24px;
    margin-top: 20px;
}

.registration-buttons h2 {
    color: #333;
    font-weight: 700;
    margin-bottom: 20px;
}

.btn-custom {
    display: block;
    width: 100%;
    padding: 12px 20px;
    color: #fff;
    background-color: #0a5720; /* Changed to green */
    border: none;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.btn-custom:hover {
    background-color: #1c9b3b; /* Darker green on hover */
}

.btn-custom.disabled {
    background-color: #777;
    cursor: not-allowed;
}

@media (max-width: 768px) {
    .btn-custom {
        font-size: 14px;
    }
}
