:root {
  --colorPrimary: #650a34;
  --colorSecondary: #146da5;
  --colorBtn: #ffffff;
  --bgDesk: url('../images/banner/banner-1.png');
  --bgMob: url('../images/banner/banner-1.png');
}

/* CLS fix */
main.pload {
  min-height: 720px;
}

@media (max-width: 768px) {
  main.pload {
    min-height: 560px;
  }
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}

body {
  font-family: Roboto, system-ui, sans-serif;
  font-size-adjust: 0.52;
}

small {
  display: inline-block;
  line-height: 20px;
  min-height: 20px;
}

#loader {
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 1040;
}

.loader-text {
  display: block;
  text-align: center;
  color: #d7d7d7;
  font-family: Roboto, sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes loader {
  0% { filter: grayscale(0); }
  50% { filter: grayscale(100%); }
  100% { filter: grayscale(0); }
}

.iti__flag-container { display: none; }

.pardotForm .error,
.pardotForm .name_error,
.pardotForm .email_error,
.pardotForm .mobile_error,
.pardotForm .message_error {
  color: #dc3545;
  font-size: 13px;
  margin: 2px 0 6px;
  min-height: 18px;
  text-align: left;
  display: block;
}

section#mymap { height: 540px; }

button.btn.btn-sm.btn-outline-info.sectio-bro-btn.overflow-hidden.enqModal,
button.btn.btn-info.micro-form-btn.effetMoveGradient.submitBtn.enqModal {
  margin-bottom: 15px;
}

input#submitBtn { margin: 15px 0; }

.textcolor { color: #fff; }

a.drift-open-chat { color: #fff; }

p { text-align: justify; }

textarea.micro-form-field {
  width: 100%;
  resize: vertical;
}

.popbox-right .form-control,
#pardotFormSidebar .form-control,
#pardotFormSidebar .micro-form-field {
  height: calc(1.9em + -0.25rem + 1px);
  font-family: Roboto, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 0.25rem 0.3rem;
}

.popbox-right textarea.form-control,
#pardotFormSidebar textarea.form-control,
#pardotFormSidebar textarea.micro-form-field {
  height: auto;
  min-height: calc(1.9em + -0.25rem + 1px);
  font-family: Roboto, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 0.25rem 0.3rem;
}

.thankyou-text p {
  text-align: center !important;
}

@media (max-width: 768px) {
  .download-brochure .mob_brochure img {
    max-height: 144px;
    height: auto;
    width: auto;
    position: fixed;
    left: 5px;
    top: 35%;
    z-index: 999;
  }
}

.card-d-custom {
  width: 95%;
  justify-content: center;
  text-align: center;
  margin: 0 auto 15px;
}

.popmodal .modal-body > .d-flex {
  align-items: flex-start;
}

.popbox-left {
  align-self: flex-start !important;
}

.poplogo-box {
  text-align: center;
  align-self: flex-start;
  width: 100%;
}

.poplogo-box .popup-logo {
  padding-top: 0;
}

.poplogo-box .popup-logo img {
  margin-top: 0 !important;
}

@media only screen and (min-width: 992px) {
  .popbox-left .poplogo {
    max-width: 16vw;
    height: 4.9vw;
  }
}

.pro-title {
  font-size: 24px;
  line-height: 26px;
}

.pro-price {
  font-size: 22px;
}

@media only screen and (min-width: 992px) {
  .offer-text {
    font-size: 0.8vw !important;
  }
}

@media only screen and (min-width: 769px) {
  .micro-main-slider .mobileview {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .micro-main-slider .carousel-item img {
    width: 100%;
    height: auto;
    margin-top: 0;
    display: block;
  }

  .micro-main-slider .mobileview {
    margin-top: 56px;
  }

  .info-box {
    padding-top: 12px;
    text-align: center;
  }

  .info-box .pro-title {
    text-align: center !important;
    padding-top: 10px;
    margin-top: 0;
    line-height: 1.2;
  }

  .info-box .pro-add,
  .info-box .pro-dev {
    padding-left: 0;
    text-align: center;
  }

  .info-box .info-connectivity {
    text-align: center !important;
    padding: 0 12px;
  }

  .info-box .card-d-custom {
    text-align: center;
  }

  .info-box .card-d-custom .heading1,
  .info-box .card-d-custom .heading2 {
    text-align: center;
  }
}

.section-heading,
.section .section-heading,
.section h2,
.section .head,
.form-heading,
.modal-highlight-title,
.modal-title,
.modal-title-secondary {
  display: block;
  width: 100%;
  text-align: center !important;
}

@media only screen and (min-width: 992px) {
  h1.pro-title {
    text-align: center !important;
  }
}

.section-heading {
  font-size: 2vw;
  font-weight: 700;
  color: var(--colorPrimary);
  text-transform: capitalize;
}

.color-primary {
  color: var(--colorPrimary) !important;
}

.info-box .heading1,
.info-box .heading2,
.card-d .heading1,
.card-d .heading2 {
  font-size: 13px;
}

@media only screen and (min-width: 992px) {
  .info-box span.heading1,
  .info-box span.heading2 {
    font-size: 0.85vw;
  }
}

iframe {
  width: 100%;
  height: 38vh;
  border: 2px solid #d7d7d7;
}

@media only screen and (max-width: 1024px) {
  iframe { height: 32vh; }
}

@media only screen and (max-width: 992px) {
  iframe { height: 18vh; }
}

@media only screen and (max-width: 800px) {
  iframe { height: 26vh; }
}

@media only screen and (max-width: 768px) {
  iframe { height: 20vh; }
}

@media only screen and (max-width: 500px) {
  iframe { height: 50vh; }
}

.newlist {
  list-style: none;
  line-height: 25px;
  padding-left: 22px;
  text-align: left;
}

.newlist li:before {
  content: '✓';
  font-weight: 800;
  margin-right: 10px;
  font-size: 13px;
  margin-left: -22px;
}

.action-icon img {
  height: 22px;
  width: auto;
  margin-right: 7px;
}

.ft-main {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.35;
  gap: 10px;
}

.ft-left {
  width: auto;
  flex: 1 1 auto;
  text-align: left;
}

.ft-right {
  width: auto;
  flex: 0 0 auto;
}

.acceptcookies {
  font-size: 12px;
  padding: 5px 16px;
  line-height: 1.2;
  white-space: nowrap;
  background-color: var(--colorPrimary) !important;
  border-color: var(--colorPrimary) !important;
  color: #fff !important;
}

.acceptcookies:hover,
.acceptcookies:focus {
  background-color: #4d0828 !important;
  border-color: #4d0828 !important;
  color: #fff !important;
}

@media (min-width: 320px) and (max-width: 767px) {
  .ft-main {
    display: flex;
    flex-wrap: wrap;
    padding: 6px 10px;
    font-size: 11px;
  }

  .ft-left {
    width: 100%;
    text-align: left;
  }

  .ft-right {
    width: 100%;
    text-align: right;
  }

  .acceptcookies {
    margin-top: 4px;
    margin-left: 0 !important;
    font-size: 11px;
    padding: 4px 14px;
  }
}

.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  color: #ecf0f1;
  background: #212327;
  padding: 0;
  min-height: 0;
}

.cookiealert.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  transition-delay: 1000ms;
}

.cookiealert a,
.cookiealert a:hover,
.cookiealert a:focus {
  color: #9dd3ff !important;
  text-decoration: underline;
}

.cookiealert .acceptcookies {
  margin-left: 0;
  vertical-align: middle;
}

#developer .section-heading {
  text-align: center !important;
  color: var(--colorPrimary);
}

#developer .row:has(.rera-box) {
  justify-content: center;
}

#developer .rera-box {
  text-align: center;
  margin: 0 auto;
  display: inline-block;
}

#developer .rera-details p {
  text-align: center !important;
}

#developer .rera-img {
  margin-left: 0;
}

#developer .pro-rera {
  text-align: center !important;
}
