/*
Theme Name: Hello Elementor Child
Author: Hello Elementor
Author URI: https://wordpress.com
Description: Child Theme for Hello Elementor
Template: hello-elementor
Version: 1
*/

/*all*/
*{padding:0;margin:0;}
*,*:after,*:before{box-sizing:inherit}
* {
  scrollbar-width: thin;
  scrollbar-color: #888 #555;
}
*::-webkit-scrollbar {
  width: 7px;
}
*::-webkit-scrollbar-track {
  background: #555;
}
*::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 20px;
  border: 2px solid #555;
}
html {
	box-sizing:border-box;
	font-size: 10px !important;
}
/*Custom CSS*/
/* .elementor-swiper .swiper-pagination-bullets {
    bottom: 20px !important;
    left: auto !important;
    right: 20px !important;
    width: auto !important;
    display: inline-block;
}
.elementor-swiper .swiper-pagination {
    bottom: 20px !important;
    left: auto !important;
    right: 20px !important;
    width: auto !important;
} */

.elementor-swiper .swiper-pagination {
    position: absolute !important;
    bottom: 20px !important;
    left: auto !important;
    right: 20px !important;
    width: auto !important;
    display: flex !important;
    justify-content: flex-end;
    gap: 8px;
}

.elementor-swiper .swiper-pagination-bullet {

    opacity: 0.5 !important;
    margin: 0 2px !important;
    width: 10px !important;
    height: 6px !important;
    border-radius: 3px !important;
    transition: all 0.3s ease !important;
}

.elementor-swiper .swiper-pagination-bullet-active {
    width: 15px !important; 
}

.pr-txt-homepage {
    background: linear-gradient(269.74deg, #0A4249 41.59%, #1AA6B7 59.32%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    display: inline-block;
}



.e-search-form {
    position: relative;
    display: flex;
}

.e-search-input-wrapper {
    flex: 1;
    position: relative;
}

.e-search-submit {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    z-index: 2;
    cursor: pointer;
}

.e-search-input {
    padding-left: 40px !important;
    width: 100%;
}

.e-search-submit:hover {
    opacity: 0.8;
}

@media (max-width: 767px) {
    .e-search-submit {
        left: 6px;
    }
    
    .e-search-input {
        padding-left: 35px !important;
    }
}
.e-n-tabs-heading{
  background-color: #1274800f;
    border-radius: 15px;
    padding: 25px;
}

.pp-card-slider-image-right .pp-card-slider-image{
position: absolute;
right: 0;
}
.pp-card-slider-image-right .pp-card-slider-content-wrap{
  position: absolute;
  right: 345px;
  padding-left:50px;
}
.elementor-widget-flip-box .elementor-flip-box__back .elementor-flip-box__layer__description{
  white-space: pre-line;
}
.elementor-301 .elementor-element.elementor-element-a0ada6d .elementor-post__title, .elementor-301 .elementor-element.elementor-element-a0ada6d .elementor-post__title a {
  display: -webkit-box;
  -webkit-line-clamp: 1; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

select#cat {
  width: 100%;
  max-width: 300px;
  padding: 10px 40px 10px 15px;
  font-size: 15px;
  border: 2px solid #ddd;
  border-radius: 10px;
  background-color: #fff;
  color: #333;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  transition: all 0.3s ease;
}


select#cat:hover {
  border-color: #888;
}

select#cat:focus {
  border-color: #2d89ef;
  box-shadow: 0 0 8px rgba(45, 137, 239, 0.3);
}

select#cat {
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23666" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 16px;
}


html[dir="rtl"] select#cat {
  padding-left: 35px;
  background-position: left 10px center; 
}
html[dir="ltr"] select#cat {
  padding-right: 35px;
  background-position: right 10px center; 
}


select#cat option {
  padding: 8px;
  font-size: 15px;
}
.elementor-posts-nothing-found {
  text-align: center;
  font-size: 18px;
  color: #444;
  background: #fafafa;
  padding: 40px 20px;
  border-radius: 16px;
  border: 1px solid #eee;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-top: 20px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* افکت گرادینت نرم در بالا */
.elementor-posts-nothing-found::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #127480, #58BAC6, #187A86);
  background-size: 200% 100%;
  animation: gradientMove 3s linear infinite;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}


.elementor-posts-nothing-found:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  border-color: #ddd;
}
.elementor-element .elementor-main-swiper, .elementor-lightbox .elementor-main-swiper{
	border-radius:15px;
}
