/*
Theme Name: Twenty-One-Child
Author: 
Description: Your description goes here
Version: 1.0
Template: twentytwentyone

This is the child theme for Twenty Twenty-One theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
.main-header {
    display: flex;
    align-items: center;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem;
}
.site-logo .custom-logo {
    width: 170px;
}
header {
    padding: 5px 20px!important;
    background: #fff !important;
}
nav#site-navigation li  > a {
    color: #fff;
    margin: 0px 10px;
    font-size: 16px;
}
nav#site-navigation li > a {
    color: #2c3e50 !important;
    font-weight: 500 !important;
}
nav#site-navigation {
    margin: 0 auto !important;
}
.pricing-table {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  font-family: Arial, sans-serif;
}

.plan {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 70px 5px;
  width: 280px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.plan h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.price {
  font-size: 28px;
  font-weight: bold;
  color: green;
}

.features {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.btn {
  color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    text-decoration: none;
}

.basic-btn { background-color: #4CAF50; }
.premier-btn { background-color: #ffb938; }
.premium-btn { background-color: #2196F3; }
section#services h2 {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 500;
}
.locked {
    position: relative;
    filter: blur(3px);
    pointer-events: none;
}

.spc-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    pointer-events: all;
}

.lock-message {
    text-align: center;
    background: #fff;
    padding: 20px 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.lock-message .lock-icon {
    font-size: 48px;
    display: block;
    margin-bottom: 10px;
}

.subscribe-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 16px;
    background: #0073aa;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
}
.subscribe-btn:hover {
    background: #005f8d;
} 
.extra_btn{
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid #0c5a9b;
    padding: 5px;
    border-radius: 6px;
    background: #0c5a9b;
    color: #fff;
}
a.extra_btn:hover {
    background: #ffa300;
    color: #0c5a9b;
}
/* My Account Page Container */
.woocommerce-account .woocommerce {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

/* Sidebar Menu */
.woocommerce-MyAccount-navigation {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    width: 250px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    margin-right: 15px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-MyAccount-navigation ul li {
    margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 10px 15px;
    border-radius: 8px;
    background: #f7f7f7;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: 0.3s;
}

.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a {
    background: #0071a1;
    color: #fff;
}

/* Main Content */
.woocommerce-MyAccount-content {
    flex: 1;
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

/* Headings */
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
    margin-bottom: 20px;
    font-weight: 600;
}

/* Greeting Message */
.woocommerce-MyAccount-content p {
    font-size: 15px;
    line-height: 1.6;
}

/* Logout link styling */
.woocommerce-MyAccount-content a {
    color: #0071a1;
    text-decoration: none;
}

.woocommerce-MyAccount-content a:hover {
    text-decoration: underline;
}
.woocommerce {
    display: flex;
    max-width:80% !important;
}
.price.Basic {
    color: #4CAF50 !important;
}
a.btn.Basic {
    background: #4CAF50;
}
a.btn.Premier {
    background: #2196F3;
}
.price.Premier {
    color: #2196F3;
}
.price.Premium {
    color: #ee3232;
}
a.btn.Premium {
    background: #ee3232;
}
span.active-badge.Premium{
    color:#ee3232;
}
span.active-badge.Premier{
    color:#2196F3;
}
span.active-badge.Basic{
    color:#4CAF50;
}
.woocommerce-MyAccount-content p:nth-of-type(2) {
    display: none;
}
div#message {
    text-align: center;
    color: red;
    border: 1px solid red;
    border-radius: 5px;
    background: #ff000024;
    margin: 0px 0px 20px 0px;
}
div#done_message {
    text-align: center;
    color: green;
    border: 1px solid green;
    border-radius: 5px;
    background: #00800029;
    margin: 0px 0px 20px 0px;
}
div#message {
    display: none;
}
div#done_message {
    display: none;
}
.woocommerce form.login {
    max-width: 400px;
    margin: 50px auto;
    padding: 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.1);
    border: 1px solid #e3e3e3;
}

/* Headline */
.woocommerce form.login h2,
.woocommerce h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    color: #2c3e50;
}

/* Input fields */
.woocommerce form.login input.input-text {
    width: 100%;
    padding: 12px;
    margin-bottom: 18px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 14px;
    transition: 0.3s;
}

.woocommerce form.login input.input-text:focus {
    border-color: #2980b9;
    box-shadow: 0px 0px 6px rgba(41, 128, 185, 0.3);
    outline: none;
}

/* Remember me + labels */
.woocommerce form.login .form-row {
    margin-bottom: 15px;
}

.woocommerce form.login label {
    font-weight: 500;
    font-size: 14px;
    color: #333;
}

/* Checkbox */
.woocommerce form.login input[type="checkbox"] {
    margin-right: 6px;
}

/* Login Button */
.woocommerce form.login button.button {
    width: 100%;
    padding: 12px;
    background: #2980b9;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    border: none;
    transition: background 0.3s;
}

.woocommerce form.login button.button:hover {
    background: #1c5986;
}

/* Register + Lost password links */
.woocommerce form.login .lost_password,
.woocommerce form.login .woocommerce-LostPassword {
    text-align: center;
    margin-top: 12px;
}

.woocommerce form.login .lost_password a,
.woocommerce form.login .woocommerce-LostPassword a {
    color: #2980b9;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s;
}

.woocommerce form.login .lost_password a:hover {
    text-decoration: underline;
}
/* Register form card */
.woocommerce form.register {
    max-width: 400px;
    margin: 50px auto;
    padding: 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.1);
    border: 1px solid #e3e3e3;
}

/* Headline */
.woocommerce form.register h2,
.woocommerce h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    color: #2c3e50;
}

/* Input fields */
.woocommerce form.register input.input-text {
    width: 100%;
    padding: 12px;
    margin-bottom: 18px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 14px;
    transition: 0.3s;
}

.woocommerce form.register input.input-text:focus {
    border-color: #2980b9;
    box-shadow: 0px 0px 6px rgba(41, 128, 185, 0.3);
    outline: none;
}

/* Labels */
.woocommerce form.register label {
    font-weight: 500;
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
    display: block;
}

/* Privacy policy text */
.woocommerce form.register p {
    font-size: 13px;
    color: #555;
    line-height: 1.6;
}

/* Register Button */
.woocommerce form.register button.button {
    width: 100%;
    padding: 12px;
    background: #2980b9;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    border: none;
    transition: background 0.3s;
    margin-top: 10px;
}

.woocommerce form.register button.button:hover {
    background: #1c5986;
}
ul#sub-menu-1 li {
    background: #fff;
}
button.sub-menu-toggle {
    max-width: 0px;
}