@import url('https://fonts.googleapis.com/css2?family=Tinos:wght@400;700&display=swap');

@font-face {
    font-family: 'Karelle SVG-BANDH';
    src: url('https://test.mytrees.online/wp-content/uploads/2025/11/KarelleSVG-Regular-BANDH.woff2') format('woff2');
}

body {
    font-family: 'Tinos', serif;
    margin: 0;
    padding: 0;
}

.page-header {
    display: none;
}

body:not([class*=elementor-page-]) .site-main {
    max-width: 100%;
}

/* Outer Layout same as Registration */
.custom-registration-container {
    --container-max-width: 1140px;
    --content-width: min(100%, var(--container-max-width, 1140px));
    max-width: var(--content-width);
    margin: 0 auto;
    width: 100%;
    padding: 230px 0px;
}

.custom-registration-section {
    background-image: url("https://test.mytrees.online/wp-content/uploads/2025/11/hero-background.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0px 24px;
}

.custom-registration-inner {
    background-image: url("https://test.mytrees.online/wp-content/uploads/2025/11/paper-bcg.webp");
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    padding: 50px;
    gap: 40px;
    position: relative;
}

.custom-registration-inner:before {
    content: "";
    background-image: url('https://test.mytrees.online/wp-content/uploads/2025/11/bottom-divider-4-e1739812900870.webp');
    position: absolute;
    top: -135px;
    height: 135px;
    width: 100%;
    left: 0;
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100%;
}

.custom-registration-inner:after {
    content: "";
    background-image: url('https://test.mytrees.online/wp-content/uploads/2025/11/form-bottom-divider-e1739815761278.webp');
    position: absolute;
    bottom: -160px;
    height: 160px;
    width: 100%;
    left: 0;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

/* Left column */
.registration-left {
    flex: 1;
    min-width: 300px;
}

.hero-title {
    font-family: "Karelle SVG-BANDH", serif;
    font-size: clamp(2.625rem, 1.7596rem + 3.8462vw, 4.5rem);
    color: #603B1B;
    margin-bottom: 10px;
}

.hero-subtitle {
    font-family: "Plantagenet Cherokee", serif;
    font-size: 1.3rem;
    color: #603B1B;
    margin-bottom: 20px;
}

.hero-image {
    height: 80px;
    object-fit: contain;
}

/* Right column */
.registration-right {
    flex: 1;
    min-width: 320px;
}

/* Login form identical to addform */
.addform {
    display: flex;
    gap: 28px;
    flex-direction: column;
}

.addform .form-group {
    background-color: #FFFFFFBF;
    border-radius: 20px;
    padding: 8px 18px !important;
}

.addform label {
    color: #603B1B;
    font-family: Tinos;
    font-size: 25px;
    line-height: 39px;
    transition: all .2s ease-out;
}

.addform input[type="text"],
.addform input[type="password"] {
    background: none !important;
    border: none !important;
    outline: none !important;
    padding: 0 !important;
    font-size: 25px;
    font-family: Tinos;
    color: #603B1B;
    height: 25px;
    width: 100%;
}

.addform .submit-group {
    background: none;
    text-align: left;
}

.addform .elementor-button {
    border: none;
    background-image: url("https://test.mytrees.online/wp-content/uploads/2025/11/btn-border.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    font-family: "Karelle SVG-BANDH", serif;
    font-size: 30px;
    color: #603B1B;
    padding: 20px 20px !important;
    cursor: pointer;
    transition: transform 0.2s ease;
    background-color: transparent;
}

.addform .elementor-button:hover {
    transform: scale(1.05);
}

/* Forgot Password Link */
.forgot-link {
    text-align: left;
    margin-top: 10px;
}

.forgot-link a {
    color: #603B1B;
    font-family: Tinos;
    font-size: 18px;
    text-decoration: none;
}

.forgot-link a:hover {
    text-decoration: underline;
}

/* Error message same as sms-wrapper */
.sms-wrapper p {
    font-family: "Plantagenet Cherokee", serif;
    font-size: 1.3rem;
    color: #603B1B;
    background-color: #FFFFFFBF;
    padding: 15px 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .custom-registration-section {
        padding: 0px 12px;
    }

    .custom-registration-container {
        padding: 180px 0px;
    }

    .custom-registration-inner {
        flex-direction: column;
        padding: 30px;
    }

    .hero-title,
    .hero-subtitle {
        text-align: center;
    }

    .hero-image {
        margin: 0 auto;
    }

    .registration-right {
        margin-top: 20px;
    }
}
