* {
    margin: 0;
    padding: 0;
    font-family: "Calibri", "Segoe UI", Roboto, Arial, sans-serif;
    outline: none;
    letter-spacing: 0.5px;
    box-sizing: border-box;
    max-width: 100%;
    scroll-behavior: smooth;
}

section.chatgpt-section {
    display: flex;
    justify-content: center;
}

.chatgpt-section.y-siq,
.chatgpt-section.scalable-growth,
.chatgpt-section.chatgpt-work,
.chatgpt-section.try-siq {
    background: #f6f6f6;
}

.y-siq-section-content,
.siq-sg-content-wrap,
.try-siq-content-wrap {
    max-width: 1300px;
    display: flex;
    gap: 100px;
    padding: 100px 0;
    justify-content: space-between;
    align-items: center;
}

.y-siq-left-column img,
.siq-fa-right-column img,
.siq-rs-left-column img,
.siq-sg-right-column img,
.siq-sc-left-column img,
.siq-ac-right-column img,
.try-siq-left-content img {
    max-width: 600px;
    box-shadow: 0px 7px 20px 4px rgba(4, 40, 109, 0.2);
    border-radius: 17px;
}

.y-siq-left-column {
    display: flex;
    justify-content: center;
    align-items: center;
}

.chatgpt-section .mini-heading {
    font-size: 18px;
    font-weight: bold;
    background: #fced0a;
    padding: 7px 18px;
    border-radius: 8px;
    text-transform: capitalize;
    width: fit-content;
}

.chatgpt-section .main-heading {
    font-size: 40px;
    font-weight: bold;
    text-transform: capitalize;
    margin: 20px 0 12px;
}

.chatgpt-section .sec-desc {
    font-size: 16px;
    color: #2e2e2e;
    margin: 0;
    text-transform: capitalize;
}

.y-siq-feature-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 25px;
    transition: transform 0.3s ease;
}

.y-siq-feature-wrap .y-siq-feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    border-radius: 16px;
    border: 1px solid #E2E4E9;
    background: white;
}

.y-siq-feature-item span {
    width: 45px;
    height: 45px;
    background: #eaecf0;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.3s ease;
}

.y-siq-feature-item p {
    color: #6A7181;
    font-size: 15px;
    margin: 0;
}

.y-siq-feature-item:hover span {
    background: #002e87;
}

.y-siq-feature-item:hover svg path {
    stroke: white;
}

.y-siq-feature-item svg path {
    transition: stroke 0.3s ease;
}

.siq-fa-content-wrap,
.siq-rs-content-wrap,
.siq-sc-content-wrap,
.siq-ac-content-wrap {
    max-width: 1300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
}

.siq-fa-content-wrap,
.siq-sc-content-wrap {
    padding: 130px 0;
}

.chatgpt-section .attr-wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 20px 0 25px 0;
}

.chatgpt-section .attr-wrap .attr-item {
    font-size: 16px;
    color: black;
    padding-left: 28px;
    position: relative;
}

.chatgpt-section .attr-wrap .attr-item::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #CDD6E6;
    color: #0E2D6D;
    left: 0;
    top: 4px;
    font-size: 9px;
}

.chatgpt-section .outcome-content {
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 2px;
    align-items: center;
    width: 100%;
    gap: 12px;
    border-radius: 15px;
    padding: 12px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(225, 231, 239, 0.64);
    border-image: initial;
    background: rgb(241, 245, 249);
}

.chatgpt-section .outcome-content .outcome-icon {
    width: 55px;
    height: 55px;
    min-width: 55px;
    background: #c2e2dc;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.chatgpt-section .outcome-content p {
    color: #0F1729;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: normal;
}

.chatgpt-section .outcome-content span {
    font-size: 13px;
    color: black;
    line-height: 20px;
    display: inline-block;
}

.siq-rs-content-wrap,
.siq-ac-content-wrap {
    padding-bottom: 130px;
}

.siq-cw-content-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px;
}

.working-steps-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1300px;
    width: 1300px;
    margin-top: 60px;
}

.working-steps-wrap .work-step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.work-step-item .svg-icon-wrap {
    border: 1px dashed #002469;
    border-radius: 100%;
    width: 140px;
    height: 140px;
    padding: 10px;
    position: relative;
}

.work-step-item .svg-icon-wrap .svg-icon {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: #002469;
    display: flex;
    justify-content: center;
    align-items: center;
}

.working-steps-wrap .arrow-svg svg path {
    stroke: #002469;
    stroke-width: 1.5px;
}

.working-steps-wrap .arrow-svg svg {
    width: 90px;
    min-width: 90px;
}

.working-steps-wrap .arrow-svg {
    margin-top: -90px;
}

.work-step-item .svg-icon-wrap span {
    position: absolute;
    top: 5px;
    left: 0px;
    width: 36px;
    height: 36px;
    background: white;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: -2px 4px 10px 0px rgba(4, 40, 109, 0.25);
    font-weight: 600;
    font-size: 16px;
}

.working-steps-wrap .work-step-item .step-heading {
    font-size: 20px;
    font-weight: 600;
    color: black;
    margin: 12px 0 6px;
    text-align: center;
}

.working-steps-wrap .work-step-item p {
    font-size: 18px;
    text-align: center;
    line-height: 23px;
    margin: 0;
    width: 230px;
}

.who-siq-content-wrap {
    width: 1300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 0 100px;
}

.who-siq-content-wrap .feature-box-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    gap: 25px;
    margin-top: 60px;
}

.feature-box-wrap .feature-box-item {
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    border: 1px solid #D8D8D8;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    gap: 30px;
}

.feature-box-item span {
    width: 70px;
    height: 70px;
    background: #002469;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-box-item h5 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.who-siq-content-wrap h2 {
    text-transform: none !important;
}

.try-siq-attr-wrap {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 25px 0 30px;
}

.try-siq-attr-wrap .ts-attr-item {
    display: flex;
    gap: 10px;
    align-items: center;
}

.ts-attr-item .attr-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ts-attr-item:first-child .attr-icon {
    background: #d5e9e3;
}

.ts-attr-item:last-child .attr-icon {
    background: #eaecf0;
}

.ts-attr-item:nth-child(2) .attr-icon {
    background: #e6f5df;
}

.ts-attr-item span {
    font-size: 16px;
}

.try-siq-right-content .try-siq-btn {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    border-radius: 12px;
    border: none;
    background: #fae82d;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.05);
    transition: background-color 0.3s ease;
}

.try-siq-right-content .try-siq-btn:hover i {
    transform: translateX(5px);
}

.try-siq-right-content .try-siq-btn:hover {
    color: black;
}

.try-siq-right-content .try-siq-btn i {
    transition: transform 0.3s ease;
}

.try-siq-content-wrap .main-heading {
    margin-top: 0;
}

@media (max-width: 500px) {

    .y-siq-section-content,
    .siq-sg-content-wrap,
    .try-siq-content-wrap {
        max-width: 100%;
        gap: 50px;
        padding: 60px 20px;
    }

    .y-siq-section-content,
    .try-siq-content-wrap,
    .siq-rs-content-wrap,
    .siq-sc-content-wrap {
        flex-direction: column-reverse;
    }

    .siq-sg-content-wrap,
    .siq-fa-content-wrap,
    .siq-ac-content-wrap {
        flex-direction: column;
    }

    .y-siq-left-column img,
    .siq-fa-right-column img,
    .siq-rs-left-column img,
    .siq-sg-right-column img,
    .siq-sc-left-column img,
    .siq-ac-right-column img,
    .try-siq-left-content img {
        max-width: 300px;
    }

    .siq-fa-content-wrap,
    .siq-rs-content-wrap,
    .siq-sc-content-wrap,
    .siq-ac-content-wrap {
        max-width: 100%;
        gap: 50px;
    }

    .siq-fa-content-wrap,
    .siq-sc-content-wrap {
        padding: 60px 20px;
    }

    .chatgpt-section .mini-heading {
        font-size: 12px;
        padding: 7px 14px;
        margin: auto;
    }

    .chatgpt-section .main-heading {
        font-size: 24px;
        text-align: center;
        max-width: calc(100% - 20px);
        line-height: 1.3;
    }

    .chatgpt-section .sec-desc {
        font-size: 13px;
        text-align: center;
        max-width: calc(100% - 20px);
    }

    .y-siq-feature-item p {
        font-size: 9px;
    }

    .y-siq-feature-item span {
        width: 35px;
        height: 35px;
    }

    .y-siq-feature-item span svg {
        width: 16px;
        height: 16px;
    }

    .chatgpt-section .attr-wrap .attr-item::before {
        width: 15px;
        height: 15px;
        top: 2px;
        font-size: 8px;
    }

    .chatgpt-section .attr-wrap .attr-item {
        font-size: 12px;
        padding-left: 22px;
    }

    .chatgpt-section .outcome-content p {
        font-size: 13px;
    }

    .chatgpt-section .outcome-content span {
        font-size: 9px;
        line-height: 15px;

    }

    .chatgpt-section .outcome-content .outcome-icon {
        width: 45px;
        height: 45px;
        min-width: 45px;
    }

    .chatgpt-section .outcome-content .outcome-icon svg {
        width: 22px;
        height: 22px;
    }

    .y-siq-right-column,
    .siq-fa-left-column,
    .siq-rs-right-column,
    .siq-sg-left-column,
    .siq-sc-right-column,
    .siq-ac-left-column,
    .try-siq-right-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .siq-rs-content-wrap,
    .siq-ac-content-wrap {
        padding: 0 20px 60px 20px;
    }

    .siq-cw-content-wrap {
        padding: 60px 20px;
    }

    .working-steps-wrap {
        max-width: fit-content;
        width: fit-content;
        margin-top: 40px;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: start;
        gap: 20px;
    }

    .work-step-item .svg-icon-wrap {
        width: 90px;
        height: 90px;
        padding: 6px;
    }

    .working-steps-wrap .arrow-svg svg {
        width: 50px;
        min-width: 50px;
    }

    .working-steps-wrap .arrow-svg {
        margin-top: 0px;
        transform: rotate(90deg);
        margin-left: 18px;
    }

    .working-steps-wrap .work-step-item .step-heading {
        font-size: 16px;
        margin: 0px 0 6px;
        text-align: left;
    }

    .working-steps-wrap .work-step-item p {
        font-size: 14px;
        line-height: 19px;
        width: 180px;
        text-align: left;
    }

    .working-steps-wrap .work-step-item {
        flex-direction: row;
        gap: 16px;
    }

    .work-step-item .svg-icon-wrap span {
        top: -2px;
        left: -2px;
        width: 26px;
        height: 26px;
        font-size: 13px;
    }

    .work-step-item .svg-icon-wrap svg {
        width: 30px;
        height: 30px;
    }


    .who-siq-content-wrap {
        width: 100%;
        padding: 40px 20px 60px;
    }

    .who-siq-content-wrap .feature-box-wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-top: 35px;
    }

    .feature-box-wrap .feature-box-item {
        padding: 16px;
        gap: 20px;
    }

    .feature-box-item h5 {
        font-size: 14px;
        text-align: center;
    }

    .feature-box-item span {
        width: 45px;
        height: 45px;
    }

    .feature-box-item span svg {
        width: 18px;
    }

    .ts-attr-item span {
        font-size: 10px;
    }

    .ts-attr-item .attr-icon {
        width: 35px;
        height: 35px;
        min-width: 35px;
    }

    .ts-attr-item .attr-icon svg {
        width: 16px;
        height: 16px;
    }

    .try-siq-attr-wrap {
        gap: 15px;
    }

    .try-siq-right-content .try-siq-btn {
        font-size: 14px;
    }
}