.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*==========================*/
/*  Form Structure -> Grid  */
/*==========================*/
.form-all, #subHeader_1, #header_1 {
    font-family: "Poppins", sans-serif;
}

/*.form-section.page-section {*/
/*    display: grid;*/
/*    grid-template-columns: 40% 1fr;*/
/*    gap: 20px;*/
/*}*/

/*.form-section.page-section > li:first-child {*/
/*    grid-column: 1 / 2;*/
/*    grid-row: 1 / span 7;*/
/*    align-self: center;*/
/*}*/

/*.form-section.page-section > li:not(:first-child) {*/
/*    grid-column: 2/3;*/
/*}*/

.form-buttons-wrapper, .header-large {
    border: none !important;
}
form.jotform-form .form-all {
    border-radius: 28px !important;
    padding: 40px 0px;
    width: 100%;
    max-width: 940px;
}



/*======================*/
/*  Form Style -> Left  */
/*======================*/

form.jotform-form textarea {
  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box;
}
#header_1 {
    font-weight: 600;
    text-align: left;
    line-height: 40px;
    margin-bottom: 20px;
    color: #103040;
}

#subHeader_1 {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #747474;
    font-weight: 400;
}



/*=======================*/
/*  Form Style -> Right  */
/*=======================*/

#label_41 {
    color: #176B87;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
}
#cid_41 .form-single-column span label::before {
    display: none;
}

#cid_41 .form-single-column span label {
    background: #fff;
    padding: 5px 14px;
    border-radius: 100px;
    line-height: 23px;
    border: 1px solid #747474;
    font-size: 12px;
    color: #747474;
}

#cid_41 .form-single-column {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
}

#cid_41 .form-single-column span {
    width: auto;
}

#cid_41 .form-single-column span:not(:last-child) {
    margin-right: 16px;
}

span.dragger-item {
    display: none;
}

#cid_41 .form-single-column span input:checked + label {
    background: #176B87;
    color: #fff;
}

#cid_41 .form-single-column span input:checked + label::after {
    display: none;
}

.form-line .form-input-wide {
    width: 100% !important;
}

.form-line .form-input-wide input[type=text], .form-line .form-input-wide input[type=email] {
    border-top: 0px !important;
    border-right: 0px !important;
    border-left: 0px !important;
    border-bottom: 2px solid #cdcdcd !important;
    border-radius: 0px !important;
    color: #787878;
    font-size: 13px !important;
    transition: .2s ease-in-out;
}

.form-line .form-input-wide input[type=text]:focus, .form-line .form-input-wide input[type=email]:focus {
    border-color: #176b87 !important;
}

label.form-label.form-label-top {
    color: #176b87;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.form-line .form-input-wide textarea {
    border: 2px solid #cdcdcd;
    border-radius: 12px;
    height: 100px !important;
}

.form-line button[type=submit] {
    background: #176b87;
    font-size: 14px;
    width: 100%;
    border-radius: 100px;
    font-weight: 700;
}



@media screen and (max-width: 820px) {
  .form-section.page-section {
    grid-template-columns: 1fr !important; /* 1 column layout */
  }

  .form-section.page-section > li:first-child {
    grid-column: 1 / 2 !important;
    grid-row: auto !important;         /* Reset the span */
    align-self: unset !important;      /* Let it follow natural flow */
    margin-bottom: 20px;
  }

  .form-section.page-section > li:not(:first-child) {
    grid-column: 1 / 2 !important;     /* Make all items flow into 1 column */
  }
}












/*
 Lightbox CSS
*/

#lightbox-content {
  display: none;
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 40px; /* desktop: 40px top/right/bottom/left */
  box-sizing: border-box;
}

/* Panel */
.lightbox-panel {
  display: none;
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  padding: 2rem;
  border-radius: 8px;
  position: relative;
  box-sizing: border-box;
}

.lightbox-panel.active {
  display: block;
}

/* Close button */
.close-lightbox {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 3rem;
  background: none;
  border: none;
  color: #9e9e9e;
  cursor: pointer;
  z-index: 10;
}

.close-lightbox:hover {
    background: none !important;
    color: #fff;
}

/* ==========================
   Mobile Adjustments
========================== */

@media (max-width: 768px) {
  #lightbox-content {
    padding: 40px 0 40px 0; /* Keep top padding only */
  }

  .lightbox-panel {
    width: 100vw;
    margin: 0;
    border-radius: 0;
  }
}

@media (max-width: 1300px) {
  #lightbox-content {
    padding: 80px 0 80px 0; /* Keep top padding only */
  }

  .lightbox-panel {
    width: 90%;
    margin: 0 auto;
    border-radius: 0;
  }
}

/* ==========================
   Prevent Horizontal Scroll
========================== */

html, body {
  max-width: 100%;
  overflow-x: hidden;
}/* End custom CSS */