.hero-badge .badge {
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
}

.reason-card,
.why-us-item,
.procedure-card,
.pricing-card {
    transition: transform 0.3s ease;
}

.popular {
    transform: scale(1.05);
    z-index: 10;
}

.trademark-hero {
    background: linear-gradient(135deg, #00478c 0%, #002b54 100%);
    position: relative;
    overflow: hidden;
}

.trademark-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" opacity="0.1"><path d="M0 0 L100 100 M100 0 L0 100" stroke="white" stroke-width="2"/></svg>');
    background-size: 30px 30px;
}

.reason-card,
.why-us-item,
.procedure-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    height: 100%;
}

.reason-card:hover,
.why-us-item:hover,
.procedure-card:hover,
.pricing-card:hover {
    transform: translateY(-5px);
}

.step-numbere {
    width: 50px;
    height: 50px;
}

.pricing-card.popular {
    transform: scale(1.05);
    z-index: 1;
}

.pricing-card.popular .card {
    border: 2px solid #00478c;
}

.pricing-card ul li {
    font-size: 14px;
    line-height: 1.6;
}

.comparison-box {
    border-right: 4px solid #00478c;
}

[dir="rtl"] .comparison-box {
    border-right: none;
    border-left: 4px solid #00478c;
}


.popular-badge {
    position: fixed;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    box-shadow: 0 5px 15px rgba(0, 71, 140, 0.3);
    white-space: nowrap;
    display: inline-block;
    padding: 0.5rem 1.5rem !important;
    border-radius: 50px !important;
    background: linear-gradient(135deg, #00478c, #002856) !important;
    border: 2px solid #ffd700 !important;
}

.popular-badge i {
    font-size: 1rem;
    margin: 0 0.5rem;
}

/* للتحكم في الاتجاه حسب اللغة */
[dir="rtl"] .popular-badge i {
    margin-left: 0.5rem;
    margin-right: 0;
}

[dir="ltr"] .popular-badge i {
    margin-right: 0.5rem;
    margin-left: 0;
}

/* ===== فقاعات متحركة ===== */
.bubble_bubble {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.bubble_bubble-1 {
    width: 300px;
    height: 300px;
    top: -150px;
    right: -150px;
    animation: float-bubble 8s ease-in-out infinite;
}

.bubble_bubble-2 {
    width: 200px;
    height: 200px;
    bottom: -100px;
    left: -100px;
    animation: float-bubble 6s ease-in-out infinite reverse;
}

.bubble_bubble-3 {
    width: 150px;
    height: 150px;
    top: 50%;
    right: 10%;
    animation: float-bubble 7s ease-in-out infinite 1s;
}

.bubble_bubble-4 {
    width: 100px;
    height: 100px;
    bottom: 20%;
    left: 15%;
    animation: float-bubble 5s ease-in-out infinite 0.5s;
}

.bubble_bubble-5 {
    width: 80px;
    height: 80px;
    top: 30%;
    left: 20%;
    animation: float-bubble 9s ease-in-out infinite 1.5s;
}

.bg-bubble {
    position: absolute;
    background: rgba(0, 71, 140, 0.03);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.bg-bubble-1 {
    width: 400px;
    height: 400px;
    top: -200px;
    left: -200px;
    animation: float-bubble 12s ease-in-out infinite;
}

.bg-bubble-2 {
    width: 300px;
    height: 300px;
    bottom: -150px;
    right: -150px;
    animation: float-bubble 10s ease-in-out infinite reverse;
}

@keyframes float-bubble {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    25% {
        transform: translate(20px, -20px) scale(1.05);
    }

    50% {
        transform: translate(-20px, 20px) scale(0.95);
    }

    75% {
        transform: translate(15px, 15px) scale(1.02);
    }
}

/* ===== عناصر عائمة ===== */
.floating-icon {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #00478c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    animation: float-icon 4s ease-in-out infinite;
}

.floating-icon i {
    font-size: 24px;
}

.icon-1 {
    top: 10%;
    right: 5%;
    animation-delay: 0s;
}

.icon-2 {
    bottom: 20%;
    left: 0;
    animation-delay: 1s;
}

.icon-3 {
    top: 8%;
    left: 10%;
    animation-delay: 2s;
}

.icon-4 {
    bottom: 10%;
    right: 15%;
    animation-delay: 1.5s;
}

@keyframes float-icon {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-15px) rotate(5deg);
    }
}

/* ===== لماذا نحن ===== */
.why-us-item {
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.why-us-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 71, 140, 0.15);
}

/* اشياء موجود  */
.why-us-icon {
    width: 60px;
    height: 60px;
    background: rgba(0, 71, 140, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}


.why-us-item:hover .why-us-icon {
    background: #00478c;
}

.why-us-item:hover .why-us-icon i {
    color: white !important;
}

/*  نهائية اشياء موجود  */
.procedure-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.procedure-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 71, 140, 0.15);
}

.best-value-badge {
    background: #28a745 !important;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}

/* ===== إحصائيات الهيدر ===== */
.stat-bubble {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    padding: 20px 10px;
    border-radius: 30px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.stat-bubble:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: scale(1.05);
}

/* حركات الأيقونات */
@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.8;
    }
}

.header-icon-pulse {
    animation: pulse 2s infinite ease-in-out;
}

/* ===== تنسيقات الباقات ===== */
.pricing-card {
    position: relative;
}

.pricing-card .card {
    border-radius: 30px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.pricing-card:hover .card {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 71, 140, 0.2) !important;
}

/* ===== تحسينات الجوال ===== */
@media (max-width: 768px) {
    .pricing-card.popular {
        transform: scale(1);
    }

    .popular-badge {
        font-size: 0.8rem;
        padding: 0.25rem 1rem !important;
    }

    .bubble-1,
    .bubble-2,
    .bubble-3 {
        width: 150px;
        height: 150px;
    }

    .floating-icon {
        width: 40px;
        height: 40px;
    }

    .floating-icon i {
        font-size: 20px;
    }

    .procedure-card {
        padding: 20px 15px;
    }
}

/* تحسينات للشاشات الصغيرة جداً */
@media (max-width: 576px) {
    .popular-badge {
        font-size: 0.7rem;
        padding: 0.2rem 0.75rem !important;
    }
}

/*  start blog  */
.blog-hero {
    background: linear-gradient(135deg, #00478c, #002856);
    position: relative;
    overflow: hidden;
}

.blog-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" opacity="0.1"><path d="M0 0 L100 100 M100 0 L0 100" stroke="white" stroke-width="2"/></svg>');
    background-size: 30px 30px;
}

.category-btn {
    padding: 8px 20px;
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 50px;
    color: #495057;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.category-btn:hover,
.category-btn.active {
    background: #00478c;
    color: white;
    border-color: #00478c;
}

.category-btn.active {
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(0, 71, 140, 0.3);
}

.blog-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.blog-card:hover {
    transform: translateY(-5px);
}

.blog-card .card {
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.blog-card:hover .card {
    box-shadow: 0 15px 40px rgba(0, 71, 140, 0.15) !important;
}

.blog-card-image {
    position: relative;
    overflow: hidden;
}

.blog-category {
    background: rgba(0, 71, 140, 0.9);
    color: white;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 500;
    backdrop-filter: blur(5px);
}

.blog-category a {
    transition: color 0.3s ease;
}

.blog-category a:hover {
    color: #ffd700 !important;
}

.blog-card h3 a {
    transition: color 0.3s ease;
}

.blog-card h3 a:hover {
    color: #00478c !important;
}

.author-avatar {
    transition: transform 0.3s ease;
}

.blog-card:hover .author-avatar {
    transform: scale(1.1);
}

/* تنسيقات الترقيم */
.pagination {
    gap: 5px;
}

.page-item .page-link {
    color: #00478c;
    border: none;
    border-radius: 50px;
    padding: 8px 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    background: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.page-item .page-link:hover {
    background: #e9ecef;
    color: #00478c;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 71, 140, 0.2);
}

.page-item.active .page-link {
    background: #00478c;
    color: white;
    border-color: #00478c;
}

.page-item.disabled .page-link {
    background: #f8f9fa;
    color: #adb5bd;
    pointer-events: none;
}

/* تنسيقات خاصة بالاتجاهات */
[dir="rtl"] .blog-category {
    left: auto;
    right: 15px;
}

[dir="ltr"] .blog-category {
    right: auto;
}


[dir="rtl"] .page-link i {
    transform: rotate(180deg);
}

/* تحسينات الجوال */
@media (max-width: 768px) {
    .category-btn {
        padding: 6px 15px;
        font-size: 13px;
    }

    .featured-post-content {
        text-align: center;
    }

    .featured-post .d-flex {
        justify-content: center;
    }

    .page-link {
        padding: 6px 12px;
        font-size: 14px;
    }

    .pagination .d-none {
        display: none !important;
    }
}

/*  End blog  */
/* start footer */
.footer-links {
    padding: 0;
    margin: 0;
}

.footer-link-item {
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.footer-arrow {
    font-size: 14px;
    color: #cdcdcd;
    width: 20px;
    text-align: center;
}

.footer-link-text {
        color: #fbfbfb;
    transition: color 0.3s ease;
}

.footer-link-item:hover .footer-link-text {
    color: #ffd700;
}

/* تنسيق الدول */
.footer-countries {
    padding: 0;
    margin: 0;
}

.country-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* تنسيق روابط الفوتر */
.country-check_df {
    font-size: 16px;
    width: 20px;
    color: #28a745;
}

.country-name {
    color: #fbfbfb;
    font-size: 15px;
}

/* تنسيق معلومات الاتصال */
.footer-contact {
    padding: 0;
    margin: 0;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.contact-item:hover {
    transform: translateX(5px);
    border-color: #00478c;
    box-shadow: 0 5px 15px rgba(0,71,140,0.1);
}

.contact-item i {
    font-size: 24px;
    width: 40px;
    text-align: center;
}

.contact-item a {
    color: #00478c;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-item a:hover {
    color: #ffd700;
    text-decoration: underline;
}

.contact-details {
    flex: 1;
}

/* تنسيق الروابط السفلية */
.footer-bottom-links a {
    font-size: 14px;
    white-space: nowrap;
}

/* تنسيقات خاصة بالاتجاهات */
[dir="rtl"] .footer-link-item {
    flex-direction: row;
}

[dir="ltr"] .footer-link-item {
    flex-direction: row-reverse;
}

[dir="rtl"] .country-item {
    flex-direction: row;
}

[dir="ltr"] .country-item {
    flex-direction: row-reverse;
}

[dir="rtl"] .contact-item {
    flex-direction: row;
}

[dir="ltr"] .contact-item {
    flex-direction: row-reverse;
}


[dir="ltr"] .contact-details.text-end {
    text-align: right !important;
}
[dir="ltr"] .contact-details.text-end .en_en {
    text-align: left !important;
}
.about-btn-wrapper {
    transition: all 0.3s ease;
}

.fo_co{
    color: #f3f3f3 !important;
}

/* للشاشات المتوسطة والصغيرة - إخفاء الزر العلوي */
@media (max-width: 991px) {
    .about-btn-wrapper {
        display: none;
    }
}

/* للشاشات الكبيرة - إخفاء الزر السفلي */
@media (min-width: 992px) {
    .about-btn-mobile {
        display: none;
    }
}

/* تحسينات الجوال */
@media (max-width: 768px) {
    .footer-bottom-links {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .footer-bottom-links a {
        margin: 0 !important;
    }
}

@media (max-width: 576px) {
    .about-btn-mobile .btn {
        font-size: 1rem;
        padding: 12px 20px;
    }

    .contact-item {
        gap: 10px;
    }

    .contact-icon-wrapper {
        width: 40px;
        height: 40px;
    }

    .contact-icon-wrapper i {
        font-size: 16px;
    }
}

/* End footer */
/* start contact */
/* ===== فقاعات متحركة ===== */
.contact-bubble {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.whatsapp-bubble {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.wb-1 {
    width: 300px;
    height: 300px;
    top: -150px;
    right: -150px;
    animation: float-whatsapp 8s ease-in-out infinite;
}

.wb-2 {
    width: 200px;
    height: 200px;
    bottom: -100px;
    left: -100px;
    animation: float-whatsapp 6s ease-in-out infinite reverse;
}

.wb-3 {
    width: 150px;
    height: 150px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: float-whatsapp 7s ease-in-out infinite;
}

@keyframes float-contact {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    25% {
        transform: translate(30px, -30px) scale(1.05);
    }

    50% {
        transform: translate(-30px, 30px) scale(0.95);
    }

    75% {
        transform: translate(20px, 20px) scale(1.02);
    }
}

@keyframes float-whatsapp {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg);
    }

    33% {
        transform: translate(20px, -20px) rotate(5deg);
    }

    66% {
        transform: translate(-20px, 20px) rotate(-5deg);
    }
}

/* ===== بطاقات المعلومات ===== */
.info-card {
    transition: all 0.3s ease;
}

.info-card:hover {
    transform: translateY(-10px);
}

.info-card .card {
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.info-card:hover .card {
    box-shadow: 0 20px 40px rgba(0, 71, 140, 0.2) !important;
}

.info-icon-wrapper {
    width: 80px;
    height: 80px;
    background: rgba(0, 71, 140, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.info-card:hover .info-icon-wrapper {
    background: #00478c;
    transform: scale(1.1);
}

.info-card:hover .info-icon-wrapper i {
    color: white !important;
}

/* ===== نموذج الاتصال ===== */
.form-wrapper {
    transition: all 0.3s ease;
}

.form-wrapper:hover {
    box-shadow: 0 30px 60px rgba(0, 71, 140, 0.15) !important;
}

/* ===== خريطة ===== */
.map-wrapper {
    transition: all 0.3s ease;
}

.map-wrapper:hover {
    box-shadow: 0 30px 60px rgba(0, 71, 140, 0.15) !important;
}

.map-container {
    transition: all 0.3s ease;
}

.map-container:hover {
    transform: scale(1.02);
}

/* ===== أسئلة شائعة ===== */
.faq-item {
    transition: all 0.3s ease;
    cursor: pointer;
}

.faq-item:hover {
    background: white !important;
    box-shadow: 0 10px 30px rgba(0, 71, 140, 0.1);
    transform: translateY(-5px);
}

.faq-icon {
    width: 60px;
    height: 60px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.faq-item:hover .faq-icon {
    background: #00478c;
}

.faq-item:hover .faq-icon i {
    color: white !important;
}

/* تحسينات الجوال */
@media (max-width: 768px) {
    .contact-hero h1 {
        font-size: 2.5rem;
    }

    .form-wrapper {
        padding: 2rem !important;
    }

    .faq-item {
        flex-direction: column;
        text-align: center;
    }

    .faq-icon {
        margin: 0 auto 15px;
    }
}

/* End contact */
/* Start trademark-services */
.trademark-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.trademark-card:hover {
    transform: translateY(-10px);
}

.trademark-card .card {
    border-radius: 20px;
    transition: all 0.3s ease;
}

.trademark-card:hover .card {
    box-shadow: 0 20px 40px rgba(0, 71, 140, 0.15) !important;
}

.price-tag {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 50px;
    margin: 20px 0;
}

.feature-box {
    padding: 20px;
    background: #f8f9fa;
    border-radius: 15px;
    transition: transform 0.3s ease;
}

.feature-box:hover {
    transform: scale(1.05);
}

/* End trademark-services */
/* Start services */
.services-hero_y {
    position: relative;
    overflow: hidden;
    background: white;
    min-height: 400px;
    /* تأكد من وجود ارتفاع كافٍ */
}

/* القواعد المشتركة للموجات */


/* الموجة الأولى (الخلفية) - أغمق */
.wave_w1 {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%2300478c" fill-opacity="0.15" d="M0,224L48,213.3C96,202.7,192,181,288,181.3C384,181,480,203,576,202.7C672,203,768,181,864,165.3C960,149,1056,139,1152,149.3C1248,160,1344,192,1392,208L1440,224L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');
    transform: scaleY(1.2);
    animation: mountain-wave 15s ease-in-out infinite;
    bottom: 0;
    z-index: 1;
}

/* الموجة الثانية (الوسطى) */
.wave_w2 {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%2300478c" fill-opacity="0.1" d="M0,256L48,250.7C96,245,192,235,288,224C384,213,480,203,576,208C672,213,768,235,864,240C960,245,1056,235,1152,218.7C1248,203,1344,181,1392,170.7L1440,160L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');
    bottom: 15px;
    transform: scaleY(1.1);
    animation: mountain-wave 18s ease-in-out infinite reverse;
    z-index: 2;
}

/* الموجة الثالثة (الأمامية) - أفتح */
.wave_w3 {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%2300478c" fill-opacity="0.05" d="M0,288L48,277.3C96,266,192,245,288,240C384,235,480,245,576,250.7C672,256,768,256,864,245.3C960,235,1056,213,1152,208C1248,203,1344,213,1392,218.7L1440,224L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');
    bottom: 30px;
    animation: mountain-wave 20s ease-in-out infinite;
    z-index: 3;
}

/* لإضافة تموج خفيف */
@keyframes mountain-wave {
    0% {
        transform: translateY(0) scaleY(1.2);
    }

    50% {
        transform: translateY(-8px) scaleY(1.22);
    }

    100% {
        transform: translateY(0) scaleY(1.2);
    }
}

/* تعديل حركة الموجة الثانية */
@keyframes mountain-wave-reverse {
    0% {
        transform: translateY(0) scaleY(1.1);
    }

    50% {
        transform: translateY(8px) scaleY(1.12);
    }

    100% {
        transform: translateY(0) scaleY(1.1);
    }
}

.wave_w2 {
    animation: mountain-wave-reverse 18s ease-in-out infinite !important;
}


.image-wrapper {
    width: 100%;
    height: 170px;
    overflow: hidden;
    border-radius: 10px;
    background-color: #f8f9fa;
    /* لون خلفية موحد */
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* يقص الصورة لتناسب الإطار */
    transition: transform 0.3s ease;
}

.image-wrapper img:hover {
    transform: scale(1.05);
}

/* تثبيت ارتفاع العنوان (سطرين كحد أقصى) */
.title-fixed {
    height: 3.2rem;
    /* حوالي سطرين */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.6rem;
}

/* تثبيت ارتفاع الوصف (ثلاثة أسطر كحد أقصى) */
.description-fixed {
    height: 4.8rem;
    /* حوالي 3 أسطر */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.6rem;
    margin-bottom: 1rem;
}

/* للشاشات الصغيرة */
@media (max-width: 768px) {
    .title-fixed {
        height: 2.8rem;
        -webkit-line-clamp: 2;
    }

    .description-fixed {
        height: 4.2rem;
        -webkit-line-clamp: 3;
    }
}

/* End services */