/* Fix mobile tap highlight flashing */
.c-item,
.c-item-container,
.inp-container,
.c-item label,
.c-item input[type="radio"] {
    -webkit-tap-highlight-color: transparent !important;
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    outline: none !important;
}

/* Optional: Add subtle visual feedback for active state */
.c-item-container:active {
    transform: scale(0.98);
    transition: transform 0.1s ease;
}

.c-item-container {
    transition: transform 0.1s ease;
}


.page-template-template-hydrochemistry #content,
.page-template-template-hydrobiology #content,
.page-template-template-hydrophysics #content,
.page-template-template-hydromorphology #content,
.page-template-template-science-tool #content {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
}

.first-page {
    padding: 100px 24px 135px 24px;
    position: relative;
    min-height: 788px;
    background-color: #F5F7FF;
}

.first-page .bg-abs-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.first-page .bg-abs-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.first-page .bg-abs-img img.mob-img {
    display: none;
}

.first-page .container {
    max-width: 856px;
    width: 100%;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

.first-page .page-title {
    text-align: center;
}

.first-page .desc {
    max-width: 635px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 4px;
}

.first-page .boxes-main {
    padding-top: 40px;
}

.first-page .boxes-main .boxes-main-container {
    margin: 0 -12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.first-page .boxes-main .boxes-main-container .box-item {
    padding: 0 12px;
    margin-top: 24px;
    width: 50%;
}

.first-page .boxes-main .boxes-main-container .box-item a {
    border-radius: 12px;
    background-color: #FFF;
    -webkit-box-shadow: 0 4px 16px 0 rgba(31, 61, 153, 0.08);
    box-shadow: 0 4px 16px 0 rgba(31, 61, 153, 0.08);
    padding: 32px 15px;
    display: block;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height: 100%;
}

.first-page .boxes-main .boxes-main-container .box-item a:hover {
    -webkit-box-shadow: 0 4px 16px 0 rgba(31, 61, 153, 0.3);
    box-shadow: 0 4px 16px 0 rgba(31, 61, 153, 0.3);
}

.first-page .boxes-main .boxes-main-container .box-item a .box-icon {
    width: 64px;
    height: 60px;
    margin: 0 auto;
}

.first-page .boxes-main .boxes-main-container .box-item a .box-icon img {
    max-width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
    width: 100%;
}

.first-page .boxes-main .boxes-main-container .box-item a .box-title {
    margin-top: 12px;
}

@media (max-width: 1024px) {
    .first-page {
        min-height: 1px;
    }
}

@media (max-width: 767px) {
    .first-page {
        padding-top: 26px;
        padding-bottom: 178px;
    }

    .first-page .desc {
        max-width: 100%;
        margin-top: 12px;
    }

    .first-page .boxes-main {
        padding-top: 14px;
    }

    .first-page .boxes-main .boxes-main-container {
        margin: 0 -6px;
    }

    .first-page .boxes-main .boxes-main-container .box-item {
        padding: 0 6px;
        margin-top: 12px;
    }

    .first-page .boxes-main .boxes-main-container .box-item a {
        padding: 24px 15px;
    }

    .first-page .boxes-main .boxes-main-container .box-item a .box-icon {
        width: 44px;
        height: 40px;
    }

    .first-page .bg-abs-img img.desc-img {
        display: none;
    }

    .first-page .bg-abs-img img.mob-img {
        display: block;
    }
}

/* f-sect styles */

.f-sect {
    position: relative;
    background-color: #222A4F;
    min-height: 788px;
    padding: 100px 24px 0 24px;
}

.f-sect .bg-abs-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.f-sect .pos-abs-img .mob-img img {
    display: none;
}

.f-sect .pos-abs-img img,
.f-sect .bg-abs-img img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right bottom;
    object-position: right bottom;
}

.f-sect .pos-abs-img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 1260px;
    width: 100%;
    height: 440px;
    z-index: 1;
}

.f-sect .pos-abs-img .desc-img {
    max-width: 100%;
    height: 100%;
    width: 100%;
}

.f-sect .container {
    max-width: 635px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
}

.f-sect .container .page-title {
    margin-bottom: 4px;
    text-align: center;
}

.f-sect .container .meta-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.f-sect .container .meta-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 4px;
}

.f-sect .container .meta-main.time {
    padding-right: 6px;
}

.f-sect .container .meta-main.question {
    padding-left: 6px;
}

.f-sect .container .meta-main .icon {
    width: 16px;
    height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.f-sect .container .meta-main .icon svg {
    height: 100%;
    width: 100%;
}

.f-sect .container .meta-main .txt {
    padding-left: 4px;
    color: #4DAC26;
    font-family: "Open Sans", Sans-Serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.f-sect .container .desc {
    text-align: center;
}

.f-sect .container .start-btn {
    text-align: center;
    margin-top: 48px;
}

.f-sect .container .start-btn a {
    max-width: 341px;
    width: 100%;
    min-height: 64px;
    margin: 0 auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 12px;
    background-color: #4DAC26;
    color: #FFF;
    font-family: "Open Sans", Sans-Serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 28.5px;
    border: 1px solid #4DAC26;
    padding: 8px;
}

.f-sect .container .start-btn a .icon svg path {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.f-sect .container .start-btn a .txt {
    padding-right: 12px;
}

.f-sect .container .start-btn a .icon {
    width: 24px;
    height: 24px;
}

.f-sect .container .start-btn a .icon svg {
    width: 100%;
    height: 100%;
}

.f-sect .container .start-btn a:hover {
    background-color: transparent;
    color: #4DAC26;
}

.f-sect .container .start-btn a:hover .icon svg path {
    stroke: #4DAC26;
}

.next-prev-buttons-section {
    position: sticky;
    left: 0;
    bottom: 0;
    z-index: 15;
    max-width: 100%;
    width: 100%;
    border-top: 1px solid #D3D8F0;
    background-color: #FFF;
    padding: 16px 24px;
    margin-top: 50px;
}

.next-prev-buttons-section .sect-container {
    max-width: 1296px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.next-prev-buttons-section .cols-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.next-prev-buttons-section .cols-flex .left-col {
    width: 40%;
}

.next-prev-buttons-section .cols-flex .right-col {
    width: 60%;
}

.next-prev-buttons-section .cols-flex .right-col .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.steps-container--main .form-style .btns-new input.no-style,
.next-prev-buttons-section .cols-flex .right-col .btns a.no-style,
.next-prev-buttons-section .cols-flex .right-col .btns button.no-style,
.next-prev-buttons-section .cols-flex .right-col .btns input.no-style {
    color: #7983AF;
    /* padding: 0 16px 0 0; */
    background-color: transparent;
    border: 0;
}


.steps-container--main .form-style .btns-new input.no-style {
    padding: 0;
}

.next-prev-buttons-section .cols-flex .right-col .btns input.no-style.skip {
    margin-right: 20px;
}


.steps-container--main .form-style .btns-new input.no-style.skip {
    margin-top: 50px;
}

.next-prev-buttons-section .cols-flex .left-col input.other-style {
    color: #4DAC26;
    background-color: transparent;
}

.steps-container--main .form-style .btns-new label.take-a-photo {
    max-width: 100%;
    height: auto;
}

.steps-container--main .form-style .btns-new input,
.steps-container--main .form-style .btns-new label.take-a-photo,
.next-prev-buttons-section .cols-flex button,
.next-prev-buttons-section .cols-flex a,
.next-prev-buttons-section .cols-flex input {
    border-radius: 6px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #4DAC26;
    padding: 8px 49px;
    border: 1px solid #4DAC26;
    color: #FFF;
    text-align: center;
    font-family: "Open Sans", Sans-Serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    display: inline-block;
}

.steps-container--main .form-style .btns-new input.disabled,
.next-prev-buttons-section .cols-flex button.disabled,
.next-prev-buttons-section .cols-flex a.disabled,
.next-prev-buttons-section .cols-flex input.disabled {
    background-color: #D3D3D3;
    cursor: default;
    pointer-events: none;
    color: #FFF;
    border-color: #D3D3D3;
}

.steps-container--main .form-style .btns-new input.no-style.disabled,
.next-prev-buttons-section .cols-flex button.no-style.disabled,
.next-prev-buttons-section .cols-flex a.no-style.disabled,
.next-prev-buttons-section .cols-flex input.no-style.disabled {
    color: #D3D3D3;
    border-color: transparent;
    background-color: transparent;
}

.steps-container--main .form-style .btns-new label.take-a-photo:hover,
.steps-container--main .form-style .btns-new input.no-style:hover,
.next-prev-buttons-section .cols-flex .right-col .btns a.no-style:hover,
.next-prev-buttons-section .cols-flex .right-col .btns button.no-style:hover,
.next-prev-buttons-section .cols-flex .right-col .btns input.no-style:hover,
.next-prev-buttons-section .cols-flex button:hover,
.next-prev-buttons-section .cols-flex a:hover,
.next-prev-buttons-section .cols-flex input:hover {
    background-color: transparent;
    color: #4DAC26;
}

.steps-container--main .form-style .btns-new input.other-style,
.next-prev-buttons-section .cols-flex .left-col input.disabled.other-style {
    border-color: #D3D3D3;
    color: #D3D3D3;
}

.steps-container--main .form-style .btns-new input.other-style:hover,
.next-prev-buttons-section .cols-flex .left-col input.other-style:hover {
    color: #FFF;
    background-color: #4DAC26;
}

.steps-container--main .form-style .btns-new input.finish,
.next-prev-buttons-section .cols-flex .right-col .finish {
    margin-left: 16px;
}

.steps-container--main .form-style .btns-new input.retake,
.next-prev-buttons-section .cols-flex .right-col input.retake {
    margin-right: 16px;
}

.next-prev-buttons-section,
.next-prev-buttons-section .cols-flex button,
.next-prev-buttons-section .cols-flex a,
.next-prev-buttons-section .cols-flex input {
    /* display: none; */
}

body.admin-bar .line-container {
    top: 147px;
}

.line-container {
    position: fixed;
    background: rgba(207, 212, 238, 0.86);
    height: 5px;
    width: 100%;
    top: 115px;
    z-index: 11;
    display: block;
}

.line-container .progress-line {
    background: linear-gradient(90deg, #4DAC26 0%, #5BC235 100%);
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    z-index: 2;
}

.form-main-section {
    position: relative;
    /* min-height: 935px; */
    background-color: #F5F7FF;
    padding-bottom: 0px;
}

.form-main-section > .pos-abs-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; 
}

.form-main-section > .pos-abs-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.steps-container--main {
    padding: 0px;
    /* position: relative; */
    z-index: 3;
}


.steps-container--main .section-title h2 {
    margin: 0;
}

.hydrobiology .steps-container--main .section-title {
    margin-bottom: 20px;
}

.hydrobiology .steps-container--main .section-desc {
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
}

.hydrobiology .choosing-items .choosing-items-container .c-item {
    width: 50%;
    margin-bottom: 24px;
}

.hydrobiology .choosing-items {
    max-width: 800px;
}

.hydrobiology .steps-container--main .section-desc h2 {
    color: #484964;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    text-align: center;
}

.steps-container--main .section-title {
    max-width: 657px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
    text-align: center;
}

.steps-container--main .form-style .form-container {
    border-radius: 12px;
    background-color: #FFF;
    -webkit-box-shadow: 0 8px 16px 0 rgba(31, 61, 153, 0.14), 0 4px 16px 0 rgba(31, 61, 153, 0.08);
    box-shadow: 0 8px 16px 0 rgba(31, 61, 153, 0.14), 0 4px 16px 0 rgba(31, 61, 153, 0.08);
    padding: 32px;
    max-width: 520px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 10;
}

.steps-container--main .form-style label {
    color: #696F8C;
    font-family: "Open Sans", Sans-Serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    display: block;
    margin-bottom: 8px;
}

.steps-container--main .form-style select,
.steps-container--main .form-style textarea,
.steps-container--main .form-style input {
    border-radius: 6px;
    border: 1px solid #D8DAE5;
    background-color: #FFF;
    padding: 12.5px 12px;
    color: #8F95B2;
    font-family: "Open Sans", Sans-Serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    display: block;
    width: 100%;
}

.steps-container--main .form-style textarea {
    height: 60px;
    resize: none;
}

.steps-container--main .fm-main > div {
    margin-bottom: 10px;
    position: relative;
}

.steps-container--main .fm-main > div:last-child {
    margin-bottom: 0px;
}

.steps-container--main .form-style textarea::-webkit-input-placeholder, .steps-container--main .form-style input::-webkit-input-placeholder {
    opacity: 1;
    color: #8F95B2;
}

.steps-container--main .form-style textarea::-moz-placeholder, .steps-container--main .form-style input::-moz-placeholder {
    opacity: 1;
    color: #8F95B2;
}

.steps-container--main .form-style textarea:-ms-input-placeholder, .steps-container--main .form-style input:-ms-input-placeholder {
    opacity: 1;
    color: #8F95B2;
}

.steps-container--main .form-style textarea::-ms-input-placeholder, .steps-container--main .form-style input::-ms-input-placeholder {
    opacity: 1;
    color: #8F95B2;
}

.steps-container--main .form-style textarea::placeholder,
.steps-container--main .form-style input::placeholder {
    opacity: 1;
    color: #8F95B2;
}

.steps-container--main .form-style input[type="date"] {
    flex: 1;
    background: #FFF;
    appearance: none;
    -webkit-appearance: none;
    text-align: left;
    position: relative;
    z-index: 1;
	height: 50px;
	max-width: 100%;
	width: 100%;
}

    input[type="date"]::-webkit-date-and-time-value {
        text-align: left;
    }


.steps-container--main .form-style input[type="date"]::-webkit-inner-spin-button,
.steps-container--main .form-style input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.steps-container--main .form-style input::-webkit-outer-spin-button,
.steps-container--main .form-style input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.steps-container--main .form-style input[type=number] {
    -moz-appearance: textfield;
}

.steps-container--main .form-style select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.steps-container--main .form-style select::-ms-expand {
    display: none;
}

.pos-rel {
    position: relative;
}

.steps-container--main .form-style .date-style .icon {
    display: block;
}

.steps-container--main .form-style .icon {
    position: absolute;
    right: 14px;
    bottom: 14px;
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
}

.steps-container--main .form-style input,
.steps-container--main .form-style select,
.steps-container--main .form-style textarea {
    outline: none;
}

.steps-container--main .form-style .select-style .icon {
    width: 14px;
    height: 9px;
    right: 18px;
    bottom: 18px;
}

.steps-container--main .form-style .icon svg {
    width: 100%;
    height: 100%;
}

.steps-container--main .form-style .use-location {
    max-width: 166px;
    width: 100%;
    border-radius: 6px;
    border: none;
    background: rgba(77, 172, 38, 0.10);
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    padding: 8px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #4DAC26;
    font-family: "Open Sans", Sans-Serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    position: absolute;
    bottom: 4px;
    right: 4px;
}

.steps-container--main .form-style .use-location .icon {
    position: unset;
}

.steps-container--main .form-style .use-location .icon {
    width: 16px;
    height: 16px;
}

.steps-container--main .form-style .use-location .icon svg {
    width: 100%;
    height: 100%;
}

.steps-container--main .form-style .use-location .txt {
    padding-left: 4px;
}

.steps-container--main .form-style .use-location:hover {
    background: rgba(77, 172, 38, 0.30);
}

.steps-container--main .form-style .input-style:has(.use-location) > input {
    padding-right: 170px;
}

.choosing-items {
    max-width: 1296px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.choosing-items .choosing-items-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.choosing-items .choosing-items-container .c-item {
    padding: 0 12px;
    width: 33.333%;
}

.choosing-items .choosing-items-container .c-item .c-item-container {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 12px;
    background: #FFF;
    -webkit-box-shadow: 0 4px 16px 0 rgba(31, 61, 153, 0.08);
    box-shadow: 0 4px 16px 0 rgba(31, 61, 153, 0.08);
    border: 2px solid transparent;
    padding: 12px;
    height: 100%;
}

.choosing-items .choosing-items-container .c-item .c-item-container:hover {
    -webkit-box-shadow: 0 4px 16px 0 rgba(31, 61, 153, 0.3);
    box-shadow: 0 4px 16px 0 rgba(31, 61, 153, 0.3);
}

.choosing-items .choosing-items-container .c-item .c-item-container.active {
    border: 2px solid #4DAC26;
}

.choosing-items .choosing-items-container .c-item .c-item-container .img-cont {
    height: 102px;
    text-align: center;
}

.choosing-items .choosing-items-container .c-item .c-item-container .img-cont img {
    width: auto;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
    margin-left: auto;
    margin-right: auto;
}

.choosing-items .choosing-items-container .c-item .c-item-container .title-cont {
    margin-top: 10px;
    max-width: 332px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.choosing-items .choosing-items-container .c-item .c-item-container .title-cont h3 {
    color: #484964;
    text-align: center;
    font-family: "Open Sans", Sans-Serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin: 0;
}

.form-middle-btns {
    padding-top: 10px;
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.form-middle-btns .photo-icon svg {
    max-width: 151px;
    width: 100%;
    height: 166px;
}

.form-middle-btns .photo-icon {
    margin-bottom: 45px;
}

.form-middle-btns .photo-icon {
    text-align: center;
}

.form-middle-btns .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 204px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 50px;
}

.form-middle-btns.taking-photo .btns {
    max-width: 100%;
}

.form-middle-btns .btns .no-style {
    margin-top: 12px;
    padding: 0;
}

.form-middle-btns .btns input:hover {
    background-color: transparent;
    color: #4DAC26;
}

.steps-container--main .step-7-4 .section-title,
.steps-container--main .step-7-2 .section-title {
    max-width: 100%;
}

.steps-container--main .section-title h2 span {
    color: #4DAC26;
}

.steps-container--main .taking-photo .photo-container {
    margin-bottom: 45px;
    text-align: center;
}

.steps-container--main .taking-photo .photo-container img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    border-radius: 12px;
}

.form-middle-btns .btns .no-style.upload {
    margin-top: 27px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form-middle-btns .btns .no-style.upload .icon {
    width: 24px;
    height: 24px;
}

.form-middle-btns .btns .no-style.upload .txt {
    color: #4DAC26;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding-left: 8px;
}

.form-middle-btns .btns .no-style.upload .icon svg {
    width: 100%;
    height: 100%;
}

.steps-container--main .taking-photo.new-img .photo-container img {
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.finish-step .thank-you .thank-you-container {
    max-width: 1296px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.skip-photo .ic-container,
.finish-step .thank-you .thank-you-container .ic-container {
    margin-bottom: 32px;
    text-align: center;
}

.finish-step .thank-you .thank-you-container .ic-container img {
    width: 100px;
    height: 100px;
    -o-object-position: center center;
    object-position: center center;
    -o-object-fit: contain;
    object-fit: contain;
}

.finish-step .thank-you .thank-you-container .thanks-title {
    margin-bottom: 12px;
}

.finish-step .thank-you .thank-you-container .thanks-title h2 {
    color: #101840;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    margin: 0;
}

.finish-step .thank-you .thank-you-container .desc {
    color: #484964;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.btns-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 239px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.btns-cont > div {
    margin-top: 19px;
}

.btns-cont .download-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 22px;
    width: 100%;
    border-radius: 6px;
    background-color: #4DAC26;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #4DAC26;
    color: #FFF;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Open Sans", Sans-Serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.btns-cont .download-btn a:hover {
    background-color: transparent;
    color: #4DAC26;
}

.btns-cont .download-btn a .icon {
    width: 24px;
    height: 24px;
}

.btns-cont .download-btn a .icon svg {
    width: 100%;
    height: 100%;
}

.btns-cont .download-btn a .icon svg path {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btns-cont .download-btn a:hover .icon svg path {
    stroke: #4DAC26;
}

.btns-cont .download-btn a .txt {
    padding-left: 4px;
    display: inline-block;
}

.back-to-home-btn {
    text-align: center;
    margin: 100px 0 50px;
}

.back-to-home-btn a {
    color: #4DAC26;
    text-align: center;
    font-family: "Open Sans", Sans-Serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.back-to-home-btn a:hover {
    border-bottom: 1px solid #4DAC26;
}

.hydr-other-pages {
    margin-top: 100px;
}

.hydr-other-pages .other-pages-container {
    max-width: 1296px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.hydr-other-pages .other-pages-container .anoth-title {
    text-align: center;
    margin-bottom: 48px;
}

.hydr-other-pages .other-pages-container .anoth-title h3 {
    margin: 0;
    font-size: 30px;
    line-height: 38px;
    color: #101840;
    font-weight: 700;
}

.hydr-other-pages .boxes-main {

}

.hydr-other-pages .boxes-main .boxes-main-container {
    margin: 0 -12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    /* -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; */
}

.hydr-other-pages .boxes-main .boxes-main-container .box-item {
    padding: 0 12px;
    /* width: 33.333%; */
}

.hydr-other-pages .boxes-main .boxes-main-container .box-item a {
    border-radius: 12px;
    background-color: #FFF;
    -webkit-box-shadow: 0 4px 16px 0 rgba(31, 61, 153, 0.08);
    box-shadow: 0 4px 16px 0 rgba(31, 61, 153, 0.08);
    padding: 32px 15px;
    display: block;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height: 100%;
    padding: 30px;
}

.hydr-other-pages .boxes-main .boxes-main-container .box-item a:hover {
    -webkit-box-shadow: 0 4px 16px 0 rgba(31, 61, 153, 0.3);
    box-shadow: 0 4px 16px 0 rgba(31, 61, 153, 0.3);
}

.hydr-other-pages .boxes-main .boxes-main-container .box-item a .box-icon {
    width: 64px;
    height: 60px;
    margin: 0 auto;
}

.hydr-other-pages .boxes-main .boxes-main-container .box-item a .box-icon img {
    max-width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
    width: 100%;
}

.hydr-other-pages .boxes-main .boxes-main-container .box-item a .box-title {
    margin-top: 12px;
}

.hydr-other-pages .boxes-main .boxes-main-container .box-item a .box-title h3 {
    font-size: 27px;
    line-height: 28.8px;
    margin: 0;
    font-weight: 700;
    font-family: "Open Sans", Sans-serif;
    color: #101840;
}

.hydrophysics-section .choosing-items .choosing-items-container .c-item .c-item-container .img-cont {
    height: 136px;
}

.hydrophysics-section .step-3 .choosing-items .choosing-items-container .c-item .c-item-container .img-cont {
    height: 93px;
}

.hydrophysics-section .choosing-items .choosing-items-container .c-item .c-item-container .img-cont img {
    max-width: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 6px;
}

.choosing-items .choosing-items-container-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.choosing-items .choosing-items-container > label {
    width: 48%;
    position: relative;
}

.choosing-items .choosing-items-container .container input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    cursor: pointer;
}

.choosing-items .choosing-items-container .container .txt {
    cursor: pointer;
    max-width: 100%;
    width: 100%;
    padding: 24px;
    border-radius: 12px;
    background-color: #FFF;
    border: 2px solid transparent;
    -webkit-box-shadow: 0 4px 16px 0 rgba(31, 61, 153, 0.08);
    box-shadow: 0 4px 16px 0 rgba(31, 61, 153, 0.08);
    color: #484964;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    display: block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.choosing-items .choosing-items-container.choosing-items-container-2 {
    margin: 0 auto;
}

.choosing-items .choosing-items-container .container.active .txt {
    border: 2px solid #4DAC26;
}

.choosing-items .choosing-items-container .container:hover .txt {
    -webkit-box-shadow: 0 4px 16px 0 rgba(31, 61, 153, 0.3);
    box-shadow: 0 4px 16px 0 rgba(31, 61, 153, 0.3);
}

.steps-container--main .main-checkbox .check-item-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.steps-container--main .main-checkbox .check-item-container label {
    width: 100%;
    margin-bottom: 16px;
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.steps-container--main .main-checkbox .check-item-container label input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}

.steps-container--main .main-checkbox .check-item-container label .checkmark {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #4DAC26;
    background-color: #FFF;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    display: inline-block;
}

.steps-container--main .main-checkbox .check-item-container label .checkmark:after {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    background-color: #4DAC26;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.steps-container--main .main-checkbox .check-item-container label input:checked + .checkmark:after {
    visibility: visible;
    opacity: 1;
}

.steps-container--main .main-checkbox .check-item-container label .txt {
    color: #474D66;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    padding-left: 12px;
    cursor: pointer;
    display: inline-block;
}

.radio-style.first-choice > .txt {
    color: #696F8C;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    display: block;
    margin-bottom: 8px;
}

.first-choice.choosing-items .choosing-items-container-2 {
    gap: 8px;
}

.steps-container--main .form-style .first-choice.choosing-items .choosing-items-container-2 label {
    width: 31.5%;
    margin: 0;
}

.first-choice.choosing-items .choosing-items-container-2 .container .txt {
    border-radius: 6px;
    border: 1px solid #D8DAE5;
    background-color: #FFF;
    padding: 13px 12px;
    color: #101840;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.first-choice.choosing-items .choosing-items-container-2 .container.active .txt {
    border: 1px solid #4DAC26;
}

.steps-container--main .form-style .input-style.with-end {
    position: relative;
}

.steps-container--main .form-style .input-style.with-end input {
    padding-right: 65px;
}

.steps-container--main .form-style .input-style.with-end .after-input {
    border-radius: 0 5px 5px 0;
    background-color: rgba(216, 218, 229, 0.30);
    bottom: 0;
    right: 0;
    width: 60px;
    height: 48px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #101840;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    position: absolute;
}

.steps-container--main .form-style .input-style.with-end {
    /*display: none;*/
}

.steps-container--main fieldset {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    padding-top: 100px;
    /* min-height: calc(100vh - 100px); */
}

@media (max-width: 768px) {
    .steps-container--main fieldset {
        padding-top: 50px;
    }
}
.bxes-style .form-style {
    max-width: 1296px;
    padding: 30px;
    margin-left: auto;
    margin-right: auto;
}

.steps-container--main .bxes-style .form-style .form-container {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    max-width: 100%;
}

.steps-container--main .bxes-style .form-style label {
    margin-bottom: 0;
}

.steps-container--main .bxes-style .form-style .c-item-container {
    position: relative;
    cursor: pointer;
}

.steps-container--main .bxes-style .form-style .c-item-container input {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    opacity: 0;
}

.upl-main {
    margin-top: 27px;
    max-width: 100px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 24px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.steps-container--main .form-style .upl-main .icon {
    position: unset;
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: inline-block;
}

.upl-main .icon svg {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.upl-main .txt {
    padding-left: 8px;
    cursor: pointer;
    color: #4DAC26;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.upl-main input {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
}

.steps-container--main .bxes-style .form-style .c-item-container label {
    cursor: pointer;
}

.thank-you-section {
    padding: 120px 24px 32px 24px;
    position: relative;
    z-index: 3;
    background-color: #FFF;
}

@media (max-width: 1200px) {
    .f-sect .pos-abs-img {
        max-width: 720px;
        height: 290px;
    }

    .f-sect {
        min-height: 550px;
    }
}

@media (max-width: 1024px) {
    body.admin-bar .line-container {
        top: 138px;
    }

    .line-container {
        top: 106px;
    }

    .choosing-items .choosing-items-container .c-item .c-item-container .title-cont h3 {
        font-size: 14px;
        line-height: 21px;
    }

    .hydr-other-pages .boxes-main .boxes-main-container .box-item a .box-title h3 {
        font-size: 20px;
        line-height: 24px;
    }
}

@media (max-width: 782px) {
    body.admin-bar .line-container {
        top: 133px;
    }

    .line-container {
        top: 87px;
    }
}

@media (max-width: 767px) {
    .thank-you-section {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .f-sect {
        background-color: #101840;
        padding-top: 68px;
        padding-bottom: 301px;
    }

    .f-sect .container .page-title {
        margin-bottom: 12px;
    }

    .f-sect .container .page-title h1 {
        font-size: 28px;
        line-height: 28.8px;
    }

    .f-sect .container .meta-main {
        margin-bottom: 12px;
    }

    .f-sect .bg-abs-img {
        display: none;
    }

    .f-sect .container .start-btn {
        margin-top: 32px;
    }

    .f-sect .container .start-btn a {
        max-width: 327px;
    }

    .f-sect .pos-abs-img .desc-img {
        display: none;
    }

    .f-sect .pos-abs-img {
        max-width: 100%;
        height: 260px;
    }

    .f-sect .pos-abs-img .mob-img {
        max-width: 100%;
        width: 100%;
        height: 100%;
    }

    .f-sect .pos-abs-img .mob-img img {
        max-width: 100%;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: bottom center;
        object-position: bottom center;
    }

    .f-sect .pos-abs-img .mob-img img {
        display: block;
    }

    .next-prev-buttons-section {
        background-color: #F5F7FF;
        border-top: 1px solid #D3D8F0;
    }

    .next-prev-buttons-section .cols-flex .right-col .finish {
        margin-left: 8px;
    }

    .next-prev-buttons-section .cols-flex .right-col input.retake {
        margin-right: 8px;
    }

    .next-prev-buttons-section .cols-flex button,
    .next-prev-buttons-section .cols-flex a,
    .next-prev-buttons-section .cols-flex input {
        padding: 7px 20px;
    }

    body.admin-bar .line-container {
        top: 118px;
    }

    .line-container {
        top: 72px;
    }

    .steps-container--main {
        padding: 24px 0 0 0 ;
    }

    .steps-container--main .section-title {
        padding: 0 24px;
    }

    .form-main-section {
        padding-bottom: 0;
    }

    .steps-container--main fieldset .form-style {
        padding: 0 24px 72px 24px;
    }

    .next-prev-buttons-section {
        position: sticky;
        top: unset;
        bottom: 0;
        z-index: 10;
    }

    /* .form-main-section {
        min-height: 500px;
    } */

    .steps-container--main .section-title {
        max-width: 100%;
        text-align: left;
        margin-bottom: 16px;
    }

    .steps-container--main .form-style .form-container {
        background-color: transparent;
        padding: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        max-width: 100%;
    }

    .choosing-items .choosing-items-container {
        margin: 0 auto;
    }

    .choosing-items .choosing-items-container .c-item {
        padding: 0;
        width: 100%;
        margin-bottom: 12px;
    }

    .choosing-items .choosing-items-container .c-item:last-child {
        margin-bottom: 0;
    }

    .choosing-items .choosing-items-container .c-item .c-item-container .img-cont {
        height: 45px;
    }

    .choosing-items .choosing-items-container .c-item .c-item-container .title-cont {
        max-width: 285px;
    }

    .steps-container--main .form-main.step-7.step-7-1 .section-title {
        max-width: 285px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .form-main-section > .pos-abs-img {
        display: none;
    }

    .hydr-other-pages .boxes-main .boxes-main-container {
        max-width: 521px;
        width: 100%;
        margin: 0;
    }

    .hydr-other-pages .boxes-main {
        overflow: hidden;
        overflow-x: auto;
        padding-bottom: 32px;
        padding-top: 24px;
        padding-right: 20px;
    }

    .hydr-other-pages .boxes-main .boxes-main-container .box-item {
        /* padding: 0;
        padding-right: 8px; */
    }

    .hydr-other-pages .boxes-main .boxes-main-container .box-item:last-child {
        padding-right: 0px;
    }

    .hydr-other-pages .boxes-main .boxes-main-container .box-item a {
        padding: 24px;
    }

    .hydr-other-pages .boxes-main .boxes-main-container .box-item a .box-icon {
        width: 44px;
        height: 40px;
    }

    .hydr-other-pages .boxes-main .boxes-main-container .box-item a .box-title h3 {
        font-size: 15px;
        line-height: 28.8px;
    }

    .hydr-other-pages {
        margin-top: 78px;
    }

    .hydr-other-pages .other-pages-container .anoth-title h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .hydr-other-pages .other-pages-container .anoth-title {
        margin-bottom: 0;
    }

    .choosing-items .choosing-items-container > label {
        width: 100%;
    }

    .form-style {
        padding: 0;
    }

    .finish-step {
        overflow: hidden;
    }

    .finish-step {
        padding-top: 24px;
        margin-top: 0px;
    }

    .finish-step .thank-you .thank-you-container .desc {
        max-width: 290px;
        width: 100%;
        margin: 0 auto;
        font-size: 16px;
        line-height: 24px;
    }

    .finish-step .thank-you .thank-you-container .ic-container {
        margin-bottom: 16px;
    }

    .finish-step .thank-you .thank-you-container .thanks-title {
        margin-bottom: 4px;
    }

    .finish-step .thank-you .thank-you-container .thanks-title h2 {
        font-size: 20px;
        line-height: 28.8px;
    }

    .finish-step .thank-you .thank-you-container .ic-container img {
        width: 40px;
        height: 40px;
    }

    .finish-step {
        position: relative;
        background-color: #FFF;
    }

    .finish-step > div {
        z-index: 2;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .finish-step > div > div {
        width: 100%;
    }

    .finish-step:after {
        content: "";
        display: block;
        position: absolute;
        bottom: -15px;
        left: 0;
        width: 100%;
        background-image: url('/wp-content/uploads/2025/10/Group-1000006656.svg');
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        height: 330px;
    }

    .hydrobiology .choosing-items .choosing-items-container .c-item {
        margin-bottom: 12px;
    }

    .hydrobiology .choosing-items .choosing-items-container .c-item:nth-child(odd) {
        padding-right: 6px;
    }

    .hydrobiology .choosing-items .choosing-items-container .c-item:nth-child(even) {
        padding-left: 6px;
    }

    .hydrobiology .steps-container--main .section-title {
        margin-bottom: 4px;
    }

    .hydrobiology .steps-container--main .section-desc {
        margin-bottom: 16px;
        text-align: left;
    }

    .hydrobiology .steps-container--main .section-desc h2 {
        font-size: 16px;
        line-height: 24px;
        text-align: left;
    }

    .hydrobiology .choosing-items .choosing-items-container .c-item .c-item-container .img-cont {
        height: 61px;
    }

    .hydrobiology .choosing-items .choosing-items-container .c-item .c-item-container .img-cont img {
        border-radius: 8px;
    }

    .hydrobiology .choosing-items .choosing-items-container .c-item:nth-child(7) {
        width: 100%;
        padding: 0;
    }

    .hydrobiology .steps-container--main .step-9 .section-title {
        margin-bottom: 16px;
    }
}

.hydrobiology .choosing-items .choosing-items-container .c-item .c-item-container .img-cont img {
    border-radius: 8px;
}

/* f-sect styles end */

/* global styles */

.steps-style .desc p,
.steps-section .desc p,
.steps-style h1,
.steps-section h1,
.steps-style h3,
.steps-section h3 {
    margin: 0;
}

.steps-style .c-white,
.steps-section .c-white {
    color: #fff;
}

.steps-style .c-blue,
.steps-section .c-blue {
    color: #1F3D99;
}

.steps-style .c-dark-blue,
.steps-section .c-dark-blue {
    color: #101840;
}

.steps-style .c-gray,
.steps-section .c-gray {
    color: #484964;
}

.steps-style .ff-open,
.steps-section .ff-open {
    font-family: "Open Sans", Sans-serif;
}

.steps-style .fw-700,
.steps-section .fw-700 {
    font-weight: 700;
}

.steps-style .fw-400,
.steps-section .fw-400 {
    font-weight: 400;
}

.steps-style .fs-47,
.steps-section .fs-47 {
    font-size: 47px;
    line-height: 71px;
}

.steps-style .fs-27,
.steps-section .fs-27 {
    font-size: 27px;
    line-height: 28.8px;
}

.steps-style .fs-20,
.steps-section .fs-20 {
    font-size: 20px;
    line-height: 30px;
}

@media (max-width: 1024px) {
    .steps-style .fs-47,
    .steps-section .fs-47 {
        font-size: 32px;
        line-height: 42px;
    }

    .steps-style .fs-20,
    .steps-section .fs-20 {
        font-size: 16px;
        line-height: 25px;
    }

    .steps-style .fs-27,
    .steps-section .fs-27 {
        font-size: 20px;
        line-height: 28.8px;
    }
}

@media (max-width: 767px) {
    .steps-style .fs-47,
    .steps-section .fs-47 {
        font-size: 20px;
        line-height: 30px;
    }

    .steps-style .fs-27,
    .steps-section .fs-27 {
        font-size: 15px;
        line-height: 28.8px;
    }

    .steps-style .fs-20,
    .steps-section .fs-20 {
        font-size: 14px;
        line-height: 21px;
    }
}

section form {
    position: relative;
}




/* global styles end */


/* Multiple Image Preview Gallery */
.preview-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
    padding: 20px;
    max-width: 100%;
}

.preview-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    background: #f5f5f5;
}

.preview-item img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

.remove-image-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    background: rgba(255, 255, 255, 0.95);
    border: 2px solid #dc3545;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    color: #dc3545;
    padding: 0;
}

.remove-image-btn:hover {
    background: #dc3545;
    color: white;
    transform: scale(1.1);
}

.remove-image-btn svg {
    width: 16px;
    height: 16px;
}

.no-images {
    text-align: center;
    padding: 60px 20px;
    color: #999;
    font-style: italic;
}

.photo-gallery {
    width: 100%;
    margin: 20px 0;
}

.photos-count {
    background: #e8f5e9;
    padding: 10px 20px;
    border-radius: 8px;
    color: #2e7d32;
}

.take-more-btn {
    background: #4DAC26 !important;
    color: white !important;
    border: none !important;
}

.take-more-btn:hover {
    background: #3d8a1e !important;
}

/* Upload Progress Bar */
.upload-progress-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}

.upload-progress-container {
    background: white;
    border-radius: 12px;
    padding: 30px 40px;
    min-width: 400px;
    max-width: 90%;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

.upload-progress-content h3 {
    margin: 0 0 20px 0;
    color: #2e7d32;
    font-size: 20px;
    text-align: center;
}

.progress-bar-wrapper {
    width: 100%;
    height: 30px;
    background: #e0e0e0;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 10px;
}

.progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #4DAC26 0%, #66bb6a 100%);
    transition: width 0.3s ease;
    border-radius: 15px;
}

.progress-percentage {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .preview-grid {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
        gap: 10px;
    }
    
    .preview-item img {
        height: 140px;
    }
    
    .upload-progress-container {
        min-width: 300px;
        padding: 20px 25px;
    }
    
    .upload-progress-content h3 {
        font-size: 18px;
    }
}