@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body{
    font-family: 'Inter', sans-serif;
}
body.page-id-150:before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    background: url('https://wishingtree.virtualtechfrontier.com/wp-content/uploads/2025/06/5ef8bf31c765fd3dfc75b7c23accca58acf42ecf.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}
.imitate-mobile{
    max-width: 600px;
    margin: auto;
    padding: 50px 16px;
    height: 100vh;
}
.page-title{
    font-size: 28px;
    font-weight: 700;
    line-height: 33px;
    text-align: left;
}
.pet-container{
    background-color: #0021344d;
    border-radius: 16px;
    display: flex;
    padding: 24px;
}
.left, .right{
    width: 50%;
    text-align: center;
}
.right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.center{
    text-align: center;
}
.hide{
    display: none !important;
}
.blue-button{
    display: block;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 14px;
    line-height: 16.94px;
    text-align: center;
    padding: 12px 55px;
    background: #062751;
    border-radius: 69px;
    border: none;
}
p{
    font-size: 16px; 
    line-height: 19px; 
    font-weight: 500;
}
.container{
    padding: 4rem 15px;
    max-width: 700px;
    min-height: 90vh;
    align-content: normal;
}
.btn-primary {
    background-color: red;
    border-color: white;
}
.logo-container{
    display: flex;
    gap: 20px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.logo-container img{
    max-width: 100%;
}
.form-container{
    margin-top: 50px;
    margin-bottom: 50px;
}
.footer-pskt img{
    max-width: 50%;
}
.footer-pskt{
    background: #037796;
    max-width: 700px;
    margin: auto;
    border-radius: 24px 24px 0 0;
    padding: 50px 0;
    text-align: center;
}
@media only screen and (max-width: 600px){
    body.page-id-2:before, body.page-id-46:before{
        background-attachment: initial;
    }
    .container{
        padding: 2rem 15px;
        min-height: 90vh;
        align-content: normal;
    }
    .logo-container{
        width: 90%;
        margin: auto;
    }
    .logo-container img{
        width: 50%;
    }
    .form-container{
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .footer-pskt img{
        max-width: 80%;
    }
    .footer-pskt{
        padding: 25px 0
    }

}