            /*=============== GOOGLE FONTS ===============*/
            
            @import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&family=Montserrat:wght@400;600;700&display=swap");
            @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
            /*=============== VARIABLES CSS ===============*/
            
             :root {
                --header-height: 3.5rem;
                /*========== Colors ==========*/
                --hue: 230;
                --first-hue: 250;
                --second-hue: 219;
                --sat: 66%;
                --lig: 75%;
                --first-color: #d66a1f;
                --first-color-alt: hsl(var(--first-hue), var(--sat), 71%);
                /* -4% */
                --button-color: hsl(0, 0%, 17%);
                --button-color-alt: hsl(0, 0%, 21%);
                --gradient-color: linear-gradient(90deg, hsl(23, 4%, 28%) 0%, hsl(23, 4%, 8%) 100%);
                --gradient-color3: linear-gradient(90deg, hsl(23, 4%, 8%) 0%, hsl(23, 4%, 28%) 100%);
                /* --title-color: hsl(0, 0%, 15%); */
                --gradient-color2: linear-gradient(90deg, #ff9b52 0%, #d66a1f 45%, #7a2e00 100%);
                --title-color: hsl(0deg 0% 69.62%);
                --text-color: hsl(0, 0%, 35%);
                --text-color-light: hsl(0, 0%, 55%);
                /* --body-color: hsl(0, 2%, 9%); */
                --body-color: hsl(0deg 0% 0%);
                --container-color: #fff;
                --white-color: hsl(0, 0%, 100%);
                --border-color: hsl(0, 0%, 94%);
                --ant-success-color: rgba(255, 255, 255, 0.1);
                --ant-primary-color: rgb(18, 18, 18);
                /* --ant-success-color: rgba(255, 255, 255, 0.1); */
                --shadow-img: drop-shadow(0 12px 24px hsla(0, 0%, 0%, .4));
                --shadow-circle: 0 12px 24px hsla(0, 0%, 0%, .4);
                --shadow-button: 0 -4px 8px hsla(0, 0%, 0%, .3);
                --shadow-card: 0 -8px 24px hsla(0, 0%, 0%, .3);
                --shadow-text: 0 2px 4px var(--first-color-darken);
                /*========== Font and typography ==========*/
                --body-font: "Montserrat", sans-serif;
                --second-font: "Inter", sans-serif;
                --biggest-font-size: 3rem;
                --bigger-font-size: 2rem;
                --big-font-size: 2rem;
                --h1-font-size: 1.5rem;
                --h2-font-size: 1.25rem;
                --h3-font-size: 1rem;
                --normal-font-size: .938rem;
                --small-font-size: .813rem;
                /* --loading-font-size: 2rem; */
                --normal-font-size: .938rem;
                --small-font-size: .813rem;
                --smaller-font-size: .75rem;
                --tiny-font-size: .625rem;
                /*========== Font weight ==========*/
                --font-medium: 500;
                --font-bold: 700;
                /*========== Margenes Bottom ==========*/
                --mb-0-5: .5rem;
                --mb-0-75: .75rem;
                --mb-1: 1rem;
                --mb-1-5: 1.5rem;
                --mb-2: 2rem;
                --mb-2-5: 2.5rem;
                --mb-3: 2rem;
                /*========== z index ==========*/
                --z-tooltip: 10;
                --z-fixed: 100;
            }
            
            @media screen and (min-width: 768px) {
                 :root {
                    --h6-font-size: 1.7rem;
                }
            }
            
            @media screen and (min-width: 1150px) {
                 :root {
                    --big-font-size: 3.5rem;
                    --biggest-font-size: 5rem;
                    --bigger-font-size: 3rem;
                    --h1-font-size: 2.25rem;
                    --h2-font-size: 1.5rem;
                    --h3-font-size: 1.25rem;
                    --normal-font-size: 1rem;
                    --small-font-size: .875rem;
                }
            }
            /*========== Variables Dark theme ==========*/
            
            body.dark-theme {
                --first-color: #b4862c;
                --button-color: hsl(0, 0%, 17%);
                --button-color-alt: hsl(0, 0%, 21%);
                --gradient-color: linear-gradient(90deg, hsl(23, 4%, 28%) 0%, hsl(23, 4%, 8%) 100%);
                /* --title-color: hsl(0, 0%, 15%); */
                --gradient-color2: linear-gradient(90deg, hsl(40.44deg 90.95% 60.98%) 0%, hsl(23deg 51.59% 92.91%) 100%);
                --title-color: hsl(0, 0%, 0%);
                --text-color: hsl(0, 0%, 35%);
                --text-color-light: hsl(0, 0%, 55%);
                /* --body-color: hsl(0, 2%, 9%); */
                --body-color: hsl(0, 0%, 99%);
                --container-color: #fff;
                --white-color: hsl(0, 0%, 100%);
                --border-color: hsl(0, 0%, 94%);
                --ant-success-color: rgba(255, 255, 255, 0.1);
                --ant-primary-color: rgb(18, 18, 18);
                /* --ant-success-color: rgba(255, 255, 255, 0.1); */
                --shadow-img: drop-shadow(0 12px 24px hsla(0, 0%, 0%, .4));
                --shadow-circle: 0 12px 24px hsla(0, 0%, 0%, .4);
                --shadow-button: 0 -4px 8px hsla(0, 0%, 0%, .3);
                --shadow-card: 0 -8px 24px hsla(0, 0%, 0%, .3);
                --shadow-text: 0 2px 4px var(--first-color-darken);
            }
            /*=============== BASE ===============*/
            
            * {
                box-sizing: border-box;
                padding: 0;
                margin: 0;
            }
            
            html {
                scroll-behavior: smooth;
            }
            
            body {
                background-image: linear-gradient(rgb(4 9 30 / 31%), rgb(4 9 30 / 18%)), url(../images/testo/calories.webp);
                background-size: cover;
                background-repeat: no-repeat;
                /* background-attachment: fixed; */
                background-position: center;
                color: #333;
                /* direction: rtl; */
                display: flex;
                /* استخدام flexbox */
                align-items: center;
                /* محاذاة عمودية في المنتصف */
                justify-content: center;
                /* محاذاة أفقية في المنتصف */
                height: 140vh;
            }
            
            h1,
            h2,
            h3,
            h4 {
                color: var(--title-color);
                font-family: var(--second-font);
                font-weight: var(--font-regular);
            }
            
            ul {
                list-style: none;
            }
            
            a {
                text-decoration: none;
            }
            
            img {
                display: block;
                max-width: 100%;
                height: auto;
            }
            /*=============== REUSABLE CSS CLASSES ===============*/
            
            .container {
                max-width: 1120px;
                margin-inline: 1.5rem;
            }
            
            .containercard {
                max-width: 1024px;
                margin-left: var(--mb-1-5);
                margin-right: var(--mb-1-5);
            }
            
            .grid {
                display: grid;
                gap: 1.5rem;
            }
            
            .section {
                padding-block: 5rem 1rem;
            }
            
            .section__title {
                font-size: var(--bigger-font-size);
                font-family: var(--second-font);
                margin-bottom: 1.5rem;
                text-align: center;
                color: var(--white-color);
            }
            
            .section__title-center {
                font-size: var(--h2-font-size);
                margin-bottom: var(--mb-2);
                line-height: 140%;
                text-align: center;
            }
            
            .section__subtitle {
                display: block;
                text-align: center;
                font-size: var(--small-font-size);
                margin-bottom: var(--mb-3);
            }
            
            .main {
                overflow: hidden;
                /* For animation ScrollReveal */
                /* position: relative; */
            }
            
            .snowflake {
                position: absolute;
                top: -10px;
                color: #fff;
                font-size: 16px;
                user-select: none;
                pointer-events: none;
            }
            /*=============== HEADER ===============*/
            /*=============== HEADER & NAV ===============*/
            
            .header {
                border-radius: 4rem;
                position: fixed;
                width: 100%;
                top: 0;
                left: 0;
                /* background-color: var(--body-color); */
                border-bottom: 1px solid rgba(214, 106, 31, .35);
                box-shadow: 0 0 25px rgba(214, 106, 31, .08);
                z-index: var(--z-fixed);
            }
            
            .logo img {
                height: 4.5rem;
            }
            
            .nav {
                height: var(--header-height);
                display: flex;
                justify-content: center;
                align-items: center;
            }
            
            .nav__logo {
                color: var(--title-color);
                font-weight: var(--font-semi-bold);
                letter-spacing: 3px;
            }
            
            .nav__toggle,
            .nav__close {
                font-size: 1.25rem;
                color: var(--first-color);
                cursor: pointer;
            }
            /* Navigation for mobile devices */
            
            @media screen and (max-width:1023px) {
                .nav__menu {
                    position: fixed;
                    top: -100%;
                    left: 0;
                    background-color: var(--body-color);
                    border-bottom: 1px solid var(--text-color);
                    width: 100%;
                    padding-block: 4.5rem 3.5rem;
                    transition: top .4s;
                    /* background: linear-gradient(rgb(0 0 0 / 70%), rgba(0, 0, 0, 0.7)), url(../images/testo/logo.png) no-repeat;
        background-attachment: fixed;
        background-size: contain;
        background-position: center; */
                }
            }
            
            .nav__list {
                display: flex;
                flex-direction: column;
                row-gap: 2rem;
                text-align: center;
                align-items: center
            }
            
            .nav__link {
                color: var(--text-color);
                font-weight: var(--font-bold);
                letter-spacing: 3px;
                transition: color .3s;
            }
            
            .nav__link:hover {
                color: var(--title-color);
            }
            
            .nav__social {
                display: flex;
                justify-content: center;
                column-gap: 1rem;
                margin-top: 3rem;
            }
            
            .nav__social-link {
                font-size: 1.5rem;
                color: var(--text-color);
                transition: color .4s;
            }
            
            .nav__social-link:hover {
                color: var(--title-color);
            }
            
            .nav__close {
                position: absolute;
                top: 1.15rem;
                right: 1.5rem;
            }
            
            .nav__buttons {
                display: flex;
                align-items: center;
                column-gap: 1rem;
            }
            
            .change-theme {
                font-size: 1.25rem;
                color: var(--first-color);
                cursor: pointer;
                transition: color .3s;
            }
            /* Show menu */
            
            .show-menu {
                top: 0;
            }
            /* Add shadow header */
            
            .blur-header::after {
                content: '';
                position: absolute;
                width: 100%;
                height: 100%;
                background-color: hsla(0, 0%, 0%, .3);
                backdrop-filter: blur(24px);
                -webkit-backdrop-filter: blur(24px);
                top: 0;
                left: 0;
                z-index: -1;
            }
            /* Active link */
            /*========== BOOKS NAV SPECIAL ==========*/
            
            .nav__link--books {
                position: relative;
                display: flex;
                align-items: center;
                gap: .5rem;
                padding: .85rem 1.4rem;
                border-radius: 5rem 0;
                background: var(--gradient-color2);
                color: var(--white-color);
                font-weight: 700;
                letter-spacing: 2px;
                overflow: hidden;
                border: 1px solid rgba(255, 255, 255, .08);
                box-shadow: 0 0 0 rgba(214, 106, 31, 0), 0 0 25px rgba(214, 106, 31, .35);
                transition: transform .35s ease, box-shadow .35s ease, filter .35s ease;
            }
            /* Glow Layer */
            
            .nav__link--books::before {
                content: '';
                position: absolute;
                inset: 0;
                background: linear-gradient( 120deg, transparent 20%, rgba(255, 255, 255, .35) 50%, transparent 80%);
                transform: translateX(-140%);
                transition: transform .8s ease;
            }
            /* Hover */
            
            .nav__link--books:hover {
                color: white;
                transform: translateY(-4px) scale(1.04);
                box-shadow: 0 0 20px rgba(214, 106, 31, .45), 0 0 45px rgba(214, 106, 31, .28), 0 0 70px rgba(214, 106, 31, .18);
                filter: brightness(1.08);
            }
            
            .nav__link--books:hover::before {
                transform: translateX(140%);
            }
            /* Icon */
            
            .nav__link--books i {
                font-size: 1rem;
            }
            /* Mobile */
            /*==================== INTRO SCREEN ====================*/
            
            .intro-screen {
                position: fixed;
                inset: 0;
                width: 100%;
                height: 100vh;
                background: #000;
                z-index: 999999;
                overflow: hidden;
                display: flex;
                justify-content: center;
                align-items: center;
            }
            /* المحتوى */
            
            .intro-content {
                position: relative;
                z-index: 5;
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 1.5rem;
            }
            
            .intro-logo {
                width: 120px;
                filter: drop-shadow(0 0 20px rgba(214, 106, 31, .5));
            }
            
            .intro-content h1 {
                color: white;
                letter-spacing: 3px;
                font-size: 2rem;
            }
            
            .intro-content button {
                background: linear-gradient(90deg, #d66a1f, #ff9b52);
                color: white;
                border: none;
                padding: 1rem 2rem;
                border-radius: 1rem;
                font-size: 1rem;
                cursor: pointer;
                display: flex;
                align-items: center;
                gap: .7rem;
                transition: .3s;
            }
            
            .intro-content button:hover {
                transform: scale(1.05);
                box-shadow: 0 0 25px rgba(214, 106, 31, .6);
            }
            /* الأبواب */
            
            .door {
                position: absolute;
                top: 0;
                width: 50%;
                height: 100%;
                background: linear-gradient( 145deg, #111, #000);
                transition: transform 1.3s ease-in-out;
            }
            
            .left-door {
                left: 0;
                border-right: 1px solid rgba(255, 255, 255, .08);
            }
            
            .right-door {
                right: 0;
                border-left: 1px solid rgba(255, 255, 255, .08);
            }
            /* لما يفتح */
            
            .intro-screen.open .left-door {
                transform: translateX(-100%);
            }
            
            .intro-screen.open .right-door {
                transform: translateX(100%);
            }
            
            .intro-screen.open .intro-content {
                opacity: 0;
                transition: .3s;
            }
            /* اخفاء كامل */
            
            .intro-screen.hide {
                display: none;
            }
            
            @media screen and (max-width:1023px) {
                .nav__item--books {
                    display: flex;
                    justify-content: center;
                }
                .nav__link--books {
                    width: fit-content;
                }
            }
            
            @media screen and (min-width:1023px) {
                .section {
                    padding: 7rem 1.5rem;
                }
                .container {
                    margin-inline: auto;
                }
                .home2 {
                    /* background-attachment: fixed; */
                    background-image: url(../img/Untitled\ design\ \(13\).webp);
                    background-size: cover;
                    background-position: center top;
                    background-repeat: no-repeat;
                }
                .home__container3 {
                    position: relative;
                    grid-template-columns: 480px 500px;
                    padding-block: 7rem 3rem;
                }
                .home__data3 {
                    text-align: initial;
                    order: -1;
                }
                .home__title3 img {
                    width: 60px;
                }
                .home__title3 div {
                    justify-content: initial;
                    column-gap: 1rem;
                }
                .home__description3 {
                    padding-inline: 0 10rem;
                }
                .home__img3 {
                    width: 370px;
                    /* position: absolute;
    top: 5rem;
    right: -2rem; */
                }
                .section__subtitle {
                    margin-bottom: .75rem;
                }
                .video__container {
                    grid-template-columns: .7fr;
                }
                .video-overlay {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: linear-gradient(90deg, hsl(0deg 0% 0% / 76%) 0%, hsl(23deg 4% 8% / 20%) 100%);
                    z-index: 1;
                }
                .nav {
                    height: calc(var(--header-height) + 2rem);
                }
                .nav__close,
                .nav__toggle {
                    display: none;
                }
                .nav__menu {
                    display: flex;
                    align-items: center;
                    column-gap: 4rem;
                }
                .nav__list {
                    flex-direction: row;
                    column-gap: 3.5rem;
                }
                .nav__social {
                    margin: 0;
                }
                .section__subtitle {
                    font-size: 2rem;
                }
            }
            
            .footer__social2 {
                display: flex;
                justify-content: center;
                column-gap: 1rem;
            }
            
            .footer__social-link2 {
                width: 1.5rem;
                height: 1.5rem;
                background-color: var(--first-color);
                color: black;
                font-size: 1rem;
                border-radius: 50%;
                display: grid;
                place-items: center;
                transition: background-color .4s, color .4s;
            }
            
            .footersociel {
                width: 1.5rem;
                height: 1.5rem;
                background-color: var(--first-color);
                color: black;
                font-size: 1rem;
                border-radius: 50%;
                display: grid;
                place-items: center;
            }
            
            .footer__social-link2:hover {
                background-color: var(--white-color);
                color: black;
            }
            
            .footer__social-link2.facebook {
                background-color: #1877f2;
                /* اللون الأزرق الخاص بالفيسبوك */
                color: white;
            }
            /* لون الإنستجرام */
            
            .footer__social-link2.instagram {
                background-color: #e1306c;
                /* اللون الوردي الخاص بالإنستجرام */
                color: white;
            }
            /* لون التيك توك */
            
            .footer__social-link2.tiktok {
                background-color: #000000;
                /* اللون الأسود الخاص بالتيك توك */
                color: white;
                border: 1px solid var(--white-color);
            }
            
            .calc2 {
                max-width: 600px;
                margin: 20px auto;
                padding: 20px;
                border-radius: 12px;
                text-align: center;
                /* الخلفية */
                background-image: linear-gradient(rgb(0 0 0 / 80%), rgb(0 0 0 / 85%)), url(../images/testo/calories.webp);
                background-size: cover;
                background-position: center;
                /* border متوهج */
                border: 2px solid rgba(255, 255, 255, 0.6);
                box-shadow: 0 0 10px rgba(255, 255, 255, 0.3), 0 0 20px rgba(255, 255, 255, 0.2), 0 0 30px rgba(255, 255, 255, 0.1);
                transition: box-shadow 0.3s ease;
            }
            /* تأثير إضافي عند مرور الماوس */
            
            .calc2:hover {
                box-shadow: 0 0 12px rgba(255, 255, 255, 0.6), 0 0 24px rgba(255, 255, 255, 0.4), 0 0 36px rgba(255, 255, 255, 0.2);
            }
            
            h1 {
                font-size: 24px;
                color: #ffffff;
                margin-bottom: 20px;
            }
            
            .somebutton {
                display: flex;
                flex-wrap: wrap;
                gap: 10px;
                justify-content: center;
                margin-bottom: 20px;
            }
            
            .somebutton button {
                background: linear-gradient(145deg, #1e1e1e, #000000);
                color: #d66a1f;
                ;
                border: 2px solid #d66a1f;
                ;
                padding: 10px 20px;
                font-size: 16px;
                border-radius: 12px;
                cursor: pointer;
                transition: all 0.3s ease-in-out;
                box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
            }
            
            .somebutton button:hover {
                background: #d66a1f;
                ;
                color: #000;
                transform: translateY(-2px);
                box-shadow: 0 6px 12px rgba(0, 0, 0, 0.6);
            }
            
            .calculator {
                display: none;
                margin-top: 20px;
                text-align: center;
            }
            
            .testo {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
            }
            
            .calculator p {
                font-size: 16px;
                margin-top: 10px;
                margin-bottom: 10px;
            }
            
            .calculator input[type="text"] {
                width: 148px;
                padding: 5px;
                font-size: 16px;
                text-align: center;
                border: 1px solid #ccc;
                border-radius: 4px;
                background-color: #000000;
                margin-left: 5px;
                padding: 1rem;
                color: white;
            }
            
            .calculator h2 {
                font-size: 20px;
                color: #ffffff;
                margin-bottom: 10px;
            }
            
            label {
                font-size: 16px;
                display: none;
                margin: 10px 0 5px;
            }
            
            input,
            select {
                appearance: none;
                background-color: #f9f9f9;
                color: #000000;
                border: 2px solid #d66a1f;
                ;
                border-radius: 8px;
                padding: 12px 15px;
                font-size: 16px;
                width: 100%;
                max-width: 400px;
                cursor: pointer;
                box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
                transition: border-color 0.3s ease, box-shadow 0.3s ease;
                position: relative;
                text-align: center;
                padding-right: 30px;
                margin-top: 15px;
                /* مساحة للسهم */
            }
            /* السهم بجانب العنصر */
            
            select::after {
                content: "▼";
                /* رمز السهم */
                position: absolute;
                right: 10px;
                /* المسافة من اليمين */
                top: 50%;
                transform: translateY(-50%);
                font-size: 14px;
                color: #27ae60;
                pointer-events: none;
                /* منع السهم من التفاعل */
            }
            
            .nun {
                width: 65%;
            }
            
            select {
                -webkit-appearance: none;
                /* لإزالة السهم الافتراضي على المتصفحات مثل Chrome وSafari */
                -moz-appearance: none;
                /* لإزالة السهم الافتراضي على Firefox */
                appearance: none;
                background-color: #f9f9f9;
                color: #2c3e50;
                border: 2px solid #3498db;
                border-radius: 8px;
                padding: 12px 15px;
                font-size: 16px;
                width: 100%;
                max-width: 400px;
                cursor: pointer;
                box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
                padding-left: 30px;
                /* إضافة مساحة للسهم على اليسار */
                background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%2327ae60'%3E%3Cpath fill-rule='evenodd' d='M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z' clip-rule='evenodd'/%3E%3C/svg%3E");
                background-repeat: no-repeat;
                background-position: left 10px center;
                /* موضع السهم على اليسار */
                background-size: 16px;
            }
            
            select:focus {
                border-color: #2ecc71;
                box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
                outline: none;
            }
            
            button {
                background-color: #d66a1f;
                ;
                color: #fff;
                border: none;
                padding: 10px 20px;
                font-size: 16px;
                border-radius: 5px;
                cursor: pointer;
                transition: background-color 0.3s;
            }
            
            button:hover {
                background-color: black;
                color: white;
            }
            
            p {
                font-size: 16px;
                margin-top: 10px;
                color: #ffffff;
            }
            /* تنسيق عنصر select */
            
            #replacementFoodVegetables,
            #originalFoodVegetables,
            #originalFoodProtein,
            #replacementFoodProtein,
            #originalFoodCarbohydrate,
            #replacementFoodCarbohydrate,
            #originalFoodHealthyFats,
            #replacementFoodHealthyFats,
            #originalFoodFruits,
            #replacementFoodFruits,
            #originalFoodDairy,
            #replacementFoodDairy,
            #originalFoodLegumes,
            #replacementFoodLegumes,
            #originalFoodSnack,
            #replacementFoodSnack {
                background-color: #000000;
                color: white;
                border: 2px solid #d66a1f;
                ;
                /* لون الحدود أخضر غامق */
                border-radius: 8px;
                /* زوايا مستديرة أكثر */
                padding: 12px 15px;
                /* حشوة أكبر */
                font-size: 16px;
                /* حجم الخط */
                width: 100%;
                /* عرض كامل */
                max-width: 400px;
                /* أقصى عرض للعنصر */
                cursor: pointer;
                /* تغيير شكل المؤشر عند التمرير */
                appearance: none;
                /* إخفاء السهم الافتراضي */
                box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
                /* ظل خفيف */
                transition: border-color 0.3s ease, box-shadow 0.3s ease;
                /* تأثير سلس */
                position: relative;
                /* لتنسيق السهم المخصص */
            }
            /* إضافة تأثير عند التفاعل */
            
            #replacementFoodVegetables:focus {
                border-color: #2ecc71;
                /* تغيير لون الحدود عند التركيز */
                box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
                /* زيادة الظل */
                outline: none;
                /* إزالة الإطار الافتراضي */
            }
            /* تنسيق السهم المخصص */
            
            #replacementFoodVegetables::after {
                content: "▼";
                /* رمز السهم */
                position: absolute;
                /* تموضع السهم */
                right: 15px;
                /* المسافة من اليمين */
                top: 50%;
                /* تموضعه في المنتصف عموديًا */
                transform: translateY(-50%);
                /* نقل السهم لأعلى */
                font-size: 14px;
                /* حجم الخط للسهم */
                color: #27ae60;
                /* لون السهم */
                pointer-events: none;
                color: red;
                /* منع السهم من التفاعل */
            }
            /* تنسيق خيارات القائمة */
            
            #replacementFoodVegetables option {
                background-color: #ffffff;
                /* لون الخلفية */
                color: #2c3e50;
                /* لون النص */
                padding: 10px;
                /* حشوة داخلية */
                font-size: 16px;
                /* حجم الخط */
            }
            /* تحسين قابلية الاستخدام على الأجهزة المحمولة */
            
            @media (max-width: 600px) {
                #replacementFoodVegetables {
                    font-size: 14px;
                    /* تقليل حجم الخط للأجهزة الصغيرة */
                    padding: 10px;
                    /* تقليل الحشوة */
                }
                #replacementFoodVegetables::after {
                    font-size: 12px;
                    /* تقليل حجم السهم */
                }
            }
            
            @media screen and (max-width:320px) {
                .container {
                    margin-inline: 1rem;
                }
                .section {
                    padding-block: 4rem 1rem;
                }
            }
            
            @media screen and (min-width:1150px) {
                .container {
                    margin-inline: auto;
                }
                .section {
                    padding-block: 7rem 2rem;
                }
            }
            /*=============== MOBILE BACKGROUND ===============*/
            
            @media screen and (max-width: 768px) {
                body {
                    background-image: linear-gradient(rgb(4 9 30 / 31%), rgb(4 9 30 / 18%)), url(../images/testo/protien2.webp);
                    background-size: cover;
                    background-position: center;
                    background-repeat: no-repeat;
                }
            }