	* {
		margin: 0px;
		padding: 0px;
		box-sizing: border-box;
	}

	a, a:hover {
		text-decoration: none;
	}

	html {
		scrollbar-width: thin;
		scrollbar-color: #053944 #F4F4F4;
		scroll-behavior: smooth;
		-ms-overflow-style: none; /* Microsoft Edge (older versions) */
	}

	/* WebKit (Chrome, Safari, Edge) */
	html::-webkit-scrollbar {
		width: 10px;
	}

	html::-webkit-scrollbar-track {
		background: #F4F4F4;
		border-radius: 5px;
	}

	html::-webkit-scrollbar-thumb {
		background: #053944;
		border-radius: 5px;
	}

	html::-webkit-scrollbar-thumb:hover {
		background: #07515F;
	}

	.values-container {
		background: url('https://assafa-academy.com/wp-content/uploads/2025/02/AboutUs-Statistics_converted.webp') center/cover no-repeat;
		width: 250px;
		height: 250px;
	}

	.search-products {
		width: 80%;
		background-color: #F4F4F4;
		border: none !important;
	}

	@media (max-width: 425px) {
		.search-products {
			width: 100%;
		}
	}

	.search-products button {
		background-color: transparent !important;
		width: auto !important;
		padding: 0px !important;
	}

	.search-products button svg {
		fill: #525252 !important;
		height: 30px !important;
		width: auto !important;
	}
	.search-products input {
		background-color: #F4F4F4;
		padding: 0px !important;
	}
	.wp-block-search__inside-wrapper {
		display: flex;
		align-items: center;
		flex-direction: row-reverse;
		height: 50px;
		gap: 10px !important;
		border: none;
	}
	.sorting-section {
		color: white !important;
		background-color: #053944 !important;
		padding: 10px 15px !important;
	}
	.sorting-section select {
		border: none !important;
		color: white;
		background-color: transparent;
		font-family: 'zain';
	}
	.sorting-section:focus {
		color:red;
	}
	.custom-catalouge-button {
		position: relative;
	}
	.custom-catalouge-button::after {
		position: absolute;
		left: 35%;
		top: 50%;
		transform: translate(-50%, -50%);
		content: " ";
		display: block;
		width: 17px;
		height: 16px;
		background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="16" viewBox="0 0 17 16" fill="none"><path d="M12.5 8.00029V6.22029C12.5 4.01363 10.9333 3.10696 9.02 4.21363L7.48 5.10696L5.94 6.00029C4.02667 7.10696 4.02667 8.91363 5.94 10.0203L7.48 10.9136L9.02 11.807C10.9333 12.8936 12.5 11.9936 12.5 9.78029V8.00029Z" fill="white" stroke="white" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center/contain;
	}

	.products-grid {
		padding: 25px 0px;
	}
	.single-product-image {
		width: 100%;
		height: 100%;
	}
	.custom-add-to-cart .quantity, .custom-add-to-cart-projects .quantity {
		display: none !important;
	}
	.custom-add-to-cart button, .custom-add-to-cart-projects button {
		width: 300px !important;
		background-color: #053944;
		color: white;
		position: relative;
	}
	.custom-add-to-cart button::after, .custom-add-to-cart-projects button::after {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		content: "";
		display: block;
		width: 17px;
		height: 16px;
		background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="16" viewBox="0 0 17 16" fill="none"><path d="M12.5 8.00029V6.22029C12.5 4.01363 10.9333 3.10696 9.02 4.21363L7.48 5.10696L5.94 6.00029C4.02667 7.10696 4.02667 8.91363 5.94 10.0203L7.48 10.9136L9.02 11.807C10.9333 12.8936 12.5 11.9936 12.5 9.78029V8.00029Z" fill="white" stroke="white" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center/contain;
	}

	#forminator-module-325 {
		display: flex !important;
		flex-direction: row !important;
		align-items: center;
		width: auto !important;
		gap: 15px !important;
	}

	#forminator-module-325 input {
		background-color: white;
		width: 400px !important;
		border: none !important;
	}

	#forminator-module-325 button {
		background-color: #053944;
		color: white;
		width: 200px !important;
	}

	/* Testimonial section */
	.testmonials-custom .columns-3 {
		padding: 0px !important;
	}

	.testmonials-custom .columns-3 li {
		width: 100%;
		background-color: #ebfffd;
		border-radius: 8px;
		position: relative;
	}

	.testmonials-custom .columns-3 li:nth-child(even) {
		background-color: #fff7ec;
	}

	.testmonials-custom .columns-3 li .paper-clip {
		width: 30px;
		position: absolute;
		top: -10px;
		right: -5px;
		fill: #31c9ca;
	}

	.testmonials-custom .columns-3 li:nth-child(even) .paper-clip {
		fill: #e8b86e;
	}

	.testmonials-custom .main-testmonial-row {
		display: flex !important;
		margin-bottom: -10px !important;
		align-items: center !important;
	}

	.testmonials-custom .main-testmonial-row img {
		width: 50px;
		border-radius: 50%;
		margin-right: 10px;
	}
	.stars-container {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 5px;
		font-size: 25px;
		padding: 0px !important;
		margin-top: -20px;
		margin-bottom: -15px;
	}

	.star {
		color: #31c9ca;
	}

	.testmonials-custom .columns-3 li:nth-child(even) .star {
		color: #e8b86e;
	}

	.next-page, .previous-page, .numbers a, .numbers span {
		text-decoration: none !important;
	}

	.numbers a {
		position: relative;
		color: rgba(0, 0, 0, 0.6);
		padding: 5px 10px;
		border: 1px solid #093947;
		border-radius: 3px;
	}

	.numbers span {
		padding: 5px 10px;
		border: 1px solid #093947;
		color: white;
		background-color: #093947;
		border-radius: 3px;
	}
	#forminator-module-515 button {
		color:white;
		background-color:#053944;
		padding:15px;
		border-radius:4px;
		width:100%;
	}
	#forminator-module-515 input, #forminator-module-515 textarea {
		border-radius:4px; 
		border-color:#DCDCDC;
	}
	#forminator-module-515 input[type="text"] {
		color:#DCDCDC
	}
	#forminator-module-515 label {
		font-size:16px !important;
	}
	#forminator-module-515 .forminator-description {
		display:none !important;
	}
	@media (max-width: 480px) {
        #hide-this-nav {
            display: none !important;
        }
		.news-featured-image {
			width:100% !important;
		}
}
	.read-more {
		position:absolute;
		width:100%;
		height:100%;
		right:0;
		top:0;
		z-index:1;
		background-color:transparent;
		color:transparent;
	}

	.news-featured {
    position: absolute;
    right: 0;
    top: 0;
    object-fit: cover; 
    object-position: center; 
	border-radius:10px;
}
	.post-short-content {
		z-index:10;
	}
	.single-blog-title {
		font-weight:bold;
		z-index:10;
	}
	.educational-sections-list .wc-block-product-categories-list {
		display: grid;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); 
        gap: 10px;
	}
	.educational-sections-list .wc-block-product-categories-list li {
		background-color:#F4F4F4;
		padding:15px;
		min-height:350px;
	}
	.educational-sections-list .wc-block-product-categories-list li a {
		position:relative !important;
		display:flex;
		flex-direction:column;
		justify-content:center !important;
		min-height:60%;
		gap:10px;
		align-items:center !important;
	}
	.educational-sections-list .wc-block-product-categories-list li a .wc-block-product-categories-list-item__image {
		max-width:100% !important;
		max-height:100% !important;
		object-fit:cover;
	}
	.educational-sections-list .wc-block-product-categories-list-item-count {
		display:none;
	}
	.our-numbers-section {
		background-image: url('https://assafa-academy.com/wp-content/uploads/2025/03/Our-Numbers-Pattern-1_converted.webp'), url('https://assafa-academy.com/wp-content/uploads/2025/03/Our-Numbers-Background-pt.2_converted.webp');
        background-position: top left, bottom right;
        background-repeat: no-repeat, no-repeat;
        background-size: auto, auto;
	}
	@media (max-width:768px) {
		.our-numbers-section {
			background-size:350px, 350px;
		}
	}
	@media (max-width:426px) {
		.our-numbers-section {
			background-size:200px, 200px;
		}
	}
	.newsletter-section {
		background-image: url('https://assafa-academy.com/wp-content/uploads/2025/03/newsletter-left_converted.webp'), url('https://assafa-academy.com/wp-content/uploads/2025/03/newsletter-right_converted.webp');
        background-position: top left, bottom right;
        background-repeat: no-repeat, no-repeat;
        background-size: auto, auto;
	}
	#borderLess-field {
		border-style:none !important;
	}
	#forminator-module-758 .forminator-button-submit {
			background-color:#053944 !important;
			color:white !important;
		}
	@media (max-width:426px) {
		.newsletter-section {
			background-size:100px, 100px;
		}
		#hide-this-nav {
			display:none !important;
		}
	}
	.reviewer-name {
			font-weight:bold
		}
	@media only screen and (min-width: 2560px) {
		#location-row {
			padding-top:150px !important;
		}
		#contact-header {
			margin-bottom:100px !important;
		}
	}
	.our-values-section {
		position:relative !important;
	}
	.our-values-section::after {
		content:'';
		position:absolute;
		bottom:-30px;
		width:100% !important;
		height:120px;
		background-image:url('https://assafa-academy.com/wp-content/uploads/2025/03/Navbar_converted.webp');
		background-repeat:repeat-x;
	}
	.our-values-section::before {
		content:'';
		position:absolute;
		top:-30px;
		width:100% !important;
		height:120px;
		background-image:url('https://assafa-academy.com/wp-content/uploads/2025/03/Navbar-1_converted.webp');
		background-repeat:repeat-x;
	}
	.taxonomy-product_cat a:first-of-type {
    display: none !important;
	}
	.taxonomy-product_cat span:first-of-type {
    display: none !important;
}
	.projects-readmore {
		background-color:#053944;
		color:white;
		text-align:center;
		font-size:1rem;
		width:100% !important;
		height:40px;
		border-style:none;
		border-radius:4px;
		position:relative;
	}
	.projects-readmore:hover {
		opacity:0.8;
	}
	.projects-readmore::after {
		content:'';
		width:25px;
		height:25px;
		top:7px;
		left:37%;
		transform:translateX(-37%);
		position:absolute;
		background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="16" viewBox="0 0 17 16" fill="none"><path d="M12.5 8.00029V6.22029C12.5 4.01363 10.9333 3.10696 9.02 4.21363L7.48 5.10696L5.94 6.00029C4.02667 7.10696 4.02667 8.91363 5.94 10.0203L7.48 10.9136L9.02 11.807C10.9333 12.8936 12.5 11.9936 12.5 9.78029V8.00029Z" fill="white" stroke="white" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center/contain;
	}
	html[lang="en-US"] .projects-readmore::after {
		content:'';
		display:none;
	}
	html[lang="en-US"] .projects-readmore::before {
		content:'';
		width:25px;
		height:25px;
		top:7px;
		right:30%;
		transform:translateX(-30%);
		transform:rotate(180deg);
		position:absolute;
		background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="16" viewBox="0 0 17 16" fill="none"><path d="M12.5 8.00029V6.22029C12.5 4.01363 10.9333 3.10696 9.02 4.21363L7.48 5.10696L5.94 6.00029C4.02667 7.10696 4.02667 8.91363 5.94 10.0203L7.48 10.9136L9.02 11.807C10.9333 12.8936 12.5 11.9936 12.5 9.78029V8.00029Z" fill="white" stroke="white" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center/contain;
	}
	.projects-readmore-full {
		width:100%;
		height:100%;
		position:absolute;
		right:0;
		top:0;
		z-index:10;
	}
	#donations {
		position:relative;
		padding:0px !important;
		
	}
	.custom-add-to-cart-projects button {
		margin:0px !important;
	}
	.projects-donation-amount {
		margin-top:-48px !important;
		height:55px !important;
		padding:10px 5px;
		border:1px solid #053944;
		border-radius:4px;
	}
	.product-category {
		background-color:#F4F4F4;
		padding:10px !important;
		border:1px solid #F4F4F4;
	}
	.product-category:hover {
		background-color:white;
	}
	.product-category .count {
		display:none !important;
	}
	.product-category h2{
		font-size:32px;
		color:#464646;
		position:relative;
	}
	.product-category h2:after {
		background-color:#053944 !important;
		content:'';
		top:50%;
		left:10px;
		transform:translatey(-50%);
		width:30px;
		height:30px;
		border-style:none !important;
		border-radius:50%;
		position:absolute;
		background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="12" viewBox="0 0 17 16" fill="none"><path d="M12.5 8.00029V6.22029C12.5 4.01363 10.9333 3.10696 9.02 4.21363L7.48 5.10696L5.94 6.00029C4.02667 7.10696 4.02667 8.91363 5.94 10.0203L7.48 10.9136L9.02 11.807C10.9333 12.8936 12.5 11.9936 12.5 9.78029V8.00029Z" fill="white" stroke="white" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center/contain;
	}
	@media (min-width:2560px) {
		#add-padding-sections {
			padding:0px 10%;
		}
	}
	.custom-product-categories {
		display:grid;
		align-items:center;
		justify-content:center;
		grid-template-columns:repeat(3,1fr);
		gap:16px;
	}
	@media (max-width:1024px) {
		.custom-product-categories {
		display:grid;
		grid-template-columns:repeat(2,1fr);
			gap:16px;}
	}
	@media (max-width:768px) {
		.custom-product-categories {
		display:grid;
		grid-template-columns:repeat(1,1fr);
		gap:16px;
	}
	}
	@media (max-width:425px) {
		.custom-product-categories {
		display:grid;
		grid-template-columns:repeat(1,1fr);
		gap:16px;}
	}
	.custom-product-categories .category-item {
		max-width: 320px;
		background-image: url('https://assafa-academy.com/wp-content/uploads/2025/03/Vector.webp') !important;
		background-color:transparent !important;
		overflow:hidden;
		background-size:cover ;
		background-position:center center;
		background-repeat:repeat;
		height: 300px;
		border: 3px solid #F4F4F4;
		border-radius: 4px;
		padding: 10px;
		transition: all 0.5s;
		overflow: hidden;
		position: relative;
		display:flex;
		flex-direction:column;
		padding-top: 40px;
}
@media (max-width:425px) {
		.custom-product-categories .category-item {
			width:300px;
		}
	}
.custom-product-categories .category-item .normal-icon {
    position: absolute;
    bottom: -35px;
    left: 0;
    fill: #053944 !important;
    transition: all 1s;
    width: 100px;
    height: 100px;
	z-index:10;
}

  html[lang="en-US"] .custom-product-categories .category-item .normal-icon {

	right:0 !important;
	left:auto !important;

  }

  html[lang="en-US"] .custom-product-categories .category-item .icon-overlay {

	right:-72px !important;
	left:auto !important;

  }
	.custom-product-categories .category-item .icon-overlay {
		position: absolute !important;
        bottom: -130px !important;
   		left: -72px;
    	fill: #F7F7F7 !important;
   		width: 300px;
   		height: 325px;
	}

.custom-product-categories .category-item:nth-child(odd) .normal-icon {
    fill: #FFAF3D !important;
}

.custom-product-categories .category-item:hover .normal-icon {
    transform: rotate(90deg);
    fill: white !important;
    z-index: 2 !important;
}
	.custom-product-categories .category-item:hover .icon-overlay {
		display:none 
	}
.custom-product-categories .category-item p {
    color: #3D3D3D; 
	font-size:1rem;
    z-index: 10;
}

.custom-product-categories .category-item h3 {
    font-size: 25px;
    font-weight: bold;
    position: default;
}

.custom-product-categories .category-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
}

.custom-product-categories .category-item:hover {
    height: 300px;
    background-image: var(--hover-bg) !important;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 45px;
}

.custom-product-categories .category-item:hover::before {
    opacity: 1;
}

.custom-product-categories .category-item:hover h3 {
    color: white;
    background-color: #FFAF3D;
    display: inline;
    position: absolute;
    top: 10px;
    font-size: 1.1rem;
    padding: 10px;
    border-radius: 10px 0 0 10px;
    right: 0;
    z-index: 10;
	text-align:right;
}

.custom-product-categories .category-item:hover p {
    z-index: 10 !important;
    padding-top: 1.3rem;
    display: block;
    color: white !important;
    font-size: 1rem;
	display: -webkit-box;
	-webkit-line-clamp: 5; /* Set max lines here */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	z-index: 1000;
}
	#email-image {
		max-height:70px !important;
		max-width:70px !important;
		margin-top:-11px !important;
	}
	@media (max-width:425px) {
		#email-image {
			max-width:50px!important;
			max-height:50px !important;
		}
	}
	@media (max-width:320px) {
		#email-image {
			display:none !important;
		}
	}
	#form-move {
		position:absolute;
		bottom:-25px;
	}
	@media (max-width:425px) {
		#hide-on-mobile {
			display:none !important;
		}
	}
	.projects-simple-button {
		background-color: #053944;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: none !important;

	background-image: 
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 17 16' fill='none'%3E%3Cpath d='M12.5 8.00029V6.22029C12.5 4.01363 10.9333 3.10696 9.02 4.21363L7.48 5.10696L5.94 6.00029C4.02667 7.10696 4.02667 8.91363 5.94 10.0203L7.48 10.9136L9.02 11.807C10.9333 12.8936 12.5 11.9936 12.5 9.78029V8.00029Z' fill='white' stroke='white' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	}
.single-course-content ul:nth-of-type(1) li::marker {
    font-size: 1.4em; 
    color: #FFAF3D;
}
.single-course-content ul:nth-of-type(2) li::marker {
    font-size: 1.4em;
    color: #125967;
}
.single-course-content ul:nth-of-type(3) li::marker {
    font-size: 1.4em;
    color: #00D5DE;
}
	.single-course-content ul {
		margin-right:1.1rem !important;
	}
	.wmc-currency select, .wmc-currency select:hover, .wmc-currency select:active {
		border-style:none !important;
		background-color:transparent !important;
		padding:5px 5px 0px 5px !important;
		border-radius:4px;
		color:#3D3D3D;
		font-family:'zain';
		font-size:1rem;
	}
	.play-icon {
		position:absolute;
		top:50%;
		transform: translatey(-50%);
		right:-30px;
	}
	html[lang="en-US"] .play-icon {
		position:absolute;
		top:50%;
		transform: translatey(-50%);
		left:-30px;
	}
	@media (max-width:425px) {
		.play-icon {
			position:absolute;
			right:0;
			margin:0px calc((100% - 60px)/2);
	}
	}
	.kt-video-play-animation-none svg {
		display:none !important;
	}
	.reviews-box-1 .reviewer-name{
		font-size:20px;
		font-weight:bold;
	}
	.reviews-box-1 .reviewer-country{
		font-size:14px;
		color:#464646;
	}
	.reviewer-content {
		font-size:1rem;
		color:#525252;
	}
	.kadence-video-popup-wrap {
		border-radius:4px !important;
	}
	.teaching-staff-sector {
		font-size:14px;
		background-color:rgba(255, 175, 61, 0.1);
		color:#FFAF3D;
		border-radius:4px;
		padding:5px 10px;
	}
	.teaching-staff-title {
		font-size:14px;
	}
	.teaching-staff-name {
		font-size:20px;
		font-weight:bold;
	}
	.staff_experience {
		font-size:16px;
	}
	.map-border-radius iframe {
		border-radius:4px !important;
	}
	.clamped-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.remaining-amount {
	color:white;
	font-size:0.8rem;
	font-weight: normal;
}
	#borderLess-field::placeholder {
		font-size:14px !important;
	}
	.forminator-field .forminator-is_filled ,#forminator-field-name-1_67ff8bf42077c {
		color:black !important
	}
	.sticky-image {
		position:relative;
	}
	@media (min-width: 768px) {
		.sticky-image {
		  position: fixed;
		  width: 370px;
		  height: 200px;
		  top: 150px;
		  right: 50px;
		}
	  
		html[lang="en-US"] .sticky-image {
		  right: auto;  /* Cancel the previous rule */
		  left: 50px;
		}
	  }
	  
	  @media (min-width: 1441px) {
		.sticky-image {
		  width: 600px;
		  height: 350px;
		}
	  
		html[lang="en-US"] .sticky-image {
		  width: 600px;
		  height: 350px;
		}
	  }
	  html[lang="en-US"] .custom-product-categories .category-item:hover h3 {
		color: white;
		background-color: #FFAF3D;
		display: inline;
		position: absolute;
		top: 10px;
		font-size: 1.1rem;
		padding: 10px;
		border-radius: 0px 10px 10px 0px;
		right:auto;
		left: 0;
		z-index: 10;
		text-align:left;
	  }
	  html[lang="en-US"] .projects-simple-button {
		transform: rotate(180deg)
	  }
	  html[lang="en-US"] .name-your-price-form .add_to_cart_custom_price::after{
		display:none;
	  }
	  html[lang="en-US"] .single_add_to_cart_button::after {
		content:'';
		display:none;
	  }
	  html[lang="en-US"] .single_add_to_cart_button::before {
		position: absolute;
		right: 25px;
		bottom:15px;
		transform:rotate(180deg);
		content: " ";
		display: block;
		width: 17px;
		height: 16px;
		background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="16" viewBox="0 0 17 16" fill="none"><path d="M12.5 8.00029V6.22029C12.5 4.01363 10.9333 3.10696 9.02 4.21363L7.48 5.10696L5.94 6.00029C4.02667 7.10696 4.02667 8.91363 5.94 10.0203L7.48 10.9136L9.02 11.807C10.9333 12.8936 12.5 11.9936 12.5 9.78029V8.00029Z" fill="white" stroke="white" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center/contain;
	  }
	  html[lang='en-US'] .navigation .kb-link-wrap,
	  .navigation .kb-nav-link-content {
		  text-align: left;
		  display: block;
		  justify-content: flex-start !important; 
		  align-items: flex-start !important;
	  }
	  html[lang='en-US'] .kt-block-spacer-halign-right .kt-divider {
		margin-left: 0 !important;
		align-items:left !important;
		text-align: left !important;
	}
	html[lang='en-US'] .ltr-support {
	text-align: left !important;
}


.view-all-buttonlink a {
	display: inline-block;
	padding: 8px 20px;
	background-color: rgba(5, 57, 68, 1);
	text-align: cetner;
	color: #fff !important;
	text-decoration: none;
	border-radius: 20px;
	transition: all 0.3s ease;
	font-family: 'Zain';
	font-size: 14px;
}


  .view-all-buttonlink a:hover {
	background-color: rgba(5, 57, 68, 0.9);
	transform: translateY(-2px);
}

/* WooCommerce Thank You Page Styles */
.woocommerce-order-received .woocommerce {
    max-width: 800px;
    margin: 40px auto;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
}

/* Thank you message */
.woocommerce-order-received .woocommerce-thankyou-order-received {
    font-size: 24px;
    color: #053944;
    text-align: center;
    margin-bottom: 30px;
    padding: 20px;
    background: #f8f8f8;
    border-radius: 8px;
    border-left: 4px solid #00bfc7;
}

/* Order details box */
.woocommerce-order-received .woocommerce-order-details {
    margin-top: 40px;
    padding: 25px;
    background: #f8f8f8;
    border-radius: 8px;
}

.woocommerce-order-received .woocommerce-order-details__title {
    color: #053944;
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e0e0e0;
}

/* Bank details styling */
.woocommerce-order-received .woocommerce-bacs-bank-details {
    margin: 30px 0;
    padding: 25px;
    background: #fff9e6;
    border-radius: 8px;
    border: 1px solid #ffe0b2;
}

.woocommerce-order-received .wc-bacs-bank-details-heading {
    color: #053944;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.woocommerce-order-received .wc-bacs-bank-details-account-name {
    font-weight: bold;
    color: #053944;
}

.woocommerce-order-received .wc-bacs-bank-details {
    margin: 0;
    padding: 0;
    list-style: none;
}

.woocommerce-order-received .wc-bacs-bank-details li {
    padding: 10px 0;
    border-bottom: 1px solid #ffe0b2;
}

.woocommerce-order-received .wc-bacs-bank-details li:last-child {
    border-bottom: none;
}

/* Order overview boxes */
.woocommerce-order-received .woocommerce-order-overview {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 30px 0;
    padding: 0;
    list-style: none;
}

.woocommerce-order-received .woocommerce-order-overview li {
    flex: 1 1 200px;
    padding: 15px;
    background: #f8f8f8;
    border-radius: 8px;
    text-align: center;
}

.woocommerce-order-received .woocommerce-order-overview li strong {
    display: block;
    margin-top: 5px;
    color: #053944;
    font-size: 16px;
}

/* Customer details section */
.woocommerce-order-received .woocommerce-customer-details {
    margin-top: 40px;
    padding: 25px;
    background: #f8f8f8;
    border-radius: 8px;
}

.woocommerce-order-received .woocommerce-customer-details .woocommerce-column__title {
    color: #053944;
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e0e0e0;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
    .woocommerce-order-received .woocommerce {
        padding: 20px;
        margin: 20px;
    }

    .woocommerce-order-received .woocommerce-order-overview {
        flex-direction: column;
    }

    .woocommerce-order-received .woocommerce-order-overview li {
        flex: 1 1 100%;
    }

    .woocommerce-order-received .woocommerce-thankyou-order-received {
        font-size: 20px;
        padding: 15px;
    }
}

/* Print styles */
@media print {
    .woocommerce-order-received .woocommerce {
        box-shadow: none;
        padding: 0;
    }

    .woocommerce-order-received .woocommerce-bacs-bank-details {
        break-inside: avoid;
    }

    .woocommerce-order-received .woocommerce-order-details {
        break-inside: avoid;
    }
}

/* Additional enhancements for bank transfer */
.woocommerce-order-received.payment-method-bacs .woocommerce-bacs-bank-details {
    position: relative;
    margin-top: 40px;
}

.woocommerce-order-received.payment-method-bacs .woocommerce-bacs-bank-details:before {
    content: "🏦";
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 30px;
    background: #fff;
    padding: 0 15px;
}

/* Copy bank details button */
.woocommerce-order-received .copy-bank-details {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background: #053944;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.woocommerce-order-received .copy-bank-details:hover {
    background: #00bfc7;
}

/* Success message for bank transfer */
.woocommerce-order-received .bank-transfer-message {
    margin: 20px 0;
    padding: 15px;
    background: #e8f5e9;
    border-left: 4px solid #4caf50;
    border-radius: 4px;
}

/* Order status indicator */
.woocommerce-order-received .order-status {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    margin-left: 10px;
}

.woocommerce-order-received .order-status.on-hold {
    background: #fff3e0;
    color: #f57c00;
}

.woocommerce-order-received .order-status.processing {
    background: #e3f2fd;
    color: #1976d2;
}

.woocommerce-order-received .order-status.completed {
    background: #e8f5e9;
    color: #388e3c;
}

.wp-block-woocommerce-order-confirmation-status{
	margin-top: 50px !important; 
}

/* Reorder sections to show bank details first */
.woocommerce-order-received .woocommerce {
    display: flex;
    flex-direction: column;
}

.woocommerce-order-received .woocommerce > * {
    order: 3;
}

.woocommerce-order-received .woocommerce-thankyou-order-received {
    order: 1;
}

.woocommerce-order-received .woocommerce-bacs-bank-details {
    order: 2 !important;
    margin-top: 20px !important;
    margin-bottom: 30px !important;
    background: #fff9e6;
    border: 2px solid #FFAF3D;
    position: relative;
}

.woocommerce-order-received .woocommerce-order-overview {
    order: 3;
}

.woocommerce-order-received .woocommerce-order-details {
    order: 4;
}

.woocommerce-order-received .woocommerce-customer-details {
    order: 5;
}

/* Enhanced bank details styling */
.woocommerce-order-received .wc-bacs-bank-details-heading {
    background: #FFAF3D;
    color: white;
    margin: -25px -25px 20px -25px;
    padding: 15px;
    border-radius: 6px 6px 0 0;
    text-align: center;
    font-size: 18px;
    position: relative;
}

.woocommerce-order-received .wc-bacs-bank-details-heading:after {
    content: "🏦";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.woocommerce-order-received .wc-bacs-bank-details {
    margin: 0;
    padding: 0;
}

.woocommerce-order-received .wc-bacs-bank-details li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 175, 61, 0.2);
}

.woocommerce-order-received .wc-bacs-bank-details li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.woocommerce-order-received .wc-bacs-bank-details li strong {
    color: #053944;
    font-weight: bold;
}

/* Add a notice above bank details */
.woocommerce-order-received .woocommerce-bacs-bank-details:before {
    content: "⚠️ يرجى استخدام معلومات البنك أدناه لإكمال الدفع";
    display: block;
    text-align: center;
    color: #053944;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 10px;
    background: rgba(255, 175, 61, 0.1);
    border-radius: 4px;
}
.woocommerce-order-received .woocommerce-bacs-bank-details {
	margin: 0 auto;
	width: 60%;
}
@media (max-width: 768px) {
	.woocommerce-order-received .woocommerce-bacs-bank-details {
		width: 100%;
	}
}

.woocommerce-order-received .wc-bacs-bank-details-account-name {
	
	padding-top: 20px;
	margin-top: 10px;
	background-color: #FFAF3D;
	padding: 10px;
	border-radius: 4px;
}

.trp-language-switcher > div {
border: 0px !important;
}



.aboutsection {

	background-position: 100% 0% !important;

  }
html[lang="en-US"] .aboutsection {

	background-image:url('https://assafa-academy.com/wp-content/uploads/2025/05/image.webp');
	background-position: 0% 0%

  }



.metaicon div{
	display: flex;
}