/*
Theme Name:   Astra Child
Template:     astra
*/

/* write custom css after this line */

@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

.tajawal-extralight {
  font-family: "Tajawal", serif;
  font-weight: 200;
  font-style: normal;
}

.tajawal-light {
  font-family: "Tajawal", serif;
  font-weight: 300;
  font-style: normal;
}

.tajawal-regular {
  font-family: "Tajawal", serif;
  font-weight: 400;
  font-style: normal;
}

.tajawal-medium {
  font-family: "Tajawal", serif;
  font-weight: 500;
  font-style: normal;
}

.tajawal-bold {
  font-family: "Tajawal", serif;
  font-weight: 700;
  font-style: normal;
}

.tajawal-extrabold {
  font-family: "Tajawal", serif;
  font-weight: 800;
  font-style: normal;
}

.tajawal-black {
  font-family: "Tajawal", serif;
  font-weight: 900;
  font-style: normal;
}

body, button, input, textarea {
	font-family: "Tajawal", sans-serif !important;
}

/* scrollbar */
::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	background: #E6A233;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
	background: #E6A233;
}

a:focus,input:focus,textarea:focus,button:focus{outline:none}

.wpcf7 input.wpcf7-form-control:not([type=submit]), .wpcf7 textarea.wpcf7-form-control {
    padding: 24px !important;
    font-size: 13px;
    border-radius: 0;
	color: #FFFFFF;
    background-color: transparent;
}

select.wpcf7-form-control.wpcf7-select.form-select {
	border: none;
	font-size: 13px;
	border-radius: 0;
	height: 48px !important;
}

.wpcf7 form p {
	margin-bottom: 13px;
}

.wpcf7 form input[type="submit"] {
    background-color: transparent !important;
    border: 1px solid #FFFFFF !important;
    color: #FFFFFF;
    padding: 15px;
    border-radius: 50%;
}

.wpcf7 form input[type="submit"]:hover {
	color: #FFFFFF;
	background-color: #57A1A7 !important;
}

span.wpcf7-spinner {
	display: none;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7 ::placeholder, .wpcf7 input.wpcf7-form-control:not([type=submit]):focus, .wpcf7 select.wpcf7-form-control:focus, .wpcf7 textarea.wpcf7-form-control:focus, .wpcf7 .form-control:focus {
	color: #FFFFFF !important;
}

.wpcf7 textarea {
	height: 160px;
}

.rtl .wpcf7 input[type="url"], .rtl .wpcf7 input[type="email"], .rtl .wpcf7 input[type="tel"] {
	direction: rtl;
}

article .entry-meta {
	display: none;
}

h1.page-title.ast-archive-title {
	text-align: center;
}

.ast-site-title-wrap {
	display: none;
}

.rtl .hfe-search-button-wrapper .hfe-search-icon-toggle .hfe-search-form__input {
	right: auto;
	left: 0;
	box-shadow: none !important;
}

.rtl .hfe-search-button-wrapper.hfe-input-focus .hfe-search-icon-toggle .hfe-search-form__input {
	right: auto;
	left: 0;
}

.ast-related-post-featured-section.post-has-thumb img {
	height: 80px;
	width: auto;
}

span.ast-blog-single-element {
	display: none !important;
}

.ast-plain-container.ast-no-sidebar #primary {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}

/* الزر المنزلق */
.elementor-button {
  position: relative;
  display: inline-block;
  border: none;
  cursor: pointer;
  overflow: hidden;
  transition: background-color 0.3s ease-in-out;
}

.elementor-button:hover {

}

.elementor-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transition: left 0.3s ease-in-out;
}

.elementor-button:hover::before {
  left: 0;
}

.hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:after {
    height: 1px !important;
    width: 80% !important;
    left: 10% !important;
}

header.entry-header .entry-title {
    display: none;
}

@media (max-width: 40em) {

}