body{
   
    
            display: flex;
            flex-direction: column;
            align-items: center;
            
	}

.container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  width: 90%;
  justify-items: center; /* Center content horizontally */
  align-items: center; /* Center content vertically */
  margin: 0 auto; /* Center the container itself horizontally */
  
}

#column {
  padding: 1rem;
  border-radius: 8px;
  width:100%;
  justify-content: center;
}




.home {
    background-image: linear-gradient(180deg, blue, white);
	font: bold 11px/1.5em Verdana;
	
	}




#world{
    
    text-align: center;
    font-size: 2vw;
}


.fancy_text {
  width: 80%;
  height: 400px;
  font-size: 20pt;
  border:solid 3px;
}

.button {
  background-color: #04AA6D; /* Green */
  border: 3px;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: white; 
  color: black; 
  border: 2px solid #04AA6D;
}

.button1:hover {
  background-color: #04AA6D;
  color: white;
}

.button2 {
  background-color: lightblue; 
  color: black; 
  border: 2px solid #008CBA;
}

.button2:hover {
  background-color: #008CBA;
  color: white;
}

.button3 {
  background-color: white; 
  color: black; 
  border: 2px solid #f44336;
}

.button3:hover {
  background-color: #f44336;
  color: white;
}

.button4 {
  background-color: white;
  color: black;
  border: 2px solid #e7e7e7;
}

.button4:hover {background-color: #e7e7e7;}

.button5 {
  background-color: white;
  color: black;
  border: 2px solid #555555;
}

.button5:hover {
  background-color: #555555;
  color: white;
}


#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.5rem;            /* Footer height */
}


 
.p1 {
            text-align: justify;
            font-size: 20px;
            box-shadow: 0 0 20px 10px rgba(0,0,0,0.3);
            border-radius: 25px;
            width:98%;
            
  padding: 20px; 
  
   
        }
.wrap {
            margin: 20px;
            text-align: center;
        }
 
.dropdown {
    position: fixed;
    top: 10px;
    right: 10px;
}

.dropbtn {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.menu-icon {
    width: 40px;
    height: 40px;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    
    min-width: 300px;
    border-radius: 20px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    
}

.dropdown:hover .dropdown-content {
    display: block;
}
/* Include the CSS class here */
    .cool-button {
        flex: 0 0 100px; /* Keeps thumbnails consistent */
        text-decoration: none;
        text-align: center;
        margin-bottom: 20px;
         border: 3px solid black;
         background: red;
         color:#fff;
    }
     .cool-button:hover {
    background: #09ec77;
    color: #000;
    /* Lift the button slightly up when hovering */
    //transform: translateY(-4px);
     border: 3px solid black;
     text-decoration: none;
}

/* --- THE "PUSHED" EFFECT --- */
.cool-button:active {
    /* Moves the button back down */
    transform: translateY(2px);
    /* Flattens the shadow to look like it's closer to the page */
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    /* Optional: slightly dims the color to simulate a physical press */
    filter: brightness(0.9);
    border: 5px solid green;
     text-decoration: none;
}

        
        .features {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin-top: 40px;
        }
        .feature {
            background: #fff;
            border: 0px solid #ddd;
            border-radius: 10px;
            padding: 20px;
            flex: 1;
            min-width: 300px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        .feature h2 {
            font-size: 1.5em;
            margin-top: 0;
        }
        .feature p {
            font-size: 1em;
            color: #666;
        }
        .cta {
            text-align: center;
            margin: 50px 20px;
        }
        .cta h2 {
            font-size: 2em;
            margin: 0 0 20px 0;
        }
        .cta button {
            font-size: 1.2em;
            padding: 15px 30px;
            background-color: #007bff;
            color: #fff;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }
        .cta button:hover {
            background-color: #0056b3;
        }
        .videos {
            margin-top: 50px;
        }
        .videos h2 {
            text-align: center;
            font-size: 2em;
            margin-bottom: 20px;
        }
        .video-list {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
        }
        .video {
            flex: 1;
            min-width: 300px;
            border: 1px solid #ddd;
            border-radius: 10px;
            background: #fff;
            padding: 20px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        .video h3 {
            font-size: 1.2em;
            margin-top: 0;
        }
        .video iframe {
            width: 100%;
            height: 200px;
            border: none;
            border-radius: 5px;
        }
    .parent {
  display: flex;
  flex-direction:row;
  background-color: #F6FCFC;
  width:80%;
}

.column33 {
  flex: 1 1 0px;
  border: 1px solid black;
}
/* Include the CSS class here */
    .login-button {
        display: inline-block;
        padding: 12px 24px;
        font-size: 16px;
        font-weight: bold;
        color: #000;
        background-color:white;
        border: none;
        border-radius: 50px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        transition: all 0.3s ease-in-out;
    }

    .login-button:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
    }

    login-button:active {
        transform: translateY(0);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    .login-dropdown {
    position: fixed;
    top: 15px;
    right:120px;
    z-index: 1000;
}

.login-dropbtn {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.login -icon {
    width: 40px;
    height: 40px;
}
.collage {
            width: 200px; /* Total width for two images side by side */
            height: 100px; /* Height for each image */
            display: flex; /* Using Flexbox for alignment */
        }
        .collage img {
            width: 100px; /* Width for each image */
            height: 100px; /* Height for each image */
            object-fit: cover; /* Ensures the images cover the area without stretching */
        }
        footer {
            background-color: #333;
            color: #fff;
            text-align: center;
            padding: 3px;
            with:100%;
            font-size: 10px;
}
#letters-container {
    display: flex;
    flex-wrap: wrap;
}

.letter-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
    border: 2px solid black; /* Adds a 2px border */
    background-color:#7ed1e2;
}

.letter-canvas {
    margin-bottom: 5px;
}

.copy-button {
    display: inline-block;
        padding: 10px 10px;
        font-size: 10px;
        font-weight: bold;
        color: #fff;
        background: linear-gradient(45deg, #5176e6, #51dce6);
        border: none;
        border-radius: 0px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        transition: all 0.3s ease-in-out;
        max-width :100px ;
        max-height :50px;
        margin:5px;
        }

        .hidden-canvas {
            display: none;
        }
        
        #pasteArea {
            width: 200px;
            height: 200px;
            border: 2px dashed #000;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            cursor: crosshair;
        }
        #pasteArea.dragover {
            border-color: #000;
            background-color: #f0f0f0;
        }
        .tooltip {
            position: relative;
            display: inline-block;
            cursor: pointer;
        }

        .tooltip .tooltiptext {
            visibility: hidden;
            width: 400px;
            background-color: #555;
            color: #fff;
            text-align: center;
            border-radius: 5px;
            padding: 5px 0;
            position: absolute;
            z-index: 1;
            top: 80%; /* Position the tooltip above the image */
            left: 400%;
            transform: translateX(-50%);
            opacity: 0;
            transition: opacity 0.3s;
        }

        .tooltip:hover .tooltiptext {
            visibility: visible;
            opacity: 1;
        }
        .tooltip .tooltiptext1 {
            visibility: hidden;
            width: 300px;
            background-color: #555;
            color: #fff;
            text-align: center;
            border-radius: 5px;
            padding: 5px 0;
            position: absolute;
            z-index: 120;
            top: 100%; /* Position the tooltip above the image */
            left: 350%;
            transform: translateX(-50%);
            opacity: 0;
            transition: opacity 0.3s;
        }

        .tooltip:hover .tooltiptext1 {
            visibility: visible;
            opacity: 9;
        }
        img:hover {
    transform: translateY(-5px);
    transition: all 0.3s ease 0s;
}

img:active {
    transform: translateY(0px);
}
.imageThumbnails{
            box-sizing: border-box;
    background-color: #F7FEFFFF; 
    max-height: 300px;
    overflow-y: auto; /* Makes the div scrollable vertically */
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width:212px;
        }
   