body {
    font-family: 'Poppins', sans-serif;
    color: #363636;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Press Start 2P', cursive;
    color: #2c3e50;
}

.title {
    margin-bottom: 1.5rem;
}

.subtitle {
    margin-bottom: 2rem;
}

.section {
    padding: 6rem 1.5rem;
}

/* Responsive Typography */
h1.title {
    font-size: 2.5rem; /* Desktop */
}
h2.title {
    font-size: 2.2rem;
}
h3.title {
    font-size: 1.8rem;
}
h4.title {
    font-size: 1.5rem;
}

@media screen and (max-width: 1023px) {
    h1.title {
        font-size: 2.2rem; /* Tablet */
    }
    h2.title {
        font-size: 2rem;
    }
    h3.title {
        font-size: 1.6rem;
    }
    h4.title {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 767px) {
    h1.title {
        font-size: 1.8rem; /* Mobile */
    }
    h2.title {
        font-size: 1.6rem;
    }
    h3.title {
        font-size: 1.4rem;
    }
    h4.title {
        font-size: 1.25rem;
    }
    .site-title {
        font-size: 1.25rem !important;
    }
}

/* Navbar */
.header-main {
    background-color: #1a1a1a;
    padding: 1rem 0;
}

.navbar-brand .navbar-item img {
    max-height: 2.5rem;
}

.site-title {
    color: #4CAF50;
    font-family: 'Press Start 2P', cursive;
    font-size: 1rem !important;
    line-height: 1;
}

.navbar-item {
    color: #ffffff;
    font-weight: 600;
}

.navbar-item:hover {
    color: #4CAF50;
    background-color: transparent;
}

.navbar-burger {
    color: #ffffff;
}

.navbar-menu {
    background-color: #1a1a1a;
}

@media screen and (max-width: 1023px) {
    .navbar-menu {
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }
    .navbar-item {
        padding-left: 1.5rem;
    }
}

/* Hero Section */
.hero-section {
    background-size: cover;
    background-position: center;
    position: relative;
    color: #ffffff;
}

.hero-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.hero-section .hero-body {
    z-index: 2;
    position: relative;
}

.hero-content .title, .hero-content .subtitle {
    color: #ffffff;
}

#hero h1{
    font-size: clamp(24px,5vw,30px) !important;
}

.hero-cta {
    background-color: #4CAF50;
    border-color: #4CAF50;
    font-weight: bold;
    padding: 1.2em 2.5em;
    font-size: 1.1rem;
    transition: background-color 0.3s ease;
}

.hero-cta:hover {
    background-color: #388E3C;
    border-color: #388E3C;
}

.hero-illustration {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .hero-section .columns {
        flex-direction: column-reverse;
    }
    .hero-image-column {
        margin-bottom: 2rem;
    }
    .hero-illustration {
        max-width: 80%;
    }
}

/* About Section (Timeline) */
.about-section {
    background-color: #f5f5f5;
}

.timeline {
    position: relative;
    padding: 2rem 0;
    margin-top: 3rem;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background-color: #dbdbdb;
    transform: translateX(-50%);
}

.timeline-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
    position: relative;
}

.timeline-item:nth-child(odd) {
    flex-direction: row-reverse;
}

.timeline-marker {
    width: 40px;
    height: 40px;
    background-color: #4CAF50;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.5rem;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 1;
}

.timeline-content {
    width: 45%;
    padding: 1rem 1.5rem;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: relative;
}

.timeline-item:nth-child(odd) .timeline-content {
    text-align: right;
}



.timeline-item:nth-child(odd) .timeline-content::before {
    content: '';
    position: absolute;
    top: 20px;
    left: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #ffffff;
}

@media screen and (max-width: 768px) {
    .timeline::before {
        left: 20px;
        transform: translateX(0);
    }
    .timeline-item {
        flex-direction: column !important;
        align-items: flex-start;
    }
    .timeline-marker {
        left: 20px;
        transform: translateX(-50%);
    }
    .timeline-content {
        width: calc(100% - 60px);
        margin-left: 60px;
        text-align: left !important;
    }
    .timeline-item:nth-child(even) .timeline-content::before,
    .timeline-item:nth-child(odd) .timeline-content::before {
        left: 50px;
        right: auto;
        border-right: 10px solid #ffffff;
        border-left: none;
    }
}

/* Services Section (Tabs) */
.services-section {
    background-color: #ffffff;
}

.service-tabs-list .menu-label {
    color: #4CAF50;
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.service-tabs-list .menu-list a {
    color: #363636;
    padding: 0.75rem 1rem;
    border-radius: 4px;
    margin-bottom: 0.5rem;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.service-tabs-list .menu-list a.is-active {
    background-color: #4CAF50;
    color: #ffffff;
}

.service-tabs-list .menu-list a:hover:not(.is-active) {
    background-color: #e6ffe6;
    color: #388E3C;
}

.service-content {
    display: none;
    animation: fadeIn 0.5s ease-in-out;
}

.service-content.is-active {
    display: block;
}

.service-content ul {
    list-style: none;
    margin-top: 1rem;
    padding-left: 0;
}

.service-content ul li {
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

.service-content ul li i {
    color: #4CAF50;
    font-size: 1.2rem;
}

.service-illustration {
    border-radius: 8px;
    margin-top: 1.5rem;
    height: 250px; /* Fixed height for uniformity */
    object-fit: cover;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .services-section .columns {
        flex-direction: column;
    }
    .service-tabs-list {
        margin-bottom: 2rem;
    }
    .service-tabs-list .menu-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .service-tabs-list .menu-list li {
        margin: 0.25rem;
    }
    .service-tabs-list .menu-list a {
        white-space: nowrap;
        overflow-x: auto;
    }
}

/* Features Section */
.features-section {
    background-color: #f5f5f5;
}

.feature-card {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: all 0.2s ease-in-out;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid #4CAF50;
}

.feature-card .icon-wrapper {
    font-size: 3rem;
    color: #4CAF50;
    margin-bottom: 1rem;
}

/* How It Works Section (Infographic) */
.how-it-works-section {
    background-color: #ffffff;
}

.how-it-works-flow {
    position: relative;
    margin-top: 3rem;
}

.step-item {
    text-align: center;
    padding: 2rem 1rem;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.step-badge {
    background-color: #4CAF50;
    color: #ffffff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    border: 3px solid #ffffff;
}

.step-icon {
    font-size: 3rem;
    color: #4CAF50;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.how-it-works-flow .column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (min-width: 769px) {
    .how-it-works-flow .column:not(:last-child)::after {
        content: '';
        position: absolute;
        top: 60px;
        right: -20%; /* Adjust as needed */
        width: 40%;
        height: 2px;
        background-color: #dbdbdb;
        z-index: 1;
    }
    .how-it-works-flow .column:nth-child(odd):not(:last-child)::after {
        transform: rotate(5deg);
    }
    .how-it-works-flow .column:nth-child(even):not(:last-child)::after {
        transform: rotate(-5deg);
    }
}

@media screen and (max-width: 768px) {
    .how-it-works-flow .column:not(:last-child)::after {
        content: '';
        position: absolute;
        bottom: -1rem;
        left: 50%;
        transform: translateX(-50%);
        height: 40px;
        width: 2px;
        background-color: #dbdbdb;
        z-index: 1;
    }
}

/* Pricing Section (Timeline) */
.pricing-section {
    background-color: #f5f5f5;
}

.pricing-timeline {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 2rem;
    margin-top: 3rem;
}

.pricing-step {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.pricing-card {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pricing-card .price {
    font-family: 'Press Start 2P', cursive;
    font-size: 2.5rem;
    color: #4CAF50;
    margin: 1rem 0;
    font-weight: bold;
}

.pricing-card ul {
    list-style: none;
    padding: 0;
    margin-top: 1.5rem;
}

.pricing-card ul li {
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
    font-size: 1rem;
}

.pricing-card ul li i {
    font-size: 1.2rem;
    margin-right: 0.5rem;
    color: #4CAF50;
}

.pricing-card ul li .has-text-danger {
    color: #f14668;
}

.pricing-card.is-primary-plan {
    border: 2px solid #4CAF50;
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 768px) {
    .pricing-timeline {
        flex-direction: column;
        align-items: center;
    }
    .pricing-step {
        width: 100%;
        max-width: 400px;
    }
    .pricing-card.is-primary-plan {
        transform: translateY(0);
    }
}

/* Team Section (Masonry-like) */
.team-section {
    background-color: #ffffff;
}

.team-member-card {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.team-member-card .image.is-rounded {
    margin: 0 auto 1rem auto;
}

.team-member-card .image img {
    border-radius: 50%;
    border: 4px solid #4CAF50;
    height: 128px;
    width: 128px;
    object-fit: cover;
}

.team-member-card .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(76, 175, 80, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.team-member-card:hover .overlay-content {
    opacity: 1;
}

.team-member-card .overlay-content p {
    font-style: italic;
    font-size: 1.1rem;
}

/* Testimonials Section */
.testimonials-section {
    background-color: #f5f5f5;
}

.testimonial-card {
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.testimonial-card .media-left .image img {
    border-radius: 50%;
    height: 64px;
    width: 64px;
    object-fit: cover;
}

.testimonial-card .media-content .title {
    margin-bottom: 0.25rem;
    font-size: 1.25rem;
}

.testimonial-card .media-content .subtitle {
    font-size: 0.9rem;
    color: #666;
}

.testimonial-card .content {
    margin-top: 1rem;
    font-style: italic;
}

/* FAQ Section */
.faq-section {
    background-color: #ffffff;
}

.faq-item {
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #eee;
}

.faq-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.faq-question {
    color: #4CAF50;
    font-weight: bold;
    margin-bottom: 0.75rem;
}

.faq-answer {
    color: #4a4a4a;
}

/* Contact Section */
.contact-section {
    background-color: #f5f5f5;
}

.contact-form {
    padding: 2.5rem;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.contact-illustration {
    max-width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Footer */
.footer-section {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 3rem 1.5rem;
}

.footer-section .footer-logo {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.footer-section .footer-logo img {
    max-height: 2.5rem;
    filter: invert(1);
}

.footer-section .site-title {
    color: #4CAF50;
    font-family: 'Press Start 2P', cursive;
    font-size: 0.9rem !important;
    line-height: 1;
}

.footer-section a {
    color: #cccccc;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: #4CAF50;
}

.footer-accordion .footer-accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-accordion .footer-accordion-header .title {
    color: #ffffff;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
}

.footer-accordion .footer-accordion-header i {
    color: #ffffff;
    transition: transform 0.3s ease;
}

.footer-accordion.is-active .footer-accordion-header i {
    transform: rotate(180deg);
}

.footer-accordion .footer-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.footer-accordion.is-active .footer-accordion-content {
    max-height: 200px; /* Adjust as needed for content */
    transition: max-height 0.5s ease-in;
}

.footer-accordion-content ul {
    list-style: none;
    padding: 0;
    margin-top: 0.5rem;
}

.footer-accordion-content ul li {
    margin-bottom: 0.5rem;
}

.footer-section .content p {
    color: #cccccc;
}

@media screen and (min-width: 769px) {
    .footer-accordion .footer-accordion-header {
        cursor: default;
        border-bottom: none;
    }
    .footer-accordion .footer-accordion-header i {
        display: none;
    }
    .footer-accordion .footer-accordion-content {
        max-height: none !important;
        overflow: visible;
    }
    .footer-accordion .footer-accordion-header .title {
        font-size: 1.25rem;
    }
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #333;
    color: #fff;
    padding: 1rem;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
}

.cookie-banner.is-hidden {
    display: none;
}

.cookie-banner .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    width: 100%;
}

.cookie-banner p {
    margin: 0;
    flex-grow: 1;
    margin-right: 1rem;
}

.cookie-banner p a {
    color: #4CAF50;
    text-decoration: underline;
}

.cookie-banner .buttons {
    display: flex;
    gap: 0.5rem;
}

.cookie-banner .button {
    white-space: nowrap;
    padding: 0.75rem 1.25rem;
}

@media screen and (max-width: 768px) {
    .cookie-banner .container {
        flex-direction: column;
        text-align: center;
    }
    .cookie-banner p {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .cookie-banner .buttons {
        width: 100%;
        justify-content: center;
    }
    .cookie-banner .button {
        flex: 1;
    }
}

/* General Animations */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}/* Container spacing for the trust pillar unit */
.trustPillarUnit {
    padding: 2rem 1.5rem; /* Top/bottom padding 2rem, left/right padding 1.5rem */
}

/* Heading 1 styling */
.trustPillarUnit h1 {
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
    word-break: break-all;
}

/* Heading 2 styling */
.trustPillarUnit h2 {
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 1.8rem;
    margin-bottom: 0.8rem;
    word-break: break-all;
}

/* Heading 3 styling */
.trustPillarUnit h3 {
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 0.7rem;
    word-break: break-all;
}

/* Heading 4 styling */
.trustPillarUnit h4 {
    font-size: 1.15rem;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 1.2rem;
    margin-bottom: 0.6rem;
    word-break: break-all;
}

/* Heading 5 styling */
.trustPillarUnit h5 {
    font-size: 1.05rem; /* Slightly larger than paragraph text */
    line-height: 1.2;
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    word-break: break-all;
}

/* Paragraph styling */
.trustPillarUnit p {
    font-size: 1rem; /* Base font size */
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 1rem; /* Space between paragraphs */
}

/* Unordered list styling */
.trustPillarUnit ul {
    list-style-type: disc; /* Default disc bullet */
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 1.5rem; /* Indentation for bullets */
}

/* List item styling */
.trustPillarUnit li {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0.5rem; /* Space between list items */
}


.title.is-2 {
    font-size: clamp(1.7rem,2.5vw,2.5rem) !important;
}

#hero,
#about,
#services,
#features,
#how-it-works,
#pricing,
#team,
#testimonials,
#faq,
#contact
{
    overflow: hidden !important;
}

#cookie-banner .buttons{
     margin: 0 auto;
}