html,
body {
    font-family: "Nunito", sans-serif;
}

.header {
    border-radius: 25px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
    animation: fadeInDown 0.7s ease-in-out;
}

@keyframes fadeInDown {
    from { transform: translateY(-20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}
.navbar-custom {
    background: radial-gradient(circle, #00673c 0%, #e5ff00 100%);
    padding: 0px;
    position: relative;
    z-index: 1;
}

.btn-trial {
    background-color: white;
    color: black;
    border-radius: 20px;
    padding: 8px 15px;
    font-weight: bold;
    border: none;
}

.btn-trial:hover {
    background-color: white;
    color: black;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: black;
    background-color: white !important;
}

.logo {
    color: white;
    font-size: 48px;
    font-weight: 900;
    font-family: 'Comic Sans MS', cursive;
    letter-spacing: 2px;
    text-shadow: 2px 2px #000;
    transition: 0.3s;
}

.logo:hover {
    color: #00683e;
    transform: scale(1.05);
}

.navbar-nav .nav-link:hover {
    color: yellow !important;
}

.navbar-nav .nav-item {
    margin-right: 25px;

}

.nav-link {
    color: white !important;
    font-weight: 600;
    padding: 30px 10px;
    transition: all 0.3s ease-in-out;
    border-bottom: 3px solid transparent;
}

.nav-link:hover {
    color: yellow !important;
    border-bottom: 3px solid yellow;
}

.nav-link.active {
    color: yellow !important;
    border-bottom: 3px solid yellow;
}

.nav-item .dropdown-menu {
    background-color: white;
}

.nav-item .dropdown-item {
    color: #333;
}

.dropdown-item:hover {
    background: radial-gradient(circle, #00673c 0%, #e5ff00 100%);
    color: white;
}

.dropdown-menu {
    padding: 0;
    overflow: hidden;
}

.screenshot {
    background-color: transparent;
}

.question,
.answer {
    padding: 10px;
    margin: 20px 0;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: background-color 0.3s ease;
}

#canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.download-btn {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.img1 {
    width: 400px;
    float: right;
}

.img2 {
    width: 400px;
    float: left;
}



.btn1 {
    width: 120px;
    padding: 10px;
    background: #333333;
    border: none;
    border-radius: 10px;
    color: white;
}

.btn1:hover,
.btn2:hover {
    background-color: #333333;
    color: white;
}

/* .btn2 {
    padding: 10px;
    background: #333333;
    border: none;
    border-radius: 10px;
    color: white;
} */

.btn2 {
    background-color: #333333;
    color: #fff000;
    font-weight: bold;
    border-radius: 0.6rem;
    padding: 10px 20px;
    border: none;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    letter-spacing: 1px;
}

.btn2:hover {
    background-color: #fff000;
    color: #333333;
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.cdc {
    padding: 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}


.accordion-button {
    background: radial-gradient(circle, #00673c 0%, #e5ff00 100%) !important;
}


.cdc {
    padding: 40px;
}

.txt1 {
    font-size: 50px;
    font-weight: 800;
}

.txt2 {
    font-size: 40px;
    font-weight: 700;
}

.accordion-button {
    color: rgb(2, 2, 2) !important;
    font-weight: 700;

}

.accordion-button::after {
    content: none;
    /* Disable default Bootstrap caret (arrow) */
}

/* Add custom plus and minus icons */
.accordion-button::before {
    content: '\002B';
    /* Plus symbol */
    font-size: 1.2rem;
    position: absolute;
    right: 20px;
    font-size: 25px;
}

/* Change plus to minus when expanded */
.accordion-button:not(.collapsed)::before {
    content: '\2212';
    /* Minus symbol */
}

.accordion {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    border-radius: 10px !important;
}

.accordion-button:focus {
    z-index: 0;
    outline: 0;
    box-shadow: none;
}

.accordion-body ul li a {
    color: black;
    text-decoration: none;
}

.accordion-body ul li a:hover {
    text-decoration: underline;
}

.ft {
    justify-content: center;
    align-items: center;
}

.ft a {
    text-decoration: none;
    color: white;
    transition: .3s;

}

.t3 {
    font-size: 80px;
    font-weight: 700;
}

.in a {
    text-decoration: none;
    color: white;
    font-size: 30px;
    font-weight: 700;
}

.in a:hover {
    transition: .3s;
    color: yellow;
}

.ft a:hover {
    transition: .3s;
    color: yellow;
}

footer {
    background: linear-gradient(135deg, #00673c, #e5ff00);
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    padding-top: 40px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    animation: fadeUp 0.8s ease;
}

@keyframes fadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

footer .logo {
    font-family: 'Comic Sans MS', cursive;
    font-size: 80px;
    color: white;
    text-shadow: 2px 2px #000;
    font-weight: 900;
}

footer .form-control {
    max-width: 220px;
    border-radius: 0.5rem;
    padding: 8px 12px;
    border: none;
    transition: 0.3s ease;
}

footer .form-control:focus {
    box-shadow: 0 0 10px #fff000;
    outline: none;
}

footer .btn2 {
    background-color: #fff000;
    color: #000;
    font-weight: bold;
    border-radius: 0.5rem;
    padding: 8px 16px;
    border: none;
    transition: all 0.3s ease-in-out;
}

footer .btn2:hover {
    background-color: #000;
    color: #fff000;
    transform: scale(1.05);
}

footer a {
    text-decoration: none;
    transition: color 0.3s ease;
}

footer a:hover {
    color: #fff000  !important;
    text-decoration: underline;
}

footer .fa-brands {
    transition: transform 0.3s ease, color 0.3s ease;
}

footer .fa-brands:hover {
    transform: scale(1.3);
    color: #fff000 !important;
}

b, strong {
    font-weight: bolder;
    font-size: 18px;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
    display: none !important;
}

/* Hide Google Translate banner and toolbar */
.goog-te-banner-frame {
    display: none !important;
}

.goog-te-gadget-icon {
    display: none !important;
}

.goog-te-menu-frame {
    display: none !important;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

body {
    top: 0px !important;
}

/* Hide the Google Translate toolbar shadow */
.goog-te-banner-frame {
    display: none !important;
}

.goog-tooltip {
    display: none !important;
}

.goog-tooltip:hover {
    display: none !important;
}

.goog-text-highlight {
    background-color: transparent !important;
    box-shadow: none !important;
}

/* If needed, hide the translation dropdown */
.goog-te-combo {
    display: none !important;
}

.logo {
    font-size: 45px;
    font-weight: 900 !important;
    padding: 0;
}


@media screen and (max-width: 767px) {
    .img1 {
        width: 400px;
        float: none;
        margin: 0px 0px 20px 0px !important;
    }

    .img2 {
        width: 400px;
        float: none;
        margin: 0px 0px 20px 0px !important;
    }

    .ci {
        padding: 30px 10px !important;
    }

    .ft {
        flex-direction: column;
    }


    .cdc {
        padding: 10px;
    }


}