:root {
    --title-color: #008A85;
    --text-color: #5C7070;
    --main-teal-gradient: linear-gradient(109.83deg, #1D7C79 0%, #30A69E 100%);
    --overlay-gradient: linear-gradient(45deg, rgba(14, 78, 78, 0.6) 0%, rgba(29, 124, 121, 0.2) 50%, rgba(29, 124, 121, 0) 100%);
}

.support-signal-sec {
    overflow-x: hidden;
}

.sc-title {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.sc-title .title-box {
    display: flex;
    align-items: center;
    gap: 8px;
}

.icon-box {
    background: #008A85;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}

.sc-title .title-box .icon-box {
    background: #008A85;
}

.bg-main .title-box .icon-box {
    background: #fff;
}

.sc-title__title {
    font-weight: 700;
    font-size: clamp(1.5rem, 5vw, 36px);
    line-height: 1.4;
    letter-spacing: 0px;
    color: var(--title-color);
}

.icon-box svg {
    width: 100%;
}

.sc-title__dec {
    font-weight: 400;
    font-size: clamp(1rem, 2vw, 1.125rem);
    line-height: 1.44;
    letter-spacing: 0px;
    color: #009892;
}

.sc-title__dec span {
    color: var(--title-color);
}

.content-img {
    margin-top: clamp(24px, 5vw, 80px);
}

.content-img img {
    max-width: 70%;
    margin: auto;
}

/* --- Responsive Optimization --- */

@media (max-width: 768px) {
    .sc-title {
        /* text-align: center; */
        /* align-items: center; */
    }

    .sc-title__dec {
        line-height: 1.5;
    }
}

/* intro sec  */
.sc-wrap {
    display: flex;
}

.intro-sec .sc-wrap {
    align-items: center;
    gap: 64px;
}

.intro-sec .img-part {
    background-image: linear-gradient(45deg, rgba(14, 78, 78, 0.6) 0%, rgba(29, 124, 121, 0.2) 50%, rgba(29, 124, 121, 0) 100%), url(../assets/s-fm.webp);
    background-size: cover;
    background-position: center;
    height: 600px;
    width: 600px;
    box-shadow: 0px 20px 50px -25px rgba(14, 78, 78, 0.25);
    padding: 1.5rem;
    display: flex;
    align-items: flex-end;
    flex-shrink: 0;
}

.img-content {
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.95);
    display: flex;
    align-items: center;
    justify-content: space-between;
    backdrop-filter: blur(8px);
    width: 100%;
}

.img-content .box,
.content-box .box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
}

.img-content .box {
    background: linear-gradient(109.83deg, #1D7C79 0%, #30A69E 100%);
}

.img-content .stack {
    gap: 4px
}

.img-content p:first-child {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0px;
    color: var(--text-color);
}

.img-content p:last-child {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    color: var(--title-color);
}

.content-part {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;
    flex-grow: 1;
}

.content-part__head {
    background: linear-gradient(109.83deg, #1D7C79 0%, #30A69E 100%);
    padding: 1rem 2rem;
    width: 100%;
}

.content-part__head h3 {
    color: #FFF;
    font-weight: 800;
    font-size: 18px;
    line-height: 28px;
    text-align: center;

}

.content-boxes {
    display: flex;
    gap: 1.5rem;
    width: 100%;
    flex-wrap: wrap;
}

.content-boxes>div {
    flex: 1 1 calc(50% - 0.75rem);
}

.content-box {
    padding: 1rem;
    box-shadow: 0px 2px 12px -4px rgba(31, 71, 71, 0.08);
    background-color: #FFF;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.content-box .box {
    background-color: #E0F5F3;
    flex-shrink: 0;
}

.content-box .box img {
    max-width: 20px;
}

.content-icons img {
    width: 27px;
    height: 32px;
}

.content-box .stack {
    gap: 4px;
}

.content-box h4 {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: var(--title-color);
}

.content-box p {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0px;
    color: var(--text-color);
}

.content-icons {
    border: 1px solid #E2E9E9;
    padding: 1rem;
    gap: 4px;
    display: flex;
    justify-content: space-between;
}

.content-icons .stack {
    gap: 4px;
    flex: 1;
    align-items: center;
}



.content-icons h4 {
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0px;
    color: var(--title-color);
    text-align: center;
}

/* --- Media Queries --- */

/* للشاشات المتوسطة (التابلت) */
@media (max-width: 1200px) {
    .intro-sec .sc-wrap {
        flex-direction: column;
        /* الصورة فوق والكلام تحت */
        gap: 40px;
        /* تقليل الفجوة الكبيرة قليلاً */
    }

    .intro-sec .img-part {
        width: 100%;
        /* الصورة تأخذ العرض الكامل المتاح */
        max-width: 600px;
        /* لا تتجاوز عرضها الأصلي */
        height: 500px;
        /* تقليل الارتفاع قليلاً للتابلت */
        flex-shrink: 1;
    }
}

/* للموبايل */
@media (max-width: 768px) {
    .intro-sec .img-part {
        height: 400px;
        /* ارتفاع مناسب للموبايل */
        padding: 1rem;
    }

    .img-content {
        padding: 1rem;
        flex-direction: row;
        /* الحفاظ على التصميم الجانبي */
    }

    .img-content p:last-child {
        font-size: 20px;
        /* تصغير الخط قليلاً */
        line-height: 28px;
    }

    .content-boxes>div {
        flex: 1 1 100%;
        /* العناصر تحت بعضها (واحد في الصف) */
    }

    .content-part__head h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .content-icons {
        gap: 12px;
    }

    .content-icons .stack {
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
    }
}

/* للموبايل الصغير جداً */
@media (max-width: 480px) {
    .img-content {
        /* العناصر تحت بعضها داخل الصندوق الأبيض */
        text-align: center;
        gap: 12px;
    }

    .intro-sec .img-part {
        height: 350px;
    }
}

/* support-table */
.support-table {
    width: 100%;
    margin-top: 5vh;
    box-shadow: 0px 2px 12px -4px rgba(31, 71, 71, 0.08);
    /* border: 1px solid #E2E9E9; */
    border-bottom: 0;
}

.support-table .t-row {
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    font-family: Cairo;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0px;
    border-bottom: 0.8px solid #E2E9E9
}

.support-table .t-row>div {
    padding: clamp(0.5rem, 2vw, 1.25rem);
}

.support-table .t-head {
    background: var(--title-color, #0E7C78);
    color: #FFF;
    font-weight: 700;
}

.support-table .t-row>div:nth-child(1) {
    grid-column: span 1;
    text-align: center;
}

.support-table .t-row>div:nth-child(2) {
    grid-column: span 9;
}

.support-table .t-row>div:nth-child(3),
.support-table .t-row>div:nth-child(4),
.support-table .t-row>div:nth-child(5) {
    grid-column: span 2;
    text-align: center;
}

.support-table .t-body {
    background: #FFF;
}

.support-table .t-body>div {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: var(--text-color);
    background: #FFF;
    border: none;
}

.support-table .t-body:nth-child(odd)>div {
    background: rgba(246, 248, 248, 0.5);
    border-top: 0.8px solid #E2E9E9
}

.support-table .t-body>div:nth-child(2) {
    display: flex;
    gap: 16px;
    align-items: center;
}

.support-table .t-body .box {
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E0F5F3;
    flex-shrink: 0;
}

.support-table .t-body .box img {
    max-width: 16px;
}

.support-table .t-body .stack {
    gap: 4px;
}

.support-table .t-body h3 {
    font-weight: 700;
    font-size: clamp(0.9rem, 2vw, 1.1rem);
    line-height: 1.2;
    letter-spacing: 0px;
    color: var(--title-color) !important;
}

.support-table p {
    font-size: clamp(0.75rem, 1vw, 0.9rem);
    line-height: 1.5;
    line-height: 19.5px;
    letter-spacing: 0px;
    color: var(--text-color) !important;
}

.support-table .state {
    padding: 16px 12px;
    background: rgba(29, 124, 121, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0px;
    color: #1D7C79;
    width: 120px;
    height: 40px;
}

.support-table .state.not-support {
    color: var(--text-color);
}

/* Media Query للموبايل لضمان عدم تداخل الكلام */
@media (max-width: 992px) {
    .support-table {
        overflow-x: auto;
    }

    .support-table .t-row {
        min-width: 1000px;
    }
}

/* appl-sec */
.appl-sec .container {
    display: flex;
    gap: 32p;
}

.appl-sec .container>div {
    flex: 1
}

@media (max-width:960px) {
    .appl-sec .container {
        flex-direction: column;
        gap: 16px;
    }

}

.appl-boxes {
    display: flex;
    gap: 1rem;
    flex-direction: column;
}

.appl-boxes>div {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background: #DAE7E6;
}

.appl-boxes>div:nth-child(2) {
    background-color: #FFF;
}

.app-box h3 {
    font-weight: 700;
    font-size: 13px;
    line-height: 32px;
    color: #008A85 !important;
}

.app-box .desc {
    font-weight: 600;
    font-size: 12px;
    line-height: 32px;
    color: #008A85 !important;
}

.apple-img {
    display: flex;
    align-items: center;
}

.apple-img img {
    max-width: 35px;
}

.apple-img p {
    font-weight: 800;
    font-size: 12px;
    line-height: 32px;
    color: #008A85 !important;
}

.apple-img p span {
    font-weight: 700;
    font-size: 24px;
}

.app-box .note {
    font-weight: 700;
    font-size: 13px;
    color: #008A85 !important;
}

.app-icon {
    position: relative;
}

.app-icon svg {
    position: relative;
    z-index: 99;
}

.app-icon::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: #C4DADA;
    bottom: 30px;
    bottom: 10px;
    z-index: 9;
}

.appl-sec .divider {
    border-top: 0.8px solid #E2E9E9
}


.appl-sec .note span {
    font-size: clamp(2rem, 5vw, 3rem);
    line-height: 1.1;
    display: inline-block;
    font-weight: 700;
    background: linear-gradient(106.81deg, #1D7C79 0%, #30A69E 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

@media (max-width: 768px) {
    .support-signal-sec p {
        text-align: center;
    }

    .appl-boxes {
        gap: 1rem;
        margin-top: 24px;
    }

    .appl-boxes p {
        text-align: center;
    }

    .appl-boxes>div {
        flex: 1 1 100%;
        padding: 1rem;
        /* صندوق واحد في الصف في الموبايل */
    }

    .appl-sec .note {
        font-size: 14px;
        text-align: center;
    }

    .apple-img {
        margin: 0 auto;
        /* توسيط الأيقونة في الموبايل */
    }
}

@media (max-width: 480px) {
    .appl-sec .note span {
        font-size: 1.75rem;
        /* حجم مناسب للموبايلات الصغيرة جداً */
    }
}


/* women-sec  */

.women-sec .wrap {
    display: flex;
    gap: 1.5rem;
}

.women-sec .wrap .stack {
    width: calc(40% - .75rem);
}

.women-sec .wrap .women-table-container {
    width: calc(60% - .75rem);
    display: flex;
    flex-direction: column;
}

.women-sec h3 {
    font-weight: 800;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0px;
    color: var(--title-color);
}

.women-sec p {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: var(--text-color);
}

.women-sec p span {
    background-color: #E0F5F3;
    color: #1D7C79;
    padding: 0 8px;
    font-weight: 700;
}

.women-sec .boxes {
    display: flex;
    gap: 1rem;
}

.women-sec .boxes .box {
    background: #FFF;
    padding: 20px;
    border: 1px solid rgba(29, 124, 121, 0.2);
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0px;
    color: var(--text-color);
    width: 204px;
}

.women-sec .boxes .box span {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0px;
    color: #1D7C79;
}

.women-table-head {
    padding: 1rem 1.5rem;
    background: linear-gradient(94.05deg, #1D7C79 0%, #30A69E 100%);
}

.women-table-head h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #FFF;
}

.women-table {
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    box-shadow: 0px 2px 12px -4px rgba(31, 71, 71, 0.08);

}

.women-table::-webkit-scrollbar {
    display: none;
}

.women-row {
    display: flex;
    min-width: 824px;
}

.women-row:nth-of-type(even) {
    background-color: #FFF;
}

.women-row>div {
    flex: 1;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.5px solid #008A85;
    border-top: 0;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: center;
    color: #0E4E4E;
}

.t-body.women-row>div {
    height: 212px;
    color: #008A85;
}


.women-row>div:first-child {
    font-size: 14px;
    font-weight: 700;
}



.t-body.women-row>div:first-child {
    color: #FFF;
    background: #8FBEBE !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.t-body .item {
    display: flex;
    gap: 4px;
    text-align: start;
}

.t-body .item::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #A1AAAD;
    flex-shrink: 0;
    transform: translateY(4px);
}

.t-body span {
    font-weight: 700 !important;
    text-align: start !important;
    line-height: 16px !important;
    font-size: 10px !important;
}

.t-body .num {
    font-size: 16px !important;
    display: block;
}

.women-row.t-body>div:nth-child(odd) {
    background: #DAE7E6;
}

.women-row.t-body:last-child>div:nth-child(even) {
    background: #DAE7E6;
}

.women-row.t-body:last-child>div:nth-child(odd) {
    background: #fff;
}


.women-row.tb-head>div {
    background-color: #57A7A5;
    color: #FFF;
}

.women-row.tb-head>div:first-child {
    background: #00948F;
}

.women-table .main {
    color: #1D7C79;
}

.women-row .stack {
    font-weight: 500;
    font-size: 9px;
    line-height: 12px;
    letter-spacing: 0px;
    text-align: center;
    gap: 8px;
}

.women-row .stack span {
    font-size: 7px;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: center;
    color: #008A85;
}


.women-table-container p {
    font-weight: 400;
    font-size: clamp(0.9375rem, 2vw, 1.125rem);
    line-height: 1.6;
    letter-spacing: 0px;
    color: var(--text-color);
    margin-top: clamp(1rem, 4vh, 2rem);
}

/* --- تعديلات إضافية للموبايل --- */
@media (max-width: 768px) {
    .women-table-container p {
        text-align: center;
        /* توسيط النص في الشاشات الصغيرة يعطي توازناً أفضل */
        padding: 0 1rem;
        /* إضافة مساحة جانبية لكي لا يلتصق النص بحواف الشاشة */
    }
}

/* --- Responsive Updates --- */

@media (max-width: 1100px) {

    .women-sec .wrap {
        flex-direction: column;
        gap: 2rem;
    }

    .women-sec .wrap .stack,
    .women-sec .wrap .women-table-container {
        width: 100%;
    }

    .women-sec .boxes {
        flex-wrap: wrap;
        justify-content: center;
    }

    .women-sec .boxes .box {
        width: calc(50% - 0.5rem);
        /* صندوقين في الصف في التابلت */
        min-width: 180px;
    }
}

@media (max-width: 768px) {

    /* تصغير العناوين الضخمة لتناسب الموبايل */
    .women-sec h3 {
        font-size: 28px;
        line-height: 34px;
        text-align: center;
    }

    .women-sec p {
        font-size: 14px;
        line-height: 26px;
        /* text-align: center; */
    }

    /* جعل الصناديق تأخذ العرض الكامل في الموبايل */
    .women-sec .boxes .box {
        width: 100%;
    }

    .women-sec .boxes .box span {
        font-size: 24px;
        line-height: 30px;
    }

    /* تحسين شكل جدول النساء في الموبايل */
    .women-table-head {
        padding: 1rem;
    }

    .women-table-head h3 {
        font-size: 16px;
        text-align: center;
    }
}

@media (max-width: 480px) {

    /* ضبط الحواف والمسافات للموبايلات الصغيرة جداً */
    .women-sec .wrap {
        gap: 1.5rem;
    }

    .women-row>div {
        padding: 12px 8px;
        /* تقليل البادينج الداخلي للجدول */
        font-size: 11px;
    }
}

/* support-signal-sec */
.support-signal-sec .sc-title {
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
}

.support-signal-sec .wrap {
    display: flex;
    max-width: 700px;
    margin: auto;
    gap: 12px;
}

.support-signal-sec .wrap>div {
    flex: 1
}


.support-signal-sec .wrap>div:last-child {
    justify-content: space-between;
    gap: 1rem;
    display: flex;
}

.signal,
.signal>div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.signal>div {
    width: 260px;
    height: 260px;
    border-radius: 50%;
    border: 12px solid var(--title-color);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-direction: column;
}


.signal>div span {
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0px;
    color: #00948F;
}

.signal>div p {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0px;
    color: var(--text-color);
}

.support-signal-sec .boxes {
    display: flex;
    gap: 8px;
}

.support-signal-sec .boxes .box {
    border: 1px solid #E2E9E9;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    background: #F6F8F8;
    flex: 1;
}

.support-signal-sec .boxes .box:last-child {
    background: #E0F5F3;
    border: 1px solid rgba(29, 124, 121, 0.3)
}


.support-signal-sec .boxes .box p {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0px;
    color: var(--text-color) !important;
}

.support-signal-sec .boxes .box span {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #008A85;
}

/* --- Responsive Updates for Support Signal Section --- */

@media (max-width: 1024px) {

    /* تحويل العناصر لتصبح فوق بعضها في التابلت والموبايل */
    .support-signal-sec .wrap {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    .support-signal-sec .wrap>div {
        width: 100%;
    }

    /* ضمان تمركز الدائرة عند التحول لوضع العمود */
    .signal {
        margin-bottom: 1rem;
    }
}

@media (max-width: 768px) {

    /* جعل الصناديق الصغيرة تنزل تحت بعضها لسهولة القراءة */
    .support-signal-sec .boxes {
        flex-direction: column;
        gap: 12px;
    }

    .support-signal-sec .boxes .box {
        width: 100%;
        text-align: center;
        /* توسيط النص ليعطي شكلاً أفضل في الموبايل */
    }

    /* تصغير الدائرة قليلاً لتناسب شاشات الموبايل الصغيرة */
    .signal>div {
        width: clamp(200px, 50vw, 260px);
        height: clamp(200px, 50vw, 260px);
        border-width: 8px;
        /* تقليل سمك الإطار قليلاً */
    }

    .signal>div span {
        font-size: clamp(32px, 8vw, 48px);
        line-height: 1;
    }
}

@media (max-width: 480px) {
    .support-signal-sec .wrap>div:last-child {
        gap: 1.5rem;
    }

    /* ضبط المسافات الداخلية للصناديق */
    .support-signal-sec .boxes .box {
        padding: 1.25rem;
    }
}

/* banner-sec */
/* --- Responsive Banner Section --- */

.banner-sec {
    overflow-x: hidden;
    background: linear-gradient(110.04deg, #048F8B 0%, #008A85 55%, #30A69E 100%);
}

.banner-sec .stack {
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.banner-sec h2 {
    font-weight: 600;
    font-size: clamp(1.5rem, 4vw, 2.25rem);
    line-height: 1.2;
    letter-spacing: 0px;
    text-align: center;
    color: #FFF;
}

.banner-sec p {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: clamp(3rem, 12vw, 8rem);
    line-height: 1;
    letter-spacing: -0.02em;
    color: #FFF;
    text-align: center;
    word-break: break-word;
}

.banner-sec p span:last-child {
    color: #30A69E;
}

@media (max-width: 768px) {
    .banner-sec .stack {
        gap: 1rem;
    }

    .banner-sec p {
        flex-wrap: wrap;
    }
}

@media (max-width: 480px) {
    .banner-sec {
        padding: 3rem 0.5rem;
    }

    .banner-sec h2 {
        font-weight: 500;
    }
}

/* .last-sec */
.last-sec .wrap {
    display: flex;
    gap: 24px;
}

.last-sec .wrap>div {
    flex: 1;
    justify-content: center;
}

.last-sec h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0px;
    color: #008A85;
}

.last-sec p {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0px;
    color: var(--text-color);
}

.last-sec p span {
    font-weight: 700;
}

.last-sec .image {
    max-height: 375px;
    max-width: 375px;
}

.last-sec .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* --- Responsive Last Section --- */

@media (max-width: 1024px) {
    .last-sec .wrap {
        display: block;
        flex-direction: column;
        gap: 2rem;
    }

    .last-sec .wrap>div {
        width: 100%;
        /* text-align: center; */
    }

    .last-sec .image {
        width: 100%;
        max-width: 100%;
        margin-bottom: 2rem;
        height: 500px;
        max-height: none;
    }

}

@media (max-width: 768px) {
    .last-sec h2 {
        font-size: clamp(1.5rem, 5vw, 2rem);
        line-height: 1.2;
    }

    .last-sec p {
        font-size: 16px;
        line-height: 1.6;
    }
}

@media (max-width: 480px) {
    .last-sec .wrap {
        gap: 1.5rem;
    }

    .last-sec .image {
        width: 100%;
        max-width: 100%;
        margin-bottom: 2rem;
        height: 350px;
    }


    /* .last-sec .image {
        max-width: 100%;
        height: auto;
    } */
}