@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
.zamp_main_footer{
    background-color: var(--color-bg-black);
    position: relative;
     background-image: 
        url('https://zamp.betademowork.com/wp-content/uploads/2025/12/footer-bg-one-new-test.svg'),/* top left */
        url('https://zamp.betademowork.com/wp-content/uploads/2025/12/footer-bg-two.svg'),/* top right */
        url('https://zamp.betademowork.com/wp-content/uploads/2025/12/footer-bg-three-new-test.svg');/* bottom right */
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 
        left 0 top 0,/* first image */
        right 0 top 0,/* second image */
        right 0 bottom 580px;/* third image */
    background-size: auto, auto, auto;
}
.zamp_content_wrapper {
    display: flex;
    gap: 22px;
    align-items: center;
}
.zamp_content_wrapper .zamp_content_left,
.zamp_content_wrapper .zamp_content_right{
    width: 50%;
}
.zamp_content_contact .zamp_content_contact_title{
    max-width: 528px;
    padding-bottom: 28px;
}
.zamp_content_contact .zamp_content_contact_discription{
    max-width: 422px;
    padding-bottom: 48px;
}
.zamp_content_list li:not(:last-child){
    margin-bottom: 24px;
}
.zamp_content_list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.zamp_content_list li {
    display: flex;
    align-items: center;
    gap: 11px;
    position: relative;
    color: #f6f6f6;
}
.zamp_content_list li::before {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(https://zamp.betademowork.com/wp-content/uploads/2025/12/checbo-icon.svg);
}
.zamp-form {
    background-color: #171717;
    padding: 40px;
}
.zamp-form-row {
    display: flex;
    gap: 20px;
}
.zamp-form-field {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.zamp-form-field label {
    font-family: var(--season-sans);
    font-weight: 400;
    font-size: 16.81px;
    line-height: 29.87px;
    color: #fff;
    padding-bottom: 12px;
}
.zamp-form-field input {
    font-family: var(--season-sans);
    padding: 20px 22px;
    font-size: 16px;
    line-height: 16px;
    border-radius: 0;
    border: 1px solid #383838;
    outline: none;
    background-color: #111111;
    color: #f9f9f9;
}
.zamp-form-field input::placeholder {
    color: #fff;
    opacity: 0.6;
}
.zamp-checkbox-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    cursor: pointer;
}
.zamp-checkbox-wrap input {
    display: none;
}
.zamp-checkbox-custom {
    width: 23px;
    height: 23px;
    border: 1.2px solid #383838;
    position: relative;
}
.zamp-checkbox-wrap input:checked + .zamp-checkbox-custom {
    background-color: #ffffff;
    border-color: #ffffff;
}
.zamp-checkbox-wrap input:checked + .zamp-checkbox-custom::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 5px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(-45deg);
    left: 5px;
    top: 5px;
}
.zamp-checkbox-label-text{
    font-family: var(--season-sans);
    font-weight: 400;
    font-size: 16.81px;
    line-height: 29.87px;
}
.zamp-btn-submit {
    width: 100%;
    display: block;
    padding: 13.89px 20px;
    background-color: #ffffff;
    border: 1px solid #fff;
    color: #000000;
    font-family: var(--season-sans);
    font-weight: 400;
    font-size: 16.81px;
    line-height: 29.87px;
    cursor: pointer;
    transition: all 0.5s;
    margin-top: 48px;
}
.zamp-btn-submit:hover{
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}


/* Footer */
.zamp-footer-box {
    position: relative;
    background-color: #ffffff;
    padding: 68px 75px;
    background-image: url(https://zamp.betademowork.com/wp-content/uploads/2025/12/footer-bg-img.svg);
    background-size: auto;
    background-position: right bottom;
    background-repeat: no-repeat;
}
.zamp-footer-top {
    display: flex;
    gap: 20px;
}
.zamp-footer-left {
    width: 35%;
}
.zamp-footer-menus {
    width: 65%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    display: flex;
}
.zamp-footer-logo img {
    max-width: 166px;
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 46px;
}
.zamp-footer-social {
    display: flex;
    align-items: center;
    gap: 16px;
}
.zamp-footer-social a img {
    max-width: 28px;
    height: auto;
    width: 100%;
    display: block;
}
.zamp_footer_title{
    font-family: var(--season-sans);
    font-weight: 500;
    font-size: 11px;
    color: #0000007D;
    line-height: 19.6px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.zamp-footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.zamp-footer-col li:not(:last-child) {
    margin-bottom: 8px;
}
.zamp-footer-col li a{
    font-family: var(--season-sans);
    font-weight: 400;
    font-size: 14px;
    line-height: 18.2px;
    letter-spacing: 0.2px;
    color: #000000;
}
.zamp-footer-col a,
.zamp-footer-bottom-links a {
    position: relative;
    text-decoration: none;
}
.zamp-footer-col a::after,
.zamp-footer-bottom-links a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    background-color: #111111;
    transition: width 0.25s ease;
}
.zamp-footer-col a:hover{
    color: var(--color-link-hover-50);
}
.zamp-footer-col a:hover::after,
.zamp-footer-bottom-links a:hover::after {
    width: 100%;
}
.zamp-footer-bottom {
    display: flex;
    gap: 18px;
    align-items: center;
    margin-top: 77px;
}
.zamp-footer-bottom-list{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 16px;
}
.zamp-footer-bottom-list li a:hover{
    color: var(--color-link-hover-50);
}
.zamp-footer-bottom-list li a,
.zamp-footer-copy {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #574E4C;
}
.zamp-footer-copy{
  color: #574E4C5C;
}
.zamp-footer-section {
  position: relative;
  padding: 0 0 80px;
}




/* ========== Media Quary ========== */
@media only screen and (max-width: 1366px) {}
@media only screen and (max-width: 1024px) {
  .zamp-footer-box{
      padding: 45px;
  }
  .zamp-form-row{
    gap: 0;
    flex-direction: column;
  }
  .zamp-form-field input{
    padding: 15px 20px;
  }
  .zamp-footer-section{
    padding: 0 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .zamp_content_wrapper{
    flex-direction: column;
    gap: 50px;
  }
  .zamp_content_wrapper .zamp_content_left, .zamp_content_wrapper .zamp_content_right {
    width: 100%;
  }
  .zamp_content_contact .zamp_content_contact_title{
    padding-bottom: 15px;
  }
  .zamp_content_contact .zamp_content_contact_discription{
    padding-bottom: 35px;
  }
  .zamp_content_list li:not(:last-child) {
    margin-bottom: 20px;
  }
  .zamp_content_list li::before{
    background-size: 15px;
    width: 15px;
    height: 15px;
  }
  .zamp-form{
    padding: 20px;
  }
  .zamp-form-field label{
    font-size: 16px;
    line-height: 20px;
  }
  .zamp-btn-submit{
    padding: 12px 20px;
    margin-top: 30px;
  }
  .zamp-checkbox-custom {
    width: 20px;
    height: 20px;
  }
  .zamp-footer-box {
    padding: 20px;
    background-size: 80%;
    background-position: right bottom;
  }
  .zamp-footer-top{
    flex-direction: column;
  }
  .zamp-footer-logo img{
    max-width: 95px;
    margin-bottom: 30px;
  }
  .zamp-footer-left {
    width: 100%;
  }
  .zamp-footer-logo img{
    margin: 0 auto 30px auto;
  }
  .zamp-footer-social{
    justify-content: center;
  }
  .zamp-footer-social a img {
    max-width: 25px;
  }
  .zamp-footer-menus{
    width: 100%;
    gap: 0;
    flex-direction: column;
  }
  .zamp-footer-top{
    gap: 60px;
  }
  .zamp_footer_title{
    margin-bottom: 15px;
  }
  .zamp-footer-menus .zamp-footer-col:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .zamp-footer-bottom{
    margin-top: 50px;
    gap: 10px;
    flex-direction: column;
  }
  .zamp-footer-section{
    padding: 0 0 40px;
  }

  .zamp_main_footer {
        background-position: left 5px top 0,right 5px top 0,right 5px top 39%;
        background-size:
            40%,
            40%,
            40%;
  }
}
