* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
    color: #222;
    background: #fffdf5;
}

/* HEADER */
header {
    background: #ffffff;
    color: #e88a00;
    text-align: center;
    padding: 90px 20px;
}

header h1 {
    font-size: 48px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 12px;
    color: #e88a00;
    text-transform: uppercase;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
}

header h2 {
    font-size: 25px;
    margin-bottom: 18px;
    color: #ff8c00;
    font-weight: 500;
    letter-spacing: 1px;
}

header p {
    max-width: 700px;
    margin: auto;
    font-size: 18px;
    color: #ffffff;
    opacity: 0.9;
    line-height: 1.8;
}

/* SECTIONS */
section {
    max-width: 1000px;
    margin: 25px auto;
    padding: 30px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
}

section h2 {
    color: #e88a00;
    font-size: 30px;
    margin-bottom: 18px;
}

section p {
    margin-bottom: 16px;
    color: #333333;
    font-size: 16px;
    line-height: 1.8;
}
}

ul {
    padding-left: 25px;
}

li {
    margin-bottom: 10px;
}

/* FOOTER */
footer {
    background: #171717;
    color: #ffffff;
    text-align: center;
    padding: 30px 20px;
    margin-top: 60px;
}

/* MOBILE */
@media (max-width: 700px) {

    header {
        padding: 65px 20px;
    }

    header h1 {
        font-size: 34px;
    }

    header h2 {
        font-size: 21px;
    }

    header p {
        font-size: 16px;
    }

    section {
        margin: 25px 15px;
        padding: 28px 22px;
    }

    section h2 {
        font-size: 25px;
    }
    nav {
    gap: 18px;
    padding: 15px 10px;
}

nav a {
    font-size: 14px;
}
}
nav {
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
    padding: 18px 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0;
    z-index: 1000;
}

nav a {
    color: #e88a00;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    transition: 0.3s;
}

nav a:hover {
    color:#f28c00;
}
section {
    margin-left: 15px;
    margin-right: 15px;
}
section a {
    color: #e88a00;
    text-decoration: none;
    font-weight: 600;
}section a:hover {
    color: #f28c00;
    text-decoration: underline;
}
.whatsapp-button {
    display: inline-block;
    margin-top: 10px;
    padding: 12px 22px;
    background: #25D366;
    color: white;
    text-decoration: none;
    font-weight: 700;
    border-radius: 8px;
    transition: 0.3s;
}

.whatsapp-button:hover {
    background: #128C7E;
    color: white;
    text-decoration: none;
}
.hero-button {
    display: inline-block;
    margin-top: 25px;
    padding: 14px 30px;
    background: #e88a00;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.hero-button:hover {
    background: #ffffff;
    color: #111111;
    transform: translateY(-2px);
}
/* MISSION TECHNOLOGY ANIMATION */

.mission-animation {
    position: relative;
    height: 280px;
    margin-top: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, #fff3b0, #ffb300, #ff4d00);
    border-radius: 16px;
}

/* TECHNOLOGY GLOW */

.technology-glow {
    position: absolute;
    width: 180px;
    height: 180px;
    background: #e88a00;
    border-radius: 50%;
    opacity: 0.15;
    filter: blur(35px);
    animation: glowPulse 3s ease-in-out infinite;
}

/* PERSON */

.person {
    position: relative;
    width: 150px;
    height: 230px;
    z-index: 2;
}

/* HEAD */

.head {
    position: absolute;
    width: 58px;
    height: 58px;
    background: #d9a066;
    border-radius: 50%;
    top: 10px;
    left: 46px;
}

/* BODY */

.body {
    position: absolute;
    width: 90px;
    height: 120px;
    background: #ffffff;
    border-radius: 45px 45px 15px 15px;
    top: 65px;
    left: 30px;
}

/* ARM */

.arm {
    position: absolute;
    width: 25px;
    height: 90px;
    background: #d9a066;
    border-radius: 20px;
    top: 85px;
    left: 92px;
    transform: rotate(-35deg);
    transform-origin: top center;
    animation: handMove 2.5s ease-in-out infinite;
}

/* PHONE */

.smartphone {
    position: absolute;
    width: 58px;
    height: 105px;
    background: #050505;
    border: 3px solid #e88a00;
    border-radius: 12px;
    top: 105px;
    left: 100px;
    transform: rotate(-12deg);
    z-index: 5;
    box-shadow: 0 0 25px rgba(232, 138, 0, 0.45);
    animation: phoneFloat 2.5s ease-in-out infinite;
}

/* PHONE SCREEN */

.screen {
    width: 100%;
    height: 100%;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    gap: 8px;
}

.screen span {
    font-size: 25px;
}

.screen strong {
    color: #e88a00;
    letter-spacing: 1px;
}

.screen small {
    font-size: 7px;
    color: #ffffff;
    opacity: 0.7;
}

/* ANIMATIONS */

@keyframes phoneFloat {

    0%,
    100% {
        transform: rotate(-12deg) translateY(0);
    }

    50% {
        transform: rotate(-8deg) translateY(-8px);
    }
}

@keyframes handMove {

    0%,
    100% {
        transform: rotate(-35deg);
    }

    50% {
        transform: rotate(-28deg);
    }
}

@keyframes glowPulse {

    0%,
    100% {
        transform: scale(0.9);
        opacity: 0.12;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.22;
    }
}

/* MOBILE */

@media (max-width: 700px) {

    .mission-animation {
        height: 240px;
    }

    .person {
        transform: scale(0.85);
    }
}
/* DELIVERY ANIMATION */

.delivery-animation {
    position: relative;
    height: 280px;
    margin-top: 35px;
    overflow: hidden;
    background: linear-gradient(135deg, #fff3b0, #ffb300, #ff4d00);
    border-radius: 16px;
}

/* ROAD */

.road {
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #222222;
}

.road::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: 10px;
    background: repeating-linear-gradient(
        to right,
        #e88a00 0,
        #e88a00 35px,
        transparent 35px,
        transparent 70px
    );
}

/* RIDER */

.delivery-rider {
    position: absolute;
    bottom: 40px;
    left: -180px;
    width: 180px;
    height: 190px;
    animation: deliveryRide 8s linear infinite;
}

/* HEAD */

.rider-head {
    position: absolute;
    width: 42px;
    height: 42px;
    background: #c98d5b;
    border-radius: 50%;
    top: 5px;
    left: 75px;
}

/* BODY */

.rider-body {
    position: absolute;
    width: 60px;
    height: 75px;
    background: #111111;
    border-radius: 25px 25px 10px 10px;
    top: 45px;
    left: 65px;
}

/* ARM */

.rider-arm {
    position: absolute;
    width: 18px;
    height: 65px;
    background: #c98d5b;
    border-radius: 15px;
    top: 55px;
    left: 105px;
    transform: rotate(-45deg);
    transform-origin: top center;
}

/* DELIVERY BOX */

.delivery-box {
    position: absolute;
    width: 48px;
    height: 42px;
    background: #e88a00;
    color: #ffffff;
    font-size: 7px;
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    top: 82px;
    left: 115px;
    z-index: 4;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

/* SCOOTER */

.scooter {
    position: absolute;
    width: 155px;
    height: 70px;
    bottom: 5px;
    left: 15px;
}

/* WHEELS */

.front-wheel,
.back-wheel {
    position: absolute;
    bottom: 0;
    width: 35px;
    height: 35px;
    background: #111111;
    border: 5px solid #444444;
    border-radius: 50%;
    animation: wheelSpin 0.6s linear infinite;
}

.front-wheel {
    right: 5px;
}

.back-wheel {
    left: 5px;
}

/* SCOOTER BODY */

.scooter-body {
    position: absolute;
    width: 105px;
    height: 25px;
    background: #e88a00;
    border-radius: 20px 35px 8px 8px;
    bottom: 25px;
    left: 25px;
}

/* HANDLE */

.handle {
    position: absolute;
    width: 8px;
    height: 50px;
    background: #222222;
    right: 25px;
    bottom: 38px;
    transform: rotate(-15deg);
}

/* TEXT */

.delivery-speed {
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
    color: #e88a00;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
}

/* MOVEMENT */

@keyframes deliveryRide {

    0% {
        left: -180px;
    }

    100% {
        left: calc(100% + 20px);
    }
}

@keyframes wheelSpin {

    100% {
        transform: rotate(360deg);
    }
}

/* MOBILE */

@media (max-width: 700px) {

    .delivery-animation {
        height: 240px;
    }

    .delivery-rider {
        transform: scale(0.8);
        transform-origin: bottom left;
    }

    .delivery-speed {
        font-size: 11px;
    }
}
/* =========================
   CEO / FOUNDER PROFILE
========================= */

.ceo-section {
    display: flex;
    align-items: center;
    gap: 50px;
    background: #ffffff;
    padding: 55px;
    margin-top: 40px;
}

/* CEO IMAGE */

.ceo-image {
    flex: 1;
    text-align: center;
}

.ceo-image img {
    width: 100%;
    max-width: 380px;
    height: 480px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

/* CEO CONTENT */

.ceo-content {
    flex: 1;
}

.ceo-label {
    display: inline-block;
    color: #e88a00;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.ceo-content h2 {
    color: #111111;
    font-size: 38px;
    margin-bottom: 8px;
}

.ceo-content h3 {
    color: #1d5fa7;
    font-size: 18px;
    margin-bottom: 22px;
}

.ceo-content p {
    color: #444444;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
}

/* LEADERSHIP */

.leadership {
    margin-top: 25px;
    padding: 20px;
    border-left: 4px solid #e88a00;
    background: #f7f9fc;
}

.leadership strong {
    display: block;
    color: #111111;
    margin-bottom: 8px;
}

.leadership span {
    color: #e88a00;
    font-size: 20px;
    font-weight: 800;
}

/* MOBILE */

@media (max-width: 700px) {

    .ceo-section {
        flex-direction: column;
        padding: 30px 22px;
        gap: 30px;
    }

    .ceo-image img {
        height: 400px;
    }

    .ceo-content h2 {
        font-size: 30px;
    }

}
/* =========================
   FOUNDER PROFILE
========================= */

.ceo-section {
    max-width: 1000px;
    margin: 45px auto;
    padding: 50px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
}

/* HEADER */

.ceo-header {
    text-align: center;
    margin-bottom: 45px;
}

.ceo-label {
    display: inline-block;
    color: #e88a00;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.ceo-header h2 {
    color: #111111;
    font-size: 42px;
    margin-bottom: 8px;
}

.ceo-header h3 {
    color: #1d5fa7;
    font-size: 18px;
    font-weight: 600;
}

/* PROFILE BLOCKS */

.founder-block {
    padding: 28px 0;
    border-bottom: 1px solid #e5e5e5;
}

.founder-block:last-child {
    border-bottom: none;
}

.founder-block h4 {
    color: #111111;
    font-size: 25px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 18px;
}

.founder-block h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 5px;
    height: 25px;
    background: #e88a00;
    border-radius: 5px;
}

.founder-block p {
    color: #444444;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 14px;
}

/* LEADERSHIP */

.leadership-box {
    background: #f5f8fc;
    padding: 30px;
    margin-top: 10px;
    border-left: 5px solid #1d5fa7;
    border-bottom: none;
    border-radius: 10px;
}

.leadership-box h4 {
    padding-left: 0;
}

.leadership-box h4::before {
    display: none;
}

.philosophy {
    font-size: 28px;
    font-weight: 800;
    color: #e88a00;
    margin: 15px 0;
}

/* MOBILE */

@media (max-width: 700px) {

    .ceo-section {
        margin: 25px 15px;
        padding: 30px 22px;
    }

    .ceo-header h2 {
        font-size: 32px;
    }

    .founder-block h4 {
        font-size: 22px;
    }

    .philosophy {
        font-size: 23px;
    }
}
.social-links {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.instagram-link {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;

    background: linear-gradient(
        45deg,
        #f58529,
        #dd2a7b,
        #8134af,
        #515bd4
    );

    color: #ffffff;
    border-radius: 50%;
    text-decoration: none;
    font-size: 24px;

    transition: all 0.3s ease;
}

.instagram-link:hover {
    transform: translateY(-4px) scale(1.08);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.customer-chat {
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 12px;
}

.chat-button {
    width: 58px;
    height: 58px;
    border: none;
    border-radius: 50%;
    background: #25D366;
    color: #ffffff;
    font-size: 25px;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.chat-button:hover {
    transform: scale(1.08);
    background: #20bd5a;
}

.chat-label {
    background: #111111;
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    opacity: 0;
    transform: translateX(10px);
    transition: all 0.3s ease;
    pointer-events: none;
}

.customer-chat:hover .chat-label {
    opacity: 1;
    transform: translateX(0);
}

@media (max-width: 700px) {

    .customer-chat {
        right: 15px;
        bottom: 15px;
    }

    .chat-button {
        width: 52px;
        height: 52px;
        font-size: 22px;
    }
}
/* =========================
   CUSTOMER CHAT BOX
========================= */

.chat-box {
    position: absolute;
    right: 0;
    bottom: 70px;
    width: 330px;
    height: 420px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.2);
    overflow: hidden;

    display: none;
    flex-direction: column;
}

/* CHAT HEADER */

.chat-header {
    background: #25D366;
    color: #ffffff;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chat-header strong {
    font-size: 14px;
}

.chat-header button {
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 25px;
    cursor: pointer;
}

/* MESSAGES */

.chat-messages {
    flex: 1;
    padding: 15px;
    overflow-y: auto;
    background: #f5f5f5;
}

.bot-message,
.user-message {
    max-width: 80%;
    padding: 10px 13px;
    margin-bottom: 10px;
    border-radius: 10px;
    font-size: 13px;
    line-height: 1.5;
}

.bot-message {
    background: #ffffff;
    color: #222222;
}

.user-message {
    background: #25D366;
    color: #ffffff;
    margin-left: auto;
}

/* INPUT */

.chat-input {
    display: flex;
    padding: 10px;
    background: #ffffff;
    border-top: 1px solid #eeeeee;
}

.chat-input input {
    flex: 1;
    border: 1px solid #dddddd;
    border-radius: 20px;
    padding: 10px 14px;
    outline: none;
}

.chat-input button {
    width: 42px;
    height: 42px;
    margin-left: 8px;
    border: none;
    border-radius: 50%;
    background: #25D366;
    color: #ffffff;
    cursor: pointer;
}

.chat-input button:hover {
    background: #20bd5a;
}

/* MOBILE */

@media (max-width: 700px) {

    .chat-box {
        position: fixed;
        right: 15px;
        bottom: 80px;
        width: calc(100vw - 30px);
        max-width: 330px;
    }
}
.video-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 18px;
}

.video-container video {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
.mission-animation {
    width: 100%;
    max-width: 700px;
    margin: 30px auto;
    overflow: hidden;
    border-radius: 20px;
}

.mission-animation video {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
.delivery-video {
    width: 100%;
    max-width: 750px;
    margin: 30px auto;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.delivery-video video {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
/* HERO IMAGE SLIDER */

.hero-slider {
    position: relative;
    height: 600px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-slides {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hero-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}

.hero-slide.active {
    opacity: 1;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    padding: 20px;
}

.hero-content h1 {
    font-size: 55px;
    margin-bottom: 15px;
    color: #ffb000;
    font-weight: 800;
}

.hero-content h2 {
    font-size: 30px;
    margin-bottom: 20px;
    color: white;
}

.hero-content p {
    font-size: 20px;
    margin-bottom: 30px;
}

.hero-button {
    display: inline-block;
    padding: 15px 30px;
    background: #ff9800;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
}
/* CUSTOMER CARE POPUP MESSAGE */

.chat-popup-message {
    position: fixed;
    right: 85px;
    bottom: 85px;
    background: white;
    color: #333;
    padding: 12px 18px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.18);
    z-index: 9998;
    white-space: nowrap;
    animation: customerPopup 2s ease-in-out infinite;
}

/* CUSTOMER CARE POPUP */

.chat-popup-message {
    position: fixed;
    right: 85px;
    bottom: 85px;
    background: white;
    color: #333;
    padding: 12px 18px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.18);
    z-index: 9998;
    white-space: nowrap;

    animation: customerPopupCycle 8s ease-in-out infinite;
}

.chat-popup-message::after {
    content: "";
    position: absolute;
    right: -8px;
    bottom: 16px;
    border-width: 7px 0 7px 8px;
    border-style: solid;
    border-color: transparent transparent transparent white;
}

@keyframes customerPopupCycle {

    /* Inaonekana */
    0% {
        opacity: 0;
        transform: translateY(8px);
    }

    10% {
        opacity: 1;
        transform: translateY(0);
    }

    /* Inabaki visible */
    35% {
        opacity: 1;
        transform: translateY(0);
    }

    /* Inatoweka */
    45% {
        opacity: 0;
        transform: translateY(8px);
    }

    /* Inabaki imefichika */
    75% {
        opacity: 0;
        transform: translateY(8px);
    }

    /* Inarudi */
    85% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(8px);
    }
}
