@charset "UTF-8";
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    margin: 0;
    padding-top: 50px; 
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    height: 70px; 
}

.menu-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    height: 50px;
}

.navbar-list {
    display: flex;
    list-style: none;
}

.navbar-item {
    margin-right: 20px;
}

.navbar-link {
    color: #333333;
    text-decoration: none;
}

.buttons {
    display: flex;
}


.nav-button {
    margin-left: 10px;
    padding: 8px 15px;
    background-color:#007BFF;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none; 
    display: inline-block; 


    
}

.first {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 70px; /* Adjusted for fixed header */
    padding: 20px;
}

.text {
    flex: 1;
    margin-right: 20px;
}

.image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image img {
    max-width: 100%;
    height: auto;
}

.text h3 {
    font-size: 50px;
    font-weight: 600;
}

.text h2 {
    font-size: 30px;
    font-weight: 500;
    margin-top: 10px;
}

.text h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 20px;
}

.get-started {
    background-color:#007BFF;
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 20px;
}



.plans {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 20px;
}

.plan {
    background-color:#007BFF;
    color: white;
    padding: 20px;
    border-radius: 10px;
    width: 200px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.package{
    text-align: center;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.plan h2 {
    margin-top: 0;
    font-size: 24px;
}

.plan p {
    margin: 10px 0;
}

.invest-btn {
    background-color: #ffffff;
    color: #ffa500;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}

.invest-btn:hover {
    background-color: #ffcc00;
    color: #ffffff;
}

.box_container {
    background: white;
    margin: 100px auto 80px auto;
    box-shadow: 5px 5px 10px 5px #ccc;
    padding: 20px;
    border-radius: 10px;
    max-width: 1200px;
}

.boxx {
    display: flex;
    flex-wrap:nowrap
    justify-content:wrap;
    align-items: stretch;
    gap: 80px;
}

.box {
    background-color:#007BFF;
    padding: 20px;
    height: 350px;
    width: 350px;
    border-radius: 10px;
    box-shadow: 5px 5px 10px 5px black;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.box_img img {
    width: 100px;
    height: auto;
}

.box_text h3 {
    font-size: 30px;
    margin: 20px 0 10px;
    color:#f5f5f5;
}

.box_text p {
    color: white;
    line-height: 1.9;
}

.about-us {
    background-color: #ffffff;
    padding: 40px 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin: 20px auto;
    max-width: 1200px;
}

.about-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-text {
    flex: 1;
    margin-right: 20px;
}

.about-text h2 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.about-text h3 {
    font-size: 20px;
    font-weight: 500;
    color: #555;
    margin-bottom: 20px;
}

.about-text p {
    font-size: 16px;
    line-height: 1.6;
    color: #777;
    margin-bottom: 20px;
}

.about-stats {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.about-stats li {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.about-stats li img {
    width: 50px;
    height: auto;
    margin-bottom: 10px;
}

.about-stats li span {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.about-stats li p {
    font-size: 14px;
    color: #555;
}

.read-more {
    background-color:#007BFF;
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.about-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}
.steps-section {
    text-align: center;
    padding: 40px 20px;
    background-color: #f9f9f9;
}

.steps-section h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 40px;
    color: #333;
}

.steps-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.step-box {
    flex: 1;
    position: relative;
    background-size: cover;
    background-position: center;
    color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-content {
    background: rgba(0, 0, 0, 0.6);
    padding: 20px;
    border-radius: 10px;
}

.step-box img {
    width: 50px;
    height: auto;
    margin-bottom: 10px;
}

.step-box h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.step-box p {
    font-size: 14px;
    line-height: 1.6;
}

.footer {
    background-color:#007BFF;
    color: #fff;
    padding: 50px 0;
    text-align: center;
}

.footer-content {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
}

.footer-column {
    flex: 1 1 300px; 
    margin-bottom: 20px;
}

.footer-column h4 {
    font-size: 18px;
    margin-bottom: 15px;
}

ul {
    list-style-type: none;
    padding: 0;
}

ul li {
    margin-bottom: 10px;
}

ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
}

ul li a:hover {
    color: #66d9ef; /* Light blue color for hover */
}

.faq-container {
    max-width:1000px;
    margin: 20px auto;
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h2 {
    text-align: center;
    color: #333;
}

.faq-item {
    margin: 10px 0;
}

.faq-question {
    width: 100%;
    text-align: left;
    padding: 10px;
    font-size: 16px;
    background: #007BFF;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

.faq-answer {
    padding: 10px;
    background: #f1f1f1;
    border-radius: 4px;
    margin-top: 5px;
    display: none;
}

.faq-question:focus + .faq-answer {
    display: block;
}

.faq-help {
    background: #007BFF;
    color: white;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    margin: 20px auto;
    max-width: 500px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.faq-help button {
    background: white;
    color: #007BFF;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    margin-top: 10px;
}

.footer-column p {
    font-size: 16px;
    line-height: 1.8;
}

.social-icons {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.social-icons a {
    display: inline-block;
    margin: 0 10px;
    transition: transform 0.3s ease;
}

.social-icons a img {
    width: 30px; /* Adjust size as needed */
    height: auto;
}

.social-icons a:hover {
    transform: scale(1.2); /* Scale up on hover */
}

.footer-bottom {
    margin-top: 30px;
}

.footer-bottom p {
    font-size: 14px;
}
/* .navbar-list {
    display: none; /* Initially hide the navbar list */
} */

/* Display the navbar list when the screen is wider
@media (min-width: 768px) {
    .navbar-list {
        display: flex; /* Or whatever display you want for larger screens */
    }
} */
.container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
}
.content {
    max-width: 600px;
}
..form-container {
            background-color: #fff;
            padding: 20px;
            border-radius: 5px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            margin-left:20px;
        }
        .form-container h2 {
            margin-bottom: 20px;
            font-size: 24px;
            color: #333;
        }
        .form-container label {
            display: block;
            margin-bottom: 5px;
            font-weight: bold;
            color: #555;
        }
        .form-container input,
        .form-container textarea {
            width: 100%;
            padding: 10px;
            margin-bottom: 15px;
            border: 1px solid #ddd;
            border-radius: 5px;
            font-size: 16px;
            color: #333;
        }
        .form-container button {
            width: 100%;
            padding: 10px;
            background-color: #007bff;
            border: none;
            border-radius: 5px;
            font-size: 18px;
            color: #fff;
            cursor: pointer;
        }
        .form-container button:hover {
            background-color: green;
        }
        .contact-info {
            margin-top: 20px;
            padding: 10px;
            background-color: #fffbdd;
            border: 1px solid #ffecb3;
            border-radius: 5px;
        }
        .contact-info p {
            margin: 0;
            font-size: 16px;
            color: #333;
        }
        .contact-info a {
            color: #1e90ff;
            text-decoration: none;
        }
        .contact-info a:hover {
            text-decoration: underline;
        } 