.manrope-font {
  font-family: "Manrope", serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

html,
body {
  width: 100%;
  padding: 0;
  margin: 0;
  background: #fff;
  font-family: "Manrope", serif;
}

ul {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

/* ul.listing {
  margin-left: 0px;
} */

ul.listing li {
  display: block;
  font-size: 1rem;
  padding: 10px 0;
}

ul.listing li i {
  font-size: 1rem;
  padding-right: 10px;
  /* vertical-align: unset; */
  vertical-align: top;
  width: 3%;
  display: inline-block;
}

ul.listing li span {
  width: 90%;
  display: inline-block;
}

@media screen and (max-width:767px) {
  ul.listing li i {
    width: 7%;
  }

}

a {
  text-decoration: none;
  color: #336699;
}

a:hover,
a:focus {
  text-decoration: none !important;
  color: #6699CC;
}

footer .footer-bg ul li {
  padding-bottom: 15px;
  display: inline-block;
  clear: both;
  width: 100%;
  color: #ffffff;
}

.fw-bold {
  font-weight: bold;
}

.display-8 {
  /* font-size: large; */
  font-size: larger;
}

.text-dark {
  color: #192633;
}

.text-grey-200 {
  color: #384047;
}

.text-grey-150 {
  color: #5A6672;
}

.text-blue-200 {
  color: #003366;
}

.text-blue-170 {
  color: #336699;
}

.text-blue-150 {
  color: #6699CC;
}

.text-blue-130 {
  color: #99CCFF;
}

.text-blue-110 {
  color: #CCFFFF;
}

.bg-blue-200 {
  background: #003366;
}

.bg-blue-100 {
  background: #F0F7FF;
}

.bg-grey {
  background: #F2F5F5;
}

.bg-grey-2 {
  background: #FAFBFB;
}

.border-t {
  border-top: 1px solid #D4DDDD;
}

.shadow-1 {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.shadow-2 {
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.14), 0 6px 2px -2px rgba(0, 0, 0, 0.12), 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.shadow-3 {
  box-shadow: 8px 8px 16px 8px rgba(55, 106, 97, 0.30);
}

.shadow-4 {
  box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.15);
}

.inner-shadow-1 {
  box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 3px 0px inset;
}

.t-underline {
  text-decoration: underline;
}

.d-flex-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  /* align-items: center; */
}

.card-1 {
  width: auto;
  height: auto;
  opacity: 95%;
  border-radius: 6px !important;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  padding: 20px;
  background: #ffffff;
  transition: all 0.3s ease;
}

.card-1:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.btn-border {
  background: #003366;
  border-radius: 6px;
  padding: 8px 16px;
  color: #ffffff !important;
  font-family: "Manrope", serif;
  letter-spacing: .5px;
  text-decoration: none;
  white-space: nowrap;
}

.btn-border-2 {
  background: #7579FF;
  border-radius: 6px;
  padding: 8px 16px;
  color: #ffffff !important;
  font-family: "Manrope", serif;
  letter-spacing: .5px;
}

/*Home slide*/
.home-slide {
  /* height: 100vh; */
  height: 87vh;
  width: 100%;
  overflow: hidden;
}

.home-slide img {
  /* object-fit: cover; */
}

@media (max-width: 1024px) {
  .home-slide {
    /* height: 100vh; */
    height: 80vh;
  }
}

@media only screen and (max-device-width: 480px) {
  .home-slide {
    /* height: 100vh; */
    height: 100vh;
  }
}

@media screen and (max-width:1024px) {
  .home-slide {
    /* min-height: 300px; */
    min-height: 200px;
  }

}

@media screen and (max-width:1024px) {
  .min-height-200 {
    min-height: 200px;
  }
}

.min-height-150 {
  min-height: 150px;
}

.container-pad {
  padding-left: 50px;
  padding-right: 50px;
  width: 100%;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .container-pad {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.thore-footer-logo {
  width: 80px;
  padding: 0px;
}

.thore-footer-logo img {
  width: 120px;
}

@media (max-width: 767px) {
  .thore-footer-logo {
    display: block;
    margin: 0 auto 20px auto;
  }
}

.cursor-pointer {
  cursor: pointer !important;
}

.vertical-align {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  /* Make it responsive */
  max-width: 500px;
  /* Limit max size */
}

@media (max-width: 600px) {
  .vertical-align {
    width: 95%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.responsive-center {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  /* Full screen height */
  padding: 1rem;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .responsive-center {
    min-height: auto;
    /* Full screen height */
  }
}

.swal2-styled {
  background-color: #336699;
}

.swal2-cancel {
  background-color: #5A6672;
}

.title {
  margin-top: 100px;
}

@media (max-width: 1024px) {
  .title {
    margin-top: 20px;
  }
}


.form-container {
  max-width: 500px;
  margin: 40px auto;
  padding: 20px;
  /* background: #FAFBFB; */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.form-container-2 {
  /* max-width: 500px; */
  margin: 40px auto;
  padding: 20px;
  /* background: #FAFBFB; */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.custom-form {
  display: flex;
  flex-direction: column;
}

.custom-form h2 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 24px;
}

.custom-form label {
  margin-bottom: 6px;
  font-weight: 600;
}

.custom-form input,
.custom-form textarea {
  padding: 10px;
  margin-bottom: 16px;
  border: 1px solid #E0E3E6;
  border-radius: 6px;
  /* font-size: 16px; */
  transition: border-color 0.3s;
}

.custom-form input:focus,
.custom-form textarea:focus {
  border-color: #336699;
  outline: none;
}

.custom-form button {
  padding: 12px;
  background-color: #003366;
  color: white;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.custom-form button:hover {
  background-color: #0056b3;
}

.form-row {
  display: flex;
  gap: 1rem;
}

.form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.section-label {
  font-size: 13px;
  color: #666;
  margin-bottom: -1rem;
}

input,
select {
  padding: 0.6rem 0.8rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
}

.form-input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-family: "Manrope", serif;
  min-width: 200px;
}

.spin-icon {
  display: inline-block;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}