@media only screen and (max-width: 770px) {
    .form-container {
        margin-top: 0 !important;
        width: 100% !important;
    }
}

body,
html {
    font-family: "Gil", sans-serif;
    font-size: 1.0em;
}

input,
select,
option,
textarea,
button {
    font-size: 1.0em !important;
}

/* add in font from ../fonts/Gil-Regular.ttf I also have bold and italic */
@font-face {
    font-family: 'Gil';
    src: url('../fonts/Gil-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gil';
    src: url('../fonts/Gil-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gil';
    src: url('../fonts/Gil-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

.spinner {
    animation: rotate 2s linear infinite;
}

.spinner .path {
    stroke: #3498db;
    /* Change color as needed */
    stroke-linecap: round;
    animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}
#post-9004111222082252 .container {
    max-width: 100%;
}
/* Elementor Compatibility Styles */
.wlsignup-container {
    isolation: isolate;
    position: relative;
    z-index: 1;
    all: initial;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    width: 1300px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.wlsignup-container * {
    box-sizing: border-box;
}

.wlsignup-container .container,
.wlsignup-container .container-fluid {
    max-width: none !important;
    padding-left: 15px;
    padding-right: 15px;
}

.wlsignup-container .row {
    margin-left: -15px;
    margin-right: -15px;
}

.wlsignup-container .col,
.wlsignup-container [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}

/* Ensure Elementor admin interface is not affected */
.elementor-editor-active .wlsignup-container {
    display: none !important;
}

/* Show content only in frontend */
.elementor-editor-active .wlsignup-container::before {
    content: "WLSignup Form - Preview not available in editor";
    display: block;
    padding: 20px;
    background: #f0f0f0;
    border: 1px dashed #ccc;
    text-align: center;
    color: #666;
}

.nbn-order-summary {
    background: #ffffff;
    padding: 15px;
    margin: 20px auto;
    border-radius: 5px;
    width: 30%;
    display: inline-block;
    vertical-align: top;
    border: 2px solid #00c2f3;
    border-radius: 25px;
}
.nbn-order-summary h4{
    font-size: 25px !important;
    margin-bottom: 20px;
}
.form-container{
    width: 69%;
    display: inline-block;
    vertical-align: top;
}
.summary_table{
    width: 100%;
    border-collapse: collapse;
}
.summary_table td{
    border-bottom: 1px solid #cccccc;
}
.summary_label{
    width: 40%;
    padding: 4px;
    font-weight: bold;
    vertical-align: top;
}
.summary_value{
    width: 60%;
    padding: 4px;
    vertical-align: top;
}
/* address SQ css */
/* Layout */
.ipnd_address_search{
  width: 100%;
  font-family:Gilroy;
  max-width: 100%;
  font-size: 16px;
}
.form-text,
.form-submit{
  display: inline-block;
  vertical-align: top;
}
/* Lookup Form */
.ipnd_address_search {
  margin: 20px auto;
  padding: 15px 15px;
}
.ipnd_address_search .form-top{
  width: 25%;
}
.ipnd_address_search .physical-address-fields{
  margin-top: 10px;
  width: 100%;
}
.ipnd_address_search .physical-address-fields label{
  display: block;
  margin: 0;
  line-height: 26px;
  font-size: 15px;
}
.ipnd_address_search .paf-1, .ipnd_address_search .paf-2{
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.ipnd_address_search .form-select {
  position: relative;
  line-height: 50px;
}
.ipnd_address_search .form-select::after, .physical-address-fields .arrow {
  content: "";
  background: #00C2F3;
  width: 18px;
  aspect-ratio: 1/cos(30deg);
  clip-path: polygon(50% 100%,100% 0,0 0);
  height: 10px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.physical-address-fields .arrow {
  top: 50%;
}
.ipnd_address_search .physical-address-fields .form-select::after{
  display: none;
}
.ipnd_address_search .form-select select {
  font-family:Gilroy;
  padding: 0 10px;
  width: 100%;
  border: 2px solid #2f5578;
  border-radius: 12px;
  height: 52px;
  font-size: 16px;
  background: #f7f7f7;
}
.ipnd_address_search .form-text{
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.ipnd_address_search .form-text input{
  width: 76.5%;
  padding: 0 10px;
  border: 2px solid #2f5578;
  border-radius: 12px;
  line-height: 48px;
  font-family:Gilroy;
  font-size: 16px;
  background: #f7f7f7;
  color: #272727;
}

/* Placeholder text styling */
.ipnd_address_search .form-text input::placeholder,
.ipnd_address_search .form-text input::-webkit-input-placeholder,
.ipnd_address_search .form-text input::-moz-placeholder,
.ipnd_address_search .form-text input:-ms-input-placeholder,
.ipnd_address_search .form-text input:-moz-placeholder {
  font-style: italic;
}

/* Submit */
.ipnd_address_search .form-text .form-submit {
  background: #0073aa;
  border: none;
  border-radius: 12px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  line-height: 50px;
  font-family:Gilroy;
  font-weight: 600;
  padding: 0 10px;
}
.ipnd_address_search .form-submit:hover {
  background: #00C2F3;
}
.ipnd_address_search #location-id-field .form-submit {
  width: 23%;
}
/* Address Search Container */
.address-search-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.ipnd_address_search #address-field input {
  width: 100%;
  padding-right: 40px; /* Make room for clear button */
}

/* Clear Search Button */
.clear-search-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: #00c2f3;
  color: white;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  z-index: 10;
}

.clear-search-btn:hover {
  background: #b8140a;
  transform: translateY(-50%) scale(1.1);
}

.clear-search-btn:active {
  transform: translateY(-50%) scale(0.95);
}
.ipnd_address_search #address-field .form-submit {
  width: 17%;
  margin-top: 27px;
}