@charset "UTF-8";
@media (max-width: 768px) {
  .desktop-only {
    display: none;
    visibility: hidden;
  }
}

@media (min-width: 769px) {
  .mobile-only {
    display: none;
    visibility: hidden;
  }
}

a {
  text-decoration: none;
  color: #6cbc2d;
}

.woocommerce-info::before {
  color: #6cbc2d;
}

.woocommerce-info {
  border-top-color: #6cbc2d;
}

.woocommerce-EditAccountForm .woocommerce-Input {
  border-radius: var(--spaces-60, 16px);
  border: 1px solid var(--Gray-Bright---Main, #D9D9D9);
  background: var(--White, #FFF);
  box-shadow: 10px 10px 46px 0px rgba(43, 42, 41, 0.06);
  height: 63px;
}

.woocommerce-EditAccountForm fieldset {
  border: none;
  padding: 0;
}

.woocommerce-Button {
  background-color: #75b726;
  color: #ffffff;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.woocommerce-checkout .hidden {
  display: none !important;
  visibility: hidden !important;
}

@font-face {
  font-family: "Fact Expanded";
  src: url("/wp-content/themes/orbis-theme/assets/public/fonts/Fact-Expanded.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fact Expanded Bold";
  src: url("/wp-content/themes/orbis-theme/assets/public/fonts/Fact-Expanded_Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body,
p,
ul,
ol,
span,
main,
h3,
h2,
h4,
h5,
h6 {
  font-family: "Fact Expanded";
}

h2 {
  font-family: "Fact Expanded Bold";
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {

  .container,
  .container.container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .container,
  .container.container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .container,
  .container.container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .container,
  .container.container {
    max-width: 1140px;
  }
}

.wrapper {
  max-width: 1203px;
  margin: 0 auto;
  padding: 20px;
}

.top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.heading {
  max-width: 345px;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.3;
  position: relative;
}

@media screen and (min-width: 768px) {
  .heading::after {
    content: "";
    position: absolute;
    right: 0;
    top: 40%;
    height: 40%;
    width: 2px;
    background-color: #2B2A29;
  }
}

.right-images {
  display: flex;
  align-items: flex-end;
  /* Bottom align images */
  justify-content: space-between;
  gap: 20px;
  flex: 1;
}

.aci-badge {
  width: 100%;
  max-width: 210px;
  /* Adjusted to your request */
  object-fit: contain;
}

.plane-image {
  width: 100%;
  max-width: 522px;
  object-fit: contain;
}

.bottom-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 20px;
}

.dropdown {
  max-width: 48%;
  width: 100%;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 768px) {
  .dropdown {
    max-width: 100%;
  }
}

.dropdown .apply-btn-wrapper {
  text-align: center;
}

.dropdown .apply-btn-wrapper .apply-btn {
  display: inline-block;
  background: #6cbc2d;
  color: white;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s;
}

.dropdown .apply-btn-wrapper .apply-btn:hover {
  background: #5aa42b;
}

.dropdown.open {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.dropdown-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  padding: 15px 20px;
  background-color: #f9f9f9;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  min-height: 65px;
  border-radius: var(--M, 16px);
  background: #FFF;
  box-shadow: 0px 8px 24px 0px rgba(43, 42, 41, 0.25);
}

.dropdown-header h3 {
  text-align: center;
  width: 100%;
}

.dropdown-header img {
  max-height: 31px;
  width: auto;
}

.dropdown-header h3 {
  font-size: 28px;
  font-style: normal;
  margin: 0;
}

.dropdown-content {
  display: none;
  padding: 15px 20px;
  background: white;
  border-top: 1px solid #eee;
  border-radius: 0 0 12px 12px;
}

.dropdown.open .dropdown-content {
  display: block;
}

@media (max-width: 768px) {
  .top-row {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
  }

  .heading {
    text-align: center;
  }

  .right-images {
    flex-direction: column;
  }

  .bottom-row {
    flex-direction: column;
    align-items: center;
  }
}

.open .dropdown-header {
  border-radius: 12px 12px 0 0 !important;
}

.why-choose-wrapper {
  max-width: 1203px;
  margin: 0 auto;
  padding: 0px 20px;
  display: flex;
  gap: 0px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.why-choose-wrapper .image-circle {
  flex: 1;
  max-width: 450px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-choose-wrapper .image-circle img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.why-choose-wrapper .content {
  flex: 1;
  min-width: 320px;
  max-width: 560px;
}

.why-choose-wrapper .content h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: left;
}

.why-choose-wrapper .features-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 100%));
  gap: 15px 25px;
  justify-content: center;
  margin-bottom: 30px;
}

.why-choose-wrapper .feature-box {
  border: 1px solid #d6e9cb;
  border-radius: 10px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: white;
}

.why-choose-wrapper .feature-box img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.why-choose-wrapper .feature-box span {
  font-size: 0.95rem;
  font-weight: 500;
}

.why-choose-wrapper .read-more {
  display: inline-block;
  background: #6cbc2d;
  color: white;
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s;
}

.why-choose-wrapper .read-more:hover {
  background: #5da825;
}

@media (max-width: 768px) {
  .mobile-heading h2 {
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
  }

  .why-choose-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    text-align: left;
    gap: 0;
  }

  .why-choose-wrapper .image-column,
  .why-choose-wrapper .features-column {
    width: 50%;
    padding: 15px;
    box-sizing: border-box;
  }

  .why-choose-wrapper .image-circle {
    margin: 0 auto 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .why-choose-wrapper .image-circle .featured-image {
    margin-bottom: 30px;
  }

  .why-choose-wrapper .why-choose-us {
    max-width: 50%;
    min-width: 50%;
  }

  .why-choose-wrapper .content h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .why-choose-wrapper .read-more {
    display: block;
    margin: 0 auto;
  }

  .why-choose-wrapper .features-grid {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .why-choose-wrapper .feature-box {
    justify-content: flex-start;
  }
}

.training-news-section {
  background: white;
  padding: 60px 20px;
}

.training-news-section .section-wrapper {
  max-width: 1140px;
  margin: 0 auto;
}

.training-news-section .section-wrapper .section-title {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  padding: 0 10px;
}

.training-news-section .section-wrapper .category-block .category-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin: 25px 0 15px;
  text-align: center;
}

.training-news-section .section-wrapper .category-block .card-track {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 17px;
  justify-content: center;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .training-news-section .section-wrapper .category-block .card-track {
    grid-template-columns: repeat(3, 215px);
  }
}

.training-news-section .section-wrapper .category-block .card-track .card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 2px 6px rgba(43, 42, 41, 0.15);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.2s;
  max-width: 215px;
}

.training-news-section .section-wrapper .category-block .card-track .card .card-thumbnail {
  width: 100%;
  aspect-ratio: 1.2/1;
  object-fit: cover;
  display: block;
  border-radius: 20px 20px 0 0;
  border-radius: 16px;
}

.training-news-section .section-wrapper .category-block .card-track .card .card-content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.training-news-section .section-wrapper .category-block .card-track .card .card-content .card-heading h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 6px;
}

.training-news-section .section-wrapper .category-block .card-track .card .card-content .card-heading-products h3 {
  height: 6em;
}

.training-news-section .section-wrapper .category-block .card-track .card .card-content span {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 8px;
}

.training-news-section .section-wrapper .category-block .card-track .card .card-content .card-toggle-wrapper {
  margin-top: 12px;
  width: 100%;
}

.training-news-section .section-wrapper .category-block .card-track .card .card-content .card-toggle-wrapper .read-more-card {
  display: flex;
  justify-content: center;
  color: #6cbc2d;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.training-news-section .section-wrapper .category-block .card-track .card .card-content .card-toggle-wrapper .read-more-card .arrow-icon {
  max-width: 15px;
  margin-left: 10px;
}

@media (min-width: 768px) {
  .training-news-section .section-wrapper {
    padding: 0 20px;
  }
}

.internal-hero {
  padding: 60px 20px 0px 20px;
}

@media (max-width: 768px) {
  .internal-hero {
    padding: 0px 20px;
  }
}

.internal-hero .hero-inner {
  max-width: 1203px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media (max-width: 768px) {
  .internal-hero .hero-inner {
    flex-direction: column;
    gap: 30px;
  }
}

.internal-hero .hero-col {
  width: 50%;
}

@media (max-width: 768px) {
  .internal-hero .hero-col {
    width: 100%;
    text-align: center;
  }
}

.internal-hero .hero-col.hero-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.internal-hero .hero-col.hero-image img {
  width: 100%;
  height: auto;
  display: block;
}

.internal-hero .hero-col.hero-content {
  padding-left: 40px;
  padding-right: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  align-items: center;
}

@media (max-width: 768px) {
  .internal-hero .hero-col.hero-content {
    padding: 0 20px;
  }

  .internal-hero .hero-col.hero-content .hero-subheading {
    order: 1;
  }

  .internal-hero .hero-col.hero-content .hero-heading {
    order: 2;
  }

  .internal-hero .hero-col.hero-content .hero-logo {
    order: 2;
    max-width: 200px !important;
  }
}

.internal-hero .hero-col.hero-content .hero-subheading {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  font-family: "Fact Expanded Bold";
  margin-bottom: 12px;
}

.internal-hero .hero-col.hero-content .hero-logo {
  max-width: 350px;
  margin: 0 auto;
  display: block;
}

.internal-hero .hero-col.hero-content .hero-heading {
  font-size: 64px;
  font-family: "Fact Expanded Bold";
  color: #6cbc2d;
  margin: 0;
  line-height: 1.2;
}

@media (max-width: 992px) {
  .internal-hero .hero-col.hero-content .hero-heading {
    font-size: 2rem;
  }
}

.internal-hero .hero-divider {
  position: absolute;
  width: 3px;
  height: 60%;
  background-color: #6cbc2d;
  left: 50%;
  top: 15%;
  transform: translateX(-50%);
  z-index: 1;
}

@media (max-width: 768px) {
  .internal-hero .hero-divider {
    display: none;
  }
}

.training-dropdowns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 45px;
  margin-bottom: 45px;
}

@media only screen and (max-width: 992px) {
  .training-dropdowns {
    margin-right: 10px;
    margin-left: 10px;
  }
}

.training-dropdowns .main-dropdown {
  background: #fff;
  border-radius: 12px;
  max-width: 799px;
  width: 100%;
  padding: 0;
}

.training-dropdowns .main-dropdown .main-dropdown-header,
.training-dropdowns .main-dropdown .sub-dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}

.training-dropdowns .main-dropdown .main-dropdown-header:hover,
.training-dropdowns .main-dropdown .sub-dropdown-toggle:hover {
  background: #f2f2f2;
}

.training-dropdowns .main-dropdown .main-dropdown-header .arrow-down img,
.training-dropdowns .main-dropdown .sub-dropdown-toggle .arrow-down img {
  max-width: 13px;
}

.training-dropdowns .main-dropdown .main-dropdown-header img,
.training-dropdowns .main-dropdown .sub-dropdown-toggle img {
  height: 32px;
  margin-right: 12px;
}

.training-dropdowns .main-dropdown .main-dropdown-header .tab-heading h2,
.training-dropdowns .main-dropdown .sub-dropdown-toggle .tab-heading h2 {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}

@media only screen and (max-width: 768px) {

  .training-dropdowns .main-dropdown .main-dropdown-header .tab-heading h2,
  .training-dropdowns .main-dropdown .sub-dropdown-toggle .tab-heading h2 {
    font-size: 18px;
  }
}

.training-dropdowns .main-dropdown .main-dropdown-header .arrow,
.training-dropdowns .main-dropdown .sub-dropdown-toggle .arrow {
  margin-left: auto;
  transition: transform 0.3s;
}

.training-dropdowns .main-dropdown .main-dropdown-header.active .arrow,
.training-dropdowns .main-dropdown .sub-dropdown-toggle.active .arrow {
  transform: rotate(180deg);
}

.training-dropdowns .main-dropdown .main-dropdown-body {
  padding: 20px 0px;
}

.training-dropdowns .main-dropdown .main-dropdown-body .sub-dropdown {
  margin-bottom: 10px;
}

.training-dropdowns .product-output {
  width: 100%;
  margin: 0 auto;
}

.training-dropdowns .course-card-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.training-dropdowns .course-card {
  width: 33.333%;
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: all 0.3s ease;
  max-width: 200px;
}

.training-dropdowns .course-card .course-card-body {
  width: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.212);
  border-radius: 10px;
}

@media (max-width: 1024px) {
  .training-dropdowns .course-card {
    width: calc(50% - 10px);
  }
}

@media (max-width: 600px) {
  .training-dropdowns .course-card {
    width: calc(50% - 10px);
  }
}

.training-dropdowns .course-card .course-thumb {
  aspect-ratio: 1.2/1;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-radius: 12px;
}

.training-dropdowns .course-card .course-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.training-dropdowns .course-card .course-header h3 {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin: 0;
  padding: 10px 10px 10px 10px;
  line-height: 1.5;
  height: 6em;
}

.training-dropdowns .course-card .card-toggle-wrapper {
  margin-top: 12px;
  margin-bottom: 6px;
  text-align: center;
}

@media (max-width: 768px) {
  .training-dropdowns .course-card .card-toggle-wrapper {
    display: none;
  }
}

.training-dropdowns .course-card .card-toggle-wrapper .card-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: transform 0.3s;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.training-dropdowns .course-card .card-toggle-wrapper .card-toggle img {
  width: 14px;
  height: 14px;
  transition: transform 0.3s ease;
}

.training-dropdowns .course-card .card-toggle-wrapper .card-toggle img:hover {
  color: red;
}

.training-dropdowns .course-card .course-details {
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  padding: 0 10px;
}

.training-dropdowns .course-card .course-details p {
  font-size: 13px;
  margin-bottom: 5px;
}

.training-dropdowns .course-card .course-details .apply-btn-wrapper {
  text-align: center;
}

.training-dropdowns .course-card .course-details .apply-btn-wrapper .apply-btn {
  display: inline-block;
  background: #6cbc2d;
  color: white;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s;
}

.training-dropdowns .course-card .course-details .apply-btn-wrapper .apply-btn:hover {
  background: #5aa42b;
}

.training-dropdowns .course-card.open .card-toggle {
  transform: rotate(180deg);
  filter: invert(45%) sepia(85%) saturate(4500%) hue-rotate(10deg) brightness(105%) contrast(95%);
}

.course-details {
  display: none;
}

.course-card.open .course-details {
  display: block !important;
}

.course-details {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}

.course-card.open .course-details {
  max-height: 500px;
  opacity: 1;
}

.icon-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px 0 0;
  padding: 5px 10px;
  max-width: 140px;
  margin: 0 auto;
  border-top: 1px solid rgba(0, 0, 0, 0.1294117647);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1294117647);
}

.icon-row:hover .icon-item img {
  filter: invert(45%) sepia(85%) saturate(4500%) hue-rotate(10deg) brightness(105%) contrast(95%);
}

@media (max-width: 768px) {
  .icon-row {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    padding: 10px;
    justify-content: space-around;
  }
}

.icon-row .icon-item {
  display: flex;
  align-items: center;
  font-size: 0.85rem;
  gap: 5px;
  position: relative;
}

.icon-row .icon-item img {
  width: 16px;
  height: 16px;
}

.icon-row .tooltip-trigger {
  position: relative;
}

.icon-row .tooltip-trigger .tooltip-box {
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 8px;
  font-size: 0.75rem;
  width: 1500%;
  z-index: 99;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.icon-row .tooltip-trigger.active .tooltip-box {
  display: block;
}

@media (max-width: 768px) {
  .icon-row .tooltip-trigger {
    display: none;
  }
}

.icon-row .course-card-flex.course-card-6 {
  justify-content: center;
}

.icon-row .course-card-flex.course-card-6 .course-card {
  width: calc(16.666% - 14px);
  max-width: 150px;
}

@media (max-width: 1280px) {
  .icon-row .course-card-flex.course-card-6 .course-card {
    width: calc(20% - 14px);
  }
}

@media (max-width: 1024px) {
  .icon-row .course-card-flex.course-card-6 .course-card {
    width: calc(25% - 14px);
  }
}

@media (max-width: 768px) {
  .icon-row .course-card-flex.course-card-6 .course-card {
    width: calc(33.333% - 14px);
  }
}

@media (max-width: 600px) {
  .icon-row .course-card-flex.course-card-6 .course-card {
    width: calc(50% - 10px);
  }
}

/* Container for the form */
#application-form-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
}

.hermes-aaplication-heading {
  color: var(--Black---Main, #2B2A29);
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
  letter-spacing: 0.5px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 58px;
  margin-top: 25px;
}

/* Overall spacing for the form */
#application-form-container {
  display: grid;
  grid-template-columns: 1fr;
  /* single column by default */
  grid-gap: 20px;
  /* spacing between fields */
}

/* Selected date + Selected time in one row on desktop: 50% | 50% */
#application-form-container .orbis-checkout-date-time-row {
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #application-form-container .orbis-checkout-date-time-row {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 16px 20px;
    align-items: end;
  }
}
#application-form-container .orbis-checkout-date-time-row .orbis-checkout-date-time-field .form-field {
  margin-bottom: 0;
}

/* Each .form-field wraps a label + input for styling/positioning */
#application-form-container .form-field {
  display: flex;
  flex-direction: column;
}

/* Align specific two-column fields to bottom of row */
#application-form-container .form-field.orbis-align-bottom {
  height: 100%;
  position: relative;
  /* Reserve space for per-field validation messages so rows don't jump/misalign */
  padding-bottom: 22px;
}

/* Prevent inline status messages from changing field height */
#application-form-container .form-field.orbis-align-bottom .orbis-companyid-status,
#application-form-container .form-field.orbis-align-bottom .orbis-vat-status,
#application-form-container .form-field.orbis-align-bottom .orbis-country-status {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: 0 !important;
  line-height: 1.2;
}

#application-form-container .form-field.orbis-align-bottom .orbis-country-status {
  visibility: hidden;
}

/* Label styling */
#application-form-container .form-field label {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 2;
}

/* Prevent Woo validation classes from changing vertical spacing */
#application-form-container .form-field.validate-required,
#application-form-container .form-field.woocommerce-invalid {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Input, select, and textarea styling */
#application-form-container .form-field input[type=text],
#application-form-container .form-field input[type=email],
#application-form-container .form-field input[type=url],
#application-form-container .form-field input[type=tel],
#application-form-container .form-field input[type=date],
#application-form-container .form-field select,
#application-form-container .form-field textarea {
  border-radius: var(--spaces-60, 16px);
  border: 1px solid var(--Gray-Bright---Main, #D9D9D9);
  background: var(--White, #FFF);
  box-shadow: 10px 10px 46px 0px rgba(43, 42, 41, 0.06);
  height: 63px;
  padding: 0 15px;
}

#application-form-container .form-field input[type=text]:focus-visible,
#application-form-container .form-field input[type=email]:focus-visible,
#application-form-container .form-field input[type=url]:focus-visible,
#application-form-container .form-field input[type=tel]:focus-visible,
#application-form-container .form-field input[type=date]:focus-visible,
#application-form-container .form-field select:focus-visible,
#application-form-container .form-field textarea:focus-visible {
  border-color: #6cbc2d;
  outline: none;
}

/* Company details auto-filled from sponsored org (readonly) */
#application-form-container .form-field input.orbis-sponsored-company-locked {
  background: var(--Gray-Bright---Main, #f4f4f4);
  color: #555;
  cursor: not-allowed;
  box-shadow: none;
}

#application-form-container .form-field input.orbis-sponsored-company-locked:focus-visible {
  border-color: var(--Gray-Bright---Main, #D9D9D9);
}

#application-form-container .form-field input.orbis-sof-participant-locked {
  background: var(--Gray-Bright---Main, #f4f4f4);
  color: #555;
  cursor: not-allowed;
  box-shadow: none;
}

#application-form-container .form-field input.orbis-sof-participant-locked:focus-visible {
  border-color: var(--Gray-Bright---Main, #D9D9D9);
}

/* Radio inputs like design (green dot + bold active) */
#application-form-container .radio-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding-left: 0;
}

#application-form-container .radio-group .radio-option {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: #9CA3AF;
  cursor: pointer;
  user-select: none;
}

#application-form-container .radio-group .radio-option.is-disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

#application-form-container .radio-group .radio-option input[type=radio] {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 2px solid #D1D5DB;
  background: #fff;
  display: inline-grid;
  place-content: center;
  margin: 0;
}

#application-form-container .radio-group .radio-option input[type=radio]::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  transform: scale(0);
  transition: transform 120ms ease-in-out;
  background-color: #75B726;
}

#application-form-container .radio-group .radio-option input[type=radio]:checked {
  border-color: #D1D5DB;
}

#application-form-container .radio-group .radio-option input[type=radio]:checked::before {
  transform: scale(1);
}

#application-form-container .radio-group .radio-option:has(input[type=radio]:checked) {
  color: #111827;
}

#application-form-container .radio-group .radio-option:focus-within {
  outline: none;
}

#application-form-container .radio-group .radio-option input[type=radio]:focus {
  outline: none;
}

/* Invoice radio: centered, no fieldset frame */
#application-form-container .invoice-type fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
}

#application-form-container .invoice-type legend {
  padding: 0;
  margin: 0 0 10px 0;
  width: 100%;
  text-align: center;
}

#application-form-container .invoice-type {
  width: 100%;
}

/* Invoice details: full-width container, inner fields 2-per-row */
#application-form-container #invoice-details-container {
  display: block;
  width: 100%;
  max-width: 100%;
}

#application-form-container #invoice-company-fields,
#application-form-container #invoice-person-fields {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  width: 100%;
  max-width: 100%;
  grid-column: 1 / -1; /* if parent is grid, span full */
}

@media (min-width: 768px) {
  #application-form-container #invoice-company-fields,
  #application-form-container #invoice-person-fields {
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
  }

  #application-form-container #invoice-company-fields .full-width,
  #application-form-container #invoice-person-fields .full-width {
    grid-column: 1 / span 2;
  }
}

/* Checkbox alignment */
#application-form-container .checkbox-group {
  display: flex;
  align-items: center;
  gap: 5px;
}

/* Submit button */
#application-form-container button[type=submit] {
  background-color: #75b726;
  color: #ffffff;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#application-form-container button[type=submit]:hover {
  background-color: #68a122;
  /* slightly darker on hover */
}

/* Make 2 columns on screens >= 768px */
@media (min-width: 768px) {
  #application-form-container {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }

  /* If you want the submit button to span both columns */
  #application-form-container .full-width {
    grid-column: 1/span 2;
  }
}

.custom-file-input {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-left: 21px;
  border-radius: var(--spaces-60, 16px);
  border: 1px solid var(--Gray-Bright---Main, #D9D9D9);
  background: var(--White, #FFF);
  box-shadow: 10px 10px 46px 0px rgba(43, 42, 41, 0.06);
  height: 63px;
  max-width: 593px;
}

.custom-file-input input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.custom-file-input .attach-icon {
  width: 26px;
  height: 26px;
  background-image: url("http://sofia-airport.orbisds.com/wp-content/uploads/2025/01/attached-file.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.custom-file-input .attach-text {
  font-size: 14px;
  color: #333;
}

/* Add styles for the required field label */
.form-field label.required::after {
  content: "*";
  color: red;
  margin-left: 5px;
  display: inline-block;
}

#free-text-container {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}

#free-text {
  min-height: 220px;
}

/* 
  * Toggle Switch Container 
  */
.toggle-switch {
  display: flex;
  align-items: center;
  cursor: pointer;
}

/* Hidden Checkbox */
.toggle-switch input[type=checkbox] {
  display: none;
}

/* Slider (Switch) */
.toggle-switch .slider {
  position: relative;
  width: 37px;
  height: 17px;
  background-color: #ccc;
  border-radius: 12px;
  transition: background-color 0.3s ease;
  margin-right: 10px;
}

/* Slider Circle */
.toggle-switch .slider::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background-color: #fff;
  border-radius: 50%;
  top: 2px;
  left: 2px;
  transition: transform 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Checked State */
.toggle-switch input[type=checkbox]:checked+.slider {
  background-color: #4caf50;
}

.toggle-switch input[type=checkbox]:checked+.slider::before {
  transform: translateX(20px);
}

/* Label Text */
.toggle-switch .toggle-label {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-right: 15px;
}

/* Disabled toggle (used when invoice is not allowed) */
.toggle-switch.is-disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

.toggle-switch.is-disabled .toggle-label {
  color: #9CA3AF;
}

.toggle-switch.is-disabled .slider {
  background-color: #E5E7EB;
}

@media only screen and (max-width: 768px) {
  .toggle-switch .toggle-label {
    width: 90%;
  }
}

.input-error {
  border: 2px solid red;
}

.error-message {
  color: red;
  font-size: 14px;
  margin-top: 5px;
}

#application-form-container .form-span-full {
  grid-column: 1/-1;
}

/* Training details: two columns on desktop (50% | 50%), course location full width row */
#application-form-container .checkout-training-details.form-span-full {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: end;
}

#application-form-container .checkout-training-details.form-span-full .form-field input[type="text"],
#application-form-container .checkout-training-details.form-span-full .form-field input[type="email"],
#application-form-container .checkout-training-details.form-span-full .form-field input[type="tel"],
#application-form-container .checkout-training-details.form-span-full .form-field select,
#application-form-container .checkout-training-details.form-span-full .form-field textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  #application-form-container .checkout-training-details.form-span-full {
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
  }
}

/* Section headings inside checkout form: full width above the 2-column grid */
#application-form-container > h2.hermes-aaplication-heading {
  grid-column: 1 / -1;
}

#application-form-container .checkout-training-details.form-span-full > .form-field {
  margin-bottom: 0;
}

#application-form-container .form-button-wrapper {
  grid-column: 1/-1;
  display: flex;
  justify-content: center;
  max-width: 195px;
  margin: 0 auto;
}

.woocommerce-billing-fields {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
}

#order_review .shop_table {
  display: none !important;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: rgba(255, 255, 255, 0);
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover {
  background-color: #66aa44;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt {
  background-color: #66aa44;
}

/* Checkout “Place order” — design tokens + shadow (~⅓ previous large sizing) */
.woocommerce-checkout #place_order.button.alt,
.woocommerce-checkout button[name="woocommerce_checkout_place_order"] {
  box-sizing: border-box;
  width: auto;
  max-width: 174px;
  min-height: 0;
  padding: 10px 50px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  border-radius: var(--S, 8px);
  background: var(--Primary-Colors-Green-Green, #75b726);
  box-shadow: 0 1px 4px 0 rgba(43, 42, 41, 0.2);
  border: none;
  color: #fff;
}

.woocommerce-checkout #place_order.button.alt:hover,
.woocommerce-checkout button[name="woocommerce_checkout_place_order"]:hover {
  background: var(--Primary-Colors-Green-Green, #75b726);
  box-shadow: 0 1px 4px 0 rgba(43, 42, 41, 0.2);
  filter: brightness(1.06);
}

.woocommerce-NoticeGroup .woocommerce-error {
  display: none;
  visibility: hidden;
}

.go-back {
  margin: 0 auto;
  text-align: center;
}

.go-back .ty-button {
  background-color: #75b726;
  color: #ffffff;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.thankyou-heading {
  margin-bottom: 32px;
}

.thankyou-heading h2 {
  color: var(--Primary-Colors-Black-Black, #2B2A29);
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  margin: 0;
  line-height: 43px;
}

/* General layout */
.site-header {
  background: #fff;
  font-family: sans-serif;
  /* Mobile responsiveness */
}

.site-header .top-header {
  background-color: #f2f2f2;
}

.site-header .top-header .top-header-container {
  width: 100%;
}

.site-header .top-header .top-header-container .top-header-wrapper {
  display: flex;
  max-width: 1203px;
  margin: 0 auto;
  justify-content: flex-end;
  padding: 5px 0px;
  align-items: center;
}

@media (max-width: 768px) {
  .site-header .top-header .top-header-container .top-header-wrapper {
    padding-right: 15px;
  }
}

.site-header .top-header .top-header-container .top-header-wrapper .cert-logo {
  max-width: 35px;
  margin-left: 15px;
}

.site-header .top-header .top-header-container .top-header-wrapper .lang-switch-wrapper {
  border-right: 1px solid #2B2A29;
}

.site-header .top-header .top-header-container .top-header-wrapper .lang-switch-wrapper .lang-switch {
  margin-right: 15px;
  font-weight: bold;
  font-size: 14px;
}

.site-header .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1203px;
  padding: 15px 0px;
}

@media only screen and (max-width: 1240px) {
  .site-header .header-container {
    padding: 15px;
  }
}

.site-header .logo-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.site-header .logo-img {
  height: 40px;
}

.site-header .tagline {
  font-size: 12px;
  color: #666;
  margin-top: 2px;
}

.site-header .main-nav {
  display: flex;
  gap: 30px;
}

.site-header .main-nav .menu {
  list-style: none;
  display: flex;
  gap: 25px;
  margin: 0;
  padding: 0;
}

.site-header .menu li a {
  text-decoration: none;
  font-weight: bold;
  color: #111;
}

.site-header .header-extras {
  display: flex;
  align-items: center;
  gap: 20px;
}

.site-header .menu-toggle {
  display: none;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .site-header .main-nav {
    display: none;
    flex-direction: column;
    width: 100%;
    padding: 10px 0;
  }

  .site-header .main-nav.active {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    position: absolute;
    top: 60px;
    right: 0;
    width: 100%;
    background-color: white;
    border-radius: 8px;
    border: 1px solid #cccccc;
    padding: 0;
  }

  .site-header .menu-toggle {
    display: inline-block;
  }

  .site-header .header-container {
    flex-direction: row;
    justify-content: space-between;
    position: relative;
  }

  .site-header .main-nav .menu {
    list-style: none;
    display: flex;
    gap: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    flex-direction: column;
    align-items: center;
    z-index: 999;
    background: #ffffff;
  }

  .site-header .main-nav .menu li {
    width: 100%;
    /* padding: 10px; */
    height: 100%;
    text-align: center;
    padding: 20px 0px;
    border-radius: 8px;
  }
}

/* === Submenu styles === */
/* Desktop submenu */
.site-header .main-nav {
  position: relative;
  /* Important! */
}

.site-header .main-nav .menu>li {
  position: relative;
}

.site-header .main-nav .menu>li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.site-header .main-nav .menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  background: #fff;
  padding: 10px 0;
  margin: 0;
  list-style: none;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 999;
}

.site-header .main-nav .menu .sub-menu li {
  padding: 10px 20px;
  white-space: nowrap;
}

.site-header .main-nav .menu .sub-menu li a {
  color: #111;
  text-decoration: none;
  font-weight: normal;
}

.site-header .main-nav .menu .sub-menu li a:hover {
  color: #75B726;
}

/* Mobile responsiveness */
@media screen and (max-width: 768px) {
  .site-header .main-nav {
    display: none;
    flex-direction: column;
    width: 100%;
    padding: 10px 0;
  }

  .site-header .main-nav.active {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    position: absolute;
    top: 60px;
    right: 0;
    width: 100%;
    /* Full width */
    background-color: white;
    border-radius: 8px;
    border: 1px solid #cccccc;
    padding: 10px 0;
    /* Add padding for spacing */
    margin-top: 10px;
    /* Add margin to separate from toggle */
    z-index: 999;
  }

  .menu-toggle {
    display: inline-block;
  }

  .header-container {
    flex-direction: row;
    justify-content: space-between;
    position: relative;
  }

  .site-header .main-nav .menu {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    align-items: stretch;
    /* makes full width */
    background: #ffffff;
  }

  .site-header .main-nav .menu li {
    width: 100%;
    text-align: center;
    padding: 20px 0px;
    border-radius: 8px;
  }

  /* Mobile submenu - accordion style */
  .site-header .main-nav .menu li {
    position: relative;
  }

  .site-header .main-nav .menu li.menu-item-has-children>a {
    position: relative;
  }

  .site-header .main-nav .menu li.menu-item-has-children>a::after {
    content: "▼";
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    transition: transform 0.3s ease;
  }

  .site-header .main-nav .menu li.menu-item-has-children.open>a::after {
    transform: translateY(-50%) rotate(180deg);
  }

  .site-header .main-nav .menu .sub-menu {
    display: block;
    overflow: hidden;
    max-height: 0;
    background: #ffffff;
    opacity: 0;
    padding: 0;
    transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.3s ease;
  }

  .site-header .main-nav .menu li.menu-item-has-children.open>.sub-menu {
    max-height: 1000px;
    opacity: 1;
    padding: 5px 0;
  }

  .site-header .main-nav .menu .sub-menu li {
    width: 100%;
    text-align: left;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .site-header .main-nav .menu .sub-menu li a {
    display: block;
    padding: 14px 20px;
    color: #000;
    text-decoration: none;
    font-weight: normal;
  }

  .site-header .main-nav .menu .sub-menu li a:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}

.site-footer {
  background: #fff;
  font-family: sans-serif;
  color: #111;
}

.footer-top {
  text-align: center;
  margin-bottom: 30px;
}

.footer-heading {
  font-size: 18px;
  font-weight: 600;
}

.footer-social {
  margin-top: 10px;
}

.footer-social a {
  color: #66aa44;
  font-size: 20px;
  margin: 0 8px;
  text-decoration: none;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1280px;
  margin: 0 auto 30px;
  padding: 0 20px;
  flex-wrap: wrap;
}

.footer-col h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

.footer-col h3.footere-menu-heading {
  text-transform: capitalize;
}

.footer-col h4 {
  font-size: 14px;
  font-weight: 500;
  margin: 12px 0 6px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 6px;
}

.footer-col ul li a {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: rgb(43, 42, 41);
  margin-bottom: 10px;
  transition: 0.35s ease-in-out;
  color: #000000;
}

.footer-col ul li a:hover {
  color: #6cbc2d;
}

.footer-logo {
  width: 120px;
  margin: 10px 0;
}

.footer-bottom {
  background: #f2f2f2;
  padding: 15px 20px;
}

.footer-bottom-inner {
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
  font-size: 13px;
  color: #555;
}

.footer-bottom a {
  display: flex;
  color: #444;
  text-decoration: none;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 600px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-social a {
    font-size: 18px;
  }
}

.bottom__curve {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .bottom__curve {
    margin-bottom: 30px;
  }
}

.bottom__curve .bottom__curve-wrapper--white {
  background: url(/wp-content/themes/orbis-theme/assets/public/graphics/bottom_curve_white.svg) no-repeat bottom;
}

.bottom__curve .bottom__curve-wrapper {
  position: relative;
  height: 50px;
  top: 15px;
  background-size: cover !important;
}

.bottom__curve .bottom__curve-wrapper::after {
  position: absolute;
  content: "";
  width: 100%;
  max-width: 1250px;
  height: 50px;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(50% 50% at 50% 50%, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.1;
  z-index: -1;
}

.product-output {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.course-card-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.course-card.external-training-card {
  width: calc(33.333% - 13.33px);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 0 10px 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: all 0.3s ease;
  max-width: 300px;
}

@media (max-width: 1024px) {
  .course-card.external-training-card {
    width: calc(40% - 10px);
  }
}

@media (max-width: 600px) {
  .course-card.external-training-card {
    width: 50%;
  }
}

.course-card.external-training-card .course-thumb {
  aspect-ratio: 1.2/1;
  overflow: hidden;
  border-radius: 12px;
  margin: 0 -10px 15px;
}

.course-card.external-training-card .course-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.course-card.external-training-card .course-header h3 {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 12px 0;
  color: #333;
}

.course-card.external-training-card .apply-btn-wrapper {
  text-align: center;
  margin-top: auto;
  height: 50px;
}

.course-card.external-training-card .apply-btn-wrapper .apply-btn {
  display: inline-block;
  background: #6cbc2d;
  color: white;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s;
}

.course-card.external-training-card .apply-btn-wrapper .apply-btn:hover {
  background: #5aa42b;
}

.external-heading h2 {
  color: var(--Black---Main, #2B2A29);
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
  letter-spacing: 0.5px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 58px;
  margin-top: 48px;
}

@media (max-width: 1024px) {
  .external-heading h2 {
    font-size: 25px;
  }
}

.faq {
  margin: 60px 0;
}

.faq .container h2 {
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .faq .container h2 {
    font-size: 28px;
  }
}

.faq .container .faq__repeater .info__item {
  border-bottom: 1px solid #d9d9d9;
}

.faq .container .faq__repeater .info__item:first-child {
  border-top: 1px solid #d9d9d9;
}

.faq .container .faq__repeater .info__item .question {
  display: flex;
  justify-content: space-between;
  padding: 31px 0 35px 25px;
  transition: all 0.35s ease-in-out;
}

.faq .container .faq__repeater .info__item .question .q__text {
  font-size: 24px;
  font-weight: 700;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .faq .container .faq__repeater .info__item .question .q__text {
    font-size: 16px;
  }
}

.faq .container .faq__repeater .info__item .question i {
  align-self: center;
  font-size: 24px;
  color: #75b726;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .faq .container .faq__repeater .info__item .question i {
    font-size: 16px;
  }
}

.faq .container .faq__repeater .info__item .question.clicked {
  background: #f7f7f7;
}

.faq .container .faq__repeater .info__item .question.clicked i {
  transition: all 0.35s ease-in-out;
  transform: rotateZ(-180deg);
}

.faq .container .faq__repeater .info__item .info {
  display: none;
}

.faq .container .faq__repeater .info__item .info.clicked {
  display: block;
  padding: 16px 0 20px 30px;
}

.faq .container .faq__repeater .info__item .info p a {
  color: #75b726;
}

.faq .container .faq__repeater .info__item .info p a:hover {
  text-decoration: none;
}

.faq .container .link {
  text-align: center;
  margin: 60px 0;
}

.module__pageheader {
  position: relative;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.module__pageheader--image {
  min-height: 480px;
}

@media screen and (max-width: 767px) {
  .module__pageheader--image {
    min-height: 380px;
  }
}

@media screen and (max-width: 575px) {
  .module__pageheader--image {
    min-height: 280px;
  }
}

.module__pageheader--image_content {
  padding: 88px 0 65px;
}

@media screen and (max-width: 575px) {
  .module__pageheader--image_content {
    padding: 60px 0 40px;
  }
}

.module__pageheader.with__overlay::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.module__pageheader .container .pageheader__content {
  background-color: rgba(43, 42, 41, 0.7);
  text-align: center;
  border-radius: 12px;
  max-width: 688px;
  margin: 0 auto;
  padding: 60px 63px 34px;
}

@media screen and (max-width: 575px) {
  .module__pageheader .container .pageheader__content {
    padding: 40px 15px 25px;
  }
}

.module__pageheader .container .pageheader__content .pre__heading {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  margin: 0 0 10px 0;
}

@media screen and (max-width: 767px) {
  .module__pageheader .container .pageheader__content .pre__heading {
    font-size: 20px;
    margin: 0 0 5px 0;
  }
}

.module__pageheader .container .pageheader__content h1 {
  color: #fff;
  margin: 0 0 20px 0;
}

@media screen and (max-width: 767px) {
  .module__pageheader .container .pageheader__content h1 {
    font-size: 36px;
    line-height: 42px;
  }
}

@media screen and (max-width: 575px) {
  .module__pageheader .container .pageheader__content h1 {
    font-size: 28px;
    line-height: 32px;
  }
}

.module__pageheader .container .pageheader__content .pageheader__descr p {
  font-size: 16px;
  line-height: 145%;
  color: #fff;
  margin: 0 0 22px 0;
}

@media screen and (max-width: 767px) {
  .module__pageheader .container .pageheader__content .pageheader__descr p {
    font-size: 14px;
  }
}

.info-block.backgound-black-light .component_box.center .repeater_phone a {
  color: #fff;
  font-weight: 500;
}

.info-block.backgound-gray {
  background-color: #f7f7f7;
}

.info-block.backgound-white {
  background-color: #fff;
}

.info-block .col-12 {
  padding-top: 60px;
}

.info-block .col-12.none {
  display: none;
}

.info-block .col-12 .title-general h1,
.info-block .col-12 .title-general h2,
.info-block .col-12 .title-general h3,
.info-block .col-12 .title-general h4 {
  font-style: normal;
  line-height: 105%;
  text-align: center;
  letter-spacing: 0.01em;
  color: #2b2a29;
  padding-bottom: 20px;
  max-width: 950px;
  margin: 0 auto;
}

.info-block .col-12 .title-general h1,
.info-block .col-12 .title-general h2 {
  font-size: 39px;
  font-weight: 800;
}

.info-block .col-12 .title-general h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.info-block .col-12 .title-general h4 {
  font-size: 29px;
  font-weight: bold;
}

.info-block .col-12 .sub_title h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #2b2a29;
  padding-bottom: 20px;
}

.info-block .col-12 .sub_title h3,
.info-block .col-12 .sub_title h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #2b2a29;
  padding-bottom: 20px;
}

.info-block .col-12 .icon-payments {
  display: flex;
  justify-content: center;
  margin: 20px 0 30px 0;
}

.info-block .video iframe {
  width: 100% !important;
  height: 100% !important;
  border-radius: 12px;
  border: 1px;
  filter: drop-shadow(0px 4px 26px rgba(0, 0, 0, 0.45));
}

.info-block .row {
  display: flex;
  justify-content: center;
}

.info-block .row .one_col,
.info-block .row .two_col,
.info-block .row .three_col {
  display: flex;
}

.info-block .row .one_col {
  max-width: 860px;
}

.info-block .row .one_col .component_box {
  flex-basis: 100%;
}

.info-block .row .one_col .component_box.left {
  margin-right: 48px;
}

.info-block .row .one_col .component_box.left .image img {
  width: 300px;
  height: 200px;
  border-radius: 12px;
  filter: drop-shadow(0px 4px 26px rgba(0, 0, 0, 0.45));
}

.info-block .row .two_col {
  max-width: 1306px;
  padding-top: 40px;
  justify-content: space-between;
}

.info-block .row .two_col .component_box {
  flex-basis: calc(50% - 50px);
  padding-top: 20px;
}

.info-block .row .two_col .component_box .image img {
  width: 300px;
  height: 200px;
  border-radius: 12px;
  filter: drop-shadow(0px 4px 26px rgba(0, 0, 0, 0.45));
}

.info-block .row .two_col .component_box .title h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 29px;
  line-height: 105%;
}

.info-block .row .two_col .component_box .content i {
  color: #75b726;
  padding-right: 30px;
}

.info-block .row .two_col .component_box .content i.none {
  padding-right: 0;
}

.info-block .row .two_col .component_box .content .text p {
  max-width: 100%;
}

.info-block .row .three_col {
  max-width: 1176px;
}

.info-block .row .three_col .component_box {
  flex-basis: 33.33%;
}

.info-block .row .three_col .component_box .image img {
  max-width: 300px;
  border-radius: 12px;
  filter: drop-shadow(0px 4px 26px rgba(0, 0, 0, 0.45));
}

.info-block .component_box {
  padding: 20px 15px 0;
}

.info-block .component_box.center {
  margin-bottom: 0;
  padding-top: 0;
}

.info-block .component_box.center .image img {
  width: 300px;
  height: 200px;
  border-radius: 12px;
  filter: drop-shadow(0px 4px 26px rgba(0, 0, 0, 0.45));
}

.info-block .component_box.center .title {
  display: flex;
}

.info-block .component_box.center .title i {
  color: #75b726;
}

.info-block .component_box.center .title h2,
.info-block .component_box.center .title h3,
.info-block .component_box.center .title h4 {
  font-style: normal;
  font-weight: 900;
  font-size: 29px;
  line-height: 30px;
  letter-spacing: 0.01em;
  margin: 0 auto 20px;
  color: #2b2a29;
  padding-top: 60px;
  text-align: center;
}

.info-block .component_box.center .content {
  text-align: center;
}

.info-block .component_box.center .content .text p {
  font-size: 16px;
}

.info-block .component_box.center .content .text p i {
  color: #2b2a29;
  padding-right: 5px;
}

.info-block .component_box.center .content .text a {
  color: #2b2a29;
  text-decoration: none;
}

.info-block .component_box.center .content .text a:hover {
  text-decoration: none;
}

.info-block .component_box.center .content .text .colored_text {
  color: #75b726;
}

.info-block .component_box.left .title {
  display: flex;
}

.info-block .component_box.left .title i {
  color: #75b726;
}

.info-block .component_box.left .title i.none {
  margin-right: -15px;
}

.info-block .component_box.left .title h2 {
  font-size: 24px;
}

.info-block .component_box.left .title h3 {
  font-size: 21px;
}

.info-block .component_box.left .title h4 {
  font-size: 19px;
}

.info-block .component_box.left .title h2,
.info-block .component_box.left .title h3,
.info-block .component_box.left .title h4 {
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #2b2a29;
  margin-left: 15px;
}

.info-block .component_box.left .sub-title {
  display: flex;
  font-style: normal;
  line-height: 22px;
  letter-spacing: 0.02em;
}

.info-block .component_box.left .sub-title i {
  color: #75b726;
  padding-right: 30px;
}

.info-block .component_box.left .sub-title i.none {
  padding-right: 0;
}

.info-block .component_box.left .sub-title h2 {
  font-size: 22px;
}

.info-block .component_box.left .sub-title h3 {
  font-size: 18px;
}

.info-block .component_box.left .sub-title h4 {
  font-size: 16px;
}

.info-block .component_box.left .sub-title h2,
.info-block .component_box.left .sub-title h3,
.info-block .component_box.left .sub-title h4 {
  font-weight: 600;
}

.info-block .component_box.left .sub-title h2.blue_main,
.info-block .component_box.left .sub-title h3.blue_main,
.info-block .component_box.left .sub-title h4.blue_main {
  color: #75b726;
  font-size: 18px;
}

.info-block .component_box.left .sub-title h2.black_light,
.info-block .component_box.left .sub-title h3.black_light,
.info-block .component_box.left .sub-title h4.black_light {
  color: #2b2a29;
  font-size: 18px;
}

.info-block .component_box.left .content {
  padding: 10px 0 0;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}

.info-block .component_box.left .content .icon i {
  color: #75b726;
  position: absolute;
  top: 22px;
}

.info-block .component_box.left .content .icon i.none {
  display: none;
}

.info-block .component_box.left .content .text {
  display: inline;
  margin-left: 15px;
}

.info-block .component_box.left .content .text p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  letter-spacing: 0.01em;
  color: #2b2a29;
  padding: 10px 0 3px;
  margin-left: 15px;
  max-width: 400px;
}

.info-block .component_box.left .content .text .colored_text,
.info-block .component_box.left .content .text a {
  color: #75b726;
}

.info-block .component_box.left .repeater_phone,
.info-block .component_box.left .mail_link {
  position: relative;
  padding: 5px 0;
}

.info-block .component_box.left .repeater_phone .icon i,
.info-block .component_box.left .mail_link .icon i {
  color: #75b726;
  position: absolute;
  top: 8px;
}

.info-block .component_box.left .repeater_phone .icon i.none,
.info-block .component_box.left .mail_link .icon i.none {
  display: none;
}

.info-block .component_box.left .repeater_phone a,
.info-block .component_box.left .mail_link a {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 145%;
  letter-spacing: 0.01em;
  padding-left: 33px;
}

.info-block .component_box.left .repeater_phone a:hover,
.info-block .component_box.left .mail_link a:hover {
  text-decoration: none;
}

.info-block .component_box.left .mail_link a {
  color: #75b726;
}

.info-block .component_box.left .repeater_phone a {
  color: #2b2a29;
}

.info__module {
  background-color: #fff;
  margin: 20px auto 0;
  color: #2b2a29;
  text-align: center;
  padding: 50px 0 20px;
}

.info__module a {
  text-decoration: none;
}

.info__module a:not(.btn):not(.btn > a):not(.а.btn):not(.locations a):not(.numbers a):not(.mails a) {
  color: #75b726;
  transition: all 0.35s ease-in-out;
}

.info__module a:not(.btn):not(.btn > a):not(.а.btn):not(.locations a):not(.numbers a):not(.mails a):hover {
  color: #2b2a29;
  text-decoration: none;
}

.info__module a:not(.btn):not(.btn > a):not(.а.btn):not(.locations a):not(.numbers a):not(.mails a):hover i.info-array-link-decoration {
  margin-left: 10px;
  color: #2b2a29;
}

.info__module a:not(.btn):not(.btn > a):not(.а.btn):not(.locations a):not(.numbers a):not(.mails a) i.info-array-link-decoration {
  margin-left: 5px;
  color: #75b726;
  transition: all 0.35s ease-in-out;
}

.info__module.white {
  background-color: #fff;
}

.info__module.gray {
  background-color: #f7f7f7;
}

.info__module .no__curve {
  margin: 35px auto;
  padding: 30px 0 20px;
}

.info__module .section__title,
.info__module .section__description,
.info__module .info__grid {
  padding: 0 30px;
  max-width: 1366px;
}

.info__module .section__title {
  margin: 0 auto 20px;
  text-align: center;
  font-size: 39px;
  font-weight: 800;
  line-height: 41px;
}

.info__module .section__title.text-left {
  text-align: left;
  margin: 0 auto 60px;
}

.info__module .section__description {
  text-align: center;
  margin: 0 auto 60px;
}

.info__module .section__description p {
  font-size: 16px;
  line-height: 23px;
}

.info__module .info__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 80px;
}

.info__module .info__grid:nth-child(odd) {
  flex-direction: row-reverse;
}

.info__module .info__grid.row__revert:nth-child(odd) {
  flex-direction: row;
}

.info__module .info__grid.row__revert:nth-child(even) {
  flex-direction: row-reverse;
}

.info__module .info__grid .info__item {
  flex-basis: calc(50% - 50px);
}

.info__module .info__grid .description {
  text-align: left;
}

.info__module .info__grid .description .bold_title {
  margin: 0 0 30px;
}

@media screen and (max-width: 767px) {
  .info__module .info__grid .description .bold_title {
    font-size: 20px;
    line-height: 24px;
  }
}

.info__module .info__grid .description .description__content {
  margin-bottom: 30px;
  position: relative;
  max-height: 100%;
  transition: max-height 350ms;
}

.info__module .info__grid .description .description__content.hidden {
  max-height: 150px;
  overflow: hidden;
  transition: max-height 350ms;
}

.info__module .info__grid .description .description__content.hidden:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
}

.info__module .info__grid .description .description__content p,
.info__module .info__grid .description .description__content ul,
.info__module .info__grid .description .description__content ol,
.info__module .info__grid .description .description__content h1,
.info__module .info__grid .description .description__content h2,
.info__module .info__grid .description .description__content h3,
.info__module .info__grid .description .description__content h4,
.info__module .info__grid .description .description__content h5,
.info__module .info__grid .description .description__content h6 {
  margin: 0 0 20px;
}

.info__module .info__grid .description .description__content ul {
  padding-left: 10px;
  font: normal 500 14px/20px sans-serif;
  letter-spacing: 0.01em;
}

.info__module .info__grid .description .description__content ul li {
  list-style: none;
  position: relative;
}

.info__module .info__grid .description .description__content ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  height: 3px;
  width: 3px;
  background-color: #75b726;
  border-radius: 50%;
}

.info__module .info__grid .description .description__content ol {
  padding-inline-start: 20px;
  font: normal 500 14px/20px sans-serif;
  letter-spacing: 0.01em;
}

.info__module .info__grid .description .description__content i {
  color: #75b726;
  margin-right: 15px;
}

.info__module .info__grid .description .description__content a {
  color: #2b2a29;
  font-weight: 700;
  font-size: 16px;
  line-height: 145%;
}

.info__module .info__grid .description .description__content .colored_text {
  color: #75b726;
}

.info__module .info__grid .description h4 {
  margin: 0 0 40px 0;
}

.info__module .info__grid .description h4.big__title {
  font-weight: 900;
  font-size: 29px;
  line-height: 30px;
  letter-spacing: 0.01em;
}

.info__module .info__grid .description .contanct__info .locations,
.info__module .info__grid .description .contanct__info .numbers,
.info__module .info__grid .description .contanct__info .mails,
.info__module .info__grid .description .contanct__info .hours {
  position: relative;
  margin-top: 12px;
}

.info__module .info__grid .description .contanct__info .locations::before,
.info__module .info__grid .description .contanct__info .numbers::before,
.info__module .info__grid .description .contanct__info .mails::before,
.info__module .info__grid .description .contanct__info .hours::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #75b726;
}

.info__module .info__grid .description .contanct__info .locations p,
.info__module .info__grid .description .contanct__info .locations a,
.info__module .info__grid .description .contanct__info .numbers p,
.info__module .info__grid .description .contanct__info .numbers a,
.info__module .info__grid .description .contanct__info .mails p,
.info__module .info__grid .description .contanct__info .mails a,
.info__module .info__grid .description .contanct__info .hours p,
.info__module .info__grid .description .contanct__info .hours a {
  text-decoration: none;
  color: #2b2a29;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  padding-left: 30px;
}

.info__module .info__grid .description .contanct__info .locations p:first-child,
.info__module .info__grid .description .contanct__info .locations a:first-child,
.info__module .info__grid .description .contanct__info .numbers p:first-child,
.info__module .info__grid .description .contanct__info .numbers a:first-child,
.info__module .info__grid .description .contanct__info .mails p:first-child,
.info__module .info__grid .description .contanct__info .mails a:first-child,
.info__module .info__grid .description .contanct__info .hours p:first-child,
.info__module .info__grid .description .contanct__info .hours a:first-child {
  display: inline-block;
}

.info__module .info__grid .description .contanct__info .locations a,
.info__module .info__grid .description .contanct__info .numbers a,
.info__module .info__grid .description .contanct__info .mails a,
.info__module .info__grid .description .contanct__info .hours a {
  transition: all 0.35s ease-in-out;
}

.info__module .info__grid .description .contanct__info .locations a:hover,
.info__module .info__grid .description .contanct__info .numbers a:hover,
.info__module .info__grid .description .contanct__info .mails a:hover,
.info__module .info__grid .description .contanct__info .hours a:hover {
  color: #75b726;
}

.info__module .info__grid .description .contanct__info .locations::before {
  content: "\f3cd";
}

.info__module .info__grid .description .contanct__info .numbers::before {
  content: "\f095";
}

.info__module .info__grid .description .contanct__info .mails::before {
  content: "\f0e0";
}

.info__module .info__grid .description .contanct__info .hours::before {
  content: "\f017";
}

.info__module .info__grid .description .contanct__info .numbers a,
.info__module .info__grid .description .contanct__info .mails a {
  display: block;
}

.info__module .info__grid .description .contanct__info .numbers a:first-child,
.info__module .info__grid .description .contanct__info .mails a:first-child {
  display: inline-block;
}

.info__module .info__grid .description .contanct__info .mails a {
  color: #2b2a29;
}

.info__module .info__grid .description .contanct__info .mails a:hover {
  color: #75b726;
}

.info__module .info__grid .description .contanct__info .hours p {
  display: block;
}

.info__module .info__grid .description .contanct__info .hours p:first-child {
  display: inline-block;
}

.info__module .info__grid .image {
  height: 402px;
}

.info__module .info__grid .image img {
  object-fit: cover;
  width: 100%;
  height: 402px;
  filter: drop-shadow(0px 4px 26px rgba(0, 0, 0, 0.45));
  border-radius: 12px;
}

@media screen and (max-width: 991px) {
  .info__module .info__grid .image {
    height: 300px;
  }

  .info__module .info__grid .image img {
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .info__module .info__grid .image {
    height: 350px;
    text-align: left;
    width: 100%;
  }

  .info__module .info__grid .image img {
    height: 350px;
  }
}

@media screen and (max-width: 575px) {
  .info__module .info__grid .image {
    height: 300px;
  }

  .info__module .info__grid .image img {
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .info__module .info__grid {
    gap: 30px;
    margin: 0 auto 50px;
  }

  .info__module .info__grid:nth-child(odd),
  .info__module .info__grid:nth-child(even),
  .info__module .info__grid.row__revert:nth-child(odd),
  .info__module .info__grid.row__revert:nth-child(even) {
    flex-direction: column-reverse;
  }

  .info__module .info__grid .info__item {
    flex-basis: 100%;
  }
}

@media screen and (max-width: 575px) {
  .info__module .info__grid {
    gap: 30px;
    margin: 0 auto 50px;
  }

  .info__module .info__grid .info__item {
    flex-basis: 100%;
  }
}

@media screen and (max-width: 767px) {
  .info__module h1 {
    font-size: 31px;
    line-height: 105%;
  }

  .info__module h2 {
    font-size: 25px;
    line-height: 29px;
  }

  .info__module h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .info__module h4,
  .info__module h5 {
    font-size: 18px;
    line-height: 22px;
  }
}

.toggle-switch-prod {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 22px;
  margin: 0px;
  margin-left: 0px;
  top: -2px;
}

.toggle-checkbox {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}

.toggle-slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

.toggle-checkbox:checked+.toggle-slider {
  background-color: #4CAF50;
}

.toggle-checkbox:checked+.toggle-slider:before {
  transform: translateX(21px);
}

.variations_form .variations,
.woocommerce-variation,
.woocommerce-variation-add-to-cart .quantity {
  display: none !important;
}

.single_add_to_cart_button {
  display: inline-block !important;
  background: #6cbc2d !important;
  color: white !important;
  font-weight: 600 !important;
  padding: 10px 20px !important;
  border-radius: 6px !important;
  text-decoration: none !important;
  transition: background 0.3s !important;
  height: 50px !important;
  min-width: 150px !important;
  font-size: 18px !important;
  font-family: "Fact Expanded";
}

.single-product-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  position: relative;
  overflow: visible;
}

.single-product-wrapper .single-product-header {
  position: relative;
  z-index: 1;
}

.single-product-wrapper .single-product-header .single-product-hero {
  position: relative;
  background-color: #75b726;
  border-radius: 25px;
  padding: 40px 20px 60px;
  text-align: center;
  color: white;
  overflow: visible;
}

.single-product-wrapper .single-product-header .single-product-hero .single-product-logo {
  margin-bottom: 10px;
  max-width: 150px;
}

.single-product-wrapper .single-product-header .single-product-hero .single-product-title {
  font-size: 24px;
  font-weight: 700;
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.4;
}

.single-product-wrapper .single-product-header .single-product-hero .single-product-image {
  position: absolute;
  left: 40px;
  bottom: -25px;
  width: 160px;
  height: 160px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.single-product-wrapper .single-product-header .single-product-hero .single-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-product-wrapper .single-product-content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 40px;
  align-items: flex-start;
  justify-content: space-between;
}

.single-product-wrapper .single-product-content .single-product-info-box {
  background: white;
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  padding: 25px;
  flex: 1;
  max-width: 300px;
  font-size: 15px;
  line-height: 1.6;
  color: #2B2A29;
}

.single-product-wrapper .single-product-content .single-product-info-box .info-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
  align-items: center;
}

.single-product-wrapper .single-product-content .single-product-info-box .info-item:last-child {
  border-bottom: none;
  margin-bottom: 0 !important;
}

.single-product-wrapper .single-product-content .single-product-info-box .info-item img {
  width: 20px;
  height: 20px;
}

.single-product-wrapper .single-product-content .single-product-info-box .info-item span {
  font-weight: 500;
}

.single-product-wrapper .single-product-content .single-product-description {
  flex: 2;
  font-size: 15px;
  line-height: 1.7;
  color: #2B2A29;
  max-width: 700px;
  text-align: justify;
}

.single-product-wrapper .single-product-content .single-product-description p {
  margin-bottom: 30px;
}

.single-product-wrapper .single-product-content .single-product-description .apply-btn {
  display: inline-block;
  background: #75b726;
  color: white;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: background 0.3s;
}

.single-product-wrapper .single-product-content .single-product-description .apply-btn:hover {
  background: #68a122;
}

@media (max-width: 768px) {
  .single-product-wrapper .single-product-hero {
    padding-bottom: 100px;
    flex-direction: row;
  }

  .single-product-wrapper .single-product-hero .single-product-image {
    position: static;
    margin: 0;
    left: 0 !important;
    bottom: 0 !important;
  }

  .single-product-wrapper .single-product-hero .single-product-title {
    font-size: 20px;
    max-width: 100%;
    padding: 0 20px;
  }

  .single-product-wrapper .single-product-content {
    align-items: center;
  }

  .single-product-wrapper .single-product-content .single-product-info-box,
  .single-product-wrapper .single-product-content .single-product-description {
    max-width: 100%;
  }

  .single-product-wrapper .single-product-content .single-product-description {
    text-align: center;
  }

  .single-product-wrapper .single-product-content .single-product-description p {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .single-product-wrapper {
    padding: 30px 16px;
  }

  .single-product-wrapper .single-product-header .single-product-hero {
    padding: 20px 5px 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    position: relative;
  }

  .single-product-wrapper .single-product-header .single-product-hero .single-product-titlebox {
    max-width: 77%;
  }

  .single-product-wrapper .single-product-header .single-product-hero .single-product-image {
    position: relative;
    width: 77px;
    height: 77px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
  }

  .single-product-wrapper .single-product-header .single-product-hero .single-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .single-product-wrapper .single-product-header .single-product-hero .single-product-logo {
    max-width: 80px;
    margin-bottom: 8px;
  }

  .single-product-wrapper .single-product-header .single-product-hero .single-product-title {
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    font-weight: 700;
    max-width: 300px;
    padding: 0;
  }

  .single-product-wrapper .single-product-content {
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .single-product-wrapper .single-product-content .single-product-info-box {
    width: 90%;
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 10px;
    font-size: 14px;
    color: #2B2A29;
  }

  .single-product-wrapper .single-product-content .single-product-info-box .info-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
    align-items: center;
  }

  .single-product-wrapper .single-product-content .single-product-info-box .info-item:last-child {
    border-bottom: none;
  }

  .single-product-wrapper .single-product-content .single-product-info-box .info-item img {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
  }

  .single-product-wrapper .single-product-content .single-product-info-box .info-item span {
    font-size: 14px;
    line-height: 1.4;
  }

  .single-product-wrapper .single-product-content .single-product-description {
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
    color: #2B2A29;
  }

  .single-product-wrapper .single-product-content .single-product-description p {
    margin: 20px 0;
  }

  .single-product-wrapper .single-product-content .single-product-description .apply-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 14px 28px;
    background: #75b726;
    color: white;
    font-weight: 600;
    font-size: 16px;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }

  .single-product-wrapper .single-product-content .single-product-description .apply-btn:hover {
    background: #68a122;
  }

  /* Single product: keep price left-aligned (override generic span flex:1) */
  .single-product-wrapper .single-product-content .single-product-info-box .info-item .variation-price .prices {
    justify-content: flex-start !important;
    text-align: left !important;
    gap: 6px;
  }

  .single-product-wrapper .single-product-content .single-product-info-box .info-item .variation-price .prices > span {
    flex: 0 0 auto !important;
  }
}

ul,
li {
  font-family: "Fact Expanded";
}

.lang-switch-select {
  background: transparent;
  color: black;
  border: none;
  outline: none;
  font-size: 14px;
  padding: 2px 4px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-right: 5px;
}

.lang-switch-wrapper {
  display: inline-block;
  background-color: #ffffff00;
  padding: 0;
  border-radius: 0;
}

.pll-switcher-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #ffffff00;
  color: black;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  padding: 8px 12px;
  font-size: 14px;
  outline: none;
  cursor: pointer;
}

/* Optional: add a down arrow without using browser default */
.pll-switcher-select {
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='12' viewBox='0 0 24 24' width='12' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
  padding-right: 30px;
}

.pll-switcher-select option {
  background: white;
  color: black;
  font-weight: bold;
  text-transform: uppercase;
}

/* Glass morphistic eligibility options */
.eligibility-block {
  margin-top: 12px;
}

.checkbox-pair {
  border: none;
  margin: 0;
  padding: 0;
}

.checkbox-pair legend {
  font-size: 16px;
  margin-bottom: 5px;
}

.elig-option {
  /* layout */
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  margin-bottom: 12px;

  /* glass-card styles */
  background: rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  /* subtle border + smooth hover */
  border: 1px solid rgba(255, 255, 255, 0.25);
  transition: all 0.25s ease;
  cursor: pointer;
}

/* Default accent border on hover */
.elig-option:hover {
  border-color: #66aa44;
  background: rgba(102, 170, 68, 0.10);
}

/* Hide the default checkbox */
.elig-option input[type="checkbox"] {
  accent-color: #66aa44;
  /* fallback */
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}

/* Fake checkbox visual */
.elig-option::before {
  content: "";
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  border: 2px solid #66aa44;
  background: transparent;
  transition: all 0.25s ease;
}

/* Checked state: fill box + stronger glow */
.elig-option input:checked+.elig-title,
.elig-option input:checked~.elig-title {
  font-weight: 600;
}

.elig-option input:checked~.elig-title,
.elig-option input:checked::before {
  color: #66aa44;
}


/* The real interaction: when checked, fill the fake box */
.elig-option input:checked~.elig-option::before,
.elig-option input:checked+.elig-title::before {
  background: #66aa44;
}

/* Proper state: checkmark animation */
.elig-option input:checked+.elig-title,
.elig-option input:checked~.elig-title {
  color: #66aa44;
}

.elig-option input:checked~.elig-option {
  border-color: #66aa44;
}

/* Smooth text */
.elig-title {
  font-size: 15px;
  font-weight: 500;
  user-select: none;
}

/* Description beneath */
.elig-description {
  margin: 4px 0 0;
  font-size: 13px;
  color: #555;
}

/* Glass morphistic eligibility options */
.eligibility-block {
  margin-top: 12px;
}

.checkbox-pair {
  border: none;
  margin: 0;
  padding: 0;
}

/* Option card container */
.elig-option {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  margin-bottom: 12px;

  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 16px;
  border: 2px solid rgba(255, 255, 255, 0.25);

  cursor: pointer;
  transition: all 0.25s ease;
  position: relative;
}

/* Hover = green highlight */
.elig-option:hover {
  border-color: #66aa44;
}

/* Hide native checkbox input */
.elig-option input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* Fake checkbox square */
.elig-option::before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 6px;
  border: 2px solid #66aa44;
  box-sizing: border-box;
  background: transparent;
  transition: all 0.25s ease;
}

/* ✅ Checkmark appears when checked */
.elig-option input:checked+.elig-title::after {
  content: "✔";
  position: absolute;
  left: 23px;
  font-size: 15px;
  font-weight: 700;
  color: #66aa44;
  top: 50%;
  transform: translateY(-50%);
}

/* ✅ Card border matches hover when checked */
.elig-option input:checked~.elig-option,
.elig-option input:checked+.elig-title {
  border-color: #66aa44;
}

/* Title styling */
.elig-title {
  font-size: 15px;
  font-weight: 500;
  user-select: none;
}

/* Description */
.elig-description {
  margin: 6px 0 0;
  font-size: 13px;
  color: #555;
}

/* Base: hide native arrow and add spacing on the right */
#org_selector {
  /* Remove native arrows across browsers */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  /* Make room for our custom arrow */
  padding-right: 2.25rem;
}

/* Make the wrapper a positioning context */
#org_selector_field .woocommerce-input-wrapper {
  position: relative;
  display: block;
  /* ensure positioning behaves consistently */
}

/* Hover/focus states for nicer feedback */
#org_selector:hover {
  cursor: pointer;
}

#org_selector:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 115, 230, 0.2);
  /* subtle WC-ish focus */
}

#org_selector_field.woocommerce-invalid .woocommerce-input-wrapper::after {
  color: #a00;
  opacity: 0.9;
}

#org_selector:disabled+.select2,
#org_selector:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}


.course-card.open .course-card-body {
  flex: 1 1 calc(50% - 10px);
}

.course-details p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.4em;
  min-height: calc(1.4em * 4);
  overflow: hidden;
}

/* The custom arrow */
#org_selector_field .woocommerce-input-wrapper::after {
  content: "";
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);

  /* Chevron down SVG (currentColor) for easy theming */
  width: 0.75rem;
  height: 0.75rem;
  pointer-events: none;
  opacity: 0.75;

  /* Inline SVG as background */
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml;utf8,\
    <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'>\
      <path d='M5 7l5 6 5-6' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/>\
    </svg>");
  color: #666;
}

/* Request Date Form Styles */
.request-heading {
    color: var(--Primary-Colors-Black-Black, #2B2A29);
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
}

#request-ask {
    color: var(--Primary-Colors-Black-Black, #2B2A29);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}

#request-ask h3 {
    margin: 0;
    margin-bottom: 8px;
}

#request-ask p {
    color: var(--Primary-Colors-Black-Black, #2B2A29);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-top: 0px;
}

#request-form-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
}

#request-form-container #request-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

#request-form-container .form-field {
  display: flex;
  flex-direction: column;
}

#request-form-container .form-field label {
  font-size: 16px;
  margin-bottom: 5px;
}

#request-form-container .form-field input[type=text],
#request-form-container .form-field input[type=email],
#request-form-container .form-field input[type=url],
#request-form-container .form-field input[type=tel],
#request-form-container .form-field input[type=date],
#request-form-container .form-field select,
#request-form-container .form-field textarea {
  border-radius: var(--spaces-60, 16px);
  border: 1px solid var(--Gray-Bright---Main, #D9D9D9);
  background: var(--White, #FFF);
  box-shadow: 10px 10px 46px 0px rgba(43, 42, 41, 0.06);
  height: 63px;
  padding: 0 15px;
}

#request-form-container .form-field input[type=text]:focus-visible,
#request-form-container .form-field input[type=email]:focus-visible,
#request-form-container .form-field input[type=url]:focus-visible,
#request-form-container .form-field input[type=tel]:focus-visible,
#request-form-container .form-field input[type=date]:focus-visible,
#request-form-container .form-field select:focus-visible,
#request-form-container .form-field textarea:focus-visible {
  border-color: #6cbc2d;
  outline: none;
}

#request-form-container .radio-group {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0px;
  padding-left: 10px;
}

#request-form-container .radio-group label {
  font-weight: bold;
}

#request-form-container .radio-group label input {
  margin-right: 5px;
}

#request-form-container .checkbox-group {
  display: flex;
  align-items: center;
  gap: 5px;
}

#request-form-container button[type=submit] {
  background-color: #75b726;
  color: #ffffff;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#request-form-container button[type=submit]:hover {
  background-color: #68a122;
}

@media (min-width: 768px) {
  #request-form-container {
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
  }
  #request-form-container .full-width {
    grid-column: 1/span 2;
  }
}

#request-form-container .form-span-full {
  grid-column: 1/-1;
}

#request-form-container .form-span-full input[type=text] {
  width: 47%;
}

@media only screen and (max-width: 768px) {
  #request-form-container .form-span-full input[type=text] {
    width: 100%;
  }
}

#request-form-container .form-button-wrapper {
    grid-column: 1 / -1;
    align-items: center;
    color: var(--Primary-Colors-White-White, #FFF);
}

#request-form-container .form-button-wrapper button {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    display: flex;
    padding: var(--M, 16px) var(--XL, 32px);
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 58px;
    min-width: 180px;
    position: relative;
}

#request-form-container .form-button-wrapper button .spinner {
    display: none;
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
}

#request-form-container .form-button-wrapper button.is-loading .spinner {
    display: inline-block;
}

#request-form-container .form-button-wrapper button.is-loading {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.7;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.tdr-card {
	overflow-x: scroll;
}