.column {
    margin-bottom: 1px; 
    text-align: center; 
	
}
.column2 {
    margin-bottom: 1px; 
    text-align: center; 
	width: 97%;
}

#SS-Heading068-02 {

  background-color: rgba(0, 0, 0, 0.5); 
  width: 100%;
  text-align: center;
  font-size: 50px;
  text-shadow: 1px 1px 2px black;
  font-weight: lighter;
  font-family: 'Architects Daughter', cursive;
  color: white;
  padding-top: 20px;
}

#SS-Heading068-03 {
	background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 70px;
  text-shadow: 1px 1px 2px black;
  font-weight: lighter;
  font-family: 'Cinzel', serif;
  color: white;
  padding-top: 20px;
  margin-top: 130px;
}
.SS-body-068-03 {
    margin: 0;
    background-image: url('H_068_background_img21.jpg');
    background-size: cover; /* fills entire screen, no white sides */
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    position: relative;
}
.SS-body-068-04 {
    margin: 0;
    background-image: url('H_068_background_img22.png');
    background-size: cover; /* fills entire screen, no white sides */
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    position: relative;
}
.SS-label {
    display: block; 
    color: grey; 
    font-weight: bold; 
    font-size: 1.6em; 
     font-family: 'Cinzel', serif;
    margin-bottom: 1px; 
    text-align: center; 
	
}




/*
.SS-body-068-03 {
    margin: 0;
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    position: relative;

    animation: backgroundFade 60s infinite ease-in-out;
}

@keyframes backgroundFade {
    0%, 9%    { background-image: url('H_068_background_img01.jpg'); }
    10%, 19%  { background-image: url('H_068_background_img02.jpg'); }
    20%, 29%  { background-image: url('H_068_background_img03.jpg'); }
    30%, 39%  { background-image: url('H_068_background_img04.jpg'); }
    40%, 49%  { background-image: url('H_068_background_img05.jpg'); }
    50%, 59%  { background-image: url('H_068_background_img06.jpg'); }
    60%, 69%  { background-image: url('H_068_background_img07.jpg'); }
    70%, 79%  { background-image: url('H_068_background_img08.jpg'); }
    80%, 89%  { background-image: url('H_068_background_img09.jpg'); }
    90%, 100% { background-image: url('H_068_background_img10.jpg'); }
}*/
.SS-Form_068 {
  background-color: rgba(255, 255, 255, 0.5); 
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center; 
  align-items: center;
  width: 100%;
  max-width: 100%; 
  padding: 10px; 
  box-sizing: border-box; 
  overflow: hidden; 
}
.SS-Form_068 .SS-button54-2 {
  width: 400px; 
  max-width: calc(100% - 40px); 
  margin: 10px; 
  display: flex;
  align-items: center;
  font-family: 'Cinzel', serif;
  border-radius: 5px;
  height: 100px;
  font-size: 30px;

  border: none;
  outline: none;
  color: #4d4d4d;
  padding: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 
              0 6px 20px rgba(0, 0, 0, 0.1); 
  cursor: pointer; 
  background-color:#cccccc; 
  box-sizing: border-box; 
 flex-shrink: 0; /* Prevent shrinking */
  flex-grow: 0; /* Prevent growing */
}
.SS-Form_068 .SS-button54 {
  width: 400px; 
  max-width: calc(100% - 40px); 
  margin: 10px; 
  display: flex;
  align-items: center;
  font-family: 'Cinzel', serif;
  border-radius: 5px;
  height: 100px;
  font-size: 30px;

  border: none;
  outline: none;
  color: #4d4d4d;
  padding: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 
              0 6px 20px rgba(0, 0, 0, 0.1); 
  cursor: pointer; 
  background-color: white; 
  box-sizing: border-box; 
 flex-shrink: 0; /* Prevent shrinking */
  flex-grow: 0; /* Prevent growing */
}


.SS-header {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100px;
  padding: 0 10px;
  display: flex;
  align-items: center;         
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1000;
  box-sizing: border-box;
}


.header-title {
  margin: 0;
  margin-top: 10px;
  line-height: 1.2;
  font-family: 'Architects Daughter', cursive;
  font-size: calc(28px + 2vw);
  background: linear-gradient(to right, #2e003e, #4b0082);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  flex: 0 0 auto;
}


.header-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex: 1 1 auto;               /* use remaining header space */
  min-width: 0;                  /* prevents clipping near the title */
  overflow: visible;
  box-sizing: border-box;
}


.nav-button {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: black;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 0;
  margin: 20px;
  margin-top: 40px;
  transition: color .3s ease, background-color .3s ease;
}
.nav-button:hover { color: purple; }


.nav-toggle {
  display: none;              
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 8px;
  margin-left: 8px;
  line-height: 0;
}
.nav-toggle .bar {
  width: 26px;
  height: 3px;
  background: #2e003e;
  border-radius: 2px;
  display: block;
}


@media (max-width: 1100px) {
  /* Show hamburger and stack bars vertically */
  .nav-toggle {
    display: inline-flex;
    flex-direction: column;     
    align-items: center;
    justify-content: center;
    gap: 5px;                  
  }


  .header-nav {
    position: fixed;
    top: 100px;               
    left: 0; right: 0; width: 100%;
    max-height: calc(100vh - 100px);
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(4px);
    box-shadow: 0 8px 24px rgba(0,0,0,.12);
    padding: 12px 16px;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    overflow: auto;
    z-index: 2000;

    /* hidden by default */
    transform: translateY(-8px);
    opacity: 0;
    pointer-events: none;
    transition: transform .22s ease, opacity .18s ease;
  }
  .header-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }


  .header-nav .nav-button {
    width: 100%;
    text-align: left;
    margin: 8px 0 0 0;         
    font-size: 18px;
    padding: 12px 0;
  }
}


  #SS-Heading-Container {


    align-items: center; 
	width: 100%;


	
	
}
#SS-Heading {
	opacity: 0.8;
  width: 100%;
  text-align: center;
 font-size: calc(50px + 2vw); 
  
  padding: 0px;
  font-family: 'Dela Gothic One', sans-serif;
  color: white; 
  text-shadow: 5px 5px 5px black;
 
}
  #SS-SubHeading-2{
	
  width: 100%;
  text-align: center;
   font-size: 32px; 

padding: 0px 15px;
   font-family: 'Architects Daughter', cursive;
  color: black;

  }

  #SS-SubHeading{
	
  width: 100%;
  text-align: center;
   font-size: calc(8px + 2vw); 

padding: 0px 15px;
  font-family: 'Cinzel', serif;
  color: white;
  text-shadow: 2px 2px 5px black;
  }


.SS-body {
    margin: 100px 0; 
    padding-bottom: 100px;
    padding-top: 40px;
    background-image: url('H_02.jpg'); 
    background-size: auto 100%; 
    background-position: center; 
    background-repeat: no-repeat; 
    background-attachment: fixed; 
}

.SS-body2{
margin: 0;
 background-color: white;
	display: flex;
	flex-direction: column;
	  justify-content: center;
  align-items: center;
  padding-bottom: 200px;
	
}
.SS-Form22 {
	width: 90vw;
 border-radius: 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
 padding-bottom:10px;
  margin: 20px 0;
background-color: rgba(255, 255, 255, 0.6);



}
.SS-input298 {
    width: 98%;
	max-width: 800px;
    padding: 10px 0;
    margin: 15px 0;
    border: none;
    border-radius: .5em;
    outline: none;
    background: white;
    color: black;
   font-family: 'Ysabeau SC', sans-serif;
    font-size: 30px;
    text-align: center;
}





.navbar {
  position: fixed;
  top: 0; /* Stick it to the top of the screen */
  left: 0;
  background-color: rgba(51, 51, 51, 0.8);
  width: 100%;
  padding: 10px 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}







.SS-ToolBox {
    width: 100%;
    background-color: white;
    display: flex;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ddd; 
    flex-wrap: wrap;
	padding: 20px 0;
	margin: 20px 0;
}
.SS-picture2 {

}

.SS-picture2 img {
	max-width: 900px;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensure the image covers the entire container */
}

.SS-picture {
    border: 1px solid grey;
    flex: 0 0 30%;
    margin-right: 20px; 
    max-height: 400px;
    overflow: hidden; /* Ensure content is contained within the parent div */
}

.SS-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensure the image covers the entire container */
}


.SS-ToolInfo {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.SS-tool-header {
	margin-bottom: 10px;
    font-family: 'Cinzel', serif;
    font-size: 4vw;
    text-align: center;
}

.tool-details {
    width: 100%;
    font-size: 20px;
    font-family: 'Ysabeau SC', sans-serif;
}

.tool-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px; 
}

.tool-item {
    font-size: 2vw;
    padding: 5px;
    flex: 1;
    display: flex;
    align-items: center;
   /*  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1); All-around shadow effect with spread */
}


.tool-item:not(:last-child) {
    margin-right: 10px; /* Space between items in a row */
}

.tool-button {
	margin-top: 5%;
    display: flex;
    align-items: center;
}

.label {
    color: grey;
    margin-right: 5px; 
}

.SS-button9 {
    text-shadow: 1px 1px 2px black;
    font-size: 30px;
    width: 390px;
    padding: 10px 30px;
    cursor: pointer;
    display: block;
    margin: auto;

    border: 0;
    background: linear-gradient(to left, #FFD700, #FFA500); 
    outline: none;
    border-radius: 20px;
    color: white;
    font-family: 'Architects Daughter', cursive;
  
    transition: box-shadow 0.3s ease-in-out; 
    box-shadow: 0 4px 8px rgba(128, 128, 128, 0.5); 
}

.SS-button9:hover {
    box-shadow: 0 4px 12px rgba(128, 128, 128, 0.7); 
}

.label2 {
	width: 200px;
	 font-family: 'Ysabeau SC', sans-serif;
	font-size: 2vw;
    color: black;
    margin-right: 5px; 
}.tool-item2 {
	margin: 0 10px;
	 font-family: 'Ysabeau SC', sans-serif;
	border: none;
    font-size: 2vw;
    padding: 5px 10px;
    flex: 1;
    display: flex;
    align-items: center;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1); 
}
.row {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 10px;
margin: 10px 0;
    align-items: center; 
}



.SS-ToolBox2 {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    display: flex;
	flex-direction: column;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ddd; 
    flex-wrap: wrap;
	padding: 20px 0;
	margin: 20px 0;
}
.tool-row2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px; 
}








@media (max-width: 750px) {
	.tool-item2 {
		margin: 10px 0;
	}
	.SS-items{
	width: 95%;}
	.tool-item2 {
	
    font-size: 5vw;
	}
.label2 {
	
	font-size: 5vw;
	
}



	.tool-item {
    font-size: 6vw;
	}
	
	
	
	.SS-tool-header {
  margin-top: 30px;
    font-size: 8vw;
	}
	.SS-picture {
		max-height: 800px;
		min-width: 100%; 
    flex: 0 0 100%;
    margin-right: 0px; 
}

.SS-picture img {
    width: 100%;
    height: auto;
}
    .tool-details {
        display: flex;
        flex-direction: column;
		
    }
    .tool-row {
        display: flex;
        flex-direction: column;
    }
    .tool-item:not(:last-child) {
        margin-right: 0; 
        margin-bottom: 10px; 
    }
    .SS-button9 {
        width: 100%;
        text-align: center;
    }
}


.SS-Form51 {
    width: 90vw;
    border-radius: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    margin: 20px 0;
    background-color: rgba(255, 255, 255, 0.8);
}

.SS-input29-1, .SS-input29-2 {
    padding: 10px 0;
    margin: 15px 10px;
    border: none;
    border-radius: .5em;
    outline: none;
    background: white;
    color: black;
    font-family: 'Ysabeau SC', sans-serif;
    font-size: 150%;
    text-align: center;
    flex: 1;
}

.SS-input29-1 {
    width: calc(30vw - 20px); 
    min-width: 300px; 
}

.SS-input29-2 {
    width: calc(45vw - 20px); 
    min-width: 150px; 
}

.SS-Form51 .row {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}

.SS-Form51 .row .SS-input29-1 {
    flex: 1;
}

.SS-Form51 .row-2 {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}

.SS-input29 {
    width: 98%;
    padding: 10px 0;
    margin: 15px 0;
    border: none;
    border-radius: .5em;
    outline: none;
    background: white;
    color: black;
   font-family: 'Ysabeau SC', sans-serif;
    font-size: 30px;
    text-align: center;
}
#SS-Heading068 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 50px;
  text-shadow: 1px 1px 2px black;
  font-weight: lighter;
  font-family: 'Cinzel', serif;
  color: white;
  padding-top: 20px;
  margin-top: 110px;
}
@media (min-width: 768px) {
	
	
	}
	
    .SS-input29-1 {
        width: calc(25vw - 20px); /* Wider on larger screens */
    }

    .SS-input29-2 {
        width: calc(40vw - 20px); /* Wider on larger screens */
    }

    .SS-input29 {
        width: 98%; /* Wider on larger screens */
    }
}


@media (max-width: 768px) {
	
		#SS-Heading068{
			font-size: 40px;
		}
	}

#SS-Table163-148 {
    overflow: auto;
    align-self: center;
    align-content: center;
    max-width: 85vw;
    width: 85vw;
    height: auto;
    margin: auto;
    padding: 10px;
    box-shadow: 4px 4px 5px white;
    border-radius: 1em;
    background-color: rgba(225, 225, 225, 0.8);
}

#SS-Table163-148 table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 3px;
}

#SS-Table163-148 td {
    padding: 15px 5px 0 5px;
    text-align: center;
    background-color: white;
    vertical-align: middle;
    width: 40%; /* Each of the two columns takes 50% of the table width */
}


  #SS-Heading148-2{
	  
	padding: 20px 0;
    margin-top: 5%;
    font-size: 18px;
    margin-bottom: 5%;
	margin-top: 2%;

    font-weight:lighter;
	 font-family: 'Vollkorn SC', serif;
   color: #404040;
     
	


  }
#SS-TableContent148-2{
	

font-size: 20px;
padding: 10%;
  text-align: center;
  font-family: 'Ysabeau SC', sans-serif;
  color:black;
  size: 20px;
  width: 85%;

 
border-collapse: seporate;
}















.SS-Form_H00 {
  background-color: #e6e6e6;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center; 
  align-items: center;
  width: 100%;
  max-width: 100%; 
  padding: 10px; 
  box-sizing: border-box; 
  overflow: hidden; 
}

.SS-Form_H00 .SS-button54 {
  width: 400px; 
  max-width: calc(100% - 40px); 
  margin: 10px; 
  display: flex;
  align-items: center;
  font-family: 'Cinzel', serif;
  border-radius: 5px;
  height: 100px;
  font-size: 30px;

  border: none;
  outline: none;
  color: #4d4d4d;
  padding: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 
              0 6px 20px rgba(0, 0, 0, 0.1); 
  cursor: pointer; 
  background-color: white; 
  box-sizing: border-box; 
 flex-shrink: 0; /* Prevent shrinking */
  flex-grow: 0; /* Prevent growing */
}

@media (max-width: 750px) {
  .SS-Form_H00 .SS-button54 {
    width: 100%; 
    max-width: 400px; 
    margin: 10px auto; 
  }
}


.SS-Form11 {


background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 0;

}
.SS-column {

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;

}
.SS-Form {


background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;

}
.SS-items{
	    width: 90%;
   background-color: white;
    display: flex;
	flex-direction: column;
  
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ddd; 
 margin-top: -30px;
	padding: 20px;
	
}
.SS-BoxL-2 {
    position: relative;
  transition: height 0.5s ease;
  
    background-color: rgba(255, 255, 255, 0.8); 
    margin: 0px auto;
    height: 450px;
    width: 370px;
    padding: 15px;
    padding-top: 30px;
    color: black;
    overflow: hidden;
    padding-bottom: 30px;
}


.SS-BoxL {
    position: relative;
  transition: height 0.5s ease;
  
    background-color: rgba(255, 255, 255, 0.8); 
    margin: 0px auto;
    height: 350px;
    width: 370px;
    padding: 15px;
    padding-top: 30px;
    color: black;
    overflow: hidden;
    padding-bottom: 30px;
}



  	#SS-login{
		left: 20px;
	} 
  #SS-register{
		left: 450px;
		
	}
	  .SS-ButtonBox21{
	   width: 370px;
	margin: auto;
	   position: relative;
	   box-shadow: 10px 10px 25px #a259ff;
	   border-radius: 30px;
	   
   }
   
 
   #SS-btn21{
	left:0;
	right: 0;
	   position: absolute;
	  width: 200px;
	   height:100%;
	  background: linear-gradient(to right, #d8b4f8, #a259ff);
	   border-radius: 30px;
	   transition: .5s;
   }
 
.SS-toggle-btn21 {
    margin-left: 10px;
    padding: 10px 50px;
    cursor: pointer;
    background: transparent;
    border: 0;
    outline: none;
    position: relative;
    font-size: 25px;
    font-family: 'Ysabeau SC', sans-serif;
    transition: color 0.3s ease; 
    color: grey; 
}

.SS-toggle-btn21#loginBtn {
    color: white;
}

.SS-toggle-btn21#registerBtn {
    color: grey;
}


   .SS-input-field21::placeholder {
  color: grey;
font-family: 'Montserrat', sans-serif;
}
.SS-input-field21{
	width: 96%;
	padding: 10px 5px 5px 10px;
	margin: 5px 0;
	border-left: 0;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid grey;
	outline: none;
	background: transparent;
	margin-top: 30px;
	color: black;
	font-family: 'Comfortaa', sans-serif;
	border-radius: 5px;
	 font-size: 25px;
	  background-color: rgba(255, 255, 255, 0.9);
	
}
.SS-input-group{
	top: 100px;
	position: absolute;
	width: 360px;
	transition: .5s;
}

.SS-submit-btn21 {
	max-width: 400px;
    font-size: 32px;
    width: 100%;
    padding: 10px 30px;
    cursor: pointer;
    display: block;
    margin: auto;
    margin-top: 50px;
    border: 0;
    background: linear-gradient(to right, #d8b4f8, #a259ff);
    outline: none;
    border-radius: 20px;
    color: white;
     font-family: 'Architects Daughter', cursive;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3), 0 0 10px white; 
  
    transition: box-shadow 0.3s ease-in-out; 
}

.SS-submit-btn21:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5), 0 0 15px white; 
}
 
.SS-Form068-20 {
    width: 90vw;
  border-radius: 2em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    margin: 20px 0;
    background: rgba(255, 255, 255, 0.5);
}


.SS-submit-btn288 {
	width: 400px;
    font-size: 32px;
   
    padding: 10px 30px;
    cursor: pointer;
    display: block;
    margin: auto;
    margin-top: 50px;
    border: 0;
    background: linear-gradient(to right, #d8b4f8, #a259ff);
    outline: none;
    border-radius: 20px;
    color: white;
     font-family: 'Architects Daughter', cursive;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3), 0 0 10px white; 
  
    transition: box-shadow 0.3s ease-in-out; 
}

.SS-submit-btn288:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5), 0 0 15px white; 
}


#Tool-Box-Image {
    width: 200px;
    height: auto; /* Maintain aspect ratio */
    margin-right: 10px; /* Space between image and text */
}


   #SS-Heading51{
		 text-align: center;
    font-size: 25px;


 font-weight:lighter;
font-family: 'Cinzel', serif;

color: black;
  }


   #SS-2Heading{
		 text-align: center;
    font-size: 30px;

  font-family: 'Ysabeau SC', sans-serif;
 font-weight:lighter;


color: black;
  }
   #SS-3Heading{
	   margin-top: 65px;
		 text-align: center;
    font-size: 30px;

 padding:0;
 font-weight:lighter;
 font-family: 'Vollkorn SC', serif;

  color: black;
  }
  .SS-1image {
	  margin: 50px auto;
	  border-radius: 20px;
    width: 97%;
    height: auto; 
	max-width: 700px;
}

.SS-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
 background-color: rgba(38, 38, 38, 0.4);
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.SS-button90 {
	text-shadow: 1px 1px 2px black;
    font-size: 30px;
    width: 390px;
    padding: 10px 30px;
    cursor: pointer;
    display: block;
    margin: auto;

    border: 0;
    background: linear-gradient(to right, #85adad, #687f40);
    outline: none;
    border-radius: 20px;
    color: white;
     font-family: 'Architects Daughter', cursive;
  
    transition: box-shadow 0.3s ease-in-out; /* Smooth transition for the shadow effect */
}

.SS-button54 {
    display: flex;
    align-items: center;
    margin-top: 20px;
    font-family: 'Cinzel', serif;
    border-radius: 5px;
    height: 100px;
    width: 400px;
    font-size: 30px;
   /*  text-shadow: 1px 1px 2px white, 
                 2px 2px 4px white,
                 3px 3px 6px white,
                 4px 4px 8px white,
                 5px 5px 10px white,
                 6px 6px 12px white,
                 7px 7px 14px white,
                 8px 8px 16px white,
                 9px 9px 18px white,
                 10px 10px 20px white,
                 11px 11px 22px white,
                 12px 12px 24px white;*/
    border: none;
    outline: none;
    color: #eff5f5;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), /* Adds a black shadow with transparency */
                0 6px 20px rgba(0, 0, 0, 0.1); /* Additional larger shadow for depth */
    cursor: pointer; 
    background-color: #e9fce9; 
}

.SS-button-icon {
    height: 90px; 
    margin-right: 10px; 
}
.SS-1button-icon {
    height: 90px; 
    margin-right: 50px; 
}

.SS-button555 {
    margin-top: 20px;
	
  font-family: 'Cinzel', serif;
    border-radius: 5px;
    height: 100px;

	width: 390px;
    font-size: 45px;

    text-shadow: 1px 1px 2px white, 
                 2px 2px 4px white,
                 3px 3px 6px white,
                 4px 4px 8px white,
                 5px 5px 10px white,
                 6px 6px 12px white,
                 7px 7px 14px white,
                 8px 8px 16px white,
                 9px 9px 18px white,
                 10px 10px 20px white,
                 11px 11px 22px white,
                 12px 12px 24px white;
    border: none;
    outline: none;
    color: #4d4d4d;
    padding: 10px 0; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), /* Adds a black shadow with transparency */
                0 6px 20px rgba(0, 0, 0, 0.1); /* Additional larger shadow for depth */
    cursor: pointer; 
}



.SS-button555:hover {
    font-size: 48px; 
}

.SS-submit3 {
	
	background: linear-gradient(#a9a9a9, #808080);

 padding: 7px 20px;
 font-family: 'Vollkorn SC', serif;
	 box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 
                0 6px 20px rgba(0, 0, 0, 0.1);
  color: white;
  border: none;
  cursor: pointer;
   border-radius: 20px;
	font-size: 30px;
	width: 90%;
	max-width: 380px;
	text-shadow: 1px 1px 2px black;

 
}
 #file-upload {
            margin-left: 50px;
        }

.SS-gif-image {
    width: 200px;

}
.SS-1gif-image {
    width: 150px;

}



#SS-Error21 {
    align-items: center;
    justify-content: center;
    display: flex;
  
    width: 100%;
    background-color: rgba(250, 250, 250, 0.7);
    margin-top: 10px;
    padding: 15px;
    font-size: 30px;
    height: auto;
    text-align: center;
    font-family: 'Ysabeau SC', sans-serif;
    color: black;
    word-wrap: break-word;
    overflow-wrap: anywhere;
    white-space: normal;

    box-sizing: border-box;
}



















#SS-Table163 {
    overflow: auto;
    align-self: center;
    align-content: center;
    max-width: 85vw;
    width: 85vw;
    height: auto;
    margin: auto;
    padding: 10px;
    box-shadow: 4px 4px 5px  white;
    border-radius: 1em;
    background-color: rgba(225, 225, 225, 0.8);

}

#SS-Table163 table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 3px; 
}

#SS-Table163 td {
    padding: 15px 5px 0 5px; 
    text-align: center;
background-color: white;
    vertical-align: middle; 

}
.SS-Form2 {
	width: 80vw;
 border-radius: 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
 padding-bottom:10px;
  margin: 20px 0;
background: linear-gradient(45deg, #333333, #555555);



}
.SS-center085{
	width: 100%;
}

#SS-Table44 {
    overflow: auto;
    align-self: center;
    align-content: center;
    max-width: 85vw;
    width: 88vw;
    height: auto;
    margin:10px 0 0 0;
    padding: 10px 5px 20px 5px;
  
    border-radius: 1em;
   background: linear-gradient(45deg, #333333, #555555);
}

#SS-Table44 table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 3px; 
}

#SS-Table44 td {
    padding: 15px 5px 0 5px; 
    text-align: center;

    vertical-align: middle; 

}
#SS-Table {
    overflow: auto;
    align-self: center;
    align-content: center;
    max-width: 85vw;
    width: 80vw;
    height: auto;
    margin: auto;
    padding: 10px;
    box-shadow: 4px 4px 15px 10px #0d0d0d;
    border-radius: 1em;
    background-color: #262626;
}

#SS-Table table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 3px; 
}

#SS-Table td {
    padding: 15px 5px 0 5px; 
    text-align: center;

    vertical-align: middle; 

}



 #SS-DataTitle22{

	padding: 0 2px;
    font-size: 1rem;
text-align: center;

font-family: 'Montserrat', sans-serif;
   width: 20%;
max-height: 15px;
   color: gold;
   font-size: 18px;
     }
   #SS-DataTitle{

	padding: 5px 2px;
    font-size: 1rem;
text-align: center;

font-family: 'Montserrat', sans-serif;
   width: 20%;
max-height: 15px;
   color: gold;
   font-size: 18px;
     }
	    #SS-DataTitle2{

	padding: 5px 5px;
    font-size: 1rem;
text-align: center;
font-family: 'Montserrat', sans-serif;
   width: 20%;
max-height: 20px;
   color:  #808080;
   font-size: 18px;
     }
	 	    #SS-DataTitle3{

	padding: 5px 5px;
    font-size: 1rem;
text-align: center;
font-family: 'Montserrat', sans-serif;
   width: 20%;
max-height: 22px;
   color:  #808080;
   font-size: 17px;
     }
    #SS-DataTitle163{
		
	
	padding: 5px 5px;
    font-size: 1rem;
text-align: center;

font-family: 'Ysabeau SC', sans-serif;
   width: 20%;
max-height: 20px;
   color: gold;
   font-size: 18px;
     }

    #SS-DataHeading163{  
	
font-size: 18px;

  text-align: center;
font-family: 'Montserrat', sans-serif;
   color:  white;
  }
    #SS-DataHeading{  
	
font-size: 25px;

  text-align: center;
font-family: 'Montserrat', sans-serif;
   color:  white;
  }
#SS-Data33 {  
padding: 10px 0;
    font-size: 20px;
    text-align: center;
font-family: 'Comfortaa', sans-serif;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 5, 0.5); 
}
#SS-Data {  
    font-size: 25px;
    text-align: center;
font-family: 'Comfortaa', sans-serif;
    color:  white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); 
}
#SS-Data3 {  
    font-size: 20px;
    text-align: center;
font-family: 'Comfortaa', sans-serif;
    color:  white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); 
}
#SS-Data2 {  
    font-size: 22px;
    text-align: center;
font-family: 'Comfortaa', sans-serif;
    color:  white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); 
}
#SS-Data22 {  
    font-size: 18px;
    text-align: center;
font-family: 'Comfortaa', sans-serif;
    color:  gold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); 
}

/* Track */
#SS-Table163::-webkit-scrollbar {
    width: 8px; /* Adjust the width as needed */
    background-color: #333; /* Background color for the scrollbar track */
}

/* Handle */
#SS-Table163::-webkit-scrollbar-thumb {
    background-color: #666; /* Color of the scrollbar thumb */
    border-radius: 4px; /* Rounded corners for the thumb */
}

/* Handle on hover */
#SS-Table163::-webkit-scrollbar-thumb:hover {
    background-color: #888; /* Color of the scrollbar thumb on hover */
}
/* Track */
#SS-Table::-webkit-scrollbar {
    width: 8px; /* Adjust the width as needed */
    background-color: #333; /* Background color for the scrollbar track */
}

/* Handle */
#SS-Table::-webkit-scrollbar-thumb {
    background-color: #666; /* Color of the scrollbar thumb */
    border-radius: 4px; /* Rounded corners for the thumb */
}

/* Handle on hover */
#SS-Table::-webkit-scrollbar-thumb:hover {
    background-color: #888; /* Color of the scrollbar thumb on hover */
}

.SS-image171{
	width: 210px;
	height: 200px;
	margin: 5%;
	border: 1px solid grey;
}
.flex{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px;
	margin: 10px;
	align-content: center;
	justify-content: center;
}
.SS_FlexBox{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: no-wrap;
}
.column{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	
}
.container{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}





      .SS-ButtonBox020163-2{
	   width: 320px;
	margin: auto;
	   position: relative;
	   box-shadow: 5px 10px 4px #2f6690;
	   border-radius: 30px;
	   
   }
 




.SS-submit {
	 padding: 7px 20px;
	 background: linear-gradient(#FDB931, #9f7928);
  color: white;
  border: none;
  cursor: pointer;
   border-radius: 30px;
	font-size: 20px;
	width: 30vw;
font-family: 'Vollkorn SC', serif;
 
}
.SS-submit2 {
	 padding: 10px 10px;
	 background: linear-gradient(#FDB931, #9f7928);
  color: white;
  border: none;
  cursor: pointer;
   border-radius: .5em;
	font-size: 15px;
	width: 35vw;
font-family: 'Vollkorn SC', serif;
 
}


.SS-submit-btn21-2{
	width:150px;
	padding: 10px 30px;
	cursor: pointer;
	display:block;
	margin: auto;
	margin-top: 50px;
	border: 0;
	  background: linear-gradient(to right ,#4d1400,  #ff4400);
	  outline: none;
	  border-radius: 30px;
	  color: white;
}
#SS-input-field20{
	font-family: 'Cardo', serif;
	width: 370px;
	padding: 30px 10px;

	
	border: 1px solid #999;
	outline: none;
	background-color: white;
	height: 50px;
	color: black;
	font-size: 1rem;

}


.SS-input-group1-20{
	top: 120px;
	position: absolute;
	width: 280px;
	transition: .5s;
	margin-right: 2%;
	margin-left: -30px;

}
.SS-input-group2-20{
	top: 120px;
	position: absolute;
	width: 280px;
	transition: .5s;
	margin-right: 2%;
	margin-left: -30px;
	margin-top: -45px;

}
.SS-input-group3-20{
	top: 95px;
	position: absolute;
	width: 280px;
	transition: .5s;
	margin-right: 2%;
	margin-left: -30px;
	margin-top: -45px;

}
  .SS-bottom-fixed-container {
	  gap: 70px;
	  height: 150px;
	  display: flex;
	  flex-direction: row;
        position: fixed;
		justify-content: center;
		align-items: center;
        bottom: 0;
        left: 0;
        right: 0; /* This will make it span the entire width of the screen. */
        background-color: #16425B;
        padding: 10px; 
        box-shadow: 0 -2px 10px rgba(0,0,0,0.1); 
        z-index: 9999; /* This ensures the container remains above other elements. */
    }
  #SS-SelectChoice20-2{
	text-align-last: left;
	margin-top: 10px;
	width: 400px;
	background-color:  white;
	padding: 2% 5%;
	color: #16425B;
	border-radius: .7em;
	border: none;
font-family: 'Lora', serif;
	font-size: 15px;
	margin-bottom: 2%;
	outline: solid grey 1px;
}
  #SS-SelectChoice20{
	text-align-last: left;
	margin-top: 5%;
	width: 107%;
	background-color:  white;
	padding: 2% 5%;
	color: grey;
	border-radius: .7em;
	border: none;
font-family: 'Lora', serif;
	font-size: 15px;
	margin-bottom: 2%;
	outline: solid grey 1px;
}
.SS-input-field3{
	width: 100%;
	padding: 30px 0;
	margin: 1px 0;
	border-left: 0;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #999;
	outline: none;
	background: transparent;
	margin-top: 2px;
	
}
.SS-input-field2{
	width: 100%;
	padding: 50px 0;
	margin: 5px 0;
	border-left: 0;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #999;
	outline: none;
	background: transparent;
	margin-top: 20px;
	
}

.SS-field21-5{
	width: 90%;
	padding: 15px 10px;
	margin: 5px 0;
	border-left: 0;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #999;
	outline: none;
	background: transparent;
	margin-top: 20px;
	color: white;
	

	
}
.SS-input-field20{
	width: 100%;
	padding: 10px 10px;
	margin: 5px auto;
border: 1px solid #16425B;
	border-radius:1em;
	background: white;
	margin-top: 5px;


	
}


.SS-MainBox152Articles{
padding-top:70px;
	margin: -2%;

	background-color: #c585B3;
	padding-bottom: 400px;
		display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	


}
      			#SS-Menu163-2{

		border:none;
        background-color: transparent ;
        background-position: 10px 10px;
        color:black;
	font-family: 'Montserrat', sans-serif;
		
        justify-content: center;
        padding: 30px 26%;
        text-align: center;
        font-weight: bold;
        font-size: 25px;
       
        cursor: pointer;
        vertical-align: center;
        border-radius: 1em;
        opacity: 2;
        
        width:200px;
        display: flex;
      
        touch-action: manipulation;
       
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        }


   		

   .SS-column163{
	   display: flex;
	   flex-direction: column;
	   color: black;
	   width: 100px;
	   border: 1px solid black;
	   
   }

  
#SS-SecondRow163{
font-family: 'Cardo', serif;
	margin-top: 5px;
}




.SS-submit-btn3{
	width:200px;
	padding: 10px 30px;
	cursor: pointer;
	display:block;
	margin: auto;
	margin-top: 50px;
	border: 0;
	  background: linear-gradient(to right, #2f6690, #A53860);
	  outline: none;
	  border-radius: 30px;
	  color: white;
}

      .SS-toggle-btn15-2{
	   padding: 10px 12px;
	   cursor: pointer;
	   background: transparent;
	   border: 0;
	   outline: none;
	   position: relative;
	   color: black;
	   
   }


#SS-Table163 tr {
	
    height: 40px !important;
}
#SS-Table163 tr {
	
    height: 40px; 
    overflow: hidden; /* This will hide content that spills out, for testing purposes */
}
#SS-Table163 td {

    height: 40px; 
    overflow-y: auto;
    max-height: 40px; 
    vertical-align: top; 
}
.cell-content {
	 width: 150px;  
    max-height: 40px;  
    overflow-y: auto;  /* Adds a vertical scrollbar when the content exceeds the max-height */
   font-size: 15px;
    word-wrap: break-word;
}

th.wide-cell {
    width: 150px;  
}

 


    #SS-DataHeading21{  
	
font-size: 15px;
  text-align: center;
font-family: 'Lora', serif;
   color:  white;
  }




.SS-Form3 {
	width: 84vw;
 border-radius: 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom:10px;
  margin: 20px 0;
background: linear-gradient(45deg, #DAA520, #FFD700);

}
.custom-file-upload:hover {
    background-color: #005bb5;
}

/* Hide the default file input element */
#file-upload {
    display: none;
}

.SS-input::placeholder {
  color: grey;
font-family: 'Montserrat', sans-serif;
}

.SS-input{
	width: 22vw;
	padding: 10px 0;
	margin: 15px 0;
	border: none;
	border-radius: .5em;
	outline: none;
	background: white;
	margin-top: 20px;
	color: black;
	font-family: 'Vollkorn SC', serif;
	 font-size: 18px;
	 text-align: center;
	
}
.SS-input2::placeholder {
  color: grey;
font-family: 'Montserrat', sans-serif;
 font-size: 15px;
}
.SS-input2{
	width: 22vw;
	padding: 10px 0;
	margin: 15px 0;
	border: none;
	border-radius: .5em;
	outline: none;
	background: white;
	margin-top: 20px;
	color: black;
	font-family: 'Vollkorn SC', serif;
	 font-size: 25px;
	 text-align: center;
	
}



.SS-MenuItem {
    color: white;            
    background-color: transparent; 
   outline: none;
   border: none;
 font-family: 'Montserrat', sans-serif;
    padding: 10px 20px;      
    font-size: 15px;       
    cursor: pointer;         
    transition: 0.3s;       
}
#SS-Error3{
	
	margin: 10px 0;
    font-size: 30px;
width: 100%;
text-align: center;
	font-family: 'Montserrat', sans-serif;
	color: black;


  }
#SS-Error{
	
	margin: 60px 0 -50px 0;
    font-size: 20px;
width: 100%;
text-align: center;
	font-family: 'Montserrat', sans-serif;
	color: white;


  }

     #SS-Welcome21{
		 text-align: center;
    font-size: 20px;

 padding:20px 5% 5px 5%;
 font-weight:lighter;
font-family: 'Montserrat', sans-serif;

color: white;
  }
    #SS-Total{
		 text-align: center;
    font-size: 25px;

 padding:20px 5% 0 5%;
 font-weight:lighter;
font-family: 'Cinzel', serif;

color:#b3b3b3;
  }
   #SS-Welcome33{
		 text-align: center;
    font-size: 20px;

 padding:20px 5% 5px 5%;
 font-weight:lighter;
font-family: 'Cinzel', serif;

color: gold;
  }
     #SS-Recipient{
		 text-align: center;
    font-size: 25px;

 padding:20px 5% 10px 5%;
 font-weight:lighter;
font-family: 'Cinzel', serif;

color:gold;
  }
  #SS-Date{
	 text-align: center;
    font-size: 25px;

 padding:30px 5% 5px 5%;
 font-weight:lighter;
font-family: 'Comfortaa', sans-serif;

color: white;  
  }
  
         #SS-Welcome33-21{
	 text-align: center;
    font-size: 15px;

 padding:20px 5% 5px 5%;
 font-weight:lighter;
font-family: 'Ysabeau SC', sans-serif;

color: black;
  }   
          
  #SS-a{
	   display: block;
    width: fit-content; 
	  margin: 0 auto;
	 text-align: center;
    font-size: 13px;  
	   font-weight:lighter;
color: #2F6690;
font-family: 'Lora', serif;
	  align-self: center;
  }
             #SS-Welcome20{
				 text-align: center;
    font-size: 13px;

margin: 430px 0px -15px 0px;
 font-weight:lighter;

font-family: 'Lora', serif;
color:  #2F6690;

  }
         
     


#SS-Table26::-webkit-scrollbar-thumb {
  background-color: #ff4400; 
  border-radius: 6px;
}

#SS-Table26::-webkit-scrollbar-track {
  background-color: #262626; 
}

/* Firefox scrollbar */
#SS-Table26 {
  scrollbar-width: thin;
  scrollbar-color: #ff4400 #262626; /* Thumb and track colors */
}





	@media (max-width: 850px) {
			#Tool-Box-Image {
    width: 100px;

}




		.SS-ToolBox {

  flex-direction: column;




}
		#SS-Table21-2{
			width: 85vw;
			
		}
		.SS-Box21{
			margin-top: 30px;
		}
		  .SS-bottom-fixed-container {
	  display: flex;
	  flex-direction: column;
	  gap: 0px;
	  height: 200px;
	 
       
		
    }
	   #SS-Container163{
		   margin-top: 10px;
	   }
	.SS-MainBox163-3{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		
	}
	.SS-submit-btn020163-3{
		margin-top: -20px;
	}
	  #SS-SelectChoice20-2{
	margin-top: 25px;
}
		
		  .image21 {
		     width: 90%;
			

	}.SS_FlexBox{
	
	flex-wrap: wrap;
}
		#SS-Navbar21 {
			margin-left: -10%;
			
		padding-left:40px;
		padding-right: 40px;
			width: 110%;
        flex-direction: column;
        align-items: flex-start;
		        height: auto;  /* Allows it to grow with content */
        min-height: 60px; 
		
			
    }


  #SS-Table163{
	  width: 100vw;
  }

	}