@charset "UTF-8";
.primary-btn {
  background: #F3F3F7;
  color: #3E3F5B;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 25px;
  border: 2px solid #3E3F5B;
  border-radius: 12px;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(9, 28, 238, 0.2);
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  text-decoration: none;
}
.primary-btn:hover {
  transform: scale(1.01);
  color: #fff !important;
  background: #3E3F5B;
  box-shadow: 0 0 22px rgba(19, 27, 0, 0.447);
}

.btn-success {
  display: inline-block;
  outline: none;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  border-radius: 8px;
  padding: 14px 24px;
  border: none;
  transition: box-shadow 0.2s ease, transform 0.1s ease;
  background: linear-gradient(to right, rgb(90, 30, 230), rgb(220, 28, 227), rgb(215, 4, 166));
  color: #fff;
  text-decoration: none;
  word-spacing: 0.5rem !important;
  border: none !important;
  /* Animation */
  animation: pulseCTA 2.2s infinite ease-in-out;
}
.btn-success:hover {
  transform: scale(1.05);
  color: #fff;
  box-shadow: 0 0 22px rgba(230, 30, 77, 0.6);
}

.btn-free-download {
  background: #F3F3F7;
  color: #5465ff;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 25px;
  border: 2px solid #5465ff;
  border-radius: 12px;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(9, 28, 238, 0.2);
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  text-decoration: none;
}
.btn-free-download:hover {
  background: #5465ff;
  color: #fff;
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(9, 28, 238, 0.4);
}

.cta-btn {
  display: inline-block;
  outline: none;
  cursor: pointer;
  font-size: 24px;
  line-height: 20px;
  font-weight: 600;
  border-radius: 8px;
  padding: 14px 24px;
  border: none;
  transition: box-shadow 0.2s ease, transform 0.1s ease;
  background: linear-gradient(to right, rgb(90, 30, 230), rgb(220, 28, 227), rgb(215, 4, 166));
  color: #fff;
  text-decoration: none;
  word-spacing: 0.5rem !important;
  /* Animation */
  animation: pulseCTA 2.2s infinite ease-in-out;
}
.cta-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 0 22px rgba(230, 30, 77, 0.6);
}

@keyframes pulseCTA {
  0% {
    box-shadow: 0 0 0 0 rgba(99, 102, 241, 0.5);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(99, 102, 241, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(99, 102, 241, 0);
  }
}
.card-sell-btn {
  background: #F3F3F7;
  color: #FF6F61;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 25px;
  border: 2px solid #FF6F61;
  border-radius: 12px;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(9, 28, 238, 0.2);
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  text-decoration: none;
}
.card-sell-btn:hover {
  background: #FF6F61;
  color: #fff;
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(238, 127, 9, 0.4);
}

.dash-btn {
  background: #3E3F5B;
  color: #5465ff;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 25px;
  border: 2px solid #5465ff;
  border-radius: 12px;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(9, 28, 238, 0.2);
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  text-decoration: none;
}
.dash-btn:hover {
  background: #5465ff;
  color: #fff !important;
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(9, 238, 179, 0.4);
}

.navbar {
  font-family: "Beiruti", sans-serif;
  background: #3E3F5B;
}
.navbar a {
  color: #F3F3F7;
}
.navbar a:hover {
  color: #5465ff;
}
.navbar .dropdown-menu {
  border: none;
  text-align: right;
  background: #3E3F5B;
  direction: rtl;
}
.navbar .dropdown-menu a {
  color: #F3F3F7;
}
.navbar .dropdown-menu a:hover {
  background: #5465ff;
  color: #F3F3F7;
}

.newsletter {
  font-family: "Beiruti", sans-serif;
  padding: 20px 0;
  text-align: center;
}
.newsletter h2 {
  color: #ff52a6;
}
.newsletter p {
  color: #314460;
}
.newsletter input {
  width: 100%;
  max-width: 400px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1rem;
  margin-bottom: 10px;
}
.newsletter button {
  background-color: #ff52a6;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
}
.newsletter button:hover {
  background-color: rgb(255, 31, 139.7630057803);
}

.footer-links {
  border-bottom: 1px solid #314460;
  font-family: "Beiruti", sans-serif;
}
@media (max-width: 767.98px) {
  .footer-links {
    text-align: center;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.footer-links .nav-links {
  text-align: left;
}
@media (max-width: 767.98px) {
  .footer-links .nav-links {
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
  }
}
.footer-links .nav-links a {
  text-decoration: none;
  color: #314460;
  width: 100%;
}

.buttom {
  padding: 20px 0;
  text-align: center;
  color: #314460;
}
.buttom .social-icons {
  text-align: left;
}
@media (max-width: 767.98px) {
  .buttom .social-icons {
    text-align: center;
  }
}
.buttom p {
  margin: 0;
  font-size: 0.9rem;
  text-align: right;
  direction: ltr !important;
}
@media (max-width: 767.98px) {
  .buttom p {
    text-align: center;
  }
}
.buttom a {
  color: #ff52a6;
  text-decoration: none;
}
.buttom a:hover {
  text-decoration: underline;
}

.hero-ai {
  padding: 90px 0;
  background: linear-gradient(175deg, rgba(2, 0, 36, 0.76) 0%, rgba(9, 9, 121, 0.77) 100%), url("/images/hero.jpg") center/cover no-repeat;
  font-family: "Beiruti", sans-serif;
}
.hero-ai .hero-content {
  text-align: right;
}
.hero-ai .hero-content h1 {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #F3F3F7;
}
.hero-ai .hero-content .hero-subtitle {
  font-size: 26px;
  color: #F3F3F7;
  margin-bottom: 20px;
}
.hero-ai .hero-content .hero-features {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
.hero-ai .hero-content .hero-features li {
  font-size: 26px;
  margin-bottom: 10px;
  padding-right: 20px;
  position: relative;
  color: #F3F3F7;
}
.hero-ai .hero-content .hero-features li::before {
  content: "✓";
  position: absolute;
  right: 0;
  color: #22c55e;
  font-weight: bold;
}
.hero-ai .hero-content .hero-note {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  color: #e4e4e4;
}

/* CTA */
.cta-btn {
  display: inline-block;
  padding: 16px 28px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px;
  background: linear-gradient(90deg, #f43f5e, #ec4899);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(236, 72, 153, 0.35);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 40px rgba(236, 72, 153, 0.45);
}

.ai-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  animation: ai-breathe 6s ease-in-out infinite;
}

@keyframes ai-breathe {
  0%, 100% {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  }
  50% {
    box-shadow: 0 28px 60px rgba(99, 102, 241, 0.18);
  }
}
.ai-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(99, 102, 241, 0.22), transparent 70%);
  transform: translateX(-100%);
  animation: ai-scan 4s ease-in-out infinite;
  pointer-events: none;
}

@keyframes ai-scan {
  0% {
    transform: translateX(-100%);
  }
  60% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.ai-card textarea {
  width: 100%;
  min-height: 120px;
  border-radius: 12px;
  padding: 14px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  font-size: 18px;
  resize: none;
  outline: none;
  caret-color: transparent;
  position: relative;
}

.ai-card textarea::after {
  content: "|";
  animation: blink 1s infinite;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.ai-eval-btn {
  margin-top: 16px;
  background: linear-gradient(135deg, #6366f1, #ec4899);
  color: #fff;
  border: none;
  padding: 14px 22px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  animation: pulse 2.5s infinite;
  transition: transform 0.2s ease;
  text-decoration: none;
}

.ai-eval-btn:hover {
  transform: translateY(-2px);
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(99, 102, 241, 0.5);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(99, 102, 241, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(99, 102, 241, 0);
  }
}
.score-box {
  margin-top: 24px;
  opacity: 0;
  transform: translateY(12px);
  animation: reveal 1s ease forwards;
  animation-delay: 1.2s;
}

@keyframes reveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.score-box h3 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
}

.score-item {
  margin-top: 14px;
}

.score-item span {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
}

.score-item .bar {
  height: 8px;
  background: #e5e7eb;
  border-radius: 4px;
  overflow: hidden;
}

.score-item .bar span {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #6366f1, #22d3ee);
  animation: grow 1.4s ease forwards;
}

@keyframes grow {
  from {
    width: 0;
  }
  to {
    width: 70%;
  }
}
.product-intro {
  background: url("/images/bg.png") center/cover no-repeat;
  text-align: right;
  font-family: "Beiruti", sans-serif;
  direction: rtl;
}
.product-intro .col {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.product-intro img {
  width: 100%;
  height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 12px;
}

.attributes .container {
  padding: 1rem 1rem 0 1rem;
  background: #3E3F5B;
  border-radius: 10px;
  font-family: "Beiruti", sans-serif;
}
.attributes .container p {
  color: #F3F3F7;
  direction: rtl;
}
.attributes .container p i {
  color: #FF6F61;
  font-size: 1.3rem;
  margin-left: 1rem;
}

.trending {
  font-family: "Beiruti", sans-serif;
}
.trending .section-title {
  text-align: right;
}
.trending .t-wrp {
  text-align: center;
  background: #F3F3F7;
  border-radius: 12px;
  padding: 1rem;
  height: 100%;
  position: relative;
}
.trending .t-wrp a {
  text-decoration: none;
}
.trending .t-wrp .badge-wrp {
  position: absolute;
  top: 200px;
  right: 1rem;
}
.trending .t-wrp .fee {
  direction: rtl;
  font-size: 1.4rem;
  margin: 10px 0;
  text-align: center;
  letter-spacing: 0.5px;
}
.trending .t-wrp .fee .not-free {
  color: #5465ff;
  font-weight: 600;
}
.trending .t-wrp .fee .free {
  color: red;
  font-weight: 600;
}
.trending .t-wrp .fa-calendar {
  color: rgb(255, 106, 0);
  margin-left: 0.5rem;
}
.trending .t-wrp .fa-download {
  color: #5465ff;
}
.trending .t-wrp .t-img {
  margin-bottom: 1rem;
}
.trending .t-wrp .t-img img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}

.offers {
  font-family: "Beiruti", sans-serif;
}
.offers .section-title {
  text-align: right;
}
.offers .banner-text {
  background: #5465ff;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  border-radius: 20px;
  text-align: center;
  padding-top: 2rem;
  direction: rtl;
}
.offers .banner-text h1 {
  color: #F3F3F7;
  font-size: 2.5rem;
  font-weight: 900;
}
.offers .banner-text h2 {
  color: #F3F3F7;
  font-size: 1.4rem;
  font-weight: 900;
}
.offers .t-wrp {
  text-align: center;
  background: #F3F3F7;
  border-radius: 12px;
  padding: 1rem;
  margin: 1rem;
  direction: rtl;
  position: relative;
}
.offers .t-wrp .offer-price {
  font-size: 1.2rem;
  color: #5465ff;
}
.offers .t-wrp .offer-discount {
  background: red;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.offers .t-wrp .t-img img {
  border-radius: 12px;
}

.blogs {
  font-family: "Beiruti", sans-serif;
}
.blogs .section-title {
  text-align: right;
}
.blogs .t-wrp {
  text-align: center;
  background: #F3F3F7;
  border-radius: 12px;
  padding: 1.2rem;
  height: 100%;
}
.blogs .t-wrp .t-img {
  margin-bottom: 1rem;
}
.blogs .t-wrp .t-img img {
  border-radius: 12px;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blogs .t-wrp .info {
  margin-bottom: 1rem;
  border-bottom: 1px solid rgb(135, 146.9298245614, 255);
}
.blogs .t-wrp .info .author a {
  text-decoration: none;
  color: #FF6F61;
}

.faq-wrapper {
  direction: rtl;
  text-align: right;
  line-height: 1.8;
  font-family: "Beiruti", sans-serif;
}
.faq-wrapper .faq-item {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}
.faq-wrapper .faq-item h3 {
  font-size: 18px;
  margin: 0;
  cursor: pointer;
}
.faq-wrapper .faq-answer {
  margin-top: 8px;
  background: #f9f9f9;
  padding: 12px;
  border-radius: 6px;
}

.page-title {
  font-family: "Beiruti", sans-serif;
  text-align: right;
  margin-top: 2rem;
  color: #1976d2;
}
.page-title h1 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.float-btns {
  position: fixed;
  right: 0;
  bottom: 4%;
}
.float-btns ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.float-btns ul li {
  margin: 0.3rem 0;
}
.float-btns ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #1976d2;
  color: #fff;
  text-decoration: none;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
}
.float-btns ul li a:hover {
  background-color: #115293;
  color: #f5f5f5;
}
.float-btns ul li a i {
  font-size: 0.8rem;
}

.test-sim .container {
  margin: 2rem auto;
  padding: 2rem;
}
.test-sim .card {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.125);
  margin-bottom: 1.5rem;
  padding: 1.2rem;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  height: 100%;
}
.test-sim h2 {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  color: #222;
}
.test-sim textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 1rem;
  font-size: 1rem;
  font-family: "Courier New", monospace;
  resize: vertical;
}
.test-sim button {
  padding: 0.6rem 1.2rem;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1rem;
}
.test-sim #generate {
  background: #1976d2;
  color: #fff;
}
.test-sim #submit {
  background: #2e7d32;
  color: #fff;
}
.test-sim .status-bar {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #555;
}
.test-sim .faq-container {
  margin: 2rem auto;
  font-family: "Beiruti", sans-serif;
}
.test-sim .faq-container .faq-item {
  border-bottom: 1px solid #ddd;
  padding: 1rem 0;
}
.test-sim .faq-container .faq-question {
  cursor: pointer;
  font-weight: 600;
  position: relative;
  padding-right: 25px;
}
.test-sim .faq-container .faq-question::after {
  content: "+";
  position: absolute;
  left: 0;
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}
.test-sim .faq-container .faq-question.active::after {
  transform: rotate(45deg);
}
.test-sim .faq-container .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding-left: 1rem;
  color: #555;
}
.test-sim .faq-container .faq-answer.show {
  max-height: 500px;
  /* enough to show content */
  padding-top: 0.5rem;
}

/* ===============================
   CARDS
================================ */
.card {
  background: white;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card:hover {
  transform: translateY(-2px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
}

.question-box {
  position: relative;
  min-height: 120px;
  padding: 16px;
  border-radius: 10px;
  background: #f9fafb;
  color: #1f2937;
  line-height: 1.6;
}
.question-box.loading {
  overflow: hidden;
  color: transparent;
}
.question-box.loading::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, #e5e7eb 25%, #f3f4f6 37%, #e5e7eb 63%);
  background-size: 400% 100%;
  animation: shimmer 1.4s infinite;
}
.question-box .placeholder {
  color: #6b7280;
  font-style: italic;
}

@keyframes shimmer {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
.status-bar {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 10px;
  color: #6b7280;
}

textarea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  padding: 14px;
  resize: vertical;
  transition: border 0.2s ease, box-shadow 0.2s ease;
}
textarea:focus {
  outline: none;
  border-color: #e31c5f;
  box-shadow: 0 0 0 3px rgba(227, 28, 95, 0.15);
}

button {
  margin-top: 16px;
  padding: 12px 22px;
  border-radius: 10px;
  border: none;
  background: linear-gradient(135deg, #e31c5f, #d70466);
  color: white;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
button:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(31, 41, 55, 0.35);
}
button:active {
  transform: scale(0.98);
}

#evaluationResult {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
}
#evaluationResult.loading {
  opacity: 1;
  text-align: center;
}
#evaluationResult.loading::before {
  content: "";
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 4px solid #e5e7eb;
  border-top-color: #e31c5f;
  display: inline-block;
  animation: spin 1s linear infinite;
  margin-bottom: 12px;
}
#evaluationResult.loading p {
  display: none;
}
#evaluationResult.reveal {
  opacity: 1;
  transform: translateY(0);
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* ===============================
   BAND SCORE POP
================================ */
#bandScore {
  font-size: 28px;
  font-weight: 700;
  color: #e31c5f;
  display: inline-block;
  animation: pop 0.4s ease-out;
}

@keyframes pop {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* ===============================
   UTILS
================================ */
.hidden {
  display: none;
}

.pagedescripiton {
  font-family: "Beiruti", sans-serif !important;
}

.criteria-grid {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  margin: 24px 0;
  text-align: center;
}

.circle-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.circle-item svg {
  width: 120px;
  height: 120px;
  transform: rotate(-90deg);
}
.circle-item circle {
  fill: none;
  stroke-width: 10;
}
.circle-item .bg {
  stroke: #e5e7eb;
}
.circle-item .progress {
  stroke: #1c36e3;
  stroke-linecap: round;
  stroke-dasharray: 339;
  stroke-dashoffset: 339;
  transition: stroke-dashoffset 1s ease;
}
.circle-item span {
  margin-top: 8px;
  font-size: 14px;
  color: #6b7280;
}
.circle-item strong {
  font-size: 16px;
  margin-top: 2px;
  color: #111827;
}

.overall-band {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 20px;
  margin-bottom: 16px;
}
.overall-band strong {
  font-size: 32px;
  color: #e31c5f;
}

.blog-hero {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #314460;
  text-align: center;
  flex-direction: column;
  font-family: "Beiruti", sans-serif;
}
.blog-hero img {
  border-radius: 20px;
  background: linear-gradient(145deg, #cacaca, #f0f0f0);
  box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
  width: 100%;
  height: 50vh;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}
.blog-hero h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .blog-hero h1 {
    font-size: 32px;
  }
}

.blog-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  font-family: "Beiruti", sans-serif;
  direction: rtl;
}
.blog-info span {
  font-size: 16px;
  color: #f0f0f0;
}
@media (max-width: 768px) {
  .blog-info span {
    font-size: 14px;
  }
}

.blog-body {
  padding: 40px 20px;
  margin: 0 auto;
  font-family: "Beiruti", sans-serif;
  background: #F3F3F7;
  direction: rtl;
}
.blog-body .col-lg-8 a {
  color: #FF6F61;
}
.blog-body .col-lg-8 a:hover {
  text-decoration: underline;
}
.blog-body h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .blog-body h2 {
    font-size: 24px;
  }
}
.blog-body h3 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .blog-body h3 {
    font-size: 20px;
  }
}
.blog-body p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .blog-body p {
    font-size: 16px;
  }
}
.blog-body img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 20px;
}
.blog-body a {
  color: #5465ff;
  text-decoration: none;
}
.blog-body a:hover {
  text-decoration: underline;
}

.related-products {
  border-radius: 10px;
  box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
  padding: 1rem;
}
.related-products ul {
  list-style: none;
  padding: 0;
}
.related-products ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.related-products ul li .info {
  text-align: right;
}
.related-products ul li .info p {
  font-size: 14px;
  color: #3E3F5B;
  margin: 0;
}
.related-products ul li img {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.related-products ul li span {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #3E3F5B;
}

.related-blogs a {
  text-decoration: none;
  color: #5465ff;
}

.blogs .post-categories .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #3E3F5B;
  text-align: right;
}
.blogs .post-categories ul {
  direction: rtl;
}
.blogs .post-categories li {
  margin-right: 10px;
  font-size: 14px;
  color: #3E3F5B;
  cursor: pointer;
  text-align: right;
  transition: all 0.3s ease-in-out;
}
.blogs .post-categories li a {
  text-decoration: none;
}
.blogs .post-categories li:hover {
  margin-right: 20px;
  color: #FF6F61;
}
.blogs .post-categories li.active {
  margin-right: 20px;
  color: #FF6F61;
}
.blogs .post-categories li.active a {
  color: #FF6F61;
  font-weight: 700;
}

.main {
  direction: rtl;
  font-family: "Beiruti", sans-serif;
}
.main a {
  text-decoration: none;
}
.main ul li {
  transition: all 0.3s ease-in-out;
}
.main ul li:hover {
  margin-right: 10px;
  color: #FF6F61;
}
.main .t-wrp {
  text-align: center;
  background: #F3F3F7;
  border-radius: 12px;
  padding: 1rem;
  height: 100%;
  position: relative;
}
.main .t-wrp .badge-wrp {
  position: absolute;
  top: 200px;
  right: 1rem;
}
.main .t-wrp .fee {
  color: #5465ff;
  font-weight: 600;
  direction: rtl;
}
.main .t-wrp .fa-calendar {
  color: rgb(255, 106, 0);
  margin-left: 0.5rem;
}
.main .t-wrp .fa-download {
  color: #5465ff;
}
.main .t-wrp .t-img {
  margin-bottom: 1rem;
}
.main .t-wrp .t-img img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}

.single-product {
  margin-top: 2rem;
}
.single-product .container {
  background: #F3F3F7;
  border-radius: 20px;
}
.single-product .container .product-image {
  text-align: center;
  margin: 0 auto;
  padding: 40px 20px;
  height: 100%;
}
.single-product .container .product-image img {
  width: 90%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  margin-bottom: 20px;
}
.single-product .product-details {
  direction: rtl;
  font-family: "Beiruti", sans-serif;
  padding: 40px 20px;
  margin: 0 auto;
  font-family: "Beiruti", sans-serif;
}
.single-product .product-details .price {
  color: #5465ff;
  font-weight: 900;
  direction: rtl;
  font-size: 1.8rem;
}
.single-product .product-details h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: right;
}
@media (max-width: 768px) {
  .single-product .product-details h2 {
    font-size: 24px;
  }
}
.single-product .product-details p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .single-product .product-details p {
    font-size: 16px;
  }
}

.register-card {
  max-width: 450px;
  margin: 60px auto;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  font-family: "Beiruti", sans-serif;
}
.register-card .register-card h2 {
  text-align: center;
  margin-bottom: 25px;
  font-weight: bold;
  color: #333;
  font-family: "Beiruti", sans-serif;
}
.register-card .form-control {
  border-radius: 8px;
}
.register-card .btn-primary {
  width: 100%;
  border-radius: 8px;
  font-weight: bold;
}
.register-card .text-center a {
  text-decoration: none;
  color: #0d6efd;
}
.register-card .text-center a:hover {
  text-decoration: underline;
}
.register-card .error-message {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 5px;
}

.auth-card {
  max-width: 420px;
  margin: 60px auto;
  padding: 35px 40px;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.06);
  border: 1px solid #eee;
  text-align: right;
  font-family: "Beiruti", sans-serif;
}
.auth-card .auth-title {
  font-size: 26px;
  margin-bottom: 25px;
  font-weight: 700;
  text-align: center;
  color: #333;
}
.auth-card .field-group {
  margin-bottom: 18px;
}
.auth-card .field-group label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
  color: #444;
  font-weight: 500;
}
.auth-card .field-group input {
  width: 100%;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid #d4d4d4;
  transition: 0.2s;
  font-size: 15px;
}
.auth-card .field-group input:focus {
  border-color: #5b8dfd;
  box-shadow: 0 0 0 3px rgba(91, 141, 253, 0.15);
  outline: none;
}
.auth-card .remember-wrap {
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
}
.auth-card .remember-label {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #555;
  cursor: pointer;
}
.auth-card .auth-actions {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.auth-card .forgot-link {
  font-size: 13px;
  color: #666;
  text-decoration: underline;
}
.auth-card .auth-btn {
  background: #4f46e5;
  color: white;
  border: none;
  padding: 10px 28px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 15px;
  transition: 0.2s;
  font-weight: 600;
}
.auth-card .auth-btn:hover {
  background: #4338ca;
}

.plans-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 1rem;
  text-align: center;
  direction: rtl;
}
.plans-page .plan-card {
  direction: rtl;
  text-align: right;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 1.8rem;
  background: #ffffff;
  transition: 0.25s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
}
.plans-page .plan-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07);
  transform: translateY(-4px);
}
.plans-page .plan-card .plan-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.plans-page .plan-card .price-box {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 1.2rem;
  color: #111827;
}
.plans-page .plan-card .price-box span {
  font-size: 1rem;
  font-weight: 400;
  margin-right: 6px;
  color: #6b7280;
}
.plans-page .plan-card .features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}
.plans-page .plan-card .features li {
  margin-bottom: 0.6rem;
  color: #374151;
  font-size: 0.95rem;
  position: relative;
  padding-right: 1.3rem;
}
.plans-page .plan-card .features li::before {
  content: "✓";
  position: absolute;
  right: 0;
  top: 0;
  color: #2563eb;
  font-weight: 700;
}
.plans-page .plan-card .select-btn {
  display: block;
  width: 100%;
  background: #2563eb;
  color: #fff;
  padding: 0.7rem;
  text-align: center;
  border-radius: 10px;
  font-weight: 700;
  transition: 0.2s ease;
  text-decoration: none;
}
.plans-page .plan-card .select-btn:hover {
  background: #1d4ed8;
  text-decoration: none;
}
