/* home */
/* Hero section: always full width, no top/side white space */
.full_wrapper.home_general_firts_section {
    max-width: none;
    width: 100%;
    padding: 0;
}
.home_general_firts_section .home_general_block {
    margin-top: 0;
}
.home_general_block{
    min-height: 100vh;
    padding: 148px 0 96px 0;
    position: relative;
    margin-top: 10px;
    max-height: 1000px;
    justify-content: center;
    isolation: isolate;
}
.home_general_block::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.35) 0%, rgba(15, 23, 42, 0.08) 28%, transparent 52%),
        radial-gradient(ellipse 100% 70% at 50% 100%, rgba(2, 132, 199, 0.45), transparent 55%),
        linear-gradient(122deg, rgba(8, 145, 178, 0.52) 0%, rgba(14, 165, 233, 0.28) 38%, rgba(56, 189, 248, 0.22) 62%, rgba(3, 105, 161, 0.42) 100%);
}
.home_general_block::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.85;
    background:
        radial-gradient(ellipse 55% 45% at 18% 22%, rgba(34, 211, 238, 0.35), transparent 60%),
        radial-gradient(ellipse 50% 40% at 88% 35%, rgba(125, 211, 252, 0.22), transparent 55%);
    mix-blend-mode: soft-light;
}
.home_general_firts_section .wrapper.home_block {
    position: relative;
    z-index: 1;
}
.home_general_img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
}
.home_general_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 42%;
    display: block;
    transform: scale(1.04);
    filter: saturate(1.12) hue-rotate(-14deg) contrast(1.08) brightness(0.86);
    transition: filter 0.6s ease, transform 8s ease-out;
}
.home_general_firts_section:hover .home_general_img img {
    transform: scale(1.06);
}
.home_general_img::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    background:
        linear-gradient(105deg, rgba(2, 132, 199, 0.55) 0%, rgba(14, 165, 233, 0.12) 42%, rgba(34, 211, 238, 0.25) 100%),
        linear-gradient(0deg, rgba(15, 23, 42, 0.5) 0%, transparent 42%);
    mix-blend-mode: multiply;
}
@media (prefers-reduced-motion: reduce) {
    .home_general_img img,
    .home_general_firts_section:hover .home_general_img img {
        transform: none;
        transition: none;
    }
}
.home_first_blvk .general_title {
    letter-spacing: -0.045em;
    text-shadow:
        0 2px 28px rgba(2, 132, 199, 0.45),
        0 1px 3px rgba(0, 0, 0, 0.35);
}
/* Services hero: glass card for lead paragraph (home wraps same text in .title_info_subtitle_wrap) */
.home_general_firts_section .title_info_blck > p.servs_descrip {
    padding: 22px 26px;
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(56, 189, 248, 0.2));
    backdrop-filter: blur(28px) saturate(1.2);
    -webkit-backdrop-filter: blur(28px) saturate(1.2);
    border: 1px solid rgba(186, 230, 253, 0.55);
    box-shadow:
        0 4px 24px rgba(2, 132, 199, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.22);
    color: rgba(255, 255, 255, 0.98) !important;
    line-height: 1.65;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.home_general_firts_section .tel_round {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(224, 242, 254, 0.92));
    box-shadow: 0 2px 12px rgba(2, 132, 199, 0.25);
}
.home_first_blvk{
    gap: 20px;
    align-items: stretch;
}
.title_info_blck{
    flex-direction: column;
    gap: 14px;
    align-items: start;
    /* max-width: 420px; */
    max-width: 545px;
}
.title_info_subtitle_wrap {
    padding: 22px 26px;
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(56, 189, 248, 0.2));
    backdrop-filter: blur(28px) saturate(1.2);
    -webkit-backdrop-filter: blur(28px) saturate(1.2);
    border: 1px solid rgba(186, 230, 253, 0.55);
    box-shadow:
        0 4px 24px rgba(2, 132, 199, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.22);
    margin-bottom: auto;
}
.title_info_subtitle {
    color: rgba(255, 255, 255, 0.98);
    margin: 0;
    text-align: left;
    font-size: 1.0625rem;
    line-height: 1.65;
    font-weight: 500;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.note-span {
  display: inline-block;
  padding: 5px 10px;
  background-color: #fff9a7; /* light yellow */
  border-left: 4px solid #f1c40f; /* accent line */
  border-radius: 4px;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
  font-size: 14px;
  line-height: 1.4;
}
.home_block, .home_first_blvk{
    height: 100%;
}
.home_first_blvk .general_title{
    margin-bottom: 0;
    /* margin-bottom: auto; */
}
.app_form_row{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.app_form_label{
    font-size: 14px;
    color: rgba(255,255,255,0.9);
    font-weight: 600;
}
.app_form{
    position: relative;
    max-width: 508px;
    width: 100%;
    justify-content: start;
    flex-direction: column;
    gap: 9px;
    align-items: start;
    padding: 30px 34px;
    overflow: hidden;
    border-radius: 20px 132px 20px 20px;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.12) 0%, rgba(56, 189, 248, 0.22) 45%, rgba(14, 165, 233, 0.18) 100%);
    backdrop-filter: blur(32px) saturate(1.15);
    -webkit-backdrop-filter: blur(32px) saturate(1.15);
    border: 2px solid rgba(186, 230, 253, 0.75);
    box-shadow:
        0 24px 48px -12px rgba(2, 132, 199, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);
    clip-path: polygon(0 0%, calc(100% - 107px) 0, 100% 107px, 100% 100%, 0 100%);
}
.app_form::before {
    content: "";
    position: absolute;
    top: 20px;
    right: 52px;
    width: 165px;
    height: 100px;
    background: transparent;
    border-top-right-radius: 16px;
    transform: translate(72%, -53%) rotate(45deg);
    border-bottom: 4px solid rgba(224, 242, 254, 0.85);
    filter: drop-shadow(0 0 12px rgba(34, 211, 238, 0.35));
}
.vector_back{
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.app_title{
    font-size: var(--twofour);
    color: var(--white);
    max-width: 322px;
    font-family: 'Inter-Bold';
}
.app_descrip{
    margin-top: 8px;
    margin-bottom: 22px;
    max-width: 320px;
    font-size: var(--sixteen);
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.60);
}
.app_form .inps_{
    color: var(--white);
    border-color: rgba(255, 255, 255, 0.20);
    padding: 14px 16px;
    font-size: 13px;
}
.app_form .inps_::placeholder{
    color: var(--white);
}
.app_form .app_select{
    background-color: transparent;
    color: var(--white);
    border-color: rgba(255, 255, 255, 0.20);
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='rgba(255,255,255,0.9)' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 28px;
}
.app_form .app_select:invalid{
    color: rgba(255, 255, 255, 0.9);
}
.app_form .app_select option{
    background-color: #fff;
    color: #282828;
}
.next_btn{
    gap: 10px;
    justify-content: center;
    background: linear-gradient(145deg, #ffffff 0%, #f0f9ff 55%, #e0f2fe 100%);
    border-radius: 90px;
    padding: 14px 16px;
    margin-top: 8px;
    cursor: pointer;
    font-size: var(--forteen);
    box-shadow: 0 6px 20px rgba(2, 132, 199, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.8);
}
.next_btn:hover{
    color: var(--white);
    background: var(--gradient-brand);
    border-color: transparent;
    box-shadow: 0 10px 28px rgba(2, 132, 199, 0.4);
}
.next_btn:hover svg path{
    stroke: var(--white);
}
/* What we do - simple strip, no duplication with Services */
/* What we do - single column, max 1620px, stylish */
.home_what_we_do {
    padding: 3.5rem 3rem 4rem;
    text-align: left;
    max-width: 100%;
    margin: 0 auto;
    background: linear-gradient(155deg, rgba(255, 255, 255, 0.97) 0%, rgba(240, 249, 255, 0.95) 45%, rgba(224, 242, 254, 0.5) 100%);
    border-radius: 20px;
    box-shadow:
        var(--shadow),
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 20px 50px -24px rgba(14, 165, 233, 0.2);
    border: 1px solid rgba(186, 230, 253, 0.65);
}
.home_what_we_do_title {
    font-size: 1.625rem;
    font-weight: 700;
    color: var(--black);
    margin: 0 0 0.75rem;
    letter-spacing: -0.03em;
}
.home_what_we_do_lead {
    font-size: 1.0625rem;
    color: rgba(40, 40, 40, 0.72);
    margin: 0 0 1.75rem;
    line-height: 1.6;
}
.home_service_pills {
    list-style: none;
    padding: 0;
    margin: 0 0 1.75rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
}
.home_service_pills li {
    margin: 0;
}
.home_service_pills span {
    display: block;
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
    color: var(--black);
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 12px;
    border: 1px solid rgba(186, 230, 253, 0.5);
    box-shadow: 0 2px 8px rgba(14, 165, 233, 0.06);
}
.home_service_pills span:hover {
    border-color: rgba(56, 189, 248, 0.55);
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    box-shadow: 0 8px 24px rgba(14, 165, 233, 0.12);
}
.home_what_we_do_link {
    font-size: 1rem;
    font-weight: 600;
    color: var(--accent);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}
.home_what_we_do_link:hover {
    color: var(--brandGrayBold);
    text-decoration: underline;
}
.home_what_we_do_link span {
    margin-left: 0;
}

.home_aboutus{
    background: linear-gradient(128deg, #22d3ee 0%, #38bdf8 22%, #0ea5e9 52%, #0284c7 82%, #0369a1 100%);
    padding: 10px 10px 10px 40px;
    border-radius: 20px;
    align-items: stretch;
    gap: 20px;
    margin: 100px 0;
    box-shadow:
        0 24px 48px -16px rgba(2, 132, 199, 0.45),
        0 1px 0 rgba(255, 255, 255, 0.2) inset;
}
.home_aboutus .stroke_wtitle, .home_aboutus .title_conts,
.home_aboutus .title_conts b, .home_aboutus .title_conts strong{
    color: var(--white);
}
.home_aboutus .title_conts b, .home_aboutus .title_conts strong{
    text-transform: uppercase;
    font-family: 'Inter-Black';
}
.learn_more_btn{
    padding: 14px 20px;
    gap: 10px;
    color: var(--white);
    font-family: 'Inter-Bold';
    font-size: var(--eighteen);
    border-radius: 90px;
    cursor: pointer;
    background: linear-gradient(135deg, #a5f3fc 0%, #22d3ee 35%, #38bdf8 100%);
    box-shadow: 0 8px 24px rgba(8, 145, 178, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.35);
}
.learn_more_btn:hover {
    filter: brightness(1.06);
    box-shadow: 0 12px 28px rgba(8, 145, 178, 0.45);
}
.learn_more_btn:hover svg {
    transform: translateX(10px);
}
.serv_info_block{
    background: linear-gradient(180deg, #ffffff 0%, #fafdff 100%);
    border-radius: 16px;
    padding: 40px;
    flex-direction: column;
    align-items: start;
    gap: 20px;
    border: 1px solid rgba(186, 230, 253, 0.45);
    box-shadow: 0 12px 40px -20px rgba(14, 165, 233, 0.15);
}
.servs_inf{
    font-family: 'Inter-Medium';
    font-size: var(--eighteen);
    color: rgba(40, 40, 40, 0.60);
}
.serv_two_winds{
    justify-content: start;
    align-items: stretch;
    gap: 20px;
    margin-top: 32px;
    flex-wrap: wrap;
}
.serv_info_item{
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid rgba(40, 40, 40, 0.20);
    flex-direction: column;
    align-items: start;
    gap: 38px;
    padding: 20px;
    justify-content: start;
    width: calc(100% / 2 - 10px);
}
.serv_img{
    max-width: 60px;
}
.serv_img img{
    border-radius: 2px;
}
.servs_title{
    font-size: var(--twenty);
    font-family: 'Inter-Bold';
}
.serv_inf{
    color: rgba(40, 40, 40, 0.60);
    font-size: var(--eighteen);
}
.serv_info_item:hover{
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border-color: rgba(56, 189, 248, 0.35);
    box-shadow: 0 8px 24px rgba(14, 165, 233, 0.1);
}
.who_we_are_section {
    margin: 1.5rem auto 2rem;
}
.who_we_are_section .whowe_block--no-map {
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.92) 0%, rgba(240, 249, 255, 0.88) 50%, rgba(224, 242, 254, 0.35) 100%);
    border-radius: 20px;
    padding: 2.5rem 2.25rem;
    border: 1px solid rgba(186, 230, 253, 0.7);
    box-shadow:
        0 16px 48px -20px rgba(14, 165, 233, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.85);
}
.whowe_block{
    gap: 20px;
    align-items: start;
}
.whowe_block--no-map{
    justify-content: center;
    padding: 2rem 0 1rem;
}
.whowe_block--no-map .revs_descrip_titles{
    flex: 1 1 100%;
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0;
    gap: 1.25rem;
}
.whowe_block--no-map .revs_descrip_titles .revs_descrip{
    margin-bottom: 0;
    padding-bottom: 0;
}
.whowe_block .whowe_states_text{
    line-height: 1.5;
}
.whowe_block .whowe_states_text .state_name{
    color: #0ea5e9;
    font-weight: 600;
}

/* end home */