/*

Theme Name: Divi Child

Description: Divi Child Theme

Author: Sandeep

Author URI: https://example.com

Template: Divi

Version: 1.0.0

*/
#password-change-form {
    max-width: 400px;
    margin: 0 auto;
}

#password-change-form p {
    margin-bottom: 15px;
}

#password-change-form label {
    display: block;
    margin-bottom: 5px;
}

#password-change-form input[type="password"],
#password-change-form input[type="submit"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

#password-change-form input[type="submit"] {
    width: 100%;
    background: #801696;
    color: #fff;
    height: 40px;
    text-align: center;
    border: none;
    border-radius: 5px;
    transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    opacity: 0.6;
}#password-change-form input[type="submit"]:hover {
    cursor: pointer;
    opacity: 1;
}.page-id-2091 ul.woocommerce-error {
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 20px;
    height: 34px;
    background: #ff1414;
    padding: 5px 0px 0px 0 !important;
    text-align: center;
    font-size: 13px !important;
}.page-id-2091 h1.entry-title.main_title {
    text-align: center;
    color: #801696;
    font-size: 25px;
    font-weight: 900;
}.sidebar-link{        margin-bottom: 9.27%;}
.sidebar-link a{color: #fff;}
p.greeting-msg {font-size:15px;font-weight: 900;}



 body {
                font-family: Arial, sans-serif;
                background-color: #f0f0f0;
                margin: 0;
                padding: 0;
            }

            .container {
                display: flex;
                justify-content: center;
                align-items: flex-start; /* Align items to the top */
                flex-wrap: wrap; /* Wrap boxes when they exceed container width */
                gap: 20px;
                padding: 20px;
                max-width: 100%; /* Ensure container respects width constraints */
                overflow: hidden; /* Hide overflow to prevent horizontal scrolling */
            }

            .box {
                display: inline-block;
                box-shadow: 0 4px 8px rgba(0,0,0,0.1);
                background-color: #ffffff;
                border: 1px solid #cccccc;
                padding: 20px;
                width: calc(50% - 10px); /* Calculate box width to fit two boxes per row with gap */
                text-align: center;
                position: relative; /* Positioning for icon */
                box-sizing: border-box; /* Ensure padding is included in the box width */
                transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transitions for transform and box-shadow */
            }

            .box{
                box-shadow: 0 8px 16px rgba(0,0,0,0.2); /* Larger shadow on hover */
               
               
            }

            .icon {
                position: absolute;
                top: 19px;
                left: 10px; /* Positioning the icon to the left */
            }

            .icon img {
                width: 20px; /* Adjust the size of the book icon as needed */
                height: auto;
            }

           

         .readings {
                margin-top: -30px;
                margin-left: -90px;
                display: flex;
                justify-content: space-between;
                align-items: center;
                margin-bottom: 10px;
            }

            .reading {
                font-weight: bold;
                flex-grow: 1;
                font-size: 14px;
                color: black;
            }


            .box-description {
                color: #666666;
                margin-bottom: 10px;
                margin-top: -10px;
                margin-left: -5px;
                padding: 0 20px; /* Add padding to maintain spacing */
            }

            button {
                background-color: #7B68EE;
                color: white;
                padding: 12px 24px; /* Increased button padding */
                border: none;
                cursor: pointer;
                margin-top: 30px;
              
                border-radius: 5px; /* Rounded corners */
                transition: background-color 0.3s ease;
            }

            button:hover {
                background-color: #800080;
            }

            @media (max-width: 640px) {
                .box {
                    width: 100%; /* Full width on smaller screens */
                }
            }




















.page-id-2229 .et_pb_module.et_pb_code.et_pb_code_9 {
    border-radius: 10px;
    box-shadow: 0px 12px 18px -1px rgba(0, 0, 0, 0.08);
    background-color: #f8e7fa;
    padding: 15px;
    margin-top: 20px;}

.theme-Divi .container {
    width: 100%;
    margin: 0 auto;
}


.theme-Divi .box {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    flex: 0 0 23%;
    position: relative;
    margin: 10px;
    overflow: hidden;
    height: 183px;
    text-align:center;border: 1px solid white;
    border-radius: 8px;padding-top: 40px;
}

.theme-Divi .icon img {
    width: 20px;
    height: auto;
    padding-top: 20px;
}


.theme-Divi .box-description button {
    background-color: #7B68EE;
    color: white;
    padding: 0px 0px;
    border: none;
    cursor: pointer;
    margin-top: 30px;
   
    border-radius: 5px;
    transition: background-color 0.3s ease;
}


.theme-Divi button.hamburger:hover {
        background-color: #fff0 !important;
    }



.theme-Divi body:not(.et-tb) #main-content .container, body:not(.et-tb-has-header) #main-content .container {
    padding-top: 6px;
}

.theme-Divi .container {
   display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0;
    padding: 0px;
    max-width: 100%;
    overflow: hidden;

}

.theme-Divi .readings {
    margin-top: -5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;margin-left: 0;
}

@media (max-width: 575px) {
   .theme-Divi .box {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    flex: 0 0 80%;
    position: relative;
    margin: 10px;
    overflow: hidden;
    height: 183px;
    text-align: center;
}


}

@media (min-width: 575px) and (max-width: 767px) {

.theme-Divi .readings {
    margin-top: -5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 21px;
}
}



@media (max-width: 767px) {
    .theme-Divi .elementor-hidden-desktop .hamburger {
        position: absolute;
        right: -76px;
        top: -90px;
        background: none;
        text-align: end;
    }
}




