.rtl {
	direction: rtl;
}

.rimg {
	border-radius: 10px;
}

.woocommerce-notices-wrapper
{
	display: none;
}

.ld-course-status-not-enrolled
{
	display: none !important;
}

.order-overview
{
	display: none !important;
}

.logged-in .button-class
display: none;
}

.met-link {
	background-color: #FFEB00;
}

.bg-y {
	background-color: #FFEB00;
	color: black;
	padding: 5px;
}

.met_user_info {
	background-color: #FFEB00;
	font-weight: bold;
	padding: 0px 10px;
	color: #222222
}
#kadence-breadcrumbs,
.wc-tabs{
    display: none !important;
}
.woocommerce-Tabs-panel h2, 
.woocommerce-Tabs-panel#tab-additional_information h2 {
    font-size: 14pt !important;
    margin-bottom: 15px;
    text-transform: none;
font-weight: normal;
}
.woocommerce span.onsale {
    display: none !important;
}

/* تصغير صورة المنتج على الشاشات الكبيرة فقط */
@media (min-width: 1024px) {
  .woocommerce div.product div.images {
    max-width: 400px;
    margin: 0 auto;
  }

  .woocommerce div.product div.summary {
    flex: 1;
  }
}

.woocommerce-checkout-review-order-table .cart-subtotal {
    display: none !important;
}

.cart-agreement-fullwidth {
    width: 100%;
    clear: both;
    margin: 30px 0;
    padding: 20px;
}


@media (max-width: 768px) { 
    .mobile-large-image {
        width: 180% !important;
        height: auto !important;
				max-width: none !important;
				position: relative;
				left: 50%;
				transform: translateX(-50%);
    }
}


/* start home page main text */
.quote-container-dark {
        font-family: 'Almarai', sans-serif;
        background: #2d2d2d;
        border-radius: 20px;
        padding: 50px 40px;
        max-width: 800px;
        margin: 40px auto;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
        position: relative;
        overflow: hidden;
        border: 1px solid #404040;
    }

    .quote-container-dark::before {
        content: '"';
        position: absolute;
        top: -20px;
        right: 20px;
        font-size: 150px;
        color: rgba(102, 126, 234, 0.15);
        font-family: Georgia, serif;
        line-height: 1;
    }

    .quote-text-dark {
        font-size: 22px;
        line-height: 1.8;
        color: #e0e0e0;
        text-align: justify;
        position: relative;
        z-index: 1;
    }

    .quote-decoration-dark {
        width: 60px;
        height: 4px;
        background: linear-gradient(90deg, #667eea, #764ba2);
        margin: 30px auto 0;
        border-radius: 2px;
    }

    @media (max-width: 768px) {
        .quote-container-dark {
            padding: 40px 30px;
        }

        .quote-text-dark {
            font-size: 18px;
            line-height: 1.7;
        }

        .quote-container-dark::before {
            font-size: 100px;
            top: -10px;
            right: 10px;
        }
    }
/* end home page main text */



/* start arabic goals */
        .arabic-goals-section {
            font-family: 'Tajawal', sans-serif;
            color: #e2e8f0;
            line-height: 1.6;
            direction: rtl;
            border-radius: 12px;
            padding: 2rem;
            margin: 2rem 0;
        }
        
        .arabic-goals-section * {
            box-sizing: border-box;
        }
        
        .arabic-goals-section .goals-header {
            text-align: center;
            margin-bottom: 2rem;
            padding: 2rem 0;
            background: linear-gradient(135deg, #60a5fa, #1e3a8a);
            color: white;
            border-radius: 12px;
        }
        
        .arabic-goals-section h1 {
            font-size: 2.5rem;
            margin-bottom: 1rem;
            font-weight: 700;
        }
        
        .arabic-goals-section .goals-content-section {
            background-color: #2D2A30;
            border-radius: 12px;
            padding: 2rem;
            margin-bottom: 2rem;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.3), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .arabic-goals-section .goals-content-section:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.4), 0 4px 6px -2px rgba(0, 0, 0, 0.3);
        }
        
        .arabic-goals-section h2 {
            color: #02D05F;
            margin-bottom: 1rem;
            font-size: 1.8rem;
            position: relative;
            padding-bottom: 0.5rem;
            font-weight: 700;
        }
        
        .arabic-goals-section h2::after {
            content: '';
            position: absolute;
            bottom: 0;
            right: 0;
            width: 60px;
            height: 3px;
            background-color: #02D05F;
        }
        
        .arabic-goals-section p {
            margin-bottom: 1rem;
            font-size: 1.1rem;
        }
        
        .arabic-goals-section .goals-highlight {
            background-color: #fde047;
            color: #111827;
            padding: 0 3px;
            font-weight: 500;
        }
        
        .arabic-goals-section .goals-principles-list {
            margin-top: 1.5rem;
        }
        
        .arabic-goals-section .goals-principle-item {
            margin-bottom: 1.5rem;
        }
        
        .arabic-goals-section .goals-principle-item strong {
            font-size: 1.2rem;
            display: block;
            margin-bottom: 0.5rem;
        }
        
        @media (max-width: 768px) {
            .arabic-goals-section {
                padding: 1rem;
            }
            
            .arabic-goals-section h1 {
                font-size: 2rem;
            }
            
            .arabic-goals-section h2 {
                font-size: 1.5rem;
            }
        }
    
/* end arabic goals */
    




