/*
Theme Name: Magnifica v 1.1
Theme URI: http://www.ansonika.com/magnifica/
Author: Ansonika
Author URI: http://themeforest.net/user/Ansonika/

[Table of contents] 

1. SITE STRUCTURE and TYPOGRAPHY
- 1.1 Typography
- 1.2 Buttons
- 1.3 Structure

2. CONTENT
- 2.1 Wizard
- 2.2 Success submit
- 2.3 Inner pages
- 2.4 Layout 2

3. COMMON
- 3.1 Misc
- 3.2 Spacing
- 3.3 Faq
- 3.4 Float Labels

/*============================================================================================*/
/* 1.  SITE STRUCTURE and TYPOGRAPHY */
/*============================================================================================*/
/*-------- 1.1 Typography --------*/
/* rem reference
10px = 0.625rem
12px = 0.75rem
14px = 0.875rem
16px = 1rem (base)
18px = 1.125rem
20px = 1.25rem
24px = 1.5rem
30px = 1.875rem
32px = 2rem
*/
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background: #00191D;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  font-family: "Poppins", Helvetica, sans-serif;
  color: #555;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
}

p {
  margin-bottom: 25px;
}

strong {
  font-weight: 500;
}

label {
  font-weight: 500;
  margin-bottom: 5px;
  color: #222;
}

hr {
  margin: 30px 0 30px 0;
  border-color: #ddd;
}

ul, ol {
  list-style: none;
  margin: 0 0 25px 0;
  padding: 0;
}

/*General links color*/
a {
  color: #36FF60;
  text-decoration: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
}
a:hover, a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}

a.animated_link {
  position: relative;
  text-decoration: none;
}

a.animated_link {
  position: relative;
  text-decoration: none;
}
a.animated_link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -5px;
  opacity: 1;
  left: 0;
  background-color: #2955a9;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.animated_link:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

a.animated_link.active {
  position: relative;
  text-decoration: none;
  color: #2955a9;
}
a.animated_link.active:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -5px;
  opacity: 1;
  left: 0;
  background-color: #2955a9;
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/*-------- 1.2 Buttons --------*/
a.btn_1,
.btn_1 {
  border: none;
  color: #fff;
  background: #2955a9;
  outline: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 12px 25px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-size: 0.875rem;
}
a.btn_1:hover,
.btn_1:hover {
  background-color: #0f293b;
}
a.btn_1.full-width,
.btn_1.full-width {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}
a.btn_1.small,
.btn_1.small {
  padding: 7px 10px;
  font-size: 13px;
  font-size: 0.8125rem;
}
a.btn_1.medium,
.btn_1.medium {
  font-size: 16px;
  font-size: 1rem;
  padding: 18px 30px;
}
a.btn_1.rounded,
.btn_1.rounded {
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -ms-border-radius: 25px !important;
  border-radius: 25px !important;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
a.btn_1.yellow,
.btn_1.yellow {
  background: #f8bd2c;
  color: #111;
}
a.btn_1.yellow:hover,
.btn_1.yellow:hover {
  background-color: #0f293b;
  color: #fff;
}

/*-------- 1.3 Structure --------*/
/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
}

[data-loader="circle-side"] {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  -webkit-animation: circle infinite .95s linear;
  -moz-animation: circle infinite .95s linear;
  -o-animation: circle infinite .95s linear;
  animation: circle infinite .95s linear;
  border: 2px solid #333;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}

#loader_form {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 999999;
  display: none;
}

[data-loader="circle-side-2"] {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  -webkit-animation: circle infinite .95s linear;
  -moz-animation: circle infinite .95s linear;
  -o-animation: circle infinite .95s linear;
  animation: circle infinite .95s linear;
  border: 2px solid #333;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}

@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
header {
  position: relative;
  padding: 0;
  background-color: #00191D;
  width: 100%;
  min-height: 50px;
}
header.header_in {
  background-color: #fff;
}
header .cd-nav-trigger {
  top: 0;
}
header #social {
  right: 80px;
  position: absolute;
  top: 5px;
}
@media (max-width: 991px) {
  header #social {
    right: 70px;
  }
}
header #social ul {
  margin: 0;
  padding: 0;
}
header #social ul li {
  float: left;
  margin: 0 5px 10px 0;
  list-style: none;
}
header #social ul li a {
  color: #555;
  text-align: center;
  line-height: 35px;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header #social ul li a:hover {
  color: #2955a9;
}

header .container-fluid {
    padding: 10px 30px !important;
    max-width: 100% !important;
    margin: 0 !important;
}

header .header-content {
    display: flex !important;
    align-items: center !important;
    position: relative !important;
    width: 100% !important;
    min-height: 50px;
}

header .logo-container {
    position: absolute !important;
    left: 30px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

header .logo-container a {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

header .logo-container img {
    margin: 0 !important;
    border-radius: 20px;
    padding: 4px;
    width: 150px;
    height: auto;
    display: block !important;
}

/* Mobile logo adjustment */
@media (max-width: 767px) {
    header .logo-container img {
        content: url('../img/emblem-white.svg');
        width: 40px; /* Adjust size for mobile */
        height: 40px;
        padding: 0;
    }
    
    header .title-container {
        padding-left: 60px; /* Add space for the smaller logo */
    }
}

header .title-container {
    width: 100% !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 50px;
}

header .title-container h1 {
    margin: 0 !important;
    color: #fff;
    font-size: 24px;
    padding: 0;
    display: inline-block !important;
    line-height: 1.2;
}

/*============================================================================================*/
/* 2.  CONTENT */
/*============================================================================================*/
/*-------- 2.1 Wizard --------*/
#form_container {
  background-color: #00191D;
  width: 100%;
  min-height: 460px;
  position: relative;
  overflow: hidden;
}

#left_form {
  background-color: #2955a9;
  min-height: 460px;
  color: #fff;
  text-align: center;
  padding: 90px 30px 30px 30px;
  box-sizing: border-box;
  position: relative;
  height: 100%;
}
@media (max-width: 991px) {
  #left_form {
    padding: 30px;
    min-height: inherit;
  }
}
#left_form h2 {
  font-weight: 500;
  color: #fff;
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 32px;
  margin-bottom: 25px;
}
#left_form h2 span {
  font-size: 20px;
  font-size: 1.25rem;
  display: block;
}
#left_form p {
  font-size: 16px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  a.purchase {
    display: none;
  }
}

a.mobile_btn {
  display: none;
}
@media (max-width: 767px) {
  a.mobile_btn {
    margin: 5px 0 30px 0;
    display: inline-block;
  }
}

a#more_info {
  width: 26px;
  height: 26px;
  color: #fff;
  position: absolute;
  line-height: 1;
  left: 15px;
  bottom: 15px;
  z-index: 2;
  font-size: 26px;
}

input#website {
  display: none;
}

#wizard_container {
  padding: 60px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  background-color: #00191D;
}

#wizard_container,
#wizard_container h3.main_question,
#wizard_container h3.main_question p,
#wizard_container h3.main_question i {
  color: #fff !important;
}

#wizard_container a {
  color: #36FF60 !important;
  text-decoration: none;
}

#wizard_container a:hover {
  color: #fff !important;
}

#wizard_container .form-group label {
  color: #fff !important;
}

#wizard_container .form-control {
  color: #fff !important;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

#wizard_container .form-control:focus {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: #36FF60;
  color: #fff !important;
}

/* Radio Button Styles */
#wizard_container input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #36FF60;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 10px;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.3s ease;
}

#wizard_container input[type="radio"]:hover {
  background-color: #36FF60;
}

#wizard_container input[type="radio"]:hover::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #00191D;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#wizard_container input[type="radio"]:checked {
  background-color: #36FF60;
}

#wizard_container input[type="radio"]:checked::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #00191D;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#wizard_container input[type="radio"]:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(54, 255, 96, 0.3);
}

#middle-wizard {
  width: 500px;
  min-height: 420px;
  display: flex;
  vertical-align: middle;
  align-items: center;
  margin: auto;
}
@media (max-width: 767px) {
  #middle-wizard {
    width: 100%;
    min-height: inherit;
  }
}

#middle-wizard .step {
  width: 100%;
}

h3.main_question {
  margin: 0 0 25px 0;
  padding: 0;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
  position: relative;
  color: #fff !important;
}

h3.main_question p {
  color: #fff !important;
  margin: 0;
  padding: 0;
}

h3.main_question a {
  color: #36FF60 !important;
  text-decoration: none;
}

h3.main_question a:hover {
  color: #fff !important;
}

h3.main_question i {
  display: none !important;
}
@media (max-width: 767px) {
  h3.main_question i {
    display: none !important;
  }
}

/* Wizard Buttons*/
button.backward,
button.forward,
button.submit {
  border: none;
  color: #36FF60;
  text-decoration: none;
  transition: background .5s ease;
  -moz-transition: background .5s ease;
  -webkit-transition: background .5s ease;
  -o-transition: background .5s ease;
  display: inline-block;
  cursor: pointer;
  outline: none;
  text-align: center;
  background: #00191D;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  line-height: 1;
  padding: 12px 30px;
}

button.backward {
  color: #777;
  background: #e8e8e8;
}

button[disabled] {
  display: none;
}

button.forward {
  background-color: #36FF60;
  color: #000;
  border: none;
  padding: 12px 30px;
  border-radius: 3px;
  font-weight: 600;
  transition: all 0.3s ease;
}

button.forward:hover {
  background-color: #000;
  color: #36FF60;
}

button.submit {
  background-color: #36FF60;
  color: #000;
  border: none;
  padding: 12px 30px;
  border-radius: 3px;
  font-weight: 600;
  transition: all 0.3s ease;
}

button.submit:hover {
  background-color: #000;
  color: #36FF60;
}

#top-wizard {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}

#progressbar {
  width: 100%;
  margin: 0;
  padding: 0;
}

.ui-progressbar {
  height: 8px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  #form_container {
    margin: 0;
    padding: 0;
  }
  
  #wizard_container {
    padding: 30px 15px;
  }
  
  #top-wizard {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}

#bottom-wizard {
  text-align: center;
}
@media (max-width: 767px) {
  #bottom-wizard {
    margin-top: 25px;
  }
}

.ui-widget-content {
  background-color: transparent;
}

.ui-widget-content a {
  color: #222222;
}

.ui-widget-header {
  background: #36FF60;
}

.ui-widget-header a {
  color: #222222;
}

.ui-progressbar {
  height: 8px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 0;
  padding: 0;
}

.ui-progressbar .ui-progressbar-value {
  background-color: #36FF60;
  height: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#location {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 15px;
  display: inline-block;
}

.summary h3 {
  margin-bottom: 25px;
}
.summary label {
  font-weight: 500;
}

/*-------- 2.2 Success submit --------*/
#success {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 190px;
  margin-top: -85px;
  margin-left: -150px;
  text-align: center;
}
#success h4 {
  font-weight: 400;
  margin: 20px 0 0 0;
  font-size: 18px;
  font-size: 1.125rem;
}
#success h4 span {
  display: block;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 21px;
  font-size: 1.3125rem;
}

@-webkit-keyframes checkmark {
  0% {
    stroke-dashoffset: 50px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-ms-keyframes checkmark {
  0% {
    stroke-dashoffset: 50px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes checkmark {
  0% {
    stroke-dashoffset: 50px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 240px;
  }
  100% {
    stroke-dashoffset: 480px;
  }
}
@-ms-keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 240px;
  }
  100% {
    stroke-dashoffset: 480px;
  }
}
@keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 240px;
  }
  100% {
    stroke-dashoffset: 480px;
  }
}
.inlinesvg .svg svg {
  display: inline;
}

.icon--order-success.svg:before {
  width: auto;
  margin: 0;
}

.icon--order-success svg path {
  -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
  animation: checkmark 0.25s ease-in-out 0.7s backwards;
}

.icon--order-success svg circle {
  -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
  animation: checkmark-circle 0.6s ease-in-out backwards;
}

/*-------- 2.3 Inner pages --------*/
/* Footer */
footer {
  padding: 30px 0;
  margin-top: auto;
  background-color: #00191D !important;
  width: 100%;
}

footer.footer_in {
  background-color: #00191D !important;
  width: 100%;
}

footer .container {
  background-color: #00191D !important;
  max-width: 100% !important;
  padding: 0 30px;
}

footer p {
  margin: 0;
  padding: 0;
  float: right;
  color: #fff;
}

footer ul {
  float: left;
  margin: 0;
  padding: 0;
}

footer ul li {
  float: left;
  margin-right: 15px;
}

footer ul li a {
  color: #fff;
}

footer ul li a:hover {
  color: #36FF60;
}

footer .animated_link:hover {
  color: #36FF60 !important;
}

#wizard_container .row {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 0 auto;
  max-width: 300px;
}

#wizard_container .col-lg-6 {
  flex: 0 1 auto;
  padding: 0;
  width: auto;
}

@media (max-width: 767px) {
  #wizard_container .row {
    flex-direction: row;
    gap: 20px;
  }
}

#wizard_container .step .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  margin: 0 auto;
  max-width: 600px;
  background: none !important;
}

#wizard_container .step .col-lg-6 {
  flex: 0 1 calc(50% - 10px);
  padding: 0;
  margin-bottom: 10px;
  background: none !important;
}

#wizard_container .step .form-group {
  margin-bottom: 0;
  background: none !important;
}

#wizard_container .step .container_radio {
  padding: 8px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  background: none !important;
}

#wizard_container .step .container_radio input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  border: 2px solid #36FF60;
  border-radius: 50%;
  background-color: transparent;
  margin: 0;
  order: -1;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

#wizard_container .step .container_radio input[type="radio"]:hover {
  background-color: #36FF60 !important;
}

#wizard_container .step .container_radio input[type="radio"]:hover::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #00191D;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#wizard_container .step .container_radio input[type="radio"]:checked {
  background-color: #36FF60 !important;
}

#wizard_container .step .container_radio input[type="radio"]:checked::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #00191D;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#wizard_container .step .container_radio .checkmark {
  display: none;
}

/* Status Section */
.status-section {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 20px 0;
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    position: relative;
    left: 0;
    right: 0;
}

.status-section p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    text-align: center;
    width: 100%;
    max-width: 100%;
    padding: 0 30px;
}

.status-section a {
    color: #36FF60;
    text-decoration: none;
    transition: color 0.3s ease;
    display: inline-block;
    margin-left: 5px;
}

.status-section a:hover {
    color: #fff;
}

/* Mobile adjustments */
@media (max-width: 767px) {
    #form_container {
        margin: 0;
        padding: 0;
    }
    
    #wizard_container {
        padding: 30px 15px;
    }
    
    #bottom-wizard {
        margin-top: 25px;
    }
    
    .main_question {
        margin: 0 0 25px 0;
        font-size: 18px;
    }
    
    .main_question p {
        margin-bottom: 15px;
    }
    
    .form-group {
        margin-bottom: 20px;
    }
    
    .form-group.add_top_30 {
        margin-top: 30px;
    }
    
    .step {
        padding: 15px 0;
    }
    
    button.backward,
    button.forward,
    button.submit {
        padding: 12px 25px;
        font-size: 16px;
    }
    
    .status-section {
        padding: 20px 0;
        margin-bottom: 20px;
    }
    
    footer {
        padding: 30px 0;
    }
    
    footer p {
        margin-bottom: 15px;
    }
    
    footer ul {
        margin-bottom: 15px;
    }
    
    footer ul li {
        margin-right: 15px;
    }
}
