p, a, h1, h2, h3, h4, h5, h6, ul, li, table, th, td, form, span{
    font-family: 'Century Gothic';
}


.custom-btn {
    background: linear-gradient(135deg, #D2E9D7, #5FAF7A);
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 2rem;
    box-shadow: 0 4px 12px rgba(145, 50, 209, 0.3);
    transition: all 0.3s ease-in-out;
    text-align: center;
}

.custom-btn:hover {
    background: linear-gradient(135deg, #5FAF7A, #D2E9D7);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(145, 50, 209, 0.4);
    text-decoration: none;
}

.custom-btn2 {
    background: linear-gradient(135deg, #064737, #11212E);
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 2rem;
    box-shadow: 0 4px 12px rgba(145, 50, 209, 0.3);
    transition: all 0.3s ease-in-out;
    text-align: center;
}

.custom-btn2:hover {
    background: linear-gradient(135deg, #11212E, #064737);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(145, 50, 209, 0.4);
    text-decoration: none;
}


html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* Prevents horizontal scroll */
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    font-family: 'Century Gothic';
}

.nav-link.dropdown-toggle   {
    position: relative; /* Necessary for positioning the dropdown menu */
    font-family: "Century Gothic"; /* Set font size */
    font-size: 1.2rem;
    color: #FFFFFF; /* #72C1DD Text color */
    border-radius: 5px; /* Rounded corners style="margin: 5px; font-size: 1.475rem; margin-right: 50px;" */
    transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transition on hover */
}

.nav-link.dropdown-toggle:hover {
    background-color: #45AD6B; /* Background color on hover */
    color: #fff; /* Text color on hover */
    font-family: 'Century Gothic';
}

/* Hide the dropdown indicator for the globe icon only */
#languageSwitcher::after {
    display: none; /* Remove the dropdown indicator */
    font-family: 'Century Gothic';
}

/* Optionally, you can add other styles if needed */
#languageSwitcher {
    font-size: 1.4rem; /* Adjust the size of the globe icon */
    font-family: 'Century Gothic';
}

/* Enhanced styling for the dropdown menu */
#dropmenu-content {
    background-color: #064737; /* Background color */
    border-color: #064737; /* Background color */
    color: white; /* Text color */
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); /* Shadow for a lifted effect */
    font-family: 'Century Gothic';
}

#dropmenu-text {
    color: white; /* Text color */
    font-family: 'Century Gothic';
}

#dropmenu-text:hover {
    background-color: #45AD6B; /* Background color on hover */
    color: #fff; /* Text color on hover */
    font-family: 'Century Gothic';
}

.footer-section   {
    font-size: 1.2rem;
    color: white; /* #72C1DD Text color */
    font-family: 'Century Gothic';
}

/*********************************** Footer *****************************************/

/* styles.css */
.content-section {
    margin-top: 150px;
    padding: 50px;
    background-color: #064737;
    font-family: 'Century Gothic';
}

.content-section h3 {
    color: #d1fae5;
    text-align: center;
    margin-left: 10px;
    font-family: 'Century Gothic';
    font-size: 1.2rem;
}

.content-section a.btn {
    color: #72C1DD;
    font-size: 1.0rem;
    display: block;
    margin-bottom: 10px;
    text-align: center;
    font-family: 'Century Gothic';
}

.content-section a.btn:hover {
    color: #34d399;
    text-decoration: underline;
    font-family: 'Century Gothic';
}

.content-section .container {
    max-width: 100%;
    font-family: 'Century Gothic';
}

.content-section .row > div {
    padding: 5px;
    font-family: 'Century Gothic';
}


/* Ensure full width on desktop */
@media (min-width: 992px) {
    .content-section {
        margin-top: 0;
        padding: 50px 0;
        font-family: 'Century Gothic';
    }
}

/* ************************************Sign up and login ******************************** */
/* Container Card */
.container.card {
    background-color: #064737;
    color: #45AD6B;
    margin-top: 20px;
    font-family: 'Century Gothic';
}

.container.card.allauth p {
    color: #FFFFFF;
    font-family: 'Century Gothic';
}

/* Heading */
.container.card h3 {
    text-align: center;
    color: #43D885;
    margin-top: 20px;
    font-family: 'Century Gothic';
    font-size: 24px;
}

/* Form Container */
.container.card .form-container {
    background-color: #FFFFFF;
    padding: 20px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 70px;
    color: #064737;
    font-family: 'Century Gothic';
}

.container.card .form-container p {
    color: #064737;
    font-family: 'Century Gothic';
}

.backup_tokens_form .form-container form p {
    color: #064737;
    font-family: 'Century Gothic', sans-serif;
}

.container.card.tf p {
    color: #FFFFFF;
    font-family: 'Century Gothic';
}

.container.card.tf a {
    background-color: #43D885;
    font-family: 'Century Gothic';
    color: #064737;
    padding: 10px;
    margin: 20px;
}

/* Form Group */
.form-group {
    margin-bottom: 15px;
    font-family: 'Century Gothic';
}

/* Form Control */
.form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-family: 'Century Gothic';
}

/* Submit Button */
.btn-signup {
    background-color: #064737;
    color: #FFFFFF;
    font-size: 20px;
    border-radius: 4px;
    font-family: 'Century Gothic';
}

/* Divider */
.divider {
    color: #064737;
    font-size: 24px;
    text-align: left;
    margin: 20px 0;
    font-family: 'Century Gothic';
}

/* Google Signup Button */
.google-signup .btn-google {
    color: #4285f4;
    font-size: 17px;
    display: flex;
    align-items: center;
    text-decoration: none;
    background: none;
    font-family: 'Century Gothic';
}

.google-signup .btn-google img {
    height: 26px;
    max-width: 100%;
    object-fit: cover;
    margin-right: 10px;
}

/* Marketing */
#marketing-btn {
    color: #72C1DD; 
    font-size: 1.11rem; 
    background-color: #064737; 
    border-radius: 10px; 
    margin: 30px; 
    font-family: 'Actay Bold';
}

.responsive-text {
    padding: 15px;
    word-wrap: break-word; /* Ensures long words (like addresses) wrap */
    overflow-wrap: break-word; /* Breaks words to prevent overflow */
    white-space: normal; /* Allows wrapping */
    max-width: 100%; /* Ensures it doesn't exceed container width */
}


/* Adjust table font size and padding for smaller screens */
@media (max-width: 768px) {
    .table-responsive {
        font-size: 12px;
    }
    .table-responsive th,
    .table-responsive td {
        padding: 10px;
    }
}

@media (max-width: 576px) {
    .table-responsive {
        font-size: 10px;
    }
    .table-responsive th,
    .table-responsive td {
        padding: 8px;
    }
}



/* 0827*/

/* Reset and Base Styles */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}

/* Hero Section */
.hero-section {
position: relative;
background: linear-gradient(135deg, #064737, #064737, #064737);
min-height: 100vh;
display: flex;
align-items: center;
overflow: hidden;
}

.hero-background {
position: absolute;
inset: 0;
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="white" opacity="0.1"/></svg>');
background-size: 50px 50px;
}

.hero-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 3rem;
align-items: center;
position: relative;
z-index: 1;
}

.hero-content {
color: white;
}

.hero-title {
font-size: 4rem;
font-weight: 900;
line-height: 1.1;
margin-bottom: 2rem;
}

.hero-title .highlight {
color: #34d399;
}

.hero-description {
font-size: 1.25rem;
margin-bottom: 2rem;
color: #d1fae5;
}

.hero-description p {
margin-bottom: 1rem;
color: #d1fae5;
}

.hero-buttons {
display: flex;
gap: 1rem;
margin-bottom: 3rem;
flex-wrap: wrap;
}

.btn {
padding: 1rem 2rem;
border: none;
border-radius: 50px;
font-size: 1.1rem;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
display: inline-flex;
align-items: center;
gap: 0.5rem;
text-decoration: none;
}

.btn-primary {
background: #34d399;
color: #064e3b;
}

.btn-primary:hover {
background: #10b981;
transform: translateY(-2px);
box-shadow: 0 10px 25px rgba(52, 211, 153, 0.3);
}

.btn-secondary {
background: transparent;
color: #34d399;
border: 2px solid #34d399;
}

.btn-secondary:hover {
background: #34d399;
color: #064e3b;
}

.btn-large {
padding: 1.5rem 3rem;
font-size: 1.25rem;
}

.btn-outline {
background: transparent;
border: 2px solid #e5e7eb;
color: #374151;
}

.btn-outline:hover {
background: #059669;
color: white;
border-color: #059669;
}

.trust-indicators {
display: flex;
gap: 2rem;
flex-wrap: wrap;
}

.trust-item {
display: flex;
align-items: center;
gap: 0.5rem;
color: #a7f3d0;
font-size: 0.9rem;
}

.trust-item i {
color: #34d399;
}

/* Hero Image */
.hero-image {
position: relative;
}

.card-container {
background: linear-gradient(135deg, #34d399, #10b981);
border-radius: 2rem;
padding: 2rem;
box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
transform: rotate(3deg);
transition: transform 0.5s ease;
}

.card-container:hover {
transform: rotate(0deg);
}

.card-image {
width: 100%;
height: auto;
border-radius: 1rem;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.floating-icon {
position: absolute;
top: -1rem;
right: -1rem;
background: white;
border-radius: 50%;
width: 4rem;
height: 4rem;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
animation: bounce 2s infinite;
}

.floating-icon i {
font-size: 2rem;
color: #059669;
}

@keyframes bounce {
0%,
20%,
50%,
80%,
100% {
    transform: translateY(0);
}
40% {
    transform: translateY(-10px);
}
60% {
    transform: translateY(-5px);
}
}

.button-primary-color {
padding: 4rem 0;
background-color: #064737;
}

/* Features Section */
.features-section {
padding: 4rem 0;
background: #34d399;
}

.features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2rem;
}

.feature-card {
background: rgba(255, 255, 255, 0.95);
backdrop-filter: blur(10px);
border-radius: 1rem;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
transition: all 0.3s ease;
}

.feature-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.feature-content {
padding: 2rem;
text-align: center;
}

.feature-icon {
width: 4rem;
height: 4rem;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 1.5rem;
}

.feature-icon i {
font-size: 2rem;
color: white;
}

.bg-blue {
background: #3b82f6;
}
.bg-purple {
background: #8b5cf6;
}
.bg-orange {
background: #f97316;
}

.feature-card h3 {
font-size: 1.25rem;
font-weight: 700;
color: #064e3b;
margin-bottom: 1rem;
}

.feature-card p {
color: #065f46;
line-height: 1.6;
}

/* Services Section */
.services-section {
padding: 6rem 0;
background: #f9fafb;
}

.section-header {
text-align: center;
margin-bottom: 4rem;
}

.section-header h2 {
font-size: 3rem;
font-weight: 700;
color: #064e3b;
margin-bottom: 1.5rem;
}

.section-header p {
font-size: 1.25rem;
color: #6b7280;
max-width: 48rem;
margin: 0 auto;
}

.services-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
gap: 2rem;
}

.service-card {
background: white;
border-radius: 1rem;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
overflow: hidden;
transition: all 0.5s ease;
}

.service-card:hover {
transform: translateY(-15px);
box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.service-header {
padding: 2rem;
color: white;
position: relative;
overflow: hidden;
}

.service-bg-circle {
position: absolute;
top: -4rem;
right: -4rem;
width: 8rem;
height: 8rem;
background: rgba(255, 255, 255, 0.1);
border-radius: 50%;
}

.service-header i {
font-size: 3rem;
margin-bottom: 1.5rem;
position: relative;
z-index: 1;
}

.service-header h3 {
font-size: 1.25rem;
font-weight: 700;
position: relative;
z-index: 1;
}

.bg-blue-gradient {
background: linear-gradient(135deg, #3b82f6, #1d4ed8);
}
.bg-purple-gradient {
background: linear-gradient(135deg, #8b5cf6, #7c3aed);
}
.bg-orange-gradient {
background: linear-gradient(135deg, #f97316, #ea580c);
}

.service-content {
padding: 2rem;
}

.service-content p {
color: #6b7280;
margin-bottom: 1.5rem;
line-height: 1.6;
}

/* CTA Section */
.cta-section {
padding: 6rem 0;
background: linear-gradient(135deg, #064737, #064737, #064737);
position: relative;
overflow: hidden;
}

.cta-background {
position: absolute;
inset: 0;
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="1" fill="white" opacity="0.1"/></svg>');
background-size: 100px 100px;
}

.cta-content {
text-align: center;
color: white;
position: relative;
z-index: 1;
max-width: 64rem;
margin: 0 auto;
}

.stars {
display: flex;
justify-content: center;
gap: 0.25rem;
margin-bottom: 1.5rem;
}

.stars i {
color: #fbbf24;
font-size: 1.5rem;
}

.cta-content h2 {
font-size: 3.5rem;
font-weight: 700;
margin-bottom: 1.5rem;
line-height: 1.2;
}

.cta-content h2 .highlight {
color: #34d399;
}

.cta-content > p {
font-size: 1.25rem;
color: #a7f3d0;
margin-bottom: 3rem;
line-height: 1.6;
}

.cta-buttons {
display: flex;
flex-direction: column;
align-items: center;
gap: 1.5rem;
margin-bottom: 3rem;
}

.benefits {
color: #a7f3d0;
font-size: 0.9rem;
}

.benefits p {
margin-bottom: 0.25rem;
color: #d1fae5;
}

.stats-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
gap: 2rem;
margin-top: 3rem;
}

.stat-item {
text-align: center;
}

.stat-number {
font-size: 2rem;
font-weight: 700;
color: #34d399;
}

.stat-label {
color: #a7f3d0;
font-size: 0.9rem;
}

/* Modal */
.modal {
display: none;
position: fixed;
z-index: 1000;
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: 10% auto;
padding: 2rem;
border-radius: 1rem;
width: 90%;
max-width: 500px;
position: relative;
animation: modalSlideIn 0.3s ease;
}

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

.close {
position: absolute;
right: 1rem;
top: 1rem;
font-size: 2rem;
cursor: pointer;
color: #6b7280;
}

.close:hover {
color: #374151;
}

.modal-content h2 {
color: #064e3b;
margin-bottom: 1rem;
}

.modal-content p {
color: #6b7280;
margin-bottom: 2rem;
}

.account-form {
display: flex;
flex-direction: column;
gap: 1rem;
}

.account-form input {
padding: 1rem;
border: 2px solid #e5e7eb;
border-radius: 0.5rem;
font-size: 1rem;
transition: border-color 0.3s ease;
}

.account-form input:focus {
outline: none;
border-color: #34d399;
}

/* Responsive Design */
@media (max-width: 768px) {
.hero-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
}

.hero-title {
    font-size: 2.5rem;
}

.hero-buttons {
    justify-content: center;
}

.trust-indicators {
    justify-content: center;
}

.section-header h2 {
    font-size: 2rem;
}

.cta-content h2 {
    font-size: 2.5rem;
}

.services-grid {
    grid-template-columns: 1fr;
}

.stats-grid {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 480px) {
.container {
    padding: 0 15px;
}

.hero-title {
    font-size: 2rem;
}

.hero-description {
    font-size: 1rem;
}

.btn {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
}

.feature-content,
.service-content {
    padding: 1.5rem;
}
}

/* Animation Classes */
[data-aos] {
opacity: 0;
transition: opacity 0.6s ease, transform 0.6s ease;
}

[data-aos].aos-animate {
opacity: 1;
}

[data-aos="fade-up"] {
transform: translateY(30px);
}

[data-aos="fade-up"].aos-animate {
transform: translateY(0);
}

.secondary-color {
    color: #45AD6B;
}

.primary-color {
    color: #064737;
}
