@charset "UTF-8";
.text-black {
  color: #1d1d1d !important;
}

.text-green {
  color: #78eb54 !important;
}

.text-dark-green {
  color: #1f8a46 !important;
}

.text-light-gray {
  color: rgba(255, 255, 255, 0.8);
}

.text-light-black {
  color: rgba(29, 29, 29, 0.8);
}

.text-red {
  color: #ff325d;
}

h2 {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 83px;
  letter-spacing: -0.45px;
  color: rgba(255, 255, 255, 0.95);
}

h3 {
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.text-small {
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.08px;
}

p {
  color: rgba(29, 29, 29, 0.8);
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.08px;
}

.sub-heading {
  color: #1d1d1d;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.48px;
}

.btn {
  padding: 13px 24px;
  color: #0c1903;
  text-align: center;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  border-radius: 30px;
  transition: all 0.3s ease;
}
.btn.btn-success {
  background-color: #78eb54;
  border: none;
}
.btn.btn-success.hover-effect.btn-success:hover {
  color: #78eb54;
  background-color: #1d1d1d;
}
.btn.btn-transparent {
  background-color: transparent;
  border: 0.5px solid rgba(120, 120, 120, 0.6);
  color: rgba(255, 255, 255, 0.9490196078);
}
.btn.btn-transparent:hover {
  background-color: #78eb54;
}
.btn.btn-transparent.hover-effect.btn-transparent:hover {
  color: #1d1d1d !important;
  border: 1px solid #1d1d1d;
}
.btn.btn-white {
  background-color: #fefefe;
  border: 1px solid rgba(120, 120, 120, 0.2);
}
.btn.btn-dark {
  background-color: #001a0d;
  border: none;
  color: rgba(255, 255, 255, 0.95) !important;
}
.btn.btn-dark.hover-effect.btn-dark:hover {
  color: #1d1d1d;
  background-color: #78eb54;
  border: 1px solid #001a0d;
}
.btn.btn-radius {
  min-width: 200px;
  border-radius: 24px;
}
.btn.btn:hover {
  color: #0c1903;
}

.cta-buttons-exact .btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  color: #1d1d1d;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.cta-buttons-exact {
  /* Transparent / Secondary button */
}
.cta-buttons-exact .btn-trans {
  background-color: transparent !important;
  border: 1px solid #fff;
  color: #fff;
  margin-left: 15px;
  /* ensure icon inherits color */
}
.cta-buttons-exact .btn-trans .icon {
  color: #fff;
}
.cta-buttons-exact .btn-trans:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.cta-buttons-exact {
  /* icon animation (unchanged) */
}
.cta-buttons-exact .icon-swap {
  position: relative;
  width: 22px;
  height: 22px;
  margin-left: 10px;
  flex-shrink: 0;
  overflow: visible;
}
.cta-buttons-exact .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s ease;
}
.cta-buttons-exact .icon-main {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.cta-buttons-exact .icon-hover {
  opacity: 0;
  transform: translate(-140%, 160%);
}
.cta-buttons-exact .btn:hover .icon-main {
  transform: translate(140%, -180%);
  opacity: 0;
}
.cta-buttons-exact .btn:hover .icon-hover {
  transform: translate(-50%, -50%);
  opacity: 1;
}

.free-trial-page {
  background-color: #f4f4e7;
  position: relative;
  overflow: hidden;
}
.free-trial-page .bottom-right-circle {
  position: absolute;
  bottom: -200px;
  right: -200px;
  width: 525px;
  height: 523px;
  transform: rotate(15.16deg);
  pointer-events: none;
  z-index: 0;
}
.free-trial-page .bottom-right-circle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.free-trial-hero {
  padding: 15px 0 50px;
  position: relative;
  z-index: 1;
}
.free-trial-hero .container {
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
  justify-content: center;
  align-items: flex-start;
}

.free-trial-content {
  flex: 1 0 0;
  min-width: 290px;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
}
.free-trial-content .section-title {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 7.36px;
  text-transform: uppercase;
  color: #1d1d1d;
  margin-bottom: 5px;
}
.free-trial-content h1 {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 62px;
  letter-spacing: 0.08px;
  color: #1d1d1d;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.free-trial-content h1 .highlight {
  color: #2ec300;
}

.how-it-works {
  width: 100%;
}
.how-it-works h2 {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  color: #1d1d1d;
  margin-bottom: 8px;
}
.how-it-works .steps-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.how-it-works .step-item {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.how-it-works .step-item .bullet {
  width: 8px;
  height: 8px;
  flex-shrink: 0;
}
.how-it-works .step-item .bullet img {
  width: 100%;
  height: 100%;
}
.how-it-works .step-item p {
  flex: 1;
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.08px;
  color: rgba(29, 29, 29, 0.8);
  margin: 0;
}
.how-it-works .step-item p strong {
  font-weight: 700;
}
.how-it-works .step-item p span {
  font-weight: 500;
}

.free-trial-form-card {
  flex: 1 0 0;
  min-width: 290px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  padding: 32px;
  box-shadow: 1px 10px 14.1px 0px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.free-trial-form-card .form-header {
  text-align: center;
  margin-bottom: 8px;
}
.free-trial-form-card .form-header h2 {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.08px;
  color: #1d1d1d;
  margin-bottom: 8px;
}
.free-trial-form-card .form-header p {
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.08px;
  color: rgba(29, 29, 29, 0.8);
  margin: 0;
}
.free-trial-form-card .form-fields {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 250px;
  width: 100%;
}
.form-group label {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.08px;
  color: #1d1d1d;
}
.form-group label .required {
  color: #ff325d;
}
.form-group label .optional {
  font-size: 12px;
  font-weight: 400;
  color: rgba(29, 29, 29, 0.6);
}
.form-group .form-control {
  border: 0.5px solid rgba(29, 29, 29, 0.5);
  border-radius: 6px;
  padding: 9px 16px;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.08px;
  color: #1d1d1d;
  background: transparent;
}
.form-group .form-control::placeholder {
  color: rgba(29, 29, 29, 0.35);
}
.form-group .form-control:focus {
  outline: none;
  border-color: #2ec300;
  box-shadow: 0 0 0 2px rgba(46, 195, 0, 0.1);
}
.form-group textarea.form-control {
  min-height: 100px;
  border-radius: 12px;
  resize: vertical;
}
.form-group .form-select {
  border: 0.5px solid rgba(29, 29, 29, 0.5);
  border-radius: 6px;
  padding: 9px 16px;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.08px;
  color: rgba(29, 29, 29, 0.35);
  background: transparent;
  appearance: none;
  background-image: url("../public/icons/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 24px;
  cursor: pointer;
}
.form-group .form-select:focus {
  outline: none;
  border-color: #2ec300;
  box-shadow: 0 0 0 2px rgba(46, 195, 0, 0.1);
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.form-row .form-group {
  flex: 1 0 65px;
}

.phone-input-wrapper {
  display: flex;
  width: 100%;
}
.phone-input-wrapper .country-code {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 9px 8px;
  background: #f5f5f5;
  border: 0.3px solid rgba(29, 29, 29, 0.4);
  border-radius: 6px 0 0 6px;
  max-width: 108px;
  cursor: pointer;
}
.phone-input-wrapper .country-code .flag-icon {
  width: 24px;
  height: 24px;
  overflow: hidden;
}
.phone-input-wrapper .country-code .flag-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.phone-input-wrapper .country-code .code-text {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.08px;
  color: rgba(29, 29, 29, 0.4);
}
.phone-input-wrapper .country-code .dropdown-icon {
  width: 24px;
  height: 24px;
}
.phone-input-wrapper .country-code .dropdown-icon img {
  width: 100%;
  height: 100%;
}
.phone-input-wrapper .phone-number-input {
  flex: 1;
  border: 0.3px solid rgba(29, 29, 29, 0.4);
  border-left: none;
  border-radius: 0 6px 6px 0;
  padding: 9px 12px;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #1d1d1d;
}
.phone-input-wrapper .phone-number-input::placeholder {
  color: rgba(29, 29, 29, 0.35);
}
.phone-input-wrapper .phone-number-input:focus {
  outline: none;
  border-color: #2ec300;
}

.file-upload-wrapper {
  width: 100%;
}
.file-upload-wrapper label {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.08px;
  color: #1d1d1d;
  display: block;
  margin-bottom: 6px;
}
.file-upload-wrapper .file-upload {
  background: #fafafa;
  border: 0.5px dashed rgba(46, 192, 0, 0.5);
  border-radius: 12px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.file-upload-wrapper .file-upload:hover {
  border-color: #2ec300;
  background: rgba(120, 235, 84, 0.05);
}
.file-upload-wrapper .file-upload.drag-over {
  border-color: #2ec300;
  background: rgba(120, 235, 84, 0.1);
}
.file-upload-wrapper .file-upload .upload-icon {
  width: 24px;
  height: 24px;
}
.file-upload-wrapper .file-upload .upload-icon img {
  width: 100%;
  height: 100%;
}
.file-upload-wrapper .file-upload .upload-text {
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.08px;
  text-align: center;
  color: #1d1d1d;
}
.file-upload-wrapper .file-upload .upload-text .highlight {
  font-weight: 700;
  color: #2ec300;
}
.file-upload-wrapper input[type=file] {
  display: none;
}

.form-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  min-width: 250px;
}
.form-footer .recaptcha-wrapper {
  flex: 1 0 180px;
  max-width: 198px;
  background: #f7f7f7;
  border-radius: 6px;
  padding: 5px 3px;
}
.form-footer .recaptcha-wrapper img {
  width: 100%;
  height: auto;
}
.form-footer .submit-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-width: 50%;
}
.form-footer .submit-btn:hover {
  background-color: #1d1d1d !important;
  box-shadow: 0 4px 8px 0 rgba(120, 235, 84, 0.2);
  color: #78eb54 !important;
}

.terms-notice {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
  max-width: 456px;
  margin: 0 auto;
}
.terms-notice .shield-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.terms-notice .shield-icon img {
  width: 100%;
  height: 100%;
}
.terms-notice p {
  flex: 1;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  color: rgba(29, 29, 29, 0.7);
  margin: 0;
}
.terms-notice p a {
  font-weight: 500;
  color: #1d1d1d;
  text-decoration: underline;
}
.terms-notice p a:hover {
  color: #2ec300;
}

.stats-section {
  padding: 32px 0 124px;
  position: relative;
  z-index: 1;
}
.stats-section .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.stats-section .stat-item {
  flex: 1 0 296px;
  text-align: center;
}
.stats-section .stat-item .stat-number {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 68px;
  font-weight: 600;
  line-height: 83px;
  color: #1aa600;
  margin-bottom: 10px;
}
.stats-section .stat-item .stat-label {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  color: rgba(29, 29, 29, 0.8);
}
.stats-section .stat-divider {
  height: 88px;
  width: 1px;
  background: rgba(29, 29, 29, 0.2);
  flex-shrink: 0;
}

.contact-box {
  padding: 24px;
  border-radius: 12px;
  background: rgba(120, 235, 84, 0.1);
}
.contact-box .contact-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(29, 29, 29, 0.14);
}
.contact-box .contact-header .header-title {
  color: rgba(29, 29, 29, 0.8);
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 166.667% */
  text-transform: capitalize;
}
.contact-box .contact-body {
  margin-top: 10px;
}
.contact-box .contact-body .body-item {
  color: rgba(29, 29, 29, 0.8);
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.08px;
}

@media (max-width: 1199.98px) {
  .free-trial-content h1 {
    font-size: 48px;
    line-height: 56px;
  }
  .stats-section .stat-item .stat-number {
    font-size: 56px;
    line-height: 68px;
  }
  .stats-section .stat-item .stat-label {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 991.98px) {
  .free-trial-hero .container {
    flex-direction: column;
    align-items: center;
  }
  .free-trial-content {
    padding: 0;
    max-width: 100%;
  }
  .free-trial-content h1 {
    font-size: 42px;
    line-height: 50px;
  }
  .free-trial-content .section-title {
    letter-spacing: 5px;
  }
  .free-trial-form-card {
    max-width: 100%;
  }
  .stats-section {
    padding: 32px 0 80px;
  }
  .stats-section .container {
    justify-content: center;
  }
  .stats-section .stat-item {
    flex: 1 0 200px;
  }
  .stats-section .stat-divider {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .free-trial-hero {
    padding: 24px 0 40px;
  }
  .free-trial-content h1 {
    font-size: 36px;
    line-height: 44px;
  }
  .free-trial-content .section-title {
    font-size: 14px;
    letter-spacing: 4px;
  }
  .free-trial-content > p {
    font-size: 16px;
    line-height: 26px;
  }
  .how-it-works h3 {
    font-size: 20px;
  }
  .how-it-works .step-item p {
    font-size: 14px;
    line-height: 26px;
  }
  .free-trial-form-card {
    padding: 24px;
  }
  .free-trial-form-card .form-header h2 {
    font-size: 20px;
  }
  .free-trial-form-card .form-header p {
    font-size: 14px;
  }
  .form-footer {
    gap: 16px;
  }
  .form-footer .recaptcha-wrapper {
    max-width: 100%;
    width: 100%;
  }
  .form-footer .submit-btn {
    width: 100%;
  }
  .stats-section {
    padding: 24px 0 60px;
  }
  .stats-section .stat-item {
    flex: 1 0 140px;
  }
  .stats-section .stat-item .stat-number {
    font-size: 40px;
    line-height: 50px;
  }
  .stats-section .stat-item .stat-label {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 575.98px) {
  .free-trial-content h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .free-trial-content .section-title {
    font-size: 12px;
    letter-spacing: 3px;
  }
  .stats-section .stat-item {
    flex: 1 0 100%;
  }
  .stats-section .stat-item .stat-number {
    font-size: 48px;
    line-height: 60px;
  }
  .stats-section .stat-item .stat-label {
    font-size: 18px;
  }
}
.checkout-page {
  background-color: #f4f4e7;
  min-height: 100vh;
  padding-bottom: 72px;
}
@media (max-width: 991.98px) {
  .checkout-page {
    padding-bottom: 80px;
  }
}

.checkout-progress {
  background-color: #ffffff;
  padding: 18px 0;
  position: sticky;
  top: 68px;
  z-index: 100;
}
@media (max-width: 991.98px) {
  .checkout-progress {
    top: 60px;
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .checkout-progress .container {
    padding: 0;
  }
}

.progress-steps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 44px;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .progress-steps {
    gap: 0;
    justify-content: center;
    padding: 0 12px;
    height: 40px;
  }
}

.progress-step {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px;
  height: 40px;
  border-radius: 24px;
}
@media (max-width: 991.98px) {
  .progress-step {
    padding: 10px 6px;
  }
}
.progress-step.active {
  background-color: rgba(120, 235, 84, 0.1);
  padding: 10px 12px;
}
.progress-step.active .step-inner {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px;
}
.progress-step.active .step-indicator {
  background-color: #1f8a46;
  color: #ffffff;
}
.progress-step.active .step-label {
  color: #1f8a46;
  font-weight: 500;
}
.progress-step.active .step-arrow {
  color: #1f8a46;
}

.step-indicator {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: rgba(29, 29, 29, 0.5);
  flex-shrink: 0;
}

.step-label {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(29, 29, 29, 0.5);
}

.step-arrow {
  color: rgba(29, 29, 29, 0.3);
  display: flex;
  align-items: center;
}
.step-arrow iconify-icon {
  display: block;
}

.checkout-content {
  padding: 28px 0;
}
@media (max-width: 991.98px) {
  .checkout-content {
    padding: 17px 0;
  }
}
@media (max-width: 991.98px) {
  .checkout-content .container {
    padding: 0 12px;
  }
}

.checkout-grid {
  display: flex;
  gap: 44px;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .checkout-grid {
    flex-direction: column;
    gap: 17px;
  }
}

.checkout-selection {
  flex: 1;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 991.98px) {
  .checkout-selection {
    gap: 16px;
  }
}

.checkout-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.section-header {
  display: flex;
  align-items: center;
  gap: 8px;
}
.section-header .section-icon-wrapper {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  background-color: #f5f5f5;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .section-header .section-icon-wrapper {
    width: 28px;
    height: 28px;
  }
}
.section-header .section-icon-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-header .section-icon-wrapper-rounded-primary {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  background-color: #78eb54;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.section-header .section-icon-wrapper-rounded-primary.rounded-gray {
  background-color: #f5f5f5;
  border-radius: 4px;
}
@media (max-width: 991.98px) {
  .section-header .section-icon-wrapper-rounded-primary {
    width: 28px;
    height: 28px;
  }
}
.section-header .section-icon-wrapper-rounded-primary img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-header .section-icon {
  width: 28px;
  height: 28px;
}
@media (max-width: 991.98px) {
  .section-header .section-icon {
    width: 24px;
    height: 24px;
  }
}
.section-header h2 {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #1d1d1d;
  margin: 0;
  line-height: 1;
}
@media (max-width: 991.98px) {
  .section-header h2 {
    font-size: 18px;
  }
}
.section-header h3 {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #1d1d1d;
  margin: 0;
  line-height: 1;
}
@media (max-width: 991.98px) {
  .section-header h3 {
    font-size: 16px;
  }
}

.plan-tabs {
  display: flex;
  flex-wrap: wrap;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  overflow: visible;
}
@media (max-width: 991.98px) {
  .plan-tabs {
    gap: 0;
  }
}

.plan-tab {
  flex: 1;
  min-width: 150px;
  padding: 14px 10px;
  background: transparent;
  border: none;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: rgba(29, 29, 29, 0.8);
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}
@media (max-width: 991.98px) {
  .plan-tab {
    font-size: 12px;
    padding: 10px;
    min-width: auto;
  }
}
.plan-tab:hover {
  background-color: rgba(0, 26, 13, 0.05);
}
.plan-tab.active {
  background-color: #001a0d;
  color: #78eb54;
  font-weight: 500;
  border-radius: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.plan-tab .popular-badge {
  position: absolute;
  top: -9.5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #78eb54;
  color: #1d1d1d;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 35px;
  line-height: 14px;
  white-space: nowrap;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .plan-tab .popular-badge {
    font-size: 8px;
    padding: 2px 5px;
    line-height: 1;
  }
}

.plan-details {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.plan-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #ffffff;
  border: 1px solid rgba(29, 29, 29, 0.2);
  border-radius: 6px;
  padding: 18px;
}
@media (max-width: 991.98px) {
  .plan-feature {
    padding: 12px 18px;
  }
}
.plan-feature .feature-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
@media (max-width: 991.98px) {
  .plan-feature .feature-icon {
    width: 20px;
    height: 20px;
  }
}
.plan-feature p {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #1d1d1d;
  margin: 0;
  flex: 1;
}
@media (max-width: 991.98px) {
  .plan-feature p {
    font-size: 16px;
    line-height: 22px;
  }
}
.plan-feature .feature-text {
  font-weight: 300;
}
.plan-feature .feature-price {
  font-weight: 700;
  color: #001a0d;
}

.order-quantity-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 28px 18px;
}
@media (max-width: 991.98px) {
  .order-quantity-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px;
    gap: 12px;
  }
}

.quantity-info {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  min-width: 250px;
}
@media (max-width: 991.98px) {
  .quantity-info {
    min-width: 100%;
  }
}
.quantity-info .quantity-icon-wrapper {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  background-color: #f5f5f5;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.quantity-info .quantity-icon-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.quantity-info .quantity-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}

.quantity-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 991.98px) {
  .quantity-text {
    gap: 4px;
  }
}
.quantity-text h3 {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #1d1d1d;
  margin: 0;
}
@media (max-width: 991.98px) {
  .quantity-text h3 {
    font-size: 18px;
  }
}
.quantity-text p {
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
}
.quantity-text p .highlight {
  font-weight: 700;
  color: #27a300;
}

.quantity-control {
  display: flex;
  align-items: center;
  gap: 6px;
  background-color: #f6f6f6;
  border: 0.5px solid #eaeaea;
  border-radius: 10px;
  padding: 4px;
}
@media (max-width: 991.98px) {
  .quantity-control {
    align-self: flex-end;
  }
}

.qty-btn {
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  border: none;
  border-radius: 6px;
  box-shadow: 1px 1px 0.9px rgba(0, 0, 0, 0.1);
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 32px;
  font-weight: 300;
  color: rgba(0, 26, 13, 0.5);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0;
  transition: all 0.3s ease;
}
.qty-btn:hover {
  background-color: #78eb54;
  color: black;
  box-shadow: 1px 1px 4px rgba(120, 235, 84, 0.3);
}
.qty-btn:active {
  transform: scale(0.95);
}

.qty-value {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #1d1d1d;
}

.addons-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 991.98px) {
  .addons-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.addon-card {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 20px;
  min-width: 275px;
  border: 1px solid transparent;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
.addon-card .addon-check {
  position: absolute;
  top: 12px;
  right: 12px;
  color: #78eb54;
  display: none;
  transition: all 0.3s ease;
}
@media (max-width: 991.98px) {
  .addon-card {
    min-width: 300px;
  }
}
.addon-card:hover {
  border-color: #78eb54;
  box-shadow: 0 2px 4px rgba(120, 235, 84, 0.25);
}
.addon-card:hover .addon-icon-wrapper {
  background-color: rgba(120, 235, 84, 0.15);
}
.addon-card.selected {
  border-color: #78eb54;
  box-shadow: 0 2px 4px rgba(120, 235, 84, 0.25);
}
.addon-card.selected .addon-check {
  display: block;
}
.addon-card.selected .addon-btn {
  background-color: rgba(120, 235, 84, 0.2);
  color: #1f8a46;
}
.addon-card.selected .addon-icon-wrapper {
  background-color: #001a0d;
  border: none;
}
.addon-card.selected .addon-icon-wrapper img {
  filter: brightness(0) invert(1);
}
.addon-card.selected .addon-qty-control {
  display: flex;
}
.addon-card.selected .addon-btn {
  display: none;
}
.addon-card.selected.has-quantity .addon-btn {
  display: none;
}
.addon-card.selected:not(.has-quantity) .addon-btn {
  display: flex;
}
.addon-card.selected:not(.has-quantity) .addon-qty-control {
  display: none;
}
.addon-card .addon-icon-wrapper {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background-color: #f5f5f5;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.3s ease;
}
.addon-card .addon-icon-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.addon-card > .addon-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.addon-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.addon-content .addon-title {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #1d1d1d;
  margin: 0;
  line-height: 30px;
}
.addon-content > p {
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(29, 29, 29, 0.7);
  margin: -20px 0 0 0;
  line-height: 24px;
}

.addon-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.addon-price {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #1d1d1d;
}

.addon-btn {
  background-color: #f5f5f5;
  border: none;
  border-radius: 12px;
  padding: 10px 16px;
  width: 92px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: rgba(29, 29, 29, 0.8);
  text-transform: capitalize;
  cursor: pointer;
  transition: all 0.3s ease;
}
.addon-btn:hover {
  background-color: rgba(120, 235, 84, 0.2);
  color: #1f8a46;
}

.addon-qty-control {
  display: none;
  align-items: center;
  gap: 2px;
  background-color: #e4fbdd;
  padding: 2px 4px;
}
.addon-qty-control .addon-qty-btn {
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  border: none;
  border-radius: 2px;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #78eb54;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.addon-qty-control .addon-qty-btn:hover {
  background-color: #78eb54;
  color: black;
}
.addon-qty-control .addon-qty-value {
  min-width: 24px;
  text-align: center;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #1d1d1d;
}

.addon-card-placeholder {
  visibility: hidden;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .addon-card-placeholder {
    display: none;
  }
}

.checkout-summary {
  flex: 0 0 384px;
  max-width: 384px;
  min-width: 280px;
  padding-top: 44px;
}
.checkout-summary.extra-padding {
  padding-top: 88px;
}
@media (max-width: 1199.98px) {
  .checkout-summary {
    flex: 0 0 340px;
    max-width: 340px;
  }
}

.summary-card {
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  position: sticky;
  top: 160px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 12px;
}

.summary-header {
  background: linear-gradient(-61.97deg, #001a0d 38.95%, #008040 186.53%);
  padding: 24px;
  position: relative;
  overflow: hidden;
}
.summary-header .summary-title-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.summary-header .summary-icon-wrapper {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
}
.summary-header .summary-icon-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.summary-header h3 {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
}
.summary-header .summary-total {
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.summary-header .total-amount {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 52px;
  font-weight: 600;
  color: #78eb54;
}
.summary-header .total-currency {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
}
.summary-header .summary-decoration {
  position: absolute;
  right: -17px;
  top: 36px;
  width: 159px;
  height: 171px;
}

.summary-items {
  display: flex;
  flex-direction: column;
  margin-top: -32px;
}

.summary-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 18px 24px;
}
.summary-item .item-icon-wrapper {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  background-color: #f5f5f5;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.summary-item .item-icon-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.summary-item .item-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.summary-item .item-details {
  display: flex;
  align-items: center;
  gap: 5px;
  flex: 1;
}
.summary-item .item-name {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #1d1d1d;
}
.summary-item .item-qty,
.summary-item .addon-qty {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #1da44e;
}
.summary-item .item-price {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #1d1d1d;
}
.summary-item .no-addon {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  flex: 1;
}
.summary-item.addon-placeholder {
  opacity: 0.7;
}

.summary-divider {
  border-top: 2px dashed #000;
}

.summary-features {
  display: flex;
  gap: 16px;
  padding: 0 24px;
}

.feature-badge {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 12px;
  background-color: #fefefe;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
}
.feature-badge img {
  width: 24px;
  height: 24px;
}
.feature-badge span {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(29, 29, 29, 0.8);
  text-align: center;
}

.summary-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 0 24px;
}

.btn-next-step {
  width: 100%;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #78eb54;
  border: none;
  border-radius: 30px;
  box-shadow: 0 4px 8px rgba(120, 235, 84, 0.5);
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #1d1d1d;
  text-transform: capitalize;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-next-step:hover {
  background-color: #001a0d;
  color: #ffffff;
  box-shadow: 0 6px 12px rgba(0, 26, 13, 0.3);
}
.btn-next-step:hover img {
  filter: brightness(0) invert(1);
}
.btn-next-step img {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease;
}

.secure-checkout {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 4px;
  border-radius: 22px;
}
.secure-checkout img {
  width: 14px;
  height: 16px;
}
.secure-checkout span {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #1f8a46;
  text-transform: capitalize;
}

.mobile-bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 12px 12px 0 0;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
  z-index: 1060;
  display: flex;
  align-items: center;
  overflow: hidden;
  min-height: 64px;
  background: linear-gradient(90deg, #014121 0%, #001a0d 100%);
}
.mobile-bottom-bar .mobile-summary {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  flex: 1;
  cursor: pointer;
}
.mobile-bottom-bar .mobile-summary:focus-visible {
  outline: 2px solid rgba(120, 235, 84, 0.5);
  outline-offset: -2px;
}
.mobile-bottom-bar .mobile-summary[aria-expanded=true] .expand-icon {
  transform: rotate(-90deg);
}
.mobile-bottom-bar .expand-summary {
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-bottom-bar .expand-summary .expand-icon {
  width: 24px;
  height: 24px;
  transform: rotate(90deg);
  transition: transform 0.25s ease;
}
.mobile-bottom-bar .mobile-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  flex: 1;
}
.mobile-bottom-bar .mobile-price .price-amount {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #78eb54;
}
.mobile-bottom-bar .mobile-price .price-currency {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
}
.mobile-bottom-bar .btn-next-step-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background-color: #78eb54;
  border: none;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(120, 235, 84, 0.5);
  padding: 10px 20px;
  margin-right: 12px;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #1d1d1d;
  text-transform: capitalize;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s ease;
}
.mobile-bottom-bar .btn-next-step-mobile img {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease;
}
.mobile-bottom-bar .btn-next-step-mobile:hover {
  background-color: #001a0d;
  color: #ffffff;
  box-shadow: 0 6px 12px rgba(0, 26, 13, 0.3);
}
.mobile-bottom-bar .btn-next-step-mobile:hover img {
  filter: brightness(0) invert(1);
}

.mobile-summary-sheet {
  position: fixed;
  inset: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
  pointer-events: none;
}
.mobile-summary-sheet[hidden] {
  display: none;
}
.mobile-summary-sheet__backdrop {
  position: absolute;
  inset: 0;
  border: none;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: auto;
}
.mobile-summary-sheet__panel {
  position: relative;
  width: 100%;
  height: calc(70dvh - env(safe-area-inset-bottom));
  max-height: calc(70dvh - env(safe-area-inset-bottom));
  transform: translateY(100%);
  transition: transform 0.25s ease;
  pointer-events: auto;
  overflow: hidden;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
.mobile-summary-sheet__content {
  overflow-y: auto;
  height: 100%;
  background: #ffffff;
  border-radius: 14px 14px 0 0;
  box-shadow: none;
  padding-bottom: 88px;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}
.mobile-summary-sheet__content .summary-card {
  position: static;
  top: auto;
  gap: 12px;
  padding-bottom: 12px;
  box-shadow: none;
}
.mobile-summary-sheet__content .summary-header,
.mobile-summary-sheet__content .summary-actions {
  display: none;
}
.mobile-summary-sheet__content .summary-items {
  margin-top: 0;
  padding-top: 8px;
}
.mobile-summary-sheet__content .summary-item {
  padding: 10px 12px;
}
.mobile-summary-sheet__content .summary-divider {
  margin: 4px 0;
}
.mobile-summary-sheet__content .summary-features {
  padding: 0 12px;
  flex-direction: column;
  gap: 12px;
}
.mobile-summary-sheet__content .feature-badge {
  flex-direction: row;
  justify-content: flex-start;
  gap: 8px;
  padding: 12px;
}
.mobile-summary-sheet__content .feature-badge img {
  width: 16px;
  height: 16px;
}
.mobile-summary-sheet__content .feature-badge span {
  text-align: left;
  font-size: 12px;
}
.mobile-summary-sheet.is-open .mobile-summary-sheet__backdrop {
  opacity: 1;
}
.mobile-summary-sheet.is-open .mobile-summary-sheet__panel {
  transform: translateY(0);
}

.mobile-summary-sheet--full-summary .mobile-summary-sheet__content .summary-card {
  gap: 0;
  padding-bottom: 24px;
}
.mobile-summary-sheet--full-summary .mobile-summary-sheet__content .summary-header {
  display: block;
  padding: 16px 12px 12px;
}
.mobile-summary-sheet--full-summary .mobile-summary-sheet__content .summary-title {
  margin-bottom: 12px;
  font-size: 18px;
}
.mobile-summary-sheet--full-summary .mobile-summary-sheet__content .billing-track {
  width: 100%;
  min-width: 0;
}
.mobile-summary-sheet--full-summary .mobile-summary-sheet__content .summary-body {
  padding: 0 12px;
}

.mobile-bottom-bar--checkout-2 .mobile-summary {
  padding-left: 16px;
  gap: 10px;
}
.mobile-bottom-bar--checkout-2 .mobile-summary[aria-expanded=true] .expand-icon {
  transform: rotate(0deg);
}
.mobile-bottom-bar--checkout-2 .expand-summary {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #78eb54;
  box-shadow: 0 4px 10px rgba(120, 235, 84, 0.3);
  flex-shrink: 0;
}
.mobile-bottom-bar--checkout-2 .expand-summary .expand-icon {
  width: 18px;
  height: 18px;
  color: #1d1d1d;
  transform: rotate(180deg);
}
.mobile-bottom-bar--checkout-2 .btn-next-step-mobile {
  border-radius: 999px;
  min-height: 44px;
  padding: 10px 22px 10px 24px;
  margin-right: 10px;
  gap: 8px;
  box-shadow: 0 4px 12px rgba(120, 235, 84, 0.35);
  text-decoration: none;
}
.mobile-bottom-bar--checkout-2 .btn-next-step-mobile img {
  width: 18px;
  height: 18px;
}

.mobile-bottom-bar--checkout-flow .mobile-summary {
  padding-left: 16px;
  gap: 10px;
}
.mobile-bottom-bar--checkout-flow .mobile-summary[aria-expanded=true] .expand-icon {
  transform: rotate(0deg);
}
.mobile-bottom-bar--checkout-flow .expand-summary {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #78eb54;
  box-shadow: 0 4px 10px rgba(120, 235, 84, 0.3);
  flex-shrink: 0;
}
.mobile-bottom-bar--checkout-flow .expand-summary .expand-icon {
  width: 18px;
  height: 18px;
  color: #1d1d1d;
  transform: rotate(180deg);
}
.mobile-bottom-bar--checkout-flow .mobile-actions {
  gap: 10px;
  padding-right: 10px;
}
.mobile-bottom-bar--checkout-flow .btn-back-mobile {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}
.mobile-bottom-bar--checkout-flow .btn-back-mobile img {
  width: 20px;
  height: 20px;
}
.mobile-bottom-bar--checkout-flow .btn-next-step-mobile {
  border-radius: 999px;
  min-height: 44px;
  padding: 10px 22px 10px 24px;
  margin-right: 10px;
  gap: 8px;
  box-shadow: 0 4px 12px rgba(120, 235, 84, 0.35);
}
.mobile-bottom-bar--checkout-flow .btn-next-step-mobile img {
  width: 18px;
  height: 18px;
}

body.mobile-summary-open {
  overflow: hidden;
}

@media (max-width: 1199.98px) {
  .checkout-grid {
    gap: 30px;
  }
  .addons-grid {
    gap: 12px;
  }
}
@media (max-width: 991.98px) {
  .checkout-summary {
    display: none;
  }
  .addon-card {
    min-width: auto;
  }
  .section-header h2 {
    font-size: 18px;
  }
  .section-header h3 {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .checkout-content {
    padding: 12px 0;
  }
  .plan-tabs {
    flex-wrap: wrap;
  }
  .plan-tab {
    flex: 1 1 calc(50% - 0px);
  }
  .plan-tab[data-plan=basic] {
    order: 1;
  }
  .plan-tab[data-plan=executive] {
    order: 2;
  }
  .plan-tab[data-plan=advanced] {
    order: 3;
  }
  .plan-tab[data-plan=leading] {
    order: 4;
  }
}
@media (max-width: 575.98px) {
  .progress-steps {
    gap: 0;
    justify-content: space-between;
    padding: 0 8px;
  }
  .progress-step {
    padding: 10px;
  }
  .progress-step.active {
    padding: 10px;
  }
  .step-label {
    font-size: 12px;
  }
  .checkout-section {
    gap: 12px;
  }
  .addon-card {
    padding: 16px;
  }
  .addon-content h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .addon-content > p {
    font-size: 14px;
    line-height: 20px;
  }
}
.progress-step.completed .step-indicator {
  background-color: #1f8a46;
  color: #ffffff;
}
.progress-step.completed .step-indicator span {
  display: none;
}
.progress-step.completed .step-indicator iconify-icon {
  display: block;
}
.progress-step.completed .step-label {
  color: #1f8a46;
  font-weight: 500;
}
.progress-step.completed .step-arrow {
  color: #1f8a46;
}
@media (max-width: 767.98px) {
  .progress-step.completed .step-label {
    display: none;
  }
}

.requirements-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.requirements-header h1 {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #1d1d1d;
  margin: 0;
  line-height: 1;
}
@media (max-width: 991.98px) {
  .requirements-header h1 {
    font-size: 22px;
  }
}
.requirements-header p {
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
  line-height: 1.4;
}
@media (max-width: 991.98px) {
  .requirements-header p {
    font-size: 14px;
  }
}

.requirements-card {
  background-color: #ffffff;
  border-radius: 6px;
  padding: 28px 18px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 991.98px) {
  .requirements-card {
    padding: 18px 14px;
    gap: 20px;
  }
}

.auth-section-subtitle {
  color: #1d1d1d;
  font-family: Onest;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.form-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 991.98px) {
  .form-section {
    gap: 16px;
  }
}

.form-fields {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.form-row .form-field {
  flex: 1;
  min-width: 250px;
}
@media (max-width: 767.98px) {
  .form-row {
    flex-direction: column;
    gap: 12px;
  }
  .form-row .form-field {
    min-width: 100%;
  }
}

.form-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 6px !important;
}

.form-label {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #1d1d1d;
  line-height: 24px;
  letter-spacing: 0.08px;
}
.form-label .required {
  color: #ff325d;
}

.form-input {
  border: 0.3px solid rgba(29, 29, 29, 0.4);
  border-radius: 6px;
  padding: 9px 16px;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #1d1d1d;
  line-height: 24px;
  letter-spacing: 0.08px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.form-input::placeholder {
  color: rgba(29, 29, 29, 0.35);
}
.form-input:focus {
  outline: none;
  border-color: #78eb54;
  box-shadow: 0 0 0 2px rgba(120, 235, 84, 0.1);
}

.form-textarea {
  border: 0.3px solid rgba(29, 29, 29, 0.4);
  border-radius: 12px;
  padding: 12px;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #1d1d1d;
  line-height: 16px;
  letter-spacing: 0.08px;
  background-color: #ffffff;
  resize: vertical;
  min-height: 120px;
  transition: all 0.3s ease;
}
.form-textarea::placeholder {
  color: rgba(29, 29, 29, 0.35);
}
.form-textarea:focus {
  outline: none;
  border-color: #78eb54;
  box-shadow: 0 0 0 2px rgba(120, 235, 84, 0.1);
}

.phone-input-wrapper {
  display: flex;
  align-items: stretch;
}

.country-code-select {
  display: flex;
  align-items: center;
  gap: 4px;
  background-color: #f5f5f5;
  border: 0.3px solid rgba(29, 29, 29, 0.4);
  border-right: none;
  border-radius: 6px 0 0 6px;
  padding: 9px 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.country-code-select .code {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(29, 29, 29, 0.4);
  line-height: 24px;
  letter-spacing: 0.08px;
}
.country-code-select iconify-icon {
  color: rgba(29, 29, 29, 0.4);
}
.country-code-select:hover {
  background-color: #eeeeee;
}

.phone-input {
  border-radius: 0 6px 6px 0 !important;
  border-left: none !important;
  width: 100%;
}

.file-upload-area {
  background-color: #fafafa;
  border: 1px dashed rgba(29, 29, 29, 0.4);
  border-radius: 12px;
  padding: 28px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}
.file-upload-area:hover {
  border-color: #78eb54;
  background-color: rgba(120, 235, 84, 0.05);
}
.file-upload-area.dragover {
  border-color: #78eb54;
  background-color: rgba(120, 235, 84, 0.1);
}

.upload-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  text-align: center;
}

.upload-icon {
  color: #2ec000;
  margin-bottom: 4px;
}

.upload-text {
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.08px;
  margin: 0;
}
.upload-text .upload-link {
  color: #2ec000;
  font-weight: 700;
  cursor: pointer;
}
.upload-text .upload-link:hover {
  text-decoration: underline;
}
.upload-text .upload-hint {
  color: rgba(29, 29, 29, 0.7);
  font-weight: 300;
}

.upload-formats {
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: rgba(29, 29, 29, 0.4);
  line-height: 24px;
  letter-spacing: 0.08px;
  margin: 0;
}

.file-input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.summary-addons {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 0;
}

.addon-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px 24px;
}
.addon-item .addon-bullet {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #1da44e;
  flex-shrink: 0;
}
.addon-item .addon-name {
  flex: 1;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.4;
}
.addon-item .addon-name .addon-qty {
  font-weight: 600;
  color: #1da44e;
}
.addon-item .addon-price {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #1d1d1d;
  text-align: right;
}

.action-buttons {
  display: flex;
  gap: 12px;
  align-items: stretch;
  width: 100%;
}

.btn-back {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  flex-shrink: 0;
  text-decoration: none;
  color: #1d1d1d;
  transition: all 0.3s ease;
}
.btn-back:hover {
  background-color: #ebebeb;
}
.btn-back:hover img {
  transform: translateX(-2px);
}

.action-buttons .btn-next-step {
  flex: 1;
}

.mobile-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  justify-content: flex-end;
  padding-right: 12px;
}

.btn-back-mobile {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  flex-shrink: 0;
  text-decoration: none;
  color: #ffffff;
  transition: all 0.3s ease;
}
.btn-back-mobile:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.auth-tabs {
  display: flex;
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 4px;
  gap: 4px;
  width: fit-content;
  margin: 0 auto;
}

.auth-tab {
  padding: 10px 16px;
  background: transparent;
  border: none;
  border-radius: 8px;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: rgba(29, 29, 29, 0.6);
  cursor: pointer;
  transition: all 0.3s ease;
}
.auth-tab:hover {
  color: rgba(29, 29, 29, 0.8);
}
.auth-tab.active {
  background-color: #ffffff;
  color: #1d1d1d;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.password-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.password-input-wrapper .form-input {
  width: 100%;
  padding-right: 44px;
}

.password-toggle {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  color: rgba(29, 29, 29, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.password-toggle:hover {
  color: rgba(29, 29, 29, 0.7);
}

.auth-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4px;
}
@media (max-width: 575.98px) {
  .auth-options {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

.remember-me {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.remember-me input[type=checkbox] {
  width: 16px;
  height: 16px;
  accent-color: #78eb54;
  cursor: pointer;
}
.remember-me span {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(29, 29, 29, 0.7);
}

.forgot-password {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #1f8a46;
  text-decoration: none;
  transition: all 0.3s ease;
}
.forgot-password:hover {
  color: rgb(21.6449704142, 96.3550295858, 48.875739645);
  text-decoration: underline;
}

.auth-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 8px 0;
}

.divider-line {
  flex: 1;
  height: 1px;
  background-color: rgba(29, 29, 29, 0.15);
}

.divider-text {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(29, 29, 29, 0.5);
}

.social-login-buttons {
  display: flex;
  gap: 12px;
}
@media (max-width: 575.98px) {
  .social-login-buttons {
    flex-direction: column;
  }
}

.social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 12px 16px;
  background-color: #ffffff;
  border: 1px solid rgba(29, 29, 29, 0.2);
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.social-btn:hover {
  border-color: rgba(29, 29, 29, 0.4);
  background-color: #fafafa;
}
.social-btn iconify-icon {
  flex-shrink: 0;
}

.social-text {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #1d1d1d;
}

.security-notice {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
}
.security-notice iconify-icon {
  color: #1f8a46;
  flex-shrink: 0;
  margin-top: 2px;
}
.security-notice p {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #1f8a46;
  margin: 0;
  line-height: 1.5;
}

.auth-card {
  gap: 20px;
}

.payment-card {
  gap: 24px;
}

.payment-tabs {
  display: flex;
  gap: 24px;
  align-items: center;
}

.payment-tab {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 0;
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: rgba(29, 29, 29, 0.8);
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
  .payment-tab {
    font-size: 16px;
  }
}
.payment-tab iconify-icon {
  color: rgba(29, 29, 29, 0.6);
  transition: all 0.3s ease;
}
.payment-tab:hover {
  color: rgb(29, 29, 29);
}
.payment-tab:hover iconify-icon {
  color: rgba(29, 29, 29, 0.8);
}
.payment-tab.active {
  color: #1f8a46;
  font-weight: 500;
  border-bottom-color: #1f8a46;
}
.payment-tab.active iconify-icon {
  color: #1f8a46;
}

.card-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.card-input-wrapper .card-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(29, 29, 29, 0.4);
}
.card-input-wrapper .form-input {
  width: 100%;
  padding-left: 50px;
}

.paypal-notice {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 32px 16px;
  text-align: center;
}
.paypal-notice h5 {
  color: #1d1d1d;
  text-align: center;
  font-family: Onest;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 133.333% */
  letter-spacing: 0.08px;
}
.paypal-notice p {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(29, 29, 29, 0.7);
  margin: 0;
}

.btn-paypal {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  background-color: #1ab4ff;
  border: none;
  border-radius: 30px;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-paypal iconify-icon {
  color: #ffffff;
}
.btn-paypal:hover {
  background-color: rgb(0, 29.8666666667, 84);
}

.checkout-complete-page {
  min-height: calc(100vh - 76px);
}
@media (max-width: 991.98px) {
  .checkout-complete-page {
    padding-bottom: 0;
  }
}

.complete-content {
  padding: 101px 0;
}
@media (max-width: 991.98px) {
  .complete-content {
    padding: 24px 0;
  }
}

.complete-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  max-width: 708px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .complete-wrapper {
    gap: 24px;
    padding: 0 12px;
    width: 100%;
  }
}

.complete-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .complete-header {
    gap: 12px;
  }
}

.success-icon {
  color: #1f8a46;
}
.success-icon iconify-icon {
  display: block;
}

.complete-message {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.complete-message h1 {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #1d1d1d;
  margin: 0;
}
@media (max-width: 991.98px) {
  .complete-message h1 {
    font-size: 24px;
  }
}
.complete-message p {
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  line-height: 30px;
  margin: 0;
}
@media (max-width: 991.98px) {
  .complete-message p {
    font-size: 16px;
    line-height: 26px;
  }
}

.order-details-card {
  width: 100%;
  max-width: 300px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 991.98px) {
  .order-details-card {
    max-width: 100%;
  }
}

.order-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.order-label {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(29, 29, 29, 0.8);
  line-height: 24px;
  letter-spacing: 0.08px;
}

.order-value {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #1d1d1d;
  line-height: 24px;
  letter-spacing: 0.08px;
  text-align: right;
}
.order-value.delivery {
  color: #1f8a46;
}

.order-divider {
  height: 1px;
  background: repeating-linear-gradient(to right, rgba(29, 29, 29, 0.2), rgba(29, 29, 29, 0.2) 4px, transparent 4px, transparent 8px);
}

.complete-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991.98px) {
  .complete-actions {
    flex-direction: column;
    gap: 12px;
  }
}

.btn-view-progress {
  flex: 1;
  max-width: 204px;
  min-width: 180px;
  height: 54px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #001a0d;
  border: 1px solid rgba(120, 120, 120, 0.2);
  border-radius: 8px;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #78eb54;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (max-width: 991.98px) {
  .btn-view-progress {
    max-width: 100%;
    width: 100%;
    flex: none;
  }
}
.btn-view-progress:hover {
  background-color: rgb(0, 51.5, 25.75);
  color: #78eb54;
}

.rounded {
  border-radius: 50px !important;
}

.btn-order-again {
  flex: 1;
  max-width: 204px;
  min-width: 180px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #78eb54;
  border: none;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(120, 235, 84, 0.5);
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #0c1903;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
@media (max-width: 991.98px) {
  .btn-order-again {
    max-width: 100%;
    width: 100%;
    flex: none;
  }
}
.btn-order-again:hover {
  background-color: #001a0d;
  color: #ffffff;
  box-shadow: 0 6px 12px rgba(0, 26, 13, 0.3);
}

.complete-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
}

.contact-question {
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #1d1d1d;
  margin: 0;
}
@media (max-width: 991.98px) {
  .contact-question {
    font-size: 12px;
  }
}

.contact-email {
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #1f8a46;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (max-width: 991.98px) {
  .contact-email {
    font-size: 14px;
  }
}
.contact-email:hover {
  text-decoration: underline;
}

.summary-header {
  background: #042d1a;
  padding: 24px;
  color: white;
  position: relative;
  overflow: hidden;
}
.summary-header .summary-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}
.summary-header .billing-toggle {
  position: relative;
  z-index: 2;
  border-radius: 50px;
}
.summary-header .billing-track {
  display: flex;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 100px !important;
  width: 336px;
  height: 44px;
  padding: 4px;
}
.summary-header .billing-option {
  flex: 1;
  background: transparent;
  border: none;
  color: white;
  padding-bottom: 4px;
  border-radius: 50px;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}
.summary-header .billing-option .billing-text {
  font-weight: 400;
  z-index: 2;
  letter-spacing: 0.2px;
}
.summary-header .billing-option .save-badge {
  display: block;
  font-size: 10px;
  background: rgba(255, 255, 255, 0.4);
  color: #042d1a;
  padding: 2px 0px;
  border-radius: 20px;
  margin-bottom: px;
  width: 84px;
  height: 18px;
  font-weight: 600;
  z-index: 2;
}
.summary-header .billing-option .save-badge.dark {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}
.summary-header .billing-option.active {
  background: #7dfe71;
  color: #000;
  padding: 14px 0 10px 0;
  margin-top: -4px;
  margin-bottom: -4px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.summary-header .billing-option.active .billing-text {
  font-weight: 500;
}
.summary-header .billing-option.active .save-badge.dark {
  background: rgba(255, 255, 255, 0.4);
  color: #042d1a;
  font-weight: 600;
}

.summary-body {
  flex: 1;
  padding: 0px 24px;
  display: flex;
  flex-direction: column;
}

/* SELECT PLAN */
.select-plan {
  margin-bottom: 20px;
}
.select-plan h4 {
  font-size: 18px;
  font-weight: 500;
  color: #1a1a1a;
  margin-top: 0;
  margin-bottom: 12px;
}
.select-plan .plan-hours-list {
  display: flex;
  gap: 4px;
  flex-wrap: nowrap;
}
.select-plan .hour-pill {
  border: none;
  background: transparent;
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 20px;
  cursor: pointer;
  color: #555;
  transition: all 0.2s ease;
}
.select-plan .hour-pill.active {
  background: #7dfe71;
  color: #000;
  font-weight: 500;
}

/* PLAN BOX */
.plan-box {
  background: #f1efe8;
  border-radius: 8px;
  padding: 14px 20px;
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 24px;
}
.plan-box .plan-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  min-width: 40px;
}
.plan-box .plan-left .big-hours {
  font-size: 40px;
  font-weight: 600;
  color: #1a9250;
  margin-bottom: 2px;
}
.plan-box .plan-left .hours-text {
  font-size: 13px;
  color: #1a1a1a;
}
.plan-box .plan-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.plan-box .plan-right .price-main {
  font-size: 18px;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 4px;
}
.plan-box .plan-right .price-sub {
  font-size: 13px;
  color: #555;
}
.plan-box .plan-right .price-sub strong {
  color: #1a9250;
  font-weight: 500;
}

/* SERVICES */
.services {
  margin-bottom: 24px;
}
.services h4 {
  font-size: 18px;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 12px;
}
.services .services-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.services .services-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
}
.services .services-list li .icon-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #1a9250;
  border-radius: 50%;
  margin-top: 6px;
  flex-shrink: 0;
}
.services .services-list li .service-text {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}

/* TOTAL */
.total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.total-row .total-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.total-row .total-left .total-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #f1efe8;
  border-radius: 8px;
  color: #000;
}
.total-row .total-left span {
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
}
.total-row .total-price {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
}

/* TERMS */
.terms-check {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
}
.terms-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.terms-check input:checked ~ .checkmark {
  background-color: #7dfe71;
  border: none;
}
.terms-check input:checked ~ .checkmark:after {
  display: block;
}
.terms-check .checkmark {
  position: relative;
  height: 16px;
  width: 16px;
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 4px;
  flex-shrink: 0;
}
.terms-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 8px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.terms-check .terms-text {
  font-size: 14px;
  color: #666;
}

/* CTA */
.checkout-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  background: #7dfe71;
  padding: 16px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: #000;
  transition: background 0.2s ease;
  border: none;
  margin-bottom: 12px;
}
.checkout-btn iconify-icon {
  margin-top: 1px;
}
.checkout-btn:hover {
  background: #6be85f;
}

.secure-checkout {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #1a9250;
  font-size: 13px;
  font-weight: 500;
}

/* ==========================================================================
   ABOUT US PAGE
   ========================================================================== */
.about-hero {
  background-color: #001a0d;
  position: relative;
  overflow: hidden;
  padding: 32px 0;
}
.about-hero__search {
  max-width: 50%;
  margin: auto;
}
@media (max-width: 767.98px) {
  .about-hero__search {
    max-width: 100%;
  }
}
.about-hero__search .input-group-text {
  background-color: #f4f4e7;
  border-radius: 22px 0px 0px 22px;
  padding: 16px;
}
.about-hero__search input {
  border-radius: 0px 22px 22px 0px;
  background-color: #f4f4e7;
  border: 0;
  padding: 16px;
}
.about-hero__search input:focus {
  background-color: #f4f4e7;
  box-shadow: none;
  outline: none;
}
.about-hero__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.about-hero__circles {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.about-hero__circles .circle {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%) scale(0);
  border-radius: 50%;
  border: 1px solid rgba(120, 235, 84, 0.08);
  animation: about-hero-ripple 5s ease-in-out infinite;
}
.about-hero__circles .circle--7 {
  width: 441px;
  height: 441px;
  background: #002512;
  animation-delay: 0s;
}
.about-hero__circles .circle--6 {
  width: 662px;
  height: 662px;
  background: #002411;
  animation-delay: 0.7s;
}
.about-hero__circles .circle--5 {
  width: 917px;
  height: 917px;
  background: #011e0f;
  animation-delay: 1.4s;
}
.about-hero__circles .circle--4 {
  width: 1189px;
  height: 1189px;
  background: #001a0d;
  animation-delay: 2.1s;
}
.about-hero__circles .circle--3 {
  width: 1493px;
  height: 1493px;
  background: #001a0d;
  animation-delay: 2.8s;
}
.about-hero__circles .circle--2 {
  width: 1787px;
  height: 1787px;
  background: #001a0d;
  animation-delay: 3.5s;
}
.about-hero__circles .circle--1 {
  width: 2149px;
  height: 2149px;
  background: #001a0d;
  animation-delay: 4.3s;
}
@media (max-width: 991.98px) {
  .about-hero__circles .circle--1 {
    width: 1000px;
    height: 1000px;
  }
  .about-hero__circles .circle--2 {
    width: 850px;
    height: 850px;
  }
  .about-hero__circles .circle--3 {
    width: 700px;
    height: 700px;
  }
  .about-hero__circles .circle--4 {
    width: 550px;
    height: 550px;
  }
  .about-hero__circles .circle--5 {
    width: 400px;
    height: 400px;
  }
  .about-hero__circles .circle--6 {
    width: 300px;
    height: 300px;
  }
  .about-hero__circles .circle--7 {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 575.98px) {
  .about-hero__circles .circle--1 {
    width: 800px;
    height: 800px;
  }
  .about-hero__circles .circle--2 {
    width: 650px;
    height: 650px;
  }
  .about-hero__circles .circle--3 {
    width: 500px;
    height: 500px;
  }
  .about-hero__circles .circle--4 {
    width: 400px;
    height: 400px;
  }
  .about-hero__circles .circle--5 {
    width: 300px;
    height: 300px;
  }
  .about-hero__circles .circle--6 {
    width: 200px;
    height: 200px;
  }
  .about-hero__circles .circle--7 {
    width: 150px;
    height: 150px;
  }
}
.about-hero__content {
  position: relative;
  z-index: 1;
  padding: 48px 40px;
}
.about-hero__label {
  display: block;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 6.44px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 0;
}
.about-hero__label--dark {
  color: #1d1d1d;
}
.about-hero__title {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 65px;
  line-height: 70px;
  letter-spacing: -0.45px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 16px;
}
.about-hero__title .text-green {
  color: #2ec300;
}
.about-hero__desc {
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.08px;
  color: rgba(255, 255, 255, 0.8);
  max-width: 1360px;
  margin: 0 auto 50px;
}
.about-hero__cta {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}
.about-hero__cta .btn {
  min-width: 200px;
  max-width: 204px;
  height: 54px;
  border-radius: 24px;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.about-hero__cta .btn-white.btn-text-swap::before, .about-hero__cta .btn-white.btn-text-swap::after {
  color: #1d1d1d;
}
@media (max-width: 991.98px) {
  .about-hero {
    padding: 24px 0;
  }
  .about-hero__content {
    padding: 32px 0;
  }
  .about-hero__title {
    font-size: 36px;
    line-height: 42px;
  }
  .about-hero__desc {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 32px;
  }
  .about-hero__cta .btn {
    min-width: 160px;
    height: 48px;
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .about-hero__title {
    font-size: 28px;
    line-height: 36px;
  }
}

@keyframes about-hero-ripple {
  0% {
    transform: translate(-50%, 50%) scale(1);
    border-color: rgba(120, 235, 84, 0.08);
  }
  100% {
    transform: translate(-50%, 50%) scale(1.03);
    border-color: rgba(120, 235, 84, 0.18);
  }
}
.btn-pill {
  border-radius: 24px !important;
}

.btn-white {
  background-color: #fefefe;
  border: 1px solid rgba(120, 120, 120, 0.2);
  color: #1d1d1d;
}
.btn-white:hover {
  background-color: #f0f0f0;
  color: #1d1d1d;
}

.about-stats {
  background: linear-gradient(to bottom, transparent 50px, #f4f4e7 50px);
  padding: 0;
  margin-top: -50px;
  position: relative;
  z-index: 2;
}
.about-stats__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #f4f4e7;
  border-radius: 24px;
  padding: 62px 84px 84px;
}
.about-stats__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex-shrink: 0;
}
.about-stats__label {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1d1d1d;
}
.about-stats__value {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 83px;
  color: #16633d;
}
@media (max-width: 991.98px) {
  .about-stats__grid {
    padding: 40px 24px;
    justify-content: center;
    gap: 24px;
  }
  .about-stats__item {
    flex: 0 0 calc(50% - 12px);
    align-items: center;
    text-align: center;
  }
  .about-stats__value {
    font-size: 42px;
    line-height: 52px;
  }
  .about-stats__label {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .about-stats__value {
    font-size: 32px;
    line-height: 40px;
  }
}

.about-section-title {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -0.45px;
  color: #1d1d1d;
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .about-section-title {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 575.98px) {
  .about-section-title {
    font-size: 28px;
    line-height: 36px;
  }
}

.about-who {
  background-color: #f4f4e7;
  padding: 72px 0;
}
.about-who__inner {
  background: linear-gradient(90.61deg, #001a0d 50%, #005b2d 108.33%);
  border-radius: 24px;
  padding: 32px 124px;
  display: flex;
  align-items: center;
  gap: 72px;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .about-who__inner {
    padding: 32px 48px;
    gap: 40px;
  }
}
@media (max-width: 991.98px) {
  .about-who__inner {
    flex-direction: column;
    padding: 32px 24px;
    gap: 32px;
  }
}
.about-who__text {
  flex: 1;
  min-width: 250px;
}
.about-who__title {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -0.45px;
  color: #ffffff;
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .about-who__title {
    font-size: 36px;
    line-height: 44px;
  }
}
.about-who__desc {
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.08px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .about-who__desc {
    font-size: 14px;
    line-height: 24px;
  }
}
.about-who__btn {
  max-width: 250px;
  width: 100%;
  border-radius: 24px;
}
.about-who__images {
  position: relative;
  width: 447px;
  height: 446px;
  flex-shrink: 0;
}
@media (max-width: 991.98px) {
  .about-who__images {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 575.98px) {
  .about-who__images {
    width: 260px;
    height: 260px;
  }
}
.about-who__card {
  position: absolute;
  border-radius: 24px;
  overflow: hidden;
}
.about-who__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-who__card--1 {
  width: 333px;
  height: 333px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-2.4deg);
  z-index: 5;
  border: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 991.98px) {
  .about-who__card--1 {
    width: 220px;
    height: 220px;
  }
}
@media (max-width: 575.98px) {
  .about-who__card--1 {
    width: 190px;
    height: 190px;
  }
}
.about-who__card--2 {
  width: 333px;
  height: 333px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(7.99deg);
  z-index: 4;
  background-color: #16633d;
}
@media (max-width: 991.98px) {
  .about-who__card--2 {
    width: 220px;
    height: 220px;
  }
}
@media (max-width: 575.98px) {
  .about-who__card--2 {
    width: 190px;
    height: 190px;
  }
}
.about-who__card--3 {
  width: 333px;
  height: 333px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-13.99deg);
  z-index: 3;
  background-color: #78eb54;
}
@media (max-width: 991.98px) {
  .about-who__card--3 {
    width: 220px;
    height: 220px;
  }
}
@media (max-width: 575.98px) {
  .about-who__card--3 {
    width: 190px;
    height: 190px;
  }
}
.about-who__card--4 {
  width: 333px;
  height: 333px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-13.99deg);
  z-index: 2;
  background-color: #001a0d;
}
@media (max-width: 991.98px) {
  .about-who__card--4 {
    width: 220px;
    height: 220px;
  }
}
@media (max-width: 575.98px) {
  .about-who__card--4 {
    width: 190px;
    height: 190px;
  }
}
.about-who__card--5 {
  width: 333px;
  height: 333px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-13.99deg);
  z-index: 1;
  background-color: #001a0d;
}
@media (max-width: 991.98px) {
  .about-who__card--5 {
    width: 220px;
    height: 220px;
  }
}
@media (max-width: 575.98px) {
  .about-who__card--5 {
    width: 190px;
    height: 190px;
  }
}

.about-mission {
  background-color: #f4f4e7;
  padding: 72px 0;
}
.about-mission__grid {
  display: flex;
  gap: 104px;
  align-items: flex-start;
}
@media (max-width: 991.98px) {
  .about-mission__grid {
    flex-direction: column;
    gap: 32px;
  }
}
.about-mission__text {
  flex: 1;
  min-width: 280px;
}
.about-mission__text .about-section-title {
  color: #1d1d1d;
}
.about-mission__text p {
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.08px;
  color: #1d1d1d;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .about-mission__text p {
    font-size: 14px;
    line-height: 24px;
  }
}
.about-mission__img {
  flex: 1;
  min-width: 280px;
  border-radius: 24px;
  overflow: hidden;
}
.about-mission__img img {
  width: 100%;
  height: 505px;
  object-fit: cover;
  border-radius: 24px;
}
@media (max-width: 991.98px) {
  .about-mission__img img {
    height: 300px;
  }
}

.about-values {
  background-color: #f4f4e7;
  padding: 72px 0 150px;
}
@media (max-width: 991.98px) {
  .about-values {
    padding: 48px 0 80px;
  }
}
.about-values__grid {
  display: flex;
  gap: 104px;
  align-items: flex-start;
}
@media (max-width: 991.98px) {
  .about-values__grid {
    flex-direction: column;
    gap: 32px;
  }
}
.about-values__img {
  flex: 1;
  min-width: 280px;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .about-values__img {
    order: 2;
  }
}
.about-values__img img {
  width: 100%;
  height: 580px;
  object-fit: cover;
  border-radius: 24px;
}
@media (max-width: 991.98px) {
  .about-values__img img {
    height: 300px;
  }
}
.about-values__text {
  flex: 1;
  min-width: 280px;
}
@media (max-width: 991.98px) {
  .about-values__text {
    order: 1;
  }
}
.about-values__text .about-section-title {
  color: #1d1d1d;
}
.about-values__list p {
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.08px;
  color: #1d1d1d;
  margin-bottom: 15px;
}
.about-values__list p strong {
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .about-values__list p {
    font-size: 14px;
    line-height: 24px;
  }
}

.about-services {
  background-color: #f4f4e7;
  padding: 100px 0;
}
@media (max-width: 991.98px) {
  .about-services {
    padding: 60px 0;
  }
}
.about-services__header {
  margin-bottom: 72px;
}
@media (max-width: 991.98px) {
  .about-services__header {
    margin-bottom: 40px;
  }
}
.about-services__desc {
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.8px;
  color: #1d1d1d;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .about-services__desc {
    font-size: 14px;
    line-height: 24px;
  }
}

.about-marquee {
  overflow: hidden;
  width: 100%;
  margin-bottom: 24px;
}
.about-marquee__track {
  display: flex;
  gap: 0;
  width: max-content;
  will-change: transform;
}
.about-marquee__track--ltr {
  animation: about-marquee-ltr 25s linear infinite;
}
.about-marquee__track--rtl {
  animation: about-marquee-rtl 25s linear infinite;
}
.about-marquee__track--team {
  animation-duration: 20s;
}
.about-marquee__track:has(.about-marquee__item:hover) {
  animation-play-state: paused;
}
.about-marquee__item {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
  margin-right: 24px;
  text-decoration: none;
}
.about-marquee__img {
  width: 417px;
  height: 360px;
  border-radius: 12px;
  overflow: hidden;
}
.about-marquee__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .about-marquee__img {
    width: 280px;
    height: 240px;
  }
}
@media (max-width: 575.98px) {
  .about-marquee__img {
    width: 220px;
    height: 190px;
  }
}
.about-marquee__name {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.96px;
  color: #1d1d1d;
  text-align: center;
  padding: 10px 24px;
  margin: 0;
}
@media (max-width: 991.98px) {
  .about-marquee__name {
    font-size: 18px;
    line-height: 24px;
  }
}

@keyframes about-marquee-ltr {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes about-marquee-rtl {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.about-why {
  background-color: #f4f4e7;
  padding: 100px 0;
}
@media (max-width: 991.98px) {
  .about-why {
    padding: 60px 0;
  }
}
.about-why__header {
  margin-bottom: 72px;
}
@media (max-width: 991.98px) {
  .about-why__header {
    margin-bottom: 40px;
  }
}
.about-why__desc {
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.08px;
  color: #1d1d1d;
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .about-why__desc {
    font-size: 14px;
    line-height: 24px;
  }
}
.about-why__grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.about-why__row {
  display: flex;
  gap: 21px;
}
@media (max-width: 991.98px) {
  .about-why__row {
    flex-direction: column;
  }
}
.about-why__card {
  background-color: #001a0d;
  border-radius: 24px;
  padding: 48px;
  position: relative;
  overflow: hidden;
  min-height: 400px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.about-why__card--wide {
  flex: 1.29;
}
@media (max-width: 991.98px) {
  .about-why__card--wide {
    flex: 1;
  }
}
.about-why__card--equal {
  flex: 1;
}
@media (max-width: 991.98px) {
  .about-why__card {
    padding: 32px 24px;
    min-height: auto;
  }
}
.about-why__card-deco {
  position: absolute;
  top: -75px;
  right: -16px;
  width: 402px;
  height: 402px;
  pointer-events: none;
  opacity: 1;
}
.about-why__card-deco img {
  width: 100%;
  height: 100%;
}
@media (max-width: 991.98px) {
  .about-why__card-deco {
    width: 280px;
    height: 280px;
    top: -50px;
    right: -10px;
  }
}
.about-why__card-icon {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
}
.about-why__card-icon img {
  width: 100%;
  height: 100%;
}
.about-why__card-title {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 48px;
  letter-spacing: -1.2px;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  margin: 0;
}
.about-why__card-title .text-neon {
  color: #39ff14;
}
@media (max-width: 991.98px) {
  .about-why__card-title {
    font-size: 24px;
    line-height: 36px;
  }
}
.about-why__card--wide:first-child .about-why__card-title {
  font-size: 40px;
  letter-spacing: -1.6px;
}
@media (max-width: 991.98px) {
  .about-why__card--wide:first-child .about-why__card-title {
    font-size: 28px;
    line-height: 36px;
  }
}
.about-why__card-desc {
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.08px;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 1;
  margin: 0;
}
@media (max-width: 991.98px) {
  .about-why__card-desc {
    font-size: 14px;
    line-height: 24px;
  }
}

.about-team {
  background-color: #f4f4e7;
  padding: 100px 0 120px;
}
@media (max-width: 991.98px) {
  .about-team {
    padding: 60px 0 80px;
  }
}
.about-team__header {
  padding: 0 40px;
  margin-bottom: 72px;
}
@media (max-width: 991.98px) {
  .about-team__header {
    padding: 0 16px;
    margin-bottom: 40px;
  }
}
.about-team__desc {
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.08px;
  color: #1d1d1d;
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .about-team__desc {
    font-size: 14px;
    line-height: 24px;
  }
}
.about-team__card {
  flex-shrink: 0;
  width: 339px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-right: 24px;
}
@media (max-width: 991.98px) {
  .about-team__card {
    width: 280px;
  }
}
@media (max-width: 575.98px) {
  .about-team__card {
    width: 240px;
  }
}
.about-team__photo {
  width: 100%;
  aspect-ratio: 324/382;
  border-radius: 6px;
  overflow: hidden;
}
.about-team__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-team__photo--green {
  background-color: #16633d;
}
.about-team__photo--darkgreen {
  background-color: #0e3215;
}
.about-team__name {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -0.96px;
  color: #1d1d1d;
  padding: 0 24px;
  margin: 0;
}
@media (max-width: 991.98px) {
  .about-team__name {
    font-size: 20px;
  }
}
.about-team__role {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.72px;
  color: #1d1d1d;
  padding: 0 24px;
  margin: 0;
}
@media (max-width: 991.98px) {
  .about-team__role {
    font-size: 16px;
  }
}

.about-get {
  padding: 100px 0 160px;
  background-color: #f4f4e7;
}
@media (max-width: 991.98px) {
  .about-get {
    padding: 60px 0 100px;
    margin-bottom: 24px;
  }
}
.about-get__card {
  background-color: #16633d;
  border-radius: 24px;
  padding: 64px 124px;
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 991.98px) {
  .about-get__card {
    padding: 40px 24px;
    flex-direction: column;
  }
}
.about-get__content {
  flex: 1;
  min-width: 280px;
}
.about-get__title {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: -1.28px;
  color: #ffffff;
  margin-bottom: 32px;
}
@media (max-width: 991.98px) {
  .about-get__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.about-get__list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.about-get__list li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.about-get__list li span {
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.08px;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 991.98px) {
  .about-get__list li span {
    font-size: 14px;
    line-height: 24px;
  }
}
.about-get__tick {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.about-get__btn {
  max-width: 250px;
  width: 100%;
  border-radius: 30px;
}
.about-get__illustration {
  flex-shrink: 0;
  width: 270px;
  height: 276px;
}
.about-get__docs {
  position: relative;
  width: 100%;
  height: 100%;
}
.about-get__docs-bg {
  position: absolute;
  width: 268px;
  height: 248px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.about-get__docs-paper {
  position: absolute;
  width: 77px;
  height: 117px;
  z-index: 2;
}
.about-get__docs-paper--1 {
  top: 98px;
  left: 111px;
  transform: rotate(3.15deg);
}
.about-get__docs-paper--2 {
  top: 105px;
  left: 77px;
  transform: rotate(3.74deg);
}
.about-get__docs-paper--3 {
  top: 123px;
  left: 59px;
  transform: rotate(-0.99deg);
}
.about-get__docs-glass {
  position: absolute;
  top: 116px;
  left: 26px;
  width: 232px;
  height: 135px;
  z-index: 3;
}
.about-get__docs-text {
  position: absolute;
  top: 190px;
  left: 40px;
  width: 127px;
  display: flex;
  flex-direction: column;
  z-index: 4;
  letter-spacing: -0.45px;
}
.about-get__docs-title {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.62);
  text-align: center;
}
.about-get__docs-count {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.36);
}

/* ==========================================================================
   PRICING PAGE — sidebar, layout, package sections & bottom CTA.
   Hero reuses .about-hero, cards reuse .pricing-section from style.scss.
   ========================================================================== */
.about-hero--pricing {
  padding-bottom: 120px;
}
@media (max-width: 991.98px) {
  .about-hero--pricing {
    padding-bottom: 100px;
  }
}
@media (max-width: 575.98px) {
  .about-hero--pricing {
    padding-bottom: 80px;
  }
}

.pricing-bg-light {
  background-color: #f4f4e7;
}

.pricing-page-packages {
  background-color: #f4f4e7;
  position: relative;
  z-index: 1;
  border-radius: 40px 40px 0 0;
  max-width: 95%;
  margin: -80px auto 0 auto;
}
@media (max-width: 991.98px) {
  .pricing-page-packages {
    padding: 0 0 100px;
    margin-top: -60px;
    border-radius: 30px 30px 0 0;
  }
}
@media (max-width: 575.98px) {
  .pricing-page-packages {
    padding: 0 0 80px;
    max-width: 98%;
    margin: -40px auto 0 auto;
    border-radius: 24px 24px 0 0;
  }
}

.pricing-page-wrapper {
  max-width: 1920px;
}

.pricing-page-layout {
  display: flex;
  gap: 0;
}
@media (max-width: 991.98px) {
  .pricing-page-layout {
    flex-direction: column;
  }
}

.pricing-page-sidebar {
  align-self: stretch;
  background: #ffffff;
  border-radius: 24px;
  width: 310px;
  min-width: 310px;
  padding: 0;
}
.pricing-page-sidebar__inner {
  position: sticky;
  top: 90px;
  padding: 24px;
  max-height: calc(100vh - 110px);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.1) transparent;
}
.pricing-page-sidebar__inner::-webkit-scrollbar {
  width: 4px;
}
.pricing-page-sidebar__inner::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.pricing-page-sidebar__title {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  color: rgba(29, 29, 29, 0.6);
  letter-spacing: -0.45px;
  margin-bottom: 12px;
}
.pricing-page-sidebar__accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .pricing-page-sidebar {
    display: none;
  }
}

.sidebar-category__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 0;
  cursor: pointer;
  user-select: none;
}
.sidebar-category__header span {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: rgba(29, 29, 29, 0.9);
  letter-spacing: -0.45px;
  flex: 1;
}
.sidebar-category__header iconify-icon {
  color: rgba(29, 29, 29, 0.6);
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.sidebar-category__header.collapsed iconify-icon {
  transform: rotate(-90deg);
}
.sidebar-category__divider {
  border: none;
  border-top: 1px solid rgba(29, 29, 29, 0.1);
  margin: 0;
  opacity: 1;
}
.sidebar-category__items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 12px;
  padding-bottom: 4px;
}
.sidebar-category__items a {
  display: block;
  padding: 10px 16px;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.7);
  letter-spacing: -0.45px;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.sidebar-category__items a:hover {
  background: rgba(120, 235, 84, 0.15);
  color: rgba(0, 0, 0, 0.9);
}
.sidebar-category__items a.active {
  background: #78eb54;
  color: #000;
}

.pricing-mobile-selectors {
  margin-bottom: 32px;
  padding-top: 40px;
}
.pricing-mobile-selectors__row {
  display: flex;
  gap: 16px;
}
@media (max-width: 575.98px) {
  .pricing-mobile-selectors__row {
    flex-direction: column;
  }
}

.pricing-mobile-select {
  flex: 1;
  position: relative;
}
.pricing-mobile-select__label {
  display: block;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: rgba(29, 29, 29, 0.5);
  margin-bottom: 6px;
}

.mobile-multilayer-dropdown {
  position: relative;
}
.mobile-multilayer-dropdown__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 14px 16px;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #1d1d1d;
  background: #ffffff;
  border: 1px solid rgba(29, 29, 29, 0.12);
  border-radius: 12px;
  cursor: pointer;
  text-align: left;
  transition: all 0.3s ease;
}
.mobile-multilayer-dropdown__trigger:focus {
  outline: none;
  border-color: #78eb54;
  box-shadow: 0 0 0 3px rgba(120, 235, 84, 0.15);
}
.mobile-multilayer-dropdown__trigger[aria-expanded=true] {
  border-color: #78eb54;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.mobile-multilayer-dropdown__trigger[aria-expanded=true] .mobile-multilayer-dropdown__arrow {
  transform: rotate(180deg);
}
.mobile-multilayer-dropdown__arrow {
  flex-shrink: 0;
  color: rgba(29, 29, 29, 0.5);
  transition: transform 0.3s ease;
}
.mobile-multilayer-dropdown__panel {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #ffffff;
  border: 1px solid #78eb54;
  border-top: none;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  z-index: 200;
  max-height: 420px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.1) transparent;
}
.mobile-multilayer-dropdown__panel::-webkit-scrollbar {
  width: 4px;
}
.mobile-multilayer-dropdown__panel::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.mobile-multilayer-dropdown__panel.open {
  display: block;
}

.mob-dd-category {
  border-bottom: 1px solid rgba(29, 29, 29, 0.07);
}
.mob-dd-category:last-child {
  border-bottom: none;
}
.mob-dd-category__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 14px 16px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: all 0.3s ease;
}
.mob-dd-category__header span {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: rgba(29, 29, 29, 0.9);
  letter-spacing: -0.3px;
  flex: 1;
}
.mob-dd-category__header iconify-icon {
  color: rgba(29, 29, 29, 0.5);
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.mob-dd-category__header.collapsed iconify-icon {
  transform: rotate(-90deg);
}
.mob-dd-category__header:hover {
  background: rgba(120, 235, 84, 0.06);
}
.mob-dd-category__header:not(.collapsed) {
  background: rgba(120, 235, 84, 0.08);
}
.mob-dd-category__items {
  list-style: none;
  padding: 0 8px 10px 8px;
  margin: 0;
  display: none;
  flex-direction: column;
  gap: 2px;
}
.mob-dd-category__items.show {
  display: flex;
}
.mob-dd-category__items li a {
  display: block;
  padding: 9px 14px;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.7);
  letter-spacing: -0.3px;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.mob-dd-category__items li a:hover {
  background: rgba(120, 235, 84, 0.15);
  color: rgba(0, 0, 0, 0.9);
}
.mob-dd-category__items li a.active {
  background: #78eb54;
  color: #000;
  font-weight: 500;
}

.pricing-page-content {
  flex: 1;
  min-width: 0;
}

.pricing-package-section {
  padding: 72px 0 0;
}
.pricing-package-section:first-child {
  padding-top: 0;
}
.pricing-package-section__inner {
  padding: 72px 20px;
}
@media (max-width: 991.98px) {
  .pricing-package-section__inner {
    padding: 48px 15px;
  }
}
@media (max-width: 575.98px) {
  .pricing-package-section__inner {
    padding: 40px 15px;
  }
}
.pricing-package-section .pricing-section {
  padding: 0;
  background: none;
}
.pricing-package-section .pricing-section .pricing-grid {
  margin-top: 40px;
  gap: 1rem !important;
}
.pricing-package-section .pricing-section .pricing-grid .pricing-card-main {
  padding: 25px 20px !important;
}
@media (min-width: 1400px) {
  .pricing-package-section .pricing-section .pricing-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .pricing-package-section .pricing-section .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .pricing-package-section .pricing-section .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.pricing-page-info {
  margin-bottom: 24px;
  text-align: center;
}
.pricing-page-info__label {
  display: block;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 6.44px;
  text-transform: uppercase;
  color: #1d1d1d;
  margin-bottom: 0;
}
.pricing-page-info__title {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 83px;
  letter-spacing: -0.45px;
  color: #1d1d1d;
  margin-bottom: 16px;
}
.pricing-page-info__desc {
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: rgba(29, 29, 29, 0.8);
  margin-bottom: 16px;
}
.pricing-page-info__desc:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .pricing-page-info__title {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 575.98px) {
  .pricing-page-info__title {
    font-size: 28px;
    line-height: 36px;
  }
  .pricing-page-info__desc {
    font-size: 14px;
    line-height: 24px;
  }
}

.pricing-toggle {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.pricing-toggle__wrapper {
  display: inline-flex;
  background: #f4f4e7;
  border-radius: 32px;
  padding: 6px;
  gap: 0;
}
.pricing-toggle__btn {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding: 14px 18px;
  border-radius: 26px;
  border: none;
  background: transparent;
  color: rgba(29, 29, 29, 0.7);
  cursor: pointer;
  transition: all 0.3s ease;
}
.pricing-toggle__btn.active {
  background: #ffffff;
  color: #1d1d1d;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.pricing-toggle__btn:hover:not(.active) {
  color: #1d1d1d;
}

.pricing-page-bottom-cta {
  background-color: #00381c;
  border-radius: 24px;
  border-left: 8px solid #78eb54;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 48px;
}
.pricing-page-bottom-cta__text {
  flex: 1;
}
.pricing-page-bottom-cta__text h3 {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -1.28px;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 8px;
}
.pricing-page-bottom-cta__text p {
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.2px;
  color: #ffffff;
  margin-bottom: 0;
}
.pricing-page-bottom-cta__actions {
  display: flex;
  flex: 1;
  max-width: 584px;
  gap: 24px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.pricing-page-bottom-cta__btn-sub {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-width: 200px;
  max-width: 280px;
  height: 76px;
  border-radius: 36px;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #78eb54;
  color: #0c1903;
  border: none;
  box-shadow: 0 4px 8px rgba(120, 235, 84, 0.5);
}
.pricing-page-bottom-cta__btn-sub:hover {
  background-color: rgb(91.1623036649, 230.7277486911, 47.4722513089);
  color: #0c1903;
}
.pricing-page-bottom-cta__btn-quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-width: 200px;
  max-width: 280px;
  height: 76px;
  border-radius: 36px;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0 4px 8px rgba(120, 235, 84, 0.5);
}
.pricing-page-bottom-cta__btn-quote:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .pricing-page-bottom-cta {
    flex-direction: column;
    text-align: center;
  }
  .pricing-page-bottom-cta__actions {
    justify-content: center;
  }
  .pricing-page-bottom-cta__text h3 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media (max-width: 575.98px) {
  .pricing-page-bottom-cta {
    padding: 24px;
    border-left-width: 5px;
  }
  .pricing-page-bottom-cta__text h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .pricing-page-bottom-cta__actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: none;
  }
  .pricing-page-bottom-cta__btn-sub, .pricing-page-bottom-cta__btn-quote {
    max-width: none;
    min-width: unset;
    height: 60px;
  }
}

.hww-process__label {
  display: block;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 6.44px;
  text-transform: uppercase;
  color: #1d1d1d;
  margin-bottom: 0;
}
.hww-process__label--dark {
  color: #1d1d1d;
}

.hww-process__title {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 83px;
  letter-spacing: -0.45px;
  color: #1d1d1d;
  text-transform: capitalize;
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .hww-process__title {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 575.98px) {
  .hww-process__title {
    font-size: 28px;
    line-height: 36px;
  }
}

.hww-process__desc {
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.08px;
  color: rgba(29, 29, 29, 0.8);
  max-width: 980px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .hww-process__desc {
    font-size: 16px;
    line-height: 26px;
  }
}

.hww-bg-light {
  background-color: #f4f4e7;
}

.hww-process {
  background-color: #f4f4e7;
  padding: 80px 0;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  margin-top: -80px;
  border-radius: 40px 40px 0 0;
  z-index: 1;
}
.hww-process__header {
  margin-bottom: 60px;
}
.hww-process__header .hww-process__label {
  color: #1d1d1d;
}
@media (max-width: 991.98px) {
  .hww-process {
    padding: 48px 0;
    margin-top: -60px;
    border-radius: 30px 30px 0 0;
    max-width: 1440px;
  }
  .hww-process__header {
    margin-bottom: 36px;
  }
}
@media (max-width: 575.98px) {
  .hww-process {
    margin-top: -40px;
    border-radius: 24px 24px 0 0;
    max-width: 98%;
  }
}

.hww-timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 52px;
}
.hww-timeline__step {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.hww-timeline__step::before {
  content: "";
  position: absolute;
  left: 27px;
  top: 0;
  bottom: -52px;
  width: 8px;
  background-color: #16633d;
  transform: translateX(-50%);
  z-index: 0;
}
.hww-timeline__step:first-child::before {
  top: 50%;
}
.hww-timeline__step:last-child::before {
  bottom: 50%;
}
.hww-timeline__number {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 29px;
  background-color: #00381c;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.hww-timeline__number span {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: normal;
  color: #78eb54;
  letter-spacing: -0.08px;
  text-align: center;
}
.hww-timeline__card {
  flex: 1;
  min-width: 0;
  background-color: #00381c;
  border-radius: 24px;
  padding: 52px 36px;
  position: relative;
  overflow: hidden;
}
.hww-timeline__card-inner {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
.hww-timeline__card-icon {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  color: #78eb54;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hww-timeline__card-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.hww-timeline__card-title {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 0;
}
.hww-timeline__card-desc {
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.08px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
}
.hww-timeline__card-step-num {
  position: absolute;
  top: 28px;
  right: 56px;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 30px;
  color: rgba(120, 235, 84, 0.16);
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .hww-timeline {
    gap: 32px;
  }
  .hww-timeline__bar {
    display: none;
  }
  .hww-timeline__step {
    gap: 16px;
  }
  .hww-timeline__step::before {
    left: 22px;
    bottom: -32px;
    width: 6px;
  }
  .hww-timeline__number {
    width: 44px;
    height: 44px;
    min-width: 44px;
  }
  .hww-timeline__number span {
    font-size: 28px;
  }
  .hww-timeline__step {
    gap: 16px;
  }
  .hww-timeline__card {
    padding: 36px 24px;
  }
  .hww-timeline__card-inner {
    flex-direction: column;
    gap: 12px;
  }
  .hww-timeline__card-icon {
    width: 40px;
    height: 40px;
  }
  .hww-timeline__card-title {
    font-size: 24px;
    line-height: 32px;
  }
  .hww-timeline__card-desc {
    font-size: 16px;
    line-height: 26px;
  }
  .hww-timeline__card-step-num {
    font-size: 28px;
    right: 24px;
    top: 20px;
  }
}
@media (max-width: 575.98px) {
  .hww-timeline {
    gap: 24px;
  }
  .hww-timeline__bar {
    display: none;
  }
  .hww-timeline__step {
    gap: 12px;
  }
  .hww-timeline__step::before {
    left: 18px;
    bottom: -24px;
    width: 4px;
  }
  .hww-timeline__number {
    width: 36px;
    height: 36px;
    min-width: 36px;
  }
  .hww-timeline__number span {
    font-size: 22px;
  }
  .hww-timeline__step {
    gap: 12px;
  }
  .hww-timeline__card {
    padding: 24px 16px;
  }
  .hww-timeline__card-title {
    font-size: 20px;
    line-height: 28px;
  }
  .hww-timeline__card-desc {
    font-size: 14px;
    line-height: 24px;
  }
  .hww-timeline__card-step-num {
    font-size: 22px;
    right: 16px;
    top: 16px;
  }
}

.hww-photo-editing {
  background-color: #f4f4e7;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.hww-photo-editing__header {
  margin-bottom: 48px;
}
.hww-photo-editing__header .hww-process__label {
  color: #1d1d1d;
}
.hww-photo-editing__grid {
  display: flex;
  flex-direction: column;
  gap: 44px;
}
.hww-photo-editing__row {
  display: flex;
  gap: 44px;
}
.hww-photo-editing__card {
  background-color: #fffff2;
  border: 1px solid rgba(31, 138, 70, 0.3);
  border-radius: 24px;
  padding: 36px;
  position: relative;
  overflow: hidden;
  flex: 1;
  min-width: 280px;
}
.hww-photo-editing__card--full {
  width: 100%;
  flex: none;
}
.hww-photo-editing__card-inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  z-index: 1;
}
.hww-photo-editing__card-icon {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  color: #1d1d1d;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hww-photo-editing__card-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.hww-photo-editing__card-title {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #1d1d1d;
  text-transform: capitalize;
  margin-bottom: 0;
}
.hww-photo-editing__card-desc {
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.08px;
  color: rgba(29, 29, 29, 0.8);
  margin-bottom: 0;
}
.hww-photo-editing__card-deco {
  position: absolute;
  bottom: -160px;
  left: -100px;
  width: 340px;
  height: 342px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.hww-photo-editing__card-deco::before, .hww-photo-editing__card-deco::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.hww-photo-editing__card-deco::before {
  inset: 0;
  background-color: rgba(120, 235, 84, 0.03);
}
.hww-photo-editing__card-deco::after {
  inset: 36px;
  background-color: rgba(120, 235, 84, 0.02);
}
@media (max-width: 991.98px) {
  .hww-photo-editing {
    padding: 48px 0;
  }
  .hww-photo-editing__header {
    margin-bottom: 24px;
  }
  .hww-photo-editing__grid {
    gap: 24px;
  }
  .hww-photo-editing__row {
    flex-direction: column;
    gap: 24px;
  }
  .hww-photo-editing__card {
    padding: 24px;
  }
  .hww-photo-editing__card-title {
    font-size: 24px;
    line-height: 32px;
  }
  .hww-photo-editing__card-desc {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 575.98px) {
  .hww-photo-editing__card {
    padding: 20px 16px;
  }
  .hww-photo-editing__card-title {
    font-size: 20px;
    line-height: 28px;
  }
  .hww-photo-editing__card-desc {
    font-size: 14px;
    line-height: 24px;
  }
}

.hww-payment-policy {
  background-color: #f4f4e7;
  padding: 80px 0;
  position: relative;
}
.hww-payment-policy__header {
  margin-bottom: 48px;
}
.hww-payment-policy__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.hww-payment-policy__card {
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
  border-radius: 24px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.hww-payment-policy__card-icon-box {
  width: 72px;
  height: 72px;
  border-radius: 8px;
  background-color: #1a3c28;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #78eb54;
}
.hww-payment-policy__card-title {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #1d1d1d;
  margin-bottom: 0;
}
.hww-payment-policy__card-desc {
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.08px;
  color: #343a40;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .hww-payment-policy {
    padding: 48px 0;
  }
  .hww-payment-policy__header {
    margin-bottom: 24px;
  }
  .hww-payment-policy__cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .hww-payment-policy__card {
    padding: 24px;
    gap: 24px;
  }
  .hww-payment-policy__card-icon-box {
    width: 56px;
    height: 56px;
  }
  .hww-payment-policy__card-title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 575.98px) {
  .hww-payment-policy__card {
    padding: 20px 16px;
  }
  .hww-payment-policy__card-title {
    font-size: 20px;
    line-height: 28px;
  }
}

.hww-cta {
  background-color: #f4f4e7;
  padding: 72px 0 126px 0;
  position: relative;
}
.hww-cta__inner {
  background-color: #001a0d;
  border-radius: 24px;
  padding: 72px;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 72px;
}
.hww-cta__title {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 70px;
  letter-spacing: -2.08px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.hww-cta__timeline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 1;
}
.hww-cta__timeline-point {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: #78eb54;
  position: relative;
  z-index: 1;
}
.hww-cta__timeline-point span {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  color: #ffffff;
  text-align: center;
}
.hww-cta__timeline-bar {
  flex: 1;
  height: 4px;
  background-color: #00381c;
  margin-top: 18px;
  position: relative;
  overflow: hidden;
  margin-left: -20px;
  margin-right: -20px;
}
.hww-cta__timeline-bar-accent {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 100%;
  background-color: #78eb54;
}
.hww-cta__buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.hww-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex: 1;
  max-width: 300px;
  min-width: 240px;
  height: 52px;
  border-radius: 24px;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}
.hww-cta__btn .icon-wrap {
  display: inline-flex;
  transform: translate(0, 0);
  opacity: 1;
}
.hww-cta__btn:hover .icon-wrap {
  animation: arrow-exit-enter 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.hww-cta__btn--primary {
  background-color: #78eb54;
  color: #0c1903;
  border: none;
}
.hww-cta__btn--primary:hover {
  background-color: rgb(91.1623036649, 230.7277486911, 47.4722513089);
  color: #0c1903;
}
.hww-cta__btn--outline {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.hww-cta__btn--outline:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.hww-cta__deco {
  position: absolute;
  width: 364px;
  height: 364px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.hww-cta__deco::before, .hww-cta__deco::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.hww-cta__deco::before {
  inset: 0;
  border: 1px solid rgba(120, 235, 84, 0.1);
  background-color: rgba(120, 235, 84, 0.03);
}
.hww-cta__deco::after {
  inset: 38px;
  border: 1px solid rgba(120, 235, 84, 0.08);
  background-color: rgba(120, 235, 84, 0.02);
}
.hww-cta__deco--tl {
  top: -180px;
  left: -150px;
}
.hww-cta__deco--br {
  bottom: -180px;
  right: -150px;
}
@media (max-width: 991.98px) {
  .hww-cta {
    padding: 48px 0 0;
  }
  .hww-cta__inner {
    padding: 48px 32px;
    gap: 48px;
  }
  .hww-cta__title {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -1px;
  }
  .hww-cta__timeline-point span {
    font-size: 14px;
  }
  .hww-cta__btn {
    min-width: 180px;
    height: 48px;
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .hww-cta__inner {
    padding: 40px 20px;
    gap: 36px;
  }
  .hww-cta__title {
    font-size: 28px;
    line-height: 36px;
  }
  .hww-cta__timeline {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .hww-cta__timeline-bar {
    width: 4px;
    height: 40px;
    flex: none;
    margin: 0;
  }
  .hww-cta__timeline-bar-accent {
    width: 100%;
    height: 18px;
  }
  .hww-cta__buttons {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  .hww-cta__btn {
    max-width: none;
    min-width: unset;
  }
}

.card-nav-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 50%;
  text-decoration: none;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  cursor: default;
}
.card-nav-box .zoom-img {
  border-radius: 6px;
}
.card-nav-box .zoom-img img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.4s ease-in-out;
}
.card-nav-box:has(.card-footer a:hover) .zoom-img img {
  transform: scale(1.1);
}
.card-nav-box .card-footer a:hover .card-nav-title {
  color: #1f8a46;
}
.card-nav-box .card-footer .card-nav-title {
  font-size: 20px;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  line-height: 20px;
  margin-top: 6px;
  margin-bottom: 6px;
  letter-spacing: 0.7px;
  text-transform: capitalize;
  color: rgba(29, 29, 29, 0.8);
}
.card-nav-box .card-footer p {
  font-size: 14px;
  color: rgba(29, 29, 29, 0.8);
  line-height: 1.5;
}

.creative-services h2 {
  line-height: 70px;
  letter-spacing: -0.45px;
}
@media (max-width: 767.98px) {
  .creative-services h2 {
    line-height: 50px;
  }
}
@media (max-width: 575.98px) {
  .creative-services h2 {
    line-height: 40px;
  }
}

.creative-services .creative-service-box {
  background-color: #fffff1;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  z-index: 2;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  color: #1d1d1d;
}
.creative-services .creative-service-box .service-item {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 0;
}
.creative-services .creative-service-box .service-item li {
  flex: 1 1 31.333%;
  max-width: 33.333%;
}
.creative-services .creative-service-box .service-item li a {
  text-decoration: none;
  color: #1d1d1d;
}
.creative-services .creative-service-box .service-item li a:hover {
  color: #78eb54;
}
@media (max-width: 767.98px) {
  .creative-services .creative-service-box .service-item li {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
@media (max-width: 575.98px) {
  .creative-services .creative-service-box .service-item li {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.color-card-box .card-box-green {
  background-color: rgba(31, 138, 70, 0.06);
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  z-index: 2;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid #78eb54;
  min-height: 400px;
}
.color-card-box .card-box-red {
  background-color: rgba(255, 50, 93, 0.06);
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  z-index: 2;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid #ff325d;
  min-height: 400px;
}
.color-card-box {
  color: #1d1d1d;
}
.color-card-box .card-box-title {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 120% */
  letter-spacing: -0.45px;
}
.color-card-box .card-box-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.color-card-box .card-box-items li {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.services-page .top-left-circle::after {
  top: -220px;
  left: -220px;
}

.services-page .top-left-circle::before {
  top: -280px;
  left: -290px;
}

.services-page .top-right-circle::after {
  top: -220px;
  right: -220px;
}

.services-page .top-right-circle::before {
  top: -280px;
  right: -290px;
}

.services-page .bottom-right-circle::after {
  top: auto;
  bottom: -220px;
  right: -220px;
}

.services-page .bottom-right-circle::before {
  top: auto;
  bottom: -280px;
  right: -290px;
}

.services-page .bottom-left-circle::after {
  top: auto;
  bottom: -220px;
  left: -220px;
}

.services-page .bottom-left-circle::before {
  top: auto;
  bottom: -280px;
  left: -290px;
}

.services-page .faq-section {
  overflow: visible;
}

.services-page .faq-section .top-left-circle::before,
.services-page .faq-section .top-left-circle::after,
.services-page .faq-section .bottom-right-circle::before,
.services-page .faq-section .bottom-right-circle::after {
  z-index: 0;
  pointer-events: none;
}

.services-page .faq-section .container {
  position: relative;
  z-index: 1;
}

.light_bg {
  background-color: #f4f4e7;
  padding: 124px 0px;
  position: relative;
  overflow: hidden;
}

.green-body {
  background-color: #001a0d;
  padding: 124px 0px;
  position: relative;
  overflow: hidden;
}

/* ==========================================================================
   COMPARE HUB PAGE
   ========================================================================== */
.compare-hub-page .light_bg {
  background: #f4f4e7;
}

.compare-hub-page .compare-hub-hero > .container,
.compare-hub-page .compare-hub-stats > .container,
.compare-hub-page .compare-features-section > .container,
.compare-hub-page .compare-alt-section > .container,
.compare-hub-page .compare-modern-section > .container,
.compare-hub-page .compare-fit-section > .container,
.compare-hub-page .compare-costs-section > .container,
.compare-hub-page .compare-outcomes-section > .container,
.compare-hub-page .compare-stories-section > .container {
  max-width: 1440px;
  padding-left: 0;
  padding-right: 0;
}

.compare-hub-page .compare-hub-hero {
  padding-top: 72px;
  padding-bottom: 72px;
}

.compare-hub-page .compare-hub-hero__title {
  font-size: 65px;
  line-height: 70px;
  letter-spacing: -0.45px;
  text-transform: capitalize;
}

.compare-hub-page .compare-hub-hero__desc {
  max-width: 900px;
  margin: 0 auto 50px;
}

.compare-hub-page .compare-hub-stats {
  padding-bottom: 40px;
}

.compare-hub-page .compare-features-section,
.compare-hub-page .compare-alt-section,
.compare-hub-page .compare-modern-section,
.compare-hub-page .compare-fit-section,
.compare-hub-page .compare-costs-section,
.compare-hub-page .compare-outcomes-section,
.compare-hub-page .compare-stories-section {
  padding: 72px 0;
  overflow: hidden;
}

.compare-hub-page .compare-hub-header {
  margin: 0 auto 52px;
}

.compare-hub-page .compare-hub-header .section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}

.compare-hub-page .compare-hub-header h2 {
  margin: 0;
  color: #1d1d1d;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 75px;
  letter-spacing: -0.8px;
  text-transform: capitalize;
}

.compare-hub-page .compare-hub-header p:not(.section-title) {
  margin: 16px 0 0;
  color: rgba(29, 29, 29, 0.8);
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.08px;
}

.compare-hub-page .compare-feature-tabs {
  max-width: 888px;
  margin: 0 auto 12px;
  padding: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  justify-content: center;
  background: #fffff1;
  border-radius: 24px;
}

.compare-hub-page .compare-feature-tab {
  border: none;
  background: transparent;
  border-radius: 103px;
  padding: 10px 16px;
  color: #1d1d1d;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.2px;
  transition: background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.compare-hub-page .compare-feature-tab.is-active {
  background: #78eb54;
  color: #1d1d1d;
  font-weight: 600;
}

.compare-hub-page .compare-feature-tab:focus-visible {
  outline: 2px solid #1f8a46;
  outline-offset: 2px;
}

.compare-hub-page .compare-feature-panel {
  background: #fffff1;
  border-radius: 24px;
  padding: 44px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.compare-hub-page .compare-feature-card {
  min-height: 742px;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.compare-hub-page .compare-feature-card--primary {
  background: #e5f3d5;
}

.compare-hub-page .compare-feature-card--secondary {
  background: transparent;
}

.compare-hub-page .compare-feature-card__head {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(55, 114, 81, 0.4);
}

.compare-hub-page .compare-feature-card__head h3 {
  margin: 0;
  color: #1d1d1d;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.08px;
}

.compare-hub-page .compare-feature-logo {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  border-radius: 87px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.compare-hub-page .compare-feature-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.compare-hub-page .compare-feature-logo--gde {
  background: #8ed000;
  padding: 6px;
}

.compare-hub-page .compare-feature-logo-group {
  display: inline-flex;
  align-items: center;
  padding-right: 16px;
}

.compare-hub-page .compare-feature-logo-group img {
  width: 50px;
  height: 50px;
  border-radius: 104px;
  margin-right: -16px;
  object-fit: cover;
  background: #d8ff85;
  border: 4px solid #fffff1;
}

.compare-hub-page .compare-feature-card__body,
.compare-hub-page .compare-feature-card__cons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.compare-hub-page .compare-feature-card__body h4,
.compare-hub-page .compare-feature-card__cons h4 {
  margin: 0;
  color: #1d1d1d;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.08px;
}

.compare-hub-page .compare-feature-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
}

.compare-hub-page .compare-feature-card li {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 0;
  color: #1d1d1d;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.2px;
}

.compare-hub-page .compare-feature-card li img {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.compare-hub-page .compare-feature-card__cons {
  margin-top: auto;
  background: #bcdeaa;
  border-radius: 12px;
  padding: 14px;
}

.compare-hub-page .compare-feature-card__cons--soft {
  min-height: 362px;
  background: rgba(188, 222, 170, 0.13);
}

.compare-hub-page .compare-feature-card__cross {
  width: 24px;
  height: 24px;
  border: 1px solid #1d1d1d;
  border-radius: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex: 0 0 24px;
}

.compare-hub-page .compare-feature-card__cross img {
  width: 14px;
  height: 14px;
}

.compare-card .zoom-img {
  border-radius: 24px 24px 0 0;
}
.compare-card .compare-card-footer {
  padding: 24px 16px;
  background-color: #fffff1;
  border-radius: 0 0 24px 24px;
  color: #1d1d1d;
}
.compare-card .compare-card-footer a {
  text-decoration: none;
  color: #1d1d1d;
  font-weight: 500;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.compare-card .compare-card-footer a:hover {
  color: #1f8a46;
}

.compare-hub-page .compare-modern-card {
  background: #fffff1;
  border-radius: 24px;
  padding: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 44px;
}

.compare-hub-page .compare-modern-accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.compare-hub-page .compare-accordion-item {
  border-radius: 12px;
}

.compare-hub-page .compare-accordion-trigger {
  width: 100%;
  border: none;
  background: transparent;
  border-radius: 12px;
  padding: 17px 14px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  text-align: left;
  transition: background-color 0.3s ease;
}

.compare-hub-page .compare-accordion-title-wrap {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  flex: 1;
}

.compare-hub-page .compare-accordion-title-wrap > img {
  width: 30px;
  height: 38px;
  flex: 0 0 30px;
}

.compare-hub-page .compare-accordion-copy {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.compare-hub-page .compare-accordion-title {
  color: #1d1d1d;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.96px;
}

.compare-hub-page .compare-accordion-icon {
  filter: grayscale(1) opacity(0.6);
  transition: filter 0.3s ease, opacity 0.3s ease;
}

.compare-hub-page .compare-accordion-desc {
  display: block;
  max-height: 0;
  margin-top: 0;
  opacity: 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.08px;
  transition: max-height 0.35s ease, margin-top 0.35s ease, opacity 0.25s ease;
}

.compare-hub-page .compare-accordion-arrow-wrap {
  position: relative;
  width: 24px;
  height: 38px;
  flex: 0 0 24px;
}

.compare-hub-page .compare-accordion-arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 38px;
  flex: 0 0 24px;
  transition: opacity 0.3s ease, transform 0.35s ease;
}

.compare-hub-page .compare-accordion-arrow--open {
  opacity: 0;
  transform: rotate(-180deg);
  pointer-events: none;
}

.compare-hub-page .compare-accordion-item.is-open .compare-accordion-trigger {
  background: #00381c;
}

.compare-hub-page .compare-accordion-item.is-open .compare-accordion-title {
  color: #fff;
}

.compare-hub-page .compare-accordion-item.is-open .compare-accordion-icon {
  filter: grayscale(0) opacity(1);
  fill: #fff;
}

.compare-hub-page .compare-accordion-item.is-open .compare-accordion-desc {
  max-height: 180px;
  margin-top: 12px;
  opacity: 1;
}

.compare-hub-page .compare-accordion-item.is-open .compare-accordion-arrow--open {
  opacity: 1;
  transform: rotate(0deg);
}

.compare-hub-page .compare-accordion-item.is-open .compare-accordion-arrow--close {
  opacity: 0;
  transform: rotate(180deg);
}

.compare-hub-page .compare-accordion-item:not(.is-open) .compare-accordion-trigger {
  background: transparent;
}

.compare-hub-page .compare-accordion-item:not(.is-open) .compare-accordion-title {
  color: #1d1d1d;
}

.compare-hub-page .compare-modern-visual {
  border-radius: 12px;
  overflow: hidden;
  min-height: 562px;
}

.compare-hub-page .compare-modern-visual img {
  width: 100%;
  height: 100%;
  min-height: 562px;
  object-fit: cover;
}

.compare-hub-page .compare-fit-section .compare-hub-header h2 {
  line-height: 83px;
  letter-spacing: 0;
}

.compare-hub-page .compare-fit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.compare-hub-page .compare-fit-card {
  min-height: 490px;
  background: #00381c;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.compare-hub-page .compare-fit-card > img {
  width: 52px;
  height: 52px;
}

.compare-hub-page .compare-fit-card h3 {
  margin: 0;
  color: #fff;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.compare-hub-page .compare-fit-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.compare-hub-page .compare-fit-card li {
  position: relative;
  padding-left: 18px;
  color: #fff;
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.08px;
}

.compare-hub-page .compare-fit-card li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #fff;
}

.compare-hub-page .compare-fit-card__reason {
  margin-top: auto;
  background: #0e4d22;
  border-radius: 6px;
  padding: 12px;
}

.compare-hub-page .compare-fit-card__reason h4 {
  margin: 0 0 8px;
  color: #fff;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.8px;
}

.compare-hub-page .compare-costs-section .compare-hub-header h2,
.compare-hub-page .compare-outcomes-section .compare-hub-header h2,
.compare-hub-page .compare-stories-section .compare-hub-header h2 {
  font-size: 65px;
  line-height: 70px;
  letter-spacing: -0.45px;
}

.compare-hub-page .compare-costs-table {
  background: #fffff1;
  border-radius: 24px;
  padding: 44px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.compare-hub-page .compare-costs-highlight {
  min-height: 742px;
  background: #e5f3d5;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.compare-hub-page .compare-costs-highlight header,
.compare-hub-page .compare-costs-item header {
  display: flex;
  align-items: center;
  gap: 8px;
}

.compare-hub-page .compare-costs-item header img {
  width: 50px;
  height: 50px;
}

.compare-hub-page .compare-costs-highlight h3,
.compare-hub-page .compare-costs-item h3 {
  margin: 0;
  color: #1d1d1d;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.08px;
}

.compare-hub-page .compare-costs-highlight h4,
.compare-hub-page .compare-costs-item h4 {
  margin: 0;
  color: #1d1d1d;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.08px;
}

.compare-hub-page .compare-costs-highlight h4 small,
.compare-hub-page .compare-costs-item h4 small {
  margin-left: 2px;
  font-size: 16px;
  font-weight: 400;
}

.compare-hub-page .compare-costs-highlight > p,
.compare-hub-page .compare-costs-item > p {
  margin: 0;
  color: #1d1d1d;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.2px;
}

.compare-hub-page .compare-costs-highlight__benefit,
.compare-hub-page .compare-costs-list__drawback {
  margin-top: auto;
  background: #bcdeaa;
  border-radius: 12px;
  padding: 14px;
}

.compare-hub-page .compare-costs-highlight__benefit {
  min-height: 527px;
}

.compare-hub-page .compare-costs-highlight__benefit h5,
.compare-hub-page .compare-costs-list__drawback h5 {
  margin: 0 0 10px;
  color: #1d1d1d;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.08px;
}

.compare-hub-page .compare-costs-highlight__benefit ul,
.compare-hub-page .compare-costs-list__drawback ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.compare-hub-page .compare-costs-highlight__benefit li,
.compare-hub-page .compare-costs-list__drawback li {
  position: relative;
  padding-left: 16px;
  color: #1d1d1d;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.2px;
}

.compare-hub-page .compare-costs-highlight__benefit li::before,
.compare-hub-page .compare-costs-list__drawback li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1d1d1d;
}

.compare-hub-page .compare-costs-list {
  min-height: 772px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
}

.compare-hub-page .compare-costs-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(55, 114, 81, 0.45);
}

.compare-hub-page .compare-costs-item:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

.compare-hub-page .compare-costs-list__drawback {
  background: rgba(188, 222, 170, 0.13);
}

.compare-hub-page .compare-outcomes-wrap {
  background: #fffff1;
  border-radius: 24px;
  padding: 24px;
  display: grid;
  grid-template-columns: minmax(330px, 1fr) 300px minmax(330px, 1fr);
  gap: 24px;
}

.compare-hub-page .compare-outcomes-card {
  border-radius: 24px;
}

.compare-hub-page .compare-outcomes-card header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(55, 114, 81, 0.45);
  margin-bottom: 16px;
}

.compare-hub-page .compare-outcomes-card header img {
  width: 40px;
  height: 40px;
}

.compare-hub-page .compare-outcomes-card h3 {
  margin: 0;
  color: #1d1d1d;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.08px;
}

.compare-hub-page .compare-outcomes-card h3 small {
  display: block;
  margin-top: 4px;
  color: rgba(29, 29, 29, 0.8);
  font-size: 16px;
  font-weight: 400;
}

.compare-hub-page .compare-outcomes-card ul {
  margin: 0;
  padding: 16px 0;
  list-style: none;
  display: grid;
  gap: 24px;
  color: #1d1d1d;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.08px;
}

.compare-hub-page .compare-outcomes-card--metric {
  padding: 24px;
}

.compare-hub-page .compare-outcomes-card--metric h3,
.compare-hub-page .compare-outcomes-card--metric ul {
  font-size: 24px;
}

.compare-hub-page .compare-outcomes-card--before {
  background: #f6fbe8;
  padding: 24px;
}

.compare-hub-page .compare-outcomes-card--after-wrap {
  background: #e5f3d5;
  padding: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.compare-hub-page .compare-outcomes-card--after,
.compare-hub-page .compare-outcomes-card--change {
  padding: 0;
}

.compare-hub-page .compare-stories-shell {
  background: #fffff2;
  border-radius: 24px;
  padding: 72px 140px;
}

.compare-hub-page .compare-hub-header--center {
  text-align: center;
  margin-bottom: 52px;
}

.compare-hub-page .compare-hub-header--center p:not(.section-title) {
  max-width: 676px;
  margin-left: auto;
  margin-right: auto;
}

.compare-hub-page .compare-stories-stack__layer {
  border-radius: 40px;
  overflow: visible;
}

.compare-hub-page .compare-stories-stack__layer--one {
  background: #edf6e3;
  padding-top: 16px;
}

.compare-hub-page .compare-stories-stack__layer--two {
  background: #bfd2bd;
  padding-top: 16px;
}

.compare-hub-page .compare-stories-stack__layer--three {
  background: #75987f;
  padding-top: 16px;
}

.compare-hub-page .compare-stories-slider {
  position: relative;
  background: #00381c;
  border-radius: 40px;
  padding: 32px;
  overflow: visible;
}

.compare-hub-page .compare-stories-viewport {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 24px;
}

.compare-hub-page .compare-stories-track {
  display: flex;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.compare-hub-page .compare-story-slide {
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 24px;
}

.compare-hub-page .compare-story-media {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  min-height: 360px;
}

.compare-hub-page .compare-story-media__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
}

.compare-hub-page .compare-story-media__person {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: 100%;
  max-width: none;
  object-fit: contain;
  object-position: bottom center;
}

.compare-hub-page .compare-story-content {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}

.compare-hub-page .compare-story-content blockquote {
  margin: 0;
  color: #fff;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -0.45px;
}

.compare-hub-page .compare-story-content h3 {
  margin: 0;
  color: #fff;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.45px;
}

.compare-hub-page .compare-story-content p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.08px;
}

.compare-hub-page .compare-stories-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 62px;
  height: 62px;
  border: none;
  background: transparent;
  padding: 0;
  z-index: 30;
}

.compare-hub-page .compare-stories-nav img {
  width: 62px;
  height: 62px;
}

.compare-hub-page .compare-stories-nav--prev {
  left: -31px;
}

.compare-hub-page .compare-stories-nav--next {
  right: -31px;
}

@media (max-width: 1439.98px) {
  .compare-hub-page .compare-hub-header h2 {
    font-size: 56px;
    line-height: 66px;
  }
  .compare-hub-page .compare-fit-section .compare-hub-header h2 {
    line-height: 70px;
  }
  .compare-hub-page .compare-costs-section .compare-hub-header h2,
  .compare-hub-page .compare-outcomes-section .compare-hub-header h2,
  .compare-hub-page .compare-stories-section .compare-hub-header h2,
  .compare-hub-page .compare-hub-hero__title {
    font-size: 56px;
    line-height: 64px;
  }
  .compare-hub-page .compare-story-content blockquote {
    font-size: 28px;
    line-height: 40px;
  }
  .compare-hub-page .compare-story-content h3 {
    font-size: 34px;
    line-height: 38px;
  }
}
@media (max-width: 1199.98px) {
  .compare-hub-page .compare-hub-hero > .container,
  .compare-hub-page .compare-hub-stats > .container,
  .compare-hub-page .compare-features-section > .container,
  .compare-hub-page .compare-alt-section > .container,
  .compare-hub-page .compare-modern-section > .container,
  .compare-hub-page .compare-fit-section > .container,
  .compare-hub-page .compare-costs-section > .container,
  .compare-hub-page .compare-outcomes-section > .container,
  .compare-hub-page .compare-stories-section > .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .compare-hub-page .compare-features-section,
  .compare-hub-page .compare-alt-section,
  .compare-hub-page .compare-modern-section,
  .compare-hub-page .compare-fit-section,
  .compare-hub-page .compare-costs-section,
  .compare-hub-page .compare-outcomes-section,
  .compare-hub-page .compare-stories-section {
    padding: 56px 0;
  }
  .compare-hub-page .compare-feature-tabs {
    max-width: 680px;
    justify-content: flex-start;
    gap: 8px 24px;
  }
  .compare-hub-page .compare-feature-panel,
  .compare-hub-page .compare-modern-card,
  .compare-hub-page .compare-costs-table,
  .compare-hub-page .compare-outcomes-wrap {
    grid-template-columns: 1fr;
  }
  .compare-hub-page .compare-feature-card,
  .compare-hub-page .compare-costs-highlight,
  .compare-hub-page .compare-costs-list {
    min-height: 0;
  }
  .compare-hub-page .compare-outcomes-card--after-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .compare-hub-page .compare-modern-visual,
  .compare-hub-page .compare-modern-visual img {
    min-height: 420px;
  }
  .compare-hub-page .compare-alt-card:nth-child(3),
  .compare-hub-page .compare-alt-card:nth-child(6) {
    grid-column: span 2;
  }
  .compare-hub-page .compare-fit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .compare-hub-page .compare-fit-card:last-child {
    grid-column: span 2;
  }
  .compare-hub-page .compare-fit-card h3 {
    font-size: 34px;
    line-height: 42px;
  }
  .compare-hub-page .compare-stories-shell {
    padding: 56px 24px;
  }
}
@media (max-width: 767.98px) {
  .compare-hub-page .compare-hub-hero > .container,
  .compare-hub-page .compare-hub-stats > .container,
  .compare-hub-page .compare-features-section > .container,
  .compare-hub-page .compare-alt-section > .container,
  .compare-hub-page .compare-modern-section > .container,
  .compare-hub-page .compare-fit-section > .container,
  .compare-hub-page .compare-costs-section > .container,
  .compare-hub-page .compare-outcomes-section > .container,
  .compare-hub-page .compare-stories-section > .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .compare-hub-page .compare-hub-header {
    margin-bottom: 24px;
  }
  .compare-hub-page .compare-hub-header h2,
  .compare-hub-page .compare-costs-section .compare-hub-header h2,
  .compare-hub-page .compare-outcomes-section .compare-hub-header h2,
  .compare-hub-page .compare-stories-section .compare-hub-header h2,
  .compare-hub-page .compare-hub-hero__title,
  .compare-hub-page .compare-fit-section .compare-hub-header h2 {
    font-size: 44px;
    line-height: 54px;
    letter-spacing: -0.4px;
  }
  .compare-hub-page .compare-hub-header p:not(.section-title),
  .compare-hub-page .compare-hub-hero__desc {
    margin-top: 12px;
    font-size: 16px;
    line-height: 28px;
  }
  .compare-hub-page .compare-feature-tabs {
    max-width: 100%;
    gap: 8px;
  }
  .compare-hub-page .compare-feature-tab {
    font-size: 16px;
    line-height: 24px;
  }
  .compare-hub-page .compare-feature-panel {
    padding: 16px;
  }
  .compare-hub-page .compare-feature-card {
    padding: 12px;
  }
  .compare-hub-page .compare-feature-card__body h4,
  .compare-hub-page .compare-feature-card__cons h4 {
    font-size: 24px;
  }
  .compare-hub-page .compare-feature-card li {
    align-items: flex-start;
    font-size: 16px;
    line-height: 24px;
  }
  .compare-hub-page .compare-alt-grid,
  .compare-hub-page .compare-fit-grid,
  .compare-hub-page .compare-outcomes-card--after-wrap {
    grid-template-columns: 1fr;
  }
  .compare-hub-page .compare-alt-card:nth-child(3),
  .compare-hub-page .compare-alt-card:nth-child(6),
  .compare-hub-page .compare-fit-card:last-child {
    grid-column: span 1;
  }
  .compare-hub-page .compare-alt-card__logos--split,
  .compare-hub-page .compare-alt-card__logos--stacked {
    min-height: 214px;
  }
  .compare-hub-page .compare-alt-card--inhouse .compare-alt-card__half:first-child,
  .compare-hub-page .compare-alt-card--inhouse .compare-alt-card__half:last-child {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }
  .compare-hub-page .compare-alt-card--inhouse .compare-alt-card__half img {
    width: 50px;
    height: 50px;
    box-shadow: none;
  }
  .compare-hub-page .compare-modern-card {
    padding: 12px;
    gap: 16px;
  }
  .compare-hub-page .compare-accordion-trigger {
    padding: 14px 12px;
  }
  .compare-hub-page .compare-accordion-title {
    font-size: 24px;
    line-height: 32px;
  }
  .compare-hub-page .compare-accordion-desc {
    font-size: 16px;
    line-height: 26px;
  }
  .compare-hub-page .compare-modern-visual,
  .compare-hub-page .compare-modern-visual img {
    min-height: 324px;
  }
  .compare-hub-page .compare-fit-card {
    min-height: 0;
  }
  .compare-hub-page .compare-fit-card h3 {
    font-size: 28px;
    line-height: 34px;
  }
  .compare-hub-page .compare-costs-table {
    padding: 16px;
  }
  .compare-hub-page .compare-costs-highlight,
  .compare-hub-page .compare-costs-list {
    padding: 12px;
  }
  .compare-hub-page .compare-costs-highlight h4,
  .compare-hub-page .compare-costs-item h4 {
    font-size: 34px;
    line-height: 36px;
  }
  .compare-hub-page .compare-costs-highlight__benefit h5,
  .compare-hub-page .compare-costs-list__drawback h5 {
    font-size: 24px;
  }
  .compare-hub-page .compare-costs-highlight__benefit li,
  .compare-hub-page .compare-costs-list__drawback li,
  .compare-hub-page .compare-costs-highlight > p,
  .compare-hub-page .compare-costs-item > p {
    font-size: 16px;
    line-height: 24px;
  }
  .compare-hub-page .compare-outcomes-wrap {
    padding: 12px;
    gap: 12px;
  }
  .compare-hub-page .compare-outcomes-card,
  .compare-hub-page .compare-outcomes-card--before,
  .compare-hub-page .compare-outcomes-card--after-wrap {
    padding: 12px;
  }
  .compare-hub-page .compare-outcomes-card h3,
  .compare-hub-page .compare-outcomes-card ul {
    font-size: 30px;
    line-height: 30px;
  }
  .compare-hub-page .compare-outcomes-card--metric h3,
  .compare-hub-page .compare-outcomes-card--metric ul {
    font-size: 24px;
  }
  .compare-hub-page .compare-stories-shell {
    padding: 24px 16px;
  }
  .compare-hub-page .compare-stories-stack__layer,
  .compare-hub-page .compare-stories-slider {
    border-radius: 24px;
  }
  .compare-hub-page .compare-stories-slider {
    padding: 16px;
  }
  .compare-hub-page .compare-story-slide {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .compare-hub-page .compare-story-media,
  .compare-hub-page .compare-story-content {
    min-height: 222px;
  }
  .compare-hub-page .compare-story-content blockquote {
    font-size: 20px;
    line-height: 30px;
  }
  .compare-hub-page .compare-story-content h3 {
    font-size: 24px;
    line-height: 24px;
  }
  .compare-hub-page .compare-story-content p {
    font-size: 16px;
    line-height: 24px;
  }
  .compare-hub-page .compare-stories-nav {
    width: 32px;
    height: 32px;
  }
  .compare-hub-page .compare-stories-nav img {
    width: 32px;
    height: 32px;
  }
  .compare-hub-page .compare-stories-nav--prev {
    left: -16px;
  }
  .compare-hub-page .compare-stories-nav--next {
    right: -16px;
  }
}
@media (max-width: 575.98px) {
  .compare-hub-page .compare-story-slide {
    grid-template-columns: 1fr;
  }
  .compare-hub-page .compare-story-media,
  .compare-hub-page .compare-story-content {
    min-height: 260px;
  }
  .compare-hub-page .compare-story-content {
    min-height: 0;
    gap: 24px;
  }
  .compare-hub-page .compare-stories-nav {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
  .compare-hub-page .compare-stories-nav--prev {
    left: -16px;
  }
  .compare-hub-page .compare-stories-nav--next {
    right: -16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .compare-hub-page .compare-feature-tab,
  .compare-hub-page .compare-stories-track {
    transition: none !important;
  }
}
/* ==========================================================================
   COMPARE DETAILS PAGE
   ========================================================================== */
.compare-details-page {
  background: #f4f4e7;
}

.compare-details-page main {
  background: #f4f4e7;
}

.compare-details-page .light_bg {
  background: #f4f4e7;
}

.compare-details-page .compare-details-hero > .container,
.compare-details-page .compare-details-vs > .container,
.compare-details-page .compare-details-fit > .container,
.compare-details-page .compare-details-feature-section > .container,
.compare-details-page .compare-details-differences > .container,
.compare-details-page .compare-details-stories > .container {
  max-width: 1440px;
  padding-left: 0;
  padding-right: 0;
}

.compare-details-page main > section.light_bg > .container {
  max-width: 1440px;
  padding-left: 0;
  padding-right: 0;
}

.compare-details-page .compare-details-hero {
  padding-top: 72px;
  padding-bottom: 72px;
}

.compare-details-page .compare-details-hero__title {
  font-size: 65px;
  line-height: 70px;
  letter-spacing: -0.45px;
  text-transform: capitalize;
}

.compare-details-page .compare-details-hero__desc {
  max-width: 920px;
  margin: 0 auto 50px;
}

.compare-details-page .compare-details-vs {
  background: linear-gradient(to bottom, transparent 50px, #f4f4e7 50px);
  margin-top: -50px;
  position: relative;
  z-index: 2;
  padding: 0;
}

.compare-details-page .compare-details-vs__box {
  background: #f4f4e7;
  border-radius: 28px 28px 24px 24px;
  min-height: 146px;
  padding: 39px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.compare-details-page .compare-details-vs__logo {
  width: 146px;
  height: 146px;
  border-radius: 24px;
  box-shadow: 3px 3px 9.3px rgba(0, 0, 0, 0.05);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.compare-details-page .compare-details-vs__logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.compare-details-page .compare-details-vs__logo--gde img {
  width: 68px;
  height: 68px;
}

.compare-details-page .compare-details-vs__logo--mp img {
  width: 112px;
  height: 18px;
}

.compare-details-page .compare-details-vs__icon {
  width: 40px;
  height: 40px;
}

.compare-details-page .compare-details-fit,
.compare-details-page .compare-details-feature-section,
.compare-details-page .compare-details-differences,
.compare-details-page .compare-details-stories {
  padding: 56px 0;
}

.compare-details-page .compare-details-header {
  margin: 0 auto 52px;
}

.compare-details-page .compare-details-header .section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}

.compare-details-page .compare-details-header h2 {
  margin: 0;
  color: #1d1d1d;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 83px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.compare-details-page .compare-details-header p:not(.section-title) {
  margin: 16px 0 0;
  color: rgba(29, 29, 29, 0.8);
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.08px;
}

.compare-details-page .compare-details-fit__wrap {
  background: #fffff1;
  border-radius: 24px;
  padding: 44px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.compare-details-page .compare-details-fit__card {
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.compare-details-page .compare-details-fit__card--primary {
  background: #e5f3d5;
}

.compare-details-page .compare-details-fit__card--secondary {
  background: transparent;
}

.compare-details-page .compare-details-fit__card h3 {
  margin: 0;
  padding: 40px 12px;
  border-radius: 12px;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  text-transform: uppercase;
  text-align: center;
}

.compare-details-page .compare-details-fit__card--primary h3 {
  background: #00381c;
  color: #78eb54;
}

.compare-details-page .compare-details-fit__card--secondary h3 {
  background: #e5ecd9;
  color: #1d1d1d;
}

.compare-details-page .compare-details-fit__card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}

.compare-details-page .compare-details-fit__card li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 0;
  color: #1d1d1d;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.2px;
}

.compare-details-page .compare-details-fit__card li img {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.compare-details-page .compare-details-feature-table {
  background: #fffff1;
  border-radius: 24px;
  overflow: visible;
}

.compare-details-page .compare-details-feature-table__desktop {
  position: relative;
  display: grid;
  gap: 14px;
  padding-bottom: 14px;
  border-radius: 24px;
}

.compare-details-page .compare-details-feature-table__desktop::before {
  content: "";
  position: absolute;
  right: 280px;
  top: -29px;
  bottom: -29px;
  width: 280px;
  background: #00381c;
  border-radius: 24px;
  z-index: 1;
}

.compare-details-page .compare-details-feature-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px 280px;
  align-items: center;
}

.compare-details-page .compare-details-feature-cell {
  position: relative;
  z-index: 2;
  min-height: 42px;
  padding: 22px 16px 6px;
}

.compare-details-page .compare-details-feature-cell--feature {
  padding-left: 44px;
  color: #000;
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.2px;
}

.compare-details-page .compare-details-feature-cell--gde,
.compare-details-page .compare-details-feature-cell--many {
  display: flex;
  align-items: center;
  justify-content: center;
}

.compare-details-page .compare-details-feature-cell--gde img,
.compare-details-page .compare-details-feature-cell--many img {
  width: 24px;
  height: 24px;
}

.compare-details-page .compare-details-feature-row--head .compare-details-feature-cell {
  min-height: 88px;
  display: flex;
  align-items: center;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: 0.2px;
  color: #1d1d1d;
}

.compare-details-page .compare-details-feature-row--head .compare-details-feature-cell--feature {
  align-items: flex-start;
  padding-top: 28px;
}

.compare-details-page .compare-details-feature-row--head .compare-details-feature-cell--gde {
  color: #fff;
}

.compare-details-page .compare-details-feature-row--head .compare-details-feature-cell--many {
  align-items: flex-start;
  padding-top: 28px;
}

.compare-details-page .compare-details-feature-row + .compare-details-feature-row {
  border-top: 1px solid rgba(117, 152, 127, 0.25);
}

.compare-details-page .compare-details-feature-cross {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.compare-details-page .compare-details-feature-cross img {
  width: 14px;
  height: 14px;
}

.compare-details-page .compare-details-feature-optional {
  color: rgba(29, 29, 29, 0.8);
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0.2px;
}

.compare-details-page .compare-details-feature-table__mobile {
  display: none;
}

.compare-details-page .compare-details-diff-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.compare-details-page .compare-details-diff-card {
  background: #fffff1;
  border-radius: 24px;
  padding: 44px;
}

.compare-details-page .compare-details-diff-card h3 {
  margin: 0;
  color: #1d1d1d;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
}

.compare-details-page .compare-details-diff-card h3 span {
  margin-right: 8px;
}

.compare-details-page .compare-details-diff-columns {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.compare-details-page .compare-details-diff-col {
  border-radius: 24px;
  padding: 24px;
}

.compare-details-page .compare-details-diff-col--primary {
  background: #e5f3d5;
}
.compare-details-page .compare-details-diff-col--primary .logo {
  padding: 6px;
}

.compare-details-page .compare-details-diff-col header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(117, 152, 127, 0.45);
}

.compare-details-page .compare-details-diff-col header img {
  width: 50px;
  height: 50px;
  border-radius: 999px;
  object-fit: contain;
  background: #fff;
}

.compare-details-page .compare-details-diff-col header span {
  color: #1d1d1d;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.08px;
}

.compare-details-page .compare-details-diff-col ul {
  margin: 0;
  padding: 0 14px;
  list-style: none;
  display: grid;
  gap: 6px;
}

.compare-details-page .compare-details-diff-col li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 0;
  color: #1d1d1d;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.2px;
}

.compare-details-page .compare-details-diff-col li img {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.compare-details-page .compare-stories-nav {
  z-index: 40;
}

@media (max-width: 1439.98px) {
  .compare-details-page .compare-details-header h2,
  .compare-details-page .compare-details-hero__title {
    font-size: 56px;
    line-height: 68px;
  }
  .compare-details-page .compare-details-diff-card h3,
  .compare-details-page .compare-details-fit__card h3 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 1199.98px) {
  .compare-details-page .compare-details-hero > .container,
  .compare-details-page .compare-details-vs > .container,
  .compare-details-page .compare-details-fit > .container,
  .compare-details-page .compare-details-feature-section > .container,
  .compare-details-page .compare-details-differences > .container,
  .compare-details-page .compare-details-stories > .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .compare-details-page .compare-details-fit,
  .compare-details-page .compare-details-feature-section,
  .compare-details-page .compare-details-differences,
  .compare-details-page .compare-details-stories {
    padding: 48px 0;
  }
  .compare-details-page .compare-details-fit__wrap,
  .compare-details-page .compare-details-diff-columns {
    grid-template-columns: 1fr;
  }
  .compare-details-page .compare-details-feature-table__desktop {
    display: none;
  }
  .compare-details-page .compare-details-feature-table__mobile {
    display: grid;
    gap: 12px;
    padding: 12px;
  }
  .compare-details-page .compare-details-feature-mobile-row {
    background: #fffff1;
    border-bottom: 1px solid rgba(117, 152, 127, 0.25);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 0;
  }
  .compare-details-page .compare-details-feature-mobile-row:last-child {
    border-bottom: none;
  }
  .compare-details-page .compare-details-feature-mobile-row h3 {
    margin: 0;
    width: 50%;
    color: #1d1d1d;
    font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
  .compare-details-page .compare-details-feature-mobile-statuses {
    width: 302px;
    max-width: 100%;
    display: flex;
    gap: 4px;
  }
  .compare-details-page .compare-details-feature-mobile-status {
    min-height: 32px;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .compare-details-page .compare-details-feature-mobile-status span {
    font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 21px */
    letter-spacing: 0.2px;
  }
  .compare-details-page .compare-details-feature-mobile-status iconify-icon {
    color: #78eb54;
  }
  .compare-details-page .compare-details-feature-mobile-status:first-child {
    width: 184px;
    padding-left: 10px;
    background-color: #001a0d;
    border-radius: 6px;
    color: rgba(255, 255, 255, 0.95);
  }
  .compare-details-page .compare-details-feature-mobile-status:last-child {
    width: 114px;
    padding-left: 6px;
    color: #1d1d1d;
  }
  .compare-details-page .compare-details-feature-mobile-status:last-child iconify-icon {
    color: #1f8a46;
  }
  .compare-details-page .compare-details-feature-mobile-status:last-child iconify-icon.cross {
    color: #ff325d;
  }
  .compare-details-page .compare-details-feature-mobile-status img {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
  }
  .compare-details-page .compare-details-feature-mobile-optional {
    color: rgba(29, 29, 29, 0.8);
    font-size: 21px;
    font-weight: 500;
    line-height: 21px;
  }
}
@media (max-width: 767.98px) {
  .compare-details-page .compare-details-hero > .container,
  .compare-details-page .compare-details-vs > .container,
  .compare-details-page .compare-details-fit > .container,
  .compare-details-page .compare-details-feature-section > .container,
  .compare-details-page .compare-details-differences > .container,
  .compare-details-page .compare-details-stories > .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .compare-details-page .compare-details-vs {
    margin-top: -6px;
    padding-bottom: 28px;
  }
  .compare-details-page .compare-details-vs__box,
  .compare-details-page .compare-details-fit__wrap,
  .compare-details-page .compare-details-diff-card {
    padding: 24px 12px;
  }
  .compare-details-page .compare-details-header {
    margin-bottom: 24px;
  }
  .compare-details-page .compare-details-header h2,
  .compare-details-page .compare-details-hero__title {
    font-size: 64px;
    line-height: 72px;
    letter-spacing: -0.4px;
  }
  .compare-details-page .compare-details-header p:not(.section-title),
  .compare-details-page .compare-details-hero__desc {
    margin-top: 12px;
    font-size: 16px;
    line-height: 28px;
  }
  .compare-details-page .compare-details-fit__card h3,
  .compare-details-page .compare-details-diff-card h3 {
    font-size: 40px;
    line-height: 48px;
  }
  .compare-details-page .compare-details-fit__card li,
  .compare-details-page .compare-details-diff-col li {
    align-items: flex-start;
    font-size: 20px;
    line-height: 30px;
  }
  .compare-details-page .compare-details-feature-mobile-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .compare-details-page .compare-details-feature-mobile-row h3 {
    width: 100%;
  }
  .compare-details-page .compare-details-feature-mobile-statuses {
    width: 100%;
    justify-content: space-between;
  }
  .compare-details-page .compare-details-feature-mobile-status:first-child,
  .compare-details-page .compare-details-feature-mobile-status:last-child {
    width: auto;
    padding-left: 0;
  }
  .compare-details-page .compare-details-feature-mobile-status span,
  .compare-details-page .compare-details-feature-mobile-optional {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 575.98px) {
  .compare-details-page .compare-details-vs__box {
    gap: 24px;
  }
  .compare-details-page .compare-details-vs__logo {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    padding: 0;
    box-shadow: 3px 3px 4.5px rgba(0, 0, 0, 0.12);
  }
  .compare-details-page .compare-details-vs__logo--gde img {
    width: 20px;
    height: 20px;
  }
  .compare-details-page .compare-details-vs__logo--mp img {
    width: 34px;
    height: auto;
  }
  .compare-details-page .compare-details-vs__icon {
    width: 24px;
    height: 24px;
  }
  .compare-details-page .compare-details-header h2,
  .compare-details-page .compare-details-hero__title {
    font-size: 36px;
    line-height: 44px;
  }
  .compare-details-page .compare-details-fit__card h3,
  .compare-details-page .compare-details-diff-card h3 {
    font-size: 30px;
    line-height: 36px;
  }
  .compare-details-page .compare-details-fit__card li,
  .compare-details-page .compare-details-diff-col li {
    font-size: 18px;
    line-height: 28px;
  }
  .compare-details-page .compare-details-diff-col {
    padding: 12px;
  }
  .compare-details-page .compare-details-diff-col ul {
    padding: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .compare-details-page .compare-stories-track {
    transition: none !important;
  }
}
.bg-light {
  background-color: #f4f4e7 !important;
}

.subscription-price-hero__title {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 72px;
  letter-spacing: -0.45px;
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .subscription-price-hero__title {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (max-width: 575.98px) {
  .subscription-price-hero__title {
    font-size: 32px;
    line-height: 40px;
  }
}
.subscription-price-hero__desc {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.sub-price-main {
  background-color: #f4f4e7;
  position: relative;
  z-index: 1;
  border-radius: 40px 40px 0 0;
  max-width: 95%;
  margin: -80px auto 0 auto;
  padding: 72px 0 0;
}
@media (max-width: 991.98px) {
  .sub-price-main {
    margin-top: -60px;
    border-radius: 30px 30px 0 0;
    padding: 48px 0 0;
  }
}
@media (max-width: 575.98px) {
  .sub-price-main {
    max-width: 98%;
    margin-top: -40px;
    border-radius: 24px 24px 0 0;
    padding: 32px 0 0;
  }
}

.sub-price-header {
  max-width: none;
  width: 100%;
  margin: 0 auto 48px;
}
.sub-price-header__title {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 70px;
  letter-spacing: -0.45px;
  color: #1d1d1d;
  margin-top: 12px;
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .sub-price-header__title {
    font-size: 42px;
    line-height: 50px;
  }
}
@media (max-width: 575.98px) {
  .sub-price-header__title {
    font-size: 28px;
    line-height: 36px;
  }
}
.sub-price-header__desc {
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: rgba(29, 29, 29, 0.8);
  max-width: 1352px;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  .sub-price-header__desc {
    font-size: 14px;
    line-height: 24px;
  }
}

.subscription-price-page .subscription-price-hero > .container,
.subscription-price-page .sub-price-main > .container,
.subscription-price-page .sub-price-scope > .container,
.subscription-price-page .compare-stories-section > .container,
.subscription-price-page .sub-price-faq > .container {
  max-width: 1440px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1199.98px) {
  .subscription-price-page .subscription-price-hero > .container,
  .subscription-price-page .sub-price-main > .container,
  .subscription-price-page .sub-price-scope > .container,
  .subscription-price-page .compare-stories-section > .container,
  .subscription-price-page .sub-price-faq > .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767.98px) {
  .subscription-price-page .subscription-price-hero > .container,
  .subscription-price-page .sub-price-main > .container,
  .subscription-price-page .sub-price-scope > .container,
  .subscription-price-page .compare-stories-section > .container,
  .subscription-price-page .sub-price-faq > .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.sub-price-tabs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto 24px;
  background: #fffff1;
  border-radius: 30px;
  padding: 8px;
  width: fit-content;
  justify-content: center;
}
.sub-price-tabs__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  padding: 10px 16px;
  border-radius: 30px;
  border: 0.2px solid transparent;
  background: transparent;
  color: #1d1d1d;
  cursor: pointer;
  white-space: nowrap;
  min-height: 44px;
  transition: all 0.3s ease;
}
.sub-price-tabs__btn.active {
  background: rgba(120, 235, 84, 0.2);
  border-color: rgba(31, 138, 70, 0.5);
  color: #1f8a46;
}
.sub-price-tabs__btn.active .sub-price-tabs__icon {
  color: #1f8a46;
}
.sub-price-tabs__btn:hover:not(.active) {
  background: rgba(120, 235, 84, 0.1);
}
.sub-price-tabs__btn:focus-visible {
  outline: 2px solid rgba(31, 138, 70, 0.35);
  outline-offset: 1px;
}
@media (max-width: 575.98px) {
  .sub-price-tabs__btn {
    font-size: 12px;
    padding: 6px 10px;
    min-height: 32px;
  }
}
.sub-price-tabs__icon {
  color: rgba(29, 29, 29, 0.9);
  flex-shrink: 0;
}
@media (max-width: 1199.98px) {
  .sub-price-tabs {
    row-gap: 16px;
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .sub-price-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-items: start;
    justify-content: flex-start;
    gap: 24px 16px;
    width: 100%;
    border-radius: 14px;
  }
}
@media (max-width: 575.98px) {
  .sub-price-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 10px;
    padding: 6px;
    border-radius: 12px;
  }
}

.sub-price-plan {
  display: flex;
  align-items: stretch;
  gap: 24px;
  background: #fffff1;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .sub-price-plan {
    flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .sub-price-plan {
    padding: 12px;
    gap: 12px;
  }
}
.sub-price-plan__card {
  flex: 0 0 650px;
  max-width: 650px;
  display: flex;
  flex-direction: column;
  background: #e5f3d5;
  border-radius: 12px;
  padding: 16px;
  min-height: 360px;
  gap: 24px;
}
@media (max-width: 991.98px) {
  .sub-price-plan__card {
    flex: 1;
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .sub-price-plan__card {
    padding: 12px 6px;
    gap: 12px;
    min-height: auto;
  }
}
.sub-price-plan__info {
  padding: 0 12px;
}
.sub-price-plan__hours {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}
.sub-price-plan__hours-num {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 56px;
  color: #1d1d1d;
}
.sub-price-plan__hours-text {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 62px;
  color: rgba(29, 29, 29, 0.7);
}
.sub-price-plan__hours-text strong {
  font-weight: 600;
  color: #1d1d1d;
}
@media (max-width: 991.98px) {
  .sub-price-plan__hours-text {
    line-height: 40px;
  }
}
@media (max-width: 575.98px) {
  .sub-price-plan__hours-text {
    font-size: 16px;
    line-height: 34px;
  }
}
.sub-price-plan__price {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -1.92px;
  color: #343a40;
}
.sub-price-plan__price > span:first-child {
  font-weight: 700;
}
.sub-price-plan__price > span:last-child {
  font-weight: 400;
  font-size: 24px;
  color: #343a40;
}
.sub-price-plan__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  height: 52px;
  background: #78eb54;
  color: #0c1903;
  border: none;
  border-radius: 56px;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;
}
.sub-price-plan__cta:hover {
  box-shadow: 0 4px 8px rgba(120, 235, 84, 0.5);
  color: #0c1903;
}
.sub-price-plan__cta:hover iconify-icon {
  animation: arrow-exit-enter 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.sub-price-plan__cta iconify-icon {
  color: #0c1903;
  flex-shrink: 0;
  display: inline-flex;
  transform: translate(0, 0);
  opacity: 1;
}
@media (max-width: 575.98px) {
  .sub-price-plan__hours-num {
    font-size: 48px;
    line-height: 48px;
  }
}

.sub-price-toggle {
  display: flex;
  align-items: center;
  background: #fffff1;
  border-radius: 90px;
  padding: 8px;
  gap: 16px;
}
@media (max-width: 767.98px) {
  .sub-price-toggle {
    width: 100%;
    min-width: 0;
    padding: 4px;
    gap: 10px;
  }
}
@media (max-width: 575.98px) {
  .sub-price-toggle {
    gap: 2px;
  }
}
.sub-price-toggle__btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 14px;
  border: none;
  border-radius: 30px;
  background: transparent;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: #1d1d1d;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.sub-price-toggle__btn.active {
  background: #78eb54;
  color: #1d1d1d;
  font-weight: 500;
}
.sub-price-toggle__btn:hover:not(.active) {
  background: rgba(120, 235, 84, 0.1);
}
@media (max-width: 767.98px) {
  .sub-price-toggle__btn {
    min-width: 0;
    align-content: center;
    gap: 0px 6px;
    padding: 2px 6px 6px;
    border-radius: 65px;
    font-size: 14px;
    line-height: 19px;
  }
}
@media (max-width: 575.98px) {
  .sub-price-toggle__btn {
    font-size: 10px;
    padding: 4px 8px;
    border-radius: 65px;
    gap: 2px;
    flex-wrap: wrap;
  }
}
.sub-price-toggle__badge {
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #00381c;
  background: #c9ffb8;
  padding: 2px 5px;
  border-radius: 41px;
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .sub-price-toggle__badge {
    font-size: 10px;
    padding: 2px 4px;
  }
}
@media (max-width: 575.98px) {
  .sub-price-toggle__badge {
    font-size: 7px;
    padding: 0px 4px;
  }
}

.sub-price-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  border: 1px solid #e5f3d5;
  border-radius: 12px;
  padding: 2px 16px 4px;
}
.sub-price-stats__item {
  flex: 1 1 170px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding: 2px 0;
}
.sub-price-stats__item--full {
  flex-basis: 100%;
}
.sub-price-stats__value {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #001a0d;
}
.sub-price-stats__label {
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #6b7280;
}
@media (max-width: 575.98px) {
  .sub-price-stats {
    gap: 8px 16px;
  }
  .sub-price-stats__item {
    flex: 1 1 calc(50% - 8px);
  }
}

.sub-price-included img {
  width: 16px;
  height: 16px;
}

.sub-price-included {
  flex: 0 0 718px;
  max-width: 718px;
}
.sub-price-included__header {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 18px;
}
.sub-price-included__header span {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #1d1d1d;
}
.sub-price-included__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 2px;
  padding: 8px 0;
  max-width: 888px;
  overflow: clip;
  margin-bottom: 0;
}
.sub-price-included__tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  background: none;
  border-radius: 103px;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: #1d1d1d;
  border: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.sub-price-included__tag iconify-icon {
  color: rgba(29, 29, 29, 0.55);
  flex-shrink: 0;
}
.sub-price-included__tag.active {
  background: #78eb54;
}
.sub-price-included__tag.active iconify-icon {
  color: #002f16;
}
.sub-price-included__tag:hover:not(.active) {
  background: rgba(29, 29, 29, 0.08);
}
.sub-price-included__divider {
  border: none;
  border-top: 1px solid rgba(29, 29, 29, 0.1);
  margin: 0 0 12px;
  opacity: 1;
}
.sub-price-included__desc {
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.08px;
  color: #1d1d1d;
  margin: 0;
}
@media (max-width: 991.98px) {
  .sub-price-included__desc {
    font-size: 16px;
    line-height: 28px;
  }
}
.sub-price-included__checklist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}
@media (max-width: 991.98px) {
  .sub-price-included__checklist {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .sub-price-included__checklist {
    grid-template-columns: 1fr;
  }
}
.sub-price-included__check-item {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 0;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: #1d1d1d;
}
.sub-price-included__check-item iconify-icon {
  color: #2ec300;
  flex-shrink: 0;
}
@media (max-width: 991.98px) {
  .sub-price-included {
    flex: 1 1 auto;
    max-width: 100%;
  }
}
.sub-price-included__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px 0;
}
.sub-price-included {
  /* ── Tab 2: Rollover Hour – paragraphs ── */
}
.sub-price-included__paragraphs {
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.08px;
  color: #1d1d1d;
}
.sub-price-included__paragraphs p {
  margin: 0 0 10px;
}
.sub-price-included__paragraphs p:last-child {
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .sub-price-included__paragraphs {
    font-size: 15px;
    line-height: 26px;
  }
  .sub-price-included__paragraphs p {
    margin-bottom: 8px;
  }
}
.sub-price-included {
  /* ── Tab 3 & 5: Icon list ── */
}
.sub-price-included__icon-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-radius: 24px;
}
.sub-price-included__icon-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  min-width: 250px;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: #1d1d1d;
}
.sub-price-included__icon-item iconify-icon {
  flex-shrink: 0;
}
@media (max-width: 575.98px) {
  .sub-price-included__icon-item {
    font-size: 15px;
    gap: 6px;
    padding: 6px 0;
  }
}
.sub-price-included {
  /* ── Tab 4: Service category grid ── */
}
.sub-price-included__service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .sub-price-included__service-grid {
    flex-direction: column;
  }
}
.sub-price-included__service-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1 0 0;
  min-width: 280px;
}
.sub-price-included__service-item {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 16px;
  background: none;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: left;
  width: 100%;
}
.sub-price-included__service-item > iconify-icon:first-child {
  flex-shrink: 0;
}
.sub-price-included__service-item:hover {
  background: rgba(29, 29, 29, 0.03);
}
@media (max-width: 575.98px) {
  .sub-price-included__service-item {
    padding: 12px;
  }
}
.sub-price-included__service-label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px;
  flex: 1;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: -0.45px;
  color: rgba(29, 29, 29, 0.9);
  text-transform: capitalize;
}
@media (max-width: 575.98px) {
  .sub-price-included__service-label {
    font-size: 15px;
    line-height: 22px;
  }
}
.sub-price-included__info-icon {
  flex-shrink: 0;
  opacity: 0.5;
  transition: all 0.3s ease;
}
.sub-price-included__service-item:hover .sub-price-included__info-icon {
  opacity: 1;
}
.sub-price-included {
  /* ── Tab 6: Tool grid ── */
}
.sub-price-included__desc--tools {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.45px;
  color: #1d1d1d;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.sub-price-included__tool-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}
@media (max-width: 575.98px) {
  .sub-price-included__tool-grid {
    flex-direction: column;
  }
}
.sub-price-included__tool-item {
  display: flex;
  align-items: center;
  gap: 9px;
  flex: 1 0 0;
  min-width: 250px;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: -0.45px;
  color: black;
  text-transform: capitalize;
}
.sub-price-included__tool-item iconify-icon {
  flex-shrink: 0;
}
@media (max-width: 575.98px) {
  .sub-price-included__tool-item {
    font-size: 15px;
    line-height: 28px;
    gap: 8px;
    min-width: 0;
  }
}
@media (max-width: 575.98px) {
  .sub-price-included__header span {
    font-size: 20px;
    line-height: 28px;
  }
  .sub-price-included__tag {
    font-size: 15px;
    gap: 8px;
    padding: 9px 14px;
  }
  .sub-price-included__desc {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.08px;
  }
  .sub-price-included__desc--tools {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 16px;
  }
  .sub-price-included__check-item {
    font-size: 15px;
  }
}

/* ── Service category modal ── */
#serviceCategoryModal .modal-dialog {
  max-width: 950px;
}
#serviceCategoryModal .modal-content {
  flex-direction: row;
}
@media (max-width: 991.98px) {
  #serviceCategoryModal .modal-content {
    flex-direction: column;
  }
}

.service-modal {
  background: #fffff1;
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-start;
  padding: 24px;
  border-radius: 12px;
  border: none;
  position: relative;
}
.service-modal__close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 24px;
  height: 24px;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  color: #1d1d1d;
  z-index: 1;
  transition: all 0.3s ease;
}
.service-modal__close:hover {
  opacity: 0.7;
}
.service-modal__tooltip {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  gap: 16px;
  align-items: flex-start;
  max-width: 280px;
  align-self: stretch;
}
.service-modal__tooltip-header {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  width: 100%;
}
.service-modal__tooltip-title {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: -0.45px;
  color: rgba(29, 29, 29, 0.9);
  text-transform: capitalize;
  flex: 1 0 0;
  margin: 0;
}
.service-modal__tooltip-desc {
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.45px;
  color: rgba(0, 0, 0, 0.7);
}
.service-modal__tooltip-desc p {
  margin: 0;
  font-size: 16px;
}
.service-modal__tooltip-desc p + p {
  margin-top: 24px;
  font-size: 16px;
}
.service-modal__tooltip-desc strong {
  font-weight: 700;
  font-size: 16px;
  color: #1f8a46;
}
.service-modal__divider {
  width: 1px;
  align-self: stretch;
  background: rgba(29, 29, 29, 0.1);
}
.service-modal__main {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  gap: 16px;
  align-items: flex-start;
}
.service-modal__main-header {
  display: flex;
  gap: 12px;
  align-items: center;
  width: 100%;
}
.service-modal__title {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: -0.45px;
  color: rgba(29, 29, 29, 0.9);
  text-transform: capitalize;
  flex: 1 0 0;
  margin: 0;
}
.service-modal__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  align-items: flex-start;
  border-radius: 24px;
  width: 100%;
}
.service-modal__item {
  display: flex;
  flex: 1 0 0;
  gap: 8px;
  align-items: flex-start;
  min-width: 280px;
  padding: 2px 0;
}
.service-modal__item-check {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.service-modal__item-info {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  align-items: flex-start;
  justify-content: center;
}
.service-modal__item-name {
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: #1d1d1d;
  margin: 0;
  width: 100%;
}
.service-modal__item-meta {
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
}
.service-modal__item-meta-text {
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: #1d1d1d;
  flex: 1 0 0;
  max-width: 190px;
}
.service-modal__item-hours {
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: #1f8a46;
  background: rgba(120, 235, 84, 0.2);
  padding: 0 6px;
  border-radius: 27px;
  white-space: nowrap;
  flex-shrink: 0;
}
.service-modal__info-box {
  background: rgba(120, 235, 84, 0.1);
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  padding: 12px;
  border-radius: 12px;
  width: 100%;
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.2px;
}
.service-modal__info-title {
  color: #16633d;
  margin: 0;
  width: 100%;
  font-size: 12px;
}
.service-modal__info-desc {
  color: rgba(22, 99, 61, 0.7);
  margin: 0;
  width: 100%;
  font-size: 12px;
  line-height: 1.5;
}
@media (max-width: 991.98px) {
  .service-modal {
    flex-direction: column;
  }
  .service-modal__tooltip {
    max-width: 100%;
  }
  .service-modal__divider {
    width: 100%;
    height: 1px;
    align-self: auto;
  }
}
@media (max-width: 575.98px) {
  .service-modal {
    padding: 16px;
  }
  .service-modal__close {
    top: 16px;
    right: 16px;
  }
  .service-modal__grid {
    flex-direction: column;
    gap: 8px;
  }
  .service-modal__item {
    min-width: 0;
    flex: none;
    width: 100%;
  }
}

.sub-price-scope {
  padding: 100px 0;
}
.sub-price-scope img {
  width: 20px;
  height: 20px;
}
@media (max-width: 991.98px) {
  .sub-price-scope {
    padding: 72px 0;
  }
}
@media (max-width: 575.98px) {
  .sub-price-scope {
    padding: 48px 0;
  }
}
.sub-price-scope__header {
  margin-bottom: 52px;
}
.sub-price-scope__title {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 83px;
  letter-spacing: -0.45px;
  color: #1d1d1d;
  text-transform: capitalize;
  margin-top: 12px;
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .sub-price-scope__title {
    font-size: 42px;
    line-height: 52px;
  }
}
@media (max-width: 575.98px) {
  .sub-price-scope__title {
    font-size: 30px;
    line-height: 36px;
  }
}
.sub-price-scope__desc {
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: rgba(29, 29, 29, 0.8);
  max-width: 900px;
}
@media (max-width: 575.98px) {
  .sub-price-scope__desc {
    font-size: 14px;
    line-height: 24px;
  }
}
.sub-price-scope__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  background: #fffff1;
  border-radius: 24px;
  padding: 24px;
}
@media (max-width: 991.98px) {
  .sub-price-scope__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
@media (max-width: 575.98px) {
  .sub-price-scope__grid {
    padding: 12px;
  }
}
.sub-price-scope__col {
  padding: 0;
}
.sub-price-scope__col-title {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.45px;
  text-transform: uppercase;
  color: #1d1d1d;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .sub-price-scope__col-title {
    font-size: 18px;
    line-height: 28px;
  }
}
.sub-price-scope__col-divider {
  border: none;
  border-top: 1px solid rgba(29, 29, 29, 0.1);
  margin: 16px 0 20px;
  opacity: 1;
}
.sub-price-scope__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sub-price-scope__list-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.2px;
  color: #333;
}
.sub-price-scope__list-item--cross {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #1d1d1d;
}
.sub-price-scope__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.sub-price-testimonials {
  background-color: #f4f4e7;
  padding: 72px 0 100px;
}
@media (max-width: 991.98px) {
  .sub-price-testimonials {
    padding: 48px 0 72px;
  }
}
@media (max-width: 575.98px) {
  .sub-price-testimonials {
    padding: 32px 0 48px;
  }
}
.sub-price-testimonials__header {
  margin-bottom: 48px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.sub-price-testimonials__title {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 70px;
  letter-spacing: -0.45px;
  color: #1d1d1d;
  margin-top: 12px;
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .sub-price-testimonials__title {
    font-size: 42px;
    line-height: 50px;
  }
}
@media (max-width: 575.98px) {
  .sub-price-testimonials__title {
    font-size: 28px;
    line-height: 36px;
  }
}
.sub-price-testimonials__desc {
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: rgba(29, 29, 29, 0.8);
}
@media (max-width: 575.98px) {
  .sub-price-testimonials__desc {
    font-size: 14px;
    line-height: 24px;
  }
}

.sub-price-testimonial-card {
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
}
.sub-price-testimonial-card__stack {
  border-radius: 40px;
  padding-top: 16px;
}
.sub-price-testimonial-card__stack--1 {
  background: #edf6e3;
}
.sub-price-testimonial-card__stack--2 {
  background: #bfd2bd;
}
.sub-price-testimonial-card__stack--3 {
  background: #75987f;
}
.sub-price-testimonial-card__inner {
  display: flex;
  background: #00381c;
  border-radius: 40px;
  overflow: hidden;
  min-height: 424px;
}
@media (max-width: 991.98px) {
  .sub-price-testimonial-card__inner {
    flex-direction: column;
    min-height: auto;
  }
}
.sub-price-testimonial-card__image {
  flex: 0 0 300px;
  max-width: 300px;
  overflow: hidden;
}
.sub-price-testimonial-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .sub-price-testimonial-card__image {
    flex: none;
    max-width: 100%;
    height: 280px;
  }
}
@media (max-width: 575.98px) {
  .sub-price-testimonial-card__image {
    height: 220px;
  }
}
.sub-price-testimonial-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px;
}
@media (max-width: 991.98px) {
  .sub-price-testimonial-card__content {
    padding: 32px;
  }
}
@media (max-width: 575.98px) {
  .sub-price-testimonial-card__content {
    padding: 24px;
  }
}
.sub-price-testimonial-card__quote {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: -0.45px;
  color: #ffffff;
  margin-bottom: 48px;
}
@media (max-width: 991.98px) {
  .sub-price-testimonial-card__quote {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 32px;
  }
}
@media (max-width: 575.98px) {
  .sub-price-testimonial-card__quote {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
  }
}
.sub-price-testimonial-card__name {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 4px;
}
.sub-price-testimonial-card__role {
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
}
.sub-price-testimonial-card__nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: -30px;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .sub-price-testimonial-card__nav {
    position: static;
    transform: none;
    justify-content: center;
    gap: 16px;
    margin-top: 24px;
  }
}
.sub-price-testimonial-card__arrow {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(29, 29, 29, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: all;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.sub-price-testimonial-card__arrow iconify-icon {
  color: #1d1d1d;
}
.sub-price-testimonial-card__arrow:hover {
  background: #78eb54;
  border-color: #78eb54;
}
.sub-price-testimonial-card__arrow:hover iconify-icon {
  color: #1d1d1d;
}
@media (max-width: 575.98px) {
  .sub-price-testimonial-card__arrow {
    width: 48px;
    height: 48px;
  }
}

.sub-price-faq.white-body {
  background-color: #f4f4e7;
}
.sub-price-faq .faq-header {
  margin-bottom: 0;
}
.sub-price-faq .faq-header h2 {
  color: #1d1d1d !important;
}
.sub-price-faq .faq-item {
  background-color: #ffffff;
}
.sub-price-faq .faq-item .faq-question {
  color: #1d1d1d;
}
.sub-price-faq .faq-item .faq-answer {
  background-color: rgba(120, 235, 84, 0.08) !important;
}
.sub-price-faq .faq-item .faq-answer p {
  color: rgba(29, 29, 29, 0.8);
}
.sub-price-faq .faq-item:has(.accordion-button:not(.collapsed)) .accordion-header {
  background-color: #78eb54;
}
.sub-price-faq .faq-item:has(.accordion-button:not(.collapsed)) .faq-question {
  color: #062010;
}
.sub-price-faq .faq-item:hover .accordion-header {
  background-color: #78eb54;
}
.sub-price-faq .faq-item:hover .faq-question {
  color: #062010;
}

.sitemap-list-section .sitemap-header .title {
  font-size: 32px;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: rgba(29, 29, 29, 0.9);
  border-bottom: 1px solid rgba(29, 29, 29, 0.3);
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.sitemap-list-section .sitemap-header .sitemap-list {
  list-style: none;
  padding: 0;
}
.sitemap-list-section .sitemap-header .sitemap-list li {
  margin-bottom: 8px;
}
.sitemap-list-section .sitemap-header .sitemap-list li a {
  color: #1d1d1d;
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.3s ease;
}
.sitemap-list-section .sitemap-header .sitemap-list li a:hover {
  color: #00381c;
}
.sitemap-list-section .sitemap-list-header {
  color: #1d1d1d;
}
.sitemap-list-section .sitemap-list-header .list-title {
  font-size: 20px;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 20px;
}

.service-box-item .zoom-img {
  border-radius: 14px;
}
.service-box-item .zoom-img img {
  min-height: 300px;
}
.service-box-item:has(.box-title:hover) .zoom-img img {
  transform: scale(1.1);
}
.service-box-item .box-title {
  color: #1d1d1d;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 150% */
  letter-spacing: -0.96px;
  margin-top: 10px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
.service-box-item .box-title:hover {
  color: #00381c !important;
}

.popular-resource .resource-link .link-box {
  padding: 38px;
  display: flex;
  align-items: center;
  gap: 24px;
  color: #1d1d1d;
  border-radius: 24px;
  text-decoration: none;
  background-color: #fffff1;
}
.popular-resource .resource-link .link-box h3 {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
}
.popular-resource .resource-link .link-box:hover {
  background-color: #00381c;
  color: rgba(255, 255, 255, 0.95);
}

.writter-banner {
  padding-top: 25px;
}
.writter-banner .container-fluid {
  padding-left: calc(var(--bs-gutter-x) * 2);
  padding-right: calc(var(--bs-gutter-x) * 2);
}
.writter-banner .banner-body {
  border-radius: 24px;
  background: #fffff1;
  padding: 32px;
}
.writter-banner .banner-body img {
  border-radius: 12px;
}
.writter-banner .banner-body .section-title {
  color: #1f8a46;
}
.writter-banner .banner-body h1 {
  color: #1d1d1d;
  font-weight: 700;
}
.writter-banner .banner-body .sharable-social-links {
  justify-content: start;
}
@media (max-width: 767.98px) {
  .writter-banner .banner-body .sharable-social-links {
    justify-content: center;
  }
}
.writter-banner .banner-body .sharable-social-links.shadow-social li {
  background: #f2f8e7;
}
.writter-banner .banner-body .sharable-social-links.shadow-social li:hover {
  background-color: #78eb54;
}

.recent-posts {
  padding-top: 50px;
}
.recent-posts .sub-heading {
  font-size: 32px;
}

.gallery-container .gallery-item,
.gallery-container .gallery-item.jg-entry,
.gallery-container .jg-entry {
  border-radius: 12px;
  overflow: hidden;
}
.gallery-container .gallery-item img,
.gallery-container .gallery-item.jg-entry img,
.gallery-container .jg-entry img {
  border-radius: 12px;
  display: block;
}

.feedback-panel {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #f4f4e7;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 4px 8px 0 rgba(173, 173, 154, 0.78);
}
.feedback-panel h2 {
  color: #1d1d1d;
  font-size: 36px;
  line-height: 130%;
  font-weight: 600;
  overflow-wrap: anywhere;
}
.feedback-panel p {
  overflow-wrap: anywhere;
}
.feedback-panel .row {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.feedback-panel [class*=col-] {
  min-width: 0;
  max-width: 100%;
}

.feedback-box {
  background-color: #f2f8e7;
  padding: 24px;
  color: #1d1d1d;
  text-align: center;
  border-radius: 12px;
  border: 1px solid #1f8a46;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}
.feedback-box form {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}
.feedback-box .box-heading {
  font-size: 24px;
  font-weight: 500;
}
.feedback-box .rating-box {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.feedback-box .form-group {
  margin: 20px 0;
  min-width: 0;
  max-width: 100%;
}
.feedback-box .form-group label {
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  color: #1d1d1d;
  margin-bottom: 8px;
  text-align: left;
}
.feedback-box .form-group input,
.feedback-box .form-group textarea,
.feedback-box .form-group .form-control {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: block;
  box-sizing: border-box;
  border: 1px solid #1f8a46;
  border-radius: 12px;
  padding: 12px;
  color: #1d1d1d;
}
.feedback-box .form-group input::placeholder,
.feedback-box .form-group textarea::placeholder,
.feedback-box .form-group .form-control::placeholder {
  color: #1d1d1d;
  opacity: 1;
}
.feedback-box .form-group input:focus,
.feedback-box .form-group textarea:focus,
.feedback-box .form-group .form-control:focus {
  color: #1d1d1d;
  border-color: #1f8a46;
  outline: 2px solid #1f8a46;
  outline-offset: 0;
}
.feedback-box .form-group input:active,
.feedback-box .form-group textarea:active,
.feedback-box .form-group .form-control:active {
  color: #1d1d1d;
  border-color: #1f8a46;
}

.feedback-panel .feedback-box input.form-control,
.feedback-panel .feedback-box textarea {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

@media (max-width: 575.98px) {
  .feedback-panel {
    padding: 20px 16px;
    border-radius: 18px;
  }
  .feedback-panel h2 {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 20px !important;
  }
  .feedback-panel .col-md-6 + .col-md-6 {
    margin-top: 16px;
  }
  .feedback-box {
    margin-top: 20px;
    padding: 18px 14px;
  }
  .feedback-box .box-heading {
    font-size: 22px;
  }
  .feedback-box p {
    font-size: 16px;
    margin-bottom: 14px;
    overflow-wrap: anywhere;
  }
  .feedback-box .rating-box {
    gap: 10px;
    margin-bottom: 20px !important;
    flex-wrap: wrap;
  }
  .feedback-box .form-group {
    margin: 14px 0;
  }
  .feedback-box .form-group label {
    font-size: 18px;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }
  .feedback-box .form-group input,
  .feedback-box .form-group textarea,
  .feedback-box .form-group .form-control {
    font-size: 16px;
  }
  .feedback-panel .feedback-box input.form-control,
  .feedback-panel .feedback-box textarea {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
}
@media (max-width: 374.98px) {
  .feedback-panel {
    padding: 16px 12px;
    margin-bottom: 10px;
  }
  .feedback-panel h2 {
    font-size: 24px;
    line-height: 1.3;
  }
  .feedback-box {
    padding: 14px 10px;
  }
  .feedback-box .box-heading {
    font-size: 20px;
  }
  .feedback-box .form-group label {
    font-size: 17px;
  }
  .feedback-box .form-group input,
  .feedback-box .form-group textarea,
  .feedback-box .form-group .form-control {
    padding: 10px;
  }
}
.reviews-section .review-card {
  background: #f7f7f7;
  border: 1px solid #d8d8d8;
  border-radius: 18px;
  padding: 20px;
  color: #4a4a4a;
}
.reviews-section .review-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
}
.reviews-section .review-user {
  display: flex;
  align-items: center;
  gap: 10px;
}
.reviews-section .review-user img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.reviews-section .review-user h4,
.reviews-section .review-user h5 {
  margin: 0;
  color: #222;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.1;
}
.reviews-section .review-user h5 {
  font-size: 23px;
  font-weight: 600;
}
.reviews-section .review-user span {
  display: inline-block;
  margin-top: 2px;
  color: #9a9a9a;
  font-size: 16px;
  line-height: 1.2;
}
.reviews-section .review-stars {
  display: flex;
  gap: 4px;
  color: #f4b400;
  font-size: 16px;
  line-height: 1;
  margin-top: 4px;
}
.reviews-section .review-text {
  margin: 18px 0 16px;
  line-height: 1.45;
}
.reviews-section .review-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 14px;
}
.reviews-section .review-gallery > :only-child {
  grid-column: 1/-1;
}
.reviews-section .review-image-placeholder {
  height: 150px;
  border-radius: 10px;
  background: #ebebeb;
  border: 1px solid #e1e1e1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9d9d9d;
  font-size: 28px;
}
.reviews-section .review-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0 14px;
  border-bottom: 1px dashed #dddddd;
  margin-bottom: 14px;
  transition: border-color 0.25s ease, margin-bottom 0.25s ease, padding-bottom 0.25s ease;
}
.reviews-section .review-actions button {
  border: 0;
  background: transparent;
  color: #6d6d6d;
  font-size: 14px;
  line-height: 1;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.reviews-section .review-actions button:last-child {
  margin-left: auto;
}
.reviews-section .review-card.replies-hidden .review-actions {
  border-bottom-color: transparent;
  margin-bottom: 0;
  padding-bottom: 0;
}
.reviews-section .review-reply {
  position: relative;
  margin-left: 12px;
  padding-left: 18px;
}
.reviews-section .review-reply::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 18px;
  border-left: 2px solid #e0e0e0;
  border-bottom: 2px solid #e0e0e0;
  border-bottom-left-radius: 10px;
}
.reviews-section .review-reply p {
  margin: 10px 0 0;
  color: #575757;
  line-height: 1.45;
}

.booking-panel {
  border: 1px solid rgba(29, 29, 29, 0.2);
  border-radius: 18px;
  background: #fff;
  box-shadow: 1px 10px 14px rgba(0, 0, 0, 0.06);
  padding: 18px;
}
.booking-panel .booking-layout {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 16px;
}

.booking-calendar-card,
.booking-form-card {
  border-radius: 14px;
  background: #fff;
  padding: 20px;
}

.booking-title {
  color: #1d1d1d;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: 15px;
}

.booking-subtitle {
  color: rgba(29, 29, 29, 0.8);
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 14px;
}

.booking-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 12px;
}
.booking-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: rgba(29, 29, 29, 0.9);
}
.booking-meta span iconify-icon {
  color: rgba(29, 29, 29, 0.7);
}

.booking-calendar {
  background: #fafafa;
  padding: 24px;
  border-radius: 12px;
  --fc-border-color: transparent;
  --fc-page-bg-color: #fafafa;
  --fc-button-bg-color: transparent;
  --fc-button-border-color: transparent;
  --fc-button-hover-bg-color: transparent;
  --fc-button-hover-border-color: transparent;
  --fc-button-active-bg-color: transparent;
  --fc-button-active-border-color: transparent;
  --fc-today-bg-color: transparent;
}
.booking-calendar .fc-toolbar.fc-header-toolbar {
  margin-bottom: 18px;
  align-items: center;
}
.booking-calendar .fc-toolbar-title {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 42px;
  font-weight: 600;
  color: #1d1d1d;
  line-height: 1;
}
.booking-calendar .fc-button {
  padding: 0;
  border: 0;
  background: transparent;
}
.booking-calendar .fc-button .fc-icon {
  color: rgba(29, 29, 29, 0.95);
  font-size: 20px;
}
.booking-calendar .fc-button:focus {
  box-shadow: none;
}
.booking-calendar .fc-scrollgrid,
.booking-calendar .fc-scrollgrid-section > *,
.booking-calendar .fc-scrollgrid-section table,
.booking-calendar th,
.booking-calendar td {
  border: 0 !important;
}
.booking-calendar .fc-daygrid-body table {
  border-collapse: separate;
}
.booking-calendar .fc-col-header-cell-cushion {
  padding: 8px 0 10px;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: rgba(29, 29, 29, 0.55);
  text-decoration: none;
}
.booking-calendar .fc-daygrid-day-top {
  justify-content: center;
}
.booking-calendar .fc-daygrid-day-frame {
  min-height: 52px;
}
.booking-calendar .fc-daygrid-day-number {
  width: 50px;
  height: 50px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0 auto;
  text-decoration: none;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: rgba(29, 29, 29, 0.14);
  transition: all 0.2s ease;
}
.booking-calendar .fc-day-other .fc-daygrid-day-number {
  opacity: 0;
  pointer-events: none;
}
.booking-calendar .is-open-day .fc-daygrid-day-number {
  color: rgba(29, 29, 29, 0.95);
  background: transparent;
}
.booking-calendar .is-available-day .fc-daygrid-day-number {
  background: #eaf9df;
  color: rgba(29, 29, 29, 0.95);
}
.booking-calendar .is-booked-day .fc-daygrid-day-number {
  background: #f1f1f1;
  color: rgba(29, 29, 29, 0.95);
}
.booking-calendar .is-booked-day {
  cursor: not-allowed;
}
.booking-calendar .is-booked-day .fc-daygrid-day-number {
  pointer-events: none;
}
.booking-calendar .is-selected-day .fc-daygrid-day-number {
  background: #006836;
  color: #fff;
  font-weight: 600;
}
.booking-calendar .fc-daygrid-day:not(.is-selected-day):not(.is-booked-day):hover .fc-daygrid-day-number {
  background: rgba(0, 104, 54, 0.07);
  color: rgba(29, 29, 29, 0.95);
}

.booking-legend {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: rgba(29, 29, 29, 0.7);
}

.legend-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: inline-block;
  margin-left: 8px;
}
.legend-dot:first-child {
  margin-left: 0;
}
.legend-dot--selected {
  background: #006836;
}
.legend-dot--available {
  background: #bdeea8;
}
.legend-dot--booked {
  background: #d9d9d9;
}

.booking-slot-block {
  margin-top: 12px;
}
.booking-slot-block h3 {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #1d1d1d;
  margin-bottom: 10px;
}

.time-slot-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.slot-btn {
  border: 1px solid rgba(29, 29, 29, 0.45);
  border-radius: 8px;
  background: #fff;
  padding: 7px 8px;
  color: rgba(29, 29, 29, 0.85);
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  transition: all 0.2s ease;
}
.slot-btn:hover {
  border-color: #2ec300;
  color: #0f6d27;
}
.slot-btn.is-active {
  background: #7ceb54;
  border-color: #7ceb54;
  color: #0f3619;
  font-weight: 600;
}

.booking-form-fields {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.booking-form-fields .form-control {
  border: 0.5px solid rgba(29, 29, 29, 0.5);
  border-radius: 6px;
  padding: 9px 16px;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.08px;
  color: #1d1d1d;
  background: transparent;
}
.booking-form-fields .form-control::placeholder {
  color: rgba(29, 29, 29, 0.35);
}
.booking-form-fields .form-control:focus {
  outline: none;
  border-color: #2ec300;
  box-shadow: 0 0 0 2px rgba(46, 195, 0, 0.1);
}
.booking-form-fields textarea.form-control {
  min-height: 114px;
  border-radius: 12px;
  resize: vertical;
}

.booking-panel .form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
  width: 100%;
}
.booking-panel .form-group label {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #1d1d1d;
  margin-bottom: 0;
}

.booking-panel .required {
  color: #ff325d;
}

.booking-form-card .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.booking-form-card .iti {
  width: 100%;
}
.booking-form-card .iti__selected-dial-code {
  color: rgba(29, 29, 29, 0.35);
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.booking-choice-group {
  margin: 0;
  border: 0.5px solid rgba(29, 29, 29, 0.5);
  border-radius: 8px;
  padding: 10px 12px;
  min-width: 0;
}
.booking-choice-group legend {
  width: auto;
  margin-bottom: 8px;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  color: #1d1d1d;
}

.check-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
  cursor: pointer;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: rgba(29, 29, 29, 0.9);
}
.check-item:last-child {
  margin-bottom: 0;
}
.check-item input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  accent-color: #7ceb54;
  flex-shrink: 0;
}

.booking-bottom-row {
  align-items: start;
}

.booking-budget-group {
  margin: 0;
  border: 0;
  padding: 0;
}
.booking-budget-group legend {
  width: auto;
  margin-bottom: 8px;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.25;
  color: #1d1d1d;
}

.budget-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.budget-chip {
  border: 1px solid rgba(29, 29, 29, 0.6);
  border-radius: 8px;
  background: #fff;
  color: rgba(29, 29, 29, 0.9);
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  padding: 8px 16px;
  transition: all 0.2s ease;
}
.budget-chip:hover {
  border-color: #2ec300;
  color: #0f6d27;
}
.budget-chip.is-active {
  border-color: #7ceb54;
  background: #7ceb54;
  color: #0f3619;
}

@media (max-width: 1199.98px) {
  .booking-title {
    font-size: 40px;
  }
  .booking-meta span,
  .slot-btn,
  .budget-chip {
    font-size: 16px;
  }
  .booking-choice-group legend {
    font-size: 18px;
  }
  .booking-budget-group legend,
  .booking-slot-block h3,
  .booking-confirm-btn {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  .booking-panel .booking-layout {
    grid-template-columns: 1fr;
  }
  .time-slot-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 767.98px) {
  .booking-panel {
    padding: 12px;
  }
  .booking-calendar-card,
  .booking-form-card {
    padding: 14px;
  }
  .booking-title {
    font-size: 34px;
  }
  .booking-calendar .fc-toolbar-title {
    font-size: 26px;
  }
  .booking-calendar {
    padding: 12px;
  }
  .booking-calendar .fc-col-header-cell-cushion {
    font-size: 16px;
    padding: 6px 0 8px;
  }
  .booking-calendar .fc-daygrid-body table {
    border-spacing: 0 6px;
  }
  .booking-calendar .fc-daygrid-day-frame {
    min-height: 42px;
  }
  .booking-calendar .fc-daygrid-day-number {
    width: 34px;
    height: 34px;
    font-size: 20px;
  }
  .booking-form-card .form-row {
    grid-template-columns: 1fr;
  }
  .time-slot-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .booking-confirm-btn {
    font-size: 22px;
    min-height: 46px;
  }
}
@media (max-width: 575.98px) {
  .booking-calendar {
    padding: 8px;
  }
  .booking-calendar .fc-toolbar-title {
    font-size: 22px;
  }
  .booking-calendar .fc-col-header-cell-cushion {
    font-size: 14px;
    padding: 4px 0 6px;
  }
  .booking-calendar .fc-daygrid-day-frame {
    min-height: 36px;
  }
  .booking-calendar .fc-daygrid-day-number {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}
.our-overview-banner {
  background-color: rgba(120, 235, 84, 0.08);
  padding: 62px 84px 84px;
}
@media (max-width: 575.98px) {
  .our-overview-banner {
    padding: 32px 24px;
  }
}
.our-overview-banner .overview-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 575.98px) {
  .our-overview-banner .overview-grid {
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
}

.space-xs {
  margin: 8px !important;
}

.space-sm {
  margin: 16px !important;
}

.space-md {
  margin: 24px !important;
}

.space-lg {
  margin: 48px !important;
}

.space-xl {
  margin: 72px !important;
}

.m-50 {
  margin: 50px !important;
}

.m-100 {
  margin: 100px !important;
}

.m-200 {
  margin: 200px !important;
}

.p-50 {
  padding: 50px !important;
}

.p-100 {
  padding: 100px !important;
}

.p-200 {
  padding: 200px !important;
}

.box-shadow-green {
  box-shadow: 0 4px 8px 0 rgba(120, 235, 84, 0.5);
}

.container {
  max-width: 1440px;
}

.bg-light {
  background-color: #f4f4e7;
}

.bg-dark {
  background-color: #1d1d1d;
}

.bg-green-light {
  background-color: rgba(120, 235, 84, 0.08);
}

.bg-white {
  background-color: #ffffff;
}

/* ==========================================================================
   BASE & RESET
   ========================================================================== */
/* reusable animation for arrow button */
@keyframes slide-pass-right {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  49% {
    transform: translateX(100%);
    opacity: 0;
  }
  50% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.arrow-circle-btn {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: transparent;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.arrow-circle-btn.featured {
  background-color: #f0f0f0;
  color: black;
}
.arrow-circle-btn iconify-icon {
  transition: none;
  /* disable default transition to let animation take over */
}
.arrow-circle-btn:hover {
  background-color: #78eb54;
}
.arrow-circle-btn:hover iconify-icon {
  animation: slide-pass-right 0.4s forwards ease-in-out;
}

body {
  color: #f4f4e7;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* ----------  NAVBAR  ---------- */
nav {
  background-color: #001a0d;
  padding-bottom: 0;
  box-shadow: none;
}
nav .nav-item {
  cursor: pointer !important;
}
nav .nav-link {
  color: rgba(255, 255, 255, 0.9490196078) !important;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 1px;
}
nav .nav-link .iconify-icon {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  transition: transform 0.3s ease;
}
nav .nav-link {
  /* Remove bootstrap caret if icon is present */
}
nav .nav-link.dropdown-toggle::after, nav .nav-link.resources-toggle::after {
  display: none !important;
  content: none !important;
}
nav .nav-item.dropdown > .nav-link iconify-icon {
  transition: transform 0.3s ease;
}
nav .nav-item.dropdown:hover > .nav-link iconify-icon {
  transform: rotate(180deg);
}
nav .navbar-collapse > .navbar-nav.ms-auto.mb-2.mb-lg-0 > .nav-item > .nav-link {
  position: relative;
  transition: color 0.3s ease;
}
nav .navbar-collapse > .navbar-nav.ms-auto.mb-2.mb-lg-0 > .nav-item > .nav-link::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #78eb54;
  opacity: 0;
  transform: translate(-2px, -50%) scale(0);
  transition: all 0.3s ease;
}
nav .navbar-collapse > .navbar-nav.ms-auto.mb-2.mb-lg-0 > .nav-item > .nav-link:hover {
  color: #78eb54 !important;
}
nav .navbar-collapse > .navbar-nav.ms-auto.mb-2.mb-lg-0 > .nav-item > .nav-link:hover::before {
  opacity: 1;
  transform: translate(-10px, -50%) scale(1);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.2);
}
nav .navbar-toggler {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Desktop Navbar Optimization for Intermediate Screens */
@media (min-width: 992px) and (max-width: 1300px) {
  .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .navbar-brand img {
    height: 38px !important;
  }
  .navbar-collapse .navbar-nav .nav-link {
    padding-left: 8px !important;
    padding-right: 8px !important;
    font-size: 14px;
  }
  .navbar-collapse .btn {
    padding: 10px 16px !important;
    font-size: 14px !important;
  }
  .navbar-collapse .ms-2 {
    margin-left: 8px !important;
  }
}
/* ==========================================================================
   BUTTONS & COMPONENTS
   ========================================================================== */
.btn-primary {
  background-color: #78eb54 !important;
  color: #1d1d1d !important;
  border: none !important;
}

.text-white {
  color: rgba(255, 255, 255, 0.9490196078) !important;
}

/* ==========================================================================
   MOBILE MENU
   ========================================================================== */
.mobile-top-row {
  padding: 1rem 1rem;
  background-color: #001a0d;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

#mobileMenu {
  position: fixed;
  top: 77px;
  bottom: 0;
  left: 0;
  right: 0;
  height: calc(100vh - 64px);
  background-color: white;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1040;
  padding: 0;
}
#mobileMenu .mobile-menu-accordion {
  padding-bottom: 6rem;
}
#mobileMenu .mobile-menu-accordion .accordion-item {
  background: transparent;
  border-bottom: 1px solid #f0f0f0 !important;
}
#mobileMenu .mobile-menu-accordion .accordion-item:last-of-type {
  border-bottom: none !important;
}
#mobileMenu .mobile-menu-accordion .accordion-item .accordion-nav-menu-list {
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #f8f8f5;
}
#mobileMenu .mobile-menu-accordion .accordion-item .accordion-button {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #1d1d1d;
  padding: 1.25rem 1rem;
  background-color: transparent;
  box-shadow: none;
}
#mobileMenu .mobile-menu-accordion .accordion-item .accordion-button::after {
  filter: brightness(0);
  background-size: 1rem;
  margin-left: auto;
  margin-right: 0.5rem;
}
#mobileMenu .mobile-menu-accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}
#mobileMenu .mobile-menu-accordion .accordion-item .accordion-button.collapsed {
  background-color: transparent;
}
#mobileMenu .mobile-menu-accordion .accordion-item .accordion-button.no-chevron::after {
  display: none;
}
#mobileMenu .mobile-menu-accordion .accordion-item .accordion-body {
  background-color: transparent;
  border-radius: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
#mobileMenu .mobile-menu-accordion .accordion-flush .accordion-item {
  border-bottom: none;
}
#mobileMenu .mobile-menu-accordion .accordion-flush .accordion-item .accordion-button {
  font-size: 16px;
  font-weight: 500;
  color: #1d1d1d;
  padding: 0.75rem 0;
  background-color: transparent;
}
#mobileMenu .mobile-menu-accordion .accordion-flush .accordion-item .accordion-button.small-text {
  font-size: 15px;
}
#mobileMenu .mobile-menu-accordion .accordion-flush .accordion-item .accordion-body {
  background-color: #f8f9fa;
  border-radius: 8px;
}
#mobileMenu .mobile-menu-accordion .btn {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 16px;
}
#mobileMenu .mobile-menu-accordion .btn-outline-dark {
  border-color: #e0e0e0;
  color: #1d1d1d;
}
#mobileMenu .mobile-menu-accordion .btn-outline-dark:hover {
  background-color: #f8f9fa;
  color: #1d1d1d;
  border-color: #d0d0d0;
}
#mobileMenu .mobile-menu-accordion .btn-success {
  background-color: #78eb54;
  border: none;
  color: #0c1903;
}
#mobileMenu .mobile-menu-accordion .btn-success:hover {
  background-color: rgb(101.9764397906, 232.3298429319, 61.1701570681);
}

.mobile-category-header {
  border-bottom: 1px solid #f0f0f0;
}
.mobile-category-header:last-child {
  border-bottom: none;
}
.mobile-category-header .accordion-header {
  padding: 0px 12px;
}
.mobile-category-header .accordion-button {
  background-color: transparent !important;
  color: #1d1d1d !important;
  font-weight: 600 !important;
  padding: 14px 1rem !important;
  box-shadow: none !important;
  border-radius: 8px !important;
}
.mobile-category-header .accordion-button::after {
  margin-right: 0.5rem;
}
.mobile-category-header .accordion-button:not(.collapsed) {
  background-color: #78eb54 !important;
  color: #1d1d1d !important;
}

.mobile-service-list {
  background-color: transparent !important;
  padding: 0 0 1rem 0 !important;
}

.mobile-service-item {
  display: flex;
  align-items: center;
  padding: 12px 0;
  text-decoration: none;
  color: #1d1d1d;
  border-bottom: none;
}
.mobile-service-item:nth-child(4n) {
  border-bottom: 1px solid #f0f0f0;
}
.mobile-service-item:last-child {
  border-bottom: none !important;
}
.mobile-service-item .mobile-icon-wrapper {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  margin-right: 16px;
  margin-left: 1rem;
  flex-shrink: 0;
  background-color: rgba(29, 29, 29, 0.08);
}
.mobile-service-item .mobile-icon-wrapper iconify-icon {
  font-size: 20px;
}
.mobile-service-item span {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  color: #333;
  font-weight: 400;
}

.mobile-icon-badge-blue {
  background-color: rgba(91, 107, 255, 0.08);
  color: #5b6bff;
}

.mobile-icon-badge-red {
  background-color: rgba(255, 50, 93, 0.08);
  color: #ff325d;
}

.mobile-icon-badge-green {
  background-color: rgba(31, 138, 70, 0.08);
  color: #1f8a46;
}

.mobile-icon-badge-yellow {
  background-color: rgba(252, 193, 26, 0.08);
  color: #fcc11a;
}

.mobile-icon-badge-blue1 {
  background-color: rgba(59, 158, 255, 0.08);
  color: #3b9eff;
}

.mobile-icon-badge-black {
  background-color: rgba(29, 29, 29, 0.08);
  color: #1d1d1d;
}

.mobile-icon-badge-purple {
  background-color: rgba(155, 91, 255, 0.08);
  color: #9b5bff;
}

.mobile-icon-badge-orange {
  background-color: rgba(255, 104, 39, 0.08);
  color: #ff6827;
}

.mobile-icon-badge-red1 {
  background-color: rgba(207, 0, 3, 0.08);
  color: #cf0003;
}

.mobile-icon-badge-green1 {
  background-color: rgba(0, 122, 167, 0.08);
  color: #007aa7;
}

.mobile-icon-badge-purple1 {
  background-color: rgba(112, 40, 255, 0.08);
  color: #7028ff;
}

.mobile-menu-accordion li:has(.mega-card-items) {
  padding-bottom: 20px;
}
.mobile-menu-accordion .mega-card-items {
  padding: 20px;
  background-color: #fff;
  margin: 20px 20px 0 20px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.mobile-menu-accordion .mega-card-items .mega-card {
  max-width: 100% !important;
  gap: 12px;
  text-decoration: none;
}
.mobile-menu-accordion .mega-card-items .mega-card img {
  width: 100%;
  height: auto;
  max-height: 200px;
  object-fit: cover;
}
.mobile-menu-accordion .mega-card-items .mega-card .card-footer {
  background: transparent;
  padding: 0;
  border: none;
}

/* ==========================================================================
   MEGA MENU
   ========================================================================== */
.navbar .dropdown.position-static {
  position: static;
}
.navbar .dropdown.position-static .dropdown-menu {
  background-color: #f8f8f5;
  position: absolute;
  inset: 100% 0 auto 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  transition: opacity visibility 0.3s ease;
}
.navbar .dropdown.position-static:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* ----------  MEGA-MENU LAYOUT FIXES  ---------- */
.mega-menu-row {
  display: flex;
  align-items: stretch;
  gap: 0 var(--gap);
  padding: var(--gap) 0;
}
.mega-menu-row .col-lg-8 {
  flex-grow: 1;
}

/* left list */
.left-service-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.left-service-list .service-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.1rem;
  border-radius: 6px;
  color: #1d1d1d;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  /* 25.2px */
  letter-spacing: 0.2px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.left-service-list .service-item:hover, .left-service-list .service-item.active {
  background-color: #78eb54;
  color: #1d1d1d;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateX(4px);
}
.left-service-list .service-item .arrow-right {
  opacity: 0;
  transform: translateX(-8px);
  transition: all 0.3s ease;
}
.left-service-list .service-item:hover .arrow-right, .left-service-list .service-item.active .arrow-right {
  opacity: 1;
  transform: translateX(0);
}

/* divider – same height as columns */
.divider-rule {
  width: 2px;
  background: #e3e3e3;
  align-self: stretch;
  margin: 0;
}

/* right column – 4-per-row lines with border + radius */
.mega-menu-services {
  flex: 1 1 0%;
  display: flex;
  flex-direction: row;
  gap: 0;
  flex-wrap: wrap;
  border-radius: 5px;
  margin-top: 2px;
  margin-right: 1px;
  margin-left: -1px;
}

.divider {
  border-top: 1px solid #e5e5e5;
  margin: 1.25rem 0;
}

.service-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #212529;
  transition: transform 0.15s ease-in-out;
}

.icon-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  background-color: #f6f6f6 !important;
}

.service-line {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #e9ecef;
}
.service-line:last-child {
  border-bottom: none;
}
.service-line {
  /* rounded white “button” corners */
}
.service-line .service-block:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.service-line .service-block:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* individual card – icon left / text right */
.service-block {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  background: #fff;
  text-decoration: none;
  color: #1d1d1d;
  transition: background 0.3s ease;
}
.service-block:hover {
  background: rgba(120, 235, 84, 0.08);
}
.service-block .icon-wrapper {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  display: grid;
  place-content: center;
  border-radius: 6px;
}
.service-block .icon-wrapper i {
  font-size: 20px;
  color: #fff;
}
.service-block span {
  flex: 1 1 auto;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.2px;
  font-weight: 300;
}

/* dynamic badge colours */
.badge-blue iconify-icon {
  color: #5b6bff !important;
}

.badge-red iconify-icon {
  color: #ff325d !important;
}

.badge-green iconify-icon {
  color: #1f8a46 !important;
}

.badge-yellow iconify-icon {
  color: #fcc11a !important;
}

.badge-blue1 iconify-icon {
  color: #3b9eff !important;
}

.badge-black iconify-icon {
  color: #1d1d1d !important;
}

.badge-purple iconify-icon {
  color: #9b5bff !important;
}

.badge-orange iconify-icon {
  color: #ff6827 !important;
}

.badge-red1 iconify-icon {
  color: #cf0003 !important;
}

.badge-green1 iconify-icon {
  color: #007aa7 !important;
}

.badge-purple1 iconify-icon {
  color: #7028ff !important;
}

/* ----------  CTA ROW  ---------- */
.mt-5.pt-3.d-flex {
  margin-top: 24px !important;
  padding-top: 24px !important;
}

.scope-btn {
  border-color: #78eb54 !important;
  color: #1d1d1d !important;
  background-color: #ffffff !important;
  font-weight: 500;
}
.scope-btn i {
  margin-left: 5px;
}
.scope-btn:hover {
  background-color: #78eb54 !important;
  color: #1d1d1d !important;
}

/* ----------  UTILITIES  ---------- */
body.menu-open {
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .nav-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/* ----------  RIGHT PANEL TRANSITION  ---------- */
.service-panel {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.service-panel .panel-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.service-panel .panel-footer .footer-heading {
  font-size: 18px;
  font-weight: 500;
  color: #1d1d1d;
}

.service-panel.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  height: 100%;
}

/* placeholder styling */
.placeholder-box {
  height: 280px;
  border: 2px dashed #ced4da;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  color: #6c757d;
  background: #fff;
}

/* ---------- VIDEO SERVICE CARD ---------- */
.video-service-card {
  width: 100%;
  display: block;
  text-decoration: none;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  margin-top: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  transition: transform 0.25s ease;
}
.video-service-card:hover {
  transform: translateY(-4px);
}

/* image wrapper */
.video-thumb {
  width: 100%;
  height: 350px;
  overflow: hidden;
  background: #000;
}
.video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* caption */
.video-caption {
  padding: 20px 0px 0px 5px;
  font-size: 16px;
  font-weight: 600;
  color: #1d1d1d;
  line-height: 1.4;
}

/* ===============================
   LEFT MENU
================================ */
/* ===============================
   SHARED MEGA MENU (Resources / Why Us)
================================ */
/* Hover Bridge to prevent accidental closing */
.nav-item.dropdown:hover::after {
  content: "";
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  height: 50px;
  /* Covers gap between nav and menu */
  z-index: 1000;
  background: transparent;
}

/* 2-Column Mega Menu Layout */
.mega-2-col-grid {
  display: grid;
  grid-template-columns: 280px 1px 1fr;
  /* Fixed left width */
  width: 100%;
  column-gap: 24px;
}

/* Left Item (Nav) */
.mega-menu-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 24px;
  height: auto;
  min-height: 86px;
  text-decoration: none;
  background: transparent;
  border-radius: 10px;
  transition: all 0.25s ease;
  cursor: pointer;
}
.mega-menu-item:hover, .mega-menu-item.active {
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.mega-menu-item:hover .item-icon iconify-icon, .mega-menu-item.active .item-icon iconify-icon {
  transform: scale(1.12);
}
.mega-menu-item {
  /* Icon Wrapper */
}
.mega-menu-item .item-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.06);
  flex-shrink: 0;
}
.mega-menu-item .item-icon iconify-icon {
  font-size: 20px;
  color: #7720ff;
  transition: transform 0.3s ease;
}
.mega-menu-item {
  /* Text Content */
}
.mega-menu-item .item-content {
  display: flex;
  flex-direction: column;
}
.mega-menu-item .item-content span {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #1d1d1d;
  margin-bottom: 2px;
  line-height: 140%;
  letter-spacing: 0.2px;
}
.mega-menu-item .item-content p {
  margin: 0;
  font-size: 12px;
  color: rgba(29, 29, 29, 0.8);
  line-height: 16px;
}

.mega-menu-divider {
  margin: 0;
  opacity: 0.1;
  border-color: #000;
}

/* Right Content Panel Container */
.mega-content-panel {
  display: none;
  cursor: default;
  /* Hidden by default */
  gap: 24px;
  padding: 16px;
  background: #ffffff;
  border-radius: 12px;
  width: 100%;
  animation: fadeIn 0.3s ease;
}
.mega-content-panel.active {
  display: flex;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Card in Right Panel */
.mega-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 50%;
  text-decoration: none;
  /* 2 cards side by side */
}
.mega-card .zoom-img {
  border-radius: 6px;
}
.mega-card .zoom-img img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.4s ease-in-out;
}
.mega-card:has(.card-footer a:hover) .zoom-img img {
  transform: scale(1.1);
}
.mega-card:has(.card-footer a:hover) .card-footer .mega-card-title {
  color: #1f8a46;
}
.mega-card .card-footer .mega-card-title {
  font-size: 20px;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  line-height: 20px;
  margin-top: 6px;
  margin-bottom: 6px;
  letter-spacing: 0.7px;
  text-transform: capitalize;
  color: rgba(29, 29, 29, 0.8);
}
.mega-card .card-footer p {
  font-size: 14px;
  color: rgba(29, 29, 29, 0.8);
  line-height: 1.5;
}

/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 992px) {
  .resources-right-column {
    flex-direction: column;
  }
  .divider-rule {
    display: none;
  }
}
/* ==========================================================================
   HERO SECTION
   ========================================================================== */
.hero-section {
  background-color: #f7f8ec;
  position: relative;
  overflow: hidden;
  padding: 80px 0 120px 0;
}
@media (max-width: 991.98px) {
  .hero-section {
    padding: 60px 0 100px 0;
  }
}
@media (max-width: 767.98px) {
  .hero-section {
    padding: 40px 0 80px 0;
  }
}
.hero-section .btn {
  min-width: 20%;
}
.hero-section .hero-cta-group {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
}
.hero-section .hero-cta-group .btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.hero-section::before {
  content: "";
  position: absolute;
  top: -120px;
  left: -120px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(120, 255, 140, 0.35);
  filter: blur(80px);
  z-index: 0;
}
@media (max-width: 767.98px) {
  .hero-section::before {
    width: 200px;
    height: 200px;
    top: -80px;
    left: -80px;
  }
}

/* title */
.hero-title {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 66px;
  font-style: normal;
  font-weight: 700;
  line-height: 75px;
  letter-spacing: -1px;
  color: #1d1d1d;
  max-width: 900px;
}
.hero-title .highlight {
  color: #2ec300;
}
@media (max-width: 991.98px) {
  .hero-title {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (max-width: 767.98px) {
  .hero-title {
    font-size: 42px;
    line-height: 50px;
  }
}
@media (max-width: 575.98px) {
  .hero-title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.5px;
  }
}

/* subtitle */
.hero-subtitle {
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  max-width: 870px;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.08px;
  color: rgba(29, 29, 29, 0.8);
}
@media (max-width: 767.98px) {
  .hero-subtitle {
    font-size: 16px;
    line-height: 26px;
  }
}

/* Hero Slider - Figma based */
.coverflow-stage {
  position: relative;
  width: 100%;
  max-width: 1440px;
  height: 486px;
  margin: 0 auto;
  overflow: hidden;
  isolation: isolate;
  margin-top: 32px;
}

.flow-item {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 24px;
  overflow: hidden;
  transform-style: preserve-3d;
  will-change: transform, width, height, opacity;
  transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1), width 900ms cubic-bezier(0.22, 1, 0.36, 1), height 900ms cubic-bezier(0.22, 1, 0.36, 1), opacity 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.flow-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

/* Hidden lead slide keeps wrap transitions invisible */
.flow-item:nth-child(1) {
  width: 228px;
  height: 330px;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
  transform: translate(calc(-50% - 860px), -50%);
}

.flow-item:nth-child(2) {
  width: 248px;
  height: 359px;
  opacity: 1;
  z-index: 1;
  transform: translate(calc(-50% - 596px), -50%);
}

.flow-item:nth-child(3) {
  width: 286px;
  height: 415px;
  opacity: 1;
  z-index: 2;
  transform: translate(calc(-50% - 320px), -50%);
}

.flow-item:nth-child(4) {
  width: 336px;
  height: 486px;
  opacity: 1;
  z-index: 3;
  transform: translate(-50%, -50%);
}

.flow-item:nth-child(5) {
  width: 287px;
  height: 415px;
  opacity: 1;
  z-index: 2;
  transform: translate(calc(-50% + 320px), -50%);
}

.flow-item:nth-child(6) {
  width: 247px;
  height: 359px;
  opacity: 1;
  z-index: 1;
  transform: translate(calc(-50% + 596px), -50%);
}

/* Hidden tail slide keeps wrap transitions invisible */
.flow-item:nth-child(7) {
  width: 228px;
  height: 330px;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
  transform: translate(calc(-50% + 860px), -50%);
}

.flow-item:nth-child(n+8) {
  opacity: 0;
  z-index: 0;
  transform: translate(calc(-50% + 980px), -50%);
  pointer-events: none;
}

@media (max-width: 1199.98px) and (min-width: 992px) {
  .coverflow-stage {
    height: 430px;
  }
  .flow-item:nth-child(1) {
    width: 208px;
    height: 300px;
    transform: translate(calc(-50% - 740px), -50%);
  }
  .flow-item:nth-child(2) {
    width: 228px;
    height: 330px;
    transform: translate(calc(-50% - 520px), -50%);
  }
  .flow-item:nth-child(3) {
    width: 260px;
    height: 378px;
    transform: translate(calc(-50% - 285px), -50%);
  }
  .flow-item:nth-child(4) {
    width: 306px;
    height: 430px;
  }
  .flow-item:nth-child(5) {
    width: 260px;
    height: 378px;
    transform: translate(calc(-50% + 285px), -50%);
  }
  .flow-item:nth-child(6) {
    width: 228px;
    height: 330px;
    transform: translate(calc(-50% + 520px), -50%);
  }
  .flow-item:nth-child(7) {
    width: 208px;
    height: 300px;
    transform: translate(calc(-50% + 740px), -50%);
  }
}
@media (max-width: 991.98px) {
  .coverflow-stage {
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 20px 16px 24px;
    gap: 12px;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 16px;
    max-width: 100%;
    margin: 12px 0 0;
    -webkit-overflow-scrolling: touch;
  }
  .coverflow-stage::-webkit-scrollbar {
    display: none;
  }
  .coverflow-stage {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .flow-item,
  .flow-item:nth-child(n) {
    position: relative;
    top: auto;
    left: auto;
    width: 260px;
    height: 360px;
    margin: 0;
    flex: 0 0 260px;
    opacity: 1 !important;
    z-index: 1 !important;
    transform: none !important;
    transition: none;
    pointer-events: auto;
    scroll-snap-align: center;
    border-radius: 20px;
  }
  .flow-item[data-slider-clone=true] {
    display: none !important;
  }
  .flow-item img {
    border-radius: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .flow-item {
    transition: none;
  }
}
/* Swiper hero */
.btn-text-swap {
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  /* ✅ hide real text */
  color: transparent !important;
  user-select: none;
}
.btn-text-swap::before, .btn-text-swap::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out;
  color: #0c1903;
  white-space: nowrap;
  pointer-events: none;
}
.btn-text-swap::before {
  opacity: 1;
  transform: translateY(0);
}
.btn-text-swap::after {
  opacity: 0;
  transform: translateY(100%);
}
.btn-text-swap:hover::before {
  opacity: 0;
  transform: translateY(-100%);
}
.btn-text-swap:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.rotate-180 {
  transform: rotate(180deg);
}

.white-body {
  background-color: #f4f4e7;
  padding: 124px 0px;
  position: relative;
  overflow: hidden;
}

.top-left-circle::after {
  content: "";
  width: 402px;
  height: 402px;
  border-radius: 402px;
  position: absolute;
  background: rgba(120, 235, 84, 0.06);
  top: -29vh;
  left: -26vh;
}
.top-left-circle::before {
  content: "";
  width: 506.52px;
  height: 506.52px;
  border-radius: 506.52px;
  position: absolute;
  background: rgba(120, 235, 84, 0.06);
  top: -37vh;
  left: -34vh;
}

.top-right-circle::after {
  content: "";
  width: 402px;
  height: 402px;
  border-radius: 402px;
  position: absolute;
  background: rgba(120, 235, 84, 0.06);
  top: -29vh;
  right: -26vh;
}
.top-right-circle::before {
  content: "";
  width: 506.52px;
  height: 506.52px;
  border-radius: 506.52px;
  position: absolute;
  background: rgba(120, 235, 84, 0.06);
  top: -37vh;
  right: -34vh;
}

/* ==========================================================================
   GENERAL SECTION STYLES
   ========================================================================== */
.section-title {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 6.44px;
  text-transform: uppercase;
}

.service-icon-card {
  padding: 24px 36px;
  border-radius: 24px;
  background: #fff;
  /* Equal height & Hover Scale */
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service-icon-card:hover {
  transform: scale(0.98);
}
.service-icon-card:hover .arrow-circle-btn {
  background-color: #78eb54;
}
.service-icon-card:hover .arrow-circle-btn iconify-icon {
  animation: slide-pass-right 0.4s forwards ease-in-out;
}
@media (max-width: 767.98px) {
  .service-icon-card {
    padding: 20px 24px;
  }
  .service-icon-card .service-card-title {
    font-size: 20px;
  }
}
.service-icon-card .service-card-title {
  color: #1d1d1d;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  display: flex;
  justify-content: space-between;
}

.zoom-img {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
.zoom-img .zoom-text {
  position: absolute;
  bottom: 24px;
  left: 24px;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
  z-index: 2;
}
.zoom-img img {
  transition: transform 0.3s ease;
  width: 100%;
  display: block;
}
.zoom-img:hover img {
  transform: scale(1.1);
}

/* ==========================================================================
   OUR WORK / PORTFOLIO
   ========================================================================== */
.our-work .work-portfolio {
  border-radius: 24px;
  background: #17281c;
  padding: 33px;
}
.our-work .work-portfolio .work-img {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  flex-direction: row;
}
@media (max-width: 767px) {
  .our-work .work-portfolio .work-img {
    flex-direction: column;
  }
}
.our-work .work-portfolio .work-img-slider {
  margin-top: 30px;
}
.our-work .work-portfolio .work-img-slider .zoom-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 17.52%, rgba(0, 0, 0, 0.47) 66.63%, #000 83.84%);
  z-index: 1;
  pointer-events: none;
}

.bottom-right-circle::after {
  content: "";
  width: 402px;
  height: 402px;
  border-radius: 402px;
  position: absolute;
  background: rgba(120, 235, 84, 0.06);
  bottom: -29vh;
  right: -26vh;
}
.bottom-right-circle::before {
  content: "";
  width: 506.52px;
  height: 506.52px;
  border-radius: 506.52px;
  position: absolute;
  background: rgba(120, 235, 84, 0.06);
  bottom: -37vh;
  right: -34vh;
}

.bottom-left-circle::after {
  content: "";
  width: 402px;
  height: 402px;
  border-radius: 402px;
  position: absolute;
  background: rgba(120, 235, 84, 0.06);
  bottom: -29vh;
  left: -26vh;
}
.bottom-left-circle::before {
  content: "";
  width: 506.52px;
  height: 506.52px;
  border-radius: 506.52px;
  position: absolute;
  background: rgba(120, 235, 84, 0.06);
  bottom: -37vh;
  left: -34vh;
}

/* ==========================================================================
   ABOUT US
   ========================================================================== */
.green-card {
  padding: 48px;
  border-radius: 24px;
  background: #17281c;
  margin-bottom: 25px;
  min-height: 380px;
}
.green-card .card-title {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.96px;
  color: rgba(255, 255, 255, 0.95);
  margin: 15px 0px 15px 0px;
}
.green-card .card-description {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.08px;
}
.green-card:hover {
  background: #1a3d2b;
  transition: background 0.3s ease;
}
@media (max-width: 767.98px) {
  .green-card {
    padding: 24px;
    min-height: auto;
  }
  .green-card .card-title {
    font-size: 20px;
  }
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer {
  background-color: #001a0d !important;
  background-size: cover;
  color: gray;
  position: relative;
  width: 100%;
}
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../public/assets/images/footer-map-background.png");
  opacity: 0.4;
  z-index: 0;
}
.site-footer > * {
  position: relative;
  z-index: 1;
}
.site-footer a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}
.site-footer a:hover {
  color: #78eb54;
}
.site-footer ul {
  list-style: none;
  padding-left: 0;
}

.subscribe-card {
  background-color: #001a0d;
  width: 90%;
  margin: 0 auto;
  padding: 54px 72px;
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  transform: translateY(-50%);
  margin-bottom: -60px;
  box-shadow: 0px 13px 33.8px 0px rgba(255, 255, 255, 0.2);
}
.subscribe-card .subscribe-text {
  max-width: 50%;
}
.subscribe-card .subscribe-text .subscribe-title {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: rgba(255, 255, 255, 0.95);
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -0.45px;
  margin-bottom: 15px;
}
.subscribe-card .subscribe-text .subscribe-title .highlight {
  color: #78eb54;
  font-weight: 600;
}
.subscribe-card .subscribe-text p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.08px;
  color: rgba(255, 255, 255, 0.8);
}
.subscribe-card .subscribe-form {
  display: flex;
  gap: 15px;
  width: 45%;
}
.subscribe-card .subscribe-form input {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  flex: 1;
  background: transparent;
  border: 1px solid #aeaeae;
  padding: 15px 20px;
  border-radius: 30px;
  color: rgba(255, 255, 255, 0.95);
  outline: none;
}
.subscribe-card .subscribe-form input::placeholder {
  color: rgba(255, 255, 255, 0.95);
}
.subscribe-card .subscribe-form input:focus {
  border-color: #78eb54;
}
.subscribe-card .subscribe-form button {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background-color: #78eb54;
  color: #1d1d1d;
  border: none;
  padding: 15px 30px;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  /* transition BOTH background and color smoothly */
  transition: background-color 0.3s ease, color 0.3s ease;
}
.subscribe-card .subscribe-form button:hover {
  background-color: #1d1d1d;
  color: #78eb54;
}

.footer-content {
  top: 30px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1.2fr;
  gap: 72px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}
.footer-content .footer-heading {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: rgba(255, 255, 255, 0.5019607843);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 125% */
  text-transform: capitalize;
  margin-bottom: 24px;
}
.footer-content .footer-heading.highlight {
  color: #78eb54;
}
.footer-content .footer-heading.with-underline {
  font-size: 40px;
  color: #666666;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
.footer-content .footer-heading.with-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 90px;
  height: 2px;
  background-color: #33443a;
}
.footer-content .footer-heading.with-underline::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 65px;
  height: 1px;
  background-color: #33443a;
}
.footer-content .footer-heading.with-underline .highlight {
  color: #78eb54;
}
.footer-content .footer-links li {
  margin-bottom: 12px;
}
.footer-content .footer-links li a {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.08px;
}
.footer-content .footer-links li a:hover {
  color: rgba(255, 255, 255, 0.95);
}
.footer-content .payment-logos {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
.footer-content .payment-logos .payment-row {
  display: flex;
  width: 100%;
  gap: 5px;
  /* First row: 4 items, evenly spaced */
}
.footer-content .payment-logos .payment-row:first-child {
  justify-content: space-between;
}
.footer-content .payment-logos .payment-row {
  /* Second row: 3 items, centered */
}
.footer-content .payment-logos .payment-row:nth-child(2) {
  justify-content: center;
}
.footer-content .payment-logos .payment-row .logo-box {
  background: #fff;
  border-radius: 4px;
  flex: 1 1 0;
  max-width: 100%;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.footer-content .payment-logos .payment-row .logo-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.footer-content .contact-col .contact-list {
  padding: 0;
}
.footer-content .contact-col .contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.08px;
  color: rgba(255, 255, 255, 0.5);
}
.footer-content .contact-col .contact-list li i {
  color: gray;
  margin-top: 4px;
  font-size: 14px;
}
.footer-content .contact-col .contact-list li span {
  line-height: 1.5;
}

.footer-bottom {
  margin: 0px auto 0 auto;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.footer-bottom .footer-col {
  display: flex;
  align-items: center;
}
.footer-bottom .footer-col.footer-left {
  gap: 8px;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: rgba(255, 255, 255, 0.5019607843);
}
.footer-bottom .footer-col.footer-left .brand-logo img {
  height: 50px;
  width: 50px;
}
.footer-bottom .footer-col.footer-left span {
  font-size: 18px;
  letter-spacing: -0.08px;
}
.footer-bottom .footer-col.footer-center {
  flex: 1;
  justify-content: center;
  font-size: 18px;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: rgba(255, 255, 255, 0.5019607843);
  letter-spacing: -0.08px;
}
.footer-bottom .footer-col.footer-center .divider {
  margin: 0 5px;
  opacity: 0.5;
  border: none !important;
}
.footer-bottom .footer-col.footer-center a {
  text-decoration: none;
}
.footer-bottom .footer-col.footer-center a:hover {
  color: #78eb54;
}
.footer-bottom .footer-col {
  /* ---------- FOOTER BOTTOM RIGHT CORRECTIONS ---------- */
}
.footer-bottom .footer-col.footer-right {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: flex-end;
}
.footer-bottom .footer-col {
  /* AI Summary Button - Exact styling from image */
}
.footer-bottom .footer-col .ai-summary-button {
  background-color: #78eb54;
  border-radius: 30px;
  padding: 8px 5px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  user-select: none;
}
.footer-bottom .footer-col .ai-summary-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.footer-bottom .footer-col .ai-summary-button:focus-visible {
  outline: 2px solid rgba(120, 235, 84, 0.75);
  outline-offset: 3px;
}
.footer-bottom .footer-col .ai-summary-button.is-open .ai-summary-button__icon--arrow {
  transform: rotate(180deg);
}
.footer-bottom .footer-col .ai-summary-button.is-open .ai-summary-menu {
  display: block;
}
.footer-bottom .footer-col .ai-summary-button__content {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-bottom .footer-col .ai-summary-button__icon {
  color: #1d1d1d;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-bottom .footer-col .ai-summary-button__icon--sparkles {
  font-size: 16px;
}
.footer-bottom .footer-col .ai-summary-button__icon--logo {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
}
.footer-bottom .footer-col .ai-summary-button__icon--arrow {
  font-size: 14px;
  opacity: 0.7;
  color: black;
  transition: transform 0.18s ease;
}
.footer-bottom .footer-col .ai-summary-button__text {
  color: #1d1d1d;
  font-size: 18px;
  font-weight: 600;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: -0.45px;
}
.footer-bottom .footer-col .ai-summary-button__separator {
  width: 1px;
  height: 20px;
  background-color: rgba(29, 29, 29, 0.2);
  margin: 0 4px;
}
.footer-bottom .footer-col {
  /* AI Summary dropdown (matches reference screenshot) */
}
.footer-bottom .footer-col .ai-summary-menu {
  position: absolute;
  right: 0;
  bottom: calc(100% + 10px);
  width: 240px;
  background: #0b0b0b;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 8px;
  display: none;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
  z-index: 50;
}
.footer-bottom .footer-col .ai-summary-menu__item {
  width: 100%;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.12px;
  padding: 10px 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: background 0.12s ease;
}
.footer-bottom .footer-col .ai-summary-menu__item:hover {
  background: rgba(255, 255, 255, 0.08);
}
.footer-bottom .footer-col .ai-summary-menu__item.is-selected {
  background: rgba(255, 255, 255, 0.12);
}
.footer-bottom .footer-col .ai-summary-menu__item.is-selected .ai-summary-menu__check {
  display: inline-flex;
}
.footer-bottom .footer-col .ai-summary-menu__item:not(.is-selected) .ai-summary-menu__check {
  display: none;
}
.footer-bottom .footer-col .ai-summary-menu__left {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.footer-bottom .footer-col .ai-summary-menu__label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.footer-bottom .footer-col .ai-summary-menu__app-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
}
.footer-bottom .footer-col .ai-summary-menu__app-icon iconify-icon {
  color: #ffffff;
  opacity: 0.95;
}
.footer-bottom .footer-col .ai-summary-menu__right {
  width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 24px;
}
.footer-bottom .footer-col .ai-summary-menu__check {
  color: #ffffff;
  opacity: 0.95;
}
.footer-bottom .footer-col {
  /* Social Wrapper - Curved green background */
}
.footer-bottom .footer-col .social-wrapper {
  background-color: #78eb54;
  border-radius: 86px;
  padding: 7px;
  display: flex;
  align-items: center;
}
.footer-bottom .footer-col .social-container {
  display: flex;
  gap: 6px;
  align-items: center;
}
.footer-bottom .footer-col .social-container a {
  width: 30px;
  height: 30px;
  background-color: #001a0d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}
.footer-bottom .footer-col .social-container a:hover {
  transform: scale(1.1);
}
.footer-bottom .footer-col .social-container a iconify-icon {
  color: #78eb54;
  font-size: 16px;
}
.footer-bottom .footer-col {
  /* Responsive adjustments */
}
@media (max-width: 1024px) {
  .footer-bottom .footer-col .footer-right {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
  .footer-bottom .footer-col .social-wrapper {
    border-radius: 30px;
    padding: 12px 20px;
  }
}
@media (max-width: 768px) {
  .footer-bottom .footer-col .footer-right {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}

/* Responsive: stack columns on small screens */
@media (max-width: 768px) {
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .footer-bottom .footer-col {
    justify-content: center !important;
    flex: unset;
  }
}
/* Footer Responsive: tablet + mobile share 3-col layout */
@media (max-width: 1024px) {
  .footer-content {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 24px;
    padding: 0 20px;
  }
  .footer-content .payment-col,
  .footer-content .contact-col {
    grid-column: 1/-1;
  }
  .subscribe-card {
    flex-direction: column;
    text-align: center;
    gap: 20px;
    transform: translateY(-20%);
    margin-bottom: -20px;
  }
  .subscribe-card .subscribe-text {
    max-width: 100%;
  }
  .subscribe-card .subscribe-form {
    width: 100%;
  }
  .footer-bottom {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }
  .footer-bottom .footer-col.footer-right {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media (max-width: 700px) {
  .footer-content {
    gap: 32px 16px;
    padding: 0 16px;
  }
  .footer-content .footer-heading {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .footer-content .footer-heading.with-underline {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .footer-content .footer-links li {
    margin-bottom: 8px;
  }
  .footer-content .footer-links li a {
    font-size: 16px;
    line-height: 24px;
  }
  .subscribe-card {
    width: 95%;
    margin-top: -30px;
    margin-bottom: 20px;
    padding: 30px 20px;
  }
  .subscribe-card .subscribe-form {
    flex-direction: column;
  }
  .subscribe-card .subscribe-form button {
    width: 100%;
  }
  .footer-bottom {
    padding-bottom: 20px;
  }
  .footer-bottom .footer-col.footer-left .brand-logo img {
    height: 40px;
    width: 40px;
  }
  .footer-bottom .footer-col.footer-left span {
    font-size: 14px;
  }
  .footer-bottom .footer-col.footer-center {
    font-size: 14px;
  }
}
.full-width-rule {
  width: 100%;
  height: 2px;
  background: rgba(242, 242, 247, 0.3019607843);
  border: none;
}

/* ==========================================================================
   CASE STUDIES
   ========================================================================== */
.case-studies-section {
  padding: 80px 0;
  background-color: #f4f4e7;
  font-family: "Onest", sans-serif;
}
.case-studies-section .container {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.case-studies-section {
  /* Eyebrow */
}
.case-studies-section .eyebrow {
  text-align: center;
  font-size: 12px;
  letter-spacing: 3px;
  font-weight: 600;
  color: #1d1d1d;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.case-studies-section {
  /* Title */
}
.case-studies-section .main-title {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-align: center;
  margin-top: 20px;
  font-size: 44px;
  font-weight: 800;
  color: #1d1d1d;
  margin-bottom: 20px;
}
.case-studies-section {
  /* Description */
}
.case-studies-section .description {
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0 auto 70px;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(29, 29, 29, 0.8);
  max-width: 980px;
  text-align: center;
  justify-self: center;
}
.case-studies-section {
  /* Cards */
}
.case-studies-section .case-studies-grid {
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr;
  width: 100%;
}
@media (min-width: 768px) {
  .case-studies-section .case-studies-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .case-studies-section .case-studies-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.case-studies-section .card {
  text-decoration: none;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.case-studies-section .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}
.case-studies-section .card img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
}
.case-studies-section .card .card-title {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  padding: 16px 24px;
  font-size: 30px;
  font-weight: 600;
  text-align: left;
  color: #1d1d1d;
  line-height: 38px;
}
@media (max-width: 575.98px) {
  .case-studies-section .card .card-title {
    font-size: 20px;
    line-height: 28px;
  }
}
.case-studies-section .case-study-btn {
  justify-self: center;
  border: 1px gray !important;
}

/* ==========================================================================
   GLOBAL SECTION FOOTER / CTA
   ========================================================================== */
.section-footer-exact {
  background-color: #001a0d;
  text-align: center;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  padding: 72px;
  width: 100%;
}
.section-footer-exact .bg-circle {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}
.section-footer-exact {
  /* ---------- TOP LEFT ---------- */
}
.section-footer-exact .top-left {
  width: 260px;
  height: 260px;
  top: -120px;
  left: -120px;
  background: rgba(120, 235, 84, 0.0588235294);
}
.section-footer-exact .top-left::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  top: 70px;
  left: 70px;
  background: rgba(120, 235, 84, 0.0588235294);
  border-radius: 50%;
}
.section-footer-exact {
  /* ---------- BOTTOM RIGHT ---------- */
}
.section-footer-exact .bottom-right {
  width: 260px;
  height: 260px;
  bottom: -140px;
  right: -140px;
  background: rgba(120, 235, 84, 0.0588235294);
}
.section-footer-exact .bottom-right::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  bottom: 70px;
  right: 70px;
  background: rgba(120, 235, 84, 0.0588235294);
  border-radius: 50%;
}
.section-footer-exact {
  /* Keep content above circles */
}
.section-footer-exact .cta-section-exact {
  position: relative;
  z-index: 2;
  max-width: 900px;
  display: block;
  margin: auto;
}
.section-footer-exact .cta-section-exact .cta-title-exact {
  color: rgba(255, 255, 255, 0.95);
  text-align: center;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: -2.08px;
  text-transform: capitalize;
}
.section-footer-exact .cta-section-exact p {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 10px;
  margin-bottom: 72px;
}
.section-footer-exact .cta-buttons-exact {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.section-footer-exact .cta-buttons-exact .btn {
  width: auto;
  max-width: 300px;
  min-width: 200px;
  flex: 1 1 0;
}
.section-footer-exact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 50% 10%, rgba(120, 235, 84, 0.05) 0%, transparent 40%);
  pointer-events: none;
}
.section-footer-exact {
  /* ---------- ANIMATION KEYFRAMES (Revised) ---------- */
}
@keyframes runner-move {
  0% {
    left: 71px;
    width: 13px;
  }
  100% {
    left: calc(100% - 71px - 13px);
    width: 13px;
  }
}
@keyframes activate-end {
  0% {
    background-color: #00381c;
    color: #fff;
  }
  85% {
    background-color: #00381c;
    color: #fff;
  }
  95% {
    background-color: #78eb54;
    color: #1d1d1d;
  }
  100% {
    background-color: #78eb54;
    color: #1d1d1d;
  }
}
.section-footer-exact {
  /* ---------- TIMELINE STYLES (Revised) ---------- */
}
.section-footer-exact .cta-process-timeline {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 72px auto 72px;
  height: 60px;
  align-items: flex-start;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  /* Base line (Stops exactly at the masked area) */
}
.section-footer-exact .cta-process-timeline::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 71px;
  right: 71px;
  height: 2px;
  background-color: #00381c;
  opacity: 0.4;
}
.section-footer-exact .cta-process-timeline {
  /* Moving dot (Now respects its own width at the end) */
}
.section-footer-exact .cta-process-timeline .timeline-runner {
  position: absolute;
  top: 22px;
  width: 13px;
  height: 4px;
  background-color: #78eb54;
  border-radius: 10px;
  animation: runner-move 5s ease-in-out infinite;
}
.section-footer-exact .cta-process-timeline .process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}
.section-footer-exact .cta-process-timeline .process-step .process-icon {
  font-size: 30px;
  padding: 6px;
  border-radius: 50%;
  transition: background-color 5s ease, color 5s ease;
  background-color: #1d1d1d;
  transform: translateY(-50%) translateY(24px);
}
.section-footer-exact .cta-process-timeline .process-step .process-text {
  margin-top: 20px;
  color: #fff;
  font-size: 14px;
}
.section-footer-exact .cta-process-timeline {
  /* Activation styles remain the same */
}
.section-footer-exact .cta-process-timeline .start-step .process-icon {
  background-color: #78eb54;
  color: #1d1d1d;
}
.section-footer-exact .cta-process-timeline .end-step .process-icon {
  background-color: #00381c;
  color: #fff;
  animation: activate-end 5s ease-in-out infinite;
}
.section-footer-exact {
  /* ---- Responsive: tablet ≤768px ---- */
}
@media (max-width: 767.98px) {
  .section-footer-exact {
    padding: 48px 24px;
    border-radius: 16px;
  }
  .section-footer-exact .cta-section-exact {
    max-width: 100%;
  }
  .section-footer-exact .cta-section-exact .cta-title-exact {
    font-size: 36px;
    line-height: 42px;
    letter-spacing: -1.5px;
  }
  .section-footer-exact .cta-process-timeline {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin: 48px auto;
    height: auto;
    position: relative;
    /* Vertical line between icons */
  }
  .section-footer-exact .cta-process-timeline::before {
    content: "";
    position: absolute;
    top: 42px;
    bottom: 42px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: auto;
    background-color: #00381c;
    opacity: 0.4;
  }
  .section-footer-exact .cta-process-timeline {
    /* Runner dot slides vertically */
  }
  .section-footer-exact .cta-process-timeline .timeline-runner {
    position: absolute;
    top: 42px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 12px;
    border-radius: 10px;
    background-color: #78eb54;
    animation: runner-move-vertical 5s ease-in-out infinite;
  }
  .section-footer-exact .cta-process-timeline .start-step {
    order: 0;
  }
  .section-footer-exact .cta-process-timeline .end-step {
    order: 2;
  }
  .section-footer-exact .cta-process-timeline .process-step .process-icon {
    transform: none;
  }
  @keyframes runner-move-vertical {
    0% {
      top: 42px;
    }
    100% {
      top: calc(100% - 42px - 12px);
    }
  }
  .section-footer-exact .cta-buttons-exact {
    flex-direction: column;
  }
  .section-footer-exact .cta-buttons-exact .btn {
    width: 100%;
    max-width: 100%;
    flex: none;
    border-radius: 24px;
  }
  .section-footer-exact .cta-buttons-exact .btn-trans {
    margin-left: 0;
  }
}
.section-footer-exact {
  /* ---- Responsive: mobile ≤700px ---- */
}
@media (max-width: 700px) {
  .section-footer-exact {
    padding: 16px 10px;
    border-radius: 12px;
  }
  .section-footer-exact .cta-section-exact .cta-title-exact {
    font-size: 28px !important;
    line-height: 30px !important;
    letter-spacing: -1.12px;
  }
  .section-footer-exact .cta-process-timeline {
    margin: 24px auto;
  }
}

@media (max-width: 768px) {
  .case-studies-section {
    padding: 60px 0;
  }
  .case-studies-section .section-header .section-title {
    font-size: 28px;
  }
  .case-studies-section .section-header .section-subtitle {
    font-size: 16px;
  }
  .case-studies-section .case-studies-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .case-studies-section .case-studies-grid .case-study-card .card-content {
    padding: 20px;
  }
  .case-studies-section .section-footer .cta-section {
    padding: 30px 20px;
  }
  .case-studies-section .section-footer .cta-section .cta-title {
    font-size: 24px;
  }
  .case-studies-section .section-footer .cta-section .cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .case-studies-section .section-footer .cta-section .cta-buttons .arrow-separator {
    transform: rotate(90deg);
  }
}
@media (max-width: 480px) {
  .case-studies-section .section-description p {
    font-size: 14px;
  }
  .case-studies-section .case-studies-grid .case-study-card .card-content .card-title {
    font-size: 18px;
  }
  .case-studies-section .case-studies-grid .case-study-card .card-content .card-description {
    font-size: 14px;
  }
}
/* ==========================================================================
   WHY CHOOSE US
   ========================================================================== */
.why-choose-us-section {
  padding-top: 80px;
  background-color: #f4f4e7;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.why-choose-us-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.why-choose-us-section .tab-section {
  background-color: #f4f4e7;
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
@media (max-width: 575.98px) {
  .why-choose-us-section .tab-section {
    display: none;
  }
}
.why-choose-us-section .tab-section .nav-pills {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.why-choose-us-section .tab-section .nav-pills .nav-item {
  margin-right: 0.75rem;
  margin-bottom: 1rem;
  flex: 0 0 auto;
}
.why-choose-us-section .tab-section .nav-pills .nav-link {
  border-radius: 30px;
  padding: 18px 24px;
  font-weight: 700;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  text-align: center;
  background-color: white;
  color: #0e1c03;
}
.why-choose-us-section .tab-section .nav-pills .nav-link iconify-icon {
  color: #1d1d1d;
  transition: color 0.3s ease;
}
.why-choose-us-section .tab-section .nav-pills .nav-link:hover:not(.active) {
  background-color: #1d1d1d;
  color: #78eb54;
}
.why-choose-us-section .tab-section .nav-pills .nav-link:hover:not(.active) iconify-icon {
  color: #78eb54;
}
.why-choose-us-section .tab-section .nav-pills .nav-link.active {
  background-color: #1d1d1d !important;
  color: #78eb54 !important;
}
.why-choose-us-section .tab-section .nav-pills .nav-link.active iconify-icon {
  color: #78eb54 !important;
}
.why-choose-us-section .tab-content {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.why-choose-us-section .tab-content .circle {
  background-color: #78eb54;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.why-choose-us-section .tab-content .circle iconify-icon {
  color: #1d1d1d;
}
.why-choose-us-section .tab-content .content-pane-dark {
  background-color: #001a0d;
  color: #78eb54;
  border-radius: 16px;
}
.why-choose-us-section .tab-content .content-pane-dark p {
  color: white;
}
.why-choose-us-section .tab-content .content-pane-light {
  background-color: white;
  border: 1px solid #1d1d1d;
  border-radius: 8px;
  color: #1d1d1d;
}
.why-choose-us-section .accordion {
  display: none;
}
@media (max-width: 575.98px) {
  .why-choose-us-section .accordion {
    display: block;
  }
}

@media (max-width: 768px) {
  .why-choose-us-section {
    padding: 60px 0;
  }
  .why-choose-us-section .main-title {
    font-size: 36px;
  }
}
/* ==========================================================================
   OUR STRENGTH
   ========================================================================== */
.our-strength-section {
  padding: 80px 0px;
  background-color: #f4f4e7;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.our-strength-section .tab-section {
  background-color: #f4f4e7;
}
.our-strength-section .tab-section .nav-pills {
  display: flex;
  justify-content: center;
  gap: 12px;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.our-strength-section .tab-section .nav-pills .nav-item {
  margin-right: 0.75rem;
  margin-bottom: 1rem;
  flex: 0 0 auto;
}
.our-strength-section .tab-section .nav-pills .nav-link {
  border-radius: 25px;
  padding: 13px 24px;
  font-weight: 500;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  text-align: center;
  background-color: white;
  color: #1d1d1d;
  font-size: 16px;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.our-strength-section .tab-section .nav-pills .nav-link iconify-icon {
  color: #1d1d1d;
  transition: color 0.3s ease;
}
.our-strength-section .tab-section .nav-pills .nav-link:hover:not(.active) {
  background-color: #1d1d1d;
  color: #78eb54;
}
.our-strength-section .tab-section .nav-pills .nav-link:hover:not(.active) iconify-icon {
  color: #78eb54;
}
.our-strength-section .tab-section .nav-pills .nav-link.active {
  background-color: #78eb54 !important;
  color: #1d1d1d !important;
}
.our-strength-section .tab-section .nav-pills .nav-link.active iconify-icon {
  color: #78eb54 !important;
}
.our-strength-section {
  /* =====  OUR-STRENGTH  TAB-PANES  ===== */
}
.our-strength-section .strength-card {
  padding: 24px;
  background-color: white;
  border-radius: 20px;
  text-align: start;
  color: #1d1d1d;
  min-height: 300px;
  /* Added hover effects to match testimonial cards */
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.our-strength-section .strength-card:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}
.our-strength-section .strength-icon {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
  color: #78eb54;
  margin-bottom: 8px;
}
.our-strength-section .strength-icon span {
  font-size: 32px;
  font-weight: 700;
}
.our-strength-section .strength-label {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #1d1d1d;
  line-height: 28px;
  margin: 22px 0px 22px 0px;
}
.our-strength-section {
  /* keep columns centred on mobile */
}
@media (max-width: 576px) {
  .our-strength-section .strength-number {
    font-size: 40px;
  }
  .our-strength-section .strength-label {
    font-size: 16px;
  }
  .our-strength-section .strength-desc {
    font-size: 13px;
  }
}

/* ================= GRID ================= */
/* ==========================================================================
   FAQ SECTION
   ========================================================================== */
.faq-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
}

/* ================= ACCORDION ================= */
.faq-column {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.faq-column .accordion {
  --bs-accordion-bg: transparent;
  --bs-accordion-border-color: transparent;
  --bs-accordion-btn-icon: none;
  --bs-accordion-btn-active-icon: none;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-active-bg: transparent;
  --bs-accordion-active-color: inherit;
}

.faq-item {
  overflow: hidden;
  border: none;
  margin-bottom: 20px;
  border-radius: 24px !important;
  color: #1d1d1d;
}
.faq-item .accordion-header {
  transition: background 0.3s ease;
}
.faq-item .accordion-button {
  padding: 34px;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  gap: 24px;
  color: #1d1d1d;
}
.faq-item:has(.accordion-button:not(.collapsed)) .accordion-header {
  background-color: #78eb54;
}
.faq-item:has(.accordion-button:not(.collapsed)) {
  color: #1d1d1d;
}
.faq-item:has(.accordion-button:not(.collapsed)) .faq-question {
  color: #062010;
  background-color: transparent;
  box-shadow: none;
}
.faq-item:has(.accordion-button:not(.collapsed)) .icon {
  transform: rotate(180deg);
  border-color: #062010;
}
.faq-item:hover .accordion-header {
  background-color: #78eb54;
}
.faq-item:hover .faq-question {
  color: #062010;
}
.faq-item:hover .faq-question::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23062010'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-dark .faq-item {
  background-color: #001a0d;
  color: #ffffff;
}
.accordion-dark .faq-item .icon-box {
  background-color: #78eb54;
  padding: 6px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1d1d1d;
}
.accordion-dark .faq-item .accordion-header {
  background-color: #001a0d;
  color: #ffffff;
}
.accordion-dark .faq-item .accordion-button {
  color: #ffffff;
  background-color: #001a0d;
}
@media (max-width: 575.98px) {
  .accordion-dark .faq-item .accordion-button {
    padding: 16px;
    font-weight: 400;
  }
}
.accordion-dark .faq-item .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231d1d1d'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-dark .faq-item .accordion-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(120, 235, 84, 0.3);
}
.accordion-dark .faq-item .accordion-button.collapsed {
  background-color: #001a0d;
}
.accordion-dark .faq-item .accordion-body {
  background-color: #001a0d !important;
  color: #ffffff;
}
@media (max-width: 575.98px) {
  .accordion-dark .faq-item .accordion-body {
    padding: 16px;
  }
}
.accordion-dark .faq-item:has(.accordion-button:not(.collapsed)) .accordion-header {
  background-color: #001a0d;
  font-weight: 400;
}
.accordion-dark .faq-item:has(.accordion-button:not(.collapsed)) .accordion-button {
  color: #1d1d1d;
  background-color: #78eb54;
  font-weight: 600;
}
.accordion-dark .faq-item:has(.accordion-button:not(.collapsed)) .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23062010'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-dark .faq-item:has(.accordion-button:not(.collapsed)) p {
  color: rgba(255, 255, 255, 0.8) !important;
}
.accordion-dark .faq-item:has(.accordion-button:not(.collapsed)) .icon {
  transform: rotate(180deg);
  border-color: #062010;
}
.accordion-dark .faq-item:hover .accordion-header {
  background-color: #78eb54;
  font-weight: 400;
}
.accordion-dark .faq-item:hover .accordion-button {
  color: #ffffff;
  font-weight: 400;
}
.accordion-dark .faq-item:hover .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23062010'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-dark .faq-item:hover .faq-question {
  color: #ffffff;
}
.accordion-dark .faq-item:hover .faq-question::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23062010'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.faq-question {
  width: 100%;
  background: none;
  background-color: transparent;
  border: none;
  padding: 22px 28px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  box-shadow: none !important;
}
.faq-question::after {
  display: block !important;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
.faq-question:not(.collapsed)::after {
  transform: rotate(-180deg);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* ================= ANSWER ================= */
.faq-answer {
  padding: 28px;
  background-color: rgba(120, 235, 84, 0.1) !important;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.faq-answer p {
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: inherit;
}

.faq-item:has(.accordion-button:not(.collapsed)) .faq-answer p {
  color: #1d1d1d;
}

/* ==========================================================================
   PRICING
   ========================================================================== */
.pricing-section h2 {
  max-width: 698px;
  width: 100%;
}
.pricing-section .pricing-grid {
  margin-top: 60px;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .pricing-section .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .pricing-section .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .pricing-section .pricing-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.pricing-section .pricing-card-wrapper {
  position: relative;
  height: 750px;
  flex: 0 0 305px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .pricing-section .pricing-card-wrapper {
    height: auto;
    flex: none;
  }
}
.pricing-section .pricing-card-background {
  position: absolute;
  inset: 0;
  height: 100%;
  background: #00381c;
  border-radius: 20px;
  z-index: 1;
}
.pricing-section .pricing-card-background.executive {
  background-color: #78eb54;
}
.pricing-section .pricing-card-background .executive-top {
  top: 12px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #1d1d1d !important;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
.pricing-section .pricing-card-background .executive-bottom {
  bottom: 5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #1d1d1d !important;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
.pricing-section .pricing-card-main {
  position: absolute;
  top: 50px;
  left: 0;
  height: 704px;
  left: 0;
  width: 100%;
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  z-index: 2;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}
.pricing-section .pricing-card-main.executive {
  background-color: #00381c;
}
.pricing-section .pricing-card-main:hover {
  top: 10px;
  transform: translateY(-10px);
}
@media (max-width: 991px) {
  .pricing-section .pricing-card-main:hover {
    top: 0;
    transform: none;
  }
}
@media (max-width: 991px) {
  .pricing-section .pricing-card-main {
    position: relative;
    top: 0;
    height: auto;
    overflow: visible;
  }
}
.pricing-section .featured-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #78eb54;
  color: #1d1d1d;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(120, 235, 84, 0.3);
}
.pricing-section .pricing-card-header {
  margin-bottom: 30px;
}
.pricing-section .pricing-card-header .pricing-card-title {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #1d1d1d;
  margin-bottom: 10px;
  transition: color 0.3s ease;
  text-align: start;
}
.pricing-section .pricing-card-header .pricing-card-title.executive {
  color: #78eb54;
}
.pricing-section .pricing-card-header .pricing-heading-subtitle {
  color: #535353;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.36px;
}
.pricing-section .pricing-card-header .pricing-card-subtitle {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #535353;
  line-height: 20px;
  letter-spacing: 0.36px;
  margin-bottom: 5px;
  text-align: start;
}
.pricing-section .pricing-card-header .pricing-card-subtitle.executive {
  color: rgba(255, 255, 255, 0.8);
}
.pricing-section .pricing-card-body {
  flex: 1;
  max-height: 500px;
  overflow-y: auto;
}
.pricing-section .pricing-features {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 400px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.pricing-section .pricing-features li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  color: #1d1d1d;
  border-bottom: 1px dashed gray;
  transition: all 0.3s ease;
}
.pricing-section .pricing-features li p {
  font-size: 16px;
  margin-bottom: 0px;
}
.pricing-section .pricing-features li p.executive {
  color: rgba(255, 255, 255, 0.95);
}
.pricing-section .pricing-features li span {
  font-size: 20px;
}
.pricing-section .pricing-features li span.executive {
  color: rgba(255, 255, 255, 0.95);
}
.pricing-section .pricing-features li:last-child {
  border-bottom: none;
}
.pricing-section .pricing-features li .check-icon {
  height: 24px;
  width: 24px;
  color: #1f8a46;
  margin-right: 12px;
  font-weight: bold;
  font-size: 18px;
  transition: transform 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}
.pricing-section .pricing-features li .check-icon.executive {
  color: #78eb54;
}
.pricing-section .pricing-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 100%;
  padding: 15px;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  background: white !important;
  color: #0c1903 !important;
  transition: all 0.3s ease;
  font-size: 16px;
  border: 1px solid #0c1903 !important;
  position: relative;
  overflow: hidden;
}
.pricing-section .pricing-btn .icon-wrap {
  display: inline-flex;
  transform: translate(0, 0);
  opacity: 1;
}
.pricing-section .pricing-btn:hover .icon-wrap {
  animation: arrow-exit-enter 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.pricing-section .pricing-btn.executive {
  background-color: #78eb54 !important;
}

@keyframes arrow-exit-enter {
  /* Move to top-right (VISIBLE) */
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  45% {
    transform: translate(16px, -16px);
    opacity: 1;
  }
  /* Fade out ONLY at destination */
  55% {
    transform: translate(16px, -16px);
    opacity: 0;
  }
  /* Teleport below-left (hidden) */
  56% {
    transform: translate(-12px, 12px);
    opacity: 0;
  }
  /* Travel back to original spot */
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
/* ==========================================================================
   OUR DIFFERENCES
   ========================================================================== */
.our-difference-section {
  background-color: #f4f4e7 !important;
}
.our-difference-section .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.our-difference-section .section-title {
  color: #1d1d1d;
}
.our-difference-section h2 {
  color: #1d1d1d !important;
}
.our-difference-section p {
  color: rgba(29, 29, 29, 0.8);
  max-width: 768px;
  width: 100%;
  text-align: center;
}
.our-difference-section .our-difference-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .our-difference-section .our-difference-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .our-difference-section .our-difference-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.our-difference-section .difference-card {
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 24px;
  border: 1px solid #dfdfdf;
  padding: 36px;
  gap: 25px;
  min-height: 440px;
}
.our-difference-section .difference-card .icon {
  background-color: #1a3c28;
  width: 72px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.our-difference-section .difference-card iconify-icon {
  color: #78eb54;
}
.our-difference-section .difference-card h3 {
  color: #1d1d1d;
  font-size: 40px;
  font-weight: 700;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 48px;
}
@media (max-width: 575.98px) {
  .our-difference-section .difference-card h3 {
    font-size: 25px;
    line-height: 35px;
  }
}
.our-difference-section .difference-card p {
  font-size: 17px;
  text-align: start;
  line-height: 24px;
}
.our-difference-section .difference-card:hover {
  box-shadow: 0 10px 10.8px -5px rgba(0, 0, 0, 0.2);
  transform: translateY(-1px);
  transition: all 0.3s ease-in-out;
}

/* ----------  TEMP: keep mega-menu open while designing  ---------- */
/* ==========================================================================
   BLOG SECTION
   ========================================================================== */
.blog-banner {
  background-color: #f4f4e7;
  padding: 60px 0px 24px 0px;
}
@media (max-width: 575.98px) {
  .blog-banner {
    padding: 15px 0px 24px 0px;
  }
}
.blog-banner .banner-body {
  padding: 72px;
  border-radius: 24px;
  background: #001a0d;
}
@media (max-width: 575.98px) {
  .blog-banner .banner-body {
    padding: 16px;
  }
}
.blog-banner .banner-body h1 {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  /* 134.615% */
  letter-spacing: -2.08px;
  text-transform: capitalize;
}
@media (max-width: 575.98px) {
  .blog-banner .banner-body h1 {
    font-size: 28px;
    line-height: 35px;
  }
}

.blog-highlight-desc {
  padding: 5px 24px;
  border-radius: 12px;
  border-left: 5px solid #78eb54;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 19px 0 rgba(0, 0, 0, 0.07);
  color: rgba(29, 29, 29, 0.8);
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.08px;
  font-weight: 400;
  margin-bottom: 24px;
}

.blog-custom-banner {
  padding: 48px 64px;
  border-radius: 12px;
  background: linear-gradient(106deg, #1f8a46 12.34%, #78eb54 88.91%);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  will-change: transform;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1), background 0.5s ease;
}
.blog-custom-banner:hover {
  transform: translateY(-1px);
  background: linear-gradient(173deg, #1f8a46 8.71%, #78eb54 97.66%);
}
.blog-custom-banner .banner-heading {
  color: rgba(255, 255, 255, 0.95);
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 60px;
  letter-spacing: -1.2px;
}
.blog-custom-banner p {
  color: rgba(255, 255, 255, 0.95);
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 25px;
}
.blog-custom-banner .btn-white {
  color: #1f8a46;
  font-weight: 700;
  min-width: 250px;
  margin-top: 25px;
}
.blog-custom-banner .btn-white:hover {
  background-color: #1f8a46;
  color: rgba(255, 255, 255, 0.95);
}
@media (max-width: 575.98px) {
  .blog-custom-banner {
    padding: 24px;
  }
  .blog-custom-banner .banner-heading {
    font-size: 32px;
    line-height: 44px;
  }
  .blog-custom-banner .btn-white {
    min-width: 200px;
  }
}

.blog-details-list-content {
  margin: 25px 0px;
}
.blog-details-list-content .list-item-content .content-heading {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #1d1d1d;
  margin-bottom: 24px;
}
.blog-details-list-content .list-item-content .content-heading .number-item {
  background-color: #78eb54;
  display: flex;
  width: 60px;
  height: 59px;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  aspect-ratio: 60/59;
  border-radius: 89px;
  font-size: 35px;
}
.blog-details-list-content .list-item-content .content-heading h3 {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
}
.blog-details-list-content .list-item-content .content-description img {
  border-radius: 24px;
  margin-bottom: 24px;
}
.blog-details-list-content .list-item-content .over-all-score {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #1d1d1d;
  display: flex;
  padding: 14px;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  border-radius: 12px;
  border-left: 2px solid #1f8a46;
  background: rgba(120, 235, 84, 0.2);
}

.subscribe-box {
  padding: 32px 35px;
  border-radius: 24px;
  background-color: #78eb54;
  box-shadow: 0 13px 33.8px 0 rgba(0, 0, 0, 0.49);
}
@media (max-width: 575.98px) {
  .subscribe-box {
    padding: 16px;
  }
}
.subscribe-box .subscribe-box-title {
  color: #1d1d1d;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}
@media (max-width: 575.98px) {
  .subscribe-box .subscribe-box-title {
    line-height: 25px;
  }
}
.subscribe-box input {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: rgba(255, 255, 255, 0.95);
  padding: 15px 24px;
  border-radius: 30px;
  color: #1d1d1d;
  outline: none;
}
.subscribe-box input::placeholder {
  color: #767676;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.subscribe-box input:focus {
  border-color: #78eb54;
}
.subscribe-box p {
  color: #1d1d1d;
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.08px;
}
.subscribe-box p.small {
  font-size: 12px;
  line-height: 15px;
}

.blog-body {
  padding: 36px 0px;
}
.blog-body .blog-category-select {
  margin-bottom: 8px;
}
.blog-body .blog-category-select select {
  width: 100%;
  padding: 13px 44px 13px 18px;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  color: #1d1d1d;
  background-color: #ffffff;
  border: 1.5px solid rgba(29, 29, 29, 0.12);
  border-radius: 10px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpath fill='%231d1d1d' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 20px;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.blog-body .blog-category-select select:focus {
  outline: none;
  border-color: #78eb54;
  box-shadow: 0 0 0 3px rgba(120, 235, 84, 0.2);
}

.blog-categories {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 12px 24px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-categories .categories-item {
  display: flex;
  padding: 10px 16px;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  color: #1d1d1d;
  text-decoration: none;
}
.blog-categories .categories-item.active {
  background-color: #78eb54;
}
.blog-categories .categories-item:hover {
  background-color: #78eb54;
}

.blog-lists {
  margin-top: 64px;
  margin-bottom: 64px;
}

.blog-card {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.blog-card .zoom-img {
  border-radius: 12px 12px 0px 0px;
  overflow: hidden;
}
.blog-card .zoom-img img {
  transition: transform 0.4s ease-in-out;
}
.blog-card .blog-desc {
  color: black;
  padding: 18px;
  border-radius: 0px 0px 12px 12px;
  background: #fff;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.1);
}
.blog-card .blog-desc .desc-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.blog-card .blog-desc .desc-header .blog-category {
  display: flex;
  padding: 4px 16px;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: rgba(120, 235, 84, 0.2);
}
.blog-card .blog-desc .desc-header .blog-category span {
  color: #1f8a46;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.56px;
}
.blog-card .blog-desc .desc-header .blog-category iconify-icon {
  color: #1f8a46;
}
.blog-card .blog-desc .desc-header .blog-timestamp {
  display: flex;
  padding: 4px 16px;
  align-items: center;
  gap: 10px;
}
.blog-card .blog-desc .desc-header .blog-timestamp span {
  color: #1d1d1d;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.56px;
}
.blog-card .blog-desc .desc-body .blog-title {
  color: #1d1d1d;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.48px;
  margin-bottom: 16px;
  transition: color 0.3s ease-in-out;
}
@media (max-width: 575.98px) {
  .blog-card .blog-desc .desc-body .blog-title {
    font-size: 18px !important;
    line-height: 24px !important;
  }
}
.blog-card .blog-desc .desc-body p {
  color: rgba(29, 29, 29, 0.8);
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
}
@media (max-width: 575.98px) {
  .blog-card .blog-desc .desc-body p {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
.blog-card:has(.blog-title:hover) .zoom-img img {
  transform: scale(1.1);
}
.blog-card:has(.blog-title:hover) .desc-body .blog-title {
  color: #1f8a46;
}

.recent-posts .blog-card .zoom-img img {
  height: 350px;
}
@media (max-width: 575.98px) {
  .recent-posts .blog-card .zoom-img img {
    height: auto;
  }
}

.check-this-out-section h2 {
  color: #1d1d1d;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: -2.08px;
  text-transform: capitalize;
  margin-bottom: 60px;
}
.check-this-out-section .blog-title {
  font-size: 30px !important;
  line-height: 38px !important;
  font-weight: 600 !important;
}

.box-img-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.1);
}
.box-img-card img {
  width: 100%;
  height: auto;
}
.box-img-card .box-card-body {
  padding: 14px 16px;
  background: #fff;
}
.box-img-card .box-card-body .card-title {
  color: #1d1d1d;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  /* 126.667% */
  letter-spacing: -1.2px;
}

/* ==========================================================================
   COMPARISON SECTION
   ========================================================================== */
.comparison-section {
  background-color: #f4f4e7;
}
.comparison-section .container {
  display: flex;
  padding: 124px 0;
  flex-direction: column;
  align-items: center;
  gap: 72px;
}
.comparison-section .header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 100%;
  text-align: center;
}
.comparison-section .section-title {
  color: #1d1d1d;
}
.comparison-section h2 {
  color: #1d1d1d;
  text-align: center;
}
.comparison-section .header > p {
  color: rgba(29, 29, 29, 0.8);
  width: 100%;
  text-align: center;
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.08px;
  margin: 0;
}
.comparison-section .content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
.comparison-section .content .comparison-header {
  display: grid;
  grid-template-columns: 3fr repeat(5, 1fr);
  color: #333;
  text-align: center;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  width: 100%;
  padding: 18px 90px;
}
.comparison-section .content .card {
  display: flex;
  padding: 18px 90px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 0 0 0 rgba(120, 235, 84, 0), 0 0 0 rgba(120, 235, 84, 0);
  transition: box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1), transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.comparison-section .content .card:not(.highlight) {
  background: white;
}
.comparison-section .content .card.highlight {
  background: #78eb54;
  box-shadow: 0 3px 28px rgba(120, 235, 84, 0.35);
}
.comparison-section .content .card:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 0 1px rgba(120, 235, 84, 0.35), 0 10px 28px rgba(120, 235, 84, 0.35), 0 -10px 28px rgba(120, 235, 84, 0.25), 10px 0 28px rgba(120, 235, 84, 0.25), -10px 0 28px rgba(120, 235, 84, 0.25);
}
.comparison-section .content .card-content {
  display: flex;
  align-items: center;
  gap: 12px;
  align-self: stretch;
}
.comparison-section .content .card-left {
  display: flex;
  min-width: 276px;
  max-width: 420px;
  padding-bottom: 1px;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
}
.comparison-section .content .card-left .card-left-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  flex: 1 0 0;
}
.comparison-section .content .card-left .icon {
  font-size: 20px;
  margin-top: 4px;
}
.comparison-section .content .card-left h3 {
  color: #1d1d1d;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 28px;
  font-weight: 600;
  line-height: 30px;
  margin: 0;
}
.comparison-section .content .card-left p {
  color: #333;
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.08px;
  margin: 0;
  text-align: start;
  white-space: nowrap;
}
.comparison-section .content .card-right {
  display: flex;
  align-items: center;
  flex: 1 0 0;
  justify-content: space-around;
  width: 100%;
}
.comparison-section .content .card-right span {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.comparison-section .content .card-right span iconify-icon {
  font-size: 30px;
}
.comparison-section .content .check {
  color: #2f6b1c;
}
.comparison-section .content .cross {
  color: #ff4d4f;
}

/* Comparison Section - Mobile Card/Badge Layout (≤700px) */
@media (max-width: 700px) {
  .comparison-section .container {
    padding: 24px 0;
    gap: 24px;
  }
  .comparison-section .header {
    padding: 0 16px;
  }
  .comparison-section .header h2 {
    font-size: 30px !important;
    line-height: 32px !important;
  }
  .comparison-section .content {
    padding: 16px 0;
  }
  .comparison-section .content .comparison-header {
    display: none;
  }
  .comparison-section .content .card {
    padding: 16px;
    border-radius: 12px;
  }
  .comparison-section .content .card-content {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
  .comparison-section .content .card-left {
    min-width: 100%;
    max-width: 100%;
  }
  .comparison-section .content .card-left h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .comparison-section .content .card-left p {
    font-size: 16px;
    white-space: normal;
    line-height: 24px;
  }
  .comparison-section .content .card-right {
    flex-wrap: wrap;
    gap: 6px;
    justify-content: flex-start;
  }
  .comparison-section .content .card-right span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 30px;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 0;
    width: 110px;
  }
  .comparison-section .content .card-right span iconify-icon {
    font-size: 14px;
  }
  .comparison-section .content .card-right span::after {
    content: attr(data-label);
    font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 13px;
    font-weight: 700;
  }
  .comparison-section .content .card-right span[data-label=Support], .comparison-section .content .card-right span[data-label=Affordable] {
    width: 120px;
  }
  .comparison-section .content .card-right span.check {
    background: #dcfce7;
    border: 1px solid #29a959;
    color: #29a959;
  }
  .comparison-section .content .card-right span.check iconify-icon {
    color: #29a959;
  }
  .comparison-section .content .card-right span.check::after {
    color: #29a959;
  }
  .comparison-section .content .card-right span.cross {
    background: #fee2e2;
    border: 1px solid #e38797;
    color: #de2932;
  }
  .comparison-section .content .card-right span.cross iconify-icon {
    color: #de2932;
  }
  .comparison-section .content .card-right span.cross::after {
    color: #de2932;
  }
  .comparison-section .content .card.highlight .card-right .check[data-label=Affordable] {
    background: #001a0d;
    border-color: #080d10;
    color: white;
  }
  .comparison-section .content .card.highlight .card-right .check[data-label=Affordable] iconify-icon {
    color: white;
  }
  .comparison-section .content .card.highlight .card-right .check[data-label=Affordable]::after {
    color: white;
  }
}
/* ==========================================================================
   HOW IT WORKS
   ========================================================================== */
.how-it-works-section {
  background-color: #f4f4e7 !important;
}
.how-it-works-section .container {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 36px;
  align-self: stretch;
}
@media (min-width: 992px) {
  .how-it-works-section .container {
    padding-top: 124px;
  }
}
.how-it-works-section .header-wrapper p {
  max-width: 80%;
}
@media (max-width: 767.98px) {
  .how-it-works-section .header-wrapper .title-wrapper h2 {
    font-size: 30px;
  }
  .how-it-works-section .header-wrapper .title-wrapper img {
    width: 50px;
    height: 50px;
  }
  .how-it-works-section .header-wrapper p {
    max-width: 100%;
  }
}
.how-it-works-section .btn-footer {
  display: flex;
  width: 204px;
  height: 54px;
  min-width: 2px;
  max-width: 204px;
  padding: 13px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: #78eb54;
  box-shadow: 0 4px 8px 0 rgba(120, 235, 84, 0.5);
}
.how-it-works-section .header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
  min-width: 300px;
}
.how-it-works-section .section-title {
  color: #1d1d1d;
}
.how-it-works-section h2 {
  color: #1d1d1d !important;
}
.how-it-works-section p {
  color: rgba(29, 29, 29, 0.8);
  width: 100%;
}
.how-it-works-section .content {
  display: flex;
  min-width: 382px;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 44px 24px;
  align-self: stretch;
  flex-wrap: wrap;
}
.how-it-works-section .card {
  display: flex;
  padding: 52px 36px;
  flex-direction: column;
  align-items: flex-end;
  gap: 23px;
  background-color: #001a0d;
  border-radius: 24px;
  overflow: hidden;
  /* initial state */
  transform: translateY(0);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.how-it-works-section .card:hover {
  transform: translateY(-12px);
}
.how-it-works-section .card:hover .card-footer iconify-icon {
  animation: slide-pass-right 0.4s forwards ease-in-out;
}
.how-it-works-section .card {
  /* circle common styles */
}
.how-it-works-section .card::before, .how-it-works-section .card::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(120, 235, 84, 0.06);
  pointer-events: none;
}
.how-it-works-section .card {
  /* smaller circle (top one in figma) */
}
.how-it-works-section .card::before {
  width: 65%;
  aspect-ratio: 1/1;
  left: -20%;
  bottom: -45%;
}
.how-it-works-section .card {
  /* larger circle (bottom one in figma) */
}
.how-it-works-section .card::after {
  width: 85%;
  aspect-ratio: 1/1;
  left: -30%;
  bottom: -55%;
}
.how-it-works-section .card-content {
  display: flex;
  height: 288px;
  align-items: flex-start;
  gap: 12px;
  flex-shrink: 0;
  align-self: stretch;
}
.how-it-works-section .card-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
}
.how-it-works-section .card-right .card-right-title {
  color: #fff !important;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 40px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 48px !important;
  /* 120% */
}
.how-it-works-section .card-right .card-right-desc {
  color: rgba(255, 255, 255, 0.8) !important;
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 28px !important;
  /* 155.556% */
  letter-spacing: -0.08px !important;
}
.how-it-works-section .card-footer {
  display: flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: #78eb54;
  border-radius: 50%;
}
.how-it-works-section .how-it-works-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  padding-bottom: 50px;
  width: 100%;
}
@media (min-width: 768px) {
  .how-it-works-section .how-it-works-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .how-it-works-section .how-it-works-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.how-it-works-section .how-it-works-grid .card {
  height: 100% !important;
  min-width: auto !important;
}
@media (max-width: 575.98px) {
  .how-it-works-section .how-it-works-grid .card {
    padding: 16px;
  }
  .how-it-works-section .how-it-works-grid .card .card-right-title {
    font-size: 25px !important;
    line-height: 30px !important;
  }
}

/* ==========================================================================
   TESTIMONIALS
   ========================================================================== */
.testimonial-section {
  background-color: #f4f4e7 !important;
}
.testimonial-section .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  align-self: stretch;
}
.testimonial-section .header-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 44px;
  align-self: stretch;
  flex-wrap: wrap;
}
.testimonial-section .header {
  display: flex;
  min-width: 382px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
}
.testimonial-section .section-title {
  color: #1d1d1d;
}
.testimonial-section h2 {
  color: #1d1d1d !important;
}
.testimonial-section p {
  color: rgba(29, 29, 29, 0.8);
}
.testimonial-section .header-bottom {
  color: #1a1a1a;
}
.testimonial-section .header-bottom .review-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
}
.testimonial-section .header-bottom .review-wrapper p {
  font-size: 30px;
  color: #1a1a1a;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 800;
  line-height: 52px;
  margin: 0;
}
.testimonial-section .header-bottom .review-wrapper iconify-icon {
  color: #fcc11a;
}
@media (max-width: 768px) {
  .testimonial-section .header-bottom .review-wrapper p,
  .testimonial-section .header-bottom .review-wrapper span {
    font-size: 16px !important;
  }
  .testimonial-section .header-bottom .review-wrapper iconify-icon {
    height: 20px !important;
    width: 20px !important;
  }
}
.testimonial-section .video-card {
  position: relative;
  height: 455px;
  max-width: 650px;
  width: 100%;
  padding: 32px;
  border-radius: 24px;
  background: linear-gradient(117deg, #1f3a2b 1.85%, #3f6550 28.47%, #7fad93 52.84%, #335542 77.89%, #1f3a2b 92.75%);
  display: flex;
  justify-content: center;
  align-items: center;
  /* Play button centered */
}
.testimonial-section .video-card .play-btn {
  width: 98px;
  height: 98px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.testimonial-section .video-card .play-btn iconify-icon {
  color: #1f3a2b;
}
.testimonial-section .video-card {
  /* Bottom-left text */
}
.testimonial-section .video-card .video-card-text {
  margin-top: 20px;
  position: absolute;
  left: 32px;
  bottom: 32px;
  max-width: 70%;
  z-index: 1;
}
.testimonial-section .video-card .video-card-text h5 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 8px;
}
.testimonial-section .video-card .video-card-text p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
.testimonial-section .content {
  display: flex;
  min-width: 382px;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 44px 24px;
  align-self: stretch;
  flex-wrap: wrap;
}
.testimonial-section .card {
  display: flex;
  min-height: 334px;
  min-width: auto !important;
  padding: 24px;
  flex-direction: column;
  gap: 24px;
  border-radius: 25px;
  background: #fff;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.testimonial-section .card:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}
.testimonial-section .card .card-desc {
  color: rgba(29, 29, 29, 0.8);
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 25px;
}
.testimonial-section .card img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.testimonial-section .card span:first-child {
  font-weight: 600;
  display: block;
}
.testimonial-section .card span:last-child {
  font-size: 14px;
  color: rgba(29, 29, 29, 0.6);
  display: block;
}
.testimonial-section .btn-footer {
  padding: 15px 44px;
  border-radius: 99px;
  border: 1px solid #1d1d1d;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  line-height: 24px;
}

/* Dev-only: force Resources mega-menu to stay open */
.nav-item-opener {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  top: 100% !important;
  margin-top: 0 !important;
}

/* ==========================================================================
   BLOG DETAILS & AUTHOR
   ========================================================================== */
.blog-details-body {
  background-color: #f4f4e7;
}
.blog-details-body .container {
  max-width: 1580px;
}
.blog-details-body .details-card {
  background-color: #fff;
  border-radius: 24px;
}
.blog-details-body .details-card .container {
  max-width: 1440px;
}
.blog-details-body .details-card .table-content {
  border-radius: 24px;
  border: 1px solid #f3f4f6;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.blog-details-body .details-card .table-content .card-body {
  padding: 24px;
}
.blog-details-body .details-card .table-content h6 {
  color: #1d1d1d;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.blog-details-body .details-card .table-content .toc-list,
.blog-details-body .details-card .table-content .toc-sublist {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.blog-details-body .details-card .table-content .toc-list {
  max-height: 17.5rem;
  overflow-y: auto;
  padding-right: 0.5rem;
}
.blog-details-body .details-card .table-content .toc-list > li a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  text-decoration: none;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #1d1d1d;
  transition: all 0.2s ease-in;
}
.blog-details-body .details-card .table-content .toc-list > li a.active {
  font-weight: 500;
}
.blog-details-body .details-card .table-content .toc-list > li a i {
  color: #198754;
  font-size: 1rem;
  margin-right: 0.5rem;
}
.blog-details-body .details-card .table-content .toc-list > li a:hover {
  background-color: rgba(120, 235, 84, 0.8);
  color: #00381c;
}
.blog-details-body .details-card .table-content .toc-sublist {
  padding-left: 1.75rem;
  margin-bottom: 1rem;
  list-style-type: disc;
  margin-left: 10px;
}
.blog-details-body .details-card .table-content .toc-sublist li {
  margin-bottom: 10px;
}
.blog-details-body .details-card .table-content .toc-sublist li a {
  position: relative;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.2s ease-in;
  color: #1d1d1d;
}
.blog-details-body .details-card .table-content .toc-sublist li a:hover {
  background-color: rgba(120, 235, 84, 0.8);
}
.blog-details-body .blog-details-content h1 {
  color: #1d1d1d;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: -2.08px;
}
@media (max-width: 575.98px) {
  .blog-details-body .blog-details-content h1 {
    font-size: 28px;
    line-height: 30px;
  }
}
.blog-details-body .blog-details-content h2 {
  color: #1d1d1d;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
}
.blog-details-body .blog-details-content .curve-image-body {
  position: relative;
  overflow: visible;
}
.blog-details-body .blog-details-content .curve-image-body img {
  width: 100%;
  max-height: 550px;
  border-radius: 12px;
}
.blog-details-body .blog-details-content .curve-image-body .sharable-social-links {
  position: absolute;
  bottom: 0;
  flex-direction: column;
  left: -52px;
}
@media (max-width: 575.98px) {
  .blog-details-body .blog-details-content .blog-meta-info {
    font-size: 13px;
  }
}
.blog-details-body .blog-author {
  padding: 64px 32px;
  text-align: center;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.blog-details-body .blog-author .author-img img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  border: 2px solid #1f8a46;
}
.blog-details-body .blog-author .author-info {
  margin-top: 20px;
  margin-bottom: 25px;
}
.blog-details-body .blog-author .author-info .author-name {
  color: #1d1d1d;
  text-align: center;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  /* 110% */
  letter-spacing: 0.2px;
  margin-bottom: 8px;
  text-decoration: none;
  transition: all 0.2s ease-in;
}
.blog-details-body .blog-author .author-info .author-name:hover {
  color: #1f8a46 !important;
}
.blog-details-body .blog-author .author-info .author-designation {
  color: #1f8a46;
  text-align: center;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
  letter-spacing: 0.2px;
}

.sharable-social-links {
  display: flex;
  justify-content: center;
  color: #1d1d1d;
  list-style: none;
  gap: 24px;
  padding: 0;
}
.sharable-social-links.shadow-social li {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  background: #fff;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease-in-out;
}
.sharable-social-links.shadow-social li:hover {
  background-color: #78eb54;
}
.sharable-social-links.shadow-social li a {
  color: #1d1d1d;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-banner-card {
  background-color: #001a0d;
  padding: 32px 24px;
  border-radius: 24px;
}
.service-banner-card.blog-card {
  background: linear-gradient(180deg, #1f8a46 57.48%, #78eb54 111.73%) !important;
  padding: 12px 12px 12px 14px;
}
.service-banner-card p {
  color: rgba(255, 255, 255, 0.5);
}
.service-banner-card .service-banner-title {
  color: rgba(255, 255, 255, 0.95);
  text-align: center;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
.service-banner-card .service-banner {
  position: relative;
  margin: 24px 15px;
}
.service-banner-card .service-banner .banner-logo {
  background-color: #fff;
  padding: 9px 16px;
  position: absolute;
  border-radius: 24px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.service-banner-card .btn {
  font-weight: 700;
  color: #0f2e24;
}

.curve-image-body {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

/* ==========================================================================
   SERVICE PAGE (LOGO DESIGN)
   ========================================================================== */
.service-hero {
  position: relative;
  min-height: 100vh;
  background: url("../public/service-hero-1.png") center right/cover no-repeat;
  overflow: hidden;
  /* LEFT DARK OVERLAY */
}
.service-hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 8.41%, rgba(0, 0, 0, 0.15) 40.97%, rgba(0, 0, 0, 0.59) 57.34%, rgba(0, 0, 0, 0.87) 100%);
  z-index: 1;
}
.service-hero .hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  bottom: auto;
  margin-top: 100px;
  margin-bottom: 25px;
}
@media (max-width: 575.98px) {
  .service-hero .hero-inner {
    margin-top: 0px;
  }
}
.service-hero {
  /* LEFT CONTENT */
}
.service-hero .hero-left {
  max-width: 789px;
  color: rgba(255, 255, 255, 0.95);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.service-hero .hero-left h1 {
  color: #fff;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 65px;
  font-style: normal;
  font-weight: 700;
  line-height: 75px; /* 115.385% */
  letter-spacing: -0.45px;
}
.service-hero .hero-left h1 .highlight {
  color: #78eb54;
}
@media (max-width: 575.98px) {
  .service-hero .hero-left h1 {
    font-size: 32px;
    line-height: 36px;
  }
}
.service-hero .hero-left p {
  color: #fff;
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  letter-spacing: -0.08px;
}

/* FLOATING STATS BAR */
.stats-bar-wrapper {
  position: relative;
  bottom: 0px;
  z-index: 3;
}

.stats-bar {
  display: flex;
  min-width: 1px;
  max-width: 600px;
  padding: 10px 20px 10px 44px;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  row-gap: 21px;
  align-self: stretch;
  flex-wrap: wrap;
  border-radius: 24px;
  border-left: 8px solid #78eb54;
  background: #fff;
}
.stats-bar .stat-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.stats-bar .stat-item strong {
  color: #001a0d;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
}
.stats-bar .stat-item span {
  color: #6b7280;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px; /* 328.571% */
  letter-spacing: -0.08px;
}
@media (max-width: 575.98px) {
  .stats-bar .stat-item span {
    line-height: 20px;
  }
}

.service-hero-list {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  overflow-x: hidden;
  scrollbar-width: none;
}
.service-hero-list .service-hero-list::-webkit-scrollbar {
  display: none;
}
.service-hero-list .service-list-item {
  display: flex;
  padding: 6px 12px 6px 6px;
  align-items: center;
  gap: 8px;
  background-color: white;
  border-radius: 10px;
  white-space: nowrap;
  flex-shrink: 0;
}
.service-hero-list img {
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
  border-radius: 4px;
}
.service-hero-list .service-item-title {
  color: rgba(29, 29, 29, 0.9);
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: -0.64px;
  text-wrap: no-wrap;
  margin-bottom: 0px !important;
}

.service-hero-list-track {
  display: flex;
  gap: 16px;
  width: max-content;
  z-index: 50;
  animation: marquee 25s linear infinite;
  overflow-x: hidden;
  position: relative;
}

/* ==========================================================================
   INTRO SECTION - MODIFIED TO MATCH IMAGE
   ========================================================================== */
.intro-section {
  padding: 120px 0 0 0;
  background-color: #001a0d !important;
  position: relative;
  overflow: hidden;
}
.intro-section::before {
  content: "";
  position: absolute;
  top: -200px;
  left: -300px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: rgba(120, 235, 84, 0.08);
  z-index: 0;
}
.intro-section .main-flex {
  margin-bottom: 80px;
}
.intro-section .intro-text-side {
  padding-right: 40px;
}
.intro-section .intro-text-side .section-title {
  color: #78eb54;
}
.intro-section .intro-text-side .service-description {
  color: rgba(255, 255, 255, 0.8);
}
.intro-section .intro-text-side .feature-list {
  list-style: none;
  padding: 0;
  margin: 32px 0;
}
.intro-section .intro-text-side .feature-list li {
  margin-bottom: 14px;
  gap: 12px;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
}
.intro-section .intro-text-side .feature-list li iconify-icon {
  color: #78eb54;
  font-size: 8px;
  margin-top: 8px;
  flex-shrink: 0;
}
.intro-section .intro-text-side .feature-list li span {
  color: #78eb54;
}
.intro-section .intro-samples-side {
  padding-left: 40px;
}
.intro-section .intro-samples-side .samples-intro {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  letter-spacing: -0.08px;
}
.intro-section .intro-samples-side .logo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;
  gap: 16px;
  width: 100%;
  max-width: 100%;
}
.intro-section .intro-samples-side .logo-grid .logo-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  display: block !important;
}
.intro-section .intro-samples-side .logo-grid .logo-item img {
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  flex: none !important;
  align-self: auto !important;
  object-fit: cover;
  display: block;
}
.intro-section .intro-samples-side .logo-grid .logo-item.large {
  grid-row: span 2;
  min-height: 0;
}
.intro-section .intro-samples-side .logo-grid .logo-item.wide {
  grid-column: span 2;
  width: 100% !important;
  max-width: 100% !important;
}
.intro-section .intro-samples-side .logo-grid .logo-item.wide .logo-card {
  width: 100%;
  height: 100%;
}
.intro-section .intro-samples-side .logo-grid .logo-item.wide .logo-card img {
  width: 100% !important;
  min-width: 0 !important;
}
.intro-section .intro-samples-side .logo-grid .logo-item .logo-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.intro-section .intro-samples-side .logo-grid .logo-item .logo-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.08);
}
.intro-section .intro-samples-side .logo-grid .logo-item .logo-card .logo-preview {
  margin-bottom: 12px;
  text-align: center;
}
.intro-section .intro-samples-side .logo-grid .logo-item .logo-card .logo-text {
  text-align: center;
}
.intro-section .intro-samples-side .logo-grid .logo-item .logo-card .logo-text .logo-name {
  display: block;
  font-weight: 700;
  margin-bottom: 4px;
}
.intro-section .intro-samples-side .logo-grid .logo-item .logo-card .logo-text .logo-name .orange-text {
  color: #ff6b35;
}
.intro-section .intro-samples-side .logo-grid .logo-item .logo-card .logo-text .logo-name .gray-text {
  color: #888;
}
.intro-section .intro-samples-side .logo-grid .logo-item .logo-card .logo-text .tagline {
  font-size: 11px;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.intro-section .intro-samples-side .logo-grid .logo-item .logo-card.petshop .house-icon {
  font-size: 32px;
}
.intro-section .intro-samples-side .logo-grid .logo-item .logo-card.petshop .paw-print {
  font-size: 24px;
  margin-top: -8px;
}
.intro-section .intro-samples-side .logo-grid .logo-item .logo-card.ebookshop .ebook-icon {
  font-size: 28px;
  display: block;
}
.intro-section .intro-samples-side .logo-grid .logo-item .logo-card.ebookshop .brand-name {
  font-size: 16px;
  font-weight: 700;
  color: #ff6b35;
}
.intro-section .intro-samples-side .logo-grid .logo-item .logo-card.beautyblush .script-text {
  font-family: cursive;
  font-size: 20px;
  color: white;
  background: linear-gradient(135deg, #ff6b9d, #c44569);
  padding: 8px 16px;
  border-radius: 8px;
}
.intro-section .intro-samples-side .logo-grid .logo-item .logo-card.chilifood .chili-character {
  position: relative;
  margin-bottom: 8px;
}
.intro-section .intro-samples-side .logo-grid .logo-item .logo-card.chilifood .chili-character .chili-pepper {
  font-size: 32px;
}
.intro-section .intro-samples-side .logo-grid .logo-item .logo-card.chilifood .chili-character .steam {
  font-size: 16px;
  position: absolute;
  top: -8px;
  right: -8px;
}
.intro-section .intro-samples-side .logo-grid .logo-item .logo-card.chilifood .brand-name {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}
.intro-section .intro-samples-side .logo-grid .logo-item .logo-card.chilifood .tagline {
  font-size: 10px;
  color: #666;
  text-transform: uppercase;
}
.intro-section .pricing-box {
  padding: 72px;
  border-radius: 12px;
  background: #78eb54;
}
@media (max-width: 575.98px) {
  .intro-section .pricing-box {
    padding: 24px;
  }
}
.intro-section .pricing-box .btn {
  min-width: 250px;
}
.intro-section .pricing-box .title {
  color: #1d1d1d;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 83px; /* 129.688% */
  letter-spacing: -2.56px;
}
@media (max-width: 575.98px) {
  .intro-section .pricing-box .title {
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 0.08px;
  }
}
.intro-section .pricing-box .subtitle {
  color: #1d1d1d;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px; /* 126.667% */
  letter-spacing: 0.08px;
  text-transform: capitalize;
}
.intro-section .pricing-box .pricing-text {
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 16px;
}
.intro-section .pricing-box .pricing-text strong {
  color: #78eb54;
  font-size: 24px;
}
.intro-section .pricing-box .features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .intro-section .pricing-box .features-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.intro-section .pricing-box .features-grid .feature-item {
  display: flex;
  align-items: center;
  justify-content: start;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.intro-section .pricing-box .features-grid .feature-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #78eb54;
  border-radius: 4px 0 0 4px;
}
.intro-section .pricing-box .features-grid .feature-item .feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(120, 235, 84, 0.1);
  border-radius: 8px;
  flex-shrink: 0;
}
.intro-section .pricing-box .features-grid .feature-item .feature-icon iconify-icon {
  font-size: 20px;
  color: #1d1d1d;
}
.intro-section .pricing-box .features-grid .feature-item .feature-text {
  color: #1d1d1d;
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 200% */
  text-transform: capitalize;
}
@media (max-width: 991.98px) {
  .intro-section {
    padding: 80px 0 0 0;
  }
  .intro-section .main-flex,
  .intro-section .pricing-box {
    --bs-gutter-x: 0;
  }
  .intro-section .intro-text-side,
  .intro-section .intro-samples-side {
    padding: 0;
  }
  .intro-section .service-title {
    font-size: 42px !important;
  }
}
@media (max-width: 767.98px) {
  .intro-section .logo-grid {
    margin-top: 24px;
    grid-template-columns: 1fr;
  }
  .intro-section .logo-grid .logo-item.large, .intro-section .logo-grid .logo-item.wide {
    grid-column: span 1;
    grid-row: span 1;
  }
  .intro-section .logo-grid .logo-item img {
    height: auto !important;
  }
  .intro-section .cta-band .band-content {
    flex-direction: column;
    gap: 20px;
  }
  .intro-section .cta-band .band-content .band-details {
    flex-direction: column;
    gap: 12px;
  }
}

.category-showcase {
  background-color: #f4f4e7;
  padding: 120px 0;
}
.category-showcase .section-title {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 100px;
}
.category-showcase .section-title h2 {
  font-size: 42px;
  font-weight: 800;
}
.category-showcase .category-item {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-bottom: 120px;
}
.category-showcase .category-item:last-child {
  margin-bottom: 0;
}
.category-showcase .category-item .img-wrapper {
  flex: 1;
}
.category-showcase .category-item .img-wrapper img {
  border-radius: 32px;
  width: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.category-showcase .category-item .text-wrapper {
  flex: 1;
}
.category-showcase .category-item .text-wrapper h3 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 24px;
}
.category-showcase .category-item .text-wrapper p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 32px;
}
.category-showcase .category-item .text-wrapper .btn {
  padding: 12px 28px;
  border-radius: 99px;
}
.category-showcase .category-item.reverse {
  flex-direction: row-reverse;
}

.industry-portfolio {
  padding: 120px 0;
  background-color: #00381c;
  text-align: center;
  color: rgba(255, 255, 255, 0.9490196078);
}
.industry-portfolio .section-header {
  margin-bottom: 80px;
}
.industry-portfolio .section-header h2 {
  color: rgba(255, 255, 255, 0.9490196078);
  font-size: 42px;
  font-weight: 800;
}
.industry-portfolio .section-header h2 span {
  color: #78eb54;
}
.industry-portfolio .section-header p {
  opacity: 0.7;
  max-width: 800px;
  margin: 20px auto 0;
}
.industry-portfolio .logo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.industry-portfolio .logo-grid .logo-box {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  text-decoration: none;
  color: inherit;
}
.industry-portfolio .logo-grid .logo-box .img-container {
  width: 100%;
  aspect-ratio: 4/3;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
}
.industry-portfolio .logo-grid .logo-box .img-container img {
  max-width: 80%;
  max-height: 70%;
  object-fit: contain;
}
.industry-portfolio .logo-grid .logo-box span {
  font-weight: 600;
  font-size: 15px;
  padding-bottom: 10px;
}
.industry-portfolio .logo-grid .logo-box:hover {
  transform: translateY(-12px);
  background: rgba(255, 255, 255, 0.08);
  border-color: #78eb54;
}
.industry-portfolio .logo-grid .logo-box:hover .img-container {
  background: rgba(255, 255, 255, 0.1);
}
.industry-portfolio .view-more-btn {
  margin-top: 60px;
}

.process-section {
  padding: 120px 0;
  background-color: #f4f4e7;
}
.process-section .process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.process-section .process-grid .process-card {
  background: #00381c;
  color: #fff;
  padding: 50px 40px;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
}
.process-section .process-grid .process-card::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  background: #78eb54;
  opacity: 0.1;
  border-radius: 50%;
}
.process-section .process-grid .process-card .icon-box {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  display: grid;
  place-items: center;
  margin-bottom: 30px;
  color: #78eb54;
  font-size: 32px;
}
.process-section .process-grid .process-card h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.process-section .process-grid .process-card h4::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #78eb54;
  border-radius: 50%;
}
.process-section .process-grid .process-card p {
  font-size: 15px;
  line-height: 1.6;
  opacity: 0.7;
}

.satisfied-clients {
  padding: 120px 0;
  background-color: #fff;
}
.satisfied-clients .client-header {
  margin-bottom: 80px;
}
.satisfied-clients .main-flex {
  display: flex;
  gap: 80px;
  align-items: center;
}
.satisfied-clients .img-side {
  flex: 1.2;
  position: relative;
}
.satisfied-clients .img-side img {
  border-radius: 40px;
  width: 100%;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}
.satisfied-clients .content-side {
  flex: 1;
}
.satisfied-clients .content-side h3 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 24px;
}
.satisfied-clients .content-side p {
  font-size: 17px;
  color: #555;
  margin-bottom: 40px;
}
.satisfied-clients .content-side .testimonial-mini {
  display: flex;
  gap: 20px;
  background: #f4f4e7;
  padding: 24px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.satisfied-clients .content-side .testimonial-mini .user-img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.satisfied-clients .content-side .testimonial-mini .text {
  font-size: 14px;
  font-style: italic;
  color: #444;
}
.satisfied-clients .content-side .testimonial-mini .text .stars {
  color: #78eb54;
  font-size: 12px;
  margin-bottom: 5px;
  display: block;
}

.footer-cta-banner {
  padding-bottom: 120px;
}
.footer-cta-banner .cta-content {
  background-color: #00381c;
  border-radius: 40px;
  padding: 80px;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.footer-cta-banner .cta-content::before, .footer-cta-banner .cta-content::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: #78eb54;
  opacity: 0.05;
  border-radius: 50%;
}
.footer-cta-banner .cta-content::before {
  top: -150px;
  left: -150px;
}
.footer-cta-banner .cta-content::after {
  bottom: -150px;
  right: -150px;
}
.footer-cta-banner .cta-content h2 {
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 800;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
.footer-cta-banner .cta-content .btn-wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

/* Mobile Adjustments for Service Page */
@media (max-width: 991.98px) {
  .service-hero {
    padding: 60px 0 100px;
  }
  .service-hero .hero-content {
    text-align: center;
    margin-bottom: 40px;
  }
  .service-hero .hero-content p {
    margin: 0 auto 32px;
  }
  .service-hero .stats-bar {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    padding: 24px;
  }
  .intro-section {
    padding: 80px 0;
  }
  .intro-section .cta-box-light {
    flex-direction: column;
    text-align: center;
    gap: 30px;
    padding: 32px;
  }
  .intro-section .cta-box-light h3 {
    font-size: 24px;
  }
  .category-showcase {
    padding: 80px 0;
  }
  .category-showcase .category-item {
    flex-direction: column !important;
    gap: 40px;
    margin-bottom: 80px;
    text-align: center;
  }
  .industry-portfolio {
    padding: 80px 0;
  }
  .industry-portfolio .logo-grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .process-section {
    padding: 80px 0;
  }
  .process-section .process-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .satisfied-clients {
    padding: 80px 0;
  }
  .satisfied-clients .main-flex {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }
  .footer-cta-banner {
    padding-bottom: 80px;
  }
  .footer-cta-banner .cta-content {
    padding: 60px 24px;
  }
  .footer-cta-banner .cta-content .btn-wrap {
    flex-direction: column;
    align-items: stretch;
  }
}
/* ==========================================================================
   INDEX PAGE - COMPREHENSIVE RESPONSIVE STYLES
   ========================================================================== */
/* Tablet Breakpoint (≤991.98px) */
@media (max-width: 991.98px) {
  /* Global Typography Adjustments */
  h2 {
    font-size: 48px;
    line-height: 1.2;
  }
  h3 {
    font-size: 36px;
  }
  p {
    font-size: 17px;
    line-height: 1.6;
  }
  /* Hero Section */
  .hero-section {
    padding: 60px 0 80px 0;
  }
  .hero-section .hero-title {
    font-size: 54px;
    line-height: 62px;
  }
  .hero-section .coverflow-stage {
    height: auto;
  }
  .hero-section .flow-item {
    width: 260px;
    height: 360px;
  }
  /* Values Section */
  .values-section h2,
  .values-we-exercise h2 {
    font-size: 48px !important;
    line-height: 1.2;
  }
  /* About Us Section */
  .about-us-section .section-title {
    font-size: 14px;
    letter-spacing: 2px;
  }
  .about-us-section h2 {
    font-size: 48px;
  }
  /* Strength / Achieving Excellence Section */
  .strength-section h2,
  .achieving-excellence h2 {
    font-size: 48px !important;
  }
  .strength-section .btn-group,
  .achieving-excellence .btn-group {
    flex-wrap: wrap;
    gap: 16px;
  }
  /* Featured Services */
  .featured-services .service-card-grid,
  .services-grid .service-card-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 24px;
  }
  /* Benefits Section */
  .benefits-section .benefit-block,
  .client-benefits .benefit-block {
    padding: 40px 24px;
  }
  /* Portfolio Section */
  .portfolio-section .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  /* Comparison Section */
  .comparison-section .container {
    padding: 80px 0;
    gap: 48px;
  }
  .comparison-section .content .comparison-header {
    padding: 18px 20px;
    font-size: 14px;
  }
  .comparison-section .content .card {
    padding: 18px 20px;
  }
  .comparison-section .content .card-left {
    min-width: 200px;
  }
  .comparison-section .content .card-left h4 {
    font-size: 24px;
  }
  .comparison-section .content .card-left p {
    font-size: 14px;
  }
  .comparison-section .content .card-right span {
    font-size: 18px;
  }
  /* Testimonials */
  .testimonial-section h2 {
    font-size: 48px;
  }
  .testimonial-section .testimonial-card {
    padding: 32px;
  }
  /* Payment Policy */
  .payment-policy-section {
    padding: 80px 0;
  }
  .payment-policy-section .payment-icons {
    gap: 24px;
  }
  /* Pricing Section */
  .pricing-section .pricing-card {
    padding: 32px;
  }
  .pricing-section .pricing-card .price {
    font-size: 40px;
  }
  /* FAQ Section */
  .faq-section .faq-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .faq-section .faq-question {
    font-size: 18px;
  }
  /* Footer CTA */
  .footer-cta-banner {
    padding: 80px 0;
  }
  .footer-cta-banner .cta-content {
    padding: 60px 32px;
  }
  .footer-cta-banner .cta-content h2 {
    font-size: 48px;
  }
}
/* Mobile Breakpoint (≤575.98px) */
@media (max-width: 575.98px) {
  /* Global Typography Adjustments */
  h2 {
    font-size: 28px !important;
    line-height: 1.3 !important;
  }
  h3 {
    font-size: 24px;
  }
  /* Hero Section */
  .hero-section {
    padding: 40px 0 60px 0;
  }
  .hero-section .hero-title {
    font-size: 36px !important;
    line-height: 44px !important;
    letter-spacing: -0.5px;
  }
  .hero-section .hero-subtitle {
    font-size: 14px;
    line-height: 22px;
  }
  .hero-section .cta-buttons-exact {
    flex-direction: column;
    width: 100%;
  }
  .hero-section .cta-buttons-exact .btn {
    width: 100%;
    justify-content: center;
  }
  .hero-section .cta-buttons-exact .btn-trans {
    margin-left: 0;
    margin-top: 12px;
  }
  .hero-section .coverflow-stage {
    height: auto;
  }
  .hero-section .flow-item {
    width: 220px;
    height: 300px;
  }
  /* Values Section */
  .values-section,
  .values-we-exercise {
    padding: 60px 0;
  }
  .values-section h2,
  .values-we-exercise h2 {
    font-size: 28px !important;
    line-height: 1.3;
    letter-spacing: -0.5px;
  }
  .values-section .section-title,
  .values-we-exercise .section-title {
    font-size: 12px;
    letter-spacing: 1.5px;
  }
  /* About Us Section */
  .about-us-section {
    padding: 60px 0;
  }
  .about-us-section .section-title {
    font-size: 12px;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
  }
  .about-us-section h2 {
    font-size: 28px !important;
    margin-bottom: 16px;
  }
  .about-us-section p {
    padding: 0 8px;
  }
  /* Strength / Achieving Excellence Section */
  .strength-section,
  .achieving-excellence {
    padding: 60px 0;
  }
  .strength-section h2,
  .achieving-excellence h2 {
    font-size: 28px !important;
    line-height: 1.3;
  }
  .strength-section .btn-group,
  .achieving-excellence .btn-group {
    flex-direction: column;
    width: 100%;
    gap: 12px;
  }
  .strength-section .btn-group .btn,
  .achieving-excellence .btn-group .btn {
    width: 100%;
  }
  .strength-section .benefit-block,
  .achieving-excellence .benefit-block {
    padding: 32px 16px !important;
  }
  /* Featured Services */
  .featured-services,
  .services-grid {
    padding: 60px 0;
  }
  .featured-services .service-card-grid,
  .services-grid .service-card-grid {
    grid-template-columns: 1fr !important;
    gap: 20px;
  }
  .featured-services .service-card,
  .services-grid .service-card {
    padding: 24px;
  }
  .featured-services .service-card .icon-wrapper,
  .services-grid .service-card .icon-wrapper {
    width: 56px;
    height: 56px;
  }
  .featured-services .service-card .icon-wrapper iconify-icon,
  .services-grid .service-card .icon-wrapper iconify-icon {
    font-size: 28px;
  }
  .featured-services .service-card h3,
  .services-grid .service-card h3 {
    font-size: 20px;
  }
  .featured-services .service-card p,
  .services-grid .service-card p {
    font-size: 13px;
  }
  /* Benefits Section */
  .benefits-section,
  .client-benefits {
    padding: 60px 0;
  }
  .benefits-section h2,
  .client-benefits h2 {
    font-size: 28px !important;
  }
  .benefits-section .benefit-block,
  .client-benefits .benefit-block {
    padding: 32px 16px !important;
  }
  .benefits-section .benefit-block h3,
  .client-benefits .benefit-block h3 {
    font-size: 20px;
  }
  /* Portfolio Section */
  .portfolio-section {
    padding: 60px 0;
  }
  .portfolio-section h2 {
    font-size: 28px !important;
  }
  .portfolio-section .portfolio-grid {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }
  .portfolio-section .portfolio-item .overlay-text h3 {
    font-size: 20px;
  }
  .portfolio-section .portfolio-item .overlay-text p {
    font-size: 12px;
  }
  /* Comparison Section */
  .comparison-section .container {
    padding: 60px 0;
    gap: 32px;
  }
  .comparison-section .header {
    padding: 0 16px;
  }
  .comparison-section .header h2 {
    font-size: 28px !important;
  }
  /* Testimonials */
  .testimonial-section {
    padding: 60px 0;
  }
  .testimonial-section h2 {
    font-size: 28px !important;
  }
  .testimonial-section .subtitle {
    font-size: 14px;
  }
  .testimonial-section .testimonial-card {
    padding: 24px;
  }
  .testimonial-section .testimonial-card .testimonial-text {
    font-size: 14px;
  }
  .testimonial-section .testimonial-card .client-name {
    font-size: 16px;
  }
  /* Payment Policy */
  .payment-policy-section {
    padding: 60px 0;
  }
  .payment-policy-section h2 {
    font-size: 28px !important;
  }
  .payment-policy-section .payment-icons {
    flex-direction: column;
    gap: 16px;
  }
  .payment-policy-section .payment-icons img {
    max-width: 120px;
  }
  /* Pricing Section */
  .pricing-section h2 {
    font-size: 28px !important;
  }
  .pricing-section .pricing-card {
    padding: 24px;
  }
  .pricing-section .pricing-card .plan-name {
    font-size: 18px;
  }
  .pricing-section .pricing-card .price {
    font-size: 32px;
  }
  .pricing-section .pricing-card .price .period {
    font-size: 14px;
  }
  .pricing-section .pricing-card .feature-list li {
    font-size: 13px;
  }
  /* FAQ Section */
  .faq-section {
    padding: 60px 0;
  }
  .faq-section h2 {
    font-size: 28px !important;
  }
  .faq-section .faq-question {
    font-size: 16px !important;
    padding: 16px 12px;
  }
  .faq-section .faq-answer {
    padding: 12px;
  }
  .faq-section .faq-answer p {
    font-size: 13px;
  }
  /* Footer CTA */
  .footer-cta-banner {
    padding: 60px 0;
  }
  .footer-cta-banner .cta-content {
    padding: 40px 20px;
    border-radius: 24px;
  }
  .footer-cta-banner .cta-content h2 {
    font-size: 28px !important;
    margin-bottom: 16px;
  }
  .footer-cta-banner .cta-content .btn-wrap {
    flex-direction: column;
    gap: 12px;
  }
  .footer-cta-banner .cta-content .btn-wrap .btn {
    width: 100%;
  }
  /* Footer */
  footer .footer-section {
    margin-bottom: 32px;
  }
  footer .footer-section h4 {
    font-size: 18px;
  }
  footer .payment-logos {
    justify-content: center;
    gap: 12px;
  }
  footer .payment-logos img {
    max-width: 60px;
  }
}
/* Extra Small Mobile (≤375px) */
@media (max-width: 375px) {
  .hero-title {
    font-size: 32px !important;
    line-height: 40px !important;
  }
  .coverflow-stage {
    height: auto;
  }
  .flow-item {
    width: 200px;
    height: 280px;
  }
  /* Fix navbar padding on small screens */
  .navbar {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .mobile-top-row {
    padding: 1rem 12px !important;
  }
}
/* Global overflow prevention */
@media (max-width: 575.98px) {
  body {
    overflow-x: hidden;
  }
  .container,
  .container-fluid {
    overflow-x: hidden;
  }
  /* Ensure coverflow doesn't cause overflow */
  .hero-section {
    overflow-x: hidden;
  }
}
/* ==========================================================================
   HERO SECTION - FIGMA RESPONSIVE PARITY
   ========================================================================== */
@media (max-width: 991.98px) {
  .hero-section {
    background-color: #f4f4e7;
    border-top: 1px solid #002714;
    padding: 16px 0 36px !important;
    overflow: hidden;
  }
  .hero-section .container {
    max-width: 700px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .hero-section .hero-title {
    max-width: 680px;
    font-size: 32px !important;
    line-height: 36px !important;
    letter-spacing: -1.28px;
  }
  .hero-section .hero-subtitle {
    max-width: 680px;
    font-size: 18px !important;
    line-height: 28px !important;
    margin-top: 12px !important;
  }
  .hero-section .hero-cta-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: 100%;
    max-width: 680px;
    margin: 16px auto 0;
    padding: 0;
  }
  .hero-section .hero-cta-group .btn {
    flex: 1 1 0;
    min-width: 0;
    width: 100%;
    max-width: none;
    min-height: 54px;
  }
  .hero-section .hero-cta-group .btn-success {
    border-radius: 24px;
  }
  .hero-section .coverflow-stage {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 272px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin: 36px 0 0;
    padding: 6px 0;
    gap: 9px;
    isolation: isolate;
  }
  .hero-section .flow-item,
  .hero-section .flow-item:nth-child(n) {
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
    flex: 0 0 auto;
    width: 140px;
    height: 203px;
    opacity: 1 !important;
    z-index: 1 !important;
    transform: none !important;
    transition: none;
    pointer-events: auto;
    border-radius: 24px;
  }
  .hero-section .flow-item:nth-child(2) {
    width: 160px;
    height: 232px;
  }
  .hero-section .flow-item:nth-child(3) {
    width: 180px;
    height: 260px;
  }
  .hero-section .flow-item:nth-child(4) {
    width: 160px;
    height: 231px;
  }
  .hero-section .flow-item:nth-child(n+6),
  .hero-section .flow-item[data-slider-clone=true] {
    display: none !important;
  }
  .hero-section .flow-item img {
    border-radius: 24px;
  }
}
@media (max-width: 575.98px) {
  .hero-section {
    padding: 15px 0 36px !important;
  }
  .hero-section .container {
    max-width: 320px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .hero-section .hero-title,
  .hero-section .hero-subtitle {
    max-width: 300px;
  }
  .hero-section .hero-cta-group {
    flex-direction: column;
    max-width: 300px;
    margin-top: 12px;
  }
  .hero-section .hero-cta-group .btn {
    max-width: 300px;
  }
}
/* ==========================================================================
   SERVICE PAGE HORIZONTAL SCROLL FIXES
   ========================================================================== */
/* 1. CONTAIN MARQUEE ANIMATION */
.service-hero-list {
  overflow-x: hidden !important;
  position: relative;
  width: 100%;
}
.service-hero-list .service-hero-list-track {
  animation: marquee 30s linear infinite;
  transform: translateZ(0);
  will-change: transform;
}

/* 2. FIX STATS BAR OVERFLOW */
.stats-bar-wrapper {
  position: relative;
  bottom: 0px;
  z-index: 3;
  width: 100%;
  overflow: hidden;
}

.stats-bar {
  width: 100% !important;
  max-width: 600px;
  flex-wrap: nowrap;
}
@media (max-width: 575.98px) {
  .stats-bar {
    grid-template-columns: 1fr !important;
  }
}

/* 3. FIX COMPARISON SECTION OVERFLOW */
/* 4. REMOVE FIXED MIN-WIDTH ON FLEX ITEMS */
.header-wrapper .header,
.header-wrapper .header-bottom-one,
.header-wrapper .header-bottom-center,
.header-wrapper .header-bottom-right,
.header-bottom .header,
.header-bottom .header-bottom-one,
.header-bottom .header-bottom-center,
.header-bottom .header-bottom-right {
  min-width: auto !important;
}
@media (max-width: 575.98px) {
  .header-wrapper .header,
  .header-wrapper .header-bottom-one,
  .header-wrapper .header-bottom-center,
  .header-wrapper .header-bottom-right,
  .header-bottom .header,
  .header-bottom .header-bottom-one,
  .header-bottom .header-bottom-center,
  .header-bottom .header-bottom-right {
    width: 100%;
  }
}

/* 5. GLOBAL CONTAINMENT FOR SERVICE PAGE */
.service-hero,
.intro-section,
.category-showcase,
.industry-portfolio,
.process-section,
.satisfied-clients,
.footer-cta-banner {
  overflow-x: hidden;
}

/* 6. FIX CONTAINER WIDTH ISSUES */
@media (max-width: 575.98px) {
  .container,
  .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* ==========================================================================
   SEAMLESS MARQUEE FIX - Items should loop without disappearing gaps
   ========================================================================== */
/* 1. CRITICAL: Ensure track is exactly 2x content width */
.service-hero-list {
  display: flex;
  overflow: hidden !important;
  width: 100vw !important;
  position: relative;
}

.service-hero-list-track {
  display: flex;
  gap: 16px;
  padding-right: 16px;
  flex-shrink: 0;
  width: max-content;
  animation: marquee 45s linear infinite;
  transform: translateZ(0);
  will-change: transform;
}

/* 2. CRITICAL: Animation must travel exactly ONE track width */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* 3. Ensure items NEVER shrink or wrap */
.service-list-item {
  flex-shrink: 0 !important;
  white-space: nowrap;
  padding: 6px 16px 6px 6px;
}

/* 4. Remove any max-width constraints that might cause gaps */
.service-hero-list-track > * {
  max-width: none !important;
}

/* 5. HIDE overflow completely */
body,
.service-hero,
.service-hero-list {
  overflow-x: hidden !important;
}

.service-hero {
  padding-bottom: 30px;
}

.logo-categories {
  background: #f7f6e9;
  padding: 96px 0;
}
@media (max-width: 575.98px) {
  .logo-categories {
    padding: 60px 0;
  }
}
.logo-categories .category-image img {
  width: 100%;
  border-radius: 12px;
  display: block;
}
.logo-categories .category-content h3 {
  color: #1d1d1d;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 120% */
  letter-spacing: -0.08px;
}
.logo-categories .category-content ul {
  padding-left: 18px;
}
.logo-categories .category-content ul li {
  color: rgba(29, 29, 29, 0.8);
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  letter-spacing: -0.08px;
}

.categories-cta {
  text-align: center;
  margin-top: 80px;
}
.categories-cta .title {
  text-align: center;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px; /* 183.333% */
  letter-spacing: -0.96px;
}
.categories-cta p {
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  max-width: 50vw;
  display: block;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  .categories-cta p {
    max-width: 100%;
  }
}
.categories-cta .btn-outline {
  display: inline-block;
  padding: 12px 28px;
  border: 1px solid #1d1d1d;
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.categories-cta .btn-outline:hover {
  background: #1d1d1d;
  color: rgba(255, 255, 255, 0.95);
}

.logo-masonry-section .masonry-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  height: 100%;
  background-color: #f0f0f0;
  width: 100%;
}
.logo-masonry-section .masonry-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: block;
}
.logo-masonry-section .masonry-card .masonry-overlay {
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  padding: 24px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0) 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
  transform: translateY(0);
}
.logo-masonry-section .masonry-card .masonry-overlay h5 {
  color: rgba(255, 255, 255, 0.95);
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  transition: color 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.logo-masonry-section .masonry-card .masonry-overlay p {
  color: rgba(255, 255, 255, 0.95);
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  max-height: 0;
  opacity: 0;
  margin-top: 0;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.logo-masonry-section .masonry-card:hover img {
  transform: scale(1.05);
}
.logo-masonry-section .masonry-card:hover .masonry-overlay {
  background: #00381c;
}
.logo-masonry-section .masonry-card:hover .masonry-overlay h5 {
  color: #78eb54;
}
.logo-masonry-section .masonry-card:hover .masonry-overlay p {
  opacity: 1;
  max-height: 300px;
  margin-top: 12px;
}

.tag-banner {
  display: flex;
  padding: 32px;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  gap: 24px;
  align-self: stretch;
  flex-wrap: wrap;
  border-radius: 24px;
  border-left: 8px solid #78eb54;
  background: #00381c;
}
.tag-banner .text-box .text-item {
  color: rgba(255, 255, 255, 0.9);
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -1.28px;
}

.tag-banner-white {
  padding: 24px 46px;
  border-radius: 12px;
  background: #fffff1;
  box-shadow: 0 4px 10.3px 0 rgba(0, 0, 0, 0.07);
}
.tag-banner-white .tag-banner-text .tag-banner-title {
  color: #1d1d1d;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
}
.tag-banner-white .tag-banner-text p {
  color: #1d1d1d;
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 164.286% */
  letter-spacing: 1px;
}

@media (min-width: 769px) {
  .blog-sidebar-sticky {
    position: sticky;
    top: 80px;
    align-self: start;
  }
}
@media (max-width: 768px) {
  .blog-sidebar-sticky {
    position: relative;
    top: auto;
  }
}

.search-modal .modal-content {
  border-radius: 0;
  border: none;
  /* Dark, translucent overlay + blur for the page behind the modal */
  background-color: rgba(0, 0, 0, 0.45);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.35) 60%, rgba(0, 0, 0, 0.55) 100%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  /* Make sure the blur overlay covers the full fullscreen modal */
  height: 100%;
  min-height: 100vh;
}
.search-modal .modal-content .input-group-text {
  background-color: #f4f4e7;
  border-radius: 22px 0px 0px 22px;
  padding: 16px;
}
.search-modal .modal-content input {
  border-radius: 0px 22px 22px 0px;
  background-color: #f4f4e7;
  border-left: none;
  padding: 16px;
}
.search-modal .modal-content input:focus {
  background-color: #f4f4e7;
  box-shadow: none;
  outline: none;
  border: 1px solid #dee2e6;
  border-left: none;
}
.search-modal .modal-content .recent-search {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.search-modal .modal-content .recent-search .recent-search-item a {
  text-decoration: none;
  color: #1d1d1d;
  background-color: #fff;
  padding: 8px 12px;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.search-modal .modal-content .recent-search .recent-search-item a:hover {
  background-color: #78eb54;
}
.search-modal {
  /* Default Bootstrap close icon may be hard to see on dark blurred background */
}
.search-modal .btn-close {
  filter: invert(1);
  opacity: 0.9;
}

.iti__country-name {
  color: #1d1d1d;
}

.pricing-box-section .green-header-title {
  color: #78eb54;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 62px;
  font-style: normal;
  font-weight: 600;
  line-height: 62px;
  letter-spacing: -0.08px;
}
.pricing-box-section .box-card {
  padding: 72px;
  border-radius: 24px;
  background-color: #002814;
}
@media (max-width: 575.98px) {
  .pricing-box-section .box-card {
    padding: 20px;
  }
}
.pricing-box-section .box-card .btn {
  min-width: 250px;
}
.pricing-box-section .box-card h2 {
  font-size: 48px;
  font-weight: 600;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: -1.92px;
  color: rgba(255, 255, 255, 0.95);
  line-height: normal;
}
.pricing-box-section .box-card p {
  font-family: "Comfortaa", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: rgba(255, 255, 255, 0.95);
  line-height: normal;
}
.pricing-box-section .box-card .subscription-plan-box {
  position: relative;
  padding: 32px;
  border-radius: 24px;
  border: 1px solid rgba(120, 235, 84, 0.1);
  background: #004724;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.pricing-box-section .box-card .subscription-plan-box.popular {
  border: 1px solid rgba(120, 235, 84, 0.1);
  background: #006d37;
}
.pricing-box-section .box-card .subscription-plan-box .popular-badge {
  position: absolute;
  top: -12px;
  background-color: #78eb54;
  color: #022c16;
  font-size: 12px;
  font-weight: 900;
  line-height: 16px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.pricing-box-section .box-card .subscription-plan-box .plan-header {
  display: flex;
  gap: 10px;
  align-items: center;
}
.pricing-box-section .box-card .subscription-plan-box .plan-header .header-details .header-details-main {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.95);
  letter-spacing: -0.08px;
  line-height: normal;
}
.pricing-box-section .box-card .subscription-plan-box .plan-header .header-details p {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}
.pricing-box-section .box-card .subscription-plan-box .plan-footer .pricing {
  color: #fff;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -1.28px;
}
.pricing-box-section .box-card .subscription-plan-box .plan-footer .pricing span {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.64px;
}
.pricing-box-section .box-card .subscription-plan-box .plan-footer p {
  color: #78eb54;
  font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
}

.pricing-box-section .border-box-card {
  padding: 16px;
  border-radius: 32px;
  border: 1px solid rgba(120, 235, 84, 0.2);
  background: #002814;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.pricing-box-section .border-box-card p {
  color: #94a3b8;
  font-family: "Plus Jakarta Sans";
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  line-height: 15px; /* 150% */
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
}

.image-box-grid {
  margin: 25px 0;
}
.image-box-grid .image-box-item {
  border-radius: 12px;
  height: 100%;
}

/*# sourceMappingURL=style.css.map */
