.ourIdeas {
    /* Styles for the main container */
    font-size: 18px;
    font-family: var(--font-plus);
}

@media (max-width: 768px) {
    .ourIdeas {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .ourIdeas {
        font-size: 15px;
    }
}

.ourIdeas .wrapper {
    /* Styles for wrapper elements */
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    padding: 0;
}

@media (max-width: 991.98px) {
    .ourIdeas .wrapper {
        flex-direction: column-reverse;
    }
}

.ourIdeas .banner-wrapper {
    /* Styles for banner wrappers */
}

.ourIdeas .main-banner {
    /* Styles for main banner */
}

.ourIdeas .desktop-banner-wrapper {
    /* Styles for desktop banner wrapper */
}

.ourIdeas.is-pt-05 .banner-wrapper .left-container {
    /* Styles for left container */
    flex: 1;
    padding: 1.6rem 1.6rem 1.6rem 7.5vw;
    background-color: #F0F3F8;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 768px) {
    .ourIdeas.is-pt-05 .banner-wrapper .left-container {
        padding: 2rem;
    }
}

@media (max-width: 576px) {
    .ourIdeas.is-pt-05 .banner-wrapper .left-container {
        padding: 1.5rem 15px;
    }
}

.ourIdeas .banner-caption {
    /* Styles for banner caption */
}

.ourIdeas .infoBox {
    /* Styles for info box */
    font-size: 90%;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.32px;
    text-align: left;
    color: #414244;
    margin-bottom: 0.5rem;
}

.ourIdeas .publishDate {
    /* Styles for publish date */
}

.ourIdeas .ideaCategory {
    /* Styles for idea category */
}

.ourIdeas h1 {
    /* Styles for post type */
    font-family: var(--font-funnel);
    font-size: 220%;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #881946;
    margin-bottom: 0.5rem;
}

.ourIdeas .postType {
    /* Styles for post type */
    font-size: 75%;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 1.12px;
    text-align: left;
    color: #5e6062;
    padding: 7.5px 15px;
    border-radius: 10px;
    background-color: #fff;
    width: fit-content;
    margin-bottom: 1rem;
}

.ourIdeas .left-container .banner-caption p {
    /* Styles for author names */
    font-size: 90%;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.32px;
    text-align: left;
    color: #414244;
    margin-bottom: 1rem;
}

.ourIdeas .socialWrapper {
    /* Styles for social wrapper */
    display: flex;
    align-items: center;
    gap: 1rem;
}

.ourIdeas .shareText {
    /* Styles for share text */
}

.ourIdeas .socialIcon a svg {
    /* Styles for social icons */
    height: 20px;
    width: 20px;
    display: block;
}

.ourIdeas .right-container {
    /* Styles for right container */
    flex: 1;
}

.ourIdeas .banner-image {
    /* Styles for banner image */
    height: 100%;
}

.ourIdeas .banner-image img {
    /* Styles for banner image img element */
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
}

.ourIdeas .inner-body-content {
    /* Styles for banner image img element */
    font-size: 100%;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    padding: 4rem 0;
}

.ourIdeas .inner-body-content p {
    /* Styles for banner image img element */
    margin-top: 0;
    margin-bottom: 1rem;
}

.ourIdeas .inner-body-content h2 {
    /* Styles for banner image img element */
    font-family: var(--font-plus);
    font-size: 200%;
    margin: 0;
}

/*////////////////////////////////////////////////////////////////////////*/
/* Authors Section */
.ourIdeas .authors-container {
    /* Styles for authors container */
}

.ourIdeas .authorsHeading {
    /* Styles for authors heading */
    font-size: 80%;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 1.12px;
    text-align: center;
    color: #881946;
}

.ourIdeas .section-author {
    /* Styles for author section container */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
    padding: 2rem 0 6rem 0;
}

@media (max-width: 768px) {
    .ourIdeas .section-author {
        grid-template-columns: repeat(1, 1fr);

    }
}

@media (max-width: 576px) {
    .ourIdeas .section-author {
        padding: 2rem 0 5rem 0;
    }
}

.ourIdeas .section-author figure {
    /* Styles for author figure */
    padding: 24px;
    border-radius: 11px;
    box-shadow: 0 0 18.6px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
    display: flex;
    gap: 1.2rem;
}

@media (max-width: 576px) {
    .ourIdeas .section-author figure {
        padding: 12px;
    }
}

.ourIdeas .author-img {
    /* Styles for author image container */
}

.ourIdeas .author-img a {
    /* Styles for author image link */
    text-decoration: none;
}

.ourIdeas .author-img img {
    /* Styles for author image */
    min-width: 107px;
    width: 107px;
    /* height: 100%; */
    object-fit: cover;
    display: block;
    border-radius: 12px;
    aspect-ratio: 1 / 1;
}

.ourIdeas figcaption {
    /* Styles for figure caption */
}

.ourIdeas figcaption h3 {
    /* Styles for author name heading */
    font-size: 18px;
    font-family: var(--font-plus);
    text-transform: capitalize;
    padding-bottom: 0;
    font: unset;
}

.ourIdeas figcaption h3 a {
    /* Styles for author name link */
    font-size: 90%;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.32px;
    text-align: left;
    color: #881946;
    text-transform: capitalize;
}

.ourIdeas figcaption h4 {
    /* Styles for author designation */
    font-size: 90%;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.32px;
    text-align: left;
    color: #414244;
    font: unset;
    font-family: var(--font-plus);
}

.ourIdeas .social-icons {
    /* Styles for social icons container */
    display: flex;
    gap: 0.5rem;
}

.ourIdeas .social-icons li a svg {
    /* Styles for social icon list items */
    height: 24px;
    width: 24px;
    display: block;
}

.ourIdeas .is-linkedin {
    /* Styles for LinkedIn icon */
}

.ourIdeas .is-linkedin a {
    /* Styles for LinkedIn link */
}

.ourIdeas .is-email {
    /* Styles for Email icon */
}

.ourIdeas .is-email a {
    /* Styles for Email link */
}

.ourIdeas .inner-body-content {
    /* Styles for author bottom content */
}

/* Related Articles Section */
.ourIdeas .relatedArticles {}

.ourIdeas .relatedHeading {
    font-size: 80% !important;
    font-weight: 600 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.5 !important;
    letter-spacing: 1.12px !important;
    text-align: center;
    color: #881946;
    text-transform: uppercase;
    font: unset;
    padding-bottom: 0;
}

.ourIdeas .blocksContainer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
    padding: 2rem 0 6rem 0;
}

@media (max-width: 768px) {
    .ourIdeas .blocksContainer {
        grid-template-columns: repeat(2, 1fr);

    }
}

@media (max-width: 576px) {
    .ourIdeas .blocksContainer {
        grid-template-columns: repeat(1, 1fr);
        padding: 2rem 0 5rem 0;
    }
}

.ourIdeas .relatedArticle {
    border-radius: 11px;
    box-shadow: 0 0 18.6px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
}

.ourIdeas .relatedImage {}

.ourIdeas .relatedImage img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    display: block;
}

.ourIdeas .relatedContent {
    padding: 1.2rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.ourIdeas .categoryTags {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    margin-bottom: 1rem;
    justify-content: space-between;
    width: 100%;
}

.ourIdeas .categoryTags p {
    font-size: 60%;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.81px;
    text-align: left;
    color: #881946;
    text-transform: uppercase;
    text-decoration: underline;
}

.ourIdeas .categoryTags .category {}

.ourIdeas .categoryTags .region {}

.ourIdeas .relatedContent .title {
    font-family: var(--font-funnel) !important;
    font-size: 95% !important;
    font-weight: 300 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.29 !important;
    letter-spacing: normal !important;
    text-align: left;
    color: #881946;
    font: unset;
    padding-bottom: 0.5rem;
    margin: unset;
}


.ourIdeas .readMore {
    padding: 7px 14px;
    border-radius: 5px;
    background-color: #881946;
    font-size: 90%;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.32px;
    text-align: left;
    color: #fff;
    text-decoration: none;
    width: fit-content;
}

/* Home Page Styles */

.page-id-37469 section {
    padding: 0;
    font-family: var(--font-plus);

    .container {
        max-width: 100%;

        .row {
            padding: 0;


            .col {
                &.text-center {
                    display: none;

                    &.title {
                        h3 {
                            span {}
                        }
                    }
                }
            }
        }


        .row {



            .col {
                padding: 0;

                article {
                    padding: 0;


                    .heroBanner {
                        position: relative;

                        .bannerContainer {

                            img {
                                width: 100%;
                                object-fit: cover;

                                aspect-ratio: 21/9;

                                @media (max-width: 767px) {
                                    aspect-ratio: 3/4;
                                    max-height: 600px;

                                }
                            }


                            .contentBox {
                                position: absolute;
                                left: 0;
                                top: 50%;
                                transform: translate(0, -30%);
                                padding: 0 8vw;

                                @media (max-width: 575.98px) {
                                    padding: 0 4vw;
                                }

                                .subtitle {
                                    font-size: 110%;
                                    font-weight: 500;
                                    font-stretch: normal;
                                    font-style: normal;
                                    line-height: 1.5;
                                    letter-spacing: 0.4px;
                                    text-align: left;
                                    color: #fff;
                                    max-width: 100%;
                                    padding-bottom: 0;
                                }


                                h1 {
                                    font-family: var(--font-funnel);
                                    font-size: clamp(150%, 4.5vw, 390%);
                                    font-weight: 300;
                                    font-stretch: normal;
                                    font-style: normal;
                                    line-height: 1.2;
                                    letter-spacing: normal;
                                    text-align: left;
                                    color: #fff;
                                    padding-bottom: 1.5rem;
                                    width: 90%;

                                    @media (max-width: 767px) {
                                        width: 90%;
                                    }
                                }
                            }


                            a {
                                padding: 7px 14px;
                                border-radius: 5px;
                                background-color: #ffab15;
                                font-size: 90%;
                                font-weight: 500;
                                font-stretch: normal;
                                font-style: normal;
                                line-height: 1.5;
                                letter-spacing: 0.32px;
                                text-align: left;
                                color: #881946;

                                &:hover {
                                    opacity: 0.8;
                                }
                            }
                        }
                    }
                }


                .has-social-placeholder {
                    &.has-content-area {}
                }
            }
        }
    }
}

.homeAnc {


    .ancontainer {
        padding: 4rem 8vw;
        display: flex;
        justify-content: space-between;
        gap: 1.5rem;
        background-color: #6a1236;

        @media (max-width: 1000px) {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            column-gap: 3rem;
            row-gap: 4rem;
        }



        @media (max-width: 768px) {
            display: block;
        }


        @media (max-width: 575.98px) {
            padding: 2rem 4vw;
        }

        .block {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 1rem;
            margin: 0 10px;

            .blockHead {
                font-family: var(--font-funnel);
                font-size: 130%;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.21;
                letter-spacing: normal;
                text-align: left;
                color: #fff;
                padding-bottom: 0;
                margin: 0;
            }

            .blockPara {
                font-family: var(--font-plus);
                font-size: 90%;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.5;
                letter-spacing: 0.32px;
                text-align: left;
                color: #fff;
                padding-bottom: 0;
            }

            .readBtn {
                margin: 0;
                margin-top: auto;
                padding-bottom: 0;
                font-family: var(--font-plus);
                font-size: 90%;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.5;
                letter-spacing: 0.32px;
                text-align: left;
                color: #f5d59a;

                .icon-arrow-right {
                    svg {
                        width: 16px;
                        height: auto;
                        display: inline-block;
                        margin-left: 0.2rem;

                        path {}
                    }
                }

                &:hover {
                    .icon-arrow-right {
                        svg path {}
                    }
                }
            }
        }

        .block:hover {

            .blockHead {
                color: #ffab15;
                transition: all 0.3s ease-in-out;
            }

            .blockPara {
                color: #ffab15;
                transition: all 0.3s ease-in-out;
            }

            .readBtn {
                color: #ffab15;
                transition: all 0.3s ease-in-out;

                svg {
                    transform: translateX(4px);
                    transition: all 0.3s ease-in-out;

                    path {
                        fill: #ffab15;
                        transition: all 0.3s ease-in-out;
                    }
                }
            }
        }
    }
}

.homeMission {
    font-family: var(--font-plus);
    padding: 6rem 8vw;
    background-color: #F0F3F8;

    @media (max-width: 575.98px) {
        padding: 4rem 4vw;
    }


    .missionContainer {
        .headerSectionWrapper {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 2rem;
            width: 100%;
            margin-bottom: 6rem;

            .headerSection {
                display: flex;
                align-items: center;
                gap: 3rem;

                @media (max-width: 767px) {
                    flex-direction: column;
                    gap: 2rem;
                }

                img {
                    height: 170px;
                    width: 170px;

                    @media (max-width: 1000px) {
                        height: 150px;
                        width: 150px;
                    }
                }

                .missionTitle {
                    font-family: var(--font-funnel);
                    font-size: 220%;
                    font-weight: 300;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.25;
                    letter-spacing: normal;
                    text-align: left;
                    color: #881946;
                    padding-bottom: 0;
                    margin: 0;

                    @media (max-width: 1000px) {
                        font-size: 160%;
                    }

                    @media (max-width: 767px) {
                        text-align: center;
                    }
                }
            }

            .learnBtn {
                padding: 7px 14px;
                border-radius: 5px;
                background-color: #881946;
                font-size: 90%;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.5;
                letter-spacing: 0.32px;
                text-align: center;
                color: #fff;

                &:hover {
                    opacity: 0.8;
                }
            }
        }

        .missionListings {
            /* padding: 2rem 0; */
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

            .block {
                display: flex;

                @media (max-width: 767px) {
                    flex-direction: column !important;
                }


                &:nth-child(odd) {
                    flex-direction: row;
                }


                &:nth-child(even) {
                    flex-direction: row-reverse;
                }

                .missionImage {
                    flex: 50%;

                    img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }
                }

                .missionText {
                    flex: 50%;
                    display: flex;
                    flex-direction: column;
                    padding: 3%;
                    transition: all 0.3s ease-in-out;
                    background-color: #fff;

                    @media (max-width: 767px) {
                        padding: 5%;
                    }

                    .categoryBox {
                        display: flex;
                        align-items: center;
                        gap: 1.2rem;
                        margin-bottom: 0.8rem;
                        flex-wrap: wrap;

                        @media (max-width: 1000px) {
                            gap: 0.8rem;
                        }

                        .postCategory {
                            font-size: 70%;
                            font-weight: 600;
                            font-stretch: normal;
                            font-style: normal;
                            line-height: 1.5;
                            letter-spacing: 0.96px;
                            text-align: left;
                            color: #881946;
                            text-decoration: underline;
                            text-transform: uppercase;
                            padding: 0;
                            margin: 0;

                            @media (max-width: 1000px) {
                                font-size: 60%;
                            }
                        }
                    }

                    h4 {
                        font-family: var(--font-funnel);
                        font-size: 170%;
                        font-weight: 300;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 1.29;
                        letter-spacing: normal;
                        text-align: left;
                        color: #881946;
                        padding: 0;
                        margin: 0;
                        margin-bottom: 1rem;

                        @media (max-width: 1000px) {
                            font-size: 120%;
                        }

                    }

                    .readBtn {
                        font-size: 90%;
                        font-weight: 500;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 1.5;
                        letter-spacing: 0.32px;
                        text-align: left;
                        color: #881946;
                        padding: 0;
                        margin: 0;
                        margin-top: auto;

                        @media (max-width: 1000px) {
                            font-size: 80%;
                        }



                        .icon-arrow-right {
                            svg {
                                width: 16px;
                                height: auto;
                                display: inline-block;
                                margin-left: 0.5rem;
                                transition: all 0.3s ease-in-out;

                                @media (max-width: 1000px) {
                                    width: 14px;
                                }

                                path {}
                            }
                        }

                        &:hover {
                            .icon-arrow-right {
                                svg path {}
                            }
                        }
                    }
                }
            }

            .block:hover {
                .missionText {
                    background-color: #f8eace;
                }

                .icon-arrow-right {
                    svg {
                        transform: translateX(4px);
                        transition: all 0.3s ease-in-out;

                    }

                }
            }
        }
    }
}

.homeRedirect {
    background-color: #F0F3F8;
    padding: 4rem 8vw 8rem 8vw;

    @media (max-width: 575.98px) {
        padding: 2rem 4vw 4rem 4vw;
    }

    .mainConatiner {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;

        h3 {
            font-family: var(--font-funnel);
            font-size: 220%;
            font-weight: 300;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.25;
            letter-spacing: normal;
            text-align: center;
            color: #881946;

            @media (max-width: 1000px) {
                font-size: 160%;
            }
        }


        a {
            padding: 7px 14px;
            border-radius: 5px;
            background-color: #881946;
            font-family: var(--font-plus);
            font-size: 90%;
            font-weight: 500;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.5;
            letter-spacing: 0.32px;
            text-align: center;
            color: #fff;
            margin: auto 0;

            &:hover {
                opacity: 0.8;
            }
        }
    }
}



.homeAnc .ancontainer {
    display: flex;
    flex-direction: column;


    .slick-dots {
        position: unset;
        padding-top: 1rem;
        margin: 0 auto;
    }

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        border-radius: 50%;
        padding: 0;
        cursor: pointer;
        background: #fff;
    }

    .slick-dots li.slick-active {
        background: #ffab15;
    }
}