@font-face {
    font-family: 'Coolvetica';
    src: url('font/Coolvetica\ Rg.otf') format('opentype');
    font-weight: normal;
}

body{
    background-color: #ececf5;
    margin: 0px;
    max-height: 100vh; 
    overflow-y: auto;  
    overflow-x: hidden;
    
}


main {
    flex: 1; 
}

footer {
    display: flex; 
    justify-content: space-between; 
    align-items: flex-start; 
    padding: 60px;
    background-color: #333; 
    color: #ececf5; 
    font-family: 'Coolvetica';
    font-size: 18px;
    width: 100%;
    position: relative; 
    bottom: 0;
}

.contact, .socialmedia, .location {
    flex: 1;
    margin: 0; 
    padding: 0; 
}

.navbar ul{
    list-style-type: none;
    background-color: #ececf5;
    overflow: hidden;
    padding: 0px;
    height: 110px; 
    border-bottom: 4px solid #1789cf;
    margin-top: 0px;
}

.navbar a{
    color:#1789cf;
    text-decoration: none;
    padding: 29px;
    display: block;
    text-align: center;
    font-family: 'Coolvetica', sans-serif;
    font-size: 35px;
    margin-top: 20px;

}

.navbar a:hover{
    background-color: #1789cf;
    color: white;
    transition: 0.3s;

}

.navbar li{
    float: right;
    
}



.logo{
    float: left;
 
}

.container h1{
    
    margin: 0px;
    margin-top: 10px;
    font-family: 'Coolvetica';
    font-size: 100px;
    color: #8000ff;
    padding-left: 50px;
    
}

.container p{
    font-family: 'Coolvetica';
    font-size: 40px;
    color: #8000ff;
    padding-left: 60px;
    padding-bottom: 50px;
    margin: 0px;

}

.GRAPHICONE img{
    margin: 0px;
    top: 500px;
    ;
    float: right;
    
}









.GuyPerson{
    margin: 0px;
}

.GuyPerson h1{
    font-family: 'Coolvetica';
    font-size: 90px;
    color: #8000ff;
    padding-left: 240px;
    padding-bottom: 0px;
    margin-top: 10px;
    margin: 0px;
}

.GuyPerson p{
    font-family: 'Coolvetica';
    font-size: 30px;
    color: #8000ff;
    padding-left: 240px;
    margin-top: 10px;
    margin: 0px;
}

.GuyPersonPic{
    right: 50px;
    padding-right: 100px;
    margin: 0px;
}

.GuyPersonPic img{
   right: 50px;
   padding-right: 100px;
   margin: 0px;
}










.PubertTeeh{
    position: relative;
    top: -220px;
    margin: 0px;
    
}

.PubertTeeh h1{
    font-family: 'Coolvetica';
    font-size: 90px;
    color: #8000ff;
    padding-left: 240px;
    padding-bottom: 0px;
    margin-top: 10px;
    margin: 0px;
}

.PubertTeeh p{
    font-family: 'Coolvetica';
    font-size: 30px;
    color: #8000ff;
    padding-left: 240px;
    margin-top: 10px;
    margin: 0px;
    padding-bottom: 500px;
}

.PubertTeehPic{
   right: 50px;
   padding-right: 100px;
   margin: 0px;
   top: -935px;
}





.SP{
    position: relative;
    font-family: 'Coolvetica';
    font-size: 20px;
    color: #8000ff;
    float: right;
    padding-right: 60px;
    top: -1120px;
}

.SP h2{
    margin: 0px;
    padding: 0px;
}

.SP p{
    margin: 0px;
    padding: 0px;
}



.BS{
    position: relative;
    font-family: 'Coolvetica';
    font-size: 20px;
    color: #8000ff;
    float: right;
    padding-right: 60px;
    top: -985px;
    right: -355px;
}

.BS h2{
    margin: 0px;
    padding: 0px;
}

.BS p{
    margin: 0px;
    padding: 0px;
}


.ST{
    position: relative;
    font-family: 'Coolvetica';
    font-size: 20px;
    color: #8000ff;
    float: right;
    padding-right: 60px;
    top: -1080px;
    right: 55px;
}

.ST h2{
    margin: 0px;
    padding: 0px;
}

.ST p{
    margin: 0px;
    padding: 0px;
}




.SPPic{
    position: relative;
    top: -1220px;
    right: 500px;
    left: 510px;
    padding-right: 0px;
    margin: 0px;
}

.BSPic{
    position: relative;
    top: -1080px;
    right: 400px;
    left: 400px;
    padding-right: 0px;
    margin: 0px;
}

.STPic{
    position: relative;
    top: -1100px;
    right: 300px;
    left: 20px;
    padding-right: 0px;
    margin: 0px;
}

.WebDevJunior{
    font-family: 'Coolvetica';
    font-size: 20px;
    color: #8000ff;
    padding-bottom: 20px;
    padding-left: 60px;
}

.WebDevSenior{
    font-family: 'Coolvetica';
    font-size: 20px;
    color: #8000ff;
    padding-left: 60px;
}

.Location{
    font-family: 'Coolvetica';
    font-size: 20px;
    color: #8000ff;

}


.NiceLinks {
    display: flex;
    justify-content: space-around;
    align-items: center; 
    width: 100%; 
    bottom: 100px;
  
}

.WantToLearn h1{
    padding: 0px;
    margin: 0px;
}

.WantToLearn p{
    padding: 0px;
    margin: 0px;
}


CHATIBOTI {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.chat-header a{
    text-decoration:none;
    color: white;
}



#chatbot-toggle-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 12px 15px;
    border: none;
    background-color: #1789cf;
    color: #fff;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1001; /* Ensure the button is above the chatbot popup */
}

#chatbot-toggle-btn:hover {
    background-color: #115c8a;
}

.chatbot-popup {
    display: none;
    position: fixed;
    bottom: 90px;
    right: 20px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    width: 350px;
    max-width: 90%;
    z-index: 1000;
}

.chat-header {
    background-color: #1789cf;
    color: #fff;
    padding: 15px 20px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#close-btn {
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.chat-box {
    max-height: 350px;
    overflow-y: auto;
    padding: 15px 20px;
}

.chat-input {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border-top: 1px solid #ddd;
}

#user-input {
    font-family: "Poppins";
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 12px;
    outline: none;
}

#send-btn {
    font-family: "Poppins", sans-serif;
    padding: 10px 20px;
    border: none;
    background-color: #1789cf;
    color: #fff;
    border-radius: 12px;
    margin-left: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#send-btn:hover {
    background-color: #115c8a;
}

.user-message {
    background-color: #f3f3f3;
    color: #333;
    padding: 14px;
    border-radius: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-left: 10px; /* Push user message to the left */
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row-reverse; /* Move user message to the right */
}

.user-message::before {
    content: "\1F468"; /* Man emoji */
    position: absolute;
    bottom: -17px;
    right: -20px;
    margin-bottom: 7px;
    font-size: 20px;
    background-color: #1789cf;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.bot-message {
    background-color: #1789cf;
    color: #fff;
    padding: 14px;
    border-radius: 15px;
    margin-bottom: 10px;
    margin-top: 15px;
    align-self: flex-start; /* Move bot message to the left */
    margin-right: 10px; /* Push bot message to the right */
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column; /* Adjust for button placement */
}

.bot-message::before {
    content: "\1F916"; /* Robot emoji */
    position: absolute;
    bottom: -17px;
    left: -14px;
    margin-bottom: 4px;
    font-size: 20px;
    background-color: #1789cf;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.button-container {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
}

.button-container button {
    padding: 10px 50px;
    border: none;
    background-color: #1789cf;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.button-container button:hover {
    background-color: #115c8a;
}

.map{
    margin: 0px;
    padding: 0px;
}




.open-button {
    background-color: #1789cf;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    opacity: 1;
    position: fixed;
    bottom: 23px;
    left: 28px; 
    width: 280px;
    border-radius: 15px;
    z-index: 8;
}
  


.form-popup {
  display: none;
  position: fixed;
  bottom: 0;
  left: 15px; 
  border: 3px solid #f1f1f1;
  z-index: 9;
  border-radius: 10px;
}
  


.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
  border-radius: 10px;
}


.form-container input[type=text], .form-container input[type=password] {
  width: 90%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
  
}


.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}


.form-container .btn {
  background-color: #1789cf;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
  border-radius: 10px;
}


.form-container .cancel {
  background-color: #115c8a;
  border-radius: 10px;
}


.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}

