@import "reset.css";
@import "editor.css";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");

body {
  --main-theme-color: #003b95;
  --main-theme-color-light: #3379e3;
  --secondary-theme-color: #b69d75;
  --base-font-color: var(--main-theme-color);
  --section-background: #d7e3f7;
  --font: "Poppins", sans-serif;
  --white-filter: brightness(0) invert(1);
  --main-theme-color-filter: brightness(0) saturate(100%) invert(10%) sepia(93%) saturate(3945%) hue-rotate(210deg)
    brightness(103%) contrast(103%);
  --secondary-theme-color-filter: brightness(0) saturate(100%) invert(72%) sepia(16%) saturate(692%) hue-rotate(358deg)
    brightness(86%) contrast(87%);
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-family: var(--font);
  font-weight: 400;
  color: var(--base-font-color);
}

button {
  border: 0 none;
  background: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  cursor: pointer;
  color: inherit;
  font-size: inherit;
}

.wrapper {
  width: 96%;
  padding: 0 2%;
  max-width: 1400px;
  margin: 0 auto;
  clear: both;
}

.ed p,
.ed li {
  margin-bottom: 15px;
}

a {
  color: var(--main-theme-color);
}

* {
  line-height: 1.25em;
}

/* header */

header {
  padding: 40px;
  background: var(--main-theme-color);
  margin-bottom: 75px;
}

header,
header a {
  color: #fff;
}

header > .wrapper {
  display: grid;
  grid-template-areas: "logo ctalinks helpbox userbox menu";
  grid-template-columns: 1fr auto auto auto auto auto;
  grid-auto-columns: min-content;
  gap: 10px;
  align-items: center;
}

.logo {
  grid-area: logo;
}

.cta-links {
  grid-area: ctalinks;
  padding-right: 35px;
  display: flex;
  gap: 30px;
}

.cta-links a {
  font-weight: 500;
}

.cta-links a::after {
  content: "";
  background: url(img/bullet.svg) no-repeat center center;
  background-size: 100% 100%;
  margin-left: 13px;
  width: 12px;
  height: 6px;
  display: inline-block;
  vertical-align: middle;
  filter: var(--secondary-theme-color-filter);
}

.cta-box button,
.user-box button {
  padding: 0 40px !important;
}

.user-box {
  position: relative;
}

.user-menu {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  background: var(--main-theme-color-light);
  padding: 20px 25px;
  color: #fff;
  z-index: 10;
  border-radius: 20px;
  font-size: 0.875em;
}

.user-menu div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  grid-auto-columns: min-content;
  align-items: center;
  margin-bottom: 20px;
}

.user-menu img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.user-menu span {
  font-weight: bold;
  line-height: 15px;
}

.user-menu li {
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}

.user-menu li:last-child {
  padding-bottom: 0;
  border-bottom: 0 none;
  margin-bottom: 0;
}

.user-menu li a {
  display: block;
}

.menu button {
  display: flex;
  width: 40px;
  height: 35px;
  justify-content: center;
  align-items: center;
  background: var(--secondary-theme-color);
  border-radius: 50%;
}

.menu button img {
  width: 16px;
  height: 16px;
}

/*header end */

/* footer */

footer {
  background: var(--main-theme-color);
  margin-top: 80px;
  padding: 70px 0;
}

footer > .wrapper {
  display: flex;
  gap: 40px 105px;
  justify-content: space-between;
}

footer,
footer a {
  color: #fff;
}

footer section li {
  margin-bottom: 15px;
  font-size: 0.875em;
}

.contact-box {
  padding-left: 60px;
  border-left: 1px solid #1e61c6;
  display: grid;
  grid-template-areas:
    "heading heading2 blank"
    "content content2 content3"
    "socials socials notice";
  gap: 20px 50px;
  font-size: 0.875em;
}

.contact-box > p:first-of-type {
  grid-area: heading;
  margin-bottom: 15px;
}

.contact-box > p:nth-of-type(2) {
  grid-area: heading2;
  margin-bottom: 15px;
}

.contact-box div:first-of-type {
  grid-area: content;
}

.contact-box div:nth-of-type(2) {
  grid-area: content2;
}

.contact-box div:nth-of-type(3) {
  grid-area: content3;
}

.socials {
  grid-area: socials;
}

.contact-box div:nth-of-type(5) {
  grid-area: notice;
  max-width: 200px;
}

.copyrights {
  padding: 30px 0;
  font-size: 0.75em;
  display: flex;
  justify-content: space-between;
}

/* footer end */

/* form */

.std-form,
.grid-form {
  max-width: 710px;
  display: block;
  width: 96%;
  padding: 0 2%;
  margin: 0 auto;
}

.placeholder-form .std-form {
  width: 100%;
  padding: 0;
  max-width: 100%;
}

.std-form > li {
  margin-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
  position: relative;
}

.std-form > li > label {
  text-align: right;
  height: 100%;
  font-size: 0.875em;
  width: 31%;
  margin-right: 10px;
  line-height: 35px;
}

.placeholder-form .std-form > li > label {
  display: none;
}

.placeholder-form .std-form > li.starrating > label {
  display: inline-block;
  width: auto;
  text-align: left;
}

.std-form > .hourrange > label {
  line-height: 18px;
}

.std-form .field-container {
  width: calc(69% - 10px);
}

.std-form input[type="checkbox"] {
  display: none;
}

.std-form input[type="checkbox"] + label {
  float: left;
  line-height: 35px;
  position: relative;
  font-size: 0.75em;
}

.std-form input[type="checkbox"] + label::before {
  content: "";
  background: var(--section-background);
  width: 18px;
  height: 18px;
  position: relative;
  margin-right: 8px;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
}

.std-form input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  background: var(--main-theme-color);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 13px;
  left: 4px;
  z-index: 1;
}

.placeholder-form .std-form .starrating .field-container {
  width: auto;
  padding-top: 10px;
}

.placeholder-form .std-form .field-container {
  width: 100%;
}

.std-form input[type="text"],
.std-form input[type="password"],
.std-form select,
.std-form textarea {
  background: var(--section-background);
  box-sizing: border-box;
  border: 0 none;
  border-radius: 5px;
  color: var(--base-font-color);
}

.std-form textarea {
  width: 100%;
  height: 150px;
  padding: 5px 10px;
}

.std-form input[type="text"],
.std-form input[type="password"],
.std-form select {
  width: 310px;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
}

.std-form .submit-box {
  padding-left: calc(31% + 10px);
}

.placeholder-form .std-form .submit-box {
  padding-left: 0;
}

.std-form .submit-box button {
  font-weight: 600;
  color: #fff;
  border-radius: 20px;
  height: 35px;
  line-height: 35px;
  background: var(--secondary-theme-color);
  display: inline-block;
  width: auto;
  padding: 0 20px;
}

.std-form .submit-box button::after {
  content: "";
  width: 10px;
  height: 5px;
  background: url("img/bullet.svg") no-repeat center center;
  background-size: 100%;
  display: inline-block;
  margin-left: 10px;
  transform: rotate(270deg);
  filter: var(--white-filter);
  vertical-align: middle;
}

.std-form .hourrange span {
  background: var(--section-background);
  float: left;
  position: relative;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  border-radius: 5px 0 0 5px;
  margin-right: -10px;
  font-size: 0.6875em;
}

.std-form .hourrange select {
  width: 75px !important;
  margin-right: 10px;
  float: left;
}

.button-label {
  background: var(--secondary-theme-color);
  color: #fff;
  border-radius: 20px;
  padding: 0 20px;
  line-height: 35px;
  height: 35px;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
}

.button-label + input {
  display: none;
}

.grid-form {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-columns: min-content;
  gap: 20px;
  align-items: center;
  margin-bottom: 30px;
}

.grid-form div {
  text-align: center;
}

.grid-form label {
  display: block;
  text-align: right;
}

.grid-form + .submit-box {
  text-align: center;
}

.autocomplete-suggestions {
  position: absolute;
  background: var(--section-background);
  width: 100%;
  z-index: 10;
  font-size: 0.75em;
  color: #88aadd;
  top: 35px;
  border-radius: 5px;
}

.autocomplete-suggestions span {
  display: block;
  cursor: pointer;
  padding: 3px 5px;
}

.autocomplete-suggestions span:hover {
  background: var(--main-theme-color);
  color: #fff;
}

.button-label + .bordered-section {
  margin-top: 5px;
}

.bordered-section {
  padding: 15px 20px 15px 120px;
  border: 1px solid var(--secondary-theme-color);
  border-radius: 10px;
}

.facilityselection .std-form {
  margin-bottom: 0;
}

.facilityselection .std-form .submit-box {
  padding-left: 0;
}

.facilityselection .std-form label {
  width: 90px;
  margin-left: -100px;
}

.facilityselection .bordered-section p {
  margin: 20px 0 10px;
  font-size: 0.875em;
  font-weight: 500;
}

.suggested-facility {
  background: var(--main-theme-color);
  color: #fff;
  padding: 10px 15px;
  border-radius: 10px;
  display: block;
  margin-right: 1%;
  margin-bottom: 20px;
  cursor: pointer;
}

.facility-item {
  border-radius: 10px;
  border: 2px solid var(--main-theme-color);
  display: block;
  margin-top: 20px;
  position: relative;
}

.button + .facility-item {
  clear: both;
}

.facility-item p {
  display: grid;
  grid-template-columns: 1fr 2fr;
}

.facility-item p * {
  padding: 10px;
}

.facility-item p:first-of-type * {
  padding-top: 20px;
}

.facility-item p:last-of-type * {
  padding-bottom: 20px;
}

.facility-item p strong {
  background: var(--main-theme-color);
  color: #fff;
  font-size: 0.75em;
  text-align: right;
}

.facility-item p span {
  font-size: 0.875em;
}

.facility-item button {
  cursor: pointer;
  border: 0 none;
  padding: 5px;
  margin: 0;
  position: absolute;
  top: 5px;
  right: 5px;
}

.facility-item button::before {
  content: "x";
  color: #666;
}

.searchable-select {
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  background: var(--section-background);
  border-radius: 5px;
}

.searchable-select > span {
  padding: 3px 15px;
  color: #fff;
  background: var(--main-theme-color);
  border-radius: 20px;
  font-size: 0.75em;
  font-weight: 500;
  line-height: 19px;
}

.searchable-select > span label {
  display: inline;
}

.searchable-select > span button {
  display: inline;
  border: 0 none;
  background: none;
  color: #fff;
  padding: 0;
  margin: 0 0 0 10px;
}

.searchable-select > span button::before {
  content: "x";
}

.searchable-select input {
  border: 0 none !important;
  padding: 0 !important;
  outline: none;
  height: 25px !important;
  line-height: 25px !important;
  width: auto !important;
}

/* form end */

/* slider */

.arrow-slider {
  position: relative;
  padding: 0 112px;
}

.arrow-slider .nav button {
  position: absolute;
  background: var(--secondary-theme-color);
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.arrow-slider .nav button:first-child {
  left: -10px;
}

.arrow-slider .nav button:last-child {
  right: -10px;
}

.arrow-slider .nav button::before {
  width: 12px;
  height: 7px;
  content: "";
  background: url("img/bullet.svg") no-repeat center center;
  filter: var(--white-filter);
}

.arrow-slider .nav button:first-child::before {
  transform: rotate(90deg);
}

.arrow-slider .nav button:last-child::before {
  transform: rotate(270deg);
}

/* slider end */

/* home */

.welcome-screen {
  margin-top: -75px;
  margin-bottom: 60px;
  position: relative;
}

.top-banner {
  position: relative;
}

.top-banner > img {
  display: block;
  object-position: center;
  object-fit: cover;
  width: 100%;
  max-height: 535px;
}

.top-banner .wrapper div {
  position: absolute;
  z-index: 1;
  padding-left: 20px;
  top: 90px;
}

.top-banner .wrapper div p {
  font-weight: 200;
  font-size: 2.375em;
  margin-bottom: 5px;
  color: #fff;
  margin-bottom: 10px;
  margin-left: 75px;
}

.top-banner a {
  margin-left: 75px;
}

.home-sections section {
  padding: 40px 0;
}

.home-sections section:nth-child(odd) {
  background: var(--section-background);
}

.infographics {
  display: flex;
  justify-content: space-between;
}

.infographics li {
  text-align: center;
}

.infographics img {
  display: inline-block;
  margin-bottom: 30px;
  width: 80px;
}

.infographics span {
  display: block;
  font-weight: bold;
}

/* home end */

/* search */

.search-container {
  background: rgba(0, 59, 149, 0.8);
  position: absolute;
  top: 245px;
  z-index: 1;
  padding: 25px 20px;
  border-radius: 15px;
  box-sizing: border-box;
  width: 51%;
  margin-left: 75px;
}

.search-container form ul {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  grid-auto-columns: min-content;
  gap: 1px;
}

.search-container form li {
  position: relative;
}

.search-container input {
  background: #fff;
  color: var(--main-theme-color);
  height: 47px;
  line-height: 47px;
  padding: 0 20px;
  border: 0 none;
  width: 100%;
  box-sizing: border-box;
}

.search-container input::placeholder {
  color: var(--main-theme-color);
}

.search-container form li:first-child input {
  border-radius: 15px 0 0 15px;
}

.search-container form li:nth-child(2) input {
  border-radius: 0 15px 15px 0;
}

.search-container .submit-box {
  padding-left: 9px;
}

.search-container button {
  background: var(--secondary-theme-color);
  color: #fff;
  font-weight: 500;
  padding: 0 30px;
  border-radius: 15px;
  height: 47px;
  font-size: 1.125em;
}

.search-container .autocomplete-suggestions {
  top: 47px;
  background: #fff;
}

.search-container .autocomplete-suggestions span {
  padding: 10px 20px;
}

/* search end */

.contact {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
}

.contact .std-form label {
  display: block;
  width: 100%;
  text-align: left;
}

.contact .std-form .field-container {
  width: 100%;
}

.contact .std-form input,
.contact .std-form select {
  width: 100%;
  box-sizing: border-box;
}

.contact .std-form .submit-box {
  padding-left: 0;
}

.contact {
  margin-bottom: 20px;
}

.menu .content {
  position: fixed;
  z-index: 10;
  box-sizing: border-box;
  width: 400px;
  height: 100vh;
  overflow: auto;
  top: 0;
  right: 0;
  background: var(--main-theme-color);
  padding: 20px 30px;
  transform: translate(100%, 0);
  transition: transform 0.4s ease;
  border-left: 1px solid #fff;
}

.menu .content.open {
  transform: none;
}

.menu .content > span {
  font-size: 1.5em;
  display: block;
  margin-bottom: 30px;
}

.menu .content button {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: 20px;
}

.menu li {
  margin-bottom: 10px;
  font-size: 1.25em;
}

/* login */

.login-form {
  display: flex;
  padding: 10px 0;
}

.login-form li {
  width: 200px;
  margin-right: 1px;
}

.login-form .submit-box {
  width: auto;
  margin-left: 9px;
  margin-right: 0;
}

.login-form input {
  background: #fff;
  color: var(--main-theme-color);
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  border: 0 none;
  width: 100%;
  box-sizing: border-box;
}

.login-form input::placeholder {
  color: var(--main-theme-color);
}

.login-form li:first-child input {
  border-radius: 15px 0 0 15px;
}

.login-form li:nth-child(2) input {
  border-radius: 0 15px 15px 0;
  margin: 0 10px 0 1px;
}

.login-form + p {
  font-size: 0.75em;
  color: #fff;
  padding-left: 10px;
}

.login-form + p a {
  margin-right: 10px;
  color: var(--main-theme-color-light);
}

/* login end */
