/*

Theme Name: Medaleu Child Theme

Theme URI: ""

Description: Medaleu Child Theme

Author: Matican Group

Author URI: https://yekteam.co/

Template: hello-elementor

Version: 1.0.1

Text Domain: hello-elementor-child

License: GNU General Public License v3 or later.

License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/


@font-face {
  font-family: 'Abar';
  src: url('assets/font/Abar/woff2/DoranFaNum-Regular.woff2') format('woff2'),
       url('assets/font/Abar/woff/DoranFaNum-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


html {
  scroll-behavior: smooth;
}

*:not(i) {
  font-family: "Abar", sans-serif !important;
  direction: rtl;
}

body a {
	text-decoration: none !important;
}

.comments-area a, .page-content a {
	text-decoration: none !important;
}

/* HEADER */
#custom-header {
  background: #f4e6dd;
}

#custom-header .e-con-inner {
  background: #ffffff;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
/*   overflow: hidden; */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.5s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  max-width: calc(100% - 32px);
  margin: 10px auto;
  width: 100%;
}

#custom-header .e-con-inner.collapsed {
  height: 72px;
  display: block;
  padding: 0;
  margin: 10px auto;
  max-width: 200px;
}

#custom-header .e-con-inner:not(.collapsed) {
  height: 72px;
  margin-top: 10px;
  max-width: calc(100% - 20px);
}

#custom-header .e-con-inner .navbar-col,
#custom-header .e-con-inner .social-col {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease;
}

#custom-header .e-con-inner.collapsed .navbar-col,
#custom-header .e-con-inner.collapsed .social-col {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

#custom-header .navbar-col .sub-menu a.hfe-sub-menu-item  {
	padding: 12px !important;
	text-align: center;
}

#custom-header .e-con-inner.collapsed #logo-area {
  max-width: 200px;
  width: 100%;
}

#logo-area {
  transition: all 0.5s ease;
}

#custom-mobile-header {
  background: #f4e6dd;
}

#custom-mobile-header .e-con-inner {
  background: #ffffff;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.5s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  max-width: calc(100% - 32px);
  margin: 10px auto;
  width: 100%;
  height: 72px;
  margin-top: 16px;
}

#custom-mobile-header .elementor-nav-menu--dropdown {
  left: unset;
}

.home-hero-section {
  position: relative;
  z-index: 0;
  /*   background-color: #072831; */
  overflow: hidden;
}



.cards-wrapper {
  position: relative;
}

.top-card {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  animation: top-card-animation 3s;
  transition: all 2s;
	width: 100%;
}


.top-card img {
  max-width: 400px;
	width: 100%;
  height: auto;
}

@keyframes top-card-animation {
  0% {
    transform: translate(-153%, -100%);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}

/* calculator */
/* .currency-box {
  padding: 32px;
  background: white;
  border-radius: 24px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
  direction: rtl;
  text-align: right;
}

.converter-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.converter-section {
  flex: 1;
  display: flex;
}

.converter-section.center {
  justify-content: center;
  flex: 0 0 auto;
}

.converter-section:not(.center) {
  border: 1px solid #ccc;
  border-radius: 16px;
  max-width: 400px;
}

.converter-section input {
  border-radius: 0 16px 16px 0 !important;
}

.converter-section select {
  border-radius: 16px 0 0 16px !important;
}

.converter-section input,
.converter-section select {
  flex: 1;
  padding: 8px;
  font-size: 14px;
  border: 1px solid #ccc !important;
}

#reverse-btn {
  font-size: 24px;
  padding: 8px 12px;
  background-color: #d0a932;
  color: white;
  border: none;
  border-radius: 16px;
  cursor: pointer;
  transition: 0.3s;
}
#reverse-btn:hover {
  background-color: #d0a932;
}

.result {
  margin-top: 15px;
  font-weight: bold;
} */

.currency-table {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-family: sans-serif;
}
.currency-table-header,
.currency-table-row {
  display: grid;
  grid-template-columns: 40px 50px 80px 1fr 120px 120px;
  align-items: center;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.currency-table-header {
  font-weight: bold;
  background: #f9f9f9;
}
.network-badge {
  background: #eee;
  color: #000;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 6px;
}

/* ACCORDION */
.accordion-wrapper .e-n-accordion-item {
  background-color: transparent;
  border-radius: 24px;
}
.accordion-wrapper .e-n-accordion-item:hover {
  background-color: var(--e-global-color-6bf7c2c);
}

.accordion-wrapper .e-n-accordion-item:hover {
  background-color: var(--e-global-color-6bf7c2c);
}
.accordion-wrapper .e-n-accordion-item[open] {
  background-color: var(--e-global-color-secondary);
}

.accordion-wrapper .e-n-accordion-item-title-icon .e-opened {
  transform: rotate(45deg);
}


.service-options-wrapper .elementor-widget-icon-box{
	height: 100%;
}

.service-options-wrapper .elementor-widget-icon-box .elementor-widget-container{
	display: flex;
	justify-content: center;
	align-items: center;
}


.service-options-wrapper .elementor-widget-icon-box .elementor-widget-container .elementor-icon-box-wrapper{
	gap: 8px;
}

.service-section-wrapper .elementor-icon-box-title {
	margin: 0 8px 0 0;
}




/* === COMMENTS SECTION WRAPPER === */
.comments-area {
  background-color: #F5F3EC;
  border-radius: 24px;
  padding: 32px;
  direction: rtl;
}

.title-comments {
display: none;
}

/* === COMMENT TITLE === */
/* .title-comments, */
.comment-reply-title {
  color: #072831;
  font-size: 24px;
  margin-bottom: 20px;
  border-bottom: 2px solid #D0A932;
  padding-bottom: 10px;
}

/* === INDIVIDUAL COMMENT ITEM === */
.comment-list > li.comment {
  background-color: #ffffff;
  border: 1px solid #D0A932;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
/*   display: flex;
  flex-direction: row-reverse;
  gap: 15px;
  align-items: flex-start; */
}

/* === AVATAR === */
/* .comment .avatar {
  border-radius: 50%;
  border: 2px solid #D0A932;
  width: 48px;
  height: 48px;
} */

/* === COMMENT CONTENT === */
.comment-body {
  flex: 1;
}

/* === AUTHOR NAME & METADATA === */
.comment-author {
  font-weight: bold;
  color: #072831;
  font-size: 16px;
}

.comment-author img {
	right: 0;
	left: auto;
	margin-inline-start: 10px;
	margin-inline-end: 0;
}

.comment-author .says {
  display: none;
}

.comment-metadata {
  font-size: 12px;
  color: #999;
  margin-bottom: 10px;
}

/* === COMMENT TEXT === */
.comment-content {
  color: #333333;
  font-size: 16px;
  line-height: 1.7;
}

/* === REPLY LINK === */
.reply a {
  display: inline-block;
  margin-top: 10px;
  background-color: #F1F2F3;
  color: #D0A932;
  padding: 6px 12px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s ease;
}

.reply a:hover {
  background-color: #D0A932;
  color: #ffffff;
}

/* === FORM STYLING === */
#respond {
  margin-top: 40px;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 25px;
  border: 1px solid #D0A932;
}

.comment-form label {
  font-weight: bold;
  color: #072831;
}


.comment-form .submit {
  background-color: #F1F2F3;
  color: #D0A932;
  border: none;
  padding: 10px 18px;
  font-size: 15px;
  border-radius: 23px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.comment-form .submit:hover {
  background-color: #D0A932;
  color: #ffffff;
}

/* === LOGGED IN INFO + CANCEL LINK === */
/* .comment-form .logged-in-as,
#cancel-comment-reply-link {
  font-size: 13px;
  color: #555;
} */

/* === MOBILE RESPONSIVENESS === */
@media (max-width: 600px) {
  .comment-list > li.comment {
    flex-direction: column;
    text-align: right;
  }

  .avatar {
    margin-bottom: 10px;
  }
}

#comments {
	max-width: 1140px;
	margin: auto;
}

@media (max-width: 1140px) {
#comments {
	max-width: 1140px;
	margin: auto 10px;
}
}


/* === COMMENT FORM INPUT FIELDS === */
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  width: 100%;
  transition: box-shadow 0.3s ease;
  outline: none;
border-width: 0px 0px 1px 0px;
border-radius: 8px;	
}

/* .comment-form input[type="text"]::placeholder,
.comment-form input[type="email"]::placeholder,
.comment-form input[type="url"]::placeholder,
.comment-form textarea::placeholder {
  color: #999999;
  font-size: 14px;
} */

/* === FOCUS STATE === */
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus {
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.1)

}

.comment-form input,
.comment-form textarea {
  direction: rtl;
  text-align: right;

}



.site-main.post.type-post {
	padding-top: 100px;
}



.breadcrumb {
  direction: rtl;
  font-size: 14px;
  margin-bottom: 20px;
  color: #ffffff;
}

.breadcrumb a {
  color: #ffffff;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
	color: #D0A932;
}
