#formcontainer {
  margin-top: 8rem;
}

.custom-toast-popup {
  text-align: center; /* Center aligns the entire popup content */
  padding: 0.8rem !important;
}

.custom-toast-title {
  margin-top: 0.5rem !important; /* Adjust top margin if needed */
  font-weight: bold !important;
  color: green !important;
  font-size: 1rem !important;
}

.custom-toast-icon {
  margin-right: 0.8rem !important; /* Adjust right margin if needed */
  vertical-align: middle; /* Align icon vertically with text */
}

.homesection {
  display: flex;
  flex-direction: row;
  padding: 4rem;
  padding-left: 4rem !important;
  padding-right: 4rem !important;
  align-items: center;
  justify-content: space-between;
}

.homesection .homesectioncontent {
  width: 30%;
}

.homesection .homesectioncontent h2 {
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  color: blue;
}

.homesection .homesectioncontent p {
  font-weight: bold;
}

.homesection img {
  width: 38%;
}

.homesection1 {
  display: flex;
  flex-direction: row;
  padding-top: 7rem;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-bottom: 2rem;
  align-items: center;
  justify-content: space-evenly;
}

.homesection1 .homesectioncontent1 {
  width: 35%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.homesection1 .homesectioncontent1 .btn {
  margin-top: 10px; /* Space between heading and button */
}

.homesection1 .homesectioncontent1 h2 {
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  text-align: center;
}

.homesection1 img {
  width: 45%;
}

.homesection2 {
  display: flex;
  justify-content: center; /* Horizontally centers the image */
  align-items: center; /* Vertically centers the image */
}

.homesection2 img {
  max-width: 20%; /* Adjust size as needed */
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Modal Background */
.printmodal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.4); /* Black background with opacity */
}

/* Modal Content */
.printmodalcontent {
  background-color: #fefefe;
  margin: 12% auto; /* 15% from the top and centered */
  padding: 15px;
  border: 1px solid #888;
  width: 50px; /* Set a small width */
  max-width: 25%; /* Responsive width */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  text-align: center;
}

/* Close Button */
.close {
  color: blue;
  float: right;
  font-size: 30px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/**Copyrights page**/

.copy {
  border-top: 4px solid white;
  background: #3766f4;
  padding: 0.3rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
  justify-content: space-between;
  align-items: center;
}

.copy h3 {
  font-size: 1rem;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  color:white;
  font-weight: bold;
}

#loid:hover{
    background-color: white !important;
}

/* moibile view */

@media only screen and (min-width: 300px) and (max-width: 767px) {
   #navid{
      padding-left: 0.5rem !important;
      padding-right: 0.7rem !important;
   }

  .homesection1 {
    display: flex;
    flex-direction: column;
    padding-top: 10rem;
    padding-bottom: 1rem;
  }

  .homesection1 .homesectioncontent1 {
    width: 100%;
  }

  .homesection1 img {
    width: 100%;
  }

  .homesection {
    display: flex;
    flex-direction: column;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .homesection .homesectioncontent {
    width: 100%;
  }

  .homesection img {
    width: 100%;
  }

  .homesection .homesectioncontent h2 {
    text-align: center;
  }

  .homesection .homesectioncontent p {
    text-align: center;
  }
}
