input::placeholder {
  color: #ccc!important;
  opacity: 1;
}
/* Mobile-only sticky CTA bar */
.sl-mobile-cta {
  display: none;
}
@media screen and (max-width: 1023px) {
    #smart-scroll-top {
        bottom: 60px!important;
			right: 5px!important;
    }
}
@media (max-width: 767px) {
  .sl-mobile-cta {
            position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
        display: flex;
        gap: 5px;
        padding: 5px;
        border-radius: 0;
        background: rgba(10, 10, 10, 0.55);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
        max-width: 100vw;
  }

  .sl-mobile-cta__btn {
    flex: 1;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;

    padding: 14px 12px;
    border-radius: 0;

    font-size: 14px;
    font-weight: 600;
    line-height: 1;

    /* nice tap target */
    min-height: 48px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    transition: transform 0.12s ease, opacity 0.12s ease;
  }

  .sl-mobile-cta__btn:active {
    transform: scale(0.98);
    opacity: 0.95;
  }
  .sl-mobile-cta__btn--primary {
    background: #ffffff;
    color: #0b0b0b;
  }

  .sl-mobile-cta__btn--secondary {
    background: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.7);
  }
	.full-width-btn-mob a{
		width: 100%;
	}
}

.full-width-btn a {
    width: 100%;
}

.gform-theme--foundation .gform_fields{
	row-gap: 20px;
}
.frm_book_call_wrapper {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}
.frm_book_call_wrapper p.gform_required_legend, .gform_submission_error.hide_summary, .frm_book_call_wrapper .gform_validation_errors {
    display: none;
}
.frm_book_call_wrapper .ginput_container.ginput_container_text input[type="text"], .frm_book_call_wrapper .ginput_container.ginput_container_email input[type="email"], .frm_book_call_wrapper .ginput_container.ginput_container_phone input[type="tel"] {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    padding-left: 0;
	border-bottom-color: var(--ast-border-color);
	box-shadow: none;
}
.frm_book_call_wrapper input.gform_button.button {
    width: 100% !important;
    font-weight: 600;
}
.frm_book_call_wrapper input:not([type=submit]):focus, .frm_book_call_wrapper select:focus, .frm_book_call_wrapper textarea:focus{
	border-bottom-color: var(--ast-global-color-3)!important;
}
p.success-submission {
    color: #008000;
    font-size: 16px;
}
input.gform_button.button, input.gform_next_button.button {
    background: #eb146e !important;
    border: none !important;
    width: 150px !important;
	font-weight: 600;
}
input.gform_button.button:hover,
input.gform_next_button.button:hover{
	background: #1a1a1a !important;
}
.gform-theme--framework .gf_progressbar .percentbar_blue{
	background-color: #eb146e!important;
}
.contactfrm input[type="text"], .contactfrm input[type="email"], .contactfrm input[type="tel"], .contactfrm textarea, .contactfrm select {
    border: none;
    padding: 20px 10px;
	
}
body .gform_wrapper select {
    color: #000 !important;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    padding: 0 12px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/*Cookie Policy*/

.cookie-content>strong {
    font-size: 20px;
    padding-bottom: 10px;
    display: inline-block;
    letter-spacing: .61px;
    line-height: normal;
    font-weight: 700
}

.cookie-container {
    opacity: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    background-color: #2b2b2b;
    z-index: -10;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 50%);
    align-items: center;
    justify-content: space-around;
    transition: height 0.3s ease-out,opacity 0.3s,padding 0.1s;
    color: #fff
}

.animateCookie {
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 3s;
    -moz-animation-name: animatebottom;
    -moz-animation-duration: 3s;
    -o-animation-name: animatebottom;
    -o-animation-duration: 3s;
    animation-name: animateCookieBottom;
    animation-duration: 3s;
    display: flex;
    opacity: 1;
    z-index: 9999
}

@-webkit-keyframes animateCookieBottom {
    from {
        bottom: -1000px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: .9
    }
}

@-moz-keyframes animateCookieBottom {
    from {
        bottom: -1000px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: .9
    }
}

@-o-keyframes animateCookieBottom {
    from {
        bottom: -1000px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: .9
    }
}

@keyframes animateCookieBottom {
    from {
        bottom: -1000px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: .9
    }
}

.cookie-content {
    font-size: 14px;
    color: #fff;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    width: 100%
}

span#exitBtn {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    cursor: pointer;
    color: #979797
}

span#exitBtn:hover {
    color: #fff;
    opacity: .7
}

.cookie-content>p {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: .49px;
    line-height: normal;
    margin: 10px 0 10px;
    float: left;
    display: inline-block;
    width: 85%
}

.cookie-container .btn {
    font-family: inherit;
    background-color: #FFF;
    color: #AA0E4F;
    font-size: 18px;
    border-radius: 2px;
    padding: 7px 15px;
    vertical-align: middle;
    min-width: auto;
    line-height: normal;
    cursor: pointer;
    float: right;
    font-weight: normal;
    letter-spacing: .49px;
    border: 1px solid #aa0e4f;
    margin: 10px 0 0 0
}

.cookie-content a {
    color: #fff;
    text-decoration: underline;
    font-size: 15px;
    font-family: inherit;
    letter-spacing: .49px;
    line-height: normal
}

.cookie-content a:hover {
    text-decoration: none
}

@media only screen and (min-width: 1024px) and (max-width:1399px) {
    .cookie-content>p {
        width:65%
    }

    .cookie-container .btn {
        margin-left: 20px;
        float: left
    }
}

@media only screen and (max-width: 1023px) {
    .cookie-content>p {
        padding:15px 15px 10px 15px;
        width: 100%
    }

    .cookie-container .btn {
        float: left;
        margin: 0 0 15px 15px;
        padding: 10px 20px
    }
}

.project-card__region{
  display:flex;
  align-items:center;
  gap:.5rem;
padding: 20px 0;
}
.project-card__icon{
  flex:0 0 auto;
}
h2.section__title {
    padding-bottom: 20px;
}

/*request capacity page*/
div#gform_wrapper_8 {
    padding: 10px 0;
}

.site-logo img {
  height: 45px; 
  width: auto;
  display: block;
}
.left-flex {
    align-items: flex-start;
}
.accent-bar-margin {
    margin-bottom: 3.5rem;
    margin-top: -30px;
}
.h-80 {
    height: 25rem;
}
.h-60 {
    height: 20rem;
}
.object-cover {
    object-fit: cover;
}

/* Search form (sidebar + anywhere) */
.search-form {
  position: relative;
}

.search-form__input {
  width: 100%;
  padding: 0.75rem 2.5rem 0.75rem 0.9rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-background);
  color: var(--color-foreground);
  outline: none;
}

.search-form__input:focus {
  border-color: var(--color-primary);
}

.search-form__btn {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: var(--color-muted-foreground);
}

.search-form__icon {
  width: 18px;
  height: 18px;
}
.p-all-40 {
    padding: 40px;
}
.single-project p {
    padding-bottom: 10px;
}



/* ========================================
   CHECKLIST (UL / LI Version)
   ======================================== */

.checklist {
  list-style: none;
  padding: 0;
  margin: 1rem 0 1rem 0; /* spacing above checklist */
  display: grid;
  gap: 0.5rem; /* vertical spacing between items */
}

@media (min-width: 768px) {
  .checklist.checklist--2col {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem 2rem; /* vertical + horizontal spacing */
  }
}

.checklist li {
  position: relative;
  padding-left: 1.75rem; /* space for icon */
}

/* Check icon */
.checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em; /* aligns icon vertically with first text line */
  width: 1rem;
  height: 1rem;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23C81E50' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");

  background-size: contain;
  background-repeat: no-repeat;
}