body{font-family:'Inter',sans-serif;background:#E1D5CC}
.fs-inter{font-family:'Inter',sans-serif}
.logo-img{max-width:230px}
.navbar{background:#E1D5CC;padding:15px 0}
.navbar-brand{font-weight:600;letter-spacing:2px}
.custom-navbar{background:#E1D5CC;padding:15px 0}
.navbar-toggler{font-size:24px;color:#000}
@media (max-width: 991px) {
.navbar-collapse{background:#f7f5ef;padding:10px;border-radius:10px}
div#navbarMenu{position:absolute;top:75px;width:100%;left:0;right:0;z-index:9;padding:10px 0;border-radius:0}
.navbar-collapse a{font-size:18px}
}
.hero{position:relative;overflow:hidden}
.hero img{width:100%;height:100%;object-fit:cover}
.hero-content{position:absolute;top:53%;left:21%;transform:translateY(-50%);color:#fff;max-width:340px;text-align:center}
.hero-content h1{font-size:56px;font-weight:600}
.hero-content .desc{font-size:18px;opacity:.9;text-transform:uppercase;margin-bottom:4px}
.desc-lower{font-size:14px;opacity:.9}
.btn-register{border:1px solid #fff;color:#fff;padding:8px 20px;margin-top:10px}
.form-section{background:#b88a63;color:#fff;padding:50px 30px;margin-top:-80px;position:relative;z-index:2}
.fs-xs{font-size:10px}
.form-section .form-control{background:transparent;border:2px solid #fff;color:#fff;outline:none;border-radius:2px}
.form-section .form-control:focus,.form-section .form-control:hover,.form-section .form-control:active{background:transparent;outline:none;box-shadow:none}
.form-section .form-control::placeholder{color:#eee}
.form-check-label{margin-left:5px}
.fs-md-txt{font-size:14px}
.btn-submit{background:#fff;color:#000;font-weight:500;padding:10px 25px}
.btn-submit:hover{outline:2px solid #fff!important}
footer{text-align:center;padding:45px 0}
footer h2{letter-spacing:5px;font-weight:500}

/* Footer (Arkfield-style) */
.site-footer{
  padding:56px 0;
  border-top:1px solid rgba(0,0,0,.12);
}
.footer-inner{
  max-width:1200px;
  margin:0 auto;
}
.footer-address{
  font-size:13px;
  line-height:1.55;
  letter-spacing:.2px;
  color:rgba(0,0,0,.85);
}
.footer-label{
  font-weight:500;
  letter-spacing:.3px;
}
.footer-link{
  color:rgba(0,0,0,.9);
  text-decoration:none;
  border-bottom:1px solid rgba(0,0,0,.35);
}
.footer-link:hover{
  color:#000;
  border-bottom-color:rgba(0,0,0,.7);
}
.footer-logo-img{
  width:min(240px, 70vw);
  height:auto;
  opacity:.92;
}
.footer-social{
  gap:12px;
}
.footer-social-link{
  width:38px;
  height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(0,0,0,.18);
  border-radius:999px;
  color:rgba(0,0,0,.8);
  text-decoration:none;
  transition:transform .15s ease, border-color .15s ease, background-color .15s ease, color .15s ease;
}
.footer-social-link:hover{
  transform:translateY(-1px);
  border-color:rgba(0,0,0,.35);
  background:rgba(255,255,255,.35);
  color:#000;
}
.max-w-90{max-width:50%;margin:auto}
.label-title{font-size:14px;margin-bottom:8px;display:block}
.custom-check-group{display:flex;gap:20px;margin-top:5px}
.custom-check{position:relative;padding-left:28px;cursor:pointer;font-size:14px;user-select:none;display:flex;align-items:center}
.custom-check input{position:absolute;opacity:0;cursor:pointer}
.checkmark{position:absolute;left:0;top:50%;transform:translateY(-50%);height:16px;width:16px;border:2px solid #fff;background:transparent;border-radius:2px}
.custom-check input:checked ~ .checkmark{background:#fff}
.custom-check input:checked ~ .checkmark::after{content:"\f00c";font-family:"Font Awesome 6 Free";font-weight:900;position:absolute;font-size:10px;color:#b8875e;top:50%;left:50%;transform:translate(-50%,-50%)}
.custom-check:hover .checkmark{border-color:#ddd}


@media (min-width: 1200px){

    .hero-content {
        top:60%!important;
    }
    /* Covers most MacBooks */
    .hero-content h1 {
        font-size: 126px;
    }
    .hero-content .desc {
        font-size: 24px;
        margin-top:10%;
    }

    .desc-lower {
        font-size: 18px;
    }

    .hero-content {
        position: absolute;
        top: 53%;
        left: 18%;
        max-width: 600px;
    }
    .btn-register { 
        font-size: 30px;
    }
  }


@media (max-width: 1200px) {
    .hero img{height:100%}
}
@media (max-width: 768px) {
.hero img{height:350px}
.hero-content h1{font-size:30px}
.form-section{margin-top:0}
}
@media (max-width: 664px) {
.hero-content{position:absolute;top:53%;left:10%}
.centermobile{justify-content:center!important}
.form-section{padding:30px 20px}
footer{text-align:center;padding:30px 0}
.site-footer{padding:40px 0}
}