@import url("./color-scheme.a53a8e712a52.css");

/*--------------------services section--------------------*/

body {
  background-color: whitesmoke !important;
}

.list-group {
  border: none !important;
  border-color: white !important;
}

.sticky {
  background: #eee;
  height: 10rem;
  width: 10rem;
  flex-grow: 1;
  flex-basis: 300px;
  position: sticky !important;
  top: 2rem;
  /* center the text */
  display: flex;
  align-items: center;
  justify-content: center;
}

.sticky1 {
  position: absolute !important;
  bottom: 0;
  width: 100%;
  height: 60px;
  /* Set the fixed height of the footer here */
  line-height: 60px;
  /* Vertically center the text there */
}

.rec {
  padding-top: 50px;
  padding-bottom: 50px;
}

.sign-up {
  color: var(--link-text);
  text-decoration: none;
}

.sign-up:hover {
  color: var(--link-hover);
}

.down-link {
  color: var(--link-hover);
  text-decoration: none;
}

.down-link:hover {
  color: var(--link-hover);
}

.center-bold {
  text-align: center;
  font-weight: bold;
}

h3 {
  padding-top: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  color: rgb(92, 184, 92) !important;
}

/* p{
    padding-left: 5rem;
    padding-right: 3rem;
    } */

.caption {
  text-align: center !important;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-left: 1%;
  padding-right: 1%;
  font-weight: 700;
  background-color: whitesmoke;
}

@media (max-width: 576px) {
  .caption {
    padding-top: 5%;
    padding-bottom: 5%;
  }
}


.img1 {
  background-image: url("../images/homepage_box_image_xl_comp.43505a0e51b2.jpg");
  background-position: 67% 55%;
  background-size: auto 200%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  width: 100vw;
  min-height: 90vh;
  max-width: 100%;
  margin: 0;
  position: relative;
  display: flex;
  background-color: #4e916e;
}

@media (min-width: 576px) {
  .img1 {
    background-position: 50% 55%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    width: 100vw;
    min-height: 90vh;
    max-width: 100%;
    margin: 0;
    position: relative;
    display: flex;
  }

}

@media (hover: none) {
  .img1 {
    background-attachment: scroll;
  }
}

#banner-container {
  padding-top: 5em;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: start;
}

#banner-container h1,
#banner-container h5,
#banner-container a {
  text-align: center;
  color: white;
}


#banner-container a {
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 1.2em;
}



#headline-partner-header {
  padding-top: 0;
  font-weight: bold;

}

#partners-banner {
  background-color: whitesmoke;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}

#partners-banner .row {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#partners-banner img {
  height: 80px;
  margin-left: auto;
  margin-right: auto;
}

#partners-banner img.seai-logo-banner {
  height: 60px;
  margin: auto;
}

#partners-banner img.fbd-logo {
  width: 172px;
  margin: auto;
}

@media (max-width: 576px) {
  #partners-banner img {
    margin-bottom: 10%;
  }
}

#mid-explainer-row {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}

.main-page {
  background-color: whitesmoke;
}

.partner-img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}


#banner-text {
  padding-left: 10px;
  font-size: 1.4em;
}

#begin-button .btn {
  margin-top: 2.5em;
}


#begin-button .btn.btn-outline-success {
  border-color: var(--base-green);
  color: white;
  background-color: var(--base-green);
  font-weight: bold;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
}

@media screen and (min-width: 576px) {
  #banner-text-container {
    background: none;
    border-left: 5px solid var(--base-green);
  }

  #banner-text-container h1 {
    font-size: 2em;
  }

  #banner-text-container h2 {
    font-size: 1.5em;
  }

  #banner-text {
    padding-left: 10px;
    font-size: 1.875em;
  }

  #begin-button .btn.btn-outline-success {
    border-radius: 0.3rem;
  }

  #begin-button .btn {
    margin-top: 1.4em;
  }
}


#begin-button .btn.btn-outline-success:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(92, 184, 92);
}

/** Explainer cards */
.explainer-card-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  flex-grow: 1;
}

@media (max-width: 576px) {
  .explainer-card-container.benefits-desc {
    margin-top: 10%;
  }
}

.explainer-card {
  max-width: 550px;
  flex-grow: 1;
}

.explainer-card .card-title {
  color: white;
  background-color: var(--base-green);
  padding-top: 0.4em;
  padding-left: 0.8em;
  padding-bottom: 0.4em;
  margin-bottom: 0;
  text-align: center;
}

.explainer-card .card-body {
  min-height: 285px;
  background-color: var(--base-green);
  color: white;
  flex-grow: 1;
}

.benefit-rows {
  height: 100%;
}

.benefit-icon-svg {
  height: 45px;
}

.benefit-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
}

.benefit-text {
  text-align: center;
  padding-left: 1em;
}


#map-sb-col1 {
  z-index: 1;
  padding-right: 0px;
  padding-left: 5%;
}

#map-sb-col2 {
  margin-left: -5%;
  padding-right: 0px;
  padding-left: 0px;
}

.map-sidebar {
  background-image: linear-gradient(to bottom right, #c1eac1, #deffbd);
  border-radius: 10%;
  height: 100%;
  z-index: 1;
  padding-top: 5px;
}

.map-sidebar-b {
  margin-left: -5%;
  background-image: linear-gradient(to bottom right, #deffbd, #f2f2f2);
  border-radius: 0% 10% 10% 0%;
  height: 100%;
  padding-left: 15%;
  padding-top: 5px;
}

.map-container {
  position: relative;
}

.map-row {
  justify-content: center;
  margin-bottom: 2%;
}

.ireland-map {
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}

.county-path {
  fill: grey;
}

.county-path:hover {
  fill: red;
}

.upgrade-map-detail {
  margin-left: 10%;
}

.upgrade-header {
  font-size: 20px;
  font-size: max(1.7vw, 1.2rem);
  font-weight: 500;
}

.upgrade-text {
  font-size: 20px;
  font-size: max(1.3vw, 1rem);
  font-weight: 500;
}

.upgrade-save-text {
  font-size: 20px;
  font-size: max(1.3vw, 1rem);
  font-weight: 500;
  color: #87194C;
}

.upgrade-detail-in-row {
  height: 100%;
}

.house-icon-container {
  border-style: dotted;
  border-color: black;
  width: 45%;
  display: block;
  margin: 10% auto;
}

#house-icon {
  height: 100%;
}

#house-type-container {
  margin-top: -5%;
  margin-bottom: 10%;
}

.icon-container {
  width: 60px;
  display: block;
  margin: 15px auto 15px auto;
}

.icon-container-b {
  width: 60px;
  display: block;
  margin: 15px auto 15px auto;
}

#save-icon {
  height: 100%;
}

#savings-hr {
  width: 80%;
  margin: 0 auto;
}

.map-detail-divider {
  border-top: 1px solid black;
  width: 80%;
  margin: 0 auto;
}

.map-homeinfo {
  text-align: center;
}

.saving-map-info {
  text-align: center;
}

.county-ber-img {
  width: 40%;
}

/*
Scale COLOURS
#005800
#077806
#119911
#4ba93e
#70b961
#91c983
#b0d9a5
#c5e984
#edf358
#f6da32
#ffc000
#ff9500
#ff6600
#eb4a22
#d32f2f
*/

#dial-back-1 {
  fill: #d32f2f;
}

#dial-back-2 {
  fill: #ff6600;
}

#dial-back-3 {
  fill: #ffc000;
}

#dial-back-4 {
  fill: #c5e984;
}

#dial-back-5 {
  fill: #70b961;
}

#dial-back-6 {
  fill: #119911;
}

#dial-back-7 {
  fill: #005800;
}

/** SECTION Registration modal required styles **/
/* New registration modal styles */
#autoaddress-manual-enter {
  display: none !important;
}

#homepage-address-input-container {
  min-width: 250px;
}

#homepage-address-input {
  border: none;
}

#hompage-address-btn {
  border-radius: 50%;
  padding: 0.375rem;
}


#address-input-flex {
  max-width: 100%;
  padding: 5px;
  background-color: white;
  border-radius: 10px;
}

@media (min-width: 992px) {
  #address-input-flex {
    width: 40%;
    min-width: 250px;
  }
}

.question-title {
  padding-top: 1rem;
  color: var(--base-green);
  text-align: center;
}

/* Password validation styles */
.valid-green {
  color: #3a7d34;
  font-size: 0.8em;
}

#pwd-info ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#pwd-info li {
  list-style-type: none;
  font-weight: normal;
  font-size: .875em;
  font-style: normal;

}

#pwd-info {
  position: absolute;
  top: 65px;
  top: 75px\9;
  /* IE Specific */
  right: 12px;
  width: 300px;
  padding: 15px;
  background: #fefefe;
  font-size: .875em;
  border-radius: 5px;
  box-shadow: 0 1px 3px #ccc;
  border: 1px solid #ddd;
  z-index: 100;
}

#pwd-info h5 {
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: normal;
}

#pwd-info::before {
  content: "\25B2";
  position: absolute;
  top: -12px;
  left: 45%;
  font-size: 14px;
  line-height: 14px;
  color: #ddd;
  text-shadow: none;
  display: block;
}

#pwd2-info {
  position: absolute;
  top: 65px;
  top: 75px\9;
  /* IE Specific */
  right: 12px;
  width: 300px;
  padding: 15px;
  background: #fefefe;
  font-size: .875em;
  border-radius: 5px;
  box-shadow: 0 1px 3px #ccc;
  border: 1px solid #ddd;
  z-index: 100;
}

#pwd2-info h5 {
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: normal;
}

#pwd2-info::before {
  content: "\25B2";
  position: absolute;
  top: -12px;
  left: 45%;
  font-size: 14px;
  line-height: 14px;
  color: #ddd;
  text-shadow: none;
  display: block;
}

.list-tick {
  list-style: none;
  /* Remove default bullets */
  color: #3a7d34;
  padding-left: 22px;
  line-height: 24px;
}

.list-tick::before {
  content: '\2713';
  font-size: large;
  color: var(--base-green);
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}

.list-X {
  list-style: none;
  /* Remove default bullets */
  color: #ec3f41;
  padding-left: 22px;
  line-height: 24px;
  font-size: 0.9rem;
}

.list-X::before {
  content: "\00d7";
  font-size: large;
  color: red;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}

.modal-brand-logo {
  max-width: 300px;
  width: 100%;
  /* Add a width */
}

.modal-header-cont {
  justify-content: space-between;
}

#mprn-find-question button {
  min-width: 30%;
}

@media (max-width: 992px) {
  .modal-header-cont {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #mprn-find-question button {
    min-width: 80%;
  }
}

#registration-modal .btn-close, #functionality-warning-modal .btn-close {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0.25rem;
}

.modal-brand-container {
  width: 300px;
  /* Add a width to the container */
}

.modal-intro-text p {
  text-align: justify;
}


.modal-intro-text, .final-consent-cont, #email-password-container {
  padding-left: 10%;
  padding-right: 10%;
}

.input-passwords {
  flex-direction: column;
  justify-content: space-between;
}


.input-mprn-number, .input-mprn-proof, #eircode-bypass-col, .input-ber-number {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
}

@media (min-width: 992px) {
  .input-passwords {
    flex-direction: row;
    justify-content: space-between;
  }
}


.input-mprn-number p, .input-mprn-proof p, .input-email p, .input-passwords p, #eircode-bypass-col p, .input-ber-number p {
  margin-bottom: 0;
  align-self: flex-start;
}

#no-ber-alerts, #cant-find-mprn-div {
  padding-left: 10%;
  padding-right: 10%;
}

#no-ber-alerts ul {
  
}

.no-ber-button-container .btn {
  width: 90%;
  height: 120px;
  font-size: small;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.no-ber-button-container .btn img {
  height: 60px;
}

.no-ber-button-container .btn .btn-text {
  font-weight: bold;
}

/** Bold all labels in the reg modal **/
#registration-modal label {
  font-weight: bold;
}

#terms-cons-text {
  font-size: small;
}

#registration-modal .modal-page {
  min-height: 320px;
  position: relative;
}

.alerts {
  color: red;
  font-size: 0.8em;
}

/* show/hide password */
#togglePassword {
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  padding-right: 5px;
  position: relative;
  z-index: 2;
  cursor: pointer; /* Add cursor pointer to indicate it's clickable */

}
/** LOADING Overlay Styles **/
.loading-overlay {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--off-white-color);
  z-index: 1100;
}

.custom-spinner.spinner-border {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 35%;
  bottom: 50%;
  margin-top: -50px;
  margin-bottom: -50px;
  left: 50%;
  margin-left: -100px;
  text-align: center;
  color: var(--base-green);
}


.loading-text {
  position: absolute;
  top: 65%;
  bottom: 50%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  color: var(--base-green);
  font-size: larger;
  font-weight: bold;
  width: 300px;
  justify-content: center;
}

.row.back-btn-row {
  height: 40px;
}

.modal-nav-back {
  position: absolute;
  bottom: 0;
  left: 0;
}

.modal-nav-forward {
  position: absolute;
  bottom: 0;
  right: 0;
}

/********************************** Slider ***********************************/

.slide img {
  height: 80px;
  margin-left: auto;
  margin-right: auto;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider
{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after
{
  display: table;
  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}