* {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  font-family: Arial, sans-serif;
  transition: background-color 0.3s, color 0.3s;
}

/* Sidebar */
.sidebar {
  height: 100vh;
  width: 250px;
  position: fixed;
  top: 0;
  left: -250px;
  background: linear-gradient(to right, navy, deepskyblue);
  color: white;
  padding-top: 60px;
  transition: left 0.3s ease;
  z-index: 1000;
}

.sidebar.active {
  left: 0;
}

.sidebar a {
  display: block;
  padding: 15px 25px;
  color: white;
  text-decoration: none;
  font-size: 18px;
}

.sidebar a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  cursor: pointer;
}

.open-btn {
  font-size: 30px;
  cursor: pointer;
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 1100;
  background: navy;
  color: white;
  padding: 10px 15px;
  border-radius: 5px;
  border: none;
}

.toggle-btn {
  background-color: linear-gradient(to right, navy, deepskyblue);
  border: none;
  color: black;
  padding: 10px 30px;
  border-radius: 30px;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.4s, transform 0.3s;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin: 20px;
  display: inline-block;
  text-align: center;
}

.toggle-btn:hover {
  transform: scale(1.05);
}

/* Dark Theme */
.dark-theme {
  background-color: #121212;
  color: white;
}

.dark-theme .toggle-btn {
  background-color: #333;
  color: white;
}

.h1 {
  margin-left: 20px;
  margin-top: 80px;
  font-size: 32px;
  color: white;
}

a {
  margin-top: 20px;
  color: white;
}

.button {
  height: 35px;
  width: 100px;
  background-color: black;
  color: white;
  margin-left: 120px;
  margin-top: 20px;
}

.image {
  width: 450px;
  height: 250px;
  margin-left: 370px;
  margin-top: 26px;
  text-align: center;
}

.Header {
  padding-top: 80px;
  padding-left: 475px;
}

.h2 {
  margin-top: 100px;
}

.button:hover {
  cursor: pointer;
  background-color: coral;
}

.two {
  text-align: end;
  margin-right: 20px;
}

.one {
  margin-top: 10px;
  margin-left: 10px;
}

/* ✅ Fixed Boxes */
.boxes {
  text-align: center;
  margin-top: 20px;
}

.box1,
.box2,
.box3 {
  height: 130px;
  width: 275px;
  background-color: whitesmoke;
  color: black;
  border: 1px solid #ccc;
  margin: 20px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 6px;
  margin-left: 92px;
  margin-top: 50px;
}

.endbox {
  width: 1000px;
  height: 35px;
  border-style: solid;
  border-width: 2px;
  margin-top: 10px;
}

.button2 {
  height: 35px;
  width: 100px;
  background-color: black;
  color: white;
  margin-top: 20px;
  border-width: 1px;
  border-style: solid;
  border-radius: 8px;
}

.button2:hover {
  cursor: pointer;
  background-color: coral;
}

.end {
  margin-top: 26px;
}

.finish {
  width: 100%;
  height: 150px;
  background-color: rgb(0, 4, 20);
  color: white;
  margin-top: 30px;
}

.finish2 {
  margin-left: 30px;
}

.new {
  margin-left: 150px;
  margin-top: 50px;
}

.image3 {
  margin-left: 75px;
  margin-top: 50px;
  position: relative;
}

.button3:hover,
.image3 {
  cursor: pointer;
  background-color: coral;
}

.button3 {
  height: 35px;
  width: 100px;
  background-color: black;
  color: whitesmoke;
  border-width: 2px;
  border-style: solid;
  border-radius: 5px;
  text-align: center;
}

.contact {
  padding-top: 100px;
  height: 500px;
  width: 800px;
  color: white;
  background-color: rgb(2, 2, 26);
  border-style: solid;
  border-color: rgb(2, 2, 26);
  border-width: 2px;
  border-radius: 10px;
  margin-top: 50px;
  margin-right: 250px;
  margin-left: 250px;
}

.text1,
.text2,
.text3,
.text4,
.text5,
.text6,
.text7 {
  margin-top: 20px;
  margin-left: 50px;
}

.text3 {
  width: 600px;
  height: 50px;
}

.text7 {
  width: 600px;
  height: 100px;
}

.button4 {
  height: 35px;
  width: 100px;
  background-color: rgb(21, 21, 230);
  color: white;
  border-width: 2px;
  border-style: solid;
  border-radius: 5px;
  text-align: center;
  margin-top: 20px;
  margin-left: 355px;
  display: block;
}

.button4:hover,
.image3 {
  cursor: pointer;
  background-color: coral;
}

.heading {
  width: 100%;
  height: 50px;
  background-color:navy;
  color: rgb(14, 17, 46);
  position: fixed;
  display: inline-table;
  padding-right: 1250px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px,
    rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px,
    rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

.endbox1 {
  width: 1000px;
  height: 35px;
  border-style: solid;
  border-width: 2px;
  margin-top: 10px;
  margin-left: 150px;
}

.search2 {
  display: inline-block;
  background-color: orange;
  color: white;
  height: 60px;
  width: 80px;
  font-style: normal;
  font-size: medium;
}


