/**
Theme Name: Astra child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/


h1.entry-title {
    text-align: center;
}

form.wpcf7-form.sent {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.page-id-2377 .entry-content {
    text-align: center;
    display: flex;
    justify-content: center;
	text-align: left;
}
li#wppb-form-element-16 {
    text-align: left;
}
#wppb-form-style-2-wrapper .form-submit{
	text-align: left;
}

/* 🔐 WordPress Login Form Styling */
body.page-id-2223 form .input, 
body.page-id-2223 input[type="text"],
body.page-id-2223 input[type="password"],
body.page-id-2223 input[type="email"] {
    background-color: #F2F6FC;
    border: 1px solid transparent;
    border-radius: 18px;
    box-shadow: none;
    outline: none;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #090A0B;
    height: 56px;
    padding: 0 16px;
}

/* Optional: Style Login Button Consistently */
body.page-id-2223 #wp-submit {
    border-radius: 10px;
    font-weight: 600;
    background-color: #17226b; /* example primary color */
    color: white;
    padding: 12px 24px;
    border: 1px solid #17226b;
	height: 48px
}

body.page-id-2223 #wp-submit:hover {
    border-radius: 10px;
    font-weight: 600;
    background-color: #fff; /* example primary color */
    color: #17226b;
    padding: 12px 24px;
    border-color: #17226b;
	height: 48px
		
}

/* 🧾 Optional: Remove focus outline */
body.page-id-2223 input:focus {
    outline: none;
    box-shadow: none;
}

/* 🌐 GLOBAL INPUT STYLING (applies site-wide) */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea,
select {
/*     background-color: #F2F6FC; */
	background-color: #F2F6FC !important;
    border: 0 !important;
    border-radius: 12px !important;
    box-shadow: none;
    outline: none !important;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #090A0B;
    height: 56px;
    padding: 0 16px;
}
input[type="text"]: hover,
input[type="email"]: hover,
input[type="password"]: hover,
input[type="tel"]:hover,
textarea:hover,
select:hover, input[type="text"]: focus,
input[type="email"]: focus,
input[type="password"]: focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
    border: 1px solid #17226b  !important;
}
.pms-subscription-plan-auto-renew {
    margin-top: -10px !important;
}
li.wppb-subscription-plans h4 {
    margin-bottom: 13px !important;
}
li.wppb-subscription-plans{
	background: #f2f6fc;
    padding: 30px !important;
    border-radius: 18px;
}

.ui-datepicker-title select {
    height: auto;
    border-radius: 3px;
    padding: 0;
}
p.login-register-lost-password {
    margin-top: -18px !important;
    text-decoration: underline;
}
div#wppb-form-style-2-wrapper p > strong {
    display: block !important;
}
.page-id-2742 form#pms-register-form {
    margin-top: 60px;
}
.page-id-2742 #pms-paygate-extra-fields-paypal_connect__placeholder {
    width: 100%;
    max-width: max-content;
}
.page-id-2742 .ast-container {
    display: flex;
    justify-content: center;
    max-width: 1000px !important;
	flex-direction: column;
}
#wppb-form-style-2-wrapper #pass-strength-result {
    line-height: 19px;
    font-size: 12px;
    max-width: 128px;
}
 div#wppb-login-wrap > strong {
    width: 100% !important;
}

.elementor-nav-menu .sub-arrow {
    padding: 10px 5px;
}

.sub-menu {
    padding: 15px 0px !important;
}

.elementor-item.menu-link.has-submenu .sub-arrow{
	font-size: 21px;
    margin-left: 0px;
    display: inline-block;
    vertical-align: middle;
}

.form_submission{
	    margin: auto;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    font-family: sans-serif;
    border: 0 !important;
}
.wppb-mailchimp-subscribe {
    display: none;
}
span.agree_to_terms {
    margin: 0px 0 !important;
    padding: 0px 25px;
}
#cmplz-manage-consent .cmplz-manage-consent{
	z-index:9 !important;
}
/* care for other css */
/* Family Members Management Styles */
.family-members-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.family-members-header {
    text-align: center;
    margin-bottom: 45px;
}

.family-members-header h1 {
    color: #17226b;
    margin-bottom: 4px;
    font-size: 2em;
    padding-top: 3rem;
}

.family-members-header p {
    color: #17226b;
    margin: 0 auto;
}

/* Messages */
.family-message {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
    font-weight: 500;
}

.family-message.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.family-message.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Family Members List */
.family-members-list {
    margin-bottom: 30px;
}

.family-members-list h2 {
    color: #17226b;
    margin-bottom: 14px;
    font-size: 1.4em;
}

#members-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.member-card {
    background: white;
    border: 1px solid #e1e8ed;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.member-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.member-info h3 {
color: #3498db;
    margin-bottom: 15px;
    font-size: 1.2em;
    border-bottom: 2px solid #3498db;
    padding-bottom: 8px;
}

.member-info p {
    margin-bottom: 8px;
    color: #17226b;
    line-height: 1.5;
    font-weight: 400;
}

.member-info strong {
    color: #17226b;
    font-weight: 700;
}

.member-actions {
    margin-top: 20px;
    display: flex;
    gap: 10px;
}

.no-members {
    text-align: center;
    color: #7f8c8d;
    font-size: 1.2em;
    padding: 40px;
    background: #f8f9fa;
    border-radius: 10px;
    border: 2px dashed #dee2e6;
}

/* Buttons */
.btn {
    padding: 15px 30px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.btn-primary {
    background-color: #17226B !important;
    color: white;
}

.btn-primary:hover {
    background-color: #2980b9;
    transform: translateY(-1px);
}

.btn-edit {
    background-color: #17b3ae;
    color: white;
	padding: 15px 18px;
}

.btn-edit:hover {
    background-color: #e67e22;
}

.btn-delete {
    background-color: #e74c3c;
    color: white;
	padding: 15px 18px;
}

.btn-delete:hover {
    background-color: #c0392b;
}

.btn-cancel {
    background-color: #95a5a6;
    color: white;
}

.btn-cancel:hover {
    background-color: #7f8c8d;
}

#add-member-btn {
    font-size: 16px;
    padding: 15px 30px;
    display: block;
    margin: 0 auto;
/*     background: linear-gradient(135deg, #3498db, #2980b9); */
	background: #17226B !important;
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
}

#add-member-btn:hover {
    box-shadow: 0 6px 20px rgba(52, 152, 219, 0.4);
}

/* Modal */
.modal {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
}

.modal-content {
    background-color: white;
    margin: 5% auto;
    border-radius: 10px;
    width: 90%;
    max-width: 800px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    animation: modalFadeIn 0.3s ease;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-header {
    padding: 20px 30px;
    border-bottom: 1px solid #e1e8ed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #17226b;
    border-radius: 10px 10px 0 0;
}

.modal-header h2 {
    margin: 0;
    color: #fff;
    font-size: 1.6em;
}

.close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s ease;
}

.close:hover {
    color: #e74c3c;
}

/* Form Styles */
#family-member-form {
    padding: 30px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    margin-bottom: 8px;
    font-weight: 600;
    color: #2c3e50;
    font-size: 14px;
}

.required {
    color: #e74c3c;
}

.form-group input,
.form-group select {
    padding: 12px;
    border: 2px solid #e1e8ed;
    border-radius: 5px;
    font-size: 14px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #3498db;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}

.form-group input[readonly] {
    background-color: #f8f9fa;
    color: #6c757d;
    cursor: not-allowed;
}

.form-group small {
    margin-top: 5px;
    color: #6c757d;
    font-size: 12px;
}

.form-actions {
    margin-top: 30px;
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    padding-top: 20px;
    border-top: 1px solid #e1e8ed;
}

.single-post .ast-container, .ast-container > div.elementor {
    width: 100%;
    max-width: 100% !important;
    padding: 0 !important;
}

.ast-separate-container .ast-comment-list li.depth-1, .ast-narrow-container .ast-comment-list li.depth-1 {
    padding-left: 0;
    padding-right: 0;
}
.ast-comment {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-top: 1px solid #d6d6dc;
}
.ast-comment-info {
    margin-bottom: 0em;
}
.ast-comment-info img {
    border-radius: 50%;
    max-width: 40px !important;
    border-radius: 50px !important;
}
 section.ast-comment-content.comment {
        padding-left: 53px;
    }   
a.comment-reply-link {
        padding: 1px 4px;
  
    }
.comments-area p.logged-in-as {
    font-weight: 400;
	margin-bottom: 1em;
    font-size: 14px;
}
.comment-reply-title{
	padding-bottom: 0px !important;
}
#comment{
	padding: 7px 16px;
	margin-bottom: 0px;
	font-size: 14px !important;
}
.ast-comment-content.comment p {
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 400;
}
.site .comments-area, .comments-area .comment-textarea {
    padding-bottom: 0;
    margin-top: 0em;
	background: transparent;
	margin-bottom: 0;
}
.ast-row.comment-textarea fieldset.comment-form-comment {
    border: none;
    padding: unset;
    margin-bottom: 8px;
}
.ast-comment-list + .comment-respond {
    border-top: 1px solid #d6d6dc;
    padding-bottom: 0;
    padding: 10px 0 !important;
}
.comment-reply-title {
    padding-top: 0;
    margin-bottom: 0.5em;
    font-size: 18px !important;
}
.ast-separate-container .comments-title, .ast-narrow-container .comments-title, .comment-reply-title {
    font-weight: 400;
    color: #0D3276 !important;
	  padding: 0em 0em 10px;
    font-size: 16px !important;
}
.ast-comment-cite-wrap cite, .ast-comment-cite-wrap cite b {
	font-weight: 500 !important;
    font-size: 0.8rem;
    color: #0D3276;
}
.ast-comment-meta {
    padding: 0 3em 1.60em;
}
header.ast-comment-meta {
    font-size: 0.8rem;
}
    .ast-comment-time {
		color: #0D3276 !important;
        font-weight: 400;
    }
p.form-submit #submit, #mc_embed_signup .button {
    background: #0D3276 !important;
    border-radius: 12px !important;
    padding: 9px 14px;
    font-size: 13px !important;
    border: 1px solid #0D3276 !important;
    color: #fff !important;
	font-weight: 600 !important;
	margin-top: 5px !important;
}
p.form-submit #submit:hover, #mc_embed_signup .button:hover {
    background: #ffffff !important;
	color: #0D3276 !important;
}
#pms-retry-payment-subscription-form input[type="submit"] {
    margin-right: 10px;
}
.mc-field-group input {
    padding: 10px !important;
    height: 43px !important;
    font-size: 14px !important;
    border-radius: 12px !important;
}
.ast-separate-container .comment-respond {
    padding: 0.2em;
}
/* Responsive Design */
@media (max-width: 768px) {
    .family-members-container {
        padding: 15px;
    }
    
    .family-members-header h1 {
        font-size: 2em;
    }
    
    #members-container {
        grid-template-columns: 1fr;
    }
    
    .form-row {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .modal-content {
        width: 95%;
        margin: 5% auto;
    }
    
    .modal-header,
    #family-member-form {
        padding: 20px;
    }
    
    .form-actions {
        flex-direction: column;
        gap: 10px;
    }
    
    .form-actions .btn {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .member-actions {
        flex-direction: column;
        gap: 8px;
    }
    
    .member-actions .btn {
        width: 100%;
        text-align: center;
    }
}