.topnav {
  overflow: visible;
  background-color: #babfffee;
  display: flex;
  align-items: center;
  padding: 10px 16px;
  position: relative;
  justify-content: space-between;
  flex-direction: row;
}

.items{
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.logo {
  height: 40px;
}


.topnav a {
  color: #333;
  text-align: left;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  font-weight: bold;
  justify-content: left;
}

.profile-pic {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    cursor: pointer;
}


.hidden {
    display: none;
    
}

.dropdown {
    position: absolute;
    right: 10px;
    background: white;
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1;
    text-align: center;
    justify-content: center;
}

.topnav a:hover {
  color: #007BFF;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .menu-items {
  display: flex;
  gap: 10px;
}

.topnav .icon {
  display: none;
  font-size: 22px;
  cursor: pointer;
}

.topnav .close-btn {
  display: none;
}

/* Mobile View */
@media screen and (max-width: 600px) {
  .topnav {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
  }

  .topnav .menu-items {
    flex-direction: column;
    width: 100%;
    text-align: left;
    position: fixed;
    top: 0;
    right: 0;
    height: 500px;
    background-color: #babfffee;
    z-index: 100;
    transform: translateX(100%);
    transition: transform 0.5s ease-in-out;
    padding-top: 50px;
    padding-left: 16px;
  }

  .topnav .menu-items.show {
    transform: translateX(0);
  }

  .topnav button{
    width: 150px;
  }

  .topnav .close-btn {
    display: block;
    position: absolute;
    top: 10px;
    right: 16px;
    font-size: 24px;
    color: #333;
    background: none;
    border: none;
    cursor: pointer;
  }

  .topnav .icon {
    display: block;
    position: absolute;
    top: 10px;
    left: 330px;
    text-align: center;
  }

  

  
}

.resume-page{
            background: linear-gradient(135deg, #4facfe, #00f2fe);    
            color: white;
            border: none;
            padding: 15px 30px;
            font-size: 16px;
            border-radius: 50px;
            cursor: pointer;
            animation: fadeIn 2s ease-in-out;
        
        }

        .resume-page:hover{
            background: linear-gradient(135deg, #00f2fe, #4facfe);
        }

   


         /*login pop up*/
        .form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #ffffff;
  padding: 30px;
  width: 400px;
  height: auto;
  border-radius: 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  border: 2px solid;
  margin-top: 5%;
  margin-left: 1%;
}

.form h1, p{
  margin: 0;
}

.form hr{
  width: 100%;
}

::placeholder {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.form button {
  align-self: flex-end;
}

.flex-column > label {
  color: #151717;
  font-weight: 600;
}

.inputForm {
  border: 1.5px solid #d1d2d1;
  border-radius: 10px;
  height: 50px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  transition: 0.2s ease-in-out;
}

.input {
  margin-left: 10px;
  border-radius: 10px;
  border: none;
  width: 100%;
  height: 100%;
}

.input:focus {
  outline: none;
}

.inputForm:focus-within {
  border: 1.5px solid #2d79f3;
}

.flex-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.flex-row > div > label {
  font-size: 14px;
  color: black;
  font-weight: 400;
}

.span {
  font-size: 14px;
  margin-left: 5px;
  color: #2d79f3;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
}

.button-submit {
  margin: 20px 0 10px 0;
  background-color: #151717;
  border: none;
  color: white;
  font-size: 15px;
  font-weight: 500;
  border-radius: 10px;
  height: 50px;
  width: 100%;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 5px;
}

.button-submit:hover {
  background-color: #252727;
}

.p {
  text-align: center;
  color: black;
  font-size: 14px;
  margin: 5px 0;
}

.btns {
  margin-top: 1px;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  gap: 10px;
  border: 1px solid #ededef;
  background-color: white;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  text-decoration: none;
  color: black;
}

.btns:hover {
  background-color: #ccc;
  ;
}

        .login-button {
            display: inline-block;
            padding: 10px 20px;
            background-color: #007bff;
            color: white;
            border: none;
            border-radius: 50px;
            font-size: 16px;
            cursor: pointer;
        }

        

        .modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            justify-content: center;
            align-items: center;
            z-index: 1000;
            overflow-x: hidden;
        }

        

        
        .close {
            position: absolute;
            top: 6px;
            right: 10px;
            font-size: 30px;
            color: #000000;
            cursor: pointer;
        }

        .close:hover {
            color: rgb(255, 0, 0);
        }





        @media screen and (max-width: 600px) {

        .form {
            display: flex;
            flex-direction: column;
            gap: 10px;
            background-color: #ffffff;
            padding: 30px;
            width: 300px;
            height: auto;
            border-radius: 20px;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
            border: 2px solid;
            margin-top: 5%;
            margin-left: 1%;
            }

            
        }

        
        
        
        /*login pop up end */



          /*footer */
          .footer1 {
            background-color: #babfffee;
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            padding: 20px;
            flex-wrap: wrap;
        }
        
        .left-col {
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            padding: 10px;
        }
        
        .logo-container {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }
        
        .logo-container img {
            height: 80px;
            width: auto;
            margin-bottom: 10px;
        }
        
        .ql h2 {
            font-size: 1.5em;
            margin-bottom: 10px;
            color: #333;
            text-decoration: underline;
        }
        
        .qlul {
          list-style-type: none;
          padding-left: 20px;
          text-align: left;  
        }
        
        .qlul li {
            margin-bottom: 8px;
        }
        
        .qlul li a {
            text-decoration: none;
            color: #000;
            transition: color 0.3s;
        }
        
        .qlul li a:hover {
            color: #023f81;
        }
        
        .cont p {
            margin: 5px 0;
            line-height: 30px;
        }
        
        .footer2 {
            background-color: #babfffee;
            text-align: center;
            padding: 15px 0;
        }
        
        .footer2 a {
            color: #007BFF;
            text-decoration: none;
            transition: color 0.3s;
        }
        
        .footer2 a:hover {
            color: #00f2fe;
        }
        
        /* Mobile Responsiveness */
        @media (max-width: 768px) {
            .footer1 {
                flex-direction: column;
                align-items: center;
                text-align: center;
            }
        
            .logo-container {
                order: 1;
            }
        
            .left-col:nth-child(2) {
                order: 2;
            }
        
            .left-col:nth-child(3) {
                order: 3;
            }
        
            .footer2 {
                order: 4;
            }
        
            .left-col {
                width: 100%;
                margin-bottom: 20px;
            }
        
            .resume-page {
                width: 80%;
            }
        
            .ql h2 {
                font-size: 1.3em;
            }
        
            .qlul li {
                font-size: 1em;
            }
        
            .footer2 p {
                font-size: 0.9em;
            }
        }
            
        hr{
          margin: 0;
        }
                /*footer  end*/
        