
#hero-2 {
  background-size: cover;
  background-position: center;
  padding: 150px 20px;
  color: #fff;
  text-align: center;
  position: relative;
}
#hero-2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
#hero-2 .container {
  position: relative;
  z-index: 2;
}
#hero-2 .hero-title {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 20px;
}
#hero-2 .hero-subtitle {
  font-size: 22px;
  margin-bottom: 30px;
}
.btn.btn-light {
  padding: 14px 40px;
  font-size: 18px;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
}



#overview-7 {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
#overview-7 .overview-section-padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
#overview-7 .content-column {
  position: relative;
  z-index: 2;
  padding-left: 1rem;
}
#overview-7 .image-column {
  position: relative;
  z-index: 1;
}
#overview-7 .overview-image-wrapper {
  position: relative;
}
#overview-7 .overview-image {
  max-width: 115%;
  height: auto;
  border-radius: 0.75rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  display: block;
}
#overview-7 .section-heading {
  margin-bottom: 1rem;
}
#overview-7 .lead {
  margin-bottom: 1.5rem;
}
#overview-7 .feature-list {
  list-style: none;
  padding-left: 0;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
#overview-7 .feature-list li {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  color: #343a40;
}
#overview-7 .feature-list li i {
  color: var(--bs-success);
  margin-right: 0.75rem;
  font-size: 1.1rem;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#overview-7 .animated-fade-in-up {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
  animation-delay: var(--animation-delay, 0s);
}
#overview-7 .section-heading {
  --animation-delay: 0.1s;
}
#overview-7 .lead {
  --animation-delay: 0.2s;
}
#overview-7 .feature-list li:nth-child(1) {
  --animation-delay: 0.3s;
}
#overview-7 .feature-list li:nth-child(2) {
  --animation-delay: 0.4s;
}
#overview-7 .feature-list li:nth-child(3) {
  --animation-delay: 0.5s;
}
#overview-7 .feature-list li:nth-child(4) {
  --animation-delay: 0.6s;
}
#overview-7 .btn {
  --animation-delay: 0.7s;
}
#overview-7 .overview-image {
  --animation-delay: 0.2s;
  animation: fadeInUp 0.8s ease-out forwards;
}
@media (max-width: 991.98px) {
  #overview-7 .overview-image {
    max-width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
  #overview-7 .image-column {
    order: 2;
  }
  #overview-7 .content-column {
    order: 1;
    padding-left: 0;
  }
  #overview-7 .overview-section-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}



#content-block-7 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#content-block-7 .header {
  text-align: center;
  margin-bottom: 40px;
}
#content-block-7 .header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#content-block-7 .header p {
  font-size: 1.1rem;
  color: #777;
}
#content-block-7 .article-body {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}



#text-block-14 {
  padding: 120px 0;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#text-block-14 .container {
  position: relative;
  z-index: 2;
}
#text-block-14 .frosted-glass-box {
  background-color: var(--text-container-bg, rgba(255, 255, 255, 0.15));
  backdrop-filter: blur(var(--blur-amount, 10px));
  -webkit-backdrop-filter: blur(var(--blur-amount, 10px));
  padding: 45px 50px;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(31, 38, 135, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--text-color, #ffffff);
  text-align: center;
}
#text-block-14 .text-heading {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--text-color, #ffffff);
  margin-bottom: 25px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
#text-block-14 .text-paragraph {
  font-size: 1.15rem;
  line-height: 1.8;
  color: var(--text-color, #ffffff);
  opacity: 0.9;
  margin-bottom: 1rem;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
#text-block-14 .text-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #text-block-14 {
    padding: 100px 0;
  }
  #text-block-14 .text-heading {
    font-size: 2.4rem;
  }
  #text-block-14 .text-paragraph {
    font-size: 1.1rem;
  }
}
@media (max-width: 767.98px) {
  #text-block-14 {
    padding: 80px 15px;
    background-attachment: scroll;
  }
  #text-block-14 .frosted-glass-box {
    padding: 35px 30px;
  }
  #text-block-14 .text-heading {
    font-size: 2rem;
  }
  #text-block-14 .text-paragraph {
    font-size: 1rem;
  }
}



#features-23 {
  padding: 60px 0;
  overflow: hidden;
  background-color: {{ $data['features-23']['bg_color'] ?? '#ffffff' }};
}
#features-23 .section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #343a40;
}
#features-23 .section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--bs-primary, #0d6efd);
  bottom: 0;
  left: calc(50% - 25px);
}
#features-23 .section-title p {
  margin-bottom: 40px;
  color: #6c757d;
}
#features-23 .comparison-table {
  width: 100%;
  border-collapse: collapse; 
}
#features-23 .comparison-table th,
#features-23 .comparison-table td {
  padding: 15px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #dee2e6; 
}
#features-23 .comparison-table th {
  background-color: #f8f9fa;
  font-weight: 600;
  font-size: 18px;
  color: #495057;
  position: relative; 
}
#features-23 .comparison-table th .plan-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    font-weight: 500;
    padding: 3px 8px;
    border-radius: 4px;
    background-color: var(--bs-danger, #dc3545);
    color: #fff;
}
#features-23 .comparison-table tbody th {
  text-align: left;
  background-color: #fff;
  font-weight: 500;
  font-size: 16px;
}
#features-23 .comparison-table tbody td {
  font-size: 15px;
  color: #6c757d;
}
#features-23 .comparison-table tbody tr:nth-child(odd) td {
   background-color: #f8f9fa; 
}
#features-23 .comparison-table tbody tr:hover td {
   background-color: #f1f3f5; 
}
#features-23 .comparison-table .icon-cell i {
  font-size: 1.2rem;
}
#features-23 .comparison-table .highlight {
  background-color: var(--bs-primary-light, #e7f1ff); 
  border-left: 3px solid var(--bs-primary, #0d6efd);
  border-right: 3px solid var(--bs-primary, #0d6efd);
}
#features-23 .comparison-table th.highlight {
  background-color: var(--bs-primary-lighter, #d0e3ff);
  color: var(--bs-primary-dark, #0a58ca);
}
.table-responsive {
    padding: 1.5rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
@media (max-width: 767.98px) {
  #features-23 .comparison-table th,
  #features-23 .comparison-table td {
    padding: 10px;
    font-size: 14px;
  }
  #features-23 .comparison-table th {
    font-size: 16px;
  }
  #features-23 .comparison-table tbody th {
     font-size: 15px;
  }
}



#faq-20 {
  padding: 80px 0;
  background-color: #f4f7fc;
}
#faq-20 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3.5rem;
  font-size: 2rem;
}
#faq-20 .faq-elevated-card {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(0, 82, 255, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#faq-20 .faq-elevated-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0, 82, 255, 0.1);
}
#faq-20 .faq-card-header button {
  width: 100%;
  text-align: left;
  padding: 1.3rem 1.7rem;
  font-weight: 600;
  font-size: 1.05rem;
  color: #343a40;
  background-color: #fff;
  border: none;
  position: relative;
  transition: background-color 0.2s ease, color 0.2s ease;
  box-shadow: none !important;
  border-bottom: 1px solid transparent;
}
#faq-20 .faq-card-header button:hover {
  background-color: #f8f9fa;
}
#faq-20 .faq-card-header button:not(.collapsed) {
  color: #0d6efd;
  background-color: #fff;
  border-bottom-color: #e0e0e0;
}
#faq-20 .faq-card-header button::after {
  content: "\\2b";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 1.7rem;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
  font-size: 1em;
  color: #adb5bd;
}
#faq-20 .faq-card-header button:not(.collapsed)::after {
  transform: translateY(-50%) rotate(45deg);
  color: #dc3545;
}
#faq-20 .faq-card-body-collapse .card-body {
  padding: 1.7rem;
  line-height: 1.7;
  color: #495057;
  background-color: #fdfdff;
}
#faq-20 .faq-card-body-collapse .card-body p:last-child {
  margin-bottom: 0;
}



#call-to-action-7 {
  padding: 60px 20px;
  background-color: #f8f9fa;
  color: #333;
}
#call-to-action-7 .cta-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
#call-to-action-7 .cta-text {
  flex: 1 1 300px;
  text-align: left;
}
#call-to-action-7 .cta-text h2 {
  font-size: 32px;
  margin-bottom: 15px;
}
#call-to-action-7 .cta-text p {
  font-size: 16px;
  margin-bottom: 20px;
}
#call-to-action-7 .cta-btn {
  padding: 10px 25px;
  background-color: #17a2b8;
  color: #fff;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.3s;
}
#call-to-action-7 .cta-btn:hover {
  background-color: #138496;
}
#call-to-action-7 .cta-image {
  flex: 1 1 300px;
  text-align: center;
}
#call-to-action-7 .cta-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
@media (max-width: 767.98px) {
  #call-to-action-7 .cta-container {
    flex-direction: column;
    text-align: center;
  }
  #call-to-action-7 .cta-text {
    text-align: center;
  }
}


