/*
Theme Name: Creasions
Theme URI: None
Author: Me
Author URI: None
Description: Our 2026 default theme is designed to show off the power of the block editor. Requires at least: WordPress Version
Version: 0.1
License: GNU General Public License v2 or later
License URI: LICENSE
*/


ul#menu-header-menu li.current-menu-item a::after {
    transition: 0.3s;
    width: 100%;
}
section.homesec-01.aboutsec-01.Default p {
    
    margin-bottom: 10px;
    margin-top: 10px;
    
}

section.homesec-01.aboutsec-01.Default h2 {
    margin-top: 10px;
    margin-bottom: 10px;
}

section.homesec-01.aboutsec-01.Default ul {
    list-style: disc;
    margin-left: 50px;
    line-height: 30px;
    /* margin-top: 10px; */
    /* margin-bottom: 10px; */
}

section.homesec-01.aboutsec-01.Default h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.thank-you-message p {
    background: #0076e8;
    padding: 20px;
    color: white !important;
    text-align: center;
   font-weight:600;
 font-size:20px;
}