body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    color: #333;
    background-color: #f4f4f4;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1; 
}


/* Hero Section */
.hero {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-image: url('../images/hero-background.jpg'); 
    background-size: cover;
    background-position: right;
    height: 100vh; 
    color: black;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
}

.hero-content {
    max-width: 600px;
    margin-left: 50px;
    text-align: left;
}

.hero h1 {
    font-size: 3rem;
    margin-bottom: 10px;
}

.hero p {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.cta-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 1.2rem;
    background-color: transparent;
    color: black;
    text-decoration: none;
    border: 2px solid black; 
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s; 
}

.cta-button:hover {
    background-color: white;
    color: black;
}

.cta-button-nav {
    display: inline-block;
    padding: 10px 20px;
    font-size: 1.2rem;
    background-color: transparent;
    color: black;
    text-decoration: none;
    border: 2px solid black; 
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s; 
    margin-right: 40px;
}

.cta-button-nav:hover {
    background-color: white;
    color: black;
}


/* Responsive Design */
@media screen and (max-width: 768px) {
    .hero {
        justify-content: center;
        text-align: center;
        padding: 20px;
        align-items: top;
        background-image: url('../images/hero-backgroundm.png'); 
    }

    .hero-content {
        margin-left: 0;
        max-width: 90%;
    }

    .hero h1 {
        font-size: 2.5rem;
    }

    .hero p {
        font-size: 1.2rem;
    }
}

/* Footer */
footer {
    background: white;
    color: black;
    text-align: center;
    padding: 10px 0;
    position: relative;
    bottom: 0;
    width: 100%;
    margin-top: auto;
}

/* About Section */
.about-section {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 50px 20px;
    background-color: #f9f9f9;
}

.about-content {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    width: 100%;
    gap: 40px;
}

.bio,
.skills {
    flex: 1;
    min-width: 300px;
}

.bio h2,
.skills h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.bio p {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
}

.download-cv {
    display: inline-block;
    padding: 10px 20px;
    font-size: 1rem;
    color: black;
    text-decoration: none;
    border: 2px solid black;
    border-radius: 5px;
    transition: all 0.3s;
}

.download-cv:hover {
    background-color: black;
    color: white;
}

.skills .skill {
    margin-bottom: 15px;
}

.skills .skill span {
    display: block;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.skills .bar {
    background-color: #eaeaea;
    height: 10px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.skills .fill {
    height: 100%;
    border-radius: 5px;
    background-color: black;
    transition: width 0.3s ease-in-out;
}

/* Skill fill widths */
.fill.leadership {
    width: 100%;
}

.fill.vision {
    width: 100%;
}

.fill.data {
    width: 80%;
}

.fill.agile {
    width: 70%;
}

.fill.code {
    width: 50%;
}

.fill.story {
    width: 80%;
}

.fill.mindset {
    width: 70%;
}

.fill.entrepreneur {
    width: 80%;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .about-content {
        flex-direction: column;
        align-items: center;
    }

    .bio,
    .skills {
        min-width: 100%;
        text-align: center;
    }

    .skills .bar {
        margin: 0 auto;
    }
}


/* Reviews Section */
.reviews-section {
    padding: 50px 20px;
    background-color: #f4f4f4;
    text-align: center;
}

.reviews-header h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.reviews-header p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 30px;
}

.reviews-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.review {
    background-color: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 20px;
    max-width: 300px;
    flex: 1;
    text-align: left;
}

.review p {
    font-size: 1rem;
    color: #333;
    margin-bottom: 10px;
}

.review span {
    font-size: 0.9rem;
    color: #777;
    font-style: italic;
    display: block;
    margin-top: 10px;
}


.linkedin-posts {
    padding: 50px 20px;
    background-color: #f9f9f9;
    text-align: center;
}

.linkedin-post {
    margin: 20px auto;
    max-width: 600px;
}

/* Offerings Section */
.offerings-section {
    padding: 50px 20px;
    background-color: #ffffff;
    text-align: center;
}

.offerings-header h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.offerings-header p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 30px;
}

.offerings-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.offering {
    background-color: #f9f9f9;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    max-width: 300px;
    text-align: left;
    flex: 1;
    min-width: 250px;
    display: flex;
    flex-direction: column;
}

.offering img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.offering h3 {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 15px 20px 5px;
    color: #333;
}

.offering p {
    font-size: 1rem;
    color: #555;
    margin: 0 20px 20px;
    line-height: 1.5;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .offerings-container {
        flex-direction: column;
        align-items: center;
    }

    .offering {
        max-width: 90%;
    }
}

/* Offerings CTA */
.offerings-cta {
    margin-top: 30px;
    text-align: center;
}

.offerings-cta .cta-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 1rem;
    color: black;
    text-decoration: none;
    border: 2px solid black;
    border-radius: 5px;
    transition: all 0.3s;
}

.offerings-cta .cta-button:hover {
    background-color: black;
    color: white;
}

/* LinkedIn Icon */
.linkedin-icon {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}

.linkedin-icon img {
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease-in-out;
}

.linkedin-icon:hover img {
    transform: scale(1.1); 
}

.privacy-policy {
    padding: 50px 20px;
    background-color: #f9f9f9;
    line-height: 1.8;
}

.privacy-policy .container {
    max-width: 800px;
    margin: 0 auto;
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.privacy-policy h1,
.privacy-policy h2 {
    font-weight: bold;
    margin-bottom: 20px;
}

.privacy-policy h1 {
    font-size: 2.5rem;
    text-align: center;
}

.privacy-policy h2 {
    font-size: 1.5rem;
    margin-top: 30px;
}

.privacy-policy p,
.privacy-policy ul {
    font-size: 1rem;
    color: #333;
}

.privacy-policy ul {
    padding-left: 20px;
    margin: 15px 0;
}

.privacy-policy ul li {
    margin-bottom: 10px;
}

.privacy-policy a {
    color: #007BFF;
    text-decoration: none;
}

.privacy-policy a:hover {
    text-decoration: underline;
}


.offerings-cta .discovery-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 1rem;
    color: black; 
    text-decoration: none;
    border: 2px solid black;
    border-radius: 5px;
    transition: all 0.3s;
}

.offerings-cta .discovery-button:hover {
    background-color: black;
    color: white;
}

.qxCTlb {
    display: inline-block!important;
    padding: 10px 20px!important;
    font-size: 1rem!important;
    color: black !important;
    text-decoration: none!important;
    border: 2px solid black!important;
    border-radius: 5px!important;
    transition: all 0.3s!important;
}

.qxCTlb:hover {
    background-color: black!important;
    color: white!important;
}

.qxCTlb:active {
    transform: translateY(1px); /* Slight press effect */
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .hur54b {
        padding: 10px;
    }
    ..Xfsokf {
        top: 15px;
        right: 20px;
    }
}


.g-recaptcha {
    display: inline-block;
    padding: 10px 20px;
    font-size: 1.2rem;
    background-color: transparent;
    color: black;
    text-decoration: none;
    border: 2px solid black; 
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s; 
}

.g-recaptcha:hover {
    background-color: white;
    color: black;
}

#notification-banner {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 10px 20px;
    background-color: green;
    color: white;
    border-radius: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 9999; /* Ensure it appears above all other elements */
    display: none; /* Initially hidden */
}


