* {
    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: 632px;
    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 pre {
    /* padding-left: 50px; */
    font-size: 1.7rem;
    font-weight: 200;
    line-height: 1.5;
    padding-bottom: 60px;
    white-space: inherit;
}


.banner-cards {
    display: flex;
    flex-direction: row;
}

.banner-img img {
    /* height: 100%; */
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: -60px;
}


/* ========================================================= para STUDIO SECTION ========================================================= */
.para-section {
    background: linear-gradient(#000000, #0f0f2d);
    position: relative;
    color: white;
    background-position: center;
    height: auto;
    width: 100%;
    color: white;
    padding: 0px 150px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}

.para-section h2 pre {
    font-size: 2.2rem;
    font-style: normal;
    color: rgb(255, 255, 255);
    line-height: 3rem;
    font-weight: bold;
    white-space: inherit;
}

.para-section h4 {
    font-size: 1.7rem;
    font-weight: 200;
    line-height: 1.5;
}



.para {
    height: auto;
    width: 100%;
    background: linear-gradient(#0f0f2d, #010103);
    color: white;
    padding: 60px 150px;
    display: flex;
    flex-direction: column;
}

.para-cards {
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */


}

.para-cards a {
    text-decoration: none;
    border: 6px solid #172755;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    margin: 10px;
    width: 30%;

}

.para-card {
    /* margin: 10px 10px; */
    /* background-color: #151721; */
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    border: 2px solid #172755;
    padding-top: 20px;
    padding: 40px 0;
    margin: 10px;

}

/* .blog-cards :hover {
    background-color: #1b255e;
    cursor: pointer;
} */

.para-card img {
    width: 100%;
    /* Changed from height: 200px */
    height: 100px;
    /* Maintain same height */
    margin: 0 auto;
    object-fit: cover;
    /* Ensures image fills space while maintaining aspect ratio */
}

.para-card .para-card-heading {
    font-size: 1.4rem;
    font-weight: 600;
    color: #ffffff;
    /* margin-top: 15px; */
    margin-bottom: 8px;
    width: 100%;
    padding: 0px 25px;
    /* padding-bottom: 50px; */
}

.para-card .para-card_description {
    font-size: 1.2rem;
    font-weight: 200;
    color: #dcdcdc;
    line-height: 1.5;
    width: 100%;
    padding: 10px 25px;
}

.para h2 {
    font-size: 2.2rem;
    font-style: normal;
    color: rgb(255, 255, 255);
    line-height: 3rem;
    font-weight: bold;
}

.para-content {
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
}

.para h3 {

    font-size: 1.2rem;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 8px;
    letter-spacing: 1px;
    text-transform: uppercase;
}


/* ========================================================= BENEFITS SECTION ========================================================= */
.join-community-cards-section {
    height: auto;
    width: 100%;
    background: linear-gradient(#0f0f2d, #010103);
    color: white;
    padding: 60px 150px;
    display: flex;
    flex-direction: column;
}

.join-community-cards-section h2 {
    font-size: 2.2rem;
    font-style: normal;
    color: rgb(255, 255, 255);
    line-height: 3rem;
    font-weight: bold;
    padding-bottom: 30px;
}

.join-community-cards-section .cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

.card2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
}

.join-community-cards-section .card {
    margin: 10px 0px;
    background-color: #151721;
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    padding: 55px 0px;
    gap: 10px;
}

.join-community-cards-section .cards :hover {
    background-color: #1b255e;
    cursor: pointer;
}

.join-community-cards-section img {
    /* height: 100px; */
    width: 200px;
    margin: 0 auto;
    /* margin-bottom: 20px; */
}

.join-community-cards-section-content {
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.join-community-cards-section .card-heading {
    font-size: 1.7rem;
    font-weight: 600;
    color: #ffffff;
    /* margin-top: 15px; */
    margin-bottom: 8px;
    width: 100%;
    padding: 0px 25px;
}

.join-community-cards-section .card_description {
    font-size: 1.4rem;
    font-weight: 200;
    color: #dcdcdc;
    line-height: 1.5;
    width: 100%;
    padding: 0px 25px;
}

.join-community-cards .content-para {
    border: 2px solid #172755;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.join-community-cards h4 {
    font-size: 1.7rem;
    font-weight: 200;
    margin-top: 45px;
    line-height: 1.5;


}



/* ========================================================= SECTION 2  ========================================================= */

.section2-cards {
    display: flex;
    justify-content: space-between;
    gap: 10px;

}

.section2-card {
    /* margin: 10px 10px; */
    background-color: #151721;
    width: 32%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    padding: 30px 0px;

}

.section2-cards :hover {
    background-color: #1b255e;
    cursor: pointer;
}

.section2-card img {
    height: 200px;
    margin: 0 auto;
}

.section2-card h4 {
    font-size: 1.7rem;
    font-weight: 600;
    color: #ffffff;
    margin-top: 15px;
    margin-bottom: 8px;
    width: 100%;
    padding: 0px 25px;
}

/* .card_description {
    font-size: 1.2rem;
    font-weight: 200;
    color: #dcdcdc;
    line-height: 1.5;
    width: 100%;
    padding: 0px 25px;
} */

/* .section-heading{
    padding-left: 26px;
} */

.section h4 {
    /* padding-bottom: 60px; */
    font-size: 1.7rem;
    font-weight: 200;
    margin-top: 45px;
    line-height: 1.5;
    /* text-align: center; */

}

.section2-card h4 {
    font-size: 1.7rem;
    font-weight: 200;
    margin-top: 45px;
    text-align: center;
}

.Book-a-discovery-cta1 {
    margin: 45px 0;
    align-self: center;


}

.content-para {
    border: 2px solid #172755;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;

}


.section {
    height: auto;
    width: 100%;
    background: linear-gradient(#010103, #0f0f2d);
    color: white;
    padding: 60px 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; */
}


/* clients section */

.clients {
    height: auto;
    width: 100%;
    background: linear-gradient(#0f0f2d, #010103);
    color: white;
    padding: 60px 150px 0px;
    display: flex;
    flex-direction: column;
}



.clients h3 {
    font-size: 1.2rem;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 8px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.clients h2 {
    font-size: 2.2rem;
    font-style: normal;
    color: rgb(255, 255, 255);
    line-height: 3rem;
    font-weight: bold;
}

.clients-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;
}



/* ========================================================= 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 {
    font-size: 28px;
    font-weight: bold;
    /* margin-bottom: 20px; */
    color: white;
}

.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;
    flex-wrap: wrap;
}

.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 SECTION ========================================================= */
@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);
    }
}

/* Applying Animations */


/* Slide from top elements */
.banner-element1,
.para-section h2,
.blog h3,
.expert-section-heading h2 {
    animation: slideInFromTop 1s ease-out forwards
}

/* Slide from left elements */
.banner-element1 h4,
.para-section .sub-head,
.join-community-cards .content-para,
.cards .card {
    animation: slideInFromLeft .8s ease-out forwards;
    opacity: 0
}

.banner-element1 h4 {
    animation-delay: .3s
}

.para-section h4 {
    animation-delay: .3s
}

.content-para h4 {
    animation-delay: 1.8s
}

/* Slide from right elements */
.banner-element2,
.blog h2,
.card2 .card,
.para-card {
    animation: slideInFromRight .8s ease-out forwards;
    opacity: 0
}

.banner-element2 {
    animation: slideInFromRight 1s ease-out .9s forwards, float 4s ease-in-out infinite 1.6s
}

.blog h2 {
    transform: perspective(1000px) rotateY(-15deg);
    transform-origin: center;
    transition: transform .5s ease
}

/* Fade in elements */
.blog-card,
.join-community-cards {
    animation: fadeIn .8s ease-out forwards;
    opacity: 0
}

.blog-card {
    animation-duration: 1.5s
}

.join-community-cards-section {
    animation-delay: .2s
}

.join-community-cards {
    animation-delay: 1.6s
}


/* Card animations */
.cards .card:nth-child(1) {
    animation-delay: .6s
}

.cards .card:nth-child(2) {
    animation-delay: .8s
}

.cards .card:nth-child(3) {
    animation-delay: 1s
}

.card2 .card:nth-child(1) {
    animation-delay: 1.2s
}

.card2 .card:nth-child(2) {
    animation-delay: 1.4s
}

/* Button */
.Book-a-discovery-cta1 {
    animation: fadeInLogos .6s ease-out 2s forwards;
    opacity: 0
}




/* ========================================================= RESPONSIVE STYLES ========================================================= */
@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 pre {
        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;
        /* height: 800px; */
    }



    .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: 750px;
        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 img {
        top: 0px;
    }



    .para-cards {
        display: flex;
        flex-direction: column;
        gap: 10px;

    }

    .para-card {
        margin: 0;
        width: 100%;
    }

    .join-community-cards-section-content {
        padding: 0;
        gap: 0px;
    }

    .join-community-cards-section .cards {
        flex-direction: column;
        align-items: center;
    }

    .join-community-cards-section .card {
        width: 90%;
        max-width: 350px;
        margin: 10px 0;
        /* padding-bottom: 30px; */
        display: flex;
        padding: 15px 0px;
    }

    .join-community-cards .content-para {
        padding: 20px 0px;
        gap: 10px;
        margin-top: 30px;
    }

    .content-para h4 {
        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;
        padding: 0px;
    }

    .card2 {
        gap: 0px;
    }

    .join-community-cards h4 {
        margin-top: 0px;
    }

    .join-community-cards-section .card_description {
        padding-bottom: 20px;
    }

    .join-community-cards-section img {
        /* height: 25%; */
        width: 75%;
    }

    .join-community-cards-section .card-heading {
        text-align: center;
        /* padding: 0; */
        font-size: 1.4rem;
    }

    .join-community-cards-section .card_description {
        text-align: center;
        /* padding: 0 10px; */
    }

    .join-community-cards-section {
        padding: 60px 20px;
    }

    .join-community-cards-section h3,
    .join-community-cards-section h2 {
        padding-left: 0;
        text-align: center;
    }

    .Book-a-discovery-cta1 {
        margin-top: 30px;
    }

    .timeline-section h2 {
        padding: 0;
    }

    .timeline-img {
        height: auto;
        max-width: 100%;
        object-fit: contain;
    }

    .timeline-section {
        padding: 60px 20px;
    }

    .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;
    }

    /* .clients-logo{
        padding: 0px;
    } */

    .section-heading {
        text-align: center;
        padding: 0;
    }



    .clients-heading h2 {
        text-align: left;

        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;

    }

    .section-heading h3 {
        text-align: left;
        font-size: var(--e-global-typography-c78c171-font-size);
        letter-spacing: var(--e-global-typography-c78c171-letter-spacing);
    }


    .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;
        text-align: left;
    }

    .section-heading {
        text-align: left;
    }

    .sub-heading h4 {
        text-align: left;
        /* font-size: var(--e-global-typography-0900bb2-font-size); */

    }

    .section h4 {
        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;
        padding: 0;
    }

    .section-heading h3 {
        text-align: left;
        font-size: var(--e-global-typography-c78c171-font-size);
        letter-spacing: var(--e-global-typography-c78c171-letter-spacing);
    }

    .para-section {
        padding: 0px 20px 60px;
    }

    .para-section h2 pre {
        white-space: pre-line;
        line-height: var(--e-global-typography-ed059bd-line-height);
        display: block;
        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;
    }

    .para-section h4 {
        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;
        padding: 0;
        text-align: left;
    }



    /* Blogs */
    .blog-content {
        padding: 0;
    }

    .blog-cards {
        /* flex-direction: column; */
        align-items: center;
    }

    .blog-card {
        width: 90%;
        max-width: 350px;
        margin: 10px 0;
        padding: 0;
        display: flex;
    }

    .blog-card img {
        height: 50%;
    }

    .blog-card .blogs-card-heading {
        text-align: left;
        padding: 0 10px;
        font-size: 1.5rem;
        padding-bottom: 10px;
    }

    .blog-card .blogs-card_description {
        text-align: left;
        padding: 0 10px;
        padding-bottom: 10px;
    }

    .blog {
        padding: 60px 20px;
    }

    .blog h3,
    .blog h2 {
        padding-left: 0;
        text-align: center;
    }

    .blog h3 {
        text-align: center;
        font-size: var(--e-global-typography-c78c171-font-size);
        letter-spacing: var(--e-global-typography-c78c171-letter-spacing)
    }

    .blog 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;
    }

    .blog-cards a {
        width: 100%;
        justify-content: center;
        margin: 0px;

    }

    .case-study {
        padding: 60px 20px;
    }

    .case-study .cards {
        width: 90%;
        display: flex;
        flex-direction: column;
    }

    .case-study-content {
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .case-study img {
        max-width: 350px;
        margin: 10px 0;
        padding: 0;
        display: flex;
    }

    .case-study-heading p {
        position: relative;
        top: 90px;
        margin: 0;
    }

    /* Footer */
    .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;
    }

    .footer {
        padding: 60px 20px;
    }
}