@font-face {
  font-family: "HelveticaNeueLTStd-Bd";
  src: url("../../fonts/HelveticaNeueLTStd-Bd.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueLTStd-Lt";
  src: url("../../fonts/HelveticaNeueLTStd-Lt.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueLTStd-Roman";
  src: url("../../fonts/HelveticaNeueLTStd-Roman.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}

.max-width-container {
  max-width: 1200px;
  margin: 0 auto;
}

.button-default {
  background-color: #003F96;
  color: white;
  padding: 12px 24px;
  box-sizing: border-box;
  border: none;
  cursor: pointer;
  position: relative;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: baseline;
}
.button-default:hover {
  background-color: gray;
  color: white;
}
.button-default.enquire-now {
  background-color: #003F96;
  color: white;
  padding: 10px 45px 10px 20px;
  transition: all 0.3s ease-out;
  font-family: "HelveticaNeueLTStd-Roman", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
}
@media screen and (min-width: 1200px) {
  .button-default.enquire-now {
    font-size: 18px;
    line-height: 1.2;
  }
}
.button-default.enquire-now::after {
  content: "";
  background-image: url("../../assets/icons/arrow_right.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 12%;
  right: 3%;
  width: 24px;
  height: 24px;
}
.button-default.enquire-now:hover {
  background-color: #ECFFFD;
  color: #003F96;
  outline: 1px solid #003F96;
}
.button-default.enquire-now:hover::after {
  background-image: url("../../assets/icons/arrow_right_hover.svg");
}

.hero-section {
  position: relative;
  width: 100%;
  height: auto;
}
.hero-section .wrapper .banner {
  position: relative;
  z-index: 0;
}
.hero-section .wrapper .banner picture .banner-image {
  width: 100%;
  height: 620px;
  display: block;
  object-fit: cover;
  aspect-ratio: 50/23;
}
@media screen and (min-width: 768px) {
  .hero-section .wrapper .banner picture .banner-image {
    height: 700px;
  }
}
@media screen and (min-width: 1024px) {
  .hero-section .wrapper .banner picture .banner-image {
    height: 600px;
  }
}
.hero-section .wrapper .content {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
  width: fit-content;
  height: fit-content;
  max-width: 85vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
}
@media screen and (min-width: 768px) {
  .hero-section .wrapper .content {
    top: 25%;
    left: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .hero-section .wrapper .content {
    top: 36%;
    left: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-section .wrapper .content {
    left: 80px;
  }
}
.hero-section .wrapper .content .title {
  width: fit-content;
  font-family: "HelveticaNeueLTStd-Bd", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -1.38px;
  color: #007973;
  padding-bottom: 10px;
}
@media screen and (min-width: 700px) {
  .hero-section .wrapper .content .title {
    font-size: 48px;
  }
}
.hero-section .wrapper .content .subtitle {
  font-family: "HelveticaNeueLTStd-Roman", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0px;
  color: #000000;
  padding-bottom: 17px;
}
@media screen and (min-width: 700px) {
  .hero-section .wrapper .content .subtitle {
    font-size: 24px;
  }
}
.hero-section .wrapper .divider {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 32px;
  margin-top: -4px;
  background-color: #003F96;
}

.key-features-section .wrapper {
  padding: 34px 16px 60px;
}
@media screen and (min-width: 600px) {
  .key-features-section .wrapper {
    padding-inline: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .key-features-section .wrapper {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .key-features-section .wrapper {
    padding-inline: 80px;
  }
}
.key-features-section .wrapper .section-heading {
  width: max-content;
  margin: 0 auto;
  padding-bottom: 28px;
}
.key-features-section .wrapper .section-heading .heading {
  width: max-content;
  font-family: "HelveticaNeueLTStd-Bd", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -1.08px;
  color: #000000;
}
.key-features-section .wrapper .featured-cards-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 30px;
  column-gap: 18px;
}
.key-features-section .wrapper .featured-cards-wrapper .card {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
@media screen and (min-width: 600px) {
  .key-features-section .wrapper .featured-cards-wrapper .card {
    width: 48%;
  }
}
@media screen and (min-width: 1024px) {
  .key-features-section .wrapper .featured-cards-wrapper .card {
    width: 33.33%;
    max-width: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .key-features-section .wrapper .featured-cards-wrapper .card {
    max-width: 334px;
  }
}
.key-features-section .wrapper .featured-cards-wrapper .card .card-banner {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 40/19;
  border: 1px solid #707070;
  border-radius: 16px;
}
.key-features-section .wrapper .featured-cards-wrapper .card .card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.key-features-section .wrapper .featured-cards-wrapper .card .card-content .card-heading {
  width: 90%;
  font-family: "HelveticaNeueLTStd-Bd", sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #000000;
  text-align: left;
}
.key-features-section .wrapper .featured-cards-wrapper .card .card-content .card-desc {
  font-family: "HelveticaNeueLTStd-Lt", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #000000;
  text-align: left;
}

.explore-range-section .wrapper {
  padding-inline: 16px;
}
@media screen and (min-width: 400px) {
  .explore-range-section .wrapper {
    padding-inline: 20px;
  }
}
@media screen and (min-width: 600px) {
  .explore-range-section .wrapper {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .explore-range-section .wrapper {
    padding: initial;
    padding-inline: 80px;
  }
}
.explore-range-section .wrapper .section-heading {
  width: fit-content;
  padding-bottom: 30px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .explore-range-section .wrapper .section-heading {
    width: max-content;
  }
}
.explore-range-section .wrapper .section-heading .heading {
  width: fit-content;
  font-family: "HelveticaNeueLTStd-Bd", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -1.08px;
  color: #000000;
  text-align: center;
}
@media screen and (min-width: 400px) {
  .explore-range-section .wrapper .section-heading .heading {
    font-size: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .explore-range-section .wrapper .section-heading .heading {
    width: max-content;
  }
}
.explore-range-section .wrapper .product-categories-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  padding-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .explore-range-section .wrapper .product-categories-wrapper {
    flex-wrap: nowrap;
    gap: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .explore-range-section .wrapper .product-categories-wrapper {
    gap: 30px;
  }
}
.explore-range-section .wrapper .product-categories-wrapper .category {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  transition: all 0.3s ease;
}
.explore-range-section .wrapper .product-categories-wrapper .category:active .category-banner {
  background-color: #ECFFFD;
  border: 2px solid #10218A;
}
.explore-range-section .wrapper .product-categories-wrapper .category:active .category-heading {
  color: #10218A;
}
.explore-range-section .wrapper .product-categories-wrapper .category:hover .category-heading {
  color: #10218A;
}
.explore-range-section .wrapper .product-categories-wrapper .category .category-banner {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 1/1;
  padding: 16px;
  min-width: 220px;
  min-height: 220px;
  max-width: 300px;
  max-height: 300px;
  background-color: #FFFFFF;
  border: 1px solid #707070;
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 450px) {
  .explore-range-section .wrapper .product-categories-wrapper .category .category-banner {
    width: 160px;
    min-width: initial;
    min-height: initial;
  }
}
@media screen and (min-width: 600px) and (max-width: 900px) {
  .explore-range-section .wrapper .product-categories-wrapper .category .category-banner {
    width: 140px;
  }
}
@media screen and (min-width: 1200px) {
  .explore-range-section .wrapper .product-categories-wrapper .category .category-banner {
    width: 238px;
  }
}
.explore-range-section .wrapper .product-categories-wrapper .category .category-banner:hover {
  background-color: #ECFFFD;
}
.explore-range-section .wrapper .product-categories-wrapper .category .category-banner.active {
  background-color: #ECFFFD;
  border: 2px solid #10218A;
}
.explore-range-section .wrapper .product-categories-wrapper .category .category-heading {
  font-family: "HelveticaNeueLTStd-Bd", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #000000;
  text-align: center;
}
@media screen and (min-width: 400px) {
  .explore-range-section .wrapper .product-categories-wrapper .category .category-heading {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .explore-range-section .wrapper .product-categories-wrapper .category .category-heading {
    font-size: 23px;
  }
}
.explore-range-section .wrapper .product-cards-wrapper .default {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding-bottom: 80px;
  transition: opacity 0.3s ease;
}
.explore-range-section .wrapper .product-cards-wrapper .default .product-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  gap: 40px;
}
@media screen and (min-width: 700px) {
  .explore-range-section .wrapper .product-cards-wrapper .default .product-card {
    padding: initial;
    flex-direction: row;
  }
  .explore-range-section .wrapper .product-cards-wrapper .default .product-card:nth-child(even) {
    flex-direction: row-reverse;
  }
  .explore-range-section .wrapper .product-cards-wrapper .default .product-card:not(:first-child) {
    padding-top: 40px;
    border-top: 2px solid #000000;
  }
  .explore-range-section .wrapper .product-cards-wrapper .default .product-card:last-child::after {
    content: "^Under standard test conditions.";
    display: block;
    position: absolute;
    bottom: 45px;
    left: 10px;
    font-family: "HelveticaNeueLTStd-Lt", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0px;
    color: #000000;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .explore-range-section .wrapper .product-cards-wrapper .default .product-card {
    gap: 100px;
  }
}
.explore-range-section .wrapper .product-cards-wrapper .default .product-card .card-banner {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  aspect-ratio: 1/1;
  max-width: 300px;
  max-height: 300px;
}
.explore-range-section .wrapper .product-cards-wrapper .default .product-card .card-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.explore-range-section .wrapper .product-cards-wrapper .default .product-card .card-content .card-heading {
  font-family: "HelveticaNeueLTStd-Bd", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #10218A;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .explore-range-section .wrapper .product-cards-wrapper .default .product-card .card-content .card-heading {
    font-size: 35px;
  }
}
.explore-range-section .wrapper .product-cards-wrapper .default .product-card .card-content .card-desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.explore-range-section .wrapper .product-cards-wrapper .default .product-card .card-content .card-desc span {
  font-family: "HelveticaNeueLTStd-Lt", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0px;
  color: #000000;
  text-align: left;
}
@media screen and (min-width: 700px) {
  .explore-range-section .wrapper .product-cards-wrapper .default .product-card .card-content .card-desc span {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .explore-range-section .wrapper .product-cards-wrapper .default .product-card .card-content .card-desc span {
    font-size: 22px;
  }
}
.explore-range-section .wrapper .product-cards-wrapper .visible {
  display: flex !important;
   
  opacity: 1;
}
.explore-range-section .wrapper .product-cards-wrapper .hidden {
  display: none;
  opacity: 0;
}
.explore-range-section #product-cards {
  scroll-margin-top: 40px;
}

.footer-section {
  border-top: 3px solid #10218A;
}
.footer-section .wrapper {
  padding: 60px 20px 60px;
}
@media screen and (min-width: 700px) {
  .footer-section .wrapper {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .footer-section .wrapper {
    padding-inline: 80px;
  }
}
.footer-section .wrapper .footer-top {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 600px) {
  .footer-section .wrapper .footer-top {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .footer-section .wrapper .footer-top {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.footer-section .wrapper .footer-top .footer-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
@media screen and (min-width: 600px) {
  .footer-section .wrapper .footer-top .footer-col {
    width: 33.33%;
  }
}
@media screen and (min-width: 1024px) {
  .footer-section .wrapper .footer-top .footer-col {
    width: initial;
  }
}
.footer-section .wrapper .footer-top .footer-col .col-heading {
  font-family: "HelveticaNeueLTStd-Bd", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #636466;
  cursor: default;
}
.footer-section .wrapper .footer-top .footer-col .col-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-section .wrapper .footer-top .footer-col .col-links li a {
  font-family: "HelveticaNeueLTStd-Roman", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0px;
  color: #636466;
  text-decoration: none;
  transition: all 0.4s ease;
}
.footer-section .wrapper .footer-top .footer-col .col-links li a:hover {
  color: #10218A;
  text-decoration: underline;
  text-underline-offset: 6px;
}
.footer-section .wrapper .footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: left;
  gap: 20px;
  padding-top: 30px;
  cursor: default;
}
@media screen and (min-width: 1200px) {
  .footer-section .wrapper .footer-bottom {
    flex-direction: row;
    gap: 0;
    justify-content: space-between;
  }
}
.footer-section .wrapper .footer-bottom .copyright {
  font-family: "HelveticaNeueLTStd-Roman", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0px;
  color: #636466;
}
@media screen and (min-width: 1024px) {
  .footer-section .wrapper .footer-bottom .copyright {
    width: max-content;
    white-space: nowrap;
  }
}
.footer-section .wrapper .footer-bottom .footer-bottom-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .footer-section .wrapper .footer-bottom .footer-bottom-links {
    width: max-content;
    flex-wrap: nowrap;
    white-space: nowrap;
    justify-content: flex-end;
  }
}
.footer-section .wrapper .footer-bottom .footer-bottom-links li {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.footer-section .wrapper .footer-bottom .footer-bottom-links li:not(:last-child)::after {
  content: "|";
  padding: 0 12px;
  color: #636466;
  font-size: 20px;
  height: 24px;
}
.footer-section .wrapper .footer-bottom .footer-bottom-links li a {
  font-family: "HelveticaNeueLTStd-Roman", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0px;
  color: #636466;
  text-decoration: none;
  transition: all 0.4s ease;
}
.footer-section .wrapper .footer-bottom .footer-bottom-links li a:hover {
  color: #10218A;
  text-decoration: underline;
  text-underline-offset: 6px;
}




.contact-popup-wrap {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(3px);
}

.popup-center {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 450px;
    max-height: fit-content;
    /*overflow-y: auto;*/
    margin: 0 16px;
    background:;
    border-radius: 10px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

/* ── Form wrapper ────────────────────────────────────────────── */
.contact-form-wrapper {
    padding: 36px 32px 28px;
    position: relative;
}

/* ── Close button ────────────────────────────────────────────── */
.close-popup {
    position: absolute;
    top: 14px;
    right: 18px;
    background: none;
    border: none;
    font-size: 26px;
    line-height: 1;
    color: #555;
    cursor: pointer;
    transition: color 0.2s;
}
.close-popup:hover { color: #003087; }

/* ── Heading ─────────────────────────────────────────────────── */
.form-title {
    font-size: 22px;
    font-weight: 700;
    color: #003087;
    margin-bottom: 4px;
}
.form-subtitle {
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

/* ── Alert banners ───────────────────────────────────────────── */
.form-alert {
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 13px;
    margin-bottom: 14px;
}
.form-alert.error {
    background: #fff0f0;
    border: 1px solid #f5c2c2;
    color: #c0392b;
}

/* ── Rows & groups ───────────────────────────────────────────── */
.form-row {
    display: flex;
    gap: 14px;
    margin-bottom: 14px;
    flex-wrap: wrap;
}

.form-group {
    flex: 1 1 calc(50% - 7px);
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.form-group.full-width {
    flex: 1 1 100%;
}

/* ── Inputs, selects, textarea ───────────────────────────────── */
.contact-form-wrapper input[type="text"],
.contact-form-wrapper input[type="email"],
.contact-form-wrapper input[type="tel"],
.contact-form-wrapper select,
.contact-form-wrapper textarea {
    width: 100%;
    padding: 9px 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 13px;
    color: #333;
    background: #fafafa;
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
    box-sizing: border-box;
}

.contact-form-wrapper input:focus,
.contact-form-wrapper select:focus,
.contact-form-wrapper textarea:focus {
    border-color: #003087;
    box-shadow: 0 0 0 3px rgba(0, 48, 135, 0.12);
    background: #fff;
}

.contact-form-wrapper select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 32px;
}

.contact-form-wrapper textarea {
    resize: vertical;
    min-height: 70px;
}

/* ── Error messages ──────────────────────────────────────────── */
.err-msg {
    font-size: 11px;
    color: #c0392b;
    margin-top: 3px;
    min-height: 14px;
}

/* ── Captcha row ─────────────────────────────────────────────── */
.captcha-row {
    align-items: center;
}

.captcha-img-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
}

.captcha-img-wrap img {
    height: 46px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: block;
}

.captcha-img-wrap button {
    background: none;
    border: none;
    font-size: 20px;
    color: #003087;
    cursor: pointer;
    padding: 0 4px;
    transition: transform 0.3s;
}
.captcha-img-wrap button:hover { transform: rotate(180deg); }

/* ── Checkbox ────────────────────────────────────────────────── */
.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 12px;
    color: #555;
    cursor: pointer;
    line-height: 1.5;
}
.checkbox-label input[type="checkbox"] {
    margin-top: 2px;
    accent-color: #003087;
    flex-shrink: 0;
}
.checkbox-label a {
    color: #003087;
    text-decoration: underline;
}

/* ── Submit button ───────────────────────────────────────────── */
.form-submit-btn {
    display: block;
    width: 100%;
    padding: 12px;
    margin-top: 8px;
    background: #003087;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s;
}
.form-submit-btn:hover:not(:disabled) { background: #0047c8; }
.form-submit-btn:active:not(:disabled) { transform: scale(0.98); }
.form-submit-btn:disabled { opacity: 0.65; cursor: not-allowed; }

/* ── Floating enquire button ─────────────────────────────────── */
.enquire-floating-btn {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 8888;
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
    transition: opacity 0.3s, transform 0.3s;
}
.enquire-floating-btn.show {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    width:100%;
}
.enquire-floating-btn a {
    display: inline-block;
    padding: 12px 22px;
    background: #003087;
    color: #fff;
    border-radius: 0px;
    text-align:center;
    width:100%;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(0, 48, 135, 0.35);
    cursor: pointer;
    transition: background 0.2s;
    font-family: "HelveticaNeueLTStd-Lt";
}
.enquire-floating-btn a:hover { background: #0047c8; }

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 600px) {
    .contact-form-wrapper { padding: 28px 18px 20px; }
    .form-row { flex-direction: column; gap: 10px; }
    .form-group { flex: 1 1 100%; }
    .captcha-row { flex-direction: row; flex-wrap: wrap; }
}





.photo-businesses {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 999999;
    overflow-y: auto;
    padding: 20px 10px;
    align-items: center;
    justify-content: center;
}

/* Show popup when active */
.photo-businesses.active,
.photo-businesses.show {
    display: flex !important;
}

/* Container */
.photo-businesses .form-container,
.photo-businesses .form-container2,
.photo-businesses .container {
    width: 100%;
    max-width: 420px;
    margin: auto;
    padding: 0;
}

/* Layer 1 - Main Form Container */
.photo-businesses #layer1 {
    position: relative;
    background: #003da5;
    border-radius: 12px;
    padding: 35px 25px 30px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.5);
    max-height: 85vh;
    overflow-y: auto;
}

/* Custom Scrollbar */
.photo-businesses #layer1::-webkit-scrollbar {
    width: 8px;
}

.photo-businesses #layer1::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
}

.photo-businesses #layer1::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.3);
    border-radius: 10px;
}

.photo-businesses #layer1::-webkit-scrollbar-thumb:hover {
    background: rgba(255,255,255,0.5);
}

/* Remove default padding */
.photo-businesses .sticky,
.photo-businesses .padding-tb {
    padding: 0 !important;
    margin: 0 !important;
}

.photo-businesses .photo-business-form {
    background: transparent;
    padding: 0;
    margin: 0;
}

/* Close Button */
.photo-businesses .close-popup,
.close-popup {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
    background: none;
    border: none;
    line-height: 1;
    z-index: 10;
    padding: 0;
    width: 30px;
    height: 30px;
    opacity: 0.9;
    transition: opacity 0.3s;
}

.photo-businesses .close-popup:hover,
.close-popup:hover {
    opacity: 1;
}

/* Form Heading */
.photo-businesses .form-headding,
.photo-businesses .form-headding strong {
    color: #ffffff;
    font-size: 22px;
    margin: 0 0 8px 0;
    font-weight: bold;
    text-align: center;
    display: block;
    font-family: "HelveticaNeueLTStd-Lt";
}

/* Sub Heading */
.photo-businesses .sub-heading {
    color: #ffffff;
    margin: 0 0 20px 0;
    font-size: 13px;
    text-align: center;
    line-height: 1.4;
    font-family: "HelveticaNeueLTStd-Lt";
}

/* Error Message */
.photo-businesses .errormsg {
    color: #fff;
    background: rgba(255, 0, 0, 0.3);
    padding: 8px 10px;
    margin-bottom: 12px;
    border-radius: 4px;
    font-size: 13px;
    text-align: center;
    border: 1px solid rgba(255, 0, 0, 0.5);
    font-family: "HelveticaNeueLTStd-Lt";
}

/* Input Fields */
.photo-businesses .txtbox {
    width: 100%;
    padding: 12px 15px 6px;
    margin-bottom: 12px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    background: #ffffff;
    color: #333;
    box-sizing: border-box;
    font-family: "HelveticaNeueLTStd-Lt";
}

.photo-businesses .txtbox::placeholder {
    color: #999;
}

.photo-businesses .txtbox:focus {
    outline: 2px solid #ffb84d;
    outline-offset: 0;
}

/* Select Dropdowns */
.photo-businesses select.txtbox {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    padding-right: 40px;
    font-family: "HelveticaNeueLTStd-Lt";
}

/* Textarea */
.photo-businesses textarea.txtbox {
    resize: vertical;
    min-height: 70px;
    font-family: Arial, sans-serif;
}

/* Captcha Section */
.photo-businesses .form-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.photo-businesses .form-btn img {
    border: 1px solid #ddd;
    border-radius: 4px;
    background: white;
    display: block;
    /*height: auto;*/
}

.photo-businesses .form-btn a,
.photo-businesses .form-btn #reload {
    /*background: #ff9800;*/
    color: white;
    padding: 8px 15px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 13px;
    white-space: nowrap;
    cursor: pointer;
    transition: background 0.3s;
    font-family: "HelveticaNeueLTStd-Lt";
    border: none;
    display: inline-block;
}

.photo-businesses .form-btn a:hover,
.photo-businesses .form-btn #reload:hover {
    background: #f57c00;
}

/* Checkbox */
.photo-businesses .checkbox_msg {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 12px 0;
    font-size: 12px;
    color: #ffffff;
    line-height: 1.4;
}

.photo-businesses .checkbox-round {
    margin-top: 2px;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    cursor: pointer;
}

.photo-businesses .checkbox_link {
    color: #ffffff !important;
    text-decoration: underline;
    font-weight: 600 !important;
}

/* Submitting Text */
.photo-businesses #submitting {
    display: none;
    text-align: center;
    color: #ffffff;
    margin: 12px 0;
    font-weight: 600;
    font-style: italic;
}

/* Submit Button */
.photo-businesses #sub_button,
.photo-businesses input[type="submit"],
.photo-businesses button[type="submit"] {
    background: #ffffff;
    color: #003da5;
    padding: 12px 50px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 10px;
    text-transform: uppercase;
    display: block;
    width: auto;
    min-width: 150px;
}

.photo-businesses #sub_button:hover:not(:disabled),
.photo-businesses input[type="submit"]:hover:not(:disabled),
.photo-businesses button[type="submit"]:hover:not(:disabled) {
    background: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.photo-businesses #sub_button:disabled,
.photo-businesses input[type="submit"]:disabled,
.photo-businesses button[type="submit"]:disabled {
    background: #cccccc;
    color: #666;
    cursor: not-allowed;
    opacity: 0.6;
}

/* Form Wrapper */
.photo-businesses .contactFormMain {
    margin: 0;
    padding: 0;
}

/* Hide layer2 */
.photo-businesses #layer2 {
    display: none !important;
}

/* Spinner */
.fa-spinner {
    display: inline-block;
    animation: spin 1s linear infinite;
    margin-left: 5px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Responsive Design */
@media (max-width: 768px) {
    .photo-businesses {
        padding: 15px 10px;
    }
    
    .photo-businesses #layer1 {
        padding: 30px 20px 25px;
        max-height: 80vh;
    }
    
    .photo-businesses .form-headding,
    .photo-businesses .form-headding strong {
        font-size: 20px;
    }
    
    .photo-businesses .form-btn {
        flex-direction: column;
        align-items: stretch;
    }
    
    .photo-businesses .form-btn a,
    .photo-businesses .form-btn #reload {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .photo-businesses {
        padding: 10px 5px;
    }
    
    .photo-businesses .form-container,
    .photo-businesses .form-container2,
    .photo-businesses .container {
        max-width: 100%;
    }
    
    .photo-businesses #layer1 {
        padding: 25px 15px 20px;
        max-height: 75vh;
    }
    
    .photo-businesses .txtbox {
        padding: 10px 12px;
        font-size: 13px;
    }
    
    .photo-businesses #sub_button,
    .photo-businesses input[type="submit"],
    .photo-businesses button[type="submit"] {
        padding: 10px 30px;
        font-size: 14px;
    }
}

/* Fix for any conflicting styles */
.photo-businesses * {
    box-sizing: border-box;
}

.photo-businesses input,
.photo-businesses select,
.photo-businesses textarea,
.photo-businesses button {
    font-family: Arial, Helvetica, sans-serif;
}

/* Remove any default margins */
.photo-businesses p {
    margin: 0;
}

.photo-businesses br.d-none {
    display: none;
}

/* Normal text color */
.photo-businesses .normal_txt {
    color: #ffffff;
}

/* Center alignment for submit */
.photo-businesses div[align="center"] {
    text-align: center;
}
/*# sourceMappingURL=style.css.map */


.photo-businesses{
    position: fixed;
    inset: 0;
    display: none;
    z-index: 999999;
}

/* Dark background */
.photo-businesses .popup-overlay{
    position:absolute;
    inset:0;
    background: rgba(0,0,0,.75);
}

/* Center container */
.photo-businesses .popup-center{
    position: relative;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:15px;
}

/* Form box */
.photo-businesses .photo-business-form{
    background:#003da5;
    width:100%;
    max-width:420px;
    max-height:85vh;
    overflow-y:auto;
    padding:30px 25px;
    border-radius:12px;
    box-shadow:0 20px 50px rgba(0,0,0,.6);
    position:relative;
}

/* Close button */
.photo-businesses .close-popup{
    position:absolute;
    top:-45px;
    right:0;
    font-size:36px;
    color:#fff;
    background:none;
    border:none;
    cursor:pointer;
}

/* Mobile */
@media(max-width:768px){
    .photo-businesses .photo-business-form{
        max-height:90vh;
        border-radius:10px;
    }
}



.photo-businesses {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  
    z-index: 999999;
    overflow-y: auto;
    padding: 20px 10px;
}

/* Center Everything */
.photo-businesses .form-container,
.photo-businesses .form-container2,
.photo-businesses .container,
.photo-businesses .footer-description {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

/* Remove any wrapper backgrounds */
.photo-businesses #layer1,
.photo-businesses .sticky,
.photo-businesses .padding-tb {
    all: unset;
    display: block;
}

/* Main Form Container - Blue Background */
.photo-businesses .photo-business-form {
    position: relative;
    width: 100%;
    /*max-width: 400px;*/
    min-width:280px;
    background: #003da5 !important;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.5);
    margin: 20px auto;
    max-height: 85vh;
    overflow-y: auto;
}

/* Close Button (X) */
.photo-businesses .close-popup,
.close-popup {
    position: absolute;
    top: 5px;
    right: 20px;
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
    background: none;
    border: none;
    line-height: 1;
    z-index: 999999;
    padding: 0;
    width: 35px;
    height: 35px;
    opacity: 0.9;
    transition: opacity 0.3s;
}

.photo-businesses .close-popup:hover,
.close-popup:hover {
    opacity: 1;
    color: #ffffff;
}

/* Form Title */
.photo-businesses .form-headding,
.photo-businesses .form-headding strong {
    color: #ffffff !important;
    font-size: 22px;
    margin: 0 0 8px 0;
    font-weight: bold;
    text-align: center;
    display: block;
}

/* Subtitle */
.photo-businesses .sub-heading {
    color: #ffffff !important;
    margin: 0 0 20px 0;
    font-size: 13px;
    text-align: center;
    line-height: 1.4;
}

/* Error Messages */
.photo-businesses .errormsg {
    color: #fff !important;
    background: rgba(255, 0, 0, 0.3);
    display:none;
    padding: 8px 10px;
    margin-bottom: 12px;
    border-radius: 4px;
    font-size: 13px;
    text-align: center;
    border: 1px solid rgba(255, 0, 0, 0.5);
}

/* Input Fields - White Background */
.photo-businesses .txtbox {
    width: 100% !important;
    padding: 12px 15px;
    margin-bottom: 8px;
    border: none !important;
    border-radius: 6px;
    font-size: 14px;
    background: #ffffff !important;
    color: #333 !important;
    box-sizing: border-box;
}

.photo-businesses .txtbox::placeholder {
    color: #999 !important;
}

.photo-businesses .txtbox:focus {
    outline: 2px solid #ffb84d;
    outline-offset: 0;
}

/* Select Dropdowns */
.photo-businesses select.txtbox {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    padding-right: 40px;
}

/* Textarea */
.photo-businesses textarea.txtbox {
    resize: vertical;
    min-height: 70px;
    font-family: Arial, sans-serif;
}

/* Captcha Section */
.photo-businesses .form-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.photo-businesses .form-btn img {
    border: 1px solid #ddd;
    border-radius: 4px;
    background: white;
    display: block;
}

/* Captcha Button - Orange */
.photo-businesses .form-btn a,
.photo-businesses .form-btn #reload {
    /*background: #ff9800 !important;*/
    color: white !important;
    padding: 8px 15px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 13px;
    white-space: nowrap;
    cursor: pointer;
    transition: background 0.3s;
    border: none;
    display: inline-block;
}

.photo-businesses .form-btn a:hover,
.photo-businesses .form-btn #reload:hover {
    background: #f57c00 !important;
}

/* Checkbox Section */
.photo-businesses .checkbox_msg {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 12px 0;
    font-size: 12px;
    color: #ffffff !important;
    line-height: 1.4;
}

.photo-businesses .checkbox-round {
    margin-top: 2px;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    cursor: pointer;
    font-family: "HelveticaNeueLTStd-Lt";
}

.photo-businesses .checkbox_link {
    color: #ffffff !important;
    text-decoration: underline;
    font-weight: 600 !important;
}

/* Submitting Text */
.photo-businesses #submitting {
    display: none;
    text-align: center;
    color: #ffffff !important;
    margin: 12px 0;
    font-weight: 600;
    font-style: italic;
}

/* Submit Button - White Background */
.photo-businesses #sub_button,
.photo-businesses input[type="submit"],
.photo-businesses input[name="btnsubmit"] {
    background: #ffffff !important;
    color: #003da5 !important;
    padding: 12px 50px;
    border: none !important;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
    margin: 10px auto 0;
    text-transform: uppercase;
    display: block;
    width: auto;
    min-width: 150px;
}
.error{
    color:red;
}

.photo-businesses #sub_button:hover:not(:disabled),
.photo-businesses input[name="btnsubmit"]:hover:not(:disabled) {
    background: #f0f0f0 !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.photo-businesses #sub_button:disabled,
.photo-businesses input[name="btnsubmit"]:disabled {
    background: #cccccc !important;
    color: #666 !important;
    cursor: not-allowed;
    opacity: 0.6;
}

/* Hide Layer2 */
.photo-businesses #layer2 {
    display: none !important;
}

/* Normal Text Color */
.photo-businesses .normal_txt {
    color: #ffffff !important;
}

/* Custom Scrollbar */
.photo-businesses .photo-business-form::-webkit-scrollbar {
    width: 8px;
}

.photo-businesses .photo-business-form::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
}

.photo-businesses .photo-business-form::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.3);
    border-radius: 10px;
}

/* Responsive */
@media (max-width: 768px) {
    .photo-businesses {
        padding: 15px 10px;
    }
    
    /*.photo-businesses .photo-business-form {*/
    /*    padding: 30px 20px 25px;*/
    /*    max-height: 80vh;*/
    /*}*/
    
    .photo-businesses .form-headding {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .photo-businesses {
        padding: 10px 5px;
    }
    
    /*.photo-businesses .photo-business-form {*/
    /*    max-width: 100%;*/
    /*    padding: 25px 15px 20px;*/
    /*    max-height: 75vh;*/
    /*}*/
}
/* ===== Popup Box ===== */
.photo-businesses .photo-business-form{
    background:#23408f;
    width:100%;
    max-width:420px;
    border-radius:14px;
    padding:15px;
    box-shadow:0 25px 60px rgba(0,0,0,.5);
    color:#fff;
    max-height:90vh;
    overflow-y:auto;
}

/* ===== Heading ===== */
.photo-businesses .form-headding{
    font-size:26px;
    font-weight:700;
    text-align:center;
    margin-bottom:5px;
    color:#fff;
}

.photo-businesses .sub-heading{
    text-align:center;
    font-size:14px;
    opacity:.9;
    margin-bottom:10px;
}

/* ===== Inputs ===== */
.photo-businesses .txtbox,
.photo-businesses select.txtbox{
    width:100%;
    height:34px;
    padding:10px 14px;
    border-radius:6px;
    border:none;
    background:#fff;
    color:#333;
    font-size:14px;
    margin-bottom:8px;
}

.photo-businesses textarea.txtbox{
    min-height:70px;
    resize:none;
}

/* ===== Select Arrow ===== */
.photo-businesses select{
    appearance:none;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat:no-repeat;
    background-position:right 12px center;
    background-size:16px;
}

/* ===== Captcha ===== */
.photo-businesses .form-btn{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:14px;
}

.photo-businesses .form-btn img{
    border-radius:4px;
    border:1px solid #ddd;
}

/* Try Another */
.photo-businesses .form-btn a{
    color:#fff;
    font-size:13px;
    text-decoration:underline;
    cursor:pointer;
}

/* ===== Checkbox ===== */
.photo-businesses .checkbox_msg{
    display:flex;
    gap:8px;
    font-size:13px;
    line-height:1.4;
    margin:12px 0 20px;
}

.photo-businesses .checkbox_msg a{
    color:#fff;
    text-decoration:underline;
}

/* ===== Submit Button ===== */
.photo-businesses input[type="submit"]{
    width:100%;
    height:44px;
    background:#fff;
    color:#23408f;
    font-size:16px;
    font-weight:700;
    border:none;
    border-radius:6px;
    cursor:pointer;
    transition:.25s;
}

.photo-businesses input[type="submit"]:hover{
    background:#f2f2f2;
    transform:translateY(-1px);
}

/* ===== Close Button ===== */
.photo-businesses .close-popup{
    position:absolute;
    top:5px;
    /*right:0;*/
    left:90%;
    font-size:32px;
    color:#fff;
    border:none;
    background:none;
    cursor:pointer;
}

/* ===== Scrollbar ===== */
.photo-businesses .photo-business-form::-webkit-scrollbar{
    width:6px;
}
.photo-businesses .photo-business-form::-webkit-scrollbar-thumb{
    background:rgba(255,255,255,.3);
    border-radius:10px;
}
.privacy{
    font-family: "HelveticaNeueLTStd-Lt";
}
.tm-change{
    font-size:14px;
}

.enquire-btn{
    width:100%;
    background-color: #004b9b;
    padding:15px 0px;
    text-align: center;
}
.enquire-btn-link{
    width:100%;
    color:white;
    font-size:24px;
    font-weight:400;
    font-family: "HelveticaNeueLTStd-Lt";
    cursor:pointer;
}
/* Sticky Enquire Button */
.enquire-btn {
    position: fixed; /* distance from top */           /* adjust as needed */
    z-index: 9999;
    bottom:0px;
    opacity: 0;
    cursor:pointer;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

/* Visible state */
.enquire-btn.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.enquire-btn-link {
    color: #fff;
    padding: 12px 20px;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.enquire-btn:hover {
    background: #003f7d;
}
.banner-enq-btn{
    position:absolute;
    bottom:70px;
    right:35%;
    background-color: #004b9b;
    color:white;
    font-size:18px;
    padding:10px;
    border-radius:5px;
    border:none;
    cursor:pointer;
}
@media (max-width:767px){
   .banner-enq-btn{
       /*right:50%;*/
       bottom:10px;
       right: 0;
        left: 0;
        margin: auto;
        bottom: 10px;
        width: fit-content;
   }
}
.range{
    background-color: #E6E9F2;
    text-align:center;
    font-size:30px;
    font-weight:600;
    font-family: "HelveticaNeueLTStd-Lt";
    padding-top:30px;
}
.field-error {
  color: red;
  font-size: 12px;
  display: block;
  margin: 4px 0px;
  font-family: "HelveticaNeueLTStd-Lt";
}
.input-error {
  border: 1px solid red;
}
