@import url(../css/root.css);

body {
    background-color: var(--body);
}

a {
    text-decoration: none;
}

.z-20 {
    z-index: 20;
}

button:focus {
    outline: unset !important;
    box-shadow: unset !important;
}

.container {
    padding: 0 !important;
    max-width: 76% !important;
}

nav .navbar-nav .nav-link.active {
    color: var(--mint-green);
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: var(--dark-gray);
}

@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.menu-dropdown,
.menu-dropdown2,
.menu-dropdown3,
.menu-dropdown4,
.menu-dropdown5,
.menu-dropdown6,
.menu-dropdown7,
.menu-dropdown8 {
    min-width: 200px;
    border-radius: 15px;
    display: none;
    position: relative;
    z-index: 10;
    opacity: 0;
    transform: translateY(-10px);
    transition:
        opacity 0.5s ease-in-out,
        transform 0.5s ease-in-out;
    animation: slideDown 0.5s forwards;
}
.menu-dropdown ul li:first-child {
    padding-top: 1rem !important;
}

.menu-dropdown ul li:last-child,
.menu-dropdown2 ul li:last-child {
    padding-bottom: 1rem !important;
}
.menu-dropdown-onhover:hover .menu-dropdown,
.menu-dropdown-onhover2:hover .menu-dropdown2,
.menu-dropdown-onhover3:hover .menu-dropdown3,
.menu-dropdown-onhover4:hover .menu-dropdown4,
.menu-dropdown-onhover5:hover
    .menu-dropdown5
    .menu-dropdown-onhover6:hover
    .menu-dropdown6
    .menu-dropdown-onhover7:hover
    .menu-dropdown7
    .menu-dropdown-onhover8:hover
    .menu-dropdown8 {
    display: block;
}

.limit-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.limit-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.limit-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.limit-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.limit-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.green-filter-hov:hover {
    filter: brightness(0) saturate(100%) invert(55%) sepia(81%) saturate(395%)
        hue-rotate(101deg) brightness(89%) contrast(93%);
}

.g-f {
    filter: brightness(0) saturate(100%) invert(55%) sepia(81%) saturate(395%)
        hue-rotate(101deg) brightness(89%) contrast(93%);
}

.steps-after::after {
    text-align: center;
    align-content: center;
    background-size: 30% 30%;
    background-repeat: no-repeat;
    position: absolute;
    background-position: center;
    content: "" !important;
    background-image: url(../img/article-more.svg);
    width: 40px;
    height: 40px;
    background-color: white;
    top: 0;
    color: white;
    font-size: 20px;
    font-family: bakh-bold !important;
    bottom: 0;
    margin: auto;
    left: -28px;
    border-radius: 50%;
    border: 1px solid #dee2e6;
    z-index: 3;
    box-shadow: 0px 0px 0px 4px var(--body);
}

.steps-after::before {
    text-align: center;
    align-content: center;
    position: absolute;
    background-position: center;
    content: "۱";
    width: 40px;
    height: 40px;
    background-color: var(--mint-green);
    top: -160px;
    color: white;
    font-size: 20px;
    font-family: bakh-bold !important;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
    border-radius: 50%;
    border: 4px solid var(--body);
    z-index: 3;
}

.steps-after {
    background-color: white;
    background-position: center;
    background-image: url("../img/cloud-1.png");
}

.steps:nth-child(2) .steps-after::before {
    content: "۲";
    top: 145px;
}

.steps:nth-child(3) .steps-after::before {
    content: "۳";
    top: -160px;
}
.steps:nth-child(4) .steps-after::before {
    content: "۴";
    top: 145px;
}
.steps:nth-child(5) .steps-after::before {
    content: "۵";
    top: -160px;
}

.steps:last-child .steps-after::after {
    content: unset !important;
}

.cloud-cta {
    background-image: url("../img/number-back.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.accordion-header,
.accordion-item,
.accordion-faq .accordion-button {
    border-radius: 12px !important;
}

.accordion-button:not(.collapsed) {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    background-color: var(--body) !important;
}

.login-input {
    background-color: var(--body);
    padding: 13px;
}

.login-input:focus-visible {
    border-color: var(--mint-green) !important;
    outline: unset !important;
}

.login-input::placeholder {
    font-family: bakh-light !important;
    font-size: 13px;
    color: #bebebe !important;
}

.khaki {
    color: var(--mint-green);
}

.sidebar {
    background-image: url("../img/cloud-2.png");
    background-position: right;
}

.side-title::after {
    content: "";
    position: absolute;
    width: 60%;
    height: 2px;
    bottom: -7px;
    border-radius: 999px;
    right: 0;
    background-color: var(--mint-green);
}

.login-input {
    appearance: unset;
}

.pointer {
    cursor: pointer;
}

.active-pay {
    background-color: #22b57323;
}

.pay-bef-af:has(input[type="radio"]:checked) {
    border-color: var(--mint-green) !important;
    background-color: #22b57333 !important;
}

.pay-radio {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: translateY(-50%);
    z-index: 1;
    background-color: #fff;
    transition: all 0.3s ease;
}

.pay-radio:checked {
    border-color: var(--mint-green);
    background-color: #fff;
}

.pay-radio:checked::before {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid var(--mint-green);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) scale(1);
    margin: 3px auto;
    animation: tick-anim 0.3s ease-in-out forwards;
}

@keyframes tick-anim {
    0% {
        transform: rotate(45deg) scale(0);
        opacity: 0;
    }
    50% {
        transform: rotate(45deg) scale(1.2);
    }
    100% {
        transform: rotate(45deg) scale(1);
        opacity: 1;
    }
}

.pay-sucsess {
    color: #029a49;
}

.pay-cancel {
    color: orange;
}

.pay-no {
    color: red;
}

.upload-area {
    width: 100%;
    height: 130px;
    background-color: var(--body);
    border: 1px dashed #d2d2d2;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: var(--dark-gray);
    text-align: center;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    transition: background-color 0.3s;
}

.placeholder-text {
    pointer-events: none;
}

.preview-image {
    width: 100%;
    height: 60%;
    object-fit: contain;
    display: none;
}

#fileInput {
    display: none;
}

.order-table table {
    border-collapse: separate;
    border-spacing: 0px 7px;
    white-space: nowrap;
}

.order-table td {
    font-family: bakh-Regular;

    padding: 14px;
}

.order-table td:first-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    font-size: 12px;
    color: var(--dark-gray);
    text-align: right;
}

.order-table td:nth-child(2) {
    font-size: 12px;
    color: var(--dark-gray);
    text-align: center;
    font-family: bakh-semi !important;
}

.order-table td:nth-child(3) {
    font-size: 12px;
    color: var(--light-gray);
    text-align: center;
}

.order-table td:nth-child(4) {
    font-size: 12px;
    color: var(--mint-green);
    text-align: center;
}

.order-table td:last-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.panel-waiting {
    color: orange;
    background-color: rgba(255, 166, 0, 0.163);
}

.your-message {
    background-color: #dfdfdf !important;
    max-width: 90%;
    line-height: 22px;
    width: max-content;
}

.your-message::after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: -8px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 25px solid #dfdfdf;
    rotate: 11deg;
    border-radius: 5px;
}

.my-message {
    background-color: #b1ddc5 !important;
    max-width: 90%;
    line-height: 22px;
    width: max-content;
}

.my-message::after {
    content: "";
    content: "";
    position: absolute;
    bottom: -5px;
    left: -11px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 25px solid #b1ddc5;
    rotate: -21deg;
    border-radius: 5px;
}

.your-message .content,
.my-message .content {
    white-space: pre-line;
    word-wrap: break-word;
}

.chat-area {
    max-height: 500px;
    overflow-y: auto;
}

.chat-area::-webkit-scrollbar {
    display: none !important;
}

.ticket-input {
    background-color: #ffffff;
    backdrop-filter: blur(3px);
    height: 45px;
}

.ticket-button {
    background-color: #dddddd;
    width: 45px;
    height: 45px;
}

.text-message-items:last-child {
    margin-bottom: 5rem;
}

.custom-hidden {
    display: none !important;
}

.zip-file {
    border: 1px solid var(--dark-gray);
    background-color: white;
    margin-right: auto;
}

.gary-bordr {
    border: 1px solid #bebebe;
}

.kam-sabz {
    background-color: #22b57333 !important;
}

.new-profile-apload {
    width: 35px;
    height: 35px;
    left: 0;
    bottom: 10px;
}

.tabs-services .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: unset !important;
    background-color: #333333 !important;
    color: white;
}

.tabs-services .nav-link::after {
    content: unset !important;
}

.tabs-services .nav-link {
    border: unset !important;
    padding: 7px 12px;
    border-radius: 12px !important;
    color: #333333;
}

.calculate-back::after {
    height: 100%;
    width: 100px;
    content: "";
    top: 0;
    background-size: cover;
    bottom: 0;
    background-image: url("../img/cloud-1.png");
    position: absolute;
    right: 0;
}

.calculate-back::before {
    transform: rotateY(175deg);
    width: 100px;
    content: "";
    top: 0;
    background-size: cover;
    bottom: 0;
    background-image: url(../img/cloud-1.png);
    position: absolute;
    left: 0;
}

.plans .absolute {
    border-radius: 20px 0px 0px 20px;
    margin-right: -9px;
    padding: 5px 10px;
}

.card-sections::after {
    content: "";
    opacity: 10%;
    position: absolute;
    width: 140px;
    height: 140px;
    background-image: url(../img/usa.svg);
    bottom: -20px;
    right: -20px;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.feature-card {
    min-height: 110px;
}

.icon {
    background: #333333; /* رنگ آبی تیره آیکون‌ها */
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-card p {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.6;
}

.image-column img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

/* ریسپانسیو برای موبایل */
@media (max-width: 768px) {
    .alvads-container {
        grid-template-columns: 1fr;
    }
    .image-column {
        order: -1; /* تصویر در موبایل بالا برود */
    }
}

.border-dark {
    border: 1px solid black;
}

.plan-order {
    border: 2px solid var(--dark-gray);
}

.plan-order .bought {
    background-color: #d9d9d9 !important;
    color: var(--dark-gray) !important;
    border: 1px solid #d9d9d9 !important;
}

.pricing-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

/* استایل هدر */
.pricing-table thead th {
    padding: 10px 10px;
    font-weight: normal;
    border-bottom: 1px solid #f0f0f0;
}

.feature-col {
    text-align: left;
    font-size: 18px;
    color: #222;
    width: 35%;
}

.plan-name {
    font-size: 14px;
    letter-spacing: 1px;
    color: #888;
}

.price {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    margin-top: 5px;
}

/* رنگ‌های اختصاصی قیمت‌ها */
.price.free {
    color: #4ade80;
}
.price.personal {
    color: #fbbf24;
}
.price.freelancer {
    color: #a855f7;
}
.price.agency {
    color: #22d3ee;
}

/* استایل ردیف‌ها */
.pricing-table tbody td {
    padding: 10px 10px;
    vertical-align: middle;
}

.feature-info {
    text-align: left;
}

.feature-info strong {
    display: block;
    font-size: 15px;
    color: #333;
}

.feature-info span {
    font-size: 14px;
    color: #999;
}

.cross {
    color: #ccc;
    font-size: 16px;
}

.pricing-table thead:first-child tr {
    border-bottom: 2px solid #dddddd !important;
}

.gold-plan::before {
    transform: rotateY(175deg);
    width: 330px;
    rotate: 90deg;
    content: "";
    opacity: 35%;
    top: -360px;
    right: 0;
    background-size: cover;
    bottom: 0;
    background-image: url(../img/cloud-1.png);
    position: absolute;
    left: 0;
    margin: auto;
    filter: brightness(0) saturate(100%) invert(99%) sepia(70%) saturate(6400%)
        hue-rotate(313deg) brightness(95%) contrast(85%);
}

.silver-plan::before {
    transform: rotateY(175deg);
    width: 330px;
    rotate: 90deg;
    content: "";
    opacity: 35%;
    top: -360px;
    right: 0;
    background-size: cover;
    bottom: 0;
    background-image: url(../img/cloud-1.png);
    position: absolute;
    left: 0;
    margin: auto;
    filter: brightness(0) saturate(100%) invert(80%) sepia(3%) saturate(8%)
        hue-rotate(33deg) brightness(95%) contrast(96%);
}

.bronze-plan::before {
    transform: rotateY(175deg);
    width: 330px;
    rotate: 90deg;
    content: "";
    opacity: 35%;
    top: -360px;
    right: 0;
    background-size: cover;
    bottom: 0;
    background-image: url(../img/cloud-1.png);
    position: absolute;
    left: 0;
    margin: auto;
   filter: brightness(0) saturate(100%) invert(31%) sepia(23%) saturate(1136%) hue-rotate(15deg) brightness(105%) contrast(92%);
}






.gold {
    color: #e0b15c;
}

.gold-plan {
    border-color: #e0b15c !important;
}

.gold-lable {
    background-color: #e0b15c;
    border: 1px solid #e0b15c;
}

.gold-btn {
    background-color: #e0b15c;
    border: 1px solid #e0b15c;
    transition: 0.5s;
    padding: 7px 12px;
}


.silver {
    color: #C0C0C0;
}

.silver-plan {
    border-color: #C0C0C0 !important;
}

.silver-lable {
    background-color: #C0C0C0;
    border: 1px solid #C0C0C0;
}

.silver-btn {
    background-color: #C0C0C0;
    border: 1px solid #C0C0C0;
    transition: 0.5s;
    padding: 7px 12px;
}


.bronze {
    color: #665D1E;
}

.bronze-plan {
    border-color: #665D1E !important;
}

.bronze-lable {
    background-color: #665D1E;
    border: 1px solid #665D1E;
}

.bronze-btn {
    background-color: #665D1E;
    border: 1px solid #665D1E;
    transition: 0.5s;
    padding: 7px 12px;
}

.zigzag .item {
  display: flex;
  align-items: center;
}

.zigzag .item .text h2 {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #333;
}

.zigzag .item:nth-child(even) {
  flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .zigzag .item,
  .zigzag .item:nth-child(even) {
    flex-direction: column;
  }
}

.pricing-table tbody tr {
    border-bottom: 1px solid #e0e0e0;
}

.pricing-table tbody tr:last-child {
    border: unset !important;
}

.mySwiper-resolve .swiper-button-prev ,
.mySwiper-resolve .swiper-button-next {
    background-color: #333333;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.mySwiper-resolve .swiper-button-prev svg ,
.mySwiper-resolve .swiper-button-next svg {
    width: 17px !important;
}










.process-container {
  display: grid;
  margin: 0 auto;
  gap: 0; /* فلش‌ها باید بچسبند، پس فاصله گرید صفر است */
  grid-template-columns: repeat(4, 1fr); /* پیش‌فرض ۴ تایی برای دسکتاپ */
}

.process-step {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

/* کانتینر اصلی دایره و بوردراها */
.circle-container {
  position: relative;
  width: 210px; /* کمی بزرگتر از دایره داخلی */
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ۱. بوردر نقطه‌چین (کل دایره را می‌پوشاند) */
.circle-container::before {
  content: '';
  position: absolute;
  inset: 0;
  border: 2px dashed var(--step-color);
  border-radius: 50%;
  opacity: 0.5; /* کم‌رنگ‌تر برای هماهنگی با عکس */
}

/* ۲. بوردر خط صاف (روی نیمی از دایره قرار می‌گیرد) */
.circle-container::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 2px solid var(--step-color);
  border-radius: 50%;
  /* تکنیک کلیدی: استفاده از ماسک برای نشان دادن فقط نیمی از دایره */
  clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 50% 100%);
  /* تنظیم زاویه شروع خط صاف (شبیه عکس) */
  transform: rotate(-120deg);
}

/* دایره توپر اصلی با سایه */
.step-circle {
  width: 180px;
  height: 180px;
  background-color: var(--step-color);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  color: #ffffff;
  position: relative;
  z-index: 2; /* روی بوردرا قرار بگیرد */
  box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.2); /* سایه نرم شبیه عکس */
}

.step-icon {
     width: 32px;
     height: 32px;
      margin-bottom: 10px;
      flex-shrink: 0;
     }
.step-title { margin: 0 0 5px 0; font-size: 1.05rem; font-weight: bold; }
.step-desc { margin: 0; font-size: 0.7rem; line-height: 1.5; opacity: 0.85; }

/* ۳. فلش‌های چسبیده (به عنوان after روی هر مرحله) */
.process-step::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-color: #333333;
  /* ساخت شکل فلش با clip-path */
  clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%);
  z-index: 3;
  transform: rotateY(180deg);
}

/* مکان‌یابی فلش در دسکتاپ (سمت چپ هر دایره برای RTL) */
@media (min-width: 993px) {
  .process-step::after {
    left: -12px; /* نصف عرض فلش بیرون بزند تا به دایره بعدی بچسبد */
  }

  /* مخفی کردن فلش در مرحله آخر دسکتاپ */
  .process-step:last-child::after {
    display: none;
  }
}

/* ========================================== */
/* ۴. واکنش‌گرایی (Responsive) */
/* ========================================== */

/* تبلت (md تا lg - بین 768px تا 992px) - دو تایی */
@media (max-width: 992px) and (min-width: 768px) {
  .process-container {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px; /* فاصله بین دو ردیف */
  }

  /* تنظیم فلش‌ها برای حالت دو ستونه */
  .process-step::after {
    left: -12px;
  }

  /* فلش انتهای ردیف اول (مرحله ۲) نباید به سمت چپ اشاره کند */
  .process-step:nth-child(2)::after {
    display: none;
  }

  /* فلش مرحله آخر هم مخفی */
  .process-step:last-child::after {
    display: none;
  }
}

/* موبایل (زیر 768px) - تکی */
@media (max-width: 767px) {
  .process-container {
    grid-template-columns: 1fr;
    row-gap: 50px;
  }

  /* در حالت تکی، فلش‌ها باید رو به پایین باشند */
  .process-step::after {
    top: auto;
    bottom: -35px; /* زیر دایره */
    left: 50%;
    transform: translateX(-50%) rotate(90deg); /* چرخش فلش به پایین */
  }

  /* مخفی کردن فلش در مرحله آخر موبایل */
  .process-step:last-child::after {
    display: none;
  }
}












:root {
    --primary-green: #2ecc71;
    --dark-green: #27ae60;
    --bg-dark: #1a1d23;
}

.infographic-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    direction: rtl;
}

.info-item {
    flex: 1;
    min-width: 250px;
    max-width: 300px;
    position: relative;
}

.info-shape {
    position: relative;
    padding: 40px 20px;
    text-align: center;
    color: white;
    border: 3px solid #22b573;
    /* ایجاد حالت قطره‌ای مطابق تصویر */
    border-radius: 150px 150px 0 140px;
    transition: all 0.3s ease;
}

.info-item:nth-child(even) .info-shape {
    /* تغییر جهت برای آیتم‌های زوج در صورت تمایل */
    border-color: #333333;
}

.info-icon {
    width: 60px;
    height: 60px;
    background:#333333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0px;
    font-weight: bold;
    font-size: 1.2rem;
}

.info-shape::before {
    background-image: url('../img/number-back.png');
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    content: "";
    z-index: -1;
    background-size: cover;
    opacity: 70%;
}

.info-shape h3 {
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.info-shape p {
    font-size: 0.9rem;
    line-height: 1.6;
    opacity: 0.8;
}

@media (max-width: 768px) {
    .info-item {
        max-width: 100%;
    }
}

.calculate-back .toogle--1 {
    border-radius: 0 0 12px 0 !important;
    background-color: white;
color: #333333;

}

.calculate-back .toogle--2 {
    border-radius: 0 0 0 12px !important;
background-color: white;
color: #333333;

}

.calculate-back .btn-check+.btn:hover {
    background-color: unset !important;
    color: unset !important;
}

.calculate-back .btn-check:checked+.btn:hover {
    color: white !important;
}


.calculate-back .rounded-buttom-0 {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;

}

.calculate-back .btn-check:checked+.btn {
    background-color: #333333 !important;
    border-color: #333333 !important;
}




















:root {
  --bg-color: #222327;
  --dark-shadow: #18191c;
  --light-shadow: #2c2d32;
  --theme-green: #2ecc71;
  --text-main: #e0e0e0;
  --text-muted: #888888;
}



.player-card {
  width: 380px;
  margin: auto;
  box-sizing: border-box;
}

.cover-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cover-image {
  transition: transform 0.5s ease;
}

/* افکت کوچک شدن کاور هنگام پخش */
.cover-image.playing {
  transform: scale(1.05);
}

.edit-btn {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  color: white;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.edit-btn:hover {
  background: var(--theme-green);
}

.info-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}



.heart-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: none;
  background-color: var(--bg-color);
  color: var(--text-muted);
  box-shadow: inset 5px 5px 10px var(--dark-shadow),
              inset -5px -5px 10px var(--light-shadow);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.heart-btn.active {
  color: var(--theme-green);
  box-shadow: 5px 5px 10px var(--dark-shadow),
             -5px -5px 10px var(--light-shadow);
}


.play-btn {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: none;
  background-color: #22b573;
  color: var(--text-main);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
}

.play-btn:active {
  color: var(--theme-green);
}

.skip-controls {
  display: flex;
  background-color: var(--bg-color);
  border-radius: 20px;
  padding: 5px 15px;
  gap: 15px;
}

.skip-btn {
  background: none;
  border: none;
  color: var(--text-muted);
  cursor: pointer;
  padding: 5px;
  transition: color 0.2s;
}

.skip-btn:hover {
  color: var(--theme-green);
}

.knob-control {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: conic-gradient(from 180deg at 50% 50%, #444 0deg, #888 180deg, #444 360deg);
  position: relative;
  cursor: pointer;
}

.knob-indicator {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 15px;
  background-color: white;
  border-radius: 2px;
  box-shadow: 0 0 5px var(--theme-green);
}

/* اصلاح استایل ولوم برای رفع باگ در تمامی مرورگرها */
.volume-section {
  margin-top: 25px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.volume-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  direction: ltr;
  border-radius: 5px;
  outline: none;
  /* بک گراند دیفالت که از طریق JS آپدیت می‌شود */
  background: #22b573;
}

.volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--text-main);
  cursor: pointer;
  transition: background 0.2s;
}

.volume-slider::-webkit-slider-thumb:hover {
  background:var(--mint-green);
}

.card-sections .lable-tag {
    padding: 2px 8px !important;
    font-size: 12px;
    background-color: white;
    color: rgba(0, 0, 0, 0.22);
    border-color: rgba(0, 0, 0, 0.22);
}

.card-sections .lable-tag:hover {
    background-color: white;
    color:rgba(0, 0, 0, 0.22) ;
    border-color: rgba(0, 0, 0, 0.22) !important;
}

.btn-check:checked+.btn {
    background-color: #22b573;
    border-color: #22b573 !important;
}

.btn-check:checked+.btn:hover {
    background-color: #22b573;
    color: white !important;
}

#growth-span{
  display:none;
}

#growth-span.show{
  display:block;
}

/* تنظیمات پایه برای ریل اسلایدر */
input[type=range] {
    -webkit-appearance: none; /* برای کروم و سافاری */
    appearance: none; /* مهم: برای فایرفاکس و مرورگرهای استاندارد */
    width: 100%;
    background: transparent; /* پس‌زمینه ریل باید شفاف باشد */
}

/* حذف خط‌چین دور اسلایدر هنگام کلیک (فوکوس) در فایرفاکس */
input[type=range]:focus {
    outline: none;
}

/* =========================================
   1. مرورگرهای Webkit (کروم، سافاری، اج)
   ========================================= */

/* ریل (Track) */
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 10px;
    background: #22b573;
    border-radius: 5px;
}

/* دکمه متحرک (Thumb) */
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 30px;
    width: 30px;
    border-radius: 8px;
    background: #22b573;
    cursor: pointer;
    /* فرمول وسط‌چین کردن کروم: (ارتفاع دکمه - ارتفاع ریل) تقسیم بر 2 ضربدر 1- */
    margin-top: -10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    border: 2px solid #ffffff;
}

/* =========================================
   2. مرورگر فایرفاکس (Mozilla Firefox)
   ========================================= */

/* ریل (Track) */
input[type=range]::-moz-range-track {
    width: 100%;
    height: 10px; /* مقادیر دقیقاً با کروم هماهنگ شد */
    background: #22b573;
    border-radius: 5px;
}

/* دکمه متحرک (Thumb) */
input[type=range]::-moz-range-thumb {
    height: 30px; /* مقادیر دقیقاً با کروم هماهنگ شد */
    width: 30px;
    border-radius: 8px;
    background: #22b573;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    border: 2px solid #ffffff;
    /* فایرفاکس دکمه را خودکار وسط‌چین می‌کند، پس margin-top نیاز نیست */
}
[v-cloak] { display: none; }


.g-liner {
    background-image: url('../img/g-liner-3.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}



.g-liner-2 {
    background-image: url('../img/g-liner-4.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.g-linear-numb {
    width: 35px;
    height: 35px;
    background-color: #029a49;
}


.border-bottom-2-green {
    border-bottom: 2px solid #029a49;
}
