* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--e-global-typography-ed059bd-font-family), Sans-serif;
}

body {
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    background: linear-gradient(#0f0f2d, #010103);
}

/* ========================================================= BANNER SECTION ========================================================= */

.playbook-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #9188d1;
    height: 60px;
    /* width: 400px; */
    padding: 0px 32%;
}

.playbook-section button {
    border-radius: 20px;
    padding: 8px;
    background-color: #9188d1;
    color: white;
    border: 1px solid white;
}

.playbook-section button:hover {
    cursor: pointer;
}

.playbook-section h1 {
    font-size: 1rem;
}


/* ==================================================================menu============================================================ */

/* Hide mobile nav by default */
.mobile-nav {
    display: none;
}

/* Show mobile nav only on screens <= 767px */


@media (max-width: 767px) {
    .mobile-nav {
        display: block;
    }

    .menu-toggle {
        background-color: transparent;
        color: white;
        padding: 15px;
        font-size: 18px;
        cursor: pointer;
        text-align: left;
    }

    .side-menu {
        position: fixed;
        top: 0;
        left: -50%;
        width: 50%;
        height: 100%;

        display: flex;
        flex-direction: column;
        padding-top: 60px;
        transition: left 0.3s ease;
        z-index: 999;
        background: linear-gradient(#0f0f2d, #010103);
    }

    .side-menu.show {
        left: 0;
    }

    .side-menu a {
        padding: 16px;
        font-size: 16px;

        text-decoration: none;
        /* border-bottom: 1px solid #ccc; */
        background: transparent;
        /* no background color */
    }

    .side-menu a:hover {
        background: transparent;
        text-decoration: underline;
        text-shadow: 10px 10px 25px rgba(0, 242, 254, 0.7);
    }

    .close-btn {
        position: absolute;
        top: 15px;
        right: 15px;
        background: none;
        border: none;
        color: white;
        font-size: 24px;
        cursor: pointer;
    }
}




/* ==================================================================menu end============================================================ */





.banner-section {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.9)), url('./assets/Backgroundimage.jpg') no-repeat center center/cover;
    height: auto;
    width: 100%;
    position: relative;
    color: white;
    background-position: bottom center;
    padding-bottom: 60px;

}

.header a {
    color: white;
    text-decoration: none;
}

.header-element {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    /* border-bottom: 0.1px solid rgb(119, 119, 119); */
    width: 100%;
    box-sizing: border-box;
    height: 144px;
    padding: 0px 150px;
}



.header-element {
    position: fixed;
    /* Make the header sticky */
    /* top: 47px; */
    background-color: transparent;
    /* Optional: Add a background color for better visibility */
    transition: background-color 0.3s;
    /* Smooth transition for background color */
    z-index: 1000;
    /* Ensure it stays above other content */
}

.header-element.scrolled {
    height: 80px;
    background: rgba(0, 0, 0, 0.95);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    top: 0px;
}

.header-element.scrolled .header {
    height: 80px;
}

.header-element.scrolled .logo img {
    width: 200px;
}


.header {
    height: 120px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    width: 100%;
}

.logo img {
    width: 250px;
    /* height: 50px; */
}

.menu ul {
    list-style: none;
    display: flex;
    gap: 20px;
}

.menu li {
    cursor: pointer;
    padding: 10px;
    transition: background 0.3s ease;
}

.menu li {
    position: relative;
    padding: 10px 15px;
    font-size: 1.3rem;
    font-weight: 500;
}

.menu li:hover {
    transform: scale(1.05);
    text-shadow: 10px 10px 25px rgba(0, 242, 254, 0.7);
}

.side-menu {
    font-size: 24px;
    cursor: pointer;
}

.banner-element {
    display: flex;
    height: 509px;
    position: relative;
    top: 139px;
    /* padding-left: 150px; */
}

.banner-element1 {
    display: flex;
    flex-direction: column;

}

.banner-element1 h1 pre {
    font-size: 3rem;
    font-weight: 550;
    color: white;
    /* Fallback for older browsers */
    line-height: 4rem;
    margin: 0;
    background: linear-gradient(to right, #e364e3, #64c2f7);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 30px;
    /* white-space: normal; */
}



.Book-a-discovery-cta {
    display: inline-block;
    padding: 12px 15px;
    background-color: #DBE4F9;
    color: #035d7a;
    font-size: 1.6rem;
    text-decoration: none;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 319.6px;
    height: 60.48px;
    font-weight: bold;
}

.Book-a-discovery-cta:hover {
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(0, 242, 254, 0.7);
}


.banner-logo img {
    height: 200px;
}


.banner-content {
    height: auto;
    width: 100%;
    color: white;
    padding: 40px 150px;
    display: flex;
    flex-direction: column;
}


.banner-content1 {
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.banner-content h4 {
    /* padding-left: 50px; */
    font-size: 1.7rem;
    font-weight: 200;
    line-height: 1.5;
    padding-bottom: 60px;
}


.banner-cards {
    display: flex;
    flex-direction: row;
}

.banner-img img {
    /* height: 100%; */
    width: 80%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
        bottom: 269px;
    left: 126px;
}

/* ========================================================= EXPERT SECTION ========================================================= */


.expert-section {
    background: linear-gradient(#0b1130, #000000, #0f0f2d);
    position: relative;
    color: white;
    background-position: center;
    height: 650px;
    width: 100%;

    color: white;
    padding: 40px 150px 0 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.Fractional-expert-element1 h3 {
    font-size: 1.2rem;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 8px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.Fractional-expert-element1 h2 {
    font-size: 3.5rem;
    font-style: normal;
    color: rgb(255, 255, 255);
    line-height: 4rem;
    font-weight: bold;
}

.Fractional-expert-element1 h4 pre {
    /* font-size: var(--e-global-typography-b63730e-font-size); */
    font-size: 1.7rem;
    font-weight: 200;
    letter-spacing: var(--e-global-typography-b63730e-letter-spacing);
    word-spacing: var(--e-global-typography-b63730e-word-spacing);
    line-height: 1.5;
    padding: 0;
}

.expert-element {
    display: flex;
    padding-top: 70px;

}

.FRACTIONAL-expert-cta {
    display: inline-block;
    background-color: #DBE4F9;
    color: #035d7a;
    font-size: 1.2rem;
    text-decoration: none;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 319.6px;
    height: 60.48px;
    font-weight: bold;
}

.Fractional-expert-element1 {
    height: 80%;
    justify-content: space-around;
    width: 50%;
}

.expert-element1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.expert-element1 h1 {
    font-size: 2.8rem;
    font-weight: 550;
    color: white;
    background-clip: text;
    -webkit-background-clip: text;
    line-height: 3rem;
}



.Book-a-discovery-cta {
    display: inline-block;
    padding: 12px 15px;
    background-color: #DBE4F9;
    color: #035d7a;
    font-size: 1.6rem;
    text-decoration: none;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 319.6px;
    height: 60.48px;
    font-weight: bold;
}

.Book-a-discovery-cta:hover {
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(0, 242, 254, 0.7);
}

.expert-section-images {
    display: flex;
    flex-direction: row;
    position: relative;
    right: -222px;
    top: 10%;


}

.expert-section-images img {
    width: 100%;
    width: 100%;
    height: 21%;
    margin: -10px;
}

/* agentic ai */
.Agentic-AI {
    background: url('./assets/agenticAIimagehome.jpg') no-repeat center center/cover;
    position: relative;
    color: white;
    background-position: center;
    height: auto;
    width: 100%;
    /* background: linear-gradient(#010103, #0f0f2d); */
    color: white;
    padding: 96px 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* padding-bottom: 87px; */

}

.Agentic-AI h4 {
    /* font-size: var(--e-global-typography-b63730e-font-size); */
    font-size: 1.7rem;
    font-weight: 200;
    letter-spacing: var(--e-global-typography-b63730e-letter-spacing);
    word-spacing: var(--e-global-typography-b63730e-word-spacing);
    line-height: 1.5;
    padding: 0;
    padding: 50px 0px;
}

.Agentic-AI img {
    width: 200px;
    height: 52px;
    margin-right: 10px;
}



.Agentic-AI-logo {
    display: flex;
    flex-direction: row;
}

.Agentic-AI-element1 {
    height: 70%;
    justify-content: space-between;
}

.Agentic-AI-element1 h3 {

    font-size: 1.2rem;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 31px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.Agentic-AI-element1 h2 {
    font-size: 3rem;
    font-style: normal;
    color: rgb(255, 255, 255);
    line-height: 4rem;
    font-weight: bold;
}


.AI-Agentic-cta {
    display: inline-block;
    background-color: #DBE4F9;
    color: #035d7a;
    font-size: 1.2rem;
    text-decoration: none;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 319.6px;
    height: 60.48px;
    font-weight: bold;
}


/* community section */


.community-section {
    background: linear-gradient(#070b26, #010107);
    color: white;
    padding: 60px 150px 96px;
    position: relative;
    overflow: hidden;
    padding-top: 89px;
}


.community-content {

    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 3rem;
    position: relative;
    z-index: 1;

}

.text-content {
    /* flex: 1 1 500px; */
}


.join-community-cta {
    display: inline-block;
    background-color: #DBE4F9;
    color: #035d7a;
    font-size: 1.2rem;
    text-decoration: none;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 319.6px;
    height: 60.48px;
    font-weight: bold;
    margin-top: 50px;
}

.join-community-cta:hover {
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(0, 242, 254, 0.7);
}

.community-section h3 {
    font-size: 1.2rem;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 31px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.community-section h2 {
    font-size: 2.2rem;
    font-style: normal;
    color: rgb(255, 255, 255);
    line-height: 3rem;
    font-weight: bold;
}

.community-section h4 {
    font-size: 1.54rem;
    letter-spacing: var(--e-global-typography-b63730e-letter-spacing);
    word-spacing: var(--e-global-typography-b63730e-word-spacing);
    line-height: 2.5rem;
    font-weight: lighter;
    padding: 0;
}

.title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.gain-title {
    font-size: 1.25rem;
    font-weight: 600;
    /* border-bottom: 2px solid #3b82f6; */
    display: inline-block;
    padding-bottom: 0.3rem;
    margin-bottom: 1rem;
}

.benefits-list {
    list-style: none;
    padding-left: 0;
    color: #c5cfe2;
    line-height: 1.8rem;
    font-size: 1rem;
}


.image-content {
    flex: 1 1 400px;
    text-align: right;
}

.community-image {
    max-width: 76%;
    border-radius: 1rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.circle-bg {
    position: absolute;
    bottom: 17px;
    right: 44px;
    width: 500px;
    height: 500px;
    background-color: #19265a;
    border-radius: 50% 50% 0 50%;
    opacity: 0.3;
    z-index: 0;
}


/* growth stories */



.growth-section h3 {
    font-size: 1.2rem;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 8px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
}

.growth-section h2 {
    font-size: 2.2rem;
    font-style: normal;
    color: rgb(255, 255, 255);
    line-height: 3rem;
    font-weight: bold;
    text-align: center;
}

.growth-section {
    background: linear-gradient(#010103, #0f0f2d);
    color: white;
    padding: 96px 150px;
    text-align: center;
}

.growth-content {
    /* max-width: 900px; */
    margin: auto;
}

.growth-subtitle {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 2px;
    color: #aab2c8;
    margin-bottom: 1rem;
}

.growth-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 3rem;
}

.growth-image-wrapper {
    display: flex;
    justify-content: center;
}

.growth-section iframe {
    width: 100%;
    max-width: 800px;
    border-radius: 1rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    /* border: 4px solid #3b82f6; */
}


/* clients section */

.section {
    height: auto;
    width: 100%;
    background: linear-gradient(#0f0f2d, #010103);
    color: white;
    padding: 96px 150px;
    display: flex;
    flex-direction: column;
}



.section h3 {
    font-size: 1.2rem;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 8px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.section h2 {
    font-size: 2.2rem;
    font-style: normal;
    color: rgb(255, 255, 255);
    line-height: 3rem;
    font-weight: bold;
}

.section-content {
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    flex-wrap: wrap;
}



.clients img {
    height: 40px;
    /* border: 2px solid #172755; */
    margin: 30px 20px;
    margin-top: 75px;


}

.clients-images {
    display: flex;
    justify-content: center;
}

/* blog section */

.blog {
    height: auto;
    width: 100%;
    background: linear-gradient(#010103, #0f0f2d, #010103);
    color: white;
    padding: 0px 150px;
    display: flex;
    flex-direction: column;
}

.blog-scroller-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}

.blog-cards-container {
    width: 100%;
    overflow: hidden;
}

.blog-cards {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%;
}

.blog-cards a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    min-width: calc(33.333% - 20px);
    margin: 0 10px;
    flex: 0 0 calc(33.333% - 20px);
}

.blog-card {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    justify-content: flex-start;
    border: 2px solid #172755;

}

.blog-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    padding: 10px;
}

.blog-card .blogs-card-heading {
    font-size: 1.2rem;
    font-weight: 600;
    color: #ffffff;
    margin-top: 15px;
    margin-bottom: 8px;
    width: 100%;
    padding: 0px 25px;
}

.blog-card .blogs-card_description {
    font-size: 1rem;
    font-weight: 200;
    color: #dcdcdc;
    line-height: 1.5;
    width: 100%;
    padding: 10px 25px 25px;
}

.blog h2 {
    font-size: 2.2rem;
    font-style: normal;
    color: rgb(255, 255, 255);
    line-height: 3rem;
    font-weight: bold;
}

.blog h3 {
    font-size: 1.2rem;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 8px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    color: #0f0f2d;
}

.left-btn {
    left: 50px;
}

.right-btn {
    right: 50px;
}



/*--------------------------------------------------------------------------- Future Work Section ---------------------------------------------------------------------------*/

/* Future of Work Section */
.future-work-section {
    background: linear-gradient(#000000, #0f0f2d);
    padding: 138px 150px 60px;
}

.future-work-section h2 {
    font-size: 2.5rem;
    font-style: normal;
    color: rgb(255, 255, 255);
    line-height: 4rem;
    font-weight: bold;
}


.futureOfWork-sub-heading {
    background-color: #265293;
    padding: 24px;
    text-align: center;
    border-radius: 15px;
    margin: 10px 0px;
}

.futureOfWork-sub-heading h4 {
    font-size: 1.7rem;
    font-weight: 600;
    color: #ffffff;

    width: 100%;
}

.future-work-section .card_heading {

    font-size: 1.4rem;
    font-weight: bold;
    color: #dcdcdc;
    line-height: 1.5;
    width: auto;
    /* padding-bottom: 25px; */
    text-align: center;
    position: relative;
    bottom: 41px;
    width: fit-content;

    background-color: #0a0a1d96;



}


.future-work-section .card_description {
    font-size: 1rem;
    font-weight: bold;
    color: #dcdcdc;
    line-height: 1.5;
    width: 100%;
    padding: 0px 25px;
}

.cardbig .card_description {
    font-size: 1.4rem;

}



.future-work-section .grid-container {
    display: flex;
    gap: 24px;
    margin-top: 40px;
}

.future-work-section .grid-container2 {
    display: flex;
    gap: 24px;
    /* margin-top: 40px; */
}

.grid-container .global-talent {
    width: 100%;
}

.grid-container .ai-agents {
    width: 20%;
}

.grid-container2 .expert-communities {

    width: 40%;

}

.grid-container2 .talent-enablement {

    width: 100%;

}

.future-work-section section {

    /* border: 2px solid #172755; */
    /* margin: 10px; */
    padding: 10px 0px;
    /* border-radius: 15px; */
}

.future-work-section img {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;

}

.future-work-section .cardbig img {
    width: 170px;
    height: 150px;
    /* margin-bottom: 20px; */
}



.future-work-section .card:hover {
    background-color: #393939;
    cursor: pointer;
}

.future-work-section .cardbig:hover {
    background-color: #393939;
    cursor: pointer;
}

.ai-agents .cards {
    justify-content: center;
}

/* Cards */
.future-work-section .cards {
    display: grid;
    gap: 15px;

}

.future-work-section .global-talent .cards {
    /* grid-template-columns: repeat(4, 1fr); */
    display: flex;
    justify-content: center;
}

.future-work-section .talent-enablement .cards {
    /* grid-template-columns: repeat(2, 1fr); */
    display: flex;
    justify-content: space-between;
}


.future-work-section .card {
    background-color: #265293;
    border-radius: 8px;
    padding: 24px 0px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.future-work-section .cardbig {
    background-color: #265293;
    border-radius: 8px;
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 290px;
    width: 25%;
}

.future-work-section .card h3 {
    font-size: 1.25rem;
    font-weight: 500;
    color: #ffffff;
}

.expert-communities .cards {
    justify-content: center;
}

.talent-enablement .cards {
    justify-content: center;


}



/* ========================================================= FOOTER SECTION ========================================================= */
.footer {
    background-color: #000;
    color: white;
    padding: 50px 150px;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

.footer .logo {
    margin-bottom: 20px;

}

.logo a {
    color: white;
}

li a {
    color: #ccc;
}

.footer-column {
    min-width: 150px;
    flex: 1;
}

.logo-column {
    flex: 2;
}

.logo img {
    width: 250px;
    /* height: 50px; */
}

.footer-column h4 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: bold;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 10px;
    font-size: 17px;
    /* cursor: pointer; */
    color: #ccc;
}

.footer a {
    text-decoration: none;
    color: none;
}

.subscribe-column {
    flex: 2;
}

.subscribe-form {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.subscribe-form input {
    padding: 12px 16px;
    border-radius: 30px;
    border: none;
    outline: none;
    flex: 1;
    font-size: 14px;
    color: #333;
}

.subscribe-form button {
    background-color: #7c83f5;
    border: none;
    color: white;
    padding: 12px 20px;
    border-radius: 30px;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
}

.footer-divider {
    margin: 30px 0 20px;
    border: 0;
    height: 1px;
    background-color: white;
    opacity: 0.2;
}

.footer-bottom {
    display: flex;
    justify-content: flex-end;
}

.social-icons-container {
    display: flex;
    gap: 20px;
}

.social-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    color: white;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 50%;
    padding: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-icon i {
    font-size: 18px;
}

.social-icon:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

/* ==================== ANIMATIONS ==================== */
/* Keyframes */
@keyframes slideInFromTop {
    from {
        transform: translateY(-100px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideInFromLeft {
    from {
        transform: translateX(-100px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInFromRight {
    from {
        transform: translateX(50px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }
}

@keyframes fadeInLogos {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }

}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes glow {
    0% {
        box-shadow: 0 0 5px rgba(0, 242, 254, 0.5);
    }

    50% {
        box-shadow: 0 0 20px rgba(0, 242, 254, 0.8);
    }

    100% {
        box-shadow: 0 0 5px rgba(0, 242, 254, 0.5);
    }
}

/* Applying Animations */

/* Slide in from top animations */
.banner-element1,
.banner-element2,
.Fractional-expert-element1 h3,
.Fractional-expert-element1 h2,
.Fractional-expert-element1 h4 pre,
.Agentic-AI-element1 h3,
.Agentic-AI-element1 h2,
.community-section h3,
.community-section h2,
.community-section h4,
.growth-title,
.growth-subtitle,
.future-work-section h2,
.blog h3,
.blog h2,
.section h3 {
    animation: slideInFromTop 1s ease-out forwards;
}

/* Slide in from left animations */
.Book-a-discovery-cta,
.FRACTIONAL-expert-cta,
.AI-Agentic-cta,
.join-community-cta,
.future-work-section .global-talent,
.future-work-section .expert-communities,
.Agentic-AI-logo,
.section h2,
.futureOfWork-sub-heading {
    animation: slideInFromLeft 1s ease-out forwards;
}

/* Slide in from right animations */
.future-work-section .ai-agents,
.future-work-section .talent-enablement,
.Agentic-AI h4 {
    animation: slideInFromRight 1s ease-out forwards;
}

/* Fade in animations */
.expert-section-images img,
.community-image,
.growth-image,
.blog-card {
    animation: fadeIn 1.5s ease-out forwards;
}



/* Pulse animation for CTAs on hover */
.Book-a-discovery-cta:hover,
.FRACTIONAL-expert-cta:hover,
.AI-Agentic-cta:hover,
.join-community-cta:hover {
    animation: pulse 1s infinite;
}

/* Glow animation for CTAs */
.Book-a-discovery-cta,
.FRACTIONAL-expert-cta,
.AI-Agentic-cta,
.join-community-cta {
    animation: glow 2s infinite alternate;
}

/* Stagger animations for better visual flow */
/* You may want to add delays to these in your actual implementation */
.Fractional-expert-element1 h3 {
    animation-delay: 0.1s;
}

.Fractional-expert-element1 h2 {
    animation-delay: 0.3s;
}

.Fractional-expert-element1 h4 pre {
    animation-delay: 0.5s;
}

.expert-section-images img {
    animation-delay: 0.7s;
}

/* ***************************************** Responsive ***************************************** */

@media (max-width: 767px) {
    .menu {
        display: none;
    }
}

@media (max-width: 767px) {

    .banner-content {
        padding: 0px 20px;
    }

    .banner-content1 {
        padding: 0px;
    }

    .banner-subheading h4 pre {
        white-space: unset;

        display: block;
        letter-spacing: var(--e-global-typography-b63730e-letter-spacing);
        word-spacing: var(--e-global-typography-b63730e-word-spacing);
    }

    .banner-content h4 {
        line-height: 1.8rem;
        font-size: var(--e-global-typography-18c0344-font-size);
        padding-bottom: 30px;
    }

    .banner-cards {
        display: flex;
        flex-direction: column;
    }

    .banner-element2 {
        animation:
            slideInFromRight 1s ease-out 0.9s forwards;
        /* float 4s ease-in-out infinite 1.6s; */
        opacity: 0;
    }


    .header-element {
        height: 106px;
        /* padding: 0 20px; */
    }

    .playbook-section {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #9188d1;
        height: 60px;
        gap: 10px;
        /* width: 400px; */
        padding: 10px;

    }

    .playbook-section h1,
    .playbook-section button {
        font-size: 0.7rem;
    }

    .banner-section {
        padding-bottom: 0.5px;
    }

    .header-element {
        padding: 0 20px;
    }

    .header {
        width: 100%;
        height: 80px;
        padding: 0px;
    }



    .menu ul {
        display: none;
    }

    .banner-element {
        display: flex;
        flex-direction: column;
        justify-content: center;

    }



    .banner-element1 h1 pre {
        white-space: normal;
        font-size: 2rem;
        line-height: 2.5rem;
        display: block;

    }

    .banner-element1 h4 {
        line-height: 2rem;
        font-size: var(--e-global-typography-18c0344-font-size);
        padding-bottom: 30px;
    }

    .banner-element {
        display: flex;
        height: 681px;
        top: 42px;
        padding-left: 0px;
    }

    .Book-a-discovery-cta {
        width: 80%;
        margin: 0 auto;
        font-size: var(--e-global-typography-3c0867d-font-size);
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .banner-logo {
        display: flex;

    }

    .banner-logo img {
        width: 50%;
        height: auto;
    }

    .banner-element1 {
        top: 13px;
    }

    .banner-img {
        display: flex;

        justify-content: center;

    }

    .banner-img img {
        top: 15px;

        left: 0px;
    }

    .future-work-section {
        padding: 60px 20px;
    }

    .future-work-section .cardbig {

        width: 100%;
    }



    .section2-content {
        padding: 0;
    }

    .section2-cards {
        flex-direction: column;
        align-items: center;
        padding: 0 15px;
    }

    .section2-card {
        width: 90%;
        max-width: 350px;
        margin: 10px 0;
        padding: 0;
        display: flex;

    }

    .section2-card .card_description {
        padding-bottom: 20px;
    }

    .section2-card img {
        height: 50%;
        width: 50%;
    }

    .card-heading {
        text-align: center;
        padding: 0;
    }

    .card_description {
        text-align: center;
        padding: 0;
    }

    .Agentic-AI,
    .expert-section {
        padding: 60px 20px;

    }

    .Agentic-AI {
        background-position: bottom left;
        /* height: 600px; */
    }

    .Agentic-AI-logo img {
        width: 30%;
        height: 100%;
    }

    .Agentic-AI h3,
    .expert-section h3,
    .community-section h3 {
        text-align: left;
        font-size: var(--e-global-typography-c78c171-font-size);
        letter-spacing: var(--e-global-typography-c78c171-letter-spacing);



    }



    .Agentic-AI h4 {
        font-size: 1.1rem;
        line-height: 1.6rem;
        white-space: normal;
        padding: 0px;
    }

    a {
        width: 100%;
    }

    .Agentic-AI h2,
    .expert-section h2,
    .future-work-section h2,
    .community-section h2 {
        font-size: 1.4rem;
        letter-spacing: var(--e-global-typography-b63730e-letter-spacing);
        word-spacing: var(--e-global-typography-b63730e-word-spacing);
        line-height: 2rem;

    }

    .future-work-section h4,
    .community-section h4 {
        text-align: center;
        font-size: 1.2rem;
        line-height: 1.8rem;
        /* white-space: pre-line; */

        display: block;

        letter-spacing: var(--e-global-typography-b63730e-letter-spacing);
        word-spacing: var(--e-global-typography-b63730e-word-spacing);
    }

    .community-section h4 {
        text-align: left;
    }

    .grid-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .grid-container2 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .future-work-section .cards {

        display: flex;
        flex-direction: column;
    }


    .grid-container2 .talent-enablement {
        width: 100%;
    }

    .grid-container2 .expert-communities {
        width: 100%;
    }

    .grid-container .global-talent {
        width: 100%;
    }

    .grid-container .ai-agents {
        width: 100%;
    }

    a {

        text-decoration: none;
    }

    .expert-section {
        height: auto;

    }


    .expert-section-images {
        position: relative;
        right: 0;
        top: 0;
        padding: 40px 0;
        justify-content: center;
    }

    .expert-section-images img {
        width: 30%;
        height: 30%;
    }



    .expert-element {
        flex-direction: column;
        padding-top: 0;
    }

    .Fractional-expert-element1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .Fractional-expert-element1 h2 pre,
    .Agentic-AI h2 pre {
        font-size: 1.4rem;
        line-height: 2.2rem;
        white-space: normal;
    }

    .Fractional-expert-element1 h4 pre {
        font-size: 1.1rem;
        line-height: 1.6rem;
        white-space: normal;
    }


    .AI-Agentic-cta,
    .join-community-cta {
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
        display: block;
        font-size: 1.1rem;
        height: 50px;
        align-self: center;
        margin-top: 30px;
    }

    .banner-cta {
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
        display: block;
        font-size: 1.1rem;
        height: 50px;
        align-self: center;
        margin-top: 0px;
    }

    .Fractional-expert-element1,
    .Agentic-AI-element1 {
        gap: 20px;
    }

    .community-section {
        padding: 60px 20px;

    }

    .image-content {
        flex: 0;
        text-align: center;
        margin-top: 0px;

    }

    .text-content {
        text-align: left;
    }

    .community-content {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: left;
        justify-content: left;
    }


    .section {
        padding: 60px 20px;
    }

    .section h3,
    .section h2 {
        padding-left: 0;
        text-align: center;
    }

    .clients {
        padding: 60px 20px 20px;
    }

    .clients img {
        margin: 0px;
        margin-top: 75px;
    }



    .section-heading {
        text-align: center;

    }

    .section-heading h2 {

        font-size: 1.4rem;
        /* font-size: var(--e-global-typography-b63730e-font-size); */
        letter-spacing: var(--e-global-typography-b63730e-letter-spacing);
        word-spacing: var(--e-global-typography-b63730e-word-spacing);
        line-height: 2rem;
    }

    .clients-heading h2 {
        text-align: left;
    }

    .section-heading h3 {
        text-align: left;
        font-size: var(--e-global-typography-c78c171-font-size);
        letter-spacing: var(--e-global-typography-c78c171-letter-spacing);
    }

    @media (max-width: 767px) {
        .blog-content {
            padding: 0 15px;
        }

        .blog-card {
            max-width: 100%;
            margin: 10px auto;
            flex-direction: column;
            height: 97%;
        }

        .blog-card img {
            height: 180px;
            width: 100%;
            object-fit: cover;
        }

        .blogs-card-heading {
            font-size: 1.2rem;
            padding: 10px;
            line-height: 1.4;
        }

        .blogs-card_description {
            font-size: 0.9rem;
            padding: 0 10px 10px;
            line-height: 1.4;
        }

        .swiper-button-next,
        .swiper-button-prev {
            display: none;
        }

        .swiper-pagination {
            position: relative;
            margin-top: 15px;
        }

        .blog {
            padding: 40px 15px;
        }

        .blog h2 {
            font-size: 1.3rem;
            line-height: 1.6;
        }

        .blog h3 {
            font-size: 1rem;
        }
    }

    /* .growth-section */

    .growth-section {

        padding: 60px 20px;

    }

    .growth-section h2,
    h3 {
        text-align: left;
        padding: 0;

    }

    .growth-content h2 {
        font-size: 1.4rem;
        /* font-size: var(--e-global-typography-b63730e-font-size); */
        letter-spacing: var(--e-global-typography-b63730e-letter-spacing);
        word-spacing: var(--e-global-typography-b63730e-word-spacing);
        line-height: 2rem;
        text-align: left;
    }

    .growth-content h3 {
        text-align: left;
        font-size: var(--e-global-typography-c78c171-font-size);
        letter-spacing: var(--e-global-typography-c78c171-letter-spacing);
    }

    .growth-image-wrapper {

        height: auto;
        max-width: 100%;
        object-fit: contain;

    }

    .growth-content {
        max-width: 900px;
        margin: auto;
    }

    .community-section {
        padding: 40px 20px;
    }

    .community-content {
        flex-direction: column;
    }

    .text-content {
        text-align: left;
        width: 100%;
        padding: 0;
    }

    .image-content {
        width: 100%;
        text-align: center;
        /* margin-top: 30px; */
    }

    .community-image {
        max-width: 80%;
        margin: 0 auto;
    }

    .circle-bg {
        display: none;
    }

    .benefits-list h4 {
        font-size: 1rem;
    }

    .benefits-list pre {
        white-space: pre-wrap;
        word-wrap: break-word;
    }

    .join-community-cta,
    .AI-Agentic-cta,
    .FRACTIONAL-expert-cta {
        width: 100%;
        max-width: 280px;
        font-size: 1rem;
        height: 50px;
    }

    /* Growth Stories Section */
    .growth-section {
        padding: 40px 20px;
        text-align: left;
    }

    .growth-content {
        text-align: left;
    }

    .growth-subtitle,
    .growth-title {
        text-align: left;
        padding-left: 0;
    }

    .growth-title {
        font-size: 1.8rem;
        line-height: 2.2rem;
        margin-bottom: 1.5rem;
    }

    .growth-image-wrapper {
        margin-top: 20px;
    }

    .growth-image {
        max-width: 100%;
    }

    /* footer */
    .footer {
        padding: 60px 40px;
    }

    .footer-logo {
        text-align: center;
    }


    .footer-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .subscribe-form {
        display: flex;
        flex-direction: column;
    }

    .subscribe-form input {
        width: 100%;
    }

    .footer-bottom {
        justify-content: center;
    }

    .banner-section {
        /* min-height: auto; */
        /* padding: 20px; */
        padding-bottom: 60px;
        height: 700px;
    }



    .banner-element {
        padding: 0;
        flex-direction: column;
        align-items: flex-start;
        padding-top: 0px;
    }

    .header-element {
        padding: 0px 20px;
    }

    .banner-element1 {
        width: 100%;

    }

    .banner-element1 h1 pre {
        font-size: 2rem;
        line-height: 2.5rem;
        white-space: normal;
        background: linear-gradient(to right, #e364e3, #64c2f7);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .banner-element1 h4 {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }

    .Book-a-discovery-cta {
        width: 100%;
        max-width: 280px;
        margin: 20px auto;
        font-size: 1.2rem;
        height: 50px;
    }

    .banner-element2 {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }

    .banner-element2 img {
        width: 100%;
        max-width: 300px;
        height: auto;
        position: relative;
        right: auto;
        top: -43px;
    }


}