/* ✅ General Body (ONLY for Pricing page, safe to remove if needed) */
body {
font-family: Arial, sans-serif;
background: #f8f8f8;
margin: 0;
/*padding: 40px;*/
}

/* ✅ Pricing Table */
.pricing-container {
display: flex;
justify-content: center;
gap: 20px;
flex-wrap: wrap;
}

.plan {
border-radius: 1px;
padding: 20px;
width: 300px;
box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
text-align: center;
position: relative;
border-style: solid;
border-width: 1px;
border-color: #0078FF;
}

.plan.standard {
background: #4e8bf2;
color: #fff;
}

.plan.standard .features li {
color: #fff;
}

.plan.standard .subscribe-btn {
background: #fff;
color: #4e8bf2;
}

.badge {
background: linear-gradient(90deg, #0072ff 0%, #00c6ff 100%);
/*background-image: linear-gradient(90deg, rgb(48, 86, 239) 0%, rgb(3, 143, 244) 100%);*/
height:50px;
width: 200px;

font-size: 22px;
font-weight: 600;
color: white;
display: flex;
margin: auto;
}

.badgeText01{
margin:auto;
}

.plan.standard .badge {
background: #fff;
color: #4e8bf2;
}

.most-popular {
position: absolute;
top: 15px;
right: 15px;
background: #fff;
color: #4e8bf2;
padding: 4px 10px;
border-radius: 6px;
font-size: 12px;
font-weight: bold;
}

.price {
font-size: 36px;
margin: 10px 0;
}

.price span {
font-size: 24px;
}

.price small {
font-size: 14px;
color: #666;
}

.plan.standard .price small {
color: #f0f0f0;
}

.billing {
font-size: 14px;
color: #666;
}

.save {
font-size: 13px;
color: #999;
margin: 10px 0;
}

.plan.standard .save {
color: #eee;
}

.subscribe-btn {
background: #000;
color: #fff;
padding: 12px;
border: none;
border-radius: 1px;
font-size: 16px;
cursor: pointer;
margin: 10px 0;
height: 50px;
width: 100%;
transition: background 0.3s ease;
}

.subscribe-btn:hover {
background: #333;
}

.features {
list-style: none;
padding: 0;
margin-top: 15px;
text-align: left;
}

.features li {
font-size: 16px;
margin-bottom: 8px;
color: #444;
}

@media (max-width: 900px) {
.pricing-container {
flex-direction: column;
align-items: center;
}
}


@media (min-width: 0) and (max-width: 900px) {
.topLogo01 {
height: 60px;
width: 175px;
margin: auto;
}}


@media (min-width: 900px) and (max-width: 3600px) {
.topLogo01 {
height: 52px;
width: 300px;
}}

.bottomLogo02{
width: 250px;
}

.pricing-header {
text-align: center;
margin: 40px 0 30px 0;
}

.pricing-header h1 {
font-size: 60px;
font-weight: bold;
color: #0b5cff;
margin-bottom: 10px;
}

.pricing-header p {
font-size: 18px;
color: #333;
margin: 5px 0;
}

/* ✅ Responsive adjustments */
@media (max-width: 768px) {
.pricing-header h1 {
font-size: 26px;
}

.pricing-header p {
font-size: 14px;
}
}

@media (min-width: 0) and (max-width: 900px) {
.cta-section {
/*background-color: #0b5cff; */
background: #081c3c;
text-align: center;
padding: 60px 20px;
}

.cta-section h2 {
color: #fff;
font-size: 42px;
font-weight: 700;
margin-bottom: 30px;
}

.cta-buttons {
display: flex;
justify-content: center;
gap: 20px;
/*width: 35%;*/
margin: auto;
}}

@media (min-width: 900px) and (max-width: 3600px) {
.cta-section {
/*background-color: #0b5cff; */
background: #081c3c;
text-align: center;
padding: 60px 20px;
}

.cta-section h2 {
color: #fff;
font-size: 42px;
font-weight: 700;
margin-bottom: 30px;
}

.cta-buttons {
display: flex;
justify-content: center;
gap: 20px;
width: 50%;
margin: auto;
}}






.btn {
display: inline-block;
padding: 15px 30px;
font-size: 1.1rem;
font-weight: 600;
border-radius: 1px;
text-decoration: none;
transition: all 0.3s ease;
margin:auto;
}

@media (min-width: 0) and (max-width: 900px) {
.btn.secondary {
display: flex;
align-items: center;
justify-content: center;
background-color: #fff;
color: #0b5cff;
border: 2px solid #fff;
width: 200px;
height: 50px;
font-size: 18px;
font-weight: 600;
text-decoration: none;
transition: all 0.3s ease;
}


.btn.secondary:hover {
background-color: #f0f0f0;
color: #083b9b;
}}

@media (min-width: 900px) and (max-width: 3600px) {
.btn.secondary {
display: flex;
align-items: center;
justify-content: center;
background-color: #fff;
color: #0b5cff;
border: 2px solid #fff;
width: 300px;
height: 50px;
font-size: 22px;
font-weight: 600;
text-decoration: none;
transition: all 0.3s ease;
}


.btn.secondary:hover {
background-color: #f0f0f0;
color: #083b9b;
}}









.hero-section {
background: linear-gradient(to bottom, #0b1a2d, #020c18); /* dark gradient */
color: #fff;
text-align: center;
padding: 100px 20px;
font-family: Arial, sans-serif;
}

.brand-name {
color: #a0aec0;
font-size: 0.9rem;
margin-bottom: 10px;
}


@media (min-width: 0) and (max-width: 900px) {
.hero-title {
font-size: 36px;
font-weight: 700;
line-height: 1.3;
max-width: 900px;
margin: 0 auto 20px;
color: white;
}

.hero-subtitle {
color: #cbd5e0;
font-size:16px;
max-width: 800px;
margin: 0 auto 40px;
line-height: 1.6;
}

.hero-buttons {
display: flex;
flex-direction: column;
align-items: center;
gap: 15px;
}}


@media (min-width: 900px) and (max-width: 3600px) {
.hero-title {
font-size: 48px;
font-weight: 700;
line-height: 1.3;
max-width: 900px;
margin: 0 auto 20px;
color: white;
}

.hero-subtitle {
color: #cbd5e0;
font-size: 18px;
max-width: 800px;
margin: 0 auto 40px;
line-height: 1.6;
}

.hero-buttons {
display: flex;
flex-direction: column;
align-items: center;
gap: 15px;
}}

@media (min-width: 0) and (max-width: 900px) {
.btn.primary {
display: flex;
align-items: center;
justify-content: center;
height: 50px;
width: 300px;
background: #0b5cff;
color: white;
font-size: 18px;
font-weight: 600;
border: 1px solid #0b5cff;
border-radius: 1px;
text-decoration: none;
}}

@media (min-width: 900px) and (max-width: 3600px) {
.btn.primary {
display: flex;
align-items: center;
justify-content: center;
height: 50px;
width: 250px;
background: #0b5cff;
color: white;
font-size: 22px;
font-weight: 600;
border: 1px solid #0b5cff;
border-radius: 1px;
text-decoration: none;
}}









.btn.primary:hover {
background-color: #0d5ed7;
}

.btn-link {
color: #a0aec0;
text-decoration: underline;
font-size: 1rem;
transition: color 0.3s ease;
}

.btn-link:hover {
color: #ffffff;
}

/* Responsive */
@media (min-width: 768px) {
.hero-buttons {
flex-direction: row;
justify-content: center;
}
}

.loginForm01{
display:grid;
}






.login-container {
max-width: 400px;
margin: 80px auto;
padding: 30px 40px;
background-color: #ffffff;
border-radius: 1px;
box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
font-family: 'Segoe UI', sans-serif;
}

.login-container h2 {
margin-bottom: 25px;
font-size: 26px;
text-align: center;
color: #111827;
}

.login-container label {
display: block;
font-size: 14px;
font-weight: 600;
margin-bottom: 6px;
color: #374151;
}

.login-container input {
width: 100%;
height:35px;
padding: 10px 12px;
margin-bottom: 20px;
font-size: 16px;
border: 1px solid #d1d5db;
border-radius: 1px;
background-color: #f9fafb;
transition: border 0.3s ease;
}

.login-container input:focus {
border-color: #2563eb;
outline: none;
background-color: #ffffff;
}

.login-container button {
width: 200px;
height:50px;
padding: 12px;
font-size: 15px;
background-color: #2563eb;
color: white;
border: none;
border-radius: 1px;
font-weight: 600;
cursor: pointer;
transition: background 0.3s ease;
margin:auto;
}

.login-container button:hover {
background-color: #1e40af;
}

.login-container p {
text-align: center;
margin-top: 20px;
font-size: 1px;
color: #6b7280;
}

.login-container a {
color: #2563eb;
font-weight: 500;
text-decoration: none;
}

.login-container a:hover {
text-decoration: underline;
}

.login-container .error {
color: #dc2626;
font-weight: 500;
margin-bottom: 10px;
text-align: center;
}


.popup-message {
position: fixed;
bottom: 20px;
right: 20px;
background: #2563eb; /* bright blue */
color: #fff;
padding: 12px 20px;
border-radius: 1px;
font-size: 16px;
font-weight: 600;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
opacity: 0;
transform: translateY(20px);
transition: all 0.4s ease;
z-index: 9999;
}

.popup-message.show {
opacity: 1;
transform: translateY(0);
}

.popup-message p {
margin: 0;
}


































