/*--------------------------------------------------------------
# price-index Section
--------------------------------------------------------------*/
.price-top {
  background-image: url(../img/price/top.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  padding-bottom: 0px;
}

.price-index {
  padding-bottom: 50px;
}

.price-index-top {
  background-image: url(../img/home/bg1.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.price-index .price-index-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
  border: 1px solid color-mix(in srgb, #00ff14 8%, transparent);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.price-index .price-index-card:hover {
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.1);
  /* transform: translateY(-6px); */
}


/* ネオ　neo */

.price-index .price-index-card.neo {
  border: 1px solid color-mix(in srgb, #51b56d 8%, transparent);
  /*   box-shadow: 0 8px 32px color-mix(in srgb, #00a1c5 20%, transparent);   */
}

.price-index .price-index-card.neo .card-header {
  background: #eaf8ee;
  border-top: 4px solid #51b56d;
}

.price-index .price-index-card.neo .card-header .plan-icon {
  background: color-mix(in srgb, #ffffff 20%, transparent);
  color: #51b56d;
}

.price-index .price-index-card.neo .card-header .plan-title,
.price-index .price-index-card.neo .card-header .plan-subtitle {
  color: #181818;
}

.price-index .price-index-card.neo .btn-price-index {
  background: #51b56d;
  color: #ffffff;
}

.price-index .price-index-card.neo .btn-price-index:hover {
  background: color-mix(in srgb, #51b56d 85%, black);
}

.price-index .price-index-card.neo:hover {
  /*  transform: translateY(-8px); */
  box-shadow: 0 16px 56px color-mix(in srgb, #51b56d 25%, transparent);
}


/* プロ　pro */

.price-index .price-index-card.pro {
  border: 1px solid color-mix(in srgb, #2d9bc1 8%, transparent);
  /*   box-shadow: 0 8px 32px color-mix(in srgb, #00a1c5 20%, transparent);   */
}

.price-index .price-index-card.pro .card-header {
  background: #eaf5fb;
  border-top: 4px solid #2d9bc1;
}

.price-index .price-index-card.pro .card-header .plan-icon {
  background: color-mix(in srgb, #ffffff 20%, transparent);
  color: #2d9bc1;
}

.price-index .price-index-card.pro .card-header .plan-title,
.price-index .price-index-card.pro .card-header .plan-subtitle {
  color: #181818;
}

.price-index .price-index-card.pro .btn-price-index {
  background: #2d9bc1;
  color: #ffffff;
}

.price-index .price-index-card.pro .btn-price-index:hover {
  background: color-mix(in srgb, #2d9bc1 85%, black);
}

.price-index .price-index-card.pro:hover {
  /*  transform: translateY(-8px); */
  box-shadow: 0 16px 56px color-mix(in srgb, #2d9bc1 25%, transparent);
}


/* プレミアム　premium */

.price-index .price-index-card.premium {
  border: 1px solid color-mix(in srgb, #6e4a8e 8%, transparent);
  /*   box-shadow: 0 8px 32px color-mix(in srgb, #00a1c5 20%, transparent);   */
}

.price-index .price-index-card.premium .card-header {
  background: #f1ecf8;
  border-top: 4px solid #6e4a8e;
}

.price-index .price-index-card.premium .card-header .plan-icon {
  background: color-mix(in srgb, #ffffff 20%, transparent);
  color: #6e4a8e;
}

.price-index .price-index-card.premium .card-header .plan-title,
.price-index .price-index-card.premium .card-header .plan-subtitle {
  color: #181818;
}

.price-index .price-index-card.premium .btn-price-index {
  background: #6e4a8e;
  color: #ffffff;
}

.price-index .price-index-card.premium .btn-price-index:hover {
  background: color-mix(in srgb, #6e4a8e 85%, black);
}

.price-index .price-index-card.pro:hover {
  /*  transform: translateY(-8px); */
  box-shadow: 0 16px 56px color-mix(in srgb, #6e4a8e 25%, transparent);
}


/* */

.price-index .card-header {
  padding: 32px 28px 24px;
  background: color-mix(in srgb, #00ff14 6%, transparent);
  text-align: center;
  border-bottom: 1px solid color-mix(in srgb, #00ff14 6%, transparent);
}

.price-index .plan-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: color-mix(in srgb, #00ff14 15%, transparent);
  color: #00ff14;
  font-size: 24px;
  margin-bottom: 16px;
}

.price-index .plan-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #292929;
}

.price-index .plan-title span {
  font-size: 12px;
  font-weight: 400;
  color: #9d9a9a;
}


.price-index .plan-subtitle {
  font-size: 16px;
  color: color-mix(in srgb, #000000 60%, transparent);
  margin: 0;
}

.price-index .card-body {
  padding: 28px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.price-index .price-wrapper {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
  margin-bottom: 4px;
}

.price-index .price-wrapper .currency {
  font-size: 16px;
  font-weight: 500;
  color: #292929;
  align-self: flex-start;
  margin-top: 8px;
  margin-right: 5px;
}

.price-index .price-wrapper .amount {
  font-size: 30px;
  font-weight: 600;
  color: #292929;
  line-height: 1;
  letter-spacing: -2px;
}

.price-index .price-wrapper .amount.annual-price {
  display: none;
}

.price-index .price-wrapper .period {
  font-size: 16px;
  color: #292929;
  font-weight: 500;
  padding-left: 5px;
}

.price-index .price-wrapper.custom-price-index {
  padding: 12px 0;
}

.price-index .price-wrapper.custom-price-index .custom-text {
  font-size: 36px;
  font-weight: 800;
  color: #292929;
  letter-spacing: -1px;
}

.price-index .billing-info {
  font-size: 15px;
  color: color-mix(in srgb, #000000 70%, transparent);
  text-align: center;
  margin-bottom: 24px;
}

.price-index .billing-info.annual-billing {
  display: none;
}

.price-index .feature-list {
  list-style: none;
  padding: 0px 30px;
  margin: 0 0 24px;
  flex-grow: 1;
}

.price-index .feature-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  font-size: 18px;
  color: #000000;
}

.price-index .feature-list li i {
  font-size: 16px;
  color: #ff0080;
  flex-shrink: 0;
}

.price-index .btn-price-index {
  display: block;
  width: 100%;
  padding: 14px 24px;
  background: color-mix(in srgb, #ff0080 12%, transparent);
  color: #ff0080;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s ease;
  border: none;
}

.price-index .btn-price-index:hover {
  background: #ff0080;
  color: #ffffff;
}

.price-index .trial-note {
  display: block;
  font-size: 12px;
  color: color-mix(in srgb, #ffffff 50%, transparent);
  text-align: center;
  margin-top: 12px;
}

.price-index .security-badges {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 64px;
  padding: 32px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

@media (max-width: 992px) {
  .price-index .security-badges {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .price-index .security-badges {
    grid-template-columns: 1fr;
    padding: 24px;
    gap: 16px;
  }
}

.price-index .badge-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  background: color-mix(in srgb, #ff0080 5%, transparent);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.price-index .badge-item:hover {
  background: color-mix(in srgb, #ff0080 10%, transparent);
}

.price-index .badge-item i {
  font-size: 28px;
  color: #ff0080;
  flex-shrink: 0;
}

.price-index .badge-item .badge-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.price-index .badge-item .badge-content strong {
  font-size: 14px;
  font-weight: 600;
  color: #292929;
}

.price-index .badge-item .badge-content span {
  font-size: 12px;
  color: color-mix(in srgb, #ffffff 60%, transparent);
}

.price-index .help-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  margin-top: 40px;
}

.price-index .help-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #ff0080;
  transition: all 0.3s ease;
  padding: 8px 0;
}

.price-index .help-links a i {
  font-size: 18px;
}

.price-index .help-links a:hover {
  color: color-mix(in srgb, #ff0080 75%, black);
  transform: translateY(-2px);
}

@media (max-width: 576px) {
  .price-index .help-links {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}

@media (max-width: 768px) {
  .price-index .card-header {
    padding: 24px 20px 20px;
  }

  .price-index .card-body {
    padding: 24px 20px;
  }

  .price-index .price-wrapper .amount {
    font-size: 44px;
  }

  .price-index .price-wrapper.custom-price-index .custom-text {
    font-size: 30px;
  }

  .price-index .plan-icon {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }

  .price-index .security-badges {
    margin-top: 48px;
  }
}


/*--------------------------------------------------------------
# price-why Section
--------------------------------------------------------------*/
.price-why .card-item {
  padding: 1.5rem;
  border-radius: 0.5rem;
  background-color: #ffffff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transition: all 0.3s ease-in-out;
  height: 100%;
}

.price-why .card-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.price-why .card-item .card-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #3b4ef8;
  margin-bottom: 1rem;
}

.price-why .card-item h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.price-why .card-item p {
  color: color-mix(in srgb, #212529, transparent 25%);
  font-size: 0.9rem;
  line-height: 1.6;
}

.price-why .image-wrapper img {
  border-radius: 1rem;
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features .features-intro {
  padding-right: 30px;
}

@media (max-width: 991px) {
  .features .features-intro {
    padding-right: 0;
    margin-bottom: 40px;
    text-align: center;
  }
}

.features .features-intro h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .features .features-intro h2 {
    font-size: 32px;
  }
}

.features .features-intro p {
  font-size: 18px;
  line-height: 1.7;
  color: color-mix(in srgb, #212529, transparent 25%);
  margin-bottom: 40px;
}

.features .features-intro .highlights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media (max-width: 576px) {
  .features .features-intro .highlights-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.features .features-intro .highlights-grid .highlight-item {
  text-align: center;
}

.features .features-intro .highlights-grid .highlight-item .highlight-number {
  font-size: 28px;
  font-weight: 700;
  color: #3b4ef8;
  line-height: 1;
  margin-bottom: 5px;
}

.features .features-intro .highlights-grid .highlight-item .highlight-text {
  font-size: 14px;
  color: color-mix(in srgb, #212529, transparent 30%);
  font-weight: 500;
}

.features .featured-image-container {
  position: relative;
}

.features .featured-image-container .floating-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #3b4ef8;
  color: #ffffff;
  padding: 12px 20px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.features .featured-image-container .floating-badge i {
  font-size: 18px;
}

.features .features-grid {
  margin: 80px 0;
}

.features .features-grid .feature-box {
  background-color: #ffffff;
  padding: 40px 30px;
  border-radius: 20px;
  height: 100%;
  transition: all 0.3s ease;
  border: 1px solid color-mix(in srgb, #212529, transparent 92%);
}

.features .features-grid .feature-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(54, 144, 231, 0.1);
  border-color: color-mix(in srgb, #3b4ef8, transparent 70%);
}

.features .features-grid .feature-box .feature-icon-wrapper {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  background: linear-gradient(135deg, #3b4ef8, color-mix(in srgb, #3b4ef8, #ff6b35 20%));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.features .features-grid .feature-box .feature-icon-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(135deg, #3b4ef8, color-mix(in srgb, #3b4ef8, #ff6b35 20%));
  opacity: 0.2;
  transform: scale(1.3);
  z-index: -1;
}

.features .features-grid .feature-box .feature-icon-wrapper i {
  font-size: 32px;
  color: #ffffff;
}

.features .features-grid .feature-box h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.features .features-grid .feature-box p {
  font-size: 15px;
  line-height: 1.6;
  color: color-mix(in srgb, #212529, transparent 30%);
  margin-bottom: 25px;
}

.features .features-grid .feature-box .progress-indicator {
  width: 100%;
  height: 4px;
  background-color: color-mix(in srgb, #212529, transparent 90%);
  border-radius: 2px;
  margin-bottom: 10px;
  overflow: hidden;
}

.features .features-grid .feature-box .progress-indicator .progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #3b4ef8, color-mix(in srgb, #3b4ef8, #28a745 30%));
  border-radius: 2px;
  transition: width 1s ease;
}

.features .features-grid .feature-box .progress-label {
  font-size: 13px;
  font-weight: 600;
  color: #3b4ef8;
}

.features .advanced-features-section {
  margin-top: 20px;
}

.features .advanced-features-section h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .features .advanced-features-section h3 {
    font-size: 28px;
  }
}

.features .advanced-features-section .advanced-feature-card {
  background-color: #ffffff;
  padding: 35px;
  border-radius: 16px;
  height: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, #212529, transparent 92%);
  transition: all 0.3s ease;
}

.features .advanced-features-section .advanced-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.features .advanced-features-section .advanced-feature-card:hover .feature-icon-bg {
  transform: scale(1.1) rotate(10deg);
  opacity: 0.15;
}

.features .advanced-features-section .advanced-feature-card .feature-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.features .advanced-features-section .advanced-feature-card .feature-header .feature-number {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-color: #3b4ef8;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
}

.features .advanced-features-section .advanced-feature-card .feature-header .feature-status-badge {
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.features .advanced-features-section .advanced-feature-card .feature-header .feature-status-badge.enterprise {
  background-color: rgba(220, 53, 69, 0.1);
  color: #dc3545;
}

.features .advanced-features-section .advanced-feature-card .feature-header .feature-status-badge.premium {
  background-color: rgba(25, 135, 84, 0.1);
  color: #198754;
}

.features .advanced-features-section .advanced-feature-card .feature-header .feature-status-badge.standard {
  background-color: rgba(54, 144, 231, 0.1);
  color: #3b4ef8;
}

.features .advanced-features-section .advanced-feature-card .feature-header .feature-status-badge.coming-soon {
  background-color: rgba(108, 117, 125, 0.1);
  color: #6c757d;
}

.features .advanced-features-section .advanced-feature-card .feature-content {
  position: relative;
  z-index: 2;
}

.features .advanced-features-section .advanced-feature-card .feature-content h5 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}

.features .advanced-features-section .advanced-feature-card .feature-content p {
  font-size: 15px;
  line-height: 1.6;
  color: color-mix(in srgb, #212529, transparent 25%);
  margin-bottom: 20px;
}

.features .advanced-features-section .advanced-feature-card .feature-content .feature-benefits {
  list-style: none;
  padding: 0;
  margin: 0;
}

.features .advanced-features-section .advanced-feature-card .feature-content .feature-benefits li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: color-mix(in srgb, #212529, transparent 20%);
  margin-bottom: 8px;
}

.features .advanced-features-section .advanced-feature-card .feature-content .feature-benefits li i {
  color: #28a745;
  font-size: 16px;
}

.features .advanced-features-section .advanced-feature-card .feature-content .feature-benefits li:last-child {
  margin-bottom: 0;
}

.features .advanced-features-section .advanced-feature-card .feature-icon-bg {
  position: absolute;
  bottom: -20px;
  right: -20px;
  font-size: 120px;
  color: #3b4ef8;
  opacity: 0.05;
  transition: all 0.3s ease;
  z-index: 1;
}

@media (max-width: 991px) {
  .features .features-intro .highlights-grid {
    margin-top: 30px;
  }

  .features .features-grid {
    margin: 60px 0;
  }

  .features .advanced-features-section {
    margin-top: 60px;
  }
}


/*--------------------------------------------------------------
# price-table Section
--------------------------------------------------------------*/

.table-scroll {
  overflow-x: auto;
}

.table-price-hikaku {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  min-width: 700px;
  font-weight: bold;
  text-align: center;
}

/* ヘッダー共通 */
.table-price-hikaku thead th {
  padding: 1em .8em;
  border-right: 2px solid #fff;
}

.table-price-hikaku thead th:not(:first-child) {
  color: #fff;
  font-size: 18px;
  border-radius: 15px 15px 0 0;
  padding: .5em;
}

.table-price-hikaku thead th span {
  font-size: .8rem;
}

/* ネオ */
.table-price-hikaku thead th:nth-child(2) {
  background-color: #51b56d;
}

/* プロ */
.table-price-hikaku thead th:nth-child(3) {
  background-color: #2d9bc1;
}

/* プレミアム */
.table-price-hikaku thead th:nth-child(4) {
  background-color: #6e4a8e;
}


/* 本体 */
.table-price-hikaku tbody {
  border: 2px solid #dce7ec;
}

.table-price-hikaku tbody th {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  padding: 5px;
  position: relative;
}

.table-price-hikaku tbody tr {
  background-color: #f5f9fb;
}

.table-price-hikaku tbody tr:nth-child(odd) {
  background-color: #fff;
}

.table-price-hikaku td {
  border-left: 2px solid #dce7ec;
  font-size: 20px;
  padding: 5px;
}

/* ネオ列 */
.table-price-hikaku td:nth-child(2) {
  color: #51b56d;
  border-left: 2px solid #bfe4c9;
  /*border-right: 2px solid #bfe4c9; */
}

/* プロ列 */
.table-price-hikaku td:nth-child(3) {
  color: #2d9bc1;
  border-left: 2px solid #b9dfea;
  border-right: 2px solid #b9dfea;
}

/* プレミアム列 */
.table-price-hikaku td:nth-child(4) {
  color: #6e4a8e;
  border-left: 2px solid #d6c8e3;
  border-right: 2px solid #d6c8e3;
}

/* 最終行の下枠 */
.table-price-hikaku tr:last-child td:nth-child(2) {
  border-bottom: 2px solid #51b56d;
}

.table-price-hikaku tr:last-child td:nth-child(3) {
  border-bottom: 2px solid #2d9bc1;
}

.table-price-hikaku tr:last-child td:nth-child(4) {
  border-bottom: 2px solid #6e4a8e;
}


/*--------------------------------------------------------------
# price-etc Section
--------------------------------------------------------------*/
.price-etc {
  background-color: #fafcff;
}

.price-etc ol {
  font-size: 18px;
  list-style: none;
  line-height: 40px;
}

.price-etc ol i {
  font-size: 20px;
  padding-right: 4px;
  color: #28a745;
}

/*--------------------------------------------------------------
# option Section
--------------------------------------------------------------*/
.option .option-item {
  position: relative;
  padding: 60px 30px 80px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 25px color-mix(in srgb, #212529, transparent 90%);
  transition: all 0.3s ease;
}

.option .option-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #3b4ef8;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.option .option-item .option-icon {
  width: 72px;
  height: 72px;
  background-color: color-mix(in srgb, #3b4ef8, transparent 92%);
  color: #3b4ef8;
  font-size: 34px;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.option .option-item .option-icon i {
  line-height: 1;
}

.option .option-item h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
}

.option .option-item h3 a {
  color: #2d405f;
  transition: color 0.3s ease;
}

.option .option-item h3 a span {
  display: inline-block;
  color: #3b4ef8;
}

.option .option-item h3 a:hover {
  color: #3b4ef8;
}

.option .option-item p {
  color: #212529;
  margin-bottom: 0;
  transition: color 0.3s ease;
}

.option .option-item .card-action {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 56px;
  height: 56px;
  background-color: #3b4ef8;
  color: #ffffff;
  font-size: 22px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

.option .option-item .card-action i {
  transition: transform 0.3s ease;
}

.option .option-item .card-action:hover i {
  transform: rotate(45deg);
}

.option .option-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 14px 30px color-mix(in srgb, #212529, transparent 85%);
}

.option .option-item:hover .option-icon {
  transform: scale(1.1);
}

.option .option-item:hover p {
  color: color-mix(in srgb, #212529, transparent 20%);
}

.option .option-item:hover .card-action {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media (max-width: 768px) {
  .option .option-item {
    padding: 50px 25px 70px;
  }

  .option .option-item h3 {
    font-size: 22px;
  }

  .option .option-item .option-icon {
    width: 64px;
    height: 64px;
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .option {
    padding: 70px 0 50px;
  }
}

.option .swiper-wrapper {
  height: auto !important;
}


/*--------------------------------------------------------------
# price-Faq Section
--------------------------------------------------------------*/
.price-faq .content h3 {
  font-weight: 400;
  font-size: 34px;
}

.price-faq .content p {
  font-size: 18px;
  color: color-mix(in srgb, #212529, transparent 30%);
}

.price-faq img {
  border-radius: 15px;
}

.price-faq .faq-container .faq-item {
  background-color: #ffffff;
  position: relative;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 15px;
}

.price-faq .faq-container .faq-item:last-child {
  margin-bottom: 0;
}

.price-faq .faq-container .faq-item h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin: 0 30px 0 0;
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
}

.price-faq .faq-container .faq-item h3 .num {
  color: #3b4ef8;
  padding-right: 5px;
}

.price-faq .faq-container .faq-item h3:hover {
  color: #3b4ef8;
}

.price-faq .faq-container .faq-item .faq-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.price-faq .faq-container .faq-item .faq-content p {
  margin-bottom: 0;
  overflow: hidden;
}

.price-faq .faq-container .faq-item .faq-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
  line-height: 0;
  transition: 0.3s;
  cursor: pointer;
}

.price-faq .faq-container .faq-item .faq-toggle:hover {
  color: #3b4ef8;
}

.price-faq .faq-container .faq-active h3 {
  color: #3b4ef8;
}

.price-faq .faq-container .faq-active .faq-content {
  grid-template-rows: 1fr;
  visibility: visible;
  opacity: 1;
  padding-top: 10px;
}

.price-faq .faq-container .faq-active .faq-toggle {
  transform: rotate(90deg);
  color: #3b4ef8;
}