/* Contact Support Page Start */
/* We’re here to help Section css Start */
section.zamp_werehere_help_section {
    background: #F4F4F1;
    padding-top: 5rem;
}
.zamp_werehere_help_wrapper {
    margin-bottom: 5rem;
}
.zamp_werehere_help_content {
	text-align:center;
}
.zamp_werehere_help_content .heading-h1 {
    margin-bottom: 1.875rem;
	font-weight:400;
    color: #0B0A0A;
}
.zamp_werehere_help_content p {
	max-width: 35.625rem;
    margin: 0 auto;
    color: #0B0A0A;
    font-weight: 500;
}
.zamp_werehere_help_cards_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
    grid-gap:1.5625rem 0;
}
.zamp_box.zamp_werehelp_contcbox {
    width: calc(33% - .625rem);
    padding: 1.875rem;
    background: #E4E4E0;
}
.zamp_wrhelp_icon {
    width: 3.125rem;
    height: 3.125rem;
    background: var(--color-bg-100);
    border-radius: .0625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:3.75rem
}
.zamp_wrhelp_content_inr .subheading-h6 {
	font-size: 1.375rem;
	font-weight: 500;
	line-height:1.625rem;
	margin-bottom: .3125rem;
}
.zamp_wrhelp_content_inr p {
    font-family: 'Season Sans';
    font-weight: 400;
    color: #000000;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: .03rem;
}
.zamp_wrhelp_content_inr p:last-child{
    margin-bottom: 0;
    color: #4A4949;
}
.zamp_wrhelp_content_inr .input-box {
    padding: .75rem 1.25rem;
    background: #BCBCBC42;
    border: .0625rem solid #CCCCC1;
    border-radius: .0625rem;
    font-size: 1rem;
	line-height: 1.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    color: #000;
	margin-bottom:.75rem;
    font-family: var(--season-sans);
}
.zamp_wrhelp_content_inr .input-box a{
    color: var(--zamp-tx-black);
}
.zamp_wrhelp_content_inr .buttons .btn {
	margin-bottom:.75rem;
    background: #000;
    color: #fff;
    padding: .75rem 1.25rem;
    border-radius: .0625rem;
    font-size: 1rem;
    cursor: pointer;
    text-align: center;
    line-height: 1.75rem;
    display: block;
    font-weight: 500;
    font-family: var(--season-sans);
}
.zamp_wrhelp_content_inr .buttons .btn:hover{
    background: var(--btn-fill-new-bg-hover-state);

}
.input-box.highlight {
    background-color: #918d8d;
    transition: background-color 0.7s ease;
}
.zamp_wrhelp_content_inr{
    position: relative;
}
.copy-alert {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    background: #dadad7;
    border: .0625rem solid #CCCCC1;
    box-shadow: unset;
    color: #000;
    padding: .875rem 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    display: none;
    opacity: 0;
    z-index: 9999;
    transition: opacity 0.4s ease;
}
.copy-alert.show {
    display: block;
    opacity: 1;
}
span.contact-support-copy {
    cursor: pointer;
}
@media only screen and (max-width: 64rem) {
    section.zamp_werehere_help_section {
        padding-top: 3.75rem;
    }
    .zamp_werehere_help_wrapper {
        margin-bottom: 3.75rem;
    }
    .zamp_box.zamp_werehelp_contcbox {
        width: calc(50% - .625rem);
    }
}
@media only screen and (max-width: 47.9375rem) {
    .section.zamp_werehere_help_section{
        padding-top: 3.125rem;
    }
    section.zamp_werehere_help_section {
        padding-top: 3.125rem;
    }
    .zamp_werehere_help_wrapper {
        margin-bottom: 2.5rem;
    }
    .zamp_werehere_help_content .heading-h1 {
        margin-bottom: 1.25rem;
    }
    .zamp_box.zamp_werehelp_contcbox {
        width: 100%
    }
    .zamp_wrhelp_icon{
        margin-bottom: 1.875rem;
    }
    .zamp_wrhelp_content_inr p{
        margin-bottom: 1.25rem;
    }
}

/* Still need more help Css Section Start */
.zamp__contat_stellneed_wrapper {
    display: flex;
    justify-content: space-between;
	grid-gap: 1.25rem;
}
.zamp__contat_stellneed_wrapper .zamp_contstelneed-left {
    width: 100%;
    max-width: 40%;
	padding-top: 7.5rem;
}
.zamp__contat_stellneed_wrapper  .zamp_contstelneed-right {
    max-width: 35.75rem;
    width: 100%;
	background: #F4F4F1;
    padding: 2.5rem;
}
.zamp__contat_stellneed_wrapper .zamp_contstelneed-left p {
    color: #181818;
    margin-top: 1.875rem;
    font-weight: 400;
    margin-bottom: 0;
}
.zamp__contat_stellneed_wrapper .zamp_contstelneed-right .zamp-form-field input , .zamp__contat_stellneed_wrapper .zamp_contstelneed-right .zamp-form-field textarea.wpcf7-form-control,
.zamp__contat_stellneed_wrapper .zamp_contstelneed-right .zamp-form-field select{
    background: transparent;
    border: solid .0625rem #38383852;
    font-family: var(--season-sans) !important;
    color: #000 !important;
    font-weight: 400 !important;
    letter-spacing: .0219rem;
    border-radius: 0;
}
.zamp__contat_stellneed_wrapper .zamp_contstelneed-right .zamp-form-field input:focus, 
.zamp__contat_stellneed_wrapper .zamp_contstelneed-right .zamp-form-field textarea:focus,
.zamp__contat_stellneed_wrapper .zamp_contstelneed-right .zamp-form-field select:focus{
    border-color: #383838 !important;
}
.zamp__contat_stellneed_wrapper .zamp_contstelneed-right .zamp-form-field select{
    height: 3.875rem;
    padding: .625rem 1.375rem !important;
}
.zamp__contat_stellneed_wrapper .zamp_contstelneed-right .zamp-form-field select,
.zamp__contat_stellneed_wrapper .zamp_contstelneed-right .zamp-form-field input{
    height: 56px;
}

.zamp__contat_stellneed_wrapper .zamp_contstelneed-right .zamp-form-field select{
  color: #00000099 !important;
}
.zamp__contat_stellneed_wrapper .zamp_contstelneed-right .zamp-form-field input::placeholder,
.zamp__contat_stellneed_wrapper .zamp_contstelneed-right .zamp-form-field textarea::placeholder{
    color:#00000099;
    opacity:1;
}
.zamp__contat_stellneed_wrapper .zamp_contstelneed-right .zamp-form-field textarea {
	height:9.375rem;
}
.zamp__contat_stellneed_wrapper .zamp_contstelneed-right .zamp-form-field label {
    color: #000;
    font-weight: 400;
    padding-bottom: .75rem;
    font-size: 1.0506rem;
    line-height: 1.8669rem;
    font-family: var(--season-sans);
}
.zamp__contat_stellneed_wrapper .zamp_contstelneed-right  span.wpcf7-list-item-label {
    color: #000;
}
.zamp__contat_stellneed_wrapper .zamp_contstelneed-right  button.zamp-btn-submit {
    color: #FAFAF9;
    background: #000;
    font-weight: 400;
    width: 100%;
    display: block;
    padding: .8681rem 1.25rem;
    border: .0625rem solid #fff;
    font-family: var(--season-sans);
    font-size: 1.0506rem;
    line-height: 1.8669rem;
    cursor: pointer;
    transition: all 0.5s;
    margin-top: 3rem;
    border-radius: 0;
}
.zamp__contat_stellneed_wrapper .zamp_contstelneed-right button.zamp-btn-submit:hover{
    background: var(--btn-fill-new-bg-hover-state);
    border: .0625rem solid var(--btn-fill-new-bg-hover-state);

}
section.zamp_contat_stellneed_section {
    position: relative;
    background-image: url(/wp-content/uploads/2025/12/test-b.svg);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.zamp_contstelneed-right .wpcf7 form.sent .wpcf7-response-output,
.zamp_contstelneed-right .wpcf7 form .wpcf7-response-output{
    margin: 1.25rem 0 0 0;
}
.zamp_contstelneed-right .wpcf7-form.invalid .wpcf7-response-output {
    display: none !important;
}
.zamp_contstelneed-right .wpcf7-form.sent .wpcf7-response-output {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.zamp_contstelneed-right .wpcf7-form-control-wrap[data-name="topic"] {
    position: relative;
    width: 100%;
}
.zamp_contstelneed-right .wpcf7-form-control-wrap[data-name="topic"] select {
    width: 100%;
    padding-right: 2.8125rem !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}
.zamp_contstelneed-right .wpcf7-form-control-wrap[data-name="topic"]::after {
    content: "";
    position: absolute;
    right: 1.25rem;
    top: 48%;
    width: .625rem;
    height: .625rem;
    pointer-events: none;
    border-left: .125rem solid #38383852;
    border-bottom: .125rem solid #38383852;
    transform: translateY(-50%) rotate(-45deg);
}
.zamp__contat_stellneed_wrapper .zamp_contstelneed-left > p {
    max-width: 30.3125rem;
}
.zamp_contat_stellneed_section .wpcf7-form-control-wrap{
    line-height: 0;
}
.zamp_contstelneed-right .wpcf7-response-output {
    color:black
}
@media only screen and (max-width: 64rem) {
    .zamp__contat_stellneed_wrapper .zamp_contstelneed-left p {
        margin-top: 1.25rem;
    }
    .zamp__contat_stellneed_wrapper .zamp_contstelneed-left {
        padding-top: 0;
    }
    .zamp__contat_stellneed_wrapper .zamp_contstelneed-right {
        max-width: 100%;
    }
}
@media only screen and (max-width: 47.9375rem) {
    .zamp__contat_stellneed_wrapper .zamp_contstelneed-right .zamp-form-field select{
        padding: .625rem 1.25rem !important;
    }
    .zamp__contat_stellneed_wrapper .zamp_contstelneed-right{
        padding: 25px;
    }
    .zamp__contat_stellneed_wrapper .zamp_contstelneed-right .zamp-form-field select, .zamp__contat_stellneed_wrapper .zamp_contstelneed-right .zamp-form-field input {
        height: 50px;
    }
    .wpcf7-form-control-wrap[data-name="topic"]::after{
        width: 8px;
        height: 8px;
        border-left: 1.5px solid #111;
        border-bottom: 1.5px solid #111;
    }
    .zamp__contat_stellneed_wrapper .zamp_contstelneed-right .zamp-form-field input{
        padding: .9375rem .9375rem !important;
    }
    .zamp__contat_stellneed_wrapper .zamp_contstelneed-right .zamp-form-field select{
        padding-left: .9375rem !important;
        padding-right: .9375rem !important;
    }
    .zamp__contat_stellneed_wrapper .zamp_contstelneed-left,
    .zamp__contat_stellneed_wrapper .zamp_contstelneed-right{
        width: 100%;
        max-width: 100%;
    }
    .zamp__contat_stellneed_wrapper{
        flex-wrap: wrap;
        gap: 40px;
    }
    .zamp__contat_stellneed_wrapper .zamp_contstelneed-left h2{
        text-align: center;
        margin: 0 0 20px 0;
    }
    .zamp__contat_stellneed_wrapper .zamp_contstelneed-left h2 p{
        margin: 0;
    }
    .zamp__contat_stellneed_wrapper .zamp_contstelneed-left p{
        text-align: center;
        margin: 0;
    }
    .zamp__contat_stellneed_wrapper .zamp_contstelneed-right .zamp-form-field label{
        font-size: 1rem;
        line-height: 1.25rem;
    }
    .zamp__contat_stellneed_wrapper .zamp_contstelneed-right button.zamp-btn-submit{
        padding: 6px 1.25rem;
        margin-top: 1.875rem;
        min-height: 50px;
    }
}