/* Font Face Declarations */
@font-face {
    font-family: 'Peyda';
    src: url('../fonts/PeydaWeb-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Peyda';
    src: url('../fonts/peydaWeb-extralight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Peyda';
    src: url('../fonts/PeydaWeb-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Peyda';
    src: url('../fonts/PeydaWeb-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Peyda';
    src: url('../fonts/PeydaWeb-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Peyda', sans-serif;
    background-color: #000000;
    color: #FFFFFF;
    overflow-x: hidden;
}


.bg-gradient {
    height: 4900px;
    background: linear-gradient(to bottom, #000000 5%, #1D4839 80%);
    transform: rotate(0deg);
}
/* Main Container */
.main-container {
    height: auto;
}

.container {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    direction: rtl;
}

/* Main Content Wrapper - Flex Container */
.main-content-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-direction: row-reverse;
    margin-top: 128px;
    align-items: center;
}

/* Left Text Section */
.left-text-section {
    height: fit-content;
    z-index: 1;
}

.text-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 526px;
    flex-wrap: nowrap;
    gap: 32px;
    direction: ltr;
}

/* Heading Wrapper */
.heading-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.heading-inner {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.heading-container {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.main-heading {
    font-family: 'Peyda', sans-serif;
    font-size: 72px;
    font-weight: 400;
    line-height: 80px;
    background: linear-gradient(90deg, #00FFFF 0%, #8A2BE2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: right;
    direction: rtl;
    height: 170px;
}

/* Subtitle Wrapper */
.subtitle-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.subtitle {
    font-family: 'Peyda', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    color: #FFFFFF;
    width: 507px;
    height: 72px;
    margin: 0;
    padding: 0;
    text-align: right;
    direction: rtl;
}

/* Horizontal Line Wrapper */
.horizontal-line-wrapper {
    position: relative;
    width: 526px;
    height: 1px;
}

.horizontal-line {
    display: block;
    width: 100%;
    height: 1px;
    max-width: none;
}

/* CTA Button Wrapper */
.cta-button-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.cta-button-container {
    width: 219px;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
    color: inherit;
}

.cta-button-border {
    position: absolute;
    width: 219px;
    display: flex;
    height: 40px;
    border: 0.777px solid #00f0ff;
    border-radius: 23.298px;
    z-index: 1;
    box-shadow: 0 0 8px rgba(0, 240, 255, 0.6), 
                0 0 4px rgba(138, 43, 226, 0.4);
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.cta-button-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    z-index: 2;
    justify-content: space-around;

}

.cta-button-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.cta-button-text {
    font-family: 'Peyda', sans-serif;
    font-size: 19.415px;
    font-weight: 400;
    line-height: normal;
    color: #FFFFFF;
    width: 127px;
    height: 23.571px;
    margin: 0;
    padding: 0;
    text-align: right;
    direction: rtl;
}

.cta-button-icon-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cta-button-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18.638px;
    height: 16.271px;
    transform: rotate(180deg);
}

.arrow-icon {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
}

/* Right Illustration Section */
.right-illustration-section {
    z-index: 0;
}

.illustration-container {
    position: relative;
    width: 690px;
    height: 479px;
}

.illustration-overflow {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.illustration-image {
    height: 100%;
    max-width: none;
}

/* Partners Section */
.partners-section {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Partners Horizontal Line */
.partners-line-wrapper {
    height: 1px;
    width: 100%;
}

.partners-line {
    width: 100%;
    height: 1px;
}

/* Partners Heading */
.partners-heading-wrapper {
    width: 1216px;
}

.partners-heading {
    font-family: 'Peyda', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    color: #FFFFFF;
    width: 110px;
    margin: 0;
    padding: 0;
    text-align: right;
    direction: rtl;
}

/* Partners Logos Wrapper */
.partners-logos-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
}

/* Partner Logo Base Styles */
.partner-logo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.partner-logo-image {
    position: relative;


}

/* Logo 1 - logo-16 */
.partner-logo[data-node-id="753:213"] {

}

/* Logo 2 - msi2 */
.partner-logo.msi-logo {

}

.partner-logo.msi-logo .partner-logo-image {
    position: relative;

}

/* Logo 3 - Group 1000002940452452 */
.partner-logo[data-node-id="753:209"] {
}

/* Logo 4 - 45324534523423412 */
.partner-logo[data-node-id="753:220"] {
}

/* Logo 5 - Group 1409957480 */
.partner-logo[data-node-id="753:219"] {
}

/* Logo 6 - Group 1409957481 */
.partner-logo[data-node-id="753:218"] {
}

/* Logo 7 - Group 14099574856896 */
.partner-logo[data-node-id="753:225"] {
}

/* Logo 8 - 53893745279687852 */
.partner-logo[data-node-id="753:226"] {
}

/* Logo 9 - 7475274867852 */
.partner-logo[data-node-id="753:227"] {
}

/* SBI Section */
.sbi-section {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    margin-top: 75px;
}

/* SBI Left Illustration Section */
.sbi-illustration-section {
    z-index: 0;
}

.sbi-illustration-container {
    position: relative;
    width: 470.167px;
    height: 578.93px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sbi-illustration-container > div {
    width: 419.315px;
    height: 540.512px;
    position: relative;
}

.sbi-illustration-overflow {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.sbi-illustration-image {
    height: 100%;
}

/* SBI Right Content Section */
.sbi-content-section {
    z-index: 1;
    direction: ltr;
}

.sbi-content-wrapper {
    position: relative;
    width: 650px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 32px;
}

/* SBI Headings Container */
.sbi-headings-container {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.sbi-heading1-wrapper {
    position: relative;
}

.sbi-heading1 {
    font-family: 'Peyda', sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
    background: linear-gradient(90deg, #00FFFF 0%, #5200FF 48.2483%, #FF2DF7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin: 0;
    padding: 0;
    text-align: right;
    direction: rtl;
    white-space: nowrap;
}

.sbi-heading2-wrapper {
    position: relative;
}

.sbi-heading2 {
    font-family: 'Peyda', sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    text-align: right;
    direction: rtl;
    white-space: nowrap;
}

/* SBI Text Wrapper */
.sbi-text-wrapper {
    position: relative;
    width: 630px;
    height: 278px;
    padding: 10px;
    display: flex;
    align-items: flex-start;
}

.sbi-text-content {
    font-family: 'Peyda', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.969;
    color: #FFFFFF;
    text-align: justify;
    width: 100%;
    margin: 0;
    padding: 0;
    direction: rtl;
}

.sbi-text-content p {
    margin: 0;
    margin-bottom: 0;
}

.sbi-text-content p:last-child {
    white-space: pre-wrap;
}

/* SBI Horizontal Line */
.sbi-line-wrapper {
    position: relative;
    width: 650px;
    height: 16px;
}

.sbi-line {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
}

/* SBI CTA Button */
.sbi-cta-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.sbi-cta-container {
    position: relative;
    width: 219px;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: inherit;
}

.sbi-cta-border {
    position: absolute;
    width: 219px;
    display: flex;
    height: 40px;
    border: 0.777px solid #00f0ff;
    border-radius: 23.298px;
    z-index: 1;
    box-shadow: 0 0 8px rgba(0, 240, 255, 0.6), 
                0 0 4px rgba(138, 43, 226, 0.4);
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.sbi-cta-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    z-index: 2;
    justify-content: space-around;
}

.sbi-cta-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.sbi-cta-text {
    font-family: 'Peyda', sans-serif;
    font-size: 19.415px;
    font-weight: 400;
    line-height: normal;
    color: #FFFFFF;
    width: 127px;
    height: 23.571px;
    margin: 0;
    padding: 0;
    text-align: right;
    direction: rtl;
}

.sbi-cta-icon-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sbi-cta-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18.638px;
    height: 16.271px;
    transform: rotate(180deg);
}

.sbi-arrow-icon {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
}

/* Smart Decisions Section */
.smart-decisions-section {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 75px;
}

/* Smart Decisions Left Content Section */
.smart-decisions-content-section {
    z-index: 1;
    direction: ltr;
}

.smart-decisions-content-wrapper {
    position: relative;
    width: 598px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 32px;
}

/* Smart Decisions Headings Container */
.smart-decisions-headings-container {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
}

.smart-decisions-heading1-wrapper {
    position: relative;
}

.smart-decisions-heading1 {
    font-family: 'Peyda', sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
    background: linear-gradient(90deg, #00FFFF 0%, #5200FF 48.2483%, #FF2DF7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin: 0;
    padding: 0;
    text-align: right;
    direction: rtl;
    white-space: nowrap;
}

.smart-decisions-heading2-wrapper {
    position: relative;
}

.smart-decisions-heading2 {
    font-family: 'Peyda', sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    text-align: right;
    direction: rtl;
    white-space: nowrap;
}

/* Smart Decisions List Wrapper */
.smart-decisions-list-wrapper {
    position: relative;
    width: 598px;
    height: 244px;
    padding: 10px;
    display: flex;
    align-items: flex-start;
}

.smart-decisions-list {
    font-family: 'Peyda', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 2.469;
    color: #FFFFFF;
    text-align: justify;
    width: 578px;
    margin: 0;
    padding: 0;
    direction: rtl;
    list-style: disc;
}

.smart-decisions-list li {
    margin-bottom: 0;
    margin-right: 30px;
}

.smart-decisions-list li:last-child {
    margin-bottom: 0;
}

/* Smart Decisions Horizontal Line */
.smart-decisions-line-wrapper {
    position: relative;
    width: 598px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.smart-decisions-line {
    display: block;
    width: 578px;
    height: 1px;
    max-width: none;
}

/* Smart Decisions CTA Button */
.smart-decisions-cta-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.smart-decisions-cta-container {
    position: relative;
    width: 290px;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: inherit;
}

.smart-decisions-cta-border {
    position: absolute;
    width: 290px;
    display: flex;
    height: 40px;
    border: 0.777px solid #00f0ff;
    border-radius: 23.298px;
    z-index: 1;
    box-shadow: 0 0 8px rgba(0, 240, 255, 0.6), 
                0 0 4px rgba(138, 43, 226, 0.4);
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.smart-decisions-cta-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    z-index: 2;
    justify-content: space-around;
}

.smart-decisions-cta-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.smart-decisions-cta-text {
    font-family: 'Peyda', sans-serif;
    font-size: 19.415px;
    font-weight: 400;
    line-height: normal;
    color: #FFFFFF;
    width: 186px;
    height: 24px;
    margin: 0;
    padding: 0;
    text-align: right;
    direction: rtl;
}

.smart-decisions-cta-icon-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.smart-decisions-cta-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    height: 16px;
    transform: rotate(180deg);
    overflow: hidden;
}

.smart-decisions-arrow-icon {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
}

/* Smart Decisions Right Illustration Section */
.smart-decisions-illustration-section {
    z-index: 0;
}

.smart-decisions-illustration-container {
    position: relative;
    width: 578px;
    height: 442px;
}

.smart-decisions-illustration-overflow {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.smart-decisions-illustration-image {
    height: 100%;
}

/* Quote Section */
.quote-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 75px;
}

.quote-wrapper {
    position: relative;
    width: 1177px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.quote-text {
    font-family: 'Peyda', sans-serif;
    font-size: 72px;
    font-weight: 200;
    line-height: 1.3;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
    padding: 0;
    direction: rtl;
}

/* Smart Calls Section */
.smart-calls-section {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 75px;
}

/* Smart Calls Left Illustration Section */
.smart-calls-illustration-section {
    z-index: 0;
}

.smart-calls-illustration-container {
    position: relative;
    width: 743px;
    height: 466px;
}

.smart-calls-illustration-overflow {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.smart-calls-illustration-image {
    height: 100%;
}

/* Smart Calls Right Content Section */
.smart-calls-content-section {
    z-index: 1;
    direction: ltr;
}

.smart-calls-content-wrapper {
    position: relative;
    width: 536px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 32px;
}

/* Smart Calls Headings Container */
.smart-calls-headings-container {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
}

.smart-calls-heading1-wrapper {
    position: relative;
}

.smart-calls-heading1 {
    font-family: 'Peyda', sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
    background: linear-gradient(90deg, #00FFFF 0%, #5200FF 48.2483%, #FF2DF7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin: 0;
    padding: 0;
    text-align: right;
    direction: rtl;
    white-space: nowrap;
}

.smart-calls-heading2-wrapper {
    position: relative;
}

.smart-calls-heading2 {
    font-family: 'Peyda', sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    text-align: right;
    direction: rtl;
    white-space: nowrap;
}

/* Smart Calls List Wrapper */
.smart-calls-list-wrapper {
    position: relative;
    width: 536px;
    padding: 10px;
    display: flex;
    align-items: flex-start;
}

.smart-calls-list {
    font-family: 'Peyda', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #FFFFFF;
    text-align: justify;
    width: 516px;
    margin: 0;
    padding: 0;
    direction: rtl;
    list-style: disc;
    letter-spacing: -0.44px;
}

.smart-calls-list li {
    margin-bottom: 0;
}

.smart-calls-list li:last-child {
    margin-bottom: 0;
}

.smart-calls-list-bold {
    font-family: 'Peyda', sans-serif;
    font-weight: 700;
    font-style: normal;
}

/* Smart Calls Horizontal Line */
.smart-calls-line-wrapper {
    position: relative;
    width: 536px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.smart-calls-line {
    display: block;
    width: 516px;
    height: 1px;
    max-width: none;
}

/* Smart Calls CTA Button */
.smart-calls-cta-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.smart-calls-cta-container {
    position: relative;
    width: 290px;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: inherit;
}

.smart-calls-cta-border {
    position: absolute;
    width: 290px;
    display: flex;
    height: 40px;
    border: 0.777px solid #00f0ff;
    border-radius: 23.298px;
    z-index: 1;
    box-shadow: 0 0 8px rgba(0, 240, 255, 0.6), 
                0 0 4px rgba(138, 43, 226, 0.4);
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.smart-calls-cta-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    z-index: 2;
    justify-content: space-around;
}

.smart-calls-cta-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.smart-calls-cta-text {
    font-family: 'Peyda', sans-serif;
    font-size: 19.415px;
    font-weight: 400;
    line-height: normal;
    color: #FFFFFF;
    width: 186px;
    height: 24px;
    margin: 0;
    padding: 0;
    text-align: right;
    direction: rtl;
}

.smart-calls-cta-icon-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.smart-calls-cta-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    height: 16px;
    transform: rotate(180deg);
}

.smart-calls-arrow-icon {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
}

/* Smart Organizations Section */
.smart-orgs-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 75px;
    direction: ltr;
}

.smart-orgs-wrapper {
    position: relative;
    width: 1211px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
}

/* Smart Organizations Heading */
.smart-orgs-heading-wrapper {
    position: relative;
    margin-bottom: 0;
}

.smart-orgs-heading {
    font-family: 'Peyda', sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
    background: linear-gradient(90deg, #00FFFF 0%, #5200FF 48.2483%, #FF2DF7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin: 0;
    padding: 0;
    text-align: center;
    direction: rtl;
    white-space: nowrap;
}

/* Smart Organizations Large Title */
.smart-orgs-title-wrapper {
    position: relative;
    width: 100%;
}

.smart-orgs-title {
    font-family: 'Peyda', sans-serif;
    font-size: 64px;
    font-weight: 500;
    line-height: 86.4px;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
    padding: 0;
    direction: rtl;
    letter-spacing: -1.1648px;
}

/* Smart Organizations Grid Wrapper */
.smart-orgs-grid-wrapper {
    position: relative;
    width: 1210px;
    padding-top: 32px;
}

.smart-orgs-grid {
    display: grid;
    grid-template-columns: repeat(3, 340px);
    gap: 60px 0;
    justify-content: space-between;
    align-items: flex-start;
}

/* Smart Organizations Item */
.smart-orgs-item {
    width: 340px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.smart-orgs-item-title {
    font-family: 'Peyda', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #FFFFFF;
    margin: 0;
    margin-bottom: 43px;
    padding: 0;
    text-align: right;
    direction: rtl;
    white-space: pre-wrap;
}

.smart-orgs-item-description {
    font-family: 'Peyda', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #828282;
    margin: 0;
    padding: 0;
    text-align: justify;
    direction: rtl;
    width: 100%;
}

/* Smart Organizations CTA Button */
.smart-orgs-cta-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.smart-orgs-cta-container {
    position: relative;
    width: 281px;
    height: 46px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: inherit;
}

.smart-orgs-cta-border {
    position: absolute;
    width: 281px;
    display: flex;
    height: 46px;
    border: 0.777px solid #00f0ff;
    border-radius: 23.298px;
    z-index: 1;
    box-shadow: 0 0 8px rgba(0, 240, 255, 0.6), 
                0 0 4px rgba(138, 43, 226, 0.4);
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.smart-orgs-cta-content {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    z-index: 2;
    justify-content: space-around;
    gap: 16px;
}

.smart-orgs-cta-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.smart-orgs-cta-text {
    font-family: 'Peyda', sans-serif;
    font-size: 19.415px;
    font-weight: 400;
    line-height: normal;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    text-align: right;
    direction: rtl;
    white-space: nowrap;
}

.smart-orgs-cta-icon-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 1.98px;
}

.smart-orgs-cta-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18.638px;
    height: 18.638px;
    transform: rotate(180deg);
    overflow: hidden;
}

.smart-orgs-arrow-icon {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
}

/* Image Recognition Section */
.image-recognition-section {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 75px;
}

/* Image Recognition Left Content Section */
.image-recognition-content-section {
    z-index: 1;
    direction: ltr;
}

.image-recognition-content-wrapper {
    position: relative;
    width: 618px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 32px;
}

/* Image Recognition Headings Container */
.image-recognition-headings-container {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
}

.image-recognition-heading1-wrapper {
    position: relative;
}

.image-recognition-heading1 {
    font-family: 'Peyda', sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
    background: linear-gradient(90deg, #00FFFF 0%, #5200FF 48.2483%, #FF2DF7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin: 0;
    padding: 0;
    text-align: right;
    direction: rtl;
    white-space: nowrap;
}

.image-recognition-heading2-wrapper {
    position: relative;
}

.image-recognition-heading2 {
    font-family: 'Peyda', sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    text-align: right;
    direction: rtl;
    white-space: nowrap;
}

/* Image Recognition List Wrapper */
.image-recognition-list-wrapper {
    position: relative;
    width: 618px;
    padding: 10px;
    display: flex;
    align-items: flex-start;
}

.image-recognition-list {
    font-family: 'Peyda', sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    color: #FFFFFF;
    text-align: justify;
    width: 598px;
    margin: 0;
    padding: 0;
    direction: rtl;
    list-style: disc;
}

.image-recognition-list li {
    margin-bottom: 50px;
}

.image-recognition-list li:last-child {
    margin-bottom: 0;
}

.image-recognition-list-bold {
    font-family: 'Peyda', sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: -0.484px;
}

/* Image Recognition Horizontal Line */
.image-recognition-line-wrapper {
    position: relative;
    width: 618px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.image-recognition-line {
    display: block;
    width: 598px;
    height: 1px;
    max-width: none;
}

/* Image Recognition CTA Button */
.image-recognition-cta-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.image-recognition-cta-container {
    position: relative;
    width: 219px;
    height: 45.819px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: inherit;
}

.image-recognition-cta-border {
    position: absolute;
    width: 219px;
    display: flex;
    height: 45.819px;
    border: 0.777px solid #00f0ff;
    border-radius: 23.298px;
    z-index: 1;
    box-shadow: 0 0 8px rgba(0, 240, 255, 0.6), 
                0 0 4px rgba(138, 43, 226, 0.4);
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.image-recognition-cta-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    z-index: 2;
    justify-content: space-around;
    gap: 16px;
}

.image-recognition-cta-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.image-recognition-cta-text {
    font-family: 'Peyda', sans-serif;
    font-size: 19.415px;
    font-weight: 400;
    line-height: normal;
    color: #FFFFFF;
    width: 127px;
    margin: 0;
    padding: 0;
    text-align: right;
    direction: rtl;
}

.image-recognition-cta-icon-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 1.98px;
}

.image-recognition-cta-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18.638px;
    height: 18.638px;
    transform: rotate(180deg);
    overflow: hidden;
}

.image-recognition-arrow-icon {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
}

/* Image Recognition Right Illustration Section */
.image-recognition-illustration-section {
    z-index: 0;
}

.image-recognition-illustration-container {
    position: relative;
    width: 692px;
    height: 452px;
}

.image-recognition-illustration-overflow {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.image-recognition-illustration-image {
    height: 100%;
}

