@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.montserrat-nmv {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

* {
    box-sizing: border-box;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    color: #090909;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

footer,
header,
main,
menu,
nav,
section {
    display: block;
}

abbr[title] {
    border-bottom: 1px dotted;
}

.top-section {
    background: linear-gradient(#d4ffff, rgba(255, 0, 0, 0));
    padding-top: 60px; /* Adjust this value to match your header height */
}

.fixed-header {
    position: fixed; 
    top: 0;
    left: 0; 
    width: 100%; 
    background-color: #fff;
    height: 9%;
    z-index: 1000; 
}


/* CONTAINER */
.container {
    width: 100%;
    max-width: 1200px;
    padding: 0 40px;
    margin: 0 auto;
    /*padding-top: 60px;*/
}

/* HEADER */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 20px;
    background: white;
}
.logo {
    font-size: 3em;
    font-family: 'Bahnschrift Light';
    color: #7F6D54;
    margin: 0;
}

.main-nav .menu {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-nav .menu li {
    display: inline-block;
    padding: 0 20px;
}

.main-nav .menu li a {
    transition: all 0.3s ease 0s;
    color: #090909;
    text-decoration: none;
}

.main-nav .menu li a:hover {
    color: #333;
}

.main-text {
    font-size: 1em;
    color: #000;
}

/*.main-nav .menu li a .subtext {*/
.subtext {
    font-size: 0.8em;
    color: #888;
    margin-top: 5px;
    display: inline-block;
    padding: 0 20px;
    text-decoration: none;
}

.action-btn {
    display: inline-block;
    padding: 11px 25px;
    background: #090909;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    text-align: center;
    font-weight: normal;
}

.action-btn:hover {
    background: #333;
    color: #fff;
}

.action-btn:active {
    background: #090909;
    color: #fff;
}

/* HERO */
.hero {
    height: calc(100vh - 106px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 50px;
}

.hero .headline-block {
    /*margin: 0 0 30px;*/
}

/* Top animated heading */
.hero .headline-block h2 {
    font-size: 5em;
    color: #7F6D54;
    margin: 0;
}
/* Text Below the animated heading */
.hero .subheading-block {
    display: flex;
    align-items: center;
    margin: 0 0 30px;
    font-size: 1.1em;
}

.hero .subheading-block .text {
    padding: 0 0 0 10px;
    max-width: 75%;
    line-height: 1.8;
}

.main-action-btn {
    display: flex;
    max-width: 215px;
    flex-direction: row;
    align-items: center;
    padding: 6px;
    background-color: lightblue;
    color: #fff;
    text-decoration: none;
    border-radius: 16px;
    transition: background-color 0.3s ease;
}

.main-action-btn .text {
    text-align: center;
    font-size: 20px;
    flex: 1;
}

.main-action-btn:hover {
    background-color: lightgray;
    color: #fff;
}

.main-action-btn:active {
    background-color: #090909;
    color: #fff;
}

.services-block .heading {
    font-size: 2.5em;
    text-align: center;
    line-height: 1.1;
    margin: 0 0 20px;
}
.services-block .subheading {
    font-size: 1.1em;
    text-align: center;
    font-weight: normal;
    max-width: 578px;
    margin: 0 auto 60px;
}
.services-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.services-row .service-block {
    display: flex;
    flex: 1 1 30%;
    max-width: calc(33.333% - 20px);
    flex-direction: column;
    flex-grow: 1;
    padding: 32px;
    background: #d4bfff;
    border-radius: 16px;
    font-size: 0.9em;
    margin: 0;
}

.services-row .service-block .icon-holder {
    width: 36px;
    height: 36px;
    margin: 0 0 26px;
}

.services-row .service-block .icon-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-row .service-block .title {
    display: block;
    font-size: 1.4em;
    font-weight: normal;
    margin: 0 0 20px;
}

.services-row .service-block ul {
    list-style-type: '- ';
    padding: 0 0 20px 20px;
    margin: 0;
}

.services-row .service-block ul li {
    margin: 0 0 4px;
}

.services-row .service-block .service-block-holder {
    flex: 1;
}

/* Process */
.process-block {
    padding: 120px 0;
}

.process-block .heading {
    font-size: 2.5em;
    text-align: left;
    line-height: 1.1;
    margin: 0 0 20px;
}
.process-block .subheading {
    font-size: 1.1em;
    text-align: left;
    font-weight: normal;
    max-width: 578px;
    margin: 0 0 24px;
}

.process-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.process-row .process-block {
    display: flex;
    flex: 1 1 30%;
    max-width: calc(33.333% - 40px);
    flex-direction: column;
    flex-grow: 1;
    padding: 32px 0;
    font-size: 1em;
    line-height: 1.5;
    margin: 0;
}

.process-row .process-block .step {
    display: flex;
    width: 48px;
    height: 48px;
    margin: 0 0 20px;
    background: #d4bfff;
    color: #090909;
    border-radius: 8px;
    flex-direction: row;
    justify-content: center;
    font-style: normal;
    font-weight: bold;
    font-size: 1.6em;
    align-items: center;
}

.process-row .process-block h5 {
    display: block;
    font-size: 1.4em;
    font-weight: normal;
    margin: 0 0 20px;
}

.process-row .process-block p {
    margin: 0;
}

/* Team */
.team-block {
    padding: 120px 0;
}

.team-block .heading {
    font-size: 2.5em;
    text-align: center;
    line-height: 1.1;
    margin: 0 0 20px;
}
.team-block .subheading {
    font-size: 1.1em;
    text-align: center;
    font-weight: normal;
    max-width: 578px;
    margin: 0 auto 60px;
}

.team-members {
    display: flex;
    margin: 0 0 60px;
}

.team-members .team-member {
    text-align: center;
    max-width: 392px;
    line-height: 1.5;
    font-size: 0.9em;
    padding: 0 10px;
    margin: 0 0 20px;
}
.team-members .team-member:nth-child(1) {
    margin-left: auto;
}

.team-members .team-member:nth-child(2) {
    margin-right: auto;
}

.team-members .team-member .photo {
    width: 268px;
    height: 268px;
    display: block;
    overflow: hidden;
    border-radius: 16px;
    margin: 0 auto 22px;
}

.team-members .team-member .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-members .team-member h5 {
    font-size: 1.4em;
    margin: 0 0 10px;
}

/* Contact block */
.voicebot-block,
.poc-block,
.contact-block {
    background: #d4bfff;
    color: #090909;
    padding: 40px 20px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 50px;
}
.voicebot-block {
    padding: 0px 0px;
    padding-top: 40px;
}
.poc-block {
    background: lightcyan;
    text-align: left;
}

.voicebot-block h3,
.poc-block h3,
.contact-block h3 {
    font-size: 2.5em;
    margin: 0 0 20px;
    text-align: center;
}

.contact-block p {
    font-size: 1.1em;
    margin: 0 0 40px;
}

.voicebot-block p,
.poc-block p {
    font-size: 1.1em;
    margin: 0 20px 20px;
}

/* Bottom section */
.bottom-section {
    /* background: linear-gradient(rgba(255, 0, 0, 0), #d4bfff);*/
}

/* FOOTER */
.footer {
    padding: 50px 0 0;
}

.footer-holder {
    display: flex;
    justify-content: space-between;
    padding: 0 0 80px;
}

.footer-holder h5 {
    font-size: 1.1em;
    text-transform: uppercase;
    margin: 0 0 4px;
}

.footer-holder ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-holder ul li {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.footer-holder ul li a {
    white-space: nowrap;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.footer-holder ul li a:active {
    text-decoration: none;
    color: #333;
}

.footer-holder ul li .icon {
    display: flex;
    width: 24px;
    height: 24px;
    margin: 0 12px 0 0;
}

.footer-holder ul li .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-bottom {
    text-align: center;
    padding: 30px 60px;
    border-top: 1px solid #090909;
}

@media (max-width: 767px) {
    body {
        font-size: 16px;
    }
    .container {
        padding: 0 20px; /* Smaller padding on mobile */
    }

    .header {
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
    }

    .header,
    .hero,
    .services-block,
    .process-block,
    .team-block,
    .contact-block,
    .voice-block,
    .poc-block,
    .footer {
        padding: 20px 0; /* Adjusted padding for smaller screens */
    }

    .main-nav .menu li {
        padding: 0 10px; /* Smaller padding for menu items */
    }

    .hero {
        height: auto;
    }

    .hero .subheading-block {
        flex-direction: column;
    }

    .hero .subheading-block .ava {
        display: none;
    }

    .hero .headline-block h2 {
        font-size: 2em;
        text-align: center;
    }

    .hero .headline-block h2 br {
        display: none;
    }

    .hero .headline-block h2 strong {
        display: block;
    }

    .hero .subheading-block .text {
        padding: 0;
        text-align: center;
    }
    .services-row {
        flex-direction: column;
    }

    .services-row .service-block {
        flex: 1;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        margin: 0 0 20px;
    }

    .team-members {
        flex-direction: column;
    }

    .team-members .team-member {
        max-width: 100%;
        min-width: 100%;
        width: 100%;
        margin: 0 0 20px;
    }

    .team-block .subheading {
        margin: 0 auto 20px;
    }

    .services-block .heading {
        font-size: 2em;
    }

    .process-row {
        padding: 40px 0 0;
        flex-direction: column;
    }

    .process-block {
        text-align: center;
    }

    .process-block .heading {
        text-align: center;
    }

    .process-block .subheading {
        text-align: center;
    }

    .process-row .process-block {
        flex: 1;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        padding: 0;
        margin: 0 0 20px;
        justify-content: center;
        align-items: center;
    }

    .process-row .process-block .step {
        margin: 0 0 6px;
    }

    .process-row .process-block h5 {
        margin: 0 0 6px;
    }

    .process-block .heading {
        font-size: 2em;
    }
    .team-block .heading {
        font-size: 2em;
    }
    .voice-block h3,
    .poc-block h3,
    .contact-block h3 {
        font-size: 2em;
    }

    .main-action-btn {
        margin: 0 auto;
    }

    .main-nav {
        margin: 0 0 10px;
    }

    .footer-holder {
        flex-direction: column;
        padding: 0;
    }

    .footer-holder .footer-column {
        margin: 0 0 40px;
    }

    .team-members {
        margin: 0 0 10px;
    }
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 90%; /* Could be more or less, depending on screen size */
    max-width: 480px;
}

/* The Close Button */
.close {
    color: #aaa;
    position: absolute;
    right: 2px;
    top: 0;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#switch-text {
    position: relative;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

/* fadeOutUp */
@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-20px);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}
.nav-link {
    color: #7F6D54;
    background-color: #d4ffff;
    padding: 8px 16px;
    border-radius: 20px; /* This creates the rounded corners */
}

.nav-link:hover {
    background-color: #f0f0f0; /* Light grey background on hover */
    color: #000; /* Darker text on hover */
    border: solid;
}

/* Optional: style for active/current page link */
.nav-link.active {
    background-color: #e0e0e0; /* Slightly darker than hover */
    color: #000;
}

/* Style for Menu */

.main-nav .menu li {
    position: relative;
}

.main-nav .menu li a {
    display: block;
    text-align: center;
    padding: 14px 20px;
    text-decoration: none;
}

.main-nav .menu li a:hover {
}

.main-nav .dropdown .dropdown-menu {
    display: none;
    position: absolute;
    background-color: #333;
    top: 48px;
    min-width: 160px;
    z-index: 1;
}

.main-nav .dropdown .dropdown-menu li a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.main-nav .dropdown .dropdown-menu li a:hover {
    background-color: #575757;
}

.main-nav .dropdown:hover .dropdown-menu {
    display: block;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 14px 20px;
}

.menu-toggle .bar {
    height: 3px;
    width: 25px;
    background-color: black; /*Mobile menu line color*/
    margin: 4px 0;
}

@media (max-width: 768px) {
    .main-nav .menu {
        flex-direction: column;
        width: 100%;
        display: none;
    }

    .main-nav .menu li {
        width: 100%;
    }

    .menu-toggle {
        display: flex;
    }

    .main-nav .menu.active {
        display: flex;
    }
}

li {
   line-height: 1.6;  /* Increases line height */
   margin-bottom: 10px;  /* Adds space below each list item */
   }

    .poc-features {
        width: 100%;
        border-collapse: collapse;
    }
    .poc-features td {
        padding: 10px;
        border-bottom: 1px solid #ddd;
    }
    .poc-features tr:last-child td {
        border-bottom: none;
    }
    .poc-features td:first-child {
        font-weight: bold;
        width: auto;
        white-space: nowrap;
        padding-right: 20px;
    }

.voicebot-block {
    background-color: #f8f9fa;
}

.voicebot-block h2 {
    color: #2c3e50;
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
}

.voicebot-block p {
    color: #34495e;
    line-height: 1.6;
    margin-bottom: 15px;
}

.voicebot-block ul {
    list-style-type: none;
    padding-left: 0;
}

.voicebot-block ul li {
    color: #3498db;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 65px;
    padding-left: 25px;
    position: relative;
    float: left;
}

.voicebot-block ul li::before {
    content: "✓";
    color: #2ecc71;
    position: absolute;
    left: 0;
}

.voicebot-block .cta {
    background-color: #3498db;
    color: white;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
}


/* ChatGPT suggested */

.voicebot-block .cta {
    background-color: #3498db; /* Keep the background color */
    color: white;
    padding: 20px; /* Increase padding */
    border-radius: 8px; /* Slightly more rounded corners */
    font-size: 18px; /* Increase font size */
    font-weight: 500; /* Slightly bolder text */
    line-height: 1.5; /* Improve readability */
    margin-bottom: 20px; /* Add margin below the CTA text */
}

.main-action-btn {
    display: inline-flex; /* Center the button */
    max-width: 350px; /* Increase width for better click area */
    flex-direction: row;
    align-items: center;
    justify-content: center; /* Center text and icon within the button */
    padding: 12px 20px; /* Increase padding */
    background-color: #1abc9c; /* Use a more vibrant color */
    color: #fff;
    text-decoration: none;
    border-radius: 24px; /* More rounded corners */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Add a subtle shadow */
    transition: background-color 0.3s ease, box-shadow 0.3s ease; /* Add transition for shadow */
}

.main-action-btn .text {
    font-size: 20px;
    font-weight: 600; /* Make the text bolder */
    margin-right: 10px; /* Add space between text and icon */
}

.main-action-btn .mail-icon {
    width: 20px; /* Adjust icon size */
    height: 20px;
}

.main-action-btn:hover {
    background-color: #16a085; /* Darken on hover */
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2); /* Increase shadow on hover */
    transform: translateY(-2px); /* Slight upward movement on hover */
}

.main-action-btn:active {
    background-color: #0e6655; /* Even darker color on active */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Reduce shadow on active */
    transform: translateY(1px); /* Slight downward movement on active */
}

