.elementor-2120 .elementor-element.elementor-element-61336d9{--display:flex;}.elementor-2120 .elementor-element.elementor-element-76241e5{width:100%;max-width:100%;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-76241e5 *//* DPS Jafferguda - Thank You Page */

.dps-thankyou-page {
    min-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 70px 20px;
    background:
        radial-gradient(circle at top right, rgba(238, 193, 25, 0.12), transparent 35%),
        linear-gradient(135deg, #fdfcf7 0%, #ffffff 55%, #f8f6ed 100%);
    box-sizing: border-box;
}

.thankyou-card {
    width: 100%;
    max-width: 760px;
    background: #ffffff;
    padding: 55px 60px;
    text-align: center;
    border-radius: 24px;
    border: 1px solid rgba(238, 193, 25, 0.45);
    box-shadow: 0 25px 70px rgba(0, 58, 35, 0.12);
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

/* Top accent */

.thankyou-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(
        90deg,
        #004d2b,
        #f0c419,
        #004d2b
    );
}

/* Success Icon */

.success-icon {
    width: 82px;
    height: 82px;
    margin: 0 auto 25px;
    border-radius: 50%;
    background: #004d2b;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 30px rgba(0, 77, 43, 0.25);
    position: relative;
}

.success-icon span {
    width: 58px;
    height: 58px;
    border: 2px solid #f0c419;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f0c419;
    font-size: 34px;
    font-weight: 700;
}

/* Badge */

.thankyou-badge {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 30px;
    background: #fff8d9;
    color: #004d2b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 18px;
}

/* Heading */

.thankyou-card h1 {
    margin: 0 0 18px;
    color: #004d2b;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
}

.thankyou-card h1 span {
    color: #e8bd16;
}

/* Main Text */

.thankyou-text {
    max-width: 610px;
    margin: 0 auto;
    color: #555;
    font-size: 18px;
    line-height: 1.7;
}

/* Divider */

.thankyou-divider {
    width: 70px;
    height: 3px;
    background: #f0c419;
    margin: 28px auto;
    border-radius: 10px;
}

/* Journey */

.journey-text {
    max-width: 600px;
    margin: 0 auto 30px;
    color: #666;
    font-size: 15px;
    line-height: 1.7;
}

.journey-text strong {
    color: #004d2b;
}

/* Next Box */

.next-box {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    text-align: left;
    background: #f7faf8;
    border: 1px solid #e4eee8;
    border-radius: 14px;
    padding: 20px;
    margin: 30px 0;
}

.next-icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
    border-radius: 50%;
    background: #004d2b;
    color: #f0c419;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.next-box strong {
    color: #004d2b;
    font-size: 16px;
}

.next-box p {
    margin: 5px 0 0;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

/* Button */

.home-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    padding: 14px 28px;
    background: #f0c419;
    color: #003d25 !important;
    text-decoration: none !important;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(240, 196, 25, 0.25);
}

.home-button:hover {
    background: #004d2b;
    color: #ffffff !important;
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(0, 77, 43, 0.25);
}

/* Admission Year */

.admission-year {
    margin: 25px 0 0;
    color: #888;
    font-size: 13px;
}

.admission-year strong {
    color: #004d2b;
}


/* Mobile */

@media (max-width: 767px) {

    .dps-thankyou-page {
        min-height: 80vh;
        padding: 40px 15px;
    }

    .thankyou-card {
        padding: 42px 22px;
        border-radius: 18px;
    }

    .success-icon {
        width: 70px;
        height: 70px;
    }

    .success-icon span {
        width: 50px;
        height: 50px;
        font-size: 28px;
    }

    .thankyou-card h1 {
        font-size: 30px;
    }

    .thankyou-text {
        font-size: 16px;
    }

    .journey-text {
        font-size: 14px;
    }

    .next-box {
        padding: 16px;
    }

    .next-box p {
        font-size: 13px;
    }

    .home-button {
        width: 100%;
        box-sizing: border-box;
    }
}/* End custom CSS */