:root {
    /* index variables */
    --panel-gradient: linear-gradient(0deg, rgb(221 239 234 / 28%), rgb(221 239 234 / 98%));
    --panel-image: url(../images/index/bg_index-home3.jpg);
}

@media (max-width: 767px) {
    .d-block {
        display: block;
    }
    .d-none { 
        display: none;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none;
    }
    .d-md-block {
        display: block;
    }
}

@media (min-width: 1224px) {
    .d-lg-block {
        display: block;
    }
    .d-lg-none {
        display: none;
    }
}

/*background change*/
.css-1yiz2lt {
    padding: 64px 0 239px;
    background-image: var(--panel-gradient), var(--panel-image);
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-background-position: top;
    background-position: top;
}

.css-1g6d40w {
    text-transform: none;
    margin-bottom: 20px;
}

.sub-header_1 {
    display: block;
    width: 580px;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 60px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    text-align: center;
    padding: 17px 5px;
    border-radius: 10px;
    background-color: var(--bg-badge);
}

.sub-header_1 .star img {
    width: 17px;
}

.sub-header_1 .by-logo {
    width: 115px;
    margin-bottom: -3px;
}

.star {
    margin-right: 3px;
    margin-left: -2px;
}

.css-1dwt8re {
    text-transform: none;
}

@media (max-width: 767px) {
    .css-1yiz2lt {
        padding: 30px 0 160px;
        background-position: 39%;
    }

    .css-1dwt8re {
        font-size: 36px;
        line-height: 1.2;
    }

    .sub-header_1 {
        width: 89%;
        margin-top: 25px;
        padding: 13px 5px;
        margin-bottom: 15px;
        font-size: 16px;
    }
}

/* Project Search Main */
* {
    box-sizing: border-box;
}
.project-search {
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    max-width: 650px;
}
.ps-label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--color-text);
    width:70%;
}
.project-search .btn {
    margin: 0 auto;
    max-width: 70%;}

.ps-group {
    display: flex;
    align-items: stretch;
    border: var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    width:70%;
    background: #fff;
    margin-bottom:14px;
}

.ps-field {
    flex: 1;
    display: flex;
}
.ps-field input {
    border: 0;
    /*
    background: rgba(181, 182, 183, 0.08);*/
    background: var(--bg-input);
    padding: 12px 14px;
    width: 100%;
    font-size: 16px;
    outline: none;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
}
.ps-divider {
    width: 1px;
    background: #d6dbe1;
}

.ps-zip input {
    padding-left: 46px;
}
.ps-zip { position: relative;}

/* Focus ring for any input inside the group */
.ps-group:has(input:focus) {
    outline: var(--focus);
    outline-offset: 2px;
}

@media (max-width: 960px) {
    .ps-label {
        text-align: center;
        width:99%;
    }
    .ps-group {
        /* remove the single outer border/joined look */
        border: 0;
        border-radius: 0;
        flex-direction: column;
        gap: 10px;
        overflow: visible;
        width:99%;
    }

    .ps-divider {
        display: none;
    }

    .ps-field input {
        border: var(--border);
        border-radius: var(--radius);
        padding: 12px 14px;
        background-position: 12px center;
    }

    .ps-group {
        outline: none;
    }

    .ps-field input:focus {
        outline: var(--focus);
    }

    .ps-zip input {
    padding-left: 46px;
}
    .project-search .btn {
    max-width:100%;
}
}
/* End Project Search Main */

/*services section*/
.css-bspt {
    padding: 70px 0px;
    background-color: var(--);
}

.css-fftsim {
    text-align: center;
    margin: 0;
    color: #2c3d50;
    font-family: "Poppins", system-ui;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.css-ptpz2f {
    margin: 0;
    margin-bottom: 3rem;
    line-height: 1.3;
    color: #1A1A1A;
    font-family: "Poppins", system-ui;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
}

.css-fnsiw {
    margin: 0;
    margin-bottom: 3rem;
    margin-top: 1rem;
    line-height: 1.3;
    color: #2c3e50;
    font-family: "Poppins", system-ui;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
}

.css-1dwt8re {
    text-shadow: 2px 0px 15px #ffffff, 2px 0px 40px #9ec9dada;
}

.service-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 20px;
    max-width: 1200px;
    margin: auto;
}

.service {
    flex: 1 1 calc(33% - 20px);
    /* 4 per row */
    box-sizing: border-box;
    text-align: center;
}

.service img {
    max-width: 100%;
    height: auto;
    border-radius: 14px;
}

.service p {
    margin: 0;
    margin-top: 15px;
    color: #2c3e50;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox; 
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Poppins", system-ui;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: capitalize;
    text-align: center;
}

.highlight1 {
    font-weight: 600;
    color: var(--text-highlight);    
}

@media (max-width: 768px) {
    .css-8ho9og {
        padding: 9px 0px 19px;
    }

    .css-bspt {
        padding: 40px 0px;
    }

    .service {
        flex: 1 1 calc(50% - 20px);
        /* 2 per row */
    }

    .css-fnsiw {
        margin-bottom: 0;
        margin-top: .5rem;
        padding: 0 .7rem;
        line-height: 1.3;
    }

    .css-fftsim {
        font-size: 28px;
    }

    .css-ptpz2f {
        font-size: 20px;
        line-height: 1.3;
    }
}

/*services section End*/

/*Cost section*/
.top-project-costs {
    padding: 60px 0px;
    background-color: #ffffff;
}

.top-project-costs__title {
    text-align: center;
    margin: 0;
    color: var(--text-sub);
    font-family: "Poppins", system-ui;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.top-project-costs__subtitle {
    margin: 0;
    margin-bottom: 3rem;
    line-height: 1.3;
    color: #1A1A1A;
    font-family: "Poppins", system-ui;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
}

.top-project-costs__note {
    margin: 0;
    margin-bottom: 3rem;
    margin-top: 1rem;
    line-height: 1.3;
    color: var(--text-sub);
    font-family: "Poppins", system-ui;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
}

.top-project-costs .css-2i2sy2 {
    display: block;
    width: 100%;
    max-width: 360px;
    margin-left: 0px;
    margin: 0 auto;
}

@media (max-width: 768px) {  
    .top-project-costs .css-2i2sy2 {
        margin-top: 2rem;
        max-width: 310px;
    }
}

.project-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 10px 35px;
    max-width: 1200px;
    margin: auto;
    margin-bottom: 2rem;
}

.project-card {
    flex: 1 1 calc(33% - 20px);
    /* 4 per row */
    box-sizing: border-box;
    text-align: left;
}

.project-card img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}

.project-card__name {
    margin: 12px 0 2px;
    color: #2c3e50;
    font-family: "Poppins", system-ui;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
}

.project-card__meta {
    margin: 0 0 4px;
    display: flex;
    align-items: center;
    gap: 4px;
    color: #6b7280;
    /* subtle gray */
    font-family: "Poppins", system-ui;
    font-size: 15px;
    font-weight: 400;
}

.project-card__text {
    line-height: 1.2;
}

.project-card__meta .icon-pin {
    width: 21px;
    height: 21px;
    flex: 0 0 18px;
    /* your accent blue */
    object-fit: contain;
}

.project-card__meta {
    color: #2c3d51;
}

.project-card__price {
    font-weight: 400;
    color: #009fd9 !important;
}

.project-wrap {
    display: block;
}

@media (max-width: 768px) {
    .project-grid {
        gap: 13px;
        margin-bottom:1rem;
    }

    .top-project-costst {
        padding: 40px 0px;
    }

    .project-card {
        flex: 1 1 calc(50% - 20px);
        /* 2 per row */
    }

    .project-card__name {
        font-size: 18px;
    }

    .project-card__meta {
        font-size: 14px;
    }

    .project-card__price {}

    .top-project-costs__note {
        margin-bottom: 0;
        margin-top: .5rem;
        padding: 0 .7rem;
        line-height: 1.3;
    }

    .top-project-costs__title {
        font-size: 28px;
    }

    .top-project-costs__subtitle {
        font-size: 20px;
        line-height: 1.3;
    }
}
/*End Costs*/

/* Steps Section */
.howitworks {
    background: var(--bg-color2);
    padding: clamp(32px, 4vw, 60px) 12px;
    color: var(--ink);
}

.howitworks__container {
    max-width: 1200px;
    margin: 0 auto;
    background: transparent;
}

.howitworks__title {
    text-align: center;
    margin: 0;
    color: var(--text-title)
    font-family: "Poppins", system-ui;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.howitworks__sub {
    text-align: center;
    color: #009fd9;
    font-family: "Poppins", system-ui;
    font-size: 18px;
    font-weight: 500;
    margin: 8px 0;
}

.howitworks__grid {
    display: grid;
    gap: clamp(16px, 2vw, 28px);
}

@media (man-width: 768px) {
.howitworks__title {
    font-size: 28px;
}
}

@media (min-width: 1024px) {
    .howitworks__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.step {
    background: var(--card);
    border-radius: 9px;
    box-shadow: var(--shadow);
    padding: clamp(16px, 2.4vw, 28px);
    transition: transform .25s ease, box-shadow .25s ease;
    padding-bottom: clamp(16px, 2.8vw, 32px);
}

.step:focus-within,
.step:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 19px rgb(201 218 212 / 33%);
}

.step__row {
    display: grid;
    grid-template-columns: 72px 1fr;
    align-items: center;
    column-gap: 16px;
}

@media (max-width: 960px) {
    .step {
        margin: 0 auto;
        max-width: 97%;
    }
    .step__row {
        column-gap: 5px;
    }
}

@media (min-width: 1024px) {
    .step__row {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

.step__icon {
    width: 60px;
    height: 60px;
    border-radius: 9999px;
    background: radial-gradient(120px 120px at 30% 30%, #ffffff 0 40%, var(--icon-bg) 40% 100%);
    display: grid;
    place-items: center;
    margin: 8px auto;
}

@media (max-width: 1023.98px) {
    .step__icon {
        width: 50px;
        height: 50px;
        margin: 0;
    }
}

.step__title {
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 600;
    margin: clamp(8px, 1.2vw, 12px) 0;
    letter-spacing: -0.01em;
}

.step__body {
    font-size: clamp(15px, 1.7vw, 17px);
    line-height: 1.3;
    margin: 0;
    font-weight: 400;
}

@media (prefers-reduced-motion: reduce) {
    .step {
        transition: none
    }
    .step:hover {
        transform: none
    }
}
/* End Steps*/
  
.css-1m7zqac::after {
    left: 0;
    bottom: -50px;  
}

@media (max-width: 767px) {
    .css-1m7zqac::after {
        left: 1%;
        bottom: -20px;
    }
}
.css-1jipycp, .css-8weeu1 {
    line-height: 1.5;
}

/* Icon grid section */
.iconGrid {
    width: 100%;
    padding: 48px 0;
  }
  .iconGrid__inner {
    width: min(1120px, 92%);
    margin: 0 auto;
  }
  .iconGrid__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
  }
  .iconGrid__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 24px 15px;
    transition: transform .25s ease, box-shadow .25s ease;
    box-shadow: var(--shadow);
    border-radius: 14px;
    background: rgba(255,255,255,0.8);
  }
  .iconGrid__card:hover {
      transform: translateY(-1px);
  }
  .iconGrid__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 67px;
    height: 67px;
    margin-bottom: 10px;
    color: inherit;
  }
  .iconGrid__title {
    margin: 0; 
    font-size: 17px;
    color: var(--text-title);
    line-height: 1.2;
    font-weight: 500;
  }
  .iconGrid__card:hover .iconGrid__title {
    color: var(--color-primary);  
  } 
  
  @media (max-width: 768px) {
    .iconGrid {
      padding: 36px 0;
    }
    .iconGrid__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
    }
  }

/* Feature Split */
.feature-split {
    background-color: var(--bg-color3);
    padding: 3rem 2.5rem;
    padding-bottom: 60px;
}

.feature-split__inner {
    width: 100%;
    max-width: 1200px;
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    align-items: stretch;
    gap: 0;
    background: #ffffff;
    border-radius: 28px;
    overflow: hidden;
    margin: 0 auto;
}

.feature-split__title {
    margin: 0 0 clamp(12px, 1.5vw, 18px);
    font-family: "Poppins", system-ui;
    font-size: 32px;
    line-height: 1.2;
    color: var(--text-title);
    margin-bottom: 15px;
}

.feature-split__content {
    padding: clamp(16px, 3.5vw, 48px);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.feature__note {
    margin-bottom: 0;
    margin-top: 3rem;
    padding: 0;
    line-height: 1.3;
    color: #2c3e50;
    font-family: "Poppins", system-ui;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
}

.checklist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 18px;
    margin: 18px 0px 20px;
}

.checklist__item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Poppins", system-ui, sans-serif;
    font-size: 20px;
    line-height: 1.2;
    color: #111827;
}

.checklist__icon {
    width: 22px;
    /* adjust to your asset */
    height: 22px;
    flex: 0 0 22px;
    object-fit: contain;
    display: block;
    margin-top: 2px;
    /* optical alignment with first line of text */
}

/* Image side */
.feature-split__media {
    min-height: clamp(240px, 40vw, 520px);
    background-position: center;
    background-size: cover;
    /* key: fills and crops */
    background-repeat: no-repeat;
}

.logo__1 {
    color: var(--company);
    display: inline;
}

.logo__2 {
    display: inline-block;
    width: auto;
}

.logo__2 img {
    max-height: 34px;
    margin-bottom: -4px;
}

/* Mobile stacking */
@media (max-width:960px) {
    .feature-split {
        padding: 2.5rem 20px 2.5rem;
    }

    .feature-split__inner {
        grid-template-columns: 1fr;
        gap: clamp(16px, 3vw, 40px);
    }

    .feature-split__media {
        order: -1;
        min-height: 220px;
    }

    /* image first; remove order if not needed */
    .feature-split__title {
        text-align: center;
        font-size: 28px; 
    }

    .feature__note {
        margin-bottom: 0;
        margin-top: 1.7rem;
    }

    .checklist {
        padding: 0 0 0 28px;
        }

    .checklist__item {  
        font-size: 18px;
    }  
}

/* End Feature*/

/* Search box*/
.search-service {
    background-color: #edf3f2;
    padding: 60px 12px;
    margin: 0 auto;
}

.search-service__container {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction:row;
    flex-wrap: wrap;
    justify-content:center;
}

.search-service__title h2 {
    text-align: center;
    color: #2c3d50;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
    margin-bottom: 15px;
    margin-top:0px;
    text-transform: capitalize;
}

.search-service__note {
    margin-top: 1rem;
    line-height: 1.3;
    color: #2c3e50;
    font-family: "Poppins", system-ui;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
}

.search-service__box {
    display: flex;
    justify-content: center;
}  

.service__select {
    display: inline-flex;
    position: relative;
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: top;
    padding: 12px 16px 12px 12px;
    min-height: 55px;
    border: 1px solid #E6E6E6;   
    border-radius: 10px;
    background: var(--bg-input); 
    font-family: "Poppins", system-ui;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.8;
    color: #909090;
    min-height: -webkit-fill-available;
}

.search-service__box .btn {
    max-height: 55px;
    min-width: 200px;
}

.input-select__control:focus { outline: none!important; box-shadow: none; !important}

.input-select__control:focus-visible {
outline: none !important; box-shadow: none !important; 
} 

.input-select__control { -webkit-tap-highlight-color: transparent; }

@media (min-width: 1224px) {
    .search-service__container {
        flex-direction: column;
    }
}
@media (max-width: 767px) {
    .search-service {
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .search-service__title h2 {
        font-size: 28px;
    }
    .search-service__container {
        flex-direction: column;
}
    .search-service__box { 
        flex-direction: column;
        padding: 10px 30px;
}
    .service__select {
        margin-bottom: 10px;
        height: 55px;
    }
    .search-service__note {
        font-size: 18px;
        padding: 0 10px; 
    }
}
/* End Search box*/