@import url('https://fonts.googleapis.com/css2?family=Covered+By+Your+Grace&display=swap');

img.logo {
    width: 61px;
    height: 16px;
}

.highlight-text {
    position: relative;
}

.highlight-text::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 104%;
    height: 106%;
    z-index: -1;
    background: url('../../src/images/AITeammateCircle.png') no-repeat;
    background-size: contain;
    background-position: center bottom;
}

.highlight-underline-text {
    position: relative;
    display: inline-block;
}

.highlight-underline-text::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    z-index: -1;
    background: url('../../src/images/Highlight-Underline.png') no-repeat;
    background-size: contain;
    background-position: center bottom;
}

.button--primary {
    background-color: var(--color-primary-dark);
}

/* Hero Section */
.landing-hero {
    padding-top: 210px;
    background-color: unset;
    background: url('../../src/images/DotGradient.png') no-repeat;
    background-size: cover;
}

.landing-hero__title {
    font-size: 64px;
    width: 75%;
    margin: 0 auto 2rem !important;
}

.landing-hero__description {
    color: #4A5465;
    font-size: 22px;
    width: 50%;
    margin: auto;
}

.landing-hero__button {
    margin-top: 2%;
    font-size: 1rem;
}

.hero__video {
    margin: 7.5rem auto !important;
    width: 90% !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 32px;
    border: 4px solid rgba(77, 126, 255, 0.46);
    padding: 0;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    box-shadow: 1px 876px 245px 0 rgba(130, 131, 140, 0.00), 1px 560px 224px 0 rgba(130, 131, 140, 0.01), 0 315px 189px 0 rgba(130, 131, 140, 0.05), 0 140px 140px 0 rgba(130, 131, 140, 0.09), 0 35px 77px 0 rgba(130, 131, 140, 0.10);
}

.hero__video img {
    width: 100%;
    border-radius: 32px;
}

.hero__video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.hero__video-play {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #4D7EFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 0;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.hero__video-play:hover {
    background: #3A5EDC;
}

.hero__video-play svg {
    margin-left: 2px;
}

/* Solve Section */

.problem-solving-section {
    padding: 80px 0;
    overflow: hidden;
    /* Prevents overflow on smaller screens */
}

.problem-solving-section .section-title {
    font-weight: 700;
    margin-bottom: 5rem;
    font-size: 32px;
}

.cards-container {
    position: relative;
    min-height: 540px;
    /* Adjust height to contain all cards */
    margin: 0 auto;
    max-width: 1100px;
}

.solution-card {
    position: absolute;
    background-color: white;
    padding: 1.5rem 1rem;
    border-radius: 20px;
    border: none;
    box-shadow: 0 15px 30px -10px rgba(108, 119, 158, 0.15);
    max-width: 623px;
    width: 623px;
}

.solution-card h5 {
    font-weight: 500;
    color: #161616;
    font-size: 24px;
    margin-bottom: 8px;
}

.solution-card p {
    color: #4A5465;
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
    letter-spacing: -0.18px;
}

.solution-card .card-icon {
    position: absolute;
}

/* Unique positioning and rotation for each card */
.card-1 {
    top: 40px;
    left: -10%;
    transform: rotate(-10deg);
}

.card-1 .card-icon {
    bottom: -50px;
    left: 20px;
    font-size: 2.5rem;
}

.card-2 {
    top: 60px;
    right: -10%;
    transform: rotate(7deg);
}

.card-2 .card-icon {
    top: -46%;
    right: 18%;
}


.card-3 {
    top: 214px;
    left: 50%;
    transform: translateX(-50%) rotate(10deg);
}

.card-3 .card-icon {
    top: -44%;
    left: 36%;
    font-size: 2.5rem;
}

.card-4 {
    top: 360px;
    left: -8%;
    transform: rotate(10deg);
}

.card-4 .card-icon {
    top: -44%;
    right: 22%;
}

.card-5 {
    top: 300px;
    right: -2%;
    transform: rotate(-8deg);
}

.card-5 .card-icon {
    bottom: -74%;
    right: 52%;
    font-size: 2.5rem;
}


@media (min-width: 800px) and (max-width: 1300px) {
    .cards-container {
        max-width: 100%;
    }

    .card-1 {
        top: 10px;
        left: 0;
    }

    .card-2 {
        top: 80px;
        right: 0;
    }

    .card-4 {
        top: 370px;
        left: 0;
    }

    .card-5 {
        top: 300px;
        right: 0;
    }
}

/* Section Card New */

.section--card-new {
    padding: 0;
    text-align: start;
}

.section--card-new .section__image {
    height: 480px;
    width: 100%;
    object-fit: cover;
}

.section--card-new .section__title {
    color: #E12B2B;
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 16px;
    letter-spacing: 1.44px;
}

.section--card-new .section__description {
    color: #4A5465;
    font-weight: 400;
    line-height: 56px;
    font-size: 28px;
    text-align: start;
    margin-bottom: 0;
    letter-spacing: -0.28px;
}

.section--card-new .section__title--secondary {
    color: #0F9B1F;
}

.section--card-new .card--image-secondary {
    padding: 24px 16px !important;
    box-shadow: 0px 0px 0px 0.5px #E4E5E9;
}



/* Think First Section */
.think-first-section {
    padding: 7.5rem 0;
}

.think-first-section .section-title {
    color: var(--color-primary-dark);
    /* Dark blue color from the screenshot */
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 3rem;
    letter-spacing: 1.6px;
}

.think-first-section .section-title .highlight-underline-text {
    color: #4D7EFF;
}

.think-first-section .section-title .highlight-underline-text::after {
    bottom: -20px;
    left: -10%;
    width: 130%;
    height: 18px;
    background: url('../../src/images/Highlight-Underline.png') no-repeat;
    background-size: contain;
}

.think-first-section .section-description {
    color: #4A5465;
    font-size: 24px;
    max-width: 600px;
    margin: 0 auto 48px;
}

.think-first-section .card {
    border-radius: 20px;
    border: 0;
    padding: 24px 17px;
    border: 3px solid #fff;
    transition: border 0.3s linear;
    box-shadow: 0 0 0 0.5px #E4E5E9, 0 0 0 1px rgba(228, 229, 233, 0.60), 0 0 0 3.5px #F9F9FB, 0 0 0 4px #F3F4F7;
}

.think-first-section .card:hover {
    border-color: #4D7EFF;
}

.think-first-section .card__title {
    font-size: 32px;
    font-weight: 500;
    color: #161616;
    margin-bottom: 24px;
    letter-spacing: 1.92px;
}

.think-first-section .card__title_custom_font {
    font-family: "Sorts Mill Goudy", serif;
}

.think-first-section .card__image {
    width: 100%;
    object-fit: contain;
}


/* Change Everything Section */

.change-everything-section {
    padding: 3.5rem 0 7.5rem;
    position: relative;
}

.change-everything-section--bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #1E2340;
    z-index: -1;
}

.change-everything-section .change-everything-section--svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.change-everything-section .change-everything-section--svg .circle {
    position: absolute;
    top: 12%;
    right: 10%;
}

.change-everything-section .change-everything-section--svg .rectangle {
    position: absolute;
    top: 12%;
    left: 10%;
}

.change-everything-section .change-everything-section--svg .big-rectangle {
    position: absolute;
    top: 25%;
    right: 8%;
}

.change-everything-section .change-everything-section--svg .half-circle {
    position: absolute;
    top: 60%;
    right: 10%;
}

.change-everything-section .change-everything-section--svg .side-rectangle {
    position: absolute;
    top: 45%;
    left: 0%;
    display: none;
}

.change-everything-section .change-everything-section--svg .side-rectangle-web {
    top: 50%;
    display: block;
}

.change-everything-section .section-title {
    color: var(--color-white);
    /* Dark blue color from the screenshot */
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 2.5rem;
    letter-spacing: 1.6px;
}

.change-everything-section .section-title .highlight-underline-text {
    color: #4D7EFF;
}

.change-everything-section .section-title .highlight-underline-text::after {
    bottom: -20px;
    left: -10%;
    width: 130%;
    height: 18px;
    background: url('../../src/images/everythingLine.png') no-repeat;
    background-size: contain;
}

.change-everything-section .section-description {
    color: #fff;
    font-size: 24px;
    max-width: 55%;
    margin: 0 auto 48px;
}

.change-everything-section .hero__video {
    width: 74% !important;
    margin: 0 auto !important;
    border: none;
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    box-shadow: 1px 876px 245px 0 rgba(130, 131, 140, 0.00), 1px 560px 224px 0 rgba(130, 131, 140, 0.01), 0 315px 189px 0 rgba(130, 131, 140, 0.05), 0 140px 140px 0 rgba(130, 131, 140, 0.09), 0 35px 77px 0 rgba(130, 131, 140, 0.10);
}

.change-everything-section .hero__video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.change-everything-section .section-video-description {
    color: #4A5465;
    font-size: 20px;
    margin-top: 48px;
    text-align: center;
}



/* Ideoz Different Section */

.ideoz-different-section {
    padding: 48px 0;
    background-color: #fff;
}

.section-title {
    color: var(--color-primary-dark);
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 80px;
    letter-spacing: 1.6px;
}

.ideoz-different-section .section-title .highlight-text {
    color: #4D7EFF;
}

.ideoz-different-section .section-title .highlight-text::after {
    left: -6%;
    width: 116%;
    height: 100%;
    z-index: 99;
    background: url('../../src/images/ideozDifferentCircle.png') no-repeat;
    background-size: contain;
    background-position: center bottom;
}

.ideoz-different-item {
    display: flex;
    align-items: center;
    margin-bottom: 4rem;
    position: relative;
}

.ideoz-different-number {
    font-family: "Covered By Your Grace", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 3.75rem;
    color: #B1C3F8;
    width: 80px;
    line-height: 1;
    padding-bottom: 15px;
    transition: color 0.3s ease;
}

.ideoz-different-item:not(:last-child) .ideoz-different-number::after {
    content: '';
    position: absolute;
    left: -2.5%;
    top: 96%;
    width: 8%;
    height: 0;
    background: url('../../src/images/hoverLine.png') no-repeat;
    background-size: contain;
    background-position: center bottom;
    transition: height 0.3s ease;
}

.ideoz-different-card {
    background-color: transparent;
    border: 1px solid #D2D6DB;
    border-radius: 24px;
    box-shadow: none;
    padding: 40px 24px;
    width: 100%;
    position: relative;
}

.ideoz-different-item:hover .ideoz-different-number {
    color: #5080FA;
}

.ideoz-different-item:hover .ideoz-different-number::after {
    height: 80px;
}

.ideoz-different-card .ideoz-different-image {
    position: absolute;
    top: -15%;
}

.ideoz-different-card h5 {
    font-size: 28px;
    font-weight: 500;
    color: #161616;
    margin-bottom: 1rem;
    letter-spacing: 1.68px;
}

.ideoz-different-card p {
    color: #4A5465;
    font-size: 22px;
    margin-bottom: 0;
}



/* Context First Section */
.context-first-section {
    padding: 7.5rem 0;
    background: url('../../src/images/DotUpperGradient.png') no-repeat;
    background-size: cover;
}

.context-first-section .section-title {
    color: var(--color-primary-dark);
    /* Dark blue color from the screenshot */
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 2.5rem;
}

.context-first-section .section-title .highlight-underline-text {
    color: #4D7EFF;
}

.context-first-section .section-title .highlight-underline-text::after {
    bottom: -20px;
    left: -4%;
    width: 110%;
    height: 18px;
    z-index: 99;
    background: url('../../src/images/ContextFirstLine.png') no-repeat;
    background-size: contain;
}

.context-first-section .section-description {
    color: #4A5465;
    font-size: 24px;
    max-width: 58%;
    margin: 0 auto 48px;
}

.context-first-section .feature-item {
    padding: 20px;
}

.context-first-section .feature-icon {
    height: 64px;
    width: 64px;
    margin: 0 auto 28px;
}

.context-first-section .feature-icon img {
    width: 100% !important;
    height: 100% !important;
}

.context-first-section .feature-title {
    font-weight: 500;
    font-size: 24px;
    color: #000;
    margin-bottom: 16px;
    letter-spacing: 1.44px;
}

.context-first-section .feature-description {
    color: #4A5465;
    font-size: 20px;
    line-height: 1.7;
}



/* Footer Section */

.landing-footer {
    padding-bottom: 72px;
    text-align: center;
    background-color: #1E2340;
    position: relative;
}

.landing-footer::before {
    content: '';
    position: absolute;
    bottom: 99.7%;
    left: 0;
    width: 100%;
    height: 85px;
    background: url('../../src/images/footerShape.svg') no-repeat center;
    background-size: cover;
    z-index: 1;
}

.landing-footer .landing-footer__title {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin: 58px auto 32px;
    letter-spacing: 1.6px;
}

.landing-footer .landing-footer__subtitle {
    color: #fff;
    font-size: 24px;
    margin: 0 auto 36px;
}

.landing-footer .landing-footer__button {
    background-color: #4D7EFF;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 0 auto;
    padding: 16px 32px;
    border-radius: 12px;
}


.landing-footer .landing-footer__button:hover {
    background-color: #3A5EDC;
}


.landing-footer img.main-footer__logo {
    width: 124px;
    height: 32px;
    margin-bottom: 0;
}

/* Media */
@media (max-width: 768px) {
    .landing-footer img.main-footer__logo {
        width: 90px;
        height: 22px;
    }

    .landing-hero {
        padding-top: 135px;
    }

    .hero__video-play {
        width: 60px;
        height: 60px;
    }

    .hero__video-play svg {
        width: 20px;
    }

    .landing-hero__title {
        font-size: 32px;
        width: 90%;
        line-height: 50px;
    }

    .landing-hero__description {
        font-size: 16px;
        width: 90%;
    }

    .landing-hero__button {
        margin-top: 28px;
    }

    .landing-hero__button .button {
        width: 100%;
        padding: 12px 24px;
    }

    .hero__video {
        margin: 6.75rem auto 5.5rem !important;
        width: 100% !important;
        border-radius: 12px;
    }

    .hero__video img {
        border-radius: 12px;
    }

    .section--card-new .section__image {
        height: auto;
    }

    .section--card-new .section__title {
        font-size: 22px;
        padding: 0 3rem;
    }

    .section--card-new .section__description {
        line-height: normal;
        font-size: 16px;
        text-align: center;
    }

    .problem-solving-section .section-title {
        margin-bottom: 2rem;
        font-size: 22px;
    }

    .cards-container {
        max-width: 100%;
        min-height: 630px;
    }

    .solution-card {
        max-width: 100%;
        width: 100%;
    }

    .solution-card h5 {
        font-size: 18px;
    }

    .solution-card p {
        font-size: 14px;
    }

    .card-1 {
        top: 30px;
        left: 0%;
        transform: rotate(-8deg);
        z-index: 99999;
    }

    .card-1 .card-icon {
        bottom: 100%;
        left: 20px;
    }

    .card-2 {
        top: 165px;
        z-index: 9999;
    }

    .card-2 .card-icon {
        top: -36%;
    }

    .card-3 {
        top: 290px;
        transform: translateX(-50%) rotate(-3deg);
        z-index: 999;
    }

    .card-3 .card-icon {
        top: -26%;
    }

    .card-4 {
        top: 424px;
        left: 0;
        transform: rotate(8deg);
        z-index: 9999;
    }

    .card-5 {
        top: 550px;
        right: 0%;
        transform: rotate(-3deg);
    }

    .card-5 .card-icon {
        bottom: 90%;
        right: 86%;
    }

    .section--card-new {
        text-align: center;
    }

    .reverse-mobile .row {
        flex-direction: column-reverse;
    }

    .think-first-section .section-title {
        font-size: 22px;
        margin-bottom: 2.75rem;
    }

    .think-first-section .section-description {
        font-size: 16px;
        margin: 0 auto 32px;
    }

    .think-first-section .card {
        padding: 10px;
        margin-bottom: 1rem;
    }

    .section-title {
        font-size: 22px;
        margin-bottom: 40px;
    }

    .change-everything-section {
        padding: 2.75rem 0 8.25rem;
    }

    .change-everything-section .change-everything-section--svg .circle {
        top: 8%;
        right: 2%;
        width: 30px;
    }

    .change-everything-section .change-everything-section--svg .circle {
        top: 8%;
        right: 2%;
        width: 30px;
    }

    .change-everything-section .change-everything-section--svg .rectangle {
        top: 10%;
        left: -6%;
        width: 80px;
    }

    .change-everything-section .change-everything-section--svg .big-rectangle {
        top: 14%;
        right: 6%;
        width: 40px;
    }

    .change-everything-section .change-everything-section--svg .half-circle {
        top: 76%;
        right: 8%;
        width: 40px;
    }

    .change-everything-section .change-everything-section--svg .side-rectangle {
        top: 62%;
        left: 0%;
        width: 30px;
        display: block;
    }

    .change-everything-section .change-everything-section--svg .side-rectangle-web {
        display: none;
    }

    .change-everything-section .section-title {
        font-size: 22px;
        margin-bottom: 2.5rem;
    }

    .change-everything-section .section-title .highlight-underline-text::after {
        bottom: -28px;
        left: 0;
        width: 100%;
    }

    .change-everything-section .section-description {
        font-size: 16px;
        max-width: 90%;
        margin: 0 auto 32px;
    }

    .change-everything-section .hero__video {
        width: 90% !important;
        box-shadow: 1px 227px 162.4px 0 rgba(130, 131, 140, 0.00), 1px 184px 151.6px 0 rgba(130, 131, 140, 0.01), 0 152px 116px 0 rgba(130, 131, 140, 0.05), 0 68px 52.7px 0 rgba(130, 131, 140, 0.09), 0 10px 13.9px 0 rgba(130, 131, 140, 0.10);
    }

    .change-everything-section .section-video-description {
        font-size: 12px;
        max-width: 90%;
        margin: 16px auto 0;
    }

    .ideoz-different-card {
        padding: 30px 12px 20px;
        margin-top: 15px;
    }

    .ideoz-different-card .ideoz-different-image {
        top: -12%;
        left: 16px;
        width: 32px;
    }

    .ideoz-different-item {
        flex-direction: column;
        align-items: center;
        margin-bottom: 2.5rem;
    }

    .ideoz-different-card h5 {
        font-size: 17px;
    }

    .ideoz-different-card p {
        font-size: 14px;
    }

    .ideoz-different-number {
        position: absolute;
        top: 15%;
        right: 4%;
        font-size: 32px;
        margin-right: 0;
        padding-bottom: 0;
        z-index: 10;
        color: rgba(108, 119, 158, 0.6);
    }

    .ideoz-different-number::after {
        display: none;
    }

    .context-first-section .section-title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 1rem;
    }

    .context-first-section .section-title .highlight-underline-text::after {
        bottom: -14px;
    }

    .context-first-section .section-description {
        font-size: 16px;
        max-width: 90%;
        margin: 0 auto 32px;
    }

    .context-first-section .feature-item {
        padding: 0;
    }

    .context-first-section .feature-icon {
        margin-bottom: 2rem;
    }

    .context-first-section .feature-title {
        font-size: 20px;
        margin-bottom: 1rem;
    }

    .context-first-section .feature-description {
        font-size: 14px;
        line-height: 24px;
    }

    .landing-footer {
        padding-bottom: 40px;
    }

    .landing-footer::before {
        background: url('../../src/images/footerShapeMobile.svg') no-repeat center;
        background-size: cover;
        height: 38px;
    }

    .landing-footer .landing-footer__title {
        font-size: 22px;
        margin: 32px auto 20px;
    }

    .landing-footer .landing-footer__subtitle {
        font-size: 14px;
        margin: 0 auto 20px;
    }
}






/* Feature Page */

.feature-hero {
    padding-top: 195px;
    padding-bottom: 96px;
}

.feature-hero .landing-hero__title {
    width: 70%;
}

.feature-hero .highlight-text::after {
    left: -14px;
    width: 110%;
    height: 102%;
    background: url('../../src/images/problemsCircle.svg') no-repeat;
    background-size: contain;
}

.feature-hero .landing-hero__description {
    width: 78%;
    font-size: 24px;
}


/* Feature Tabs */

.feature-tabs-section {
    padding: 76px 0 120px;
    background-color: #FFFFFF;
}

.feature-tabs-section .nav-tabs {
    display: flex;
    padding-inline-start: 4rem;
    border-bottom: 2px solid #D2D6DB;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.feature-tabs-section .nav-tabs::-webkit-scrollbar {
    display: none;
}

.feature-tabs-section .nav-item {
    display: flex;
}

.feature-tabs-section .nav-link {
    border: none;
    border-radius: 0;
    padding: 12px 16px 32px;
    font-size: 28px;
    font-weight: 600;
    color: #6C737F;
    margin-inline-end: 24px;
}

.feature-tabs-section .nav-link.active {
    color: #0F3144;
    border-bottom: 2px solid #0F3144;
}

.feature-tabs-section .tab-content {
    padding: 32px 0;
}

.feature-tabs-section .tab-content .tab-content__header .tab-content__header--title {
    color: var(--color-primary-dark);
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 2.5rem;
    letter-spacing: 1.6px;
}

.feature-tabs-section .tab-content .tab-content__header .tab-content__header--title .highlight-underline-text {
    color: #4D7EFF;
}

.feature-tabs-section .tab-content .tab-content__header .tab-content__header--title .highlight-underline-text::after {
    bottom: -20px;
    left: -10%;
    width: 130%;
    height: 18px;
    background: url('../../src/images/Highlight-Underline.png') no-repeat;
    background-size: contain;
    z-index: 1;
}

.feature-tabs-section .tab-content .tab-content__header .tab-content__header--description {
    color: #4A5465;
    font-size: 24px;
    max-width: 70%;
    margin: 0 auto 37px;
}

.feature-tabs-section .tab-content .card {
    height: 400px;
    border-radius: 20px;
    border: 0;
    padding: 16px;
    border: unset;
    box-shadow: 0 0 0 0.5px #E4E5E9, 0 0 0 1px rgba(228, 229, 233, 0.60), 0 0 0 3.5px #F9F9FB, 0 0 0 4px #F3F4F7;
}

.feature-tabs-section .tab-content .card__title {
    font-size: 32px;
    font-weight: 500;
    color: #161616;
    margin-bottom: 24px;
    letter-spacing: 1.92px;
}

.feature-tabs-section .tab-content .card__title_custom_font {
    font-family: "Sorts Mill Goudy", serif;
}

.feature-tabs-section .tab-content .card__image {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.feature-tabs-section .tab-content .tab-content__body {}

.feature-tabs-section .tab-content .tab-content__body .tab-content__body--title {
    font-size: 34px;
    font-weight: 600;
    color: var(--color-black);
    margin-bottom: 17px;
    letter-spacing: 1.36px;
}

.feature-tabs-section .tab-content .tab-content__body .tab-content__body--description {
    font-size: 24px;
    font-weight: 400;
    color: #4A5465;
    margin-bottom: 40px;
    letter-spacing: -0.24px;
}

.feature-tabs-section .tab-content .tab-content__body .tab-content__body--list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    gap: 16px;
    display: flex;
    flex-direction: column;
}

.feature-tabs-section .tab-content .tab-content__body .tab-content__body--list li {
    position: relative;
    padding-inline-start: 44px;
    font-size: 20px;
    color: #4A5465;
    letter-spacing: -0.2px;
}

.feature-tabs-section .tab-content .tab-content__body .tab-content__body--list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 36px;
    height: 36px;
    background: url('../../src/images/checkmark.png') no-repeat;
    background-size: contain;
}

.feature-tabs-section .tab-content .tab-content__body .card {
    display: flex;
    margin: auto;
}

.feature-tabs-section .tab-content .tab-content__body .card__title {
    font-size: 32px;
    font-weight: 500;
    color: #161616;
    margin-bottom: 24px;
    letter-spacing: 1.92px;
    text-align: center;
}

.feature-tabs-section .tab-content .tab-content__footer {
    text-align: center;
    margin-top: 32px;
}

.feature-tabs-section .tab-content .tab-content__footer .feature-item {
    padding: 20px;
}

.feature-tabs-section .tab-content .tab-content__footer .feature-icon {
    height: 64px;
    margin-bottom: 28px;
}

.feature-tabs-section .tab-content .tab-content__footer .feature-icon img {
    width: 100% !important;
    height: 100% !important;
}

.feature-tabs-section .tab-content .tab-content__footer .feature-title {
    font-weight: 500;
    font-size: 24px;
    color: #000;
    margin-bottom: 16px;
    letter-spacing: 1.44px;
}

.feature-tabs-section .tab-content .tab-content__footer .feature-description {
    color: #4A5465;
    font-size: 20px;
    line-height: 1.7;
}

/* Media */
@media (max-width: 768px) {
    .feature-hero .landing-hero__title {
        width: 80%;
    }

    .feature-hero .landing-hero__description {
        width: 100%;
    }

    .feature-tabs-section .nav-tabs {
        padding-inline-start: 2rem;
    }

    .feature-tabs-section .nav-link {
        padding: 8px 14px 18px;
        font-size: 20px;
        margin-inline-end: 10px;
    }

    .feature-tabs-section .tab-content .tab-content__header .tab-content__header--title {
        font-size: 32px;
    }

    .feature-tabs-section .tab-content .tab-content__header .tab-content__header--title .highlight-underline-text::after {
        bottom: -10px;
        left: 0;
        width: 100%;
        height: 15px;
    }

    .feature-tabs-section .tab-content .tab-content__header .tab-content__header--description {
        width: 100%;
    }

    .feature-tabs-section .tab-content .tab-content__body .tab-content__body--title {
        font-size: 26px;
        margin-bottom: 12px;
    }

    .feature-tabs-section .tab-content .tab-content__body .tab-content__body--list {
        margin-bottom: 3rem;
    }
}






/* Products Pages */

.product-designer-hero .highlight-text::after {
    bottom: -6px;
    left: -15px;
    width: 105%;
    height: 108%;
    background: url('../../src/images/product-designer-title.png') no-repeat;
    background-size: cover;
    background-position: center center;
}

.hero-section .landing-hero__title {
    width: 100%;
    line-height: normal;
    letter-spacing: 3.84px;
}

.hero-section .landing-hero__description {
    width: 68%;
    font-size: 24px;
}

.hero-section .media-wrapper {
    margin: 80px auto 7.5rem auto !important;
    aspect-ratio: unset;
    background: #F9F9F9;
    width: 82% !important;
}

.hero-section .media-wrapper .card {
    padding: 44px;
    background: #F9F9F9;
}

.hero-section .media-wrapper .card .card__title {
    margin-bottom: 0;
}

.stakeholder-section {
    padding: 0;
    background-color: #F9F9F9;
}

.stakeholder-section .section-title {
    line-height: normal;
    letter-spacing: 1.6px;
    margin: 0 auto 64px;
    width: 80%;
}

.stakeholder-section .ideoz-different-card {
    border-radius: 24px;
    border: 1px solid #D2D6DB;
    background: #FFF;
}

.frame-it-section {
    padding: 7.5rem 0;
}

.frame-it-section .section-title {
    line-height: normal;
    letter-spacing: 1.6px;
    margin: 0 auto 64px;
    width: 100%;
}

.SUPERCHARGE-section {
    padding: 3.25rem 0;
    background: #fff;
    background-size: auto;
}

.easiest-section__content--wrapper {
    padding-inline-start: .75rem;
    position: relative;
    transition: all 0.3s ease;
}

.easiest-section__content--wrapper:not(:last-child) {
    margin-bottom: 2.5rem;
}

.easiest-section__content--wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    border-radius: 8px;
    background: #7B7C7D;
}


.easiest-section__content--wrapper:has(.easiest-section__subtitle:not(.collapsed))::after {
    background: #5080FA;
}


.easiest-section__content--wrapper .easiest-section__subtitle:not(.collapsed) {
    color: #161616
}

.easiest-section__content--wrapper .easiest-section__subtitle {
    font-size: 26px;
    font-weight: 500;
    color: #7B7C7D;
    margin-bottom: .75rem;
    line-height: normal;
    letter-spacing: -0.26px;
}

.easiest-section__content--wrapper .easiest-section__description {
    color: #4A5465;
    font-size: 22px;
    margin-bottom: 0;
}

.easiest-section__video .hero__video {
    margin: auto !important;
    width: 100% !important;
}

.faq-section {
    padding: 7.5rem 0 13rem;
    background: #F9F9F9;
}

.faq-section .section-title {
    color: #000;
    width: 100%;
    margin-bottom: 1rem;
}

.faq-section .section-description {
    color: rgba(0, 0, 0, 0.80);
    width: 100%;
    margin-bottom: 3rem;
}

.faq-section .accordion-header,
.faq-section .accordion-item {
    border-radius: 16px;
}

.faq-section .accordion-button {
    border-radius: 16px;
    border: 2px solid #F4EBEB;
    background: #fff;
    padding: 16px 24px;
    font-size: 28px;
    font-weight: 500;
    color: #161616;
    letter-spacing: -0.28px;
    box-shadow: none;
}

.faq-section .accordion-button:not(.collapsed) {
    background: #fff;
    box-shadow: none;
    color: #161616;
    border-radius: 16px;
    border: unset;
}

.faq-section .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.faq-section .accordion-item:last-of-type .accordion-button {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.faq-section .accordion-body {
    font-size: 24px;
    color: #4A5465;
    padding: 16px 24px;
}

.ux-designer-hero .highlight-text::after {
    bottom: -10px;
    left: -50px;
    width: 124%;
    height: 130%;
    background: url('../../src/images/ux-line.png') no-repeat;
    background-size: contain;
    background-position: center center;
}

.build-it-section .build-it-section__content--wrapper {
    text-align: start;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: flex-start;
    justify-content: center;
}

.build-it-section .build-it-section__content--wrapper .build-it-section__subtitle {
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.36px;
    color: var(--color-black);
    margin-bottom: 1rem;
}

.build-it-section .build-it-section__content--wrapper .build-it-section__description {
    font-size: 24px;
    font-weight: 400;
    color: #4A5465;
    margin-bottom: 40px;
    letter-spacing: -0.24px;
}

.product-managers-hero .highlight-text::after {
    bottom: -8px;
    left: -22px;
    width: 106%;
    height: 120%;
    background: url('../../src/images/product-line.png') no-repeat;
    background-size: contain;
    background-position: center center;
}

.product-managers-hero .media-wrapper {
    aspect-ratio: 16 / 9;
}



.easiest-section .card {
    border-radius: 20px;
    border: 0;
    padding: 24px 17px;
    border: 3px solid #fff;
    transition: border 0.3s linear;
    box-shadow: 0 0 0 0.5px #E4E5E9, 0 0 0 1px rgba(228, 229, 233, 0.60), 0 0 0 3.5px #F9F9FB, 0 0 0 4px #F3F4F7;
}

.easiest-section .card:hover {
    border-color: #4D7EFF;
}

.easiest-section .card__title {
    font-size: 32px;
    font-weight: 500;
    color: #161616;
    margin-bottom: 24px;
    letter-spacing: 1.92px;
}

.easiest-section .card__image {
    width: 100%;
    object-fit: contain;
}

.custom-page-padding-bottom {
    padding-bottom: 13rem;
}


@media (max-width: 768px) {
    .product-designer-hero .landing-hero__description {
        width: 98%;
    }

    .hero-section .media-wrapper {
        margin: 50px auto 3.5rem auto !important;
    }

    .stakeholder-section .section-title {
        width: 90%;
        margin: 0 auto 44px;
    }

    .stakeholder-section .ideoz-different-number {
        width: auto;
    }

    .easiest-section__content--wrapper {
        padding-inline-start: 1.5rem;
    }

    .easiest-section__content--wrapper .easiest-section__subtitle {
        font-size: 22px;
    }

    .easiest-section__content--wrapper .easiest-section__description {
        font-size: 18px;
    }

    .easiest-section__content--wrapper:last-child {
        margin-bottom: 3.5rem;
    }

    .frame-it-section .section-title {
        margin: 0 auto 44px;
    }

    .frame-it-section .section-title .highlight-underline-text::after {
        bottom: -12px;
        left: 0;
        width: 100%;
    }

    .faq-section .accordion-button {
        font-size: 20px;
        padding: 12px 16px;
        letter-spacing: 0;
    }

    .faq-section .accordion-body {
        font-size: 18px;
        padding: 12px 16px;
    }

    .custom-page-padding-bottom {
        padding-bottom: 7rem;
    }
}