/* FAQ Section Styles */
.faq-section {
    padding-top: 100px;
    padding-bottom: 15px;
}

.section-title h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.faq-tabs {
    list-style: none;
    padding: 0;
    margin: 0;
}

.faq-tabs li {
    display: inline-block;
    cursor: pointer;
    margin-right: 15px;
    padding: 10px 15px;
    background-color: #f9f9f9;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.faq-tabs li.active {
    background-color: #fff;
}

.faq-tab {
    display: none;
}

.faq-tab.active {
    display: block;
}

.tab-heading {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.tab-content {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 30px;
}

.answer {
    display: none;
    margin-bottom: 10px;
}

.faq-tab.active .answer {
    display: block;
}

/* Contact Form Area Styles */
.contact-form-area {
    padding-top: 3rem;
    padding-bottom: 10rem;
}

.dreamit-section-title {
    text-align: center;
    padding-bottom: 4rem;
}

.dreamit-section-title h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 0.5rem;
}

.dreamit-section-title span {
    font-weight: 400;
}

.contact-icon-box {
    visibility: hidden;
}

.contact-icon-box .contact-icon-thumb img {
    max-width: 100%;
    height: auto;
}

.contact-text p {
    font-size: 1rem;
    margin-bottom: 0;
}

.contact-form-box {
    visibility: hidden;
}

.contact-form-box .contact-form-title h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1.5rem;
}

.contact-form-box input[type="text"],
.contact-form-box input[type="email"],
.contact-form-box textarea {
    width: 100%;
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #f9f9f9;
    font-size: 1rem;
    color: #333;
    margin-bottom: 1rem;
}

.contact-form-box textarea {
    height: 150px;
}

.contact-form-box button {
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 1rem 2rem;
    font-size: 1rem;
    cursor: pointer;
}

.contact-form-thumb {
    visibility: hidden;
}

.contact-form-thumb img {
    max-width: 100%;
    height: auto;
}

/* Footer Styles */
.footer-middle {
    background-color: #f9f9f9;
    padding-top: 80px;
    padding-bottom: 30px;
}

.widgets-company-info {
    visibility: visible !important;
    animation-delay: 0.4s !important;
    animation-name: fadeInLeft !important;
}

.company-info-desc p {
    font-size: 14px;
    color: #888;
}

.widget-nav-menu h4.widget-title {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
}

.widget-nav-menu ul.menu {
    padding: 0;
    list-style: none;
}

.widget-nav-menu ul.menu li {
    margin-bottom: 10px;
}

.widget-nav-menu ul.menu li a {
    font-size: 14px;
    color: #888;
    text-decoration: none;
}

.widget-nav-menu ul.menu li a:hover {
    color: #555;
}

.widget-nav-menu.upper1 p {
    font-size: 14px;
    color: #888;
    margin-bottom: 10px;
}

.footer-bottom {
    margin-top: 65px;
}

.footer-bottom-content-copy p {
    font-size: 14px;
    color: #888;
    margin-bottom: 0;
}

.footer-bottom-shape img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/* Responsive Styles */
@media only screen and (max-width: 767px) {
    .footer-middle {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .footer-bottom {
        margin-top: 40px;
    }
}

/* Team Section Styles */

.dreamit-section-title {
    text-align: center;
    padding-bottom: 30px;
}

.dreamit-section-title h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 0.5rem;
}

.dreamit-section-title span {
    font-weight: 400;
}

.team-single-box {
    margin-bottom: 30px;
}

.team-box-inner {
    position: relative;
    border: 1px solid #f9f9f9;
    padding: 20px;
    border-radius: 4px;
    background-color: #fff;
}

.team-thumb {
    text-align: center;
    margin-bottom: 15px;
}

.team-thumb img {
    width: 220px;
    height: 300px;
    border-radius: 4px;
    object-fit: cover;
}

.team-content {
    text-align: center;
}

.team-title {
    margin-bottom: 10px;
}

.team-title h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 0;
}

.team-text p {
    font-size: 16px;
    line-height: 1.75;
    color: #888;
    margin-bottom: 0;
}

.team-social-menu {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.team-social-menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}

.team-social-menu li {
    margin-right: 10px;
}

.team-social-menu li:last-child {
    margin-right: 0;
}

.team-social-menu a {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #333;
    color: #fff;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.team-social-menu a:hover {
    background-color: #555;
}

/* MASTERNODING Section Styles */

.dreamit-cripto-thumb {
    visibility: visible;
    animation-delay: 0.4s;
    animation-name: fadeInLeft;
}

.cripto-main-thumb img {
    width: 100%;
}

.cripto-thumb-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cripto-thumb-inner img {
    width: 70%;
    height: auto;
}

.dreamit-section-title {
    visibility: visible;
    animation-delay: 0.5s;
    animation-name: fadeInLeft;
}

.dreamit-section-title h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
}

.section-title {
    margin-bottom: 0;
}

.single-cripto-icon-box {
    visibility: visible;
    animation-delay: 0.6s;
    animation-name: fadeInLeft;
    margin-top: 30px;
}

.single-cripto-icon-box p {
    font-size: 16px;
    line-height: 1.75;
    color: #fff;
    margin-bottom: 20px;
}

.cripto-button {
    visibility: visible;
    animation-delay: 0.8s;
    animation-name: fadeInLeft;
}

.cripto-button a {
    display: inline-block;
    padding: 10px 30px;
    background-color: #fff;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.cripto-button a:hover {
    background-color: #f9f9f9;
}

/* Statistics Section Styles */
.dreamit-section-title {
    padding-bottom: 5px;
    margin-top: 20px;
}

.road-map-area {
    padding-top: 100px;
    padding-bottom: 50px;
}

.about-area {
    padding-top: 50px;
}

.dreamit-section-title.up {
    padding-bottom: 55px;
}

.single-road-map-box {
    visibility: visible;
    animation-delay: 0.4s;
    animation-name: fadeInLeft;
}

.road-top-title p {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
}

.road-map-content {
    margin-top: 20px;
}

.road-map-text p {
    font-size: 16px;
    line-height: 1.75;
    color: #000;
    margin-bottom: 0;
}

.road-shape {
    visibility: visible;
    animation-delay: 0.4s;
    animation-name: fadeInLeft;
}

.road-thumb img {
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .about-area {
        padding-top: 50px;
    }

    .cryptobit_menu {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .nav_scroll {
        display: none;
    }

    .menu-toggle-label {
        display: block;
        cursor: pointer;
        padding: 10px;
    }

    .menu-toggle-label span {
        display: block;
        width: 25px;
        height: 3px;
        background-color: #000;
        margin-bottom: 5px;
    }

    .menu-toggle:checked ~ .nav_scroll {
        display: block;
        padding: 10px;
        background-color: #fff;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    }

    .nav_scroll li {
        display: block;
        margin-bottom: 10px;
    }
}

.feature-single-box {
    text-align: center;
    margin-bottom: 30px;
}

.feature-single-box .feature-box-inner {
    padding: 20px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.feature-single-box img {
    max-width: 100%;
    height: auto;
}

.feature-single-box h3 {
    color: #666;
}

@media (max-width: 767px) {
    .feature-single-box {
        text-align: center;
    }
}

.profit-info {
    color: #ffffff;
}

.bar-chart-container {
    position: relative;
}

#bar-chart {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bar-chart-container h5 {
    margin-top: 1rem;
    font-size: 1.2rem;
    font-weight: bold;
}

h1,
h3,
h5 {
    color: #000;
}
/* Add additional styling as needed */
