* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body{
    font-family: "HelveticaNeueLTStd-Lt";
}

/*@font-face {*/
/*  font-family: "HelveticaNeueLTStd-Bd";*/
/*  src: url("../assets/fonts/HelveticaNeueLTStd-Bd.otf") format("opentype");*/
/*  font-weight: 700;*/
/*  font-style: normal;*/
/*  font-display: swap;*/
/*}*/
/*@font-face {*/
/*  font-family: "HelveticaNeueLTStd-Lt";*/
/*  src: url("../assets/fonts/HelveticaNeueLTStd-Lt.otf") format("opentype");*/
/*  font-weight: 500;*/
/*  font-style: normal;*/
/*  font-display: swap;*/
/*}*/
/*@font-face {*/
/*  font-family: "HelveticaNeueLTStd-Roman";*/
/*  src: url("../assets/fonts/HelveticaNeueLTStd-Roman.woff2") format("woff2");*/
/*  font-weight: 500;*/
/*  font-style: normal;*/
/*  font-display: swap;*/
/*}*/

@font-face {
  font-family: "HelveticaNeueLTStd-Bd";
  src: url("../assets/fonts/HelveticaNeueLTStd-Bd.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLTStd-Lt";
  src: url("../assets/fonts/HelveticaNeueLTStd-Lt.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLTStd-Roman";
  src: url("../assets/fonts/HelveticaNeueLTStd-Roman.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLTStd-Bd";
  src: url("font/HelveticaNeueLTStd-Bd.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLTStd-Lt";
  src: url("font/HelveticaNeueLTStd-Lt.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLTStd-Roman";
  src: url("font/HelveticaNeueLTStd-Roman.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.banner-section .banner-image {
  position: relative;
}
.banner-section .banner-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (min-width: 768px) {
  .banner-section .banner-image .mobile-image {
    display: none;
  }
}
.banner-section .banner-image .desktop-image {
  display: none;
}
@media (min-width: 768px) {
  .banner-section .banner-image .desktop-image {
    display: block;
  }
}
.banner-section .banner-image .banner-btn {
  position: absolute;
  left: 12%;
  bottom: 7%;
  color: #fff;
  z-index: 99;
  padding: 8px 10px 8px 20px;
  border: none;
  outline: none;
  background-color: #003f96;
  display: flex;
  align-items: center;
  font-family: "HelveticaNeueLTStd-Roman";
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
}
.banner-section .banner-image .banner-btn:hover {
  color: #003f96;
  background-color: #9ddfff;
}
@media (min-width: 768px) {
  .banner-section .banner-image .banner-btn {
    bottom: 44%;
    left: 56.5%;
  }
}
@media (min-width: 1280px) {
  .banner-section .banner-image .banner-btn {
    font-size: 20px;
    bottom: 48%;
  }
}
.banner-section .banner-image .banner-btn svg {
  margin-left: 12px;
}
@media (min-width: 1280px) {
  .banner-section .banner-image .banner-btn svg {
    width: 14px;
    height: 14px;
  }
}
.banner-section .banner-bottom {
  height: 32px;
  width: 100%;
  background-color: #003f96;
}

@font-face {
  font-family: "HelveticaNeueLTStd-Bd";
  src: url("font/HelveticaNeueLTStd-Bd.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLTStd-Lt";
  src: url("font/HelveticaNeueLTStd-Lt.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLTStd-Roman";
  src: url("font/HelveticaNeueLTStd-Roman.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.feature-section {
  max-width: 1274px;
  margin: 0 auto;
  padding: 0px 16px 20px 16px;
}
@media (min-width: 1280px) {
  .feature-section {
    padding: 0 0 46px 0;
  }
}
.feature-section .feature-title {
  font-family: "HelveticaNeueLTStd-Bd";
  text-align: center;
  font-size: 24px;
  line-height: 38px;
  letter-spacing: -1.08px;
  margin-bottom: 6px;
  margin-top: 34px;
}
@media (min-width: 1280px) {
  .feature-section .feature-title {
    font-size: 36px;
  }
}
.feature-section .feature-image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .feature-section .feature-image .mobile-image {
    display: none;
  }
}
.feature-section .feature-image .desktop-image {
  display: none;
}
@media (min-width: 768px) {
  .feature-section .feature-image .desktop-image {
    display: block;
  }
}


.projector-section {
  max-width: 1274px;
  margin: 0 auto;
}
.projector-section .projector-container {
  padding: 0px 16px 20px 16px;
}
@media (min-width: 1280px) {
  .projector-section .projector-container {
    padding: 0 0 34px 0;
  }
}
.projector-section .projector-container .projector-section-title {
  font-family: "HelveticaNeueLTStd-Bd";
  text-align: center;
  font-size: 24px;
  line-height: 38px;
  letter-spacing: -1.08px;
  margin-bottom: 20px;
}
@media (min-width: 1280px) {
  .projector-section .projector-container .projector-section-title {
    font-size: 36px;
    margin-bottom: 46px;
  }
}
.projector-section .projector-container .projector-content {
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  border-radius: 32px;
  background: linear-gradient(180deg, #dbe4ed 0%, #fff 20%, #ffffff 50%, #fff 80%, #dbe4ed 100%);
}
@media (min-width: 768px) {
  .projector-section .projector-container .projector-content {
    border-radius: 64px;
  }
}
@media (min-width: 1280px) {
  .projector-section .projector-container .projector-content {
    padding: 32px 40px;
  }
}
.projector-section .projector-container .projector-content .projector-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .projector-section .projector-container .projector-content .projector-item {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1280px) {
  .projector-section .projector-container .projector-content .projector-item {
    gap: 66px;
  }
}
@media (min-width: 768px) {
  .projector-section .projector-container .projector-content .projector-item:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
.projector-section .projector-container .projector-content .projector-item .projector-image {
  flex: 1;
  max-width: 552px;
}
.projector-section .projector-container .projector-content .projector-item .projector-image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.projector-section .projector-container .projector-content .projector-item .projector-item-content {
  flex: 1;
}
.projector-section .projector-container .projector-content .projector-item .projector-item-content .projector-item-name {
  font-size: 24px;
  line-height: 42px;
  color: #10218a;
  font-weight: 600;
  font-family: "HelveticaNeueLTStd-Bd";
  margin-bottom: 8px;
}
@media (min-width: 1280px) {
  .projector-section .projector-container .projector-content .projector-item .projector-item-content .projector-item-name {
    font-size: 35px;
  }
}
.projector-section .projector-container .projector-content .projector-item .projector-item-content .projector-item-specs {
  list-style: none;
}
.projector-section .projector-container .projector-content .projector-item .projector-item-content .projector-item-specs .item-specs {
  font-family: "HelveticaNeueLTStd-Lt";
  font-size: 16px;
  color: #000;
  line-height:normal;
  font-weight: 500;
  padding: 8px 0px;
}
.projector-section .projector-container .projector-content .projector-item .projector-item-content .projector-item-specs .item-specs sup{
    font-size:14px;
}
@media (min-width: 1280px) {
  .projector-section .projector-container .projector-content .projector-item .projector-item-content .projector-item-specs .item-specs {
    font-size: 20px;
  }
}
.projector-section .projector-container .projector-content .line-divider {
  height: 3px;
  width: 100%;
  background-color: black;
  margin-top: 30px;
  margin-bottom: 30px;
}
.projector-section .note {
  max-width: 1274px;
  margin: 0 auto;
  margin-top: 20px;
}
@media (min-width: 1280px) {
  .projector-section .note {
    margin-top: 38px;
  }
}
.projector-section .note p {
  margin-bottom: 2px;
  font-size: 8px;
  line-height: 11px;
  font-family: "HelveticaNeueLTStd-Roman";
}

@font-face {
  font-family: "HelveticaNeueLTStd-Bd";
  src: url("font/HelveticaNeueLTStd-Bd.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLTStd-Lt";
  src: url("font/HelveticaNeueLTStd-Lt.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLTStd-Roman";
  src: url("font/HelveticaNeueLTStd-Roman.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.faq-section .faq-container .section-heading {
  font-family: "HelveticaNeueLTStd-Bd";
  font-weight: 600;
  color: #ffffff;
  background-color: #003f96;
  padding-top: 14px;
  padding-bottom: 14px;
  text-align: center;
  font-size: 30px;
}
@media (min-width: 1280px) {
  .faq-section .faq-container .section-heading {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
.faq-section .faq-container .faq-content {
  max-width: 1274px;
  margin: 0 auto;
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1280px) {
  .faq-section .faq-container .faq-content {
    padding: 48px 0;
  }
}
.faq-section .faq-container .faq-content .faq-item .faq-question {
  font-family: "HelveticaNeueLTStd-Bd";
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #000;
}
@media (min-width: 1280px) {
  .faq-section .faq-container .faq-content .faq-item .faq-question {
    font-size: 23px;
    margin-bottom: 10px;
  }
}
.faq-section .faq-container .faq-content .faq-item .faq-answer {
  font-family: "HelveticaNeueLTStd-Lt";
  font-size: 14px;
  line-height: 18px;
  color: #000;
}
@media (min-width: 1280px) {
  .faq-section .faq-container .faq-content .faq-item .faq-answer {
    font-size: 15px;
  }
}


.footer-section .footer-container .top-line {
  height: 5px;
  width: 100%;
  background-color: #003f96;
}
.footer-section .footer-container .footer-content {
  max-width: 1274px;
  margin: 0 auto;
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .footer-section .footer-container .footer-content {
    flex-direction: row;
  }
}
@media (min-width: 1280px) {
  .footer-section .footer-container .footer-content {
    padding: 48px 0;
    gap: 90px;
  }
}
.footer-section .footer-container .footer-content .footer-column {
  flex: 1;
}
@media (min-width: 1280px) {
  .footer-section .footer-container .footer-content .footer-column {
    flex: unset;
  }
}
.footer-section .footer-container .footer-content .footer-column .footer-title {
  font-family: "HelveticaNeueLTStd-Roman";
  font-size: 18px;
  color: #636466;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 8px;
}
@media (min-width: 1280px) {
  .footer-section .footer-container .footer-content .footer-column .footer-title {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
.footer-section .footer-container .footer-content .footer-column .footer-list {
  list-style: none;
}
.footer-section .footer-container .footer-content .footer-column .footer-list .footer-item {
  margin-bottom: 6px;
}
.footer-section .footer-container .footer-content .footer-column .footer-list .footer-item a {
  font-family: "HelveticaNeueLTStd-Roman";
  text-decoration: none;
  font-size: 18px;
  line-height: 28px;
  color: #636466;
}
@media (min-width: 1280px) {
  .footer-section .footer-container .footer-content .footer-column .footer-list .footer-item {
    font-size: 18px;
  }
}
.footer-section .footer-bottom {
  max-width: 1274px;
  margin: 0 auto;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1280px) {
  .footer-section .footer-bottom {
    padding: 20px 0 20px 0;
    flex-direction: row;
    gap: 46px;
  }
}
.footer-section .footer-bottom .footer-copyright {
  font-family: "HelveticaNeueLTStd-Roman";
  font-size: 14px;
  line-height: 28px;
  color: #636466;
}
@media (min-width: 1280px) {
  .footer-section .footer-bottom .footer-copyright {
    font-size: 18px;
  }
}
.footer-section .footer-bottom .footer-bottom-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.footer-section .footer-bottom .footer-bottom-links .footer-bottom-link {
  text-decoration: none;
  line-height: 28px;
  color: #636466;
  font-family: "HelveticaNeueLTStd-Roman";
}/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */





/* Main wrapper */
/*#layer1 {*/
/*  width: 100%;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*}*/

/* Blue card */
/*.photo-business-form {*/
/*  max-width: 350px;*/
/*  width: 100%;*/
   /* Epson blue */
/*  padding: 22px 20px 20px;*/
/*  border-radius: 10px;*/
/*  box-shadow: 0 12px 35px rgba(0,0,0,0.3);*/
/*  font-family: Arial, sans-serif;*/
/*}*/

/* Heading */
/*.form-headding {*/
/*  color: #fff;*/
/*  font-size: 22px;*/
/*  font-weight: 700;*/
/*  text-align: center;*/
/*  margin-bottom: 6px;*/
/*}*/

/* Sub heading */
/*.sub-heading {*/
/*  color: #e5e9ff;*/
/*  font-size: 13px;*/
/*  text-align: center;*/
/*  margin-bottom: 16px;*/
/*}*/

/* Inputs & selects */
/*.photo-business-form .txtbox,*/
/*.photo-business-form select,*/
/*.photo-business-form textarea {*/
/*  width: 100%;*/
/*  height: 38px;*/
/*  margin-bottom: 10px;*/
/*  border-radius: 4px;*/
/*  border: none;*/
/*  padding: 8px 10px;*/
/*  font-size: 13px;*/
/*  background: #fff;*/
/*  color: #000;*/
/*  outline: none;*/
/*}*/

/* Dropdown arrows */
/*.photo-business-form select {*/
/*  appearance: none;*/
/*  background: #fff url("data:image/svg+xml;utf8,<svg fill='%23000' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 10px center;*/
/*  background-size: 16px;*/
/*}*/

/* Captcha row */
/*.form-btn {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: space-between;*/
/*  margin: 10px 0;*/
/*}*/

/* Captcha image */
/*#captcha {*/
/*  border-radius: 4px;*/
/*}*/

/* Reload */
/*#reload {*/
/*  color: #fff;*/
/*  font-size: 13px;*/
/*  text-decoration: underline;*/
/*}*/

/* Privacy checkbox */
/*.checkbox_msg {*/
/*  color: #fff;*/
/*  font-size: 11px;*/
/*  line-height: 1.4;*/
/*  display: flex;*/
/*  align-items: flex-start;*/
/*  gap: 6px;*/
/*  margin: 10px 0;*/
/*}*/

/* Submit button */
/*#sub_button {*/
/*  width: 100%;*/
/*  height: 38px;*/
/*  background: #fff;*/
/*  color: #1f3f93;*/
/*  border: none;*/
/*  border-radius: 4px;*/
/*  font-weight: bold;*/
/*  font-size: 14px;*/
/*  cursor: pointer;*/
/*  transition: 0.3s;*/
/*}*/

/*#sub_button:hover {*/
/*  background: #ffd200;*/
/*  color: #000;*/
/*}*/

/* Disabled submit */
/*#sub_button:disabled {*/
/*  opacity: 0.5;*/
/*  cursor: not-allowed;*/
/*}*/

/* Error text */
/*#errormsg {*/
/*  color: #ffd200;*/
/*  font-size: 12px;*/
/*  text-align: center;*/
/*  margin-bottom: 8px;*/
/*}*/

/* Mobile safe */
/*@media (max-width: 480px) {*/
/*  .photo-business-form {*/
/*    max-width: 100%;*/
/*    border-radius: 0;*/
/*  }*/
/*}*/

/* ========================================== */
/* POPUP FORM - INDUSTRY STANDARD DESIGN */
/* ========================================== */

/* Popup Overlay */
.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: "Helvetica 55 Roman";
}

/* 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: "Helvetica 55 Roman";
}

/* 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: "Helvetica 55 Roman";
}

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

.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: "Helvetica 55 Roman";
}

/* 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: "Helvetica 55 Roman";
    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: "Helvetica 55 Roman";
}

.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: "Helvetica 55 Roman";
    padding-top:30px;
}

footer {
  background-color: #004aad;
  color: #fff;
  font-family: Arial, sans-serif;
  padding-bottom:60px;
}
footer .social_section {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
@media (min-width: 1024px) {
  footer .social_section {
    flex-direction: row;
    max-width: 100%;
    justify-content: space-between;
    margin: 0 auto;
    padding:10px 40px;
  }
}
@media (min-width: 1440px) {
  footer .social_section {
    max-width: 1110px;
    padding: 16px;
  }
}
footer .social_section span {
  font-size: 20px;
  font-family: Arial, sans-serif;
  color: #fff;
}
@media (min-width: 1024px) {
  footer .social_section span {
    font-size: 32px;
  }
}
footer .social_section .social_icons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
  font-family: Arial, sans-serif;
}
@media (min-width: 768px) {
  footer .social_section .social_icons {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  footer .social_section .social_icons {
    margin-top: 0;
    gap: 20px;
  }
}
footer .social_section .social_icons a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
footer .social_section .social_icons a img {
  width: 24px;
}
@media (min-width: 1024px) {
  footer .social_section .social_icons a img {
    width: 30px;
  }
}
@media (min-width: 768px) {
  footer .social_section .social_icons a {
    padding-right: 10px;
    border-right: 1px solid #50678a;
  }
}
@media (min-width: 1440px) {
  footer .social_section .social_icons a {
    font-size: 20px;
  }
}
footer .social_section .social_icons a:last-child {
  border: none;
}

footer .copy_right_wrap .copyright_and_terms {
  padding: 15px 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}
@media (min-width: 1024px) {
  footer .copy_right_wrap .copyright_and_terms {
    flex-direction: row;
    justify-content: space-between;
    max-width: 100%;
    margin: 0 auto;
    padding:20px 40px;
  }
}
@media (min-width: 1440px) {
  footer .copy_right_wrap .copyright_and_terms {
    max-width: 1110px;
    padding: 16px 10px;
  }
}
footer .copy_right_wrap .copyright_and_terms p {
  font-size: 16px;
  line-height: 23px;
}
@media (min-width: 1024px) {
  footer .copy_right_wrap .copyright_and_terms p {
    font-size: 18px;
  }
}
footer .copy_right_wrap .copyright_and_terms .copy_right_links a {
  text-decoration: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  color: #fff;
  padding: 0 9px;
  border-right: 1px solid #fff;
  line-height: 20px;
}
@media (min-width: 1440px) {
  footer .copy_right_wrap .copyright_and_terms .copy_right_links a {
    font-size: 18px;
  }
}
footer .copy_right_wrap .copyright_and_terms .copy_right_links a:last-child {
  border: none;
}

/* 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;
}

.suphide{
    visibility: hidden;
}


.yt-wrap-video{
    padding:0px 20px;
}
.yt-wrap {
  position: relative;
  width: 100%;
  max-width: 1440px; /* change as needed */
  margin: 30px auto;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
  padding:30px 0px;
}
.yt-wrap::before {
  content: "";
  display:block;
  padding-top: 56.25%; /* 16:9 aspect ratio */
}
.yt-wrap iframe {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  border:0;
}












