/* fonts */
@charset "UTF-8";
@font-face{font-family:made-mirage-medium;src:url(https://www.duchyhomes.co.uk/hubfs/_2025/Website/DuchyHomes/FontFiles/MADEMirageMedium.otf); format('opentype');font-weight:200;font-style:normal}
@font-face{font-family:AzoSansRegular;src:url(https://www.duchyhomes.co.uk/hubfs/_2025/Website/DuchyHomes/FontFiles/AzoSansRegular.woff); format('woff');font-weight:200;font-style:normal}
@font-face{font-family:AzoSansMedium;src:url(https://www.duchyhomes.co.uk/hubfs/_2025/Website/DuchyHomes/FontFiles/AzoSansMedium.woff); format('woff');font-weight:200;font-style:normal}
@font-face{font-family:AzoSansBold;src:url(https://www.duchyhomes.co.uk/hubfs/_2025/Website/DuchyHomes/FontFiles/AzoSansBold.woff); format('woff');font-weight:200;font-style:normal}

body hs-cmsf-branding {
  display: none !important;/* Removes HS branding */
}
h1 {
  color: white;
  text-align: center;
  font-size: 30px;
}
h2 {
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
}

.register-container h2 {
  margin-bottom: 30px;
}

h3 {
  font-size: 15px;
}
h5 {
  font-size: 13px;
}
h1, h2, h3, h4, h5 {
  margin: 0;
  line-height: 1.25;
}
h2, h3, h4, h5 {
  font-family: AzoSansMedium;
  width: 100%;
  float: left;
}
img {
  max-width: 100%;
}
.masterwrap {
  position: relative;
  margin: auto;
  width: calc(100% - 60px);
  max-width: 1440px;
}
.logo {
  float: left;
  width: 200px;
  margin-top: 7px;
}
.logo img {
  width: 100%!important;
  filter: none!important;
  margin-top: 14px!important;
}

/* Navigation */
.navcontainer {
  position: fixed;
  top: 0;
  width: 100%;
  height: 84px;
  line-height: 70px;
  z-index: 9999; /* On top of all page content minus offcanvas */
  transition: all 0.5s ease;
}
.navcontainer-scroll {
  background: #164649!important;
}
.navcontainer button, .offcanvas-header button {
  background: none;
  border: 0;
  margin-top: -6px;
  position: relative;
  float: right;
  color: #fff;
  width: auto;
  text-align: right;
  padding-right: 0;
}
.navcontainer img {
  float: right;
  width: 30px;
  filter: invert(1);
  margin-top: 20px;
  margin-left: 15px;
}
.offcanvas-header img {
  float: right;
  width: 40px;
  filter: invert(1);
  margin-top: -6px;
  margin-left: 2px;
}
.offcanvas-header button {
  margin-top: -3px;
}
.NavSubHeader {
  color: #c5b48e;
  text-transform: uppercase;
  float: left;
  clear: both;
  width: 100%;
  margin: 20px 0 5px 0;
}
.NavSubHeader:first-child {
  margin: 0 0 5px 0;
}
.navlink {
  float: left;
  color: #fff;
  text-decoration: none;
  margin: 5px 0 0 0;
  width: auto;
  display: block;
  clear: both;
  line-height: 20px;
}
.offcanvas-header h5 {
  font-size: 15px;
}
.nav-social a:first-child {
  margin-left: -20px;
}
.nav-social {
  float: left;
  width: 100%;
  display: flex;
}
.offcanvas-header span svg {
  float: left;
  margin: -1px 10px 0 0;
  width: 25px;
  filter: invert(1);
}
.offcanvas-footer span svg {
  margin-right: unset;
  margin-left: 20px;
  width: 20px;
  filter: invert(1);
}
.nav-copyright {
  float: left;
  width: 100%;
  margin-top: 15px;
  border-top: 1px solid #ffffff14;
  padding-top: 10px;
}

/* Hero Banner */
.hero-overlay {
  position: absolute;
  background: #000;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
} 
.hero-title-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 60px);
}


/* Sticky Nav */
.StickyBar {
  z-index: 9998;
  height: 50px;
  width: 100%;
  line-height: 50px;
  overflow: hidden;
  opacity: 0;
  background: #123739;
  color: #fff;
  font-size: inherit;
  position: fixed;
  top: 84px;
  transition: all 0.5s ease;
}
.StickyBar-scroll {
  opacity: 1;
}
.StickyBar .divider {
  float: right;
  margin: 0 15px;
}
.StickyBar .fordesk {
  display: none;
}
.offcanvas-body h3:first-child {
  margin-top: 0;
}
.offcanvas-body h3 {
  float: left;
  width: 100%;
  margin: 25px 0 5px 0;
  font-size: 18px;
  letter-spacing: 1px;
}
.offcanvas-body .divider {
  float: left;
  margin: 0 15px;
}
.sticky-phone {
  float: left;
  text-decoration: none;
  color: inherit;
}
.phone {
  color: inherit;
  text-decoration: none;
}
.sticky-appointment, .sticky-contact {
  float: right;
  text-decoration: none;
  color: inherit;
}
.phone:hover, .sticky-appointment:hover, .sticky-contact:hover {
  color: #57c7cf;
}
.hide {
  display: none;
}
.show {
  display: block;
}

/* Calculator */
.calculator-card {
  background-color: #ffffff;
  padding: 25px;
  margin: 25px 0;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
}
.results {
  background-color: #f1f5f9;
  padding: 25px;
  border-radius: 10px;
}
.calcinput, .results {
  width: 100%;
}

/* Form */
.hsfc-ReCaptchaV2, .hsfc-FieldLabel {
  display:none!important
}
.hsfc-Step__Content {
  padding: 0 0 0 0 !important;
}
.hsfc-ErrorAlert {
  margin: 0px 10px 10px 10px;
  float: left;
  color: #b40606 !important;
  font-weight: bold;
  font-size: 12px !important;
}
input[type=number],input[type=email],input[type=tel],input[type=text],select {
  height: 40px;
  margin: 10px;
  float: left;
  -webkit-appearance:none;
  font-family:inherit;
  padding: 10px 20px;
  border-radius: 10px;
  border: none !important;
  font-size: 13px;
  outline: 0;
  background: #1a282e;
  color: #fff;
}
.hsfc-PhoneInput__FlagAndCaret {
  height: 40px;
  border: none !important;
  border-right: 3px solid #eeeeee !important;
}
.hsfc-Button {
  background: #184649 !important;
}
.disclaimer {
  font-size: 11px;
  line-height: 17px;
  margin-top: 50px;
}

/* Modules */
.intro-container {
  overflow: hidden;
  margin: 60px auto 30px auto;
  text-align: center;
  max-width: 720px;
  position: relative;
}
.intro-header h2 {
  color: #143739;
}
.intro-header h5 {
  color: #480202;
  font-family: AzoSansMedium;
}
.promo-mob {
  float: left;
  width: 100%;
  display: block;
  margin: 30px 0; 
}
.promo-desk {
  display: none;
}
.promo-block, .promo-image {
  float: left;
  width: 100%;
}
.promo-block {
  border-radius: 10px;
  overflow: hidden;
  background-color: #164649;
  color: #fff;
}
.promo-offer {
  float: left;
  padding: 30px;
  width: 100%;
  position: relative;
}
.promo-offer h2 {
  text-align: left;
}
.promo-offer h3 {
  margin: 0 0 15px 0;
  letter-spacing: 1px;
}
.promo-offer ul li {
  list-style: initial;
  margin: 0 0 15px 15px;
}
.promo-offer p {
  float: left;
}
.promo-offer p:first-child {
  margin-top: 10px
}
.promo-offer p:last-child {
  margin-bottom: 40px;
}
.promo-btn {
  margin: 25px 0 0 0;
  background: #143739;
  border-radius: 10px;
  color: #fff;
  float: left;
  padding: 10px 15px;
  position: relative;
  text-decoration: none;
  transition-duration: .3s;
}
.promo-btn:hover {
  color: #fff;
  background: #143739;
}
.carousel-container {
  background: #164649;
  float: left;
  width: 100%;
  padding: 75px 0 100px 0;
}
.carousel-container h2 {
  color: #fff;
  text-align: center;
}
.services-carousel {
  float: left;
  width: 100%;
  margin: 30px 0;
}
.infocard {
  font-family: AzoSansRegular;
  float: left;
  overflow: hidden;
  opacity: 1;
}
.infocard .copy-container {
  padding: 25px;
  position: relative;
}
.infocard .copy-container h3 {
  float: left;
  width: 100%;
  margin: 0 0 12px 0;
  letter-spacing: 1px;
}
.slick-track {
  display: flex !important;
}
.slick-slide {
  height: inherit !important;
  border-radius: 10px;
  overflow: hidden;
  background: #12373a;
}
.contact-container, .register-container, .openhours-container, .accordion-container {
  float: left;
  margin: 15px 0;
  width: 100%;
}
.contact-container {
  display: flex;
  flex-wrap: wrap;
}
.opening-hours-table {
  width: 100%;
}
.openhours-container p {
  margin: 0 0 25px 0;
}
.register-container, .openhours-container {
  background: white;
  border-radius: 10px;
  padding: 30px;
}
.pagefooter {
  background-color: #1a282e;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  padding: 30px 0;
  position: relative;
  float: left;
  margin-top: 15px;
}
.hsfc-NavigationRow__Buttons {
  float: left;
  margin: -30px 0 0 0;
}

@media only screen and (min-width: 550px) { 
  h1 {
    font-size: 35px;
    line-height: 55px;
  }
}

@media only screen and (min-width: 720px) {
  .promo-mob {
    display: none;
  }
  .promo-desk {
    float: left;
    width: 100%;
    display: block;
    margin: 50px 0;
  }
  .promo-block {
    display: flex;
  }
  .promo-image {
    width: 50%;
    background-size: cover;
    background-position: center;
  }
  .promo-offer {
    padding: 50px;
    width: 50%;
  }
  .calculator-card {
    flex-wrap: nowrap;
  }
  .calcinput, .results {
    width: 50%;
  }
}

@media only screen and (min-width: 960px) { 
  .masterwrap {
    width: calc(100% - 100px);
  }
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
  .fixedStickyBar .divider {
    margin: 0 30px;
  }
  .fixedStickyBar .fordesk {
    display: contents;
  }
  .contact-container, .register-container, .openhours-container, .accordion-container {
    margin: 25px 0;
  }
  .contact-container {
    flex-wrap: wrap;
  }
  .register-container {
    width: calc(100% - 425px);
    margin: 0 25px 0 0;
    padding: 50px;
    border-radius: 10px;
  }
  .openhours-container {
    width: 375px;
    margin: 0 0 0 25px;
    padding: 45px 50px 50px 50px;
    border-radius: 10px;
  }
  .pagefooter {
    margin-top: 25px;
  }
}