.why-choose-section {
    position: relative;
    overflow: hidden;
    padding: 70px 40px;
    background: #e9e4ff;
}

.why-bg-shape {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    pointer-events: none;
}

.why-container {
    position: relative;
    z-index: 2;

    max-width: 1280px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 390px 1fr;
    gap: 45px;
    align-items: center;
}

.why-right {
    text-align: right;
}

.why-small-title {
    display: block;
    margin-bottom: 12px;
    color: #323232;
    font-size: 22px;
    font-weight: 800;
}

.why-right h2 {
    margin: 0;
    color: #25245c;
    font-size: 60px;
    line-height: 1.2;
    font-weight: 900;
}

.why-right h2 span {
    font-weight: 400;
    color: #323232;
}

.why-line {
    width: 120px;
    height: 6px;
    border-radius: 50px;
    background: #25245c;
    margin: 22px 0 24px auto;
}

.why-right p {
    margin: 0 0 32px;
    color: #323232;
    font-size: 19px;
    line-height: 1.9;
    font-weight: 500;
}

.why-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    background: #25245c;
    color: #fff;
    text-decoration: none;

    min-height: 62px;
    padding: 12px 28px;

    border-radius: 60px;

    font-size: 22px;
    font-weight: 800;

    transition: .3s ease;
}

.why-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 35px rgba(37, 36, 92, 0.18);
}

.why-btn svg {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
}

.why-cards {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
}

.why-card {
    background: rgba(255, 255, 255, 0.90);

    border-radius: 22px;
    padding: 26px 18px;

    text-align: center;

    backdrop-filter: blur(10px);

    min-height: 360px;

    display: flex;
    flex-direction: column;
    align-items: center;

    transition: .3s ease;
}

.why-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 35px rgba(37, 36, 92, 0.12);
}

.why-card img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    margin-bottom: 18px;
}

.why-card h3 {
    margin: 0;
    color: #25245c;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 800;
}

.card-line {
    width: 74px;
    height: 5px;
    background: #25245c;
    border-radius: 50px;
    margin: 18px auto;
}

.why-card p {
    margin: 0;
    color: #202020;
    font-size: 13px;
    line-height: 1.9;
}

.about-center-section {
    position: relative;
    overflow: hidden;
    min-height: 780px;
    padding: 70px 40px;
    background: #f7f7fc;
}

.about-bg-graphic {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    pointer-events: none;
}

.about-center-container {
    position: relative;
    z-index: 2;
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
}

.about-content {
    max-width: 520px;
    text-align: right;
    color: #2b2b39;
    margin-top: 104px;
    margin-right: 93px;
}

.about-small-title {
    display: block;
    margin-bottom: 8px;
    color: #25245c;
    font-size: 17px;
    font-weight: 800;
}

.about-content h2 {
    margin: 0;
    color: #33333a;
    font-size: 56px;
    line-height: 1.25;
    font-weight: 900;
}

.about-wave {
    width: 256px;
    height: auto;
    margin: 0;
    margin-top: 15px;
    display: block;
    margin-bottom: 20px;
}

.about-content p {
    margin: 0 auto 24px;
    color: #2e2e38;
    font-size: 24px;
    line-height: 1.65;
    font-weight: 500;
}

.about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 52px;
    padding: 10px 24px;
    background: #25245c;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 900;
}

.about-btn span {
    width: 32px;
    height: 32px;
    background: #fff;
    color: #25245c;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 20px;
}

.about-bg-graphic.mobile {
    display: none;
}

.about-bg-graphic.tablet {
    display: none;
}

.about-bg-graphic.desktop {
    display: block;
}



.success-stories-section {
    position: relative;
    overflow: hidden;
    padding: 114px 20px 28px;
    background: linear-gradient(180deg, #ada9f7 0%, #e1ddff 100%);
    font-family: "Tajawal";
    margin-top: -1px;
}

.success-container {
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.success-heading {
    text-align: center;
    margin-bottom: 95px;
}

.success-icon {
    width: 42px;
    height: 42px;
    margin: 0 auto 8px;
    border-radius: 50%;
    background: #d4ad3c;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 22px;
}

.success-heading h2 {
    margin: 0;
    color: #25245c;
    font-size: 30px;
    font-weight: 900;
}

.success-heading p {
    margin: 6px 0 0;
    color: black;
    font-size: 14px;
}

.success-wrapper {
    display: grid;
    grid-template-columns: 230px 1fr;
    gap: 18px;
    align-items: stretch;
    background: #f7f6ff;
    border: 8px solid rgba(255, 255, 255, 0.9);
    border-radius: 18px;
    padding: 26px 22px;
    box-shadow: 0 18px 35px rgba(39, 36, 91, 0.18);
}

.success-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.success-card {
    position: relative;
    min-height: 554px;
    padding: 18px 14px 95px;
    border-radius: 18px;
    background: linear-gradient(180deg, #fff 0%, #eeeaff 100%);
    box-shadow: 0 10px 24px rgba(72, 64, 145, 0.12);
    text-align: center;
    overflow: hidden;
}

.success-card h3 {
    margin: 0 0 4px;
    color: #25245c;
    font-size: 20px;
    font-weight: 900;
}

.success-card span {
    display: block;
    color: #8a83cc;
    font-size: 12px;
    margin-bottom: 8px;
}

img.quote_img {
    position: relative;
    width: 38px;
    /* right: 0; */
}

.stars {
    color: #7b6cff;
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.success-card p {
    margin: 0;
    color: #6e6a92;
    font-size: 13px;
    line-height: 1.8;
}

.success-card img {
    position: relative;
    /* left: 50%; */
    bottom: 0;
    /* width: 115px; */
    max-height: 120px;
    object-fit: contain;
    /* transform: translateX(-50%); */
}



.success-sidebar {
    display: flex;
    position: relative;
    border-radius: 20px;
    padding: 42px 22px 26px;
    background: linear-gradient(180deg, #25245c 0%, #191848 100%);
    color: #fff;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 18px 35px rgba(39, 36, 91, 0.22);
    flex-direction: column;
    justify-content: center;
}


.sidebar-pattern {
    width: 96px;
    height: 96px;
    margin: 0 auto 15px;
    /* background: url("assets/images/svg/success-pattern.svg") center / contain no-repeat; */
    opacity: 0.65;
}

.success-sidebar h3 {
    margin: 0 0 12px;
    font-size: 54px;
    line-height: 1.1;
    font-weight: 900;
    margin-bottom: 44px;
}

img {
    width: 42px;
    height: 42px;
}

.success-sidebar p {
    margin: 0 0 22px;
    color: #d8d5ff;
    font-size: 13px;
    line-height: 1.8;
}

.success-sidebar span {
    font-family: 'TajawalBlack' !important;
    color: #6465d2;
}

.success-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 22px;
    border-radius: 999px;
    background: #fff;
    color: #25245c;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    margin-top: 82px;
}

.success-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 14px;
}

.success-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #dedbff;
}

.success-dots span.active {
    background: #25245c;
}

.success-left-shape
{
    position: absolute;
    left: 0px;
    top: 21px;
    width: 420px;
    height: 410px;
    background: url(../../images/svg/leaf_oppo.svg) left top / contain no-repeat;
}
.success-right-dots {
    position: absolute;
    right: -40px;
    left: auto;
    top: 9px;
    width: 350px;
    height: 446px;
    background: url(../../images/svg/three_dot.svg) center center / contain no-repeat;
}


.latest-articles-section {
    position: relative;
    overflow: hidden;
    padding: 45px 20px 70px;
    background: #dfdbfe;
    direction: rtl;
    font-family: "Tajawal", Arial, sans-serif;
}

.latest-articles-container {
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.articles-heading {
    text-align: right;
    margin-bottom: 38px;
    padding-right: 36px;
}

.articles-heading h2 {
    margin: 0;
    color: #3b3948;
    font-size: 38px;
    font-weight: 900;
    line-height: 1.2;
}

.articles-heading img {
    width: 184px;
    margin-top: 6px;
}

.articles-grid {
    max-width: 770px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.article-card {
    position: relative;
    overflow: hidden;
    min-height: 150px;
    padding: 10px 10px 20px;
    border-radius: 24px 24px 28px 28px;
    background: #fff;
    text-align: center;
    box-shadow: 10px 0 0 #f7c85e;
}

.article-card:nth-child(2) {
    box-shadow: 10px 0 0 #9ed0b8;
}

.article-card:nth-child(3) {
    box-shadow: 10px 0 0 #ffc9b6;
}

.article-card img {
    width: 100%;
    height: 148px;
    object-fit: cover;
    border-radius: 18px;
    display: block;
    margin-bottom: 12px;
}

.article-card h3 {
    margin: 0 auto;
    max-width: 170px;
    color: #5bbf9d;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.55;
}

.articles-zigzag
 {
    position: absolute;
    left: -125px;
    top: -59px;
    width: 341px;
    height: 279px;
    background: url(../../images/svg/articles-zigzag.svg) center / contain no-repeat;
    z-index: 2;
}

.articles-leaf {
    position: absolute;
    left: 35px;
    bottom: -54px;
    width: 159px;
    height: 240px;
    background: url(../../images/svg/articles-leaf.svg) center / contain no-repeat;
    z-index: 2;
}

.articles-cloud {
    position: absolute;
    right: -28px;
    bottom: -46px;
    width: 457px;
    height: 500px;
    background: url(../../images/svg/bottle_right_cloud.svg) center / contain no-repeat;
    border-radius: 90px 90px 0 0;
    z-index: 2;
}

