.user_card_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 0;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.user_card_header span {
    display: flex;
    font-size: 18px;
    font-weight: normal;
}

.user_profile_image {
    position: relative;
}

.user_profile_image img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}

.user_profile_info {
    display: flex;
    justify-content: start;
    flex-direction: column;
    gap: 5px;
    flex-grow: 1;
    padding: 5px;
}

.verified-badge {
    position: absolute;
    bottom: 15px;
    left: -10px;
    font-size: 28px;
    color: #26a1ff;
}

.email {
    background: #29a7e1 !important;
}

.call {
    background: #f16262 !important;
}

.whatsapp {
    background: #6ede51 !important;
}

.more-link {
    background: #fff3e0;
    padding: 5px;
    font-size: 16px;
    color: #f79500;
    border: 1px solid #eee;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
}

.more-link:hover {
    background: #ffe7bf;
}

.custom-badge {
    color: #193cb8 !important;
    background-color: #e7edff;
    /* خلفية فاتحة مشابهة لـ bg-primary bg-opacity-10 */
    border-radius: 8px;
    padding: 12px 10px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.custom-badge:hover {
    background-color: #d9e1ff;
    /* تأثير hover */
    cursor: pointer;
}

.custom-badge .category-name {
    font-size: 0.875rem;
    font-weight: 600;
}

.custom-badge i {
    color: #193cb8 !important;
}

.custom-badge a {
    color: inherit !important;
}

/* التصميم العام */
.ad-header-container {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 20px;
    padding: 30px;
    border: 1px solid #f1f5f9;
    /* margin-bottom: 24px; */
}

/* شريط التصنيف والمعلومات */
.ad-meta-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 15px;
}

.category-breadcrumb {
    flex: 1;
}

.category-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.category-link:hover {
    transform: translateY(-2px);
    color: white;
}

/* قسم العنوان */
.ad-title-section {
    /* margin-bottom: 24px; */
    /* border-bottom: 1px solid #f1f5f9; */
    padding-bottom: 20px;
}

.ad-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #1e293b;
    line-height: 1.3;
    margin: 0 0 15px 0;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.verified-badge {
    color: #10b981;
    font-size: 1.4rem;
    animation: pulse 2s infinite;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }
}


.featured-badge {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
}

.view-count,
.ad-date {
    color: #64748b;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 5px;
}

.price-badge {
    background: linear-gradient(90deg, #ff6b6b, #ff8c69);
    transition: all 0.3s ease;
}

.price-badge i {
    color: #fff;
    opacity: 0.9;
}

.ads-actions .btnActions {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 0;
}

/* Product Image Slider */

.egx-gallery-container {
    max-width: 1200px;
    width: 100%;
    background: white;
    border-radius: 20px;
    overflow: hidden;
}

.egx-gallery-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.egx-gallery-title {
    color: white;
    font-size: 28px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 12px;
}

.egx-autoplay-toggle {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: white;
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.egx-autoplay-toggle:hover {
    background: rgba(255, 255, 255, 0.35);
    transform: scale(1.05);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.egx-autoplay-toggle.egx-paused {
    background: rgba(255, 255, 255, 0.9);
    color: #667eea;
}

.egx-gallery-wrapper {
    padding: 15px;
}

.egx-main-gallery {
    position: relative;
    width: 100%;
    height: 550px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.egx-main-gallery .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
}

.egx-main-gallery .swiper-slide img {
    width: 100%;
    min-height: 100%;
    object-fit: cover !important;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.egx-main-gallery .swiper-slide:hover img {
    transform: scale(1.05);
}

.egx-image-counter {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(0, 0, 0, 0.75);
    color: white;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 15px;
    backdrop-filter: blur(10px);
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 8px;
}



.egx-autoplay-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: rgba(255, 255, 255, 0.3);
    z-index: 10;
    overflow: hidden;
}

.egx-autoplay-progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #667eea, #764ba2);
    width: 0;
    transition: width 0.1s linear;
}

.egx-autoplay-progress.egx-paused .egx-autoplay-progress-bar {
    animation: none !important;
}

.egx-swiper-next,
.egx-swiper-prev {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.egx-swiper-next:after,
.egx-swiper-prev:after {
    font-size: 24px;
    color: #667eea;
    font-weight: bold;
}

.egx-swiper-next:hover,
.egx-swiper-prev:hover {
    background: linear-gradient(135deg, #667eea, #764ba2);
    transform: scale(1.15);
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.5);
    overflow: hidden;

}

.egx-swiper-next:hover:after,
.egx-swiper-prev:hover:after {
    color: white;
}

.egx-action-btn {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.95);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #667eea;
    font-size: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.egx-action-btn:hover {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    transform: scale(1.15) rotate(5deg);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

.egx-thumbnails-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 10px;
    border-radius: 10px;
}

.egx-gallery-thumbs {
    height: 120px;
}

.egx-gallery-thumbs .swiper-slide {
    height: 100px;
    /* width: 150px !important; */
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    border: 4px solid transparent;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0.6;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.egx-gallery-thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    transition: transform 0.4s ease;
}

.egx-gallery-thumbs .swiper-slide:hover {
    /* transform: translateY(-10px) scale(1.05); */
    border-color: #667eea;
    opacity: 1;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}

.egx-gallery-thumbs .swiper-slide:hover img {
    transform: scale(1.15);
}

.egx-gallery-thumbs .swiper-slide-thumb-active {
    border-color: #667eea;
    /* transform: scale(1.1); */
    opacity: 1;
}

.egx-thumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.9), rgba(118, 75, 162, 0.9));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    color: white;
    font-size: 28px;
}

.egx-gallery-thumbs .swiper-slide:hover .egx-thumb-overlay {
    opacity: 1;
}

.egx-gallery-thumbs .swiper-slide-thumb-active .egx-thumb-overlay {
    opacity: 0;
}

.egx-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    backdrop-filter: blur(10px);
    animation: fadeIn 0.3s ease;
}

.egx-modal.egx-active {
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.egx-modal-content {
    position: relative;
    max-width: 95%;
    max-height: 95vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.egx-zoomed-img {
    max-width: 100%;
    max-height: 95vh;
    object-fit: contain;
    border-radius: 15px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
    animation: zoomIn 0.3s ease;
}

@keyframes zoomIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.egx-close-modal {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 28px;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.egx-close-modal:hover {
    background: rgba(255, 255, 255, 0.4);
    transform: rotate(90deg);
}

.product-card {
    transition: all 0.3s ease;
    border-radius: 12px;
}

.product-card h4 {
    margin-bottom: 25px;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
}

.product-image {
    height: 200px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.product-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
}

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

.overlay-buttons {
    opacity: 0;
    transition: opacity 0.3s ease;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.1));
}

.product-card:hover .overlay-buttons {
    opacity: 1;
}

/* 1. تخصيص الزر (الدائرة) لجعل الحدود أوضح */
.heart-btn {
    /* (تأكد من وجود أبعاد هنا لعمل الدائرة) */
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;

    /* الحفاظ على الخلفية شفافة */
    background-color: transparent !important;
    transition: all 0.2s ease;
    /* إضافة حركة لتحسين تجربة المستخدم */
}

/* 2. القلب الفارغ (في الوضع الافتراضي) */
.heart-btn .heart-icon {
    /* لون أيقونة القلب الفارغ (داخل الحدود الواضحة) */
    color: #555 !important;
    /* نفس لون الحد لزيادة التناسق */
    transition: color 0.2s;
}

/* 3. القلب الممتلئ (عند التفضيل) */
.heart-btn.favorited .heart-icon {
    /* عند التفضيل: الأيقونة تصبح برتقالية */
    color: #f15412 !important;
}

.ads-actions .heart-btn {
    background-color: #f15412 !important;
    border: 1px solid #f15412 !important;
    color: #fff !important;
    font-size: 10px;
}

.ads-actions .heart-btn .heart-icon {
    color: #fff !important;
}

.ads-actions .heart-btn.favorited {
    background-color: transparent !important;
}

.ads-actions .heart-btn.favorited .heart-icon {
    color: #f15412 !important;
}

.add-to-cart-btn {
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.product-card:hover .add-to-cart-btn {
    transform: translateY(0);
}

.nav-pills .nav-link {
    border-radius: 25px;
    padding: 8px 20px;
    margin: 0 5px;
    border: 1px solid #3f81eb;
    color: #3f81eb;
    transition: color 0.3s ease;
}

.nav-pills .nav-link:hover {
    /* border: 1px solid #3f81eb; */
    color: #fff;
    background-color: #3f81eb;
}

.nav-pills .nav-link.active {
    background: #3f81eb;
    /* border-color: #007bff; */
    color: white;
}

.detailsBtn {
    font-weight: 400;
    background-color: #3f81eb !important;
    font-size: 13px;
}

.enhanced-apps-section {
    background: #323237;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

/* .enhanced-apps-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");
    opacity: 0.3;
} */

.download-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.text-content {
    flex: 1;
    max-width: 550px;
    color: white;
}

.badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 2px 11px;
    font-size: 14px;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.main-title {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 1.2;
}

.brand-name {
    color: #ffeb3b;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.subtitle {
    font-size: 1.2rem;
    margin-bottom: 30px;
    opacity: 0.9;
    line-height: 1.6;
}

.features-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 35px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.1rem;
}

.feature-icon {
    font-size: 1.3rem;
}

.download-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.store-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 3px 25px;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    min-width: 180px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.store-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.google-play {
    background: white;
    color: #333;
}

.app-store {
    background: #000;
    color: white;
}

.store-icon svg {
    flex-shrink: 0;
}

.store-text {
    display: flex;
    flex-direction: column;
}

.available {
    font-size: 12px;
}

.store-name {
    font-weight: 700;
    font-size: 16px;
}

.visual-content {
    flex: 1;
    display: flex;
    justify-content: center;
    position: relative;
}

.floating-phone {
    position: relative;
    z-index: 2;
    max-width: 353px;
    width: 100%;
}

.phone-mockup {
    width: 280px;
    height: 560px;
    background: #1a1a1a;
    border-radius: 40px;
    padding: 15px;
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 0 4px rgba(255, 255, 255, 0.1),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.phone-screen {
    width: 100%;
    height: 250px;
    overflow: hidden;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.phone-screen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.floating-element {
    position: absolute;
    font-size: 2rem;
    animation: float 6s ease-in-out infinite;
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.2));
}

.el-1 {
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

.el-2 {
    top: 20%;
    right: 15%;
    animation-delay: 1s;
}

.el-3 {
    bottom: 30%;
    left: 15%;
    animation-delay: 2s;
}

.el-4 {
    bottom: 15%;
    right: 10%;
    animation-delay: 3s;
}

@keyframes float {

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

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

/* Animation for entrance */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.text-content {
    animation: fadeInUp 0.8s ease-out;
}

.visual-content {
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

/* Footer Modern Design */
.ftm-footer {
    background: linear-gradient(135deg, #0f0f0f 0%, #31313a 50%, #323237 100%);
    color: white;
    padding: 80px 20px 30px;
    position: relative;
    overflow: hidden;
}

.ftm-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(102, 126, 234, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.ftm-footer::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(240, 147, 251, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

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

/* WhatsApp Button */
.ftm-whatsapp-btn {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: 3px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
    text-decoration: none;
    color: white;
    font-size: 32px;
}

.ftm-whatsapp-btn:hover {
    transform: translateX(-50%) scale(1.1);
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.6);
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
}

/* Newsletter Section */
.ftm-newsletter-section {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 50px;
    margin-bottom: 50px;
    text-align: center;
}

.ftm-logo {
    margin-bottom: 20px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.ftm-logo:hover {
    transform: scale(1.05);
}

.ftm-logo img {
    max-height: 50px;
    width: auto;
}

.ftm-tagline {
    color: #ffd700;
    font-size: 18px;
    font-weight: 700;
    margin: 15px 0;
    letter-spacing: 0.5px;
}

.ftm-description {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    line-height: 1.6;
    margin: 20px 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.ftm-newsletter-title {
    font-size: 20px;
    font-weight: 700;
    margin: 30px 0 10px;
    color: white;
}

/* Newsletter Form */
.ftm-newsletter-form {
    display: flex;
    gap: 10px;
    margin: 25px 0;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.ftm-newsletter-form input {
    flex: 1;
    padding: 14px 18px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 14px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.ftm-newsletter-form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.ftm-newsletter-form input:focus {
    outline: none;
    border-color: #667eea;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 15px rgba(102, 126, 234, 0.3);
}

.ftm-newsletter-form button {
    padding: 14px 32px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 10px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
}

.ftm-newsletter-form button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4);
}

/* Links Section */
.ftm-links-group {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 40px 0;
    flex-wrap: wrap;
}

.ftm-links-group a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
}

.ftm-links-group a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #667eea, #764ba2);
    transition: width 0.3s ease;
}

.ftm-links-group a:hover {
    color: #667eea;
}

.ftm-links-group a:hover::after {
    width: 100%;
}

/* Social Media */
.ftm-social-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 40px 0;
}

.ftm-social-link {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 22px;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
}

.ftm-social-link:hover {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-color: #667eea;
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4);
}

.ftm-social-link.facebook:hover {
    background: linear-gradient(135deg, #1877f2, #0a66c2);
}

.ftm-social-link.instagram:hover {
    background: linear-gradient(135deg, #fd1d1d, #833ab4);
}

.ftm-social-link.twitter:hover {
    background: linear-gradient(135deg, #1da1f2, #1a8917);
}

.ftm-social-link.snapchat:hover {
    background: linear-gradient(135deg, #fffc00, #ffd700);
    color: #333;
}

.ftm-social-link.tiktok:hover {
    background: linear-gradient(135deg, #25f4ee, #ff006e);
}

/* Contact Info */
.ftm-contact-group {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 40px 0;
    flex-wrap: wrap;
}

.ftm-contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
}

.ftm-contact-item:hover {
    color: #667eea;
}

.ftm-contact-item iconify-icon {
    font-size: 20px;
    color: #667eea;
}

/* Divider */
.ftm-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    margin: 30px 0;
}

/* Copyright */
.ftm-copyright {
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    padding: 20px 0;
}

.ad-status-info, .similarProducts {
    row-gap: 15px;
}

/* Top Icon Style */
.topIcon {
    position: fixed;
    left: 15px;
    bottom: 75px;
    z-index: 11111111111111;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.topIcon.show {
    opacity: 1;
}

.topIcon .menu-item {
    background-color: transparent !important;
}

.topIcon .menu-link {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2d4268;
    color: #fff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, .5);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

/* Read More Button Style */
.readMoreBtn {
    background: #18a1b7;
    color: #fff;
    border: 1px solid #18a1b7;
    padding: 10px 16px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.readMoreBtn i {
    margin-right: 2px;
    vertical-align: middle;
}

.readMoreBtn:hover {
    background: #fff;
    color: #18a1b7;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, .5);
}

.pagination {
    flex-wrap: wrap;
    row-gap: 15px;
}

.page-item.active .page-link, .page-item .page-link:hover {
    background: #f15412;
    border-color: #f15412;
    color: #fff;
}

.menuLinks a {
    color: #fff;
    font-size: 15px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.menuLinks a:hover, a.userDropDown {
    color: #009bb8;
}

.categoryBoxSection, .adsContainer, .adsFilters {
    display: flex;
    padding: 1rem;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    flex-direction: column;
    border-radius: 1rem;
}

.filterMobileBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 15px;
}

.categoryMobileFilter button, .dataMobileFilter button {
    background: #18a1b7 !important;
    padding: 9px 20px;
    font-size: 13px;
    border: 1px solid transparent !important;
    margin-bottom: 10px;
    border-radius: 1rem;
}

.categoryContainer {
    height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
}

.searchInp input, .adsFilterSelect {
    width: 100%;
    height: 35px;
    font-size: 14px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.adsFilterSelect {
    border: 1px solid #e2e9e1;
    padding: 5px;
}

.categoryBox input[type="checkbox"] {
    accent-color: #f15412;
    width: 15px;
    height: 15px;
    margin-left: 8px;
    vertical-align: middle;
}

.adsFeatureFilter input[type="checkbox"] {
    vertical-align: middle;
    width: 14px;
    height: 14px;
    margin-left: 3px;
    accent-color: #ffd700;
}

/* Price Range Style */

.range-slider {
    width: 100%;
    text-align: center;
    position: relative;
}

.rangeValues {
    display: block;
}

input[type=range] {
    -webkit-appearance: none;
    border: 1px solid white;
    width: 100%;
    position: absolute;
    left: 0;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;

}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ffd700;
    margin-top: -4px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

input[type=range]::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ffd700;
}


/*hide the outline behind the border*/

input[type=range]:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;
    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 6px 0;
    /*remove default tick marks*/
    color: transparent;
    z-index: -4;

}

input[type=range]::-ms-fill-lower {
    background: #777;
    border-radius: 10px;
}

input[type=range]::-ms-fill-upper {
    background: #ddd;
    border-radius: 10px;
}

input[type=range]::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ffd700;
}

input[type=range]:focus::-ms-fill-lower {
    background: #888;
}

input[type=range]:focus::-ms-fill-upper {
    background: #ccc;
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: 1rem;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
}

.offcanvas.show {
    visibility: visible;
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
}

.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.offcanvas-body {
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto;
}

.offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 1px solid rgba(0, 0, 0, .2);
    z-index: 99999;
    transform: translateX(-100%);
}

.offcanvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 1px solid rgba(0, 0, 0, .2);
    transform: translateX(100%);
}

.offcanvas.show:not(.hiding) {
    transform: none;
}

.range-slider {
    position: relative;
    width: 100%;
    height: 40px;
}

.range-slider input[type=range] {
    position: absolute;
    left: 0;
    width: 100%;
    pointer-events: auto;
    -webkit-appearance: none;
    background: none;
}

/* شكل الدائرة */
.range-slider input[type=range]::-webkit-slider-thumb {
    pointer-events: all;
    width: 16px;
    height: 16px;
    background: #ffd700;
    border-radius: 50%;
    cursor: pointer;
    -webkit-appearance: none;
}

.range-slider input[type=range]::-moz-range-thumb {
    width: 16px;
    height: 16px;
    background: #ffd700;
    border-radius: 50%;
    cursor: pointer;
    border: none;
}

/* المسار  */
.range-slider input[type=range]::-webkit-slider-runnable-track,
.range-slider input[type=range]::-moz-range-track {
    width: 100%;
    height: 8px;
    background: #ddd;
    border-radius: 4px;
    border: none;
}

/* نص السعر */
.rangeValues {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}

/* لإخفاء السهام في كروم */
input.numberInp::-webkit-outer-spin-button,
input.numberInp::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* لإخفاء السهام في فايرفوكس */
input.numberInp[type=number] {
    -moz-appearance: textfield;
}

.imgCatContainer {
    width: 100px;
    height: 100px;
}

.catSearchContainer {
    overflow-y: hidden;
    overflow-x: auto;
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    border-bottom: 2px solid rgba(0, 0, 0, .1);
}

/* Search Box Sugesstions */
.search-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
    z-index: 99999;
    max-height: 75vh;
    overflow-y: auto;
    display: none;
    padding: 12px;
}

.suggestion-block {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.suggestion-block:last-child {
    border-bottom: none;
}

.suggestion-title {
    font-weight: bold;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
    color: #444;
}

.suggestion-item2 {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    border-radius: 8px;
    transition: 0.2s;
    text-decoration: none;
    color: #000;
}

.suggestion-item2:hover {
    background: #f5f8ff;
}

.suggestion-item2 img {
    width: 45px;
    height: 45px;
    border-radius: 8px;
    object-fit: cover;
}

.suggestion-item2 .text .main {
    font-weight: 600;
    color: #0d6efd;
}

.suggestion-item2 .text .sub {
    font-size: 12px;
    color: #777;
}

.keywords {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.keyword-tag {
    padding: 6px 12px;
    background: #f1f1f1;
    border-radius: 50px;
    font-size: 13px;
    color: #444;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: 0.2s;
}

.keyword-tag:hover {
    background: #e5e5e5;
}

.suggestion-line {
    display: flex;
    padding: 8px;
    gap: 8px;
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.2s;
}

.suggestion-line:hover {
    background: #f7f7f7;
}

.suggestion-scroll-x {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
    /* white-space: nowrap; */
}

.suggestion-scroll-x li {
    list-style: none;
    display: inline-block;
    max-width: 90px;
    text-align: center;
    border-bottom: 0 !important;
}

.brand-title-suggestion {
    /* word-break: break-word; */
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 13px;
    font-weight: 600;
    -webkit-line-clamp: 2;
}

.suggestion-scroll-x::-webkit-scrollbar {
    height: 6px;
}

.suggestion-scroll-x::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.suggestion-scroll-x::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Responsive */
@media (max-width: 992px) {
    .download-content-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .text-content {
        max-width: 100%;
        margin-bottom: 50px;
    }

    .features-list {
        align-items: center;
    }

    .download-buttons {
        justify-content: center;
    }

    .main-title {
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {
    .ad-header-container {
        padding: 20px;
        border-radius: 16px;
    }

    .ad-title {
        font-size: 1.8rem;
    }

    .ad-meta-bar {
        flex-direction: column;
        align-items: flex-start;
    }

    .price-amount {
        font-size: 2rem;
    }

    .info-grid {
        grid-template-columns: 1fr;
    }

    .egx-gallery-header {
        padding: 20px;
        flex-direction: column;
        gap: 15px;
    }

    .egx-gallery-title {
        font-size: 22px;
    }

    .egx-gallery-wrapper {
        padding: 20px;
    }

    .egx-main-gallery {
        height: 400px;
    }

    .egx-gallery-thumbs .swiper-slide {
        height: 90px;
    }

    .egx-swiper-next,
    .egx-swiper-prev {
        width: 45px;
        height: 45px;
    }

    .egx-swiper-next:after,
    .egx-swiper-prev:after {
        font-size: 18px;
    }

    .egx-action-btn {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }

    .egx-image-counter {
        font-size: 14px;
        padding: 10px 18px;
    }

    .ftm-footer {
        padding: 60px 15px 20px;
    }

    .ftm-newsletter-section {
        padding: 40px 20px;
        margin-bottom: 40px;
    }

    .ftm-whatsapp-btn {
        width: 60px;
        height: 60px;
        font-size: 28px;
    }

    .ftm-links-group {
        gap: 25px;
    }

    .ftm-social-container {
        gap: 15px;
    }

    .ftm-contact-group {
        gap: 20px;
    }

    .ftm-newsletter-title {
        font-size: 18px;
    }

    .ftm-tagline {
        font-size: 16px;
    }

}

@media (max-width: 576px) {
    .enhanced-apps-section {
        padding: 60px 0;
    }

    .main-title {
        font-size: 1.8rem;
    }

    .download-buttons {
        flex-direction: column;
        align-items: center;
    }

    .store-btn {
        width: 100%;
        max-width: 250px;
        justify-content: center;
    }

    .phone-mockup {
        width: 220px;
        height: 440px;
    }

    .ftm-newsletter-form {
        flex-direction: column;
    }

    .topIcon {
        bottom: 120px;
    }
}

@media (max-width: 480px) {
    .ad-header-container {
        padding: 16px;
    }

    .ad-title {
        font-size: 1.5rem;
    }

    .price-amount {
        font-size: 1.8rem;
    }

    .category-link {
        width: 100%;
        justify-content: center;
    }

    .egx-main-gallery {
        height: 300px;
    }

    .egx-gallery-thumbs {
        height: 75px;
    }

    .egx-gallery-thumbs .swiper-slide {
        height: 75px;
    }

    .egx-autoplay-toggle {
        padding: 10px 18px;
        font-size: 14px;
    }

    .ftm-newsletter-section {
        padding: 30px 15px;
    }

    .ftm-links-group {
        gap: 15px;
        /* flex-direction: column; */
    }

    .ftm-links-group a {
        font-size: 14px;
    }

    .ftm-social-link {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }

    .ftm-contact-group {
        /* flex-direction: column; */
        gap: 15px;
    }

    .ftm-newsletter-form input,
    .ftm-newsletter-form button {
        padding: 12px 14px;
        font-size: 13px;
    }

}
