body{
    font-family: "Poppins", sans-serif;
    background:#f4f6f8;
    margin:0;
    padding:0;
}
header.header-wrap {
    padding: 30px 0px;
    background: #24949c;
    padding: 28px 0px;
    margin-bottom: 0;
    height: 2px;
}
.container {
    max-width: 1140px;
    margin: auto;
}
.top-col ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    margin: 0;
}

.top-col a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
}
.top-col ul li a img {
    width: 20px;
}
.top-col {
    position: absolute;
    right: 15px;
    top: -13px;
}
.header-inner {
    position: relative;
}

.logo-wrap {
    width: 160px;
    background: #1c949d;
    padding: 22px 10px;
    border-radius: 10px;
}

.header-logo {
    display: flex;
    justify-content: center;
}
.logo-wrap img{
        height: 70px;
    margin: auto;
    display: table;
}

.form-data-sec{
  padding:130px 0px 40px;
  min-height:calc(100vh - 340px);
}

.form-container{
    max-width:900px;
    margin:auto;
    background:#fff;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    overflow:hidden;
}

.form-header{
    background:#24949c;
    color:#fff;
    padding:24px;
}
.form-header h2{margin:0; font-weight: 600; text-align: center; line-height: 28px;}

.form-step{
    display:none;
    padding:30px;
    animation:fadeSlide .45s ease;
}

.form-step.active{display:block;}

@keyframes fadeSlide{
    from{opacity:0;transform:translateX(30px);}
    to{opacity:1;transform:translateX(0);}
}

.field{margin-bottom:20px;}
.field label{
    font-weight:600;
    display:block;
    margin-bottom:10px;
}
.note a {
    color: #1c949d;
    text-decoration: underline;
}
input, textarea, select{
    width:100%;
    padding:18px;
    border:1px solid #d6dae5;
    border-radius:8px;
    font-size:14px;
    box-sizing: border-box;
    outline: none;
    font-size: 18px;
}
input:focus, textarea:focus{
    outline: none;
}
textarea{resize:vertical;}

.note{
    font-size:13px;
    color:#555;
}

/* ===============================
   STEP INDICATOR + PROGRESS
================================ */
.step-indicator{
    display:flex;
    justify-content:space-between;
    padding:14px 20px;
    font-weight:600;
    position:relative;
    font-size: 14px;
    text-transform: uppercase;
}
.step-indicator span.active{color:#24949c;}

.step-indicator::after{
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:2px;
    background:#d9def0;
}
.step-indicator::before{
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    height:2px;
    z-index: 2;
    width:33%;
    background:#24949c;
    transition:width .4s ease;
}
.step-indicator.step-1::before{width:33%}
.step-indicator.step-2::before{width:66%}
.step-indicator.step-3::before{width:100%}

/* ===============================
   RADIO BUTTON CARDS
================================ */
.radio-group{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
    gap:14px;
}

.radio-group label {
    position: relative;
    padding: 20px 15px;
    border: 1px solid #d6dae5;
    border-radius: 10px;
    background: #f9fafc;
    cursor: pointer;
    transition: .25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}
.radio-group label svg{
    width: 50px;
    height: 50px;
    margin-bottom: 2px;
    color: #23949d;
}

.radio-group label:hover{
    border-color:#24949c;
    background:#eef2ff;
}

.radio-group input[type="radio"], .radio-group input[type="checkbox"]{
    position:absolute;
    opacity:0;
}

.radio-group label::before{
    content:'';
    position:absolute;
    left:16px;
    top:50%;
    transform:translateY(-50%);
    width:18px;
    height:18px;
    border-radius:50%;
    border:2px solid #9aa3c7;
    background:#fff;
    display: none;
}

.radio-group label::after{
    content:'';
    position:absolute;
    left:16px;
    top:50%;
    transform:translateY(-50%);
    width:22px;
    height:22px;
    background-size:contain;
    background-repeat:no-repeat;
    display: none;
}


.checkbox-group label::before{
    content:'';
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    width:18px;
    height:18px;
    border-radius:50%;
    border:2px solid #9aa3c7;
    background:#fff;
    display: block
   
}



.checkbox-group label::after{
    content:'';
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    width:22px;
    height:22px;
    background-size:contain;
    background-repeat:no-repeat;
    display: block
   
}


.radio-group label:has(input:checked){
    border-color:#24949c;
    background:#eef2ff;
}
.radio-group label:has(input:checked)::before{
   border-color: #24949c;
    background: #54cfd7;
}


.checkbox-group label {
    justify-content: center;
    text-align: left;
    align-items: self-start;
    padding-left: 31px;
    border: 0;
    background: #fff !important;
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: middle;
}

/* ===============================
   ICON SUPPORT
================================ */

/* ===============================
   ACTION BUTTONS
================================ */
.actions{
    display:flex;
    justify-content:space-between;
    margin-top:30px;
}
button{
    padding:19px 40px;
    border:none;
    border-radius:8px;
    cursor:pointer;
    font-weight:600;
}
.next-btn{
    background:#24949c;
    color:#fff;
}
.prev-btn {
    background: unset;
    border: 1px solid #ccc;
}
.step-top-heading {
    text-align: center;
    font-size: 23px;
    font-weight: 600;
}


.form-hidden-sec {
    margin: 15px 0 30px;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
    content: 'Upload file';
    display: inline-block;
    background: #23949d;
    border: 1px solid #23949d;
    border-radius: 7px;
    padding: 15px 22px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    /* text-shadow: 1px 1px #170a0a; */
    font-weight: 700;
    font-size: 10pt;
    color: #fff;
}

.custom-file-input{
 font-size: 0px !important;
 padding: 6px !important;
}
.address-form-wrap {
    display: grid;
    grid-auto-columns: 2;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.last-ste-bottom-items {
    margin-top: 30px;
}
.hidden{display:none;}


/*.declration-wrap {
    margin-top: 40px;
}*/
.declration-wrap .note {
    margin: 0 0 13px;
}

.footer-wrap {
    background: #1c949d;
    padding: 34px;
}
.footer-inner {
    display: flex;
    justify-content: space-between;
    color: #fff;
    line-height: 25px;
}
.footer-inner p{
    margin: 0px;
}
.footer-inner a{
    color: #fff;
    text-decoration: underline;
}
.footer-right {
    text-align: right;
}

.location-of-works-top-wrap {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 21px;
}

.mt-20{
    margin-top: 20px;
}
@media screen and (max-width:991px){
.form-container{
    max-width: 95%;
} 
} 
@media screen and (max-width:767px){
.address-form-wrap{
grid-template-columns: repeat(1, 1fr);
}
.footer-wrap{
    padding: 15px;
}
.footer-inner p {
    margin: 0px;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
}
.footer-inner{
    flex-direction: column;
    gap: 13px;
}
.footer-right {
    text-align: center;
}
.top-col {
    right: 0;
    top: -13px;
    width: 100%;
    text-align: center !important;
    display: flex;
    justify-content: center;
}
.top-col ul{
    padding: 0px;
}
.form-step{
    padding: 15px;
}
.field label{
    font-size: 14px;
    line-height: 22px;
}
.radio-group label{
    font-size: 14px;
}
}
@media(max-width:768px){
    .radio-group{grid-template-columns: repeat(2, 1fr);}
    .radio-group.checkbox-group {
    grid-template-columns: repeat(1, 1fr);
}
}
.error{color: #cc3300;}
.radio-group.checkbox-group.checkbox-group-input {
    display: block;
}
.radio-group.checkbox-group.checkbox-group-input label {
    font-weight: 400;
}
.radio-group.checkbox-group.checkbox-group-input label:before {
    border-radius: 0px;
}
.radio-group.checkbox-group.checkbox-group-input.grid-radio {
    display: grid;
}
.step-top-heading.text-left {
    text-align: left;
    margin-bottom: 15px;
}
.radio-group.checkbox-group.checkbox-group-input.grid-radio {
    margin-bottom: 30px;
}
/* Placeholder styling */
#description_of_work::placeholder {
    font-family: "Poppins", sans-serif;
    color: #999;
    opacity: 1; /* fixes lighter placeholder issue */
}