#loading {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.8s ease-out;
    /* Smooth transition */
}

a:hover {
    color: #ff8001 !important;
    cursor: pointer;
}

.loading-logo {
    width: 150px;
    height: auto;
    animation: pulse 2s infinite alternate;
}

.title {
    font-size: 60px;
    line-height: 60px;
}

.sub-title {
    font-size: 34px;
    line-height: 60px;
}

.text {
    font-size: 22px;
}


/* Simple pulsating effect for the logo */
@keyframes pulse {
    from {
        transform: scale(1);
        opacity: 1;
    }

    to {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

.hidden {
    opacity: 0;
    pointer-events: none;
}



/* styles.css */
body {
    margin: 0;
    /* font-family: 'Roboto', Arial, sans-serif; */
    font-family: "Poppins", sans-serif;
}

/* Header */

.logo {
    width: 50px;
}

/* Menu */

/* Call-to-Action Button */
.menu-item-cta {
    background-color: #4563FF;
    color: #fff !important;
    padding: 10px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
}

/* /////////////// */
.banner-container {
    height: 600px;
    background-image: url('images/marketing/kensa_banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-title {
    font-size: 60px;
    font-weight: 600;
    color: #000;
    margin: 0;
    margin-bottom: 20px;
    line-height: 4.5rem;
}

.banner-image-container img {
    width: 500px;
    height: auto;
    object-fit: contain;
}

.banner-cta {
    background-color: #000;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    width: fit-content;
    margin-top: 20px;
}


/* //////////////////// */

.vision-container {
    background-color: #4563FF;
}

.vision-title {
    font-size: 42px;
    font-weight: 600;
    text-align: left;
    color: #fff;
}

.vision-description {
    font-size: 24px;
    color: #fff;
}

/* ///////////////////////// */

.values-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    width: 100vw;
}

.values-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 60px 0px;
}

.values-title {
    font-size: 42px;
    font-weight: 600;
    color: #000;
}

.values-description {
    width: 80%;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    color: #000;
    margin: 0;
}

.values-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 300px;
}

.values-content-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
}

.values-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.values-item-title {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.values-item-description {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

.values-item-image {
    width: 200px;
    height: 200px;
    object-fit: contain;
}

/* ///////////////////////// */

/* Contact Container */
.contact-container {
    display: flex;
    justify-content: center;
    padding: 80px 20px;
    background-color: #fff;

    background-image: url(images/marketing/footer_image.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}

/* Wrapper */
.contact-content-wrapper {
    display: flex;
    flex-direction: row;
    max-width: 1200px;
    width: 100%;
    align-items: center;
    gap: 40px;
}

/* Contact Image */
.contact-image {
    width: 100%;
    max-width: 50%;
    height: auto;
    object-fit: contain;
}

/* Contact Content */
.contact-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
}

/* Title */
.contact-title {
    font-size: 42px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

/* Description */
.contact-description {
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
}

/* Contact Form */
.contact-form {
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* Form Inputs */
.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
}

/* Textarea */
.contact-form textarea {
    height: 100px;
    resize: vertical;
}

/* Button */
.contact-form button {
    width: fit-content;
    min-width: 200px;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #4563FF;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.contact-form button:hover {
    background-color: #4563FF;
}

/* ///////////////////////// */
.card-icon-container {
    height: 180px;
    background-color: #0A2540;
    /* example color */
    color: white;
    font-size: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-body {
    min-height: 180px;
}

/* ///////////////// */
/* testimonies */
.testimonies-container {
    background-color: #4563FF;
    color: #fff;
}

/* ///////////////////////// */

/* Footer */
.footer-container {
    background-color: #4563FF;
    color: #fff;
}

.footer-container img {
    filter: brightness(0) invert(1);
}

.footer-title {
    font-size: 1.25rem;
    font-weight: 600;
}

.footer-item a {
    color: #fff;
    text-decoration: none;
}

.footer-item a:hover {
    text-decoration: underline;
}

.footer-logo {
    max-width: 80px;
}