/*
Theme Name: Maple ITES Inc.
Theme URI: https://maple-ites-inc.com/
Author: Maple ITES Inc.
Author URI: https://maple-ites-inc.com/
Description: Become a job-ready content writer in 6 weeks.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: maple-ites-inc
Tags: custom-theme, responsive, clean
*/


.thankyou-page{
    padding: 60px 0;
}

.thankyou-page__outer{
    max-width: 620px;
    margin: 0 auto;
    margin-top: 50px;
    box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
}

.thankyou-page__inner{
    padding: 30px;
    text-align: center;
}

.thankyou-page__text{
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 1px;
}

.thm-btn.thank-you-btn {
    font-size: 14px;
    padding: 10px 40px 10px;
}

#cookieConsent {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: #f8f9fa;
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    padding: 15px 20px;
    border-radius: 10px;
    display: none;
    z-index: 9999;
}

.cookie-five__top-btn {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 25px;
    padding: 12px 40px 12px;
}
    
