/**
* Template Name: Laura
* Template URL: https://bootstrapmade.com/laura-free-creative-bootstrap-theme/
* Updated: Aug 07 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/

/* Fonts */

/* Defination of fonts */

@font-face {
  font-family: "B-Nazanin";
  src: url("../fonts/BNAZANIN.woff2")format("woff2"), url("../fonts/BNAZANIN.woff")format("woff"), url("../fonts/BNAZANIN.ttf")format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Vazir";
  src: url("../fonts/Vazirmatn.woff2")format("woff2"), url("../fonts/Vazirmatn.ttf")format("truetype");
  font-weight: normal;
  font-style: normal;
}

:root {
  --default-font: "Vazir", Tahoma, sans-serif;
  --heading-font: "B-Nazanin", "Vazir";
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root {
  --background-color: #ffffff;
  /* Background color for the entire website, including individual sections */
  --default-color: #444444;
  /* Default color used for the majority of the text content across the entire website */
  --heading-color: #222222;
  /* Color for headings, subheadings and title throughout the website */
  --accent-color: #0088cc;
  /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --accent-hover: #9ce3fc;
  /* The accent hover is used when you hover over an element that has an accent color.  */
  --surface-color: #f8f9fa;
  /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff;
  /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: #ffffff;
  /* The default color of the main navmenu links */
  --nav-hover-color: #0088cc;
  /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff;
  /* Used as the background color for mobile navigation menu */
  --nav-dropdown-color: #444444;
  /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #0088cc;
  /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

.dark-background {
  --background-color: #060606;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #252525;
  --contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}

.rtl {
  direction: rtl;
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  --background-color: rgba(0, 0, 0, 0);
  --default-color: #ffffff;
  --heading-color: #ffffff;
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 20px 0;
  transition: all 0.5s;
  z-index: 997;
  /* direction: rtl; */
}

.header .logo {
  display: flex;
  line-height: 1;
  align-items: center;
}

.header .logo img {
  max-height: 45px;
  margin-top: -3px;
  margin-left: 10px;
  border-radius: 70%;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
}

.header .header-social-links {
  padding-right: 15px;
  padding-left: 3px;
}

.header .header-social-links a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  padding-left: 10px;
  display: inline-block;
  transition: 0.3s;
  font-size: 22px;
}

.header .header-social-links .megaphone:hover {
  color: #E85D5D;
  transform: translateY(-2px);
}

.header .header-social-links .robot:hover {
  color: #6675D9;
  transform: translateY(-2px);
}

.header .header-social-links a i {
  line-height: 0px;
}

@media (max-width: 1200px) {
  .header .logo {
    order: 3;
  }

  .header .header-social-links {
    order: 2;
  }

  .header .navmenu {
    order: 1;
  }
}

@media (min-width: 1201px) {
  .header .logo {
    order: 3;
  }

  .header .navmenu {
    order: 2;
  }

  .header .header-social-links {
    order: 1;
  }
}

.scrolled .header {
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
}

/* Global Header on Scroll
------------------------------*/
.scrolled .header {
  --background-color: rgba(0, 0, 0, 0.8);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
    direction: rtl;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    padding: 18px 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: var(--default-font);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-hover-color);
  }
}

/* Navmenu - Mobile */
@media (max-width: 1200px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--default-font);
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    left: 15px; 
    margin-left: 0; 
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
    direction: rtl;
  }
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: var(--default-color);
  background-color: var(--background-color);
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
  position: relative;
}

.footer h3 {
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  padding: 0;
  margin: 0 0 15px 0;
}

.footer p {
  font-size: 1rem;
  padding: 0;
  margin: 0 0 30px 0;
}

.footer .support-footer {
  gap: 50px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.footer .support-content {
  flex: 1;
  direction: rtl;
  text-align: right;
}

.footer .support-content h4,
.footer .support-trust h4 {
  margin-bottom: 15px;
  font-size: 1.3rem;
  font-weight: 600;
}

.footer .support-intro,
.footer .support-trust > p {
  font-size: 0.9rem;
  margin-bottom: 25px;
  line-height: 1.9;
}

.footer .support-methods {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .support-methods li {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.footer .support-methods li > i {
  flex: 0 0 auto;
  font-size: 20px;
  margin-top: 3px;
  color: var(--contrast-color);
}

.footer .support-methods h5 {
  margin: 0 0 5px;
  font-size: 1.1rem;
  font-weight: 600;
}

.footer .support-methods p {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.8;
}

.footer .support-methods a {
  color: var(--accent-color);
  font-weight: 500;
  text-decoration: none;
}

.footer .support-methods a:hover {
  text-decoration: underline;
}

.footer .support-divider {
  width: 1px;
  align-self: stretch;
  background-color: color-mix(in srgb,
      var(--default-color),
      transparent 85%);
}

.footer .support-trust {
  flex: 0 0 30%;
  direction: rtl;
  text-align: right;
}

.footer .trust-badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 25px;
}

.footer .trust-badges > * {
  max-width: 100px;
  height: auto;
}

#zibal img {
  width: auto;
  max-width: 120px;
  object-fit: contain;
  height: 100px !important;
}

.footer .social-links {
  margin: 0 0 30px 0;
}

.footer .social-links a {
  font-size: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-color);
  color: var(--contrast-color);
  line-height: 1;
  margin: 0 4px;
  border-radius: 50%;
  text-align: center;
  width: 42.75px;
  height: 42.75px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
  text-decoration: none;
}

.footer .copyright {
  direction: rtl;
  padding-top: 25px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: var(--background-color);
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ffffff;
  border-color: var(--accent-color) transparent var(--accent-color) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top .active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 80px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 60px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding: 30px 0;
  margin-bottom: 30px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  position: relative;
  z-index: 2;
}

.section-title span {
  position: absolute;
  top: 4px;
  color: color-mix(in srgb, var(--heading-color), transparent 95%);
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 1;
}

.section-title p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 575px) {
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .section-title span {
    font-size: 38px;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 120px 0 60px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 30%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero .container {
  position: relative;
  z-index: 3;
}

.hero h2 {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 56px;
}

.hero p {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin: 10px 0 0 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}

.hero .btn-scroll {
  transition: 0.4s;
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  display: block;
  margin-top: 30px;
  animation: btn-up-down 1s ease-in-out infinite alternate-reverse both;
}

.hero .btn-scroll i {
  font-size: 48px;
}

.hero .btn-scroll:hover {
  color: var(--accent-color);
}

@media (max-width: 640px) {
  .hero h1 {
    font-size: 30px;
    line-height: 36px;
  }
}

@keyframes btn-up-down {
  0% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(-5px);
  }
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features .feature-item {
  height: 100%;
  padding: 50px 30px;
  border-radius: 12px;
  background-color: var(--surface-color);
  box-shadow: 0 2px 20px rgba(0, 0, 0, .08);
  transition: transform .3s ease, box-shadow .3s ease, background .3s ease;
}

.features .feature-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, .14);
  background: linear-gradient(145deg, #ffffff, var(--accent-hover) 55%, var(--accent-color));
}

.features .feature-item .feature-icon {
  margin-bottom: 1rem;
  text-align: center;
}

.features .feature-item .circle {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  color: var(--accent-color);
  background: var(--accent-hover);
  transition: background-color .3s ease, color .3s ease, transform .3s ease;
}

.features .feature-item .circle i {
  font-size: 32px;
  margin-top: 0.5rem;
  transform: scale(1.09);
  transition: color .3s ease, transform .3 ease;
}

.feature-item:hover .circle {
  transform: scale(1.09);
}

.row>.col-md-4:nth-child(1) .circle {
  color: #E44C5B !important;
  background: #FDEBEC !important;
}

.row>.col-md-4:nth-child(1) .feature-item:hover .circle {
  color: #FFFFFF !important;
  background: #C93E3E !important;
}

.row>.col-md-4:nth-child(2) .circle {
  color: #6B7280 !important;
  background: #F0F1F3 !important;
}

.row>.col-md-4:nth-child(2) .feature-item:hover .circle {
  color: #FFFFFF !important;
  background: #4B5563 !important;
}

.row>.col-md-4:nth-child(3) .circle {
  color: #E0B23C !important;
  background: #FBF4DD !important;
}

.row>.col-md-4:nth-child(3) .feature-item:hover .circle {
  color: #FFFFFF !important;
  background: #EABC3D !important;
}

.row>.col-md-4:nth-child(4) .circle {
  color: #0D6EFD !important;
  background: #E7F1FF !important;
}

.row>.col-md-4:nth-child(4) .feature-item:hover .circle {
  color: #FFFFFF !important;
  background: #1E91FF !important;
}

.row>.col-md-4:nth-child(5) .circle {
  color: #43A66B !important;
  background: #E8F6EE !important;
}

.row>.col-md-4:nth-child(5) .feature-item:hover .circle {
  color: #FFFFFF !important;
  background: #348653 !important;
}

.row>.col-md-4:nth-child(6) .circle {
  color: #00A6A6 !important;
  background: #E2F7F7 !important;
}

.row>.col-md-4:nth-child(6) .feature-item:hover .circle {
  color: #FFFFFF !important;
  background: #009494 !important;
}

.features .feature-content h4 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin-bottom: 15px;
}

.features .feature-content p {
  font-size: 14px;
  line-height: 24px;
  color: #555;
  text-align: center;
}

/*--------------------------------------------------------------
# Capabilities Section
--------------------------------------------------------------*/
.row>.col-lg-3:nth-child(1) .circle {
  color: #1565C0 !important;
  background: #E3F2FD !important;
}

.row>.col-lg-3:nth-child(1) .feature-item:hover .circle {
  color: #FFFFFF !important;
  background: #1E91FF !important;
}

.row>.col-lg-3:nth-child(2) .circle {
  color: #C2185B !important;
  background: #FCE4EC !important;
}

.row>.col-lg-3:nth-child(2) .feature-item:hover .circle {
  color: #FFFFFF !important;
  background: #C2185B !important;
}

.row>.col-lg-3:nth-child(3) .circle {
  color: #6A1B9A !important;
  background: #F3E5F5 !important;
}

.row>.col-lg-3:nth-child(3) .feature-item:hover .circle {
  color: #FFFFFF !important;
  background: #6254D6 !important;
}

.row>.col-lg-3:nth-child(4) .circle {
  color: #0D47A1 !important;
  background: #E1F0FF !important;
}

.row>.col-lg-3:nth-child(4) .feature-item:hover .circle {
  color: #FFFFFF !important;
  background: #1F6FE5 !important;
}

.row>.col-lg-3:nth-child(5) .circle {
  color: #00897B !important;
  background: #E0F2F1 !important;
}

.row>.col-lg-3:nth-child(5) .feature-item:hover .circle {
  color: #FFFFFF !important;
  background: #00796B !important;
}

.row>.col-lg-3:nth-child(6) .circle {
  color: #42A5F5 !important;
  background: #E3F2FD !important;
}

.row>.col-lg-3:nth-child(6) .feature-item:hover .circle {
  color: #FFFFFF !important;
  background: #2196F3 !important;
}

.row>.col-lg-3:nth-child(7) .circle {
  color: #EF6C00 !important;
  background: #FFF8E1 !important;
}

.row>.col-lg-3:nth-child(7) .feature-item:hover .circle {
  color: #FFFFFF !important;
  background: #EF6C00 !important;
}

.row>.col-lg-3:nth-child(8) .circle {
  color: #C62828 !important;
  background: #FFEBEE !important;
}

.row>.col-lg-3:nth-child(8) .feature-item:hover .circle {
  color: #FFFFFF !important;
  background: #C62828 !important;
}

.row>.col-lg-3:nth-child(9) .circle {
  color: #E0B23C !important;
  background: #FFF0D6 !important;
}

.row>.col-lg-3:nth-child(9) .feature-item:hover .circle {
  color: #FFFFFF !important;
  background: #DFA047 !important;
}

.row>.col-lg-3:nth-child(10) .circle {
  color: #3949AB !important;
  background: #E8EAF6 !important;
}

.row>.col-lg-3:nth-child(10) .feature-item:hover .circle {
  color: #FFFFFF !important;
  background: #3949AB !important;
}

/*--------------------------------------------------------------
# Pricing Section
--------------------------------------------------------------*/
.pricing .row {
  align-items: stretch;
}

.pricing .pricing-item {
  background-color: var(--surface-color);
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.08);
  padding: 40px 25px 25px;
  text-align: center;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.pricing .pricing-item:hover {
  transform: translateY(-7px);
  box-shadow: 0 12px 45px rgba(0, 0, 0, 0.14);
}

.pricing .pricing-item .plan-icon {
  width: 70px;
  height: 70px;
  padding-top: 7px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: color-mix(in srgb, var(--accent-color), transparent 88%);
  color: var(--accent-color);
  transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.pricing .pricing-item .plan-icon i {
  font-size: 32px;
  transition: transform 0.3s ease;
}

.pricing .pricing-item:hover .plan-icon {
  transform: scale(1.08);
}

.pricing .pricing-item:hover .plan-icon i {
  transform: scale(1.08);
}

.pricing .pricing-item.recommended .plan-icon {
  background-color: color-mix(in srgb, #e0b23c, transparent 86%);
  color: #d39f16;
}

.pricing .pricing-item.recommended:hover {
  background: linear-gradient(145deg, var(--surface-color), color-mix(in srgb, #e0b23c, transparent 80%));
  box-shadow: 0 14px 50px rgba(224, 178, 60, 0.22);
}

.pricing .pricing-item.recommended:hover .plan-icon {
  background-color: #e0b23c;
  color: #fff;
}

.pricing .pricing-item h3 {
  padding: 10px 15px;
  margin: 5px 0 10px;
  font-weight: 700;
  font-size: 1.25rem;
}

.pricing .pricing-item .plan-price {
  margin: 0 0 5px;
  padding: 0;
  color: var(--accent-color);
}

.pricing .pricing-item .plan-price strong {
  display: block;
  font-size: 2.6rem;
  line-height: 1;
  font-weight: 700;
  font-family: var(--default-font);
}

.pricing .pricing-item .plan-price span {
  display: block;
  margin: 4px 0 0;
  padding: 0;
  font-size: 0.95rem;
  line-height: 1.2;
  font-weight: 400;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.pricing .pricing-item ul {
  padding: 20px 0 10px;
  margin: 0;
  list-style: none;
  line-height: 20px;
  font-size: 0.9rem;
  text-align: right;
  flex: 1;
}

.pricing .pricing-item ul li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding-bottom: 16px;
  text-align: right;
}

.pricing .pricing-item ul li i {
  flex: 0 0 auto;
  margin-top: 2px;
  font-size: 16px;
  color: #2e9d61;
}

.pricing .pricing-item ul li.na {
  color: color-mix(in srgb, var(--default-color), transparent 58%);
  text-decoration: line-through;
}

.pricing .pricing-item ul li.na i {
  color: #d9534f;
}

.pricing .pricing-item ul li.info i {
  color: var(--accent-color);
}

.pricing .pricing-item ul li a,
.pricing .pricing-item ul li b {
  margin: 0 -0.25rem;
  color: var(--accent-color);
}

.pricing .pricing-item ul li a:hover {
  text-decoration: underline;
}

.pricing .pricing-item .btn-wrap {
  padding: 15px 0 0;
  text-align: center;
}

.pricing .pricing-item .btn-buy {
  font-size: 0.95rem;
  font-weight: 600;
  transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease;
  border-radius: 50px;
  display: inline-block;
  color: var(--accent-color);
  padding: 10px 32px 11px;
  background-color: transparent;
  font-family: var(--heading-font);
  border: 2px solid var(--accent-color);
  text-decoration: none;
}

.pricing .pricing-item .btn-buy:hover {
  color: var(--contrast-color);
  background-color: var(--accent-color);
  transform: translateY(-2px);
}

.pricing .recommended-badge {
  position: absolute;
  top: 5px;
  display: inline-block;
  align-self: center;
  z-index: auto;
  margin: 0 auto 8px;
  font-size: 13px;
  line-height: 1.4;
  padding: 5px 22px;
  background-color: color-mix(in srgb, #e0b23c, transparent 88%);
  color: #c49312;
  border-radius: 50px;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.pricing .pricing-item.recommended:hover .recommended-badge {
  background-color: #e0b23c;
  color: #fff;
  transform: translateY(-1px);
}

/*--------------------------------------------------------------
# FAQ Section
--------------------------------------------------------------*/

.faq-categories {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.faq-categories button {
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 75%);
  background: transparent;
  color: var(--default-color);
  padding: 8px 20px;
  border-radius: 50px;
  font-family: var(--default-font);
  cursor: pointer;
  transition: all 0.25s ease;
}

.faq-categories button:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.faq-categories button.active {
  background: var(--accent-color);
  border-color: var(--accent-color);
  color: var(--contrast-color);
}

.faq .accordion-item {
  border: 0;
  background: var(--surface-color);
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
}

.faq .accordion-button {
  direction: rtl;
  text-align: right;
  background: transparent;
  box-shadow: none !important;
}

.faq .accordion-body b {
  color: var(--accent-color);
}

/*--------------------------------------------------------------
# Responsive Layout
--------------------------------------------------------------*/

/* Tablet */
@media (min-width: 768px) and (max-width: 991.98px) {
  .pricing .row {
    justify-content: center;
  }

  .pricing .row>div {
    display: flex;
  }

  .pricing .row>div:last-child {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Mobile */
@media (max-width: 767.98px) {
  .pricing .pricing-item {
    padding: 35px 22px 25px;
  }

  .pricing .pricing-item .plan-price strong {
    font-size: 2.4rem;
  }

  .pricing .pricing-item ul {
    font-size: 0.85rem;
  }
}

@media (max-width: 768px) {
  .support-footer {
    flex-direction: column !important;
    align-items: stretch;
    gap: 30px;
  }

  .support-divider {
    width: 100%;
    height: 1px;
  }

  .support-trust {
    flex: none;
    text-align: center;
  }

  .trust-badges {
    justify-content: center;
  }
}